:root {
  --blue: #2458b8;
  --blue-dark: #174aa8;
  --lime: #e9ff45;
  --pale: #eff3ff;
  --ink: #090909;
  --muted: #4d5462;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 16px 32px rgba(18, 48, 104, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Montserrat", Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-pale { padding: 92px 0; background: var(--pale); }
h1, h2, h3, h4, .brand, .btn, .nav-links a, .plan-kicker { font-family: "Oswald", Impact, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1.02; margin-bottom: 34px; }
.center-title { text-align: center; }
.center-title span, .brand span { color: var(--lime); }
.section-lead { max-width: 800px; margin: -18px auto 42px; text-align: center; color: var(--muted); }
.eyebrow { font-family: "Oswald", sans-serif; font-weight: 500; letter-spacing: .02em; }
.eyebrow.light { color: white; font-size: 1.45rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: white; font-size: 1.75rem; letter-spacing: -.04em; font-weight: 500; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .94rem; font-weight: 400; transition: color .2s, transform .2s; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--lime); transform: translateY(-2px); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px 0; background: white; }

.btn { border: 0; border-radius: 999px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; cursor: pointer; transition: transform .18s, box-shadow .18s, filter .18s; }
.btn:hover, .btn:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(8, 25, 51, .22); filter: saturate(1.1); }
.btn:active { transform: translateY(0); }
.btn-lime { background: var(--lime); color: #050505; }
.btn-small { padding: 10px 20px; font-size: .9rem; }
.btn.full { width: 100%; }

.hero { min-height: 820px; padding-top: 110px; color: white; background: radial-gradient(circle at 55% 60%, rgba(255,255,255,.15), transparent 27%), linear-gradient(115deg, #1d50ad, #285ebe); overflow: hidden; }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 38px; }
.hero h1 { font-size: clamp(5rem, 9vw, 8.7rem); line-height: .88; text-transform: uppercase; letter-spacing: -.025em; margin-bottom: 30px; }
.hero-intro { max-width: 560px; font-size: 1.12rem; color: rgba(255,255,255,.9); margin-bottom: 42px; }
.hero-button { min-width: 235px; }
.hero-visual { height: 700px; align-self: end; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-visual img { width: 780px; max-width: none; position: relative; z-index: 2; filter: drop-shadow(0 25px 28px rgba(4, 18, 52, .28)); }
.hero-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(255,255,255,.12); filter: blur(50px); bottom: 80px; }

.experience-strip { padding: 36px 0 44px; background: #f4f4f3; }
.experience-strip h2 { font-size: 1.45rem; text-align: center; margin-bottom: 28px; text-transform: capitalize; }
.logo-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 24px; align-items: center; }
.logo-row a { min-height: 92px; padding: 12px; background: white; border-radius: 14px; display: grid; place-items: center; transition: transform .2s, box-shadow .2s; }
.logo-row a:hover, .logo-row a:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow); }
.logo-row img { max-height: 66px; width: 100%; object-fit: contain; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.about-copy > p { max-width: 580px; color: #2e3340; }
.about-image { margin: 0; position: sticky; top: 30px; }
.about-image img { width: 100%; aspect-ratio: 1.28; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.accordion { margin-top: 32px; display: grid; gap: 13px; }
.accordion-item { background: white; border-radius: 13px; overflow: hidden; box-shadow: 0 7px 18px rgba(29, 66, 133, .08); }
.accordion-item.is-open { background: var(--blue); color: white; }
.accordion-trigger { width: 100%; padding: 18px 20px; border: 0; background: transparent; color: inherit; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: "Oswald", sans-serif; font-size: 1.08rem; font-weight: 600; text-align: left; }
.circle-arrow { flex: 0 0 29px; width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: black; }
.accordion-panel { padding: 0 22px 22px; font-size: .92rem; }
.accordion-panel p:last-child { margin-bottom: 0; }

.why { overflow: hidden; }
.benefit-stack { display: grid; gap: 28px; }
.benefit-row { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: stretch; }
.benefit-row.reverse { grid-template-columns: 330px minmax(0, 1fr); }
.benefit-card { min-height: 250px; padding: 38px 42px; background: var(--pale); border-radius: 18px; display: flex; flex-direction: column; justify-content: center; }
.benefit-card h3 { font-size: 2.05rem; line-height: 1.1; margin-bottom: 4px; }
.benefit-card h4 { font-size: 1rem; color: var(--blue); margin: 0 0 18px; }
.benefit-card p { margin: 0; color: #313746; }
.portrait-card { min-height: 250px; position: relative; border: 0; border-radius: 18px; overflow: hidden; background: #e995d9; cursor: pointer; padding: 0; box-shadow: none; transition: transform .2s, box-shadow .2s; }
.portrait-card.green { background: #dfff3f; }
.portrait-card.neon { background: #adf438; }
.portrait-card.orange { background: #ffb943; }
.portrait-card:hover, .portrait-card:focus-visible { transform: scale(1.025); box-shadow: var(--shadow); }
.portrait-card::before, .portrait-card::after { content: ""; position: absolute; width: 130%; height: 35px; left: -15%; background: rgba(255,255,255,.13); border-radius: 999px; transform: rotate(-10deg); }
.portrait-card::before { top: 24px; }
.portrait-card::after { top: 74px; }
.portrait-card img { position: absolute; z-index: 2; bottom: 0; left: 50%; transform: translateX(-50%); height: 96%; width: auto; max-width: none; object-fit: contain; }
.portrait-word { position: absolute; left: 12px; bottom: -6px; z-index: 1; font: 700 4.2rem/1 "Oswald", sans-serif; color: rgba(255,255,255,.78); }

.plans { text-align: center; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.plan-card { text-align: left; background: white; border-radius: 18px; padding: 18px 22px 28px; box-shadow: var(--shadow); }
.plan-card.featured { background: var(--blue); color: white; transform: translateY(-10px); }
.plan-kicker { text-align: center; border-radius: 8px; background: var(--pale); padding: 8px; font-weight: 500; color: #111; }
.plan-card h3 { text-align: center; color: var(--blue); font-size: 2.55rem; margin: 24px 0 18px; }
.plan-card.featured h3 { color: white; font-size: 4rem; }
.plan-card h3 span { font-size: 1.15rem; }
.plan-card h3.quote { font-size: 1.85rem; min-height: 64px; display: grid; place-items: center; }
.plan-card ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; font-size: .89rem; }
.plan-card li { position: relative; padding-left: 24px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; background: #050505; color: white; }
.plan-card.featured li::before { background: white; color: var(--blue); }

.trajectory h2 { margin-bottom: 36px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gallery-item { padding: 0; border: 0; border-radius: 18px; overflow: hidden; cursor: zoom-in; background: #ddd; min-height: 235px; }
.gallery-item img { width: 100%; height: 100%; min-height: 235px; object-fit: cover; transition: transform .35s, filter .35s; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.06); filter: contrast(1.05); }
.cta-box { margin-top: 90px; background: var(--blue); color: white; border-radius: 18px; padding: 60px 50px; text-align: center; position: relative; overflow: hidden; }
.cta-box h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); margin-bottom: 16px; position: relative; z-index: 2; }
.cta-box p { max-width: 800px; margin: 0 auto 28px; font-size: .94rem; position: relative; z-index: 2; }
.cta-box .btn { position: relative; z-index: 2; }
.line-art { position: absolute; width: 390px; height: 170px; border: 2px solid rgba(255,255,255,.08); border-radius: 50%; }
.line-art.one { left: -170px; top: -30px; transform: rotate(-30deg); }
.line-art.two { right: -130px; bottom: -90px; transform: rotate(20deg); }

.footer { color: white; padding: 70px 0 30px; background: radial-gradient(circle at 57% 35%, rgba(255,255,255,.12), transparent 30%), linear-gradient(115deg, #1d50ad, #285ebe); }
.footer-top { display: flex; justify-content: space-between; align-items: center; }
.footer-brand { font-size: 3.4rem; }
.social-links { display: flex; gap: 14px; }
.social-links a { width: 35px; height: 35px; border-radius: 50%; background: var(--lime); color: #0c0c0c; display: grid; place-items: center; font-weight: 800; transition: transform .2s; }
.social-links a:hover, .social-links a:focus-visible { transform: translateY(-4px) rotate(-5deg); }
.footer-grid { display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 80px; max-width: 700px; margin: 48px auto 0 0; }
.footer-grid h3 { font-size: 1.2rem; }
.footer-grid a, .footer-link { display: block; margin: 10px 0; color: rgba(255,255,255,.86); font-size: .9rem; }
.footer-grid a:hover, .footer-link:hover { color: var(--lime); }
.footer-link { padding: 0; border: 0; background: none; cursor: pointer; text-align: left; }
.copyright { margin-top: 50px; color: rgba(255,255,255,.65); font-size: .78rem; }

.modal { border: 0; padding: 0; background: transparent; max-width: none; max-height: none; }
.modal::backdrop { background: rgba(3, 12, 32, .74); backdrop-filter: blur(5px); }
.modal-card { width: min(560px, calc(100vw - 32px)); max-height: calc(100vh - 40px); overflow: auto; position: relative; background: white; border-radius: 20px; padding: 40px; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.modal-card h2 { font-size: 2.5rem; margin-bottom: 14px; }
.modal-card label { display: grid; gap: 7px; margin: 16px 0; font-weight: 700; font-size: .88rem; }
.modal-card input, .modal-card select, .modal-card textarea { width: 100%; border: 1px solid #d8dfed; background: #f7f9fd; border-radius: 10px; padding: 13px; color: #111; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: #eef2fb; cursor: pointer; font-size: 1.5rem; }
.form-status { min-height: 24px; margin: 16px 0 0; color: var(--blue); font-weight: 700; }
.image-modal-card { position: relative; width: min(1050px, calc(100vw - 30px)); max-height: calc(100vh - 30px); }
.image-modal-card img { max-height: calc(100vh - 30px); width: 100%; object-fit: contain; border-radius: 18px; background: #111; }
.image-close { z-index: 3; background: white; }
.legal-card { text-align: center; }
.legal-card .btn { margin-top: 10px; }

:focus-visible { outline: 3px solid #ff8e39; outline-offset: 3px; }
@media (max-width: 1020px) {
  .nav-links { gap: 18px; }
  .nav-links a { font-size: .82rem; }
  .hero { min-height: 760px; }
  .hero-grid { min-height: 650px; }
  .logo-row { grid-template-columns: repeat(4, 1fr); }
  .about-grid { gap: 38px; }
  .benefit-row, .benefit-row.reverse { grid-template-columns: minmax(0,1fr) 270px; }
  .plan-grid { gap: 18px; }
}
@media (max-width: 800px) {
  .wrap { width: min(100% - 30px, 680px); }
  .section, .section-pale { padding: 68px 0; }
  .site-header { position: absolute; }
  .menu-toggle { display: block; z-index: 3; }
  .nav-links { position: absolute; top: 74px; left: 15px; right: 15px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 18px; border-radius: 14px; background: #16499f; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 10px 6px; }
  .hero { min-height: 780px; padding-top: 86px; }
  .hero-grid { min-height: 690px; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 65px; }
  .hero h1 { font-size: clamp(4.5rem, 18vw, 7.3rem); }
  .hero-visual { position: absolute; right: -90px; bottom: 0; height: 500px; opacity: .78; }
  .hero-visual img { width: 440px; }
  .hero-copy { max-width: 620px; }
  .hero-intro { max-width: 410px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { position: static; order: -1; }
  .benefit-row, .benefit-row.reverse { grid-template-columns: 1fr; }
  .benefit-row.reverse .portrait-card { order: 2; }
  .portrait-card { min-height: 330px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { gap: 35px; }
}
@media (max-width: 520px) {
  h2 { font-size: 2.65rem; }
  .hero { min-height: 710px; }
  .hero-grid { min-height: 620px; }
  .hero h1 { font-size: 4.3rem; }
  .hero-visual { right: -135px; height: 450px; opacity: .62; }
  .hero-intro { max-width: 300px; font-size: .98rem; }
  .logo-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .about-copy > p { font-size: .93rem; }
  .benefit-card { padding: 28px 24px; }
  .benefit-card h3 { font-size: 1.75rem; }
  .portrait-card { min-height: 290px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 45px 22px; margin-top: 60px; }
  .footer-top { align-items: flex-start; gap: 24px; }
  .footer-brand { font-size: 2.45rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .modal-card { padding: 34px 22px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
