:root {
    --b2b-ink: #17201b;
    --b2b-copy: #475048;
    --b2b-green: #063f27;
    --b2b-deep: #08291d;
    --b2b-lime: #dfff68;
    --b2b-cream: #f5f3ec;
    --b2b-line: #dfe4dc;
    --b2b-paper: #ffffff;
}

.b2b-guide, .b2b-guide * { box-sizing: border-box; }
.b2b-guide { color: var(--b2b-ink); background: var(--b2b-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.b2b-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.b2b-hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 12%, rgba(223,255,104,.18), transparent 29%), linear-gradient(135deg, #052c1d, #0b4a2d 72%, #0d5937); padding: 34px 0 82px; }
.b2b-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 58px; color: rgba(255,255,255,.64); font-size: 13px; }
.b2b-breadcrumbs a { color: #fff; text-decoration: none; }
.b2b-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 72px; align-items: center; }
.b2b-eyebrow, .b2b-kicker, .b2b-section-heading > span, .b2b-final span { display: block; margin: 0 0 18px; color: var(--b2b-green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.b2b-eyebrow { color: var(--b2b-lime); }
.b2b-hero h1 { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5.4vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.b2b-lede { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.55; }
.b2b-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.b2b-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.b2b-button:hover { transform: translateY(-1px); }
.b2b-button-primary { color: var(--b2b-green); background: var(--b2b-lime); }
.b2b-button-secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.07); }
.b2b-button-lime { color: var(--b2b-deep); background: var(--b2b-lime); }
.b2b-byline { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.b2b-byline img { width: 52px; height: 52px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; object-fit: cover; }
.b2b-byline span, .b2b-byline small { display: block; }
.b2b-byline span { font-size: 14px; font-weight: 650; }
.b2b-byline a { color: #fff; }
.b2b-byline small { margin-top: 4px; color: rgba(255,255,255,.64); font-size: 12px; }
.b2b-direct-card { padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.09); box-shadow: 0 24px 70px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.b2b-card-label { color: var(--b2b-lime); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.b2b-direct-answer { margin: 16px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.38; }
.b2b-direct-card ul, .b2b-audience-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.b2b-direct-card li { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: 13px; }
.b2b-stat-strip { border-bottom: 1px solid var(--b2b-line); background: var(--b2b-cream); }
.b2b-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.b2b-stat { min-height: 142px; padding: 31px 26px; border-left: 1px solid var(--b2b-line); }
.b2b-stat:last-child { border-right: 1px solid var(--b2b-line); }
.b2b-stat strong { display: block; margin-bottom: 8px; color: var(--b2b-green); font-family: Georgia, "Times New Roman", serif; font-size: 37px; font-weight: 500; }
.b2b-stat span { color: var(--b2b-copy); font-size: 13px; line-height: 1.45; }
.b2b-section { padding: 96px 0; }
.b2b-section-tint { background: var(--b2b-cream); }
.b2b-section-dark { color: #fff; background: var(--b2b-deep); }
.b2b-section-heading { max-width: 700px; margin-bottom: 46px; }
.b2b-section h2, .b2b-final h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 52px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.b2b-section-heading p, .b2b-section-copy, .b2b-prose p { color: var(--b2b-copy); font-size: 17px; line-height: 1.75; }
.b2b-section-dark .b2b-section-copy { color: rgba(255,255,255,.7); }
.b2b-section-dark .b2b-kicker { color: var(--b2b-lime); }
.b2b-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--b2b-line); border-left: 1px solid var(--b2b-line); }
.b2b-feature-card { min-height: 255px; padding: 28px; border-right: 1px solid var(--b2b-line); border-bottom: 1px solid var(--b2b-line); }
.b2b-feature-number { color: #97a096; font-size: 11px; font-weight: 800; }
.b2b-feature-card h3, .b2b-step-grid h3 { margin: 34px 0 12px; font-size: 18px; }
.b2b-feature-card p, .b2b-step-grid p { margin: 0; color: var(--b2b-copy); font-size: 14px; line-height: 1.65; }
.b2b-reading-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 92px; align-items: start; }
.b2b-prose h2 { margin-bottom: 30px; }
.b2b-audience-card { padding: 32px; border-radius: 14px; color: #fff; background: var(--b2b-green); }
.b2b-audience-card li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; line-height: 1.45; }
.b2b-audience-card li:last-child { border-bottom: 0; }
.b2b-two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: start; }
.b2b-check-list, .b2b-measure-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.b2b-check-list li { position: relative; padding: 18px 0 18px 34px; border-bottom: 1px solid var(--b2b-line); color: var(--b2b-copy); font-size: 15px; }
.b2b-check-list li::before { position: absolute; left: 0; color: var(--b2b-green); content: "✓"; font-weight: 900; }
.b2b-measure-list li { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); }
.b2b-measure-list span { display: inline-flex; flex: 0 0 34px; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(223,255,104,.5); border-radius: 50%; color: var(--b2b-lime); font-size: 12px; }
.b2b-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--b2b-line); border: 1px solid var(--b2b-line); }
.b2b-step-grid article { min-height: 230px; padding: 28px; background: #fff; }
.b2b-step-grid strong { color: var(--b2b-green); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }
.b2b-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 86px; align-items: start; }
.b2b-faq-grid > div:first-child > p { color: var(--b2b-copy); font-size: 13px; line-height: 1.6; }
.b2b-sources { display: grid; gap: 9px; margin-top: 22px; }
.b2b-sources a { color: var(--b2b-green); font-size: 13px; font-weight: 700; }
.b2b-accordion details { border-top: 1px solid #ccd4ca; }
.b2b-accordion details:last-child { border-bottom: 1px solid #ccd4ca; }
.b2b-accordion summary { padding: 22px 34px 22px 0; cursor: pointer; font-size: 16px; font-weight: 750; }
.b2b-accordion p { margin: 0; padding: 0 40px 24px 0; color: var(--b2b-copy); font-size: 14px; line-height: 1.7; }
.b2b-final { padding: 74px 0; color: #fff; background: var(--b2b-green); }
.b2b-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.b2b-final h2 { max-width: 760px; }
.b2b-final span { color: var(--b2b-lime); }
.b2b-independence { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; color: #747d75; font-size: 11px; line-height: 1.5; }

@media (max-width: 900px) {
    .b2b-hero-grid, .b2b-reading-grid, .b2b-two-column, .b2b-faq-grid { grid-template-columns: 1fr; gap: 46px; }
    .b2b-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .b2b-step-grid { grid-template-columns: repeat(2, 1fr); }
    .b2b-final-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
    .b2b-shell { width: min(100% - 28px, 1160px); }
    .b2b-hero { padding: 24px 0 58px; }
    .b2b-breadcrumbs { margin-bottom: 42px; }
    .b2b-hero h1 { font-size: 43px; }
    .b2b-lede { font-size: 17px; }
    .b2b-direct-card { padding: 24px; }
    .b2b-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .b2b-stat { min-height: 124px; padding: 23px 18px; border-bottom: 1px solid var(--b2b-line); }
    .b2b-stat strong { font-size: 31px; }
    .b2b-section { padding: 70px 0; }
    .b2b-feature-grid, .b2b-step-grid { grid-template-columns: 1fr; }
    .b2b-feature-card { min-height: auto; }
    .b2b-feature-card h3 { margin-top: 22px; }
    .b2b-actions { align-items: stretch; flex-direction: column; }
    .b2b-button { width: 100%; }
}
