:root{
  --bg:#0b1020;
  --bg-2:#111b30;
  --bg-3:#0c1325;
  --text:#f8fafc;
  --muted:#b5c2d3;
  --muted-2:#8fa2bb;
  --line:rgba(148,163,184,.18);
  --card:rgba(255,255,255,.06);
  --card-strong:rgba(255,255,255,.1);
  --accent:#2563eb;
  --accent-2:#38bdf8;
  --accent-3:#14b8a6;
  --shadow:0 24px 60px rgba(2,6,23,.45);
  --radius:20px;
  --font-display:"Sora", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --font-body:"Sora", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
:root.theme-light{
  --bg:#f5f7fb;
  --bg-2:#e9eef6;
  --bg-3:#ffffff;
  --text:#0f172a;
  --muted:#4b5a73;
  --muted-2:#6b7a93;
  --line:rgba(15,23,42,.12);
  --card:rgba(255,255,255,.92);
  --card-strong:rgba(255,255,255,.98);
  --shadow:0 18px 45px rgba(15,23,42,.12);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:
    radial-gradient(900px 600px at 15% -10%, rgba(56,189,248,.2), transparent 60%),
    radial-gradient(900px 600px at 90% 5%, rgba(37,99,235,.18), transparent 60%),
    radial-gradient(700px 500px at 50% 110%, rgba(20,184,166,.14), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}
.theme-light body{
  background:
    radial-gradient(900px 600px at 10% -10%, rgba(59,130,246,.12), transparent 60%),
    radial-gradient(900px 600px at 90% 0%, rgba(14,165,164,.12), transparent 60%),
    radial-gradient(700px 500px at 50% 110%, rgba(234,179,8,.08), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

.wrap{
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:26px 24px 80px;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:20px;
  background:rgba(15,23,42,.88);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
  position:sticky;
  top:16px;
  z-index:20;
  width:100%;
  max-width:100%;
}
.theme-light .nav{
  background:rgba(255,255,255,.92);
  border-color:rgba(148,163,184,.35);
  box-shadow:0 22px 48px rgba(15,23,42,.12);
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  font-weight:700;
  letter-spacing:.3px;
}
.brand-badge{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid; place-items:center;
  background:linear-gradient(135deg, rgba(37,99,235,.18), rgba(59,130,246,.08));
  border:1px solid rgba(37,99,235,.28);
  color:#1d4ed8;
  font-weight:800;
  letter-spacing:.3px;
}
.theme-light .brand-badge{
  border-color:rgba(37,99,235,.28);
  background:linear-gradient(135deg, rgba(37,99,235,.18), rgba(59,130,246,.08));
}
.brand-badge.brand-logo{
  width:auto;
  height:clamp(38px, 4.4vw, 46px);
  padding:4px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(37,99,235,.24);
  box-shadow:0 10px 22px rgba(15,23,42,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}
.brand-badge.brand-logo img{
  height:clamp(24px, 3.1vw, 32px);
  width:auto;
  max-width:clamp(112px, 16vw, 170px);
  object-fit:contain;
  display:block;
}
.theme-light .brand-badge.brand-logo{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(37,99,235,.24);
  box-shadow:0 10px 22px rgba(15,23,42,.12);
}
.theme-dark .brand-badge.brand-logo{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(148,163,184,.34);
  box-shadow:0 10px 24px rgba(2,6,23,.38);
}
.brand span{ font-size:15px; }
.nav-links{
  display:flex; align-items:center; gap:18px; font-size:13.5px; color:var(--muted);
}
.nav-links a:hover{ color:var(--text); }
.nav-actions{ display:flex; align-items:center; gap:10px; }
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px; padding:10px 16px; border-radius:999px;
  border:1px solid var(--line); background:rgba(255,255,255,.04);
  color:var(--text); font-size:13.5px; cursor:pointer;
  transition:all .2s ease;
}
.btn:hover{ border-color:rgba(255,255,255,.35); transform:translateY(-1px); }
.btn.primary{
  background:linear-gradient(135deg, var(--accent), #3b82f6);
  color:#ffffff; border-color:transparent; font-weight:700;
}
.btn.secondary{
  background:linear-gradient(135deg, rgba(34,211,238,.2), rgba(34,211,238,.05));
}
.theme-light .btn{
  background:rgba(15,23,42,.04);
  border-color:rgba(15,23,42,.12);
  color:var(--text);
}
.theme-light .btn:hover{
  border-color:rgba(15,23,42,.22);
}
.theme-light .btn.primary{
  color:#ffffff;
}
.btn.whatsapp{
  background:linear-gradient(135deg, #16a34a, #22c55e);
  border-color:transparent;
  color:#ffffff;
  font-weight:700;
  box-shadow:0 12px 24px rgba(22,163,74,.26);
}
.btn.whatsapp:hover{
  background:linear-gradient(135deg, #15803d, #16a34a);
  border-color:transparent;
  color:#ffffff;
}
.theme-light .btn.whatsapp{
  color:#ffffff;
}
.btn.primary.gold-cta{
  background:linear-gradient(135deg, #d4af37, #f5d37a);
  border-color:rgba(212,175,55,.68);
  color:#1f2937;
  box-shadow:0 14px 28px rgba(212,175,55,.28);
}
.btn.primary.gold-cta:hover{
  background:linear-gradient(135deg, #c89d20, #eecb63);
  border-color:rgba(184,134,11,.72);
  color:#111827;
}
.theme-light .btn.primary.gold-cta{
  color:#1f2937;
}
.nav .btn{
  box-sizing:border-box;
  height:40px;
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0;
  vertical-align:middle;
  -webkit-appearance:none;
  appearance:none;
  border-radius:14px;
  padding:0 16px;
  font-size:13.5px;
  line-height:1;
  background:rgba(15,23,42,.7);
  border-color:rgba(148,163,184,.22);
  color:var(--text);
  box-shadow:none;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.nav .btn:hover{
  background:rgba(15,23,42,.85);
  border-color:rgba(148,163,184,.35);
  transform:translateY(-1px);
}
.nav .btn.primary{
  background:linear-gradient(135deg, #2563eb, #3b82f6);
  border-color:transparent;
  color:#ffffff;
  box-shadow:0 14px 26px rgba(37,99,235,.22);
}
.nav .btn.primary:hover{
  background:linear-gradient(135deg, #1d4ed8, #2563eb);
}
.nav .btn.primary.gold-cta{
  background:linear-gradient(135deg, #d4af37, #f5d37a);
  border-color:rgba(212,175,55,.68);
  color:#1f2937;
  box-shadow:0 14px 28px rgba(212,175,55,.28);
}
.nav .btn.primary.gold-cta:hover{
  background:linear-gradient(135deg, #c89d20, #eecb63);
  border-color:rgba(184,134,11,.72);
  color:#111827;
}
.nav .btn.secondary{
  background:rgba(148,163,184,.08);
  border-color:rgba(148,163,184,.28);
  color:var(--text);
}
.nav .btn.secondary:hover{
  background:rgba(148,163,184,.16);
}
.theme-light .nav .btn{
  background:rgba(255,255,255,.85);
  border-color:rgba(148,163,184,.35);
  color:var(--text);
}
.theme-light .nav .btn:hover{
  background:#e8eef6;
  border-color:rgba(148,163,184,.5);
}
.theme-light .nav .btn.secondary{
  background:#f1f5f9;
  border-color:#d5dde9;
  color:#334155;
}
.theme-light .nav .btn.secondary:hover{
  background:#e8eef6;
}
.theme-light .nav .btn.primary.gold-cta{
  color:#1f2937;
}
.theme-toggle{
  gap:6px;
  padding:10px 12px;
}
.nav .theme-toggle{
  padding:0 16px;
  height:40px;
  min-height:40px;
}
.theme-icon{
  width:16px; height:16px;
  display:grid; place-items:center;
}
.theme-icon svg{ width:16px; height:16px; }
.theme-icon.icon-moon{ display:none; }
.theme-dark .theme-icon.icon-moon{ display:grid; }
.theme-dark .theme-icon.icon-sun{ display:none; }
.theme-label{ font-weight:600; font-size:12.5px; }
.theme-light .theme-label{ color:#1f2a44; }
.nav .btn.nav-toggle{
  display:none;
  padding:10px 16px;
  min-width:auto;
  height:auto;
  margin-left:auto;
}

.hero{
  display:grid; grid-template-columns:1.1fr .9fr; gap:42px; align-items:center;
  padding:48px 10px 24px;
}
.hero h1{
  font-family:var(--font-display);
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.08;
  margin:0 0 18px;
  letter-spacing:.02em;
  font-weight:700;
}
.hero p{ color:var(--muted); font-size:17px; line-height:1.7; margin:0 0 14px; }
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(212,175,55,.5);
  background: linear-gradient(135deg, rgba(212,175,55,.25), rgba(255,222,128,.12));
  color:#f5d37a;
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.theme-light .hero-kicker{
  background: linear-gradient(135deg, rgba(255,226,156,.9), rgba(255,245,216,.9));
  border-color: rgba(184,134,11,.4);
  color:#8b6b12;
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
}
.hero-lead{
  color:var(--text);
  font-weight:600;
  font-size:18.5px;
  margin-bottom:10px;
  max-width: 60ch;
}
.hero-sub{
  color:var(--muted);
  font-size:15.5px;
  margin-bottom:18px;
  max-width: none;
  width: 100%;
}
.hero-sub-mobile{
  display:none;
}
.hero-cta{ display:flex; gap:14px; flex-wrap:wrap; }
.hero-note{
  color:var(--muted-2);
  font-size:12.5px;
  margin:14px 0 18px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  width:fit-content;
}
.hero-highlights{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin: 20px 0 12px;
}
.hero-cardlet{
  display:flex;
  gap:10px;
  align-items:center;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: 0 14px 30px rgba(2,6,23,.18);
  backdrop-filter: blur(10px);
}
.hero-icon{
  width:36px;
  height:36px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, rgba(255,122,69,.2), rgba(34,211,238,.22));
  border:1px solid rgba(255,255,255,.2);
  color: var(--text);
  flex:0 0 auto;
}
.hero-icon svg{
  width:18px;
  height:18px;
}
.hero-cardlet-text{
  display:grid;
  gap:4px;
}
.hero-cardlet-text strong{
  font-size:13.5px;
  color:var(--text);
  letter-spacing:.2px;
}
.hero-cardlet-text span{
  font-size:12px;
  color:var(--muted);
}
.theme-light .hero-note{
  background: rgba(255,255,255,.95);
  border-color: rgba(15,23,42,.12);
  box-shadow: 0 10px 22px rgba(15,23,42,.08);
}
.theme-light .hero-cardlet{
  background: rgba(255,255,255,.98);
  border-color: rgba(15,23,42,.1);
  box-shadow: 0 14px 26px rgba(15,23,42,.1);
}
.theme-light .hero-icon{
  background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(59,130,246,.14));
  border-color: rgba(37,99,235,.22);
  color: #1d4ed8;
}
@media (max-width: 1024px){
  .hero-highlights{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px){
  .hero-highlights{ grid-template-columns:1fr; }
  .hero-note{ width:100%; }
}
.hero-card{
  border:1px solid var(--line); border-radius:var(--radius); padding:18px;
  background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
  position:relative; overflow:hidden;
}
.hero-card::before{
  content:""; position:absolute; inset:-30% auto auto -20%; width:260px; height:260px;
  background:radial-gradient(circle, rgba(255,122,69,.25), transparent 65%);
  opacity:.9;
}
.hero-card::after{
  content:""; position:absolute; inset:auto -30% -40% auto; width:280px; height:280px;
  background:radial-gradient(circle, rgba(34,211,238,.2), transparent 65%);
  opacity:.9;
}
.hero-card .panel{
  background:rgba(7,12,24,.7); border:1px solid rgba(255,255,255,.08);
  border-radius:16px; padding:14px; margin-bottom:12px;
}
.theme-light .hero-card{
  background:linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,255,255,.75));
}
.theme-light .hero-card .panel{
  background:rgba(255,255,255,.92);
  border-color:rgba(15,23,42,.08);
}
.hero-card h3{ margin:0 0 8px; font-size:14px; color:var(--muted); letter-spacing:.4px; text-transform:uppercase; }
.hero-list{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.hero-list li{ display:flex; gap:10px; align-items:flex-start; color:var(--text); font-size:13.5px; }
.hero-dot{
  width:10px;
  height:10px;
  min-width:10px;
  min-height:10px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--accent-2), var(--accent-3));
  margin-top:5px;
  flex:0 0 auto;
}

.section{
  margin-top:64px; padding:0 10px;
}
section[id]{
  scroll-margin-top: 108px;
}
.section h2{
  font-family:var(--font-display);
  font-size:clamp(28px, 3.6vw, 36px);
  margin:0 0 12px;
  letter-spacing:.01em;
}
.section p.lead{ color:var(--muted); margin:0 0 28px; font-size:16px; }

.stats{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:16px;
}
.stat{
  border:1px solid var(--line); border-radius:16px; padding:16px; background:var(--card);
}
.stat h3{ margin:0 0 6px; font-size:24px; }
.stat p{ margin:0; color:var(--muted); font-size:13px; }

.feature-strip{
  margin-top:24px;
}
.strip-shell{
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
  background:var(--card);
  box-shadow:none;
}
.strip-grid{
  display:flex;
  --strip-item-basis: calc((100% - 70px) / 8);
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:4px;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  cursor:grab;
  user-select:none;
}
.strip-grid::-webkit-scrollbar{ display:none; }
.strip-item{
  border:1px solid var(--line);
  background:rgba(255,255,255,.02);
  border-radius:12px;
  padding:12px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-align:center;
  min-height:96px;
  position:relative;
  overflow:visible;
  transition:border-color .2s ease, background .2s ease;
  flex:0 0 var(--strip-item-basis);
  scroll-snap-align:start;
}
.strip-grid.is-dragging{
  cursor:grabbing;
}
.strip-grid.is-dragging .strip-item{
  pointer-events:none;
}
.strip-info{
  position:absolute;
  top:8px;
  right:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3;
  opacity:.72;
  transition:opacity .15s ease;
}
.strip-item:hover .strip-info,
.strip-info:focus-within{
  opacity:1;
}
.strip-info-btn{
  width:20px;
  height:20px;
  border-radius:999px;
  border:1px solid var(--line);
  background:transparent;
  color:var(--muted-2);
  font-size:11px;
  font-weight:700;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  padding:0;
}
.strip-tooltip{
  position:absolute;
  top:calc(100% + 8px);
  left:50%;
  right:auto;
  min-width:190px;
  max-width:min(240px, calc(100vw - 28px));
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--line);
  background:var(--card);
  color:var(--text);
  font-size:12px;
  line-height:1.45;
  box-shadow:none;
  opacity:0;
  transform:translate3d(calc(-50% + var(--tip-shift, 0px)), 6px, 0) scale(.98);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
  white-space:normal;
  word-break:break-word;
  z-index:4;
}
.strip-tooltip::before{
  content:"";
  position:absolute;
  top:-6px;
  left:50%;
  width:10px;
  height:10px;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
  background:inherit;
  transform:translateX(-50%) rotate(45deg);
}
.strip-info:hover .strip-tooltip,
.strip-info:focus-within .strip-tooltip,
.strip-info.is-open .strip-tooltip{
  opacity:1;
  transform:translate3d(calc(-50% + var(--tip-shift, 0px)), 0, 0) scale(1);
  pointer-events:auto;
}
.strip-item::after{
  content:none;
}
.strip-icon{
  width:36px; height:36px;
  border-radius:10px;
  display:grid; place-items:center;
  background:transparent;
  border:1px solid var(--line);
  color:var(--text);
  box-shadow:none;
}
.strip-icon svg{ width:18px; height:18px; }
.strip-item p{
  margin:0;
  font-size:12px;
  font-weight:600;
  color:var(--text);
  letter-spacing:0;
}
.strip-item:hover{
  transform:none;
  border-color:rgba(255,255,255,.24);
  box-shadow:none;
  background:rgba(255,255,255,.04);
}
.theme-light .strip-shell{
  background:#ffffff;
  box-shadow:none;
}
.theme-light .strip-item{
  background:#ffffff;
  border-color:rgba(15,23,42,.12);
  box-shadow:none;
}
.theme-light .strip-item:hover{
  border-color:rgba(15,23,42,.2);
  box-shadow:none;
  background:#f8fafc;
}
.theme-light .strip-icon{
  color:#0f172a;
  border-color:rgba(15,23,42,.12);
  box-shadow:none;
}
.theme-light .strip-info-btn{
  background:transparent;
  border-color:rgba(15,23,42,.18);
  color:#64748b;
}
.theme-light .strip-tooltip{
  background:#ffffff;
  color:#0f172a;
  border-color:rgba(15,23,42,.12);
  box-shadow:0 10px 20px rgba(15,23,42,.08);
}

.feature-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px;
}
.feature-card{
  border:1px solid var(--line); border-radius:16px; padding:18px; background:var(--card);
  min-height:180px;
}
.feature-card h3{ margin:0 0 10px; font-size:18px; }
.feature-card p{ margin:0; color:var(--muted); font-size:14px; line-height:1.6; }

.steps{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px;
}
.step{
  border:1px solid var(--line); border-radius:16px; padding:16px; background:var(--card);
}
.step span{ font-size:12px; color:var(--muted-2); text-transform:uppercase; letter-spacing:.6px; }
.step h4{ margin:6px 0 8px; font-size:16px; }
.step p{ margin:0; color:var(--muted); font-size:13.5px; line-height:1.6; }

.pricing{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:16px;
}
@media (max-width: 1400px){
  .pricing{ grid-template-columns:repeat(3, 1fr); }
}
.price-card{
  border:1px solid var(--line); border-radius:18px; padding:18px; background:var(--card);
  display:flex; flex-direction:column; gap:12px;
}
.price-card h3{ margin:0; font-size:18px; }
.price-card .limit{ font-size:28px; font-weight:700; }
.price-suffix{
  font-size:12px;
  font-weight:600;
  color:var(--muted-2);
  margin-left:6px;
}
.price-card ul{ margin:0; padding-left:16px; color:var(--muted); font-size:13px; line-height:1.6; }
.price-card .btn{ margin-top:auto; }
.price-badge{ font-size:12px; color:#1b120c; background:var(--accent-3); padding:4px 10px; border-radius:999px; width:max-content; }

#paket.pricing-section{
  margin-top:72px;
  padding:34px 28px 32px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(180deg, rgba(2,6,23,.9), rgba(2,6,23,.78)),
    radial-gradient(640px 280px at 100% 0%, rgba(37,99,235,.22), transparent 65%),
    radial-gradient(640px 280px at 0% 100%, rgba(20,184,166,.2), transparent 65%);
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.theme-light #paket.pricing-section{
  border-color:rgba(15,23,42,.12);
  background:
    linear-gradient(180deg, rgba(248,250,252,.95), rgba(241,245,249,.95)),
    radial-gradient(700px 320px at 100% 0%, rgba(59,130,246,.18), transparent 62%),
    radial-gradient(700px 320px at 0% 100%, rgba(45,212,191,.16), transparent 62%);
  box-shadow:0 22px 48px rgba(15,23,42,.12);
}
#paket .pricing-ornament{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
#paket .pricing-glow{
  position:absolute;
  width:36%;
  aspect-ratio:1 / 1;
  border-radius:999px;
  filter:blur(90px);
}
#paket .pricing-glow-a{
  top:-14%;
  right:-8%;
  background:rgba(37,99,235,.24);
}
#paket .pricing-glow-b{
  left:-8%;
  bottom:-18%;
  background:rgba(20,184,166,.22);
}
#paket .pricing-head{
  position:relative;
  z-index:1;
  text-align:center;
  margin:0 auto 26px;
  max-width:740px;
}
#paket .pricing-head .section-kicker{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.16);
  color:rgba(226,232,240,.9);
}
.theme-light #paket .pricing-head .section-kicker{
  background:rgba(255,255,255,.85);
  border-color:rgba(15,23,42,.12);
  color:#475569;
}
#paket .pricing-head h2{
  margin-bottom:10px;
}
#paket .pricing-head .lead{
  margin:0;
}
#paket .billing-switch-wrap{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
#paket .billing-switch{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:0;
  padding:4px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(8px);
}
.theme-light #paket .billing-switch{
  border-color:rgba(148,163,184,.38);
  background:rgba(255,255,255,.8);
}
#paket .billing-btn{
  position:relative;
  z-index:1;
  min-width:108px;
  padding:9px 14px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(226,232,240,.74);
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:color .2s ease;
}
.theme-light #paket .billing-btn{
  color:#64748b;
}
#paket .billing-btn:hover{
  color:#e2e8f0;
}
.theme-light #paket .billing-btn:hover{
  color:#0f172a;
}
#paket .billing-btn.is-active{
  color:#ffffff;
}
.theme-light #paket .billing-btn.is-active{
  color:#0f172a;
}
#paket .billing-indicator{
  position:absolute;
  top:4px;
  left:4px;
  width:calc(50% - 4px);
  height:calc(100% - 8px);
  border-radius:999px;
  background:linear-gradient(90deg, #2563eb, #14b8a6);
  box-shadow:0 10px 22px rgba(37,99,235,.35);
  transition:transform .3s ease;
  pointer-events:none;
}
#paket[data-billing-cycle="monthly"] .billing-indicator{
  transform:translateX(100%);
}
#paket .pricing{
  position:relative;
  z-index:1;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
}
#paket .price-card{
  position:relative;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.15);
  background:linear-gradient(180deg, rgba(15,23,42,.75), rgba(15,23,42,.6));
  box-shadow:0 18px 34px rgba(0,0,0,.3);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  padding:22px;
  gap:12px;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.theme-light #paket .price-card{
  border-color:rgba(148,163,184,.28);
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,250,252,.9));
  box-shadow:0 18px 36px rgba(15,23,42,.1);
}
#paket .price-card:hover{
  transform:translateY(-3px);
  border-color:rgba(56,189,248,.62);
  box-shadow:0 24px 42px rgba(0,0,0,.35);
}
.theme-light #paket .price-card:hover{
  box-shadow:0 22px 40px rgba(15,23,42,.16);
}
#paket .price-card h3{
  font-size:24px;
}
#paket .price-card .limit{
  font-size:38px;
  line-height:1;
}
#paket .price-note{
  margin:0;
  font-size:12px;
  color:rgba(148,163,184,.92);
}
.theme-light #paket .price-note{
  color:#64748b;
}
#paket .price-suffix{
  font-size:16px;
  margin-left:4px;
}
#paket .price-badge{
  color:#eff6ff;
  border:1px solid rgba(59,130,246,.44);
  background:linear-gradient(135deg, rgba(37,99,235,.75), rgba(20,184,166,.75));
  font-weight:700;
  letter-spacing:.02em;
}
#paket .price-features{
  list-style:none;
  margin:2px 0 0;
  padding:0;
  display:grid;
  gap:10px;
}
#paket .price-features li{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(226,232,240,.9);
  font-size:14px;
  line-height:1.4;
}
.theme-light #paket .price-features li{
  color:#334155;
}
#paket .plan-detail{
  display:grid;
  gap:10px;
}
#paket .plan-meta-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px;
}
#paket .plan-meta-chip{
  border:1px solid rgba(56,189,248,.24);
  border-radius:10px;
  padding:8px 10px;
  background:rgba(15,23,42,.28);
  display:grid;
  gap:2px;
}
.theme-light #paket .plan-meta-chip{
  border-color:rgba(59,130,246,.22);
  background:rgba(59,130,246,.06);
}
#paket .plan-meta-chip span{
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(148,163,184,.9);
}
.theme-light #paket .plan-meta-chip span{
  color:#64748b;
}
#paket .plan-meta-chip strong{
  font-size:12.5px;
  font-weight:700;
  color:#e2e8f0;
}
.theme-light #paket .plan-meta-chip strong{
  color:#0f172a;
}
#paket .plan-feature-group{
  border:1px solid rgba(148,163,184,.2);
  border-radius:12px;
  padding:10px;
  background:rgba(2,6,23,.2);
}
.theme-light #paket .plan-feature-group{
  border-color:rgba(148,163,184,.22);
  background:rgba(255,255,255,.62);
}
#paket .plan-feature-title{
  margin:0 0 8px;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(148,163,184,.95);
}
.theme-light #paket .plan-feature-title{
  color:#475569;
}
#paket .plan-feature-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:6px;
}
#paket .plan-feature-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:5px 0;
  border-bottom:1px dashed rgba(148,163,184,.2);
}
#paket .plan-feature-list li:last-child{
  border-bottom:0;
}
#paket .plan-feature-label{
  font-size:12.5px;
  color:rgba(226,232,240,.92);
}
.theme-light #paket .plan-feature-label{
  color:#1e293b;
}
#paket .plan-status-chip{
  min-width:32px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  border:1px solid transparent;
}
#paket .plan-feature-list li.is-yes .plan-status-chip{
  color:#d1fae5;
  background:rgba(16,185,129,.18);
  border-color:rgba(16,185,129,.36);
}
.theme-light #paket .plan-feature-list li.is-yes .plan-status-chip{
  color:#065f46;
  background:rgba(16,185,129,.14);
  border-color:rgba(16,185,129,.28);
}
#paket .plan-feature-list li.is-no .plan-status-chip{
  color:#fecaca;
  background:rgba(239,68,68,.18);
  border-color:rgba(239,68,68,.34);
}
.theme-light #paket .plan-feature-list li.is-no .plan-status-chip{
  color:#991b1b;
  background:rgba(239,68,68,.14);
  border-color:rgba(239,68,68,.26);
}
#paket .price-check{
  width:18px;
  height:18px;
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:11px;
  font-weight:800;
  color:#fff;
  background:linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow:0 8px 16px rgba(37,99,235,.3);
  flex:0 0 auto;
}
#paket .price-card .btn{
  width:100%;
  justify-content:center;
  margin-top:auto;
  border-radius:10px;
  padding:10px 14px;
  font-weight:700;
}
#paket .price-card .btn.primary{
  background:rgba(37,99,235,.16);
  border:1px solid rgba(56,189,248,.36);
  color:#dbeafe;
}
.theme-light #paket .price-card .btn.primary{
  background:rgba(37,99,235,.08);
  border-color:rgba(59,130,246,.32);
  color:#1d4ed8;
}
#paket .price-card.is-popular{
  border-color:rgba(37,99,235,.82);
  box-shadow:0 24px 52px rgba(37,99,235,.24);
}
#paket .price-card.is-popular::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:22px;
  padding:1px;
  background:linear-gradient(120deg, rgba(96,165,250,.95), rgba(45,212,191,.95), rgba(96,165,250,.95));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
#paket .price-card.is-popular::after{
  content:"";
  position:absolute;
  width:58%;
  height:38%;
  right:-14%;
  top:-12%;
  background:radial-gradient(circle at center, rgba(59,130,246,.35), transparent 70%);
  filter:blur(18px);
  pointer-events:none;
}
#paket[data-billing-cycle="annual"] .price-card.is-popular{
  transform:translateY(-5px) scale(1.015);
}
#paket .price-card.is-popular .btn.primary{
  background:linear-gradient(90deg, #2563eb, #14b8a6);
  border-color:transparent;
  color:#fff;
}
#paket .popular-tag{
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  color:#fff;
  background:linear-gradient(90deg, #2563eb, #14b8a6);
  border-radius:999px;
  padding:5px 12px;
  white-space:nowrap;
  box-shadow:0 10px 20px rgba(37,99,235,.3);
}
#paket .popular-insight{
  margin:4px 0 2px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(56,189,248,.34);
  background:linear-gradient(135deg, rgba(37,99,235,.14), rgba(20,184,166,.1));
  display:grid;
  gap:3px;
}
.theme-light #paket .popular-insight{
  border-color:rgba(59,130,246,.28);
  background:linear-gradient(135deg, rgba(147,197,253,.28), rgba(94,234,212,.24));
}
#paket .popular-insight-label{
  font-size:10.5px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(186,230,253,.96);
}
.theme-light #paket .popular-insight-label{
  color:#1d4ed8;
}
#paket .popular-insight strong{
  font-size:14px;
  color:#dbeafe;
}
.theme-light #paket .popular-insight strong{
  color:#0f172a;
}
#paket .popular-proof{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
#paket .popular-proof span{
  display:inline-flex;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
  color:#bfdbfe;
  border:1px solid rgba(56,189,248,.28);
  background:rgba(37,99,235,.14);
}
.theme-light #paket .popular-proof span{
  color:#1e3a8a;
  border-color:rgba(59,130,246,.3);
  background:rgba(59,130,246,.12);
}
@media (max-width: 1200px){
  #paket .pricing{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px){
  #paket.pricing-section{
    padding:24px 18px 22px;
    border-radius:24px;
  }
  #paket .pricing-head{
    text-align:left;
    margin-bottom:20px;
  }
  #paket .billing-switch-wrap{
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:10px;
  }
  #paket .billing-btn{
    min-width:96px;
    padding:8px 12px;
  }
  #paket .pricing{
    grid-template-columns:1fr;
    gap:14px;
  }
  #paket .price-card{
    padding:18px;
  }
  #paket .price-card .limit{
    font-size:34px;
  }
  #paket .plan-meta-grid{
    grid-template-columns:1fr;
  }
}

.faq{
  display:grid; grid-template-columns:repeat(2,1fr); gap:16px;
}
.faq-item{
  border:1px solid var(--line); border-radius:16px; padding:16px; background:var(--card);
}
.faq-item h4{ margin:0 0 8px; }
.faq-item p{ margin:0; color:var(--muted); font-size:13.5px; line-height:1.6; }

.cta{
  margin-top:64px; padding:28px; border-radius:24px; border:1px solid var(--line);
  background:
    radial-gradient(460px 220px at 12% 8%, rgba(37,99,235,.26), transparent 68%),
    radial-gradient(420px 220px at 86% 0%, rgba(20,184,166,.22), transparent 68%),
    linear-gradient(135deg, rgba(10,17,34,.88), rgba(12,21,40,.76));
  box-shadow:0 20px 42px rgba(2,6,23,.3);
  display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;
}
.theme-light .cta{
  background:
    radial-gradient(460px 220px at 12% 8%, rgba(59,130,246,.2), transparent 68%),
    radial-gradient(420px 220px at 86% 0%, rgba(45,212,191,.18), transparent 68%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.95));
  box-shadow:0 20px 38px rgba(15,23,42,.1);
}
.cta h3{ margin:0; font-size:26px; font-family:var(--font-display); font-weight:700; }
.cta p{ margin:6px 0 0; color:var(--muted); font-size:14px; }

.testimonial-sec{
  margin-top:72px;
}
.testi-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.testi-actions{
  display:flex;
  gap:10px;
}
.testi-arrow{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.02);
  color:var(--text);
  display:grid;
  place-items:center;
  transition:all .2s ease;
}
.testi-arrow:hover{
  border-color:rgba(255,255,255,.35);
  transform:translateY(-1px);
}
.testi-arrow svg{ width:20px; height:20px; }
.testi-slider{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
  background:rgba(7,12,24,.38);
  position:relative;
  overflow:hidden;
}
.theme-light .testi-slider{
  border-color:rgba(15,23,42,.12);
  background:#ffffff;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.testi-summary{
  display:none;
}
.testi-summary-item{
  border:1px solid rgba(148,163,184,.22);
  border-radius:12px;
  padding:10px 12px;
  background:rgba(2,6,23,.22);
  display:grid;
  gap:2px;
}
.testi-summary-item strong{
  font-size:13.5px;
  letter-spacing:.01em;
  font-weight:700;
}
.testi-summary-item span{
  font-size:11.5px;
  color:var(--muted);
}
.theme-light .testi-summary-item{
  border-color:rgba(15,23,42,.12);
  background:#f8fafc;
}
.testi-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:6px;
  padding:4px 4px 12px;
  scrollbar-width:none;
  position:relative;
  z-index:1;
}
.testi-track::-webkit-scrollbar{ display:none; }
.testi-card{
  --card-accent: var(--accent-2);
  flex:0 0 clamp(320px, 34vw, 420px);
  border-radius:14px;
  border:1px solid rgba(148,163,184,.24);
  padding:22px 20px 18px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:stretch;
  gap:10px;
  background:rgba(9,14,27,.9);
  scroll-snap-align:start;
  min-height:280px;
  position:relative;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(2,6,23,.24);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.testi-card.color-1{
  --card-accent:#22d3ee;
}
.testi-card.color-2{
  --card-accent:#a3e635;
}
.testi-card.color-3{
  --card-accent:#fb923c;
}
.testi-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:var(--card-accent);
}
.testi-card:hover{
  transform:translateY(-2px);
  border-color:rgba(148,163,184,.4);
  box-shadow:0 12px 28px rgba(2,6,23,.32);
}
.theme-light .testi-card{
  border-color:rgba(15,23,42,.12);
  background:#ffffff;
  box-shadow:0 10px 26px rgba(15,23,42,.08);
}
.theme-dark .testi-card,
.theme-dark .testi-card.color-1,
.theme-dark .testi-card.color-2,
.theme-dark .testi-card.color-3{
  background:rgba(9,14,27,.9);
  border-color:rgba(148,163,184,.24);
  box-shadow:0 8px 24px rgba(2,6,23,.24);
}
.theme-dark .testi-name{
  color:#e8f0ff;
}
.theme-dark .testi-desc{
  color:#d1dbea;
}
.theme-dark .testi-list{
  color:#d8e1ef;
}
.theme-light .testi-icon{
  background:#f8fafc;
  color:#162039;
  border-color:rgba(15,23,42,.1);
}
.theme-light .testi-desc,
.theme-light .testi-list{
  color:var(--muted);
}
.testi-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.testi-kicker{
  display:inline-flex;
  align-items:center;
  padding:0;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--card-accent);
}
.theme-light .testi-kicker{
  color:var(--card-accent);
}
.testi-name{
  margin:0;
  font-size:21px;
  letter-spacing:.005em;
  font-family:var(--font-display);
  line-height:1.1;
}
.testi-icon{
  width:40px;
  height:40px;
  border-radius:10px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  background:#ffffff;
  color:#0f172a;
}
.testi-icon svg{ width:20px; height:20px; }
.testi-desc{
  margin:0;
  color:#d1dbea;
  font-size:13.5px;
  line-height:1.6;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.testi-list{
  list-style:none;
  padding:0;
  margin:8px 0 0;
  display:grid;
  gap:7px;
  color:#d8e1ef;
  font-size:12.8px;
}
.testi-list li{
  display:flex;
  gap:8px;
  align-items:flex-start;
  line-height:1.5;
}
.testi-list li:nth-child(n+3){
  display:none;
}
.testi-list li::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:2px;
  margin-top:6px;
  background:var(--card-accent);
  flex:0 0 auto;
}
.testi-meta{
  display:none;
}
.testi-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
  margin-top:14px;
}
.testi-dots{
  display:flex;
  gap:8px;
  align-items:center;
}
.testi-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(148,163,184,.35);
  border:1px solid rgba(148,163,184,.35);
  cursor:pointer;
  transition:all .2s ease;
}
.testi-dot.is-active{
  width:24px;
  background:var(--accent);
  border-color:transparent;
}
.theme-light .testi-dot{
  background:rgba(15,23,42,.16);
  border-color:rgba(15,23,42,.2);
}

.site-footer{
  margin-top:72px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(160deg, rgba(10,17,33,.92), rgba(11,20,38,.86));
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.theme-light .site-footer{
  background:linear-gradient(160deg, rgba(255,255,255,.95), rgba(255,255,255,.85));
  border-color:rgba(15,23,42,.12);
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 240px at 12% 18%, rgba(56,189,248,.2), transparent 65%),
    radial-gradient(520px 260px at 88% 10%, rgba(37,99,235,.24), transparent 65%);
  opacity:.9;
  pointer-events:none;
}
.footer-inner{
  position:relative;
  z-index:1;
  padding:32px 28px 26px;
  display:flex;
  flex-direction:column;
  gap:24px;
}
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding-bottom:18px;
  border-bottom:1px solid rgba(148,163,184,.18);
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-brand .brand-badge.footer-brand-logo{
  width:auto;
  height:44px;
  padding:0;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:none;
  box-shadow:none;
}
.footer-brand .brand-badge.footer-brand-logo img{
  height:100%;
  width:auto;
  max-width:156px;
  object-fit:contain;
  display:block;
}
.theme-light .footer-brand .brand-badge.footer-brand-logo{
  background:transparent;
}
.footer-brand strong{
  display:block;
  font-size:16px;
  letter-spacing:.3px;
}
.footer-brand p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:12.5px;
}
.footer-logos{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.logo-chip{
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(96,165,250,.34);
  background:rgba(30,58,138,.28);
  font-size:11.5px;
  color:#dbeafe;
  letter-spacing:.2px;
}
.theme-light .logo-chip{
  background:rgba(15,23,42,.04);
  border-color:rgba(15,23,42,.12);
  color:#475569;
}
.footer-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px;
}
.footer-col h4{
  margin:0 0 12px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:rgba(226,232,240,.82);
}
.theme-light .footer-col h4{
  color:#475569;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}
.footer-col li{
  color:var(--muted);
  font-size:13px;
}
.footer-col li span{
  color:var(--muted-2);
}
.footer-col.contact-col ul{
  gap:10px;
}
.footer-col.contact-col li{
  display:grid;
  grid-template-columns:84px minmax(0, 1fr);
  gap:8px;
  align-items:start;
  line-height:1.5;
}
.footer-col.contact-col li span:first-child{
  color:var(--muted-2);
  font-weight:600;
}
.footer-col.contact-col li span:last-child{
  color:var(--text);
}
.footer-col.contact-col li a{
  min-width:0;
  overflow-wrap:anywhere;
}
.footer-col.contact-col li.contact-cta{
  display:block;
  margin-top:4px;
}
.footer-col.contact-col li.contact-cta a{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(96,165,250,.32);
  background:rgba(37,99,235,.14);
  color:#dbeafe;
  font-weight:600;
}
.theme-light .footer-col.contact-col li.contact-cta a{
  background:rgba(37,99,235,.1);
  border-color:rgba(37,99,235,.22);
  color:#1d4ed8;
}
.footer-col a{
  color:var(--text);
  opacity:.86;
  transition:opacity .15s ease, color .15s ease;
}
.theme-light .footer-col a{
  color:#0f172a;
}
.footer-col a:hover{
  opacity:1;
  color:#e2f2ff;
}
.theme-light .footer-col a:hover{
  color:#1d4ed8;
}
.footer-legal{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  border-top:1px solid rgba(148,163,184,.18);
  padding-top:16px;
  color:var(--muted-2);
  font-size:12px;
}
.legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.legal-links span{
  color:rgba(148,163,184,.45);
}
.legal-copy{
  color:var(--muted-2);
}
.social-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.social-links a{
  width:34px; height:34px;
  border-radius:999px;
  display:grid; place-items:center;
  border:1px solid rgba(96,165,250,.34);
  background:rgba(30,58,138,.28);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.2px;
  color:var(--text);
  transition:transform .15s ease, border-color .15s ease, color .15s ease;
}
.theme-light .social-links a{
  background:rgba(15,23,42,.04);
  border-color:rgba(15,23,42,.12);
}
.social-links a:hover{
  transform:translateY(-1px);
  border-color:rgba(34,211,238,.6);
  color:#e2f2ff;
}

[data-reveal]{ opacity:0; transform:translateY(18px); transition:all .6s ease; }
[data-reveal].is-visible{ opacity:1; transform:translateY(0); }

@media (max-width: 1024px){
  .hero{ grid-template-columns:1fr; }
  .feature-grid, .steps, .pricing{ grid-template-columns:repeat(2,1fr); }
  .stats{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .strip-grid{ --strip-item-basis: calc((100% - 30px) / 4); }
  .steps-header{ align-items:flex-start; flex-direction:column; }
  .testi-summary{ display:none; }
}
@media (max-width: 1280px){
  .strip-grid{ --strip-item-basis: calc((100% - 50px) / 6); }
}
@media (max-width: 760px){
  .nav{ border-radius:18px; padding:12px 14px; }
  .nav-links{ display:none; }
  .nav-actions{ display:none; width:100%; }
  .nav .btn.nav-toggle{ display:inline-flex; }
  body.menu-open .nav-links{
    display:flex; flex-direction:column; gap:12px; padding:12px 0 0; width:100%;
  }
  body.menu-open .nav-actions{
    display:flex; flex-direction:column; gap:12px; padding:12px 0 0; width:100%;
    border-top:1px solid var(--line); margin-top:10px; padding-top:12px;
  }
  .theme-dark body.menu-open .nav-actions{
    border-top-color:rgba(148,163,184,.22);
  }
  body.menu-open .nav{ flex-wrap:wrap; }
  .nav-actions .btn{
    width:100%;
    justify-content:flex-start;
  }
  .footer-col.contact-col li{
    grid-template-columns:1fr;
    gap:2px;
  }
  .hero h1{ font-size:40px; }
  .hero-sub-desktop{ display:none; }
  .hero-sub-mobile{ display:inline; }
  .feature-grid, .steps, .pricing, .faq, .stats{ grid-template-columns:1fr; }
  .steps-header{ align-items:flex-start; }
  .cta{ align-items:flex-start; }
  .strip-shell{ padding:14px; }
  .strip-grid{ --strip-item-basis: calc((100% - 10px) / 2); }
  .strip-info{
    opacity:1;
  }
  .strip-info-btn{
    width:22px;
    height:22px;
    font-size:11px;
  }
  .strip-tooltip{
    position:fixed;
    left:50%;
    right:auto;
    top:auto;
    bottom:14px;
    width:min(92vw, 360px);
    min-width:0;
    max-width:min(92vw, 360px);
    border-radius:14px;
    padding:12px 14px;
    font-size:12.5px;
    line-height:1.48;
    transform:translate3d(-50%, 14px, 0);
    z-index:90;
  }
  .strip-tooltip::before{
    content:none;
  }
  .strip-info:hover .strip-tooltip,
  .strip-info:focus-within .strip-tooltip,
  .strip-info.is-open .strip-tooltip{
    transform:translate3d(-50%, 0, 0);
  }
  .testi-header{ align-items:flex-start; }
  .testi-slider{ padding:10px; border-radius:20px; }
  .testi-summary{ display:none; }
  .testi-card{
    flex-basis:min(86vw, 360px);
    min-height:292px;
    padding:16px;
  }
  .testi-name{ font-size:20px; }
  .testi-footer{ align-items:flex-start; }
  .footer-inner{ padding:24px 20px; }
  .footer-top{ align-items:flex-start; }
  .footer-grid{ grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; }
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color:var(--muted-2);
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.theme-light .section-kicker{
  background: rgba(255,255,255,.95);
  border-color: rgba(15,23,42,.12);
  color:#64748b;
  box-shadow: 0 8px 18px rgba(15,23,42,.08);
}

.steps-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.section#cara-kerja .section-kicker{
  margin-bottom:8px;
}
.section#cara-kerja .lead{
  margin-bottom:14px;
}
