:root {
  --ink: #071a2a;
  --ink-soft: #435265;
  --muted: #738094;
  --line: #e8e9ed;
  --paper: #ffffff;
  --mist: #f7f8fa;
  --pink: #f6005b;
  --coral: #ff4d45;
  --orange: #ff7a1a;
  --teal: #004d5b;
  --navy: #08143f;
  --success: #0f846d;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(7, 26, 42, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(232, 233, 237, 0.8);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand img { width: 42px; height: 42px; border-radius: 13px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.18rem; letter-spacing: -0.04em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 0.66rem; letter-spacing: 0.02em; }

.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: var(--ink-soft); font-size: 0.92rem; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--pink); }

.nav-cta, .button-primary, .button-secondary {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nav-cta, .button-primary {
  color: #fff;
  background: linear-gradient(110deg, var(--pink), var(--coral) 58%, var(--orange));
  box-shadow: 0 12px 28px rgba(246, 0, 91, 0.22);
}

.button-secondary { border-color: #d9dce2; background: #fff; color: var(--ink); }
.nav-cta:hover, .button-primary:hover, .button-secondary:hover { transform: translateY(-2px); }
.button-secondary:hover { border-color: var(--pink); }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.4rem;
}

.mobile-nav { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 710px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 122, 26, .15), transparent 26%),
    radial-gradient(circle at 14% 84%, rgba(246, 0, 91, .12), transparent 30%),
    #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 34px 4% auto auto;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(246, 0, 91, .14);
  border-radius: 50%;
}

.hero-shell {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 72px;
  padding: 72px 0 86px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pink);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 28px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--orange)); }

h1, h2, h3, p { margin-top: 0; }

.hero h1 {
  max-width: 700px;
  margin: 24px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6.2vw, 6.15rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.hero h1 em { color: var(--pink); font-weight: 500; }
.hero-copy > p { max-width: 600px; color: var(--ink-soft); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }

.trust-note { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .91rem; }
.trust-note span { width: 30px; height: 30px; border-radius: 50%; background: #e9faf6; color: var(--success); display: grid; place-items: center; font-weight: 900; }

.hero-visual { position: relative; min-height: 545px; }
.hero-photo-carousel {
  position: absolute;
  z-index: 1;
  isolation: isolate;
  inset: 8px 0 0 54px;
  width: calc(100% - 54px);
  height: 520px;
  overflow: hidden;
  border-radius: 210px 210px 34px 34px;
  box-shadow: var(--shadow);
  background: #e4e6e8;
  touch-action: pan-y;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .75s ease, transform 4.8s ease;
}

.hero-photo.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.hero-dots {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 20px;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(7,26,42,.32);
  box-shadow: 0 8px 28px rgba(7,26,42,.16);
  backdrop-filter: blur(10px);
}

.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.hero-dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
}

.hero-logo-card {
  position: absolute;
  z-index: 3;
  left: -10px;
  top: 82px;
  width: 142px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 20px 60px rgba(7,26,42,.16);
  backdrop-filter: blur(12px);
}

.hero-logo-card img { border-radius: 22px; }

.verified-card {
  position: absolute;
  z-index: 3;
  right: -18px;
  bottom: 10px;
  width: 260px;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 22px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.verified-card b { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--pink), var(--orange)); }
.verified-card span { display: grid; line-height: 1.3; font-size: .86rem; color: #c6d0da; }
.verified-card strong { color: #fff; font-size: .98rem; }

.section { padding: 105px 0; }
.section-soft { background: var(--mist); }
.section-dark { background: var(--ink); color: #fff; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2 { margin: 16px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.04em; font-weight: 500; }
.section-heading p { color: var(--ink-soft); font-size: 1.06rem; }
.section-dark .section-heading p { color: #b8c3cd; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 390px; border-radius: var(--radius); color: #fff; box-shadow: 0 16px 42px rgba(7,26,42,.12); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(2,13,22,.9)); }
.service-card:hover img { transform: scale(1.035); }
.service-card div { position: absolute; z-index: 1; inset: auto 22px 22px; }
.service-card span { color: #f8cfdc; font-size: .72rem; letter-spacing: .14em; font-weight: 850; }
.service-card h3 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.06; font-weight: 500; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #263a49; border-bottom: 1px solid #263a49; }
.step { padding: 46px 34px; border-right: 1px solid #263a49; }
.step:last-child { border-right: 0; }
.step > span { color: #ff7d80; font-size: .76rem; letter-spacing: .15em; font-weight: 800; }
.step h3 { margin: 25px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.step p { margin: 0; color: #b8c3cd; }

.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.promise-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.promise-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; background: linear-gradient(120deg, #fff1f5, #fff7ee); border-color: #ffdfe8; }
.icon-round { width: 50px; height: 50px; border-radius: 17px; display: grid; place-items: center; background: #fff0f4; color: var(--pink); font-size: 1.3rem; font-weight: 900; }
.promise-card h3 { margin: 28px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.promise-card p { margin: 0; color: var(--ink-soft); }

.price-strip { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 42px 46px; border-radius: 32px; background: linear-gradient(120deg, var(--navy), var(--teal)); color: #fff; }
.price-strip h2 { margin: 8px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 500; line-height: 1.1; }
.price-strip p { margin: 0; max-width: 700px; color: #d5e3e6; }
.price-strip .button-primary { white-space: nowrap; }

.site-footer { padding: 72px 0 30px; background: #050f18; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr .8fr; gap: 45px; }
.footer-brand .brand-copy small { color: #8da0af; }
.footer-brand > p { max-width: 330px; margin: 22px 0 0; color: #9cadaf; }
.footer-column strong { display: block; margin-bottom: 18px; color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 10px 0; color: #9cadaf; font-size: .91rem; }
.footer-column a:hover { color: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid #20313e; display: flex; justify-content: space-between; gap: 20px; color: #718493; font-size: .8rem; }
.footer-bottom .developer-credit a { color: #d9e1e7; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom .developer-credit a:hover { color: #fff; }

.page-hero { padding: 92px 0 72px; background: linear-gradient(125deg, #fff5f8 0%, #fff 54%, #fff7ee 100%); border-bottom: 1px solid var(--line); }
.page-hero .container { max-width: 920px; }
.page-hero h1 { margin: 21px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.05em; font-weight: 500; }
.page-hero p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 1.12rem; }
.updated { display: inline-flex; margin-top: 22px; color: var(--muted); font-size: .86rem; }

.legal-layout { width: min(1060px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 245px 1fr; gap: 65px; padding: 76px 0 110px; }
.legal-index { position: sticky; top: 112px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.legal-index strong { display: block; margin-bottom: 11px; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-index a { display: block; padding: 7px 0; color: var(--muted); font-size: .87rem; }
.legal-index a:hover { color: var(--pink); }
.legal-content { max-width: 720px; }
.legal-content section { scroll-margin-top: 110px; margin-bottom: 48px; }
.legal-content h2 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; letter-spacing: -.025em; }
.legal-content h3 { margin: 26px 0 8px; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li { margin-bottom: 9px; }
.legal-callout { padding: 24px 26px; border-left: 4px solid var(--pink); border-radius: 0 18px 18px 0; background: #fff3f7; }
.legal-callout p:last-child { margin-bottom: 0; }

.content-page { padding: 92px 0 112px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.story-grid h2, .contact-grid h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.06; font-weight: 500; letter-spacing: -.04em; }
.story-grid p { color: var(--ink-soft); }
.story-image { position: relative; }
.story-image img { width: 100%; min-height: 520px; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.story-stat { position: absolute; left: -28px; bottom: 32px; padding: 22px 26px; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(7,26,42,.16); }
.story-stat strong { display: block; font-family: Georgia, serif; color: var(--pink); font-size: 2rem; font-weight: 500; }
.story-stat span { color: var(--muted); font-size: .82rem; }

.values-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 30px; border: 1px solid var(--line); border-radius: 24px; }
.value-card span { color: var(--pink); font-weight: 850; font-size: .74rem; letter-spacing: .13em; }
.value-card h3 { margin: 18px 0 10px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pricing-card { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.pricing-card.featured { color: #fff; background: var(--ink); border-color: var(--ink); }
.pricing-card > span { color: var(--pink); font-size: .76rem; letter-spacing: .15em; font-weight: 850; text-transform: uppercase; }
.pricing-card.featured > span { color: #ff8aa6; }
.pricing-card h2 { margin: 16px 0 12px; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.pricing-card > p { color: var(--ink-soft); }
.pricing-card.featured > p { color: #bac5ce; }
.pricing-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pricing-card.featured .pricing-list { border-color: #2a3a47; }
.pricing-list li { padding: 17px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.pricing-card.featured .pricing-list li { border-color: #2a3a47; }
.pricing-list span { color: var(--muted); }
.pricing-card.featured .pricing-list span { color: #9daeba; }
.pricing-list strong { text-align: right; }

.payment-note { margin-top: 24px; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr; gap: 19px; border: 1px solid #cce7e1; border-radius: 22px; background: #f0fbf8; }
.payment-note b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 15px; background: #d8f4ec; color: var(--success); }
.payment-note h3 { margin: 0 0 6px; }
.payment-note p { margin: 0; color: var(--ink-soft); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; }
.contact-list { margin-top: 34px; display: grid; gap: 14px; }
.contact-item { padding: 20px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 20px; }
.contact-item b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #fff1f5; color: var(--pink); }
.contact-item span { display: grid; color: var(--muted); font-size: .8rem; }
.contact-item strong { color: var(--ink); font-size: .97rem; }
.contact-panel { padding: 38px; border-radius: 30px; background: var(--ink); color: #fff; }
.contact-panel h2 { font-size: 2.6rem; }
.contact-panel p { color: #b8c3cd; }
.contact-form { display: grid; gap: 17px; margin-top: 30px; }
.contact-form label { display: grid; gap: 7px; color: #d8e0e6; font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid #334551; border-radius: 13px; background: #102533; color: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #ff557a; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .button-primary { width: fit-content; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.faq-item { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.faq-item button { width: 100%; padding: 21px 23px; display: flex; justify-content: space-between; gap: 20px; border: 0; background: #fff; color: var(--ink); text-align: left; font-weight: 750; cursor: pointer; }
.faq-item button span { color: var(--pink); font-size: 1.3rem; }
.faq-answer { display: none; padding: 0 23px 21px; color: var(--ink-soft); }
.faq-item.open .faq-answer { display: block; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .menu-open .site-header { background: #fff; backdrop-filter: none; }
  .mobile-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100dvh - 82px);
    padding: 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 24px 48px rgba(7, 26, 42, .08);
  }
  .menu-open .mobile-nav { display: grid; align-content: start; gap: 5px; }
  .mobile-nav a { padding: 16px 10px; border-bottom: 1px solid var(--line); font-weight: 750; }
  .hero-shell { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-grid .story-image { order: -1; }
}

@media (max-width: 720px) {
  .nav-shell { width: min(100% - 28px, 1180px); height: 72px; }
  .brand-copy small { display: none; }
  .mobile-nav { height: calc(100dvh - 72px); }
  .hero-shell, .container { width: min(100% - 32px, 1180px); }
  .hero-shell { min-height: auto; padding: 58px 0 72px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-visual { min-height: 445px; }
  .hero-photo-carousel { inset: 0 0 0 22px; width: calc(100% - 22px); height: 420px; border-radius: 150px 150px 28px 28px; }
  .hero-dots { top: 18px; right: 12px; }
  .hero-logo-card { width: 100px; left: 0; top: 62px; border-radius: 22px; }
  .verified-card { right: 0; width: 228px; padding: 16px; }
  .section { padding: 76px 0; }
  .service-grid, .promise-grid, .pricing-grid, .values-grid, .faq-grid { grid-template-columns: 1fr; }
  .promise-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid #263a49; padding: 34px 10px; }
  .step:last-child { border-bottom: 0; }
  .price-strip { grid-template-columns: 1fr; padding: 34px 26px; }
  .price-strip .button-primary { width: fit-content; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 70px 0 52px; }
  .page-hero .container, .legal-layout { width: min(100% - 32px, 920px); }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; padding: 50px 0 80px; }
  .legal-index { position: static; }
  .story-image img { min-height: 390px; }
  .story-stat { left: 16px; bottom: 16px; }
  .contact-panel { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo, .hero-dot { transition: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
