:root {
  --blue: #087fbe;
  --blue-dark: #075b87;
  --blue-soft: #e9f6fc;
  --green: #76b82a;
  --green-dark: #528c17;
  --green-soft: #f1f9e8;
  --navy: #0e2a43;
  --ink: #20364a;
  --muted: #637486;
  --line: #dfe8ef;
  --surface: #ffffff;
  --surface-alt: #f7fafc;
  --shadow-sm: 0 10px 30px rgba(14, 42, 67, .08);
  --shadow-lg: 0 24px 70px rgba(14, 42, 67, .15);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 10000;
  padding: 10px 16px; border-radius: 10px; background: var(--navy); color: #fff;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.section-alt { background: var(--surface-alt); }
.section-blue { background: linear-gradient(140deg, #083553 0%, #087fbe 100%); color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px;
  font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue);
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--green); }
.section-blue .eyebrow { color: #dff5ff; }

h1, h2, h3, h4 { color: var(--navy); line-height: 1.15; letter-spacing: -.025em; margin: 0 0 18px; }
h1 { font-size: clamp(2.75rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.28rem, 2vw, 1.65rem); }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 760px; }
.section-blue h2, .section-blue h3 { color: #fff; }
.section-blue .lead, .section-blue p { color: rgba(255,255,255,.83); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0aa3d9); box-shadow: 0 12px 28px rgba(8,127,190,.25); }
.btn-green { color: #fff; background: linear-gradient(135deg, var(--green), #98cf46); box-shadow: 0 12px 28px rgba(118,184,42,.25); }
.btn-light { color: var(--navy); background: #fff; box-shadow: var(--shadow-sm); }
.btn-outline { color: var(--navy); border-color: #cad8e2; background: rgba(255,255,255,.75); }
.btn svg { width: 19px; height: 19px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.88); font-size: .85rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-links { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,232,239,.7);
}
.navbar { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { width: 235px; height: 72px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a { padding: 12px 13px; border-radius: 999px; font-weight: 750; font-size: .95rem; color: #355069; }
.nav-links > a:hover, .nav-links > a.active { color: var(--blue); background: var(--blue-soft); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: var(--blue-soft); color: var(--blue); }
.nav-toggle svg { width: 25px; height: 25px; }

.hero {
  position: relative;
  min-height: calc(100vh - 132px);
  overflow: hidden;
  background: #091f32;
}
.hero-home { padding: 0; }
.hero-slider-full {
  position: relative;
  min-height: calc(100vh - 132px);
  isolation: isolate;
}
.hero-grid { display: block; }
.hero-copy {
  max-width: 760px;
  padding: 42px 44px;
  border-radius: 30px;
  background: rgba(7, 24, 38, .55);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 20px 65px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
}
.hero-copy .eyebrow { color: #c7f08f; }
.hero h1, .hero-copy p, .hero-copy .lead { color: #fff; }
.hero-copy .lead { max-width: 680px; color: rgba(255,255,255,.86); }
.hero h1 span { color: #bfefff; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 750; color: #fff; background: rgba(255,255,255,.12); padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); }
.hero-badge i { width: 28px; height: 28px; display: grid; place-items: center; background: rgba(155,214,79,.22); color: #d9ffab; border-radius: 50%; font-style: normal; }
.hero-panel {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 132px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr);
  align-items: end;
  gap: 34px;
  padding-top: 80px;
  padding-bottom: 72px;
}
.hero-sidecards {
  display: grid;
  gap: 16px;
  justify-self: end;
  width: min(100%, 370px);
}
.hero-sidecard {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}
.hero-sidecard strong { display: block; font-size: 1.08rem; margin-bottom: 8px; color: #fff; }
.hero-sidecard span { display: block; color: rgba(255,255,255,.86); font-size: .95rem; }
.hero-visual { display: none; }
.hero-image { position: absolute; inset: 0; overflow: hidden; }
.hero-image::after { content: none; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease, transform 1.6s ease;
  transform: scale(1.08);
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5,26,42,.78) 0%, rgba(5,26,42,.56) 34%, rgba(5,26,42,.32) 58%, rgba(5,26,42,.72) 100%);
}
.hero-controls-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 4;
  display: flex;
  justify-content: flex-start;
}
.hero-dots {
  display: inline-flex;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
}
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  padding: 0;
  background: rgba(255,255,255,.45);
  transition: transform .2s ease, background-color .2s ease;
}
.hero-dot.is-active { background: #fff; transform: scale(1.15); }
.hero-dot:hover { background: #9bd64f; }
.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.hero-arrow:hover { background: rgba(255,255,255,.22); color: #fff; }
.hero-arrow svg { width: 22px; height: 22px; }
.hero-arrow-prev { left: 20px; }
.hero-arrow-next { right: 20px; }
.hero-float, .hero-ring { display: none; }
.btn-light-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  font-weight: 850;
  background: rgba(255,255,255,.08);
}
.btn-light-outline:hover { color: #fff; background: rgba(255,255,255,.16); }
.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logo-strip-inner { min-height: 130px; display: grid; grid-template-columns: 1.1fr 2fr; gap: 40px; align-items: center; }
.logo-strip strong { display: block; font-size: 1.08rem; color: var(--navy); }
.regions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.region { min-height: 54px; display: flex; align-items: center; justify-content: center; padding: 10px; border: 1px solid var(--line); border-radius: 14px; color: #496177; font-weight: 800; background: var(--surface-alt); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 50px; }
.section-heading > div:first-child { max-width: 760px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 30px rgba(14,42,67,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: rgba(8,127,190,.25); }
.card-media { height: 230px; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: 26px; }
.card-body p { color: var(--muted); font-size: .96rem; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; }
.card-link span { transition: transform .2s ease; }
.card-link:hover span { transform: translateX(4px); }

.icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.icon-card { padding: 30px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.icon-wrap { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 18px; background: linear-gradient(135deg, var(--blue-soft), var(--green-soft)); color: var(--blue); }
.icon-wrap svg { width: 30px; height: 30px; }
.icon-card p { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 500px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split-accent { position: absolute; right: -20px; bottom: -20px; width: 180px; padding: 22px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: var(--shadow-lg); }
.check-list { display: grid; gap: 15px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: #3f586d; }
.check-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 900; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.stat { padding: 24px; border-radius: 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); }
.stat strong { display: block; color: #fff; font-size: 2.25rem; line-height: 1; margin-bottom: 9px; }
.stat span { color: rgba(255,255,255,.74); font-size: .9rem; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.process-step { counter-increment: step; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.process-step::before { content: "0" counter(step); display: block; margin-bottom: 22px; font-weight: 900; font-size: 1.65rem; color: var(--green); }
.process-step p { color: var(--muted); font-size: .94rem; }


.work-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.work-item { position: relative; min-height: 360px; margin: 0; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow-sm); background: #dfeef2; }
.work-item-wide { min-height: 440px; }
.work-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.work-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,31,49,.82)); }
.work-item:hover img { transform: scale(1.035); }
.work-item figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; }
.work-item figcaption strong { display: block; font-size: 1.35rem; line-height: 1.2; }
.work-item figcaption span { display: block; margin-top: 5px; color: rgba(255,255,255,.82); }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(14,42,67,.045); overflow: hidden; }
.faq-item summary { position: relative; list-style: none; cursor: pointer; padding: 22px 58px 22px 24px; color: var(--navy); font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 1.25rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 24px 22px; margin: 0; color: var(--muted); }
.page-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.client-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.client-card { padding: 26px; border-radius: 20px; background: #fff; border: 1px solid rgba(255,255,255,.16); }
.section-blue .client-card { background: rgba(255,255,255,.08); }
.client-card h3 { margin-bottom: 12px; }
.client-card ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.78); }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 85px; background: linear-gradient(130deg, #eff9fd 0%, #f8fcf3 100%); }
.page-hero::after { content: ""; position: absolute; width: 360px; height: 360px; border: 70px solid rgba(8,127,190,.06); border-radius: 50%; right: -140px; top: -150px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--muted); font-size: .92rem; }
.breadcrumb a { color: var(--blue); font-weight: 800; }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.65rem); max-width: 850px; }
.page-hero p { max-width: 760px; font-size: 1.15rem; color: var(--muted); }

.pill-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { padding: 9px 14px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .9rem; font-weight: 800; }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { padding: 34px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.value strong { display: block; font-size: 1.35rem; color: var(--navy); margin-bottom: 10px; }
.value p { color: var(--muted); }

.service-detail { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; padding: 34px 0; border-top: 1px solid var(--line); }
.service-detail:first-child { border-top: 0; }
.service-detail img { width: 100%; height: 320px; object-fit: cover; border-radius: 22px; }
.service-detail ul { columns: 2; gap: 40px; padding-left: 20px; }
.service-detail li { margin-bottom: 8px; break-inside: avoid; color: #435c72; }

.quality-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.quality-box { padding: 34px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.quality-box ul { margin: 20px 0 0; padding-left: 20px; color: var(--muted); }
.quality-box li { margin-bottom: 10px; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.contact-card { padding: 32px; border-radius: var(--radius-md); background: var(--navy); color: #fff; }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-item:last-child { border-bottom: 0; }
.contact-item svg { width: 23px; height: 23px; margin-top: 2px; color: #9bd64f; }
.contact-item small { display: block; color: rgba(255,255,255,.6); margin-bottom: 3px; }
.contact-item a:hover { color: #c9f58a; }

.form-card { padding: 38px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
label { font-weight: 800; color: var(--navy); font-size: .92rem; }
input, select, textarea { width: 100%; border: 1px solid #cfdce5; border-radius: 13px; padding: 13px 14px; color: var(--ink); background: #fff; outline: 0; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,127,190,.1); }
.form-note { font-size: .83rem; color: var(--muted); margin-top: 14px; }
.hp-field { position: absolute !important; left: -9999px !important; }

.cta { position: relative; overflow: hidden; border-radius: 34px; padding: 62px; background: linear-gradient(135deg, var(--green-dark), var(--green)); color: #fff; }
.cta::after { content: ""; position: absolute; width: 300px; height: 300px; border: 55px solid rgba(255,255,255,.12); border-radius: 50%; right: -100px; top: -120px; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { color: #fff; max-width: 720px; margin: 0; }

.footer { background: #091f32; color: rgba(255,255,255,.72); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr 1fr; gap: 45px; }
.footer-logo { width: 270px; padding: 10px; border-radius: 12px; background: #fff; margin-bottom: 22px; }
.footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a:hover { color: #fff; }
.footer-bottom { margin-top: 56px; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .85rem; }
.footer-bottom-links { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }



.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 98; display: inline-flex; align-items: center; gap: 12px;
  background: #25D366; color: #fff; border-radius: 999px; padding: 13px 18px 13px 14px;
  box-shadow: 0 20px 40px rgba(4, 36, 19, .26); font-weight: 800; letter-spacing: -.01em;
}
.whatsapp-float:hover { color: #fff; transform: translateY(-2px); }
.whatsapp-float svg { width: 24px; height: 24px; flex: 0 0 24px; }
.whatsapp-float span { white-space: nowrap; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .navbar { min-height: 74px; }
  .brand img { width: 205px; height: 62px; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; left: 20px; right: 20px; top: 82px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); }
  .nav-links.open { display: flex; }
  .nav-links > a { border-radius: 12px; }
  .nav-links .btn { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-panel, .split, .contact-grid, .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .hero-panel { min-height: auto; padding-top: 110px; padding-bottom: 100px; gap: 20px; }
  .hero-sidecards { width: 100%; justify-self: stretch; }
  .hero-slider-full, .hero { min-height: 760px; }
  .hero-arrow { display: none; }
  .cards, .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .stats, .process { grid-template-columns: repeat(2, 1fr); }
  .logo-strip-inner { grid-template-columns: 1fr; padding: 28px 0; gap: 20px; }
  .service-detail { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .section-sm { padding: 55px 0; }
  .hero { min-height: 680px; }
  .hero-slider-full { min-height: 680px; }
  .hero-panel { padding-top: 94px; padding-bottom: 88px; }
  .hero-copy { padding: 28px 22px; border-radius: 22px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 9vw, 3.35rem); }
  .hero-controls-wrap { bottom: 18px; }
  .hero-dots { padding: 9px 11px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 16px; }
  .whatsapp-float span { display: none; }
  .cards, .icon-grid, .values, .quality-matrix, .client-grid, .form-grid, .work-gallery { grid-template-columns: 1fr; }
  .work-item, .work-item-wide { min-height: 330px; }
  .regions { grid-template-columns: repeat(2, 1fr); }
  .section-heading { display: block; }
  .section-heading .btn { margin-top: 15px; }
  .stats, .process { grid-template-columns: 1fr; }
  .split-media img { min-height: 390px; }
  .split-accent { right: -4px; bottom: -16px; }
  .service-detail ul { columns: 1; }
  .form-card { padding: 26px 20px; }
  .cta { padding: 42px 24px; }
  .cta-inner { display: block; }
  .cta .btn { margin-top: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Premium inner-page upgrades */
.premium-hero { position:relative; min-height:520px; display:flex; align-items:end; overflow:hidden; color:#fff; background:#08283d; }
.premium-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,27,43,.86),rgba(5,27,43,.48) 55%,rgba(5,27,43,.18)); z-index:1; }
.premium-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.premium-hero .container { position:relative; z-index:2; padding-top:120px; padding-bottom:78px; }
.premium-hero .breadcrumb { color:rgba(255,255,255,.72); }
.premium-hero .breadcrumb a { color:#bfefff; }
.premium-hero h1 { color:#fff; max-width:900px; font-size:clamp(3rem,6vw,5.2rem); }
.premium-hero p { max-width:760px; color:rgba(255,255,255,.86); font-size:1.16rem; }
.premium-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.premium-actions .btn-outline { color:#fff; border-color:rgba(255,255,255,.42); background:rgba(255,255,255,.08); }
.premium-actions .btn-outline:hover { background:rgba(255,255,255,.16); }
.premium-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:-42px; position:relative; z-index:4; }
.premium-stat { background:#fff; border:1px solid var(--line); border-radius:22px; padding:26px; box-shadow:0 18px 45px rgba(7,35,55,.10); }
.premium-stat strong { display:block; font-size:1.85rem; color:var(--navy); }
.premium-stat span { color:var(--muted); font-size:.92rem; }
.story-panel { display:grid; grid-template-columns:1.1fr .9fr; gap:34px; align-items:stretch; }
.story-copy { background:linear-gradient(145deg,#fff,#f4fbfe); border:1px solid var(--line); border-radius:28px; padding:42px; box-shadow:0 18px 45px rgba(8,50,75,.06); }
.story-image { position:relative; min-height:460px; border-radius:28px; overflow:hidden; }
.story-image img { width:100%; height:100%; object-fit:cover; }
.story-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(3,28,45,.62)); }
.story-caption { position:absolute; z-index:2; left:28px; right:28px; bottom:26px; color:#fff; }
.story-caption strong { display:block; font-size:1.45rem; }
.premium-values { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.premium-value { position:relative; overflow:hidden; padding:38px; border-radius:26px; background:#fff; border:1px solid var(--line); box-shadow:0 18px 40px rgba(7,42,64,.06); }
.premium-value::before { content:""; position:absolute; width:120px; height:120px; border-radius:50%; background:var(--blue-soft); right:-35px; top:-40px; }
.premium-value strong { display:block; font-size:1.45rem; color:var(--navy); margin:18px 0 10px; }
.service-nav { position:sticky; top:92px; z-index:30; background:rgba(255,255,255,.94); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); }
.service-nav .container { display:flex; gap:10px; overflow:auto; padding-top:14px; padding-bottom:14px; }
.service-nav a { white-space:nowrap; padding:10px 15px; border-radius:999px; background:#f0f8fb; color:var(--navy); font-weight:800; font-size:.88rem; }
.service-nav a:hover { background:var(--blue); color:#fff; }
.service-detail-premium { display:grid; grid-template-columns:1fr 1fr; gap:0; margin:28px 0; border-radius:30px; overflow:hidden; background:#fff; border:1px solid var(--line); box-shadow:0 18px 50px rgba(7,40,62,.07); }
.service-detail-premium:nth-child(even) .service-premium-media { order:2; }
.service-premium-media { min-height:420px; }
.service-premium-media img { width:100%; height:100%; object-fit:cover; }
.service-premium-copy { padding:44px; display:flex; flex-direction:column; justify-content:center; }
.service-premium-copy ul { columns:2; gap:26px; padding-left:20px; }
.service-premium-copy li { margin-bottom:9px; break-inside:avoid; color:#435c72; }
.client-showcase { display:grid; grid-template-columns:1.1fr .9fr; gap:28px; }
.client-highlight { position:relative; min-height:500px; border-radius:30px; overflow:hidden; }
.client-highlight img { width:100%; height:100%; object-fit:cover; }
.client-highlight::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 42%,rgba(4,30,46,.76)); }
.client-highlight-copy { position:absolute; z-index:2; left:30px; right:30px; bottom:28px; color:#fff; }
.client-highlight-copy h2 { color:#fff; }
.coverage-cards { display:grid; gap:18px; }
.coverage-card { padding:28px; background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:0 14px 35px rgba(6,39,61,.06); }
.coverage-card h3 { margin-bottom:10px; }
.coverage-card ul { margin:0; padding-left:20px; color:var(--muted); }
.sector-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.sector-card { padding:28px; border-radius:24px; background:linear-gradient(145deg,#fff,#f3fafc); border:1px solid var(--line); }
.sector-card strong { display:block; color:var(--navy); font-size:1.14rem; margin:14px 0 8px; }
@media (max-width:980px){.premium-stats,.premium-values,.sector-grid{grid-template-columns:repeat(2,1fr)}.story-panel,.client-showcase,.service-detail-premium{grid-template-columns:1fr}.service-detail-premium:nth-child(even) .service-premium-media{order:0}.service-nav{top:78px}}
@media (max-width:640px){.premium-hero{min-height:560px}.premium-hero .container{padding-top:100px;padding-bottom:60px}.premium-stats,.premium-values,.sector-grid{grid-template-columns:1fr}.story-copy,.service-premium-copy{padding:28px}.service-premium-copy ul{columns:1}.premium-stat{padding:22px}}


/* Full-site premium consistency v3 */
.premium-hero.compact { min-height: 430px; }
.premium-hero.compact .container { padding-top: 100px; padding-bottom: 64px; }
.premium-hero.compact h1 { max-width: 820px; font-size: clamp(2.6rem, 5.2vw, 4.6rem); }
.premium-hero.soft::before { background: linear-gradient(90deg, rgba(4,28,45,.88), rgba(4,28,45,.58) 56%, rgba(4,28,45,.24)); }
.premium-content-card { background:#fff; border:1px solid var(--line); border-radius:28px; padding:38px; box-shadow:0 18px 48px rgba(7,40,62,.07); }
.premium-contact-wrap { display:grid; grid-template-columns:.86fr 1.14fr; gap:28px; align-items:start; }
.premium-contact-wrap .contact-card, .premium-contact-wrap .form-card { border-radius:28px; box-shadow:0 20px 52px rgba(7,40,62,.08); }
.premium-contact-wrap .contact-card { position:sticky; top:118px; }
.quality-intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:stretch; }
.quality-photo { min-height:480px; border-radius:30px; overflow:hidden; position:relative; }
.quality-photo img { width:100%; height:100%; object-fit:cover; }
.quality-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(4,30,46,.65)); }
.quality-photo-copy { position:absolute; z-index:2; left:28px; right:28px; bottom:25px; color:#fff; }
.quality-photo-copy h2 { color:#fff; margin-bottom:8px; }
.premium-band { background:linear-gradient(135deg,#082c45,#087fbe); color:#fff; border-radius:32px; padding:48px; }
.premium-band h2,.premium-band h3 { color:#fff; }
.premium-band p { color:rgba(255,255,255,.84); }
.status-card { max-width:780px; margin:-65px auto 0; position:relative; z-index:5; background:#fff; border:1px solid var(--line); border-radius:30px; padding:42px; box-shadow:0 24px 65px rgba(7,40,62,.13); text-align:center; }
.status-card .btn { margin-top:18px; }
@media(max-width:980px){.premium-contact-wrap,.quality-intro-grid{grid-template-columns:1fr}.premium-contact-wrap .contact-card{position:static}.premium-hero.compact{min-height:500px}}
@media(max-width:640px){.premium-content-card,.status-card{padding:27px 22px}.premium-band{padding:34px 24px}.premium-hero.compact .container{padding-top:90px;padding-bottom:52px}}
