.page-home .hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.page-home .hero--home { padding-top: clamp(40px, 5vw, 72px); }
.page-home .hero-noise { position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(rgba(255,255,255,.28) .6px, transparent .6px); background-size: 10px 10px; mask-image: linear-gradient(to bottom, #000, transparent 95%); }
.page-home .hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 720px; gap: 40px; padding-bottom: 85px; }
.page-home .hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 5.6rem); }
.page-home .hero-lede { max-width: 680px; color: rgba(255,255,255,.78); font-size: 1.14rem; }
.page-home .hero-copy .button-row { margin-top: 32px; }
.page-home .hero-trust { display: flex; gap: 34px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.page-home .hero-trust div { display: grid; }
.page-home .hero-trust strong { font-size: 1rem; }
.page-home .hero-trust span { color: rgba(255,255,255,.53); font-size: .78rem; }
.page-home .hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.page-home .hero-art, .page-home .hero-photo { width: 100%; height: 560px; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.page-home .hero-photo { filter: saturate(.85) contrast(1.06); }
.page-home .floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 245px; background: rgba(255,255,255,.96); color: var(--ink); padding: 13px 17px; border-radius: 14px; box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.page-home .floating-card--top { right: -20px; top: 68px; }
.page-home .floating-card--bottom { left: -30px; bottom: 55px; }
.page-home .floating-card div { display: grid; }
.page-home .floating-card small { color: var(--muted); }
.page-home .mini-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; font-weight: 900; }
.page-home .welcome-strip { border-top: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: rgba(255,255,255,.78); font-size: 1rem; font-weight: 680; padding: 18px 0; }
.page-home .section--intro { background: var(--paper); }
.page-home .intro-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 9vw; }
.page-home .intro-copy { max-width: 660px; }
.page-home .intro-copy .text-link { margin-top: 15px; }
.page-home .section--services { background: var(--paper-2); }
.page-home .feature-split { display: grid; grid-template-columns: 1fr .82fr; gap: 8vw; align-items: center; }
.page-home .feature-visual { position: relative; }
.page-home .feature-visual > img { width: 100%; border-radius: 32px; }
.page-home .metric-card { position: absolute; left: -25px; bottom: -25px; background: var(--accent); color: var(--ink); padding: 22px 25px; border-radius: 18px; display: grid; box-shadow: var(--shadow); }
.page-home .metric-card span { font-size: .78rem; font-weight: 720; }
.page-home .metric-card strong { font-size: 1.25rem; }
.page-home .feature-copy p { color: rgba(255,255,255,.68); font-size: 1.12rem; }
.page-home .class-stack { border-top: 1px solid var(--line); }
.page-home .class-row { position: relative; display: grid; grid-template-columns: 60px 1fr auto 42px; align-items: center; gap: 24px; padding: 30px 10px; border-bottom: 1px solid var(--line); transition: background .2s; }
.page-home .class-row:hover { background: rgba(255,255,255,.54); }
.page-home .class-index { font-weight: 900; color: rgba(17,19,21,.35); }
.page-home .class-row h3 { margin: 0 0 6px; font-size: 1.85rem; }
.page-home .class-row p { margin: 0; color: var(--muted); }
.page-home .class-meta { display: flex; flex-wrap: wrap; gap: 8px; justify-content: end; }
.page-home .class-meta span { border: 1px solid var(--line); border-radius: 99px; padding: 7px 12px; font-size: .76rem; font-weight: 700; }
.page-home .class-arrow { font-size: 1.3rem; }
.page-home .section--community { background: #edf3cb; }
.page-home .community-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.page-home .community-copy p { max-width: 620px; }
.page-home .community-art img { border-radius: 32px; box-shadow: var(--shadow); }
.page-home .section--testimonials { background: var(--paper-2); }
.page-home .testimonial-slider { min-height: 430px; position: relative; padding-top: 30px; }
.page-home .testimonial { display: none; max-width: 1080px; margin: 0; }
.page-home .testimonial.is-active { display: block; animation: fadeUp .4s both; }
html:not(.js) .page-home .testimonial { display: block; margin-bottom: 36px; }
.page-home .testimonial p { font-size: clamp(2rem,4.4vw,4.2rem); line-height: 1.15; letter-spacing: 0; }
.page-home .testimonial footer { display: flex; gap: 15px; align-items: center; }
.page-home .testimonial footer span { color: var(--muted); }
.page-home .slider-controls { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.page-home .slider-controls button { border: 1px solid var(--line); background: transparent; width: 46px; height: 46px; border-radius: 50%; }
.page-home .section--app-tease { background: #eeeaf8; }
.page-home .app-tease-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.page-home .app-tease-visual img { max-height: 680px; margin-inline: auto; }

@media (max-width: 1080px) {
  .page-home .hero-grid, .page-home .feature-split, .page-home .community-grid, .page-home .app-tease-grid { grid-template-columns: 1fr; }
  .page-home .hero-grid { padding-top: 40px; }
  .page-home .hero-visual { min-height: 520px; }
  .page-home .hero-art, .page-home .hero-photo { height: 520px; }
  .page-home .hero-copy h1 { max-width: 900px; }
  .page-home .floating-card--bottom, .page-home .metric-card { left: 0; }
}
@media (max-width: 760px) {
  .page-home .hero-grid { min-height: auto; padding-bottom: 60px; }
  .page-home .hero-copy h1 { font-size: clamp(2.8rem,13vw,4.65rem); }
  .page-home .hero-trust { flex-direction: column; gap: 14px; }
  .page-home .hero-visual { min-height: 400px; }
  .page-home .hero-art, .page-home .hero-photo { height: 410px; }
  .page-home .floating-card { min-width: 0; max-width: 220px; }
  .page-home .floating-card--top { right: 7px; top: 25px; }
  .page-home .floating-card--bottom { left: 7px; bottom: 20px; }
  .page-home .intro-grid { grid-template-columns: 1fr; }
  .page-home .class-row { grid-template-columns: 42px 1fr 28px; }
  .page-home .class-meta { grid-column: 2/4; justify-content: start; }
  .page-home .community-grid, .page-home .app-tease-grid { gap: 45px; }
  .page-home .testimonial-slider { min-height: 360px; }
  .page-home .testimonial p { font-size: 2.5rem; }
}
@media (max-width: 430px) {
  .page-home .hero-visual { min-height: 330px; }
  .page-home .hero-art, .page-home .hero-photo { height: 340px; border-radius: 22px; }
  .page-home .floating-card { max-width: calc(100% - 24px); font-size: .88rem; }
}
