:root{
  --ink:#15312c;
  --muted:#586a63;
  --paper:#f8f8f2;
  --green:#c4e59c;
  --line:#d9dfd4;
  --white:#fff;
  scroll-behavior:smooth}
*{
  box-sizing:border-box}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased}
a{
  color:inherit;
  text-underline-offset:5px}
a:hover{
  color:#416c43}
a:focus-visible{
  outline:3px solid #6f9734;
  outline-offset:5px}
section[id],article[id]{
  scroll-margin-top:30px}
.wrap{
  width:min(1240px,calc(100% - 80px));
  margin-inline:auto}
.header{
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  font-size:23px;
  letter-spacing:-1px;
  text-decoration:none}
.brand small{
  display:block;
  font-size:8px;
  letter-spacing:2px;
  margin-top:4px}
.brand-icon{
  display:grid;
  place-items:center;
  background:var(--ink);
  color:var(--green);
  border-radius:11px;
  width:43px;
  height:43px;
  font-size:29px}
.header nav,.footer nav{
  display:flex;
  gap:28px;
  font-size:13px}
.header nav a,.footer nav a{
  text-decoration:none}
.button{
  background:var(--ink);
  color:var(--white);
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:26px;
  padding:19px 25px;
  border-radius:7px;
  text-decoration:none;
  font-weight:600;
  font-size:14px}
.button:hover{
  background:#284f40;
  color:white}
.button.small{
  padding:13px 17px;
  font-size:12px}
.button.outline{
  background:transparent;
  border:1px solid var(--line);
  color:var(--ink)}
.button span{
  font-size:19px}
.hero{
  padding-block:53px 80px;
  display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:70px;
  align-items:center}
.eyebrow{
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  margin:0 0 25px;
  line-height:1.6}
.dot{
  display:inline-block;
  width:7px;
  height:7px;
  background:#86aa53;
  border-radius:50%;
  margin-right:8px;
  flex-shrink:0}
h1{
  font-size:clamp(45px,4.7vw,65px);
  letter-spacing:-3.1px;
  line-height:1.04;
  font-weight:500;
  margin:0 0 29px}
em{
  font-style:normal;
  color:#526c45}
.lead{
  font-size:16px;
  line-height:1.75;
  max-width:470px;
  color:var(--muted)}
.actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:31px;
  flex-wrap:wrap}
.text-link{
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  line-height:1.7}
.hero-note{
  font-size:11px;
  color:var(--muted);
  margin-top:23px}
.illustration{
  height:525px;
  border-radius:18px;
  background:#dfe9d7;
  position:relative;
  overflow:hidden;
  padding:28px;
  isolation:isolate}
.illus-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  letter-spacing:2px;
  font-size:9px}
.mini-mark{
  font-size:23px;
  font-weight:700;
  letter-spacing:-1px}
.illus-top>span:last-child{
  font-size:31px}
.orbit{
  width:450px;
  height:450px;
  border:1px solid #adc79f;
  border-radius:50%;
  position:absolute;
  left:100px;
  top:165px;
  z-index:-1;
  box-shadow:0 0 0 44px #d2e0c9,0 0 0 45px #b8ccac,0 0 0 88px #d9e5d1}
.journey-title{
  font-size:32px;
  line-height:1.1;
  letter-spacing:-1px;
  margin-top:36px}
.journey-title span{
  color:#526c45}
.message{
  position:absolute;
  display:flex;
  align-items:center;
  gap:13px;
  background:#fff;
  padding:19px;
  border-radius:11px;
  box-shadow:0 12px 35px #15312c0c}
.message small{
  font-size:8px;
  letter-spacing:1.4px;
  display:block;
  margin-bottom:8px;
  color:#5b705e}
.message strong{
  font-size:13px;
  line-height:1.5;
  font-weight:500}
.message-icon{
  display:grid;
  place-items:center;
  width:33px;
  height:33px;
  border-radius:50%;
  background:#edf3e7;
  font-size:21px}
.m1{
  top:195px;
  left:32px}
.m2{
  top:298px;
  right:28px;
  background:var(--ink);
  color:white}
.m2 small{
  color:#c4e59c}
.m2 .message-icon{
  background:#345247;
  color:var(--green)}
.m3{
  top:401px;
  left:32px}
.illustration-note{
  position:absolute;
  bottom:9px;
  left:28px;
  font-size:9px;
  color:#496144}
.principles{
  border-block:1px solid var(--line)}
.principles>div{
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding-block:23px;
  font-size:12px;
  color:#66725c}
.principles span:before{
  content:'✳';
  margin-right:14px;
  color:#73914c}
.section{
  padding-block:88px}
h2{
  font-size:clamp(30px,3.2vw,43px);
  font-weight:500;
  line-height:1.13;
  letter-spacing:-1.5px;
  margin:0 0 25px}
p{
  line-height:1.75}
.intro{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px}
.intro-body{
  padding-top:32px;
  color:var(--muted);
  font-size:15px}
.intro-body .text-link{
  color:var(--ink)}
.whatsapp-section{
  background:#eef1e8}
.section-heading{
  display:flex;
  justify-content:space-between;
  gap:45px;
  align-items:end}
.section-heading>p{
  max-width:310px;
  font-size:14px;
  color:var(--muted);
  margin-bottom:27px}
.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin-top:24px}
.card{
  background:var(--paper);
  border:1px solid #e2e6db;
  border-radius:10px;
  padding:25px 23px}
.card-number{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  color:#526c45;
  margin-bottom:42px}
.card-number span{
  font-size:23px}
h3{
  font-size:18px;
  font-weight:600;
  line-height:1.35;
  margin:0 0 13px;
  letter-spacing:-.3px}
.card p,.steps p{
  font-size:13px;
  color:var(--muted);
  margin:0}
.status{
  display:flex;
  align-items:baseline;
  gap:4px;
  font-size:11px;
  color:#51614b;
  margin:25px 0 0;
  max-width:930px}
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px;
  margin-top:50px}
.steps article{
  border-top:1px solid var(--line);
  padding-top:24px}
.steps article>span{
  display:block;
  font-size:12px;
  margin-bottom:27px;
  color:#526c45}
.company-section{
  background:#e3ebdb}
.company{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px}
.company>div>p:not(.eyebrow){
  font-size:14px;
  max-width:390px;
  color:var(--muted)}
.company-details{
  background:#f5f7ee;
  border:1px solid #d5dfcc;
  border-radius:12px;
  padding:32px}
.company-details h3{
  font-size:16px;
  max-width:330px}
.company-details dl{
  margin-bottom:0}
.company-details dl>div{
  padding-top:18px}
dt{
  font-size:10px;
  letter-spacing:1px;
  color:#64715d;
  text-transform:uppercase;
  margin-bottom:7px}
dd{
  font-size:14px;
  margin:0;
  line-height:1.7;
  overflow-wrap:anywhere}
.legal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
  margin-top:40px}
.legal-grid article{
  border-top:1px solid var(--line);
  padding-top:25px}
.legal-grid h3{
  font-size:17px}
.legal-grid p{
  font-size:12px;
  color:var(--muted)}
.legal-grid a{
  overflow-wrap:anywhere}
.contact{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:var(--ink);
  color:#f5f7ee;
  border-radius:15px;
  padding:46px 50px}
.contact h2{
  margin:0}
.contact .eyebrow{
  color:var(--green);
  margin-bottom:16px}
.button.light{
  background:var(--green);
  color:var(--ink)}
.footer{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  padding-block:40px 26px;
  gap:25px}
.footer>p{
  width:100%;
  font-size:10px;
  color:var(--muted);
  border-top:1px solid var(--line);
  padding-top:23px;
  margin-bottom:0}
.footer nav{
  font-size:11px}
.skip{
  position:absolute;
  top:-100px;
  left:20px;
  background:white;
  padding:15px;
  z-index:10}
.skip:focus{
  top:10px}
@media(min-width:1500px){
  .hero{
  gap:100px}
}
@media(max-width:1000px){
  .wrap{
  width:calc(100% - 48px)}
.hero{
  gap:35px}
h1{
  font-size:48px}
.illustration{
  height:525px}
.header nav{
  gap:18px}
.cards{
  grid-template-columns:repeat(2,1fr)}
.intro,.company{
  gap:40px}
.legal-grid{
  gap:23px}
.principles>div{
  font-size:10px}
.m1,.m3{
  left:15px}
.m2{
  right:15px}
}
@media(max-width:700px){
  .wrap{
  width:calc(100% - 36px)}
.header{
  min-height:90px;
  gap:15px;
  flex-wrap:wrap;
  padding-block:18px}
.header nav{
  order:3;
  width:100%;
  justify-content:center;
  padding-top:9px}
.brand{
  font-size:20px}
.button.small{
  font-size:10px;
  padding:10px;
  gap:8px}
.hero{
  grid-template-columns:1fr;
  padding-block:35px 45px;
  gap:30px}
h1{
  font-size:49px;
  letter-spacing:-2.3px}
.lead{
  font-size:15px}
.illustration{
  height:515px;
  max-width:500px;
  width:100%;
  margin-inline:auto}
.principles>div{
  flex-direction:column;
  gap:14px;
  font-size:12px}
.section{
  padding-block:55px}
.intro,.company,.legal-grid,.steps{
  grid-template-columns:1fr;
  gap:25px}
.intro-body{
  padding-top:0}
.section-heading{
  display:block}
.section-heading>p{
  max-width:none}
.cards{
  gap:10px}
.card{
  padding:20px 16px}
.card-number{
  margin-bottom:24px}
.card h3{
  font-size:17px}
.steps{
  margin-top:30px}
.steps article>span{
  margin-bottom:15px}
.company-details{
  padding:25px}
.contact{
  flex-direction:column;
  align-items:flex-start;
  padding:32px 25px}
.footer nav{
  flex-wrap:wrap;
  gap:18px}
.footer{
  padding-top:30px}
.legal-grid p{
  font-size:13px}
}
@media(max-width:360px){
  .cards{
  grid-template-columns:1fr}
.hero h1{
  font-size:43px}
.message{
  padding:14px}
.actions{
  gap:18px}
}
@media(prefers-reduced-motion:reduce){
  :root{
  scroll-behavior:auto}
}

