.filepond--credits {
    display: none;
}

.filepond--drop-label {
    cursor: pointer;
}

.no-break {
    white-space: nowrap;      /* Não quebra linha de jeito nenhum */
}

a img {
    object-fit: contain;
}

/*ANIMAÇOES*/
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease-out, transform 0.7s ease-out;
    will-change: opacity, transform;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.flyLeft {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1.2s ease-out, transform 0.7s ease-out;
    will-change: opacity, transform;
}
.flyLeft.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.flyTop {
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 1.2s ease-out, transform 0.7s ease-out;
    will-change: opacity, transform;
}
.flyTop.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* Reset-ish */
* {
    box-sizing: border-box;
}

li:before {
    content: '\2022';
    margin-left: -1.5em;
    display: inline-block;
    text-align: center;
    width: 1.5em;
    -webkit-background-clip: var(--list-marker-background-clip);
    -webkit-text-fill-color: var(--list-marker-text-fill-color);
    background-clip: var(--list-marker-background-clip);
    background-image: var(--list-marker-background-image);
    color: var(--list-marker-color);
    font-size: var(--list-marker-font-size);
    line-height: var(--list-marker-line-height);
    mix-blend-mode: var(--list-marker-mix-blend-mode);
    vertical-align: var(--list-marker-vertical-align);
}

body {
    margin: 0;
    background: #000;
    font-family: 'Work Sans', sans-serif;
    color: white;
}

.container {
    max-width: 1280px;   /* ajusta aqui: 1100 / 1200 / 1280 */
    margin-left: auto;
    margin-right: auto;
}

.css-w37niu {
    white-space: pre-wrap;
    font-family: "Work Sans:Regular", sans-serif;
    word-break: keep-all;
    font-weight: 400;
    font-size: var(--responsive-font-size, 60px);
    letter-spacing: var(--responsive-letter-spacing, -4.2px);
    line-height: var(--responsive-line-height, 1.05);
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
}

/* NAV */
.nav {
    width: 100%;
    height: 100%;
    background-color: #00081f;
    z-index: 100;
}

/* INNER CONTAINER */
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 100%;

    /* Desktop default */
    padding: 32px 40px;
}

/* LOGO */
.logo {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    pointer-events: none;

    background-repeat: no-repeat;
    background-size: 300% 100%; /* 3 versions */
    background-position: 0% 50%; /* Desktop */
}

/* MAIN */
.main {
    display: flex;
    flex-direction: column;
    background-color: #00081F;
    color: white;
}

/* HERO */
.hero {
    position: relative;
    width: 100%;
    color: white;
    background-image: url(../img/hero-sectio_banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-inner {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 4rem;
    display: flex;
    justify-content: center;
}

.hero-content {
    flex: 1;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content h2 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -1.12px;
    margin: 0 0 24px;
    color: #000;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.12px;
    color: #fff;
    margin: 0;
}

.block {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.text-block {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0px;
    width: 55%;
    word-break: keep-all;
}

h1 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -6.4px;
    margin: 0;
    word-break: auto-phrase;
}

.subtitle {
    font-size: 16px;
    letter-spacing: -0.72px;
}

/* BUTTON */
.cta-button {
    width: 185px;
    height: 58px;
    border-radius: 52px;
    background: #0063c3;
    color: white;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

/* INTRO */
.intro {
    display: flex;
    justify-content: center;
    padding: 4rem 4rem;
}

.intro-text {
    width: 100%;
    font-size: 25px;
    line-height: 1.05;
}

/* SERVICES */
.services {
    background: #051a40;
}

.css-gzoeh6 {
    font-family: "Work Sans:Medium", sans-serif;
    word-break: break-word;
    font-weight: 500;
    font-size: 0px;
    letter-spacing: -0.9px;
}

.css-evyg2f {
    font-family: "Work Sans:Regular", sans-serif;
    word-break: break-word;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -1.125px;
    line-height: 0;
}

.css-o0asaj {
    font-family: "Work Sans:Bold", sans-serif;
    word-break: break-word;
    font-weight: 700;
    line-height: 1.1;
}

/* CARD */
.services .card {
    background: #00a8ff;
    border-radius: 60px 60px 60px 60px;
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

.card-inner {
    display: flex;
    gap:30px;
    padding: 80px 80px 80px 80px;
    align-items: center;
}

.card-image img {
    width: 393px;
    height: 426px;
    object-fit: contain;
}

.card-text {
   width: 60rem;
}

.card-text h3 {
    font-size: 60px;
    letter-spacing: -4.2px;
    margin-bottom: 40px;
}

.card-paragraphs p {
    font-size: 20px;
    line-height: 1.1;
}

/* REFERENCES */
.references {
    font-size: 12px;
    margin-top: 20px;
}

.references a {
    color: white;
    text-decoration: underline;
}

/* FOOTER TEXT */
.services-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 4rem;
}

.services-footer p {
    font-size: 25px;
    line-height: 1.1;
}

/* =========================
   HERO BASE
   ========================= */

.hero-objetivo {
    display: flex;
    min-height: 780px;
    background: white;
}

.objetivo-content {
    flex: 1;
    padding: 4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.objetivo-content h2 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -1.12px;
    margin: 0 0 24px;
    color: #000;
    font-weight: 700;
}

.objetivo-content p {
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
    margin: 0;
    font-family: "Inter:Medium", sans-serif;
    word-break: break-word;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.12px;
}

.objetivo-content strong {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 700;
}

/* IMAGEM */
.hero-image {
    flex: 1;
    overflow: hidden;
    height: 44rem;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* efeito Figma */
    transform: rotate(180deg) scaleY(-1);
}

.feature-cards.desktop {
  display: flex;
  gap: 32px;
  padding: 2rem 4rem;
  justify-content: center;
  background-color: white;
}

.feature-cards .card {
  background: #051a40;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  display: flex;
  filter: drop-shadow(2px 4px 6px #05142f);
}

.feature-cards h5 {
    font-family: "Inter:Semi Bold", sans-serif;
    word-break: break-word;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -0.46px;
}

.feature-cards .text-block {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/*HERO 2*/
.hero2 {
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  gap: 1rem;
  padding: 18px 64px;
  color: black;
  background-image: url(../img/bg_section.png);
  background-size: cover;
  background-position: center;
}

.hero2-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.content-desktop {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.subtitle-desktop {
    font-family: "Inter:Medium", sans-serif;
    word-break: break-word;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
}

.title-desktop h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1.28px;
  line-height: 1.1;
  margin: 0;
  color: #000;
}

.text-desktop {
  font-size: 18px;
  line-height: 1.45;
}

.text-desktop strong {
  font-weight: 700;
}

.buttons {
  display: flex;
  gap: 16px;
}

/* ================= BUTTONS ================= */

.secondary-button {
  position: relative;
  padding: 12px 16px;
  border-radius: 12px;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.secondary-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid;
  border-radius: 12px;
}

.secondary-button.blue {
  color: #0063c3;
}

.secondary-button.blue::before {
  border-color: #0063c3;
}

.secondary-button.black {
  color: #000;
}

.secondary-button.black::before {
  border-color: #000;
}

.secondary-button.full {
  width: 100%;
}

.feature1 {
    background-color: white;
}

/* ===== Feature 1 ===== */
.feature-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* ===== Text block ===== */
.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  padding-bottom: 2rem;
}

.text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  text-align: center;

  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.72px;
  color: #000;

  /* This comes from `text-[0px]` in Figma */
  font-size: 0;
}

/* Title */
.title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

/* Subtitle */
.subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.47);
}

/* ===== Image ===== */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 40rem;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.image-wrapper img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;

  pointer-events: none;
}


/*FORMULARIO */
   .form-box {
        text-align: center;
        margin: 0;
        width: 100%;
        /*height: 100vh;*/
        background: #0A1233;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-radius: 12px;
        position: relative;
    }

    .field {
        width: 100%;
        margin-bottom: 18px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid #4aa3ff;
        padding: 10px 5px;
        color: #fff;
        font-size: 16px;
        outline: none;
    }

    textarea {
        resize: none;
        height: 80px;
    }

    input::placeholder,
    textarea::placeholder {
        color: rgba(255,255,255,0.6);
    }

    .upload-box {
        background: #c1c1c1;
        color: #000;
        border-radius: 2px;
        margin: 0;
        font-size: 14px;
    }

    .upload-label {
        display: block;
        padding: 12px;
        cursor: pointer;
    }

    .upload-label input[type="file"] {
        display: none;
    }

    .checkbox {
        font-size: 10px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .checkbox input {
        margin-right: 6px;
    }

    .form-box button {
        background: #2ea3ff;
        border: none;
        color: #fff;
        padding: 12px 30px;
        font-size: 14px;
        cursor: pointer;
        letter-spacing: 1px;
    }

    .form-box button:hover {
        background: #1b8fe0;
    }

    .form-box form {
        width: 400px;
    }

    .bold {
        font-weight: 700;
    }

    /* overlay geral */
    #overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        backdrop-filter: blur(2px);
    }

    /* conteúdo central */
    #overlay .overlay-content {
        text-align: center;
        color: #fff;
        font-family: Arial, sans-serif;
    }

    /* texto */
    #overlay .overlay-text {
        margin-top: 15px;
        font-size: 24px;
        font-weight: bold;
    }

    /* spinner animado */
    #overlay .spinner {
        width: 50px;
        height: 50px;
        border: 6px solid rgba(255,255,255,0.3);
        border-top-color: #fff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

/* =========================
   TABLET (< 1280px)
   ========================= */
@media (max-width: 1279px) {
    .nav-inner {
        padding: 24px;
    }

    .logo {
        background-position: 50% 50%; /* Tablet */
    }
    
    .text-block {
        word-break: keep-all;
    }

    .hero-content {
        padding: 100px 48px;
    }

    .hero-content h2 {
        font-size: 56px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero2{
        padding: 2rem 2rem;
        background-color: white;
    }

    .card-inner {
        flex-direction: column;
        padding: 2rem 2rem;
    }

    .card-text {
        width: 100%;
    }

    .feature-cards.desktop {
        /*flex-direction: column;*/
        padding: 2rem;
    }
}

/* =========================
   MOBILE (< 800px)
   ========================= */
@media (max-width: 799px) {
    .nav-inner {
        padding: 16px;
    }

    h1 {
        font-size: 2rem;
        line-height: 1;
        letter-spacing: 0;
    }
    .logo {
        background-position: 100% 50%; /* Mobile */
    }

    .text-block {
        width: 60%;
        word-break: keep-all;
    }

    .hero {
        background-image: url(../img/banner_movel.png);
    }

    .hero-objetivo {
        flex-direction: column-reverse;
    }

    .hero-image {
        height: 300px;
    }

    .hero-inner {
        padding: 0;
    }

    .hero-image img {
        transform: rotate(180deg) scaleY(-1);
        height: 170%;
        object-position: top;
    }

    .hero-content {
        padding: 30px 24px;
    }

    .hero-content h2 {
        font-size: 40px;
        text-align: center;
        letter-spacing: -0.8px;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 1.2;
    }

    .hero2{
        padding: 2rem 2rem;
        background-color: white;
    }

    .objetivo-content {
        padding: 4rem 2rem;
    }
    
    .services .card {
        margin: 0;
        border-radius: 0;
    }
    .services-footer {
        padding: 4rem 2rem;
    }

    .intro {
        padding: 4rem 2rem;
    }

    .feature-cards.desktop {
        flex-direction: column;
        padding: 2rem;
    }

    .card-text {
        width: 100%;
    }

    .card-inner {
        flex-direction: column;
        padding: 2rem 2rem;
    }

    .cta-button {
        margin: 0;
        width: 9rem;
        height: 3rem;
    }

    .feature-1 {
        padding: 0;
    }

    footer {
        display: flex;
        flex-direction: column;
        gap: 8px;
        /*top: -1px;*/
    }

    .form-box {
        border-radius: 0;
        padding: 1rem;
        padding-bottom: 2rem;
    }

    .form-box form {
        width: 90%;
    }

    .card-text h3 {
        font-size: 3rem;
    }

    .text-desktop {
        font-size: 1rem;
    }

    .title-desktop h1 {
        font-size: 2rem;
    }
}

@media (max-width: 400px) {
    .text-desktop {
        font-size: 14px;
    }

    #thanks {
        font-size: 14px;
    }
}