:root{
  --primary:#002A5F;
  --primary-dark:#001C40;
  --text:#334155;
  --muted:#64748b;
  --bg:#f8fafc;
  --white:#ffffff;
  --shadow:0 12px 34px rgba(0,42,95,0.06);
  --shadow-lg:0 28px 70px rgba(0,42,95,0.14);
  --accent:#d7b56d;
  --accent-soft:rgba(215,181,109,0.14);
  --gold:#d7b56d;
  --gold-soft:rgba(215,181,109,0.14);
  --container:1120px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0,42,95,0.06), transparent 28%),
    radial-gradient(circle at top right, rgba(215,181,109,0.10), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f4f6fa 100%);
  color:var(--text);
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  transition:all .25s ease;
}

button,
input,
select,
textarea{
  font-family:inherit;
}

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 18px;
}

.section{
  padding:88px 0;
  position:relative;
}

.text-center{
  text-align:center;
}

.section-title,
.sales-main-title,
.newsletter-title,
.faq-heading-wrap .section-title,
.instagram-header .section-title,
.cta-content-upgraded h2,
.cta-content-upgraded h3,
.split-content h3,
.trust-card h3,
.service-card h4,
.process-card h4,
.sales-feature-card h4,
.upcoming-note-card h4,
.split-badge h5,
.footer-company-name,
.modern-sales-table a,
.faq-question,
.appointment-modal-header h3{
  color:var(--primary-dark);
}

.section-title{
  font-size:clamp(34px, 4vw, 56px);
  line-height:1.03;
  font-weight:900;
  letter-spacing:-0.035em;
  margin-bottom:14px;
}

.section-subtitle,
.hero-content p,
.trust-card p,
.service-card p,
.process-card p,
.split-content p,
.split-badge p,
.sales-feature-card p,
.upcoming-note-card p,
.video-note span,
.faq-answer p,
.newsletter-subtitle,
.footer-contact-list li,
.footer-contact-list a,
.empire-login-text,
.footer-bottom-upgraded,
.instagram-header .section-subtitle,
.newsletter-content p,
.appointment-modal-header p{
  color:var(--muted);
  opacity:1;
}

.section-subtitle{
  max-width:780px;
  margin:0 auto;
  font-size:16px;
  line-height:1.85;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  background:var(--accent-soft);
  color:var(--primary);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin-bottom:18px;
  line-height:1;
}

.eyebrow::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent);
}

.hero-content .eyebrow{
  background:rgba(255,255,255,0.14);
  color:#fff;
  border:1px solid rgba(255,255,255,0.16);
}

.appointment-modal-pill,
.cta-pill{
  background:var(--accent-soft);
  color:var(--primary);
  border:1px solid rgba(215,181,109,0.25);
}

/* HEADER */
.peerless-header-wrap{
  position:relative;
  background:linear-gradient(180deg, #002A5F 0%, #0a3a75 100%);
  border-top:2px solid rgba(215,181,109,0.45);
  border-bottom:4px solid rgba(215,181,109,0.45);
  box-shadow:0 10px 30px rgba(0,42,95,0.16);
  overflow:hidden;
  z-index:1000;
}

.desktop-header{
  display:block;
  position:relative;
}

.peerless-header-stack{
  position:relative;
  max-width:1180px;
  margin:0 auto;
}

.header-base-img{
  width:100%;
  display:block;
  transition:transform .22s ease;
}

.header-hover-img{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  display:none;
  pointer-events:none;
  z-index:2;
}

.header-links-overlay{
  position:absolute;
  inset:0;
  z-index:3;
}

.header-links-overlay a{
  position:absolute;
  display:block;
  cursor:pointer;
  background:transparent;
  border-radius:10px;
  -webkit-tap-highlight-color:transparent;
}

#portland-area{
  left:34%;
  top:18%;
  width:16%;
  height:60%;
}

#vancouver-area{
  left:54%;
  top:18%;
  width:15%;
  height:60%;
}

#palm-area{
  left:72%;
  top:10%;
  width:18%;
  height:72%;
}

.header-links-overlay a:active{
  transform:scale(0.985);
}

.peerless-header-stack.is-hovering .header-base-img{
  transform:translateY(-1px);
}

.mobile-header{
  display:none;
  position:relative;
  align-items:center;
  justify-content:center;
  min-height:72px;
  padding:10px 16px;
  background:transparent;
  z-index:2;
}

.mobile-logo{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
}

.mobile-logo img{
  max-height:52px;
  width:auto;
}

.mobile-toggle{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:34px;
  border:1px solid rgba(255,255,255,0.75);
  border-radius:4px;
  background:rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
  cursor:pointer;
}

.mobile-toggle span{
  display:block;
  width:18px;
  height:2px;
  background:#fff;
  border-radius:10px;
}

.mobile-drawer{
  position:fixed;
  top:0;
  right:-320px;
  width:300px;
  max-width:85vw;
  height:100vh;
  background:linear-gradient(180deg, #001C40 0%, #002A5F 100%);
  z-index:99999;
  transition:right .28s ease;
  box-shadow:-16px 0 40px rgba(0,0,0,0.25);
  padding:22px 18px;
}

.mobile-drawer.active{
  right:0;
}

.mobile-drawer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.mobile-drawer-top h4{
  color:#fff;
  font-size:18px;
  font-weight:700;
}

.mobile-close{
  background:none;
  border:none;
  color:#fff;
  font-size:30px;
  cursor:pointer;
  line-height:1;
}

.mobile-nav{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.mobile-nav a{
  color:#fff;
  padding:13px 12px;
  border-radius:12px;
  background:rgba(255,255,255,0.06);
  font-weight:600;
  font-size:16px;
}

.mobile-nav a:hover{
  background:rgba(215,181,109,0.12);
  color:#fff;
}

.mobile-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.45);
  opacity:0;
  visibility:hidden;
  transition:all .25s ease;
  z-index:99998;
}

.mobile-backdrop.active{
  opacity:1;
  visibility:visible;
}

/* HERO */
.hero-section{
  position:relative;
  padding:58px 0 120px;
  overflow:hidden;
}

.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,28,64,0.84) 0%, rgba(0,42,95,0.62) 42%, rgba(0,42,95,0.34) 100%),
    url('../images/portland-estate-sale-mountain.jpg') center center/cover no-repeat;
  z-index:0;
}

.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,42,95,0.12), rgba(0,28,64,0.34));
  z-index:0;
}

.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:34px;
  align-items:center;
}

.hero-content{
  color:#fff;
  max-width:560px;
  padding-top:10px;
}

.hero-content h1{
  font-size:clamp(42px, 5vw, 72px);
  line-height:0.97;
  letter-spacing:-0.05em;
  font-weight:900;
  margin-bottom:18px;
  color:#fff;
}

.hero-content p{
  color:rgba(255,255,255,0.88);
  font-size:16px;
  line-height:1.9;
  margin-bottom:24px;
  max-width:540px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:24px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  border:none;
  cursor:pointer;
  transition:all .25s ease;
  white-space:nowrap;
}

.btn-primary,
.sales-tab-btn.active,
.page-btn.active{
  background:linear-gradient(135deg, #d7b56d 0%, #c7a55a 100%);
  color:#1b1b1b !important;
  box-shadow:0 14px 34px rgba(215,181,109,0.28);
}

.btn-primary i,
.sales-tab-btn.active i,
.page-btn.active i{
  color:#1b1b1b !important;
}

.btn-primary:hover,
.sales-tab-btn.active:hover,
.page-btn.active:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(215,181,109,0.35);
}

.btn-secondary{
  background:rgba(255,255,255,0.12);
  color:#fff;
  border:1px solid rgba(255,255,255,0.18);
  backdrop-filter:blur(8px);
}

.btn-secondary:hover{
  background:rgba(255,255,255,0.18);
  transform:translateY(-2px);
}

.btn-white{
  background:#fff;
  color:var(--primary-dark) !important;
  border:none;
  box-shadow:0 10px 20px rgba(0,0,0,0.12);
}

.btn-white i{
  color:var(--primary-dark);
}

.btn-white:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,0.18);
}

.hero-stats{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hero-stat{
  min-width:118px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.14);
  backdrop-filter:blur(10px);
  box-shadow:0 10px 24px rgba(0,0,0,0.12);
}

.hero-stat strong{
  display:block;
  color:#ffffff !important;
  font-size:22px;
  line-height:1.1;
  margin-bottom:4px;
  font-weight:800;
}

.hero-stat span{
  display:block;
  color:rgba(255,255,255,0.84) !important;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  line-height:1.5;
  font-weight:700;
}

.hero-video-card{
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:18px;
  padding:14px;
  backdrop-filter:blur(8px);
  box-shadow:0 30px 60px rgba(0,0,0,0.14);
  max-width:470px;
  margin-left:auto;
}

.video-shell{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:#2b2b2b;
  padding-top:56.25%;
}

.video-shell iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.video-facade-thumb{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  cursor:pointer;
}

.video-play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:68px;
  height:68px;
  background:rgba(215,181,109,0.92);
  border:none;
  border-radius:50%;
  color:#fff;
  font-size:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all .3s ease;
  z-index:2;
  box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.video-shell:hover .video-play-btn{
  transform:translate(-50%, -50%) scale(1.1);
  background:var(--accent);
}

.video-note{
  margin-top:12px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.14);
  color:#fff;
}

.video-note i{
  width:20px;
  margin-top:2px;
  color:#fff;
  opacity:0.9;
}

.video-note strong{
  display:block;
  font-size:13px;
  font-weight:700;
  margin-bottom:4px;
  color:#ffffff !important;
}

.video-note span{
  display:block;
  color:rgba(255,255,255,0.88) !important;
  font-size:12px;
  line-height:1.7;
}

/* TRUST */
.trust-strip{
  margin-top:-42px;
  position:relative;
  z-index:4;
}

.trust-card{
  background:rgba(255,255,255,0.92);
  border-radius:18px;
  box-shadow:0 18px 35px rgba(0,0,0,0.08);
  padding:20px 22px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  border:1px solid rgba(0,42,95,0.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.trust-card h3{
  font-size:22px;
  line-height:1.15;
  font-weight:800;
  margin-bottom:8px;
}

.trust-card p{
  font-size:14px;
  line-height:1.8;
  max-width:600px;
}

.trust-logos{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.trust-logos img{
  max-height:24px;
  width:auto;
  opacity:0.55;
  filter:grayscale(100%);
}

/* SERVICES */
.services-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  margin-top:34px;
}

.service-card{
  background:rgba(255,255,255,0.92);
  border-radius:16px;
  padding:22px 18px;
  box-shadow:var(--shadow);
  border:1px solid rgba(0,42,95,0.08);
  transition:all .25s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.service-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
}

.service-icon{
  width:38px;
  height:38px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(0,42,95,0.08), rgba(215,181,109,0.16));
  color:var(--primary);
  margin-bottom:14px;
  font-size:14px;
}

.service-card h4{
  font-size:20px;
  font-weight:800;
  margin-bottom:10px;
  line-height:1.2;
}

.service-card p{
  font-size:14px;
  line-height:1.8;
}

/* SPLIT BLOCK */
.split-block{
  background:#fff;
  border-radius:22px;
  box-shadow:var(--shadow-lg);
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:34px;
  border:1px solid rgba(0,42,95,0.08);
  color:#16202a;
}

.split-content{
  padding:42px 34px;
}

.split-content h3{
  font-size:28px;
  line-height:1.08;
  font-weight:800;
  margin-bottom:14px;
  letter-spacing:-0.03em;
  max-width:410px;
}

.split-content p{
  font-size:14px;
  line-height:1.9;
  margin-bottom:18px;
  max-width:430px;
}

.split-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.split-list li{
  position:relative;
  padding-left:22px;
  font-size:13px;
  font-weight:600;
  color:#495364;
  line-height:1.7;
}

.split-list li::before{
  content:"\f00c";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:0;
  color:var(--accent);
  font-size:11px;
}

.split-media{
  position:relative;
  min-height:420px;
  background:url('../images/garykim.png') center center/cover no-repeat;
}

.split-badge{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  background:#fff;
  border-radius:16px;
  padding:16px 18px;
  box-shadow:0 14px 30px rgba(0,0,0,0.10);
}

.split-badge h5{
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  margin-bottom:6px;
}

.split-badge p{
  font-size:13px;
  line-height:1.7;
}

/* PROCESS */
.process-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
  margin-top:34px;
}

.process-card{
  background:rgba(255,255,255,0.92);
  border-radius:16px;
  padding:22px 18px;
  box-shadow:var(--shadow);
  border:1px solid rgba(0,42,95,0.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.process-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(0,42,95,0.08), rgba(215,181,109,0.16));
  color:var(--primary);
  margin-bottom:14px;
  font-size:13px;
}

.process-card h4{
  font-size:18px;
  font-weight:800;
  margin-bottom:8px;
}

.process-card p{
  font-size:13px;
  line-height:1.8;
}

/* REVIEWS */
.reviews-section{
  padding-top:20px;
}

.reviews-widget-wrap{
  margin-top:24px;
  background:#fff;
  border-radius:16px;
  padding:12px;
  box-shadow:var(--shadow);
  border:1px solid rgba(0,42,95,0.08);
}

/* SALES */
.sales-section-modernized{
  position:relative;
}

.sales-hero-card,
.instagram-section,
.newsletter-card{
  background:
    radial-gradient(circle at top left, rgba(0,42,95,0.06), transparent 24%),
    radial-gradient(circle at top right, rgba(215,181,109,0.10), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border:1px solid rgba(0,42,95,0.08);
  border-radius:28px;
  box-shadow:var(--shadow-lg);
  overflow:hidden;
}

.sales-hero-card{
  padding:30px 24px 24px;
}

.sales-hero-top{
  max-width:820px;
  margin:0 auto 26px;
}

.sales-main-title{
  margin-bottom:10px;
}

.sales-main-subtitle{
  max-width:720px;
}

.sales-tabs-modern{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:12px 0 18px;
  flex-wrap:wrap;
}

.sales-tab-btn{
  border:none;
  background:#fff;
  height:40px;
  padding:0 16px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  color:var(--primary-dark);
  box-shadow:var(--shadow);
  cursor:pointer;
  opacity:1;
}

.sales-table-wrap,
.modern-sales-table-wrap{
  border-radius:18px;
  overflow-x:auto;
  overflow-y:hidden;
  border:1px solid rgba(17,24,39,0.06);
  background:#fff;
  box-shadow:0 16px 36px rgba(13,25,52,0.08);
  margin-top:18px;
  -webkit-overflow-scrolling:touch;
}

.sales-table{
  width:100%;
  border-collapse:collapse;
}

.modern-sales-table thead th{
  background:linear-gradient(90deg, #001C40 0%, #002A5F 100%);
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
  padding:18px 16px;
  text-align:left;
}

.modern-sales-table tbody td{
  padding:16px;
  border-top:1px solid rgba(17,24,39,0.06);
  vertical-align:middle;
  color:#314155 !important;
  font-size:14px;
}

.modern-sales-table tbody tr{
  transition:all .2s ease;
}

.modern-sales-table tbody tr:hover{
  background:#f7faff;
}

.sales-thumb{
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 10px 18px rgba(0,0,0,0.10);
}

.modern-sales-table a{
  font-weight:800;
  text-decoration:none;
}

.modern-sales-table a:hover{
  color:var(--primary);
}

.pagination-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}

.page-number-wrap{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.page-btn{
  min-width:40px;
  height:40px;
  padding:0 14px;
  border:none;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,42,95,0.08);
  font-size:13px;
  font-weight:800;
  color:var(--primary-dark);
  cursor:pointer;
  transition:all .2s ease;
  opacity:1;
}

.page-btn:hover{
  transform:translateY(-1px);
}

.page-btn[disabled]{
  opacity:.45;
  cursor:not-allowed;
  transform:none;
}

.status-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:98px;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(0,42,95,0.08);
  color:var(--primary);
  opacity:1;
}

.upcoming-chip{
  background:rgba(215,181,109,0.16);
  color:#7d5b1a;
}

.upcoming-note-card{
  margin-top:18px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:rgba(255,255,255,0.92);
  border:1px solid rgba(0,42,95,0.08);
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 12px 28px rgba(13,25,52,0.06);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.upcoming-note-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(0,42,95,0.08), rgba(215,181,109,0.16));
  color:var(--primary);
}

.cta-section{
  padding-top:56px;
  padding-bottom:70px;
}

.cta-card-upgraded{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  padding:46px 46px;
  min-height:360px;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 290px;
  gap:22px;
  align-items:center;
  box-shadow:0 28px 60px rgba(0,42,95,0.22);
  border:1px solid rgba(255,255,255,0.10);
  isolation:isolate;
  background:
    linear-gradient(90deg, rgba(0,28,64,0.88) 0%, rgba(0,42,95,0.78) 42%, rgba(0,42,95,0.44) 72%, rgba(0,42,95,0.22) 100%),
    url('../images/peerless_banner_p.png') center center/cover no-repeat;
}

.cta-card-upgraded::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,255,255,0.10), transparent 20%),
    radial-gradient(circle at 88% 50%, rgba(255,255,255,0.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00));
  pointer-events:none;
}

.cta-card-upgraded::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  pointer-events:none;
}

.cta-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(60px);
  pointer-events:none;
  z-index:1;
}

.cta-glow-left{
  width:240px;
  height:240px;
  left:-80px;
  top:-80px;
  background:rgba(255,255,255,0.10);
}

.cta-glow-right{
  width:260px;
  height:260px;
  right:-100px;
  bottom:-100px;
  background:rgba(255,255,255,0.08);
}

.cta-content-upgraded{
  position:relative;
  z-index:2;
  max-width:760px;
  color:#fff;
}

.cta-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.18);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:22px;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.cta-card-upgraded .cta-content-upgraded h2{
  font-size:clamp(34px, 4vw, 58px);
  line-height:1.02;
  letter-spacing:-0.04em;
  font-weight:900;
  margin:0 0 16px;
  color:#fff;
  max-width:720px;
  text-shadow:0 8px 22px rgba(0,0,0,0.20);
}

.cta-card-upgraded .cta-content-upgraded p{
  font-size:18px;
  color:rgba(255,255,255,0.92);
  line-height:1.75;
  margin:0 0 20px;
  max-width:760px;
}

.cta-feature-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  margin-bottom:26px;
}

.cta-feature-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,0.98);
  font-size:14px;
  font-weight:700;
}

.cta-feature-item i{
  color:#d7b56d;
  font-size:14px;
}

.cta-actions-upgraded{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.cta-btn-call{
  min-width:150px;
  height:54px;
  font-size:16px;
  font-weight:800;
}

.cta-btn-schedule{
  min-width:295px;
  height:54px;
  font-size:16px;
  font-weight:800;
  background:rgba(255,255,255,0.12);
  color:#fff;
  border:1px solid rgba(255,255,255,0.22);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.cta-btn-schedule:hover{
  background:rgba(255,255,255,0.18);
}

.cta-person-upgraded{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  height:100%;
  min-height:280px;
}

.cta-person-upgraded img{
  max-height: 361px;
  width: auto;
  object-fit: contain;
  margin-right: -6px;
  margin-bottom: -58px;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.22));
}

.cta-name-tag{
  position:absolute;
  top:141px;
  right:133px;
  background:#fff;
  color:#172033 !important;
  padding:12px 18px;
  border-radius:16px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 16px 30px rgba(0,0,0,0.14);
  white-space:nowrap;
}

/* INSTAGRAM */
.instagram-section{
  padding:30px 24px 28px;
}

.instagram-header{
  margin-bottom:24px;
}

.instagram-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}

.instagram-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:18px;
  background:#e5e7eb;
  box-shadow:0 12px 28px rgba(13,25,52,0.08);
  aspect-ratio:1 / 1;
}

.instagram-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
  display:block;
}

.instagram-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(180deg, rgba(0,42,95,0.12), rgba(0,28,64,0.74));
  color:#ffffff !important;
  font-size:14px;
  font-weight:800;
  opacity:0;
  transition:opacity .25s ease;
}

.instagram-overlay i{
  font-size:24px;
}

.instagram-card:hover img{
  transform:scale(1.06);
}

.instagram-card:hover .instagram-overlay{
  opacity:1;
}

.instagram-cta{
  margin-top:22px;
}

/* FAQ */
.faq-section{
  padding-top:30px;
}

.faq-heading-wrap{
  max-width:860px;
  margin:0 auto 28px;
}

.faq-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  max-width:980px;
  margin:0 auto;
}

.faq-item{
  background:rgba(255,255,255,0.92);
  border:1px solid rgba(0,42,95,0.08);
  border-radius:20px;
  box-shadow:0 14px 34px rgba(13,25,52,0.06);
  overflow:hidden;
  transition:all .25s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.faq-item:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(13,25,52,0.08);
}

.faq-question{
  width:100%;
  background:transparent;
  border:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
  padding:22px 22px;
  cursor:pointer;
  font-size:18px;
  font-weight:800;
  line-height:1.4;
}

.faq-icon{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(0,42,95,0.08), rgba(215,181,109,0.16));
  color:var(--primary);
  font-size:14px;
  transition:all .25s ease;
}

.faq-answer{
  display:none;
  padding:0 22px 22px;
}

.faq-answer p{
  margin:0;
  font-size:15px;
  line-height:1.9;
  color:#53657a !important;
}

.faq-item.active .faq-answer{
  display:block;
}

.faq-item.active .faq-icon{
  background:linear-gradient(135deg, #d7b56d 0%, #c7a55a 100%);
  color:#1b1b1b;
  transform:rotate(45deg);
}

/* NEWSLETTER */
.newsletter-section{
  padding-top:30px;
  padding-bottom:70px;
}

.newsletter-card{
  padding:34px 28px;
}

.newsletter-content{
  max-width:820px;
  margin:0 auto;
  text-align:center;
}

.newsletter-title{
  margin-bottom:10px;
}

.newsletter-subtitle{
  max-width:760px;
}

.newsletter-form{
  margin-top:24px;
}

.newsletter-form-row{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
}

.newsletter-input{
  width:100%;
  max-width:520px;
  height:54px;
  border:1px solid rgba(17,24,39,0.12);
  border-radius:999px;
  padding:0 18px;
  font-size:15px;
  color:#16202a !important;
  background:#fff;
  outline:none;
  box-shadow:0 10px 24px rgba(13,25,52,0.06);
}

.newsletter-input::placeholder{
  color:#7a8797 !important;
  opacity:1;
}

.newsletter-input:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 4px rgba(215,181,109,0.16);
}

.newsletter-btn,
.appointment-submit-btn{
  background:linear-gradient(135deg, #002A5F 0%, #0a3a75 55%, #d7b56d 100%);
  color:#fff;
  box-shadow:0 18px 35px rgba(0,42,95,0.18);
}

.newsletter-btn{
  height:54px;
  min-width:160px;
  border:none;
  border-radius:999px;
  font-size:15px;
  font-weight:800;
  padding:0 22px;
  cursor:pointer;
}

.newsletter-btn:hover{
  transform:translateY(-1px);
}

.newsletter-message{
  margin-top:14px;
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
  font-weight:700;
  display:none;
}

.newsletter-message.success{
  background:rgba(34,197,94,0.12);
  color:#166534;
}

.newsletter-message.error{
  background:rgba(239,68,68,0.12);
  color:#991b1b;
}

/* MODAL */
.appointment-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  padding:16px;
}

.appointment-modal.active{
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.appointment-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(7, 12, 25, 0.72);
  backdrop-filter:blur(6px);
}

.appointment-modal-dialog{
  position:relative;
  width:min(720px, 100%);
  margin:24px auto;
  background:#ffffff;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,0.28);
  padding:28px 24px 24px;
  border:1px solid rgba(0,42,95,0.08);
  z-index:2;
  max-height:none;
  overflow:visible;
  color:#16202a;
}

.appointment-modal-close{
  position:absolute;
  top:12px;
  right:14px;
  width:40px;
  height:40px;
  border:none;
  border-radius:50%;
  background:#f3f4f6;
  color:#172033;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.appointment-modal-close:hover{
  background:#e5e7eb;
}

.appointment-modal-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.appointment-modal-header h3{
  font-size:32px;
  line-height:1.08;
  font-weight:900;
  margin-bottom:10px;
  letter-spacing:-0.03em;
}

.appointment-modal-header p{
  font-size:15px;
  line-height:1.8;
  margin-bottom:18px;
}

.appointment-form{
  margin-top:10px;
}

.appointment-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.form-group{
  margin-bottom:16px;
}

.form-group label{
  display:block;
  font-size:13px;
  font-weight:800;
  color:#334155 !important;
  margin-bottom:8px;
}

.form-group input,
.form-group select,
.form-group textarea{
  width:100%;
  border:1px solid rgba(17,24,39,0.12);
  border-radius:14px;
  background:#fff;
  color:#16202a !important;
  font-size:15px;
  padding:14px 14px;
  outline:none;
  transition:all .2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
  color:#7b8794 !important;
  opacity:1;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 4px rgba(215,181,109,0.16);
}

.form-submit-group{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.appointment-submit-btn{
  width:100%;
  min-height:52px;
  border:none;
  border-radius:14px;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
}

.appointment-submit-btn:hover{
  transform:translateY(-1px);
}

.appointment-form-message{
  margin-top:8px;
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
  font-weight:700;
  align-items:center;
  gap:10px;
  display:none;
}

.appointment-form-message.success{
  background:rgba(34,197,94,0.12);
  color:#166534;
}

.appointment-form-message.error{
  background:rgba(239,68,68,0.12);
  color:#991b1b;
}

.success-check{
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:50%;
  background:var(--accent);
  color:#1b1b1b;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  box-shadow:0 6px 14px rgba(215,181,109,0.30);
}

/* FOOTER */
.footer{
  background:linear-gradient(180deg, #001C40 0%, #000f24 100%);
  color:#fff;
  padding:42px 0 67px;
  position:relative;
  text-align:left;
}

.footer-shell{
  padding-top:6px;
}

.footer-grid-upgraded{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:34px;
  align-items:start;
  justify-items:center;
  text-align:center;
}

.footer-col{
  min-width:0;
}

.footer-mini-title{
  color:#fff !important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  position:relative;
  padding-bottom:12px;
  margin-bottom:18px;
  display:inline-block;
}

.footer-mini-title::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  width:24px;
  height:4px;
  background:var(--accent);
}

.footer-company-name{
  font-size:20px;
  font-weight:700;
  color:#fff !important;
  margin-bottom:16px;
  line-height:1.3;
}

.footer-contact-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.footer-contact-list li{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:rgba(255,255,255,0.88) !important;
  font-size:14px;
  line-height:1.8;
}

.footer-contact-list i{
  width:14px;
  margin-top:4px;
  font-size:12px;
  color:rgba(255,255,255,0.74);
}

.footer-contact-list a{
  color:rgba(255,255,255,0.88) !important;
}

.footer-contact-list a:hover,
.footer-links a:hover{
  color:var(--accent);
}

.footer-center-logo-wrap{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-top:8px;
}

.footer-center-logo-wrap img{
  max-width:172px;
  width:100%;
  height:auto;
  object-fit:contain;
}

.footer-empire-col,
.footer-follow-col{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.empire-login-box{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.empire-login-text{
  font-size:14px;
  color:rgba(255,255,255,0.88) !important;
  font-weight:600;
  text-align:center;
}

.footer-social{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}

.footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.22);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
}

.footer-social a:hover{
  background:var(--accent);
  color:#1b1b1b;
}

.footer-bottom-upgraded{
  margin-top:24px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,0.08);
  text-align:center;
  font-size:11px;
  background:#000f24;
  color:rgba(255,255,255,0.85) !important;
}

/* FLOATING */
.fixed-tel{
  position:fixed;
  bottom:80px;
  right:20px;
  width:60px;
  height:60px;
  z-index:9999;
  text-align:center;
  cursor:pointer;
  animation:callFloat 2.8s ease-in-out infinite;
}

.fixed-tel:before{
  content:"";
  width:100%;
  height:100%;
  background-color:var(--primary);
  position:absolute;
  border-radius:50%;
  box-shadow:0 8px 22px rgba(0,42,95,0.24);
  z-index:1;
  top:0;
  left:0;
}

.fixed-tel img{
  position:relative;
  z-index:2;
  width:90%;
  height:90%;
  object-fit:contain;
  margin:5%;
  border-radius:0;
}

#mybutton{
  position:fixed;
  bottom:18px;
  right:20px;
  z-index:9999;
}

#mybutton button{
  border:none;
  background:transparent;
  padding:0;
  box-shadow:none;
}

#mybutton img{
  width:auto;
  height:42px;
  display:block;
}

/* ANIMATIONS */
@keyframes heroFadeUp{
  from{ opacity:0; transform:translateY(34px); }
  to{ opacity:1; transform:translateY(0); }
}

@keyframes heroFadeRight{
  from{ opacity:0; transform:translateX(38px); }
  to{ opacity:1; transform:translateX(0); }
}

@keyframes ctaSoftGlow{
  0%{ opacity:.9; transform:scale(1); }
  100%{ opacity:1; transform:scale(1.05); }
}

@keyframes ctaFloatIn{
  from{ opacity:0; transform:translateY(36px); }
  to{ opacity:1; transform:translateY(0); }
}

@keyframes wordFade{
  to{ opacity:1; transform:translateY(0) rotate(0); }
}

@keyframes ctaCopyIn{
  to{ opacity:1; transform:translateY(0); }
}

@keyframes personFloat{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-8px); }
}

@keyframes nameTagPop{
  from{ opacity:0; transform:translateY(14px) scale(.92); }
  to{ opacity:1; transform:translateY(0) scale(1); }
}

@keyframes callFloat{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-7px); }
}

@keyframes carMove{
  0%{ left:-340px; }
  100%{ left:100%; }
}

@keyframes bikeMove{
  0%{ left:-120px; }
  100%{ left:100%; }
}

@keyframes birdMove{
  0%{ left:-10px; }
  100%{ left:100%; }
}

@keyframes footer_car_move {
  0% { left: -340px; bottom: 18px; }
  20% { bottom: 18px; }
  35% { bottom: 24px; }
  50% { bottom: 18px; }
  70% { bottom: 22px; }
  100% { left: 100%; bottom: 18px; }
}

@keyframes footer_bike_move {
  0% { left: -120px; bottom: 20px; }
  20% { bottom: 20px; }
  40% { bottom: 28px; }
  55% { bottom: 18px; }
  75% { bottom: 24px; }
  100% { left: 100%; bottom: 20px; }
}

/* RESPONSIVE */
@media (max-width:1100px){
  .hero-grid,
  .trust-card,
  .split-block,
  .cta-card-upgraded{
    grid-template-columns:1fr;
  }
  .hero-video-card{ margin:0; max-width:100%; }
  .services-grid, .process-grid{ grid-template-columns:1fr 1fr; }
  .footer-grid-upgraded{ grid-template-columns:1fr 1fr; gap:32px; justify-items: center; }
  .footer-center-logo-wrap{ justify-content:center; order: -1; grid-column: span 2; }
  .instagram-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width:991px){
  .new_footer_top { padding: 90px 0px 220px; }
  .footer-team-strip{ min-height: 230px; margin-bottom: -55px; }
  .footer-team-inner{ min-height: 230px; justify-content: center; }
  .footer-team-image{ max-width: 500px; transform: translateY(14px); }
  .footer{ padding-top: 90px; }
  .cta-person-upgraded{ display:none !important; }
}

@media (max-width:767px){
  .desktop-header, .header-links-overlay{ display:none; }
  .mobile-header{ display:flex; }
  .hero-content h1{ font-size:42px; }
  .hero-actions{ flex-direction:column; }
  .btn{ width:100%; }
  .services-grid, .process-grid, .appointment-grid{ grid-template-columns:1fr; }
  .footer-team-strip{ min-height: 190px; margin-bottom: -40px; }
  .footer-team-inner{ min-height: 190px; justify-content: center; }
  .footer-team-image{ max-width: 340px; transform: translateY(37px); }
  .footer{ padding-top: 75px; text-align:center; }
  .footer-grid-upgraded{ display:flex !important; flex-direction:column !important; align-items: center !important; }
  .newsletter-form-row{ flex-direction:column; }
  .newsletter-btn{ width:100%; max-width:520px; }
  .modern-sales-table{ min-width: 600px; }
}
