:root {
  --bg:#06110c;
  --bg-soft:#0a1811;
  --panel:#0e2017;
  --panel-2:#13271d;
  --text:#f2f6f3;
  --muted:#a9b9ae;
  --lime:#a6ed87;
  --green:#5dd56d;
  --green-dark:#2e8d4d;
  --ember:#d7955f;
  --ember-soft:#f1c89f;
  --sand:#eee9dd;
  --sand-2:#ddd3bf;
  --ink:#122019;
  --line:rgba(235,247,239,.14);
  --line-soft:rgba(235,247,239,.075);
  --shadow:0 28px 75px rgba(0,0,0,.34);
  --max:1380px;
}

*,*::before,*::after {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px;
  overflow-x:clip;
}

body {
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  color:var(--text);
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  background:radial-gradient(circle at 8% 2%,rgba(93,213,109,.11),transparent 25%),radial-gradient(circle at 92% 22%,rgba(215,149,95,.07),transparent 20%),linear-gradient(180deg,var(--bg),#08150f 48%,#050d09);
}

body::before {
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(#000,transparent 84%);
}

img {
  display:block;
  max-width:100%;
}

a {
  color:inherit;
  text-decoration:none;
}

button,input,textarea,select {
  font:inherit;
}

h1,h2,h3,h4,p,ul,ol,dl {
  margin-top:0;
}

h1,h2,h3,h4 {
  line-height:1.08;
  letter-spacing:-.035em;
}

h1 {
  margin-bottom:24px;
  font-size:clamp(2.75rem,5vw,5.15rem);
}

h2 {
  margin-bottom:20px;
  font-size:clamp(2rem,3.2vw,3.25rem);
}

h3 {
  margin-bottom:10px;
  font-size:1.32rem;
}

p {
  color:var(--muted);
}

strong {
  color:var(--text);
}

::selection {
  color:var(--ink);
  background:var(--lime);
}

.sr-only {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.skip-link {
  position:fixed;
  top:-90px;
  left:12px;
  z-index:9999;
  padding:10px 14px;
  border-radius:10px;
  color:var(--ink);
  background:var(--lime);
  font-weight:850;
}

.skip-link:focus {
  top:12px;
}

:focus-visible {
  outline:3px solid var(--ember-soft);
  outline-offset:4px;
}

.section-shell {
  width:min(calc(100% - 32px),var(--max));
  margin-inline:auto;
}

.section-space {
  padding-block:86px;
}

.section-light {
  padding-block:82px;
  color:var(--ink);
  background:var(--sand);
}

.section-light h2,.section-light h3,.section-light strong {
  color:var(--ink);
}

.section-light p {
  color:#536158;
}

.section-light .eyebrow {
  color:#25663d;
}

.eyebrow,.pill {
  color:var(--ember-soft);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.pill {
  display:inline-flex;
  margin-bottom:18px;
  padding:8px 12px;
  border:1px solid rgba(215,149,95,.34);
  border-radius:999px;
  background:rgba(215,149,95,.075);
}

.lead {
  max-width:760px;
  font-size:clamp(1.05rem,1.35vw,1.22rem);
}

.section-heading {
  max-width:920px;
  margin-bottom:42px;
}

.section-heading.centered {
  margin-inline:auto;
  text-align:center;
}

.section-heading.centered p {
  margin-inline:auto;
}

.actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0;
}

.button {
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:0 21px;
  border:1px solid transparent;
  border-radius:13px;
  cursor:pointer;
  font-weight:850;
  transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;
}

.button:hover {
  transform:translateY(-2px);
}

.button.primary {
  color:var(--ink);
  background:linear-gradient(135deg,var(--lime),var(--green));
  box-shadow:0 14px 30px rgba(93,213,109,.16);
}

.button.secondary,.button.ghost {
  border-color:var(--line);
  background:rgba(255,255,255,.025);
}

.button.secondary {
  color:var(--lime);
}

.button.dark {
  color:#fff;
  background:var(--ink);
}

.button.small {
  min-height:43px;
  padding-inline:16px;
  font-size:.9rem;
}

.button[disabled] {
  opacity:.55;
  cursor:wait;
  transform:none;
}

.text-link {
  display:inline-flex;
  padding-bottom:2px;
  border-bottom:1px solid rgba(166,237,135,.36);
  color:var(--lime);
  font-weight:820;
}

.section-light .text-link {
  color:#25663d;
  border-color:rgba(37,102,61,.4);
}

.site-header {
  position:sticky;
  top:10px;
  z-index:100;
  display:flex;
  width:min(calc(100% - 24px),1500px);
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:10px auto 0;
  padding:10px 14px 10px 17px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(5,15,10,.89);
  box-shadow:0 14px 38px rgba(0,0,0,.25);
  backdrop-filter:blur(18px);
}

.brand {
  display:flex;
  align-items:center;
  gap:13px;
}

.brand img {
  width:58px;
  height:58px;
  object-fit:contain;
}

.brand span {
  display:grid;
  line-height:1.05;
}

.brand strong {
  font-size:1.3rem;
}

.brand small {
  margin-top:6px;
  color:var(--lime);
}

.main-nav {
  display:flex;
  align-items:center;
  gap:20px;
  color:#d6e1d8;
  font-size:.93rem;
}

.main-nav a {
  transition:color .2s;
}

.main-nav a:hover,.main-nav a[aria-current="page"] {
  color:var(--lime);
}

.nav-cta {
  padding:10px 15px;
  border:1px solid rgba(166,237,135,.34);
  border-radius:12px;
  color:var(--lime) !important;
}

.menu-toggle {
  display:none;
  padding:8px;
  border:0;
  background:transparent;
  color:var(--text);
}

.menu-toggle .bars {
  display:grid;
  gap:5px;
}

.menu-toggle .bars span {
  display:block;
  width:25px;
  height:2px;
  border-radius:2px;
  background:currentColor;
}

.hero {
  position:relative;
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:44px;
  align-items:center;
  min-height:720px;
  padding-block:72px 58px;
}

.hero::after {
  content:"";
  position:absolute;
  left:-8%;
  bottom:4%;
  width:650px;
  height:180px;
  pointer-events:none;
  opacity:.2;
  background:url('../images/deco-ai-trail-horizontal.webp') no-repeat / contain;
}

.hero>*,.split>*,.article-layout>*,.contact-layout>* {
  min-width:0;
}

.hero-copy {
  position:relative;
  z-index:2;
}

.hero-media {
  position:relative;
  min-height:570px;
}

.cover-picture,.landscape-picture,.portrait-picture,.aside-picture {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}

.cover-picture {
  position:absolute;
  inset:0;
  border:1px solid var(--line);
  border-radius:32px;
  box-shadow:var(--shadow);
}

.cover-picture img,.landscape-picture img,.portrait-picture img,.aside-picture img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-caption {
  position:absolute;
  right:22px;
  bottom:22px;
  z-index:2;
  width:min(370px,82%);
  padding:17px 19px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(6,17,11,.86);
  backdrop-filter:blur(12px);
}

.hero-caption strong,.hero-caption span {
  display:block;
}

.hero-caption span {
  margin-top:4px;
  color:#bdccc1;
  font-size:.9rem;
}

.hero-tags {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.hero-tags span,.skill-tags span {
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#cbd8cf;
  background:rgba(255,255,255,.022);
  font-size:.8rem;
}

.trust-strip {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:min(calc(100% - 32px),var(--max));
  margin:0 auto;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.018);
}

.trust-strip article {
  padding:21px;
  border-right:1px solid var(--line-soft);
}

.trust-strip article:last-child {
  border-right:0;
}

.trust-number {
  display:grid;
  width:35px;
  height:35px;
  place-items:center;
  margin-bottom:16px;
  border:1px solid rgba(215,149,95,.25);
  border-radius:11px;
  color:var(--ember-soft);
  background:rgba(215,149,95,.07);
  font-weight:900;
}

.trust-strip strong,.trust-strip span {
  display:block;
}

.trust-strip span {
  margin-top:4px;
  color:var(--muted);
  font-size:.9rem;
}

.split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
  padding-block:84px;
}

.media-card {
  position:relative;
  min-height:550px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
}

.media-card.landscape {
  min-height:470px;
}

.media-card img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.media-note {
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(6,17,11,.86);
  backdrop-filter:blur(12px);
}

.media-note strong,.media-note span {
  display:block;
}

.media-note span {
  margin-top:3px;
  color:#c5d3c9;
  font-size:.88rem;
}

.mini-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:26px 0;
}

.mini-grid article {
  padding:17px;
  border:1px solid var(--line-soft);
  border-radius:17px;
  background:rgba(255,255,255,.02);
}

.mini-grid strong,.mini-grid span {
  display:block;
}

.mini-grid span {
  margin-top:4px;
  color:var(--muted);
  font-size:.9rem;
}

.offers-section {
  position:relative;
  padding-block:88px;
}

.offer-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:19px;
  align-items:stretch;
}

.offer-card {
  position:relative;
  display:flex;
  min-height:545px;
  flex-direction:column;
  padding:28px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.036),rgba(255,255,255,.014));
  box-shadow:0 20px 58px rgba(0,0,0,.24);
}

.offer-card.featured {
  border-color:rgba(166,237,135,.4);
  background:linear-gradient(180deg,rgba(93,213,109,.105),rgba(255,255,255,.018));
  box-shadow:0 30px 75px rgba(0,0,0,.34);
}

.offer-card.featured::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  border-radius:24px 0 0 24px;
  background:linear-gradient(var(--lime),var(--ember));
}

.flag {
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  padding:7px 13px;
  border-radius:999px;
  color:var(--ink);
  background:linear-gradient(135deg,var(--lime),var(--green));
  font-size:.72rem;
  font-weight:900;
  white-space:nowrap;
}

.offer-symbol {
  display:grid;
  width:78px;
  height:78px;
  place-items:center;
  margin:10px 0 18px;
  border:1px solid rgba(166,237,135,.19);
  border-radius:19px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(93,213,109,.045));
}

.offer-symbol img {
  width:58px;
  height:58px;
  object-fit:contain;
}

.offer-label {
  color:var(--ember-soft);
  font-size:.76rem;
  font-weight:880;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.offer-card h2,.offer-card h3 {
  margin:10px 0 8px;
}

.price {
  margin-bottom:12px;
  font-size:2.45rem;
  font-weight:920;
  letter-spacing:-.055em;
}

.price small {
  color:var(--muted);
  font-size:.83rem;
  letter-spacing:0;
}

.checks {
  display:grid;
  gap:9px;
  margin:18px 0 24px;
  padding:0;
  list-style:none;
}

.checks li {
  position:relative;
  padding:10px 11px 10px 39px;
  border:1px solid var(--line-soft);
  border-radius:13px;
  color:#d5e0d8;
  background:rgba(255,255,255,.018);
}

.checks li::before {
  content:"✓";
  position:absolute;
  top:50%;
  left:10px;
  display:grid;
  width:21px;
  height:21px;
  place-items:center;
  transform:translateY(-50%);
  border-radius:7px;
  color:var(--ink);
  background:linear-gradient(135deg,var(--lime),var(--green));
  font-size:.75rem;
  font-weight:950;
}

.offer-card .button {
  margin-top:auto;
}

.offer-note {
  max-width:1060px;
  margin:28px auto 0;
  padding:19px;
  border:1px solid rgba(215,149,95,.22);
  border-radius:17px;
  color:var(--muted);
  background:rgba(215,149,95,.055);
  text-align:center;
  font-size:.91rem;
}

.demo-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:stretch;
}

.demo-copy {
  padding-right:18px;
}

.workflow-demo {
  display:grid;
  gap:12px;
}

.workflow-step {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  padding:17px;
  border:1px solid rgba(18,32,25,.14);
  border-radius:18px;
  background:rgba(255,255,255,.56);
}

.workflow-step b {
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:13px;
  color:var(--lime);
  background:var(--ink);
}

.workflow-step p {
  margin-bottom:0;
}

.demo-message {
  margin-top:22px;
  padding:19px;
  border-left:4px solid var(--ember);
  border-radius:0 16px 16px 0;
  background:rgba(255,255,255,.6);
}

.demo-message p:last-child {
  margin-bottom:0;
}

.steps-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:34px 0 44px;
}

.step-card {
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.02);
}

.step-card b {
  display:inline-grid;
  width:38px;
  height:38px;
  place-items:center;
  margin-bottom:26px;
  border-radius:12px;
  color:var(--ink);
  background:linear-gradient(135deg,var(--ember-soft),var(--ember));
}

.step-card p {
  margin-bottom:0;
}

.deliverable-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.deliverable-card {
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.012));
}

.deliverable-card span {
  display:inline-flex;
  margin-bottom:22px;
  color:var(--lime);
  font-size:.8rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.deliverable-card p {
  margin-bottom:0;
}

.profile-section {
  padding-block:84px;
}

.profile-grid {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
}

.profile-photo {
  position:relative;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
}

.profile-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.profile-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px;
  margin:25px 0;
}

.profile-stats article {
  padding:16px;
  border:1px solid var(--line-soft);
  border-radius:16px;
  background:rgba(255,255,255,.02);
}

.profile-stats strong {
  display:block;
  color:var(--lime);
  font-size:1.2rem;
}

.profile-stats span {
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:.84rem;
}

.faq-section {
  display:grid;
  grid-template-columns:.76fr 1.24fr;
  gap:44px;
  padding-block:86px;
}

.faq-list {
  display:grid;
  gap:11px;
}

details {
  border:1px solid var(--line);
  border-radius:17px;
  background:rgba(255,255,255,.02);
}

summary {
  position:relative;
  padding:18px 48px 18px 19px;
  cursor:pointer;
  color:var(--text);
  font-weight:820;
  list-style:none;
}

summary::-webkit-details-marker {
  display:none;
}

summary::after {
  content:"+";
  position:absolute;
  top:50%;
  right:18px;
  transform:translateY(-50%);
  color:var(--lime);
  font-size:1.35rem;
}

details[open] summary::after {
  content:"–";
}

details p {
  padding:0 19px 18px;
  margin:0;
}

.final-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-block:35px 74px;
  padding:38px;
  border:1px solid rgba(166,237,135,.27);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(93,213,109,.11),rgba(215,149,95,.07));
  box-shadow:var(--shadow);
}

.final-cta h2 {
  max-width:780px;
  margin-bottom:10px;
}

.final-cta p {
  margin-bottom:0;
}

.page-hero {
  padding-block:58px 42px;
}

.page-hero.compact {
  padding-bottom:24px;
}

.page-hero h1 {
  max-width:1120px;
}

.breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
  color:#8d9f93;
  font-size:.84rem;
}

.breadcrumbs a:hover {
  color:var(--lime);
}

.page-intro-grid {
  display:grid;
  grid-template-columns:1fr 410px;
  gap:34px;
  align-items:end;
}

.page-kicker {
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.02);
}

.page-kicker strong,.page-kicker span {
  display:block;
}

.page-kicker span {
  margin-top:5px;
  color:var(--muted);
}

.offer-detail-grid {
  display:grid;
  gap:20px;
}

.offer-detail {
  display:grid;
  grid-template-columns:270px 1fr;
  gap:30px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:25px;
  background:rgba(255,255,255,.02);
  box-shadow:0 18px 48px rgba(0,0,0,.2);
}

.offer-detail.featured {
  border-color:rgba(166,237,135,.36);
  background:linear-gradient(135deg,rgba(93,213,109,.08),rgba(255,255,255,.018));
}

.offer-detail header {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.offer-detail .offer-symbol {
  margin-top:0;
}

.offer-detail .price {
  margin-top:8px;
}

.offer-detail-body {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.offer-detail-body h3 {
  font-size:1.1rem;
}

.scope-box {
  padding:18px;
  border:1px solid var(--line-soft);
  border-radius:17px;
  background:rgba(255,255,255,.018);
}

.scope-box p:last-child,.scope-box ul:last-child {
  margin-bottom:0;
}

.definition-panel {
  padding:28px;
  border:1px solid rgba(166,237,135,.25);
  border-radius:24px;
  background:rgba(93,213,109,.055);
}

.definition-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:11px;
  margin-top:24px;
}

.definition-grid article {
  padding:17px;
  border:1px solid var(--line-soft);
  border-radius:16px;
  background:rgba(5,15,10,.28);
}

.definition-grid b {
  display:block;
  margin-bottom:10px;
  color:var(--ember-soft);
}

.definition-grid span {
  color:var(--muted);
  font-size:.88rem;
}

.table-wrap {
  width:100%;
  max-width:100%;
  overflow-x:auto;
  border:1px solid rgba(18,32,25,.14);
  border-radius:20px;
  background:rgba(255,255,255,.58);
  -webkit-overflow-scrolling:touch;
}

table {
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}

caption {
  padding:0 0 14px;
  color:#405047;
  font-weight:800;
  text-align:left;
}

th,td {
  padding:15px 16px;
  border-bottom:1px solid rgba(18,32,25,.1);
  text-align:left;
  vertical-align:top;
}

th {
  color:#1f4f31;
  background:rgba(18,32,25,.06);
}

tr:last-child td {
  border-bottom:0;
}

.table-hint {
  margin:10px 0 0;
  color:#68746d !important;
  font-size:.84rem;
}

.small-note {
  color:var(--muted);
  font-size:.9rem;
}

.mt-18 {
  margin-top:18px;
}

.article-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:26px;
  align-items:start;
  padding-block:24px 85px;
}

.article-content {
  min-width:0;
  padding:31px;
  border:1px solid var(--line);
  border-radius:25px;
  background:linear-gradient(180deg,rgba(255,255,255,.027),rgba(255,255,255,.012));
  box-shadow:var(--shadow);
}

.article-content section {
  min-width:0;
  scroll-margin-top:120px;
}

.article-content section + section {
  margin-top:50px;
}

.article-content h2 {
  font-size:clamp(1.75rem,2.5vw,2.45rem);
}

.article-content h3 {
  margin-top:25px;
}

.article-content ul {
  padding-left:1.25rem;
  color:var(--muted);
}

.intro-callout,.warning-box,.example-box,.success-box {
  padding:20px;
  border:1px solid rgba(166,237,135,.2);
  border-radius:18px;
  background:rgba(93,213,109,.055);
}

.warning-box {
  border-color:rgba(215,149,95,.34);
  background:rgba(215,149,95,.075);
}

.intro-callout p:last-child,.warning-box p:last-child,.example-box p:last-child,.success-box p:last-child {
  margin-bottom:0;
}

.chapter {
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:18px;
  align-items:start;
}

.chapter-number {
  display:grid;
  width:54px;
  height:54px;
  place-items:center;
  border-radius:17px;
  color:var(--ink);
  background:linear-gradient(135deg,var(--lime),var(--green));
  font-weight:950;
}

.case-spec {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:20px 0;
}

.case-spec article {
  padding:15px;
  border:1px solid var(--line-soft);
  border-radius:15px;
  background:rgba(255,255,255,.018);
}

.case-spec b,.case-spec span {
  display:block;
}

.case-spec b {
  color:var(--ember-soft);
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.case-spec span {
  margin-top:5px;
  color:var(--muted);
  font-size:.88rem;
}

.criteria-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.criteria-grid article {
  padding:19px;
  border:1px solid var(--line-soft);
  border-radius:17px;
  background:rgba(255,255,255,.02);
}

.criteria-grid b,.criteria-grid span {
  display:block;
}

.criteria-grid span {
  margin-top:4px;
  color:var(--muted);
}

.article-aside {
  position:sticky;
  top:105px;
  display:grid;
  min-width:0;
  gap:15px;
}

.article-aside>div {
  padding:20px;
  border:1px solid var(--line);
  border-radius:19px;
  background:rgba(13,29,20,.92);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.article-aside ul {
  padding-left:1.1rem;
  color:var(--muted);
}

.aside-image {
  height:230px;
  padding:0 !important;
  overflow:hidden;
}

.aside-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.toc {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:25px;
}

.toc a {
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--lime);
  background:rgba(255,255,255,.022);
  font-size:.84rem;
  font-weight:760;
}

.example-hero-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:25px 0;
}

.example-hero-card>article {
  padding:22px;
  border:1px solid var(--line);
  border-radius:19px;
  background:rgba(255,255,255,.02);
}

.example-hero-card .raw {
  border-color:rgba(215,149,95,.26);
}

.example-hero-card .structured {
  border-color:rgba(166,237,135,.27);
}

.message-sample {
  padding:17px;
  border-radius:14px;
  color:#d7e2da;
  background:rgba(0,0,0,.23);
  font-style:italic;
}

.output-list {
  display:grid;
  gap:9px;
  padding:0;
  list-style:none;
}

.output-list li {
  padding:11px 13px;
  border:1px solid var(--line-soft);
  border-radius:12px;
  color:var(--muted);
  background:rgba(255,255,255,.018);
}

.metric-plan {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
}

.metric-plan article {
  padding:19px;
  border:1px solid var(--line-soft);
  border-radius:17px;
  background:rgba(255,255,255,.02);
}

.metric-plan strong,.metric-plan span {
  display:block;
}

.metric-plan strong {
  color:var(--lime);
  font-size:1.1rem;
}

.metric-plan span {
  margin-top:4px;
  color:var(--muted);
  font-size:.88rem;
}

.about-photo {
  aspect-ratio:4 / 3;
  min-height:0;
}

.timeline {
  display:grid;
  gap:12px;
  margin-top:24px;
}

.timeline article {
  display:grid;
  grid-template-columns:84px 1fr;
  gap:16px;
  padding:17px;
  border:1px solid var(--line-soft);
  border-radius:17px;
  background:rgba(255,255,255,.02);
}

.timeline b {
  color:var(--ember-soft);
}

.timeline p {
  margin-bottom:0;
}

.value-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.value-grid article {
  padding:23px;
  border:1px solid rgba(18,32,25,.13);
  border-radius:20px;
  background:rgba(255,255,255,.56);
}

.value-grid b {
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  margin-bottom:28px;
  border-radius:12px;
  color:var(--lime);
  background:var(--ink);
}

.value-grid p {
  margin-bottom:0;
}

.boundary-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.boundary-grid>article {
  padding:23px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.02);
}

.boundary-grid .yes {
  border-color:rgba(166,237,135,.25);
}

.boundary-grid .no {
  border-color:rgba(215,149,95,.26);
}

.boundary-grid ul {
  padding-left:1.2rem;
  color:var(--muted);
}

.contact-layout {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:27px;
  align-items:start;
  padding-block:25px 85px;
}

.contact-form-card,.contact-aside>div {
  padding:25px;
  border:1px solid var(--line);
  border-radius:21px;
  background:rgba(255,255,255,.022);
  box-shadow:var(--shadow);
}

form {
  display:grid;
  gap:15px;
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

label {
  display:grid;
  gap:7px;
  color:#dce6df;
  font-weight:720;
}

label span {
  color:var(--muted);
  font-weight:500;
}

.required {
  color:var(--ember-soft);
}

input,select,textarea {
  width:100%;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:13px;
  outline:none;
  color:var(--text);
  background:rgba(5,14,9,.84);
}

input:focus,select:focus,textarea:focus {
  border-color:rgba(166,237,135,.55);
  box-shadow:0 0 0 4px rgba(93,213,109,.1);
}

textarea {
  min-height:180px;
  resize:vertical;
}

.form-notice {
  margin:0;
  color:var(--muted);
  font-size:.88rem;
}

.form-notice a {
  color:var(--lime);
  text-decoration:underline;
}

.honeypot {
  position:absolute !important;
  left:-9999px !important;
}

.form-status {
  min-height:1.5em;
  margin:0;
  font-size:.91rem;
}

.form-status.success {
  color:var(--lime);
}

.form-status.error {
  color:#ffb0aa;
}

.contact-aside {
  display:grid;
  gap:15px;
}

.contact-aside h2 {
  font-size:1.4rem;
}

.contact-aside ul {
  padding-left:1.1rem;
  color:var(--muted);
}

.contact-image {
  height:300px;
  padding:0 !important;
  overflow:hidden;
}

.contact-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.next-steps {
  counter-reset:contact-step;
  display:grid;
  gap:10px;
  padding:0;
  list-style:none;
}

.next-steps li {
  position:relative;
  padding-left:38px;
  color:var(--muted);
}

.next-steps li::before {
  counter-increment:contact-step;
  content:counter(contact-step);
  position:absolute;
  left:0;
  top:0;
  display:grid;
  width:27px;
  height:27px;
  place-items:center;
  border-radius:9px;
  color:var(--ink);
  background:var(--lime);
  font-size:.78rem;
  font-weight:900;
}

.legal-content {
  padding-block:15px 80px;
}

.legal-content article {
  max-width:940px;
  margin:auto;
  padding:32px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.022);
}

.legal-content h2 {
  margin-top:35px;
  font-size:1.55rem;
}

.legal-list>div {
  display:grid;
  grid-template-columns:220px 1fr;
  padding:10px 0;
  border-bottom:1px solid var(--line-soft);
}

.legal-list dt {
  color:var(--muted);
}

.legal-warning {
  padding:16px;
  border:1px solid rgba(215,149,95,.42);
  border-radius:14px;
  background:rgba(215,149,95,.09);
}

.placeholder {
  color:#ffd4ad;
  font-weight:800;
}

.not-found {
  display:grid;
  min-height:68vh;
  place-items:center;
  align-content:center;
  padding:30px 16px;
  text-align:center;
}

.not-found img {
  width:120px;
  margin-bottom:16px;
}

.site-footer {
  width:min(calc(100% - 32px),var(--max));
  margin:28px auto 22px;
  padding:30px 0 8px;
  border-top:1px solid var(--line);
}

.footer-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}

.footer-nav,.footer-bottom>div {
  display:flex;
  flex-wrap:wrap;
  gap:13px 20px;
  color:#cad5cd;
}

.footer-nav a:hover,.footer-bottom a:hover {
  color:var(--lime);
}

.footer-bottom {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-top:18px;
  color:#8fa097;
  font-size:.86rem;
}

.footer-bottom p {
  margin:0;
}

.floating-contact {
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:70;
  padding:11px 15px;
  border-radius:999px;
  color:var(--ink);
  background:linear-gradient(135deg,var(--lime),var(--green));
  box-shadow:0 18px 35px rgba(0,0,0,.28);
  font-weight:850;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:.25s;
}

.floating-contact.visible {
  opacity:1;
  transform:none;
  pointer-events:auto;
}

.js [data-reveal] {
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s,transform .55s;
}

.js [data-reveal].visible {
  opacity:1;
  transform:none;
}

@media (max-width:1120px) {
  .main-nav {
    gap:13px;
    font-size:.86rem;
  }

  .hero,.split,.profile-grid,.faq-section,.contact-layout,.demo-grid {
    grid-template-columns:1fr;
  }

  .hero {
    min-height:auto;
  }

  .hero-media {
    min-height:540px;
  }

  .trust-strip {
    grid-template-columns:1fr 1fr;
  }

  .trust-strip article:nth-child(2) {
    border-right:0;
  }

  .trust-strip article:nth-child(-n+2) {
    border-bottom:1px solid var(--line-soft);
  }

  .offer-grid {
    grid-template-columns:1fr;
  }

  .offer-card {
    min-height:auto;
  }

  .steps-grid {
    grid-template-columns:1fr 1fr;
  }

  .definition-grid {
    grid-template-columns:repeat(3,1fr);
  }

  .page-intro-grid {
    grid-template-columns:1fr;
  }

  .article-layout {
    grid-template-columns:1fr;
  }

  .article-aside {
    position:static;
    grid-template-columns:repeat(2,1fr);
  }

  .article-aside .aside-image {
    grid-column:1 / -1;
  }

  .footer-main,.footer-bottom {
    align-items:flex-start;
    flex-direction:column;
  }

  .floating-contact {
    display:none;
  }

}

@media (max-width:860px) {
  .site-header {
    top:6px;
  }

  .menu-toggle {
    display:block;
  }

  .main-nav {
    position:absolute;
    top:calc(100% + 9px);
    right:0;
    left:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(6,17,11,.99);
    box-shadow:var(--shadow);
  }

  .main-nav.open {
    display:flex;
  }

  .brand small {
    display:none;
  }

  .hero {
    padding-top:38px;
  }

  .hero-media {
    min-height:430px;
  }

  .split,.section-space,.offers-section,.profile-section,.faq-section {
    padding-block:66px;
  }

  .media-card {
    min-height:450px;
  }

  .offer-detail {
    grid-template-columns:1fr;
  }

  .offer-detail-body {
    grid-template-columns:1fr;
  }

  .deliverable-grid,.value-grid {
    grid-template-columns:1fr;
  }

  .definition-grid {
    grid-template-columns:1fr 1fr;
  }

  .article-content {
    padding:23px;
  }

  .chapter {
    grid-template-columns:1fr;
  }

  .form-grid {
    grid-template-columns:1fr;
  }

  .legal-list>div {
    grid-template-columns:1fr;
  }

  .final-cta {
    align-items:flex-start;
    flex-direction:column;
  }

}

@media (max-width:640px) {
  h1 {
    font-size:clamp(2.3rem,11vw,3.25rem);
  }

  h2 {
    font-size:clamp(1.75rem,8vw,2.35rem);
  }

  .section-shell,.trust-strip,.site-footer {
    width:calc(100% - 20px);
  }

  .site-header {
    width:calc(100% - 12px);
    margin-top:6px;
  }

  .brand img {
    width:48px;
    height:48px;
  }

  .brand strong {
    font-size:1.08rem;
  }

  .hero-media {
    min-height:335px;
  }

  .hero::after {
    left:0;
    width:100%;
  }

  .hero-caption {
    right:10px;
    bottom:10px;
    left:10px;
    width:auto;
  }

  .actions .button {
    width:100%;
  }

  .trust-strip {
    grid-template-columns:1fr;
  }

  .trust-strip article {
    border-right:0;
    border-bottom:1px solid var(--line-soft) !important;
  }

  .trust-strip article:last-child {
    border-bottom:0 !important;
  }

  .mini-grid,.profile-stats,.steps-grid,.criteria-grid,.case-spec,.example-hero-card,.metric-plan,.boundary-grid {
    grid-template-columns:1fr;
  }

  .media-card {
    min-height:360px;
  }

  .media-card.about-photo {
    min-height:0;
  }

  .offer-card {
    padding:22px;
  }

  .definition-grid {
    grid-template-columns:1fr;
  }

  .article-aside {
    grid-template-columns:1fr;
  }

  .toc {
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:5px;
  }

  .toc a {
    white-space:nowrap;
  }

  .contact-image {
    height:230px;
  }

  .footer-nav,.footer-bottom>div {
    gap:10px 15px;
  }

  .final-cta {
    padding:27px;
  }

}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }

  *,*::before,*::after {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }

}

body {
  background:radial-gradient(circle at 12% 2%,rgba(93,213,109,.08),transparent 22%),radial-gradient(circle at 90% 16%,rgba(215,149,95,.08),transparent 20%),radial-gradient(circle at 50% 110%,rgba(34,91,61,.22),transparent 38%),linear-gradient(180deg,#07120d,#08150f 42%,#06100c 100%);
}

body::before {
  background-image:linear-gradient(rgba(255,255,255,.008) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.008) 1px,transparent 1px);
}

.site-header {
  background:rgba(4,13,9,.92);
}

.section-light {
  background:linear-gradient(180deg,#f0ece3 0%,#e8e2d6 100%);
}

.hero {
  gap:52px;
}

.trust-strip,.offer-card,.offer-detail,.deliverable-card,.step-card,.profile-stats article,.article-content,.article-aside>div,.contact-form-card,.contact-aside>div,details,.page-kicker,.legal-content article,.final-cta,.example-summary-grid article,.example-steps-grid article,.example-panel,.example-hero-card>article {
  border-color:rgba(255,255,255,.11);
}

.offer-card,.step-card,.deliverable-card,.profile-stats article,details,.article-content,.article-aside>div,.page-kicker,.contact-form-card,.contact-aside>div,.example-summary-grid article,.example-steps-grid article,.example-panel,.example-hero-card>article {
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
}

.offer-card.featured {
  background:linear-gradient(180deg,rgba(93,213,109,.14),rgba(255,255,255,.02));
}

.hero-tags span,.checks li,.mini-grid article,.output-list li,.metric-plan article,.boundary-grid>article,.case-spec article,.criteria-grid article {
  background:rgba(255,255,255,.028);
}

.workflow-step,.value-grid article {
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,245,239,.86));
  box-shadow:0 8px 26px rgba(18,32,25,.08);
}

.profile-photo,.about-photo {
  background:linear-gradient(135deg,rgba(93,213,109,.08),rgba(215,149,95,.12));
}

.profile-photo img,.about-photo img {
  object-position:28% center;
}

.profile-stats.is-four {
  grid-template-columns:repeat(4,1fr);
}

.small-app-note {
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(215,149,95,.22);
  border-radius:18px;
  background:rgba(215,149,95,.055);
}

.small-app-note p:last-child {
  margin-bottom:0;
}

.example-summary-grid,.example-steps-grid {
  display:grid;
  gap:14px;
}

.example-summary-grid {
  grid-template-columns:repeat(3,1fr);
}

.example-summary-grid article,.example-steps-grid article,.example-panel {
  padding:22px;
  border-radius:20px;
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}

.example-summary-grid strong,.example-summary-grid span,.example-steps-grid strong,.example-steps-grid span,.example-panel strong,.example-panel span {
  display:block;
}

.example-summary-grid strong,.example-steps-grid strong {
  margin-bottom:6px;
}

.example-summary-grid span,.example-steps-grid span,.example-panel span {
  color:var(--muted);
}

.example-steps-grid {
  grid-template-columns:repeat(3,1fr);
}

.example-panel + .example-panel {
  margin-top:16px;
}

.example-hero-card {
  margin-top:18px;
}

.example-hero-card .raw,.example-hero-card .structured {
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}

.example-hero-card .raw {
  background:linear-gradient(180deg,rgba(215,149,95,.08),rgba(255,255,255,.02));
}

.example-hero-card .structured {
  background:linear-gradient(180deg,rgba(93,213,109,.08),rgba(255,255,255,.02));
}

.section-light .deliverable-card,.section-light .metric-plan article,.section-light .boundary-grid>article,.section-light .example-summary-grid article,.section-light .example-steps-grid article,.section-light .example-panel,.section-light .profile-stats article {
  background:rgba(255,255,255,.56);
  border-color:rgba(18,32,25,.12);
  box-shadow:0 12px 28px rgba(18,32,25,.08);
}

.section-light .deliverable-card p,.section-light .metric-plan span,.section-light .boundary-grid ul,.section-light .example-summary-grid span,.section-light .example-steps-grid span,.section-light .profile-stats span {
  color:#536158;
}

.section-light .profile-stats strong,.section-light .deliverable-card span,.section-light .metric-plan strong {
  color:#25663d;
}

.section-light .profile-stats article,.section-light .example-summary-grid article,.section-light .example-steps-grid article,.section-light .example-panel {
  box-shadow:0 10px 24px rgba(18,32,25,.08);
}

.demo-copy,.page-hero .lead {
  max-width:760px;
}

.home-about-copy p + p {
  margin-top:12px;
}

@media (max-width:1120px) {
  .profile-stats.is-four,.example-summary-grid,.example-steps-grid {
    grid-template-columns:1fr 1fr;
  }

}

@media (max-width:640px) {
  .profile-stats.is-four,.example-summary-grid,.example-steps-grid {
    grid-template-columns:1fr;
  }

}

:root {
  --shell:min(1180px,calc(100vw - 40px));
  --bg-1:#06110c;
  --bg-2:#081610;
  --bg-3:#0b1a12;
  --light-panel:#f5f2ea;
  --light-panel-2:#efeadf;
}

body {
  background:radial-gradient(circle at 10% 0%,rgba(115,232,133,.09),transparent 22%),radial-gradient(circle at 100% 8%,rgba(214,153,94,.07),transparent 18%),radial-gradient(circle at 50% 100%,rgba(39,95,64,.25),transparent 40%),linear-gradient(180deg,var(--bg-1),var(--bg-2) 36%,var(--bg-1) 100%);
}

body::before {
  opacity:.55;
}

.section-shell {
  width:var(--shell);
}

section {
  position:relative;
}

.section-space {
  padding-block:96px;
}

.site-header {
  backdrop-filter:blur(16px);
  background:rgba(4,12,8,.88);
}

.hero {
  gap:56px;
  padding-top:46px;
  padding-bottom:48px;
}

.hero-copy h1,.page-hero h1 {
  letter-spacing:-.03em;
  text-wrap:balance;
}

.hero-copy .lead,.page-hero .lead,.section-heading p,.final-cta p,.offer-card p,.offer-detail p,.article-content p,.contact-layout p,.home-about-copy p {
  text-wrap:pretty;
}

.hero-tags span,.toc a,.mini-grid article,.metric-plan article,.case-spec article,.criteria-grid article,.checks li,.profile-stats article,.value-grid article,.contact-aside>div,.page-kicker,.offer-card,.offer-detail,.step-card,.deliverable-card,.article-content,.article-aside>div,.warning-box,.example-box,.intro-callout,.success-box,details,.workflow-step,.example-summary-grid article,.example-steps-grid article,.example-panel,.example-hero-card>article,.journey-item,.app-card {
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 16px 44px rgba(0,0,0,.16);
}

.offer-card,.offer-detail,.step-card,.deliverable-card,.article-content,.article-aside>div,.warning-box,.example-box,.intro-callout,.success-box,.contact-form-card,.contact-aside>div,.page-kicker,.example-summary-grid article,.example-steps-grid article,.example-panel,.example-hero-card>article,.profile-stats article,.app-card,.journey-item {
  background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.018));
}

.offer-card:hover,.step-card:hover,.deliverable-card:hover,.value-grid article:hover,.example-summary-grid article:hover,.example-steps-grid article:hover,.app-card:hover,.journey-item:hover {
  transform:translateY(-2px);
  transition:transform .25s ease,box-shadow .25s ease;
  box-shadow:0 22px 48px rgba(0,0,0,.2);
}

.section-light {
  background:linear-gradient(180deg,var(--light-panel),var(--light-panel-2));
}

.section-light .offer-card,.section-light .deliverable-card,.section-light .step-card,.section-light .metric-plan article,.section-light .boundary-grid>article,.section-light .profile-stats article,.section-light .example-summary-grid article,.section-light .example-steps-grid article,.section-light .example-panel,.section-light .value-grid article,.section-light .app-card,.section-light .journey-item {
  background:rgba(255,255,255,.72);
  border-color:rgba(18,32,25,.1);
  box-shadow:0 14px 28px rgba(18,32,25,.08);
}

.section-light h2,.section-light h3,.section-light strong,.section-light b,.section-light .eyebrow,.section-light .offer-label,.section-light .text-link,.section-light .price,.section-light .journey-year {
  color:#16241c;
}

.section-light p,.section-light li,.section-light span,.section-light .small-note {
  color:#526156;
}

.section-light .button.dark {
  background:#0b1b12;
  color:#fff;
}

.final-cta {
  background:linear-gradient(90deg,rgba(22,71,42,.72),rgba(10,25,17,.94));
}

.profile-photo img,.about-photo img {
  object-position:center center;
}

.profile-stats.is-four {
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.page-hero.compact {
  padding-bottom:24px;
}

.example-summary-grid,.example-steps-grid,.app-grid,.journey-grid {
  display:grid;
  gap:18px;
}

.example-summary-grid,.app-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.example-steps-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.journey-grid {
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin-top:26px;
}

.journey-item {
  padding:22px;
  border-radius:22px;
}

.journey-year {
  display:inline-flex;
  margin-bottom:14px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(100,221,122,.12);
  color:var(--lime);
  font-size:.82rem;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.app-card {
  padding:24px;
  border-radius:22px;
}

.app-card ul {
  margin:14px 0 0;
  padding-left:1rem;
  color:var(--muted);
}

.app-strip {
  margin-top:30px;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(93,213,109,.11),rgba(215,149,95,.08));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}

.app-strip h3 {
  margin-bottom:10px;
}

.app-strip p:last-child {
  margin-bottom:0;
}

.section-divider-title {
  max-width:760px;
}

.toc {
  gap:10px;
}

.toc a {
  padding-inline:13px;
}

.text-link {
  font-weight:780;
}

.visual-note {
  font-size:.94rem;
  color:var(--muted);
}

@media (max-width:1120px) {
  .journey-grid,.example-summary-grid,.example-steps-grid,.app-grid,.profile-stats.is-four {
    grid-template-columns:1fr 1fr;
  }

}

@media (max-width:760px) {
  .hero {
    gap:28px;
  }

  .journey-grid,.example-summary-grid,.example-steps-grid,.app-grid,.profile-stats.is-four {
    grid-template-columns:1fr;
  }

  .app-strip {
    padding:22px;
  }

}

.hero-copy h1 {
  font-size:clamp(2.35rem,4.1vw,4.1rem);
  max-width:10ch;
}

.hero-media .cover-picture {
  min-height:520px;
}

.media-card.compact {
  min-height:410px;
}

.media-card.compact img {
  object-position:center center;
}

.offers-section::before,.faq-section::before,.final-cta::after,.hero::after {
  content:"";
  position:absolute;
  pointer-events:none;
  background-repeat:no-repeat;
  background-size:contain;
}

.hero::after {
  left:-8%;
  bottom:2%;
  width:520px;
  height:150px;
  background-image:url('../images/deco-ai-trail-horizontal.webp');
  opacity:.16;
}

.offers-section::before {
  right:-4%;
  top:0;
  width:220px;
  height:220px;
  background-image:none;
  opacity:.1;
}

.faq-section {
  position:relative;
}

.faq-section::before {
  left:-2%;
  top:8%;
  width:170px;
  height:120px;
  background-image:url('../images/faq-ia-question.png');
  opacity:.06;
}

.final-cta::after {
  right:-26px;
  bottom:-34px;
  width:170px;
  height:140px;
  background-image:none;
  opacity:.14;
}

.faq-intro {
  position:relative;
  padding-right:12px;
}

.faq-illustration {
  width:140px;
  margin:0 0 10px;
  opacity:.92;
}

.workflow-step {
  grid-template-columns:54px 1fr;
  gap:16px;
}

.workflow-step b {
  width:54px;
  height:54px;
  font-size:1.05rem;
  font-weight:900;
  color:var(--ink);
  background:linear-gradient(135deg,var(--lime),var(--green));
  box-shadow:0 10px 20px rgba(93,213,109,.18);
}

.workflow-step h3 {
  margin-bottom:6px;
}

.hero-intro-grid {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  gap:34px;
  padding-top:34px;
}

.hero-side-visual {
  min-height:360px;
}

.article-content>.intro-callout {
  margin-bottom:26px;
}

.article-content .success-box.mt-18 {
  margin-top:24px;
}

.article-content .chapter + .success-box,.article-content .chapter + .warning-box,.article-content .chapter + .example-box {
  margin-top:24px;
}

.compare-local {
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(247,244,237,.96));
  border-color:rgba(31,79,49,.12);
}

.compare-local table {
  min-width:820px;
}

.compare-local caption {
  caption-side:top;
  padding:16px 18px 12px;
  color:#23372b;
}

.compare-local th {
  background:#e4efe5;
  color:#18452c;
}

.compare-local td {
  color:#3d4f44;
}

.compare-local tbody tr:nth-child(even) td {
  background:rgba(166,237,135,.08);
}

.about-intro-split {
  align-items:stretch;
}

.about-intro-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:0;
}

.about-mini-grid {
  margin-top:22px;
}

.about-photo {
  min-height:620px;
}

.section-light .journey-grid .journey-item,.section-light .value-grid article {
  background:rgba(255,255,255,.76);
}

@media (max-width:1120px) {
  .hero-intro-grid {
    grid-template-columns:1fr;
  }

}

@media (max-width:760px) {
  .hero-copy h1 {
    max-width:none;
  }

  .faq-illustration {
    width:120px;
  }

  .workflow-step {
    grid-template-columns:48px 1fr;
  }

  .workflow-step b {
    width:48px;
    height:48px;
  }

  .about-photo {
    min-height:480px;
  }

}

.offers-hero-grid {
  align-items:center;
}

.offers-hero-grid .page-kicker {
  margin-top:22px;
}

.offers-hero-visual {
  min-height:340px;
}

.decorative-mark {
  width:118px;
  margin:0 auto 12px;
  opacity:.92;
}

.split {
  align-items:stretch;
}

.split>*,.page-intro-grid>*,.profile-grid>*,.demo-grid>*,.hero-intro-grid>* {
  min-width:0;
}

.media-card,.hero-media,.profile-photo,.about-photo,.contact-image,.aside-image {
  width:100%;
  max-width:100%;
  overflow:hidden;
}

.media-card>.landscape-picture,.media-card>.portrait-picture,.media-card>.aside-picture,.profile-photo>picture,.about-photo>picture,.contact-image>picture,.aside-image>picture {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}

.media-card.landscape {
  min-height:380px;
}

.about-intro-split {
  grid-template-columns:.96fr 1.04fr;
  gap:36px;
}

.about-photo {
  min-height:540px;
}

.about-intro-copy {
  padding-right:8px;
}

.value-grid b,.section-light .value-grid b {
  color:var(--lime) !important;
  background:var(--ink) !important;
  font-size:1rem;
  font-weight:900;
}

.value-grid h3 {
  margin-bottom:10px;
}

.offers-hero-grid {
  grid-template-columns:1fr 360px;
  align-items:stretch;
}

.offers-hero-deco {
  position:relative;
  min-height:320px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:radial-gradient(circle at 20% 20%,rgba(93,213,109,.16),transparent 34%),radial-gradient(circle at 80% 70%,rgba(215,149,95,.14),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.018));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  overflow:hidden;
}

.offers-hero-deco img {
  position:absolute;
  max-width:none;
}

.offers-hero-deco .deco-main {
  width:92%;
  left:50%;
  top:22px;
  transform:translateX(-50%);
  opacity:.9;
}

.offers-hero-deco .deco-orbit {
  width:124px;
  right:16px;
  bottom:22px;
  opacity:.22;
}

.offers-hero-deco .deco-leaf {
  width:118px;
  left:22px;
  bottom:18px;
  opacity:.55;
}

.deco-caption {
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(6,17,11,.82);
  backdrop-filter:blur(8px);
}

.deco-caption strong,.deco-caption span {
  display:block;
}

.deco-caption span {
  margin-top:4px;
  color:#c9d6ce;
  font-size:.9rem;
}

.compare-cards {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.compare-cards article {
  padding:20px;
  border:1px solid rgba(18,32,25,.12);
  border-radius:18px;
  background:rgba(255,255,255,.6);
}

.compare-cards h3 {
  margin-bottom:12px;
  font-size:1.08rem;
  color:#1a3226;
}

.compare-cards ul {
  margin:0;
  padding-left:1rem;
}

.compare-cards li {
  color:#47594f;
  margin-bottom:8px;
}

.compare-cards li:last-child {
  margin-bottom:0;
}

.compare-cards strong {
  color:#1d3d2d;
}

@media (max-width:1120px) {
  .offers-hero-grid,.about-intro-split,.compare-cards {
    grid-template-columns:1fr;
  }

  .offers-hero-deco {
    min-height:300px;
  }

}

@media (max-width:760px) {
  .media-card.landscape {
    min-height:300px;
  }

  .about-photo {
    min-height:420px;
  }

  .compare-cards {
    grid-template-columns:1fr;
  }

  .compare-cards article {
    padding:17px;
  }

  .offers-hero-deco {
    min-height:270px;
  }

}

.contact-image,.aside-image {
  position:relative;
  isolation:isolate;
  background:linear-gradient(180deg,rgba(8,22,16,.88),rgba(10,26,18,.94));
}

.contact-image>picture,.contact-image>.aside-picture,.aside-image>picture,.aside-image>.aside-picture {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}

.contact-image img,.aside-image img {
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center;
  padding:10px;
}

.article-aside .aside-image,.contact-image {
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}

.article-aside .aside-image {
  min-height:250px;
}

.contact-image {
  min-height:280px;
}

.contact-form-card {
  position:relative;
  z-index:2;
}

.contact-aside {
  position:relative;
  z-index:1;
}

.media-card.about-photo {
  min-height:680px;
  background:linear-gradient(180deg,rgba(8,22,16,.92),rgba(10,26,18,.98));
}

.media-card.about-photo img {
  object-fit:contain !important;
  object-position:center bottom !important;
  padding:8px 8px 0;
}

.media-card.about-photo .media-note {
  left:16px;
  right:16px;
  bottom:16px;
}

.about-intro-split {
  grid-template-columns:1fr 1fr;
  align-items:start;
}

@media (max-width:1120px) {
  .media-card.about-photo {
    min-height:560px;
  }

}

@media (max-width:760px) {
  .article-aside .aside-image,.contact-image {
    min-height:220px;
  }

  .media-card.about-photo {
    min-height:460px;
  }

}

.media-card.about-photo {
  min-height:700px;
  display:grid;
  place-items:center;
}

.media-card.about-photo>picture {
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
}

.media-card.about-photo img {
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
  padding:8px 8px 0;
}

@media (max-width:1120px) {
  .media-card.about-photo {
    min-height:620px;
  }

}

@media (max-width:760px) {
  .media-card.about-photo {
    min-height:520px;
  }

}

.enhanced-section {
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.section-effect,.card-effect-overlay,.effect-inline {
  pointer-events:none;
  user-select:none;
}

.section-effect {
  position:absolute;
  opacity:.28;
  filter:drop-shadow(0 0 24px rgba(110,255,140,.16));
  z-index:0;
}

.enhanced-section>:not(.section-effect) {
  position:relative;
  z-index:1;
}

.effect-hex {
  top:18px;
  right:-120px;
  width:360px;
}

.effect-column {
  right:20px;
  bottom:-140px;
  width:180px;
  opacity:.23;
}

.effect-radar {
  top:10px;
  right:30px;
  width:230px;
  opacity:.2;
}

.contact-radar {
  top:8px;
  right:18px;
}

.effect-network {
  left:50%;
  top:22px;
  transform:translateX(-50%);
  width:min(860px,90%);
  opacity:.12;
}

.about-network {
  top:40px;
}

.top-wave {
  left:50%;
  bottom:-28px;
  transform:translateX(-50%);
  width:min(900px,90%);
  opacity:.14;
}

.app-strip-visual {
  position:relative;
  overflow:hidden;
}

.app-strip-visual .effect-wave {
  position:absolute;
  right:-6%;
  bottom:-18px;
  width:min(560px,58%);
  opacity:.48;
}

.effect-panel {
  position:relative;
  overflow:hidden;
}

.effect-panel .panel-wave {
  display:block;
  width:min(420px,100%);
  margin:14px auto 0;
  opacity:.62;
}

.contact-effect-panel .panel-column {
  display:block;
  width:100%;
  max-width:180px;
  margin:8px auto 0;
  opacity:.74;
}

.decorative-card,.decorative-aside {
  position:relative;
  overflow:hidden;
}

.card-effect-overlay {
  position:absolute;
  inset:auto;
  z-index:1;
  opacity:.42;
  mix-blend-mode:screen;
}

.radar-overlay {
  right:16px;
  bottom:8px;
  width:200px;
}

.network-overlay {
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  width:92%;
  opacity:.34;
}

.wave-overlay {
  left:50%;
  bottom:-4px;
  transform:translateX(-50%);
  width:96%;
  opacity:.42;
}

.column-overlay {
  right:10px;
  top:0;
  width:90px;
  opacity:.36;
}

.hex-overlay {
  right:12px;
  bottom:10px;
  width:160px;
  opacity:.28;
}

.offer-grid,.deliverable-grid,.value-grid,.contact-layout {
  position:relative;
  z-index:1;
}

.app-strip::before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 32%,rgba(110,255,150,.08),transparent 26%);
  pointer-events:none;
}

.final-cta.enhanced-section {
  padding-right:170px;
}

.contact-effect-panel h2 {
  font-size:1.2rem;
}

.contact-effect-panel p {
  margin-bottom:8px;
}

@media (max-width:1120px) {
  .effect-hex {
    width:260px;
    right:-80px;
  }

  .effect-radar,.contact-radar {
    width:180px;
  }

  .final-cta.enhanced-section {
    padding-right:34px;
  }

  .app-strip-visual .effect-wave {
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:16px;
  }

}

@media (max-width:760px) {
  .section-effect {
    opacity:.16;
  }

  .effect-hex,.effect-radar,.contact-radar,.effect-column {
    width:140px;
  }

  .network-overlay,.wave-overlay {
    width:100%;
  }

  .column-overlay {
    width:64px;
  }

  .hex-overlay {
    width:120px;
  }

  .radar-overlay {
    width:140px;
  }

}

.offers-section .effect-hex {
  width:280px;
  right:-120px;
  top:34px;
  opacity:.09;
}

.section-effect {
  opacity:.18;
}

.effect-column {
  opacity:.16;
}

.effect-network {
  opacity:.09;
}

.effect-radar {
  opacity:.14;
}

.app-strip-visual .effect-wave {
  opacity:.24;
  right:-10%;
  width:min(520px,52%);
}

.offer-card,.offer-detail,.effect-panel,.contact-aside>div,.article-aside>div {
  backdrop-filter:blur(4px);
}

.offers-hero-deco {
  min-height:250px;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
}

.offers-hero-deco .subtle-network {
  width:88%;
  left:50%;
  top:18px;
  transform:translateX(-50%);
  opacity:.28;
}

.offers-hero-deco .deco-caption {
  max-width:320px;
  left:22px;
  right:22px;
  bottom:22px;
  background:rgba(6,17,11,.74);
}

.offers-hero-deco .deco-caption em {
  display:block;
  margin-top:8px;
  color:#9ed9ad;
  font-style:normal;
  font-size:.82rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.effect-panel-compact .panel-radar {
  display:block;
  width:92px;
  margin:16px auto 0;
  opacity:.46;
}

.article-aside .usage-visual {
  min-height:420px;
  background:linear-gradient(180deg,rgba(8,22,16,.88),rgba(10,26,18,.96));
}

.article-aside .usage-visual .aside-picture img {
  object-fit:cover !important;
  object-position:center center;
  padding:0;
}

.article-aside .usage-visual .usage-column {
  width:92px;
  right:8px;
  top:0;
  opacity:.28;
}

.effect-panel.contact-effect-panel {
  min-height:auto;
  padding-bottom:16px;
}

.contact-effect-panel .small-contact-radar {
  display:block;
  width:96px;
  margin:14px auto 0;
  opacity:.42;
}

.contact-image .hex-overlay {
  width:118px;
  opacity:.18;
}

.card-effect-overlay {
  opacity:.26;
}

.wave-overlay {
  opacity:.24;
}

.network-overlay {
  opacity:.18;
}

.radar-overlay {
  opacity:.22;
}

@media (max-width:1120px) {
  .article-aside .usage-visual {
    min-height:340px;
  }

  .offers-hero-deco {
    min-height:230px;
  }

}

@media (max-width:760px) {
  .article-aside .usage-visual {
    min-height:280px;
  }

  .offers-hero-deco {
    min-height:210px;
  }

  .offers-section .effect-hex {
    width:180px;
    right:-80px;
  }

  .contact-effect-panel .small-contact-radar,.effect-panel-compact .panel-radar {
    width:72px;
  }

}

.offers-section::before {
  right:18px;
  top:22px;
  width:126px;
  height:126px;
  opacity:.08;
}

.section-divider-visual {
  position:relative;
  width:min(1180px,calc(100vw - 40px));
  margin:8px auto 22px;
  min-height:78px;
  overflow:hidden;
  pointer-events:none;
}

.section-divider-visual img {
  display:block;
  max-width:none;
}

.section-divider-visual .divider-trail {
  width:min(860px,92%);
  margin:0 auto;
  opacity:.13;
}

.section-divider-visual .divider-wave {
  position:absolute;
  left:50%;
  top:8px;
  transform:translateX(-50%);
  width:min(500px,66%);
  opacity:.18;
}

.section-divider-visual .divider-network {
  position:absolute;
  left:50%;
  top:-12px;
  transform:translateX(-50%);
  width:min(460px,60%);
  opacity:.12;
}

.compact-divider {
  min-height:70px;
  margin-top:2px;
}

.top-wave {
  left:50%;
  bottom:-6px;
  transform:translateX(-50%);
  width:min(700px,72%);
  opacity:.18;
}

.offers-hero-deco {
  min-height:238px;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.014));
}

.offers-hero-deco .hero-trail {
  position:absolute;
  left:50%;
  top:28px;
  transform:translateX(-50%);
  width:88%;
  max-width:none;
  opacity:.23;
}

.offers-hero-deco .hero-wave-soft {
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  width:78%;
  opacity:.14;
}

.offers-hero-deco .deco-caption {
  max-width:340px;
  left:18px;
  right:18px;
  bottom:18px;
}

.effect-panel-compact .panel-column {
  display:block;
  width:78px;
  height:auto;
  margin:18px auto 0;
  opacity:.48;
}

.contact-effect-panel .small-contact-radar {
  display:block;
  width:104px;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:contain;
  margin:16px auto 0;
  opacity:.4;
}

.app-strip-visual .effect-wave {
  opacity:.16;
  width:min(480px,48%);
}

.effect-network {
  opacity:.07;
}

.effect-radar {
  opacity:.12;
}

.effect-column {
  opacity:.12;
}

.card-effect-overlay {
  opacity:.2;
}

@media (max-width:760px) {
  .section-divider-visual {
    min-height:54px;
    margin-bottom:16px;
  }

  .section-divider-visual .divider-trail {
    width:96%;
  }

  .top-wave {
    width:min(420px,88%);
  }

  .offers-hero-deco {
    min-height:214px;
  }

  .effect-panel-compact .panel-column {
    width:64px;
  }

  .contact-effect-panel .small-contact-radar {
    width:82px;
  }

}

.offers-hero-visuals .top-wave {
  bottom:12px;
  width:min(760px,76%);
  opacity:.22;
}

.offers-hero-deco {
  min-height:250px;
}

.offers-hero-deco .hero-trail {
  top:50%;
  transform:translate(-50%,-50%);
  width:92%;
  opacity:.28;
}

.offers-hero-deco .deco-caption {
  background:rgba(6,17,11,.78);
}

.effect-panel-compact .panel-column {
  width:138px;
  margin-top:14px;
  opacity:.62;
}

.article-aside .usage-visual {
  min-height:540px;
}

.article-aside .usage-visual .usage-column {
  width:170px;
  right:4px;
  top:4px;
  opacity:.46;
}

.contact-effect-panel .small-contact-radar {
  width:190px;
  margin-top:10px;
  opacity:.62;
}

.section-divider-visual {
  margin:8px auto 28px;
}

.section-divider-visual .divider-trail {
  width:min(980px,96%);
  opacity:.16;
}

.section-divider-visual .divider-wave {
  width:min(620px,72%);
  opacity:.22;
}

.section-divider-visual .divider-network {
  width:min(560px,68%);
  opacity:.16;
}

@media (max-width:1120px) {
  .article-aside .usage-visual {
    min-height:420px;
  }

  .article-aside .usage-visual .usage-column {
    width:132px;
  }

  .contact-effect-panel .small-contact-radar {
    width:150px;
  }

}

@media (max-width:760px) {
  .effect-panel-compact .panel-column {
    width:96px;
  }

  .article-aside .usage-visual {
    min-height:320px;
  }

  .article-aside .usage-visual .usage-column {
    width:96px;
  }

  .contact-effect-panel .small-contact-radar {
    width:112px;
  }

  .section-divider-visual .divider-wave {
    width:min(420px,86%);
  }

  .section-divider-visual .divider-network {
    width:min(380px,82%);
  }

}

.section-divider-visual {
  min-height:34px;
  margin:2px auto 12px;
}

.section-divider-visual .divider-trail {
  width:min(980px,96%);
  opacity:.22;
}

.section-divider-visual .divider-wave {
  top:-4px;
  width:min(580px,68%);
  opacity:.3;
}

.section-divider-visual .divider-network {
  top:-8px;
  width:min(560px,66%);
  opacity:.24;
}

.offers-section::before {
  right:10px;
  top:-14px;
  width:260px;
  height:260px;
  opacity:.16;
}

.offers-hero-visuals .top-wave {
  bottom:12px;
  width:min(780px,78%);
  opacity:.26;
}

.offers-hero-deco {
  min-height:238px;
}

.offers-hero-deco .hero-trail {
  top:50%;
  transform:translate(-50%,-50%);
  width:94%;
  opacity:.34;
}

.offers-hero-deco .deco-caption {
  max-width:340px;
}

.effect-panel-compact {
  min-height:560px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

.effect-panel-compact .panel-column {
  width:190px;
  height:auto;
  margin:18px auto 0;
  opacity:.72;
  transform:scaleY(2.6);
  transform-origin:top center;
}

.article-aside .usage-visual {
  min-height:250px;
}

.article-aside .usage-visual .aside-picture img {
  object-fit:cover !important;
  object-position:center center;
  padding:0;
}

.article-content #choisir {
  margin-top:18px;
}

.article-content .intro-callout {
  margin-bottom:22px;
}

.contact-effect-panel .small-contact-radar {
  width:240px;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:contain;
  margin:16px auto 0;
  opacity:.68;
}

.network-large {
  width:236px;
  max-width:100%;
}

.local-privacy-stack {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  min-height:620px;
  padding-bottom:12px;
}

.local-privacy-stack>picture,.local-privacy-stack>.aside-picture {
  position:relative;
  inset:auto;
  width:100%;
  height:250px;
  flex:0 0 auto;
}

.local-privacy-stack .aside-picture img {
  object-fit:cover !important;
  object-position:center center;
  padding:0;
}

.local-column-long {
  width:165px;
  height:auto;
  opacity:.56;
  transform:scaleY(2.7);
  transform-origin:top center;
  margin-top:8px;
}

@media (max-width:1120px) {
  .effect-panel-compact {
    min-height:430px;
  }

  .effect-panel-compact .panel-column {
    width:150px;
    transform:scaleY(2.2);
  }

  .local-privacy-stack {
    min-height:500px;
  }

  .local-column-long {
    width:140px;
    transform:scaleY(2.2);
  }

  .contact-effect-panel .small-contact-radar {
    width:190px;
  }

}

@media (max-width:760px) {
  .section-divider-visual {
    min-height:24px;
    margin-bottom:8px;
  }

  .section-divider-visual .divider-wave {
    width:min(400px,84%);
  }

  .section-divider-visual .divider-network {
    width:min(360px,82%);
  }

  .effect-panel-compact {
    min-height:300px;
  }

  .effect-panel-compact .panel-column {
    width:102px;
    transform:scaleY(1.9);
  }

  .local-privacy-stack {
    min-height:360px;
  }

  .local-column-long {
    width:96px;
    transform:scaleY(1.9);
  }

  .contact-effect-panel .small-contact-radar {
    width:124px;
  }

  .offers-section::before {
    width:180px;
    height:180px;
    top:-6px;
  }

}

.offers-section::before {
  display:none;
}

.final-cta {
  grid-template-columns:1fr auto 260px;
  display:grid;
  align-items:center;
}

.cta-visual {
  position:relative;
  min-height:150px;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.018));
  border:1px solid rgba(255,255,255,.08);
}

.cta-visual img {
  position:absolute;
  display:block;
  max-width:none;
}

.cta-visual .cta-wave {
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:95%;
  opacity:.46;
}

.cta-visual .cta-network {
  left:50%;
  top:10px;
  transform:translateX(-50%);
  width:88%;
  opacity:.22;
}

.offers-hero-visuals .top-wave {
  left:12%;
  transform:none;
  width:min(640px,62%);
  opacity:.28;
}

.offers-hero-deco {
  min-height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.offers-hero-deco .hero-leaf {
  position:absolute;
  left:36px;
  top:50%;
  transform:translateY(-50%) scale(2.1);
  opacity:1;
  width:180px;
  max-width:none;
}

.offers-hero-deco .deco-caption {
  left:auto;
  right:18px;
  width:calc(100% - 190px);
  max-width:320px;
}

.mini-divider {
  margin-top:10px;
  margin-bottom:4px;
  height:42px;
  overflow:hidden;
  position:relative;
}

.mini-divider img {
  display:block;
  width:min(80%,520px);
  height:auto;
  margin:0 auto;
  opacity:.8;
}

.section-divider-visual {
  min-height:20px;
  margin:2px auto 10px;
}

.section-divider-visual .solo-wave {
  display:block;
  width:min(620px,74%);
  margin:-6px auto 0;
  opacity:1;
}

.usages-wave-divider .solo-wave,.ia-wave-divider .solo-wave,.offers-wave-divider .solo-wave {
  width:min(560px,70%);
}

.article-content #choisir {
  margin-top:10px;
}

.article-content .intro-callout {
  margin-bottom:12px;
}

.effect-panel-compact {
  min-height:880px;
}

.effect-panel-compact .panel-column {
  width:220px;
  transform:none;
  height:auto;
  margin:20px auto 0;
  opacity:.95;
}

.network-large {
  width:360px;
  max-width:100%;
  margin:0 auto 14px;
  display:block;
}

.local-privacy-stack {
  min-height:760px;
  gap:16px;
}

.local-privacy-stack>.aside-picture {
  height:250px;
}

.local-hex-long {
  width:250px;
  height:auto;
  opacity:1;
  margin-top:10px;
}

.contact-effect-panel.radar-only {
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-effect-panel .small-contact-radar {
  width:330px;
  max-width:100%;
  margin:0 auto;
  opacity:1;
}

@media (max-width:1120px) {
  .final-cta {
    grid-template-columns:1fr;
  }

  .cta-visual {
    min-height:120px;
  }

  .offers-hero-deco .hero-leaf {
    transform:translateY(-50%) scale(1.8);
    left:18px;
  }

  .offers-hero-deco .deco-caption {
    width:calc(100% - 150px);
  }

  .effect-panel-compact {
    min-height:700px;
  }

  .local-privacy-stack {
    min-height:620px;
  }

  .contact-effect-panel.radar-only {
    min-height:320px;
  }

  .contact-effect-panel .small-contact-radar {
    width:250px;
  }

}

@media (max-width:760px) {
  .section-divider-visual {
    min-height:12px;
    margin-bottom:6px;
  }

  .section-divider-visual .solo-wave {
    width:min(380px,88%);
  }

  .mini-divider {
    height:30px;
  }

  .mini-divider img {
    width:88%;
  }

  .offers-hero-deco {
    min-height:220px;
  }

  .offers-hero-deco .hero-leaf {
    left:8px;
    transform:translateY(-50%) scale(1.4);
    width:130px;
  }

  .offers-hero-deco .deco-caption {
    width:calc(100% - 118px);
    right:10px;
  }

  .effect-panel-compact {
    min-height:520px;
  }

  .effect-panel-compact .panel-column {
    width:130px;
  }

  .network-large {
    width:220px;
  }

  .local-privacy-stack {
    min-height:460px;
  }

  .local-hex-long {
    width:150px;
  }

  .contact-effect-panel.radar-only {
    min-height:220px;
  }

  .contact-effect-panel .small-contact-radar {
    width:170px;
  }

}

.final-cta,.final-cta.split-cta {
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.final-cta>:first-child {
  flex:1 1 auto;
}

.final-cta>.button {
  flex:0 0 auto;
  margin-left:auto;
}

.final-cta .cta-visual {
  display:none !important;
}

body .final-cta.enhanced-section::after {
  display:none;
}

.offers-hero-deco {
  min-height:280px;
  overflow:hidden;
}

.offers-hero-deco .hero-leaf {
  left:80px;
  top:50%;
  transform:translateY(-50%) scale(2.25);
  width:180px;
  opacity:1;
}

.offers-hero-deco .deco-caption {
  right:24px;
  bottom:22px;
  left:auto;
  width:220px;
  max-width:220px;
  padding:18px 18px 20px;
}

.offers-hero-visuals .top-wave {
  left:0;
  transform:none;
  width:min(640px,58%);
}

.offers-network-divider {
  height:56px;
  margin-top:12px;
  margin-bottom:0;
}

.offers-network-divider img {
  width:min(80%,760px);
  opacity:.92;
}

.section-divider-visual {
  min-height:18px !important;
  margin:2px auto 8px !important;
}

.section-divider-visual .solo-wave {
  width:min(560px,70%);
  margin:-12px auto 0;
  opacity:.95;
}

.tall-column-panel {
  min-height:1880px !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.tall-column-panel .panel-column {
  width:360px !important;
  max-width:100%;
  height:auto;
  margin:28px auto 0;
  opacity:1;
  transform:scaleY(5.2);
  transform-origin:top center;
}

.article-content #choisir {
  margin-top:6px !important;
}

.article-content .intro-callout {
  margin-bottom:8px !important;
}

.local-question-card {
  text-align:center;
}

.local-question-card .network-large {
  display:block;
  width:440px;
  max-width:100%;
  margin:0 auto 18px;
}

.local-privacy-stack {
  min-height:860px;
  gap:18px;
}

.local-privacy-stack>.aside-picture {
  height:270px;
}

.local-hex-long {
  width:340px;
  max-width:100%;
  opacity:1;
  margin:12px auto 0;
}

.contact-effect-panel.radar-only {
  min-height:300px;
  padding:22px;
}

.contact-effect-panel .small-contact-radar {
  width:250px;
  max-width:100%;
}

@media (max-width:1120px) {
  .tall-column-panel {
    min-height:1500px !important;
  }

  .tall-column-panel .panel-column {
    width:300px !important;
    transform:scaleY(4.4);
  }

  .local-question-card .network-large {
    width:340px;
  }

  .local-privacy-stack {
    min-height:700px;
  }

  .local-hex-long {
    width:260px;
  }

  .contact-effect-panel.radar-only {
    min-height:240px;
  }

  .contact-effect-panel .small-contact-radar {
    width:210px;
  }

}

@media (max-width:760px) {
  .final-cta,.final-cta.split-cta {
    flex-direction:column;
    align-items:flex-start;
  }

  .final-cta>.button {
    margin-left:0;
  }

  .offers-hero-deco {
    min-height:240px;
  }

  .offers-hero-deco .hero-leaf {
    left:48px;
    transform:translateY(-50%) scale(1.6);
    width:140px;
  }

  .offers-hero-deco .deco-caption {
    width:190px;
    max-width:190px;
    right:14px;
    bottom:14px;
  }

  .section-divider-visual .solo-wave {
    width:min(360px,86%);
  }

  .tall-column-panel {
    min-height:980px !important;
  }

  .tall-column-panel .panel-column {
    width:180px !important;
    transform:scaleY(3.2);
  }

  .local-question-card .network-large {
    width:230px;
  }

  .local-privacy-stack {
    min-height:500px;
  }

  .local-hex-long {
    width:180px;
  }

  .contact-effect-panel.radar-only {
    min-height:180px;
  }

  .contact-effect-panel .small-contact-radar {
    width:150px;
  }

}

.final-cta.clean-cta,.final-cta.split-cta,.final-cta.enhanced-section.clean-cta {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:32px !important;
}

.final-cta.clean-cta>.button,.final-cta.split-cta>.button {
  grid-column:2 !important;
  justify-self:end !important;
  margin:0 !important;
}

.final-cta.clean-cta::after,.final-cta.split-cta::after {
  display:none !important;
}

.offers-hero-deco {
  display:grid !important;
  grid-template-rows:minmax(170px,1fr) auto !important;
  align-items:stretch !important;
  min-height:420px !important;
  padding:18px !important;
  overflow:hidden !important;
}

.offers-leaf-zone {
  display:grid;
  place-items:center;
  min-height:250px;
  overflow:hidden;
}

.offers-leaf-zone .hero-leaf {
  position:static !important;
  width:230px !important;
  height:auto !important;
  max-width:82% !important;
  transform:none !important;
  opacity:1 !important;
  object-fit:contain !important;
}

.offers-hero-deco .deco-caption {
  position:static !important;
  width:100% !important;
  max-width:none !important;
  padding:17px 18px !important;
  margin:0 !important;
  background:rgba(5,15,10,.9) !important;
}

.offers-network-divider {
  height:118px !important;
  margin:8px 0 0 !important;
  overflow:hidden !important;
}

.offers-network-divider img {
  display:block !important;
  width:80% !important;
  height:100% !important;
  object-fit:contain !important;
  margin:0 auto !important;
  opacity:1 !important;
}

.offers-wave-divider,.usages-wave-divider,.ia-wave-divider {
  min-height:42px !important;
  height:42px !important;
  margin:0 auto 8px !important;
  overflow:hidden !important;
}

.offers-wave-divider .solo-wave,.usages-wave-divider .solo-wave,.ia-wave-divider .solo-wave {
  position:static !important;
  display:block !important;
  width:min(650px,74%) !important;
  height:42px !important;
  object-fit:cover !important;
  margin:0 auto !important;
  transform:none !important;
  opacity:1 !important;
}

.tall-column-panel {
  min-height:2920px !important;
  padding:22px 18px 28px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  overflow:hidden !important;
}

.tall-column-panel .panel-column {
  display:block !important;
  flex:0 0 auto !important;
  width:360px !important;
  height:2600px !important;
  max-width:100% !important;
  object-fit:contain !important;
  margin:28px auto 0 !important;
  transform:none !important;
  opacity:1 !important;
}

.article-aside .usage-visual {
  min-height:250px !important;
}

.article-content #choisir {
  margin-top:8px !important;
}

.article-content .intro-callout {
  margin-bottom:10px !important;
}

.local-question-card {
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
}

.local-question-card .network-large {
  display:block !important;
  width:100% !important;
  max-width:360px !important;
  height:auto !important;
  margin:0 auto 16px !important;
  object-fit:contain !important;
}

.local-privacy-stack {
  min-height:820px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:20px !important;
  padding-bottom:24px !important;
}

.local-privacy-stack>.aside-picture {
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:270px !important;
  flex:0 0 auto !important;
}

.local-hex-long {
  display:block !important;
  width:440px !important;
  height:440px !important;
  max-width:100% !important;
  object-fit:contain !important;
  margin:10px auto 0 !important;
  opacity:1 !important;
}

.contact-effect-panel.radar-only.radar-compact {
  min-height:230px !important;
  height:230px !important;
  padding:18px !important;
  display:grid !important;
  place-items:center !important;
  overflow:hidden !important;
}

.contact-effect-panel.radar-only.radar-compact .small-contact-radar {
  display:block !important;
  width:185px !important;
  height:185px !important;
  max-width:100% !important;
  object-fit:contain !important;
  margin:0 !important;
  opacity:1 !important;
}

@media (max-width:1120px) {
  .offers-hero-deco {
    min-height:380px !important;
  }

  .tall-column-panel {
    min-height:2250px !important;
  }

  .tall-column-panel .panel-column {
    width:300px !important;
    height:2000px !important;
  }

  .local-privacy-stack {
    min-height:700px !important;
  }

  .local-hex-long {
    width:360px !important;
    height:360px !important;
  }

}

@media (max-width:760px) {
  .final-cta.clean-cta,.final-cta.split-cta,.final-cta.enhanced-section.clean-cta {
    grid-template-columns:1fr !important;
  }

  .final-cta.clean-cta>.button,.final-cta.split-cta>.button {
    grid-column:1 !important;
    justify-self:start !important;
  }

  .offers-hero-deco {
    min-height:340px !important;
  }

  .offers-leaf-zone {
    min-height:200px;
  }

  .offers-leaf-zone .hero-leaf {
    width:190px !important;
  }

  .offers-network-divider {
    height:84px !important;
  }

  .tall-column-panel {
    min-height:1120px !important;
  }

  .tall-column-panel .panel-column {
    width:190px !important;
    height:900px !important;
  }

  .local-question-card .network-large {
    max-width:250px !important;
  }

  .local-privacy-stack {
    min-height:560px !important;
  }

  .local-privacy-stack>.aside-picture {
    height:220px !important;
  }

  .local-hex-long {
    width:260px !important;
    height:260px !important;
  }

  .contact-effect-panel.radar-only.radar-compact {
    min-height:175px !important;
    height:175px !important;
  }

  .contact-effect-panel.radar-only.radar-compact .small-contact-radar {
    width:135px !important;
    height:135px !important;
  }

}

.final-cta.clean-cta,.offers-final-cta,.example-final-cta {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  padding:38px;
}

.final-cta.clean-cta>.button,.offers-final-cta>.button,.example-final-cta>.button {
  justify-self:end;
  margin-left:0 !important;
}

.final-cta.clean-cta::after,.offers-final-cta::after,.example-final-cta::after {
  display:none !important;
}

.clean-cta.enhanced-section {
  padding-right:38px !important;
}

.clean-cta.enhanced-section .cta-visual {
  display:none !important;
}

.offers-hero-visuals {
  position:relative;
  overflow:hidden;
}

.offers-hero-visuals .top-wave {
  left:2%;
  right:auto;
  top:58px;
  bottom:auto;
  width:min(600px,55%);
  opacity:.18;
  z-index:0;
}

.offers-hero-grid {
  position:relative;
  z-index:1;
}

.offers-hero-deco {
  min-height:310px !important;
  border:1px solid rgba(255,255,255,.10);
  background:radial-gradient(circle at 20% 20%,rgba(93,213,109,.12),transparent 34%),radial-gradient(circle at 80% 70%,rgba(215,149,95,.10),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.018));
}

.offers-hero-deco .offers-leaf-zone {
  position:absolute;
  inset:0;
}

.offers-hero-deco .hero-leaf {
  position:absolute;
  left:54px;
  top:50%;
  transform:translateY(-50%) scale(2.15);
  width:132px;
  height:auto;
  opacity:1;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.22));
}

.offers-hero-deco .deco-caption {
  left:auto !important;
  right:22px !important;
  bottom:22px !important;
  width:230px !important;
  max-width:230px !important;
  background:rgba(6,17,11,.80);
}

.offers-wave-divider {
  display:none !important;
}

.offers-network-divider {
  height:78px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:8px 0 18px !important;
}

.offers-network-divider img {
  width:min(82%,760px) !important;
  opacity:.80;
  display:block;
}

.table-wrap {
  overflow-x:visible !important;
  padding:10px;
}

.table-wrap table {
  width:100%;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0;
}

.table-wrap caption {
  padding:10px 14px 14px;
  text-align:left;
}

.table-wrap th,.table-wrap td {
  white-space:normal;
  word-break:break-word;
  font-size:.92rem;
  line-height:1.35;
  vertical-align:top;
  padding:14px 12px;
}

.table-wrap thead th:first-child,.table-wrap tbody th[scope="row"] {
  width:18%;
}

.section-divider-visual {
  min-height:18px !important;
  margin:2px auto 10px !important;
}

.section-divider-visual .solo-wave,.section-divider-visual .solo-trail {
  display:block;
  margin:0 auto;
}

.section-divider-visual .solo-wave {
  width:min(520px,68%);
  opacity:.26;
}

.section-divider-visual .solo-trail {
  width:min(720px,88%);
  opacity:.22;
}

.usages-wave-before-rule {
  margin-bottom:12px !important;
}

.tall-column-panel {
  min-height:2650px !important;
  padding-bottom:24px;
}

.tall-column-panel .column-visual-link {
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none;
  margin-top:18px;
}

.tall-column-panel .panel-column {
  display:block;
  width:430px !important;
  max-width:100%;
  height:3050px !important;
  margin:0 auto;
  object-fit:contain;
  object-position:top center;
  opacity:1;
}

.ia-trail-divider {
  margin-bottom:12px !important;
}

.local-question-card {
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.local-question-card .network-large {
  display:block;
  width:320px;
  max-width:100%;
  margin:0 auto 16px !important;
}

.local-privacy-stack {
  min-height:700px !important;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.local-privacy-stack>.aside-picture {
  width:100%;
  height:250px !important;
}

.local-hex-long {
  display:block;
  width:360px;
  max-width:100%;
  height:auto;
  margin:8px auto 0;
  opacity:1;
}

.contact-layout {
  grid-template-columns:1.2fr 0.8fr !important;
  gap:28px;
}

.contact-effect-panel.radar-only,.contact-effect-panel.radar-compact {
  min-height:220px !important;
  padding:18px !important;
}

.contact-effect-panel .small-contact-radar {
  width:200px !important;
  height:auto !important;
}

@media (max-width:1120px) {
  .clean-cta.enhanced-section,.offers-final-cta,.example-final-cta {
    grid-template-columns:1fr auto;
  }

  .tall-column-panel {
    min-height:2250px !important;
  }

  .tall-column-panel .panel-column {
    width:360px !important;
    height:2550px !important;
  }

  .local-question-card .network-large {
    width:280px;
  }

  .local-hex-long {
    width:300px;
  }

}

@media (max-width:760px) {
  .final-cta.clean-cta,.offers-final-cta,.example-final-cta {
    grid-template-columns:1fr;
  }

  .final-cta.clean-cta>.button,.offers-final-cta>.button,.example-final-cta>.button {
    justify-self:start;
  }

  .offers-hero-visuals .top-wave {
    width:min(360px,80%);
    top:76px;
    opacity:.14;
  }

  .offers-hero-deco {
    min-height:290px !important;
  }

  .offers-hero-deco .hero-leaf {
    left:28px;
    transform:translateY(-50%) scale(1.6);
    width:108px;
  }

  .offers-hero-deco .deco-caption {
    width:190px !important;
    max-width:190px !important;
    right:14px !important;
  }

  .table-wrap {
    overflow-x:auto !important;
  }

  .tall-column-panel {
    min-height:1700px !important;
  }

  .tall-column-panel .panel-column {
    width:250px !important;
    height:1750px !important;
  }

  .local-privacy-stack {
    min-height:520px !important;
  }

  .local-hex-long {
    width:210px;
  }

  .contact-layout {
    grid-template-columns:1fr !important;
  }

}

.contact-layout {
  grid-template-columns:1.3fr .7fr !important;
}

.offers-hero-deco .hero-leaf {
  width:150px;
  left:38px;
  transform:translateY(-50%) scale(1.7);
  image-rendering:auto;
}

@media (max-width:760px) {
  .table-wrap {
    overflow:visible !important;
    padding:8px !important;
    border:0;
    background:transparent;
  }

  .table-wrap table,.table-wrap tbody,.table-wrap tr,.table-wrap th,.table-wrap td {
    display:block;
    width:100% !important;
  }

  .table-wrap thead {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
    border:0;
  }

  .table-wrap caption {
    display:block;
    padding:14px 4px 16px;
    font-size:1rem;
    line-height:1.35;
  }

  .table-wrap tbody tr {
    margin-bottom:14px;
    padding:15px;
    border:1px solid rgba(18,32,25,.14);
    border-radius:16px;
    background:rgba(255,255,255,.72);
    box-shadow:0 10px 24px rgba(18,32,25,.07);
  }

  .table-wrap tbody th[scope="row"] {
    padding:0 0 11px;
    margin-bottom:9px;
    border-bottom:1px solid rgba(18,32,25,.12);
    color:#163422;
    font-size:1rem;
  }

  .table-wrap tbody td {
    display:grid;
    grid-template-columns:minmax(92px,36%) 1fr;
    gap:10px;
    padding:8px 0;
    border:0;
    color:#435449;
    font-size:.9rem;
  }

  .table-wrap tbody td::before {
    color:#1c3a29;
    font-weight:800;
  }

  .table-wrap tbody td:nth-of-type(1)::before {
    content:"L’Étincelle";
  }

  .table-wrap tbody td:nth-of-type(2)::before {
    content:"La Forge";
  }

  .table-wrap tbody td:nth-of-type(3)::before {
    content:"L’Atelier";
  }

}

.local-privacy-stack {
  min-height:1160px !important;
}

.local-hex-pair {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
  width:100%;
  margin-top:8px;
}

.local-hex-pair .local-hex-item {
  display:block;
  width:350px;
  max-width:100%;
  height:auto;
  opacity:1;
}

.local-hex-pair .local-hex-item.rotated {
  width:370px;
}

@media (max-width:1120px) {
  .contact-layout {
    grid-template-columns:1.2fr .8fr !important;
  }

  .local-privacy-stack {
    min-height:920px !important;
  }

  .local-hex-pair .local-hex-item {
    width:290px;
  }

  .local-hex-pair .local-hex-item.rotated {
    width:305px;
  }

}

@media (max-width:760px) {
  .contact-layout {
    grid-template-columns:1fr !important;
  }

  .offers-hero-deco .hero-leaf {
    width:118px;
    left:18px;
    transform:translateY(-50%) scale(1.35);
  }

  .local-privacy-stack {
    min-height:690px !important;
  }

  .local-hex-pair {
    gap:12px;
  }

  .local-hex-pair .local-hex-item {
    width:205px;
  }

  .local-hex-pair .local-hex-item.rotated {
    width:215px;
  }

}

.boundary-grid-spaced {
  margin-top:18px
}

/* Page-specific layout refinements */ .ia-trail-divider {
  margin-top:0 !important;
  margin-bottom:2px !important;
  min-height:8px !important
}

.ia-trail-divider .solo-trail {
  opacity:1 !important;
  width:min(760px,88%) !important;
  display:block;
  margin:0 auto
}

.local-question-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.local-question-card .network-large {
  width:320px !important;
  max-width:100%;
  height:auto !important;
  display:block;
  margin:0 auto 8px !important
}

.local-privacy-stack {
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:18px !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  padding:0 0 24px !important
}

.local-privacy-stack .aside-picture {
  position:relative !important;
  inset:auto !important;
  display:block !important;
  width:100% !important;
  height:250px !important;
  flex:0 0 250px !important;
  overflow:hidden !important;
  border-radius:18px 18px 0 0;
  margin:0 0 8px !important
}

.local-hex-pair {
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:18px !important;
  margin:0 !important;
  padding:0 18px !important;
  flex:0 0 auto !important;
  text-decoration:none !important;
  cursor:pointer
}

.local-hex-item {
  display:block !important;
  width:280px !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  margin:0 auto !important;
  opacity:1 !important;
  transform:none !important
}

.local-hex-item.local-hex-flipped {
  transform:rotate(180deg) !important
}

@media (max-width:760px) {
  .ia-trail-divider {
    margin-bottom:2px !important
  }

  .ia-trail-divider .solo-trail {
    width:min(520px,94%) !important;
    opacity:1 !important
  }

  .local-question-card .network-large {
    width:240px !important;
    margin:0 auto 6px !important
  }

  .local-privacy-stack {
    gap:14px !important;
    padding-bottom:18px !important
  }

  .local-privacy-stack .aside-picture {
    height:220px !important;
    flex-basis:220px !important
  }

  .local-hex-pair {
    gap:14px !important;
    padding-inline:14px !important
  }

  .local-hex-item {
    width:220px !important
  }

}

.offers-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,430px);
  gap:36px;
  align-items:stretch
}

.offers-copy {
  position:relative;
  z-index:1
}

.offers-hero-visuals {
  position:relative;
  overflow:hidden
}

.offers-hero-visuals .top-wave {
  left:18px !important;
  top:72px !important;
  right:auto !important;
  bottom:auto !important;
  width:min(520px,54%) !important;
  opacity:.17 !important;
  z-index:0
}

.offers-hero-deco {
  min-height:360px !important;
  display:grid !important;
  grid-template-rows:minmax(150px,.9fr) auto;
  align-items:center;
  justify-items:center;
  gap:18px;
  padding:28px 26px 26px !important;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.10);
  background:radial-gradient(circle at 50% 27%,rgba(132,244,135,.16),transparent 26%),radial-gradient(circle at 80% 16%,rgba(255,255,255,.04),transparent 20%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 45px rgba(0,0,0,.16)
}

.offers-hero-deco .offers-leaf-zone {
  position:relative !important;
  inset:auto !important;
  display:grid;
  place-items:center;
  width:100%;
  min-height:170px
}

.offers-hero-deco .hero-leaf {
  position:static !important;
  display:block;
  width:278px !important;
  max-width:88%;
  height:auto !important;
  transform:none !important;
  opacity:1 !important;
  filter:drop-shadow(0 14px 28px rgba(108,233,122,.22))
}

.offers-hero-deco .deco-caption {
  position:static !important;
  inset:auto !important;
  width:min(300px,100%) !important;
  max-width:min(300px,100%) !important;
  padding:21px 22px 20px !important;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(3,13,9,.88) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
  text-align:left
}

.offers-hero-deco .deco-caption strong,.offers-hero-deco .deco-caption span,.offers-hero-deco .deco-caption em {
  display:block
}

.offers-hero-deco .deco-caption strong {
  margin-bottom:10px;
  font-size:1rem
}

.offers-hero-deco .deco-caption span {
  margin-bottom:12px;
  line-height:1.55
}

.offers-hero-deco .deco-caption em {
  margin-top:0 !important;
  color:#9dd9ab;
  font-style:normal;
  letter-spacing:.045em;
  line-height:1.55;
  font-size:.78rem
}

.offers-list-section {
  padding-top:46px !important;
  padding-bottom:0 !important
}

.offer-note {
  margin:16px 0 0 !important;
  padding:16px 20px !important
}

.offers-network-bridge {
  width:min(1180px,calc(100vw - 40px));
  min-height:128px;
  margin:22px auto 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  pointer-events:none
}

.offers-network-bridge img {
  display:block;
  width:min(560px,62vw);
  height:auto;
  opacity:.82;
  margin:0 auto
}

.offers-definition-section {
  padding-top:4px !important;
  padding-bottom:54px !important
}

.offers-definition-section .definition-panel {
  margin-top:0 !important
}

@media (max-width:1120px) {
  .offers-hero-grid {
    grid-template-columns:1fr
  }

  .offers-hero-deco {
    min-height:330px !important
  }

  .offers-hero-deco .hero-leaf {
    width:190px !important
  }

  .offers-network-bridge {
    min-height:112px;
    margin:20px auto 24px
  }

  .offers-network-bridge img {
    width:min(500px,74vw)
  }

}

@media (max-width:760px) {
  .offers-hero-visuals .top-wave {
    width:min(320px,78%) !important;
    top:84px !important;
    opacity:.14 !important
  }

  .offers-hero-deco {
    min-height:300px !important;
    padding:22px 18px !important;
    gap:14px
  }

  .offers-hero-deco .offers-leaf-zone {
    min-height:170px
  }

  .offers-hero-deco .hero-leaf {
    width:198px !important
  }

  .offers-hero-deco .deco-caption {
    width:min(260px,100%) !important;
    max-width:min(260px,100%) !important;
    padding:18px !important
  }

  .offers-list-section {
    padding-top:32px !important
  }

  .offers-network-bridge {
    min-height:100px;
    margin:18px auto 22px
  }

  .offers-network-bridge img {
    width:min(380px,88vw)
  }

  .offers-definition-section {
    padding-bottom:38px !important
  }

}

.usage-page-layout {
  align-items:stretch !important;
  padding-top:8px !important
}

.usage-page-layout .article-content {
  padding-top:18px !important
}

.usage-page-layout .usages-wave-before-rule {
  min-height:12px !important;
  margin:-4px auto 4px !important
}

.usage-page-layout .intro-callout {
  margin-top:0 !important
}

.page-hero + .hero-wave-strip {
  min-height:64px !important;
  margin:8px auto 18px !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  overflow:visible !important
}

.hero-wave-strip .hero-wave {
  position:static !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
  width:min(720px,82%) !important;
  max-width:100% !important;
  height:auto !important;
  opacity:.48 !important;
  display:block !important;
  margin:0 auto !important
}

.usage-page-layout .choose-wave-divider {
  display:none !important
}

.usage-page-layout .article-aside {
  position:static !important;
  top:auto !important;
  display:grid !important;
  grid-template-rows:auto minmax(0,1fr) auto;
  align-self:stretch;
  height:100%;
  gap:15px
}

.usage-page-layout .tall-column-panel {
  min-height:0 !important;
  height:auto !important;
  display:flex !important;
  flex-direction:column;
  overflow:hidden
}

.usage-page-layout .column-visual-link {
  flex:1 1 auto;
  min-height:0;
  display:flex !important;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:0;
  margin-top:18px;
  padding:0;
  overflow:hidden
}

.usage-page-layout .panel-column {
  display:block !important;
  width:200% !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 0 0 -50% !important;
  object-fit:contain;
  object-position:center;
  transform:none !important;
  filter:drop-shadow(0 0 18px rgba(110,228,138,0.12))
}

.usage-page-layout .usage-visual {
  min-height:250px !important;
  height:250px !important;
  align-self:end;
  margin-top:0 !important
}

@media (max-width:1120px) {
  .usage-page-layout {
    align-items:start !important
  }

  .usage-page-layout .article-aside {
    height:auto;
    grid-template-rows:auto
  }

  .usage-page-layout .tall-column-panel {
    min-height:1120px !important
  }

  .usage-page-layout .usage-visual {
    height:320px !important
  }

}

@media (max-width:760px) {
  .usage-page-layout {
    padding-top:2px !important
  }

  .usage-page-layout .article-content {
    padding-top:14px !important
  }

  .usage-page-layout .tall-column-panel {
    min-height:980px !important
  }

  .usage-page-layout .usage-visual {
    height:280px !important
  }

}



/* Contact form — UX, accessibilité et réassurance */
.form-intro {
  margin-bottom: 4px;
}

.form-intro h2 {
  margin: 4px 0 8px;
}

.form-intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.form-wide {
  grid-column: 1 / -1;
}

.field-help {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 500;
  line-height: 1.5;
}

.privacy-box {
  padding: 16px 17px;
  border: 1px solid rgba(93, 213, 109, .18);
  border-radius: 15px;
  background: rgba(93, 213, 109, .055);
}

.privacy-box strong {
  display: block;
  margin-bottom: 5px;
}

.privacy-box p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.58;
}

.privacy-box a {
  color: var(--lime);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  cursor: pointer;
  font-size: .9rem;
  line-height: 1.5;
}

.consent-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--lime);
  -webkit-appearance: checkbox;
  appearance: checkbox;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
}

.consent-row > span {
  color: var(--text);
  font-weight: 600;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.form-reassurance {
  flex: 1 1 230px;
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

#contact-submit {
  position: relative;
  min-width: 190px;
}

.submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -3px;
  animation: form-spin .7s linear infinite;
}

#contact-form.is-sending .submit-spinner {
  display: inline-block;
}

#contact-form.is-sending #contact-submit {
  cursor: wait;
  opacity: .78;
}

.form-status {
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 13px;
  font-size: .91rem;
  line-height: 1.5;
}

.form-status:not(:empty) {
  min-height: 1.5em;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.025);
}

.form-status.success {
  border-color: rgba(93,213,109,.28);
  background: rgba(93,213,109,.075);
  color: var(--lime);
}

.form-status.error {
  border-color: rgba(255,176,170,.25);
  background: rgba(255,176,170,.055);
  color: #ffb0aa;
}

@keyframes form-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
  .form-actions {
    align-items: stretch;
  }

  #contact-submit {
    width: 100%;
  }
}
