:root {
    --royal-blue: #0057d9;
    --sky-blue: #4db8ff;
    --orange: #ff7a45;
    --charcoal: #1a1a1a;
    --navy-dark: #001840;
    --navy-deeper: #0a0f1e;
    --light-bg: #f5f7ff;
    --radius-xl: 20px;
    --radius-2xl: 24px;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #fff;    
    overflow-x: hidden;
}
.hero {
    position: relative;
    height: 65vh;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0000008c 0%, rgb(233 30 99 / 51%) 100%);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 10;
}
section {
    padding: 110px 0;
}
@media (max-width:900px){
    section{padding:72px 0;}
  }
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:.78rem;
    letter-spacing:.14em;
    text-transform:uppercase;
    color: var(--primary);
  }
  .eyebrow::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background: var(--orange);
    display:inline-block;
  }
#services {
    padding: 120px 0;
}
.service-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-2xl);
    padding: 36px;
    height: 100%;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
    cursor: pointer;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.service-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
    transition: transform 0.28s ease;
}
.service-card:hover .service-icon-wrap {
    transform: scale(1.1);
}
.service-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--charcoal);
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.service-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: rgba(26, 26, 26, 0.52);
    line-height: 1.65;
    margin-bottom: 20px;
}
.service-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--royal-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
}
.service-card:hover .service-link {
    gap: 10px;
}
/* ===== PRIORITY PHONE SUPPORT ===== */
  .priority-section{background: #F5F8FC;}
  .priority-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
  }
  @media (max-width:900px){
    .priority-grid{grid-template-columns:1fr;gap:44px;}
  }
  .priority-media{
    border-radius:var(--radius-lg);
    overflow:hidden;
    box-shadow:0 40px 70px -30px rgba(0,42,110,.35);
    aspect-ratio:4/5;
  }
  .priority-media img{width:100%;height:100%;object-fit:cover;}
  .priority-number{
    font-weight:800;
    font-size:clamp(2rem, 3.4vw, 3.1rem);
    color: var(--primary);
    margin-top:22px;
    letter-spacing:-.01em;
  }
  .priority-hours{
    display:flex;
    gap:28px;
    margin-top:28px;
    flex-wrap:wrap;
  }
  .priority-hours .item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:.92rem;
    color: #4A5164;
    font-weight:600;
  }
  .priority-hours svg{width:18px;height:18px;stroke: #ff7a45;}
  .priority-grid .btn{margin-top:36px;}
.btn{
    /* display:inline-flex; */
    /* align-items:center; */
    /* justify-content:center; */
    gap:10px;
    padding:16px 30px;
    border-radius:100px;
    font-weight:700;
    font-size:.98rem;
    border:none;
    cursor:pointer;
    transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease;
    white-space:nowrap;
  }
/* ===== EMERGENCY SECTION ===== */
  .emergency-section{
    background: radial-gradient(900px 400px at 15% 0%, rgba(77, 184, 255, .28), transparent 60%), linear-gradient(135deg, #003b99 0%, #001F52 100%);
    color: #fff;
    text-align:center;
    position:relative;
    overflow:hidden;
  }
  .emergency-section::before{
    content:"";
    position:absolute;
    width:600px;height:600px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,122,69,.16), transparent 70%);
    top:-200px;right:-150px;
  }
  .emergency-icon-wrap{
    position:relative;
    width:96px;height:96px;
    margin:0 auto 30px;
    display:flex;align-items:center;justify-content:center;
  }
  .emergency-icon-ring{
    position:absolute;inset:0;
    border-radius:50%;
    border:1.5px solid rgba(255,122,69,.5);
    animation:pulseRing 2.6s ease-out infinite;
  }
  .emergency-icon-ring.delay{animation-delay:1.3s;}
  @keyframes pulseRing{
    0%{transform:scale(.7);opacity:.9;}
    100%{transform:scale(1.6);opacity:0;}
  }
  .emergency-icon{
    position:relative;
    width:72px;
    height:72px;
    border-radius:50%;
    background: linear-gradient(135deg, var(--orange), #ff9a6e);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 20px 40px -12px rgba(255,122,69,.6);
  }
  .emergency-icon svg{width:32px;height:32px;stroke: white;}
  .emergency-section .eyebrow{color: var(--secondary);justify-content:center;}
  .emergency-section h2{
    color: white;
    font-size:clamp(1.9rem,3.4vw,2.6rem);
    margin-top:16px;
  }
  .emergency-section p{
    color:rgba(255,255,255,.8);
    max-width:560px;
    margin:18px auto 0;
    font-size:1.02rem;
    line-height:1.7;
  }
  .emergency-number{
    font-family:'Manrope',sans-serif;
    font-weight:800;
    font-size:clamp(2.2rem,4.2vw,3.4rem);
    color: white;
    margin-top:32px;
    letter-spacing:-.01em;
  }
  .emergency-sub{
    color: var(--secondary);
    font-weight:700;
    font-size:.85rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-top:8px;
  }
  .emergency-section .btn{margin-top:34px;}
.btn-sunset {
    background: var(--sunset);
    color: var(--white);
    box-shadow: 0 14px 30px -10px rgba(255, 122, 69, .55);
}
/* ===== BOOK WITH CONFIDENCE ===== */
  .confidence-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:80px;
    align-items:center;
  }
  @media (max-width:900px){
    .confidence-grid{grid-template-columns:1fr;gap:44px;}
  }
  .confidence-media{
    border-radius:var(--radius-lg);
    overflow:hidden;
    aspect-ratio:5/4;
    box-shadow:0 40px 80px -30px rgba(0,42,110,.3);
  }
  .confidence-media img{width:100%;height:100%;object-fit:cover;}
  .trust-list{
    margin: 20px 0;
    display:flex;
    flex-direction:column;
    gap: 14px;
  }
  .trust-item{
    display:flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom:1px solid var(--hairline);
  }
  .trust-item:last-child{border-bottom:none;padding-bottom:0;}
  .trust-icon{
    width: 30px;
    height: 30px;
    border-radius:13px;
    background: #F5F8FC;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .trust-icon svg{width: 16px;height: 16px;stroke: var(--primary);}
  .trust-item h4{font-size:1.05rem;font-weight:700;}
  .trust-item p{margin-top:6px;color:var(--ink-70);font-size:.93rem;line-height:1.6;}

  /* ===== TEAM SECTION ===== */
  .team-section{background:var(--mist);}
  .team-banner{
    position:relative;
    border-radius:var(--radius-lg);
    overflow:hidden;
    aspect-ratio:16/8;
  }
  .team-banner img{width:100%;height:100%;object-fit:cover;}
  .team-banner::after{
    content:"";
    position:absolute;inset:0;
    background:linear-gradient(0deg, rgba(0,20,55,.78) 0%, rgba(0,20,55,.05) 55%);
  }
  .team-banner-text{
    position:absolute;
    left:0;right:0;bottom:0;
    z-index:2;
    padding:48px;
    color:var(--white);
  }
  .team-banner-text h2{color:var(--white);font-size:clamp(1.7rem,3vw,2.3rem);max-width:560px;}
  .team-banner-text p{color:rgba(255,255,255,.82);margin-top:14px;max-width:480px;font-size:1rem;line-height:1.65;}
  .team-stats{
    margin-top:48px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
  }
  @media (max-width:820px){
    .team-stats{grid-template-columns:repeat(2,1fr);}
    .team-banner-text{padding:30px;}
  }
  .team-stat{text-align:center;}
  .team-stat .num{
    font-family:'Manrope',sans-serif;
    font-weight:800;
    font-size:2.1rem;
    color:var(--royal);
  }
  .team-stat .desc{
    margin-top:6px;
    font-size:.88rem;
    color:var(--ink-70);
    font-weight:600;
  }
/* ===== Hours section ===== */
.hours-card {
    background: #F5F8FC;
    border-radius: 20px;
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: center;
}  
.hours-summary .big-hours {
    font-size: 44px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.15;
}
.hours-summary p {
    color: var(--muted);
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.65;
}
.timeline {
    display: flex;
    flex-direction: column;
}
.t-row {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.t-day {
    width: 130px;
    font-weight: 700;
    font-size: 15px;
}
.t-bar-wrap {
    flex: 1;
    height: 8px;
    background: rgba(0, 87, 217, 0.1);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.t-bar {
    position: absolute;
    left: 2%;
    right: 2%;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 6px;
}
.t-time {
    width: 190px;
    text-align: right;
    font-size: 14px;
    color: var(--muted);
    font-weight: 600;
}

/*  Legal */
.legal {
    background: #FAFAF9;
    border-radius: 20px;
    padding: 56px 64px;
}
.legal-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.legal-top p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    max-width: 640px;
}
details {
    border-top: 1px solid #E7EAF0;
    padding: 22px 0;
}
details summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
details summary .plus {
    font-size: 22px;
    color: var(--primary);
    transition: transform .25s ease;
}
details .legal-body {
    margin-top: 18px;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.8;
}
details .legal-body ul {
    margin: 12px 0 0 20px;
}
details .legal-body li {
    margin-bottom: 8px;
}







.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}
.reveal.in {
    opacity: 1;
    transform: translateY(0);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 991px) {
    .nav-links,
    .nav-phone,
    .nav-cta {
        display: none;
    }
    .nav-toggle {
        display: block;
    }
    .phone-content {
        padding: 36px;
    }
    .emergency-card {
        padding: 36px;
    }
    .team-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .strip-card {
        padding: 22px 18px;
    }
    .team-stats-row {
        grid-template-columns: repeat(2, 1fr);
        padding: 18px;
    }
    .cta-inner {
        padding: 52px 24px;
    }
    .emergency-card {
        padding: 32px 24px;
    }
}
@media (max-width: 575px) {
    .hero-headline {
        font-size: 2.8rem;
    }
    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }
    .btn-primary-jna,
    .btn-white-jna,
    .btn-orange-jna {
        width: 100%;
        justify-content: center;
    }
    .team-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
