:root {
  --ink: #0c0c0e;
  --navy: #070d20;
  --navy-2: #0b1533;
  --cyan: #33c6f5;
  --purple: #c73df8;
  --white: #f7f8fa;
  --pink-soft: #e9a1d0;
  --pink: #fe347e;
  --muted: #aeb8d0;
  --line: rgba(255,255,255,.13);
  --gradient: linear-gradient(110deg, var(--pink), var(--purple) 52%, #168cff);
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; }
.accent { color: var(--pink); }
.accent-blue { color: var(--cyan); }
.muted { color: var(--muted); }
.center { text-align: center; }
.section { padding: 92px 0; position: relative; }
.section-white { background: var(--white); color: #0b1020; }
.section-dark { background: #050a18; }
.section-soft { background: #eef2f8; color: #11182b; }
.section-title { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; margin: 12px 0 20px; letter-spacing: -.04em; }
.section-lead { max-width: 720px; color: #52607a; font-size: 1.05rem; }
.section-dark .section-lead, .section .section-lead.on-dark { color: var(--muted); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,13,32,.88); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { width: 38px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 30% 25%, var(--pink), var(--purple) 42%, var(--cyan) 74%, transparent 75%), radial-gradient(circle at 65% 60%, var(--cyan), transparent 58%); box-shadow: 0 0 25px rgba(199,61,248,.45); }
.brand-name { font-weight: 850; letter-spacing: .04em; font-size: 1.12rem; line-height: 1; }
.brand-name span { color: var(--pink); }
.brand-sub { display: block; font-size: .61rem; letter-spacing: .42em; margin-top: 7px; color: #fff; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.btn) { position: relative; font-size: .94rem; color: #dce5f7; padding: 29px 0 25px; }
.nav-links > a:not(.btn)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 17px; background: var(--pink); transition: right .25s ease; }
.nav-links > a:hover::after, .nav-links > a.active::after { right: 0; }
.nav-toggle { display: none; background: transparent; border: 1px solid var(--line); color: white; border-radius: 10px; padding: 8px 11px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 12px; font-weight: 750; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gradient); color: white; box-shadow: 0 12px 35px rgba(199,61,248,.28); }
.btn-outline { border-color: rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.03); }
.btn-light { background: white; color: #11182b; }
.btn-small { min-height: 42px; padding: 0 18px; border: 1px solid rgba(254,52,126,.55); border-radius: 999px; font-size: .9rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero { position: relative; overflow: hidden; min-height: 700px; display: flex; align-items: center; background: #050a18; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 24%, rgba(51,198,245,.18), transparent 30%), radial-gradient(circle at 70% 70%, rgba(199,61,248,.18), transparent 30%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 700px; position: relative; z-index: 1; }
.hero-copy { padding: 80px 0 100px; position: relative; z-index: 3; }
.hero h1, .page-hero h1 { font-size: clamp(3.1rem, 7vw, 6.3rem); line-height: .94; letter-spacing: -.065em; margin: 16px 0 24px; max-width: 780px; }
.hero p { max-width: 620px; color: #d5dded; font-size: 1.12rem; }
.hero-portrait { position: absolute; right: -5vw; bottom: 0; width: min(58vw, 860px); height: 100%; object-fit: cover; object-position: center top; z-index: 1; mask-image: linear-gradient(to right, transparent 0%, black 27%, black 100%), linear-gradient(to top, black 85%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 28%, black 100%); opacity: .96; }
.hero-scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, #050a18 0%, rgba(5,10,24,.96) 38%, rgba(5,10,24,.2) 72%, rgba(5,10,24,.05) 100%); pointer-events: none; }

.trust-strip { background: var(--white); color: #11182b; padding: 26px 0; border-bottom: 1px solid #dfe5ef; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.trust-item { display: flex; gap: 14px; align-items: center; padding: 14px; }
.icon { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: var(--cyan); border: 1px solid rgba(51,198,245,.55); box-shadow: inset 0 0 18px rgba(51,198,245,.12), 0 0 18px rgba(51,198,245,.10); }
.icon.purple { color: var(--purple); border-color: rgba(199,61,248,.55); }
.icon.pink { color: var(--pink); border-color: rgba(254,52,126,.55); }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 46px; }
.service-grid.four { grid-template-columns: repeat(4,1fr); }
.card { background: linear-gradient(145deg, rgba(16,29,62,.96), rgba(5,10,24,.98)); border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.section-white .card, .section-soft .card { background: white; color: #10172b; border-color: #dfe5ee; box-shadow: 0 18px 50px rgba(23,35,62,.09); }
.card h3 { margin: 20px 0 10px; font-size: 1.25rem; line-height: 1.2; }
.card p { color: var(--muted); }
.section-white .card p, .section-soft .card p { color: #59647a; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.check-list li { padding-left: 24px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.portrait-frame { border-radius: var(--radius); overflow: hidden; background: #071127; min-height: 560px; box-shadow: var(--shadow); position: relative; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.portrait-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(7,13,32,.7)); }
.name-script { color: var(--pink); font-family: Georgia, serif; font-style: italic; font-size: clamp(2rem,4vw,3rem); margin: 8px 0 20px; }

.process { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-top: 46px; }
.step { text-align: center; padding: 18px 10px; }
.step-num { margin: 0 auto 16px; width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: white; background: var(--gradient); box-shadow: 0 12px 35px rgba(199,61,248,.24); }
.step h3 { font-size: .98rem; text-transform: uppercase; letter-spacing: .06em; }
.step p { color: #657188; font-size: .92rem; }
.section-dark .step p { color: var(--muted); }

.results-band { background: #050a18; padding: 58px 0; }
.results { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.result { border-left: 1px solid var(--line); padding-left: 24px; }
.result:first-child { border-left: 0; padding-left: 0; }
.result strong { display: block; font-size: 2rem; line-height: 1; margin-bottom: 8px; }
.result span { color: var(--cyan); font-size: .78rem; text-transform: uppercase; font-weight: 800; }

.cta-band { padding: 36px 0; background: var(--gradient); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner h2 { margin: 0; font-size: clamp(1.45rem,4vw,2.3rem); }
.cta-inner p { margin: 4px 0 0; color: rgba(255,255,255,.86); }

.page-hero { position: relative; padding: 118px 0 110px; overflow: hidden; background: radial-gradient(circle at 80% 30%, rgba(199,61,248,.18), transparent 30%), #050a18; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(3rem,7vw,5.6rem); max-width: 900px; }
.page-hero p { max-width: 680px; font-size: 1.1rem; color: #ced8ea; }
.hero-watermark { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-size: min(24vw, 290px); font-weight: 950; color: rgba(255,255,255,.025); line-height: 1; }

.approach-banner { padding: 72px 0; background: #05070c; border-block: 1px solid var(--line); }
.approach-banner .split { gap: 40px; }
.quote-card { padding: 38px; border-radius: 22px; background: linear-gradient(135deg, rgba(254,52,126,.12), rgba(51,198,245,.08)); border: 1px solid rgba(254,52,126,.28); }
.quote-card blockquote { font-size: 1.6rem; line-height: 1.35; margin: 0; }

.credentials { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 42px; }
.credential { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.03); }
.credential strong { font-size: 1.35rem; display: block; color: var(--cyan); }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: start; }
.contact-panel { padding: 38px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(8,16,37,.9); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: #dce5f7; font-size: .86rem; font-weight: 700; }
input, select, textarea { width: 100%; color: white; background: #070d1e; border: 1px solid #32405e; border-radius: 10px; padding: 13px 14px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(254,52,126,.12); }
textarea { min-height: 145px; resize: vertical; }

.faq { display: grid; gap: 12px; margin-top: 32px; }
details { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; background: rgba(255,255,255,.025); }
summary { cursor: pointer; font-weight: 750; }
details p { color: var(--muted); margin-bottom: 0; }

.site-footer { background: #030713; border-top: 1px solid var(--line); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1.1fr 1fr; gap: 36px; }
.footer-grid h3 { font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; color: #e8eef9; }
.footer-links { display: grid; gap: 9px; color: var(--muted); font-size: .92rem; }
.footer-links a:hover { color: var(--pink); }
.footer-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #77839d; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Final mockup alignment and visibility safeguards */
.reveal { opacity: 1; transform: none; }
.hero { min-height: 640px; background: #08152e; }
.hero-inner { min-height: 640px; grid-template-columns: .92fr 1.08fr; z-index:3; }
.hero-copy { max-width: 640px; color:#fff; opacity:1 !important; transform:none !important; }
.hero h1 { font-size: clamp(3rem,6.2vw,5.7rem); }
.hero-portrait { right: 0; width: 60%; object-position: 62% center; mask-image: none; -webkit-mask-image: none; }
.hero-scrim { background: linear-gradient(90deg,#08152e 0%,#08152e 38%,rgba(8,21,46,.84) 51%,rgba(8,21,46,.14) 73%,rgba(8,21,46,.04) 100%); }
.hero-copy, .photo-hero .container { text-shadow: 0 2px 14px rgba(0,0,0,.7); }
.section-white .eyebrow, .section-soft .eyebrow { color: #157ea8; }
.section-white .card .icon, .section-soft .card .icon { background: #08152e; }
.photo-hero { min-height: 560px; display:flex; align-items:center; padding:90px 0; background:#08152e; }
.photo-hero .container { position:relative; z-index:3; color:#fff; opacity:1 !important; transform:none !important; }
.photo-hero .container > * { max-width: 610px; }
.page-hero-photo { position:absolute; inset:0 0 0 auto; width:62%; height:100%; object-fit:cover; object-position:center; z-index:1; }
.page-hero-scrim { position:absolute; inset:0; z-index:2; background:linear-gradient(90deg,#08152e 0%,#08152e 37%,rgba(8,21,46,.86) 50%,rgba(8,21,46,.18) 75%,rgba(8,21,46,.05)); }
.founder-process { color:#11182b; }
.founder-process .section-lead { color:#52607a; }
.mini-process { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:28px; }
.mini-process span { text-align:center; font-size:.73rem; text-transform:uppercase; font-weight:800; }
.mini-process b { display:grid; place-items:center; width:48px; height:48px; margin:0 auto 8px; color:white; border-radius:50%; background:var(--gradient); }

@media (max-width:960px){
  .hero-portrait,.page-hero-photo{width:100%;right:-22%;opacity:.58;}
  .hero-scrim,.page-hero-scrim{background:linear-gradient(90deg,#08152e 0%,rgba(8,21,46,.96) 55%,rgba(8,21,46,.42) 100%);}
}
@media (max-width:640px){
  .hero-portrait,.page-hero-photo{right:-48%;width:148%;opacity:.42;object-position:center;}
  .hero-scrim,.page-hero-scrim{background:linear-gradient(90deg,#08152e 0%,rgba(8,21,46,.94) 70%,rgba(8,21,46,.5));}
  .photo-hero{min-height:650px;align-items:flex-end;}
  .mini-process{grid-template-columns:repeat(2,1fr);}
}
.hero-portrait{z-index:0 !important}
.hero-scrim{z-index:1 !important}
.hero-inner{z-index:5 !important}

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 18px 24px 26px; background: #070d20; border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.btn) { padding: 14px 0; }
  .nav-links > a:not(.btn)::after { bottom: 7px; }
  .nav-links .btn { margin-top: 12px; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-inner { display: block; min-height: 760px; }
  .hero-copy { padding: 100px 0 70px; max-width: 690px; }
  .hero-portrait { width: 100%; right: -30%; opacity: .45; }
  .hero-scrim { background: linear-gradient(90deg, #050a18 0%, rgba(5,10,24,.92) 55%, rgba(5,10,24,.35) 100%); }
  .service-grid.four, .trust-grid, .credentials { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: repeat(3,1fr); }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .portrait-frame { min-height: 600px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .hero { min-height: 700px; }
  .hero-inner { min-height: 700px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem, 13vw, 4.15rem); }
  .hero-copy { padding-top: 95px; }
  .hero-portrait { right: -48%; width: 145%; opacity: .38; }
  .button-row { flex-direction: column; align-items: stretch; }
  .trust-grid, .service-grid, .service-grid.four, .credentials, .results, .process, .form-grid { grid-template-columns: 1fr; }
  .result { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .result:first-child { border-top: 0; }
  .portrait-frame { min-height: 480px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-inner .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .contact-panel { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
