:root {
            --bg: #f5f6f1;
            --surface: #ffffff;
            --surface-soft: #eef3ea;
            --text: #13201a;
            --muted: #66756e;
            --primary: #0f5c4d;
            --primary-dark: #0b4338;
            --accent: #e08d2d;
            --border: #d9e4db;
            --shadow: 0 24px 60px rgba(16, 36, 29, 0.08);
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: var(--ds-font-sans, "Segoe UI", Arial, sans-serif);
            background:
                radial-gradient(circle at top left, rgba(224, 141, 45, 0.12), transparent 28%),
                linear-gradient(180deg, #f8fbf9 0%, var(--bg) 52%, #ffffff 100%);
            color: var(--text);
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .site-shell {
            width: min(1240px, calc(100% - 40px));
            margin: 0 auto;
            padding-bottom: 52px;
        }

        .site-header {
            position: sticky;
            top: 10px;
            z-index: 50;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin: 10px 0 18px;
            padding: 10px;
            border: 1px solid rgba(217, 228, 224, 0.94);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 12px 30px rgba(17, 20, 24, 0.07);
            backdrop-filter: blur(18px);
            flex-wrap: wrap;
        }

        .brand-block {
            display: grid;
            gap: 6px;
        }

        .brand-lockup {
            display: inline-flex;
            align-items: center;
            gap: 11px;
        }

        .brand-mark {
            display: inline-grid;
            width: 40px;
            height: 40px;
            place-items: center;
            border-radius: 8px;
            background: linear-gradient(135deg, #075752, #0f766e);
            color: #ffffff;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 0;
        }

        .brand-lockup > span:last-child {
            display: grid;
            gap: 2px;
        }

        .brand-title {
            display: block;
            color: #111418;
            font-size: 15px;
            font-weight: 950;
            letter-spacing: 0;
            line-height: 1.15;
        }

        .brand-copy {
            display: block;
            color: #6a7880;
            font-size: 12px;
            font-weight: 700;
        }

        .nav {
            display: flex;
            gap: 4px;
            padding: 4px;
            border: 1px solid #d9e4e0;
            border-radius: 10px;
            background: #f3f7f5;
            flex-wrap: wrap;
        }

        .nav a {
            padding: 9px 12px;
            border-radius: 8px;
            color: #2f3d44;
            font-size: 13px;
            font-weight: 850;
            transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
        }

        .nav a.active,
        .nav a:hover {
            background: #ffffff;
            color: #111418;
            box-shadow: 0 8px 18px rgba(17, 20, 24, 0.06);
        }

        .header-actions {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .button-primary,
        .button-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            min-height: 42px;
            overflow: hidden;
            padding: 11px 15px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 950;
            border: 1px solid transparent;
            cursor: pointer;
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
        }

        .button-primary {
            background: #0f766e;
            color: #ffffff;
            box-shadow: 0 16px 32px rgba(15, 118, 110, 0.22);
        }

        .button-primary::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 44%, transparent 62%);
            transform: translateX(-120%);
            animation: buttonSheen 5.5s ease-in-out infinite;
            pointer-events: none;
        }

        .button-primary:hover {
            background: #075752;
            box-shadow: 0 20px 38px rgba(15, 118, 110, 0.27);
            transform: translateY(-1px);
        }

        .button-secondary {
            background: #ffffff;
            color: #111418;
            border-color: #c4d4cf;
        }

        .button-secondary:hover {
            border-color: rgba(15, 118, 110, 0.34);
            box-shadow: 0 14px 34px rgba(17, 20, 24, 0.07);
            transform: translateY(-1px);
        }

        .flash {
            margin-bottom: 18px;
            padding: 16px 18px;
            border-radius: 18px;
            background: #e7f7ef;
            border: 1px solid #c4ead4;
            color: #116443;
            font-weight: 700;
        }

        .error-box {
            margin-bottom: 18px;
            padding: 18px;
            border-radius: 18px;
            background: #fff0f0;
            border: 1px solid #f0c9c9;
            color: #9c4141;
        }

        .page-hero,
        .section-card,
        .public-card,
        .stat-card {
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 28px;
            box-shadow: var(--shadow);
        }

        .page-hero {
            display: grid;
            gap: 18px;
            padding: 34px;
            margin-bottom: 28px;
        }

        .split-hero {
            grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
            align-items: start;
        }

        .eyebrow {
            display: inline-flex;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(15, 92, 77, 0.1);
            color: var(--primary);
            font-weight: 800;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            font-size: 12px;
        }

        h1 {
            margin: 14px 0 12px;
            font-size: clamp(34px, 5vw, 58px);
            line-height: 1.03;
        }

        h2 {
            margin: 0 0 10px;
            font-size: 28px;
        }

        h3 {
            margin: 0 0 10px;
            font-size: 20px;
        }

        p {
            margin: 0;
            color: var(--muted);
            line-height: 1.7;
        }

        .hero-actions,
        .pill-row {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .pill {
            display: inline-flex;
            padding: 9px 12px;
            border-radius: 999px;
            background: var(--surface-soft);
            color: var(--text);
            font-weight: 700;
            font-size: 13px;
        }

        .section {
            margin-bottom: 28px;
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 14px;
            margin-bottom: 16px;
            flex-wrap: wrap;
        }

        .content-grid,
        .card-grid,
        .metrics-grid,
        .info-grid {
            display: grid;
            gap: 18px;
        }

        .content-grid.two-up,
        .public-form-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .metrics-grid {
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            margin-bottom: 28px;
        }

        .public-card-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }

        .section-card,
        .public-card {
            padding: 26px;
        }

        .verification-result-card {
            margin-top: 28px;
        }

        .public-card {
            display: grid;
            align-content: start;
            gap: 14px;
        }

        .public-card .pill-row {
            margin-top: 0;
        }

        .public-card .button-primary,
        .public-card .button-secondary {
            justify-self: start;
            margin-top: 4px;
        }

        .compact-card {
            padding: 22px;
        }

        .card-kicker {
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.04em;
            color: var(--accent);
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .stat-card strong,
        .avatar-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 56px;
            height: 56px;
            border-radius: 18px;
            background: rgba(15, 92, 77, 0.1);
            color: var(--primary);
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .stat-card {
            padding: 22px;
        }

        .stat-card .value {
            display: block;
            font-size: 34px;
            font-weight: 900;
            margin-bottom: 6px;
        }

        .public-form {
            display: grid;
            gap: 18px;
        }

        .form-field {
            display: grid;
            gap: 8px;
        }

        .form-field span {
            font-weight: 700;
            color: var(--text);
        }

        .form-field input,
        .form-field select,
        .form-field textarea {
            width: 100%;
            padding: 14px 16px;
            border-radius: 18px;
            border: 1px solid var(--border);
            background: #ffffff;
            color: var(--text);
            font: inherit;
        }

        .form-field textarea {
            min-height: 120px;
            resize: vertical;
        }

        .full-span {
            grid-column: 1 / -1;
        }

        .plain-list {
            margin: 0;
            padding-left: 18px;
            display: grid;
            gap: 12px;
            color: var(--muted);
        }

        .muted-inline {
            color: var(--muted);
        }

        .quote-card {
            position: relative;
            overflow: hidden;
        }

        .quote-card::before {
            content: "\"";
            position: absolute;
            top: -4px;
            right: 20px;
            font-size: 86px;
            color: rgba(15, 92, 77, 0.08);
            line-height: 1;
        }

        .info-grid {
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        }

        .info-item {
            display: grid;
            gap: 8px;
            padding: 18px;
            border-radius: 18px;
            background: var(--surface-soft);
        }

        .info-item strong {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: var(--muted);
        }

        .page-body p + p {
            margin-top: 14px;
        }

        .site-footer {
            margin-top: 36px;
            padding: 26px 0 12px;
            color: var(--muted);
            font-size: 14px;
        }

        @keyframes buttonSheen {
            0%,
            58% {
                transform: translateX(-120%);
            }

            74%,
            100% {
                transform: translateX(120%);
            }
        }

        @media (max-width: 1080px) {
            .site-shell {
                width: min(100% - 28px, 980px);
            }

            .site-header {
                align-items: flex-start;
            }
        }

        @media (max-width: 900px) {
            .split-hero,
            .content-grid.two-up,
            .public-form-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 760px) {
            .site-shell {
                width: min(100% - 20px, 680px);
            }

            .site-header {
                position: static;
                padding: 10px;
            }

            .nav {
                width: 100%;
                overflow: visible;
                flex-wrap: wrap;
                justify-content: flex-start;
            }

            .nav a {
                padding: 8px 9px;
                font-size: 12px;
                white-space: nowrap;
            }

            .header-actions {
                width: 100%;
            }

            .header-actions .button-primary,
            .header-actions .button-secondary {
                flex: 1 1 150px;
            }
        }
