:root {
    --hp3-ink: #10162b;
    --hp3-muted: #596078;
    --hp3-paper: #f6f7fb;
    --hp3-surface: #ffffff;
    --hp3-indigo: #5752df;
    --hp3-indigo-dark: #403bbd;
    --hp3-mint: #23b8a7;
    --hp3-coral: #f07864;
    --hp3-night: #11182d;
    --hp3-line: rgba(25, 34, 65, .13);
    --hp3-shadow: 0 28px 80px rgba(33, 43, 83, .15);
}

body.homepage-v3-page {
    background: var(--hp3-paper);
    color: var(--hp3-ink);
}

body.staging-environment .hp3-header { top: 46px; }

.hp3-header { color: var(--hp3-ink); }

.hp3-header.is-scrolled,
.hp3-header:has(.hp-nav-links.is-open),
.hp3-header:has(.hp-nav-state:checked) {
    border-bottom: 1px solid rgba(25, 34, 65, .08);
    background: rgba(250, 251, 255, .88);
    box-shadow: 0 12px 36px rgba(26, 35, 70, .07);
    color: var(--hp3-ink);
    backdrop-filter: blur(22px) saturate(145%);
}

.hp3-logo { gap: 9px; color: var(--hp3-ink); letter-spacing: -.045em; }

.hp3-logo-mark {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 10px;
    background: #eef0ff;
    box-shadow: inset 0 0 0 1px rgba(87, 82, 223, .12);
    transform: rotate(-3deg);
}

.hp3-logo-mark i {
    position: absolute;
    display: block;
    width: 13px;
    height: 20px;
    border-radius: 5px 9px 9px 5px;
    transform: skewY(-10deg);
}

.hp3-logo-mark i:first-child { top: 5px; left: 6px; background: var(--hp3-indigo); }
.hp3-logo-mark i:last-child { right: 5px; bottom: 5px; background: var(--hp3-mint); mix-blend-mode: multiply; }

.hp3-nav-cta,
.hp3-button-primary {
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(135deg, var(--hp3-indigo), #6c65ed 70%, #726cf1);
    box-shadow: 0 12px 30px rgba(87, 82, 223, .24);
    color: #fff;
}

.homepage-v3-page .hp3-header .hp-nav-links a { color: #5b6278; }
.homepage-v3-page .hp3-header .hp-nav-links a:hover,
.homepage-v3-page .hp3-header .hp-nav-links a:focus-visible { background: rgba(87, 82, 223, .07); color: var(--hp3-indigo-dark); }
.homepage-v3-page .hp3-header .hp-nav-toggle { color: var(--hp3-ink); }
.homepage-v3-page .hp3-header .hp-nav-mobile-primary {
    background: linear-gradient(135deg, var(--hp3-indigo), #6c65ed 70%, #726cf1);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(87, 82, 223, .2);
}
.homepage-v3-page a.hp3-nav-cta,
.homepage-v3-page a.hp3-button-primary { color: #fff; }
.homepage-v3-page a.hp3-button-dark { color: #fff; }
.homepage-v3-page a.hp3-button-light { color: var(--hp3-night); }

.hp3-nav-cta:hover,
.hp3-button-primary:hover { background: linear-gradient(135deg, var(--hp3-indigo-dark), #5d57de); transform: translateY(-2px); }

.hp3-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 44px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(246, 247, 251, .97)),
        radial-gradient(circle at 72% 18%, rgba(87, 82, 223, .16), transparent 36%);
    isolation: isolate;
}

.hp3-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(75, 83, 120, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 83, 120, .045) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
    content: "";
}

.hp3-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(6px); opacity: .6; }
.hp3-orb-one { top: -190px; right: -110px; width: 430px; height: 430px; background: rgba(122, 225, 210, .2); }
.hp3-orb-two { bottom: 80px; left: -130px; width: 300px; height: 300px; background: rgba(255, 182, 166, .18); }

.hp3-hero-grid { display: grid; gap: 44px; align-items: center; }
.hp3-hero-copy { max-width: 680px; }

.hp3-kicker {
    display: flex;
    margin: 0 0 18px;
    align-items: center;
    gap: 9px;
    color: var(--hp3-indigo);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hp3-kicker > span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.hp3-kicker-dark { color: var(--hp3-indigo-dark); }

.hp3-hero h1,
.hp3-section-heading h2,
.hp3-final-cta h2 {
    margin: 0;
    font-size: clamp(2.72rem, 11.5vw, 6.15rem);
    font-weight: 760;
    letter-spacing: -.066em;
    line-height: .95;
    text-wrap: balance;
}

.hp3-hero h1 em,
.hp3-section-heading h2 em,
.hp3-final-cta h2 em {
    color: var(--hp3-indigo);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.hp3-lead {
    max-width: 610px;
    margin: 25px 0 0;
    color: var(--hp3-muted);
    font-size: clamp(1rem, 2.2vw, 1.19rem);
    line-height: 1.7;
}

.hp3-hero-actions { display: flex; margin-top: 29px; flex-direction: column; align-items: flex-start; gap: 14px; }
.hp3-button-xl { min-height: 58px; padding: 15px 22px; gap: 16px; font-size: .96rem; }
.hp3-trust { color: #6d7389; font-size: .73rem; line-height: 1.5; }
.hp3-trust b { color: var(--hp3-ink); }

.hp3-hero-visual { position: relative; }
.hp3-hero-compare {
    border-color: rgba(30, 42, 77, .1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 32px 90px rgba(38, 47, 86, .2);
}
.hp3-hero-compare figcaption { color: #72798f; }
.hp3-hero-compare figcaption strong { color: var(--hp3-ink); }
.hp3-hero-compare .hp-model-pill { background: #eceeff; color: var(--hp3-indigo-dark); filter: none; opacity: 1; }
.hp3-hero-compare .hp-compare-media { aspect-ratio: 3 / 2; }

.hp3-visual-note {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(31, 42, 73, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 32px rgba(33, 43, 83, .15);
    color: #424a64;
    font-size: .66rem;
    font-weight: 800;
    backdrop-filter: blur(14px);
    pointer-events: none;
}
.hp3-visual-note-top { top: -17px; left: 18px; padding: 9px 13px; }
.hp3-visual-note-top span { width: 8px; height: 8px; border-radius: 50%; background: var(--hp3-mint); box-shadow: 0 0 0 4px rgba(35, 184, 167, .12); }
.hp3-visual-note-bottom { right: 18px; bottom: 40px; padding: 8px 12px; }
.hp3-visual-note-bottom b { color: var(--hp3-ink); }
.hp3-visual-note-bottom i { width: 28px; height: 1px; background: #c7cad6; }

.hp3-hero-cta-bar {
    display: grid;
    margin-top: 50px;
    padding: 22px;
    gap: 18px;
    border: 1px solid var(--hp3-line);
    border-radius: 26px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 54px rgba(36, 46, 85, .09);
    backdrop-filter: blur(18px);
}
.hp3-hero-cta-bar > div { display: flex; flex-direction: column; gap: 4px; }
.hp3-hero-cta-bar > div span { color: #767c90; font-size: .72rem; }
.hp3-hero-cta-bar > div strong { font-size: 1.08rem; letter-spacing: -.03em; }
.hp3-workspace-cta { min-height: 56px; justify-content: space-between; font-size: .94rem; }
.hp3-hero-cta-bar ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 7px 16px; color: #60677c; font-size: .68rem; list-style: none; }
.hp3-hero-cta-bar li::before { margin-right: 6px; color: var(--hp3-mint); content: "✓"; font-weight: 900; }

.hp-compare-media { touch-action: pan-y; }
.hp-compare { position: relative; }
.hp-compare.is-user-controlled .hp-compare-handle::before { box-shadow: 0 8px 28px rgba(0, 0, 0, .23), 0 0 0 5px rgba(255, 255, 255, .2); }
.hp-compare-handle { transition: left .08s linear; }
.hp-compare-before { transition: clip-path .08s linear; }
.hp-compare.is-dragging .hp-compare-handle,
.hp-compare.is-dragging .hp-compare-before { transition: none; }

.hp3-compare-hint {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: rgba(14, 20, 39, .74);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .28);
    color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    backdrop-filter: blur(8px);
}
.hp3-compare-hint svg { width: 25px; height: 25px; fill: currentColor; }
.hp-compare.is-hinting .hp3-compare-hint { animation: hp3-hint-sweep 2.3s ease-in-out both; }
@keyframes hp3-hint-sweep { 0% { opacity: 0; transform: translate(-50%, -50%); } 14% { opacity: 1; } 38% { opacity: 1; transform: translate(-82%, -50%); } 68% { opacity: 1; transform: translate(-18%, -50%); } 90% { opacity: .9; transform: translate(-50%, -50%); } 100% { opacity: 0; transform: translate(-50%, -50%); } }

.hp3-trial-section { padding: 92px 0 110px; background: #fff; }
.hp3-section-heading { max-width: 900px; margin-bottom: 44px; }
.hp3-section-heading h2 { font-size: clamp(2.55rem, 9.5vw, 5.6rem); }
.hp3-section-heading > p:last-child { max-width: 650px; margin: 23px 0 0; color: var(--hp3-muted); font-size: .98rem; line-height: 1.72; }
.hp3-trial-heading { max-width: 970px; }

.hp3-trial { position: relative; }
.hp3-dropzone { position: relative; overflow: hidden; border: 1.5px dashed rgba(87, 82, 223, .38); border-radius: 30px; background: linear-gradient(145deg, #f8f8ff, #f0fbf9); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hp3-dropzone.is-dragging { border-color: var(--hp3-indigo); box-shadow: 0 0 0 5px rgba(87, 82, 223, .09), var(--hp3-shadow); transform: translateY(-2px); }
.hp3-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hp3-dropzone label { position: relative; display: flex; min-height: 330px; padding: 44px 22px; align-items: center; justify-content: center; flex-direction: column; cursor: pointer; text-align: center; }
.hp3-upload-icon { position: relative; display: grid; width: 68px; height: 68px; margin-bottom: 21px; place-items: center; border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(56, 64, 103, .13); }
.hp3-upload-icon i:first-child { width: 26px; height: 31px; border: 2px solid var(--hp3-indigo); border-radius: 5px; }
.hp3-upload-icon i:last-child { position: absolute; width: 15px; height: 15px; border-top: 2px solid var(--hp3-mint); border-left: 2px solid var(--hp3-mint); transform: translateY(-3px) rotate(45deg); }
.hp3-dropzone label strong { max-width: 680px; color: var(--hp3-ink); font-size: clamp(1.35rem, 4vw, 2.1rem); letter-spacing: -.045em; }
.hp3-dropzone label > span:not(.hp3-upload-icon) { margin-top: 8px; color: #777d91; font-size: .84rem; }
.hp3-dropzone label > b { margin-top: 22px; padding: 12px 18px; border-radius: 999px; background: var(--hp3-indigo); color: #fff; font-size: .78rem; }
.hp3-dropzone label small { margin-top: 13px; color: #9296a7; font-size: .66rem; }
.hp3-dropzone.has-source label::before { position: absolute; z-index: -1; inset: 0; background: var(--trial-source) center/cover no-repeat; content: ""; filter: grayscale(.2); opacity: .24; }
.hp3-dropzone.has-source label { z-index: 0; background: rgba(18, 25, 48, .56); color: #fff; }
.hp3-dropzone.has-source label strong,
.hp3-dropzone.has-source label > span:not(.hp3-upload-icon),
.hp3-dropzone.has-source label small { color: #fff; text-shadow: 0 2px 16px rgba(0, 0, 0, .4); }
.hp3-dropzone.has-source .hp3-upload-icon { display: none; }
.hp3-dropzone.has-source label > b { background: #fff; color: var(--hp3-ink); }
.hp3-upload-progress { position: absolute; z-index: 4; right: 20px; bottom: 18px; left: 20px; display: flex; height: 38px; padding: 0 14px; overflow: hidden; align-items: center; justify-content: center; border-radius: 999px; background: rgba(17, 24, 45, .9); color: #fff; font-size: .72rem; font-weight: 750; }
.hp3-upload-progress[hidden],
.hp3-trial-results[hidden] { display: none; }
.hp3-upload-progress i { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--hp3-indigo), var(--hp3-mint)); transform: translateX(-75%); animation: hp3-upload 1.4s ease-in-out infinite; }
@keyframes hp3-upload { 50% { transform: translateX(0); } 100% { transform: translateX(75%); } }
.hp3-trial-note { margin: 13px 4px 0; color: #7b8092; font-size: .66rem; line-height: 1.5; }

.hp3-trial-results { display: grid; margin-top: 28px; gap: 16px; }
.hp3-trial-result { position: relative; overflow: hidden; min-height: 270px; border: 1px solid var(--hp3-line); border-radius: 24px; background: #f1f2f7; box-shadow: 0 14px 40px rgba(34, 44, 81, .08); }
.hp3-trial-result > button { position: absolute; z-index: 10; inset: 0; width: 100%; border: 0; background: transparent; cursor: zoom-in; }
.hp3-trial-result > button:disabled { cursor: wait; }
.hp3-result-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #61687d; text-align: center; }
.hp3-result-placeholder > span { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.72) 42%, transparent 64%); animation: hp3-skeleton 1.6s linear infinite; transform: translateX(-100%); }
@keyframes hp3-skeleton { to { transform: translateX(100%); } }
.hp3-result-placeholder i { width: 34px; height: 34px; margin-bottom: 16px; border: 3px solid rgba(87,82,223,.18); border-top-color: var(--hp3-indigo); border-radius: 50%; animation: hp3-spin .9s linear infinite; }
@keyframes hp3-spin { to { transform: rotate(360deg); } }
.hp3-result-placeholder b { font-size: .84rem; }
.hp3-result-placeholder small { margin-top: 5px; color: #898e9f; font-size: .64rem; }
.hp3-trial-result .hp-compare-media { aspect-ratio: 3 / 2; }
.hp3-trial-result figcaption { display: flex; padding: 13px 15px; align-items: center; justify-content: space-between; gap: 10px; background: #fff; color: var(--hp3-ink); font-size: .72rem; }
.hp3-trial-result figcaption span { color: #747a8e; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.hp3-trial-result.is-ready { min-height: 0; background: #fff; }
.hp3-trial-result.is-ready > button { top: auto; right: 10px; bottom: 7px; left: auto; width: 38px; height: 38px; border-radius: 50%; }
.hp3-trial-result.is-failed .hp3-result-placeholder i { border: 0; animation: none; }
.hp3-trial-result.is-failed .hp3-result-placeholder i::before { color: var(--hp3-coral); content: "!"; font: 800 1.5rem/1 Inter, sans-serif; }
.hp3-trial-error { margin-top: 18px; padding: 15px 18px; border: 1px solid rgba(191, 62, 50, .18); border-radius: 16px; background: #fff3f0; color: #8e3329; font-size: .78rem; line-height: 1.55; }

.hp3-showcase-section { padding: 104px 0 118px; background: #eef0f7; }
.hp3-featured-grid { display: grid; gap: 18px; }
.hp3-featured-card { overflow: hidden; border: 1px solid var(--hp3-line); border-radius: 25px; background: #fff; box-shadow: 0 18px 54px rgba(36, 46, 84, .09); }
.hp3-featured-card .hp-compare-media { aspect-ratio: 3 / 2; }
.hp3-card-copy { display: flex; min-height: 94px; padding: 17px 19px; align-items: center; justify-content: space-between; gap: 14px; }
.hp3-card-copy span { color: #777d91; font-size: .59rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hp3-card-copy h3 { margin: 4px 0 0; font-size: 1.12rem; letter-spacing: -.04em; }
.hp3-card-copy button,
.hp3-open-showcase { padding: 9px 11px; border: 1px solid var(--hp3-line); border-radius: 999px; background: #f7f7fb; color: var(--hp3-ink); cursor: pointer; font-size: .65rem; font-weight: 800; white-space: nowrap; }

.hp3-speed-section {
    position: relative;
    overflow: hidden;
    padding: 108px 0;
    background: linear-gradient(145deg, #121a31 0%, #17213b 58%, #102b31 100%);
    color: #fff;
}
.hp3-speed-section::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 35%, rgba(80, 220, 194, .16), transparent 34%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; content: ""; pointer-events: none; }
.hp3-speed-grid { position: relative; display: grid; gap: 52px; align-items: center; }
.hp3-speed-copy h2,
.hp3-resolution-copy h2,
.hp3-contact-grid h2 { margin: 0; font-size: clamp(2.55rem, 9vw, 5.4rem); font-weight: 760; letter-spacing: -.064em; line-height: .96; text-wrap: balance; }
.hp3-speed-copy h2 em,
.hp3-resolution-copy h2 em,
.hp3-contact-grid h2 em { color: #8be1d4; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hp3-speed-copy > p:not(.hp3-kicker),
.hp3-resolution-copy > p:not(.hp3-kicker),
.hp3-contact-grid > div > p:not(.hp3-kicker) { max-width: 650px; margin: 23px 0 0; color: rgba(255,255,255,.66); font-size: .96rem; line-height: 1.75; }
.hp3-speed-stats { display: grid; margin: 30px 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.hp3-speed-stats div { padding: 15px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.055); }
.hp3-speed-stats strong { display: block; color: #fff; font-size: clamp(1.6rem, 5vw, 2.35rem); letter-spacing: -.05em; }
.hp3-speed-stats span { display: block; margin-top: 3px; color: rgba(255,255,255,.55); font-size: .59rem; line-height: 1.35; }
.hp3-button-light { border-color: rgba(255,255,255,.18); background: #fff; color: var(--hp3-night); box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.hp3-speed-visual { position: relative; min-height: 490px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: rgba(255,255,255,.06); box-shadow: 0 36px 90px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.hp3-speed-source { position: relative; overflow: hidden; width: min(70%, 300px); margin: 0 auto 46px; border: 4px solid rgba(255,255,255,.84); border-radius: 21px; background: #fff; box-shadow: 0 16px 42px rgba(0,0,0,.32); transform: rotate(-1.2deg); }
.hp3-speed-source img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hp3-speed-source span { position: absolute; right: 8px; bottom: 8px; padding: 5px 9px; border-radius: 999px; background: rgba(13,20,38,.82); color: #fff; font-size: .58rem; font-weight: 850; text-transform: uppercase; }
.hp3-speed-line { position: absolute; top: 202px; left: 50%; width: 1px; height: 55px; background: linear-gradient(#8be1d4, rgba(139,225,212,.2)); }
.hp3-speed-line::after { position: absolute; bottom: -1px; left: 50%; width: 9px; height: 9px; border-right: 2px solid #8be1d4; border-bottom: 2px solid #8be1d4; content: ""; transform: translateX(-50%) rotate(45deg); }
.hp3-speed-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.hp3-speed-results figure { position: relative; overflow: hidden; margin: 0; border: 2px solid rgba(255,255,255,.5); border-radius: 13px; background: #273049; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.hp3-speed-results figure:nth-child(2n) { transform: translateY(8px); }
.hp3-speed-results img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hp3-speed-results span { position: absolute; top: 5px; left: 6px; color: #fff; font-size: .54rem; font-weight: 900; text-shadow: 0 1px 5px #000; }

.hp3-capabilities { background: radial-gradient(circle at 80% 8%, rgba(35, 184, 167, .13), transparent 30%), radial-gradient(circle at 8% 58%, rgba(240, 120, 100, .11), transparent 28%), var(--hp3-night); }
.hp3-section-heading-light h2,
.hp3-section-heading-light > p:last-child { color: #fff; }
.hp3-section-heading-light h2 em { color: #8be1d4; }
.hp3-section-heading-light > p:last-child { opacity: .62; }
.hp3-capability-grid { gap: 18px; }
.hp3-capability-card { cursor: default; }
.hp3-capability-card:hover { transform: translateY(-3px); }
.hp3-capability-card .hp-compare-media { aspect-ratio: 3 / 2; }
.hp3-capability-card .hp-capability-copy { min-height: 196px; }
.hp3-open-showcase { display: flex; width: 100%; margin-top: auto; padding: 12px 14px; align-items: center; justify-content: space-between; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.07); color: #fff; }

.hp3-precision-section { padding: 112px 0; background: #f8f9fd; }
.hp3-precision-heading { margin-bottom: 50px; }
.hp3-precision-grid { display: grid; gap: 20px; }
.hp3-precision-card { overflow: hidden; border: 1px solid var(--hp3-line); border-radius: 27px; background: #fff; box-shadow: 0 20px 58px rgba(35,45,82,.1); }
.hp3-precision-card.is-briz { border-color: rgba(35,184,167,.36); box-shadow: 0 22px 64px rgba(35,184,167,.13); }
.hp3-precision-label { display: flex; padding: 18px 19px; align-items: center; justify-content: space-between; gap: 15px; }
.hp3-precision-label span { color: #747b90; font-size: .61rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hp3-precision-label strong { font-size: .77rem; }
.hp3-precision-card.is-briz .hp3-precision-label strong { color: #087c70; }
.hp3-precision-card.is-ordinary .hp3-precision-label strong { color: #a3483d; }
.hp3-precision-card .hp-compare-media { aspect-ratio: 3 / 2; }
.hp3-precision-card ul { display: grid; margin: 0; padding: 18px 20px 22px; gap: 9px; color: #5f667b; font-size: .72rem; list-style: none; }
.hp3-precision-card li::before { margin-right: 8px; color: var(--hp3-mint); content: "✓"; font-weight: 900; }
.hp3-precision-card.is-ordinary li::before { color: var(--hp3-coral); content: "×"; }
.hp3-precision-note { max-width: 720px; margin: 22px auto 0; color: #7c8295; font-size: .65rem; line-height: 1.6; text-align: center; }

.hp3-resolution-section { padding: 112px 0; background: linear-gradient(140deg, #0e152a, #17213c); color: #fff; }
.hp3-resolution-grid { display: grid; gap: 48px; align-items: center; }
.hp3-resolution-copy h2 em { color: #a8a4ff; }
.hp3-resolution-copy .hp3-button-light { margin-top: 30px; }
.hp3-resolution-demo { padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 31px; background: rgba(255,255,255,.06); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.hp3-resolution-window { position: relative; overflow: hidden; border: 8px solid #e9ebf2; border-radius: 22px; background: #d8dbe5; }
.hp3-resolution-badge { position: absolute; z-index: 3; top: 10px; left: 50%; padding: 6px 10px; border-radius: 999px; background: rgba(15,22,42,.78); color: #fff; font-size: .57rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transform: translateX(-50%); }
.hp3-resolution-halves { display: grid; grid-template-columns: 1fr 1fr; }
.hp3-resolution-halves figure { margin: 0; min-width: 0; background: #fff; }
.hp3-resolution-halves figure + figure { border-left: 2px solid #fff; }
.hp3-resolution-halves img { display: block; width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; }
.hp3-resolution-halves figcaption { padding: 12px 9px; color: var(--hp3-ink); font-size: .67rem; font-weight: 850; }
.hp3-resolution-halves figcaption span { display: block; margin-top: 3px; color: #777e92; font-size: .56rem; font-weight: 650; }

.hp3-how,
.hp3-faq { background: #fff; }
.hp3-button-dark { border-color: var(--hp3-night); background: var(--hp3-night); color: #fff; }
.hp3-how .hp-how-intro h2 em,
.hp3-faq .hp-faq-heading h2 em { color: var(--hp3-indigo); }

.hp3-audience-section { padding: 112px 0; background: #edf0f7; }
.hp3-audience-list { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.hp3-audience-list li { display: grid; padding: 20px; grid-template-columns: 44px 1fr; gap: 5px 12px; border: 1px solid rgba(32,43,79,.1); border-radius: 21px; background: rgba(255,255,255,.72); }
.hp3-audience-list li > span { grid-row: 1 / 3; color: var(--hp3-indigo); font-size: .65rem; font-weight: 900; }
.hp3-audience-list strong { font-size: .95rem; letter-spacing: -.025em; }
.hp3-audience-list p { margin: 0; color: #71788d; font-size: .72rem; line-height: 1.5; }

.hp3-pricing-section { padding: 112px 0; background: #fff; }
.hp3-pricing-heading { margin-inline: auto; text-align: center; }
.hp3-pricing-heading .hp3-kicker { justify-content: center; }
.hp3-pricing-heading > p:last-child { margin-inline: auto; }
.hp3-plan-grid { display: grid; gap: 18px; }
.hp3-plan { position: relative; display: flex; min-height: 480px; padding: 28px 24px 24px; flex-direction: column; border: 1px solid var(--hp3-line); border-radius: 27px; background: #f8f9fc; box-shadow: 0 16px 50px rgba(35,45,82,.08); }
.hp3-plan.is-recommended { border-color: rgba(87,82,223,.42); background: linear-gradient(160deg, #f3f2ff, #fff); box-shadow: 0 24px 68px rgba(87,82,223,.16); }
.hp3-plan-badge { position: absolute; top: 14px; right: 14px; padding: 6px 9px; border-radius: 999px; background: var(--hp3-indigo); color: #fff; font-size: .54rem; font-weight: 850; text-transform: uppercase; }
.hp3-plan > p { margin: 0; color: #777e91; font-size: .68rem; font-weight: 750; }
.hp3-plan h3 { margin: 9px 0 24px; font-size: 2rem; letter-spacing: -.05em; }
.hp3-plan-price { display: flex; align-items: center; gap: 11px; }
.hp3-plan-price strong { font-size: 2.85rem; letter-spacing: -.065em; }
.hp3-plan-price span { color: #72798d; font-size: .61rem; line-height: 1.4; }
.hp3-plan ul { display: grid; margin: 26px 0 30px; padding: 0; gap: 12px; color: #565e73; font-size: .74rem; list-style: none; }
.hp3-plan li::before { display: inline-grid; width: 19px; height: 19px; margin-right: 8px; place-items: center; border-radius: 50%; background: rgba(35,184,167,.12); color: #0b8a7d; content: "✓"; font-size: .6rem; font-weight: 900; }
.hp3-plan .hp-button { width: 100%; margin-top: auto; justify-content: space-between; }
.hp3-pricing-footnote { max-width: 730px; margin: 25px auto 0; color: #7b8194; font-size: .65rem; line-height: 1.65; text-align: center; }
.hp3-pricing-footnote a { color: var(--hp3-indigo-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.hp3-clients-section { padding: 105px 0; background: #f1f3f8; }
.hp3-clients-section .hp-shell { display: grid; gap: 44px; align-items: center; }
.hp3-clients-copy h2 { max-width: 820px; margin: 0; font-size: clamp(2rem, 7vw, 4rem); letter-spacing: -.055em; line-height: 1; }
.hp3-clients-copy > p:last-child { max-width: 670px; margin: 20px 0 0; color: #747b8f; font-size: .73rem; line-height: 1.6; }
.hp3-client-logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hp3-client-logos figure { display: grid; min-height: 92px; margin: 0; padding: 18px; place-items: center; border: 1px solid rgba(31,42,76,.09); border-radius: 17px; background: rgba(255,255,255,.72); }
.hp3-client-logos img { max-width: 100%; max-height: 38px; filter: grayscale(1); opacity: .67; }

.hp3-contact-section { padding: 112px 0; background: linear-gradient(135deg, #172039, #0f2b31); color: #fff; }
.hp3-contact-grid { display: grid; gap: 45px; align-items: end; }
.hp3-contact-grid h2 em { color: #8be1d4; }
.hp3-contact-grid address { display: flex; padding: 27px; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.07); font-style: normal; box-shadow: 0 24px 65px rgba(0,0,0,.22); }
.hp3-contact-grid address span { color: rgba(255,255,255,.53); font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hp3-contact-grid address strong { margin: 8px 0 25px; font-size: 1.5rem; letter-spacing: -.04em; }
.hp3-contact-grid address a { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.11); color: #fff; font-size: .9rem; font-weight: 750; }

.hp3-final-cta { padding: 105px 0; background: linear-gradient(145deg, #171d37, #10152b); color: #fff; text-align: center; }
.hp3-final-cta .hp3-kicker { justify-content: center; color: #8be1d4; }
.hp3-final-cta h2 { font-size: clamp(2.65rem, 9vw, 6rem); }
.hp3-final-cta h2 em { color: #a8a4ff; }
.hp3-final-cta > div > div { display: flex; margin-top: 32px; align-items: center; justify-content: center; flex-direction: column; gap: 18px; }
.hp3-final-cta > div > div > a:last-child { color: rgba(255,255,255,.68); font-size: .78rem; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.hp3-footer { background: #0b1021; }
.hp3-footer .hp3-logo { color: #fff; }

.hp3-dialog { width: min(calc(100% - 18px), 1180px); }
.hp3-dialog .hp-dialog-compare .hp-compare-media { min-height: min(66vh, 720px); }
.hp3-dialog .hp3-button-dark { background: var(--hp3-night); color: #fff !important; }

@media (min-width: 540px) {
    .hp3-hero-actions { flex-direction: row; align-items: center; }
    .hp3-hero-cta-bar { grid-template-columns: 1fr auto; align-items: center; }
    .hp3-hero-cta-bar ul { grid-column: 1 / -1; }
    .hp3-workspace-cta { min-width: 230px; }
    .hp3-dropzone label { min-height: 370px; }
}

@media (min-width: 760px) {
    .hp3-hero { padding-top: 138px; }
    .hp3-trial-results { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hp3-featured-grid-six,
    .hp3-precision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp3-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hp3-audience-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hp3-client-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .hp3-trial-result { min-height: 240px; }
    .hp3-final-cta > div > div { flex-direction: row; }
}

@media (min-width: 980px) {
    .hp3-hero { min-height: 100svh; padding-bottom: 52px; }
    .hp3-hero-grid { grid-template-columns: minmax(0, .98fr) minmax(490px, 1.02fr); gap: 64px; }
    .hp3-hero h1 { font-size: clamp(4rem, 6.15vw, 6.05rem); }
    .hp3-hero-cta-bar { grid-template-columns: minmax(230px, .72fr) minmax(250px, auto) 1fr; padding: 18px 20px 18px 24px; gap: 25px; }
    .hp3-hero-cta-bar ul { grid-column: auto; justify-content: flex-end; }
    .hp3-workspace-cta { order: 3; }
    .hp3-showcase-section,
    .hp3-trial-section { padding-block: 130px; }
    .hp3-featured-grid { gap: 22px; }
    .hp3-speed-grid,
    .hp3-resolution-grid { grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: 72px; }
    .hp3-contact-grid { grid-template-columns: minmax(0, 1.25fr) minmax(330px, .55fr); gap: 80px; }
    .hp3-clients-section .hp-shell { grid-template-columns: minmax(0, 1fr) minmax(470px, .9fr); gap: 70px; }
    .hp3-audience-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .hp3-audience-list li { min-height: 190px; grid-template-columns: 1fr; align-content: start; }
    .hp3-audience-list li > span { grid-row: auto; margin-bottom: 22px; }
    .hp3-capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
    .hp3-capability-card .hp-capability-copy { min-height: 218px; padding: 22px; }
    .hp3-dialog .hp-dialog-layout { grid-template-columns: minmax(0, 1.78fr) minmax(280px, .62fr); }
}

@media (min-width: 980px) and (max-height: 920px) {
    .hp3-hero { padding-top: 106px; }
    .hp3-hero h1 { font-size: clamp(3.7rem, 5vw, 4.8rem); }
    .hp3-kicker { margin-bottom: 14px; }
    .hp3-lead { margin-top: 18px; font-size: 1rem; line-height: 1.58; }
    .hp3-hero-actions { margin-top: 20px; }
}

@media (max-width: 759px) {
    body.staging-environment .hp3-header { top: 72px; }
    .hp3-header .hp-nav-links { border-color: var(--hp3-line); background: rgba(255,255,255,.97); color: var(--hp3-ink); }
    .hp3-header .hp-nav-toggle > span:not(.hp-sr-only) { background: currentColor; }
    .hp3-hero-visual { margin-top: 4px; }
    .hp3-visual-note-top { left: 9px; }
    .hp3-visual-note-bottom { right: 9px; bottom: 38px; }
    .hp3-section-heading h2 br { display: none; }
    .hp3-dialog .hp-dialog-compare .hp-compare-media { min-height: 0; }
}

@media (hover: none), (pointer: coarse) {
    .hp-compare-handle::before { width: 48px; height: 48px; }
    .hp-compare-range { cursor: grab; }
    .hp-compare.is-dragging .hp-compare-range { cursor: grabbing; }
}

@media (prefers-reduced-motion: reduce) {
    .hp3-compare-hint,
    .hp3-upload-progress i,
    .hp3-result-placeholder > span,
    .hp3-result-placeholder i { animation: none !important; }
}
