/* Homepage 2026 – SolutiiPrintare.ro */
.homepage-modern {
  --hp-navy: #0b1f3a;
  --hp-navy-2: #102e57;
  --hp-blue: #1268f3;
  --hp-blue-dark: #0754d1;
  --hp-cyan: #0ea5b7;
  --hp-ink: #10213d;
  --hp-muted: #5d6b82;
  --hp-line: #dce6f3;
  --hp-soft: #f4f8fe;
  --hp-white: #ffffff;
  --hp-shadow: 0 20px 55px rgba(21, 57, 105, .12);
  color: var(--hp-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.homepage-modern .site-header {
  position: relative;
  z-index: 40;
  padding: 0;
  color: var(--hp-ink);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(220, 230, 243, .95);
  box-shadow: 0 1px 0 rgba(11, 31, 58, .02);
}

.homepage-modern .navbar {
  width: min(100% - 40px, 1220px);
  min-height: 76px;
  margin-inline: auto;
  gap: 28px;
}

.homepage-modern .navbar-brand {
  color: var(--hp-navy);
  font-size: clamp(1.15rem, 2.2vw, 1.42rem);
  font-weight: 850;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.homepage-modern .navbar-menu {
  align-items: center;
  gap: 7px;
  margin-left: auto;
}

.homepage-modern .navbar-menu li { margin: 0; }
.homepage-modern .navbar-menu li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 10px;
  color: #34445e;
  font-size: .9rem;
  font-weight: 650;
  transition: color .18s ease, background .18s ease;
}
.homepage-modern .navbar-menu li a:hover { color: var(--hp-blue); background: #edf5ff; text-decoration: none; }
.homepage-modern .navbar-menu li:last-child a { padding-inline: 17px; color: #fff; background: var(--hp-blue); box-shadow: 0 9px 22px rgba(18, 104, 243, .2); }
.homepage-modern .navbar-menu li:last-child a:hover { color: #fff; background: var(--hp-blue-dark); }

.hpv2 { overflow: hidden; background: #fff; }
.hpv2, .hpv2 * { box-sizing: border-box; }
.hpv2-container { width: min(100% - 40px, 1220px); margin-inline: auto; }
.hpv2 h1, .hpv2 h2, .hpv2 h3, .hpv2 p, .hpv2 ul, .hpv2 ol { margin-top: 0; }
.hpv2 h1, .hpv2 h2, .hpv2 h3 { color: var(--hp-ink); letter-spacing: -.035em; }
.hpv2 a { text-decoration: none; }

.hpv2-hero {
  position: relative;
  min-height: 610px;
  padding: 74px 0 100px;
  background:
    radial-gradient(circle at 83% 8%, rgba(99, 169, 255, .28), transparent 36%),
    radial-gradient(circle at 56% 90%, rgba(14, 165, 183, .12), transparent 26%),
    linear-gradient(126deg, #f9fcff 0%, #eef5ff 48%, #e6f0ff 100%);
}
.hpv2-hero::before {
  content: "";
  position: absolute;
  inset: auto -14% -38% 46%;
  height: 520px;
  border: 80px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}
.hpv2-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 62px; }
.hpv2-hero-copy { position: relative; z-index: 3; max-width: 610px; }
.hpv2-eyebrow, .hpv2-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--hp-blue); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hpv2-eyebrow span { width: 26px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--hp-blue), var(--hp-cyan)); }
.hpv2-hero h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(2.75rem, 5.2vw, 5.05rem); font-weight: 860; line-height: .99; text-wrap: balance; }
.hpv2-lead { max-width: 610px; margin-bottom: 28px; color: #4b5d77; font-size: clamp(1rem, 1.7vw, 1.14rem); line-height: 1.72; }
.hpv2-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hpv2-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-size: .94rem; font-weight: 780; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.hpv2-button:hover { transform: translateY(-2px); text-decoration: none; }
.hpv2-button-primary { color: #fff !important; background: var(--hp-blue); box-shadow: 0 13px 28px rgba(18, 104, 243, .24); }
.hpv2-button-primary:hover { background: var(--hp-blue-dark); box-shadow: 0 16px 34px rgba(18, 104, 243, .3); }
.hpv2-button-secondary { color: var(--hp-blue) !important; border-color: #8dbaff; background: rgba(255, 255, 255, .72); }
.hpv2-button-secondary:hover { background: #fff; }
.hpv2-quick-benefits { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 31px 0 0; padding: 0; list-style: none; color: #40536e; font-size: .84rem; font-weight: 650; }
.hpv2-quick-benefits li { display: flex; align-items: center; gap: 7px; margin: 0; }
.hpv2-check { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--hp-cyan); background: rgba(14, 165, 183, .1); font-size: .7rem; }

.hpv2-hero-product { position: relative; display: grid; min-height: 480px; place-items: center; isolation: isolate; }
.hpv2-hero-product::before { content: ""; position: absolute; z-index: -2; width: 82%; aspect-ratio: 1.25; border-radius: 50%; background: rgba(255, 255, 255, .5); filter: blur(1px); transform: translate(4%, 9%); }
.hpv2-hero-product::after { content: ""; position: absolute; z-index: -1; bottom: 25px; width: 78%; height: 52px; border-radius: 50%; background: rgba(30, 67, 113, .22); filter: blur(24px); }
.hpv2-hero-image { position: relative; z-index: 2; width: min(100%, 590px); height: 500px; object-fit: contain; filter: drop-shadow(0 29px 25px rgba(11, 31, 58, .17)); }
.hpv2-hero-orbit { position: absolute; z-index: -3; border: 1px solid rgba(18, 104, 243, .15); border-radius: 50%; }
.hpv2-hero-orbit-one { width: 570px; height: 420px; transform: rotate(-18deg); }
.hpv2-hero-orbit-two { width: 440px; height: 560px; transform: rotate(21deg); }
.hpv2-price-float, .hpv2-hero-model { position: absolute; z-index: 4; border: 1px solid rgba(211, 225, 243, .9); background: rgba(255, 255, 255, .9); box-shadow: 0 18px 42px rgba(28, 61, 104, .13); backdrop-filter: blur(12px); }
.hpv2-price-float { top: 36px; right: -5px; width: 155px; padding: 18px; border-radius: 18px; }
.hpv2-price-float span, .hpv2-price-float small { display: block; color: var(--hp-muted); font-size: .72rem; font-weight: 650; }
.hpv2-price-float strong { display: block; margin-top: 4px; color: var(--hp-blue); font-size: 2rem; line-height: 1; }
.hpv2-price-float strong small { display: inline; color: var(--hp-ink); font-size: .7rem; }
.hpv2-included-stack { position: absolute; z-index: 4; right: 4px; bottom: 54px; display: grid; gap: 8px; }
.hpv2-included-stack > div { display: flex; align-items: center; gap: 9px; min-width: 174px; padding: 9px 12px; border: 1px solid rgba(211, 225, 243, .9); border-radius: 13px; color: var(--hp-navy); background: rgba(255, 255, 255, .92); box-shadow: 0 14px 32px rgba(28, 61, 104, .12); backdrop-filter: blur(12px); font-size: .74rem; }
.hpv2-included-stack span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: var(--hp-blue); background: #edf5ff; }
.hpv2-hero-model { left: -9px; bottom: 64px; display: grid; min-width: 170px; padding: 12px 16px; border-radius: 13px; color: var(--hp-ink); }
.hpv2-hero-model span { color: var(--hp-muted); font-size: .67rem; }
.hpv2-hero-model strong { font-size: .88rem; }
.hpv2-hero-placeholder { display: grid; min-height: 340px; place-items: center; color: var(--hp-muted); }

.hpv2-stats-wrap { position: relative; z-index: 5; margin-top: -52px; }
.hpv2-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(218, 229, 243, .95); border-radius: 18px; background: rgba(255, 255, 255, .96); box-shadow: var(--hp-shadow); }
.hpv2-stat { position: relative; display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 102px; padding: 18px; }
.hpv2-stat:not(:last-child)::after { content: ""; position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: var(--hp-line); }
.hpv2-stat-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--hp-blue); background: #edf5ff; font-weight: 800; }
.hpv2-stat p { display: grid; gap: 1px; margin: 0; }
.hpv2-stat strong { color: var(--hp-blue); font-size: 1.18rem; line-height: 1.2; }
.hpv2-stat span:last-child { color: var(--hp-muted); font-size: .72rem; }

.hpv2-section { padding: 100px 0; }
.hpv2-section-heading { max-width: 730px; margin: 0 auto 42px; text-align: center; }
.hpv2-section-heading h2, .hpv2-explainer h2, .hpv2-service h2, .hpv2-final-cta h2 { margin-bottom: 13px; font-size: clamp(2rem, 3.3vw, 3.15rem); font-weight: 830; line-height: 1.08; text-wrap: balance; }
.hpv2-section-heading > p:last-child, .hpv2-explainer p, .hpv2-final-cta p { color: var(--hp-muted); }
.hpv2-section-heading .hpv2-kicker { justify-content: center; }
.hpv2-section-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; text-align: left; }
.hpv2-section-heading-row .hpv2-kicker { justify-content: flex-start; }
.hpv2-section-heading-row > div { max-width: 760px; }
.hpv2-text-link { flex: 0 0 auto; padding-bottom: 7px; color: var(--hp-blue); font-size: .9rem; font-weight: 780; }

.hpv2-solutions { padding-top: 94px; }
.hpv2-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hpv2-solution-card { position: relative; min-height: 320px; padding: 33px; overflow: hidden; border: 1px solid var(--hp-line); border-radius: 22px; box-shadow: 0 12px 35px rgba(34, 68, 113, .07); transition: transform .2s ease, box-shadow .2s ease; }
.hpv2-solution-card::after { content: ""; position: absolute; right: -42px; bottom: -62px; width: 190px; height: 190px; border: 35px solid rgba(255, 255, 255, .48); border-radius: 50%; }
.hpv2-solution-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(34, 68, 113, .13); }
.hpv2-solution-rental { background: linear-gradient(145deg, #f6faff, #e9f3ff); }
.hpv2-solution-sale { background: linear-gradient(145deg, #f4fffe, #e6f8f5); }
.hpv2-solution-supplies { background: linear-gradient(145deg, #fffaf5, #fff0df); }
.hpv2-solution-icon { display: grid; width: 68px; height: 68px; margin-bottom: 25px; place-items: center; border-radius: 18px; color: var(--hp-blue); background: rgba(255, 255, 255, .72); box-shadow: 0 8px 20px rgba(40, 77, 123, .08); }
.hpv2-solution-icon svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hpv2-solution-sale .hpv2-solution-icon { color: #088c83; }
.hpv2-solution-supplies .hpv2-solution-icon { color: #d97919; }
.hpv2-solution-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.hpv2-solution-card p { max-width: 32ch; margin-bottom: 24px; color: #596981; font-size: .91rem; line-height: 1.7; }
.hpv2-solution-card a { position: relative; z-index: 2; color: var(--hp-blue); font-size: .88rem; font-weight: 800; }

.hpv2-featured { background: #f8fbff; }
.hpv2-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hpv2-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--hp-line); border-radius: 22px; background: #fff; box-shadow: 0 13px 36px rgba(33, 68, 112, .07); transition: transform .2s ease, box-shadow .2s ease; }
.hpv2-product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 52px rgba(33, 68, 112, .14); }
.hpv2-product-media { position: relative; display: grid; min-height: 330px; place-items: center; padding: 32px 28px 18px; background: linear-gradient(180deg, #fbfdff, #f3f7fc); }
.hpv2-product-media img { width: 100%; height: 280px; object-fit: contain; transition: transform .25s ease; }
.hpv2-product-card:hover .hpv2-product-media img { transform: scale(1.035); }
.hpv2-product-badges { position: absolute; z-index: 2; top: 18px; left: 18px; display: flex; gap: 7px; }
.hpv2-product-badges span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border: 1px solid #d6e2f2; border-radius: 999px; color: #43536c; background: rgba(255, 255, 255, .92); font-size: .67rem; font-weight: 750; }
.hpv2-product-badges span:first-child { border-color: var(--hp-blue); color: #fff; background: var(--hp-blue); }
.hpv2-color-dot { width: 7px; height: 7px; border-radius: 50%; background: conic-gradient(#f43f5e, #facc15, #22c55e, #3b82f6, #f43f5e); }
.hpv2-product-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.hpv2-product-body h3 { min-height: 50px; margin-bottom: 15px; font-size: 1.13rem; line-height: 1.32; }
.hpv2-product-body h3 a { color: var(--hp-ink); }
.hpv2-product-body ul { display: grid; gap: 7px; margin: 0 0 22px; padding: 0; list-style: none; color: var(--hp-muted); font-size: .8rem; }
.hpv2-product-body li { display: flex; align-items: center; gap: 7px; margin: 0; }
.hpv2-product-body li span { color: var(--hp-cyan); font-weight: 900; }
.hpv2-product-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--hp-line); }
.hpv2-product-prices p { display: grid; gap: 5px; margin: 0; }
.hpv2-product-prices p + p { padding-left: 13px; border-left: 1px solid var(--hp-line); }
.hpv2-product-prices span { color: var(--hp-muted); font-size: .67rem; }
.hpv2-product-prices strong { color: var(--hp-blue); font-size: 1.27rem; line-height: 1; }
.hpv2-product-prices p:last-child strong { color: var(--hp-ink); }
.hpv2-product-prices small { font-size: .64rem; font-weight: 700; }
.hpv2-product-button { display: grid; min-height: 45px; margin-top: 20px; place-items: center; border-radius: 10px; color: #fff !important; background: var(--hp-blue); font-size: .83rem; font-weight: 800; }
.hpv2-product-button:hover { background: var(--hp-blue-dark); }

.hpv2-process { padding-block: 90px; }
.hpv2-process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; margin: 0; padding: 0; list-style: none; }
.hpv2-process-grid::before { content: ""; position: absolute; top: 49px; left: 17%; right: 17%; border-top: 1px dashed #8fb5e6; }
.hpv2-process-grid li { position: relative; z-index: 1; display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 18px; margin: 0; padding: 17px; border-radius: 17px; background: #fff; }
.hpv2-step-number { position: absolute; top: 5px; left: 5px; display: grid; width: 25px; height: 25px; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--hp-blue); font-size: .65rem; font-weight: 850; box-sizing: content-box; }
.hpv2-step-icon { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid #dce8f6; border-radius: 50%; color: var(--hp-navy); background: #f0f6fd; font-size: 1.65rem; }
.hpv2-process-grid h3 { margin-bottom: 7px; font-size: 1rem; }
.hpv2-process-grid p { margin-bottom: 0; color: var(--hp-muted); font-size: .77rem; line-height: 1.6; }

.hpv2-explainer { padding-top: 25px; }
.hpv2-explainer-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; padding: 60px; border: 1px solid var(--hp-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(34, 68, 113, .07); }
.hpv2-explainer-grid > div:last-child { color: var(--hp-muted); }
.hpv2-explainer-grid p { line-height: 1.75; }
.hpv2-explainer-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 25px 0 0; padding: 0; list-style: none; color: #3f526d; font-size: .85rem; }
.hpv2-explainer-grid li { position: relative; margin: 0; padding-left: 20px; }
.hpv2-explainer-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--hp-cyan); font-weight: 900; }

.hpv2-service { position: relative; margin-top: 100px; padding: 86px 0; overflow: hidden; color: #fff; background: linear-gradient(118deg, #061a33 0%, #0a2d54 62%, #0b4e72 100%); }
.hpv2-service::before, .hpv2-service::after { content: ""; position: absolute; border: 1px solid rgba(83, 177, 255, .18); border-radius: 50%; }
.hpv2-service::before { right: -120px; bottom: -230px; width: 540px; height: 540px; }
.hpv2-service::after { right: 140px; top: -210px; width: 420px; height: 420px; }
.hpv2-service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.hpv2-service .hpv2-kicker { color: #64d9e3; }
.hpv2-service h2 { color: #fff; font-size: clamp(2.35rem, 4vw, 4rem); }
.hpv2-service-copy > p:not(.hpv2-kicker) { max-width: 610px; color: #c1d2e7; }
.hpv2-button-light { margin-top: 15px; color: var(--hp-navy) !important; background: #fff; box-shadow: 0 14px 30px rgba(0, 0, 0, .18); }
.hpv2-service-benefits { display: grid; gap: 13px; }
.hpv2-service-benefits > div { display: flex; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid rgba(183, 214, 244, .17); border-radius: 14px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(5px); }
.hpv2-service-benefits > div > span { display: grid; flex: 0 0 35px; width: 35px; height: 35px; place-items: center; border-radius: 10px; color: #62d7e1; background: rgba(98, 215, 225, .12); }
.hpv2-service-benefits p { display: grid; gap: 2px; margin: 0; }
.hpv2-service-benefits strong { color: #fff; font-size: .9rem; }
.hpv2-service-benefits small { color: #b6c8df; font-size: .72rem; }

.hpv2-final-cta { padding: 48px 0; background: #f4f8fe; }
.hpv2-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 43px; border: 1px solid #d7e5f6; border-radius: 21px; background: linear-gradient(105deg, #fff 0%, #edf5ff 100%); box-shadow: 0 13px 35px rgba(34, 68, 113, .07); }
.hpv2-final-cta h2 { margin-bottom: 6px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.hpv2-final-cta p { margin-bottom: 0; }
.hpv2-final-cta .hpv2-kicker { margin-bottom: 7px; }

.homepage-modern .site-footer { margin-top: 0; padding: 0; color: #aebfd4; background: #071a32; border-top: 1px solid rgba(255, 255, 255, .07); text-align: left; }
.homepage-modern .site-footer .container { width: min(100% - 40px, 1220px); max-width: none; padding: 33px 0; }
.homepage-modern .site-footer p { margin: 0; color: #d8e5f4; font-size: .82rem; }
.homepage-modern .site-footer nav { gap: 10px 22px; }
.homepage-modern .site-footer a { color: #9fb5ce; font-size: .75rem; }
.homepage-modern .site-footer a:hover { color: #fff; }

@media (max-width: 1080px) {
  .hpv2-hero { min-height: auto; }
  .hpv2-hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hpv2-hero h1 { font-size: clamp(2.65rem, 5.6vw, 4.25rem); }
  .hpv2-hero-image { height: 440px; }
  .hpv2-price-float { right: 0; }
  .hpv2-hero-model { left: 0; }
  .hpv2-product-media { min-height: 285px; }
  .hpv2-product-media img { height: 235px; }
  .hpv2-process-grid { gap: 12px; }
  .hpv2-process-grid li { grid-template-columns: 68px 1fr; padding: 12px; }
  .hpv2-step-icon { width: 64px; height: 64px; }
}

@media (max-width: 840px) {
  .homepage-modern .navbar { width: min(100% - 28px, 1220px); padding-block: 12px; flex-direction: column; align-items: stretch; gap: 9px; }
  .homepage-modern .navbar-menu { width: 100%; flex-direction: row; gap: 5px; margin-top: 0; overflow-x: auto; padding-bottom: 4px; }
  .homepage-modern .navbar-menu li a { white-space: nowrap; font-size: .8rem; }
  .hpv2-container { width: min(100% - 30px, 1220px); }
  .hpv2-hero { padding: 58px 0 95px; }
  .hpv2-hero-grid { grid-template-columns: 1fr; }
  .hpv2-hero-copy { max-width: 700px; text-align: center; margin-inline: auto; }
  .hpv2-eyebrow, .hpv2-actions, .hpv2-quick-benefits { justify-content: center; }
  .hpv2-hero h1 { max-width: 760px; }
  .hpv2-lead { margin-inline: auto; }
  .hpv2-hero-product { min-height: 500px; }
  .hpv2-hero-image { height: 490px; }
  .hpv2-hero-model { left: 7%; }
  .hpv2-price-float { right: 7%; }
  .hpv2-included-stack { right: 8%; }
  .hpv2-stats { grid-template-columns: 1fr 1fr; }
  .hpv2-stat:nth-child(2)::after { display: none; }
  .hpv2-stat:nth-child(-n+2) { border-bottom: 1px solid var(--hp-line); }
  .hpv2-solution-grid, .hpv2-product-grid { grid-template-columns: 1fr; }
  .hpv2-solution-card { min-height: 270px; }
  .hpv2-product-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .hpv2-product-media { min-height: 100%; }
  .hpv2-product-media img { height: 300px; }
  .hpv2-section-heading-row { align-items: flex-start; flex-direction: column; }
  .hpv2-process-grid { grid-template-columns: 1fr; gap: 18px; }
  .hpv2-process-grid::before { top: 10%; bottom: 10%; left: 48px; right: auto; height: 80%; border-top: 0; border-left: 1px dashed #8fb5e6; }
  .hpv2-process-grid li { grid-template-columns: 82px 1fr; padding: 17px; }
  .hpv2-step-icon { width: 76px; height: 76px; }
  .hpv2-explainer-grid, .hpv2-service-grid { grid-template-columns: 1fr; gap: 38px; }
  .hpv2-explainer-grid { padding: 42px; }
  .hpv2-final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .hpv2-container { width: min(100% - 22px, 1220px); }
  .homepage-modern .navbar { width: min(100% - 22px, 1220px); }
  .homepage-modern .navbar-brand { text-align: center; }
  .homepage-modern .navbar-menu { justify-content: flex-start; }
  .hpv2-hero { padding-top: 43px; }
  .hpv2-eyebrow { font-size: .65rem; }
  .hpv2-hero h1 { font-size: clamp(2.35rem, 12.5vw, 3.25rem); }
  .hpv2-lead { font-size: .95rem; }
  .hpv2-actions { display: grid; }
  .hpv2-button { width: 100%; }
  .hpv2-quick-benefits { display: grid; justify-content: start; max-width: 245px; margin-inline: auto; text-align: left; }
  .hpv2-hero-product { min-height: 405px; }
  .hpv2-hero-image { height: 360px; }
  .hpv2-hero-orbit { display: none; }
  .hpv2-price-float { top: 5px; right: 0; width: 130px; padding: 13px; }
  .hpv2-price-float strong { font-size: 1.55rem; }
  .hpv2-included-stack { right: 0; bottom: 72px; gap: 6px; }
  .hpv2-included-stack > div { min-width: 156px; padding: 7px 9px; font-size: .68rem; }
  .hpv2-included-stack span { width: 25px; height: 25px; flex-basis: 25px; }
  .hpv2-hero-model { left: 0; bottom: 36px; min-width: 145px; }
  .hpv2-stats-wrap { margin-top: -58px; }
  .hpv2-stats { grid-template-columns: 1fr; }
  .hpv2-stat { justify-content: flex-start; min-height: 78px; padding: 13px 22px; }
  .hpv2-stat:not(:last-child)::after { top: auto; right: 20px; bottom: 0; left: 20px; width: auto; height: 1px; }
  .hpv2-stat:nth-child(2)::after { display: block; }
  .hpv2-stat:nth-child(-n+2) { border-bottom: 0; }
  .hpv2-section { padding: 72px 0; }
  .hpv2-section-heading { margin-bottom: 30px; }
  .hpv2-section-heading h2, .hpv2-explainer h2, .hpv2-service h2 { font-size: 2.05rem; }
  .hpv2-solution-card { padding: 27px; }
  .hpv2-product-card { display: flex; }
  .hpv2-product-media { min-height: 290px; }
  .hpv2-product-media img { height: 245px; }
  .hpv2-product-body { padding: 21px; }
  .hpv2-product-prices strong { font-size: 1.1rem; }
  .hpv2-process-grid li { grid-template-columns: 65px 1fr; padding: 9px; }
  .hpv2-step-icon { width: 60px; height: 60px; }
  .hpv2-step-number { left: 0; }
  .hpv2-process-grid::before { left: 30px; }
  .hpv2-explainer { padding-top: 5px; }
  .hpv2-explainer-grid { gap: 20px; padding: 27px 22px; }
  .hpv2-explainer-grid ul { grid-template-columns: 1fr; }
  .hpv2-service { margin-top: 70px; padding: 70px 0; }
  .hpv2-final-cta-inner { padding: 29px 23px; }
  .homepage-modern .site-footer .container { width: min(100% - 30px, 1220px); }
}

@media (prefers-reduced-motion: reduce) {
  .hpv2 *, .homepage-modern .site-header * { scroll-behavior: auto !important; transition: none !important; }
}