:root {
  --blue: #377DFF;
  --green: #38CB89;
  --amber: #FFAB00;
  --blue-dark: #1a5ce8;
  --green-dark: #28a86e;
  --text: #0f1117;
  --text-muted: #6b7280;
  --surface: #f5f7ff;
  --border: #dde3ff;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 10px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(62,105,187,0.16) 0%, rgba(62,105,187,0.00) 34%),
    linear-gradient(180deg, #edf2fb 0%, #e8eef9 52%, #e3ebf8 100%);
  color: var(--text);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
}
.phone-shell {
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  background: var(--white);
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #004795;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo-wrap {
  min-height: 46px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.nav-logo-image {
  height: 34px;
  width: auto;
  display: block;
}
.nav-logo-fallback { align-items:center; font-family:'Syne',sans-serif; font-size:18px; font-weight:700; color:#0f2c69; letter-spacing:-0.3px; }
.nav-logo-fallback span { color:#ffab00; }

.hero {
  background: linear-gradient(145deg, #1a3a8f 0%, #377DFF 45%, #134c99 100%);
  padding: 36px 24px 32px;
  position: relative;
  overflow: hidden;
}
.hero::before { content:''; position:absolute; width:280px; height:280px; background:rgba(255,255,255,0.05); border-radius:50%; top:-80px; right:-80px; }
.hero::after { content:''; position:absolute; width:160px; height:160px; background:rgba(255,171,0,0.12); border-radius:50%; bottom:-40px; left:-30px; }
.hero h1 {
  font-family:'Syne',sans-serif; font-size:31px; font-weight:700; color:#fff; line-height:1.14; margin-bottom:14px;
  position:relative; z-index:1; letter-spacing:-0.9px; text-shadow:0 10px 24px rgba(8,20,52,0.24);
}
.hero h1 em { font-style:normal; color:#ffd45c; display:inline-block; font-weight:700; letter-spacing:-0.8px; text-shadow:0 10px 24px rgba(255,196,46,0.16); }
.hero p {
  color: rgba(255,255,255,0.94);
  font-size: 14px;
  line-height: 1.68;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  text-shadow: 0 8px 18px rgba(8, 20, 52, 0.18);
}
.img-placeholder {
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  height: auto;
  min-height: 0;
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img-placeholder svg { opacity:.6; }
.img-placeholder p { color:rgba(255,255,255,0.7); font-size:12px; margin:0; }
.img-placeholder small { color:rgba(255,255,255,0.45); font-size:11px; }
#hero-img-preview {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  inset: auto;
  object-fit: unset;
  object-position: center;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}
.hero-cta, .btn-shop, .btn-submit, .btn-go-now { display:flex; align-items:center; justify-content:center; gap:8px; border:none; border-radius:var(--radius-sm); cursor:pointer; text-decoration:none; transition:background .2s, transform .1s; }
.hero-cta {
  background: linear-gradient(180deg, #8ccfef 0%, #8ccfef 100%);
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15px;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 28px rgba(140, 207, 239, 0.24);
}
.hero-cta:hover { background: var(--green-dark); }
.hero-cta:active, .btn-submit:active { transform: scale(0.98); }

.btn-shop { background:var(--blue); color:#fff; padding:13px; width:100%; font-family:'Syne',sans-serif; font-size:14px; font-weight:600; }
.btn-shop:hover, .btn-go-now:hover, .btn-submit:hover { background: var(--blue-dark); }

.promo-content a { color:#1a3a8f; font-weight:600; text-decoration:none; }

.gallery-section, .form-section { padding:24px; background:#fff; border-bottom:1px solid var(--border); }
.section-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.section-title { font-family:'Syne',sans-serif; font-size:15px; font-weight:700; }
.section-count { font-size:11px; color:var(--text-muted); }
.gallery-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.gallery-cell {
  background: var(--surface);
  border: 0;
  border-radius: var(--radius-sm);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery-cell img { width:100%; height:100%; object-fit:cover; border-radius:8px; }
.cell-label { font-size:11px; color:#a0a8cc; text-align:center; padding:8px; }

.form-header { margin-bottom:22px; }
.form-header h2 { font-family:'Syne',sans-serif; font-size:20px; font-weight:700; color:var(--text); margin-bottom:4px; }
.field { margin-bottom:16px; position:relative; }
.field label, .toggle-main-label { display:block; font-size:11px; font-weight:600; color:#8892b0; text-transform:uppercase; letter-spacing:.7px; margin-bottom:6px; }
.field input { width:100%; background:var(--surface); border:1.5px solid var(--border); border-radius:var(--radius-sm); padding:13px 16px; font-size:14px; font-family:'Inter',sans-serif; color:var(--text); outline:none; transition:border-color .2s, box-shadow .2s; }
.field input:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(55,125,255,0.12); }
.field input.error { border-color:#e24b4a; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.town-suggestions { position:absolute; top:calc(100% + 4px); left:0; right:0; background:#fff; border:1.5px solid var(--border); border-radius:12px; box-shadow:0 16px 32px rgba(18,38,63,0.1); z-index:30; overflow:hidden; }
.town-suggestion { padding:12px 14px; font-size:14px; cursor:pointer; border-bottom:1px solid #eef2ff; }
.town-suggestion:last-child { border-bottom:0; }
.town-suggestion:hover, .town-suggestion.active { background:#f4f7ff; }

.toggle-field { margin-bottom:20px; }
.toggle-card { background:var(--surface); border:1.5px solid var(--border); border-radius:var(--radius-sm); padding:14px 16px; display:flex; align-items:center; justify-content:space-between; cursor:pointer; }
.toggle-card.active { border-color:var(--green); background:#f0fbf6; }
.toggle-info strong { display:block; font-size:14px; font-weight:600; }
.toggle-info small { font-size:12px; color:var(--text-muted); }
.toggle-switch { width:44px; height:24px; background:#d1d5db; border-radius:12px; position:relative; transition:background .25s; }
.toggle-switch.on { background:var(--green); }
.toggle-switch::after { content:''; position:absolute; width:20px; height:20px; background:#fff; border-radius:50%; top:2px; left:2px; transition:transform .25s; box-shadow:0 1px 3px rgba(0,0,0,0.2); }
.toggle-switch.on::after { transform:translateX(20px); }

.btn-submit {
  width: 100%;
  background: #8ccfef;
  color: #fff;
  padding: 16px;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.btn-submit:disabled { opacity:0.7; cursor:not-allowed; }
.btn-note { text-align:center; font-size:11px; color:var(--text-muted); margin-top:10px; }
.form-msg { border-radius:var(--radius-sm); padding:12px 16px; font-size:13px; margin-bottom:16px; display:none; white-space:pre-line; }
.form-msg.error { background:#fef2f2; border:1px solid #fca5a5; color:#b91c1c; }
.form-msg.show { display:block; }

.redirect-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:999; align-items:center; justify-content:center; }
.redirect-overlay.show { display:flex; }
.redirect-card { background:#fff; border-radius:20px; padding:32px 28px; text-align:center; max-width:320px; width:90%; }
.redirect-icon { width:64px; height:64px; background:#f0fdf4; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.redirect-card h3 { font-family:'Syne',sans-serif; font-size:18px; font-weight:700; margin-bottom:8px; }
.redirect-card p { font-size:13px; color:var(--text-muted); line-height:1.6; margin-bottom:20px; }
.countdown { font-family:'Syne',sans-serif; font-size:32px; font-weight:700; color:var(--green); margin-bottom:16px; }
.btn-go-now { background:var(--blue); color:#fff; padding:13px; width:100%; font-family:'Syne',sans-serif; font-size:14px; font-weight:600; }

.footer { background: linear-gradient(180deg, #1e3b85 0%, #15306f 100%); padding:24px; text-align:center; border-top:1px solid rgba(255,255,255,0.08); }
.footer-logo-wrap {
  min-height: 40px;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo-image {
  height: 34px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
  filter: none;
}
.footer-logo-fallback {
  align-items: center;
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
}
.footer-logo-fallback span { color:#ffab00; }
.footer p { font-size:11px; color:rgba(255,255,255,0.54); margin-bottom:12px; }
.footer-links { display:flex; justify-content:center; gap:20px; }
.footer-links a { font-size:11px; color:#9fd2ff; text-decoration:none; font-weight:600; }

.spinner { width:18px; height:18px; border:2px solid rgba(255,255,255,0.3); border-top-color:#fff; border-radius:50%; animation:spin .7s linear infinite; display:none; }
@keyframes spin { to { transform:rotate(360deg); } }

.admin-login { max-width:420px; margin:60px auto; background:#fff; border-radius:20px; box-shadow:0 16px 48px rgba(17,49,117,0.12); padding:28px; }
.admin-shell { max-width:1200px; margin:24px auto; padding:0 16px 40px; width:100%; }
.admin-topbar { background:linear-gradient(180deg, #113175 0%, #3e69bb 100%); border-radius:22px; padding:18px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; color:#fff; box-shadow:0 18px 40px rgba(17,49,117,0.16); }
.admin-brand { display:flex; align-items:center; gap:14px; }
.admin-brand img {
  height: 40px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.admin-actions { display:flex; gap:10px; }
.admin-actions a, .admin-btn { background:#fff; color:#113175; border:none; border-radius:12px; padding:10px 14px; font-weight:700; text-decoration:none; cursor:pointer; }
.admin-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:18px 0; }
.admin-stat { background:#fff; border-radius:18px; padding:18px; box-shadow:0 10px 30px rgba(17,49,117,0.08); display:flex; justify-content:space-between; align-items:center; }
.admin-stat .n { font-size:28px; font-weight:800; color:#113175; }
.admin-grid { display:grid; grid-template-columns:1.7fr 1fr; gap:18px; }
.admin-card { background:#fff; border-radius:20px; padding:20px; box-shadow:0 10px 30px rgba(17,49,117,0.08); }
.admin-card h2 { font-family:'Syne',sans-serif; margin-bottom:16px; color:#113175; }
.admin-table-wrap { overflow:auto; }
.admin-table { width:100%; border-collapse:collapse; }
.admin-table th, .admin-table td { text-align:left; padding:12px 10px; border-bottom:1px solid #edf2ff; font-size:14px; }
.admin-table th { color:#5f77a8; font-size:12px; text-transform:uppercase; letter-spacing:.04em; }
.admin-form { display:grid; gap:12px; }
.admin-form label { font-size:13px; font-weight:700; color:#41537c; }
.admin-form input[type=text], .admin-form input[type=password], .admin-form input[type=file] { width:100%; padding:12px 14px; border:1px solid #d7e2ff; border-radius:12px; }
.admin-alert { margin:16px 0; padding:12px 14px; border-radius:12px; }
.admin-alert.success { background:#effcf5; color:#166534; border:1px solid #a7f3d0; }
.admin-alert.error { background:#fef2f2; color:#991b1b; border:1px solid #fecaca; }
.admin-preview {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #dbe4ff;
  background: transparent;
}
.admin-gallery { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.admin-gallery-item { display:block; background:#f8faff; border:1px solid #dde6ff; border-radius:14px; padding:8px; }
.admin-gallery-item img { width:100%; height:120px; object-fit:cover; border-radius:10px; display:block; margin-bottom:8px; }
.admin-check { display:flex; align-items:center; gap:8px; font-size:13px; }

@media (max-width: 900px) {
  .admin-grid { grid-template-columns:1fr; }
  .admin-stats { grid-template-columns:1fr; }
}
@media (max-width: 420px) {
  body { padding:0; }
  .phone-shell { max-width:100%; min-height:100vh; border-radius:0; border:0; box-shadow:none; }
  .nav-logo-image { height:38px; }
}

html, body {
  touch-action: manipulation;
}

body.no-scroll {
  overflow: hidden;
}

a, button, input, select, textarea, .gallery-cell {
  touch-action: manipulation;
}

.gallery-view-trigger {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.gallery-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.gallery-overlay[hidden] { display: none !important; }

.admin-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 14px;
}
.admin-page-btn {
  border: 1px solid #d7e2ff;
  background: #fff;
  color: #113175;
  border-radius: 10px;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  font-weight: 700;
  cursor: pointer;
}
.admin-page-btn.is-active {
  background: #113175;
  color: #fff;
  border-color: #113175;
}

.gallery-grid .gallery-cell {
  cursor: zoom-in;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gallery-grid .gallery-cell:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(17,49,117,0.12);
  border-color: #b7c8f5;
}
.gallery-overlay-close:hover {
  background: rgba(10, 19, 44, 0.94);
}

.gallery-overlay-nav:hover {
  background: rgba(10, 19, 44, 0.92);
}
@media (max-width: 520px) {
  .gallery-overlay-nav {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }
}

.gallery-grid .gallery-cell {
  cursor: zoom-in !important;
  pointer-events: auto;
}
.gallery-grid .gallery-cell img {
  cursor: zoom-in !important;
  pointer-events: auto;
}

.gallery-note {
  margin-top: 10px;
  font-size: 12px;
  color: #6f7fa6;
  text-align: center;
}

.gallery-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 34, 0.82);
  backdrop-filter: blur(8px);
}

.gallery-overlay-card {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  max-height: 90vh;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(245,248,255,0.98) 100%);
  border-radius: 26px;
  padding: 16px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
  border: 1px solid rgba(255,255,255,0.72);
}

.gallery-overlay-card img {
  width: 100%;
  max-height: calc(90vh - 32px);
  object-fit: contain;
  display: block;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.gallery-overlay-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 19, 44, 0.82);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0,0,0,0.22);
}

.gallery-overlay-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 19, 44, 0.72);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0,0,0,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-overlay-prev { left: 14px; }
.gallery-overlay-next { right: 14px; }
.gallery-overlay-close:hover,
.gallery-overlay-nav:hover {
  background: rgba(10, 19, 44, 0.94);
}

@media (max-width: 520px) {
  .gallery-overlay {
    padding: 12px;
  }
  .gallery-overlay-card {
    border-radius: 22px;
    padding: 12px;
  }
  .gallery-overlay-card img {
    border-radius: 16px;
  }
  .gallery-overlay-nav,
  .gallery-overlay-close {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .gallery-overlay-prev { left: 10px; }
  .gallery-overlay-next { right: 10px; }
}

.hero-banner-static {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.hero-banner-static img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hero-banner-clean {
  width: 100%;
  margin-top: 6px;
}

.hero-banner-static {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

.hero-banner-static img,
.hero-banner-clean img,
.hero-banner-static #hero-img-preview {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: unset !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
  position: relative !important;
}

.promo-banner {
  margin-top: 0;
}

.form-subcopy {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 6px 0 14px;
}

.discount-cta {
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffb253 0%, #ffb253 100%);
  color: #3b2a00;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(255, 178, 83, 0.24);
  margin: 0 0 18px;
  text-align: left;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.discount-cta:hover {
  transform: translateY(-1px);
}
.discount-amount {
  min-width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 42, 0, 0.08);
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.discount-copy {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.contractor-segmented {
  margin-bottom: 20px;
}
.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.segmented-option {
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--text);
  border-radius: 12px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .18s ease;
}
.segmented-option.is-active {
  border-color: var(--green);
  background: #f0fbf6;
  color: #0f7c50;
  box-shadow: 0 0 0 3px rgba(56, 203, 137, 0.10);
}

.nav-badge {
  background: linear-gradient(180deg, #8ccfef 0%, #8ccfef 100%);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 22px rgba(140, 207, 239, 0.26);
  font-size: 11px;
  font-weight: 500;
  padding: 7px 11px;
  border-radius: 999px;
  letter-spacing: 0.15px;
}

@media (max-width: 520px) {
  .discount-cta {
    padding: 13px 14px;
    gap: 10px;
  }
  .discount-amount {
    min-width: 48px;
    height: 48px;
    font-size: 22px;
  }
}

@media (max-width: 520px) {
    }

.shop-cta-banner {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 10px 24px rgba(17,49,117,0.08);
  background: #fff;
}

.shop-cta-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-cta-content strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #163a82;
  margin-bottom: 5px;
}

.shop-cta-content p {
  font-size: 13px;
  line-height: 1.6;
  color: #5c6b82;
  margin: 0;
}

.promo-banner--standalone {
  margin: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #ffd966 0%, #ffc933 100%);
  padding: 16px 24px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

@media (max-width: 520px) {
  .promo-banner--standalone {
    padding: 14px 20px;
    align-items: flex-start;
  }
  }

@media (max-width: 520px) {
  }

@media (max-width: 520px) {
  }

@media (max-width: 520px) {
  }

/* v41 promo image section: taller presence without fake padding */

@media (max-width: 520px) {
    }

/* v42 final touch: promo image with fuller visual presence */

@media (max-width: 520px) {
  }

/* Final cleaned blocks for promo/video/image section */
.promo-banner--top {
  margin: 0;
  border-radius: 0;
}

.video-section {
  padding: 20px 24px 22px;
  background: #fff;
  border-bottom: 1px solid #eef2ff;
}

.video-copy {
  margin-bottom: 12px;
}

.video-copy h2 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #163a82;
  margin-bottom: 4px;
}

.video-copy p {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.video-card {
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.video-card video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

@media (max-width: 520px) {
  }

/* v44 promo interior + promo image tuning */
.promo-banner--top {
  padding: 18px 24px;
  align-items: center;
  gap: 14px;
}

.promo-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(45, 26, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-content strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #2d1a00;
  margin-bottom: 4px;
}

.promo-content p {
  font-size: 13px;
  line-height: 1.58;
  color: #5c3800;
  margin: 0;
}

/* Keep same block presence while letting the image fit cleanly */

@media (max-width: 520px) {
  .promo-banner--top {
    padding: 16px 20px;
  }
    .promo-content strong {
    font-size: 15px;
  }
}

/* v47 final cleanup */
.promo-image-section {
  padding: 0;
  background: #fff;
}

.promo-image-card {
  width: 100%;
  margin: 0;
  height: 146px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

@media (max-width: 520px) {
  body {
    padding: 0;
  }
  .phone-shell {
    max-width: 100%;
    min-height: 100vh;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
  .promo-image-card {
    height: 124px;
  }
}

/* v52 general typography */
body,
input,
button,
textarea,
select,
p,
label,
span,
a,
div {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.hero p,
.form-subcopy,
.btn-note,
.promo-content p,
.video-copy p,
.field label,
.toggle-main-label,
.shop-kicker,
.nav-badge,
.discount-copy {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

input,
textarea,
select {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.btn-submit,
.hero-cta,
.discount-cta,
.segmented-option,
.nav-badge {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.form-header h2,
.video-copy h2,
.promo-content strong,
.shop-cta-content strong {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

/* Final canonical overrides */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body,
input,
button,
textarea,
select,
p,
label,
span,
a,
div {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.hero h1,
.form-header h2,
.video-copy h2,
.discount-amount {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.hero p,
.form-subcopy,
.btn-note,
.video-copy p,
.field label,
.toggle-main-label,
.discount-copy {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

input,
textarea,
select {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

body {
  background:
    radial-gradient(circle at top, rgba(62,105,187,0.16) 0%, rgba(62,105,187,0.00) 34%),
    linear-gradient(180deg, #edf2fb 0%, #e8eef9 52%, #e3ebf8 100%);
  color: var(--text);
  min-height: 100vh;
  display: block;
}

.phone-shell {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background: var(--white);
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  margin: 0;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #004795;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-badge {
  background: linear-gradient(180deg, #8ccfef 0%, #8ccfef 100%);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 22px rgba(140, 207, 239, 0.26);
  font-size: 11px;
  font-weight: 700;
  padding: 7px 11px;
  border-radius: 999px;
  letter-spacing: 0.15px;
}

.hero {
  background: linear-gradient(145deg, #1a3a8f 0%, #377DFF 45%, #134c99 100%);
  padding: 36px 24px 32px;
  position: relative;
  overflow: hidden;
}

.hero h1 {
  color: #ffffff;
}

.hero p {
  color: rgba(255,255,255,0.94);
  font-size: 14px;
  line-height: 1.68;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  text-shadow: 0 8px 18px rgba(8, 20, 52, 0.18);
}

.hero-cta {
  background: linear-gradient(180deg, #8ccfef 0%, #8ccfef 100%);
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15px;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 28px rgba(140, 207, 239, 0.24);
}

.discount-cta {
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffb253 0%, #ffb253 100%);
  color: #3b2a00;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(255, 178, 83, 0.24);
  margin: 0 0 18px;
  text-align: left;
  font-weight: 700;
}

.btn-submit {
  width: 100%;
  background: #8ccfef;
  color: #fff;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
}

.promo-banner {
  background: linear-gradient(180deg, #ffb253 0%, #ffb253 100%);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.promo-banner--top {
  padding: 18px 24px;
  align-items: center;
  gap: 14px;
  margin: 0;
  border-radius: 0;
}

.promo-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(45, 26, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-content strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #2d1a00;
  margin-bottom: 4px;
}

.promo-content p {
  font-size: 13px;
  line-height: 1.58;
  font-weight: 500;
  color: #4a2b00;
  margin: 0;
}

.video-section {
  padding: 20px 24px 22px;
  background: #fff;
  border-bottom: 1px solid #eef2ff;
}

.video-copy {
  margin-bottom: 12px;
}

.video-copy h2 {
  font-size: 20px;
  color: #163a82;
  margin-bottom: 4px;
}

.video-copy p {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.video-card {
  border-radius: 18px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.video-card video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

.promo-image-section {
  padding: 0;
  background: #fff;
}

.promo-image-card {
  width: 100%;
  margin: 0;
  height: 146px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

@media (max-width: 520px) {
  .promo-banner--top {
    padding: 16px 20px;
  }
  .promo-content strong {
    font-size: 15px;
  }
  .promo-image-card {
    height: 124px;
  }
}

@media (max-width: 420px) {
  .nav-logo-image {
    height: 38px;
  }
}
