@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../Assets/Fonts/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../Assets/Fonts/PlusJakartaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../Assets/Fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../Assets/Fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root{
    color-scheme: light;
    --btn-color: #fdfdfd;/* button color*/
    --btn-bg: #179a97;/* button bg color*/
    --btn-bg-hover: #20acab;
    --btn-bg-active: #117c79;

    --primary-text-color: #2070f3;
    --link-hover: #2070f3;
    --input-hover-bd-color: #2070f3;
    --page-bg: #ffffff;
    --page-text: #0d0d0d;
    --muted-text: #595959;
    --soft-text: #103879;
    --surface-1: #ffffff;
    --surface-2: rgba(255, 255, 255, 0.88);
    --surface-3: rgba(255, 255, 255, 0.72);
    --surface-4: rgba(23, 154, 151, 0.07);
    --surface-card:
        linear-gradient(180deg, rgba(235, 249, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    --surface-policy:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 255, 0.9)),
        rgba(255, 255, 255, 0.92);
    --surface-highlight: #efefef;
    --border-soft: rgba(13, 13, 13, 0.06);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-strong: 0 24px 60px rgba(20, 56, 94, 0.08);
    --header-gradient:
        linear-gradient(83deg, #ceaed474 15%, #abd4e693 33%, #73edc097 79%, #8c91e86b 100%);
}

@media (prefers-color-scheme: dark) {
    :root{
        color-scheme: dark;
        --page-bg: #071117;
        --page-text: #edf5ff;
        --muted-text: #a8b7c9;
        --soft-text: #9db8e6;
        --surface-1: #0c1821;
        --surface-2: rgba(15, 26, 36, 0.9);
        --surface-3: rgba(12, 24, 33, 0.82);
        --surface-4: rgba(23, 154, 151, 0.14);
        --surface-card:
            linear-gradient(180deg, rgba(12, 31, 43, 0.96) 0%, rgba(9, 21, 29, 0.98) 100%);
        --surface-policy:
            linear-gradient(145deg, rgba(12, 31, 43, 0.96), rgba(10, 23, 32, 0.94)),
            rgba(8, 19, 26, 0.96);
        --surface-highlight: rgba(255, 255, 255, 0.08);
        --border-soft: rgba(255, 255, 255, 0.1);
        --shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.34);
        --shadow-strong: 0 26px 68px rgba(0, 0, 0, 0.38);
        --header-gradient:
            linear-gradient(83deg, rgba(69, 91, 150, 0.42) 15%, rgba(35, 104, 143, 0.35) 33%, rgba(22, 118, 96, 0.32) 79%, rgba(74, 74, 143, 0.28) 100%);
    }
}


html {
    scroll-behavior: auto;
    font-family: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
    background: var(--page-bg);
}

body{
    background: var(--page-bg) !important;
    color: var(--page-text) !important;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .skip-link,
    .btn,
    .header-links,
    .animated-collapse,
    header > .collapsible-header,
    .content {
        transition: none !important;
    }
}

.skip-link{
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: var(--surface-1);
    color: var(--page-text);
    box-shadow: var(--shadow-soft);
    transform: translateY(-200%);
    transition: transform 0.2s ease;
}

.skip-link:focus-visible{
    transform: translateY(0);
    outline: 2px solid var(--primary-text-color);
    outline-offset: 3px;
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#core-features,
#reviews{
    scroll-margin-top: 16px;
}

.reader-main{
    width: 100%;
}

.reader-shell{
    width: 100%;
}

header{
    /* background-color: #fff;
    color: #000; */
}

.site-header{
    height: 72px !important;
    align-items: center;
    justify-content: center;
}

.header-nav{
    gap: 1.45rem !important;
}

.header-actions{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.site-header > a:first-child{
    position: absolute;
    left: 5%;
}

.site-brand-link{
    position: relative;
    z-index: 2;
    display: flex;
    width: fit-content;
    height: auto;
    padding: 4px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 0.65rem;
}

.site-brand-logo{
    display: block;
    width: var(--brand-logo-size, 68px);
    height: var(--brand-logo-size, 68px);
    flex: 0 0 var(--brand-logo-size, 68px);
    object-fit: contain;
}

.brand-lockup{
    display: flex;
    width: fit-content;
    align-items: flex-start;
    justify-content: center;
    gap: 0.58rem;
}

.brand-title-image{
    display: block;
    width: var(--brand-title-width, clamp(152px, 14vw, 180px));
    height: auto;
    margin-top: 0.24rem;
    object-fit: contain;
}

.brand-title-wrap{
    position: relative;
    display: block;
    width: var(--brand-title-width, clamp(152px, 14vw, 180px));
    flex: 0 0 auto;
}

.brand-title-wrap .brand-title-image{
    width: 100%;
}

.brand-title-image--dark-subtitle{
    display: none;
}

@media (prefers-color-scheme: dark) {
    .brand-title-image--dark-subtitle{
        display: block;
        position: absolute;
        inset: 0;
        margin-top: 0.24rem;
        clip-path: inset(69% 0 0 0);
        filter: brightness(1.85) contrast(0.9) saturate(0.28);
        opacity: 0.95;
        pointer-events: none;
    }
}

.site-header-toggle{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(23, 154, 151, 0.16);
    border-radius: 999px;
    background: var(--surface-3);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
    color: var(--page-text);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.site-header-toggle:focus-visible{
    outline: 2px solid var(--primary-text-color);
    outline-offset: 3px;
}

.site-header-toggle-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    width: 1.5rem;
    height: 1.125rem;
    transform: translate(-50%, -50%);
}

.site-header-toggle-bar{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition:
        transform 240ms ease,
        opacity 180ms ease;
}

.site-header-toggle-bar--top{
    top: 0;
}

.site-header-toggle-bar--middle{
    top: calc(50% - 1px);
}

.site-header-toggle-bar--bottom{
    bottom: 0;
}

.site-header-toggle.is-open{
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
}

.site-header-toggle.is-open .site-header-toggle-bar--top{
    transform: translateY(0.5rem) rotate(45deg);
}

.site-header-toggle.is-open .site-header-toggle-bar--middle{
    opacity: 0;
    transform: scaleX(0.35);
}

.site-header-toggle.is-open .site-header-toggle-bar--bottom{
    transform: translateY(-0.5rem) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
    .site-header-toggle-bar{
        transition: none;
    }
}

@media all and (min-width: 1024px) {
    .site-header-toggle{
        display: none !important;
    }
}

.policy-header{
    justify-content: space-between;
}

.policy-header .site-header-toggle{
    display: none !important;
}

.policy-header-spacer{
    flex: 1 1 auto;
}

.policy-header .collapsible-header{
    justify-content: flex-end;
}


header > .collapsible-header{
    display: flex;
    gap: 0.45rem;
    width: 100%;
    background-color: inherit;
    place-content: center;
    align-items: center;
    overflow: hidden;
    transition: width 0.3s ease;
}

.animated-collapse{
    transition: width 0.3s ease, opacity 0.3s ease;
}

@media all and (min-width: 1024px) {
    .site-header > .collapsible-header,
    .policy-header > .collapsible-header{
        width: 100%;
        flex: 1 1 auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        padding-left: calc(var(--brand-title-width, clamp(152px, 14vw, 180px)) + var(--brand-logo-size, 68px) + 2.75rem);
        padding-right: calc(clamp(1.25rem, 2.2vw, 1.85rem) + 18rem);
        gap: 1.25rem;
    }

    .header-nav{
        display: flex;
        justify-content: center;
        width: max-content;
        margin: 0 auto;
    }

    .header-actions{
        position: absolute;
        top: 0.15rem;
        right: clamp(1.25rem, 2.2vw, 1.85rem);
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.35rem !important;
        justify-self: auto;
    }

    .header-links{
        padding-inline: 0.6rem;
    }

    .policy-header{
        justify-content: center;
    }

    .policy-header-spacer{
        display: none;
    }

    .policy-header-actions{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .header-cta-support-text{
        font-size: 0.92rem;
        line-height: 1.25;
    }
}

.header-gradient{
    background: var(--header-gradient);
    filter: blur(100px);
}

.header-links {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
    min-height: 44px;
    border-radius: 10px;
    padding: 0 12px;
    font-weight: 550;
    line-height: 1;
    transition: background-color 0.5s, color 0.5s;
}


.header-links:hover {
    color: var(--link-hover);
}

/* Keep hidden content in the codebase so it can be restored quickly later. */
.is-temporarily-hidden{
    display: none !important;
}

.primary-text-color{
    color: var(--primary-text-color);
}

.tw-text-primary{
    color: var(--primary-text-color) !important;
}

.tw-border-primary{
    border-color: var(--primary-text-color) !important;
}

.opacity-0{
    opacity: 0 !important;
}

.opacity-100{
    opacity: 100 !important;
}

.btn{
    padding: 10px 15px;
    width: max-content;
    border-radius: 24px;
    color: var(--btn-color);
    background-color: var(--btn-bg);
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn:hover{
    background-color: var(--btn-bg-hover);
}

.btn:focus-visible,
.header-links:focus-visible,
.footer-link:focus-visible,
.policy-doc-email:focus-visible{
    outline: 2px solid var(--primary-text-color);
    outline-offset: 3px;
}

.btn:active{
    background-color: var(--btn-bg-active);
}

.btn:disabled{
    cursor: default;
}

.cta-button{
    box-sizing: border-box;
    flex: 0 0 auto;
    gap: 0.45rem;
    min-height: 48px;
    padding: 11px 14px 11px 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    background-color: var(--btn-bg);
    white-space: nowrap;
}

.cta-button:hover{
    background-color: var(--btn-bg-hover);
}

.cta-button:active{
    background-color: var(--btn-bg-active);
}

.cta-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
}

.cta-chrome-logo{
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.cta-icon-image{
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    transform: translateY(-0.01em);
    flex: 0 0 auto;
}

.hero-copy-group{
    --hero-stack-gap: clamp(4rem, 6vw, 4.5rem);
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: var(--hero-stack-gap);
}

.hero-stage{
    padding-top: 0;
}

.hero-stage-inner{
    min-height: calc(100vh - 60px);
    justify-content: flex-start;
    gap: clamp(3.4rem, 5.8vw, 4.75rem);
    padding-top: clamp(9rem, 13.5vw, 10.95rem);
    padding-bottom: clamp(4.75rem, 6.8vw, 5.75rem);
}

@media not all and (min-width: 1024px) {
    .hero-stage{
        padding-top: clamp(4.75rem, 12vw, 6.25rem);
    }
}

.hero-heading{
    margin: 0;
    max-width: 14ch;
    text-wrap: balance;
    line-height: 1.08;
}

.hero-heading-line{
    display: block;
}

.hero-gmail-wordmark{
    display: inline-flex;
    align-items: baseline;
    gap: 0.01em;
}

.hero-gmail-letter-blue{
    color: #4285f4;
}

.hero-gmail-letter-red{
    color: #ea4335;
}

.hero-gmail-letter-yellow{
    color: #fbbc05;
}

.hero-gmail-letter-green{
    color: #34a853;
}

.hero-heading-line-accent{
    margin-top: 0.12em;
}

.hero-subtitle{
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: center;
}

.hero-subtitle-inline{
    width: 100%;
    margin: calc(0.2rem + 2px) auto 0;
    color: var(--page-text);
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
    text-wrap: balance;
}

.hero-subtitle-line{
    font-weight: 400;
}

.hero-subtitle-mid{
    color: var(--soft-text);
}

.hero-subtitle-accent{
    color: var(--primary-text-color);
}

.hero-cta-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.hero-cta-stack{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
}

.hero-proof-band{
    width: min(100%, 680px);
    margin: 2.7rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 28px;
    background: var(--surface-4);
    border: 1px solid rgba(23, 154, 151, 0.16);
    backdrop-filter: blur(10px);
}

.hero-proof-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    text-align: center;
}

.hero-proof-value{
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--primary-text-color);
}

.hero-proof-star{
    display: inline-block;
    font-size: 0.85em;
}


.hero-proof-label{
    font-size: 0.98rem;
    line-height: 1.35;
    color: var(--page-text);
}

.hero-visual-wrap{
    margin-top: 2.2rem;
}

.section-shell{
    padding-top: clamp(5rem, 7.8vw, 6.1rem);
    padding-bottom: clamp(4.75rem, 7.2vw, 5.75rem);
}

.section-stack{
    width: 100%;
    max-width: 1040px;
    margin-top: 0;
    gap: 2rem;
}

.section-heading-group{
    margin-top: 0;
    gap: 0.55rem;
}

.section-intro{
    width: min(100%, 680px);
    margin: 0.2rem auto 0;
    color: var(--muted-text);
    font-size: 1.05rem;
    line-height: 1.65;
    text-wrap: balance;
}

.features-grid{
    width: 100%;
    max-width: 980px;
    margin-top: 0.85rem;
    gap: 1.85rem 2rem;
    list-style: none;
    padding-left: 0;
}

.feature-card{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(23, 154, 151, 0.16);
    background: var(--surface-card);
    box-shadow:
        0 16px 40px rgba(18, 37, 63, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    height: auto;
    min-height: 220px;
    align-items: center;
    gap: 0.95rem;
    padding: 1.4rem 1.25rem 1.15rem;
    text-align: center;
}

.feature-card::before{
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #179a97 0%, #2070f3 100%);
    opacity: 0.9;
}

.feature-card h3{
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.feature-card p{
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--page-text);
}

.feature-icon{
    display: inline-flex;
    align-self: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: var(--primary-text-color);
}

.feature-icon svg{
    width: 100%;
    height: 100%;
}

.feature-icon--slightly-larger svg{
    transform: scale(1.12);
    transform-origin: center;
}

.feature-icon-image{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.69);
    transform-origin: center;
}

.section-cta-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.3rem;
}

.cta-support-text{
    margin: 0;
    color: var(--page-text);
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
    text-wrap: balance;
}

.header-cta-support-text{
    text-align: center;
}

.testimonials-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.9rem 2rem;
    justify-items: center;
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 980px;
}

.review-list-item{
    width: 100%;
    display: flex;
    justify-content: center;
}

.reviews-section{
    padding-top: clamp(5rem, 7vw, 5.85rem);
    padding-bottom: clamp(4.75rem, 7vw, 5.85rem);
    margin-top: 0;
}

.reviews-cta-wrap{
    margin-top: 2.1rem;
}

.review-card-shell{
    padding: 1.25rem 1.2rem 1.3rem;
}

.review-quote{
    margin-bottom: 0;
}

.policy-content{
    width: min(100%, 860px);
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: calc(clamp(5rem, 8vw, 6.5rem) * 1.25);
    padding-bottom: clamp(4rem, 7vw, 5.5rem);
}

.policy-hero{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid rgba(23, 154, 151, 0.14);
    border-radius: 30px;
    background: var(--surface-policy);
    box-shadow: var(--shadow-strong);
}

.policy-hero-inner{
    width: min(100%, 650px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.policy-kicker{
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-text-color);
}

.policy-page-title{
    margin: 0;
    font-size: clamp(2.35rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.policy-lede{
    width: min(100%, 650px);
    margin: 0;
    color: var(--page-text);
    font-size: 1.08rem;
    line-height: 1.72;
    text-wrap: pretty;
}

.policy-summary-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.policy-summary-item{
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: var(--surface-2);
    border: 1px solid rgba(23, 154, 151, 0.12);
}

.policy-summary-item strong{
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--page-text);
}

.policy-summary-label{
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--page-text);
}

.policy-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(2rem, 4vw, 3rem);
    background: var(--surface-1);
    border-radius: 30px;
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-strong);
}

.policy-intro,
.policy-copy{
    width: min(100%, 650px);
    margin-left: auto;
    margin-right: auto;
}

.policy-copy{
    color: var(--page-text);
    font-size: 1.08rem;
    line-height: 1.72;
}

.policy-doc-section{
    margin-top: 2.1rem;
    padding-top: 2.1rem;
    border-top: 1px solid var(--border-soft);
}

.policy-copy > .policy-doc-section:first-of-type{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.policy-doc-subheading{
    margin: 0 0 0.4rem;
    font-size: 1.45rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--page-text);
}

.policy-doc-strong{
    font-weight: 700;
}

.policy-copy p{
    margin: 0.75rem 0 0;
}

.policy-doc-list{
    margin: 0.6rem 0 0;
    padding-left: 1.6rem;
    list-style: disc;
}

.policy-doc-list li{
    margin-top: 0.35rem;
    font-size: 1.08rem;
    line-height: 1.72;
    font-family: "Plus Jakarta Sans", sans-serif;
    list-style: disc;
}

.policy-doc-inline-highlight{
    background: var(--surface-highlight);
    padding: 0 0.18rem;
}

.policy-doc-contact{
    position: relative;
    z-index: 1;
}

.policy-doc-email{
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0;
    cursor: pointer;
    pointer-events: auto;
    color: #1155cc;
    text-decoration: underline;
    font-weight: 700;
}

.policy-doc-email:hover{
    color: #0b57d0;
}

.input{
    padding: 10px;
    background-color: transparent;
    border-radius: 25px;
    /* outline: none; */
    min-width: 100px;
    border: 2px solid #818080;
    /* transition: border 0.3s; */
}

.input:active, .input:focus, .input:focus-within{
    border: 2px solid var(--input-hover-bd-color);
}

.input:focus-visible{
    outline: 2px solid rgba(23, 154, 151, 0.22);
    outline-offset: 2px;
}

.input-error{
    border-bottom: 3px solid #ff1e1e;
}

.input-error:focus-within{
    border-bottom: 3px solid #fd0101;
}

/* Navigation dots styling */
.dots-container {
    text-align: center;
    margin-top: 20px;
}

.footer-link{
    color: var(--page-text);
    transition: color 0.3s;
}

.newsletter-section{
    padding-top: clamp(5rem, 7.2vw, 6rem);
    padding-bottom: clamp(5rem, 7.5vw, 6.25rem);
}

.newsletter-stack{
    max-width: 660px;
    gap: 0.95rem;
}

.contact-copy{
    max-width: 620px;
    margin-top: 0.35rem;
}

.newsletter-form,
.contact-form{
    margin-top: 1.6rem;
}

.contact-form{
    --contact-text-inset: 14px;
    width: min(100%, 720px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form-row{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.contact-field{
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
}

.contact-field label{
    font-weight: 600;
    color: var(--page-text);
    padding-left: var(--contact-text-inset);
}

.contact-input{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.contact-textarea{
    min-height: 9rem;
    resize: vertical;
    padding-top: 0.8rem;
    border-radius: 22px;
}

.contact-actions{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.contact-submit-btn{
    min-width: 180px;
}

.contact-email-link{
    color: #1155cc;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.contact-email-link:hover{
    color: #0b57d0;
}

.footer-resources-column{
    --footer-cta-text-inset: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 0.85rem;
    width: 250px;
    height: 100%;
}

@media all and (min-width: 1024px) {
    .footer-resources-column{
        margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
    }
}

.footer-resources-title{
    margin: 0;
    width: max-content;
    max-width: 100%;
    align-self: flex-start;
    padding-left: var(--footer-cta-text-inset);
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 400;
    text-align: left;
}

.footer-resources-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    align-self: flex-start;
    padding-left: var(--footer-cta-text-inset);
    gap: 0.45rem;
    text-align: left;
}

.footer-resources-link{
    display: inline-block;
    margin-left: 0;
}

.footer-link:hover{
    color: var(--link-hover);
}

.footer-inline-link{
    color: #1155cc;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.footer-inline-link:hover{
    color: #0b57d0;
}

.site-footer{
    align-items: flex-start;
    padding-top: clamp(4.5rem, 6.2vw, 5.25rem);
    padding-bottom: clamp(4rem, 6vw, 4.75rem);
    gap: 3rem;
}

.footer-bottom-note{
    margin-top: 0.75rem;
}

.footer-brand-column{
    justify-content: flex-start;
    align-self: flex-start;
    gap: 1.35rem;
}

@media not all and (min-width: 768px) {
    .footer-resources-column{
        align-self: center;
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-resources-title,
    .footer-resources-links{
        padding-left: 0;
        align-self: center;
    }

    .footer-resources-links{
        align-items: center;
        text-align: center;
    }
}

@media all and (min-width: 1024px) {
    .footer-brand-column{
        margin-top: clamp(0.75rem, 2vw, 1.2rem);
    }
}

.footer-brand-lockup > img:first-child{
    width: 72px;
    height: 72px;
    flex-basis: 72px;
}

.footer-brand-lockup .brand-title-image{
    width: clamp(172px, 16.5vw, 208px);
    margin-top: 0.32rem;
}

.footer-brand-copy{
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.3rem;
    max-width: 250px;
    text-align: center;
}

.footer-brand-title{
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
}

.footer-brand-text{
    margin: 0;
    color: var(--page-text);
    line-height: 1.6;
}

.footer-brand-emphasis{
    font-weight: 700;
}


.review-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.review-card{
    box-shadow: 0px 2px 4px #757474a0;
    border-radius: 15px;
    /* width: 200px; */
    /* height: 550px; */
    padding: 10px;
}

/* --------- collapsible div ---------- */
.collapsible {
    background-color: #f3f0f0;
    color: #2b2929;
    /* cursor: pointer; */
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

/* Style for the collapsible content */
.content {
    padding: 0 18px;
    /* display: none; */
    height: 0px;
    overflow: hidden;
    background-color: transparent;
    transition: height 0.5s;
    text-align: justify;
    margin-top: 10px;
}

.collapsible .active,
.collapsible:hover {
    /* background-color: #dedddd; */
}

@media not all and (min-width: 1024px) {
    header .collapsible-header {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 45;
        flex-direction: column;
        opacity: 0;
        height: 100vh;
        min-height: 100vh;
        height: 100dvh;
        width: min(192px, calc((100vw - 1rem) * 0.6));
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.25rem;
        padding-top: 5rem;
        padding-bottom: 2rem;
        place-items: end;
        background-color: var(--surface-1);
        color: var(--page-text);
        overflow-y: auto;
        box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.3);
        transition:
            transform 260ms ease,
            opacity 260ms ease,
            visibility 0s linear 260ms;
    }

    header .collapsible-header.is-open {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition:
            transform 260ms ease,
            opacity 260ms ease,
            visibility 0s linear 0s;
    }

    .header-links{
        color: var(--page-text);
    }

    .header-nav{
        width: 100%;
        align-items: flex-start;
        gap: 0.6rem !important;
    }

    .header-actions{
        width: 100%;
        align-items: flex-start;
    }
    
}

@media not all and (min-width: 1024px) {
    .hero-subtitle{
        max-width: 100%;
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .hero-subtitle-inline{
        font-size: 0.95rem;
        line-height: 1.4;
        padding-inline: 1rem;
    }

    .hero-proof-band{
        grid-template-columns: 1fr;
        gap: 1.1rem;
        width: min(100%, 420px);
        padding: 1.1rem 1rem;
    }

    .hero-proof-value{
        font-size: 1.7rem;
    }

    .hero-stage-inner{
        min-height: auto;
        gap: 3rem;
        padding-top: clamp(5.4rem, 14vw, 6.4rem);
        padding-bottom: 4.4rem;
    }

    .hero-heading{
        max-width: 100%;
    }

    .hero-heading-line-accent{
        margin-top: 0.18em;
    }

    .features-grid{
        gap: 1.4rem;
        max-width: 100%;
    }

    .feature-card{
        min-height: 0;
        width: 320px;
    }

    .newsletter-section{
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }

    .policy-content{
        max-width: 100%;
    }

    .policy-page-title{
        font-size: 2.3rem;
    }

    .policy-summary-grid{
        grid-template-columns: 1fr;
    }

    .contact-form-row{
        grid-template-columns: 1fr;
    }

    .site-footer{
        gap: 2.4rem;
    }
}

@media (min-width: 768px) {
    .testimonials-grid{
        grid-template-columns: repeat(2, minmax(320px, 350px));
        justify-content: center;
        gap: 1.9rem 1.25rem;
    }
}
