:root
{
    --header-height: 138px;
    --footer-height: 0px;
    --mobile-cta-height: 58px;
    --primary-dark: #021230;
    --primary: #031D4B;
    --primary-medium: #0A2C69;
    --primary-light: #506D99;
    --primary-accent: #E3EBF7;
    --secondary: #FFB800;
    --secondary-dark: #E6A600;
    --secondary-light: #FFD54F;
    --fire-red: #E53935;
    --white: #FFFFFF;
    --text-dark: #212A37;
    --text-muted: #5F6B7A;
}

html, body
{
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-optical-sizing: auto;
    background-color: var(--white);
    color: var(--text-dark);
    min-height: 100%;
}

body
{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: var(--header-height, 118px);
}

main
{
    flex: 1 0 auto;
    padding: 0;
    overflow-y: auto;
}

a
{
    color: var(--primary);
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    color: var(--secondary);
}

input, textarea, select
{
    font-weight: bold;
}

input::placeholder, textarea::placeholder
{
    color: #666;
    font-style: italic;
    opacity: 0.7;
}

h1 { font-size: 2.5em; font-weight: 700; }
h2 { font-size: 1.75em; font-weight: 600; }
h3 { font-size: 1.5em; font-weight: 600; }
h4 { font-size: 1.25em; font-weight: 600; }
h5 { font-size: 1.1em; font-weight: 600; }

/*************************************************************************************************/

.pos-absolute { position: absolute; }
.pos-relative { position: relative; }
.not-visible { display: none; }
.indent-0 { text-indent: 0 !important; }
.indent-1 { text-indent: 1rem !important; }
.indent-2 { text-indent: 2rem !important; }
.mw-75 { max-width: 75% !important; }
.mw-90 { max-width: 90% !important; }
.text-08m { font-size: 0.8em; }
.text-09m { font-size: 0.9em; }
.text-12m { font-size: 1.2em; }
.text-15m { font-size: 1.5em; }
.w-content { max-width: fit-content; }

.text-primary { color: var(--primary) !important; }

/*************************************************************************************************/

.site-header
{
    z-index: 999;
    box-shadow: 0 10px 25px rgba(2, 18, 48, 0.15);
}

.header-utility
{
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    padding: 0.3rem 0;
}

.header-utility-text
{
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.header-utility-text i
{
    color: var(--secondary);
}

.header-utility-divider
{
    opacity: 0.5;
}

.site-navbar
{
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 3px solid var(--secondary);
    padding: 0.45rem 0;
    backdrop-filter: blur(12px);
}

.site-navbar .navbar-brand
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    margin-right: 1.5rem;
    text-decoration: none;
}

.site-navbar .navbar-brand img
{
    height: 38px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(11%) sepia(56%) saturate(1582%) hue-rotate(203deg) brightness(94%) contrast(109%);
}

.brand-stack
{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.brand-license
{
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.site-navbar .navbar-toggler
{
    border: 1px solid rgba(3, 29, 75, 0.18);
    padding: 0.45rem 0.6rem;
}

.site-navbar .navbar-toggler:focus
{
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 0, 0.25);
}

.site-navbar .navbar-nav
{
    gap: 0.35rem;
}

.site-navbar .nav-link
{
    color: var(--primary-dark);
    font-weight: 700;
    text-decoration: none;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active
{
    color: var(--primary);
    background: var(--primary-accent);
}

.site-navbar .dropdown-menu
{
    border: none;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(2, 18, 48, 0.16);
    padding: 0.6rem;
}

.site-navbar .dropdown-item
{
    border-radius: 12px;
    color: var(--primary-dark);
    font-weight: 600;
    padding: 0.55rem 0.8rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus
{
    background: var(--primary-accent);
    color: var(--primary);
}

.site-navbar .navbar-collapse
{
    justify-content: flex-end;
}

.header-right
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    margin-left: auto;
}

.header-actions
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-header-primary,
.btn-header-secondary
{
    font-size: 0.95rem;
    min-width: 218px;
    padding: 0.8rem 1.3rem;
    text-align: center;
}

.header-phone
{
    color: var(--primary-dark);
    text-decoration: none;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.1;
}

.header-phone:hover
{
    color: var(--primary-dark);
    text-decoration: none;
}

.header-nav-list
{
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.2rem;
    white-space: nowrap;
}

.site-footer
{
    flex-shrink: 0;
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.88);
    padding: 3rem 0 2rem;
    margin-top: 3rem;
}

.footer-logo
{
    height: 44px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-copy,
.footer-license
{
    margin-bottom: 0.9rem;
}

.footer-heading
{
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 1rem;
}

.footer-list
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li
{
    margin-bottom: 0.6rem;
}

.footer-list a,
.site-footer a
{
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
}

.footer-list a:hover,
.site-footer a:hover
{
    color: var(--secondary-light);
    text-decoration: underline;
}

.social-links
{
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.social-link
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
}

.social-link:hover
{
    background: var(--secondary);
    color: var(--primary-dark);
    text-decoration: none;
    transform: translateY(-2px);
}

.footer-bottom
{
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    font-size: 0.9rem;
}

.mobile-cta-bar
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: var(--mobile-cta-height);
    box-shadow: 0 -8px 24px rgba(2, 18, 48, 0.2);
}

.mobile-cta-link
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
    font-weight: 800;
    padding: 0.9rem 1rem;
}

.mobile-cta-call
{
    background: var(--primary-dark);
    color: var(--white);
}

.mobile-cta-estimate
{
    background: var(--secondary);
    color: var(--primary-dark);
}

.mobile-cta-link:hover
{
    text-decoration: none;
}

/*************************************************************************************************/

.content-section
{
    padding: 4rem 0;
}

@media (max-width: 768px)
{
    .content-section { padding: 2rem 0; }
}

/*************************************************************************************************/

.hero-section
{
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    color: var(--white);
}

.hero-section h1
{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-section .lead
{
    font-size: 1.25em;
    opacity: 0.9;
}

.hero-image
{
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.home-hero-image
{
    width: min(100%, 420px);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.9rem;
}

/*************************************************************************************************/

.btn-cta
{
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--primary-dark);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-cta:hover
{
    color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 184, 0, 0.4);
}

.btn-outline-primary
{
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-primary:hover
{
    background-color: var(--primary);
    color: var(--white);
}

.section-eyebrow
{
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 184, 0, 0.12);
    color: var(--secondary-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-intro
{
    max-width: 720px;
}

.lead-soft,
.text-muted-strong
{
    color: var(--text-muted);
}

.feature-panel
{
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(3, 29, 75, 0.08);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 16px 34px rgba(2, 18, 48, 0.08);
}

.feature-panel-dark
{
    background: linear-gradient(140deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    color: var(--white);
}

.feature-panel-dark a:not(.btn)
{
    color: var(--secondary-light);
}

.feature-list
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li
{
    position: relative;
    padding: 0.45rem 0 0.45rem 1.6rem;
}

.feature-list li::before
{
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.45rem;
    color: var(--secondary);
    font-weight: 800;
}

.info-strip
{
    background: #eef3f9;
    border-radius: 24px;
    padding: 1.35rem;
}

.info-strip-item
{
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.info-strip-item i,
.icon-badge i,
.service-badge i,
.contact-detail-card i,
.stat-card i,
.audience-card i
{
    color: var(--secondary);
}

.icon-badge
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255, 184, 0, 0.12);
    font-size: 1.4rem;
}

.brand-grid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.brand-card,
.stat-card,
.audience-card,
.contact-detail-card,
.incentive-card,
.faq-shell,
.service-section
{
    background: var(--white);
    border: 1px solid rgba(3, 29, 75, 0.08);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(2, 18, 48, 0.06);
}

.brand-card
{
    text-align: center;
    height: 100%;
}

.brand-card img,
.service-photo,
.feature-photo,
.gallery-photo
{
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.brand-card img
{
    height: 120px;
    margin-bottom: 0.9rem;
}

.process-step
{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.4rem;
    background: var(--white);
    border: 1px solid rgba(3, 29, 75, 0.08);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(2, 18, 48, 0.06);
    height: 100%;
}

.process-number
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--primary-dark);
    font-size: 1.15rem;
    font-weight: 800;
}

.cta-panel
{
    background: linear-gradient(140deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    color: var(--white);
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 18px 42px rgba(2, 18, 48, 0.22);
}

.cta-panel .btn-outline-primary
{
    border-color: rgba(255, 255, 255, 0.6);
    color: var(--white);
}

.cta-panel .btn-outline-primary:hover
{
    background: rgba(255, 255, 255, 0.12);
}

.service-section
{
    height: 100%;
}

.service-anchor
{
    scroll-margin-top: 150px;
}

.service-badge
{
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 0.85rem;
}

.service-photo
{
    height: 240px;
}

.stat-card
{
    text-align: center;
    height: 100%;
}

.stat-value
{
    display: block;
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 0.35rem;
}

.audience-card
{
    height: 100%;
}

.contact-detail-card
{
    height: 100%;
}

.contact-detail-card h4
{
    margin-top: 0.9rem;
}

.upload-hint,
.form-note,
.small-muted
{
    font-size: 0.92rem;
    color: var(--text-muted);
}

.file-list
{
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.file-list li
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.gallery-photo
{
    height: 220px;
}

.incentive-card
{
    height: 100%;
}

.incentive-link
{
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

/*************************************************************************************************/

.emergency-band
{
    background: var(--fire-red);
    color: var(--white);
    padding: 0.6rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}

.emergency-band a
{
    color: var(--white);
    text-decoration: none;
}

.emergency-band a:hover
{
    text-decoration: underline;
}

/*************************************************************************************************/

.step-circle
{
    position: relative;
    display: inline-block;
}

.step-icon
{
    width: 60px;
    height: 60px;
}

.circle-bg
{
    width: 150px;
    height: 150px;
}

/*************************************************************************************************/

.trust-section
{
    background-color: var(--white);
}

.trust-icon
{
    width: 60px;
    height: 60px;
}

/*************************************************************************************************/

.mobile-mockup
{
    max-width: 250px;
    height: auto;
}

/*************************************************************************************************/

.review-card
{
    background: var(--white);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-left: 4px solid var(--secondary);
}

.stars
{
    color: #FFB800;
    font-size: 1.1em;
}

/*************************************************************************************************/

.service-card
{
    background: var(--white);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover
{
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-card .service-icon
{
    font-size: 2.5em;
    color: var(--secondary);
    margin-bottom: 0.75rem;
}

.service-image
{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.service-list
{
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.service-list li
{
    padding: 0.25rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-list li::before
{
    content: "\2713";
    color: var(--secondary);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/*************************************************************************************************/

.service-detail-list
{
    list-style: none;
    padding-left: 0;
}

.service-detail-list li
{
    padding: 0.4rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-detail-list li::before
{
    content: "\2713";
    color: var(--secondary);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/*************************************************************************************************/

.pricing-box
{
    background: var(--primary-accent);
    border-radius: 24px;
    padding: 1.75rem;
    border: 1px solid rgba(3, 29, 75, 0.08);
}

.pricing-box .price
{
    font-size: 1.5em;
    font-weight: 700;
    color: var(--primary);
    margin: 0.5rem 0;
}

/*************************************************************************************************/

.value-icon i
{
    color: var(--secondary);
}

/*************************************************************************************************/

.form-control:focus, .form-select:focus
{
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 0, 0.25);
}

.form-check-input:checked
{
    background-color: var(--primary);
    border-color: var(--primary);
}

/*************************************************************************************************/

.accordion-button:not(.collapsed)
{
    color: var(--primary);
    background-color: var(--primary-accent);
}

.accordion-button:focus
{
    border-color: var(--primary-light);
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 46, 0.25);
}

@media (max-width: 1199px)
{
    :root { --header-height: 104px; }

    .site-navbar .navbar-collapse
    {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(3, 29, 75, 0.08);
    }

    .header-right
    {
        width: 100%;
        align-items: flex-start;
    }

    .header-actions
    {
        justify-content: flex-start;
    }

    .header-nav-list
    {
        flex-direction: column;
        align-items: flex-start;
        white-space: normal;
        width: 100%;
    }
}

@media (max-width: 991px)
{
    :root { --header-height: 112px; }

    body
    {
        padding-bottom: var(--mobile-cta-height);
    }

    .brand-stack
    {
        max-width: 260px;
    }
}

@media (max-width: 768px)
{
    :root { --header-height: 118px; }

    .hero-section
    {
        padding: 4rem 0;
    }

    .site-navbar .navbar-brand
    {
        gap: 0.1rem;
    }

    .site-navbar .navbar-brand img
    {
        height: 34px;
    }

    .brand-license
    {
        font-size: 0.64rem;
    }

    .header-phone
    {
        font-size: 1.3rem;
    }

    .btn-header-primary,
    .btn-header-secondary
    {
        min-width: 0;
        width: 100%;
    }

    .feature-panel,
    .cta-panel,
    .service-section,
    .pricing-box,
    .contact-detail-card,
    .brand-card,
    .stat-card,
    .audience-card,
    .process-step,
    .incentive-card
    {
        border-radius: 20px;
        padding: 1.3rem;
    }
}
