.elementor-3 .elementor-element.elementor-element-09b30c9{--display:flex;--margin-top:75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-09b30c9 *//* =====================================================
   EASTERN CRAWLSPACE SOLUTIONS
   PRIVACY POLICY + TERMS OF SERVICE
   ===================================================== */


/* =====================================================
   VARIABLES
   ===================================================== */

:root {
    --ecs-blue: #14A0B3;
    --ecs-blue-dark: #0e7f8f;
    --ecs-black: #080808;
    --ecs-text: #303030;
    --ecs-muted: #6b6b6b;
    --ecs-border: #dce5e7;
    --ecs-light-blue: #eef9fa;
    --ecs-light-gray: #f5f7f7;
    --ecs-white: #ffffff;
}


/* =====================================================
   GLOBAL PAGE RESET
   ===================================================== */

.ecs-legal-page,
.ecs-legal-page *,
.ecs-legal-page *::before,
.ecs-legal-page *::after {
    box-sizing: border-box;
}

.ecs-legal-page {
    position: relative;
    width: 100%;
    margin: 0;
    padding: clamp(60px, 8vw, 120px) 24px;
    overflow: hidden;

    color: var(--ecs-text);
    background:
        linear-gradient(
            180deg,
            var(--ecs-light-blue) 0,
            var(--ecs-white) 420px
        );

    font-family:
        "Acumin Pro",
        "acumin-pro",
        Arial,
        sans-serif;

    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.75;
}

.ecs-legal-page::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 420px;
    height: 420px;

    border: 70px solid rgba(20, 160, 179, 0.08);
    border-radius: 50%;

    pointer-events: none;
}

.ecs-legal-container {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}


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

.ecs-legal-hero {
    position: relative;
    max-width: 880px;
    margin-bottom: clamp(35px, 5vw, 60px);
}

.ecs-legal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--ecs-blue-dark);

    font-size: clamp(13px, 1vw, 15px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ecs-legal-eyebrow::before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    flex: 0 0 34px;

    background: var(--ecs-blue);
}

.ecs-legal-hero h1 {
    max-width: 850px;
    margin: 0 0 22px;

    color: var(--ecs-black);

    font-family:
        "Acumin Pro",
        "acumin-pro",
        Arial,
        sans-serif;

    font-size: clamp(46px, 7vw, 82px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.ecs-legal-hero h1 span {
    color: var(--ecs-blue);
}

.ecs-legal-intro {
    max-width: 760px;
    margin: 0 0 18px;

    color: #434343;

    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

.ecs-legal-updated {
    display: inline-block;
    margin: 0;
    padding: 8px 13px;

    color: var(--ecs-muted);
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid var(--ecs-blue);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}


/* =====================================================
   INTRO NOTICE
   ===================================================== */

.ecs-legal-notice {
    position: relative;
    margin-bottom: clamp(36px, 5vw, 60px);
    padding: clamp(24px, 4vw, 38px);

    color: var(--ecs-white);
    background: var(--ecs-black);

    border-radius: 0 32px 0 32px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);

    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.65;
}

.ecs-legal-notice::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    width: 90px;
    height: 6px;

    background: var(--ecs-blue);
}

.ecs-legal-notice strong {
    color: var(--ecs-blue);
}


/* =====================================================
   CONTENT AREA
   ===================================================== */

.ecs-legal-content {
    display: grid;
    gap: 0;

    background: var(--ecs-white);
    border: 1px solid var(--ecs-border);
    box-shadow: 0 24px 70px rgba(15, 43, 48, 0.08);
}

.ecs-legal-section {
    position: relative;
    margin: 0;
    padding: clamp(30px, 5vw, 58px);

    border-bottom: 1px solid var(--ecs-border);
}

.ecs-legal-section:last-child {
    border-bottom: 0;
}

.ecs-legal-section:nth-child(even) {
    background: var(--ecs-light-gray);
}

.ecs-legal-section h2 {
    position: relative;

    margin: 0 0 22px;
    padding-left: 22px;

    color: var(--ecs-black);

    font-family:
        "Acumin Pro",
        "acumin-pro",
        Arial,
        sans-serif;

    font-size: clamp(25px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.ecs-legal-section h2::before {
    content: "";
    position: absolute;
    top: 0.12em;
    bottom: 0.12em;
    left: 0;

    width: 5px;

    background: var(--ecs-blue);
}

.ecs-legal-section h3 {
    margin: 32px 0 12px;

    color: var(--ecs-blue-dark);

    font-size: clamp(19px, 2vw, 24px);
    font-weight: 750;
    line-height: 1.25;
}

.ecs-legal-section p {
    max-width: 850px;
    margin: 0 0 18px;
}

.ecs-legal-section p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   LISTS
   ===================================================== */

.ecs-legal-section ul {
    display: grid;
    gap: 12px;

    margin: 22px 0;
    padding: 0;

    list-style: none;
}

.ecs-legal-section li {
    position: relative;
    margin: 0;
    padding-left: 31px;
}

.ecs-legal-section li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;

    width: 11px;
    height: 11px;

    background: var(--ecs-blue);
    border-radius: 0 5px 0 5px;

    transform: translateY(-50%);
}


/* =====================================================
   LINKS
   ===================================================== */

.ecs-legal-page a {
    color: var(--ecs-blue-dark);
    text-decoration-color: rgba(20, 160, 179, 0.45);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;

    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.ecs-legal-page a:hover,
.ecs-legal-page a:focus {
    color: var(--ecs-blue);
    text-decoration-color: var(--ecs-blue);
}

.ecs-legal-page a:focus-visible {
    outline: 3px solid rgba(20, 160, 179, 0.3);
    outline-offset: 4px;
}


/* =====================================================
   CONTACT SECTION
   ===================================================== */

.ecs-legal-contact {
    color: var(--ecs-white);
    background: var(--ecs-black) !important;
}

.ecs-legal-contact h2,
.ecs-legal-contact p,
.ecs-legal-contact address {
    color: var(--ecs-white);
}

.ecs-legal-contact h2::before {
    background: var(--ecs-blue);
}

.ecs-legal-contact address {
    margin: 24px 0;
    padding: 22px 24px;

    background: rgba(255, 255, 255, 0.06);
    border-left: 4px solid var(--ecs-blue);

    font-style: normal;
    line-height: 1.7;
}

.ecs-legal-contact a {
    color: var(--ecs-blue);
}

.ecs-legal-contact a:hover,
.ecs-legal-contact a:focus {
    color: var(--ecs-white);
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .ecs-legal-page {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ecs-legal-hero h1 {
        max-width: 720px;
    }

    .ecs-legal-section {
        padding: clamp(30px, 5vw, 48px);
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .ecs-legal-page {
        padding:
            55px
            18px
            70px;
    }

    .ecs-legal-page::before {
        top: -130px;
        right: -150px;

        width: 310px;
        height: 310px;

        border-width: 50px;
    }

    .ecs-legal-hero {
        margin-bottom: 34px;
    }

    .ecs-legal-eyebrow {
        margin-bottom: 15px;

        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .ecs-legal-eyebrow::before {
        width: 26px;
        flex-basis: 26px;
    }

    .ecs-legal-hero h1 {
        margin-bottom: 18px;

        font-size: clamp(40px, 13vw, 56px);
        line-height: 1;
    }

    .ecs-legal-intro {
        font-size: 18px;
        line-height: 1.55;
    }

    .ecs-legal-notice {
        margin-bottom: 34px;
        padding: 24px 22px;

        border-radius: 0 22px 0 22px;
    }

    .ecs-legal-section {
        padding: 32px 22px;
    }

    .ecs-legal-section h2 {
        margin-bottom: 18px;
        padding-left: 17px;

        font-size: 26px;
    }

    .ecs-legal-section h2::before {
        width: 4px;
    }

    .ecs-legal-section h3 {
        margin-top: 27px;

        font-size: 20px;
    }

    .ecs-legal-section ul {
        gap: 13px;
        margin: 20px 0;
    }

    .ecs-legal-section li {
        padding-left: 27px;
    }

    .ecs-legal-contact address {
        padding: 20px;
    }
}


/* =====================================================
   VERY SMALL MOBILE
   ===================================================== */

@media (max-width: 420px) {

    .ecs-legal-page {
        padding-right: 14px;
        padding-left: 14px;
    }

    .ecs-legal-section {
        padding: 29px 18px;
    }

    .ecs-legal-notice {
        padding: 22px 18px;
    }
}


/* =====================================================
   REDUCED MOTION
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .ecs-legal-page *,
    .ecs-legal-page *::before,
    .ecs-legal-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}/* End custom CSS */