:root {
    --bg: #f6f9fc;
    --bg-soft: #eef6ff;
    --panel: #ffffff;
    --panel-soft: #f8fbff;
    --border: #d9e5f2;
    --border-strong: #bfd1e5;
    --text: #102033;
    --text-soft: #40566f;
    --muted: #6b7f98;
    --primary: #0ea5e9;
    --primary-strong: #0369a1;
    --secondary: #10b981;
    --accent: #f59e0b;
    --danger: #ef4444;
    --success: #16a34a;
    --warning: #d97706;
    --shadow: 0 22px 70px rgba(15, 49, 84, 0.12);
    --shadow-soft: 0 12px 36px rgba(15, 49, 84, 0.08);
    --radius: 18px;
    --radius-sm: 12px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    color: var(--text);
    background:
        linear-gradient(120deg, rgba(14, 165, 233, 0.12), transparent 36%),
        linear-gradient(240deg, rgba(16, 185, 129, 0.11), transparent 34%),
        var(--bg);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(16, 32, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 32, 51, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
    z-index: -1;
}

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

img {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px 20px 0;
}

.site-nav {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    min-height: 72px;
    padding: 10px 14px;
    border: 1px solid rgba(217, 229, 242, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.brand,
.sidebar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--text);
}

.brand-logo {
    width: 88px;
    height: 44px;
    flex: 0 0 88px;
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(14, 165, 233, 0.28);
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.nav-links a {
    padding: 10px 13px;
    border-radius: 999px;
    color: var(--text-soft);
    font-weight: 700;
    font-size: 0.92rem;
}

.nav-links a:hover,
.nav-links a.is-active {
    color: var(--primary-strong);
    background: #e8f6ff;
}

.nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-nav .nav-toggle {
    display: none;
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    margin-top: -86px;
    padding: 142px 0 72px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(246, 249, 252, 0.97), rgba(246, 249, 252, 0.88), rgba(246, 249, 252, 0.48)),
        var(--hero-image);
    background-size: cover;
    background-position: center;
}

.fresh-hero {
    width: min(1280px, calc(100% - 40px));
    min-height: calc(100vh - 42px);
    margin: -70px auto 0;
    padding: 150px 0 76px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.88fr);
    align-items: center;
    gap: 46px;
}

.fresh-hero-copy,
.marketplace-visual {
    min-width: 0;
}

.fresh-title {
    margin: 16px 0;
    color: var(--text);
    font-size: 5rem;
    line-height: 0.98;
    font-weight: 800;
}

.fresh-title span {
    display: block;
}

.fresh-hero-copy p {
    width: min(690px, 100%);
    color: var(--text-soft);
    font-size: 1.18rem;
    margin: 0 0 28px;
}

.marketplace-visual svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(720px, calc(100% - 40px));
    margin-left: max(20px, calc((100% - var(--container)) / 2));
}

.hero-with-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 24px;
}

.hero-vector {
    position: relative;
    z-index: 2;
    width: min(520px, calc(100% - 40px));
    margin-right: max(20px, calc((100% - var(--container)) / 2));
    justify-self: end;
}

.hero-vector svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.eyebrow,
.dashboard-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-strong);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-title,
.section-title {
    margin: 16px 0;
    color: var(--text);
    line-height: 1.03;
    font-size: 4.25rem;
    font-weight: 800;
}

.hero-title span {
    display: inline-block;
}

.hero-copy {
    width: min(650px, 100%);
    margin: 0 0 28px;
    color: var(--text-soft);
    font-size: 1.13rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(780px, 100%);
    margin-top: 42px;
}

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

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

@media (max-width: 1180px) and (min-width: 781px) {
    .simple-steps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.section {
    padding: 88px 0;
}

.section-alt {
    background: rgba(255, 255, 255, 0.52);
    border-top: 1px solid rgba(217, 229, 242, 0.7);
    border-bottom: 1px solid rgba(217, 229, 242, 0.7);
}

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

.section-title {
    font-size: 2.65rem;
    margin: 0;
}

.section-copy {
    color: var(--muted);
    margin: 0;
    width: min(560px, 100%);
}

.two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
    gap: 28px;
    align-items: center;
}

.feature-grid,
.role-grid,
.metric-grid,
.report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.workflow-grid,
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

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

.split-media {
    min-height: 460px;
    overflow: hidden;
}

.split-media img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
}

.final-cta {
    text-align: center;
}

.final-cta .section-copy {
    margin-left: auto;
    margin-right: auto;
}

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

.site-footer {
    padding: 58px 20px 24px;
    color: #d7e5f4;
    background:
        linear-gradient(120deg, rgba(14, 165, 233, 0.2), transparent 42%),
        #102033;
}

.footer-inner {
    width: min(var(--container), 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 34px;
}

.footer-brand p {
    max-width: 470px;
}

.footer-inner h3 {
    margin: 0 0 12px;
    color: white;
    font-size: 1rem;
}

.footer-inner a {
    display: block;
    margin: 8px 0;
    color: #c1d3e8;
    font-weight: 600;
}

.footer-inner a:hover {
    color: white;
}

.footer-step {
    display: block;
    margin: 8px 0;
    color: #c1d3e8;
    font-weight: 600;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.footer-badges span {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    font-weight: 700;
}

.footer-bottom {
    width: min(var(--container), 100%);
    margin: 34px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #a9bfd8;
    font-size: 0.9rem;
}

@media (max-width: 1040px) {
    .fresh-hero {
        grid-template-columns: 1fr;
        padding-top: 134px;
        gap: 10px;
    }

    .marketplace-visual {
        order: -1;
        width: min(520px, 100%);
        margin: 0 auto -18px;
    }

    .fresh-title {
        font-size: 3.35rem;
    }

    .hero-with-visual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-vector {
        order: -1;
        width: min(420px, calc(100% - 40px));
        margin: 0 auto -26px;
    }

    .site-nav {
        grid-template-columns: auto auto;
    }

    .site-nav .nav-toggle {
        display: inline-grid;
        justify-self: end;
    }

    .nav-links,
    .nav-actions {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
    }

    .site-nav.is-open .nav-links,
    .site-nav.is-open .nav-actions {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .site-nav.is-open .nav-links {
        flex-direction: column;
        align-items: stretch;
        padding-top: 10px;
        border-top: 1px solid var(--border);
    }

    .site-nav.is-open .nav-links a {
        width: 100%;
    }

    .site-nav.is-open .nav-actions {
        padding-bottom: 4px;
    }

    .hero-title {
        font-size: 3.15rem;
    }

    .section-title {
        font-size: 2.15rem;
    }

    .section-header,
    .two-column,
    .footer-bottom {
        display: block;
    }

    .feature-grid,
    .role-grid,
    .metric-grid,
    .process-grid,
    .workflow-grid,
    .dashboard-grid,
    .report-grid,
    .roadmap-grid,
    .hero-proof,
    .footer-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 10px 10px 0;
    }

    .container,
    .hero-content {
        width: calc(100% - 28px);
    }

    .hero {
        min-height: 760px;
    }

    .fresh-hero {
        width: calc(100% - 28px);
        padding-top: 146px;
    }

    .fresh-title {
        font-size: 2.7rem;
    }

    .fresh-hero-copy p {
        font-size: 1.02rem;
    }

    .hero-content {
        margin-left: 14px;
    }

    .hero-title {
        font-size: 2.42rem;
    }

    .button {
        width: 100%;
        justify-content: center;
    }

    .brand-logo {
        width: 80px;
        height: 40px;
        flex-basis: 80px;
    }
}

body.landing-cartoon {
    --cartoon-ink: #162033;
    --cartoon-blue: #38bdf8;
    --cartoon-mint: #34d399;
    --cartoon-yellow: #facc15;
    --cartoon-coral: #fb7185;
    --cartoon-cream: #fffdf3;
    background:
        radial-gradient(circle at 12px 12px, rgba(22, 32, 51, 0.07) 2px, transparent 3px),
        linear-gradient(135deg, #fffdf3 0%, #effaff 46%, #f4fff8 100%);
    background-size: 34px 34px, auto;
}

body.landing-cartoon::before {
    background:
        linear-gradient(rgba(22, 32, 51, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 32, 51, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 74%);
}

.landing-cartoon .site-nav {
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    box-shadow: 6px 6px 0 rgba(22, 32, 51, 0.12);
}

.landing-cartoon .brand-mark {
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--cartoon-yellow), var(--cartoon-coral));
    box-shadow: 3px 3px 0 rgba(22, 32, 51, 0.16);
}

.landing-cartoon .button {
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    box-shadow: 4px 4px 0 rgba(22, 32, 51, 0.18);
}

.landing-cartoon .button:hover {
    transform: translate(-1px, -1px);
    box-shadow: 6px 6px 0 rgba(22, 32, 51, 0.2);
}

.cartoon-hero {
    position: relative;
    min-height: 82vh;
    margin-top: -86px;
    display: grid;
    align-items: center;
    overflow: hidden;
    border-bottom: 2px solid rgba(22, 32, 51, 0.12);
    background: #f8fcff;
}

.cartoon-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 253, 243, 0.98) 0%, rgba(255, 253, 243, 0.92) 34%, rgba(255, 253, 243, 0.52) 58%, rgba(255, 253, 243, 0.12) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent 34%);
}

.cartoon-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cartoon-hero-inner {
    position: relative;
    z-index: 2;
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
    padding: 146px 0 68px;
}

.cartoon-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    border: 2px solid var(--cartoon-ink);
    border-radius: 999px;
    color: var(--cartoon-ink);
    background: var(--cartoon-yellow);
    box-shadow: 3px 3px 0 rgba(22, 32, 51, 0.16);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cartoon-pill svg {
    width: 16px;
    height: 16px;
}

.cartoon-title {
    width: min(780px, 100%);
    margin: 18px 0;
    color: var(--cartoon-ink);
    font-size: clamp(3rem, 5.6vw, 5.25rem);
    line-height: 0.94;
    font-weight: 900;
}

.cartoon-title span {
    display: block;
}

.cartoon-title span:nth-child(2) {
    color: var(--primary-strong);
}

.cartoon-title span:nth-child(3) {
    color: #e11d48;
}

.cartoon-hero-copy {
    width: min(620px, 100%);
    margin: 0 0 28px;
    color: #30445e;
    font-size: 1.16rem;
    font-weight: 650;
}

.cartoon-proof {
    width: min(780px, 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.cartoon-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: 8px 12px;
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    background: white;
    box-shadow: 4px 4px 0 rgba(22, 32, 51, 0.13);
    color: var(--text-soft);
    font-weight: 850;
}

.cartoon-proof strong {
    color: var(--cartoon-ink);
    font-size: 1.22rem;
}

.cartoon-band {
    background: #ffffff;
}

.cartoon-section {
    background:
        linear-gradient(135deg, rgba(56, 189, 248, 0.08), transparent 38%),
        linear-gradient(245deg, rgba(250, 204, 21, 0.14), transparent 35%),
        transparent;
}

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

.cartoon-panel,
.cartoon-role-panel,
.cartoon-growth-inner {
    position: relative;
    min-width: 0;
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 7px 7px 0 rgba(22, 32, 51, 0.14);
}

.cartoon-panel {
    padding: 24px;
}

.cartoon-panel:nth-child(2) {
    background: #f2fff8;
}

.cartoon-panel:nth-child(3) {
    background: #fff7ed;
}

.cartoon-panel i,
.cartoon-feature i {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    color: var(--cartoon-ink);
    background: var(--cartoon-yellow);
    box-shadow: 3px 3px 0 rgba(22, 32, 51, 0.14);
}

.cartoon-panel h3,
.cartoon-role-panel h2,
.cartoon-growth-inner h2 {
    margin-top: 16px;
}

.cartoon-panel p,
.cartoon-role-panel p,
.cartoon-growth-inner p {
    color: var(--muted);
}

.cartoon-step {
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    box-shadow: 6px 6px 0 rgba(22, 32, 51, 0.13);
}

.cartoon-step:nth-child(even) {
    transform: rotate(0.7deg);
}

.cartoon-step:nth-child(odd) {
    transform: rotate(-0.55deg);
}

.cartoon-step > span {
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--cartoon-blue), var(--cartoon-mint));
}

.cartoon-split-section {
    background:
        linear-gradient(90deg, rgba(251, 113, 133, 0.08), transparent 46%),
        #fffdf3;
}

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

.cartoon-role-panel {
    padding: 30px;
}

.cartoon-role-panel:first-child {
    background:
        linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(255, 255, 255, 0.92)),
        white;
}

.cartoon-role-panel:last-child {
    background:
        linear-gradient(135deg, rgba(52, 211, 153, 0.14), rgba(255, 255, 255, 0.92)),
        white;
}

.cartoon-role-panel .button {
    margin-top: 22px;
}

.cartoon-feature {
    border: 2px solid var(--cartoon-ink);
    border-radius: 8px;
    box-shadow: 5px 5px 0 rgba(22, 32, 51, 0.12);
}

.cartoon-feature:nth-child(3n + 2) i {
    background: var(--cartoon-mint);
}

.cartoon-feature:nth-child(3n) i {
    background: var(--cartoon-coral);
    color: white;
}

.cartoon-growth {
    background:
        linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(52, 211, 153, 0.12)),
        #ffffff;
}

.cartoon-growth-inner {
    overflow: hidden;
    padding: 42px;
}

.cartoon-growth-inner::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -42px;
    width: 170px;
    height: 170px;
    border: 2px solid rgba(22, 32, 51, 0.18);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(250, 204, 21, 0.8) 0 18px, transparent 19px),
        repeating-conic-gradient(from 0deg, rgba(251, 113, 133, 0.2) 0 14deg, rgba(56, 189, 248, 0.22) 14deg 28deg);
}

.landing-cartoon .site-footer {
    border-top: 2px solid var(--cartoon-ink);
}

@media (max-width: 1040px) {
    .cartoon-hero {
        min-height: 700px;
    }

    .cartoon-hero::before {
        background:
            linear-gradient(90deg, rgba(255, 253, 243, 0.99) 0%, rgba(255, 253, 243, 0.92) 48%, rgba(255, 253, 243, 0.42) 100%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.75), transparent 36%);
    }

    .cartoon-platform-grid,
    .cartoon-role-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .cartoon-hero {
        min-height: auto;
        margin-top: -92px;
    }

    .cartoon-hero-image {
        object-position: 62% center;
    }

    .cartoon-hero::before {
        background:
            linear-gradient(90deg, rgba(255, 253, 243, 0.99), rgba(255, 253, 243, 0.9)),
            linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent 40%);
    }

    .cartoon-hero-inner {
        width: calc(100% - 28px);
        padding: 142px 0 44px;
    }

    .cartoon-title {
        font-size: 2.8rem;
    }

    .cartoon-proof span {
        width: 100%;
    }

    .cartoon-growth-inner,
    .cartoon-role-panel,
    .cartoon-panel {
        padding: 22px;
    }
}

/* Astra Pro-inspired site layer */
:root {
    --bg: #f8f8f8;
    --bg-soft: #f3f3f3;
    --panel: #ffffff;
    --panel-soft: #f8fafc;
    --border: #e4e4e7;
    --border-strong: #d4d4d8;
    --text: #151515;
    --text-soft: #3f3f46;
    --muted: #71717a;
    --primary: #e30613;
    --primary-strong: #b5000b;
    --secondary: #171717;
    --accent: #f59e0b;
    --shadow: 0 18px 50px rgba(24, 24, 27, 0.1);
    --shadow-soft: 0 10px 28px rgba(24, 24, 27, 0.07);
    --radius: 8px;
    --radius-sm: 6px;
    --container: 1200px;
}

body {
    background: var(--bg);
    color: var(--text);
}

body::before {
    display: none;
}

.site-header {
    padding: 14px 20px 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-nav {
    min-height: 76px;
    padding: 8px 14px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.1);
}

.site-header .brand {
    margin-left: 16px;
}

.site-header .brand-logo {
    width: 112px;
    height: 56px;
    flex-basis: 112px;
}

.brand,
.sidebar-brand {
    gap: 12px;
    font-weight: 800;
}

.brand-mark {
    border-radius: 6px;
    background: var(--primary);
    box-shadow: none;
}

.nav-links {
    gap: 2px;
}

.nav-links a {
    border-radius: 6px;
    color: #475569;
}

.nav-links a:hover,
.nav-links a.is-active,
.sidebar-nav a:hover,
.sidebar-nav a.is-active {
    color: var(--primary-strong);
    background: #fff1f2;
}

.button,
.icon-button {
    border-radius: 6px;
}

.button {
    min-height: 46px;
    padding: 10px 18px;
    font-weight: 800;
}

.button:hover,
.icon-button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--primary);
    box-shadow: 0 12px 24px rgba(227, 6, 19, 0.2);
}

.button-primary:hover {
    background: var(--primary-strong);
}

.button-secondary {
    background: var(--text);
}

.button-ghost,
.icon-button {
    color: var(--text-soft);
    background: white;
    border-color: var(--border-strong);
}

.surface,
.glass-panel,
.stat-card,
.feature-card,
.role-card,
.workflow-card,
.roadmap-card,
.metric-card,
.dashboard-card,
.auth-card,
.empty-state,
.table-panel,
.kanban-column,
.process-card {
    border-color: var(--border);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow-soft);
}

.section {
    padding: 86px 0;
}

.section-alt {
    background: #ffffff;
}

.eyebrow,
.dashboard-kicker {
    color: var(--primary-strong);
    letter-spacing: 0.06em;
}

.section-title,
.hero-title,
.fresh-title {
    color: var(--text);
    font-weight: 850;
}

.section-copy {
    color: var(--muted);
}

.tag {
    border-radius: 6px;
    color: #475569;
    background: #f8fafc;
}

.auth-shell,
.dashboard-shell {
    margin-top: 42px;
}

.auth-visual {
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(227, 6, 19, 0.08), rgba(24, 24, 27, 0.05)),
        white;
}

.auth-visual img {
    border-radius: var(--radius);
}

.field input,
.field select,
.field textarea {
    border-radius: 6px;
    background: #ffffff;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(227, 6, 19, 0.7);
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.1);
}

.dashboard-sidebar {
    border-radius: var(--radius);
    background: white;
}

.sidebar-nav a {
    border-radius: 6px;
}

.data-table th {
    color: #64748b;
    background: #f8fafc;
}

body.astra-landing {
    background: #ffffff;
}

.astra-hero {
    position: relative;
    min-height: 82vh;
    margin-top: -90px;
    display: grid;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
    background: #111111;
}

.astra-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.8) 38%, rgba(10, 10, 10, 0.3) 72%, rgba(10, 10, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(227, 6, 19, 0.08), rgba(10, 10, 10, 0.42));
}

.astra-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.astra-hero-inner {
    position: relative;
    z-index: 2;
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
    padding: 150px 0 76px;
}

.astra-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffe4e6;
    background: rgba(227, 6, 19, 0.22);
    border: 1px solid rgba(254, 205, 211, 0.3);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.astra-pill svg {
    width: 16px;
    height: 16px;
}

.astra-title {
    width: min(760px, 100%);
    margin: 20px 0;
    color: white;
    font-size: clamp(3rem, 5.4vw, 5.35rem);
    line-height: 0.98;
    font-weight: 900;
}

.astra-title span {
    display: block;
}

.astra-title span:nth-child(2) {
    color: #fecdd3;
}

.astra-title span:nth-child(3) {
    color: #ff4d5a;
}

.astra-hero-copy {
    width: min(650px, 100%);
    margin: 0 0 30px;
    color: #e2e8f0;
    font-size: 1.14rem;
    font-weight: 600;
}

.astra-hero .button-ghost {
    color: white;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.42);
}

.astra-band,
.astra-section {
    background: #ffffff;
}

.astra-section:nth-of-type(even) {
    background: #f8fafc;
}

.astra-platform-grid,
.astra-role-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.astra-panel,
.astra-role-panel,
.astra-growth-inner {
    position: relative;
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow-soft);
}

.astra-panel {
    padding: 26px;
}

.astra-panel i,
.astra-feature i {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    color: var(--primary-strong);
    background: #fff1f2;
}

.astra-panel h3,
.astra-role-panel h2,
.astra-growth-inner h2 {
    margin-top: 16px;
}

.astra-panel p,
.astra-role-panel p,
.astra-growth-inner p {
    color: var(--muted);
}

.astra-step {
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.astra-step > span {
    border-radius: 6px;
    background: var(--primary);
}

.astra-split-section {
    background: #f8fafc;
}

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

.astra-role-panel {
    padding: 32px;
}

.astra-role-panel .astra-pill {
    color: var(--primary-strong);
    background: #fff1f2;
    border-color: #fecdd3;
}

.astra-role-panel .button {
    margin-top: 22px;
}

.astra-feature {
    border-radius: var(--radius);
}

.astra-feature:nth-child(3n + 2) i {
    color: #18181b;
    background: #f4f4f5;
}

.astra-feature:nth-child(3n) i {
    color: #92400e;
    background: #fef3c7;
}

.astra-growth {
    background:
        linear-gradient(135deg, rgba(227, 6, 19, 0.08), rgba(24, 24, 27, 0.06)),
        white;
}

.astra-growth-inner {
    overflow: hidden;
    padding: 44px;
}

.astra-growth-inner::after {
    content: "";
    position: absolute;
    right: 38px;
    bottom: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(227, 6, 19, 0.08);
}

.site-footer {
    background: #0f172a;
}

/* Featured blogger carousel */
.blogger-showcase {
    overflow: hidden;
}

.blogger-showcase .section-header {
    align-items: end;
}

.blogger-slider-controls {
    display: flex;
    gap: 10px;
}

.blogger-section-tools {
    display: flex;
    align-items: end;
    gap: 14px;
}

.blogger-city-filter {
    min-width: 190px;
}

.blogger-filter-empty {
    margin: 18px 0;
    color: var(--muted);
    text-align: center;
}

.blogger-slider {
    overflow: hidden;
    padding: 8px 2px 28px;
}

.blogger-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.blogger-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--panel);
    box-shadow: var(--shadow-soft);
}

.blogger-card-media {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #f4f4f5;
}

.blogger-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

.blogger-card:hover .blogger-card-media img {
    transform: scale(1.035);
}

.blogger-avatar-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    font-size: 5rem;
    font-weight: 800;
}

.blogger-location {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    color: white;
    background: rgba(15, 23, 42, 0.78);
    font-size: 0.82rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.blogger-location svg {
    width: 15px;
    height: 15px;
}

.blogger-card-body {
    padding: 22px;
}

.blogger-card-body h3 {
    margin: 0 0 18px;
    font-size: 1.25rem;
}

.blogger-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 10px;
}

.blogger-stats div {
    min-width: 0;
    padding: 11px 8px;
    border-radius: 8px;
    background: var(--panel-soft);
    text-align: center;
}

.blogger-stats span,
.blogger-stats strong {
    display: block;
}

.blogger-stats span {
    min-height: 32px;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.25;
}

.blogger-stats strong {
    margin-top: 5px;
    color: var(--primary-strong);
    font-size: 1.05rem;
}

.blogger-profile-details {
    margin-top: 14px;
    padding: 12px 13px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.blogger-profile-details > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-strong);
    font-size: 0.9rem;
}

.blogger-profile-details p {
    margin: 0;
    color: var(--text);
    font-size: 0.94rem;
    line-height: 1.5;
}

.blogger-profile-details-toggle {
    margin-top: 8px;
}

.blogger-profile-details-toggle summary {
    cursor: pointer;
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 700;
}

.blogger-profile-details-toggle p {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed var(--border);
}

@media (max-width: 900px) {
    .blogger-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 560px) {
    .blogger-showcase .section-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .blogger-section-tools {
        width: 100%;
        align-items: end;
        justify-content: space-between;
    }

    .blogger-city-filter {
        min-width: 0;
        flex: 1;
    }

    .blogger-slider-controls .icon-button {
        width: 44px;
    }

    .blogger-card {
        flex-basis: 100%;
    }

    .blogger-card-media {
        height: 270px;
    }
}

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

    .site-nav.is-open {
        border-radius: 24px;
    }

    .astra-hero {
        min-height: 720px;
    }

    .astra-hero::before {
        background:
            linear-gradient(90deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.7)),
            linear-gradient(180deg, rgba(227, 6, 19, 0.08), rgba(10, 10, 10, 0.4));
    }

    .astra-platform-grid,
    .astra-role-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 10px 10px 0;
    }

    .site-header .brand {
        margin-left: 6px;
    }

    .site-header .brand-logo {
        width: 88px;
        height: 44px;
        flex-basis: 88px;
    }

    .astra-hero {
        min-height: auto;
        margin-top: -92px;
    }

    .astra-hero-image {
        object-position: 64% center;
    }

    .astra-hero::before {
        background: linear-gradient(90deg, rgba(10, 10, 10, 0.94), rgba(10, 10, 10, 0.76));
    }

    .astra-hero-inner {
        width: calc(100% - 28px);
        padding: 148px 0 54px;
    }

    .astra-title {
        font-size: 2.65rem;
    }

    .astra-growth-inner,
    .astra-role-panel,
    .astra-panel {
        padding: 22px;
    }
}

/* Modern footer and responsive mobile header */
.site-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 76px 20px 26px;
    color: #cbd5e1;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    background:
        radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.2), transparent 34%),
        radial-gradient(circle at 88% 80%, rgba(20, 184, 166, 0.15), transparent 30%),
        linear-gradient(145deg, #07111f, #0f172a 52%, #101d30);
}

.site-footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.footer-watermark {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -3%;
    width: min(650px, 54vw);
    pointer-events: none;
    opacity: 0.075;
    mix-blend-mode: screen;
    animation: footer-watermark-float 8s ease-in-out infinite alternate;
}

.footer-watermark img {
    width: 100%;
    filter: grayscale(1) invert(1) contrast(1.25);
}

.site-footer .footer-inner,
.site-footer .footer-bottom {
    position: relative;
    z-index: 1;
}

.site-footer .footer-inner {
    gap: 24px;
}

.site-footer .footer-inner > section {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.site-footer .footer-inner > section:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.32);
    background: rgba(255, 255, 255, 0.06);
}

.site-footer .footer-brand .brand-logo {
    width: 132px;
    height: 66px;
    filter: brightness(1.08);
}

.site-footer .footer-brand p {
    color: #aebed1;
}

.site-footer .footer-inner h3 {
    position: relative;
    padding-bottom: 10px;
    color: #f8fafc;
}

.site-footer .footer-inner h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e30613, #18181b);
}

.site-footer .footer-inner a:not(.brand) {
    width: fit-content;
    transition: color 180ms ease, transform 180ms ease;
}

.site-footer .footer-inner a:not(.brand):hover {
    color: #ffffff;
    transform: translateX(5px);
}

.site-footer .footer-badges span {
    background: rgba(96, 165, 250, 0.09);
    border-color: rgba(125, 211, 252, 0.18);
}

.site-footer .footer-bottom {
    padding: 20px 4px 0;
    border-top-color: rgba(148, 163, 184, 0.18);
}

@keyframes footer-watermark-float {
    from {
        transform: translate3d(0, -48%, 0) scale(0.97);
    }
    to {
        transform: translate3d(-22px, -52%, 0) scale(1.03);
    }
}

@media (max-width: 1040px) {
    .site-footer .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-watermark {
        width: 78vw;
        right: -18%;
    }
}

@media (max-width: 640px) {
    .site-footer {
        padding: 54px 14px 22px;
    }

    .site-footer .footer-inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .site-footer .footer-inner > section {
        padding: 20px;
    }

    .site-footer .footer-bottom {
        display: grid;
        gap: 8px;
    }

    .footer-watermark {
        top: 34%;
        right: -38%;
        width: 132vw;
        opacity: 0.055;
    }
}

/* Contact page */
.contact-page-main {
    background: #ffffff;
}

.contact-hero {
    position: relative;
    margin-top: -90px;
    overflow: hidden;
    padding: 176px 0 92px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 24%, rgba(227, 6, 19, 0.36), transparent 28%),
        linear-gradient(130deg, #090909, #18181b 64%, #300005);
}

.contact-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -170px;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.018);
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.58fr);
    align-items: end;
    gap: 64px;
}

.contact-hero h1 {
    width: min(760px, 100%);
    margin: 22px 0 18px;
    color: #ffffff;
    font-size: clamp(3rem, 5.4vw, 5.25rem);
    line-height: 0.98;
    font-weight: 900;
}

.contact-hero p {
    width: min(690px, 100%);
    margin: 0;
    color: #d4d4d8;
    font-size: 1.08rem;
}

.contact-hero-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contact-hero-note > svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #ff5661;
}

.contact-hero-note strong,
.contact-hero-note span {
    display: block;
}

.contact-hero-note strong {
    color: #ffffff;
}

.contact-hero-note span {
    margin-top: 5px;
    color: #d4d4d8;
    font-size: 0.88rem;
    line-height: 1.5;
}

.contact-content {
    background:
        radial-gradient(circle at 10% 25%, rgba(227, 6, 19, 0.055), transparent 26%),
        #ffffff;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 54px;
}

.contact-info h2,
.contact-form-card h2 {
    margin: 10px 0 14px;
    color: var(--text);
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.08;
}

.contact-help-list {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.contact-help-list article {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 19px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
}

.contact-help-list article > svg {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 9px;
    border-radius: 9px;
    color: var(--primary);
    background: #fff1f2;
}

.contact-help-list h3 {
    margin: 0 0 4px;
    font-size: 1rem;
}

.contact-help-list p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.5;
}

.contact-form-card {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--border);
    border-top: 4px solid var(--primary);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.contact-form-card > p {
    margin: 0 0 28px;
    color: var(--muted);
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form label span {
    color: var(--muted);
    font-weight: 500;
}

.contact-submit-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.contact-submit-row small {
    color: var(--muted);
}

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 9px;
    font-size: 0.9rem;
    font-weight: 700;
}

.contact-alert svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.contact-alert-success {
    color: #166534;
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.contact-alert-error {
    color: #991b1b;
    border-color: #fecaca;
    background: #fef2f2;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

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

    .contact-hero-inner {
        gap: 32px;
    }

    .contact-hero-note {
        width: min(500px, 100%);
    }

    .contact-layout {
        gap: 38px;
    }
}

@media (max-width: 560px) {
    .contact-hero {
        margin-top: -68px;
        padding: 126px 0 64px;
    }

    .contact-hero h1 {
        font-size: 2.7rem;
    }

    .contact-content {
        padding: 62px 0;
    }

    .contact-form-card {
        padding: 24px 18px;
    }

    .contact-submit-row {
        align-items: stretch;
    }

    .contact-submit-row .button {
        width: 100%;
    }
}

/* Brand and current project carousels */
.brand-carousel-section,
.current-projects-section {
    overflow: hidden;
}

.card-carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.card-carousel-viewport {
    overflow: hidden;
    padding: 8px 2px 28px;
}

.card-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.brand-logo-card {
    flex: 0 0 calc((100% - 96px) / 5);
    min-width: 0;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 14px 20px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 30px rgba(24, 24, 27, 0.07);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.brand-logo-card:hover {
    transform: translateY(-5px);
    border-color: #f4a3aa;
    box-shadow: 0 18px 40px rgba(227, 6, 19, 0.1);
}

.brand-logo-image {
    width: 100%;
    height: 112px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #ffffff;
}

.brand-logo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-logo-card strong {
    color: #18181b;
    font-size: 1rem;
    line-height: 1.25;
}

.brand-logo-card small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.76rem;
}

.current-projects-section {
    background:
        radial-gradient(circle at 92% 16%, rgba(227, 6, 19, 0.07), transparent 28%),
        var(--bg-soft);
}

.project-requirement-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.project-apply-button {
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.project-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.project-card-topline span,
.project-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.project-card-topline span {
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--primary-strong);
    background: #fff1f2;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.project-card-topline strong {
    color: var(--primary-strong);
    font-size: 1.12rem;
}

.project-card-topline svg,
.project-card-meta svg {
    width: 16px;
    height: 16px;
}

.project-requirement-card h3 {
    margin: 0 0 12px;
    color: var(--text);
    font-size: 1.35rem;
}

.project-client {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 0.82rem;
}

.project-client svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
}

.project-client strong {
    color: var(--text);
    font-weight: 800;
}

.project-requirement-card > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 24px;
    color: var(--text-soft);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.project-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.project-card-meta span {
    padding: 7px 9px;
    border-radius: 8px;
    color: #52657b;
    background: #f8fafc;
    font-size: 0.78rem;
    font-weight: 700;
}

@media (max-width: 900px) {
    .brand-logo-card {
        flex-basis: calc((100% - 48px) / 3);
    }

    .project-requirement-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 560px) {
    .brand-carousel-section .section-header,
    .current-projects-section .section-header {
        display: flex;
        align-items: flex-end;
        gap: 16px;
    }

    .card-carousel-controls .icon-button {
        width: 44px;
    }

    .brand-logo-card {
        flex-basis: calc((100% - 14px) / 2);
        min-height: 150px;
    }

    .card-carousel-track {
        gap: 14px;
    }

    .project-requirement-card {
        flex-basis: 100%;
        min-height: 310px;
        padding: 22px;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 0;
        background: #ffffff;
        border-bottom: 1px solid var(--border);
    }

    .site-nav,
    .site-nav.is-open {
        width: 100%;
        min-height: 68px;
        padding: 8px 14px;
        border: 0;
        border-radius: 0;
        background: #ffffff;
        box-shadow: none;
    }

    .site-header .brand {
        margin-left: 0;
    }

    .site-nav.is-open .nav-links {
        padding-top: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-watermark {
        animation: none;
        transform: translateY(-50%);
    }

    .site-footer .footer-inner > section,
    .site-footer .footer-inner a {
        transition: none;
    }
}

/* Simple light footer */
.site-footer {
    color: #475569;
    border-top: 1px solid #dbe3ec;
    background:
        radial-gradient(circle at 12% 18%, rgba(227, 6, 19, 0.07), transparent 30%),
        linear-gradient(180deg, #f8fafc, #eef2f7);
}

.site-footer::before {
    display: none;
}

.footer-watermark {
    z-index: 0;
    top: 50%;
    left: 50%;
    right: auto;
    width: min(560px, 62vw);
    opacity: 0.045;
    mix-blend-mode: multiply;
    animation: none;
    transform: translate(-50%, -50%);
}

.footer-watermark img {
    filter: grayscale(1) contrast(1.2);
}

.site-footer .footer-inner {
    gap: 42px;
}

.site-footer .footer-inner > section,
.site-footer .footer-inner > section:hover {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none;
}

.site-footer .footer-brand .brand-logo {
    filter: none;
}

.site-footer .footer-brand p {
    color: #52657b;
}

.site-footer .footer-inner h3 {
    color: #0f172a;
}

.site-footer .footer-inner a,
.site-footer .footer-inner a:not(.brand) {
    color: #52657b;
}

.site-footer .footer-inner a:not(.brand):hover {
    color: var(--primary-strong);
}

.site-footer .footer-step {
    color: #52657b;
}

.site-footer .footer-badges span {
    color: #334155;
    border-color: #d5dee9;
    background: rgba(255, 255, 255, 0.7);
}

.site-footer .footer-bottom {
    color: #64748b;
    border-top-color: #d5dee9;
}

@media (max-width: 640px) {
    .footer-watermark {
        top: 50%;
        left: 50%;
        right: auto;
        width: 92vw;
        opacity: 0.035;
        transform: translate(-50%, -50%);
    }

    .site-footer .footer-inner > section {
        padding: 0;
    }
}
