@font-face {
  font-family: "IPWH Homepage Icons";
  src: url("../fonts/fa-solid-homepage-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

.ipwh-home {
  --ipwh-home-brand: #81221f;
  --ipwh-home-brand-bright: #a83a35;
  --ipwh-home-brand-soft: #f8eceb;
  --ipwh-home-ink: #111827;
  --ipwh-home-navy: #08111f;
  --ipwh-home-muted: #5f6878;
  --ipwh-home-line: #e4e7ec;
  --ipwh-home-soft: #f5f6f8;
  --ipwh-home-white: #ffffff;
  overflow: clip;
  color: var(--ipwh-home-ink);
  background: var(--ipwh-home-white);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.ipwh-home *,
.ipwh-home *::before,
.ipwh-home *::after { box-sizing: border-box; }
.ipwh-home a { color: inherit; }
.ipwh-home img { display: block; max-width: 100%; }
.ipwh-home-wrap { width: min(1200px, calc(100% - 44px)); margin: 0 auto; }

.ipwh-home-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(650px, 72svh, 900px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--ipwh-home-navy);
}
.ipwh-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,12,23,.97) 0%, rgba(5,12,23,.88) 44%, rgba(5,12,23,.42) 72%, rgba(5,12,23,.44) 100%),
    linear-gradient(180deg, rgba(5,12,23,.18), rgba(5,12,23,.72));
}
.ipwh-home-hero::after {
  content: none;
}
.ipwh-home-hero-media { position: absolute; inset: 0 -6vw; z-index: -2; }
.ipwh-home-hero-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ipwh-home-hero-grid { position: relative; display: grid; grid-template-columns: 1fr; width: min(1760px, calc(100% - 80px)); align-items: center; padding: 70px 0; }
.ipwh-home-hero-copy { width: 100%; max-width: 980px; margin: 0; text-align: left; animation: ipwh-home-load-copy .76s cubic-bezier(.22,1,.36,1) both; }
.ipwh-home-eyebrow,
.ipwh-home-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--ipwh-home-brand); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ipwh-home-eyebrow { display: flex; width: 100%; justify-content: flex-start; margin-bottom: 25px; color: #f0b8b5; text-align: left; }
.ipwh-home-eyebrow::before,
.ipwh-home-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.ipwh-home-hero h1 { max-width: 940px; margin: 0; color: #fff; font-size: clamp(54px, 6.3vw, 88px); line-height: .94; letter-spacing: -.055em; }
.ipwh-home-hero h1 span { color: #e49a96; }
.ipwh-home-hero-lead { max-width: 760px; margin: 28px 0 0; color: #d4d9e2; font-size: clamp(18px, 1.7vw, 21px); line-height: 1.65; }
.ipwh-home-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.ipwh-home-domain-bar { position: relative; z-index: 4; padding: 14px 0; border-bottom: 1px solid #dfe3e9; background: #f5f6f8; }
.ipwh-home-domain-bar[hidden] { display: none; }
.ipwh-home-domain-bar-inner { display: grid; width: min(1760px, calc(100% - 80px)); margin: 0 auto; grid-template-columns: minmax(0,1fr) auto auto; gap: 16px; align-items: center; }
.ipwh-home-domain-search-form { display: grid; min-width: 0; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 7px; border: 1px solid #d9dde4; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(17,24,39,.09); transition: border-color .2s ease, box-shadow .2s ease; }
.ipwh-home-domain-search-form:focus-within { border-color: #b65a56; box-shadow: 0 0 0 4px rgba(129,34,31,.11), 0 10px 28px rgba(17,24,39,.09); }
.ipwh-home-domain-search-input { width: 100%; min-width: 0; min-height: 52px; padding: 0 15px; border: 0; outline: 0; color: var(--ipwh-home-ink); background: transparent; font: inherit; font-size: 16px; }
.ipwh-home-domain-search-input::placeholder { color: #667085; opacity: 1; }
.ipwh-home-domain-search-button { min-height: 52px; padding: 0 23px; border: 1px solid var(--ipwh-home-brand); border-radius: 9px; color: #fff; background: var(--ipwh-home-brand); box-shadow: 0 10px 24px rgba(129,34,31,.24); font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.ipwh-home-domain-search-button:hover { border-color: #982d29; background: #982d29; transform: translateY(-1px); }
.ipwh-home-domain-search-button:focus-visible { outline: 3px solid #e6a19e; outline-offset: 3px; }
.ipwh-home-domain-button-short { display: none; }
.ipwh-home-domain-promo { display: flex; min-width: 255px; gap: 12px; align-items: center; padding: 4px 2px; color: var(--ipwh-home-ink) !important; text-decoration: none !important; }
.ipwh-home-domain-promo-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 12px; color: var(--ipwh-home-brand); background: #f8e9e8; font-family: "IPWH Homepage Icons"; font-size: 18px; font-weight: 900; }
.ipwh-home-domain-promo-copy { display: grid; line-height: 1.22; }
.ipwh-home-domain-promo-copy small { color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ipwh-home-domain-promo-copy strong { margin-top: 2px; color: var(--ipwh-home-ink); font-size: 15px; }
.ipwh-home-domain-promo-copy > span { margin-top: 3px; color: #5f6878; font-size: 12px; }
.ipwh-home-domain-promo:hover strong { color: var(--ipwh-home-brand); }
.ipwh-home-domain-promo:focus-visible { outline: 3px solid rgba(129,34,31,.28); outline-offset: 4px; border-radius: 10px; }
.ipwh-home-domain-bar-close { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid #d4d9e1; border-radius: 11px; color: #4d5665; background: #fff; font: 400 26px/1 Arial,sans-serif; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.ipwh-home-domain-bar-close:hover { border-color: #b65a56; color: var(--ipwh-home-brand); background: #fff7f5; transform: translateY(-1px); }
.ipwh-home-domain-bar-close:focus-visible { outline: 3px solid rgba(129,34,31,.28); outline-offset: 3px; }

[data-ipwh-theme="dark"] .ipwh-home-domain-bar { border-color: #2b3748; background: #0d1624; }
[data-ipwh-theme="dark"] .ipwh-home-domain-search-form { border-color: #354356; background: #121e2e; box-shadow: 0 10px 28px rgba(0,0,0,.3); }
[data-ipwh-theme="dark"] .ipwh-home-domain-search-form:focus-within { border-color: #d1837f; box-shadow: 0 0 0 4px rgba(209,131,127,.15), 0 10px 28px rgba(0,0,0,.3); }
[data-ipwh-theme="dark"] .ipwh-home-domain-search-input { color: #f3f6fb; }
[data-ipwh-theme="dark"] .ipwh-home-domain-search-input::placeholder { color: #9fabbc; }
[data-ipwh-theme="dark"] .ipwh-home-domain-promo { color: #f3f6fb !important; }
[data-ipwh-theme="dark"] .ipwh-home-domain-promo-icon { color: #efaaa6; background: #321d23; }
[data-ipwh-theme="dark"] .ipwh-home-domain-promo-copy small,
[data-ipwh-theme="dark"] .ipwh-home-domain-promo-copy > span { color: #aeb9c9; }
[data-ipwh-theme="dark"] .ipwh-home-domain-promo-copy strong { color: #f3f6fb; }
[data-ipwh-theme="dark"] .ipwh-home-domain-promo:hover strong { color: #efaaa6; }
[data-ipwh-theme="dark"] .ipwh-home-domain-bar-close { border-color: #354356; color: #c2cad6; background: #121e2e; }
[data-ipwh-theme="dark"] .ipwh-home-domain-bar-close:hover { border-color: #d1837f; color: #fff; background: #321d23; }
.ipwh-home-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 32px; }
.ipwh-home-hero-copy .ipwh-home-actions { justify-content: flex-start; }
.ipwh-home-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none !important; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ipwh-home-button:hover { transform: translateY(-2px); }
.ipwh-home-button:focus-visible,
.ipwh-home-text-link:focus-visible,
.ipwh-home-link-cloud a:focus-visible,
.ipwh-home-product-links a:focus-visible,
.ipwh-home-infra-card:focus-visible,
.ipwh-home-support-facts a:focus-visible,
.ipwh-home-faq-list summary:focus-visible { outline: 3px solid #e6a19e; outline-offset: 3px; }
.ipwh-home-button-primary { color: #fff !important; background: var(--ipwh-home-brand); box-shadow: 0 16px 32px rgba(129,34,31,.34); }
.ipwh-home-button-primary:hover { background: #982d29; }
.ipwh-home-button-ghost { color: #fff !important; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.ipwh-home-button-ghost:hover { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.12); }
.ipwh-home-button-dark { color: #fff !important; background: var(--ipwh-home-navy); }
.ipwh-home-button-dark:hover { background: #192436; }
.ipwh-home-button-light { color: var(--ipwh-home-brand) !important; background: #fff; }
.ipwh-home-hero-proof { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-start; margin: 22px 0 0; padding: 0; list-style: none; color: #c8ced8; font-size: 13px; font-weight: 700; }
.ipwh-home-hero-proof li { display: flex; gap: 8px; align-items: center; }
.ipwh-home-hero-proof li span { display: grid; width: 19px; height: 19px; flex: 0 0 19px; place-items: center; border-radius: 50%; color: #72e2aa; background: rgba(80,216,144,.17); font-size: 12px; font-weight: 900; line-height: 1; }

@media (min-width: 1061px) {
  .ipwh-home-hero-copy { display: grid; min-height: 390px; align-content: space-between; }
  .ipwh-home-hero-copy .ipwh-home-eyebrow,
  .ipwh-home-hero-copy .ipwh-home-hero-lead,
  .ipwh-home-hero-copy .ipwh-home-actions,
  .ipwh-home-hero-copy .ipwh-home-hero-proof { margin-top: 0; margin-bottom: 0; }
}

/* Compact desktop hero: preserve the full composition on laptops without
   letting the headline, spacing, or proof row crowd the available canvas. */
@media (min-width: 1201px) and (max-width: 1500px) {
  .ipwh-home-hero-grid {
    width: min(1320px, calc(100% - clamp(128px, 13vw, 192px)));
    padding: 56px 0;
  }

  .ipwh-home-hero-copy {
    max-width: 860px;
    min-height: 350px;
  }

  .ipwh-home-hero h1 {
    max-width: 850px;
    font-size: clamp(64px, 5.4vw, 82px);
    line-height: .96;
  }

  .ipwh-home-hero-lead {
    max-width: 680px;
    font-size: clamp(17px, 1.4vw, 19px);
  }

  .ipwh-home-actions {
    gap: 10px;
  }

  .ipwh-home-hero .ipwh-home-button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .ipwh-home-hero-proof {
    gap: 14px;
    font-size: 12px;
  }
}

@media (min-width: 1061px) and (max-width: 1200px) {
  .ipwh-home-hero-grid {
    width: min(1120px, calc(100% - clamp(128px, 13vw, 192px)));
    padding: 56px 0;
  }

  .ipwh-home-hero-copy {
    max-width: 780px;
    min-height: 350px;
  }

  .ipwh-home-hero h1 {
    max-width: 760px;
    font-size: clamp(56px, 5.5vw, 66px);
    line-height: .97;
  }

  .ipwh-home-hero-lead {
    max-width: 680px;
    font-size: 18px;
  }

  .ipwh-home-hero .ipwh-home-button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .ipwh-home-hero-proof {
    gap: 12px 16px;
    font-size: 12px;
  }
}

.ipwh-home-support-image > span i { width: 7px; height: 7px; border-radius: 50%; background: #50d890; box-shadow: 0 0 0 5px rgba(80,216,144,.12); }
.ipwh-home-scroll { position: absolute; bottom: 25px; left: 50%; display: flex; gap: 9px; align-items: center; transform: translateX(-50%); color: #aeb7c5 !important; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none !important; text-transform: uppercase; }


@keyframes ipwh-home-load-copy {
  from { opacity: 0; transform: translateY(24px); filter: blur(5px); }
  to { opacity: 1; transform: none; filter: none; }
}

.ipwh-home-trust { border-bottom: 1px solid #dfe3e9; background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%); }
.ipwh-home-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ipwh-home-trust-grid > div { display: flex; min-width: 0; min-height: 132px; flex-direction: row; gap: 16px; align-items: center; justify-content: flex-start; padding: 28px 26px; border-right: 1px solid #dfe3e9; }
.ipwh-home-trust-grid > div:first-child { padding-left: 0; }
.ipwh-home-trust-grid > div:last-child { border-right: 0; }
.ipwh-home-trust-grid p { display: flex; flex-direction: column; margin: 0; }
.ipwh-home-trust-grid strong { color: var(--ipwh-home-ink); font-size: 18px; font-weight: 800; line-height: 1.15; }
.ipwh-home-trust-grid p span { margin-top: 3px; color: #4f5969; font-size: 12px; line-height: 1.35; }
.ipwh-home-proof-icon { display: grid; flex: 0 0 50px; width: 50px; height: 50px; place-items: center; border: 1px solid #e4bcb9; border-radius: 14px; color: var(--ipwh-home-brand); background: #faeceb; box-shadow: 0 7px 18px rgba(129,34,31,.08); font-family: "IPWH Homepage Icons"; font-size: 20px; font-weight: 900; }
.ipwh-home-google-mark { display: grid; flex: 0 0 78px; width: 78px; height: 50px; place-items: center; }
.ipwh-home-google-mark img { width: 64px; height: auto; }
.ipwh-home-google-rating p { min-width: 0; }
.ipwh-home-google-rating p a { display: grid; min-width: 0; grid-template-columns: auto 1fr; column-gap: 7px; align-items: center; }
.ipwh-home-google-rating .ipwh-home-google-stars { color: #ed9700; font-size: 12px; line-height: 1; letter-spacing: .02em; white-space: nowrap; }
.ipwh-home-google-rating small { grid-column: 1 / -1; margin-top: 4px; color: #4f5969; font-size: 11px; line-height: 1.2; }


.ipwh-home-section { padding: 116px 0; }
.ipwh-home-heading { max-width: 800px; margin: 0 auto 56px; text-align: center; }
.ipwh-home-heading h2,
.ipwh-home-platform-copy h2,
.ipwh-home-support-copy h2,
.ipwh-home-migration-copy h2,
.ipwh-home-faq-intro h2 { margin: 12px 0 0; color: var(--ipwh-home-ink); font-size: clamp(36px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.ipwh-home-heading > p { max-width: 690px; margin: 20px auto 0; color: var(--ipwh-home-muted); font-size: 17px; }
.ipwh-home-heading-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; max-width: none; align-items: end; text-align: left; }
.ipwh-home-heading-split h2 { max-width: 700px; }
.ipwh-home-heading-split > p { margin: 0 0 6px; }

.ipwh-home-solutions {
  background: #fff;
  scroll-margin-top: 120px;
}
.ipwh-home-guide-goals { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 18px; }
.ipwh-home-guide-goal { display: grid; min-height: 112px; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 17px; border: 1px solid var(--ipwh-home-line); border-radius: 16px; color: var(--ipwh-home-ink); background: #fff; font: inherit; font-size: 13px; font-weight: 800; line-height: 1.35; text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease; }
.ipwh-home-guide-goal > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--ipwh-home-brand); background: #f7eceb; font-family: "IPWH Homepage Icons"; font-size: 16px; font-weight: 900; }
.ipwh-home-guide-goal > span img { display: block; width: 24px; height: 24px; object-fit: contain; }
.ipwh-home-guide-goal:hover { transform: translateY(-2px); border-color: #d7a5a2; box-shadow: 0 12px 26px rgba(15,23,42,.08); }
.ipwh-home-guide-goal[aria-selected="true"] { border-color: var(--ipwh-home-brand); color: #fff; background: var(--ipwh-home-brand); box-shadow: 0 15px 32px rgba(129,34,31,.2); }
.ipwh-home-guide-goal[aria-selected="true"] > span { color: #fff; background: rgba(255,255,255,.13); }
.ipwh-home-guide-goal:focus-visible { outline: 3px solid #e8aaa7; outline-offset: 3px; }
.ipwh-home-guide-result { padding: 38px; border: 1px solid #dce1e8; border-radius: 22px; background: linear-gradient(145deg, #f7f8fa 0%, #fff 68%); box-shadow: 0 20px 50px rgba(15,23,42,.07); }
.ipwh-home-guide-result[hidden] { display: none; }
.ipwh-home-guide-result-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; margin-bottom: 28px; }
.ipwh-home-card-label { color: var(--ipwh-home-brand); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ipwh-home-guide-result-heading h3 { margin: 9px 0 0; color: var(--ipwh-home-ink); font-size: clamp(28px, 3.3vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.ipwh-home-guide-result-heading > p { margin: 0; color: var(--ipwh-home-muted); font-size: 16px; }
.ipwh-home-guide-stack { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.ipwh-home-guide-card { display: flex; min-width: 0; min-height: 300px; flex-direction: column; padding: 26px; border: 1px solid #dce1e8; border-radius: 17px; color: var(--ipwh-home-ink) !important; background: #fff; text-decoration: none !important; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ipwh-home-guide-card:hover { transform: translateY(-3px); border-color: #d7a5a2; box-shadow: 0 15px 32px rgba(15,23,42,.1); }
.ipwh-home-guide-stage { color: var(--ipwh-home-brand); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ipwh-home-guide-product-heading { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.ipwh-home-guide-product-heading > strong { font-size: 22px; line-height: 1.2; }
.ipwh-home-guide-product-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(129,34,31,.16); border-radius: 12px; background: #f8eceb; color: var(--ipwh-home-brand); font-family: "IPWH Homepage Icons"; font-size: 18px; font-style: normal; line-height: 1; }
.ipwh-home-guide-product-icon img { display: block; width: 24px; height: 24px; object-fit: contain; }
.ipwh-home-guide-or { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 44px; height: 44px; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(129,34,31,.24); border-radius: 999px; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.14); color: var(--ipwh-home-brand); font-size: 12px; font-weight: 800; letter-spacing: .08em; pointer-events: none; }
.ipwh-home-guide-card > p { margin: 10px 0 18px; color: var(--ipwh-home-muted); font-size: 14px; }
.ipwh-home-guide-price { margin-top: auto; color: #4f5d73; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ipwh-home-guide-price b { margin-left: 4px; color: var(--ipwh-home-ink); font-size: 25px; letter-spacing: -.03em; text-transform: none; }
.ipwh-home-guide-card > small { display: block; min-height: 36px; margin-top: 6px; color: #647087; font-size: 11px; line-height: 1.45; }
.ipwh-home-domain-offer { position: relative; display: inline-flex; width: fit-content; align-items: center; gap: 6px; margin-top: 7px; border-bottom: 1px dashed currentColor; color: var(--ipwh-home-brand); font-size: 12px; font-weight: 800; line-height: 1.45; cursor: help; }
.ipwh-home-domain-offer::before { content: "\2713"; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 999px; background: #f8eceb; font-size: 10px; line-height: 1; }
.ipwh-home-domain-tooltip { position: absolute; z-index: 8; bottom: calc(100% + 11px); left: 0; width: min(290px, calc(100vw - 56px)); padding: 14px 15px; border-radius: 12px; background: linear-gradient(135deg, #81221f, #571411); box-shadow: 0 16px 34px rgba(40,12,11,.25); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.55; opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; pointer-events: none; }
.ipwh-home-domain-tooltip::after { content: ""; position: absolute; top: 100%; left: 22px; border: 7px solid transparent; border-top-color: #571411; }
.ipwh-home-domain-offer:hover .ipwh-home-domain-tooltip,
.ipwh-home-guide-card:focus-visible .ipwh-home-domain-tooltip { opacity: 1; visibility: visible; transform: translateY(0); }
.ipwh-home-guide-card > em { margin-top: 17px; color: var(--ipwh-home-brand); font-size: 13px; font-style: normal; font-weight: 800; }
.ipwh-home-guide-stack-bundle { display: block; }
.ipwh-home-guide-bundle { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: 28px 38px; padding: 30px; border: 1px solid #d8dfe8; border-radius: 18px; background: #fff; box-shadow: 0 18px 42px rgba(15,23,42,.08); }
.ipwh-home-guide-bundle-main h4 { margin: 8px 0 10px; color: var(--ipwh-home-ink); font-size: clamp(25px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.ipwh-home-guide-bundle-main > p { max-width: 720px; margin: 0; color: var(--ipwh-home-muted); font-size: 14px; }
.ipwh-home-guide-bundle-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.ipwh-home-guide-bundle-features li { display: grid; grid-template-columns: 34px 1fr; gap: 3px 10px; padding: 13px; border: 1px solid #e4e8ee; border-radius: 12px; background: #f8f9fb; }
.ipwh-home-guide-bundle-features li::before { content: "\2713"; grid-row: 1 / 3; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #176a4c; background: #e5f7ee; font-size: 12px; font-weight: 900; }
.ipwh-home-guide-bundle-features strong { color: var(--ipwh-home-ink); font-size: 12px; }
.ipwh-home-guide-bundle-features span { color: var(--ipwh-home-muted); font-size: 11px; line-height: 1.45; }
.ipwh-home-guide-bundle-price { display: flex; flex-direction: column; justify-content: center; padding: 24px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #0b1728 0%, #17243a 58%, #541b21 145%); box-shadow: 0 18px 36px rgba(10,22,39,.18); }
.ipwh-home-guide-bundle-price > span { font-size: 11px; font-weight: 700; }
.ipwh-home-guide-bundle-price > span b { color: #f09a95; letter-spacing: .04em; }
.ipwh-home-guide-bundle-price > strong { margin-top: 7px; font-size: clamp(40px, 5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.ipwh-home-guide-bundle-price > small { margin-top: 8px; color: #c5cfdd; font-size: 11px; }
.ipwh-home-guide-bundle-price > div { display: flex; justify-content: space-between; gap: 15px; margin: 20px 0; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.ipwh-home-guide-bundle-price > div b { font-size: 16px; }
.ipwh-home-guide-bundle-price .ipwh-home-button { width: 100%; min-height: 48px; padding-inline: 15px; text-align: center; }
.ipwh-home-guide-bundle-link { align-self: center; margin-top: 15px; color: #fff !important; font-size: 12px; font-weight: 800; text-decoration: underline !important; text-underline-offset: 5px; }
.ipwh-home-guide-bundle-note { grid-column: 1 / -1; margin: -10px 0 0; padding-top: 15px; border-top: 1px solid #e2e6ec; color: var(--ipwh-home-muted); font-size: 10px; line-height: 1.5; }

.ipwh-home-intro-bundle { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 42px; min-height: clamp(500px, 62svh, 580px); overflow: hidden; padding: clamp(28px, 4vw, 52px); border: 1px solid #dce2ea; border-radius: 28px; background: linear-gradient(140deg, #fff 0%, #f8fafc 68%, #fff1ef 145%); box-shadow: 0 24px 70px rgba(15,23,42,.09); }
.ipwh-home-intro-bundle::before { content: ""; position: absolute; right: -110px; bottom: -150px; width: 360px; height: 360px; border-radius: 50%; background: rgba(129,34,31,.07); pointer-events: none; }
.ipwh-home-intro-bundle-content { position: relative; z-index: 1; align-self: center; }
.ipwh-home-intro-bundle-label { display: inline-flex; align-items: center; gap: 9px; color: var(--ipwh-home-brand); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ipwh-home-intro-bundle-label::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.ipwh-home-intro-bundle h2 { max-width: 700px; margin: 14px 0 15px; color: var(--ipwh-home-ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.ipwh-home-intro-bundle-content > p:not(.ipwh-home-intro-bundle-scope) { max-width: 720px; margin: 0; color: var(--ipwh-home-muted); font-size: 16px; line-height: 1.65; }
.ipwh-home-intro-bundle-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 28px 0 0; padding: 0; list-style: none; }
.ipwh-home-intro-bundle-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; padding: 14px 0; border-top: 1px solid #e3e7ed; color: var(--ipwh-home-ink); font-size: 13px; font-weight: 800; }
.ipwh-home-intro-bundle-list li::before { content: "\2713"; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; color: #176a4c; background: #e6f7ef; font-size: 12px; font-weight: 900; }
.ipwh-home-intro-bundle-list strong { color: var(--ipwh-home-ink); font-size: 13px; }
.ipwh-home-intro-bundle-list span { color: var(--ipwh-home-muted); font-size: 11px; line-height: 1.45; }
.ipwh-home-intro-bundle-scope { margin: 18px 0 0; color: var(--ipwh-home-muted); font-size: 10px; line-height: 1.55; }
.ipwh-home-intro-bundle-offer { position: relative; z-index: 1; display: flex; flex-direction: column; align-self: stretch; justify-content: center; padding: 30px; border-radius: 22px; color: #fff; background: linear-gradient(150deg, #0b1728 0%, #17243a 58%, #541b21 145%); box-shadow: 0 20px 44px rgba(10,22,39,.2); }
.ipwh-home-intro-discount { align-self: flex-start; padding: 8px 11px; border-radius: 999px; color: #fff; background: #9b2925; font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.ipwh-home-intro-regular { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; color: #c8d1de; font-size: 12px; }
.ipwh-home-intro-regular s { color: #fff; font-size: 17px; font-weight: 800; text-decoration-thickness: 2px; }
.ipwh-home-intro-price { display: flex; align-items: end; gap: 8px; margin-top: 8px; }
.ipwh-home-intro-price strong { font-size: clamp(43px, 5vw, 62px); line-height: .95; letter-spacing: -.06em; }
.ipwh-home-intro-price span { padding-bottom: 7px; color: #c8d1de; font-size: 11px; }
.ipwh-home-intro-bundle-offer > p { margin: 13px 0 22px; color: #d8e0ea; font-size: 12px; }
.ipwh-home-intro-bundle-offer > p b { color: #ffaaa4; }
.ipwh-home-intro-bundle-offer .ipwh-home-button { width: 100%; min-height: 52px; padding-inline: 16px; text-align: center; }
.ipwh-home-intro-bundle-offer > small { margin-top: 12px; color: #bfc9d7; font-size: 10px; line-height: 1.5; text-align: center; }
.ipwh-home-intro-details { display: inline-flex; margin-top: 18px; color: var(--ipwh-home-brand) !important; font-size: 12px; font-weight: 800; text-decoration: underline !important; text-underline-offset: 5px; }
.ipwh-home-guide-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 28px; }
.ipwh-home-text-link { position: relative; z-index: 1; display: inline-flex; width: fit-content; gap: 8px; align-items: center; color: var(--ipwh-home-brand) !important; font-weight: 800; text-decoration-color: #d6a3a1 !important; text-underline-offset: 6px; }
.ipwh-home-text-link-dark { color: var(--ipwh-home-ink) !important; }

.ipwh-home-template-showcase { position: relative; overflow: hidden; padding-bottom: 94px; background: linear-gradient(180deg, #f5f6f8 0%, #fff 100%); }
.ipwh-home-template-heading { margin-bottom: 45px; }
.ipwh-home-template-intro > p { margin: 0; color: var(--ipwh-home-muted); font-size: 17px; }
.ipwh-home-template-intro .ipwh-home-button { margin-top: 24px; }
.ipwh-home-template-marquee { position: relative; width: 100%; overflow-x: hidden; overflow-y: hidden; padding: 8px 0 24px; scrollbar-width: none; touch-action: pan-y; overscroll-behavior-inline: contain; }
.ipwh-home-template-marquee::-webkit-scrollbar { display: none; }
.ipwh-home-template-marquee::before,
.ipwh-home-template-marquee::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; width: clamp(30px, 7vw, 120px); pointer-events: none; }
.ipwh-home-template-marquee::before { left: 0; background: linear-gradient(90deg, #f8f9fa, transparent); }
.ipwh-home-template-marquee::after { right: 0; background: linear-gradient(270deg, #fff, transparent); }
.ipwh-home-template-track { display: flex; width: max-content; }
.ipwh-home-template-group { display: flex; flex: none; gap: 18px; padding-right: 18px; }
.ipwh-home-template-card { position: relative; flex: 0 0 clamp(290px, 27vw, 410px); overflow: hidden; border: 1px solid #dfe3e9; border-radius: 19px; background: #fff; box-shadow: 0 16px 42px rgba(15,23,42,.1); }
.ipwh-home-template-frame { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #e8ebef; }
.ipwh-home-template-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .42s ease, filter .42s ease; }
.ipwh-home-template-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8,17,31,.58); opacity: 0; transition: opacity .25s ease; }
.ipwh-home-template-preview { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; color: #fff; background: rgba(8,17,31,.86); box-shadow: 0 10px 28px rgba(0,0,0,.25); font: 800 13px Arial,sans-serif; cursor: pointer; transform: translateY(9px); transition: transform .25s ease, background-color .2s ease; }
.ipwh-home-template-preview::before { content: "\f06e"; font-family: "IPWH Homepage Icons"; font-size: 13px; }
.ipwh-home-template-preview:hover { background: var(--ipwh-home-brand); }
.ipwh-home-template-card:hover .ipwh-home-template-frame > img,
.ipwh-home-template-card:focus-within .ipwh-home-template-frame > img { transform: scale(1.035); filter: saturate(.84); }
.ipwh-home-template-card:hover .ipwh-home-template-overlay,
.ipwh-home-template-card:focus-within .ipwh-home-template-overlay { opacity: 1; }
.ipwh-home-template-card:hover .ipwh-home-template-preview,
.ipwh-home-template-card:focus-within .ipwh-home-template-preview { transform: none; }
.ipwh-home-template-meta { display: grid; grid-template-columns: 1fr; gap: 7px; align-items: center; min-height: 94px; padding: 18px 20px; }
.ipwh-home-template-meta span { color: var(--ipwh-home-brand); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ipwh-home-template-meta strong { grid-column: 1; color: var(--ipwh-home-ink); font-size: 18px; line-height: 1.2; }
.ipwh-home-template-hint { display: flex; justify-content: center; gap: 8px; align-items: center; margin: 7px 20px 0; color: #747e8d; font-size: 11px; text-align: center; }
.ipwh-home-template-hint span { color: var(--ipwh-home-brand); }

.ipwh-home-template-dialog { width: min(1040px, calc(100% - 34px)); max-height: calc(100vh - 34px); padding: 0; overflow: auto; border: 0; border-radius: 24px; color: var(--ipwh-home-ink); background: #fff; box-shadow: 0 40px 110px rgba(0,0,0,.42); }
.ipwh-home-template-dialog::backdrop { background: rgba(4,10,19,.78); backdrop-filter: blur(8px); }
.ipwh-home-template-dialog-shell { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; min-height: 560px; }
.ipwh-home-template-dialog-close { position: absolute; z-index: 2; top: 15px; right: 15px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #d8dde5; border-radius: 50%; color: var(--ipwh-home-ink); background: rgba(255,255,255,.94); font: 400 25px/1 Arial,sans-serif; cursor: pointer; }
.ipwh-home-template-dialog-close:hover { color: #fff; border-color: var(--ipwh-home-brand); background: var(--ipwh-home-brand); }
.ipwh-home-template-dialog-image { min-height: 560px; overflow: auto; background: #e7eaee; }
.ipwh-home-template-dialog-image img { width: 100%; min-height: 100%; object-fit: cover; object-position: top center; }
.ipwh-home-template-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 42px; }
.ipwh-home-template-dialog-copy > span { color: var(--ipwh-home-brand); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ipwh-home-template-dialog-copy h3 { margin: 10px 0 15px; color: var(--ipwh-home-ink); font-size: clamp(30px, 3.5vw, 44px); line-height: 1.03; letter-spacing: -.04em; }
.ipwh-home-template-dialog-copy p { margin: 0; color: var(--ipwh-home-muted); font-size: 14px; }
.ipwh-home-template-dialog-copy .ipwh-home-button { align-self: flex-start; margin-top: 26px; }

.ipwh-home-platform { background: var(--ipwh-home-soft); }
.ipwh-home-platform-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 82px; align-items: center; }
.ipwh-home-platform-visual { position: relative; margin-left: -120px; }
.ipwh-home-platform-visual > img { width: 100%; height: auto; min-height: 0; object-fit: cover; object-position: center; border-radius: 0 28px 28px 0; box-shadow: 0 32px 70px rgba(15,23,42,.15); }
.ipwh-home-visual-chip { position: absolute; display: flex; min-width: 165px; flex-direction: column; padding: 14px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 16px 38px rgba(15,23,42,.18); backdrop-filter: blur(12px); }
.ipwh-home-visual-chip span { color: var(--ipwh-home-muted); font-size: 10px; }
.ipwh-home-visual-chip strong { font-size: 15px; }
.ipwh-home-case-chip { color: inherit !important; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ipwh-home-case-chip small { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: var(--ipwh-home-muted); font-size: 10px; font-weight: 700; line-height: 1.35; }
.ipwh-home-case-chip small span { color: var(--ipwh-home-brand); font-size: 12px; transition: transform .2s ease; }
.ipwh-home-case-chip:hover { border-color: rgba(129,34,31,.32); box-shadow: 0 20px 44px rgba(15,23,42,.24); transform: translateY(-3px); }
.ipwh-home-case-chip:hover small span { transform: translateX(3px); }
.ipwh-home-case-chip:focus-visible { border-color: var(--ipwh-home-brand); outline: 3px solid rgba(129,34,31,.24); outline-offset: 4px; }
.ipwh-home-chip-top { top: 34px; right: -30px; }
.ipwh-home-chip-top strong { color: #237957; }
.ipwh-home-chip-bottom { right: -50px; bottom: 45px; }
.ipwh-home-chip-bottom strong { color: var(--ipwh-home-brand); font-size: 22px; }
.ipwh-home-platform-copy > p,
.ipwh-home-support-copy > p,
.ipwh-home-migration-copy > p,
.ipwh-home-faq-intro > p { margin: 22px 0 0; color: var(--ipwh-home-muted); font-size: 17px; }
.ipwh-home-feature-list { margin: 32px 0; border-top: 1px solid #d9dde3; }
.ipwh-home-feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid #d9dde3; }
.ipwh-home-feature-icon { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #ead0ce; border-radius: 11px; color: var(--ipwh-home-brand); background: var(--ipwh-home-brand-soft); font-family: "IPWH Homepage Icons"; font-size: 15px; font-weight: 900; }
.ipwh-home-feature-list h3 { margin: 0 0 4px; font-size: 17px; }
.ipwh-home-feature-list p { margin: 0; color: var(--ipwh-home-muted); font-size: 13px; }

.ipwh-home-infrastructure { color: #fff; background: var(--ipwh-home-navy); }
.ipwh-home-infrastructure .ipwh-home-kicker { color: #e7a09d; }
.ipwh-home-heading-light h2 { color: #fff; }
.ipwh-home-heading-light > p { color: #aeb7c5; }
.ipwh-home-infra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ipwh-home-infra-card { display: flex; min-height: 410px; flex-direction: column; padding: 36px 32px; border: 1px solid #2b3748; border-radius: 18px; color: #fff !important; background: #101c2d; text-decoration: none !important; transition: transform .2s ease, border-color .2s ease; }
.ipwh-home-infra-card:hover { transform: translateY(-5px); border-color: #6c7a8e; }
.ipwh-home-infra-featured { border-color: #a64a46; background: linear-gradient(150deg, #81221f, #511816); box-shadow: 0 26px 55px rgba(0,0,0,.26); }
.ipwh-home-infra-label { color: #9ea9ba; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ipwh-home-infra-featured .ipwh-home-infra-label { color: #efbbb8; }
.ipwh-home-infra-visual { display: flex; align-items: center; gap: 11px; margin-top: 34px; }
.ipwh-home-infra-product-icon { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: #f0aaa6; background: rgba(255,255,255,.07); font-family: "IPWH Homepage Icons"; font-size: 25px; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.ipwh-home-infra-product-icon img { width: 34px; height: 34px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .94; }
.ipwh-home-infra-featured .ipwh-home-infra-product-icon { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.12); }
.ipwh-home-infra-chip { padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #b7c1ce; background: rgba(255,255,255,.04); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ipwh-home-infra-featured .ipwh-home-infra-chip { border-color: rgba(255,255,255,.22); color: #f2cfcc; background: rgba(255,255,255,.08); }
.ipwh-home-infra-card h3 { margin: 23px 0 14px; color: #fff; font-size: 27px; line-height: 1.15; }
.ipwh-home-infra-card p { margin: 0; color: #aeb7c5; font-size: 14px; }
.ipwh-home-infra-featured p { color: #edd3d1; }
.ipwh-home-infra-card b { margin-top: auto; padding-top: 30px; font-size: 13px; }
.ipwh-home-infra-proof { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid #2b3748; border-bottom: 1px solid #2b3748; }
.ipwh-home-infra-proof > div { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 9px; padding: 14px; border-right: 1px solid #2b3748; color: #aeb8c7; font-size: 11px; text-align: center; }
.ipwh-home-infra-proof > div:last-child { border-right: 0; }
.ipwh-home-infra-proof-icon { color: #e29692; font-family: "IPWH Homepage Icons"; font-size: 16px; font-weight: 900; }
.ipwh-home-infra-proof-logos { display: inline-flex; align-items: center; gap: 5px; }
.ipwh-home-infra-proof-logos img { width: 20px; max-height: 20px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .78; }

.ipwh-home-growth { background: #fff; }
.ipwh-home-growth-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; }
.ipwh-home-growth-story { padding: 45px; border-radius: 22px; color: #fff; background: var(--ipwh-home-brand); }
.ipwh-home-growth-story > span { display: block; margin-bottom: 45px; color: #efb6b3; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ipwh-home-growth-story > strong { display: block; font-size: clamp(64px, 8vw, 100px); line-height: .9; letter-spacing: -.06em; }
.ipwh-home-growth-story h3 { margin: 13px 0 18px; color: #fff; font-size: 26px; }
.ipwh-home-growth-story p { color: #f1d8d6; }
.ipwh-home-growth-story ul { margin: 27px 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.ipwh-home-growth-story li { margin: 8px 0; color: #f1d8d6; font-size: 12px; }
.ipwh-home-growth-story li::before { content: "\2713"; margin-right: 8px; color: #fff; font-weight: 800; }
.ipwh-home-growth-story a { color: #fff !important; font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.ipwh-home-growth-services { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ipwh-home-line); border-radius: 22px; overflow: hidden; }
.ipwh-home-growth-services a { display: grid; grid-template-columns: 44px 1fr 18px; gap: 16px; min-height: 230px; align-content: center; padding: 32px; color: inherit !important; background: #fff; text-decoration: none !important; transition: background-color .2s ease; }
.ipwh-home-growth-services a:nth-child(odd) { border-right: 1px solid var(--ipwh-home-line); }
.ipwh-home-growth-services a:nth-child(-n+2) { border-bottom: 1px solid var(--ipwh-home-line); }
.ipwh-home-growth-services a:hover { background: var(--ipwh-home-soft); }
.ipwh-home-growth-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #ead0ce; border-radius: 12px; color: var(--ipwh-home-brand); background: var(--ipwh-home-brand-soft); font-family: "IPWH Homepage Icons"; font-size: 16px; font-weight: 900; }
.ipwh-home-growth-services h3 { margin: 0 0 8px; font-size: 19px; }
.ipwh-home-growth-services p { margin: 0; color: var(--ipwh-home-muted); font-size: 13px; }
.ipwh-home-growth-services b { align-self: start; color: var(--ipwh-home-brand); }
.ipwh-home-disclaimer { margin: 18px 0 0; color: #8b93a0; font-size: 10px; text-align: center; }

.ipwh-home-support { background: var(--ipwh-home-soft); }
.ipwh-home-support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.ipwh-home-support-image { position: relative; }
.ipwh-home-support-image img { width: 100%; min-height: 610px; object-fit: cover; object-position: center; border-radius: 28px; box-shadow: 0 28px 60px rgba(15,23,42,.13); }
.ipwh-home-support-image > span { position: absolute; right: -24px; bottom: 32px; display: flex; gap: 10px; align-items: center; padding: 14px 18px; border-radius: 999px; background: #fff; box-shadow: 0 15px 40px rgba(15,23,42,.16); font-size: 12px; font-weight: 800; }
.ipwh-home-support-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid #d9dde3; border-bottom: 1px solid #d9dde3; }
.ipwh-home-support-facts a { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 11px; align-content: center; padding: 22px 15px; border-right: 1px solid #d9dde3; color: inherit; text-decoration: none; transition: background-color .2s ease; }
.ipwh-home-support-facts a:hover { background: rgba(129,34,31,.045); }
.ipwh-home-support-facts a:first-child { padding-left: 0; }
.ipwh-home-support-facts a:last-child { border-right: 0; }
.ipwh-home-support-facts strong { grid-column: 2; color: var(--ipwh-home-brand); font-size: 24px; line-height: 1.05; }
.ipwh-home-support-fact-icon { display: grid; grid-row: 1 / 3; width: 38px; height: 38px; place-items: center; align-self: center; border: 1px solid #e4bcb9; border-radius: 11px; color: var(--ipwh-home-brand); background: #faeceb; font-family: "IPWH Homepage Icons"; font-size: 16px; font-weight: 900; }
.ipwh-home-support-fact-label { grid-column: 2; margin-top: 4px; color: var(--ipwh-home-muted); font-size: 10px; line-height: 1.25; }

.ipwh-home-migration { background: #fff; }
.ipwh-home-migration-grid { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--ipwh-home-line); border-radius: 26px; box-shadow: 0 24px 65px rgba(15,23,42,.08); }
.ipwh-home-migration-copy { padding: 66px 62px; }
.ipwh-home-migration-copy ul { margin: 29px 0; padding: 0; list-style: none; }
.ipwh-home-migration-copy li { padding: 11px 0; border-bottom: 1px solid var(--ipwh-home-line); color: #384253; font-size: 14px; }
.ipwh-home-migration-copy li span { margin-right: 9px; color: var(--ipwh-home-brand); font-weight: 800; }
.ipwh-home-migration-scope { grid-column: 1 / -1; width: 100%; box-sizing: border-box; margin: 0; padding: 16px 18px; border: 1px solid rgba(129,34,31,.18); border-left: 4px solid var(--ipwh-home-brand); border-radius: 0 0 12px 12px; background: #fff8f7; color: #4b5563; font-size: 11px; line-height: 1.65; }
.ipwh-home-migration-scope strong { color: var(--ipwh-home-ink); }
.ipwh-home-migration-image img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center; }

.ipwh-home-faq { background: var(--ipwh-home-soft); }
.ipwh-home-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; }
.ipwh-home-faq-intro { align-self: start; }
.ipwh-home-faq-intro .ipwh-home-text-link { margin-top: 25px; }
.ipwh-home-faq-list { border-top: 1px solid #d8dce2; }
.ipwh-home-faq-list details { border-bottom: 1px solid #d8dce2; }
.ipwh-home-faq-list summary { display: flex; cursor: pointer; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 4px; color: var(--ipwh-home-ink); font-size: 16px; font-weight: 800; list-style: none; }
.ipwh-home-faq-list summary::-webkit-details-marker { display: none; }
.ipwh-home-faq-list summary span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border: 1px solid #d1d5dc; border-radius: 50%; color: var(--ipwh-home-brand); transition: transform .2s ease; }
.ipwh-home-faq-list details[open] summary span { transform: rotate(45deg); }
.ipwh-home-faq-list details p { max-width: 700px; margin: -6px 50px 25px 4px; color: var(--ipwh-home-muted); font-size: 14px; }

.ipwh-home-final { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--ipwh-home-brand); }
.ipwh-home-final::before { content: ""; position: absolute; inset: -50% auto auto 65%; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.035), 0 0 0 220px rgba(255,255,255,.025); }
.ipwh-home-final-inner { position: relative; z-index: 1; max-width: 910px; text-align: center; }
.ipwh-home-final .ipwh-home-kicker { color: #efb7b4; }
.ipwh-home-final h2 { margin: 14px 0 0; color: #fff; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; }
.ipwh-home-final p { max-width: 650px; margin: 23px auto 0; color: #f0d4d2; font-size: 17px; }
.ipwh-home-final .ipwh-home-actions { justify-content: center; }

/* Keep desktop split-section photography level with its adjacent content. */
@media (min-width: 1061px) {
  .ipwh-home-platform-grid,
  .ipwh-home-support-grid { align-items: stretch; }
  .ipwh-home-platform-visual,
  .ipwh-home-support-image,
  .ipwh-home-migration-image { position: relative; min-height: 0; }
  .ipwh-home-platform-visual > img,
  .ipwh-home-support-image img,
  .ipwh-home-migration-image img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
}

@media (max-width: 1080px) {
  .ipwh-home-hero-grid { grid-template-columns: 1fr; }
  .ipwh-home-platform-grid,
  .ipwh-home-support-grid { gap: 50px; }
  .ipwh-home-platform-visual { margin-left: -40px; }
  .ipwh-home-heading-split { gap: 55px; }
  .ipwh-home-faq-grid { gap: 60px; }
  .ipwh-home-trust-grid > div { gap: 11px; padding: 22px 15px; }
  .ipwh-home-proof-icon { flex-basis: 44px; width: 44px; height: 44px; font-size: 18px; }
  .ipwh-home-google-mark { flex-basis: 66px; width: 66px; height: 44px; }
  .ipwh-home-google-mark img { width: 54px; }
}

@media (max-width: 1060px) {
  .ipwh-home-hero { display: block; min-height: auto; }
  .ipwh-home-hero::before { background: linear-gradient(180deg, rgba(5,12,23,.86), rgba(5,12,23,.98)); }
  .ipwh-home-hero-grid { top: 0; grid-template-columns: 1fr; padding: 52px 0 44px; }
  .ipwh-home-scroll { display: none; }
  .ipwh-home-trust-grid { grid-template-columns: 1fr 1fr; }
  .ipwh-home-trust-grid > div { min-height: 96px; border-bottom: 1px solid var(--ipwh-home-line); }
  .ipwh-home-trust-grid > div:nth-child(even) { border-right: 0; }
  .ipwh-home-trust-grid > div:nth-child(n+3) { border-bottom: 0; }
  .ipwh-home-heading-split { grid-template-columns: 1fr; gap: 25px; }
  .ipwh-home-heading-split > p { margin: 0; }
  .ipwh-home-template-heading { gap: 20px; }
  .ipwh-home-template-dialog-shell { grid-template-columns: 1fr; }
  .ipwh-home-template-dialog-image { min-height: 380px; max-height: 52vh; }
  .ipwh-home-template-dialog-copy { padding: 38px 30px; }
  .ipwh-home-guide-goals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ipwh-home-guide-result-heading { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .ipwh-home-guide-stack { grid-template-columns: 1fr; }
  .ipwh-home-guide-card { min-height: 250px; }
  .ipwh-home-guide-bundle { grid-template-columns: 1fr; }
  .ipwh-home-guide-bundle-price { min-height: 0; }
  .ipwh-home-intro-bundle { grid-template-columns: 1fr; min-height: 0; }
  .ipwh-home-intro-bundle-offer { min-height: 0; }
  .ipwh-home-platform-grid,
  .ipwh-home-support-grid,
  .ipwh-home-migration-grid,
  .ipwh-home-growth-grid,
  .ipwh-home-faq-grid { grid-template-columns: 1fr; }
  .ipwh-home-platform-visual { margin: 0; }
  .ipwh-home-platform-visual > img { min-height: 0; border-radius: 24px; }
  .ipwh-home-infra-grid { grid-template-columns: 1fr; }
  .ipwh-home-infra-card { min-height: 360px; }
  .ipwh-home-infra-card h3 { margin-top: 23px; }
  .ipwh-home-infra-proof { grid-template-columns: 1fr 1fr; }
  .ipwh-home-infra-proof > div:nth-child(2) { border-right: 0; }
  .ipwh-home-infra-proof > div:nth-child(-n+2) { border-bottom: 1px solid #2b3748; }
  .ipwh-home-support-image { max-width: 650px; }
  .ipwh-home-migration-image { order: -1; }
  .ipwh-home-migration-image img { min-height: 480px; }
}

@media (max-width: 620px) {
  .ipwh-home-wrap { width: min(100% - 30px, 1200px); }
  .ipwh-home-section { padding: 82px 0; }
  .ipwh-home-hero::before { background: linear-gradient(180deg, rgba(5,12,23,.72) 0%, rgba(5,12,23,.78) 48%, rgba(5,12,23,.90) 100%); }
  .ipwh-home-hero-media video { object-position: 74% center; filter: saturate(1.03); }
  .ipwh-home-domain-bar { padding: 11px 0 12px; }
  .ipwh-home-domain-bar-inner { width: min(100% - 30px, 1200px); grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
  .ipwh-home-domain-search-form { grid-column: auto; }
  .ipwh-home-domain-promo { display: none; }
  .ipwh-home-hero-grid { padding: 52px 0 40px; }
  .ipwh-home-hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .ipwh-home-hero-lead { font-size: 17px; }
  .ipwh-home-domain-search-form { grid-template-columns: minmax(0,1fr) auto; gap: 6px; padding: 6px; border-radius: 12px; }
  .ipwh-home-domain-search-input { min-height: 50px; padding-inline: 11px; font-size: 15px; }
  .ipwh-home-domain-search-button { min-height: 50px; padding-inline: 14px; font-size: 14px; }
  .ipwh-home-domain-button-full { display: none; }
  .ipwh-home-domain-button-short { display: inline; }
  .ipwh-home-domain-bar-close { width: 38px; height: 38px; justify-self: end; border-radius: 10px; font-size: 23px; }
  .ipwh-home-actions { align-items: stretch; }
  .ipwh-home-actions .ipwh-home-button { width: 100%; }
  .ipwh-home-hero-proof { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 12px; }
  .ipwh-home-trust-grid > div { padding: 19px 14px; }
  .ipwh-home-trust-grid > div:first-child { padding-left: 14px; }
  .ipwh-home-trust-grid strong { font-size: 16px; }
  .ipwh-home-heading { margin-bottom: 40px; }
  .ipwh-home-template-showcase { padding-bottom: 70px; }
  .ipwh-home-template-card { flex-basis: min(82vw, 340px); }
  .ipwh-home-template-overlay { opacity: 1; align-items: end; padding-bottom: 15px; background: linear-gradient(180deg, transparent 48%, rgba(8,17,31,.72)); }
  .ipwh-home-template-preview { min-height: 41px; transform: none; }
  .ipwh-home-template-dialog { width: calc(100% - 20px); border-radius: 17px; }
  .ipwh-home-template-dialog-image { min-height: 270px; }
  .ipwh-home-template-dialog-copy { padding: 30px 22px; }
  .ipwh-home-template-dialog-copy .ipwh-home-button { width: 100%; }
  .ipwh-home-heading h2,
  .ipwh-home-platform-copy h2,
  .ipwh-home-support-copy h2,
  .ipwh-home-migration-copy h2,
  .ipwh-home-faq-intro h2 { font-size: 37px; }
  .ipwh-home-guide-goals { grid-template-columns: 1fr; }
  .ipwh-home-guide-goal { min-height: 76px; padding: 14px 16px; }
  .ipwh-home-guide-result { padding: 26px 20px; scroll-margin-top: 140px; }
  .ipwh-home-guide-result-heading h3 { font-size: 31px; }
  .ipwh-home-guide-card { min-height: auto; padding: 22px; }
  .ipwh-home-guide-bundle { gap: 20px; padding: 22px; }
  .ipwh-home-guide-bundle-features { grid-template-columns: 1fr; }
  .ipwh-home-guide-bundle-note { margin-top: 0; }
  .ipwh-home-intro-bundle { gap: 24px; padding: 24px 20px; border-radius: 20px; }
  .ipwh-home-intro-bundle-list { grid-template-columns: 1fr; }
  .ipwh-home-intro-bundle-offer { padding: 24px 20px; }
  .ipwh-home-guide-actions { align-items: stretch; }
  .ipwh-home-guide-actions .ipwh-home-button { width: 100%; }
  .ipwh-home-card-icon { top: 20px; right: 20px; }
  .ipwh-home-support-image img { min-height: 390px; }
  .ipwh-home-visual-chip { min-width: 138px; padding: 10px 13px; }
  .ipwh-home-chip-top { top: 15px; right: -5px; }
  .ipwh-home-chip-bottom { right: -5px; bottom: 18px; }
  .ipwh-home-infra-proof { grid-template-columns: 1fr; }
  .ipwh-home-infra-proof > div { border-right: 0; border-bottom: 1px solid #2b3748; }
  .ipwh-home-infra-proof > div:nth-child(3) { border-bottom: 1px solid #2b3748; }
  .ipwh-home-infra-proof > div:last-child { border-bottom: 0; }
  .ipwh-home-growth-story { padding: 34px 25px; }
  .ipwh-home-growth-services { grid-template-columns: 1fr; }
  .ipwh-home-growth-services a { min-height: 185px; border-right: 0 !important; border-bottom: 1px solid var(--ipwh-home-line); }
  .ipwh-home-growth-services a:last-child { border-bottom: 0; }
  .ipwh-home-support-image > span { right: 10px; bottom: 15px; }
  .ipwh-home-support-facts { grid-template-columns: 1fr; }
  .ipwh-home-support-facts a { padding: 16px 0; border-right: 0; border-bottom: 1px solid #d9dde3; }
  .ipwh-home-support-facts a:last-child { border-bottom: 0; }
  .ipwh-home-migration-copy { padding: 39px 25px; }
  .ipwh-home-migration-image img { min-height: 340px; }
  .ipwh-home-faq-grid { gap: 45px; }
  .ipwh-home-faq-list summary { font-size: 14px; }
  .ipwh-home-final { padding: 85px 0; }
  .ipwh-home-final h2 { font-size: 42px; }
}

@media (max-width: 380px) {
  .ipwh-home-trust-grid > div { gap: 7px; padding: 16px 10px; }
  .ipwh-home-trust-grid > div:first-child { padding-left: 10px; }
  .ipwh-home-google-mark { flex-basis: 48px; width: 48px; height: 38px; }
  .ipwh-home-google-mark img { width: 44px; }
  .ipwh-home-google-rating p { min-width: 0; }
  .ipwh-home-google-rating p a { grid-template-columns: 1fr; gap: 2px; }
  .ipwh-home-google-rating strong { font-size: 15px; }
  .ipwh-home-google-rating .ipwh-home-google-stars { font-size: 9px; }
  .ipwh-home-google-rating small { grid-column: auto; margin-top: 1px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .ipwh-home-hero-copy { animation: none; }
  .ipwh-home-button,
  .ipwh-home-case-chip,
  .ipwh-home-case-chip small span,
  .ipwh-home-infra-card,
  .ipwh-home-faq-list summary span { transition: none; }
  .ipwh-home-hero-media video { display: none; }
  .ipwh-home-hero-media { background: url("../images/homepage/ipwh-platform-hero.webp") 68% center / cover no-repeat; }
  .ipwh-home-template-marquee { overflow-x: auto; scrollbar-width: thin; }
  .ipwh-home-template-track { transform: none; }
  .ipwh-home-template-frame > img,
  .ipwh-home-template-overlay,
  .ipwh-home-template-preview { transition: none; }
}
