/*
Theme Name: Westwing Solicitors Pro
Theme URI: https://westwingsolicitors.co.uk
Author: Westwing Solicitors
Description: Premium law firm theme — Elementor compatible, polished, conversion-optimised
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: westwing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --navy:        #15223a;
  --navy-mid:    #1e3055;
  --navy-light:  #243b6e;
  --gold:        #c8a45a;
  --gold-light:  #e0bc78;
  --gold-pale:   #f9f3e8;
  --white:       #ffffff;
  --off-white:   #fafbfc;
  --gray-50:     #f4f5f7;
  --gray-100:    #e8eaed;
  --gray-300:    #c8cdd5;
  --gray-500:    #8a9099;
  --gray-700:    #4a5058;
  --text:        #2c3340;
  --text-muted:  #6b7280;
  --border:      #e2e5ea;
  --shadow-sm:   0 1px 4px rgba(0,0,0,0.06);
  --shadow:      0 4px 20px rgba(0,0,0,0.08);
  --shadow-md:   0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg:   0 16px 48px rgba(0,0,0,0.18);
  --font-serif:  'Cormorant Garamond', 'Georgia', serif;
  --font-sans:   'DM Sans', 'Segoe UI', sans-serif;
  --radius-sm:   4px;
  --radius:      8px;
  --radius-lg:   14px;
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --transition:  0.3s var(--ease);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }
ul { list-style: none; }
button { font-family: var(--font-sans); cursor: pointer; }

/* ============================================================
   ELEMENTOR COMPATIBILITY
   ============================================================ */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}
body.elementor-page header.site-header,
body.elementor-page .top-bar,
body.elementor-page .award-bar { display: block; }

/* When Elementor builds full page, hide theme canvas elements */
body.elementor-editor-active .site-header,
body.elementor-editor-active .top-bar { position: relative; }

/* Elementor uses these — keep ours compatible */
.e-container, .elementor-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.container   { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.section     { padding: 90px 0; }
.section-sm  { padding: 55px 0; }
.section-navy     { background: var(--navy); }
.section-navy-mid { background: var(--navy-mid); }
.section-light    { background: var(--gray-50); }
.section-gold     { background: var(--gold-pale); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1,h2,h3,h4,h5 {
  font-family: var(--font-serif);
  line-height: 1.25;
  color: var(--navy);
  font-weight: 700;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
h4 { font-size: 1.15rem; }
p  { margin-bottom: 1rem; color: var(--text-muted); line-height: 1.75; }
.lead { font-size: 1.1rem; color: var(--gray-700); }
.text-white   { color: var(--white) !important; }
.text-gold    { color: var(--gold) !important; }
.text-navy    { color: var(--navy) !important; }
.text-center  { text-align: center; }
.text-muted   { color: var(--text-muted); }

/* Section Title */
.section-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title { margin-bottom: 52px; }
.section-title h2 { margin-bottom: 14px; }
.section-title p { max-width: 620px; margin: 0 auto; }
.section-title.left { text-align: left; }
.section-title.left p { margin: 0; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border: 2px solid transparent;
  transition: all var(--transition);
  cursor: pointer;
  white-space: nowrap;
}
.btn-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--navy); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,164,90,0.35); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-mid); border-color: var(--navy-mid); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-outline-gold { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: var(--navy); }
.btn-sm { padding: 10px 22px; font-size: 13.5px; }
.btn-lg { padding: 17px 40px; font-size: 16px; }
.btn-arrow::after { content: '→'; font-size: 16px; }

/* ============================================================
   EMERGENCY BANNER (new feature)
   ============================================================ */
.emergency-bar {
  background: #b91c1c;
  color: var(--white);
  text-align: center;
  padding: 9px 0;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.emergency-bar a { color: #fde8e8; text-decoration: underline; }
.emergency-bar strong { color: #fff; }

/* ============================================================
   TOP BAR (trust strip)
   ============================================================ */
.top-bar {
  background: var(--navy);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.top-trust {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.top-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  padding: 0 18px 0 0;
  margin-right: 18px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.top-trust-item:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.top-trust-item .check { color: var(--gold); font-size: 13px; }
.top-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}
.top-contact a {
  color: rgba(255,255,255,0.85);
  font-size: 12.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}
.top-contact a:hover { color: var(--gold); }
.top-contact .phone-num { font-weight: 700; color: var(--gold); font-size: 14px; }

/* ============================================================
   AWARD BAR (Duncan Lewis inspired - below header)
   ============================================================ */
.award-bar {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0;
  overflow: hidden;
}
.award-bar-inner {
  display: flex;
  align-items: stretch;
}
.award-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-right: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  transition: background var(--transition);
}
.award-item:hover { background: rgba(255,255,255,0.05); }
.award-item:last-child { border-right: none; }
.award-icon { font-size: 18px; }
.award-text strong { display: block; color: var(--gold); font-size: 11px; letter-spacing: 0.5px; text-transform: uppercase; }
.award-text span { color: rgba(255,255,255,0.65); font-size: 11.5px; }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 0 var(--border);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 28px;
  max-width: 1320px;
  margin: 0 auto;
  height: 72px;
}

/* Logo */
.site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo-emblem {
  width: 46px; height: 46px;
  background: var(--navy);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
}
.logo-emblem::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
.logo-words { display: flex; flex-direction: column; }
.logo-words .name  { font-family: var(--font-serif); font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1; letter-spacing: -0.3px; }
.logo-words .label { font-size: 10.5px; color: var(--gray-500); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 2px; }

/* Main Nav */
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav > ul { display: flex; align-items: center; gap: 2px; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-ancestor > a {
  color: var(--gold);
  background: var(--gold-pale);
}
.main-nav > ul > li > a .nav-arrow {
  font-size: 10px;
  color: var(--gray-500);
  transition: transform var(--transition);
}
.main-nav > ul > li:hover > a .nav-arrow { transform: rotate(180deg); }

/* Dropdown */
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all var(--transition);
  z-index: 100;
  padding: 8px 0;
}
.main-nav > ul > li:hover .dropdown,
.main-nav > ul > li:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--text);
  transition: all var(--transition);
}
.dropdown li a:hover { background: var(--gold-pale); color: var(--gold); padding-left: 26px; }
.dropdown li a::before {
  content: '›';
  color: var(--gold);
  font-size: 16px;
  opacity: 0;
  transition: opacity var(--transition);
}
.dropdown li a:hover::before { opacity: 1; }
.dropdown-divider { height: 1px; background: var(--border); margin: 6px 12px; }

/* Header right */
.header-right { display: flex; align-items: center; gap: 14px; }
.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
}
.header-phone .icon { color: var(--gold); font-size: 18px; }
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* ============================================================
   MOBILE NAV
   ============================================================ */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  backdrop-filter: blur(4px);
}
.mobile-nav-overlay.open { display: block; }
.mobile-nav {
  position: fixed;
  top: 0; right: -320px;
  width: 300px;
  height: 100%;
  background: var(--navy);
  z-index: 9999;
  transition: right var(--transition);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-nav.open { right: 0; }
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav-header .logo-emblem { width: 38px; height: 38px; font-size: 20px; }
.mobile-nav-close {
  background: none; border: none;
  color: rgba(255,255,255,0.6);
  font-size: 24px; cursor: pointer;
}
.mobile-nav-links { flex: 1; padding: 16px 0; }
.mobile-nav-links a {
  display: block;
  padding: 13px 24px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: all var(--transition);
}
.mobile-nav-links a:hover { color: var(--gold); background: rgba(255,255,255,0.04); padding-left: 32px; }
.mobile-nav-footer { padding: 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.mobile-nav-footer .btn { width: 100%; justify-content: center; margin-bottom: 12px; }

/* ============================================================
   HERO — Full-width slider (Duncan Lewis style)
   ============================================================ */
.hero {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: var(--navy);
}
.hero-slides { position: relative; height: 100%; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  display: flex;
  align-items: center;
}
.hero-slide.active { opacity: 1; }
.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.hero-slide.active .hero-slide-bg { transform: scale(1); }
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15,22,42,0.92) 40%, rgba(15,22,42,0.55) 100%);
}
.hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200,164,90,0.2);
  border: 1px solid rgba(200,164,90,0.4);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.hero-slide-content h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.18;
  margin-bottom: 18px;
  max-width: 680px;
}
.hero-slide-content h1 em { color: var(--gold); font-style: italic; }
.hero-slide-content p {
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all var(--transition);
}
.hero-dot.active { background: var(--gold); border-color: var(--gold); width: 24px; border-radius: 4px; }
.hero-scroll {
  position: absolute;
  bottom: 30px;
  right: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 10;
}
.hero-scroll::after {
  content: '';
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.25);
  animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.3;} 50%{opacity:1;} }

/* ============================================================
   STATS BAR (new feature)
   ============================================================ */
.stats-bar { background: var(--gold); padding: 0; }
.stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  border-left: 1px solid rgba(21,34,58,0.15);
}
.stat-item {
  padding: 22px 20px;
  border-right: 1px solid rgba(21,34,58,0.15);
  transition: background var(--transition);
}
.stat-item:hover { background: rgba(21,34,58,0.05); }
.stat-number {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label { font-size: 13px; font-weight: 600; color: rgba(21,34,58,0.7); }

/* ============================================================
   CERT / TRUST LOGOS BAR
   ============================================================ */
.cert-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 24px 0; }
.cert-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cert-bar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-500);
  white-space: nowrap;
}
.cert-logos { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.cert-logo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.65;
  transition: opacity var(--transition);
  cursor: default;
}
.cert-logo-item:hover { opacity: 1; }
.cert-box {
  height: 40px;
  padding: 0 14px;
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.cert-box-accent { border-color: var(--gold); background: var(--gold-pale); color: var(--navy); }

/* ============================================================
   INTRO SECTION
   ============================================================ */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.intro-text .section-label { display: block; margin-bottom: 8px; }
.intro-text h2 { margin-bottom: 20px; }
.intro-text p { font-size: 16px; }
.intro-features { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intro-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  background: var(--gray-50);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.intro-feature-icon {
  width: 32px; height: 32px;
  min-width: 32px;
  background: var(--gold-pale);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  color: var(--gold);
}
.intro-feature-text strong { display: block; font-size: 13.5px; color: var(--navy); margin-bottom: 2px; }
.intro-feature-text span  { font-size: 12px; color: var(--text-muted); }
.intro-media { position: relative; }
.intro-video-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--navy);
  aspect-ratio: 4/3;
}
.intro-video-wrap iframe { width: 100%; height: 100%; border: none; }
.video-placeholder-pro {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
}
.play-button {
  width: 72px; height: 72px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
  box-shadow: 0 0 0 10px rgba(200,164,90,0.15);
}
.play-button:hover { transform: scale(1.08); box-shadow: 0 0 0 16px rgba(200,164,90,0.15); }
.play-button::after {
  content: '';
  border-left: 24px solid var(--navy);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 5px;
}
.video-placeholder-pro span { color: rgba(255,255,255,0.6); font-size: 13px; letter-spacing: 1px; }
.media-badge {
  position: absolute;
  bottom: -20px;
  left: -24px;
  background: var(--gold);
  color: var(--navy);
  border-radius: var(--radius);
  padding: 18px 24px;
  box-shadow: var(--shadow-md);
  text-align: center;
  z-index: 2;
}
.media-badge .num { font-family: var(--font-serif); font-size: 2rem; font-weight: 700; line-height: 1; }
.media-badge .lbl { font-size: 11.5px; font-weight: 600; opacity: 0.8; margin-top: 2px; }

/* ============================================================
   SERVICES — TABBED (Duncan Lewis inspired)
   ============================================================ */
.services-section { background: var(--gray-50); }
.services-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--border);
}
.service-tab {
  padding: 14px 28px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-tab:hover { color: var(--navy); }
.service-tab.active { color: var(--gold); border-bottom-color: var(--gold); }
.service-tab-icon { font-size: 18px; }
.service-panel { display: none; }
.service-panel.active { display: block; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition);
  group: true;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card-icon {
  width: 52px; height: 52px;
  border-radius: 10px;
  background: var(--gold-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  transition: background var(--transition);
}
.service-card:hover .service-card-icon { background: var(--gold); }
.service-card h3 { font-size: 16.5px; margin-bottom: 10px; color: var(--navy); }
.service-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0 0 16px; }
.service-card-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap var(--transition);
}
.service-card:hover .service-card-link { gap: 10px; }

/* ============================================================
   WHY CHOOSE (premium checklist)
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.checklist { margin: 24px 0; }
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.checklist-item:last-child { border-bottom: none; }
.check-icon {
  width: 28px; height: 28px;
  min-width: 28px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-weight: 900;
  font-size: 13px;
  margin-top: 2px;
}
.check-text { font-size: 15.5px; color: var(--text); line-height: 1.5; }
.check-text strong { display: block; color: var(--navy); margin-bottom: 2px; }
.why-image-area { position: relative; }
.why-img-main {
  border-radius: var(--radius-lg);
  width: 100%;
  height: 480px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
  display: block;
}
.why-img-placeholder {
  width: 100%;
  height: 480px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.why-accent-card {
  position: absolute;
  bottom: 32px;
  right: -24px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 24px;
  box-shadow: var(--shadow-lg);
  min-width: 200px;
  border-left: 4px solid var(--gold);
  z-index: 2;
}
.why-accent-card .ac-num {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.why-accent-card .ac-lbl { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ============================================================
   APPROACH STEPS
   ============================================================ */
.approach-section { background: var(--navy); }
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
  background: rgba(255,255,255,0.07);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.approach-step {
  padding: 48px 36px;
  background: var(--navy);
  transition: background var(--transition);
  position: relative;
}
.approach-step:hover { background: var(--navy-mid); }
.approach-step-num {
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 700;
  color: rgba(200,164,90,0.15);
  line-height: 1;
  margin-bottom: 20px;
}
.approach-step h3 { color: var(--white); font-size: 20px; margin-bottom: 12px; }
.approach-step p { color: rgba(255,255,255,0.65); font-size: 15px; margin: 0; }
.approach-step-icon {
  width: 48px; height: 48px;
  background: var(--gold);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { background: var(--white); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  transition: all var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); background: var(--white); }
.quote-mark {
  font-family: var(--font-serif);
  font-size: 64px;
  color: var(--gold);
  opacity: 0.2;
  line-height: 0.7;
  margin-bottom: 16px;
}
.stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-text { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 22px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 40px; height: 40px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
}
.author-name { font-size: 14px; font-weight: 700; color: var(--navy); }
.author-detail { font-size: 12.5px; color: var(--text-muted); }
.trustpilot-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 44px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.tp-stars { color: #00b67a; font-size: 20px; }
.tp-text { font-size: 13px; color: var(--text-muted); }
.tp-text strong { color: var(--navy); }

/* ============================================================
   NEWS / BLOG SECTION (new feature)
   ============================================================ */
.news-section { background: var(--gray-50); }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.news-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}
.news-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.news-img {
  height: 180px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-category {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
.news-body { padding: 22px; }
.news-date { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }
.news-title { font-family: var(--font-serif); font-size: 17px; color: var(--navy); line-height: 1.35; margin-bottom: 10px; font-weight: 700; }
.news-title a { color: var(--navy); }
.news-title a:hover { color: var(--gold); }
.news-excerpt { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }
.news-footer { padding: 0 22px 18px; }
.news-read-more { font-size: 13px; font-weight: 700; color: var(--gold); display: flex; align-items: center; gap: 5px; }
.news-read-more:hover { color: var(--gold-light); gap: 9px; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: linear-gradient(105deg, var(--navy) 0%, var(--navy-mid) 100%);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(200,164,90,0.06);
  pointer-events: none;
}
.cta-band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  padding: 64px 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.cta-band h2 { color: var(--white); font-size: 2rem; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.72); margin: 0; font-size: 16px; }
.cta-band-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; white-space: nowrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0d1629; }
.footer-top { padding: 70px 0 50px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr;
  gap: 50px;
}
.footer-brand .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand .logo-emblem { background: var(--gold); color: var(--navy); }
.footer-brand .name { color: var(--white); }
.footer-brand .label { color: rgba(255,255,255,0.4); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 22px; }
.footer-social { display: flex; gap: 10px; }
.social-btn {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: all var(--transition);
  text-decoration: none;
}
.social-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.footer-col-title {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-links li { margin-bottom: 10px; }
.footer-links li a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all var(--transition);
}
.footer-links li a::before { content: '›'; color: var(--gold); opacity: 0; transition: opacity var(--transition); }
.footer-links li a:hover { color: var(--gold); padding-left: 6px; }
.footer-links li a:hover::before { opacity: 1; }
.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-contact-icon {
  width: 34px; height: 34px;
  background: rgba(200,164,90,0.12);
  border: 1px solid rgba(200,164,90,0.2);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 14px;
  flex-shrink: 0;
}
.footer-contact-info strong { display: block; font-size: 12px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.footer-contact-info a, .footer-contact-info span { font-size: 14px; color: rgba(255,255,255,0.75); }
.footer-contact-info a:hover { color: var(--gold); }
.footer-sra {
  margin-top: 20px;
  padding: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sra .icon { color: var(--gold); font-size: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { color: rgba(255,255,255,0.35); font-size: 13px; margin: 0; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,0.35); font-size: 13px; }
.footer-bottom-links a:hover { color: var(--gold); }

/* ============================================================
   PAGE HEADER
   ============================================================ */
.page-header {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: 70px 0 65px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  right: -5%;
  bottom: -30%;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 1px solid rgba(200,164,90,0.1);
  pointer-events: none;
}
.page-header::after {
  content: '';
  position: absolute;
  right: 5%;
  bottom: -15%;
  width: 26vw;
  height: 26vw;
  border-radius: 50%;
  border: 1px solid rgba(200,164,90,0.06);
  pointer-events: none;
}
.page-header-content { position: relative; z-index: 1; text-align: center; }
.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,0.3); }
.page-header h1 { color: var(--white); margin-bottom: 14px; }
.page-header .lead { color: rgba(255,255,255,0.72); max-width: 580px; margin: 0 auto; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: start;
}
.contact-sidebar { position: sticky; top: 100px; }
.contact-info-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 36px;
  margin-bottom: 24px;
}
.contact-info-card h3 { color: var(--white); margin-bottom: 24px; }
.contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.contact-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-icon {
  width: 40px; height: 40px;
  background: rgba(200,164,90,0.15);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 16px;
  flex-shrink: 0;
}
.contact-info-text strong { display: block; color: rgba(255,255,255,0.5); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.contact-info-text a, .contact-info-text span { color: var(--white); font-size: 14.5px; }
.contact-info-text a:hover { color: var(--gold); }
.hours-card {
  background: var(--gold-pale);
  border: 1px solid rgba(200,164,90,0.25);
  border-radius: var(--radius);
  padding: 24px;
}
.hours-card h4 { color: var(--navy); margin-bottom: 14px; font-size: 15px; }
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(200,164,90,0.2);
}
.hours-row:last-child { border-bottom: none; }
.hours-row .day { color: var(--text); }
.hours-row .time { color: var(--navy); font-weight: 600; }
.trust-note {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-muted);
  padding: 12px 16px;
  background: var(--gray-50);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
}

/* Contact Form */
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow);
}
.contact-form-card h3 { margin-bottom: 28px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 7px;
}
.form-label .req { color: var(--gold); }
.form-control {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  transition: all var(--transition);
  appearance: none;
}
.form-control:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,164,90,0.12);
}
.form-control::placeholder { color: var(--gray-300); }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-submit { margin-top: 8px; }
.form-submit .btn { width: 100%; justify-content: center; padding: 16px; font-size: 16px; }
.form-trust-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-muted);
}
.form-trust-row .lock { color: var(--gold); }
.form-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius);
  padding: 18px;
  color: #15803d;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

/* ============================================================
   PRICING PAGE
   ============================================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pricing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 38px 30px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.pricing-card.featured {
  border: 2px solid var(--gold);
  box-shadow: 0 12px 40px rgba(200,164,90,0.18);
}
.pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pricing-card.featured:hover { transform: translateY(-4px); }
.featured-tag {
  position: absolute;
  top: 0; right: 0;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 0 0 0 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pricing-card h3 { font-size: 20px; margin-bottom: 8px; }
.pricing-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.pricing-card p { font-size: 14.5px; color: var(--text-muted); margin-bottom: 24px; }
.pricing-features { margin-bottom: 28px; }
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--text);
}
.pricing-feature:last-child { border-bottom: none; }
.pricing-feature::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.pricing-card .btn { width: 100%; justify-content: center; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.principle-card {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-top: 4px solid var(--gold);
  background: var(--white);
  text-align: center;
  transition: all var(--transition);
}
.principle-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.principle-icon { font-size: 32px; margin-bottom: 14px; }
.principle-card h3 { color: var(--navy); margin-bottom: 10px; }
.principle-card p { font-size: 14.5px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { height: 520px; }
}
@media (max-width: 960px) {
  .intro-grid, .why-grid, .contact-layout, .cta-band-inner { grid-template-columns: 1fr; gap: 48px; }
  .why-accent-card { display: none; }
  .cta-band-actions { align-items: flex-start; }
  .approach-grid { grid-template-columns: 1fr; }
  .testimonials-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid { grid-template-columns: 1fr; }
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .top-trust { display: none; }
  .award-bar { display: none; }
  .hero { height: 500px; }
  .stats-bar-inner { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .services-grid, .testimonials-grid, .news-grid, .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-bar-inner { grid-template-columns: repeat(2,1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px; }
  .hero { height: 420px; }
  .hero-slide-content h1 { font-size: 2rem; }
  .form-row-2 { grid-template-columns: 1fr; }
  .cert-bar-inner { flex-direction: column; text-align: center; }
  .section { padding: 60px 0; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp 0.6s ease forwards; opacity: 0; }
.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.2s; }
.animate-delay-3 { animation-delay: 0.3s; }

/* ============================================================
   UTILITY
   ============================================================ */
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }
.hidden { display: none; }
