:root {
  --blue: #0b3cc1;
  --blue-2: #1856df;
  --indigo: #25116f;
  --navy: #171047;
  --red: #d91a0d;
  --orange: #f47a0b;
  --gold: #f6c015;
  --ink: #15171a;
  --muted: #5d6677;
  --line: #dfe5ef;
  --soft: #f6f8fc;
  --soft-blue: #eef4ff;
  --white: #ffffff;
  --green: #16843f;
  --shadow-sm: 0 10px 30px rgba(23,16,71,.08);
  --shadow: 0 24px 70px rgba(23,16,71,.13);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-h: 84px;
  --transition: 180ms ease;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img,svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
button { color: inherit; }
h1,h2,h3,h4,p,ul,ol { margin-top: 0; }
h1,h2,h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.55rem, 6vw, 5.15rem); font-weight: 800; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 800; }
h3 { margin-bottom: 12px; font-size: 1.28rem; letter-spacing: -.02em; }
p { margin-bottom: 20px; }
strong { font-weight: 750; }
::selection { color: var(--white); background: var(--blue); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.center-row { justify-content: center; }
.section { position: relative; padding: clamp(74px, 9vw, 124px) 0; }
.section-soft { background: var(--soft); }
.section-dark { overflow: hidden; color: rgba(255,255,255,.82); background: linear-gradient(135deg,var(--navy),var(--indigo)); }
.section-dark::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 80% 20%,rgba(246,192,21,.14),transparent 28%), radial-gradient(circle at 12% 80%,rgba(244,122,11,.16),transparent 24%); }
.section-dark > .container { position: relative; z-index: 1; }
.section-dark h2,.section-dark h3,.section-dark .lead { color: var(--white); }
.lead { color: #3c4658; font-size: clamp(1.1rem,2vw,1.32rem); line-height: 1.72; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 3px; border-radius: 2px; background: linear-gradient(90deg,var(--blue),var(--orange)); content: ""; }
.eyebrow.light { color: var(--gold); }
.eyebrow.light::before { background: linear-gradient(90deg,var(--gold),var(--orange)); }
.section-heading { max-width: 690px; margin-bottom: 45px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.section-heading.light p { color: rgba(255,255,255,.72); }
.icon { display: inline-flex; flex: 0 0 auto; width: 1.25em; height: 1.25em; align-items: center; justify-content: center; }
.icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon svg path[d*="M20.5 3.5"] { fill: currentColor; stroke: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn { display: inline-flex; min-height: 52px; padding: 14px 22px; border: 2px solid transparent; border-radius: 999px; align-items: center; justify-content: center; gap: 9px; font-size: .96rem; font-weight: 750; line-height: 1; cursor: pointer; transition: transform var(--transition),background var(--transition),border-color var(--transition),box-shadow var(--transition),color var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn .icon { width: 19px; height: 19px; }
.btn .icon:last-child { margin-left: 1px; }
.btn-primary { color: var(--white); background: linear-gradient(135deg,var(--blue),var(--indigo)); box-shadow: 0 12px 28px rgba(11,60,193,.25); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(11,60,193,.32); }
.btn-outline { color: var(--blue); border-color: rgba(11,60,193,.25); background: var(--white); }
.btn-outline:hover { border-color: var(--blue); background: var(--soft-blue); }
.btn-whatsapp { color: var(--white); background: #148b48; box-shadow: 0 12px 28px rgba(20,139,72,.2); }
.btn-whatsapp:hover { background: #0f773c; }
.btn-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.btn-light:hover { background: #fff9e8; }
.btn-ghost { color: var(--navy); background: transparent; }
.btn-ghost:hover { background: var(--soft); }
.btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.3); background: transparent; }
.btn-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; color: var(--blue); align-items: center; gap: 7px; font-weight: 750; }
.text-link .icon { width: 17px; transition: transform var(--transition); }
.text-link:hover .icon { transform: translateX(4px); }
.pill { display: inline-flex; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--white); align-items: center; gap: 7px; font-size: .88rem; font-weight: 700; box-shadow: var(--shadow-sm); }
.pill .icon { color: var(--blue); }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 12px 18px; border-radius: 8px; color: var(--white); background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.announcement { position: relative; z-index: 102; color: rgba(255,255,255,.93); background: var(--navy); font-size: .82rem; }
.announcement-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 18px; }
.announcement-inner > * { display: inline-flex; align-items: center; gap: 7px; }
.announcement a { font-weight: 750; }
.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-h); border-bottom: 1px solid rgba(23,16,71,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); transition: box-shadow var(--transition),height var(--transition); }
.site-header.scrolled { box-shadow: 0 10px 40px rgba(23,16,71,.1); }
.nav-wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: clamp(214px,20vw,275px); }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: clamp(15px,1.8vw,26px); color: #30384a; font-size: .9rem; font-weight: 700; }
.site-nav > a,.nav-dropdown-toggle { padding: 31px 0; border: 0; color: inherit; background: none; cursor: pointer; white-space: nowrap; }
.site-nav > a:not(.nav-cta):hover,.site-nav > a.nav-active,.nav-dropdown-toggle:hover { color: var(--blue); }
.site-nav .nav-cta { padding: 12px 18px; border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(11,60,193,.22); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; font-weight: inherit; }
.nav-dropdown-toggle span { font-size: 1.2rem; transition: transform var(--transition); }
.nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(45deg); }
.nav-dropdown-panel { position: absolute; top: calc(100% - 7px); left: -24px; display: grid; width: 315px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity var(--transition),transform var(--transition); }
.nav-dropdown-panel a { padding: 11px 13px; border-radius: 10px; color: #30384a; }
.nav-dropdown-panel a:hover { color: var(--blue); background: var(--soft-blue); }
.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel,.nav-dropdown.open .nav-dropdown-panel { opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle .icon { width: 24px; }
.menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: block; }
.breadcrumbs { display: flex; padding-top: 20px; color: var(--muted); align-items: center; gap: 9px; font-size: .82rem; }
.breadcrumbs a:hover { color: var(--blue); }
.mobile-actions { display: none; }

.hero { position: relative; overflow: hidden; padding: clamp(70px,8vw,112px) 0 0; background: linear-gradient(150deg,#fff 0%,#f4f7ff 62%,#fff9ec 100%); }
.hero::after { position: absolute; right: -8%; bottom: 12%; width: 390px; height: 390px; border: 75px solid rgba(244,122,11,.05); border-radius: 50%; content: ""; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { top: 16%; left: -100px; width: 260px; height: 260px; background: rgba(11,60,193,.06); }
.hero-orb-two { top: 5%; right: 25%; width: 110px; height: 110px; background: rgba(246,192,21,.12); }
.hero-grid,.subhero-grid,.quote-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.92fr); align-items: center; gap: clamp(45px,7vw,90px); }
.hero-copy { padding-bottom: 48px; }
.hero-copy h1 { max-width: 730px; }
.hero-copy > p:not(.microcopy) { max-width: 690px; color: #465064; font-size: clamp(1.12rem,2vw,1.34rem); }
.microcopy { margin: 16px 0 0; color: var(--muted); font-size: .9rem; }
.hero-card { position: relative; }
.hero-card > img { position: relative; z-index: 1; width: 100%; border-radius: 38px; filter: drop-shadow(0 28px 45px rgba(23,16,71,.15)); }
.floating-card { position: absolute; z-index: 3; display: flex; min-width: 210px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 17px; background: rgba(255,255,255,.94); align-items: center; gap: 12px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card > .icon { width: 36px; height: 36px; padding: 8px; border-radius: 10px; color: var(--white); background: var(--blue); }
.floating-card strong,.floating-card small { display: block; }
.floating-card strong { color: var(--navy); font-size: .9rem; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.floating-top { top: 9%; right: -6%; }
.floating-bottom { bottom: 10%; left: -8%; }

/* Homepage hero service carousel */
.service-carousel { position: relative; width: 100%; max-width: 620px; margin-left: auto; padding: 8px 8px 13px; border: 1px solid rgba(37,17,111,.11); border-radius: 38px; background: rgba(255,255,255,.94); box-shadow: 0 30px 72px rgba(23,16,71,.17); }
.service-carousel::before { position: absolute; z-index: 5; top: 0; right: 56px; left: 56px; height: 4px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg,var(--blue),#6f22a8,var(--orange),var(--gold)); content: ""; }
.service-carousel-viewport { position: relative; overflow: hidden; aspect-ratio: 24 / 17; border-radius: 31px; background: linear-gradient(145deg,#eef4ff,#fff9ed); isolation: isolate; }
.service-slide { position: absolute; inset: 0; z-index: 0; opacity: 0; pointer-events: none; transform: scale(1.025); transition: opacity .55s ease,transform .8s ease; }
.service-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1); }
.service-slide-link { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; color: inherit; }
.service-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 6.5s ease; }
.service-slide.is-active img { transform: scale(1.035); }
.service-slide-caption { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; display: grid; padding: 15px 18px 16px; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; color: var(--muted); background: rgba(255,255,255,.94); gap: 1px; box-shadow: 0 14px 38px rgba(23,16,71,.15); backdrop-filter: blur(14px); transition: transform var(--transition),box-shadow var(--transition); }
.service-slide-link:hover .service-slide-caption { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(23,16,71,.2); }
.service-slide-kicker { color: var(--orange); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-slide-caption strong { color: var(--navy); font-size: clamp(1.04rem,2vw,1.28rem); letter-spacing: -.015em; }
.service-slide-caption > span:last-child { font-size: .82rem; line-height: 1.45; }
.carousel-arrow { position: absolute; z-index: 6; top: calc(50% - 27px); display: flex; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(37,17,111,.13); border-radius: 50%; color: var(--blue); background: rgba(255,255,255,.96); align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 12px 30px rgba(23,16,71,.16); transition: color var(--transition),background var(--transition),transform var(--transition),box-shadow var(--transition); }
.carousel-arrow:hover { color: var(--white); background: var(--blue); box-shadow: 0 15px 34px rgba(11,60,193,.28); }
.carousel-arrow:active { transform: scale(.96); }
.carousel-arrow .icon { width: 22px; height: 22px; }
.carousel-prev { left: -20px; }
.carousel-next { right: -20px; }
.service-carousel-footer { display: grid; min-height: 43px; padding: 11px 8px 0; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; }
.carousel-dots { display: flex; align-items: center; gap: 7px; }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #c8d1e4; cursor: pointer; transition: width var(--transition),background var(--transition),transform var(--transition); }
.carousel-dot:hover { background: #8a9bc1; transform: scale(1.12); }
.carousel-dot.is-active { width: 27px; background: linear-gradient(90deg,var(--blue),var(--orange)); }
.carousel-status { overflow: hidden; color: #566074; font-size: .75rem; font-weight: 700; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.carousel-toggle { display: flex; width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--indigo); background: var(--white); align-items: center; justify-content: center; cursor: pointer; transition: color var(--transition),border-color var(--transition),background var(--transition); }
.carousel-toggle:hover { color: var(--blue); border-color: rgba(11,60,193,.35); background: var(--soft-blue); }
.carousel-toggle .icon { width: 17px; height: 17px; }
.carousel-play-icon { display: none; }
.carousel-toggle.is-paused .carousel-pause-icon { display: none; }
.carousel-toggle.is-paused .carousel-play-icon { display: inline-flex; }

.trust-strip { position: relative; z-index: 2; display: grid; margin-top: 34px; padding: 21px 28px; border: 1px solid rgba(23,16,71,.08); border-bottom: 0; border-radius: 22px 22px 0 0; grid-template-columns: repeat(4,1fr); background: var(--white); box-shadow: 0 -10px 40px rgba(23,16,71,.05); }
.trust-strip span { display: flex; padding: 8px 18px; border-right: 1px solid var(--line); color: var(--navy); align-items: center; justify-content: center; gap: 9px; font-size: .86rem; font-weight: 750; text-align: center; }
.trust-strip span:last-child { border-right: 0; }
.trust-strip .icon { color: var(--blue); }

.cards { display: grid; gap: 22px; }
.cards-2 { grid-template-columns: repeat(2,1fr); }
.cards-3 { grid-template-columns: repeat(3,1fr); }
.cards-4 { grid-template-columns: repeat(4,1fr); }
.card { position: relative; overflow: hidden; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition); }
.card::after { position: absolute; right: -35px; bottom: -35px; width: 90px; height: 90px; border: 20px solid rgba(11,60,193,.04); border-radius: 50%; content: ""; }
.card:hover { border-color: rgba(11,60,193,.25); transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon { display: flex; width: 52px; height: 52px; margin-bottom: 23px; border-radius: 15px; color: var(--blue); background: var(--soft-blue); align-items: center; justify-content: center; }
.card-icon .icon { width: 27px; height: 27px; }
.card p { position: relative; z-index: 1; color: var(--muted); }
.card .text-link { position: relative; z-index: 1; margin-top: 5px; }
.card-kicker { display: block; margin-bottom: 8px; color: var(--orange); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-cards { grid-template-columns: repeat(6,1fr); }
.service-cards .card { grid-column: span 2; }
.service-cards .card:nth-child(4),.service-cards .card:nth-child(5),.service-cards .card:nth-child(6) { grid-column: span 2; }
.inline-cta { display: flex; margin-top: 30px; padding: 22px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); align-items: center; justify-content: space-between; gap: 24px; }
.inline-cta p { margin: 0; color: var(--muted); }
.inline-cta p strong { color: var(--navy); }
.audience-cards { grid-template-columns: repeat(6,1fr); }
.audience-cards .card { grid-column: span 2; box-shadow: none; }
.audience-cards .card:nth-child(4),.audience-cards .card:nth-child(5) { grid-column: span 3; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-step { position: relative; padding: 32px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.process-step > span { display: inline-flex; width: 42px; height: 42px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold); align-items: center; justify-content: center; font-size: .77rem; font-weight: 800; }
.process-step h3 { color: var(--white); }
.process-step p { margin: 0; color: rgba(255,255,255,.67); }
.process-step:not(:last-child)::after { position: absolute; z-index: 2; top: 51px; right: -15px; width: 28px; height: 2px; background: linear-gradient(90deg,var(--gold),var(--orange)); content: ""; }
.response-note { margin: 30px 0 0; color: rgba(255,255,255,.8); font-weight: 700; }
.split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); align-items: center; gap: clamp(46px,7vw,100px); }
.split.reverse .split-copy { order: 2; }
.split.reverse > :last-child { order: 1; }
.split-copy .btn { margin-top: 8px; }
.feature-list { display: grid; gap: 14px; }
.feature-row { display: flex; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); align-items: flex-start; gap: 16px; box-shadow: var(--shadow-sm); }
.feature-row > .icon { width: 41px; height: 41px; padding: 10px; border-radius: 12px; color: var(--blue); background: var(--soft-blue); }
.feature-row h3 { margin-bottom: 6px; font-size: 1.05rem; }
.feature-row p { margin: 0; color: var(--muted); font-size: .93rem; }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.why-item { display: flex; padding: 18px; border: 1px solid var(--line); border-radius: 16px; align-items: flex-start; gap: 14px; }
.why-item > .icon { width: 35px; height: 35px; padding: 8px; border-radius: 10px; color: var(--blue); background: var(--soft-blue); }
.why-item h3 { margin: 0 0 5px; font-size: 1rem; }
.why-item p { margin: 0; color: var(--muted); font-size: .88rem; }
.spotlight-grid { display: grid; grid-template-columns: minmax(380px,.9fr) 1fr; align-items: center; gap: clamp(45px,7vw,90px); }
.spotlight-visual img { width: 100%; border-radius: 32px; box-shadow: var(--shadow); }
.spotlight-copy p { color: var(--muted); font-size: 1.08rem; }
.emergency-band { display: grid; padding: 39px; border-radius: 28px; grid-template-columns: auto 1fr auto; color: rgba(255,255,255,.83); background: linear-gradient(120deg,var(--indigo),#3d176d 70%,#70194f); align-items: center; gap: 25px; box-shadow: var(--shadow); }
.emergency-band h2 { margin-bottom: 10px; color: var(--white); font-size: clamp(1.7rem,3vw,2.45rem); }
.emergency-band p { margin: 0; }
.emergency-icon { display: flex; width: 64px; height: 64px; border-radius: 19px; color: var(--navy); background: var(--gold); align-items: center; justify-content: center; }
.emergency-icon .icon { width: 31px; height: 31px; }
.emergency-actions { display: flex; flex-direction: column; gap: 10px; }
.city-pills,.credential-pills,.quote-assurances { display: flex; flex-wrap: wrap; margin: 25px 0; gap: 9px; }
.city-pills.dark .pill { color: var(--white); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.08); box-shadow: none; }
.visual-frame { position: relative; padding: 8px; border: 1px solid var(--line); border-radius: 35px; background: var(--white); box-shadow: var(--shadow); }
.visual-frame::before { position: absolute; z-index: -1; inset: -13px; border-radius: 42px; background: linear-gradient(135deg,rgba(11,60,193,.16),rgba(244,122,11,.14)); content: ""; }
.visual-frame img { border-radius: 28px; }
.visual-frame.compact { padding: 6px; }
.project-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: repeat(2,270px); gap: 18px; }
.project { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.project-large { grid-row: span 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project:hover img { transform: scale(1.03); }
.project > div { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.project span { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project h3 { margin: 3px 0 0; }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.65fr) minmax(0,1fr); align-items: start; gap: clamp(40px,7vw,95px); }
.sticky-heading { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; padding: 23px 6px; color: var(--navy); align-items: center; justify-content: space-between; gap: 20px; font-size: 1.07rem; font-weight: 750; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; background: var(--soft-blue); }
.faq-plus::before,.faq-plus::after { position: absolute; top: 12px; left: 7px; width: 11px; height: 2px; background: var(--blue); content: ""; transition: transform var(--transition); }
.faq-plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { padding: 0 44px 22px 6px; color: var(--muted); }
.faq-answer p { margin: 0; }

/* Homepage Instagram follow band */
.instagram-section { overflow: hidden; }
.instagram-band { position: relative; display: grid; overflow: hidden; padding: clamp(30px,4vw,46px); border: 1px solid rgba(37,17,111,.1); border-radius: 30px; grid-template-columns: auto minmax(0,1fr) auto; color: var(--ink); background: linear-gradient(135deg,#ffffff 0%,#f8f3ff 52%,#fff4eb 100%); align-items: center; gap: clamp(22px,3vw,36px); box-shadow: var(--shadow-sm); }
.instagram-band::before { position: absolute; top: -95px; right: -85px; width: 250px; height: 250px; border-radius: 50%; background: linear-gradient(135deg,rgba(131,58,180,.14),rgba(253,29,29,.1),rgba(252,176,69,.16)); content: ""; pointer-events: none; }
.instagram-band > * { position: relative; z-index: 1; }
.instagram-mark { display: flex; width: 76px; height: 76px; border-radius: 22px; color: var(--white); background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045); align-items: center; justify-content: center; box-shadow: 0 16px 34px rgba(131,58,180,.22); }
.instagram-mark .icon { width: 38px; height: 38px; }
.instagram-copy h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.65rem); }
.instagram-copy p { max-width: 690px; margin: 0; color: var(--muted); }
.btn-instagram { color: var(--white); background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045); box-shadow: 0 12px 28px rgba(131,58,180,.22); white-space: nowrap; }
.btn-instagram:hover { box-shadow: 0 16px 34px rgba(131,58,180,.3); }

.final-cta { padding: clamp(65px,8vw,100px) 0; color: rgba(255,255,255,.82); background: linear-gradient(120deg,var(--blue),var(--indigo) 60%,#691460); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-cta h2 { margin-bottom: 12px; color: var(--white); }
.final-cta p { max-width: 780px; margin: 0; font-size: 1.08rem; }

.subhero { position: relative; overflow: hidden; padding: clamp(60px,7vw,96px) 0 clamp(76px,8vw,112px); background: linear-gradient(150deg,#fff,#f3f6ff 65%,#fff7e8); }
.subhero::before { position: absolute; top: -190px; right: -140px; width: 470px; height: 470px; border: 95px solid rgba(11,60,193,.045); border-radius: 50%; content: ""; }
.subhero-copy { position: relative; z-index: 2; }
.subhero-copy h1 { font-size: clamp(2.65rem,5.2vw,4.65rem); }
.subhero-copy > p { color: #465064; font-size: 1.18rem; }
.subhero-visual { position: relative; z-index: 1; }
.subhero-visual .visual-frame { transform: rotate(1deg); }
.note-box { display: flex; margin-top: 26px; padding: 18px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: #fff7ed; align-items: flex-start; gap: 12px; }
.note-box > .icon { margin-top: 2px; color: var(--orange); }
.note-box p { margin: 0; color: #5b4a3a; }
.quote-band { display: grid; padding: clamp(32px,5vw,55px); border-radius: 30px; grid-template-columns: 1fr auto; color: rgba(255,255,255,.8); background: linear-gradient(125deg,var(--blue),var(--indigo)); align-items: center; gap: 40px; box-shadow: var(--shadow); }
.quote-band h2 { color: var(--white); }
.quote-band p { max-width: 780px; margin: 0; }
.simple-hero,.legal-hero { position: relative; overflow: hidden; padding: clamp(75px,9vw,120px) 0; background: linear-gradient(145deg,#fff,#f4f7ff); }
.simple-hero::after,.legal-hero::after { position: absolute; top: -120px; right: -90px; width: 340px; height: 340px; border: 65px solid rgba(244,122,11,.06); border-radius: 50%; content: ""; }
.simple-hero h1 { font-size: clamp(2.8rem,5.5vw,4.7rem); }
.brand-panel { position: relative; overflow: hidden; padding: 42px; border-radius: 30px; color: rgba(255,255,255,.78); background: linear-gradient(145deg,var(--navy),var(--indigo)); box-shadow: var(--shadow); }
.brand-panel-mark { position: absolute; top: -20px; right: 15px; color: rgba(255,255,255,.08); font-size: 11rem; font-weight: 900; line-height: 1; }
.brand-panel h3 { position: relative; color: var(--white); font-size: 1.8rem; }
.brand-panel p { position: relative; margin: 0; }
.credential-grid { display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 70px; }
.credential-card { padding: 40px; border: 1px solid var(--line); border-radius: 28px; background: var(--soft); text-align: center; }
.credential-card > .icon { width: 76px; height: 76px; margin: 0 auto 22px; padding: 17px; border-radius: 22px; color: var(--white); background: linear-gradient(135deg,var(--blue),var(--indigo)); }
.credential-card p { margin: 0; color: var(--muted); }
.location-card { padding: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.08); }
.location-card h3 { color: var(--white); font-size: 1.65rem; }
.location-card p { color: rgba(255,255,255,.73); }
.city-cards { grid-template-columns: repeat(3,1fr); }
.service-area-note { padding: 39px; border: 1px solid var(--line); border-radius: 28px; background: var(--soft); }
.service-area-note > .icon { width: 55px; height: 55px; margin-bottom: 22px; padding: 14px; border-radius: 15px; color: var(--white); background: var(--blue); }
.service-area-note p { margin: 0; color: var(--muted); }
.dark-service-links { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.dark-service-links a { display: flex; flex-direction: column; overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: var(--white); background: rgba(255,255,255,.07); transition: background var(--transition),transform var(--transition); }
.dark-service-links a:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); }
.dark-service-links img { height: 115px; border-radius: 12px; object-fit: cover; }
.dark-service-links span { padding: 14px 7px 5px; font-size: .88rem; font-weight: 750; }
.dark-service-links .icon { display: none; }
.faq-page-layout { display: grid; grid-template-columns: 240px 1fr; align-items: start; gap: clamp(40px,7vw,90px); }
.faq-nav { position: sticky; top: 130px; display: grid; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); gap: 5px; }
.faq-nav span { margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.faq-nav a { padding: 8px 10px; border-radius: 9px; color: var(--navy); font-size: .9rem; font-weight: 700; }
.faq-nav a:hover { color: var(--blue); background: var(--soft-blue); }
.faq-groups { display: grid; gap: 80px; }
.faq-group { scroll-margin-top: 130px; }
.faq-group h2 { font-size: clamp(1.8rem,3vw,2.65rem); }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { display: grid; padding: 27px; border: 1px solid var(--line); border-radius: 22px; grid-template-columns: auto 1fr auto; background: var(--white); align-items: center; gap: 16px; box-shadow: var(--shadow-sm); transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition); }
.contact-card:hover { border-color: rgba(11,60,193,.25); transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-card > .icon:first-child { width: 50px; height: 50px; padding: 13px; border-radius: 15px; color: var(--white); background: linear-gradient(135deg,var(--blue),var(--indigo)); }
.contact-card > .icon:last-child { color: var(--blue); }
.contact-card small,.contact-card strong,.contact-card em { display: block; }
.contact-card small { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.contact-card strong { margin: 2px 0 4px; color: var(--navy); font-size: 1.08rem; }
.contact-card em { color: var(--muted); font-size: .78rem; font-style: normal; }
.hours-panel,.location-panel { padding: 38px; border: 1px solid var(--line); border-radius: 26px; }
.hours-panel { background: var(--soft); }
.hours-row { display: flex; padding: 17px 0; border-bottom: 1px solid var(--line); justify-content: space-between; gap: 20px; }
.hours-row strong { color: var(--navy); text-align: right; }
.hours-panel > p { margin: 23px 0 0; color: var(--muted); }
.location-panel p { font-size: 1.08rem; }
.emergency-contact { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.emergency-contact > div:first-child { display: flex; width: 76px; height: 76px; border-radius: 22px; color: var(--navy); background: var(--gold); align-items: center; justify-content: center; }
.emergency-contact > div:first-child .icon { width: 36px; height: 36px; }
.emergency-contact h2 { margin-bottom: 10px; }
.emergency-contact p { margin: 0; }

.quote-hero { padding: clamp(65px,8vw,100px) 0; background: linear-gradient(145deg,#fff,#f3f6ff 64%,#fff9ed); }
.quote-hero-grid { grid-template-columns: 1fr minmax(390px,.8fr); }
.quote-hero h1 { font-size: clamp(2.7rem,5vw,4.5rem); }
.quote-hero-copy > p { color: #465064; font-size: 1.18rem; }
.quote-hero-visual img { border-radius: 30px; box-shadow: var(--shadow); }
.quote-section { background: var(--soft); }
.quote-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 28px; }
.quote-form-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.form-progress { padding: 28px 36px 22px; border-bottom: 1px solid var(--line); background: #fbfcff; }
.progress-bar { overflow: hidden; height: 5px; margin-bottom: 20px; border-radius: 999px; background: #e6eaf2; }
.progress-bar span { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue),var(--orange)); transition: width .35s ease; }
.form-progress ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4,1fr); list-style: none; }
.form-progress li { display: flex; color: #8a93a4; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; }
.form-progress li span { display: inline-flex; width: 26px; height: 26px; border: 1px solid #cfd6e2; border-radius: 50%; align-items: center; justify-content: center; font-size: .7rem; }
.form-progress li.active { color: var(--blue); }
.form-progress li.active span { color: var(--white); border-color: var(--blue); background: var(--blue); }
.form-status { display: none; margin: 20px 36px 0; padding: 15px 17px; border-radius: 12px; }
.form-status.error { display: block; color: #8c1c13; border: 1px solid #f1b8b2; background: #fff1ef; }
.form-status.success { display: block; color: #106a34; border: 1px solid #a9dfbb; background: #edf9f1; }
.form-status.progress { display: block; color: var(--navy); border: 1px solid #cbd8f3; background: #f4f7ff; }
.form-step { margin: 0; padding: 36px; border: 0; }
.form-step[hidden] { display: none; }
.form-step legend { width: 100%; margin-bottom: 7px; color: var(--navy); font-size: clamp(1.5rem,3vw,2rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.form-step legend span { display: block; margin-bottom: 7px; color: var(--blue); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.step-intro { margin-bottom: 28px; color: var(--muted); }
.form-grid { display: grid; gap: 22px 19px; }
.form-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-grid.one { grid-template-columns: 1fr; }
.form-field { min-width: 0; }
.form-field.span-two { grid-column: span 2; }
.form-field > label { display: flex; margin-bottom: 7px; color: var(--navy); justify-content: space-between; gap: 12px; font-size: .88rem; font-weight: 750; }
.form-field > label span[aria-hidden="true"],.checkbox-consent b { color: var(--red); }
.form-field .optional { color: #8a93a4; font-size: .73rem; font-weight: 600; }
.form-field input:not([type="checkbox"]):not([type="file"]),.form-field select,.form-field textarea { width: 100%; border: 1px solid #cdd5e2; border-radius: 11px; color: var(--ink); background: var(--white); transition: border-color var(--transition),box-shadow var(--transition),background var(--transition); }
.form-field input:not([type="checkbox"]):not([type="file"]),.form-field select { height: 51px; padding: 0 14px; }
.form-field textarea { min-height: 108px; padding: 13px 14px; resize: vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 4px rgba(11,60,193,.1); }
.form-field input[aria-invalid="true"],.form-field select[aria-invalid="true"],.form-field textarea[aria-invalid="true"] { border-color: var(--red); background: #fff9f8; }
.form-field input[type="file"] { width: 100%; padding: 17px; border: 1px dashed #aab6c9; border-radius: 12px; background: var(--soft); }
.field-help { display: block; margin-top: 6px; color: #747e90; font-size: .76rem; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: var(--red); font-size: .75rem; }
.form-nav { display: flex; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); justify-content: space-between; gap: 12px; }
.form-nav button { border: 0; }
.conditional-placeholder { padding: 30px; border: 1px dashed #b9c4d5; border-radius: 14px; background: var(--soft); text-align: center; }
.conditional-placeholder p { margin: 0; color: var(--muted); }
.conditional-fields h2 { margin: 0 0 25px; font-size: 1.45rem; }
.scope-note { display: flex; margin-top: 23px; padding: 16px 18px; border-radius: 12px; color: #4c5362; background: var(--soft-blue); align-items: flex-start; gap: 12px; font-size: .87rem; }
.scope-note .icon { color: var(--blue); }
.scope-note p { margin: 0; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.checkbox-grid label { position: relative; cursor: pointer; }
.checkbox-grid input { position: absolute; opacity: 0; }
.checkbox-grid span { display: block; padding: 14px; border: 1px solid var(--line); border-radius: 11px; color: var(--navy); background: var(--white); font-size: .88rem; font-weight: 700; }
.checkbox-grid input:checked + span { color: var(--blue); border-color: var(--blue); background: var(--soft-blue); }
.checkbox-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.checkbox-consent { display: flex !important; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); align-items: flex-start; justify-content: flex-start !important; gap: 11px !important; font-weight: 500 !important; }
.checkbox-consent input { width: 19px; height: 19px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--blue); }
.form-notice { display: flex; margin-top: 22px; padding: 17px; border: 1px solid #efdca7; border-radius: 12px; background: #fffaf0; align-items: flex-start; gap: 12px; }
.form-notice .icon { color: var(--orange); }
.form-notice p { margin: 0; color: #5d5140; font-size: .85rem; }
.submission-summary { display: none; margin-top: 22px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
.submission-summary:not(:empty) { display: block; }
.submission-summary h3 { font-size: 1rem; }
.submission-summary dl { display: grid; margin: 0; grid-template-columns: 120px 1fr; gap: 5px 12px; font-size: .83rem; }
.submission-summary dt { color: var(--muted); }
.submission-summary dd { margin: 0; color: var(--navy); font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; }
.quote-sidebar { position: sticky; top: 125px; display: grid; gap: 16px; }
.sidebar-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-sm); }
.sidebar-card > .icon { width: 48px; height: 48px; margin-bottom: 18px; padding: 12px; border-radius: 14px; color: var(--white); background: var(--blue); }
.sidebar-card h2 { font-size: 1.33rem; }
.sidebar-card p { color: var(--muted); font-size: .9rem; }
.sidebar-card .btn { width: 100%; }
.response-card ol { display: grid; margin: 0; padding: 0; gap: 13px; list-style: none; }
.response-card li { display: flex; color: #4c5565; align-items: flex-start; gap: 10px; font-size: .86rem; }
.response-card li span { display: inline-flex; width: 24px; height: 24px; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: var(--indigo); align-items: center; justify-content: center; font-size: .68rem; font-weight: 800; }
.sidebar-hours hr { height: 1px; margin: 19px 0; border: 0; background: var(--line); }
.noscript-note { margin: 25px; padding: 18px; border-radius: 12px; color: #8c1c13; background: #fff1ef; }

.site-footer { position: relative; padding: 72px 0 0; color: rgba(255,255,255,.72); background: #100b34; }
.footer-accent { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg,var(--blue),#6523a4,var(--red),var(--orange),var(--gold)); }
.footer-grid { display: grid; padding-bottom: 58px; grid-template-columns: 1.45fr .8fr .7fr 1.15fr; gap: 45px; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: .92rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand > a { display: block; width: 255px; margin-bottom: 22px; padding: 10px; border-radius: 13px; background: var(--white); }
.footer-brand p { max-width: 390px; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.mini-action { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: var(--white); align-items: center; gap: 7px; font-size: .78rem; font-weight: 700; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; font-size: .87rem; }
.footer-contact li > .icon { margin-top: 3px; color: var(--gold); }
.footer-contact strong { color: var(--white); }
.footer-contact em { font-size: .78rem; }
.footer-bottom { display: flex; min-height: 72px; border-top: 1px solid rgba(255,255,255,.1); align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.legal-content { max-width: 860px; }
.legal-content h2 { margin-top: 42px; font-size: 1.65rem; }
.legal-content p { color: #4e586a; }
.legal-content a { color: var(--blue); text-decoration: underline; }
.legal-note { margin-bottom: 35px; padding: 22px; border-left: 4px solid var(--blue); border-radius: 0 13px 13px 0; color: #42506a; background: var(--soft-blue); }
.confirmation-page { min-height: 70vh; padding: clamp(85px,11vw,150px) 0; background: linear-gradient(145deg,#fff,#f3f7ff); }
.success-mark { display: flex; width: 86px; height: 86px; margin: 0 auto 25px; border-radius: 50%; color: var(--white); background: linear-gradient(135deg,var(--green),#24ad5c); align-items: center; justify-content: center; box-shadow: 0 18px 45px rgba(22,132,63,.22); }
.success-mark .icon { width: 45px; height: 45px; }
.confirmation-card { max-width: 610px; margin: 35px auto; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.confirmation-card h2 { font-size: 1.55rem; }
.not-found { padding: clamp(85px,11vw,150px) 0; }
.not-found-mark { color: var(--indigo); font-size: clamp(7rem,18vw,14rem); font-weight: 900; line-height: .75; letter-spacing: -.08em; text-align: center; opacity: .12; }
.not-found-mark span { display: block; margin-top: 25px; font-size: 1rem; letter-spacing: .3em; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease,transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .announcement-hours { display: none !important; }
  .site-nav { gap: 14px; font-size: .84rem; }
  .site-nav .nav-cta { padding-inline: 14px; }
  .hero-grid,.subhero-grid,.quote-hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); gap: 45px; }
  .floating-top { right: 0; }
  .floating-bottom { left: -2%; }
  .service-cards { grid-template-columns: repeat(2,1fr); }
  .service-cards .card,.service-cards .card:nth-child(4),.service-cards .card:nth-child(5),.service-cards .card:nth-child(6) { grid-column: auto; }
  .audience-cards { grid-template-columns: repeat(2,1fr); }
  .audience-cards .card,.audience-cards .card:nth-child(4),.audience-cards .card:nth-child(5) { grid-column: auto; }
  .audience-cards .card:last-child { grid-column: span 2; }
  .cards-4 { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .dark-service-links { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1.3fr .8fr .8fr; }
  .footer-contact { grid-column: span 3; }
  .quote-layout { grid-template-columns: minmax(0,1fr) 290px; }
}

@media (max-width: 900px) {
  :root { --header-h: 74px; }
  html { scroll-padding-top: 90px; }
  .announcement-inner { justify-content: center; }
  .announcement-inner > span:first-child { display: none; }
  .announcement a { font-size: .86rem; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; z-index: 110; top: calc(38px + var(--header-h)); right: 0; bottom: 0; left: 0; display: block; overflow-y: auto; padding: 22px 20px 120px; background: var(--white); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity var(--transition),transform var(--transition); }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a,.nav-dropdown-toggle { display: flex; width: 100%; padding: 15px 10px; border-bottom: 1px solid var(--line); justify-content: space-between; }
  .site-nav .nav-cta { display: inline-flex; width: auto; margin-top: 22px; padding: 16px 22px; }
  .nav-dropdown-panel { position: static; display: none; width: auto; padding: 7px 0 9px 16px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-dropdown.open .nav-dropdown-panel { display: grid; }
  .nav-dropdown:hover .nav-dropdown-panel:not(:focus-within) { display: none; }
  .nav-dropdown.open:hover .nav-dropdown-panel { display: grid; }
  .brand { width: 230px; }
  .hero { padding-top: 70px; }
  .hero-grid,.subhero-grid,.quote-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; padding-bottom: 0; }
  .hero-visual,.subhero-visual,.quote-hero-visual { max-width: 690px; margin-inline: auto; }
  .service-carousel { margin-inline: auto; }
  .floating-top { right: 1%; }
  .floating-bottom { left: 1%; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split,.spotlight-grid,.credential-grid { grid-template-columns: 1fr; }
  .split.reverse .split-copy,.split.reverse > :last-child { order: initial; }
  .split-visual { max-width: 680px; margin-inline: auto; }
  .emergency-band { grid-template-columns: auto 1fr; }
  .emergency-actions { grid-column: 2; flex-direction: row; }
  .instagram-band { grid-template-columns: auto minmax(0,1fr); }
  .instagram-band .btn-instagram { grid-column: 2; justify-self: start; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .faq-page-layout { grid-template-columns: 1fr; }
  .faq-nav { position: static; display: flex; overflow-x: auto; }
  .faq-nav span { display: none; }
  .faq-nav a { flex: 0 0 auto; }
  .city-cards,.contact-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid .contact-card:last-child { grid-column: span 2; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-sidebar { position: static; grid-template-columns: repeat(3,1fr); }
  .sidebar-card .btn { width: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: span 3; }
}

@media (max-width: 650px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px),var(--container)); }
  .section { padding-block: 72px; }
  h1 { font-size: clamp(2.35rem,12vw,3.45rem); }
  h2 { font-size: clamp(1.9rem,9vw,2.65rem); }
  .announcement { display: none; }
  .site-nav { top: var(--header-h); }
  .brand { width: 205px; }
  .hero { padding-top: 48px; }
  .service-carousel { padding: 6px 6px 11px; border-radius: 28px; }
  .service-carousel-viewport { border-radius: 23px; }
  .service-carousel::before { right: 40px; left: 40px; }
  .carousel-arrow { top: calc(50% - 24px); width: 42px; height: 42px; }
  .carousel-prev { left: -8px; }
  .carousel-next { right: -8px; }
  .service-slide-caption { right: 14px; bottom: 14px; left: 14px; padding: 12px 14px 13px; border-radius: 15px; }
  .service-slide-caption > span:last-child { display: none; }
  .service-carousel-footer { padding-inline: 5px; gap: 8px; }
  .carousel-status { font-size: .68rem; }
  .hero-card > img { border-radius: 25px; }
  .floating-card { min-width: auto; padding: 11px 13px; }
  .floating-card small { display: none; }
  .floating-card > .icon { width: 31px; height: 31px; }
  .floating-top { top: 5%; }
  .floating-bottom { bottom: 4%; }
  .trust-strip { margin-top: 45px; padding: 10px; border-radius: 18px 18px 0 0; }
  .trust-strip span { padding: 11px 6px; font-size: .72rem; }
  .cards-2,.cards-3,.cards-4,.service-cards,.audience-cards,.city-cards { grid-template-columns: 1fr; }
  .audience-cards .card:last-child { grid-column: auto; }
  .card { padding: 26px; }
  .inline-cta { align-items: flex-start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none !important; }
  .why-grid { grid-template-columns: 1fr; }
  .emergency-band { padding: 29px 24px; grid-template-columns: 1fr; }
  .instagram-band { padding: 28px 24px; grid-template-columns: 1fr; }
  .instagram-band .btn-instagram { width: 100%; grid-column: auto; justify-self: stretch; }
  .instagram-mark { width: 62px; height: 62px; border-radius: 18px; }
  .instagram-mark .icon { width: 31px; height: 31px; }
  .emergency-icon { width: 55px; height: 55px; }
  .emergency-actions { grid-column: auto; flex-wrap: wrap; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3,260px); }
  .project-large { grid-row: auto; }
  .subhero { padding-top: 43px; }
  .subhero-copy h1 { font-size: clamp(2.3rem,11vw,3.35rem); }
  .quote-band { grid-template-columns: 1fr; }
  .dark-service-links { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .contact-card:last-child { grid-column: auto; }
  .contact-card { padding: 22px; }
  .hours-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hours-row strong { text-align: left; }
  .emergency-contact { grid-template-columns: 1fr; }
  .quote-hero { padding-top: 52px; }
  .quote-hero-visual { display: none; }
  .quote-assurances { gap: 6px; }
  .quote-assurances .pill { font-size: .74rem; }
  .form-progress { padding: 23px 20px 18px; }
  .form-progress li { flex-direction: column; align-items: flex-start; gap: 4px; font-size: .64rem; }
  .form-step { padding: 27px 20px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .form-field.span-two { grid-column: auto; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .form-nav { flex-wrap: wrap; }
  .form-nav .btn { min-width: 125px; }
  .quote-sidebar { grid-template-columns: 1fr; }
  .submission-summary dl { grid-template-columns: 1fr; }
  .submission-summary dt { margin-top: 7px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { padding: 22px 0 86px; align-items: flex-start; flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; height: 66px; border-top: 1px solid rgba(23,16,71,.12); grid-template-columns: 1.15fr .85fr; background: var(--white); box-shadow: 0 -10px 30px rgba(23,16,71,.12); }
  .mobile-actions a { display: flex; color: var(--white); background: var(--blue); align-items: center; justify-content: center; gap: 8px; font-size: .8rem; font-weight: 800; }
  .mobile-actions a:last-child { background: #168b48; }
  .not-found-mark { font-size: 8rem; }
}

@media (max-width: 380px) {
  .brand { width: 180px; }
  .btn { width: 100%; }
  .button-row { width: 100%; }
  .dark-service-links { grid-template-columns: 1fr; }
  .floating-card { display: none; }
  .carousel-status { display: none; }
  .service-carousel-footer { grid-template-columns: 1fr auto; }
  .carousel-dots { justify-self: start; }
}

/* Progressive enhancement: content stays visible when JavaScript is unavailable. */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .announcement { display: none; }
  .site-nav { top: var(--header-h); }
}

/* =========================================================
   Version 1.3 - Homepage full-width service hero carousel
   Structure inspired by the full-width header/hero pattern
   requested by the client. Scoped to the homepage only.
   ========================================================= */

.home-announcement-inner {
  justify-content: space-between;
}
.announcement-contact {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  gap: 12px;
}
.announcement-phone {
  display: inline-flex;
  padding-right: 13px;
  border-right: 1px solid rgba(255,255,255,.22);
  align-items: center;
  gap: 7px;
}
.announcement-socials {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.announcement-social {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255,255,255,.08);
  align-items: center;
  justify-content: center;
  transition: border-color var(--transition),background var(--transition),transform var(--transition);
}
.announcement-social:hover {
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.18);
  transform: translateY(-1px);
}
.announcement-social .icon {
  width: 15px;
  height: 15px;
}
.announcement-social-whatsapp:hover {
  border-color: #36d27b;
  background: #168b48;
}
.announcement-social-instagram:hover {
  border-color: #f7a35c;
  background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045);
}

.home-page .hero-full-carousel {
  overflow: hidden;
  padding: 0;
  background: #0d0a31;
}
.home-page .hero-full-carousel::after,
.home-page .hero-full-carousel .hero-orb {
  display: none;
}
.home-page .hero-full-carousel .service-carousel-full {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(620px,calc(100vh - var(--header-h) - 38px),780px);
  min-height: clamp(620px,calc(100svh - var(--header-h) - 38px),780px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0d0a31;
  box-shadow: none;
  isolation: isolate;
}
.home-page .hero-full-carousel .service-carousel-full::before {
  display: none;
}
.home-page .hero-full-carousel .hero-carousel-viewport {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #12103d;
  aspect-ratio: auto;
}
.home-page .hero-full-carousel .service-slide {
  transform: scale(1.025);
  transition: opacity .7s ease,transform 1.1s ease;
}
.home-page .hero-full-carousel .service-slide.is-active {
  transform: scale(1);
}
.home-page .hero-full-carousel .service-slide-link {
  height: 100%;
}
.home-page .hero-full-carousel .service-slide-link:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: -9px;
}
.home-page .hero-full-carousel .service-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 7.2s ease;
}
.home-page .hero-full-carousel .service-slide.is-active img {
  transform: scale(1.075);
}
.home-page .hero-full-carousel .service-slide:nth-child(1) img { object-position: center 50%; }
.home-page .hero-full-carousel .service-slide:nth-child(2) img { object-position: center 48%; }
.home-page .hero-full-carousel .service-slide:nth-child(3) img { object-position: center 52%; }
.home-page .hero-full-carousel .service-slide:nth-child(4) img { object-position: center 55%; }
.home-page .hero-full-carousel .service-slide:nth-child(5) img { object-position: center 50%; }

.home-page .hero-carousel-scrim {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,rgba(11,8,48,.94) 0%,rgba(17,12,63,.84) 34%,rgba(19,15,64,.57) 57%,rgba(10,9,36,.16) 82%,rgba(10,9,36,.16) 100%),
    linear-gradient(180deg,rgba(8,7,31,.2) 0%,rgba(8,7,31,.04) 55%,rgba(8,7,31,.72) 100%);
}
.home-page .hero-carousel-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: inherit;
  padding-top: clamp(58px,7vh,82px);
  padding-bottom: 122px;
  align-items: center;
}
.home-page .hero-copy-overlay {
  width: min(100%,900px);
  padding: 0;
}
.home-page .hero-title-three-lines {
  max-width: none;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(1.55rem,5.35vw,4.85rem);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: 0 5px 28px rgba(0,0,0,.35);
}
.home-page .hero-title-three-lines > span {
  display: block;
  white-space: nowrap;
}
.home-page .hero-title-three-lines .hero-title-location {
  width: max-content;
  margin-bottom: 17px;
  padding: 0 0 9px;
  border-bottom: 3px solid var(--gold);
  color: #ffd53f;
  font-size: clamp(.82rem,1.15vw,1.14rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .17em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.home-page .hero-copy-overlay > p:not(.microcopy) {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.02rem,1.45vw,1.22rem);
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.home-page .hero-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.home-page .hero-action-row .button-row {
  gap: 13px;
}
.home-page .btn-hero-quote {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.home-page .btn-hero-quote:hover {
  color: var(--blue);
  background: #fff9e8;
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.home-page .btn-hero-quote .icon {
  color: var(--blue);
}
.home-page .hero-copy-overlay .btn-whatsapp {
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
.home-page .hero-instagram-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045);
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition);
}
.home-page .hero-instagram-icon:hover {
  border-color: var(--white);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.home-page .hero-instagram-icon .icon {
  width: 23px;
  height: 23px;
}
.home-page .hero-copy-overlay .microcopy {
  margin-top: 17px;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.home-page .hero-full-carousel .carousel-arrow {
  z-index: 5;
  top: 50%;
  width: 50px;
  height: 50px;
  border-color: rgba(255,255,255,.36);
  color: var(--white);
  background: rgba(15,12,57,.58);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
}
.home-page .hero-full-carousel .carousel-arrow:hover {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 18px 38px rgba(0,0,0,.3);
}
.home-page .hero-full-carousel .carousel-arrow:active {
  transform: translateY(-50%) scale(.96);
}
.home-page .hero-full-carousel .carousel-prev {
  left: clamp(12px,2.4vw,38px);
}
.home-page .hero-full-carousel .carousel-next {
  right: clamp(12px,2.4vw,38px);
}
.home-page .hero-carousel-bottom {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 27px;
}
.home-page .hero-carousel-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.home-page .hero-full-carousel .service-carousel-footer {
  display: grid;
  width: min(100%,470px);
  min-height: 48px;
  padding: 7px 8px 7px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  color: var(--white);
  background: rgba(12,9,48,.62);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}
.home-page .hero-full-carousel .carousel-dot {
  background: rgba(255,255,255,.44);
}
.home-page .hero-full-carousel .carousel-dot:hover {
  background: rgba(255,255,255,.8);
}
.home-page .hero-full-carousel .carousel-dot.is-active {
  background: linear-gradient(90deg,var(--gold),var(--orange));
}
.home-page .hero-full-carousel .carousel-status {
  color: rgba(255,255,255,.9);
  font-size: .75rem;
}
.home-page .hero-full-carousel .carousel-toggle {
  border-color: rgba(255,255,255,.28);
  color: var(--white);
  background: rgba(255,255,255,.1);
}
.home-page .hero-full-carousel .carousel-toggle:hover {
  border-color: rgba(255,255,255,.7);
  color: var(--navy);
  background: var(--white);
}
.home-page .hero-carousel-note {
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.34);
}

@media (max-width: 1100px) {
  .home-announcement-inner {
    justify-content: flex-end;
  }
  .home-page .hero-copy-overlay {
    width: min(100%,790px);
  }
  .home-page .hero-carousel-note {
    display: none;
  }
}

@media (max-width: 900px) {
  .home-announcement-inner {
    justify-content: flex-end;
  }
  .home-page .hero-full-carousel {
    padding-top: 0;
  }
  .home-page .hero-carousel-scrim {
    background:
      linear-gradient(90deg,rgba(10,8,42,.91) 0%,rgba(12,9,48,.75) 58%,rgba(9,8,34,.35) 100%),
      linear-gradient(180deg,rgba(8,7,31,.18) 0%,rgba(8,7,31,.08) 52%,rgba(8,7,31,.78) 100%);
  }
  .home-page .hero-carousel-content {
    padding-top: 58px;
  }
}

@media (max-width: 650px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: clamp(650px,calc(100vh - var(--header-h)),760px);
    min-height: clamp(650px,calc(100svh - var(--header-h)),760px);
  }
  .home-page .hero-carousel-scrim {
    background:
      linear-gradient(180deg,rgba(10,8,42,.79) 0%,rgba(11,9,47,.7) 48%,rgba(8,7,31,.89) 100%),
      linear-gradient(90deg,rgba(10,8,42,.5),rgba(10,8,42,.2));
  }
  .home-page .hero-carousel-content {
    min-height: inherit;
    padding-top: 44px;
    padding-bottom: 145px;
    align-items: flex-start;
  }
  .home-page .hero-copy-overlay {
    width: 100%;
  }
  .home-page .hero-title-three-lines {
    margin-bottom: 20px;
    font-size: clamp(1.55rem,7.2vw,2.75rem);
    line-height: 1.02;
  }
  .home-page .hero-title-three-lines .hero-title-location {
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: clamp(.72rem,3vw,.92rem);
    letter-spacing: .12em;
  }
  .home-page .hero-copy-overlay > p:not(.microcopy) {
    max-width: 570px;
    margin-bottom: 22px;
    font-size: .96rem;
    line-height: 1.58;
  }
  .home-page .hero-action-row {
    display: grid;
    width: min(100%,560px);
    grid-template-columns: minmax(0,1fr) 50px;
    align-items: end;
    gap: 11px;
  }
  .home-page .hero-copy-overlay .button-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .home-page .hero-copy-overlay .button-row .btn {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    font-size: .85rem;
  }
  .home-page .hero-instagram-icon {
    width: 50px;
    height: 50px;
  }
  .home-page .hero-copy-overlay .microcopy {
    margin-top: 13px;
    font-size: .78rem;
  }
  .home-page .hero-carousel-bottom {
    padding-bottom: 18px;
  }
  .home-page .hero-carousel-bottom-inner {
    display: block;
  }
  .home-page .hero-full-carousel .service-carousel-footer {
    width: min(100%,440px);
    min-height: 46px;
    padding-left: 12px;
    gap: 9px;
  }
  .home-page .hero-full-carousel .carousel-arrow {
    top: auto;
    bottom: 80px;
    width: 42px;
    height: 42px;
    transform: none;
  }
  .home-page .hero-full-carousel .carousel-arrow:active {
    transform: scale(.96);
  }
  .home-page .hero-full-carousel .carousel-prev {
    right: 68px;
    left: auto;
  }
  .home-page .hero-full-carousel .carousel-next {
    right: 18px;
  }
}

@media (max-width: 500px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: 720px;
  }
  .home-page .hero-carousel-content {
    padding-top: 38px;
    padding-bottom: 150px;
  }
  .home-page .hero-title-three-lines {
    font-size: clamp(1.48rem,7.45vw,2.2rem);
  }
  .home-page .hero-copy-overlay > p:not(.microcopy) {
    font-size: .9rem;
  }
  .home-page .hero-action-row {
    grid-template-columns: minmax(0,1fr) 48px;
  }
  .home-page .hero-copy-overlay .button-row {
    grid-template-columns: 1fr;
  }
  .home-page .hero-instagram-icon {
    width: 48px;
    height: 48px;
  }
  .home-page .hero-full-carousel .carousel-status {
    font-size: .66rem;
  }
}

@media (max-width: 380px) {
  .home-page .hero-title-three-lines {
    font-size: 1.4rem;
  }
  .home-page .hero-title-three-lines .hero-title-location {
    font-size: .68rem;
    letter-spacing: .1em;
  }
  .home-page .hero-full-carousel .service-carousel-footer {
    grid-template-columns: auto minmax(0,1fr) auto;
  }
  .home-page .hero-full-carousel .carousel-status {
    display: block;
  }
}

/* =========================================================
   Version 1.4 - Dynamic service copy and photo-led service heroes
   ========================================================= */

/* Homepage: informational slides only; service navigation lives in the header/cards. */
.home-page .hero-full-carousel .service-carousel-full {
  min-height: clamp(690px,calc(100vh - var(--header-h) - 38px),820px);
  min-height: clamp(690px,calc(100svh - var(--header-h) - 38px),820px);
}
.home-page .hero-full-carousel .service-slide {
  overflow: hidden;
  isolation: isolate;
  cursor: default;
}
.home-page .hero-full-carousel .service-slide-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.home-page .hero-full-carousel .service-slide .hero-carousel-scrim {
  z-index: 1;
}
.home-page .hero-full-carousel .service-slide .hero-carousel-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  width: min(calc(100% - 40px),var(--container));
  height: 100%;
  min-height: 0;
  margin-inline: auto;
  padding-top: clamp(42px,5.7vh,66px);
  padding-bottom: 118px;
  align-items: center;
}
.home-page .hero-full-carousel .service-slide:nth-child(1) img { object-position: center 50%; }
.home-page .hero-full-carousel .service-slide:nth-child(2) img { object-position: center 50%; }
.home-page .hero-full-carousel .service-slide:nth-child(3) img { object-position: center 48%; }
.home-page .hero-full-carousel .service-slide:nth-child(4) img { object-position: center 52%; }
.home-page .hero-full-carousel .service-slide:nth-child(5) img { object-position: center 55%; }
.home-page .hero-full-carousel .service-slide:nth-child(6) img { object-position: center 50%; }

.home-page .hero-copy-overlay {
  width: min(100%,660px);
  max-width: 660px;
}
.home-page .hero-kicker-row {
  display: flex;
  width: min(100%,660px);
  margin-bottom: 19px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 13px;
}
.home-page .hero-title-location {
  display: inline-block;
  width: max-content;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 3px solid var(--gold);
  color: #ffd53f;
  font-size: clamp(.78rem,1vw,1.02rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.home-page .hero-service-tag {
  display: inline-flex;
  min-height: 31px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: rgba(255,255,255,.94);
  background: rgba(14,10,52,.46);
  align-items: center;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
}
.home-page .hero-slide-title {
  max-width: 660px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(2.25rem,3.15vw,3.15rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -.042em;
  text-wrap: balance;
  text-shadow: 0 5px 28px rgba(0,0,0,.35);
}
.home-page .hero-slide-title-intro {
  font-size: clamp(2.25rem,3.05vw,3.05rem);
}
.home-page .hero-slide-title-intro > span {
  display: block;
  white-space: nowrap;
}
.home-page .hero-slide-description {
  max-width: 660px;
  margin: 0 0 14px;
  color: rgba(255,255,255,.9);
  font-size: clamp(1rem,1.28vw,1.14rem);
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0,0,0,.3);
}
.home-page .hero-slide-description strong,
.home-page .hero-service-area strong {
  color: var(--white);
  font-weight: 850;
}
.home-page .hero-service-area {
  max-width: 660px;
  margin: -2px 0 22px;
  color: rgba(255,255,255,.75);
  font-size: .84rem;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}
.home-page .hero-copy-intro .hero-slide-description {
  margin-bottom: 24px;
}
.home-page .hero-action-row {
  display: flex;
  width: min(100%,660px);
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.home-page .hero-social-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-page .hero-social-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 50%;
  color: var(--white);
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition),background var(--transition);
}
.home-page .hero-social-icon:hover {
  border-color: var(--white);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.home-page .hero-social-icon .icon {
  width: 23px;
  height: 23px;
}
.home-page .hero-whatsapp-icon {
  background: #148b48;
}
.home-page .hero-whatsapp-icon:hover {
  background: #0f773c;
}
.home-page .hero-instagram-icon {
  width: 52px;
  height: 52px;
}
.home-page .hero-copy-overlay .microcopy {
  max-width: 660px;
  margin-top: 15px;
}

/* Static service-page hero treatment based on the homepage carousel. */
.service-page .breadcrumbs {
  padding-bottom: 20px;
}
.service-photo-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px,59vh,650px);
  min-height: clamp(520px,59svh,650px);
  color: var(--white);
  background: #0d0a31;
  isolation: isolate;
}
.service-photo-hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  animation: serviceHeroDrift 12s ease-out both;
}
@keyframes serviceHeroDrift {
  from { transform: scale(1.075); }
  to { transform: scale(1.035); }
}
.service-photo-hero-residential .service-photo-hero-image { object-position: center 50%; }
.service-photo-hero-commercial .service-photo-hero-image { object-position: center 48%; }
.service-photo-hero-vacation .service-photo-hero-image { object-position: center 52%; }
.service-photo-hero-pressure .service-photo-hero-image { object-position: center 55%; }
.service-photo-hero-porter .service-photo-hero-image { object-position: center 50%; }
.service-photo-hero-homewatch .service-photo-hero-image { object-position: 36% 50%; }
.service-photo-hero-scrim {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,rgba(11,8,48,.95) 0%,rgba(17,12,63,.86) 38%,rgba(19,15,64,.55) 62%,rgba(10,9,36,.18) 100%),
    linear-gradient(180deg,rgba(8,7,31,.16) 0%,rgba(8,7,31,.04) 56%,rgba(8,7,31,.64) 100%);
}
.service-photo-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  padding-top: clamp(64px,7vw,92px);
  padding-bottom: clamp(72px,8vw,105px);
  align-items: center;
}
.service-photo-hero-copy {
  width: min(100%,720px);
}
.service-photo-hero-kickers {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 13px;
}
.service-photo-hero-region {
  display: inline-block;
  width: max-content;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--gold);
  color: #ffd53f;
  font-size: .83rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.service-photo-hero-label {
  display: inline-flex;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.31);
  border-radius: 999px;
  color: rgba(255,255,255,.95);
  background: rgba(14,10,52,.48);
  align-items: center;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.service-photo-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(2.45rem,4.3vw,4.15rem);
  line-height: 1.01;
  text-wrap: balance;
  text-shadow: 0 5px 28px rgba(0,0,0,.35);
}
.service-photo-hero-copy > p:not(.microcopy) {
  max-width: 670px;
  margin-bottom: 26px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.03rem,1.5vw,1.22rem);
  line-height: 1.62;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.service-photo-hero-copy .button-row {
  gap: 12px;
}
.service-photo-hero-copy .btn-whatsapp {
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
.service-photo-hero-copy .btn-outline-light {
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.service-photo-hero-copy .microcopy {
  color: rgba(255,255,255,.72);
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.service-hero-primary .icon:last-child {
  color: var(--blue);
}

@media (max-width: 900px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: 750px;
  }
  .home-page .hero-full-carousel .service-slide .hero-carousel-content {
    padding-top: 48px;
  }
  .home-page .hero-slide-title,
  .home-page .hero-slide-title-intro {
    font-size: clamp(2.15rem,5.6vw,3rem);
  }
  .service-photo-hero {
    min-height: 560px;
  }
  .service-photo-hero-copy {
    width: min(100%,650px);
  }
  .service-photo-hero-scrim {
    background:
      linear-gradient(90deg,rgba(10,8,42,.93) 0%,rgba(12,9,48,.79) 58%,rgba(9,8,34,.38) 100%),
      linear-gradient(180deg,rgba(8,7,31,.15) 0%,rgba(8,7,31,.06) 54%,rgba(8,7,31,.72) 100%);
  }
}

@media (max-width: 650px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: 790px;
  }
  .home-page .hero-full-carousel .service-slide .hero-carousel-content {
    width: min(calc(100% - 40px),var(--container));
    padding-top: 36px;
    padding-bottom: 150px;
    align-items: flex-start;
  }
  .home-page .hero-kicker-row {
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .home-page .hero-title-location {
    padding-bottom: 7px;
    font-size: .7rem;
    letter-spacing: .11em;
  }
  .home-page .hero-service-tag {
    min-height: 28px;
    padding: 6px 9px;
    font-size: .61rem;
  }
  .home-page .hero-slide-title,
  .home-page .hero-slide-title-intro {
    margin-bottom: 15px;
    font-size: clamp(1.85rem,7vw,2.45rem);
    line-height: 1.04;
  }
  .home-page .hero-slide-title-intro > span {
    white-space: normal;
  }
  .home-page .hero-slide-description {
    margin-bottom: 11px;
    font-size: .94rem;
    line-height: 1.53;
  }
  .home-page .hero-service-area {
    margin-bottom: 18px;
    font-size: .75rem;
    line-height: 1.48;
  }
  .home-page .hero-copy-intro .hero-slide-description {
    margin-bottom: 21px;
  }
  .home-page .hero-action-row {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
  }
  .home-page .btn-hero-quote {
    min-height: 48px;
    padding-inline: 15px;
    font-size: .84rem;
  }
  .home-page .hero-social-actions {
    gap: 8px;
  }
  .home-page .hero-social-icon,
  .home-page .hero-instagram-icon {
    width: 48px;
    height: 48px;
  }
  .home-page .hero-copy-overlay .microcopy {
    margin-top: 12px;
    font-size: .76rem;
  }
  .service-page .breadcrumbs {
    padding-bottom: 15px;
  }
  .service-photo-hero {
    min-height: 610px;
  }
  .service-photo-hero-scrim {
    background:
      linear-gradient(180deg,rgba(10,8,42,.82) 0%,rgba(11,9,47,.75) 48%,rgba(8,7,31,.91) 100%),
      linear-gradient(90deg,rgba(10,8,42,.52),rgba(10,8,42,.23));
  }
  .service-photo-hero-content {
    padding-top: 50px;
    padding-bottom: 66px;
    align-items: flex-start;
  }
  .service-photo-hero-kickers {
    margin-bottom: 16px;
  }
  .service-photo-hero-region {
    font-size: .7rem;
    letter-spacing: .11em;
  }
  .service-photo-hero-label {
    font-size: .62rem;
  }
  .service-photo-hero-copy h1 {
    font-size: clamp(2.05rem,9.4vw,3rem);
    line-height: 1.03;
  }
  .service-photo-hero-copy > p:not(.microcopy) {
    margin-bottom: 22px;
    font-size: .98rem;
    line-height: 1.55;
  }
  .service-photo-hero-copy .button-row {
    align-items: stretch;
  }
  .service-photo-hero-copy .button-row .btn {
    min-height: 49px;
    padding-inline: 16px;
    font-size: .86rem;
  }
}

@media (max-width: 500px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: 830px;
  }
  .home-page .hero-full-carousel .service-slide .hero-carousel-content {
    padding-top: 31px;
  }
  .home-page .hero-slide-title,
  .home-page .hero-slide-title-intro {
    font-size: clamp(1.72rem,7.8vw,2.15rem);
  }
  .home-page .hero-action-row {
    flex-wrap: wrap;
  }
  .home-page .btn-hero-quote {
    flex: 1 1 190px;
  }
  .service-photo-hero {
    min-height: 650px;
  }
  .service-photo-hero-copy .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .service-photo-hero-copy .button-row .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-photo-hero-image {
    animation: none;
    transform: scale(1.035);
  }
}

/* Keep the requested copy boundary fixed while slides cross-fade. */
.home-page .hero-full-carousel .service-slide,
.home-page .hero-full-carousel .service-slide.is-active {
  transform: none;
}


/* =========================================================
   Version 1.5 - Global announcement consistency and
   photo-hero continuity across all pages.
   ========================================================= */
.announcement-inner {
  justify-content: space-between;
}
.announcement-hours {
  color: rgba(255,255,255,.92);
}
.announcement-contact {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  gap: 12px;
}
.announcement-phone {
  display: inline-flex;
  padding-right: 13px;
  border-right: 1px solid rgba(255,255,255,.22);
  align-items: center;
  gap: 7px;
}
.announcement-socials {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.announcement-social {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255,255,255,.08);
  align-items: center;
  justify-content: center;
  transition: border-color var(--transition),background var(--transition),transform var(--transition);
}
.announcement-social:hover {
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.18);
  transform: translateY(-1px);
}
.announcement-social .icon {
  width: 15px;
  height: 15px;
}
.announcement-social-whatsapp:hover {
  border-color: #36d27b;
  background: #168b48;
}
.announcement-social-instagram:hover {
  border-color: #f7a35c;
  background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045);
}

.service-photo-hero-copy .button-row,
.page-photo-hero .button-row {
  align-items: center;
}
.service-photo-hero-copy .hero-social-actions,
.page-photo-hero .hero-social-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.service-photo-hero-copy .hero-social-icon,
.page-photo-hero .hero-social-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 50%;
  color: var(--white);
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
  transition: transform var(--transition),box-shadow var(--transition),border-color var(--transition),background var(--transition);
}
.service-photo-hero-copy .hero-social-icon:hover,
.page-photo-hero .hero-social-icon:hover {
  border-color: var(--white);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.service-photo-hero-copy .hero-social-icon .icon,
.page-photo-hero .hero-social-icon .icon {
  width: 23px;
  height: 23px;
}
.service-photo-hero-copy .hero-whatsapp-icon,
.page-photo-hero .hero-whatsapp-icon {
  background: #148b48;
}
.service-photo-hero-copy .hero-whatsapp-icon:hover,
.page-photo-hero .hero-whatsapp-icon:hover {
  background: #0f773c;
}
.service-photo-hero-copy .hero-instagram-icon,
.page-photo-hero .hero-instagram-icon {
  background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045);
}
.service-photo-hero-copy .hero-instagram-icon:hover,
.page-photo-hero .hero-instagram-icon:hover {
  background: linear-gradient(135deg,#6f2ea4,#ea1737 58%,#fcb045);
}
.page-photo-hero.page-photo-hero-about .service-photo-hero-image { object-position: center 48%; }
.page-photo-hero.page-photo-hero-contact .service-photo-hero-image { object-position: center 48%; }
.page-photo-hero.page-photo-hero-faq .service-photo-hero-image { object-position: center 50%; }
.page-photo-hero.page-photo-hero-service-areas .service-photo-hero-image { object-position: center center; }
.page-photo-hero.page-photo-hero-get-a-free-quote .service-photo-hero-image,
.page-photo-hero.page-photo-hero-thank-you .service-photo-hero-image,
.page-photo-hero.page-photo-hero-404 .service-photo-hero-image,
.page-photo-hero.page-photo-hero-privacy-policy .service-photo-hero-image,
.page-photo-hero.page-photo-hero-terms .service-photo-hero-image { object-position: center 50%; }
.page-photo-hero .service-photo-hero-copy,
.page-photo-hero .service-photo-hero-copy h1,
.page-photo-hero .service-photo-hero-copy > p:not(.microcopy) {
  max-width: 760px;
}
.page-photo-hero .service-photo-hero-kickers {
  margin-bottom: 18px;
}
.page-photo-hero .service-photo-hero-region {
  margin-right: 0;
}
.page-photo-hero .service-photo-hero-copy .microcopy {
  max-width: 660px;
}
.service-photo-hero .service-photo-hero-region.service-title-only {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .announcement-inner {
    justify-content: flex-end;
  }
}

@media (max-width: 650px) {
  .announcement-inner {
    gap: 10px;
  }
  .announcement-phone {
    padding-right: 10px;
  }
  .service-photo-hero-copy .hero-social-icon,
  .page-photo-hero .hero-social-icon {
    width: 48px;
    height: 48px;
  }
}

/* =========================================================
   Version 2.4 - Contact priority: phone + email first
   ========================================================= */
.btn-email {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(246,192,21,.22);
}
.btn-email:hover {
  color: var(--navy);
  background: #ffd84a;
  box-shadow: 0 16px 34px rgba(246,192,21,.3);
}
.announcement-social-email:hover {
  border-color: var(--gold);
  color: var(--navy);
  background: var(--gold);
}
.contact-label {
  display: inline-flex;
  margin: 13px 0 0;
  color: var(--navy);
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
}
.contact-label .icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.contact-label strong {
  font-weight: 850;
}
.contact-label-light {
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.contact-label-light .icon {
  color: var(--gold);
}
.home-page .hero-copy-overlay > .contact-label,
.page-photo-hero .service-photo-hero-copy > .contact-label {
  margin-top: 13px;
}
.home-page .btn-hero-email {
  min-height: 52px;
}
.support-contact-actions {
  display: flex;
  margin-top: 18px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.support-contact-actions .contact-label {
  width: 100%;
  margin: 0 0 2px;
}
.support-contact-actions .btn {
  width: auto;
}
.final-cta-inner {
  grid-template-columns: minmax(0,1fr) minmax(350px,560px);
}
.final-cta .button-row {
  justify-content: flex-start;
}
.final-cta .contact-label {
  margin: 0;
}
.emergency-actions .btn-email {
  white-space: nowrap;
}
.contact-grid.contact-grid-expanded {
  grid-template-columns: repeat(6,1fr);
}
.contact-grid-expanded > .contact-card {
  grid-column: span 2;
}
.contact-grid-expanded > .contact-card:nth-child(4),
.contact-grid-expanded > .contact-card:nth-child(5) {
  grid-column: span 3;
}
.contact-card-email > .icon:first-child {
  background: linear-gradient(135deg,var(--blue),var(--indigo));
}
.contact-card-instagram > .icon:first-child {
  background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045);
}
.btn-text {
  white-space: normal;
}

@media (max-width: 1000px) {
  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-grid.contact-grid-expanded {
    grid-template-columns: repeat(2,1fr);
  }
  .contact-grid-expanded > .contact-card,
  .contact-grid-expanded > .contact-card:nth-child(4) {
    grid-column: auto;
  }
  .contact-grid-expanded > .contact-card:nth-child(5) {
    grid-column: span 2;
  }
}

@media (max-width: 650px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: 850px;
  }
  .home-page .hero-action-row {
    row-gap: 10px;
  }
  .home-page .hero-action-row .btn-email {
    min-height: 48px;
    padding-inline: 15px;
    font-size: .84rem;
  }
  .home-page .hero-copy-overlay > .contact-label,
  .page-photo-hero .service-photo-hero-copy > .contact-label {
    margin-top: 10px;
    font-size: .8rem;
  }
  .support-contact-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .support-contact-actions .contact-label {
    width: auto;
  }
  .support-contact-actions .btn {
    width: 100%;
  }
  .final-cta .button-row {
    width: 100%;
  }
  .final-cta .contact-label {
    width: 100%;
    justify-content: center;
  }
  .contact-grid.contact-grid-expanded {
    grid-template-columns: 1fr;
  }
  .contact-grid-expanded > .contact-card,
  .contact-grid-expanded > .contact-card:nth-child(4),
  .contact-grid-expanded > .contact-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 500px) {
  .home-page .hero-full-carousel .service-carousel-full {
    min-height: 900px;
  }
}


/* =========================================================
   Version 2.5 - Contact buttons + footer Instagram
   ========================================================= */
.btn-call-text {
  color: var(--white);
  background: linear-gradient(135deg,var(--blue),var(--indigo));
  box-shadow: 0 12px 28px rgba(11,60,193,.24);
  white-space: normal;
}
.btn-call-text:hover {
  color: var(--white);
  box-shadow: 0 16px 34px rgba(11,60,193,.32);
}
.home-page .hero-copy-overlay > .btn-call-text,
.page-photo-hero .service-photo-hero-copy > .btn-call-text {
  margin-top: 13px;
}
.mini-action-instagram .icon {
  width: 17px;
  height: 17px;
}
.mini-action-instagram:hover {
  color: var(--white) !important;
  border-color: rgba(255,255,255,.4);
  background: linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045);
}
.sidebar-hours .btn-call,
.sidebar-card .btn-call {
  margin-top: 10px;
  white-space: normal;
}
@media (max-width: 650px) {
  .home-page .hero-copy-overlay > .btn-call-text,
  .page-photo-hero .service-photo-hero-copy > .btn-call-text {
    margin-top: 10px;
    font-size: .84rem;
  }
  .final-cta .btn-call-text {
    width: 100%;
  }
}
