
:root{
  --orange:#ff5f00;
  --orange-dark:#eb4d00;
  --black:#171717;
  --text:#2d2d2d;
  --muted:#737373;
  --line:#ececec;
  --soft:#fff5ee;
  --soft2:#f7fbff;
  --white:#fff;
  --blue:#4fa7d4;
  --pink:#f45f83;
  --teal:#42bcb4;
  --shadow:0 16px 40px rgba(16,24,40,.08);
  --radius:22px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#fbfbfb;color:var(--text);line-height:1.5;
  min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button,a,select,input{touch-action:manipulation}
:focus-visible{outline:3px solid rgba(255,95,0,.3);outline-offset:3px}
::selection{background:#ffd8c1;color:#171717}
.container{width:min(1320px,calc(100% - 48px));margin-inline:auto}
.topline{height:4px;background:var(--orange)}
.header{
  position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:18px;padding:12px 0}
.logo{display:flex;align-items:center;gap:10px;white-space:nowrap}
.logo-icon{height:40px;width:40px;border-radius:13px;background:var(--orange);display:grid;place-items:center;color:#fff;font-weight:900}
.logo-text{font-size:31px;font-weight:900;letter-spacing:-1px;color:#111}
.logo-text span{color:var(--orange)}
.location{
  border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff;display:flex;gap:8px;align-items:center;font-weight:600;color:#333;
}
.search{flex:1;min-width:260px;display:flex;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}
.search input{border:0;outline:0;padding:15px 16px;flex:1}
.search button{border:0;background:var(--orange);color:#fff;width:58px;cursor:pointer;font-size:20px}
.nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700;color:#303030}
.nav a:hover{color:var(--orange)}
.icons{display:flex;gap:10px}
.icon-btn{height:44px;width:44px;min-width:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#fff;position:relative}
.badge-dot{position:absolute;right:-2px;top:-4px;background:var(--orange);color:#fff;border-radius:50%;height:18px;width:18px;font-size:11px;display:grid;place-items:center;font-weight:800}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;height:42px;width:44px;font-size:22px}
.mobile-nav{display:none;padding:0 0 14px}
.mobile-nav a{display:block;padding:12px 0;border-top:1px solid var(--line);font-weight:700}

/* Slider */
.hero-slider{margin:24px 0 18px;border-radius:30px;overflow:hidden;position:relative;background:#fff4ed;box-shadow:var(--shadow)}
.slide{display:none;grid-template-columns:1.05fr 1.4fr;gap:22px;align-items:center;padding:32px;min-height:430px}
.slide.active{display:grid}
.slide-copy h1{font-size:clamp(2.2rem,4vw,4.8rem);line-height:1.05;font-weight:900;letter-spacing:-2px;color:#121212;margin-bottom:16px}
.slide-copy h1 span{color:var(--orange)}
.slide-copy p{font-size:18px;color:var(--muted);max-width:610px;margin-bottom:22px}
.hero-points{display:flex;gap:14px;flex-wrap:wrap;margin:20px 0}
.hero-points span{background:#fff;border:1px solid #ffe1d0;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:700;color:#505050}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.primary-btn,.outline-btn{border-radius:15px;padding:14px 21px;font-weight:900;display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer}
.primary-btn{background:var(--orange);color:#fff}
.primary-btn:hover{background:var(--orange-dark)}
.outline-btn{border:1px solid #ffd2ba;background:#fff;color:var(--orange)}
.slide-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.06);transition:.25s}
.category-card:hover{transform:translateY(-5px)}
.category-card img{height:205px;width:100%;object-fit:cover}
.category-card-body{padding:17px}
.cat-icon{height:52px;width:52px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:24px;margin-bottom:10px}
.cat-icon.dental{background:var(--blue)}.cat-icon.beauty{background:var(--pink)}.cat-icon.skin{background:var(--teal)}
.category-card h3{font-size:27px;line-height:1.06;font-weight:900;margin-bottom:8px;color:#111}
.category-card p{color:var(--muted);font-size:14px;margin-bottom:12px}
.slider-controls{position:absolute;right:28px;bottom:26px;display:flex;gap:10px;align-items:center}
.slider-btn{height:42px;width:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12);cursor:pointer;font-size:20px}
.dots{display:flex;gap:7px}
.dot{height:9px;width:9px;border-radius:999px;background:#ffd1b8;cursor:pointer}
.dot.active{width:28px;background:var(--orange)}

.section-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:28px 0 16px;flex-wrap:wrap}
.section-head h2{font-size:30px;font-weight:900;letter-spacing:-.6px;color:#111}
.view-all{color:var(--orange);font-weight:900}
.filter-row{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:18px}
.tabs{display:flex;gap:10px;flex-wrap:wrap}
.tab{border:1px solid var(--line);background:#fff;border-radius:13px;padding:10px 16px;font-weight:800;color:#333;cursor:pointer}
.tab.active{color:var(--orange);border-color:#ffd3bd;background:#fff7f2}
.filters{display:flex;gap:10px;flex-wrap:wrap}
.filter{border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px 14px;color:#333;font-weight:700}

/* Cards */
.deal-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.deal-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.05);transition:.25s}
.deal-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.deal-img{height:175px;position:relative;overflow:hidden}
.deal-img img{height:100%;width:100%;object-fit:cover;transition:.35s}
.deal-card:hover .deal-img img{transform:scale(1.05)}
.discount{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;border-radius:10px;padding:6px 9px;font-size:12px;font-weight:900}
.wish{position:absolute;right:12px;top:12px;height:34px;width:34px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;border:0;cursor:pointer}
.deal-body{padding:15px}
.deal-body h3{font-size:17px;font-weight:900;margin-bottom:5px;color:#111;line-height:1.3}
.clinic{font-size:13px;color:var(--muted);margin-bottom:12px}
.price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.price{color:var(--orange);font-size:20px;font-weight:900}
.old{text-decoration:line-through;color:#9a9a9a;font-size:13px}
.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:9px}
.rating{font-size:13px;font-weight:800;color:#545454}
.small-round{height:34px;width:34px;border-radius:50%;display:grid;place-items:center;color:#fff}
.small-round.dental{background:var(--blue)}.small-round.beauty{background:var(--pink)}.small-round.skin{background:var(--teal)}
.card-link{display:block}

.trust{margin:25px 0;background:#fff7ef;border:1px solid #ffe4d4;border-radius:22px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:17px}
.trust-item{display:flex;gap:12px;align-items:flex-start;padding:10px}
.trust-ico{height:44px;width:44px;min-width:44px;border-radius:50%;background:#fff0e4;color:var(--orange);display:grid;place-items:center;font-weight:900}
.trust-item h4{font-size:15px;color:#111;margin-bottom:2px}
.trust-item p{font-size:12px;color:var(--muted)}

.home-lower{display:grid;grid-template-columns:1.25fr 1.7fr;gap:22px;margin:26px 0}
.panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 8px 26px rgba(0,0,0,.03)}
.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.panel-head h2{font-size:25px;font-weight:900;color:#111}
.mini-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.mini-tab{padding:8px 13px;border-radius:11px;border:1px solid var(--line);background:#fff;font-size:13px;font-weight:800}
.mini-tab.active{color:var(--orange);background:#fff7f1;border-color:#ffd6bf}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.mini-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.mini-card img{height:120px;width:100%;object-fit:cover}
.mini-body{padding:12px}.mini-body h3{font-size:14px;margin-bottom:4px}.mini-body p{color:var(--muted);font-size:12px;margin-bottom:8px}
.mini-price{font-size:12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.mini-price strong{color:var(--orange);font-size:15px}

.right-stack{display:grid;gap:22px}
.promo{background:linear-gradient(135deg,#ff7a00,#ff4e00);color:#fff;border-radius:26px;padding:30px;display:grid;grid-template-columns:1fr .65fr;align-items:center;min-height:230px;overflow:hidden}
.promo h2{font-size:clamp(2rem,3vw,3.4rem);line-height:1.05;font-weight:900;margin-bottom:12px}
.promo p{font-size:16px;margin-bottom:18px;opacity:.95}
.promo .gift{font-size:105px;text-align:center}

/* Product page */
.breadcrumb{font-size:14px;color:var(--muted);margin:22px 0 14px}
.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start;margin-bottom:30px}
.gallery{background:#fff;border:1px solid var(--line);border-radius:26px;padding:16px;box-shadow:var(--shadow)}
.main-photo{height:470px;border-radius:20px;overflow:hidden;background:#f2f2f2}
.main-photo img{height:100%;width:100%;object-fit:cover}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}
.thumb{height:92px;border-radius:14px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#eee}
.thumb.active{border-color:var(--orange)}
.thumb img{height:100%;width:100%;object-fit:cover}
.product-info{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow);position:sticky;top:95px}
.product-badge{display:inline-flex;background:#fff0e6;color:var(--orange);font-weight:900;border-radius:999px;padding:7px 12px;margin-bottom:12px}
.product-info h1{font-size:clamp(2rem,3vw,3.6rem);line-height:1.08;font-weight:900;letter-spacing:-1px;margin-bottom:10px;color:#111}
.product-meta{display:flex;gap:12px;flex-wrap:wrap;color:#555;font-weight:700;margin-bottom:15px}
.big-price{display:flex;align-items:flex-end;gap:12px;margin:18px 0}.big-price strong{font-size:36px;color:var(--orange);line-height:1}.big-price span{text-decoration:line-through;color:#999;font-weight:700}
.save-box{background:#fff7f0;border:1px solid #ffdcca;border-radius:16px;padding:14px;margin-bottom:18px;font-weight:800;color:#444}
.booking-card{border:1px solid var(--line);border-radius:18px;padding:16px;margin-top:16px;background:#fcfcfc}
.booking-card label{font-size:13px;font-weight:900;display:block;margin:9px 0 6px}
.booking-card input,.booking-card select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}
.button-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.full-btn{width:100%;justify-content:center}
.info-sections{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:24px 0 34px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}
.info-card h2{font-size:24px;font-weight:900;margin-bottom:12px;color:#111}
.info-card ul{padding-left:20px;color:#555}.info-card li{margin:8px 0}
.vendor-card{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:15px;margin-top:14px}
.vendor-logo{height:62px;width:62px;border-radius:17px;background:var(--soft);display:grid;place-items:center;font-size:26px}
.map-box{height:220px;border-radius:18px;background:linear-gradient(135deg,#f1f1f1,#fff3ea);display:grid;place-items:center;color:#777;font-weight:900}
.notice{background:#f8fbff;border:1px solid #dceafe;color:#344054;border-radius:18px;padding:16px;margin-top:16px;font-size:14px}
.related{margin:24px 0 46px}

.footer{background:#111;color:#ddd;margin-top:auto;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:22px}
.footer h3,.footer h4{color:#fff;margin-bottom:12px}.footer p,.footer a{color:#bdbdbd;font-size:14px;display:block;margin:8px 0}
.copy{border-top:1px solid #333;margin-top:24px;padding-top:18px;font-size:13px;color:#aaa}

@media(max-width:1250px){
  .nav{display:none}.menu-btn{display:grid}.header-inner{flex-wrap:wrap}.search{order:3;flex-basis:100%}
  .slide{grid-template-columns:1fr}.deal-grid{grid-template-columns:repeat(3,1fr)}.trust{grid-template-columns:repeat(3,1fr)}
  .home-lower,.product-layout,.info-sections{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:850px){
  .slide{padding:22px}.slide-cards{grid-template-columns:1fr}.category-card img{height:215px}
  .deal-grid{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:1fr 1fr}.mini-grid{grid-template-columns:1fr}.promo{grid-template-columns:1fr}.promo .gift{text-align:left;font-size:72px}
  .main-photo{height:340px}.button-row{grid-template-columns:1fr}
}
@media(max-width:560px){
  .container{width:calc(100% - 32px)}.header-inner{gap:12px}.logo-text{font-size:25px}.location{width:100%;justify-content:center}.icons{margin-left:auto}
  .slide-copy h1{font-size:2rem}.slide-copy p{font-size:15px}.slider-controls{right:18px;bottom:18px}
  .section-head h2{font-size:23px}.deal-grid{grid-template-columns:1fr}.filters,.filter{width:100%}.filter{display:block}.trust{grid-template-columns:1fr}
  .product-info{padding:20px}.main-photo{height:290px}.thumbs{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}
}


/* ASNDeals logo */
.logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.logo-img{
  height:54px;
  width:auto;
  max-width:245px;
  object-fit:contain;
  display:block;
}
@media(max-width:700px){
  .logo-img{
    height:48px;
    max-width:190px;
  }
}


.header .logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  flex-shrink:0 !important;
  min-width:190px !important;
}
.header .logo-img{
  height:58px !important;
  width:auto !important;
  max-width:220px !important;
  object-fit:contain !important;
  display:block !important;
}
.header-inner{
  min-height:78px !important;
  align-items:center !important;
}
@media(max-width:1100px){
  .header .logo{
    min-width:175px !important;
  }
  .header .logo-img{
    height:54px !important;
    max-width:205px !important;
  }
  .header-inner{
    min-height:74px !important;
  }
}
@media(max-width:700px){
  .header .logo{
    min-width:150px !important;
  }
  .header .logo-img{
    height:48px !important;
    max-width:180px !important;
  }
  .header-inner{
    min-height:68px !important;
  }
}

/* Production polish shared by every page */
.primary-btn,.outline-btn,.tab,.filter,.menu-btn,.slider-btn,.icon-btn{
  min-height:44px;
}
.primary-btn,.outline-btn,.icon-btn,.menu-btn,.tab,.deal-card,.category-card{
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;
}
.primary-btn:active,.outline-btn:active,.icon-btn:active,.menu-btn:active{transform:translateY(1px)}
.mobile-nav.is-open{display:block}
.mobile-nav a{min-height:46px;display:flex;align-items:center}
.search input{min-width:0}
.deal-card,.mini-card,.category-card{height:100%}
.deal-body{display:flex;flex-direction:column;min-height:150px}
.deal-body .card-footer{margin-top:auto}
.footer a:hover{color:#fff}

@media(max-width:1250px){
  .header-inner{row-gap:10px}
  .menu-btn{place-items:center;cursor:pointer}
}
@media(max-width:850px){
  .slide{min-height:auto}
  .hero-slider{border-radius:22px}
  .panel,.info-card,.product-info,.gallery{padding:18px}
}
@media(max-width:560px){
  .header .logo{min-width:0!important}
  .header .logo-img{height:44px!important;max-width:155px!important}
  .header-inner{min-height:64px!important}
  .icons{gap:7px}
  .icon-btn{width:42px;height:42px;min-width:42px}
  .hero-slider{margin-top:16px}
  .slide{padding:20px 18px 76px}
  .deal-img{height:210px}
  .product-layout{gap:18px}
  .breadcrumb{margin-top:16px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Front page hero heading 30% smaller */
.home-hero .hero-copy h1{
  font-size:clamp(1.55rem, 3vw, 3.5rem) !important;
  line-height:1.08 !important;
  letter-spacing:-1px !important;
}
@media(max-width:700px){
  .home-hero .hero-copy h1{
    font-size:clamp(1.45rem, 7vw, 2.45rem) !important;
  }
}
