.hp-chrome-extension-body {
    margin: 0;
    background: #f7fbfe;
    color: var(--hp-public-navy);
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.hp-chrome-page,
.hp-chrome-page * {
    box-sizing: border-box;
}

.hp-chrome-page main {
    overflow: hidden;
}

.hp-chrome-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.hp-chrome-hero {
    position: relative;
    padding: 92px 0 88px;
    background:
        radial-gradient(circle at 78% 18%, rgba(11, 111, 184, .12), transparent 30%),
        linear-gradient(122deg, var(--hp-public-blue-soft) 0%, #fff 57%, #dcecf8 100%);
}

.hp-chrome-hero::after {
    position: absolute;
    right: -110px;
    bottom: -165px;
    width: 390px;
    height: 390px;
    border: 55px solid rgba(11, 111, 184, .07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.hp-chrome-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
    gap: clamp(48px, 7vw, 96px);
}

.hp-chrome-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--hp-public-blue-strong);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hp-chrome-kicker > span {
    display: grid;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: var(--hp-public-blue);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    place-items: center;
}

.hp-chrome-hero h1 {
    max-width: 680px;
    margin: 22px 0 20px;
    color: var(--hp-public-navy);
    font-size: clamp(44px, 5.4vw, 72px);
    font-weight: 820;
    letter-spacing: -.055em;
    line-height: .98;
}

.hp-chrome-hero__lead {
    max-width: 610px;
    margin: 0;
    color: #47657a;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.65;
}

.hp-chrome-hero__actions,
.hp-chrome-final__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hp-chrome-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 820;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
}

.hp-chrome-button--primary {
    background: var(--hp-public-navy);
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(9, 44, 68, .16);
}

.hp-chrome-button--primary:hover,
.hp-chrome-button--primary:focus-visible {
    background: var(--hp-public-navy-hover);
    transform: translateY(-1px);
}

.hp-chrome-button--secondary {
    border-color: var(--hp-public-border);
    background: rgba(255, 255, 255, .82);
    color: var(--hp-public-blue-strong) !important;
}

.hp-chrome-button--secondary:hover,
.hp-chrome-button--secondary:focus-visible {
    border-color: var(--hp-public-blue);
    background: #fff;
}

.hp-chrome-button:focus-visible,
.hp-chrome-page summary:focus-visible,
.hp-chrome-page a:focus-visible {
    outline: 3px solid var(--hp-public-focus);
    outline-offset: 3px;
}

.hp-chrome-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 25px 0 0;
    padding: 0;
    color: #4e687a;
    font-size: 12px;
    font-weight: 760;
    list-style: none;
}

.hp-chrome-hero__facts li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hp-chrome-hero__facts i {
    color: var(--hp-public-blue);
}

.hp-chrome-demo {
    position: relative;
}

.hp-chrome-demo__browser {
    overflow: hidden;
    border: 1px solid var(--hp-public-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(9, 44, 68, .18);
    transform: rotate(1.2deg);
}

.hp-chrome-demo__bar {
    display: flex;
    height: 48px;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border-bottom: 1px solid #dce9f1;
    background: #f1f6f9;
}

.hp-chrome-demo__bar > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hp-public-border);
}

.hp-chrome-demo__bar > div {
    overflow: hidden;
    flex: 1;
    margin-left: 8px;
    padding: 7px 12px;
    border: 1px solid #d8e6ee;
    border-radius: 8px;
    background: #fff;
    color: #728995;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp-chrome-demo__content {
    min-height: 390px;
    padding: 36px 30px 32px;
    background: linear-gradient(180deg, #fff 0%, #f9fcfe 100%);
}

.hp-chrome-demo__query {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    margin: 0 auto 25px;
    padding: 10px 17px;
    border: 1px solid #d6e4ed;
    border-radius: 24px;
    color: #29475a;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(9, 44, 68, .07);
}

.hp-chrome-demo__query i {
    color: var(--hp-public-blue);
}

.hp-chrome-demo__result {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--hp-public-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(9, 44, 68, .11);
}

.hp-chrome-demo__result header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 17px;
    background: var(--hp-public-blue-soft);
}

.hp-chrome-demo__result header img {
    border-radius: 9px;
}

.hp-chrome-demo__result header div,
.hp-chrome-demo__specialist > div {
    display: flex;
    flex-direction: column;
}

.hp-chrome-demo__result header span {
    color: var(--hp-public-blue-strong);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hp-chrome-demo__result header strong {
    margin-top: 2px;
    color: var(--hp-public-navy);
    font-size: 16px;
}

.hp-chrome-demo__specialist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 18px;
}

.hp-chrome-demo__specialist strong {
    color: var(--hp-public-navy);
    font-size: 14px;
}

.hp-chrome-demo__specialist div span {
    margin-top: 5px;
    color: #69808e;
    font-size: 11px;
}

.hp-chrome-demo__specialist > span {
    flex: 0 0 auto;
    color: var(--hp-public-blue-strong);
    font-size: 11px;
    font-weight: 820;
}

.hp-chrome-demo__result footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 13px 18px;
    border-top: 1px solid #e1ebf1;
    color: var(--hp-public-blue-strong);
    font-size: 11px;
    font-weight: 820;
}

.hp-chrome-demo > p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 16px 12px 0;
    color: #667e8c;
    font-size: 11px;
    line-height: 1.5;
}

.hp-chrome-demo > p i {
    margin-top: 2px;
    color: var(--hp-public-blue);
}

.hp-chrome-steps,
.hp-chrome-faq {
    padding: 88px 0;
    background: #fff;
}

.hp-chrome-section-head > span {
    color: var(--hp-public-blue-strong);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hp-chrome-section-head h2 {
    margin: 10px 0 12px;
    color: var(--hp-public-navy);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.hp-chrome-section-head p {
    max-width: 650px;
    margin: 0;
    color: #5d7585;
    font-size: 16px;
    line-height: 1.65;
}

.hp-chrome-step-list {
    display: grid;
    margin: 45px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.hp-chrome-step-list li {
    position: relative;
    display: flex;
    min-height: 180px;
    gap: 19px;
    padding: 28px 30px;
    border: 1px solid var(--hp-public-border);
    border-right: 0;
    background: #fff;
}

.hp-chrome-step-list li:first-child {
    border-radius: 14px 0 0 14px;
}

.hp-chrome-step-list li:last-child {
    border-right: 1px solid var(--hp-public-border);
    border-radius: 0 14px 14px 0;
}

.hp-chrome-step-list li > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 10px;
    background: var(--hp-public-blue-soft);
    color: var(--hp-public-blue-strong);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 12px;
    font-weight: 850;
    place-items: center;
}

.hp-chrome-step-list h3 {
    margin: 2px 0 9px;
    color: var(--hp-public-navy);
    font-size: 17px;
    font-weight: 820;
}

.hp-chrome-step-list p {
    margin: 0;
    color: #617887;
    font-size: 13px;
    line-height: 1.6;
}

.hp-chrome-privacy {
    padding: 88px 0;
    background: var(--hp-public-blue-soft);
}

.hp-chrome-privacy__grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(540px, 1.2fr);
    gap: clamp(44px, 7vw, 90px);
}

.hp-chrome-privacy__intro {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.hp-chrome-privacy__icon {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 17px;
    background: var(--hp-public-navy);
    color: #fff;
    font-size: 22px;
    place-items: center;
    box-shadow: 0 12px 25px rgba(9, 44, 68, .15);
}

.hp-chrome-privacy__details {
    display: grid;
    overflow: hidden;
    align-self: start;
    grid-template-columns: minmax(0, 1fr);
    border: 1px solid var(--hp-public-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(9, 44, 68, .1);
}

.hp-chrome-privacy__column {
    padding: 22px 24px;
}

.hp-chrome-privacy__column h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--hp-public-navy);
    font-size: 14px;
    font-weight: 850;
}

.hp-chrome-privacy__column h3 i {
    color: var(--hp-public-blue);
}

.hp-chrome-privacy__column ul {
    margin: 0;
    padding: 0;
    color: #607886;
    font-size: 13px;
    line-height: 1.55;
    list-style: none;
}

.hp-chrome-privacy__column li {
    position: relative;
    margin: 7px 0;
    padding-left: 15px;
}

.hp-chrome-privacy__column li::before {
    position: absolute;
    top: .62em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hp-public-blue);
    content: "";
}

.hp-chrome-privacy__control {
    display: flex;
    align-items: center;
    gap: 9px;
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 24px;
    border-top: 1px solid #dbe8f0;
    background: #f7fbfe;
    color: #476678;
    font-size: 12px;
    line-height: 1.5;
}

.hp-chrome-privacy__control i {
    color: var(--hp-public-blue);
    font-size: 17px;
}

.hp-chrome-privacy__details > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    grid-column: 1 / -1;
    padding: 0 24px 18px;
    background: #f7fbfe;
    color: var(--hp-public-blue-strong);
    font-size: 12px;
    font-weight: 820;
    text-decoration: none;
}

.hp-chrome-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(500px, 1.28fr);
    gap: clamp(50px, 8vw, 110px);
}

.hp-chrome-faq__list details {
    border-bottom: 1px solid var(--hp-public-border);
}

.hp-chrome-faq__list summary {
    display: flex;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--hp-public-navy);
    cursor: pointer;
    font-size: 15px;
    font-weight: 820;
    list-style: none;
}

.hp-chrome-faq__list summary::-webkit-details-marker {
    display: none;
}

.hp-chrome-faq__list summary i {
    color: var(--hp-public-blue);
    transition: transform .16s ease;
}

.hp-chrome-faq__list details[open] summary i {
    transform: rotate(45deg);
}

.hp-chrome-faq__list details p {
    margin: -2px 0 22px;
    color: #5d7585;
    font-size: 13px;
    line-height: 1.65;
}

.hp-chrome-final {
    padding: 30px 0 0;
    background: #fff;
}

.hp-chrome-final__inner {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    padding: 38px 42px;
    border-radius: 18px;
    background: var(--hp-public-navy);
    color: #fff;
    box-shadow: 0 22px 55px rgba(9, 44, 68, .18);
}

.hp-chrome-final__inner > img {
    border-radius: 14px;
}

.hp-chrome-final__inner span {
    color: #acd8f3;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hp-chrome-final__inner h2 {
    margin: 5px 0 7px;
    color: #fff;
    font-size: 27px;
    font-weight: 820;
    letter-spacing: -.025em;
}

.hp-chrome-final__inner p {
    margin: 0;
    color: #bcd0db;
    font-size: 13px;
    line-height: 1.55;
}

.hp-chrome-final__actions {
    justify-content: flex-end;
    margin-top: 0;
}

.hp-chrome-button--light {
    background: #fff;
    color: var(--hp-public-navy) !important;
}

.hp-chrome-button--light:hover,
.hp-chrome-button--light:focus-visible {
    background: var(--hp-public-blue-soft);
}

.hp-chrome-final__actions > a:not(.hp-chrome-button) {
    color: #c5dbe5;
    font-size: 12px;
    font-weight: 780;
}

.hp-chrome-trademark {
    margin-top: 18px;
    margin-bottom: 30px;
    color: #7b909c;
    font-size: 10px;
    text-align: center;
}

.hp-chrome-prompt {
    position: relative;
    align-items: center;
    gap: 16px;
    margin: 22px 0;
    padding: 18px 52px 18px 18px;
    border: 1px solid var(--hp-public-border);
    border-radius: 13px;
    background: linear-gradient(112deg, var(--hp-public-blue-soft), #fff 65%);
    box-shadow: 0 10px 28px rgba(9, 44, 68, .09);
}

.hp-chrome-prompt.is-visible {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.hp-chrome-prompt > img {
    border-radius: 11px;
}

.hp-chrome-prompt__copy > span {
    color: var(--hp-public-blue-strong);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hp-chrome-prompt__copy h2 {
    margin: 3px 0 4px;
    color: var(--hp-public-navy);
    font-size: 16px;
    font-weight: 820;
}

.hp-chrome-prompt__copy p {
    margin: 0;
    color: #5d7585;
    font-size: 11px;
    line-height: 1.5;
}

.hp-chrome-prompt__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp-chrome-prompt__actions a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border-radius: 8px;
    color: var(--hp-public-blue-strong);
    font-size: 11px;
    font-weight: 820;
    text-decoration: none;
    white-space: nowrap;
}

.hp-chrome-prompt__actions .hp-chrome-prompt__store {
    background: var(--hp-public-navy);
    color: #fff;
}

.hp-chrome-prompt__actions .hp-chrome-prompt__store:hover,
.hp-chrome-prompt__actions .hp-chrome-prompt__store:focus-visible {
    background: var(--hp-public-navy-hover);
}

.hp-chrome-prompt__dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #6c8390;
    place-items: center;
}

.hp-chrome-prompt__dismiss:hover,
.hp-chrome-prompt__dismiss:focus-visible {
    background: #fff;
    color: var(--hp-public-navy);
}

.hp-chrome-prompt__dismiss:focus-visible {
    outline: 3px solid var(--hp-public-focus);
    outline-offset: 2px;
}

@media (max-width: 980px) {
    .hp-chrome-hero__grid,
    .hp-chrome-privacy__grid,
    .hp-chrome-faq__grid {
        grid-template-columns: 1fr;
    }

    .hp-chrome-hero__grid {
        gap: 55px;
    }

    .hp-chrome-demo {
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .hp-chrome-step-list {
        grid-template-columns: 1fr;
    }

    .hp-chrome-step-list li,
    .hp-chrome-step-list li:last-child {
        min-height: 0;
        border-right: 1px solid var(--hp-public-border);
        border-bottom: 0;
        border-radius: 0;
    }

    .hp-chrome-step-list li:first-child {
        border-radius: 14px 14px 0 0;
    }

    .hp-chrome-step-list li:last-child {
        border-bottom: 1px solid var(--hp-public-border);
        border-radius: 0 0 14px 14px;
    }

    .hp-chrome-final__inner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hp-chrome-final__actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .hp-chrome-prompt.is-visible {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hp-chrome-prompt__actions {
        grid-column: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .hp-chrome-container {
        width: min(100% - 32px, 1180px);
    }

    .hp-chrome-hero {
        padding: 64px 0 62px;
    }

    .hp-chrome-hero h1 {
        font-size: clamp(39px, 12vw, 56px);
    }

    .hp-chrome-hero__actions,
    .hp-chrome-hero__actions .hp-chrome-button {
        width: 100%;
    }

    .hp-chrome-demo__content {
        min-height: 330px;
        padding: 25px 16px;
    }

    .hp-chrome-demo__specialist {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .hp-chrome-steps,
    .hp-chrome-privacy,
    .hp-chrome-faq {
        padding: 68px 0;
    }

    .hp-chrome-privacy__intro {
        flex-direction: column;
    }

    .hp-chrome-privacy__details {
        grid-template-columns: 1fr;
    }

    .hp-chrome-final__inner {
        grid-template-columns: 1fr;
        padding: 30px 25px;
    }

    .hp-chrome-final__actions {
        grid-column: auto;
        align-items: stretch;
        flex-direction: column;
    }

    .hp-chrome-prompt {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-chrome-page *,
    .hp-chrome-prompt * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .hp-chrome-demo__browser {
        transform: none;
    }
}
