
:root{
  --navy:#0a2f63;
  --navy2:#0f4f91;
  --red:#e41f26;
  --red2:#f23838;
  --ink:#142033;
  --muted:#657183;
  --line:#e5eaf0;
  --soft:#f6f8fb;
  --white:#fff;
  --shadow:0 18px 50px rgba(15,47,99,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
 .maa-site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{display:block;width:100%;height:114px;object-fit:contain;object-position:left center}
nav{display:flex;align-items:center;gap:25px;font-size:.92rem;font-weight:800;color:#17345c}
nav a{position:relative}
nav a:not(.call):hover{color:var(--red)}
.call{display:flex;align-items:center;gap:10px;color:var(--navy)}
.call .phone{width:38px;height:38px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center}
.call small{display:block;color:#68758a;font-weight:600}
.call strong{display:block;font-size:1rem;color:var(--navy)}
.mobile-call{display:none}

.hero{
  background:
  radial-gradient(circle at 84% 28%,rgba(222,234,244,.78),rgba(255,255,255,0) 39%),
  linear-gradient(90deg,#f8fafc 0%,#fff 58%,#eef3f7 100%);
  overflow:hidden;
}
.hero-wrap{display:grid;grid-template-columns:1.05fr .95fr;min-height:570px;align-items:center;gap:20px}
.kicker{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.78rem}
.hero h1{font-size:clamp(2.8rem,5vw,5.1rem);line-height:.98;margin:.16em 0 .28em;color:var(--navy);letter-spacing:-.045em}
.hero h1 span{color:var(--red)}
.hero p{max-width:660px;color:#4d596a;font-size:1.1rem}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border-radius:8px;font-weight:900;border:2px solid transparent;cursor:pointer}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:#c9151b}
.btn-outline{border-color:var(--navy);color:var(--navy);background:#fff}
.btn-outline:hover{background:#f4f7fb}
.hero-visual{position:relative;min-height:470px;display:flex;align-items:end;justify-content:center}
.wall{position:absolute;inset:55px 0 20px 0;border-radius:20px;background:linear-gradient(120deg,#f8f9fb,#e5eaef)}
.floor{position:absolute;left:0;right:0;bottom:20px;height:95px;background:linear-gradient(#e1e5e9,#f6f7f8);border-radius:0 0 20px 20px}
.appliances{position:relative;z-index:2;display:flex;align-items:end;gap:14px;margin-bottom:45px}
.fridge{width:150px;height:285px;background:linear-gradient(90deg,#c7cbd0,#f5f6f7,#b8bdc2);border:1px solid #aab0b7;border-radius:8px;position:relative;box-shadow:0 10px 18px rgba(0,0,0,.12)}
.fridge:before{content:"";position:absolute;left:50%;top:0;bottom:0;border-left:1px solid #999}
.fridge:after{content:"";position:absolute;left:6%;right:6%;top:66%;border-top:2px solid #92989e}
.washer,.dryer{width:128px;height:190px;background:linear-gradient(#f5f5f6,#d9dde1);border:1px solid #b9c0c7;border-radius:6px;position:relative;box-shadow:0 10px 18px rgba(0,0,0,.10)}
.washer:after,.dryer:after{content:"";position:absolute;width:78px;height:78px;border-radius:50%;border:11px solid #31363b;background:#15191d;left:50%;top:52%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 7px #60666c}
.hvac{width:150px;height:205px;background:repeating-linear-gradient(0deg,#535b60 0 5px,#353b3f 5px 8px);border:8px solid #43494e;border-radius:10px;box-shadow:0 10px 18px rgba(0,0,0,.14)}
.hvac-top{height:22px;background:#282d31;border-radius:5px 5px 0 0}
.visual-badge{position:absolute;right:12px;top:25px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px 14px;border-radius:999px;font-size:.8rem;font-weight:900;color:var(--navy)}

.section{padding:82px 0}
.section-title{text-align:center;margin-bottom:42px}
.section-title h2{margin:0;color:var(--navy);font-size:2.25rem}
.section-title .rule{width:48px;height:4px;background:var(--red);margin:12px auto 0;border-radius:4px}
.section-title p{max-width:720px;margin:14px auto 0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 22px;box-shadow:0 7px 18px rgba(10,47,99,.04);text-align:center}
.icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:var(--navy);color:#fff;font-size:1.55rem;font-weight:900}
.card:nth-child(even) .icon{background:var(--red)}
.card h3{color:var(--navy);font-size:1.06rem;margin:0 0 9px}
.card p{font-size:.93rem;color:var(--muted);min-height:88px}
.learn{color:var(--navy2);font-weight:850;font-size:.9rem}

.trust{background:linear-gradient(90deg,#082d60,#0b4d8f);color:white}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{display:flex;align-items:center;gap:15px;padding:24px 22px;border-right:1px solid rgba(255,255,255,.18)}
.trust-item:last-child{border-right:0}
.trust-icon{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.9);font-size:1.3rem}
.trust-item b{display:block}
.trust-item small{color:#d7e3f2}

.why{background:#fff}
.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:center}
.why h2{color:var(--navy);font-size:2.65rem;line-height:1.04;margin:.2em 0}
.checks{display:grid;gap:12px;margin-top:22px}
.check{display:flex;gap:10px;align-items:flex-start;font-weight:700}
.check span{width:20px;height:20px;border-radius:50%;background:var(--red);color:white;display:grid;place-items:center;font-size:.72rem;flex:0 0 auto;margin-top:2px}
.tech-card{min-height:410px;border-radius:20px;background:linear-gradient(145deg,#edf2f5,#d7e1e8);position:relative;overflow:hidden;box-shadow:var(--shadow)}
.house-line{position:absolute;right:-50px;top:0;width:70%;height:100%;background:linear-gradient(90deg,#d0d8df,#f3f4f5);clip-path:polygon(35% 0,100% 0,100% 100%,0 100%,0 25%)}
.tech{position:absolute;left:12%;bottom:0;width:38%;height:80%;background:linear-gradient(#173e68,#092d51);border-radius:80px 80px 10px 10px}
.tech:before{content:"";position:absolute;width:74px;height:74px;background:#c18a69;border-radius:50%;left:50%;top:-30px;transform:translateX(-50%)}
.tech:after{content:"";position:absolute;width:120px;height:36px;background:#0a2f63;border-radius:50% 50% 10px 10px;left:50%;top:-48px;transform:translateX(-50%)}
.unit{position:absolute;right:8%;bottom:7%;width:45%;height:58%;background:repeating-linear-gradient(0deg,#4d555a 0 5px,#2f3539 5px 8px);border:10px solid #3d454b;border-radius:8px}
.tools{position:absolute;left:44%;bottom:14%;width:65px;height:120px;border-left:8px solid #d29d2d;transform:rotate(25deg)}

.bottom-area{background:var(--soft)}
.bottom-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:24px}
.panel{background:white;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 8px 22px rgba(10,47,99,.05)}
.panel h3{margin:0 0 6px;color:var(--navy);font-size:1.55rem}
.service-map{height:245px;margin-top:20px;border-radius:14px;background:
radial-gradient(circle at 50% 55%,#5e8fc5 0 15%,transparent 16%),
linear-gradient(145deg,#edf1f5,#dfe5ea);position:relative;overflow:hidden}
.service-map:before{content:"MARYLAND";position:absolute;inset:0;display:grid;place-items:center;color:rgba(10,47,99,.26);font-size:3rem;font-weight:900;letter-spacing:.12em;transform:rotate(-8deg)}
.area-list{color:#4e5b6c;font-size:.95rem;margin-top:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,select,textarea{width:100%;font:inherit;padding:13px 14px;border:1px solid #d6dde6;border-radius:8px;background:#fff}
textarea{grid-column:1/-1;min-height:110px;resize:vertical}
select{grid-column:1/-1}
.submit{width:100%;border:0;margin-top:12px}

 .maa-site-footer{background:#071d38;color:#c9d7e5;padding:36px 0}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:30px;align-items:start}
.footer-logo{width:240px;max-width:100%;filter:drop-shadow(0 3px 9px rgba(255,255,255,.05))}
.maa-site-footer h4{color:white;margin:0 0 10px}
.maa-site-footer a{display:block;margin:5px 0;color:#d4deea}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;font-size:.88rem;color:#93a8bd}

@media(max-width:980px){
  nav a:not(.call){display:none}
  .hero-wrap,.why-grid,.bottom-grid{grid-template-columns:1fr}
  .hero-copy{padding-top:50px}
  .hero-visual{min-height:400px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
	.btn {
    padding: 14px 14px !important;
}
.hero p {
    max-width: 68%;
}
.maa-hero {
    padding: 20px 0px;
}
  .nav{height:72px}
  .brand img{width:100%;height:108px}
  .call{display:none}
  .mobile-call{display:inline-flex;background:var(--red);color:white;padding:9px 12px;border-radius:8px;font-weight:800}
  .hero-wrap{min-height:auto}
  .hero h1{font-size:3rem}
  .hero-visual{min-height:310px}
  .appliances{transform:scale(.72);transform-origin:center bottom;margin-bottom:24px}
  .cards,.trust-grid,.footer-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  .form-grid{grid-template-columns:1fr}
  textarea,select{grid-column:auto}
  .section{padding:62px 0}
}


/* MidAtlantic WordPress section isolation */
.maa-site-header .container{}
.maa-site-footer .container{}
.maa-hero {
    padding: 60px 0px;
}
.maa-services{}
.maa-trust{}
.maa-why{}
.maa-areas{}
.maa-contact{}




/* =========================================
   APPOINTMENT FORM
   ========================================= */

.appointment-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 54px 50px 56px;
    background: #ffffff;
    border: 1px solid #e3e9f0;
    border-radius: 28px;
    box-sizing: border-box;
}

/* Heading */

.appointment-heading {
    margin-bottom: 36px;
}

.appointment-eyebrow {
    margin-bottom: 16px;
    color: #ed1c24;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

.appointment-heading h2 {
    margin: 0 0 38px;
    color: #10366f;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 700;
}

.appointment-heading p {
    margin: 0;
    color: #647287;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}


/* =========================================
   FIELDS
   ========================================= */

.appointment-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.appointment-field {
    width: 100%;
    min-width: 0;
}

.appointment-full {
    grid-column: 1 / -1;
}


/* Inputs */

.appointment-form .appointment-input,
.appointment-form .appointment-select,
.appointment-form .appointment-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;

    border-radius: 6px;

    background: #ffffff;
    color: #111111;

    font-family: inherit;
    font-size: 20px;
    font-weight: 400;

    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


/* Text / phone / email / city */

.appointment-form .appointment-input {
    
    padding: 0 16px;
}


/* Placeholder */

.appointment-form .appointment-input::placeholder,
.appointment-form .appointment-textarea::placeholder,
.appointment-form .appointment-select::placeholder {
    color: #707070;
    opacity: 1;
font-size: 16px;
}


/* Select */

.appointment-form .appointment-select {
    height: 44px;
    padding: 0 36px 0 16px;
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%),
        linear-gradient(135deg, #111111 50%, transparent 50%);
    background-position: calc(100% - 20px) 22px,
        calc(100% - 13px) 22px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 20px;
    color: #6f6f6f;
}


/* Textarea */

.appointment-form .appointment-textarea {
    min-height: 120px;
    padding: 10px 15px;
    resize: vertical;
}


/* Focus */

.appointment-form .appointment-input:focus,
.appointment-form .appointment-select:focus,
.appointment-form .appointment-textarea:focus {
    border-color: #10366f;
    box-shadow: 0 0 0 3px rgba(16, 54, 111, 0.08);
}


/* =========================================
   SUBMIT BUTTON
   ========================================= */

.appointment-submit {
    margin-top: 0;
}

.appointment-form .appointment-button {
    display: block;
    width: 100%;
    height: 54px;
    padding: 0 25px;
    border: 0;
    border-radius: 5px !important;
    background: #ed1c24;
    color: white;
    font-family: inherit;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease,
        transform 0.2s ease;
}

.appointment-form .appointment-button:hover {
    background: #d9141b;
}

.appointment-form .appointment-button:active {
    transform: translateY(1px);
}


/* =========================================
   CF7 VALIDATION
   ========================================= */

.appointment-form .wpcf7-not-valid {
    border-color: #ed1c24 !important;
}

.appointment-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #ed1c24;
    font-size: 14px;
}

.appointment-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 10px;
    font-size: 16px;
}


/* Remove CF7 default spacing */

.appointment-form p {
    margin: 0;
}

.appointment-form br {
    display: none;
}


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

@media (max-width: 767px) {

    .appointment-form {
        padding: 35px 20px 40px;
        border-radius: 20px;
    }

    .appointment-heading {
        margin-bottom: 28px;
    }

    .appointment-eyebrow {
        font-size: 17px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .appointment-heading h2 {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .appointment-heading p {
        font-size: 19px;
    }

    .appointment-fields {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .appointment-full {
        grid-column: auto;
    }

    .appointment-form .appointment-input {
        height: 68px;
        padding: 0 20px;
        font-size: 19px;
    }

    .appointment-form .appointment-select {
        height: 68px;
        padding: 0 45px 0 20px;
        font-size: 19px;

        background-position:
            calc(100% - 20px) 29px,
            calc(100% - 13px) 29px;
    }

    .appointment-form .appointment-textarea {
        min-height: 170px;
        padding: 20px;
        font-size: 19px;
    }

    .appointment-form .appointment-button {
        height: 68px;
        font-size: 20px;
    }
}
