:root {
  --navy: #0f2750;
  --blue: #1f5fb8;
  --sky: #4a93ee;
  --text: #1a2430;
  --muted: #5e6a79;
  --line: #d9e2ef;
  --bg: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(16, 39, 80, 0.10);
  --radius: 18px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,39,80,.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 82px; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 14px; color: var(--navy); }
.brand img { width: 58px; height: auto; }
.brand-text strong {
  display: block; font-size: 1rem; letter-spacing: 0.08em; color: var(--navy);
}
.brand-text span { display: block; font-size: .78rem; color: var(--muted); letter-spacing: 0.11em; }
.nav-links { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.nav-links a { color: var(--navy); font-weight: 700; font-size: .95rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 20px; border-radius: 999px; font-weight: 700;
  transition: .2s ease; border: 1px solid transparent;
}
.btn-primary { background: var(--navy); color: white; box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-1px); }
.btn-secondary { background: white; color: var(--navy); border-color: rgba(15,39,80,.15); }
.btn-secondary:hover { border-color: var(--blue); }
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(15,39,80,.92), rgba(15,39,80,.78)), url('23-Corporate-Plaza-1.webp') center/cover no-repeat;
  color: white;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px;
  padding: 96px 0 130px;
}
.kicker {
  display: inline-block; padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.12; margin: 0 0 16px; color: var(--navy); }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.35rem); color: white; max-width: 11ch; margin-top: 18px; }
.hero p { font-size: 1.12rem; max-width: 60ch; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.metrics {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; align-self: end;
}
.metric-card {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
}
.metric-card strong { display: block; font-size: 1.8rem; color: white; margin-bottom: 6px; }
.metric-card span { color: rgba(255,255,255,.82); font-size: .96rem; }
.section { padding: 84px 0; }
.section.alt { background: var(--bg); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow);
}
.card h3 { font-size: 1.28rem; }
.card p { margin: 0; color: var(--muted); }
.service-card { display: flex; flex-direction: column; gap: 14px; }
.service-card a { font-weight: 700; }
.highlight {
  border-left: 4px solid var(--blue); padding-left: 18px; color: var(--muted);
}
.split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center;
}
.split img {
  border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(15,39,80,.08);
}
.list {
  margin: 20px 0 0; padding: 0; list-style: none;
  display: grid; gap: 12px;
}
.list li {
  padding-left: 18px; position: relative; color: var(--text);
}
.list li::before {
  content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--blue);
}
.logostrip {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 18px 22px; background: white; border: 1px solid var(--line); border-radius: var(--radius);
}
.logostrip img { width: 110px; }
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.gallery figure { margin: 0; }
.gallery img { height: 240px; width: 100%; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.gallery figcaption { font-size: .92rem; color: var(--muted); margin-top: 8px; }
.cta-band {
  background: linear-gradient(135deg, var(--navy), #153d7a);
  color: white; border-radius: 28px; padding: 36px; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cta-band h2, .cta-band p { color: white; margin: 0; }
.footer {
  background: #0c1e3a; color: rgba(255,255,255,.78); padding: 36px 0 44px; margin-top: 50px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 26px; align-items: start;
}
.footer a { color: rgba(255,255,255,.88); }
.footer .brand img { background: white; border-radius: 10px; padding: 6px; width: 72px; }
.page-hero {
  background: linear-gradient(135deg, rgba(15,39,80,.94), rgba(15,39,80,.84)); color: white;
  padding: 78px 0;
}
.page-hero h1 { color: white; font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.page-hero p { color: rgba(255,255,255,.86); max-width: 64ch; font-size: 1.05rem; }
.service-hub { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-hub .card { padding: 26px; }
.timeline { display: grid; gap: 16px; }
.timeline .step {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
}
.form-wrap {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 26px; align-items: start;
}
.contact-card {
  background: var(--navy); color: white; border-radius: 24px; padding: 28px; box-shadow: var(--shadow);
}
.contact-card h2, .contact-card h3, .contact-card p, .contact-card a { color: white; }
.contact-card p { opacity: .9; }
.form-card {
  background: white; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow);
}
label { display: block; font-weight: 700; margin-bottom: 8px; color: var(--navy); }
input, select, textarea {
  width: 100%; padding: 14px 14px; border-radius: 14px; border: 1px solid #c9d5e7;
  font: inherit; color: var(--text); background: white;
}
textarea { min-height: 150px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { margin-bottom: 18px; }
.note { font-size: .92rem; color: var(--muted); }
.small { font-size: .92rem; color: var(--muted); }
@media (max-width: 980px) {
  .hero-grid, .split, .form-wrap, .footer-grid, .grid-3, .service-hub, .grid-2, .gallery { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .nav { flex-direction: column; align-items: flex-start; padding: 14px 0; }
  .nav-links { gap: 16px; }
  .hero-grid { padding: 72px 0 110px; }
  .metrics { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .gallery img { height: 220px; }
}


.site-footer{background:#f5f7fa;border-top:1px solid #d9dee6;margin-top:64px}
.site-footer .footer-inner{padding:32px 20px;color:#1f2937;font-size:14px;line-height:1.7}
.site-footer .footer-brand{margin-bottom:10px;font-size:15px}
.site-footer .footer-contact a{color:#0d3b8c;text-decoration:none}
.site-footer .footer-contact a:hover{text-decoration:underline}
.site-footer .footer-copy{margin-top:16px;color:#6b7280;font-size:12px}


/* ===== UI UPGRADE OVERRIDES ===== */
:root{
  --navy:#071a2f;
  --navy-2:#0b2442;
  --blue:#1f5d99;
  --gold:#b38b59;
  --bg-soft:#f4f7fb;
  --paper:#ffffff;
  --text:#122033;
  --muted:#5b6778;
  --line:#d8e0ea;
  --shadow-soft:0 18px 46px rgba(7,26,47,.08);
  --shadow-card:0 24px 60px rgba(7,26,47,.10);
  --radius-xl:26px;
}

body{
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(31,93,153,.06), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.topbar{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:saturate(180%) blur(18px);
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(7,26,47,.08);
  box-shadow:0 10px 28px rgba(7,26,47,.05);
}

.nav{
  min-height:84px;
  gap:24px;
}

.brand{
  gap:14px;
}

.brand img{
  width:58px;
  height:auto;
  background:#fff;
  border-radius:12px;
  padding:4px;
  box-shadow:0 10px 24px rgba(7,26,47,.10);
}

.brand-text strong,
.brand strong{
  display:block;
  font-size:1rem;
  letter-spacing:.06em;
}

.brand-text span,
.brand small{
  display:block;
  color:#6b7280;
  font-size:.75rem;
  letter-spacing:.14em;
  margin-top:4px;
  text-transform:uppercase;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}

.nav-links > a:not(.btn):not(.btn-primary):not(.btn-secondary){
  position:relative;
  font-weight:700;
  color:#324154;
}

.nav-links > a:not(.btn):not(.btn-primary):not(.btn-secondary):hover{
  color:var(--navy);
}

.nav-links > a[aria-current="page"]{
  color:var(--navy);
}

.nav-links > a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:2px;
  background:var(--gold);
  border-radius:999px;
}

.btn,
.btn-primary,
.btn-secondary,
.btn.primary,
.btn.secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 20px;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.01em;
  text-decoration:none;
  border:1px solid transparent;
  transition:all .2s ease;
  cursor:pointer;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn.primary:hover,
.btn.secondary:hover{
  transform:translateY(-1px);
}

.btn-primary,
.btn.primary{
  background:linear-gradient(180deg, #0b2442 0%, #071a2f 100%);
  color:#ffffff !important;
  border-color:rgba(7,26,47,.15);
  box-shadow:0 16px 34px rgba(7,26,47,.16);
}

.btn-primary:hover,
.btn.primary:hover,
.btn-primary:focus,
.btn.primary:focus,
.btn-primary:active,
.btn.primary:active{
  color:#ffffff !important;
}

.btn-secondary,
.btn.secondary{
  background:rgba(255,255,255,.92);
  color:var(--navy);
  border-color:rgba(7,26,47,.12);
  box-shadow:0 12px 26px rgba(7,26,47,.06);
}

.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(110deg, rgba(7,26,47,.92) 0%, rgba(7,26,47,.84) 42%, rgba(7,26,47,.58) 100%),
    url('23-Corporate-Plaza-1.webp') center/cover no-repeat;
  color:#fff;
}

.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:34px;
  padding:108px 0 132px;
}

.kicker,
.badge,
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hero h1,
.hero h2{
  color:#fff;
  font-size:clamp(2.45rem, 5vw, 4.65rem);
  line-height:1.04;
  margin:18px 0 16px;
}

.hero p{
  color:rgba(255,255,255,.90);
  max-width:760px;
  font-size:1.08rem;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.metrics,
.hero .metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-self:end;
}

.metric-card,
.metric{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  border-radius:22px;
  padding:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.metric-card strong,
.metric strong{
  display:block;
  color:#fff;
  font-size:1.05rem;
  margin-bottom:8px;
}

.metric-card span,
.metric span{
  color:rgba(255,255,255,.84);
  font-size:.95rem;
  line-height:1.6;
}

.section{
  padding:88px 0;
}

.section.alt{
  background:linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.section h2,
.section h3{
  color:var(--navy);
}

.lead{
  color:var(--muted);
  font-size:1.06rem;
}

.card,
.panel,
.form-card{
  background:var(--paper);
  border:1px solid rgba(7,26,47,.08);
  border-radius:24px;
  box-shadow:var(--shadow-card);
}

.card,
.panel{
  padding:30px;
}

.grid.cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.card h4{
  color:var(--navy);
  margin-bottom:10px;
}

.card .link{
  color:var(--blue);
  font-weight:800;
}

.page-hero{
  background:
    linear-gradient(135deg, rgba(7,26,47,.96), rgba(11,36,66,.86)),
    radial-gradient(circle at top right, rgba(179,139,89,.18), transparent 30%);
  color:#fff;
  padding:84px 0;
}

.page-hero h1,
.page-hero h2{
  color:#fff;
  font-size:clamp(2.1rem, 4.2vw, 3.65rem);
}

.page-hero p{
  color:rgba(255,255,255,.86);
  max-width:70ch;
}

.page-head,
.service-layout{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
  align-items:start;
}

.hero-card,
.visual,
.sidebar .card{
  border-radius:24px;
}

.hero-card,
.sidebar .card,
.contact-card{
  box-shadow:var(--shadow-card);
}

.visual{
  min-height:360px;
  background-size:cover;
  background-position:center;
  border:1px solid rgba(7,26,47,.08);
}

.sidebar .card{
  position:sticky;
  top:110px;
  background:#fff;
  border:1px solid rgba(7,26,47,.08);
}

.list-clean{
  list-style:none;
  padding:0;
  margin:0;
}

.list-clean li{
  margin:0 0 10px;
}

.list-clean a{
  color:var(--blue);
}

.contact-card{
  background:linear-gradient(180deg, #0b2442 0%, #071a2f 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  padding:30px;
}

.contact-card h2,
.contact-card h3,
.contact-card p,
.contact-card a{
  color:#fff;
}

input, select, textarea{
  border:1px solid #d4dde8;
  border-radius:14px;
  padding:14px 15px;
}

input:focus, select:focus, textarea:focus{
  outline:none;
  border-color:#7ba4cf;
  box-shadow:0 0 0 4px rgba(31,93,153,.10);
}

.footer{
  background:linear-gradient(180deg, #071a2f 0%, #051321 100%);
  color:rgba(255,255,255,.80);
  padding:40px 0 0;
  margin-top:64px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.25fr .95fr;
  gap:34px;
  align-items:start;
}

.footer .brand{
  margin-bottom:14px;
}

.footer .brand img{
  width:66px;
  background:#fff;
  border-radius:12px;
  padding:6px;
}

.footer .small{
  color:rgba(255,255,255,.82);
  line-height:1.8;
}

.footer h3{
  margin-top:0;
  font-size:.95rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer a{
  color:#dbe7ff;
}

.footer a:hover{
  color:#fff;
}

@media (max-width: 1080px){
  .hero-grid,
  .page-head,
  .service-layout{
    grid-template-columns:1fr;
  }
  .metrics,
  .hero .metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .grid.cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 760px){
  .nav{
    min-height:auto;
    padding:16px 0;
    align-items:flex-start;
    flex-direction:column;
  }
  .nav-links{
    gap:14px;
  }
  .hero-grid{
    padding:86px 0 98px;
  }
  .metrics,
  .hero .metrics,
  .grid.cards,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .section{
    padding:68px 0;
  }
}


/* ===== Refined service-page hero system ===== */
.service-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 56px;
  background:
    linear-gradient(135deg, rgba(7,26,47,.96) 0%, rgba(11,36,66,.88) 52%, rgba(14,49,91,.78) 100%);
}

.service-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(179,139,89,.18), transparent 26%),
    radial-gradient(circle at bottom left, rgba(255,255,255,.06), transparent 24%);
  pointer-events:none;
}

.service-hero .page-head{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:32px;
  align-items:center;
}

.service-hero .badge{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(7,26,47,.78);
  border:1px solid rgba(255,255,255,.12);
  color:#ffffff;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.service-hero h1,
.service-hero h2{
  margin:18px 0 14px;
  color:#ffffff;
  font-size:clamp(2.2rem, 4vw, 3.55rem);
  line-height:1.06;
  letter-spacing:-.02em;
  text-wrap:balance;
  text-shadow:0 2px 18px rgba(0,0,0,.22);
}

.service-hero p{
  margin:0;
  max-width:65ch;
  color:rgba(255,255,255,.86);
  font-size:1.06rem;
  line-height:1.78;
}

.service-hero .hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.service-hero .hero-card{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  min-height:380px;
}

.service-hero .hero-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,26,47,.02) 0%, rgba(7,26,47,.12) 100%);
  pointer-events:none;
}

.service-hero .visual{
  min-height:380px;
  height:100%;
  background-size:cover;
  background-position:center;
  filter:saturate(.98) contrast(1.02);
}

.service-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  align-items:start;
}

.panel{
  border-radius:24px;
  padding:30px;
}

.panel h3{
  color:#071a2f;
  letter-spacing:-.01em;
}

.panel ul li{
  margin-bottom:10px;
}

.sidebar .card{
  border-radius:24px;
  padding:26px;
}

.sidebar .card h4{
  color:#071a2f;
  margin-top:0;
}

@media (max-width: 980px){
  .service-hero .page-head,
  .service-layout{
    grid-template-columns:1fr;
  }
  .service-hero{
    padding:60px 0 46px;
  }
}

@media (max-width: 640px){
  .service-hero h1,
  .service-hero h2{
    font-size:2rem;
  }
  .service-hero .hero-card,
  .service-hero .visual{
    min-height:280px;
  }
}


/* Responsive upgrades for desktop + cellphone */
html, body {
  overflow-x: hidden;
}

iframe, video {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .hero-grid,
  .split,
  .grid-3,
  .grid-2,
  .service-hub,
  .footer-grid,
  .service-layout,
  .service-hero .page-head {
    grid-template-columns: 1fr !important;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    padding: 72px 0 96px;
  }

  .service-hero .hero-card,
  .service-hero .visual {
    min-height: 320px;
  }

  .topbar .container.nav,
  header .container.nav {
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .nav {
    min-height: auto;
    padding: 14px 0;
    gap: 12px;
  }

  .topbar .container.nav,
  header .container.nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    width: 100%;
  }

  .brand img {
    width: 48px;
  }

  .brand-text strong {
    font-size: .92rem;
    letter-spacing: .05em;
  }

  .brand-text span {
    font-size: .72rem;
    letter-spacing: .08em;
  }

  .nav-links {
    width: 100%;
    gap: 10px 16px;
    align-items: center;
  }

  .nav-links a {
    font-size: .92rem;
  }

  .nav-links .btn-primary {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 6px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero p,
  .service-hero p,
  .section-head p,
  .lead {
    font-size: 1rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 60px 0;
  }

  .card,
  .panel,
  .sidebar .card {
    padding: 22px;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer .brand {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 22px);
  }

  .hero-grid {
    padding: 56px 0 82px;
    gap: 24px;
  }

  .hero::after {
    height: 70px;
  }

  .kicker,
  .service-hero .badge {
    font-size: .7rem;
    padding: 7px 11px;
  }

  h2 {
    font-size: 1.85rem;
  }

  .grid-3,
  .grid-2,
  .service-hub,
  .metrics,
  .split,
  .service-layout,
  .footer-grid,
  .service-hero .page-head {
    grid-template-columns: 1fr !important;
  }

  .service-hero .hero-card,
  .service-hero .visual,
  .visual {
    min-height: 250px;
  }

  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .map-wrap iframe {
    height: 320px !important;
  }

  .tagline-line,
  .brand-line {
    white-space: normal !important;
  }

  .card h3 {
    font-size: 1.12rem;
  }

  .btn,
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .page-head > div:first-child,
  .hero-grid > div:first-child {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .brand-text strong {
    font-size: .84rem;
  }

  .brand-text span {
    font-size: .66rem;
  }

  .section {
    padding: 52px 0;
  }

  .card,
  .panel,
  .sidebar .card {
    padding: 18px;
  }
}


/* Photo interaction protection */
img, picture, source, [style*="background-image"] {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Photo protection: reduce casual image saving, dragging, and long-press menus */
img,
picture,
svg,
[style*="background-image"] {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
