/* SoberShield Website v3.0 legacy-safe CSS */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #0e1726;
    background: #ffffff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

.wrap {
    width: 1180px;
    max-width: 94%;
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 8px;
    background: #ffffff;
    color: #000000;
    padding: 10px 14px;
    z-index: 1000;
}

.skip-link:focus {
    left: 8px;
}

/* Header */

.topbar {
    background: linear-gradient(90deg, #061225, #071a33);
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.nav-wrap {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.38rem;
    letter-spacing: -.04em;
}

.nav-brand span span {
    color: #2f8eff;
}

.brand-shield {
    width: 43px;
    height: 43px;
    border: 2px solid rgba(47, 142, 255, .8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.28rem;
    background: rgba(47, 142, 255, .10);
}

.nav-brand-image {
    min-width: 280px;
}

.nav-brand-image img {
    display: block;
    width: 280px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: .94rem;
    font-weight: 700;
}

.nav-menu a {
    text-decoration: none;
    opacity: .94;
}

.nav-menu a:hover {
    opacity: 1;
    color: #83bdff;
}

.download-btn {
    background: linear-gradient(135deg, #1f6fe5, #2f65dd);
    padding: 13px 24px;
    border-radius: 14px;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(31, 111, 229, .35);
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    width: 44px;
    height: 44px;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    margin: 5px auto;
}

/* Buttons */

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 10px;
    font-weight: 900;
    text-decoration: none;
}

.primary-btn {
    color: #ffffff;
    background: linear-gradient(135deg, #1f7af3, #1b5edb);
    box-shadow: 0 14px 28px rgba(31, 111, 229, .34);
}

.secondary-btn {
    color: #ffffff;
    background: transparent;
}

.ghost-btn {
    display: inline-flex;
    border: 1px solid currentColor;
    border-radius: 8px;
    padding: 8px 18px;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 800;
}

.play-circle {
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hero */

.hero {
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(3, 12, 28, .98) 0%, rgba(6, 23, 49, .92) 42%, rgba(8, 28, 56, .58) 100%),
        radial-gradient(circle at 82% 46%, rgba(255, 187, 82, .75), transparent 18%),
        linear-gradient(145deg, #061225, #0d315d 55%, #b07943);
    min-height: 520px;
    overflow: hidden;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 54px;
    min-height: 520px;
    padding: 36px 0 22px;
}

.hero-content {
    flex: 1 1 auto;
    max-width: 650px;
}

.eyebrow {
    color: #2f9dff;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero h1 {
    font-size: 4.2rem;
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 0 0 20px;
    max-width: 590px;
}

.hero-copy {
    font-size: 1.22rem;
    max-width: 560px;
    color: rgba(255, 255, 255, .9);
    margin: 0 0 26px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.trust-row {
    display: flex;
    gap: 22px;
    max-width: 650px;
    font-size: .78rem;
}

.trust-item {
    display: flex;
    gap: 8px;
    flex: 1 1 0;
    color: rgba(255, 255, 255, .84);
}

.trust-item strong {
    display: block;
    color: #ffffff;
    font-size: .78rem;
}

.hero-phone {
    flex: 0 0 420px;
    align-self: flex-end;
    display: flex;
    justify-content: center;
}

.hero-phone img {
    width: 360px;
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .5));
}

/* Shared section styles */

.section-title {
    text-align: center;
    color: #0b65d8;
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.section-title-left {
    text-align: left;
    margin-bottom: 26px;
}

/* How it works + License Card */

.how {
    padding: 36px 0 44px;
    background: #ffffff;
}

.how-layout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.how-main {
    flex: 1 1 0;
    min-width: 0;
}

.flow {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.flow-step {
    position: relative;
    text-align: center;
    font-size: .88rem;
    flex: 1 1 0;
}

.step-num {
    width: 32px;
    height: 32px;
    background: #1f6fe5;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: 900;
}

.mini-phone {
    width: 112px;
    height: 160px;
    border: 3px solid #b9c5d4;
    border-radius: 18px;
    margin: 0 auto 10px;
    background: #ffffff;
    box-shadow: 0 6px 13px rgba(20, 40, 70, .13);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    font-size: .8rem;
}

.mini-phone-dark {
    background: #071a33;
    color: #ffffff;
}

.flow-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -18px;
    top: 92px;
    color: #b5c0cd;
    font-size: 2.3rem;
}

.flow-step strong {
    display: block;
    color: #0b1830;
}

.license-card {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
    min-height: 250px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 26px 26px 24px 26px;
    box-shadow: 0 10px 28px rgba(8, 28, 60, .12);
    background: linear-gradient(100deg, #eef6ff, #ffffff 56%, #d5e7ff);
    border: 1px solid #dce6f2;
    align-self: stretch;
}

.license-card h3 {
    margin: 0 0 10px;
    color: #0d43a2;
    font-size: 1rem;
    text-transform: uppercase;
    padding-right: 84px;
}

.license-card p {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: .92rem;
}

.license-art {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 3.6rem;
    opacity: .9;
}

/* Features */

.features {
    background: linear-gradient(90deg, #c8e0ff, #b8d6ff);
    padding: 44px 0 34px;
}

.feature-grid {
    display: flex;
    gap: 34px;
    align-items: center;
}

.feature-column {
    flex: 1 1 410px;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 28px;
}

.feature {
    display: flex;
    gap: 13px;
    width: 45%;
    min-width: 210px;
}

.icon-circle {
    width: 42px;
    height: 42px;
    border: 2px solid #1f6fe5;
    color: #1f6fe5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex: 0 0 42px;
}

.feature h3,
.principles h3 {
    color: #0750b4;
    margin: 0 0 5px;
    font-size: 1rem;
}

.feature p,
.principles p {
    margin: 0;
    color: #1f2937;
    font-size: .92rem;
}

.phone-stack {
    flex: 0 0 300px;
}

.phone-stack img {
    max-height: 360px;
    margin: 0 auto;
}

.principles {
    display: flex;
    gap: 16px;
    flex: 1 1 300px;
}

.need-help-card {
    margin-top: 26px;
    padding: 22px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dce6f2;
    box-shadow: 0 10px 24px rgba(8, 28, 60, .10);
}

.need-help-card h3 {
    margin: 0 0 8px;
    color: #0d43a2;
    text-transform: uppercase;
}

.need-help-card p {
    margin: 0 0 16px;
    color: #425066;
    font-size: .92rem;
}

.help-links {
    display: block;
}

.help-links a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f5f9fd;
    color: #123E7C;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #dce6f2;
}

.help-links a:hover {
    background: #eaf3ff;
}

/* Audience cards */

.audience {
    padding: 24px 0 22px;
}

.audience-grid {
    display: flex;
    gap: 24px;
}

.audience-card {
    min-height: 160px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 28px 260px 26px 30px;
    box-shadow: 0 10px 28px rgba(8, 28, 60, .12);
    flex: 1 1 0;
}

.audience-card.family {
    background: linear-gradient(100deg, #fff7e9, #ffffff 55%, #ead8c5);
}

.audience-card.pro {
    background: linear-gradient(100deg, #efffed, #ffffff 55%, #d5ecdc);
}

.audience-card h3 {
    margin: 0 0 10px;
    color: #8a4f00;
    font-size: 1rem;
    text-transform: uppercase;
}

.audience-card.pro h3 {
    color: #176d2f;
}

.audience-card p {
    margin: 0 0 14px;
    font-size: .94rem;
}

.audience-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.person-art {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 245px;
    height: 160px;
    background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, .8), transparent 28%), rgba(255, 255, 255, .32);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.3rem;
}

/* Real life screenshots */

.real-life {
    padding: 8px 0 32px;
}

.screen-row {
    display: flex;
    gap: 22px;
    justify-content: space-between;
}

.screen-card {
    text-align: center;
    font-size: .85rem;
    font-weight: 800;
    color: #26354a;
    flex: 1 1 0;
}

.screen-card img {
    height: 180px;
    margin: 0 auto 8px;
    filter: drop-shadow(0 8px 14px rgba(20, 40, 70, .18));
}

/* Quote and FAQ */

.quote-faq {
    padding: 0 0 34px;
}

.quote-grid {
    display: flex;
    gap: 26px;
}

.quote-box,
.faq-box {
    background: #f4f8fd;
    border-radius: 14px;
    min-height: 132px;
    padding: 30px;
    flex: 1 1 0;
}

.quote-mark {
    font-size: 4rem;
    line-height: .5;
    color: #d7e3f0;
    font-weight: 900;
}

.quote-box blockquote {
    margin: 0;
    font-size: 1.05rem;
    font-family: Georgia, serif;
    color: #172033;
}

.quote-box cite {
    display: block;
    margin-top: 12px;
    color: #0b65d8;
    font-weight: 900;
    font-style: normal;
}

.faq-box {
    position: relative;
}

.faq-box h3 {
    margin: 0 0 6px;
    color: #0d43a2;
    text-transform: uppercase;
}

.big-question {
    position: absolute;
    right: 36px;
    top: 16px;
    font-size: 7rem;
    line-height: 1;
    color: rgba(13, 67, 162, .18);
}

/* Footer */

.footer-cta {
    background: linear-gradient(90deg, #061225, #082a58);
    color: #ffffff;
    padding: 28px 0 18px;
}

.footer-cta-inner {
    display: flex;
    gap: 22px;
    align-items: center;
}

.footer-mark{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:18px;
}

.footer-icon{
    width:72px;
    height:auto;
    display:block;
}

.footer-cta h2 {
    margin: 0;
    font-size: 1.75rem;
    letter-spacing: -.03em;
}

.footer-cta p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .82);
}

.legal-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
    font-size: .82rem;
    color: rgba(255, 255, 255, .65);
}

.legal-strip span:not(:last-child)::after {
    content: "•";
    margin-left: 14px;
}

/* Auth and Member Center */

.auth-hero,
.member-hero {
    background:
        radial-gradient(circle at 18% 18%, rgba(47, 142, 255, .18), transparent 28%),
        radial-gradient(circle at 86% 28%, rgba(34, 168, 154, .16), transparent 30%),
        linear-gradient(135deg, #061225, #0b2b58);
    color: #ffffff;
    padding: 72px 0;
}

.auth-grid {
    display: flex;
    gap: 56px;
    align-items: center;
}

.auth-copy {
    flex: 1 1 auto;
}

.auth-copy h1 {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: -.055em;
    margin: 0 0 18px;
}

.member-welcome h1 {
    font-size: 2.7rem;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin: 0 0 14px;
    max-width: 720px;
}

.auth-copy p,
.member-welcome p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .86);
    max-width: 680px;
}

.privacy-promise {
    margin-top: 24px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    padding: 24px;
}

.privacy-promise h2 {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.privacy-promise ul {
    margin: 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, .88);
}

.privacy-promise li {
    margin: 8px 0;
}

.auth-card {
    background: #ffffff;
    color: #0e1726;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    flex: 0 0 460px;
}

.auth-card h2 {
    margin: 0 0 6px;
    color: #123E7C;
    font-size: 1.8rem;
}

.auth-note {
    margin: 0 0 24px;
    color: #425066;
}

.auth-form {
    display: block;
}

.auth-form label {
    display: block;
    margin-bottom: 16px;
    font-weight: 800;
    color: #123E7C;
}

.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"] {
    width: 100%;
    border: 1px solid #dce6f2;
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 1rem;
    color: #0e1726;
    background: #f8fbff;
    margin-top: 7px;
}

.auth-form input:focus {
    outline: 3px solid rgba(31, 111, 229, .18);
    border-color: #1f6fe5;
}

.checkbox-row {
    color: #425066 !important;
    font-weight: 600 !important;
}

.checkbox-row input {
    margin-right: 8px;
}

.auth-submit {
    border: 0;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
}

.auth-switch {
    margin: 22px 0 0;
    text-align: center;
    color: #425066;
}

.auth-switch a {
    color: #123E7C;
    font-weight: 900;
}

.form-message {
    border-radius: 12px;
    background: #eef6ff;
    color: #123E7C;
    padding: 12px 14px;
    margin: 14px 0;
    font-weight: 800;
}

.form-message.success {
    background: #ecfff4;
    color: #176d2f;
}

.form-message.error {
    background: #fff0f0;
    color: #a22424;
}

.member-welcome {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.member-welcome .secondary-btn {
    border: 2px solid rgba(255, 255, 255, .35);
    background: transparent;
    color: #ffffff;
    white-space: nowrap;
    min-width: 140px;
    min-height: 46px;
}

.member-welcome .secondary-btn:hover {
    background: rgba(255, 255, 255, .08);
}

.member-section {
    padding: 54px 0;
    background: #f5f9fd;
}

.member-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.member-card {
    background: #ffffff;
    border: 1px solid #dce6f2;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(8, 28, 60, .10);
    flex: 1 1 280px;
}

.member-card h2 {
    color: #123E7C;
    margin: 0 0 10px;
}

.member-card p {
    color: #425066;
}

.release-card {
    flex: 2 1 560px;
    background:
        radial-gradient(circle at 100% 0%, rgba(47, 142, 255, .16), transparent 34%),
        #ffffff;
}

.card-kicker {
    color: #1f6fe5;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .82rem;
}

.version-label {
    font-weight: 900;
    color: #176d2f !important;
}

/* Responsive */

@media (max-width: 980px) {
    .nav-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        position: absolute;
        left: 24px;
        right: 24px;
        top: 70px;
        background: #071a33;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 16px;
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-menu.open {
        display: flex;
    }

    .nav-menu a {
        padding: 12px;
    }

    .hero-inner,
    .feature-grid,
    .audience-grid,
    .quote-grid,
    .footer-cta-inner,
    .auth-grid,
    .member-welcome {
        flex-direction: column;
    }

    .hero-content,
    .hero-phone,
    .how-main,
    .phone-stack,
    .principles,
    .auth-card {
        flex-basis: auto;
        width: 100%;
    }

    .hero-phone {
        display: none;
    }

    .screen-row {
        flex-wrap: wrap;
    }

    .screen-card {
        flex-basis: 45%;
    }

    .flow {
        gap: 10px;
    }

    .flow-step {
        font-size: .82rem;
    }

    .mini-phone {
        width: 96px;
        height: 140px;
        font-size: .74rem;
    }

    .flow-step::after {
        display: none;
    }

    .feature {
        width: 100%;
    }

    .audience-card {
        padding-right: 28px;
    }

    .person-art {
        display: none;
    }

    .trust-row {
        flex-wrap: wrap;
    }
}


@media (max-width: 760px) {
    .how-layout {
        flex-direction: column;
    }

    .license-card {
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }

    .flow {
        flex-wrap: wrap;
    }

    .flow-step {
        flex-basis: 45%;
    }

    .flow-step::after {
        display: none;
    }
}

@media (max-width: 560px) {
    .wrap {
        width: 94%;
        max-width: 94%;
    }

    .nav-brand-image {
        min-width: 190px;
    }

    .nav-brand-image img {
        width: 190px;
        max-height: 56px;
    }

    .hero-inner {
        min-height: auto;
        padding: 48px 0;
    }

    .hero h1 {
        font-size: 2.75rem;
    }

    .hero-actions,
    .card-actions,
    .license-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .primary-btn,
    .secondary-btn,
    .ghost-btn {
        width: 100%;
    }

    .trust-row,
    .flow,
    .screen-row {
        flex-direction: column;
    }

    .flow-step,
    .screen-card {
        flex-basis: auto;
        width: 100%;
    }

    .license-art {
        display: none;
    }

    .license-card h3 {
        padding-right: 0;
    }

    .quote-box,
    .faq-box {
        padding: 24px;
    }
}

/* ==========================================================
   Homepage Polish Pass 1
   ========================================================== */

/* Make the How It Works flow feel more connected */
.flow-step:not(:last-child)::after {
    content: "›";
    right: -16px;
    top: 96px;
    color: #7faee8;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

/* Give the license card a little branded depth */
.license-card {
    background:
        radial-gradient(circle at 90% 14%, rgba(31, 111, 229, .18), transparent 28%),
        linear-gradient(100deg, #eef6ff, #ffffff 56%, #d5e7ff);
}

.license-art {
    text-shadow: 0 8px 18px rgba(31, 111, 229, .25);
}

/* Button hierarchy inside license card */
.license-card .ghost-btn:first-child {
    background: linear-gradient(135deg, #1f7af3, #1b5edb);
    color: #ffffff;
    border-color: #1b5edb;
    box-shadow: 0 8px 18px rgba(31, 111, 229, .24);
}

.license-card .ghost-btn:first-child:hover {
    background: linear-gradient(135deg, #2f8eff, #1f6fe5);
}

.license-card .ghost-btn:last-child {
    background: transparent;
    color: #0d43a2;
    border-color: #0d43a2;
}

.license-card .ghost-btn:last-child:hover {
    background: rgba(31, 111, 229, .08);
}

/* Slightly softer screenshot section separation */
.real-life {
    background: #eef6ff;
    padding-top: 34px;
}

/* Mobile polish */
@media (max-width: 760px) {
    .flow-step:not(:last-child)::after {
        display: none;
    }

    .license-card .ghost-btn:first-child,
    .license-card .ghost-btn:last-child {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================
   SoberShield Pricing Components
   Reusable across public marketing pages
   ========================================================== */

.hero-price-note {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: -8px 0 26px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .20);
    color: rgba(255, 255, 255, .92);
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}

.hero-price-note span {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.hero-price-note span:not(:last-child)::after {
    content: "•";
    margin-left: 10px;
    color: rgba(255, 255, 255, .48);
}

.price-pill {
    background: #ffffff;
    color: #0d43a2;
    border-radius: 999px;
    padding: 7px 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.license-price {
    display: inline-block;
    margin: 0 0 12px;
    padding: 8px 13px;
    border-radius: 12px;
    background: #0d43a2;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.03em;
    box-shadow: 0 10px 22px rgba(13, 67, 162, .22);
}

.pricing-home {
    padding: 34px 0;
    background: #ffffff;
}

.pricing-home-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    border-radius: 18px;
    padding: 30px;
    background:
        radial-gradient(circle at 95% 20%, rgba(31, 111, 229, .15), transparent 28%),
        linear-gradient(100deg, #eef6ff, #ffffff 58%, #e6f1ff);
    border: 1px solid #dce6f2;
    box-shadow: 0 14px 34px rgba(8, 28, 60, .12);
}

.pricing-home-card .eyebrow {
    color: #1f6fe5;
    margin-bottom: 8px;
}

.pricing-home-card .section-title {
    margin-bottom: 10px;
    color: #0d43a2;
}

.pricing-home-card p {
    margin: 0;
    max-width: 690px;
    color: #425066;
    font-size: 1rem;
}

.pricing-home-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.pricing-home-actions .ghost-btn {
    color: #0d43a2;
    background: transparent;
    border-color: #0d43a2;
}

.pricing-home-actions .ghost-btn:hover {
    background: rgba(31, 111, 229, .08);
}

.pricing-mini-note {
    display: block;
    margin-top: 12px;
    color: #425066;
    font-size: .92rem;
    font-weight: 800;
}

@media (max-width: 980px) {
    .pricing-home-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-home-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .hero-price-note {
        display: flex;
        width: 100%;
        align-items: stretch;
        border-radius: 16px;
        gap: 8px;
    }

    .hero-price-note span {
        width: 100%;
        justify-content: center;
    }

    .hero-price-note span:not(:last-child)::after {
        content: none;
    }

    .price-pill {
        justify-content: center;
    }

    .pricing-home-card {
        padding: 24px;
    }

    .pricing-home-actions .primary-btn,
    .pricing-home-actions .ghost-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
