:root {
  --ink: #07101f;
  --navy: #0a1730;
  --blue: #3f66ff;
  --coral: #ff785a;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #9da9bd;
  --line: #d9e0eb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.17);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .9rem; font-weight: 800; letter-spacing: .16em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--blue); border-radius: 10px 2px 10px 2px; font-family: Georgia, serif; font-size: 1.2rem; letter-spacing: 0; }
nav { display: flex; gap: 30px; }
nav a { font-size: .9rem; text-decoration: none; color: #d9e1ef; }
nav a:hover { color: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 3px; color: var(--white); background: var(--blue); box-shadow: 0 10px 30px rgba(63,102,255,.25); font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #3155ec; }
.button-small { min-height: 42px; padding: 0 17px; font-size: .88rem; box-shadow: none; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; opacity: .88; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,11,23,.98) 0%, rgba(4,11,23,.92) 39%, rgba(4,11,23,.25) 68%, rgba(4,11,23,.15) 100%), linear-gradient(0deg, rgba(4,11,23,.7), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 90px auto 0; }
.hero-copy > * { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: #bfcaff; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #3952b9; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { margin: 0; max-width: 820px !important; font-size: clamp(3.2rem, 6.2vw, 6rem); line-height: .97; }
.hero-lede { margin: 28px 0 0; color: #d0d9e8; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.price-note { color: #cfd8e7; }
.price-note strong { color: var(--white); }
.microcopy { margin-top: 18px; color: #9dacbf; font-size: .84rem; line-height: 1.5; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); width: min(1180px, calc(100% - 40px)); margin: -34px auto 0; position: relative; z-index: 3; background: var(--white); box-shadow: 0 18px 55px rgba(7,16,31,.12); }
.trust-strip span { padding: 24px 26px; border-right: 1px solid var(--line); font-size: .9rem; font-weight: 800; }
.trust-strip span:last-child { border-right: 0; }
.trust-strip span::before { content: "✓"; margin-right: 10px; color: var(--blue); }

.section, .deliverables-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 130px 0 50px; align-items: end; }
h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.5rem); line-height: 1.03; }
.section-lede, .example-heading > p:last-child, .final-cta p { margin: 0; color: #536177; font-size: 1.08rem; line-height: 1.72; }

.deliverables-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverables-grid article { min-height: 270px; padding: 34px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverables-grid .accent-card { color: var(--white); background: var(--blue); border-color: var(--blue); }
.number { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.accent-card .number { color: #cdd6ff; }
h3 { margin: 52px 0 12px; font-size: 1.22rem; }
.deliverables-grid p { margin: 0; color: #647187; line-height: 1.62; }
.accent-card p { color: #e2e7ff; }

.example { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 140px 0; }
.example-heading > p:last-child { margin-top: 24px; }
.comparison { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; }
.comparison article { min-height: 320px; padding: 32px; border: 1px solid var(--line); background: var(--white); }
.comparison .before { background: #e8edf5; }
.comparison .after { color: var(--white); background: var(--navy); border-color: var(--navy); }
.label { margin: 0 0 54px; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
blockquote { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.35; }
.diagnosis, .after > p:last-child { margin-top: 26px; line-height: 1.6; color: #69768a; }
.after > p:last-child { color: #d3dceb; }
.arrow { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; margin-left: -6px; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 1.4rem; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding: 120px 0; border-top: 1px solid var(--line); }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process li > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--blue); background: #e2e8ff; border-radius: 50%; font-weight: 900; }
.process strong { font-size: 1.06rem; }
.process li p { margin: 7px 0 0; color: #627087; line-height: 1.55; }

.guarantee { margin-top: 20px; padding: 80px; color: var(--white); background: var(--navy); }
.guarantee h2 { max-width: 800px; }
.guarantee > p:last-child { max-width: 830px; margin: 28px 0 0; color: #c3cede; line-height: 1.7; }

.reviews { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 130px 0 20px; }
.reviews-heading > p:last-child { color: #5b687d; font-size: 1.05rem; line-height: 1.7; }
.founding-card { padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(7,16,31,.07); }
.founding-card .label { margin-bottom: 34px; color: var(--blue); }
.review-points p { display: grid; grid-template-columns: 90px 1fr; gap: 20px; margin: 0; padding: 21px 0; border-bottom: 1px solid var(--line); }
.review-points strong { color: var(--ink); }
.review-points span { color: #667389; line-height: 1.5; }
.review-note { margin: 28px 0 0; color: #536177; font-size: .88rem; line-height: 1.55; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 130px 0 90px; }
.final-cta p:last-child { margin-top: 18px; }
.final-cta .button { flex: 0 0 auto; }

.secondary-offer { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 110px; padding: 58px; color: var(--white); background: linear-gradient(125deg, var(--navy), #182b55); border-left: 7px solid var(--coral); }
.secondary-offer h2 { max-width: 760px; font-size: clamp(2.1rem, 3.7vw, 3.7rem); }
.secondary-offer p:last-child { max-width: 760px; margin: 20px 0 0; color: #c5d0e3; line-height: 1.68; }
.secondary-offer .button { flex: 0 0 auto; background: var(--coral); box-shadow: 0 10px 30px rgba(255,120,90,.2); }
.secondary-offer .button:hover { background: #ed674a; }
.review-hero .hero-image { object-position: center; }
.review-hero .hero-overlay { background: linear-gradient(90deg, rgba(4,11,23,.99) 0%, rgba(4,11,23,.94) 40%, rgba(4,11,23,.28) 68%, rgba(4,11,23,.08) 100%); }

.services-hero { min-height: 570px; display: grid; align-items: center; color: var(--white); background: radial-gradient(circle at 82% 22%, rgba(63,102,255,.34), transparent 26%), linear-gradient(135deg, #07101f, #10254d); }
.services-hero > div { width: min(1180px, calc(100% - 40px)); margin: 88px auto 0; }
.services-hero h1 { max-width: 900px !important; }
.services-hero .hero-lede { max-width: 760px; }
.services-hero .button { margin-top: 30px; }
.service-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; width: min(1180px, calc(100% - 40px)); margin: -58px auto 0; position: relative; z-index: 3; }
.service-card { overflow: hidden; background: var(--white); box-shadow: 0 20px 55px rgba(7,16,31,.14); }
.service-card > img { display: block; width: 100%; height: 270px; object-fit: cover; }
.service-card-copy { display: flex; flex-direction: column; align-items: flex-start; min-height: 420px; padding: 42px; }
.service-card h2 { font-size: clamp(2rem, 3.1vw, 3.25rem); }
.service-card p:not(.eyebrow) { color: #5b687d; line-height: 1.7; }
.service-price { display: block; margin: auto 0 24px; color: var(--ink); }
.service-standards { margin-top: 65px; }
.proof-note { max-width: 850px; padding: 110px 0; text-align: center; }
.proof-note p:last-child { color: #5b687d; font-size: 1.05rem; line-height: 1.7; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; padding: 80px 0 130px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid #bcc6d6; }
details { border-bottom: 1px solid #bcc6d6; }
summary { padding: 24px 34px 24px 0; cursor: pointer; font-weight: 800; font-size: 1.03rem; }
details p { margin: 0; padding: 0 40px 24px 0; color: #5b687d; line-height: 1.62; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 44px max(20px, calc((100% - 1180px)/2)); color: #afbbce; background: var(--ink); font-size: .82rem; }
footer p { margin: 0; }
footer a { color: var(--white); }
.languages { display: flex; gap: .35rem; }
.languages a { padding: .34rem .42rem; border-radius: 4px; font-size: .72rem; font-weight: 900; }
.languages a[aria-current="page"] { color: var(--white); background: var(--blue); }
.legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem 1rem; font-size: .78rem; }
.legal-page { max-width: 900px; margin: 0 auto; padding: 3rem 1.25rem 5rem; }
.legal-page h1 { font-size: clamp(2.2rem, 7vw, 4.5rem); margin: .4rem 0 1.5rem; }
.legal-page h2 { margin-top: 2.2rem; font-size: 1.35rem; }
.legal-page p, .legal-page li { color: #33405b; line-height: 1.72; }
.legal-page .notice { background: #eef3ff; border-left: 4px solid var(--blue); padding: 1rem 1.2rem; }
.legal-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.legal-top a { color: var(--ink); font-weight: 800; }
.legal-meta { color: #66708a; font-size: .9rem; }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .site-header .languages { display: flex; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,11,23,.97), rgba(4,11,23,.58)), linear-gradient(0deg, rgba(4,11,23,.85), transparent 55%); }
  .hero-image { object-position: 62% center; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro, .example, .process, .reviews, .faq { grid-template-columns: 1fr; gap: 44px; }
  .secondary-offer { align-items: flex-start; flex-direction: column; }
  .service-cards { grid-template-columns: 1fr; }
  .deliverables-grid { grid-template-columns: 1fr 1fr; }
  .guarantee { padding: 60px 40px; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 24px); min-height: 74px; }
  .site-header .button-small { display: none; }
  .site-header .languages { gap: .15rem; }
  .site-header .languages a { min-width: 30px; padding: .42rem .3rem; text-align: center; }
  .hero { min-height: 760px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .trust-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .intro { padding-top: 90px; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .comparison { grid-template-columns: 1fr; }
  .arrow { margin: -7px auto; transform: rotate(90deg); }
  .guarantee { width: 100%; padding: 60px 20px; }
  .final-cta { align-items: stretch; flex-direction: column; }
  .secondary-offer { width: 100%; margin-top: 70px; padding: 48px 20px; }
  .secondary-offer .button { width: 100%; }
  .services-hero > div, .service-cards { width: min(100% - 28px, 1180px); }
  .service-card-copy { min-height: 0; padding: 30px 24px; }
  .service-price { margin: 24px 0; }
  .service-card .button { width: 100%; }
  .faq { padding-bottom: 90px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer .legal-links { width: 100%; justify-content: flex-start; }
}

@media (max-width: 420px) {
  .site-header .brand > span:last-child { display: none; }
  .site-header .brand-mark { width: 32px; height: 32px; }
  .hero-copy, .section, .deliverables-grid { width: min(100% - 28px, 1180px); }
  .founding-card, .comparison article { padding: 26px; }
  .review-points p { grid-template-columns: 1fr; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
