.iedp {
  --iedp-teal: #146f74;
  --iedp-teal-dark: #0d4e53;
  --iedp-ink: #172f34;
  --iedp-muted: #526a6f;
  --iedp-line: #c9d8d9;
  --iedp-soft: #eef6f5;
  --iedp-amber: #f1a12a;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  scroll-margin-top: 180px;
  color: var(--iedp-ink);
  font-family: Inter, Arial, sans-serif;
}

.ie-quote-hero--dual-path { min-height: 0 !important; padding-block: 34px !important; background: #eef6f5 !important; }
.ie-quote-hero--dual-path::before,
.ie-quote-hero--dual-path::after { display: none !important; }
.ie-quote-hero--dual-path .ie-home-hero-shell,
.ie-quote-hero--dual-path .ie-home-hero-inner,
.ie-quote-hero--dual-path .ie-home-calculator-card { width: 100% !important; max-width: none !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; }
.ie-quote-proof-band__inner { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(28px,5vw,72px); }
.ie-quote-proof-band picture,
.ie-quote-proof-band img { display: block; width: 100%; }
.ie-quote-proof-band img { aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }
.ie-quote-proof-band h2 { max-width: 15ch; }

.ie-alan-proof { overflow: hidden; padding-block: 0; background: #103f43; color: #fff; }
.ie-alan-proof__inner { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: clamp(24px,5vw,72px); min-height: 420px; }
.ie-alan-proof__copy { align-self: center; max-width: 700px; padding-block: clamp(42px,6vw,72px); }
.ie-alan-proof .ie-eyebrow { color: #8ed8da; }
.ie-alan-proof h2 { max-width: 13ch; margin: 0 0 16px; color: #fff; font-family: "League Spartan", Inter, sans-serif; font-size: clamp(2.1rem,4vw,4.1rem); line-height: .98; }
.ie-alan-proof__copy > p:not(.ie-eyebrow) { max-width: 58ch; margin: 0; color: #dbeeed; font-size: 1.02rem; line-height: 1.6; }
.ie-alan-proof__facts { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 24px 0 28px; padding: 0; list-style: none; }
.ie-alan-proof__facts li { position: relative; padding-left: 18px; color: #fff; font-size: .88rem; font-weight: 800; }
.ie-alan-proof__facts li::before { position: absolute; top: .45em; left: 0; width: 7px; height: 7px; background: #f1a12a; content: ""; }
.ie-alan-proof .ie-button--primary { border-color: #f1a12a; background: #f1a12a; color: #172f34; }
.ie-alan-proof .ie-button--primary:hover { border-color: #fff; background: #fff; color: #172f34; }
.ie-alan-proof__portrait { position: relative; align-self: stretch; display: grid; min-height: 420px; margin: 0; place-items: end center; background: #d9eeee; }
.ie-alan-proof__portrait img { display: block; width: min(100%, 390px); height: auto; max-height: 430px; object-fit: contain; object-position: center bottom; }
.ie-alan-proof__portrait figcaption { position: absolute; right: 0; bottom: 24px; padding: 12px 18px; background: #fff; color: #172f34; }
.ie-alan-proof__portrait figcaption strong,
.ie-alan-proof__portrait figcaption span { display: block; }
.ie-alan-proof__portrait figcaption span { margin-top: 2px; color: #526a6f; font-size: .8rem; }

.iedp,
.iedp * { box-sizing: border-box; min-width: 0; letter-spacing: 0; }
.iedp button,
.iedp input { font: inherit; }
.iedp button { cursor: pointer; }
.iedp [hidden] { display: none !important; }

.iedp__form {
  overflow: hidden;
  border: 1px solid rgba(12, 62, 67, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px -44px rgba(13, 53, 58, .58);
}

.iedp__hero {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: #bde7ef;
}

.iedp:not([data-screen="location"]) .iedp__hero { display: none; }
.iedp__sky { position: absolute; inset: 0; overflow: hidden; isolation: isolate; }
.iedp__sky-cycle,
.iedp__sun,
.iedp__moon,
.iedp__stars,
.iedp__cloud,
.iedp__roof { position: absolute; }

.iedp__sky-cycle {
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.62), transparent 50%), linear-gradient(180deg, #bde7ef 0%, #eefafa 58%, #d8ece8 100%);
}
.iedp__sky-cycle::before,
.iedp__sky-cycle::after { position: absolute; inset: 0; content: ""; opacity: 0; }
.iedp__sky-cycle::before { background: linear-gradient(180deg, #f4a970 0%, #f9d39c 42%, #9ab8c9 100%); }
.iedp__sky-cycle::after { background: linear-gradient(180deg, #102b45 0%, #263f61 58%, #526b78 100%); }

.iedp.motion-ready:not(.motion-paused) .iedp__sky-cycle::before { animation: iedpSkyWarm 52s linear infinite -18s; }
.iedp.motion-ready:not(.motion-paused) .iedp__sky-cycle::after { animation: iedpSkyNight 52s linear infinite -18s; }
.iedp__sun,
.iedp__moon { top: 50%; left: 50%; width: 68px; height: 68px; border-radius: 50%; }
.iedp__sun { background: #ffb530; box-shadow: 0 0 42px rgba(255,181,48,.5); transform: translate(-58px,-148px); }
.iedp.motion-ready:not(.motion-paused) .iedp__sun { animation: iedpSun 52s linear infinite -18s; }
.iedp__moon { opacity: 0; background: #f4f7fb; box-shadow: inset -14px 4px 0 #d9e1ef, 0 0 34px rgba(255,255,255,.45); }
.iedp.motion-ready:not(.motion-paused) .iedp__moon { animation: iedpMoon 52s linear infinite -18s; }

.iedp__stars { inset: 0; opacity: 0; }
.iedp.motion-ready:not(.motion-paused) .iedp__stars { animation: iedpStars 52s linear infinite -18s; }
.iedp__stars i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 7px #fff; }
.iedp__stars i:nth-child(1) { top: 14%; left: 18%; }.iedp__stars i:nth-child(2) { top: 24%; left: 38%; }.iedp__stars i:nth-child(3) { top: 11%; left: 64%; }.iedp__stars i:nth-child(4) { top: 31%; left: 78%; }.iedp__stars i:nth-child(5) { top: 42%; left: 25%; }.iedp__stars i:nth-child(6) { top: 48%; left: 58%; }.iedp__stars i:nth-child(7) { top: 20%; left: 88%; }.iedp__stars i:nth-child(8) { top: 56%; left: 82%; }.iedp__stars i:nth-child(9) { top: 36%; left: 10%; }.iedp__stars i:nth-child(10) { top: 8%; left: 48%; }

.iedp__cloud { width: 142px; height: 42px; border-radius: 999px; background: rgba(255,255,255,.72); }
.iedp__cloud::before,
.iedp__cloud::after { position: absolute; border-radius: 50%; background: inherit; content: ""; }
.iedp__cloud::before { top: -22px; left: 24px; width: 58px; height: 58px; }
.iedp__cloud::after { top: -14px; right: 24px; width: 45px; height: 45px; }
.iedp__cloud--one { top: 26%; left: -170px; }
.iedp__cloud--two { top: 54%; left: 67%; width: 105px; height: 34px; opacity: .58; }
.iedp.motion-ready:not(.motion-paused) .iedp__cloud--one { animation: iedpCloudOne 56s linear infinite; }
.iedp.motion-ready:not(.motion-paused) .iedp__cloud--two { animation: iedpCloudTwo 64s linear infinite; }

.iedp__roof { left: 8%; right: 5%; bottom: -30px; height: 150px; transform: perspective(500px) rotateX(54deg); transform-origin: bottom; background: #283b42; box-shadow: 0 -10px 34px rgba(16,43,69,.25); }
.iedp__roof span { position: absolute; inset: 18px 8% 26px; background: repeating-linear-gradient(90deg, transparent 0 23.6%, rgba(205,236,244,.5) 24% 24.6%), repeating-linear-gradient(0deg, transparent 0 46%, rgba(205,236,244,.35) 47% 48%), #132d49; border: 2px solid #789aab; box-shadow: inset 0 0 28px rgba(67,157,193,.28); }

.iedp__hero-copy {
  position: absolute;
  z-index: 2;
  inset: 0 0 0 auto;
  display: flex;
  width: min(640px, 60%);
  flex-direction: column;
  justify-content: center;
  padding: 38px clamp(30px, 5vw, 68px) 38px clamp(76px, 8vw, 118px);
  background: linear-gradient(90deg, rgba(10,63,68,0) 0%, rgba(10,63,68,.78) 18%, rgba(10,63,68,.96) 48%);
}
.iedp__eyebrow,
.iedp__kicker { margin: 0 0 8px; color: var(--iedp-teal); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.iedp__hero-copy .iedp__eyebrow { color: #9edfe2; }
.iedp__hero-copy h1,
.iedp__hero-copy h2,
.iedp__hero-copy h3 { margin: 0; color: #fff; font-family: "League Spartan", Inter, sans-serif; font-size: clamp(2.25rem, 4vw, 4.4rem); line-height: .94; text-shadow: 0 2px 18px rgba(5,36,40,.28); }
.iedp__lead { max-width: 32rem; margin: 18px 0 24px; color: #e8f7f6; font-size: 1.06rem; line-height: 1.5; }
.iedp__proof { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.28); }
.iedp__proof span { padding: 12px; background: rgba(7,52,56,.62); color: #d8eeee; font-size: .74rem; line-height: 1.25; }
.iedp__proof strong { display: block; margin-bottom: 3px; color: #fff; font-size: 1rem; }

.iedp__surface { width: min(760px, 100%); min-height: 470px; margin-inline: auto; padding: 42px clamp(24px, 5vw, 68px) 48px; }
.iedp__progress { margin-bottom: 30px; }
.iedp__progress > div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 8px; font-size: .82rem; color: var(--iedp-muted); }
.iedp__progress strong { color: var(--iedp-ink); }
.iedp__progress progress { display: block; width: 100%; height: 6px; overflow: hidden; border: 0; border-radius: 3px; background: var(--iedp-soft); }
.iedp__progress progress::-webkit-progress-bar { background: var(--iedp-soft); }.iedp__progress progress::-webkit-progress-value { background: var(--iedp-teal); }.iedp__progress progress::-moz-progress-bar { background: var(--iedp-teal); }

.iedp__screen { display: none; }
.iedp__screen.is-active { display: block; animation: iedpEnter .22s ease both; }
.iedp__intro { margin-bottom: 24px; }
.iedp__intro h2 { margin: 0 0 8px; color: var(--iedp-ink); font-family: "League Spartan", Inter, sans-serif; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.02; }
.iedp__intro h2[tabindex="-1"]:focus { outline: none; }
.iedp__intro p:last-child { margin: 0; color: var(--iedp-muted); line-height: 1.5; }

.iedp__field { display: grid; gap: 7px; color: var(--iedp-ink); font-size: .88rem; font-weight: 700; }
.iedp__field input { min-height: 50px; width: 100%; padding: 0 14px; border: 1px solid #9eb4b7; border-radius: 6px; background: #fff; color: var(--iedp-ink); }
.iedp__field input:focus,
.iedp button:focus-visible,
.iedp summary:focus-visible { outline: 3px solid rgba(241,161,42,.55); outline-offset: 2px; }
.iedp__input-action { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.iedp__input-action button,
.iedp__button { min-height: 50px; padding: 0 22px; border: 1px solid var(--iedp-teal); border-radius: 6px; background: var(--iedp-teal); color: #fff; font-weight: 800; }
.iedp__input-action button:hover,
.iedp__button:hover { background: var(--iedp-teal-dark); }
.iedp__button--secondary { background: #fff; color: var(--iedp-teal-dark); }
.iedp__back { min-width: 44px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--iedp-teal-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.iedp__service-area,
.iedp__equipment { margin-top: 12px; color: var(--iedp-muted); font-size: .86rem; }
.iedp__service-area summary,
.iedp__equipment summary { color: var(--iedp-teal-dark); font-weight: 750; cursor: pointer; }
.iedp__service-area p { margin: 10px 0 0; line-height: 1.5; }
.iedp__area-result { margin-top: 20px; padding: 18px; border-left: 4px solid var(--iedp-amber); background: #fff6e7; }
.iedp__area-result strong { font-size: 1.1rem; }.iedp__area-result p { margin: 6px 0 16px; color: #4a5152; line-height: 1.45; }
.iedp__area-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.iedp__routes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.iedp__route,
.iedp__choices button { display: grid; align-content: start; gap: 7px; min-height: 142px; padding: 20px; border: 1px solid var(--iedp-line); border-radius: 8px; background: #fff; color: var(--iedp-ink); text-align: left; }
.iedp__route:hover,
.iedp__choices button:hover { border-color: var(--iedp-teal); background: var(--iedp-soft); }
.iedp__route--primary { border: 2px solid var(--iedp-teal); background: var(--iedp-soft); }
.iedp__route span { color: var(--iedp-teal); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.iedp__route strong,
.iedp__choices strong { font-size: 1.08rem; line-height: 1.2; }
.iedp__route small,
.iedp__choices span { color: var(--iedp-muted); font-size: .84rem; line-height: 1.4; }

.iedp__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; border: 0; }
.iedp__choices button { min-height: 112px; }
.iedp__choices button.is-selected { border: 2px solid var(--iedp-teal); background: var(--iedp-soft); box-shadow: inset 4px 0 0 var(--iedp-amber); }
.iedp__choices--goals button { min-height: 100px; }
.iedp__nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 26px; }

.iedp__bill { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid var(--iedp-line); border-radius: 8px; background: var(--iedp-soft); font-weight: 750; }
.iedp__bill div { display: flex; align-items: center; gap: 8px; }
.iedp__bill b { font-size: 1.4rem; }.iedp__bill input { width: 112px; min-height: 46px; padding: 0 10px; border: 1px solid #9eb4b7; border-radius: 6px; background: #fff; font-size: 1.15rem; font-weight: 800; }
.iedp__range { width: 100%; margin: 20px 0 24px; accent-color: var(--iedp-teal); }
.iedp__segments { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; border: 0; }
.iedp__segments legend { width: 100%; margin-bottom: 8px; font-weight: 750; }
.iedp__segments button { min-height: 44px; padding: 0 14px; border: 1px solid var(--iedp-line); border-radius: 6px; background: #fff; color: var(--iedp-ink); }
.iedp__segments button.is-selected { border-color: var(--iedp-teal); background: var(--iedp-teal); color: #fff; }

.iedp__equipment { padding-top: 16px; border-top: 1px solid var(--iedp-line); }
.iedp__equipment fieldset { display: flex; flex-wrap: wrap; gap: 14px; margin: 14px 0 0; padding: 14px; border: 1px solid var(--iedp-line); border-radius: 6px; }
.iedp__equipment legend { padding: 0 4px; color: var(--iedp-ink); font-weight: 750; }
.iedp__equipment label { color: var(--iedp-ink); }

.iedp__estimate { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 0 0 24px; border: 1px solid var(--iedp-teal-dark); background: var(--iedp-teal-dark); color: #fff; }
.iedp__estimate > div { padding: 16px; background: var(--iedp-teal-dark); }
.iedp__estimate small { display: block; min-height: 32px; color: #d6eeee; line-height: 1.3; }
.iedp__estimate strong { display: block; margin-top: 5px; color: #fff; font-size: 1.3rem; }
.iedp__estimate > p { grid-column: 1 / -1; margin: 0; padding: 12px 16px; background: #fff7e8; color: #3d4647; font-size: .78rem; line-height: 1.45; }
.iedp[data-route="survey"] .iedp__estimate { display: none; }
.iedp__research-save { margin: 0 0 28px; padding: 22px; border: 1px solid #629fa6; border-radius: 8px; background: #f4fbfb; }
.iedp__research-save .iedp__guide-disclaimer { margin: 0 0 18px; padding: 14px; border-left: 4px solid var(--iedp-amber); background: #fff7e8; color: #3d4647; font-weight: 700; }
.iedp__research-save h3 { margin: 0 0 7px; color: var(--iedp-ink); font-size: 1.25rem; line-height: 1.2; }
.iedp__research-save > p { margin: 0 0 16px; color: var(--iedp-muted); font-size: .9rem; line-height: 1.5; }
.iedp__contact-grid--research { margin-bottom: 14px; }
.iedp__contact-grid--research .iedp__field:first-child { grid-column: auto; }
.iedp__research-save .iedp__marketing { margin-top: 14px; }
.iedp__research-save .iedp__privacy { margin: 14px 0; }
.iedp__research-save-button { width: 100%; }
.iedp__research-status { min-height: 24px; margin: 12px 0 0 !important; color: var(--iedp-muted); font-size: .88rem; font-weight: 700; }
.iedp__research-status.is-error { color: #a42d25; }
.iedp[data-screen="route"] .iedp__surface,
.iedp[data-route="survey"][data-screen="contact"] .iedp__surface { min-height: 0; }
.iedp__contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.iedp__contact-grid .iedp__field:first-child { grid-column: 1 / -1; }
/* Estimate first: presentation only. Keep calculations, consent and submission rules unchanged. */
.iedp__call-option { margin: 0 0 18px; color: #325859; font-size: .9rem; line-height: 1.5; }
.iedp__call-option a { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 0; color: #325859; font-weight: 700; text-underline-offset: 3px; }
.iedp__call-option a:focus-visible { outline: 3px solid #325859; outline-offset: 3px; }
.iedp__survey-intro { margin: 28px 0 20px; padding-top: 24px; border-top: 1px solid #629fa6; }
.iedp__survey-intro h3 { margin: 0 0 8px; color: #325859; font-size: 1.4rem; line-height: 1.2; }
.iedp__survey-intro p { margin: 0; color: #325859; line-height: 1.5; }
.iedp__survey-submit { width: 100%; margin-top: 18px; }
.iedp__estimate { scroll-margin-top: 180px; }
@media (max-width: 780px) {
  .iedp__estimate { scroll-margin-top: 110px; }
}
.iedp__marketing { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin-top: 18px; color: var(--iedp-muted); font-size: .84rem; line-height: 1.45; }
.iedp__marketing input { width: 20px; height: 20px; margin: 0; accent-color: var(--iedp-teal); }
.iedp__privacy { color: var(--iedp-muted); font-size: .78rem; line-height: 1.45; }.iedp__privacy a { color: var(--iedp-teal-dark); }
.iedp__estimate-gate { display: grid; gap: 12px; margin: 22px 0 18px; padding: 18px; border: 1px solid var(--iedp-line); border-radius: 6px; background: var(--iedp-soft); }
.iedp__estimate-gate > strong { color: var(--iedp-ink); font-size: 1.05rem; }
.iedp__estimate-gate > p { margin: 0; color: var(--iedp-muted); font-size: .84rem; line-height: 1.5; }
.iedp__estimate-gate > label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: var(--iedp-ink); font-size: .84rem; line-height: 1.45; }
.iedp__estimate-gate input { width: 20px; height: 20px; margin: 0; accent-color: var(--iedp-teal); }
.iedp__estimate-gate .iedp__button { justify-self: start; }
.iedp__estimate-gate .iedp__button:disabled { cursor: not-allowed; border-color: #9eb4b7; background: #e4ecec; color: #647a7e; }
.iedp[data-route="survey"] .iedp__estimate-gate { display: none; }
.iedp__status { min-height: 24px; margin: 16px 0 0; color: var(--iedp-muted); font-weight: 700; }.iedp__status.is-error { color: #a42d25; }
.iedp__success { padding-block: 36px; text-align: center; }.iedp__success h2 { margin: 0 0 10px; }.iedp__success p:last-child { color: var(--iedp-muted); line-height: 1.5; }

@keyframes iedpEnter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes iedpSkyWarm { 0%,36%,100% { opacity: 0; } 12%,58% { opacity: .72; } 70% { opacity: .26; } }
@keyframes iedpSkyNight { 0%,58%,100% { opacity: 0; } 78%,88% { opacity: 1; } }
@keyframes iedpSun { 0% { opacity:.06; transform:translate(-330px,98px) scale(.82); } 18% { opacity:1; transform:translate(-160px,-80px) scale(.96); } 42% { opacity:1; transform:translate(68px,-178px) scale(1.03); } 66% { opacity:.74; transform:translate(292px,-28px) scale(.91); } 74%,100% { opacity:0; transform:translate(350px,86px) scale(.82); } }
@keyframes iedpMoon { 0%,54% { opacity:0; transform:translate(-360px,82px) scale(.82); } 72% { opacity:1; transform:translate(-150px,-122px) scale(.96); } 84% { opacity:1; transform:translate(-12px,-190px) scale(1.01); } 100% { opacity:0; transform:translate(326px,54px) scale(.82); } }
@keyframes iedpStars { 0%,62% { opacity:0; } 82%,86% { opacity:1; } 100% { opacity:0; } }
@keyframes iedpCloudOne { from { transform:translateX(0); } to { transform:translateX(860px); } }
@keyframes iedpCloudTwo { from { transform:translateX(0); } to { transform:translateX(-760px); } }

@media (max-width: 780px) {
  .ie-quote-hero--dual-path { padding-block: 0 !important; }
  .ie-quote-proof-band__inner { grid-template-columns: 1fr; }
  .ie-alan-proof__inner { grid-template-columns: 1fr; gap: 0; }
  .ie-alan-proof__copy { padding-block: 42px; }
  .ie-alan-proof h2 { font-size: 2.55rem; }
  .ie-alan-proof__portrait { min-height: 340px; }
  .ie-alan-proof__portrait img { max-height: 360px; }
  .iedp { width: 100%; scroll-margin-top: 110px; }
  .iedp__form { border-inline: 0; border-radius: 0; }
  .iedp__hero { min-height: 350px; }
  .iedp__sky { min-height: 0; }
  .iedp__roof { left: -8%; right: -8%; bottom: -38px; }
  .iedp__hero-copy { inset: 0; width: 100%; justify-content: flex-start; padding: 24px 18px 28px; background: linear-gradient(180deg, rgba(8,54,59,.94) 0%, rgba(8,54,59,.76) 58%, rgba(8,54,59,.18) 100%); }
  .iedp__hero-copy h1,.iedp__hero-copy h2,.iedp__hero-copy h3 { font-size: 2.35rem; }
  .iedp__lead { max-width: 36rem; margin: 10px 0 14px; font-size: .92rem; line-height: 1.42; }
  .iedp__proof { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .iedp__proof span { padding: 10px 7px; font-size: .66rem; }
  .iedp__proof strong { font-size: .9rem; }
  .iedp__surface { min-height: 470px; padding: 24px 18px 34px; }
  .iedp__routes,
  .iedp__choices { grid-template-columns: 1fr; }
  .iedp__route { min-height: 112px; }
  .iedp__choices button { min-height: 90px; }
  .iedp__estimate { grid-template-columns: 1fr; }
  .iedp__estimate > p { grid-column: auto; }
  .iedp__contact-grid { grid-template-columns: 1fr; }
  .iedp__contact-grid .iedp__field:first-child { grid-column: auto; }
  .iedp__research-save { padding: 18px; }
}

@media (max-width: 390px) {
  .iedp__hero-copy h1,.iedp__hero-copy h2,.iedp__hero-copy h3 { font-size: 2.2rem; }
  .iedp__proof strong { font-size: .8rem; }
  .iedp__surface { padding-inline: 16px; }
  .iedp__bill { align-items: flex-start; flex-direction: column; }
  .iedp__bill div,.iedp__bill input { width: 100%; }
}

@media (max-width: 340px) {
  .iedp__input-action { grid-template-columns: 1fr; }
  .iedp__input-action button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .iedp *, .iedp *::before, .iedp *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
