:root{--blue:#073a9b;--blue2:#0b62e8;--red:#ef2b2d;--yellow:#ffd22f;--ink:#151a2d;--muted:#6f7484;--cream:#fff8e8;--white:#fff;--shadow:0 18px 50px rgba(20,38,90,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--ink);background:#fff}.topbar{background:var(--blue);color:white;text-align:center;padding:9px 16px;font-size:13px}.topbar span{color:var(--yellow);padding:0 8px}.topbar a{color:white;font-weight:700;margin-left:12px}.header{height:86px;padding:0 max(4vw,24px);display:flex;align-items:center;gap:28px;background:white;position:sticky;top:0;z-index:50;box-shadow:0 5px 25px rgba(0,0,0,.06)}.brand{display:flex;align-items:center;text-decoration:none;color:var(--blue);min-width:255px}.brand img{width:60px;height:60px;object-fit:cover;border-radius:50%;margin-right:11px}.brand strong{font-family:'Baloo 2';font-size:23px;line-height:1;display:block}.brand em{font-style:normal;color:var(--red)}.brand small{font-size:10px;color:var(--red)}nav{display:flex;gap:24px;align-items:center;flex:1;justify-content:center}nav a{text-decoration:none;color:var(--ink);font-size:14px;font-weight:600}.header-cta,.btn{border-radius:999px;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer}.header-cta{background:var(--red);color:white;padding:13px 20px}.menu{display:none}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#fff8e8 48%,#eef6ff 100%);padding:70px max(6vw,30px);position:relative}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:var(--red)}h1,h2,h3{font-family:'Baloo 2',sans-serif;margin:0}.hero h1{font-size:clamp(58px,7vw,104px);line-height:.86;margin:22px 0 28px;letter-spacing:-4px}.hero h1 span{color:var(--blue2)}.hero p{font-size:18px;line-height:1.7;max-width:620px;color:var(--muted)}.hero-actions{display:flex;gap:14px;margin:32px 0}.btn{padding:15px 25px}.primary{background:var(--red);color:white;box-shadow:0 10px 25px rgba(239,43,45,.25)}.secondary{background:white;color:var(--blue);border:1px solid #dce5f3}.hero-stats{display:flex;gap:35px;margin-top:45px}.hero-stats div{display:flex;flex-direction:column}.hero-stats b{font-family:'Baloo 2';font-size:26px;color:var(--blue)}.hero-stats small{color:var(--muted)}.hero-visual{height:570px;position:relative;display:flex;align-items:center;justify-content:center}.hero-product{width:88%;max-height:520px;object-fit:contain;position:relative;z-index:3;border-radius:28px;box-shadow:var(--shadow);transform:rotate(2deg)}.blob{position:absolute;border-radius:50%}.blob.one{width:420px;height:420px;background:var(--yellow);top:40px;right:5%}.blob.two{width:260px;height:260px;background:#77d7ff;bottom:5px;left:3%}.floating-card{position:absolute;z-index:4;background:white;padding:14px 18px;border-radius:16px;box-shadow:var(--shadow);font-weight:700}.card-a{top:55px;left:5%}.card-b{bottom:55px;right:2%}.ticker{overflow:hidden;background:var(--red);color:white;padding:14px 0;font-weight:800;letter-spacing:2px;white-space:nowrap}.ticker div{animation:ticker 25s linear infinite}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:95px max(6vw,30px)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px}.section-head h2,.about-copy h2,.dealer-section h2,.age-section h2{font-size:clamp(38px,4.7vw,64px);line-height:1}.section-head a{color:var(--blue);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category{border:1px solid #e7e9ef;background:white;padding:27px 18px;border-radius:24px;text-align:left;cursor:pointer;transition:.25s}.category:hover,.category.active{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}.category span{font-size:42px;display:block;margin-bottom:25px}.category b{font-family:'Baloo 2';font-size:19px;display:block}.category small{color:var(--muted)}.launch-section{background:var(--blue);padding:95px max(6vw,30px);position:relative}.light h2,.light .eyebrow{color:white}.launch-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:260px 260px;gap:20px}.launch-card{background:white;border-radius:28px;overflow:hidden;position:relative;display:flex;align-items:center;padding:24px}.launch-card.large{grid-row:1/3}.launch-card.dark{background:#10162a;color:white}.launch-card img{width:60%;height:100%;object-fit:contain;border-radius:18px}.launch-card.large img{width:65%}.launch-card div{position:relative;z-index:2}.launch-card span{font-size:11px;color:var(--red);font-weight:800;letter-spacing:1.5px}.launch-card h3{font-size:36px;line-height:1;margin:8px 0}.launch-card p{color:var(--muted);line-height:1.5}.launch-card a{font-weight:800;color:var(--blue)}.dark a{color:var(--yellow)}.controls{display:flex;gap:10px}.controls input,.controls select,form input,form select,form textarea{border:1px solid #dfe3eb;border-radius:14px;padding:14px 16px;font:inherit;background:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid #e9ebf0;border-radius:24px;overflow:hidden;background:white;transition:.25s;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-image{height:250px;background:linear-gradient(135deg,#f6f8ff,#fff7df);display:flex;align-items:center;justify-content:center;padding:16px}.product-image img{width:100%;height:100%;object-fit:contain;border-radius:14px}.product-body{padding:20px}.product-body .tag{font-size:10px;font-weight:800;letter-spacing:1.3px;color:var(--red)}.product-body h3{font-size:23px;line-height:1.05;margin:8px 0}.product-body p{font-size:13px;color:var(--muted);min-height:40px}.product-meta{display:flex;justify-content:space-between;font-size:12px;border-top:1px solid #edf0f5;padding-top:13px}.product-actions{display:flex;gap:8px;margin-top:15px}.product-actions button,.product-actions a{flex:1;border-radius:10px;padding:11px;text-align:center;text-decoration:none;font-size:12px;font-weight:800;border:0;cursor:pointer}.quick{background:#edf4ff;color:var(--blue)}.enquire{background:var(--red);color:white}.center{text-align:center;margin-top:40px}.age-section{padding:70px max(6vw,30px);background:var(--cream);display:flex;align-items:center;justify-content:space-between;gap:30px}.age-section p{color:var(--muted)}.age-pills{display:flex;flex-wrap:wrap;gap:12px;max-width:520px}.age-pills button{background:white;border:0;border-radius:999px;padding:18px 25px;font-weight:800;color:var(--blue);box-shadow:0 8px 20px rgba(0,0,0,.06);cursor:pointer}.about-section{padding:105px max(6vw,30px);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-visual{position:relative}.about-visual img{width:100%;border-radius:32px;box-shadow:var(--shadow)}.experience{position:absolute;right:-25px;bottom:-30px;background:var(--yellow);padding:25px;border-radius:25px;display:flex;align-items:center;gap:12px}.experience b{font-family:'Baloo 2';font-size:55px;color:var(--blue)}.experience span{font-weight:800;font-size:13px}.about-copy p{line-height:1.75;color:var(--muted);font-size:17px}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:30px 0}.value-grid div{display:grid;grid-template-columns:40px 1fr}.value-grid span{font-size:25px;color:var(--red);grid-row:1/3}.value-grid small{color:var(--muted)}.promise-section{padding:95px max(6vw,30px);background:#f5f8fe}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.promise-grid article{background:white;border-radius:22px;padding:30px}.promise-grid span{font-family:'Baloo 2';font-size:44px;color:#dce8fb}.promise-grid h3{font-size:25px}.promise-grid p{color:var(--muted);line-height:1.6}.dealer-section{padding:100px max(6vw,30px);display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;background:linear-gradient(135deg,#082d7b,#0b5ad8);color:white}.dealer-section .eyebrow{color:var(--yellow)}.dealer-section p,.dealer-section li{color:#d7e5ff;line-height:1.7}.dealer-section ul{padding:0;list-style:none}.dealer-section form{background:white;padding:30px;border-radius:26px;display:flex;flex-direction:column;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}form textarea{min-height:120px}.footer-main{background:#10162a;color:white;padding:75px max(6vw,30px);display:grid;grid-template-columns:1.5fr .7fr .9fr 1.2fr;gap:45px}.inverse{color:white}.footer-main h4{font-family:'Baloo 2';font-size:20px}.footer-main a{display:block;color:#bac2d8;text-decoration:none;margin:12px 0}.footer-main p{color:#bac2d8;line-height:1.7}.social{display:flex;gap:10px}.social a{border:1px solid #38415c;padding:10px 14px;border-radius:999px}.footer-bottom{background:#0a0e1c;color:#8e96ad;padding:20px max(6vw,30px);display:flex;justify-content:space-between}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:60}.whatsapp-float a{width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:28px;box-shadow:var(--shadow)}.modal{position:fixed;inset:0;background:rgba(5,12,32,.72);display:none;align-items:center;justify-content:center;z-index:80;padding:20px}.modal.open{display:flex}.modal-box{background:white;border-radius:24px;max-width:760px;width:100%;max-height:90vh;overflow:auto;padding:30px;position:relative}.close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:34px;cursor:pointer}.modal-product{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.modal-product img{width:100%;border-radius:18px}.modal-product h2{font-size:42px}.modal-product p{color:var(--muted);line-height:1.7}@media(max-width:1100px){nav{display:none}.menu{display:block;margin-left:auto;border:0;background:none;font-size:24px}.header-cta{display:none}.hero{grid-template-columns:1fr}.hero-visual{height:450px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.promise-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}}@media(max-width:760px){.header{height:72px}.brand img{width:46px;height:46px}.brand strong{font-size:18px}.brand{min-width:0}.hero{padding:55px 22px}.hero h1{font-size:60px}.hero-stats{gap:16px}.hero-visual{height:340px}.floating-card{font-size:11px}.section,.launch-section,.about-section,.promise-section,.dealer-section{padding:70px 22px}.section-head{align-items:start;flex-direction:column;gap:20px}.category-grid{grid-template-columns:1fr 1fr}.launch-grid{display:block}.launch-card{height:330px;margin-bottom:15px}.launch-card.large{height:430px}.launch-card,.launch-card.large{flex-direction:column}.launch-card img,.launch-card.large img{width:100%;height:65%}.controls{width:100%;flex-direction:column}.product-grid{grid-template-columns:1fr 1fr}.age-section{flex-direction:column;align-items:start;padding:60px 22px}.about-section{grid-template-columns:1fr;gap:55px}.experience{right:5px}.promise-grid{grid-template-columns:1fr}.dealer-section{grid-template-columns:1fr;gap:35px}.form-row{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}.modal-product{grid-template-columns:1fr}}@media(max-width:500px){.product-grid{grid-template-columns:1fr}.hero h1{font-size:50px}.hero-actions{flex-direction:column}.hero-stats{flex-wrap:wrap}.category-grid{grid-template-columns:1fr 1fr}.category{padding:20px 14px}.category span{font-size:32px}.value-grid{grid-template-columns:1fr}}
/* V3 registered logo + interactive 3D category collection */
.brand img{object-fit:contain;background:transparent;border-radius:0}
.category-grid-3d{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;perspective:1100px}
.category-3d{position:relative;min-height:190px;overflow:hidden;isolation:isolate;border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 35px rgba(20,34,70,.14),inset 0 1px 0 rgba(255,255,255,.9);transform-style:preserve-3d;transition:transform .18s ease,box-shadow .25s ease,border-color .25s ease;background:linear-gradient(145deg,var(--c1),var(--c2));color:#10204b}
.category-3d::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,30%) var(--my,20%),rgba(255,255,255,.85),transparent 38%);opacity:.7;z-index:-1}
.category-3d::after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-28px;bottom:-38px;background:rgba(255,255,255,.28);box-shadow:-65px -95px 0 rgba(255,255,255,.14);z-index:-1}
.category-3d:hover{box-shadow:0 28px 55px rgba(20,34,70,.24),0 8px 0 rgba(10,30,80,.08);border-color:#fff}
.category-3d span{display:block;font-size:48px;filter:drop-shadow(0 8px 10px rgba(25,35,70,.18));transform:translateZ(34px)}
.category-3d b{display:block;font-size:18px;line-height:1.15;transform:translateZ(25px)}
.category-3d small{display:block;margin-top:8px;color:rgba(16,32,75,.7);font-weight:700;transform:translateZ(18px)}
.category-3d.active{outline:3px solid #123e9a;outline-offset:3px}
.c-all{--c1:#fff4a8;--c2:#ffd0e2}.c-rc{--c1:#bfe4ff;--c2:#8cc7ff}.c-drum{--c1:#ffd3a3;--c2:#ff9e8c}.c-push{--c1:#c9e8ff;--c2:#b4b8ff}.c-phone{--c1:#ffd0eb;--c2:#c9b6ff}.c-water{--c1:#baf4ee;--c2:#8fd8ff}.c-gun{--c1:#ffd2bd;--c2:#ffaaa2}.c-mini{--c1:#d7f7bd;--c2:#b5ebda}.c-electric{--c1:#d6ceff;--c2:#a9d9ff}.c-rabbit{--c1:#ffe2f2;--c2:#f9c9d7}.c-candy{--c1:#ffe8a6;--c2:#ffb8d2}.c-soft{--c1:#c9f0ff;--c2:#d6c4ff}
.product-image{background:#f7f9ff}.product-image img{object-fit:contain;width:100%;height:100%}
@media(max-width:1100px){.category-grid-3d{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.category-grid-3d{grid-template-columns:repeat(2,1fr);gap:14px}.category-3d{min-height:165px}.category-3d span{font-size:40px}.category-3d b{font-size:15px}}

/* V4 premium visual refresh */
:root{
  --blue:#052c78;
  --blue-2:#0b57d0;
  --red:#ed1b2f;
  --yellow:#ffc928;
  --ink:#101828;
  --cream:#fff9ed;
  --muted:#657089;
  --shadow:0 24px 70px rgba(7,32,86,.18);
}
body{background:#fffdf9;color:var(--ink)}
.topbar{background:linear-gradient(90deg,#061d4c,#0b4fc3 55%,#ed1b2f);color:white}
.header{height:94px;padding:10px max(5vw,28px);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(5,37,103,.08);border-bottom:1px solid rgba(5,44,120,.08)}
.brand{gap:14px;min-width:295px}
.brand img{width:92px;height:70px;padding:5px 8px;background:linear-gradient(145deg,#fff,#fff8d6);border:1px solid rgba(255,201,40,.55);border-radius:18px;box-shadow:0 8px 22px rgba(5,44,120,.13)}
.brand strong{font-size:25px;letter-spacing:.3px}.brand small{font-size:11px;letter-spacing:.45px}
.header nav a{font-weight:700;color:#172b54}.header nav a:hover{color:var(--red)}
.header-cta,.btn.primary{background:linear-gradient(135deg,#ed1b2f,#ff4b5d);box-shadow:0 12px 28px rgba(237,27,47,.25)}
.hero{background:radial-gradient(circle at 75% 30%,rgba(255,201,40,.26),transparent 25%),linear-gradient(135deg,#041b4f 0%,#07398f 52%,#0a66db 100%);color:white;min-height:700px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to right,black,transparent 85%)}
.hero-copy,.hero-visual{position:relative;z-index:2}.hero h1{color:white;text-shadow:0 8px 30px rgba(0,0,0,.18)}.hero h1 span{color:var(--yellow)}.hero p{color:#dbe8ff;font-size:19px}.hero .eyebrow{color:var(--yellow)}
.btn.secondary{background:white;color:var(--blue);border-color:white;box-shadow:0 10px 30px rgba(3,20,60,.12)}
.hero-stats div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:16px 18px;backdrop-filter:blur(10px)}.hero-stats small{color:#d5e2ff}
.hero-product{filter:drop-shadow(0 35px 45px rgba(0,0,0,.3));border-radius:30px}
.ticker{background:linear-gradient(90deg,#ffc928,#ffde67);color:#08275f;font-weight:900}
.section{background:linear-gradient(180deg,#fffdf9,#f8fbff)}
.section-head h2{color:#09265f}.section-head>a{color:var(--red);font-weight:800}
.category-grid-visual{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;perspective:1400px}
.category-visual{position:relative;display:grid;grid-template-rows:220px auto;min-height:410px;padding:0;border:0;border-radius:30px;overflow:hidden;text-align:left;transform-style:preserve-3d;transition:transform .2s ease,box-shadow .25s ease;box-shadow:0 20px 45px rgba(6,35,92,.14);background:linear-gradient(150deg,var(--c1),var(--c2));color:#10204b}
.category-visual::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,30%) var(--my,20%),rgba(255,255,255,.75),transparent 38%);pointer-events:none}
.category-visual::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.75);border-radius:30px;pointer-events:none}
.category-visual:hover{box-shadow:0 34px 70px rgba(7,35,94,.24)}
.category-art{position:relative;display:flex;align-items:center;justify-content:center;padding:10px 18px 0;transform:translateZ(35px);overflow:hidden}
.category-art::before{content:"";position:absolute;width:75%;height:62%;left:12%;bottom:4%;background:rgba(255,255,255,.38);filter:blur(3px);border-radius:50%}
.category-art img{position:relative;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(9,34,81,.2));transition:transform .3s ease}.category-visual:hover .category-art img{transform:scale(1.05) translateY(-4px)}
.category-copy{position:relative;padding:24px 26px 28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.48));transform:translateZ(24px)}
.category-copy span{display:block;font-size:11px;font-weight:900;letter-spacing:1.45px;text-transform:uppercase;color:#e31936;margin:0 0 7px;filter:none}
.category-copy b{font-family:'Baloo 2';font-size:27px;line-height:1.05;display:block;color:#09265f}.category-copy small{display:block;color:#394968;font-size:13px;line-height:1.55;margin-top:10px;font-weight:600}
.category-visual.active{outline:4px solid #fff;box-shadow:0 0 0 4px var(--blue),0 34px 70px rgba(7,35,94,.22)}
.c-all{--c1:#ffe66f;--c2:#ff93b5}.c-rc{--c1:#7fd5ff;--c2:#7397ff}.c-drum{--c1:#ffcf70;--c2:#ff7f8b}.c-push{--c1:#83def3;--c2:#94a8ff}.c-phone{--c1:#ff9bd2;--c2:#a892ff}.c-water{--c1:#7ee8da;--c2:#70c8ff}.c-gun{--c1:#ffad7c;--c2:#ff6677}.c-mini{--c1:#b9ef6f;--c2:#68d8bd}.c-electric{--c1:#a89bff;--c2:#69c9ff}.c-rabbit{--c1:#ffc0dc;--c2:#ff94bb}.c-candy{--c1:#ffd75e;--c2:#ff9cba}.c-soft{--c1:#71d8ff;--c2:#a78bfa}
.launch-section{background:linear-gradient(145deg,#031949,#06398f 55%,#0a61d4)}
.launch-card{box-shadow:0 22px 50px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.18)}
.products-section{background:linear-gradient(180deg,#f7faff,#fff)}
.product-card{border:1px solid rgba(8,45,119,.09);box-shadow:0 12px 30px rgba(7,35,94,.08)}.product-card:hover{box-shadow:0 28px 55px rgba(7,35,94,.17)}
.product-image{background:linear-gradient(145deg,#f3f7ff,#fff8e8)}
.age-section{background:linear-gradient(120deg,#fff0ad,#ffd6df)}
.about-section{background:white}.about-copy h2{color:#08275f}
.promise-section{background:linear-gradient(180deg,#f2f7ff,#fffaf0)}
.promise-grid article{border:1px solid rgba(9,49,126,.08);box-shadow:0 12px 32px rgba(6,35,92,.07)}
.dealer-section{background:radial-gradient(circle at 85% 20%,rgba(255,201,40,.22),transparent 27%),linear-gradient(135deg,#031849,#07398d 58%,#0c61d4)}
.footer-main{background:radial-gradient(circle at 10% 15%,rgba(255,201,40,.12),transparent 22%),#07142f}.footer-brand .brand{display:flex;align-items:center;min-width:0}.footer-brand .brand img{width:112px;height:84px;background:white;border-color:rgba(255,201,40,.5);box-shadow:0 12px 28px rgba(0,0,0,.3)}.footer-brand .brand strong{font-size:24px}.footer-brand .brand small{color:#e5ecff}
.footer-bottom{background:#030b1c}
@media(max-width:1100px){.category-grid-visual{grid-template-columns:repeat(2,1fr)}.brand{min-width:255px}.brand img{width:82px;height:64px}}
@media(max-width:760px){.header{height:80px}.brand img{width:68px;height:54px}.brand strong{font-size:19px}.category-grid-visual{grid-template-columns:1fr}.category-visual{grid-template-rows:210px auto;min-height:390px}.footer-brand .brand img{width:95px;height:72px}}

/* V5 refined logo, compact category teasers and richer premium finish */
.header .brand img,
.footer-brand .brand img{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  object-fit:contain;
  border-radius:0;
}
.header .brand img{width:108px;height:72px;margin-right:2px;filter:drop-shadow(0 8px 13px rgba(4,38,105,.18))}
.footer-brand .brand img{width:132px;height:92px;margin-right:5px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}

#categories.section{padding-top:78px;padding-bottom:84px;background:
 radial-gradient(circle at 8% 4%,rgba(255,205,36,.14),transparent 24%),
 radial-gradient(circle at 92% 12%,rgba(18,103,226,.10),transparent 28%),
 linear-gradient(180deg,#fffefb 0%,#f4f8ff 100%)}
.category-grid-visual{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.category-visual{grid-template-rows:150px auto;min-height:310px;border-radius:24px;box-shadow:0 14px 34px rgba(6,35,92,.13)}
.category-visual::after{border-radius:24px}
.category-art{padding:10px 12px 0}
.category-art::before{width:82%;height:58%;left:9%;bottom:8%;background:rgba(255,255,255,.43);filter:blur(10px)}
.category-art img{width:112%;height:112%;object-fit:contain;border-radius:18px;filter:drop-shadow(0 16px 18px rgba(9,34,81,.18));transform:scale(1.04)}
.category-visual:hover .category-art img{transform:scale(1.12) translateY(-3px)}
.category-copy{padding:18px 20px 21px}
.category-copy span{font-size:9px;letter-spacing:1.2px;margin-bottom:5px}
.category-copy b{font-size:22px}
.category-copy small{font-size:11.5px;line-height:1.45;margin-top:7px}

/* deeper premium surfaces */
.products-section{background:radial-gradient(circle at 90% 5%,rgba(255,201,40,.13),transparent 22%),linear-gradient(180deg,#f3f7ff,#fffdf8)}
.product-card{background:rgba(255,255,255,.96);border:1px solid rgba(8,45,119,.10);box-shadow:0 14px 35px rgba(7,35,94,.09)}
.product-image{background:linear-gradient(145deg,#edf4ff,#fff4d9)}
.promise-section{background:radial-gradient(circle at 8% 18%,rgba(237,27,47,.07),transparent 22%),linear-gradient(180deg,#eef5ff,#fffaf0)}

@media(max-width:1180px){.category-grid-visual{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.category-grid-visual{grid-template-columns:repeat(2,1fr)}.category-visual{grid-template-rows:145px auto;min-height:300px}.header .brand img{width:86px;height:60px}.footer-brand .brand img{width:116px;height:80px}}
@media(max-width:520px){.category-grid-visual{grid-template-columns:1fr}.category-visual{grid-template-rows:170px auto;min-height:325px}.category-copy small{font-size:12px}.header .brand img{width:74px;height:52px}}

/* V6 — premium hero, Kivano-inspired category teasers, and product-first launches */
.hero{min-height:680px;background:
 radial-gradient(circle at 82% 18%,rgba(255,209,46,.35),transparent 22%),
 radial-gradient(circle at 12% 78%,rgba(56,189,248,.22),transparent 28%),
 linear-gradient(125deg,#061a46 0%,#073b91 48%,#0870df 100%)}
.hero-copy{max-width:690px}.hero h1{font-size:clamp(55px,6.4vw,102px);line-height:.91;letter-spacing:-2.8px;margin:22px 0 25px}.hero h1 span{color:#ffd335;text-shadow:0 8px 26px rgba(255,211,53,.18)}
.hero p{font-size:20px;line-height:1.62;max-width:650px;color:#eef5ff}.hero-stats{gap:16px;margin-top:34px}.hero-stats div{min-width:160px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.34);box-shadow:0 14px 35px rgba(0,0,0,.13)}.hero-stats b{color:white;font-size:28px}.hero-stats small{color:#fff;font-weight:700;opacity:.92}
.hero-visual{padding:30px}.hero-product{width:min(680px,100%);aspect-ratio:16/10;object-fit:cover;object-position:center 55%;border-radius:46% 54% 48% 52% / 45% 42% 58% 55%;box-shadow:0 40px 90px rgba(0,0,0,.38);border:4px solid rgba(255,255,255,.32);transform:rotate(-2deg)}

/* compact product-first category cards */
#categories.section{padding-top:88px;padding-bottom:96px;background:radial-gradient(circle at 50% 0,rgba(72,119,255,.14),transparent 32%),linear-gradient(180deg,#f9fbff,#eef4ff)}
.category-grid-visual{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.category-visual{grid-template-rows:210px auto;min-height:355px;border-radius:34px;overflow:visible;background:linear-gradient(145deg,var(--c1),var(--c2));box-shadow:0 22px 50px rgba(6,35,92,.17);isolation:isolate}
.category-visual::after{border-radius:34px}.category-art{overflow:visible;padding:0 18px;z-index:2}.category-art::before{width:76%;height:46%;left:12%;bottom:8%;background:rgba(255,255,255,.52);filter:blur(22px)}
.category-art img{width:108%;height:220px;object-fit:cover;object-position:center;border-radius:28px;transform:translateY(-18px) translateZ(40px);filter:drop-shadow(0 22px 22px rgba(7,33,76,.28));transition:transform .35s ease,filter .35s ease}
.category-visual:hover .category-art img{transform:translateY(-31px) scale(1.055) rotate(-1deg);filter:drop-shadow(0 32px 28px rgba(7,33,76,.34))}
.category-copy{margin:0 16px 16px;border-radius:26px;padding:22px 22px 24px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);box-shadow:0 10px 28px rgba(7,35,94,.10);transform:translateZ(24px)}
.category-copy span{font-size:10px}.category-copy b{font-size:26px}.category-copy small{font-size:13px;line-height:1.45;min-height:56px}
.c-all{--c1:#ffd979;--c2:#ff8fb5}.c-rc{--c1:#ffb2bf;--c2:#ff7f98}.c-drum{--c1:#ffd06e;--c2:#ff9f68}.c-push{--c1:#8be3ff;--c2:#7ba2ff}.c-phone{--c1:#ffafdc;--c2:#c29bff}.c-water{--c1:#7ae7d7;--c2:#65c9ff}.c-gun{--c1:#ff9d7d;--c2:#ff5f75}.c-mini{--c1:#c7ef75;--c2:#68d6ae}.c-electric{--c1:#a8a4ff;--c2:#69caff}.c-rabbit{--c1:#ffd0e3;--c2:#ff91b8}.c-candy{--c1:#ffe071;--c2:#ffac7b}.c-soft{--c1:#7ad9ff;--c2:#9b8cff}

/* launch section: high contrast and actual product teasers */
.launch-section{padding:94px max(5vw,32px);background:
 radial-gradient(circle at 90% 15%,rgba(255,207,45,.28),transparent 22%),
 radial-gradient(circle at 4% 75%,rgba(35,183,255,.22),transparent 28%),
 linear-gradient(135deg,#031846 0%,#063a91 54%,#0a67dc 100%);color:white}
.launch-heading{max-width:760px;margin-bottom:38px}.launch-heading .eyebrow{color:#ffd13d}.launch-heading h2{font-size:clamp(48px,5vw,78px);line-height:.95;margin:12px 0 18px;color:#ffd13d}.launch-heading h2 span{color:#fff}.launch-heading p{font-size:18px;line-height:1.6;color:#dceaff}
.featured-launch{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:34px;min-height:520px;padding:56px;border-radius:42px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,246,255,.95));color:#0b2558;box-shadow:0 38px 90px rgba(0,0,0,.26);overflow:hidden}
.featured-copy{position:relative;z-index:2}.launch-tag{display:inline-flex;padding:9px 14px;border-radius:999px;background:#ffe35e;color:#6d3600;font-weight:900;font-size:11px;letter-spacing:1.1px}.featured-copy h3{font-family:'Baloo 2';font-size:70px;line-height:.9;margin:20px 0 8px;color:#08347e}.featured-copy h4{font-size:22px;margin:0 0 15px}.featured-copy p{font-size:17px;line-height:1.65;color:#53627d}.feature-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 28px}.feature-chips span{padding:9px 12px;border-radius:999px;background:#e9f1ff;color:#0d4aaa;font-weight:800;font-size:12px}.featured-actions{display:flex;align-items:center;gap:22px}.text-link{font-weight:900;color:#e21b39}.featured-art{position:relative;min-height:405px;display:flex;align-items:center;justify-content:center}.featured-art img{position:relative;z-index:2;width:112%;height:430px;object-fit:cover;object-position:center 55%;border-radius:36px;box-shadow:0 28px 65px rgba(4,32,84,.22);transform:rotate(1.5deg)}.launch-glow{position:absolute;width:75%;height:75%;border-radius:50%;background:radial-gradient(circle,#ffd846 0%,rgba(255,216,70,.25) 48%,transparent 70%);filter:blur(12px)}
.mini-launch-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:30px}.mini-launch{display:grid;grid-template-columns:42% 58%;align-items:center;min-height:280px;border-radius:34px;padding:24px;overflow:hidden;background:white;color:#0b2558;box-shadow:0 24px 55px rgba(0,0,0,.19)}.mini-launch img{width:112%;height:230px;object-fit:cover;border-radius:28px;transform:translateX(-14px)}.mini-launch span{font-size:11px;letter-spacing:1.2px;font-weight:900;color:#e31b3d}.mini-launch h3{font-family:'Baloo 2';font-size:38px;line-height:1;margin:10px 0}.mini-launch p{color:#5f6d85;line-height:1.5}.mini-launch a{font-weight:900;color:#0a51bd}.gun-launch{background:linear-gradient(145deg,#111827,#26364f);color:white}.gun-launch p{color:#d7deea}.gun-launch a{color:#ffd13d}.gun-launch img{background:#fff}

.footer-brand .brand img{width:148px;height:96px}.footer-brand .brand{align-items:center}.footer-brand .brand strong{font-size:25px}

@media(max-width:1100px){.category-grid-visual{grid-template-columns:repeat(2,1fr)}.featured-launch{grid-template-columns:1fr}.featured-art{order:-1}.mini-launch-grid{grid-template-columns:1fr}.hero{grid-template-columns:1fr}.hero-visual{max-width:760px;margin:auto}}
@media(max-width:680px){.category-grid-visual{grid-template-columns:1fr}.category-visual{grid-template-rows:190px auto;min-height:340px}.featured-launch{padding:28px}.featured-copy h3{font-size:52px}.featured-art img{height:300px}.mini-launch{grid-template-columns:1fr}.mini-launch img{width:100%;transform:none}.hero h1{font-size:54px}.hero-stats{display:grid;grid-template-columns:1fr}.hero-stats div{min-width:0}.launch-section{padding-left:20px;padding-right:20px}}

/* ===== Version 7 requested refinements ===== */
.hero-new-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:10px 16px;border-radius:999px;background:linear-gradient(100deg,#ffd426,#ffae18);color:#5a2b00;font-size:11px;font-weight:900;letter-spacing:1.25px;box-shadow:0 10px 28px rgba(255,178,22,.32);animation:badgePulse 2.8s ease-in-out infinite}
@keyframes badgePulse{50%{transform:translateY(-3px);box-shadow:0 15px 34px rgba(255,178,22,.44)}}

.category-grid-text-only{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;perspective:1200px}
.text-category{position:relative;min-height:230px;padding:30px;border:0;border-radius:30px;overflow:hidden;color:#09265f;background:linear-gradient(145deg,var(--c1),var(--c2));box-shadow:0 18px 45px rgba(6,35,92,.14);transform-style:preserve-3d}
.text-category::before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-50px;top:-55px;background:rgba(255,255,255,.34)}
.text-category::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.72);border-radius:30px;pointer-events:none}
.text-category span,.text-category b,.text-category small,.text-category i{position:relative;z-index:2;transform:translateZ(20px)}
.text-category span{font-size:10px!important;line-height:1.2;margin:0 0 12px!important;color:#d71d38;text-transform:uppercase;letter-spacing:1.35px;font-weight:900}
.text-category b{font-size:29px;line-height:1.05;margin-bottom:13px;color:#09265f}
.text-category small{display:block;font-size:13px;line-height:1.55;color:#394968;max-width:92%}
.text-category i{display:block;margin-top:22px;font-style:normal;font-size:12px;font-weight:900;color:#0a50b8}
.text-category:hover{transform:translateY(-8px) rotateX(2deg);box-shadow:0 28px 60px rgba(6,35,92,.22)}

.centered-launch-heading{text-align:center;max-width:850px;margin:0 auto 42px}.centered-launch-heading h2{color:#fff}.centered-launch-heading h2 span{color:#ffd13d}
.catalogue-launch-showcase{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center;max-width:1240px;margin:auto;padding:44px;border-radius:42px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,249,255,.96));box-shadow:0 32px 80px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.9)}
.catalogue-launch-copy h3{font-size:76px;line-height:.9;margin:20px 0 10px;color:#08347e}.catalogue-launch-copy h4{font-size:24px;margin:0 0 16px}.catalogue-launch-copy p{font-size:16px;line-height:1.7;color:#586781}
.catalogue-frame{position:relative;padding:22px;border-radius:34px;background:linear-gradient(145deg,#06275f,#0b64db);box-shadow:0 24px 55px rgba(5,35,92,.32);overflow:hidden}
.catalogue-frame::before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle,rgba(255,214,52,.28),transparent 55%);animation:frameGlow 5s ease-in-out infinite}
@keyframes frameGlow{50%{transform:translate(8%,4%) scale(1.08)}}
.catalogue-frame img{position:relative;z-index:2;display:block;width:100%;max-height:690px;object-fit:contain;border-radius:22px;background:white;box-shadow:0 16px 35px rgba(0,0,0,.22)}
.catalogue-ribbon{position:absolute;z-index:3;top:38px;right:-48px;width:205px;padding:11px 0;text-align:center;transform:rotate(38deg);background:#ffd12f;color:#5c3000;font-size:11px;font-weight:900;letter-spacing:1.3px;box-shadow:0 7px 18px rgba(0,0,0,.2)}
.series-heading{text-align:center;margin:58px 0 24px;color:white}.series-heading .eyebrow{color:#ffd13d}.series-heading h3{font-size:42px;margin-top:8px}
.text-series-grid{max-width:1100px;margin:0 auto}.text-series{display:block;min-height:245px;padding:38px}.text-series h3{font-size:42px}.text-series div{max-width:650px}.text-series::before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-60px;top:-70px;background:rgba(255,210,47,.18)}

.why-bubbles-section{position:relative;overflow:hidden;padding:95px max(5vw,30px) 110px;background:linear-gradient(135deg,#f39a42 0%,#f9b862 52%,#f08436 100%)}
.why-bubbles-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.22),transparent 30%),radial-gradient(circle at 85% 75%,rgba(111,48,199,.18),transparent 28%)}
.why-heading{position:relative;z-index:2;text-align:center;max-width:760px;margin:0 auto 35px}.why-heading .eyebrow{color:#6b2f11}.why-heading h2{font-size:clamp(44px,5vw,70px);line-height:1;margin:10px 0;color:#fff}.why-heading p{font-size:17px;line-height:1.6;color:#5c2d18}
.why-bubbles{position:relative;z-index:2;max-width:1220px;height:610px;margin:auto}
.why-bubble{position:absolute;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:45px;color:white;box-shadow:inset 0 1px 1px rgba(255,255,255,.35),0 24px 45px rgba(91,39,17,.22);animation:bubbleFloat 5s ease-in-out infinite}
.why-bubble h3{font-size:31px;line-height:1.05;margin-bottom:14px}.why-bubble p{max-width:270px;font-size:14px;line-height:1.55;margin:0;color:rgba(255,255,255,.9)}
.bubble-wide{width:355px;height:355px;left:10px;top:15px;background:linear-gradient(145deg,#7057e9,#9b79ff)}
.bubble-price{width:330px;height:330px;left:430px;top:0;background:linear-gradient(145deg,#ef4f0f,#ff771c);animation-delay:-1s}
.bubble-delivery{width:345px;height:345px;right:5px;top:90px;background:linear-gradient(145deg,#0c55c9,#147eea);animation-delay:-2s}
.bubble-quality{width:330px;height:330px;left:95px;bottom:-5px;background:linear-gradient(145deg,#31a800,#69d30d);animation-delay:-2.5s}
.bubble-center{width:350px;height:350px;left:355px;top:225px;background:linear-gradient(145deg,#fff,#eef3ea);color:#27303e;z-index:3;animation-delay:-.7s}.bubble-center p{color:#5e6672}.bubble-center h3{font-size:34px}
.bubble-support{width:335px;height:335px;right:185px;bottom:-12px;background:linear-gradient(145deg,#6f4bd8,#9b72ee);animation-delay:-3.2s}
@keyframes bubbleFloat{50%{transform:translateY(-9px)}}

.footer-same-logo{color:var(--blue)!important;background:white;padding:9px 14px 9px 9px;border-radius:20px;width:max-content}.footer-same-logo small{color:var(--red)!important}.footer-brand .footer-same-logo img{width:108px;height:72px;margin-right:2px;filter:drop-shadow(0 8px 13px rgba(4,38,105,.18))}

@media(max-width:1050px){.category-grid-text-only{grid-template-columns:repeat(2,1fr)}.catalogue-launch-showcase{grid-template-columns:1fr}.catalogue-frame{max-width:720px;margin:auto}.why-bubbles{height:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.why-bubble{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:300px;border-radius:36px;animation:none}.bubble-center{order:-1;grid-column:1/-1}}
@media(max-width:650px){.category-grid-text-only{grid-template-columns:1fr}.text-category{min-height:210px}.catalogue-launch-showcase{padding:24px}.catalogue-launch-copy h3{font-size:56px}.catalogue-frame{padding:12px}.why-bubbles{grid-template-columns:1fr}.bubble-center{grid-column:auto}.why-bubble{min-height:260px}.text-series h3{font-size:34px}.footer-same-logo{max-width:100%}}

/* v8 hero catalogue presentation */
.hero-catalogue-visual{min-height:650px;display:flex;align-items:center;justify-content:center;padding:70px 34px 48px;position:relative;overflow:visible}
.hero-arrival-label{position:absolute;top:22px;right:34px;z-index:6;background:linear-gradient(135deg,#ffd229,#ffb000);color:#14254f;padding:12px 19px;border-radius:999px;font:700 13px/1 Inter,sans-serif;letter-spacing:.12em;box-shadow:0 12px 35px rgba(0,0,0,.22)}
.hero-arrival-label strong{margin-left:8px;color:#b52d2d}
.hero-catalogue-card{position:relative;z-index:3;width:min(440px,82%);padding:12px;border-radius:30px;background:rgba(255,255,255,.92);box-shadow:0 35px 80px rgba(0,24,79,.34);transform:rotate(1.5deg);transition:.4s ease}
.hero-catalogue-card:hover{transform:rotate(0) translateY(-8px)}
.hero-catalogue-image{display:block;width:100%;height:auto;max-height:540px;object-fit:contain;border-radius:20px}
.hero-feature-card{position:absolute;z-index:5;width:190px;padding:15px 17px;border:1px solid rgba(255,255,255,.45);border-radius:18px;background:rgba(255,255,255,.92);color:#15305e;box-shadow:0 18px 45px rgba(0,24,79,.25);backdrop-filter:blur(14px)}
.hero-feature-card b,.hero-feature-card small{display:block}.hero-feature-card b{font-size:14px}.hero-feature-card small{margin-top:5px;font-size:11px;line-height:1.4;color:#66728b}
.feature-one{left:3px;top:34%}.feature-two{right:-8px;bottom:12%}
@media(max-width:1000px){.hero-catalogue-visual{min-height:590px}.hero-feature-card{width:165px}.feature-one{left:0}.feature-two{right:0}}
@media(max-width:760px){.hero-catalogue-visual{min-height:auto;padding:76px 10px 115px}.hero-arrival-label{top:20px;left:50%;right:auto;transform:translateX(-50%);white-space:nowrap}.hero-catalogue-card{width:min(390px,88%)}.hero-feature-card{width:44%;bottom:18px;top:auto}.feature-one{left:3%}.feature-two{right:3%}}

/* v8 unique Why Choose Us layout */
.why-orbit-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff8e6 0%,#f4f8ff 52%,#fff 100%)}
.why-orbit-section:before{content:"";position:absolute;width:560px;height:560px;border:1px dashed rgba(29,75,145,.16);border-radius:50%;left:50%;top:58%;transform:translate(-50%,-50%)}
.why-orbit-grid{position:relative;z-index:1;max-width:1180px;margin:55px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.advantage-card,.advantage-core{border-radius:28px;padding:28px;box-shadow:0 20px 50px rgba(28,50,93,.11);transition:.35s ease}
.advantage-card{background:#fff;border-top:5px solid var(--accent);min-height:210px}.advantage-card:hover{transform:translateY(-8px) rotate(-.5deg)}
.advantage-card>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--accent) 14%,white);color:var(--accent);font-weight:800}.advantage-card h3{margin:20px 0 8px;font-size:23px}.advantage-card p{margin:0;color:#667085;line-height:1.65}
.advantage-core{grid-column:2;grid-row:1/3;background:linear-gradient(145deg,#143d8f,#0d6dd8);color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center;min-height:440px}.advantage-core small{letter-spacing:.18em}.advantage-core strong{font:800 92px/1 'Baloo 2',sans-serif;color:#ffd229;margin:18px 0 4px}.advantage-core h3{font-size:30px;margin:0 0 14px}.advantage-core p{color:rgba(255,255,255,.78);line-height:1.65}.accent-blue{--accent:#1669d9}.accent-gold{--accent:#e9a800}.accent-red{--accent:#e54b4b}.accent-green{--accent:#24a26a}.accent-purple{--accent:#7655d8}.accent-cyan{--accent:#14a6b8}
@media(min-width:861px){.advantage-card:nth-child(2){grid-column:3}.advantage-card:nth-child(3){grid-column:1}.advantage-card:nth-child(5){grid-column:3}.advantage-card:nth-child(6){grid-column:1}.advantage-card:nth-child(7){grid-column:3}}
@media(max-width:860px){.why-orbit-grid{grid-template-columns:1fr 1fr}.advantage-core{grid-column:1/-1;grid-row:auto;min-height:330px;order:-1}.why-orbit-section:before{display:none}}
@media(max-width:560px){.why-orbit-grid{grid-template-columns:1fr}.advantage-core{min-height:300px}.advantage-card{min-height:auto}}

/* v8 moving customer review preview */
.reviews-section{padding:90px 0;background:linear-gradient(180deg,#071b45,#0c347a);overflow:hidden;color:#fff}
.reviews-heading{text-align:center;max-width:780px;margin:0 auto 42px;padding:0 22px}.reviews-heading h2{font-size:clamp(36px,5vw,62px);margin:10px 0}.reviews-heading p{color:rgba(255,255,255,.72);line-height:1.65}.reviews-heading .eyebrow{color:#ffd229}
.reviews-marquee{width:100%;overflow:hidden;padding:10px 0}.reviews-track{display:flex;width:max-content;gap:20px;will-change:transform}.track-left{animation:reviewScrollLeft 52s linear infinite}.track-right{animation:reviewScrollRight 48s linear infinite}.reviews-marquee:hover .reviews-track,.review-card:hover~.reviews-track{animation-play-state:paused}.reviews-section:has(.review-card:hover) .reviews-track{animation-play-state:paused}
.review-card{width:360px;min-height:225px;flex:none;padding:25px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);box-shadow:0 18px 50px rgba(0,0,0,.18);transition:.3s ease}.review-card:hover{background:rgba(255,255,255,.16);transform:translateY(-5px)}
.review-card .stars{color:#ffd229;font-size:19px;letter-spacing:3px}.review-card p{font-size:15px;line-height:1.72;color:rgba(255,255,255,.9);min-height:105px}.review-card>div:last-child{display:flex;justify-content:space-between;align-items:end;gap:12px;border-top:1px solid rgba(255,255,255,.14);padding-top:15px}.review-card b,.review-card small{display:block}.review-card small{color:rgba(255,255,255,.62)}
@keyframes reviewScrollLeft{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}
@keyframes reviewScrollRight{from{transform:translateX(calc(-50% - 10px))}to{transform:translateX(0)}}
@media(max-width:620px){.reviews-section{padding:70px 0}.review-card{width:300px;min-height:235px}.reviews-track{gap:14px}.review-card p{min-height:120px}}
@media(prefers-reduced-motion:reduce){.reviews-track{animation-play-state:paused!important}}

/* v9 — brand-first hero visual and higher-contrast business advantages */
.hero-trust-visual{min-height:620px;position:relative;isolation:isolate;overflow:hidden;border-radius:46px;background:linear-gradient(145deg,rgba(2,20,68,.52),rgba(18,105,226,.34));border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 35px 90px rgba(0,17,67,.3)}
.hero-trust-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.09) 48%,transparent 70%);transform:translateX(-100%);animation:heroSheen 8s ease-in-out infinite;z-index:-1}
.hero-grid-orb{position:absolute;inset:9%;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:radial-gradient(circle,rgba(72,159,255,.18),transparent 65%);box-shadow:0 0 90px rgba(54,151,255,.2);animation:orbPulse 5s ease-in-out infinite;z-index:-1}
.hero-grid-orb:before,.hero-grid-orb:after{content:"";position:absolute;inset:14%;border-radius:50%;border:1px dashed rgba(255,255,255,.16)}.hero-grid-orb:after{inset:30%}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.7;z-index:-1;animation:glowDrift 7s ease-in-out infinite alternate}.hero-glow-one{width:270px;height:270px;right:-60px;top:-40px;background:radial-gradient(circle,#3ca8ff,transparent 68%)}.hero-glow-two{width:230px;height:230px;left:-55px;bottom:-40px;background:radial-gradient(circle,#284dff,transparent 68%);animation-delay:-3s}
.hero-trust-card{position:absolute;display:flex;align-items:center;gap:15px;width:min(310px,48%);padding:19px 21px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.09));border:1px solid rgba(255,255,255,.3);box-shadow:0 18px 45px rgba(0,14,58,.25);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#fff;animation:trustFloat 5.5s ease-in-out infinite;transition:.3s ease}
.hero-trust-card:hover{transform:translateY(-8px) scale(1.02);background:linear-gradient(145deg,rgba(255,255,255,.27),rgba(255,255,255,.13));border-color:rgba(255,255,255,.5)}
.hero-trust-card>span{display:grid;place-items:center;flex:0 0 50px;height:50px;border-radius:16px;background:rgba(255,255,255,.16);font-size:25px;box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}
.hero-trust-card b,.hero-trust-card small{display:block}.hero-trust-card b{font:700 17px/1.25 'Baloo 2',sans-serif;letter-spacing:.01em}.hero-trust-card small{margin-top:5px;color:rgba(255,255,255,.76);font-size:11px;line-height:1.45}
.trust-card-one{left:7%;top:10%}.trust-card-two{right:6%;top:31%;animation-delay:-1.3s}.trust-card-three{left:8%;bottom:24%;animation-delay:-2.6s}.trust-card-four{right:7%;bottom:7%;animation-delay:-3.8s}
@keyframes trustFloat{0%,100%{translate:0 0}50%{translate:0 -10px}}@keyframes glowDrift{to{transform:translate(25px,-18px) scale(1.12)}}@keyframes orbPulse{50%{transform:scale(1.045);opacity:.82}}@keyframes heroSheen{0%,55%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}

.why-bubbles-section.why-orbit-section{background:linear-gradient(135deg,#e9f3ff 0%,#fff7df 48%,#eef5ff 100%);border-top:1px solid #d5e5fb;border-bottom:1px solid #d5e5fb}
.why-bubbles-section.why-orbit-section:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 18%,rgba(22,105,217,.13),transparent 25%),radial-gradient(circle at 88% 80%,rgba(255,194,32,.17),transparent 28%);pointer-events:none}
.why-orbit-section .why-heading{padding:28px 34px 30px;border-radius:28px;background:#fff;box-shadow:0 20px 55px rgba(28,50,93,.13);border:1px solid #dce8f8}
.why-orbit-section .why-heading .eyebrow{color:#d43d3f}.why-orbit-section .why-heading h2{color:#103e8c;text-shadow:none}.why-orbit-section .why-heading p{color:#4d5f78;font-weight:500}
.why-orbit-grid{z-index:2}.advantage-card{box-shadow:0 22px 54px rgba(22,54,110,.15);border:1px solid #e0e9f5;border-top:6px solid var(--accent)}

@media(max-width:1100px){.hero-trust-visual{width:min(760px,100%);margin:20px auto 0;min-height:570px}}
@media(max-width:760px){.hero-trust-visual{min-height:560px;border-radius:30px}.hero-trust-card{width:82%;left:9%!important;right:auto!important}.trust-card-one{top:7%}.trust-card-two{top:29%}.trust-card-three{top:51%;bottom:auto}.trust-card-four{bottom:6%}.hero-grid-orb{inset:18% 4%}.why-orbit-section .why-heading{padding:24px 20px}}
@media(prefers-reduced-motion:reduce){.hero-trust-card,.hero-glow,.hero-grid-orb,.hero-trust-visual:before{animation:none}}

/* v10 — premium 3D toy universe hero */
.hero-toy-universe{min-height:620px;position:relative;isolation:isolate;overflow:hidden;border-radius:46px;background:radial-gradient(circle at 50% 45%,rgba(61,171,255,.26),transparent 34%),linear-gradient(150deg,rgba(2,16,62,.72),rgba(6,67,174,.5));border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 38px 95px rgba(0,17,67,.34);perspective:1100px}
.hero-toy-universe:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at center,rgba(255,255,255,.16) 0 1px,transparent 1.5px);background-size:34px 34px;mask-image:radial-gradient(circle,black,transparent 72%);opacity:.28}
.universe-glow{position:absolute;border-radius:50%;filter:blur(18px);opacity:.7;animation:universeGlow 7s ease-in-out infinite alternate}.universe-glow-a{width:280px;height:280px;background:#167cff;right:-80px;top:-50px}.universe-glow-b{width:240px;height:240px;background:#ffd12e;left:-100px;bottom:-80px;animation-delay:-3s}
.orbit{position:absolute;left:50%;top:46%;translate:-50% -50%;border:1px solid rgba(255,255,255,.18);border-radius:50%;transform:rotateX(67deg) rotateZ(-12deg);animation:orbitTurn 20s linear infinite}.orbit-one{width:430px;height:430px}.orbit-two{width:330px;height:330px;border-style:dashed;animation-direction:reverse;animation-duration:16s}
.gift-scene{position:absolute;left:50%;bottom:64px;width:330px;height:320px;translate:-50% 0;transform-style:preserve-3d;animation:giftHover 4.8s ease-in-out infinite}
.gift-box{position:absolute;left:50%;bottom:22px;width:250px;height:178px;translate:-50% 0;border-radius:18px 18px 25px 25px;background:linear-gradient(145deg,#0f69db 0%,#06358f 72%,#021f64 100%);border:1px solid rgba(255,255,255,.25);box-shadow:inset 18px 0 25px rgba(255,255,255,.08),inset -24px -18px 30px rgba(0,0,0,.25),0 38px 52px rgba(0,0,0,.34);transform:rotateX(-5deg);overflow:hidden}
.gift-box:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.22) 45%,transparent 62%);translate:-120% 0;animation:boxShine 6s ease-in-out infinite}
.gift-lid{position:absolute;left:50%;top:54px;width:286px;height:72px;translate:-50% 0;border-radius:17px;background:linear-gradient(145deg,#167ae9,#063b9b 76%);border:1px solid rgba(255,255,255,.3);box-shadow:inset 14px 0 18px rgba(255,255,255,.1),0 18px 34px rgba(0,0,0,.32);transform-origin:18% 100%;transform:translate3d(-20px,-34px,28px) rotateZ(-9deg) rotateX(20deg);z-index:5;animation:lidFloat 4.8s ease-in-out infinite}
.lid-ribbon,.box-ribbon-v,.box-ribbon-h{position:absolute;background:linear-gradient(90deg,#ffd74a,#f3a900 55%,#ffe884);box-shadow:inset 0 1px 1px rgba(255,255,255,.6)}.lid-ribbon{left:50%;top:0;bottom:0;width:55px;translate:-50% 0}.box-ribbon-v{left:50%;top:0;bottom:0;width:48px;translate:-50% 0}.box-ribbon-h{left:0;right:0;top:45px;height:34px}
.gift-light{position:absolute;left:50%;top:86px;width:210px;height:190px;translate:-50% 0;background:radial-gradient(ellipse at bottom,rgba(255,238,141,.95),rgba(255,197,37,.36) 38%,transparent 72%);filter:blur(7px);clip-path:polygon(35% 100%,65% 100%,100% 0,0 0);animation:lightPulse 2.8s ease-in-out infinite}
.gift-brand{position:absolute;z-index:3;left:50%;top:94px;translate:-50% -50%;width:180px;text-align:center;color:#fff;text-shadow:0 3px 12px rgba(0,0,0,.28)}.gift-brand img{display:block;width:54px;height:54px;object-fit:cover;border-radius:50%;margin:0 auto 7px;border:2px solid rgba(255,255,255,.85);box-shadow:0 8px 18px rgba(0,0,0,.25)}.gift-brand strong{display:block;font:800 16px/1 'Baloo 2',sans-serif;letter-spacing:.04em}.gift-brand em{font-style:normal;color:#ffd632}.gift-brand small{display:block;margin-top:5px;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#dceaff}
.gift-shadow{position:absolute;left:50%;bottom:0;width:275px;height:42px;translate:-50% 0;border-radius:50%;background:rgba(0,0,0,.36);filter:blur(12px);transform:rotateX(70deg)}
.toy-token{position:absolute;z-index:8;display:grid;place-items:center;width:74px;height:74px;border-radius:23px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(206,228,255,.78));border:1px solid rgba(255,255,255,.78);box-shadow:inset 0 1px 0 #fff,0 18px 34px rgba(0,12,55,.35);backdrop-filter:blur(12px);transform-style:preserve-3d;animation:toyFloat 5s ease-in-out infinite}.toy-token:after{content:"";position:absolute;inset:7px;border-radius:17px;border:1px solid rgba(10,79,180,.12)}.toy-token span{position:relative;z-index:2;font-size:38px;filter:drop-shadow(0 7px 5px rgba(0,0,0,.18));transform:translateZ(25px)}
.toy-car{left:7%;top:20%;transform:rotate(-12deg);animation-delay:-.5s}.toy-bike{right:8%;top:14%;transform:rotate(10deg);animation-delay:-2.1s}.toy-tractor{left:20%;top:5%;width:68px;height:68px;animation-delay:-3.4s}.toy-police{right:18%;top:37%;animation-delay:-1.2s}.toy-fire{left:5%;top:49%;animation-delay:-4.2s}.toy-train{right:5%;bottom:21%;animation-delay:-2.8s}.toy-heli{left:28%;top:29%;width:64px;height:64px;animation-delay:-1.8s}.toy-plane{right:29%;top:3%;width:62px;height:62px;animation-delay:-3.8s}
.spark{position:absolute;color:#fff7b7;text-shadow:0 0 15px #ffe66a;animation:sparkle 2.5s ease-in-out infinite}.spark-1{left:14%;top:12%;font-size:23px}.spark-2{right:12%;top:28%;font-size:18px;animation-delay:-1s}.spark-3{left:34%;top:18%;font-size:9px;animation-delay:-1.7s}.spark-4{right:35%;bottom:22%;font-size:16px;animation-delay:-.6s}
.universe-caption{position:absolute;left:50%;bottom:24px;translate:-50% 0;text-align:center;letter-spacing:.13em;color:#dceaff;white-space:nowrap}.universe-caption span{display:block;font-size:9px;font-weight:800}.universe-caption strong{display:block;margin-top:4px;font:800 14px/1 'Baloo 2',sans-serif;color:white}
@keyframes giftHover{50%{transform:translateY(-10px) rotateY(2deg)}}@keyframes lidFloat{50%{transform:translate3d(-27px,-43px,36px) rotateZ(-11deg) rotateX(23deg)}}@keyframes toyFloat{0%,100%{translate:0 0;rotate:0deg}50%{translate:0 -13px;rotate:3deg}}@keyframes universeGlow{to{transform:translate(22px,-18px) scale(1.1)}}@keyframes orbitTurn{to{rotate:360deg}}@keyframes sparkle{0%,100%{opacity:.25;transform:scale(.7) rotate(0)}50%{opacity:1;transform:scale(1.25) rotate(45deg)}}@keyframes lightPulse{50%{opacity:.62;transform:scaleX(1.08)}}@keyframes boxShine{0%,55%{translate:-130% 0}80%,100%{translate:130% 0}}
@media(max-width:1100px){.hero-toy-universe{width:min(760px,100%);margin:20px auto 0;min-height:600px}}
@media(max-width:760px){.hero-toy-universe{min-height:530px;border-radius:30px}.gift-scene{scale:.78;bottom:48px}.orbit-one{width:350px;height:350px}.orbit-two{width:275px;height:275px}.toy-token{width:58px;height:58px;border-radius:18px}.toy-token span{font-size:29px}.toy-tractor,.toy-heli,.toy-plane{width:52px;height:52px}.toy-car{left:4%;top:23%}.toy-bike{right:5%;top:17%}.toy-fire{left:4%;top:50%}.toy-train{right:4%;bottom:23%}.universe-caption{bottom:18px}}
@media(max-width:500px){.hero-toy-universe{min-height:480px}.gift-scene{scale:.68;bottom:34px}.toy-token{scale:.88}.toy-heli{left:22%}.toy-police{right:12%}.orbit-one{width:300px;height:300px}.orbit-two{width:235px;height:235px}}
@media(prefers-reduced-motion:reduce){.gift-scene,.gift-lid,.toy-token,.universe-glow,.orbit,.spark,.gift-light,.gift-box:before{animation:none}}

/* v11 premium brand cosmos hero */
.brand small{font-weight:900;letter-spacing:.65px;font-size:10px;color:#e6292c;text-transform:uppercase}
.hero-brand-cosmos{isolation:isolate;border-radius:42px;overflow:hidden;min-height:570px;background:radial-gradient(circle at 48% 46%,#1674ff 0,#0b4ec7 24%,#062c83 52%,#031b52 100%);box-shadow:0 38px 90px rgba(4,40,113,.28),inset 0 1px 0 rgba(255,255,255,.22);transform:translateZ(0)}
.hero-brand-cosmos:before{content:"";position:absolute;inset:1px;border-radius:41px;border:1px solid rgba(255,255,255,.16);pointer-events:none;z-index:20}
.cosmos-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(99,198,255,.36),transparent 30%),radial-gradient(circle at 16% 78%,rgba(89,93,255,.38),transparent 35%),linear-gradient(135deg,rgba(255,255,255,.08),transparent 35%);animation:cosmosBreath 7s ease-in-out infinite alternate}
.cosmos-grid{position:absolute;inset:-20%;opacity:.11;background-image:linear-gradient(rgba(255,255,255,.32) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.32) 1px,transparent 1px);background-size:42px 42px;transform:perspective(550px) rotateX(68deg) translateY(45%);mask-image:linear-gradient(to bottom,transparent 0,#000 46%,transparent 88%)}
.cosmos-halo{position:absolute;border-radius:50%;filter:blur(30px);mix-blend-mode:screen;animation:haloFloat 9s ease-in-out infinite alternate}
.halo-one{width:240px;height:240px;background:rgba(83,205,255,.35);right:-50px;top:30px}.halo-two{width:260px;height:260px;background:rgba(92,81,255,.38);left:-80px;bottom:-60px;animation-delay:-4s}
.cosmos-core{position:relative;width:310px;height:310px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:8;transform:translate(calc(var(--cx,0)*14px),calc(var(--cy,0)*10px));transition:transform .18s ease-out}
.core-glow{position:absolute;inset:35px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff 0,#9ee7ff 9%,#2d9bff 31%,#0a48bd 61%,#031e61 100%);box-shadow:0 0 44px rgba(92,201,255,.8),0 0 105px rgba(27,112,255,.62),inset -24px -28px 48px rgba(1,18,69,.48);animation:corePulse 4.8s ease-in-out infinite}
.core-glow:after{content:"";position:absolute;inset:10%;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.38),transparent 32%);filter:blur(3px)}
.cosmos-core img{position:absolute;width:96px;height:96px;object-fit:cover;border-radius:50%;z-index:3;filter:drop-shadow(0 12px 20px rgba(0,20,75,.35));background:white;padding:4px}
.core-copy{position:absolute;top:205px;text-align:center;color:white;z-index:4;text-shadow:0 5px 22px rgba(0,18,72,.55)}
.core-copy span{display:block;font-size:9px;font-weight:800;letter-spacing:3px;opacity:.72}.core-copy strong{display:block;font:800 22px/1 'Baloo 2';letter-spacing:.5px}.core-copy em{font-style:normal;color:#ffdf4a}.core-copy small{display:block;font-size:9px;margin-top:7px;opacity:.74;letter-spacing:.4px}
.core-ring{position:absolute;border-radius:50%;border:1px solid rgba(183,231,255,.47)}.ring-outer{inset:-23px;border-style:dashed;animation:spin 22s linear infinite}.ring-inner{inset:12px;border-color:rgba(255,255,255,.34);animation:spinReverse 14s linear infinite}
.cosmos-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(157,222,255,.35);border-radius:50%;transform:translate(-50%,-50%) rotate(var(--rot));z-index:5}.orbit-a{width:455px;height:245px;--rot:-18deg;animation:orbitTilt 9s ease-in-out infinite alternate}.orbit-b{width:410px;height:410px;--rot:17deg;border-style:dashed;opacity:.7;animation:spin 28s linear infinite}.orbit-c{width:520px;height:170px;--rot:28deg;opacity:.45;animation:orbitTilt 11s ease-in-out infinite alternate-reverse}.cosmos-orbit span{position:absolute;width:11px;height:11px;border-radius:50%;background:#a9edff;box-shadow:0 0 18px #76dbff;top:50%;left:-5px}
.cosmos-ribbon{position:absolute;width:520px;height:160px;border:2px solid rgba(104,219,255,.55);border-left-color:transparent;border-right-color:transparent;border-radius:50%;filter:drop-shadow(0 0 15px rgba(80,194,255,.3));z-index:4}.ribbon-a{transform:rotate(-32deg);animation:ribbonDrift 7s ease-in-out infinite alternate}.ribbon-b{transform:rotate(43deg) scale(.86);opacity:.44;animation:ribbonDrift 9s ease-in-out infinite alternate-reverse}
.cosmos-particle{position:absolute;width:5px;height:5px;border-radius:50%;background:white;box-shadow:0 0 13px #93e9ff;z-index:9;animation:particleFloat 5s ease-in-out infinite}.p1{left:16%;top:20%}.p2{right:13%;top:28%;animation-delay:-1s}.p3{left:12%;bottom:25%;animation-delay:-2.2s}.p4{right:19%;bottom:15%;animation-delay:-3.3s}.p5{left:34%;top:10%;animation-delay:-4s}.p6{right:34%;bottom:7%;animation-delay:-.7s}
.cosmos-word{position:absolute;color:rgba(255,255,255,.2);font:800 12px 'Inter';letter-spacing:5px;z-index:6}.word-play{left:8%;top:43%;transform:rotate(-90deg)}.word-create{right:4%;top:30%;transform:rotate(90deg)}.word-imagine{bottom:5%;left:50%;transform:translateX(-50%)}
@keyframes cosmosBreath{to{filter:saturate(1.18) brightness(1.07)}}@keyframes haloFloat{to{transform:translate(28px,-18px) scale(1.12)}}@keyframes corePulse{50%{transform:scale(1.035);box-shadow:0 0 65px rgba(92,201,255,.92),0 0 125px rgba(27,112,255,.7),inset -24px -28px 48px rgba(1,18,69,.48)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}@keyframes orbitTilt{to{transform:translate(-50%,-50%) rotate(calc(var(--rot) + 8deg)) scale(1.035)}}@keyframes ribbonDrift{to{margin-top:-17px;margin-left:14px}}@keyframes particleFloat{50%{transform:translateY(-18px) scale(1.65);opacity:.35}}
@media(max-width:1100px){.hero-brand-cosmos{min-height:540px;margin-top:35px}.cosmos-core{width:290px;height:290px}}
@media(max-width:600px){.hero-brand-cosmos{min-height:470px;border-radius:30px}.cosmos-core{scale:.78}.orbit-a{width:360px;height:210px}.orbit-b{width:330px;height:330px}.orbit-c{width:390px}.cosmos-ribbon{width:390px}.cosmos-word{display:none}}
@media(prefers-reduced-motion:reduce){.cosmos-backdrop,.cosmos-halo,.core-glow,.core-ring,.cosmos-orbit,.cosmos-ribbon,.cosmos-particle{animation:none}}

/* v12 premium hero slideshow */
.brand img{object-fit:contain;background:transparent!important}
.brand small{font-weight:800;letter-spacing:.11em;color:#18346b}
.footer-brand img{background:transparent!important;object-fit:contain}
.hero-slideshow{position:relative;min-height:590px;border-radius:42px;overflow:hidden;background:#071b46;box-shadow:0 28px 70px rgba(5,36,98,.28);isolation:isolate}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}
.hero-slide.active{opacity:1;visibility:visible;z-index:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 6s ease}
.hero-slide.active img{transform:scale(1)}
.slide-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,19,52,.04) 25%,rgba(2,20,62,.78) 100%),linear-gradient(90deg,rgba(6,45,120,.2),transparent 58%)}
.slide-caption{position:absolute;left:34px;right:34px;bottom:38px;color:#fff;z-index:2;text-shadow:0 2px 14px rgba(0,0,0,.32)}
.slide-caption span{display:block;font:700 12px/1 Inter,sans-serif;letter-spacing:.18em;margin-bottom:10px;color:#ffd84a}
.slide-caption strong{display:block;font:700 28px/1.18 'Baloo 2',sans-serif;max-width:440px}
.slide-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.48);background:rgba(4,22,58,.42);backdrop-filter:blur(8px);color:#fff;font-size:32px;line-height:1;cursor:pointer;transition:.25s}
.slide-arrow:hover{background:rgba(255,255,255,.22);transform:translateY(-50%) scale(1.06)}
.slide-arrow.prev{left:18px}.slide-arrow.next{right:18px}
.slide-dots{position:absolute;z-index:4;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px}
.slide-dots button{width:8px;height:8px;border:0;padding:0;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:.25s}
.slide-dots button.active{width:24px;border-radius:10px;background:#fff}
@media(max-width:1100px){.hero-slideshow{min-height:520px;margin-top:34px}}
@media(max-width:600px){.hero-slideshow{min-height:430px;border-radius:28px}.slide-caption{left:24px;right:24px;bottom:34px}.slide-caption strong{font-size:23px}.slide-arrow{width:40px;height:40px}.slide-arrow.prev{left:12px}.slide-arrow.next{right:12px}}
@media(prefers-reduced-motion:reduce){.hero-slide,.hero-slide img{transition:none}}


/* v13 approved hero updates */
.header .brand small,
.footer-same-logo small{
  color:var(--red)!important;
  font-weight:700!important;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.hero-slideshow{
  border:2px solid rgba(11,98,232,.18);
  background:#fff;
}
.hero-slide img{
  object-fit:cover;
  object-position:center;
}
.hero-slide:nth-child(2) img{
  object-position:center center;
}
@media(max-width:600px){
  .hero-slide:nth-child(2) img{object-position:center center}
}


/* Version 14 — catalogue lead capture */
.catalogue-download-section{padding:72px clamp(20px,5vw,78px);background:linear-gradient(135deg,#061a4c 0%,#092c72 55%,#071b4a 100%);position:relative;overflow:hidden}
.catalogue-download-section:before,.catalogue-download-section:after{content:"";position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.catalogue-download-section:before{width:360px;height:360px;background:rgba(236,28,45,.16);right:-120px;top:-140px}.catalogue-download-section:after{width:300px;height:300px;background:rgba(255,199,0,.12);left:-130px;bottom:-180px}
.catalogue-download-card{max-width:1240px;margin:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:58px;align-items:center;position:relative;z-index:1}
.catalogue-download-copy{color:#fff}.catalogue-download-copy .eyebrow{color:#ff3346}.catalogue-download-copy h2{font-family:"Baloo 2",sans-serif;font-size:clamp(38px,4.7vw,68px);line-height:.98;margin:14px 0 22px;color:#fff}.catalogue-download-copy h2 span{color:#ff263c}.catalogue-download-copy p{max-width:610px;font-size:17px;line-height:1.75;color:rgba(255,255,255,.78);margin:0 0 28px}.catalogue-highlights{display:flex;flex-wrap:wrap;gap:12px}.catalogue-highlights span{padding:10px 14px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);border-radius:999px;color:#fff;font-size:13px;font-weight:700;backdrop-filter:blur(8px)}
.catalogue-download-form{background:#fff;border-radius:26px;padding:30px;box-shadow:0 26px 70px rgba(0,0,0,.28);display:grid;gap:15px}.catalogue-download-form h3{font-family:"Baloo 2",sans-serif;font-size:28px;line-height:1;margin:0;color:#071f57}.catalogue-download-form>p{margin:-4px 0 3px;color:#667085;font-size:14px}.catalogue-download-form label{display:grid;gap:7px;color:#14234a;font-size:13px;font-weight:700}.catalogue-download-form label b{color:#ed1b2f}.catalogue-download-form input{width:100%;border:1px solid #dbe2ef;background:#f8faff;border-radius:12px;padding:13px 14px;font:500 14px "Inter",sans-serif;color:#12214a;outline:none;transition:.2s}.catalogue-download-form input:focus{border-color:#174fd0;box-shadow:0 0 0 4px rgba(23,79,208,.1);background:#fff}.catalogue-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.catalogue-download-btn{border:0;width:100%;justify-content:center;font-size:15px;cursor:pointer;margin-top:3px}.catalogue-download-btn span{font-size:19px}.catalogue-form-note{color:#7a8499;line-height:1.45;text-align:center;font-size:11px}.catalogue-success{display:none;padding:11px 13px;border-radius:10px;background:#e9fff1;color:#087735;font-size:13px;font-weight:700;text-align:center}.catalogue-success.show{display:block}
@media(max-width:900px){.catalogue-download-card{grid-template-columns:1fr;gap:34px}.catalogue-download-copy{text-align:center}.catalogue-download-copy p{margin-left:auto;margin-right:auto}.catalogue-highlights{justify-content:center}}
@media(max-width:560px){.catalogue-download-section{padding:52px 16px}.catalogue-download-form{padding:22px;border-radius:20px}.catalogue-form-row{grid-template-columns:1fr}.catalogue-download-copy h2{font-size:40px}.catalogue-highlights{display:grid}.catalogue-highlights span{text-align:center}}

/* ===== Version 16 — streamlined homepage and full mobile polish ===== */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%;height:auto}
section{scroll-margin-top:92px}

/* Tablet */
@media (max-width:1024px){
  .header{height:auto;min-height:78px;padding:12px 22px;gap:16px;flex-wrap:wrap}
  .header .brand{min-width:0;flex:1}
  .header nav{order:4;width:100%;justify-content:center;padding:10px 0 2px}
  .header-cta{white-space:nowrap}
  .hero{padding:62px 28px 72px;gap:36px}
  .hero-copy{text-align:center;max-width:760px;margin:0 auto}
  .hero-actions,.hero-stats{justify-content:center}
  .hero-slideshow{width:100%;max-width:780px}
  .section,.about-section,.reviews-section,.dealer-section,.contact-section{padding-left:28px;padding-right:28px}
  .section-head{align-items:flex-start;gap:22px}
  .category-grid-text-only{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-section{grid-template-columns:1fr;gap:42px}
  .about-visual{max-width:760px;margin:auto}
  .about-copy{text-align:center}
  .value-grid{text-align:left}
  .why-orbit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .advantage-core{grid-column:1/-1;grid-row:auto;max-width:520px;margin:auto}
  .dealer-section,.contact-grid{grid-template-columns:1fr}
}

/* Mobile */
@media (max-width:700px){
  .topbar{font-size:11px;line-height:1.45;padding:8px 10px}
  .topbar a{display:inline-block;margin-left:5px}
  .header{position:sticky;top:0;z-index:1000;padding:10px 14px;min-height:68px;flex-wrap:nowrap;box-shadow:0 6px 22px rgba(7,30,76,.09)}
  .brand img{width:58px!important;height:48px!important;flex:0 0 auto}
  .brand strong{font-size:17px!important;line-height:1!important}
  .brand small{font-size:7px!important;letter-spacing:.04em!important;margin-top:4px}
  .menu{display:grid!important;place-items:center;width:42px;height:42px;padding:0;border-radius:12px;font-size:23px;flex:0 0 auto}
  .header-cta{display:none}
  .header nav{display:none;position:absolute;left:12px;right:12px;top:calc(100% + 7px);width:auto;order:initial;padding:12px;background:#fff;border-radius:18px;box-shadow:0 20px 45px rgba(3,31,83,.2);flex-direction:column;align-items:stretch;gap:2px}
  .header nav.open{display:flex}
  .header nav a{padding:12px 14px;border-radius:11px;text-align:left}
  .header nav a:hover{background:#f0f5ff}

  .hero{display:flex;flex-direction:column;padding:42px 16px 48px;gap:28px;min-height:0}
  .hero-copy{text-align:center}
  .eyebrow{font-size:10px;letter-spacing:.13em}
  .hero h1{font-size:clamp(43px,13vw,58px)!important;line-height:.93;margin:14px 0 18px}
  .hero-copy>p{font-size:15px;line-height:1.65;margin-left:auto;margin-right:auto}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%;max-width:360px;margin:24px auto}
  .hero-actions .btn{width:100%;justify-content:center}
  .hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px;width:100%;margin-top:25px}
  .hero-stats div{min-width:0!important;padding:13px 5px!important;border-radius:15px}
  .hero-stats b{font-size:17px!important;white-space:nowrap}
  .hero-stats small{font-size:9px!important;line-height:1.2}
  .hero-slideshow{min-height:0!important;height:68vw;max-height:430px;margin:0!important;border-radius:24px}
  .hero-slide img{object-position:center!important}
  .slide-arrow{width:38px;height:38px;font-size:27px}
  .ticker{font-size:12px;white-space:nowrap}

  .catalogue-download-section{padding:48px 14px!important}
  .catalogue-download-card{gap:28px}
  .catalogue-download-copy h2{font-size:39px!important;line-height:1}
  .catalogue-download-copy p{font-size:14px;line-height:1.65}
  .catalogue-download-form{padding:20px!important;border-radius:20px!important}
  .catalogue-download-form h3{font-size:25px}
  .catalogue-form-row{grid-template-columns:1fr!important}

  .section,.about-section,.why-bubbles-section,.reviews-section,.dealer-section,.contact-section{padding:54px 14px!important}
  .section-head{display:block;text-align:center;margin-bottom:26px}
  .section-head h2,.about-copy h2,.why-heading h2,.reviews-heading h2{font-size:clamp(36px,10vw,47px)!important;line-height:1.02}
  .section-head>a{display:inline-block;margin-top:12px}
  .category-grid-text-only{grid-template-columns:1fr!important;gap:14px}
  .text-category{min-height:0;padding:24px;border-radius:23px;text-align:left}
  .text-category b{font-size:26px}
  .text-category small{min-height:0;max-width:100%}

  .products-section .section-head{display:grid;gap:18px}
  .controls{display:grid!important;grid-template-columns:1fr!important;width:100%;gap:10px}
  .controls input,.controls select{width:100%!important;min-width:0!important}
  .product-grid{grid-template-columns:1fr!important;gap:17px}
  .product-card{border-radius:22px}

  .about-section{display:flex!important;flex-direction:column;gap:30px}
  .about-visual{width:100%}
  .about-visual img{min-height:280px;object-fit:cover;border-radius:25px}
  .experience{right:8px!important;bottom:8px!important;transform:scale(.8);transform-origin:bottom right}
  .about-copy{text-align:center}
  .about-copy>p{font-size:15px;line-height:1.7}
  .value-grid{grid-template-columns:1fr!important;text-align:left;gap:10px}
  .about-copy>.btn{width:100%;justify-content:center}

  .why-heading p,.reviews-heading p{font-size:14px;line-height:1.65}
  .why-orbit-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px}
  .advantage-card,.advantage-core{position:relative!important;inset:auto!important;transform:none!important;width:100%!important;min-height:0!important;border-radius:24px!important;padding:24px!important;grid-column:auto!important;grid-row:auto!important}
  .advantage-core{order:-1}

  .reviews-marquee{overflow:visible!important}
  .reviews-track{display:grid!important;grid-template-columns:1fr!important;transform:none!important;animation:none!important;width:100%!important;gap:14px!important}
  .reviews-track .review-card:nth-child(n+5){display:none}
  .review-card{width:100%!important;min-width:0!important;margin:0!important;border-radius:22px!important}

  .dealer-section{display:grid!important;gap:25px}
  .dealer-copy h2{font-size:42px!important}
  .dealer-form{padding:20px!important;border-radius:22px!important}
  .form-row{grid-template-columns:1fr!important}

  .contact-grid{grid-template-columns:1fr!important;gap:16px}
  .contact-card{padding:22px!important;border-radius:22px!important;overflow-wrap:anywhere}
  footer{padding-left:16px!important;padding-right:16px!important}
  .footer-grid{grid-template-columns:1fr!important;text-align:center;gap:26px!important}
  .footer-brand .brand{justify-content:center}
  .footer-bottom{display:grid!important;gap:10px;text-align:center}
  .whatsapp-float{width:54px!important;height:54px!important;right:14px!important;bottom:14px!important}
}

@media (max-width:390px){
  .brand strong{font-size:15px!important}
  .brand small{display:none}
  .hero-stats{grid-template-columns:1fr!important}
  .hero-stats div{padding:12px!important}
  .catalogue-download-copy h2{font-size:35px!important}
}
