/* ===== Yardi accents (Yardi blue — distinct from MRI terracotta + PayProp teal) ===== */
  :root {
    --yd-blue: #1786EE;
    --yd-deep: #0E5BA6;
    --yd-tint: #EAF4FE;
    --yd-line: rgba(23,134,238,0.18);
  }

  /* ===== Breadcrumb ===== */
  .crumb { padding: 20px 0 0; font-size: 13px; color: var(--color-text-subtle); }
  .crumb a { color: var(--color-text-subtle); }
  .crumb a:hover { color: var(--color-text); }
  .crumb .sep { margin: 0 8px; opacity: 0.5; }
  .crumb .here { color: var(--color-text); font-weight: 600; }

  /* ===== Hero ===== */
  .yd-hero { padding: 48px 0 96px; background: linear-gradient(180deg, #FDFDFE, var(--off-white-60)); border-bottom: 1px solid var(--color-border); position: relative; overflow: hidden; }
  .yd-hero::before { content: ''; position: absolute; top: -240px; right: -160px; width: 760px; height: 760px; background: radial-gradient(circle, rgba(23,134,238,0.10), transparent 65%); pointer-events: none; }
  .yd-hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }

  .yd-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: 56px; line-height: 1.04; letter-spacing: -0.025em; margin: 18px 0 18px; }
  .yd-hero .kicker { margin-top: 30px; display: inline-block; }
  .yd-hero p.lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.55; margin-bottom: 18px; max-width: 580px; }

  .yd-hero .differentiator {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-left: 3px solid var(--yd-blue);
    border-radius: var(--radius-md);
    font-size: 15px;
    color: var(--color-text);
    line-height: 1.45;
    margin-bottom: 28px;
    max-width: 580px;
  }
  .yd-hero .differentiator strong { font-weight: 600; }
  .yd-hero .differentiator .ic {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--yd-tint);
    color: var(--yd-deep);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .yd-hero .differentiator .ic svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

  .yd-hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

  /* Hero portfolio diagram — Yardi at center, surrounded by buildings/portfolio */
  .yd-hero-viz {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: -24px;
    aspect-ratio: 1 / 0.85;
  }
  .yd-portfolio {
    position: absolute; inset: 0;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    padding: 28px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
  }
  .yd-portfolio::before {
    content: 'PORTFOLIO VIEW';
    position: absolute; top: -10px; left: 24px;
    background: #fff;
    padding: 0 10px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--yd-blue);
  }
  .yd-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    height: 100%;
  }
  .yd-tile {
    border-radius: 10px;
    background: var(--off-white-60);
    border: 1px solid var(--color-border);
    display: flex; flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    font-size: 9px;
    font-weight: 600;
    color: var(--color-text-subtle);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
  }
  .yd-tile .building {
    width: 100%; flex: 1;
    display: flex; align-items: flex-end; justify-content: center;
  }
  .yd-tile .building svg { width: 70%; max-height: 100%; }
  .yd-tile .label { font-size: 8px; opacity: 0.7; }
  .yd-tile.passed { background: var(--green-20); border-color: rgba(97,206,112,0.4); color: #1E7A2B; }
  .yd-tile.flag { background: var(--color-warning-soft); border-color: rgba(217,148,21,0.4); color: #8A6518; }
  .yd-tile.synced { background: var(--yd-tint); border-color: var(--yd-line); color: var(--yd-deep); }

  .yd-hub {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    padding: 22px 28px;
    box-shadow: 0 8px 30px rgba(15,76,117,0.18);
    border: 1px solid var(--yd-line);
    display: flex; flex-direction: column;
    align-items: center; gap: 8px;
    min-width: 200px;
  }
  .yd-hub img { height: 36px; width: auto; max-width: 140px; object-fit: contain; }
  .yd-hub .sub { font-family: var(--font-body); font-weight: 600; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-text-subtle); }

  /* Section heads */
  .section-head { margin-bottom: 48px; max-width: 740px; }
  .section-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
  .section-head p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }

  /* ===== Positioning ===== */
  .pos { padding: 96px 0; }
  .pos-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .pos h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; }
  .pos p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; max-width: 520px; margin-bottom: 4px; }
  .pos ul.bullets { list-style: none; margin-top: 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .pos ul.bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--color-text); }
  .pos ul.bullets li .check { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--yd-tint); color: var(--yd-deep); display: flex; align-items: center; justify-content: center; }
  .pos ul.bullets li .check svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* Standardisation grid — visual: many properties, all checked */
  .pos-stdz {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-sm);
    position: relative;
  }
  .pos-stdz::before {
    content: '320 PROPERTIES — STANDARDISED';
    position: absolute; top: -10px; left: 24px;
    background: #fff;
    padding: 0 10px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--yd-blue);
  }
  .pos-stdz-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
  }
  .pos-stdz-cell {
    aspect-ratio: 1;
    border-radius: 4px;
    background: var(--green-20);
    color: #1E7A2B;
    display: flex; align-items: center; justify-content: center;
    font-size: 9px;
    font-weight: 700;
  }
  .pos-stdz-cell.flag { background: var(--color-warning-soft); color: #8A6518; }
  .pos-stdz-cell.due { background: var(--off-white-100); color: var(--color-text-subtle); }
  .pos-stdz-foot {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 12px;
  }
  .pos-stdz-foot .legend { display: flex; gap: 14px; color: var(--color-text-muted); }
  .pos-stdz-foot .legend span { display: inline-flex; align-items: center; gap: 6px; }
  .pos-stdz-foot .legend .dot { width: 8px; height: 8px; border-radius: 2px; }
  .pos-stdz-foot .legend .dot.pass { background: var(--green-100); }
  .pos-stdz-foot .legend .dot.flag { background: var(--color-warning); }
  .pos-stdz-foot .legend .dot.due { background: var(--anthracite-40); }
  .pos-stdz-foot .completion { font-weight: 600; color: var(--color-text); }

  /* ===== Use cases ===== */
  .uc { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .uc-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex; flex-direction: column; gap: 14px;
    transition: all 200ms var(--ease-standard);
    position: relative;
    overflow: hidden;
  }
  .uc-card:hover { border-color: var(--yd-blue); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .uc-card .img-band {
    height: 90px; margin: -28px -24px 8px; padding: 16px 24px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
  }
  .uc-card .img-band svg { width: 100%; height: 100%; }
  .uc-card.mf .img-band { background: linear-gradient(135deg, #E0EAF5, #B7C9DD); }
  .uc-card.ph .img-band { background: linear-gradient(135deg, #DDE8E0, #A8C5AE); }
  .uc-card.cm .img-band { background: linear-gradient(135deg, #DEDDE8, #A8A6C0); }
  .uc-card.fo .img-band { background: linear-gradient(135deg, #E8DFD7, #C0A488); }
  .uc-card .pill {
    align-self: flex-start;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 4px 9px; border-radius: 999px;
    background: var(--yd-tint); color: var(--yd-deep);
  }
  .uc-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .uc-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

  /* ===== How it works (timeline) ===== */
  .how { padding: 96px 0; }
  .how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
  }
  .how-step {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 26px 24px;
    display: flex; flex-direction: column; gap: 12px;
    position: relative;
  }
  .how-step .num {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: var(--yd-tint);
    color: var(--yd-deep);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
  }
  .how-step h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .how-step p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }
  .how-step .arrow {
    position: absolute;
    top: 38px; right: -24px;
    width: 24px;
    color: var(--anthracite-40);
    z-index: 2;
  }
  .how-step .arrow svg { width: 100%; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
  .how-step:last-child .arrow { display: none; }

  /* ===== Capabilities ===== */
  .caps { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .caps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .cap-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: all 200ms var(--ease-standard);
  }
  .cap-card:hover { border-color: var(--yd-blue); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .cap-card .ic {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--yd-tint);
    color: var(--yd-deep);
    display: flex; align-items: center; justify-content: center;
  }
  .cap-card .ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .cap-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .cap-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

  /* ===== Comparison ===== */
  .cmp { padding: 96px 0; }
  .cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
  .cmp-col {
    border-radius: 18px;
    padding: 32px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .cmp-col.before { background: #fff; border: 1px solid var(--color-border); }
  .cmp-col.after { background: var(--anthracite-100); color: #fff; }
  .cmp-col h4 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 6px;
  }
  .cmp-col.before h4 { border-bottom: 1px solid var(--color-border); color: var(--anthracite-80); }
  .cmp-col.after h4 { border-bottom: 1px solid rgba(255,255,255,0.12); color: #fff; }
  .cmp-col h4 .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
  .cmp-col.before .tag { background: var(--off-white-100); color: var(--color-text-subtle); }
  .cmp-col.after .tag { background: rgba(23,134,238,0.18); color: #7FB6F1; }
  .cmp-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .cmp-col li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; }
  .cmp-col.before li { color: var(--color-text-muted); }
  .cmp-col.after li { color: rgba(255,255,255,0.92); }
  .cmp-col li .ic { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .cmp-col.before li .ic { background: rgba(0,0,0,0.05); color: var(--color-text-subtle); }
  .cmp-col.after li .ic { background: rgba(23,134,238,0.22); color: #7FB6F1; }
  .cmp-col li .ic svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Reporting band ===== */
  .rep { padding: 96px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .rep::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 80% 30%, rgba(23,134,238,0.22), transparent 55%); pointer-events: none; }
  .rep .container-wide { position: relative; z-index: 1; }
  .rep-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .rep h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; color: #fff; margin: 16px 0 16px; }
  .rep p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 28px; max-width: 480px; }
  .rep .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .rep .btn-ghost:hover { background: rgba(255,255,255,0.1); }
  .rep .kicker.on-dark { color: #7FB6F1; }

  /* Portfolio dashboard mock */
  .rep-mock {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: var(--shadow-lg);
    color: var(--color-text);
    transform: rotate(-1deg);
    position: relative;
  }
  .rep-mock .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); gap: 8px; }
  .rep-mock .top h6 { font-family: var(--font-display); font-weight: 600; font-size: 14px; }
  .rep-mock .top .pill {
    font-size: 10px; padding: 3px 8px; border-radius: 999px;
    background: var(--yd-tint); color: var(--yd-deep);
    font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    flex-shrink: 0;
  }
  .rep-mock .stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
  .rep-mock .stat { padding: 10px 12px; background: var(--off-white-60); border-radius: 8px; }
  .rep-mock .stat .v { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1; color: var(--anthracite-100); }
  .rep-mock .stat .l { font-size: 9px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-text-subtle); margin-top: 4px; }
  .rep-mock .stat.up .v { color: #1E7A2B; }
  .rep-mock .stat.warn .v { color: #8A6518; }
  .rep-mock .rows { display: flex; flex-direction: column; gap: 7px; }
  .rep-mock .row { display: grid; grid-template-columns: 24px 1fr auto auto; align-items: center; gap: 10px; padding: 9px 12px; background: var(--off-white-60); border-radius: 8px; font-size: 12px; }
  .rep-mock .row .ix { width: 22px; height: 22px; border-radius: 5px; background: var(--yd-tint); color: var(--yd-deep); display: flex; align-items: center; justify-content: center; font-size: 11px; }
  .rep-mock .row .lbl { color: var(--color-text); font-weight: 500; }
  .rep-mock .row .meta { color: var(--color-text-subtle); font-size: 11px; }
  .rep-mock .row .badge-pass { background: var(--green-20); color: #1E7A2B; font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 700; }
  .rep-mock .row .badge-action { background: var(--color-warning-soft); color: #8A6518; font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 700; }
  .rep-mock .footer-line { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--color-text-subtle); }
  .rep-mock .footer-line .sync { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--yd-deep); }
  .rep-mock .footer-line .sync .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yd-blue); }

  /* ===== Compliance section ===== */
  .comp { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .comp-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .comp h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; }
  .comp p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; max-width: 520px; }
  .comp ul.bullets { list-style: none; margin-top: 22px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .comp ul.bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; }
  .comp ul.bullets li .check { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--yd-tint); color: var(--yd-deep); display: flex; align-items: center; justify-content: center; }
  .comp ul.bullets li .check svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* Audit ledger visual */
  .audit-ledger {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow-sm);
    position: relative;
  }
  .audit-ledger::before {
    content: 'AUDIT TRAIL';
    position: absolute; top: -10px; left: 24px;
    background: var(--off-white-60);
    padding: 0 10px;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--yd-blue);
  }
  .audit-row {
    display: grid;
    grid-template-columns: 14px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--color-border);
    position: relative;
  }
  .audit-row:last-child { border-bottom: none; padding-bottom: 0; }
  .audit-row:first-child { padding-top: 0; }
  .audit-row .marker {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--yd-blue);
    box-shadow: 0 0 0 3px var(--yd-tint);
    position: relative;
  }
  .audit-row .body { display: flex; flex-direction: column; gap: 3px; }
  .audit-row .body strong { font-family: var(--font-display); font-weight: 600; font-size: 13px; }
  .audit-row .body small { font-size: 11px; color: var(--color-text-subtle); }
  .audit-row .ts { font-family: var(--font-display); font-weight: 600; font-size: 11px; color: var(--color-text-subtle); }

  /* ===== Why Yardi ===== */
  .why { padding: 96px 0; }
  .why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .why h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin: 16px 0 14px; }
  .why p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; max-width: 520px; }
  .why ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
  .why ul li { background: #fff; border: 1px solid var(--color-border); border-radius: 12px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; }
  .why ul li .ic { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--yd-tint); color: var(--yd-deep); display: flex; align-items: center; justify-content: center; }
  .why ul li .ic svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Final CTA ===== */
  .final-cta { padding: 104px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 70% 30%, rgba(23,134,238,0.22), transparent 60%); pointer-events: none; }
  .final-cta .inner { position: relative; text-align: center; max-width: 680px; margin: 0 auto; }
  .final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 44px; line-height: 1.08; letter-spacing: -0.025em; color: #fff; margin: 18px 0 16px; }
  .final-cta p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 28px; }
  .final-cta .ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .final-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .final-cta .btn-ghost:hover { background: rgba(255,255,255,0.1); }
  .final-cta .kicker.on-dark { color: #7FB6F1; }

  @media (max-width: 1100px) {
    .yd-hero-inner, .pos-inner, .rep-inner, .why-inner, .comp-inner { grid-template-columns: 1fr; gap: 48px; }
    .yd-hero h1 { font-size: 40px; }
    .uc-grid { grid-template-columns: repeat(2, 1fr); }
    .caps-grid { grid-template-columns: repeat(2, 1fr); }
    .how-grid { grid-template-columns: repeat(2, 1fr); }
    .how-step:nth-child(2) .arrow { display: none; }
    .cmp-grid, .why ul { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .uc-grid, .caps-grid, .how-grid { grid-template-columns: 1fr; }
    .how-step .arrow { display: none; }
    .yd-hero h1, .section-head h2, .rep h2, .final-cta h2, .pos h2, .comp h2, .why h2 { font-size: 32px; }
    .rep-mock .stat-row { grid-template-columns: repeat(2, 1fr); }
  }
