@font-face {
  font-family: "Greycliff";
  src: url("/assets/fonts/greycliff-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Greycliff";
  src: url("/assets/fonts/greycliff-demibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Greycliff";
  src: url("/assets/fonts/greycliff-heavy.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Greycliff";
  src: url("/assets/fonts/greycliff-oblique.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #093330;
  --ink-deep: #052623;
  --cream: #fffeec;
  --lime: #a8fc36;
  --lavender: #d5b4fb;
  --cyan: #d4deea;
  --indigo: #2c2762;
  --mint: #39d6a5;
  --mist: #d4deea;
  --forest: #093330;
  --panel: #0d403b;
  --panel-blue: #15504a;
  --glass: rgba(9, 51, 48, 0.76);
  --line: rgba(255, 254, 236, 0.24);
  --light-grid:
    linear-gradient(rgba(9, 51, 48, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 51, 48, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 254, 236, .9), rgba(255, 254, 236, .9));
  --dark-image:
    linear-gradient(rgba(5, 38, 35, .14), rgba(5, 38, 35, .3)),
    url("/assets/backgrounds/fond-decouvrir.jpg");
  --page: min(1180px, calc(100vw - 48px));
  --radius: 28px;
  color-scheme: dark;
  font-family: "Greycliff", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 320px; margin: 0; color: var(--cream); background-color: var(--ink); background-image: var(--dark-image); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; overflow-x: clip; font-size: 17px; line-height: 1.55; }
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { color: inherit; font: inherit; }
.page-width { width: var(--page); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.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: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 999px; color: var(--ink); background: var(--lime); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 40;
  top: 28px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  width: min(1240px, calc(100vw - 40px));
  transform: translateX(-50%);
  transition: top .2s ease;
}
.site-header.is-scrolled { top: 12px; }
.header-shell, .account-button {
  min-height: 70px;
  color: var(--forest);
  border: 1px solid rgba(9,51,48,.2);
  background: rgba(255,254,236,.9);
  box-shadow: inset 0 1px rgba(255,255,255,.55), 0 18px 50px rgba(9,51,48,.14);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.header-shell { display: flex; align-items: center; padding: 0 30px; border-radius: 999px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 132px; height: auto; }
.brand span { padding-left: 12px; border-left: 1px solid rgba(9,51,48,.22); color: var(--forest); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.4vw, 34px); width: 100%; margin-left: 42px; }
.main-nav a { position: relative; padding: 12px 0; font-size: 14px; font-weight: 600; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--lime); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.account-button { display: grid; min-width: 138px; padding: 0 22px; place-items: center; border-radius: 999px; font-size: 14px; font-weight: 800; transition: color .18s ease, background .18s ease; }
.account-button:hover { color: var(--forest); background: var(--lime); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 930px; padding: 205px 0 120px; overflow: hidden; background-color: var(--forest); background-image: var(--dark-image); background-position: center top; background-size: cover; background-repeat: no-repeat; }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 230px; background: linear-gradient(transparent, var(--ink)); content: ""; pointer-events: none; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 75% 38%, rgba(213,180,251,.2), transparent 27%), radial-gradient(circle at 10% 54%, rgba(168,252,54,.13), transparent 30%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 7vw, 105px); align-items: center; }
.eyebrow { margin: 0 0 17px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4, p { text-wrap: pretty; }
.hero h1 { max-width: 780px; margin: 0 0 30px; font-size: clamp(60px, 7.2vw, 100px); line-height: .91; letter-spacing: -.062em; }
h1 em, h2 em { color: var(--lime); font-family: "Greycliff", Arial, sans-serif; font-style: italic; font-weight: 400; }
.hero-lead { max-width: 690px; margin: 0; color: rgba(255,254,240,.76); font-size: clamp(19px, 2vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; transition: transform .18s ease, color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.button-primary:hover { background: var(--lavender); }
.button-secondary { background: rgba(35,53,80,.72); backdrop-filter: blur(14px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 32px 0 0; color: rgba(255,254,240,.68); list-style: none; font-size: 14px; }
.hero-proof li::before { margin-right: 8px; color: var(--lime); content: "•"; }

.product-stage { position: relative; min-height: 620px; perspective: 1100px; }
.product-window { position: absolute; inset: 40px 0 50px; overflow: hidden; border: 1px solid rgba(255,254,236,.32); border-radius: 30px; background: rgba(255,254,236,.12); box-shadow: 0 45px 110px rgba(0,0,0,.38); backdrop-filter: blur(18px); transform: rotateY(-5deg) rotateX(2deg); }
.product-window__bar { display: flex; height: 52px; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,254,240,.58); font-size: 11px; }
.product-window__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,254,236,.24); }
.product-window__bar i:first-child { background: var(--lime); }
.product-window__bar span { margin-left: auto; }
.product-window__body { display: grid; grid-template-columns: 70px 1fr; min-height: 520px; }
.product-window__body aside { display: flex; flex-direction: column; gap: 23px; align-items: center; padding-top: 24px; border-right: 1px solid rgba(255,255,255,.1); }
.product-window__body aside b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: var(--ink); background: var(--lime); font-size: 11px; }
.product-window__body aside span { width: 22px; height: 4px; border-radius: 4px; background: rgba(255,254,236,.22); }
.product-dashboard { padding: 34px 28px; }
.product-welcome { display: flex; flex-direction: column; gap: 6px; }
.product-welcome small { color: var(--lavender); }
.product-welcome strong { max-width: 400px; font-size: clamp(20px, 2.4vw, 31px); line-height: 1.05; }
.product-tools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.product-tools article { min-height: 125px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.07); }
.product-tools article:nth-child(2) { color: var(--ink); background: var(--lime); }
.product-tools span, .product-tools b, .product-tools small { display: block; }
.product-tools span { margin-bottom: 26px; font-size: 10px; opacity: .7; }
.product-tools b { font-size: 14px; }
.product-tools small { margin-top: 4px; font-size: 9px; opacity: .72; }
.product-score { display: grid; grid-template-columns: 110px 1fr; align-items: end; gap: 18px; margin-top: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(0,0,0,.16); }
.product-score small, .product-score strong { display: block; }
.product-score small { color: rgba(255,254,240,.55); font-size: 10px; }
.product-score strong { color: var(--lime); font-size: 43px; line-height: 1; }
.product-score svg { width: 100%; overflow: visible; }
.product-score path { fill: none; stroke: var(--lime); stroke-width: 4; stroke-linecap: round; }
.product-chip { position: absolute; z-index: 3; min-width: 145px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; color: var(--ink); background: var(--lavender); box-shadow: 0 20px 45px rgba(0,0,0,.22); font-weight: 800; line-height: 1.1; }
.product-chip small { font-size: 11px; font-weight: 600; }
.product-chip--one { top: 0; right: -20px; }
.product-chip--two { bottom: 12px; left: -20px; background: var(--lime); }

.product-stage--real { display: flex; min-height: 600px; align-items: center; margin: 0; }
.real-screen { position: relative; width: 100%; overflow: hidden; border: 1px solid rgba(112,157,199,.38); border-radius: 27px; background: #101722; box-shadow: 0 40px 100px rgba(0,0,0,.5), 0 0 65px rgba(73,190,222,.12); transform: rotateY(-3deg) rotateX(1deg); }
.real-screen::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.06); border-radius: inherit; content: ""; pointer-events: none; }
.real-screen__bar { display: flex; height: 52px; align-items: center; gap: 11px; padding: 0 16px; border-bottom: 1px solid rgba(148,172,203,.2); color: rgba(255,255,255,.68); background: linear-gradient(90deg, #324e5c, #202d40); font-size: 11px; font-weight: 700; }
.real-screen__bar p { margin: 0; }
.screen-mark { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 8px; color: var(--ink); background: var(--cyan); font-size: 10px; font-weight: 900; }
.screen-status { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.screen-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 9px var(--mint); }
.real-screen picture, .real-screen img { display: block; width: 100%; }
.real-screen img { height: auto; object-fit: contain; object-position: center; }
.product-stage--real > figcaption { position: absolute; right: 25px; bottom: 46px; z-index: 2; max-width: 340px; padding: 10px 14px; border: 1px solid rgba(148,172,203,.22); border-radius: 12px; color: rgba(255,255,255,.72); background: rgba(7,14,25,.82); font-size: 11px; backdrop-filter: blur(14px); }
.product-stage--real .product-chip--one { top: 18px; right: -14px; color: var(--ink); background: var(--cyan); }
.product-stage--real .product-chip--two { bottom: 30px; left: -18px; }

.client-strip { position: relative; z-index: 4; padding: 42px 0 50px; border-block: 1px solid rgba(9,51,48,.14); color: var(--forest); background: var(--light-grid); background-size: 64px 64px; overflow: hidden; }
.client-strip__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.client-strip__heading p { margin: 0; color: var(--forest); font-size: 21px; font-weight: 800; }
.client-strip__heading span { color: rgba(23,42,65,.62); font-size: 13px; }
.client-marquee { overflow: hidden; }
.client-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.client-marquee:hover .client-track { animation-play-state: paused; }
.client-logo { display: grid; width: 220px; height: 96px; margin-right: 14px; padding: 25px 30px; place-items: center; border: 1px solid rgba(23,42,65,.16); border-radius: 18px; background: rgba(212,222,234,.42); }
.client-logo img { max-width: 100%; max-height: 45px; opacity: .58; filter: grayscale(1) contrast(1.2); object-fit: contain; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { max-width: 920px; margin-bottom: 64px; }
.section-heading h2 { margin: 0 0 24px; font-size: clamp(46px, 5.8vw, 78px); line-height: .97; letter-spacing: -.05em; }
.section-heading > p:last-child, .section-heading--split > p { color: rgba(255,254,240,.7); font-size: clamp(18px, 1.9vw, 22px); line-height: 1.6; }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 115px); align-items: end; max-width: none; }
.section-heading--split > p { margin: 0 0 12px; }

.product-showcase { overflow: hidden; background-color: var(--forest); background-image: var(--dark-image); background-position: center 18%; background-size: cover; background-repeat: no-repeat; }
.product-showcase::before { position: absolute; top: 15%; right: -280px; width: 700px; height: 700px; border-radius: 50%; background: rgba(213,180,251,.12); filter: blur(100px); content: ""; pointer-events: none; }
.product-tour { position: relative; display: grid; gap: 34px; }
.tour-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(35px, 5vw, 70px); align-items: center; min-height: 650px; padding: clamp(55px, 7vw, 90px) 0; border-top: 1px solid rgba(148,172,203,.2); }
.tour-card--reverse { grid-template-columns: 1.28fr .72fr; }
.tour-card--reverse .tour-copy { order: 2; }
.tour-index { display: inline-flex; margin-bottom: 24px; padding: 8px 12px; border: 1px solid rgba(98,220,239,.35); border-radius: 999px; color: var(--cyan); background: rgba(98,220,239,.08); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tour-card--reverse .tour-index { color: #b2b4ff; border-color: rgba(112,116,233,.45); background: rgba(85,91,216,.12); }
.tour-copy h3 { margin: 0 0 20px; font-size: clamp(34px, 4vw, 55px); line-height: .98; letter-spacing: -.045em; }
.tour-copy p { margin: 0; color: rgba(255,254,240,.7); font-size: 17px; line-height: 1.65; }
.tour-copy ul { display: grid; gap: 11px; padding: 0; margin: 28px 0 0; list-style: none; color: rgba(255,254,240,.76); font-size: 14px; font-weight: 700; }
.tour-copy li::before { margin-right: 9px; color: var(--cyan); content: "●"; font-size: 8px; vertical-align: 2px; }
.tour-card--reverse .tour-copy li::before { color: #7f84ff; }
.tour-screen { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(148,172,203,.3); border-radius: 23px; background: #09111d; box-shadow: 0 30px 70px rgba(0,0,0,.42), 0 0 45px rgba(98,220,239,.08); }
.tour-card--reverse .tour-screen { box-shadow: 0 30px 70px rgba(0,0,0,.42), 0 0 45px rgba(85,91,216,.11); }
.tour-screen picture, .tour-screen img { display: block; width: 100%; }
.tour-screen img { height: auto; object-fit: contain; object-position: center; transition: transform .45s ease; }
.tour-screen:hover img { transform: scale(1.015); }
.tour-screen figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border: 1px solid rgba(148,172,203,.18); border-radius: 9px; color: rgba(255,255,255,.65); background: rgba(6,13,24,.86); font-size: 10px; backdrop-filter: blur(12px); }

.product-gallery { display: grid; gap: 38px; margin-top: 0; }
.product-gallery__heading { display: grid; max-width: 880px; gap: 14px; }
.product-gallery__heading .eyebrow { margin: 0; }
.product-gallery__heading h3 { margin: 0; font-size: clamp(38px, 4.8vw, 66px); line-height: .98; letter-spacing: -.05em; }
.product-gallery__heading h3 em { color: var(--lime); font-family: "Greycliff", Arial, sans-serif; font-style: italic; font-weight: 400; }
.product-gallery__heading > p:last-child { max-width: 760px; margin: 0; color: rgba(255,254,240,.7); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.55; }
.product-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-gallery__item { display: grid; align-content: start; margin: 0; }
.product-gallery__item img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; border: 1px solid rgba(148,172,203,.22); border-radius: 20px; background: #07101d; box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.product-gallery__item figcaption { padding: 13px 2px 4px; color: rgba(255,254,240,.62); font-size: 13px; font-weight: 700; }

.solution { color: var(--forest); background: var(--light-grid); background-size: 64px 64px; }
.solution .eyebrow { color: var(--forest); }
.solution h2 em { color: var(--forest); text-decoration: underline var(--lime) 8px; text-underline-offset: 7px; }
.solution .section-heading--split > p { color: rgba(23,42,65,.72); }
.solution-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 4vw, 54px); }
.solution-pillars article { min-height: 280px; padding: 28px 0; border-top: 1px solid rgba(23,42,65,.25); }
.solution-pillars span { display: block; margin-bottom: 70px; color: var(--indigo); font-weight: 800; }
.solution-pillars article:nth-child(2) span { color: var(--forest); }
.solution-pillars h3 { margin: 0 0 16px; font-size: 29px; letter-spacing: -.03em; }
.solution-pillars p, .solution-pillars article:nth-child(2) p { margin: 0; color: rgba(23,42,65,.72); line-height: 1.58; }

.features { overflow: hidden; background-color: var(--forest); background-image: var(--dark-image); background-position: center 45%; background-size: cover; background-repeat: no-repeat; }
.features::before { position: absolute; top: 300px; left: -320px; width: 650px; height: 650px; border-radius: 50%; background: rgba(213,180,251,.1); filter: blur(90px); content: ""; pointer-events: none; }
.feature-explorer { --feature-accent: var(--lavender); }
.feature-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 32px; }
.feature-tab { position: relative; display: grid; min-height: 126px; align-content: end; gap: 5px; padding: 22px 24px; overflow: hidden; border: 1px solid rgba(148,172,203,.26); border-radius: 22px; color: var(--cream); background: rgba(255,255,255,.035); cursor: pointer; text-align: left; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.feature-tab::before { position: absolute; inset: auto 0 0; height: 5px; background: var(--tab-accent); content: ""; transform: scaleX(.25); transform-origin: left; transition: transform .2s ease; }
.feature-tab:hover, .feature-tab:focus-visible, .feature-tab.is-active { color: var(--ink); border-color: var(--tab-accent); background: var(--tab-accent); transform: translateY(-3px); outline: none; }
.feature-tab:hover::before, .feature-tab:focus-visible::before, .feature-tab.is-active::before { transform: scaleX(1); }
.feature-tab--tools { --tab-accent: var(--lavender); }
.feature-tab--creators { --tab-accent: var(--lime); }
.feature-tab--teams { --tab-accent: var(--mist); }
.feature-tab span { font-size: clamp(20px, 2.4vw, 32px); font-weight: 800; line-height: 1; letter-spacing: -.035em; }
.feature-tab small { font-size: 12px; font-weight: 700; opacity: .72; }
.feature-tab b { position: absolute; top: 20px; right: 22px; font-size: 22px; transition: transform .2s ease; }
.feature-tab.is-active b { transform: translateY(5px); }
.feature-panels { min-height: 560px; border-top: 1px solid rgba(148,172,203,.24); }
.feature-panel { --feature-accent: var(--lavender); display: grid; grid-template-columns: 260px 1fr; gap: 44px; padding-top: 40px; }
.feature-panel[data-feature-panel="creators"] { --feature-accent: var(--lime); }
.feature-panel[data-feature-panel="teams"] { --feature-accent: var(--mist); }
.feature-panel[hidden] { display: none; }
.feature-panel header span { display: inline-block; margin-bottom: 14px; color: var(--feature-accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.feature-panel header h3 { margin: 0; font-size: 32px; line-height: 1.05; letter-spacing: -.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(28px, 4vw, 56px); }
.feature-grid article { min-height: 225px; padding: 28px 0; border-top: 1px solid rgba(148,172,203,.24); transition: border-color .18s ease; }
.feature-grid article:hover { border-color: var(--feature-accent); }
.feature-grid i { display: grid; width: 40px; height: 40px; margin-bottom: 42px; place-items: center; border-radius: 12px; color: var(--ink); background: var(--feature-accent); font-style: normal; font-size: 11px; font-weight: 800; }
.feature-grid h4 { margin: 0 0 14px; font-size: 23px; line-height: 1.08; }
.feature-grid p { margin: 0; color: rgba(255,254,240,.66); line-height: 1.58; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 100px; padding: 44px 48px; border: 1px solid rgba(255,254,236,.25); border-radius: var(--radius); color: var(--forest); background: linear-gradient(135deg, var(--lavender), var(--mist)); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.inline-cta .eyebrow { color: var(--forest); }
.inline-cta h3 { max-width: 680px; margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }

.influence-engine { padding-top: 0; background-color: var(--forest); background-image: var(--dark-image); background-position: center 58%; background-size: cover; background-repeat: no-repeat; }
.engine-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; padding: clamp(45px, 7vw, 80px) 0; border-top: 1px solid rgba(148,172,203,.24); }
.engine-copy h2 { margin: 0 0 30px; font-size: clamp(43px, 5.4vw, 72px); line-height: .96; letter-spacing: -.05em; }
.engine-copy > p:not(.eyebrow) { color: rgba(255,254,240,.72); font-size: 18px; line-height: 1.65; }
.engine-copy strong { color: var(--cream); }
.score-method { display: grid; gap: 12px; margin: 0; }
.score-method div { padding: 24px 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: rgba(0,0,0,.14); }
.score-method dt { margin-bottom: 8px; color: var(--lime); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.score-method dd { margin: 0; color: rgba(255,254,240,.7); line-height: 1.55; }

.security { color: var(--forest); background: var(--light-grid); background-size: 64px 64px; }
.security .eyebrow { color: var(--forest); }
.security h2 em { color: var(--forest); text-decoration: underline var(--lime) 8px; text-underline-offset: 7px; }
.security-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 110px); align-items: center; padding: clamp(45px, 7vw, 80px) 0; border-top: 1px solid rgba(148,172,203,.24); }
.security h2 { margin: 0 0 30px; font-size: clamp(43px, 5.4vw, 72px); line-height: .96; letter-spacing: -.05em; }
.security-copy > p:not(.eyebrow) { color: rgba(23,42,65,.72); font-size: 18px; line-height: 1.65; }
.security-visual { position: relative; display: grid; min-height: 430px; place-items: center; border: 1px solid rgba(9,51,48,.18); border-radius: 30px; background: radial-gradient(circle, rgba(168,252,54,.3), transparent 55%), var(--mist); }
.security-visual img { width: 120px; filter: drop-shadow(0 0 35px rgba(168,252,54,.35)); }
.security-visual span { position: absolute; padding: 10px 14px; border: 1px solid rgba(23,42,65,.2); border-radius: 999px; background: rgba(255,254,240,.72); font-size: 12px; backdrop-filter: blur(12px); }
.security-visual span:nth-of-type(1) { top: 48px; left: 34px; }
.security-visual span:nth-of-type(2) { top: 110px; right: 25px; }
.security-visual span:nth-of-type(3) { right: 55px; bottom: 52px; }

.pricing { color: var(--cream); background-color: var(--forest); background-image: var(--dark-image); background-position: center 76%; background-size: cover; background-repeat: no-repeat; }
.pricing .eyebrow { color: var(--lime); }
.pricing h2 em { color: var(--lime); }
.section-heading--pricing { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; max-width: none; }
.pricing-controls { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; justify-content: flex-end; }
.billing-toggle { display: flex; gap: 4px; padding: 4px; border: 1.5px solid rgba(255,254,240,.55); border-radius: 999px; }
.billing-toggle button { border: 0; border-radius: 999px; padding: 10px 15px; color: var(--cream); background: transparent; cursor: pointer; }
.billing-toggle button.is-active { color: var(--forest); background: var(--lime); }
.billing-toggle span { font-size: 11px; font-weight: 800; }
.currency-select { display: grid; gap: 4px; color: var(--cream); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.currency-select select { min-height: 44px; border: 1.5px solid rgba(255,254,240,.55); border-radius: 999px; padding: 0 34px 0 15px; color: var(--cream); background: var(--forest); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: grid; min-height: 620px; grid-template-rows: 120px 104px 30px 1fr 50px; padding: 28px; border: 1.5px solid var(--forest); border-radius: 26px; background: white; box-shadow: 7px 7px 0 var(--mist); }
.price-card:not(.price-card--featured):not(.price-card--enterprise) { color: var(--forest); }
.price-card:not(.price-card--featured):not(.price-card--enterprise) header p,
.price-card:not(.price-card--featured):not(.price-card--enterprise) .price span { color: rgba(9,51,48,.76); opacity: 1; }
.price-card--featured { color: var(--cream); background: var(--forest); box-shadow: 7px 7px 0 var(--lime); }
.popular, .enterprise-label { position: absolute; top: 17px; right: 17px; padding: 6px 10px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.price-card h3 { margin: 0 0 14px; font-size: clamp(30px, 2.8vw, 37px); letter-spacing: -.04em; }
.price-card header p { margin: 0; opacity: .73; line-height: 1.5; }
.price { align-self: start; margin: 22px 0 5px; }
.price strong { display: block; font-size: clamp(41px, 4.2vw, 58px); line-height: 1; letter-spacing: -.055em; }
.price span { opacity: .62; font-size: 13px; }
.price-audience { align-self: end; margin: 0 0 12px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.price-card ul { display: grid; align-content: start; gap: 12px; padding: 0; margin: 18px 0 28px; list-style: none; }
.price-card li { font-size: 15px; }
.price-card li::before { margin-right: 8px; color: #52a900; content: "✓"; font-weight: 900; }
.price-card--featured li::before { color: var(--lime); }
.plan-button { display: grid; min-height: 50px; place-items: center; border: 1.5px solid var(--forest); border-radius: 999px; color: var(--cream); background: var(--forest); font-weight: 800; }
.price-card--featured .plan-button { color: var(--forest); border-color: var(--lime); background: var(--lime); }
.price-card--enterprise { color: var(--cream); border-color: var(--forest); background: var(--panel); box-shadow: 7px 7px 0 var(--lavender); }
.price-card--enterprise { grid-template-rows: 148px 104px 30px 1fr 50px; }
.enterprise-label { color: var(--forest); background: var(--lavender); }
.enterprise-price strong { color: var(--lime); font-size: clamp(34px, 3.1vw, 48px); }
.enterprise-price span { color: rgba(255,254,240,.7); }
.plan-button--light { color: var(--forest); border-color: var(--cream); background: var(--cream); }
.included-plans { margin-top: 64px; padding: 34px 0 0; border-top: 1.5px solid rgba(255,254,240,.45); }
.included-plans h3 { margin: 0 0 22px; font-size: 27px; }
.included-plans ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 25px; padding: 0; margin: 0; list-style: none; }
.included-plans li::before { margin-right: 8px; content: "•"; font-weight: 900; }

.faq { color: var(--forest); background: var(--light-grid); background-size: 64px 64px; }
.faq .eyebrow { color: var(--forest); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); }
.faq header { position: sticky; top: 110px; align-self: start; }
.faq h2 { margin: 0 0 24px; font-size: clamp(46px, 5.6vw, 76px); line-height: .96; letter-spacing: -.055em; }
.faq header > p:not(.eyebrow):not(.faq-meta) { color: rgba(9,51,48,.72); font-size: 18px; line-height: 1.6; }
.faq .faq-meta { margin: 24px 0 0; color: rgba(9,51,48,.55); font-size: 12px; font-weight: 700; line-height: 1.45; }
.faq-list { border-top: 1.5px solid var(--forest); }
.faq details { border-bottom: 1.5px solid rgba(9,51,48,.38); }
.faq summary { position: relative; padding: 27px 54px 27px 0; cursor: pointer; list-style: none; font-size: 21px; font-weight: 800; line-height: 1.25; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 23px; right: 4px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); content: "+"; transition: transform .18s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 50px 28px 0; }
.faq details p { max-width: 760px; margin: 0 0 16px; color: rgba(9,51,48,.76); font-size: 17px; line-height: 1.65; }
.faq details p:last-child { margin-bottom: 0; }
.faq details strong { color: var(--forest); }
.faq details ul { display: grid; max-width: 760px; gap: 8px; padding: 0; margin: 0 0 18px; color: rgba(9,51,48,.76); list-style: none; }
.faq details li { position: relative; padding-left: 20px; line-height: 1.55; }
.faq details li::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); content: ""; }

.final-cta { background-color: var(--forest); background-image: var(--dark-image); background-position: center bottom; background-size: cover; background-repeat: no-repeat; }
.final-cta__card { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 110px); align-items: end; padding: clamp(50px, 8vw, 90px); border-radius: 40px; color: var(--ink); background: var(--lime); }
.final-cta .eyebrow { color: var(--forest); }
.final-cta h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .92; letter-spacing: -.06em; }
.final-cta h2 em { color: var(--forest); }
.final-cta__card > div:last-child p { font-size: 19px; line-height: 1.55; }
.final-cta .button-primary { color: var(--cream); border-color: var(--forest); background: var(--forest); }

.site-footer { position: relative; padding: 115px 0 35px; overflow: hidden; background-color: var(--ink-deep); background-image: var(--dark-image); background-position: center bottom; background-size: cover; background-repeat: no-repeat; }
.footer-glow { position: absolute; right: -200px; bottom: -400px; width: 900px; height: 900px; border-radius: 50%; background: rgba(168,252,54,.14); filter: blur(120px); pointer-events: none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: 55px; }
.footer-brand > p { margin: 20px 0 35px; color: rgba(255,254,240,.68); }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.07); }
.social-links img { width: 18px; height: 18px; }
.footer-contact { display: inline-block; margin-top: 32px; color: var(--lime); }
.site-footer nav { display: flex; flex-direction: column; gap: 11px; }
.site-footer nav h3 { margin: 0 0 14px; color: var(--lime); font-size: 15px; }
.site-footer nav a { color: rgba(255,254,240,.68); font-size: 14px; }
.site-footer nav a:hover { color: var(--cream); }
.footer-legal { grid-column: 1 / -1; margin: 45px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,254,240,.48); font-size: 12px; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; margin-left: 25px; }
  .main-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .product-stage { width: min(100%, 760px); margin-inline: auto; }
  .product-stage--real { min-height: 540px; }
  .tour-card, .tour-card--reverse { grid-template-columns: 1fr; min-height: 0; }
  .tour-card--reverse .tour-copy { order: 0; }
  .solution-pillars { grid-template-columns: repeat(2, 1fr); }
  .section-heading--split { grid-template-columns: 1fr; gap: 20px; }
  .feature-panel { grid-template-columns: 210px 1fr; }
  .engine-card { grid-template-columns: 1fr; }
  .security-card { grid-template-columns: 1fr; }
  .security-visual { min-height: 360px; }
  .section-heading--pricing { align-items: flex-start; flex-direction: column; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq header { position: static; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 28px, 1180px); }
  .section { padding: 84px 0; }
  .site-header { top: 12px; grid-template-columns: minmax(0, 1fr) 64px; gap: 9px; width: calc(100vw - 24px); }
  .header-shell, .account-button { min-height: 62px; }
  .header-shell { position: relative; padding: 0 18px; }
  .brand img { width: 112px; }
  .brand span { display: none; }
  .account-button { min-width: 64px; width: 64px; padding: 0; font-size: 0; }
  .account-button::before { font-size: 22px; content: "↗"; }
  .menu-toggle { display: grid; width: 42px; height: 42px; margin-left: auto; padding: 10px; border: 0; background: transparent; place-content: center; gap: 6px; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 1px; background: currentColor; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; gap: 2px; align-items: stretch; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 23px; color: var(--cream); background: rgba(9,51,48,.98); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px; font-size: 15px; text-align: center; }
  .hero { min-height: auto; padding: 155px 0 90px; }
  .hero h1 { font-size: clamp(58px, 17vw, 84px); }
  .product-stage { min-height: 470px; }
  .product-stage--real { min-height: 430px; }
  .real-screen { transform: none; }
  .real-screen__bar { height: 44px; }
  .product-stage--real > figcaption { right: 8px; bottom: 24px; left: 8px; max-width: none; }
  .product-window { inset: 30px 0 40px; transform: none; }
  .product-window__body { grid-template-columns: 50px 1fr; min-height: 385px; }
  .product-dashboard { padding: 25px 14px; }
  .product-tools { grid-template-columns: 1fr; }
  .product-tools article { min-height: auto; padding: 12px; }
  .product-tools span { float: left; margin: 0 12px 0 0; }
  .product-score { grid-template-columns: 80px 1fr; }
  .product-chip { min-width: 125px; padding: 12px 14px; font-size: 13px; }
  .product-chip--one { right: -5px; }
  .product-chip--two { left: -5px; }
  .client-strip__heading { align-items: flex-start; flex-direction: column; }
  .client-logo { width: 180px; }
  .tour-card { gap: 28px; padding: 48px 0; }
  .tour-screen { border-radius: 18px; }
  .tour-screen figcaption { position: static; border: 0; border-top: 1px solid rgba(148,172,203,.18); border-radius: 0; }
  .product-gallery__grid { grid-template-columns: 1fr; }
  .product-gallery__item img { border-radius: 16px; }
  .solution-pillars { grid-template-columns: 1fr; }
  .feature-tabs { gap: 7px; }
  .feature-tab { min-height: 108px; padding: 16px 12px; border-radius: 17px; }
  .feature-tab span { font-size: clamp(16px, 5vw, 23px); }
  .feature-tab small { display: none; }
  .feature-tab b { top: 13px; right: 13px; font-size: 17px; }
  .feature-panels { min-height: 0; }
  .feature-panel { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 230px; }
  .inline-cta { align-items: flex-start; flex-direction: column; padding: 34px 28px; }
  .engine-card { padding: 36px 0; }
  .security-card { padding: 36px 0; }
  .security-visual { min-height: 310px; }
  .pricing-controls { justify-content: flex-start; }
  .pricing-grid { grid-template-columns: 1fr; }
  .included-plans ul { grid-template-columns: repeat(2, 1fr); }
  .final-cta__card { grid-template-columns: 1fr; padding: 44px 28px; border-radius: 28px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 55px; }
  .product-stage { min-height: 440px; }
  .product-stage--real { min-height: 370px; }
  .product-stage--real .product-chip--one { top: 3px; right: -5px; }
  .product-stage--real .product-chip--two { bottom: 3px; left: -5px; }
  .product-stage--real > figcaption { display: none; }
  .real-screen__bar p { display: none; }
  .product-window__bar span { display: none; }
  .product-tools article:nth-child(3) { display: none; }
  .product-score svg { display: none; }
  .product-score { grid-template-columns: 1fr; }
  .security-visual span { position: static; margin: 5px; }
  .included-plans ul { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Corporate visual alignment — Influentree.fr is the design-system reference. */
:root {
  --ink: #031614;
  --ink-deep: #00120f;
  --cream: #fffef0;
  --lime: #8dff14;
  --lavender: #d5b4fb;
  --cyan: #bfeaf1;
  --indigo: #2c2762;
  --mint: #64dfba;
  --mist: #eef1f1;
  --forest: #031614;
  --panel: rgba(255, 254, 240, .075);
  --panel-blue: rgba(191, 234, 241, .09);
  --glass: rgba(3, 22, 20, .66);
  --line: rgba(255, 254, 240, .16);
  --dark-image:
    linear-gradient(180deg, rgba(0, 18, 15, .42), rgba(0, 18, 15, .8)),
    url("/assets/backgrounds/fond-decouvrir.jpg");
  --radius: 30px;
  --shadow-soft: 0 24px 70px rgba(0, 0, 0, .24);
  --shadow-deep: 0 38px 110px rgba(0, 0, 0, .36);
}

body {
  position: relative;
  color: var(--cream);
  background-color: var(--ink-deep);
  background-image: var(--dark-image);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  letter-spacing: -.008em;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(191, 234, 241, .08), transparent 26%),
    radial-gradient(circle at 12% 48%, rgba(213, 180, 251, .075), transparent 25%),
    linear-gradient(90deg, rgba(0, 18, 15, .1), rgba(0, 18, 15, .4) 48%, rgba(0, 18, 15, .12));
  content: "";
  pointer-events: none;
}

body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 254, 240, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 254, 240, .018) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  opacity: .32;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}

main,
.hero,
.client-strip,
.product-showcase,
.solution,
.features,
.influence-engine,
.security,
.pricing,
.faq,
.final-cta,
.site-footer {
  color: var(--cream);
  background-color: transparent;
  background-image: none;
}

.section { padding-block: clamp(96px, 10vw, 154px); }
.section::after {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 0;
  left: max(24px, calc((100vw - 1180px) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 254, 240, .18) 18%, rgba(255, 254, 240, .18) 82%, transparent);
  content: "";
  pointer-events: none;
}

.section-heading { margin-bottom: clamp(58px, 7vw, 92px); }
.section-heading h2,
.engine-copy h2,
.security h2,
.faq h2,
.final-cta h2 {
  letter-spacing: -.055em;
  text-wrap: balance;
}
.section-heading > p:last-child,
.section-heading--split > p,
.engine-copy > p:not(.eyebrow),
.security-copy > p:not(.eyebrow),
.faq header > p:not(.eyebrow):not(.faq-meta) {
  color: rgba(255, 254, 240, .7);
}
.solution .eyebrow,
.security .eyebrow,
.faq .eyebrow,
.final-cta .eyebrow { color: var(--lime); }
.solution h2 em,
.security h2 em,
.final-cta h2 em { color: var(--lime); text-decoration: none; }

.header-shell,
.account-button {
  color: var(--cream);
  border-color: rgba(255, 254, 240, .14);
  background: rgba(3, 22, 20, .72);
  box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 18px 55px rgba(0, 0, 0, .26);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}
.brand img { filter: brightness(0) invert(1); }
.brand span { color: var(--cream); border-left-color: rgba(255, 254, 240, .2); }
.account-button:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.site-header.is-scrolled .header-shell,
.site-header.is-scrolled .account-button { background: rgba(0, 18, 15, .88); }

.hero {
  min-height: 950px;
  padding: 220px 0 140px;
  overflow: visible;
}
.hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 18, 15, .12), rgba(0, 18, 15, .02) 60%, rgba(0, 18, 15, .34));
  content: "";
  pointer-events: none;
}
.hero::after { height: 180px; background: linear-gradient(transparent, rgba(0, 18, 15, .42)); }
.hero-glow {
  background:
    radial-gradient(circle at 77% 37%, rgba(191, 234, 241, .12), transparent 25%),
    radial-gradient(circle at 11% 54%, rgba(141, 255, 20, .1), transparent 28%),
    radial-gradient(circle at 58% 74%, rgba(213, 180, 251, .07), transparent 24%);
}
.hero-grid { gap: clamp(64px, 8vw, 118px); }
.hero h1 { max-width: 760px; font-size: clamp(62px, 7vw, 98px); line-height: .94; }
.hero-lead { color: rgba(255, 254, 240, .72); }

.button,
.plan-button {
  min-height: 56px;
  padding-inline: 28px;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .16);
  transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover,
.plan-button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0, 0, 0, .24); }
.button-primary { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.button-primary:hover { color: var(--ink); border-color: var(--cyan); background: var(--cyan); }
.button-secondary,
.plan-button--light { color: var(--cream); border-color: rgba(255, 254, 240, .28); background: rgba(255, 254, 240, .075); backdrop-filter: blur(16px); }
.button-secondary:hover,
.plan-button--light:hover { border-color: var(--lavender); background: rgba(213, 180, 251, .12); }

.real-screen,
.tour-screen,
.product-gallery__item img {
  border-color: rgba(191, 234, 241, .2);
  background: rgba(0, 18, 15, .66);
  box-shadow: var(--shadow-deep), inset 0 1px rgba(255, 255, 255, .08), 0 0 55px rgba(191, 234, 241, .07);
}
.real-screen { backdrop-filter: blur(12px); }
.product-chip { box-shadow: 0 20px 50px rgba(0, 0, 0, .28); }

.client-strip {
  z-index: 4;
  padding: 64px 0 74px;
  border-block-color: rgba(255, 254, 240, .12);
}
.client-strip__heading p { color: var(--cream); }
.client-strip__heading span { color: rgba(255, 254, 240, .58); }
.client-logo {
  border-color: rgba(255, 254, 240, .13);
  background: rgba(255, 254, 240, .06);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.client-logo:hover { transform: translateY(-4px); border-color: rgba(191, 234, 241, .4); background: rgba(255, 254, 240, .1); }
.client-logo img { opacity: .68; filter: grayscale(1) brightness(0) invert(1); }

.product-showcase::before,
.features::before {
  width: 620px;
  height: 620px;
  background: rgba(213, 180, 251, .07);
  filter: blur(130px);
}
.tour-card { min-height: 610px; padding-block: clamp(62px, 8vw, 102px); border-top-color: rgba(255, 254, 240, .13); }
.tour-copy p,
.tour-copy ul,
.product-gallery__heading > p:last-child,
.product-gallery__item figcaption { color: rgba(255, 254, 240, .68); }
.tour-index { border-color: rgba(191, 234, 241, .28); color: var(--cyan); background: rgba(191, 234, 241, .07); }

.solution-pillars { gap: 18px; }
.solution-pillars article,
.feature-grid article,
.score-method div,
.security-visual,
.price-card,
.included-plans,
.faq details,
.inline-cta,
.final-cta__card {
  border: 1px solid rgba(255, 254, 240, .14);
  background: rgba(255, 254, 240, .065);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, .075);
  backdrop-filter: blur(22px) saturate(115%);
  -webkit-backdrop-filter: blur(22px) saturate(115%);
}
.solution-pillars article {
  min-height: 310px;
  padding: 30px;
  border-radius: 25px;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.solution-pillars article:hover { transform: translateY(-5px); border-color: rgba(141, 255, 20, .36); background: rgba(255, 254, 240, .09); }
.solution-pillars span { margin-bottom: 66px; color: var(--lime); }
.solution-pillars article:nth-child(2) span { color: var(--cyan); }
.solution-pillars article:nth-child(3) span { color: var(--lavender); }
.solution-pillars article:nth-child(4) span { color: var(--mint); }
.solution-pillars h3 { color: var(--cream); }
.solution-pillars p,
.solution-pillars article:nth-child(2) p { color: rgba(255, 254, 240, .68); }

.feature-tabs { gap: 14px; margin-bottom: 24px; }
.feature-tab {
  border-color: rgba(255, 254, 240, .14);
  background: rgba(255, 254, 240, .055);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(18px);
}
.feature-tab::before { height: 3px; opacity: .9; }
.feature-tab:hover,
.feature-tab:focus-visible,
.feature-tab.is-active {
  color: var(--cream);
  border-color: color-mix(in srgb, var(--tab-accent), transparent 45%);
  background: color-mix(in srgb, var(--tab-accent), transparent 88%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .08);
}
.feature-panels { min-height: 520px; border-top: 0; }
.feature-panel {
  gap: 34px;
  padding: 34px;
  border: 1px solid rgba(255, 254, 240, .13);
  border-radius: 28px;
  background: rgba(0, 18, 15, .36);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(20px);
}
.feature-grid { gap: 14px; }
.feature-grid article { min-height: 236px; padding: 24px; border-radius: 20px; box-shadow: none; }
.feature-grid article:hover { border-color: color-mix(in srgb, var(--feature-accent), transparent 45%); background: rgba(255, 254, 240, .085); }
.feature-grid i { margin-bottom: 38px; }
.feature-grid p { color: rgba(255, 254, 240, .66); }
.inline-cta { color: var(--cream); background: linear-gradient(135deg, rgba(213, 180, 251, .13), rgba(191, 234, 241, .075)); }
.inline-cta .eyebrow { color: var(--lavender); }

.engine-card,
.security-card { padding: clamp(52px, 7vw, 86px) 0; border-top-color: rgba(255, 254, 240, .13); }
.score-method div { padding: 25px 27px; border-radius: 20px; box-shadow: none; }
.score-method dd { color: rgba(255, 254, 240, .68); }
.security-visual {
  border-radius: 30px;
  background: radial-gradient(circle, rgba(141, 255, 20, .16), transparent 52%), rgba(255, 254, 240, .055);
}
.security-visual span { color: var(--cream); border-color: rgba(255, 254, 240, .16); background: rgba(3, 22, 20, .64); }

.pricing-grid { gap: 16px; }
.price-card,
.price-card--featured,
.price-card--enterprise,
.price-card:not(.price-card--featured):not(.price-card--enterprise) {
  color: var(--cream);
  border-color: rgba(255, 254, 240, .15);
  background: rgba(255, 254, 240, .065);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, .07);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.price-card:hover { transform: translateY(-6px); border-color: rgba(191, 234, 241, .38); background: rgba(255, 254, 240, .09); }
.price-card--featured { border-color: rgba(141, 255, 20, .42); box-shadow: 0 28px 80px rgba(0, 0, 0, .28), 0 0 34px rgba(141, 255, 20, .08); }
.price-card--enterprise { border-color: rgba(213, 180, 251, .4); }
.price-card:not(.price-card--featured):not(.price-card--enterprise) header p,
.price-card:not(.price-card--featured):not(.price-card--enterprise) .price span,
.enterprise-price span { color: rgba(255, 254, 240, .65); }
.price-card li::before { color: var(--lime); }
.plan-button { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.price-card--featured .plan-button { color: var(--ink); border-color: var(--cyan); background: var(--cyan); }
.included-plans { padding: 34px; border-radius: 26px; }

.faq-layout { align-items: start; }
.faq header > p:not(.eyebrow):not(.faq-meta),
.faq .faq-meta,
.faq details p,
.faq details ul { color: rgba(255, 254, 240, .68); }
.faq .faq-meta { opacity: .72; }
.faq-list { display: grid; gap: 12px; border-top: 0; }
.faq details { overflow: hidden; border-radius: 20px; box-shadow: 0 16px 45px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .06); transition: border-color .2s ease, background .2s ease; }
.faq details[open] { border-color: rgba(141, 255, 20, .32); background: rgba(255, 254, 240, .085); }
.faq summary { padding: 24px 68px 24px 26px; }
.faq summary::after { top: 20px; right: 22px; color: var(--ink); }
.faq-answer { padding: 0 68px 28px 26px; }
.faq details strong { color: var(--cream); }

.final-cta__card {
  color: var(--cream);
  background:
    radial-gradient(circle at 14% 20%, rgba(141, 255, 20, .17), transparent 36%),
    linear-gradient(135deg, rgba(255, 254, 240, .08), rgba(191, 234, 241, .045));
  box-shadow: var(--shadow-deep), inset 0 1px rgba(255, 255, 255, .1);
}
.final-cta .button-primary { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.final-cta .button-primary:hover { border-color: var(--cyan); background: var(--cyan); }

.site-footer { padding-top: 128px; }
.footer-glow { background: rgba(141, 255, 20, .09); }
.site-footer .brand img { filter: none; }
.social-links a { background: rgba(255, 254, 240, .06); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.social-links a:hover { transform: translateY(-3px); border-color: rgba(191, 234, 241, .42); background: rgba(191, 234, 241, .11); }

@media (max-width: 1020px) {
  .section { padding-block: 104px; }
  .solution-pillars article { min-height: 270px; }
  .feature-panel { grid-template-columns: 190px 1fr; }
}

@media (max-width: 760px) {
  body { background-attachment: scroll; background-size: auto 100%; }
  body::after { background-size: 48px 48px; }
  .section { padding-block: 88px; }
  .site-header { width: calc(100vw - 22px); }
  .header-shell, .account-button { background: rgba(0, 18, 15, .9); }
  .main-nav { color: var(--cream); border-color: rgba(255, 254, 240, .14); background: rgba(0, 18, 15, .97); }
  .hero { padding: 164px 0 96px; }
  .hero h1 { font-size: clamp(54px, 15.5vw, 78px); }
  .client-strip { padding-block: 52px 58px; }
  .solution-pillars article { min-height: 0; }
  .feature-panel { grid-template-columns: 1fr; padding: 24px 18px; }
  .feature-grid { gap: 10px; }
  .feature-grid article { min-height: 0; }
  .inline-cta { margin-top: 74px; }
  .included-plans { padding: 26px 22px; }
  .faq summary { padding: 22px 62px 22px 20px; font-size: 19px; }
  .faq summary::after { right: 18px; }
  .faq-answer { padding: 0 24px 25px 20px; }
  .final-cta__card { padding: 42px 26px; }
  .site-footer { padding-top: 96px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: corporate-fade-up .8s cubic-bezier(.2,.75,.2,1) both; }
  .product-stage { animation: corporate-fade-up .9s .12s cubic-bezier(.2,.75,.2,1) both; }
  .hero-glow { animation: corporate-breathe 10s ease-in-out infinite alternate; }
  .visual-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s cubic-bezier(.2,.75,.2,1), transform .75s cubic-bezier(.2,.75,.2,1);
  }
  .visual-reveal.is-visible { opacity: 1; transform: translateY(0); }
  @keyframes corporate-fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes corporate-breathe {
    from { opacity: .72; transform: scale(1); }
    to { opacity: 1; transform: scale(1.035); }
  }
}
