.site-nav {
    --gold: #fbbf24;
}

.top-strip {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    padding: 9px clamp(22px, 6vw, 92px);
    color: #cbd5e1;
    background: #111827;
    font-size: 13px;
    font-weight: 700;
}

.top-strip a {
    color: #f7b733;
    text-decoration: none;
}

.brand img {
    width: 220px;
    height: 74px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(247, 183, 51, .22);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .12);
}

.mega-nav {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 10px;
    min-width: 0;
}

.nav-group {
    position: relative;
}

.nav-group button {
    border: 0;
    background: transparent;
    color: #334155;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    cursor: pointer;
}

.mega-nav .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 4px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
}

.mega-nav .nav-link:hover {
    color: var(--gold);
}

.nav-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 18px);
    left: 0;
    display: none;
    min-width: 260px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(15, 23, 42, .14);
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
    display: grid;
    gap: 4px;
}

.nav-menu a {
    padding: 10px 12px;
    border-radius: 10px;
    color: #334155;
    text-decoration: none;
}

.nav-menu a:hover {
    background: #f8fafc;
    color: var(--gold);
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 36px;
    padding: 78px clamp(22px, 7vw, 110px);
    color: #fff;
    background:
        linear-gradient(115deg, rgba(9, 15, 30, .98), rgba(15, 23, 42, .92)),
        radial-gradient(circle at 80% 10%, rgba(247, 183, 51, .24), transparent 36%),
        var(--navy);
}

.page-hero h1 {
    max-width: 860px;
    margin: 12px 0 16px;
    font-size: clamp(42px, 7vw, 86px);
    line-height: .95;
}

.page-hero p {
    max-width: 780px;
    color: #cbd5e1;
    font-size: 18px;
}

.page-hero-panel {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(15, 23, 42, .62);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.page-hero-panel img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 18px;
}

.page-hero-panel strong {
    font-size: 22px;
    line-height: 1.1;
}

.page-hero-panel span {
    color: #cbd5e1;
    line-height: 1.6;
}

.page-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 34px;
    padding-bottom: 34px;
    background: #fff;
}

.page-proof article {
    display: grid;
    gap: 6px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.page-proof strong {
    color: var(--navy);
    font-size: 30px;
}

.page-proof span {
    color: #64748b;
    font-weight: 800;
}

.website-detail {
    align-items: start;
}

.page-copy-block {
    background: #f8fafc;
}

.audience-card,
.workflow-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.audience-card h3 {
    margin: 8px 0 18px;
    font-size: 28px;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill-list span {
    padding: 10px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #334155;
    background: #f8fafc;
    font-size: 13px;
    font-weight: 800;
}

.content-section {
    background: #fff;
}

.feature-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.feature-card-grid article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.feature-card-grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--navy);
    background: rgba(247, 183, 51, .18);
    font-weight: 900;
}

.feature-card-grid h3 {
    margin: 18px 0 10px;
}

.feature-card-grid p,
.outcome-list p {
    color: #64748b;
    line-height: 1.7;
}

.partner-ecosystem-section {
    background: #090908;
    color: #fff;
    border-radius: 28px;
}

.partner-ecosystem-section .section-head h2 {
    color: #fff;
}

.partner-ecosystem-section .section-head p {
    color: rgba(255, 255, 255, .72);
}

.partner-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.partner-ecosystem-grid article {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
}

.partner-ecosystem-grid strong,
.partner-ecosystem-grid b {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.partner-ecosystem-grid span {
    position: relative;
    display: grid;
    gap: 10px;
    color: #fbbf24;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.partner-ecosystem-grid span::before,
.partner-ecosystem-grid span::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    margin-left: 12px;
    background: rgba(251, 191, 36, .55);
}

.partner-model-grid article {
    display: flex;
    flex-direction: column;
}

.partner-benefit-list {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.partner-benefit-list li {
    display: flex;
    gap: 8px;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
}

.partner-benefit-list li::before {
    content: "✓";
    color: #d97706;
    font-weight: 900;
}

.partner-steps-section {
    background: #f8fafc;
}

.partner-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.partner-steps-grid article {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
}

.partner-steps-grid span {
    color: #d97706;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.partner-steps-grid p {
    margin: 12px 0 0;
    color: #334155;
    font-weight: 800;
    line-height: 1.5;
}

.faq-support-centre {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.faq-search-card {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.faq-search-card label {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.faq-search-card input {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    color: #0f172a;
    background: #f8fafc;
    font-size: 17px;
    font-weight: 700;
}

.faq-search-card input:focus {
    border-color: rgba(217, 119, 6, .58);
    outline: 3px solid rgba(217, 119, 6, .16);
    background: #fff;
}

.faq-search-card span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.faq-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.faq-category-nav a {
    padding: 10px 13px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.faq-category-nav a:hover {
    border-color: rgba(217, 119, 6, .4);
    color: #d97706;
}

.faq-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.faq-action-row .secondary {
    color: #111827;
    border-color: #e5e7eb;
}

.faq-category-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.faq-category-section:nth-of-type(odd) {
    background: #f8fafc;
}

.faq-accordion-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.faq-accordion {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .05);
    overflow: hidden;
}

.faq-accordion summary {
    position: relative;
    padding: 20px 58px 20px 22px;
    color: #0f172a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    list-style: none;
}

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

.faq-accordion summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #111827;
    background: rgba(217, 119, 6, .14);
    transform: translateY(-50%);
    transition: transform .18s ease, background .18s ease;
}

.faq-accordion[open] summary::after {
    content: "−";
    background: rgba(217, 119, 6, .26);
}

.faq-accordion div {
    display: grid;
    gap: 10px;
    padding: 0 22px 22px;
}

.faq-accordion p {
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}

.faq-accordion a {
    color: #d97706;
    font-weight: 900;
}

.policy-intro {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.policy-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.policy-nav a {
    padding: 10px 13px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.policy-nav a:hover {
    border-color: rgba(217, 119, 6, .4);
    color: #d97706;
}

.policy-document {
    display: grid;
    gap: 18px;
    background: #fff;
}

.policy-section-card {
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .05);
    scroll-margin-top: 110px;
}

.policy-section-card h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: clamp(26px, 4vw, 36px);
    letter-spacing: -.025em;
}

.policy-section-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 18px;
}

.policy-section-card p {
    max-width: 920px;
    margin: 0 0 12px;
    color: #475569;
    line-height: 1.75;
}

.policy-group-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.policy-group-grid > div {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #f8fafc;
}

.policy-list,
.policy-group-grid ul {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.policy-list li,
.policy-group-grid li {
    display: flex;
    gap: 8px;
    color: #334155;
    line-height: 1.45;
}

.policy-list li::before,
.policy-group-grid li::before {
    content: "•";
    color: #d97706;
    font-weight: 900;
}

.policy-note {
    margin-top: 18px !important;
    padding: 14px 16px;
    border-left: 4px solid #d97706;
    border-radius: 12px;
    background: #fff7ed;
    color: #334155 !important;
    font-weight: 800;
}

.policy-contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    color: #fff;
    background: #090908;
    border-radius: 28px;
}

.policy-contact-card h2 {
    color: #fff;
}

.policy-contact-card p {
    color: rgba(255, 255, 255, .72);
}

.policy-contact-card address {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .78);
    font-style: normal;
}

.policy-contact-card address strong {
    color: #fff;
}

.policy-contact-card address a {
    color: #fbbf24;
    font-weight: 900;
}

.contact-centre {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.support-success-card {
    display: grid;
    gap: 6px;
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(34, 197, 94, .32);
    border-radius: 18px;
    color: #14532d;
    background: #f0fdf4;
}

.support-success-card strong {
    font-size: 18px;
}

.support-success-card span {
    font-weight: 900;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.contact-info-grid article,
.contact-help-grid article {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 23, 42, .05);
}

.contact-info-grid span {
    display: block;
    margin-bottom: 12px;
    color: #d97706;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.contact-info-grid p {
    margin: 0 0 4px;
    color: #475569;
    line-height: 1.5;
}

.contact-info-grid a {
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}

.contact-help-section {
    background: #fff;
}

.contact-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.contact-help-grid h3 {
    margin: 0 0 10px;
    color: #0f172a;
}

.contact-help-grid p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.support-form-section {
    background: #f8fafc;
}

.support-intake-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.support-intake-form label {
    display: grid;
    gap: 8px;
}

.support-intake-form label.wide,
.support-intake-form .wide {
    grid-column: 1 / -1;
}

.support-intake-form label span {
    color: #334155;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.support-intake-form input,
.support-intake-form select,
.support-intake-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    color: #0f172a;
    background: #f8fafc;
    font: inherit;
    font-weight: 700;
}

.support-intake-form textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.support-intake-form input:focus,
.support-intake-form select:focus,
.support-intake-form textarea:focus {
    border-color: rgba(217, 119, 6, .58);
    outline: 3px solid rgba(217, 119, 6, .16);
    background: #fff;
}

.support-intake-form small {
    color: #b91c1c;
    font-weight: 800;
}

.support-form-note {
    padding: 14px 16px;
    border-left: 4px solid #d97706;
    border-radius: 12px;
    color: #475569;
    background: #fff7ed;
    font-weight: 800;
    line-height: 1.5;
}

.support-intake-form .form-actions {
    display: flex;
    justify-content: flex-end;
}

.account-deletion-confirmation {
    display: grid !important;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    align-items: flex-start;
}

.account-deletion-confirmation input {
    width: auto;
    margin-top: 4px;
}

.account-deletion-confirmation small {
    grid-column: 1 / -1;
}

.support-intake-form button.primary {
    border: 0;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.contact-electricity-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    color: #fff;
    background: #090908;
    border-radius: 28px;
}

.contact-electricity-cta h2 {
    color: #fff;
}

.contact-electricity-cta p {
    color: rgba(255, 255, 255, .72);
}

.contact-electricity-cta .secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
}

.outcome-section {
    background: linear-gradient(180deg, #f8fafc, #fff);
}

.benefits-section {
    max-width: none;
    width: 100%;
    background: #090908;
    color: #fff;
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
}

.benefits-section .section-head,
.benefit-grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-section h2 {
    color: #fff;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.benefit-grid article {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .04);
    font-weight: 800;
    line-height: 1.45;
}

.benefit-grid article::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    color: #090908;
    background: #d97706;
    font-size: 13px;
    font-weight: 900;
}

.outcome-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.outcome-list p {
    margin: 0;
    padding: 16px 18px;
    border-left: 4px solid var(--gold);
    border-radius: 12px;
    background: #fff;
}

.commercial-hero {
    position: relative;
    overflow: hidden;
}

.commercial-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(245, 158, 11, .18);
    border-radius: 80px;
    transform: rotate(45deg);
}

.commercial-hero .hero-copy,
.commercial-hero .hero-card {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    margin: 0 0 8px !important;
    color: #fbbf24 !important;
    font-size: 22px !important;
    font-weight: 900;
    letter-spacing: .08em;
}

.customer-card {
    background:
        linear-gradient(160deg, rgba(15, 23, 42, .86), rgba(30, 41, 59, .76)),
        radial-gradient(circle at 85% 12%, rgba(245, 158, 11, .18), transparent 36%);
}

.token-slip {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    padding: 16px;
    border: 1px dashed rgba(251, 191, 36, .5);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
}

.token-slip div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(148, 163, 184, .18);
}

.token-slip div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.token-slip small {
    color: #cbd5e1;
}

.token-slip b {
    color: #fff;
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 22px clamp(22px, 6vw, 92px);
    background: #fff;
}

.quick-actions a {
    display: grid;
    gap: 7px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
}

.quick-actions strong {
    color: #0f172a;
    font-size: 17px;
}

.quick-actions span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.service-card-grid article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 12px;
    color: #111827;
    background: #fef3c7;
    font-weight: 900;
}

.service-section {
    background: #fff;
}

.clean-checks span::before {
    content: "✓ ";
    color: #d97706;
    font-weight: 900;
}

.business-stats {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.municipal-simple {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .98), rgba(30, 41, 59, .94)),
        radial-gradient(circle at 82% 0%, rgba(217, 119, 6, .24), transparent 34%);
    border-radius: 22px;
}

.municipal-simple p {
    color: #cbd5e1;
}

.municipal-simple .primary {
    margin-top: 10px;
}

.home-role-flow-section {
    background: #fff;
}

.home-role-flow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.home-role-flow-grid article {
    position: relative;
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 220px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    background: linear-gradient(180deg, #fff, #fff8ed);
}

.home-role-flow-grid article::before {
    content: "";
    position: absolute;
    top: 74px;
    left: 32px;
    width: 2px;
    height: 48px;
    background: linear-gradient(#f59e0b, rgba(245, 158, 11, .12));
}

.home-role-flow-grid strong {
    color: #0f172a;
    font-size: 18px;
}

.home-role-flow-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 12px 14px;
    border-radius: 16px;
    color: #111827;
    background: rgba(245, 158, 11, .14);
    font-weight: 900;
}

.home-role-flow-grid b {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.directory-card-grid,
.industry-image-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.directory-card {
    display: grid;
    gap: 14px;
    padding: 22px;
    color: inherit;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.directory-card:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 119, 6, .35);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .1);
}

.directory-card img,
.industry-image-grid img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
}

.directory-card span {
    color: #d97706;
    font-weight: 900;
    letter-spacing: .12em;
}

.directory-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
}

.directory-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.industry-image-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.industry-image-grid article {
    display: grid;
    gap: 12px;
}

.industry-image-grid strong {
    color: #0f172a;
    font-size: 16px;
}

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

.site-footer > div {
    display: grid;
    gap: 9px;
}

.site-footer h4 {
    margin: 0 0 6px;
    color: #fff;
}

.site-footer p {
    max-width: 330px;
    margin: 0;
    color: #cbd5e1;
    line-height: 1.6;
}

.site-footer a {
    color: #cbd5e1;
    font-size: 13px;
}

.site-footer a:hover {
    color: #fbbf24;
}

@media (max-width: 1080px) {
    .quick-actions,
    .market-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .quick-actions,
    .market-grid {
        grid-template-columns: 1fr;
    }
}

/* Nexus Connect Hub inspired public landing style */
body {
    background: #fff;
}

.top-strip {
    justify-content: center;
    min-height: 40px;
    padding: 0 clamp(16px, 4vw, 32px);
    background: #090908;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.site-nav {
    min-height: 64px;
    padding: 0 clamp(16px, 4vw, 32px);
    border-bottom: 1px solid rgba(226, 232, 240, .7);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
}

.brand img {
    width: auto;
    height: 38px;
    max-width: 220px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mega-nav {
    gap: 24px;
}

.mega-nav .nav-link,
.nav-group button,
.site-nav nav a {
    color: rgba(15, 23, 42, .8);
    font-size: 14px;
    font-weight: 700;
}

.nav-actions {
    gap: 10px;
}

.ghost {
    border: 0;
    background: transparent;
    color: rgba(15, 23, 42, .82);
    padding: 8px 10px;
}

.primary {
    border-radius: 8px;
    background: #d97706;
    color: #111827;
    box-shadow: 0 10px 24px rgba(217, 119, 6, .18);
}

.secondary {
    border-color: rgba(255, 255, 255, .22);
    color: #fff;
    border-radius: 8px;
}

.commercial-hero {
    display: block;
    padding: 0;
    background: #090908;
}

.commercial-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(217, 119, 6, .42) 0%, transparent 48%);
    opacity: .32;
}

.commercial-hero::after {
    right: -180px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border-color: rgba(217, 119, 6, .16);
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 48px;
    align-items: center;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: clamp(72px, 10vw, 128px) 24px;
}

.hero h1 {
    max-width: 850px;
    margin: 14px 0;
    font-size: clamp(44px, 7vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.hero p {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.7;
}

.hero-kicker {
    color: #d97706 !important;
    font-size: 18px !important;
}

.hero-card {
    align-self: center;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: #171715;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

.hero-card span {
    color: #d97706;
}

.quick-actions,
.section,
.split-section,
.stats,
.cta {
    width: min(100%, 1280px);
    margin-left: auto;
    margin-right: auto;
}

.quick-actions {
    padding: 32px 24px;
}

.quick-actions a,
.service-card-grid article,
.module-grid article,
.stats article,
.feature-card-grid article {
    border-color: #e5e7eb;
    border-radius: 24px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.quick-actions a:hover,
.service-card-grid article:hover,
.module-grid article:hover {
    border-color: rgba(217, 119, 6, .35);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.section,
.split-section,
.cta {
    padding: clamp(56px, 8vw, 96px) 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.section h2,
.split-section h2,
.cta h2 {
    font-size: clamp(32px, 5vw, 48px);
    letter-spacing: -.035em;
}

.section-head {
    max-width: 760px;
}

.service-section,
.outcome-section {
    background: #f8fafc;
    max-width: none;
    width: 100%;
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
}

.service-section .section-head,
.service-section .module-grid,
.outcome-section > div,
.outcome-section .check-list {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.module-grid,
.market-grid {
    gap: 24px;
}

.card-icon {
    color: #d97706;
    background: rgba(217, 119, 6, .1);
}

.business-stats {
    max-width: none;
    width: 100%;
    padding: 28px max(24px, calc((100vw - 1280px) / 2 + 24px));
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.municipal-simple {
    max-width: 1280px;
    margin-top: 56px;
    margin-bottom: 56px;
    background: #090908;
    border-radius: 28px;
    overflow: hidden;
}

.cta {
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.cta > div:first-child {
    max-width: 860px;
}

.cta-actions {
    justify-content: center;
}

.cta .secondary {
    color: #111827;
    border-color: #e5e7eb;
}

.site-footer {
    background: #f8fafc;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
    padding: 64px max(24px, calc((100vw - 1280px) / 2 + 24px));
}

.site-footer h4 {
    color: #0f172a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.site-footer p,
.site-footer a,
.site-footer span {
    color: #64748b;
}

.site-footer a:hover {
    color: #d97706;
}

.site-footer img {
    width: auto;
    height: 42px;
    max-width: 220px;
    object-fit: contain;
    border-radius: 0;
}

@media (max-width: 1080px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-card {
        max-width: 520px;
    }

    .site-nav nav.mega-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

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

    .mega-nav .nav-link,
    .nav-group button {
        border-radius: 12px;
        background: #fff;
    }
}

@media (max-width: 680px) {
    .top-strip {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-nav {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site-nav nav.mega-nav {
        grid-template-columns: 1fr;
    }

    .hero-inner {
        padding: 56px 18px;
    }

    .hero h1 {
        font-size: clamp(40px, 13vw, 56px);
    }

    .quick-actions,
    .section,
    .split-section,
    .cta,
    .business-stats {
        padding-left: 18px;
        padding-right: 18px;
    }

    .service-section,
    .outcome-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .benefits-section {
        padding-left: 18px;
        padding-right: 18px;
    }

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

.workflow-card ol {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    counter-reset: workflow;
}

.workflow-card li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
    color: #334155;
    font-weight: 800;
    list-style: none;
    counter-increment: workflow;
}

.workflow-card li::before {
    content: counter(workflow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: var(--navy);
}

.platform-flow-section {
    background: #0b1020;
    color: #fff;
    border-radius: 30px;
}

.platform-flow-section .section-head {
    color: #fff;
}

.platform-flow-section .section-head p,
.platform-flow-section .eyebrow {
    color: rgba(255, 255, 255, .72);
}

.platform-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.platform-flow-grid article {
    display: grid;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
}

.platform-flow-grid strong {
    color: #f59e0b;
    font-size: 18px;
}

.platform-flow-grid span {
    position: relative;
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .88);
    font-weight: 800;
}

.platform-flow-grid span + span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 24px;
    width: 2px;
    height: 8px;
    background: #f59e0b;
}

.page-cta {
    background: radial-gradient(circle at 0% 0%, rgba(247, 183, 51, .14), transparent 30%), #fff;
    margin-top: clamp(42px, 6vw, 84px);
    margin-bottom: clamp(42px, 6vw, 84px);
}

.site-footer {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    align-items: start;
    gap: 26px;
}

.site-footer div {
    display: grid;
    gap: 10px;
}

.site-footer img {
    width: 260px;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 18px;
}

.site-footer h4 {
    margin: 0 0 4px;
    color: #fff;
}

.site-footer p,
.site-footer a,
.site-footer span {
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.7;
    text-decoration: none;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.market-grid article {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f8fafc;
}

.market-grid h3 {
    margin: 0 0 10px;
}

.client-section {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

@media (max-width: 1080px) {
    .top-strip {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .site-nav nav.mega-nav {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: start;
        justify-content: stretch;
    }

    .mega-nav .nav-link,
    .nav-group button {
        justify-content: flex-start;
        width: 100%;
        min-height: 42px;
        padding: 10px 12px;
        border: 1px solid var(--line);
        border-radius: 12px;
        background: #fff;
    }

    .nav-menu {
        position: static;
        display: grid;
        margin-top: 8px;
        box-shadow: none;
        min-width: 0;
    }

    .site-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-hero {
        grid-template-columns: 1fr;
    }

    .page-hero-panel {
        max-width: 460px;
    }

    .feature-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

@media (max-width: 680px) {
    .top-strip,
    .site-nav nav.mega-nav,
    .site-footer,
    .page-proof,
    .feature-card-grid {
        grid-template-columns: 1fr;
    }

    .brand img {
        width: 100%;
        max-width: 260px;
    }

    .site-nav {
        gap: 14px;
    }

    .nav-actions {
        width: 100%;
    }

    .nav-actions a {
        flex: 1 1 140px;
    }

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

    .page-hero {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .page-hero h1 {
        font-size: clamp(38px, 12vw, 56px);
    }

    .page-hero-panel {
        max-width: none;
    }

    .partner-ecosystem-grid,
    .partner-steps-grid {
        grid-template-columns: 1fr;
    }

    .partner-ecosystem-section {
        border-radius: 22px;
    }

    .faq-action-row a {
        width: 100%;
        justify-content: center;
    }

    .faq-category-nav {
        flex-direction: column;
    }

    .faq-category-nav a {
        width: 100%;
    }

    .policy-nav {
        flex-direction: column;
    }

    .policy-nav a {
        width: 100%;
    }

    .policy-group-grid,
    .policy-contact-card,
    .contact-info-grid,
    .contact-help-grid,
    .support-intake-form,
    .contact-electricity-cta {
        grid-template-columns: 1fr;
    }

    .policy-contact-card,
    .contact-electricity-cta {
        border-radius: 22px;
    }

    .support-intake-form .form-actions,
    .contact-electricity-cta .cta-actions {
        justify-content: stretch;
        width: 100%;
    }

    .support-intake-form button.primary,
    .contact-electricity-cta .cta-actions a {
        width: 100%;
        justify-content: center;
    }

    .faq-accordion summary {
        padding-right: 52px;
        font-size: 16px;
    }

    .section,
    .split-section,
    .cta {
        margin-left: 16px;
        margin-right: 16px;
        padding: 22px;
    }

    .hero-actions,
    .cta-actions {
        width: 100%;
    }

    .hero-actions a,
    .cta-actions a {
        flex: 1 1 160px;
    }
}

/* Shared public chrome alignment */
.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-group {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
}

.nav-group button,
.mega-nav .nav-link {
    transition: color .2s ease;
}

.nav-group:hover button,
.nav-group:focus-within button,
.mega-nav .nav-link:hover,
.mega-nav .nav-link:focus-visible {
    color: #d97706;
}

.nav-menu {
    top: 100%;
    margin-top: 0;
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
    display: grid;
}

.site-footer {
    display: block;
    background: #f8fafc;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
    padding: 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
    gap: 48px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 64px 24px;
}

.footer-inner > div {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-inner img {
    width: auto;
    height: 42px;
    max-width: 220px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.footer-inner h4 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.footer-inner p,
.footer-inner a,
.footer-inner span,
.footer-bottom,
.footer-bottom a {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.footer-inner p {
    max-width: 330px;
    margin: 0;
}

.footer-inner a:hover,
.footer-bottom a:hover {
    color: #d97706;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 24px;
    border-top: 1px solid #e5e7eb;
}

.footer-bottom > div {
    display: flex;
    gap: 24px;
    align-items: center;
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.store-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 190px;
    height: 57px;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 11px;
    background: transparent;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
    text-decoration: none;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(15, 23, 42, .18);
}

.store-badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.store-badge.coming-soon {
    cursor: pointer;
}

.store-badge.coming-soon small {
    position: absolute;
    right: 8px;
    bottom: 7px;
    opacity: 0;
    transform: translateY(5px);
    padding: 2px 7px;
    border-radius: 999px;
    color: #090908;
    background: rgba(245, 158, 11, .96);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.store-badge.coming-soon:focus-visible {
    outline: 3px solid rgba(245, 158, 11, .45);
    outline-offset: 3px;
}

.store-badge.coming-soon:focus small,
.store-badge.coming-soon:active small {
    opacity: 1;
    transform: translateY(0);
}

.footer-store-badges {
    justify-content: flex-start;
    margin-top: 16px;
}

.footer-store-badges .store-badge {
    width: 156px;
    height: 46px;
}

.mobile-app-intro {
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 159, 10, .14), transparent 42%),
        #fff;
}

.mobile-app-store-badges {
    margin-top: 28px;
}

.mobile-feature-section {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
    gap: 28px;
    align-items: center;
}

.mobile-feature-section:nth-of-type(odd) {
    background: #f8fafc;
    max-width: none;
    padding-left: max(24px, calc((100vw - 1180px) / 2));
    padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.mobile-feature-copy h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 16px;
}

.mobile-feature-copy p {
    color: #475569;
    line-height: 1.75;
}

.mobile-feature-list {
    display: grid;
    gap: 12px;
}

.mobile-feature-list span {
    position: relative;
    display: block;
    padding: 16px 18px 16px 48px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
    font-weight: 850;
}

.mobile-feature-list span::before {
    content: "✓";
    position: absolute;
    left: 18px;
    color: #f59e0b;
    font-weight: 1000;
}

.mobile-audience-section {
    background: #fff;
}

.mobile-download-cta .store-badges {
    margin-top: 24px;
}

.receipt-lookup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 24px;
    align-items: start;
}

.receipt-lookup-card,
.receipt-help-card,
.receipt-slip-public {
    background: #fff;
    border: 1px solid rgba(20, 20, 20, .08);
    border-radius: 28px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .08);
}

.receipt-lookup-card,
.receipt-help-card {
    padding: 28px;
}

.receipt-form {
    margin-top: 20px;
}

.receipt-help-card span {
    display: block;
    color: #ff9f0a;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.receipt-help-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.receipt-help-card li {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 159, 10, .1);
    font-weight: 800;
}

.support-error-card {
    padding: 14px 16px;
    margin: 18px 0;
    border-radius: 16px;
    color: #7f1d1d;
    background: #fee2e2;
    border: 1px solid #fecaca;
    font-weight: 800;
}

.receipt-slip-public {
    padding: 30px;
    max-width: 980px;
    margin: 0 auto;
}

.receipt-slip-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    border-bottom: 1px dashed rgba(0, 0, 0, .18);
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.receipt-slip-head strong {
    padding: 8px 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: .75rem;
    letter-spacing: .08em;
}

.receipt-token-box {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #111, #2a1a04);
    color: #fff;
    margin-bottom: 22px;
}

.receipt-token-box span,
.receipt-detail-grid span {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.receipt-token-box strong {
    display: block;
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    letter-spacing: .08em;
    word-break: break-word;
}

.receipt-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.receipt-detail-grid div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(0, 0, 0, .04);
}

.receipt-detail-grid span {
    color: rgba(0, 0, 0, .52);
}

.receipt-detail-grid strong {
    display: block;
    word-break: break-word;
}

.receipt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px dashed rgba(0, 0, 0, .16);
}

.receipt-actions form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.receipt-actions input {
    min-height: 44px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    padding: 0 14px;
}

/* About page */
.about-intro {
    background: #fff;
}

.about-intro .section-head,
.about-longform .section-head {
    max-width: 880px;
}

.about-longform:nth-of-type(odd) {
    background: #f8fafc;
    max-width: none;
    width: 100%;
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px));
}

.about-longform:nth-of-type(odd) .section-head,
.about-longform:nth-of-type(odd) .about-card-grid,
.about-longform:nth-of-type(odd) .about-values {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.about-longform p,
.about-intro p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

.about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.about-card-grid article {
    padding: 26px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-card-grid article:hover {
    border-color: rgba(217, 119, 6, .35);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.about-card-grid h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 20px;
}

.about-card-grid p {
    margin: 0;
    font-size: 15px;
}

.about-values {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-values span {
    padding: 11px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
}

.about-values span::before {
    content: "✓ ";
    color: #d97706;
}

.about-closing {
    max-width: none;
    width: 100%;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 15% 0%, rgba(217, 119, 6, .26), transparent 35%),
        #090908;
}

.about-closing h2 {
    max-width: 900px;
    margin: 12px auto 0;
    color: #fff;
}

@media (max-width: 1080px) {
    .site-nav {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nav-group {
        display: grid;
        min-height: auto;
    }

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

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

@media (max-width: 680px) {
    .footer-inner,
    .about-card-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom > div {
        flex-wrap: wrap;
    }

    .about-longform:nth-of-type(odd) {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Final public spacing and logo polish */
.top-strip,
.site-nav {
    padding-left: clamp(22px, 5vw, 64px);
    padding-right: clamp(22px, 5vw, 64px);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 260px;
}

.brand img {
    width: auto;
    height: 58px;
    max-width: 320px;
    object-fit: contain;
    object-position: center;
}

.hero-inner {
    padding: clamp(88px, 11vw, 148px) clamp(24px, 5vw, 48px);
}

.page-hero {
    padding: clamp(84px, 10vw, 132px) clamp(24px, 6vw, 72px);
}

.page-hero-panel {
    padding: 26px;
}

.page-hero-panel img {
    width: 100%;
    height: auto;
    max-height: 150px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}

.quick-actions {
    padding-top: 42px;
    padding-bottom: 42px;
}

.section,
.split-section,
.cta {
    padding-top: clamp(76px, 9vw, 118px);
    padding-bottom: clamp(76px, 9vw, 118px);
}

.service-section,
.outcome-section,
.about-longform:nth-of-type(odd) {
    padding-top: clamp(76px, 9vw, 118px);
    padding-bottom: clamp(76px, 9vw, 118px);
}

.municipal-simple {
    margin-top: 76px;
    margin-bottom: 76px;
}

.footer-inner {
    padding-top: 76px;
    padding-bottom: 76px;
}

.footer-inner img {
    width: auto;
    height: 48px;
    max-width: 260px;
    object-fit: contain;
    object-position: center;
}

.site-footer p {
    margin-top: 8px;
}

.nav-toggle,
.burger-nav {
    display: none;
}

@media (max-width: 1080px) {
    .brand {
        min-width: 0;
    }

    .page-hero-panel img {
        max-width: 360px;
    }

    .top-strip {
        display: none;
    }

    .site-nav {
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 18px;
    }

    .burger-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 46px;
        height: 46px;
        margin-left: auto;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        background: #fff;
        cursor: pointer;
    }

    .burger-nav span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: #0f172a;
        transition: transform .2s ease, opacity .2s ease;
    }

    .nav-toggle:checked + .brand + .burger-nav span:first-child {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-toggle:checked + .brand + .burger-nav span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked + .brand + .burger-nav span:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }

    .brand img {
        width: auto;
        height: 48px;
        max-width: min(280px, 78vw);
    }

    .site-nav nav.mega-nav,
    .site-nav .nav-actions {
        display: none;
        width: 100%;
    }

    .nav-toggle:checked ~ .mega-nav,
    .nav-toggle:checked ~ .nav-actions {
        display: grid;
    }

    .site-nav nav.mega-nav {
        order: 4;
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 10px;
        border-top: 1px solid #e5e7eb;
    }

    .nav-group {
        display: grid;
        width: 100%;
    }

    .mega-nav .nav-link,
    .nav-group button {
        width: 100%;
        justify-content: flex-start;
        min-height: 46px;
        padding: 12px 14px;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        background: #fff;
        color: #0f172a;
    }

    .nav-menu {
        position: static;
        display: grid;
        gap: 6px;
        min-width: 0;
        margin-top: 6px;
        padding: 8px;
        box-shadow: none;
    }

    .nav-menu a {
        padding: 11px 12px;
        background: #f8fafc;
    }

    .site-nav .nav-actions {
        order: 5;
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 8px;
    }

    .nav-actions a {
        justify-content: center;
        width: 100%;
        min-height: 46px;
    }
}

@media (max-width: 680px) {

    .hero-inner,
    .page-hero,
    .section,
    .split-section,
    .cta,
    .service-section,
    .outcome-section,
    .about-longform:nth-of-type(odd) {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .quick-actions {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-inner {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}

@media (max-width: 860px) {
    .mobile-feature-section {
        grid-template-columns: 1fr;
    }

    .receipt-lookup-grid,
    .receipt-detail-grid {
        grid-template-columns: 1fr;
    }

    .receipt-slip-head,
    .receipt-actions,
    .receipt-actions form {
        flex-direction: column;
        align-items: stretch;
    }
}

@media print {
    .top-strip,
    .site-nav,
    .site-footer,
    .receipt-lookup-hero,
    .receipt-lookup-section,
    .receipt-actions {
        display: none !important;
    }

    .receipt-slip-public {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* Final tablet/mobile navigation behaviour */
@media (max-width: 1080px) {
    .site-nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        align-content: start;
        gap: 12px;
        max-height: none;
        overflow: visible;
    }

    .site-nav:has(.nav-toggle:checked) {
        max-height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .brand {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        min-width: 0;
        max-width: min(340px, calc(100vw - 92px));
    }

    .brand img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 58px;
        object-fit: contain;
    }

    .burger-nav {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        flex: 0 0 auto;
        margin-left: 0;
    }

    .site-nav nav.mega-nav,
    .site-nav .nav-actions {
        grid-column: 1 / -1;
        width: 100%;
    }

    .nav-toggle:checked ~ .mega-nav {
        max-height: calc(100dvh - 170px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-right: 2px;
    }

    .nav-toggle:checked ~ .nav-actions {
        position: sticky;
        bottom: 0;
        padding-bottom: 4px;
        background: rgba(255, 255, 255, .98);
    }
}

@media (max-width: 680px) {
    .site-nav {
        padding: 10px 16px;
    }

    .brand {
        max-width: calc(100vw - 88px);
    }

    .brand img {
        max-height: 52px;
    }

    .burger-nav {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }
}

/* Final public header alignment and mobile overflow guard */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
}

main,
.site-nav,
.site-footer,
.top-strip {
    max-width: 100%;
}

img,
svg,
video {
    max-width: 100%;
}

.top-strip {
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.top-strip-contact {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    min-width: 0;
}

.top-strip > a {
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
}

.site-nav {
    width: 100%;
}

.brand {
    justify-content: flex-start;
    justify-self: start;
}

.hero-inner,
.page-hero,
.section,
.split-section,
.cta,
.quick-actions,
.stats,
.footer-inner,
.footer-bottom {
    min-width: 0;
}

@media (max-width: 1080px) {
    .site-nav {
        justify-items: stretch;
    }

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

    .directory-card-grid,
    .industry-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .brand {
        justify-self: start;
        justify-content: flex-start;
        max-width: min(230px, calc(100vw - 88px));
    }

    .brand img {
        width: auto;
        max-width: 100%;
        max-height: 52px;
        margin: 0;
    }
}

@media (max-width: 680px) {
    .brand {
        max-width: min(190px, calc(100vw - 84px));
    }

    .brand img {
        max-height: 46px;
    }

    .home-role-flow-grid {
        grid-template-columns: 1fr;
    }

    .directory-card-grid,
    .industry-image-grid {
        grid-template-columns: 1fr;
    }

    .directory-card img,
    .industry-image-grid img {
        height: 220px;
    }

    .platform-flow-grid {
        grid-template-columns: 1fr;
    }

    .page-hero,
    .hero-inner,
    .section,
    .split-section,
    .cta {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.footer-bottom {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 1280px);
}

.footer-bottom > span {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-bottom > div {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 24px;
    margin-left: auto;
}

@media (max-width: 680px) {
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom > div {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0;
    }
}
