.page-gradient-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.page-gradient-bg {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(282deg, #fbfbf8 11%, #9ffcdcb8 25%, #40c6ffa1 34%, #abb6ffd9 47%, #e28afff5 59%, #fbfbf8 90%);
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-gradient-overlay {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, #fbfbf8 60%, #fafafa 100%);
    position: absolute;
    inset: 0;
    z-index: 0;
    -webkit-mask: linear-gradient(#0009 0%, #000 35%, #000000fe 100%);
    mask: linear-gradient(#0009 0%, #000 35%, #000000fe 100%);
}

:root {
    --color-cream: #fbfbf8;
    --color-surface: #fafafa;
    --color-surface-alt: #f4f4f5;
    --color-border: #e4e4e7;
    --color-dark: #18181b;
    --color-border-dark: rgba(113, 113, 122, 0.2);
    --color-accent-border: #0389ff80;
    --color-heading: #09090b;
    --color-body: #4b5563;
    --color-muted: #71717a;
    --color-faded: #a1a1aa;
    --color-footer-text: #8892a4;
    --color-on-dark: rgba(255, 255, 255, 0.85);
    --color-accent: #0389ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter Tight", "Inter Tight Placeholder", sans-serif;
    background: linear-gradient(var(--color-cream) 90.6%, #ededed 99.6%);
    color: var(--color-body);
    line-height: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    isolation: isolate;
}

h2 {
    margin-bottom: 24px;
    line-height: 40px;
}

a {
    color: var(--color-accent);
    text-decoration: none;
}

a:hover {
    color: var(--color-accent);
    opacity: 0.8;
}

strong {
    font-weight: 700;
    color: var(--color-heading);
}

ul, ol {
    margin: 20px 0;
    padding-left: 20px;
    color: var(--color-body);
}

li {
    margin-bottom: 8px;
}

li strong {
    color: var(--color-heading);
}

footer li {
    margin-bottom: 0;
    line-height: inherit;
}

footer ul {
    margin: 0;
    padding: 0;
}

#footer-cols {
    flex-direction: column;
    gap: 40px;
}

#footer-links {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 3 0 0;
    min-width: 0;
}

@media (min-width: 1200px) {
    #footer-cols {
        flex-direction: row;
        gap: 10px;
    }
    #footer-links {
        flex-direction: row;
        gap: 10px;
    }
}

.footer {
    background-color: #18181b;
    color: #a0aabe;
    border-color: #e4e4e7;
}

.footer-container {
    max-width: 1200px;
    padding: 80px 15px 0;
}

.footer-brand {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-brand-name {
    font-size: 24px;
    letter-spacing: -0.02em;
}

.footer-tagline {
    color: #a0aabe;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.02em;
    max-width: 300px;
    margin: 0;
}

.footer-badges {
    gap: 10px;
}

.footer-badge {
    height: 65px;
    width: auto;
    border-radius: 3px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.footer-col-features {
    flex: none;
    width: 235px;
}

.footer-col-wide {
    flex: 3;
}

.footer-col-narrow {
    flex: 1;
}

.footer-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.8em;
    margin: 0;
}

.footer-link {
    display: block;
    color: #a0aabe;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    padding: 0;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer-link:hover {
    color: #fff;
}

.footer-bottom {
    border-color: #e4e4e7;
    margin-top: 80px;
    padding: 32px 0 40px;
}

.footer-muted {
    color: rgb(74, 85, 101);
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.02em;
    margin: 0;
}

.footer-caret-icon {
    font-size: 12px;
    color: #a0aabe;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 10px 40px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--color-border-dark);
    border-radius: 10px;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 0.241451px 0.241451px -1.25px,
        rgba(0, 0, 0, 0.05) 0px 2px 2px -2.5px,
        rgba(9, 9, 11, 0.07) 0px 0.602187px 0.602187px -1.25px,
        rgba(9, 9, 11, 0.06) 0px 2.28853px 2.28853px -2.5px,
        rgba(9, 9, 11, 0.03) 0px 10px 10px -3.75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0 16px;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
}

.header-logo-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 6px;
}

.header-logo-text {
    color: rgb(255, 255, 255);
    font-family: "Plus Jakarta Sans", "Plus Jakarta Sans Placeholder", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    font-weight: 500;
    height: 68px;
    padding: 0 12px;
    border-radius: 10px;
    background-color: rgba(113, 113, 122, 0);
    border: none;
    font-family: inherit;
    transition: background-color 0.2s, color 0.2s;
}

.header-nav-link:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(113, 113, 122, 0.1);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: #0389ff;
    border: 1px solid rgba(230, 230, 232, 0);
    border-radius: 10px;
    color: #fff;
    padding: 9px 12px 9px 16px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    font-weight: 600;
    flex-shrink: 0;
    box-shadow:
        0px 0.602px 0.602px -1.25px rgba(9, 9, 11, 0.11),
        0px 2.289px 2.289px -2.5px rgba(9, 9, 11, 0.1),
        0px 10px 10px -3.75px rgba(9, 9, 11, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

.header-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(3, 137, 255, 0.3);
    color: #fff;
}

.header-cta i {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.header-burger {
    display: none;
    color: #fff;
    padding: 8px;
    background: transparent;
    border: 0;
}

.header-nav,
.header-cta {
    display: none;
}

@media (min-width: 810px) {
    .header-nav {
        display: flex;
    }
    .header-cta {
        display: inline-flex;
    }
    .header-burger {
        display: none;
    }
    #mobile-menu {
        display: none !important;
    }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
    .header {
        padding: 10px 20px;
    }
}

@media (max-width: 809.98px) {
    .header {
        padding: 0;
    }
    .header-container {
        max-width: none;
        height: 62px;
        padding: 0 16px;
        border-radius: 0;
    }
    .header-burger {
        display: inline-flex;
    }
}

.logo {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 0;
    letter-spacing: -0.02em;
    font-family: "Plus Jakarta Sans", "Plus Jakarta Sans Placeholder", sans-serif;
}

.logo-icon {
    width: 24px;
    height: 36px;
    display: block;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-links {
    display: flex;
    gap: 6px;
    align-items: center;
}

.nav-links a {
    color: var(--color-on-dark);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s, background-color 0.2s;
    position: relative;
    padding: 8px 18px;
    border-radius: 10px;
    background-color: rgba(113, 113, 122, 0);
}

.nav-links a:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
    background-color: rgba(113, 113, 122, 0.1);
}

/* Duplicate .nav-dropdown-trigger block removed; see the later .nav-dropdown-trigger definition for the effective styles. */

/* Duplicate .nav-links a:hover rule removed (hover styles are defined above). */

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    font-weight: 500;
    height: 68px;
    padding: 0 12px;
    border-radius: 10px;
    background: rgba(113, 113, 122, 0);
    border: none;
    font-family: inherit;
    transition: color 0.2s, background-color 0.2s;
}

.nav-dropdown-trigger:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(113, 113, 122, 0.1);
}

.nav-dropdown-trigger .chevron {
    width: 14px;
    height: 14px;
    transition: transform 0.2s;
    opacity: 0.5;
}

.nav-dropdown:hover .nav-dropdown-trigger .chevron,
.nav-dropdown.open .nav-dropdown-trigger .chevron {
    transform: rotate(180deg);
    opacity: 1;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-cream);
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 16px 20px;
    width: 240px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
    z-index: 999999;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-dropdown-menu .dropdown-heading {
    color: var(--color-body);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
}

.nav-dropdown-menu a {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
    margin-bottom: 10px;
    line-height: 2;
    transition: opacity 0.15s;
}

.nav-dropdown-menu a:last-child {
    margin-bottom: 0;
}

.nav-dropdown-menu a:hover {
    opacity: 0.6;
    background: none;
    color: #000;
}

.start-btn {
    background-color: var(--color-accent);
    border: 1px solid rgba(230, 230, 232, 0);
    border-radius: 30px;
    color: rgb(255, 255, 255);
    padding: 9px 19px 9px 23px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow:
        0px 0.602px 0.602px -1.25px rgba(9, 9, 11, 0.11),
        0px 2.289px 2.289px -2.5px rgba(9, 9, 11, 0.1),
        0px 10px 10px -3.75px rgba(9, 9, 11, 0.04);
}

.start-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(3, 137, 255, 0.3);
    color: rgb(255, 255, 255);
    opacity: 1;
}

.start-btn-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.cta-wrapper {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 60px auto;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #30344D 0%, #6E8BA2 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.cta-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 280px;
    overflow: hidden;
}

.cta-content {
    position: relative;
    z-index: 10;
    padding: 40px;
    width: 45%;
    max-width: none;
}

.cta-title {
    font-size: 38px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cta-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.5;
    font-weight: 400;
}

.cta-button {
    display: block;
    width: 100%;
    background-color: white;
    color: #30344D;
    padding: 13px 26px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
    transform: translateY(-2px);
    background-color: #f0f0f0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.cta-gmail-interface {
    width: 55%;
    height: 100%;
    min-height: 280px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 1;
}

.cta-number-badge {
    position: absolute;
    top: 60px;
    left: 80px;
    background: white;
    color: #2d3748;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.language-selector {
    margin-top: 1rem;
    width: 100%;
    max-width: 200px;
}

.language-selector label {
    display: block;
    font-size: 12px;
    color: var(--color-footer-text);
    margin-bottom: 4px;
}

.language-selector .input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    background-color: var(--color-dark);
    color: var(--color-footer-text);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--color-footer-text);
    cursor: pointer;
    transition: all 0.2s;
}

.language-selector .input:hover {
    border-color: rgb(100, 116, 139);
    background-color: rgb(30, 30, 33);
}

.language-selector .caret svg {
    transition: transform 0.2s;
}

.language-selector.open .caret svg {
    transform: rotate(180deg);
}

.language-selector select {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1024px) {
    .logo {
        font-size: 0;
    }

    .cta-section {
        flex-direction: column;
        min-height: auto;
    }

    .cta-content {
        padding: 40px 32px;
        width: 100%;
    }

    .cta-gmail-interface {
        width: 100%;
        height: 250px;
        background-size: contain;
        background-position: center;
        opacity: 0.9;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .cta-wrapper {
        width: calc(100% - 20px);
        border-radius: 16px;
    }

    .cta-section {
        flex-direction: column;
        min-height: auto;
    }

    .cta-content {
        padding: 32px 24px;
        width: 100%;
    }

    .cta-gmail-interface {
        width: 100%;
        height: 200px;
        background-size: contain;
        opacity: 0.8;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cta-button {
        font-size: 14px;
        padding: 11px 22px;
    }

    .cta-number-badge {
        display: none;
    }

    h1 {
        font-size: 30px;
    }

    .container {
        padding: 40px 20px;
        max-width: none;
    }

    .content-section {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
    font-size: 24px;
    }

    .logo-icon {
        font-size: 16px;
    }
}
