:root{
  --blue:#1464f4;
  --blue-2:#0d4dd6;
  --navy:#0b1739;
  --ink:#17213c;
  --muted:#6e7892;
  --soft:#f4f7ff;
  --line:#e8edf8;
  --lime:#c9f43d;
  --white:#fff;
  --black:#070a11;
  --card:#ffffff;
  --shadow:0 24px 60px rgba(21, 53, 114,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}
body::selection{background:var(--lime);color:#16220b}
img,svg{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip{position:fixed;top:-80px;left:16px;z-index:200;background:#fff;color:var(--ink);padding:10px 14px;border-radius:10px;font-weight:800}
.skip:focus{top:12px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:var(--blue);
}
.eyebrow::before{content:"";width:26px;height:2px;background:currentColor;border-radius:999px}
.eyebrow-lite{color:#dffb72}
.eyebrow-lime{color:var(--lime)}
h1,h2,h3,h4{font-family:Manrope,Inter,system-ui,sans-serif;line-height:1.08;margin:0}
p{margin:0}
.section-title{font-size:clamp(30px,4vw,50px);max-width:780px}
.section-title.center{margin:12px auto 0}
.section-sub{color:var(--muted);max-width:700px;margin:16px auto 0}
.section-tight{padding-top:30px}
.mt-12{margin-top:12px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;
  border:1px solid transparent;transition:.25s ease;cursor:pointer;
}
.btn-primary{background:var(--lime);color:#16220b}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(201,244,61,.28)}
.btn-outline{border-color:rgba(255,255,255,.26);color:#fff;background:rgba(255,255,255,.04)}
.btn-dark{background:var(--blue);color:#fff}
.btn-dark:hover{background:var(--blue-2);transform:translateY(-2px)}
.mini-link{font-weight:800;color:var(--blue);font-size:14px}

/* Header */
.hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 74% 28%, rgba(79,156,255,.35), transparent 30%),
    linear-gradient(120deg,#0d4ed9 0%,#1265f4 55%,#287df6 100%);
  border-radius:0 0 34px 34px;
  min-height:730px;
}
.hero::before,.hero::after{
  content:"";position:absolute;inset:auto;pointer-events:none;
  border:1px solid rgba(255,255,255,.08);transform:rotate(45deg)
}
.hero::before{width:440px;height:440px;left:-90px;top:190px}
.hero::after{width:720px;height:720px;right:-300px;top:-220px}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}
.brand{display:flex;align-items:center;gap:10px;font:800 22px Manrope,Inter,sans-serif}
.brand-complete{
  width:252px;height:56px;padding:0;
  background:transparent;box-shadow:none
}
.brand-complete img{width:100%;height:100%;object-fit:contain}
.brand-mark{
  width:34px;height:34px;border-radius:10px;overflow:hidden;flex:0 0 34px;
  box-shadow:inset 0 -6px 12px rgba(0,0,0,.08)
}
.brand-mark img{width:34px;height:34px}
.nav-links{display:flex;gap:30px;font-weight:700;font-size:14px}
.nav-links a{opacity:.85}.nav-links a:hover{opacity:1}
.nav-actions{display:flex;gap:12px;align-items:center}
.nav-actions .login{padding:12px 4px;font-weight:700}
.menu-button{display:none;border:0;background:none;cursor:pointer;padding:8px}
.menu-button i{display:block;width:20px;height:2px;margin:5px 0;background:#fff;border-radius:99px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center;padding:62px 0 95px;position:relative;z-index:2}
.hero-copy h1{font-size:clamp(46px,6vw,76px);max-width:760px;letter-spacing:-.045em}
.hero-copy h1 span{color:var(--lime)}
.hero-copy p{font-size:18px;color:rgba(255,255,255,.78);max-width:610px;margin:24px 0 32px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.trust{display:flex;gap:18px;align-items:center;margin-top:30px;color:rgba(255,255,255,.72);font-size:13px}
.trust-dots{display:flex}
.trust-dots i{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  border:2px solid #fff;margin-left:-7px;background:#dce8ff;
  font-size:8px;font-weight:800;font-style:normal;color:#0d4dd6
}
.trust-dots i:first-child{margin-left:0;background:#ffcfbb}
.trust-dots i:nth-child(2){background:#a7d6ff}
.trust-dots i:nth-child(3){background:#e4c6ff}

.dashboard{
  position:relative;background:#fff;border-radius:24px;padding:18px;box-shadow:0 40px 80px rgba(0,0,0,.23);
  transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)
}
.dash-top{display:flex;justify-content:space-between;align-items:center;padding:2px 2px 14px}
.dot-row{display:flex;gap:6px}.dot{width:8px;height:8px;border-radius:50%;background:#dbe3f4}
.dash-chip{padding:7px 10px;border-radius:999px;background:#eff4ff;color:#3763aa;font-size:11px;font-weight:700}
.dash-body{display:grid;grid-template-columns:140px 1fr;min-height:400px;border:1px solid #eef2fb;border-radius:16px;overflow:hidden}
.dash-side{background:#f8faff;padding:16px}
.dash-side .dlogo{height:28px;width:28px;border-radius:8px;margin-bottom:25px;background:none}
.dash-side .dlogo img{width:28px;height:28px}
.dash-side span{display:block;height:9px;border-radius:6px;background:#dfe7f5;margin:14px 0}
.dash-side span:nth-child(3){width:72%}.dash-side span:nth-child(5){width:60%}
.dash-main{padding:18px;background:#fff}
.dash-title{display:flex;justify-content:space-between;gap:10px}.dash-title b{font-size:16px;color:var(--ink)}.dash-title em{width:70px;height:26px;background:#eef4ff;border-radius:7px}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.kpi{border:1px solid #edf1f8;border-radius:12px;padding:12px}.kpi small{color:#8a95aa}.kpi strong{display:block;font-size:22px;margin-top:6px;color:#132551}
.charts{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}
.chart{height:150px;border:1px solid #edf1f8;border-radius:12px;padding:12px;position:relative;overflow:hidden}
.chart .muted-sm{color:#7f8aa2;font-size:12px}
.bars{display:flex;align-items:end;gap:9px;height:105px;padding-top:14px}
.bars i{width:18px;background:#1464f4;border-radius:5px 5px 0 0;display:block}
.bars i:nth-child(1){height:32%}
.bars i:nth-child(2){height:72%;background:#9bc13b}
.bars i:nth-child(3){height:45%}
.bars i:nth-child(4){height:90%;background:#a1bcff}
.bars i:nth-child(5){height:62%}
.bars i:nth-child(6){height:80%;background:#c9f43d}
.ring{width:95px;height:95px;border-radius:50%;margin:18px auto;background:conic-gradient(#1464f4 0 68%,#c9f43d 68% 83%,#e6ecf6 83%);position:relative}
.ring::after{content:"68%";position:absolute;inset:18px;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:800;color:#17356e}

/* Intro */
section{padding:96px 0}
.intro{text-align:center}
.tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:34px 0}
.tab{
  padding:11px 18px;border-radius:999px;background:#f5f7fb;color:#79839a;font-weight:700;font-size:13px;
  border:0;cursor:pointer
}
.tab.active{background:var(--blue);color:#fff}
.trial-card{
  max-width:960px;width:100%;height:400px;margin:28px auto 0;background:#fff;border-radius:22px;box-shadow:var(--shadow);
  display:grid;grid-template-columns:44% 56%;grid-template-rows:400px;overflow:hidden;text-align:left
}
.tab-panel{display:none}
.tab-panel.active{display:contents}
.trial-copy{padding:38px 42px;height:400px;display:flex;flex-direction:column;justify-content:center}
.trial-copy h3{font-size:26px;margin:10px 0 12px;line-height:1.18;min-height:2.36em}
.trial-copy h3 span{display:block;white-space:nowrap}
.trial-copy p{color:var(--muted);margin-bottom:22px;min-height:4.2em}
.trial-visual{
  position:relative;height:400px;padding:0;overflow:hidden;
  background:linear-gradient(135deg,#f6f9ff,#e2ebff);
  border-left:1px solid #e5ebf7
}
.trial-visual img{
  width:100%;height:400px;display:block;
  object-fit:fill;object-position:center
}
.tab-panel.active .trial-copy{animation:tabCopyIn .5s cubic-bezier(.22,1,.36,1) both}
.tab-panel.active .trial-visual{animation:tabVisualIn .65s cubic-bezier(.22,1,.36,1) both}
@keyframes tabCopyIn{from{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}}
@keyframes tabVisualIn{from{opacity:0;transform:translateX(18px) scale(.985)}to{opacity:1;transform:none}}

/* Features */
.soft{background:#f3f7ff}
.feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.visual-stack{position:relative}
.visual-stack img{width:100%;height:auto;border-radius:22px;box-shadow:var(--shadow)}
.feature-copy h2{font-size:clamp(32px,4vw,48px);margin:12px 0 18px}
.feature-copy>p{color:var(--muted);margin-bottom:26px}
.check{display:grid;grid-template-columns:28px 1fr;gap:12px;margin:16px 0}
.check b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ebf9b7;color:#6a7b10}
.check h4{font-size:16px;margin-bottom:3px}.check p{color:var(--muted);font-size:14px}

/* Integrations */
.integrations{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.orbit{position:relative;min-height:540px;isolation:isolate}
.orbit::before{
  content:"";position:absolute;left:50%;top:50%;z-index:-1;
  width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(20,100,244,.09),rgba(20,100,244,0) 67%);
  transform:translate(-50%,-50%);animation:orbitGlow 4s ease-in-out infinite
}
.orbit .ring{
  position:absolute;left:50%;top:50%;
  margin:0;padding:0;background:none;
  border:1px solid #d4def2;border-radius:50%;
  transform:translate(-50%,-50%)
}
.orbit .ring::after{display:none;content:none}
.orbit .r1{width:330px;height:330px;animation:orbitSpin 22s linear infinite!important}
.orbit .r2{width:500px;height:500px;animation:orbitSpinReverse 34s linear infinite!important}
.orbit .ring::before{
  content:"";position:absolute;top:-4px;left:50%;
  width:8px;height:8px;border-radius:50%;
  background:#79a0ff;
  box-shadow:0 0 0 6px rgba(20,100,244,.13),0 0 22px #1464f4
}
.orbit-core,.orbit-item{
  position:absolute;display:flex;align-items:center;
  border:1px solid #e4ebf8;background:#fff;
  box-shadow:0 20px 40px rgba(21,53,114,.12)
}
.orbit-core{
  left:50%;top:50%;width:200px;height:200px;
  flex-direction:column;justify-content:center;border-radius:50%;
  transform:translate(-50%,-50%);
  animation:orbitCorePulse 4s ease-in-out infinite!important
}
.orbit-core img{width:55px;border-radius:15px}
.orbit-core b{margin-top:12px;font-size:16px}
.orbit-core span{color:#6e7892;font-size:10px}
.orbit-item{
  z-index:3;gap:10px;width:136px;min-height:60px;padding:12px 13px;border-radius:13px;
  will-change:transform;transition:border-color .25s ease,box-shadow .25s ease
}
.orbit-item:hover{border-color:#b8ccf5;box-shadow:0 24px 55px rgba(21,53,114,.2)}
.orbit-item i{
  position:relative;display:grid;place-items:center;flex-shrink:0;
  width:32px;height:32px;border:0;border-radius:50%;
  background:#1464f4;box-shadow:0 0 0 6px rgba(20,100,244,.23)
}
.orbit-item i::before{
  content:"";width:16px;height:16px;background:#fff;
  mask-repeat:no-repeat;mask-position:center;mask-size:contain;
  -webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain
}
.orbit-item span,.orbit-item b{display:block;font-size:9px}
.orbit-item b{font-size:11px;color:var(--ink)}
.orbit-item span{color:var(--muted)}
.oi-1{top:-12px;left:50%;translate:-50% 0;animation:orbitNodeA 5s ease-in-out infinite!important}
.oi-2{top:50%;right:-42px;translate:0 -50%;animation:orbitNodeB 6s ease-in-out -2s infinite!important}
.oi-3{bottom:-12px;left:50%;translate:-50% 0;animation:orbitNodeA 5s ease-in-out infinite!important}
.oi-4{top:50%;left:-42px;translate:0 -50%;animation:orbitNodeB 6s ease-in-out -2s infinite!important}
.oi-1 i::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 21c0-5 3-8 8-8s8 3 8 8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 21c0-5 3-8 8-8s8 3 8 8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}
.oi-2 i::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h8l5 5v13H7V4Z' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M15 4v5h5M9 13h6M9 17h4' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h8l5 5v13H7V4Z' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M15 4v5h5M9 13h6M9 17h4' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E")}
.oi-3 i::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='16' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 11h16' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='16' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 11h16' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E")}
.oi-4 i::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10m6 10V4m5 16v-7m5 7V7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20V10m6 10V4m5 16v-7m5 7V7' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E")}
@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes orbitSpinReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes orbitCorePulse{
  0%,100%{transform:translate(-50%,-50%) scale(1);box-shadow:0 20px 40px rgba(21,53,114,.12),0 0 0 0 rgba(20,100,244,.18)}
  50%{transform:translate(-50%,-50%) scale(1.035);box-shadow:0 24px 55px rgba(21,53,114,.16),0 0 0 16px rgba(20,100,244,0)}
}
@keyframes orbitNodeA{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes orbitNodeB{0%,100%{transform:translateY(0)}50%{transform:translateY(9px)}}
@keyframes orbitGlow{0%,100%{opacity:.55;transform:translate(-50%,-50%) scale(.94)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}
@media (prefers-reduced-motion:reduce){
  .orbit .ring,.orbit-core,.orbit-item{animation-play-state:running}
}

/* Blue service grid */
.service-showcase{
  border-radius:26px;background:linear-gradient(135deg,#0e52db,#2478f8);color:#fff;padding:16px;
  display:grid;grid-template-columns:1fr 1fr;gap:16px
}
.service-card{
  min-height:240px;border-radius:18px;overflow:hidden;position:relative;
  background:rgba(255,255,255,.1);padding:28px 28px 64px;
  border:1px solid rgba(255,255,255,.12);transition:transform .25s ease,background .25s ease
}
.service-card:hover{background:rgba(255,255,255,.16);transform:translateY(-3px)}
.service-card .tag{display:inline-block;background:#fff;color:var(--blue);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}
.service-card h3{font-size:22px;margin:18px 0 10px;max-width:20ch}
.service-card p{color:rgba(255,255,255,.78);font-size:14px;max-width:36ch}
.service-card .arrow{
  position:absolute;right:22px;bottom:20px;width:42px;height:42px;border-radius:50%;
  background:var(--lime);color:#16220b;display:grid;place-items:center;font-weight:900
}

/* Services & activity */
.split-list{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}
.panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 12px 35px rgba(20,57,118,.07)}
.panel h3{font-size:24px;margin-bottom:22px}
.service-item{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}
.service-item:last-child{border-bottom:0}
.ico{width:48px;height:48px;border-radius:14px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;padding:10px}
.ico img{width:26px;height:26px}
.service-item h4{font-size:16px;margin-bottom:4px}.service-item p{font-size:13px;color:var(--muted)}
.activity{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.activity:last-child{border-bottom:0}
.avatar{
  width:38px;height:38px;border-radius:50%;flex:0 0 38px;
  display:grid;place-items:center;font-size:11px;font-weight:800;color:#0d4dd6;
  background:linear-gradient(135deg,#dbe8ff,#f2d9ff)
}
.avatar.a2{background:linear-gradient(135deg,#c9f43d,#dbe8ff)}
.avatar.a3{background:linear-gradient(135deg,#ffcfbb,#e4c6ff)}
.avatar.a4{background:linear-gradient(135deg,#a7d6ff,#eff9cb)}
.avatar.a5{background:linear-gradient(135deg,#e4c6ff,#c9f43d)}
.activity b{font-size:14px;display:block}.activity span{font-size:12px;color:var(--muted);display:block}
.status{margin-left:auto;font-size:11px;font-weight:800;color:#6a7b10;background:#eff9cb;padding:5px 8px;border-radius:999px}
.status.warn{color:#8a5a10;background:#fff3cb}
.status.new{color:#0d4dd6;background:#e8f0ff}

/* Pricing */
.pricing{background:#05070c;color:#fff;border-radius:28px;padding:92px 0}
.pricing .section-sub{color:#8e97a8}
.pricing-head{text-align:center}
.plan-toggle{
  display:inline-flex;gap:6px;margin:22px auto 0;padding:5px;
  border-radius:999px;background:#12151d;border:1px solid #242a37
}
.plan-toggle button{
  border:0;background:transparent;color:#8e97a8;font-weight:800;
  padding:8px 16px;border-radius:999px;cursor:pointer
}
.plan-toggle button.is-active{background:var(--lime);color:#111}
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px}
.plan{position:relative;background:#12151d;border:1px solid #242a37;border-radius:18px;padding:30px}
.plan.featured{border-color:var(--lime);transform:translateY(-8px)}
.ribbon{position:absolute;right:18px;top:0;transform:translateY(-50%);background:var(--lime);color:#111;font-size:11px;font-weight:900;padding:7px 12px;border-radius:999px}
.plan h3{font-size:20px}
.price{font:800 38px Manrope,Inter,sans-serif;margin:18px 0 8px}
.price small{font:500 13px Inter,sans-serif;color:#8d96a7}
.plan[data-periodo="mensal"] .price-year,
.plan[data-periodo="anual"] .price-month{display:none}
.plan-year-note{color:#8d96a7;font-size:13px;min-height:20px}
.plan[data-periodo="mensal"] .plan-year-note{visibility:hidden}
.plan ul{padding:0;margin:22px 0;list-style:none}
.plan li{padding:8px 0;color:#b5bdcb;font-size:14px}
.plan li::before{content:"✓";color:var(--lime);font-weight:900;margin-right:10px}
.plan .btn{width:100%;border-radius:10px}

/* Testimonials & blog */
.testimonials{text-align:center}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
.quote{text-align:left;border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff}
.stars{color:#f3b51b;letter-spacing:2px}.quote p{color:#566078;margin:14px 0 20px}
.person{display:flex;align-items:center;gap:12px}.person .avatar{width:42px;height:42px}
.person strong{display:block;font-size:14px}.person span{font-size:12px;color:var(--muted)}
.blog-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.blog-head .section-title{font-size:38px;margin-top:12px}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.post{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(17,50,110,.06)}
.post-cover{height:185px;background:linear-gradient(135deg,#1a62e6,#9fc2ff);position:relative;overflow:hidden}
.post-cover.cover-2{background:linear-gradient(135deg,#0f4ebd,#b8d1ff)}
.post-cover.cover-3{background:linear-gradient(135deg,#1e72eb,#c9f43d)}
.post-cover img{width:100%;height:100%;object-fit:cover;mix-blend-mode:luminosity;opacity:.85}
.post-cover::after{content:"";position:absolute;inset:25px;border-radius:14px;border:1px dashed rgba(255,255,255,.5);pointer-events:none}
.post-body{padding:20px}.post-body small{color:var(--blue);font-weight:800}.post-body h3{font-size:18px;margin:9px 0 13px}.post-body p{font-size:13px;color:var(--muted)}

/* Footer / contato */
footer{background:#060910;color:#fff;padding:70px 0 26px;position:relative;overflow:hidden}
footer::before{content:"";position:absolute;inset:0;background-image:linear-gradient(30deg,transparent 45%,rgba(255,255,255,.03) 46%,rgba(255,255,255,.03) 47%,transparent 48%);background-size:38px 38px}
.newsletter{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.15fr;gap:35px;align-items:start;padding-bottom:48px;border-bottom:1px solid #252a35}
.newsletter h3{font-size:26px}
.newsletter p{color:#9fa8b7;margin-top:10px;max-width:420px}
.demo-benefits{display:grid;gap:12px;margin-top:28px;max-width:440px}
.demo-benefits>div{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start}
.demo-benefits i{
  width:32px;height:32px;display:grid;place-items:center;border-radius:10px;
  background:rgba(201,244,61,.12);border:1px solid rgba(201,244,61,.22);
  color:var(--lime);font-style:normal;font-weight:900
}
.demo-benefits span{color:#8f99aa;font-size:13px;line-height:1.45}
.demo-benefits b{display:block;color:#fff;font-size:14px;margin-bottom:2px}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.contact-form label{display:grid;gap:6px;font-size:12px;font-weight:700;color:#c5cddb}
.contact-form .full{grid-column:1 / -1}
.contact-form input,.contact-form textarea{
  width:100%;border:1px solid #2a3140;outline:0;border-radius:12px;
  padding:12px 14px;background:#12151d;color:#fff
}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue)}
.contact-form .check{display:flex;align-items:flex-start;gap:10px;font-weight:500;color:#9fa8b7}
.contact-form .check input{width:auto;margin-top:3px}
.contact-form .check a{color:#fff;text-decoration:underline}
.contact-form .btn{justify-self:start}
.contact-form .btn.full{grid-column:1 / -1;width:100%;justify-self:stretch}
.form-status{grid-column:1 / -1;padding:10px 12px;border-radius:10px;font-size:13px}
.form-status.ok{background:#eff9cb;color:#3d4a10}
.form-status.error{background:#ffe8e8;color:#8a1f1f}
.trap{position:absolute;left:-9999px;opacity:0;height:0;width:0}
.footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.3fr .7fr .7fr .7fr;gap:35px;padding:46px 0}
.footer-grid p,.footer-grid a{color:#9fa8b7;font-size:13px}.footer-grid a{display:block;margin:10px 0}.footer-grid h4{font-size:15px;margin-bottom:12px}
.footer-grid .brand-complete{display:flex;margin:0;width:252px}
.footer-lead{margin-top:15px;max-width:340px}
.copyright{position:relative;z-index:2;border-top:1px solid #252a35;padding-top:24px;display:flex;justify-content:space-between;color:#858f9f;font-size:12px}

.back-to-top{
  position:fixed;right:18px;bottom:18px;z-index:80;width:46px;height:46px;padding:0;border:0;border-radius:50%;
  display:grid;place-items:center;line-height:0;appearance:none;
  background:var(--lime);color:#16220b;cursor:pointer;opacity:0;pointer-events:none;box-shadow:0 10px 24px rgba(0,0,0,.18)
}
.back-to-top svg{display:block}
.back-to-top.visible{opacity:1;pointer-events:auto}

.js .reveal{
  opacity:0;transform:translateY(24px);
  transition:opacity .7s ease var(--reveal-delay,0ms),transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms)
}
.js .reveal.is-visible{opacity:1;transform:none}
.dashboard{animation:dashboardFloat 6s ease-in-out infinite}
@keyframes dashboardFloat{
  0%,100%{transform:perspective(1200px) rotateY(-5deg) rotateX(2deg) translateY(0)}
  50%{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg) translateY(-10px)}
}

@media (max-width: 980px){
  .nav-links{
    display:none;position:absolute;top:86px;left:0;right:0;
    flex-direction:column;gap:16px;padding:18px 20px 22px;
    background:#0d4ed9;border-radius:0 0 18px 18px
  }
  .hero.open .nav-links{display:flex}
  .menu-button{display:block}
  .hero-grid,.feature-grid,.integrations,.trial-card,.split-list,.newsletter,.footer-grid,.contact-form{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-grid{padding-top:30px}.dashboard{transform:none;max-width:700px;animation:none}
  .plans,.quotes,.posts{grid-template-columns:1fr}
  .service-showcase{grid-template-columns:1fr}
  .feature-grid{gap:45px}.integrations{gap:35px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .trial-card{display:block;height:auto;grid-template-rows:none}
  .tab-panel.active{display:block}
  .trial-copy{height:auto}
  .trial-visual,.trial-visual img{height:300px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  body *:not(.orbit):not(.orbit *),body *:not(.orbit):not(.orbit *)::before,body *:not(.orbit):not(.orbit *)::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .js .reveal{opacity:1;transform:none}
}
@media (max-width: 620px){
  .container{width:min(100% - 24px,1180px)}
  .brand-complete{width:190px;height:48px;padding:4px 6px}
  .nav-actions .login{display:none}.nav-actions .btn{padding:0 15px}
  .hero-copy h1{font-size:44px}.hero-copy p{font-size:16px}
  .dash-body{grid-template-columns:90px 1fr}.dash-side{padding:10px}.charts{grid-template-columns:1fr}.charts .chart:last-child{display:none}
  section{padding:72px 0}.trial-copy{padding:28px}.trial-visual,.trial-visual img{height:230px}
  .visual-stack{min-height:0}
  .orbit{min-height:390px;transform:scale(.78);margin-block:-40px}
  .orbit .r2{width:430px;height:430px}
  .plans{gap:12px}.plan.featured{transform:none}
  .footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column;gap:10px}
}
