:root{
  --alln-ink:#172532;
  --alln-ink-2:#213544;
  --alln-green:#355d40;
  --alln-green-2:#4f7759;
  --alln-orange:#b86136;
  --alln-peach:#fff0e7;
  --alln-soft:#f7f8f4;
  --alln-line:#dfe6df;
  --alln-white:#fff;
  --alln-muted:#5f6d78;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--alln-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit}
.alln-detail-topbar{background:var(--alln-green);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.alln-detail-container{width:min(1160px,calc(100% - 36px));margin:0 auto}
.alln-detail-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}
.alln-detail-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:.04em}
.alln-detail-brand img{width:52px;height:52px;object-fit:contain}
.alln-detail-navlinks{display:flex;align-items:center;gap:14px}
.alln-detail-back{font-size:14px;font-weight:800;text-decoration:none;color:var(--alln-muted)}
.alln-detail-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:13px;background:var(--alln-green);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 10px 22px rgba(53,93,64,.16)}
.alln-detail-btn:hover{background:#294c33}
.alln-detail-btn.secondary{background:#fff;color:var(--alln-green);border:1px solid #cbd9cd;box-shadow:none}
.alln-detail-hero{background:linear-gradient(135deg,#172532 0%,#1e313d 58%,#274333 100%);color:#fff;padding:68px 0 74px}
.alln-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:62px;align-items:center}
.alln-detail-eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;background:#fff1e7;color:#a8542f;font-size:12px;font-weight:950;letter-spacing:.055em;text-transform:uppercase}
.alln-detail-hero h1{margin:20px 0 18px;font-size:clamp(42px,5.2vw,68px);line-height:.99;letter-spacing:-.045em}
.alln-detail-hero p{margin:0;max-width:670px;font-size:19px;line-height:1.65;color:#dce6eb}
.alln-detail-price{display:flex;align-items:baseline;gap:12px;margin:25px 0 22px}
.alln-detail-price s{color:#aebbc3;font-size:18px}
.alln-detail-price strong{font-size:40px;color:#a9d4ad}
.alln-detail-price span{font-size:14px;font-weight:800;color:#dce6eb}
.alln-detail-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.alln-detail-hero .alln-detail-btn{background:#f08b53;color:#16232d;box-shadow:none}
.alln-detail-hero .alln-detail-btn.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.25)}
.alln-detail-product-stage{min-height:460px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:28px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.12),rgba(255,255,255,.035) 55%,rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.12)}
.alln-detail-product-stage img{display:block;max-width:82%;max-height:390px;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.35))}
.alln-detail-product-stage.review img{max-height:340px}
.alln-detail-product-stage.bundle img{max-width:92%}
.alln-detail-section{padding:72px 0}
.alln-detail-section.soft{background:var(--alln-soft)}
.alln-detail-center{text-align:center;max-width:820px;margin:0 auto 40px}
.alln-detail-kicker{display:block;margin-bottom:10px;color:var(--alln-orange);font-size:12px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.alln-detail-section h2{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.03em}
.alln-detail-center p{margin:16px auto 0;color:var(--alln-muted);font-size:17px;line-height:1.7}
.alln-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.alln-detail-card{padding:26px;border:1px solid var(--alln-line);border-radius:20px;background:#fff;box-shadow:0 10px 24px rgba(24,38,48,.045)}
.alln-detail-card .num{display:grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:50%;background:#edf5ed;color:var(--alln-green);font-weight:950}
.alln-detail-card h3{margin:0 0 10px;font-size:20px;line-height:1.2}
.alln-detail-card p{margin:0;color:var(--alln-muted);font-size:15px;line-height:1.65}
.alln-detail-fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.alln-detail-fit{display:flex;gap:16px;align-items:flex-start;padding:22px;border:1px solid var(--alln-line);border-radius:18px;background:#fff}
.alln-detail-fit-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff0e7;color:var(--alln-orange);font-weight:950;font-size:18px}
.alln-detail-fit h3{margin:1px 0 6px;font-size:18px}
.alln-detail-fit p{margin:0;color:var(--alln-muted);font-size:14px;line-height:1.55}
.alln-detail-dark{background:#172532;color:#fff}
.alln-detail-dark .alln-detail-center p{color:#ced9df}
.alln-detail-dark .alln-detail-card{background:#21323e;border-color:rgba(255,255,255,.12);box-shadow:none}
.alln-detail-dark .alln-detail-card p{color:#cfdae0}
.alln-detail-dark .alln-detail-card .num{background:rgba(240,139,83,.14);color:#f3a174}
.alln-detail-proof{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:36px;align-items:center}
.alln-detail-proof-visual{min-height:360px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:#f3f5ef;border:1px solid var(--alln-line)}
.alln-detail-proof-visual img{max-width:84%;max-height:320px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.18))}
.alln-detail-proof-copy h2{margin-bottom:18px}
.alln-detail-list{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none}
.alln-detail-list li{position:relative;padding-left:28px;color:#42515c;line-height:1.55}
.alln-detail-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--alln-green);font-weight:950}
.alln-detail-callout{padding:34px;border-radius:22px;background:#fff0e7;border:1px solid #edc8b5}
.alln-detail-callout h2{font-size:clamp(28px,3.4vw,40px)}
.alln-detail-callout p{max-width:760px;color:#5d6870;line-height:1.65}
.alln-detail-callout .alln-detail-cta-row{margin-top:20px}
.alln-detail-faq{display:grid;gap:12px;max-width:900px;margin:0 auto}
.alln-detail-faq article{padding:22px 24px;border:1px solid var(--alln-line);border-radius:16px;background:#fff}
.alln-detail-faq h3{margin:0 0 8px;font-size:18px}
.alln-detail-faq p{margin:0;color:var(--alln-muted);line-height:1.6}
.alln-detail-footer{padding:34px 0;background:#101b23;color:#bfcbd1;font-size:13px}
.alln-detail-footer .alln-detail-container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.alln-detail-note{font-size:13px;color:#70808b;line-height:1.55}
.alln-detail-sticky{display:none}
@media(max-width:900px){
  .alln-detail-hero-grid,.alln-detail-proof{grid-template-columns:1fr}
  .alln-detail-hero{padding-top:45px}
  .alln-detail-product-stage{min-height:390px}
  .alln-detail-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .alln-detail-container{width:min(100% - 24px,1160px)}
  .alln-detail-navlinks .alln-detail-btn{display:none}
  .alln-detail-brand span{font-size:13px}
  .alln-detail-hero{padding:38px 0 50px}
  .alln-detail-hero-grid{gap:34px}
  .alln-detail-hero h1{font-size:42px}
  .alln-detail-hero p{font-size:17px}
  .alln-detail-product-stage{min-height:330px}
  .alln-detail-product-stage img{max-height:290px}
  .alln-detail-fit-grid{grid-template-columns:1fr}
  .alln-detail-section{padding:54px 0}
  .alln-detail-sticky{position:sticky;bottom:0;z-index:30;display:block;padding:10px 12px;background:rgba(255,255,255,.95);border-top:1px solid var(--alln-line);backdrop-filter:blur(8px)}
  .alln-detail-sticky .alln-detail-btn{width:100%}
}
