:root{
    --sg-blue:#0b4f93;
    --sg-blue-dark:#123f73;
    --sg-orange:#ff7900;
    --sg-ink:#20304d;
    --sg-muted:#63758a;
    --sg-soft:#eef6fb;
    --sg-line:#dce8f2;
}

/* Existing shared page styles */
.sg-page-hero,.play-zone-hero{padding:92px 20px 78px;background:linear-gradient(135deg,#eaf6ff,#fff2e8);text-align:center}
.sg-page-hero.learn{background:linear-gradient(135deg,#fff3d8,#e9f7ff)}
.play-zone-hero{background:linear-gradient(135deg,#fee77d,#ffb8d2 50%,#9fddff)}
.sg-page-hero h1,.play-zone-hero h1{font-size:clamp(42px,7vw,72px);line-height:1;margin:12px auto;max-width:900px;color:#20304d}
.sg-page-hero p,.play-zone-hero p{font-size:18px;color:#5f6c85;max-width:720px;margin:auto}
.sg-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:#e4332b}
.sg-content-section{padding:70px 20px}
.topic-grid,.play-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.topic-card,.play-card{border:1px solid #dfeaf2;border-radius:22px;padding:24px;background:#fff;text-decoration:none;color:#20304d;box-shadow:0 10px 28px rgba(32,48,77,.07);transition:.2s}
.topic-card:hover,.play-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(32,48,77,.12)}
.topic-card>span,.play-card>span{font-size:38px}
.topic-card h2,.play-card h2{font-size:24px;margin:14px 0 8px}
.topic-card p,.play-card p{color:#647087;line-height:1.6}
.topic-card b,.play-card b{color:#e4332b}
.quiz-band{margin-top:46px;padding:34px;border-radius:24px;background:#20304d;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}
.quiz-band h2{margin:8px 0 0}
.quiz-band a{background:#e4332b;color:#fff;padding:14px 20px;border-radius:13px;text-decoration:none;font-weight:800;white-space:nowrap}
.sg-info-note{margin-top:28px;border-left:4px solid #f9b44c;background:#fff8e8;padding:18px 22px}
.parent-gate{max-width:560px;margin:auto;text-align:center;padding:30px;border:1px solid #dfeaf2;border-radius:22px;background:#fff}
.parent-gate input{width:90px;padding:12px;border:1px solid #ccdce8;border-radius:10px;margin:10px}
.parent-gate button{border:0;background:#e4332b;color:#fff;border-radius:11px;padding:13px 17px;font-weight:800}
.parent-gate small{display:block;color:#e4332b}

/* Where to Buy */
.where-buy-hero{position:relative;display:flex;min-height:45vh;align-items:center;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center;border-bottom:18px solid #063e7a}
.where-buy-hero::before{position:absolute;inset:0;z-index:1;background:rgba(0,35,70,.55);content:""}
.where-buy-hero .container{position:relative;z-index:2;width:100%;max-width:820px;margin:auto}
.where-buy-kicker,.where-buy-label{display:inline-block;color:var(--sg-orange);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.where-buy-hero h1{margin:12px 0 16px;color:#fff;font-size:clamp(42px,5vw,58px);line-height:1.08}
.where-buy-hero p{max-width:680px;margin:auto;color:rgba(255,255,255,.92);font-size:17px;line-height:1.75}
.where-buy-intro{position:relative;overflow:hidden;padding:92px 0;background:radial-gradient(circle at 8% 15%,rgba(255,121,0,.10),transparent 24%),radial-gradient(circle at 94% 85%,rgba(30,136,229,.10),transparent 26%),#fff}
.where-buy-intro-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:70px;padding:62px 68px;border:1px solid var(--sg-line);border-radius:32px;background:linear-gradient(135deg,#fff 0%,#f8fbfe 100%);box-shadow:0 24px 65px rgba(22,65,108,.09)}
.where-buy-intro-copy h2{max-width:650px;margin:12px 0 20px;color:var(--sg-blue-dark);font-size:clamp(36px,4vw,52px);line-height:1.1;letter-spacing:-.035em}
.where-buy-intro-copy>p{max-width:630px;margin:0;color:var(--sg-muted);font-size:16px;line-height:1.85}
.where-buy-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.where-buy-trust span{padding:8px 13px;border:1px solid #dce8f2;border-radius:999px;background:#fff;color:#315b81;font-size:12px;font-weight:700}
.where-buy-main-btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:14px;margin-top:30px;padding:0 25px;border-radius:999px;background:var(--sg-orange);color:#fff;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 14px 28px rgba(255,121,0,.23);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.where-buy-main-btn:hover{background:#e96f00;color:#fff;transform:translateY(-2px);box-shadow:0 17px 32px rgba(255,121,0,.29)}
.where-buy-main-btn b{font-size:18px}
.where-buy-intro-visual{position:relative;min-height:390px}
.where-buy-product-stage{position:absolute;top:50%;left:50%;z-index:2;display:grid;width:285px;height:285px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#edf7ff,#ffdfbd);box-shadow:inset 0 0 0 13px rgba(255,255,255,.48),0 26px 55px rgba(22,64,102,.15);transform:translate(-50%,-50%)}
.where-buy-product-stage img{display:block;max-width:76%;max-height:82%;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(17,49,82,.22))}
.where-buy-float-card{position:absolute;z-index:4;min-width:210px;padding:15px 17px;border:1px solid #dbe8f2;border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 15px 34px rgba(20,59,98,.14);backdrop-filter:blur(8px)}
.where-buy-float-card strong,.where-buy-float-card small,.where-buy-float-card a{display:block}
.where-buy-float-card strong{color:var(--sg-blue-dark);font-size:13px}
.where-buy-float-card small{margin-top:3px;color:#7a8999;font-size:11px}
.where-buy-float-card a{margin-top:8px;color:var(--sg-orange);font-size:12px;font-weight:800;text-decoration:none}
.where-buy-float-card-top{top:10px;right:0}
.where-buy-float-card-bottom{bottom:10px;left:0}
.where-buy-visual-shape{position:absolute;display:block;border-radius:50%}
.where-buy-visual-shape-one{top:20px;left:35px;width:92px;height:92px;background:#bfe7ff}
.where-buy-visual-shape-two{right:25px;bottom:20px;width:68px;height:68px;background:#ffd6a7}
.where-buy-retailers{padding:94px 0;background:var(--sg-soft)}
.where-buy-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:70px;margin-bottom:42px}
.where-buy-heading h2{max-width:720px;margin:10px 0 0;color:var(--sg-blue-dark);font-size:clamp(34px,4vw,50px);line-height:1.12;letter-spacing:-.035em}
.where-buy-heading>p{margin:0;color:var(--sg-muted);font-size:15px;line-height:1.8}
.where-buy-groups{display:grid;gap:24px}
.where-buy-group{padding:30px;border:1px solid #dbe7f1;border-radius:26px;background:#fff;box-shadow:0 14px 36px rgba(21,62,103,.06)}
.where-buy-group-head{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:17px;margin-bottom:24px}
.where-buy-group-mark{display:grid;width:56px;height:56px;place-items:center;border-radius:16px;color:var(--sg-blue-dark);font-size:23px;font-weight:800}
.where-buy-group-mark-pharmacy{background:#e8f5ff}
.where-buy-group-mark-supermarket{background:#eaf7ef}
.where-buy-group-mark-marketplace{background:#fff0e2}
.where-buy-group-head h3{margin:0 0 4px;color:var(--sg-blue-dark);font-size:21px}
.where-buy-group-head p{margin:0;color:#708196;font-size:13px;line-height:1.6}
.where-buy-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.where-buy-card{position:relative;display:flex;min-height:170px;flex-direction:column;overflow:hidden;padding:22px;border:1px solid #e1ebf3;border-radius:19px;background:#fbfdff;color:inherit;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.where-buy-card:hover{border-color:#bfd8ea;color:inherit;transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,61,101,.09)}
.where-buy-card.is-coming-soon{cursor:default}
.where-buy-card.is-coming-soon:hover{transform:none;box-shadow:none}
.where-buy-card-logo{display:flex;min-height:67px;align-items:center}
.where-buy-card-logo img{display:block;max-width:155px;max-height:58px;object-fit:contain}
.where-buy-card-logo strong{color:var(--sg-blue-dark);font-size:21px;line-height:1.2}
.where-buy-card-footer{margin-top:auto;padding-top:20px}
.where-buy-card-footer span,.where-buy-card-footer small{display:block}
.where-buy-card-footer span{color:#203f62;font-size:13px;font-weight:800}
.where-buy-card-footer small{margin-top:3px;color:#8290a0;font-size:11px}
.where-buy-card-arrow{position:absolute;right:20px;bottom:20px;color:var(--sg-orange);font-size:18px}
.where-buy-card.is-coming-soon .where-buy-card-arrow{color:#b8c4cf}
.where-buy-help{padding:84px 0 100px;background:#fff}
.where-buy-help-card{display:flex;align-items:center;justify-content:space-between;gap:45px;padding:52px 58px;border-radius:28px;background:radial-gradient(circle at 92% 20%,rgba(255,121,0,.16),transparent 28%),#0d477e;box-shadow:0 24px 58px rgba(13,71,126,.18)}
.where-buy-help-card h2{margin:9px 0 12px;color:#fff;font-size:clamp(31px,4vw,45px);line-height:1.12}
.where-buy-help-card p{max-width:680px;margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.75}
.where-buy-help-card>a{display:inline-flex;min-height:52px;flex:0 0 auto;align-items:center;justify-content:center;gap:13px;padding:0 24px;border-radius:999px;background:#fff;color:var(--sg-blue-dark);font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 12px 26px rgba(0,0,0,.14);transition:transform .2s ease}
.where-buy-help-card>a:hover{color:var(--sg-blue-dark);transform:translateY(-2px)}

@media(max-width:1000px){
    .where-buy-intro-grid{grid-template-columns:minmax(0,1fr) 340px;gap:40px;padding:50px 42px}
    .where-buy-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
    .where-buy-hero{min-height:50vh;padding:58px 0;border-bottom-width:14px}
    .where-buy-intro,.where-buy-retailers{padding:65px 0}
    .where-buy-intro-grid,.where-buy-heading{grid-template-columns:1fr}
    .where-buy-intro-grid{gap:30px;padding:40px 26px;border-radius:25px}
    .where-buy-intro-visual{min-height:340px}
    .where-buy-heading{gap:18px;margin-bottom:32px}
    .where-buy-help-card{align-items:flex-start;flex-direction:column;padding:42px 30px}
}

@media(max-width:560px){
    .where-buy-hero h1{font-size:39px}
    .where-buy-intro-grid{padding:34px 20px}
    .where-buy-intro-copy h2{font-size:34px}
    .where-buy-main-btn{width:100%}
    .where-buy-intro-visual{min-height:305px}
    .where-buy-product-stage{width:225px;height:225px}
    .where-buy-float-card{min-width:185px;padding:12px 14px}
    .where-buy-group{padding:22px 18px}
    .where-buy-card-grid{grid-template-columns:1fr}
    .where-buy-card{min-height:145px}
    .where-buy-help{padding:60px 0 75px}
    .where-buy-help-card{padding:36px 22px}
    .where-buy-help-card>a{width:100%}
    .topic-grid,.play-grid{grid-template-columns:1fr}
    .quiz-band{align-items:flex-start;flex-direction:column}
    .sg-page-hero,.play-zone-hero{padding:60px 18px}
}

@media(prefers-reduced-motion:reduce){
    .where-buy-main-btn,.where-buy-card,.where-buy-help-card>a{transition:none!important}
}
