/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .hidden {
    display: none;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }
}

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.cta-button {
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #03b109;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 42px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  background: linear-gradient(to right, #03b109, #006605) !important;
}

.cta-button svg {
  font-size: 22px;
}

.cta-button:hover {
  background: linear-gradient(to right, #03b109 40%, #006605) !important;
}

:root {
  --primary: #357266;
  --secondary: #242038;
  --tertiary: #cac4ce;
  --accent: #f7ece1;
  --white: #fff;
  --background-light: #f7ece1;
  --background-white: #fff;
  --background-medium: #cac4ce;
  --background-dark: #242038;
  --background-green: #357266;
  --text-primary: #242038;
  --text-secondary: #357266;
  --text-muted: #726c7a;
  --text-light: #cac4ce;
  --text-white: #fff;
  --border-light: #cac4ce;
  --border-medium: #357266;
  --border-dark: #242038;
  --success: #357266;
  --warning: #f39c12;
  --error: #e74c3c;
}

.divider:before {
  content: none;
}

.divider:after {
  content: "";
  background: linear-gradient(to right, transparent 0%, var(--primary) 50%, transparent 100%);
  width: 800px;
  max-width: 80%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}

html {
  color: var(--text-primary);
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}

body {
  color: var(--text-primary);
  background-color: var(--background-white);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--background-light);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

.hero {
  background: linear-gradient(to right, #242038eb 0%, #24203833 100%), url("/images/banners/banner.webp");
  flex-direction: column;
  min-height: 100vh;
  font-family: Segoe UI, system-ui, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__main {
  flex: 1;
  align-items: center;
  display: flex;
}

.hero__container {
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

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

.hero__content .logo {
  width: 200px;
  margin: 3rem auto;
}

@media (min-width: 901px) {
  .hero__content .logo {
    width: 300px;
    margin: 0 0 2.5rem;
  }
}

.hero__tag {
  background: var(--accent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid var(--accent);
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.hero__tag svg {
  font-size: 8px;
  animation: 1.5s infinite blink;
}

.hero__title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.1;
}

.hero__title span {
  color: var(--primary);
}

.hero__subtitle {
  color: var(--tertiary);
  margin-bottom: 24px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
}

.hero__description {
  color: #ffffffbf;
  max-width: 540px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
}

.hero__cta {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.hero__button {
  background: var(--primary);
  color: var(--white);
  border-radius: 60px;
  align-items: center;
  gap: 12px;
  padding: 20px 36px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 15px 40px #35726666;
}

.hero__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px #35726680;
}

.hero__button:hover svg {
  transform: translateX(4px);
}

.hero__button svg {
  transition: transform .3s;
}

.hero__microcopy {
  color: var(--tertiary);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.hero__microcopy i {
  color: var(--primary);
}

.hero__visual {
  justify-content: center;
  min-height: 350px;
  display: flex;
  position: relative;
}

.hero__badge {
  background: var(--white);
  border-radius: 16px;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  box-shadow: 0 20px 50px #0003;
}

.hero__badge--top {
  top: 0;
  right: 0;
}

.hero__badge--bottom {
  bottom: 40px;
  left: 0;
}

.hero__badge-icon {
  background: var(--accent);
  width: 50px;
  height: 50px;
  color: var(--primary);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.hero__badge-text span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  display: block;
}

.hero__badge-text strong {
  color: var(--secondary);
  font-size: 16px;
}

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

.problem {
  background: linear-gradient(135deg, var(--accent) 0%, #f0e4d8 100%);
  padding: 100px 24px;
  font-family: Segoe UI, system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}

.problem:before {
  content: "";
  background: radial-gradient(circle, #e74c3c0f 0%, #0000 70%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50%;
  right: -10%;
}

.problem__container {
  text-align: center;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.problem__badge {
  color: var(--error);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e74c3c1a;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.problem__badge i {
  font-size: 10px;
}

.problem__icons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
  display: flex;
}

.problem__icon-card {
  background: var(--white);
  border: 1px solid #cac4ce4d;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 16px;
  min-width: 160px;
  max-width: 200px;
  padding: 28px 32px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 8px 32px #24203814;
}

.problem__icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px #2420381f;
}

.problem__icon {
  width: 64px;
  height: 64px;
  color: var(--error);
  background: linear-gradient(135deg, #fdf0f0 0%, #fce4e4 100%);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: flex;
}

.problem__icon-label {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.problem__title {
  color: var(--secondary);
  margin-bottom: 24px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.problem__title span {
  color: var(--error);
  position: relative;
}

.problem__title span:after {
  content: "";
  z-index: -1;
  background: #e74c3c26;
  border-radius: 4px;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.problem__text {
  color: #5a5a5a;
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.9;
}

.problem__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
  display: flex;
}

.problem__list-item {
  color: var(--secondary);
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.problem__list-item i {
  color: var(--error);
  font-size: 12px;
}

@media (max-width: 640px) {
  .problem {
    padding: 64px 20px;
  }

  .problem__icons {
    gap: 16px;
  }

  .problem__icon-card {
    min-width: 140px;
    padding: 20px 16px;
  }

  .problem__list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

@media (max-width: 900px) {
  .hero__container {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hero__description {
    margin: 0 auto 40px;
  }

  .hero__cta {
    align-items: center;
  }

  .hero__visual {
    display: none;
  }
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1280px !important;
}

@media (min-width: 1025px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .whatsapp-float {
    width: 70px;
    height: 70px;
    bottom: 32px;
    right: 32px;
  }
}

@media (min-width: 1025px) {
  .whatsapp-float svg {
    font-size: 38px;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 12px #25d36666, 0 8px 24px #0000004d, 0 0 #25d366b3;
  }

  50% {
    box-shadow: 0 4px 12px #25d36666, 0 8px 24px #0000004d, 0 0 0 20px #25d36600;
  }
}

.target {
  background: linear-gradient(135deg, var(--accent) 0%, var(--white) 100%);
  padding: 40px 24px;
  font-family: Segoe UI, system-ui, sans-serif;
}

@media (min-width: 901px) {
  .target {
    padding: 80px 24px;
  }
}

.target .header {
  text-align: center;
  margin-bottom: 60px;
}

.target .header h2 {
  color: var(--secondary);
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
}

.target .header p {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.target .cards {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  display: grid;
}

.target .cards .card {
  color: var(--white);
  cursor: pointer;
  border-radius: 24px;
  padding: 40px 32px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.target .cards .card:before {
  content: "";
  background: #ffffff1a;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50px;
  right: -50px;
}

.target .cards .card:after {
  content: "";
  background: #ffffff0d;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -40px;
  left: -40px;
}

.target .cards .card .card-icon {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fff3;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.target .cards .card .card-icon svg {
  font-size: 32px;
}

.target .cards .card:hover {
  transform: translateY(-10px);
}

.target .cards .card:hover .card-icon {
  transform: scale(1.1);
}

.target .cards .card .card-content {
  z-index: 1;
  position: relative;
}

.target .cards .card .card-subtitle {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: .85;
  font-size: 13px;
  font-weight: 600;
}

.target .cards .card .card-title {
  color: var(--text-white);
  margin: 10px 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.target .cards .card .card-description {
  opacity: .92;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
}

.target .cards .card .card-link {
  color: var(--white);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .3s;
  display: inline-flex;
}

.target .cards .card .card-accent {
  background: #ffffff4d;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
}

.target .cards .card--advogados {
  background: linear-gradient(135deg, var(--primary) 0%, #2a5c52 100%);
  box-shadow: 0 20px 40px #3572664d;
}

.target .cards .card--empresas {
  background: linear-gradient(135deg, var(--secondary) 0%, #1a1728 100%);
  box-shadow: 0 20px 40px #2420384d;
}

.target .cards .card--pessoas {
  background: linear-gradient(135deg, #4a8a7c 0%, var(--primary) 100%);
  box-shadow: 0 20px 40px #3572664d;
}

h2 {
  color: var(--text-secondary);
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  position: relative;
}

section h2:after {
  content: "";
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent) 100%);
  border-radius: 2px;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.whatsapp-float {
  z-index: 9999;
  cursor: pointer;
  border: 2px solid #03b109;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  bottom: 4rem;
  right: 16px;
  box-shadow: 0 0 10px #03b1094d, 0 0 20px #00660533;
  background: linear-gradient(to right, #03b109, #006605) !important;
}

@media (min-width: 1025px) {
  .whatsapp-float {
    width: 70px;
    height: 70px;
    bottom: 32px;
    right: 32px;
  }
}

.whatsapp-float svg {
  color: #fff;
  font-size: 32px;
}

@media (min-width: 1025px) {
  .whatsapp-float svg {
    font-size: 38px;
  }
}

.whatsapp-float:hover {
  background: linear-gradient(to right, #03b109 40%, #006605) !important;
}

.expertise {
  background: var(--accent);
  padding: 40px 24px;
  font-family: Segoe UI, system-ui, sans-serif;
  position: relative;
}

@media (min-width: 901px) {
  .expertise {
    padding: 100px 24px;
  }
}

.expertise__container {
  max-width: 1300px;
  margin: 0 auto;
}

.expertise__header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.expertise__tag {
  background: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.expertise__tag svg {
  font-size: 10px;
}

.expertise__title {
  color: var(--secondary);
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
}

.expertise__title span {
  color: var(--primary);
}

.expertise__description {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.expertise__grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  display: flex;
}

.expertise__card {
  background: var(--white);
  text-align: center;
  border: 2px solid #0000;
  border-radius: 20px;
  flex: 0 calc(33.333% - 20px);
  min-width: 280px;
  max-width: 360px;
  padding: 32px 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.expertise__card:before {
  content: "";
  background: var(--primary);
  height: 4px;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.expertise__card:hover {
  border-color: var(--primary);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px #2420381f;
}

.expertise__card:hover:before {
  transform: scaleX(1);
}

.expertise__card:hover .expertise__card-icon {
  background: var(--primary);
  color: var(--white);
}

.expertise__card-icon {
  background: var(--accent);
  width: 70px;
  height: 70px;
  color: var(--primary);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 28px;
  transition: all .3s;
  display: flex;
}

.expertise__card-title {
  color: var(--secondary);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.expertise__card-text {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.expertise__footer {
  text-align: center;
  margin-top: 60px;
}

.expertise__button {
  color: var(--secondary);
  border: 2px solid var(--secondary);
  background: none;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.expertise__button:hover {
  background: var(--secondary);
  color: var(--white);
}

.expertise__button:hover svg {
  transform: translateX(4px);
}

.expertise__button svg {
  transition: transform .3s;
}

@media (max-width: 700px) {
  .expertise__card {
    flex: 0 100%;
    max-width: 400px;
  }
}

.solution {
  background: var(--white);
  padding: 40px 24px;
  font-family: Segoe UI, system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}

@media (min-width: 901px) {
  .solution {
    padding: 100px 24px;
  }
}

.solution:before {
  content: "";
  background: var(--accent);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.solution__container {
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.solution__grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  display: grid;
}

.solution__image-wrapper, .solution__image-frame {
  position: relative;
}

.solution__image-frame:before {
  content: "";
  background: var(--primary);
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  inset: 24px -24px -24px 24px;
}

.solution__image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--tertiary) 0%, #a8a0ad 100%);
  width: 100%;
  color: var(--secondary);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
  overflow: hidden;
}

.solution__image svg {
  opacity: .4;
  font-size: 80px;
}

.solution__image span {
  opacity: .5;
  font-size: 14px;
}

.solution__credential {
  background: var(--white);
  text-align: center;
  border-radius: 16px;
  min-width: 325px;
  padding: 20px 32px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 20px 50px #24203826;
}

.solution__credential h4 {
  color: var(--secondary);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.solution__credential span {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.solution__tag {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #3572661a;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.solution__tag svg {
  font-size: 10px;
}

.solution__title {
  color: var(--secondary);
  margin-bottom: 24px;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}

.solution__title span {
  color: var(--primary);
}

.solution__description {
  color: #555;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.8;
}

.solution__description strong {
  color: var(--primary);
  font-weight: 600;
}

.solution__features {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.solution__feature {
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.solution__feature-icon {
  background: var(--primary);
  width: 56px;
  height: 56px;
  color: var(--white);
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.solution__feature-content h4 {
  color: var(--secondary);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.solution__feature-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .solution:before {
    display: none;
  }

  .solution__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .solution__image-wrapper {
    order: -1;
    max-width: 400px;
    margin: 0 auto;
  }

  .solution__content {
    text-align: center;
  }

  .solution__feature {
    text-align: left;
  }
}

.authority {
  background: var(--secondary);
  padding: 60px 24px;
  font-family: Segoe UI, system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}

@media (min-width: 901px) {
  .authority {
    padding: 100px 24px;
  }
}

.authority:before {
  content: "";
  background: var(--primary);
  opacity: .1;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -200px;
  right: -200px;
}

.authority:after {
  content: "";
  background: var(--primary);
  opacity: .05;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -100px;
  left: -100px;
}

.authority__grid {
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 60px;
  display: grid;
}

.authority__photo-wrapper {
  position: relative;
}

.authority__photo-frame {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.authority__photo-frame:before {
  content: "";
  border: 3px solid var(--primary);
  border-radius: 20px;
  position: absolute;
  inset: -20px 20px 20px -20px;
}

.authority__photo-container {
  background: linear-gradient(135deg, var(--tertiary) 0%, #a8a0ad 100%);
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.authority__badge {
  background: var(--primary);
  color: var(--white);
  border-radius: 12px;
  padding: 16px 24px;
  position: absolute;
  bottom: -20px;
  right: -10px;
  box-shadow: 0 10px 30px #35726666;
}

.authority__badge span {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .8;
  font-size: 11px;
  display: block;
}

.authority__badge strong {
  font-size: 18px;
  font-weight: 700;
}

.authority__content {
  color: var(--white);
}

.authority__tag {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #35726633;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.authority__tag svg {
  font-size: 10px;
}

.authority__title {
  margin-bottom: 8px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}

.authority__title span {
  color: var(--primary);
}

.authority__name {
  color: var(--tertiary);
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}

.authority__description {
  color: #fffc;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.8;
}

.authority__description strong {
  color: var(--primary);
  font-weight: 600;
}

.authority__credentials {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
  display: flex;
}

.authority__credentials .authority__credential {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  display: flex;
}

.authority__credentials .authority__credential .authority__credential-icon {
  background: var(--primary);
  width: 44px;
  height: 44px;
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.authority__credentials .authority__credential .authority__credential-text span {
  color: var(--tertiary);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  display: block;
}

.authority__credentials .authority__credential .authority__credential-text strong {
  color: var(--white);
  font-size: 15px;
}

.authority__partners {
  border-top: 1px solid #ffffff1a;
  padding-top: 32px;
}

.authority__partners .authority__partners-label {
  color: var(--tertiary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 12px;
}

.authority__partners .authority__partners-logos {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  display: flex;
}

.authority__partners .authority__partners-logos .authority__logo {
  color: var(--tertiary);
  background: #ffffff1a;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 500;
  transition: background .3s;
  display: flex;
}

.authority__partners .authority__partners-logos .authority__logo svg {
  color: var(--primary);
  font-size: 20px;
}

.authority__partners .authority__partners-logos .authority__logo:hover {
  background: #ffffff26;
}

@media (max-width: 900px) {
  .authority__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .authority__photo-frame {
    max-width: 320px;
  }

  .authority__credentials {
    justify-content: center;
  }

  .authority__content {
    text-align: center;
  }

  .authority__partners-logos {
    justify-content: center;
  }
}

.cta-final {
  background: var(--secondary);
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  font-family: Segoe UI, system-ui, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 901px) {
  .cta-final {
    padding: 100px 24px;
  }
}

.cta-final:before {
  content: "";
  background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
  opacity: .15;
  pointer-events: none;
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-final:after {
  content: "";
  opacity: .5;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23357266' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.cta-final .cta-final__container {
  text-align: center;
  z-index: 1;
  max-width: 900px;
  position: relative;
}

.cta-final .cta-final__container .cta-final__icon {
  background: linear-gradient(135deg, var(--primary) 0%, #2a5c52 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
  animation: 2s ease-in-out infinite pulse2;
  display: flex;
  box-shadow: 0 20px 50px #35726666;
}

.cta-final .cta-final__container .cta-final__icon svg {
  color: var(--white);
  font-size: 32px;
}

.cta-final .cta-final__container .cta-final__title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.15;
}

.cta-final .cta-final__container .cta-final__title span {
  color: var(--primary);
  position: relative;
}

.cta-final .cta-final__container .cta-final__title span:after {
  content: "";
  background: var(--primary);
  opacity: .5;
  border-radius: 2px;
  height: 4px;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}

.cta-final .cta-final__container .cta-final__subtitle {
  color: var(--tertiary);
  margin-bottom: 24px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
}

.cta-final .cta-final__container .cta-final__description {
  color: #ffffffb3;
  max-width: 650px;
  margin: 0 auto 48px;
  font-size: 17px;
  line-height: 1.8;
}

.cta-final .cta-final__container .cta-final__button {
  background: linear-gradient(135deg, var(--primary) 0%, #2a5c52 100%);
  color: var(--white);
  border-radius: 60px;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px #35726666;
}

@media (min-width: 901px) {
  .cta-final .cta-final__container .cta-final__button {
    padding: 20px 40px;
    font-size: 18px;
  }
}

.cta-final .cta-final__container .cta-final__button:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.cta-final .cta-final__container .cta-final__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px #35726680;
}

.cta-final .cta-final__container .cta-final__button:hover:before {
  left: 100%;
}

.cta-final .cta-final__container .cta-final__microcopy {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  display: flex;
}

.cta-final .cta-final__container .cta-final__microcopy .cta-final__microcopy-item {
  color: var(--tertiary);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.cta-final .cta-final__container .cta-final__microcopy .cta-final__microcopy-item svg {
  color: var(--primary);
  font-size: 12px;
}

@keyframes pulse2 {
  0%, 100% {
    box-shadow: 0 20px 50px #35726666;
  }

  50% {
    box-shadow: 0 20px 60px #35726699;
  }
}

.footer {
  background: var(--secondary);
  font-family: Segoe UI, system-ui, sans-serif;
  position: relative;
  overflow: hidden;
}

.footer:before {
  content: "";
  background: linear-gradient(90deg, var(--primary), #4a9a8a, var(--primary));
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer .footer__main {
  text-align: center;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
}

@media (min-width: 901px) {
  .footer .footer__main {
    text-align: left;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
  }
}

.footer .footer__main .footer__brand p {
  color: #ffffffb3;
  max-width: 320px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
}

@media (min-width: 901px) {
  .footer .footer__main .footer__brand p {
    margin: 0;
  }
}

.footer .footer__main .footer__brand .footer__logo-placeholder {
  align-items: center;
  gap: 12px;
  width: 200px;
  margin: 0 auto 20px;
  display: flex;
}

@media (min-width: 901px) {
  .footer .footer__main .footer__brand .footer__logo-placeholder {
    margin: 0 0 20px;
  }
}

.footer .footer__main .footer__column h4 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary);
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
}

.footer .footer__main .footer__column .footer__contact-list {
  flex-direction: column;
  gap: 16px;
  list-style: none;
  display: flex;
}

.footer .footer__main .footer__column .footer__contact-list .footer__contact-item a {
  color: #fffc;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.footer .footer__main .footer__column .footer__contact-list .footer__contact-item a:hover {
  color: var(--primary);
}

.footer .footer__main .footer__column .footer__contact-list .footer__contact-item i {
  text-align: center;
  width: 20px;
  color: var(--primary);
  font-size: 16px;
}

.footer .footer__main .footer__column .footer__social {
  justify-content: center;
  gap: 12px;
  display: flex;
}

@media (min-width: 901px) {
  .footer .footer__main .footer__column .footer__social {
    justify-content: start;
  }
}

.footer .footer__main .footer__column .footer__social .footer__social-link {
  width: 44px;
  height: 44px;
  color: var(--white);
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer .footer__main .footer__column .footer__social .footer__social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-4px);
}

.footer .footer__main .footer__column .footer__social .footer__social-link.footer__social-link--whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.footer .footer__main .footer__column .footer__social .footer__social-link.footer__social-link--instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-color: #dc2743;
}

.footer .footer__bottom {
  border-top: 1px solid #ffffff14;
  padding: 24px;
}

.footer .footer__bottom .footer__copyright {
  text-align: center;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 601px) {
  .footer .footer__bottom .footer__copyright {
    text-align: left;
    flex-direction: row;
  }
}

.footer .footer__bottom .footer__copyright .footer__copyright-text {
  color: #ffffff80;
  font-size: 14px;
}

.footer .footer__bottom .footer__copyright .footer__copyright-text a {
  color: var(--primary);
  text-decoration: none;
}

.footer .footer__bottom .footer__copyright .footer__copyright-text a:hover {
  text-decoration: underline;
}

.footer .footer__bottom .footer__copyright .footer__developer {
  color: #fff6;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  display: flex;
}

.footer .footer__bottom .footer__copyright .footer__developer img {
  opacity: .6;
  height: 20px;
  transition: opacity .3s;
}

.footer .footer__bottom .footer__copyright .footer__developer img:hover {
  opacity: 1;
}

.footer .footer__bottom .footer__copyright .footer__developer a {
  color: #fff9;
  text-decoration: none;
}

.footer .footer__bottom .footer__copyright .footer__developer a:hover {
  color: var(--white);
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}
