:root {
  --black: #050505;
  --ink: #0c0d0f;
  --panel: #111317;
  --panel-light: #181b20;
  --white: #ffffff;
  --soft: #f1f3f5;
  --muted: #b8bec7;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.2);
  --red: #ff251c;
  --red-deep: #b40808;
  --gold: #d8ad52;
  --gold-dark: #8f6720;
  --steel: #6f7884;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 70% 0%, rgba(255, 37, 28, 0.12), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0d0f12 55%, #050505 100%);
  color: var(--soft);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
}

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

img {
  display: block;
  max-width: 100%;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), #ffffff);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: 100%;
  padding: 18px 5vw;
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, padding 200ms ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  background: rgba(5, 5, 5, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  width: 178px;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.main-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 0;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.main-nav a.is-active {
  color: var(--white);
}

.header-cta,
.header-service-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.header-cta span,
.header-service-link span,
.button span {
  min-width: 0;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.header-cta {
  gap: 8px;
  color: var(--white);
  background: var(--red);
}

.header-service-link {
  gap: 8px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.header-service-link:hover,
.header-service-link:focus-visible {
  border-color: rgba(255, 37, 28, 0.52);
  background: rgba(255, 37, 28, 0.12);
}

.header-cta:hover,
.header-service-link:hover,
.button:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.header-cta svg,
.header-cta img,
.header-service-link svg,
.button svg,
.button img,
.footer-contact svg,
.floating-whatsapp svg,
.method-item svg,
.media-note svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: 88svh;
  padding: 132px 5vw 42px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.72) 44%, rgba(5, 5, 5, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.96) 100%),
    url("assets/service-1.png") center right / cover no-repeat;
  transform: translateY(var(--hero-shift, 0));
  transition: transform 80ms linear;
}

.hero::after {
  position: absolute;
  right: 5vw;
  bottom: 44px;
  width: 310px;
  height: 310px;
  content: "";
  border: 1px solid rgba(255, 37, 28, 0.36);
  border-radius: 50%;
  opacity: 0.55;
  box-shadow: inset 0 0 0 24px rgba(255, 37, 28, 0.04);
}

.hero-content,
.hero-kpis,
.section-grid,
.section-heading,
.service-grid,
.method-list,
.proof-content,
.quote-inner,
.footer-grid,
.footer-bottom {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  min-width: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-inline: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-eyebrow {
  font-size: 21px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--white);
  font-family: "Rajdhani", Arial, sans-serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 64px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: 44px;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

p {
  color: var(--muted);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

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

.button {
  gap: 10px;
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(255, 37, 28, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff3b34;
}

.button-gold {
  color: #120e05;
  background: linear-gradient(135deg, #f4d58b, var(--gold) 58%, #b9872b);
  box-shadow: 0 16px 36px rgba(216, 173, 82, 0.26);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: linear-gradient(135deg, #ffe1a0, #e4bb64 58%, #c89432);
}

.button-gold img {
  filter: invert(1);
}

.button-secondary {
  color: var(--white);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 37, 28, 0.52);
  background: rgba(255, 37, 28, 0.12);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-row li {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.34);
}

.hero-kpis {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-kpis div {
  min-height: 118px;
  padding: 22px;
  background: rgba(8, 8, 8, 0.62);
}

.hero-kpis strong {
  display: block;
  color: var(--white);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 46px;
  line-height: 0.9;
}

.hero-kpis span {
  display: block;
  max-width: 190px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.intel-strip {
  position: relative;
  padding: 22px 5vw;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 37, 28, 0.18), transparent 28%, rgba(255, 37, 28, 0.1)),
    rgba(7, 8, 10, 0.86);
}

.intel-strip::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.28) 18px 19px, transparent 19px 36px),
    linear-gradient(rgba(255, 37, 28, 0.2) 1px, transparent 1px);
  background-size: 36px 100%, 100% 18px;
}

.intel-strip::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 18%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 37, 28, 0.28), transparent);
  animation: scanSweep 6s linear infinite;
}

.intel-track {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.intel-track span {
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.38);
}

.section {
  padding: 96px 5vw;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.copy-block p {
  max-width: 640px;
  font-size: 17px;
}

.media-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.32) 42%, rgba(5, 5, 5, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.28), transparent 58%);
}

.media-frame img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.media-frame[data-parallax] img {
  transform: translateY(var(--parallax-shift, 0));
  transition: transform 80ms linear;
}

.media-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  max-width: calc(100% - 36px);
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(10px);
}

.services-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.technical-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 37, 28, 0.035)),
    #08090b;
}

.technical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 1060px);
  margin-inline: auto;
}

.technical-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, rgba(18, 21, 27, 0.95), rgba(8, 9, 11, 0.94));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.technical-card::after {
  position: absolute;
  right: 18px;
  bottom: -64px;
  width: 170px;
  height: 170px;
  content: "";
  border: 1px solid rgba(255, 37, 28, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255, 37, 28, 0.035);
}

.technical-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  color: var(--gold);
}

.technical-card h3 {
  font-size: 26px;
}

.technical-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.conjugal-section {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 173, 82, 0.14), transparent 22rem),
    radial-gradient(circle at 8% 72%, rgba(255, 37, 28, 0.13), transparent 24rem),
    #070809;
}

.conjugal-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.conjugal-copy,
.operation-panel,
.content-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 21, 27, 0.94), rgba(8, 9, 11, 0.92));
  box-shadow: var(--shadow);
}

.conjugal-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px;
  text-align: center;
}

.conjugal-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-inline: auto;
}

.conjugal-copy .button {
  margin-top: 8px;
  margin-inline: auto;
}

.peace-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 430px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.92)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.12)),
    url("assets/service-2.png") center / cover no-repeat;
}

.peace-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 37, 28, 0.32), transparent 36%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 58%);
}

.peace-panel > * {
  position: relative;
  z-index: 1;
}

.peace-panel svg {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--gold);
}

.peace-panel h3 {
  font-size: 32px;
}

.peace-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1060px);
  margin: 34px auto 0;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 286px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(17, 19, 24, 0.96), rgba(8, 9, 11, 0.94)),
    rgba(255, 255, 255, 0.03);
  transition: transform 200ms ease, border-color 200ms ease;
}

.package-card::after {
  position: absolute;
  right: -34px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid rgba(216, 173, 82, 0.24);
  border-radius: 50%;
}

.package-card:hover,
.package-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(216, 173, 82, 0.42);
}

.package-card svg {
  width: 36px;
  height: 36px;
  margin-bottom: 26px;
  color: var(--red);
}

.package-card span,
.content-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.package-card h3 {
  font-size: 25px;
}

.package-card p,
.content-card p {
  margin-bottom: 0;
  color: rgba(232, 235, 239, 0.82);
  font-size: 15px;
}

.operation-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: stretch;
  width: min(100%, 1060px);
  margin: 34px auto 0;
  padding: 36px;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(255, 37, 28, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(17, 20, 26, 0.96), rgba(7, 8, 10, 0.94));
}

.operation-panel > div:first-child {
  max-width: 790px;
  margin-inline: auto;
}

.operation-panel p:not(.eyebrow) {
  margin-bottom: 0;
  margin-inline: auto;
}

.operation-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.operation-steps article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 24px;
  text-align: center;
  background: rgba(8, 9, 11, 0.9);
}

.operation-steps svg {
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  color: var(--gold);
}

.operation-steps h3 {
  font-size: 22px;
}

.operation-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.situations-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 37, 28, 0.12), transparent 22rem),
    rgba(255, 255, 255, 0.02);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.signal-card {
  position: relative;
  min-height: 214px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(19, 21, 26, 0.94), rgba(8, 9, 11, 0.92));
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.signal-card::before,
.service-card::before,
.assurance-list article::before,
.faq-list details::before {
  position: absolute;
  top: 0;
  left: -65%;
  width: 52%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 37, 28, 0.16), transparent);
  transform: skewX(-16deg);
  transition: left 460ms ease;
}

.signal-card:hover,
.signal-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 37, 28, 0.42);
  background: linear-gradient(180deg, rgba(24, 27, 33, 0.96), rgba(10, 11, 14, 0.94));
}

.signal-card:hover::before,
.service-card:hover::before,
.assurance-list article:hover::before,
.faq-list details:hover::before {
  left: 110%;
}

.radar-mark {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 2px solid rgba(255, 37, 28, 0.85);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255, 37, 28, 0.06), 0 0 24px rgba(255, 37, 28, 0.12);
}

.radar-mark::before,
.radar-mark::after {
  position: absolute;
  content: "";
  background: var(--red);
}

.radar-mark::before {
  top: 50%;
  left: 5px;
  width: calc(100% - 10px);
  height: 2px;
  transform: translateY(-50%);
}

.radar-mark::after {
  top: 5px;
  left: 50%;
  width: 2px;
  height: calc(100% - 10px);
  transform: translateX(-50%);
}

.signal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 2px solid rgba(255, 37, 28, 0.85);
  border-radius: 50%;
  color: var(--red);
  box-shadow: inset 0 0 0 8px rgba(255, 37, 28, 0.06), 0 0 24px rgba(255, 37, 28, 0.12);
}

.signal-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.signal-card h3 {
  font-size: 25px;
}

.signal-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-inline: auto;
  font-size: 17px;
}

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

.service-card {
  position: relative;
  display: grid;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(17, 19, 23, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 37, 28, 0.46);
  background: rgba(23, 26, 31, 0.96);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 260ms ease, filter 260ms ease;
}

.service-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.08);
}

.service-card div {
  padding: 22px;
}

.service-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.service-card h3 {
  font-size: 24px;
}

.service-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.service-card-featured {
  border-color: rgba(255, 37, 28, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 37, 28, 0.08), rgba(17, 19, 23, 0.94)),
    rgba(17, 19, 23, 0.9);
}

.social-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 37, 28, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    #070809;
}

.social-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 1.02fr);
  gap: 54px;
  align-items: center;
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(21, 24, 30, 0.94), rgba(7, 8, 10, 0.96)),
    var(--panel);
  box-shadow: var(--shadow);
}

.social-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.16;
  background:
    linear-gradient(90deg, transparent 0 44px, rgba(255, 255, 255, 0.2) 44px 45px, transparent 45px 90px),
    linear-gradient(rgba(255, 37, 28, 0.22) 1px, transparent 1px);
  background-size: 90px 100%, 100% 24px;
}

.social-copy,
.social-steps {
  position: relative;
  z-index: 1;
}

.social-copy p:not(.eyebrow) {
  max-width: 670px;
  font-size: 17px;
}

.social-copy .button {
  margin-top: 10px;
}

.social-steps {
  display: grid;
  gap: 12px;
}

.social-steps article {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.social-steps article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--red);
}

.social-steps span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.social-steps h3 {
  font-size: 25px;
}

.social-steps p {
  margin-bottom: 0;
  font-size: 15px;
}

.evidence-section {
  background:
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.03)),
    #070809;
}

.evidence-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.evidence-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.evidence-tags span {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
}

.evidence-board {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 14px;
}

.evidence-photo {
  position: relative;
  min-height: 210px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--panel);
}

.evidence-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.14) 0%, rgba(5, 5, 5, 0.2) 42%, rgba(5, 5, 5, 0.72)),
    radial-gradient(circle at 20% 18%, rgba(255, 37, 28, 0.24), transparent 16rem);
}

.evidence-photo-large {
  grid-row: span 2;
}

.evidence-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.95);
}

.method-section {
  padding-top: 104px;
}

.method-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.method-item {
  min-height: 250px;
  padding: 30px;
  background: rgba(9, 10, 12, 0.84);
}

.method-item svg {
  width: 30px;
  height: 30px;
  margin-bottom: 26px;
  color: var(--red);
}

.method-item h3 {
  font-size: 24px;
}

.method-item p {
  margin-bottom: 0;
  font-size: 15px;
}

.assurance-section {
  position: relative;
  background:
    radial-gradient(circle at 80% 40%, rgba(255, 37, 28, 0.12), transparent 20rem),
    rgba(255, 255, 255, 0.02);
}

.assurance-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 52px;
  align-items: center;
  width: min(100%, var(--max-width));
  min-width: 0;
  margin-inline: auto;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(19, 21, 26, 0.96), rgba(6, 7, 9, 0.96)),
    var(--panel);
  box-shadow: var(--shadow);
}

.assurance-watermark {
  position: absolute;
  right: 24px;
  bottom: -140px;
  width: clamp(220px, 28vw, 330px);
  height: clamp(220px, 28vw, 330px);
  border: 1px solid rgba(255, 37, 28, 0.28);
  border-radius: 50%;
  opacity: 0.42;
  box-shadow: inset 0 0 0 32px rgba(255, 37, 28, 0.04);
}

.assurance-watermark::before,
.assurance-watermark::after {
  position: absolute;
  content: "";
  background: rgba(255, 37, 28, 0.38);
}

.assurance-watermark::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.assurance-watermark::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.assurance-copy,
.assurance-list {
  position: relative;
  z-index: 1;
}

.assurance-copy p:not(.eyebrow) {
  font-size: 17px;
}

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

.assurance-list article {
  position: relative;
  min-height: 124px;
  padding: 22px 22px 22px 74px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.assurance-list svg {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 28px;
  height: 28px;
  color: var(--red);
}

.assurance-list h3 {
  font-size: 24px;
}

.assurance-list p {
  margin-bottom: 0;
  font-size: 15px;
}

.proof-band {
  position: relative;
  min-height: 520px;
  padding: 96px 5vw;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.94)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.48)),
    url("assets/service-3.png") center / cover no-repeat;
}

.proof-band::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background: var(--red);
}

.proof-content {
  position: relative;
  max-width: 690px;
  margin-inline: 0 auto;
}

.proof-content p:not(.eyebrow) {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.legal-main {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 37, 28, 0.12), transparent 25rem),
    #050505;
}

.legal-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 64svh;
  padding: 142px 5vw 84px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.64)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.92)),
    url("assets/service-4.png") center right / cover no-repeat;
}

.legal-hero::after {
  position: absolute;
  right: 8vw;
  bottom: 70px;
  width: 300px;
  height: 300px;
  content: "";
  border: 1px solid rgba(255, 37, 28, 0.28);
  border-radius: 50%;
  opacity: 0.58;
  box-shadow: inset 0 0 0 22px rgba(255, 37, 28, 0.035);
}

.legal-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.legal-hero-content h1 {
  max-width: 760px;
  font-size: 58px;
}

.legal-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.legal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.legal-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
}

.legal-content-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 37, 28, 0.035)),
    #08090b;
}

.legal-intro-card,
.legal-card,
.legal-note {
  width: min(100%, 980px);
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 21, 27, 0.96), rgba(8, 9, 11, 0.94));
  box-shadow: var(--shadow);
}

.legal-intro-card {
  padding: 34px;
}

.legal-intro-card p {
  max-width: 860px;
  margin-inline: auto;
  font-size: 18px;
  text-align: center;
}

.legal-intro-card p:last-child {
  margin-bottom: 0;
}

.legal-timeline {
  display: grid;
  gap: 18px;
  width: min(100%, 980px);
  margin: 26px auto 0;
}

.legal-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 28px;
  padding: 34px;
  overflow: hidden;
}

.legal-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, var(--red), var(--gold));
}

.legal-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 37, 28, 0.52);
  border-radius: 50%;
  color: var(--red);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  background: rgba(255, 37, 28, 0.07);
}

.legal-card h2 {
  max-width: 700px;
  font-size: 34px;
}

.legal-card p {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: 17px;
}

.legal-list {
  display: grid;
  gap: 10px;
  max-width: 820px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 16px;
}

.legal-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--red);
}

.legal-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 37, 28, 0.35);
  border-radius: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 37, 28, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.legal-link:hover,
.legal-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 37, 28, 0.62);
  background: rgba(255, 37, 28, 0.16);
}

.legal-link svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--red);
}

.legal-link span {
  min-width: 0;
}

.legal-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 26px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.045);
}

.legal-note svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--gold);
}

.legal-note p {
  margin-bottom: 0;
  font-size: 15px;
}

.authority-section {
  padding: 88px 5vw;
  background:
    radial-gradient(circle at 84% 20%, rgba(216, 173, 82, 0.13), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    #08090b;
}

.authority-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  width: min(100%, 980px);
  margin-inline: auto;
}

.authority-copy {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.authority-copy p:not(.eyebrow) {
  margin-inline: auto;
  font-size: 17px;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 900px);
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
}

.authority-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 176px;
  padding: 26px;
  text-align: center;
  background: rgba(11, 12, 15, 0.92);
}

.authority-grid strong {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 46px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.authority-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.content-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(216, 173, 82, 0.04)),
    #08090b;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1060px);
  margin-inline: auto;
}

.content-card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  overflow: hidden;
  text-align: center;
}

.content-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.content-card::after {
  position: absolute;
  right: -42px;
  top: -42px;
  width: 148px;
  height: 148px;
  content: "";
  border: 1px solid rgba(255, 37, 28, 0.18);
  border-radius: 50%;
}

.content-card h3 {
  max-width: 540px;
  margin-inline: auto;
  font-size: 28px;
}

.content-card p {
  max-width: 560px;
  margin-inline: auto;
}

.payments-section {
  background: rgba(255, 255, 255, 0.03);
}

.payment-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 37, 28, 0.06)),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.payment-visual img {
  width: min(100%, 760px);
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.34));
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    #070809;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(100%, 920px);
  margin-inline: auto;
}

.faq-list details {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(17, 19, 23, 0.86);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 18px 58px 18px 22px;
  color: var(--white);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 22px;
  width: 24px;
  height: 24px;
  content: "+";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 22px 22px;
  margin-bottom: 0;
  font-size: 16px;
}

.quote-section {
  padding: 72px 5vw;
  background: var(--red-deep);
}

.quote-inner {
  text-align: center;
}

.quote-inner p {
  max-width: 860px;
  margin: 0 auto 16px;
  color: var(--white);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

.quote-inner span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
}

.final-cta-section {
  padding: 86px 5vw;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.84)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.46)),
    url("assets/service-2.png") center / cover no-repeat;
}

.final-cta-inner {
  position: relative;
  width: min(100%, 900px);
  margin-inline: auto;
  text-align: center;
}

.final-contact-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  border: 2px solid rgba(255, 37, 28, 0.85);
  border-radius: 50%;
  color: var(--red);
  background: rgba(255, 37, 28, 0.06);
  box-shadow: inset 0 0 0 8px rgba(255, 37, 28, 0.04), 0 0 24px rgba(255, 37, 28, 0.12);
}

.final-contact-mark svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.final-cta-inner h2 {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 26px;
}

.final-cta-inner .button {
  min-width: min(100%, 330px);
}

.site-footer {
  padding: 72px 5vw 28px;
  background: #050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 54px;
  align-items: start;
}

.footer-brand img {
  width: min(100%, 360px);
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 460px;
}

.footer-contact {
  display: grid;
  gap: 12px;
  font-style: normal;
}

.footer-contact strong {
  margin-bottom: 8px;
  color: var(--white);
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.footer-contact a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  transition: color 180ms ease;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
}

.footer-contact svg {
  color: var(--red);
}

.footer-bottom {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 28px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--white);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--white);
  background: #1ab85d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp img {
  width: 27px;
  height: 27px;
}

.floating-whatsapp:hover {
  box-shadow: 0 20px 50px rgba(26, 184, 93, 0.28);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scanSweep {
  to {
    left: 120%;
  }
}

@media (max-width: 1080px) {
  .main-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 18px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .section-grid,
  .footer-grid,
  .social-panel,
  .conjugal-shell,
  .operation-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .method-list,
  .signal-grid,
  .technical-grid,
  .package-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-grid,
  .assurance-panel,
  .authority-inner {
    grid-template-columns: 1fr;
  }

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

  .operation-steps {
    grid-template-columns: 1fr;
  }

  .legal-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    width: 136px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }

  .header-service-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }

  .header-cta span,
  .header-service-link span {
    display: none;
  }

  .hero {
    min-height: 86svh;
    padding: 106px 16px 28px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0.9) 52%, #050505 100%),
      url("assets/service-1.png") center / cover no-repeat;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: 38px;
  }

  .legal-hero {
    min-height: 56svh;
    padding: 112px 16px 64px;
  }

  .legal-hero::after {
    display: none;
  }

  .legal-hero-content h1 {
    font-size: 38px;
  }

  .legal-hero-content p:not(.eyebrow) {
    font-size: 17px;
  }

  .legal-badges span {
    width: 100%;
    justify-content: center;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  .hero-lead,
  .proof-content p:not(.eyebrow) {
    font-size: 17px;
  }

  .eyebrow {
    font-size: 17px;
  }

  .hero-eyebrow {
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .trust-row li {
    width: 100%;
  }

  .hero-kpis,
  .service-grid,
  .method-list,
  .signal-grid,
  .technical-grid,
  .package-grid,
  .operation-steps,
  .authority-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-kpis {
    margin-top: 34px;
  }

  .hero-kpis div,
  .method-item {
    min-height: auto;
  }

  .section,
  .proof-band {
    padding: 72px 16px;
  }

  .authority-section,
  .final-cta-section {
    padding: 72px 16px;
  }

  .intel-strip {
    padding: 18px 16px;
  }

  .intel-track {
    justify-content: flex-start;
  }

  .intel-track span {
    font-size: 16px;
  }

  .section-grid {
    gap: 36px;
  }

  .media-frame img {
    min-height: 320px;
  }

  .payment-visual {
    min-height: 142px;
    padding: 22px;
  }

  .signal-card {
    min-height: auto;
    padding: 24px;
  }

  .technical-card {
    min-height: auto;
    padding: 24px;
  }

  .conjugal-copy,
  .operation-panel,
  .content-card,
  .legal-intro-card,
  .legal-card {
    padding: 24px;
  }

  .legal-card::before {
    width: 100%;
    height: 5px;
  }

  .legal-number {
    width: 52px;
    height: 52px;
  }

  .legal-card h2 {
    font-size: 28px;
  }

  .legal-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .legal-note {
    display: grid;
    padding: 22px;
    text-align: center;
  }

  .legal-note svg {
    margin-inline: auto;
  }

  .peace-panel {
    min-height: 340px;
    padding: 24px;
  }

  .package-card,
  .operation-steps article {
    min-height: auto;
    padding: 24px;
  }

  .peace-panel h3,
  .content-card h3 {
    font-size: 26px;
  }

  .authority-grid article {
    min-height: auto;
    padding: 24px;
  }

  .social-panel {
    padding: 28px 20px;
  }

  .evidence-board {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .evidence-photo,
  .evidence-photo img {
    min-height: 240px;
  }

  .evidence-photo-large {
    grid-row: auto;
  }

  .assurance-panel {
    padding: 28px 20px;
  }

  .assurance-list article {
    padding: 74px 20px 22px;
  }

  .assurance-list svg {
    top: 22px;
    left: 20px;
  }

  .faq-list summary {
    min-height: 62px;
    padding: 16px 52px 16px 18px;
    font-size: 22px;
  }

  .faq-list details p {
    padding: 0 18px 20px;
  }

  .media-note {
    right: 12px;
    bottom: 12px;
    font-size: 12px;
  }

  .quote-inner p {
    font-size: 28px;
  }

  .quote-inner span {
    font-size: 18px;
  }

  .site-footer {
    padding: 56px 16px 24px;
  }

  .footer-bottom {
    display: grid;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
