.storm-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
  min-height: 620px;
  padding: 70px 4vw;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(244, 201, 93, 0.16), transparent 22%),
    linear-gradient(125deg, #030506 0%, #0b1218 48%, #050505 100%);
}

.storm-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px);
  opacity: 0.2;
  animation: stormSweep 1.8s linear infinite;
}

.storm-scene,
.storm-copy {
  position: relative;
  z-index: 1;
}

.storm-scene {
  min-height: 480px;
  border: 1px solid rgba(213, 163, 42, 0.45);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 60% 20%, rgba(244, 201, 93, 0.18), transparent 18%),
    linear-gradient(180deg, #101b27 0%, #06080b 74%);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.72), 0 30px 80px rgba(0, 0, 0, 0.52);
}

.storm-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(0.9) contrast(1.18) brightness(0.72);
}

.storm-video + .storm-cloud {
  opacity: 0.48;
}

.storm-house {
  position: absolute;
  left: 6%;
  right: 9%;
  bottom: 18px;
  z-index: 6;
  height: 330px;
  perspective: 900px;
}

.house-body {
  position: absolute;
  left: 12%;
  right: 10%;
  bottom: 0;
  height: 155px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #463f39, #171717);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.7), 0 28px 44px rgba(0, 0, 0, 0.52);
}

.house-window,
.house-door {
  position: absolute;
  bottom: 42px;
  width: 54px;
  height: 48px;
  border: 2px solid rgba(244, 201, 93, 0.5);
  background: rgba(244, 201, 93, 0.18);
  box-shadow: inset 0 0 22px rgba(244, 201, 93, 0.12);
}

.window-one {
  left: 16%;
}

.window-two {
  right: 18%;
}

.house-door {
  left: 48%;
  bottom: 0;
  height: 86px;
  background: #15100d;
}

.house-roof-life {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  height: 210px;
  transform: rotateX(52deg) rotateZ(-2deg);
  transform-origin: bottom center;
}

.roof-plane {
  position: absolute;
  top: 44px;
  width: 54%;
  height: 148px;
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0 23px, rgba(255, 255, 255, 0.05) 23px 26px, transparent 26px 30px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 58px),
    linear-gradient(145deg, #3a332d, #111315);
  border: 1px solid rgba(244, 201, 93, 0.18);
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.62);
}

.roof-left {
  left: 3%;
  transform: skewX(-22deg);
}

.roof-right {
  right: 3%;
  transform: skewX(22deg);
}

.roof-ridge {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 34px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8c641b, #f4c95d, #8c641b);
  box-shadow: 0 0 18px rgba(244, 201, 93, 0.34);
}

.damage-hole {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 45%, #030303 0 34%, #1a1210 35% 62%, transparent 63%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: holeReveal 4.8s ease-in-out infinite;
}

.hole-one {
  left: 34%;
  top: 82px;
}

.hole-two {
  right: 24%;
  top: 120px;
  animation-delay: -1.9s;
}

.roof-flap {
  position: absolute;
  z-index: 5;
  width: 112px;
  height: 38px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 34px),
    linear-gradient(180deg, #403832, #111315);
  border: 1px solid rgba(244, 201, 93, 0.22);
  transform-origin: left center;
  animation: flapLift 2.9s ease-in-out infinite;
}

.flap-one {
  left: 44%;
  top: 74px;
}

.flap-two {
  right: 17%;
  top: 112px;
  animation-delay: -1.1s;
}

.flying-debris {
  position: absolute;
  z-index: 9;
  width: 64px;
  height: 18px;
  background: linear-gradient(180deg, #4d443e, #141618);
  border: 1px solid rgba(244, 201, 93, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  animation: debrisRip 2.6s ease-in-out infinite;
}

.debris-one {
  left: 52%;
  top: 92px;
}

.debris-two {
  left: 62%;
  top: 138px;
  animation-delay: -0.8s;
}

.debris-three {
  left: 42%;
  top: 124px;
  animation-delay: -1.5s;
}

.storm-cloud {
  position: absolute;
  width: 250px;
  height: 90px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5f6b74, #1c242d);
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.45));
  opacity: 0.92;
  animation: cloudMove 8s ease-in-out infinite;
}

.storm-cloud::before,
.storm-cloud::after {
  position: absolute;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.storm-cloud::before {
  width: 115px;
  height: 115px;
  left: 42px;
  bottom: 24px;
}

.storm-cloud::after {
  width: 145px;
  height: 145px;
  right: 28px;
  bottom: 18px;
}

.cloud-one {
  top: 58px;
  left: 5%;
}

.cloud-two {
  top: 98px;
  right: 7%;
  animation-delay: -3s;
  transform: scale(0.84);
}

.lightning-bolt {
  position: absolute;
  top: 126px;
  left: 47%;
  width: 32px;
  height: 118px;
  background: linear-gradient(180deg, #fff7b7, #f4c95d);
  clip-path: polygon(38% 0, 100% 0, 63% 42%, 94% 42%, 24% 100%, 46% 54%, 8% 54%);
  filter: drop-shadow(0 0 22px rgba(244, 201, 93, 0.85));
  animation: lightning 4s steps(1, end) infinite;
}

.rain {
  position: absolute;
  top: -90px;
  width: 2px;
  height: 155%;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0 22px, transparent 22px 54px);
  transform: rotate(18deg);
  animation: rainFall 0.62s linear infinite;
}

.rain-one {
  left: 16%;
  animation-delay: -0.1s;
}

.rain-two {
  left: 46%;
  animation-delay: -0.28s;
}

.rain-three {
  left: 76%;
  animation-delay: -0.42s;
}

.hail {
  position: absolute;
  top: -36px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #edf7ff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.95);
  animation: hailDrop 1.2s cubic-bezier(0.5, 0.02, 0.72, 0.46) infinite;
}

.hail-one {
  left: 20%;
  animation-delay: 0s;
}

.hail-two {
  left: 38%;
  animation-delay: -0.38s;
}

.hail-three {
  left: 58%;
  animation-delay: -0.7s;
}

.hail-four {
  left: 76%;
  animation-delay: -0.18s;
}

.insurance-burst {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 8;
  display: grid;
  width: min(330px, 68%);
  min-height: 172px;
  place-items: center;
  padding: 22px;
  color: #050505;
  text-align: center;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 50% 42%, #fff9c9 0 24%, #f4c95d 25% 64%, #a06b0b 65% 100%);
  border: 4px solid #fff4a8;
  border-radius: 999px;
  box-shadow:
    0 0 0 9px rgba(244, 201, 93, 0.18),
    0 0 38px rgba(244, 201, 93, 0.95),
    0 22px 60px rgba(0, 0, 0, 0.72);
  transform: translate(-50%, -50%);
  animation: coveragePulse 1.3s ease-in-out infinite;
}

.insurance-burst::before,
.insurance-burst::after {
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 2px solid rgba(244, 201, 93, 0.7);
  border-radius: inherit;
  content: "";
  animation: coverageRing 1.8s ease-out infinite;
}

.insurance-burst::after {
  animation-delay: 0.55s;
}

.insurance-burst span {
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.insurance-burst strong {
  margin: -8px 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(78px, 8vw, 120px);
  line-height: 0.82;
  letter-spacing: 0;
}

.insurance-burst em {
  font-style: normal;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.claim-path {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 232px;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.claim-path::before {
  position: absolute;
  top: 50%;
  left: 13%;
  right: 13%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #f4c95d, transparent);
  content: "";
  transform: translateY(-50%);
  animation: claimFlow 1.6s linear infinite;
}

.claim-path span {
  position: relative;
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px 10px;
  color: #050505;
  background: #f4c95d;
  border: 1px solid #fff3a6;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  animation: stepPop 2.4s ease-in-out infinite;
}

.claim-path span:nth-child(2) {
  animation-delay: 0.28s;
}

.claim-path span:nth-child(3) {
  animation-delay: 0.56s;
}

.storm-roof {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 40px;
  height: 178px;
  transform: skewX(-18deg);
  background: linear-gradient(135deg, #1a1f22, #3d332d 42%, #121516);
  border-top: 9px solid #b48121;
  box-shadow: 0 -6px 0 rgba(244, 201, 93, 0.18), 0 22px 45px rgba(0, 0, 0, 0.6);
}

.storm-roof::before {
  position: absolute;
  inset: 18px 20px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 2px, transparent 2px 70px),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0 32px, transparent 32px 36px);
  content: "";
}

.shingle,
.flying-shingle {
  position: absolute;
  width: 74px;
  height: 24px;
  border: 1px solid rgba(244, 201, 93, 0.22);
  border-radius: 3px;
  background: linear-gradient(180deg, #49423c, #17191b);
}

.shingle-one {
  left: 18%;
  top: 38px;
}

.shingle-two {
  left: 38%;
  top: 74px;
}

.shingle-three {
  left: 58%;
  top: 44px;
}

.shingle-four {
  left: 72%;
  top: 98px;
}

.flying-shingle {
  right: 18%;
  top: 42px;
  animation: shingleFly 2.6s ease-in-out infinite;
}

.flying-two {
  right: 34%;
  top: 84px;
  animation-delay: -1.1s;
}

.wind-line {
  position: absolute;
  right: -180px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(244, 201, 93, 0.95), transparent);
  animation: windBlow 1.4s linear infinite;
}

.wind-one {
  top: 202px;
  width: 320px;
}

.wind-two {
  top: 260px;
  width: 240px;
  animation-delay: -0.48s;
}

.wind-three {
  top: 326px;
  width: 390px;
  animation-delay: -0.86s;
}

.storm-copy h2 {
  max-width: 720px;
  margin: 0 0 18px;
  text-align: left;
  font-size: clamp(44px, 5.7vw, 76px);
}

.storm-copy p {
  max-width: 650px;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.7;
}

.coverage-callout {
  max-width: 620px;
  margin-top: 22px;
  padding: 16px 18px;
  color: #050505;
  background: linear-gradient(135deg, #fff4a8, #d5a32a);
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(244, 201, 93, 0.28);
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 1000;
  text-transform: uppercase;
  animation: calloutGlow 1.7s ease-in-out infinite;
}

.storm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

@keyframes stormSweep {
  to {
    background-position: 120px 0;
  }
}

@keyframes cloudMove {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(22px);
  }
}

@keyframes lightning {
  0%,
  88%,
  100% {
    opacity: 0;
  }

  89%,
  91%,
  94% {
    opacity: 1;
  }

  90%,
  93% {
    opacity: 0.18;
  }
}

@keyframes rainFall {
  to {
    transform: translateY(60px) rotate(18deg);
  }
}

@keyframes hailDrop {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  12% {
    opacity: 1;
  }

  72% {
    opacity: 1;
    transform: translate(-60px, 368px);
  }

  76% {
    transform: translate(-70px, 386px) scaleY(0.55);
  }

  100% {
    opacity: 0;
    transform: translate(-132px, 310px);
  }
}

@keyframes coveragePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes coverageRing {
  0% {
    opacity: 0.8;
    transform: scale(0.88);
  }

  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes claimFlow {
  0% {
    background-position: -260px 0;
  }

  100% {
    background-position: 260px 0;
  }
}

@keyframes stepPop {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-5px) scale(1.06);
  }
}

@keyframes calloutGlow {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(244, 201, 93, 0.22);
  }

  50% {
    box-shadow: 0 0 42px rgba(244, 201, 93, 0.62);
  }
}

@keyframes windBlow {
  to {
    transform: translateX(-720px);
  }
}

@keyframes shingleFly {
  0%,
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }

  48% {
    opacity: 1;
    transform: translate(132px, -62px) rotate(18deg);
  }

  70% {
    opacity: 0.55;
    transform: translate(230px, -84px) rotate(42deg);
  }

  71% {
    opacity: 0;
  }

  90% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg);
  }
}

@media (max-width: 900px) {
  .storm-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 48px 4vw;
  }

  .storm-scene {
    order: 2;
    min-height: 380px;
  }

  .storm-copy {
    order: 1;
  }

  .storm-copy h2 {
    font-size: 44px;
  }

  .storm-actions .btn {
    width: 100%;
    text-align: center;
  }

  .insurance-burst {
    top: 48%;
    width: min(280px, 72%);
    min-height: 142px;
  }

  .claim-path {
    left: 4%;
    right: 4%;
    bottom: 190px;
    gap: 6px;
  }

  .claim-path span {
    min-height: 36px;
    padding: 7px 6px;
    font-size: 10px;
  }

  .storm-roof {
    left: 3%;
    right: 3%;
    height: 140px;
  }

  .cloud-two {
    right: -8%;
  }
}

.storm-hero {
  grid-template-columns: minmax(560px, 1.45fr) minmax(330px, 0.55fr);
  gap: 32px;
  min-height: 690px;
  padding-top: 58px;
  padding-bottom: 58px;
}

.storm-scene {
  min-height: 560px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 38% 20%, rgba(155, 178, 194, 0.26), transparent 20%),
    linear-gradient(180deg, #172636 0%, #0b1118 52%, #040506 100%);
}

.storm-scene::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    repeating-linear-gradient(112deg, rgba(220, 238, 255, 0.44) 0 2px, transparent 2px 38px),
    repeating-linear-gradient(104deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 24px);
  opacity: 0.72;
  content: "";
  animation: hardRain 0.48s linear infinite;
}

.storm-scene::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 32%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 56%, transparent 0 34%, rgba(0, 0, 0, 0.38) 72%);
  content: "";
}

.storm-cloud {
  z-index: 4;
  opacity: 0.34;
}

.cloud-one {
  top: 48px;
  left: 2%;
}

.cloud-two {
  top: 74px;
  right: 3%;
}

.lightning-bolt,
.rain,
.hail,
.storm-roof,
.wind-line,
.insurance-burst,
.claim-path {
  z-index: 5;
}

.lightning-bolt {
  top: 108px;
  left: 42%;
  opacity: 0;
}

.hail {
  z-index: 7;
  width: 12px;
  height: 12px;
  background:
    radial-gradient(circle at 35% 28%, #ffffff, #dcefff 58%, #9eb4c8);
  animation-name: realisticHail;
}

.storm-roof {
  z-index: 6;
  left: -2%;
  right: 5%;
  bottom: 36px;
  height: 230px;
  transform: perspective(760px) rotateX(48deg) rotateZ(-2deg) skewX(-18deg);
  transform-origin: bottom center;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #111417, #39302b 46%, #111315);
  opacity: 0.22;
}

.storm-roof::before {
  inset: 20px 24px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 58px),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0 28px, rgba(255, 255, 255, 0.04) 28px 31px, transparent 31px 34px);
}

.storm-roof::after {
  position: absolute;
  left: 10%;
  right: 12%;
  top: 38px;
  height: 64px;
  background:
    radial-gradient(circle at 18% 46%, rgba(255, 255, 255, 0.38) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.32) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 54%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px);
  opacity: 0.76;
  content: "";
  animation: roofWetFlash 1.1s linear infinite;
}

.impact {
  position: absolute;
  z-index: 8;
  width: 54px;
  height: 18px;
  border: 2px solid rgba(234, 246, 255, 0.8);
  border-radius: 50%;
  opacity: 0;
  transform: rotate(13deg) scale(0.3);
  animation: hailSplash 1.2s ease-out infinite;
}

.impact-one {
  left: 24%;
  top: 62px;
  animation-delay: -0.2s;
}

.impact-two {
  left: 50%;
  top: 104px;
  animation-delay: -0.62s;
}

.impact-three {
  left: 70%;
  top: 70px;
  animation-delay: -0.9s;
}

.flying-shingle {
  z-index: 9;
  animation-name: shingleTearAway;
}

.wind-line {
  z-index: 9;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(234, 246, 255, 0.78), rgba(244, 201, 93, 0.75), transparent);
}

.insurance-burst {
  top: auto;
  left: auto;
  right: 24px;
  bottom: 24px;
  z-index: 12;
  width: min(330px, 46%);
  min-height: 118px;
  place-items: start;
  padding: 18px 20px;
  color: #fff7cb;
  text-align: left;
  background: rgba(5, 5, 5, 0.84);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(244, 201, 93, 0.9);
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 34px rgba(244, 201, 93, 0.46),
    0 18px 50px rgba(0, 0, 0, 0.75);
  transform: none;
  animation: noticeGlow 1.9s ease-in-out infinite;
}

.insurance-burst::before,
.insurance-burst::after {
  display: none;
}

.insurance-burst span {
  color: #ffffff;
  font-size: 13px;
}

.insurance-burst strong {
  margin: 4px 0 6px;
  color: #f4c95d;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1;
  text-shadow: 0 0 18px rgba(244, 201, 93, 0.42);
}

.insurance-burst em {
  color: #f2f2f2;
  font-size: 12px;
}

.claim-path {
  left: 22px;
  right: auto;
  bottom: 28px;
  z-index: 11;
  width: min(420px, 48%);
}

.claim-path::before {
  background: linear-gradient(90deg, transparent, #f4c95d, #ffffff, transparent);
}

.claim-path span {
  min-height: 34px;
  padding: 7px 9px;
  color: #0a0a0a;
  font-size: 10px;
  background: linear-gradient(135deg, #fff6b8, #d5a32a);
}

.storm-copy h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.coverage-callout {
  font-size: clamp(16px, 1.6vw, 20px);
}

@keyframes hardRain {
  to {
    background-position: -90px 94px, -42px 48px;
  }
}

@keyframes realisticHail {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }

  10% {
    opacity: 1;
  }

  68% {
    opacity: 1;
    transform: translate(-76px, 430px) scale(1);
  }

  74% {
    opacity: 0.95;
    transform: translate(-86px, 446px) scale(1.18, 0.52);
  }

  100% {
    opacity: 0;
    transform: translate(-150px, 360px) scale(0.4);
  }
}

@keyframes holeReveal {
  0%,
  28%,
  100% {
    opacity: 0;
    transform: scale(0.58) rotate(-4deg);
  }

  42%,
  78% {
    opacity: 0.95;
    transform: scale(1) rotate(-4deg);
  }
}

@keyframes flapLift {
  0%,
  100% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }

  32% {
    transform: rotate(-8deg) translate(8px, -8px);
  }

  58% {
    transform: rotate(-34deg) translate(38px, -32px);
    opacity: 0.9;
  }

  82% {
    transform: rotate(-58deg) translate(112px, -72px);
    opacity: 0;
  }

  92% {
    opacity: 0;
  }
}

@keyframes debrisRip {
  0%,
  100% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg);
  }

  24% {
    opacity: 1;
  }

  62% {
    opacity: 1;
    transform: translate(180px, -88px) rotate(42deg);
  }

  86% {
    opacity: 0;
    transform: translate(360px, -118px) rotate(108deg);
  }
}

@keyframes hailSplash {
  0%,
  58% {
    opacity: 0;
    transform: rotate(13deg) scale(0.2);
  }

  66% {
    opacity: 0.9;
    transform: rotate(13deg) scale(0.85);
  }

  100% {
    opacity: 0;
    transform: rotate(13deg) scale(1.5);
  }
}

@keyframes shingleTearAway {
  0%,
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }

  32% {
    transform: translate(20px, -10px) rotate(6deg);
  }

  58% {
    opacity: 1;
    transform: translate(170px, -90px) rotate(28deg);
  }

  82% {
    opacity: 0;
    transform: translate(340px, -132px) rotate(78deg);
  }

  93% {
    opacity: 0;
  }
}

@keyframes roofWetFlash {
  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.92;
  }
}

@keyframes noticeGlow {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(244, 201, 93, 0.32), 0 18px 50px rgba(0, 0, 0, 0.75);
  }

  50% {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 46px rgba(244, 201, 93, 0.72), 0 18px 50px rgba(0, 0, 0, 0.75);
  }
}

@media (max-width: 900px) {
  .storm-hero {
    grid-template-columns: 1fr;
  }

  .storm-scene {
    min-height: 460px;
  }

  .insurance-burst {
    right: 14px;
    bottom: 18px;
    width: min(300px, 58%);
  }

  .claim-path {
    left: 14px;
    bottom: 22px;
    width: 42%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .storm-scene {
    min-height: 420px;
  }

  .insurance-burst {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .claim-path {
    display: none;
  }
}

.storm-scene::before {
  z-index: 12;
  opacity: 0.58;
}

.storm-scene::after {
  z-index: 13;
}

.storm-house {
  left: 2%;
  right: 4%;
  bottom: 0;
  z-index: 4;
  height: 310px;
  opacity: 0.68;
  filter: brightness(0.62) contrast(1.1) saturate(0.5) blur(0.15px);
}

.storm-house::after {
  position: absolute;
  inset: 4% 0 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 39%, transparent 42%),
    radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.16), transparent 12%),
    linear-gradient(180deg, transparent 0 48%, rgba(0, 0, 0, 0.46) 100%);
  content: "";
  mix-blend-mode: screen;
  opacity: 0.44;
}

.house-body {
  left: 10%;
  right: 8%;
  height: 138px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(180deg, #292929, #080808);
  border-color: rgba(255, 255, 255, 0.06);
}

.house-window,
.house-door {
  border-color: rgba(244, 201, 93, 0.18);
  background: rgba(244, 201, 93, 0.07);
  box-shadow: none;
  opacity: 0.46;
}

.house-roof-life {
  top: 22px;
  transform: rotateX(54deg) rotateZ(-2deg);
}

.roof-plane {
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0 22px, rgba(255, 255, 255, 0.035) 22px 25px, transparent 25px 30px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 54px),
    linear-gradient(145deg, #26211e, #070809);
  border-color: rgba(255, 255, 255, 0.08);
}

.roof-ridge {
  background: linear-gradient(90deg, #3d3426, #9c7b35, #3d3426);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.08);
}

.damage-hole {
  filter: blur(0.3px);
  opacity: 0.78;
}

.roof-flap,
.flying-debris {
  background: linear-gradient(180deg, #302c28, #070809);
  border-color: rgba(255, 255, 255, 0.1);
}

.hail,
.impact,
.wind-line,
.rain {
  z-index: 14;
}

.storm-copy h2 {
  text-shadow: 0 0 28px rgba(244, 201, 93, 0.18);
}
