/*
Theme Name: Las Vegas New Roof
Theme URI: https://lasvegasnewroof.com
Author: Las Vegas New Roof
Author URI: https://lasvegasnewroof.com
Description: High-performance SEO-optimized roofing contractor theme for Las Vegas, NV. Modern navy, amber and white commercial contractor design.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lvnr
Tags: roofing, contractor, seo, local-business, fast
*/

/* =============================================
   DESIGN TOKENS
   ============================================= */
:root {
  /* Core palette */
  --navy-950:  #020b18;
  --navy-900:  #061628;
  --navy-800:  #0b2444;
  --navy-700:  #103560;
  --navy-600:  #154a82;
  --navy-500:  #1a5fa3;

  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;

  --white:     #ffffff;
  --off-white: #f8f9fc;
  --slate-100: #eef1f7;
  --slate-200: #dde3ef;
  --slate-400: #94a3b8;
  --slate-600: #475569;
  --slate-800: #1e293b;

  /* Semantic */
  --clr-bg:         var(--white);
  --clr-bg-dark:    var(--navy-900);
  --clr-surface:    var(--off-white);
  --clr-border:     var(--slate-200);
  --clr-border-dark: rgba(255,255,255,.1);
  --clr-text:       var(--slate-800);
  --clr-muted:      var(--slate-600);
  --clr-muted-dark: rgba(255,255,255,.6);
  --clr-accent:     var(--amber-500);
  --clr-accent-dark:var(--amber-400);
  --clr-primary:    var(--navy-800);

  /* Type */
  --ff-display: 'Bebas Neue', sans-serif;
  --ff-body:    'Plus Jakarta Sans', sans-serif;

  /* Radii */
  --r-sm:  4px;
  --r-md:  8px;
  --r-lg:  16px;
  --r-xl:  24px;

  /* Shadows */
  --shadow-sm:  0 1px 3px rgba(2,11,24,.08), 0 1px 2px rgba(2,11,24,.06);
  --shadow-md:  0 4px 16px rgba(2,11,24,.12), 0 2px 6px rgba(2,11,24,.08);
  --shadow-lg:  0 16px 48px rgba(2,11,24,.18), 0 4px 12px rgba(2,11,24,.1);
  --shadow-xl:  0 32px 80px rgba(2,11,24,.22);
  --shadow-amber: 0 8px 32px rgba(245,158,11,.35);

  --max-w: 1240px;
  --pad-x: clamp(20px, 5vw, 60px);
  --section-y: clamp(72px, 10vw, 120px);
}

/* =============================================
   RESET
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--clr-bg);
  color: var(--clr-text);
  font-family: var(--ff-body);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.72;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-600); text-decoration: none; transition: color .2s; }
a:hover { color: var(--navy-800); }
ul { list-style: none; }
h1,h2,h3,h4,h5 {
  font-family: var(--ff-display);
  line-height: 1.05;
  letter-spacing: .02em;
  color: var(--clr-primary);
}
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.8rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.05rem; font-family: var(--ff-body); font-weight: 700; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* =============================================
   LAYOUT HELPERS
   ============================================= */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.section       { padding: var(--section-y) 0; background: var(--clr-bg); }
.section--grey { padding: var(--section-y) 0; background: var(--off-white); }
.section--navy {
  padding: var(--section-y) 0;
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
}
/* Blueprint grid texture on navy sections */
.section--navy::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.section--white { padding: var(--section-y) 0; background: var(--white); }

.section-header {
  max-width: 700px;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.section-header.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-header p {
  font-size: 1.05rem;
  color: var(--clr-muted);
  margin-top: 16px;
  line-height: 1.75;
}
.section-header.on-navy h2 { color: var(--white); }
.section-header.on-navy p  { color: var(--clr-muted-dark); }

/* =============================================
   EYEBROW LABEL
   ============================================= */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber-600);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--amber-500);
  flex-shrink: 0;
}
.eyebrow.on-navy { color: var(--amber-400); }
.eyebrow.on-navy::before { background: var(--amber-400); }

/* =============================================
   SKIP LINK
   ============================================= */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--navy-800); color: var(--white);
  padding: 10px 20px; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-body);
  font-size: .9rem; font-weight: 700;
  letter-spacing: .04em;
  padding: 14px 30px;
  border-radius: var(--r-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .22s ease;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,.08);
  opacity: 0;
  transition: opacity .2s;
}
.btn:hover::after { opacity: 1; }

.btn-primary {
  background: var(--amber-500);
  color: var(--navy-950);
  border-color: var(--amber-500);
  box-shadow: var(--shadow-amber);
}
.btn-primary:hover {
  background: var(--amber-400);
  border-color: var(--amber-400);
  color: var(--navy-950);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(245,158,11,.45);
}

.btn-navy {
  background: var(--navy-800);
  color: var(--white);
  border-color: var(--navy-800);
}
.btn-navy:hover {
  background: var(--navy-700);
  border-color: var(--navy-700);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.35);
}
.btn-outline:hover {
  border-color: var(--amber-400);
  color: var(--amber-400);
  background: rgba(251,191,36,.06);
}
.btn-outline-navy {
  background: transparent;
  color: var(--navy-800);
  border-color: var(--navy-800);
}
.btn-outline-navy:hover {
  background: var(--navy-800);
  color: var(--white);
}

.btn-lg { font-size: 1rem; padding: 17px 36px; }
.btn-xl { font-size: 1.05rem; padding: 20px 44px; }

.btn-group { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* =============================================
   TOP BAR
   ============================================= */
.top-bar {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 9px 0;
}
.top-bar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.top-bar p, .top-bar a {
  font-size: .78rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin: 0;
}
.top-bar a:hover { color: var(--amber-400); }
.top-bar strong { color: var(--amber-400); font-weight: 700; }
.top-bar-right { display: flex; align-items: center; gap: 24px; }

/* =============================================
   SITE HEADER
   ============================================= */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(6,22,40,.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: box-shadow .3s;
}
.site-header.scrolled {
  box-shadow: 0 4px 32px rgba(2,11,24,.5);
}

.header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 32px; height: 76px;
}

/* Logo */
.site-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; flex-shrink: 0;
}
.logo-mark {
  width: 44px; height: 44px;
  background: var(--amber-500);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.logo-mark::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 35%;
  background: rgba(2,11,24,.2);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.logo-mark svg { width: 24px; height: 24px; fill: var(--navy-950); position: relative; z-index: 1; }
.logo-text { display: flex; flex-direction: column; gap: 0; }
.logo-text-top {
  font-family: var(--ff-display);
  font-size: 1.5rem; letter-spacing: .06em;
  color: var(--white); line-height: 1;
}
.logo-text-top span { color: var(--amber-400); }
.logo-text-sub {
  font-size: .65rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-top: 1px;
}
.site-logo:hover .logo-text-top { color: var(--amber-400); }

/* Nav */
.main-nav ul { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  font-size: .82rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
  padding: 8px 16px; border-radius: var(--r-sm);
  transition: all .2s; position: relative;
}
.main-nav a::after {
  content: '';
  position: absolute; bottom: 4px; left: 16px; right: 16px;
  height: 1px; background: var(--amber-400);
  transform: scaleX(0); transition: transform .2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }

/* Header CTA */
.header-cta { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.header-phone {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.header-phone-icon {
  width: 36px; height: 36px;
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; flex-shrink: 0;
  transition: all .2s;
}
.header-phone:hover .header-phone-icon {
  background: var(--amber-500);
  border-color: var(--amber-500);
}
.header-phone-text strong {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.1rem; letter-spacing: .04em;
  color: var(--white); line-height: 1;
}
.header-phone-text span {
  font-size: .65rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--amber-400);
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--r-sm); padding: 8px 10px;
  cursor: pointer; flex-direction: column; gap: 5px;
}
.menu-toggle span {
  display: block; width: 22px; height: 2px;
  background: rgba(255,255,255,.8); transition: all .3s;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  background: var(--navy-900);
  min-height: clamp(580px, 88vh, 940px);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}

/* Geometric background elements */
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 90% 50%, rgba(26,95,163,.35) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 15% 20%, rgba(245,158,11,.08) 0%, transparent 55%),
    var(--navy-900);
}
/* Blueprint grid */
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
/* Large geometric accent shape */
.hero-bg::after {
  content: '';
  position: absolute;
  right: -80px; top: -80px;
  width: 600px; height: 600px;
  border: 2px solid rgba(245,158,11,.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 80px rgba(245,158,11,.03),
              0 0 0 80px rgba(245,158,11,.02);
}

/* Diagonal cut at bottom */
.hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 2;
}

.hero-content {
  position: relative; z-index: 3;
  max-width: 800px;
  padding: clamp(48px, 8vw, 100px) 0;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 28px;
  text-shadow: 0 2px 40px rgba(2,11,24,.4);
}
.hero h1 .accent-line {
  display: block;
  color: var(--amber-400);
  -webkit-text-stroke: 0px;
}

.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255,255,255,.7);
  max-width: 580px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-divider {
  width: 60px; height: 3px;
  background: var(--amber-500);
  margin-bottom: 28px;
}

.hero-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 36px;
}
.hero-badge-pill {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 40px;
  padding: 7px 16px;
  font-size: .78rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
  color: rgba(255,255,255,.7);
  backdrop-filter: blur(8px);
}
.hero-badge-pill .pip {
  width: 6px; height: 6px;
  background: var(--amber-400); border-radius: 50%; flex-shrink: 0;
}

/* =============================================
   TRUST STRIP
   ============================================= */
.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--clr-border);
  padding: 0;
}
.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.trust-strip-item {
  display: flex; align-items: center; gap: 14px;
  padding: 24px 20px;
  border-right: 1px solid var(--clr-border);
  transition: background .2s;
}
.trust-strip-item:last-child { border-right: none; }
.trust-strip-item:hover { background: var(--off-white); }
.tsi-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--amber-500) 0%, var(--amber-600) 100%);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(245,158,11,.3);
}
.tsi-text strong {
  display: block; font-size: .88rem; font-weight: 700;
  color: var(--navy-900); line-height: 1.2;
}
.tsi-text span { font-size: .75rem; color: var(--clr-muted); }

/* =============================================
   SERVICES
   ============================================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--slate-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.service-card {
  background: var(--white);
  padding: 36px 32px;
  position: relative;
  transition: background .25s, transform .25s;
  cursor: default;
}
.service-card:hover { background: var(--navy-900); }
.service-card:hover h3 { color: var(--white); }
.service-card:hover p  { color: rgba(255,255,255,.6); }
.service-card:hover .sc-number { color: rgba(255,255,255,.15); }
.service-card:hover .sc-icon-wrap { background: rgba(245,158,11,.15); border-color: rgba(245,158,11,.3); }

.sc-number {
  font-family: var(--ff-display);
  font-size: 3.5rem; font-weight: 400;
  color: var(--slate-100);
  line-height: 1;
  position: absolute; top: 24px; right: 28px;
  transition: color .25s;
  user-select: none;
}
.sc-icon-wrap {
  width: 52px; height: 52px;
  background: rgba(245,158,11,.08);
  border: 1px solid rgba(245,158,11,.2);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  transition: all .25s;
}
.service-card h3 { font-size: 1.3rem; margin-bottom: 12px; transition: color .25s; }
.service-card p { font-size: .9rem; color: var(--clr-muted); line-height: 1.65; transition: color .25s; }

/* =============================================
   STATS BAR
   ============================================= */
.stats-bar {
  background: var(--navy-950);
  padding: clamp(48px, 7vw, 80px) 0;
  position: relative; overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 40px 40px;
}
/* Amber accent line at top */
.stats-bar::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--amber-500) 30%, var(--amber-400) 70%, transparent);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative; z-index: 1;
}
.stat-item {
  text-align: center; padding: 16px 24px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.stat-item:last-child { border-right: none; }
.stat-number {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(3rem, 5.5vw, 5rem);
  color: var(--amber-400);
  line-height: 1; letter-spacing: .02em;
}
.stat-label {
  display: block;
  font-size: .8rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.45);
  margin-top: 10px;
}

/* =============================================
   WHY US
   ============================================= */
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--white);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  position: relative; overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.why-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--amber-500), var(--amber-400));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.why-card:hover { border-color: var(--amber-400); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.why-card:hover::before { transform: scaleX(1); }
.why-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-600) 100%);
  border-radius: var(--r-md); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 22px;
  box-shadow: 0 6px 20px rgba(11,36,68,.25);
}
.why-card h3 { font-size: 1.25rem; margin-bottom: 12px; color: var(--navy-900); }
.why-card p  { font-size: .92rem; color: var(--clr-muted); line-height: 1.7; }

/* =============================================
   CONTENT SPLIT
   ============================================= */
.content-split {
  display: grid; grid-template-columns: 1fr 380px; gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.content-text h2 { color: var(--navy-900); margin-bottom: 8px; }
.content-text p  { color: var(--clr-muted); font-size: .97rem; line-height: 1.8; }
.content-text p + p { margin-top: 14px; }
.content-text strong { color: var(--navy-900); }

/* Info sidebar */
.info-sidebar {
  background: var(--navy-900);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  position: sticky; top: 96px;
}
.info-sidebar-head {
  background: var(--amber-500);
  padding: 24px 28px;
}
.info-sidebar-head h4 {
  font-family: var(--ff-display);
  font-size: 1.3rem; letter-spacing: .05em;
  color: var(--navy-950);
}
.info-sidebar-head p { font-size: .82rem; color: var(--navy-800); margin-top: 4px; }
.info-sidebar-body { padding: 24px 28px 28px; }
.sidebar-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: .88rem; color: rgba(255,255,255,.75);
  line-height: 1.5;
}
.sidebar-list li:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-check {
  width: 18px; height: 18px; flex-shrink: 0;
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.35);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; color: var(--amber-400);
  margin-top: 1px;
}

/* =============================================
   AREAS
   ============================================= */
.areas-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px;
}
.area-chip {
  background: var(--white);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-sm);
  padding: 11px 16px;
  font-size: .8rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--navy-700); text-align: center;
  transition: all .2s;
}
.area-chip:hover {
  background: var(--navy-800); color: var(--white);
  border-color: var(--navy-800);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: box-shadow .25s, transform .25s;
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.tc-stars { color: var(--amber-500); font-size: .95rem; letter-spacing: 3px; margin-bottom: 16px; }
.tc-quote {
  font-size: .95rem; color: var(--clr-text); line-height: 1.75;
  margin-bottom: 24px; font-style: italic;
  border-left: 3px solid var(--amber-400); padding-left: 16px;
}
.tc-author { display: flex; align-items: center; gap: 12px; }
.tc-avatar {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-500));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display); font-size: 1rem;
  color: var(--white); flex-shrink: 0;
}
.tc-name  { display: block; font-weight: 700; font-size: .92rem; color: var(--navy-900); }
.tc-loc   { font-size: .78rem; color: var(--clr-muted); margin-top: 1px; }

/* =============================================
   FAQ
   ============================================= */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--clr-border); padding: 26px 0; }
.faq-item:first-child { border-top: 1px solid var(--clr-border); }
.faq-item h3 {
  font-family: var(--ff-body); font-weight: 700;
  font-size: 1.02rem; text-transform: none; letter-spacing: 0;
  color: var(--navy-900); margin-bottom: 12px;
  display: flex; align-items: flex-start; gap: 12px;
}
.faq-item h3::before {
  content: 'Q';
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; flex-shrink: 0;
  background: var(--amber-500); color: var(--navy-950);
  border-radius: var(--r-sm); font-size: .72rem; font-weight: 800;
  letter-spacing: .04em; margin-top: 1px;
}
.faq-item p { font-size: .93rem; color: var(--clr-muted); line-height: 1.75; padding-left: 36px; }

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
  background: var(--navy-900);
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
}
/* Top amber accent */
.cta-section::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--amber-600), var(--amber-400), var(--amber-600));
}
.cta-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; z-index: 1;
}
.cta-left {
  padding: clamp(48px, 7vw, 90px);
  display: flex; flex-direction: column; justify-content: center; gap: 20px;
}
.cta-left h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-left p  { color: rgba(255,255,255,.65); font-size: 1rem; }
.cta-right {
  background: rgba(255,255,255,.03);
  border-left: 1px solid rgba(255,255,255,.07);
  padding: clamp(48px, 7vw, 90px);
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
}
.cta-right h3 { color: var(--white); font-size: 1.4rem; }

.contact-list li {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07);
}
.contact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.cl-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.25);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.cl-label  { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-400); }
.cl-value  { color: rgba(255,255,255,.8); font-size: .95rem; }
.cl-value a { color: rgba(255,255,255,.8); }
.cl-value a:hover { color: var(--amber-400); }

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.page-hero {
  background: var(--navy-900);
  padding: clamp(56px, 8vw, 100px) 0 clamp(72px, 10vw, 110px);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.page-hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 60px; background: var(--white);
  clip-path: polygon(0 100%, 100% 40%, 100% 100%);
}
/* Amber accent right side */
.page-hero-accent {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--amber-500), var(--amber-700));
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero p  { color: rgba(255,255,255,.65); font-size: 1.1rem; max-width: 600px; }

/* =============================================
   BREADCRUMB
   ============================================= */
.breadcrumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  font-size: .75rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,.4); }
.breadcrumb a:hover { color: var(--amber-400); }
.breadcrumb .bc-sep { color: rgba(255,255,255,.2); font-size: .6rem; }
.breadcrumb [aria-current] { color: var(--amber-400); }

/* =============================================
   SERVICES DETAIL (Services page)
   ============================================= */
.services-detail-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.service-detail-card {
  background: var(--white);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.service-detail-card:hover {
  border-color: var(--navy-600);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.sdc-header {
  padding: 28px 28px 0;
  display: flex; align-items: flex-start; gap: 16px;
}
.sdc-icon {
  width: 50px; height: 50px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 4px 14px rgba(11,36,68,.3);
}
.sdc-header h3 { font-size: 1.2rem; color: var(--navy-900); padding-top: 4px; }
.sdc-body { padding: 16px 28px 28px 28px; }
.sdc-body p { font-size: .91rem; color: var(--clr-muted); line-height: 1.7; }

/* =============================================
   PROCESS STEPS
   ============================================= */
.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr);
  position: relative; counter-reset: steps;
}
/* Connecting line */
.process-steps::before {
  content: '';
  position: absolute;
  top: 40px; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--amber-500), var(--amber-400));
  z-index: 0;
}
.process-step {
  padding: 0 16px; text-align: center; position: relative; z-index: 1;
}
.step-circle {
  width: 80px; height: 80px; margin: 0 auto 24px;
  background: var(--navy-800);
  border: 3px solid var(--amber-500);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-display); font-size: 1.8rem;
  color: var(--amber-400); letter-spacing: .02em;
  box-shadow: 0 0 0 6px var(--white), 0 4px 20px rgba(245,158,11,.25);
  transition: all .25s;
}
.process-step:hover .step-circle {
  background: var(--amber-500); color: var(--navy-950);
  box-shadow: 0 0 0 6px var(--white), var(--shadow-amber);
}
.process-step h3 { font-size: 1rem; color: var(--navy-900); margin-bottom: 8px; }
.process-step p  { font-size: .82rem; color: var(--clr-muted); line-height: 1.6; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--navy-950);
  position: relative; overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
/* Amber top border */
.site-footer::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--amber-700), var(--amber-500) 40%, var(--amber-400) 60%, var(--amber-700));
}

.footer-inner {
  display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.2fr;
  gap: 56px; padding: clamp(56px, 8vw, 80px) 0 clamp(48px, 6vw, 64px);
  position: relative; z-index: 1;
}

.footer-brand {}
.footer-logo { margin-bottom: 20px; }
.footer-logo .logo-text-top { font-size: 1.4rem; }
.footer-bio { font-size: .88rem; color: rgba(255,255,255,.45); line-height: 1.75; max-width: 280px; }
.footer-address {
  margin-top: 20px; font-size: .85rem; font-style: normal;
  color: rgba(255,255,255,.4); line-height: 1.75;
}
.footer-address a { color: var(--amber-400); }
.footer-address a:hover { color: var(--amber-300, #fde68a); }

.footer-col h5 {
  font-family: var(--ff-body); font-size: .7rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--amber-500); margin-bottom: 18px;
  padding-bottom: 12px; border-bottom: 1px solid rgba(245,158,11,.2);
}
.footer-col ul li { padding: 5px 0; }
.footer-col ul li a { font-size: .87rem; color: rgba(255,255,255,.45); transition: color .2s; }
.footer-col ul li a:hover { color: var(--amber-400); padding-left: 4px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 22px 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  position: relative; z-index: 1;
}
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.3); margin: 0; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: .78rem; color: rgba(255,255,255,.3); }
.footer-bottom-links a:hover { color: var(--amber-400); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .services-grid       { grid-template-columns: repeat(2, 1fr); }
  .stats-grid          { grid-template-columns: repeat(2, 1fr); }
  .trust-strip-grid    { grid-template-columns: repeat(3, 1fr); }
  .footer-inner        { grid-template-columns: 1fr 1fr; gap: 40px; }
  .content-split       { grid-template-columns: 1fr; }
  .info-sidebar        { position: static; }
  .why-grid            { grid-template-columns: repeat(2, 1fr); }
  .process-steps       { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .process-steps::before { display: none; }
  .services-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .menu-toggle      { display: flex; }
  .main-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy-900);
    border-bottom: 2px solid var(--amber-500);
    padding: 16px;
    box-shadow: var(--shadow-lg);
  }
  .main-nav.open    { display: block; }
  .main-nav ul      { flex-direction: column; gap: 0; }
  .main-nav a       { display: block; padding: 12px 16px; border-radius: var(--r-sm); }
  .main-nav a::after { display: none; }
  .header-cta .btn  { display: none; }
  .site-header      { position: relative; }
  .hero::after      { display: none; }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid       { grid-template-columns: repeat(2, 1fr); }
  .stat-item        { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
  .stat-item:last-child { border-bottom: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-inner        { grid-template-columns: 1fr; }
  .cta-right        { border-left: none; border-top: 1px solid rgba(255,255,255,.07); }
  .services-grid    { grid-template-columns: 1fr; }
  .why-grid         { grid-template-columns: 1fr; }
  .process-steps    { grid-template-columns: 1fr; }
  .footer-inner     { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom    { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .trust-strip-grid { grid-template-columns: 1fr; }
  .hero-badges      { flex-direction: column; align-items: flex-start; }
  .btn-group        { flex-direction: column; align-items: stretch; }
  .btn-group .btn   { justify-content: center; text-align: center; }
  .areas-grid       { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideIn {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}
.hero-content > * { animation: fadeUp .7s ease both; }
.hero-content > *:nth-child(1) { animation-delay: .05s; }
.hero-content > *:nth-child(2) { animation-delay: .12s; }
.hero-content > *:nth-child(3) { animation-delay: .2s; }
.hero-content > *:nth-child(4) { animation-delay: .3s; }
.hero-content > *:nth-child(5) { animation-delay: .42s; }
.hero-content > *:nth-child(6) { animation-delay: .55s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
