/* GadgetMobi Wearables - same premium theme as the other pages */
:root{--dark:#1f1f1f;--dark2:#464646;--orange:#dc7123;--cream:#f4f1ea;--white:#fff;--text:#2d2d2d;--muted:#777;--border:#e3ddd4;--green:#25d366}
*{margin:0;padding:0;box-sizing:border-box;font-family:"Poppins",sans-serif}
body{background:var(--cream);color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}

/* top bar + header */
.announcement-bar{height:36px;background:#464646;color:#fff;display:flex;justify-content:center;align-items:center;gap:55px;font-size:11px}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #eee;box-shadow:0 5px 20px rgba(0,0,0,.06)}
.nav-container{width:min(1160px,calc(100% - 40px));height:88px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.brand img{width:45px;height:45px;object-fit:contain}
.brand strong{display:block;color:#444;font-size:25px;font-weight:800;line-height:1}.brand strong span{color:var(--orange)}
.brand small{display:block;color:#888;font-size:10px;margin-top:4px}
.main-nav{display:flex;align-items:center;gap:5px}.main-nav a{position:relative;padding:31px 12px 27px;color:#444;font-size:16px;font-weight:600}
.main-nav a:hover,.main-nav a.active{color:var(--orange)}
.main-nav a:after{content:"";position:absolute;left:12px;right:12px;bottom:18px;height:3px;border-radius:8px;background:var(--orange);transform:scaleX(0);transition:.25s}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.header-actions{display:flex;gap:10px;align-items:center}.action{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;position:relative;transition:.25s}.action:hover{transform:translateY(-3px)}
.action.call{background:#464646}.action.whatsapp{background:var(--green)}.action.cart{background:var(--orange)}.action.user{background:#f0ede8;color:#444}.action b{position:absolute;right:-2px;top:-4px;width:18px;height:18px;border-radius:50%;background:#333;color:#fff;font-size:10px;display:grid;place-items:center}


/* ================= HERO - SAME STYLE AS APPLE / PRODUCTS PAGES ================= */
.collection-hero{position:relative;min-height:545px;overflow:hidden;background:linear-gradient(115deg,#3f3f3f 0%,#464646 48%,#dc7123 100%);color:#fff}
.hero-container{width:min(1160px,calc(100% - 40px));min-height:545px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:50px;position:relative;z-index:2}
.hero-content{padding:55px 0}
.hero-badge{display:inline-flex;align-items:center;padding:9px 16px;border:1px solid rgba(255,255,255,.28);border-radius:30px;background:rgba(255,255,255,.08);font-size:12px;font-weight:700;backdrop-filter:blur(6px);margin-bottom:24px}
.hero-content h1{font-size:52px;line-height:1.08;letter-spacing:-1px;margin:0 0 22px;font-weight:800;color:#fff}
.hero-content h1 span{color:#ffad67}
.hero-content p{max-width:650px;color:#f2f2f2;font-size:16px;line-height:1.8;margin-bottom:28px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.hero-btn{min-width:145px;padding:15px 24px;border-radius:14px;text-align:center;font-size:14px;font-weight:700;transition:.3s}
.hero-btn.primary{background:#fff;color:var(--orange)}
.hero-btn.secondary{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.06)}
.hero-btn:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgba(0,0,0,.18)}
.hero-btn.secondary:hover{background:rgba(255,255,255,.14)}
.hero-features{display:flex;gap:30px;flex-wrap:wrap;margin-top:32px;font-size:13px;color:#fff}
.hero-features span{white-space:nowrap}
.hero-visual{display:flex;justify-content:center;align-items:center;min-height:430px}
.hero-visual-card{width:300px;height:300px;border:1px solid rgba(255,255,255,.25);border-radius:38px;background:rgba(255,255,255,.10);box-shadow:0 25px 60px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.2);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transform:rotate(1deg)}
.hero-visual-card:before,.hero-visual-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}
.hero-visual-card:before{width:370px;height:370px}
.hero-visual-card:after{width:450px;height:450px}
.hero-visual-card i{font-size:105px;color:#fff;filter:drop-shadow(0 12px 18px rgba(0,0,0,.2));margin-bottom:18px;z-index:1}
.hero-visual-card span,.hero-visual-card strong{z-index:1;letter-spacing:4px}
.hero-visual-card span{font-size:11px;color:#eee}.hero-visual-card strong{font-size:18px;color:#fff;margin-top:4px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-glow-one{width:380px;height:380px;right:-120px;top:-160px;background:rgba(255,255,255,.08)}.hero-glow-two{width:320px;height:320px;right:70px;bottom:-250px;border:1px solid rgba(255,255,255,.15)}

@media(max-width:900px){.hero-container{grid-template-columns:1fr;text-align:center;gap:0}.hero-content{padding:45px 0 15px}.hero-content p{margin-left:auto;margin-right:auto}.hero-buttons,.hero-features{justify-content:center}.hero-visual{min-height:330px;padding-bottom:45px}.hero-visual-card{width:230px;height:230px}.hero-visual-card i{font-size:75px}.hero-visual-card:before{width:290px;height:290px}.hero-visual-card:after{width:340px;height:340px}}
@media(max-width:600px){.collection-hero,.hero-container{min-height:auto}.hero-content h1{font-size:38px}.hero-content p{font-size:14px}.hero-features{gap:14px;font-size:11px}.hero-badge{font-size:10px}.hero-visual{min-height:260px}.hero-visual-card{width:200px;height:200px;border-radius:28px}.hero-visual-card i{font-size:62px}.hero-visual-card:before{width:250px;height:250px}.hero-visual-card:after{width:300px;height:300px}}

/* page */
.collection{padding:40px 0 80px;min-height:610px}
.section-title{text-align:center;margin-bottom:28px}.section-title span{color:var(--orange);font-size:13px;font-weight:700}.section-title h1{font-size:34px;line-height:1.2;color:#303030;margin:7px 0}.section-title p{color:#777;font-size:14px}
.search-box{position:relative;margin-bottom:28px}.search-box i{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:var(--orange)}.search-box input{width:100%;height:54px;border:1px solid var(--border);border-radius:15px;padding:0 20px 0 50px;outline:0;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.05);font-size:14px}.search-box input:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(220,113,35,.1)}
.cards-container{
    display:grid;
    grid-template-columns:minmax(320px, 500px);
    justify-content:center;
    gap:25px;
}

.category-card{
    position:relative;
    min-height:480px;
    padding:28px;
    border:1px solid #e3ded6;
    border-radius:22px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    overflow:hidden;
    transition:all .35s ease;
}

.category-card:hover{
    transform:translateY(-8px);
    background:linear-gradient(135deg,#1f1f1f,#464646);
    color:#fff;
    border-color:transparent;
    box-shadow:0 20px 40px rgba(220,113,35,.25);
}

.card-icon{
    width:70px;
    height:70px;
    margin-bottom:18px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:linear-gradient(135deg,#464646,#dc7123);
    font-size:30px;
}

.category-card h3{
    color:#333;
    font-size:20px;
    margin-bottom:10px;
}

.category-card > p{
    color:#888;
    font-size:13px;
    line-height:1.7;
    margin-bottom:18px;
}

.category-card ul{
    list-style:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px 20px;
    margin-bottom:55px;
    padding:0;
}

.category-card li{
    color:#777;
    font-size:13px;
    line-height:1.5;
}

.category-card li::before{
    content:"•";
    color:#dc7123;
    margin-right:7px;
}

.category-card b{
    position:absolute;
    left:28px;
    bottom:25px;
    color:#dc7123;
    font-size:13px;
}

.category-card:hover h3,
.category-card:hover > p,
.category-card:hover li{
    color:#fff;
}
.card-icon{width:70px;height:70px;margin-bottom:17px;border-radius:19px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#464646,#dc7123);font-size:29px;transition:.35s}
.category-card:hover .card-icon{background:linear-gradient(135deg,#dc7123,#ff8c2a);transform:translateY(-4px) scale(1.06)}
.category-card h2{font-size:19px;color:#333;margin-bottom:8px}.category-card>p{font-size:12px;color:#888;line-height:1.65;margin-bottom:15px}
.category-card ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:7px 14px}.category-card li{font-size:12px;color:#777;line-height:1.45}.category-card li:before{content:"•";color:var(--orange);margin-right:7px}
.category-card b{position:absolute;left:25px;bottom:22px;color:var(--orange);font-size:12px}.category-card:hover h2,.category-card:hover>p,.category-card:hover li{color:#fff}
.no-results{display:none;text-align:center;padding:50px;color:#777}.no-results.show{display:block}.no-results i{color:var(--orange);font-size:35px;margin-bottom:12px}

/* footer */
.site-footer{background:#292929;color:#fff;padding:60px 0 0}.footer-container{width:min(1160px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.15fr;gap:45px}.footer-container h2{font-size:27px;margin-bottom:18px}.footer-container h2 span{color:var(--orange)}.footer-container>div>p,.footer-col p{color:#bbb;font-size:13px;line-height:1.9}.footer-container>div:first-child>p{max-width:330px}
.socials{display:flex;gap:10px;margin-top:20px}.socials a{width:38px;height:38px;border-radius:50%;background:#3a3a3a;display:grid;place-items:center;color:#fff}.socials a:hover{background:var(--orange)}
.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-col h3{font-size:17px;margin-bottom:12px}.footer-col a{position:relative;color:#bbb;font-size:13px;padding-bottom:2px}.footer-col a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background:var(--orange);transition:.3s}.footer-col a:hover{color:#fff}.footer-col a:hover:after{width:100%}
.footer-bottom{width:min(1160px,calc(100% - 40px));margin:40px auto 0;padding:22px 0;border-top:1px solid #444;display:flex;justify-content:space-between;color:#999;font-size:12px}.footer-bottom div{display:flex;gap:25px}.footer-bottom a:hover{color:var(--orange)}

@media(max-width:1050px){.cards-container{grid-template-columns:repeat(2,1fr)}.footer-container{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.announcement-bar{height:auto;padding:8px 12px;gap:15px;flex-wrap:wrap}.nav-container{height:auto;min-height:76px;flex-wrap:wrap;padding:10px 0}.main-nav{order:3;width:100%;justify-content:center;overflow-x:auto}.main-nav a{padding:8px 9px 12px;font-size:13px;white-space:nowrap}.main-nav a:after{bottom:4px;left:9px;right:9px}.header-actions{gap:6px}.action{width:38px;height:38px}.section-title h1{font-size:28px}.cards-container{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:center;gap:15px;text-align:center}.footer-bottom div{flex-wrap:wrap;justify-content:center}}
@media(max-width:430px){.container,.nav-container,.footer-container,.footer-bottom{width:calc(100% - 24px)}.brand strong{font-size:20px}.brand small{font-size:8px}.brand img{width:40px;height:40px}.header-actions .action{width:34px;height:34px}.section-title h1{font-size:24px}}
