/* ============================================================
   Bell Rebel Publishers — Master Stylesheet
   style.css — linked by all pages
   ============================================================ */

/* Google Fonts are loaded via <link> in each HTML <head> */

:root {
      --navy:#1a2e44; --sky:#4a90b8; --gold:#e8a830;
      --cream:#faf7f2; --rust:#c0522a; --text:#1a2e44;
      --muted:#6b7f8e; --white:#ffffff; --radius:12px;
      --shadow:0 8px 32px rgba(26,46,68,.12);
    }
    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
    html{scroll-behavior:smooth;}
    body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden;}

    /* ── NAV ── */
    nav{position:sticky;top:0;z-index:100;background:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;box-shadow:0 2px 20px rgba(0,0,0,.3);}
    .nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;}
    .nav-logo-icon{width:36px;height:36px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:900;font-size:1.1rem;color:var(--navy);}
    .nav-logo-text{font-family:'Playfair Display',serif;color:var(--white);font-size:.9rem;line-height:1.2;}
    .nav-logo-text span{color:var(--gold);font-style:italic;}
    nav ul{display:flex;gap:0;list-style:none;}
    nav ul li a{display:block;padding:.5rem .95rem;color:rgba(255,255,255,.78);text-decoration:none;font-size:.83rem;font-weight:500;border-radius:6px;transition:color .2s,background .2s;}
    nav ul li a:hover{color:var(--gold);background:rgba(255,255,255,.06);}
    .nav-cta{background:var(--gold)!important;color:var(--navy)!important;font-weight:700!important;padding:.42rem 1.1rem!important;border-radius:50px!important;}
    .nav-cta:hover{background:#d4942a!important;color:var(--navy)!important;}
    .hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
    .hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;}

    /* ── HERO ── */
    .hero{position:relative;background:linear-gradient(135deg,var(--navy) 0%,#243d5a 55%,#2e5478 100%);color:var(--white);padding:5rem 2rem 4rem;overflow:hidden;min-height:500px;display:flex;align-items:center;}
    .hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(74,144,184,.25) 0%,transparent 55%),radial-gradient(circle at 10% 80%,rgba(232,168,48,.1) 0%,transparent 45%);pointer-events:none;}
    .hero-deco{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(74,144,184,.18) 0%,transparent 65%);border-radius:50%;pointer-events:none;}
    .hero-content{position:relative;z-index:1;max-width:680px;}
    .hero-eyebrow{font-family:'Caveat',cursive;font-size:1.45rem;color:var(--gold);margin-bottom:.6rem;}
    .hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;line-height:1.1;margin-bottom:1.2rem;}
    .hero h1 em{color:var(--gold);font-style:italic;}
    .hero-desc{font-size:1.08rem;line-height:1.75;color:rgba(255,255,255,.82);max-width:520px;margin-bottom:1.5rem;}
    .hero-quote{border-left:3px solid var(--gold);padding-left:1.2rem;font-style:italic;color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.65;margin-bottom:2rem;}
    .hero-btns{display:flex;gap:1rem;flex-wrap:wrap;}
    .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.8rem;border-radius:50px;font-weight:700;font-size:.93rem;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none;font-family:'DM Sans',sans-serif;}
    .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.22);}
    .btn-gold{background:var(--gold);color:var(--navy);}
    .btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4);}
    .btn-outline:hover{border-color:var(--gold);color:var(--gold);}
    .btn-navy{background:var(--navy);color:var(--white);}
    .btn-sky{background:var(--sky);color:var(--white);}

    /* ── SECTION HELPERS ── */
    .section-tag{display:inline-block;background:var(--sky);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .88rem;border-radius:50px;margin-bottom:.75rem;}
    .section-tag.gold{background:var(--gold);color:var(--navy);}
    .section-header{text-align:center;margin-bottom:3rem;}
    .section-header h2{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:var(--navy);line-height:1.15;}
    .section-header h2 em{color:var(--sky);font-style:italic;}
    .section-header p{margin-top:.8rem;color:var(--muted);max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7;font-size:.95rem;}

    /* ── BRAIN SECTION ── */
    .brain-section{background:var(--white);padding:5rem 2rem;}
    .brain-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
    .brain-card{background:linear-gradient(135deg,var(--navy),#2e5478);border-radius:20px;padding:2.5rem;color:var(--white);text-align:center;}
    .brain-card-title{font-family:'Playfair Display',serif;font-size:1.05rem;opacity:.75;margin-bottom:1.5rem;}
    .brain-halves{display:flex;gap:1rem;margin:0 0 1rem;}
    .brain-half{flex:1;border-radius:12px;padding:1.4rem 1rem;font-size:.84rem;line-height:1.6;}
    .brain-half.left{background:rgba(74,144,184,.28);}
    .brain-half.right{background:rgba(232,168,48,.18);}
    .brain-half strong{display:block;font-family:'Playfair Display',serif;font-size:1.5rem;margin-bottom:.4rem;}
    .brain-half.left strong{color:var(--sky);}
    .brain-half.right strong{color:var(--gold);}
    .brain-badge{display:inline-block;background:var(--gold);color:var(--navy);font-weight:700;font-size:.76rem;padding:.38rem 1rem;border-radius:50px;letter-spacing:.04em;margin-top:.5rem;}
    .acronym-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem;}
    .acronym-item{background:var(--white);border-radius:10px;padding:.8rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow);}
    .acronym-letter{width:36px;height:36px;background:var(--navy);color:var(--gold);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:900;font-size:1.1rem;flex-shrink:0;}
    .acronym-item span{font-size:.8rem;color:var(--muted);font-weight:500;}
    .brain-text h2{font-family:'Playfair Display',serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:var(--navy);line-height:1.2;margin-bottom:1.2rem;}
    .brain-text h2 em{color:var(--sky);font-style:italic;}
    .brain-text p{color:var(--muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem;}

    /* ── STATS BAND ── */
    .stats-band{background:var(--navy);padding:3rem 2rem;}
    .stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}
    .stat-box{text-align:center;padding:1.5rem 1rem;}
    .stat-num{font-family:'Playfair Display',serif;font-size:2.6rem;font-weight:900;color:var(--gold);line-height:1;}
    .stat-label{font-size:.82rem;color:rgba(255,255,255,.65);margin-top:.4rem;line-height:1.5;}

    /* ── PRODUCTS ── */
    .products-section{padding:5rem 2rem;background:var(--cream);}
    .products-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;}
    .product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;}
    .product-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(26,46,68,.16);}
    .product-header{padding:0;position:relative;overflow:hidden;} .product-header-text{padding:1.2rem 1.5rem .8rem;}
    .product-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;position:absolute;top:1.4rem;right:1.4rem;}
    .product-tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.24rem .7rem;border-radius:50px;margin-bottom:.7rem;}
    .tag-math{background:#e8f4fd;color:var(--sky);}
    .tag-creative{background:#fef3e2;color:var(--rust);}
    .tag-wisdom{background:#f0f7ee;color:#3a7a3a;}
    .tag-art{background:#fde8e8;color:var(--rust);}
    .product-header h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.4rem;}
    .product-age{font-size:.78rem;color:var(--muted);font-weight:500;}
    .product-age strong{color:var(--gold);}
    .product-body{padding:0 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column;}
    .product-body p{font-size:.88rem;color:var(--muted);line-height:1.7;flex:1;margin-bottom:1.2rem;}
    .product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;border-top:1px solid var(--cream);}
    .product-format{font-size:.74rem;color:var(--muted);}
    .product-link{font-size:.82rem;font-weight:700;color:var(--sky);text-decoration:none;}
    .product-link:hover{color:var(--navy);}

    /* ── BIRTHDAY FEATURE ── */
    .feature-section{background:var(--navy);padding:5rem 2rem;color:var(--white);}
    .feature-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
    .feature-text .section-tag{background:var(--gold);color:var(--navy);}
    .feature-text h2{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.15;margin-bottom:1.2rem;}
    .feature-text h2 em{color:var(--gold);}
    .feature-text p{color:rgba(255,255,255,.75);line-height:1.8;margin-bottom:1rem;font-size:.95rem;}
    .feature-steps{margin-top:1.5rem;display:flex;flex-direction:column;gap:.85rem;}
    .feature-step{display:flex;align-items:flex-start;gap:1rem;}
    .step-num{width:28px;height:28px;background:var(--gold);color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0;margin-top:.1rem;}
    .step-text{font-size:.9rem;color:rgba(255,255,255,.75);line-height:1.6;}
    .virtue-cards-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
    .virtue-card{background:linear-gradient(135deg,#2e5478,#3a6a94);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:transform .2s;}
    .virtue-card:hover{transform:scale(1.03);}
    .virtue-card:first-child{grid-column:1/-1;background:linear-gradient(135deg,var(--rust),#d4652a);display:flex;align-items:center;gap:1rem;}
    .virtue-emoji{font-size:2rem;}
    .virtue-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;margin-bottom:.3rem;}
    .virtue-desc{font-size:.78rem;color:rgba(255,255,255,.7);line-height:1.5;}

    /* ── ABOUT PILLARS ── */
    .about-section{background:var(--white);padding:5rem 2rem;}
    .about-inner{max-width:900px;margin:0 auto;text-align:center;}
    .about-inner h2{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:var(--navy);margin-bottom:1.5rem;}
    .about-inner p{color:var(--muted);line-height:1.9;margin-bottom:1.1rem;font-size:.96rem;max-width:700px;margin-left:auto;margin-right:auto;}
    .about-pillars{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap;}
    .pillar{text-align:center;max-width:175px;}
    .pillar-icon{width:64px;height:64px;background:var(--cream);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 1rem;}
    .pillar h4{font-family:'Playfair Display',serif;font-size:1rem;color:var(--navy);margin-bottom:.4rem;}
    .pillar p{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0;}

    /* ── FOOTER ── */
    footer{background:var(--navy);color:rgba(255,255,255,.6);padding:3rem 2rem 2rem;}
    .footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;}
    .footer-brand h3{font-family:'Playfair Display',serif;color:var(--white);font-size:1.2rem;margin-bottom:.6rem;}
    .footer-brand p{font-size:.82rem;line-height:1.7;max-width:270px;}
    .footer-col h4{color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem;}
    .footer-col ul{list-style:none;}
    .footer-col ul li{margin-bottom:.4rem;}
    .footer-col ul li a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.82rem;transition:color .2s;}
    .footer-col ul li a:hover{color:var(--gold);}
    .footer-btm{max-width:1100px;margin:1.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:.76rem;flex-wrap:wrap;gap:1rem;}

    /* ── RESPONSIVE ── */
    @media(max-width:900px){
      nav ul{display:none;}
      nav ul.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--navy);padding:1rem;box-shadow:0 8px 20px rgba(0,0,0,.3);}
      .hamburger{display:flex;}
      .brain-inner,.feature-inner{grid-template-columns:1fr;gap:2rem;}
      .stats-inner{grid-template-columns:repeat(2,1fr);}
      .footer-inner{grid-template-columns:1fr 1fr;}
      .virtue-cards-visual{grid-template-columns:1fr;}
      .virtue-card:first-child{grid-column:auto;}
    }
    @media(max-width:600px){
      .footer-inner{grid-template-columns:1fr;}
      .stats-inner{grid-template-columns:repeat(2,1fr);}
      .products-grid{grid-template-columns:1fr;}
    }
  
    /* ── IMAGES ── */
    .product-img{width:100%;height:220px;object-fit:cover;border-radius:12px 12px 0 0;display:block;}
    .hero-img{width:100%;border-radius:16px;box-shadow:0 12px 40px rgba(26,46,68,.2);object-fit:cover;}
    .feature-img{width:100%;border-radius:12px;object-fit:cover;max-height:340px;}
    .gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:1.5rem;}
    .gallery img{width:100%;border-radius:10px;object-fit:cover;height:150px;box-shadow:var(--shadow);transition:transform .2s;}
    .gallery img:hover{transform:scale(1.04);}
    .brain-img{width:100%;border-radius:16px;margin-top:1rem;box-shadow:var(--shadow);}

/* ── PAGE-SPECIFIC: inner pages shared layout ── */
.page-hero{position:relative;background:linear-gradient(135deg,var(--navy) 0%,#243d5a 55%,#2e5478 100%);color:var(--white);padding:4rem 2rem 3rem;overflow:hidden;}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 75% 40%,rgba(74,144,184,.22) 0%,transparent 55%);pointer-events:none;}
.page-hero-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;}
.breadcrumb{font-size:.78rem;color:rgba(255,255,255,.45);margin-bottom:.8rem;}
.breadcrumb a{color:rgba(255,255,255,.45);text-decoration:none;}
.breadcrumb a:hover{color:var(--gold);}
.breadcrumb span{margin:0 .35rem;}
.eyebrow{font-family:'Caveat',cursive;color:var(--gold);font-size:1.25rem;margin-bottom:.5rem;}
.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,4.5vw,3rem);font-weight:900;line-height:1.1;margin-bottom:1rem;}
.page-hero h1 em{color:var(--gold);font-style:italic;}
.page-hero p{font-size:1rem;color:rgba(255,255,255,.8);max-width:580px;line-height:1.7;margin-bottom:1.5rem;}
.hero-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:.35rem .9rem;border-radius:50px;font-size:.78rem;color:rgba(255,255,255,.85);}

.content-sec{padding:4.5rem 2rem;}
.content-sec.bg-white{background:var(--white);}
.content-sec.bg-navy{background:var(--navy);color:var(--white);}
.content-sec.bg-navy .section-header h2{color:var(--white);}
.content-inner{max-width:1100px;margin:0 auto;}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}

.card{background:var(--white);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow);}
.card-gold{border-top:4px solid var(--gold);}
.card-sky{border-top:4px solid var(--sky);}
.card-rust{border-top:4px solid var(--rust);}
.card h3{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--navy);margin-bottom:.5rem;}
.card p{color:var(--muted);line-height:1.7;font-size:.88rem;}
.card .card-icon{font-size:2rem;margin-bottom:.8rem;}

.highlight-box{background:linear-gradient(135deg,var(--navy),#2e5478);color:var(--white);border-radius:16px;padding:2.5rem;}
.highlight-box.gold-grad{background:linear-gradient(135deg,var(--rust),#d4692a);}
.highlight-box h3{font-family:'Playfair Display',serif;font-size:1.4rem;margin-bottom:.8rem;}
.highlight-box p{color:rgba(255,255,255,.8);line-height:1.75;font-size:.93rem;margin-bottom:.75rem;}

.order-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 40px rgba(26,46,68,.15);border:2px solid var(--gold);}
.order-card h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--navy);margin-bottom:.3rem;}
.price-row{display:flex;align-items:baseline;gap:.4rem;margin:1rem 0;}
.price-row .price{font-family:'Playfair Display',serif;font-size:2.6rem;font-weight:900;color:var(--rust);line-height:1;}
.price-row .currency{font-size:1.2rem;font-weight:700;color:var(--rust);}
.price-row .note{font-size:.78rem;color:var(--muted);}
.spec-list{margin:.8rem 0 1.2rem;display:flex;flex-direction:column;gap:.4rem;}
.spec-row{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--muted);padding-bottom:.4rem;border-bottom:1px solid var(--cream);}
.spec-row:last-child{border:none;}

.steps{display:flex;flex-direction:column;gap:.9rem;margin:1.2rem 0;}
.step{display:flex;gap:.9rem;align-items:flex-start;}
.stepn{width:28px;height:28px;background:var(--gold);color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0;margin-top:.1rem;}
.stept{font-size:.88rem;color:var(--muted);line-height:1.6;}
.stept strong{color:var(--navy);display:block;font-size:.9rem;}

.quote-block{border-left:4px solid var(--gold);padding:1rem 1.4rem;background:var(--cream);border-radius:0 10px 10px 0;margin:1.5rem 0;font-style:italic;color:var(--muted);line-height:1.7;font-size:.93rem;}

.digit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin:2rem 0;}
.digit-cell{background:var(--white);border-radius:10px;padding:1.2rem;text-align:center;box-shadow:var(--shadow);cursor:pointer;transition:transform .2s,background .2s;}
.digit-cell:hover{transform:scale(1.05);background:var(--navy);}
.digit-cell:hover .digit-num{color:var(--gold);}
.digit-cell:hover p{color:rgba(255,255,255,.7);}
.digit-num{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;color:var(--navy);line-height:1;}
.digit-cell p{font-size:.72rem;color:var(--muted);margin-top:.3rem;}

.zodiac-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;}
.zodiac-card{background:var(--white);border-radius:12px;padding:1.2rem;box-shadow:var(--shadow);transition:transform .2s;}
.zodiac-card:hover{transform:translateY(-4px);}
.zodiac-card .sign-icon{font-size:1.8rem;margin-bottom:.4rem;}
.zodiac-card h4{font-family:'Playfair Display',serif;color:var(--navy);font-size:.95rem;margin-bottom:.2rem;}
.zodiac-card p{font-size:.75rem;color:var(--muted);}
.zodiac-card .vol-tag{font-size:.68rem;font-weight:700;background:var(--cream);color:var(--sky);padding:.2rem .5rem;border-radius:4px;display:inline-block;margin-top:.3rem;}

.virtue-words{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0;}
.vword{background:var(--white);border:1px solid rgba(26,46,68,.1);padding:.4rem .9rem;border-radius:50px;font-size:.83rem;color:var(--navy);font-weight:500;transition:background .2s,color .2s,border .2s;cursor:default;}
.vword:hover{background:var(--navy);color:var(--gold);border-color:var(--navy);}

.riddle-poem{background:linear-gradient(135deg,var(--navy),#2e5478);color:var(--white);border-radius:16px;padding:2.5rem;font-family:'Playfair Display',serif;font-size:1rem;line-height:2;text-align:center;}
.riddle-poem em{color:var(--gold);font-style:italic;font-size:1.15em;}

.reasons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:2rem;}
.reason{background:var(--cream);border-radius:10px;padding:1.2rem;text-align:center;}
.reason .ricon{font-size:1.7rem;margin-bottom:.5rem;}
.reason h4{font-family:'Playfair Display',serif;font-size:.9rem;color:var(--navy);margin-bottom:.3rem;}
.reason p{font-size:.75rem;color:var(--muted);line-height:1.5;}

@media(max-width:900px){
  .two-col,.three-col,.four-col{grid-template-columns:1fr;gap:1.5rem;}
  .digit-grid{grid-template-columns:repeat(5,1fr);}
}
@media(max-width:600px){
  .digit-grid{grid-template-columns:repeat(3,1fr);}
  .reasons-grid{grid-template-columns:1fr 1fr;}
}
