:root {
  --brand-red: #da1d2c;
  --brand-red-dark: #b41421;
  --brand-navy: #182c35;
  --brand-navy-dark: #0d3a49;
  --brand-teal: #07536b;
  --brand-text: #172d39;
  --brand-muted: #66757d;
  --brand-line: #e7ecef;
  --brand-soft: #f6f8f9;
  --brand-white: #ffffff;
  --brand-shadow: 0 18px 45px rgba(24,44,53,.08);
  --brand-radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--brand-text); background: var(--brand-white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

/* TOP ANNOUNCEMENT STRIP */
.top-strip { background: var(--brand-navy); color: #fff; font-size: 12px; }
.top-strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.top-strip a { color: #fff; font-weight: 700; transition: opacity .2s; }
.top-strip a:hover { opacity: 0.85; }

/* HEADER & NAV */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(231,236,239,.8); }
.nav-wrap { height: 76px; display: flex; align-items: center; gap: 30px; position: relative; }
.brand { width: 215px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 700; }
.main-nav a { position: relative; padding: 26px 0; color: var(--brand-navy); }
.main-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--brand-red); transition: .25s; }
.main-nav a:hover:after { right: 0; }
.nav-cta { margin-left: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; color: var(--brand-navy); cursor: pointer; padding: 6px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 12px 22px; font-weight: 800; font-size: 13px; border: 1px solid transparent; cursor: pointer; transition: all .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand-red); color: #fff; box-shadow: 0 10px 24px rgba(218,29,44,.18); }
.btn-primary:hover { background: var(--brand-red-dark); box-shadow: 0 12px 28px rgba(218,29,44,.28); }
.btn-secondary { background: #fff; border-color: #dce3e6; color: var(--brand-navy); }
.btn-secondary:hover { border-color: var(--brand-navy); background: #fdfefe; }
.btn-light { background: #fff; color: var(--brand-navy); }
.btn-light:hover { background: #f0f4f6; }
.btn-large { padding: 15px 26px; font-size: 14px; }

/* HERO SECTION */
.hero { padding: 84px 0 80px; background: radial-gradient(circle at 85% 30%,rgba(218,29,44,.07),transparent 45%),radial-gradient(circle at 15% 80%,rgba(7,83,107,.05),transparent 40%),linear-gradient(180deg,#fff 0%,#fbfcfc 100%); overflow: hidden; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--brand-red); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; margin-bottom: 12px; }
.hero h1, .section-heading h2, .cta-inner h2 { margin: 0; color: var(--brand-navy); letter-spacing: -.04em; line-height: 1.08; }
.hero h1 { font-size: clamp(38px,4.5vw,62px); max-width: 650px; }
.hero h1 span { color: var(--brand-red); background: linear-gradient(135deg,var(--brand-red),#ff4d5a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { font-size: 16px; color: var(--brand-muted); max-width: 600px; margin: 22px 0; }
.hero-price-row { display: flex; align-items: center; gap: 22px; margin: 24px 0 28px; }
.small-label { display: block; font-size: 11px; color: var(--brand-muted); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.price { font-size: 40px; font-weight: 800; color: var(--brand-navy); letter-spacing: -.04em; }
.price-note { border-left: 2px solid var(--brand-line); padding-left: 20px; max-width: 200px; font-size: 13px; color: var(--brand-muted); font-weight: 600; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 28px; color: #43545c; font-size: 12px; font-weight: 700; }
.trust-item { display: flex; align-items: center; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #eaf7ef; color: #148145; margin-right: 6px; font-size: 11px; font-weight: 900; }

/* HERO VISUAL MOCKUP SHOWCASE (PREMIUM ENHANCED) */
.hero-visual { position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center; }
.hero-backdrop-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(218,29,44,0.12) 0%, rgba(7,83,107,0.08) 50%, transparent 70%); filter: blur(40px); pointer-events: none; z-index: 1; }

.browser-window-frame { position: relative; z-index: 3; width: 100%; max-width: 550px; background: #ffffff; border: 1px solid rgba(218,230,235,0.9); border-radius: 16px; box-shadow: 0 35px 80px rgba(24,44,53,0.18), 0 10px 25px rgba(24,44,53,0.08); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.browser-window-frame:hover { transform: translateY(-4px); box-shadow: 0 45px 95px rgba(24,44,53,0.22); }

.browser-header-bar { height: 40px; background: #f2f5f7; border-bottom: 1px solid #e2e8eb; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; gap: 12px; }
.window-dots { display: flex; gap: 6px; align-items: center; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot-red { background: #ff5f56; border: 1px solid #e0443e; }
.dot-yellow { background: #ffbd2e; border: 1px solid #dea123; }
.dot-green { background: #27c93f; border: 1px solid #1aab29; }

.browser-address-bar { display: flex; align-items: center; gap: 6px; background: #ffffff; border: 1px solid #dbe2e6; border-radius: 6px; padding: 3px 12px; font-size: 10px; color: #5f7078; font-weight: 700; flex: 1; max-width: 280px; justify-content: center; }
.browser-address-bar .padlock { font-size: 9px; }
.live-badge { font-size: 9px; font-weight: 800; color: var(--brand-red); background: rgba(218,29,44,0.08); padding: 3px 8px; border-radius: 4px; letter-spacing: 0.05em; }

.hero-slider-card { position: relative; width: 100%; aspect-ratio: 16 / 11; background: #f8fafb; overflow: hidden; }
.slider-track { position: relative; width: 100%; height: 100%; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease-in-out; display: flex; align-items: center; justify-content: center; }
.slide.active { opacity: 1; z-index: 2; }
.slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

/* SLIDER ARROW BUTTONS */
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 36px; height: 36px; border-radius: 50%; background: rgba(24,44,53,0.8); color: #fff; border: 1px solid rgba(255,255,255,0.2); font-size: 20px; cursor: pointer; display: grid; place-items: center; transition: all .2s ease; backdrop-filter: blur(6px); line-height: 1; }
.slider-btn:hover { background: var(--brand-red); border-color: var(--brand-red); transform: translateY(-50%) scale(1.1); }
.prev-btn { left: 10px; }
.next-btn { right: 10px; }

/* CAPSULE PILL NAV BELOW MOCKUP */
.slider-capsule-nav { display: flex; align-items: center; justify-content: flex-start; gap: 6px; padding: 8px 12px; background: #f2f5f7; border-top: 1px solid #e2e8eb; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.slider-capsule-nav::-webkit-scrollbar { display: none; }
.capsule-dot { border: 1px solid #d4dded; background: #ffffff; color: var(--brand-muted); font-size: 10px; font-weight: 800; padding: 4px 11px; border-radius: 20px; cursor: pointer; transition: all .2s ease; white-space: nowrap; flex-shrink: 0; }
.capsule-dot:hover { border-color: var(--brand-navy); color: var(--brand-navy); }
.capsule-dot.active { background: var(--brand-navy); border-color: var(--brand-navy); color: #ffffff; box-shadow: 0 4px 12px rgba(24,44,53,0.18); }

/* FLOATING BADGES WITH ANIMATION */
.floating-badge { position: absolute; z-index: 12; background: #ffffff; border: 1px solid #e3e8eb; border-radius: 12px; padding: 10px 14px; box-shadow: 0 15px 35px rgba(24,44,53,0.14); display: flex; align-items: center; gap: 10px; animation: floatBadge 5s ease-in-out infinite alternate; }
.floating-badge .badge-icon { font-size: 20px; width: 34px; height: 34px; border-radius: 8px; background: #fdf2f3; display: grid; place-items: center; flex-shrink: 0; }
.floating-badge strong { display: block; font-size: 13px; color: var(--brand-navy); font-weight: 800; }
.floating-badge small { font-size: 10px; color: var(--brand-muted); font-weight: 700; }
.badge-top { right: -18px; top: 25px; animation-delay: 0s; }
.badge-bottom { left: -18px; bottom: 25px; animation-delay: 2.5s; }

@keyframes floatBadge {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-8px); }
}

/* PROOF BAR */
.proof-bar { background: var(--brand-navy); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 104px; align-items: center; }
.proof-grid > div { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { display: block; font-size: 15px; }
.proof-grid span { font-size: 11px; color: #b7c3c8; }

/* SECTIONS */
.section { padding: 84px 0; }
.section-heading { max-width: 680px; margin-bottom: 38px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2 { font-size: clamp(32px,3.8vw,46px); }
.section-heading p { color: var(--brand-muted); font-size: 15px; margin-top: 8px; }

/* PACKAGE SUMMARY CARD */
.package-wrap { max-width: 1000px; margin: 0 auto; }
.package-card { position: relative; border: 1px solid var(--brand-line); border-radius: var(--brand-radius); background: #fff; box-shadow: var(--brand-shadow); padding: 40px; overflow: hidden; }
.package-ribbon { position: absolute; right: -42px; top: 24px; background: var(--brand-red); color: #fff; padding: 7px 44px; transform: rotate(36deg); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.package-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 26px; border-bottom: 1px solid var(--brand-line); }
.package-head h3 { font-size: 28px; margin: 4px 0; color: var(--brand-navy); }
.package-price { text-align: right; }
.package-price strong { font-size: 36px; color: var(--brand-red); display: block; }
.package-price span { font-size: 11px; color: var(--brand-muted); font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; padding: 32px 0; }
.feature { display: flex; gap: 12px; }
.feature > span { flex: 0 0 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #edf8f1; color: #13804a; font-weight: 900; font-size: 12px; }
.feature b { font-size: 13.5px; color: var(--brand-navy); }
.feature p { margin: 3px 0 0; font-size: 12px; color: var(--brand-muted); }
.package-footer { display: grid; grid-template-columns: 160px 160px 1fr; gap: 18px; background: var(--brand-soft); border-radius: 12px; padding: 20px 24px; align-items: center; }
.package-footer div span { display: block; font-size: 10px; color: var(--brand-muted); text-transform: uppercase; font-weight: 800; }
.package-footer div strong { font-size: 20px; color: var(--brand-navy); }
.package-footer .btn { justify-self: end; }

/* PAYMENT & STEPPER SECTION */
.order-section { background: var(--brand-soft); border-top: 1px solid var(--brand-line); border-bottom: 1px solid var(--brand-line); }
.order-stepper { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 620px; margin: 0 auto 36px; }
.step-tab { display: flex; align-items: center; gap: 14px; padding: 14px 22px; border-radius: 14px; background: #fff; border: 2px solid var(--brand-line); color: var(--brand-muted); transition: all .25s; flex: 1; cursor: pointer; }
.step-tab.active { border-color: var(--brand-red); background: #fff; box-shadow: 0 10px 30px rgba(218,29,44,.12); color: var(--brand-navy); }
.step-tab.completed { border-color: #148145; background: #f0fdf4; color: #148145; }
.step-tab.disabled { opacity: 0.6; cursor: not-allowed; }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: #e7ecef; color: var(--brand-muted); display: grid; place-items: center; font-weight: 800; font-size: 13px; flex-shrink: 0; }
.step-tab.active .step-num { background: var(--brand-red); color: #fff; }
.step-tab.completed .step-num { background: #148145; color: #fff; }
.step-text strong { display: block; font-size: 13px; font-weight: 800; }
.step-text small { font-size: 11px; }
.step-divider { width: 28px; height: 2px; background: var(--brand-line); flex-shrink: 0; }

.step1-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; max-width: 1000px; margin: 0 auto; }
.step1-form-card { background: #fff; border: 1px solid var(--brand-line); border-radius: var(--brand-radius); padding: 32px; box-shadow: var(--brand-shadow); }

.payment-card { background: #fff; border-radius: var(--brand-radius); padding: 28px; border: 1px solid var(--brand-line); box-shadow: 0 10px 30px rgba(20,44,54,.06); }
.bkash-badge { display: inline-block; background: #e2136e; color: #fff; font-weight: 800; border-radius: 7px; padding: 7px 12px; font-size: 14px; }
.payment-title { font-size: 12px; color: var(--brand-muted); margin-top: 16px; font-weight: 700; text-transform: uppercase; }
.payment-amount { font-size: 42px; font-weight: 800; color: var(--brand-navy); letter-spacing: -.04em; }
.payment-number-wrap { display: flex; justify-content: space-between; align-items: center; background: #f8fafb; border: 1px dashed #ccd7dc; border-radius: 12px; padding: 14px 16px; margin: 14px 0; }
.payment-number-wrap span, .payment-number-wrap small { display: block; font-size: 10px; color: var(--brand-muted); }
.payment-number-wrap strong { font-size: 20px; color: #e2136e; }
.copy-btn { border: 0; background: var(--brand-navy); color: #fff; border-radius: 7px; padding: 8px 12px; font-weight: 800; cursor: pointer; font-size: 11px; transition: background .2s; }
.copy-btn:hover { background: var(--brand-teal); }
.payment-steps { margin: 16px 0 0; padding-left: 20px; color: #485961; font-size: 12px; line-height: 1.6; }
.payment-steps li { margin: 6px 0; }
.payment-warning { margin-top: 16px; background: #fff6e8; color: #8b5a10; border-radius: 10px; padding: 12px; font-size: 11px; line-height: 1.4; }
.support-box { margin-top: 18px; padding: 18px; border-left: 3px solid var(--brand-red); background: #fff; border-radius: 0 10px 10px 0; }
.support-box b { font-size: 13px; color: var(--brand-navy); }
.support-box p { font-size: 11px; color: var(--brand-muted); margin: 4px 0 8px; }
.support-box a { color: var(--brand-red); font-size: 12px; font-weight: 800; }

.step-summary-bar { background: #eaf7ef; border: 1px solid #bce6cb; border-radius: 12px; padding: 14px 20px; margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; color: #116837; font-weight: 700; font-size: 13px; flex-wrap: wrap; gap: 10px; }
.step-summary-bar button { background: #fff; border: 1px solid #a4d8b6; color: #116837; padding: 6px 14px; border-radius: 7px; font-weight: 800; cursor: pointer; font-size: 11.5px; }
.step-summary-bar button:hover { background: #116837; color: #fff; }

.order-form-card { background: #fff; border: 1px solid var(--brand-line); border-radius: var(--brand-radius); padding: 34px; box-shadow: var(--brand-shadow); }
.form-head span { color: var(--brand-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.form-head h3 { font-size: 26px; margin: 4px 0; color: var(--brand-navy); }
.form-head p { font-size: 11px; color: var(--brand-muted); margin: 0 0 22px; }
.form-section-title { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; font-weight: 800; color: var(--brand-navy); margin: 24px 0 12px; padding-top: 20px; border-top: 1px solid var(--brand-line); }
.field-grid { display: grid; gap: 14px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
label { display: block; font-size: 11px; font-weight: 800; color: #3c4d55; margin-bottom: 12px; }
input, textarea { width: 100%; border: 1px solid #dce4e7; border-radius: 8px; padding: 11px 13px; margin-top: 6px; color: var(--brand-text); background: #fff; outline: none; transition: .2s; font-weight: 500; font-size: 13px; }
input:focus, textarea:focus { border-color: #8aa0aa; box-shadow: 0 0 0 3px rgba(24,44,53,.06); }
textarea { resize: vertical; }
.field-note { display: block; font-size: 10px; color: var(--brand-muted); font-weight: 500; margin-top: 4px; }

/* CHAMBER CARDS IN FORM */
.chamber-card { background: #f8fafb; border: 1px solid var(--brand-line); border-radius: 12px; padding: 20px; margin-bottom: 18px; }
.chamber-card.optional-chamber { border-style: dashed; background: #fff; }
.chamber-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--brand-line); }
.chamber-head strong { font-size: 13.5px; color: var(--brand-navy); font-weight: 800; }
.optional-badge { font-size: 10px; font-weight: 800; color: var(--brand-muted); background: #e7ecef; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }

/* TERMS CHECKBOX ROW */
.terms-row { display: flex; gap: 12px; align-items: flex-start; background: #f8fafb; border: 1px solid var(--brand-line); border-radius: 10px; padding: 14px 16px; margin-top: 22px; font-size: 12px; color: var(--brand-text); line-height: 1.45; }
.terms-row input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; cursor: pointer; }
.terms-link { color: var(--brand-red); text-decoration: underline; font-weight: 700; cursor: pointer; }

.submit-btn { width: 100%; margin-top: 16px; }
.form-footnote { text-align: center; color: var(--brand-muted); font-size: 10.5px; margin-top: 10px; margin-bottom: 0; }

/* PROCESS SECTION (DARK) */
.section-dark { background: linear-gradient(135deg,var(--brand-navy-dark),var(--brand-teal)); position: relative; overflow: hidden; }
.section-dark:before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px); background-size: 20px 20px; opacity: .35; }
.section-dark .container { position: relative; }
.section-heading.light h2 { color: #fff; }
.section-heading.light p { color: #bfd0d7; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-card { background: #fff; border-radius: 12px; padding: 24px; min-height: 200px; }
.step-card span { font-size: 11px; color: var(--brand-red); font-weight: 800; }
.step-card h3 { font-size: 17px; line-height: 1.25; margin: 16px 0 10px; color: var(--brand-navy); }
.step-card p { font-size: 12px; color: var(--brand-muted); }

/* PLATFORM / INCLUDED OVERVIEW CARDS */
.overview-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 10px; }
.overview-card { background: #fff; border: 1px solid var(--brand-line); border-radius: 14px; padding: 24px; box-shadow: 0 4px 15px rgba(0,0,0,.03); }
.overview-card .card-icon { width: 36px; height: 36px; border-radius: 8px; background: #fdf2f3; color: var(--brand-red); display: grid; place-items: center; font-weight: 800; font-size: 16px; margin-bottom: 14px; }
.overview-card h3 { font-size: 16px; margin: 0 0 8px; color: var(--brand-navy); }
.overview-card p { font-size: 12px; color: var(--brand-muted); margin: 0; line-height: 1.5; }

/* FAQ SECTION */
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.faq-list details { border-bottom: 1px solid var(--brand-line); padding: 0 0 16px; margin-bottom: 16px; }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 14.5px; list-style: none; position: relative; padding-right: 32px; color: var(--brand-navy); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 0; top: -3px; font-size: 22px; color: var(--brand-red); font-weight: 700; }
.faq-list details[open] summary:after { content: "–"; }
.faq-list p { font-size: 12.5px; color: var(--brand-muted); max-width: 750px; margin-top: 10px; line-height: 1.6; }

/* FINAL CTA SECTION */
.cta-section { background: linear-gradient(120deg,rgba(7,57,72,.97),rgba(24,44,53,.97)); color: #fff; padding: 60px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner span { font-size: 10px; color: #ff6571; font-weight: 800; letter-spacing: .06em; }
.cta-inner h2 { color: #fff; font-size: 34px; margin: 6px 0; }
.cta-inner p { color: #bdcbd0; font-size: 13px; margin: 0; }

/* SITE FOOTER */
.site-footer { padding: 60px 0 20px; background: #fff; border-top: 1px solid var(--brand-line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 165px; height: auto; }
.footer-brand p { font-size: 11px; color: var(--brand-muted); max-width: 280px; margin-top: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid b { font-size: 12px; color: var(--brand-navy); margin-bottom: 4px; }
.footer-grid a, .footer-grid span { font-size: 11px; color: var(--brand-muted); }
.footer-grid a:hover { color: var(--brand-red); }
.footer-bottom { border-top: 1px solid var(--brand-line); padding-top: 18px; margin-top: 40px; font-size: 10px; color: var(--brand-muted); text-align: center; }

/* MOBILE STICKY BOTTOM BAR */
.mobile-order-bar { display: none; }

/* TOAST NOTIFICATION */
.toast { position: fixed; right: 24px; bottom: 24px; background: var(--brand-navy); color: #fff; border-radius: 9px; padding: 12px 18px; font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; z-index: 100; box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.toast.show { opacity: 1; transform: none; }

/* MODAL DIALOG STYLING */
.modal-overlay { position: fixed; inset: 0; background: rgba(13,28,35,.65); backdrop-filter: blur(4px); z-index: 200; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s ease; padding: 20px; }
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal-container { background: #fff; border-radius: 18px; width: min(820px, 100%); max-height: 85vh; display: flex; flex-direction: column; box-shadow: 0 25px 60px rgba(0,0,0,.25); overflow: hidden; transform: translateY(15px); transition: transform .25s ease; }
.modal-overlay.open .modal-container { transform: none; }
.modal-header { padding: 20px 26px; border-bottom: 1px solid var(--brand-line); display: flex; align-items: center; justify-content: space-between; background: var(--brand-soft); }
.modal-header h3 { margin: 0; font-size: 20px; color: var(--brand-navy); }
.modal-close { border: 0; background: transparent; font-size: 24px; cursor: pointer; color: var(--brand-muted); padding: 4px; border-radius: 50%; }
.modal-close:hover { color: var(--brand-navy); }
.modal-body { padding: 26px; overflow-y: auto; font-size: 12.5px; color: #3c4d55; line-height: 1.65; }
.modal-body h4 { font-size: 14px; color: var(--brand-navy); margin: 20px 0 6px; }
.modal-body h4:first-child { margin-top: 0; }
.modal-body p { margin: 0 0 10px; }
.modal-footer { padding: 16px 26px; border-top: 1px solid var(--brand-line); text-align: right; background: var(--brand-soft); }

/* RESPONSIVE STYLES */
@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px 24px; gap: 16px; box-shadow: 0 15px 30px rgba(0,0,0,.1); border-bottom: 1px solid var(--brand-line); }
  .main-nav.active { display: flex; }
  .main-nav a { padding: 8px 0; }
  .main-nav a:after { display: none; }
  .menu-toggle { display: block; }
  .nav-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 400px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .proof-grid > div { padding: 14px 16px; border-right: 0; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .step1-grid { grid-template-columns: 1fr; gap: 24px; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/4; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 28px, 1180px); }
  .top-strip { display: none; }
  .site-header { top: 0; }
  .nav-wrap { height: 66px; }
  .brand { width: 145px; }
  .nav-cta { display: none; }
  .hero { padding: 48px 0 42px; }
  .hero h1 { font-size: 34px; }
  .hero-lead { font-size: 14px; }
  .hero-price-row { align-items: flex-start; }
  .price { font-size: 34px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 8px 16px; }
  .hero-visual { min-height: 340px; }
  .browser-window-frame { max-width: 100%; }
  .floating-badge { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 12px 6px; }
  .proof-grid strong { font-size: 13px; }
  .section { padding: 56px 0; }
  .section-heading h2 { font-size: 30px; }
  .order-stepper { flex-direction: column; gap: 10px; }
  .step-divider { display: none; }
  .step-tab { width: 100%; }
  .package-card { padding: 26px 18px; }
  .package-ribbon { display: none; }
  .package-head { display: block; }
  .package-price { text-align: left; margin-top: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .package-footer { grid-template-columns: 1fr 1fr; }
  .package-footer .btn { grid-column: 1/-1; width: 100%; }
  .steps-grid { grid-template-columns: 1fr; }
  .overview-grid { grid-template-columns: 1fr; }
  .step1-form-card, .order-form-card { padding: 22px 16px; }
  .field-grid.two { grid-template-columns: 1fr; }
  .faq-grid { gap: 18px; }
  .cta-inner { display: block; }
  .cta-inner .btn { margin-top: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-order-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: flex; align-items: center; justify-content: space-between; background: #fff; border-top: 1px solid var(--brand-line); padding: 10px 14px; box-shadow: 0 -10px 30px rgba(24,44,53,.10); }
  .mobile-order-bar div span { display: block; font-size: 9px; color: var(--brand-muted); text-transform: uppercase; font-weight: 800; }
  .mobile-order-bar div strong { font-size: 18px; color: var(--brand-navy); }
  .mobile-order-bar .btn { padding: 11px 16px; }
  .toast { right: 14px; left: 14px; bottom: 80px; text-align: center; }
}
