@font-face { font-family: "Avenir Wix"; src: url("./assets/fonts/avenir-heavy.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Brandon Wix"; src: url("./assets/fonts/brandon-light.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Questrial; src: url("./assets/fonts/questrial.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Rubik; src: url("./assets/fonts/rubik.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Rubik Light"; src: url("./assets/fonts/rubik-light.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins ExtraLight"; src: url("./assets/fonts/poppins-extralight.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins Semibold"; src: url("./assets/fonts/poppins-semibold.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }

:root {
  --ink: #242436;
  --muted: #686878;
  --paper: #faf9f7;
  --lavender: #f0edff;
  --purple: #7048d9;
  --purple-deep: #40286e;
  --blue: #3b7cf6;
  --cyan: #20c5d7;
  --coral: #ed705e;
  --lime: #c6df6a;
  --line: rgba(36, 36, 54, 0.14);
  --shadow: 0 24px 60px rgba(43, 31, 82, 0.14);
  --display: "Avenir Wix", sans-serif;
  --body: Questrial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #443267; font-family: var(--body); font-size: 16px; line-height: 1.6; }
body, button, input, textarea { font-family: var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1075px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 8px 12px; color: #fff; background: var(--purple-deep); transform: translateY(-150%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 10; top: 0; height: 102px; background: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 102px; }
.brand { display: block; width: 310px; height: 64px; color: var(--ink); text-decoration: none; }
.brand img { width: 310px; height: 64px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 1px; transform: translateX(-47px); font-size: 16px; font-weight: 400; letter-spacing: normal; }
.site-nav a { position: relative; padding: 0 15px; line-height: 22.4px; text-decoration: none; }
.site-nav a { color: #1b3561; }
.site-nav a:not(.nav-contact)::after { display: none; }
.nav-contact span, .button span, .contact-email span { font-size: 1.1em; transition: transform 180ms ease; }
.nav-contact:hover span, .button:hover span, .contact-email:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero-section { position: relative; height: 682px; overflow: hidden; color: #fff; isolation: isolate; }
.hero-background, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-background { z-index: -2; object-fit: cover; object-position: center; }
.hero-overlay { display: none; }
.hero-content { width: 735px; margin: 0 0 0 max(24px, calc((100% - 1075px) / 2 + 79px)); padding: 147px 0 0; }
.eyebrow { margin: 0 0 18px; color: #d8ccff; font-size: 0.73rem; font-weight: 900; letter-spacing: 0.22em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dark { color: var(--purple); }
.hero-section h1 { width: 561px; max-width: 561px; margin: 0; font-family: var(--display); font-size: 45px; font-weight: 400; letter-spacing: normal; line-height: normal; }
.hero-section h1 .hero-title-text { font-family: Rubik, sans-serif; font-weight: 500; }
.hero-section h1 .hero-title-highlight { color: #ffde5f; }
.hero-copy { width: 735px; max-width: 735px; margin: 27px 0 0; color: #fff; font-family: "Rubik Light", sans-serif; font-size: 18px; line-height: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 0; font-weight: 900; letter-spacing: 0.04em; text-decoration: none; cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { width: 243px; height: 57px; margin-top: 60px; padding: 0; color: #fff; background: transparent; border: 2px solid #fff; border-radius: 30px; font-family: Rubik, sans-serif; font-size: 20px; font-weight: 500; line-height: normal; letter-spacing: normal; }
.button-light:hover, .button-light:focus-visible { color: var(--ink); background: #ffe66e; }

.section-pad { padding: 124px 0; }
.assessment-section { background: var(--lavender); }
.section-heading { max-width: 680px; margin-bottom: 58px; }
.section-heading h2, .report-copy h2, .contact-intro h2 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.55rem); letter-spacing: -0.04em; line-height: 1.02; }
.section-heading > p:last-child, .report-copy > p, .contact-intro > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.assessment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.assessment-card { position: relative; min-height: 290px; padding: 34px; overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(67, 49, 130, 0.08); }
.assessment-card:nth-child(2) { background: var(--purple-deep); color: #fff; transform: translateY(28px); }
.assessment-card:nth-child(3) { background: var(--cyan); color: #102b40; }
.step-number, .panel-index, .detail-icon { color: var(--coral); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; }
.assessment-card:nth-child(2) .step-number { color: #ffe66e; }
.assessment-card:nth-child(3) .step-number { color: #fff; }
.assessment-card h3 { margin: 34px 0 14px; font-family: var(--display); font-size: 2.25rem; line-height: 1; text-transform: uppercase; }
.assessment-card p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.assessment-card:nth-child(2) p { color: rgba(255, 255, 255, 0.78); }
.assessment-card:nth-child(3) p { color: rgba(16, 43, 64, 0.82); }
.card-line { position: absolute; right: 34px; bottom: 30px; left: 34px; height: 3px; background: var(--coral); }
.assessment-card:nth-child(2) .card-line { background: #ffe66e; }
.assessment-card:nth-child(3) .card-line { background: #fff; }

.report-section { background: var(--paper); }
.report-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 80px; }
.report-copy .eyebrow { color: var(--blue); }
.report-points { margin-top: 40px; border-top: 1px solid var(--line); }
.report-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 0 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.report-points span { grid-row: span 2; color: var(--coral); font-size: 0.77rem; font-weight: 900; letter-spacing: 0.1em; }
.report-points strong { font-size: 0.93rem; text-transform: uppercase; }
.report-points p { margin: 3px 0 0; color: var(--muted); font-size: 0.88rem; }
.image-frame { padding: 10px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.image-frame img { width: 100%; height: auto; }
.report-figure figcaption { margin-top: 20px; color: var(--purple); font-family: var(--display); font-size: 1.2rem; font-style: italic; text-align: right; }

.features-section { color: #fff; background: var(--purple-deep); }
.section-heading-light h2 { max-width: 610px; }
.feature-switcher { display: grid; grid-template-columns: 0.38fr 0.62fr; min-height: 300px; margin-bottom: 84px; background: rgba(255, 255, 255, 0.08); }
.feature-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255, 255, 255, 0.16); }
.feature-tab { position: relative; flex: 1; padding: 20px 24px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.58); background: transparent; font-size: 0.9rem; font-weight: 900; text-align: left; text-transform: uppercase; cursor: pointer; transition: color 180ms ease, background 180ms ease; }
.feature-tab:last-child { border-bottom: 0; }
.feature-tab::before { position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: #ffe66e; content: ""; transform: scaleY(0); transition: transform 180ms ease; }
.feature-tab:hover, .feature-tab:focus-visible, .feature-tab.is-active { color: #fff; background: rgba(255, 255, 255, 0.1); }
.feature-tab.is-active::before { transform: scaleY(1); }
.feature-panels { display: flex; align-items: center; padding: 58px; }
.feature-panel { max-width: 590px; }
.feature-panel h3 { margin: 8px 0 18px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.06; }
.feature-panel > p:last-child { max-width: 520px; margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 1.05rem; }
.panel-index { color: #ffe66e; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, 0.2); }
.detail-card { min-height: 250px; padding: 28px; background: var(--purple-deep); }
.detail-card:nth-child(3n + 2) { background: #543795; }
.detail-card:nth-child(3n) { background: #653eb1; }
.detail-icon { display: inline-block; color: #ffe66e; }
.detail-card h3 { max-width: 230px; margin: 26px 0 13px; color: #fff; font-family: var(--display); font-size: 1.55rem; line-height: 1.05; }
.detail-card p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; }

.contact-section { position: relative; overflow: hidden; color: #fff; background: var(--blue); isolation: isolate; }
.contact-background { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(61, 39, 116, 0.86), rgba(30, 113, 200, 0.82)), url("./assets/contact-background.png") center / cover; }
.contact-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; align-items: start; gap: 100px; }
.contact-intro { padding-top: 25px; }
.contact-intro .eyebrow { color: #ffe66e; }
.contact-intro h2 { font-size: clamp(3rem, 6vw, 5.4rem); }
.contact-intro > p { color: rgba(255, 255, 255, 0.76); }
.contact-email { display: inline-flex; gap: 12px; align-items: center; margin-top: 42px; color: #ffe66e; font-weight: 900; text-decoration: none; }
.contact-form { padding: 36px; background: rgba(28, 35, 91, 0.58); border: 1px solid rgba(255, 255, 255, 0.23); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.contact-form label:not(.consent-field) { display: flex; flex-direction: column; gap: 7px; }
.contact-form label > span { color: rgba(255, 255, 255, 0.76); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.44); border-radius: 0; outline: 0; color: #fff; background: transparent; transition: border-color 180ms ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus { border-color: #ffe66e; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255, 255, 255, 0.43); }
.full-field { grid-column: 1 / -1; }
.recaptcha-container { position: absolute; width: 1px; height: 1px; min-height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.recaptcha-container .grecaptcha-badge { visibility: hidden !important; }
.recaptcha-notice { margin: 24px 0 0; color: rgba(255, 255, 255, 0.64); font-size: 0.72rem; line-height: 1.4; }
.recaptcha-notice a { color: #ffe66e; }
.button-submit { margin-top: 28px; color: var(--purple-deep); background: #ffe66e; }
.button-submit:hover, .button-submit:focus-visible { background: #fff; }
.button-submit:disabled { opacity: 0.55; cursor: wait; transform: none; }
.form-status { min-height: 1.6em; margin: 16px 0 0; color: #ffe66e; font-size: 0.84rem; }

.site-footer { color: rgba(255, 255, 255, 0.7); background: #17192d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 1fr 0.9fr; gap: 54px; padding: 70px 0 58px; }
.brand-footer { color: #fff; font-size: 1.05rem; }
.brand-footer img { width: 38px; height: 38px; }
.footer-brand p { max-width: 220px; margin: 20px 0 0; font-size: 0.88rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h2 { margin: 0 0 14px; color: #ffe66e; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255, 255, 255, 0.76); font-size: 0.88rem; text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; text-decoration: underline; }
.social-links { display: flex; gap: 11px; }
.social-links a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.24); }
.social-links img { width: 20px; height: 20px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: 0.8; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 22px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.45); font-size: 0.72rem; letter-spacing: 0.03em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }

@media (max-width: 840px) {
  .container { width: min(100% - 36px, 680px); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav a:not(.nav-contact)::after { bottom: 4px; right: auto; width: 42px; }
  .nav-contact { justify-content: center; margin-top: 6px; }
  .hero-section { min-height: 680px; }
  .hero-background { object-position: 62% center; }
  .hero-section h1 { font-size: clamp(3rem, 10vw, 4.7rem); }
  .section-pad { padding: 86px 0; }
  .assessment-grid, .detail-grid { grid-template-columns: 1fr; }
  .assessment-card:nth-child(2) { transform: none; }
  .assessment-card { min-height: 250px; }
  .report-layout, .contact-layout { grid-template-columns: 1fr; gap: 54px; }
  .report-copy { max-width: 620px; }
  .feature-switcher { grid-template-columns: 1fr; }
  .feature-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
  .feature-tab { min-width: 190px; border-bottom: 0; border-right: 1px solid rgba(255, 255, 255, 0.16); }
  .feature-tab::before { top: auto; right: 0; bottom: 0; width: auto; height: 4px; transform: scaleX(0); }
  .feature-tab.is-active::before { transform: scaleX(1); }
  .feature-panels { min-height: 310px; padding: 38px 28px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 28px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 420px); }
  .brand { font-size: 1.05rem; }
  .brand img { width: 38px; height: 38px; }
  .hero-content { padding: 74px 0 120px; }
  .hero-section h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-copy { font-size: 0.98rem; }
  .hero-note { right: 14px; bottom: 18px; font-size: 0.58rem; letter-spacing: 0.1em; }
  .hero-note span { padding: 0 5px; }
  .section-heading h2, .report-copy h2 { font-size: 2.65rem; }
  .assessment-card { padding: 28px; }
  .feature-tab { min-width: 165px; padding: 18px 15px; font-size: 0.75rem; }
  .feature-panel h3 { font-size: 2.15rem; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .full-field { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .success-card h3 { transition: opacity 0.2s ease-out, visibility 0.2s ease-out !important; }
  .success-card p { transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Live page geometry and typography */
.assessment-section { position: relative; z-index: 1; height: 1095px; padding: 0; background: #443267; }
.about-inner { position: relative; height: 1095px; padding: 0; }
.about-title { position: absolute; top: 66px; left: 218px; width: 640px; margin: 0; color: #fff; font-family: Rubik, sans-serif; font-size: 32px; font-weight: 500; line-height: 35.2px; text-align: center; }
.assessment-grid { position: absolute; top: 137px; left: 48px; display: grid; grid-template-columns: repeat(3, 295px); gap: 47px; width: 979px; }
.assessment-card, .assessment-card:nth-child(2), .assessment-card:nth-child(3) { position: relative; width: 295px; min-height: 293px; padding: 0; overflow: visible; color: #0a1561; background: transparent; box-shadow: none; transform: none; }
.about-icon { display: block; width: 95px; height: 72px; margin-left: 6px; object-fit: fill; opacity: 1; }
.assessment-card:nth-child(2) .about-icon { width: 88px; height: 79px; margin-top: -2px; margin-left: 11px; }
.assessment-card:nth-child(3) .about-icon { width: 95px; height: 68px; margin-top: 3px; margin-left: 7px; }
.assessment-card h3 { width: 253px; margin: 18px 0 16px 20px; color: #fff; font-family: Questrial, sans-serif; font-size: 24px; font-weight: 400; line-height: 33.6px; text-align: left; text-transform: none; }
.assessment-card:nth-child(2) h3 { margin-top: 13px; }
.assessment-card:nth-child(3) h3 { margin-top: 20px; }
.assessment-card p { width: 255px; margin: 0 0 0 20px; color: #eec3ff; font-family: Questrial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25.2px; }
.assessment-card:nth-child(1) p, .assessment-card:nth-child(2) p { width: 253px; }
.assessment-section .assessment-card p { color: #eec3ff; }
.report-frame { position: absolute; top: 495px; left: 50%; width: 957px; height: 554px; padding: 18px; border-radius: 15px; background: #382957; transform: translateX(-50%); }
.report-image { position: static; display: block; width: 921px; height: 518px; border-radius: 0; box-shadow: none; object-fit: cover; }
.assessment-section .reveal, .success-section .reveal { opacity: 1; transform: none; }

.success-section { position: relative; z-index: 0; height: 1539px; padding: 0; overflow: hidden; color: #fff; background: #6150c9; }
.success-section::before { position: absolute; z-index: 0; top: -1px; left: -5%; width: 110%; height: 96px; border-radius: 0 0 50% 50% / 0 0 100% 100%; background: #443267; content: ""; }
.success-inner { position: relative; z-index: 1; height: 1539px; padding: 0; }
.success-title { position: absolute; top: 144px; left: 50%; width: 587px; margin: 0; color: #fff; font-family: Rubik, sans-serif; font-size: 32px; font-weight: 500; line-height: 35.2px; text-align: center; transform: translateX(calc(-50% - 0.5px)); }
.success-grid { position: absolute; top: 228px; left: 50%; display: flex; justify-content: space-between; width: 978px; transform: translateX(calc(-50% - 1px)); }
.success-card { position: relative; width: 244px; height: 244px; padding: 0; background: transparent; }
.success-card h3 { position: absolute; z-index: 1; top: 96px; left: 29px; display: block; width: 186px; margin: 0; color: #7e22ea; font-family: Rubik, sans-serif; font-size: 23px; font-weight: 500; line-height: 25.3px; text-align: center; transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }
.success-card p { position: absolute; z-index: 1; top: 94px; left: 31px; display: block; width: 182px; margin: 0; color: #7e22ea; font-family: Questrial, sans-serif; font-size: 18px; line-height: 19.8px; visibility: hidden; opacity: 0; text-align: center; transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; }
.success-card:hover h3, .success-card:focus-within h3, .success-card.is-hovered h3 { visibility: hidden !important; opacity: 0 !important; }
.success-card:hover p, .success-card:focus-within p, .success-card.is-hovered p { visibility: visible !important; opacity: 1 !important; }
.success-title + .success-grid .success-card::before { position: absolute; z-index: 0; top: 0; left: 0; box-sizing: border-box; width: 244px; height: 244px; border: 10px solid #eec3ff; border-radius: 50%; background: #fff; content: ""; }
.success-title + .success-grid .success-card:nth-child(1)::after { position: absolute; top: 124px; left: 256px; width: 100px; height: 7px; border-top: 2px solid rgba(238, 195, 255, 0.8); content: ""; }
.success-title + .success-grid .success-card:nth-child(2)::after { position: absolute; top: 118px; left: 254px; width: 100px; height: 7px; border-top: 2px solid rgba(238, 195, 255, 0.8); content: ""; }
.success-inner::after { position: absolute; top: 519px; left: calc(50% - 149px); width: 291px; height: 7px; border-top: 3px dotted rgba(255, 255, 255, 0.8); content: ""; }
.success-card:nth-child(3) h3 { left: 12px; width: 220px; }
.success-card:nth-child(2) p { top: 69px; left: 26px; width: 192px; }
.success-card:nth-child(3) p { top: 72px; left: 31px; width: 182px; }
.process-title { position: absolute; top: 588px; left: 101px; width: 874px; margin: 0; color: #fff; font-family: Rubik, sans-serif; font-size: 32px; font-weight: 500; line-height: 35.2px; text-align: center; }
.process-grid { position: absolute; top: 703.21875px; left: 50%; display: grid; grid-template-columns: repeat(2, 413px); grid-template-rows: 170px 180px 170px; column-gap: 87px; row-gap: 71px; width: 913px; transform: translateX(calc(-50% + 1.5px)); }
.process-card { position: relative; width: 413px; height: 170px; padding: 0; background: transparent; }
.process-card::before { position: absolute; z-index: 0; top: 32px; left: -35px; width: 479px; height: 170px; border: 2px solid #eec3ff; border-radius: 10px; background: #6150c9; content: ""; }
.process-card::after { position: absolute; z-index: 0; top: 0; left: 0; width: 291px; height: 65px; background: #6150c9; content: ""; }
.process-card:not(:first-child)::after { width: 401px; }
.process-card:nth-child(2)::before { height: 178px; }
.process-card:nth-child(3)::before, .process-card:nth-child(4)::before { height: 187px; }
.process-card:nth-child(5)::before, .process-card:nth-child(6)::before { height: 186px; }
.process-card:nth-child(5), .process-card:nth-child(6) { top: 0.1875px; }
.process-icon { position: absolute; z-index: 1; top: 10px; left: 19px; display: block; width: 43px; height: 43px; padding: 0; background: transparent; object-fit: contain; }
.process-card:nth-child(2) .process-icon { left: 18px; }
.process-card:nth-child(3) .process-icon { top: 11px; left: 24px; width: 34px; }
.process-card:nth-child(4) .process-icon { top: 14px; left: 19px; height: 38px; }
.process-card:nth-child(5) .process-icon { top: 12px; left: 19px; height: 42px; }
.process-card:nth-child(6) .process-icon { top: 13px; left: 19px; height: 40px; }
.process-card h3 { position: absolute; z-index: 1; top: 14px; left: 87px; width: 301px; margin: 0; color: #fff; background: transparent; font-family: Rubik, sans-serif; font-size: 24px; font-weight: 500; line-height: 33.6px; }
.process-card:first-child h3 { width: 189px; }
.process-card:nth-child(3) h3, .process-card:nth-child(4) h3, .process-card:nth-child(5) h3 { top: 0; }
.process-card:nth-child(6) h3 { top: 15px; }
.process-card p { position: absolute; top: 74px; left: 0; width: 413px; margin: 0; color: #fff; font-family: "Avenir Wix", sans-serif; font-size: 18px; font-weight: 400; line-height: normal; }
.process-card p .process-copy { font-family: Questrial, sans-serif; font-size: 18px; letter-spacing: normal; }
.process-card p .process-copy-rubik { font-family: "Rubik Light", sans-serif; }
.process-card:nth-child(2) p { height: 96px; }
.process-card:nth-child(2) .process-copy-tail { font-family: "Brandon Wix", sans-serif; font-size: 18px; font-weight: 400; }
.process-card:nth-child(n + 3) p { top: 91px; }

.contact-section { height: 801px; padding: 0; background: linear-gradient(rgb(0, 78, 83) 0%, rgb(81, 119, 255) 100%); }
.contact-background { background: url("./assets/contact-background.png?rev=752") center / cover no-repeat; opacity: 1; }
.contact-mark { position: absolute; z-index: 0; top: 39px; left: 49px; display: block; width: 722px; height: 612px; }
.contact-layout { position: relative; display: block; height: 801px; padding: 0; }
.contact-intro { position: absolute; top: 67px; left: 467px; width: 323px; padding: 0; }
.contact-intro h2 { margin: 0; color: #fff; font-family: "Avenir Wix", sans-serif; font-size: 35px; font-weight: 400; line-height: 38.5px; letter-spacing: normal; }
.contact-form { position: absolute; top: 107px; left: 451px; width: 576px; min-height: 562px; padding: 15px 16px 0; background: transparent; border: 0; }
.form-grid { display: flex; flex-direction: column; gap: 0; }
.contact-form label:not(.consent-field) { display: block; width: 538px; height: 34px; }
.contact-form .form-grid > label:nth-child(2) { margin-top: 10px; }
.contact-form .form-grid > label:nth-child(3) { margin-top: 11px; }
.contact-form .form-grid > label:nth-child(4) { margin-top: 11px; }
.contact-form .form-grid > label:nth-child(5) { margin-top: 10px; }
.contact-form label:not(.consent-field) > span { display: none; }
.contact-form label.full-field { height: 132px; margin-top: 12px; }
.contact-form label.full-field > span { display: block; height: 17px; margin: 0 0 12px; color: #eec3ff; font-family: Questrial, sans-serif; font-size: 14px; font-weight: 400; line-height: normal; letter-spacing: normal; text-transform: none; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { display: block; width: 538px; height: 34px; padding: 3px 3px 3px 12px; border: 1px solid #bfbbbb; border-radius: 5px; outline: 0; color: #000; background: #fff; font-family: Questrial, sans-serif; font-size: 14px; line-height: 19.6px; }
.contact-form textarea { height: 101px; resize: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #686868; }
.recaptcha-container { display: block; width: 1px; height: 1px; min-height: 1px; margin: -1px; overflow: hidden; visibility: visible; }
.recaptcha-container iframe { transform: none; }
.recaptcha-container .grecaptcha-badge { visibility: hidden !important; }
.recaptcha-container.is-unconfigured { visibility: hidden; }
.button-submit { width: 152px; height: 41px; min-height: 41px; margin-top: 24px; padding: 0; color: #eec3ff; background: transparent; border: 2px solid #eec3ff; border-radius: 50px; font-family: Questrial, sans-serif; font-size: 16px; font-weight: 400; line-height: 22.4px; letter-spacing: normal; }
.button-submit span { display: none; }
.form-note { width: 538px; height: 18px; margin: 15px 0 0; color: #fff; font-family: Questrial, sans-serif; font-size: 12px; line-height: normal; letter-spacing: normal; }
.form-note a { color: #eec3ff; }
.recaptcha-notice { width: 538px; margin: 17px 0 0; color: rgba(255, 255, 255, 0.72); font-family: Questrial, sans-serif; font-size: 11px; line-height: 15px; }
.recaptcha-notice a { color: #eec3ff; }
.form-status { position: static; width: 538px; min-height: 18px; margin: 10px 0 0; color: #eec3ff; font-family: "Brandon Wix", sans-serif; font-size: 12px; }

.site-footer { position: relative; z-index: 1; height: 338px; color: #fff; background: #324158; }
.site-footer::before { position: absolute; z-index: 0; top: -70px; left: 0; width: 100%; height: 70px; background: url("./assets/footer-curve.svg") center / 100% 100% no-repeat; content: ""; }
.footer-grid { position: relative; z-index: 1; display: block; height: 338px; padding: 0; }
.footer-column { position: absolute; top: 24px; display: block; gap: 0; align-items: flex-start; }
.footer-column:nth-child(1) { left: 67.5px; width: 200px; }
.footer-column:nth-child(2) { left: 267.5px; width: 256px; }
.footer-column:nth-child(3) { left: 549.5px; width: 200px; }
.footer-column:nth-child(4) { left: 821.5px; width: 196px; }
.footer-column h2 { height: 24px; margin: 0; color: #fff; font-family: "Poppins Semibold", sans-serif; font-size: 20px; font-weight: 400; line-height: 24px; letter-spacing: 2px; }
.footer-column a, .footer-column p { display: block; margin: 4px 0 0; color: #fff; font-family: "Poppins ExtraLight", sans-serif; font-size: 15px; font-weight: 400; line-height: 25.2px; letter-spacing: 1.47px; text-decoration: none; }
.footer-column a + a { margin-top: 10px; }
.footer-column:nth-child(1) a:first-of-type { letter-spacing: 1.07143px; }
.footer-column:nth-child(2) p { width: 256px; margin-top: 4px; }
.footer-column:nth-child(2) a { margin-top: 0; font-family: "Poppins Semibold", sans-serif; font-weight: 400; letter-spacing: 1.5px; text-decoration: underline; }
.footer-column:nth-child(3) a { margin-top: 4px; color: #fff; font-family: "Poppins ExtraLight", sans-serif; font-size: 15px; letter-spacing: 1.5px; }
.footer-email { display: flex !important; align-items: center; gap: 10px; white-space: nowrap; }
.footer-email-icon { position: relative; display: inline-block; flex: 0 0 auto; width: 26px; height: 17px; border: 1px solid rgba(255, 255, 255, 0.9); }
.footer-email-icon::before, .footer-email-icon::after { position: absolute; top: 2px; width: 16px; height: 1px; background: rgba(255, 255, 255, 0.9); content: ""; }
.footer-email-icon::before { left: 0; transform: rotate(32deg); transform-origin: left center; }
.footer-email-icon::after { right: 0; transform: rotate(-32deg); transform-origin: right center; }
.social-links { display: flex; gap: 20px; margin-top: 8px; }
.social-links a, .social-links a + a { display: block; width: 26px; height: 26px; margin: 0; border: 0; }
.social-links img { width: 26px; height: 26px; filter: none; opacity: 1; }
.footer-brand { position: absolute; z-index: 1; bottom: 20.6px; left: calc((100% - 1075px) / 2 + 798.5px); display: flex; width: 200px; flex-direction: column; align-items: flex-start; color: #fff; }
.footer-brand img { width: 198px; height: 41px; object-fit: contain; }
.footer-brand span { margin: 11px 0 0 -1.7px; color: #fff; font-family: "Poppins ExtraLight", sans-serif; font-size: 12px; font-weight: 400; line-height: 14.4px; letter-spacing: 1.2px; white-space: nowrap; }

@media (max-width: 840px) {
  .container { width: min(100% - 36px, 680px); }
  .contact-mark { left: 0; width: 100%; height: auto; max-height: 100%; object-fit: contain; }
  .success-inner::after { display: none; }
  .site-header, .header-inner { height: 72px; }
  .brand { width: 200px; height: 42px; }
  .brand img { width: 200px; height: 42px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .hero-section { height: 620px; }
  .hero-background { object-position: 62% center; }
  .hero-content { width: calc(100% - 36px); margin: 0 18px; padding: 140px 0 0; }
  .hero-section h1 { width: min(561px, 100%); max-width: 100%; font-size: clamp(32px, 8vw, 45px); }
  .hero-copy { width: min(735px, 100%); max-width: 100%; font-size: 16px; }
  .button-light { width: 220px; height: 54px; margin-top: 44px; }
  .assessment-section { height: auto; min-height: 0; padding: 80px 0 70px; }
  .about-inner { height: auto; }
  .about-title, .success-title, .process-title { position: static; width: 100%; margin: 0 0 48px; font-size: 30px; line-height: 33px; transform: none; }
  .assessment-grid { position: static; display: grid; grid-template-columns: 1fr; gap: 50px; width: 100%; }
  .assessment-card, .assessment-card:nth-child(2), .assessment-card:nth-child(3) { width: 100%; min-height: 0; }
  .assessment-card p { width: 100%; max-width: 420px; margin-left: 0; }
  .report-frame { position: static; width: 100%; height: auto; margin-top: 60px; padding: 12px; border-radius: 24px; transform: none; }
  .report-image { width: 100%; height: auto; margin-top: 0; }
  .success-section { height: auto; padding: 80px 0; }
  .success-inner { height: auto; }
  .success-grid { position: static; display: grid; grid-template-columns: 1fr; gap: 34px; width: 100%; transform: none; }
  .success-card { width: 100%; height: 210px; }
  .success-title + .success-grid .success-card::before { left: 50%; transform: translateX(-50%); }
  .success-card h3, .success-card p { top: 122px; left: 50%; transform: translate(-50%, -50%); }
  .success-card p { opacity: 1; }
  .process-title { margin-top: 80px; }
  .process-grid { position: static; display: grid; grid-template-columns: 1fr; gap: 50px; width: 100%; transform: none; }
  .process-card { width: 100%; height: auto; min-height: 180px; }
  .process-card:nth-child(5), .process-card:nth-child(6) { top: 0; }
  .process-card::before, .process-card::after { display: none; }
  .process-card h3 { top: 14px; left: 75px; width: calc(100% - 75px); }
  .process-card p { top: 74px; width: 100%; height: auto; }
  .contact-section { height: auto; min-height: 800px; padding: 80px 0; }
  .contact-layout { height: auto; }
  .contact-intro { position: static; width: 100%; margin-bottom: 42px; }
  .contact-form { position: static; width: 100%; height: auto; padding: 24px 18px; background: rgba(28, 35, 91, 0.58); border: 1px solid rgba(255, 255, 255, 0.23); }
  .form-grid { display: grid; gap: 20px; }
  .contact-form label:not(.consent-field), .contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; }
  .contact-form label:not(.consent-field), .contact-form label.full-field { height: auto; margin-top: 0; }
  .contact-form label:not(.consent-field) > span, .contact-form label.full-field > span { display: block; height: auto; margin: 0 0 7px; color: rgba(255, 255, 255, 0.76); font-family: var(--body); font-size: 0.75rem; font-weight: 900; line-height: 1.4; letter-spacing: 0.1em; text-transform: uppercase; }
  .contact-form input:not([type="checkbox"]), .contact-form textarea { height: auto; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.44); border-radius: 0; color: #fff; background: transparent; font-family: var(--body); font-size: 16px; }
  .contact-form textarea { min-height: 100px; }
  .recaptcha-container { width: 1px; height: 1px; min-height: 1px; margin: -1px; overflow: hidden; }
  .recaptcha-container iframe { transform: none; }
  .recaptcha-container .grecaptcha-badge { visibility: hidden !important; }
  .recaptcha-container.is-unconfigured { display: none; }
  .button-submit { width: 152px; height: 41px; margin-top: 28px; }
  .form-note { width: 100%; height: auto; margin-top: 15px; color: rgba(255, 255, 255, 0.72); }
  .recaptcha-notice { width: 100%; margin-top: 15px; color: rgba(255, 255, 255, 0.72); font-size: 0.72rem; line-height: 1.4; }
  .recaptcha-notice a { color: #ffe66e; }
  .form-status { position: static; width: 100%; min-height: 1.6em; margin-top: 16px; }
  .site-footer { height: auto; }
  .site-footer::before { top: -64px; height: 64px; }
  .footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 28px; height: auto; padding: 60px 0 50px; }
  .footer-column { min-width: 0; }
  .footer-column:nth-child(2) p { width: auto; }
  .footer-column, .footer-column:nth-child(1), .footer-column:nth-child(2), .footer-column:nth-child(3), .footer-column:nth-child(4) { position: static; width: auto; }
  .footer-column h2 { height: auto; font-size: 16px; line-height: 20px; }
  .footer-column a, .footer-column p, .footer-column:nth-child(3) a { margin: 4px 0 0; color: rgba(255, 255, 255, 0.76); font-family: "Poppins ExtraLight", sans-serif; font-size: 14px; line-height: 20px; letter-spacing: 1.2px; }
  .footer-column a + a { margin-top: 8px; }
  .footer-email { gap: 6px; }
  .footer-email-icon { width: 22px; height: 15px; }
  .footer-brand { position: static; width: 200px; margin: 0 18px 28px auto; }
  .footer-brand img { width: 200px; height: 59px; }
  .footer-brand span { font-size: 12px; line-height: 18px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 420px); }
  .hero-section { height: 570px; }
  .hero-content { margin: 0 14px; padding-top: 110px; }
  .hero-section h1 { font-size: clamp(31px, 10vw, 40px); }
  .hero-copy { font-size: 15px; }
  .about-title, .success-title, .process-title { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
}