@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap");

:root{
  --verde-950:#082f1b;
  --verde-900:#0a3b21;
  --verde-800:#0d4f2a;
  --verde-700:#146b3a;
  --verde-500:#2ca35c;
  --verde-200:#cfe9d8;
  --branco:#ffffff;
  --branco-suave:#f4fbf6;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  min-width:320px;
  min-height:100vh;
  color:var(--branco);
  background:var(--verde-950);
  font-family:"DM Sans",Arial,sans-serif;
  overflow-x:hidden;
}

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

svg{
  display:block;
}

.pagina{
  position:relative;
  min-height:100vh;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 18%,rgba(44,163,92,.24),transparent 29rem),
    radial-gradient(circle at 87% 70%,rgba(44,163,92,.18),transparent 34rem),
    linear-gradient(135deg,var(--verde-950),var(--verde-800) 56%,var(--verde-900));
}

.ruido{
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.12;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}

.orbe{
  position:absolute;
  z-index:-1;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  pointer-events:none;
}

.orbe-1{
  width:520px;
  height:520px;
  right:-240px;
  top:-210px;
}

.orbe-2{
  width:760px;
  height:760px;
  left:-430px;
  bottom:-520px;
}

.topo{
  width:min(1450px,calc(100% - 64px));
  margin:0 auto;
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:10;
}

.marca{
  display:flex;
  align-items:center;
  gap:14px;
}

.marca-selo{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
}

.marca-selo svg{
  width:30px;
  fill:none;
  stroke:#fff;
  stroke-width:2.4;
  stroke-linejoin:round;
}

.marca-texto{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.marca-texto strong{
  font-family:"Playfair Display",Georgia,serif;
  font-size:20px;
}

.marca-texto span{
  margin-top:5px;
  font-size:11px;
  letter-spacing:.25em;
  text-transform:uppercase;
}

.contato-topo{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
  font-size:13px;
  font-weight:600;
  transition:.25s ease;
}

.contato-topo:hover{
  background:#fff;
  color:var(--verde-900);
  transform:translateY(-2px);
}

.ponto{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 6px rgba(255,255,255,.12);
  animation:pulso 2s infinite;
}

.hero{
  width:min(1450px,calc(100% - 64px));
  margin:0 auto;
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);
  align-items:center;
  gap:64px;
  padding:42px 0 82px;
}

.hero-conteudo{
  position:relative;
  z-index:2;
}

.etiqueta{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:28px;
  color:var(--verde-200);
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.etiqueta span{
  width:54px;
  height:1px;
  background:var(--verde-200);
}

h1{
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:#fff;
  line-height:.88;
  font-family:"DM Sans",Arial,sans-serif;
  text-transform:uppercase;
}

.linha-em{
  display:block;
  font-size:clamp(82px,9vw,150px);
  font-weight:800;
  letter-spacing:-.075em;
  text-shadow:0 14px 42px rgba(0,0,0,.22);
}

.linha-desenvolvimento{
  display:block;
  margin-top:10px;
  font-size:clamp(42px,5.2vw,88px);
  font-weight:800;
  line-height:.95;
  letter-spacing:-.055em;
  text-shadow:0 14px 42px rgba(0,0,0,.22);
}

.hero-rodape{
  margin-top:46px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:34px;
  max-width:790px;
}

.hero-rodape p{
  max-width:430px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.75;
}

.botao-principal{
  flex:0 0 auto;
  min-height:58px;
  display:flex;
  align-items:center;
  gap:24px;
  padding:0 20px 0 24px;
  border-radius:18px;
  background:#fff;
  color:var(--verde-900);
  font-size:13px;
  font-weight:800;
  box-shadow:0 18px 42px rgba(0,0,0,.23);
  transition:.28s ease;
}

.botao-principal svg{
  width:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.botao-principal:hover{
  transform:translateY(-4px);
  box-shadow:0 25px 56px rgba(0,0,0,.3);
}

.hero-visual{
  position:relative;
  min-height:590px;
}

.cartao-visual{
  position:absolute;
  inset:30px 22px 34px 54px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:46px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035)),
    rgba(10,59,33,.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 40px 100px rgba(0,0,0,.26);
  backdrop-filter:blur(22px);
}

.cartao-visual::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  left:50%;
  top:50%;
  border-radius:50%;
  background:rgba(255,255,255,.045);
  transform:translate(-50%,-50%);
}

.anel{
  position:absolute;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
}

.anel-1{
  width:420px;
  height:420px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.anel-2{
  width:560px;
  height:560px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.desenho{
  position:absolute;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.2));
}

.desenho svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:#fff;
  stroke-width:5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.desenho-morango{
  width:145px;
  height:176px;
  left:10%;
  top:12%;
  transform:rotate(-9deg);
  animation:flutuar 5.5s ease-in-out infinite;
}

.desenho-cubo{
  width:190px;
  height:190px;
  left:35%;
  top:28%;
  transform:rotate(4deg);
  animation:flutuar 6.2s ease-in-out .5s infinite;
}

.desenho-laranja{
  width:166px;
  height:166px;
  right:5%;
  bottom:10%;
  transform:rotate(13deg);
  animation:flutuar 5.8s ease-in-out 1s infinite;
}

.selo-gelo{
  position:absolute;
  right:10%;
  top:10%;
  width:112px;
  height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  transform:rotate(10deg);
}

.selo-gelo span{
  font-family:"Playfair Display",Georgia,serif;
  font-size:28px;
  font-weight:700;
}

.selo-gelo small{
  max-width:72px;
  margin-top:3px;
  text-align:center;
  font-size:8px;
  line-height:1.2;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.microtexto{
  position:absolute;
  left:30px;
  right:30px;
  bottom:24px;
  display:flex;
  justify-content:space-between;
  color:rgba(255,255,255,.5);
  font-size:8px;
  font-weight:700;
  letter-spacing:.24em;
}

.cartao-logo{
  position:absolute;
  left:-8px;
  bottom:-6px;
  width:230px;
  height:180px;
  padding:12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:32px;
  background:rgba(8,47,27,.92);
  box-shadow:0 24px 70px rgba(0,0,0,.32);
  transform:rotate(-4deg);
  backdrop-filter:blur(18px);
}

.logo-moldura{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:22px;
  background:#15551d;
}

.cartao-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}

.faixa{
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
  overflow:hidden;
  background:rgba(255,255,255,.045);
}

.faixa-conteudo{
  width:max-content;
  min-height:66px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 28px;
  white-space:nowrap;
  animation:marquee 26s linear infinite;
}

.faixa span{
  font-family:"Playfair Display",Georgia,serif;
  font-size:15px;
  font-style:italic;
  letter-spacing:.06em;
}

.faixa i{
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  opacity:.45;
}

.rodape{
  width:min(1450px,calc(100% - 64px));
  margin:0 auto;
  min-height:122px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:rgba(255,255,255,.58);
}

.rodape div{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.rodape strong{
  color:#fff;
  font-family:"Playfair Display",Georgia,serif;
  font-size:18px;
}

.rodape span,
.rodape p{
  font-size:12px;
}

@keyframes flutuar{
  0%,100%{
    translate:0 0;
  }

  50%{
    translate:0 -14px;
  }
}

@keyframes marquee{
  to{
    transform:translateX(-50%);
  }
}

@keyframes pulso{
  0%,100%{
    box-shadow:0 0 0 5px rgba(255,255,255,.1);
  }

  50%{
    box-shadow:0 0 0 9px rgba(255,255,255,0);
  }
}

@media (max-width:1120px){
  .hero{
    grid-template-columns:1fr;
    gap:20px;
    padding-top:54px;
  }

  .hero-conteudo{
    max-width:920px;
  }

  .hero-visual{
    min-height:560px;
  }

  .cartao-visual{
    inset:30px 4% 20px 9%;
  }

  .linha-desenvolvimento{
    font-size:clamp(44px,8vw,82px);
  }
}

@media (max-width:720px){
  .topo,
  .hero,
  .rodape{
    width:min(100% - 32px,1450px);
  }

  .topo{
    min-height:92px;
  }

  .marca-texto{
    display:none;
  }

  .contato-topo{
    padding:11px 14px;
    font-size:12px;
  }

  .hero{
    min-height:auto;
    padding:38px 0 66px;
  }

  .etiqueta{
    font-size:10px;
    letter-spacing:.12em;
  }

  .etiqueta span{
    width:32px;
  }

  .linha-em{
    font-size:clamp(70px,22vw,104px);
    letter-spacing:-.07em;
  }

  .linha-desenvolvimento{
    max-width:100%;
    margin-top:8px;
    font-size:clamp(31px,9.2vw,48px);
    line-height:1;
    letter-spacing:-.045em;
    overflow-wrap:anywhere;
  }

  .hero-rodape{
    align-items:stretch;
    flex-direction:column;
    margin-top:32px;
  }

  .hero-rodape p{
    font-size:14px;
  }

  .botao-principal{
    justify-content:space-between;
    width:100%;
  }

  .hero-visual{
    min-height:430px;
  }

  .cartao-visual{
    inset:20px 0 16px 20px;
    border-radius:34px;
  }

  .desenho-morango{
    width:105px;
    height:132px;
    left:7%;
    top:10%;
  }

  .desenho-cubo{
    width:148px;
    height:148px;
    left:29%;
    top:34%;
  }

  .desenho-laranja{
    width:125px;
    height:125px;
    right:2%;
    bottom:10%;
  }

  .selo-gelo{
    width:82px;
    height:82px;
    right:6%;
    top:8%;
  }

  .selo-gelo span{
    font-size:21px;
  }

  .selo-gelo small{
    font-size:6px;
  }

  .cartao-logo{
    left:-4px;
    bottom:-3px;
    width:165px;
    height:130px;
    padding:8px;
    border-radius:24px;
  }

  .logo-moldura{
    border-radius:17px;
  }

  .microtexto{
    left:18px;
    right:18px;
    font-size:6px;
  }

  .rodape{
    min-height:120px;
  }

  .rodape span{
    max-width:230px;
  }
}

@media (max-width:420px){
  .linha-desenvolvimento{
    font-size:28px;
    letter-spacing:-.035em;
  }

  .cartao-logo{
    width:150px;
    height:118px;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    scroll-behavior:auto !important;
  }
}