:root {
  --pine: #1f6247;
  --forest: #174b37;
  --sage: #e9f3ec;
  --cream: #fbfaf5;
  --ink: #1e2a24;
  --muted: #5f6c65;
  --line: #dce5de;
  --white: #fff;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: var(--pine); }
a:hover { color: var(--forest); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 18px 0; border-bottom: 1px solid var(--line); background: rgba(251,250,245,.94); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--forest); font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.brand span { color: #d46d3d; }
.nav-links { display: flex; flex-wrap: wrap; gap: 18px; }
.nav-links a { color: var(--muted); font-size: .94rem; text-decoration: none; }
.nav-links a:hover { color: var(--pine); }
.hero { padding: 92px 0 70px; background: radial-gradient(circle at 86% 8%, #dbeedc 0, transparent 30%), var(--cream); }
.forno-hero { background: radial-gradient(circle at 86% 8%, #f2ded2 0, transparent 32%), var(--cream); }
.eyebrow { margin: 0 0 14px; color: var(--pine); font-weight: 750; font-size: .86rem; letter-spacing: .07em; text-transform: uppercase; }
h1, h2, h3 { color: var(--forest); line-height: 1.15; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 6vw, 4.7rem); }
h2 { margin: 0 0 16px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { margin: 0 0 8px; font-size: 1.15rem; }
.hero-text { max-width: 630px; margin: 25px 0 32px; color: var(--muted); font-size: 1.16rem; }
.app-identity { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 64px; }
.app-icon { display: block; width: 220px; height: 220px; border-radius: 48px; box-shadow: 0 18px 48px rgba(25, 64, 44, .14); }
.store-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: .92rem; }
.app-store-badge { display: inline-block; padding: 15px; margin: -15px; border-radius: 12px; line-height: 0; }
.app-store-badge:focus-visible { outline: 3px solid #d46d3d; outline-offset: 2px; }
.app-store-badge img { display: block; width: 181px; height: auto; }
.button { display: inline-block; padding: 13px 19px; border-radius: 999px; background: var(--pine); color: white; font-weight: 700; text-decoration: none; }
.button:hover { color: white; background: var(--forest); }
.hero-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: 56px; }
.hero-split h1 { max-width: 680px; }
.hero-art { overflow: hidden; margin: 0; border: 1px solid rgba(31,98,71,.16); border-radius: 32px; background: #fff8e9; box-shadow: 0 24px 65px rgba(30,42,36,.12); }
.hero-art img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.availability { display: inline-flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--muted); font-size: .94rem; }
.availability::before { width: 9px; height: 9px; border-radius: 50%; background: #d46d3d; content: ""; }
.feature-note { margin-top: 28px; }
.section { padding: 78px 0; }
.section.alt { background: var(--sage); }
.lead { max-width: 650px; margin: 0 0 34px; color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(25, 64, 44, .05); }
.app-cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.app-card p { max-width: 580px; }
.text-link { font-weight: 700; text-decoration: none; }
.number { display: block; margin-bottom: 16px; color: #d46d3d; font-weight: 800; }
.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 48px; max-width: 900px; }
.faq-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.faq-grid p { margin: 0; color: var(--muted); }
.legal { max-width: 800px; padding: 68px 0 90px; }
.legal h1 { margin-bottom: 16px; font-size: clamp(2.3rem, 5vw, 3.5rem); }
.legal h2 { margin-top: 42px; font-size: 1.5rem; }
.legal h3 { margin-top: 24px; }
.legal p, .legal li { color: #39463f; }
.legal .updated { color: var(--muted); }
.notice { padding: 18px 20px; border-left: 4px solid #d46d3d; border-radius: 0 12px 12px 0; background: #fff4eb; }
.contact-page { max-width: 760px; padding: 68px 0 90px; }
.contact-page h1 { margin-bottom: 20px; font-size: clamp(2.3rem, 5vw, 3.5rem); }
.contact-form { display: grid; gap: 22px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(25, 64, 44, .05); }
.form-field { display: grid; gap: 7px; }
.form-field label { color: var(--forest); font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #aab8af; border-radius: 10px; background: var(--white); color: var(--ink); font: inherit; }
.form-field textarea { min-height: 180px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--pine); outline: 3px solid rgba(31, 98, 71, .2); outline-offset: 1px; }
.form-field input:user-invalid, .form-field textarea:user-invalid { border-color: #a83b28; }
.field-hint, .captcha-note { color: var(--muted); font-size: .88rem; }
.captcha-note { margin: -12px 0 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { border: 0; cursor: pointer; justify-self: start; font: inherit; }
.submit-button:focus-visible { outline: 3px solid #d46d3d; outline-offset: 3px; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.6em; margin: 0; font-weight: 700; }
.form-status.is-success { color: var(--forest); }
.form-status.is-error { color: #8c2f20; }
.privacy-note { margin-top: 30px; padding: 20px 22px; border-left: 4px solid var(--pine); border-radius: 0 12px 12px 0; background: var(--sage); }
.privacy-note h2 { margin-bottom: 8px; font-size: 1.3rem; }
.privacy-note p { margin: 0; color: #39463f; }
.site-footer { padding: 34px 0; color: #d9e8de; background: var(--forest); }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: #d9e8de; font-size: .9rem; }
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav, .footer-content { align-items: flex-start; flex-direction: column; gap: 12px; }
  .nav-links { gap: 12px; }
  .hero { padding: 62px 0 52px; }
  .hero-split { grid-template-columns: 1fr; gap: 38px; }
  .app-identity { grid-template-columns: 1fr; gap: 38px; }
  .app-icon { width: 150px; height: 150px; border-radius: 34px; }
  .hero-art { border-radius: 24px; }
  .section { padding: 56px 0; }
  .cards, .faq-grid { grid-template-columns: 1fr; }
  .contact-page { padding: 52px 0 68px; }
  .contact-form { padding: 20px; }
}

/* Havéo */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--forest);
  color: var(--white);
  font-weight: 700;
  transform: translateY(-160%);
}
.skip-link:focus { color: var(--white); transform: translateY(0); }
.haveo-page { --haveo-green: #5f7448; --haveo-green-dark: #425233; --haveo-soft: #edf1e8; }
.haveo-page .eyebrow, .haveo-page .text-link, .haveo-page a { color: var(--haveo-green-dark); }
.haveo-page .button { color: var(--white); background: var(--haveo-green); }
.haveo-page .button:hover { color: var(--white); background: var(--haveo-green-dark); }
.haveo-page .nav-links a { color: var(--muted); }
.haveo-page .nav-links a:hover { color: var(--haveo-green-dark); }
.haveo-page .section.alt { background: var(--haveo-soft); }
.haveo-hero { background: radial-gradient(circle at 85% 12%, #dbe5d2 0, transparent 32%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); align-items: center; gap: 56px; }
.app-facts { padding: 28px; border: 1px solid #cfd8c6; border-radius: var(--radius); background: rgba(255,255,255,.86); box-shadow: 0 18px 54px rgba(48, 67, 35, .1); }
.app-facts-title { margin: 0 0 14px; color: var(--haveo-green-dark); font-size: .86rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.app-facts ul { margin: 0; padding: 0; list-style: none; }
.app-facts li { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); }
.app-facts strong { color: var(--haveo-green-dark); }
.app-facts span { color: var(--muted); font-size: .9rem; text-align: right; }
.split-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: start; gap: 64px; }
.check-list { margin: 8px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid #cfd8c6; color: #39463f; }
.check-list li::before { position: absolute; left: 0; content: "✓"; color: var(--haveo-green-dark); font-weight: 900; }
@media (max-width: 780px) {
  .hero-grid, .split-section { grid-template-columns: 1fr; gap: 32px; }
  .app-facts { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* FloApps — Accueil */
.home-page { --home-bg: #f6f7f3; --home-ink: #17231d; --home-green: #176b4a; color: var(--home-ink); background: var(--home-bg); }
.home-page .container { width: min(1180px, calc(100% - 64px)); }
.home-page .site-header { position: relative; z-index: 20; padding: 24px 0 0; border: 0; background: var(--home-bg); }
.home-page .nav { min-height: 68px; padding-bottom: 22px; border-bottom: 1px solid rgba(23, 35, 29, .14); }
.home-brand, .footer-brand { display: inline-flex; align-items: center; gap: 0; font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.home-brand { color: var(--forest); }
.home-brand:hover { color: var(--forest); }
.home-brand span, .footer-brand span { color: #d46d3d; }
.home-page .nav-links { gap: 32px; }
.home-page .nav-links a { color: var(--home-ink); font-size: .9rem; font-weight: 700; }
.home-page .nav-links a:hover { color: var(--home-green); }
.home-hero { overflow: hidden; padding: 74px 0 106px; }
.hero-home-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .92fr); align-items: center; gap: 60px; min-height: 570px; }
.eyebrow-dot { display: flex; align-items: center; gap: 11px; color: var(--home-ink); font-size: .78rem; letter-spacing: .14em; }
.eyebrow-dot::before { width: 8px; height: 8px; border-radius: 50%; background: var(--home-green); box-shadow: 0 0 0 4px rgba(23, 107, 74, .1); content: ""; }
.hero-copy h1 { max-width: 700px; color: var(--home-ink); font-size: clamp(3.45rem, 6.6vw, 6rem); line-height: .97; letter-spacing: -.075em; }
.hero-copy h1 span { color: var(--home-green); }
.home-page .hero-text { max-width: 590px; margin: 30px 0 34px; color: #52605a; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.home-button { display: inline-flex; align-items: center; gap: 28px; padding: 15px 21px; color: #fff; background: var(--home-ink); }
.home-button:hover { color: #fff; background: var(--home-green); }
.app-library { padding: 24px; border: 1px solid rgba(23,35,29,.1); border-radius: 30px; background: #edf2ed; box-shadow: 0 26px 70px rgba(23,35,29,.1); }
.library-header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 2px 2px 18px; border-bottom: 1px solid rgba(23,35,29,.11); }
.library-header span { color: var(--home-ink); font-size: .9rem; font-weight: 850; letter-spacing: -.02em; }
.library-header small { color: #69746f; font-size: .75rem; }
.library-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 18px 0; }
.library-app { display: grid; grid-template-columns: 56px minmax(0,1fr); align-items: center; gap: 13px; min-width: 0; padding: 13px; border: 1px solid rgba(23,35,29,.08); border-radius: 18px; color: var(--home-ink); background: rgba(255,255,255,.82); text-decoration: none; }
.library-app:hover { border-color: rgba(23,107,74,.35); color: var(--home-green); background: #fff; }
.library-app img { display: block; width: 56px; height: 56px; border-radius: 15px; object-fit: cover; box-shadow: 0 7px 18px rgba(23,35,29,.12); }
.library-app span, .library-app small { display: block; min-width: 0; }
.library-app strong { display: block; overflow: hidden; font-size: .87rem; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.library-app small { margin-top: 2px; overflow: hidden; color: #758079; font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.library-note { display: flex; align-items: center; gap: 8px; margin: 0; padding: 15px 2px 1px; border-top: 1px solid rgba(23,35,29,.11); color: #68736d; font-size: .75rem; }
.library-note span { color: var(--home-green); font-size: .6rem; }
.app-symbol { display: grid; width: 82px; height: 82px; place-items: center; flex: 0 0 auto; border-radius: 23px; color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.35), 0 12px 25px rgba(23,35,29,.16); font-size: 2rem; font-weight: 900; letter-spacing: -.07em; }
.apps-showcase { padding: 112px 0 128px; border-radius: 42px 42px 0 0; background: #fff; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading h2 { color: var(--home-ink); font-size: clamp(2.65rem, 4.6vw, 4.5rem); line-height: 1; letter-spacing: -.065em; }
.section-heading p:last-child { margin: 0 0 5px; color: #68736d; line-height: 1.75; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.portfolio-card { --card-bg: #eef0eb; --card-ink: #173225; overflow: hidden; border: 1px solid rgba(23, 35, 29, .08); border-radius: 30px; background: #fff; box-shadow: 0 12px 34px rgba(23,35,29,.055); transition: transform .3s ease, box-shadow .3s ease; }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(23,35,29,.1); }
.portfolio-topline { display: flex; padding: 19px 22px; justify-content: space-between; color: #5f6b65; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-visual { position: relative; display: flex; min-height: 230px; padding: 34px; align-items: center; justify-content: center; gap: 22px; overflow: hidden; background: var(--card-bg); }
.portfolio-visual::after { position: absolute; inset: auto -35px -100px auto; width: 230px; height: 230px; border: 1px solid rgba(23,35,29,.12); border-radius: 50%; content: ""; }
.portfolio-visual .app-symbol { position: relative; z-index: 1; width: 105px; height: 105px; border-radius: 29px; font-size: 2.45rem; transform: rotate(-6deg); }
.app-symbol-image { display: block; object-fit: cover; }
.visual-word { position: relative; z-index: 1; max-width: 210px; color: var(--card-ink); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 850; line-height: .95; letter-spacing: -.06em; }
.portfolio-content { padding: 28px 30px 32px; }
.portfolio-content h3 { color: var(--home-ink); font-size: 1.45rem; }
.portfolio-content p { min-height: 3.2em; margin: 8px 0 24px; color: #64706a; line-height: 1.65; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--home-ink); font-size: .9rem; font-weight: 800; text-decoration: none; }
.card-link span { transition: transform .2s ease; }
.card-link:hover { color: var(--home-green); }
.card-link:hover span { transform: translate(3px, -3px); }
.theme-antiflameo { --card-bg: #f7ded5; --card-ink: #8b392c; }
.portfolio-product-visual { min-height: 290px; justify-content: space-between; padding: 24px 24px 0 30px; background: linear-gradient(135deg, #f8e6dc 0%, #f1d1c5 100%); }
.portfolio-product-visual::after { display: none; }
.portfolio-product-copy { position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; gap: 20px; padding-bottom: 28px; }
.portfolio-product-visual .portfolio-product-copy .app-symbol { width: 68px; height: 68px; border-radius: 19px; transform: rotate(-4deg); }
.portfolio-product-visual .visual-word { max-width: 205px; font-size: clamp(1.65rem, 2.7vw, 2.35rem); }
.portfolio-screen-stack { position: relative; align-self: stretch; width: 245px; flex: 0 0 245px; }
.portfolio-screen-stack img { position: absolute; bottom: -34px; width: 116px; height: 252px; border: 4px solid rgba(255,255,255,.84); border-radius: 22px; object-fit: cover; object-position: 50% 60%; box-shadow: 0 18px 34px rgba(91,48,37,.22); }
.portfolio-screen-stack img:nth-child(1) { left: 0; transform: rotate(-7deg); }
.portfolio-screen-stack img:nth-child(2) { left: 66px; z-index: 2; bottom: -15px; }
.portfolio-screen-stack img:nth-child(3) { right: -8px; transform: rotate(7deg); }
.theme-haveo { --card-bg: #e2eadb; --card-ink: #405633; }
.theme-gazonio { --card-bg: #ddf0d1; --card-ink: #225e34; }
.theme-pizzanap { --card-bg: #f8e2c5; --card-ink: #8c432d; }
.theme-potillio { --card-bg: #eae2f4; --card-ink: #5f477e; }
.theme-budgetflow { --card-bg: #d8ecec; --card-ink: #226264; }
.home-footer { padding: 30px 0; background: #101914; }
.home-footer .footer-content { color: #86958d; font-size: .82rem; }
.home-footer .footer-brand { color: #fff; }
.home-footer .footer-brand:hover { color: #fff; }
.home-footer .footer-links a { color: #b7c6be; text-underline-offset: 4px; }

@media (max-width: 940px) {
  .hero-home-grid { grid-template-columns: 1fr; gap: 50px; }
  .app-library { width: min(100%, 620px); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading p:last-child { max-width: 630px; }
}

@media (max-width: 680px) {
  .home-page .container { width: min(100% - 30px, 1180px); }
  .home-page .site-header { padding-top: 10px; }
  .home-page .nav { min-height: 58px; padding-bottom: 12px; align-items: center; flex-direction: row; }
  .home-page .nav-links { gap: 15px; }
  .home-page .nav-links a { font-size: .78rem; }
  .home-hero { padding: 55px 0 72px; }
  .hero-home-grid { min-height: 0; }
  .hero-copy h1 { font-size: clamp(3.15rem, 15.5vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .app-library { padding: 17px; border-radius: 24px; }
  .library-header { align-items: flex-start; flex-direction: column; gap: 2px; padding-bottom: 14px; }
  .library-grid { gap: 8px; padding: 14px 0; }
  .library-app { grid-template-columns: 44px minmax(0,1fr); gap: 9px; padding: 10px; border-radius: 15px; }
  .library-app img { width: 44px; height: 44px; border-radius: 12px; }
  .library-app strong { font-size: .78rem; }
  .library-app small { font-size: .62rem; }
  .library-note { line-height: 1.45; }
  .apps-showcase { padding: 78px 0 84px; border-radius: 28px 28px 0 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .portfolio-grid { grid-template-columns: 1fr; gap: 18px; }
  .portfolio-visual { min-height: 190px; padding: 28px 22px; }
  .portfolio-product-visual { min-height: 270px; padding: 24px 18px 0 24px; }
  .portfolio-product-copy { gap: 16px; }
  .portfolio-product-visual .visual-word { font-size: clamp(1.55rem, 7.5vw, 2.15rem); }
  .portfolio-screen-stack { width: 205px; flex-basis: 205px; }
  .portfolio-screen-stack img { width: 100px; height: 218px; }
  .portfolio-screen-stack img:nth-child(2) { left: 54px; }
  .portfolio-visual .app-symbol { width: 86px; height: 86px; border-radius: 24px; }
  .portfolio-content { padding: 24px; }
  .portfolio-content p { min-height: 0; }
  .home-footer .footer-content { align-items: flex-start; }
}

/* Antiflaméo — page produit */
.antiflameo-page { --anti-green: #0f5b3f; --anti-green-deep: #0b4431; --anti-terracotta: #c95e43; --anti-sage: #e8f0df; --anti-peach: #f8e4d9; --anti-paper: #fcfaf4; background: var(--anti-paper); }
.antiflameo-page .site-header { position: relative; z-index: 20; border-color: rgba(15,91,63,.12); background: rgba(252,250,244,.94); }
.antiflameo-page .brand, .antiflameo-page h1, .antiflameo-page h2, .antiflameo-page h3 { color: var(--anti-green-deep); }
.antiflameo-page .eyebrow, .antiflameo-page .text-link { color: var(--anti-green); }
.antiflameo-hero { overflow: hidden; padding: 76px 0 84px; background: radial-gradient(circle at 88% 15%, rgba(210,229,194,.8) 0, transparent 34%), linear-gradient(145deg, #fcfaf4 25%, #f7ecdf 100%); }
.antiflameo-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); align-items: center; gap: 70px; min-height: 680px; }
.antiflameo-brandline { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; color: var(--anti-green); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.antiflameo-icon { width: 58px; height: 58px; border-radius: 17px; box-shadow: 0 10px 24px rgba(15,91,63,.15); }
.antiflameo-hero h1 { max-width: 700px; font-size: clamp(3.1rem, 5.6vw, 5.35rem); line-height: .96; letter-spacing: -.065em; }
.antiflameo-hero h1 span { color: var(--anti-terracotta); }
.antiflameo-hero .hero-text { max-width: 590px; margin: 28px 0 30px; line-height: 1.72; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 28px 0 0; padding: 0; color: #53645b; font-size: .82rem; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 8px; }
.hero-benefits li::before { width: 7px; height: 7px; border-radius: 50%; background: var(--anti-terracotta); content: ""; }
.antiflameo-hero-media { position: relative; min-height: 650px; }
.hero-shot { position: absolute; overflow: hidden; margin: 0; border: 7px solid rgba(255,255,255,.9); border-radius: 32px; background: #fff; box-shadow: 0 30px 70px rgba(43,61,48,.2); }
.hero-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-shot-main { z-index: 2; top: 0; left: 50%; width: 300px; height: 650px; transform: translateX(-50%); }
.hero-shot-back { top: 92px; width: 220px; height: 475px; opacity: .84; }
.hero-shot-left { left: 0; transform: rotate(-7deg); }
.hero-shot-right { right: 0; transform: rotate(7deg); }
.antiflameo-proof { padding: 0; color: #fff; background: var(--anti-green-deep); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid p { display: grid; gap: 2px; margin: 0; padding: 27px 24px; border-left: 1px solid rgba(255,255,255,.14); }
.proof-grid p:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid strong { font-size: 1.45rem; letter-spacing: -.03em; }
.proof-grid span { color: #c8d9d0; font-size: .78rem; }
.feature-story { padding-top: 110px; }
.story-intro { max-width: 760px; margin-bottom: 72px; }
.story-intro h2 { font-size: clamp(2.5rem, 4.7vw, 4.4rem); line-height: 1; }
.story-intro .lead { margin-bottom: 0; }
.story-row { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(54px, 9vw, 118px); margin: 0 0 110px; }
.story-row-reverse .story-visual { order: 2; }
.story-row-reverse .story-copy { order: 1; }
.story-visual { display: flex; overflow: hidden; min-height: 660px; align-items: flex-end; justify-content: center; padding: 44px 34px 0; border-radius: 38px; }
.story-visual-sage { background: var(--anti-sage); }
.story-visual-peach { background: var(--anti-peach); }
.story-visual-cream { background: #efe9d5; }
.story-visual img { display: block; width: min(100%, 340px); height: auto; border: 6px solid #fff; border-bottom: 0; border-radius: 32px 32px 0 0; box-shadow: 0 26px 54px rgba(31,66,48,.18); }
.story-number { display: inline-block; margin-bottom: 20px; color: var(--anti-terracotta); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.story-copy h3 { max-width: 590px; margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.05; }
.story-copy p { max-width: 590px; color: var(--muted); font-size: 1.06rem; }
.feature-list { margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; max-width: 540px; padding: 13px 0 13px 32px; border-bottom: 1px solid rgba(15,91,63,.14); color: #34473d; }
.feature-list li::before { position: absolute; left: 2px; color: var(--anti-green); font-weight: 900; content: "✓"; }
.antiflameo-toolkit { background: var(--anti-sage); }
.toolkit-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 80px; }
.toolkit-grid h2 { font-size: clamp(2.35rem, 4vw, 3.8rem); }
.tool-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.tool-chips span { padding: 13px 17px; border: 1px solid rgba(15,91,63,.15); border-radius: 999px; color: var(--anti-green-deep); background: rgba(255,255,255,.72); font-size: .9rem; font-weight: 700; box-shadow: 0 8px 20px rgba(15,91,63,.05); }
.antiflameo-premium { background: var(--anti-paper); }
.premium-panel { display: grid; grid-template-columns: minmax(0, 1fr) 240px; align-items: center; gap: 70px; padding: 52px 58px; border-radius: 34px; color: #fff; background: var(--anti-green-deep); box-shadow: 0 24px 60px rgba(11,68,49,.16); }
.premium-panel .eyebrow { color: #9bc3ad; }
.premium-panel h2 { max-width: 700px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.premium-panel p { max-width: 700px; color: #d7e3dc; }
.premium-panel .premium-note { margin-bottom: 0; color: #9eb8aa; font-size: .82rem; }
.premium-mark { display: grid; width: 190px; height: 190px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); }
.premium-mark span { color: #f1a083; font-size: 4rem; font-weight: 300; line-height: .8; }
.premium-mark strong { margin-top: 14px; font-size: 1.05rem; letter-spacing: .08em; text-transform: uppercase; }
.antiflameo-final-cta { padding-top: 18px; }
.final-cta-panel { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 34px 38px; border: 1px solid rgba(15,91,63,.13); border-radius: 28px; background: #fff; box-shadow: 0 15px 42px rgba(15,91,63,.07); }
.final-cta-icon { width: 84px; height: 84px; border-radius: 23px; }
.final-cta-panel .eyebrow { margin-bottom: 5px; }
.final-cta-panel h2 { margin-bottom: 5px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.final-cta-panel p:last-child { margin: 0; color: var(--muted); }

@media (max-width: 980px) {
  .antiflameo-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .antiflameo-hero-media { width: min(100%, 650px); margin: 0 auto; }
  .story-row { gap: 52px; }
  .story-visual { min-height: 570px; }
}

@media (max-width: 720px) {
  .antiflameo-hero { padding: 52px 0 64px; }
  .antiflameo-hero-grid { min-height: 0; }
  .antiflameo-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .antiflameo-hero-media { min-height: 520px; }
  .hero-shot-main { width: 238px; height: 515px; }
  .hero-shot-back { top: 75px; width: 155px; height: 335px; border-width: 4px; border-radius: 22px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid p { border-bottom: 1px solid rgba(255,255,255,.14); }
  .feature-story { padding-top: 72px; }
  .story-intro { margin-bottom: 48px; }
  .story-row { grid-template-columns: 1fr; gap: 38px; margin-bottom: 80px; }
  .story-row-reverse .story-visual, .story-row-reverse .story-copy { order: initial; }
  .story-visual { min-height: 560px; padding: 34px 24px 0; border-radius: 28px; }
  .story-copy h3 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .toolkit-grid { grid-template-columns: 1fr; gap: 36px; }
  .premium-panel { grid-template-columns: 1fr; gap: 32px; padding: 38px 30px; }
  .premium-mark { width: 145px; height: 145px; }
  .final-cta-panel { grid-template-columns: 66px 1fr; gap: 18px; padding: 28px 24px; }
  .final-cta-icon { width: 66px; height: 66px; border-radius: 18px; }
  .final-cta-panel .app-store-badge { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 480px) {
  .portfolio-product-visual { min-height: 310px; align-items: flex-start; }
  .portfolio-product-copy { max-width: 150px; }
  .portfolio-screen-stack { position: absolute; right: 0; bottom: 0; width: 205px; }
  .antiflameo-hero-media { min-height: 475px; }
  .hero-shot-main { width: 218px; height: 472px; }
  .hero-shot-back { top: 90px; width: 120px; height: 260px; }
  .story-visual { min-height: 500px; }
  .proof-grid p { padding: 22px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-card, .card-link span { transition: none; }
}
