/* ============================================================
   ওয়েবসাইট অর্ডার — order.mydeskutil.com
   Indigo + amber theme (house style)
   ============================================================ */

:root {
  --indigo-900: #312e81;
  --indigo-800: #3730a3;
  --indigo-700: #4338ca;
  --indigo-600: #4f46e5;
  --indigo-500: #6366f1;
  --indigo-200: #c7d2fe;
  --indigo-100: #e0e7ff;
  --indigo-50:  #eef2ff;
  --amber-600: #d97706;
  --amber-500: #f59e0b;
  --amber-100: #fef3c7;
  --amber-50:  #fffbeb;
  --ink:      #1e1b4b;
  --text:     #403f63;
  --muted:    #64748b;
  --border:   #e2e4f4;
  --bg-tint:  #f4f5fd;
  --white:    #ffffff;
  --danger:   #dc2626;
  --danger-bg:#fef2f2;
  --danger-bd:#fecaca;
  --green:    #16a34a;
  --green-bg: #f0fdf4;
  --green-bd: #bbf7d0;
  --radius: 18px;
  --shadow-sm: 0 4px 14px rgba(79, 70, 229, 0.08);
  --shadow:    0 12px 34px rgba(79, 70, 229, 0.12);
  --shadow-lg: 0 22px 50px rgba(79, 70, 229, 0.18);
  --font: "Poppins", "Hind Siliguri", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

::selection { background: var(--indigo-100); color: var(--indigo-900); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 880px; }

section { scroll-margin-top: 86px; }
.section { padding: 92px 0; }
.section-tint { background: var(--bg-tint); }

.hidden { display: none !important; }

/* ---------------- typography ---------------- */

.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--indigo-600);
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 14px;
}

.section-sub { font-size: 16.5px; color: var(--muted); line-height: 1.75; }

/* ---------------- buttons ---------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 12px;
  padding: 12px 24px;
  border: 1.5px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:focus-visible { outline: 3px solid var(--indigo-200); outline-offset: 2px; }

.btn-primary {
  background: linear-gradient(135deg, var(--indigo-600), var(--indigo-500));
  color: #fff;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(79, 70, 229, 0.36); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }

.btn-ghost {
  background: var(--white);
  border-color: var(--indigo-200);
  color: var(--indigo-700);
}
.btn-ghost:hover { background: var(--indigo-50); border-color: var(--indigo-500); }

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}
.btn-whatsapp:hover { transform: translateY(-2px); background: #1ebe5b; box-shadow: 0 12px 26px rgba(37, 211, 102, 0.45); }

.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-sm { padding: 9px 18px; font-size: 14px; border-radius: 10px; }
.btn-block { width: 100%; }

/* ---------------- header ---------------- */

#site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
#site-header.scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--border); }

.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 18px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--indigo-600), var(--indigo-500));
  box-shadow: var(--shadow-sm);
}
.brand-logo svg { width: 24px; height: 24px; color: #fff; stroke-width: 2.2; }
.brand-text { display: flex; flex-direction: column; line-height: 1.35; }
.brand-text strong { font-size: 16.5px; font-weight: 700; color: var(--ink); }
.brand-text small { font-size: 12px; font-weight: 500; color: var(--indigo-600); }

#nav-menu { display: flex; gap: 28px; }
#nav-menu a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  padding: 6px 0;
  transition: color 0.15s ease;
}
#nav-menu a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.5px;
  border-radius: 2px;
  background: var(--indigo-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
#nav-menu a:hover { color: var(--indigo-700); }
#nav-menu a.active { color: var(--indigo-700); font-weight: 600; }
#nav-menu a.active::after { transform: scaleX(1); }

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

.lang-toggle {
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--indigo-700);
  background: #fff;
  border: 1.5px solid var(--indigo-200);
  border-radius: 999px;
  padding: 7px 15px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.lang-toggle:hover { background: var(--indigo-50); border-color: var(--indigo-500); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px; height: 42px;
  padding: 10px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------- hero ---------------- */

.hero {
  position: relative;
  padding: 158px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(640px 420px at 88% 8%, rgba(99, 102, 241, 0.10), transparent 70%),
    radial-gradient(560px 400px at 4% 92%, rgba(79, 70, 229, 0.08), transparent 70%),
    var(--white);
}

.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--indigo-700);
  background: var(--indigo-50);
  border: 1px solid var(--indigo-200);
  border-radius: 999px;
  padding: 7px 16px;
}
.hero-badge::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--indigo-500);
  animation: pulse-dot 2.2s ease-in-out infinite;
}

.hero h1 {
  font-size: clamp(2.3rem, 4.6vw, 3.5rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.18;
  margin: 18px 0 14px;
}

.hero-subtitle { font-size: 17px; color: var(--text); line-height: 1.8; max-width: 560px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  background: var(--amber-50);
  border: 1px solid var(--amber-100);
  border-radius: 14px;
  padding: 13px 18px;
}
.hero-trust svg { width: 26px; height: 26px; color: var(--amber-600); flex-shrink: 0; }
.hero-trust strong { font-size: 15px; font-weight: 700; color: var(--amber-600); }
.hero-trust small { font-size: 13px; color: #92400e; line-height: 1.5; }

.hero-media { position: relative; }

/* CSS browser-window mock */
.browser-card {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.browser-top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: var(--indigo-50);
  border-bottom: 1px solid var(--border);
}
.browser-top .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--indigo-200); }
.browser-top .dot:nth-child(1) { background: #fca5a5; }
.browser-top .dot:nth-child(2) { background: #fcd34d; }
.browser-top .dot:nth-child(3) { background: #86efac; }
.browser-url {
  flex: 1;
  height: 22px;
  margin-left: 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
}
.browser-body {
  padding: 22px;
  background: linear-gradient(160deg, var(--indigo-600), var(--indigo-500));
}
.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 18px;
}
.mock-dots { display: flex; gap: 5px; }
.mock-dots i { width: 22px; height: 5px; border-radius: 3px; background: rgba(255, 255, 255, 0.55); }
.mock-line { display: block; height: 11px; border-radius: 6px; background: rgba(255, 255, 255, 0.85); }
.mock-nav .mock-line { width: 60px; height: 8px; background: rgba(255, 255, 255, 0.7); }
.w30 { width: 30% !important; }
.w50 { width: 50% !important; }
.w70 { width: 70% !important; }
.mock-hero { margin-bottom: 18px; }
.mock-hero .mock-line { margin-bottom: 10px; }
.mock-btn {
  display: block;
  width: 120px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  margin-top: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-card { height: 64px; border-radius: 10px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.22); }

.hero-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow);
  animation: float 5.5s ease-in-out infinite alternate;
}
.hero-chip svg { width: 17px; height: 17px; color: var(--indigo-600); }
.chip-top { top: 16px; left: -26px; }
.chip-bottom { bottom: 30px; right: -22px; animation-delay: 1.6s; }
.chip-bottom svg { color: var(--amber-600); }

/* ---------------- trust bar ---------------- */

.trustbar { background: var(--white); border-bottom: 1px solid var(--border); }
.trustbar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 42px 24px;
}
.trust-item { display: flex; gap: 15px; align-items: flex-start; }
.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px; height: 50px;
  flex-shrink: 0;
  border-radius: 14px;
  background: var(--amber-50);
  border: 1px solid var(--amber-100);
}
.trust-icon svg { width: 24px; height: 24px; color: var(--amber-600); stroke-width: 1.8; }
.trust-item strong { display: block; font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.trust-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ---------------- packages ---------------- */

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.package-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--indigo-200); }
.package-card.popular { border: 2px solid var(--indigo-600); box-shadow: var(--shadow); }

.package-card h3 { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--amber-600), var(--amber-500));
  border-radius: 999px;
  padding: 5px 14px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(217, 119, 6, 0.3);
}

.package-price { margin-bottom: 14px; }
.package-price span {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--muted);
  margin-bottom: 2px;
}
.package-price strong {
  font-size: 34px;
  font-weight: 800;
  color: var(--amber-600);
  line-height: 1.15;
}
.package-price .custom-price { font-size: 22px; font-weight: 800; color: var(--indigo-600); }

.package-desc { font-size: 14.5px; color: var(--text); line-height: 1.7; margin-bottom: 18px; }

.package-included {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.package-features { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.package-features li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; color: var(--text); }
.package-features li svg { width: 17px; height: 17px; color: var(--indigo-600); flex-shrink: 0; stroke-width: 2.4; }

.package-card .btn { margin-top: auto; }

.packages-note { text-align: center; font-size: 14px; color: var(--muted); margin-top: 30px; }

/* ---------------- ready-made templates ---------------- */

.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }

.template-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.template-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--indigo-200); }

.template-shot {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--border);
  background: var(--bg-tint);
}
.template-shot img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
.template-view {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  background: rgba(30, 27, 75, 0.78);
  border-radius: 999px;
  padding: 6px 13px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.template-shot:hover .template-view { opacity: 1; transform: translateY(0); }
@media (hover: none) { .template-view { opacity: 1; transform: none; } }

.tier-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 999px;
  padding: 5px 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.tier-basic { background: #16a34a; color: #fff; }
.tier-mid { background: #4f46e5; color: #fff; }
.tier-premium { background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff; }

.template-body { display: flex; flex-direction: column; flex: 1; padding: 22px 22px 18px; }

.template-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.template-tag {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  color: var(--indigo-700);
  background: var(--indigo-50);
  border: 1px solid var(--indigo-100);
  border-radius: 999px;
  padding: 4px 12px;
}
.pages-chip {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  background: var(--bg-tint);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
}
.template-body h3 { font-size: 17.5px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.template-body > p { font-size: 13.5px; color: var(--muted); line-height: 1.65; flex: 1; }

.template-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}
.template-price span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.template-price strong { font-size: 26px; font-weight: 800; color: var(--amber-600); line-height: 1.15; }
.template-foot .btn { padding: 11px 18px; }

.template-instant {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
}

/* ---------------- steps ---------------- */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.step {
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--indigo-600), var(--indigo-500));
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.3);
}
.step h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.7; }

.how-cta { text-align: center; margin-top: 38px; }

/* ---------------- order form ---------------- */

.appt-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: clamp(26px, 4.5vw, 46px);
  box-shadow: var(--shadow);
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }

.form-field-full { margin-bottom: 22px; }

.form-field label { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15.5px;
  color: var(--ink);
  background: #fbfbff;
  border: 1.5px solid #d9dcf2;
  border-radius: 12px;
  padding: 13px 15px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-field textarea { resize: vertical; min-height: 84px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--indigo-500);
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.14);
}
.form-field input.field-error,
.form-field select.field-error,
.form-field textarea.field-error {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.08);
}

.field-err { display: none; font-size: 12.5px; font-weight: 500; color: var(--danger); margin-top: 6px; }
.field-err.show { display: block; }

.order-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--amber-50);
  border: 1px solid var(--amber-100);
  border-radius: 13px;
  padding: 15px 18px;
  margin-bottom: 22px;
  font-size: 14.5px;
  font-weight: 600;
  color: #92400e;
}
.order-trust svg { width: 20px; height: 20px; color: var(--amber-600); flex-shrink: 0; }

.appt-privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 18px;
}
.appt-privacy svg { width: 16px; height: 16px; color: var(--indigo-500); flex-shrink: 0; margin-top: 3px; }

.send-err {
  background: var(--danger-bg);
  border: 1px solid var(--danger-bd);
  color: #b91c1c;
  font-size: 14px;
  border-radius: 11px;
  padding: 13px 16px;
  margin-top: 18px;
  line-height: 1.7;
}
.send-err a { font-weight: 700; text-decoration: underline; }

.noscript-note {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 13px;
  padding: 18px 20px;
  margin-bottom: 24px;
}
.noscript-note strong { font-size: 15.5px; font-weight: 700; color: #92400e; }
.noscript-note p { font-size: 14px; color: #78350f; margin-top: 6px; }
.noscript-note ul { margin-top: 10px; }
.noscript-note li { font-size: 14.5px; margin-bottom: 5px; }
.noscript-note a { font-weight: 700; color: var(--indigo-700); text-decoration: underline; }

/* not-configured panel */
.notconfigured { text-align: center; padding: 30px 8px; }
.notconfigured-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px; height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--amber-50);
  border: 1px solid var(--amber-100);
  color: var(--amber-600);
}
.notconfigured-icon svg { width: 34px; height: 34px; stroke-width: 1.8; }
.notconfigured p { font-size: 15.5px; color: var(--text); max-width: 440px; margin: 0 auto 22px; line-height: 1.75; }

/* success panel */
.appt-success { text-align: center; padding: 26px 8px; }

.success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px; height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #dcfce7;
  border: 1px solid var(--green-bd);
  color: var(--green);
}
.success-icon svg { width: 36px; height: 36px; stroke-width: 2.2; }

.appt-success h3 { font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 12px; }

.appt-summary {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--indigo-700);
  background: var(--indigo-50);
  border: 1px solid var(--indigo-100);
  border-radius: 999px;
  padding: 9px 20px;
  margin-bottom: 16px;
}

.appt-success p { font-size: 15.5px; color: var(--text); max-width: 470px; margin: 0 auto 14px; line-height: 1.75; }
.appt-success .success-next { font-size: 14.5px; color: var(--muted); max-width: 470px; margin: 0 auto 24px; }
.appt-success .btn { margin: 0 6px 10px; }

/* ---------------- faq ---------------- */

.faq-list { display: flex; flex-direction: column; gap: 14px; }

.faq-list details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.faq-list details[open] { box-shadow: var(--shadow-sm); }

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  flex-shrink: 0;
  width: 26px; height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--indigo-50);
  color: var(--indigo-600);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}
.faq-list details[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-list summary:hover { color: var(--indigo-700); }

.faq-list details p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
  padding: 0 22px 20px;
  border-top: 1px solid var(--bg-tint);
  padding-top: 14px;
}

.faq-more { text-align: center; font-size: 15.5px; font-weight: 600; color: var(--ink); margin-top: 34px; }

/* ---------------- footer ---------------- */

footer { background: #17154a; color: #b9b8e2; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.2fr;
  gap: 44px;
  padding: 68px 24px 40px;
}

.footer-brand .brand-logo { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text small { color: var(--indigo-200); }
.footer-brand p { font-size: 14.5px; line-height: 1.8; margin-top: 16px; max-width: 300px; }

.footer-col h3 { font-size: 15.5px; font-weight: 700; color: #fff; margin-bottom: 18px; }
.footer-col a {
  display: block;
  font-size: 14.5px;
  margin-bottom: 11px;
  transition: color 0.15s ease;
}
.footer-col nav a:hover, .footer-col > a:hover { color: #fff; }

.footer-contact { display: flex; align-items: center; gap: 10px; }
.footer-contact svg { width: 17px; height: 17px; color: var(--indigo-200); flex-shrink: 0; }

.footer-tools {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  font-weight: 600;
  color: var(--indigo-200);
}
.footer-tools:hover { color: #fff; border-color: rgba(255, 255, 255, 0.3); }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.09); }
.footer-bottom-inner { padding: 20px 24px; text-align: center; }
.footer-bottom p { font-size: 13.5px; color: #8f8dc2; }

/* ---------------- reveal animations ---------------- */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

.package-grid .reveal:nth-child(2),
.steps .reveal:nth-child(2) { transition-delay: 0.08s; }
.package-grid .reveal:nth-child(3),
.steps .reveal:nth-child(3) { transition-delay: 0.16s; }
.steps .reveal:nth-child(4) { transition-delay: 0.24s; }

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}

@keyframes float {
  from { transform: translateY(0); }
  to { transform: translateY(-9px); }
}

@keyframes pop-in {
  0% { opacity: 0; transform: scale(0.85); }
  70% { transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}
.pop-in { animation: pop-in 0.4s ease both; }

/* ---------------- responsive ---------------- */

@media (max-width: 1020px) {
  .hero-grid { gap: 44px; }
  .package-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .package-card { padding: 28px 20px; }
  .template-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .chip-top { left: -6px; }
  .chip-bottom { right: -6px; }
  .trustbar-grid { gap: 22px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .header-cta { display: none; }

  #nav-menu {
    position: absolute;
    top: 74px; left: 0; right: 0;
    flex-direction: column;
    gap: 4px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 14px 24px 20px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  #nav-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  #nav-menu a { padding: 10px 4px; font-size: 16px; border-bottom: 1px solid #f0f1fb; }
  #nav-menu a:last-child { border-bottom: none; }
  #nav-menu a::after { display: none; }

  .hero { padding: 132px 0 84px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-text { text-align: center; }
  .hero-subtitle { margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .hero-media { order: -1; max-width: 460px; margin: 0 auto; width: 100%; }

  .trustbar-grid { grid-template-columns: 1fr; gap: 26px; }

  .package-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .template-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .section { padding: 68px 0; }
  .container { padding: 0 18px; }
  .brand-text small { display: none; }

  .hero-actions .btn { flex: 1 1 100%; }
  .chip-top { top: 10px; }
  .chip-bottom { bottom: 16px; }

  .steps { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; gap: 18px; margin-bottom: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
