/* ===== VELKAST.NET — OFFICIAL STORE CSS ===== */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --navy:      #0a1628;
  --navy2:     #0f1f38;
  --navy3:     #152844;
  --emerald:   #1ab87a;
  --emerald-d: #13916100;
  --emerald-l: #e6faf3;
  --gold:      #f0b429;
  --gold-d:    #c8920f;
  --gold-pale: #fef9ed;
  --text:      #1a2535;
  --text-m:    #4a5c72;
  --text-l:    #8a9baa;
  --border:    #dde5ef;
  --border-l:  #edf2f8;
  --white:     #ffffff;
  --cream:     #f7fafd;
  --red:       #e53e3e;
  --radius:    10px;
  --shadow:    0 4px 28px rgba(10,22,40,0.10);
  --shadow-m:  0 8px 48px rgba(10,22,40,0.16);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

/* ===== TOPBAR ===== */
.topbar {
  background: var(--emerald);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 9px 20px;
  letter-spacing: 0.02em;
}

.topbar a { color: #fff; text-decoration: underline; }

/* ===== HEADER ===== */
header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  height: 68px;
}

.logo {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo em {
  font-style: normal;
  color: var(--emerald);
}

nav { display: flex; align-items: center; gap: 4px; }

nav a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
}

nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }

.nav-order {
  background: var(--gold) !important;
  color: var(--navy) !important;
  font-weight: 700 !important;
  margin-left: 8px;
  padding: 8px 18px !important;
  border-radius: 7px !important;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.78rem !important;
}

.nav-order:hover { background: var(--gold-d) !important; color: #fff !important; }

/* Burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.25s;
}

.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--navy2);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 8px 20px 20px;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 500;
  padding: 13px 6px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: color 0.15s;
}

.mobile-nav a:last-child { border-bottom: none; color: var(--gold); font-weight: 700; }
.mobile-nav a:hover { color: #fff; }

/* ===== HERO ===== */
.hero {
  background: var(--navy);
  color: #fff;
  padding: 72px 28px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 75% 50%, rgba(26,184,122,0.12) 0%, transparent 65%),
    radial-gradient(ellipse 35% 50% at 10% 80%, rgba(240,180,41,0.06) 0%, transparent 60%);
  pointer-events: none;
}

/* grid lines subtle bg */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26,184,122,0.15);
  border: 1px solid rgba(26,184,122,0.35);
  color: var(--emerald);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.hero-eyebrow::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--emerald);
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,100% { opacity:1; } 50% { opacity:0.3; }
}

.hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: #fff;
}

.hero h1 .hl { color: var(--gold); }

.hero-desc {
  color: rgba(255,255,255,0.70);
  font-size: 1.02rem;
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.75;
}

/* ===== ORDER CARD ===== */
.order-card {
  background: var(--white);
  border-radius: 18px;
  padding: 32px 28px 28px;
  box-shadow: 0 16px 64px rgba(0,0,0,0.40);
  color: var(--text);
  flex-shrink: 0;
}

.oc-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--text-l);
  margin-bottom: 6px;
}

.oc-name {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.3;
}

.oc-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  box-shadow: var(--shadow);
}

.oc-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}

.oc-price {
  font-family: 'Unbounded', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1;
}

.oc-currency {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-m);
}

.oc-delivery {
  font-size: 0.8rem;
  color: var(--emerald);
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.oc-delivery::before { content: '✓'; font-weight: 900; }

.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #25d366;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
  transition: all 0.18s;
  margin-bottom: 12px;
}

.btn-whatsapp:hover {
  background: #20bc5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.45);
}

.btn-whatsapp svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }

.oc-note {
  font-size: 0.75rem;
  color: var(--text-l);
  text-align: center;
  line-height: 1.5;
}

.oc-divider {
  border: none;
  border-top: 1px solid var(--border-l);
  margin: 20px 0;
}

.oc-features { list-style: none; }
.oc-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.83rem;
  color: var(--text-m);
  padding: 5px 0;
}

.oc-features li::before {
  content: '✓';
  color: var(--emerald);
  font-weight: 900;
  font-size: 0.8rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ===== TRUST BADGES ===== */
.trust-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 22px 28px;
}

.trust-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-m);
  white-space: nowrap;
}

.trust-item .ti-icon { font-size: 1.2rem; }

/* ===== LAYOUT ===== */
.page-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 28px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 52px;
}

/* ===== SECTIONS ===== */
section { margin-bottom: 52px; }

.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--emerald);
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 20px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

p { margin-bottom: 14px; color: var(--text-m); }
p:last-child { margin-bottom: 0; }
p strong { color: var(--text); }

/* ===== STATS ===== */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.stat-box {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
  color: #fff;
}

.stat-num {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.77rem;
  font-weight: 600;
  color: rgba(255,255,255,0.60);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ===== PROCESS STEPS ===== */
.steps { list-style: none; }
.step-row {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-l);
}
.step-row:last-child { border-bottom: none; }
.step-n {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Unbounded', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-top: 3px;
}
.step-title { font-weight: 700; color: var(--navy); margin-bottom: 3px; font-size: 0.97rem; }
.step-body { font-size: 0.9rem; color: var(--text-m); line-height: 1.65; }

/* ===== INFO TABLE ===== */
.info-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
}

.info-table th {
  background: var(--navy);
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: left;
  padding: 12px 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-table td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--border-l);
  font-size: 0.92rem;
  color: var(--text-m);
}

.info-table tr:last-child td { border-bottom: none; }
.info-table tr:hover td { background: var(--emerald-l); }

/* ===== NOTICE ===== */
.notice {
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 0.92rem;
}

.notice-green {
  background: var(--emerald-l);
  border-left: 4px solid var(--emerald);
}

.notice-green strong { color: #0d7a52; display: block; margin-bottom: 3px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; }

/* ===== FAQ ===== */
.faq-wrap { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }

.faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 18px 2px;
  font-weight: 600;
  font-size: 0.97rem;
  cursor: pointer;
  user-select: none;
  color: var(--navy);
  transition: color 0.15s;
}

.faq-q:hover { color: var(--emerald); }

.faq-icon {
  width: 26px; height: 26px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--emerald);
  font-size: 1.1rem; flex-shrink: 0;
  transition: transform 0.2s, background 0.2s;
}

.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--emerald-l); }

.faq-a {
  display: none;
  padding: 0 4px 18px;
  font-size: 0.92rem;
  color: var(--text-m);
  line-height: 1.75;
}

.faq-item.open .faq-a { display: block; }

/* ===== REVIEWS ===== */
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.review-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
}

.rc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }

.rc-ava {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.rc-name { font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 1px; }
.rc-city { font-size: 0.77rem; color: var(--text-l); }
.rc-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 1px; }
.rc-body { font-size: 0.88rem; color: var(--text-m); line-height: 1.65; }
.rc-tag {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 10px; background: var(--emerald-l);
  color: #0d7a52; font-size: 0.73rem; font-weight: 700;
  padding: 3px 10px; border-radius: 20px;
}

/* ===== SIDEBAR ===== */
.sidebar { position: sticky; top: 84px; align-self: start; }

.sidebar-order {
  background: var(--navy);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 20px;
  color: #fff;
  box-shadow: var(--shadow-m);
}

.so-label { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.so-title { font-family: 'Unbounded', sans-serif; font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.3; }
.so-img { width: 100%; border-radius: 10px; margin-bottom: 18px; display: block; }

.so-price {
  font-family: 'Unbounded', sans-serif;
  font-size: 2rem; font-weight: 900;
  color: var(--gold); letter-spacing: -0.03em;
  margin-bottom: 4px; line-height: 1;
}

.so-delivery { font-size: 0.78rem; color: var(--emerald); font-weight: 600; margin-bottom: 18px; }

.sidebar-order .btn-whatsapp { font-size: 0.75rem; padding: 14px 16px; }

.sidebar-links {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.sidebar-links a {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 16px;
  font-size: 0.85rem; font-weight: 500;
  color: var(--text-m); text-decoration: none;
  border-bottom: 1px solid var(--border-l);
  transition: color 0.14s, background 0.14s;
}

.sidebar-links a:last-child { border-bottom: none; }
.sidebar-links a:hover { color: var(--navy); background: var(--cream); }

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--navy);
  color: #fff;
  border-radius: 16px;
  padding: 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 52px;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,184,122,0.15) 0%, transparent 65%);
}

.cta-band h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.25rem; font-weight: 800;
  color: #fff; margin-bottom: 6px;
  letter-spacing: -0.025em;
}

.cta-band p { font-size: 0.92rem; color: rgba(255,255,255,0.65); margin: 0; }

.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--navy);
  font-family: 'Unbounded', sans-serif;
  font-size: 0.78rem; font-weight: 800;
  padding: 15px 28px; border-radius: 9px;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 20px rgba(240,180,41,0.30);
  transition: all 0.18s;
}

.btn-gold:hover { background: var(--gold-d); transform: translateY(-2px); }

/* ===== FOOTER ===== */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.45);
  font-size: 0.82rem;
  padding: 40px 28px;
  text-align: center;
}

.footer-links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 20px; margin-bottom: 16px;
}

footer a { color: rgba(255,255,255,0.45); text-decoration: none; }
footer a:hover { color: rgba(255,255,255,0.85); }

/* ===== RESPONSIVE ===== */

/* Tablet / small desktop */
@media (max-width: 1000px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .order-card {
    max-width: 480px;
    margin: 0 auto;
  }
  .page-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sidebar { position: static; }
  .sidebar-order { max-width: 480px; margin: 0 auto 20px; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: repeat(3, 1fr); }
  .trust-inner { gap: 10px 24px; }
}

/* Mobile landscape / large phone */
@media (max-width: 680px) {
  /* Header */
  nav { display: none; }
  .burger { display: flex; }
  .header-inner { padding: 0 16px; }

  /* Topbar — shorter on mobile */
  .topbar { font-size: 0.75rem; padding: 7px 12px; }

  /* Hero */
  .hero { padding: 36px 16px 48px; }
  .hero-desc { font-size: 0.95rem; }
  .hero-eyebrow { font-size: 0.68rem; margin-bottom: 14px; }

  /* Order card full-width */
  .order-card {
    max-width: 100%;
    padding: 24px 20px 20px;
    border-radius: 14px;
  }
  .oc-price { font-size: 1.9rem; }

  /* WhatsApp button — easier tap */
  .btn-whatsapp { padding: 15px 16px; font-size: 0.78rem; }

  /* Layout */
  .page-layout { padding: 28px 16px; }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat-box { padding: 18px 12px; }
  .stat-num { font-size: 1.6rem; }

  /* Reviews */
  .review-grid { grid-template-columns: 1fr; }
  .review-card { padding: 16px; }

  /* Section titles */
  .section-title { font-size: 1.15rem; }

  /* Steps */
  .step-row { gap: 14px; }
  .step-n { width: 32px; height: 32px; font-size: 0.78rem; }

  /* Info table — allow horizontal scroll on small screens */
  .info-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  /* CTA band */
  .cta-band {
    flex-direction: column;
    text-align: center;
    padding: 28px 18px;
    gap: 18px;
  }
  .cta-band h3 { font-size: 1.05rem; }
  .btn-gold { width: 100%; justify-content: center; padding: 14px 20px; }

  /* Trust bar */
  .trust-bar { padding: 14px 12px; }
  .trust-inner { gap: 8px 16px; }
  .trust-item { font-size: 0.78rem; }

  /* Footer */
  footer { padding: 28px 16px; }
  .footer-links { gap: 6px 14px; font-size: 0.78rem; }

  /* Sidebar links full width */
  .sidebar-links a { font-size: 0.9rem; padding: 14px 16px; }

  /* Satellite links grid */
  .satellite-links { grid-template-columns: 1fr !important; }

  /* Floating WA button — smaller on mobile */
  .wa-float { width: 50px !important; height: 50px !important; bottom: 16px !important; right: 16px !important; }
  .wa-float svg { width: 26px !important; height: 26px !important; }
}

/* Small phones (iPhone SE, 375px etc.) */
@media (max-width: 420px) {
  .hero h1 { font-size: 1.5rem; letter-spacing: -0.02em; }
  .hero-eyebrow { font-size: 0.65rem; }
  .stats-row { grid-template-columns: 1fr; }
  .stat-num { font-size: 1.8rem; }
  .oc-price { font-size: 1.75rem; }
  .oc-name { font-size: 0.88rem; }
  .logo { font-size: 1rem; }
  .section-title { font-size: 1.05rem; }
  .review-card { padding: 14px; }
  .rc-body { font-size: 0.83rem; }
  .order-card { padding: 20px 16px; }
  .btn-whatsapp svg { width: 20px; height: 20px; }
}

/* Very small (320px) */
@media (max-width: 340px) {
  .hero h1 { font-size: 1.3rem; }
  .oc-price { font-size: 1.5rem; }
  .topbar { display: none; } /* hide on 320 to save space */
}
