:root {
  --color-primary: #0262c2;
  --color-primary-strong: #013161;
  --color-primary-deep: #0352a1;
  --color-cta: #037bf2;
  --color-accent: #87f186;
  --color-white: #ffffff;
  --color-surface: #f4f8fc;
  --color-surface-strong: #e7f0fb;
  --color-border: #d9e3ee;
  --color-text: #12304d;
  --color-text-soft: #5f7288;
  --color-shadow: 0 24px 60px rgba(1, 49, 97, 0.12);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1184px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 96px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--color-text);
  background: radial-gradient(circle at top left, rgba(135, 241, 134, 0.14), transparent 28%), linear-gradient(180deg, #f9fcff 0%, #eef4fa 100%);
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, #013161 0%, #0262c2 55%, #037bf2 100%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}

.topbar__inner,
.header__inner,
.nav,
.hero__layout,
.hero__actions,
.hero__benefits,
.trust-strip__inner,
.feature-list,
.section-heading--split,
.service-grid,
.highlight,
.highlight__metrics,
.testimonial-row,
.steps,
.faq-layout,
.cta-band__inner,
.footer__layout,
.footer__bottom,
.lead-form,
.hero-card__trust {
  display: flex;
}

.topbar__inner {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 10px 0;
}

.topbar a {
  font-weight: 700;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(20px);
  background: rgba(249, 252, 255, 0.84);
  border-bottom: 1px solid rgba(217, 227, 238, 0.7);
}

.header__inner {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
}

.brand__logo {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
}

.brand__logo--footer {
  max-width: 210px;
}

.nav {
  align-items: center;
  gap: var(--space-5);
}

.nav a {
  color: var(--color-text-soft);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--color-text);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 54px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button--primary {
  color: var(--color-primary-strong);
  background: linear-gradient(135deg, var(--color-accent), #b8ffb7);
  box-shadow: 0 16px 30px rgba(135, 241, 134, 0.25);
}

.button--ghost {
  color: var(--color-primary);
  background: rgba(2, 98, 194, 0.12);
  border: 1px solid rgba(2, 98, 194, 0.24);
}

.button--light {
  color: var(--color-primary-strong);
  background: var(--color-white);
}

.button--sm {
  min-height: 46px;
  padding: 0 20px;
}

.button--block {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: var(--space-10) 0 var(--space-9);
  background-image: url("../assets/img/hero-man.png");
  background-repeat: no-repeat;
  background-position: right -60px bottom 0;
  background-size: auto 100%;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 36px;
  transform: rotate(-12deg);
  z-index: 0;
}

.hero::before {
  top: 88px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(80, 176, 255, 0.32) 0%, rgba(80, 176, 255, 0.16) 34%, rgba(80, 176, 255, 0) 72%), linear-gradient(180deg, rgba(3, 123, 242, 0.12), rgba(135, 241, 134, 0.1));
  filter: blur(6px);
  animation: heroGlowPulse 8s ease-in-out infinite;
}

.hero::after {
  left: -160px;
  bottom: 60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, rgba(2, 98, 194, 0.14), rgba(2, 98, 194, 0) 70%), rgba(2, 98, 194, 0.08);
  filter: blur(16px);
}

.hero__layout {
  position: relative;
  align-items: stretch;
  gap: var(--space-6);
  z-index: 1;
}

.hero__layout::before,
.hero__layout::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__layout::before {
  inset: 0 -8% 0 -6%;
  background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.6) 0 1.2px, transparent 1.6px), radial-gradient(circle at 28% 72%, rgba(135, 241, 134, 0.32) 0 1.1px, transparent 1.5px), radial-gradient(circle at 52% 18%, rgba(3, 123, 242, 0.32) 0 1.4px, transparent 1.8px), radial-gradient(circle at 78% 36%, rgba(255, 255, 255, 0.55) 0 1.2px, transparent 1.7px), radial-gradient(circle at 88% 62%, rgba(80, 176, 255, 0.28) 0 1.3px, transparent 1.9px);
  background-size: 220px 220px, 260px 260px, 300px 300px, 240px 240px, 320px 320px;
  opacity: 0.5;
  animation: heroParticlesFloat 16s linear infinite;
}

.hero__layout::after {
  inset: 4% -10% auto 22%;
  height: 82%;
  border-radius: 40px;
  background: repeating-linear-gradient(-58deg, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0.14) 1px, transparent 1px, transparent 20px);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.7) 24%, rgba(0, 0, 0, 0.85) 72%, transparent 100%);
  opacity: 0.42;
}

.hero__content,
.hero-card {
  position: relative;
  z-index: 1;
}

.hero__content {
  flex: 1 1 58%;
  padding-top: var(--space-7);
}

.hero__content::after {
  content: "";
  position: absolute;
  top: 12%;
  right: -32%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 178, 255, 0.34) 0%, rgba(77, 178, 255, 0.18) 28%, rgba(77, 178, 255, 0) 72%);
  filter: blur(18px);
  z-index: -1;
  animation: heroLightSweep 10s ease-in-out infinite;
}

.hero h1,
.section-heading h2,
.highlight h2,
.cta-band h2,
.faq-intro h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.02;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 5.4vw, 4.3rem);
}

.hero__lead,
.section-heading p,
.highlight p,
.faq-intro p,
.service-card p,
.feature-card p,
.step-card p,
.testimonial-card p,
.footer p {
  color: var(--color-text-soft);
  line-height: 1.7;
}

.hero__lead {
  max-width: 54ch;
  margin: var(--space-5) 0 var(--space-6);
  font-size: 1.08rem;
}

.hero__actions {
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero__benefits {
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-7);
}

.mini-card,
.hero-card,
.feature-card,
.service-card,
.metric-card,
.testimonial-card,
.step-card,
.faq-item {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(217, 227, 238, 0.9);
  box-shadow: var(--color-shadow);
}

.mini-card {
  flex: 1 1 180px;
  min-height: 124px;
  padding: var(--space-5);
  border-radius: var(--radius-md);
}

.mini-card strong,
.hero-card__trust strong,
.metric-card strong {
  display: block;
  margin-bottom: var(--space-2);
}

.mini-card span,
.hero-card__trust span,
.metric-card span,
.testimonial-card__header span {
  color: var(--color-text-soft);
  line-height: 1.6;
}

.hero-card {
  flex: 0 1 420px;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
}

.hero-card__badge {
  align-self: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--color-primary-strong);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
  background: rgba(135, 241, 134, 0.18);
}

.hero-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
}

.hero-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.7;
}

.lead-form {
  flex-direction: column;
  gap: var(--space-4);
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-weight: 700;
  color: var(--color-primary-strong);
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  color: var(--color-text);
  background: var(--color-white);
  outline: none;
}

.lead-form select {
  padding-right: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%2312304d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 14px;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--color-cta);
  box-shadow: 0 0 0 4px rgba(3, 123, 242, 0.12);
}

.hero-card__trust {
  flex-wrap: wrap;
  gap: var(--space-4);
}

.hero-card__trust > div {
  flex: 1 1 150px;
  padding: var(--space-4);
  border-radius: 20px;
  background: var(--color-surface);
}

.trust-strip {
  padding-bottom: var(--space-7);
}

.trust-strip__inner {
  flex-wrap: wrap;
  gap: var(--space-3);
}

.trust-pill {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--color-primary-strong);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 227, 238, 0.9);
}

.banner-slider-section {
  padding: 0 0 var(--space-8);
}

.banner-slider {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.banner-slider__viewport {
  overflow: hidden;
  border-radius: 24px;
}

.banner-slider__track {
  display: flex;
  transition: transform 0.7s ease;
}

.banner-slide {
  min-width: 100%;
}

.banner-slide__link,
.banner-slide picture {
  display: block;
}

.banner-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.banner-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 14px;
}

.banner-slider__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(2, 98, 194, 0.22);
}

.banner-slider__dot.is-active {
  background: var(--color-primary);
}

.section {
  padding: var(--space-10) 0;
}

.section--light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(240, 246, 252, 0.92));
}

.section--accent,
.cta-band {
  color: var(--color-white);
  background: linear-gradient(120deg, rgba(1, 49, 97, 0.95), rgba(2, 98, 194, 0.92)), linear-gradient(180deg, rgba(135, 241, 134, 0.08), transparent 40%);
}

.section--accent {
  overflow: hidden;
}

.section-heading {
  margin-bottom: var(--space-7);
}

.section-heading--split {
  align-items: end;
  justify-content: space-between;
  gap: var(--space-6);
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.section-heading p {
  margin: var(--space-4) 0 0;
  max-width: 60ch;
}

.section-heading--split p {
  flex: 0 1 560px;
  max-width: 560px;
  margin: 0;
}

.feature-list,
.service-grid,
.highlight__metrics,
.testimonial-row,
.steps {
  flex-wrap: wrap;
  gap: var(--space-5);
}

.feature-card,
.service-card,
.metric-card,
.testimonial-card,
.step-card {
  min-height: 100%;
  padding: var(--space-6);
  border-radius: 28px;
}

.feature-card {
  flex: 1 1 240px;
}

.feature-card__icon,
.step-card__number {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
  border-radius: 18px;
  color: var(--color-primary-strong);
  font-weight: 800;
  background: rgba(135, 241, 134, 0.25);
}

.feature-card h3,
.service-card h3,
.step-card h3,
.testimonial-card__header strong,
.footer__column h3 {
  margin: 0 0 var(--space-3);
}

.service-card {
  flex: 1 1 250px;
  flex-basis: 250px;
  background: var(--color-white);
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
  outline: none;
}

.service-card--featured {
  flex-basis: 520px;
}

.service-card.is-active,
.service-card:hover,
.service-card:focus-visible {
  color: var(--color-white);
  background: linear-gradient(135deg, rgba(1, 49, 97, 0.96), rgba(3, 123, 242, 0.92)), radial-gradient(circle at top right, rgba(135, 241, 134, 0.2), transparent 30%);
  border-color: rgba(3, 123, 242, 0.2);
  transform: translateY(-1px);
}

.service-card.is-active p,
.service-card:hover p,
.service-card:focus-visible p {
  color: rgba(255, 255, 255, 0.84);
}

.service-card.is-active .button--ghost,
.service-card:hover .button--ghost,
.service-card:focus-visible .button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

.service-card.is-active .button--ghost:hover,
.service-card.is-active .button--ghost:focus-visible,
.service-card:hover .button--ghost:hover,
.service-card:hover .button--ghost:focus-visible,
.service-card:focus-visible .button--ghost:hover,
.service-card:focus-visible .button--ghost:focus-visible {
  color: var(--color-primary-strong);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.96);
}

.service-card.is-active .button--primary,
.service-card:hover .button--primary,
.service-card:focus-visible .button--primary {
  color: var(--color-primary-strong);
  box-shadow: 0 18px 34px rgba(135, 241, 134, 0.22);
}

.highlight {
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-6);
}

.highlight__content {
  flex: 1 1 52%;
}

.section--accent .highlight__content p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.72);
}

.section--accent .highlight__content h2 {
  font-size: 3.6rem;
}

.highlight__metrics {
  flex: 0 1 470px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.metric-card {
  min-height: 0;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.92);
}

.metric-card:last-child {
  grid-column: 1/-1;
}

.metric-card strong {
  font-size: 1.1rem;
  color: var(--color-primary-strong);
}

.metric-card span {
  display: block;
  max-width: 22ch;
}

.testimonial-card,
.step-card {
  flex: 1 1 280px;
}

.testimonial-card__header {
  margin-bottom: var(--space-4);
}

.faq-layout {
  align-items: start;
  justify-content: space-between;
  gap: var(--space-7);
}

.faq-intro {
  flex: 0 1 390px;
}

.faq-list {
  flex: 1 1 0;
}

.faq-item {
  margin-bottom: var(--space-4);
  border-radius: 24px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: 24px 28px;
  color: var(--color-text);
  font-weight: 800;
  text-align: left;
  background: transparent;
  border: none;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 2px;
  background: var(--color-primary);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 0 28px 24px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.testimonials-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(240, 246, 252, 0.92));
}

.testimonials-head,
.review-card__top,
.review-card__identity,
.review-card__meta,
.testimonials-slider__footer {
  display: flex;
}

.testimonials-head {
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-5);
  margin-bottom: var(--space-6);
}

.testimonials-heading {
  margin-bottom: 0;
}

.testimonials-heading h2 {
  max-width: 16ch;
}

.testimonials-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text-soft);
  font-weight: 700;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(217, 227, 238, 0.9);
}

.testimonials-rating__brand {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.testimonials-rating__brand svg {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonials-rating__stars,
.review-card__stars {
  color: var(--color-accent);
  letter-spacing: 0.12em;
}

.testimonials-slider {
  overflow: hidden;
}

.testimonials-slider__viewport {
  overflow: hidden;
}

.testimonials-slider__track {
  display: flex;
  gap: var(--space-5);
  transition: transform 0.55s ease;
}

.review-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 332px;
  padding: 26px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 227, 238, 0.92);
  box-shadow: var(--color-shadow);
}

.review-card__top {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}

.review-card__identity {
  align-items: center;
  gap: 14px;
}

.review-card__avatar {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-primary-strong);
  font-weight: 800;
  background: linear-gradient(135deg, rgba(2, 98, 194, 0.1), rgba(231, 240, 251, 0.95));
}

.review-card__identity strong {
  color: var(--color-primary-strong);
  font-size: 1.1rem;
}

.review-card__google {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
}

.review-card__google svg {
  width: 100%;
  height: 100%;
  display: block;
}

.review-card__meta {
  align-items: center;
  gap: 14px;
  margin-bottom: var(--space-5);
  color: var(--color-text-soft);
  font-size: 0.95rem;
}

.review-card p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.7;
}

.review-card a {
  display: inline-flex;
  margin-top: var(--space-6);
  color: var(--color-primary);
  font-size: 1.05rem;
  font-weight: 800;
}

.testimonials-slider__footer {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.testimonials-slider__dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.testimonials-slider__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(2, 98, 194, 0.18);
}

.testimonials-slider__dot.is-active {
  background: var(--color-primary);
}

.testimonials-slider__next {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 1.4rem;
  background: linear-gradient(135deg, var(--color-primary), var(--color-cta));
  box-shadow: 0 16px 30px rgba(2, 98, 194, 0.18);
}

.cta-band__inner {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
}

.cta-band__content {
  flex: 1 1 720px;
  max-width: 760px;
}

.cta-band__content h2 {
  max-width: 20ch;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.cta-band__content p {
  max-width: 62ch;
}

.cta-band__inner .button {
  flex: 0 0 auto;
  align-self: center;
}

.footer {
  padding: var(--space-9) 0 var(--space-6);
  background: #eff4f8;
}

.footer > .container {
  width: min(100% - 48px, 1480px);
}

.footer__layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(180px, 1fr));
  align-items: start;
  column-gap: 56px;
  row-gap: 28px;
  padding: 50px 46px 8px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(217, 227, 238, 0.92);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.footer__brand {
  max-width: 470px;
}

.footer__brand p {
  max-width: 28ch;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.8;
}

.brand--footer {
  margin-bottom: var(--space-4);
}

.footer__brand .footer__info,
.footer__brand .footer__divider,
.footer__brand .footer__social-row {
  display: none;
}

.footer__info {
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--color-primary-strong);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(217, 227, 238, 0.92);
  min-width: 476px;
  max-width: 476px;
}

.footer__info span {
  display: block;
  line-height: 1.6;
}

.footer__divider {
  margin: var(--space-5) 0 0;
  border: 0;
  border-top: 1px solid rgba(217, 227, 238, 0.92);
}

.footer__divider--page {
  margin: 18px 0 34px;
  border-top-color: rgba(1, 49, 97, 0.2);
}

.footer__meta {
  padding: 0 46px 38px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(217, 227, 238, 0.92);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.footer__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.footer__social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-5);
}

.footer__social-row--page {
  margin-top: 0;
  justify-content: flex-end;
  min-width: 360px;
}

.footer__social-label {
  color: var(--color-primary-strong);
  font-weight: 800;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.footer__social {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid rgba(2, 98, 194, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.footer__social svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__social svg .is-fill {
  fill: currentColor;
  stroke: none;
}

.footer__social path {
  fill: currentColor;
  stroke: none;
}

.footer__social img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__social--whatsapp {
  padding: 6px;
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
}

.footer__social:hover {
  background: linear-gradient(135deg, var(--color-primary), var(--color-cta));
  box-shadow: 0 10px 22px rgba(2, 98, 194, 0.2);
  transform: translateY(-2px);
}

.footer__social--whatsapp:hover {
  background: #22c55e;
  border-color: #22c55e;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28);
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__column a,
.footer__column span {
  color: var(--color-text-soft);
  line-height: 1.45;
}

.footer__column a:not(.button):hover {
  color: var(--color-primary);
}

.footer__column .button {
  margin-top: var(--space-4);
  width: fit-content;
  min-width: 284px;
}

.footer__bottom {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-top: var(--space-6);
  margin-top: var(--space-7);
  color: var(--color-text-soft);
  border-top: 1px solid rgba(217, 227, 238, 0.92);
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--color-primary-strong);
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-accent), #baf8bc);
  box-shadow: 0 18px 30px rgba(135, 241, 134, 0.32);
}

@keyframes heroGlowPulse {
  0%,
  100% {
    transform: rotate(-12deg) scale(1);
    opacity: 0.88;
  }
  50% {
    transform: rotate(-9deg) scale(1.08);
    opacity: 1;
  }
}

@keyframes heroParticlesFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 14px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroLightSweep {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(18px, -10px, 0) scale(1.06);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .hero {
    background-position: right -120px bottom 0;
    background-size: auto 94%;
  }
  .hero__layout,
  .highlight,
  .faq-layout,
  .cta-band__inner,
  .section-heading--split {
    flex-direction: column;
  }
  .hero__content,
  .hero-card,
  .highlight__content,
  .highlight__metrics,
  .faq-intro,
  .faq-list {
    width: 100%;
    flex-basis: auto;
  }
  .section-heading--split {
    align-items: start;
  }
  .cta-band__inner {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cta-band__inner .button {
    margin-top: var(--space-4);
  }
  .cta-band__content {
    flex-basis: auto;
  }
  .section-heading--split p {
    flex-basis: auto;
  }
  .highlight__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonials-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-card {
    flex-basis: calc((100% - 24px) / 2);
  }
  .footer__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 40px 32px 8px;
  }
  .footer__meta {
    padding: 0 32px 30px;
  }
  .footer__meta-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__social-row--page {
    width: 100%;
    justify-content: space-between;
    min-width: 0;
  }
  .footer__info {
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .hero {
    background-image: none;
  }
  .hero__layout::after,
  .hero__content::after {
    display: none;
  }
  .nav-toggle {
    display: inline-block;
  }
  .nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-5);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(217, 227, 238, 0.95);
    box-shadow: var(--color-shadow);
  }
  .nav.is-open {
    display: flex;
  }
  .nav a {
    padding: 8px 0;
  }
  .hero {
    padding-top: var(--space-8);
  }
  .hero h1 {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .testimonials-slider__track {
    gap: 0;
  }

  .container {
    width: min(100% - 40px, var(--container));
  }
  .footer > .container {
    width: min(100% - 40px, 1480px);
  }
  .topbar__inner,
  .footer__bottom {
    flex-direction: column;
    align-items: start;
  }
  .hero,
  .section,
  .footer {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }
  .banner-slider-section {
    padding-bottom: var(--space-7);
  }
  .footer__layout {
    grid-template-columns: 1fr;
    padding: 28px 24px 8px;
  }
  .footer__meta {
    padding: 0 24px 24px;
  }
  .hero-card,
  .feature-card,
  .service-card,
  .metric-card,
  .testimonial-card,
  .step-card,
  .faq-question,
  .faq-answer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .button,
  .button--sm,
  .floating-cta {
    width: 100%;
  }
  .hero__actions,
  .hero__benefits,
  .trust-strip__inner,
  .feature-list,
  .service-grid,
  .highlight__metrics,
  .testimonial-row,
  .steps {
    gap: var(--space-4);
  }
  .highlight__metrics {
    grid-template-columns: 1fr;
  }
  .metric-card:last-child {
    grid-column: auto;
  }
  .review-card {
    flex: 0 0 100%;
    flex-basis: 100%;
    min-height: 0;
  }
  .testimonials-slider__footer {
    justify-content: center;
  }
  .footer__social-row--page {
    align-items: flex-start;
    gap: var(--space-3);
  }
  .footer__column .button {
    width: 100%;
    min-width: 0;
  }
  .footer__brand p {
    max-width: none;
  }
}

/*# sourceMappingURL=main.css.map */
.button {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(19, 52, 87, 0.14);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: rgba(180, 211, 245, 0.32);
  border-color: rgba(111, 164, 225, 0.95);
  color: #133457;
}

.button--primary:hover,
.button--primary:focus-visible {
  filter: brightness(1.05);
}

.nav a:not(.button) {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav a:not(.button):hover,
.nav a:not(.button):focus-visible {
  color: #133457;
}
.banner-slider-section {
  padding-top: 3.2rem;
}

.banner-slider-section .section-heading .button {
  margin-top: 1.4rem;
}
.testimonials-slider__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.footer__bottom--author {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__author-credit {
  margin-left: auto;
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.4rem);
    line-height: 0.98;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .hero__lead,
  .hero p,
  .section-heading p,
  .faq-answer p,
  .review-card p,
  .testimonial-card p,
  .step-card p,
  .service-card p,
  .feature-card p,
  .metric-card span,
  .mini-card span,
  .trust-pill,
  .button {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .section-heading h2,
  .faq-intro h2,
  .testimonials-heading h2,
  .cta-band__content h2,
  .service-card h3,
  .feature-card h3,
  .step-card h3,
  .testimonial-card strong,
  .review-card strong {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero__actions,
  .hero-card__trust,
  .trust-strip__inner,
  .footer__meta-row,
  .footer__layout {
    gap: 0.9rem;
  }

  .button,
  .button--sm,
  .button--light,
  .button--ghost,
  .button--primary {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .page-index .hero__layout,
  .page-index .highlight,
  .page-index .faq-layout,
  .page-index .footer__layout {
    gap: 2rem;
  }

  .page-index .testimonials-slider__viewport,
  .page-index .banner-slider__viewport {
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .page-index .hero__layout,
  .page-index .highlight,
  .page-index .faq-layout,
  .page-index .footer__layout,
  .page-index .section-heading--split {
    grid-template-columns: 1fr;
  }

  .page-index .hero-card,
  .page-index .highlight__metrics,
  .page-index .faq-list,
  .page-index .footer__column,
  .page-index .footer__brand {
    min-width: 0;
  }

  .page-index .service-grid,
  .page-index .feature-list,
  .page-index .steps,
  .page-index .testimonial-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-index .hero-man {
    right: -11rem;
    width: min(52vw, 560px);
    opacity: 0.92;
  }
}

@media (max-width: 768px) {
  .page-index .container {
    width: min(100% - 3rem, 1200px);
  }

  .page-index .header__inner,
  .page-index .topbar__inner,
  .page-index .footer__meta-row {
    gap: 0.9rem;
  }

  .page-index .hero h1,
  .page-index .section-heading h2,
  .page-index .faq-intro h2,
  .page-index .testimonials-heading h2,
  .page-index .cta-band__content h2 {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-index .hero__actions,
  .page-index .cta-band__inner,
  .page-index .footer__social-row,
  .page-index .footer__socials {
    gap: 0.8rem;
  }

  .page-index .button {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .page-index .section--accent .highlight__content h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
  }

  .page-index .service-grid,
  .page-index .feature-list,
  .page-index .steps,
  .page-index .testimonial-row {
    grid-template-columns: 1fr;
  }

  .page-index .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.4rem);
    line-height: 0.98;
  }

  .page-index .hero__benefits,
  .page-index .trust-strip__inner,
  .page-index .hero-card__trust {
    grid-template-columns: 1fr;
  }

  .page-index .hero__actions .button,
  .page-index .cta-band__inner .button,
  .page-index .footer__column .button {
    width: 100%;
  }

  .page-index .topbar__inner,
  .page-index .nav,
  .page-index .footer__meta-row {
    align-items: flex-start;
  }

  .page-index .hero-man {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-index .container {
    width: min(100% - 2.5rem, 1200px);
  }

  .page-index .hero h1 {
    font-size: clamp(2rem, 9.5vw, 2.9rem);
    line-height: 1;
  }

  .page-index .hero__lead,
  .page-index .hero p,
  .page-index .section-heading p,
  .page-index .review-card p,
  .page-index .faq-answer p,
  .page-index .service-card p,
  .page-index .feature-card p,
  .page-index .step-card p {
    overflow-wrap: break-word;
  }

  .page-index .brand__logo {
    max-width: 170px;
  }

  .page-index .cta-band__inner {
    overflow: visible;
  }

  .page-index .cta-band__inner .button,
  .page-index .floating-cta,
  .page-index .hero__actions .button,
  .page-index .footer__column .button {
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-index .cta-band__inner .button,
  .page-index .hero__actions .button,
  .page-index .footer__column .button {
    width: fit-content;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0.9rem 1.4rem;
    font-size: 0.98rem;
  }

  .page-index .nav .button--ghost {
    position: relative;
    width: 72px;
    min-width: 72px;
    padding: 0.9rem;
    color: transparent;
    font-size: 0;
    justify-content: center;
  }

  .page-index .nav .button--ghost::after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.05 4.91005C18.1331 3.98416 17.041 3.25002 15.8375 2.75042C14.634 2.25081 13.3431 1.99574 12.04 2.00005C6.57999 2.00005 2.12999 6.45005 2.12999 11.9101C2.12999 13.6601 2.58999 15.3601 3.44999 16.8601L2.04999 22.0001L7.29999 20.6201C8.74999 21.4101 10.38 21.8301 12.04 21.8301C17.5 21.8301 21.95 17.3801 21.95 11.9201C21.95 9.27005 20.92 6.78005 19.05 4.91005ZM12.04 20.1501C10.56 20.1501 9.10999 19.7501 7.83999 19.0001L7.53999 18.8201L4.41999 19.6401L5.24999 16.6001L5.04999 16.2901C4.22754 14.9771 3.79091 13.4593 3.78999 11.9101C3.78999 7.37005 7.48999 3.67005 12.03 3.67005C14.23 3.67005 16.3 4.53005 17.85 6.09005C18.6176 6.85392 19.2259 7.7626 19.6396 8.76338C20.0533 9.76417 20.2642 10.8371 20.26 11.9201C20.28 16.4601 16.58 20.1501 12.04 20.1501ZM16.56 13.9901C16.31 13.8701 15.09 13.2701 14.87 13.1801C14.64 13.1001 14.48 13.0601 14.31 13.3001C14.14 13.5501 13.67 14.1101 13.53 14.2701C13.39 14.4401 13.24 14.4601 12.99 14.3301C12.74 14.2101 11.94 13.9401 11 13.1001C10.26 12.4401 9.76999 11.6301 9.61999 11.3801C9.47999 11.1301 9.59999 11.0001 9.72999 10.8701C9.83999 10.7601 9.97999 10.5801 10.1 10.4401C10.22 10.3001 10.27 10.1901 10.35 10.0301C10.43 9.86005 10.39 9.72005 10.33 9.60005C10.27 9.48005 9.76999 8.26005 9.56999 7.76005C9.36999 7.28005 9.15999 7.34005 9.00999 7.33005H8.52999C8.35999 7.33005 8.09999 7.39005 7.86999 7.64005C7.64999 7.89005 7.00999 8.49005 7.00999 9.71005C7.00999 10.9301 7.89999 12.1101 8.01999 12.2701C8.13999 12.4401 9.76999 14.9401 12.25 16.0101C12.84 16.2701 13.3 16.4201 13.66 16.5301C14.25 16.7201 14.79 16.6901 15.22 16.6301C15.7 16.5601 16.69 16.0301 16.89 15.4501C17.1 14.8701 17.1 14.3801 17.03 14.2701C16.96 14.1601 16.81 14.1101 16.56 13.9901Z' fill='%2325D366'/%3E%3C/svg%3E");
  }
}
.hero [data-hero-rotator] {
  text-transform: capitalize;
}

.page-index .hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(180, 225, 255, 0.55), transparent 20%),
    radial-gradient(circle at 42% 18%, rgba(255, 255, 255, 0.9), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(196, 232, 255, 0.45), transparent 18%),
    linear-gradient(180deg, #f7fbfd 0%, #eef7fa 100%);
  background-image:
    radial-gradient(circle at 14% 22%, rgba(180, 225, 255, 0.55), transparent 20%),
    radial-gradient(circle at 42% 18%, rgba(255, 255, 255, 0.9), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(196, 232, 255, 0.45), transparent 18%),
    linear-gradient(180deg, #f7fbfd 0%, #eef7fa 100%);
}

.page-index .hero__layout {
  position: relative;
  z-index: 1;
}

.page-index .hero__content {
  position: relative;
}

.page-index .hero__content::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 7rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(159, 224, 255, 0.22) 0%, rgba(159, 224, 255, 0.08) 38%, transparent 72%);
  filter: blur(22px);
  z-index: 0;
}

.page-index .hero__content::after {
  content: "";
  position: absolute;
  inset: -2rem -1rem auto auto;
  width: 20rem;
  height: 12rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 32%, rgba(129, 216, 255, 0.18), transparent 0 26%),
    radial-gradient(circle at 58% 20%, rgba(255, 255, 255, 0.75), transparent 0 16%),
    radial-gradient(circle at 74% 36%, rgba(181, 226, 255, 0.22), transparent 0 20%);
  filter: blur(28px);
  opacity: 0.95;
  z-index: 0;
}

.page-index .hero__content > * {
  position: relative;
  z-index: 1;
}

.page-index .hero-card {
  position: relative;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(20, 52, 87, 0.12);
  z-index: 1;
}

.page-index .hero-card::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -10%;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.18) 45%, transparent 75%);
  filter: blur(20px);
  opacity: 0.75;
}

.page-index .hero-man {
  position: absolute;
  right: -34.4rem;
  bottom: 0;
  width: min(43vw, 780px);
  max-width: none;
  height: auto;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.page-about .hero {
  position: relative;
  overflow: hidden;
  padding: var(--space-10) 0 var(--space-9);
  color: var(--color-white);
  background:
    linear-gradient(90deg, rgba(8, 15, 27, 0.84) 0%, rgba(8, 15, 27, 0.72) 34%, rgba(8, 15, 27, 0.42) 58%, rgba(8, 15, 27, 0.14) 100%),
    linear-gradient(180deg, rgba(4, 12, 22, 0.26) 0%, rgba(4, 12, 22, 0.48) 100%),
    url("../assets/img/sobre-nos-hero.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-about .hero__layout {
  position: relative;
  align-items: stretch;
  gap: var(--space-6);
}

.page-about .hero__content {
  position: relative;
  z-index: 1;
}

.page-about .hero__content {
  flex: 1 1 100%;
  padding-top: var(--space-7);
  max-width: 700px;
}

.page-about .hero .eyebrow,
.page-about .hero h1,
.page-about .hero p {
  color: var(--color-white);
}

.page-about .hero .eyebrow {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.page-about .hero__lead,
.page-about .hero p {
  color: rgba(255, 255, 255, 0.86);
}

.page-about .hero__benefits .mini-card {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 50px rgba(2, 9, 18, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-about .hero__benefits .mini-card strong,
.page-about .hero__benefits .mini-card span {
  color: var(--color-white);
}

.about-hero-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 1 300px;
  flex-direction: column;
  gap: 1rem;
  align-self: center;
  margin-left: auto;
}

.about-hero-side .mini-card {
  min-height: 0;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 50px rgba(2, 9, 18, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-hero-side .mini-card strong,
.about-hero-side .mini-card span {
  color: var(--color-white);
}

.page-about .hero::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 32%;
  height: 42%;
  background: radial-gradient(circle at left bottom, rgba(3, 123, 242, 0.24), transparent 68%);
  pointer-events: none;
}

.page-about .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.1), transparent 16%),
    radial-gradient(circle at 72% 18%, rgba(255, 214, 153, 0.14), transparent 18%);
  pointer-events: none;
}

.page-about .section {
  padding-top: calc(var(--space-10) + 1.5rem);
  padding-bottom: calc(var(--space-10) + 1.5rem);
}

.page-about .section + .section {
  margin-top: 1rem;
}

.page-index .section {
  padding-top: calc(var(--space-10) + 1.5rem);
  padding-bottom: calc(var(--space-10) + 1.5rem);
}

.page-index .section + .section {
  margin-top: 1rem;
}

.page-index .section-heading,
.page-about .section-heading {
  margin-bottom: calc(var(--space-7) + 0.5rem);
}

.page-index .section-heading--split,
.page-about .section-heading--split {
  gap: calc(var(--space-6) + 0.5rem);
}

.page-index .service-grid,
.page-index .feature-list,
.page-index .steps,
.page-index .testimonial-row,
.page-about .about-grid,
.page-about .about-values {
  gap: var(--space-6);
}

.about-grid,
.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
}

.about-intro {
  margin-bottom: calc(var(--space-9) + 0.5rem);
}

.about-intro__content {
  column-count: 2;
  column-gap: 2.5rem;
}

.about-intro__content p {
  margin: 0 0 1.35rem;
  color: var(--color-text-soft);
  line-height: 1.8;
  break-inside: avoid;
}

.about-current-gallery,
.about-photo-strip,
.about-photo-grid,
.about-proof-layout,
.about-family-highlight {
  display: grid;
  gap: 1.25rem;
}

.about-current-gallery {
  grid-template-columns: 1.2fr 0.95fr;
  grid-template-areas:
    "main side-a"
    "main side-b";
  margin-top: calc(var(--space-7) + 0.5rem);
  align-items: stretch;
}

.about-current-gallery .about-photo-card--feature {
  grid-area: main;
}

.about-current-gallery .about-photo-card--secondary {
  grid-area: side-a;
}

.about-current-gallery .about-photo-card--team {
  grid-area: side-b;
}

.about-photo-strip {
  grid-template-columns: 1.15fr 1.15fr 0.8fr;
  margin-top: calc(var(--space-7) + 0.5rem);
}

.about-photo-grid {
  margin-top: calc(var(--space-7) + 0.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-photo-grid--history {
  grid-template-columns: 1.05fr 0.9fr 1.05fr;
}

.about-history-note {
  position: relative;
  margin-top: var(--space-6);
  padding: clamp(1.3rem, 2vw, 1.7rem) clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid rgba(2, 98, 194, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 240, 251, 0.78)),
    radial-gradient(circle at top right, rgba(135, 241, 134, 0.18), transparent 32%);
  box-shadow: 0 20px 44px rgba(1, 49, 97, 0.1);
  overflow: hidden;
}

.about-history-note::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-cta), rgba(2, 98, 194, 0));
}

.about-history-note__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  padding: 0.7rem 1rem;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  color: var(--color-primary-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(135, 241, 134, 0.2);
}

.about-history-note__tag::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-cta);
  box-shadow: 0 0 0 6px rgba(3, 123, 242, 0.12);
}

.about-history-note p {
  max-width: 62ch;
  margin: 0;
  color: var(--color-text-soft);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.85;
}

.about-history-note strong {
  color: var(--color-text);
}

.about-photo-grid--services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-proof-layout {
  margin-top: calc(var(--space-7) + 0.5rem);
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}

.about-family-highlight {
  grid-template-columns: 1.08fr 0.62fr;
  align-items: center;
  gap: calc(var(--space-6) + 0.25rem);
  margin-top: calc(var(--space-8) + 0.25rem);
}

.about-family-highlight .about-photo-card {
  max-width: 32rem;
  width: 100%;
  justify-self: end;
}

.about-family-highlight__copy h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.05;
  color: var(--color-text);
}

.about-family-highlight__copy p {
  margin: 0;
  color: var(--color-text-soft);
  line-height: 1.8;
}

.about-photo-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 227, 238, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--color-shadow);
}

.about-photo-card.is-fallback {
  display: grid;
  align-content: end;
  min-height: 14rem;
  background:
    linear-gradient(180deg, rgba(236, 245, 252, 0.95) 0%, rgba(226, 237, 248, 0.98) 100%);
}

.about-photo-card.is-fallback::before {
  content: attr(data-fallback-label);
  display: grid;
  place-items: center;
  min-height: 14rem;
  padding: 1.4rem;
  color: var(--color-text-soft);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.about-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-card figcaption {
  padding: 0.95rem 1rem 1.1rem;
  color: var(--color-text-soft);
  line-height: 1.6;
  font-size: 0.95rem;
}

.about-photo-card--landscape img {
  aspect-ratio: 16 / 10;
}

.about-photo-card--portrait img {
  aspect-ratio: 4 / 5.15;
}

.about-photo-card--certificate img {
  aspect-ratio: 16 / 10.6;
  object-fit: contain;
  background: #fff;
}

.about-proof-layout .about-photo-card {
  height: 100%;
}

.about-proof-layout .about-photo-card--certificate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
}

.about-proof-layout .about-photo-card--certificate img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.about-proof-layout .about-photo-card--landscape img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 100%;
}

.about-hero-services {
  margin-top: var(--space-5);
}

.about-hero-services strong {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--color-white);
}

.about-hero-services__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
}

.about-hero-services__list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.about-grid > *,
.about-values > * {
  flex: 1 1 280px;
}

@media (max-width: 900px) {
  .page-about .container {
    width: min(100% - 64px, var(--container));
  }

  .page-about .hero {
    background:
      linear-gradient(180deg, rgba(8, 15, 27, 0.86) 0%, rgba(8, 15, 27, 0.68) 38%, rgba(8, 15, 27, 0.58) 100%),
      linear-gradient(90deg, rgba(4, 12, 22, 0.72) 0%, rgba(4, 12, 22, 0.34) 48%, rgba(4, 12, 22, 0.16) 100%),
      url("../assets/img/sobre-nos-hero-mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .about-hero-side {
    flex-basis: 260px;
  }

  .about-current-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "main main"
      "side-a side-b";
  }

  .about-photo-strip,
  .about-photo-grid,
  .about-photo-grid--history,
  .about-proof-layout,
  .about-family-highlight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .page-about .container {
    width: min(100% - 40px, var(--container));
  }

  .page-about .hero {
    padding-top: var(--space-8);
    background-position: center top;
  }

  .page-about .section {
    padding-top: calc(var(--space-8) + 1rem);
    padding-bottom: calc(var(--space-8) + 1rem);
  }

  .page-about .section + .section {
    margin-top: 0.5rem;
  }

  .page-index .section {
    padding-top: calc(var(--space-8) + 1rem);
    padding-bottom: calc(var(--space-8) + 1rem);
  }

  .page-index .section + .section {
    margin-top: 0.5rem;
  }

  .page-index .section-heading,
  .page-about .section-heading {
    margin-bottom: var(--space-6);
  }

  .page-about .hero__content {
    max-width: none;
  }

  .about-hero-side {
    width: 100%;
    flex-basis: auto;
    margin-left: 0;
    margin-top: 1rem;
  }

  .about-hero-side .mini-card {
    background: rgba(255, 255, 255, 0.14);
  }

  .about-hero-services__list {
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .about-hero-services__list span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .about-intro {
    margin-bottom: calc(var(--space-8) + 0.25rem);
  }

  .about-intro__content {
    column-count: 1;
    column-gap: 0;
  }

  .about-current-gallery,
  .about-photo-strip,
  .about-photo-grid,
  .about-photo-grid--history,
  .about-photo-grid--services,
  .about-proof-layout,
  .about-family-highlight {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-current-gallery {
    grid-template-areas:
      "main"
      "side-a"
      "side-b";
  }
}

@media (max-width: 480px) {
  .page-index .cta-band__inner {
    align-items: flex-start !important;
  }

  .page-index .cta-band__inner .button {
    align-self: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-index .testimonials-slider__footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .page-index .testimonials-slider__dots {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .page-index .testimonials-slider__dots::-webkit-scrollbar {
    display: none;
  }

  .page-index .testimonials-slider__dot {
    flex: 0 0 0.7rem;
    width: 0.7rem;
    height: 0.7rem;
    min-width: 0.7rem;
    min-height: 0.7rem;
  }

  .page-index .testimonials-slider__next {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
  }
}

@media (max-width: 480px) {
  .page-index .nav a.button[href*="wa.me"] {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    font-size: 0.98rem;
    line-height: 1.35;
    font-weight: 800;
    color: var(--color-primary-strong);
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.35);
    min-width: 0;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    white-space: normal;
    text-align: left;
  }

  .page-index .nav a.button[href*="wa.me"]::before {
    content: none;
  }

  a.button[href*="wa.me"] {
    font-size: 0;
    line-height: 0;
    min-width: 3.5rem;
    min-height: 3.5rem;
    padding: 0.9rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  a.button[href*="wa.me"]::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    background-image: url("../assets/Whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .page-index .floating-cta {
    font-size: 0;
    line-height: 0;
    min-width: 3.5rem;
    min-height: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .page-index .floating-cta span {
    display: none;
  }

  .page-index .floating-cta::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    background-image: url("../assets/Whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
