:root {
  --navy: #071d3d;
  --navy-soft: #0e294f;
  --gold: #d6a24a;
  --gold-light: #f2cb73;
  --paper: #f5f6f7;
  --ink: #111926;
  --muted: #4d5968;
  --line: #dce0e5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.45;
}

section[id] {
  scroll-margin-top: 66px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

.wrap {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 24px rgba(7, 29, 61, 0.16);
}

.head-inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-icon {
  width: 30px;
  height: 30px;
  object-fit: none;
  object-position: left center;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(84%) sepia(33%) saturate(674%) hue-rotate(344deg) brightness(99%) contrast(87%);
}

.brand-name {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  font-size: 1.08rem;
  text-transform: uppercase;
}

.top-nav {
  justify-self: center;
  display: flex;
  gap: 18px;
}

.top-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.96rem;
  font-weight: 800;
}

.top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 3px;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-cta:hover {
  background: var(--gold-light);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 29, 61, 0.98), rgba(7, 29, 61, 0.9)),
    radial-gradient(circle at 22% 60%, rgba(214, 162, 74, 0.14), transparent 34%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 342px;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 22px;
}

.hero-photo {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 342px;
}

.hero-photo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hero-photo img {
  width: min(575px, 154%);
  max-width: none;
  max-height: 398px;
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 804 / 760;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 29, 61, 0) 0%, rgba(7, 29, 61, 0) 58%, rgba(7, 29, 61, 0.88) 100%);
  pointer-events: none;
}

.hero-text {
  padding: 34px 0;
}

.hero-text h1 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(2rem, 3.55vw, 2.92rem);
  line-height: 1.03;
  text-transform: uppercase;
}

.hero-text p {
  max-width: 560px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  font-weight: 650;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

.btn.gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
}

.btn.white {
  background: #fff;
  color: var(--navy);
}

.btn.small {
  min-height: 36px;
  font-size: 0.74rem;
}

.about-section {
  padding: 30px 0 32px;
  background: #fff;
}

.about-inner {
  max-width: 980px;
}

.about-inner h2,
.vip-inner h2 {
  margin-bottom: 9px;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.12;
}

.about-inner p,
.vip-inner p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.about-inner > p {
  max-width: 760px;
}

.about-points,
.vip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.about-points li,
.vip-grid article {
  position: relative;
}

.about-points li {
  padding-left: 18px;
}

.about-points li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.vip-grid article {
  padding: 12px;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
}

.about-points strong,
.about-points span,
.vip-grid strong,
.vip-grid span {
  display: block;
}

.about-points strong,
.vip-grid strong {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 0.98rem;
}

.about-points span,
.vip-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.situations-section {
  padding: 30px 0 31px;
  background: #eef4f2;
}

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

.situation-card {
  min-height: 126px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.situation-card:hover {
  border-color: rgba(214, 162, 74, 0.7);
  box-shadow: 0 6px 14px rgba(17, 25, 38, 0.1);
}

.situations-grid strong,
.situations-grid span,
.situations-grid em {
  display: block;
}

.situations-grid strong {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 1rem;
}

.situations-grid span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.situations-grid em {
  display: inline-block;
  align-self: end;
  margin-top: 12px;
  color: var(--navy);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.case-section {
  padding: 28px 0 33px;
  background: var(--navy);
  color: #fff;
  text-align: center;
}

.case-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 23px;
}

.case-section h2 {
  color: var(--gold-light);
  font-size: clamp(1.2rem, 3vw, 1.95rem);
  text-transform: uppercase;
}

.case-carousel-btn {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.case-carousel-btn:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

.case-box {
  scroll-snap-align: start;
  min-height: 226px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.case-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow: hidden;
  overscroll-behavior-x: contain;
  padding-bottom: 8px;
  will-change: transform;
}

.case-box h3 {
  margin-top: 7px;
  color: var(--gold-light);
  font-size: 1rem;
  line-height: 1.18;
}

.case-tag {
  display: inline-flex;
  margin-bottom: 2px;
  padding: 3px 7px;
  border: 1px solid rgba(242, 203, 115, 0.42);
  border-radius: 999px;
  color: rgba(242, 203, 115, 0.92);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-box h3 span {
  font-size: 0.9em;
}

.case-box p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.5;
  text-align: left;
}

.case-box p strong {
  color: #fff;
}

.review-section {
  padding: 31px 0;
  background: #fff;
}

.review-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.review-section-head h2 {
  margin: 3px 0 0;
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.62rem);
  line-height: 1.15;
}

.carousel-controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.carousel-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(21, 42, 68, 0.24);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(17, 25, 38, 0.1);
}

.carousel-btn:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
}

.review-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow: hidden;
  overscroll-behavior-x: contain;
  padding: 2px 2px 18px;
  will-change: transform;
}

.review-card {
  scroll-snap-align: start;
  min-height: 186px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(17, 25, 38, 0.12);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.review-head img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #f5f1e7;
}

.review-head strong {
  display: block;
  font-size: 0.88rem;
}

.review-head div span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.review-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.lead-section {
  padding: 38px 0 42px;
  background: linear-gradient(135deg, #d3a049, #efc56e);
  color: var(--navy);
  text-align: center;
}

.lead-section h2 {
  font-size: clamp(1.45rem, 3.6vw, 2.35rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.lead-section p {
  margin-top: 14px;
  font-weight: 700;
}

.lead-form {
  max-width: 760px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 10px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.lead-form textarea {
  grid-column: 1 / -1;
  min-height: 86px;
  resize: vertical;
}

.form-consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
  padding: 9px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(7, 29, 61, 0.78);
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-consent input {
  width: 15px;
  height: 15px;
  min-height: 0;
  margin: 1px 0 0;
  padding: 0;
}

.lead-form button {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.form-note {
  grid-column: 1 / -1;
  margin-top: -2px;
  color: rgba(7, 29, 61, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-calendar,
.lead-call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  min-height: 48px;
  margin: 10px auto 0;
  padding: 0 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.lead-calendar {
  border: 2px solid var(--navy);
  background: var(--navy);
  color: #fff;
}

.lead-calendar:hover {
  background: var(--navy-soft);
}

.lead-call {
  border: 2px solid var(--navy);
  background: #fff;
  color: var(--navy);
}

.lead-call:hover {
  background: rgba(255, 255, 255, 0.86);
}

.vip-section {
  padding: 34px 0 32px;
  background: #eef4f2;
}

.vip-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
}

.section-heading {
  margin-bottom: 16px;
}

.section-heading h2 {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  line-height: 1.12;
}

.section-heading p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.section-heading.compact {
  margin-bottom: 12px;
}

.process-section {
  padding: 34px 0 28px;
  background: #eef4f2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.compact-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-grid article {
  position: relative;
  min-height: 116px;
  padding: 12px;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dce9e8;
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 900;
}

.process-grid small {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  background: #edf2f1;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.process-grid h3 {
  margin: 12px 0 5px;
  color: var(--navy);
  font-size: 0.98rem;
}

.process-grid p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.faq-section {
  padding: 32px 0 30px;
  background: #eef4f2;
}

.articles-section {
  padding: 32px 0 40px;
  background: #fff;
}

.detail-section {
  padding: 32px 0;
  background: #fff;
}

.detail-section.alt {
  background: #eef4f2;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list article {
  padding: 12px 14px;
  border: 1px solid rgba(7, 29, 61, 0.14);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.faq-list h3 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 0.98rem;
}

.faq-list p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.article-list article {
  padding: 12px 14px;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #f8f9fa;
}

.article-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 0.98rem;
}

.article-list p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.detail-grid article {
  padding: 12px 14px;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
}

.detail-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 0.98rem;
}

.detail-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.detail-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.sale-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 16px;
  align-items: start;
}

.sale-main {
  display: grid;
  gap: 10px;
}

.sale-promise {
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  border-left: 4px solid var(--gold);
  background: #fff;
}

.sale-promise strong {
  color: var(--navy);
  font-size: 0.92rem;
}

.sale-promise span {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.sale-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sale-steps button {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 9px;
  row-gap: 3px;
  min-height: 0;
  padding: 10px 11px;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.sale-steps button:hover {
  border-color: rgba(214, 162, 74, 0.7);
  box-shadow: 0 6px 14px rgba(17, 25, 38, 0.1);
}

.sale-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dce9e8;
  color: var(--navy);
  font-size: 0.7rem;
  grid-row: 1 / 3;
}

.sale-steps strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.sale-steps span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.36;
}

.sale-steps em {
  display: inline-block;
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  margin-top: 0;
  color: var(--navy);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.sale-aside {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid rgba(7, 29, 61, 0.16);
  border-radius: 2px;
  background: var(--navy);
  color: #fff;
}

.sale-aside > strong {
  display: block;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.22;
}

.sale-commission,
.service-plan {
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sale-commission span,
.service-plan span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 900;
}

.commission-scale {
  position: relative;
  height: 50px;
  margin: 0 6px;
}

.commission-track {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 25px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(242, 203, 115, 0.8), rgba(255, 255, 255, 0.22));
}

.commission-track i,
.commission-track b {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.commission-track i {
  width: 26px;
  height: 26px;
  background: #1b355d;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
}

.commission-track b {
  width: 66px;
  height: 38px;
  background: var(--gold-light);
  color: var(--navy);
  font-size: 1.14rem;
  box-shadow: 0 0 0 4px rgba(242, 203, 115, 0.14);
}

.sale-commission p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
}

.service-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.service-plan {
  align-content: start;
}

.service-plan.premium {
  background: transparent;
}

.service-plan.premium span {
  color: var(--gold-light);
}

.service-plan ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.service-plan li {
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.32;
}

.service-plan.basic li {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.66);
}

.service-plan.premium li {
  position: relative;
  padding: 7px 8px 7px 24px;
  border: 0;
  background: rgba(242, 203, 115, 0.07);
}

.service-plan.premium li::before {
  content: "✓";
  position: absolute;
  left: 8px;
  top: 7px;
  color: var(--gold-light);
  font-weight: 900;
}

.service-plan.premium li strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 0.82rem;
}

.sale-details {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.sale-details details {
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
}

.sale-details summary {
  cursor: pointer;
  padding: 9px 11px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
}

.sale-details details[open] summary {
  border-bottom: 1px solid rgba(7, 29, 61, 0.1);
}

.sale-details details div {
  padding: 9px 11px 11px;
}

.sale-details p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.sale-showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.sale-showcase-head h3 {
  color: var(--navy);
  font-size: 1.08rem;
}

.sale-carousel-btn {
  width: 34px;
  height: 34px;
  font-size: 1.15rem;
}

.sale-showcase {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow: hidden;
  padding: 2px 2px 14px;
  will-change: transform;
}

.sale-card {
  display: grid;
  grid-template-rows: 142px 1fr;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(7, 29, 61, 0.12);
  border-radius: 2px;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  font: inherit;
}

.sale-card:hover {
  border-color: rgba(214, 162, 74, 0.7);
  box-shadow: 0 8px 18px rgba(17, 25, 38, 0.12);
}

.sale-card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
}

.sale-card span {
  display: grid;
  gap: 5px;
  padding: 12px 14px 14px;
}

.sale-card strong {
  color: var(--navy);
  font-size: 0.96rem;
}

.sale-card em {
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.5;
}

.sale-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
}

.sale-modal[hidden] {
  display: none;
}

.sale-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 29, 61, 0.68);
}

.sale-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.sale-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 29, 61, 0.9);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.sale-modal-panel img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}

.sale-modal-body {
  padding: 18px 20px 22px;
}

.sale-modal-body span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sale-modal-body h2 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.sale-modal-body p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.site-foot {
  padding: 16px 0;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.foot-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.foot-inner a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .about-inner,
  .situations-grid,
  .vip-inner,
  .sale-layout,
  .detail-grid,
  .article-list {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .situations-grid,
  .sale-steps,
  .about-points,
  .vip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .head-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 10px;
  }

  .top-nav {
    display: none;
  }

  .top-cta {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.96rem;
    width: auto;
    max-width: max-content;
  }

  .hero-inner {
    min-height: 0;
    grid-template-columns: 0.85fr 1fr;
    gap: 8px;
  }

  .hero-photo img {
    max-height: 335px;
    width: min(405px, 145%);
  }

  .hero-photo {
    min-height: 270px;
  }

  .hero-text {
    padding: 30px 0 24px;
  }

  .hero-text h1 {
    font-size: 1.75rem;
  }

  .hero-text p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .review-section-head {
    align-items: flex-start;
  }

  .case-section-head {
    align-items: flex-start;
  }

  .process-grid article,
  .situation-card {
    min-height: unset;
  }

  .process-grid article,
  .situation-card,
  .about-points article,
  .vip-grid article,
  .faq-list article,
  .detail-grid article,
  .sale-steps button,
  .article-list article {
    padding: 10px;
  }

  .process-grid h3,
  .situations-grid strong,
  .about-points strong,
  .vip-grid strong,
  .faq-list h3,
  .detail-grid strong,
  .article-list strong {
    font-size: 0.98rem;
  }

  .process-grid p,
  .situations-grid span,
  .about-points span,
  .vip-grid span,
  .faq-list p,
  .detail-grid span,
  .sale-steps span,
  .sale-details p,
  .sale-card em,
  .article-list p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .review-carousel {
    grid-auto-columns: min(86%, 330px);
  }

  .case-carousel {
    grid-auto-columns: min(86%, 330px);
  }

  .sale-showcase {
    grid-auto-columns: min(88%, 340px);
  }

  .sale-showcase-head {
    align-items: flex-start;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-calendar,
  .lead-call {
    white-space: normal;
    text-align: center;
  }

  .situations-grid .situation-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .sale-aside {
    padding: 12px;
    order: -1;
  }

  .service-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .wrap {
    width: min(100% - 20px, 980px);
  }

  .brand {
    gap: 7px;
  }

  .brand-icon {
    width: 30px;
    height: 30px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .brand-first {
    display: none;
  }

  .top-cta {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.96rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    order: 2;
    justify-content: flex-start;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .sale-steps {
    grid-template-columns: 1fr;
  }

  .sale-card {
    grid-template-rows: 150px 1fr;
  }

  .sale-card img {
    height: 150px;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .situations-grid,
  .about-points,
  .sale-steps,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sale-layout {
    grid-template-columns: 1fr;
  }

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

  .about-inner,
  .vip-inner {
    grid-template-columns: 1fr;
  }

  .case-carousel {
    grid-auto-columns: calc((100% - 36px) / 3);
  }

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

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