/* ==========================================================
   MAURADIAN GUTTERS — R11-R4
   SINGLE HEADER / HERO / APP / FOOTER
   ========================================================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}


/* ==========================================================
   ONE HEADER
   ========================================================== */

.mg-r11-r4-header {
    position: relative;
    z-index: 1000;

    background: #03101f;

    border-bottom:
        1px solid
        rgba(255,255,255,.08);
}

.mg-r11-r4-header-inner {
    width:
        min(
            1180px,
            calc(100% - 48px)
        );

    min-height: 110px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap: 35px;
}

.mg-r11-r4-logo img {
    display: block;

    width: 118px;

    height: auto;
}

.mg-r11-r4-nav {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 27px;
}

.mg-r11-r4-nav a {
    position: relative;

    color: #fff;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;

    white-space: nowrap;

    padding:
        13px
        0;
}

.mg-r11-r4-nav a:hover,
.mg-r11-r4-nav a.active {
    color: #f6bd18;
}

.mg-r11-r4-nav a.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 4px;

    height: 2px;

    background: #f6bd18;
}

.mg-r11-r4-nav a.quote {
    padding:
        16px
        24px;

    color: #06101a;

    background: #f6bd18;
}


/* ==========================================================
   ONE HERO
   ========================================================== */

.mg-r11-r4-hero {
    position: relative;

    min-height: 330px;

    display: flex;

    align-items: center;

    background-position:
        center 47%;

    background-repeat:
        no-repeat;

    background-size:
        cover;

    border-bottom:
        1px solid
        rgba(246,189,24,.48);
}

.mg-r11-r4-hero-inner {
    width:
        min(
            1100px,
            calc(100% - 48px)
        );

    margin: 0 auto;

    padding:
        42px
        0;

    text-align: center;
}

.mg-r11-r4-eyebrow {
    display: block;

    margin-bottom: 12px;

    color: #fff;

    font-size: 13px;

    font-weight: 900;

    letter-spacing: .15em;

    text-transform: uppercase;

    text-shadow:
        0 3px 8px
        rgba(0,0,0,.9);
}

.mg-r11-r4-hero h1 {
    margin:
        0
        auto
        15px;

    color: #fff;

    font-size:
        clamp(
            40px,
            5.6vw,
            69px
        );

    font-weight: 900;

    line-height: .98;

    letter-spacing: -.025em;

    text-transform: uppercase;

    text-shadow:
        0 4px 10px
        rgba(0,0,0,.95);
}

.mg-r11-r4-hero h1 strong {
    display: block;

    margin-top: 6px;

    color: #f6bd18;
}

.mg-r11-r4-hero p {
    margin:
        0
        auto
        20px;

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    text-shadow:
        0 2px 7px
        rgba(0,0,0,.9);
}

.mg-r11-r4-hero-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 46px;

    padding:
        0
        23px;

    color: #06101a;

    background: #f6bd18;

    font-size: 12px;

    font-weight: 900;

    text-decoration: none;

    text-transform: uppercase;
}


/* ==========================================================
   KEEP ORIGINAL COUNTY + CITY NAVIGATION
   ========================================================== */

.gold-topbar {
    display: block !important;

    position: relative !important;

    width: 100% !important;

    margin: 0 !important;

    border-top: 0 !important;
}

.gold-county-nav,
.gold-city-nav {
    display: block !important;
}

#county-buttons {
    display: flex !important;
}

#city-list {
    display: flex !important;

    flex-wrap: wrap !important;

    gap: 8px !important;
}

#city-list button {
    display: inline-flex !important;
}


/* ==========================================================
   ONLY APPROVED APPLICATION CONTENT
   ========================================================== */

#service-area-presentation {
    display: block !important;

    scroll-margin-top: 20px;
}

#service-area-presentation > .app-shell,
#service-area-presentation > .gold-benefit-bar {
    display: grid;
}


/* ==========================================================
   ONE FOOTER
   ========================================================== */

.mg-r11-r4-footer {
    position: relative;

    background:
        linear-gradient(
            180deg,
            #07131a,
            #031016
        );

    border-top:
        1px solid
        rgba(246,189,24,.32);
}

.mg-r11-r4-footer-inner {
    width:
        min(
            1180px,
            calc(100% - 48px)
        );

    margin: 0 auto;

    padding:
        32px
        0
        22px;
}

.mg-r11-r4-footer-brand {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 24px;
}

.mg-r11-r4-footer-brand img {
    width: 82px;

    height: auto;
}

.mg-r11-r4-footer-brand strong {
    display: block;

    margin-bottom: 5px;

    color: #fff;

    font-size: 20px;
}

.mg-r11-r4-footer-brand span {
    color:
        rgba(
            255,
            255,
            255,
            .72
        );

    font-size: 13px;
}

.mg-r11-r4-footer-nav {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap:
        12px
        22px;

    padding:
        18px
        0;

    border-top:
        1px solid
        rgba(255,255,255,.08);

    border-bottom:
        1px solid
        rgba(255,255,255,.08);
}

.mg-r11-r4-footer-nav a {
    color: #fff;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;
}

.mg-r11-r4-footer-nav a:hover {
    color: #f6bd18;
}

.mg-r11-r4-footer-nav a.quote {
    padding:
        11px
        17px;

    color: #06101a;

    background: #f6bd18;
}

.mg-r11-r4-footer-bottom {
    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap: 30px;

    padding-top: 18px;

    color:
        rgba(
            255,
            255,
            255,
            .55
        );

    font-size: 11px;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {

    .mg-r11-r4-header-inner {
        padding:
            18px
            0;

        flex-direction: column;
    }

    .mg-r11-r4-nav {
        justify-content: center;

        flex-wrap: wrap;

        gap:
            8px
            18px;
    }

}


@media (max-width: 620px) {

    .mg-r11-r4-header-inner,
    .mg-r11-r4-hero-inner,
    .mg-r11-r4-footer-inner {
        width:
            calc(
                100% - 28px
            );
    }

    .mg-r11-r4-footer-bottom {
        align-items: flex-start;

        flex-direction: column;
    }

}
