/* =========================================================
   GADGETMOBI - PREMIUM ACCESSORIES STORE
   Apple-page inspired premium design
========================================================= */

:root{
  --dark:#1f1f1f;
  --dark2:#464646;
  --orange:#dc7123;
  --orange-light:#ffad68;
  --cream:#f4f1ea;
  --white:#fff;
  --text:#2d2d2d;
  --muted:#777;
  --border:#e2ddd5;
  --radius:20px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#464646;
  color:var(--text);
  overflow-x:hidden;
}

a{
  text-decoration:none;
  color:inherit;
}

/* HEADER */
.announcement-bar{background:var(--dark);color:#fff;font-size:13px}
.announcement-content{min-height:38px;display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}
header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #eee;box-shadow:0 5px 18px rgba(0,0,0,.05)}
.navbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:2px}
.logo img{width:65px;height:50px;object-fit:contain}
.logo-text h2{font-size:30px;line-height:1.1;color:var(--dark)}
.logo-text h2 span{color:var(--orange)}
.logo-text p{font-size:15px;color:#888;margin-top:4px}

/* NAV */

.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.nav-links a{
  position:relative;
  padding:12px 15px;
  color:#444;
  font-size:16px;
  font-weight:600;
  transition:.3s;
}

.nav-links a:hover,
.nav-links a.active{
  color:var(--orange);
}

.nav-links a.active::after{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  bottom:2px;
  height:3px;
  border-radius:5px;
  background:var(--orange);
}

/* ACTIONS */

.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.action-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:17px;
  position:relative;
  transition:.3s;
}

.action-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.call-btn{
  background:#464646;
}

.whatsapp-btn{
  background:#19c66b;
}

.cart-btn{
  background:var(--orange);
}

.user-btn{
  background:#f0eee9;
  color:#444;
}

.cart-count{
  position:absolute;
  top:-4px;
  right:-2px;
  width:19px;
  height:19px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#333;
  color:#fff;
  font-size:10px;
  font-weight:700;
}

/* ================= HERO ================= */

.hero{
  min-height:545px;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(110deg,#2b2b2b 0%,#454545 43%,#875d42 72%,#dc7123 100%);
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 50%,rgba(255,174,104,.18),transparent 28%),
    radial-gradient(circle at 12% 100%,rgba(255,255,255,.06),transparent 30%);
}

.hero::after{
  content:"";
  position:absolute;
  width:470px;
  height:470px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  right:-150px;
  bottom:-300px;
}

.hero-inner{
  position:relative;
  z-index:2;
  max-width:1400px;
  min-height:545px;
  margin:auto;
  padding:65px 50px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:40px;
}

.hero-badge{
  width:max-content;
  max-width:100%;
  padding:10px 17px;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.08);
  border-radius:30px;
  font-size:12px;
  font-weight:600;
  margin-bottom:23px;
  backdrop-filter:blur(5px);
}

.hero-badge i{
  color:#ffb067;
  margin-right:6px;
}

.hero h1{
  font-size:58px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-2px;
  margin-bottom:22px;
}

.hero h1 span{
  color:#ffab65;
}

.hero-content>p{
  max-width:690px;
  color:#eee;
  font-size:16px;
  line-height:2;
  margin-bottom:28px;
}

.hero-buttons{
  display:flex;
  gap:14px;
  margin-bottom:34px;
}

.primary-btn,
.secondary-btn{
  padding:15px 25px;
  border-radius:14px;
  font-size:14px;
  font-weight:700;
  transition:.3s;
}

.primary-btn{
  background:#fff;
  color:var(--orange);
}

.secondary-btn{
  border:1px solid rgba(255,255,255,.4);
  color:#fff;
  background:rgba(255,255,255,.05);
}

.primary-btn:hover,
.secondary-btn:hover{
  transform:translateY(-4px);
}

.primary-btn:hover{
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}

.secondary-btn:hover{
  background:rgba(255,255,255,.13);
}

.hero-features{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  color:#f6f6f6;
  font-size:13px;
}

.hero-features span{
  white-space:nowrap;
}

/* HERO VISUAL */

.hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.visual-card{
  width:300px;
  height:300px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:30px;
  background:rgba(255,255,255,.09);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  backdrop-filter:blur(8px);
  box-shadow:0 25px 70px rgba(0,0,0,.18);
}

.visual-card>i{
  color:#fff;
  font-size:125px;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.18));
}

.visual-small{
  position:absolute;
  left:20px;
  bottom:20px;
  padding:10px 14px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  font-size:11px;
  display:flex;
  gap:7px;
  align-items:center;
}

.visual-small i{
  color:#ffad68;
}

/* Decorative circles */

.hero-glow{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.1);
}

.glow-one{
  width:280px;
  height:280px;
  right:80px;
  top:-190px;
}

.glow-two{
  width:430px;
  height:430px;
  right:-130px;
  bottom:-310px;
}

/* ================= BRANDS ================= */

.brands-section{
  padding:70px 0 90px;
  background:var(--cream);
}

.container{
  width:min(100% - 100px,1300px);
  margin:auto;
}

.section-title{
  text-align:center;
  margin-bottom:28px;
}

.section-title span{
  display:inline-block;
  color:var(--orange);
  font-size:13px;
  font-weight:700;
  margin-bottom:8px;
}

.section-title h2{
  color:#292929;
  font-size:36px;
  line-height:1.2;
  margin-bottom:8px;
}

.section-title p{
  color:#777;
  font-size:14px;
}

/* SEARCH */

.search-box{
  position:relative;
  margin-bottom:28px;
}

.search-box i{
  position:absolute;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  color:var(--orange);
  font-size:17px;
}

.search-box input{
  width:100%;
  height:56px;
  padding:0 20px 0 50px;
  border:1px solid var(--border);
  border-radius:16px;
  outline:none;
  background:#fff;
  color:#333;
  font-size:14px;
  box-shadow:0 7px 25px rgba(0,0,0,.06);
  transition:.3s;
}

.search-box input:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 4px rgba(220,113,35,.1);
}

/* CARDS */

.cards-container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.card-link{
  min-width:0;
}

.brand-card{
  min-height:270px;
  padding:25px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:21px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.07);
  transition:.35s ease;
}

.brand-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:var(--orange);
  transform:scaleX(0);
  transform-origin:left;
  transition:.35s;
}

.brand-card:hover{
  transform:translateY(-8px);
  background:linear-gradient(135deg,#1f1f1f,#464646);
  border-color:transparent;
  box-shadow:0 20px 40px rgba(220,113,35,.25);
  color:#fff;
}

.brand-card:hover::before{
  transform:scaleX(1);
}

.card-icon{
  width:68px;
  height:68px;
  margin-bottom:18px;
  border-radius:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,#464646,#dc7123);
  font-size:28px;
  transition:.35s;
}

.brand-card:hover .card-icon{
  background:linear-gradient(135deg,#dc7123,#ff8c2a);
  transform:translateY(-4px) scale(1.07);
}

.brand-card h3{
  color:#303030;
  font-size:19px;
  margin-bottom:8px;
}

.brand-card p{
  color:#888;
  font-size:12px;
  line-height:1.65;
  max-width:230px;
}

.brand-card b{
  position:absolute;
  left:25px;
  bottom:22px;
  color:var(--orange);
  font-size:12px;
}

.brand-card b i{
  margin-left:3px;
  transition:.3s;
}

.brand-card:hover h3,
.brand-card:hover p{
  color:#fff;
}

.brand-card:hover b{
  color:#ffad68;
}

.brand-card:hover b i{
  transform:translateX(4px);
}

/* NO RESULTS */

.no-results{
  display:none;
  text-align:center;
  padding:55px 20px;
  color:#777;
}

.no-results.show{
  display:block;
}

.no-results i{
  color:var(--orange);
  font-size:35px;
  margin-bottom:12px;
}

.no-results h3{
  color:#333;
  margin-bottom:5px;
}

/* ================= FOOTER ================= */

footer{
  background:#1f1f1f;
  color:#fff;
  padding:55px 0 20px;
}

.footer-inner{
  width:min(100% - 100px,1300px);
  margin:auto;
  display:grid;
  grid-template-columns:1.3fr 1fr 1.2fr 1fr;
  gap:45px;
}

.footer-logo{
  font-size:27px;
  font-weight:800;
  margin-bottom:8px;
}

.footer-logo span{
  color:var(--orange);
}

.footer-inner p{
  color:#aaa;
  font-size:12px;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.footer-links h3{
  font-size:16px;
  margin-bottom:7px;
}

.footer-links a,
.footer-links span{
  color:#aaa;
  font-size:12px;
  transition:.3s;
}

.footer-links a:hover{
  color:var(--orange);
  transform:translateX(3px);
}

.copyright{
  max-width:1300px;
  margin:40px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;
  color:#888;
  font-size:11px;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1100px){

  .nav{
    padding:0 25px;
  }

  .logo{
    min-width:205px;
  }

  .logo-text{
    font-size:23px;
    margin-left:50px;
  }

  .logo-mark{
    font-size:38px;
  }

  .logo-a{
    font-size:36px;
    left:20px;
  }

  .logo small{
    left:50px;
    font-size:9px;
  }

  .nav-links a{
    padding:10px 8px;
    font-size:14px;
  }

  .header-actions{
    gap:6px;
  }

  .action-btn{
    width:42px;
    height:42px;
  }

  .hero h1{
    font-size:48px;
  }

  .cards-container{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:800px){

  .top-bar{
    height:auto;
    padding:8px 10px;
  }

  .top-content{
    gap:12px 22px;
    flex-wrap:wrap;
    font-size:10px;
  }

  .header{
    height:auto;
  }

  .nav{
    padding:12px 18px;
    flex-wrap:wrap;
    justify-content:center;
  }

  .logo{
    width:100%;
    justify-content:center;
    min-width:0;
  }

  .logo-text{
    margin-left:54px;
  }

  .nav-links{
    order:3;
    width:100%;
    overflow-x:auto;
    justify-content:flex-start;
    padding-bottom:2px;
  }

  .nav-links a{
    white-space:nowrap;
  }

  .header-actions{
    position:absolute;
    right:15px;
    top:20px;
  }

  .action-btn{
    width:38px;
    height:38px;
    font-size:14px;
  }

  .hero{
    min-height:auto;
  }

  .hero-inner{
    min-height:auto;
    padding:55px 25px;
    grid-template-columns:1fr;
    text-align:center;
  }

  .hero-badge{
    margin-left:auto;
    margin-right:auto;
  }

  .hero h1{
    font-size:42px;
  }

  .hero-content>p{
    font-size:14px;
    line-height:1.8;
  }

  .hero-buttons{
    justify-content:center;
    flex-wrap:wrap;
  }

  .hero-features{
    justify-content:center;
    gap:15px;
  }

  .hero-visual{
    display:none;
  }

  .container{
    width:min(100% - 36px,1300px);
  }

  .section-title h2{
    font-size:30px;
  }

  .footer-inner{
    width:min(100% - 36px,1300px);
    grid-template-columns:1fr 1fr;
    gap:30px;
  }

  .copyright{
    width:min(100% - 36px,1300px);
  }
}

@media(max-width:550px){

  .top-content span:nth-child(2),
  .top-content span:nth-child(3){
    display:none;
  }

  .logo-text{
    font-size:22px;
  }

  .header-actions{
    right:10px;
  }

  .header-actions .call-btn,
  .header-actions .user-btn{
    display:none;
  }

  .nav-links{
    gap:0;
  }

  .nav-links a{
    font-size:13px;
    padding:9px 10px;
  }

  .hero h1{
    font-size:36px;
  }

  .hero-features{
    flex-direction:column;
    align-items:center;
  }

  .cards-container{
    grid-template-columns:1fr;
  }

  .brand-card{
    min-height:250px;
  }

  .footer-inner{
    grid-template-columns:1fr;
  }
}

/* TEST-HOSTINGER-123 */
