/* Yolfix masaustu pazarlama sitesi. /app stillerinden tamamen bagimsizdir. */
.yf-home {
    --hp-ink: #101319;
    --hp-muted: #626b78;
    --hp-line: #e6e8ec;
    --hp-soft: #f6f7f8;
    --hp-orange: #ff6b00;
    background: #fff;
    color: var(--hp-ink);
    -webkit-font-smoothing: antialiased;
}

/* Navbar ilk kareden itibaren okunur; scroll'da sadece golgesi guclenir. */
.yf-home .yf-navbar {
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 1px 0 rgba(16, 19, 25, .08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: box-shadow .25s ease, background .25s ease;
}
.yf-home .yf-navbar.is-stuck {
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 8px 30px rgba(16, 19, 25, .08);
}
.yf-home .yf-navbar .yf-brand,
.yf-home .yf-navbar .nav-link { color: var(--hp-ink); }
.yf-home .yf-navbar .yf-brand-name { color: var(--hp-orange); }
.yf-home .yf-navbar .yf-brand-tag { color: var(--hp-ink); }
.yf-home .yf-navbar .nav-link:hover { color: var(--hp-orange); }
.yf-home .yf-navbar .navbar-toggler-icon { filter: none; }
.yf-home .yf-navbar .btn-yf-outline {
    border-color: #d7dbe0;
    color: var(--hp-ink);
}
.yf-home .yf-navbar .btn-yf-outline:hover {
    border-color: var(--hp-orange);
    background: #fff6ef;
    color: var(--hp-orange);
}

/* Ortak tipografi ve butonlar */
.hp-section { padding: clamp(80px, 9vw, 124px) 0; }
.hp-section-light { background: #fff; }
.hp-section-tint { background: #f7f8f9; border-top: 1px solid var(--hp-line); }
.hp-head { max-width: 680px; margin-bottom: clamp(42px, 5vw, 64px); }
.hp-head-wide { max-width: 860px; }
.hp-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--hp-orange);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hp-kicker-light { color: #ff9b52; }
.hp-h2 {
    margin: 0 0 18px;
    color: var(--hp-ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}
.hp-h2-light { color: #fff; }
.hp-sub {
    margin: 0;
    color: var(--hp-muted);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.7;
}
.hp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: .94rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.hp-btn:hover { transform: translateY(-2px); }
.hp-btn-primary {
    background: var(--hp-orange);
    color: #fff;
}
.hp-btn-primary:hover { background: #e95f00; color: #fff; }
.hp-btn-secondary { border-color: #d9dde2; background: #fff; color: var(--hp-ink); }
.hp-btn-secondary:hover { border-color: #aeb5be; color: var(--hp-ink); }
.hp-btn-dark { background: var(--hp-ink); color: #fff; }
.hp-btn-dark:hover { background: #000; color: #fff; }
.hp-text-link { color: var(--hp-ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.hp-text-link span { display: inline-block; transition: transform .2s ease; }
.hp-text-link:hover { color: var(--hp-orange); }
.hp-text-link:hover span { transform: translateX(4px); }

/* Hero: urun merkezli, kurumsal, acik zemin */
.hp-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: max(620px, calc(100svh - 65px));
    padding: clamp(36px, 7vh, 78px) 0;
    background:
        linear-gradient(135deg, #fff 0%, #fff 54%, #f7f8fa 100%);
}
.hp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .34;
    background-image:
        linear-gradient(rgba(16, 19, 25, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 19, 25, .035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
    pointer-events: none;
}
.hp-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}
.hp-orb-one {
    width: 520px; height: 520px; right: 3%; top: 8%;
    background: radial-gradient(circle, rgba(255,107,0,.13), rgba(255,107,0,0) 68%);
}
.hp-orb-two {
    width: 360px; height: 360px; left: -12%; bottom: -24%;
    background: radial-gradient(circle, rgba(255,107,0,.07), rgba(255,107,0,0) 68%);
}
.hp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr);
    align-items: center;
    gap: clamp(46px, 7vw, 100px);
}
.hp-title {
    margin: 0 0 24px;
    color: var(--hp-ink);
    font-size: clamp(3rem, 6vw, 5.35rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.062em;
}
.hp-title em { color: var(--hp-orange); font-style: normal; }
.hp-line { display: block; overflow: hidden; padding-bottom: .06em; }
.hp-line > span {
    display: block;
    transform: translateY(110%);
    animation: hp-line-in 1.05s cubic-bezier(.16,1,.3,1) forwards;
}
.hp-line:nth-child(1) > span { animation-delay: .2s; }
.hp-line:nth-child(2) > span { animation-delay: .34s; }
.hp-lead {
    max-width: 590px;
    margin: 0 0 32px;
    color: var(--hp-muted);
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    font-weight: 500;
    line-height: 1.7;
}
.hp-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 630px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid var(--hp-line);
}
.hp-proof div { min-width: 0; }
.hp-proof strong, .hp-proof span { display: block; }
.hp-proof strong { margin-bottom: 4px; font-size: .9rem; font-weight: 800; }
.hp-proof span { color: #7a838e; font-size: .76rem; line-height: 1.45; }

/* Magaza rozetleri — resmi badge tarzi, /app'e gider */
.hp-stores { margin-top: 26px; }
.hp-stores-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hp-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 168px;
    min-height: 54px;
    padding: 8px 20px 8px 14px;
    border: 1.5px solid #a6a6a6;
    border-radius: 8px;
    background: #000;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    transition: transform .2s ease, opacity .2s ease;
}
.hp-store-btn:hover { transform: translateY(-2px); color: #fff; opacity: .92; }
.hp-store-btn svg { width: 26px; height: 26px; flex: none; display: block; }
.hp-store-btn--apple svg { width: 24px; height: 24px; }
.hp-store-btn span { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.hp-store-btn small {
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .04em;
    color: #fff;
    text-transform: none;
}
.hp-store-btn strong {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #fff;
}

/* Mobil urun onizlemesi.
   Olculer sabit: --pw/--ph telefon kutusu, --ps ise 390x813 uygulama
   layoutunu tam bu kutuya oturtan birimsiz olcek (390 * --ps = --pw). */
.hp-product-stage {
    --pw: 300px;
    --ph: 625px;
    --ps: 0.769;
    position: relative;
    height: var(--ph);
    min-height: var(--ph);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.hp-phone {
    position: relative;
    z-index: 2;
    width: var(--pw);
    height: var(--ph);
    border: 1.5px solid #b8bdc6;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(16,19,25,.14);
    animation: hp-phone-in 1.1s cubic-bezier(.16,1,.3,1) .25s both;
}
.hp-phone-screen {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 28.5px;
    background: #fff;
}
.hp-app-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 390px;
    height: 813px;
    border: 0;
    background: #fff;
    transform: scale(var(--ps));
    transform-origin: top left;
    pointer-events: none;
}
.hp-phone-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 28.5px;
}
.hp-float-card {
    position: absolute; z-index: 3;
    display: flex; align-items: center; gap: 11px;
    min-width: 196px; padding: 13px 15px;
    border: 1px solid #e2e5e9; border-radius: 12px; background: #fff;
    box-shadow: 0 10px 28px rgba(16,19,25,.14);
    opacity: 1;
}
.hp-float-left { left: -10px; top: 22%; }
.hp-float-right { right: -15px; bottom: 18%; }
.hp-float-icon {
    display: grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0;
    border-radius: 9px; background: #eaf8ef; color: #1f9d57;
    animation: hp-icon-pulse 2.6s ease-in-out infinite;
}
.hp-float-route {
    background: #fff2e8; color: var(--hp-orange);
    animation-delay: -1.3s;
    animation-name: hp-icon-pulse-orange;
}
.hp-float-card strong, .hp-float-card small { display: block; opacity: 1; }
.hp-float-card strong { font-size: .72rem; color: #14171c; }
.hp-float-card small { margin-top: 3px; color: #6d7580; font-size: .62rem; }

/* Urun alanlari bandi */
.hp-brand-strip { padding: 26px 0; border-top: 1px solid var(--hp-line); border-bottom: 1px solid var(--hp-line); background: #fff; }
.hp-brand-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hp-brand-strip p { margin: 0; color: #8a929c; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.hp-brand-strip div { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 16px; }
.hp-brand-strip span { color: #343a43; font-size: .83rem; font-weight: 700; }
.hp-brand-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--hp-orange); }

/* Hizmet pazarlama kartlari */
.hp-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.hp-service-card {
    position: relative;
    display: flex; flex-direction: column; min-height: 390px; padding: 30px;
    border: 1px solid var(--hp-line); border-radius: 14px; background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hp-service-card:hover { transform: translateY(-4px); border-color: #ccd1d7; box-shadow: 0 18px 45px rgba(16,19,25,.08); }
.hp-service-featured { border-top: 3px solid var(--hp-orange); padding-top: 28px; }
.hp-service-number { position: absolute; top: 28px; right: 28px; color: #b2b8c0; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.hp-service-icon {
    display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px;
    border-radius: 11px; background: #fff3e9; color: var(--hp-orange);
}
.hp-service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hp-service-card h3 { margin: 0 0 12px; font-size: 1.2rem; font-weight: 800; letter-spacing: -.025em; }
.hp-service-card > p { margin: 0 0 19px; color: var(--hp-muted); font-size: .91rem; line-height: 1.6; }
.hp-service-card ul { display: grid; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; }
.hp-service-card li { color: #4f5864; font-size: .8rem; font-weight: 600; }
.hp-service-card li::before { content: "✓"; margin-right: 8px; color: var(--hp-orange); font-weight: 800; }
.hp-service-card > a { margin-top: auto; color: var(--hp-ink); font-size: .84rem; font-weight: 800; text-decoration: none; }
.hp-service-card > a span { display: inline-block; margin-left: 5px; color: var(--hp-orange); transition: transform .2s ease; }
.hp-service-card > a:hover span { transform: translateX(4px); }
.hp-service-cta { justify-content: flex-end; overflow: hidden; border: 0; background: var(--hp-ink); color: #fff; }
.hp-service-cta::before {
    content: ""; position: absolute; width: 280px; height: 280px; right: -80px; top: -100px;
    border-radius: 50%; background: radial-gradient(circle, rgba(255,107,0,.34), transparent 70%);
}
.hp-service-cta > span { position: relative; margin-bottom: auto; color: #ffad72; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hp-service-cta h3 { position: relative; font-size: 1.5rem; line-height: 1.25; }
.hp-service-cta > p { position: relative; color: rgba(255,255,255,.6); }
.hp-service-cta > a { position: relative; color: #fff; }

/* Uygulama ve arac takip urun sahnesi */
.hp-app-section { overflow: hidden; padding: clamp(90px, 10vw, 140px) 0; background: #11151b; color: #fff; }
.hp-app-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.hp-app-copy > p { margin: 0 0 30px; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.7; }
.hp-feature-list { display: grid; margin-bottom: 34px; border-top: 1px solid rgba(255,255,255,.1); }
.hp-feature-list div { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hp-feature-list span { color: #ff9a50; font-size: .7rem; font-weight: 800; }
.hp-feature-list strong { color: rgba(255,255,255,.88); font-size: .84rem; font-weight: 600; }
.hp-app-visual-wrap { position: relative; min-height: 540px; }
.hp-dashboard {
    position: absolute; left: 0; top: 60px;
    display: grid; grid-template-columns: 62px 1fr; width: 100%; height: 400px;
    overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: #f7f8f9;
    box-shadow: 0 40px 80px rgba(0,0,0,.3); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.hp-dash-sidebar { display: flex; flex-direction: column; align-items: center; gap: 23px; padding: 17px 10px; background: #fff; border-right: 1px solid #e8eaed; }
.hp-dash-sidebar img { border-radius: 10px; }
.hp-dash-sidebar span { width: 23px; height: 4px; border-radius: 4px; background: #dfe2e6; }
.hp-dash-sidebar span.is-active { background: var(--hp-orange); }
.hp-dash-main { padding: 22px; }
.hp-dash-top { display: flex; justify-content: space-between; align-items: center; color: var(--hp-ink); }
.hp-dash-top strong { font-size: .95rem; }
.hp-dash-top i { width: 70px; height: 22px; border-radius: 6px; background: var(--hp-orange); }
.hp-dash-map {
    position: relative; height: 225px; margin-top: 18px; overflow: hidden; border-radius: 11px;
    background:
        linear-gradient(30deg, transparent 46%, #fff 47% 52%, transparent 53%),
        linear-gradient(115deg, transparent 45%, #fff 46% 51%, transparent 52%),
        #dfe7df;
}
.hp-dash-map::after { content: ""; position: absolute; width: 120px; height: 150px; right: 20px; bottom: 15px; border-radius: 50%; background: #cfdccc; }
.hp-route { position: absolute; z-index: 2; height: 4px; border-radius: 5px; background: var(--hp-orange); }
.route-one { width: 250px; left: 40px; top: 100px; transform: rotate(-20deg); }
.route-two { width: 140px; left: 200px; top: 124px; transform: rotate(48deg); }
.hp-car-dot { position: absolute; z-index: 3; color: var(--hp-orange); filter: drop-shadow(0 3px 4px rgba(0,0,0,.3)); }
.car-one { left: 145px; top: 76px; }.car-two { left: 270px; top: 138px; }
.hp-dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 14px; }
.hp-dash-stats div { padding: 10px 12px; border: 1px solid #e5e8eb; border-radius: 8px; background: #fff; }
.hp-dash-stats small, .hp-dash-stats strong { display: block; }
.hp-dash-stats small { color: #858d97; font-size: .55rem; }.hp-dash-stats strong { margin-top: 3px; color: var(--hp-ink); font-size: .86rem; }
.hp-mini-phone {
    position: absolute; z-index: 3; right: -12px; bottom: 0;
    width: 185px; height: 340px; padding: 7px; border-radius: 26px; background: #171a1f;
    box-shadow: 0 28px 65px rgba(0,0,0,.45); transform: rotate(3deg);
}
.hp-mini-screen {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    height: 100%; padding: 22px; border-radius: 20px; background: linear-gradient(160deg,#fff 0%,#fff5ed 100%); text-align: center;
}
.hp-mini-screen img { margin-bottom: 22px; border-radius: 12px; }
.hp-mini-screen strong { color: var(--hp-ink); font-size: 1.1rem; letter-spacing: -.03em; }
.hp-mini-screen span { margin: 9px 0 22px; color: #777f89; font-size: .64rem; line-height: 1.5; }
.hp-mini-screen i { width: 100%; padding: 10px; border-radius: 7px; background: var(--hp-orange); color: #fff; font-size: .65rem; font-weight: 800; font-style: normal; }

/* Kurumsal alan */
.hp-corporate-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: start; gap: clamp(60px,8vw,110px); }
.hp-corporate-copy { position: sticky; top: 120px; }
.hp-corporate-copy .hp-actions { margin-top: 30px; }
.hp-corporate-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.hp-corporate-cards article { min-height: 220px; padding: 25px; border: 1px solid var(--hp-line); border-radius: 12px; background: #fff; }
.hp-corporate-cards article > span { color: var(--hp-orange); font-size: .7rem; font-weight: 800; }
.hp-corporate-cards h3 { margin: 50px 0 10px; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.hp-corporate-cards p { margin: 0; color: var(--hp-muted); font-size: .85rem; line-height: 1.6; }

/* Bolgeler */
.hp-regions-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(230px,1fr)); gap: 10px; }
.hp-region {
    display: block; padding: 15px 17px; border: 1px solid var(--hp-line); border-radius: 9px;
    background: #fff; color: var(--hp-ink); font-size: .88rem; font-weight: 650; text-decoration: none;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.hp-region:hover { border-color: var(--hp-orange); color: var(--hp-orange); transform: translateY(-2px); }
.hp-regions-more { margin-top: 25px; }

/* Final CTA */
.hp-final { padding: clamp(85px,10vw,140px) 0; background: #f0f2f4; text-align: center; }
.hp-final .container > span { color: var(--hp-orange); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hp-final h2 { margin: 18px 0; color: var(--hp-ink); font-size: clamp(2.5rem,5.5vw,4.8rem); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.hp-final p { margin: 0 0 30px; color: var(--hp-muted); font-size: 1.05rem; }
.hp-final .container > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.hp-btn-final-outline { border-color: #cdd2d8; color: var(--hp-ink); background: transparent; }
.hp-btn-final-outline:hover { border-color: var(--hp-ink); color: var(--hp-ink); }

/* Yukleme ve scroll hareketleri */
.hp-load { opacity: 0; animation: hp-fade-up .9s cubic-bezier(.16,1,.3,1) var(--delay,0ms) forwards; }
[data-reveal] {
    opacity: 0; transform: translateY(25px);
    transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
    transition-delay: var(--reveal-delay,0ms);
}
[data-reveal="left"] { transform: translateX(-28px); }
[data-reveal="zoom"] { transform: scale(.96); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes hp-line-in { to { transform: translateY(0); } }
@keyframes hp-fade-up { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
@keyframes hp-phone-in { from { opacity:0; transform:translateY(24px) scale(.98); } to { opacity:1; transform:none; } }
@keyframes hp-icon-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(31, 157, 87, .3); }
    50% { box-shadow: 0 0 0 6px rgba(31, 157, 87, 0); }
}
@keyframes hp-icon-pulse-orange {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 107, 0, .3); }
    50% { box-shadow: 0 0 0 6px rgba(255, 107, 0, 0); }
}

/* Laptop yuksekliklerine gore sadece telefon kutusu (sol metne dokunma) */
@media (min-width: 992px) and (max-height: 800px) {
    .hp-hero { min-height: calc(100svh - 65px); padding: 28px 0; }
    .hp-hero-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 34px; }
    .hp-title { font-size: clamp(3.35rem, 5.2vw, 4.55rem); margin-bottom: 18px; }
    .hp-lead { margin-bottom: 23px; font-size: 1rem; line-height: 1.6; }
    .hp-proof { margin-top: 28px; padding-top: 18px; }
    .hp-stores { margin-top: 18px; }
    .hp-product-stage { --pw: 276px; --ph: 575px; --ps: 0.7077; }
}
@media (min-width: 992px) and (max-height: 720px) {
    .hp-product-stage { --pw: 252px; --ph: 525px; --ps: 0.6462; }
    .hp-store-btn { min-height: 48px; min-width: 150px; padding: 6px 16px 6px 12px; }
    .hp-store-btn strong { font-size: .95rem; }
}
@media (min-width: 992px) and (max-height: 660px) {
    .hp-product-stage { --pw: 228px; --ph: 475px; --ps: 0.5846; }
}

@media (max-width: 1199.98px) {
    .hp-hero-grid { grid-template-columns: minmax(0,1fr) 430px; gap: 45px; }
    .hp-float-left { left: -18px; }.hp-float-right { right: -18px; }
    .hp-app-layout { grid-template-columns: minmax(0,.8fr) minmax(460px,1.2fr); gap: 55px; }
}
@media (max-width: 991.98px) {
    .hp-hero { min-height: auto; padding: 70px 0 52px; }
    .hp-hero-grid, .hp-app-layout, .hp-corporate-grid { grid-template-columns: 1fr; }
    .hp-hero-copy { max-width: 700px; }
    .hp-product-stage { --pw: 276px; --ph: 575px; --ps: 0.7077; margin: 0 auto; }
    .hp-title { max-width: 720px; }
    .hp-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hp-app-copy { max-width: 680px; }
    .hp-app-visual-wrap { max-width: 650px; width: 100%; margin: 0 auto; }
    .hp-corporate-copy { position: static; max-width: 680px; }
}
@media (max-width: 767.98px) {
    .hp-hero { min-height: auto; padding-top: 105px; }
    .hp-title { font-size: clamp(2.65rem,12vw,4.3rem); }
    .hp-proof { grid-template-columns: 1fr; gap: 13px; }
    .hp-product-stage { --pw: 252px; --ph: 525px; --ps: 0.6462; margin: 0 auto 10px; }
    .hp-brand-strip .container { align-items: flex-start; flex-direction: column; }
    .hp-brand-strip div { justify-content: flex-start; }
    .hp-service-grid, .hp-corporate-cards { grid-template-columns: 1fr; }
    .hp-service-card { min-height: 360px; }
    .hp-dashboard { grid-template-columns: 48px 1fr; }
    .hp-app-visual-wrap { min-height: 480px; }
    .hp-mini-phone { right: 5px; }
}
@media (prefers-reduced-motion: reduce) {
    .hp-load, .hp-line > span, .hp-phone, .hp-float-icon { animation: none !important; opacity: 1 !important; transform: none !important; }
    [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}
