@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --background: #091219;
  --surface: #11212c;
  --surface-raised: #192e3b;
  --text: #f1f7fb;
  --muted: #b2c4cf;
  --accent: #58cce8;
  --line: #2a414e;
  --radius: 8px;
  --font: Manrope, Arial, sans-serif;
  /* Layers: header 20, mobile actions 30, skip link 40. */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
button,
input {
  border-radius: 0;
}
button {
  background: none;
}
::selection {
  color: var(--background);
  background: var(--accent);
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1296px, calc(100% - 96px));
  margin-inline: auto;
}
.section-space {
  padding-block: 104px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 40;
  padding: 12px 20px;
  background: var(--accent);
  color: var(--background);
  font-weight: 800;
  transform: translateY(-150%);
  border-radius: var(--radius);
}
.skip-link:focus {
  transform: translateY(0);
}

.icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
}
.icon-phone {
  --icon: url("assets/icons/phone.svg");
}
.icon-arrow-up {
  --icon: url("assets/icons/arrow-up-right.svg");
}
.icon-whatsapp {
  --icon: url("assets/icons/brand-whatsapp.svg");
}
.icon-shield-lock {
  --icon: url("assets/icons/shield-lock.svg");
}
.icon-door {
  --icon: url("assets/icons/door.svg");
}
.icon-car {
  --icon: url("assets/icons/car.svg");
}
.icon-key {
  --icon: url("assets/icons/key.svg");
}
.icon-lock {
  --icon: url("assets/icons/lock.svg");
}
.icon-pin {
  --icon: url("assets/icons/map-pin.svg");
}
.icon-clock {
  --icon: url("assets/icons/clock.svg");
}
.icon-tool {
  --icon: url("assets/icons/tool.svg");
}
.icon-message {
  --icon: url("assets/icons/message-circle.svg");
}
.icon-shield-check {
  --icon: url("assets/icons/shield-check.svg");
}
.icon-plus {
  --icon: url("assets/icons/plus.svg");
}
.icon-menu {
  --icon: url("assets/icons/menu-2.svg");
}
.icon-search {
  --icon: url("assets/icons/search.svg");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #070e13f5;
  border-bottom: 1px solid #ffffff12;
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  height: 82px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-logo {
  display: block;
  width: 100px;
  height: auto;
  object-fit: contain;
}
.footer-brand .brand-logo {
  width: 160px;
}
@media (max-width: 767px) {
  .site-header .brand-logo { width: 80px; }
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 46px;
  background: var(--accent);
  color: var(--background);
  border-radius: 8px;
}
.brand-symbol .icon {
  width: 30px;
  height: 30px;
}
.brand-wordmark {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.92;
}
.brand-wordmark > span {
  display: block;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.34em;
  line-height: 1;
  margin-top: 9px;
  margin-left: 2px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.nav-link {
  padding: 10px 16px;
  position: relative;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #b2c4cf;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}
.nav-link.active {
  color: var(--accent);
  background: #58cce80c;
}
.nav-link.active::after {
  transform: scaleX(1);
}
.button {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.button-yellow {
  background: var(--accent);
  color: #122733;
}
.button-yellow:focus-visible {
  outline-color: var(--text);
}
.button-outline {
  border-color: var(--accent);
  color: var(--accent);
  background: #070e1366;
}
.header-call {
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  gap: 10px;
  box-shadow: 0 4px 24px #58cce820;
}
.header-call .icon {
  width: 17px;
  height: 17px;
}
.menu-toggle {
  display: none;
}

.site-header .brand {
  position: relative;
  gap: 13px;
}
.site-header .brand-symbol {
  width: 47px;
  height: 47px;
  color: var(--accent);
  background: linear-gradient(145deg, #58cce810, #58cce802);
  border: 1px solid #58cce855;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 4px #070e13,
    inset 0 0 0 5px #58cce817;
}
.site-header .brand-symbol .icon {
  width: 29px;
  height: 29px;
}
.site-header .brand-wordmark {
  font-size: 31px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.035em;
}
.site-header .brand-wordmark > span {
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.4em;
  margin-top: 8px;
}
.site-header .nav-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  isolation: isolate;
}
.site-header .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border: 1px solid #58cce838;
  border-radius: inherit;
  background: radial-gradient(ellipse at 50% 100%, #58cce826, #58cce804 75%);
  box-shadow: inset 0 1px 0 #bdeef812, 0 5px 18px #58cce809;
  opacity: var(--nav-emphasis, 0);
  transition: opacity 240ms ease;
}
.nav-link > .icon {
  width: 18px;
  height: 18px;
  opacity: 0.8;
  transition: transform 240ms ease, opacity 240ms ease;
}
.site-header .nav-link::after {
  left: 16px;
  right: 16px;
  height: 2px;
  border-radius: 2px;
  transform-origin: center;
  transform: scaleX(var(--nav-emphasis, 0));
  box-shadow: 0 0 10px #58cce859;
}
.site-header .nav-link.active {
  background: #58cce810;
  --nav-emphasis: 1;
}
.site-header .nav-link:focus-visible {
  --nav-emphasis: 1;
  color: var(--accent);
}
.site-header .nav-link:focus-visible > .icon {
  opacity: 1;
}
.nav-link.active > .icon {
  opacity: 1;
}
.site-header .header-call {
  padding-inline: 25px;
  font-weight: 800;
  box-shadow:
    0 4px 22px #58cce82b,
    inset 0 1px 0 #ffffff45;
  transition: background-color 240ms ease, box-shadow 240ms ease,
    transform 240ms ease;
}
.site-header .header-call:focus-visible {
  background: #8edff1;
  box-shadow: 0 5px 30px #58cce84d, inset 0 1px 0 #ffffff80;
}
.site-header .nav-link:active,
.site-header .header-call:active {
  transform: translateY(1px);
}

@media (min-width: 768px) and (max-width: 1100px) {
  .site-header .nav-link {
    gap: 6px;
    padding-inline: 9px;
    font-size: 12px;
  }
  .site-header .header-call {
    padding-inline: 18px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .nav-link > .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .brand {
    gap: 9px;
  }
  .site-header .brand-symbol {
    width: 38px;
    height: 38px;
  }
  .site-header .brand-symbol .icon {
    width: 24px;
    height: 24px;
  }
  .site-header .brand-wordmark {
    font-size: 26px;
  }
  .site-header .brand-wordmark > span {
    font-size: 8px;
    letter-spacing: 0.3em;
    margin-top: 7px;
  }
  .site-header .header-call {
    padding-inline: 14px;
    font-size: 11px;
  }
  .site-header .main-nav {
    background: #0b161e;
    border-bottom-color: var(--line);
  }
  .site-header .nav-link {
    gap: 12px;
    padding-inline: 14px;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #11212a;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  z-index: -2;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #070e13c9, #070e1335 53%, transparent 76%),
    linear-gradient(0deg, #091219, transparent 22%);
}
.hero-inner {
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 160px;
}
.hero-copy {
  max-width: 740px;
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.hero h1 > span {
  display: inline-block;
  margin-top: 7px;
}
.hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  color: #b9c9d2;
  font-size: 11px;
}
.hero-details > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-details .icon {
  width: 15px;
  height: 15px;
  color: var(--accent);
}
.hero-actions .button {
  min-height: 58px;
  border-radius: 7px;
}
.hero-actions .button-outline {
  border-color: #ffffff30;
  color: var(--text);
  background: #ffffff05;
}
.hero-actions .button-yellow {
  box-shadow: inset 0 1px 0 #fff6, 0 8px 30px #58cce812;
}
.hero-actions .button:active {
  transform: translateY(1px);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 800;
  margin-bottom: 23px;
}
.short-line {
  width: 26px;
  height: 2px;
  background: var(--accent);
}
h1 {
  font-size: clamp(38px, 3.5vw, 56px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}
h1 span {
  color: var(--accent);
}
.hero-description {
  margin-top: 24px;
  color: #e0e0e0;
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero-actions .button-yellow {
  min-width: 217px;
  font-size: 15px;
  letter-spacing: -0.02em;
}
.hero-actions .button-yellow .icon:last-child {
  margin-left: 7px;
}

.services-section {
  position: relative;
  margin-top: -160px;
  padding-top: 0;
  scroll-margin-top: 130px;
}
.services-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.services-heading h2 {
  font-size: 22px;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--accent);
  min-height: 40px;
}
.text-link .icon {
  width: 19px;
  height: 19px;
  transition: transform 200ms ease;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 210px));
  justify-content: center;
  gap: 24px;
}
.service-card {
  position: relative;
  isolation: isolate;
  min-height: 260px;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff0f, #ffffff00);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #263e4b;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 #ffffff06;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    translate 260ms ease,
    box-shadow 260ms ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    280px circle at var(--light-x, 50%) var(--light-y, 0%),
    #58cce84d, #58cce81a 45%, transparent 80%
  );
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .service-card.is-lit::before {
    opacity: 1;
  }
}
.service-top {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #58cce845;
  border-radius: 14px;
  background: linear-gradient(140deg, #58cce81a, #58cce805);
  box-shadow: inset 0 1px 0 #bdeef812;
}
.service-top > .icon {
  width: 29px;
  height: 29px;
  color: var(--accent);
}
.service-card h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-top: 16px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 10px;
  margin-bottom: 16px;
  max-width: 240px;
}
.service-assurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 22px 0;
  margin-top: 40px;
  border-top: 1px solid #58cce81a;
}
.service-assurance > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  color: #dedede;
  font-size: 12px;
  font-weight: 600;
}
.service-assurance .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--accent);
}

h2 {
  font-size: clamp(30px, 3.25vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.055em;
}
h2 > span {
  color: var(--text);
}
.section-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin-top: 20px;
  max-width: 620px;
}
.about-section {
  background:
    linear-gradient(180deg, var(--background), transparent 18%, transparent 70%, #0d1b24),
    radial-gradient(ellipse at 22% 46%, #58cce807, transparent 55%),
    #0d181f;
}
.about-section.section-space {
  padding-top: 64px;
  padding-bottom: 24px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "visual intro" "visual details";
  gap: 0 76px;
  align-items: center;
}
.about-visual {
  grid-area: visual;
  min-width: 0;
  margin: 0;
}
.lock-stage {
  position: relative;
  aspect-ratio: 1;
  isolation: isolate;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 62%, transparent 73%);
  mask-image: radial-gradient(ellipse at center, #000 62%, transparent 73%);
}
.lock-poster,
.lock-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lock-video {
  opacity: 0;
}
.about-visual.has-video .lock-video {
  opacity: 1;
}
.lock-caption {
  min-height: 65px;
  margin-inline: 28px;
  padding-top: 16px;
  border-top: 1px solid #ffffff18;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lock-signature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #bcced8;
  font-size: 12px;
  font-weight: 600;
}
.lock-signature > span {
  width: 18px;
  height: 2px;
  background: var(--accent);
}
.lock-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid #58cce838;
  border-radius: var(--radius);
  color: var(--accent);
  background: linear-gradient(135deg, #58cce810, #ffffff04);
  box-shadow: inset 0 1px 0 #ffffff08;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.lock-control:hover {
  background-color: #58cce815;
  border-color: #58cce880;
}
.lock-control:active {
  background-color: #58cce828;
}
.lock-control-icon {
  width: 18px;
  height: 18px;
}
.lock-control-icon path {
  display: none;
}
.lock-control:not([data-state]) .lock-icon-play,
.lock-control[data-state="play"] .lock-icon-play,
.lock-control[data-state="pause"] .lock-icon-pause,
.lock-control[data-state="replay"] .lock-icon-replay {
  display: block;
}
.about-copy {
  grid-area: intro;
  align-self: end;
}
.about-details {
  grid-area: details;
  align-self: start;
}
.about-copy .eyebrow {
  margin-bottom: 18px;
}
.about-copy h2 {
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.1;
}
.about-copy h2 > span {
  color: var(--accent);
}
.reason-list {
  display: grid;
  gap: 22px;
  margin-block: 30px 20px;
}
.reason {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.reason > .icon {
  color: var(--accent);
  width: 22px;
  height: 22px;
  margin-top: 3px;
}
.reason h3 {
  font-size: 15px;
  font-weight: 700;
}
.reason p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 4px;
  max-width: 520px;
}

.section-intro {
  margin-bottom: 39px;
}
.section-intro .section-description {
  max-width: 540px;
}




























.process-section {
  border-bottom: 1px solid var(--line);
}
  .process-layout {
  display: grid;
  grid-template-columns: 0.87fr 1.5fr;
  gap: 55px;
  align-items: start;
}
.process-intro h2 {
  font-size: clamp(27px, 2.5vw, 36px);
}
.process-intro .section-description {
  font-size: 12px;
  max-width: 310px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.step-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #496572;
  border-radius: var(--radius);
  color: var(--accent);
  background: #1c3442;
  margin-bottom: 23px;
}
.step-icon .icon {
  width: 22px;
  height: 22px;
}
.process-steps h3 {
  font-size: 13px;
  font-weight: 800;
}
.process-steps p {
  margin-top: 10px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 92px;
  align-items: start;
}
.faq-label {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #b5c7d1;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq-intro .text-link {
  margin-top: 22px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 23px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 18px;
  height: 18px;
  color: var(--accent);
  transition: transform 200ms ease;
}
.faq-list details[open] summary {
  color: var(--accent);
}
.faq-list details[open] summary .icon {
  --icon: url("assets/icons/minus.svg");
}
.faq-list details > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  padding: 0 35px 25px 0;
}

.contact-section {
  padding-bottom: 88px;
}
.contact-panel {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 72px;
  align-items: center;
  padding: 0;
}
.contact-panel::before {
  content: none;
}
.contact-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin-bottom: 18px;
}
.contact-eyebrow .icon {
  width: 16px;
  height: 16px;
}
.contact-copy h2 {
  font-size: clamp(34px, 3.4vw, 47px);
}
.contact-copy h2 > span {
  color: var(--text);
}
.contact-copy p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 600px;
  margin-top: 18px;
}
.contact-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #11212c;
}
.contact-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--accent);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.contact-number .icon {
  width: 30px;
  height: 30px;
}
.contact-buttons {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.contact-buttons .button {
  flex: 1;
}
.contact-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  color: #bbced8;
  margin-top: 20px;
}
.contact-area .icon {
  width: 14px;
  height: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 61px;
  background: #0d1b24;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.8fr 1fr;
  gap: 52px;
  padding-bottom: 48px;
}
.footer-brand > p {
  color: #aabdc8;
  font-size: 11px;
  line-height: 1.9;
  margin-top: 21px;
}
.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}
.footer-column h3 {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}
.footer-column > a,
.footer-column > span {
  color: #afc1cc;
  font-size: 10px;
  line-height: 1.7;
}
.footer-column > a {
  min-height: 23px;
}
.footer-contact > a:first-of-type {
  color: var(--text);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.03em;
}
.footer-contact > .text-link {
  color: var(--accent);
  margin-top: 6px;
}
.footer-contact > .text-link .icon {
  width: 15px;
  height: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #2a4350;
  padding-block: 23px;
  color: #a5b7c2;
  font-size: 9px;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom .icon {
  width: 14px;
  height: 14px;
}
.made-by-raskan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}
.made-by-label {
  color: #7f939f;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
.made-by-raskan img {
  display: block;
  width: 112px;
  height: auto;
  max-width: none;
  opacity: 0.9;
}
.floating-contact {
  position: fixed;
  bottom: 26px;
  right: 26px;
  display: grid;
  place-items: center;
  z-index: 30;
  width: 52px;
  height: 52px;
  background: var(--accent);
  color: var(--background);
  border: 1px solid #72d4eb;
  border-radius: 50%;
  box-shadow: 0 5px 20px #07141c66;
  transition: transform 200ms ease;
}
.floating-contact .icon {
  width: 27px;
  height: 27px;
}
.mobile-contact {
  display: none;
}

.hero-emergency {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 24px;
  border: 1px solid #ffffff1f;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff0a, #00000026);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 12px;
}
.emergency-label {
  color: var(--text);
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.035em;
}
.hero-emergency strong,
.hero-emergency b {
  display: block;
}
.hero-emergency strong {
  color: var(--accent);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.035em;
  margin-block: 2px 12px;
}
.hero-emergency b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.hero-emergency b .icon {
  width: 22px;
  height: 22px;
  color: var(--accent);
}
.contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}
.contact-details > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact-details > div > .icon {
  color: var(--accent);
  width: 28px;
  height: 28px;
}
.contact-details h3 {
  font-size: 15px;
}
.contact-details p {
  font-size: 13px;
  margin-top: 8px;
}
.emergency-banner {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding: 42px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: 20px;
  background: linear-gradient(110deg, #11212c, #162a36);
}
.emergency-banner h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.035em;
}
.emergency-banner p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 14px;
}
.emergency-banner .button {
  margin-left: auto;
  flex-shrink: 0;
  padding-inline: 28px;
}
.emergency-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #091219;
}
.emergency-icon .icon {
  width: 34px;
  height: 34px;
}
.button:active {
  transform: translateY(1px);
}

@media (hover: hover) {
  .service-card:hover h3 {
    color: var(--accent);
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button-yellow:hover {
    background: #8edff1;
  }
  .button-outline:hover {
    background: #294351;
    border-color: #afc3ce;
  }
  .site-header .nav-link:hover {
    --nav-emphasis: 1;
    color: var(--accent);
  }
  .site-header .nav-link:hover > .icon {
    opacity: 1;
    transform: translateY(-2px);
  }
  .site-header .header-call:hover {
    background: #8edff1;
    box-shadow: 0 5px 30px #58cce84d, inset 0 1px 0 #ffffff80;
  }
  .text-link:hover .icon {
    transform: translate(3px, -3px);
  }
  .service-card:hover {
    border-color: #58cce8b3;
    translate: 0 -9px;
    box-shadow: inset 0 1px 0 #bdeef833, 0 12px 32px #58cce81f;
  }

  .footer-column a:hover,
  .footer-bottom a:hover {
    color: var(--accent);
  }
  .floating-contact:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .service-card.is-touch-lit {
    border-color: #58cce8b3;
    box-shadow: inset 0 0 24px #58cce81a;
  }
  .service-card.is-touch-lit::before {
    opacity: 1;
    transition-duration: 90ms;
  }
  .service-card.is-touch-lit h3 {
    color: var(--accent);
  }
  .site-header .brand::after {
    content: "";
    position: absolute;
    inset: -5px -8px;
    pointer-events: none;
    border-radius: 8px;
    background: linear-gradient(
      110deg,
      transparent 35%,
      #58cce826 43%,
      #e0f7fcb3 50%,
      #58cce833 57%,
      transparent 65%
    );
    background-size: 300% 100%;
    mix-blend-mode: screen;
    animation: brand-shine 1100ms ease-in-out 650ms both;
  }
  @keyframes brand-shine {
    0% {
      background-position: 100% 0;
      opacity: 0;
    }
    15%, 75% {
      opacity: 1;
    }
    100% {
      background-position: 0% 0;
      opacity: 0;
    }
  }
  .hero-copy > h1 {
    animation: hero-title-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
  .hero-copy > .hero-description {
    animation: hero-title-enter 550ms cubic-bezier(0.16, 1, 0.3, 1) 200ms both;
  }
  .hero-copy > .hero-actions {
    animation: hero-actions-enter 550ms cubic-bezier(0.16, 1, 0.3, 1) 400ms both;
  }
  .hero-copy > .hero-details {
    animation: hero-enter 450ms ease 500ms both;
  }
  .hero-emergency {
    animation: hero-panel-enter 600ms cubic-bezier(0.16, 1, 0.3, 1) 600ms both;
  }
  .hero-actions:focus-within,
  .hero-emergency:focus-visible {
    animation: none;
  }
  @keyframes hero-title-enter {
    from {
      opacity: 0;
      transform: translateY(38px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes hero-actions-enter {
    from {
      transform: translateY(14px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes hero-panel-enter {
    from {
      opacity: 0;
      transform: translateY(24px) scale(0.94);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .header-call > .icon {
    animation: call-nudge 3.5s ease-in-out 1.5s 3;
    transform-origin: center;
  }
  .service-card h3 {
    transition: color 220ms ease;
  }
  .reveal:focus-within {
    opacity: 1;
    transform: none;
    transition: none;
  }
  @keyframes call-nudge {
    0%,
    24%,
    100% {
      transform: rotate(0);
    }
    5%,
    15% {
      transform: rotate(-12deg);
    }
    10%,
    20% {
      transform: rotate(12deg);
    }
  }
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
      opacity 650ms ease,
      transform 650ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 220ms ease;
    transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .service-card.reveal {
    transform: translateY(40px);
    transition:
      opacity 650ms ease var(--reveal-delay, 0ms),
      transform 700ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
      translate 260ms ease,
      border-color 220ms ease,
      box-shadow 260ms ease;
  }
  .service-card.reveal.is-visible {
    transform: translateY(0);
  }
  @keyframes hero-enter {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (min-width: 1600px) {
  .hero-inner {
    min-height: 710px;
  }
}

@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .main-nav {
    gap: 21px;
  }
  .header-inner {
    gap: 20px;
  }
  .service-card {
    padding: 22px 18px 18px;
  }
  .service-card h3 {
    font-size: 16px;
  }
  .about-grid {
    column-gap: 45px;
  }
  .faq-layout {
    gap: 50px;
  }
  .contact-panel {
    padding: 40px;
    gap: 35px;
  }
  .contact-buttons .button {
    padding-inline: 15px;
  }
  .footer-grid {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    height: 74px;
  }
  .main-nav {
    gap: 17px;
  }
  .nav-link {
    font-size: 10px;
  }
  .header-call {
    padding: 10px 13px;
  }
  .brand-wordmark {
    font-size: 25px;
  }
  .brand-symbol {
    width: 37px;
    height: 41px;
  }
  .hero-inner {
    min-height: 490px;
  }
  h1 {
    font-size: 52px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #0e1b24d9, #0e1b2470 55%, #0e1b241a),
      linear-gradient(0deg, #0e1b24, transparent 35%);
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 210px));
  }
  .service-card {
    padding: 25px;
  }
  .service-card h3 {
    font-size: 20px;
    margin-top: 22px;
  }
  .service-card p {
    font-size: 13px;
  }
  .section-space {
    padding-block: 78px;
  }
  .service-assurance {
    gap: 15px;
  }
  .service-assurance > span {
    font-size: 9px;
    gap: 6px;
  }
  .service-assurance .icon {
    width: 15px;
    height: 15px;
  }
  .about-grid {
    column-gap: 35px;
  }
  .about-copy h2 {
    font-size: 38px;
  }
.process-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .process-intro .section-description {
    max-width: 450px;
  }
  .process-steps {
    gap: 35px;
  }
  .process-steps p {
    max-width: 220px;
    font-size: 12px;
  }
  .contact-panel {
    gap: 28px;
    padding: 35px;
  }
  .contact-number {
    font-size: 29px;
  }
  .contact-buttons {
    flex-direction: column;
  }
  .contact-copy h2 {
    font-size: 35px;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 35px;
  }
  .footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    align-items: center;
  }
  .footer-contact h3 {
    grid-column: 1 / -1;
  }
  .footer-contact > .text-link {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 71px;
    gap: 12px;
  }
  .brand-symbol {
    width: 34px;
    height: 39px;
    border-radius: 6px;
  }
  .brand-symbol .icon {
    width: 25px;
    height: 25px;
  }
  .brand-wordmark {
    font-size: 25px;
  }
  .brand-wordmark > span {
    font-size: 8px;
    margin-top: 7px;
  }
  .header-call {
    min-height: 38px;
    font-size: 10px;
    padding-inline: 12px;
    margin-left: auto;
  }
  .header-call .icon {
    width: 15px;
    height: 15px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    display: none;
    place-items: center;
  }
  .js-enabled .menu-toggle {
    display: grid;
  }
  .menu-toggle[aria-expanded="true"] .icon {
    --icon: url("assets/icons/x.svg");
  }
  .main-nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 12px 20px 20px;
    background: #152a35;
    border-bottom: 1px solid #3d5a69;
    box-shadow: 0 18px 24px #0a182066;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .js-enabled .main-nav:not(.is-open) {
    display: none;
  }
  .nav-link {
    padding: 14px 8px;
    font-size: 14px;
  }
  .nav-link::after {
    display: none;
  }
  body:not(.js-enabled) .site-header {
    position: relative;
  }
  body:not(.js-enabled) .header-inner {
    height: auto;
    flex-wrap: wrap;
    padding-block: 15px;
  }
  body:not(.js-enabled) .main-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    order: 3;
    padding: 8px 0 0;
    width: 100%;
    background: none;
    border: 0;
    box-shadow: none;
  }
  body:not(.js-enabled) .nav-link {
    font-size: 10px;
    padding: 6px;
  }
  .hero-inner {
    min-height: 540px;
    padding-top: 47px;
    padding-bottom: 130px;
    align-items: flex-start;
  }
  .hero-image {
    object-position: 64% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #0e1b24ed, #0e1b249c 66%, #0e1b2442),
      linear-gradient(0deg, #0e1b24 0%, transparent 35%);
  }
  .hero-copy {
    max-width: 540px;
  }
  .eyebrow {
    font-size: 8px;
    gap: 9px;
    margin-bottom: 23px;
    letter-spacing: 0.11em;
  }
  .short-line {
    width: 20px;
  }
  h1 {
    font-size: clamp(35px, 7.9vw, 53px);
    line-height: 1.17;
    letter-spacing: -0.055em;
  }
  .hero-description {
    margin-top: 23px;
    font-size: 12px;
    line-height: 1.9;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 27px;
  }
  .hero-actions .button {
    min-height: 47px;
    padding-inline: 14px;
    font-size: 11px;
    gap: 8px;
  }
  .hero-actions .button-yellow {
    min-width: auto;
    font-size: 12px;
  }
  .hero-actions .button .icon {
    width: 17px;
    height: 17px;
  }
  .hero-actions .button-yellow .icon:last-child {
    display: none;
  }
  .services-section {
    position: relative;
    margin-top: -66px;
    padding-top: 0;
  }
  .services-heading {
    display: block;
    margin-bottom: 23px;
  }
  .services-heading h2 {
    font-size: 21px;
  }
  .services-heading > .text-link {
    font-size: 10px;
    margin-top: 4px;
  }
  .services-grid {
    gap: 12px;
  }
  .service-card {
    padding: 22px 20px 17px;
  }
  .service-top > .icon {
    width: 29px;
    height: 29px;
  }
  .service-card h3 {
    font-size: 17px;
    margin-top: 24px;
  }
  .service-card p {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .service-assurance {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    padding-block: 20px;
    margin-top: 32px;
  }
  .service-assurance > span {
    justify-content: flex-start;
    font-size: 10px;
  }
  .service-assurance .icon {
    width: 17px;
    height: 17px;
  }
  .section-space {
    padding-block: 65px;
  }
  h2 {
    font-size: 33px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "visual" "details";
    gap: 20px;
  }
  .about-visual {
    width: min(100%, 480px);
    margin-inline: auto;
  }
  .about-copy h2 {
    font-size: clamp(38px, 8vw, 52px);
  }
  .about-copy .eyebrow {
    margin-bottom: 20px;
  }
  .section-description {
    font-size: 13px;
  }
  .reason-list {
    margin-top: 27px;
    gap: 23px;
  }
  .reason h3 {
    font-size: 14px;
  }
  .reason p {
    font-size: 12px;
    max-width: 450px;
  }
  .section-intro {
    margin-bottom: 28px;
  }


















  .process-layout {
    gap: 35px;
  }
  .process-intro h2 {
    font-size: 33px;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .process-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 17px;
  }
  .step-icon {
    grid-row: span 2;
    margin: 0;
  }
  .process-steps h3 {
    padding-top: 1px;
    font-size: 14px;
  }
  .process-steps p {
    margin-top: 5px;
    max-width: 430px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-label {
    margin-bottom: 16px;
  }
  .faq-intro .section-description {
    margin-top: 16px;
  }
  .faq-intro .text-link {
    margin-top: 12px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 22px;
    gap: 20px;
  }
  .contact-section {
    padding-bottom: 60px;
  }
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 32px 25px;
    gap: 30px;
  }
  .contact-eyebrow {
    font-size: 8px;
  }
  .contact-copy h2 {
    font-size: 35px;
  }
  .contact-number {
    font-size: clamp(27px, 6.7vw, 36px);
    justify-content: flex-start;
    gap: 15px;
  }
  .contact-number .icon {
    width: 25px;
    height: 25px;
  }
  .contact-buttons {
    flex-direction: row;
    margin-top: 21px;
  }
  .contact-buttons .button {
    font-size: 11px;
    padding-inline: 12px;
    min-height: 47px;
    gap: 8px;
  }
  .contact-area {
    justify-content: flex-start;
  }
  .site-footer {
    padding-top: 43px;
    padding-bottom: calc(77px + env(safe-area-inset-bottom));
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 25px;
    padding-bottom: 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand > p {
    font-size: 12px;
    margin-top: 17px;
  }
  .footer-column h3 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .footer-column > a,
  .footer-column > span {
    font-size: 11px;
  }
  .footer-column > a {
    min-height: 30px;
  }
  .footer-contact {
    display: flex;
    gap: 8px;
  }
  .footer-contact > a:first-of-type {
    font-size: 20px;
  }
  .footer-contact > .text-link {
    min-height: 36px;
  }
  .footer-bottom {
    align-items: flex-start;
    font-size: 8px;
    gap: 14px;
  }
  .footer-bottom a {
    white-space: nowrap;
  }
  .floating-contact {
    display: none;
  }
  .mobile-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: #132733fa;
    border-top: 1px solid #365463;
    gap: 9px;
  }
  .mobile-contact > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 49px;
    border: 1px solid #617f8d;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
  }
  .mobile-contact > a:first-child {
    background: var(--accent);
    color: #132733;
    border-color: var(--accent);
  }
  .mobile-contact small {
    display: block;
    font-size: 8px;
    margin-top: 3px;
    font-weight: 400;
  }
  .mobile-contact .icon {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 430px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 24px;
  }
  .service-card h3 {
    font-size: 21px;
    margin-top: 22px;
  }
  .service-card p {
    font-size: 13px;
    margin-bottom: 19px;
  }
  .hero-inner {
    min-height: 528px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-actions .button {
    min-width: 193px;
  }
  .hero-actions .button-yellow {
    font-size: 13px;
  }
  .services-heading h2 {
    font-size: 22px;
  }
  .contact-panel {
    padding: 30px 22px;
  }
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 2px;
  }
  .nav-link {
    padding-inline: 10px;
  }
  .hero-emergency {
    padding: 18px;
    font-size: 11px;
  }
  .hero-emergency strong {
    font-size: 21px;
  }
  .contact-panel {
    padding: 0;
    gap: 30px;
  }
  .contact-actions {
    padding: 24px;
  }
}
@media (max-width: 900px) {
  .hero-inner {
    min-height: 600px;
  }
  h1 {
    font-size: 42px;
  }
  .hero-copy {
    max-width: 520px;
  }
  .hero-emergency {
    display: none;
  }
  .contact-panel {
    grid-template-columns: 1fr;
  }
  .contact-actions {
    max-width: 520px;
  }
  .contact-buttons {
    flex-direction: row;
  }
  .emergency-banner {
    flex-wrap: wrap;
    padding: 30px;
  }
  .emergency-banner .button {
    margin-left: 96px;
  }
}
@media (max-width: 767px) {
  .main-nav {
    margin-left: 0;
  }
  .nav-link {
    font-size: 15px;
  }
  .hero-inner {
    min-height: 570px;
    padding-top: 60px;
    padding-bottom: 110px;
  }
  .hero-image {
    object-position: 66% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #070e13ed, #070e1377),
      linear-gradient(0deg, #09121988, transparent);
  }
  h1 {
    font-size: clamp(32px, 7.5vw, 48px);
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-description br {
    display: none;
  }
  .hero-actions {
    flex-direction: row;
  }
  .hero-actions .button {
    min-width: 0;
    font-size: 13px;
    padding-inline: 16px;
  }
  .services-section {
    margin-top: -60px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 210px));
    gap: 12px;
  }
  .service-card {
    padding: 24px 14px 16px;
    border-radius: 15px;
  }
  .service-card h3 {
    font-size: 18px;
    margin-top: 14px;
  }
  .service-card p {
    font-size: 13px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-details > div {
    gap: 10px;
  }
  .contact-panel {
    padding: 0;
  }
  .contact-actions {
    padding: 24px;
    max-width: 100%;
  }
  .contact-number {
    font-size: 30px;
  }
  .contact-buttons {
    flex-wrap: wrap;
  }
  .emergency-banner {
    margin-top: 48px;
    padding: 28px 22px;
    gap: 20px;
  }
  .emergency-icon {
    width: 52px;
    height: 52px;
  }
  .emergency-banner .button {
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .services-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-inner {
    min-height: 630px;
  }
  .contact-number {
    font-size: 26px;
  }
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: clamp(48px, 5.5vw, 60px);
  }
  .hero-copy {
    flex-shrink: 1;
  }
}
@media (max-width: 900px) {
  .hero-inner {
    min-height: 650px;
    padding-block: 72px 150px;
  }
  .hero h1 {
    font-size: clamp(48px, 6.9vw, 62px);
  }
}
@media (max-width: 767px) {
  .hero-inner {
    min-height: 0;
    padding-block: 44px 104px;
  }
  .hero-copy {
    width: 100%;
    min-width: 0;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #070e13ed, #070e1399),
      linear-gradient(0deg, #091219, transparent 45%);
  }
  .hero h1 {
    font-size: clamp(30px, 8.4vw, 54px);
    line-height: 1.15;
    letter-spacing: -0.045em;
  }
  .hero-description {
    max-width: 36ch;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .hero-details {
    gap: 10px 20px;
    font-size: 11px;
    margin-top: 24px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
    margin-top: 28px;
  }
  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 12px;
    font-size: 14px;
  }
  .hero-actions .button-yellow .icon:last-child {
    display: block;
  }
  .service-top {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .service-top > .icon {
    width: 25px;
    height: 25px;
  }
  .service-card {
    border-radius: 16px;
  }
  .service-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .hero-details {
    flex-direction: column;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .mobile-contact {
    animation: mobile-contact-enter 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
  .mobile-contact:focus-within {
    animation: none;
  }
  @keyframes mobile-contact-enter {
    from {
      transform: translateY(18px);
    }
    to {
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .button:hover,
  .site-header .nav-link:hover > .icon,
  .site-header .nav-link:active,
  .site-header .header-call:active,
  .service-card:hover {
    transform: none;
    translate: none;
  }
}

/* A single district stage; native disclosures preserve the no-JavaScript fallback. */
.regions-section { background: var(--background); border-bottom: 1px solid #ffffff0d; }
.regions-section.section-space { padding-top: 80px; }
.coverage-layout { width: 100%; max-width: none; padding: 0; }
.coverage-intro { margin: 0 auto 28px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 76px; align-items: end; }
.coverage-intro .eyebrow { grid-column: 1 / -1; }
.coverage-intro h2 { font-size: clamp(30px, 3.2vw, 46px); letter-spacing: -.05em; line-height: 1.1; margin: 20px 0 0; }
.coverage-intro h2 span { color: var(--accent); }
.coverage-intro .section-description { justify-self: start; margin: 0; font-size: 14px; line-height: 1.8; }
.district-scene { position: relative; isolation: isolate; overflow: hidden; background: #0e1c25; }
.district-panorama { position: absolute; z-index: -2; inset: 0 auto 0 0; width: 125%; max-width: none; height: 100%; object-fit: cover; object-position: center 60%; pointer-events: none; }
.district-scene-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, #091219 0%, #09121922 30%, #09121944 60%, #091219 100%); }
.district-picker { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 900px; padding: 30px 24px 0; margin: auto; }
.district-picker button { min-height: 44px; padding: 10px 22px; border: 1px solid #ffffff26; border-radius: 7px; background: #0e1b24b3; color: #d6e5ed; font-size: 14px; font-weight: 600; cursor: pointer; transition: color 200ms, background 200ms, border-color 200ms; }
.district-picker button[aria-pressed="true"] { color: #091219; background: var(--accent); border-color: var(--accent); }
@media (hover: hover) { .district-picker button:hover { border-color: var(--accent); } }
.district-track { display: flex; align-items: center; gap: 4vw; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding-block: 82px 68px; }
.district-track::-webkit-scrollbar { display: none; }
.district-track::before, .district-track::after { content: ""; flex: 0 0 calc(17% - 4vw); }
.district-slide { flex: 0 0 66%; min-width: 0; padding: 22px 0; border: 0; background: none; text-align: center; scroll-snap-align: center; scroll-snap-stop: always; font-size: clamp(38px, 13.5vw, 180px); font-weight: 800; line-height: 1.2; letter-spacing: -.065em; color: transparent; -webkit-text-stroke: 1px #c7dce899; cursor: pointer; transform: scale(.87); transition: transform 650ms cubic-bezier(.16,1,.3,1), color 400ms, text-shadow 400ms; white-space: nowrap; }
.district-slide.is-active { color: var(--accent); -webkit-text-stroke: 0; transform: scale(1); text-shadow: 0 8px 45px #0009; }
.district-scene-navigation { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px 34px; text-align: center; }
.district-scene-navigation button { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #58cce877; border-radius: 50%; color: var(--accent); background: #10232ed9; font-size: 25px; cursor: pointer; transition: background 200ms, color 200ms; }
.district-scene-navigation button:disabled { opacity: .28; cursor: default; }
.district-counter { display: block; min-width: 140px; color: #edf5fa; font-size: 12px; font-variant-numeric: tabular-nums; }
.district-scene-navigation small { display: block; margin-top: 10px; font-size: 10px; color: #b6c6d0; }
.district-scene-navigation small span { margin-left: 7px; color: var(--accent); }
.coverage-districts { max-width: 940px; margin: 12px auto 0; padding: 0 24px; }
.coverage-card { border-bottom: 1px solid #ffffff1a; scroll-margin-top: 110px; }
.coverage-card summary { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 20px; cursor: pointer; list-style: none; }
.coverage-card summary::-webkit-details-marker { display: none; }
.coverage-index { color: var(--accent); font-size: 12px; }
.coverage-name { font-size: 22px; font-weight: 700; }
.coverage-name small { margin-left: 15px; color: #c0d1dc; font-size: 13px; font-weight: 400; }
.coverage-plus { color: var(--accent); font-size: 25px; transition: transform 350ms; }
.coverage-card[open] .coverage-plus { transform: rotate(45deg); }
.has-district-scene .coverage-index { display: none; }
.has-district-scene .coverage-name { font-size: 0; }
.has-district-scene .coverage-name small { margin: 0; font-size: 14px; color: var(--accent); }
.coverage-content {
  position: relative;
  padding: 36px;
  margin: 8px 0 24px;
  border: 1px solid #ffffff16;
  border-radius: 20px;
  background: radial-gradient(ellipse at top right, #58cce808, transparent 55%), #101f29;
}
.coverage-content::before { content: ""; position: absolute; top: -1px; left: 36px; width: 64px; height: 2px; background: var(--accent); }
.coverage-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid #ffffff12; }
.coverage-label { margin: 0 0 12px; color: var(--accent); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.coverage-panel-heading h3 { margin: 0; font-size: 38px; letter-spacing: -.05em; line-height: 1.15; }
.coverage-panel-description { margin: 10px 0 0; color: #a9bac5; font-size: 12px; }
.coverage-count { flex-shrink: 0; display: flex; align-items: baseline; gap: 8px; color: #a9bac5; font-size: 11px; }
.coverage-count strong { color: #e6eff5; font-size: 46px; font-weight: 500; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.coverage-neighborhoods { display: flex; flex-wrap: wrap; gap: 0; padding: 23px 0 27px; margin: 0; list-style: none; }
.coverage-neighborhoods li { display: flex; align-items: center; color: #dde9f0; font-size: 14px; line-height: 1.6; padding: 9px 0; overflow-wrap: anywhere; }
.coverage-neighborhoods li:not(:last-child)::after { content: ""; width: 3px; height: 3px; flex-shrink: 0; border-radius: 50%; margin: 0 15px; background: #738d9a; }
.coverage-panel-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid #ffffff12; }
.coverage-panel-footer p { margin: 0; font-size: 14px; color: #eff6fb; font-weight: 600; }
.coverage-panel-footer p span { display: block; margin-top: 6px; color: #a9bac5; font-size: 11px; font-weight: 400; }
.coverage-panel-footer .text-link { flex-shrink: 0; min-height: 46px; padding: 12px 17px; border-radius: 8px; background: var(--accent); color: #091219; font-size: 12px; }
.coverage-hide-label { display: none; }
.coverage-card[open] .coverage-show-label { display: none; }
.coverage-card[open] .coverage-hide-label { display: inline; }
@media (hover: hover) { .district-scene-navigation button:not(:disabled):hover { color: #091219; background: var(--accent); } }
@media (prefers-reduced-motion: no-preference) {
  .coverage-card[open] .coverage-content { animation: coverage-open 500ms cubic-bezier(.16,1,.3,1) both; }
  @keyframes coverage-open { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) { .district-slide, .district-slide.is-active { transform: none; transition: none; } }
@media (max-width: 767px) {
  .about-section.section-space { padding-top: 44px; padding-bottom: 16px; }
  .regions-section.section-space { padding-top: 56px; }
  .coverage-intro { display: block; padding: 0; margin-bottom: 16px; }
  .coverage-intro h2 { font-size: 32px; }
  .coverage-intro .section-description { margin: 18px 0 0; font-size: 13px; text-align: left; }
  .district-picker { max-width: 400px; padding: 24px 16px 0; gap: 8px; }
  .district-picker button { flex: 0 0 calc((100% - 16px) / 3); padding: 10px 7px; font-size: 12px; }
  .district-track { padding-block: 80px 75px; }
  .district-panorama { width: 155%; object-position: center; }
  .district-scene-navigation { gap: 20px; padding-bottom: 28px; }
  .district-scene-navigation button { width: 46px; height: 46px; }
  .coverage-districts { padding-inline: 20px; }
  .coverage-content { padding: 24px 20px; border-radius: 16px; }
  .coverage-content::before { left: 20px; width: 42px; }
  .coverage-panel-heading { gap: 12px; padding-bottom: 22px; }
  .coverage-panel-heading h3 { font-size: 29px; }
  .coverage-label { font-size: 8px; letter-spacing: .08em; }
  .coverage-count { align-items: center; flex-direction: column; gap: 0; font-size: 10px; }
  .coverage-count strong { font-size: 36px; }
  .coverage-neighborhoods { padding: 17px 0 20px; }
  .coverage-neighborhoods li { font-size: 13px; padding-block: 7px; }
  .coverage-neighborhoods li:not(:last-child)::after { margin-inline: 10px; }
  .coverage-panel-footer { align-items: stretch; flex-direction: column; gap: 18px; padding-top: 22px; }
  .coverage-panel-footer .text-link { justify-content: space-between; }

}
/* Acil Çilingir Servisi: longer wordmark and six services. */
.brand-wordmark > span,
.site-header .brand-wordmark > span { letter-spacing: .12em; }
.contact-email { display: inline-block; max-width: 100%; margin-block: 8px 16px; overflow-wrap: anywhere; color: var(--muted); }
.footer-contact a { overflow-wrap: anywhere; }
@media (max-width: 360px) {
  .header-inner { gap: 8px; }
  .site-header .header-call { padding-inline: 10px; }
  .site-header .brand { gap: 6px; }
}
@media (min-width: 901px) {
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
