/* ============================================================
   Neptune Marketing, landing page styles
   ============================================================ */

/* ---------- HERO ---------- */
.hero { position: relative; background: var(--g-ocean); color: #fff; overflow: hidden; padding: clamp(54px, 8vw, 96px) 0 clamp(120px, 14vw, 200px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero .stars { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }
.orbit-wrap { position: absolute; top: 50%; right: -6%; transform: translateY(-52%); width: min(640px, 58vw); aspect-ratio: 1; pointer-events: none; }
.neptune { width: 100%; height: 100%; filter: drop-shadow(0 30px 80px rgba(70,199,240,.28)); animation: float 9s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-18px) } }
@media (prefers-reduced-motion: reduce) { .neptune { animation: none; } }

.hero-inner { position: relative; z-index: 3; }
.hero-copy { max-width: 660px; }
.pill { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 600; font-size: .82rem; letter-spacing: .02em; color: #d9f3ff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); padding: 8px 15px; border-radius: 999px; backdrop-filter: blur(6px); }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--foam); box-shadow: 0 0 0 4px rgba(95,230,196,.25); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(95,230,196,.28) } 50% { box-shadow: 0 0 0 7px rgba(95,230,196,0) } }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.02; margin: 22px 0 0; }
.hero h1 .grad { color: var(--foam); }
.hero .lead { color: rgba(231,245,250,.82); margin-top: 22px; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 26px; margin-top: 48px; flex-wrap: wrap; }
.ht-item { display: flex; flex-direction: column; gap: 2px; }
.ht-item b { font-family: var(--display); font-weight: 800; font-size: 1.7rem; color: #fff; letter-spacing: -.02em; }
.ht-item span { font-size: .86rem; color: rgba(231,245,250,.66); }
.ht-divider { width: 1px; height: 38px; background: rgba(255,255,255,.16); }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; line-height: 0; }
.hero-wave svg { width: 100%; height: clamp(70px, 9vw, 130px); display: block; }
@media (max-width: 820px) { .orbit-wrap { opacity: .4; right: -30%; top: 36%; } .hero-trust { gap: 18px; } .ht-divider { display: none; } }

/* ---------- STRIP ---------- */
.strip { padding: 44px 0 8px; }
.strip-label { text-align: center; font-family: var(--display); font-weight: 600; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 24px; }
.logo-ph { min-height: 64px; border-radius: var(--r); }
.logo-ph .ph-ic { display: none; }
@media (max-width: 720px) { .logos { grid-template-columns: repeat(2, 1fr); } .logo-ph:last-child { display: none; } }

/* ---------- SERVICES ---------- */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 56px; }
.svc-card.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 38px; box-shadow: var(--sh); position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.svc-card.feature:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.svc-card.feature::before { content:""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--g-mix); }
.svc-ic { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: var(--g-planet); box-shadow: var(--sh-blue); margin-bottom: 22px; }
.svc-ic svg { width: 30px; height: 30px; }
.svc-ic.teal { background: var(--g-aqua); box-shadow: var(--sh-teal); }
.svc-card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.svc-card > p { color: var(--muted); }
.svc-list { list-style: none; margin: 20px 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.svc-list li { position: relative; padding-left: 28px; font-weight: 500; color: var(--ink-2); font-size: .98rem; }
.svc-list li::before { content:""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--g-aqua); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.svc-ph { min-height: 180px; margin-top: 4px; }

.svc-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 28px; }
.mini { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--sh-sm); transition: transform .2s, box-shadow .2s; }
.mini:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.mini-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--teal); background: var(--surface-2); margin-bottom: 16px; }
.mini-ic svg { width: 23px; height: 23px; }
.mini h4 { font-size: 1.08rem; margin-bottom: 7px; }
.mini p { font-size: .92rem; color: var(--muted); }
@media (max-width: 920px) { .svc-grid { grid-template-columns: 1fr; } .svc-mini { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .svc-mini { grid-template-columns: 1fr; } }

/* ---------- PROCESS ---------- */
.process { background: var(--g-ocean); color: #fff; margin: 0; }
.process .section-head h2 { color: #fff; }
.process .lead { color: rgba(231,245,250,.78); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; position: relative; z-index: 2; }
.step { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 30px 26px; backdrop-filter: blur(4px); transition: transform .25s, background .25s; }
.step:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.step-n { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--foam); }
.step h3 { color: #fff; font-size: 1.18rem; margin: 16px 0 10px; }
.step p { color: rgba(231,245,250,.72); font-size: .96rem; }
.process .wave-top, .process .wave-bottom { position: absolute; left: 0; right: 0; line-height: 0; z-index: 1; }
.process .wave-top { top: -1px; }
.process .wave-top svg { width: 100%; height: clamp(50px, 7vw, 110px); }
.process .wave-bottom { bottom: -1px; }
.process .wave-bottom svg { width: 100%; height: clamp(50px, 7vw, 110px); }
@media (max-width: 920px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* ---------- RESULTS ---------- */
.results-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 30px 0 30px; }
.stat b { font-family: var(--display); font-weight: 800; font-size: 2.4rem; color: var(--navy); letter-spacing: -.03em; display: block; }
.stat span { color: var(--muted); font-size: .95rem; }
.results-visual { position: relative; }
.dash-ph { min-height: 380px; border-radius: var(--r-xl); }
.float-card { position: absolute; display: flex; align-items: center; gap: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 18px; box-shadow: var(--sh-lg); }
.float-card b { display: block; font-family: var(--display); font-weight: 600; font-size: .92rem; color: var(--ink); }
.float-card span { font-size: .82rem; color: var(--muted); }
.fc-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; background: var(--g-planet); flex: none; }
.fc-ic.teal { background: var(--g-aqua); }
.fc-ic svg { width: 20px; height: 20px; }
.fc-1 { top: 28px; left: -26px; animation: float 7s ease-in-out infinite; }
.fc-2 { bottom: 36px; right: -22px; animation: float 8s ease-in-out infinite .5s; }
@media (max-width: 920px) { .results-grid { grid-template-columns: 1fr; gap: 40px; } .fc-1 { left: 8px; } .fc-2 { right: 8px; } }
@media (max-width: 480px) { .stat-row { grid-template-columns: 1fr 1fr; } .float-card { display: none; } }

/* ---------- ABOUT ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; }
.team-ph { min-height: 420px; border-radius: var(--r-xl); }
.founder-ph { position: absolute; bottom: -28px; right: -22px; width: 180px; height: 180px; border-radius: var(--r-lg); box-shadow: var(--sh-lg); border-width: 3px; border-style: solid; border-color: var(--surface); }
.about-p { color: var(--muted); margin-top: 16px; }
.about-points { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.ap { display: flex; align-items: center; gap: 13px; font-size: 1.02rem; color: var(--ink-2); }
.ap svg { width: 24px; height: 24px; flex: none; color: #fff; background: var(--g-aqua); border-radius: 50%; padding: 5px; box-shadow: var(--sh-teal); }
.ap b { font-weight: 700; color: var(--ink); }
@media (max-width: 920px) { .about-grid { grid-template-columns: 1fr; gap: 56px; } .founder-ph { width: 130px; height: 130px; right: 8px; } }

/* ---------- COMPLIANCE ---------- */
.compliance { padding-top: 0; }
.comp-card { background: var(--g-ocean); color: #fff; border-radius: var(--r-xl); padding: clamp(40px, 6vw, 72px); position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.comp-card::after { content:""; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(70,199,240,.32), transparent 70%); pointer-events: none; }
.comp-head { max-width: 640px; position: relative; z-index: 2; }
.comp-head h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-top: 14px; }
.comp-head .lead { color: rgba(231,245,250,.8); margin-top: 16px; }
.comp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 48px 0 40px; position: relative; z-index: 2; }
.comp-item svg { width: 34px; height: 34px; color: var(--foam); margin-bottom: 14px; }
.comp-item h4 { color: #fff; font-size: 1.1rem; margin-bottom: 8px; }
.comp-item p { color: rgba(231,245,250,.7); font-size: .92rem; }
.comp-links { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 2; }
@media (max-width: 920px) { .comp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .comp-grid { grid-template-columns: 1fr; } }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact-info { list-style: none; margin: 30px 0 26px; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-info li { display: flex; gap: 15px; align-items: flex-start; }
.ci-ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--teal); background: var(--surface); border: 1px solid var(--line); flex: none; box-shadow: var(--sh-sm); }
.ci-ic svg { width: 21px; height: 21px; }
.contact-info b { display: block; font-family: var(--display); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--faint); margin-bottom: 3px; }
.contact-info a, .contact-info span { color: var(--ink); font-weight: 500; font-size: 1.05rem; }
.contact-info a:hover { color: var(--teal); }
.contact-info em { color: var(--faint); font-style: italic; font-size: .85rem; font-weight: 400; }
.contact-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }

.contact-form { padding: 34px; display: flex; flex-direction: column; gap: 16px; position: relative; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { font-family: var(--display); font-weight: 600; font-size: .85rem; color: var(--ink-2); }
.field i { color: #e0556b; font-style: normal; }
.field input, .field select, .field textarea { font-family: var(--body); font-size: 1rem; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line-2); border-radius: var(--r-sm); padding: 13px 15px; transition: border-color .2s, box-shadow .2s, background .2s; width: 100%; }
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: var(--surface); box-shadow: 0 0 0 4px rgba(10,166,160,.14); }
.field input.invalid, .field textarea.invalid, .field select.invalid { border-color: #e0556b; box-shadow: 0 0 0 4px rgba(224,85,107,.12); }

.optin { display: flex; gap: 13px; align-items: flex-start; background: linear-gradient(135deg, rgba(58,111,240,.05), rgba(22,192,176,.07)); border: 1.5px solid var(--line-2); border-radius: var(--r); padding: 16px 18px; cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.optin.invalid { border-color: #e0556b; box-shadow: 0 0 0 4px rgba(224,85,107,.1); }
.optin input { width: 22px; height: 22px; flex: none; margin: 1px 0 0; accent-color: var(--teal); cursor: pointer; }
.optin-text { font-size: .86rem; line-height: 1.55; color: var(--ink-2); }
.optin-text b { color: var(--ink); font-weight: 700; }
.optin-text a.il { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.optin-text a.il:hover { color: var(--teal); }
.form-submit { margin-top: 4px; width: 100%; }
.form-note { font-size: .8rem; color: var(--faint); text-align: center; }
.form-note a.il { color: var(--muted); text-decoration: underline; }
.form-note a.il:hover { color: var(--teal); }

.form-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(10,31,44,.5); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.form-modal[hidden] { display: none; }
.form-modal-card { position: relative; background: var(--surface); border-radius: var(--r-lg); padding: 48px 40px 40px; max-width: 430px; width: 100%; text-align: center; box-shadow: var(--sh-lg); animation: modalIn .28s cubic-bezier(.2,.7,.2,1); }
@keyframes modalIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.form-modal-close { position: absolute; top: 12px; right: 16px; background: none; border: 0; font-size: 1.7rem; line-height: 1; color: var(--faint); cursor: pointer; padding: 4px; }
.form-modal-close:hover { color: var(--ink); }
.form-modal-card h3 { font-size: 1.6rem; margin-bottom: 12px; }
.form-modal-card p { color: var(--muted); max-width: 320px; margin: 0 auto 26px; line-height: 1.55; }
.form-modal-card .btn { min-width: 140px; }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; gap: 44px; } }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }

/* ============================================================
   SVG ART (replaces image placeholders)
   ============================================================ */
.art { display: block; width: 100%; height: auto; border-radius: var(--r-lg); overflow: hidden; }
.art-svg { display: block; width: 100%; height: auto; }

/* Trusted-by logo lockups */
.logos { align-items: center; }
.logo-mark { display: flex; align-items: center; justify-content: center; min-height: 56px; opacity: .62; transition: opacity .2s; }
.logo-mark:hover { opacity: 1; }
.logo-mark svg { width: 100%; height: 40px; }

/* Service art panels */
.svc-art { margin-top: 8px; border-radius: 18px; border: 1px solid var(--line); background: linear-gradient(165deg, #f7fafc, #eaf1f6); box-shadow: inset 0 1px 0 #fff; overflow: hidden; }
.svc-art .art-svg { border-radius: 18px; }

/* Results dashboard art */
.dash-art { border-radius: var(--r-xl); border: 1px solid var(--line); background: var(--surface); box-shadow: var(--sh-lg); overflow: hidden; }

/* About orbit art */
.about-visual .orbit-art { border-radius: var(--r-xl); border: 1px solid var(--line); background: linear-gradient(165deg, #0c2942, #143a5c); box-shadow: var(--sh-lg); overflow: hidden; }
.stat-badge { position: absolute; bottom: -26px; right: -18px; display: flex; align-items: center; gap: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 20px; box-shadow: var(--sh-lg); }
.stat-badge .sb-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--teal); flex: none; }
.stat-badge .sb-ic svg { width: 22px; height: 22px; }
.stat-badge b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: var(--ink); line-height: 1; }
.stat-badge span { font-size: .82rem; color: var(--muted); }
@media (max-width: 920px) { .stat-badge { right: 8px; } }
@media (max-width: 480px) { .stat-badge { position: static; margin-top: 18px; } }

