:root {
  --blue: #496ef2;
  --blue-dark: #1a295e;
  --text: #1d1d21;
  --muted: #51607d;
  --line: rgba(26, 41, 94, 0.14);
  --white: #ffffff;
  --cream: #fafafb;
  --shadow: 0 22px 52px rgba(18, 26, 52, 0.09);
  --shadow-strong: 0 28px 80px rgba(18, 26, 52, 0.18);
  --radius: 22px;
  --grid-line: rgba(29, 29, 33, 0.03);
  --font-heading: "Space Grotesk", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

html {
  background: #ffffff;
}

body {
  color: var(--text);
  font-family: var(--font-body);
  background: #ffffff;
}

input,
select,
textarea,
button {
  font-family: var(--font-body);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 72%);
}

body > * {
  position: relative;
  z-index: 1;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3 {
  color: var(--text);
  font-family: var(--font-heading);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: none;
}

h1 {
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2.25rem, 3.8vw, 3.5rem);
  font-weight: 700;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

h4,
h5,
h6,
.blog-card h3,
.contact-card-faithful h3,
.faq-item summary,
.feature-row strong,
.footer-card h3,
.gallery-grid-faithful__overlay,
.service-card-faithful h3,
.sidebar-card h3,
.specialty-card h3,
.testimonial-card-faithful strong,
.benefit-card-faithful h3 {
  font-family: var(--font-heading);
}

.text-link,
.sidebar-links a {
  color: var(--blue-dark);
}

.eyebrow,
.section-divider,
.blog-card__meta span,
.blog-card__footer span,
.service-intro-faithful__badge,
.contact-card-faithful__data {
  font-family: var(--font-mono);
  letter-spacing: 0.16em;
}

.site-nav > a,
.nav-dropdown summary,
.header-contact,
.button,
.filter-chip {
  font-family: var(--font-heading);
}

.site-header {
  background: rgba(255, 255, 255, 0.86);
  border-bottom-color: rgba(26, 41, 94, 0.08);
  box-shadow: 0 12px 34px rgba(18, 26, 52, 0.08);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(73, 110, 242, 0.52), transparent);
}

.site-header__inner {
  min-height: 92px;
  gap: 1.6rem;
}

.brand img,
.footer-brand img {
  width: clamp(230px, 20vw, 335px);
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(26, 41, 94, 0.08));
}

.site-header .brand img {
  width: clamp(150px, 11vw, 190px);
}

.site-nav {
  gap: 1.35rem;
}

.site-nav > a,
.nav-dropdown summary {
  color: rgba(29, 29, 33, 0.78);
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-nav > a::after,
.nav-dropdown summary::before {
  bottom: 10px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
}

.nav-dropdown__menu {
  top: calc(100% + 0.2rem);
  border-color: rgba(26, 41, 94, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 46px rgba(18, 26, 52, 0.14);
}

.nav-dropdown__menu a {
  color: var(--muted);
}

.nav-dropdown__menu a:hover {
  color: var(--blue-dark);
}

.header-contact,
.button {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.header-contact::after,
.button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.9) 50%);
  opacity: 0.9;
}

.header-contact,
.button--primary,
.button:not(.button--outline) {
  background: linear-gradient(135deg, #132251 0%, #1a295e 58%, #496ef2 100%);
  box-shadow: 0 18px 34px rgba(26, 41, 94, 0.24);
}

.button--outline {
  border: 1px solid rgba(26, 41, 94, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue-dark);
}

.button--outline::after {
  background: linear-gradient(135deg, transparent 50%, rgba(73, 110, 242, 0.14) 50%);
}

.button:hover,
.header-contact:hover,
.carousel__arrow:hover {
  transform: translateY(-2px);
}

.section--pattern {
  background-color: #fafafb;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    radial-gradient(circle at top right, rgba(29, 29, 33, 0.03), transparent 36%);
  background-size: 48px 48px, 48px 48px, auto;
}

.section--pattern::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 251, 0.98));
}

.section-divider {
  color: var(--blue);
}

.section-divider::before,
.section-divider::after {
  border-top-style: solid;
  border-top-color: rgba(73, 110, 242, 0.46);
}

.section-heading {
  max-width: 820px;
}

.section-heading p {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.home-hero {
  min-height: 680px;
  padding: 8rem 0 14rem;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: clamp(1.5rem, 5vw, 4rem);
  bottom: 2rem;
  z-index: 1;
  width: clamp(180px, 24vw, 320px);
  aspect-ratio: 300 / 289.31;
  background: url("/assets/brand/wsk-logo-icon-indigo.svg") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.home-hero__overlay {
  background:
    linear-gradient(90deg, rgba(9, 15, 31, 0.92) 0%, rgba(13, 20, 40, 0.84) 38%, rgba(19, 31, 64, 0.68) 100%),
    radial-gradient(circle at 78% 20%, rgba(73, 110, 242, 0.3), transparent 28%);
}

.home-hero__content,
.page-hero-block__content,
.cta-banner-faithful__content {
  z-index: 2;
}

.home-hero__content {
  max-width: 780px;
  padding: 1.45rem 0 2.3rem 1.7rem;
}

.home-hero__content::before {
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), rgba(73, 110, 242, 0));
}

.home-hero__content h1 {
  max-width: 10.8ch;
  color: var(--white);
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.hero-actions {
  gap: 1rem;
}

.hero-actions .button {
  min-width: 210px;
}

.page-hero-block,
.cta-banner-faithful,
.testimonial-band {
  box-shadow: inset 0 -80px 120px rgba(9, 15, 31, 0.08);
}

.page-hero-block::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: 1.25rem;
  width: clamp(120px, 16vw, 210px);
  aspect-ratio: 300 / 289.31;
  background: url("/assets/brand/wsk-logo-icon-indigo.svg") center / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.page-hero-block__overlay {
  background:
    linear-gradient(90deg, rgba(9, 15, 31, 0.88) 0%, rgba(14, 23, 47, 0.72) 100%),
    radial-gradient(circle at 80% 16%, rgba(73, 110, 242, 0.22), transparent 26%);
}

.page-hero-block__content h1 {
  display: block;
  width: fit-content;
  max-width: min(11.5ch, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-hero-block__content h1::after {
  left: 50%;
  right: auto;
  width: clamp(132px, 42%, 220px);
  height: 3px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  bottom: 0.1rem;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(73, 110, 242, 0.2));
}

.page-hero-block__content.is-visible h1::after {
  transform: translateX(-50%) scaleX(1);
}

.metric-card,
.specialty-card,
.service-card-faithful,
.benefit-card-faithful,
.contact-card-faithful,
.blog-card,
.sidebar-card,
.blog-toolbar,
.article-body,
.contact-form-faithful,
.testimonial-frame,
.about-logo-faithful,
.service-intro-faithful__card {
  position: relative;
  overflow: hidden;
  border-color: rgba(26, 41, 94, 0.1);
  box-shadow: var(--shadow);
}

.specialty-card::before,
.service-card-faithful::before,
.benefit-card-faithful::before,
.contact-card-faithful::before,
.blog-card::before,
.sidebar-card::before,
.article-body::before,
.service-intro-faithful__card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
}

.metric-card {
  background: linear-gradient(180deg, rgba(18, 31, 70, 0.99), rgba(26, 41, 94, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}

.metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(73, 110, 242, 0.16), transparent 36%);
}

.metric-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, rgba(73, 110, 242, 0.72), transparent 62%);
  opacity: 0.22;
}

.metric-card h3,
.metric-card p {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.metric-card h3 {
  font-family: var(--font-mono);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-transform: none;
}

.metric-card p {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.78);
}

.metric-card__icon,
.specialty-card__icon,
.benefit-card-faithful__icon {
  border-radius: 18px;
}

.metric-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.specialty-card,
.service-card-faithful,
.benefit-card-faithful,
.contact-card-faithful,
.blog-card,
.sidebar-card,
.article-body,
.blog-toolbar,
.contact-form-faithful,
.testimonial-frame,
.about-logo-faithful,
.service-intro-faithful__card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.specialty-card__icon,
.benefit-card-faithful__icon {
  background: linear-gradient(135deg, #132251 0%, #1a295e 68%, #496ef2 100%);
}

.specialty-card h3,
.service-card-faithful h3,
.benefit-card-faithful h3,
.contact-card-faithful h3,
.footer-card h3 {
  letter-spacing: -0.03em;
}

.logo-marquee::before,
.logo-marquee::after {
  width: 72px;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.logo-marquee::after {
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.logo-marquee__item {
  width: 236px;
  min-height: 128px;
  border: 1px solid rgba(26, 41, 94, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 26px rgba(18, 26, 52, 0.06);
}

.logo-marquee__item img {
  max-width: 182px;
  max-height: 88px;
  transform: scale(1.3);
  transform-origin: center center;
}

.testimonial-band::before {
  background:
    linear-gradient(180deg, rgba(8, 14, 30, 0.78), rgba(13, 21, 43, 0.86)),
    radial-gradient(circle at 80% 18%, rgba(73, 110, 242, 0.24), transparent 28%);
}

.testimonial-card-faithful {
  border: 1px solid rgba(26, 41, 94, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 249, 250, 0.98));
}

.testimonial-card-faithful__avatar {
  border: 3px solid rgba(73, 110, 242, 0.16);
  box-shadow: 0 14px 24px rgba(18, 26, 52, 0.08);
}

.testimonial-card-faithful strong {
  color: var(--blue-dark);
  font-family: var(--font-heading);
  text-transform: none;
}

.testimonial-slider__dots button {
  background: rgba(73, 110, 242, 0.24);
}

.testimonial-slider__dots button.is-active {
  background: var(--blue-dark);
}

.about-grid-faithful {
  gap: 3rem;
  align-items: stretch;
}

.about-logo-faithful {
  display: grid;
  place-items: center;
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 249, 0.98));
}

.about-logo-faithful img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 360px);
}

.check-list li::before {
  top: 0.08rem;
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  color: var(--blue);
  font-size: 1rem;
}

.service-intro-faithful__card {
  border-radius: 28px;
}

.service-intro-faithful__copy {
  padding: 2.5rem 2.75rem 2.25rem;
}

.service-intro-faithful__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 14%, rgba(9, 15, 31, 0.42) 100%);
}

.service-intro-faithful__badge {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(18, 31, 70, 0.88);
  backdrop-filter: blur(14px);
  letter-spacing: 0.04em;
}

.feature-row .icon {
  color: var(--blue-dark);
}

.feature-row strong {
  color: var(--text);
  font-family: var(--font-heading);
}

.service-intro-faithful__badge strong {
  font-family: var(--font-mono);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.contact-card-faithful__data {
  letter-spacing: 0.04em;
  word-break: break-word;
}

.cta-banner-faithful::before {
  background:
    linear-gradient(90deg, rgba(8, 14, 30, 0.9) 0%, rgba(18, 31, 70, 0.82) 100%),
    radial-gradient(circle at 80% 20%, rgba(73, 110, 242, 0.22), transparent 28%);
}

.cta-banner-faithful .section-divider {
  color: var(--blue);
}

.cta-banner-faithful .section-divider::before,
.cta-banner-faithful .section-divider::after {
  border-top-color: rgba(73, 110, 242, 0.46);
}

.field input,
.field select,
.field textarea {
  border-color: rgba(26, 41, 94, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(73, 110, 242, 0.48);
  box-shadow: 0 0 0 4px rgba(73, 110, 242, 0.12);
}

.filter-chip {
  border-color: rgba(26, 41, 94, 0.12);
  color: var(--muted);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.filter-chip.is-active {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
}

.sidebar-card--dark {
  background: linear-gradient(160deg, #132251 0%, #1a295e 62%, #223a88 100%);
}

.site-footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 251, 0.98));
  border-top-color: rgba(26, 41, 94, 0.08);
}

.footer-bottom {
  border-top-color: rgba(26, 41, 94, 0.08);
}

.floating-whatsapp {
  right: 1.45rem;
  bottom: 1.45rem;
  width: 3.85rem;
  height: 3.85rem;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(31, 81, 44, 0.22);
}

@media (max-width: 1024px) {
  .home-hero {
    min-height: 640px;
    padding-bottom: 11.75rem;
  }

  .page-hero-block::after {
    width: 150px;
  }

  .logo-marquee__item {
    width: 210px;
    min-height: 118px;
  }
}

@media (max-width: 760px) {
  body::before {
    background-size: 24px 24px;
  }

  .site-header__inner {
    min-height: 78px;
    gap: 1rem;
  }

  .site-nav {
    border-color: rgba(26, 41, 94, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 40px rgba(18, 26, 52, 0.14);
  }

  .brand img,
  .footer-brand img {
    width: 220px;
  }

  .site-header .brand img {
    width: 150px;
  }

  .home-hero {
    min-height: 560px;
    padding: 6rem 0 11rem;
  }

  .home-hero::after {
    right: 1rem;
    bottom: 1.5rem;
    width: 168px;
    opacity: 0.08;
  }

  .home-hero__content {
    padding-left: 1.05rem;
  }

  .home-hero__content h1 {
    max-width: 10ch;
    font-size: clamp(2.55rem, 10vw, 3.4rem);
  }

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

  .metric-card,
  .specialty-card,
  .service-card-faithful,
  .benefit-card-faithful,
  .contact-card-faithful,
  .testimonial-card-faithful {
    padding: 1.5rem 1.25rem;
  }

  .page-hero-block__content h1::after {
    width: 132px;
  }

  .about-logo-faithful img {
    width: min(100%, 280px);
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 18px;
  }

  .logo-marquee__item {
    width: 176px;
    min-height: 98px;
  }

  .logo-marquee__item img {
    max-width: 138px;
    max-height: 66px;
    transform: scale(1.22);
  }
}
