
/* =========================================================
   ProCode Solutions — Home Page V1.5.1
   Brighter premium EV / automotive technology treatment
   ========================================================= */

/* ---------- PAGE ---------- */

.home-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(74, 145, 255, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(118, 188, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #172235 0%, #1a2638 18%, #223047 46%, #182437 100%);
  color: #f7f9fd;
}

.home-page main {
  overflow: hidden;
}

/* ---------- HEADER / BRAND ---------- */

.home-page .site-header {
  background: rgba(11, 18, 29, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.home-page .nav {
  min-height: 84px;
}

.home-page .brand {
  gap: 3px;
}

.home-page .brand > span {
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.home-page .brand small {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  opacity: 0.72;
}

.home-page .nav-links a {
  color: rgba(245, 248, 252, 0.82);
}

.home-page .nav-links a:hover {
  color: #ffffff;
}

.home-page .nav-cta {
  background: linear-gradient(135deg, #367eff, #63b6ff);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 28px rgba(46, 116, 255, 0.24);
}

/* ---------- SHARED ---------- */

.home-page .section {
  padding-top: clamp(84px, 9vw, 138px);
  padding-bottom: clamp(84px, 9vw, 138px);
}

.home-page .eyebrow {
  color: #8bc8ff;
  letter-spacing: 0.13em;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  text-wrap: balance;
}

.home-page p {
  color: rgba(238, 243, 250, 0.80);
}

.home-section-heading {
  max-width: 820px;
  margin-bottom: clamp(42px, 6vw, 70px);
}

.home-section-heading h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.home-page .button.primary {
  background: linear-gradient(135deg, #377fff, #67baff);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(42, 119, 255, 0.25);
}

.home-page .button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(42, 119, 255, 0.32);
}

.home-page .button.glass {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f9fbfe;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.home-page .button.glass:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.22);
}

/* ---------- HERO ---------- */

.home-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: clamp(88px, 9vw, 144px) 0 clamp(100px, 11vw, 165px);
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(65, 107, 168, 0.13), rgba(24, 37, 56, 0.10));
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 72% 24%, rgba(78, 155, 255, 0.15), transparent 30%),
    linear-gradient(115deg, rgba(49, 76, 114, 0.36), transparent 46%);
}

.home-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, 90%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.16),
    transparent
  );
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
}

.hero-glow-one {
  top: 5%;
  right: 0;
  width: 520px;
  height: 520px;
  background: rgba(76, 155, 255, 0.15);
}

.hero-glow-two {
  left: -8%;
  bottom: 3%;
  width: 430px;
  height: 430px;
  background: rgba(139, 198, 255, 0.10);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  align-items: center;
  gap: clamp(54px, 7vw, 110px);
}

.home-hero-copy {
  max-width: 790px;
}

.home-hero-copy .eyebrow {
  margin-bottom: 22px;
}

.home-hero-copy h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  font-weight: 750;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.home-hero-copy h1 span {
  display: block;
  margin-top: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #b8dcff 48%, #83c1ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.72;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
}

.hero-trust-row span {
  position: relative;
  padding-left: 17px;
  color: rgba(242, 246, 252, 0.72);
  font-size: 0.83rem;
  font-weight: 600;
}

.hero-trust-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #85c7ff;
  box-shadow: 0 0 14px rgba(104, 183, 255, 0.60);
}

/* ---------- HERO FOCUS PANEL ---------- */

.hero-focus-panel {
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(56, 76, 104, 0.88), rgba(34, 49, 70, 0.84)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.20),
    inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.hero-focus-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 68%;
  height: 48%;
  pointer-events: none;
  background: radial-gradient(circle at 0 0, rgba(101, 177, 255, 0.18), transparent 72%);
}

.focus-panel-top,
.focus-panel-top > div {
  display: flex;
  align-items: center;
}

.focus-panel-top {
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.focus-panel-top > div {
  gap: 9px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.focus-panel-top small {
  color: rgba(239, 244, 250, 0.56);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.focus-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #84c7ff;
  box-shadow: 0 0 18px rgba(108, 187, 255, 0.78);
}

.focus-main {
  padding: 45px 2px 38px;
}

.focus-main p {
  margin: 0 0 10px;
  color: #93ceff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.focus-main h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.focus-capabilities {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.09);
}

.focus-capabilities > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 58px;
  padding: 0 17px;
  background: rgba(28, 42, 61, 0.76);
}

.focus-capabilities span {
  color: rgba(163, 209, 255, 0.72);
  font-size: 0.67rem;
  font-weight: 700;
}

.focus-capabilities strong {
  font-size: 0.87rem;
  letter-spacing: -0.01em;
}

.focus-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 10px 2px 0;
  color: rgba(245, 248, 252, 0.80);
  font-size: 0.83rem;
  font-weight: 650;
}

.focus-link:hover {
  color: #ffffff;
}

/* ---------- INTRO ---------- */

.home-intro {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.045)),
    #233148;
}

.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
}

.home-intro h2 {
  margin: 12px 0 0;
  max-width: 740px;
  font-size: clamp(2.3rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.home-intro-copy {
  padding-top: 30px;
}

.home-intro-copy p {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.82;
}

.home-intro-copy p + p {
  margin-top: 24px;
}

/* ---------- PILLARS ---------- */

.home-pillars {
  position: relative;
  background:
    radial-gradient(circle at 78% 12%, rgba(98, 163, 255, 0.07), transparent 30%),
    linear-gradient(180deg, #1d2a3f 0%, #223149 100%);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pillar {
  min-height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(37, 53, 76, 0.80);
  color: inherit;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.13);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(133, 196, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(99, 166, 255, 0.13), rgba(255, 255, 255, 0.032)),
    rgba(43, 61, 87, 0.86);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.18);
}

.pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pillar-number {
  color: rgba(174, 216, 255, 0.64);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pillar-arrow {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.80);
  font-size: 1rem;
}

.pillar-label {
  margin: 0 0 12px;
  color: #8bc8ff !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pillar h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.pillar p:not(.pillar-label) {
  margin: 18px 0 0;
  line-height: 1.7;
}

.pillar-link {
  margin-top: 32px;
  color: rgba(248, 250, 253, 0.82);
  font-size: 0.87rem;
  font-weight: 650;
}

.pillar-dealer {
  background:
    radial-gradient(circle at 80% 5%, rgba(145, 133, 255, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(37, 53, 76, 0.80);
}

.pillar-sales {
  background:
    radial-gradient(circle at 80% 5%, rgba(210, 229, 247, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(37, 53, 76, 0.80);
}

/* ---------- COMMON PROBLEMS ---------- */

.problem-section {
  position: relative;
  background:
    linear-gradient(180deg, #24334b 0%, #293a55 100%);
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.15fr);
  gap: clamp(58px, 10vw, 155px);
  align-items: start;
}

.problem-heading {
  position: sticky;
  top: 130px;
}

.problem-heading h2 {
  margin: 12px 0 20px;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.problem-heading > p:not(.eyebrow) {
  max-width: 480px;
  line-height: 1.76;
}

.problem-heading .text-link {
  display: inline-block;
  margin-top: 26px;
  color: #96d0ff;
}

.problem-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.problem-row {
  display: grid;
  grid-template-columns: 58px 1fr 34px;
  align-items: center;
  gap: 14px;
  min-height: 94px;
  padding: 17px 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: inherit;
  transition:
    padding-left 180ms ease,
    background 180ms ease;
}

.problem-row:hover {
  padding-left: 17px;
  background: linear-gradient(90deg, rgba(100, 173, 255, 0.10), transparent 75%);
}

.problem-row > span:first-child {
  color: rgba(159, 209, 255, 0.62);
  font-size: 0.70rem;
  font-weight: 700;
}

.problem-row strong {
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.problem-row > span:last-child {
  justify-self: end;
  color: rgba(255, 255, 255, 0.60);
  font-size: 1.12rem;
}

/* ---------- WHY PROCODE ---------- */

.why-section {
  background:
    radial-gradient(circle at 13% 12%, rgba(92, 159, 255, 0.11), transparent 30%),
    linear-gradient(180deg, #2a3b55 0%, #24344d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 60px);
}

.why-item {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.why-item > span {
  color: rgba(159, 209, 255, 0.66);
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.why-item h3 {
  margin: 25px 0 14px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: -0.035em;
}

.why-item p {
  margin: 0;
  line-height: 1.72;
}

/* ---------- STORY ---------- */

.home-story {
  position: relative;
  background:
    linear-gradient(180deg, #213047 0%, #1f2d43 100%);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.40fr) minmax(0, 1fr);
  gap: clamp(55px, 10vw, 150px);
  align-items: start;
}

.story-index {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 7px;
}

.story-index span {
  color: rgba(159, 209, 255, 0.62);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.story-index strong {
  font-size: 1rem;
  font-weight: 600;
}

.story-content {
  max-width: 850px;
}

.story-content h2 {
  margin: 12px 0 30px;
  font-size: clamp(2.25rem, 4.5vw, 4.15rem);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.story-content > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.82;
}

.story-content > p + p {
  margin-top: 20px !important;
}

.story-quote {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.story-quote > span {
  width: 34px;
  height: 2px;
  margin-top: 14px;
  background: #8bc8ff;
}

.story-quote p {
  margin: 0;
  max-width: 660px;
  color: #f8fbff;
  font-size: clamp(1.4rem, 2.6vw, 2.15rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

/* ---------- INVENTORY PREVIEW ---------- */

.inventory-preview-section {
  position: relative;
  background:
    radial-gradient(circle at 82% 14%, rgba(125, 190, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #26364f 0%, #223149 100%);
}

.home-page .inventory-preview-section .section-heading {
  margin-bottom: clamp(38px, 5vw, 58px);
}

.home-page .inventory-preview-section .section-heading h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.home-page .inventory-preview-section .section-heading > p {
  max-width: 480px;
}

.home-page .inventory-grid {
  gap: 22px;
}

.home-page .inventory-card,
.home-page .vehicle-card {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    rgba(42, 58, 82, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}

.home-page .section-action {
  margin-top: 34px;
}

/* ---------- FINAL CTA ---------- */

.home-final {
  padding-top: clamp(70px, 8vw, 110px);
  padding-bottom: clamp(90px, 10vw, 140px);
  background:
    linear-gradient(180deg, #1e2b40 0%, #172235 100%);
}

.home-final-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: clamp(36px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 15%, rgba(92, 170, 255, 0.19), transparent 36%),
    linear-gradient(135deg, rgba(61, 81, 109, 0.95), rgba(31, 46, 66, 0.96));
  box-shadow:
    0 28px 75px rgba(0, 0, 0, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.07);
}

.home-final-inner h2 {
  margin: 11px 0 12px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

.home-final-inner p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  line-height: 1.72;
}

.home-final-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

/* ---------- FOOTER ---------- */

.home-page .site-footer {
  background: rgba(7, 12, 20, 0.90);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ---------- REVEAL POLISH ---------- */

.home-page .reveal {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .reveal {
    transition:
      opacity 600ms ease,
      transform 600ms cubic-bezier(.2, .7, .2, 1);
  }
}

/* ---------- LARGE TABLETS ---------- */

@media (max-width: 1100px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .home-hero-copy {
    max-width: 840px;
  }

  .hero-focus-panel {
    max-width: 760px;
  }

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

  .pillar:last-child {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .problem-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .problem-heading {
    position: static;
    max-width: 680px;
  }

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

  .home-final-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* ---------- TABLETS ---------- */

@media (max-width: 860px) {
  .home-page .nav {
    min-height: 76px;
  }

  .home-page .brand > span {
    font-size: 1.38rem;
  }

  .home-page .brand small {
    max-width: 250px;
    font-size: 0.57rem;
  }

  .home-hero {
    min-height: auto;
    padding-top: 78px;
  }

  .home-hero-copy h1 {
    font-size: clamp(3.25rem, 11vw, 5.5rem);
  }

  .home-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-intro-copy {
    max-width: 700px;
    padding-top: 0;
  }

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

  .pillar,
  .pillar:last-child {
    grid-column: auto;
    min-height: 390px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .story-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-index {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 640px) {
  .home-page .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .home-page .nav {
    min-height: 72px;
  }

  .home-page .brand > span {
    font-size: 1.25rem;
  }

  .home-page .brand small {
    display: none;
  }

  .home-hero {
    padding-top: 66px;
    padding-bottom: 92px;
  }

  .home-hero-grid {
    gap: 44px;
  }

  .home-hero-copy h1 {
    font-size: clamp(3.05rem, 15vw, 4.6rem);
    line-height: 0.94;
  }

  .home-hero-lead {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero-actions .button {
    width: 100%;
  }

  .hero-trust-row {
    display: grid;
    gap: 10px;
  }

  .hero-focus-panel {
    padding: 19px;
    border-radius: 23px;
  }

  .focus-panel-top small {
    display: none;
  }

  .focus-main {
    padding: 34px 0 30px;
  }

  .focus-main h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .focus-capabilities > div {
    grid-template-columns: 34px 1fr;
    padding: 0 13px;
  }

  .home-intro h2,
  .home-section-heading h2,
  .problem-heading h2,
  .story-content h2,
  .home-page .inventory-preview-section .section-heading h2,
  .home-final-inner h2 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
  }

  .pillar {
    min-height: 360px;
    padding: 23px;
    border-radius: 22px;
  }

  .problem-row {
    grid-template-columns: 38px 1fr 24px;
    min-height: 86px;
  }

  .problem-row strong {
    font-size: 0.98rem;
  }

  .story-quote {
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }

  .story-quote > span {
    width: 22px;
  }

  .home-final-inner {
    gap: 30px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .home-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-final-actions .button {
    width: 100%;
  }
}

/* ---------- VERY SMALL SCREENS ---------- */

@media (max-width: 390px) {
  .home-hero-copy h1 {
    font-size: 2.8rem;
  }

  .hero-focus-panel {
    padding: 16px;
  }

  .pillar {
    min-height: 350px;
  }

  .problem-row {
    grid-template-columns: 32px 1fr;
  }

  .problem-row > span:last-child {
    display: none;
  }
}
