:root{
  --petrol:#12343B;
  --petrol-dark:#06272E;
  --green:#2FAE85;
  --green-soft:#EAF7F2;
  --text:#4A5A68;
  --text-soft:#667682;
  --border:#DDE6EA;
  --white:#FFFFFF;
  --soft:#F7FAFA;
  --soft-2:#F1F7F5;
  --shadow-soft:0 10px 26px rgba(18,52,59,.045);
  --shadow-card:0 16px 38px rgba(18,52,59,.075);
  --radius:22px;
  --radius-sm:16px;
  --container:1440px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{
  margin:0;
  font-family:Inter, Arial, sans-serif;
  color:var(--text);
  background:var(--white);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
body.nav-open{overflow:hidden}
[id]{scroll-margin-top:112px}
#topo,#inicio{scroll-margin-top:0}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 96px),var(--container));margin:0 auto}
.section{padding:104px 0}
.section-soft{background:var(--soft)}
.section-tint{background:linear-gradient(180deg,#fff 0%,var(--green-soft) 100%)}

h1,h2,h3,.btn,.desktop-nav,.mobile-nav,.kicker,.site-footer nav,.footer-cta,summary{
  font-family:Nunito, Inter, Arial, sans-serif;
}
h1,h2,h3{
  color:var(--petrol);
  margin:0 0 22px;
  letter-spacing:-.025em;
  font-weight:800;
}
h1{
  font-size:clamp(48px,3.5vw,56px);
  line-height:1.08;
  max-width:920px;
}
h2{
  font-size:clamp(32px,2.65vw,40px);
  line-height:1.15;
  max-width:940px;
}
h3{
  font-size:clamp(20px,1.35vw,24px);
  line-height:1.22;
  margin-bottom:12px;
  font-weight:800;
}
p{margin:0 0 18px;color:var(--text);line-height:1.65}
.text-flow p:last-child{margin-bottom:0}
.kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.76rem;
  font-weight:800;
  margin:0 0 20px;
  line-height:1.2;
}
.kicker span{display:block;width:3px;height:18px;border-radius:99px;background:var(--green)}
.centered-kicker{justify-content:center}
.light{color:#DDF7ED}.light span{background:#DDF7ED}

.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  height:86px;
  display:flex;
  align-items:center;
  gap:32px;
}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:166px;height:auto}
.desktop-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:30px;
  color:var(--petrol);
  font-size:.95rem;
  font-weight:800;
}
.desktop-nav a{padding:8px 0;position:relative}
.desktop-nav a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width:0;
  height:2px;
  background:var(--green);
  transition:.2s ease;
}
.desktop-nav a:hover:after{width:100%}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  padding:0 25px;
  border-radius:10px;
  border:1px solid transparent;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--petrol);color:#fff;box-shadow:0 10px 24px rgba(18,52,59,.11)}
.btn-primary:hover{background:var(--petrol-dark);transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--petrol);border-color:var(--petrol)}
.btn-secondary:hover{border-color:var(--green);color:var(--green)}
.btn-light{background:#fff;color:var(--petrol)}
.btn-light:hover{transform:translateY(-1px)}
.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.btn-outline-light:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.header-cta{margin-left:4px}

.mobile-menu-button{
  display:none;
  margin-left:auto;
  border:0;
  background:transparent;
  width:46px;
  height:46px;
  padding:8px;
  cursor:pointer;
}
.mobile-menu-button span{
  display:block;
  width:30px;
  height:3px;
  border-radius:99px;
  background:var(--petrol);
  margin:6px auto;
  transition:.2s ease;
}
.site-header.is-open .mobile-menu-button span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.site-header.is-open .mobile-menu-button span:nth-child(2){opacity:0}
.site-header.is-open .mobile-menu-button span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.mobile-nav{
  display:none;
  border-top:1px solid var(--border);
  padding:0 32px;
  background:#fff;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .34s ease, padding .34s ease, opacity .22s ease;
}
.mobile-nav a{
  display:block;
  padding:15px 0;
  color:var(--petrol);
  font-weight:800;
}
.mobile-nav a.btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  margin-top:14px;
  padding:0 22px;
  color:#fff;
  text-align:center;
  box-sizing:border-box;
}

.hero{
  position:relative;
  overflow:hidden;
  padding:112px 0 104px;
  background:
    radial-gradient(circle at 18% 20%,rgba(47,174,133,.11),transparent 26%),
    radial-gradient(circle at 82% 20%,rgba(18,52,59,.055),transparent 28%),
    var(--soft);
  border-bottom:1px solid rgba(221,230,234,.72);
}
.hero-ornament{
  position:absolute;
  right:8%;
  top:76px;
  width:220px;
  height:220px;
  border:1px solid rgba(47,174,133,.14);
  border-radius:50%;
  opacity:.75;
  pointer-events:none;
}
.hero-ornament:before,.hero-ornament:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(18,52,59,.08);
}
.hero-ornament:before{inset:42px}
.hero-ornament:after{inset:86px;background:rgba(255,255,255,.22)}
.hero-inner{
  position:relative;
  z-index:1;
  max-width:980px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero h1{margin-left:auto;margin-right:auto}
.hero-lead{
  max-width:880px;
  color:#425461;
  font-size:1.1rem;
  line-height:1.66;
  margin-bottom:14px;
}
.hero-complement{
  max-width:820px;
  color:#647481;
  font-size:1rem;
  margin-bottom:30px;
}
.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

.pillars-section{padding:60px 0 16px;background:#fff}
.pillars-card{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(18,52,59,.035);
  overflow:hidden;
}
.pillars-card article{
  display:flex;
  align-items:flex-start;
  gap:15px;
  padding:25px 26px;
  border-left:1px solid var(--border);
}
.pillars-card article:first-child{border-left:0}
.icon-wrap{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:14px;
  background:var(--green-soft);
  color:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
}
.icon-wrap i{font-size:25px;line-height:1}
.pillars-card h3{font-size:1.04rem;margin:0 0 4px;letter-spacing:-.015em}
.pillars-card p{font-size:.9rem;margin:0;color:var(--text-soft);line-height:1.45}

.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:72px;align-items:center}
.nr1-grid,.about-grid{align-items:start}
.problem-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:72px;align-items:start}
.highlight-card,.alert-card,.quiet-list-card,.purpose-stack article{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
}
.highlight-card{display:flex;gap:18px;padding:22px;margin-top:32px}
.highlight-card p{margin:0}
.soft-icon{
  width:46px;
  height:46px;
  border-radius:15px;
  background:var(--green-soft);
  color:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.soft-icon i{font-size:24px;line-height:1}
.alert-card,.quiet-list-card{padding:32px}
.alert-card p,.quiet-list-card p{color:var(--text-soft)}
.line-list{
  list-style:none;
  margin:22px 0 0;
  padding:0;
  display:grid;
}
.line-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:var(--petrol);
  font-weight:650;
  line-height:1.45;
  padding:12px 0;
  border-top:1px solid var(--border);
}
.line-list li:first-child{border-top:0}
.line-list li:before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--green-soft);
  color:var(--green);
  font-size:.78rem;
  font-weight:900;
  flex:0 0 20px;
  margin-top:1px;
}

.section-head{margin-bottom:42px}
.section-head p{max-width:760px;color:var(--text-soft)}
.centered{text-align:center}.centered h2,.centered p{margin-left:auto;margin-right:auto}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-grid article{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:28px;
  min-height:100%;
  box-shadow:0 8px 20px rgba(18,52,59,.03);
}
.service-grid h3{font-size:1.24rem;margin:18px 0 12px}
.service-grid p{font-size:.95rem;margin:0;color:#596B78;line-height:1.62}
.line-icon{
  display:inline-flex;
  width:38px;
  height:38px;
  align-items:center;
  justify-content:center;
  color:var(--green);
  background:var(--green-soft);
  border-radius:13px;
  flex:0 0 38px;
}
.line-icon i{font-size:22px;line-height:1}

.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative}
.timeline:before{content:"";position:absolute;left:5%;right:5%;top:20px;height:1px;background:var(--border)}
.timeline article{position:relative;background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 8px 20px rgba(18,52,59,.03)}
.timeline span{display:flex;width:32px;height:32px;border-radius:50%;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green);border:1px solid #CFECE2;font-weight:900;margin-bottom:16px;font-family:Nunito,Arial,sans-serif;font-size:.9rem}
.timeline h3{font-size:1.05rem;margin-bottom:10px}
.timeline p{font-size:.9rem;margin:0;color:#5D6E7A;line-height:1.56}

.profile-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.profile-list article,.deliverables-grid span{
  border:1px solid var(--border);
  background:#fff;
  color:var(--petrol);
  font-weight:650;
  line-height:1.4;
  border-radius:14px;
  padding:15px 17px;
}
.profile-list article:before,.deliverables-grid span:before{content:"✓";color:var(--green);font-weight:900;margin-right:10px}
.purpose-stack{display:grid;gap:20px}
.purpose-stack article{padding:28px}
.purpose-stack h3{font-size:1.32rem}.purpose-stack p:last-child{margin-bottom:0}
.deliverables-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.deliverables-grid span{display:flex;align-items:flex-start}

.faq-wrap{max-width:980px}
.faq-list{display:grid;gap:14px}
.faq-list details{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 20px rgba(18,52,59,.03);overflow:hidden}
.faq-list summary{cursor:pointer;padding:22px 26px;color:var(--petrol);font-weight:800;font-size:1.02rem;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";font-size:1.35rem;color:var(--green);line-height:1}
.faq-list details[open] summary:after{content:"–"}
.faq-panel{
  max-height:0;
  overflow:hidden;
  transition:max-height .32s ease;
}
.faq-list p{padding:0 26px 24px;margin:0;color:#5f707c}

.forms-section{
  background:#fff;
  padding-top:96px;
}
.contact-container{
  max-width:1040px;
}
.tabs-card{
  max-width:880px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:0 18px 46px rgba(18,52,59,.075);
  padding:28px;
}
.tabs-nav{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  background:var(--soft);
  border:1px solid var(--border);
  border-radius:18px;
  padding:8px;
  margin-bottom:28px;
}
.tab-button{
  border:0;
  min-height:52px;
  border-radius:13px;
  background:transparent;
  color:var(--petrol);
  font-family:Nunito,Inter,Arial,sans-serif;
  font-weight:850;
  font-size:1rem;
  cursor:pointer;
  transition:.18s ease;
}
.tab-button:hover{
  background:rgba(255,255,255,.78);
}
.tab-button.is-active{
  background:var(--petrol);
  color:#fff;
  box-shadow:0 10px 22px rgba(18,52,59,.14);
}
.tab-panel[hidden]{
  display:none !important;
}
.tab-copy{
  max-width:720px;
  margin-bottom:22px;
}
.tab-copy h3{
  margin:0 0 8px;
  font-size:1.48rem;
}
.tab-copy p{
  margin:0;
  color:var(--text-soft);
  line-height:1.62;
}
.dmv-form{
  display:grid;
  gap:18px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.form-grid.two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.dmv-form label{
  display:grid;
  gap:7px;
  color:var(--petrol);
  font-family:Nunito,Inter,Arial,sans-serif;
  font-weight:800;
  font-size:.92rem;
  line-height:1.2;
}
.dmv-form input,
.dmv-form textarea{
  width:100%;
  border:1px solid var(--border);
  border-radius:12px;
  background:#fff;
  color:var(--petrol);
  font:400 1rem/1.4 Inter,Arial,sans-serif;
  padding:13px 14px;
  outline:0;
  transition:.18s ease;
}
.dmv-form textarea{
  resize:vertical;
  min-height:142px;
}
.dmv-form input:focus,
.dmv-form textarea:focus{
  border-color:rgba(47,174,133,.72);
  box-shadow:0 0 0 4px rgba(47,174,133,.10);
}
.dmv-form .btn{
  justify-self:start;
  margin-top:4px;
}
.hp-field{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.after-send-card{
  max-width:880px;
  margin:28px auto 0;
  border:1px solid var(--border);
  background:linear-gradient(135deg,#fff,var(--soft));
  border-radius:20px;
  padding:28px 30px;
}
.after-send-card h3{
  font-size:1.32rem;
  margin:0 0 8px;
}
.after-send-card p{
  margin:0;
  color:var(--text-soft);
  line-height:1.65;
}
.form-alert{
  max-width:880px;
  margin:-14px auto 24px;
  border-radius:14px;
  padding:14px 18px;
  font-family:Nunito,Inter,Arial,sans-serif;
  font-weight:800;
  text-align:center;
  border:1px solid transparent;
}
.form-alert.is-success{
  background:var(--green-soft);
  border-color:#CFECE2;
  color:var(--petrol);
}
.form-alert.is-error{
  background:#FFF2F2;
  border-color:#F1C7C7;
  color:#8A1F1F;
}
.back-to-top{
  position:fixed;
  right:26px;
  bottom:26px;
  z-index:90;
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--petrol);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 30px rgba(18,52,59,.22);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.2s ease;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  background:var(--petrol-dark);
  transform:translateY(-2px);
}
.back-to-top i{
  font-size:22px;
  line-height:1;
}

.site-footer{background:var(--petrol);color:rgba(255,255,255,.76);padding:54px 0 28px}
.footer-inner{display:grid;grid-template-columns:1.1fr 1fr auto;gap:48px;align-items:start}
.footer-logo{width:154px;margin-bottom:18px}.footer-inner p{font-size:.98rem;max-width:470px;color:rgba(255,255,255,.72)}
.footer-inner nav{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 26px}.footer-inner a{color:rgba(255,255,255,.82);font-weight:750}.footer-inner a:hover{color:#fff}
.footer-cta{border:1px solid rgba(255,255,255,.28);border-radius:10px;padding:14px 18px;white-space:nowrap}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:40px;padding-top:22px;font-size:.9rem;color:rgba(255,255,255,.56)}

@media (max-width:1280px){
  .container{width:min(calc(100% - 64px),1180px)}
  .brand img{width:160px}.desktop-nav{gap:22px;font-size:.92rem}.header-inner{gap:22px}
  .pillars-card{grid-template-columns:repeat(2,1fr)}
  .pillars-card article:nth-child(3){border-left:0;border-top:1px solid var(--border)}
  .pillars-card article:nth-child(4){border-top:1px solid var(--border)}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:repeat(3,1fr)}.timeline:before{display:none}
  .deliverables-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1040px){
  html{scroll-padding-top:98px}
  [id]{scroll-margin-top:98px}
  #topo,#inicio{scroll-margin-top:0}
  .desktop-nav,.header-cta{display:none}.mobile-menu-button{display:block}
  .mobile-nav{display:block}
  .site-header.is-open .mobile-nav{max-height:620px;padding:22px 32px 28px;opacity:1}
  .split-grid,.problem-grid,.final-cta,.footer-inner{grid-template-columns:1fr}
  .section{padding:84px 0}.hero{padding:82px 0 78px}.final-actions{min-width:0;max-width:380px}.footer-inner nav{grid-template-columns:1fr}
}
@media (max-width:760px){
  html{scroll-padding-top:94px}
  [id]{scroll-margin-top:94px}
  #topo,#inicio{scroll-margin-top:0}
  .container{width:calc(100% - 40px)}.header-inner{height:82px}.brand img{width:148px}
  h1{font-size:clamp(38px,10.5vw,44px);line-height:1.08;letter-spacing:-.032em}
  h2{font-size:clamp(28px,8vw,34px);line-height:1.15}h3{font-size:clamp(20px,5.5vw,22px)}p{line-height:1.62}
  .hero{padding:66px 0 62px}.hero-ornament{display:none}.hero-lead{font-size:1.02rem;line-height:1.62}.hero-complement{font-size:.96rem;line-height:1.58;margin-bottom:26px}
  .hero-actions{display:grid;gap:13px;width:100%}.hero-actions .btn{width:100%;min-height:58px}
  .pillars-section{padding-top:42px}.pillars-card{grid-template-columns:1fr}.pillars-card article,.pillars-card article:nth-child(n){border-left:0;border-top:1px solid var(--border);padding:22px}.pillars-card article:first-child{border-top:0}
  .service-grid,.timeline,.deliverables-grid,.profile-list,.form-grid.two{grid-template-columns:1fr}.section{padding:70px 0}
  .highlight-card,.alert-card,.quiet-list-card,.final-cta{padding:25px 21px;border-radius:20px}.service-grid article{padding:25px 21px}
  .faq-list summary{padding:20px;font-size:1rem}.faq-list p{padding:0 20px 22px}.tabs-card{padding:20px;border-radius:20px}.tabs-nav{grid-template-columns:1fr}.tab-button{min-height:50px}.after-send-card{padding:24px 20px}.btn{width:100%;padding:0 20px}.dmv-form .btn{justify-self:stretch}.back-to-top{right:18px;bottom:18px;width:48px;height:48px}.footer-logo{width:138px}
}
@media (max-width:460px){
  .container{width:calc(100% - 30px)}.kicker{font-size:.72rem;letter-spacing:.12em}.mobile-nav{padding-left:24px;padding-right:24px}.pillars-card article{gap:14px}.icon-wrap{width:38px;height:38px;min-width:38px}.icon-wrap i{font-size:23px}
}
