/* Generated by scripts/build_static_site.py. Do not edit directly. */

/* Generated source: index.html page styles. */

:root {
    color-scheme: light;
    --color-on-background: 25 28 30;
    --color-surface-tint: 84 94 118;
    --color-error-container: 255 218 214;
    --color-on-error-container: 147 0 10;
    --color-on-primary: 255 255 255;
    --color-primary-fixed-dim: 187 198 226;
    --color-surface-dim: 216 218 220;
    --color-primary: 5 17 37;
    --color-outline-variant: 197 198 205;
    --color-outline: 117 119 125;
    --color-on-tertiary-container: 118 143 174;
    --color-on-secondary-fixed-variant: 146 0 28;
    --color-surface-bright: 247 249 251;
    --color-on-primary-fixed: 16 27 48;
    --color-inverse-primary: 187 198 226;
    --color-tertiary-fixed-dim: 175 201 234;
    --color-surface: 247 249 251;
    --color-inverse-surface: 45 49 51;
    --color-secondary-fixed-dim: 255 179 177;
    --color-tertiary-container: 10 39 66;
    --color-surface-container-high: 230 232 234;
    --color-on-tertiary-fixed-variant: 47 72 101;
    --color-secondary-fixed: 255 218 216;
    --color-primary-container: 27 38 59;
    --color-on-surface: 25 28 30;
    --color-on-error: 255 255 255;
    --color-on-tertiary: 255 255 255;
    --color-on-secondary: 255 255 255;
    --color-on-secondary-fixed: 65 0 7;
    --color-on-surface-variant: 69 71 77;
    --color-inverse-on-surface: 239 241 243;
    --color-surface-variant: 224 227 229;
    --color-on-primary-container: 130 141 167;
    --color-tertiary-fixed: 209 228 255;
    --color-background: 247 249 251;
    --color-secondary-container: 219 49 63;
    --color-surface-container: 236 238 240;
    --color-surface-container-low: 242 244 246;
    --color-surface-container-lowest: 255 255 255;
    --color-surface-container-highest: 224 227 229;
    --color-on-secondary-container: 255 251 255;
    --color-error: 186 26 26;
    --color-primary-fixed: 215 226 255;
    --color-on-primary-fixed-variant: 60 71 93;
    --color-secondary: 183 16 42;
    --color-tertiary: 0 18 36;
    --color-on-tertiary-fixed: 0 29 54;
    --container-max-width: 1200px;
    --page-margin-mobile: 16px;
    --page-margin-tablet: 24px;
    --page-margin-desktop: 32px;
    --gutter: 16px;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: dark;
        --color-on-background: 245 247 251;
        --color-surface-tint: 187 198 226;
        --color-error-container: 147 0 10;
        --color-on-error-container: 255 218 214;
        --color-on-primary: 255 255 255;
        --color-primary-fixed-dim: 187 198 226;
        --color-surface-dim: 8 13 24;
        --color-primary: 5 17 37;
        --color-outline-variant: 50 61 82;
        --color-outline: 101 115 143;
        --color-on-tertiary-container: 175 201 234;
        --color-on-secondary-fixed-variant: 255 179 177;
        --color-surface-bright: 18 27 45;
        --color-on-primary-fixed: 245 248 255;
        --color-inverse-primary: 5 17 37;
        --color-tertiary-fixed-dim: 175 201 234;
        --color-surface: 9 15 28;
        --color-inverse-surface: 239 241 243;
        --color-secondary-fixed-dim: 255 179 177;
        --color-tertiary-container: 13 38 65;
        --color-surface-container-high: 23 33 52;
        --color-on-tertiary-fixed-variant: 209 228 255;
        --color-secondary-fixed: 255 218 216;
        --color-primary-container: 27 38 59;
        --color-on-surface: 245 247 251;
        --color-on-error: 255 255 255;
        --color-on-tertiary: 255 255 255;
        --color-on-secondary: 255 255 255;
        --color-on-secondary-fixed: 255 218 216;
        --color-on-surface-variant: 196 203 216;
        --color-inverse-on-surface: 25 28 30;
        --color-surface-variant: 32 42 61;
        --color-on-primary-container: 187 198 226;
        --color-tertiary-fixed: 209 228 255;
        --color-background: 7 11 22;
        --color-secondary-container: 201 44 56;
        --color-surface-container: 13 22 38;
        --color-surface-container-low: 8 14 26;
        --color-surface-container-lowest: 11 18 31;
        --color-surface-container-highest: 29 40 61;
        --color-on-secondary-container: 255 251 255;
        --color-error: 255 180 171;
        --color-primary-fixed: 215 226 255;
        --color-on-primary-fixed-variant: 188 199 221;
        --color-secondary: 255 88 99;
        --color-tertiary: 175 201 234;
        --color-on-tertiary-fixed: 209 228 255;
    }
}

html {
    background-color: rgb(var(--color-background));
    scroll-behavior: smooth;
}

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

.icon {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "ShiftSync-Icons" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-link__manage-billing {
    margin-right: 0.5em;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: rgb(var(--color-on-primary));
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: center;
    transition:
        color 200ms ease,
        background-color 200ms ease,
        border-color 200ms ease,
        transform 150ms ease;
}

.button-primary {
    background-color: rgb(var(--color-primary));
}

.button-primary:hover {
    background-color: rgb(var(--color-primary));
}

.button-secondary {
    border: 2px solid rgb(var(--color-primary));
    background-color: transparent;
    color: rgb(var(--color-primary));
}

.button-secondary:hover {
    background-color: rgb(var(--color-primary-container));
    color: #ffffff;
}

.nav .button {
    padding: 8px 24px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: rgb(var(--color-surface));
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--gutter);
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 10;
}

.hero-title {
    margin-bottom: 24px;
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 36px;
}

.hero-lead {
    max-width: 36rem;
    margin-bottom: 40px;
    color: rgb(var(--color-on-surface-variant));
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.cta-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cta-row .button {
    padding: 16px 32px;
}

.hero-media {
    position: relative;
    margin-top: 48px;
}

.phone-card {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border: 1px solid rgb(var(--color-outline-variant));
    border-radius: 8px;
    background-color: rgb(var(--color-surface-container-lowest));
    padding: 8px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.phone-card img,
.phone-card picture {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.hero-soft-field-primary,
.hero-soft-field-secondary {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.hero-soft-field-primary {
    top: -48px;
    right: -48px;
    width: 256px;
    height: 256px;
    background-color: rgb(var(--color-primary) / 0.05);
    filter: blur(64px);
}

.hero-soft-field-secondary {
    bottom: -48px;
    left: -48px;
    width: 192px;
    height: 192px;
    background-color: rgb(var(--color-secondary) / 0.05);
    filter: blur(40px);
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-large {
    padding-top: 96px;
    padding-bottom: 96px;
}

.section-low {
    background-color: rgb(var(--color-surface-container-low));
}

.section-heading {
    margin-bottom: 64px;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 16px;
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 36px;
}

.section-heading p {
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
    color: rgb(var(--color-on-surface-variant));
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.heading-rule {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background-color: rgb(var(--color-secondary));
}

.section-heading h2 + .heading-rule {
    margin-top: 16px;
}

.feature-grid,
.steps,
.feed-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--gutter);
}

.feature,
.step,
.feed-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(var(--color-outline-variant));
    background-color: rgb(var(--color-surface-container-lowest));
    padding: 32px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.feature::before,
.feed-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: rgb(var(--color-primary));
    content: "";
}

.feature:nth-child(even)::before {
    background-color: rgb(var(--color-secondary));
}
@media (max-width: 1023px) {
    .feed-card:nth-child(odd)::before {
        background-color: rgb(var(--color-secondary));
    }
}
@media (min-width: 1024px) {
    .feed-card:nth-child(1)::before,
    .feed-card:nth-child(4)::before {
        background-color: rgb(var(--color-secondary));
    }
}

.feature-icon,
.feed-icon {
    display: inline-block;
    margin-bottom: 24px;
    color: rgb(var(--color-primary));
    font-size: 36px;
    line-height: 40px;
}

.feature:nth-child(even) .feature-icon {
    color: rgb(var(--color-secondary));
}
@media (max-width: 1023px) {
    .feed-card:nth-child(odd) .feed-icon {
        color: rgb(var(--color-secondary));
    }
}
@media (min-width: 1024px) {
    .feed-card:nth-child(1) .feed-icon,
    .feed-card:nth-child(4) .feed-icon {
        color: rgb(var(--color-secondary));
    }
}

.feature h3,
.step h3,
.feed-card h3 {
    margin-bottom: 12px;
    color: rgb(var(--color-primary));
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.feature p,
.step p,
.feed-card p,
.feed-card li {
    color: rgb(var(--color-on-surface-variant));
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.steps {
    counter-reset: process-step;
}

.step {
    counter-increment: process-step;
}

.step-marker {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background-color: rgb(var(--color-primary));
    color: rgb(var(--color-on-primary));
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 20px;
}

.step-marker::before {
    content: counter(process-step, decimal-leading-zero);
}

.feed-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.feed-card li {
    position: relative;
    padding-left: 19px;
}

.feed-card li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 9999px;
    background-color: rgb(var(--color-primary-fixed-dim));
    content: "";
}

@media (max-width: 1023px) {
    .feed-card:nth-child(odd) li::before {
        background-color: rgb(var(--color-secondary));
    }
}
@media (min-width: 1024px) {
    .feed-card:nth-child(1) li::before,
    .feed-card:nth-child(4) li::before {
        background-color: rgb(var(--color-secondary));
    }
}

.pricing-section {
    --pricing-accent: 219 49 63;
    --pricing-accent-hover: 183 16 42;
    background-color: rgb(var(--color-primary));
    color: rgb(var(--color-on-primary));
    text-align: center;
}

.pricing-badge {
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 12px;
    background-color: rgb(var(--color-secondary));
    padding: 4px 16px;
}

.pricing-badge span {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-transform: uppercase;
}

.pricing-section h2 {
    max-width: 42rem;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 36px;
}

.pricing-intro {
    max-width: 42rem;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    color: rgb(var(--color-on-primary-container));
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.price-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    max-width: 56rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.price-card {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    width: 100%;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 8px;
    background-color: rgb(255 255 255 / 0.05);
    padding: 32px;
    backdrop-filter: blur(4px);
}

.price-card--annual {
    border-color: rgb(var(--color-secondary) / 0.75);
    background-color: rgb(255 255 255 / 0.075);
    box-shadow: 0 20px 44px rgb(0 0 0 / 0.18);
}

.price-card__header {
    display: flex;
    min-height: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.price-plan {
    margin: 0;
    color: rgb(var(--color-primary-fixed-dim));
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.price-save {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(var(--pricing-accent));
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 6px 10px;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}

.price strong {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
}

.price span {
    color: rgb(var(--color-on-primary-container));
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.price-summary {
    min-height: 48px;
    margin: 0 0 28px;
    color: rgb(var(--color-on-primary-container));
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.price-card .price-card__button {
    display: inline-flex;
    width: 100%;
    background-color: #ffffff;
    color: rgb(var(--color-primary));
    margin-top: auto;
    padding: 16px;
}

.price-card .price-card__button:hover {
    background-color: rgb(var(--color-surface-variant));
}

.price-card--annual .price-card__button {
    background-color: rgb(var(--pricing-accent));
    color: #ffffff;
}

.price-card--annual .price-card__button:hover {
    background-color: rgb(var(--pricing-accent-hover));
    color: #ffffff;
}

.price-note {
    margin-top: 16px;
    color: rgb(var(--color-on-primary-container));
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.price-note.secondary {
    margin-top: 8px;
    font-style: italic;
}

@media (prefers-color-scheme: dark) {
    .brand,
    .hero-title,
    .section-heading h2,
    .feature h3,
    .step h3,
    .feed-card h3 {
        color: rgb(var(--color-primary-fixed));
    }

    .brand {
        color: rgb(var(--color-primary-fixed-dim));
    }

    .nav-link:hover {
        color: rgb(var(--color-primary-fixed));
    }

    .button-primary {
        background-color: rgb(var(--color-secondary));
    }

    .button-secondary {
        border-color: rgb(var(--color-primary-fixed-dim));
        color: rgb(var(--color-primary-fixed));
    }

    .feature-icon,
    .feed-icon {
        color: rgb(var(--color-primary-fixed-dim));
    }

    .feature::before,
    .feed-card::before {
        background-color: rgb(var(--color-primary-fixed-dim));
    }
}

@media (min-width: 640px) {
    .cta-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .nav,
    .section-inner,
    .footer-inner {
        padding-right: var(--page-margin-tablet);
        padding-left: var(--page-margin-tablet);
    }

    .nav-links {
        display: flex;
    }

    .hero-title {
        font-size: 48px;
        line-height: 56px;
    }

    .pricing-section h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .price-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .footer-inner {
        flex-direction: row;
    }

    .footer-brand {
        text-align: left;
    }

    .footer-links {
        justify-content: end;
    }
}

@media (min-width: 1024px) {
    .nav,
    .section-inner,
    .footer-inner {
        padding-right: var(--page-margin-desktop);
        padding-left: var(--page-margin-desktop);
    }

    .hero {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .hero-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .hero-copy,
    .hero-media {
        grid-column: span 6 / span 6;
    }

    .hero-media {
        margin-top: 0;
    }

    .feature-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .nav {
        gap: 12px;
    }

    .nav-actions {
        gap: 12px;
        margin-left: auto;
    }

    .nav-actions .nav-link {
        display: none;
    }

    .nav .button {
        padding-right: 20px;
        padding-left: 20px;
    }
}
