:root {
    --public-bg: #f4efe7;
    --public-surface: #fbf7f1;
    --public-ink: #13212f;
    --public-accent: #bf5b04;
    --public-accent-dark: #8f4300;
    --public-secondary: #1e5162;
    --public-border: rgba(19, 33, 47, 0.1);
    --public-shadow: 0 20px 45px rgba(19, 33, 47, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(191, 91, 4, 0.16), transparent 28%),
        radial-gradient(circle at top right, rgba(30, 81, 98, 0.16), transparent 24%),
        linear-gradient(180deg, #fcfaf6 0%, var(--public-bg) 100%);
    color: var(--public-ink);
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

.topbar {
    background: #13212f;
    color: #f8f5ef;
    font-size: 0.92rem;
}

.topbar .container {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.topbar-phone {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.public-navbar {
    background: rgba(251, 247, 241, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(19, 33, 47, 0.08);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-mark strong,
.brand-mark small {
    display: block;
}

.brand-mark small {
    color: rgba(19, 33, 47, 0.65);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.brand-badge {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--public-secondary), #2d768e);
    color: #fff;
    box-shadow: var(--public-shadow);
}

.nav-link {
    font-weight: 500;
    color: var(--public-ink);
}

.btn-call,
.btn-soft,
.btn-soft-dark {
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-call {
    background: var(--public-accent);
    border: 1px solid var(--public-accent);
    color: #fff;
    box-shadow: 0 14px 28px rgba(191, 91, 4, 0.22);
}

.btn-soft {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.btn-soft-dark {
    border: 1px solid var(--public-ink);
    color: var(--public-ink);
    background: transparent;
}

.btn-call:hover,
.btn-soft:hover,
.btn-soft-dark:hover {
    transform: translateY(-2px);
}

.btn-call:hover {
    background: var(--public-accent-dark);
    border-color: var(--public-accent-dark);
    color: #fff;
}

.hero-section,
.page-hero {
    position: relative;
    overflow: hidden;
}

.hero-section {
    padding: 5.5rem 0 4rem;
}

.page-hero {
    padding: 4rem 0 2rem;
}

.hero-section::after,
.page-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% 0 auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 91, 4, 0.18), transparent 70%);
    pointer-events: none;
}

.hero-kicker,
.section-tag,
.footer-eyebrow,
.panel-label,
.mini-label {
    display: inline-block;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 700;
}

.hero-kicker,
.section-tag,
.panel-label,
.footer-eyebrow {
    color: var(--public-accent);
}

.hero-section h1,
.page-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 7vw, 5.2rem);
    line-height: 0.95;
    margin: 0.65rem 0 1rem;
    font-weight: 800;
}

.page-hero h1 {
    max-width: 14ch;
}

.hero-copy,
.page-hero p,
.footer-copy,
.service-card p,
.info-card p,
.mini-card p {
    color: rgba(19, 33, 47, 0.78);
    font-size: 1.05rem;
}

.hero-points,
.service-list,
.footer-list,
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-points {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.75rem;
}

.hero-points li::before,
.service-list li::before {
    content: "•";
    color: var(--public-accent);
    font-weight: 800;
    margin-right: 0.55rem;
}

.hero-panel,
.service-card,
.mini-card,
.banner-card,
.info-card {
    background: rgba(251, 247, 241, 0.8);
    border: 1px solid var(--public-border);
    border-radius: 1.8rem;
    box-shadow: var(--public-shadow);
}

.hero-panel {
    padding: 2rem;
}

.hero-panel h2,
.banner-card h2,
.section-heading h2,
.service-card h3,
.service-card h2,
.info-card h2,
.site-footer h2,
.site-footer h3 {
    font-weight: 700;
}

.hero-panel dl {
    margin: 1.5rem 0 0;
    display: grid;
    gap: 1rem;
}

.hero-panel dt {
    color: rgba(19, 33, 47, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.hero-panel dd {
    margin: 0.3rem 0 0;
    font-weight: 600;
}

.trust-strip,
.section-shell,
.conversion-banner {
    padding: 1.75rem 0 4rem;
}

.trust-strip-light {
    padding-top: 0;
}

.mini-card,
.service-card,
.info-card {
    height: 100%;
    padding: 1.75rem;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.service-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(30, 81, 98, 0.12), rgba(191, 91, 4, 0.12));
    color: var(--public-secondary);
    font-size: 1.25rem;
}

.service-card-detail h2 {
    font-size: 1.45rem;
}

.service-list {
    margin-top: 1rem;
    display: grid;
    gap: 0.5rem;
}

.section-cta {
    margin-top: 2rem;
}

.banner-card {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.banner-card-compact {
    min-height: unset;
}

.contact-list {
    display: grid;
    gap: 1.1rem;
    margin-top: 1.5rem;
}

.contact-list li span {
    display: block;
    color: rgba(19, 33, 47, 0.55);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
}

.contact-list li a,
.contact-list li strong,
.footer-list li a,
.footer-access {
    font-weight: 700;
}

.placeholder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.placeholder-grid div {
    background: rgba(19, 33, 47, 0.04);
    border-radius: 1rem;
    padding: 1rem;
}

.site-footer {
    background: #13212f;
    color: #f8f5ef;
    padding: 4rem 0 2rem;
    margin-top: 2rem;
}

.site-footer h2,
.site-footer h3,
.site-footer a,
.site-footer strong,
.site-footer span {
    color: #f8f5ef;
}

.footer-copy,
.footer-list li {
    color: rgba(248, 245, 239, 0.78);
}

.footer-list {
    display: grid;
    gap: 0.7rem;
}

.footer-access {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2rem;
}

.footer-bottom {
    border-top: 1px solid rgba(248, 245, 239, 0.14);
    margin-top: 2rem;
    padding-top: 1.2rem;
    color: rgba(248, 245, 239, 0.72);
    font-size: 0.92rem;
}

.chatbot-widget {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
}

.chatbot-toggle {
    width: 4rem;
    height: 4rem;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--public-accent), var(--public-accent-dark));
    color: #fff;
    box-shadow: 0 18px 38px rgba(19, 33, 47, 0.24);
}

.chatbot-panel {
    width: min(390px, calc(100vw - 2rem));
    background: rgba(251, 247, 241, 0.98);
    border: 1px solid var(--public-border);
    border-radius: 1.5rem;
    box-shadow: var(--public-shadow);
    overflow: hidden;
    margin-bottom: 0.85rem;
}

.chatbot-header {
    padding: 1rem 1.25rem;
    background: #13212f;
    color: #f8f5ef;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.chatbot-header h2,
.chatbot-kicker {
    margin: 0;
}

.chatbot-kicker {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: rgba(248, 245, 239, 0.7);
}

.chatbot-close {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1.6rem;
    line-height: 1;
}

.chatbot-messages {
    max-height: 320px;
    overflow-y: auto;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
}

.chatbot-message {
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
}

.chatbot-message.bot {
    background: rgba(19, 33, 47, 0.06);
}

.chatbot-message.user {
    background: rgba(191, 91, 4, 0.12);
}

.chatbot-form,
.chatbot-lead-form {
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
}

.chatbot-divider {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(19, 33, 47, 0.58);
    padding: 0 1rem;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 4rem;
    }

    .banner-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .topbar-copy {
        width: 100%;
    }

    .hero-section,
    .page-hero,
    .section-shell,
    .conversion-banner,
    .trust-strip {
        padding-top: 1.25rem;
        padding-bottom: 2.5rem;
    }

    .hero-section h1,
    .page-hero h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 12vw, 3.4rem);
    }

    .hero-actions,
    .banner-card,
    .placeholder-grid {
        grid-template-columns: 1fr;
    }

    .placeholder-grid {
        display: grid;
    }

    .btn-call,
    .btn-soft,
    .btn-soft-dark {
        width: 100%;
        text-align: center;
    }

    .chatbot-widget {
        right: 0.75rem;
        bottom: 0.75rem;
    }
}