:root{
  --navy:#0f2747;
  --navy-2:#173a64;
  --navy-3:#0a1c34;
  --orange:#ff7617;
  --orange-2:#ff9a4f;
  --text:#20314a;
  --muted:#6f7f94;
  --line:#dfe6ee;
  --soft:#f5f8fb;
  --white:#fff;
  --green:#1f9a6b;
  --shadow:0 20px 60px rgba(15,39,71,.12);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(15,39,71,.08);
}
.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{position:relative;width:44px;height:44px;display:grid;grid-template-columns:repeat(3,1fr);align-items:end;gap:2px}
.brand-mark i{display:block;background:var(--navy);clip-path:polygon(50% 0,100% 22%,100% 100%,0 100%,0 22%);border-radius:2px}
.brand-mark i:nth-child(1){height:30px}
.brand-mark i:nth-child(2){height:42px;background:var(--orange)}
.brand-mark i:nth-child(3){height:30px}
.brand-copy strong{font-family:Manrope,sans-serif;font-size:20px;color:var(--navy);letter-spacing:-.04em}
.brand-copy strong em{font-style:normal;color:var(--orange)}
.brand-copy small{display:block;font-size:7px;letter-spacing:.23em;color:#6d7c91;font-weight:700;margin-top:-1px}
.desktop-nav{display:flex;align-items:center;gap:29px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:700;color:#34445a}
.desktop-nav a:hover{color:var(--orange)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{
  min-height:44px;padding:0 20px;border-radius:10px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;
  font-size:13px;cursor:pointer;transition:.22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 9px 22px rgba(255,118,23,.23)}
.btn-primary:hover{background:#ef6508}
.btn-outline{border-color:#b8c5d3;background:#fff;color:var(--navy)}
.btn-outline:hover{border-color:var(--navy)}
.btn-light{background:#fff;color:var(--navy)}
.btn-lg{min-height:52px;padding:0 26px;font-size:14px}
.full{width:100%}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:10px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0}
.mobile-menu{display:none}

.hero{
  min-height:720px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(115deg,#fff 0%,#fff 47%,#f3f8fc 100%);
  padding:72px 0 26px;
}
.hero-grid-bg,.cta-grid-bg{
  position:absolute;inset:0;pointer-events:none;opacity:.38;
  background-image:linear-gradient(rgba(20,56,93,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(20,56,93,.04) 1px,transparent 1px);
  background-size:42px 42px;
}
.hero-layout{display:grid;grid-template-columns:.92fr 1.18fr;gap:58px;align-items:center;position:relative;z-index:2}
.eyebrow,.section-kicker{font-size:11px;font-weight:800;letter-spacing:.09em;color:var(--orange)}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.eyebrow span{width:26px;height:3px;background:var(--orange);border-radius:10px}
.hero h1,.section-head h2,.pricing-intro h2,.proof-copy h2,.cta-layout h2{
  font-family:Manrope,sans-serif;color:var(--navy);letter-spacing:-.045em;margin:0;line-height:1.08
}
.hero h1{font-size:clamp(44px,5.5vw,72px);max-width:610px}
.hero h1 span,.section-head h2 span,.pricing-intro h2 span,.proof-copy h2 span,.cta-layout h2 span{color:var(--orange)}
.hero-copy>p{font-size:17px;color:#566a82;max-width:600px;margin:20px 0 27px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-points{display:flex;gap:25px;flex-wrap:wrap;margin-top:28px;font-size:12px;font-weight:700;color:#506279}
.hero-points b{width:24px;height:24px;display:inline-grid;place-items:center;border:1px solid #c9d3df;border-radius:50%;margin-right:6px;color:var(--navy)}

.hero-visual{position:relative;min-height:500px;display:flex;align-items:center}
.screen-glow{position:absolute;width:620px;height:380px;right:-50px;top:70px;background:radial-gradient(circle,rgba(33,138,216,.18),rgba(255,118,23,.07) 45%,transparent 68%);filter:blur(20px)}
.laptop{position:relative;width:100%;max-width:680px;margin:0 auto;z-index:2}
.laptop-screen{background:#111c28;border:10px solid #202a35;border-radius:17px 17px 8px 8px;padding:7px;box-shadow:0 34px 70px rgba(8,27,49,.25)}
.app-top{height:44px;background:#fff;border-radius:7px 7px 0 0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #e6ecf2}
.mini-brand{font-size:10px;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:5px}
.mini-brand span{width:17px;height:17px;border-radius:4px;background:linear-gradient(135deg,var(--navy) 50%,var(--orange) 50%)}
.mini-brand b{color:var(--orange)}
.mini-user{font-size:8px;color:#607289}
.app-body{display:grid;grid-template-columns:104px 1fr;background:#f5f7fb;min-height:350px}
.mini-sidebar{background:#fff;border-right:1px solid #e3e9ef;padding:12px 8px;display:flex;flex-direction:column;gap:8px;font-size:8px;color:#56697f}
.mini-sidebar div{padding:7px 8px;border-radius:5px;display:flex;gap:8px}
.mini-sidebar .mini-side-active{background:var(--navy);color:#fff}
.mini-main{padding:13px}
.mini-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.mini-cards>div{background:#fff;border:1px solid #e4e9ef;border-radius:7px;padding:9px}
.mini-cards small{display:block;font-size:6px;color:#718198;line-height:1.3}
.mini-cards strong{display:block;font-size:13px;color:var(--navy);margin-top:4px}
.mini-panels{display:grid;grid-template-columns:1.7fr 1fr;gap:9px;margin-top:10px}
.mini-chart-card,.mini-activity,.mini-work-card{background:#fff;border:1px solid #e3e9ef;border-radius:7px;padding:9px}
.mini-panel-title{display:flex;justify-content:space-between;align-items:center;font-size:7px;color:#53667b}
.mini-panel-title b{font-size:8px;color:var(--navy)}
.mini-chart{height:113px;position:relative;margin-top:4px}
.bars{position:absolute;inset:10px 4px 0;display:flex;align-items:end;justify-content:space-around;gap:7px}
.bars i{width:24px;background:#d7eaf8;border-radius:3px 3px 0 0}
.mini-chart svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.mini-chart polyline{fill:none;stroke:#2898e2;stroke-width:3}
.mini-activity p{font-size:6px;color:#61748a;border-bottom:1px solid #eef1f4;padding:6px 0;margin:0}
.mini-activity p span{color:#20a56f;margin-right:3px}
.mini-work-card{margin-top:9px}
.mini-work-row{display:grid;grid-template-columns:1.2fr 34px 1fr;align-items:center;gap:7px;font-size:6px;color:#52657a;margin-top:7px}
.mini-work-row b{font-size:6px;color:#68809a}
.mini-work-row i{height:4px;background:#e9eef4;border-radius:6px;overflow:hidden}
.mini-work-row em{display:block;height:100%;background:#2696df}
.laptop-base{height:16px;background:linear-gradient(#b8c2cc,#e9edf1);border-radius:0 0 80% 80%;width:108%;margin-left:-4%;box-shadow:0 12px 20px rgba(14,36,61,.18)}
.construction-card{position:absolute;right:-12px;bottom:7px;background:var(--navy);color:#fff;border-radius:15px;padding:15px 18px;display:flex;gap:12px;align-items:center;z-index:3;box-shadow:var(--shadow)}
.construction-card .helmet{font-size:28px;color:var(--orange)}
.construction-card strong,.construction-card small{display:block}
.construction-card strong{font-size:12px}.construction-card small{font-size:8px;color:#b9c7d6;margin-top:2px}
.hero-strip{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:56px}
.hero-strip>div{display:flex;align-items:center;gap:11px}
.hero-strip b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid #c7d3df;color:var(--navy)}
.hero-strip strong,.hero-strip small{display:block}
.hero-strip strong{font-size:12px;color:var(--navy)}.hero-strip small{font-size:9px;color:#74849a}

.section{padding:90px 0}
.section-head{margin-bottom:34px}
.split-head{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:70px}
.section-head h2,.pricing-intro h2,.proof-copy h2{font-size:clamp(34px,4vw,48px);max-width:670px;margin-top:7px}
.section-head>p,.split-head>p,.pricing-intro>p,.proof-copy>p{color:var(--muted);font-size:15px;max-width:590px}
.center{text-align:center}.center h2,.center p{margin-left:auto;margin-right:auto}

.resources{background:#fff}
.resource-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.resource-card{border:1px solid var(--line);border-radius:16px;padding:22px 15px;background:#fff;box-shadow:0 12px 30px rgba(15,39,71,.05);text-align:center;transition:.2s ease}
.resource-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.resource-icon{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;margin:0 auto 13px;font-size:21px;font-weight:800;background:#eef5fb;color:var(--navy)}
.resource-icon.orange{color:var(--orange);background:#fff2e8}.resource-icon.cyan{color:#1587cb;background:#e9f6fd}.resource-icon.green{color:#187b5b;background:#e8f6f0}.resource-icon.gold{color:#dc8c0a;background:#fff4dd}
.resource-card h3{font-size:13px;color:var(--navy);margin:0 0 5px}
.resource-card p{font-size:10px;color:#718197;margin:0}

.audience{background:var(--soft)}
.audience-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.audience-card{overflow:hidden;border-radius:16px;background:#fff;border:1px solid #e1e7ee;box-shadow:0 10px 24px rgba(15,39,71,.06)}
.audience-photo{height:146px;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding:8px}
.audience-photo img{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block;filter:drop-shadow(0 8px 20px rgba(15,39,71,.12))}
.audience-photo.painter{background:linear-gradient(135deg,#edf4fb,#dce8f4)}
.audience-photo.builder{background:linear-gradient(135deg,#fff2e4,#f5debe)}
.audience-photo.renovation{background:linear-gradient(135deg,#f5f3ef,#ffffff)}
.audience-photo.installer{background:linear-gradient(135deg,#e9f2fb,#dce9f8)}
.audience-photo.maintenance{background:linear-gradient(135deg,#edf7fb,#d4e7f0)}
.audience-photo.services{background:linear-gradient(135deg,#f6ecdf,#e7d0b5)}
.audience-card>div:last-child{padding:12px 13px 14px}
.audience-card strong,.audience-card small{display:block}.audience-card strong{font-size:12px;color:var(--navy)}.audience-card small{font-size:9px;color:#718197}

.how{background:#fff}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}
.steps:before{content:"";position:absolute;left:9%;right:9%;top:37px;height:1px;background:#d8e1e9}
.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;z-index:2}
.step>span{width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800;font-size:12px;margin-bottom:21px;box-shadow:0 0 0 8px #fff}
.step:nth-child(2)>span,.step:nth-child(4)>span{background:var(--orange)}
.step h3{font-size:16px;color:var(--navy);margin:0 0 7px}.step p{font-size:12px;color:#718197;margin:0}

.pricing{background:linear-gradient(180deg,#f8fafc,#fff)}
.pricing-intro{text-align:center;margin-bottom:38px}.pricing-intro h2,.pricing-intro p{margin-left:auto;margin-right:auto}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.price-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;position:relative;box-shadow:0 12px 30px rgba(15,39,71,.06)}
.price-card.featured{border:2px solid var(--orange);transform:translateY(-8px);box-shadow:0 18px 50px rgba(255,118,23,.13)}
.popular{position:absolute;left:-2px;right:-2px;top:-29px;height:29px;border-radius:13px 13px 0 0;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800;letter-spacing:.07em}
.price-top h3{font-size:21px;color:var(--navy);margin:0}.price-top p{font-size:11px;color:#74849a;margin:2px 0 18px}
.price{display:flex;align-items:flex-start;color:var(--navy);margin-bottom:20px}.price small{font-size:14px;font-weight:800;margin:9px 5px 0 0}.price strong{font-size:43px;letter-spacing:-.04em;line-height:1}.price span{font-size:10px;color:#74849a;align-self:flex-end;margin:0 0 7px 4px}
.price-card ul{list-style:none;padding:0;margin:0 0 25px}.price-card li{font-size:12px;color:#53657a;margin:10px 0;padding-left:22px;position:relative}.price-card li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}
.pricing-notes{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:28px;color:#51647a;font-size:12px}.pricing-notes span:before{color:var(--navy)}

.proof{background:#fff}
.proof-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.proof-copy ul{list-style:none;padding:0;margin:24px 0 0}.proof-copy li{margin:12px 0;color:#51647a}.proof-copy li b{color:var(--orange);margin-right:8px}
.proof-panel{height:420px;border-radius:26px;background:linear-gradient(145deg,var(--navy),#163e69);position:relative;overflow:hidden;box-shadow:var(--shadow)}
.proof-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.10),transparent 40%)}
.proof-orbit{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.orbit-one{width:270px;height:270px}.orbit-two{width:360px;height:360px}
.proof-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:155px;height:155px;border-radius:50%;background:#fff;display:grid;place-content:center;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.proof-center span,.proof-center small{font-size:10px;color:#75869b}.proof-center strong{font-size:38px;color:var(--orange);line-height:1}
.proof-tag{position:absolute;background:#fff;border-radius:999px;padding:9px 15px;font-size:10px;font-weight:800;color:var(--navy);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.tag-a{left:70px;top:82px}.tag-b{right:53px;top:100px}.tag-c{left:65px;bottom:82px}.tag-d{right:55px;bottom:95px}

.faq{background:var(--soft)}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 18px}
.faq-item summary{cursor:pointer;list-style:none;font-size:13px;font-weight:800;color:var(--navy);padding:17px 28px 17px 0;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:0;top:12px;font-size:22px;color:var(--navy);font-weight:400}
.faq-item[open] summary:after{content:"−"}
.faq-item p{font-size:12px;color:#6c7d92;margin:-2px 0 17px}

.cta-band{position:relative;overflow:hidden;background:linear-gradient(100deg,#0b2440,#10375d 65%,#0f2747);padding:56px 0}
.cta-band:after{content:"";position:absolute;width:330px;height:330px;border:45px solid var(--orange);right:-110px;top:-110px;transform:rotate(26deg);opacity:.8}
.cta-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:40px}
.section-kicker.light{color:#ff9f5b}.cta-layout h2{color:#fff;font-size:40px;margin-top:8px}.cta-layout p{color:#b7c7d8;font-size:14px;margin-bottom:0}.cta-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}

.footer{background:#fff}
.footer-main{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:30px 0;border-bottom:1px solid #e5eaf0}
.footer-links{display:flex;gap:24px;flex-wrap:wrap;font-size:11px;font-weight:700;color:#56677c}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0 28px;font-size:9px;color:#8190a3}

.reveal{opacity:0;transform:translateY(22px);transition:.65s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1050px){
  .desktop-nav{display:none}
  .resource-grid{grid-template-columns:repeat(4,1fr)}
  .audience-grid{grid-template-columns:repeat(3,1fr)}
  .hero-layout{grid-template-columns:1fr}
  .hero{padding-top:55px}
  .hero-copy{max-width:760px}
  .hero-visual{max-width:760px;width:100%;margin:0 auto}
  .construction-card{right:10px}
}
@media(max-width:760px){
  /* Mobile: remove os elementos decorativos laranja do hero para não cruzarem o conteúdo */
  .hero{overflow:hidden !important}
  .hero-layout,.hero-copy{position:relative;z-index:2}

  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{min-height:68px}
  .brand-copy strong{font-size:17px}.brand-copy small{font-size:6px}
  .nav-actions>.btn{display:none}
  .menu-toggle{display:block}
  .mobile-menu{padding:12px 20px 18px;background:#fff;border-top:1px solid #eef2f5}
  .mobile-menu.open{display:grid}
  .mobile-menu a{padding:11px 0;font-size:13px;font-weight:700;border-bottom:1px solid #f0f2f5}
  .hero{padding:45px 0 22px;min-height:auto}
  .hero h1{font-size:42px}
  .hero-copy>p{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-points{gap:12px}
  .hero-visual{min-height:360px;margin-top:10px}
  .laptop{transform:scale(.87);transform-origin:center}
  .construction-card{display:none}
  .hero-strip{grid-template-columns:1fr;gap:14px;margin-top:25px}
  .section{padding:68px 0}
  .split-head,.proof-layout,.cta-layout{grid-template-columns:1fr;gap:24px}
  .section-head h2,.pricing-intro h2,.proof-copy h2{font-size:35px}
  .resource-grid{grid-template-columns:repeat(2,1fr)}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr}.steps:before{display:none}
  .pricing-grid{grid-template-columns:1fr;gap:28px}
  .price-card.featured{transform:none}
  .faq-grid{grid-template-columns:1fr}
  .proof-panel{height:360px}
  .cta-actions{justify-content:flex-start}
  .cta-layout h2{font-size:34px}
  .footer-main,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-links{gap:15px}
}
@media(max-width:480px){
  .brand-mark{width:36px;height:36px}
  .hero h1{font-size:36px}
  .resource-grid{grid-template-columns:1fr}
  .audience-grid{grid-template-columns:1fr 1fr}
  .mini-sidebar{display:none}.app-body{grid-template-columns:1fr}
  .mini-cards{grid-template-columns:repeat(2,1fr)}
  .mini-panels{grid-template-columns:1fr}
  .mini-activity{display:none}
  .hero-visual{min-height:315px}
  .laptop{transform:scale(.78)}
  .proof-tag{font-size:8px}
}


/* Atualização comercial V2 */
.trial-callout{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  max-width:760px;margin:0 auto 34px;padding:16px 20px;
  border:1px solid #ffd7b9;border-radius:16px;background:#fff8f2;
}
.trial-callout strong,.trial-callout span{display:block}
.trial-callout strong{font-size:16px;color:var(--navy)}
.trial-callout span{margin-top:3px;font-size:11px;color:#718197}
.trial-callout>b{font-size:14px;color:var(--orange);white-space:nowrap}
.price-card ul{min-height:245px}
.price-card li{line-height:1.35}
@media(max-width:760px){
  .trial-callout{align-items:flex-start;flex-direction:column;margin-bottom:30px;padding:14px 16px}
  .trial-callout>b{font-size:13px}
  .price-card ul{min-height:0}
  .pricing-grid{gap:34px}
  .hero-points{display:grid;grid-template-columns:1fr;gap:8px}
  .hero-points span{font-size:11px}
}
@media(max-width:480px){
  .hero h1{font-size:34px;line-height:1.02}
  .hero-copy>p{font-size:14px}
  .pricing-intro h2,.section-head h2,.proof-copy h2{font-size:31px}
  .price-card{padding:22px}
  .price strong{font-size:38px}
}
