/* ========================================================
   TEMPE LEAK REPAIR - OFFICIAL MASTER BRAND CSS (v2.0)
   ======================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1e293b;background:#ffffff;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#0284c7;text-decoration:none;transition:color 0.2s}
a:hover{color:#0369a1}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section{padding:4rem 1.5rem}
.section-alt{background:#f8fafc}
.section-dark{background:#0f172a;color:#f8fafc}

/* TOP STATUS BAR */
.top-bar{background:#09101d;color:#94a3b8;font-size:0.8rem;border-bottom:1px solid #1e293b;padding:7px 1.5rem}
.top-bar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.top-bar-left{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-weight:500}
.pulse-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;display:inline-block;box-shadow:0 0 0 0 rgba(34,197,94,0.7);animation:brandPulse 2s infinite}
@keyframes brandPulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(34,197,94,0.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(34,197,94,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(34,197,94,0)}}
.top-bar-right{display:flex;align-items:center;gap:12px;font-size:0.78rem;color:#94a3b8}
.top-bar-right .sep{color:#334155}

/* SITE HEADER */
.site-header{background:#ffffff;border-bottom:3px solid #0284c7;position:sticky;top:0;z-index:1000;box-shadow:0 4px 16px rgba(0,0,0,0.06)}
.header-inner{max-width:1200px;margin:0 auto;padding:0.6rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.site-logo{display:flex;align-items:center;text-decoration:none}
.header-logo-img{height:44px;width:auto;display:block}
.site-nav{display:flex;align-items:center;gap:1.15rem;margin-left:auto}
.site-nav a{font-weight:600;color:#334155;text-decoration:none;font-size:0.9rem;transition:color 0.2s}
.site-nav a:not(.nav-cta):hover{color:#0284c7}

/* CALL BUTTON */
.nav-cta{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);color:#ffffff !important;padding:0.45rem 1.1rem;border-radius:7px;display:flex !important;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(2,132,199,0.3);transition:transform 0.2s,box-shadow 0.2s !important;text-decoration:none !important}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(2,132,199,0.45);background:linear-gradient(135deg,#0369a1 0%,#075985 100%) !important}
.nav-cta .cta-icon{font-size:1.1rem}
.nav-cta .cta-text{display:flex;flex-direction:column;line-height:1.15;text-align:left}
.nav-cta .cta-text small{font-size:0.62rem;font-weight:800;letter-spacing:0.6px;color:#e0f2fe}
.nav-cta .cta-text strong{font-size:0.92rem;font-weight:900;color:#ffffff}

/* TRUST BAR & BADGES (HORIZONTAL 4-COLUMN STRIP) */
.trust-bar-section{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}
.badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;align-items:center;justify-items:center}
.badge-item{width:100%;display:flex;justify-content:center}
.badge-img{height:52px;width:auto;transition:transform 0.25s ease,filter 0.25s ease;filter:drop-shadow(0 3px 8px rgba(0,0,0,0.06))}
.badge-img:hover{transform:translateY(-2px);filter:drop-shadow(0 5px 12px rgba(0,0,0,0.12))}

/* HERO SECTION */
.hero{background:linear-gradient(135deg,#09101d 0%,#131d31 100%);color:#ffffff;padding:4.5rem 1.5rem}
.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(56,189,248,0.12);color:#38bdf8;border:1px solid rgba(56,189,248,0.25);padding:5px 12px;border-radius:20px;font-size:0.8rem;font-weight:800;letter-spacing:0.5px;margin-bottom:1.25rem;text-transform:uppercase}
.hero-content h1{font-size:clamp(1.9rem,3.8vw,2.65rem);line-height:1.2;margin-bottom:1.25rem;font-weight:800;color:#ffffff}
.hero-content p{font-size:1.05rem;color:#94a3b8;margin-bottom:1.75rem;line-height:1.7}
.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin-bottom:2rem}
.hero-feature-item{font-size:0.95rem;color:#cbd5e1;display:flex;align-items:center;gap:0.5rem}
.hero-feature-item span{color:#38bdf8;font-weight:bold}
.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{background:#0284c7;color:#ffffff;padding:0.85rem 1.75rem;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;transition:background 0.2s}
.btn-primary:hover{background:#0369a1;text-decoration:none}
.btn-secondary{background:transparent;color:#ffffff;border:2px solid #38bdf8;padding:0.85rem 1.75rem;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;transition:background 0.2s}
.btn-secondary:hover{background:rgba(56,189,248,0.1);text-decoration:none}
.hero-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,0.2)}
.hero-card h2{font-size:1.35rem;color:#38bdf8;margin-bottom:1rem}
.hero-card p{font-size:0.95rem;color:#cbd5e1;margin-bottom:1.25rem}

/* GRIDS & CARDS */
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2rem}
.card{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:1.75rem;transition:transform 0.2s,box-shadow 0.2s}
.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}
.card h2,.card h3{color:#0f172a;margin-bottom:0.75rem;font-size:1.25rem}
.card p{color:#475569;font-size:0.95rem;margin-bottom:1rem;line-height:1.6}
.card a.card-link{font-weight:700;color:#0284c7;text-decoration:none;display:inline-flex;align-items:center;gap:0.3rem}
.card a.card-link:hover{color:#0369a1;text-decoration:underline}

/* INFOGRAPHICS */
.infographic-wrapper{max-width:880px;margin:36px auto;padding:0 16px;text-align:center}
.infographic-img{width:100%;height:auto;border-radius:12px;display:block;margin:0 auto;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)}

/* BREADCRUMB */
.breadcrumb-nav{background:#f1f5f9;padding:0.75rem 1.5rem;font-size:0.88rem;border-bottom:1px solid #e2e8f0}
.breadcrumb-list{max-width:1200px;margin:0 auto;list-style:none;display:flex;gap:0.5rem;align-items:center}
.breadcrumb-list li + li::before{content:"/";color:#94a3b8;margin-right:0.5rem}
.breadcrumb-list a{color:#0284c7;font-weight:600}

/* FOOTER */
.site-footer{background:#0a101d;color:#94a3b8}
.footer-inner{max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}
.footer-logo-img{height:44px;width:auto;margin-bottom:0.75rem;display:block}
.footer-trust-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0.75rem 0}
.footer-trust-chips .chip{background:#1e293b;color:#cbd5e1;font-size:0.72rem;font-weight:700;padding:3px 8px;border-radius:4px;border:1px solid #334155}
.footer-heading{font-size:1.05rem;font-weight:700;margin-bottom:1rem;color:#ffffff}
.site-footer ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem;font-size:0.9rem}
.site-footer ul li a{color:#94a3b8;text-decoration:none}
.site-footer ul li a:hover{color:#38bdf8;text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding:1.5rem;text-align:center;font-size:0.85rem}
.footer-bottom a{color:#cbd5e1}

/* RESPONSIVE */
@media (max-width:960px){
  .badges-grid{grid-template-columns:repeat(2,1fr)}
  .top-bar-right{display:none}
  .site-nav{display:none}
  .header-logo-img{height:38px}
}
@media (max-width:768px){
  .hero-inner{grid-template-columns:1fr}
  .hero-features{grid-template-columns:1fr}
}
@media (max-width:540px){
  .badges-grid{grid-template-columns:1fr}
}

/* REVIEWS & RATINGS */
.reviews-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.reviews-score-block{display:flex;align-items:center;gap:1.25rem}
.reviews-big-num{font-size:3.5rem;font-weight:900;color:#0f172a;line-height:1}
.reviews-score-meta{display:flex;flex-direction:column;gap:4px}
.reviews-stars{color:#f59e0b;font-size:1.25rem;letter-spacing:2px}
.reviews-count-text{font-size:0.9rem;color:#64748b;font-weight:600}
.reviews-breakdown{display:flex;flex-direction:column;gap:6px;min-width:240px;flex:1}
.rating-bar-row{display:flex;align-items:center;gap:8px;font-size:0.8rem;color:#64748b}
.rating-bar-track{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}
.rating-bar-fill{height:100%;background:#f59e0b;border-radius:4px}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}
.review-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:1.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:transform 0.2s,box-shadow 0.2s;display:flex;flex-direction:column;justify-content:space-between}
.review-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}
.review-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.75rem;gap:0.5rem}
.review-stars-gold{color:#f59e0b;font-size:1.1rem;letter-spacing:1px}
.review-date{font-size:0.8rem;color:#94a3b8}
.review-author{font-weight:800;color:#0f172a;font-size:1.05rem;margin-bottom:0.25rem}
.review-badge{display:inline-flex;align-items:center;gap:4px;font-size:0.75rem;font-weight:700;color:#0284c7;background:#e0f2fe;padding:2px 8px;border-radius:12px;margin-bottom:0.85rem}
.review-body{font-size:0.92rem;color:#475569;line-height:1.65;font-style:italic;position:relative}
.review-footer{margin-top:1rem;padding-top:0.75rem;border-top:1px dashed #e2e8f0;display:flex;justify-content:space-between;font-size:0.8rem;color:#64748b}
