:root {
    --almona-orange: #ef5d23;
    --almona-orange-soft: #f3824a;
    --almona-orange-hover: #b3451a;
    --almona-graphite: #545252;
    --almona-steel: #858383;
    --almona-cloud: #f4f1ef;
    --almona-sand: #cabcb5;
    --almona-divider: #e7e1de;
    --almona-charcoal: #1f1f1f;
    --almona-white: #ffffff;
    --almona-shadow: 0 22px 48px rgba(31, 31, 31, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--almona-cloud);
    color: var(--almona-graphite);
    font-family: "Inter", sans-serif;
}

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

img {
    max-width: 100%;
}

.container {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(243, 130, 74, 0.14), transparent 28%),
        linear-gradient(180deg, #faf8f7 0%, var(--almona-cloud) 100%);
}

.utility-bar {
    background: var(--almona-charcoal);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.78rem;
}

.utility-bar__inner,
.site-header__inner,
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.utility-bar__inner {
    min-height: 2.4rem;
}

.utility-copy,
.utility-actions {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.utility-divider {
    color: rgba(255, 255, 255, 0.3);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(202, 188, 181, 0.5);
}

.site-header__inner {
    min-height: 5.4rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

.brand__mark {
    width: 2.45rem;
    height: 2.45rem;
    background: linear-gradient(135deg, var(--almona-orange), var(--almona-orange-soft));
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
    box-shadow: 0 10px 24px rgba(239, 93, 35, 0.26);
}

.brand__copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.brand__copy strong {
    color: var(--almona-charcoal);
    font: 800 1.35rem/1 "Montserrat", sans-serif;
    letter-spacing: 0.03em;
}

.brand__copy span {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--almona-steel);
}

.site-nav,
.header-cta,
.pill-list,
.metric-strip,
.mini-links,
.overview-grid,
.signal-grid,
.article-grid,
.industry-grid,
.offer-grid,
.section-grid,
.footer-grid,
.cta-actions,
.form-grid,
.badge-row,
.kpi-grid {
    display: flex;
    gap: 1rem;
}

.site-nav {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.93rem;
    font-weight: 600;
}

.site-nav a {
    position: relative;
    color: var(--almona-graphite);
}

.site-nav a:hover,
.mini-links a:hover,
.footer-column a:hover,
.footer-bottom__links a:hover {
    color: var(--almona-orange);
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--almona-orange), var(--almona-orange-soft));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.site-nav a:hover::after {
    transform: scaleX(1);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 1.45rem;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button--primary {
    background: linear-gradient(135deg, var(--almona-orange), var(--almona-orange-soft));
    color: var(--almona-white);
    box-shadow: 0 16px 28px rgba(239, 93, 35, 0.24);
}

.button--primary:hover {
    background: linear-gradient(135deg, var(--almona-orange-hover), var(--almona-orange));
}

.button--ghost {
    border: 1px solid rgba(84, 82, 82, 0.18);
    background: rgba(255, 255, 255, 0.75);
    color: var(--almona-charcoal);
}

.button--ghost:hover {
    border-color: rgba(239, 93, 35, 0.3);
    color: var(--almona-orange);
}

.site-main {
    padding-bottom: 4rem;
}

.builder-page-body section {
    margin-bottom: 2rem;
}

.builder-page-body h2 {
    margin: 0 0 0.9rem;
    color: var(--almona-charcoal);
    font: 800 1.8rem/1.2 "Montserrat", sans-serif;
}

.builder-page-body p,
.builder-page-body li {
    color: var(--almona-graphite);
    font-size: 1rem;
    line-height: 1.8;
}

.builder-page-body ul {
    margin: 0;
    padding-left: 1.2rem;
}

.builder-hidden-runtime {
    display: none !important;
}

.hero-panel,
.feature-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4rem;
}

.feature-hero {
    padding-top: 6.4rem;
}

.hero-panel::before,
.feature-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(128deg, rgba(31, 31, 31, 0.96) 0%, rgba(31, 31, 31, 0.82) 52%, rgba(31, 31, 31, 0.24) 100%),
        linear-gradient(135deg, rgba(239, 93, 35, 0.08) 0%, transparent 42%);
}

.hero-panel::after,
.feature-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8%;
    width: min(34rem, 44vw);
    height: 100%;
    background: linear-gradient(150deg, rgba(239, 93, 35, 0.22), rgba(243, 130, 74, 0.03));
    clip-path: polygon(24% 0, 100% 0, 72% 100%, 0% 100%);
}

.hero-panel .container,
.feature-hero .container {
    position: relative;
    z-index: 2;
}

.hero-grid,
.page-grid,
.contact-slab,
.trust-grid,
.story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
    gap: 2rem;
    align-items: start;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-panel h1,
.feature-hero h1,
.section-head h2,
.section h2,
.cta-banner h2,
.contact-panel h2,
.story-card h2 {
    margin: 1rem 0 0.8rem;
    color: var(--almona-charcoal);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.05;
}

.hero-panel h1,
.feature-hero h1 {
    color: var(--almona-white);
    font-size: clamp(2.6rem, 4vw, 4.7rem);
    max-width: 11ch;
}

.hero-panel p,
.feature-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    max-width: 42rem;
    line-height: 1.75;
}

.hero-actions,
.section-head,
.page-actions,
.story-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.hero-card,
.metric-card,
.content-card,
.panel-card,
.story-card,
.cta-banner,
.contact-panel,
.contact-form-card,
.trust-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(231, 225, 222, 0.95);
    border-radius: 1.35rem;
    box-shadow: var(--almona-shadow);
}

.hero-card {
    padding: 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 244, 0.92));
}

.hero-card strong,
.metric-card strong,
.kpi-card strong {
    color: var(--almona-charcoal);
    font-family: "Montserrat", sans-serif;
}

.metric-card {
    padding: 1.2rem 1.25rem;
}

.metric-card span {
    display: block;
}

.metric-card span:first-child {
    color: var(--almona-steel);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.metric-card strong {
    font-size: 1.8rem;
    margin: 0.4rem 0;
}

.metric-card em,
.muted {
    color: var(--almona-steel);
    font-style: normal;
}

.metric-strip,
.kpi-grid,
.overview-grid,
.signal-grid,
.article-grid,
.industry-grid,
.offer-grid,
.section-grid {
    flex-wrap: wrap;
}

.metric-strip > *,
.overview-grid > *,
.signal-grid > *,
.article-grid > *,
.industry-grid > *,
.offer-grid > *,
.section-grid > *,
.kpi-grid > * {
    flex: 1 1 15rem;
}

.section {
    padding: 4.2rem 0 0;
}

.section--tinted {
    padding: 4.4rem 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(244, 241, 239, 0.85));
    border-top: 1px solid rgba(231, 225, 222, 0.9);
    border-bottom: 1px solid rgba(231, 225, 222, 0.9);
}

.section-head {
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.section-tag {
    color: var(--almona-orange);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
}

.section-intro,
.page-intro {
    max-width: 48rem;
    color: var(--almona-steel);
    line-height: 1.75;
}

.content-card,
.panel-card,
.story-card,
.contact-form-card,
.trust-card {
    padding: 1.5rem;
}

.content-card h3,
.panel-card h3,
.story-card h3,
.footer-column h3,
.contact-form-card h3,
.contact-panel h2,
.trust-card h3,
.kpi-card h3 {
    margin: 0 0 0.7rem;
    color: var(--almona-charcoal);
    font-family: "Montserrat", sans-serif;
}

.content-card p,
.panel-card p,
.story-card p,
.contact-form-card p,
.trust-card p,
.footer-brand p,
.footer-column p {
    color: var(--almona-steel);
    line-height: 1.7;
}

.pill-list,
.mini-links,
.link-list,
.check-list,
.contact-panel ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    flex-wrap: wrap;
}

.pill-list li,
.badge-pill,
.mini-links a,
.kpi-card span,
.link-tag {
    border-radius: 999px;
}

.pill-list li,
.badge-pill,
.link-tag {
    padding: 0.45rem 0.75rem;
    background: rgba(239, 93, 35, 0.09);
    color: var(--almona-charcoal);
    font-size: 0.86rem;
    font-weight: 600;
}

.link-list li,
.check-list li,
.contact-panel li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.7rem;
    color: var(--almona-graphite);
}

.link-list li::before,
.check-list li::before,
.contact-panel li::before {
    content: "";
    position: absolute;
    top: 0.55rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    background: var(--almona-orange);
    border-radius: 50%;
}

.mini-links a {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.9rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(231, 225, 222, 0.95);
    font-size: 0.9rem;
    font-weight: 700;
}

.panel-card--accent,
.story-card--accent,
.contact-panel {
    background:
        linear-gradient(145deg, rgba(239, 93, 35, 0.98), rgba(243, 130, 74, 0.92));
    color: var(--almona-white);
}

.panel-card--accent h3,
.story-card--accent h2,
.contact-panel h2,
.panel-card--accent p,
.story-card--accent p,
.contact-panel p,
.contact-panel li {
    color: var(--almona-white);
}

.panel-card--accent .pill-list li,
.story-card--accent .badge-pill {
    background: rgba(255, 255, 255, 0.14);
    color: var(--almona-white);
}

.kpi-card {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid rgba(231, 225, 222, 0.9);
    border-radius: 1.15rem;
    box-shadow: var(--almona-shadow);
}

.kpi-card strong {
    display: block;
    font-size: 2rem;
    color: var(--almona-orange);
}

.kpi-card span {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.35rem 0.7rem;
    background: rgba(239, 93, 35, 0.08);
    color: var(--almona-graphite);
    font-size: 0.82rem;
    font-weight: 700;
}

.offer-card,
.industry-card,
.article-card {
    overflow: hidden;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(231, 225, 222, 0.9);
    box-shadow: var(--almona-shadow);
}

.offer-card__top,
.industry-card__top,
.article-card__top {
    min-height: 10rem;
    padding: 1.2rem;
    color: var(--almona-white);
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(145deg, rgba(31, 31, 31, 0.8), rgba(84, 82, 82, 0.58)),
        linear-gradient(135deg, rgba(239, 93, 35, 0.85), rgba(243, 130, 74, 0.32));
}

.offer-card__body,
.industry-card__body,
.article-card__body {
    padding: 1.2rem;
}

.cta-banner {
    margin-top: 1.4rem;
    padding: 1.6rem;
}

.contact-slab {
    margin-top: 1.4rem;
}

.contact-form-card label {
    display: block;
}

.contact-form-card span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--almona-charcoal);
}

.form-grid {
    flex-wrap: wrap;
}

.form-grid > * {
    flex: 1 1 14rem;
}

.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
    width: 100%;
    padding: 0.92rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(202, 188, 181, 0.95);
    background: rgba(255, 255, 255, 0.95);
    color: var(--almona-charcoal);
    font: inherit;
}

.contact-form-card textarea {
    min-height: 9rem;
    resize: vertical;
}

.site-footer {
    margin-top: 4rem;
    padding-top: 3rem;
    background: var(--almona-charcoal);
    color: rgba(255, 255, 255, 0.9);
}

.footer-grid {
    flex-wrap: wrap;
    align-items: start;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
    flex: 1.3 1 18rem;
}

.footer-column {
    flex: 1 1 10rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.footer-column h3 {
    color: var(--almona-white);
}

.footer-column a,
.footer-bottom__links a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
    padding: 1rem 0 2rem;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.58);
}

.footer-bottom__links {
    display: flex;
    gap: 1rem;
}

@media (max-width: 1080px) {
    .site-header__inner,
    .utility-bar__inner {
        flex-wrap: wrap;
        padding: 0.85rem 0;
    }

    .site-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0.8rem;
    }
}

@media (max-width: 840px) {
    .hero-grid,
    .page-grid,
    .contact-slab,
    .trust-grid,
    .story-grid {
        grid-template-columns: 1fr;
    }

    .header-cta {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-panel,
    .feature-hero {
        padding-top: 4.8rem;
    }

    .hero-panel::after,
    .feature-hero::after {
        width: 74vw;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 1.2rem, 1180px);
    }

    .site-nav,
    .utility-copy {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .hero-panel h1,
    .feature-hero h1 {
        max-width: none;
    }

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

    .button {
        width: 100%;
    }

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