/*
Theme Name: ClassClerks OS Marketing
Description: Public sales, comparison, pricing, trial, demo, feature, integration, marketing and SEO site for the ClassClerks operating system.
Author: ClassClerks
Version: 1.3.4
Text Domain: classclerks-corporate
*/

:root {
    --cc-ink: #082d3a;
    --cc-ink-2: #123e4d;
    --cc-blue: #079eda;
    --cc-blue-2: #42bde9;
    --cc-aqua: #dff6ff;
    --cc-gold: #ffb606;
    --cc-green: #0e8a61;
    --cc-rose: #be4b55;
    --cc-paper: #fff;
    --cc-soft: #f4f9fb;
    --cc-line: #d8e6eb;
    --cc-muted: #58717d;
    --cc-shadow: 0 22px 70px rgba(8, 45, 58, .12);
    --cc-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    padding-bottom: 63px;
    color: var(--cc-ink);
    background: var(--cc-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.cc-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.cc-skip { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; background: white; }
.cc-skip:focus { top: 12px; }
.cc-announcement { padding: 9px 20px; background: var(--cc-gold); color: #3b2b00; text-align: center; font-size: 13px; font-weight: 800; }
.cc-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(8,45,58,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.cc-header-row { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.cc-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 23px; font-weight: 900; letter-spacing: -.04em; }
.cc-brand-icon { width: 42px; height: 42px; object-fit: contain; }
.cc-brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--cc-ink); color: white; font-size: 15px; letter-spacing: -.06em; }
.cc-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 750; }
.cc-nav a { text-decoration: none; }
.cc-nav a:hover { color: var(--cc-blue); }
.cc-nav-item { position: relative; }
.cc-mobile-feature-row { display: contents; }
.cc-nav-trigger { display: inline-flex; align-items: center; gap: 5px; padding: 25px 0; }
.cc-nav-trigger::after { color: var(--cc-muted); content: "⌄"; font-size: 12px; }
.cc-submenu-toggle { display: none; }
.cc-mega {
    position: fixed;
    top: var(--cc-mega-top, 108px);
    right: max(20px, calc((100vw - 1180px) / 2));
    left: max(20px, calc((100vw - 1180px) / 2));
    display: grid;
    visibility: hidden;
    grid-template-columns: 1.25fr repeat(2,1fr);
    gap: 28px;
    padding: 26px;
    border: 1px solid var(--cc-line);
    border-radius: 22px;
    background: white;
    box-shadow: var(--cc-shadow);
    opacity: 0;
    transform: translateY(-8px);
    transition: .18s ease;
}
.cc-nav-item:hover .cc-mega, .cc-nav-item:focus-within .cc-mega { visibility: visible; opacity: 1; transform: translateY(0); }
.cc-mega-lead { padding: 24px; border-radius: 16px; background: var(--cc-ink); color: white; }
.cc-mega-lead .cc-eyebrow { margin-bottom: 10px; }
.cc-mega-lead h2 { margin: 0; font-size: 26px; line-height: 1.1; letter-spacing: -.035em; }
.cc-mega-lead p { margin: 11px 0 18px; color: rgba(255,255,255,.65); font-size: 13px; }
.cc-mega-column { display: grid; align-content: start; gap: 5px; }
.cc-mega-column > strong { margin-bottom: 8px; color: var(--cc-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.cc-mega-link { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; padding: 9px; border-radius: 11px; }
.cc-mega-link:hover { background: var(--cc-soft); }
.cc-mega-link b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--cc-aqua); color: var(--cc-blue); }
.cc-mega-link b img { width: 19px; height: 19px; object-fit: contain; }
.cc-mega-link span { display: block; line-height: 1.2; }
.cc-mega-link small { display: block; margin-top: 2px; color: var(--cc-muted); font-size: 10px; font-weight: 600; }
.cc-actions { display: flex; align-items: center; gap: 10px; }
.cc-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 19px; border: 1px solid transparent; border-radius: 12px; background: var(--cc-blue); color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; transition: .2s ease; }
.cc-button:hover { transform: translateY(-1px); background: #0288bb; box-shadow: 0 12px 30px rgba(7,158,218,.24); }
.cc-button--dark { background: var(--cc-ink); }
.cc-button--light { border-color: var(--cc-line); background: #fff; color: var(--cc-ink); }
.cc-button--gold { background: var(--cc-gold); color: #392900; }
.cc-button--wide { width: 100%; }
.cc-mobile-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 1px solid var(--cc-line); border-radius: 12px; background: white; cursor: pointer; }
.cc-mobile-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--cc-ink); transition: transform .18s ease, opacity .18s ease; }
.cc-mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cc-mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.cc-mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.cc-hero { position: relative; overflow: hidden; padding: clamp(74px, 10vw, 132px) 0 84px; background: radial-gradient(circle at 82% 8%, rgba(66,189,233,.28), transparent 31%), linear-gradient(128deg, #061f29, var(--cc-ink) 58%, #075f80); color: white; }
.cc-hero::after { position: absolute; right: -120px; bottom: -320px; width: 620px; height: 620px; border: 84px solid rgba(255,255,255,.045); border-radius: 50%; content: ""; }
.cc-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); align-items: center; gap: clamp(40px,7vw,92px); }
.cc-eyebrow { margin: 0 0 16px; color: var(--cc-blue-2); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cc-hero h1, .cc-page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px,6.2vw,78px); line-height: .99; letter-spacing: -.055em; }
.cc-hero h1 span { color: var(--cc-gold); }
.cc-lead { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: clamp(18px,2vw,22px); line-height: 1.55; }
.cc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cc-trust { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 700; }
.cc-trust li::before { margin-right: 7px; color: var(--cc-gold); content: "✓"; }
.cc-product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 24px; background: #f8fbfc; box-shadow: 0 38px 90px rgba(0,0,0,.3); color: var(--cc-ink); transform: rotate(1.2deg); }
.cc-window-bar { display: flex; height: 38px; align-items: center; gap: 6px; padding: 0 14px; background: #e8f0f3; }
.cc-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #b5c5cc; }
.cc-dashboard { display: grid; min-height: 430px; grid-template-columns: 92px 1fr; }
.cc-dashboard-nav { padding: 18px 13px; background: var(--cc-ink); }
.cc-dashboard-nav strong { display: block; margin-bottom: 22px; color: white; text-align: center; font-size: 11px; }
.cc-dashboard-nav span { display: block; height: 30px; margin: 8px 0; border-radius: 8px; background: rgba(255,255,255,.08); }
.cc-dashboard-nav span:nth-child(2) { background: var(--cc-blue); }
.cc-dashboard-main { padding: 24px; }
.cc-dashboard-head { display: flex; align-items: center; justify-content: space-between; }
.cc-dashboard-head h3 { margin: 0; font-size: 17px; }
.cc-dashboard-head b { padding: 7px 10px; border-radius: 8px; background: var(--cc-aqua); color: #027aa8; font-size: 9px; text-transform: uppercase; }
.cc-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 19px; }
.cc-stat { padding: 15px; border: 1px solid var(--cc-line); border-radius: 13px; background: white; }
.cc-stat small { display: block; color: var(--cc-muted); font-size: 9px; text-transform: uppercase; }
.cc-stat strong { display: block; margin-top: 8px; font-size: 25px; line-height: 1; }
.cc-chart { position: relative; height: 130px; margin-top: 16px; overflow: hidden; border: 1px solid var(--cc-line); border-radius: 14px; background: linear-gradient(#fff, #f7fbfc); }
.cc-chart::before { position: absolute; inset: 22px; background: linear-gradient(150deg, transparent 0 18%, var(--cc-blue) 19% 21%, transparent 22% 34%, var(--cc-blue) 35% 37%, transparent 38% 49%, var(--cc-blue) 50% 52%, transparent 53% 66%, var(--cc-blue) 67% 69%, transparent 70%); content: ""; }
.cc-mini-list { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; margin-top: 12px; }
.cc-mini-list span { height: 52px; border: 1px solid var(--cc-line); border-radius: 12px; background: white; }
.cc-section { padding: clamp(70px, 9vw, 112px) 0; }
.cc-section--soft { background: var(--cc-soft); }
.cc-section--dark { background: var(--cc-ink); color: white; }
.cc-section-head { max-width: 760px; margin-bottom: 38px; }
.cc-section-head--center { margin-inline: auto; text-align: center; }
.cc-section h2, .cc-detail h2 { margin: 0; font-size: clamp(34px,4.5vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.cc-section-head p { margin: 16px 0 0; color: var(--cc-muted); font-size: 18px; }
.cc-section--dark .cc-section-head p { color: rgba(255,255,255,.68); }
.cc-benefits { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cc-benefit { padding: 26px; border: 1px solid var(--cc-line); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(8,45,58,.05); }
.cc-benefit b { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--cc-aqua); color: var(--cc-blue); font-size: 18px; }
.cc-benefit h3 { margin: 20px 0 8px; font-size: 18px; line-height: 1.2; }
.cc-benefit p { margin: 0; color: var(--cc-muted); font-size: 14px; }
.cc-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cc-feature-card { display: flex; min-height: 270px; flex-direction: column; padding: 28px; border: 1px solid var(--cc-line); border-radius: var(--cc-radius); background: white; text-decoration: none; transition: .2s ease; }
.cc-feature-card:hover { transform: translateY(-4px); border-color: var(--cc-blue-2); box-shadow: var(--cc-shadow); }
.cc-feature-card .cc-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--cc-ink); color: white; font-size: 20px; }
.cc-feature-card .cc-icon img { width: 24px; height: 24px; object-fit: contain; filter: brightness(0) invert(1); }
.cc-feature-card h3 { margin: 22px 0 8px; font-size: 22px; line-height: 1.15; letter-spacing: -.025em; }
.cc-feature-card p { margin: 0; color: var(--cc-muted); font-size: 14px; }
.cc-more { margin-top: auto; padding-top: 24px; color: var(--cc-blue); font-size: 13px; font-weight: 900; }
.cc-showcase { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(38px,7vw,90px); }
.cc-shot { overflow: hidden; border: 1px solid var(--cc-line); border-radius: 22px; background: white; box-shadow: var(--cc-shadow); }
.cc-shot img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: top; }
.cc-shot img[src*="website-homepage.png"] { display: block; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; }
.cc-shot figcaption { padding: 13px 17px; border-top: 1px solid var(--cc-line); color: var(--cc-muted); font-size: 12px; }
.cc-checks { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.cc-checks li { display: flex; gap: 10px; }
.cc-checks li::before { color: var(--cc-green); content: "✓"; font-weight: 900; }
.cc-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px; border-radius: 28px; background: linear-gradient(125deg, var(--cc-blue), #067ca9); color: white; }
.cc-cta h2 { font-size: clamp(30px,4vw,48px); }
.cc-cta p { margin: 9px 0 0; color: rgba(255,255,255,.76); }
.cc-page-hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: radial-gradient(circle at 85% 10%, rgba(66,189,233,.25), transparent 28%), linear-gradient(125deg, #061f29, var(--cc-ink) 62%, #075f80); color: white; }
.cc-page-hero::after { position: absolute; right: max(20px, calc((100vw - 1320px) / 2)); bottom: -145px; width: 430px; height: 430px; background: url("assets/images/classclerks-mark-white.png") center / contain no-repeat; content: ""; opacity: .035; transform: rotate(-8deg); }
.cc-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: end; gap: 70px; }
.cc-page-hero h1 { font-size: clamp(40px,5.6vw,70px); }
.cc-page-hero-grid > div > p:not(.cc-eyebrow) { max-width: 760px; margin: 21px 0 0; color: rgba(255,255,255,.72); font-size: 19px; }
.cc-page-facts { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.cc-page-facts-label { margin: 0 !important; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--cc-blue-2) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.cc-page-fact { display: grid; grid-template-columns: minmax(130px,max-content) minmax(0,1fr); align-items: center; gap: 14px; padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.cc-page-fact:last-child { border-bottom: 0; }
.cc-page-fact strong { min-width: 0; color: white; font-size: clamp(25px,3vw,30px); line-height: 1; letter-spacing: -.05em; overflow-wrap: anywhere; }
.cc-page-fact span { min-width: 0; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 750; line-height: 1.3; overflow-wrap: anywhere; }
.cc-detail { padding: 72px 0 105px; }
.cc-detail-intro { display: grid; grid-template-columns: 1fr .82fr; gap: 50px; }
.cc-detail-copy > p { color: var(--cc-muted); font-size: 18px; }
.cc-detail-points { display: grid; gap: 10px; margin-top: 28px; }
.cc-detail-point { padding: 17px 18px; border-left: 4px solid var(--cc-blue); border-radius: 0 12px 12px 0; background: var(--cc-soft); }
.cc-detail-point strong { display: block; }
.cc-detail-point span { display: block; margin-top: 3px; color: var(--cc-muted); font-size: 13px; }
.cc-subfeature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 55px; }
.cc-subfeature { padding: 23px; border: 1px solid var(--cc-line); border-radius: 18px; }
.cc-subfeature h3 { margin: 0; font-size: 17px; }
.cc-subfeature p { margin: 8px 0 0; color: var(--cc-muted); font-size: 13px; }
.cc-plan-grid { display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; gap: 16px; }
.cc-plan { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--cc-line); border-radius: 22px; background: white; }
.cc-plan--featured { border: 2px solid var(--cc-blue); box-shadow: var(--cc-shadow); }
.cc-plan-badge { position: absolute; top: -13px; left: 24px; padding: 5px 11px; border-radius: 20px; background: var(--cc-blue); color: white; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.cc-plan h2 { margin: 0; font-size: 25px; }
.cc-plan-kicker { min-height: 0 !important; margin: 0 0 7px !important; color: var(--cc-blue) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cc-price { margin: 17px 0 0; font-size: 42px; font-weight: 950; letter-spacing: -.05em; }
.cc-price small { font-size: 13px; font-weight: 700; letter-spacing: 0; }
.cc-plan > p { min-height: 66px; color: var(--cc-muted); font-size: 13px; }
.cc-plan .cc-checks { margin-bottom: 26px; font-size: 13px; }
.cc-plan .cc-button { margin-top: auto; }
.cc-plan-features-link { margin: -12px 0 24px; color: var(--cc-blue); font-size: 12px; font-weight: 900; text-decoration: none; }
.cc-plan-features-link:hover { text-decoration: underline; }
.cc-website-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.cc-website-group { padding: 28px; border: 1px solid var(--cc-line); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(8,45,58,.04); }
.cc-website-group h3 { margin: 0; font-size: 20px; }
.cc-website-group .cc-checks { margin-top: 19px; color: var(--cc-muted); font-size: 13px; }
.cc-trial-note { margin-top: 28px; padding: 20px; border: 1px solid #f1d483; border-radius: 14px; background: #fff9e8; color: #674b00; font-size: 13px; }
.cc-included-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 28px; padding: 18px 20px; border: 1px solid var(--cc-line); border-radius: 16px; background: white; }
.cc-included-strip strong { margin-right: 5px; }
.cc-included-strip span { padding: 7px 11px; border-radius: 30px; background: var(--cc-soft); color: var(--cc-muted); font-size: 11px; font-weight: 800; }
.cc-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.cc-faq-list { display: grid; gap: 11px; }
.cc-faq-list details { border: 1px solid var(--cc-line); border-radius: 15px; background: white; }
.cc-faq-list summary { position: relative; padding: 19px 48px 19px 20px; cursor: pointer; font-size: 14px; font-weight: 850; list-style: none; }
.cc-faq-list summary::-webkit-details-marker { display: none; }
.cc-faq-list summary::after { position: absolute; top: 18px; right: 20px; color: var(--cc-blue); content: "+"; font-size: 20px; line-height: 1; }
.cc-faq-list details[open] summary::after { content: "–"; }
.cc-faq-list details p { margin: 0; padding: 0 20px 19px; color: var(--cc-muted); font-size: 13px; }
.cc-comparison-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 38px; }
.cc-comparison-intro h2 { margin: 0; font-size: clamp(34px,4.5vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.cc-comparison-intro > div > p { color: var(--cc-muted); font-size: 17px; }
.cc-method-card { padding: 25px; border: 1px solid #9ddff8; border-radius: 18px; background: #eaf8fe; }
.cc-method-card strong { font-size: 15px; }
.cc-method-card p { margin: 8px 0; color: var(--cc-muted); font-size: 13px; }
.cc-method-card span { color: #027ba9; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cc-filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 25px; }
.cc-filter { padding: 9px 13px; border: 1px solid var(--cc-line); border-radius: 20px; background: white; color: var(--cc-ink); font-weight: 800; cursor: pointer; }
.cc-filter.is-active { border-color: var(--cc-ink); background: var(--cc-ink); color: white; }
.cc-compare-wrap { overflow: auto; border: 1px solid var(--cc-line); border-radius: 18px; background: white; }
.cc-compare { width: max(100%, 1100px); border-collapse: collapse; font-size: 12px; }
.cc-compare th, .cc-compare td { padding: 11px 12px; border-bottom: 1px solid var(--cc-line); text-align: center; }
.cc-compare th { position: sticky; top: 0; z-index: 2; background: var(--cc-ink); color: white; font-size: 11px; }
.cc-compare th:first-child, .cc-compare td:first-child { position: sticky; left: 0; z-index: 1; min-width: 230px; background: white; text-align: left; }
.cc-compare th:first-child { z-index: 3; background: var(--cc-ink); }
.cc-compare td:nth-child(2) { background: #e2f8ee; color: #08724f; font-weight: 900; }
.cc-status { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; font-weight: 950; }
.cc-status--yes { background: #dcf5e9; color: #08724f; }
.cc-status--partial { background: #fff1c8; color: #8a5c00; }
.cc-status--unknown { background: #edf1f3; color: #6a7c85; }
.cc-status--no { background: #ffe6e7; color: #a52f3a; }
.cc-legend { display: flex; flex-wrap: wrap; gap: 15px; margin: 14px 0 0; color: var(--cc-muted); font-size: 11px; }
.cc-demo-roles { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin-top: 34px; }
.cc-demo-role { padding: 20px; border: 1px solid var(--cc-line); border-radius: 16px; background: white; text-align: center; }
.cc-role-avatar { display: grid !important; width: 44px; height: 44px; margin: 0 auto 12px; place-items: center; border-radius: 13px; background: var(--cc-ink); color: white !important; font-size: 16px !important; font-weight: 900; }
.cc-demo-role b { display: block; font-size: 15px; }
.cc-demo-role span { color: var(--cc-muted); font-size: 12px; }
.cc-body-lead { color: var(--cc-muted); font-size: 18px; }
.cc-step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 55px; }
.cc-step-grid article { position: relative; min-height: 210px; padding: 28px; overflow: hidden; border: 1px solid var(--cc-line); border-radius: 20px; background: white; }
.cc-step-grid article > b { color: var(--cc-blue); font-size: 42px; line-height: 1; letter-spacing: -.06em; opacity: .28; }
.cc-step-grid h3 { margin: 28px 0 8px; font-size: 20px; line-height: 1.2; }
.cc-step-grid p { margin: 0; color: var(--cc-muted); font-size: 13px; }
.cc-step-grid--dark article { border-color: transparent; background: var(--cc-ink); color: white; }
.cc-step-grid--dark p { color: rgba(255,255,255,.6); }
.cc-trial-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: 72px; }
.cc-trial-layout > div > h2 { margin: 0; font-size: clamp(34px,4.5vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.cc-trial-steps { display: grid; gap: 18px; margin-top: 32px; }
.cc-trial-steps article { display: grid; grid-template-columns: 46px 1fr; gap: 14px; }
.cc-trial-steps article > b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--cc-ink); color: white; }
.cc-trial-steps h3 { margin: 0; font-size: 16px; }
.cc-trial-steps p { margin: 4px 0 0; color: var(--cc-muted); font-size: 13px; }
.cc-assurance { display: grid; gap: 7px; margin-top: 30px; padding: 20px; border: 1px solid #a8e0ca; border-radius: 16px; background: #ecfaf4; color: #08724f; font-size: 13px; }
.cc-assurance strong { margin-bottom: 5px; color: var(--cc-ink); }
.cc-form-card { max-width: 760px; padding: 34px; border: 1px solid var(--cc-line); border-radius: 22px; background: white; box-shadow: var(--cc-shadow); }
.cc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cc-field { display: grid; gap: 6px; }
.cc-field--wide { grid-column: 1 / -1; }
.cc-field label { font-size: 12px; font-weight: 850; }
.cc-field input, .cc-field select, .cc-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid var(--cc-line); border-radius: 10px; background: #fff; font: inherit; }
.cc-field textarea { min-height: 120px; resize: vertical; }
.cc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cc-form-status { display: none; margin: 14px 0 0; padding: 12px 14px; border-radius: 10px; font-size: 13px; font-weight: 750; line-height: 1.5; }
.cc-form-status.is-visible { display: block; }
.cc-form-status.is-success { background: #e8f8f2; color: #096b4c; }
.cc-form-status.is-error { background: #fff0f0; color: #a12222; }
.cc-fine { color: var(--cc-muted); font-size: 11px; }
.cc-integration-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.cc-integration { position: relative; display: flex; min-height: 180px; flex-direction: column; gap: 16px; padding: 22px; border: 1px solid var(--cc-line); border-radius: 17px; background: white; transition: .2s ease; }
.cc-integration:hover { transform: translateY(-3px); border-color: var(--cc-blue-2); box-shadow: 0 16px 38px rgba(8,45,58,.09); }
.cc-integration-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--cc-ink); color: white; font-size: 13px; font-weight: 950; letter-spacing: -.03em; }
.cc-integration strong { display: block; }
.cc-integration small { display: block; margin-top: 4px; color: var(--cc-muted); line-height: 1.45; }
.cc-integration-state { margin-top: auto; color: var(--cc-green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cc-feature-count { margin-top: 18px; color: var(--cc-blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cc-platform-band { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; margin-top: 50px; padding: 42px; border-radius: 25px; background: var(--cc-ink); color: white; }
.cc-platform-band h2 { font-size: clamp(30px,4vw,46px); }
.cc-platform-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; }
.cc-platform-points span { padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.75); font-size: 12px; font-weight: 750; }
.cc-platform-points span::before { margin-right: 8px; color: var(--cc-gold); content: "✓"; }
.cc-outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.cc-outcome-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--cc-line); border-radius: 21px; background: white; }
.cc-outcome-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #dcf5e9; color: var(--cc-green); font-weight: 900; }
.cc-outcome-grid h3 { margin: 24px 0 8px; font-size: 21px; line-height: 1.2; }
.cc-outcome-grid p { margin: 0; color: var(--cc-muted); font-size: 13px; }
.cc-capability-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 28px; }
.cc-capability-list > div { display: flex; align-items: center; gap: 9px; padding: 12px 13px; border: 1px solid var(--cc-line); border-radius: 11px; background: white; font-size: 12px; }
.cc-capability-list span { color: var(--cc-green); font-weight: 900; }
.cc-legal { max-width: 820px; }
.cc-legal-date { color: var(--cc-blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cc-legal h2 { margin: 0 0 24px; font-size: clamp(34px,4.5vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.cc-legal h3 { margin: 35px 0 8px; font-size: 21px; }
.cc-legal p { color: var(--cc-muted); }
.cc-footer { padding: 65px 0 25px; background: #061f29; color: white; }
.cc-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 45px; }
.cc-footer p, .cc-footer a { color: rgba(255,255,255,.62); }
.cc-footer h3 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; }
.cc-footer-brand { display: inline-block; margin: 0 0 18px !important; }
.cc-footer-brand img { width: min(235px, 100%); height: auto; object-fit: contain; }
.cc-footer a { display: block; margin: 8px 0; text-decoration: none; font-size: 13px; }
.cc-footer a:hover { color: white; }
.cc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: 11px; }
.cc-quickbar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(8,45,58,.12); background: rgba(255,255,255,.96); box-shadow: 0 -10px 34px rgba(8,45,58,.1); backdrop-filter: blur(16px); }
.cc-quickbar a { display: flex; min-height: 63px; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--cc-line); color: var(--cc-ink); text-decoration: none; font-size: 12px; font-weight: 850; }
.cc-quickbar a:last-child { border-right: 0; }
.cc-quickbar a:hover { background: var(--cc-aqua); color: var(--cc-blue); }
.cc-quickbar b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: var(--cc-soft); font-size: 13px; }
.cc-quickbar b img { width: 19px; height: 19px; object-fit: contain; }
.cc-quickbar a:last-child b { background: var(--cc-gold); color: #493600; }

@media (max-width: 980px) {
    .cc-menu-open body { overflow: hidden; }
    .cc-header-row { position: relative; }
    .cc-nav { display: none; position: absolute; top: calc(100% + 7px); right: 0; left: 0; max-height: calc(100dvh - 165px); flex-direction: column; align-items: stretch; gap: 4px; overflow-y: auto; overscroll-behavior: contain; padding: 14px; border: 1px solid var(--cc-line); border-radius: 16px; background: white; box-shadow: var(--cc-shadow); -webkit-overflow-scrolling: touch; }
    .cc-nav.is-open { display: flex; }
    .cc-nav > a { padding: 11px 12px; border-radius: 10px; }
    .cc-nav > a:hover { background: var(--cc-soft); }
    .cc-mobile-feature-row { display: flex; align-items: center; gap: 6px; }
    .cc-nav-trigger { flex: 1; padding: 11px 12px; border-radius: 10px; }
    .cc-nav-trigger::after { display: none; }
    .cc-submenu-toggle { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; padding: 0; border: 1px solid var(--cc-line); border-radius: 10px; background: var(--cc-soft); cursor: pointer; }
    .cc-submenu-toggle span { width: 9px; height: 9px; border-right: 2px solid var(--cc-ink); border-bottom: 2px solid var(--cc-ink); transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
    .cc-submenu-toggle[aria-expanded="true"] span { transform: translateY(2px) rotate(225deg); }
    .cc-mega { position: static; display: none; visibility: visible; grid-template-columns: 1fr; gap: 10px; overflow: visible; padding: 0; border: 0; opacity: 1; box-shadow: none; transform: none; }
    .cc-nav-item:hover .cc-mega, .cc-nav-item:focus-within .cc-mega { display: none; padding: 0; }
    .cc-nav-item.is-submenu-open .cc-mega, .cc-nav-item.is-submenu-open:hover .cc-mega, .cc-nav-item.is-submenu-open:focus-within .cc-mega { display: grid; padding: 8px 0 4px; }
    .cc-mega-lead { display: none; }
    .cc-mobile-toggle { display: flex; }
    .cc-actions .cc-button--light { display: none; }
    .cc-hero-grid, .cc-showcase, .cc-detail-intro, .cc-page-hero-grid, .cc-trial-layout, .cc-comparison-intro, .cc-faq-layout, .cc-platform-band { grid-template-columns: 1fr; }
    .cc-page-facts { max-width: 620px; }
    .cc-product-window { max-width: 690px; transform: none; }
    .cc-benefits, .cc-plan-grid { grid-template-columns: repeat(2,1fr); }
    .cc-feature-grid, .cc-subfeature-grid, .cc-outcome-grid, .cc-website-groups { grid-template-columns: repeat(2,1fr); }
    .cc-demo-roles { grid-template-columns: repeat(3,1fr); }
    .cc-integration-grid { grid-template-columns: repeat(3,1fr); }
    .cc-footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
    .cc-faq-layout, .cc-trial-layout, .cc-comparison-intro { gap: 42px; }
    .cc-platform-band { gap: 32px; }
}

@media (max-width: 680px) {
    body { padding-bottom: 58px; }
    .cc-shell { width: min(100% - 28px, 1180px); }
    .cc-header-row { min-height: 66px; }
    .cc-brand { font-size: 20px; }
    .cc-brand-icon { width: 36px; height: 36px; }
    .cc-actions > .cc-button { display: none; }
    .cc-nav { top: calc(100% + 6px); right: -1px; left: -1px; max-height: calc(100dvh - 140px); }
    .cc-hero { padding-top: 64px; }
    .cc-hero-grid { gap: 40px; }
    .cc-dashboard { min-height: 320px; grid-template-columns: 64px 1fr; }
    .cc-dashboard-main { padding: 15px; }
    .cc-dashboard-nav { padding: 12px 9px; }
    .cc-stat-grid { gap: 6px; }
    .cc-stat { padding: 10px; }
    .cc-stat strong { font-size: 19px; }
    .cc-benefits, .cc-feature-grid, .cc-subfeature-grid, .cc-plan-grid, .cc-demo-roles, .cc-integration-grid, .cc-footer-grid, .cc-form-grid, .cc-outcome-grid, .cc-step-grid, .cc-platform-points, .cc-capability-list, .cc-website-groups { grid-template-columns: 1fr; }
    .cc-page-hero { padding: 62px 0 56px; }
    .cc-page-fact strong { font-size: 25px; }
    .cc-platform-band { padding: 30px; }
    .cc-cta { align-items: flex-start; flex-direction: column; padding: 30px; }
    .cc-footer-bottom { flex-direction: column; }
    .cc-quickbar a { min-height: 58px; flex-direction: column; gap: 2px; font-size: 9px; }
    .cc-quickbar b { width: 24px; height: 24px; font-size: 11px; }
}

@media (max-width: 480px) {
    .cc-page-fact { grid-template-columns: 1fr; gap: 7px; }
}
