*{
    box-sizing:border-box;
}

body{
    margin:0;
    padding:0;
    background:#f4f7fa;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
}

img{
    max-width:100%;
    height:auto;
}

a{
    color:#1e3a5f;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

h1,h2,h3{
    margin-top:0;
    color:#1e3a5f;
}

p{
    line-height:1.65;
    margin:0 0 14px 0;
}

#wrap{
    max-width:1180px;
    margin:0 auto;
    background:#ffffff;
    box-shadow:0 10px 28px rgba(0,0,0,.12);
}

/* HEADER ABOVE NAV */

#site-header{
    background:#ffffff;
    box-shadow:0 4px 14px rgba(0,0,0,.08);
    position:relative;
    z-index:25;
}

.header-inner{
    max-width:1100px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:18px 20px;
}

.header-logo{
    display:flex;
    align-items:center;
    min-width:0;
}

.header-logo a{
    display:flex;
    align-items:center;
}

.header-logo img{
    display:block;
    height:74px;
    width:auto;
    max-width:460px;
}

.header-trust{
    font-size:20px;
    font-weight:700;
    color:#1e3a5f;
    text-align:right;
    line-height:1.4;
    text-shadow:0 1px 0 rgba(255,255,255,.8);
}

/* NAVIGATION */

#navigation{
    background:linear-gradient(180deg,#0e2a44 0%,#0b2237 100%);
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    padding:0 20px;
    box-shadow:0 6px 16px rgba(0,0,0,.22);
    position:relative;
    z-index:20;
}

#navigation ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px;
}

#navigation li{
    margin:0;
    padding:0;
}

#navigation li a{
    display:block;
    padding:14px 16px;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:.03em;
    border-radius:4px;
}

#navigation li.selected a,
#navigation li a:hover{
    background:#1e3a5f;
    text-decoration:none;
}

/* MOBILE CALL/TEXT */

.mobile-nav-actions{
    display:none;
    gap:10px;
    width:100%;
    margin:10px 0 12px 0;
    justify-content:center;
}

.mobile-call-btn,
.mobile-text-btn{
    display:inline-block;
    padding:11px 14px;
    border-radius:8px;
    font-size:15px;
    font-weight:800;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
}

.mobile-call-btn{
    background:#28a745;
}

.mobile-text-btn{
    background:#1e3a5f;
    border:1px solid rgba(255,255,255,.18);
}

/* HERO */

.hero{
    position:relative;
    width:100%;
    min-height:430px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.38) 45%, rgba(0,0,0,.18) 100%);
}

.hero-text{
    position:relative;
    z-index:2;
    max-width:1100px;
    margin:0 auto;
    padding:56px 20px 60px 20px;
    color:#ffffff;
}

.hero-badge{
    display:inline-block;
    margin-bottom:16px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(242,194,0,.92);
    color:#0f172a;
    font-size:14px;
    font-weight:800;
    letter-spacing:.02em;
}

.hero-text h1{
    max-width:760px;
    margin:0 0 12px 0;
    font-size:44px;
    line-height:1.15;
    color:#ffffff;
}

.hero-subline{
    max-width:760px;
    font-size:21px;
    font-weight:700;
    color:#f8fafc;
    margin-bottom:12px;
}

.hero-contact{
    max-width:760px;
    font-size:22px;
    font-weight:800;
    color:#ffffff;
    margin-bottom:0;
}

/* PAGE LAYOUT */

.content-grid{
    max-width:1100px;
    margin:0 auto 8px auto;
    padding:30px 20px 40px 20px;
    display:grid;
    grid-template-columns:minmax(0, 1.65fr) minmax(280px, 0.85fr);
    gap:32px;
    align-items:start;
}

.main-column{
    min-width:0;
}

.sidebar-column{
    min-width:0;
}

/* CARDS */

.section-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:24px;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    margin-bottom:24px;
}

.sidebar-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:22px;
    box-shadow:0 1px 8px rgba(0,0,0,.04);
}

.sidebar-stack{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.soft-card{
    background:#f8fbff;
}

.small-label{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#6b7280;
    margin-bottom:8px;
    font-weight:700;
}

.accent-label{
    color:#9a6b00;
}

.section-card h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:14px;
}

.section-card h3,
.sidebar-card h3{
    font-size:24px;
    line-height:1.25;
    margin-bottom:12px;
}

/* LISTS / SERVICE BLOCKS */

.benefit-list,
.service-list{
    margin:0;
    padding-left:20px;
}

.benefit-list li,
.service-list li{
    margin-bottom:10px;
    line-height:1.6;
}

.service-cards{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:14px;
    margin:18px 0 14px 0;
}

.service-card{
    background:#f8fafc;
    border:1px solid #dbe3ea;
    border-radius:10px;
    padding:16px;
    line-height:1.45;
}

/* ABOUT */

.about-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 230px;
    gap:22px;
    align-items:start;
}

.about-photo img{
    width:100%;
    display:block;
    border-radius:10px;
    border:1px solid #dbe3ea;
}

/* REVIEWS */

.review-card-wide{
    background:#fdf7e2;
    border-left:6px solid #f2c200;
}

.review-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:16px;
    margin-bottom:14px;
}

.review-badge-link{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-width:145px;
    padding:12px 14px;
    border-radius:10px;
    background:#ffffff;
    border:1px solid #ecd58a;
    box-shadow:0 1px 6px rgba(0,0,0,0.05);
}

.review-badge-link:hover{
    text-decoration:none;
    background:#fffdf6;
}

.review-badge-link .stars{
    color:#d39b00;
    font-size:22px;
    line-height:1;
    letter-spacing:1px;
    font-weight:800;
}

.review-badge-link .label{
    margin-top:6px;
    font-size:12px;
    color:#475569;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
}

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

.review-box{
    background:#ffffff;
    padding:16px;
    border-radius:10px;
    border:1px solid #eee1ae;
    line-height:1.6;
    color:#4b5563;
    font-style:italic;
}

/* FORM */

.field{
    margin-bottom:14px;
}

.field label{
    display:block;
    margin-bottom:6px;
    font-size:14px;
    font-weight:700;
    color:#475569;
}

.field input,
.field textarea,
.field select{
    width:100%;
    padding:11px 12px;
    border:1px solid #cbd5e1;
    border-radius:8px;
    font-size:15px;
    background:#f8fafc;
    color:#0f172a;
}

.field textarea{
    min-height:120px;
    resize:vertical;
}

.btn-submit{
    display:block;
    width:100%;
    background:#f2c200;
    color:#0f172a;
    border:none;
    border-radius:10px;
    padding:14px 18px;
    font-size:17px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
}

.btn-submit:hover{
    background:#e0b200;
}

.notice{
    padding:12px 14px;
    border-radius:8px;
    margin-bottom:15px;
    font-size:14px;
    line-height:1.5;
}

.notice.success{
    background:#ecfdf5;
    border:1px solid #34d399;
    color:#166534;
}

.notice.error{
    background:#fef2f2;
    border:1px solid #f87171;
    color:#991b1b;
}

.contact-pill{
    margin-top:16px;
    background:#f8fafc;
    border:1px solid #dbe3ea;
    border-radius:10px;
    padding:14px 16px;
    text-align:center;
}

.contact-pill .big{
    font-size:22px;
    font-weight:800;
    color:#1e3a5f;
}

.contact-pill .subSmall{
    margin-top:6px;
    font-size:14px;
    color:#64748b;
}

/* BEFORE / AFTER */

.beforeAfterGrid{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
}

.baItem{
    position:relative;
}

.baItem img{
    width:100%;
    display:block;
    border-radius:10px;
    border:1px solid #dbe3ea;
}

.baLabel{
    position:absolute;
    left:10px;
    bottom:10px;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#ffffff;
}

.baLabel.before{
    background:rgba(15,42,68,0.88);
}

.baLabel.after{
    background:rgba(40,167,69,0.88);
}

/* ACCORDION */

.accordion-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.accordion{
    border:1px solid #dbe3ea;
    border-radius:10px;
    background:#ffffff;
    overflow:hidden;
}

.accordion summary{
    list-style:none;
    cursor:pointer;
    padding:16px 18px;
    font-weight:700;
    color:#1e3a5f;
    background:#f8fbff;
}

.accordion summary::-webkit-details-marker{
    display:none;
}

.accBody{
    padding:16px 18px 6px 18px;
}

/* FOOTER */

.footer{
    background:#0f2a44;
    color:#ffffff;
    text-align:center;
    padding:25px;
    font-size:14px;
    box-shadow:0 -6px 16px rgba(0,0,0,.22);
}

/* RESPONSIVE */

@media (max-width: 1100px){
    .header-trust{
        font-size:17px;
    }

    .header-logo img{
        max-width:380px;
    }
}

@media (max-width: 980px){
    .header-inner{
        flex-wrap:wrap;
        justify-content:center;
        text-align:center;
        padding:16px 14px;
    }

    .header-trust{
        width:100%;
        text-align:center;
        font-size:16px;
    }

    #navigation{
        flex-wrap:wrap;
        align-items:flex-start;
        padding:0 14px;
    }

    #navigation ul{
        width:100%;
        justify-content:center;
    }

    .mobile-nav-actions{
        display:flex;
        order:3;
        justify-content:center;
    }

    .content-grid{
        grid-template-columns:1fr;
        padding:24px 16px 32px 16px;
    }

    .about-grid,
    .review-grid,
    .service-cards{
        grid-template-columns:1fr;
    }
}

@media (max-width: 900px){
    .header-logo img{
        height:56px;
        max-width:320px;
    }

    .hero{
        min-height:330px;
    }

    .hero-text{
        padding:38px 16px 42px 16px;
    }

    .hero-text h1{
        font-size:31px;
    }

    .hero-subline{
        font-size:18px;
    }

    .hero-contact{
        font-size:19px;
    }

    .section-card h2{
        font-size:26px;
    }

    .sidebar-card h3{
        font-size:22px;
    }
}

@media (max-width: 640px){
    #navigation li a{
        padding:12px 10px;
        font-size:13px;
    }

    .mobile-call-btn,
    .mobile-text-btn{
        flex:1 1 0;
        font-size:14px;
        padding:10px 10px;
    }

    .hero{
        min-height:285px;
    }

    .hero-badge{
        font-size:12px;
        padding:8px 12px;
    }

    .hero-text h1{
        font-size:26px;
    }

    .hero-subline{
        font-size:16px;
    }

    .hero-contact{
        font-size:17px;
    }

    .section-card,
    .sidebar-card{
        padding:18px;
    }
}

/* BEFORE AFTER SECTION */

.beforeAfterGrid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    max-width:700px;
    margin:18px auto;
}

.baItem{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

.baItem img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.baLabel{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    font-size:13px;
    font-weight:600;
    border-radius:4px;
    color:white;
}

.baLabel.before{
    background:#d9534f;
}

.baLabel.after{
    background:#2ecc71;
}

/* Mobile sticky quick action bar */
.stickyBar{
  display:none;
}

@media (max-width: 768px){

  .stickyBar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;

    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:8px;

    padding:10px;
    background:rgba(255,255,255,.98);
    border-top:1px solid #d9e1e7;
    box-shadow:0 -6px 18px rgba(0,0,0,.14);
    backdrop-filter:blur(6px);
  }

  .stickyBtn{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;

    min-height:58px;
    padding:8px 6px;

    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    line-height:1.1;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
    transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  }

  .stickyBtn:active{
    transform:translateY(1px);
    box-shadow:0 1px 4px rgba(0,0,0,.12);
  }

  .stickyIcon{
    font-size:18px;
    line-height:1;
  }

  .stickyLabel{
    font-size:13px;
    letter-spacing:.1px;
  }

  .stickyBtn.call{
    background:#0b4f7a;
    color:#fff;
  }

  .stickyBtn.text{
    background:#1f9d55;
    color:#fff;
  }

  .stickyBtn.quote{
    background:#f2c200;
    color:#222;
  }

  /* keeps page content from being covered by the bar */
  body{
    padding-bottom:92px;
  }
}