@font-face {
    font-family: "Onest Variable";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Onest Variable";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/onest-latin-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --gc-bg: #f7f9fc;
    --gc-surface: #ffffff;
    --gc-surface-2: #eef2f8;
    --gc-ink: #111827;
    --gc-text: #2f3a4d;
    --gc-muted: #667085;
    --gc-brand: #3b6ff5;
    --gc-brand-dark: #2755c7;
    --gc-brand-soft: #e7eeff;
    --gc-accent: #ff6240;
    --gc-accent-dark: #e54c2d;
    --gc-border: #dce4ef;
    --gc-focus: #ff6240;
    --gc-shadow: 0 18px 50px rgba(28, 45, 78, .11);
    --gc-radius-sm: 8px;
    --gc-radius: 12px;
    --gc-radius-lg: 16px;
    --gc-radius-xl: 20px;
    --gc-width: 1240px;
    --gc-font: "Onest Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --gc-ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body.gc-page {
    margin: 0;
    min-width: 320px;
    color: var(--gc-ink);
    background: var(--gc-bg);
    font-family: var(--gc-font);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.gc-page img { display: block; max-width: 100%; }
.gc-page a { color: inherit; text-decoration: none; }
.gc-page button, .gc-page input { font: inherit; }
.gc-page button { color: inherit; }
.gc-page h1, .gc-page h2, .gc-page h3, .gc-page p { margin-top: 0; }
.gc-page button, .gc-page a { -webkit-tap-highlight-color: transparent; }
.gc-page :focus-visible { outline: 3px solid rgba(255, 98, 64, .62); outline-offset: 4px; }

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

.gc-skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: var(--gc-radius-sm);
    color: #fff;
    background: var(--gc-ink);
    transform: translateY(-160%);
}

.gc-skip-link:focus { transform: translateY(0); }

.gc-container,
.gc-nav-shell,
.gc-footer-main,
.gc-footer-bottom {
    width: min(calc(100% - 64px), var(--gc-width));
    margin-inline: auto;
}

/* Header */
.gc-site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    border-bottom: 1px solid transparent;
    transition: background .22s var(--gc-ease), border-color .22s var(--gc-ease), box-shadow .22s var(--gc-ease);
}

.gc-site-header.is-scrolled {
    border-color: rgba(16, 23, 20, .08);
    background: rgba(247, 249, 248, .92);
    box-shadow: 0 8px 30px rgba(16, 23, 20, .05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.gc-nav-shell {
    height: 76px;
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 28px;
}

.gc-logo { display: inline-flex; align-items: center; width: 154px; }
.gc-logo img, .gc-footer-brand img { width: 150px; height: auto; }
.gc-navigation { display: flex; align-items: center; justify-content: center; gap: 34px; }

.gc-navigation a,
.gc-nav-login {
    color: var(--gc-text);
    font-size: 14px;
    font-weight: 650;
    transition: color .16s ease;
}

.gc-navigation a:hover, .gc-nav-login:hover { color: var(--gc-brand); }
.gc-nav-actions { display: flex; align-items: center; gap: 20px; }

.gc-page .gc-nav-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 10px;
    color: #fff;
    background: var(--gc-ink);
    font-size: 14px;
    font-weight: 750;
    transition: transform .16s var(--gc-ease), background .16s var(--gc-ease);
}

.gc-page .gc-nav-cta:hover { transform: translateY(-2px); background: var(--gc-brand); }
.gc-menu-toggle { display: none; }

/* Shared */
.gc-landing { overflow: hidden; }
.gc-section { position: relative; padding: 104px 0; }

.gc-overline,
.gc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--gc-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gc-overline-light { color: #a9c0ff; }
.gc-kicker { color: var(--gc-text); }
.gc-kicker span { width: 28px; height: 2px; background: var(--gc-accent); }

.gc-section-heading h2,
.gc-roles-heading h2,
.gc-audience-intro h2,
.gc-pricing-heading h2,
.gc-integrations-panel h2,
.gc-cta-panel h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 4.2vw, 52px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.gc-section-heading p,
.gc-roles-heading p,
.gc-audience-intro p,
.gc-pricing-heading p,
.gc-integrations-panel p,
.gc-cta-panel p {
    color: var(--gc-muted);
    font-size: 18px;
    line-height: 1.65;
}

.gc-section-heading-left { text-align: left; }

.gc-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 760;
    transition: transform .16s var(--gc-ease), color .16s var(--gc-ease), background .16s var(--gc-ease), box-shadow .16s var(--gc-ease);
}

.gc-button i { transition: transform .16s var(--gc-ease); }
.gc-button:hover { transform: translateY(-2px); }
.gc-button:hover i { transform: translate(2px, -2px); }
.gc-page .gc-button-primary { color: #fff; background: var(--gc-brand); box-shadow: 0 12px 28px rgba(59, 111, 245, .2); }
.gc-page .gc-button-primary:hover { background: var(--gc-brand-dark); box-shadow: 0 16px 32px rgba(39, 85, 199, .26); }
.gc-page .gc-button-link { padding-inline: 8px; color: var(--gc-text); background: transparent; }
.gc-page .gc-button-link:hover { color: var(--gc-brand); }
.gc-button-accent { color: var(--gc-ink); background: var(--gc-accent); }
.gc-button-accent:hover { background: #ff7456; }

.gc-text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--gc-brand); font-weight: 750; }
.gc-text-link i { transition: transform .16s var(--gc-ease); }
.gc-text-link:hover i { transform: translateX(4px); }

/* Hero */
.gc-hero {
    position: relative;
    min-height: 760px;
    padding: 142px 0 86px;
    background: linear-gradient(180deg, #fff 0%, var(--gc-bg) 100%);
}

.gc-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 0 42%;
    opacity: .38;
    pointer-events: none;
    background-image: linear-gradient(rgba(59, 111, 245, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 111, 245, .08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to left, #000 34%, transparent 94%);
}

.gc-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(560px, 7fr);
    align-items: center;
    gap: clamp(44px, 5vw, 72px);
}

.gc-hero-copy h1 {
    max-width: 610px;
    margin-bottom: 26px;
    font-size: clamp(48px, 4.7vw, 66px);
    font-weight: 720;
    letter-spacing: -.052em;
    line-height: 1.02;
}

.gc-hero-lead { max-width: 585px; margin-bottom: 31px; color: var(--gc-muted); font-size: 19px; line-height: 1.62; }
.gc-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.gc-trial-note { display: flex; align-items: center; gap: 9px; margin: 21px 0 0; color: var(--gc-muted); font-size: 13px; font-weight: 600; }
.gc-trial-note i { color: var(--gc-brand); font-size: 17px; }
.gc-trial-note span { width: 3px; height: 3px; border-radius: 50%; background: #aab5b0; }

.gc-hero-product { position: relative; min-width: 0; }

.gc-product-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 23, 20, .12);
    border-radius: var(--gc-radius-xl);
    background: var(--gc-surface);
    box-shadow: var(--gc-shadow);
}

.gc-product-window--live {
    margin: 0;
    padding: 8px;
    border-color: rgba(37, 72, 145, .17);
    background: #fff;
    box-shadow: 0 30px 70px rgba(37, 72, 145, .16);
}

.gc-calendar-demo { overflow: hidden; border: 1px solid #dce4f1; border-radius: 18px; color: #172238; background: #fff; }
.gc-calendar-demo__toolbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 17px; border-bottom: 1px solid #e5eaf2; background: linear-gradient(180deg, #fff, #fbfcff); }
.gc-calendar-demo__date { min-width: 0; display: flex; align-items: center; gap: 11px; }
.gc-calendar-demo__date > div { min-width: 0; display: grid; gap: 1px; }
.gc-calendar-demo__date small { color: var(--gc-brand); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gc-calendar-demo__date strong { overflow: hidden; font-size: 13px; font-weight: 760; letter-spacing: -.015em; white-space: nowrap; text-overflow: ellipsis; }
.gc-calendar-demo__nav { width: 31px; height: 31px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid #e1e7f0; border-radius: 9px; color: #748198; background: #fff; font-size: 11px; box-shadow: 0 3px 10px rgba(32, 55, 96, .05); }
.gc-calendar-demo__count { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 9px; color: #526079; background: #f3f6fb; font-size: 10px; font-weight: 700; }
.gc-calendar-demo__count i { width: 7px; height: 7px; border-radius: 50%; background: var(--gc-brand); box-shadow: 0 0 0 3px rgba(59, 111, 245, .12); }

.gc-calendar-demo__staff { display: grid; grid-template-columns: 48px repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #e4e9f1; background: #fafbfe; }
.gc-calendar-demo__staff > span { border-right: 1px solid #e4e9f1; }
.gc-calendar-demo__staff > div { min-width: 0; display: flex; align-items: center; gap: 8px; padding: 10px 9px; border-right: 1px solid #e4e9f1; }
.gc-calendar-demo__staff > div:last-child { border-right: 0; }
.gc-calendar-demo__staff b { width: 28px; height: 28px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; color: #2f61db; background: #e9efff; font-size: 9px; }
.gc-calendar-demo__staff p { min-width: 0; display: grid; gap: 1px; margin: 0; line-height: 1.15; }
.gc-calendar-demo__staff strong { overflow: hidden; font-size: 10px; font-weight: 760; white-space: nowrap; text-overflow: ellipsis; }
.gc-calendar-demo__staff small { color: #8b96a9; font-size: 8px; }

.gc-calendar-demo__schedule { background: #fff; }
.gc-calendar-demo__row { min-height: 68px; display: grid; grid-template-columns: 48px repeat(3, minmax(0, 1fr)); }
.gc-calendar-demo__row time { padding: 10px 7px 0 0; border-right: 1px solid #e6ebf3; color: #8994a6; font-size: 8px; font-weight: 650; text-align: right; }
.gc-calendar-demo__row > div { min-width: 0; padding: 5px; border-right: 1px solid #e6ebf3; border-bottom: 1px solid #edf0f5; background-image: linear-gradient(to bottom, transparent 49%, rgba(231, 236, 244, .62) 50%, transparent 51%); }
.gc-calendar-demo__row > div:last-child { border-right: 0; }
.gc-calendar-demo__row--last { min-height: 26px; }
.gc-calendar-demo__row--last time { padding-top: 3px; }
.gc-calendar-demo__row--last > div { border-bottom: 0; background-image: none; }
.gc-demo-event { height: 58px; overflow: hidden; display: grid; align-content: center; gap: 1px; padding: 6px 7px 6px 9px; border-left: 3px solid #3b6ff5; border-radius: 7px; background: #edf3ff; box-shadow: 0 4px 12px rgba(41, 73, 131, .08); }
.gc-demo-event small { color: #536985; font-size: 7px; font-weight: 760; }
.gc-demo-event strong { overflow: hidden; color: #20304b; font-size: 9px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.gc-demo-event span { overflow: hidden; color: #68778e; font-size: 7px; white-space: nowrap; text-overflow: ellipsis; }
.gc-demo-event--mint { border-color: #28a980; background: #e9f8f2; }
.gc-demo-event--sand { border-color: #e5a832; background: #fff7e6; }
.gc-demo-event--blue { border-color: #3b6ff5; background: #edf3ff; }
.gc-demo-event--lilac { border-color: #8468e8; background: #f1edff; }
.gc-demo-event--coral { border-color: #e77561; background: #fff0ec; }

.gc-window-bar {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    border-bottom: 1px solid var(--gc-border);
}

.gc-window-brand { display: flex; align-items: center; gap: 11px; }
.gc-mini-mark { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 9px; color: #fff; background: var(--gc-brand); font-size: 16px; font-weight: 800; }
.gc-window-brand div { display: grid; gap: 1px; }
.gc-window-brand b { font-size: 13px; }
.gc-window-brand small { color: var(--gc-muted); font-size: 10px; }
.gc-window-controls { display: flex; gap: 6px; }
.gc-window-controls span { width: 7px; height: 7px; border-radius: 50%; background: #cbd4d0; }

.gc-window-toolbar {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    border-bottom: 1px solid var(--gc-border);
    background: #fbfcfb;
}

.gc-window-toolbar button { width: 27px; height: 27px; padding: 0; border: 1px solid var(--gc-border); border-radius: 7px; background: #fff; font-size: 11px; }
.gc-window-toolbar strong { margin-right: auto; font-size: 12px; }
.gc-live-status { display: inline-flex; align-items: center; gap: 7px; color: var(--gc-brand-dark); font-size: 10px; font-weight: 700; }
.gc-live-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--gc-brand); box-shadow: 0 0 0 4px rgba(59, 111, 245, .12); animation: gc-pulse 1.7s var(--gc-ease) 2; }

.gc-schedule-head {
    min-height: 59px;
    display: grid;
    grid-template-columns: 58px repeat(3, 1fr);
    border-bottom: 1px solid var(--gc-border);
}

.gc-schedule-head > div { display: flex; align-items: center; gap: 7px; padding: 9px 10px; border-left: 1px solid var(--gc-border); }
.gc-schedule-head p { display: grid; margin: 0; line-height: 1.15; }
.gc-schedule-head b { font-size: 11px; }
.gc-schedule-head small { margin-top: 4px; color: var(--gc-muted); font-size: 8px; }
.gc-person { display: inline-flex; width: 27px; height: 27px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 8px; font-size: 10px; font-weight: 800; }
.gc-person-a { color: #244eb6; background: #dfe8ff; }
.gc-person-m { color: #9a3c25; background: #ffe0d7; }
.gc-person-o { color: #2c5875; background: #dcebf4; }

.gc-schedule-body {
    display: grid;
    grid-template-columns: 58px repeat(3, 1fr);
    min-height: 288px;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 47px, rgba(16, 23, 20, .075) 48px);
}

.gc-time-axis { display: grid; grid-template-rows: repeat(6, 48px); padding-right: 9px; text-align: right; }
.gc-time-axis span { padding-top: 5px; color: #8a9690; font-size: 8px; }
.gc-schedule-column { position: relative; min-width: 0; height: 288px; border-left: 1px solid var(--gc-border); }

.gc-appointment {
    position: absolute;
    top: calc(var(--start) * 48px);
    right: 7px;
    left: 7px;
    height: calc(var(--size) * 48px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 7px 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    line-height: 1.22;
}

.gc-appointment small { margin-bottom: 3px; font-size: 7px; font-weight: 650; }
.gc-appointment b { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.gc-appointment span { overflow: hidden; margin-top: 2px; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.gc-appointment-green { color: #244eb6; border-color: #bfd0fa; background: #e9efff; }
.gc-appointment-neutral { color: #56635d; border-color: #cfd8d4; background: #f5f7f6; }
.gc-appointment-coral { color: #8c3f2c; border-color: #f1c9bd; background: #fff0eb; }
.gc-appointment-blue { color: #28556f; border-color: #bfd8e6; background: #eaf4f9; }
.gc-appointment-new { color: #fff; border-color: var(--gc-brand); background: var(--gc-brand); box-shadow: 0 8px 20px rgba(59, 111, 245, .21); }

.gc-window-update {
    min-height: 58px;
    display: grid;
    grid-template-columns: 33px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border-top: 1px solid var(--gc-border);
    background: var(--gc-surface-2);
}

.gc-window-update > span { display: inline-flex; width: 29px; height: 29px; align-items: center; justify-content: center; border-radius: 8px; color: #fff; background: var(--gc-brand); }
.gc-window-update p { display: grid; margin: 0; line-height: 1.2; }
.gc-window-update small { color: var(--gc-muted); font-size: 8px; }
.gc-window-update b { margin-top: 3px; font-size: 10px; }
.gc-window-update > strong { color: var(--gc-brand-dark); font-size: 12px; }

/* Proof */
.gc-proof { color: #fff; background: #111b2d; }
.gc-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gc-proof-grid div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 18px 27px; border-left: 1px solid rgba(255, 255, 255, .12); }
.gc-proof-grid div:last-child { border-right: 1px solid rgba(255, 255, 255, .12); }
.gc-proof-grid strong { font-size: 19px; font-weight: 720; }
.gc-proof-grid span { margin-top: 4px; color: #a9b7ca; font-size: 12px; }

/* Results */
.gc-results { background: var(--gc-surface); }
.gc-results-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 88px; align-items: start; }
.gc-results .gc-section-heading { position: sticky; top: 112px; max-width: 480px; }
.gc-result-list { border-top: 1px solid var(--gc-border); }
.gc-result-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 29px 0; border-bottom: 1px solid var(--gc-border); }
.gc-result-list article > span { color: var(--gc-brand); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.gc-result-list h3 { margin-bottom: 8px; font-size: 22px; font-weight: 700; letter-spacing: -.025em; }
.gc-result-list p { max-width: 560px; margin-bottom: 0; color: var(--gc-muted); font-size: 16px; }

.gc-process {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    margin-top: 78px;
    padding: 36px;
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius-lg);
    background: var(--gc-surface-2);
}

.gc-process article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.gc-process article > span { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 9px; color: #fff; background: var(--gc-brand); font-size: 13px; font-weight: 800; }
.gc-process h3 { margin-bottom: 7px; font-size: 17px; }
.gc-process p { margin-bottom: 0; color: var(--gc-muted); font-size: 13px; }
.gc-process > i { color: #9aaaa2; }

/* Roles */
.gc-roles { color: #fff; background: #111b2d; }
.gc-roles::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 56px 56px; pointer-events: none; }
.gc-roles .gc-container { position: relative; }
.gc-roles-heading { max-width: 840px; margin-bottom: 54px; }
.gc-roles-heading p { max-width: 680px; color: #b5c1d3; }
.gc-roles-layout { display: grid; grid-template-columns: minmax(330px, 5fr) minmax(0, 7fr); gap: 38px; align-items: stretch; }
.gc-role-tabs { display: grid; gap: 4px; }

.gc-story-tab {
    width: 100%;
    min-height: 84px;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-bottom-color: rgba(255,255,255,.13);
    border-radius: 0;
    color: #b8c4d7;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: color .18s var(--gc-ease), background .18s var(--gc-ease), border-color .18s var(--gc-ease);
}

.gc-story-tab > span { font-size: 11px; font-weight: 800; }
.gc-story-tab div { display: grid; }
.gc-story-tab b { color: #fff; font-size: 16px; }
.gc-story-tab small { margin-top: 3px; font-size: 12px; }
.gc-story-tab > i { opacity: 0; transform: translateX(-6px); transition: opacity .18s ease, transform .18s ease; }
.gc-story-tab:hover, .gc-story-tab.is-active { border-color: rgba(137, 169, 255, .42); color: #dbe5ff; background: rgba(111, 155, 255, .1); }
.gc-story-tab.is-active > i { opacity: 1; transform: translateX(0); }

.gc-role-stage { position: relative; min-height: 446px; overflow: hidden; border-radius: var(--gc-radius-xl); color: var(--gc-ink); background: var(--gc-surface); box-shadow: 0 24px 70px rgba(0, 0, 0, .2); }
.gc-story-panel { display: none; height: 100%; min-height: 446px; padding: 42px; }
.gc-story-panel.is-active { display: block; animation: gc-panel-in .28s var(--gc-ease); }
.gc-role-symbol { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; margin-bottom: 30px; border-radius: 14px; color: var(--gc-brand); background: var(--gc-brand-soft); font-size: 25px; }
.gc-role-number { display: block; margin-bottom: 12px; color: var(--gc-brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gc-story-panel h3 { max-width: 570px; margin-bottom: 14px; font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
.gc-story-panel > p { max-width: 590px; color: var(--gc-muted); font-size: 16px; }
.gc-story-panel ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--gc-border); list-style: none; }
.gc-story-panel li { display: flex; align-items: flex-start; gap: 7px; color: var(--gc-text); font-size: 12px; font-weight: 650; }
.gc-story-panel li i { color: var(--gc-brand); font-size: 16px; line-height: 1; }

/* Audience */
.gc-audience { background: var(--gc-bg); }
.gc-audience-intro { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.gc-audience-intro .gc-overline { grid-column: 1 / -1; margin-bottom: -52px; }
.gc-audience-intro h2 { max-width: 720px; margin-bottom: 0; }
.gc-audience-intro p { margin-bottom: 5px; }
.gc-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gc-border); border-left: 1px solid var(--gc-border); }
.gc-audience-grid span { min-height: 112px; display: flex; align-items: flex-end; padding: 24px; border-right: 1px solid var(--gc-border); border-bottom: 1px solid var(--gc-border); background: var(--gc-surface); font-size: 20px; font-weight: 680; letter-spacing: -.02em; transition: color .16s ease, background .16s ease; }
.gc-audience-grid span:hover { color: var(--gc-brand-dark); background: var(--gc-brand-soft); }
.gc-growth-line { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; margin-top: 32px; padding: 29px 32px; border-left: 4px solid var(--gc-accent); background: var(--gc-brand-soft); }
.gc-growth-line strong { font-size: 20px; }
.gc-growth-line span { color: var(--gc-text); }

/* Pricing */
.gc-pricing { background: var(--gc-surface); }
.gc-pricing-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.gc-pricing-heading h2 { margin-bottom: 0; }
.gc-pricing-heading p { margin-bottom: 3px; }
.gc-plan-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.gc-plan { min-width: 0; display: flex; flex-direction: column; padding: 24px 20px 20px; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-lg); background: var(--gc-surface); transition: transform .16s var(--gc-ease), border-color .16s ease, box-shadow .16s ease; }
.gc-plan:hover { transform: translateY(-5px); border-color: #b1bdd0; box-shadow: 0 16px 36px rgba(28, 45, 78, .09); }
.gc-plan-head { min-height: 32px; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.gc-plan-head h3 { margin-bottom: 0; font-size: 17px; }
.gc-plan-head span { color: var(--gc-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.gc-plan-price { display: flex; align-items: flex-end; gap: 5px; min-height: 74px; padding: 15px 0; border-bottom: 1px solid var(--gc-border); }
.gc-plan-price strong { font-size: clamp(30px, 2.65vw, 40px); font-weight: 740; letter-spacing: -.05em; line-height: 1; }
.gc-plan-price > span { display: flex; align-items: flex-end; gap: 2px; color: var(--gc-text); font-size: 15px; font-weight: 700; }
.gc-plan-price small { padding-bottom: 1px; color: var(--gc-muted); font-size: 9px; font-weight: 500; }
.gc-plan ul { display: grid; gap: 12px; margin: 20px 0 24px; padding: 0; list-style: none; }
.gc-plan li { display: flex; gap: 8px; color: var(--gc-text); font-size: 12px; }
.gc-plan li i { color: var(--gc-brand); font-size: 14px; }
.gc-plan > a { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 7px; margin-top: auto; border-radius: 9px; color: #fff; background: var(--gc-ink); font-size: 11px; font-weight: 750; transition: background .16s ease, transform .16s var(--gc-ease); }
.gc-plan > a:hover { transform: translateY(-2px); background: var(--gc-brand); }
.gc-pricing-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 28px 0 0; color: var(--gc-muted); font-size: 12px; text-align: center; }
.gc-pricing-note i { color: var(--gc-brand); }

/* Integrations */
.gc-integrations { padding: 0 0 104px; background: var(--gc-surface); }
.gc-integrations-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 50px; border: 1px solid var(--gc-border); border-radius: var(--gc-radius-xl); background: var(--gc-surface-2); }
.gc-integrations-panel h2 { margin-bottom: 13px; font-size: clamp(32px, 3vw, 42px); }
.gc-integrations-panel p { max-width: 600px; margin-bottom: 0; font-size: 16px; }
.gc-integration-status { position: absolute; top: 18px; right: 20px; display: inline-flex; align-items: center; gap: 7px; color: var(--gc-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.gc-integration-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--gc-accent); }
.gc-integration-logos { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.gc-integration-logos > i { width: 38px; height: 1px; background: #b8c5bf; }
.gc-integration-logos span { min-height: 92px; display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--gc-border); border-radius: var(--gc-radius); background: #fff; font-size: 13px; font-weight: 700; }
.gc-integration-logos b { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 9px; color: #fff; background: var(--gc-brand); font-size: 12px; }

/* FAQ */
.gc-faq { background: var(--gc-bg); }
.gc-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: start; }
.gc-faq .gc-section-heading { position: sticky; top: 112px; }
.gc-faq-list { border-top: 1px solid var(--gc-border); }
.gc-faq-list details { border-bottom: 1px solid var(--gc-border); }
.gc-faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 680; }
.gc-faq-list summary::-webkit-details-marker { display: none; }
.gc-faq-list summary i { display: inline-flex; width: 30px; height: 30px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid var(--gc-border); border-radius: 8px; color: var(--gc-brand); transition: transform .18s ease, color .18s ease, background .18s ease; }
.gc-faq-list details[open] summary i { color: #fff; background: var(--gc-brand); transform: rotate(45deg); }
.gc-faq-list details p { max-width: 670px; margin: -7px 46px 25px 0; color: var(--gc-muted); }

/* Final CTA */
.gc-final-cta { padding: 0 0 96px; background: var(--gc-bg); }
.gc-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; gap: 72px; align-items: end; padding: 62px; border-radius: var(--gc-radius-xl); color: #fff; background: #111b2d; }
.gc-cta-panel::after { content: ""; position: absolute; inset: 0 0 0 47%; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to left, #000, transparent); pointer-events: none; }
.gc-cta-copy, .gc-cta-actions { position: relative; z-index: 1; }
.gc-cta-panel h2 { max-width: 780px; margin-bottom: 18px; }
.gc-cta-panel p { max-width: 700px; margin-bottom: 0; color: #b8c4d7; font-size: 16px; }
.gc-cta-actions { display: grid; gap: 15px; justify-items: stretch; }
.gc-cta-actions > a:last-child { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #dce5f4; font-size: 13px; font-weight: 700; }

/* Footer and cookie */
.gc-site-footer { color: #dce5f4; background: #0b1220; }
.gc-footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 54px; padding: 68px 0 52px; }
.gc-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }
.gc-footer-brand img { filter: brightness(0) invert(1); }
.gc-footer-brand span { color: #9aa8ba; font-size: 13px; }
.gc-footer-links { display: flex; flex-direction: column; gap: 10px; }
.gc-footer-links strong { margin-bottom: 4px; color: #fff; font-size: 12px; }
.gc-footer-links a { color: #9aa8ba; font-size: 12px; transition: color .16s ease; }
.gc-footer-links a:hover { color: #fff; }
.gc-footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: #8290a4; font-size: 11px; }

.gc-cookie { position: fixed; z-index: 1100; right: 20px; bottom: 20px; width: min(390px, calc(100% - 40px)); display: flex; align-items: center; gap: 16px; padding: 15px; border: 1px solid var(--gc-border); border-radius: var(--gc-radius); background: #fff; box-shadow: var(--gc-shadow); transition: opacity .22s ease, transform .22s ease; }
.gc-cookie p { margin: 0; color: var(--gc-muted); font-size: 11px; }
.gc-cookie p a { text-decoration: underline; }
.gc-cookie button { flex: 0 0 auto; min-height: 36px; padding: 0 13px; border: 0; border-radius: 8px; color: #fff; background: var(--gc-brand); font-size: 11px; font-weight: 750; cursor: pointer; }
.gc-cookie.is-leaving { opacity: 0; transform: translateY(12px); }

/* Motion */
.gc-js .gc-reveal { opacity: 0; transform: translateY(12px); transition: opacity .3s var(--gc-ease) var(--gc-reveal-delay, 0ms), transform .3s var(--gc-ease) var(--gc-reveal-delay, 0ms); }
.gc-js .gc-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes gc-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(59, 111, 245, .12); }
    50% { box-shadow: 0 0 0 8px rgba(59, 111, 245, .02); }
}

@keyframes gc-panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 1180px) {
    .gc-navigation { gap: 23px; }
    .gc-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 38px; }
    .gc-plan-grid { overflow-x: auto; grid-template-columns: repeat(5, minmax(220px, 1fr)); padding: 4px 0 18px; scroll-snap-type: x proximity; }
    .gc-plan { scroll-snap-align: start; }
}

@media (max-width: 980px) {
    .gc-container, .gc-nav-shell, .gc-footer-main, .gc-footer-bottom { width: min(calc(100% - 48px), var(--gc-width)); }
    .gc-site-header { background: rgba(247, 249, 248, .96); }
    .gc-nav-shell { grid-template-columns: 1fr auto auto; height: 72px; }
    .gc-navigation { position: fixed; z-index: -1; inset: 72px 0 0; display: grid; align-content: start; gap: 0; padding: 24px; border-bottom: 1px solid var(--gc-border); background: #fff; box-shadow: 0 20px 40px rgba(16,23,20,.1); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s var(--gc-ease); }
    .gc-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .gc-navigation a { padding: 15px 0; border-bottom: 1px solid var(--gc-border); font-size: 17px; }
    .gc-menu-toggle { width: 42px; height: 42px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 1px solid var(--gc-border); border-radius: 10px; background: #fff; }
    .gc-menu-toggle > span:not(.gc-sr-only) { width: 18px; height: 2px; background: var(--gc-ink); transition: transform .18s ease, opacity .18s ease; }
    .gc-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .gc-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .gc-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .gc-menu-open { overflow: hidden; }
    .gc-hero { padding-top: 122px; }
    .gc-hero-grid { grid-template-columns: 1fr; }
    .gc-hero-copy { max-width: 720px; }
    .gc-hero-copy h1 { max-width: 760px; }
    .gc-hero-lead { max-width: 680px; }
    .gc-hero-product { max-width: 760px; width: 100%; margin-inline: auto; }
    .gc-results-grid, .gc-faq-layout { grid-template-columns: 1fr; gap: 48px; }
    .gc-results .gc-section-heading, .gc-faq .gc-section-heading { position: static; max-width: 720px; }
    .gc-process { grid-template-columns: 1fr; gap: 20px; }
    .gc-process > i { transform: rotate(90deg); justify-self: center; }
    .gc-roles-layout { grid-template-columns: 1fr; }
    .gc-role-tabs { grid-template-columns: repeat(2, 1fr); }
    .gc-audience-intro { grid-template-columns: 1fr; gap: 20px; }
    .gc-audience-intro .gc-overline { grid-column: auto; margin-bottom: 0; }
    .gc-audience-intro h2 { margin-bottom: 10px; }
    .gc-pricing-heading { grid-template-columns: 1fr; gap: 20px; }
    .gc-integrations-panel { grid-template-columns: 1fr; gap: 34px; }
    .gc-cta-panel { grid-template-columns: 1fr; gap: 36px; }
    .gc-cta-actions { justify-self: start; min-width: 250px; }
    .gc-footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 760px) {
    .gc-container, .gc-nav-shell, .gc-footer-main, .gc-footer-bottom { width: min(calc(100% - 32px), var(--gc-width)); }
    .gc-section { padding: 72px 0; }
    .gc-nav-shell { gap: 10px; }
    .gc-logo { width: 134px; }
    .gc-logo img { width: 132px; }
    .gc-nav-login { display: none; }
    .gc-page .gc-nav-cta { min-height: 40px; padding-inline: 12px; font-size: 11px; }
    .gc-hero { min-height: 0; padding: 112px 0 62px; }
    .gc-hero::before { inset: 44% 0 0; }
    .gc-hero-copy h1 { font-size: clamp(38px, 10vw, 48px); line-height: 1.06; }
    .gc-hero-lead { font-size: 16px; line-height: 1.56; }
    .gc-hero-actions { align-items: flex-start; flex-direction: column; }
    .gc-page .gc-button-primary { width: 100%; }
    .gc-page .gc-button-link { min-height: auto; padding: 7px 0; }
    .gc-trial-note { flex-wrap: wrap; }
    .gc-product-window { border-radius: var(--gc-radius-lg); }
    .gc-window-bar { min-height: 60px; }
    .gc-window-toolbar { min-height: 45px; }
    .gc-schedule-head { grid-template-columns: 52px repeat(2, 1fr); }
    .gc-schedule-body { grid-template-columns: 52px repeat(2, 1fr); }
    .gc-optional-column { display: none !important; }
    .gc-schedule-head > div { padding-inline: 9px; }
    .gc-schedule-head b { font-size: 12px; }
    .gc-schedule-head small { font-size: 9px; }
    .gc-time-axis span { font-size: 9px; }
    .gc-appointment small, .gc-appointment span { font-size: 9px; }
    .gc-appointment b { font-size: 11px; }
    .gc-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-proof-grid div { min-height: 94px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .gc-proof-grid div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.12); }
    .gc-section-heading h2, .gc-roles-heading h2, .gc-audience-intro h2, .gc-pricing-heading h2, .gc-integrations-panel h2, .gc-cta-panel h2 { font-size: 34px; line-height: 1.08; }
    .gc-section-heading p, .gc-roles-heading p, .gc-audience-intro p, .gc-pricing-heading p, .gc-integrations-panel p, .gc-cta-panel p { font-size: 16px; }
    .gc-result-list article { grid-template-columns: 40px 1fr; gap: 12px; }
    .gc-result-list h3 { font-size: 19px; }
    .gc-process { margin-top: 52px; padding: 26px 22px; }
    .gc-role-tabs { grid-template-columns: 1fr; gap: 0; }
    .gc-story-tab { min-height: 72px; }
    .gc-role-stage, .gc-story-panel { min-height: 0; }
    .gc-story-panel { padding: 30px 24px; }
    .gc-role-symbol { margin-bottom: 24px; }
    .gc-story-panel ul { grid-template-columns: 1fr; }
    .gc-audience-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-audience-grid span { min-height: 92px; padding: 18px; font-size: 16px; }
    .gc-growth-line { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
    .gc-plan-grid { margin-right: -16px; grid-template-columns: repeat(5, 84vw); }
    .gc-plan { min-height: 340px; }
    .gc-integrations { padding-bottom: 72px; }
    .gc-integrations-panel { padding: 40px 24px 28px; }
    .gc-integration-status { position: static; margin-bottom: -12px; }
    .gc-integration-logos { grid-template-columns: 1fr; }
    .gc-integration-logos > i { width: 1px; height: 20px; justify-self: center; }
    .gc-faq-list summary { min-height: 72px; font-size: 15px; }
    .gc-final-cta { padding-bottom: 72px; }
    .gc-cta-panel { padding: 38px 24px; }
    .gc-cta-actions { width: 100%; min-width: 0; }
    .gc-footer-main { grid-template-columns: repeat(2, 1fr); padding-top: 52px; }
    .gc-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
    .gc-nav-shell { grid-template-columns: 1fr auto auto; }
    .gc-logo { width: 119px; }
    .gc-logo img { width: 118px; }
    .gc-page .gc-nav-cta { max-width: 118px; padding-inline: 10px; line-height: 1.1; text-align: center; }
    .gc-menu-toggle { width: 40px; height: 40px; }
    .gc-hero-grid { gap: 42px; }
    .gc-window-brand b { font-size: 11px; }
    .gc-live-status { font-size: 9px; }
    .gc-schedule-head, .gc-schedule-body { grid-template-columns: 45px repeat(2, 1fr); }
    .gc-person { width: 24px; height: 24px; }
    .gc-schedule-head > div { gap: 5px; padding-inline: 6px; }
    .gc-schedule-head b { font-size: 10px; }
    .gc-schedule-head small { font-size: 8px; }
    .gc-appointment { right: 5px; left: 5px; padding: 6px; }
    .gc-appointment small, .gc-appointment span { font-size: 8px; }
    .gc-appointment b { font-size: 10px; }
    .gc-window-update { grid-template-columns: 29px 1fr auto; padding-inline: 10px; }
    .gc-window-update b { font-size: 9px; }
    .gc-proof-grid strong { font-size: 17px; }
    .gc-proof-grid span { font-size: 10px; }
    .gc-audience-grid { grid-template-columns: 1fr; }
    .gc-plan-grid { grid-template-columns: repeat(5, 88vw); }
    .gc-footer-main { grid-template-columns: 1fr; }
    .gc-footer-brand { grid-column: auto; }
    .gc-footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .gc-js .gc-reveal { opacity: 1; transform: none; }
}

/* Grossclick landing v4 — concise commercial layout */
.gc-hero {
    min-height: 0;
    padding: 146px 0 0;
}

.gc-hero-grid { padding-bottom: 82px; }
.gc-hero-copy h1 { max-width: 640px; }
.gc-window-date { margin-left: auto; color: var(--gc-muted); font-size: 10px; font-weight: 650; }

.gc-client-confirmation {
    position: absolute;
    right: -22px;
    bottom: -30px;
    z-index: 3;
    min-width: 230px;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid rgba(16, 23, 20, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 42px rgba(16, 23, 20, .16);
    animation: gc-confirm-in .46s var(--gc-ease) .95s both;
}

.gc-client-confirmation > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: var(--gc-accent);
    font-size: 18px;
}

.gc-client-confirmation div { display: grid; line-height: 1.2; }
.gc-client-confirmation small { color: var(--gc-muted); font-size: 9px; }
.gc-client-confirmation b { margin-top: 4px; font-size: 11px; }
.gc-appointment-new { animation: gc-booking-in .44s var(--gc-ease) .62s both; }
.gc-window-update { animation: gc-update-in .4s var(--gc-ease) .82s both; }

.gc-hero .gc-proof-grid {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    color: #fff;
    background: #111b2d;
}

.gc-hero .gc-proof-grid div { min-height: 98px; }

.gc-editorial-heading { max-width: 850px; margin-bottom: 52px; }
.gc-editorial-heading h2 {
    margin: 0;
    font-size: clamp(40px, 4.7vw, 60px);
    font-weight: 710;
    letter-spacing: -.05em;
    line-height: 1.03;
}

.gc-possibilities {
    overflow: hidden;
    background: #fff;
}

.gc-possibilities::before {
    content: "";
    position: absolute;
    top: 0;
    right: max(0px, calc((100vw - var(--gc-width)) / 2));
    width: min(42vw, 540px);
    height: 100%;
    opacity: .46;
    pointer-events: none;
    background-image: linear-gradient(rgba(59, 111, 245, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 111, 245, .06) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to left, #000, transparent);
}

.gc-possibilities .gc-container { position: relative; z-index: 1; }

.gc-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--gc-border);
    border-left: 1px solid var(--gc-border);
}

.gc-capability-grid article {
    min-height: 292px;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-content: space-between;
    gap: 22px;
    padding: 30px;
    border-right: 1px solid var(--gc-border);
    border-bottom: 1px solid var(--gc-border);
    background: rgba(255, 255, 255, .9);
    transition: color .18s ease, background .18s ease;
}

.gc-capability-grid article:hover { background: var(--gc-brand-soft); }
.gc-capability-number { color: var(--gc-brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.gc-capability-grid article > div { align-self: end; }
.gc-capability-grid i { display: block; margin-bottom: 28px; color: var(--gc-brand); font-size: 26px; }
.gc-capability-grid h3 { margin-bottom: 11px; font-size: 24px; font-weight: 700; letter-spacing: -.03em; }
.gc-capability-grid p { max-width: 310px; margin-bottom: 0; color: var(--gc-muted); font-size: 14px; line-height: 1.6; }

.gc-access-rail {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 26px;
    margin-top: 24px;
    padding: 29px 34px;
    border-radius: 14px;
    color: #fff;
    background: #111b2d;
}

.gc-access-rail div { display: grid; gap: 4px; }
.gc-access-rail span { color: #96a8c2; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gc-access-rail strong { font-size: 14px; font-weight: 670; }
.gc-access-rail > i { color: #6f83a1; }

.gc-pricing { background: #f1f4f9; }
.gc-pricing-heading { margin-bottom: 38px; }
.gc-pricing-heading h2 { max-width: 780px; }
.gc-pricing-heading p { max-width: 430px; }

.gc-pricing-controls { display: flex; justify-content: flex-end; margin: -10px 0 18px; }
.gc-billing-switch {
    width: min(100%, 430px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 5px;
    border: 1px solid var(--gc-border);
    border-radius: 13px;
    background: #e7ebf2;
}

.gc-billing-switch button {
    min-height: 58px;
    display: grid;
    place-content: center;
    gap: 2px;
    padding: 7px 12px;
    border: 0;
    border-radius: 9px;
    color: var(--gc-muted);
    background: transparent;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.gc-billing-switch button:hover { color: var(--gc-ink); }
.gc-billing-switch button.is-active { color: #fff; background: #111b2d; box-shadow: 0 8px 20px rgba(17, 27, 45, .16); }
.gc-billing-switch span { font-size: 13px; font-weight: 760; }
.gc-billing-switch small { color: inherit; opacity: .72; font-size: 9px; }

.gc-plan-selector {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 6px;
    border: 1px solid var(--gc-border);
    border-radius: 14px 14px 0 0;
    background: #e7ebf2;
}

.gc-plan-tab {
    min-height: 72px;
    display: grid;
    place-content: center;
    gap: 3px;
    padding: 10px;
    border: 0;
    border-right: 1px solid #cfd8e6;
    border-radius: 9px;
    color: var(--gc-muted);
    background: transparent;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.gc-plan-tab:last-child { border-right: 0; }
.gc-plan-tab span { font-size: 12px; font-weight: 720; }
.gc-plan-tab strong { font-size: 16px; font-weight: 760; }
.gc-plan-tab strong [data-plan-tab-price] { font-size: inherit; font-weight: inherit; }
.gc-plan-tab > small { color: inherit; opacity: .72; font-size: 9px; }
.gc-plan-tab:hover { color: var(--gc-ink); }
.gc-plan-tab.is-active { color: var(--gc-ink); background: #fff; box-shadow: 0 5px 18px rgba(16, 23, 20, .08); }

.gc-plan-stage {
    overflow: hidden;
    border: 1px solid var(--gc-border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #fff;
}

.gc-plan-panel { display: none; grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr); min-height: 390px; }
.gc-plan-panel.is-active { display: grid; animation: gc-panel-in .26s var(--gc-ease); }

.gc-plan-summary {
    display: flex;
    flex-direction: column;
    padding: 40px;
    color: #fff;
    background: #111b2d;
}

.gc-plan-summary > span { color: #9fb4d2; font-size: 11px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.gc-plan-summary h3 { margin: 13px 0 8px; font-size: 36px; font-weight: 720; letter-spacing: -.04em; }
.gc-plan-summary > p { margin-bottom: 0; color: #b8c5d8; font-size: 14px; }
.gc-plan-summary .gc-plan-price { min-height: 0; margin: auto 0 9px; padding: 30px 0 0; border: 0; }
.gc-plan-summary .gc-plan-price strong { color: #fff; font-size: 54px; }
.gc-plan-summary .gc-plan-price > span { color: #fff; }
.gc-plan-summary .gc-plan-price small { color: #9eacc1; }
.gc-plan-summary .gc-button { align-self: flex-start; }
.gc-plan-summary .gc-plan-saving { min-height: 37px; display: flex; align-items: flex-start; gap: 7px; margin: 0 0 20px; color: #b9c7db; font-size: 11px; line-height: 1.45; }
.gc-plan-saving i { flex: 0 0 auto; color: #89a9ff; font-size: 14px; }

.gc-plan-limits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: stretch;
    padding: 22px;
}

.gc-plan-limits > div {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 22px;
    border-right: 1px solid var(--gc-border);
    border-bottom: 1px solid var(--gc-border);
}

.gc-plan-limits > div:nth-child(2n) { border-right: 0; }
.gc-plan-limits > div:nth-child(3), .gc-plan-limits > div:nth-child(4) { border-bottom: 0; }
.gc-plan-limits .gc-plan-limit-wide { grid-column: 1 / -1; min-height: 82px; flex-direction: row; align-items: center; justify-content: space-between; border-right: 0; border-top: 1px solid var(--gc-border); border-bottom: 0; }
.gc-plan-limits span { color: var(--gc-muted); font-size: 11px; font-weight: 660; }
.gc-plan-limits strong { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }

.gc-compare {
    margin-top: 20px;
    border: 1px solid var(--gc-border);
    border-radius: 14px;
    background: #fff;
}

.gc-compare summary {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 22px;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 720;
}

.gc-compare summary::-webkit-details-marker { display: none; }
.gc-compare summary i { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 8px; color: var(--gc-brand); background: var(--gc-brand-soft); transition: transform .18s ease; }
.gc-compare[open] summary i { transform: rotate(45deg); }
.gc-table-scroll { overflow-x: auto; border-top: 1px solid var(--gc-border); }
.gc-compare table { width: 100%; min-width: 790px; border-collapse: collapse; font-size: 12px; }
.gc-compare th, .gc-compare td { padding: 15px 18px; border-right: 1px solid var(--gc-border); border-bottom: 1px solid var(--gc-border); text-align: center; }
.gc-compare tr:last-child th, .gc-compare tr:last-child td { border-bottom: 0; }
.gc-compare th:first-child { text-align: left; }
.gc-compare th:last-child, .gc-compare td:last-child { border-right: 0; }
.gc-compare thead th { color: var(--gc-muted); background: #f7f9f8; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }

.gc-pricing-foot { margin-top: 22px; }
.gc-pricing-foot > p { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 22px; color: var(--gc-muted); font-size: 13px; }
.gc-pricing-foot > p i { color: var(--gc-brand); font-size: 17px; }
.gc-crm-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    padding: 20px;
    border-left: 4px solid var(--gc-brand);
    background: #fff;
}

.gc-crm-integration { min-width: 0; }
.gc-crm-integration-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; }
.gc-crm-integration-heading strong { font-size: 15px; }
.gc-crm-status { padding: 5px 8px; border-radius: 6px; font-size: 11px; font-weight: 700; line-height: 1.4; }
.gc-crm-status-ready { color: #176247; background: #e5f5ed; }
.gc-crm-status-planned { color: #8d371f; background: #ffe5dd; }
.gc-crm-integration p { margin: 8px 0 0; color: var(--gc-muted); font-size: 12px; }
.gc-crm-line > .gc-crm-note { grid-column: 1 / -1; margin: 0; padding-top: 12px; border-top: 1px solid var(--gc-border); color: var(--gc-muted); font-size: 12px; }

.gc-faq { background: #fff; }
.gc-faq .gc-section-heading h2 { margin-bottom: 0; }
.gc-final-cta { background: #fff; }
.gc-cta-panel { padding: 54px 58px; }
.gc-cta-panel h2 { font-size: clamp(38px, 4.2vw, 52px); }
.gc-cta-panel p { font-size: 15px; }

@keyframes gc-booking-in {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes gc-update-in {
    from { opacity: 0; transform: translateY(100%); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes gc-confirm-in {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 980px) {
    .gc-hero { padding-top: 122px; }
    .gc-hero-grid { padding-bottom: 66px; }
    .gc-hero .gc-proof-grid { margin-inline: 0; }
    .gc-client-confirmation { right: 18px; }
    .gc-capability-grid { grid-template-columns: 1fr; }
    .gc-capability-grid article { min-height: 210px; }
    .gc-access-rail { grid-template-columns: 1fr; gap: 17px; }
    .gc-access-rail > i { justify-self: center; transform: rotate(90deg); }
    .gc-plan-selector { overflow-x: auto; grid-template-columns: repeat(5, minmax(150px, 1fr)); }
    .gc-plan-panel { grid-template-columns: 1fr; }
    .gc-plan-summary { min-height: 330px; }
}

@media (max-width: 760px) {
    .gc-hero { padding-top: 108px; }
    .gc-hero-grid { padding-bottom: 58px; }
    .gc-hero-copy h1 { font-size: clamp(39px, 10.7vw, 50px); }
    .gc-client-confirmation { right: 12px; bottom: -25px; min-width: 210px; }
    .gc-hero .gc-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-editorial-heading { margin-bottom: 36px; }
    .gc-editorial-heading h2 { font-size: 35px; line-height: 1.07; }
    .gc-capability-grid article { min-height: 190px; padding: 24px; }
    .gc-capability-grid i { margin-bottom: 20px; }
    .gc-access-rail { padding: 25px; }
    .gc-pricing-heading { margin-bottom: 30px; }
    .gc-pricing-controls { justify-content: stretch; margin-top: -4px; }
    .gc-billing-switch { width: 100%; }
    .gc-plan-selector { margin-right: -16px; padding-right: 16px; border-radius: 12px 0 0 0; }
    .gc-plan-tab { min-width: 142px; }
    .gc-plan-stage { border-radius: 0 0 14px 14px; }
    .gc-plan-summary { min-height: 315px; padding: 30px 24px; }
    .gc-plan-summary h3 { font-size: 31px; }
    .gc-plan-summary .gc-plan-price strong { font-size: 47px; }
    .gc-plan-limits { padding: 10px; }
    .gc-plan-limits > div { min-height: 106px; padding: 17px 14px; }
    .gc-plan-limits strong { font-size: 15px; }
    .gc-plan-limits .gc-plan-limit-wide { align-items: flex-start; flex-direction: column; justify-content: center; }
    .gc-crm-line { grid-template-columns: minmax(0, 1fr); }
    .gc-cta-panel { padding: 38px 24px; }
}

@media (max-width: 520px) {
    .gc-hero-copy h1 { letter-spacing: -.045em; }
    .gc-client-confirmation { right: 8px; }
    .gc-product-window--live { padding: 4px; border-radius: 14px; }
    .gc-calendar-demo { border-radius: 10px; }
    .gc-calendar-demo__toolbar { min-height: 62px; padding: 10px; }
    .gc-calendar-demo__count { padding: 7px; }
    .gc-calendar-demo__count { font-size: 0; }
    .gc-calendar-demo__count i { margin: 0; }
    .gc-calendar-demo__staff, .gc-calendar-demo__row { grid-template-columns: 38px repeat(3, minmax(0, 1fr)); }
    .gc-calendar-demo__staff > div { gap: 5px; padding: 8px 5px; }
    .gc-calendar-demo__staff b { width: 23px; height: 23px; font-size: 7px; }
    .gc-calendar-demo__staff strong { font-size: 8px; }
    .gc-calendar-demo__staff strong span { display: none; }
    .gc-calendar-demo__row { min-height: 58px; }
    .gc-calendar-demo__row--last { min-height: 22px; }
    .gc-demo-event { height: 48px; padding: 4px 4px 4px 6px; }
    .gc-demo-event span { display: none; }
    .gc-hero .gc-proof-grid div { min-height: 88px; }
    .gc-capability-grid article { grid-template-columns: 28px 1fr; gap: 14px; }
    .gc-capability-grid h3 { font-size: 21px; }
    .gc-plan-limits { grid-template-columns: 1fr; }
    .gc-plan-limits > div, .gc-plan-limits > div:nth-child(2n), .gc-plan-limits > div:nth-child(3), .gc-plan-limits > div:nth-child(4) { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--gc-border); }
    .gc-plan-limits .gc-plan-limit-wide { grid-column: auto; border-top: 0; border-bottom: 0; }
    .gc-compare summary { padding-inline: 17px; }
}
