:root{
  --bg:#FDFEFF;
  --bg-soft:#F4F8FF;
  --card:#FFFFFF;
  --text:#1E2238;
  --muted:#5D6785;
  --line:rgba(63,81,181,.12);
  --cyan:#00CFE8;
  --indigo:#3F51B5;
  --indigo-deep:#27357E;
  --shadow:0 16px 40px rgba(63,81,181,.10);
  --shadow-soft:0 10px 24px rgba(63,81,181,.07);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
  --wrap:min(1780px, calc(100vw - 36px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 88% 12%, rgba(0,207,232,.10), transparent 20%),
    radial-gradient(circle at 10% 10%, rgba(63,81,181,.08), transparent 18%),
    linear-gradient(180deg,#FDFEFF 0%,#F7FAFF 52%,#F2F6FE 100%);
  line-height:1.55;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input{font:inherit}

.container{width:var(--wrap);margin:auto}
.section{padding:14px 0}
.section-lg{padding:20px 0}
.grid{display:grid;gap:18px}

.card{
  background:rgba(255,255,255,.90);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(63,81,181,.12);
  background:rgba(255,255,255,.92);
  color:var(--indigo-deep);
  font-size:.84rem;
  font-weight:800;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:40px;
  padding:13px 24px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--cyan),var(--indigo));
  box-shadow:0 16px 28px rgba(63,81,181,.18);
}
.btn-soft{
  color:var(--indigo-deep);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(63,81,181,.12);
  box-shadow:var(--shadow-soft);
}
.btn-outline{
  color:#fff;
  background:transparent;
  border:1px solid rgba(255,255,255,.45);
}

.topbar{
  background:linear-gradient(90deg,var(--indigo),var(--cyan));
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.topbar .inner{
  width:var(--wrap);
  margin:auto;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font-size:.90rem;
  font-weight:700;
}
.topbar .links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.navbar{
  position:sticky;
  top:0;
  z-index:70;
  background:rgba(253,254,255,.84);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(63,81,181,.08);
}
.navbar .inner{
  width:var(--wrap);
  margin:auto;
  min-height:60px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:center;
}
.logo{
  display:flex;
  align-items:center;
  gap:14px;
}
.logo-badge{
  width:54px;height:54px;border-radius:18px;
  position:relative;
  background:
    radial-gradient(circle at 34% 34%, rgba(255,255,255,.96), transparent 30%),
    linear-gradient(135deg,var(--cyan),var(--indigo));
  box-shadow:0 12px 28px rgba(63,81,181,.20);
}
.logo-badge:before{
  content:"DC";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  letter-spacing:.02em;
}
.logo h1{
  margin:0;
  font-size:1.14rem;
  line-height:1.05;
}
.logo p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:.86rem;
}
.nav-links{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.nav-links a{
  padding:11px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(63,81,181,.08);
  color:#32406F;
  font-weight:700;
}
.nav-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.hero{
  position:relative;
  padding:8px 0 4px;
}
.hero-wrap{
  width:var(--wrap);
  margin:auto;
}
.hero-slider{
  position:relative;
  min-height:360px;
  border-radius:var(--radius-xl);
  overflow:hidden;
  border:1px solid rgba(63,81,181,.12);
  box-shadow:var(--shadow);
}
.slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transition:opacity .65s ease;
}
.slide.active{
  opacity:1;
  pointer-events:auto;
}
.slide-bg{
  position:absolute;
  inset:0;
}
.slide-bg.s1{
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.18), transparent 16%),
    linear-gradient(135deg,#00CFE8 0%,#3F51B5 100%);
}
.slide-bg.s2{
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.22), transparent 14%),
    linear-gradient(135deg,#1AD2E6 0%,#355BCA 100%);
}
.slide-bg.s3{
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.18), transparent 16%),
    linear-gradient(135deg,#18C6E3 0%,#4A57C9 100%);
}

.slide-inner{
  position:relative;
  z-index:2;
  height:100%;
  min-height:360px;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);
  gap:12px;
  align-items:center;
  padding:14px;
  color:#fff;
}
.slide-copy{
  max-width:760px;
}
.slide-copy .kicker{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.24);
  color:#fff;
  box-shadow:none;
}
.slide-title{
  margin:8px 0 8px;
  max-width:10.2ch;
  font-size:clamp(2.25rem,3.2vw,4rem);
  line-height:.92;
  letter-spacing:-.05em;
  font-weight:900;
}
.slide-subtitle{
  max-width:58ch;
  margin:0;
  font-size:1.08rem;
  color:rgba(255,255,255,.92);
}
.slide-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:12px;
}
.slide-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:10px;
}
.slide-point{
  padding:10px;
  border-radius:18px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
}
.slide-point strong{
  display:block;
  margin-bottom:4px;
  font-size:.98rem;
}
.slide-point span{
  display:block;
  color:rgba(255,255,255,.90);
  font-size:.82rem;
  line-height:1.35;
}

.slide-visual{
  position:relative;
  min-height:250px;
}
.visual-card{
  position:absolute;
  border-radius:26px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  box-shadow:0 16px 34px rgba(0,0,0,.12);
}
.visual-monitor{
  left:10px;
  top:18px;
  width:54%;
  height:46%;
}
.visual-monitor:before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,255,255,.18));
}
.visual-monitor:after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-22px;
  width:34%;
  height:14px;
  border-radius:999px;
  background:rgba(255,255,255,.30);
}
.visual-laptop{
  right:12px;
  bottom:20px;
  width:40%;
  height:30%;
  transform:rotate(-7deg);
}
.visual-laptop:before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:15px;
  background:linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,.16));
}
.visual-laptop:after{
  content:"";
  position:absolute;
  left:4%;
  right:4%;
  bottom:-10px;
  height:12px;
  border-radius:999px;
  background:rgba(255,255,255,.30);
}
.float-offer,
.float-help,
.float-trust{
  position:absolute;
  padding:10px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
  box-shadow:0 14px 30px rgba(0,0,0,.12);
}
.float-offer strong,
.float-help strong,
.float-trust strong{
  display:block;
  font-size:.95rem;
  margin-bottom:4px;
}
.float-offer span,
.float-help span,
.float-trust span{
  display:block;
  font-size:.80rem;
  line-height:1.32;
  color:rgba(255,255,255,.92);
}
.float-offer{top:12px;right:12px}
.float-help{left:10px;bottom:18px}
.float-trust{right:38px;bottom:62px}

.hero-dots{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  z-index:4;
  display:flex;
  gap:10px;
}
.hero-dot{
  width:11px;
  height:11px;
  border-radius:50%;
  border:none;
  cursor:pointer;
  background:rgba(255,255,255,.42);
}
.hero-dot.active{
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.16);
}

.shortcut-bar{
  margin-top:10px;
}
.shortcut-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
.shortcut-card{
  min-height:82px;
  padding:18px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease;
}
.shortcut-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 32px rgba(63,81,181,.12);
}
.shortcut-icon{
  width:38px;height:38px;border-radius:16px;
  display:grid;place-items:center;
  font-size:1rem;
  background:linear-gradient(135deg, rgba(0,207,232,.12), rgba(63,81,181,.12));
  color:var(--indigo-deep);
}
.shortcut-sub{
  color:var(--muted);
  font-size:.80rem;
  font-weight:700;
  line-height:1.28;
}

.brand-strip{
  margin-top:10px;
}
.brand-box{
  padding:10px 12px;
}
.brand-track{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:14px;
}
.brand-pill{
  min-height:46px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,247,255,.96));
  border:1px solid rgba(63,81,181,.10);
  box-shadow:var(--shadow-soft);
  font-size:.82rem;
  font-weight:900;
  color:#58627D;
}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:12px;
  margin-bottom:18px;
}
.section-head h2{
  margin:0;
  font-size:clamp(1.2rem,1.8vw,2rem);
  line-height:1.06;
}
.section-head p{
  margin:8px 0 0;
  color:var(--muted);
}

.promo-band{
  padding:14px;
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:12px;
  align-items:center;
}
.promo-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.promo-mini{
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(63,81,181,.10);
  background:rgba(255,255,255,.86);
}
.promo-mini strong{
  display:block;
  margin-bottom:4px;
  font-size:.96rem;
}
.promo-mini span{
  display:block;
  color:var(--muted);
  font-size:.82rem;
  line-height:1.35;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.product-card{
  padding:12px;
  transition:transform .22s ease, box-shadow .22s ease;
}
.product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 34px rgba(63,81,181,.12);
}
.product-media{
  height:92px;
  border-radius:18px;
  border:1px solid rgba(63,81,181,.10);
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.98), transparent 34%),
    linear-gradient(135deg, rgba(0,207,232,.16), rgba(63,81,181,.14));
  display:grid;
  place-items:center;
  color:var(--indigo-deep);
  font-size:1.3rem;
  font-weight:900;
}
.product-card h3{
  margin:14px 0 8px;
  font-size:1rem;
}
.product-card p{
  margin:0;
  color:var(--muted);
  font-size:.90rem;
}
.product-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:14px;
}
.price-tag{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(63,81,181,.08);
  color:var(--indigo-deep);
  font-weight:900;
  font-size:.84rem;
}

.cat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.cat-card{
  min-height:128px;
  padding:14px;
  position:relative;
  overflow:hidden;
}
.cat-card:before{
  content:"";
  position:absolute;
  right:-18px;
  bottom:-24px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(0,207,232,.16), transparent 64%);
}
.cat-icon{
  width:38px;height:38px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(0,207,232,.12), rgba(63,81,181,.12));
  color:var(--indigo-deep);
  font-size:1.32rem;
  margin-bottom:14px;
}
.cat-card h3{
  margin:0 0 8px;
  font-size:1.04rem;
}
.cat-card p{
  margin:0;
  color:var(--muted);
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.trust-card{
  padding:14px;
}
.stars{
  color:#FFB800;
  letter-spacing:.18em;
  font-size:.95rem;
  margin-bottom:8px;
}
.trust-card h3{
  margin:0 0 8px;
  font-size:1rem;
}
.trust-card p{
  margin:0;
  color:var(--muted);
}

.membership{
  padding:18px;
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:12px;
  align-items:center;
  background:
    radial-gradient(circle at 86% 18%, rgba(0,207,232,.14), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,248,255,.96));
}
.membership p{
  margin:0;
  color:var(--muted);
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.input{
  width:100%;
  min-height:40px;
  padding:9px 10px;
  border-radius:16px;
  border:1px solid rgba(63,81,181,.12);
  background:#fff;
  outline:none;
}
.input:focus{
  border-color:rgba(0,207,232,.60);
  box-shadow:0 0 0 4px rgba(0,207,232,.10);
}

.cta-band{
  padding:16px;
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:12px;
  align-items:center;
}
.cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.footer{
  padding:28px 0 42px;
}
.footer-box{
  padding:16px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:20px;
}
.footer-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.footer-links a{
  display:block;
  padding:8px 0;
  color:#32406F;
  font-weight:700;
}
.copy{
  margin-top:16px;
  color:var(--muted);
  font-size:.94rem;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}

@media (max-width:1300px){
  .navbar .inner,
  .hero-wrap,
  .topbar .inner{
    width:min(100vw - 28px, 100%);
  }
  .slide-inner,
  .promo-band,
  .membership,
  .cta-band,
  .footer-box{
    grid-template-columns:1fr;
  }
  .slide-title{max-width:12ch}
  .brand-track{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .shortcut-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .feature-grid,
  .cat-grid,
  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .slide-points,
  .promo-cards{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  :root{--wrap:min(100vw - 20px, 100%)}
  .topbar .inner{
    flex-direction:column;
    align-items:flex-start;
    padding:8px 0;
  }
  .navbar .inner{
    grid-template-columns:1fr;
    padding:12px 0;
  }
  .nav-links,
  .nav-cta{
    justify-content:flex-start;
  }
  .hero-slider{
    min-height:unset;
  }
  .slide-inner{
    min-height:unset;
    padding:24px 20px 58px;
  }
  .slide-title{
    font-size:2.65rem;
    max-width:13ch;
  }
  .slide-points,
  .shortcut-grid,
  .brand-track,
  .feature-grid,
  .cat-grid,
  .trust-grid,
  .form-grid,
  .footer-links{
    grid-template-columns:1fr;
  }
  .slide-visual{
    min-height:260px;
  }
  .visual-monitor{width:62%;height:50%}
  .visual-laptop{width:48%;height:34%}
}


/* FIT SCREEN PATCH START */
body{
  zoom:.82;
}

.topbar .inner{
  min-height:30px !important;
  font-size:.78rem !important;
}

.navbar .inner{
  min-height:54px !important;
}

.logo-badge{
  width:40px !important;
  height:40px !important;
  border-radius:12px !important;
}

.logo h1{
  font-size:.92rem !important;
}
.logo p{
  font-size:.72rem !important;
  margin-top:2px !important;
}

.nav-links a,
.nav-cta .btn{
  padding:8px 12px !important;
  font-size:.76rem !important;
  min-height:36px !important;
}

.hero-slider{
  min-height:350px !important;
}

.slide-inner{
  min-height:350px !important;
  grid-template-columns:1.08fr .92fr !important;
  padding:16px 18px 34px !important;
}

.slide-title{
  max-width:11ch !important;
  line-height:.92 !important;
}

.slide-subtitle{
  font-size:.84rem !important;
  max-width:56ch !important;
}

.slide-copy .kicker,
.kicker{
  padding:6px 10px !important;
  font-size:.68rem !important;
}

.slide-actions .btn{
  min-height:38px !important;
  padding:9px 14px !important;
  font-size:.76rem !important;
}

.slide-points{
  gap:8px !important;
  margin-top:8px !important;
}

.slide-point{
  border-radius:14px !important;
}

.slide-point strong{
  font-size:.78rem !important;
}
.slide-point span{
  font-size:.68rem !important;
}

.slide-visual{
  min-height:220px !important;
}

.visual-card{
  border-radius:18px !important;
}

.float-offer, .float-help, .float-trust{
  border-radius:14px !important;
  max-width:170px;
}

.float-offer strong, .float-help strong, .float-trust strong{
  font-size:.74rem !important;
}
.float-offer span, .float-help span, .float-trust span{
  font-size:.62rem !important;
}

.hero-dots{
  bottom:8px !important;
}
.hero-dot{
  width:8px !important;
  height:8px !important;
}

.shortcut-bar{
  margin-top:8px !important;
}
.shortcut-grid{
  gap:10px !important;
}
.shortcut-card{
  min-height:74px !important;
  padding:10px 8px !important;
  border-radius:16px !important;
}
.shortcut-card > div:nth-child(2){
  font-size:.74rem !important;
}
.shortcut-sub{
  font-size:.60rem !important;
}

.brand-strip{
  margin-top:8px !important;
}
.brand-box{
  padding:8px 10px !important;
}
.brand-track{
  gap:10px !important;
}
.brand-pill{
  min-height:36px !important;
  border-radius:14px !important;
  font-size:.68rem !important;
}

.section-head{
  margin-bottom:10px !important;
}
.section-head h2{
  font-size:1.15rem !important;
}
.section-head p{
  font-size:.74rem !important;
  margin-top:4px !important;
}

.promo-band,
.membership,
.cta-band,
.footer-box{
  padding:14px !important;
  border-radius:18px !important;
}

.promo-cards{
  gap:8px !important;
}
.promo-mini{
  padding:10px !important;
}
.promo-mini strong{
  font-size:.74rem !important;
}
.promo-mini span{
  font-size:.64rem !important;
}

.feature-grid,
.cat-grid,
.trust-grid{
  gap:10px !important;
}

.product-card,
.cat-card,
.trust-card{
  padding:10px !important;
  border-radius:16px !important;
}

.product-media{
  height:74px !important;
  border-radius:14px !important;
  font-size:.82rem !important;
}

.product-card h3,
.cat-card h3,
.trust-card h3{
  font-size:.78rem !important;
  margin:8px 0 6px !important;
}

.product-card p,
.cat-card p,
.trust-card p{
  font-size:.64rem !important;
  line-height:1.32 !important;
}

.product-row{
  margin-top:8px !important;
}

.price-tag{
  padding:6px 9px !important;
  font-size:.64rem !important;
}

.product-row .btn{
  min-height:30px !important;
  padding:7px 10px !important;
  font-size:.64rem !important;
}

.cat-icon{
  width:34px !important;
  height:34px !important;
  border-radius:12px !important;
  font-size:.88rem !important;
  margin-bottom:8px !important;
}

.stars{
  font-size:.70rem !important;
  margin-bottom:6px !important;
}

.form-grid{
  gap:8px !important;
}
.input{
  min-height:34px !important;
  border-radius:12px !important;
  font-size:.72rem !important;
}

.form-grid .btn{
  min-height:34px !important;
  font-size:.70rem !important;
  padding:8px 10px !important;
}

.cta-actions{
  gap:8px !important;
}
.cta-actions .btn{
  min-height:34px !important;
  padding:8px 10px !important;
  font-size:.70rem !important;
}

.footer{
  padding:14px 0 22px !important;
}
.footer-links a,
.copy,
.footer-box p{
  font-size:.68rem !important;
}
.footer-links strong{
  font-size:.76rem !important;
}

@media (max-width: 1300px){
  body{
    zoom:1 !important;
  }
  .slide-inner,
  .promo-band,
  .membership,
  .cta-band,
  .footer-box{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 760px){
  body{
    zoom:1 !important;
  }
}
/* FIT SCREEN PATCH END */
