/* ========================================================================== 
   Skillsquare Schulstart 2026/27 campaign landing page
   Direction: a calm, editorial "new school year desk" with real product proof
   ========================================================================== */

.schulstart-page {
    --start-ink: #101623;
    --start-muted: #586174;
    --start-orange: #ff5106;
    --start-orange-bright: #ff5106;
    --start-orange-soft: #fff0e8;
    --start-cream: #fffaf2;
    --start-paper: #ffffff;
    --start-line: #e8e4dc;
    --start-green: #0b8f61;
    --start-navy: #101a2f;
    --start-navy-soft: #17233d;
    --start-width: 1240px;
    background: var(--start-paper);
    color: var(--start-ink);
    font-family: 'Inter', sans-serif;
}

.schulstart-page * {
    box-sizing: border-box;
}

.schulstart-page a {
    color: inherit;
}

.schulstart-page button,
.schulstart-page a {
    -webkit-tap-highlight-color: transparent;
}

.schulstart-page :focus-visible {
    outline: 3px solid rgba(230, 81, 0, 0.42);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--start-ink);
    color: #fff !important;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

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

.campaign-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.campaign-header.is-scrolled {
    border-color: rgba(16, 22, 35, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 30px rgba(16, 22, 35, 0.07);
}

.campaign-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: min(var(--start-width), calc(100% - 48px));
    min-height: 76px;
    margin: 0 auto;
}

.campaign-logo {
    display: inline-flex;
    justify-self: start;
    align-items: center;
    width: 154px;
    text-decoration: none;
}

.campaign-logo img {
    display: block;
    width: 100%;
    height: auto;
}

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

.campaign-nav-links a {
    position: relative;
    color: #30394b;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.campaign-nav-links a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--start-orange-bright);
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.campaign-nav-links a:hover::after {
    transform: scaleX(1);
}

.campaign-nav-cta {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 999px;
    background: var(--start-ink);
    color: #fff !important;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.campaign-nav-cta svg,
.start-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
}

.campaign-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(16, 22, 35, 0.2);
}

.campaign-nav-cta:hover svg,
.start-btn:hover svg {
    transform: translateX(3px);
}

.campaign-menu,
.campaign-mobile-nav {
    display: none;
}

.start-hero {
    position: relative;
    overflow: hidden;
    padding: 160px max(24px, calc((100vw - var(--start-width)) / 2)) 0;
    background:
        radial-gradient(circle at 72% 25%, rgba(255, 81, 6, 0.12), transparent 29%),
        linear-gradient(180deg, #fff 0%, var(--start-cream) 100%);
}

.start-hero::before {
    position: absolute;
    top: 98px;
    left: -120px;
    width: 330px;
    height: 330px;
    border: 1px dashed rgba(230, 81, 0, 0.13);
    border-radius: 50%;
    content: '';
}

.start-hero::after {
    position: absolute;
    top: 150px;
    right: -280px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(230, 81, 0, 0.1);
    border-radius: 50%;
    content: '';
}

.start-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
    align-items: center;
    gap: 70px;
    width: 100%;
    max-width: var(--start-width);
    margin: 0 auto;
}

.start-hero h1 {
    max-width: 730px;
    margin: 0;
    color: var(--start-ink);
    font-size: clamp(48px, 5.25vw, 78px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.marker-word {
    position: relative;
    display: inline-block;
    color: var(--start-orange-bright);
}

.marker-word::after {
    position: absolute;
    z-index: -1;
    right: -5px;
    bottom: -2px;
    left: -3px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 183, 77, 0.42);
    content: '';
    transform: rotate(-1.4deg);
}

.start-hero-lead {
    max-width: 650px;
    margin: 30px 0 0;
    color: var(--start-muted);
    font-size: 18px;
    line-height: 1.7;
}

.start-hero-actions,
.closing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.start-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    gap: 9px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.start-btn-primary {
    background: linear-gradient(135deg, #e24600 0%, var(--start-orange-bright) 100%);
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(230, 81, 0, 0.22);
}

.start-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(230, 81, 0, 0.29);
}

.start-btn-secondary {
    border-color: rgba(16, 22, 35, 0.18);
    background: rgba(255, 255, 255, 0.76);
    color: var(--start-ink) !important;
}

.start-btn-secondary:hover {
    background: var(--start-ink);
    color: #fff !important;
    transform: translateY(-3px);
}

.start-btn-white {
    border-color: rgba(255, 255, 255, 0.35);
    background: #fff;
    color: var(--start-ink) !important;
}

.start-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.start-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17px;
    margin: 23px 0 0;
    padding: 0;
    color: #4b5565;
    font-size: 12px;
    font-weight: 650;
    list-style: none;
}

.start-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.start-trust-list span {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(11, 143, 97, 0.11);
    color: var(--start-green);
    font-size: 11px;
    font-weight: 900;
}

.start-hero-visual {
    position: relative;
    min-width: 0;
    padding: 64px 0 60px 20px;
}

.visual-orbit {
    position: absolute;
    border: 1px dashed rgba(230, 81, 0, 0.2);
    border-radius: 50%;
    pointer-events: none;
}

.visual-orbit-one {
    top: 2px;
    right: 7%;
    width: 220px;
    height: 220px;
}

.visual-orbit-two {
    right: -42px;
    bottom: 8px;
    width: 370px;
    height: 370px;
}

.dashboard-window {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(16, 22, 35, 0.13);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 38px 80px rgba(57, 45, 26, 0.18), 0 10px 28px rgba(16, 22, 35, 0.08);
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}

.dashboard-window::after {
    position: absolute;
    inset: 43px 0 auto;
    height: 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent);
    content: '';
    pointer-events: none;
}

.window-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 43px;
    padding: 0 15px;
    border-bottom: 1px solid #e8ebf0;
    background: #fbfcfe;
    color: #7a8394;
    font-size: 10px;
    font-weight: 650;
}

.window-dots {
    display: flex;
    gap: 5px;
}

.window-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e2e5eb;
}

.window-live {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    gap: 5px;
    color: var(--start-green);
}

.window-live i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--start-green);
}

.dashboard-window img {
    display: block;
    width: 100%;
    height: auto;
}

.floating-proof {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 190px;
    padding: 12px 14px;
    border: 1px solid rgba(16, 22, 35, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(16, 22, 35, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: proofFloat 5.5s ease-in-out infinite;
}

.floating-proof strong,
.floating-proof small {
    display: block;
}

.floating-proof strong {
    color: var(--start-ink);
    font-size: 12px;
}

.floating-proof small {
    margin-top: 2px;
    color: #7c8595;
    font-size: 10px;
}

.floating-proof-feedback {
    right: -18px;
    bottom: 18px;
}

.floating-proof-agent {
    top: 18px;
    right: 30px;
    animation-delay: -2.3s;
}

.floating-icon,
.agent-pulse {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 10px;
}

.floating-icon {
    background: rgba(11, 143, 97, 0.12);
    color: var(--start-green);
    font-weight: 900;
}

.agent-pulse {
    position: relative;
    background: rgba(255, 81, 6, 0.1);
}

.agent-pulse::before,
.agent-pulse::after {
    position: absolute;
    border-radius: 50%;
    background: var(--start-orange-bright);
    content: '';
}

.agent-pulse::before {
    width: 9px;
    height: 9px;
}

.agent-pulse::after {
    width: 17px;
    height: 17px;
    opacity: 0.18;
    animation: agentPulse 1.8s ease-out infinite;
}

.notebook-note {
    position: absolute;
    z-index: 5;
    top: 6px;
    left: -6px;
    width: 155px;
    padding: 17px 16px 13px;
    border: 1px solid rgba(113, 86, 37, 0.09);
    border-radius: 3px;
    background: #fff2b7;
    color: #4b422b;
    font-family: 'Caveat', cursive;
    font-size: 17px;
    line-height: 1.25;
    box-shadow: 0 12px 25px rgba(91, 71, 33, 0.15);
    transform: rotate(-5deg);
}

.notebook-note span {
    display: block;
    margin-bottom: 5px;
    color: #9a6e24;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notebook-note svg {
    display: block;
    width: 88px;
    margin-top: 2px;
    fill: none;
    stroke: #d58336;
    stroke-width: 2;
    stroke-linecap: round;
}

.hero-proof-rail {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    width: min(var(--start-width), 100%);
    margin: 54px auto 30px;
    padding: 16px 12px;
    border: 1px solid rgba(16, 22, 35, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #626a78;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 46px rgba(16, 22, 35, 0.07);
}

.hero-proof-rail span {
    min-width: 0;
    padding: 4px 16px;
    text-align: center;
}

.hero-proof-rail span + span {
    border-left: 1px solid rgba(16, 22, 35, 0.1);
}

.audience-section,
.agents-section,
.start-faq,
.resource-section {
    padding: 118px max(24px, calc((100vw - var(--start-width)) / 2));
}

.section-intro {
    max-width: 790px;
    margin: 0 auto 58px;
    text-align: center;
}

.eyebrow,
.privacy-kicker,
.closing-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--start-orange);
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.section-intro h2,
.workflow-copy h2,
.school-heading h2,
.privacy-copy h2,
.resource-copy h2,
.closing-inner h2 {
    margin: 0;
    color: var(--start-ink);
    font-size: clamp(36px, 4.3vw, 62px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.section-intro h2 span,
.workflow-copy h2 span,
.school-heading h2 span,
.resource-copy h2 span {
    color: var(--start-orange-bright);
}

.section-intro > p,
.school-heading > p {
    max-width: 690px;
    margin: 23px auto 0;
    color: var(--start-muted);
    font-size: 17px;
    line-height: 1.7;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: min(var(--start-width), 100%);
    margin: 0 auto;
}

.audience-card {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 42px;
    border: 1px solid var(--start-line);
    border-radius: 28px;
}

.audience-card::after {
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(230, 81, 0, 0.14);
    border-radius: 50%;
    content: '';
}

.teacher-card {
    background: #fffaf2;
}

.principal-card {
    border-color: #1f2b43;
    background: var(--start-navy);
    color: #fff;
}

.principal-card::before {
    position: absolute;
    top: -170px;
    right: -110px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 81, 6, 0.19), transparent 67%);
    content: '';
}

.audience-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 66px;
}

.audience-number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(230, 81, 0, 0.18);
    border-radius: 50%;
    color: var(--start-orange);
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
}

.principal-card .audience-number {
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--start-orange-bright);
}

.audience-label {
    color: var(--start-orange);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.principal-card .audience-label {
    color: var(--start-orange-bright);
}

.audience-card h3 {
    max-width: 500px;
    margin: 0;
    color: inherit;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 780;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.audience-card > p {
    max-width: 540px;
    margin: 20px 0 24px;
    color: #596171;
    font-size: 16px;
    line-height: 1.68;
}

.principal-card > p {
    color: #b9c1cf;
}

.audience-card ul {
    display: grid;
    gap: 11px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.audience-card li {
    position: relative;
    padding-left: 23px;
    color: #343d4d;
    font-size: 14px;
    line-height: 1.5;
}

.principal-card li {
    color: #dce1e9;
}

.audience-card li::before {
    position: absolute;
    top: 0.46em;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--start-orange-bright);
    box-shadow: 0 0 0 4px rgba(255, 81, 6, 0.1);
    content: '';
}

.text-arrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--start-orange-bright) !important;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
}

.principal-card .text-arrow {
    color: var(--start-orange-bright) !important;
}

.text-arrow span {
    transition: transform 0.2s ease;
}

.text-arrow:hover span {
    transform: translateX(5px);
}

.product-section {
    padding: 118px max(24px, calc((100vw - var(--start-width)) / 2));
    background: #f7f8fb;
}

.section-intro-light h2 {
    color: var(--start-ink);
}

.section-intro-light h2 span {
    color: var(--start-orange-bright);
}

.section-intro-light > p {
    color: var(--start-muted);
}

.section-intro-light .eyebrow {
    color: var(--start-orange-bright);
}

.product-showcase {
    overflow: hidden;
    max-width: var(--start-width);
    margin: 0 auto;
    border: 1px solid rgba(16, 22, 35, 0.1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(16, 22, 35, 0.1);
}

.product-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(16, 22, 35, 0.09);
}

.product-tabs button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    padding: 12px;
    border: 0;
    border-right: 1px solid rgba(16, 22, 35, 0.08);
    background: transparent;
    color: #929dad;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.product-tabs button:last-child {
    border-right: 0;
}

.product-tabs button span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
}

.product-tabs button[aria-selected="true"] {
    background: var(--start-orange-soft);
    color: var(--start-ink);
    box-shadow: inset 0 -3px 0 var(--start-orange-bright);
}

.product-stage {
    background: #f1f3f7;
}

.product-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: center;
    gap: 0;
    margin: 0;
    animation: panelIn 0.4s ease both;
}

.product-panel[hidden] {
    display: none;
}

.product-screen {
    margin: 30px;
    overflow: hidden;
    border: 1px solid rgba(16, 22, 35, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 22px 46px rgba(16, 22, 35, 0.13);
}

.product-screen img {
    display: block;
    width: 100%;
    height: auto;
}

.product-panel figcaption {
    padding: 44px 42px 44px 18px;
}

.product-step {
    color: var(--start-orange-bright);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.product-panel h3 {
    margin: 18px 0 16px;
    color: var(--start-ink);
    font-size: clamp(26px, 2.5vw, 36px);
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.product-panel p {
    margin: 0;
    color: var(--start-muted);
    font-size: 15px;
    line-height: 1.7;
}

.product-note {
    margin: 20px 0 0;
    color: #7a8392;
    font-size: 12px;
    text-align: center;
}

.workflow-section {
    padding: 118px max(24px, calc((100vw - var(--start-width)) / 2));
    background: var(--start-cream);
}

.workflow-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(450px, 1.15fr);
    gap: 100px;
    width: min(var(--start-width), 100%);
    margin: 0 auto;
}

.workflow-copy {
    align-self: start;
    position: sticky;
    top: 120px;
}

.workflow-copy p {
    margin: 24px 0 30px;
    color: var(--start-muted);
    font-size: 16px;
    line-height: 1.72;
}

.workflow-list {
    display: grid;
    align-self: start;
    align-content: start;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.workflow-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    min-height: 112px;
    padding: 24px 26px;
    border: 1px solid rgba(16, 22, 35, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.workflow-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 16px 34px rgba(65, 53, 32, 0.08);
}

.workflow-index {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #fff0e7;
    color: var(--start-orange-bright);
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 800;
}

.workflow-list h3 {
    margin: 1px 0 8px;
    color: var(--start-ink);
    font-size: 21px;
    letter-spacing: -0.025em;
}

.workflow-list p {
    margin: 0;
    color: var(--start-muted);
    font-size: 14px;
    line-height: 1.65;
}

.agents-section {
    background:
        linear-gradient(90deg, rgba(16, 22, 35, 0.035) 1px, transparent 1px) 0 0 / 56px 56px,
        linear-gradient(rgba(16, 22, 35, 0.035) 1px, transparent 1px) 0 0 / 56px 56px,
        #fff;
}

.agents-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: var(--start-width);
    margin: 0 auto;
}

.agent-card {
    position: relative;
    min-height: 228px;
    padding: 26px;
    border: 1px solid rgba(16, 22, 35, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.agent-card:hover {
    border-color: rgba(230, 81, 0, 0.25);
    box-shadow: 0 18px 42px rgba(16, 22, 35, 0.09);
    transform: translateY(-5px);
}

.agent-symbol {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 38px;
    border-radius: 14px;
    background: #fff0e7;
    color: var(--start-orange-bright);
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    font-weight: 800;
}

.agent-card h3 {
    margin: 0 0 9px;
    color: var(--start-ink);
    font-size: 18px;
    letter-spacing: -0.025em;
}

.agent-card p {
    margin: 0;
    color: var(--start-muted);
    font-size: 13px;
    line-height: 1.62;
}

.agent-card-large {
    grid-column: span 2;
    background: linear-gradient(135deg, #fff7ed, #fff);
}

.agent-card-large h3 {
    font-size: 24px;
}

.agent-card-large p {
    max-width: 420px;
    font-size: 14px;
}

.agent-status {
    position: absolute;
    top: 28px;
    right: 28px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(11, 143, 97, 0.1);
    color: var(--start-green);
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.school-section {
    padding: 118px max(24px, calc((100vw - var(--start-width)) / 2));
    background: #f5f6f8;
}

.school-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    align-items: end;
    gap: 70px;
    max-width: var(--start-width);
    margin: 0 auto 64px;
}

.school-heading > p {
    margin: 0 0 4px;
}

.school-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: var(--start-width);
    margin: 0 auto;
    border-top: 1px solid #d9dde4;
    border-bottom: 1px solid #d9dde4;
}

.school-step {
    min-height: 300px;
    padding: 32px 25px 36px;
    border-right: 1px solid #d9dde4;
}

.school-step:last-child {
    border-right: 0;
}

.school-step-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 66px;
}

.school-step-meta span,
.school-step-meta small {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
}

.school-step-meta span {
    color: var(--start-orange);
    font-size: 13px;
}

.school-step-meta small {
    color: #949cab;
    font-size: 9px;
}

.school-step-meta i {
    flex: 1;
    height: 1px;
    background: #d9dde4;
}

.school-step h3 {
    margin: 0 0 15px;
    color: var(--start-ink);
    font-size: 19px;
    letter-spacing: -0.025em;
}

.school-step p {
    margin: 0;
    color: var(--start-muted);
    font-size: 14px;
    line-height: 1.65;
}

.school-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: var(--start-width);
    margin: 32px auto 0;
    padding: 26px 28px 26px 34px;
    border: 1px solid rgba(230, 81, 0, 0.17);
    border-radius: 20px;
    background: #fff;
}

.school-cta span,
.school-cta strong {
    display: block;
}

.school-cta span {
    margin-bottom: 5px;
    color: var(--start-orange);
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.school-cta strong {
    color: var(--start-ink);
    font-size: 18px;
}

.privacy-section {
    position: relative;
    overflow: hidden;
    padding: 118px max(24px, calc((100vw - var(--start-width)) / 2));
    background: var(--start-navy);
}

.privacy-section::after {
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 81, 6, 0.2);
    border-radius: 50%;
    content: '';
}

.privacy-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
    align-items: center;
    gap: 95px;
    max-width: var(--start-width);
    margin: 0 auto;
}

.privacy-kicker {
    color: var(--start-orange-bright);
}

.privacy-copy h2 {
    color: #fff;
}

.privacy-copy h2 span {
    color: var(--start-orange-bright);
}

.privacy-copy p {
    max-width: 500px;
    margin: 25px 0;
    color: #b9c2d0;
    font-size: 16px;
    line-height: 1.72;
}

.privacy-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.privacy-link span {
    color: var(--start-orange-bright);
    transition: transform 0.2s ease;
}

.privacy-link:hover span {
    transform: translateX(5px);
}

.privacy-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.privacy-card {
    min-height: 220px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
}

.privacy-card svg {
    width: 28px;
    height: 28px;
    margin-bottom: 38px;
    fill: none;
    stroke: var(--start-orange-bright);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.privacy-card h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 17px;
}

.privacy-card p {
    margin: 0;
    color: #aeb7c7;
    font-size: 13px;
    line-height: 1.6;
}

.resource-section {
    background: var(--start-cream);
}

.resource-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 74px;
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
    padding: 56px 70px;
    border: 1px solid rgba(16, 22, 35, 0.1);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(73, 57, 30, 0.08);
}

.resource-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 330px;
    border-radius: 22px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)),
        repeating-linear-gradient(0deg, #e1dacb 0 1px, transparent 1px 28px),
        repeating-linear-gradient(90deg, #e1dacb 0 1px, transparent 1px 28px),
        #f0eadf;
}

.resource-tab {
    position: absolute;
    top: 22px;
    left: 24px;
    padding: 6px 9px;
    border-radius: 4px;
    background: var(--start-orange-bright);
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.07em;
}

.resource-paper {
    width: 185px;
    min-height: 242px;
    padding: 30px 25px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(44, 35, 21, 0.17);
    transform: rotate(3.5deg);
}

.resource-paper span {
    color: var(--start-orange);
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.resource-paper strong {
    display: block;
    margin: 22px 0 28px;
    color: var(--start-ink);
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1.06;
}

.resource-paper i {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 9px;
    border-radius: 999px;
    background: #e8ebef;
}

.resource-paper i:nth-of-type(2) {
    width: 82%;
}

.resource-paper i:nth-of-type(3) {
    width: 62%;
    background: #ffd4bc;
}

.resource-copy h2 {
    font-size: clamp(34px, 3.8vw, 52px);
}

.resource-copy p {
    margin: 23px 0 28px;
    color: var(--start-muted);
    font-size: 16px;
    line-height: 1.72;
}

.start-faq {
    background: #fff;
}

.start-faq-list {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #e2e5ea;
}

.start-faq details {
    border-bottom: 1px solid #e2e5ea;
}

.start-faq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px 0;
    color: var(--start-ink);
    font-size: 17px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.start-faq summary::-webkit-details-marker {
    display: none;
}

.start-faq summary span {
    position: relative;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 1px solid #d9dde4;
    border-radius: 50%;
}

.start-faq summary span::before,
.start-faq summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: var(--start-ink);
    content: '';
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.start-faq summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.start-faq details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0);
}

.start-faq details p {
    max-width: 760px;
    margin: -5px 0 28px;
    color: var(--start-muted);
    font-size: 15px;
    line-height: 1.75;
}

.closing-section {
    padding: 40px max(24px, calc((100vw - var(--start-width)) / 2)) 90px;
    background: #fff;
}

.closing-inner {
    position: relative;
    overflow: hidden;
    max-width: var(--start-width);
    margin: 0 auto;
    padding: 88px 48px 48px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 81, 6, 0.26), transparent 27%),
        linear-gradient(135deg, #e65100 0%, #ff5106 62%, #f97917 100%);
    color: #fff;
    text-align: center;
}

.closing-inner::before,
.closing-inner::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: '';
}

.closing-inner::before {
    top: -210px;
    left: -170px;
    width: 430px;
    height: 430px;
}

.closing-inner::after {
    right: -120px;
    bottom: -230px;
    width: 450px;
    height: 450px;
}

.closing-label {
    position: relative;
    z-index: 2;
    color: #fff6ed;
}

.closing-inner h2 {
    position: relative;
    z-index: 2;
    color: #fff;
}

.closing-inner h2 span {
    color: var(--start-ink);
}

.closing-inner > p {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 17px;
    line-height: 1.7;
}

.closing-actions {
    position: relative;
    z-index: 2;
    justify-content: center;
}

.closing-actions .start-btn-primary {
    background: var(--start-ink);
    box-shadow: 0 14px 30px rgba(16, 22, 35, 0.25);
}

.closing-meta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 58px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.closing-meta i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
}

.campaign-footer {
    padding: 34px 24px;
    border-top: 1px solid #e8ebef;
    background: #fff;
}

.campaign-footer-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 30px;
    max-width: var(--start-width);
    margin: 0 auto;
}

.campaign-footer .campaign-logo {
    width: 138px;
}

.campaign-footer p,
.campaign-footer > span,
.campaign-footer-inner > span {
    color: #818997;
    font-size: 12px;
}

.campaign-footer nav {
    display: flex;
    gap: 20px;
}

.campaign-footer nav a {
    color: #545d6e;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.campaign-footer nav a:hover {
    color: var(--start-orange);
}

.mobile-cta-bar {
    display: none;
}

.schulstart-page .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.schulstart-page .reveal.is-visible,
.schulstart-page .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes proofFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes agentPulse {
    0% { opacity: 0.25; transform: scale(0.6); }
    70%, 100% { opacity: 0; transform: scale(1.4); }
}

@keyframes panelIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
    .campaign-nav {
        grid-template-columns: auto 1fr auto;
    }

    .campaign-nav-links {
        display: none;
    }

    .start-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
        gap: 34px;
    }

    .floating-proof-feedback {
        right: 4px;
    }

    .audience-card {
        padding: 34px;
    }

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

    .agent-card-large {
        grid-column: span 2;
    }

    .school-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .school-heading > p {
        max-width: 650px;
        margin: 0;
    }

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

    .school-step:nth-child(2) {
        border-right: 0;
    }

    .school-step:nth-child(-n+2) {
        border-bottom: 1px solid #d9dde4;
    }

    .privacy-grid {
        gap: 55px;
    }

    .campaign-footer-inner {
        grid-template-columns: auto 1fr auto;
    }

    .campaign-footer-inner > span {
        display: none;
    }
}

@media (max-width: 860px) {
    .campaign-nav {
        min-height: 68px;
    }

    .campaign-logo {
        width: 144px;
    }

    .campaign-nav-cta {
        display: none;
    }

    .campaign-menu {
        display: grid;
        justify-self: end;
        place-items: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(16, 22, 35, 0.12);
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
    }

    .campaign-menu span {
        grid-area: 1 / 1;
        width: 17px;
        height: 1.5px;
        border-radius: 2px;
        background: var(--start-ink);
        transition: transform 0.2s ease;
    }

    .campaign-menu span:first-child {
        transform: translateY(-3px);
    }

    .campaign-menu span:last-child {
        transform: translateY(3px);
    }

    .campaign-menu[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
    }

    .campaign-menu[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg);
    }

    .campaign-mobile-nav {
        display: grid;
        gap: 0;
        padding: 8px 24px 20px;
        border-top: 1px solid #edf0f4;
        background: #fff;
    }

    .campaign-mobile-nav[hidden] {
        display: none;
    }

    .campaign-mobile-nav a {
        padding: 14px 0;
        border-bottom: 1px solid #edf0f4;
        color: var(--start-ink);
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

    .campaign-mobile-nav a:last-child {
        margin-top: 10px;
        padding: 13px;
        border: 0;
        border-radius: 12px;
        background: var(--start-orange-bright);
        color: #fff;
        text-align: center;
    }

    .start-hero {
        padding-top: 120px;
    }

    .start-hero-grid,
    .audience-grid,
    .workflow-grid,
    .privacy-grid,
    .resource-card {
        grid-template-columns: 1fr;
    }

    .start-hero-copy {
        max-width: 700px;
    }

    .start-hero-visual {
        max-width: 720px;
        margin: 0 auto;
        padding-top: 52px;
    }

    .hero-proof-rail {
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        margin-top: 36px;
        padding: 14px 8px;
        scrollbar-width: none;
    }

    .hero-proof-rail::-webkit-scrollbar {
        display: none;
    }

    .hero-proof-rail span {
        flex: 0 0 auto;
        padding: 4px 18px;
        white-space: nowrap;
    }

    .audience-card {
        min-height: auto;
    }

    .product-panel {
        grid-template-columns: 1fr;
    }

    .product-panel figcaption {
        padding: 10px 30px 34px;
    }

    .workflow-grid {
        gap: 45px;
    }

    .workflow-copy {
        position: static;
    }

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

    .privacy-grid {
        gap: 48px;
    }

    .resource-card {
        max-width: 680px;
        gap: 45px;
    }

    .resource-visual {
        min-height: 300px;
    }

    .campaign-footer-inner {
        grid-template-columns: 1fr auto;
    }

    .campaign-footer p {
        display: none;
    }
}

@media (max-width: 600px) {
    .campaign-nav {
        width: calc(100% - 32px);
    }

    .start-hero {
        padding: 105px 18px 0;
    }

    .start-hero h1 {
        font-size: clamp(42px, 13vw, 58px);
        line-height: 1.01;
    }

    .marker-word::after {
        height: 10px;
    }

    .start-hero-lead {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.64;
    }

    .start-hero-actions,
    .closing-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .start-btn {
        width: 100%;
    }

    .start-trust-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .start-hero-visual {
        padding: 62px 0 50px;
    }

    .dashboard-window {
        border-radius: 14px;
        transform: none;
    }

    .window-bar {
        min-height: 35px;
        padding: 0 10px;
        font-size: 8px;
    }

    .notebook-note {
        left: -5px;
        width: 125px;
        padding: 13px;
        font-size: 14px;
    }

    .floating-proof {
        min-width: 154px;
        padding: 9px 10px;
    }

    .floating-proof-feedback {
        right: -3px;
        bottom: 12px;
    }

    .floating-proof-agent {
        top: 24px;
        right: 0;
    }

    .floating-proof strong {
        font-size: 10px;
    }

    .floating-proof small {
        font-size: 9px;
    }

    .floating-icon,
    .agent-pulse {
        width: 27px;
        height: 27px;
    }

    .hero-proof-rail {
        padding: 14px 6px;
        border-radius: 16px;
        font-size: 9px;
    }

    .audience-section,
    .product-section,
    .workflow-section,
    .agents-section,
    .school-section,
    .privacy-section,
    .resource-section,
    .start-faq {
        padding: 84px 18px;
    }

    .section-intro {
        margin-bottom: 40px;
        text-align: left;
    }

    .section-intro h2,
    .workflow-copy h2,
    .school-heading h2,
    .privacy-copy h2,
    .resource-copy h2,
    .closing-inner h2 {
        font-size: clamp(34px, 10.5vw, 46px);
    }

    .section-intro > p,
    .school-heading > p {
        margin-top: 18px;
        font-size: 15px;
    }

    .audience-card {
        padding: 26px;
        border-radius: 22px;
    }

    .audience-card-top {
        margin-bottom: 44px;
    }

    .audience-card h3 {
        font-size: 31px;
    }

    .product-showcase {
        border-radius: 20px;
    }

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

    .product-tabs button {
        min-height: 58px;
        font-size: 12px;
    }

    .product-tabs button:nth-child(2) {
        border-right: 0;
    }

    .product-tabs button:nth-child(-n+2) {
        border-bottom: 1px solid rgba(16, 22, 35, 0.08);
    }

    .product-screen {
        margin: 15px;
        border-radius: 10px;
    }

    .product-panel figcaption {
        padding: 12px 21px 27px;
    }

    .product-panel h3 {
        margin-top: 14px;
        font-size: 27px;
    }

    .workflow-list li {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 24px;
    }

    .agents-grid {
        grid-template-columns: 1fr;
    }

    .agent-card-large {
        grid-column: span 1;
    }

    .school-timeline {
        grid-template-columns: 1fr;
    }

    .school-step,
    .school-step:nth-child(2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #d9dde4;
    }

    .school-step:last-child {
        border-bottom: 0;
    }

    .school-step-meta {
        margin-bottom: 38px;
    }

    .school-cta {
        display: grid;
        padding: 24px;
    }

    .privacy-cards {
        grid-template-columns: 1fr;
    }

    .privacy-card {
        min-height: auto;
    }

    .privacy-card svg {
        margin-bottom: 25px;
    }

    .resource-card {
        padding: 24px;
        border-radius: 22px;
    }

    .resource-copy {
        padding: 4px 4px 6px;
    }

    .start-faq summary {
        padding: 22px 0;
        font-size: 15px;
    }

    .start-faq details p {
        font-size: 14px;
    }

    .closing-section {
        padding: 20px 18px 80px;
    }

    .closing-inner {
        padding: 68px 22px 30px;
        border-radius: 24px;
        text-align: left;
    }

    .closing-inner > p {
        font-size: 15px;
    }

    .closing-meta {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .campaign-footer {
        padding-bottom: 96px;
    }

    .campaign-footer-inner {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .campaign-footer nav {
        flex-wrap: wrap;
    }

    .mobile-cta-bar {
        position: fixed;
        z-index: 900;
        right: 10px;
        bottom: 10px;
        left: 10px;
        display: grid;
        grid-template-columns: 1.25fr 0.75fr;
        gap: 7px;
        padding: 7px;
        border: 1px solid rgba(16, 22, 35, 0.1);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 14px 40px rgba(16, 22, 35, 0.18);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        transform: translateY(140%);
        transition: transform 0.3s ease;
    }

    .mobile-cta-bar.is-visible {
        transform: translateY(0);
    }

    .mobile-cta-bar a {
        display: grid;
        min-height: 46px;
        place-items: center;
        padding: 10px;
        border-radius: 11px;
        background: var(--start-orange-bright);
        color: #fff;
        font-size: 12px;
        font-weight: 750;
        text-align: center;
        text-decoration: none;
    }

    .mobile-cta-bar a:last-child {
        background: var(--start-ink);
    }
}

@media (prefers-reduced-motion: reduce) {
    .schulstart-page *,
    .schulstart-page *::before,
    .schulstart-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .schulstart-page .reveal {
        opacity: 1;
        transform: none;
    }
}
