:root{
  --blue:#1800ad;
  --black:#000000;
  --soft:#eef0f3;
  --yellow:#ffe74f;
  --white:#ffffff;
  --container:min(1240px, calc(100% - 32px));
  --radius:24px;
  --radius-lg:32px;
  --shadow:0 16px 50px rgba(0,0,0,.08);
  --shadow-soft:0 10px 28px rgba(0,0,0,.06);
  --border:1px solid rgba(0,0,0,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:linear-gradient(135deg, var(--soft) 0%, #dfe5ff 45%, #fff7c7 100%);
  color:var(--black);
  font:400 16px/1.65 "Poppins",system-ui,sans-serif;
}
a{text-decoration:none;color:inherit}
p,span,label, h1, h2, h3, h4, h5, h6{line-height:1}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
main{min-height:60vh}
.container{width:var(--container);margin:0 auto}
.site-shell{overflow:hidden}

/* Topbar */
.topbar{background:var(--black);color:var(--white);font-size:.92rem}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:0;flex-wrap:wrap;padding:20px 0}
.container.topbar-inner div{margin-bottom:-5px}
.topbar strong{color:var(--yellow);font-weight:700}

/* Header */
.header-wrap{
  position:sticky;
  top:0;
  z-index:100;
  background:var(--white);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,0,0,.08)
}

.site-header{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  padding:18px 0
}

.brand{
  display:flex;
  align-items:center;
  gap:0;
  min-width:0
}

.brand-mark{
  padding:8px 12px;
  border-radius:18px;
  background:var(--white);
  border:1px solid rgba(24,0,173,.10);
  box-shadow:var(--shadow-soft);
  display:grid;
  place-items:center
}

.brand-mark img{
  width:auto;
  height:48px;
  object-fit:contain
}

.brand-text{display:none;gap:2px}
.brand-title{font-size:1.18rem;font-weight:800;letter-spacing:-.03em}
.brand-subtitle{font-size:.9rem;color:rgba(0,0,0,.64)}

.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap
}

.nav-links a{
  padding:12px 16px;
  border-radius:999px;
  font-weight:600;
  color:rgba(0,0,0,.72)
}

.nav-links a:hover,
.nav-links a[aria-current="page"]{
  background:var(--soft);
  color:var(--blue)
}

.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
  justify-content:flex-end
}

.header-search{
  position:relative;
  min-width:270px
}

.header-search input{
  width:100%;
  padding:14px 18px 14px 46px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.1);
  background:var(--white);
  max-height:40px;
}

.header-search svg{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  color:var(--blue) !important;
  stroke:var(--blue) !important;
  fill:none !important;
}

.header-search svg *{
  stroke:var(--blue) !important;
  fill:none !important;
}

/* Buttons */
.button,
.primary-button,
.secondary-button,
.ghost-button,
.cart-pill,
button{
  appearance:none;
  border:0;
  border-radius:999px;
  padding:6px 22px;
  font-weight:400;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:.22s ease;
  max-height:40px;
}

.button,
.primary-button,
button{
  background:var(--blue);
  color:var(--white);
  box-shadow:0 14px 24px rgba(24,0,173,.18);
  font-size:.95rem
}

.button:hover,
.primary-button:hover,
button:hover{
  transform:translateY(-1px)
}

.secondary-button,
.ghost-button{
  background:var(--white);
  color:var(--black);
  border:1px solid rgba(0,0,0,.12)
}

.secondary-button:hover,
.ghost-button:hover{
  border-color:var(--blue);
  color:var(--blue)
}

.cart-pill{
  background:var(--yellow);
  color:var(--black);
  border:1px solid rgba(0,0,0,.08)
}

.cart-pill strong{
  display:inline-grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:var(--black);
  color:var(--white);
  font-size:.88rem
}

.desktop-cart{display:inline-flex}
.mobile-cart-link{display:none}

.nav-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(24,0,173,.18);
  background:var(--white) !important;
  color:var(--blue) !important;
  align-items:center;
  justify-content:center;
  box-shadow:none !important;
  padding:0;
  flex:0 0 auto
}

.nav-toggle:hover{
  background:var(--white) !important;
  color:var(--blue) !important;
  transform:none
}

.nav-toggle svg{
  width:22px;
  height:22px;
  display:block;
  stroke:var(--blue) !important;
  color:var(--blue) !important;
  fill:none !important
}

.nav-toggle svg path{
  stroke:var(--blue) !important;
  fill:none !important
}

.mobile-nav{display:none}

/* Generic UI */
.eyebrow,
.meta,
.tag,
.mini-badge,
.badge-outline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 14px;
  border-radius:999px;
  font-size:.7rem;
  font-weight:400
}

.eyebrow{background:var(--yellow);color:var(--black)}
.meta{background:var(--soft);color:var(--black);width:max-content}
.tag,
.badge-outline{
  background:var(--white);
  border:1px solid rgba(0,0,0,.1);
  color:rgba(0,0,0,.7)
}
.mini-badge{background:rgba(24,0,173,.06);color:var(--blue);margin-bottom:10px;}

.section{padding:34px 0}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:18px;
  margin-bottom:22px
}

.section-head h1,
.section-head h2,
.panel-title h2,
.card h3{
  letter-spacing:-.035em;
  margin:0
}

.section-head h1,
.section-head h2{
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.04
}

.section-head p,
.muted,
.hero-copy p,
.card p,
.panel-copy p{
  color:rgba(0,0,0,.66);
  margin:0
}

.inline-link{font-weight:700;color:var(--blue)}

.card,
.glass-card,
.service-panel,
.benefit-panel,
.surface{
  background:var(--white);
  border:var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft)
}

/* Hero */
.hero{padding:30px 0 16px}

.hero-card{
  position:relative;
  background:linear-gradient(135deg,var(--white) 0%, rgba(255,231,79,.42) 100%);
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  padding:34px
}

.hero-card:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(24,0,173,.08)
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:stretch
}

.hero-copy h1{
  font-size:clamp(2.8rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.05em;
  margin:16px 0 16px;
  max-width:11ch
}

.hero-copy p{
  font-size:1.06rem;
  max-width:60ch
}

.quick-facts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0 24px
}

.search-card{
  background:var(--white);
  border:1px solid rgba(0,0,0,.08);
  border-radius:28px;
  padding:16px;
  box-shadow:var(--shadow-soft)
}

.search-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding: 10px;
}

.field{display:grid;gap:8px}

.field span{
  font-size:.92rem;
  font-weight:600;
  color:rgba(0,0,0,.64)
}

.search-card input,
.search-card select,
.form-card input,
.form-card select,
.form-card textarea{
  width:100%;
  padding:15px 16px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.12);
  background:var(--white);
  color:var(--black);
  outline:none
}

.search-card input:focus,
.search-card select:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus{
  border-color:rgba(24,0,173,.5);
  box-shadow:0 0 0 4px rgba(24,0,173,.08)
}

.hero-side{display:grid;gap:18px}
.service-panel{padding:26px}

.panel-title{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:18px
}

.delivery-list{display:grid;gap:14px}

.delivery-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:var(--soft);
  border:1px solid rgba(0,0,0,.06)
}

.delivery-bullet,
.icon-wrap,
.bundle-icon,
.category-icon,
.product-visual,
.product-visual-small{
  display:grid;
  place-items:center
}

.delivery-bullet,
.icon-wrap,
.bundle-icon{
  width:46px;
  height:46px;
  border-radius:18px;
  background:rgba(24,0,173,.08);
  color:var(--blue)
}

.delivery-item strong{
  display:block;
  font-size:1rem
}

.delivery-item span{
  display:flex;
  font-size:.93rem;
  color:rgba(0,0,0,.6);
  justify-content:center;
  align-items: center;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}

.kpi{
  padding:18px;
  border-radius:22px;
  background:var(--soft);
  border:1px solid rgba(0,0,0,.06);
  color:var(--blue)
}

.kpi strong{
  display:block;
  font-size:1.75rem;
  letter-spacing:-.04em;
  margin-bottom:6px
}

.benefit-panel{
  padding:28px;
  background:var(--blue);
  color:var(--white)
}

.benefit-panel p{color:rgba(255,255,255,.8)}
.benefit-list{display:grid;gap:12px;margin-top:18px}

.benefit-row{
  display:flex;
  gap:12px;
  align-items:flex-start
}

.benefit-row .check{
  width:30px;
  height:30px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  display:grid;
  place-items:center;
  flex:0 0 auto
}

/* Grids */
.grid{display:grid;gap:18px}
.category-grid,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.location-grid,.info-grid,.value-grid,.bundle-grid,.career-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.bundle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{padding:24px}

.category-card,
.location-card{
  display:flex;
  gap:18px;
  align-items:flex-start;
  height:100%;
  transition:.2s ease
}

.product-card{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:18px;
  height:100%;
  transition:.2s ease
}

.category-card:hover,
.product-card:hover,
.location-card:hover,
.bundle-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(0,0,0,.08)
}

.category-icon,
.product-visual,
.product-visual-small{
  background:linear-gradient(135deg,rgba(24,0,173,.08) 0%, rgba(255,231,79,.46) 100%);
  color:var(--blue);
  border:1px solid rgba(24,0,173,.08)
}

.category-icon{
  width:72px;
  height:72px;
  border-radius:22px;
  flex:0 0 auto
}

.category-icon svg{
  width:40px;
  height:40px;
}

.product-visual{
  aspect-ratio:1;
  border-radius:24px;
  padding:24px
}

.product-visual-small{
  width:78px;
  height:78px;
  border-radius:20px
}

.product-visual-large{min-height:320px}

.product-body{
  display:grid;
  gap:10px;
  flex:1
}

.product-body h3{
  margin:0;
  font-size:1.12rem;
  line-height:1.28
}

.product-body p{
  margin:0;
  color:rgba(0,0,0,.66)
}

.product-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap
}

.price-row,
.summary-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center
}

.price{
  font-size:1.45rem;
  font-weight:800;
  letter-spacing:-.03em
}

.listing-hero{padding:24px 0 10px}

.glass-card{
  padding:28px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px)
}

.breadcrumbs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  color:rgba(0,0,0,.62);
  font-size:.95rem;
  margin-bottom:18px
}

.breadcrumbs a:hover{color:var(--blue)}

.promobar{
  background:var(--blue);
  color:var(--white);
  border-radius:28px;
  padding:28px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
  align-items:center
}



.promobar p{color:rgba(255,255,255,.82)}

.promobar .secondary-button{
  background:rgba(255,255,255,.08);
  color:var(--white);
  border-color:rgba(255,255,255,.16)
}

.promobar-actions{
  display:flex;
  gap:12px;
  justify-content:flex-end;
  flex-wrap:wrap
}

.promobar-actions .button{
  background:var(--yellow);
  color:var(--black);
  box-shadow:none
}

/* Bundle */
.bundle-card{
  position:relative;
  padding:24px;
  border-radius:28px;
  background:var(--white);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadow-soft);
  display:grid;
  gap:14px;
  transition:.2s ease
}

.bundle-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.bundle-title{
  display:flex;
  align-items:center;
  gap:14px
}

.bundle-card h3{
  margin:0;
  font-size:1.2rem
}

.bundle-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none
}

.bundle-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:16px;
  background:var(--soft)
}

.bundle-price{
  font-size:1.6rem;
  font-weight:800;
  color:var(--blue)
}

.bundle-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap
}

/* Fees */
.fee-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}

.fee-card{
  padding:24px;
  border-radius:26px;
  background:var(--white);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadow-soft)
}

.fee-card.featured{background:var(--yellow)}

.fee-card strong{
  display:block;
  font-size:1.8rem;
  letter-spacing:-.04em;
  margin-top:8px
}

.highlight-band{
  padding:18px 22px;
  border-radius:24px;
  background:var(--white);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadow-soft);
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  flex-wrap:wrap
}

.highlight-band strong{font-size:1.05rem}

/* Product */
.product-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:start
}

.product-panel{padding:28px}
.product-feature-list{display:grid;gap:12px;margin-top:20px}

.product-feature{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border-radius:18px;
  background:var(--soft)
}

/* Cart + checkout */
.cart-layout,
.checkout-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  align-items:start
}

.cart-list,
.summary-stack{
  display:grid;
  gap:16px
}

.cart-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:16px;
  align-items:center
}

.summary-card{position:sticky;top:110px}
.summary-row.total{padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}
.info-note{padding:14px 16px;border-radius:18px;background:var(--soft);color:rgba(0,0,0,.7)}
.form-card{display:grid;gap:16px}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}

.form-card label{
  display:grid;
  gap:8px;
  font-weight:600
}

.form-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center
}

.success-box{background:rgba(255,231,79,.54)}
.error-box{background:rgba(0,0,0,.03)}
.alert-list{margin:0;padding-left:18px}

/* Footer */
.site-footer{
  margin-top:28px;
  background:var(--black);
  color:var(--white)
}

.footer-main{padding:42px 0 26px}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:24px
}

.footer-grid p,
.footer-grid li,
.footer-grid a{
  color:rgba(255,255,255,.78)
}

.footer-title{
  font-weight:700;
  margin-bottom:12px;
  color:var(--white)
}

.footer-grid ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px
}

.footer-grid a:hover{color:var(--yellow)}
.footer-bottom{padding:16px 0 24px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.64)}

.hero-offers{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px
}

.offer-card{
  padding:18px;
  border-radius:22px;
  background:var(--white);
  border:1px solid rgba(0,0,0,.08)
}

.offer-card strong{
  display:block;
  font-size:1.08rem;
  margin-bottom:6px
}

.hero-trust{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px
}

.hero-trust .tag{background:rgba(255,255,255,.78)}
.app-icon,.product-icon,.icon-sm{width:24px;height:24px}
.product-icon-large{width:84px;height:84px}
.career-box{display:grid;gap:14px}
.note-small{font-size:.92rem;color:rgba(0,0,0,.62)}

.mobile-nav .mobile-cart-link strong{
  display:inline-grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:var(--blue);
  color:var(--white);
  font-size:.85rem;
  font-weight:700
}

/* Responsive */
@media (max-width: 1080px){
  .site-header{
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-areas:
      "brand toggle"
      "search search";
    gap:12px !important;
    align-items:center !important;
    padding:14px 0 !important
  }

  .brand{
    grid-area:brand;
    min-width:0;
    max-width:100%;
    align-self:center
  }

  .nav-links{display:none}

  .header-actions{
    display:contents !important
  }

  .nav-toggle{
    grid-area:toggle;
    display:inline-flex !important;
    justify-self:end !important;
    align-self:center !important
  }

  .header-search{
    grid-area:search;
    width:100% !important;
    min-width:0 !important;
    margin-top:0 !important
  }

  .header-search input{
    width:100% !important;
    height:48px;
    padding:14px 16px 14px 44px
  }

  .mobile-nav{display:none;gap:10px;padding:0 0 18px}
  .mobile-nav[data-open="true"]{display:grid}

  .mobile-nav a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:15px 16px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    background:var(--white);
    font-weight:600;
    box-shadow:var(--shadow-soft)
  }

  .mobile-nav a:hover{
    border-color:rgba(24,0,173,.18);
    color:var(--blue)
  }

  .mobile-cart-link{
    display:flex;
    background:var(--yellow) !important;
    color:var(--black) !important;
    border-color:rgba(0,0,0,.08) !important
  }

  .hero-grid,
  .promobar,
  .product-layout,
  .cart-layout,
  .checkout-grid{
    grid-template-columns:1fr
  }

  .category-grid,
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .location-grid,
  .info-grid,
  .value-grid,
  .bundle-grid,
  .career-grid,
  .fee-grid,
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .brand-mark{padding:6px 10px;border-radius:16px}
  .brand-mark img{height:42px}
  .desktop-cart{display:none !important}
}

@media (max-width: 720px){
  .container{width:min(100% - 20px, 1240px)}
  .topbar-inner{font-size:.86rem;gap:6px;padding:20px 0}

  .brand-mark{
    padding:6px 10px;
    border-radius:14px
  }

  .brand-mark img{
    height:38px
  }

  .mobile-nav{
    padding:4px 0 16px
  }

  .mobile-nav a{
    min-height:54px;
    border-radius:16px;
    padding:14px 15px;
    font-size:.98rem
  }

  .hero-card,
  .glass-card,
  .card,
  .service-panel,
  .benefit-panel,
  .promobar,
  .bundle-card,
  .fee-card{
    padding:20px
  }

  .hero-copy h1{
    max-width:unset;
    font-size:clamp(2.3rem,11vw,3.5rem)
  }

  .search-grid,
  .form-row{
    grid-template-columns:1fr;
    gap:10px;
  }

  .kpi-grid,
  .hero-offers,
  .category-grid,
  .product-grid,
  .location-grid,
  .info-grid,
  .value-grid,
  .bundle-grid,
  .career-grid,
  .fee-grid,
  .footer-grid{
    grid-template-columns:1fr
  }

  .cart-item{
    grid-template-columns:1fr
  }

  .price-row,
  .summary-row,
  .bundle-head,
  .highlight-band{
    align-items:flex-start;
    flex-direction:column
  }

  .promobar-actions,
  .bundle-actions,
  .form-actions{
    width:100%
  }

  .promobar-actions > *,
  .bundle-actions > *,
  .form-actions > *{
    width:100%
  }
}
a.secondary-button {
    font-size: 0.95rem;
    font-weight: 400;
}