:root {
  color-scheme: light;
  --ink: #102033;
  --ink-strong: #180a31;
  --muted: #675f78;
  --line: #eadff5;
  --surface: #ffffff;
  --surface-soft: #fbf8ff;
  --brand: #6424ff;
  --brand-strong: #4b18d8;
  --brand-deep: #2d0b78;
  --cyan: #2458ff;
  --green: #f0273c;
  --amber: #ff7a18;
  --shadow: 0 18px 46px rgba(64, 20, 150, 0.14);
  --radius: 8px;
  --header-height: 78px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(100, 36, 255, 0.2);
}

.svg-sprite {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: var(--header-height);
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(234, 223, 245, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 58px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: var(--brand-deep);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border: 2px solid rgba(100, 36, 255, 0.85);
  box-shadow: inset 0 -8px 0 rgba(240, 39, 60, 0.18);
}

.brand-copy {
  display: grid;
  line-height: 1.12;
}

.brand-copy strong {
  color: var(--ink-strong);
  font-size: 0.98rem;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--radius);
  color: #46365e;
  font-size: 0.93rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--brand);
  background: #f3efff;
  outline: none;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.1;
  border: 1px solid transparent;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.header-cta {
  padding: 0 17px;
  color: #ffffff;
  background: var(--brand);
  box-shadow: 0 10px 26px rgba(100, 36, 255, 0.22);
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.header-cta svg,
.btn svg,
.contact-actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
}

.nav-toggle .icon-close {
  display: none;
}

.section-band,
.section {
  position: relative;
}

.hero {
  min-height: 88svh;
  padding: 116px 0 68px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24, 10, 49, 0.95) 0%, rgba(24, 10, 49, 0.86) 42%, rgba(24, 10, 49, 0.42) 100%),
    linear-gradient(180deg, rgba(24, 10, 49, 0.24), rgba(24, 10, 49, 0.68));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(240px, 330px);
  align-items: end;
  gap: 64px;
  min-height: calc(88svh - 184px);
}

.hero-content {
  max-width: 720px;
}

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

.hero .eyebrow {
  color: #ff4a5f;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink-strong);
  line-height: 1.08;
}

.hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: 4.1rem;
  font-weight: 900;
}

.hero-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
}

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

.btn {
  min-width: 172px;
  padding: 0 20px;
}

.btn-primary {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 16px 34px rgba(240, 39, 60, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #c91f32;
  border-color: #c91f32;
  outline: none;
}

.btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.36);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.72);
  outline: none;
}

.hero-panel {
  display: grid;
  gap: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.hero-panel div {
  display: grid;
  gap: 4px;
  padding: 19px 20px;
  background: rgba(24, 10, 49, 0.68);
  backdrop-filter: blur(18px);
}

.metric-value {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.metric-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.section {
  padding: 92px 0;
}

.section-intro {
  padding: 54px 0 50px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.proof-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.training-copy h2,
.proof-grid h2,
.contact-copy h2 {
  font-size: 2.55rem;
  font-weight: 900;
}

.intro-grid p:last-child,
.training-copy p,
.contact-copy p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.services {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 760px;
}

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

.service-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  min-height: 570px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #eadff5;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(64, 20, 150, 0.06);
}

.service-media {
  aspect-ratio: 16 / 10;
  margin: 0 0 20px;
  overflow: hidden;
  background: #190b33;
  border-radius: var(--radius-sm);
  border: 1px solid #eadff5;
}

.service-media img,
.training-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-card:nth-child(2) {
  border-top: 4px solid var(--cyan);
}

.service-card:nth-child(3) {
  border-top: 4px solid var(--green);
}

.service-card:nth-child(4) {
  border-top: 4px solid var(--amber);
}

.service-card:first-child {
  border-top: 4px solid var(--brand);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--brand);
  background: #f3efff;
  border-radius: var(--radius);
}

.service-icon svg {
  width: 24px;
  height: 24px;
}

.service-card h3 {
  font-size: 1.22rem;
}

.service-card p {
  margin: 12px 0 18px;
  color: var(--muted);
}

.service-card ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-self: end;
}

.service-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: #46365e;
  font-size: 0.93rem;
  line-height: 1.35;
}

.service-card li svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.training {
  background: #ffffff;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: #fbf4ff;
  border: 1px solid #eadff5;
  border-radius: var(--radius);
  color: #33234a;
  font-weight: 700;
}

.feature-list svg {
  width: 28px;
  height: 28px;
  color: var(--brand);
}

.training-panel {
  padding: 28px;
  color: #ffffff;
  background: var(--brand-deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.training-visual {
  aspect-ratio: 16 / 9;
  margin: 0 0 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
}

.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.panel-header span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.panel-header strong {
  color: #ff4a5f;
}

.timeline {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
}

.timeline li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--brand-deep);
  background: #ffffff;
  border-radius: var(--radius);
  font-weight: 900;
}

.timeline h3 {
  color: #ffffff;
  font-size: 1.08rem;
}

.timeline p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.method {
  background: #fbf8ff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.method-grid article {
  min-height: 246px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.method-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--brand);
  background: #f3efff;
  border-radius: var(--radius);
  font-weight: 900;
}

.method-grid h3 {
  font-size: 1.16rem;
}

.method-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.proof {
  padding: 72px 0;
  color: #ffffff;
  background: var(--brand-strong);
}

.proof .eyebrow {
  color: #ff4a5f;
}

.proof h2 {
  color: #ffffff;
}

.proof-points {
  display: grid;
  gap: 16px;
}

.proof-points div {
  display: grid;
  gap: 4px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.proof-points strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.proof-points span {
  color: rgba(255, 255, 255, 0.74);
}

.contact {
  background: #ffffff;
}

.contact-copy {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--brand);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: #fbf8ff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(64, 20, 150, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.form-trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.contact-form span {
  color: #33234a;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #eadff5;
  border-radius: var(--radius);
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.contact-form textarea {
  min-height: 126px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(100, 36, 255, 0.14);
}

.contact-form .btn {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink-strong);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  width: fit-content;
  padding: 8px 10px;
  background: #ffffff;
  border-radius: var(--radius);
}

.footer-brand .brand-logo {
  width: auto;
  height: 50px;
}

.footer-brand .brand-mark {
  background: #ffffff;
  color: var(--brand-deep);
}

.footer-brand .brand-copy strong {
  color: #ffffff;
}

.footer-brand .brand-copy span,
.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer p {
  margin: 0;
}

.footer-link {
  color: #ffffff;
  font-weight: 900;
}

.whatsapp-cta {
  position: fixed;
  right: 40px !important;
  left: auto !important;
  bottom: 40px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50px;
  background: #0d9e45;
  color: #ffffff;
  box-shadow: 2px 2px 3px #999999;
  font-size: 30px;
  text-decoration: none;
  animation: whatsapp-pulse 2.5s ease infinite;
  transition: transform 0.3s ease;
}

.whatsapp-cta:hover,
.whatsapp-cta:focus-visible {
  background: #02702c;
  color: #ffffff;
  animation-play-state: paused;
  transform: scale(1.15);
}

.whatsapp-cta svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}

.whatsapp-cta span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(13, 158, 69, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(13, 158, 69, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(13, 158, 69, 0);
  }
}

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

  .header-cta {
    display: none;
  }

  .site-nav {
    justify-self: end;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-panel {
    max-width: 680px;
    grid-template-columns: repeat(3, 1fr);
  }

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

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

@media (max-width: 820px) {
  :root {
    --header-height: 70px;
  }

  .container {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    padding: 0 14px;
  }

  .brand-copy span {
    display: none;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 12px 14px 18px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(64, 20, 150, 0.12);
    transform: translateY(calc(-100% - var(--header-height)));
    transition: transform 180ms ease;
  }

  .site-nav a {
    min-height: 46px;
    padding: 0 12px;
  }

  .site-header.is-open .site-nav {
    transform: translateY(0);
  }

  .site-header.is-open .nav-toggle .icon-menu {
    display: none;
  }

  .site-header.is-open .nav-toggle .icon-close {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 86px 0 46px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .intro-grid,
  .proof-grid,
  .contact-grid,
  .split-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .intro-grid h2,
  .section-heading h2,
  .training-copy h2,
  .proof-grid h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .service-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .method-grid article {
    min-height: auto;
  }

  .contact-copy {
    position: static;
  }

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

@media (max-width: 460px) {
  .brand-logo {
    height: 48px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 0.94rem;
  }

  .brand-copy strong {
    max-width: 168px;
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-panel div {
    padding: 16px;
  }

  .service-card,
  .training-panel,
  .method-grid article,
  .contact-form {
    padding: 20px;
  }

  .whatsapp-cta {
    right: 18px !important;
    left: auto !important;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }
}

@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;
  }
}
