/* Ostelnet homepage — consolidated 2026 conversion-led layout */
.home-page {
  --home-navy: #062b67;
  --home-deep: #031127;
  --home-cyan: #12bbcb;
  --home-cyan-dark: #087f90;
  --home-ice: #edf9fb;
  --home-soft: #f5f8fc;
  --home-copy: #49637e;
  --home-border: rgba(6, 43, 103, .13);
  --home-shadow: 0 24px 64px rgba(6, 43, 103, .12);
  --home-section: 96px;
  color: #0a2342;
}
.home-page .container { width: min(calc(100% - 40px), var(--max)); }
.home-page .section { padding: var(--home-section) 0; }
.home-page .section-soft { background: var(--home-soft); }
.home-page .section-heading { max-width: 800px; margin-bottom: 42px; }
.home-page .section-heading h2 { margin: 12px 0 16px; color: #08254b; font-size: clamp(2.35rem, 4.4vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.home-page .section-heading p { margin: 0; color: var(--home-copy); font-size: 1.08rem; line-height: 1.75; }
.home-page .split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 56px; align-items: end; }
.home-page .split-heading > div { max-width: 760px; }
.home-page .split-heading > p { padding-bottom: 6px; }
.home-page .text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--home-navy) !important; font-weight: 850; }
.home-page .text-link:hover { color: var(--home-cyan-dark) !important; }
.home-page .section-action { margin-top: 34px; }

/* Hero */
.home-page .home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 9%, rgba(18, 187, 203, .17), transparent 29%),
    radial-gradient(circle at 4% 88%, rgba(6, 43, 103, .10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f5fbfc 100%);
}
.home-page .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(6, 43, 103, .032) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 43, 103, .032) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 78%);
}
.home-page .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: clamp(50px, 6vw, 92px); align-items: center; padding: 84px 0 90px; }
.home-page .hero-copy-column { max-width: 780px; }
.home-page .home-hero h1 { max-width: 780px; margin: 20px 0 22px; color: #061d43; font-size: clamp(3.2rem, 5.1vw, 4.85rem); line-height: 1.005; letter-spacing: -.057em; }
.home-page .home-hero .hero-copy { max-width: 690px; margin: 0; color: var(--home-copy); font-size: clamp(1.05rem, 1.55vw, 1.22rem); line-height: 1.74; }
.home-page .hero-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 31px; }
.home-page .hero-secondary { min-height: 48px; padding: 8px 2px; }
.home-page .hero-assurances { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 26px 0 0; padding: 0; list-style: none; color: #37526d; font-size: .91rem; font-weight: 760; }
.home-page .hero-assurances li { display: flex; align-items: center; gap: 8px; }
.home-page .hero-assurances li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(18, 187, 203, .13); color: var(--home-cyan-dark); font-size: .75rem; }
.home-page .hero-next-step { max-width: 650px; margin: 27px 0 0; padding-top: 22px; border-top: 1px solid var(--home-border); color: #5b7087; font-size: .9rem; }
.home-page .hero-next-step strong { color: #153a63; }
.home-page .hero-stage { position: relative; min-height: 560px; }
.home-page .hero-picture { display: block; height: 100%; min-height: 560px; padding: 14px; border: 1px solid var(--home-border); border-radius: 30px; background: rgba(255, 255, 255, .75); box-shadow: var(--home-shadow); }
.home-page .hero-picture img { width: 100%; height: 100%; min-height: 530px; border-radius: 21px; object-fit: cover; }
.home-page .product-showcase { position: relative; min-height: 560px; perspective: 1200px; }
.home-page .showcase-glow { position: absolute; inset: 14% 0 0 8%; border-radius: 50%; background: radial-gradient(circle, rgba(18, 187, 203, .32), rgba(18, 187, 203, 0) 68%); filter: blur(10px); }
.home-page .browser-shell { position: absolute; inset: 22px 22px 64px 0; overflow: hidden; border: 1px solid rgba(6, 43, 103, .15); border-radius: 27px; background: #fff; box-shadow: 0 34px 80px rgba(4, 21, 47, .19); transform: rotateY(-3deg) rotateX(1deg); }
.home-page .browser-bar { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid #e4edf4; background: #fbfdff; }
.home-page .browser-bar span { width: 9px; height: 9px; border-radius: 50%; background: #ccd8e3; }
.home-page .browser-bar b { margin-left: auto; color: #6a7f93; font-size: .76rem; }
.home-page .browser-layout { display: grid; grid-template-columns: 72px 1fr; min-height: 420px; }
.home-page .browser-layout aside { display: grid; align-content: start; gap: 18px; padding: 28px 18px; background: linear-gradient(180deg, #04152f, #062b67); }
.home-page .browser-layout aside i { height: 13px; border-radius: 999px; background: rgba(255, 255, 255, .16); }
.home-page .browser-layout aside i:first-child { background: var(--home-cyan); }
.home-page .dashboard { padding: 30px; background: #f6f9fc; }
.home-page .dashboard-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.home-page .dashboard-heading span { width: 42%; height: 16px; border-radius: 999px; background: #cddae6; }
.home-page .dashboard-heading button { border: 0; border-radius: 9px; padding: 10px 13px; background: var(--home-navy); color: #fff; font-size: .73rem; }
.home-page .dashboard-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.home-page .dashboard-metrics article { padding: 15px; border: 1px solid #deE8f1; border-radius: 13px; background: #fff; }
.home-page .dashboard-metrics small { display: block; color: #6b8195; font-size: .68rem; }
.home-page .dashboard-metrics strong { display: block; margin-top: 4px; color: #082a55; font-size: 1.25rem; }
.home-page .dashboard-chart { height: 176px; margin-top: 15px; border: 1px solid #deE8f1; border-radius: 16px; background: repeating-linear-gradient(0deg, #fff, #fff 34px, #ebf1f6 35px); color: var(--home-cyan-dark); }
.home-page .dashboard-chart svg { width: 100%; height: 100%; padding: 22px; }
.home-page .mobile-shell { position: absolute; right: -8px; bottom: 4px; z-index: 2; width: 176px; min-height: 330px; padding: 8px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 31px; background: #071b33; box-shadow: 0 26px 55px rgba(4, 21, 47, .3); transform: rotate(3deg); }
.home-page .mobile-notch { position: absolute; top: 12px; left: 50%; z-index: 2; width: 64px; height: 14px; border-radius: 999px; background: #071b33; transform: translateX(-50%); }
.home-page .mobile-screen { min-height: 314px; padding: 42px 17px 20px; border-radius: 24px; background: linear-gradient(155deg, #f7ffff, #dff8fb); }
.home-page .mobile-label { display: block; color: var(--home-cyan-dark); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-page .mobile-screen strong { display: block; margin: 9px 0 20px; color: #082c58; font-size: 1rem; line-height: 1.35; }
.home-page .mobile-screen i { display: block; height: 42px; margin-top: 9px; border: 1px solid rgba(6, 43, 103, .11); border-radius: 11px; background: rgba(255, 255, 255, .82); }
.home-page .showcase-note { position: absolute; left: -22px; bottom: 22px; z-index: 3; max-width: 250px; padding: 16px 18px; border: 1px solid rgba(18, 187, 203, .35); border-radius: 16px; background: rgba(4, 21, 47, .94); box-shadow: 0 18px 40px rgba(4, 21, 47, .24); }
.home-page .showcase-note span { display: block; color: #79e8f1; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-page .showcase-note strong { display: block; margin-top: 6px; color: #fff; font-size: .94rem; }

/* Trust */
.home-page .trust-band { background: var(--home-deep); color: #fff; }
.home-page .trust-band-inner { min-height: 104px; display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: 34px; align-items: center; }
.home-page .trust-label { color: #a9c9dc; font-size: .82rem; font-weight: 800; line-height: 1.5; }
.home-page .trust-items { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; }
.home-page .trust-item { min-height: 52px; display: grid; place-items: center; padding: 8px 14px; border-left: 1px solid rgba(255, 255, 255, .12); color: #e4f6f7; text-align: center; font-size: .82rem; font-weight: 820; }
.home-page .trust-item img { max-width: 120px; max-height: 38px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .82; }

/* Pathways */
.home-page .pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-page .pathway-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid var(--home-border); border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(6, 43, 103, .055); }
.home-page .pathway-card::after { content: ""; position: absolute; right: -62px; bottom: -78px; width: 165px; height: 165px; border: 30px solid rgba(18, 187, 203, .055); border-radius: 50%; }
.home-page .pathway-number { position: absolute; top: 27px; right: 29px; color: #b9cad8; font-weight: 900; }
.home-page .pathway-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--home-ice); color: var(--home-cyan-dark); }
.home-page .pathway-icon svg { width: 25px; height: 25px; }
.home-page .pathway-card h3 { margin: 27px 0 12px; color: #082b57; font-size: 1.45rem; }
.home-page .pathway-card p { margin: 0 0 24px; color: var(--home-copy); }
.home-page .pathway-card .text-link { position: relative; z-index: 1; margin-top: auto; }

/* Spotlight */
.home-page .spotlight-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr); gap: 62px; align-items: center; }
.home-page .spotlight-media { position: relative; min-height: 510px; overflow: hidden; border: 1px solid var(--home-border); border-radius: 27px; background: #e7f5f8; box-shadow: var(--home-shadow); }
.home-page .spotlight-media img { width: 100%; height: 100%; min-height: 510px; }
.home-page .spotlight-status { position: absolute; left: 20px; bottom: 20px; padding: 9px 13px; border-radius: 999px; background: rgba(4, 21, 47, .9); color: #fff; font-size: .73rem; font-weight: 850; }
.home-page .spotlight-copy h2 { margin: 14px 0 18px; color: #082950; font-size: clamp(2.45rem, 4.1vw, 3.75rem); line-height: 1.04; letter-spacing: -.045em; }
.home-page .spotlight-lead { color: var(--home-copy); font-size: 1.08rem; }
.home-page .project-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.home-page .project-facts div { padding: 16px; border: 1px solid var(--home-border); border-radius: 14px; background: #fff; }
.home-page .project-facts dt { color: #71869a; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-page .project-facts dd { margin: 6px 0 0; color: #153c67; font-size: .88rem; font-weight: 800; }
.home-page .project-outcome { margin: 0 0 25px; padding: 19px 21px; border-left: 4px solid var(--home-cyan); background: #fff; }
.home-page .project-outcome span { color: var(--home-cyan-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.home-page .project-outcome p { margin: 7px 0 0; color: #34546f; }

/* Services */
.home-page .premium-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.home-page .premium-service-grid .service-card { padding: 31px; border: 1px solid var(--home-border); border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(6, 43, 103, .045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.home-page .premium-service-grid .service-card:hover { transform: translateY(-4px); border-color: rgba(18, 187, 203, .48); box-shadow: 0 24px 55px rgba(6, 43, 103, .1); }
.home-page .service-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-page .meaningful-icon { width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid rgba(18, 187, 203, .25); border-radius: 15px; background: var(--home-ice); color: var(--home-cyan-dark); }
.home-page .meaningful-icon svg { width: 25px; height: 25px; }
.home-page .ideal-for { max-width: 190px; color: #6b8195; text-align: right; font-size: .72rem; font-weight: 800; }
.home-page .premium-service-grid h3 { margin: 24px 0 8px; color: #082d5a; font-size: 1.45rem; }
.home-page .service-outcome { margin: 0 0 8px !important; color: #0b6575 !important; font-weight: 820; }
.home-page .premium-service-grid p { color: var(--home-copy); }
.home-page .premium-service-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; margin: 21px 0 24px; padding: 0; list-style: none; }
.home-page .premium-service-grid li { position: relative; padding-left: 20px; color: #36536f; font-size: .9rem; }
.home-page .premium-service-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--home-cyan-dark); font-weight: 900; }

/* Work evidence */
.home-page .evidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-page .evidence-card { overflow: hidden; border: 1px solid var(--home-border); border-radius: 23px; background: #fff; box-shadow: 0 10px 30px rgba(6, 43, 103, .045); }
.home-page .evidence-card .case-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e5f4f7; }
.home-page .evidence-card .case-media img { width: 100%; height: 100%; transition: transform .3s ease; }
.home-page .evidence-card:hover .case-media img { transform: scale(1.025); }
.home-page .evidence-card .case-content { padding: 24px; }
.home-page .evidence-card .case-content > span { color: var(--home-cyan-dark); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.home-page .evidence-card h3 { margin: 9px 0; color: #082b55; font-size: 1.35rem; }
.home-page .evidence-card p { color: var(--home-copy); }
.home-page .verified-result { padding-top: 13px; border-top: 1px solid #e6edf3; color: #264d6d !important; font-size: .88rem; }

/* Impact */
.home-page .impact-band { padding: 0; background: linear-gradient(135deg, #04152f, #062b67); color: #fff; }
.home-page .impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-page .impact-grid article { min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-left: 1px solid rgba(255, 255, 255, .12); }
.home-page .impact-grid article:first-child { border-left: 0; }
.home-page .impact-grid strong { color: #fff; font-size: clamp(2.1rem, 3.5vw, 3.35rem); letter-spacing: -.04em; }
.home-page .impact-grid span { color: #cbebed; font-weight: 800; }
.home-page .impact-grid small { margin-top: 7px; color: #9ebdcc; }

/* Process */
.home-page .premium-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--home-border); border-radius: 24px; overflow: hidden; background: #fff; }
.home-page .premium-process article { display: block; min-height: 270px; padding: 31px 28px; border-right: 1px solid var(--home-border); }
.home-page .premium-process article:last-child { border-right: 0; }
.home-page .premium-process article > span { display: block; margin-bottom: 50px; color: var(--home-cyan-dark); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.home-page .premium-process h3 { margin: 0 0 11px; color: #082d5a; font-size: 1.3rem; }
.home-page .premium-process p { margin: 0; color: var(--home-copy); }

/* Testimonials */
.home-page .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-page .testimonial-grid figure { margin: 0; padding: 29px; border: 1px solid var(--home-border); border-radius: 22px; background: #fff; }
.home-page .testimonial-grid blockquote { margin: 0 0 24px; color: #183e61; font-size: 1.06rem; line-height: 1.7; }
.home-page .testimonial-grid figcaption { display: flex; align-items: center; gap: 12px; }
.home-page .testimonial-grid img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.home-page .testimonial-grid strong, .home-page .testimonial-grid small { display: block; }
.home-page .testimonial-grid strong { color: #082b55; }
.home-page .testimonial-grid small { color: #71869a; }

/* Principles */
.home-page .principles-section { background: radial-gradient(circle at 90% 8%, rgba(18, 187, 203, .18), transparent 27%), linear-gradient(145deg, #031127, #062b67); }
.home-page .principles-layout { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); gap: 70px; align-items: start; }
.home-page .principles-section .section-heading { margin: 0; }
.home-page .principles-section .section-heading h2, .home-page .principles-section .section-heading p { color: #fff; }
.home-page .principles-section .section-heading p { opacity: .82; margin-bottom: 26px; }
.home-page .principles-grid { display: grid; gap: 16px; }
.home-page .principles-grid article { padding: 24px 26px; border: 1px solid rgba(121, 232, 241, .19); border-radius: 18px; background: rgba(255, 255, 255, .07); }
.home-page .principles-grid h3 { margin: 0 0 8px; color: #fff; }
.home-page .principles-grid p { margin: 0; color: #c5dbe8; }

/* FAQ */
.home-page .faq { display: grid; gap: 12px; }
.home-page .faq details { padding: 0 22px; border: 1px solid var(--home-border); border-radius: 14px; background: #fff; }
.home-page .faq details[open] { border-color: rgba(18, 187, 203, .5); box-shadow: 0 12px 30px rgba(6, 43, 103, .07); }
.home-page .faq summary { cursor: pointer; padding: 20px 32px 20px 0; color: #082b55; font-weight: 820; }
.home-page .faq p { margin: 0; padding: 0 0 22px; color: var(--home-copy); }

/* Footer conversion */
.home-page .footer-announcement-card { grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); background: linear-gradient(135deg, #04152f 0%, #062b67 58%, #087e92 130%) !important; }
.home-page .footer-announcement-actions { display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
.home-page .footer-announcement-actions .btn { width: 100%; }
.home-page .footer-call-link { display: block; padding: 11px 14px; border-radius: 12px; background: rgba(255, 255, 255, .08); text-align: center; }
.home-page .footer-call-link span, .home-page .footer-call-link strong { display: block; color: #fff; }
.home-page .footer-call-link span { font-size: .72rem; opacity: .72; }

@media (max-width: 1120px) {
  .home-page .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .84fr); gap: 44px; }
  .home-page .home-hero h1 { font-size: clamp(2.85rem, 5.5vw, 4.25rem); }
  .home-page .hero-stage, .home-page .product-showcase, .home-page .hero-picture { min-height: 490px; }
  .home-page .hero-picture img { min-height: 460px; }
  .home-page .browser-shell { inset: 25px 12px 55px 0; }
  .home-page .mobile-shell { width: 152px; min-height: 290px; }
  .home-page .mobile-screen { min-height: 274px; }
  .home-page .spotlight-grid { gap: 42px; }
  .home-page .spotlight-media, .home-page .spotlight-media img { min-height: 440px; }
  .home-page .evidence-grid { grid-template-columns: repeat(2, 1fr); }
  .home-page .evidence-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .home-page .evidence-card:last-child .case-media { aspect-ratio: auto; min-height: 310px; }
}

@media (max-width: 900px) {
  .home-page { --home-section: 82px; }
  .home-page .hero-grid { grid-template-columns: 1fr; padding: 66px 0 76px; }
  .home-page .hero-copy-column { max-width: 760px; }
  .home-page .home-hero h1 { max-width: 760px; font-size: clamp(2.9rem, 7vw, 4.45rem); }
  .home-page .hero-stage { max-width: 760px; width: 100%; }
  .home-page .product-showcase { min-height: 500px; }
  .home-page .trust-band-inner { grid-template-columns: 1fr; gap: 14px; padding: 25px 0; }
  .home-page .trust-label { text-align: center; }
  .home-page .trust-item:first-child { border-left: 0; }
  .home-page .split-heading { grid-template-columns: 1fr; gap: 6px; }
  .home-page .pathway-grid { grid-template-columns: 1fr 1fr; }
  .home-page .pathway-card:last-child { grid-column: 1 / -1; min-height: 270px; }
  .home-page .spotlight-grid { grid-template-columns: 1fr; }
  .home-page .spotlight-media, .home-page .spotlight-media img { min-height: 490px; }
  .home-page .premium-process { grid-template-columns: repeat(2, 1fr); }
  .home-page .premium-process article:nth-child(2) { border-right: 0; }
  .home-page .premium-process article:nth-child(-n+2) { border-bottom: 1px solid var(--home-border); }
  .home-page .testimonial-grid { grid-template-columns: 1fr; }
  .home-page .principles-layout { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 699px) {
  .home-page { --home-section: 68px; }
  .home-page .container { width: min(calc(100% - 36px), var(--max)); }
  .home-page .topbar { display: none; }
  .home-page .hero-grid { gap: 38px; padding: 48px 0 60px; }
  .home-page .home-hero h1 { margin-top: 16px; font-size: clamp(2.35rem, 10.6vw, 3.25rem); line-height: 1.035; }
  .home-page .home-hero .hero-copy { font-size: 1.01rem; line-height: 1.65; }
  .home-page .hero-buttons { align-items: stretch; gap: 11px; margin-top: 25px; }
  .home-page .hero-buttons .btn, .home-page .hero-buttons .text-link { width: 100%; justify-content: center; }
  .home-page .hero-buttons .text-link { min-height: 48px; border: 1px solid var(--home-border); border-radius: 12px; background: #fff; }
  .home-page .hero-assurances { display: grid; gap: 9px; margin-top: 21px; }
  .home-page .hero-assurances li:nth-child(n+3) { display: none; }
  .home-page .hero-next-step { margin-top: 20px; padding-top: 17px; font-size: .84rem; }
  .home-page .hero-stage, .home-page .product-showcase, .home-page .hero-picture { min-height: 365px; }
  .home-page .hero-picture { padding: 9px; border-radius: 22px; }
  .home-page .hero-picture img { min-height: 345px; border-radius: 15px; }
  .home-page .browser-shell { inset: 8px 8px 38px 0; border-radius: 20px; transform: none; }
  .home-page .browser-bar { height: 42px; }
  .home-page .browser-layout { grid-template-columns: 50px 1fr; min-height: 285px; }
  .home-page .browser-layout aside { gap: 13px; padding: 18px 12px; }
  .home-page .dashboard { padding: 18px; }
  .home-page .dashboard-heading { margin-bottom: 14px; }
  .home-page .dashboard-heading button { padding: 8px; font-size: .6rem; }
  .home-page .dashboard-metrics { gap: 6px; }
  .home-page .dashboard-metrics article { padding: 9px; }
  .home-page .dashboard-metrics article:last-child { display: none; }
  .home-page .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .home-page .dashboard-metrics strong { font-size: 1rem; }
  .home-page .dashboard-chart { height: 112px; }
  .home-page .mobile-shell { right: -3px; bottom: 0; width: 105px; min-height: 205px; padding: 5px; border-radius: 21px; }
  .home-page .mobile-screen { min-height: 195px; padding: 30px 10px 12px; border-radius: 17px; }
  .home-page .mobile-notch { width: 42px; height: 9px; top: 8px; }
  .home-page .mobile-label { font-size: .46rem; }
  .home-page .mobile-screen strong { font-size: .7rem; }
  .home-page .mobile-screen i { height: 26px; margin-top: 6px; border-radius: 7px; }
  .home-page .showcase-note { left: 12px; right: 92px; bottom: 9px; max-width: none; padding: 10px 12px; border-radius: 11px; }
  .home-page .showcase-note span { font-size: .5rem; }
  .home-page .showcase-note strong { font-size: .7rem; }
  .home-page .section-heading { margin-bottom: 31px; }
  .home-page .section-heading h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .home-page .trust-items { grid-template-columns: repeat(2, 1fr); }
  .home-page .trust-item { border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .home-page .trust-item:nth-child(odd) { border-left: 0; }
  .home-page .pathway-grid, .home-page .premium-service-grid, .home-page .evidence-grid { grid-template-columns: 1fr; }
  .home-page .pathway-card, .home-page .pathway-card:last-child { grid-column: auto; min-height: 285px; padding: 27px; }
  .home-page .spotlight-media, .home-page .spotlight-media img { min-height: 330px; }
  .home-page .spotlight-copy h2 { font-size: 2.35rem; }
  .home-page .project-facts { grid-template-columns: 1fr; }
  .home-page .premium-service-grid .service-card { padding: 27px; }
  .home-page .premium-service-grid ul { grid-template-columns: 1fr; }
  .home-page .evidence-card:last-child { grid-column: auto; display: block; }
  .home-page .evidence-card:last-child .case-media { min-height: 0; aspect-ratio: 16 / 10; }
  .home-page .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .home-page .impact-grid article { min-height: 135px; padding: 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .home-page .premium-process { grid-template-columns: 1fr; }
  .home-page .premium-process article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--home-border) !important; }
  .home-page .premium-process article:last-child { border-bottom: 0 !important; }
  .home-page .premium-process article > span { margin-bottom: 24px; }
  .home-page .footer-announcement-card { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .home-page .container { width: min(calc(100% - 30px), var(--max)); }
  .home-page .home-hero h1 { font-size: 2.22rem; }
  .home-page .hero-stage, .home-page .product-showcase, .home-page .hero-picture { min-height: 330px; }
  .home-page .hero-picture img { min-height: 310px; }
  .home-page .trust-items, .home-page .impact-grid { grid-template-columns: 1fr; }
  .home-page .trust-item { border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .premium-service-grid .service-card,
  .home-page .evidence-card .case-media img { transition: none; }
  .home-page .premium-service-grid .service-card:hover,
  .home-page .evidence-card:hover .case-media img { transform: none; }
}

/* Two verified projects remain balanced when the spotlight project is shown separately. */
.home-page .evidence-grid.evidence-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 930px; }
@media (max-width: 699px) { .home-page .evidence-grid.evidence-count-2 { grid-template-columns: 1fr; max-width: none; } }

/* Keep the mobile conversion dock out of the opening composition until the user scrolls. */
@media (max-width: 699px) {
  body.dock-enhanced .mobile-conversion-dock { opacity: 0; pointer-events: none; transform: translateY(110%); transition: opacity .22s ease, transform .22s ease; }
  body.dock-enhanced .mobile-conversion-dock.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .home-page .hero-next-step { display: none; }
  .home-page .hero-stage, .home-page .product-showcase, .home-page .hero-picture { min-height: 330px; }
}
@media (prefers-reduced-motion: reduce) {
  body.dock-enhanced .mobile-conversion-dock { transition: none; }
}
