@import url(https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Nunito:ital,wght@0,300..900;1,300..900&family=Great+Vibes&display=swap);
body {
  font-family: "Nunito", sans-serif;
}

.img-thumb {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #fff;
}
.img-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}

.fbt-resize {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.space-3 {
  height: 16px;
}

.highlight-card:hover .fbt-resize {
  transform: scale(1.05);
}

.blog-card:hover .fbt-resize {
  transform: scale(1.05);
}

.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.widget.advertisement span {
  font-size: 10px;
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
}

.heateor_sss_horizontal_sharing {
  margin-bottom: 10px;
}

div.heateor_sss_follow_ul,
div.heateor_sss_sharing_ul {
  display: flex;
  justify-content: center;
}

.post-excerpt .heateor_sss_horizontal_sharing {
  display: none;
}

:root {
  --navy: #0c1b33;
  --navy-light: #162544;
  --navy-dark: #080f1e;
  --navy-deeper: #050a14;
  --navy-a-04: rgba(12, 27, 51, 0.04);
  --navy-a-05: rgba(12, 27, 51, 0.05);
  --navy-a-06: rgba(12, 27, 51, 0.06);
  --navy-a-08: rgba(12, 27, 51, 0.08);
  --navy-a-10: rgba(12, 27, 51, 0.10);
  --navy-a-14: rgba(12, 27, 51, 0.14);
  --navy-a-32: rgba(12, 27, 51, 0.32);
  --navy-a-50: rgba(12, 27, 51, 0.50);
  --navy-a-78: rgba(12, 27, 51, 0.78);
  --navy-muted: var(--navy-a-06);
  --blue: #1b65a7;
  --blue-bright: #2b8fd9;
  --blue-accent: #3ba5f7;
  --blue-subtle: #eff6ff;
  --blue-muted: rgba(27, 101, 167, 0.08);
  --blue-a-08: rgba(27, 101, 167, 0.08);
  --blue-a-12: rgba(27, 101, 167, 0.12);
  --blue-a-20: rgba(27, 101, 167, 0.20);
  --blue-a-28: rgba(27, 101, 167, 0.28);
  --blue-a-40: rgba(27, 101, 167, 0.40);
  --blue-a-55: rgba(27, 101, 167, 0.55);
  --green-accent: #69BC3F;
  --green-accent-dark: #4FA82E;
  --green-a-08: rgba(105, 188, 63, 0.08);
  --green-a-10: rgba(105, 188, 63, 0.10);
  --green-a-12: rgba(105, 188, 63, 0.12);
  --green-a-15: rgba(105, 188, 63, 0.15);
  --green-a-18: rgba(105, 188, 63, 0.18);
  --green-a-20: rgba(105, 188, 63, 0.20);
  --teal: var(--green-accent);
  --teal-subtle: #ecfdf5;
  --teal-deep: var(--green-accent);
  --teal-a-08: var(--green-a-08);
  --teal-a-10: var(--green-a-10);
  --teal-a-12: var(--green-a-12);
  --teal-a-15: var(--green-a-15);
  --teal-a-18: var(--green-a-18);
  --teal-a-20: var(--green-a-20);
  --teal-a-25: rgba(105, 188, 63, 0.25);
  --teal-a-30: rgba(105, 188, 63, 0.30);
  --teal-a-35: rgba(105, 188, 63, 0.35);
  --teal-a-55: rgba(105, 188, 63, 0.55);
  --teal-a-60: rgba(105, 188, 63, 0.60);
  --teal-a-95: rgba(105, 188, 63, 0.95);
  --gold: #f59e0b;
  --gold-dark: #d97706;
  --gold-light: #fef3c7;
  --gold-subtle: #fffbeb;
  --gold-a-30: rgba(245, 158, 11, 0.30);
  --gold-a-60: rgba(245, 158, 11, 0.60);
  --white-a-04: rgba(255, 255, 255, 0.04);
  --white-a-05: rgba(255, 255, 255, 0.05);
  --white-a-06: rgba(255, 255, 255, 0.06);
  --white-a-08: rgba(255, 255, 255, 0.08);
  --white-a-10: rgba(255, 255, 255, 0.10);
  --white-a-12: rgba(255, 255, 255, 0.12);
  --white-a-18: rgba(255, 255, 255, 0.18);
  --white-a-25: rgba(255, 255, 255, 0.25);
  --white-a-35: rgba(255, 255, 255, 0.35);
  --white-a-40: rgba(255, 255, 255, 0.40);
  --white-a-45: rgba(255, 255, 255, 0.45);
  --white-a-48: rgba(255, 255, 255, 0.48);
  --white-a-50: rgba(255, 255, 255, 0.50);
  --white-a-65: rgba(255, 255, 255, 0.65);
  --white-a-70: rgba(255, 255, 255, 0.70);
  --white-a-80: rgba(255, 255, 255, 0.80);
  --white-a-88: rgba(255, 255, 255, 0.88);
  --whatsapp: var(--green-accent);
  --whatsapp-dark: var(--green-accent-dark);
  --whatsapp-a-07: rgba(105, 188, 63, 0.07);
  --whatsapp-a-35: rgba(105, 188, 63, 0.35);
  --whatsapp-a-45: rgba(105, 188, 63, 0.45);
  --whatsapp-a-55: rgba(105, 188, 63, 0.55);
  --whatsapp-a-60: rgba(105, 188, 63, 0.60);
  --success: var(--green-accent);
  --success-subtle: #f0fdf4;
  --warning: #d97706;
  --warning-subtle: #fffbeb;
  --error: #dc2626;
  --error-a-12: rgba(220, 38, 38, 0.12);
  --error-subtle: #fef2f2;
  --info: #0284c7;
  --info-subtle: #f0f9ff;
  --white: #ffffff;
  --black: #000000;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --surface: var(--white);
  --surface-soft: var(--gray-50);
  --surface-alt: #FAFBFE;
  --surface-lavender: #e6e8fc;
  --text: var(--gray-900);
  --text-muted: var(--gray-500);
  --text-soft: var(--gray-400);
  --text-heading: var(--navy);
  --border: var(--gray-200);
  --border-light: var(--gray-100);
  --border-navy: var(--navy-a-05);
  --border-on-dark: var(--white-a-08);
  --outline-stroke-light: var(--navy-a-08);
  --outline-stroke-dark: var(--white-a-08);
  --font-heading: 'Baloo 2', cursive;
  --font-script: 'Great Vibes', 'Brush Script MT', cursive;
  --font-body: 'Nunito', sans-serif;
  --fs-xs: 11px;
  --fs-sm: 13px;
  --fs-base: 15px;
  --fs-md: 17px;
  --fs-lg: 20px;
  --fs-xl: 24px;
  --fs-2xl: 32px;
  --fs-3xl: clamp(26px, 3.2vw, 42px);
  --fs-4xl: clamp(36px, 5vw, 60px);
  --lh-tight: 1.2;
  --lh-snug: 1.35;
  --lh-base: 1.6;
  --lh-relaxed: 1.8;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-14: 56px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;
  --radius: var(--radius-md);
  --radius-card: var(--radius-lg);
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.10), 0 4px 10px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 44px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.06);
  --shadow-2xl: 0 32px 64px rgba(0, 0, 0, 0.15), 0 12px 24px rgba(0, 0, 0, 0.08);
  --shadow-blue: 0 8px 24px var(--blue-a-28);
  --shadow-gold: 0 8px 24px var(--gold-a-30);
  --shadow-navy: 0 8px 24px var(--navy-a-32);
  --shadow-card: 0 14px 40px var(--navy-a-08);
  --shadow-card-hover: 0 22px 56px var(--navy-a-14);
  --transition: all 0.22s ease;
  --transition-slow: all 0.4s ease;
  --transition-spring: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: var(--lh-relaxed);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-heading);
  letter-spacing: -0.3px;
}

h1 {
  font-size: var(--fs-4xl);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: var(--lh-tight);
}

h2 {
  font-size: var(--fs-3xl);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.22;
}

h3 {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: var(--lh-snug);
}

h4 {
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: var(--lh-snug);
}

p {
  line-height: var(--lh-relaxed);
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--sp-10);
}
@media (max-width: 768px) {
  .container {
    padding: 0 var(--sp-5);
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 var(--sp-4);
  }
}

.section {
  padding: var(--sp-24) var(--sp-10);
}
@media (max-width: 768px) {
  .section {
    padding: var(--sp-16) var(--sp-5);
  }
}
@media (max-width: 480px) {
  .section {
    padding: var(--sp-12) var(--sp-4);
  }
}

.section-header {
  margin-bottom: var(--sp-14);
}
.section-header.centered {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-header.centered .section-eyebrow {
  justify-content: center;
}
.section-header.centered p {
  margin-left: auto;
  margin-right: auto;
}
.section-header h2 {
  color: var(--text-heading);
  margin-bottom: var(--sp-3);
}
.section-header p {
  font-size: var(--fs-md);
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
  max-width: 580px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--blue);
  margin-bottom: var(--sp-3);
}
.section-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 100%);
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 11px 22px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-sm);
  letter-spacing: 0.2px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  transition: opacity 0.15s;
}
.btn:active::after {
  opacity: 1;
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 101, 167, 0.4);
}
.btn.btn-lg {
  padding: 15px 34px;
  font-size: var(--fs-base);
  border-radius: var(--radius-md);
  gap: var(--sp-3);
}
.btn.btn-sm {
  padding: 8px 18px;
  font-size: var(--fs-xs);
  border-radius: var(--radius-xs);
}
.btn.btn-primary {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.btn.btn-primary:hover {
  background: var(--blue-bright);
  border-color: var(--blue-bright);
  transform: translateY(-2px);
  box-shadow: var(--shadow-blue);
}
.btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}
.btn.btn-dark {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.btn.btn-dark:hover {
  background: var(--navy-light);
  border-color: var(--navy-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-navy);
}
.btn.btn-dark:active {
  transform: translateY(0);
}
.btn.btn-green {
  background: var(--green-accent);
  color: var(--white);
  border-color: var(--green-accent);
  font-weight: 800;
}
.btn.btn-green:hover {
  background: #5aaa32;
  border-color: #5aaa32;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(105, 188, 63, 0.35);
}
.btn.btn-green:active {
  transform: translateY(0);
}
.btn.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  font-weight: 800;
}
.btn.btn-gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}
.btn.btn-gold:active {
  transform: translateY(0);
}
.btn.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--gray-300);
}
.btn.btn-outline:hover {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
  transform: translateY(-2px);
}
.btn.btn-outline:active {
  transform: translateY(0);
}
.btn.btn-outline-white {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
}
.btn.btn-outline-white:hover {
  background: white;
  color: var(--navy);
  border-color: white;
}
.btn.btn-outline-white:active {
  background: var(--gray-100);
}
.btn.btn-ghost {
  background: transparent;
  color: var(--blue);
  border-color: transparent;
}
.btn.btn-ghost:hover {
  background: var(--blue-muted);
}
.btn.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  border-color: var(--whatsapp);
}
.btn.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--whatsapp-a-35);
}
.btn.btn-whatsapp:active {
  transform: translateY(0);
}
.btn:disabled, .btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  transform: none !important;
  box-shadow: none !important;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-field label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-heading);
  line-height: 1;
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 11px 14px;
  border: 1.5px solid #dde1e7;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  color: var(--text);
  background: #f8f9fb;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
}
.form-field input::-moz-placeholder, .form-field select::-moz-placeholder, .form-field textarea::-moz-placeholder {
  color: #b0b8c1;
}
.form-field input::placeholder,
.form-field select::placeholder,
.form-field textarea::placeholder {
  color: #b0b8c1;
}
.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: #c2c8d0;
  background: var(--white);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green-accent);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(105, 188, 63, 0.14);
}
.form-field input:disabled,
.form-field select:disabled,
.form-field textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-field textarea {
  padding: 11px 14px;
  resize: vertical;
  min-height: 100px;
}
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea {
  border-color: var(--error);
  background: var(--error-subtle);
}
.form-field.has-error input:focus, .form-field.has-error select:focus, .form-field.has-error textarea:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.form-field.has-error .field-error {
  font-size: var(--fs-xs);
  color: var(--error);
  font-weight: 600;
  margin-top: 2px;
}
.form-field.has-success input, .form-field.has-success select, .form-field.has-success textarea {
  border-color: var(--success);
}

.field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.field-wrap .field-icon {
  position: absolute;
  left: 12px;
  stroke: #b0b8c1;
  pointer-events: none;
  flex-shrink: 0;
  transition: stroke 0.2s ease;
  z-index: 1;
}
.field-wrap input,
.field-wrap select {
  padding: 11px 12px 11px 36px;
}
.field-wrap:focus-within .field-icon {
  stroke: var(--green-accent);
}
.field-wrap.field-wrap--select select {
  padding-right: 34px;
  cursor: pointer;
}
.field-wrap.field-wrap--select .select-arrow {
  position: absolute;
  right: 11px;
  stroke: #b0b8c1;
  pointer-events: none;
  flex-shrink: 0;
  transition: stroke 0.2s ease, transform 0.2s ease;
}
.field-wrap.field-wrap--select:focus-within .select-arrow {
  stroke: var(--green-accent);
  transform: rotate(180deg);
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-group > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-group.visible > * {
  opacity: 1;
  transform: translateY(0);
}
.reveal-group.visible > *:nth-child(1) {
  transition-delay: 0s;
}
.reveal-group.visible > *:nth-child(2) {
  transition-delay: 0.08s;
}
.reveal-group.visible > *:nth-child(3) {
  transition-delay: 0.16s;
}
.reveal-group.visible > *:nth-child(4) {
  transition-delay: 0.24s;
}
.reveal-group.visible > *:nth-child(5) {
  transition-delay: 0.32s;
}
.reveal-group.visible > *:nth-child(6) {
  transition-delay: 0.4s;
}
.reveal-group.visible > *:nth-child(7) {
  transition-delay: 0.48s;
}
.reveal-group.visible > *:nth-child(8) {
  transition-delay: 0.56s;
}

.text-muted {
  color: var(--text-muted);
}

.text-heading {
  color: var(--text-heading);
}

.text-gold {
  color: var(--gold);
}

.text-blue {
  color: var(--blue);
}

.text-white {
  color: white;
}

.hl {
  color: var(--blue);
  position: relative;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

.topbar {
  position: relative;
  z-index: 1001;
  background: var(--surface-alt);
  font-size: 15px;
  color: var(--navy);
  box-shadow: none;
  border: 0;
}

.topbar__inner {
  width: 100%;
  padding: 0 40px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
}

.topbar__left {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-weight: 600;
}

.topbar__shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-a-10);
  color: var(--green-accent);
}

.topbar__trust {
  color: var(--navy);
}

.topbar__join {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  color: var(--green-accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.topbar__join:hover {
  color: var(--green-accent-dark);
}

.topbar__right {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-6);
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.topbar__item svg {
  color: var(--green-accent);
  flex-shrink: 0;
}
.topbar__item a {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.topbar__item a:hover {
  color: var(--green-accent);
}
.topbar__item + .topbar__item {
  padding-left: var(--sp-6);
}
.topbar__item + .topbar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: var(--navy-a-10);
}

@media (max-width: 1080px) {
  .topbar__right {
    gap: var(--sp-4);
  }
  .topbar__item:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .topbar__right {
    display: none;
  }
  .topbar__inner {
    justify-content: center;
    padding: 0 var(--sp-5);
    text-align: center;
  }
}
@media (max-width: 640px) {
  .topbar {
    font-size: 14px;
  }
  .topbar__trust {
    display: none;
  }
}
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(12, 27, 51, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--white);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.nav.is-scrolled {
  background: rgba(12, 27, 51, 0.88);
  box-shadow: 0 24px 24px -12px var(--navy-a-32);
}

.nav__inner {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  gap: var(--sp-6);
}
@media (max-width: 1200px) {
  .nav__inner {
    padding: 0 24px;
    height: 86px;
  }
}

.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.nav__logo:hover {
  transform: scale(1.02);
}

.nav__logo-img {
  width: auto;
  height: 280px;
  margin-top: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}

.nav__item {
  position: relative;
}

.nav__links > li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav__links > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  margin-right: var(--sp-4);
  flex-shrink: 0;
}

.has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 14px;
  pointer-events: none;
}

.has-dropdown:hover::after,
.has-dropdown:focus-within::after {
  pointer-events: auto;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding: 8px 0;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.01em;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--green-accent);
  border-radius: var(--radius-full);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav__link:hover, .nav__link.is-active, .nav__link[aria-expanded=true] {
  color: var(--green-accent);
}
.nav__link:hover::after, .nav__link.is-active::after, .nav__link[aria-expanded=true]::after {
  transform: scaleX(1);
}
.nav__link:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
  border-radius: var(--radius-xs);
}

.nav__chevron {
  transition: transform 0.25s ease;
  opacity: 0.75;
}

.has-dropdown:hover .nav__chevron,
.has-dropdown.is-open .nav__chevron,
.nav__trigger[aria-expanded=true] .nav__chevron {
  transform: rotate(180deg);
}

.nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 320px;
  background: var(--white);
  border: 1px solid var(--navy-a-05);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 56px var(--navy-a-14), 0 8px 16px var(--navy-a-06);
  padding: var(--sp-3);
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s ease;
}
.nav__dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--white);
  border-left: 1px solid var(--navy-a-05);
  border-top: 1px solid var(--navy-a-05);
}

.has-dropdown:hover > .nav__dropdown,
.has-dropdown:focus-within > .nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav__drop-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--navy);
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav__drop-item:hover, .nav__drop-item:focus-visible {
  background: var(--green-a-08);
  outline: none;
  transform: translateX(2px);
}
.nav__drop-item:hover .nav__drop-icon, .nav__drop-item:focus-visible .nav__drop-icon {
  background: var(--green-accent);
  color: var(--white);
  border-color: var(--green-accent);
}

.nav__drop-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: var(--green-a-10);
  border: 1px solid var(--green-a-18);
  color: var(--green-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.nav__drop-icon svg {
  display: block;
}

.nav__drop-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.25;
}
.nav__drop-text strong {
  font-size: var(--fs-sm);
  font-weight: 800;
  color: var(--navy);
}
.nav__drop-text span {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  font-weight: 500;
}

.nav__ctas {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 5px 22px 5px 5px;
  background: var(--white);
  color: var(--navy);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--green-a-20);
}
.nav__cta:hover .nav__cta-icon {
  background: var(--navy);
  transform: translateX(2px);
}
.nav__cta:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

.nav__cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green-accent);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
  flex-shrink: 0;
}

.nav__icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.nav__icon-btn:hover {
  background: var(--green-accent);
  color: var(--white);
}
.nav__icon-btn:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 2px;
}

.nav__burger {
  background: transparent;
  flex-direction: column;
  gap: 5px;
}
.nav__burger:hover {
  background: rgba(255, 255, 255, 0.08);
}
.nav__burger span {
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: var(--radius-full);
  display: block;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
.nav__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav__burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav__overlay {
  position: fixed;
  inset: 0;
  background: var(--navy-a-50);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1400;
}
.nav__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(92vw, 420px);
  background: var(--navy);
  color: var(--white);
  z-index: 1500;
  padding: var(--sp-8);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -24px 0 64px var(--navy-a-78);
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
}
.panel.is-open {
  transform: translateX(0);
}

.panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.panel__logo img {
  height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
}

.panel__ornament {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--white-a-08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.panel__ornament span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-accent);
  display: block;
}

.panel__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white-a-08);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.panel__close:hover {
  background: var(--green-accent);
  transform: rotate(90deg);
}

.panel__search {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 4px 4px 4px var(--sp-4);
  background: var(--white-a-08);
  border: 1px solid var(--white-a-08);
  border-radius: var(--radius-md);
}
.panel__search input {
  flex: 1;
  background: none;
  border: 0;
  padding: 10px 0;
  color: var(--white);
  font-size: var(--fs-sm);
  outline: none;
}
.panel__search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.panel__search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.panel__search button {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--green-accent);
  color: var(--white);
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.panel__search button:hover {
  background: var(--green-accent-dark);
}

.panel__title {
  font-family: var(--font-body);
  font-size: var(--fs-lg);
  font-weight: 800;
  margin: 0 0 var(--sp-3);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--white-a-08);
  color: var(--white);
}

.panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.panel__list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.panel__label {
  font-size: var(--fs-xs);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel__list a,
.panel__value {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fs-sm);
  line-height: 1.4;
  transition: color 0.2s ease;
}

.panel__list a:hover {
  color: var(--green-accent);
}

.panel__social {
  display: flex;
  gap: var(--sp-2);
}
.panel__social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white-a-08);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}
.panel__social a:hover {
  background: var(--green-accent);
  transform: translateY(-3px);
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--navy);
  color: var(--white);
  padding: var(--sp-10) clamp(var(--sp-8), 8vw, 80px) var(--sp-12);
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1500;
}
.search-overlay.is-open {
  transform: translateY(0);
}

.search-overlay__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-8);
}

.search-overlay__ornament {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--white-a-08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-overlay__ornament span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-accent);
}

.search-overlay__close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white-a-08);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.25s ease;
}
.search-overlay__close:hover {
  background: var(--green-accent);
  transform: rotate(90deg);
}

.search-overlay__body {
  max-width: 1080px;
  margin: 0 auto;
}

.search-overlay__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 var(--sp-6);
  color: var(--white);
  letter-spacing: -0.01em;
}

.search-overlay__form {
  display: flex;
  align-items: center;
  border: 1px solid var(--white-a-08);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.search-overlay__form input {
  flex: 1;
  background: none;
  border: 0;
  padding: 22px var(--sp-5);
  color: var(--white);
  font-size: var(--fs-lg);
  outline: none;
}
.search-overlay__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-overlay__form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-overlay__form button {
  padding: 0 var(--sp-8);
  align-self: stretch;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--white-a-08);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.search-overlay__form button:hover {
  background: var(--green-accent);
  border-left-color: var(--green-accent);
}

@media (max-width: 1080px) {
  .nav__links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 380px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--white);
    box-shadow: -24px 0 64px var(--navy-a-14);
    padding: calc(86px + var(--sp-5)) var(--sp-5) var(--sp-8);
    gap: var(--sp-1);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1450;
  }
  .nav__links.is-open {
    transform: translateX(0);
  }
  .nav__link {
    padding: 14px var(--sp-4);
    font-size: var(--fs-base);
  }
  .nav__link::after {
    bottom: 10px;
  }
  .nav__dropdown {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    background: var(--surface-soft);
    padding: var(--sp-2);
    margin-top: var(--sp-1);
    min-width: 0;
    display: none;
    grid-template-columns: 1fr;
  }
  .nav__dropdown::before {
    display: none;
  }
  .has-dropdown.is-open > .nav__dropdown {
    display: grid;
  }
  .nav__cta span:last-child {
    display: none;
  }
  .nav__cta {
    padding: 4px;
  }
  .panel {
    display: none;
  }
}
@media (max-width: 640px) {
  .nav__inner {
    padding: 0 var(--sp-5);
    height: 68px;
  }
  .nav__logo-img {
    height: 44px;
  }
  .nav__links {
    padding-top: calc(68px + var(--sp-5));
  }
  .nav__cta {
    display: none;
  }
  .search-overlay {
    padding: var(--sp-6) var(--sp-5) var(--sp-10);
  }
  .search-overlay__form input {
    padding: 16px var(--sp-4);
    font-size: var(--fs-base);
  }
}
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .hero {
    margin-top: -86px;
    padding-top: 86px;
  }
}
@media (max-width: 640px) {
  .hero {
    margin-top: -68px;
    padding-top: 68px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 15, 30, 0.88) 0%, var(--navy-a-78) 40%, var(--blue-a-55) 75%, var(--navy-a-50) 100%);
  z-index: 1;
}

.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse 80% 60% at 65% 50%, rgba(59, 165, 247, 0.08) 0%, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  padding: var(--sp-20) var(--sp-10);
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--sp-20);
  align-items: center;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(44px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content {
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--white-a-10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--white-a-18);
  color: white;
  padding: 7px 18px;
  border-radius: var(--radius-full);
  font-size: var(--fs-xs);
  font-weight: 800;
  margin-bottom: var(--sp-6);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulseDot 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulseDot {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--gold-a-60);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(245, 158, 11, 0);
  }
}
.hero h1 {
  color: white;
  margin-bottom: var(--sp-5);
  line-height: 1.08;
}
.hero h1 .highlight {
  color: var(--gold);
  display: inline-block;
  position: relative;
}
.hero h1 .highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  border-radius: var(--radius-full);
  opacity: 0.6;
}

.hero-desc {
  font-size: var(--fs-md);
  color: var(--white-a-80);
  margin-bottom: var(--sp-10);
  max-width: 500px;
  line-height: var(--lh-relaxed);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-14);
}

.hero-stats-row {
  display: flex;
  gap: var(--sp-12);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--white-a-12);
}

.hero-stat {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-family: var(--font-heading);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 900;
  color: white;
  line-height: 1;
}
.hero-stat-num .accent {
  color: var(--gold);
}

.hero-stat-label {
  font-size: var(--fs-xs);
  color: var(--white-a-50);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: var(--sp-1);
}

.hero-form {
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-2xl);
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-form__header {
  background: linear-gradient(135deg, var(--navy) 0%, #162544 100%);
  padding: var(--sp-6) 28px var(--sp-5);
  position: relative;
}
.hero-form__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 36px;
  height: 3px;
  background: var(--green-accent);
  border-radius: var(--radius-full);
}
.hero-form__header h3 {
  font-size: var(--fs-xl);
  font-weight: 800;
  color: var(--white);
  margin-bottom: var(--sp-1);
  letter-spacing: -0.02em;
}
.hero-form__header .form-sub {
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.65);
  line-height: var(--lh-base);
  margin: 0;
}

.hero-form__body {
  background: var(--white);
  padding: 28px 24px 28px;
}

.hero-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
}
.hero-form .form-row:last-of-type {
  margin-bottom: 0;
}
.hero-form .form-note {
  font-size: var(--fs-xs);
  color: var(--text-soft);
  margin-top: var(--sp-4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
}
.hero-form .form-note svg {
  stroke: var(--green-accent);
  flex-shrink: 0;
}

.form-button-full {
  width: 100%;
  justify-content: center;
  padding: 14px var(--sp-4);
  font-size: var(--fs-base);
  margin-top: var(--sp-4);
}

@media (max-width: 1080px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .hero-form {
    max-width: 520px;
  }
  .hero-stats-row {
    gap: var(--sp-8);
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
  }
  .hero-inner {
    padding: var(--sp-14) var(--sp-5);
  }
  .hero-desc {
    font-size: var(--fs-base);
  }
  .hero-form {
    padding: var(--sp-6) var(--sp-5);
  }
  .hero-form .form-row {
    grid-template-columns: 1fr;
  }
  .hero-stats-row {
    flex-wrap: wrap;
    gap: var(--sp-6);
    padding-top: var(--sp-5);
  }
  .hero-actions {
    flex-direction: column;
    margin-bottom: var(--sp-10);
  }
  .hero-actions .btn {
    width: 100%;
  }
}
.about {
  padding: var(--sp-20) 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--sp-8), 6vw, var(--sp-16));
  align-items: center;
}

.about__media {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding-right: 24px;
  padding-bottom: 24px;
}

.about__frame {
  position: absolute;
  top: 29px;
  left: 24px;
  right: 24px;
  bottom: 0;
  background: var(--green-accent);
  border-radius: var(--radius-lg);
  z-index: 0;
  transform: rotate(9deg);
}

.about__img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5/5.2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 48px var(--navy-a-14);
}

.about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.about__media:hover .about__img {
  transform: scale(1.04);
}

.about__badge {
  position: absolute;
  top: -28px;
  left: -28px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 12px 32px var(--navy-a-14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.about__badge-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: about-spin 18s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .about__badge-ring {
    animation: none;
  }
}

.about__badge-text {
  fill: var(--navy);
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes about-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about__play {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--green-accent);
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px var(--navy-a-32);
  transition: transform 0.25s ease, background 0.25s ease;
}
.about__play svg {
  margin-left: 2px;
}
.about__play:hover {
  transform: scale(1.08);
  background: var(--green-accent);
  color: var(--white);
}
.about__play:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.about__header {
  position: relative;
  text-align: left;
  align-self: stretch;
}

.about__outline {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.about__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.about__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.about__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.025em;
}

.about__title-hl {
  display: block;
  color: var(--green-accent);
}

.about__desc {
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
  max-width: 560px;
}

.about__list {
  list-style: none;
  padding: 0;
  margin: var(--sp-2) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.about__list-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--navy);
}

.about__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green-a-10);
  color: var(--green-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--sp-6);
  margin-top: var(--sp-4);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--navy-a-08);
}

.about__sig {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.about__sig-mark {
  width: 110px;
  height: auto;
  color: var(--navy);
  flex-shrink: 0;
}

.about__sig-info {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.about__sig-info strong {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 800;
  color: var(--navy);
}
.about__sig-info span {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  font-weight: 600;
}

.about__exp {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--surface-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about__exp-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy-a-04);
}

.about__exp-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  z-index: 1;
}

.about__exp-num {
  font-family: var(--font-heading);
  font-size: 68px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
}
.about__exp-num em {
  font-style: normal;
  font-size: 34px;
  margin-left: 2px;
  margin-top: 4px;
  color: var(--green-accent);
}

.about__exp-label {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about__cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: var(--sp-3);
  padding: 6px 6px 6px var(--sp-5);
  background: var(--green-accent);
  color: var(--white);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.about__cta:hover {
  background: var(--green-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px var(--green-a-20);
}
.about__cta:hover .about__cta-icon {
  transform: rotate(-8deg);
}
.about__cta:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

.about__cta-text {
  padding: 6px 0;
  font-size: var(--fs-sm);
}

.about__cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--green-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .about {
    padding: var(--sp-16) 0;
  }
  .about__grid {
    grid-template-columns: 1fr;
    gap: var(--sp-12);
  }
  .about__media {
    max-width: 520px;
  }
  .about__exp {
    width: 150px;
    height: 150px;
  }
  .about__exp-num {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: clamp(1.75rem, 6vw, 2.4rem);
  }
  .about__footer {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
    justify-items: flex-start;
  }
}
@media (max-width: 640px) {
  .about {
    padding: var(--sp-12) 0;
  }
  .about__badge {
    width: 100px;
    height: 100px;
    top: -18px;
    left: -18px;
  }
  .about__play {
    width: 44px;
    height: 44px;
  }
  .about__badge-text {
    font-size: 14px;
  }
  .about__media {
    padding-right: 14px;
    padding-bottom: 14px;
  }
  .about__frame {
    top: 14px;
    left: 14px;
  }
  .about__exp {
    width: 130px;
    height: 130px;
  }
  .about__exp-num {
    font-size: 48px;
  }
  .about__exp-num em {
    font-size: 24px;
  }
  .about__cta {
    width: 100%;
    justify-content: space-between;
  }
}
.segmentos {
  background: var(--white);
  overflow: hidden;
}

.seg__grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: var(--sp-16);
  align-items: center;
}

.seg__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.seg__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-accent);
  margin-bottom: var(--sp-4);
}

.seg__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.seg__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-heading);
  margin: 0 0 var(--sp-5);
  letter-spacing: -0.025em;
}

.seg__title-hl {
  color: var(--green-accent);
}

.seg__desc {
  font-size: var(--fs-base);
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-8);
  max-width: 380px;
}

.seg__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--teal-deep);
  border: 2px solid var(--teal-deep);
  padding: 10px 22px;
  border-radius: var(--radius-full);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.22s ease, color 0.22s ease;
}
.seg__cta i {
  font-size: 12px;
  transition: transform 0.2s ease;
}
.seg__cta:hover {
  background: var(--teal-deep);
  color: var(--white);
}
.seg__cta:hover i {
  transform: translateX(3px);
}

.seg__carousel-wrap {
  min-width: 0;
  position: relative;
  padding: 0 52px;
}

.seg-swiper {
  overflow: hidden;
}

.seg__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 9/14;
  cursor: pointer;
  display: block;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.seg__card:hover .seg__card-img {
  transform: scale(1.06);
}

.seg__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.seg__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 50, 42, 0.9) 0%, rgba(8, 50, 42, 0.55) 38%, rgba(8, 50, 42, 0.1) 65%, transparent 100%);
  z-index: 1;
}

.seg__card-title {
  position: absolute;
  bottom: 76px;
  left: var(--sp-5);
  right: var(--sp-5);
  z-index: 2;
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

.seg__card-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 12px var(--sp-5);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.seg__card-bar-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.seg__card-bar-icon i {
  color: var(--white);
  font-size: 15px;
}

.seg__card-bar-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.seg__card-bar-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seg__card-bar-age {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seg-prev,
.seg-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.seg-prev i,
.seg-next i {
  color: var(--teal-deep);
  font-size: 13px;
}
.seg-prev:hover,
.seg-next:hover {
  background: var(--teal-deep);
  transform: translateY(-50%) scale(1.08);
}
.seg-prev:hover i,
.seg-next:hover i {
  color: var(--white);
}
.seg-prev::after,
.seg-next::after {
  display: none;
}

.seg-prev {
  left: 6px;
}

.seg-next {
  right: 6px;
}

@media (max-width: 1080px) {
  .seg__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-12);
  }
}
@media (max-width: 768px) {
  .seg__grid {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .seg__intro {
    align-items: center;
    text-align: center;
  }
  .seg__desc {
    max-width: 520px;
  }
  .seg__card {
    aspect-ratio: 2/3;
  }
}
@media (max-width: 640px) {
  .seg__carousel-wrap {
    padding: 0 44px;
  }
  .seg-prev {
    left: 2px;
  }
  .seg-next {
    right: 2px;
  }
}
.parallax-cta {
  position: relative;
  padding: var(--sp-24) var(--sp-10);
  overflow: visible;
  text-align: center;
}
.parallax-cta .bg-img {
  overflow: hidden;
}
.parallax-cta .pllx__shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.parallax-cta .pllx__shape svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.parallax-cta .pllx__shape--top {
  bottom: 100%;
  margin-bottom: -1px;
  transform: scaleY(-1);
}
.parallax-cta .pllx__shape-fill {
  fill: #0c1b33;
}
.parallax-cta .bg-img {
  position: absolute;
  inset: 0;
}
.parallax-cta .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
}
.parallax-cta .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(182deg, rgb(12, 28, 51) 0%, rgba(12, 27, 51, 0.82) 50%, rgba(27, 101, 167, 0.75) 100%);
}

.pllx__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.parallax-cta .content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

.pllx__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--sp-5);
}

.pllx__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.parallax-cta h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: var(--sp-5);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.pllx__title-hl {
  color: var(--green-accent);
}

.parallax-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--fs-md);
  margin-bottom: var(--sp-10);
  line-height: var(--lh-relaxed);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.parallax-cta .cta-row {
  display: flex;
  justify-content: center;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .parallax-cta {
    padding: var(--sp-16) var(--sp-5);
  }
  .parallax-cta p {
    font-size: var(--fs-base);
    margin-bottom: var(--sp-8);
  }
  .pllx__outline {
    font-size: clamp(4rem, 18vw, 8rem);
  }
}
@media (max-width: 640px) {
  .parallax-cta .cta-row {
    flex-direction: column;
    align-items: center;
  }
  .parallax-cta .cta-row .btn {
    width: 100%;
    max-width: 320px;
  }
}
.diferenciais {
  background: var(--surface-soft, #f8f9fa);
}

.dif__header {
  position: relative;
  text-align: center;
  margin-bottom: var(--sp-12);
}

.dif__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.dif__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.dif__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.dif__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-heading);
  margin: 0;
  letter-spacing: -0.025em;
}

.dif__title-hl {
  display: block;
  color: var(--green-accent);
}

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

.dif__card {
  border-radius: 16px;
  overflow: hidden;
}

.dif__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.dif__card--img {
  height: 320px;
  cursor: pointer;
}
.dif__card--img:hover .dif__img {
  transform: scale(1.05);
}

.dif__card--featured {
  background: var(--white);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  height: 320px;
  border: 1px solid var(--border-light, #e5e7eb);
}

.dif__feat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-accent);
}

.dif__feat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-accent);
  flex-shrink: 0;
}

.dif__feat-title {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.25;
  margin: 0;
}

.dif__feat-desc {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dif__feat-footer {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: auto;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--border-light, #e5e7eb);
}

.dif__feat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--teal-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dif__feat-avatar svg {
  stroke: var(--white);
  width: 16px;
  height: 16px;
}

.dif__feat-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.2;
}

.dif__feat-sub {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.3;
}

.dif__card--overlay {
  position: relative;
  height: 320px;
  cursor: pointer;
}
.dif__card--overlay:hover .dif__img {
  transform: scale(1.05);
}
.dif__card--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--teal-a-95) 0%, var(--teal-a-55) 50%, var(--teal-a-10) 100%);
  z-index: 1;
}

.dif__overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 22px;
  z-index: 2;
}

.dif__overlay-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 4px;
  line-height: 1.2;
}

.dif__overlay-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.4;
}

.dif__card--post {
  background: var(--white);
  border: 1px solid var(--border-light, #e5e7eb);
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.dif__card--post:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}
.dif__card--post:hover .dif__post-img img {
  transform: scale(1.05);
}

.dif__post-img {
  height: 210px;
  overflow: hidden;
}
.dif__post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.dif__post-body {
  padding: 16px 18px 18px;
}

.dif__post-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0 0 var(--sp-2);
  line-height: 1.3;
}

.dif__post-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1;
  flex-wrap: wrap;
}

.dif__post-tag {
  font-weight: 700;
  color: var(--teal-deep);
}

.dif__post-sep {
  color: var(--border, #d1d5db);
}

@media (max-width: 1080px) {
  .dif__card--img,
  .dif__card--featured,
  .dif__card--overlay {
    height: 230px;
  }
  .dif__post-img {
    height: 155px;
  }
}
@media (max-width: 768px) {
  .dif__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .dif__card--featured {
    grid-column: span 2;
    height: auto;
  }
  .dif__card--img,
  .dif__card--overlay {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .dif__grid {
    grid-template-columns: 1fr;
  }
  .dif__card--featured {
    grid-column: span 1;
  }
  .dif__card--img,
  .dif__card--overlay {
    height: 200px;
  }
  .dif__outline {
    font-size: clamp(2.5rem, 14vw, 5rem);
  }
}
.faq {
  padding: var(--sp-20) 0;
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: visible;
}

.faq__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.faq__bg::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: url("https://images.unsplash.com/photo-1509062522246-3755977927d7?w=1400&q=80") center/cover no-repeat;
  filter: blur(10px);
}
.faq__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #0c1b33 0%, rgba(12, 27, 51, 0.82) 18%, rgba(12, 27, 51, 0.78) 50%, rgba(12, 27, 51, 0.82) 82%, #0c1b33 100%);
}

.faq > .container {
  position: relative;
  z-index: 2;
}

.faq__shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.faq__shape svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.faq__shape--top {
  bottom: 100%;
  margin-bottom: -1px;
  transform: scaleY(-1);
}
.faq__shape--bottom {
  top: 100%;
  margin-top: -1px;
}

.faq__shape-fill {
  fill: var(--navy);
}

.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(var(--sp-8), 5vw, var(--sp-16));
  align-items: start;
}

.faq__header {
  position: relative;
  text-align: center;
  margin-bottom: var(--sp-12);
}

.faq__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.08);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.faq__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--sp-4);
}

.faq__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.faq__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.025em;
}

.faq__title-hl {
  display: block;
  color: var(--green-accent);
}

.faq__intro {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.faq__desc {
  font-size: var(--fs-base);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 520px;
}

.faq__cta-card {
  margin-top: var(--sp-6);
  padding: var(--sp-8);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.faq__cta-title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 800;
  margin: 0;
  color: var(--white);
  letter-spacing: -0.01em;
}

.faq__cta-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.faq__cta-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  margin-top: var(--sp-3);
  padding: 12px 22px;
  background: var(--green-accent);
  color: var(--white);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.faq__cta-btn svg {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq__cta-btn:hover {
  background: var(--green-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px var(--green-a-20);
}
.faq__cta-btn:hover svg {
  transform: translateX(3px);
}
.faq__cta-btn:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.faq__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.faq__item.is-open {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--green-a-18);
}

.faq__q {
  width: 100%;
  background: transparent;
  border: 0;
  padding: var(--sp-5) var(--sp-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  cursor: pointer;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.faq__q:hover {
  color: var(--green-accent);
}
.faq__q:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: -2px;
  border-radius: var(--radius-lg);
}

.faq__q-text {
  flex: 1;
}

.faq__toggle {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  background: var(--green-accent);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.25s ease, transform 0.25s ease;
}
.faq__toggle svg {
  position: absolute;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.faq__toggle-minus {
  opacity: 0;
  transform: rotate(-90deg);
}

.is-open .faq__toggle-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.is-open .faq__toggle-minus {
  opacity: 1;
  transform: rotate(0);
}

.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq__a > p {
  overflow: hidden;
  margin: 0;
  padding: 0 var(--sp-6);
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.is-open .faq__a {
  grid-template-rows: 1fr;
}
.is-open .faq__a > p {
  padding: 0 var(--sp-6) var(--sp-5);
}

@media (max-width: 1080px) {
  .faq {
    padding: var(--sp-16) 0;
  }
  .faq__grid {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .faq__desc {
    max-width: none;
  }
  .faq__outline {
    font-size: clamp(2.5rem, 14vw, 5rem);
  }
}
@media (max-width: 640px) {
  .faq {
    padding: var(--sp-12) 0;
  }
  .faq__cta-card {
    padding: var(--sp-6);
  }
  .faq__q {
    padding: var(--sp-4) var(--sp-5);
  }
  .is-open .faq__a > p {
    padding: 0 var(--sp-5) var(--sp-4);
  }
  .faq__cta-btn {
    width: 100%;
    justify-content: center;
  }
}
.depoimentos {
  background: var(--surface-soft, #f8f9fa);
  overflow: hidden;
}

.depo__header {
  position: relative;
  text-align: center;
  margin-bottom: var(--sp-14);
}

.depo__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.depo__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.depo__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.depo__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-heading);
  margin: 0;
  letter-spacing: -0.025em;
}

.depo__title-hl {
  display: block;
  color: var(--green-accent);
}

.depo__slider-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.depo-swiper {
  overflow: hidden;
  background: transparent;
}

.depo__slide {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--sp-12);
  align-items: center;
  background: transparent;
  box-shadow: none;
  border: none;
}

.depo__photo-col {
  position: relative;
  padding-top: 22px;
  padding-right: 22px;
}

.depo__photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #efefef;
}

.depo__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.depo__photo-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--teal-deep);
  border: 4px solid var(--surface-soft, #f8f9fa);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px var(--teal-a-30);
}
.depo__photo-badge svg {
  stroke: var(--white);
}

.depo__content-col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.depo__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.depo__star {
  flex-shrink: 0;
  display: block;
}

.depo__rating {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-left: var(--sp-2);
}

.depo__text {
  font-family: var(--font-body, "Nunito", sans-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

.depo__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.depo__name {
  font-family: var(--font-body, "Nunito", sans-serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-heading);
  line-height: 1.2;
}

.depo__role {
  font-family: var(--font-body, "Nunito", sans-serif);
  font-size: var(--fs-sm);
  color: var(--text-muted);
  font-weight: 400;
}

.depo__bars {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: var(--sp-2);
}

.depo__bar {
  height: 4px;
  border-radius: 2px;
  background: #d1d5db;
  width: 40px;
  display: inline-block;
  flex-shrink: 0;
}
.depo__bar.depo__bar--active {
  background: var(--green-accent);
  width: 56px;
}

@media (max-width: 1080px) {
  .depo__slide {
    gap: var(--sp-8);
  }
}
@media (max-width: 768px) {
  .depo__slide {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .depo__photo-wrap {
    aspect-ratio: 4/3;
    max-width: 380px;
    margin: 0 auto;
  }
  .depo__header {
    margin-bottom: var(--sp-10);
  }
  .depo__outline {
    font-size: clamp(3rem, 12vw, 6rem);
  }
}
@media (max-width: 640px) {
  .depo__photo-wrap {
    aspect-ratio: 3/2;
  }
  .depo__stars i {
    font-size: 15px;
  }
}
.equipe {
  background: var(--white);
}

.equipe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}

.equipe-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
  aspect-ratio: 3/4;
  background: var(--gray-100);
}
.equipe-card:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-6px);
}
.equipe-card:active {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.equipe-card:focus-within {
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.4), var(--shadow-lg);
  outline: none;
}
.equipe-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.equipe-card:hover img {
  transform: scale(1.05);
}

.equipe-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 15, 30, 0.9) 0%, rgba(12, 27, 51, 0.6) 35%, transparent 65%);
  pointer-events: none;
}

.equipe-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--sp-6) var(--sp-4) var(--sp-4);
  text-align: center;
  z-index: 2;
}
.equipe-card-info h4 {
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  color: white;
  margin-bottom: 3px;
  line-height: var(--lh-snug);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.equipe-card-info span {
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.equipe-card-gold {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 100%);
  z-index: 3;
}

@media (max-width: 1080px) {
  .equipe-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-5);
  }
}
@media (max-width: 640px) {
  .equipe-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-3);
  }
  .equipe-card-info {
    padding: var(--sp-5) var(--sp-3) var(--sp-3);
  }
}
@media (max-width: 400px) {
  .equipe-grid {
    grid-template-columns: 1fr;
  }
}
.noticias {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, var(--surface-alt) 0, var(--surface-alt) 16.46vw, var(--surface-lavender) 16.46vw, var(--surface-lavender) calc(100% - 11.35vw), var(--surface-alt) calc(100% - 11.35vw), var(--surface-alt) 100%);
  padding-top: calc(16.46vw + var(--sp-12));
  padding-bottom: calc(11.35vw + var(--sp-16));
}

.not__cloud {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  display: block;
}

.not__cloud--top {
  top: 100px;
}

.not__cloud--bottom {
  bottom: 60px;
}

.noticias .container {
  position: relative;
  z-index: 1;
}

.not__header {
  position: relative;
  text-align: center;
  margin-bottom: var(--sp-12);
}

.not__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline-stroke-light);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.not__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.not__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.not__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-heading);
  margin: 0;
  letter-spacing: -0.025em;
}

.not__title-hl {
  display: block;
  color: var(--green-accent);
}

.not__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}

.not__card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 12px 12px 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-navy);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.not__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}
.not__card:hover .not__img {
  transform: scale(1.05);
}
.not__card:hover .not__arrow {
  background: var(--green-accent);
  color: var(--white);
}

.not__img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--gray-100);
}

.not__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.not__body {
  padding: var(--sp-5) var(--sp-3) var(--sp-5);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: var(--sp-3);
  position: relative;
}

.not__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.not__pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  background: var(--green-a-10);
  border: 1px solid var(--green-a-18);
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1;
}
.not__pill svg {
  stroke: var(--green-accent);
  flex-shrink: 0;
}

.not__card-title {
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  flex: 1;
  padding-right: 52px;
}
.not__card-title a {
  color: var(--text-heading);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.not__card-title a:hover {
  color: var(--green-accent);
}

.not__arrow {
  position: absolute;
  right: var(--sp-3);
  bottom: var(--sp-5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-a-15);
  color: var(--green-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.not__arrow svg {
  flex-shrink: 0;
}
.not__arrow:hover {
  transform: rotate(-8deg);
}

.not__cta {
  margin-top: var(--sp-12);
  display: flex;
  justify-content: center;
}

.not__all {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 14px var(--sp-8);
  background: var(--green-accent);
  color: var(--white);
  border: 2px solid var(--green-accent);
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.not__all svg {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.not__all:hover {
  background: var(--green-accent-dark);
  border-color: var(--green-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px var(--green-a-20);
}
.not__all:hover svg {
  transform: translateX(4px);
}
.not__all:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .not__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .not__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .not__header {
    margin-bottom: var(--sp-10);
  }
  .not__outline {
    font-size: clamp(3rem, 12vw, 6rem);
  }
}
@media (max-width: 640px) {
  .not__body {
    padding: var(--sp-4) var(--sp-2) var(--sp-4);
  }
  .not__cta {
    margin-top: var(--sp-10);
  }
  .not__all {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    padding: 14px var(--sp-5);
  }
}
.lead-cta {
  background: #fafbfd;
  padding: var(--sp-24) var(--sp-10);
  position: relative;
  overflow: hidden;
}
.lead-cta::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--green-a-08) 0%, transparent 70%);
  pointer-events: none;
}
.lead-cta::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--navy-a-04) 0%, transparent 70%);
  pointer-events: none;
}

.lcta__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(4rem, 11vw, 10rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.lcta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.lcta__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.lcta__title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: var(--sp-4);
  letter-spacing: -0.025em;
}

.lcta__title-hl {
  display: block;
  color: var(--green-accent);
}

.lead-cta-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-20);
  align-items: center;
  position: relative;
  z-index: 2;
}

.lead-cta-text > p {
  color: var(--text-muted);
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-8);
}

.lead-cta-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
}

.lcf-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  color: var(--navy);
  font-size: var(--fs-sm);
  font-weight: 700;
  padding: var(--sp-2) 0;
}
.lcf-item svg {
  stroke: var(--green-accent);
  flex-shrink: 0;
}

.lead-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(12, 27, 51, 0.1), 0 4px 12px rgba(12, 27, 51, 0.06);
  border: 1px solid rgba(12, 27, 51, 0.07);
}
.lead-form-card .form-stack {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  padding: 28px 28px var(--sp-8);
}

.lfc__header {
  background: linear-gradient(135deg, var(--navy) 0%, #162544 100%);
  padding: var(--sp-6) 28px var(--sp-5);
  position: relative;
}
.lfc__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 36px;
  height: 3px;
  background: var(--green-accent);
  border-radius: var(--radius-full);
}
.lfc__header h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-xl);
  font-weight: 800;
  color: var(--white);
  margin-bottom: var(--sp-1);
  line-height: var(--lh-snug);
  letter-spacing: -0.02em;
}
.lfc__header .form-sub {
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.65);
  line-height: var(--lh-base);
  margin: 0;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
}

.lfc__note {
  font-size: var(--fs-xs);
  color: var(--text-soft);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
  margin-top: var(--sp-1);
}
.lfc__note svg {
  stroke: var(--green-accent);
  flex-shrink: 0;
}

.lead-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  width: 100%;
  padding: 15px var(--sp-4);
  font-size: var(--fs-base);
  margin-top: var(--sp-1);
}

@media (max-width: 1080px) {
  .lead-cta-inner {
    grid-template-columns: 1fr;
    gap: var(--sp-12);
  }
  .lead-form-card {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .lead-cta {
    padding: var(--sp-16) var(--sp-5);
  }
  .lead-cta-features {
    grid-template-columns: 1fr;
    gap: var(--sp-2);
  }
  .lead-form-card {
    padding: var(--sp-6) var(--sp-5);
  }
  .lcta__outline {
    font-size: clamp(3rem, 18vw, 7rem);
  }
}
.contato {
  background: var(--white);
}

.ctt__header {
  position: relative;
  text-align: center;
  margin-bottom: var(--sp-12);
}

.ctt__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline-stroke-light);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.ctt__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.ctt__eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--green-accent);
  display: inline-block;
  flex-shrink: 0;
}

.ctt__title {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-heading);
  margin: 0;
  letter-spacing: -0.025em;
}

.ctt__title-hl {
  display: block;
  color: var(--green-accent);
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--sp-16);
  align-items: start;
}

.ctt__desc {
  font-size: var(--fs-base);
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-8);
}

.contato-items {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  margin-bottom: var(--sp-8);
}

.contato-item {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
}

.ci-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  flex-shrink: 0;
  background: var(--teal-a-08);
  border: 1px solid var(--teal-a-15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ci-icon svg {
  stroke: var(--teal-deep);
}

.ci-text {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  line-height: var(--lh-base);
  padding-top: 4px;
}
.ci-text strong {
  display: block;
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 3px;
}
.ci-text a {
  color: var(--teal-deep);
  text-decoration: none;
  transition: color 0.2s;
}
.ci-text a:hover {
  color: var(--green-accent);
  text-decoration: underline;
}

.contato-actions {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
}
.contato-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  height: 500px;
  background: var(--gray-100);
  position: sticky;
  top: calc(72px + var(--sp-6));
}
.map-wrapper iframe,
.map-wrapper .map-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

@media (max-width: 1080px) {
  .contato-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .map-wrapper {
    position: static;
    height: 380px;
  }
  .ctt__header {
    margin-bottom: var(--sp-10);
  }
  .ctt__outline {
    font-size: clamp(3rem, 12vw, 6rem);
  }
}
@media (max-width: 640px) {
  .map-wrapper {
    height: 280px;
    border-radius: var(--radius-md);
  }
  .ci-icon {
    width: 42px;
    height: 42px;
  }
  .contato-actions {
    flex-direction: column;
  }
  .contato-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.footer {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-dark) 100%);
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.ft__outline {
  position: absolute;
  bottom: 60px;
  right: -40px;
  font-family: var(--font-heading);
  font-size: clamp(5rem, 14vw, 14rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--outline-stroke-dark);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.ft__shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.ft__shape svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.ft__shape--top {
  bottom: 100%;
  margin-bottom: -1px;
  transform: scaleY(-1);
}

.ft__shape-fill {
  fill: var(--navy);
}

.ft__grid {
  max-width: 1360px;
  margin: 0 auto;
  padding: var(--sp-16) var(--sp-10) var(--sp-12);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--sp-12);
  position: relative;
  z-index: 1;
}

.ft__logo {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
  margin-bottom: var(--sp-5);
}

.ft__logo-mark {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: var(--teal-a-35);
  border: 1px solid var(--green-a-20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 900;
  color: var(--green-accent);
  flex-shrink: 0;
}

.ft__logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ft__logo-name {
  color: var(--white);
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.2;
}

.ft__logo-sub {
  color: var(--white-a-35);
  font-size: var(--fs-xs);
  line-height: 1.3;
}

.ft__brand-desc {
  font-size: var(--fs-sm);
  line-height: var(--lh-relaxed);
  color: var(--white-a-45);
  max-width: 280px;
  margin-bottom: var(--sp-6);
}

.ft__social {
  display: flex;
  gap: var(--sp-2);
}
.ft__social a {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--white-a-05);
  border: 1px solid var(--white-a-08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-a-40);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ft__social a:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: var(--white);
  transform: translateY(-3px);
}
.ft__social a:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 2px;
}

.ft__col-title {
  color: var(--white);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: var(--sp-5);
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.ft__col-title::before {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--green-accent);
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

.ft__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.ft__links a {
  color: var(--white-a-48);
  text-decoration: none;
  font-size: var(--fs-sm);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 4px 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.ft__links a::before {
  content: "";
  width: 0;
  height: 1.5px;
  background: var(--green-accent);
  border-radius: var(--radius-full);
  transition: width 0.2s ease;
  flex-shrink: 0;
}
.ft__links a:hover {
  color: var(--green-accent);
  padding-left: var(--sp-2);
}
.ft__links a:hover::before {
  width: 10px;
}
.ft__links a:focus-visible {
  outline: 2px solid var(--green-accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.ft__bottom {
  border-top: 1px solid var(--white-a-06);
  position: relative;
  z-index: 1;
}

.ft__bottom-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: var(--sp-5) var(--sp-10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-xs);
  color: var(--white-a-25);
  gap: var(--sp-4);
}

.ft__made-with {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.ft__made-with svg {
  color: var(--green-accent);
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .ft__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-10);
    padding: var(--sp-12) var(--sp-8);
  }
  .ft__grid .ft__brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .ft__grid {
    grid-template-columns: 1fr;
    padding: var(--sp-10) var(--sp-5);
    gap: var(--sp-8);
  }
  .ft__grid .ft__brand {
    grid-column: auto;
  }
  .ft__brand-desc {
    max-width: 100%;
  }
  .ft__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--sp-5);
    gap: var(--sp-2);
  }
}
.wa-float {
  position: fixed;
  bottom: var(--sp-6);
  right: var(--sp-6);
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 4px 20px var(--whatsapp-a-45);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  animation: waPulse 3s ease-in-out infinite;
}
.wa-float:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 28px var(--whatsapp-a-55);
  animation-play-state: paused;
}
.wa-float:active {
  transform: scale(0.95);
}
.wa-float:focus-visible {
  outline: 3px solid var(--whatsapp-a-60);
  outline-offset: 3px;
}

@keyframes waPulse {
  0%, 100% {
    box-shadow: 0 4px 20px var(--whatsapp-a-45);
  }
  50% {
    box-shadow: 0 4px 20px var(--whatsapp-a-45), 0 0 0 14px var(--whatsapp-a-07);
  }
}
@media (max-width: 640px) {
  .wa-float {
    bottom: var(--sp-4);
    right: var(--sp-4);
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
}
