@property --ss-shine-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.ss-page {
  overflow-x: hidden;
  background: #fff;
  color: #0a1d38;
}

.ss-page main { overflow-x: clip; }

.ss-container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.ss-section { padding: clamp(68px, 6vw, 92px) 0; }

.ss-heading {
  max-width: 920px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.ss-heading-center {
  margin-inline: auto;
  text-align: center;
}

.ss-heading h2,
.ss-solution-copy h2,
.ss-process-copy h2,
.ss-warranty-copy h2,
.ss-final h2 {
  margin: 0;
  color: #071b3b;
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 950;
  letter-spacing: -.058em;
  line-height: .98;
  text-wrap: balance;
}

.ss-heading > p:last-child {
  max-width: 760px;
  margin: 22px auto 0;
  color: #526276;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.72;
}

.ss-heading-light h2,
.ss-heading-light > p:last-child { color: #fff; }
.ss-heading-light > p:last-child { color: #cfe8f7; }

.ss-eyebrow {
  margin: 0 0 15px;
  color: #0877ba;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ss-eyebrow-light { color: #8cd7ff; }

.ss-cta {
  min-height: 58px;
  padding: 15px 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #f1c84e, #ffdf73);
  color: #001531;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(242, 198, 84, .22);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ss-cta:hover,
.ss-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(242, 198, 84, .32);
}

.ss-cta:focus-visible,
.ss-phone:focus-visible {
  outline: 3px solid #8cd1ff;
  outline-offset: 4px;
}

.ss-phone {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  color: #f2cc59;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

/* Hero */
.ss-hero {
  min-height: 780px;
  padding: 168px 0 76px;
  background:
    radial-gradient(circle at 14% 38%, rgba(0, 150, 238, .2), transparent 30%),
    radial-gradient(circle at 86% 48%, rgba(119, 255, 41, .1), transparent 28%),
    linear-gradient(135deg, #000d26 0%, #001943 52%, #063c72 100%);
  color: #fff;
  position: relative;
}

.ss-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(139, 211, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 211, 255, .045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.ss-hero::after {
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6a92f;
}

.ss-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(510px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 88px);
  position: relative;
  z-index: 1;
}

.ss-hero-copy { max-width: 660px; }

.ss-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 800;
  letter-spacing: -.066em;
  line-height: .91;
  text-wrap: balance;
}

.ss-hero h1 span {
  display: block;
  color: #fff;
}

.ss-hero-lede {
  max-width: 635px;
  margin: 26px 0 0;
  color: #d6e8f2;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.64;
}

.ss-warranty-gold {
  color: #f2c654;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(242, 198, 84, .2);
}

.ss-hero-actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.ss-hero-actions .ss-cta,
.ss-final-actions .ss-cta {
  background: linear-gradient(135deg, #03132e 0%, #073778 50%, #021129 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .2),
    inset 0 -9px 20px rgba(0, 7, 23, .22),
    0 12px 28px rgba(0, 5, 18, .3),
    0 0 18px rgba(230, 174, 50, .1);
}

.ss-hero-actions .ss-cta:hover,
.ss-hero-actions .ss-cta:focus-visible,
.ss-final-actions .ss-cta:hover,
.ss-final-actions .ss-cta:focus-visible {
  background: linear-gradient(135deg, #06204a 0%, #0a4896 50%, #031733 100%);
  color: #fff;
}

.ss-hero-actions .ss-phone {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.ss-proof-row {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 213, 255, .2);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ss-proof-row div { display: grid; gap: 4px; }
.ss-proof-row strong { color: #fff; font-size: 16px; font-weight: 950; }
.ss-proof-row span { color: #a9c9da; font-size: 11px; font-weight: 800; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }

.ss-hero-video-shell {
  padding: 11px;
  border: 1px solid rgba(157, 221, 255, .46);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(13, 81, 137, .96), rgba(5, 49, 103, .96));
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 70px rgba(0, 6, 22, .38), 0 0 0 8px rgba(120, 204, 255, .055);
}

.ss-hero-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 212, 88, .18);
  z-index: 2;
  pointer-events: none;
}

.ss-video-heading {
  min-height: 82px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 3;
}

.ss-video-heading span {
  padding: 7px 10px;
  border: 1px solid rgba(242, 198, 84, .48);
  border-radius: 999px;
  color: #f2c654;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ss-video-heading strong {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 950;
  letter-spacing: -.04em;
  text-align: right;
}

.ss-video-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(242, 198, 84, .35);
  border-radius: 20px;
  background: #000;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.ss-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Standalone homeowner video */
.ss-video-showcase {
  padding: clamp(54px, 5vw, 72px) 0 clamp(28px, 3vw, 42px);
  background: #fbf8ef;
}

.ss-video-showcase h2 {
  max-width: 900px;
  margin: 0 auto clamp(28px, 3vw, 40px);
  color: #071b3b;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 880;
  letter-spacing: -.055em;
  line-height: .98;
  text-align: center;
  text-wrap: balance;
}

.ss-video-trace {
  --electric-angle: 0deg;
  width: min(100%, 1000px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  border-radius: 20px;
  background: #000;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  box-shadow: 0 28px 68px rgba(0, 23, 69, .2);
}

.ss-video-trace::before {
  content: "";
  padding: 4px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--electric-angle),
    #6b450c 0%,
    #e6a92f 7%,
    #fff3a9 11%,
    #bd7715 16%,
    #5c3908 36%,
    #d89a26 47%,
    #fff8c8 52%,
    #bb7112 58%,
    #543207 76%,
    #efbb49 91%,
    #6b450c 100%
  );
  filter: drop-shadow(0 0 4px rgba(238, 185, 59, .55));
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: premium-gold-spin 5.6s linear infinite;
}

.ss-video-trace iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Preserved aging story */
.ss-aging {
  border-top: 5px solid #0a92e3;
  background: #fbf8ef;
  position: relative;
}

.ss-aging::before {
  content: "";
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(19, 144, 220, .07);
  position: absolute;
  left: -270px;
  top: 60px;
  filter: blur(12px);
}

.ss-aging-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr) 28px) minmax(0, 1fr);
  align-items: stretch;
  position: relative;
}

.ss-aging-track article {
  min-height: 272px;
  padding: 34px 18px 28px;
  border: 1px solid #dce7ef;
  border-right: 0;
  background: #f8fbfd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: ss-aging-card-breathe 5.6s ease-in-out infinite;
}

.ss-aging-track article:nth-of-type(2) { animation-delay: .35s; }
.ss-aging-track article:nth-of-type(3) { animation-delay: .7s; }
.ss-aging-track article:nth-of-type(4) { animation-delay: 1.05s; }
.ss-aging-track article:nth-of-type(5) { animation-delay: 1.4s; }

.ss-aging-track article:first-of-type { border-radius: 22px 0 0 22px; }
.ss-aging-track article:last-of-type { border-right: 1px solid #dce7ef; border-radius: 0 22px 22px 0; }
.ss-aging-track article > * { position: relative; z-index: 2; }

.ss-aging-track article i {
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #0877ba;
  font-size: 36px;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 13px 30px rgba(0, 29, 68, .1);
}

.ss-aging-track article > b { color: #071b3b; font-size: 17px; font-weight: 950; line-height: 1.15; }
.ss-aging-track article > span { margin-top: 8px; color: #6d7b8a; font-size: 12px; line-height: 1.45; }

.ss-aging-track .ss-aging-sun { border-color: #ead685; background: radial-gradient(circle at 50% 36%, rgba(255, 215, 74, .38), transparent 35%), linear-gradient(145deg, #fff2b9, #fffaf0); }
.ss-aging-track .ss-aging-sun i { color: #d9a718; animation: ss-aging-sun-pulse 2.4s ease-in-out infinite; }
.ss-aging-sun::before,
.ss-aging-sun::after {
  content: "";
  width: 146px;
  height: 146px;
  border: 1px dashed rgba(229, 175, 23, .28);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 73px);
  top: 40px;
  animation: ss-aging-sun-orbit 13s linear infinite;
}
.ss-aging-sun::after { width: 114px; height: 114px; left: calc(50% - 57px); top: 56px; border-style: solid; animation-direction: reverse; animation-duration: 9s; }
.ss-aging-track .ss-aging-oils { border-color: #8cc9e9; background: linear-gradient(145deg, #dff5ff, #f6fcff); }
.ss-aging-track .ss-oil-symbol { color: #0878bc; background: rgba(255, 255, 255, .86); animation: ss-aging-oil-arrow 3.8s ease-in-out infinite; }

.ss-aging-oils::before,
.ss-aging-oils::after {
  content: "";
  margin: 0;
  background: linear-gradient(180deg, rgba(47, 183, 232, .78), rgba(4, 111, 181, .9));
  position: absolute;
  right: -10%;
  bottom: -4%;
  left: -10%;
  z-index: 0;
  pointer-events: none;
}

.ss-aging-oils::before {
  height: 55%;
  border-top: 2px solid rgba(221, 249, 255, .9);
  animation: ss-aging-card-liquid 4.8s ease-in-out infinite;
}

.ss-aging-oils::after {
  height: 52px;
  bottom: 42%;
  border-radius: 48%;
  background: rgba(152, 230, 252, .7);
  opacity: .72;
  animation: ss-aging-card-wave 4.8s ease-in-out infinite;
}

.ss-aging-track .ss-aging-cracked { border-color: #bac4d1; background: linear-gradient(145deg, #e9edf2, #fbfcfe); }
.ss-aging-track .ss-aging-cracked i { color: #586c7e; background: #f7f9fb; }
.ss-aging-track .ss-aging-granules { border-color: #c9b490; background: linear-gradient(145deg, #eee4d4, #fcf8f1); }
.ss-aging-track .ss-aging-pressure { border-color: #e8aaa5; background: linear-gradient(145deg, #ffe0dc, #fff7f5); }
.ss-aging-pressure i { color: #cc3930 !important; animation: ss-aging-dollar-pulse 2.1s ease-in-out infinite; }
.ss-aging-pressure::before,
.ss-aging-pressure::after {
  content: "";
  width: 96px;
  height: 96px;
  border: 2px solid rgba(204, 57, 48, .25);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 48px);
  top: 49px;
  animation: ss-aging-pressure-ring 2.5s ease-out infinite;
}
.ss-aging-pressure::after { animation-delay: 1.25s; }
.ss-aging-track .ss-aging-pressure { animation: ss-aging-pressure-shake 6.4s ease-in-out infinite; }

.ss-pressure-burst {
  width: 20px;
  height: 20px;
  position: absolute !important;
  left: calc(50% - 10px);
  top: 76px;
  pointer-events: none;
}

.ss-pressure-burst span {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 2px;
  background: #e94b3f;
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  animation: ss-aging-pressure-burst 6.4s ease-out infinite;
}

.ss-pressure-burst span:nth-child(1) { --ss-burst-x: -72px; --ss-burst-y: -54px; }
.ss-pressure-burst span:nth-child(2) { --ss-burst-x: -22px; --ss-burst-y: -78px; background: #f2c654; }
.ss-pressure-burst span:nth-child(3) { --ss-burst-x: 43px; --ss-burst-y: -67px; }
.ss-pressure-burst span:nth-child(4) { --ss-burst-x: 78px; --ss-burst-y: -18px; background: #f2c654; }
.ss-pressure-burst span:nth-child(5) { --ss-burst-x: 65px; --ss-burst-y: 48px; }
.ss-pressure-burst span:nth-child(6) { --ss-burst-x: 8px; --ss-burst-y: 72px; background: #f2c654; }
.ss-pressure-burst span:nth-child(7) { --ss-burst-x: -57px; --ss-burst-y: 53px; }
.ss-pressure-burst span:nth-child(8) { --ss-burst-x: -82px; --ss-burst-y: 4px; background: #f2c654; }

.ss-aging-cracked::after {
  content: "";
  width: 2px;
  height: 150%;
  background: linear-gradient(transparent, rgba(8, 49, 83, .28), transparent);
  position: absolute;
  left: 49%;
  top: -20%;
  transform: rotate(20deg);
}

.ss-real-crack {
  position: absolute !important;
  inset: 0;
  opacity: .42;
  z-index: 1 !important;
  animation: ss-aging-crack-flash 3.3s ease-in-out infinite;
}

.ss-real-crack em { width: 2px; height: 58px; background: #254059; position: absolute; left: 52%; top: 32%; transform-origin: top; animation: ss-aging-crack-grow 3.3s ease-in-out infinite; }
.ss-real-crack em:nth-child(1) { --ss-crack-rotate: 12deg; }
.ss-real-crack em:nth-child(2) { --ss-crack-rotate: -28deg; top: 46%; animation-delay: .18s; }
.ss-real-crack em:nth-child(3) { --ss-crack-rotate: 45deg; top: 51%; left: 47%; animation-delay: .3s; }
.ss-real-crack em:nth-child(4) { --ss-crack-rotate: 18deg; top: 57%; left: 54%; animation-delay: .42s; }
.ss-real-crack em:nth-child(n+5) { display: none; }

.ss-aging-granules::before,
.ss-aging-granules::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #526474;
  position: absolute;
  left: 20%;
  bottom: 18%;
  box-shadow: 22px 12px #71808c, 46px -4px #445966, 80px 13px #7a8790, 115px -9px #536572;
  opacity: .55;
  animation: ss-aging-granule-drop 2.7s ease-in-out infinite;
}

.ss-aging-granules::after { left: 12%; bottom: 28%; animation-delay: 1.35s; }

.ss-aging-track .ss-granule-shingle {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, #456173, #18384e);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  perspective: 180px;
  box-shadow: 0 13px 30px rgba(0, 29, 68, .18);
}

.ss-granule-shingle > span {
  width: 16px;
  height: 40px;
  margin: 0;
  border-radius: 4px 4px 7px 7px;
  background:
    radial-gradient(circle at 30% 28%, #a2acb1 0 1px, transparent 2px),
    radial-gradient(circle at 68% 58%, #8b999f 0 1px, transparent 2px),
    linear-gradient(#71838d, #405865);
  transform-origin: 50% 0;
  animation: ss-aging-shingle-hinge 6s cubic-bezier(.45, 0, .68, .3) infinite;
}

.ss-granule-shingle > span:nth-child(2) { animation-delay: .12s; }
.ss-granule-shingle > span:nth-child(3) { animation-delay: .24s; }

.ss-hinged-word {
  margin-left: .12em;
  display: inline-block;
  position: relative;
  transform-origin: 3px 1px;
  animation: ss-aging-word-hinge 6.4s cubic-bezier(.42, 0, .5, 1) infinite;
}

.ss-hinged-word::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #6f5736;
  border-radius: 50%;
  background: #f2c654;
  position: absolute;
  left: 0;
  top: -2px;
  box-shadow: 0 0 5px rgba(242, 198, 84, .45);
}

.ss-aging-track > em {
  align-self: center;
  color: #f0bc29;
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
  text-align: center;
  z-index: 3;
  animation: ss-aging-arrow 1.45s ease-in-out infinite;
}

.ss-aging-track > em:nth-of-type(2) { animation-delay: .2s; }
.ss-aging-track > em:nth-of-type(3) { animation-delay: .4s; }
.ss-aging-track > em:nth-of-type(4) { animation-delay: .6s; }

@keyframes ss-aging-card-breathe {
  0%, 100% { transform: translateY(0); box-shadow: 0 8px 24px rgba(5, 41, 74, .04); }
  50% { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(5, 41, 74, .1); }
}

@keyframes ss-aging-sun-pulse {
  0%, 100% { transform: scale(.94) rotate(-5deg); box-shadow: 0 13px 30px rgba(217, 167, 24, .14); }
  50% { transform: scale(1.08) rotate(6deg); box-shadow: 0 0 38px rgba(242, 198, 84, .55); }
}

@keyframes ss-aging-sun-orbit { to { transform: rotate(360deg); } }

@keyframes ss-aging-oil-arrow {
  0%, 100% { transform: translateY(-4px); }
  50% { transform: translateY(7px); box-shadow: 0 15px 34px rgba(8, 120, 188, .24); }
}

@keyframes ss-aging-card-liquid {
  0%, 100% { height: 51%; transform: rotate(-1.5deg) translateY(2px); }
  50% { height: 57%; transform: rotate(1.8deg) translateY(-1px); }
}

@keyframes ss-aging-card-wave {
  0%, 100% { transform: translateX(-7%) rotate(-2deg) scaleX(1.04); }
  50% { transform: translateX(7%) rotate(2deg) scaleX(1.1); }
}

@keyframes ss-aging-crack-grow {
  0%, 18% { transform: rotate(var(--ss-crack-rotate)) scaleY(0); opacity: 0; }
  48%, 84% { transform: rotate(var(--ss-crack-rotate)) scaleY(1); opacity: 1; }
  100% { transform: rotate(var(--ss-crack-rotate)) scaleY(1); opacity: 0; }
}

@keyframes ss-aging-crack-flash { 0%, 100% { filter: none; } 50% { filter: drop-shadow(0 0 4px rgba(37, 64, 89, .3)); } }

@keyframes ss-aging-granule-drop {
  0%, 100% { transform: translateY(-5px); opacity: .15; }
  55% { transform: translateY(18px) rotate(12deg); opacity: .7; }
}

@keyframes ss-aging-shingle-hinge {
  0%, 57%, 100% { transform: rotateX(0deg) translateY(0); opacity: 1; }
  65% { transform: rotateX(-70deg) translateY(3px); opacity: .9; }
  73% { transform: rotateX(-112deg) translateY(22px); opacity: .25; }
  74%, 88% { transform: rotateX(-112deg) translateY(32px); opacity: 0; }
}

@keyframes ss-aging-word-hinge {
  0%, 48%, 100% { transform: rotate(0deg) translateY(0); }
  54% { transform: rotate(8deg) translateY(0); }
  62% { transform: rotate(82deg) translateY(2px); }
  69% { transform: rotate(65deg) translateY(2px); }
  76% { transform: rotate(86deg) translateY(2px); }
  84%, 92% { transform: rotate(76deg) translateY(2px); }
}

@keyframes ss-aging-dollar-pulse {
  0%, 100% { transform: scale(.92); }
  50% { transform: scale(1.1); box-shadow: 0 0 36px rgba(204, 57, 48, .3); }
}

@keyframes ss-aging-pressure-ring {
  0% { transform: scale(.65); opacity: .6; }
  100% { transform: scale(1.55); opacity: 0; }
}

@keyframes ss-aging-pressure-shake {
  0%, 55%, 79%, 100% { transform: translate(0); }
  58%, 62%, 66%, 70%, 74% { transform: translate(-5px, 1px) rotate(-1deg); }
  60%, 64%, 68%, 72%, 76% { transform: translate(5px, -1px) rotate(1deg); }
}

@keyframes ss-aging-pressure-burst {
  0%, 72% { opacity: 0; transform: translate(0, 0) rotate(0) scale(.45); }
  73% { opacity: 1; }
  83% { opacity: .9; transform: translate(var(--ss-burst-x), var(--ss-burst-y)) rotate(170deg) scale(1); }
  91%, 100% { opacity: 0; transform: translate(var(--ss-burst-x), calc(var(--ss-burst-y) + 32px)) rotate(250deg) scale(.5); }
}

@keyframes ss-aging-arrow {
  0%, 100% { transform: translateX(-4px); opacity: .45; }
  50% { transform: translateX(5px); opacity: 1; }
}

.ss-aging-close {
  max-width: 920px;
  margin: 46px auto 0;
  color: #5c6b79;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

.ss-aging-close strong { color: #0877ba; }
.ss-aging-close > span { margin-top: 12px; display: block; color: #071b3b; font-size: .82em; font-weight: 850; }
.ss-aging-close em { color: #61a910; font-style: normal; }

/* Formula story */
.ss-solution {
  padding-top: clamp(58px, 5vw, 78px);
  background:
    radial-gradient(circle at 85% 15%, rgba(74, 255, 40, .12), transparent 26%),
    linear-gradient(135deg, #00112d, #002d62 70%, #06477c);
  color: #fff;
}

.ss-solution-grid {
  width: min(calc(100% - 64px), 1540px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: center;
  gap: clamp(48px, 5vw, 78px);
}

.ss-solution-media {
  padding: 10px;
  border: 1px solid rgba(140, 214, 255, .32);
  border-radius: 28px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 30px 70px rgba(0, 5, 20, .38);
}

.ss-gold-image-frame {
  padding: 3px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.ss-gold-image-frame::before {
  content: "";
  width: 170%;
  aspect-ratio: 1;
  background: conic-gradient(from 0deg, #62400a 0 18%, #d89a26 26%, #fff3a9 31%, #b56e12 38%, #5c3908 58%, #efbb49 77%, #fff8c8 82%, #62400a 100%);
  filter: drop-shadow(0 0 6px rgba(239, 187, 73, .42));
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  animation: ss-gold-trace 7s linear infinite;
}

.ss-gold-image-frame::after {
  content: "";
  border-radius: inherit;
  background: #001a3e;
  position: absolute;
  inset: 3px;
  z-index: -1;
}

.ss-gold-image-frame img { position: relative; z-index: 1; }
.ss-gold-image-frame-solution { border-radius: 22px; }
.ss-gold-image-frame-card { border-radius: 18px 18px 4px 4px; }
.ss-gold-image-frame-clean { height: 100%; border-radius: 18px 2px 2px 18px; }

@keyframes ss-gold-trace {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.ss-gold-outline {
  position: relative;
  isolation: isolate;
}

.ss-gold-outline::before {
  content: "";
  padding: 3px;
  border-radius: inherit;
  background: conic-gradient(from var(--ss-shine-angle), #62400a 0 18%, #d89a26 26%, #fff3a9 31%, #b56e12 38%, #5c3908 58%, #efbb49 77%, #fff8c8 82%, #62400a 100%);
  filter: drop-shadow(0 0 4px rgba(239, 187, 73, .5));
  position: absolute;
  inset: -2px;
  z-index: 5;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: ss-gold-outline-spin 7s linear infinite;
}

@keyframes ss-gold-outline-spin {
  to { --ss-shine-angle: 360deg; }
}

.ss-solution-media img { width: 100%; height: auto; border-radius: 20px; display: block; }
.ss-solution-copy h2 { color: #fff; }

.ss-solution-story {
  margin-top: 32px;
  border: 1px solid rgba(246, 200, 77, .3);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(0, 10, 32, .48), rgba(6, 63, 111, .3));
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 22px 52px rgba(0, 5, 20, .2);
}

.ss-solution-story::before {
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(246, 200, 77, .1);
  filter: blur(34px);
  position: absolute;
  right: -74px;
  top: -78px;
  pointer-events: none;
}

.ss-solution-story p {
  margin: 0;
  padding: 18px 22px;
  color: #d1e6f2;
  font-size: 14px;
  line-height: 1.72;
  position: relative;
}

.ss-solution-story p + p {
  border-top: 1px solid rgba(143, 210, 249, .16);
}

.ss-solution-story strong {
  color: #ffe292;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(246, 200, 77, .16);
}

.ss-solution-story p:first-child {
  color: #e4f1f8;
  font-size: 14.5px;
}

.ss-story-step {
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1.3;
}

.ss-story-step b {
  margin-right: 10px;
  color: #f2c654;
  font-size: 14px;
  letter-spacing: .1em;
}

/* Benefits */
.ss-benefits {
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 143, 221, .08), transparent 34%),
    #fff;
}

.ss-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

.ss-benefit-card {
  min-height: 360px;
  padding: 32px 27px 28px;
  border: 1px solid rgba(123, 197, 239, .38);
  border-radius: 22px;
  background: #fff;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(4, 40, 70, .12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ss-benefit-card::before {
  content: "";
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 30%, rgba(46, 171, 235, .19) 47%, rgba(246, 200, 77, .27) 52%, transparent 69%);
  background-size: 240% 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  animation: ss-card-shine 7s linear infinite;
}

.ss-benefit-card > * { position: relative; z-index: 1; }
.ss-benefit-card:hover { border-color: rgba(246, 200, 77, .82); transform: translateY(-8px); box-shadow: 0 28px 64px rgba(4, 40, 70, .2), 0 0 26px rgba(246, 200, 77, .13); }
@keyframes ss-card-shine { to { background-position: -240% 0; } }

.ss-card-number { color: #91a0ac; font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.ss-card-icon { width: 68px; height: 68px; margin: 30px 0 28px; border-radius: 20px; background: linear-gradient(145deg, #e8f8ff, #f7fcff); display: grid; place-items: center; color: #0877ba; font-size: 30px; font-weight: 950; box-shadow: inset 0 0 0 1px #d4edf9; }
.ss-benefit-card:nth-child(2) .ss-card-icon { color: #64a90b; }
.ss-benefit-card:nth-child(3) .ss-card-icon { color: #dfaa13; }
.ss-benefit-card:nth-child(4) .ss-card-icon { color: #c7362c; }
.ss-benefit-card h3 { margin: 0; color: #071b3b; font-size: 23px; font-weight: 950; letter-spacing: -.03em; line-height: 1.08; }
.ss-benefit-card p { margin: 16px 0 0; color: #5d6d7a; font-size: 14px; line-height: 1.7; }

.ss-financing-card {
  min-height: 0;
  padding: 25px 30px;
  border: 2px solid #f2c654;
  background:
    radial-gradient(circle at 92% 18%, rgba(140, 255, 62, .14), transparent 28%),
    linear-gradient(135deg, #00142f, #06417d 72%, #0878ae);
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 21px;
  box-shadow: 0 22px 52px rgba(0, 34, 77, .24), 0 0 24px rgba(242, 198, 84, .19);
}

.ss-financing-card::after {
  content: "";
  width: 34%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .17), transparent);
  position: absolute;
  top: -45%;
  left: -48%;
  transform: rotate(14deg);
  animation: ss-financing-sweep 6s ease-in-out infinite;
  pointer-events: none;
}

.ss-financing-card:hover {
  border-color: #ffe18a;
  box-shadow: 0 28px 62px rgba(0, 34, 77, .3), 0 0 30px rgba(242, 198, 84, .26);
}

.ss-financing-check {
  width: 68px;
  height: 68px;
  border: 2px solid #f2c654;
  border-radius: 50%;
  background: rgba(0, 15, 43, .65);
  display: grid;
  place-items: center;
  color: #9cff55;
  font-size: 34px;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(156, 255, 85, .18);
}

.ss-financing-card h3 {
  color: #fff;
  font-size: clamp(25px, 2.8vw, 34px);
}

.ss-financing-card p {
  max-width: 760px;
  margin-top: 8px;
  color: #d5ebf7;
  font-size: 13px;
  line-height: 1.55;
}

@keyframes ss-financing-sweep {
  0%, 28% { left: -48%; opacity: 0; }
  38% { opacity: 1; }
  62% { left: 118%; opacity: .78; }
  63%, 100% { left: 118%; opacity: 0; }
}
/* Roof fit */
.ss-fit {
  background: linear-gradient(135deg, #000f2b, #00306b 72%, #075089);
  color: #fff;
}

.ss-fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ss-fit-card { border: 1px solid rgba(139, 209, 248, .24); border-radius: 22px; background: rgba(0, 10, 31, .58); overflow: hidden; box-shadow: 0 24px 55px rgba(0, 4, 17, .28); }
.ss-fit-card img { width: 100%; height: 170px; display: block; object-fit: cover; }
.ss-fit-card > .ss-fit-copy { padding: 26px 25px 28px; }
.ss-fit-card > .ss-fit-copy > span { color: #8cff3e; font-size: 11px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.ss-fit-no > .ss-fit-copy > span { color: #ff8177; }
.ss-fit-card h3 { margin: 10px 0 18px; color: #fff; font-size: 24px; font-weight: 950; letter-spacing: -.035em; line-height: 1.08; }
.ss-fit-card ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.ss-fit-card li { padding-left: 22px; color: #cae1ed; font-size: 13px; line-height: 1.45; position: relative; }
.ss-fit-card li::before { content: "✓"; color: #8cff3e; font-weight: 950; position: absolute; left: 0; }
.ss-fit-no li::before { content: "×"; color: #ff8177; }

.ss-clean-note { margin-top: 24px; border: 1px solid rgba(242, 198, 84, .4); border-radius: 22px; background: rgba(4, 13, 34, .76); display: grid; grid-template-columns: 260px 1fr; align-items: center; overflow: hidden; }
.ss-clean-note img { width: 100%; height: 100%; min-height: 180px; display: block; object-fit: cover; }
.ss-clean-note > div { padding: 26px 32px; }
.ss-clean-note span { color: #f2c654; font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.ss-clean-note h3 { margin: 8px 0; color: #fff; font-size: 25px; font-weight: 950; letter-spacing: -.035em; }
.ss-clean-note p { margin: 0; color: #c8dfeb; font-size: 14px; line-height: 1.6; }

/* Process */
.ss-process { background: radial-gradient(circle at 50% 0%, rgba(20, 146, 221, .08), transparent 34%), #fff; }
.ss-process-grid { display: block; }
.ss-process-header { max-width: 920px; margin: 0 auto clamp(30px, 4vw, 44px); text-align: center; }
.ss-process-copy > p:not(.ss-eyebrow) { max-width: 760px; margin: 22px auto 0; color: #596b78; font-size: 18px; line-height: 1.7; }
.ss-process-photo { width: 100%; height: 210px; margin: 0; border-radius: 26px; position: relative; overflow: hidden; box-shadow: 0 22px 54px rgba(4, 34, 62, .2), 0 0 38px rgba(242, 198, 84, .3); }
.ss-process-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; }
.ss-process-steps { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; list-style: none; counter-reset: none; }
.ss-process-steps li { min-height: 224px; padding: 27px 25px 25px; border: 1px solid #d9e9f2; border-top: 3px solid #f2c654; border-radius: 20px; background: linear-gradient(145deg, #fff, #f4faff); display: grid; grid-template-columns: 42px 1fr; align-content: start; gap: 18px; box-shadow: 0 18px 42px rgba(4, 45, 78, .09); }
.ss-process-steps li > span { width: 42px; height: 42px; border-radius: 50%; background: #062b5d; display: grid; place-items: center; color: #f2c654; font-size: 12px; font-weight: 950; letter-spacing: .08em; box-shadow: 0 8px 20px rgba(0, 31, 72, .18); }
.ss-process-steps strong { color: #071b3b; font-size: 19px; font-weight: 950; line-height: 1.18; }
.ss-process-steps p { margin: 10px 0 0; color: #63727f; font-size: 13px; line-height: 1.62; }

/* Warranty */
.ss-warranty { background: radial-gradient(circle at 85% 20%, rgba(38, 157, 229, .18), transparent 30%), linear-gradient(135deg, #000f2b, #00306b 72%, #075089); }
.ss-warranty-grid { padding: clamp(34px, 5vw, 72px); border: 1px solid rgba(143, 211, 249, .28); border-radius: 32px; background: rgba(0, 12, 36, .52); display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: center; gap: clamp(40px, 7vw, 90px); box-shadow: 0 28px 72px rgba(0, 4, 18, .3); }
.ss-warranty-badge { width: 228px; aspect-ratio: 1; border: 3px solid #f2c654; border-radius: 50%; background: radial-gradient(circle, #0a3b71, #001b47 70%); display: grid; place-content: center; justify-items: center; box-shadow: 0 0 0 10px #eef7fb, 0 18px 44px rgba(0, 25, 61, .24); }
.ss-warranty-badge span { color: #fff; font-size: 86px; font-weight: 950; letter-spacing: -.08em; line-height: .75; }
.ss-warranty-badge strong { margin-top: 12px; color: #f2c654; font-size: 25px; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.ss-warranty-badge i { margin-top: 7px; color: #a9ccdf; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ss-warranty-copy .ss-eyebrow { color: #8cd7ff; }
.ss-warranty-copy h2 { color: #fff; }
.ss-warranty-copy > p:not(.ss-eyebrow) { max-width: 750px; margin: 22px 0 0; color: #cfe5f0; font-size: 18px; line-height: 1.7; }
.ss-warranty-terms { margin-top: 20px; color: #91b6c8; font-size: 11px; line-height: 1.5; }

/* Close */
.ss-final {
  padding: clamp(72px, 7vw, 98px) 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 151, 236, .1), transparent 38%), #fff;
  color: #071b3b;
  position: relative;
}

.ss-final::before { content: ""; height: 4px; background: linear-gradient(90deg, #0a92e3, #f2c654, #8cff3e); position: absolute; top: 0; right: 0; left: 0; }
.ss-final-close { max-width: 970px; text-align: center; }
.ss-final-kicker { color: #91d7ff; font-size: 12px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.ss-final-kicker { color: #0877ba; }
.ss-final h2 { margin-top: 18px; color: #071b3b; font-size: clamp(58px, 7vw, 96px); }
.ss-final-close > p { margin: 24px auto 0; color: #596c7a; font-size: 19px; line-height: 1.6; }
.ss-final .ss-phone { color: #0877ba; }
.ss-final-actions { margin-top: 34px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px 26px; }
.ss-final-action-stack { display: grid; justify-items: center; gap: 14px; }
.ss-related-solution { border-bottom: 1px solid rgba(8, 119, 186, .4); color: #0877ba; font-size: 14px; font-weight: 900; letter-spacing: .025em; line-height: 1.4; text-decoration: none; }
.ss-related-solution:hover,
.ss-related-solution:focus-visible { border-bottom-color: #00598f; color: #00598f; }
.ss-local-line { margin-top: 28px; display: block; color: #71838f; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

/* Progressive enhancement */
.ss-motion-ready .ss-reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease var(--ss-delay, 0ms), transform 650ms cubic-bezier(.2, .72, .25, 1) var(--ss-delay, 0ms); }
.ss-motion-ready .ss-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .ss-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: 40px; }
  .ss-hero h1 { font-size: clamp(52px, 6vw, 76px); }
  .ss-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ss-benefit-card { min-height: 320px; }
  .ss-aging-track { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
  .ss-aging-track > em { display: none; }
  .ss-aging-track article { min-height: 240px; border: 1px solid #dce7ef; border-radius: 18px !important; }
}

@media (max-width: 900px) {
  .ss-hero { min-height: auto; padding-top: 176px; }
  .ss-hero-grid,
  .ss-solution-grid,
  .ss-process-grid { grid-template-columns: 1fr; }
  .ss-solution-grid { width: min(calc(100% - 64px), var(--container)); }
  .ss-hero-copy { max-width: 780px; }
  .ss-solution-media { order: 2; }
  .ss-fit-grid { grid-template-columns: 1fr 1fr; }
  .ss-fit-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .ss-clean-note { grid-template-columns: 220px 1fr; }
  .ss-process-photo { height: 190px; }
  .ss-process-steps { grid-template-columns: 1fr; }
  .ss-process-steps li { min-height: 0; }
  .ss-warranty-grid { grid-template-columns: 210px 1fr; gap: 42px; }
  .ss-warranty-badge { width: 200px; }
}

@media (max-width: 700px) {
  .ss-container { width: min(calc(100% - 30px), var(--container)); }
  .ss-section { padding: 54px 0; }
  .ss-heading { margin-bottom: 28px; }
  .ss-heading h2,
  .ss-solution-copy h2,
  .ss-process-copy h2,
  .ss-warranty-copy h2 { font-size: clamp(38px, 12vw, 55px); }
  .ss-eyebrow { font-size: 10px; letter-spacing: .14em; }
  .ss-hero { padding: 140px 0 58px; }
  .ss-hero h1 { font-size: clamp(51px, 15.3vw, 70px); }
  .ss-hero-lede { margin-top: 22px; font-size: 17px; line-height: 1.58; }
  .ss-hero-actions { align-items: stretch; flex-direction: column; }
  .ss-hero-actions .ss-phone { justify-content: center; }
  .ss-cta { width: 100%; min-height: 56px; text-align: center; }
  .ss-proof-row { grid-template-columns: 1fr; gap: 13px; }
  .ss-proof-row div { padding: 12px 14px; border: 1px solid rgba(148, 213, 255, .17); border-radius: 12px; }
  .ss-hero-video-shell { border-radius: 20px; }
  .ss-video-heading { min-height: 70px; padding: 12px; }
  .ss-video-heading strong { font-size: 20px; }
  .ss-video-heading span { font-size: 8px; }
  .ss-aging-track { grid-template-columns: 1fr; gap: 12px; }
  .ss-aging-track article { min-height: 132px; padding: 20px; display: grid; grid-template-columns: 62px 1fr; grid-template-rows: auto auto; gap: 2px 16px; text-align: left; }
  .ss-aging-track article i { width: 58px; height: 58px; margin: 0; grid-row: 1 / 3; font-size: 28px; }
  .ss-aging-track article b { font-size: 18px; align-self: end; }
  .ss-aging-track article > span { margin: 0; align-self: start; }
  .ss-aging-close { margin-top: 30px; }
  .ss-solution-grid { gap: 28px; }
  .ss-benefit-grid,
  .ss-fit-grid { grid-template-columns: 1fr; }
  .ss-benefit-card { min-height: 0; padding: 28px 24px; }
  .ss-financing-card { padding: 23px 20px; grid-template-columns: 54px minmax(0, 1fr); gap: 15px; }
  .ss-financing-check { width: 54px; height: 54px; font-size: 27px; }
  .ss-financing-card p { font-size: 12px; }
  .ss-card-icon { margin: 24px 0 22px; }
  .ss-fit-card:last-child { grid-column: auto; display: block; }
  .ss-clean-note { grid-template-columns: 1fr; }
  .ss-clean-note img { max-height: 230px; }
  .ss-clean-note > div { padding: 24px; }
  .ss-process-photo { height: 165px; border-radius: 20px; }
  .ss-process-steps { margin-top: 20px; }
  .ss-process-steps li { padding: 23px 20px; }
  .ss-warranty-grid { padding: 36px 24px; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .ss-warranty-badge { width: 184px; }
  .ss-warranty-badge span { font-size: 72px; }
  .ss-final { padding: 62px 0; }
  .ss-final h2 { font-size: clamp(54px, 16vw, 76px); }
  .ss-final-actions { align-items: stretch; flex-direction: column; }
  .ss-final-action-stack { width: 100%; }
  .ss-final-actions .ss-phone { justify-content: center; }
}

@media (max-width: 380px) {
  .ss-hero { padding-top: 134px; }
  .ss-hero h1 { font-size: 48px; }
}

/* Streamlined hero after moving the video below it. */
.ss-hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.ss-hero-copy {
  width: min(900px, 100%);
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.ss-hero-lede {
  max-width: 800px;
  margin-inline: auto;
}

.ss-hero-actions {
  justify-content: center;
}

@media (min-width: 901px) {
  .ss-hero {
    min-height: 570px;
  }
}

@media (max-width: 700px) {
  .ss-video-showcase {
    padding: 44px 0 22px;
  }

  .ss-aging {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .ss-solution {
    padding-top: 48px;
  }

  .ss-video-showcase h2 {
    margin-bottom: 24px;
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.02;
  }

  .ss-video-trace {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-page *,
  .ss-page *::before,
  .ss-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .ss-motion-ready .ss-reveal { opacity: 1; transform: none; }
}

/* Match the Solar hero CTA sizing and use the same restrained gold motion. */
.ss-hero-actions .ss-cta {
  min-width: 174px;
  min-height: 60px;
  padding: 16px 26px;
  gap: 15px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.ss-hero-actions .ss-phone {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 900;
}

.ss-hero-actions .phone-cta::before,
.ss-hero-actions .phone-cta:hover::before,
.ss-hero-actions .phone-cta:focus-visible::before {
  opacity: .72;
  filter: drop-shadow(0 0 2px rgba(238, 185, 59, .38))
    drop-shadow(0 0 5px rgba(181, 116, 13, .18));
  animation: premium-gold-spin 12s linear infinite;
}

@media (max-width: 700px) {
  .ss-hero {
    padding: 124px 0 24px;
  }

  .ss-hero h1 {
    margin: 0 0 25px;
    font-size: clamp(45px, 13vw, 57px);
    font-weight: 820;
    letter-spacing: -.068em;
    line-height: .95;
  }

  .ss-hero-lede {
    max-width: 680px;
    margin: 0 auto 26px;
    color: #d9e8f5;
    font-size: 18px;
    font-weight: 540;
    line-height: 1.55;
  }

  .ss-hero-actions {
    align-items: center;
    flex-direction: column;
    gap: 13px;
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(140, 209, 255, .28);
  }

  .ss-hero-actions .ss-phone {
    min-height: auto;
    padding: 5px 0 3px;
    border-bottom: 2px solid rgba(246, 195, 68, .7);
    color: #f8d775;
    order: 2;
    text-decoration: none;
  }

  .ss-hero-actions .ss-cta {
    width: min(100%, 210px);
    min-width: 0;
    min-height: 52px;
    padding: 12px 18px;
    order: 1;
    align-self: center;
    font-size: 13px;
  }

  .ss-hero-actions .ss-cta:hover,
  .ss-hero-actions .ss-cta:focus-visible {
    transform: translateY(-3px);
  }

  .ss-hero-actions .ss-phone:hover,
  .ss-hero-actions .ss-phone:focus-visible {
    color: #fff0b6;
  }

  .ss-final {
    padding: 26px 0 62px;
  }

  .ss-final h2 {
    font-size: clamp(35px, 10.5vw, 46px);
  }

  .ss-final h2 span {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .ss-hero h1 {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-hero-actions .phone-cta::before {
    animation: none;
  }
}

.ss-alternative-link {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}

.ss-alternative-link em {
  border: 0;
  color: inherit;
  font-style: italic;
  position: relative;
  left: -3px;
  text-decoration: none;
}

@media (min-width: 701px) {
  .ss-hero {
    min-height: 0;
    padding-bottom: 26px;
  }

  .ss-process-photo img {
    object-position: center 78%;
  }
}
