:root {
  --bg-cream: #f8f4ec;
  --surface: #fffdf8;
  --surface-soft: #f1ecff;
  --ink: #0b1020;
  --muted: #5b6170;
  --line: rgba(11, 16, 32, 0.1);
  --blue: #00a8ff;
  --blue-strong: #005cff;
  --violet: #a855f7;
  --indigo: #312e81;
  --green: #21a67a;
  --gradient: linear-gradient(135deg, var(--blue) 0%, var(--violet) 54%, var(--indigo) 100%);
  --premium-line: linear-gradient(90deg, var(--blue), var(--violet), var(--indigo), var(--blue));
  --premium-card-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 86% 10%, rgba(168, 85, 247, 0.13), transparent 11rem),
    radial-gradient(circle at 8% 96%, rgba(0, 168, 255, 0.09), transparent 10rem);
  --premium-card-shadow: 0 24px 64px rgba(49, 46, 129, 0.11), 0 10px 28px rgba(0, 168, 255, 0.06);
  --premium-card-shadow-hover: 0 32px 82px rgba(49, 46, 129, 0.15), 0 15px 38px rgba(0, 168, 255, 0.11);
  --shadow: 0 18px 55px rgba(49, 46, 129, 0.11);
  --shadow-soft: 0 10px 30px rgba(11, 16, 32, 0.06);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 92px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 168, 255, 0.07), transparent 30rem),
    radial-gradient(circle at 90% 12%, rgba(168, 85, 247, 0.08), transparent 28rem),
    radial-gradient(circle at 52% 46%, rgba(232, 121, 249, 0.045), transparent 34rem),
    var(--bg-cream);
  background-size: 140% 140%, 150% 150%, 135% 135%, 100% 100%;
  animation: ambientMesh 28s ease-in-out infinite alternate;
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(49, 46, 129, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 46, 129, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.82), transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 720' fill='none'%3E%3Cpath d='M-80 270C130 154 314 178 512 258C725 344 905 356 1134 224C1252 156 1352 116 1520 132' stroke='%23A855F7' stroke-opacity='.09'/%3E%3Cpath d='M-80 420C160 292 350 318 560 410C776 505 988 500 1210 366C1324 298 1408 262 1520 250' stroke='%2300A8FF' stroke-opacity='.075'/%3E%3Cpath d='M-80 560C172 438 384 462 610 552C840 644 1016 620 1248 486C1362 420 1442 385 1520 368' stroke='%23E879F9' stroke-opacity='.065'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 100% auto;
  animation: waveDrift 34s ease-in-out infinite alternate;
}

main {
  position: relative;
  isolation: isolate;
}

main::before,
main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

main::before {
  background:
    radial-gradient(circle at 88% 7%, rgba(0, 168, 255, 0.075), transparent 22rem),
    radial-gradient(circle at 8% 25%, rgba(168, 85, 247, 0.07), transparent 22rem),
    radial-gradient(circle at 88% 54%, rgba(232, 121, 249, 0.052), transparent 24rem),
    radial-gradient(circle at 12% 78%, rgba(0, 168, 255, 0.055), transparent 22rem);
  filter: blur(2px);
  animation: softGlowShift 24s ease-in-out infinite alternate;
}

main::after {
  opacity: 0.44;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900' fill='none'%3E%3Cpath d='M-90 130C130 28 314 58 520 134C754 220 942 206 1166 96C1298 32 1394 12 1530 42' stroke='%23A855F7' stroke-opacity='.075'/%3E%3Cpath d='M-90 362C158 236 364 258 588 350C812 442 1018 430 1254 296C1368 232 1444 202 1530 190' stroke='%2300A8FF' stroke-opacity='.06'/%3E%3Cpath d='M-90 708C162 588 392 610 626 704C864 800 1064 774 1298 640C1408 576 1478 548 1530 532' stroke='%23E879F9' stroke-opacity='.055'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 100% auto;
  animation: waveDrift 42s ease-in-out infinite alternate;
}

h1,
h2,
h3 {
  font-family: "Manrope", "Outfit", sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

*:focus-visible {
  outline: 3px solid rgba(0, 168, 255, 0.55);
  outline-offset: 4px;
}

.skip-to-content {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  color: white;
  background: var(--ink);
  text-decoration: none;
}

.skip-to-content:focus {
  top: 16px;
}

.main-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  border-bottom: 1px solid rgba(11, 16, 32, 0.06);
  background:
    radial-gradient(circle at 5% 0%, rgba(221, 87, 246, 0.2), transparent 18rem),
    radial-gradient(circle at 92% 100%, rgba(0, 168, 255, 0.18), transparent 20rem),
    linear-gradient(105deg, #fff7e8 0%, #fffdf5 45%, #f9f1ff 100%);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  overflow: hidden;
  transition: min-height 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.main-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.62;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 180' fill='none'%3E%3Cpath d='M-40 155C105 88 218 120 332 154C478 198 603 190 745 120C822 82 875 52 945 38' stroke='%23A855F7' stroke-opacity='.16'/%3E%3Cpath d='M-40 174C112 102 232 133 349 166C493 207 610 198 758 128C835 91 885 65 945 54' stroke='%2300A8FF' stroke-opacity='.11'/%3E%3Cpath d='M-40 136C99 78 214 102 330 137C468 179 590 174 724 106C810 62 875 30 945 18' stroke='%23E879F9' stroke-opacity='.12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.main-header.scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 8% 0%, rgba(221, 87, 246, 0.15), transparent 15rem),
    radial-gradient(circle at 94% 100%, rgba(0, 168, 255, 0.14), transparent 17rem),
    rgba(255, 250, 241, 0.78);
  box-shadow: 0 14px 42px rgba(11, 16, 32, 0.08);
}

.header-container,
.section-container,
.footer-container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.header-container {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: min-height 0.28s ease;
}

.main-header.scrolled .header-container {
  min-height: 86px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
}

.brand-logo {
  width: clamp(210px, 19vw, 250px);
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(49, 46, 129, 0.12));
  transition: width 0.28s ease, filter 0.28s ease;
}

.main-header.scrolled .brand-logo {
  width: clamp(188px, 17vw, 218px);
  filter: drop-shadow(0 12px 22px rgba(49, 46, 129, 0.1));
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
  background: rgba(168, 85, 247, 0.08);
  color: var(--indigo);
}

.nav-btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.nav-btn-primary,
.btn-primary {
  color: white;
  background: var(--gradient);
  box-shadow: 0 14px 30px rgba(0, 92, 255, 0.18);
}

.mobile-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.mobile-nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 99px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

section {
  padding: 96px 0;
}

.hero-section {
  position: relative;
  min-height: auto;
  padding: 168px 0 86px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 12% -12% auto 42%;
  height: 520px;
  pointer-events: none;
  background:
    radial-gradient(circle at 40% 50%, rgba(168, 85, 247, 0.16), transparent 55%),
    radial-gradient(circle at 70% 45%, rgba(0, 168, 255, 0.14), transparent 52%);
  filter: blur(10px);
  animation: softGlowShift 18s ease-in-out infinite alternate;
}

.hero-content-wrapper {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.hero-copy {
  text-align: left;
}

.eyebrow,
.section-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--indigo);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow {
  padding: 8px 13px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.hero-headline {
  max-width: 640px;
  font-size: clamp(2.45rem, 4.35vw, 4.15rem);
  font-weight: 800;
}

.hero-subheadline {
  max-width: 610px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.3rem);
}

.hero-cta-group {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.btn-primary,
.btn-secondary {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-md);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.btn-primary::before,
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.btn-primary:hover::before,
.btn-secondary:hover::before {
  transform: translateX(120%);
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: var(--premium-card-shadow);
}

.btn-primary {
  background-size: 160% 160%;
  animation: buttonGradientDrift 8s ease-in-out infinite alternate;
}

.hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(860px, 100%);
  margin: -8px auto 0;
  text-align: center;
}

.hero-proof span {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  background: var(--premium-card-bg);
  color: var(--muted);
  font-weight: 700;
  box-shadow: var(--premium-card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hero-proof span::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--premium-line);
  background-size: 220% 100%;
  opacity: 0.78;
  transition: background-position 0.35s ease;
}

.hero-proof span:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.22);
  box-shadow: var(--premium-card-shadow-hover);
}

.hero-proof span:hover::before {
  background-position: 100% 0;
}

.hero-proof strong {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
}

.hero-image-card {
  position: relative;
  margin: 0;
  border-radius: 34px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.38)),
    linear-gradient(135deg, rgba(0, 168, 255, 0.24), rgba(168, 85, 247, 0.24));
  box-shadow:
    0 34px 90px rgba(49, 46, 129, 0.2),
    0 14px 38px rgba(0, 168, 255, 0.1);
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: -1;
  border-radius: 44px;
  background:
    radial-gradient(circle at 35% 65%, rgba(0, 168, 255, 0.24), transparent 48%),
    radial-gradient(circle at 78% 25%, rgba(168, 85, 247, 0.25), transparent 42%),
    linear-gradient(135deg, rgba(0, 168, 255, 0.12), rgba(168, 85, 247, 0.12));
  filter: blur(20px);
}

.hero-image-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  max-height: 650px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.section-header {
  max-width: 730px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
}

.section-description {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
}

.trust-section,
.testimonials-section {
  background: transparent;
}

.trust-section,
.services-section,
.sectors-section,
.contact-section {
  position: relative;
  overflow: hidden;
}

.services-section {
  background: transparent;
}

.trust-section::before,
.services-section::before,
.sectors-section::before,
.contact-section::before {
  display: none;
}

.trust-grid,
.services-grid,
.sector-grid,
.method-grid {
  display: grid;
  gap: 16px;
}

.trust-grid {
  position: relative;
  isolation: isolate;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.services-grid,
.sector-grid {
  grid-template-columns: repeat(3, 1fr);
}

.services-grid {
  gap: 24px;
}

.sector-grid {
  gap: 24px;
}

.method-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.sector-card,
.method-step,
.premium-form {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
}

.trust-card,
.service-card,
.sector-card,
.method-step {
  padding: 24px;
}

.service-card:hover,
.sector-card:hover,
.method-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.trust-card {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-lg);
  background: var(--premium-card-bg);
  box-shadow: var(--premium-card-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--premium-line);
  background-size: 220% 100%;
  transition: background-position 0.45s ease;
}

.trust-card::after {
  content: "";
  position: absolute;
  inset: auto -24% -46% 18%;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.18), rgba(0, 168, 255, 0.1), transparent 68%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.trust-card:hover {
  transform: translateY(-7px);
  border-color: rgba(168, 85, 247, 0.24);
  box-shadow: var(--premium-card-shadow-hover);
}

.trust-card:hover::before {
  background-position: 100% 0;
}

.trust-card:hover::after {
  opacity: 1;
  transform: translateY(-16px);
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  width: 46px;
  height: 36px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: white;
  background: var(--gradient);
  box-shadow: 0 12px 30px rgba(0, 34, 255, 0.16), 0 0 24px rgba(168, 85, 247, 0.22);
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.trust-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 0;
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 18px;
  color: var(--indigo);
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.16), rgba(168, 85, 247, 0.16)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(49, 46, 129, 0.1);
  transition: transform 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.trust-card:hover .trust-icon {
  transform: translateY(-3px) scale(1.04);
  color: var(--blue-strong);
  box-shadow: 0 18px 40px rgba(0, 168, 255, 0.14);
}

.trust-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-icon,
.method-number,
.sector-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: var(--radius-sm);
  color: var(--indigo);
  background: rgba(168, 85, 247, 0.11);
  font-weight: 900;
  font-size: 0.84rem;
}

.trust-card h3,
.service-card h3,
.sector-card h3,
.method-step h3 {
  font-size: 1.16rem;
  margin-bottom: 10px;
}

.trust-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.28rem;
  margin-bottom: 12px;
}

.trust-card p,
.service-card p,
.sector-card p,
.method-step p {
  color: var(--muted);
}

.trust-card p {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.65;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 88% 12%, rgba(0, 168, 255, 0.1), transparent 10rem);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--indigo), var(--blue));
  background-size: 220% 100%;
  transition: background-position 0.45s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 20%;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.14), rgba(0, 168, 255, 0.08), transparent 68%);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 168, 255, 0.22);
  box-shadow: 0 30px 78px rgba(49, 46, 129, 0.14), 0 14px 34px rgba(0, 168, 255, 0.1);
}

.service-card:hover::before {
  background-position: 100% 0;
}

.service-card:hover::after {
  opacity: 1;
  transform: translateY(-16px);
}

.service-card-featured {
  min-height: 372px;
  transform: translateY(-10px);
  border-color: rgba(168, 85, 247, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 78% 12%, rgba(168, 85, 247, 0.16), transparent 12rem),
    radial-gradient(circle at 12% 88%, rgba(0, 168, 255, 0.12), transparent 11rem);
  box-shadow: 0 30px 82px rgba(49, 46, 129, 0.15), 0 18px 42px rgba(168, 85, 247, 0.1);
}

.service-card-featured:hover {
  transform: translateY(-15px);
}

.service-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 7px 11px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 999px;
  color: var(--indigo);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(246, 239, 255, 0.74)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(49, 46, 129, 0.08), 0 0 24px rgba(168, 85, 247, 0.12);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card-demand {
  border-color: rgba(0, 168, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 78% 12%, rgba(0, 168, 255, 0.12), transparent 11rem),
    radial-gradient(circle at 12% 88%, rgba(168, 85, 247, 0.11), transparent 10rem);
}

.service-card-demand .service-badge {
  border-color: rgba(0, 168, 255, 0.22);
  color: #15206a;
  box-shadow: 0 12px 30px rgba(0, 168, 255, 0.1), 0 0 26px rgba(168, 85, 247, 0.14);
}

.service-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  border-radius: 22px;
  color: #1f248a;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, rgba(0, 168, 255, 0.16), rgba(168, 85, 247, 0.13) 58%, rgba(0, 34, 255, 0.1)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 38px rgba(49, 46, 129, 0.11),
    0 0 34px rgba(0, 168, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.32s ease, color 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

.service-icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 168, 255, 0.24), rgba(168, 85, 247, 0.22), rgba(0, 34, 255, 0.16));
  opacity: 0;
  filter: blur(14px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  z-index: -1;
}

.service-card:hover .service-icon {
  transform: translateY(-5px) scale(1.035);
  color: var(--blue-strong);
  border-color: rgba(0, 168, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 22px 46px rgba(49, 46, 129, 0.14),
    0 0 42px rgba(168, 85, 247, 0.14);
}

.service-card:hover .service-icon::before {
  opacity: 1;
  transform: scale(1.05);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.62;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.32s ease, stroke-width 0.32s ease;
}

.service-card:hover .service-icon svg {
  transform: translateY(-1px);
  stroke-width: 1.78;
}

.service-card h3,
.service-card p,
.service-card ul {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  font-size: 1.28rem;
  margin-bottom: 12px;
}

.service-card p {
  max-width: 28ch;
  font-size: 1rem;
  line-height: 1.55;
}

.service-card ul {
  display: grid;
  gap: 9px;
  padding: 20px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid rgba(11, 16, 32, 0.07);
  list-style: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.92rem;
}

.service-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--blue-strong);
}

.sectors-section {
  background: transparent;
}

.sector-card {
  position: relative;
  min-height: 292px;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 88% 8%, rgba(0, 168, 255, 0.11), transparent 10rem);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.sector-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(0, 168, 255, 0.8), rgba(168, 85, 247, 0.9), rgba(0, 34, 255, 0.76), rgba(0, 168, 255, 0.8));
  background-size: 220% 100%;
  transition: background-position 0.45s ease;
}

.sector-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -42% 24%;
  height: 172px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.18), rgba(0, 168, 255, 0.09), transparent 68%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.sector-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 168, 255, 0.22);
  box-shadow: 0 30px 78px rgba(49, 46, 129, 0.14), 0 14px 34px rgba(0, 168, 255, 0.1);
}

.sector-card:hover::before {
  background-position: 100% 0;
}

.sector-card:hover::after {
  opacity: 1;
  transform: translateY(-16px);
}

.sector-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.sector-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 18px;
  color: var(--indigo);
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.16), rgba(168, 85, 247, 0.16)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 32px rgba(49, 46, 129, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.sector-card:hover .sector-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 40px rgba(0, 168, 255, 0.14);
}

.sector-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sector-badge {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0 12px;
  color: #00537f;
  background: rgba(0, 168, 255, 0.12);
}

.sector-feature {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 999px;
  color: var(--indigo);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  font-weight: 900;
  white-space: nowrap;
}

.sector-card h3,
.sector-card p {
  position: relative;
  z-index: 1;
}

.sector-card h3 {
  margin-top: 18px;
  font-size: 1.24rem;
}

.sector-card p {
  max-width: 29rem;
  line-height: 1.62;
}

.sector-card-highlight {
  min-height: 320px;
  border-color: rgba(168, 85, 247, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 88% 10%, rgba(168, 85, 247, 0.2), transparent 12rem),
    radial-gradient(circle at 8% 92%, rgba(0, 168, 255, 0.12), transparent 11rem);
  box-shadow: 0 28px 70px rgba(49, 46, 129, 0.12), 0 0 0 1px rgba(168, 85, 247, 0.07);
}

.sector-card-highlight::after {
  opacity: 0.72;
}

.method-section {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.method-flow {
  position: relative;
  gap: 24px;
}

.method-flow::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 7%;
  right: 7%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 168, 255, 0), rgba(0, 168, 255, 0.7), rgba(168, 85, 247, 0.9), rgba(0, 34, 255, 0.55), rgba(0, 168, 255, 0));
  background-size: 220% 100%;
  box-shadow: 0 0 22px rgba(0, 168, 255, 0.18);
  animation: methodLineFlow 5s ease-in-out infinite alternate;
}

.method-step {
  position: relative;
  z-index: 1;
  min-height: 286px;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.56)),
    radial-gradient(circle at 82% 12%, rgba(168, 85, 247, 0.12), transparent 10rem);
  backdrop-filter: blur(16px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.method-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--indigo), var(--blue));
  background-size: 220% 100%;
  opacity: 0.88;
  transition: background-position 0.45s ease;
}

.method-step::after {
  content: "";
  position: absolute;
  inset: auto -28% -46% 18%;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.18), rgba(0, 168, 255, 0.1), transparent 68%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.method-step:hover {
  transform: translateY(-7px);
  border-color: rgba(168, 85, 247, 0.24);
  box-shadow: 0 30px 78px rgba(49, 46, 129, 0.14), 0 14px 34px rgba(0, 168, 255, 0.1);
}

.method-step:hover::before {
  background-position: 100% 0;
}

.method-step:hover::after {
  opacity: 1;
  transform: translateY(-16px);
}

.method-step-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.method-number {
  min-width: 46px;
  width: 46px;
  height: 36px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: white;
  background: var(--gradient);
  box-shadow: 0 12px 30px rgba(0, 34, 255, 0.16), 0 0 24px rgba(168, 85, 247, 0.22);
}

.method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 18px;
  color: var(--indigo);
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.15), rgba(168, 85, 247, 0.14)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(49, 46, 129, 0.1);
  transition: transform 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.method-step:hover .method-icon {
  transform: translateY(-3px) scale(1.04);
  color: var(--blue-strong);
  box-shadow: 0 18px 40px rgba(0, 168, 255, 0.14);
}

.method-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.method-step h3,
.method-step p {
  position: relative;
  z-index: 1;
}

.method-step h3 {
  font-size: 1.24rem;
  margin-bottom: 12px;
}

.method-step p {
  line-height: 1.62;
}

@keyframes methodLineFlow {
  to {
    background-position: 100% 0;
  }
}

.results-section {
  padding: 74px 0;
}

.results-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-lg);
  color: white;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 168, 255, 0.26), transparent 16rem),
    radial-gradient(circle at 90% 20%, rgba(168, 85, 247, 0.24), transparent 18rem),
    linear-gradient(135deg, #0b1020 0%, #151537 54%, #09111f 100%);
  box-shadow: 0 32px 88px rgba(11, 16, 32, 0.25), 0 18px 44px rgba(0, 168, 255, 0.08);
}

.results-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 0;
  height: 5px;
  background: var(--premium-line);
  background-size: 220% 100%;
  animation: methodLineFlow 5s ease-in-out infinite alternate;
}

.results-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

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

.results-panel .section-title,
.results-panel .section-subtitle {
  color: white;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.results-grid article {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 86% 10%, rgba(0, 168, 255, 0.12), transparent 8rem);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.results-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 220, 255, 0.28);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18), 0 0 32px rgba(0, 168, 255, 0.08);
}

.stat-number {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  background: linear-gradient(135deg, #78dcff, #d8b4fe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.results-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.contact-section {
  background: transparent;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy .section-title {
  max-width: 13ch;
}

.contact-copy .section-description {
  max-width: 38rem;
  line-height: 1.68;
}

.contact-benefits {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.contact-benefits li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 11px 14px 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at 92% 12%, rgba(0, 168, 255, 0.1), transparent 8rem);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  font-weight: 800;
}

.contact-benefits li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: white;
  background: var(--gradient);
  box-shadow: 0 10px 24px rgba(0, 92, 255, 0.16);
  font-size: 0.78rem;
}

.quick-contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.quick-contact-details a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  width: fit-content;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.quick-contact-details a:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 168, 255, 0.22);
  box-shadow: var(--premium-card-shadow);
}

.premium-form {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 34px;
  background: var(--premium-card-bg);
  border-color: rgba(168, 85, 247, 0.18);
  box-shadow: var(--premium-card-shadow), 0 0 44px rgba(168, 85, 247, 0.08);
}

.premium-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 0;
  height: 5px;
  background: var(--premium-line);
  background-size: 220% 100%;
  animation: methodLineFlow 5s ease-in-out infinite alternate;
}

.premium-form::after {
  content: "";
  position: absolute;
  inset: auto -18% -42% 24%;
  z-index: 0;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.16), rgba(0, 168, 255, 0.08), transparent 68%);
  pointer-events: none;
}

.premium-form .alert-box-wrapper,
.premium-form .form-badge,
.premium-form .data-policy-disclaimer,
.premium-form .form-submit-btn {
  position: relative;
  z-index: 1;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 999px;
  color: var(--indigo);
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.12), rgba(168, 85, 247, 0.12)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(49, 46, 129, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.premium-form label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-weight: 800;
}

.form-row-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.premium-form input,
.premium-form textarea {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(11, 16, 32, 0.1);
  border-radius: var(--radius-md);
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  resize: vertical;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.premium-form input:focus,
.premium-form textarea:focus {
  border-color: rgba(0, 168, 255, 0.55);
  outline: none;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.12), 0 12px 30px rgba(0, 168, 255, 0.06);
}

.premium-form .invalid input,
.premium-form .invalid textarea {
  border-color: #d93025;
}

.field-error-message,
.data-policy-disclaimer {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.field-error-message {
  color: #b3261e;
}

.honey-pot-field {
  display: none;
}

.form-submit-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}

.btn-spinner-icon {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

.alert-box {
  padding: 13px 14px;
  border-radius: var(--radius-sm);
  font-weight: 800;
}

.alert-box.success {
  color: #0a6848;
  background: rgba(33, 166, 122, 0.12);
}

.alert-box.error {
  color: #9b1c14;
  background: rgba(217, 48, 37, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: white;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.96), rgba(18, 140, 126, 0.92)),
    var(--gradient);
  box-shadow:
    0 18px 42px rgba(37, 211, 102, 0.28),
    0 0 0 8px rgba(168, 85, 247, 0.08),
    0 0 34px rgba(0, 168, 255, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: whatsappPulse 4.8s ease-in-out infinite;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(from 140deg, rgba(0, 168, 255, 0.2), rgba(168, 85, 247, 0.24), rgba(37, 211, 102, 0.14), rgba(0, 168, 255, 0.2));
  filter: blur(6px);
  opacity: 0.82;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    0 22px 52px rgba(37, 211, 102, 0.32),
    0 0 0 10px rgba(168, 85, 247, 0.1),
    0 0 42px rgba(0, 168, 255, 0.2);
}

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

.main-footer {
  position: relative;
  padding: 64px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.5), rgba(255, 253, 248, 0.72));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.main-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--premium-line);
  background-size: 220% 100%;
  opacity: 0.78;
  animation: methodLineFlow 8s ease-in-out infinite alternate;
}

.footer-upper {
  display: flex;
  justify-content: flex-start;
  gap: 42px;
}

.footer-lower p {
  color: var(--muted);
}

.footer-nav-columns {
  display: flex;
  gap: 70px;
}

.footer-nav-columns div,
.footer-social-links {
  display: grid;
  gap: 9px;
}

.footer-nav-columns h2 {
  margin-bottom: 5px;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.footer-nav-columns a,
.footer-social-links a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.footer-nav-columns a:hover,
.footer-social-links a:hover {
  color: var(--indigo);
}

.footer-lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 16, 32, 0.07);
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-links a {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--indigo);
  background:
    linear-gradient(135deg, rgba(0, 168, 255, 0.11), rgba(168, 85, 247, 0.11)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(49, 46, 129, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.footer-social-links a::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.2), rgba(0, 168, 255, 0.12), transparent 68%);
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.footer-social-links a::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 6px);
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.footer-social-links a:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 168, 255, 0.24);
  color: var(--blue-strong);
  box-shadow: 0 20px 44px rgba(49, 46, 129, 0.12), 0 0 30px rgba(0, 168, 255, 0.1);
}

.footer-social-links a:hover::before {
  opacity: 1;
  transform: scale(1.04);
}

.footer-social-links a:hover::after,
.footer-social-links a:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.footer-social-links svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-page {
  min-height: 100vh;
  background: var(--bg-cream);
}

.legal-content {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.legal-content h1 {
  margin: 18px 0 28px;
  font-size: clamp(2.2rem, 6vw, 4rem);
}

.legal-content h2 {
  margin: 28px 0 10px;
  font-size: 1.25rem;
}

.legal-content p {
  color: var(--muted);
}

.legal-content a {
  color: var(--indigo);
  font-weight: 800;
}

.legal-back {
  display: inline-flex;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.trust-grid .fade-up:nth-child(2),
.services-grid .fade-up:nth-child(2),
.sector-grid .fade-up:nth-child(2),
.method-grid .fade-up:nth-child(2) {
  transition-delay: 0.08s;
}

.trust-grid .fade-up:nth-child(3),
.services-grid .fade-up:nth-child(3),
.sector-grid .fade-up:nth-child(3),
.method-grid .fade-up:nth-child(3) {
  transition-delay: 0.16s;
}

.trust-grid .fade-up:nth-child(4),
.services-grid .fade-up:nth-child(4),
.sector-grid .fade-up:nth-child(4),
.method-grid .fade-up:nth-child(4) {
  transition-delay: 0.24s;
}

.services-grid .fade-up:nth-child(5),
.sector-grid .fade-up:nth-child(5) {
  transition-delay: 0.12s;
}

.services-grid .fade-up:nth-child(6),
.sector-grid .fade-up:nth-child(6) {
  transition-delay: 0.2s;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ambientMesh {
  0% {
    background-position: 0% 0%, 100% 10%, 50% 40%, 0 0;
  }
  100% {
    background-position: 18% 8%, 84% 18%, 42% 54%, 0 0;
  }
}

@keyframes waveDrift {
  0% {
    background-position: 50% 0;
    transform: translateY(0);
  }
  100% {
    background-position: 48% 56px;
    transform: translateY(-18px);
  }
}

@keyframes softGlowShift {
  0% {
    opacity: 0.78;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(-10px, 12px, 0) scale(1.04);
  }
}

@keyframes buttonGradientDrift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.025);
  }
}

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

  .fade-up {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-headline,
  .hero-subheadline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-proof {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-card {
    max-width: 840px;
    margin: 0 auto;
  }

  .primary-navigation {
    display: none;
    position: absolute;
    top: 116px;
    left: 20px;
    right: 20px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .main-header.scrolled .primary-navigation {
    top: 88px;
  }

  .primary-navigation.active {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link {
    justify-content: center;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .mobile-nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .trust-grid,
  .services-grid,
  .sector-grid,
  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .method-flow::before {
    display: none;
  }

  .results-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .header-container,
  .section-container,
  .footer-container,
  .hero-content-wrapper {
    width: min(100% - 28px, var(--container));
  }

  section {
    padding: 66px 0;
  }

  .hero-section {
    min-height: auto;
    padding: 154px 0 62px;
  }

  .brand-logo {
    width: 190px;
  }

  .hero-proof,
  .trust-grid,
  .services-grid,
  .sector-grid,
  .method-grid,
  .results-grid,
  .form-row-split {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    gap: 18px;
  }

  .trust-card {
    min-height: 0;
    margin-left: 28px;
    padding: 24px;
  }

  .hero-cta-group {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-image-card {
    border-radius: 24px;
    padding: 7px;
  }

  .hero-image-card img {
    border-radius: 18px;
  }

  .service-card,
  .service-card-featured {
    min-height: 0;
    transform: none;
  }

  .service-card:hover,
  .service-card-featured:hover {
    transform: translateY(-3px);
  }

  .service-badge {
    position: static;
    width: fit-content;
    margin-bottom: 16px;
  }

  .sector-card,
  .sector-card-highlight {
    min-height: 0;
    padding: 26px;
  }

  .sector-card-top {
    align-items: center;
  }

  .sector-feature {
    white-space: normal;
  }

  .method-flow {
    gap: 18px;
  }

  .method-flow::before {
    display: block;
    top: 10px;
    bottom: 10px;
    left: 12px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 168, 255, 0), rgba(0, 168, 255, 0.62), rgba(168, 85, 247, 0.82), rgba(0, 34, 255, 0.52), rgba(0, 168, 255, 0));
    background-size: 100% 220%;
  }

  .method-step {
    min-height: 0;
    margin-left: 28px;
    padding: 24px;
  }

  .method-step-top {
    align-items: center;
    margin-bottom: 20px;
  }

  .results-panel {
    padding: 24px;
  }

  .premium-form {
    padding: 20px;
  }

  .footer-upper,
  .footer-lower,
  .footer-nav-columns {
    flex-direction: column;
  }

  .footer-nav-columns {
    gap: 26px;
  }

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