:root {
    --paper: #faf8f1;
    --white: #ffffff;
    --sand: #eee6d6;
    --sand-deep: #d9c9ad;
    --pine: #245b4f;
    --pine-dark: #173e36;
    --turquoise: #2aae9b;
    --mint: #d8eee7;
    --sage: #91ad98;
    --graphite: #303733;
    --muted: #65716c;
    --line: rgba(36, 91, 79, .18);
    --shadow: 0 22px 60px rgba(35, 64, 55, .12);
    --radius: 22px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--graphite);
    background: var(--paper);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
    color: var(--pine-dark);
    font-weight: 720;
    line-height: 1.12;
    letter-spacing: -.025em;
}
h1 { max-width: 820px; font-size: clamp(2rem, 4.4vw, 3.8rem); }
h2 { font-size: clamp(1.5rem, 2.8vw, 2.3rem); }
h3 { font-size: 1.08rem; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; top: 8px; left: 8px; z-index: 999;
    transform: translateY(-150%); padding: 10px 14px; background: var(--pine); color: white;
}
.skip-link:focus { transform: translateY(0); }
.section-inner { position: relative; width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-sand { background: var(--sand); }
.section-heading { max-width: 800px; margin-bottom: 34px; }
.section-heading > p:last-child, .section-lead { color: var(--muted); font-size: 1.04rem; }
.eyebrow {
    margin-bottom: 16px; color: var(--pine); font-size: .78rem; font-weight: 800;
    letter-spacing: .16em; text-transform: uppercase;
}
.site-header {
    position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line);
    background: rgba(250, 248, 241, .94);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.header-inner {
    width: min(calc(100% - 40px), var(--max)); min-height: 74px; margin: auto;
    display: flex; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-right: auto; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { color: var(--pine-dark); font-size: 1.08rem; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { position: relative; font-size: .91rem; font-weight: 650; text-decoration: none; }
.main-nav a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px;
    background: var(--turquoise); transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.lang-switch { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.lang-switch a { padding: 5px 8px; border-radius: 999px; color: var(--muted); font-size: .7rem; font-weight: 800; text-decoration: none; }
.lang-switch a[aria-current="page"] { color: white; background: var(--pine); }
.nav-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--pine); }

.hero, .page-hero { position: relative; overflow: hidden; }
.hero { min-height: 600px; padding: 72px 0 66px; display: grid; align-items: center; }
.page-hero { padding: 58px 0 42px; }
.paper-grid {
    position: absolute; inset: 0; opacity: .62; pointer-events: none;
    background-image: radial-gradient(circle, rgba(36, 91, 79, .22) 1.05px, transparent 1.15px);
    background-size: 18px 18px;
    -webkit-mask-image: linear-gradient(to bottom, black 25%, transparent 96%);
    mask-image: linear-gradient(to bottom, black 25%, transparent 96%);
}
.hero::before {
    content: ""; position: absolute; width: 520px; height: 520px; right: -120px; top: -100px;
    border-radius: 50%; background: rgba(42, 174, 155, .12); filter: blur(4px);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); gap: 52px; align-items: center; }
.hero-copy { position: relative; }
.hero-lead { max-width: 750px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.02rem, 1.7vw, 1.18rem); }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px;
    font-weight: 750; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--pine); box-shadow: 0 12px 24px rgba(36, 91, 79, .18); }
.button-primary:hover { background: var(--pine-dark); }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.7); }
.check-list { padding: 0; margin: 24px 0; list-style: none; }
.check-list-inline { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.check-list li { position: relative; padding-left: 25px; font-weight: 620; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--turquoise); font-weight: 900; }
.hero-card {
    position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px;
    background: var(--white); box-shadow: var(--shadow); transform: rotate(1.5deg);
}
.browser-bar { display: flex; gap: 6px; padding: 14px; border-bottom: 1px solid var(--line); background: #f5f1e8; }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--sand-deep); }
.browser-bar i:nth-child(2) { background: var(--sage); }
.browser-bar i:nth-child(3) { background: var(--turquoise); }
.mini-page { min-height: 390px; padding: 50px 34px; background-image: radial-gradient(circle, rgba(36,91,79,.18) 1px, transparent 1px); background-size: 16px 16px; }
.mini-label { display: block; color: var(--turquoise); font-size: .65rem; font-weight: 850; letter-spacing: .16em; }
.mini-page strong { display: block; max-width: 310px; margin: 16px 0 24px; color: var(--pine-dark); font-size: 1.75rem; line-height: 1.18; }
.mini-lines i { display: block; width: 80%; height: 8px; margin: 10px 0; border-radius: 99px; background: var(--sand); }
.mini-lines i:nth-child(2) { width: 64%; }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 42px; }
.mini-cards i { height: 72px; border-radius: 12px; background: var(--mint); }
.language-ribbon { display: flex; justify-content: center; gap: 24px; padding: 14px; color: white; background: var(--pine); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }

.card-grid { display: grid; gap: 20px; }
.card-grid-four { grid-template-columns: repeat(4, 1fr); }
.info-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.card-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 24px; border-radius: 50%; color: var(--pine); background: var(--mint); font-size: .75rem; font-weight: 850; }
.info-card p, .stack-list p, .benefit-grid p, .feature-pair p, .process-list p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: start; }
blockquote { margin: 30px 0 0; padding: 18px 0 18px 24px; border-left: 4px solid var(--turquoise); color: var(--pine-dark); font-size: 1.18rem; font-weight: 700; }
.stack-list { display: grid; gap: 18px; }
.stack-list article { display: flex; gap: 18px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.68); }
.marker { flex: 0 0 auto; width: 12px; height: 12px; margin-top: 7px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 6px rgba(42,174,155,.13); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-grid article { display: flex; gap: 18px; padding: 22px; border-top: 1px solid var(--line); }
.benefit-grid article > span { color: var(--turquoise); font-size: 1.18rem; font-weight: 900; }
.ai-section { color: #eef8f4; background: var(--pine-dark); }
.ai-section h2, .ai-section h3 { color: white; }
.ai-section .eyebrow { color: #7de0cf; }
.ai-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.ai-statement > p:not(.eyebrow) { color: #c8ded6; font-size: 1.06rem; }
.ai-note { padding: 18px 20px; border-left: 3px solid var(--turquoise); background: rgba(255,255,255,.06); }
.stack-list.light article { background: rgba(255,255,255,.07); }
.stack-list.light p { color: #c8ded6; }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; padding: 0 22px; border-left: 1px solid var(--line); }
.process-list li > span { display: block; margin-bottom: 38px; color: var(--turquoise); font-size: .78rem; font-weight: 850; }
.process-list li > span::after { content: ""; position: absolute; left: -5px; top: 6px; width: 9px; height: 9px; border-radius: 50%; background: var(--turquoise); }
.feature-pair { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-pair article { padding: 30px; border: 1px solid rgba(36,91,79,.14); border-radius: var(--radius); background: rgba(255,255,255,.75); }
.feature-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border-radius: 16px; color: white; background: var(--pine); font-size: .85rem; font-weight: 850; }
.feature-pair ul { padding-left: 20px; color: var(--muted); }
.language-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.language-pills span { padding: 6px 12px; border-radius: 999px; color: var(--pine); background: var(--mint); font-size: .78rem; font-weight: 750; }
.support-section { background: white; }
.support-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; }
.support-list li { position: relative; padding: 17px 17px 17px 46px; border: 1px solid var(--line); border-radius: 12px; }
.support-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--turquoise); font-weight: 900; }
.demo-section { background-image: radial-gradient(circle, rgba(36,91,79,.18) 1px, transparent 1px); background-size: 18px 18px; }
.demo-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 52px; align-items: center; padding: 42px; border-radius: 28px; background: var(--sand); box-shadow: var(--shadow); }
.demo-card small { display: block; max-width: 650px; margin-top: 22px; color: var(--muted); }
.experience-note { max-width: 720px; margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--turquoise); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.62); }
.experience-note strong { display: block; margin-bottom: 5px; color: var(--pine-dark); }
.experience-note p { margin: 0; color: var(--muted); font-size: .94rem; }
.concept-sheet { min-height: 350px; padding: 36px; border-radius: 18px; background: white; box-shadow: 0 18px 40px rgba(48,55,51,.12); transform: rotate(2deg); }
.concept-sheet span { display: block; width: 48px; height: 48px; margin-bottom: 40px; border-radius: 14px; background: var(--turquoise); }
.concept-sheet strong { display: block; margin-bottom: 30px; color: var(--pine); font-size: 1.18rem; }
.concept-sheet i { display: block; width: 100%; height: 16px; margin: 14px 0; border-radius: 99px; background: var(--sand); }
.concept-sheet i:nth-of-type(2) { width: 82%; }
.concept-sheet i:nth-of-type(3) { width: 60%; }

.contact-section { padding-top: 38px; }
.tabs { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.tab-list { display: flex; gap: 4px; padding: 10px; border-bottom: 1px solid var(--line); background: var(--sand); }
.tab-list button { padding: 13px 18px; border: 0; border-radius: 10px; color: var(--pine); background: transparent; font: inherit; font-weight: 750; cursor: pointer; }
.tab-list button[aria-selected="true"] { color: white; background: var(--pine); }
.tab-panel { padding: 32px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.contact-card dl { margin: 28px 0; }
.contact-card dl div { display: grid; grid-template-columns: minmax(130px, .7fr) 1.3fr; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.contact-card dt { color: var(--muted); }
.contact-card dd { margin: 0; font-weight: 650; }
.contact-card a { color: var(--pine); }
.map-block { margin-top: 34px; }
.map-block iframe { width: 100%; min-height: 390px; border: 0; border-radius: 18px; }
.privacy-heading { display: flex; justify-content: space-between; gap: 30px; align-items: start; margin-bottom: 28px; }
.privacy-frame { width: 100%; min-height: 720px; border: 1px solid var(--line); border-radius: 14px; }

.site-footer { padding: 42px 0; color: #d8e8e1; background: var(--pine-dark); }
.footer-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 50px; }
.footer-brand { color: white; font-size: 1.25rem; font-weight: 800; text-decoration: none; }
.footer-inner p { max-width: 430px; margin: 10px 0 0; }
.footer-contact, .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.site-footer a { color: white; text-decoration: none; }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .main-nav {
        position: absolute; display: none; top: 82px; left: 20px; right: 20px;
        align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 16px;
        background: var(--paper); box-shadow: var(--shadow);
    }
    .main-nav.is-open { display: grid; }
    .main-nav a { padding: 8px; }
    .hero-grid, .split-layout, .ai-grid, .demo-card { grid-template-columns: 1fr; }
    .hero { padding-top: 80px; }
    .hero-card { max-width: 520px; }
    .card-grid-four { grid-template-columns: repeat(2, 1fr); }
    .process-list { grid-template-columns: 1fr 1fr; gap: 35px 0; }
    .contact-grid, .feature-pair { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    body { font-size: 16px; }
    .section { padding: 56px 0; }
    .header-inner { min-height: 72px; gap: 10px; }
    .brand-logo { width: 36px; height: 36px; }
    .brand-copy small { display: none; }
    .main-nav { top: 72px; }
    .lang-switch a { padding: 5px 6px; }
    .hero { padding: 54px 0; }
    .hero-grid { gap: 45px; }
    .button-row, .button { width: 100%; }
    .card-grid-four, .benefit-grid, .feature-pair, .support-list, .footer-inner { grid-template-columns: 1fr; }
    .process-list { grid-template-columns: 1fr; gap: 26px; }
    .process-list li { padding-left: 24px; }
    .demo-card { padding: 30px; }
    .concept-sheet { min-height: 250px; }
    .tab-panel { padding: 22px; }
    .contact-card { padding: 22px; }
    .contact-card dl div { grid-template-columns: 1fr; gap: 2px; }
    .privacy-heading { display: block; }
    .privacy-heading .button { margin-top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}





/* Engineering background system: coordinate grid + sparse CAD construction marks */
body {
    background-color: var(--paper);
    background-image:
        radial-gradient(circle, rgba(36, 91, 79, .12) 1px, transparent 1.15px),
        linear-gradient(rgba(36, 91, 79, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 91, 79, .035) 1px, transparent 1px);
    background-size: 18px 18px, 90px 90px, 90px 90px;
}

.paper-grid {
    opacity: .72;
    background-image:
        radial-gradient(circle, rgba(36, 91, 79, .24) 1px, transparent 1.2px),
        linear-gradient(rgba(36, 91, 79, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 91, 79, .075) 1px, transparent 1px);
    background-size: 18px 18px, 90px 90px, 90px 90px;
    -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 98%);
    mask-image: linear-gradient(to bottom, black 20%, transparent 98%);
}

.hero::after,
.page-hero::after {
    content: "";
    position: absolute;
    inset: 18px 0;
    z-index: 0;
    pointer-events: none;
    opacity: .48;
    background:
        radial-gradient(circle at center, transparent 0 45px, rgba(36,91,79,.30) 46px 47px, transparent 48px) right -14px top 34px / 130px 130px no-repeat,
        radial-gradient(circle at center, transparent 0 26px, rgba(42,174,155,.35) 27px 28px, transparent 29px) right 24px top 72px / 74px 74px no-repeat,
        linear-gradient(rgba(36,91,79,.24), rgba(36,91,79,.24)) right 50px top 44px / 1px 170px no-repeat,
        linear-gradient(90deg, rgba(36,91,79,.24), rgba(36,91,79,.24)) right 0 top 108px / 180px 1px no-repeat,
        radial-gradient(circle at center, transparent 0 72px, rgba(36,91,79,.23) 73px 74px, transparent 75px) left -52px bottom 10px / 180px 180px no-repeat,
        repeating-linear-gradient(90deg, rgba(36,91,79,.26) 0 7px, transparent 7px 12px) left 35px bottom 70px / 190px 1px no-repeat,
        linear-gradient(rgba(42,174,155,.32), rgba(42,174,155,.32)) left 92px bottom 28px / 1px 105px no-repeat;
}

.hero .section-inner,
.page-hero .section-inner,
.demo-section .section-inner {
    position: relative;
    z-index: 1;
}

.demo-section {
    position: relative;
    overflow: hidden;
    background-color: var(--paper);
    background-image:
        radial-gradient(circle, rgba(36,91,79,.16) 1px, transparent 1.15px),
        linear-gradient(rgba(36,91,79,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36,91,79,.045) 1px, transparent 1px);
    background-size: 18px 18px, 90px 90px, 90px 90px;
}

.demo-section::before {
    content: "";
    position: absolute;
    inset: 12px 0;
    pointer-events: none;
    opacity: .48;
    background:
        radial-gradient(circle at center, transparent 0 58px, rgba(36,91,79,.28) 59px 60px, transparent 61px) left -26px top 22px / 150px 150px no-repeat,
        radial-gradient(circle at center, transparent 0 29px, rgba(42,174,155,.30) 30px 31px, transparent 32px) left 21px top 69px / 72px 72px no-repeat,
        linear-gradient(90deg, rgba(36,91,79,.25), rgba(36,91,79,.25)) left 24px top 96px / 210px 1px no-repeat,
        linear-gradient(rgba(36,91,79,.25), rgba(36,91,79,.25)) left 72px top 34px / 1px 165px no-repeat,
        radial-gradient(circle at center, transparent 0 47px, rgba(36,91,79,.24) 48px 49px, transparent 50px) right -20px bottom 18px / 126px 126px no-repeat,
        repeating-linear-gradient(90deg, rgba(36,91,79,.28) 0 6px, transparent 6px 11px) right 40px bottom 70px / 185px 1px no-repeat,
        linear-gradient(rgba(42,174,155,.30), rgba(42,174,155,.30)) right 82px bottom 28px / 1px 115px no-repeat;
}

@media (max-width: 680px) {
    .hero::after,
    .page-hero::after,
    .demo-section::before {
        opacity: .30;
        transform: scale(.78);
        transform-origin: center;
    }
}

/* Schwung CNC light visual alignment */
:root {
    --paper: #f4f5f6;
    --white: #ffffff;
    --sand: #e9ecef;
    --sand-deep: #d5d9de;
    --pine: #2f6f73;
    --pine-dark: #1d252d;
    --turquoise: #2f6f73;
    --mint: #dceff0;
    --sage: #9fcfd1;
    --graphite: #1d252d;
    --muted: #5d6873;
    --line: #d5d9de;
    --shadow: 0 18px 45px rgba(0, 0, 0, .10);
}
.site-header { background: rgba(242, 244, 245, .96); }
.ai-section { color: var(--graphite); background: #eef2f4; border-block: 1px solid var(--line); }
.ai-section h2, .ai-section h3 { color: var(--pine-dark); }
.ai-section .eyebrow, .ai-statement > p:not(.eyebrow), .stack-list.light p { color: var(--muted); }
.ai-note, .stack-list.light article { background: var(--white); border: 1px solid var(--line); }
.ai-note { border-left: 4px solid var(--turquoise); }
.site-footer { color: var(--muted); background: #f2f4f5; border-top: 1px solid var(--line); }
.footer-brand, .site-footer a { color: var(--pine-dark); }

/* CNC_CRM local prototype hero card */
.hero::before {
    width: 520px;
    height: 520px;
    right: -120px;
    top: -10px;
    background:
        radial-gradient(circle at 46% 45%,
            rgba(47, 111, 115, .42) 0 47%,
            rgba(42, 174, 155, .20) 58%,
            transparent 70%);
    filter: blur(2px);
}
.hero-card.crm-preview-card {
    isolation: isolate;
    border-color: rgba(255, 255, 255, .72);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .08));
    box-shadow:
        0 28px 70px rgba(29, 37, 45, .16),
        inset 0 1px 0 rgba(255, 255, 255, .92),
        inset 0 -1px 0 rgba(255, 255, 255, .28);
    -webkit-backdrop-filter: blur(6px) saturate(155%);
    backdrop-filter: blur(6px) saturate(155%);
}
.hero-card.crm-preview-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 2%, rgba(255, 255, 255, .52), transparent 32%),
        radial-gradient(circle at 92% 82%, rgba(47, 111, 115, .04), transparent 42%);
}
.hero-card.crm-preview-card::after {
    content: "";
    position: absolute;
    top: -42%;
    left: -34%;
    width: 54%;
    height: 180%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .30), transparent);
    transform: rotate(18deg);
}
.crm-preview-card .browser-bar {
    position: relative;
    z-index: 1;
    border-bottom-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .25);
}
.crm-preview-card .browser-bar i {
    border: 1px solid rgba(255, 255, 255, .58);
    box-shadow: 0 2px 7px rgba(29, 37, 45, .12);
}
.crm-preview-card .mini-page {
    position: relative;
    z-index: 1;
    min-height: 390px;
    padding-top: 42px;
    background-color: rgba(255, 255, 255, .03);
    background-image:
        radial-gradient(circle, rgba(47, 111, 115, .18) 1px, transparent 1.1px),
        linear-gradient(135deg, rgba(255, 255, 255, .12), transparent 56%);
    background-size: 16px 16px, 100% 100%;
}
.crm-preview-card .mini-label {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    font-size: clamp(.9rem, 1.6vw, 1.08rem);
    letter-spacing: .13em;
}
.crm-card-title {
    max-width: 340px;
    margin: 18px 0 24px;
    color: var(--pine-dark);
    font-size: clamp(1.45rem, 2.4vw, 1.78rem);
    line-height: 1.16;
}
.crm-card-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.crm-card-menu span {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    color: var(--pine-dark);
    background: rgba(255, 255, 255, .42);
    box-shadow:
        0 7px 18px rgba(29, 37, 45, .07),
        inset 0 1px 0 rgba(255, 255, 255, .72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: .67rem;
    font-weight: 800;
    line-height: 1.15;
}
.crm-status-ribbon {
    position: relative;
    z-index: 1;
    padding-inline: 10px;
    border-top: 1px solid rgba(255, 255, 255, .42);
    background: rgba(35, 93, 96, .82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    backdrop-filter: blur(14px) saturate(135%);
    letter-spacing: .1em;
    text-align: center;
}
.crm-status-ribbon span {
    max-width: 100%;
}
@media (max-width: 420px) {
    .crm-preview-card .mini-page { padding: 32px 24px; }
    .crm-card-title { font-size: 1.4rem; }
    .crm-card-menu { gap: 6px; }
    .crm-card-menu span { padding: 7px 8px; font-size: .64rem; }
}

/* Pricing: website, CNC_CRM pilot and combined launch package */
.pricing-section {
    border-block: 1px solid var(--line);
    background: #eef2f4;
}
.pricing-heading small {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-weight: 700;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}
.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(29, 37, 45, .06);
}
.pricing-card-featured {
    border: 2px solid var(--pine);
    box-shadow: 0 18px 38px rgba(47, 111, 115, .14);
}
.pricing-badge {
    align-self: flex-start;
    margin: -46px 0 18px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--white);
    background: var(--pine);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.pricing-card h3 { margin-bottom: 16px; }
.pricing-price {
    margin: 0;
    color: var(--pine-dark);
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 850;
    line-height: 1.05;
    overflow-wrap: anywhere;
}
.pricing-period {
    margin: 8px 0 20px;
    color: var(--pine);
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.pricing-description {
    margin-bottom: 22px;
    color: var(--muted);
}
.pricing-features {
    display: grid;
    gap: 10px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}
.pricing-features li {
    position: relative;
    padding-left: 24px;
    color: var(--graphite);
    font-size: .94rem;
}
.pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--pine);
    font-weight: 900;
}
.pricing-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}
.pricing-details article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .76);
}
.pricing-details h3 { margin-bottom: 8px; font-size: 1.05rem; }
.pricing-details p { margin: 0; color: var(--muted); }
.pricing-cta { margin-top: 28px; }

@media (max-width: 980px) {
    .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-card-featured { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .pricing-grid, .pricing-details { grid-template-columns: 1fr; }
    .pricing-card-featured { grid-column: auto; }
    .pricing-card { padding: 26px 22px; }
    .pricing-badge { margin-top: -40px; }
}
