/* sh-home-idc.css — Home page redesign mirip idcloudhost.com
   Retina-ready: high-dpi shadows, sub-pixel typography, vector-only assets */

/* Scope: hanya berlaku di body.idc-theme supaya tidak bocor ke halaman lain */
body.idc-theme {
  background: #ffffff;
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.idc-theme #wrapper { background: #fff; }
body.idc-theme header.transparent {
  background: rgba(255,255,255,.85) !important;
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 rgba(15,23,42,.06);
}
body.idc-theme header #topbar { background: #0b1020 !important; }
body.idc-theme header #mainmenu > li > a,
body.idc-theme header .menu-item { color: #0f172a !important; }
body.idc-theme header #mainmenu > li > a:hover { color: #2563eb !important; }
body.idc-theme header .btn-main {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  border: 0 !important;
  box-shadow: 0 8px 18px -8px rgba(37,99,235,.55);
}

/* ================== HERO ================== */
.idc-hero {
  position: relative;
  padding: 140px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(99,102,241,.18), transparent 60%),
    radial-gradient(900px 480px at -10% 30%, rgba(56,189,248,.16), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.idc-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
  pointer-events: none;
}
.idc-hero .container { position: relative; z-index: 2; }

.idc-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: #eff6ff; color: #1d4ed8;
  font-size: 13px; font-weight: 600; letter-spacing: .01em;
  border: 1px solid #dbeafe;
}
.idc-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.18); }

.idc-hero h1 {
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0b1020;
  margin: 18px 0 18px;
}
.idc-hero h1 .grad {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #06b6d4 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idc-hero p.lead {
  font-size: 18px; line-height: 1.65; color: #475569; max-width: 560px;
}

.idc-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.idc-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 12px;
  font-weight: 600; font-size: 15px;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease;
  border: 1px solid transparent;
  text-decoration: none !important;
}
.idc-btn-primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff !important;
  box-shadow: 0 14px 30px -12px rgba(37,99,235,.5), inset 0 1px 0 rgba(255,255,255,.18);
}
.idc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -14px rgba(37,99,235,.6); }
.idc-btn-ghost {
  background: #fff; color: #0f172a !important;
  border-color: #e2e8f0;
  box-shadow: 0 1px 0 rgba(15,23,42,.04);
}
.idc-btn-ghost:hover { border-color: #cbd5e1; transform: translateY(-2px); }

.idc-trust { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 36px; color: #64748b; font-size: 14px; }
.idc-trust .ti { display: flex; align-items: center; gap: 8px; }
.idc-trust .ti svg { width: 18px; height: 18px; color: #16a34a; flex: none; }

/* Hero visual card cluster */
.idc-visual { position: relative; min-height: 460px; }
.idc-card-float {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 30px 80px -30px rgba(15,23,42,.25), 0 8px 22px -10px rgba(15,23,42,.08);
  border: 1px solid rgba(226,232,240,.9);
}
.idc-card-main {
  top: 0; right: 0; width: 78%;
  padding: 26px;
  background: linear-gradient(160deg, #0b1020 0%, #1e293b 100%);
  color: #fff; border: 0;
  box-shadow: 0 40px 100px -30px rgba(11,16,32,.55);
}
.idc-card-main .row-stat { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.idc-card-main .stat { background: rgba(255,255,255,.06); border-radius: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.08); }
.idc-card-main .stat .v { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.idc-card-main .stat .l { font-size: 12px; color: #94a3b8; margin-top: 2px; }
.idc-card-main .speedometer {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: 12px; background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.25); color: #4ade80; font-weight: 600;
}
.idc-card-mini-1 { bottom: 30px; left: 0; width: 56%; }
.idc-card-mini-1 .badge-dot { width: 10px; height: 10px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.18); }
.idc-card-mini-2 { bottom: 130px; right: -12px; width: 44%; }
.idc-card-mini-2 .icon { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg,#dbeafe,#fae8ff); color: #1d4ed8; }

@keyframes idcFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.idc-card-mini-1 { animation: idcFloat 5.2s ease-in-out infinite; }
.idc-card-mini-2 { animation: idcFloat 6s ease-in-out infinite -2s; }

/* ================== DOMAIN SEARCH ================== */
.idc-domain {
  margin-top: -40px; position: relative; z-index: 5;
}
.idc-domain .wrap {
  background: #fff; border-radius: 20px; padding: 22px;
  box-shadow: 0 30px 80px -40px rgba(15,23,42,.25), 0 6px 20px -10px rgba(15,23,42,.08);
  border: 1px solid #eef2f7;
}
.idc-domain form { display: flex; gap: 10px; flex-wrap: wrap; }
.idc-domain input {
  flex: 1; min-width: 240px;
  padding: 14px 18px; border-radius: 12px;
  border: 1px solid #e2e8f0; background: #f8fafc;
  font-size: 15px; color: #0f172a; outline: none;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.idc-domain input:focus { border-color: #2563eb; background: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.idc-domain .btn-search {
  padding: 14px 24px; border-radius: 12px;
  background: linear-gradient(135deg,#2563eb,#1d4ed8); color: #fff;
  font-weight: 600; border: 0; cursor: pointer;
  box-shadow: 0 14px 30px -12px rgba(37,99,235,.5);
}
.idc-domain .tlds { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; color: #64748b; font-size: 13px; }
.idc-domain .tld { font-weight: 700; color: #0f172a; }
.idc-domain .tld small { color: #2563eb; font-weight: 600; margin-left: 4px; }

/* ================== STATS STRIP ================== */
.idc-stats {
  padding: 70px 0 30px;
}
.idc-stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.idc-stats .item {
  text-align: center; padding: 22px 16px;
  border-radius: 16px; background: #f8fafc; border: 1px solid #eef2f7;
}
.idc-stats .item .v { font-size: 34px; font-weight: 800; color: #0b1020; letter-spacing: -.02em; }
.idc-stats .item .l { color: #64748b; font-size: 14px; margin-top: 4px; }
@media (max-width: 768px) { .idc-stats .grid { grid-template-columns: repeat(2, 1fr); } }

/* ================== SECTION HEADING ================== */
.idc-sec { padding: 90px 0; }
.idc-sec .sec-h { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.idc-sec .sec-h .eyebrow {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: #eff6ff; color: #1d4ed8; font-weight: 600; font-size: 12px;
  text-transform: uppercase; letter-spacing: .08em; border: 1px solid #dbeafe;
}
.idc-sec .sec-h h2 {
  font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; color: #0b1020;
  letter-spacing: -.02em; margin: 14px 0 12px; line-height: 1.15;
}
.idc-sec .sec-h p { color: #64748b; font-size: 17px; line-height: 1.6; }

/* ================== PRICING ================== */
.idc-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .idc-pricing-grid { grid-template-columns: 1fr; } }
.idc-price {
  background: #fff; border-radius: 22px; padding: 32px 28px;
  border: 1px solid #eef2f7;
  box-shadow: 0 1px 0 rgba(15,23,42,.02), 0 30px 60px -40px rgba(15,23,42,.18);
  transition: transform .25s ease, box-shadow .25s ease, border-color .2s ease;
  position: relative;
}
.idc-price:hover { transform: translateY(-6px); box-shadow: 0 50px 100px -40px rgba(15,23,42,.28); }
.idc-price .name { font-weight: 700; color: #0b1020; font-size: 18px; }
.idc-price .desc { color: #64748b; font-size: 14px; margin-top: 4px; }
.idc-price .price { display: flex; align-items: baseline; gap: 6px; margin: 22px 0 6px; flex-wrap: nowrap; min-width: 0; }
.idc-price .price .opt-1,
.idc-price .price .opt-2 { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; min-width: 0; }
.idc-price .price .num { font-size: clamp(26px, 2.4vw, 34px); font-weight: 800; color: #0b1020; letter-spacing: -.02em; white-space: nowrap; line-height: 1.05; }
.idc-price .price .per { color: #64748b; font-size: 13px; white-space: nowrap; }
.idc-price ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 10px; }
.idc-price ul li { display: flex; gap: 10px; align-items: flex-start; color: #334155; font-size: 14.5px; }
.idc-price ul li svg { width: 18px; height: 18px; color: #16a34a; flex: none; margin-top: 2px; }
.idc-price .cta {
  display: block; text-align: center; padding: 14px;
  background: #f1f5f9; color: #0f172a !important;
  border-radius: 12px; font-weight: 600; text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.idc-price .cta:hover { background: #e2e8f0; transform: translateY(-1px); }
.idc-price.featured {
  background: linear-gradient(160deg, #0b1020 0%, #1e293b 100%);
  border-color: transparent; color: #e2e8f0;
}
.idc-price.featured .name,
.idc-price.featured .price .num { color: #fff; }
.idc-price.featured .desc,
.idc-price.featured .price .per { color: #94a3b8; }
.idc-price.featured ul li { color: #cbd5e1; }
.idc-price.featured ul li svg { color: #4ade80; }
.idc-price.featured .cta {
  background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff !important;
  box-shadow: 0 14px 30px -12px rgba(37,99,235,.55);
}
.idc-price.featured .cta:hover { box-shadow: 0 22px 40px -14px rgba(37,99,235,.65); }
.idc-price .badge-popular {
  position: absolute; top: -12px; right: 22px;
  background: linear-gradient(135deg,#f59e0b,#ef4444); color: #fff;
  padding: 6px 12px; border-radius: 999px; font-size: 11px;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 12px 24px -10px rgba(239,68,68,.55);
}

/* ================== FEATURES ================== */
.idc-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .idc-feat-grid { grid-template-columns: 1fr; } }
.idc-feat {
  background: #fff; border-radius: 18px; padding: 28px;
  border: 1px solid #eef2f7;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.idc-feat:hover { transform: translateY(-4px); border-color: #c7d2fe; box-shadow: 0 30px 60px -30px rgba(15,23,42,.18); }
.idc-feat .icon {
  width: 54px; height: 54px; border-radius: 14px;
  display: grid; place-items: center; margin-bottom: 18px;
  color: #fff;
}
.idc-feat .icon svg { width: 26px; height: 26px; }
.idc-feat h3 { font-size: 18px; font-weight: 700; color: #0b1020; margin: 0 0 8px; }
.idc-feat p { color: #64748b; font-size: 14.5px; line-height: 1.6; margin: 0; }
.icon-1 { background: linear-gradient(135deg,#2563eb,#7c3aed); }
.icon-2 { background: linear-gradient(135deg,#06b6d4,#3b82f6); }
.icon-3 { background: linear-gradient(135deg,#f59e0b,#ef4444); }
.icon-4 { background: linear-gradient(135deg,#10b981,#06b6d4); }
.icon-5 { background: linear-gradient(135deg,#7c3aed,#ec4899); }
.icon-6 { background: linear-gradient(135deg,#0ea5e9,#22c55e); }

/* ========== COMPACT FEATURES (mini) ========== */
.idc-feat-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 8px;
}
@media (max-width: 992px) { .idc-feat-mini { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .idc-feat-mini { grid-template-columns: 1fr; } }
.ifm {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ifm:hover {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 30px -22px rgba(15,23,42,.18);
}
.ifm-i {
  flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; color: #fff;
}
.ifm-i svg { width: 18px; height: 18px; }
.ifm-i.ic-1 { background: linear-gradient(135deg,#2563eb,#7c3aed); }
.ifm-i.ic-2 { background: linear-gradient(135deg,#06b6d4,#3b82f6); }
.ifm-i.ic-3 { background: linear-gradient(135deg,#f59e0b,#ef4444); }
.ifm-i.ic-4 { background: linear-gradient(135deg,#10b981,#06b6d4); }
.ifm-i.ic-5 { background: linear-gradient(135deg,#7c3aed,#ec4899); }
.ifm-i.ic-6 { background: linear-gradient(135deg,#0ea5e9,#22c55e); }
.ifm h4 { font-size: 14.5px; font-weight: 700; margin: 0 0 3px; color: #0b1020; }
.ifm p  { font-size: 12.5px; color: #64748b; margin: 0; line-height: 1.45; }

/* ========== STATS STRIP (infographic) ========== */
.idc-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 36px auto 28px;
  padding: 28px 24px;
  background: linear-gradient(135deg, #0b1224 0%, #1e2746 100%);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.idc-stats::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 200px at 20% 0%, rgba(59,130,246,.18), transparent 60%),
              radial-gradient(500px 200px at 100% 100%, rgba(124,58,237,.18), transparent 60%);
  pointer-events: none;
}
@media (max-width: 900px) { .idc-stats { grid-template-columns: repeat(2, 1fr); } }
.idc-stat { text-align: center; position: relative; z-index: 1; }
.idc-stat .num {
  font-size: 34px; font-weight: 800; letter-spacing: -.02em;
  background: linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.05;
}
.idc-stat .num span {
  font-size: 18px; font-weight: 700;
  -webkit-text-fill-color: #cbd5e1;
  color: #cbd5e1;
  background: none;
  margin-left: 2px;
}
.idc-stat .lbl { font-size: 12.5px; color: #cbd5e1; margin-top: 4px; letter-spacing: .04em; text-transform: uppercase; }

/* ========== TECH STACK STRIP ========== */
.idc-stack { margin-top: 14px; }
.idc-stack-h { text-align: center; margin: 18px auto 22px; max-width: 720px; }
.idc-stack-h .eyebrow { display: inline-block; }
.idc-stack-h h3 { font-size: 24px; font-weight: 800; color: #0b1020; margin: 8px 0 6px; letter-spacing: -.01em; }
.idc-stack-h p { color: #64748b; font-size: 14.5px; margin: 0; }
.idc-stack-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
@media (max-width: 992px) { .idc-stack-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 480px) { .idc-stack-grid { grid-template-columns: repeat(2, 1fr); } }
.ts {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  padding: 18px 10px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ts:hover {
  transform: translateY(-3px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 30px -20px rgba(15,23,42,.2);
}
.ts svg { width: 36px; height: 36px; }
.ts span { font-size: 12.5px; color: #334155; font-weight: 600; }

/* ================== WHY US ================== */
.idc-why { background: linear-gradient(180deg,#f8fafc,#fff); }
.idc-why .item {
  display: flex; gap: 16px; padding: 22px;
  background: #fff; border-radius: 16px; border: 1px solid #eef2f7;
  box-shadow: 0 20px 50px -40px rgba(15,23,42,.2);
}
.idc-why .item .num {
  flex: none; width: 44px; height: 44px;
  background: linear-gradient(135deg,#eff6ff,#fae8ff);
  color: #1d4ed8; border-radius: 12px; display: grid; place-items: center;
  font-weight: 800;
}
.idc-why .item h4 { margin: 0 0 6px; font-weight: 700; color: #0b1020; }
.idc-why .item p { margin: 0; color: #64748b; font-size: 14.5px; line-height: 1.55; }

/* ================== LOGO CLOUD ================== */
.idc-logos { padding: 50px 0; border-top: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; background: #fafbfc; }
.idc-logos .row-l { display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; align-items: center; opacity: .85; }
.idc-logos img { height: 28px; filter: grayscale(100%); opacity: .65; transition: filter .2s, opacity .2s; }
.idc-logos img:hover { filter: none; opacity: 1; }

/* ================== TESTIMONIAL ================== */
.idc-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .idc-testi-grid { grid-template-columns: 1fr; } }
.idc-testi {
  background: #fff; border-radius: 18px; padding: 28px;
  border: 1px solid #eef2f7;
  box-shadow: 0 20px 50px -40px rgba(15,23,42,.2);
}
.idc-testi .stars { color: #f59e0b; letter-spacing: 2px; font-size: 16px; }
.idc-testi p.q { color: #334155; font-size: 15.5px; line-height: 1.7; margin: 14px 0 18px; }
.idc-testi .who { display: flex; align-items: center; gap: 12px; }
.idc-testi .who .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg,#dbeafe,#fae8ff);
  display: grid; place-items: center; font-weight: 800; color: #1d4ed8;
}
.idc-testi .who .nm { font-weight: 700; color: #0b1020; }
.idc-testi .who .pos { color: #64748b; font-size: 13px; }

/* ================== CTA BANNER ================== */
.idc-cta-banner {
  margin: 80px 0 0;
  padding: 72px 50px;
  border-radius: 28px;
  background:
    radial-gradient(700px 280px at 90% 0%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(600px 280px at 0% 100%, rgba(6,182,212,.35), transparent 60%),
    linear-gradient(135deg, #0b1020 0%, #1e1b4b 100%);
  color: #fff; text-align: center;
  box-shadow: 0 50px 120px -40px rgba(15,23,42,.45);
  position: relative; overflow: hidden;
}
.idc-cta-banner h2 {
  font-size: clamp(28px, 3.6vw, 40px); font-weight: 800;
  letter-spacing: -.02em; margin: 0 0 14px; color: #fff !important;
}
.idc-cta-banner p { color: #cbd5e1 !important; font-size: 17px; margin: 0 0 28px; }
.idc-cta-banner, .idc-cta-banner * { color: #fff; }
.idc-cta-banner h1, .idc-cta-banner h2, .idc-cta-banner h3, .idc-cta-banner h4, .idc-cta-banner h5, .idc-cta-banner h6, .idc-cta-banner b, .idc-cta-banner strong { color: #fff !important; }
.idc-cta-banner p, .idc-cta-banner span, .idc-cta-banner li, .idc-cta-banner small { color: #e2e8f0 !important; }
.idc-cta-banner a:not(.idc-btn):not(.idc-btn-primary):not(.idc-btn-ghost) { color: #93c5fd !important; }
.idc-cta-banner .idc-btn-primary { box-shadow: 0 18px 40px -10px rgba(37,99,235,.6); color:#fff !important; }
.idc-cta-banner .idc-btn-ghost { background: rgba(255,255,255,.08); color: #fff !important; border-color: rgba(255,255,255,.18); }
.idc-cta-banner .idc-btn-ghost:hover { background: rgba(255,255,255,.14); color:#fff !important; }

/* ================== FOOTER tweaks for white theme ================== */
body.idc-theme footer { background: #0b1020 !important; color: #cbd5e1; }

/* ================== Retina sharpening ================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.idc-theme { letter-spacing: -.005em; }
  .idc-card-float { border-width: .5px; }
  .idc-price, .idc-feat, .idc-testi { border-width: .5px; }
}

/* SPA transition fade slightly more elegant for home */
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: .32s;
  animation-timing-function: cubic-bezier(.2,.8,.2,1);
}

/* ============== Additions for Saung copy IDC home ============== */

/* HERO addons */
.idc-hero { padding: 130px 0 90px; }
.idc-hero h1 { margin-top: 14px; }
.idc-hero-feats {
  list-style: none; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 22px; margin: 26px 0 22px; max-width: 640px;
}
.idc-hero-feats li {
  display: flex; align-items: center; gap: 10px;
  color: #1e293b; font-weight: 500; font-size: 15px;
}
.idc-hero-feats li svg { width: 18px; height: 18px; color: #16a34a; flex: none; }
.idc-hero #defaultCountdown { margin: 8px 0 18px; }
.idc-hero-note { display: block; margin-top: 14px; color: #64748b; font-size: 13px; }
.idc-hero-visual {
  position: relative; padding: 14px;
}
.idc-hero-visual::before {
  content: ""; position: absolute; inset: -10% -8% -10% -8%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(99,102,241,.25), transparent 60%);
  filter: blur(40px); z-index: 0;
}
.idc-hero-visual img { position: relative; z-index: 1; }

/* SOFT section bg */
.idc-sec-soft { background: #f8fafc; }

/* Section h grad text */
.idc-sec .sec-h h2 .grad,
.idc-cta-banner h2 .grad {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #06b6d4 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* PRICING TOGGLE */
.idc-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin: 0 0 36px;
  font-weight: 600; color: #475569;
}
.idc-toggle .lbl-1, .idc-toggle .lbl-2 { font-size: 14px; color: #0b1020; }
.idc-toggle .sw {
  position: relative; display: inline-block; width: 56px; height: 30px;
}
.idc-toggle .sw input { display: none; }
.idc-toggle .slider {
  position: absolute; cursor: pointer; inset: 0;
  background: #e2e8f0; border-radius: 999px;
  transition: background .2s ease;
}
.idc-toggle .slider::before {
  content: ""; position: absolute;
  width: 22px; height: 22px; left: 4px; top: 4px;
  background: #fff; border-radius: 50%;
  transition: transform .25s ease;
  box-shadow: 0 4px 10px -2px rgba(15,23,42,.25);
}
.idc-toggle input:checked + .slider { background: linear-gradient(135deg,#2563eb,#1d4ed8); }
.idc-toggle input:checked + .slider::before { transform: translateX(26px); }

/* Pricing 4-column variant */
.idc-pricing-grid.four { grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1200px) { .idc-pricing-grid.four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px)  { .idc-pricing-grid.four { grid-template-columns: 1fr; } }

.idc-price .price-old { color: #94a3b8; font-size: 13px; margin-top: -2px; }
.idc-price .price-old s { color: #94a3b8; }
.idc-price.featured .price-old, .idc-price.featured .price-old s { color: #94a3b8; }
.idc-price .pay-note { text-align: center; color: #94a3b8; font-size: 12px; margin-top: 10px; }
.idc-price.featured .pay-note { color: #94a3b8; }

/* Features 6-col variant — visually still 3 cols on desktop, 2 on tablet, 1 mobile */
.idc-feat-grid.six { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 992px) { .idc-feat-grid.six { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .idc-feat-grid.six { grid-template-columns: 1fr; } }

/* STEPS timeline (idc-style) */
.idc-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  position: relative;
}
.idc-steps::before {
  content: ""; position: absolute; left: 4%; right: 4%; top: 36px; height: 2px;
  background: repeating-linear-gradient(90deg, #cbd5e1 0 8px, transparent 8px 16px);
  z-index: 0;
}
.idc-steps .step {
  position: relative; z-index: 1;
  padding: 28px 22px; background: #fff;
  border: 1px solid #eef2f7; border-radius: 18px;
  box-shadow: 0 20px 50px -40px rgba(15,23,42,.2);
}
.idc-steps .step-num {
  display: inline-grid; place-items: center;
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg,#2563eb,#7c3aed);
  color: #fff; font-weight: 800; font-size: 18px;
  letter-spacing: -.02em; margin-bottom: 16px;
  box-shadow: 0 14px 30px -12px rgba(37,99,235,.55);
}
.idc-steps .step h4 { margin: 0 0 8px; font-weight: 700; color: #0b1020; font-size: 18px; }
.idc-steps .step p { margin: 0; color: #64748b; font-size: 14.5px; line-height: 1.6; }
@media (max-width: 992px) { .idc-steps { grid-template-columns: repeat(2, 1fr); } .idc-steps::before { display: none; } }
@media (max-width: 540px) { .idc-steps { grid-template-columns: 1fr; } }

/* FAQ accordion */
.idc-faq { max-width: 920px; margin: 0 auto; display: grid; gap: 14px; }
.idc-faq details {
  background: #fff; border: 1px solid #eef2f7; border-radius: 16px;
  padding: 4px 22px;
  box-shadow: 0 10px 30px -25px rgba(15,23,42,.18);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.idc-faq details[open] { border-color: #c7d2fe; box-shadow: 0 22px 50px -30px rgba(15,23,42,.18); }
.idc-faq summary {
  list-style: none; cursor: pointer; padding: 18px 36px 18px 0;
  font-weight: 700; color: #0b1020; font-size: 16.5px; position: relative;
}
.idc-faq summary::-webkit-details-marker { display: none; }
.idc-faq summary::after {
  content: ""; position: absolute; right: 0; top: 50%;
  width: 14px; height: 14px;
  border-right: 2px solid #2563eb; border-bottom: 2px solid #2563eb;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .25s ease;
}
.idc-faq details[open] summary::after { transform: translateY(-25%) rotate(-135deg); }
.idc-faq .ans { padding: 0 0 18px; color: #475569; font-size: 14.5px; line-height: 1.7; }
.idc-faq .ans p { margin: 0 0 10px; }
.idc-faq .ans ol { padding-left: 18px; margin: 6px 0 10px; }
.idc-faq .ans a { color: #2563eb; }

/* Money-back CTA banner customization */
.idc-cta-money { padding: 50px 40px; text-align: left; margin-top: 32px; }
.idc-cta-money h2 { font-size: clamp(28px, 3.4vw, 38px); margin: 0; }
.idc-cta-money .grad-light {
  background: linear-gradient(135deg, #93c5fd 0%, #c4b5fd 50%, #67e8f9 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.idc-cta-money p { color: #cbd5e1; }
.idc-cta-money .cta-note { font-size: 12px; color: #94a3b8; margin-top: 14px; }
.idc-cta-money img { max-height: 220px; }

/* World map sizing tweak */
body.idc-theme .de-map-hotspot {
  background: #fff; border-radius: 22px; padding: 30px;
  border: 1px solid #eef2f7;
  box-shadow: 0 30px 60px -40px rgba(15,23,42,.18);
}
body.idc-theme .de-map-hotspot .de-spot span { color: #1d4ed8; font-weight: 700; }

/* Logo strip uses partner images: keep them visible (no grayscale) */
.idc-logos img { filter: none; opacity: .9; max-height: 38px; }
.idc-logos img:hover { opacity: 1; }

/* Tighten content top padding when on home (#content has top padding from page CSS) */
body.home-idc #content { padding-top: 0 !important; }
