:root {
  color-scheme: dark;
  --ink: #061524;
  --text: #eaf6ff;
  --muted: #9eb7cb;
  --soft: #d7eaff;
  --blue: #1d7dff;
  --blue-2: #05b6ff;
  --cyan: #7be0ff;
  --line: rgba(171, 211, 242, 0.2);
  --panel: rgba(9, 28, 49, 0.82);
  --panel-solid: #0b2239;
  --panel-soft: #102b47;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(0, 21, 48, 0.38);
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(29, 125, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #061524 0%, #081b2f 46%, #071522 100%);
  color: var(--text);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(5, 17, 31, 0.62);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  min-width: 0;
  justify-self: start;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 142px;
  height: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark img {
  display: block;
  max-width: 142px;
  max-height: 54px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
  color: rgba(234, 246, 255, 0.78);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  justify-self: center;
  min-width: 0;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.main-nav a:hover {
  color: #fff;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  justify-self: end;
  min-width: 0;
}

.header-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease;
}

.header-home:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

.lang-switch {
  display: grid;
  grid-template-columns: repeat(3, 43px);
  min-height: 38px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(234, 246, 255, 0.68);
  cursor: pointer;
  min-height: 30px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.lang-button.is-active {
  background: #fff;
  color: var(--ink);
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(20, 124, 255, 0.26);
}

.header-call-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.header-call-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061524;
  padding-top: 78px;
}

.hero-video,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

.hero-shade {
  background:
    radial-gradient(circle at 72% 25%, rgba(5, 182, 255, 0.12), transparent 36%),
    linear-gradient(90deg, rgba(3, 12, 23, 0.74) 0%, rgba(4, 19, 35, 0.58) 48%, rgba(5, 28, 52, 0.22) 100%),
    linear-gradient(0deg, rgba(6, 21, 36, 0.78) 0%, rgba(6, 21, 36, 0.04) 46%, rgba(6, 21, 36, 0) 100%);
}

.hero-grid {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, #000, transparent 85%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(32px, 5vw, 62px);
  align-items: center;
  width: var(--container);
  margin: 0 auto;
  padding: 86px 0 88px;
}

.hero-copy-block {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(234, 246, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
  box-shadow: 0 20px 50px rgba(20, 124, 255, 0.38);
}

.button.glass {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(14px);
}

.button.compact {
  min-height: 46px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
}

.signal-panel,
.service-card,
.timeline article,
.quote-form,
.trust-board {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.signal-panel {
  align-self: center;
  padding: 24px;
  width: 100%;
  max-width: 380px;
  justify-self: end;
}

.live-status {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 16px;
}

.live-status span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 50%;
  background: #23e6a0;
  box-shadow: 0 0 0 8px rgba(35, 230, 160, 0.14);
}

.live-status strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.signal-panel p {
  margin: 0 0 22px;
  color: rgba(234, 246, 255, 0.72);
}

.metric-stack {
  display: grid;
  gap: 10px;
}

.metric-stack div {
  min-height: 86px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.metric-stack strong,
.metric-stack span {
  display: block;
}

.metric-stack strong {
  color: #fff;
  font-size: 22px;
}

.metric-stack span {
  color: var(--muted);
}

.quick-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  width: var(--container);
  margin: 28px auto 0;
  position: relative;
  z-index: 4;
}

.quick-band div {
  min-height: 108px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 31, 54, 0.94);
  box-shadow: var(--shadow);
}

.quick-band span,
.service-number,
.service-icon-badge,
.timeline span {
  display: block;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.service-icon-badge {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(123, 224, 255, 0.12);
}

.service-icon-badge svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.quick-band strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
}

.quick-band p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.quick-band .button {
  align-self: stretch;
  width: 100%;
  min-height: 108px;
  box-shadow: var(--shadow);
  font-size: 24px;
  font-weight: 900;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 96px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading h2,
.trust-copy h2,
.contact-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 50px);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.trust-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--panel-solid);
}

.service-card.featured {
  background:
    radial-gradient(circle at 92% 8%, rgba(100, 220, 255, 0.28), transparent 40%),
    linear-gradient(135deg, rgba(20, 124, 255, 0.95), rgba(8, 40, 74, 0.98));
}

.service-card h3,
.timeline h3 {
  margin: 34px 0 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.14;
}

.service-card p,
.timeline p {
  margin: 14px 0 0;
  color: var(--muted);
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.service-link {
  color: inherit;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.service-link:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 214, 255, 0.34);
  box-shadow: 0 24px 56px rgba(2, 12, 28, 0.4);
}

.service-link:focus-visible {
  outline: 2px solid rgba(122, 214, 255, 0.9);
  outline-offset: 4px;
}

.about-section {
  padding-top: 24px;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(5, 182, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(9, 31, 54, 0.95), rgba(8, 22, 38, 0.95));
  box-shadow: var(--shadow);
}

.about-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.06;
}

.about-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.about-points {
  display: grid;
  gap: 12px;
}

.about-points article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.about-points strong,
.about-points span {
  display: block;
}

.about-points strong {
  color: #fff;
  font-size: 20px;
}

.about-points span {
  margin-top: 8px;
  color: var(--muted);
}

.trust {
  padding-top: 40px;
}

.trust-board {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 36px;
  align-items: center;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 178, 255, 0.24), transparent 35%),
    rgba(7, 24, 43, 0.8);
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list span {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--soft);
  font-weight: 800;
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.check-list span::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 22px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.brand-band {
  padding: 44px clamp(18px, 4vw, 58px);
  background: #081b2f;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-band p {
  width: var(--container);
  margin: 0 auto 18px;
  color: var(--cyan);
  font-weight: 900;
}

.brand-marquee {
  position: relative;
  width: min(100vw, 1680px);
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}

.brand-row {
  overflow: hidden;
}

.brand-row + .brand-row {
  margin-top: 18px;
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 0;
}

.brand-group {
  display: flex;
  align-items: center;
  gap: clamp(34px, 4vw, 64px);
  flex: 0 0 auto;
  min-width: max-content;
  padding-right: clamp(34px, 4vw, 64px);
}

.brand-item {
  display: grid;
  place-items: center;
  min-width: clamp(120px, 10vw, 170px);
  min-height: clamp(72px, 7vw, 98px);
}

.brand-item img {
  display: block;
  max-width: clamp(118px, 10vw, 156px);
  max-height: clamp(58px, 5.4vw, 84px);
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(3, 8, 15, 0.24));
}

.brand-row-forward .brand-track {
  animation: brand-marquee-forward 36s linear infinite;
}

.brand-row-reverse .brand-track {
  animation: brand-marquee-reverse 38s linear infinite;
}

@keyframes brand-marquee-forward {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes brand-marquee-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.timeline article {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 24px;
  background: var(--panel-solid);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.78fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
  width: var(--container);
  margin: 0 auto 96px;
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 10%, rgba(5, 182, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(8, 30, 52, 0.96), rgba(7, 20, 34, 0.96));
  box-shadow: var(--shadow);
}

.contact .eyebrow {
  margin-bottom: 14px;
}

.contact-copy {
  max-width: 580px;
  padding-top: 0;
}

.contact-copy h2 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
}

.contact-copy p {
  max-width: 560px;
  margin-top: 18px;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--soft);
  font-weight: 900;
}

.contact-methods a,
.contact-methods span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.contact-methods a::before,
.contact-methods span::before {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 8px;
  background: rgba(5, 182, 255, 0.16);
  color: var(--cyan);
  font-size: 13px;
}

.contact-methods a[href^="tel"]::before {
  content: "TEL";
}

.contact-methods a[href^="mailto"]::before {
  content: "@";
}

.contact-methods span::before {
  content: "EE";
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(17, 39, 62, 0.96), rgba(12, 30, 48, 0.96));
  color: #eaf6ff;
  width: 100%;
  max-width: 520px;
  justify-self: end;
  align-self: start;
  box-shadow: 0 22px 56px rgba(0, 12, 29, 0.28);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #eaf6ff;
  font-size: 15px;
  font-weight: 900;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(171, 211, 242, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 12px 14px;
  outline: none;
}

.quote-form input {
  min-height: 50px;
}

.quote-form textarea {
  min-height: 96px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20, 124, 255, 0.16);
}

.quote-form .button {
  width: 100%;
  margin-top: 4px;
  min-height: 56px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5;
}

.form-status.is-success {
  border-color: rgba(86, 224, 162, 0.44);
  background: rgba(31, 94, 64, 0.58);
  color: #d9ffe9;
}

.form-status.is-error {
  border-color: rgba(255, 150, 150, 0.34);
  background: rgba(102, 34, 34, 0.55);
  color: #ffe4e4;
}

.quote-form .button:disabled {
  opacity: 0.76;
  cursor: wait;
}

.map-section {
  padding-top: 0;
}

.map-card {
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 10%, rgba(5, 182, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(10, 29, 47, 0.96), rgba(8, 21, 35, 0.96));
  box-shadow: var(--shadow);
}

.map-button {
  min-height: 52px;
  font-size: 16px;
}

.map-card-full {
  padding: 0;
  overflow: hidden;
}

.map-frame-full {
  position: relative;
  border: 0;
}

.map-button-floating {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  min-width: 240px;
  margin: 0;
}

.map-frame {
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(171, 211, 242, 0.14);
  background: #0c2034;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: saturate(0.8) hue-rotate(185deg) contrast(1.02) brightness(0.9);
}

.site-footer {
  padding: 56px clamp(18px, 4vw, 58px) 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 10% 20%, rgba(20, 124, 255, 0.12), transparent 24%),
    #040c18;
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(180px, 0.7fr) minmax(260px, 0.9fr);
  gap: 42px;
  align-items: start;
  width: var(--container);
  margin: 0 auto;
}

.footer-brand p,
.footer-label {
  color: var(--muted);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo img {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 320px;
  margin: 18px 0 24px;
  font-size: 17px;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #dbe9ff;
}

.footer-socials svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer-nav,
.footer-contacts {
  display: grid;
  gap: 18px;
}

.footer-nav {
  padding-top: 8px;
}

.footer-nav a {
  color: #eaf2ff;
  font-size: 18px;
}

.footer-contacts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  padding-top: 8px;
}

.footer-label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-contacts a,
.footer-contacts strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.footer-line {
  width: var(--container);
  height: 1px;
  margin: 42px auto 0;
  background: rgba(255, 255, 255, 0.08);
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #27d367, #11b458);
  color: #fff;
  box-shadow: 0 18px 42px rgba(17, 180, 88, 0.34);
}

.whatsapp-widget svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.section-heading-left {
  text-align: left;
}

.seo-grid,
.faq-grid {
  display: grid;
  gap: 24px;
}

.seo-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: start;
}

.seo-card,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 28, 48, 0.76);
  box-shadow: var(--shadow);
}

.seo-card {
  padding: 28px;
}

.seo-card p {
  margin: 0;
  color: rgba(234, 246, 255, 0.82);
}

.seo-card p + p {
  margin-top: 16px;
}

.seo-list-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
}

.seo-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(234, 246, 255, 0.88);
}

.seo-list li + li {
  margin-top: 10px;
}

.faq-section {
  padding-top: 0;
}

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

.faq-grid details {
  padding: 22px 24px;
}

.faq-grid summary {
  cursor: pointer;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid details p {
  margin: 14px 0 0;
  color: rgba(234, 246, 255, 0.8);
}

.site-header-static {
  position: sticky;
  top: 0;
}

.service-page {
  background:
    radial-gradient(circle at top, rgba(20, 124, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #071626 0%, #06111e 42%, #040b15 100%);
}

.service-page main {
  display: block;
}

.service-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 14%, rgba(74, 196, 255, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(2, 12, 24, 0.28), rgba(2, 10, 18, 0.88));
  pointer-events: none;
}

.service-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 1));
  pointer-events: none;
}

.service-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
  width: var(--container);
  margin: 0 auto;
  padding: 128px 0 80px;
}

.service-hero-copy {
  max-width: 720px;
}

.service-breadcrumb {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: rgba(234, 246, 255, 0.72);
  font-size: 15px;
}

.service-page h1 {
  margin-top: 18px;
  max-width: none;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 0.98;
  text-wrap: balance;
}

.service-hero-intro {
  max-width: 720px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(234, 246, 255, 0.82);
}

.service-signal-panel {
  justify-self: stretch;
  align-self: start;
  margin-top: 0;
}

.service-detail-grid,
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.detail-card,
.benefit-card,
.related-link,
.related-service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(22, 48, 72, 0.74), rgba(10, 26, 42, 0.92)),
    rgba(8, 28, 48, 0.76);
  box-shadow: var(--shadow);
}

.detail-card {
  padding: 30px;
}

.detail-card strong,
.related-link strong,
.related-service-card strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.detail-card p,
.related-link p {
  margin: 16px 0 0;
  color: rgba(234, 246, 255, 0.8);
}

.service-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.service-bullet-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(234, 246, 255, 0.84);
  line-height: 1.75;
}

.service-bullet-list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4ce0ff, #1bd385);
  box-shadow: 0 0 0 6px rgba(76, 224, 255, 0.08);
}

.service-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-page .section-heading {
  margin-bottom: 24px;
}

.service-page .section-heading h2:empty {
  display: none;
}

.service-page .section-heading p {
  margin-bottom: 0;
}

.benefit-card {
  padding: 28px;
}

.benefit-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.benefit-card p {
  margin: 14px 0 0;
  color: rgba(234, 246, 255, 0.8);
}

.service-brand-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 24px;
  padding: clamp(28px, 4vw, 36px);
}

.service-page .related-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-page .related-services-grid .service-card {
  min-height: 220px;
}

.service-page .related-services-grid .service-card h3 {
  margin-top: 30px;
}

.service-page .service-brand-band {
  margin-top: 8px;
  border-top: 0;
}

.service-page .contact {
  align-items: start;
}

.service-page .quote-form {
  justify-self: stretch;
  max-width: none;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: minmax(120px, 1fr) auto;
  }

  .main-nav,
  .header-call {
    display: none;
  }

  .hero-inner,
  .about-panel,
  .trust-board,
  .contact,
  .map-card,
  .service-hero-inner,
  .service-detail-grid,
  .service-brand-board,
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .signal-panel {
    justify-self: start;
    max-width: 520px;
  }

  .quick-band,
  .service-grid,
  .timeline,
  .service-benefits-grid,
  .related-services-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-band .button {
    grid-column: 1 / -1;
    min-height: 64px;
  }

  .brand-marquee {
    width: 100%;
  }

  .quote-form {
    justify-self: start;
    max-width: 620px;
  }

  .service-signal-panel {
    margin-top: 0;
    max-width: 520px;
  }

  .contact {
    margin-bottom: 72px;
    padding: 34px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 116px;
    height: 44px;
  }

  .brand-mark img {
    max-width: 116px;
    max-height: 44px;
  }

  .lang-switch {
    grid-template-columns: repeat(3, 38px);
  }

  .header-tools {
    gap: 8px;
  }

  .header-home {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-video {
    opacity: 0.48;
  }

  .hero {
    min-height: auto;
    padding-top: 68px;
  }

  .eyebrow {
    font-size: 13px;
  }

  .hero-inner {
    width: var(--container);
    padding: 44px 0 48px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .service-hero-inner {
    padding: 96px 0 54px;
  }

  .service-page h1 {
    max-width: none;
    font-size: 36px;
  }

  .service-hero-intro {
    font-size: 18px;
    line-height: 1.6;
  }

  .quick-band {
    width: var(--container);
    margin-top: 18px;
    padding-top: 18px;
  }

  .quick-band,
  .service-grid,
  .timeline,
  .brand-band,
  .service-benefits-grid,
  .related-services-grid,
  .faq-grid {
    padding-inline: 0;
  }

  .brand-band p {
    width: var(--container);
    padding-inline: 14px;
  }

  .brand-group {
    gap: 26px;
    padding-right: 26px;
  }

  .brand-item {
    min-width: 112px;
    min-height: 64px;
  }

  .brand-item img {
    max-width: 108px;
    max-height: 54px;
  }

  .quick-band .button {
    grid-column: auto;
  }

  .section {
    width: var(--container);
    padding: 66px 0;
  }

  .service-detail-grid,
  .service-benefits-grid,
  .related-services-grid {
    grid-template-columns: 1fr;
  }

  .service-page .related-services-grid {
    grid-template-columns: 1fr;
  }

  .service-page .related-services-grid .service-card {
    min-height: auto;
  }

  .service-page .related-services-grid .service-card h3,
  .service-page .related-services-grid .service-card p {
    word-break: normal;
    overflow-wrap: break-word;
  }

  .detail-card,
  .benefit-card,
  .related-link,
  .related-service-card {
    padding: 22px;
  }

  .contact {
    gap: 22px;
    width: var(--container);
    margin-bottom: 54px;
    padding: 24px;
  }

  .seo-card,
  .faq-grid details {
    padding: 22px;
  }

  .contact-copy h2 {
    font-size: 32px;
  }

  .contact-methods a,
  .contact-methods span {
    align-items: flex-start;
    min-height: 44px;
  }

  .quote-form {
    padding: 20px;
  }

  .map-button-floating {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-width: 0;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
  }

  .site-footer {
    padding-top: 46px;
  }

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

  .whatsapp-widget {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .footer-inner,
  .footer-contacts {
    grid-template-columns: 1fr;
  }
}
