/* Homepage redesign etalon styles — shared by city indexes + preview */

      .form-badges-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
      .form-badge-chip {
        font-size: .72rem; padding: 5px 10px; border-radius: 999px;
        border: 1px solid rgba(16,185,129,.25); background: rgba(16,185,129,.08); color: #86efac;
      }
      .hero-form-hint { font-size: .8rem; color: var(--text-muted); margin-top: 12px; line-height: 1.45; }

      .howto-section { padding: 90px 0; }
      .howto-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; margin-top: 20px; }
      .howto-timeline::before {
        content: ""; position: absolute; top: 28px; left: 8%; right: 8%; height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255,115,0,.45), transparent);
      }
      .howto-step { text-align: center; position: relative; padding: 8px 6px; }
      .howto-num {
        width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center;
        font-family: var(--font-title); font-weight: 800;
        background: linear-gradient(135deg, #ff8f00, #ff5100); color: #fff;
        box-shadow: 0 0 0 6px rgba(255,115,0,.12); position: relative; z-index: 1;
      }
      .howto-step h3 { font-size: .95rem; margin-bottom: 8px; }
      .howto-step p { font-size: .82rem; color: var(--text-muted); line-height: 1.45; }

      .fleet-extra-note {
        margin-top: 24px; text-align: center; color: var(--text-muted); font-size: .95rem;
        padding: 16px 20px; border-radius: var(--radius-md); border: 1px solid var(--card-border);
        background: rgba(255,255,255,.02);
      }
      .fleet-extra-note strong { color: #ffb060; }
      /* keep original 2-col fleet, no crop */
      /* Fleet: photo top, text bottom — no overlap */
      .fleet-section .fleet-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
      }
      .fleet-section .fleet-card {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        overflow: hidden;
      }
      .fleet-section .fleet-img-box {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 10 !important;
        overflow: hidden !important;
        flex-shrink: 0;
      }
      .fleet-section .fleet-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block;
      }
      .fleet-section .fleet-info {
        padding: 24px 26px 26px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0;
        flex: 1;
      }
      .fleet-section .fleet-info h3 {
        margin-bottom: 4px;
      }
      .fleet-section .fleet-specs {
        margin-top: 12px !important;
        margin-bottom: 18px !important;
      }
      .fleet-section .fleet-price-box {
        margin-top: auto;
        flex-wrap: wrap;
        gap: 12px;
      }
      .fleet-section .fleet-extra-note {
        margin-top: 22px;
      }
.geo-section { padding: 90px 0; background: var(--bg-secondary); }
      .geo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 20px; }
      .geo-card { text-align: center; padding: 28px 14px; }
      .geo-card .pin { font-size: 1.4rem; margin-bottom: 8px; }
      .geo-note {
        text-align: center; color: var(--text-muted); font-size: .95rem; padding: 18px 22px;
        border-radius: var(--radius-md); border: 1px solid var(--card-border); background: rgba(255,255,255,.02); line-height: 1.55;
      }
      .geo-note strong { color: #fff; }

      .final-cta-section { padding: 80px 0 100px; }
      .final-cta-card {
        text-align: center; padding: 56px 32px; border-radius: var(--radius-lg);
        background: radial-gradient(circle at 50% 0%, rgba(255,115,0,.18), transparent 55%), var(--card-bg);
        border: 1px solid rgba(255,115,0,.28);
      }
      .final-cta-card h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 14px; }
      .final-cta-card > p { color: var(--text-muted); max-width: 540px; margin: 0 auto 24px; font-size: 1.05rem; }
      .final-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
      .final-cta-note { margin-top: 16px; font-size: .85rem; color: var(--text-muted); }

      @media (max-width: 1024px) {
        .howto-timeline { grid-template-columns: 1fr; gap: 20px; }
        .howto-timeline::before { display: none; }
        .howto-step { text-align: left; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
        .howto-num { margin: 0; }
        .geo-grid { grid-template-columns: repeat(3, 1fr); }
        .fleet-section .fleet-grid { grid-template-columns: 1fr; }
      }
      @media (max-width: 640px) {
        .geo-grid { grid-template-columns: 1fr; }
        .hero-title { font-size: 1.85rem !important; }
        .final-cta-actions .btn { width: 100%; }
      }
    
      /* Premium advantages */
      .advantages-premium {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 22px !important;
      }
      .adv-premium-card {
        padding: 28px 26px 30px !important;
        position: relative;
        overflow: hidden;
        background: linear-gradient(165deg, rgba(28,36,54,.9), rgba(13,17,27,.95)) !important;
        border: 1px solid rgba(255,255,255,.07) !important;
        transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
      }
      .adv-premium-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255,143,0,.85), transparent);
        opacity: .7;
      }
      .adv-premium-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255,115,0,.35) !important;
        box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(255,115,0,.08);
      }
      .adv-premium-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
      }
      .adv-premium-num {
        font-family: var(--font-title);
        font-weight: 800;
        font-size: .78rem;
        letter-spacing: .12em;
        color: rgba(255,176,96,.85);
      }
      .adv-premium-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        color: #ffb060;
        background: rgba(255,115,0,.1);
        border: 1px solid rgba(255,115,0,.22);
        box-shadow: 0 0 24px rgba(255,115,0,.12);
      }
      .adv-premium-card h3 {
        font-size: 1.15rem !important;
        margin-bottom: 10px !important;
        letter-spacing: -0.01em;
      }
      .adv-premium-card p {
        font-size: .92rem !important;
        line-height: 1.55 !important;
        color: #9aa8bc !important;
        margin: 0;
      }
      @media (max-width: 960px) {
        .advantages-premium { grid-template-columns: repeat(2, 1fr) !important; }
      }
      @media (max-width: 560px) {
        .advantages-premium { grid-template-columns: 1fr !important; }
      }

    
      /* ===== GEO PREMIUM + MODALS ===== */
      .geo-section { padding: 90px 0; background: var(--bg-secondary); }
      .geo-premium-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 14px;
        margin-bottom: 22px;
      }
      .geo-premium-card {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid rgba(255,255,255,.08);
        background: linear-gradient(165deg, rgba(28,36,54,.95), rgba(10,14,22,.98));
        color: inherit;
        text-align: left;
        padding: 22px 18px 18px;
        border-radius: var(--radius-md);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-height: 160px;
        position: relative;
        transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
        font-family: inherit;
        width: 100%;
      }
      .geo-premium-card:hover,
      .geo-premium-card:focus-visible {
        transform: translateY(-4px);
        border-color: rgba(255,115,0,.4);
        box-shadow: 0 16px 36px rgba(0,0,0,.35);
        outline: none;
      }
      .geo-premium-badge {
        position: absolute;
        top: 12px; right: 12px;
        font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
        color: #1a1000; background: linear-gradient(135deg,#ffb700,#ff7300);
        padding: 3px 8px; border-radius: 999px;
      }
      .geo-premium-pin { font-size: 1.25rem; line-height: 1; }
      .geo-premium-card strong {
        font-family: var(--font-title);
        font-size: 1.05rem;
        color: #fff;
      }
      .geo-premium-meta { font-size: .82rem; color: var(--text-muted); }
      .geo-premium-more {
        margin-top: auto;
        padding-top: 10px;
        font-size: .8rem;
        font-weight: 700;
        color: #ffb060;
      }
      .geo-premium-note {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 20px;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        border-radius: var(--radius-md);
        border: 1px solid rgba(255,255,255,.07);
        background: rgba(255,255,255,.02);
      }
      .geo-premium-note strong { display: block; color: #fff; margin-bottom: 4px; }
      .geo-premium-note p { color: var(--text-muted); font-size: .9rem; margin: 0; }

      /* Geo modal */
      .geo-modal-overlay {
        position: fixed; inset: 0; z-index: 3000;
        background: rgba(3,6,12,.72);
        backdrop-filter: blur(8px);
        display: none;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
      }
      .geo-modal-overlay.is-open { display: flex; }
      .geo-modal {
        width: min(560px, 100%);
        max-height: min(88vh, 720px);
        overflow: auto;
        background: linear-gradient(180deg, #141b2b 0%, #0b101a 100%);
        border: 1px solid rgba(255,115,0,.25);
        border-radius: 20px 20px 0 0;
        padding: 22px 20px 28px;
        box-shadow: 0 -20px 60px rgba(0,0,0,.5);
        animation: geoSheet .28s ease;
      }
      @keyframes geoSheet {
        from { transform: translateY(24px); opacity: .6; }
        to { transform: translateY(0); opacity: 1; }
      }
      .geo-modal-handle {
        width: 42px; height: 4px; border-radius: 99px;
        background: rgba(255,255,255,.18);
        margin: 0 auto 16px;
      }
      .geo-modal-head {
        display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
        margin-bottom: 14px;
      }
      .geo-modal-head h3 {
        font-size: 1.35rem; margin: 0 0 4px;
      }
      .geo-modal-head p { color: var(--text-muted); font-size: .9rem; margin: 0; }
      .geo-modal-close {
        appearance: none; border: 0; background: rgba(255,255,255,.06);
        color: #fff; width: 36px; height: 36px; border-radius: 10px;
        font-size: 1.2rem; cursor: pointer; flex-shrink: 0;
      }
      .geo-modal-body { color: #c7d2e0; font-size: .95rem; line-height: 1.55; }
      .geo-modal-body ul { margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
      .geo-modal-body li {
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.06);
      }
      .geo-modal-body li strong { color: #fff; font-weight: 600; }
      .geo-modal-actions {
        display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px;
      }
      .geo-modal-actions .btn { flex: 1 1 140px; justify-content: center; }

      @media (min-width: 768px) {
        .geo-modal-overlay {
          align-items: center;
          padding: 24px;
        }
        .geo-modal {
          border-radius: 20px;
          padding: 28px 28px 30px;
          animation: geoPop .25s ease;
        }
        .geo-modal-handle { display: none; }
        @keyframes geoPop {
          from { transform: scale(.96); opacity: .5; }
          to { transform: scale(1); opacity: 1; }
        }
      }
      @media (max-width: 1024px) {
        .geo-premium-grid { grid-template-columns: repeat(3, 1fr); }
      }
      @media (max-width: 640px) {
        .geo-premium-grid { grid-template-columns: 1fr 1fr; }
        .geo-premium-card { min-height: 148px; padding: 18px 14px 14px; }
        .geo-premium-note { flex-direction: column; align-items: stretch; }
        .geo-premium-note .btn { width: 100%; }
      }
      @media (max-width: 380px) {
        .geo-premium-grid { grid-template-columns: 1fr; }
      }

      /* ===== FAQ PREMIUM ===== */
      .faq-premium-section { padding: 90px 0; }
      .faq-premium-list {
        max-width: 820px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
      .faq-premium-item {
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,.07);
        background: linear-gradient(165deg, rgba(24,31,46,.92), rgba(11,15,24,.96));
        overflow: hidden;
        transition: border-color .3s ease, box-shadow .3s ease;
      }
      .faq-premium-item.is-open {
        border-color: rgba(255,115,0,.35);
        box-shadow: 0 12px 32px rgba(0,0,0,.25);
      }
      .faq-premium-trigger {
        width: 100%;
        appearance: none;
        border: 0;
        background: transparent;
        color: #fff;
        text-align: left;
        padding: 18px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        cursor: pointer;
        font-family: var(--font-title);
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.35;
      }
      .faq-premium-icon {
        width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
        background: rgba(255,115,0,.12);
        border: 1px solid rgba(255,115,0,.25);
        position: relative;
      }
      .faq-premium-icon::before,
      .faq-premium-icon::after {
        content: "";
        position: absolute;
        background: #ffb060;
        border-radius: 2px;
        transition: transform .25s ease, opacity .25s ease;
      }
      .faq-premium-icon::before {
        width: 12px; height: 2px; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
      }
      .faq-premium-icon::after {
        width: 2px; height: 12px; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
      }
      .faq-premium-item.is-open .faq-premium-icon::after {
        opacity: 0;
        transform: translate(-50%, -50%) scaleY(0);
      }
      .faq-premium-panel {
        display: none;
        padding: 0 20px 18px;
        color: #9eacc0;
        font-size: .95rem;
        line-height: 1.55;
      }
      .faq-premium-item.is-open .faq-premium-panel { display: block; }
      .faq-premium-panel p { margin: 0; }
      .faq-premium-panel strong { color: #e8eef7; }
      @media (max-width: 640px) {
        .faq-premium-trigger { padding: 16px; font-size: .95rem; }
        .faq-premium-panel { padding: 0 16px 16px; font-size: .92rem; }
      }

      /* ===== B2B PREMIUM ===== */
      .b2b-premium { padding: 100px 0; }
      .b2b-premium-layout {
        display: grid;
        grid-template-columns: 1.2fr .8fr;
        gap: 20px;
        align-items: stretch;
        margin-bottom: 20px;
      }
      .b2b-lead-card { padding: 36px 32px; }
      .b2b-cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
      .b2b-side-stack { display: flex; flex-direction: column; gap: 12px; }
      .b2b-metric-card {
        padding: 18px 18px 16px;
      }
      .b2b-metric-label {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #ffb060;
        margin-bottom: 8px;
      }
      .b2b-metric-card strong {
        display: block;
        font-family: var(--font-title);
        font-size: 1.05rem;
        margin-bottom: 6px;
        color: #fff;
      }
      .b2b-metric-card p {
        margin: 0;
        color: var(--text-muted);
        font-size: .88rem;
      }
      .b2b-mini-tags {
        display: flex; flex-wrap: wrap; gap: 8px;
      }
      .b2b-mini-tags span {
        font-size: .75rem;
        padding: 6px 10px;
        border-radius: 999px;
        border: 1px solid rgba(255,115,0,.22);
        background: rgba(255,115,0,.08);
        color: #ffc48a;
      }
      .b2b-cases-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
      }
      .b2b-case { padding: 22px 20px; }
      .b2b-case-num {
        font-family: var(--font-title);
        font-weight: 800;
        font-size: .8rem;
        letter-spacing: .1em;
        color: rgba(255,176,96,.85);
        display: block;
        margin-bottom: 10px;
      }
      .b2b-case h4 { font-size: 1.05rem; margin-bottom: 8px; color: #fff; }
      .b2b-case p { margin: 0; color: var(--text-muted); font-size: .9rem; line-height: 1.5; }
      @media (max-width: 960px) {
        .b2b-premium-layout { grid-template-columns: 1fr; }
        .b2b-cases-grid { grid-template-columns: 1fr; }
        .fleet-section .fleet-grid { grid-template-columns: 1fr !important; }
      }
      @media (max-width: 640px) {
        .b2b-lead-card { padding: 24px 18px; }
        .b2b-cta-row .btn { width: 100%; }
      }

    
      /* Privacy link — visible accent */
      .privacy-link-accent {
        color: #ff9a3c !important;
        text-decoration: underline !important;
        text-underline-offset: 3px;
        font-weight: 700 !important;
        text-shadow: 0 0 18px rgba(255,154,60,.25);
      }
      .privacy-link-accent:hover { color: #ffc48a !important; }

      .form-privacy-note {
        color: #94a3b8 !important;
        font-size: 0.8rem !important;
      }
      .form-privacy-note a,
      .u-style-025 a,
      a[href="privacy.html"] {
        color: #ff9a3c !important;
        text-decoration: underline !important;
        text-underline-offset: 3px;
        font-weight: 600;
      }
      .form-privacy-note a:hover,
      a[href="privacy.html"]:hover {
        color: #ffb870 !important;
      }

      /* Stats polish */
      .stats-section .stat-card {
        background: linear-gradient(165deg, rgba(28,36,54,.75), rgba(10,14,22,.9));
        border: 1px solid rgba(255,255,255,.07);
        box-shadow: 0 10px 30px rgba(0,0,0,.2);
      }
      .stats-section .stat-num {
        font-size: clamp(2.2rem, 4vw, 3.4rem);
      }

      /* Premium polish: order form privacy + glass */
      .order-glass-card .form-privacy-note a {
        color: #ff9a3c !important;
      }

    
      /* Team quality cards (replace cheap checkmarks) */
      .team-quality-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        max-width: 1100px;
        margin: 0 auto;
        text-align: left;
      }
      .team-quality-card {
        padding: 22px 20px 24px;
        background: linear-gradient(165deg, rgba(28,36,54,.92), rgba(10,14,22,.96));
        border: 1px solid rgba(255,255,255,.07);
        transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
      }
      .team-quality-card:hover {
        transform: translateY(-3px);
        border-color: rgba(255,115,0,.35);
        box-shadow: 0 14px 34px rgba(0,0,0,.3);
      }
      .team-quality-icon {
        width: 44px; height: 44px; border-radius: 12px;
        display: grid; place-items: center;
        color: #ffb060;
        background: rgba(255,115,0,.1);
        border: 1px solid rgba(255,115,0,.22);
        margin-bottom: 14px;
      }
      .team-quality-card h3 {
        font-size: 1rem;
        color: #fff;
        margin: 0 0 8px;
        font-family: var(--font-title);
      }
      .team-quality-card p {
        margin: 0;
        color: #9aa8bc;
        font-size: .88rem;
        line-height: 1.5;
      }
      @media (max-width: 960px) {
        .team-quality-grid { grid-template-columns: 1fr 1fr; }
      }
      @media (max-width: 560px) {
        .team-quality-grid { grid-template-columns: 1fr; }
      }
      /* Krasnodar local SEO — bento */
      .krd-seo-section {
        padding: 100px 0;
        position: relative;
        overflow: hidden;
        background:
          radial-gradient(ellipse 70% 50% at 0% 0%, rgba(255,115,0,.1), transparent 55%),
          radial-gradient(ellipse 50% 40% at 100% 100%, rgba(255,143,0,.06), transparent 50%),
          linear-gradient(180deg, #0a0e18 0%, #0d111b 50%, #0a0e18 100%);
      }
      .krd-seo-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
        background-size: 48px 48px;
        mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
        pointer-events: none;
        opacity: .7;
      }
      .krd-seo-section .container { position: relative; z-index: 1; }

      .krd-seo-head {
        display: grid;
        grid-template-columns: 1.4fr auto;
        gap: 28px 40px;
        align-items: end;
        margin-bottom: 28px;
      }
      .krd-seo-head .section-title {
        max-width: 18ch;
        margin-bottom: 14px;
      }
      .krd-seo-lead {
        max-width: 52ch;
        margin: 0;
        text-align: left;
      }
      .krd-seo-metrics {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-end;
      }
      .krd-metric {
        min-width: 110px;
        padding: 14px 16px;
        border-radius: 14px;
        border: 1px solid rgba(255,115,0,.22);
        background: rgba(255,115,0,.07);
        text-align: left;
      }
      .krd-metric strong {
        display: block;
        font-family: var(--font-title);
        font-size: 1.15rem;
        color: #fff;
        margin-bottom: 2px;
      }
      .krd-metric span {
        font-size: .75rem;
        color: var(--text-muted);
      }

      .krd-district-strip {
        margin-bottom: 20px;
        padding: 16px 18px 14px;
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,.07);
        background: rgba(255,255,255,.02);
      }
      .krd-district-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #ffb060;
        margin-bottom: 12px;
      }
      .krd-district-track {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }
      .krd-district-track span {
        font-size: .78rem;
        font-weight: 600;
        padding: 7px 12px;
        border-radius: 999px;
        color: #dbe4f0;
        background: rgba(19,25,38,.9);
        border: 1px solid rgba(255,255,255,.08);
        transition: border-color .25s ease, color .25s ease, background .25s ease;
      }
      .krd-district-track span:hover {
        border-color: rgba(255,115,0,.4);
        color: #fff;
        background: rgba(255,115,0,.1);
      }

      .krd-bento {
        display: grid;
        grid-template-columns: 1.35fr 1fr 1fr;
        grid-template-areas:
          "main newbuild suburb"
          "main tasks tasks";
        gap: 14px;
      }
      .krd-bento-main { grid-area: main; }
      .krd-bento-tasks { grid-area: tasks; }
      .krd-bento-card {
        padding: 24px 22px 26px;
        background: linear-gradient(165deg, rgba(28,36,54,.88), rgba(10,14,22,.96));
        border: 1px solid rgba(255,255,255,.07);
        transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
        position: relative;
        overflow: hidden;
      }
      .krd-bento-card::after {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255,143,0,.55), transparent);
        opacity: 0;
        transition: opacity .3s ease;
      }
      .krd-bento-card:hover {
        transform: translateY(-3px);
        border-color: rgba(255,115,0,.32);
        box-shadow: 0 16px 40px rgba(0,0,0,.35);
      }
      .krd-bento-card:hover::after { opacity: 1; }
      .krd-bento-icon {
        width: 40px; height: 40px;
        display: grid; place-items: center;
        border-radius: 12px;
        font-size: 1.15rem;
        margin-bottom: 12px;
        background: rgba(255,115,0,.1);
        border: 1px solid rgba(255,115,0,.2);
      }
      .krd-seo-kicker {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #ffb060;
        margin-bottom: 8px;
      }
      .krd-bento-card h3 {
        font-size: 1.12rem;
        color: #fff;
        margin: 0 0 10px;
        line-height: 1.3;
      }
      .krd-bento-card p {
        color: #9aa8bc;
        font-size: .9rem;
        line-height: 1.6;
        margin: 0;
      }
      .krd-bento-points {
        list-style: none;
        margin: 16px 0 0;
        padding: 0;
        display: grid;
        gap: 8px;
      }
      .krd-bento-points li {
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.06);
        color: #c7d2e0;
        font-size: .88rem;
      }
      .krd-bento-points strong { color: #fff; }

      .krd-task-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 14px;
      }
      .krd-task {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 12px 12px;
        border-radius: 12px;
        background: rgba(0,0,0,.2);
        border: 1px solid rgba(255,255,255,.05);
        color: #d0dae8;
        font-size: .86rem;
        line-height: 1.35;
      }
      .krd-task span {
        font-family: var(--font-title);
        font-weight: 800;
        font-size: .72rem;
        letter-spacing: .06em;
        color: #ffb060;
        flex-shrink: 0;
        margin-top: 2px;
      }

      .krd-seo-footer-bar {
        margin-top: 18px;
        padding: 22px 24px;
        border-radius: 16px;
        border: 1px solid rgba(255,115,0,.28);
        background: linear-gradient(135deg, rgba(255,115,0,.14), rgba(19,25,38,.92));
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
        justify-content: space-between;
      }
      .krd-seo-footer-bar strong {
        display: block;
        color: #fff;
        font-size: 1.05rem;
        margin-bottom: 4px;
      }
      .krd-seo-footer-bar p {
        margin: 0;
        color: var(--text-muted);
        font-size: .9rem;
      }
      .krd-seo-footer-actions {
        display: flex; flex-wrap: wrap; gap: 10px;
      }

      @media (max-width: 960px) {
        .krd-seo-head {
          grid-template-columns: 1fr;
          align-items: start;
        }
        .krd-seo-head .section-title {
          max-width: none;
          text-align: left;
        }
        .krd-seo-metrics { justify-content: flex-start; }
        .krd-bento {
          grid-template-columns: 1fr;
          grid-template-areas:
            "main"
            "newbuild"
            "suburb"
            "tasks";
        }
        .krd-task-grid { grid-template-columns: 1fr; }
      }
      @media (max-width: 640px) {
        .krd-seo-section { padding: 72px 0; }
        .krd-metric { min-width: calc(33.33% - 8px); flex: 1; }
        .krd-seo-footer-actions .btn { width: 100%; }
        .krd-district-track {
          flex-wrap: nowrap;
          overflow-x: auto;
          padding-bottom: 4px;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: thin;
        }
        .krd-district-track span { flex: 0 0 auto; }
      }


    
      /* HOWTO: hover on desktop, scroll-in on mobile */
      .howto-timeline.howto-animated {
        margin-top: 36px;
      }
      .howto-step {
        transition: transform .35s ease, opacity .35s ease;
      }
      .howto-step .howto-num {
        transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
      }
      .howto-step h3,
      .howto-step p {
        transition: color .3s ease, transform .35s ease;
      }

      /* Desktop / tablet with hover: lift on hover */
      @media (hover: hover) and (pointer: fine) {
        .howto-step-reveal {
          opacity: 1 !important;
          transform: none !important;
        }
        .howto-step:hover {
          transform: translateY(-6px);
        }
        .howto-step:hover .howto-num {
          transform: scale(1.08);
          box-shadow: 0 0 0 8px rgba(255,115,0,.18), 0 10px 28px rgba(255,115,0,.3);
          filter: brightness(1.05);
        }
        .howto-step:hover h3 {
          color: #fff;
        }
      }

      /* Mobile / touch: animate when step enters viewport while scrolling */
      @media (hover: none), (pointer: coarse) {
        .howto-step-reveal {
          opacity: 0.35;
          transform: translateY(16px) scale(0.98);
          transition: opacity .5s ease, transform .5s ease, box-shadow .4s ease;
        }
        .howto-step-reveal.is-inview {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
        .howto-step-reveal.is-inview .howto-num {
          box-shadow: 0 0 0 6px rgba(255,115,0,.16), 0 8px 22px rgba(255,115,0,.22);
        }
        .howto-timeline.howto-animated::before {
          opacity: 0.35;
        }
      }

    
