:root{
  --purple:#7c3aed;
  --purple-2:#a855f7;
  --purple-dark:#4c1d95;
  --bg:#080808;
  --panel:#111113;
  --panel-2:#17171a;
  --white:#fff;
  --gray:#b9b9c2;
  --dark-gray:#70707a;
  --line:#29292f;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--white);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.site-header{height:76px;position:sticky;top:0;z-index:50;background:rgba(8,8,8,.92);backdrop-filter:blur(14px);border-bottom:1px solid #26262b;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky}
.site-header .brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px}
.brand img{max-height:52px;max-width:145px;object-fit:contain}
.brand img:not([src]),.brand img[src=""]{display:none}
#brandFallback{display:none}
.menu-btn{position:relative;z-index:60;display:none;width:52px;height:48px;border-radius:14px;border:2px solid var(--purple);background:#151518;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;box-shadow:0 0 14px rgba(124,58,237,.18)}
.menu-btn span{display:block;width:24px;height:3px;border-radius:5px;background:var(--purple-2);transition:.2s}
nav{display:flex;gap:30px;font-weight:700;color:#ddd}
nav a:hover{color:var(--purple-2)}
.hero{min-height:clamp(650px,82vh,900px);position:relative;display:grid;place-items:center;text-align:center;background-image:
linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.52)),
url("assets/hero.png");background-repeat:no-repeat,no-repeat;background-size:100% 100%,100% 100%;background-position:center,center;background-color:#101014}
.hero{background-attachment:scroll}
.hero::before{display:none}
.hero-content{position:relative;z-index:1;width:min(850px,90%);padding:80px 20px}
.eyebrow{letter-spacing:5px;font-weight:900;color:#d6d6dc;font-size:14px;margin:0 0 15px}
.hero-logo-wrap{display:flex;justify-content:center;align-items:center;margin:12px 0 38px;min-height:170px}.hero-logo{display:block;width:min(420px,82vw);max-height:230px;object-fit:contain;filter:drop-shadow(0 12px 0 var(--purple-dark)) drop-shadow(0 0 28px rgba(124,58,237,.28))}.hero h1{font-size:clamp(64px,13vw,145px);line-height:.78;margin:10px 0 35px;font-weight:1000;letter-spacing:-7px;text-shadow:0 12px 0 var(--purple-dark)}
.hero p:not(.eyebrow){font-size:clamp(19px,3vw,30px);line-height:1.35;font-weight:700;max-width:850px;margin:0 auto 38px}
.primary-btn{display:inline-flex;align-items:center;justify-content:center;background:#7c3aed!important;color:#fff!important;border:1px solid #a78bfa;box-shadow:0 8px 0 #4c1d95,0 0 28px rgba(124,58,237,.28);padding:18px 34px;border-radius:22px;font-size:20px;font-weight:900;transition:.2s;cursor:pointer}.primary-btn:hover{background:#8b5cf6!important}
.primary-btn:hover{transform:translateY(-3px);filter:brightness(1.1)}
.primary-btn:active{transform:translateY(2px);box-shadow:0 4px 0 var(--purple-dark)}
.ticker{min-height:64px;overflow:hidden;background:var(--purple);display:flex;align-items:center;justify-content:center;white-space:nowrap;font-weight:900;letter-spacing:3px;font-size:18px;padding:0 18px;text-align:center}.ticker div{display:inline-block;flex:none;animation:tickerMove 14s linear infinite;padding-left:100%;will-change:transform}.ticker div+div{display:none}@keyframes tickerMove{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
section{padding:80px 5vw}
.section-heading{max-width:900px;margin:0 auto 38px}
.section-heading h2{font-size:clamp(34px,6vw,64px);margin:0 0 15px;line-height:1}
.section-heading>p:last-child{color:var(--gray);font-size:20px;line-height:1.5}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1200px;margin:auto}
.category-card{min-height:220px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#0e0e10;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s;overflow:hidden;position:relative;isolation:isolate}
.category-card:hover{border-color:var(--purple);transform:translateY(-4px);box-shadow:0 14px 40px rgba(124,58,237,.18)}
.category-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:.25s}
.category-card:hover .category-image{transform:scale(1.04)}
.category-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.82) 100%);z-index:-1}
.category-card strong{font-size:23px;position:relative;z-index:1;text-shadow:0 2px 8px #000}.category-card span{position:relative;z-index:1;text-shadow:0 2px 8px #000;color:var(--gray);margin-top:7px}
.category-cta{position:relative;z-index:1;color:#c084fc;font-style:normal;font-weight:900;margin-top:12px;font-size:14px}
.products-section{background:linear-gradient(#0a0a0c,#0d0d10)}
.filter-row{display:flex;gap:9px;flex-wrap:wrap;max-width:1200px;margin:0 auto 24px}
.filter{border:1px solid var(--line);background:#141418;color:#ddd;padding:10px 15px;border-radius:999px;font-weight:800;cursor:pointer}
.filter.active,.filter:hover{background:var(--purple);border-color:var(--purple)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:auto}
.product-card{background:var(--panel);border:1px solid var(--line);overflow:hidden;position:relative;transition:.2s}
.product-card:hover{transform:translateY(-4px);border-color:#5830a8}
.product-img{aspect-ratio:1/1;display:block;width:100%;object-fit:cover;background:#17171a}
.product-body{padding:22px}
.badge{display:inline-block;background:var(--purple);padding:7px 12px;border-radius:8px;font-weight:900;font-size:12px;letter-spacing:.5px;margin-bottom:12px}
.product-name{font-size:22px;font-weight:900;line-height:1.15;margin:0 0 14px}
.price{font-size:27px;font-weight:1000}.old-price{font-size:16px;color:#666;text-decoration:line-through;margin-right:7px}
.meta{display:inline-block;margin-top:12px;border:1px solid #303036;border-radius:999px;padding:7px 11px;color:#ddd;font-weight:800;font-size:14px}
.meta b{color:#c084fc}
.view-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;font-weight:900;letter-spacing:1.5px;color:#fff;background:var(--purple);border:1px solid #a78bfa;border-radius:12px;box-shadow:0 5px 0 var(--purple-dark);width:auto;min-width:160px;padding:12px 18px;cursor:pointer;transition:.18s}.view-btn:hover{background:var(--purple-2);transform:translateY(-2px)}.view-btn:active{transform:translateY(2px);box-shadow:0 2px 0 var(--purple-dark)}
.info-section{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:auto}
.info-card{display:flex;gap:18px;padding:28px;border:1px solid var(--line);background:#121216;border-radius:24px}
.info-icon{font-size:30px}.info-card h3{margin:0 0 8px;font-size:23px}.info-card p{margin:0;color:var(--gray);line-height:1.5}
footer{margin:0;padding:0;border:0;color:var(--gray)}
.footer-brand{color:white;font-size:26px;font-weight:1000;letter-spacing:2px}
.modal{display:none;position:fixed;inset:0;z-index:100}.modal.open{display:grid;place-items:center}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px)}
.modal-box{position:relative;z-index:1;width:min(1000px,92vw);max-height:92vh;overflow:auto;background:#101014;border:1px solid #35353c;border-radius:24px;display:grid;grid-template-columns:1.05fr .95fr;box-shadow:0 30px 100px rgba(0,0,0,.7)}
.close-btn{position:absolute;right:15px;top:10px;z-index:4;border:0;background:#000b;color:#fff;font-size:38px;width:48px;height:48px;border-radius:50%;cursor:pointer}
.modal-gallery{position:relative;background:#08080a;min-height:420px;display:grid;place-items:center}
.modal-gallery>img{width:100%;height:100%;max-height:650px;object-fit:contain}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid #555;background:#000b;color:white;border-radius:50%;width:45px;height:45px;font-size:32px;cursor:pointer}.gallery-arrow.left{left:12px}.gallery-arrow.right{right:12px}
.dots{position:absolute;bottom:15px;left:0;right:0;text-align:center}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#666;margin:4px}.dot.active{background:var(--purple-2);transform:scale(1.35)}
.modal-content{padding:45px 35px}.modal-content h2{font-size:42px;line-height:1;margin:5px 0 18px}.modal-content p{color:var(--gray);font-size:18px;line-height:1.55}.modal-price{font-size:35px;font-weight:1000;margin:22px 0 8px}.full{width:100%;margin-top:25px}
@media(max-width:850px){
 .site-header{height:72px;padding:0 20px;border-bottom-color:var(--purple)}.site-header .brand{left:50%;top:50%;transform:translate(-50%,-50%)}.menu-btn{display:flex}nav{display:none;position:absolute;top:72px;left:0;right:0;background:#0b0b0d;border-bottom:2px solid var(--purple);flex-direction:column;padding:20px;gap:0}nav.open{display:flex}nav a{padding:15px 5px}
 .hero{min-height:720px;background-size:100% 100%,100% 100%}.hero h1{letter-spacing:-4px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.info-section{grid-template-columns:1fr}
 .modal-box{grid-template-columns:1fr;max-height:94vh}.modal-gallery{min-height:330px}.modal-content{padding:28px}.modal-content h2{font-size:32px}
}
@media(max-width:520px){
 section{padding:60px 16px}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:8px}.category-card{min-height:125px;padding:16px}.category-card strong{font-size:18px}.product-body{padding:14px}.product-name{font-size:17px}.price{font-size:21px}.old-price{font-size:13px}.meta{font-size:12px}.view-btn{font-size:12px}.ticker{height:54px;font-size:15px}
}
.center{text-align:center;margin:35px 0 5px}.catalog-tools{max-width:1200px;margin:0 auto 18px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.search,.select{background:#111114;border:1px solid #303036;color:#fff;border-radius:14px;padding:14px 16px;font:inherit;outline:none}.search{flex:1;min-width:210px}.search:focus,.select:focus{border-color:var(--purple)}.select{min-width:190px}.product-media{position:relative}.product-media .badge{position:absolute;left:12px;top:12px;margin:0;box-shadow:0 8px 20px #0008}.text-link{display:inline-block;margin-top:12px;color:#c084fc;font-weight:900}.trust-grid,.info-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-grid{grid-template-columns:repeat(2,1fr)}.footer-links{display:flex;justify-content:center;gap:22px;margin:20px 0}.footer-links a:hover{color:#c084fc}.page-hero{padding:90px 5vw 65px;background:radial-gradient(circle at 50% 10%,#5b21b633,transparent 50%),#0b0b0d}.page-hero h1{font-size:clamp(48px,9vw,90px);margin:0 0 15px;line-height:.95}.page-hero>p:last-child{color:var(--gray);font-size:20px;max-width:750px}.detail-section{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:calc(100vh - 76px)}.detail-media{background:#101014;border:1px solid var(--line);border-radius:24px;overflow:hidden}.detail-media img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover}.detail-copy h1{font-size:clamp(38px,6vw,64px);line-height:1;margin:12px 0 20px}.detail-copy>p{color:var(--gray);font-size:19px;line-height:1.6}.detail-price{font-size:38px;font-weight:1000;margin:24px 0 8px}.feature-list{padding-left:20px;color:#ddd;line-height:2}.back-link{display:block;margin-top:20px;color:#bbb;font-weight:800}.single-box{max-width:700px;margin:20px auto 100px;padding:30px;background:#111114;border:1px solid var(--line);border-radius:24px}.single-box form{display:grid;gap:12px}.single-box label{font-weight:900}.single-box .primary-btn{border:0}.order-result{margin-top:20px;padding:24px;border:1px solid #392268;background:#15111d;border-radius:18px}.order-result h3{font-size:27px;margin:5px 0 10px}.order-result p:not(.eyebrow){color:var(--gray);line-height:1.5}.status.error{color:#fca5a5;background:#2a1111;padding:14px;border-radius:12px;margin-top:15px}.policy{max-width:1000px;margin:auto}.policy h2{font-size:42px}.policy ul{color:#c9c9d0;line-height:2;padding-left:25px}.brand img{display:block}
@media(max-width:850px){.trust-grid,.info-grid{grid-template-columns:1fr 1fr}.detail-section{grid-template-columns:1fr;min-height:0;padding-top:35px}.detail-copy{padding-bottom:60px}.page-hero{padding:70px 20px 50px}}
@media(max-width:520px){.hero{min-height:680px;background-size:100% 100%,100% 100%}.hero-logo{width:min(300px,72vw);max-height:185px}.hero-logo-wrap{min-height:130px;margin-bottom:28px}.trust-grid,.info-grid{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;gap:14px}.detail-section{padding:35px 16px 0}.single-box{margin:20px 16px 70px;padding:20px}.page-hero h1{font-size:48px}.product-media .badge{font-size:10px;padding:6px 8px}}


/* Social app icons */
.footer-socials{display:flex;align-items:center;gap:12px;margin:18px 0 12px}
.social-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;text-decoration:none;border:1px solid rgba(255,255,255,.12);background:#15151a;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.social-icon svg{width:25px;height:25px}
.social-icon:hover{transform:translateY(-3px);background:#1d1d24;box-shadow:0 8px 24px rgba(124,58,237,.25)}
.social-icon.instagram{color:#e1306c}.social-icon.whatsapp{color:#25d366}.social-icon.tiktok{color:#fff}.social-icon.tiktok:hover{color:#ff2d55}

.custom-guide{margin-top:22px;padding:18px;border:1px solid #3a2a5f;border-radius:18px;background:#120e17}.custom-guide h3{margin:0 0 8px}.custom-guide p{color:#aaa;line-height:1.55}.custom-guide pre{white-space:pre-wrap;background:#0d0d10;border:1px solid #29292f;border-radius:14px;padding:15px;color:#ddd;line-height:1.65;font:inherit;overflow:auto}.detail-copy #detailDescription{white-space:pre-wrap;line-height:1.65}

.store-stats-section{padding:55px 18px}.store-stats{max-width:1100px;margin:24px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.store-stat{background:#111;border:1px solid #29292f;border-radius:20px;padding:22px;text-align:center}.store-stat span{font-size:28px;display:block;margin-bottom:8px}.store-stat small{color:#aaa;display:block}.store-stat strong{font-size:34px;margin-top:7px;display:block;color:#c084fc}@media(max-width:800px){.store-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.store-stats{grid-template-columns:1fr 1fr}.store-stat{padding:16px}.store-stat strong{font-size:28px}}

/* ===== CHIRA STORE FINAL RESPONSIVE HERO + SINGLE FOOTER ===== */
.hero{min-height:clamp(620px,78vw,900px);background-size:100% 100%;background-position:center;background-repeat:no-repeat;overflow:hidden}
.hero-content{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
.hero-logo{width:min(360px,68vw);max-height:210px}
.site-footer{margin:0;padding:56px 20px 38px;background:#0d0d10;border-top:1px solid #332052;color:var(--gray);text-align:center}
.site-footer .footer-inner{max-width:1100px;margin:0 auto}
.site-footer .footer-brand{margin-bottom:10px;color:#fff}
.site-footer #footerText{max-width:760px;margin:0 auto 18px;line-height:1.6}
.site-footer .footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 20px;margin:18px auto}
.site-footer .footer-links a,.site-footer .footer-socials a{color:#c7b6dc}
.site-footer .footer-links a:hover,.site-footer .footer-socials a:hover{color:#c084fc}
.site-footer .footer-socials{display:flex;justify-content:center;gap:10px;margin:18px 0}
.site-footer .social-icon{width:auto;height:auto;padding:9px 13px;border-radius:12px}
@media(max-width:520px){.hero-content{padding:65px 16px}.hero p:not(.eyebrow){font-size:19px}.site-footer{padding:42px 16px 30px}.site-footer .footer-links{gap:10px 15px}}

/* Final hero cleanup: show the complete source image without the black lower gap or diagonal overlay. */
.hero{min-height:clamp(620px,78vw,900px);background-size:100% 100%;background-position:center;background-repeat:no-repeat;background-color:transparent}
.hero::before{display:none}

.hero{min-height:clamp(560px,72vh,820px);background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#080808}
.hosting-choice-wrap{max-width:1200px;margin:0 auto}.back-hosting{border:1px solid var(--line);background:#141418;color:#ddd;padding:11px 15px;border-radius:999px;font-weight:800;cursor:pointer;margin-bottom:18px}.hosting-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.hosting-choice-card{display:flex;align-items:stretch;min-height:260px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#111114;transition:.2s}.hosting-choice-card:hover{border-color:var(--purple);transform:translateY(-3px)}.hosting-choice-card img{width:42%;object-fit:cover;background:#17171a}.hosting-choice-card>div{padding:26px;display:flex;flex-direction:column;justify-content:center}.hosting-choice-card strong{font-size:30px}.hosting-choice-card span{color:#aaa;margin-top:8px;line-height:1.5}.hosting-choice-card em{font-style:normal;color:#c084fc;font-weight:900;margin-top:18px}@media(max-width:600px){.hosting-choice-grid{grid-template-columns:1fr}.hosting-choice-card{min-height:190px}.hosting-choice-card img{width:38%}.hosting-choice-card strong{font-size:23px}.hero{min-height:590px}}
.site-footer .social-icon{width:46px;height:46px;padding:0!important;display:grid;place-items:center}.site-footer .social-icon svg{width:24px;height:24px;display:block}

/* ===== FINAL HOSTING CHOICE: tanpa gambar ===== */
.hosting-choice-noimage{position:relative;display:flex!important;min-height:190px!important;align-items:stretch!important;background:linear-gradient(135deg,#111114,#19131f)!important;border:1px solid #43246a!important;overflow:hidden!important;text-decoration:none!important}
.hosting-choice-noimage>div:last-child{padding:28px 30px!important;display:flex;flex-direction:column;justify-content:center;width:100%;box-sizing:border-box}
.hosting-choice-noimage small{font-size:11px;letter-spacing:2px;color:#9f7aea;font-weight:900;margin-bottom:7px}
.hosting-choice-noimage strong{font-size:30px!important;color:#fff!important}
.hosting-choice-noimage span{color:#aaa!important;margin-top:7px;line-height:1.5}
.hosting-choice-noimage em{color:#c084fc!important;font-style:normal;font-weight:900;margin-top:16px}
.hosting-choice-accent{position:absolute!important;left:0;top:0;bottom:0;width:6px!important;background:#7c3aed!important;padding:0!important}
.hosting-choice-noimage:hover{border-color:#7c3aed!important;transform:translateY(-3px);box-shadow:0 14px 35px rgba(124,58,237,.18)}
@media(max-width:600px){.hosting-choice-noimage{min-height:155px!important}.hosting-choice-noimage>div:last-child{padding:22px!important}.hosting-choice-noimage strong{font-size:25px!important}}

/* Logo baru: transparan, tidak dipaksa memenuhi header */
.site-header .brand img{width:auto!important;height:auto!important;max-width:118px!important;max-height:52px!important;object-fit:contain!important}
.hero-logo{width:min(330px,68vw)!important;max-height:210px!important;object-fit:contain!important}


/* ===== FINAL HOSTING CHOICE + ORDER PROGRESS FIX ===== */
.hosting-choice-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;max-width:900px!important;margin:0 auto!important}
.hosting-choice-card.hosting-choice-noimage{width:100%!important;min-height:150px!important;height:150px!important;box-sizing:border-box!important;border-radius:18px!important;display:flex!important}
.hosting-choice-noimage>div:last-child{padding:24px 28px!important}
@media(max-width:600px){.hosting-choice-card.hosting-choice-noimage{min-height:135px!important;height:135px!important}.hosting-choice-noimage>div:last-child{padding:20px!important}.hosting-choice-noimage strong{font-size:24px!important}}


/* ===== MOBILE APP MENU / DRAWER ===== */
.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(5px);z-index:999;opacity:0;pointer-events:none;transition:.25s}
.mobile-menu-overlay.open{opacity:1;pointer-events:auto}
.mobile-menu-drawer{position:fixed;left:14px;right:14px;top:14px;z-index:1000;background:linear-gradient(160deg,#160a1f,#090909 60%);border:2px solid var(--purple);border-radius:30px;padding:24px 20px 20px;box-shadow:0 25px 70px rgba(0,0,0,.65);transform:translateY(-18px) scale(.98);opacity:0;pointer-events:none;transition:.25s}
.mobile-menu-drawer.open{transform:none;opacity:1;pointer-events:auto}
.mobile-menu-close{position:absolute;right:14px;top:12px;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:32px;line-height:1;cursor:pointer}
.mobile-menu-brand{font-size:28px;font-weight:1000;margin:8px 0 22px;padding:0 44px 16px 4px;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-menu-links{display:grid;gap:8px}
.mobile-menu-links a{display:flex;align-items:center;gap:14px;padding:17px 14px;border-radius:16px;color:#fff;text-decoration:none;font-size:19px;font-weight:900}
.mobile-menu-links a:hover,.mobile-menu-links a:active{background:rgba(255,255,255,.08)}
.mobile-menu-links .menu-icon{width:28px;text-align:center;font-size:22px}
.mobile-chat-admin{display:flex;align-items:center;justify-content:center;gap:8px;width:72%;margin:20px auto 0;padding:11px 14px;border-radius:14px;background:#7c3aed;color:#fff;text-decoration:none;font-size:16px;font-weight:900;box-shadow:0 5px 0 #4c1d95}
.mobile-chat-admin:active{transform:translateY(3px);box-shadow:0 2px 0 #4c1d95}
@media(min-width:851px){.mobile-menu-overlay,.mobile-menu-drawer{display:none!important}}

/* Progress pesanan yang lebih jelas */
.progress-list{position:relative;gap:0}.progress-item{position:relative;border:0;border-radius:0;background:transparent!important;padding:10px 0 18px 4px}.progress-item:not(:last-child)::after{content:'';position:absolute;left:19px;top:46px;width:3px;height:calc(100% - 26px);background:#2b2730;border-radius:9px}.progress-item.done:not(:last-child)::after{background:#7c3aed}.progress-dot{position:relative;z-index:1;width:38px;height:38px;font-size:15px}.progress-item.active .progress-dot{background:#7c3aed;color:#fff;border-color:#a78bfa;box-shadow:0 0 0 5px rgba(124,58,237,.15)}.progress-item.done .progress-dot{background:#3b2160}.progress-item b{font-size:16px}.progress-item.active b{color:#e9ddff}.progress-item small{font-size:12px}

.order-progress-section{display:block!important;margin-bottom:22px;padding:16px;border:1px solid #33233f;border-radius:18px;background:#100d14}.order-progress-section .progress-title-row{margin:0 0 12px}.order-progress-section .progress-track{margin-bottom:14px}

/* ===== RESPONSIVE HERO + CUSTOM SKIN MOTION ===== */
.hero{min-height:clamp(560px,calc(100svh - 76px),900px);background-size:cover,cover;background-position:center center,center center;background-repeat:no-repeat,no-repeat}
.hero-content{min-height:clamp(560px,calc(100svh - 76px),900px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 20px}
.custom-motion-section{padding:70px 5vw;max-width:1200px;margin:auto}
.custom-motion-head{text-align:center;max-width:760px;margin:0 auto 28px}
.custom-motion-head h2{font-size:clamp(32px,6vw,58px);margin:0 0 10px}
.custom-motion-head p{color:var(--gray);font-size:18px;line-height:1.6;margin:0}
.custom-motion-stage{position:relative;min-height:330px;border:1px solid #332348;border-radius:28px;overflow:hidden;background:radial-gradient(circle at 50% 40%,#35116b55,transparent 55%),#0d0b12;display:flex;align-items:center;justify-content:center;isolation:isolate}
.custom-motion-stage::before{content:"";position:absolute;inset:-20%;background:linear-gradient(120deg,transparent 35%,rgba(192,132,252,.08) 50%,transparent 65%);transform:translateX(-70%);animation:motionSweep 5s linear infinite;z-index:-1}
.custom-motion-stage .motion-skin{position:absolute;width:min(260px,44vw);max-height:300px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.6));animation:skinFloat 3.8s ease-in-out infinite}
.custom-motion-stage .motion-skin.one{animation-delay:0s;transform:translateX(-80px) rotate(-2deg)}
.custom-motion-stage .motion-skin.two{animation-delay:1.9s;transform:translateX(80px) rotate(2deg);opacity:.25}
.custom-motion-stage .motion-label{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);padding:9px 15px;border:1px solid #5a397d;background:#120d1bcc;backdrop-filter:blur(8px);border-radius:999px;color:#d8b4fe;font-weight:900;letter-spacing:1px;z-index:3}
@keyframes skinFloat{0%,100%{translate:0 8px scale(.98) rotate(-1deg);opacity:.95}50%{translate:0 -14px scale(1.04) rotate(1deg);opacity:1}}
@keyframes motionSweep{to{transform:translateX(70%)}}
.custom-skin-card .product-img{animation:customImgFloat 4s ease-in-out infinite;transform-origin:center}
.custom-skin-card:hover .product-img{animation-duration:2.2s}
@keyframes customImgFloat{0%,100%{transform:scale(1) translateY(0)}50%{transform:scale(1.035) translateY(-5px)}}
.custom-skin-detail .detail-media img{animation:customDetailFloat 4.5s ease-in-out infinite;transform-origin:center}
@keyframes customDetailFloat{0%,100%{transform:scale(1) translateY(0) rotate(0deg)}50%{transform:scale(1.025) translateY(-8px) rotate(.6deg)}}
.custom-motion-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px auto 0;max-width:900px}
.custom-motion-tile{position:relative;overflow:hidden;border:1px solid #2f243d;border-radius:20px;background:#111116;min-height:180px}
.custom-motion-tile img{width:100%;height:100%;min-height:180px;object-fit:cover;display:block;animation:customTileZoom 5s ease-in-out infinite}
.custom-motion-tile:nth-child(2) img{animation-delay:1.2s}
@keyframes customTileZoom{0%,100%{transform:scale(1)}50%{transform:scale(1.055) translateY(-3px)}}
@media(max-width:650px){.custom-motion-section{padding:55px 16px}.custom-motion-stage{min-height:300px}.custom-motion-stage .motion-skin{width:min(210px,48vw)}.custom-motion-stage .motion-skin.one{transform:translateX(-48px)}.custom-motion-stage .motion-skin.two{transform:translateX(48px)}.custom-motion-strip{grid-template-columns:1fr}.custom-motion-tile{min-height:210px}.custom-motion-tile img{min-height:210px}}
@media(prefers-reduced-motion:reduce){.custom-motion-stage::before,.custom-motion-stage .motion-skin,.custom-skin-card .product-img,.custom-skin-detail .detail-media img,.custom-motion-tile img{animation:none!important}}

/* V16: rectangular server-hosting choices */
.hosting-choice-grid{display:grid;grid-template-columns:1fr;gap:14px;max-width:900px;margin:0 auto}
.hosting-choice-card.hosting-choice-noimage{display:flex;align-items:center;min-height:110px;width:100%;box-sizing:border-box;border:1px solid rgba(168,85,247,.45);border-radius:18px;background:linear-gradient(135deg,#17111f,#0f0d13);padding:20px 22px;text-decoration:none;color:#fff;position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease}
.hosting-choice-card.hosting-choice-noimage:hover{transform:translateY(-2px);border-color:#a855f7}
.hosting-choice-card.hosting-choice-noimage .hosting-choice-accent{width:5px;height:56px;border-radius:99px;background:#8b5cf6;flex:none;margin-right:16px}
.hosting-choice-card.hosting-choice-noimage>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.hosting-choice-card.hosting-choice-noimage small{font-size:11px;letter-spacing:1.5px;color:#a78bfa;font-weight:900}
.hosting-choice-card.hosting-choice-noimage strong{font-size:23px;font-weight:900;color:#fff}
.hosting-choice-card.hosting-choice-noimage span{font-size:14px;color:#aaa6b2}
.hosting-choice-card.hosting-choice-noimage em{font-style:normal;font-weight:900;color:#c084fc;margin-top:5px}
@media(max-width:600px){.hosting-choice-card.hosting-choice-noimage{min-height:96px;padding:17px}.hosting-choice-card.hosting-choice-noimage strong{font-size:20px}}


/* V17 FINAL HERO: full-width responsive Minecraft background, no distortion/gap */
.hero{
  min-height:clamp(620px,calc(100svh - 76px),820px)!important;
  background-image:url("assets/hero.png")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-color:#080808!important;
}
.hero::before{display:none!important}
.hero-content{min-height:inherit!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
@media(max-width:600px){
  .hero{min-height:690px!important;background-size:cover!important;background-position:center center!important}
  .hero-content{padding:60px 16px!important}
}
/* V18: hero uses a real responsive image layer so the source image is not stretched by background-size. */
.hero{position:relative;isolation:isolate;overflow:hidden;min-height:clamp(680px,calc(100svh - 76px),920px)!important;background:#080808!important;background-image:none!important}
.hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-2;display:block}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28) 58%,rgba(0,0,0,.55));z-index:-1;pointer-events:none}
.hero-content{position:relative;z-index:1;min-height:inherit!important}
@media(max-width:600px){.hero{min-height:calc(100svh - 76px)!important}.hero-bg-image{object-position:center center}.hero-content{padding:56px 16px!important}.hero-logo{width:min(300px,68vw)!important}}
/* Hosting child catalog cards: simple horizontal rectangles, no images. */
.hosting-choice-grid{grid-template-columns:1fr!important;max-width:1000px;margin:0 auto}
.hosting-choice-card.hosting-choice-noimage{height:128px!important;min-height:128px!important;border-radius:18px!important}
@media(max-width:600px){.hosting-choice-card.hosting-choice-noimage{height:112px!important;min-height:112px!important}}

/* FINAL HERO SIZE — compact like the reference store */
.hero{
  min-height:640px!important;
  height:640px!important;
  background:#080808!important;
}
.hero-bg-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.hero-content{
  min-height:0!important;
  height:100%!important;
  padding:35px 20px!important;
  box-sizing:border-box!important;
}
.hero-logo-wrap{min-height:0!important;margin:8px 0 28px!important}
.hero-logo{width:min(330px,68vw)!important;max-height:205px!important}
.hero p:not(.eyebrow){font-size:clamp(18px,3vw,27px)!important;margin-bottom:30px!important;max-width:760px!important}
@media(max-width:600px){
  .hero{min-height:640px!important;height:640px!important}
  .hero-content{padding:35px 16px!important}
  .hero-logo{width:min(315px,70vw)!important;max-height:200px!important}
  .hero-logo-wrap{margin:5px 0 24px!important}
  .hero p:not(.eyebrow){font-size:19px!important;line-height:1.42!important;margin-bottom:27px!important}
}


/* CHIRA STORE HERO FINAL v2 — deliberately last so older hero rules cannot override it. */
.hero{
  position:relative!important;
  width:100%!important;
  height:640px!important;
  min-height:640px!important;
  max-height:640px!important;
  overflow:hidden!important;
  background:#080808!important;
  background-image:none!important;
  display:block!important;
}
.hero-bg-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  z-index:0!important;
}
.hero::after{z-index:1!important;}
.hero-content{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  padding:35px 20px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero-logo-wrap{min-height:0!important;margin:5px 0 24px!important;}
.hero-logo{width:min(315px,70vw)!important;max-width:315px!important;max-height:200px!important;object-fit:contain!important;}
.hero p:not(.eyebrow){font-size:clamp(18px,3vw,27px)!important;line-height:1.42!important;margin:0 auto 27px!important;max-width:760px!important;}

/* CHIRA STORE TICKER — CONTINUOUS PURPLE MARQUEE */
.ticker{
  position:relative!important;
  width:100%!important;
  height:60px!important;
  min-height:60px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:block!important;
  background:#7c3aed!important;
  color:#fff!important;
  border:0!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
.ticker-track{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:max-content!important;
  height:60px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  animation:tickerMarquee 8s linear infinite!important;
  will-change:transform;
}
.ticker-track>span{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  width:max-content!important;
  height:60px!important;
  margin:0!important;
  padding:0 20px!important;
  box-sizing:border-box!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  letter-spacing:1.7px!important;
  line-height:60px!important;
  white-space:nowrap!important;
}
@keyframes tickerMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-25%,0,0)}
}
@media(max-width:600px){
  .ticker{height:60px!important;min-height:60px!important}
  .ticker-track{height:60px!important;animation-duration:8s!important}
  .ticker-track>span{height:60px!important;line-height:60px!important;padding:0 20px!important;font-size:15px!important;letter-spacing:1.7px!important}
}


/* ===== CHIRA STORE HOMEPAGE HERO — SENOVSHOP REFERENCE LAYOUT ===== */
.site-header{
  position:absolute!important;top:22px;left:3vw;right:3vw;width:auto;height:88px!important;
  z-index:50!important;padding:0 30px!important;border:1px solid rgba(255,255,255,.22)!important;
  border-radius:28px!important;background:rgba(48,58,58,.48)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  box-shadow:0 10px 40px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.12)!important;
}
.site-header .brand{position:static!important;transform:none!important;display:flex!important;align-items:center!important;gap:12px!important;z-index:2}
.site-header .brand img{width:56px!important;height:56px!important;max-width:56px!important;max-height:56px!important;object-fit:contain!important}
.site-header .brand-name{display:inline!important;font-size:clamp(22px,3vw,36px)!important;font-weight:1000!important;letter-spacing:-1.5px!important;color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.28)!important}
#brandFallback{display:none!important}
.site-header nav{display:none!important}
.site-header .menu-btn{display:flex!important;position:relative!important;width:58px!important;height:58px!important;border-radius:18px!important;border:2px solid #c084fc!important;background:rgba(20,12,30,.28)!important;box-shadow:none!important}
.site-header .menu-btn span{width:28px!important;height:4px!important;background:#c084fc!important}
.hero{
  min-height:clamp(680px,92vh,900px)!important;height:auto!important;position:relative!important;
  display:grid!important;place-items:center!important;text-align:center!important;overflow:hidden!important;
  background:#111!important;
}
.hero-bg-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;z-index:-2!important;display:block!important}
.hero::after{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;
  background:linear-gradient(180deg,rgba(12,18,18,.34) 0%,rgba(12,18,18,.40) 42%,rgba(5,7,8,.68) 100%)!important}
.hero-content{width:min(1000px,92%)!important;min-height:inherit!important;padding:170px 20px 90px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2!important}
.hero .eyebrow{display:none!important}
.hero h1{font-family:Arial Black,Arial,sans-serif!important;font-size:clamp(48px,8.5vw,108px)!important;line-height:.95!important;letter-spacing:2px!important;text-transform:uppercase!important;margin:0 0 26px!important;font-weight:1000!important;color:#fff!important;text-shadow:0 5px 0 rgba(76,29,149,.72),0 10px 28px rgba(0,0,0,.42)!important;max-width:1000px!important}
.hero p:not(.eyebrow){font-size:clamp(20px,3vw,31px)!important;line-height:1.35!important;font-weight:600!important;max-width:930px!important;margin:0 auto 34px!important;color:#fff!important;text-shadow:0 3px 10px rgba(0,0,0,.55)!important}
.hero .primary-btn{min-width:min(510px,78vw)!important;min-height:92px!important;padding:20px 34px!important;border-radius:24px!important;font-size:clamp(22px,3vw,32px)!important;background:#7c3aed!important;border:1px solid #b794f4!important;box-shadow:0 9px 0 #4c1d95,0 12px 30px rgba(0,0,0,.25)!important}
.hero-arrow{font-size:1.25em;line-height:0;margin-left:12px}
.ticker{position:relative!important;z-index:3!important}
@media(max-width:700px){
  .site-header{top:14px;left:16px;right:16px;height:78px!important;padding:0 16px!important;border-radius:24px!important}
  .site-header .brand img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important}
  .site-header .brand-name{font-size:22px!important}
  .site-header .menu-btn{width:52px!important;height:52px!important;border-radius:16px!important}
  .hero{min-height:720px!important}
  .hero-content{padding:125px 16px 70px!important}
  .hero h1{font-size:clamp(43px,12vw,72px)!important;letter-spacing:0!important;margin-bottom:22px!important}
  .hero p:not(.eyebrow){font-size:19px!important;line-height:1.45!important;margin-bottom:28px!important}
  .hero .primary-btn{min-width:72vw!important;min-height:72px!important;padding:16px 22px!important;border-radius:22px!important;font-size:21px!important}
}


/* CHIRA STORE HERO REFERENCE FINAL — based on the provided reference layout */
.site-header{
  height:92px!important;
  margin:20px 3vw 0!important;
  width:calc(100% - 6vw)!important;
  border:1px solid rgba(255,255,255,.25)!important;
  border-radius:30px!important;
  background:rgba(90,105,112,.48)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.16)!important;
  padding:0 28px!important;
}
.site-header .brand{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.site-header .brand img{width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important}
.site-header .brand-name{display:inline!important;color:#fff!important;font-size:clamp(22px,3vw,34px)!important;font-weight:1000!important;letter-spacing:-1px!important;text-shadow:0 2px 8px rgba(0,0,0,.25)!important}
.menu-btn{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;width:64px!important;height:64px!important}
.menu-btn span{width:34px!important;height:5px!important;background:#fff!important;border-radius:99px!important;box-shadow:none!important}
.hero{
  margin-top:-112px!important;
  padding-top:112px!important;
  min-height:clamp(680px,calc(100svh - 20px),900px)!important;
  background-image:none!important;
}
.hero-bg-image{object-position:center center!important}
.hero::after{
  background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.28) 48%,rgba(0,0,0,.62))!important;
}
.hero-content{
  width:min(1000px,92%)!important;
  padding:120px 20px 70px!important;
}
.hero .eyebrow{
  color:#fff!important;
  font-size:clamp(18px,2.5vw,28px)!important;
  letter-spacing:4px!important;
  font-weight:900!important;
  margin:0 0 18px!important;
  text-shadow:0 3px 10px rgba(0,0,0,.45)!important;
}
.hero h1{
  font-size:clamp(46px,8vw,92px)!important;
  line-height:1.05!important;
  letter-spacing:2px!important;
  margin:0 0 26px!important;
  color:#fff!important;
  text-shadow:0 5px 12px rgba(0,0,0,.48)!important;
}
.hero p:not(.eyebrow){
  font-size:clamp(19px,3vw,30px)!important;
  line-height:1.45!important;
  max-width:900px!important;
  margin:0 auto 34px!important;
  color:#fff!important;
  text-shadow:0 3px 10px rgba(0,0,0,.45)!important;
}
.hero .primary-btn{
  min-width:min(500px,82vw)!important;
  min-height:82px!important;
  padding:18px 34px!important;
  border-radius:22px!important;
  background:#0ea5e9!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 10px 0 #0284c7,0 16px 30px rgba(0,0,0,.22)!important;
  font-size:clamp(24px,4vw,34px)!important;
}
.ticker{position:relative;z-index:5!important}
@media(max-width:600px){
  .site-header{height:82px!important;margin:14px 16px 0!important;width:calc(100% - 32px)!important;border-radius:25px!important;padding:0 20px!important}
  .site-header .brand img{width:52px!important;height:52px!important;max-width:52px!important;max-height:52px!important}
  .site-header .brand-name{font-size:22px!important}
  .menu-btn{width:54px!important;height:54px!important}
  .menu-btn span{width:30px!important;height:4px!important}
  .hero{margin-top:-96px!important;padding-top:96px!important;min-height:720px!important}
  .hero-content{padding:110px 16px 70px!important}
  .hero .eyebrow{font-size:17px!important;letter-spacing:3px!important}
  .hero h1{font-size:clamp(38px,10vw,58px)!important;letter-spacing:0!important;line-height:1.08!important;margin-bottom:24px!important}
  .hero p:not(.eyebrow){font-size:19px!important;line-height:1.48!important;margin-bottom:30px!important}
  .hero .primary-btn{min-width:78vw!important;min-height:70px!important;font-size:24px!important;border-radius:20px!important}
}

/* CHIRA STORE HERO FINAL V3 — reference proportions + purple CTA */
.site-header{
  position:absolute!important;z-index:20!important;top:20px!important;left:3vw!important;right:3vw!important;margin:0!important;width:auto!important;
  height:92px!important;padding:0 28px!important;border-radius:30px!important;
  background:rgba(95,108,112,.48)!important;border:1px solid rgba(255,255,255,.28)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
}
.site-header .brand{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;gap:12px!important}
.site-header .brand img{width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important}
.site-header .brand-name{display:inline!important;font-size:34px!important;font-weight:1000!important;color:#fff!important;line-height:1.05!important}
.site-header .menu-btn{width:64px!important;height:64px!important;background:transparent!important;border:0!important;box-shadow:none!important}
.site-header .menu-btn span{width:34px!important;height:5px!important;background:#c084fc!important;border-radius:99px!important}
.hero{
  margin:0!important;padding:0!important;min-height:clamp(760px,88svh,900px)!important;height:clamp(760px,88svh,900px)!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;position:relative!important;
}
.hero-bg-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}
.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.18) 35%,rgba(0,0,0,.62) 100%)!important}
.hero-content{width:min(1000px,90%)!important;padding:145px 20px 55px!important;min-height:0!important;justify-content:center!important}
.hero .eyebrow{display:block!important;margin:0 0 22px!important;color:#fff!important;font-size:clamp(16px,2.2vw,25px)!important;letter-spacing:5px!important;font-weight:900!important;text-shadow:0 3px 10px #0009!important}
.hero h1{font-family:Arial Black,Arial,sans-serif!important;font-size:clamp(46px,7.8vw,92px)!important;line-height:1.02!important;letter-spacing:1px!important;margin:0 0 28px!important;color:#fff!important;text-shadow:0 4px 12px #000b!important}
.hero p:not(.eyebrow){font-size:clamp(19px,2.7vw,29px)!important;line-height:1.42!important;font-weight:600!important;max-width:900px!important;margin:0 auto 38px!important;color:#fff!important;text-shadow:0 3px 10px #000b!important}
.hero .primary-btn{min-width:min(500px,82vw)!important;min-height:82px!important;padding:18px 34px!important;border-radius:22px!important;background:#7c3aed!important;color:#fff!important;border:1px solid #b794f4!important;box-shadow:0 10px 0 #4c1d95,0 16px 30px rgba(0,0,0,.28)!important;font-size:clamp(24px,3.2vw,34px)!important}
.hero .primary-btn:hover{background:#8b5cf6!important}
.ticker{position:relative!important;z-index:10!important;height:78px!important;overflow:hidden!important;background:#7c3aed!important}
.ticker-track{display:flex!important;width:max-content!important;animation:tickerMove 9s linear infinite!important;will-change:transform!important}
.ticker-track span{flex:0 0 auto!important;white-space:nowrap!important}
@keyframes tickerMove{from{transform:translateX(0)}to{transform:translateX(-25%)}}
@media(max-width:700px){
  .site-header{top:18px!important;left:16px!important;right:16px!important;height:82px!important;border-radius:27px!important;padding:0 20px!important}
  .site-header .brand img{width:52px!important;height:52px!important;max-width:52px!important;max-height:52px!important}
  .site-header .brand-name{font-size:22px!important}
  .site-header .menu-btn{width:54px!important;height:54px!important}
  .site-header .menu-btn span{width:30px!important;height:4px!important}
  .hero{min-height:760px!important;height:760px!important}
  .hero-content{width:92%!important;padding:125px 12px 48px!important}
  .hero .eyebrow{font-size:16px!important;letter-spacing:4px!important;margin-bottom:18px!important}
  .hero h1{font-size:clamp(42px,12vw,62px)!important;line-height:1.02!important;margin-bottom:24px!important}
  .hero p:not(.eyebrow){font-size:19px!important;line-height:1.48!important;margin-bottom:32px!important}
  .hero .primary-btn{min-width:76vw!important;min-height:72px!important;padding:15px 22px!important;border-radius:22px!important;font-size:24px!important}
  .ticker{height:68px!important}
}


/* CHIRA STORE — OCEAN HERO FINAL
   Final override: use user's wide hero image, old logo in hero center,
   logo-only glass header, purple CTA, compact reference-like proportions. */
.site-header{
  position:absolute!important;
  top:22px!important;
  left:3vw!important;
  right:3vw!important;
  width:auto!important;
  height:92px!important;
  margin:0!important;
  padding:0 28px!important;
  border-radius:30px!important;
  background:rgba(70,85,88,.42)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  z-index:30!important;
}
.site-header .brand{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
}
.site-header .brand img{
  width:68px!important;
  height:68px!important;
  max-width:68px!important;
  max-height:68px!important;
  object-fit:contain!important;
}
.site-header .brand-name{display:none!important}

.hero{
  min-height:clamp(650px,82vw,820px)!important;
  height:clamp(650px,82vw,820px)!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#07151d!important;
}
.hero-bg-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:-2!important;
}
.hero::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.16) 42%,rgba(0,0,0,.58) 100%)!important;
}
.hero-content{
  position:relative!important;
  z-index:2!important;
  width:min(900px,92%)!important;
  min-height:0!important;
  padding:150px 20px 55px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero .eyebrow{
  display:block!important;
  margin:0 0 18px!important;
  color:#fff!important;
  font-size:clamp(15px,2vw,23px)!important;
  font-weight:900!important;
  letter-spacing:5px!important;
  text-shadow:0 3px 10px rgba(0,0,0,.55)!important;
}
.hero-logo{
  display:block!important;
  width:min(330px,55vw)!important;
  max-height:230px!important;
  height:auto!important;
  object-fit:contain!important;
  margin:4px 0 22px!important;
  filter:drop-shadow(0 10px 0 rgba(76,29,149,.78)) drop-shadow(0 0 24px rgba(0,0,0,.42))!important;
}
.hero h1{display:none!important}
.hero p:not(.eyebrow){
  font-size:clamp(19px,2.7vw,29px)!important;
  line-height:1.4!important;
  font-weight:700!important;
  max-width:820px!important;
  margin:0 auto 32px!important;
  color:#fff!important;
  text-shadow:0 3px 10px rgba(0,0,0,.6)!important;
}
.hero .primary-btn{
  min-width:min(500px,80vw)!important;
  min-height:78px!important;
  padding:18px 32px!important;
  border-radius:22px!important;
  background:#7c3aed!important;
  color:#fff!important;
  border:1px solid #b794f4!important;
  box-shadow:0 9px 0 #4c1d95,0 14px 30px rgba(0,0,0,.3)!important;
  font-size:clamp(23px,3.2vw,32px)!important;
}
.hero .primary-btn:hover{background:#8b5cf6!important}
.ticker{
  height:68px!important;
  min-height:68px!important;
  background:#7c3aed!important;
  overflow:hidden!important;
  position:relative!important;
  z-index:10!important;
}
.ticker-track{
  display:flex!important;
  width:max-content!important;
  animation:tickerMove 9s linear infinite!important;
  will-change:transform!important;
}
.ticker-track span{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
@keyframes tickerMove{
  from{transform:translateX(0)}
  to{transform:translateX(-25%)}
}
@media(max-width:700px){
  .site-header{
    top:18px!important;
    left:16px!important;
    right:16px!important;
    height:82px!important;
    border-radius:27px!important;
    padding:0 20px!important;
  }
  .site-header .brand img{
    width:54px!important;
    height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
  }
  .site-header .menu-btn{
    width:54px!important;
    height:54px!important;
  }
  .hero{
    min-height:700px!important;
    height:700px!important;
  }
  .hero-content{
    width:94%!important;
    padding:125px 12px 48px!important;
  }
  .hero .eyebrow{
    font-size:15px!important;
    letter-spacing:4px!important;
    margin-bottom:12px!important;
  }
  .hero-logo{
    width:min(285px,68vw)!important;
    max-height:190px!important;
    margin:4px 0 22px!important;
  }
  .hero p:not(.eyebrow){
    font-size:19px!important;
    line-height:1.45!important;
    margin-bottom:28px!important;
  }
  .hero .primary-btn{
    min-width:78vw!important;
    min-height:72px!important;
    padding:15px 22px!important;
    border-radius:22px!important;
    font-size:23px!important;
  }
  .ticker{
    height:66px!important;
    min-height:66px!important;
  }
}

/* CHIRA STORE V4 — final hero override */
#brandFallback,.brand-name{display:none!important}
.site-header{
 position:absolute!important; top:24px!important; left:3vw!important; right:3vw!important;
 height:92px!important; padding:0 28px!important; border-radius:30px!important;
 background:rgba(72,82,83,.45)!important; border:1px solid rgba(255,255,255,.30)!important;
 backdrop-filter:blur(18px)!important; -webkit-backdrop-filter:blur(18px)!important; z-index:50!important;
}
.site-header .brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;display:flex!important}
.site-header .brand img{width:70px!important;height:70px!important;object-fit:contain!important}
.hero{
 height:760px!important; min-height:760px!important; margin:0!important; padding:0!important;
 position:relative!important; overflow:hidden!important; display:flex!important; align-items:center!important;
 justify-content:center!important;
}
.hero-bg-image{
 position:absolute!important; inset:0!important; width:100%!important; height:100%!important;
 object-fit:cover!important; object-position:center center!important; z-index:-2!important;
}
.hero::after{
 content:""!important; position:absolute!important; inset:0!important; z-index:-1!important;
 background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.18) 45%,rgba(0,0,0,.60))!important;
}
.hero-content{
 position:relative!important; z-index:2!important; width:100%!important; max-width:950px!important;
 min-height:0!important; padding:145px 20px 40px!important; display:flex!important;
 flex-direction:column!important; align-items:center!important; justify-content:center!important;
}
.hero .eyebrow{display:none!important}
.hero-logo{
 display:block!important; width:min(300px,52vw)!important; height:auto!important;
 max-height:210px!important; object-fit:contain!important; margin:0 0 28px!important;
 filter:drop-shadow(0 10px 0 rgba(76,29,149,.78)) drop-shadow(0 0 22px rgba(0,0,0,.45))!important;
}
.hero h1{display:none!important}
.hero #heroSlogan{
 margin:0 auto 34px!important; max-width:820px!important; text-align:center!important;
 color:#fff!important; font-size:clamp(20px,2.6vw,30px)!important; line-height:1.42!important;
 font-weight:700!important; text-shadow:0 3px 10px rgba(0,0,0,.65)!important;
}
.hero .primary-btn{
 min-width:min(500px,82vw)!important; min-height:78px!important; padding:18px 32px!important;
 border-radius:24px!important; background:#7c3aed!important; color:#fff!important;
 border:1px solid #b794f4!important; box-shadow:0 9px 0 #4c1d95,0 14px 30px rgba(0,0,0,.34)!important;
 font-size:clamp(23px,3.2vw,32px)!important;
}
.hero .primary-btn:hover{background:#8b5cf6!important}
.ticker{height:68px!important;min-height:68px!important;background:#7c3aed!important;overflow:hidden!important}
.ticker-track{width:max-content!important;animation:tickerMove 9s linear infinite!important;display:flex!important}
@keyframes tickerMove{from{transform:translateX(0)}to{transform:translateX(-25%)}}
@media(max-width:700px){
 .site-header{top:18px!important;left:16px!important;right:16px!important;height:82px!important;border-radius:27px!important}
 .site-header .brand img{width:58px!important;height:58px!important}
 .hero{height:690px!important;min-height:690px!important}
 .hero-content{padding:125px 14px 36px!important}
 .hero-logo{width:min(275px,66vw)!important;max-height:190px!important;margin-bottom:24px!important}
 .hero #heroSlogan{font-size:19px!important;line-height:1.45!important;margin-bottom:28px!important}
 .hero .primary-btn{min-width:78vw!important;min-height:72px!important;border-radius:22px!important;font-size:23px!important}
}

/* CHIRA STORE — HD HERO RESPONSIVE FIX */
.hero-bg-image{image-rendering:auto!important;object-fit:cover!important;object-position:center center!important}
@media(min-width:701px){
  .hero{height:min(760px,calc(100vh - 0px))!important;min-height:680px!important}
  .hero-bg-image{object-position:center center!important}
}
@media(max-width:700px){
  .hero{height:760px!important;min-height:760px!important}
  .hero-bg-image{object-position:center center!important}
  .hero-content{padding:118px 14px 34px!important}
  .hero-logo{width:min(235px,58vw)!important;max-height:165px!important;margin-bottom:20px!important}
  .hero #heroSlogan{font-size:18px!important;line-height:1.35!important;margin-bottom:24px!important}
  .hero .primary-btn{min-width:82vw!important;min-height:68px!important;padding:14px 20px!important;border-radius:21px!important;font-size:22px!important}
}

/* ===== HERO 16:9 HD FINAL ===== */
.hero{
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  width:100%!important;
  background:#080808!important;
}
.hero-bg-image{
  content:url("assets/hero-chira-279081.jpg")!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.hero-content{
  min-height:0!important;
  height:100%!important;
  padding:110px 20px 45px!important;
}
.hero-logo{width:min(300px,25vw)!important;max-height:170px!important}
.hero p:not(.eyebrow){font-size:clamp(17px,2vw,25px)!important;margin-bottom:24px!important}
.hero .primary-btn{min-width:min(420px,42vw)!important;min-height:68px!important;font-size:clamp(20px,2.4vw,29px)!important;padding:15px 28px!important}
@media(max-width:700px){
  .hero{aspect-ratio:16/9!important;min-height:0!important;height:auto!important}
  .hero-content{padding:72px 10px 20px!important}
  .hero-logo{width:min(155px,34vw)!important;max-height:100px!important}
  .hero p:not(.eyebrow){font-size:14px!important;line-height:1.25!important;margin-bottom:13px!important}
  .hero .primary-btn{min-width:62vw!important;min-height:48px!important;padding:10px 15px!important;border-radius:15px!important;font-size:16px!important;box-shadow:0 6px 0 #4c1d95,0 10px 20px rgba(0,0,0,.25)!important}
  .hero .eyebrow{font-size:11px!important;letter-spacing:2px!important;margin-bottom:8px!important}
}

/* CHIRA STORE V7 — 4:3 hero for mobile/desktop, tuned so content never overlaps ticker */
.hero{
  aspect-ratio:4/3!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}
.hero-bg-image{
  content:url("assets/hero-chira-279081.jpg")!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.hero-content{
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  padding:110px 14px 42px!important;
  justify-content:center!important;
}
.hero-logo{width:min(300px,26vw)!important;max-height:170px!important;margin-bottom:20px!important}
.hero #heroSlogan{font-size:clamp(17px,2vw,25px)!important;line-height:1.3!important;margin-bottom:22px!important}
.hero .primary-btn{min-width:min(420px,42vw)!important;min-height:68px!important;font-size:clamp(20px,2.4vw,29px)!important}
@media (max-width:700px){
  .hero{aspect-ratio:4/3!important;height:auto!important;min-height:0!important}
  .hero-content{padding:92px 12px 30px!important}
  .hero-logo{width:min(250px,58vw)!important;max-height:150px!important;margin-bottom:18px!important}
  .hero #heroSlogan{font-size:18px!important;line-height:1.28!important;margin-bottom:20px!important}
  .hero .primary-btn{min-width:72vw!important;min-height:62px!important;padding:12px 18px!important;border-radius:20px!important;font-size:21px!important}
}

/* CHIRA STORE V8 — hero content scales with the 4:3 hero itself */
.hero{container-type:inline-size!important;}
.hero-content{
  width:100%!important;
  height:100%!important;
  box-sizing:border-box!important;
  padding:8cqw 3cqw 3cqw!important;
  gap:0!important;
  transform:translateY(3cqw)!important;
}
.hero-logo{
  width:clamp(120px,27cqw,300px)!important;
  max-width:34cqw!important;
  max-height:none!important;
  height:auto!important;
  margin:0 0 1.8cqw!important;
}
.hero #heroSlogan{
  font-size:clamp(13px,2.7cqw,25px)!important;
  line-height:1.2!important;
  margin:0 0 2cqw!important;
}
.hero .primary-btn{
  width:clamp(210px,52cqw,560px)!important;
  min-width:0!important;
  height:clamp(50px,8.2cqw,78px)!important;
  min-height:0!important;
  padding:0 3cqw!important;
  border-radius:clamp(14px,2cqw,24px)!important;
  font-size:clamp(16px,2.5cqw,29px)!important;
  box-sizing:border-box!important;
}
@media(max-width:700px){
  .hero-content{padding:8cqw 3cqw 3cqw!important;transform:translateY(2cqw)!important;}
  .hero-logo{width:clamp(115px,36cqw,165px)!important;max-width:40cqw!important;margin-bottom:2cqw!important;}
  .hero #heroSlogan{font-size:clamp(13px,4.1cqw,18px)!important;margin-bottom:3cqw!important;}
  .hero .primary-btn{width:clamp(210px,66cqw,310px)!important;height:clamp(50px,14cqw,62px)!important;font-size:clamp(16px,5.2cqw,21px)!important;border-radius:clamp(14px,5cqw,20px)!important;padding:0 4cqw!important;}
}


/* CHIRA STORE V9 — TRUE 4:3 HERO, FULL IMAGE + CONTENT KEPT INSIDE */
.hero{
  position:relative!important;
  width:100%!important;
  aspect-ratio:4 / 3!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:block!important;
  background:#07070a!important;
}
.hero-bg-image{
  content:none!important;
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#07070a!important;
  z-index:0!important;
}
.hero::after{
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.10) 42%,rgba(0,0,0,.58) 100%)!important;
}
.hero-content{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  padding:110px 20px 38px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  transform:none!important;
  z-index:3!important;
}
.hero-logo{
  width:clamp(130px,26vw,300px)!important;
  max-width:30vw!important;
  height:auto!important;
  max-height:none!important;
  margin:0 0 clamp(12px,1.7vw,22px)!important;
  object-fit:contain!important;
}
.hero #heroSlogan{
  width:auto!important;
  max-width:90%!important;
  margin:0 0 clamp(16px,2vw,26px)!important;
  text-align:center!important;
  font-size:clamp(17px,2.1vw,26px)!important;
  line-height:1.25!important;
}
.hero .primary-btn{
  width:min(430px,44vw)!important;
  min-width:0!important;
  height:clamp(58px,6.5vw,76px)!important;
  min-height:0!important;
  padding:0 28px!important;
  box-sizing:border-box!important;
  border-radius:clamp(18px,2vw,24px)!important;
  font-size:clamp(19px,2.25vw,29px)!important;
  flex:0 0 auto!important;
}
@media(max-width:700px){
  .hero{
    aspect-ratio:4 / 3!important;
  }
  .hero-bg-image{
    object-fit:contain!important;
  }
  .hero-content{
    padding:94px 14px 28px!important;
  }
  .hero-logo{
    width:clamp(125px,34vw,165px)!important;
    max-width:38vw!important;
    margin-bottom:clamp(10px,2.4vw,16px)!important;
  }
  .hero #heroSlogan{
    max-width:92%!important;
    font-size:clamp(15px,4.3vw,19px)!important;
    line-height:1.22!important;
    margin-bottom:clamp(14px,3.5vw,22px)!important;
  }
  .hero .primary-btn{
    width:min(330px,72vw)!important;
    height:clamp(56px,13vw,68px)!important;
    padding:0 18px!important;
    border-radius:18px!important;
    font-size:clamp(17px,5vw,22px)!important;
    box-shadow:0 7px 0 #4c1d95,0 12px 24px rgba(0,0,0,.3)!important;
  }
}

/* CHIRA STORE V10 — TRUE 4:5 HERO, RESPONSIVE CONTENT, NO TICKER OVERLAP */
.hero{position:relative!important;width:100%!important;aspect-ratio:4 / 5!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;display:block!important;background:#07070a!important;}
.hero-bg-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;z-index:0!important;}
.hero::after{z-index:1!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.62) 100%)!important;}
.hero-content{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;box-sizing:border-box!important;padding:clamp(92px,18vw,150px) 16px clamp(34px,7vw,70px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:0!important;transform:none!important;z-index:3!important;}
.hero-logo{width:clamp(135px,48vw,330px)!important;max-width:68%!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin:0 0 clamp(10px,2.8vw,22px)!important;}
.hero #heroSlogan{width:auto!important;max-width:92%!important;margin:0 0 clamp(14px,3vw,26px)!important;text-align:center!important;font-size:clamp(16px,4.8vw,27px)!important;line-height:1.2!important;font-weight:800!important;}
.hero .primary-btn{width:min(360px,76%)!important;min-width:0!important;height:clamp(54px,15vw,74px)!important;min-height:0!important;padding:0 clamp(18px,5vw,30px)!important;box-sizing:border-box!important;border-radius:clamp(16px,4vw,24px)!important;font-size:clamp(17px,5.2vw,25px)!important;flex:0 0 auto!important;margin:0!important;}
@media(min-width:701px){.hero-content{padding:110px 24px 55px!important}.hero-logo{width:min(360px,42vw)!important;max-width:42%!important}.hero #heroSlogan{font-size:clamp(19px,2.5vw,28px)!important}.hero .primary-btn{width:min(430px,46%)!important;height:74px!important;font-size:28px!important;}}
@media(max-width:520px){.hero{aspect-ratio:4 / 5!important}.hero-bg-image{object-fit:cover!important}.hero-content{padding:88px 14px 28px!important}.hero-logo{width:clamp(125px,43vw,190px)!important;max-width:48%!important;margin-bottom:clamp(9px,2.5vw,16px)!important}.hero #heroSlogan{max-width:94%!important;font-size:clamp(15px,4.7vw,19px)!important;line-height:1.2!important;margin-bottom:clamp(12px,3.5vw,20px)!important}.hero .primary-btn{width:min(320px,76vw)!important;height:clamp(54px,14vw,66px)!important;font-size:clamp(17px,5vw,21px)!important;border-radius:18px!important;box-shadow:0 7px 0 #4c1d95,0 12px 24px rgba(0,0,0,.28)!important}}


/* CHIRA STORE V11 — HERO FILLS ALL THE WAY TO TICKER, NO DARK/EMPTY GAP */
.hero{
  position:relative!important;
  width:100%!important;
  aspect-ratio:4 / 5!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:block!important;
  background:#06131a url("assets/hero-chira-279081.jpg") center center / cover no-repeat!important;
}
.hero-bg-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
  display:block!important;
}
.hero::after{
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.04) 48%,rgba(0,0,0,.20) 100%)!important;
}
.hero-content{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  padding:clamp(96px,16vw,150px) 14px clamp(28px,5vw,56px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  gap:0!important;
  transform:none!important;
  z-index:3!important;
}
.hero-logo{
  width:clamp(128px,43vw,320px)!important;
  max-width:52%!important;
  height:auto!important;
  margin:0 0 clamp(8px,2vw,18px)!important;
  object-fit:contain!important;
}
.hero #heroSlogan{
  width:auto!important;
  max-width:94%!important;
  margin:0 0 clamp(12px,2.8vw,22px)!important;
  text-align:center!important;
  font-size:clamp(15px,4.5vw,27px)!important;
  line-height:1.18!important;
  font-weight:800!important;
  text-shadow:0 2px 10px rgba(0,0,0,.65)!important;
}
.hero .primary-btn{
  width:min(360px,76vw)!important;
  height:clamp(54px,14vw,74px)!important;
  min-height:0!important;
  padding:0 clamp(18px,5vw,30px)!important;
  box-sizing:border-box!important;
  border-radius:clamp(16px,4vw,24px)!important;
  font-size:clamp(17px,5.1vw,25px)!important;
  flex:0 0 auto!important;
  margin:0!important;
  position:relative!important;
  z-index:4!important;
}
.ticker{position:relative!important;z-index:10!important;margin-top:0!important;}
@media(max-width:520px){
  .hero{aspect-ratio:4 / 5!important;}
  .hero-content{padding:82px 12px 26px!important;}
  .hero-logo{width:clamp(125px,44vw,195px)!important;max-width:50%!important;margin-bottom:clamp(8px,2.3vw,15px)!important;}
  .hero #heroSlogan{font-size:clamp(15px,4.7vw,20px)!important;max-width:94%!important;margin-bottom:clamp(11px,3vw,18px)!important;}
  .hero .primary-btn{width:min(330px,76vw)!important;height:clamp(54px,14vw,68px)!important;font-size:clamp(17px,5vw,22px)!important;border-radius:18px!important;}
}
@media(min-width:701px){
  .hero-content{padding:110px 24px 48px!important;}
  .hero-logo{width:min(360px,40vw)!important;max-width:40%!important;}
  .hero #heroSlogan{font-size:clamp(19px,2.4vw,28px)!important;}
  .hero .primary-btn{width:min(430px,44%)!important;height:74px!important;font-size:28px!important;}
}


/* CHIRA STORE V14 — 6:7 HERO, ORIGINAL IMAGE RATIO, NEVER STRETCH */
.hero{
  position:relative!important;
  width:100%!important;
  aspect-ratio:6 / 7!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:block!important;
  background:#06131a url("assets/hero-chira-279081.jpg") center center / cover no-repeat!important;
}
.hero-bg-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
  display:block!important;
  transform:none!important;
}
.hero::after{
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.03) 48%,rgba(0,0,0,.20) 100%)!important;
}
.hero-content{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  padding:clamp(92px,15vw,145px) 14px clamp(30px,5vw,54px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  gap:0!important;
  transform:none!important;
  z-index:3!important;
}
.hero-logo{
  width:clamp(125px,42vw,320px)!important;
  max-width:52%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  margin:0 0 clamp(10px,2.5vw,20px)!important;
}
.hero #heroSlogan{
  width:auto!important;
  max-width:94%!important;
  margin:0 0 clamp(14px,3vw,24px)!important;
  text-align:center!important;
  font-size:clamp(15px,4.5vw,27px)!important;
  line-height:1.18!important;
  font-weight:800!important;
  text-shadow:0 2px 10px rgba(0,0,0,.65)!important;
}
.hero .primary-btn{
  width:min(360px,76vw)!important;
  height:clamp(54px,14vw,74px)!important;
  min-height:0!important;
  padding:0 clamp(18px,5vw,30px)!important;
  box-sizing:border-box!important;
  border-radius:clamp(16px,4vw,24px)!important;
  font-size:clamp(17px,5.1vw,25px)!important;
  flex:0 0 auto!important;
  margin:0!important;
  position:relative!important;
  z-index:4!important;
}
.ticker{position:relative!important;z-index:10!important;margin-top:0!important;}
@media(max-width:520px){
  .hero{aspect-ratio:6 / 7!important;}
  .hero-content{padding:76px 12px 24px!important;}
  .hero-logo{width:clamp(120px,41vw,190px)!important;max-width:50%!important;margin-bottom:clamp(9px,2.4vw,16px)!important;}
  .hero #heroSlogan{font-size:clamp(15px,4.6vw,20px)!important;max-width:94%!important;margin-bottom:clamp(12px,3vw,18px)!important;}
  .hero .primary-btn{width:min(330px,76vw)!important;height:clamp(54px,14vw,68px)!important;font-size:clamp(17px,5vw,22px)!important;border-radius:18px!important;}
}
@media(min-width:701px){
  .hero{aspect-ratio:6 / 7!important;}
  .hero-content{padding:105px 24px 48px!important;}
  .hero-logo{width:min(360px,40vw)!important;max-width:40%!important;}
  .hero #heroSlogan{font-size:clamp(19px,2.4vw,28px)!important;}
  .hero .primary-btn{width:min(430px,44%)!important;height:74px!important;font-size:28px!important;}
}


/* CHIRA STORE V15 — NEW HERO IMAGE, NO DISTORTION */
.hero-bg-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transform:none!important;}
.hero{background:#111 url("assets/hero-chira-279081.jpg") center center / cover no-repeat!important;}
.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.02) 55%,rgba(0,0,0,.18) 100%)!important;}
@media(max-width:520px){.hero-bg-image{object-position:center center!important;}}

/* CHIRA STORE V16 — shiny CTA + image-based trust cards */
.hero .primary-btn{overflow:hidden;isolation:isolate;box-shadow:0 12px 30px rgba(124,58,237,.35),inset 0 -4px 0 rgba(48,18,96,.32)!important;transition:transform .22s ease,box-shadow .22s ease!important;}
.hero .primary-btn::after{content:"";position:absolute;top:-35%;left:-70%;width:42%;height:170%;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.04) 35%,rgba(255,255,255,.72) 50%,rgba(255,255,255,.08) 65%,transparent 100%);transform:skewX(-20deg);animation:chiraShine 2.8s ease-in-out infinite;pointer-events:none;z-index:5;}
.hero .primary-btn>*{position:relative;z-index:6;}
@keyframes chiraShine{0%,55%{left:-75%;opacity:0}62%{opacity:1}82%{left:135%;opacity:0}100%{left:135%;opacity:0}}
.hero .primary-btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(124,58,237,.46),inset 0 -4px 0 rgba(48,18,96,.32)!important}

.trust-image-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important;}
.info-image-card{position:relative;min-height:250px!important;padding:0!important;overflow:hidden!important;border-radius:24px!important;background:#111114!important;border:1px solid rgba(255,255,255,.12)!important;text-decoration:none!important;color:#fff!important;display:block!important;transform:translateZ(0);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;}
.info-image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .45s ease!important;}
.info-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.24) 35%,rgba(5,4,10,.92) 100%);z-index:1;}
.info-image-content{position:absolute;inset:auto 0 0;padding:22px;z-index:2;}
.info-image-icon{font-size:34px;display:block;margin-bottom:7px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.45));}
.info-image-content h3{font-size:28px;margin:0 0 6px;}
.info-image-content p{color:#e0e0e5;line-height:1.45;margin:0;max-width:430px;}
.info-image-content .text-link{margin-top:10px;color:#c084fc;font-weight:900;display:inline-block;}
.info-image-card:hover{transform:translateY(-4px);border-color:rgba(192,132,252,.65)!important;box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 0 1px rgba(124,58,237,.12);}
.info-image-card:hover img{transform:scale(1.05);}
@media(max-width:850px){.trust-image-grid{grid-template-columns:1fr 1fr!important;}}
@media(max-width:520px){.trust-image-grid{grid-template-columns:1fr!important;gap:14px!important}.info-image-card{min-height:220px!important;border-radius:20px!important}.info-image-content{padding:19px}.info-image-content h3{font-size:24px}.info-image-icon{font-size:30px}.info-image-content p{font-size:14px}.hero .primary-btn::after{animation-duration:3.2s;}}

/* V17 - user supplied service images */
.trust-image-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.info-image-card{position:relative!important;aspect-ratio:16/9!important;min-height:0!important;padding:0!important;overflow:hidden!important;border-radius:24px!important;background:#09070f!important;border:1px solid rgba(192,132,252,.30)!important;display:block!important;transform:translateZ(0);}
.info-image-card img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;transition:transform .45s ease!important;}
.info-image-overlay{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(4,2,10,.35) 72%,rgba(4,2,10,.70) 100%)!important;z-index:1!important;}
.image-card-cta{position:absolute!important;left:18px!important;bottom:16px!important;z-index:3!important;padding:10px 17px!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:999px!important;background:rgba(4,3,12,.82)!important;color:#fff!important;font-weight:900!important;font-size:14px!important;box-shadow:0 8px 24px rgba(0,0,0,.35)!important;backdrop-filter:blur(7px)!important;}
.image-card-cta b{color:#c084fc!important;font-size:19px!important;margin-left:5px!important;}
.info-image-card:hover{transform:translateY(-4px)!important;border-color:rgba(192,132,252,.78)!important;box-shadow:0 18px 42px rgba(0,0,0,.30),0 0 24px rgba(124,58,237,.18)!important;}
.info-image-card:hover img{transform:scale(1.035)!important;}
@media(max-width:850px){.trust-image-grid{grid-template-columns:1fr 1fr!important;}}
@media(max-width:520px){.trust-image-grid{grid-template-columns:1fr!important;gap:14px!important}.info-image-card{aspect-ratio:16/9!important;border-radius:20px!important}.image-card-cta{left:14px!important;bottom:13px!important;padding:8px 14px!important;font-size:13px!important;}}


/* ===== CHIRA STORE V20 — hero image + online database package ===== */
/* Hero keeps the original V18 image and never stretches it. On mobile the visible hero area is 6:7. */
.hero-bg-image{
  object-fit:cover!important;
  object-position:center center!important;
  width:100%!important;
  height:100%!important;
  transform:none!important;
}
@media(max-width:600px){
  .hero{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:6 / 7!important;
  }
  .hero-bg-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}

/* CTA lebih pendek supaya tidak melebar di HP. */
.hero .primary-btn{
  width:min(285px,70vw)!important;
  max-width:285px!important;
  height:62px!important;
  padding:0 18px!important;
  border-radius:18px!important;
  font-size:22px!important;
}
@media(max-width:600px){
  .hero .primary-btn{
    width:min(275px,72vw)!important;
    max-width:275px!important;
    height:58px!important;
    padding:0 16px!important;
    font-size:20px!important;
    border-radius:17px!important;
  }
}

/* Shine diperlambat: satu kilatan tiap ~6 detik. */
.hero .primary-btn::after{
  animation-duration:6s!important;
}
@keyframes chiraShine{
  0%,58%{left:-75%;opacity:0}
  64%{opacity:1}
  82%{left:135%;opacity:0}
  100%{left:135%;opacity:0}
}

/* Server Hosting: dua paket tampil sebagai gambar horizontal/persegi panjang. */
.hosting-choice-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  max-width:1000px!important;
  margin:0 auto!important;
}
.hosting-choice-card.hosting-choice-image{
  position:relative!important;
  display:block!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16 / 7!important;
  overflow:hidden!important;
  border-radius:20px!important;
  border:1px solid rgba(192,132,252,.30)!important;
  background:#0c0a12!important;
  padding:0!important;
  text-decoration:none!important;
}
.hosting-choice-image>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  transition:transform .45s ease!important;
}
.hosting-choice-image-overlay{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(5,3,12,.86) 0%,rgba(5,3,12,.46) 48%,rgba(5,3,12,.10) 100%)!important;
  z-index:1!important;
}
.hosting-choice-copy{
  position:absolute!important;
  left:22px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  max-width:62%!important;
}
.hosting-choice-copy small{
  font-size:10px!important;
  letter-spacing:1.5px!important;
  color:#c084fc!important;
  font-weight:900!important;
}
.hosting-choice-copy strong{
  font-size:28px!important;
  line-height:1.05!important;
  color:#fff!important;
  font-weight:900!important;
}
.hosting-choice-copy span{
  font-size:14px!important;
  color:#ddd!important;
  line-height:1.25!important;
}
.hosting-choice-copy em{
  font-style:normal!important;
  font-weight:900!important;
  color:#c084fc!important;
  margin-top:5px!important;
  font-size:14px!important;
}
.hosting-choice-image:hover>img{transform:scale(1.035)!important;}
@media(max-width:700px){
  .hosting-choice-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .hosting-choice-card.hosting-choice-image{
    aspect-ratio:16 / 7!important;
    border-radius:18px!important;
  }
  .hosting-choice-copy{
    left:18px!important;
    max-width:70%!important;
  }
  .hosting-choice-copy strong{font-size:23px!important;}
  .hosting-choice-copy span{font-size:13px!important;}
}


/* CHIRA STORE V22 — FINAL HERO IMAGE + ONLINE DB CACHE BUST */
.hero{background:#07070a url("assets/hero-chira-279081.jpg") center center / cover no-repeat!important;}
.hero-bg-image{content:url("assets/hero-chira-279081.jpg")!important;object-fit:cover!important;object-position:center center!important;}
