@import "tailwindcss";

:root {
  --ink: #21161e;
  --muted: #71656d;
  --cream: #fffaf7;
  --paper: #ffffff;
  --pink: #ec4a75;
  --pink-dark: #c92d58;
  --pink-soft: #fde9ef;
  --plum: #382231;
  --plum-deep: #24131f;
  --line: #eadfe4;
  --green: #1f6d5a;
  --green-dark: #154c40;
  --green-soft: #e9f3ee;
  --model-cream: #f8f4ea;
  --shadow: 0 20px 55px rgba(70, 33, 53, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.adult-strip {
  padding: 8px 20px;
  background: var(--plum-deep);
  color: #d8c8d2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}
.site-header { position: relative; z-index: 10; background: rgba(255,250,247,.93); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.logo { color: var(--ink); font-size: 21px; font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
.logo span { color: var(--pink); }
.logo i { color: var(--pink); font-style: normal; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: #5f535b; font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: var(--pink); }
.audience-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid #d8c8cf;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.audience-switch:hover { border-color: var(--pink); color: var(--pink); }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; padding-block: 78px 84px; }
.hero-compact { padding-block: 58px 0; }
.hero-compact h1 { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6vw, 78px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero-compact + .ranking-section { padding-top: 54px; }
.eyebrow { margin: 0 0 16px; color: var(--pink-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .models-hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6vw, 78px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero-intro { max-width: 650px; margin: 25px 0 0; color: #62545d; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 49px; padding: 0 22px; border: 0; border-radius: 10px; font-size: 14px; font-weight: 900; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: white; box-shadow: 0 10px 26px rgba(236,74,117,.25); }
.button-primary:hover { background: var(--pink-dark); }
.button-dark { width: 100%; background: var(--plum-deep); color: white; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 900; text-decoration: none; }
.text-link:hover { color: var(--pink); }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.trust-list li { position: relative; padding-left: 17px; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-list li::before { content: ""; position: absolute; left: 0; top: .48em; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }

.hero-pick { position: relative; padding: 34px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.hero-pick::after { content: ""; position: absolute; top: -75px; right: -65px; width: 190px; height: 190px; border-radius: 50%; background: var(--pink-soft); }
.pick-label { position: absolute; top: 0; right: 0; z-index: 1; padding: 10px 16px; background: var(--pink-soft); color: var(--pink-dark); border-radius: 0 23px 0 16px; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: white; font-family: Georgia, serif; font-size: 28px; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.brand-cb { background: linear-gradient(145deg, #ff8a2a, #f04a2e); }
.brand-sc { background: linear-gradient(145deg, #754fff, #4331be); }
.brand-js { background: linear-gradient(145deg, #191919, #5f2d57); font-family: Inter, sans-serif; font-size: 16px; }
.brand-bc { background: linear-gradient(145deg, #10b9d5, #086f9f); }
.brand-lj { background: linear-gradient(145deg, #d6a947, #8c641b); }
.brand-xl { background: linear-gradient(145deg, #ec457d, #a92259); }
.pick-kicker { margin: 28px 0 5px; color: var(--pink-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero-pick h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 34px; }
.hero-pick p { color: var(--muted); line-height: 1.6; }
.pick-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.pick-facts span { padding: 13px; background: #faf6f8; border-radius: 10px; color: var(--muted); font-size: 12px; }
.pick-facts b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }
.microcopy { margin: 9px 0 0 !important; text-align: center; font-size: 11px; }

.proof-band { background: var(--plum); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 31px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid b { display: block; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.proof-grid span { display: block; margin-top: 4px; color: #d9cad2; font-size: 12px; line-height: 1.4; }

.section { padding-block: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .methodology h2, .faq-section h2, .models-door h2, .models-stats h2, .model-roadmap h2, .models-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.65; }

/* Classement éditorial */
.ranking-section { padding-bottom: 70px; }
.ranking-table-wrap { overflow-x: auto; background: white; border: 1px solid #d9ccd2; border-radius: 18px; box-shadow: 0 14px 38px rgba(67,34,50,.07); }
.ranking-table { width: 100%; min-width: 980px; border-collapse: separate; border-spacing: 0; }
.ranking-table th, .ranking-table td { padding: 13px 16px; border-right: 1px solid #e2d8dd; border-bottom: 1px solid #e2d8dd; text-align: left; vertical-align: middle; }
.ranking-table tr > :last-child { border-right: 0; }
.ranking-table tbody tr:last-child > * { border-bottom: 0; }
.ranking-table thead th { padding-block: 15px; background: #f9e4ec; color: #9e1243; font-size: 11px; font-weight: 900; letter-spacing: .03em; }
.ranking-table tbody tr:nth-child(even) { background: #fcfafb; }
.ranking-table tbody tr:hover { background: #fff3f7; }
.ranking-table tbody th { display: flex; align-items: center; gap: 11px; min-width: 205px; }
.ranking-table tbody th .brand-mark { width: 38px; height: 38px; border-radius: 11px; font-size: 19px; }
.ranking-table tbody th .brand-js { font-size: 11px; }
.ranking-table tbody th b, .ranking-table tbody th small { display: block; }
.ranking-table tbody th b { color: var(--pink-dark); font-size: 15px; }
.ranking-table tbody th small { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 800; }
.ranking-table tbody td { color: #51454c; font-size: 12px; line-height: 1.35; }
.ranking-table tbody td:nth-child(3) { min-width: 255px; }
.ranking-table tbody td:nth-child(4) { min-width: 130px; }
.ranking-medal { display: grid; place-items: center; width: 31px; height: 31px; background: #eee7ea; color: #766871; border-radius: 50%; font-family: Georgia, serif; font-size: 14px; font-weight: 700; }
.ranking-top-1 .ranking-medal { background: #d6a82c; color: white; box-shadow: 0 4px 12px rgba(176,126,10,.2); }
.ranking-top-2 .ranking-medal { background: #89919b; color: white; }
.ranking-top-3 .ranking-medal { background: #ae7048; color: white; }
.ranking-top-1 th { box-shadow: inset 4px 0 0 var(--pink); }
.ranking-actions { min-width: 122px; text-align: center !important; }
.ranking-actions a { display: block; text-decoration: none; }
.ranking-actions a:first-child { padding: 10px 13px; background: var(--pink); color: white; border-radius: 999px; font-size: 11px; font-weight: 900; }
.ranking-actions a:first-child:hover { background: var(--pink-dark); }
.ranking-actions a:last-child { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; }
.comparison-section { padding-top: 45px; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform-card { display: flex; flex-direction: column; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 30px rgba(67,34,50,.05); }
.card-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.rank { color: #aa9ba3; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.best-for { margin: 24px 0 7px; color: var(--pink-dark); font-size: 12px; font-weight: 900; }
.platform-card h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.card-description { min-height: 74px; margin: 12px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.feature-list { margin: 0 0 24px; border-top: 1px solid var(--line); }
.feature-list div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.feature-list dt { color: var(--muted); }
.feature-list dd { margin: 0; font-weight: 900; }
.button-card { width: 100%; margin-top: auto; background: var(--pink-soft); color: var(--pink-dark); }
.button-card:hover { background: var(--pink); color: white; }
.card-actions { display: grid; gap: 12px; margin-top: auto; text-align: center; }
.card-actions > a:not(.button) { color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.card-actions > a:not(.button):hover { color: var(--pink-dark); }

.comparison-block { margin-top: 28px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; }
.comparison-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 28px 30px 22px; }
.comparison-heading .eyebrow { margin-bottom: 8px; }
.comparison-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.comparison-heading > p { margin: 0; color: var(--muted); font-size: 12px; }
.comparison-scroll { overflow-x: auto; }
.comparison-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 16px 30px; border-top: 1px solid var(--line); text-align: left; }
.comparison-table thead th { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.comparison-table tbody th { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.comparison-table tbody td { color: #594c54; font-size: 13px; }
.comparison-table a { color: var(--pink-dark); font-weight: 900; text-decoration: none; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Tableau principal : lisible d'un seul regard */
.matrix-wrap { overflow-x: auto; background: white; border: 1px solid #d9ccd2; border-radius: 18px; box-shadow: 0 14px 38px rgba(67,34,50,.07); }
.comparison-matrix { width: 100%; min-width: 1220px; border-collapse: separate; border-spacing: 0; }
.comparison-matrix th, .comparison-matrix td { padding: 22px 20px; border-right: 1px solid #dfd5da; border-bottom: 1px solid #dfd5da; text-align: left; vertical-align: middle; }
.comparison-matrix tr > :last-child { border-right: 0; }
.comparison-matrix tbody tr:last-child > * { border-bottom: 0; }
.comparison-matrix thead th { background: #f9e4ec; color: #9e1243; font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.comparison-matrix tbody tr:nth-child(odd) { background: #fbf9fa; }
.comparison-matrix tbody tr:nth-child(even) { background: white; }
.comparison-matrix tbody tr { transition: background .15s ease; }
.comparison-matrix tbody tr:hover { background: #fff3f7; }
.comparison-matrix tbody th[scope="row"] { display: flex; align-items: center; gap: 10px; min-width: 235px; color: var(--pink-dark); font-size: 16px; }
.comparison-matrix tbody th b, .comparison-matrix tbody th small { display: block; }
.comparison-matrix tbody th small { margin-top: 4px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.comparison-matrix td { color: #463b42; font-size: 13px; line-height: 1.5; }
.comparison-matrix td:nth-child(2) { min-width: 250px; }
.matrix-brand { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; font-size: 21px; }
.matrix-brand.brand-js { font-size: 12px; }
.table-rank { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; background: #f0e7eb; color: #75636d; border-radius: 50%; font-family: Georgia, serif; font-size: 12px; }
.matrix-featured .table-rank { background: var(--green); color: white; }
.matrix-featured th[scope="row"] { box-shadow: inset 4px 0 0 var(--green); }
.answer-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 50px; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 900; }
.answer-badge.yes { background: #e5f4ed; color: #176548; }
.answer-badge.no { background: #f1edf0; color: #796d74; }
.answer-badge.partial { background: #fff1d7; color: #815a12; }
.billing-value { color: var(--plum); font-size: 12px; }
.billing-unit { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.matrix-actions { min-width: 142px; text-align: center !important; }
.matrix-actions a { display: block; text-decoration: none; }
.matrix-cta { padding: 13px 15px; background: #df2368; color: white; border-radius: 999px; font-size: 12px; font-weight: 900; }
.matrix-cta:hover { background: var(--pink-dark); }
.matrix-actions a:last-child { margin-top: 10px; color: var(--pink-dark); font-size: 10px; font-weight: 900; }
.matrix-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 16px; color: var(--muted); font-size: 11px; }
.matrix-note p { margin: 0; }
.matrix-note span { flex: 0 0 auto; }

/* Fiches plateformes */
.platform-detail-page { background: var(--cream); }
.detail-breadcrumb { display: flex; gap: 9px; padding-top: 28px; color: var(--muted); font-size: 12px; }
.detail-breadcrumb a { color: var(--pink-dark); font-weight: 800; text-decoration: none; }
.detail-hero { display: grid; grid-template-columns: 1fr 380px; gap: 85px; align-items: center; padding-block: 62px 82px; }
.detail-brand { margin-bottom: 22px; }
.detail-hero h1 { max-width: 760px; margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 66px); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; }
.detail-verdict { max-width: 740px; margin: 24px 0 0; color: #62545d; font-size: 19px; line-height: 1.6; }
.detail-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.affiliate-note { margin: 14px 0 0; color: #8a7c84; font-size: 11px; }
.detail-summary { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.detail-summary h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.detail-summary dl { margin: 0; }
.detail-summary dl div { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-top: 1px solid var(--line); }
.detail-summary dt { color: var(--muted); font-size: 13px; }
.detail-summary dd { margin: 0; font-size: 13px; font-weight: 900; }
.detail-content { padding-block: 62px; background: var(--plum); color: white; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.detail-columns article + article { padding-left: 80px; border-left: 1px solid rgba(255,255,255,.16); }
.detail-columns .eyebrow { color: #f7a1b9; }
.detail-columns h2 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.detail-columns p:not(.eyebrow) { margin: 0; color: #ddced6; line-height: 1.7; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pros-cons > div { padding: 34px; border-radius: 18px; }
.pros-card { background: #eaf5ef; }
.limits-card { background: #f5edf0; }
.pros-cons span { color: var(--pink-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pros-card span { color: var(--green); }
.pros-cons h2 { margin: 10px 0 24px; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.pros-cons ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.pros-cons li { position: relative; padding-left: 24px; color: #53474e; line-height: 1.55; }
.pros-cons li::before { position: absolute; left: 0; top: 0; color: var(--pink); font-weight: 900; content: "•"; }
.pros-card li::before { color: var(--green); content: "✓"; }
.detail-next { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; padding-bottom: 92px; }
.detail-next h2 { margin: 0; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.alternative-links { display: grid; gap: 12px; }
.alternative-links > a { display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: center; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.alternative-links .brand-mark { width: 48px; height: 48px; font-size: 22px; }
.alternative-links b, .alternative-links small { display: block; }
.alternative-links small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.alternative-links i { color: var(--pink); font-size: 20px; font-style: normal; }

.methodology { background: white; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.method-intro { color: var(--muted); font-size: 17px; line-height: 1.7; }
.method-steps article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.method-steps article > span { color: var(--pink); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.method-steps h3 { margin: 0 0 7px; font-size: 17px; }
.method-steps p { margin: 0; color: var(--muted); line-height: 1.55; }
.guide-section { padding-bottom: 70px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid article { min-height: 210px; padding: 26px; background: #f5edf0; border-radius: 16px; }
.guide-grid span { color: var(--pink-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.guide-grid h3 { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 22px; line-height: 1.2; }
.guide-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.models-door { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin-bottom: 90px; padding: 48px; background: var(--green-dark); color: white; border-radius: 24px; }
.models-door .eyebrow { color: #a9d8c9; }
.models-door p:not(.eyebrow) { max-width: 700px; margin: 17px 0 0; color: #cfe0da; line-height: 1.65; }
.button-model { background: #d6efe5; color: var(--green-dark); white-space: nowrap; }
.button-model:hover { background: white; }
.faq-section { padding-top: 40px; }
.faq-list { max-width: 850px; margin-top: 30px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; padding: 21px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--pink); font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 23px; color: var(--muted); line-height: 1.65; }

.site-footer { margin-top: 20px; padding: 56px 0 24px; background: var(--plum-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; }
.footer-logo { display: inline-block; margin-bottom: 12px; color: white; }
.footer-grid h2 { margin: 0 0 13px; color: #b9a4b0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 9px; color: #cabac3; font-size: 13px; line-height: 1.55; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #927f89; font-size: 12px; }

/* Espace modèles */
.models-page { background: var(--model-cream); }
.models-strip { background: var(--green-dark); color: #cae3da; }
.models-header { background: rgba(248,244,234,.94); border-color: #ded8c9; }
.models-header .logo span, .models-header .logo i { color: var(--green); }
.models-header .main-nav a:hover, .models-header .audience-switch:hover { color: var(--green); }
.models-header .audience-switch:hover { border-color: var(--green); }
.models-page .eyebrow { color: var(--green); }
.models-hero { display: grid; grid-template-columns: 1fr 340px; gap: 90px; align-items: center; padding-block: 95px; }
.models-note { padding: 32px; background: var(--green-dark); color: white; border-radius: 20px; box-shadow: 0 18px 45px rgba(21,76,64,.16); }
.models-note span { color: #add8ca; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.models-note b { display: block; margin: 18px 0 3px; font-family: Georgia, serif; font-size: 72px; font-weight: 500; line-height: 1; }
.models-note p { color: #d5e6e0; line-height: 1.55; }
.models-note small { color: #90bbae; }
.models-stats { padding-block: 86px; background: white; }
.models-stats h2 { max-width: 720px; }
.models-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.models-stat-grid article { padding: 28px; background: var(--green-soft); border-radius: 15px; }
.models-stat-grid b { display: block; color: var(--green); font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.models-stat-grid span { display: block; margin-top: 8px; color: #52675f; line-height: 1.5; }
.data-caveat { max-width: 780px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.decision-grid article { padding: 29px; background: white; border: 1px solid #ded8c9; border-radius: 16px; }
.decision-grid span { color: var(--green); font-size: 12px; font-weight: 900; }
.decision-grid h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.decision-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.model-roadmap { background: var(--green-dark); color: white; }
.model-roadmap-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.model-roadmap .eyebrow { color: #a9d8c9; }
.model-roadmap ol { margin: 0; padding: 0; list-style: none; }
.model-roadmap li { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #e0ece8; }
.model-roadmap li span { display: inline-block; min-width: 85px; color: #9cc8ba; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.model-platform-start { padding-block: 72px 0; }
.model-platform-card { display: flex; justify-content: space-between; align-items: center; gap: 54px; padding: 38px; background: #fff; border: 1px solid #d9ccd2; border-radius: 20px; box-shadow: 0 14px 38px rgba(67,34,50,.07); }
.model-platform-card h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 44px); font-weight: 500; letter-spacing: -.04em; }
.model-platform-card p:not(.eyebrow) { max-width: 720px; margin: 16px 0 12px; color: var(--muted); line-height: 1.65; }
.model-platform-card small { display: block; max-width: 720px; color: #76646d; line-height: 1.5; }
.models-cta { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding-block: 82px; }
.button-light { background: white; color: var(--green-dark); border: 1px solid #ded8c9; white-space: nowrap; }

a:focus-visible, summary:focus-visible { outline: 3px solid #f2a1b7; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .audience-switch { margin-left: auto; }
  .hero, .models-hero { grid-template-columns: 1fr; gap: 45px; }
  .hero { padding-block: 60px; }
  .hero-pick { max-width: 620px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .platform-grid, .guide-grid, .decision-grid, .models-stat-grid { grid-template-columns: 1fr; }
  .card-description { min-height: auto; }
  .method-grid, .model-roadmap-inner { grid-template-columns: 1fr; gap: 40px; }
  .detail-hero { grid-template-columns: 1fr; gap: 42px; }
  .detail-summary { max-width: 620px; }
  .detail-next { grid-template-columns: 1fr; gap: 30px; }
  .models-door, .models-cta, .model-platform-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 66px; }
  .audience-switch { padding: 10px 12px; font-size: 11px; }
  .audience-switch span { display: none; }
  .hero h1, .models-hero h1 { font-size: 47px; }
  .hero-compact { padding-top: 42px; }
  .hero-compact h1 { font-size: 47px; }
  .hero-compact + .ranking-section { padding-top: 42px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { flex-direction: column; gap: 9px; }
  .hero-pick { padding: 27px; }
  .pick-label { position: static; display: inline-block; margin: -27px 0 26px -27px; border-radius: 22px 0 14px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 23px 16px; }
  .proof-grid b { font-size: 26px; }
  .section { padding-block: 70px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .comparison-heading { align-items: flex-start; flex-direction: column; }
  .ranking-table th, .ranking-table td { padding-inline: 13px; }
  .comparison-table th, .comparison-table td { padding-inline: 20px; }
  .matrix-wrap { overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .comparison-matrix, .comparison-matrix tbody, .comparison-matrix tr, .comparison-matrix th, .comparison-matrix td { display: block; width: 100%; min-width: 0; }
  .comparison-matrix thead { display: none; }
  .comparison-matrix tbody { display: grid; gap: 16px; }
  .comparison-matrix tbody tr { padding: 18px; overflow: hidden; background: white !important; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 24px rgba(67,34,50,.05); }
  .comparison-matrix th, .comparison-matrix td { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .comparison-matrix tbody th[scope="row"] { padding-top: 0; box-shadow: none; }
  .comparison-matrix tbody td { display: grid; grid-template-columns: 115px 1fr; gap: 14px; align-items: center; }
  .comparison-matrix tbody td::before { color: #8a7b83; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; content: attr(data-label); }
  .comparison-matrix tbody td:nth-child(2) { min-width: 0; }
  .comparison-matrix .matrix-actions { display: grid; grid-template-columns: 115px 1fr; text-align: left !important; }
  .matrix-actions > * { grid-column: 2; }
  .matrix-actions::before { grid-column: 1; grid-row: 1 / span 2; }
  .matrix-cta { text-align: center; }
  .comparison-matrix tbody tr > :last-child { padding-bottom: 0; border-bottom: 0; }
  .matrix-note { align-items: flex-start; flex-direction: column; gap: 7px; }
  .detail-hero { padding-block: 48px 64px; }
  .detail-actions { align-items: flex-start; flex-direction: column; }
  .detail-columns, .pros-cons { grid-template-columns: 1fr; gap: 24px; }
  .detail-columns article + article { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .models-door { width: calc(100% - 28px); padding: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .models-hero { padding-block: 65px; }
  .models-note b { font-size: 60px; }
}
