/* CarKoy - Responsive styles */
html:root {
  --bg: #0f1419;
  --surface: #1a2332;
  --surface2: #243044;
  --text: #e6edf3;
  --text-muted: #8b9cb3;
  --accent: #3b82f6;
  --accent-hover: #2563eb;
  --success: #22c55e;
  --whatsapp: #25d366;
  --border: #2d3a4f;
  --radius: 14px;
  --radius-sm: 8px;
  --font: 'Outfit', system-ui, sans-serif;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  --sticker-bg: linear-gradient(145deg, #1e2d42 0%, #15202e 100%);
  --sticker-ring: #3b82f6;
  /* Landing (image-based) */
  --landing-bg: linear-gradient(180deg, #1a1a2e 0%, #252545 35%, #2d2d4a 50%, #252545 65%, #1a1a2e 100%);
  --header-bg: #1a1a2e;
  --header-border: rgba(229, 57, 53, 0.25);
  --hero-cta: linear-gradient(135deg, #e53935 0%, #ff6b6b 50%, #e53935 100%);
  --hero-cta-hover: linear-gradient(135deg, #c62828 0%, #e53935 100%);
  --logo-red: #E53935;
  --logo-blue: #1E88E5;
  --card-bg: rgba(255, 255, 255, 0.95);
  --card-text: #1a1a2e;
  --card-muted: #5a5a7a;
  --icon-blue-bg: #E3F2FD;
  --icon-green-bg: #E8F5E9;
  --icon-privacy-bg: linear-gradient(135deg, #f3e5f5 0%, #fff8e1 100%);
}

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

html {
  font-size: 16px;
  -webkit-text-size-adjust: auto;
  text-size-adjust: auto;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  min-height: 100vh;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
  padding: 1rem;
}

/* Check order page: use full width so content doesn’t look smaller */
.page-wrap--check-order {
  max-width: 960px;
  padding: 1rem 1.5rem 2rem;
}
.page-wrap--check-order .main-content {
  flex: 1;
}

/* ========== Landing page (image-based design) ========== */
.landing-page {
  background: var(--landing-bg);
  min-height: 100vh;
}
.landing-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 1.5rem 3rem;
}
.landing-body {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto;
}
.landing-main {
  flex: 1;
  min-width: 0;
  max-width: 960px;
  width: 100%;
}
.side-ads {
  flex-shrink: 0;
  width: 200px;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.side-ads--left { order: -1; }
.side-ads--right { order: 1; }
.side-ad-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.side-ad-link { display: block; text-decoration: none; color: inherit; }
.side-ad-media {
  width: 100%;
  height: auto;
  display: block;
  max-height: 280px;
  object-fit: cover;
}
.side-ad-item--text .side-ad-text { padding: 0.75rem 1rem; }
.side-ad-title { display: block; font-size: 0.9rem; color: #fff; margin-bottom: 0.25rem; }
.side-ad-body { font-size: 0.8rem; color: rgba(255, 255, 255, 0.85); margin: 0; line-height: 1.4; }
@media (max-width: 1100px) {
  .side-ads { display: none; }
  .landing-main { max-width: 960px; margin: 0 auto; }
}
.landing-header {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 0;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  border-radius: 0 0 12px 12px;
  box-sizing: border-box;
}
.landing-header-inner {
  width: 100%;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  box-sizing: border-box;
}
.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 1.25rem;
}
.logo-link:hover { color: #fff; }
.logo-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-box--car {
  background: var(--hero-cta);
  box-shadow: 0 2px 12px rgba(229, 57, 53, 0.4);
}
.logo-car, .hero-car {
  width: 28px;
  height: 28px;
}
.hero-car { width: 48px; height: 48px; }
.logo-text { letter-spacing: -0.02em; }
.landing-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-link {
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,0.1); }
.nav-link--active { color: #fff; }
.nav-link--cta {
  background: rgba(229, 57, 53, 0.85);
  color: #fff;
}
.nav-link--cta:hover {
  background: rgba(198, 40, 40, 0.95);
  color: #fff;
}
.nav-link--icon {
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-link--icon .nav-icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.hero {
  text-align: center;
  padding: 2rem 0 3rem;
}
/* Hero with background slider (image/video) */
.hero--with-slider {
  position: relative;
  min-height: 380px;
  padding: 0;
  overflow: hidden;
}
.hero-slider-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.6s ease;
  will-change: transform;
}
.hero-slider-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 380px;
  position: relative;
  pointer-events: none;
}
.hero-slider-media {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.hero-slider-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background: var(--landing-bg);
}
.hero-slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.75) 0%, rgba(37, 37, 69, 0.8) 50%, rgba(26, 26, 46, 0.85) 100%);
  z-index: 2;
}
.hero-slider-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
}
.hero-icon-wrap { margin-bottom: 1.25rem; }
.hero-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 18px;
  background: var(--hero-cta);
  box-shadow: 0 8px 32px rgba(229, 57, 53, 0.35);
}
.hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
}
.hero-desc {
  color: rgba(255, 255, 255, 0.8);
  max-width: 420px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
  font-size: 0.98rem;
}
.btn-hero {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  background: var(--hero-cta);
  color: #fff !important;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(229, 57, 53, 0.35);
  transition: box-shadow 0.2s, transform 0.1s;
  position: relative;
  z-index: 1;
}
.btn-hero:hover {
  background: var(--hero-cta-hover);
  box-shadow: 0 6px 24px rgba(229, 57, 53, 0.45);
}
.btn-hero:active { transform: scale(0.98); }

/* Features & Sample Sticker – white bold links on dark blue */
.hero-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
  padding: 1.25rem 0 1.5rem;
}
.hero-nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  font-family: var(--font), system-ui, sans-serif;
}
.hero-nav-link:hover { text-decoration: underline; }

.hero-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
}
.hero-link {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  transition: background 0.2s, border-color 0.2s;
}
.hero-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  padding: 0 0 2rem;
  font-size: 0.9rem;
}
.hero-legal a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.hero-legal a:hover { color: #fff; text-decoration: underline; }
.hero-legal-help { font-style: italic; }

/* Home: offers & memberships, animations */
@keyframes homeFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.home-hero-content .hero-title,
.home-hero-content .hero-subtitle,
.home-hero-content .hero-desc,
.home-hero-content .btn-hero { opacity: 0; animation: homeFadeUp 0.6s ease forwards; }
.home-hero-content .hero-title { animation-delay: 0.05s; }
.home-hero-content .hero-subtitle { animation-delay: 0.15s; }
.home-hero-content .hero-desc { animation-delay: 0.25s; }
.home-hero-content .btn-hero { animation-delay: 0.35s; }
.home-section {
  padding: 2rem 0;
}
.home-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
  text-align: center;
  letter-spacing: -0.02em;
}
.home-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.home-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  padding: 1.35rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  text-align: left;
}
.home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.home-card-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e53935 0%, #ff6b6b 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.home-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.4rem;
}
.home-card-desc, .home-card-benefits {
  font-size: 0.9rem;
  color: #5a5a7a;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.home-card-benefits { white-space: pre-line; margin-top: 0.25rem; }
.home-card-meta, .home-card-price {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.home-card-price { font-weight: 700; color: #1565C0; }
.home-card-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}
.home-card-link:hover { color: var(--accent-hover); text-decoration: underline; }
.home-features .feature-card { opacity: 0; animation: homeFadeUp 0.5s ease forwards; }
.home-features .feature-card:nth-child(1) { animation-delay: 0.1s; }
.home-features .feature-card:nth-child(2) { animation-delay: 0.2s; }
.home-features .feature-card:nth-child(3) { animation-delay: 0.3s; }
.home-features .feature-card:nth-child(n+4) { animation-delay: 0.4s; }
.home-sample { animation: homeFadeUp 0.5s ease 0.2s both; }

/* Sample Sticker Design */
.sample-sticker {
  padding: 2rem 0 2.5rem;
  text-align: center;
  background: #1a1a3e;
  margin: 0 -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 16px;
  margin-bottom: 1rem;
}
.sample-sticker-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.page-wrap .sample-sticker-title { color: #1a1a2e; }
.sample-sticker-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
  margin: 0 auto 1.25rem;
  line-height: 1.5;
}
.sample-sticker-note strong { color: #fff; }
.sample-sticker-wrap {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.sample-sticker-circle {
  width: 260px;
  padding: 1.5rem;
  background: #fff;
  border: 5px solid #E53935;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.sample-sticker-circle--blue {
  border: 5px solid #1976D2;
  box-shadow: 0 0 0 3px #fff, 0 0 0 8px #1976D2, 0 8px 32px rgba(0, 0, 0, 0.2);
}
/* Image style: white circle, thin red border, SCAN TO CONTACT, camera, CarKoy, Parking Contact */
.sample-sticker-circle--red {
  border: 3px solid #E53935;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.sample-sticker-scan-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #E53935;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.sample-sticker-camera-ico {
  width: 48px;
  height: 48px;
  color: #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.sample-sticker-camera-ico svg { width: 100%; height: 100%; }
.sample-sticker-brand-main {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sample-sticker-tagline {
  font-size: 0.8rem;
  color: #757575;
  margin-top: 0.25rem;
}
.sample-sticker-circle--pin {
  padding: 0.75rem;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 8px 32px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.sample-sticker-pin {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.sample-sticker-pin-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sample-sticker-pin-path { fill: #1976D2; }
.sample-sticker-pin-qr {
  position: absolute;
  left: 32%;
  top: 28%;
  width: 36%;
  height: 36%;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
}
.sample-sticker-pin-qr .sample-sticker-qr-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sample-sticker-brand-tag {
  font-weight: 700;
  font-size: 0.9rem;
  color: #1976D2;
  margin-bottom: 0.2rem;
}
.sample-sticker-scan-move {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1976D2;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.sample-sticker-qr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0.35rem 0;
}
.sample-sticker-side-ico {
  width: 24px;
  height: 24px;
  color: #1976D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample-sticker-side-ico svg { width: 100%; height: 100%; }
.sample-sticker-qr-box {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  flex-shrink: 0;
}
.sample-sticker-qr-box .sample-sticker-qr-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sample-sticker-move {
  font-size: 0.75rem;
  color: #1976D2;
  font-weight: 600;
  margin-top: 0.4rem;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1rem;
}
.features-page { margin-top: 0; margin-bottom: 1.5rem; }
/* Feature cards: white rectangular cards on dark blue (image style) */
.features-page .feature-card,
.landing-page .feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.feature-card {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.features-page .feature-title,
.landing-page .feature-title { color: #1a1a2e; }
.features-page .feature-desc,
.landing-page .feature-desc { color: #5a5a7a; }
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}
.feature-card--blue { border-top: 3px solid #1976D2; }
.feature-card--green { border-top: 3px solid #25d366; }
.feature-card--privacy { border-top: 3px solid #7B1FA2; }
.feature-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.feature-icon-wrap--blue {
  background: #E3F2FD;
  color: #1565C0;
}
.feature-icon-wrap--green {
  background: #E8F5E9;
  color: #25d366;
}
.feature-icon-wrap--privacy {
  background: #F3E5F5;
  color: #7B1FA2;
}
.feature-icon {
  width: 28px;
  height: 28px;
}
.feature-icon--whatsapp { width: 26px; height: 26px; }
.feature-icon--doc,
.feature-icon--qr-phone {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.feature-icon--qr-phone { width: 26px; height: 26px; }
.feature-icon-wrap-dynamic .feature-icon-img { width: 28px; height: 28px; object-fit: contain; }
.feature-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--card-text);
  margin-bottom: 0.35rem;
}
.feature-card--blue .feature-title { color: #1565C0; }
.feature-card--green .feature-title { color: #1B5E20; }
.feature-card--privacy .feature-title { color: #7B1FA2; }
.feature-desc {
  font-size: 0.88rem;
  color: var(--card-muted);
  line-height: 1.45;
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .features { grid-template-columns: 1fr; }
  .feature-card,
  .landing-page .feature-card,
  .features-page .feature-card { min-height: 0; }
  .hero-title { font-size: 1.85rem; }
  .hero-icon-box { width: 88px; height: 88px; }
  .home-cards { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .landing-nav { width: 100%; justify-content: flex-end; }
  .landing-header { justify-content: space-between; }
}

/* Register/My Cars nav (same style as landing) */
.register-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-link-reg {
  padding: 0.5rem 1rem;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.nav-link-reg:hover { color: var(--text); background: var(--surface2); }
.nav-link-reg--active {
  background: rgba(229, 57, 53, 0.25);
  color: #f87171;
}
.nav-link-reg--icon {
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-link-reg--icon .nav-icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.logo-link--inline { margin-right: auto; }
.logo-link--inline .logo.h1-inline { font-size: 1.35rem; margin: 0; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0 1.5rem;
  text-align: left;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  margin: -1rem -1rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}
.site-header .logo-icon { font-size: 1.75rem; margin-bottom: 0; }

/* Header */
.site-header.compact {
  padding: 0.75rem 0;
  display: block;
  text-align: center;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
}
.site-header.compact .logo-link--inline { justify-content: center; margin-right: 0; }
.site-header.compact .register-nav { display: none; }
.site-header.compact .logo h1 { font-size: 1.35rem; }
.site-header.compact .tagline { display: none; }
.header-logo-img { max-height: 56px; width: auto; display: block; height: auto; }
.header-logo-img--inline { max-height: 48px; margin-right: 0.5rem; }
.logo-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.25rem;
}
.logo h1 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.tagline {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

/* Cards */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow);
}
.card h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.card-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

/* Form – Bilingual (Bangla + English) image-based style */
.form-bilingual {
  background: #e8ecf1;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.form-heading-bi {
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}
.form-desc-bi, .form-hint-bi {
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.format-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: #718096;
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
}
.form-bilingual .form-section-title,
.form-bilingual .payment-section-title {
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
  color: #2d3748;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.register-form .form-group {
  margin-bottom: 1rem;
}
.register-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #2d3748;
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
}
.req { color: #e53e3e; }
.register-form input[type="text"],
.register-form input[type="tel"],
.register-form textarea,
.register-form select {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  background: #fff;
  color: #1a1a2e;
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-bilingual .register-form input[type="text"],
.form-bilingual .register-form input[type="tel"],
.form-bilingual .register-form textarea,
.form-bilingual .register-form select {
  background: #fff;
  border-color: #cbd5e0;
  color: #1a1a2e;
}
.register-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23718096' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2rem;
  background-color: #fff;
}
.register-form input::placeholder,
.register-form textarea::placeholder {
  color: #a0aec0;
}
.register-form input:focus,
.register-form textarea:focus,
.register-form select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.register-form input[type="file"] {
  width: 100%;
  padding: 0.5rem 0;
  color: #4a5568;
  font-size: 0.9rem;
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
}
.register-form small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #718096;
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
}
.form-bilingual .register-price {
  color: #2d3748;
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
  margin-bottom: 1rem;
}
.form-bilingual .check-order-form input,
.form-bilingual .check-order-form label {
  font-family: var(--font), 'Noto Sans Bengali', sans-serif;
}
.form-bilingual .check-order-form input {
  padding: 0.7rem 0.9rem;
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  background: #fff;
  color: #1a1a2e;
}
.form-bilingual .check-order-form label { color: #2d3748; font-weight: 600; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.car-number-row {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(0, 1.5fr);
  gap: 0.75rem;
  align-items: end;
}
.car-number-row .form-group-inline {
  margin-bottom: 0;
}
.car-number-row .form-group-flex {
  min-width: 0;
}
@media (max-width: 560px) {
  .car-number-row {
    grid-template-columns: 1fr 1fr;
  }
  .car-number-row .form-group-flex {
    grid-column: 1 / -1;
  }
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.btn:active { transform: scale(0.98); }
.btn-primary {
  background: var(--accent);
  color: #fff;
  width: 100%;
  margin-top: 0.5rem;
}
.btn-primary:hover {
  background: var(--accent-hover);
}
.btn-secondary {
  background: var(--surface2);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover {
  background: var(--border);
}

/* Success card */
.success-card {
  text-align: center;
}
.success-msg {
  color: var(--success);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.link-back {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.95rem;
}
.link-back:hover { text-decoration: underline; }

.optional { font-weight: normal; color: var(--text-muted); font-size: 0.9em; }

/* Payment pending (sticker not yet generated) */
.payment-pending-card { text-align: center; }
.payment-pending-msg { color: var(--text); margin-bottom: 0.75rem; }
.payment-pending-note { color: var(--text-muted); font-size: 0.9rem; margin-top: 1rem; }

/* Register: price & payment section */
.register-price { color: var(--accent); font-size: 1.05rem; margin-bottom: 1rem; }
.payment-section { border-top: 1px solid var(--border); padding-top: 1.25rem; margin-top: 1rem; }
.payment-section-title { font-size: 1.1rem; margin-bottom: 0.75rem; }
.payment-fields .form-group { margin-bottom: 0.75rem; }
.payment-note { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem; }
.payment-hint { color: var(--text-muted); font-size: 0.85rem; margin-top: 0.5rem; display: block; }
.form-section-title { font-size: 1.05rem; margin: 1.25rem 0 0.75rem; color: var(--text); }
.delivery-section .form-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.delivery-section .form-row .form-group { flex: 1; min-width: 140px; }
.template-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 0.75rem; margin-top: 0.5rem; }
.template-option { display: flex; flex-direction: column; align-items: center; padding: 0.75rem; border: 2px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.template-option:hover { border-color: var(--accent); background: rgba(21, 101, 192, 0.06); }
.template-option input { margin-bottom: 0.35rem; }
.template-option-preview { width: 64px; height: 64px; margin-bottom: 0.35rem; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px; background: var(--surface2, #243044); }
.template-option-preview .template-preview-img { width: 100%; height: 100%; object-fit: contain; }
.template-option-preview .template-pdf-badge { font-size: 0.65rem; font-weight: 600; color: var(--accent); padding: 0.25rem 0.5rem; border: 1px solid var(--accent); border-radius: 6px; }
.template-option-preview .template-default-preview { width: 56px; height: 56px; }
.template-option-preview .template-default-preview.sticker-round { font-size: 0.4rem; padding: 0.25rem; border-width: 1px; }
.template-option-preview .template-default-preview .sticker-inner { padding: 0.2rem; }
.template-option-preview .template-default-preview .sticker-brand { font-size: 0.35rem; }
.template-option-preview .template-default-preview .sticker-scan-move { font-size: 0.3rem; margin: 0; }
.template-option-preview .template-default-preview .sticker-qr-placeholder { width: 14px; height: 14px; min-height: 14px; }
.template-option-preview .template-default-preview .sticker-move-text { font-size: 0.25rem; margin: 0; }
.template-box { font-size: 0.9rem; font-weight: 500; }
.template-price { font-size: 0.8rem; color: var(--accent); margin-top: 0.25rem; }
.template-option:has(input:checked) .template-box { color: var(--accent); }
.template-option:has(input:checked) { border-color: var(--accent); background: rgba(21, 101, 192, 0.08); }
.template-preview-btn { font-size: 0.75rem; color: var(--accent); cursor: pointer; margin-top: 0.25rem; text-decoration: underline; }
.template-preview-btn:hover { opacity: 0.9; }
.template-hover-preview { position: fixed; z-index: 9998; background: var(--surface); border-radius: var(--radius); padding: 0.75rem; box-shadow: 0 8px 32px rgba(0,0,0,0.3); border: 1px solid var(--border); display: none; pointer-events: none; }
.template-hover-preview.is-visible { display: block; }
.template-hover-preview .template-preview-item { margin: 0; }
.template-hover-preview .template-preview-item .sticker-round { width: 90px; height: 90px; }

/* Template preview modal */
.template-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 1rem; }
.template-modal-overlay.is-open { display: flex; }
.template-modal { background: var(--surface); border-radius: var(--radius); max-width: 920px; width: 100%; max-height: 90vh; overflow: auto; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.template-modal h3 { padding: 1rem 1.25rem; margin: 0; border-bottom: 1px solid var(--border); font-size: 1.1rem; }
.template-modal-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-muted); padding: 0.25rem; line-height: 1; }
.template-modal-close:hover { color: var(--text); }
.template-previews-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; padding: 1.25rem; }
.template-preview-item { text-align: center; }
.template-preview-item .sticker-round { width: 100px; height: 100px; font-size: 0.5rem; padding: 0.35rem; border-width: 2px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.template-preview-item .sticker-theme-label { font-size: 0.45rem; margin-bottom: 0.05rem; }
.template-preview-item .sticker-brand { font-size: 0.4rem; }
.template-preview-item .sticker-scan-move { font-size: 0.35rem; margin-bottom: 0.2rem; }
.template-preview-item .sticker-qr-row { margin: 0.15rem 0; gap: 0.1rem; }
.template-preview-item .sticker-side-icon { width: 8px; height: 8px; }
.template-preview-item .sticker-qr { width: 28px; height: 28px; }
.template-preview-item .sticker-move-text { font-size: 0.3rem; margin-top: 0.1rem; }
.template-preview-item .sticker-side-icon svg { width: 100%; height: 100%; }
.template-preview-item .sticker-qr { display: flex; align-items: center; justify-content: center; }
.template-preview-item .sticker-qr-placeholder { width: 100%; height: 100%; min-height: 24px; background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%); background-size: 8px 8px; border-radius: 4px; }
.template-preview-inner { min-height: 100px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.35rem; }
.template-preview-item .template-upload-preview-img { max-width: 100%; max-height: 140px; width: auto; height: auto; object-fit: contain; border-radius: 8px; border: 1px solid var(--border); }
.template-preview-item .template-upload-preview-pdf { display: inline-block; font-size: 0.8rem; padding: 0.5rem 0.75rem; background: var(--accent); color: #fff; border-radius: 8px; text-decoration: none; margin-top: 0.5rem; }
.template-preview-item .template-upload-preview-pdf:hover { opacity: 0.9; }
.template-preview-label { font-size: 0.7rem; font-weight: 600; margin-top: 0.35rem; color: var(--text); }
@media (max-width: 640px) { .template-previews-grid { grid-template-columns: repeat(2, 1fr); } }

/* Payment method cards (dynamic) */
.payment-method-cards { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.5rem; }
.payment-method-card { flex: 1; min-width: 140px; padding: 0.75rem 1rem; border: 2px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; transition: border-color 0.2s, background 0.2s; display: flex; align-items: center; gap: 0.5rem; color: #1a1a2e; background: #fff; }
.payment-method-card:hover { border-color: var(--accent); background: rgba(21, 101, 192, 0.08); color: #1a1a2e; }
.payment-method-card.selected { border-color: var(--accent); background: rgba(21, 101, 192, 0.15); color: #1a1a2e; }
.payment-method-card-icon { font-size: 1.25rem; flex-shrink: 0; }
.payment-method-card-label { font-size: 0.9rem; font-weight: 600; color: #1a1a2e; }
.payment-method-card.selected .payment-method-card-label,
.payment-method-card:hover .payment-method-card-label { color: #1a1a2e; }
.payment-method-fallback { margin-top: 0.5rem; }
.payment-method-fallback select { width: 100%; max-width: 320px; }

/* Payment slip */
.slip-section { margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.slip-section:last-of-type { border-bottom: none; }
.slip-heading { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.35rem; text-transform: uppercase; letter-spacing: 0.04em; }
.slip-amount { font-size: 1.5rem; font-weight: 700; color: var(--accent); }
.slip-label { font-size: 0.85rem; color: var(--text-muted); }
.slip-value { font-weight: 500; }
.slip-detail { margin: 0.25rem 0; font-size: 0.95rem; }
.slip-status-msg { margin-bottom: 0.5rem; }
.slip-sticker-link { word-break: break-all; font-size: 0.9rem; }
.slip-note { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.75rem; }
.slip-msg { font-size: 0.9rem; margin-bottom: 0.5rem; padding: 0.5rem 0.75rem; border-radius: var(--radius-sm); }
.slip-msg--error { background: rgba(239, 68, 68, 0.15); color: #f87171; }
.slip-msg--warn { background: rgba(234, 179, 8, 0.15); color: #eab308; }
.slip-msg--muted { background: var(--surface2); color: var(--text-muted); }
.payment-online-note { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.35rem; }

/* My registrations list */
.registration-list { list-style: none; padding: 0; margin: 0; }
.registration-item { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid var(--border); }
.registration-item:last-child { border-bottom: none; }
.registration-info { flex: 1; min-width: 0; }
.registration-status { font-size: 0.8rem; padding: 0.2rem 0.5rem; border-radius: 4px; margin-left: 0.5rem; }
.registration-status.status-confirmed { background: rgba(34, 197, 94, 0.2); color: var(--success); }
.registration-status.status-pending { background: rgba(234, 179, 8, 0.2); color: #eab308; }
.registration-actions { display: flex; gap: 0.5rem; }
.btn-sm { padding: 0.4rem 0.75rem; font-size: 0.85rem; }

/* Legal (Terms, Privacy) */
.legal-content .legal-title { font-size: 1.5rem; margin-bottom: 0.25rem; }
.legal-updated { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.legal-block { margin-bottom: 1.5rem; }
.legal-block h2 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--text); }
.legal-block p { color: var(--text-muted); line-height: 1.6; font-size: 0.95rem; }
.legal-block a { color: var(--accent); }

/* Help / Live chat */
.help-lead { color: var(--text-muted); margin-bottom: 1.25rem; }
.help-sent-msg { background: rgba(34, 197, 94, 0.15); color: var(--success); padding: 0.75rem 1rem; border-radius: var(--radius-sm); margin-bottom: 1rem; }
.help-search-form { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.help-search-input { flex: 1; min-width: 180px; padding: 0.6rem 0.75rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); color: var(--text); }
.help-quick-links { margin-bottom: 1.5rem; }
.help-quick-title { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.help-quick-link { display: block; color: var(--accent); text-decoration: none; padding: 0.35rem 0; font-size: 0.95rem; }
.help-quick-link:hover { text-decoration: underline; }
.help-chat-box { border-top: 1px solid var(--border); padding-top: 1.5rem; }
.help-chat-title { font-weight: 600; margin-bottom: 0.25rem; }
.help-chat-desc { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 1rem; }
.help-contact-form .form-group { margin-bottom: 1rem; }
.help-contact-form .btn-primary { width: auto; margin-top: 0; }

/* FAQ accordion */
.faq-list { margin-bottom: 1.5rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 0.5rem; overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 1rem 1.25rem; background: var(--surface); color: var(--text); border: none; font-family: var(--font); font-size: 1rem; text-align: left; cursor: pointer; }
.faq-question:hover { background: var(--surface2); }
.faq-icon { font-size: 1.25rem; color: var(--text-muted); flex-shrink: 0; }
.faq-answer { background: var(--surface2); }
.faq-answer-inner { padding: 1rem 1.25rem; color: var(--text-muted); line-height: 1.6; font-size: 0.95rem; }
.faq-answer-inner a { color: var(--accent); }

.faq-search-form { margin-top: 1rem; }
.faq-search-row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.75rem; }
.faq-search-input { flex: 1; min-width: 200px; padding: 0.6rem 0.85rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface2); color: var(--text); font-size: 1rem; font-family: var(--font); }
.faq-search-input:focus { outline: none; border-color: var(--accent); }
.faq-category-tabs { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.faq-cat-tab { padding: 0.4rem 0.75rem; border-radius: 8px; font-size: 0.9rem; text-decoration: none; color: var(--text-muted); background: var(--surface2); border: 1px solid var(--border); transition: background 0.2s, color 0.2s; }
.faq-cat-tab:hover { background: var(--surface); color: var(--text); }
.faq-cat-tab.active { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Sticker (round blue ring + Scan & Move Me! + QR + icons) */
.sticker-section {
  text-align: center;
  margin-bottom: 2rem;
}
.sticker-hint {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.sticker-outer {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}
.sticker-round {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
/* Sticker templates 1–10: Bangladesh culture, Nature, Education, Sports, Members Club, Urban, Rural, Transport, Youth, Professional */
.sticker-theme-label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.15rem; opacity: 0.9; }
.sticker-round--blue,
.sticker-round--t1 { background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%); border: 5px solid #006A4E; box-shadow: 0 0 0 2px #F42A41, 0 0 0 7px #006A4E, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t2 { background: linear-gradient(180deg, #fff 0%, #E8F5E9 100%); border: 5px solid #2E7D32; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #2E7D32, 0 8px 32px rgba(0,0,0,0.2); }
/* Template 2: Bangladesh flag design — black background, flag motif, Bengali, SCAN ME + QR */
.sticker-template-2.sticker-round { width: 280px; height: 320px; border-radius: 12px; background: #000; border: 4px solid #1a1a1a; box-shadow: 0 8px 32px rgba(0,0,0,0.4); padding: 0; flex-direction: column; align-items: stretch; overflow: hidden; }
.sticker-t2-flag { flex: 0 0 42%; min-height: 0; position: relative; }
.sticker-t2-flag-svg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.sticker-t2-text { display: flex; justify-content: space-between; align-items: center; padding: 0.35rem 0.75rem; flex: 0 0 auto; background: #000; }
.sticker-t2-bengali { font-size: 0.95rem; font-weight: 600; color: #2dd4bf; letter-spacing: 0.02em; font-family: inherit; }
.sticker-t2-scanme { margin: 0.25rem 0 0; font-size: 0.85rem; font-weight: 700; color: #2dd4bf; letter-spacing: 0.15em; }
.sticker-t2-qr { flex: 1; display: flex; align-items: center; justify-content: center; padding: 0.5rem; background: #000; min-height: 0; }
.sticker-t2-qr img { width: 100px; height: 100px; max-width: 120px; max-height: 120px; object-fit: contain; background: #fff; padding: 6px; border-radius: 6px; }
/* Uploaded template image (admin) */
.sticker-custom-image { position: relative; overflow: hidden; padding: 0; }
.sticker-custom-bg { width: 100%; height: 100%; object-fit: contain; display: block; }
.sticker-custom-qr { position: absolute; bottom: 0.75rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; }
.sticker-custom-qr img { background: #fff; padding: 4px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.sticker-custom-pdf-wrap { flex-direction: column; justify-content: center; gap: 0.5rem; }
.sticker-custom-pdf-wrap .sticker-custom-qr { position: static; transform: none; margin-top: 0.5rem; }
.sticker-round--t3 { background: linear-gradient(180deg, #fff 0%, #E3F2FD 100%); border: 5px solid #1565C0; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #1565C0, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t4 { background: linear-gradient(180deg, #fff 0%, #FFF3E0 100%); border: 5px solid #EF6C00; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #EF6C00, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t5 { background: linear-gradient(180deg, #fff 0%, #F3E5F5 100%); border: 5px solid #7B1FA2; box-shadow: 0 0 0 3px #FFD700, 0 0 0 8px #7B1FA2, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t6 { background: linear-gradient(180deg, #fff 0%, #ECEFF1 100%); border: 5px solid #546E7A; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #546E7A, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t7 { background: linear-gradient(180deg, #fff 0%, #E8F5E9 100%); border: 5px solid #558B2F; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #558B2F, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t8 { background: linear-gradient(180deg, #fff 0%, #E1F5FE 100%); border: 5px solid #0277BD; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #0277BD, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t9 { background: linear-gradient(180deg, #fff 0%, #FFF8E1 100%); border: 5px solid #FF8F00; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #FF8F00, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-round--t10 { background: linear-gradient(180deg, #fff 0%, #E8EAF6 100%); border: 5px solid #1A237E; box-shadow: 0 0 0 3px #fff, 0 0 0 8px #1A237E, 0 8px 32px rgba(0,0,0,0.2); }
.sticker-brand--blue, .sticker-brand--t1 { color: #006A4E; }
.sticker-round--t1 .sticker-theme-label { color: #F42A41; }
.sticker-brand--t2 { color: #2E7D32; } .sticker-round--t2 .sticker-theme-label { color: #2E7D32; }
.sticker-brand--t3 { color: #1565C0; } .sticker-round--t3 .sticker-theme-label { color: #1565C0; }
.sticker-brand--t4 { color: #EF6C00; } .sticker-round--t4 .sticker-theme-label { color: #EF6C00; }
.sticker-brand--t5 { color: #7B1FA2; } .sticker-round--t5 .sticker-theme-label { color: #7B1FA2; }
.sticker-brand--t6 { color: #546E7A; } .sticker-round--t6 .sticker-theme-label { color: #546E7A; }
.sticker-brand--t7 { color: #558B2F; } .sticker-round--t7 .sticker-theme-label { color: #558B2F; }
.sticker-brand--t8 { color: #0277BD; } .sticker-round--t8 .sticker-theme-label { color: #0277BD; }
.sticker-brand--t9 { color: #FF8F00; } .sticker-round--t9 .sticker-theme-label { color: #FF8F00; }
.sticker-brand--t10 { color: #1A237E; } .sticker-round--t10 .sticker-theme-label { color: #1A237E; }
.sticker-inner {
  text-align: center;
  width: 100%;
}
.sticker-brand {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.sticker-brand--blue { color: #1976D2; }
.sticker-scan-move {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1976D2;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.sticker-qr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0.35rem 0;
}
.sticker-side-icon { width: 24px; height: 24px; color: #1976D2; flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticker-side-icon svg { width: 100%; height: 100%; }
.sticker-qr {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 6px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
}
.sticker-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sticker-move-text { font-size: 0.75rem; color: #1976D2; font-weight: 600; margin-top: 0.4rem; letter-spacing: 0.02em; }
.sticker-round--t1 .sticker-scan-move, .sticker-round--t1 .sticker-move-text, .sticker-round--t1 .sticker-side-icon { color: #006A4E; }
.sticker-round--t2 .sticker-scan-move, .sticker-round--t2 .sticker-move-text, .sticker-round--t2 .sticker-side-icon { color: #2E7D32; }
.sticker-round--t3 .sticker-scan-move, .sticker-round--t3 .sticker-move-text, .sticker-round--t3 .sticker-side-icon { color: #1565C0; }
.sticker-round--t4 .sticker-scan-move, .sticker-round--t4 .sticker-move-text, .sticker-round--t4 .sticker-side-icon { color: #EF6C00; }
.sticker-round--t5 .sticker-scan-move, .sticker-round--t5 .sticker-move-text, .sticker-round--t5 .sticker-side-icon { color: #7B1FA2; }
.sticker-round--t6 .sticker-scan-move, .sticker-round--t6 .sticker-move-text, .sticker-round--t6 .sticker-side-icon { color: #546E7A; }
.sticker-round--t7 .sticker-scan-move, .sticker-round--t7 .sticker-move-text, .sticker-round--t7 .sticker-side-icon { color: #558B2F; }
.sticker-round--t8 .sticker-scan-move, .sticker-round--t8 .sticker-move-text, .sticker-round--t8 .sticker-side-icon { color: #0277BD; }
.sticker-round--t9 .sticker-scan-move, .sticker-round--t9 .sticker-move-text, .sticker-round--t9 .sticker-side-icon { color: #FF8F00; }
.sticker-round--t10 .sticker-scan-move, .sticker-round--t10 .sticker-move-text, .sticker-round--t10 .sticker-side-icon { color: #1A237E; }
.sticker-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

/* Car details (QR scan result – app-style) */
.details-page { background: var(--surface2); }
.details-page-wrap { max-width: 480px; margin: 0 auto; padding: 0; }
.details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 10;
}
.details-back {
  color: var(--text);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.details-back:hover { opacity: 0.85; }
.details-header-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}
.details-header-right { display: flex; gap: 0.5rem; }
.details-header-icon {
  color: var(--text-muted);
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-header-btn {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
.details-header-btn:hover { color: var(--text); }
.details-page .main-content { padding-bottom: 2rem; padding-top: 0; }
.details-card {
  background: var(--surface);
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  min-height: 60vh;
}
.car-photo-wrap {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--surface2);
  max-height: 280px;
}
.car-photo {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  display: block;
}
.details-info-block {
  padding: 1.25rem 1rem;
  text-align: left;
}
.details-info-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.details-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.6rem;
}
.details-info-row--full { flex-direction: column; }
.details-info-name {
  font-size: 0.9rem;
  color: var(--text-muted);
  min-width: 4.5rem;
}
.details-info-value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
}
.details-info-value--plate {
  font-weight: 700;
  color: var(--accent);
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 1rem 1.5rem;
}
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  font-family: var(--font);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  border: none;
  transition: filter 0.2s, transform 0.1s;
}
.contact-btn:active { transform: scale(0.98); }
.contact-btn .contact-number { opacity: 0.95; font-size: 0.95rem; }
.contact-call {
  background: var(--accent);
}
.contact-call:hover { filter: brightness(1.1); }
.contact-whatsapp {
  background: var(--whatsapp);
}
.contact-whatsapp:hover { filter: brightness(1.08); }
.contact-whatsapp--large {
  padding: 1.1rem 1.5rem;
  font-size: 1.05rem;
}
.whatsapp-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 2rem 1rem 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid var(--border);
}
.footer-inner { max-width: 640px; margin: 0 auto; }
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  color: var(--text);
}
.footer-logo { font-size: 1.25rem; }
.footer-tagline { color: var(--text-muted); font-weight: 400; }
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.footer-nav a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}
.footer-nav a:hover { text-decoration: underline; }
.footer-nav--legal { margin-top: 0.5rem; flex-wrap: wrap; }
.footer-nav--legal a { font-weight: 400; font-size: 0.9rem; }
.footer-copy { font-size: 0.85rem; color: var(--text-muted); margin: 0; }
.landing-page .site-footer { background: rgba(0, 0, 0, 0.25); border-top-color: rgba(255,255,255,0.08); }
.landing-page .footer-brand { color: #fff; }
.landing-page .footer-tagline { color: rgba(255,255,255,0.75); }
.landing-page .footer-nav a { color: #93c5fd; }
.landing-page .footer-copy { color: rgba(255,255,255,0.7); }

/* Print: show only sticker */
@media print {
  body { background: #fff; }
  .page-wrap { max-width: none; }
  .site-header, .success-card, .sticker-hint, .sticker-actions, .site-footer, .btn { display: none !important; }
  .sticker-section { margin: 0; padding: 0; }
  .sticker-outer { padding: 0; }
  .sticker-round--blue {
    box-shadow: none;
    border: 4px solid #1976D2;
    background: #fff;
  }
  .sticker-brand--blue, .sticker-scan-move, .sticker-move-text { color: #1976D2; }
  .sticker-side-icon { color: #1976D2; }
  .sticker-template-2 { -webkit-print-color-adjust: exact; print-color-adjust: exact; background: #000 !important; }
  .sticker-t2-bengali, .sticker-t2-scanme { color: #2dd4bf !important; }
}
