/* Inter font is loaded (non-render-blocking) from the HTML head, not via @import. */
:root {
  --bg: #f4f6fa;
  --ink: #0f172a;
  --ink-soft: #1e293b;
  --muted: #64748b;
  --line: #e7eaf1;
  --line-strong: #d8dde8;
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --brand-soft: rgba(37, 99, 235, 0.09);
  --accent: #38bdf8;
  --ok: #15803d;
  --err: #dc2626;
  --card: #ffffff;
  --radius: 16px;
  --radius-sm: 12px;
  --radius-xs: 10px;
  --shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.14);
  --ring: 0 0 0 4px rgba(37, 99, 235, 0.15);
  --grad-primary: linear-gradient(135deg, #4f46e5 0%, #2563eb 48%, #06b6d4 100%);
  --grad-accent: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  --grad-cyan: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 100%);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 22px; }
a { color: var(--brand); text-decoration: none; transition: color .15s ease; }
h1, h2, h3 { font-weight: 700; }

/* Section heading rhythm */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 36px; }

/* Announcement bar */
.announce {
  background: var(--grad-primary); color: #fff; text-align: center;
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.01em;
  padding: 9px 16px; line-height: 1.4;
}

/* Header */
.site-header {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 700; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 800; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); }
.brand-logo { height: 36px; width: auto; display: block; }
.brand-name { font-size: 1.18rem; letter-spacing: -0.02em; }
.header-cta { background: var(--brand); color: #fff; padding: 11px 20px; border-radius: var(--radius-xs); font-weight: 600; font-size: 0.92rem; box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28); transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.header-cta:hover { background: var(--brand-dark); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(37, 99, 235, 0.32); }

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: 64px 0;
  background-color: #0b1430;
  background-image: linear-gradient(135deg, #0a1430 0%, #15296b 55%, #2563eb 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .container { width: 100%; }
.hero.has-image { background-position: center center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(102deg, rgba(7, 12, 30, 0.88) 0%, rgba(7, 12, 30, 0.62) 42%, rgba(7, 12, 30, 0.22) 100%);
  z-index: 0;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-block;
  color: #cfe0ff; font-weight: 600; font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.08em; line-height: 1.6; margin: 0 0 18px; max-width: 540px;
}
.eyebrow::before {
  content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); margin-right: 9px; vertical-align: middle;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
}
.hero-copy h1 { color: #fff; font-size: 3rem; font-weight: 800; line-height: 1.06; letter-spacing: -0.03em; margin: 0 0 18px; }
.lead { color: rgba(233, 239, 250, 0.92); font-size: 1.1rem; line-height: 1.65; margin: 0 0 26px; max-width: 540px; }
.trust { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 11px; }
.trust li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: #eef3fb; }
.trust span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(56, 189, 248, 0.18); color: #7ee0ff; font-weight: 800; font-size: 0.78rem; }
.hero-button { display: inline-block; background: #fff; color: var(--ink); padding: 14px 26px; border-radius: var(--radius-sm); font-weight: 700; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22); transition: transform .15s ease, box-shadow .15s ease; }
.hero-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28); }

/* Form card */
.form-card { background: var(--card); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 30px; }
.form-card h2 { margin: 0 0 5px; font-size: 1.5rem; letter-spacing: -0.02em; }
.form-sub { margin: 0 0 20px; color: var(--muted); font-size: 0.93rem; }
.field { margin-bottom: 15px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 7px; color: var(--ink-soft); }
.req { color: var(--err); }
.optional { color: var(--muted); font-weight: 400; }
input, select, textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
  font-size: 0.97rem; font-family: inherit; background: #fff; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease;
}
input::placeholder, textarea::placeholder { color: #9aa3b2; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: var(--ring); }
textarea { resize: vertical; }
.hint { display: block; margin-top: 6px; color: var(--muted); font-size: 0.8rem; }
/* Call-type selector (highlight video call) */
.calltype { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ct-opt { position: relative; display: block; cursor: pointer; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm); padding: 12px 14px; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.ct-opt input { position: absolute; opacity: 0; pointer-events: none; }
.ct-body { display: flex; align-items: center; gap: 10px; }
.ct-ic { flex: 0 0 auto; display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--brand-soft); color: var(--brand); }
.ct-ic svg { width: 20px; height: 20px; }
.ct-txt { display: flex; flex-direction: column; line-height: 1.2; }
.ct-txt b { font-size: 0.92rem; }
.ct-txt small { color: var(--muted); font-size: 0.74rem; margin-top: 2px; }
.ct-badge { position: absolute; top: -9px; right: 12px; background: var(--grad-accent); color: #fff; font-size: 0.64rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 3px 8px; border-radius: 999px; }
.ct-featured { border-color: var(--brand); background: var(--brand-soft); }
.ct-opt:has(input:checked) { border-color: var(--brand); box-shadow: var(--ring); background: var(--brand-soft); }
.ct-opt:has(input:checked) .ct-ic { background: var(--brand); color: #fff; }
@media (max-width: 420px) { .calltype { grid-template-columns: 1fr; } }

.phone-row, .datetime-row { display: flex; gap: 9px; }
.phone-row input { flex: 1; }
.datetime-row input { flex: 1; }
.otp-btn { white-space: nowrap; border: 1px solid var(--brand); background: var(--brand-soft); color: var(--brand); border-radius: var(--radius-sm); padding: 0 16px; font-weight: 600; cursor: pointer; font-size: 0.9rem; transition: background .15s ease; }
.otp-btn:hover { background: rgba(37, 99, 235, 0.14); }
.otp-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.otp-field.verified .otp-btn { border-color: var(--ok); color: var(--ok); background: rgba(21, 128, 61, 0.08); }
.submit-btn { width: 100%; margin-top: 8px; border: none; border-radius: var(--radius-sm); padding: 15px; background: var(--brand); color: #fff; font-weight: 700; font-size: 1.02rem; cursor: pointer; box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3); transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.submit-btn:hover:not(:disabled) { background: var(--brand-dark); transform: translateY(-1px); box-shadow: 0 14px 30px rgba(37, 99, 235, 0.34); }
.submit-btn:disabled { background: #aeb6c5; box-shadow: none; cursor: not-allowed; }
.form-status { margin: 13px 0 0; font-size: 0.9rem; font-weight: 600; min-height: 1.1em; }
.form-status.ok { color: var(--ok); }
.form-status.err { color: var(--err); }
.privacy { margin: 13px 0 0; color: var(--muted); font-size: 0.78rem; }

/* Shared section heading */
.usps h2, .models h2, .reviews-head h2, .how h2 { font-size: 2rem; letter-spacing: -0.025em; }
.section-sub { text-align: center; color: var(--muted); margin: 0 0 34px; font-size: 1.02rem; }

/* Models — Hot & Available */
.models { padding: 72px 0 16px; }
.models h2 { text-align: center; margin: 0 0 8px; }
.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.model-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.model-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14); }
.model-img { position: relative; height: 180px; background-size: cover; background-position: center; }
.model-img.placeholder { background: linear-gradient(135deg, #eef2fb, #dde6f6); display: grid; place-items: center; }
.model-img.placeholder span { width: 66px; height: 44px; border: 3px solid #a8b8d6; border-radius: 7px; box-shadow: 0 9px 0 -3px #a8b8d6; }
.model-badge { position: absolute; top: 13px; left: 13px; padding: 5px 11px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.15); }
.model-badge.hot { background: #e11d48; }
.model-badge.avail { background: var(--ok); }
.model-badge.soldout { background: #6b7280; }
.model-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.model-body h3 { margin: 0; font-size: 1.1rem; letter-spacing: -0.01em; }
.model-specs { margin: 0; color: var(--muted); font-size: 0.88rem; }
.model-desc { margin: 2px 0 0; color: var(--ink-soft); font-size: 0.85rem; line-height: 1.5; }
.model-meta { display: flex; align-items: baseline; gap: 10px; margin-top: 3px; }
.model-price { font-size: 1.28rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.model-gst { font-size: 0.76rem; font-weight: 600; color: var(--muted); }
.model-grade { font-size: 0.74rem; font-weight: 700; color: var(--ok); background: rgba(21, 128, 61, 0.1); padding: 3px 9px; border-radius: 999px; }
.model-warranty { margin: 0; color: var(--muted); font-size: 0.8rem; }
.model-cta { margin-top: auto; padding-top: 12px; font-weight: 700; color: var(--brand); }
.models-note { text-align: center; color: var(--muted); font-size: 0.88rem; margin: 22px 0 0; }

/* Carousel (models + reviews) */
.carousel { position: relative; }
.car-viewport { overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; scrollbar-width: none; padding: 8px 4px 16px; }
.car-viewport::-webkit-scrollbar { display: none; }
.models-grid.car-track, .reviews-grid.car-track { display: flex; gap: 24px; width: max-content; }
.car-track > .model-card { flex: 0 0 320px; width: 320px; }
.car-track > .review-card { flex: 0 0 360px; width: 360px; }
.car-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 48px; height: 48px; border-radius: 50%; border: none;
  background: var(--grad-primary); color: #fff; display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.32); font-size: 1.5rem; line-height: 1; padding-bottom: 3px;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.car-arrow:hover { filter: brightness(1.08); transform: translateY(-50%) scale(1.1); box-shadow: 0 12px 28px rgba(37, 99, 235, 0.4); }
.car-prev { left: -10px; }
.car-next { right: -10px; }
@media (max-width: 600px) { .car-prev { left: -2px; } .car-next { right: -2px; } .car-arrow { width: 40px; height: 40px; } }

/* USP / Why buy from us */
.usps { padding: 64px 0 8px; }
.usps h2 { text-align: center; margin: 0 0 34px; }
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.usp-card { display: flex; align-items: center; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.usp-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1); }
.usp-icon { flex: 0 0 auto; display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; background: var(--brand-soft); color: var(--brand); overflow: hidden; }
.usp-icon img { width: 28px; height: 28px; object-fit: contain; }
.usp-text { display: flex; flex-direction: column; }
.usp-title { font-weight: 700; font-size: 1rem; line-height: 1.3; letter-spacing: -0.01em; }
.usp-note { color: var(--muted); font-size: 0.78rem; margin-top: 3px; }
.usp-gstin { text-align: center; color: var(--muted); font-size: 0.9rem; margin: 24px 0 0; }
.usp-gstin strong { color: var(--ink); }

/* How we test (QC) */
.qc { padding: 64px 0 8px; }
.qc h2 { text-align: center; font-size: 2rem; letter-spacing: -0.025em; margin: 0 0 8px; }
.qc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.qc-card { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.qc-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15,23,42,0.1); }
.qc-icon { flex: 0 0 auto; display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--brand-soft); color: var(--brand); }
.qc-icon svg { width: 24px; height: 24px; }
.qc-text { display: flex; flex-direction: column; }
.qc-name { font-weight: 700; font-size: 0.98rem; }
.qc-note { color: var(--muted); font-size: 0.82rem; margin-top: 2px; }
.qc-video { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 22px 26px; border-radius: var(--radius); color: #fff; background: var(--grad-primary); flex-wrap: wrap; box-shadow: 0 14px 34px rgba(37,99,235,0.28); }
.qc-video-icon { flex: 0 0 auto; display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,0.16); }
.qc-video-icon svg { width: 28px; height: 28px; }
.qc-video p { margin: 0; flex: 1; min-width: 240px; font-size: 1.02rem; font-weight: 500; line-height: 1.5; }
.qc-video-cta { flex: 0 0 auto; background: #fff; color: var(--brand); font-weight: 700; padding: 12px 22px; border-radius: 12px; white-space: nowrap; }
.qc-video-cta:hover { background: #eef2ff; }

/* FAQ */
.faq { padding: 64px 0 8px; }
.faq h2 { text-align: center; font-size: 2rem; letter-spacing: -0.025em; margin: 0 0 30px; }
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 600; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { flex: 0 0 auto; color: var(--brand); font-weight: 700; font-size: 1.4rem; line-height: 1; transition: transform .2s ease; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 20px; color: var(--ink-soft); line-height: 1.65; }

/* Reviews (Google) */
.reviews { padding: 72px 0 8px; }
.reviews-head { text-align: center; margin-bottom: 36px; }
.reviews-head h2 { margin: 0 0 14px; }
.google-rating { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; box-shadow: var(--shadow); }
.g-logo { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: #4285F4; font-weight: 800; }
.g-score { font-size: 1.12rem; font-weight: 800; }
.g-stars { color: #fbbc04; letter-spacing: 1px; }
.g-count { color: var(--muted); font-weight: 500; font-size: 0.9rem; }
.btn-google { display: inline-block; margin-top: 14px; margin-left: 14px; font-weight: 700; color: var(--brand); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1); }
.review-stars { color: #fbbc04; letter-spacing: 2px; font-size: 1.08rem; margin-bottom: 12px; }
.review-text { margin: 0 0 16px; color: var(--ink-soft); line-height: 1.6; }
.review-meta { display: flex; justify-content: space-between; align-items: center; }
.review-author { font-weight: 700; }
.review-date { color: var(--muted); font-size: 0.82rem; }

/* How it works */
.how { padding: 64px 0 76px; }
.how h2 { text-align: center; margin: 0 0 34px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.step-num { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; margin-bottom: 13px; box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3); }
.step h3 { margin: 0 0 7px; font-size: 1.1rem; letter-spacing: -0.01em; }
.step p { margin: 0; color: var(--muted); font-size: 0.94rem; }

/* About */
.about { padding: 72px 0 16px; }
.about-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.about h2 { font-size: 2rem; letter-spacing: -0.025em; margin: 0 0 22px; }
.about-text { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.75; }
.about-text p { margin: 0 0 16px; }
.about-text p:last-child { margin-bottom: 0; }

/* Contact */
.contact { padding: 72px 0 16px; }
.contact h2 { text-align: center; font-size: 2rem; letter-spacing: -0.025em; margin: 0 0 8px; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 18px; box-shadow: var(--shadow); color: var(--ink); transition: transform .18s ease, box-shadow .18s ease; }
a.contact-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12); }
.contact-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--grad-primary); color: #fff; margin-bottom: 4px; }
.contact-icon svg { width: 24px; height: 24px; }
.contact-card:nth-child(4n+2) .contact-icon { background: var(--grad-accent); }
.contact-card:nth-child(4n+3) .contact-icon { background: var(--grad-cyan); }
.contact-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); font-weight: 600; }
.contact-value { font-weight: 600; font-size: 0.98rem; word-break: break-word; }
.contact-map { margin-top: 24px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-map iframe { display: block; width: 100%; height: 360px; border: 0; }

/* Blog */
.blog-home { padding: 64px 0 8px; }
.blog-home h2 { text-align: center; font-size: 2rem; letter-spacing: -0.025em; margin: 0 0 8px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); color: var(--ink); transition: transform .18s ease, box-shadow .18s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(15,23,42,0.14); }
.blog-cover { height: 170px; background: #eef2fb center/cover no-repeat; display: grid; place-items: center; }
.blog-cover span { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); }
.blog-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-card-body h3 { margin: 0; font-size: 1.1rem; line-height: 1.3; letter-spacing: -0.01em; }
.blog-excerpt { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.55; flex: 1; }
.blog-meta { color: var(--muted); font-size: 0.8rem; }

/* Blog list + article pages */
.blog-index .blog-grid { margin-top: 8px; }
.blog-post { max-width: 760px; }
.blog-post h1 { font-size: 2.1rem; letter-spacing: -0.025em; margin: 0 0 8px; }
.blog-post .blog-meta { display: block; margin: 0 0 20px; }
.blog-hero-img { width: 100%; border-radius: var(--radius); margin: 0 0 22px; display: block; }
.blog-content h3 { margin: 26px 0 8px; font-size: 1.2rem; }
.blog-content p { margin: 0 0 14px; }
.blog-cta { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.blog-search { display: flex; gap: 8px; margin: 0 0 16px; max-width: 460px; }
.blog-search input { flex: 1; }
.blog-search button { border: none; background: var(--brand); color: #fff; font-weight: 600; padding: 0 18px; border-radius: var(--radius-sm); cursor: pointer; }
.blog-search button:hover { background: var(--brand-dark); }
.blog-tags-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; }
.blog-tag { display: inline-block; background: var(--brand-soft); color: var(--brand); font-size: 0.82rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.blog-tag:hover, .blog-tag.active { background: var(--brand); color: #fff; }
.blog-post .blog-tags-bar { margin-top: 24px; }
.blog-related { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.blog-related h2 { font-size: 1.5rem; margin: 0 0 20px; letter-spacing: -0.01em; }
.blog-pager { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; gap: 12px; }
.blog-pager a { font-weight: 600; color: var(--brand); }
.blog-pager-info { color: var(--muted); font-size: 0.9rem; }

/* Footer — professional dark */
.site-footer { background: #0b1220; color: #cbd5e1; margin-top: 44px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.5fr; gap: 40px; padding: 56px 0 38px; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-brand-name { font-size: 1.2rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.footer-tagline { color: #94a3b8; font-size: 0.9rem; line-height: 1.65; margin: 0 0 20px; max-width: 330px; }
.footer-col h4 { color: #fff; font-size: 0.95rem; font-weight: 600; margin: 0 0 16px; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer-list li { color: #94a3b8; font-size: 0.89rem; line-height: 1.5; }
.footer-list a { color: #cbd5e1; font-size: 0.89rem; }
.footer-list a:hover { color: #fff; }
.footer-grievance { margin-top: 22px; }
.footer-grievance h4 { margin-bottom: 7px; }
.footer-grievance p { margin: 0; color: #94a3b8; font-size: 0.85rem; line-height: 1.7; }
.footer-grievance a { color: #cbd5e1; }
.footer-grievance a:hover { color: #fff; }
.site-footer .footer-social { display: flex; gap: 12px; justify-content: flex-start; padding: 0; flex-wrap: wrap; }
.site-footer .social-link { background: rgba(255, 255, 255, 0.08); color: #fff; width: 40px; height: 40px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 20px 0 26px; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; color: #94a3b8; font-size: 0.84rem; }
.footer-legal { color: #94a3b8; }
.footer-disclaimer { color: #64748b; font-size: 0.77rem; line-height: 1.55; margin-top: 12px; }

/* Cookie consent banner */
.cookie-banner {
  position: fixed; left: 16px; bottom: 16px; right: auto; max-width: 540px; z-index: 80;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 16px 18px;
}
.cookie-banner p { margin: 0; flex: 1; min-width: 220px; font-size: 0.87rem; color: var(--ink-soft); line-height: 1.5; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-accept { background: var(--grad-primary); color: #fff; border: none; border-radius: 10px; padding: 10px 20px; font-weight: 700; cursor: pointer; font-size: 0.9rem; }
.cookie-decline { background: #fff; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 10px; padding: 10px 16px; font-weight: 600; cursor: pointer; font-size: 0.9rem; }
body.cookie-open .float-contact { bottom: 104px; }
@media (max-width: 600px) { .cookie-banner { right: 16px; max-width: none; } }
.social-link { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #f1f4f9; color: var(--ink); transition: transform .15s ease, background .15s ease, color .15s ease; }
.social-link svg { width: 20px; height: 20px; }
.social-link:hover { transform: translateY(-3px); color: #fff; }
.social-link.instagram:hover { background: #E1306C; }
.social-link.facebook:hover { background: #1877F2; }
.social-link.linkedin:hover { background: #0A66C2; }
.social-link.email:hover { background: var(--brand); }
.social-link.phone:hover { background: #16a34a; }
.social-link.whatsapp:hover { background: #25D366; }

/* Floating contact buttons */
.float-contact { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 13px; z-index: 60; }
.float-btn { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24); transition: transform .15s ease, box-shadow .15s ease; }
.float-btn svg { width: 28px; height: 28px; }
.float-btn:hover { transform: scale(1.07); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3); }
.float-btn.whatsapp { background: #25D366; }
.float-btn.phone { background: var(--brand); }
@media (max-width: 600px) { .float-btn { width: 52px; height: 52px; } }

/* Content / compliance pages */
.page-body { padding: 48px 22px 80px; max-width: 820px; }
.back-link { display: inline-block; margin-bottom: 18px; font-weight: 600; }
.page-body h1 { font-size: 2.1rem; letter-spacing: -0.025em; margin: 0 0 20px; }
.page-content { color: var(--ink-soft); line-height: 1.7; }
.page-content h3 { margin: 28px 0 9px; font-size: 1.18rem; letter-spacing: -0.01em; }
.page-content p { margin: 0 0 13px; }

/* Tablet / stacked layout */
@media (max-width: 880px) {
  .hero { min-height: auto; padding: 48px 0 52px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy h1 { font-size: 2.3rem; }
  .hero-overlay { background: linear-gradient(180deg, rgba(7, 12, 30, 0.82) 0%, rgba(7, 12, 30, 0.62) 55%, rgba(7, 12, 30, 0.45) 100%); }
  .steps, .models-grid, .reviews-grid, .usp-grid, .qc-grid, .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .models, .usps, .reviews, .how, .about, .contact { padding-top: 56px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
}

/* Phones */
@media (max-width: 560px) {
  .hero { padding: 34px 0 40px; }
  .hero-copy h1 { font-size: 1.95rem; }
  .lead { font-size: 1rem; }
  .form-card { padding: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .usps h2, .models h2, .reviews-head h2, .how h2 { font-size: 1.6rem; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   Vibrant accents + animations
   ============================================================ */

/* Gradient primary actions */
.header-cta { background: var(--grad-primary); background-size: 160% 160%; }
.header-cta:hover { background: var(--grad-primary); background-size: 160% 160%; filter: brightness(1.08); transform: translateY(-1px); }
.submit-btn { background: var(--grad-primary); background-size: 160% 160%; }
.submit-btn:hover:not(:disabled) { background: var(--grad-primary); filter: brightness(1.08); transform: translateY(-1px); }
.submit-btn:disabled { background: #aeb6c5; filter: none; }

/* Gradient icon chips */
.usp-icon { background: var(--grad-primary); color: #fff; }
.usp-card:nth-child(3n+2) .usp-icon { background: var(--grad-accent); }
.usp-card:nth-child(3n) .usp-icon { background: var(--grad-cyan); }
.step-num { background: var(--grad-primary); }

/* Gradient underline under centered section headings */
.usps h2, .models h2, .reviews-head h2, .how h2,
.about h2, .contact h2 { position: relative; padding-bottom: 16px; }
.usps h2::after, .models h2::after, .reviews-head h2::after, .how h2::after,
.about h2::after, .contact h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 58px; height: 4px; border-radius: 999px; background: var(--grad-primary);
}

/* Animated vibrant glow over the hero */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(620px 360px at 82% 18%, rgba(99, 102, 241, 0.34), transparent 60%),
    radial-gradient(560px 420px at 14% 88%, rgba(6, 182, 212, 0.22), transparent 60%),
    radial-gradient(420px 300px at 60% 50%, rgba(236, 72, 153, 0.14), transparent 65%);
  animation: heroGlow 14s ease-in-out infinite alternate;
}

/* Keyframes */
@keyframes heroGlow {
  0%   { opacity: 0.75; transform: translate3d(0, 0, 0) scale(1); }
  100% { opacity: 1;    transform: translate3d(0, -14px, 0) scale(1.05); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70%  { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Hero entrance (staggered) */
.hero-copy .eyebrow { animation: fadeUp 0.6s 0.05s both; }
.hero-copy h1 { animation: fadeUp 0.6s 0.15s both; }
.hero-copy .lead { animation: fadeUp 0.6s 0.27s both; }
.hero-copy .trust { animation: fadeUp 0.6s 0.39s both; }
.hero-copy .hero-button { animation: fadeUp 0.6s 0.51s both; }
.form-card { animation: fadeUp 0.7s 0.22s both; }

/* Floating WhatsApp pulse */
.float-btn.whatsapp { animation: pulseRing 2.6s ease-out infinite; }

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

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

/* Enquiry note on form (from product page) */
.model-note {
  background: var(--brand-soft);
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: var(--brand-dark);
  border-radius: var(--radius-xs);
  padding: 10px 14px;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

/* Product detail page */
.page-body.pdp { max-width: 1040px; }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.pdp-media {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  min-height: 300px;
}
.pdp-media img { width: 100%; height: auto; object-fit: contain; border-radius: var(--radius-sm); }
.pdp-media-ph { width: 100%; height: 260px; border-radius: var(--radius-sm); background: linear-gradient(135deg, #eef2f9, #dbe3f1); }
.pdp-badge {
  position: absolute; top: 16px; left: 16px;
  font-size: 0.78rem; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  color: #fff; letter-spacing: 0.02em;
}
.pdp-badge.hot { background: linear-gradient(135deg, #f97316, #ef4444); }
.pdp-badge.avail { background: var(--ok); }
.pdp-badge.soldout { background: var(--muted); }
.pdp-info h1 { font-size: 1.9rem; letter-spacing: -0.025em; margin: 0 0 10px; }
.pdp-specs { color: var(--muted); font-size: 1.02rem; margin: 0 0 16px; }
.pdp-price { font-size: 1.7rem; font-weight: 800; color: var(--ink); display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pdp-gst { font-size: 0.82rem; font-weight: 600; color: var(--muted); }
.pdp-price-req { font-size: 1.2rem; font-weight: 700; color: var(--brand-dark); }
.pdp-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 4px; }
.pdp-tag { font-size: 0.82rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; background: #f1f4fa; color: var(--ink-soft); border: 1px solid var(--line); }
.pdp-tag.ok { background: rgba(21, 128, 61, 0.1); color: var(--ok); border-color: rgba(21, 128, 61, 0.2); }
.pdp-desc { color: var(--ink-soft); margin: 16px 0 22px; }
.pdp-book {
  display: inline-block; background: var(--grad-primary); color: #fff;
  font-weight: 700; padding: 14px 30px; border-radius: var(--radius-sm);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pdp-book:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(37, 99, 235, 0.36); }
.pdp-trust { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 8px; }
.pdp-trust li { color: var(--ink-soft); font-size: 0.95rem; font-weight: 500; }

@media (max-width: 760px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 24px; }
  .pdp-info h1 { font-size: 1.55rem; }
  .pdp-price { font-size: 1.4rem; }
}

/* Product detail — spec table + software */
.pdp-section { margin-top: 42px; }
.pdp-section h2 { font-size: 1.25rem; letter-spacing: -0.02em; margin: 0 0 16px; }
.pdp-spec-table { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); }
.pdp-spec-table th, .pdp-spec-table td { text-align: left; padding: 13px 18px; font-size: 0.96rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.pdp-spec-table tr:last-child th, .pdp-spec-table tr:last-child td { border-bottom: none; }
.pdp-spec-table th { width: 190px; color: var(--muted); font-weight: 600; background: #f8fafc; }
.pdp-spec-table td { color: var(--ink-soft); font-weight: 500; }
.pdp-software { background: var(--brand-soft); border: 1px solid rgba(37, 99, 235, 0.18); border-radius: var(--radius-sm); padding: 16px 18px; color: var(--ink-soft); margin: 0; line-height: 1.7; }
@media (max-width: 560px) {
  .pdp-spec-table th { width: 130px; }
  .pdp-spec-table th, .pdp-spec-table td { padding: 11px 12px; font-size: 0.9rem; }
}

/* Header nav (server-rendered pages) */
.header-nav { display: flex; gap: 22px; margin-left: auto; margin-right: 22px; }
.header-nav a { color: var(--ink-soft); font-weight: 600; font-size: 0.95rem; }
.header-nav a:hover { color: var(--brand); }
@media (max-width: 720px) { .header-nav { display: none; } }

/* Homepage compare CTA */
.models-compare-cta { text-align: center; margin-top: 26px; }
.compare-link { display: inline-block; font-weight: 700; color: var(--brand-dark); border: 1.5px solid var(--brand); padding: 11px 24px; border-radius: 999px; transition: background 0.2s ease, color 0.2s ease; }
.compare-link:hover { background: var(--brand); color: #fff; }

/* Product page actions */
.pdp-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.pdp-compare { font-weight: 600; color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.pdp-compare:hover { color: var(--brand); }

/* Compare page */
.page-body.cmp { max-width: 1140px; }
.cmp h1 { font-size: 2rem; letter-spacing: -0.025em; margin: 0 0 8px; }
.cmp-intro { color: var(--muted); margin: 0 0 22px; }
.cmp-picker { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.cmp-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1.5px solid var(--line-strong); border-radius: 999px; font-size: 0.9rem; font-weight: 600; color: var(--ink-soft); cursor: pointer; background: var(--card); transition: border-color 0.15s ease, background 0.15s ease; }
.cmp-chip:hover { border-color: var(--brand); }
.cmp-chip input { accent-color: var(--brand); width: 16px; height: 16px; }
.cmp-chip.disabled { opacity: 0.45; cursor: not-allowed; }
.cmp-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: var(--card); }
.cmp-table { border-collapse: collapse; width: 100%; min-width: 560px; }
.cmp-table th, .cmp-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 0.94rem; }
.cmp-table thead th { background: #f8fafc; position: sticky; top: 0; }
.cmp-table tbody th[scope="row"] { width: 150px; color: var(--muted); font-weight: 600; background: #fbfcfe; white-space: nowrap; }
.cmp-table td { color: var(--ink-soft); font-weight: 500; }
.cmp-table .cmp-price { font-weight: 800; color: var(--ink); font-size: 1.05rem; }
.cmp-table a { color: var(--brand-dark); font-weight: 700; }
.cmp-card { display: flex; flex-direction: column; gap: 8px; min-width: 150px; }
.cmp-card img { width: 100%; max-width: 150px; height: 90px; object-fit: contain; border-radius: var(--radius-xs); background: #f1f4fa; }
.cmp-ph { width: 100%; max-width: 150px; height: 90px; border-radius: var(--radius-xs); background: linear-gradient(135deg, #eef2f9, #dbe3f1); }
.cmp-badge { align-self: flex-start; font-size: 0.7rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: var(--grad-primary); color: #fff; }
.cmp-book { display: inline-block; background: var(--grad-primary); color: #fff !important; font-weight: 700; padding: 10px 18px; border-radius: var(--radius-xs); box-shadow: 0 8px 18px rgba(37,99,235,0.28); }
.cmp-book:hover { transform: translateY(-1px); }
.cmp-empty, .cmp-live th[scope="row"]:empty { color: var(--muted); }
.cmp-empty { padding: 30px; text-align: center; }
@media (max-width: 560px) {
  .cmp-table th, .cmp-table td { padding: 11px 12px; font-size: 0.88rem; }
  .cmp-table tbody th[scope="row"] { width: 108px; }
}

/* Deal / Offer of the Day */
.deal { padding: 30px 0 6px; }
.deal-inner {
  position: relative; overflow: hidden; border-radius: 22px; background: var(--grad-primary);
  color: #fff; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: center; padding: 34px 38px;
}
.deal-inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(1200px 300px at 100% 0%, rgba(255,255,255,.18), transparent 60%); pointer-events: none; }
.deal-copy { position: relative; z-index: 1; }
.deal-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35); padding: 7px 15px; border-radius: 999px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.deal-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #22d3ee; box-shadow: 0 0 0 4px rgba(34,211,238,.35); }
.deal-title { font-size: 2rem; line-height: 1.15; letter-spacing: -.03em; margin: 16px 0 6px; font-weight: 800; color: #fff; }
.deal-sub { font-size: 1.02rem; color: rgba(255,255,255,.9); margin: 0 0 18px; }
.deal-specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.deal-spec { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); padding: 6px 13px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.deal-price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.deal-price { font-size: 2.4rem; font-weight: 800; letter-spacing: -.02em; }
.deal-mrp { font-size: 1.15rem; color: rgba(255,255,255,.7); text-decoration: line-through; }
.deal-save { background: #fde047; color: #713f12; font-weight: 800; font-size: .82rem; padding: 5px 12px; border-radius: 999px; }
.deal-gst { font-size: .82rem; color: rgba(255,255,255,.82); margin: 2px 0 22px; }
.deal-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.deal-book { background: #fff; color: var(--brand-dark); font-weight: 800; padding: 14px 30px; border-radius: var(--radius-sm); box-shadow: 0 12px 26px rgba(0,0,0,.18); transition: transform .18s ease; }
.deal-book:hover { transform: translateY(-2px); }
.deal-view { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.deal-media { position: relative; display: flex; align-items: center; justify-content: center; }
.deal-photo-img { width: 100%; max-width: 420px; height: auto; border-radius: 18px; box-shadow: 0 30px 60px rgba(0,0,0,.35); background: #fff; }
.deal-photo { width: 100%; max-width: 420px; aspect-ratio: 16/10; border-radius: 18px; background: linear-gradient(135deg,#0b1220,#1e293b); display: flex; align-items: center; justify-content: center; box-shadow: 0 30px 60px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.15); position: relative; overflow: hidden; }
.deal-photo .laptop { width: 74%; height: 60%; border-radius: 12px 12px 4px 4px; background: linear-gradient(135deg,#e2e8f0,#94a3b8); box-shadow: inset 0 0 0 3px #0f172a; }
.deal-photo .base { position: absolute; bottom: 16%; width: 82%; height: 9px; border-radius: 0 0 8px 8px; background: #334155; }
@media (max-width: 760px) {
  .deal-inner { grid-template-columns: 1fr; padding: 26px 22px; text-align: center; }
  .deal-title { font-size: 1.6rem; }
  .deal-price { font-size: 2rem; }
  .deal-specs, .deal-price-row, .deal-actions { justify-content: center; }
  .deal-media { order: -1; }
}

/* Deal of the Day — stock + reserve/video CTAs */
.deal-stock { display: inline-block; margin-left: 10px; background: #fde047; color: #713f12; font-weight: 800; font-size: .78rem; letter-spacing: .02em; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; vertical-align: middle; }
.deal-stock.out { background: rgba(255,255,255,.2); color: #fff; }
.deal-reserve-note { font-size: .88rem; color: rgba(255,255,255,.92); margin: 0 0 12px; }
.deal-reserve { background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.6); color: #fff; font-weight: 800; padding: 13px 26px; border-radius: var(--radius-sm); transition: background .18s ease, transform .18s ease; }
.deal-reserve:hover { background: rgba(255,255,255,.28); transform: translateY(-2px); }
.deal-soldout { color: #fff; font-weight: 700; font-size: 1.05rem; }
.deal-soldout .deal-notify { color: #fff; text-decoration: underline; }

/* Reserve / PayU checkout page */
.reserve-page { max-width: 560px; }
.reserve-page h1 { font-size: 1.7rem; letter-spacing: -.02em; margin: 0 0 18px; }
.reserve-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.reserve-item { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.reserve-item img { width: 84px; height: 60px; object-fit: contain; border-radius: var(--radius-xs); background: #f1f4fa; }
.reserve-amt { font-size: 1.05rem; margin: 16px 0 20px; }
.reserve-amt span { color: var(--muted); font-size: .85rem; }
.reserve-form { display: flex; flex-direction: column; gap: 14px; }
.reserve-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--ink-soft); }
.reserve-form label span { color: var(--err); }
.reserve-form input { padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-xs); font-size: 1rem; font-family: inherit; }
.reserve-form input:focus { outline: none; border-color: var(--brand); box-shadow: var(--ring); }
.reserve-pay { margin-top: 6px; background: var(--grad-primary); color: #fff; font-weight: 800; font-size: 1.05rem; border: none; padding: 15px; border-radius: var(--radius-sm); cursor: pointer; box-shadow: 0 12px 26px rgba(37,99,235,.28); transition: transform .18s ease; }
.reserve-pay:hover { transform: translateY(-2px); }
.reserve-secure { text-align: center; color: var(--muted); font-size: .82rem; margin: 4px 0 0; }
.reserve-result { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px 26px; }
.reserve-result h1 { margin: 12px 0; }
.reserve-check { width: 64px; height: 64px; margin: 0 auto; border-radius: 50%; background: var(--ok); color: #fff; font-size: 2rem; display: flex; align-items: center; justify-content: center; }
.reserve-result.fail h1 { color: var(--err); }
.reserve-ref { color: var(--muted); font-size: .9rem; margin: 14px 0 22px; }
.reserve-result .pdp-book { display: inline-block; }

/* Business & contact details block on policy pages */
.biz-details { margin-top: 40px; padding-top: 26px; border-top: 2px solid var(--line); }
.biz-details h2 { font-size: 1.2rem; margin: 0 0 16px; }
.biz-table { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.biz-table th, .biz-table td { text-align: left; padding: 12px 16px; font-size: .94rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.biz-table tr:last-child th, .biz-table tr:last-child td { border-bottom: none; }
.biz-table th { width: 200px; color: var(--muted); font-weight: 600; background: #f8fafc; white-space: nowrap; }
.biz-table td { color: var(--ink-soft); }
.biz-note { font-size: .85rem; color: var(--muted); margin: 14px 0 0; }
@media (max-width: 560px) { .biz-table th { width: 130px; } .biz-table th, .biz-table td { padding: 10px 12px; font-size: .88rem; } }

/* Shop by category */
.shopcat { padding: 30px 0 4px; }
.shopcat > .container > h2 { font-size: 1.5rem; letter-spacing: -.02em; margin: 0 0 18px; }
.shopcat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.shopcat-card { position: relative; border-radius: 18px; padding: 26px; color: #fff; overflow: hidden; min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(135deg,#4f46e5,#2563eb); box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.shopcat-card.alt { background: linear-gradient(135deg,#0ea5e9,#06b6d4); }
.shopcat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.shopcat-card h3 { margin: 0 0 4px; font-size: 1.4rem; color: #fff; }
.shopcat-card p { margin: 0 0 10px; opacity: .92; font-size: .92rem; }
.shopcat-count { position: absolute; top: 18px; right: 18px; background: rgba(255,255,255,.22); padding: 5px 13px; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.shopcat-go { font-weight: 800; font-size: .9rem; }
@media (max-width: 640px){ .shopcat-grid { grid-template-columns: 1fr; } }

/* Category filter chips on the products grid */
.models-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 22px; }
.mfilter { border: 1.5px solid var(--line-strong); background: #fff; color: var(--ink-soft); border-radius: 999px; padding: 8px 18px; font-weight: 600; font-size: .88rem; cursor: pointer; font-family: inherit; transition: all .15s ease; }
.mfilter:hover { border-color: var(--brand); }
.mfilter.on { background: var(--brand); color: #fff; border-color: var(--brand); }

/* Category landing page grid + tagline */
.cat-tagline { color: var(--muted); font-size: 1.02rem; margin: 0 0 22px; }
.cat-grid-page { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.cat-grid-page .model-card { width: auto; }
.cat-grid-page .model-media { height: 170px; display: flex; align-items: center; justify-content: center; background: #f1f4fa; position: relative; border-radius: var(--radius-sm) var(--radius-sm) 0 0; overflow: hidden; }
.cat-grid-page .model-media img { max-width: 90%; max-height: 90%; object-fit: contain; }
.cat-grid-page .model-ph { width: 100%; height: 100%; background: linear-gradient(135deg,#eef2f9,#dbe3f1); }

/* Admin: category tag chip */
.cat-tag { display:inline-block; background:#e0e7ff; color:#3730a3; font-size:.68rem; font-weight:700; padding:2px 8px; border-radius:999px; vertical-align:middle; text-transform:none; letter-spacing:0; }

/* Condition grades page + badges */
.cond-page { max-width: 860px; }
.cond-page h1 { font-size: 1.9rem; letter-spacing: -.02em; margin: 0 0 10px; }
.cond-intro { color: var(--muted); font-size: 1.02rem; margin: 0 0 26px; }
.cond-grid { display: grid; gap: 14px; }
.cond-card { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--line-strong); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 16px 20px; }
.cond-summary { font-weight: 700; color: var(--ink); margin: 10px 0 4px; }
.cond-detail { color: var(--ink-soft); margin: 0; font-size: .96rem; }
.cond-badge { display: inline-block; font-weight: 800; font-size: .82rem; padding: 6px 14px; border-radius: 999px; letter-spacing: .01em; }
/* grade colours (best -> most worn) */
.g-new     { background: #dcfce7; color: #14532d; } .cond-card:has(.g-new)     { border-left-color: #16a34a; }
.g-mint    { background: #d1fae5; color: #065f46; } .cond-card:has(.g-mint)    { border-left-color: #059669; }
.g-teal    { background: #cffafe; color: #155e75; } .cond-card:has(.g-teal)    { border-left-color: #0891b2; }
.g-excellent{ background: #dbeafe; color: #1e40af; } .cond-card:has(.g-excellent){ border-left-color: #2563eb; }
.g-verygood{ background: #e0e7ff; color: #3730a3; } .cond-card:has(.g-verygood){ border-left-color: #4f46e5; }
.g-good    { background: #fef9c3; color: #854d0e; } .cond-card:has(.g-good)    { border-left-color: #ca8a04; }
.g-fair    { background: #ffedd5; color: #9a3412; } .cond-card:has(.g-fair)    { border-left-color: #ea580c; }
/* condition pill/link on product pages */
.cond-pill { text-decoration: none; border: none !important; font-weight: 700; }
.cond-pill.g-new, .cond-pill.g-mint { background: #dcfce7; color: #14532d; }
.cond-pill.g-teal { background: #cffafe; color: #155e75; }
.cond-pill.g-excellent { background: #dbeafe; color: #1e40af; }
.cond-pill.g-verygood { background: #e0e7ff; color: #3730a3; }
.cond-pill.g-good { background: #fef9c3; color: #854d0e; }
.cond-pill.g-fair { background: #ffedd5; color: #9a3412; }

/* Flat reserve buttons on products */
.pdp-reserve { display: inline-block; background: rgba(37,99,235,.08); border: 1.5px solid var(--brand); color: var(--brand-dark); font-weight: 800; padding: 13px 26px; border-radius: var(--radius-sm); transition: background .18s ease, transform .18s ease; }
.pdp-reserve:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.model-reserve { display: block; text-align: center; margin-top: 8px; background: var(--brand); color: #fff !important; font-weight: 700; font-size: .9rem; padding: 9px 14px; border-radius: var(--radius-xs); box-shadow: 0 6px 14px rgba(37,99,235,.25); transition: transform .15s ease; }
.model-reserve:hover { transform: translateY(-1px); }
.cat-grid-page .model-reserve { margin-top: 10px; }

/* Product page image gallery */
.pdp-gallery { display: flex; flex-direction: column; gap: 12px; }
.pdp-media { position: relative; }
.pdp-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-thumb { width: 68px; height: 68px; border: 2px solid var(--line); border-radius: 10px; background: #fff; padding: 4px; cursor: pointer; overflow: hidden; transition: border-color .15s ease; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pdp-thumb.on { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
.pdp-thumb:hover { border-color: var(--brand); }

/* Admin: product photo gallery manager */
.m-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.m-gitem { position: relative; width: 90px; border: 1px solid var(--line-strong); border-radius: 10px; padding: 5px; background: #fff; }
.m-gitem.main { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(37,99,235,.15); }
.m-gitem img { width: 100%; height: 66px; object-fit: contain; display: block; }
.m-gmain { display: block; text-align: center; font-size: .68rem; font-weight: 800; color: var(--brand-dark); margin-top: 3px; }
.m-gset { display: block; width: 100%; margin-top: 3px; font-size: .66rem; padding: 3px 0; border: 1px solid var(--line-strong); border-radius: 6px; background: #f8fafc; cursor: pointer; }
.m-gdel { position: absolute; top: -7px; right: -7px; width: 22px; height: 22px; border-radius: 50%; background: var(--err); color: #fff; border: none; font-size: .8rem; cursor: pointer; line-height: 1; }

/* Product page trust bar (returns / warranty / shipping) */
.pdp-trustbar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 6px; background: #f4f6fb; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.pdp-tb { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.pdp-tb-ic { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: #fff; border: 1px solid var(--line); font-size: 1.2rem; }
.pdp-tb-tx { display: flex; flex-direction: column; line-height: 1.25; }
.pdp-tb-tx b { font-size: .95rem; font-weight: 700; }
.pdp-tb-tx small { color: var(--muted); font-size: .8rem; }
a.pdp-tb:hover .pdp-tb-tx b { color: var(--brand-dark); text-decoration: underline; }
@media (max-width: 640px) { .pdp-trustbar { grid-template-columns: 1fr; gap: 14px; } }

/* Out of stock — label & "Check future availability" CTA */
.model-badge.soldout, .pdp-badge.soldout { background: #dc2626; color: #fff; }
.model-card.oos .model-img, .model-card.oos .model-media img { filter: grayscale(0.55); opacity: .9; }
.model-avail { background: #0f172a !important; box-shadow: 0 6px 14px rgba(15, 23, 42, .28); }
.model-avail:hover { background: #1e293b !important; }
.pdp-avail { background: #0f172a; }
.pdp-avail:hover { box-shadow: 0 16px 32px rgba(15, 23, 42, .35); }
.pdp-oos-note { background: #fef2f2; border: 1px solid #fecaca; color: #7f1d1d; border-radius: var(--radius-xs); padding: 10px 14px; font-size: .95rem; margin: 0 0 14px; }

/* Card footer — keeps "View details" aligned across all cards; buttons stack above it */
.model-foot { margin-top: auto; padding-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.model-foot .model-cta { margin-top: 0; padding-top: 0; }
.model-foot .model-reserve { margin-top: 0; }
.cat-grid-page .model-foot .model-reserve { margin-top: 0; }

/* MRP strikethrough + auto % off tag */
.mrp-strike { color: var(--muted); text-decoration: line-through; font-weight: 500; font-size: .82em; margin-left: 6px; }
.off-tag { display: inline-block; background: #dcfce7; color: #15803d; font-weight: 700; font-size: .68em; padding: 2px 8px; border-radius: 999px; margin-left: 4px; vertical-align: middle; }
.pdp-price .mrp-strike { font-size: .6em; }
.pdp-price .off-tag { font-size: .45em; padding: 3px 10px; }

/* Card pricing — price + MRP + % off on one wrapping row; GST note + condition pill on the next */
.model-pricerow { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; margin-top: 3px; }
.model-pricerow .mrp-strike { margin-left: 0; white-space: nowrap; }
.model-pricerow .off-tag { margin-left: 0; white-space: nowrap; align-self: center; }
.model-meta { flex-wrap: wrap; gap: 6px 10px; align-items: center; }
.model-gst { white-space: nowrap; }
.model-grade { white-space: nowrap; }
/* Server-rendered category cards: let the price line wrap the same way */
.cat-grid-page .model-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; }
.cat-grid-page .model-price .mrp-strike { margin-left: 0; white-space: nowrap; }
.cat-grid-page .model-price .off-tag { margin-left: 0; white-space: nowrap; align-self: center; }
.cat-grid-page .model-price .model-gst { white-space: nowrap; }

/* Header nav alignment — single line, no wrapping/collisions with brand or CTA */
.header-inner { gap: 18px; }
.brand { flex-shrink: 0; }
.brand-name { white-space: nowrap; }
.header-nav { align-items: center; flex-wrap: nowrap; gap: 18px; margin-left: 10px; margin-right: 10px; min-width: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.header-nav::-webkit-scrollbar { display: none; }
.header-nav a { white-space: nowrap; line-height: 1; }
.header-cta { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 860px) { .header-nav { display: none; } }

/* Condition-based pricing: selector chips on the product page + "From" price on cards */
.pdp-cond-label { font-weight: 700; font-size: .9rem; margin: 14px 0 8px; }
.pdp-cond-label a { color: var(--muted); text-decoration: none; }
.pdp-cond-opts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; }
.pdp-cond-opt { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 16px; cursor: pointer; font: inherit; transition: border-color .15s ease, box-shadow .15s ease; }
.pdp-cond-opt b { font-size: .92rem; }
.pdp-cond-opt small { color: var(--muted); font-weight: 600; }
.pdp-cond-opt:hover { border-color: var(--brand); }
.pdp-cond-opt.on { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(37, 99, 235, .15); }
.pdp-cond-opt.on b { color: var(--brand); }
.from-tag { font-size: .68em; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; margin-right: 2px; }

/* Schedule video call CTA on the product page */
.pdp-video { background: #fff; color: var(--brand); border: 2px solid var(--brand); box-shadow: none; }
.pdp-video:hover { background: rgba(37, 99, 235, .06); box-shadow: none; }

/* "Best for" use-case tags under the price */
.bestfor { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 8px 0 2px; }
.bestfor-label { color: var(--muted); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .03em; }
.bestfor-tag { background: #eef2ff; color: #3730a3; font-weight: 600; font-size: .78rem; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.pdp .bestfor { margin: 12px 0 4px; }

/* ============================================================
   UI/UX polish pass (guided by ui-ux-pro-max checklist):
   SVG icons, visible focus states, consistent hover motion,
   pressed states, refined depth, accessible contrast.
   ============================================================ */

/* Keyboard focus — clearly visible without affecting mouse users */
:focus { outline: none; }
:focus-visible { outline: 3px solid rgba(37, 99, 235, .55); outline-offset: 2px; border-radius: 6px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: none; border-color: var(--brand) !important; box-shadow: var(--ring); }

/* Every interactive element behaves like one */
button, [role="button"], .btn, .pdp-thumb, .pdp-cond-opt, .mfilter, .status-sel { cursor: pointer; }
a, button, .btn { -webkit-tap-highlight-color: rgba(37, 99, 235, .12); }

/* Consistent, calm motion (200ms) + gentle press feedback */
.model-card, .pdp-card, .shopcat-card, .stat, .card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.model-card:hover, .shopcat-card:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(15, 23, 42, .05), 0 18px 40px rgba(15, 23, 42, .10); }
.pdp-book:active, .pdp-reserve:active, .model-reserve:active, .header-cta:active, .btn:active, .deal-book:active, .deal-reserve:active { transform: translateY(1px) scale(.99); }

/* Product imagery: subtle zoom on hover (desktop only) */
@media (hover: hover) {
  .model-media { overflow: hidden; }
  .model-media img, .pdp-media img { transition: transform .35s ease; }
  .model-card:hover .model-media img, .pdp-media:hover img { transform: scale(1.035); }
  .model-img { transition: background-size .35s ease; }
}

/* Header nav: smooth underline indicator */
.header-nav a { position: relative; padding: 4px 0; }
.header-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--brand); transition: right .2s ease; }
.header-nav a:hover::after { right: 0; }

/* Inline SVG icon sizing (replaces emoji icons) */
.pdp-tb-ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); flex-shrink: 0; }
.pdp-tb-ic svg { width: 21px; height: 21px; }
.pdp-video svg, .deal-book .ic { width: 18px; height: 18px; vertical-align: -3.5px; margin-right: 6px; }

/* Depth refinement: softer two-layer shadows on key surfaces */
.model-card { box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 28px rgba(15, 23, 42, .07); }
.pdp-media img { border-radius: inherit; }

/* Price hierarchy: make the selling price unmistakably primary */
.model-price { font-variant-numeric: tabular-nums; }
.pdp-price { font-variant-numeric: tabular-nums; }

/* Better text selection + anchor scroll offset below sticky header */
::selection { background: rgba(37, 99, 235, .18); }
[id] { scroll-margin-top: 84px; }

/* Form inputs: calmer borders, clear focus */
input, select, textarea { transition: border-color .15s ease, box-shadow .15s ease; }

/* Status pills & chips: no jarring color pops */
.pill, .cat-tag, .off-tag, .bestfor-tag, .model-badge, .pdp-badge { transition: none; }

/* Ensure muted text keeps ≥4.5:1 contrast on white cards */
.model-specs, .pdp-specs { color: #55637a; }

/* ============================================================
   Typography upgrade (ui-ux-pro-max e-commerce pairing):
   Rubik = headings, prices, buttons · Nunito Sans = body text
   ============================================================ */
body { font-family: "Nunito Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, .brand-name, .deal-title, .model-price, .pdp-price, .deal-price, .stat b,
.header-cta, .pdp-book, .pdp-reserve, .model-reserve, .deal-book, .deal-reserve, .hero-button, .btn.primary {
  font-family: "Rubik", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
h1, h2 { letter-spacing: -0.02em; }

/* Showcase rhythm: generous, consistent vertical space between homepage sections */
main section, .page-body { scroll-margin-top: 84px; }
@media (min-width: 900px) {
  .section-pad, main > section { padding-top: 8px; padding-bottom: 8px; }
}

/* DPDP consent checkbox on the lead form */
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 12px; font-size: .82rem; color: var(--muted); line-height: 1.5; cursor: pointer; }
.consent-row input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--brand); flex-shrink: 0; cursor: pointer; }
.consent-row a { text-decoration: underline; }

/* ============ Category icon strip (homepage) ============ */
.cat-strip-section { background: #fff; border-bottom: 1px solid var(--line); }
.cat-strip { display: flex; gap: 8px; overflow-x: auto; padding: 14px 2px 12px; scroll-snap-type: x proximity; scrollbar-width: none; -ms-overflow-style: none; }
.cat-strip::-webkit-scrollbar { display: none; }
.cat-chip { display: flex; flex-direction: column; align-items: center; gap: 7px; min-width: 86px; scroll-snap-align: start; color: var(--ink); text-align: center; }
.cat-chip-ring { width: 68px; height: 68px; border-radius: 16px; padding: 3px; background: linear-gradient(135deg, #4f46e5, #2563eb 55%, #06b6d4); display: grid; place-items: center; transition: transform .2s ease, box-shadow .2s ease; }
.cat-chip-ring img, .cat-chip-letter { width: 100%; height: 100%; border-radius: 13px; object-fit: cover; background: #fff; border: 2px solid #fff; }
.cat-chip-letter { display: grid; place-items: center; font-weight: 800; font-size: 1.4rem; color: var(--brand); }
.cat-chip:hover .cat-chip-ring { transform: translateY(-2px) scale(1.04); box-shadow: 0 10px 22px rgba(37, 99, 235, .25); }
.cat-chip-name { font-size: .78rem; font-weight: 700; line-height: 1.2; max-width: 92px; }
@media (min-width: 900px) { .cat-strip { justify-content: center; gap: 26px; } .cat-chip-ring { width: 76px; height: 76px; } }

/* ============ Auto-scrolling trust ribbon ============ */
.ribbon { overflow: hidden; background: var(--grad-primary); color: #fff; padding: 10px 0; }
.ribbon-track { display: inline-flex; gap: 44px; white-space: nowrap; will-change: transform; animation: ribbon-scroll 26s linear infinite; padding-right: 44px; }
.ribbon-item { font-weight: 700; font-size: .95rem; letter-spacing: .02em; }
@keyframes ribbon-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 640px) { .ribbon-item { font-size: .85rem; } .ribbon-track { gap: 30px; padding-right: 30px; } }
@media (prefers-reduced-motion: reduce) { .ribbon-track { animation: none; } }

/* ================================================================
   PREMIUM MINIMAL THEME — whole-site design revamp.
   White space, restrained color, hairline borders, soft depth,
   image-forward cards, calm typography. Overrides the base look
   without touching any markup or behavior.
   ================================================================ */
:root {
  --bg: #f7f8fb;
  --ink: #0b1220;
  --ink-soft: #24303f;
  --muted: #5b6779;
  --line: #e9ecf2;
  --line-strong: #dde2ea;
  --brand: #1d4ed8;
  --brand-dark: #1e40af;
  --brand-soft: rgba(29, 78, 216, 0.07);
  --card: #ffffff;
  --radius: 18px;
  --radius-sm: 14px;
  --radius-xs: 11px;
  --shadow: 0 1px 2px rgba(11, 18, 32, 0.03), 0 12px 32px rgba(11, 18, 32, 0.05);
  --shadow-lg: 0 2px 6px rgba(11, 18, 32, 0.04), 0 28px 64px rgba(11, 18, 32, 0.10);
  --ring: 0 0 0 4px rgba(29, 78, 216, 0.14);
  --grad-primary: linear-gradient(150deg, #1e40af 0%, #1d4ed8 60%, #2563eb 100%);
  --grad-accent: linear-gradient(135deg, #1d4ed8, #2563eb);
  --grad-cyan: linear-gradient(135deg, #1d4ed8, #3b82f6);
}
body { font-size: 16.5px; line-height: 1.65; letter-spacing: .002em; }

/* Header: airy, hairline, quietly sticky */
.site-header { background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { height: 74px; }
.brand-name { font-weight: 700; }
.header-nav a { font-weight: 600; color: #3d4a5c; }
.header-cta { border-radius: 12px; padding: 12px 22px; box-shadow: none; }
.header-cta:hover { box-shadow: 0 10px 24px rgba(29, 78, 216, .25); }

/* Hero: deep, desaturated navy — lets product imagery and the form breathe */
.hero { background-color: #0a0f1e; background-image: linear-gradient(160deg, #0a0f1e 0%, #101a36 55%, #16295e 100%); min-height: 560px; }
.hero-copy h1 { font-weight: 700; letter-spacing: -0.03em; line-height: 1.12; }
.eyebrow { letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; opacity: .85; }
.form-card { border: none; border-radius: 20px; padding: 34px; }

/* Category strip: quiet chips — thin ring instead of loud gradient */
.cat-strip-section { border-bottom: 1px solid var(--line); }
.cat-chip-ring { background: #fff; border: 1px solid var(--line-strong); padding: 4px; box-shadow: 0 1px 2px rgba(11,18,32,.04); }
.cat-chip-ring img, .cat-chip-letter { border: none; border-radius: 11px; }
.cat-chip:hover .cat-chip-ring { border-color: var(--brand); box-shadow: 0 10px 24px rgba(29, 78, 216, .16); transform: translateY(-2px); }
.cat-chip-name { font-weight: 600; color: #3d4a5c; }

/* Trust ribbon: premium = quiet. Light band, small caps, hairlines */
.ribbon { background: #fff; color: var(--ink); border-bottom: 1px solid var(--line); padding: 12px 0; }
.ribbon-item { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #4a5568; }

/* Section rhythm: generous, consistent, centered headings */
.models, .reviews, .how { padding-top: 88px; }
.usps { padding-top: 80px; }
.usps h2, .models h2, .reviews-head h2, .how h2, .about h2, .contact h2 { font-weight: 700; letter-spacing: -0.025em; }

/* Product cards: image-forward, hairline + soft shadow, calm hover */
.model-card { border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(11, 18, 32, .03), 0 10px 30px rgba(11, 18, 32, .04); border-radius: 18px; }
.model-card:hover { border-color: var(--line-strong); box-shadow: 0 2px 6px rgba(11, 18, 32, .04), 0 24px 52px rgba(11, 18, 32, .09); transform: translateY(-3px); }
.model-badge, .pdp-badge { font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .68rem; padding: 5px 10px; }
.off-tag { background: #e8f7ee; color: #14743c; }
.model-reserve { border-radius: 12px; box-shadow: none; }
.model-reserve:hover { box-shadow: 0 10px 22px rgba(29, 78, 216, .22); }

/* Buttons: flat, confident, no gradients */
.pdp-book, .submit-btn, .hero-button, .btn.primary { background: var(--brand); border-radius: 12px; box-shadow: none; }
/* Deal banner sits on a blue gradient — its buttons must stay white/outlined, not blue-on-blue */
.deal-book { background: #fff; color: var(--brand-dark); border-radius: 12px; }
.deal-book:hover { background: #f1f5ff; color: var(--brand-dark); }
.deal-reserve { background: rgba(255,255,255,.16); color: #fff; border: 1.5px solid rgba(255,255,255,.6); border-radius: 12px; box-shadow: none; }
.deal-reserve:hover { background: rgba(255,255,255,.28); }
.pdp-book:hover, .submit-btn:hover { background: var(--brand-dark); box-shadow: 0 14px 30px rgba(29, 78, 216, .28); transform: translateY(-1px); }
/* Outlined video-call CTA — must win over the .pdp-book fill rule above */
.pdp-book.pdp-video { background: #fff; color: var(--brand); border: 1.5px solid var(--brand); box-shadow: none; }
.pdp-book.pdp-video:hover { background: rgba(29, 78, 216, .06); color: var(--brand-dark); border-color: var(--brand-dark); box-shadow: none; transform: translateY(-1px); }
.pdp-avail, .model-avail { background: #0b1220 !important; }

/* Product page: gallery breathes, panel-like info */
.pdp-media { border-radius: 18px; box-shadow: var(--shadow); }
.pdp-thumb { border-radius: 12px; }
.pdp-price { font-weight: 700; letter-spacing: -0.02em; }
.pdp-cond-opt { border-radius: 13px; }
.pdp-trustbar { border: 1px solid var(--line); border-radius: 16px; box-shadow: none; }
.pdp-spec-table th { color: var(--muted); font-weight: 600; }

/* Forms: taller fields, softer chrome */
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select, textarea {
  border-radius: 12px; border-color: var(--line-strong);
}
.consent-row { color: #5b6779; }

/* Deal banner & USP: subdued gradient, more air */
.deal-inner { border-radius: 20px; }
.usp-card, .qc-card, .review-card, .blog-card, .shopcat-card { border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(11,18,32,.03), 0 10px 28px rgba(11,18,32,.04); border-radius: 18px; }
.shopcat-card:hover { border-color: var(--brand); }

/* Footer: deep ink, generous padding, hairline separations */
.site-footer { background: #0a0f1e; margin-top: 72px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); }

/* Announcement bar: neutral premium band */
.announce { background: #0b1220; color: #e2e8f0; font-weight: 600; letter-spacing: .02em; }

/* Mobile: tighter but never cramped */
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 18px; }
  .form-card { padding: 24px 20px; border-radius: 18px; }
  .models, .reviews, .how, .usps { padding-top: 60px; }
  .cat-chip { min-width: 78px; }
  .cat-chip-ring { width: 62px; height: 62px; }
}

/* ============ Consultation form moved to its own /book page ============ */
/* Homepage: hero is clean single-column messaging (form hidden, lives at /book) */
body:not(.page-book) .hero .form-card { display: none; }
body:not(.page-book) .hero-grid { grid-template-columns: 1fr; max-width: 820px; }
body:not(.page-book) .hero { min-height: 480px; }
/* /book: only header + form + footer; everything else on the document is hidden */
.page-book main > * { display: none !important; }
.page-book main > .hero { display: flex !important; }
.page-book .hero-copy { display: none; }
.page-book .hero-grid { grid-template-columns: 1fr; max-width: 640px; }
.page-book .hero { min-height: auto; padding: 44px 0 72px; }
.page-book .form-card { display: block; }
@media (max-width: 640px) { .page-book .hero { padding: 20px 0 48px; } }

/* ============ Homepage conversion flow: hero dual CTA + final CTA band ============ */
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-button-ghost { background: transparent; border: 1.5px solid rgba(255, 255, 255, .55); color: #fff; box-shadow: none; }
.hero-button-ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; box-shadow: none; }
.cta-band { padding: 26px 0 8px; }
.cta-band-inner { background: var(--grad-primary); color: #fff; border-radius: 22px; padding: 44px 46px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; box-shadow: 0 24px 56px rgba(29, 78, 216, .28); }
.cta-band h2 { margin: 0 0 6px; font-size: 1.7rem; letter-spacing: -0.02em; }
.cta-band p { margin: 0; opacity: .92; max-width: 560px; }
.cta-band-btn { background: #fff; color: var(--brand); flex-shrink: 0; }
.cta-band-btn:hover { background: #f1f5ff; color: var(--brand-dark); }
@media (max-width: 640px) { .cta-band-inner { padding: 30px 24px; } .cta-band h2 { font-size: 1.35rem; } }

/* ============ Sliding promo banners ============ */
.bslider-section { padding: 16px 0 4px; }
.bslider { position: relative; }
.bslider-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border-radius: 18px; scrollbar-width: none; -ms-overflow-style: none; }
.bslider-track::-webkit-scrollbar { display: none; }
.bslide { flex: 0 0 100%; scroll-snap-align: start; scroll-snap-stop: always; display: block; }
.bslide img { width: 100%; height: auto; display: block; }
.bslider-dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 7px; }
.bdot { width: 8px; height: 8px; border-radius: 999px; border: none; background: rgba(255, 255, 255, .55); padding: 0; transition: width .2s ease, background .2s ease; }
.bdot.on { width: 22px; background: #fff; }
@media (max-width: 640px) {
  .bslider-section { padding: 10px 0 0; }
  .bslider-track { border-radius: 14px; }
  .bslider-dots { bottom: 6px; }
  .bdot { width: 6px; height: 6px; }
  .bdot.on { width: 16px; }
}

/* Homepage: hero text block removed — banners, category strip and products lead the page.
   (The hero still renders on /book, where it holds the consultation form.) */
body:not(.page-book) .hero { display: none; }

/* ============ Deals of the Day grid ============ */
.dealg-head { margin-bottom: 18px; }
.dealg-title { margin: 10px 0 0; font-size: 1.45rem; letter-spacing: -0.02em; color: #fff; }
.dealg-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.dealg-card { display: flex; flex-direction: column; gap: 4px; background: #fff; border-radius: 16px; padding: 14px; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.dealg-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(11, 18, 32, .18); }
.dealg-media { position: relative; display: block; height: 120px; border-radius: 11px; overflow: hidden; background: var(--bg); margin-bottom: 6px; }
.dealg-media img { width: 100%; height: 100%; object-fit: cover; }
.dealg-ph { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #eef2ff, #e0f2fe); }
.dealg-off { position: absolute; top: 8px; left: 8px; background: #dc2626; color: #fff; font-size: .68rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.dealg-chip { align-self: flex-start; background: var(--brand-soft); color: var(--brand); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 3px 9px; border-radius: 999px; }
.dealg-name { font-weight: 600; font-size: .92rem; line-height: 1.35; }
.dealg-price { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 1.05rem; }
.dealg-price .mrp-strike { font-size: .75em; }
.dealg-stock { color: #dc2626; font-size: .78rem; font-weight: 700; }
.dealg-stock.out { color: var(--muted); }
.dealg-cta { margin-top: auto; padding-top: 8px; color: var(--brand); font-weight: 700; font-size: .88rem; }
@media (max-width: 900px) { .dealg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 380px) { .dealg-grid { grid-template-columns: 1fr; } }

/* Banner slider on phones: full-bleed (edge to edge) so banners render larger,
   and support a taller per-banner mobile image via <picture>. */
.bslide picture { display: block; width: 100%; }
@media (max-width: 640px) {
  .bslider-section .container { padding: 0; }
  .bslider-track { border-radius: 0; }
}

/* "How it works" steps: icon + number head, optional link */
.step-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.step-head .step-num { margin: 0; }
.step-ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); }
.step-ic svg { width: 22px; height: 22px; }
.step-link { display: inline-block; margin-top: 10px; color: var(--brand); font-weight: 700; font-size: .88rem; }
.step-clickable { color: inherit; }
.step-clickable:hover { border-color: var(--brand); box-shadow: 0 2px 6px rgba(11,18,32,.04), 0 20px 44px rgba(11,18,32,.09); transform: translateY(-3px); }
.step-clickable:hover .step-link { color: var(--brand-dark); }

/* Steps: colourful gradient icon tile, "Step N" pill label */
.step-head { flex-direction: column; align-items: center; gap: 12px; }
.step { text-align: center; }
.step h3, .step p { text-align: center; }
.step-ic { width: 68px; height: 68px; border-radius: 20px; color: #fff; box-shadow: 0 12px 26px rgba(29, 78, 216, .26); }
.step-ic svg { width: 30px; height: 30px; }
.step-ic-0 { background: linear-gradient(135deg, #4f46e5, #2563eb); }
.step-ic-1 { background: linear-gradient(135deg, #0ea5e9, #06b6d4); box-shadow: 0 12px 26px rgba(14, 165, 233, .26); }
.step-ic-2 { background: linear-gradient(135deg, #7c3aed, #d946ef); box-shadow: 0 12px 26px rgba(124, 58, 237, .24); }
.step .step-num {
  width: auto; height: auto; border-radius: 999px; background: var(--brand-soft); color: var(--brand);
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; box-shadow: none;
}
.step-link { margin-top: 12px; }

/* ================= Partner With Us page ================= */
.pt-hero { background: linear-gradient(160deg, #0a0f1e 0%, #101a36 55%, #16295e 100%); color: #fff; padding: 62px 0 58px; }
.pt-hero-in { max-width: 780px; }
.pt-eyebrow { margin: 0 0 10px; color: #7cc7ff; font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.pt-hero h1 { margin: 0 0 14px; font-size: 2.5rem; line-height: 1.14; letter-spacing: -0.03em; }
.pt-lead { margin: 0 0 26px; font-size: 1.12rem; color: #d5e2f7; line-height: 1.65; }
.pt-lead strong { color: #fff; }
.pt-cta { display: inline-block; background: #fff; color: var(--brand); font-weight: 700; padding: 14px 28px; border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.pt-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 0, 0, .3); }
.partner .page-body { max-width: 860px; }
.pt-sec { margin: 0 0 46px; }
.pt-sec h2 { font-size: 1.5rem; letter-spacing: -0.025em; margin: 0 0 16px; }
.pt-intro { font-size: 1.1rem; line-height: 1.75; color: var(--ink-soft); }
.pt-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pt-list li { position: relative; padding-left: 26px; color: var(--ink-soft); line-height: 1.6; }
.pt-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 700; }
.pt-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; }
.pt-note { margin: 14px 0 0; color: var(--muted); }
/* Earnings */
.pt-earn .pt-big { font-family: "Rubik", sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--brand); margin: 0 0 10px; letter-spacing: -0.02em; }
.pt-tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 20px 0; }
.pt-tier { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 14px; text-align: center; }
.pt-tier b { display: block; font-family: "Rubik", sans-serif; font-size: 1.8rem; line-height: 1; color: var(--ink); }
.pt-tier span { display: block; font-size: .72rem; color: var(--muted); margin: 4px 0 10px; }
.pt-tier i { font-style: normal; font-weight: 700; color: var(--brand); font-size: 1.05rem; }
.pt-tier.on { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(29, 78, 216, .12); }
.pt-disclaim { font-size: .85rem; color: var(--muted); line-height: 1.6; }
/* Fees */
.pt-fees { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pt-fee { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.pt-fee-label { display: block; color: var(--muted); font-size: .82rem; font-weight: 600; }
.pt-fee b { display: block; font-family: "Rubik", sans-serif; font-size: 2rem; letter-spacing: -0.02em; margin: 4px 0 8px; }
.pt-fee-tag { display: inline-block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 4px 10px; border-radius: 999px; }
.pt-fee-tag.no { background: #fef2f2; color: #b91c1c; }
.pt-fee-tag.yes { background: #e8f7ee; color: #14743c; }
.pt-fee p { margin: 12px 0 0; font-size: .9rem; color: var(--ink-soft); line-height: 1.6; }
.pt-warn { margin: 16px 0 0; background: #fffbeb; border: 1px solid #fde68a; color: #78350f; border-radius: 12px; padding: 14px 16px; font-size: .92rem; line-height: 1.6; }
/* Steps */
.pt-steps { margin: 0; padding: 0; list-style: none; counter-reset: pstep; display: flex; flex-direction: column; gap: 14px; }
.pt-steps li { counter-increment: pstep; position: relative; padding-left: 52px; }
.pt-steps li::before { content: counter(pstep); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; display: grid; place-items: center; }
.pt-steps b { display: block; margin-bottom: 2px; }
.pt-steps span { color: var(--ink-soft); line-height: 1.6; }
.pt-honest { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
/* Form */
.pt-form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); scroll-margin-top: 90px; }
.pt-form-card h2 { margin-bottom: 4px; }
/* FAQ */
.pt-faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; }
.pt-faq summary { cursor: pointer; font-weight: 600; }
.pt-faq p { margin: 10px 0 0; color: var(--ink-soft); }
@media (max-width: 760px) {
  .pt-hero h1 { font-size: 1.85rem; }
  .pt-tiers { grid-template-columns: 1fr 1fr; }
  .pt-fees, .pt-cols { grid-template-columns: 1fr; }
  .pt-form-card { padding: 22px 18px; }
}

/* ============ Header "Shop" dropdown ============ */
.nav-drop { position: relative; }
.nav-drop-btn {
  display: inline-flex; align-items: center; gap: 5px; background: none; border: none; padding: 4px 0;
  font: inherit; font-weight: 600; font-size: 0.95rem; color: #3d4a5c; cursor: pointer;
}
.nav-drop-btn:hover, .nav-drop.open .nav-drop-btn { color: var(--brand); }
.nav-caret { font-size: .7em; transition: transform .2s ease; }
.nav-drop.open .nav-caret { transform: rotate(180deg); }
.nav-menu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(-6px);
  min-width: 230px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px;
  box-shadow: 0 4px 10px rgba(11, 18, 32, .05), 0 24px 50px rgba(11, 18, 32, .14);
  display: flex; flex-direction: column; gap: 2px; z-index: 60;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-drop:hover .nav-menu, .nav-drop.open .nav-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-menu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-menu a { padding: 10px 14px; border-radius: 9px; font-weight: 600; font-size: .92rem; color: var(--ink); white-space: nowrap; }
.nav-menu a::after { display: none; }
.nav-menu a:hover { background: var(--brand-soft); color: var(--brand); }
.nav-menu-all { border-top: 1px solid var(--line); border-radius: 0 0 9px 9px !important; margin-top: 4px; padding-top: 12px !important; color: var(--brand) !important; }

/* Header CTAs: outlined "Partner with us" beside the primary booking button */
.header-ctas { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-cta-ghost { background: #fff; color: var(--brand); border: 1.5px solid var(--line-strong); box-shadow: none; font-weight: 600; }
.header-cta-ghost:hover { background: var(--brand-soft); border-color: var(--brand); color: var(--brand-dark); box-shadow: none; }
/* ============ Mobile menu (hamburger drawer) ============
   Phone header stays clean: logo · Book · ☰. Everything else — categories,
   Compare, Condition, Blog, Partner with us — lives in the drawer. */
.nav-partner { display: none; }
.nav-toggle { display: none; }
.cta-bar { display: none; }
@media (max-width: 860px) {
  .nav-toggle {
    display: flex; flex-direction: column; justify-content: center; gap: 5px; order: 3;
    width: 42px; height: 42px; padding: 0 10px; margin-left: 4px; background: none;
    border: 1px solid var(--line-strong); border-radius: 11px; cursor: pointer;
  }
  .nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle.on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.on span:nth-child(2) { opacity: 0; }
  .nav-toggle.on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-inner { gap: 8px; }
  .header-ctas { display: none; }             /* replaced by the CTA bar below the header */
  .nav-toggle { margin-left: auto; }
  /* CTA bar: both actions side by side, full width, directly under the header */
  .cta-bar { display: flex; gap: 8px; padding: 8px 18px 10px; background: #fff; border-top: 1px solid var(--line); }
  .cta-bar-btn {
    flex: 1; text-align: center; padding: 12px 8px; border-radius: 11px;
    background: var(--brand); color: #fff; font-weight: 700; font-size: .88rem;
    transition: transform .15s ease, background .15s ease;
  }
  .cta-bar-btn:active { transform: scale(.98); }
  .cta-bar-btn.ghost { background: #fff; color: var(--brand); border: 1.5px solid var(--line-strong); }
  .nav-partner { display: none; }             /* it's in the CTA bar now */
  /* The nav becomes a full-width drawer under the header */
  .header-nav {
    display: block; position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 44px rgba(11, 18, 32, .12); padding: 8px 18px 16px;
    max-height: 0; overflow: hidden; visibility: hidden; opacity: 0;
    transition: max-height .28s ease, opacity .2s ease, visibility .28s, padding .28s ease;
  }
  .header-nav.open { max-height: 78vh; overflow-y: auto; visibility: visible; opacity: 1; }
  .site-header { position: relative; }
  .header-nav > a, .nav-drop-btn { display: block; width: 100%; text-align: left; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .header-nav a::after { display: none; }
  /* Categories show inline under "Shop" — no nested dropdown on touch */
  .nav-drop { border-bottom: 1px solid var(--line); }
  .nav-drop-btn { border-bottom: none; font-weight: 700; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; padding-bottom: 4px; }
  .nav-caret { display: none; }
  .nav-menu {
    position: static; transform: none; opacity: 1; visibility: visible; min-width: 0;
    border: none; box-shadow: none; padding: 0 0 8px; background: none; display: block;
  }
  .nav-menu a { padding: 11px 12px; }
  .nav-menu-all { border-top: none; }
  .nav-partner { display: block; color: var(--brand) !important; font-weight: 700; border-bottom: none !important; }
}

/* Partner application leads stand out in the admin list */
.pill.partner { background: #ede9fe; color: #5b21b6; }

/* ============ Contact section: compact cards + address with map ============ */
.contact-grid { grid-template-columns: repeat(3, 1fr); }
.contact-card { display: flex; align-items: center; gap: 14px; text-align: left; padding: 18px 20px; }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; color: #fff; }
.contact-icon svg { width: 20px; height: 20px; }
.contact-icon.ic-call { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.contact-icon.ic-wa { background: linear-gradient(135deg, #16a34a, #22c55e); }
.contact-icon.ic-mail { background: linear-gradient(135deg, #db2777, #f43f5e); }
.contact-icon.ic-map { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.contact-tx { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-value { font-weight: 600; font-size: .98rem; color: var(--ink); word-break: break-word; }
/* Address card with side-by-side map */
.contact-address { margin-top: 18px; }
.addr-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 2px rgba(11,18,32,.03), 0 10px 28px rgba(11,18,32,.04); }
.addr-info { padding: 24px; }
.addr-info .contact-icon { margin-bottom: 10px; }
.addr-list { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.addr-list li { display: flex; flex-direction: column; gap: 2px; }
.addr-list b { font-size: .88rem; }
.addr-list span { color: var(--ink-soft); font-size: .92rem; line-height: 1.55; }
.addr-link { display: inline-block; margin-top: 14px; color: var(--brand); font-weight: 700; font-size: .9rem; }
.addr-map { min-height: 260px; background: var(--bg); }
.addr-map iframe { width: 100%; height: 100%; min-height: 260px; border: 0; display: block; }
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
  .addr-card { grid-template-columns: 1fr; }
  .addr-map { min-height: 200px; }
  .addr-map iframe { min-height: 200px; }
}

/* Two-office address cards */
.contact-address { display: flex; flex-direction: column; gap: 16px; }
.addr-body { margin: 6px 0 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.55; }

/* Partner page: admin-authored content block */
.pt-content { margin-bottom: 40px; }
.pt-content h2 { font-size: 1.5rem; letter-spacing: -0.025em; margin: 36px 0 14px; }
.pt-content h2:first-child { margin-top: 0; }
.pt-content p { color: var(--ink-soft); line-height: 1.75; margin: 0 0 12px; }
.pt-content ul, .pt-content ol { color: var(--ink-soft); line-height: 1.75; padding-left: 22px; margin: 0 0 14px; }
.pt-content li { margin-bottom: 8px; }
.pt-content table { width: 100%; border-collapse: collapse; margin: 14px 0 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.pt-content th, .pt-content td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.pt-content th { background: var(--bg); font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.pt-content tr:last-child td { border-bottom: none; }

/* ================= SHOP: icons, cart, checkout, login, toast ================= */
.shop-icons { display: flex; align-items: center; gap: 14px; margin-left: 6px; }
.shop-ic { position: relative; display: inline-flex; align-items: center; gap: 6px; color: #3d4a5c; }
.shop-ic:hover { color: var(--brand); }
.shop-ic svg { width: 22px; height: 22px; }
.shop-ic-tx { font-weight: 600; font-size: .9rem; }
.shop-badge { position: absolute; top: -8px; right: -10px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--brand); color: #fff; font-size: .68rem; font-weight: 700; display: grid; place-items: center; }
@media (max-width: 860px) { .shop-ic-tx { display: none; } }

.pdp-addcart { background: #fff; color: var(--brand); border: 1.5px solid var(--brand); box-shadow: none; }
.pdp-addcart:hover { background: var(--brand-soft); }
button.pdp-book, button.model-reserve { font: inherit; cursor: pointer; border: none; }

.mobi-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px); background: #0f172a; color: #fff; padding: 12px 22px; border-radius: 12px; font-weight: 600; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 9999; }
.mobi-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Cart page */
.shop-page h1 { margin: 6px 0 22px; }
.shop-empty { text-align: center; padding: 50px 16px; }
.shop-empty h2 { margin: 0 0 8px; }
.cart-lines { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto auto auto; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px; }
.cart-thumb { width: 64px; height: 48px; border-radius: 8px; overflow: hidden; background: var(--bg); }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-mid { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cart-mid b { font-size: .95rem; }
.cart-mid span { color: var(--muted); font-size: .88rem; }
.cart-qty { display: flex; align-items: center; gap: 10px; }
.cart-qty button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line-strong); background: #fff; font-size: 1.1rem; cursor: pointer; }
.cart-line-total { font-weight: 700; font-family: "Rubik", sans-serif; }
.cart-rm { background: none; border: none; color: var(--muted); font-size: 1rem; cursor: pointer; }
.cart-summary { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; max-width: 380px; margin-left: auto; }
.cart-sum-row { display: flex; justify-content: space-between; font-size: 1.1rem; margin-bottom: 8px; }
.cart-checkout { display: block; text-align: center; margin-top: 14px; }

/* Checkout */
.checkout-grid { display: grid; grid-template-columns: 1fr 360px; gap: 20px; align-items: start; }
.checkout-main { display: flex; flex-direction: column; gap: 18px; }
.grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.pay-opt { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1.5px solid var(--line); border-radius: 12px; margin-bottom: 10px; cursor: pointer; }
.pay-opt:has(input:checked) { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(29,78,216,.12); }
.pay-opt input { margin-top: 4px; }
.pay-opt b { display: block; }
.pay-opt small { color: var(--muted); }
.checkout-side { position: sticky; top: 84px; }
.co-line { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.co-line.co-total { border-bottom: none; font-size: 1.05rem; font-weight: 700; padding-top: 12px; }
.co-place { display: block; text-align: center; width: 100%; margin-top: 14px; box-sizing: border-box; }
@media (max-width: 820px) { .checkout-grid { grid-template-columns: 1fr; } .checkout-side { position: static; } .grid3 { grid-template-columns: 1fr 1fr; } }

/* Orders + confirmation */
.order-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; margin-bottom: 12px; }
.order-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.order-status { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 3px 10px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); }
.order-status.s-delivered { background: #e8f7ee; color: #14743c; }
.order-status.s-cancelled { background: #fef2f2; color: #b91c1c; }
.order-items { color: var(--ink-soft); font-size: .9rem; margin-bottom: 8px; }
.order-foot { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .85rem; }
.order-foot b { color: var(--ink); font-family: "Rubik", sans-serif; }
.order-done { text-align: center; max-width: 520px; margin: 0 auto; }
.order-done-items { text-align: left; max-width: 360px; margin: 18px auto; }

/* Login modal */
.mobi-modal { position: fixed; inset: 0; background: rgba(10,15,30,.55); display: none; align-items: center; justify-content: center; z-index: 9998; padding: 18px; }
.mobi-modal.open { display: flex; }
.mobi-modal-card { background: #fff; border-radius: 18px; padding: 26px; width: 100%; max-width: 400px; position: relative; box-shadow: var(--shadow-lg); }
.mobi-modal-x { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 1.1rem; cursor: pointer; color: var(--muted); }
.mobi-modal-card h3 { margin: 0 0 4px; }

/* Prepaid discount in checkout */
.pay-save { display: inline-block; background: #e8f7ee; color: #14743c; font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; margin-left: 6px; vertical-align: middle; }
.co-disc { color: #14743c; }
.co-disc b { color: #14743c; }

/* Booking button primary; consultation demoted to outline on the product page */
.pdp-consult { background: #fff; color: var(--brand); border: 1.5px solid var(--line-strong); box-shadow: none; }
.pdp-consult:hover { background: var(--brand-soft); border-color: var(--brand); box-shadow: none; }
.pdp-reserve { background: #fff; color: var(--brand); border: 1.5px solid var(--brand); box-shadow: none; }

/* Checkout: prepaid-only note */
.pay-note { background: var(--brand-soft); border: 1px solid rgba(29,78,216,.2); border-radius: 12px; padding: 14px 16px; font-size: .95rem; line-height: 1.55; color: var(--ink-soft); }

/* ================= Product cards: uniform sizing for a clean grid =================
   Square white image (nothing cropped), and clamped text so long names/specs/
   descriptions never make cards different heights. */
.model-img, .model-media {
  height: auto; aspect-ratio: 1 / 1; background: #fff;
  display: flex; align-items: center; justify-content: center;
}
.model-media img { max-width: 86%; max-height: 86%; width: auto; height: auto; object-fit: contain; }
/* Homepage cards render the image as a CSS background — switch to 'contain' on white */
.model-img { background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #fff; }
.cat-grid-page .model-media { height: auto; aspect-ratio: 1 / 1; }

/* Text clamps — keep every card the same height */
.model-body h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; line-height: 1.3; }
.model-specs { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.model-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Deal cards + shop cart thumbs stay square-fit on white too */
.dealg-media { aspect-ratio: 1 / 1; height: auto; background: #fff; display: flex; align-items: center; justify-content: center; }
.dealg-media img { width: 86%; height: 86%; object-fit: contain; }
.dealg-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.5em; }

/* Product page main image: square, fit on white, consistent height */
.pdp-media { aspect-ratio: 1 / 1; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pdp-media img { max-width: 90%; max-height: 90%; width: auto; height: auto; object-fit: contain; }

/* Secure payments (PayU) trust badge in the footer */
.footer-pay { margin-top: 18px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.pay-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: #cbd5e1; font-size: .82rem; font-weight: 600; padding: 7px 12px; border-radius: 999px; }
.pay-badge svg { width: 15px; height: 15px; color: #4ade80; }
.pay-badge b { color: #fff; margin-left: 2px; }
.pay-powered { color: #94a3b8; font-size: .8rem; }
.pay-powered b { color: #cbd5e1; }
.footer-bottom-inner .pay-badge { background: rgba(255,255,255,.05); }
@media (max-width: 640px) { .footer-bottom-inner .pay-badge { order: 3; } }

/* Mobile: category icons as a 4-per-row grid (instead of horizontal scroll) */
@media (max-width: 640px) {
  .cat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 6px; overflow-x: visible; padding: 14px 4px; }
  .cat-strip .cat-chip { min-width: 0; }
  .cat-strip .cat-chip-ring { width: 58px; height: 58px; }
  .cat-strip .cat-chip-name { font-size: .68rem; max-width: 100%; }
}
@media (max-width: 380px) {
  .cat-strip .cat-chip-ring { width: 52px; height: 52px; }
}

/* Add to cart button: keep the cart icon small and inline with the label */
.pdp-addcart { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.pdp-addcart svg { width: 18px; height: 18px; flex: none; }

/* "% discount on prepaid order" note under the Buy Now button */
.pdp-prepaid-note { flex-basis: 100%; width: 100%; margin: -4px 0 2px; font-size: .82rem; font-weight: 600; color: #15803d; }
.pdp-prepaid-note::before { content: "✦ "; }

/* "For Open Box Delivery" note under the Book with ₹X button */
.pdp-openbox-note { flex-basis: 100%; width: 100%; margin: -4px 0 2px; font-size: .82rem; font-weight: 600; color: #475569; }
.pdp-openbox-note::before { content: "📦 "; }
.pdp-openbox-note a { color: var(--brand); text-decoration: underline; }

/* ---- PDP actions: tidy 2-column grid with consistent button sizes ---- */
.pdp-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; max-width: 600px; }
.pdp-actions > * { margin: 0; }
.pdp-actions .pdp-book, .pdp-actions .pdp-reserve {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 16px; min-height: 52px; font-size: .96rem; font-weight: 700;
  text-align: center; white-space: normal; line-height: 1.25;
}
.pdp-actions .pdp-book:hover, .pdp-actions .pdp-reserve:hover { transform: translateY(-1px); }
/* Featured booking CTA spans the full row and goes solid */
.pdp-actions > a:first-child, .pdp-actions .pdp-reserve { grid-column: 1 / -1; }
.pdp-actions .pdp-reserve { background: var(--grad-primary); color: #fff; border: none; box-shadow: 0 10px 24px rgba(37, 99, 235, .3); }
.pdp-actions .pdp-reserve:hover { background: var(--grad-primary); color: #fff; }
/* Buy Now gets its own identity (deep navy) so the two payment paths read differently */
.pdp-actions .pdp-buynow { background: #0f172a; color: #fff; border: none; box-shadow: 0 10px 24px rgba(15, 23, 42, .22); }
.pdp-actions .pdp-buynow:hover { background: #1e293b; }
/* Notes + compare stretch across both columns */
.pdp-actions .pdp-openbox-note, .pdp-actions .pdp-prepaid-note { grid-column: 1 / -1; margin: -3px 2px 3px; }
.pdp-actions .pdp-compare { grid-column: 1 / -1; text-align: center; margin-top: 2px; }
@media (max-width: 420px) {
  .pdp-actions { gap: 8px; }
  .pdp-actions .pdp-book, .pdp-actions .pdp-reserve { padding: 12px 10px; font-size: .9rem; min-height: 48px; }
}

/* Consultation button removed from PDP — video call takes the full row */
.pdp-actions .pdp-video { grid-column: 1 / -1; }

/* Footer trust / recognition logo strip (Startup India, iStart Rajasthan, Ingram Micro, ...) */
.footer-trust { border-top: 1px solid rgba(255,255,255,.08); }
.footer-trust-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 18px; padding: 18px 20px; }
.ft-label { color: #94a3b8; font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-right: 6px; }
.ft-logo { display: inline-flex; align-items: center; background: #fff; border-radius: 10px; padding: 6px 14px; }
.ft-logo img { height: 30px; max-width: 130px; object-fit: contain; display: block; }
.ft-badge { display: inline-flex; align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); color: #e2e8f0; font-size: .85rem; font-weight: 700; padding: 8px 14px; border-radius: 10px; }
@media (max-width: 640px) { .ft-label { flex-basis: 100%; text-align: center; margin: 0; } }
