:root {
  --brand: #ffd333;
  --brand-strong: #f5bd00;
  --ink: #171717;
  --muted: #747474;
  --soft: #f6f6f6;
  --line: #e8e8e8;
  --dark: #2d2d2d;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: var(--ink);
  font-family: "Google Sans", "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.top-nav {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
  min-height: 72px;
}

.navbar-brand {
  align-items: center;
  color: #111;
  display: inline-flex;
  gap: 8px;
  letter-spacing: 0;
}

.site-logo,
.footer-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.brand-mark {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  display: inline-flex;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  margin-right: 6px;
  width: 30px;
}

.nav-link {
  color: #222;
  font-size: .95rem;
  font-weight: 600;
}

.nav-phone {
  color: #222;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 700;
  gap: 6px;
  text-decoration: none;
}

.btn-primary {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #111;
  --bs-btn-hover-bg: var(--brand-strong);
  --bs-btn-hover-border-color: var(--brand-strong);
  --bs-btn-hover-color: #111;
  font-weight: 700;
}

.hero-estimate {
  background: var(--brand);
  min-height: 520px;
  overflow: hidden;
  padding: 48px 0;
  position: relative;
}

.hero-pattern {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  height: 260px;
  opacity: .72;
  position: absolute;
  width: 260px;
}

.hero-pattern::before,
.hero-pattern::after {
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  content: "";
  inset: 16px;
  position: absolute;
}

.hero-pattern::after {
  inset: 32px;
}

.hero-pattern-left {
  bottom: -110px;
  left: -80px;
}

.hero-pattern-right {
  right: -90px;
  top: 210px;
}

.hero-art {
  min-height: 410px;
  position: relative;
}

.hero-copy {
  max-width: 560px;
  padding-top: 28px;
  position: relative;
  z-index: 2;
}

.hero-badge {
  background: #fff;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 8px 16px;
}

.hero-copy h1 {
  color: #111;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 16px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, .55);
}

.hero-copy p {
  color: #282828;
  font-size: 1.08rem;
  max-width: 500px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-points span {
  background: #fff;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  padding: 7px 12px;
}

.hero-points i {
  color: #111;
}

.trust-contact {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 8px;
  display: grid;
  gap: 3px;
  margin-top: 18px;
  max-width: 440px;
  padding: 14px 16px;
}

.trust-contact strong {
  font-weight: 800;
}

.trust-contact span {
  color: #333;
}

.trust-contact a {
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.map-card {
  background: #182342;
  border-radius: 34px;
  bottom: 0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
  height: 340px;
  position: absolute;
  right: 20px;
  width: 300px;
}

.map-card::before {
  background: linear-gradient(140deg, rgba(255,255,255,.9), rgba(255,255,255,.1));
  clip-path: polygon(24% 8%, 72% 18%, 87% 58%, 58% 92%, 18% 72%, 8% 34%);
  content: "";
  inset: 38px;
  opacity: .88;
  position: absolute;
}

.pin {
  color: var(--brand);
  font-size: 3rem;
  position: absolute;
  z-index: 2;
}

.pin-1 {
  left: 38px;
  top: 84px;
}

.pin-2 {
  right: 44px;
  top: 70px;
}

.pin-3 {
  bottom: 70px;
  left: 130px;
}

.phone-shape {
  align-items: center;
  background: #fff;
  border: 8px solid #111;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: center;
  left: -72px;
  padding: 20px;
  position: absolute;
  top: 70px;
  transform: rotate(-5deg);
  width: 150px;
  z-index: 3;
}

.phone-shape i {
  color: #111;
  font-size: 2rem;
}

.phone-shape strong {
  font-size: .9rem;
  margin-top: 8px;
}

.phone-shape span {
  color: #111;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}

.estimate-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .13);
  padding: clamp(22px, 4vw, 34px);
}

.estimate-card h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 22px;
  text-align: center;
}

.estimate-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.estimate-policy {
  color: var(--muted);
  font-size: .78rem;
  margin: 14px 0 0;
  text-align: center;
}

.hero-select-stack {
  display: grid;
  gap: 14px;
}

.hero-select-stack .form-select {
  border-color: #cfcfcf;
  border-radius: 6px;
  font-size: 1rem;
  min-height: 52px;
}

.hero-select-stack .form-select:focus {
  border-color: var(--brand-strong);
  box-shadow: 0 0 0 .2rem rgba(255, 211, 51, .28);
}

.assessment-section {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 211, 51, .18), transparent 24%),
    linear-gradient(180deg, #f8f8f8, #f1f1f1);
  padding: 42px 0 64px;
}

.breadcrumb-note {
  color: #777;
  font-size: .86rem;
  margin-bottom: 24px;
}

.assessment-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1040px;
}

.assessment-summary {
  display: grid;
  gap: 18px;
  align-content: start;
}

.security-note,
.product-summary-card,
.assessment-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .06);
}

.security-note {
  border: 1px solid var(--brand-strong);
  padding: 18px;
}

.security-note h2 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.security-note p {
  color: #555;
  font-size: .9rem;
  margin: 0;
}

.product-summary-card {
  padding: 22px;
}

.summary-label {
  display: block;
  font-weight: 800;
  margin-bottom: 14px;
  text-align: center;
}

.summary-product-image {
  aspect-ratio: 1;
  background: #f6f6f6;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: block;
  margin: 0 auto 16px;
  max-width: 180px;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.summary-product {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 56px 1fr;
  padding-bottom: 16px;
}

.summary-device-icon {
  align-items: center;
  background: #fff8d8;
  border: 1px solid rgba(245, 189, 0, .35);
  border-radius: 8px;
  color: #111;
  display: flex;
  font-size: 2rem;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.summary-product h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
}

.summary-product p {
  color: var(--muted);
  margin: 0;
}

.price-breakdown {
  border-top: 1px solid var(--line);
  margin: 0;
  padding-top: 14px;
}

.assessment-section:not(.has-quote) .price-breakdown,
.assessment-section:not(.has-quote) .selected-summary-list {
  display: none;
}

.price-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.price-breakdown dt,
.price-breakdown dd {
  margin: 0;
}

.price-breakdown dd {
  font-weight: 800;
}

.price-breakdown .total {
  border-top: 1px solid var(--line);
  color: #d82424;
  font-size: 1.08rem;
  margin-top: 12px;
  padding-top: 12px;
}

.selected-summary-list {
  color: #555;
  font-size: .86rem;
  margin: 14px 0 0;
  padding-left: 18px;
}

.line-cta {
  align-items: center;
  background: #06c755;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
  padding: 12px;
  text-decoration: none;
}

.line-cta:hover {
  color: #fff;
  filter: brightness(.95);
  transform: translateY(-2px);
}

.assessment-card {
  padding: clamp(18px, 3vw, 30px);
}

.assessment-progress {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
  text-align: center;
}

.assessment-progress span {
  border-top: 4px solid #a4aeae;
  color: #777;
  font-size: .86rem;
  font-weight: 700;
  padding-top: 8px;
}

.assessment-progress .active {
  border-color: var(--brand);
  color: #111;
}

.assessment-section.has-quote .assessment-progress span:nth-child(2) {
  border-color: var(--brand);
  color: #111;
}

.assessment-section.has-quote .condition-groups,
.assessment-section.has-quote .estimate-action-panel,
.assessment-section.has-quote .assessment-title-block {
  display: none;
}

.assessment-section.has-quote .assessment-card {
  padding-top: 26px;
}

.assessment-title-block {
  border-left: 5px solid var(--brand);
  margin-bottom: 22px;
  padding-left: 14px;
}

.assessment-title-block > span {
  color: var(--brand-strong);
  display: inline-flex;
  font-size: .88rem;
  font-weight: 900;
  gap: 7px;
  margin-bottom: 6px;
}

.assessment-title-block h2 {
  color: #111;
  font-size: clamp(1.35rem, 2.8vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.assessment-title-block h2 strong {
  color: #202020;
  font-weight: 900;
}

.assessment-title-block p {
  color: var(--muted);
  margin: 8px 0 0;
}

.condition-groups {
  display: grid;
  gap: 12px;
}

.condition-group {
  background: linear-gradient(180deg, #fff, #fafafa);
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 10px;
  padding: 16px;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.condition-group:hover {
  border-color: rgba(245, 189, 0, .45);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
  transform: translateY(-2px);
}

.condition-group-title {
  align-items: center;
  background: transparent;
  border: 0;
  color: #333;
  display: flex;
  font-weight: 800;
  gap: 10px;
  justify-content: space-between;
  padding: 0 0 12px;
  text-align: left;
  width: 100%;
}

.condition-group-title::before {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  content: "\F633";
  display: inline-flex;
  flex: 0 0 34px;
  font-family: "bootstrap-icons";
  font-size: 1rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.condition-group[data-group="warranty"] .condition-group-title::before {
  content: "\F52F";
}

.condition-group[data-group="body"] .condition-group-title::before {
  content: "\F5D1";
}

.condition-group[data-group="screen"] .condition-group-title::before {
  content: "\F4A4";
}

.condition-group[data-group="display"] .condition-group-title::before {
  content: "\F3F6";
}

.condition-group[data-group="battery"] .condition-group-title::before {
  content: "\F10B";
}

.condition-group[data-group="accessories"] .condition-group-title::before {
  content: "\F26B";
}

.condition-group[data-group="problems"] .condition-group-title::before {
  content: "\F33A";
}

.condition-group-title i {
  margin-left: auto;
  transition: transform .18s ease;
}

.condition-group.is-collapsed .condition-options,
.condition-group.is-collapsed .problem-options {
  display: none;
}

.condition-group.is-collapsed .condition-group-title i {
  transform: rotate(180deg);
}

.condition-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.condition-option {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  color: #111;
  display: grid;
  gap: 4px 10px;
  grid-template-columns: 34px 1fr;
  font-size: .92rem;
  font-weight: 800;
  min-height: 58px;
  padding: 12px;
  text-align: left;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.condition-option::before {
  align-items: center;
  background: #f5f5f5;
  border-radius: 50%;
  color: #606060;
  content: "\F26E";
  display: inline-flex;
  font-family: "bootstrap-icons";
  grid-row: span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.condition-option:hover {
  border-color: var(--brand-strong);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}

.condition-option small {
  display: none;
}

.condition-option::after {
  color: #6a6a6a;
  content: "แตะเพื่อเลือก";
  font-size: .74rem;
  font-weight: 700;
  grid-column: 2;
}

.condition-option.is-selected {
  background: linear-gradient(180deg, #fffdf0, #fff8d8);
  border-color: var(--brand-strong);
  box-shadow: inset 0 0 0 1px var(--brand-strong), 0 12px 26px rgba(245, 189, 0, .14);
}

.condition-option.is-selected::before {
  background: #111;
  color: var(--brand);
  content: "\F26A";
}

.condition-option.is-selected::after {
  color: #8a6500;
  content: "เลือกแล้ว";
}

.problem-options {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
}

.problem-option {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: .78rem;
  font-weight: 700;
  gap: 6px;
  min-height: 112px;
  padding: 12px 8px;
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.problem-option:hover {
  border-color: rgba(245, 189, 0, .52);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.problem-option i {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  display: flex;
  font-size: 1.4rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.problem-option span {
  color: #222;
  line-height: 1.25;
}

.problem-option.is-selected i {
  background: #fff7cc;
  border-color: var(--brand-strong);
  box-shadow: inset 0 0 0 2px var(--brand-strong);
}

.problem-option.is-selected {
  background: #fffdf0;
  border-color: var(--brand-strong);
}

.no-problem-option.is-selected i {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(22, 163, 74, .18);
}

.buyer-form {
  margin-top: 22px;
}

.buyer-form.is-locked {
  display: none;
}

.assessment-section.has-quote .buyer-form {
  margin-top: 18px;
}

.estimate-action-panel {
  align-items: center;
  background: #111;
  border-radius: 10px;
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  margin-top: 18px;
  padding: 18px;
}

.estimate-action-panel strong,
.estimate-action-panel span {
  display: block;
}

.estimate-action-panel strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.estimate-action-panel strong i {
  color: var(--brand);
  margin-right: 6px;
}

.estimate-action-panel span {
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
}

.estimate-action-panel .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-width: 190px;
  justify-content: center;
}

.estimate-action-panel .btn.is-ready {
  box-shadow: 0 12px 28px rgba(255, 211, 51, .34);
  transform: translateY(-2px);
}

.estimate-action-panel .btn.is-ready:hover {
  box-shadow: 0 16px 34px rgba(255, 211, 51, .42);
  transform: translateY(-4px);
}

.quote-review-panel {
  background: #fffdf2;
  border: 1px solid rgba(245, 189, 0, .45);
  border-radius: 10px;
  margin-top: 8px;
  padding: 16px 18px;
}

.quote-review-header {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
  margin-bottom: 0;
}

.quote-review-icon {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  display: flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.quote-review-header span {
  color: var(--brand-strong);
  font-weight: 900;
}

.quote-review-header h3 {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 4px 0;
}

.quote-review-header p {
  color: var(--muted);
  margin: 0;
}

.contact-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 20px;
}

.contact-panel h3 {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 2px 0 0;
}

.contact-panel-heading {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.contact-panel-heading span {
  color: var(--brand-strong);
  display: inline-flex;
  font-size: .86rem;
  font-weight: 900;
  gap: 7px;
}

.contact-panel-heading a {
  color: #06a846;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.pickup-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.pickup-method {
  align-items: center;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 900;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pickup-method:hover {
  border-color: var(--brand-strong);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}

.btn-check:checked + .pickup-method {
  background: #fff8d8;
  border-color: var(--brand-strong);
  box-shadow: inset 0 0 0 1px var(--brand-strong);
}

.assessment-submit {
  display: block;
  margin: 0 auto;
  min-width: 220px;
}

.icloud-check {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px 14px 40px;
}

.section-pad {
  padding: 74px 0;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 780px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  margin: 12px 0 0;
}

.section-heading p {
  color: var(--muted);
  margin-top: 14px;
}

.section-mark {
  background: var(--brand-strong);
  display: inline-block;
  height: 3px;
  width: 42px;
}

.stepper {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 18px;
}

.compact-stepper .step {
  font-size: 0;
  padding-bottom: 7px;
}

.step {
  border-bottom: 3px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
  padding-bottom: 9px;
}

.step::before {
  align-items: center;
  background: var(--line);
  border-radius: 50%;
  color: var(--ink);
  content: attr(data-step-label);
  display: inline-flex;
  font-size: .82rem;
  height: 24px;
  justify-content: center;
  margin-right: 6px;
  width: 24px;
}

.step.is-active {
  border-color: var(--brand-strong);
  color: #111;
}

.step.is-active::before {
  background: var(--brand);
}

.choice-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.compact-grid {
  grid-template-columns: 1fr;
  max-height: 270px;
  overflow: auto;
  padding-right: 2px;
}

.choice-card {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: var(--ink);
  min-height: 58px;
  padding: 12px 14px;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.choice-card:hover,
.choice-card:focus {
  border-color: var(--brand-strong);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.choice-card strong,
.choice-card span {
  display: block;
}

.choice-card span {
  color: var(--muted);
  font-size: .88rem;
  margin-top: 2px;
}

.quote-box {
  background: #111;
  border-radius: 6px;
  color: #fff;
  padding: 20px;
}

.quote-box strong {
  color: var(--brand);
  display: block;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.1;
  margin: 6px 0;
}

.process-section {
  background: #fff;
}

.process-line {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.process-line::before {
  border-top: 1px dashed #cfcfcf;
  content: "";
  left: 16%;
  position: absolute;
  right: 16%;
  top: 72px;
}

.process-item {
  position: relative;
  text-align: left;
  z-index: 1;
}

.process-icon {
  align-items: center;
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  height: 132px;
  justify-content: center;
  margin: 0 auto 28px;
  width: 132px;
}

.process-icon i {
  color: #111;
  font-size: 2.25rem;
  text-shadow: 2px 2px 0 var(--brand);
}

.process-number {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  display: inline-flex;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  margin-right: 8px;
  width: 26px;
}

.process-item h3 {
  display: inline;
  font-size: 1.05rem;
  font-weight: 800;
}

.process-item p {
  color: var(--muted);
  margin: 10px 0 0 34px;
}

.why-section {
  background:
    linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.78)),
    radial-gradient(circle at 86% 40%, rgba(255, 211, 51, .28), transparent 28%),
    #f4f4f4;
  padding: 78px 0 0;
}

.benefit-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 72px;
}

.benefit-item {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr;
}

.benefit-item i {
  color: #111;
  font-size: 2rem;
  text-shadow: 2px 2px 0 var(--brand);
}

.benefit-item h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.benefit-item p {
  color: var(--muted);
  grid-column: 2;
  margin: -8px 0 0;
}

.staff-visual {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
}

.staff-face {
  background: linear-gradient(#ffd9bf, #efb68e);
  border: 8px solid #222;
  border-bottom: 0;
  border-radius: 90px 90px 52px 52px;
  height: 150px;
  position: relative;
  width: 138px;
}

.staff-face::before,
.staff-face::after {
  background: #111;
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  top: 58px;
  width: 9px;
}

.staff-face::before {
  left: 40px;
}

.staff-face::after {
  right: 40px;
}

.staff-body {
  align-items: center;
  background: var(--brand);
  border-radius: 70px 70px 0 0;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  height: 245px;
  justify-content: center;
  margin-top: -6px;
  padding: 24px;
  width: 250px;
}

.staff-body i {
  font-size: 3rem;
  margin-top: 12px;
}

.staff-photo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}

.yellow-band {
  background: var(--brand);
  padding: 40px 0 44px;
  position: relative;
}

.yellow-band h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 28px;
  text-align: center;
}

.selling-points {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.selling-points div {
  align-items: center;
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 62px 1fr;
}

.selling-points i {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.55rem;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.selling-points strong {
  font-weight: 800;
}

.selling-points span {
  color: #333;
  font-size: .9rem;
}

.review-section {
  background: #f6f6f6;
}

.review-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .05);
  height: 100%;
  padding: 22px;
}

.review-card > span {
  color: var(--brand-strong);
  font-weight: 700;
}

.stars {
  color: var(--brand-strong);
  letter-spacing: 0;
  margin: 4px 0 14px;
}

.review-product {
  border-top: 1px solid var(--line);
  color: #333;
  font-weight: 700;
  margin-top: 22px;
  padding-top: 14px;
  text-align: center;
}

.faq-section {
  background: #fff;
}

.faq-accordion {
  margin: 0 auto;
  max-width: 920px;
}

.faq-accordion .accordion-item {
  border-left: 0;
  border-right: 0;
}

.faq-accordion .accordion-button {
  font-weight: 700;
}

.empty-state {
  background: var(--soft);
  border-radius: 6px;
  color: var(--muted);
  padding: 18px;
}

.site-footer {
  background: #f2f2f2;
  color: #252525;
  padding-bottom: 0 !important;
}

.site-footer p {
  color: #505050;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a,
.footer-link {
  color: #3f3f3f;
  text-decoration: none;
}

.footer-list a:hover {
  color: #111;
  text-decoration: underline;
}

.subscribe-form {
  max-width: 360px;
}

.footer-copy {
  background: #dedede;
  color: #555;
  font-size: .85rem;
  margin-top: 46px;
  padding: 14px;
  text-align: center;
}

.admin-body {
  background: #f5f6f8;
}

.admin-login-body {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 211, 51, .34), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 211, 51, .2), transparent 26%),
    #f5f6f8;
  min-height: 100vh;
}

.admin-login-page {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 28px;
}

.admin-login-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  margin: 0 auto;
  max-width: 1060px;
  overflow: hidden;
  width: 100%;
}

.admin-login-visual {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .36), transparent 24%),
    #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: clamp(30px, 5vw, 56px);
}

.admin-login-visual img {
  margin-bottom: 32px;
}

.admin-login-visual h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 16px;
}

.admin-login-visual p {
  color: #d7d7d7;
  font-size: 1.05rem;
  margin-bottom: 28px;
  max-width: 460px;
}

.admin-login-trust {
  display: grid;
  gap: 10px;
}

.admin-login-trust span {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  display: inline-flex;
  gap: 10px;
  padding: 10px 14px;
  width: fit-content;
}

.admin-login-trust i {
  color: var(--brand);
}

.admin-login-form {
  align-self: center;
  padding: clamp(28px, 5vw, 52px);
}

.admin-login-form h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 22px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
  transition: grid-template-columns .2s ease;
}

.admin-shell.is-sidebar-collapsed {
  grid-template-columns: 88px minmax(0, 1fr);
}

.admin-sidebar {
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 20px 16px;
  position: sticky;
  top: 0;
}

.admin-brand {
  display: block;
  margin-bottom: 24px;
}

.admin-brand img {
  height: auto;
  max-width: 100%;
}

.admin-menu {
  display: grid;
  gap: 8px;
}

.admin-menu a,
.admin-sidebar-footer a {
  align-items: center;
  border-radius: 10px;
  color: #ededed;
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  text-decoration: none;
}

.admin-menu a:hover,
.admin-sidebar-footer a:hover {
  background: rgba(255, 211, 51, .14);
  color: #fff;
}

.admin-menu i,
.admin-sidebar-footer i {
  color: var(--brand);
  font-size: 1.2rem;
  min-width: 22px;
  text-align: center;
}

.admin-sidebar-footer {
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
}

.admin-shell.is-sidebar-collapsed .admin-menu span,
.admin-shell.is-sidebar-collapsed .admin-sidebar-footer span,
.admin-shell.is-sidebar-collapsed .admin-brand img {
  display: none;
}

.admin-shell.is-sidebar-collapsed .admin-brand::before {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #111;
  content: "B";
  display: flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.admin-main {
  min-width: 0;
}

.admin-topbar {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  min-height: 72px;
  padding: 12px 28px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.admin-topbar strong,
.admin-topbar span {
  display: block;
}

.admin-topbar span {
  color: var(--muted);
  font-size: .9rem;
}

.admin-sidebar-toggle {
  align-items: center;
  background: #111;
  border: 0;
  border-radius: 10px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.2rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.admin-content {
  padding: 28px;
}

.admin-section {
  margin-bottom: 34px;
  scroll-margin-top: 90px;
}

.admin-page-title,
.admin-section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-page-title p,
.admin-section-heading span {
  color: var(--brand-strong);
  font-weight: 800;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.admin-page-title h1,
.admin-section-heading h2 {
  font-weight: 900;
  margin: 0;
}

.admin-section-heading p {
  color: var(--muted);
  margin: 0;
  max-width: 520px;
  text-align: right;
}

.admin-stat-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.admin-stat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
  display: grid;
  gap: 6px;
  padding: 20px;
}

.admin-stat-card i {
  color: var(--brand-strong);
  font-size: 1.7rem;
}

.admin-stat-card span {
  color: var(--muted);
}

.admin-stat-card strong {
  font-size: 2rem;
  font-weight: 900;
}

.admin-stat-card.highlight {
  background: #111;
  color: #fff;
}

.admin-grid-2 {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.admin-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
  padding: 22px;
}

.admin-panel h3 {
  align-items: center;
  display: flex;
  font-size: 1.08rem;
  font-weight: 900;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-panel h3 i {
  color: var(--brand-strong);
}

.admin-form {
  display: grid;
  gap: 10px;
}

.admin-form .form-label {
  font-weight: 700;
  margin-bottom: -4px;
}

.admin-table-wrap {
  max-height: 560px;
}

.admin-table {
  font-size: .92rem;
}

.admin-table thead th {
  background: #fafafa;
  color: #555;
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 1;
}

.admin-form-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.slider-admin-grid {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}

.admin-slide-preview {
  background: #fff8d8;
  border: 1px solid rgba(245, 189, 0, .4);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.admin-slide-preview img {
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
  width: 100%;
}

.admin-slide-preview > div:not(.admin-empty-state) {
  background: linear-gradient(90deg, rgba(255, 211, 51, .96), rgba(255, 211, 51, .72), transparent);
  bottom: 0;
  color: #111;
  left: 0;
  padding: 22px;
  position: absolute;
  top: 0;
  width: min(62%, 430px);
}

.admin-slide-preview span {
  background: #fff;
  border-radius: 999px;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 6px 10px;
}

.admin-slide-preview h2 {
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 8px;
}

.admin-slide-preview strong {
  display: block;
  font-weight: 900;
}

.admin-slide-preview p {
  color: #333;
  margin: 8px 0 0;
}

.admin-empty-state {
  align-items: center;
  color: #555;
  display: grid;
  gap: 8px;
  min-height: 260px;
  place-items: center;
  text-align: center;
}

.admin-empty-state i {
  color: var(--brand-strong);
  font-size: 2.5rem;
}

.admin-empty-state strong,
.admin-empty-state span {
  display: block;
}

.admin-slide-list {
  display: grid;
  gap: 18px;
}

.admin-slide-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
  display: grid;
  gap: 0;
  grid-template-columns: 240px 1fr;
  overflow: hidden;
}

.admin-slide-card > img {
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  width: 100%;
}

.admin-slide-card-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.admin-slide-card-title {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.admin-slide-card-title h3 {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 8px 0 4px;
}

.admin-slide-card-title p {
  color: var(--muted);
  margin: 0;
}

.admin-slide-card-title > strong {
  background: #111;
  border-radius: 999px;
  color: var(--brand);
  padding: 6px 10px;
}

.admin-slide-edit {
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}

.admin-slide-edit summary {
  cursor: pointer;
  font-weight: 900;
}

.admin-slide-edit .admin-form {
  margin-top: 12px;
}

.admin-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.status-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  padding: 5px 10px;
  white-space: nowrap;
}

.status-pill.is-on {
  background: #e8fff1;
  color: #087b34;
}

.status-pill.is-off {
  background: #fff1f1;
  color: #b32424;
}

.lead-note {
  background: #111;
  border-radius: 10px;
  color: #fff;
  margin: 0;
  padding: 16px;
  white-space: pre-wrap;
}

.admin-trust-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.admin-trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  padding: 20px;
}

.admin-trust-card i {
  color: var(--brand-strong);
  font-size: 1.8rem;
}

.admin-trust-card strong {
  font-weight: 900;
}

.admin-trust-card span,
.admin-trust-card a {
  color: var(--muted);
}

.category-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.category-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
  color: #111;
  display: grid;
  gap: 8px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.category-card:hover {
  border-color: var(--brand-strong);
  color: #111;
  transform: translateY(-2px);
}

.category-card i {
  color: var(--brand-strong);
  font-size: 2rem;
}

.category-card strong {
  font-size: 1.15rem;
  font-weight: 900;
}

.category-card small {
  color: var(--muted);
}

.category-card > .status-pill {
  position: absolute;
  right: 14px;
  top: 14px;
}

.category-card div {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.category-card div span {
  background: #f5f5f5;
  border-radius: 999px;
  color: #333;
  font-size: .86rem;
  font-weight: 700;
  padding: 5px 10px;
}

.lead-work-card {
  margin-bottom: 18px;
}

.lead-work-head {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.lead-work-head h2 {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0 0 4px;
}

.lead-work-head a {
  color: var(--brand-strong);
  font-size: .95rem;
  margin-left: 8px;
}

.lead-work-head p {
  color: var(--muted);
  margin: 0;
}

.lead-timeline {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
}

.lead-timeline div {
  background: #f8f8f8;
  border-left: 4px solid var(--brand-strong);
  border-radius: 10px;
  padding: 12px;
}

.lead-timeline strong,
.lead-timeline span {
  display: block;
}

.lead-timeline span {
  color: var(--muted);
  font-size: .86rem;
}

.lead-timeline p {
  margin: 6px 0 0;
}

.device-stat-list {
  display: grid;
  gap: 12px;
}

.device-stat-list div {
  align-items: center;
  background: #f7f7f7;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.device-stat-list strong {
  font-size: 1.4rem;
}

.price-advisor-result {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.price-advisor-result span {
  color: var(--muted);
}

.price-advisor-result strong {
  font-size: 1.08rem;
  font-weight: 900;
  text-align: right;
}

.lead-filter-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-filter-form .form-control {
  max-width: 190px;
}

.market-import-form {
  display: grid;
  gap: 6px;
  min-width: 190px;
}

.source-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.source-chip-list a {
  background: #f7f7f7;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #333;
  font-size: .88rem;
  font-weight: 800;
  padding: 7px 12px;
  text-decoration: none;
}

.source-chip-list a:hover {
  border-color: var(--brand-strong);
  color: #111;
}

.hero-badge i {
  margin-right: 8px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
}

.hero-device-showcase {
  bottom: 0;
  height: 380px;
  position: absolute;
  right: 0;
  width: 390px;
}

.hero-floating-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .14);
  display: inline-flex;
  gap: 10px;
  padding: 12px 14px;
  position: absolute;
  z-index: 4;
}

.hero-floating-card i {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.hero-floating-card span {
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
}

.hero-floating-price {
  right: 0;
  top: 32px;
}

.hero-floating-pickup {
  bottom: 28px;
  right: 26px;
}

.hero-art-photo {
  display: grid;
  gap: 16px;
  min-height: 0;
  min-width: 0;
}

.hero-art-photo .hero-device-showcase {
  bottom: auto;
  height: auto;
  min-width: 0;
  order: -1;
  position: relative;
  right: auto;
  width: 100%;
}

.hero-art-photo .hero-copy {
  max-width: none;
  padding-top: 0;
}

.hero-copy-screenreader {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hero-art-photo .hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  max-width: 680px;
}

.hero-art-photo .hero-copy p {
  max-width: 640px;
}

.hero-visual-board {
  background:
    radial-gradient(circle at 78% 35%, rgba(255, 255, 255, .82), transparent 31%),
    radial-gradient(circle at 7% 12%, rgba(255, 255, 255, .72), transparent 18%),
    linear-gradient(135deg, #fff7c0 0%, #ffd333 42%, #ffbf00 100%);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .16);
  min-height: 318px;
  overflow: hidden;
  padding: 28px 30px 74px;
  position: relative;
}

.hero-visual-board::before,
.hero-visual-board::after {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  content: "";
  height: 220px;
  position: absolute;
  width: 220px;
}

.hero-visual-board::before {
  left: -82px;
  top: -92px;
}

.hero-visual-board::after {
  bottom: -108px;
  right: -78px;
}

.hero-visual-copy,
.hero-audience-row,
.hero-device-row,
.hero-visual-ribbon {
  position: relative;
  z-index: 2;
}

.hero-visual-copy {
  display: grid;
  max-width: 360px;
}

.hero-visual-copy strong {
  color: #111;
  display: inline-block;
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 900;
  line-height: .9;
  text-shadow: 4px 4px 0 #fff, 7px 7px 0 rgba(0, 0, 0, .18);
}

.hero-visual-copy span {
  color: #111;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 3px 3px 0 #fff;
}

.hero-visual-copy small {
  color: #111;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

.hero-audience-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
  max-width: 430px;
}

.hero-audience-row span {
  align-items: center;
  background: linear-gradient(180deg, #fff, #fff4bb);
  border: 1px solid rgba(17, 17, 17, .16);
  border-radius: 999px;
  box-shadow: 0 3px 0 rgba(164, 123, 0, .7);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
}

.hero-audience-row i {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.hero-device-row {
  align-items: end;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .09);
  display: flex;
  gap: 8px;
  height: 84px;
  max-width: 405px;
  padding: 12px 18px 10px;
}

.hero-device {
  border-radius: 8px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, .18);
  display: block;
}

.hero-device.tablet {
  background: #5d6670;
  height: 58px;
  width: 70px;
}

.hero-device.laptop {
  background: #202020;
  height: 62px;
  width: 116px;
}

.hero-device.phone {
  height: 64px;
  width: 42px;
}

.hero-device.pink {
  background: #f2a1d4;
}

.hero-device.gold {
  background: #d8b89d;
}

.hero-device.blue {
  background: #222b52;
}

.hero-device.red {
  background: #d94a6b;
}

.hero-person-image {
  bottom: 0;
  height: min(96%, 340px);
  object-fit: contain;
  object-position: bottom right;
  position: absolute;
  right: 4px;
  width: auto;
  z-index: 1;
}

.hero-visual-ribbon {
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 6px 0 rgba(164, 123, 0, .55), 0 14px 26px rgba(0, 0, 0, .12);
  display: flex;
  gap: 12px;
  left: 22px;
  max-width: calc(100% - 44px);
  min-height: 44px;
  overflow: hidden;
  padding-right: 14px;
  position: absolute;
  z-index: 3;
}

.hero-visual-ribbon strong {
  align-items: center;
  align-self: stretch;
  background: #20295d;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 0 18px;
}

.hero-visual-ribbon span {
  align-items: center;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  gap: 5px;
  white-space: nowrap;
}

.hero-visual-ribbon i {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.hero-slider {
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 12px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .16);
  overflow: hidden;
}

.hero-slider-item {
  background: #111;
  min-height: 330px;
  position: relative;
}

.hero-slider-image {
  aspect-ratio: 1280 / 620;
  display: block;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center right;
  width: 100%;
}

.hero-slider-overlay {
  background: linear-gradient(90deg, rgba(255, 211, 51, .97), rgba(255, 211, 51, .86) 60%, rgba(255, 211, 51, .1));
  bottom: 0;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: clamp(18px, 3vw, 30px);
  position: absolute;
  top: 0;
  width: min(58%, 500px);
}

.hero-slider-badge {
  align-items: center;
  align-self: flex-start;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  gap: 7px;
  margin-bottom: 12px;
  padding: 7px 12px;
}

.hero-slider-overlay h1,
.hero-slider-overlay h2 {
  font-size: clamp(1.85rem, 3.3vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 10px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, .65);
}

.hero-slider-overlay strong {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  line-height: 1.25;
}

.hero-slider-overlay p {
  color: #2d2d2d;
  font-weight: 600;
  margin: 12px 0 0;
  max-height: 3.25em;
  overflow: hidden;
}

.hero-slider-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-slider-actions .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
}

.hero-slider-indicators {
  bottom: 8px;
  margin-bottom: 0;
}

.hero-slider-indicators [data-bs-target] {
  background-color: #111;
  border-radius: 50%;
  height: 9px;
  opacity: .35;
  width: 9px;
}

.hero-slider-indicators .active {
  background-color: var(--brand);
  opacity: 1;
}

.estimate-card {
  position: relative;
}

.estimate-card-icon {
  align-items: center;
  background: #111;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
  color: var(--brand);
  display: flex;
  font-size: 1.25rem;
  height: 54px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
  width: 54px;
}

.home-trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .04);
  padding: 18px 0;
  position: relative;
  z-index: 3;
}

.trust-strip-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip-item {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 46px 1fr;
  min-width: 0;
}

.trust-strip-item i {
  align-items: center;
  background: #fff8d8;
  border: 1px solid rgba(245, 189, 0, .45);
  border-radius: 50%;
  color: #111;
  display: inline-flex;
  font-size: 1.25rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.trust-strip-item strong,
.trust-strip-item span {
  display: block;
}

.trust-strip-item strong {
  font-size: .98rem;
  font-weight: 800;
}

.trust-strip-item span {
  color: var(--muted);
  font-size: .88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-category-section {
  background:
    linear-gradient(180deg, #fff, #fafafa);
}

.device-category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.device-category-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .04);
  height: 100%;
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.device-category-card:hover {
  border-color: rgba(245, 189, 0, .75);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.device-category-card i {
  align-items: center;
  background: #111;
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.65rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.device-category-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.device-category-card p {
  color: var(--muted);
  margin: 0;
}

.review-card {
  position: relative;
}

.review-person {
  align-items: center;
  background: #fff8d8;
  border: 1px solid rgba(245, 189, 0, .55);
  border-radius: 50%;
  color: #111;
  display: flex;
  font-size: 1.5rem;
  height: 64px;
  justify-content: center;
  margin: 22px auto 0;
  width: 64px;
}

.home-cta-section {
  background: #fff;
  padding: 0 0 70px;
}

.home-cta-panel {
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 211, 51, .38), transparent 28%),
    #111;
  border-radius: 10px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  position: relative;
}

.home-cta-panel::before {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  content: "";
  height: 230px;
  position: absolute;
  right: -82px;
  top: -95px;
  width: 230px;
}

.home-cta-panel h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 900;
  margin: 12px 0 8px;
}

.home-cta-panel p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
  max-width: 650px;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.home-cta-actions .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
}

.success-summary-section {
  background:
    linear-gradient(180deg, #fff, #f7f7f7);
  padding: 54px 0 68px;
}

.success-summary-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .08);
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(22px, 4vw, 38px);
}

.success-summary-header {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 74px 1fr;
  margin-bottom: 26px;
}

.success-check-icon {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  display: flex;
  font-size: 2.25rem;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.success-summary-header span {
  color: var(--brand-strong);
  font-weight: 900;
}

.success-summary-header h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  margin: 4px 0 6px;
}

.success-summary-header p {
  color: var(--muted);
  margin: 0;
}

.success-summary-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr .9fr;
}

.success-product-panel,
.success-price-panel {
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.success-product-panel {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 150px 1fr;
}

.success-product-panel img {
  background: #fff;
  border-radius: 10px;
  height: 150px;
  object-fit: contain;
  padding: 14px;
  width: 150px;
}

.success-product-panel span,
.success-ref span {
  color: var(--muted);
  display: block;
  font-size: .88rem;
  font-weight: 800;
}

.success-product-panel h3 {
  font-size: 1.35rem;
  font-weight: 900;
  margin: 6px 0;
}

.success-product-panel p {
  color: var(--muted);
  margin: 0;
}

.success-ref {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.success-ref strong {
  background: #111;
  border-radius: 999px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1rem;
  padding: 8px 14px;
}

.success-price-panel dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.success-price-panel dl > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
}

.success-price-panel dt {
  color: var(--muted);
  font-weight: 700;
}

.success-price-panel dd {
  font-weight: 900;
  margin: 0;
}

.success-price-panel .total {
  border-bottom: 0;
}

.success-price-panel .total dd {
  color: #111;
  font-size: 1.8rem;
}

.success-next-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.success-next-steps div {
  align-items: flex-start;
  background: #fff8d8;
  border: 1px solid rgba(245, 189, 0, .46);
  border-radius: 8px;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 42px 1fr;
  padding: 16px;
}

.success-next-steps i {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.success-next-steps strong,
.success-next-steps span {
  display: block;
}

.success-next-steps strong {
  font-size: .96rem;
  font-weight: 900;
}

.success-next-steps span {
  color: #4d4d4d;
  font-size: .88rem;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.success-actions .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
}

.seo-page {
  background: #fff;
}

.seo-hero {
  background: var(--brand);
  overflow: hidden;
  padding: 38px 0 64px;
  position: relative;
}

.seo-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .9rem;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.seo-breadcrumb a {
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.seo-breadcrumb span {
  color: rgba(17, 17, 17, .72);
}

.seo-hero-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 360px;
  position: relative;
  z-index: 2;
}

.seo-hero-content h1 {
  color: #111;
  font-size: clamp(2rem, 4.7vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  margin-bottom: 18px;
  max-width: 780px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, .5);
}

.seo-hero-content p {
  color: #2c2c2c;
  font-size: 1.08rem;
  max-width: 650px;
}

.seo-hero-actions,
.seo-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.seo-hero-actions .btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
}

.seo-trust-list span {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 999px;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  gap: 7px;
  padding: 8px 12px;
}

.seo-price-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .14);
  padding: 26px;
  text-align: center;
}

.seo-price-card img {
  height: 190px;
  object-fit: contain;
  width: 100%;
}

.seo-price-card span {
  color: var(--muted);
  display: block;
  font-weight: 800;
  margin-top: 12px;
}

.seo-price-card strong {
  color: #111;
  display: block;
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
  margin: 10px 0;
}

.seo-price-card p {
  color: var(--muted);
  font-size: .92rem;
}

.seo-price-section {
  background: #fff;
}

.seo-variant-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.seo-variant-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .04);
  display: grid;
  gap: 14px;
  padding: 20px;
}

.seo-variant-card span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.seo-variant-card h3 {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 4px 0;
}

.seo-variant-card p {
  color: var(--muted);
  margin: 0;
}

.seo-variant-card strong {
  border-top: 1px solid var(--line);
  font-size: 1.45rem;
  font-weight: 900;
  padding-top: 14px;
}

.seo-content-section {
  background: #f6f6f6;
  padding: 70px 0;
}

.seo-content-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.25fr .75fr;
}

.seo-info-panel,
.seo-check-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .04);
  padding: clamp(22px, 3vw, 32px);
}

.seo-info-panel h2,
.seo-check-panel h2 {
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.seo-info-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.seo-info-list div {
  display: grid;
  gap: 7px 12px;
  grid-template-columns: 42px 1fr;
}

.seo-info-list i {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: var(--brand);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.seo-info-list strong,
.seo-info-list span {
  display: block;
}

.seo-info-list strong {
  font-weight: 900;
}

.seo-info-list span {
  color: var(--muted);
  font-size: .92rem;
}

.seo-check-panel ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-check-panel li {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px 1fr;
}

.seo-check-panel li::before {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #111;
  content: "✓";
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.related-model-section,
.seo-faq-section {
  background: #fff;
}

.related-model-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.related-model-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #111;
  display: grid;
  gap: 8px;
  grid-template-columns: 42px 1fr;
  padding: 16px;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}

.related-model-card:hover {
  border-color: var(--brand-strong);
  color: #111;
  transform: translateY(-2px);
}

.related-model-card i {
  align-items: center;
  background: #fff8d8;
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.related-model-card span,
.related-model-card strong {
  display: block;
  grid-column: 2;
}

.related-model-card span {
  font-weight: 900;
}

.related-model-card strong {
  color: var(--muted);
  font-size: .9rem;
}

.seo-empty-state {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
  margin: 0 auto;
  max-width: 720px;
  padding: 44px;
  text-align: center;
}

.seo-empty-state i {
  color: var(--brand-strong);
  font-size: 3rem;
}

.seo-empty-state h1 {
  font-weight: 900;
  margin: 12px 0;
}

.seo-empty-state p {
  color: var(--muted);
}

.quote-page {
  background: #f4f4f4;
}

.quote-page-hero {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 211, 51, .16), transparent 24%),
    #f4f4f4;
  padding: 34px 0 70px;
}

.quote-page-heading {
  margin: 0 auto 28px;
  max-width: 820px;
  text-align: center;
}

.quote-page-heading > span {
  color: var(--brand-strong);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
}

.quote-page-heading h1 {
  font-size: clamp(1.6rem, 3.4vw, 2.45rem);
  font-weight: 900;
  margin: 8px 0;
}

.quote-page-heading p {
  color: var(--muted);
  margin: 0;
}

.quote-page-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1140px;
}

.quote-summary-panel,
.quote-contact-panel {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .06);
  padding: clamp(20px, 3vw, 28px);
}

.quote-summary-panel {
  align-self: start;
  text-align: center;
}

.quote-condition-text {
  color: #333;
  font-size: .92rem;
  font-weight: 700;
  margin: 10px 0 18px;
}

.quote-total-list {
  border-top: 1px solid var(--line);
  margin: 0;
  padding-top: 14px;
}

.quote-total-list div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.quote-total-list dt,
.quote-total-list dd {
  margin: 0;
}

.quote-total-list dt {
  color: var(--muted);
}

.quote-total-list dd {
  font-weight: 900;
}

.quote-total-list .total {
  border-top: 1px solid var(--line);
  color: #d82424;
  font-size: 1.15rem;
  margin-top: 12px;
  padding-top: 14px;
}

.quote-progress {
  margin-bottom: 24px;
}

.quote-contact-heading {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.quote-contact-heading span {
  color: var(--brand-strong);
  display: inline-flex;
  font-size: .86rem;
  font-weight: 900;
  gap: 7px;
}

.quote-contact-heading h2 {
  font-size: 1.35rem;
  font-weight: 900;
  margin: 2px 0 0;
}

.quote-contact-heading a {
  color: #06a846;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .hero-estimate {
    padding: 36px 0 44px;
  }

  .hero-device-showcase {
    height: auto;
    margin: 28px auto 0;
    position: relative;
    right: auto;
    width: min(390px, 100%);
  }

  .map-card {
    margin-top: 28px;
    position: relative;
    right: auto;
  }

  .hero-art {
    min-height: auto;
  }

  .process-line,
  .benefit-grid,
  .selling-points,
  .trust-strip-grid,
  .device-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-cta-panel,
  .seo-hero-grid,
  .seo-content-grid {
    grid-template-columns: 1fr;
  }

  .success-summary-grid,
  .success-next-steps,
  .seo-variant-grid,
  .seo-info-list,
  .related-model-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-cta-actions {
    justify-content: flex-start;
  }

  .assessment-grid {
    grid-template-columns: 1fr;
  }

  .assessment-summary {
    grid-template-columns: 1fr 1fr;
  }

  .problem-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-review-grid {
    grid-template-columns: 1fr;
  }

  .process-line::before {
    display: none;
  }

  .admin-shell,
  .admin-shell.is-sidebar-collapsed {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    min-height: auto;
    position: static;
  }

  .admin-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-sidebar-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-stat-grid,
  .admin-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-grid-2 {
    grid-template-columns: 1fr;
  }

  .quote-page-grid {
    grid-template-columns: 1fr;
  }

  .slider-admin-grid,
  .admin-slide-card {
    grid-template-columns: 1fr;
  }

  .admin-slide-card > img {
    aspect-ratio: 16 / 7;
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .top-nav {
    min-height: 64px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-art-photo .hero-device-showcase,
  .hero-real-picture {
    justify-self: start;
    max-width: calc(100vw - 24px);
    width: calc(100vw - 24px);
  }

  .hero-slider {
    width: 100%;
  }

  .hero-slider-item {
    min-height: 360px;
  }

  .hero-slider-image {
    min-height: 360px;
    object-position: center right;
  }

  .hero-slider-overlay {
    background: linear-gradient(180deg, rgba(255, 211, 51, .94), rgba(255, 211, 51, .82) 56%, rgba(255, 211, 51, .14));
    justify-content: flex-start;
    padding: 18px;
    width: 100%;
  }

  .hero-slider-badge {
    font-size: .72rem;
    max-width: 100%;
  }

  .hero-slider-overlay h1,
  .hero-slider-overlay h2 {
    font-size: 1.9rem;
    max-width: 78%;
  }

  .hero-slider-overlay strong,
  .hero-slider-overlay p {
    max-width: 78%;
  }

  .hero-slider-overlay p {
    display: none;
  }

  .hero-visual-board {
    min-height: 344px;
    padding: 18px 14px 62px;
    width: 100%;
  }

  .hero-visual-copy {
    max-width: 185px;
  }

  .hero-visual-copy strong {
    font-size: 3rem;
  }

  .hero-visual-copy span {
    font-size: 2rem;
  }

  .hero-visual-copy small {
    font-size: 1rem;
  }

  .hero-audience-row {
    gap: 6px;
    margin: 10px 0 12px;
    max-width: 100%;
  }

  .hero-audience-row span {
    font-size: .7rem;
    min-height: 30px;
    padding: 5px 8px;
  }

  .hero-device-row {
    gap: 7px;
    height: 84px;
    max-width: 100%;
    overflow: hidden;
    padding: 12px 14px 10px;
  }

  .hero-device.tablet {
    width: 64px;
  }

  .hero-device.laptop {
    width: 106px;
  }

  .hero-device.phone {
    width: 38px;
  }

  .hero-person-image {
    height: 292px;
    right: -28px;
    top: 12px;
  }

  .hero-visual-ribbon {
    bottom: 14px;
    gap: 9px;
    left: 14px;
    max-width: calc(100% - 28px);
    min-height: 40px;
    padding-right: 10px;
  }

  .hero-visual-ribbon strong {
    font-size: 1.15rem;
    padding: 0 14px;
  }

  .hero-visual-ribbon span {
    font-size: .72rem;
  }

  .hero-visual-ribbon span:last-child {
    display: none;
  }

  .map-card {
    height: 280px;
    width: 250px;
  }

  .hero-floating-card {
    display: none;
  }

  .phone-shape {
    height: 190px;
    left: -24px;
    top: 58px;
    width: 125px;
  }

  .phone-shape span {
    font-size: 2.4rem;
  }

  .estimate-card {
    margin-top: 18px;
  }

  .stepper {
    grid-template-columns: repeat(5, 1fr);
  }

  .process-line,
  .benefit-grid,
  .selling-points,
  .trust-strip-grid,
  .device-category-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip-item {
    grid-template-columns: 42px 1fr;
  }

  .trust-strip-item i {
    height: 42px;
    width: 42px;
  }

  .home-cta-section {
    padding-bottom: 46px;
  }

  .success-summary-grid,
  .success-next-steps,
  .success-product-panel,
  .seo-variant-grid,
  .seo-info-list,
  .related-model-grid {
    grid-template-columns: 1fr;
  }

  .success-summary-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .success-check-icon {
    margin: 0 auto;
  }

  .success-product-panel {
    text-align: center;
  }

  .success-product-panel img {
    margin: 0 auto;
  }

  .assessment-section {
    padding: 28px 0 44px;
  }

  .assessment-summary,
  .condition-options,
  .problem-options {
    grid-template-columns: 1fr;
  }

  .estimate-action-panel,
  .quote-review-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .estimate-action-panel .btn {
    width: 100%;
  }

  .quote-review-icon {
    margin: 0 auto;
  }

  .contact-panel-heading {
    display: grid;
  }

  .contact-panel-heading a {
    white-space: normal;
  }

  .pickup-methods,
  .pickup-method {
    width: 100%;
  }

  .pickup-method {
    justify-content: center;
  }

  .quote-contact-heading {
    display: grid;
  }

  .quote-contact-heading a {
    white-space: normal;
  }

  .assessment-progress {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .process-icon {
    height: 104px;
    margin-bottom: 20px;
    width: 104px;
  }

  .benefit-item {
    grid-template-columns: 38px 1fr;
  }

  .staff-visual {
    min-height: 330px;
  }

  .staff-body {
    height: 190px;
    width: 210px;
  }

  .admin-content,
  .admin-topbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .admin-page-title,
  .admin-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-section-heading p {
    text-align: left;
  }

  .admin-menu,
  .admin-sidebar-footer,
  .admin-stat-grid,
  .admin-trust-grid,
  .admin-form-row {
    grid-template-columns: 1fr;
  }

  .admin-slide-preview > div:not(.admin-empty-state) {
    padding: 16px;
    width: 100%;
  }

  .admin-slide-preview p {
    display: none;
  }

  .admin-login-page {
    padding: 16px;
  }

  .admin-login-card {
    grid-template-columns: 1fr;
  }

  .admin-login-visual {
    min-height: auto;
    padding: 28px;
  }

  .admin-login-visual img {
    margin-bottom: 18px;
    max-width: 170px;
  }
}
