@font-face { font-family: "Maname"; src: url("assets/fonts/maname-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
:root { --green: #14c76b; --ink: #0b0d0c; --muted: #414743; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 24px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: "Maname", Georgia, serif; font-weight: 400; }
em { color: var(--green); font-style: normal; }
.page { position: relative; width: 100%; overflow: hidden; background: #fff; }

.site-header { position: absolute; z-index: 10; top: 71px; left: 50%; display: grid; width: 1090px; height: 48px; grid-template-columns: 1fr auto 1fr; align-items: center; border-radius: 24px; background: #fff; box-shadow: 0 4px 12px rgba(1,1,1,.06); transform: translateX(-50%); }
.brand { display: flex; width: 162px; height: 48px; align-items: center; padding-left: 24px; }
.brand img { width: 80px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 13px; font-weight: 500; line-height: 20px; }
.header-cta { justify-self: end; display: flex; height: 48px; align-items: center; border: 2px solid var(--green); border-radius: 24px; padding: 0 24px; font-size: 15px; font-weight: 600; line-height: 20px; }

.hero { position: relative; height: 1001px; overflow: hidden; }
.hero-waves { position: absolute; top: -12px; left: 50%; width: 1440px; height: 1024px; transform: translateX(-50%); }
.hero-content { position: absolute; top: 282px; left: 50%; display: flex; width: 951px; flex-direction: column; align-items: center; transform: translateX(-50%); }
.eyebrow { border: 1px solid rgba(20,199,107,.15); border-radius: 24px; padding: 4px 24px; color: #00583f; background: #ecfdf5; font-size: 12px; font-weight: 600; line-height: 16px; }
.hero h1 { width: 951px; margin-top: 24px; font-size: 72px; line-height: 72px; letter-spacing: -2.88px; text-align: center; }
.hero-copy { width: 657px; margin-top: 17px; color: var(--muted); font-size: 18px; line-height: 24px; text-align: center; }
.primary-button { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 36px; border-radius: 24px; padding: 12px 24px; color: #07110b; background: var(--green); font-size: 18px; font-weight: 600; line-height: 20px; }
.platforms { position: absolute; top: 788px; left: 50%; display: flex; width: 558px; flex-direction: column; align-items: center; gap: 18px; transform: translateX(-50%); }
.platforms > p { color: #414743; font-size: 12px; line-height: 24px; }
.platform-logos { display: flex; width: 558px; align-items: center; justify-content: center; gap: 48px; }
.platform-logos img { width: auto; height: 32px; flex: 0 0 auto; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .25s ease, opacity .25s ease; }
.platform-logos img:hover { filter: grayscale(0); opacity: 1; }

.impact { position: relative; height: 792px; }
.impact > h2 { position: absolute; top: 100px; left: 50%; width: 951px; font-size: 64px; line-height: 1.1; letter-spacing: -2.56px; text-align: center; transform: translateX(-50%); }
.impact-grid { position: absolute; top: 338px; left: 50%; display: grid; width: 1180px; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; transform: translateX(-50%); }
.impact-card { min-height: 290px; border: 1px solid #e5e7eb; border-radius: 20px; padding: 24px 32px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.impact-card strong { display: block; height: 96px; color: var(--green); font-family: "Maname", Georgia, serif; font-size: 72px; font-weight: 400; line-height: 96px; letter-spacing: -2.88px; }
.impact-card h3 { margin-top: 16px; font-family: "Maname", Georgia, serif; font-size: 24px; font-weight: 400; line-height: 32px; letter-spacing: -.96px; }
.impact-card p { margin-top: 16px; font-size: 16px; line-height: 1.4; letter-spacing: -.32px; }

.method { position: relative; height: 843px; overflow: hidden; }
.method-glow { position: absolute; top: 184px; left: calc(50% - 957px); width: 599px; height: 557px; }
.method > h2 { position: absolute; top: 47px; left: calc(50% - 633px); width: 623px; font-size: 64px; line-height: 1.1; letter-spacing: -2.56px; }
.steps { position: absolute; top: 0; left: calc(50% + 101px); width: 456px; margin: 0; padding: 0; list-style: none; }
.step { position: relative; height: 238px; border-bottom: 1px solid rgba(0,0,0,.2); }
.step-number { position: absolute; top: 0; left: 0; width: 149px; height: 149px; color: #f3f4f6; font-family: "Maname", Georgia, serif; font-size: 124px; line-height: 149px; letter-spacing: -4.96px; }
.step-copy { position: absolute; top: 113px; left: 0; width: 456px; }
.step h3 { font-family: "Maname", Georgia, serif; font-size: 24px; font-weight: 400; line-height: 32px; letter-spacing: -.96px; }
.step p { margin-top: 13px; font-size: 16px; line-height: 1.4; letter-spacing: -.32px; }

.pricing { height: 1036px; padding: 128px 0; color: #fff; background: #0a0a0a; }
.pricing > h2 { width: 951px; height: 186px; margin: 0 auto; font-size: 64px; line-height: 1.1; letter-spacing: -2.56px; text-align: center; }
.pricing-grid { display: flex; width: 1276px; align-items: center; justify-content: space-between; margin: 87px auto 0; }
.price-card { display: flex; width: 389px; height: 466px; flex-direction: column; gap: 32px; border-radius: 20px; padding: 28px 32px; background: #171717; box-shadow: 0 4px 12px rgba(0,0,0,.25); }
.price-card.featured { height: 508px; gap: 40px; border: 2px solid var(--green); padding: 26px 30px; background: rgba(23,23,23,.5); }
.recommended { align-self: flex-start; border-radius: 8px; padding: 4px 16px; color: #07110b; background: #00ff83; font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: -.48px; }
.price { height: 96px; color: #fff; font-family: "Maname", Georgia, serif; font-size: 72px; line-height: 96px; letter-spacing: -2.88px; white-space: nowrap; }
.featured .price { margin-top: -24px; }
.price small { color: #777f79; font-family: "Manrope", sans-serif; font-size: 24px; line-height: 32px; letter-spacing: -.96px; }
.price-details { display: flex; flex: 1; flex-direction: column; }
.price-card h3 { font-size: 24px; font-weight: 600; line-height: 32px; }
.price-intro { width: 225px; margin-top: 8px; font-size: 14px; line-height: 20px; letter-spacing: -.56px; }
.feature-list { display: flex; flex-direction: column; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 24px; font-size: 14px; line-height: 16px; letter-spacing: -.28px; }
.feature-list li::before { position: absolute; top: 0; left: 0; width: 16px; height: 16px; background: url("assets/figma/check.svg") center/16px 16px no-repeat; content: ""; }
.price-note { margin-top: 16px; font-family: Inter, sans-serif; font-size: 12px; font-style: italic; font-weight: 300; line-height: 16px; }
.price-button { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; border: 1px solid #777f79; border-radius: 16px; padding: 12px 24px; font-size: 16px; font-weight: 600; line-height: 20px; }
.price-button.primary { border-color: var(--green); color: #07110b; background: var(--green); }

.faq { margin: 64px 0; padding: 76px 0 120px; background: #fff; }
.faq-layout { display: flex; width: 1312px; align-items: stretch; justify-content: space-between; margin: 0 auto; }
.faq-left { display: flex; width: 509px; flex-direction: column; justify-content: space-between; }
.faq-left h2 { font-size: 64px; line-height: .9; letter-spacing: -2.56px; }
.faq-lead { width: 509px; margin-top: 32px; color: var(--muted); font-size: 16px; line-height: 24px; }
.contact-card { display: flex; width: 509px; flex-direction: column; align-items: flex-start; gap: 20px; border-radius: 32px; padding: 32px; background: #ecf0fb; }
.contact-card h3 { font-family: "Maname", Georgia, serif; font-size: 32px; font-weight: 400; line-height: .9; letter-spacing: -1.28px; }
.contact-card p { color: var(--muted); font-size: 16px; line-height: 24px; }
.contact-card a { display: flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 16px; padding: 12px 24px; color: #fff; background: #0a0a0a; font-size: 16px; font-weight: 600; line-height: 20px; }
.accordion { display: flex; width: 739px; flex-direction: column; gap: 16px; }
.accordion-item { overflow: hidden; border: 1px solid rgba(114,114,114,.2); border-radius: 24px; padding: 15px 16px; background: #fff; }
.accordion-item.is-open { border-color: #6fcb9c; }
.accordion h3 { margin: 0; font-size: inherit; }
.accordion button { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; gap: 16px; border: 0; padding: 0; text-align: left; background: transparent; cursor: pointer; }
.accordion button > span:first-child { flex: 1; font-size: 16px; font-weight: 500; line-height: 28px; letter-spacing: -.048px; }
.accordion-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: #ecf0fb; }
.accordion-item.is-open .accordion-icon { background: rgba(20,199,107,.2); }
.accordion-icon img { width: 24px; height: 24px; transition: transform .35s ease; }
.accordion-item:not(.is-open) .accordion-icon img { transform: rotate(180deg); }
.accordion-panel { width: 638px; max-height: 240px; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(114,114,114,.2); opacity: 1; transition: max-height .35s ease, margin-top .35s ease, padding-top .35s ease, opacity .25s ease, border-color .25s ease; }
.accordion-panel[hidden] { display: block !important; max-height: 0; margin-top: 0; padding-top: 0; border-top-color: transparent; opacity: 0; overflow: hidden; }
.accordion-panel p { width: 638px; color: var(--muted); font-size: 14px; line-height: 20px; }

.final-cta { padding: 0 64px 120px; background: #fff; }
.cta-card { position: relative; display: flex; width: min(1312px, 100%); flex-direction: column; align-items: center; margin: 0 auto; border-radius: 32px; padding: 112px 64px; color: #fff; background: #0a0a0a; box-shadow: 0 24px 60px rgba(0,0,0,.18); text-align: center; overflow: hidden; }
.cta-card::before { position: absolute; top: 50%; left: 50%; width: 1100px; height: 1100px; background: radial-gradient(circle, rgba(20,199,107,.32) 0%, rgba(20,199,107,.1) 30%, transparent 58%); transform: translate(-50%, -26%); pointer-events: none; content: ""; }
.cta-card::after { position: absolute; top: -220px; right: -180px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(20,199,107,.18) 0%, transparent 62%); pointer-events: none; content: ""; }
.cta-card > * { position: relative; z-index: 1; }
.eyebrow-dark { border-color: rgba(20,199,107,.3); color: var(--green); background: rgba(20,199,107,.1); }
.cta-card h2 { max-width: 860px; margin-top: 24px; font-size: 64px; line-height: 1.05; letter-spacing: -2.56px; }
.cta-copy { max-width: 620px; margin-top: 20px; color: #a3a9a5; font-size: 18px; line-height: 26px; }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 40px; }
.cta-actions .primary-button { margin-top: 0; }
.ghost-button { display: flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; padding: 12px 24px; color: #fff; font-size: 18px; font-weight: 600; line-height: 20px; transition: border-color .2s, background-color .2s; }
.ghost-button:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.cta-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; margin: 48px 0 0; padding: 0; list-style: none; }
.cta-proof li { position: relative; padding-left: 24px; color: #a3a9a5; font-size: 14px; line-height: 16px; letter-spacing: -.28px; }
.cta-proof li::before { position: absolute; top: 0; left: 0; width: 16px; height: 16px; background: url("assets/figma/check.svg") center/16px 16px no-repeat; content: ""; }

.site-footer { border-top: 1px solid rgba(114,114,114,.2); background: #fff; }
.footer-inner { width: min(1312px, calc(100% - 128px)); margin: 0 auto; padding: 72px 0 40px; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 2fr); gap: 64px; }
.footer-brand img { width: 80px; height: auto; }
.footer-brand p { max-width: 360px; margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 22px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer-col h3 { color: #777f79; font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: block; margin-top: 14px; font-size: 14px; font-weight: 500; line-height: 20px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-col a span { margin-left: 6px; color: #777f79; font-weight: 400; white-space: nowrap; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-top: 64px; border-top: 1px solid rgba(114,114,114,.2); padding-top: 24px; color: #777f79; font-size: 13px; line-height: 20px; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { transition: color .2s; }
.footer-legal a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(20,199,107,.45); outline-offset: 3px; }

/* Desktop compact — petits laptops et fenêtres entre 1024 et 1279 px. */
@media (max-width: 1279px) {
  .site-header { width: min(1090px, calc(100% - 64px)); }
  .hero-content { width: min(951px, calc(100% - 64px)); }
  .hero h1 { width: 100%; font-size: clamp(60px, 5.65vw, 72px); }
  .impact { height: auto; padding: 88px 48px 112px; }
  .impact > h2 { position: static; width: min(951px, 100%); margin: 0 auto; font-size: 58px; transform: none; }
  .impact-grid { position: static; width: min(1180px, 100%); margin: 72px auto 0; transform: none; }
  .impact-card { min-height: 310px; padding-inline: 26px; }
  .method { display: grid; height: auto; min-height: 790px; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 72px; padding: 88px 64px; }
  .method-glow { top: 240px; left: -260px; }
  .method > h2 { position: static; width: auto; font-size: 58px; }
  .steps { position: static; width: 100%; }
  .step-copy { width: 100%; }
  .pricing { height: auto; padding: 108px 48px; }
  .pricing > h2 { width: min(951px, 100%); height: auto; font-size: 58px; }
  .pricing-grid { width: min(1120px, 100%); gap: 24px; margin-top: 72px; }
  .price-card { width: calc((100% - 48px) / 3); min-width: 0; padding-inline: 24px; }
  .price-card.featured { padding-inline: 22px; }
  .price { font-size: 62px; letter-spacing: -2.48px; }
  .price small { font-size: 19px; }
  .price-button { padding-inline: 12px; font-size: 14px; }
  .faq { height: auto; min-height: 980px; padding: 88px 48px 160px; }
  .faq-layout { width: min(1120px, 100%); gap: 48px; }
  .faq-left { width: 42%; }
  .faq-left h2 { font-size: 56px; }
  .faq-lead, .contact-card { width: 100%; }
  .accordion { width: 58%; }
  .accordion-panel, .accordion-panel p { width: 100%; }
  .final-cta { padding: 0 48px 104px; }
  .cta-card { padding: 96px 48px; }
  .cta-card h2 { font-size: 58px; }
  .footer-inner { width: calc(100% - 96px); }
  .footer-top { gap: 48px; }
}

/* Tablette — composition verticale et cartes respirantes. */
@media (max-width: 1023px) {
  .site-header { top: 32px; width: calc(100% - 48px); }
  .main-nav { gap: clamp(12px, 2vw, 22px); }
  .main-nav a { font-size: 12px; }
  .header-cta { padding-inline: 16px; font-size: 12px; }
  .hero { height: 900px; }
  .hero-waves { width: 1320px; height: auto; }
  .hero-content { top: 220px; width: calc(100% - 64px); }
  .hero h1 { font-size: clamp(54px, 8vw, 68px); line-height: .98; letter-spacing: -.04em; }
  .hero-copy { width: min(657px, 100%); }
  .platforms { top: 720px; width: min(558px, calc(100% - 64px)); }
  .platform-logos { width: 100%; gap: 32px; }
  .platform-logos img { max-width: none; }
  .impact { padding: 88px 32px 104px; }
  .impact > h2 { font-size: 52px; }
  .impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 64px; }
  .impact-card { min-height: 290px; }
  .impact-card:last-child { grid-column: 1 / -1; }
  .method { display: block; min-height: 0; padding: 96px 48px 112px; }
  .method > h2 { max-width: 650px; font-size: 56px; }
  .method-glow { top: 190px; left: -260px; }
  .steps { width: min(620px, 100%); margin: 72px 0 0 auto; }
  .step { min-height: 238px; height: auto; }
  .pricing { padding: 104px 32px 112px; }
  .pricing > h2 { font-size: 54px; }
  .pricing-grid { width: 100%; max-width: 520px; flex-direction: column; gap: 28px; margin-top: 72px; }
  .price-card, .price-card.featured { width: 100%; }
  .price { font-size: 72px; }
  .price small { font-size: 24px; }
  .faq { margin: 0; min-height: 0; padding: 96px 40px 140px; }
  .faq-layout { width: 100%; flex-direction: column; gap: 72px; }
  .faq-left { width: 100%; gap: 64px; }
  .faq-left h2 { font-size: 58px; }
  .contact-card { max-width: 509px; }
  .accordion { width: 100%; }
  .final-cta { padding: 0 32px 96px; }
  .cta-card { padding: 80px 40px; }
  .cta-card h2 { font-size: 52px; }
  .cta-copy { font-size: 16px; line-height: 24px; }
  .footer-inner { width: calc(100% - 80px); padding-top: 64px; }
  .footer-top { grid-template-columns: 1fr; gap: 48px; }
  .footer-nav { gap: 24px; }
}

/* Mobile — une colonne, échelle typographique et espacements réduits. */
@media (max-width: 767px) {
  .site-header { top: 20px; width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .brand { width: auto; padding-left: 16px; }
  .brand img { width: 68px; }
  .header-cta { height: 48px; border-radius: 24px; padding-inline: 14px; font-size: 12px; }
  .hero { height: 800px; }
  .hero-waves { top: -40px; width: 1050px; }
  .hero-content { top: 160px; width: calc(100% - 32px); }
  .eyebrow { max-width: 100%; padding: 4px 12px; font-size: 10px; text-align: center; }
  .hero h1 { margin-top: 28px; font-size: clamp(44px, 12.3vw, 58px); line-height: .96; }
  .hero h1 br { display: none; }
  .hero-copy { margin-top: 24px; font-size: 15px; line-height: 22px; }
  .primary-button { margin-top: 28px; font-size: 15px; }
  .platforms { top: 650px; width: calc(100% - 32px); gap: 14px; }
  .platforms > p { font-size: 10px; text-align: center; }
  .platform-logos { gap: 16px; }
  .platform-logos img { width: auto; height: clamp(17px, 5.4vw, 22px); max-width: none; }
  .impact { padding: 72px 20px 88px; }
  .impact > h2 { font-size: clamp(42px, 11vw, 52px); line-height: 1; }
  .impact > h2 br { display: none; }
  .impact-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 52px; }
  .impact-card, .impact-card:last-child { min-height: 0; grid-column: auto; padding: 24px; }
  .impact-card strong { height: 82px; font-size: 62px; line-height: 82px; }
  .method { padding: 80px 20px 96px; }
  .method > h2 { font-size: clamp(44px, 11.5vw, 56px); line-height: 1; }
  .method > h2 br { display: none; }
  .method-glow { top: 220px; left: -380px; }
  .steps { margin-top: 56px; }
  .step { min-height: 252px; }
  .step-number { font-size: 104px; }
  .step-copy { top: 105px; }
  .step h3 { font-size: 22px; line-height: 28px; }
  .step p { font-size: 15px; }
  .pricing { padding: 88px 20px 96px; }
  .pricing > h2 { font-size: clamp(42px, 11vw, 54px); line-height: 1; }
  .pricing > h2 br { display: none; }
  .pricing-grid { margin-top: 56px; }
  .price-card { height: 466px; padding-inline: 24px; }
  .price-card.featured { height: 508px; padding-inline: 22px; }
  .price { font-size: clamp(58px, 17vw, 72px); }
  .price small { font-size: 18px; }
  .faq { padding: 80px 20px 112px; }
  .faq-layout { gap: 56px; }
  .faq-left { display: contents; }
  .faq-left > div { order: 1; }
  .faq-layout > .accordion { order: 2; }
  .faq-left > .contact-card { order: 3; }
  .faq-left h2 { font-size: clamp(44px, 11.5vw, 56px); line-height: .94; }
  .faq-lead { margin-top: 24px; font-size: 15px; line-height: 22px; }
  .contact-card { gap: 18px; border-radius: 24px; padding: 24px; }
  .contact-card h3 { font-size: 29px; }
  .contact-card p { font-size: 14px; line-height: 21px; }
  .accordion { gap: 12px; }
  .accordion-item { border-radius: 20px; padding: 12px 14px; }
  .accordion button > span:first-child { font-size: 14px; line-height: 20px; }
  .accordion-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .accordion-icon img { width: 21px; height: 21px; }
  .accordion-panel p { font-size: 13px; line-height: 19px; }
  .final-cta { padding: 0 20px 72px; }
  .cta-card { width: 100%; border-radius: 24px; padding: 56px 20px; }
  .cta-card::before { width: 620px; height: 620px; transform: translate(-50%, -20%); }
  .cta-card::after { top: -160px; right: -220px; width: 420px; height: 420px; }
  .eyebrow-dark { width: fit-content; max-width: 260px; font-size: 10px; line-height: 16px; }
  .cta-card h2 { max-width: 330px; font-size: clamp(38px, 11.5vw, 48px); line-height: .98; letter-spacing: -.04em; }
  .cta-copy { max-width: 310px; margin-top: 18px; font-size: 14px; line-height: 21px; }
  .cta-actions { width: min(310px, 100%); flex-direction: column; margin-top: 32px; }
  .cta-actions .primary-button, .ghost-button { width: 100%; min-height: 48px; font-size: 14px; }
  .cta-proof { width: min(310px, 100%); flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 36px; text-align: left; }
  .site-footer { border-top: 0; }
  .footer-inner { width: 100%; padding: 48px 20px 28px; }
  .footer-top { gap: 40px; }
  .footer-brand p { max-width: 320px; margin-top: 16px; }
  .footer-nav { grid-template-columns: 1fr; gap: 32px; }
  .footer-col:last-child { grid-column: auto; }
  .footer-col a { margin-top: 12px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 40px; padding-top: 20px; }
  .footer-legal { flex-direction: column; gap: 10px; }
}

@media (max-width: 390px) {
  .header-cta { padding-inline: 10px; font-size: 10px; }
  .hero { height: 780px; }
  .hero-content { top: 145px; }
  .platforms { top: 635px; }
  .price-card, .price-card.featured { padding-inline: 20px; }
  .price { font-size: 56px; }
  .price-button { font-size: 13px; }
  .final-cta { padding-inline: 16px; }
  .cta-card { padding-inline: 18px; }
}
