/*
 * Ecofyx Home — Colorful Clean V2
 * Release visual: 2026.08.04.93-home-dashboard-font-v1
 * Camada exclusivamente visual. Não altera contratos, rotas ou conteúdo indexável.
 */
:root{
  --home-ink:#172a22;
  --home-ink-soft:#2f463b;
  --home-muted:#667a70;
  --home-green:#2f9365;
  --home-green-strong:#18754b;
  --home-green-soft:#e8f5ed;
  --home-mint:#eaf7f1;
  --home-blue:#4d82b8;
  --home-blue-soft:#edf5fc;
  --home-peach:#b96b45;
  --home-peach-soft:#fcf1e9;
  --home-lilac:#745caa;
  --home-lilac-soft:#f4effb;
  --home-aqua:#2d8d8b;
  --home-aqua-soft:#eaf7f6;
  --home-rose:#a95762;
  --home-rose-soft:#fbefef;
  --home-sand:#f8f4eb;
  --home-canvas:#fbfcfb;
  --home-line:#e2eae5;
  --home-line-strong:#d3dfd7;
  --home-white:#fff;
  --home-shadow-xs:0 8px 24px rgba(37,68,52,.045);
  --home-shadow-sm:0 14px 36px rgba(37,68,52,.065);
  --home-shadow:0 24px 70px rgba(37,68,52,.105);
  --home-radius-sm:17px;
  --home-radius:25px;
  --home-radius-lg:36px;
  --home-font:Inter,system-ui,"Segoe UI",Roboto,Ubuntu,Arial,sans-serif;
}

html{scroll-padding-top:84px}
body{
  color:var(--home-ink);
  background:var(--home-canvas);
  font-family:var(--home-font);
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 10%,rgba(80,170,125,.055),transparent 24%),
    radial-gradient(circle at 94% 9%,rgba(90,145,205,.05),transparent 25%),
    #fbfcfb;
}
.container{width:min(1210px,calc(100% - 40px))}

/* Cabeçalho */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(53,82,66,.09);
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 30px rgba(29,60,43,.035);
  backdrop-filter:blur(20px) saturate(1.12);
}
.nav{min-height:76px}
.brand{
  color:#163d2a;
  font-family:var(--home-font);
  font-size:31px;
  font-weight:800;
  letter-spacing:-.045em;
}
.menu{gap:1px}
.menu a{
  padding:9px 12px;
  color:#4f655a;
  font-size:13px;
  font-weight:760;
}
.menu a:hover{background:#f2f7f4;color:#1f7049}
.nav-actions{gap:8px}
.btn{
  min-height:46px;
  padding:10px 18px;
  border-radius:14px;
  font-size:14px;
  font-weight:850;
  letter-spacing:-.012em;
  box-shadow:none;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  border-color:#2e9365;
  background:linear-gradient(135deg,#3aa876,#278c60);
  color:#fff;
  box-shadow:0 11px 25px rgba(38,142,94,.17),inset 0 1px 0 rgba(255,255,255,.3);
}
.btn-primary:hover{box-shadow:0 15px 32px rgba(38,142,94,.22)}
.nav-actions .btn-secondary,.hero .btn-secondary{
  border-color:#d8e3dc;
  background:rgba(255,255,255,.9);
  color:#2c5942;
}
.btn-light{border-color:#d6e2da;background:#fff;color:#2b6047;box-shadow:var(--home-shadow-xs)}
.mobile-nav summary{border-color:#d8e2dc;background:#fff;color:#345746}
.mobile-nav-panel{border-color:#dde6e0;background:#fff;box-shadow:var(--home-shadow)}
.mobile-nav-panel a{color:#405f50}
.mobile-nav-panel a:hover{background:#f1f7f3;color:#1d7248}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 78px;
  color:var(--home-ink);
  background:
    radial-gradient(circle at 5% 72%,rgba(116,177,129,.12),transparent 24%),
    radial-gradient(circle at 84% 11%,rgba(100,162,215,.15),transparent 28%),
    radial-gradient(circle at 50% 105%,rgba(239,193,150,.12),transparent 33%),
    linear-gradient(118deg,#fbfdfb 0%,#f3faf6 43%,#f3f8fc 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(53,101,76,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(53,101,76,.025) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.hero:after{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-280px;
  bottom:-330px;
  border:1px solid rgba(61,128,94,.08);
  border-radius:50%;
  box-shadow:0 0 0 54px rgba(61,128,94,.025),0 0 0 108px rgba(85,144,195,.022);
  background:transparent;
  filter:none;
  transform:none;
}
.hero-grid{
  position:relative;
  z-index:2;
  grid-template-columns:minmax(0,.88fr) minmax(535px,1.12fr);
  gap:58px;
}
.eyebrow{
  border:1px solid #d6e6dc;
  background:rgba(255,255,255,.75);
  color:#317250;
  box-shadow:0 6px 20px rgba(35,92,60,.04);
  letter-spacing:.06em;
}
.hero .eyebrow{border-color:#d5e8dc;background:rgba(255,255,255,.72);color:#2c7d53}
.eyebrow-dot{box-shadow:0 0 0 5px rgba(60,164,108,.11)}
.hero h1{
  max-width:650px;
  margin:22px 0 22px;
  color:#182a22;
  font-family:var(--home-font);
  font-size:clamp(48px,5.65vw,75px);
  font-weight:800;
  line-height:1.025;
  letter-spacing:-.052em;
}
.hero h1 span,.hero h1 span:not(:root){
  display:block;
  color:#2e8a5e;
  background:none;
  -webkit-text-fill-color:currentColor;
}
.lead{max-width:660px;color:#566d61;font-size:clamp(17px,1.55vw,20px);line-height:1.68}
.hero-actions{gap:10px;margin-top:28px}
.microcopy{color:#778a80}
.hero-trust{
  gap:11px 18px;
  margin-top:24px;
  padding-top:21px;
  border-top-color:rgba(58,101,78,.11);
}
.hero-trust span{color:#4e695b;font-size:12.5px}
.hero-trust i{background:#e7f5ec;color:#2e8d5f}

/* Demonstração do produto */
.product-stage{padding:16px 5px 24px}
.product-stage:before{
  inset:5% 1% 0;
  border-radius:48px;
  background:linear-gradient(135deg,rgba(94,174,130,.11),rgba(87,145,199,.095),rgba(206,147,109,.075));
  filter:blur(42px);
}
.product-window{
  border:1px solid rgba(212,224,217,.96);
  border-radius:29px;
  background:#fff;
  box-shadow:0 30px 75px rgba(43,78,59,.135),inset 0 1px 0 rgba(255,255,255,.9);
  transform:none;
}
.window-bar{height:48px;border-bottom-color:#e4ebe6;background:rgba(255,255,255,.95)}
.window-label{background:#f2f7f4;color:#547064}
.app-shell{grid-template-columns:152px minmax(0,1fr);min-height:404px}
.app-side{
  border-right:1px solid #e1eae4;
  background:linear-gradient(180deg,#f3f8f5,#eef5f1);
  color:#355644;
}
.app-side-brand{color:#2a543d}
.app-side-brand i{background:linear-gradient(145deg,#aedfc1,#b9dced)}
.app-side small{color:#809488}
.app-nav span{color:#647c6f}
.app-nav span.active{background:#dff1e6;color:#1f6e47}
.app-nav span.active:before{border-color:#55a67a;background:#55a67a;box-shadow:none}
.app-main{background:linear-gradient(180deg,#fff,#f9fbfa)}
.app-breadcrumb b{color:#315f48}
.app-action{background:#358f64;box-shadow:0 7px 18px rgba(53,143,100,.15)}
.app-metric{border-color:#e1e9e4;border-radius:14px;box-shadow:0 4px 14px rgba(39,74,55,.025)}
.app-metric:nth-child(1){background:linear-gradient(145deg,#fff,#f0f8f3)}
.app-metric:nth-child(2){background:linear-gradient(145deg,#fff,#fcf5ed)}
.app-metric:nth-child(3){background:linear-gradient(145deg,#fff,#eef5fb)}
.app-table{border-color:#e0e8e3;box-shadow:0 7px 20px rgba(37,68,52,.035)}
.app-table-head{background:#f4f7f5;color:#718078}
.app-table-row{border-top-color:#edf1ee}
.pill{background:#f9efe6;color:#a45f3c}.pill.ok{background:#eaf6ef;color:#287c52}
.avatar{background:#edf4fa;color:#4774a0}
.floating-public,.floating-insight{
  border:1px solid rgba(214,225,219,.95);
  background:rgba(255,255,255,.95);
  color:#3e5f50;
  box-shadow:0 18px 42px rgba(37,68,52,.105);
  backdrop-filter:blur(12px);
}
.floating-public{left:-18px;top:3px}
.floating-public span{color:#277e54}
.floating-insight{right:-15px;bottom:-5px}
.insight-line{background:linear-gradient(90deg,#68b58a,#6da6d0,#d79772)}

/* Blocos e títulos */
section{padding:80px 0}
.section-white{background:#fff}
.section-soft{background:linear-gradient(180deg,#f9fbfa,#f6f9f7)}
.section-dark{color:var(--home-ink);background:linear-gradient(180deg,#f7faf8,#f2f7f4)}
.section-dark:after{display:none}
.section-dark .section-head p{color:var(--home-muted)}
.section-head{margin-bottom:35px}
.section-head h2,.audience-intro h2{
  margin-top:13px;
  color:#1b2f26;
  font-family:var(--home-font);
  font-size:clamp(39px,4.35vw,58px);
  font-weight:800;
  line-height:1.07;
  letter-spacing:-.045em;
}
.section-head p,.audience-intro p{color:var(--home-muted);line-height:1.72}
.section-kicker{color:#42805e}
.section-head.split{gap:50px}

/* Perfis */
.audience-start{
  position:relative;
  z-index:3;
  padding:70px 0 78px;
  border:0;
  background:#fff;
}
.audience-start .container{
  padding:43px 38px 34px;
  border:1px solid #e5ece8;
  border-radius:34px;
  background:rgba(255,255,255,.97);
  box-shadow:0 22px 65px rgba(37,68,52,.075);
}
.audience-intro{
  display:block;
  max-width:820px;
  margin:0 auto 31px;
  text-align:center;
}
.audience-intro .section-kicker{display:block;margin-bottom:9px}
.audience-intro h2{margin:0 0 13px;font-size:clamp(36px,4vw,51px)}
.audience-intro p{max-width:730px;margin:0 auto}
.audience-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.audience-card{
  position:relative;
  overflow:hidden;
  min-height:340px;
  padding:25px 23px 22px;
  border:1px solid rgba(216,226,220,.82);
  border-radius:24px;
  box-shadow:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.audience-card:before{
  content:"";
  display:grid;
  place-items:center;
  width:47px;
  height:47px;
  margin-bottom:20px;
  border-radius:15px;
  font-size:22px;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.audience-card:after{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  right:-70px;
  top:-70px;
  border-radius:50%;
  background:rgba(255,255,255,.28);
}
.audience-card:nth-child(1){background:linear-gradient(145deg,#f1faf5,#e8f5ed)}
.audience-card:nth-child(1):before{content:"⌂";background:#d8efdf;color:#2a7a51}
.audience-card:nth-child(2){background:linear-gradient(145deg,#f3f8fd,#eaf3fb)}
.audience-card:nth-child(2):before{content:"▣";background:#dcebf8;color:#4d7fac}
.audience-card:nth-child(3){background:linear-gradient(145deg,#fdf6ef,#faeee4)}
.audience-card:nth-child(3):before{content:"◆";background:#f6dfcf;color:#b26642}
.audience-card:nth-child(4){background:linear-gradient(145deg,#f8f4fc,#f1ebf9)}
.audience-card:nth-child(4):before{content:"▤";background:#e8def5;color:#7256a1}
.audience-card:hover{transform:translateY(-3px);box-shadow:var(--home-shadow-sm);border-color:rgba(183,204,191,.95)}
.audience-type{margin-bottom:10px;color:#597064;font-size:10.5px}
.audience-card:nth-child(1) .audience-type{color:#2d7b53}
.audience-card:nth-child(2) .audience-type{color:#4b77a4}
.audience-card:nth-child(3) .audience-type{color:#a25f3f}
.audience-card:nth-child(4) .audience-type{color:#70579c}
.audience-card h3{font-size:20px;line-height:1.25}
.audience-card p{font-size:13.5px;line-height:1.62}
.audience-links{display:grid;gap:7px;margin-top:17px}
.audience-links a{
  position:relative;
  display:block;
  padding:7px 8px 7px 20px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#405d4e;
  font-size:11px;
}
.audience-links a:before{content:"•";position:absolute;left:7px;color:currentColor}
.audience-links a:hover{background:rgba(255,255,255,.58);transform:none}
.audience-footer{margin-top:25px}

/* Operação de exemplo */
.operation-demo{padding-top:80px;background:linear-gradient(180deg,#fff,#fbfcfb)}
.operation-demo-grid{gap:26px}
.demo-steps{
  padding:8px 0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.demo-step{
  position:relative;
  min-height:142px;
  padding:20px 18px 20px 17px;
  border:1px solid #e1e9e4;
  border-radius:21px;
  background:#fff;
  box-shadow:var(--home-shadow-xs);
}
.demo-step:nth-child(1){background:linear-gradient(145deg,#fff,#eff8f3)}
.demo-step:nth-child(2){background:linear-gradient(145deg,#fff,#eef5fb)}
.demo-step:nth-child(3){background:linear-gradient(145deg,#fff,#fcf3ec)}
.demo-step:nth-child(4){background:linear-gradient(145deg,#fff,#f3eef9)}
.demo-step-number{
  flex:0 0 39px;
  width:39px;
  height:39px;
  border:1px solid rgba(200,217,207,.9);
  background:#fff;
  color:#377c58;
}
.demo-step h3{font-size:16px}.demo-step p{font-size:12.5px}
.demo-workspace{
  border:1px solid #dfe8e2;
  border-radius:29px;
  background:#fff;
  box-shadow:0 25px 70px rgba(37,68,52,.095);
}
.demo-workspace-top{
  border-bottom-color:#e1e9e4;
  background:linear-gradient(90deg,#eff8f3,#f3f8fc);
  color:#284f3b;
}
.demo-state{border-color:#d3e4d9;background:#fff;color:#2e8056}
.demo-insert-head h3{font-family:var(--home-font);font-size:24px}
.demo-library-link{border-color:#d6e5dc;background:#f4faf6;color:#2f7d55}
.demo-template-grid{gap:11px}
.demo-template-card{
  border-color:#e1e9e4;
  border-radius:19px;
  background:#fff;
  box-shadow:0 8px 23px rgba(37,68,52,.04);
}
.demo-template-card:nth-child(1){background:linear-gradient(145deg,#fff,#eef8f2)}
.demo-template-card:nth-child(2){background:linear-gradient(145deg,#fff,#fbf3ea)}
.demo-template-card:nth-child(3){background:linear-gradient(145deg,#fff,#f2eef9)}
.demo-template-icon{border-radius:13px}
.demo-template-card:nth-child(1) .demo-template-icon{background:#dcefe3;color:#2d7f55}
.demo-template-card:nth-child(2) .demo-template-icon{background:#f7e3d3;color:#a96442}
.demo-template-card:nth-child(3) .demo-template-icon{background:#e8dff5;color:#7455a5}
.demo-template-status b{background:#fff;border:1px solid #d8e6dd;color:#2e7e55}
.demo-result{background:linear-gradient(90deg,#edf8f2,#eef6fb);color:#315a45}
.demo-result-grid span{border-color:#dae8df;background:#fff;color:#436756}

/* Bento */
.bento{gap:14px}
.bento-card{
  border:1px solid #e0e9e3;
  border-radius:27px;
  background:#fff;
  box-shadow:var(--home-shadow-xs);
}
.bento-card.green{border-color:#d8e8de;background:linear-gradient(145deg,#edf8f2,#e6f4eb);color:var(--home-ink)}
.bento-card.large{background:linear-gradient(145deg,#eef8f2,#e7f5ec)}
.bento-card.medium{background:linear-gradient(145deg,#eef5fb,#e8f2fa)}
.bento-card.small:nth-of-type(3){background:linear-gradient(145deg,#fdf5ed,#faede2)}
.bento-card.small:nth-of-type(4){background:linear-gradient(145deg,#f5f0fb,#efe8f8)}
.bento-card.small:nth-of-type(5){background:linear-gradient(145deg,#edf8f6,#e5f4f2)}
.bento-label{border:1px solid rgba(210,224,216,.8);background:rgba(255,255,255,.82);color:#4c6a5b}
.bento-card h3{font-family:var(--home-font);font-weight:700}
.bento-card p{color:#5f7469}
.bento-mini-list span{border-color:#d6e5dc;background:rgba(255,255,255,.78);color:#466553}
.public-mock{border-color:#dce6e0;background:#fff;box-shadow:0 15px 35px rgba(56,94,72,.1)}
.public-mock-cover{background:linear-gradient(135deg,#cfe8f6,#e1f2ea,#f5decb)}
.dashboard-spark i:nth-child(odd){background:#6ab890}.dashboard-spark i:nth-child(even){background:#70a7d3}

/* Showcase de templates */
.template-showcase{gap:14px}
.template-panel{
  border:1px solid #dbe7df;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 10%,rgba(100,160,209,.11),transparent 32%),
    linear-gradient(145deg,#f3faf6,#eaf5ee);
  color:var(--home-ink);
  box-shadow:var(--home-shadow-sm);
}
.template-panel:after{border-color:rgba(64,130,92,.075);box-shadow:0 0 0 35px rgba(64,130,92,.018),0 0 0 70px rgba(88,141,185,.018)}
.template-panel .eyebrow{border-color:#d6e5dc!important;background:rgba(255,255,255,.8)!important;color:#397a58!important}
.template-panel h3{font-family:var(--home-font)}
.template-panel p{color:#61766b}
.template-features div{border-color:#dbe7df;background:rgba(255,255,255,.65)}
.template-features div:before{color:#398a60}
.template-gallery{gap:14px}
.template-gallery-card{
  border-color:#e0e8e3;
  border-radius:25px;
  box-shadow:var(--home-shadow-xs);
}
.template-gallery-card:first-child{background:linear-gradient(145deg,#eef5fb,#e8f1fa)}
.template-gallery-card:nth-child(2){background:linear-gradient(145deg,#fdf4eb,#faecdf)}
.template-gallery-card:nth-child(3){background:linear-gradient(145deg,#f4effa,#eee7f7)}
.template-gallery-card b{color:#537064}
.template-gallery-card h3{font-family:var(--home-font)}
.template-gallery-card span{color:#2b7b53}

/* Fluxo e capacidades */
.flow{gap:13px}
.step{
  border:1px solid #e0e8e3!important;
  border-radius:23px!important;
  background:#fff;
  box-shadow:var(--home-shadow-xs);
}
.step:nth-child(1){background:linear-gradient(145deg,#fff,#eff8f3)}
.step:nth-child(2){background:linear-gradient(145deg,#fff,#eef5fb)}
.step:nth-child(3){background:linear-gradient(145deg,#fff,#fcf3eb)}
.step:nth-child(4){background:linear-gradient(145deg,#fff,#f4effa)}
.step:not(:last-child):after{display:none}
.step:before{border-color:#d7e5dc;background:#fff;color:#367c57}
.capability-grid{gap:13px}
.capability{
  border-color:#e0e8e3;
  border-radius:23px;
  background:#fff;
  box-shadow:var(--home-shadow-xs);
  backdrop-filter:none;
}
.capability:nth-child(1){background:linear-gradient(145deg,#fff,#eef8f2)}
.capability:nth-child(2){background:linear-gradient(145deg,#fff,#eef5fb)}
.capability:nth-child(3){background:linear-gradient(145deg,#fff,#fcf3ea)}
.capability:nth-child(4){background:linear-gradient(145deg,#fff,#f4effa)}
.capability:nth-child(5){background:linear-gradient(145deg,#fff,#ecf7f5)}
.capability:nth-child(6){background:linear-gradient(145deg,#fff,#fbefef)}
.capability-icon{border-color:#d8e6dd;background:#fff;color:#397d59}
.capability p{color:#66796f}

/* Caminhos */
.path-grid{gap:14px}
.path-card{
  border-color:#e0e8e3;
  border-radius:25px;
  background:#fff;
  box-shadow:var(--home-shadow-xs);
}
.path-card:nth-child(1){background:linear-gradient(145deg,#edf8f2,#e7f4ec)}
.path-card:nth-child(2){background:linear-gradient(145deg,#f0f6fb,#e9f2fa)}
.path-card:nth-child(3){background:linear-gradient(145deg,#f7f1fb,#f0e9f8)}
.path-card.featured{border-color:#d7e6dc;color:var(--home-ink)}
.path-card p,.path-card.featured p{color:#62776c}
.path-card a,.path-card.featured a{color:#2d7d54}
.path-number,.path-card.featured .path-number{color:#638074}

/* Comparação */
.comparison{
  border:1px solid #e0e8e3;
  border-radius:28px;
  background:#fff;
  box-shadow:var(--home-shadow-sm);
}
.comparison table{border-collapse:separate;border-spacing:0}
.comparison th{background:#f4f7f5;color:#496155}
.comparison th:first-child{background:#f4f7f5}
.comparison th:last-child{background:#e6f4eb;color:#245f3f}
.comparison td{border-top-color:#e8eeea}
.comparison td:last-child{background:#f4faf6}
.comparison tbody tr:hover td{background:#fafcfb}
.comparison tbody tr:hover td:last-child{background:#eff8f3}
.yes{color:#267a50}.partial{color:#9b6a3e}

/* Hub */
.link-hub{gap:14px}
.hub-card{
  border-color:#e0e8e3;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--home-shadow-xs);
}
.hub-card:nth-child(1){background:linear-gradient(145deg,#fff,#eef8f2)}
.hub-card:nth-child(2){background:linear-gradient(145deg,#fff,#eef5fb)}
.hub-card:nth-child(3){background:linear-gradient(145deg,#fff,#fcf3ea)}
.hub-card:nth-child(4){background:linear-gradient(145deg,#fff,#f4effa)}
.hub-card:nth-child(5){background:linear-gradient(145deg,#fff,#ecf7f5)}
.hub-card:nth-child(6){background:linear-gradient(145deg,#fff,#fbefef)}
.hub-card b{color:#397d59}
.hub-card h3{font-family:var(--home-font)}
.hub-card p{color:#65796f}

/* FAQ */
.faq-grid{gap:12px}
.faq-grid details{
  border-color:#e0e8e3;
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 22px rgba(37,68,52,.035);
}
.faq-grid details:nth-child(4n+1){background:linear-gradient(145deg,#fff,#f2f9f5)}
.faq-grid details:nth-child(4n+2){background:linear-gradient(145deg,#fff,#f2f7fc)}
.faq-grid details:nth-child(4n+3){background:linear-gradient(145deg,#fff,#fdf6ef)}
.faq-grid details:nth-child(4n){background:linear-gradient(145deg,#fff,#f7f2fb)}
.faq-grid summary{color:#273f34}
.faq-grid summary:after{border-color:#d7e4dc;background:#fff;color:#3a7c59}
.faq-grid p{color:#667a70}

/* CTA */
.cta-wrap{padding-top:32px}
.cta{
  padding:52px 44px;
  border:1px solid #d7e5dc;
  border-radius:34px;
  background:
    radial-gradient(circle at 8% 90%,rgba(105,179,133,.15),transparent 28%),
    radial-gradient(circle at 94% 15%,rgba(99,154,205,.14),transparent 29%),
    linear-gradient(120deg,#f5faf7,#edf7f2 48%,#eff6fb);
  color:var(--home-ink);
  box-shadow:var(--home-shadow);
}
.cta:before{display:none}
.cta h2{font-family:var(--home-font);font-weight:700}
.cta p{color:#62776b}
.cta .btn-light{border-color:#d4e1d9;background:rgba(255,255,255,.84);color:#2c6047}
.cta-note{color:#70847a}

/* Rodapé */
footer{
  border-top:1px solid #e1e9e4;
  background:linear-gradient(180deg,#f9fbfa,#f4f8f5);
  color:#526b5e;
}
.footer-brand{
  color:#183f2b;
  font-family:var(--home-font);
  font-size:31px;
  font-weight:800;
  letter-spacing:-.045em;
}
.footer-grid h3{color:#31543f}
.footer-grid p{color:#6c8075}
.footer-grid a{color:#587064}
.footer-grid a:hover{color:#207649}
.footer-bottom{border-top-color:#dde6e0;color:#7a8d82}

/* Responsividade */
@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr;gap:42px}
  .hero-copy{max-width:850px}
  .product-stage{max-width:850px;margin:auto}
  .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .audience-card{min-height:315px}
}
@media(max-width:900px){
  .audience-start .container{padding:35px 26px 29px}
  .section-head.split{gap:15px}
}
@media(max-width:760px){
  .container{width:min(100% - 26px,1210px)}
  .site-header .nav{min-height:67px}
  .brand{font-size:27px}
  .hero{padding:53px 0 55px}
  .hero h1{font-size:clamp(43px,12.5vw,60px)}
  .hero-actions .btn{width:100%}
  .hero-trust{display:grid;grid-template-columns:1fr}
  .product-stage{padding:0}
  .product-window{border-radius:22px}
  .app-shell{grid-template-columns:1fr;min-height:auto}
  .app-side{display:none}
  .app-main{padding:14px}
  .app-heading h2{font-size:19px}
  .app-table-head,.app-table-row{grid-template-columns:minmax(0,1fr) .72fr}
  .app-table-head>*:nth-child(3),.app-table-row>*:nth-child(3){display:none}
  .floating-public,.floating-insight{display:none}
  section{padding:60px 0}
  .section-head h2,.audience-intro h2{font-size:clamp(35px,9.5vw,47px)}
  .audience-start{padding:44px 0 58px}
  .audience-start .container{padding:29px 17px 25px;border-radius:27px}
  .audience-grid{grid-template-columns:1fr}
  .audience-card{min-height:auto;padding:22px}
  .audience-card:before{margin-bottom:16px}
  .demo-steps{grid-template-columns:1fr}
  .demo-step{min-height:auto}
  .demo-template-grid{grid-template-columns:1fr}
  .bento-card.large,.bento-card.medium,.bento-card.small{grid-column:span 12}
  .template-gallery{grid-template-columns:1fr}
  .template-gallery-card:first-child{grid-column:span 1}
  .flow{grid-template-columns:1fr}
  .capability,.capability:nth-child(1),.capability:nth-child(2),.capability:nth-child(5),.capability:nth-child(6){grid-column:span 12}
  .path-grid,.link-hub,.faq-grid{grid-template-columns:1fr}
  .cta{padding:40px 20px;border-radius:27px}
}
@media(max-width:500px){
  .nav-actions .btn-primary{display:none}
  .app-metrics{grid-template-columns:1fr 1fr}
  .app-metric:last-child{grid-column:span 2}
  .demo-result-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:grid}
  .comparison{border-radius:20px}
}
@media(prefers-reduced-motion:reduce){
  .audience-card:hover{transform:none}
}
