:root {
  --navy: #07152f;
  --navy-2: #0a1c3e;
  --blue: #0d6efd;
  --green: #22c55e;
  --teal: #14b8a6;
  --off: #f5f7fa;
  --white: #ffffff;
  --text: #0d1930;
  --muted: #657084;
  --line: #e3e9f0;
  --pedidos: #ff6b00;
  --post: #0d6efd;
  --sites: #10b981;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(7, 21, 47, .12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-light { background: var(--white); }
.section-soft { background: var(--off); }
.section-dark { background: var(--navy); color: var(--white); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; border-radius: 10px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7,21,47,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 214px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #3e4a61; font-size: 14px; font-weight: 600; }
.main-nav a { transition: .2s ease; }
.main-nav a:hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; border-radius: 12px; background: var(--navy); color: var(--white) !important; box-shadow: 0 10px 24px rgba(7,21,47,.18); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); transition: .25s; }

.hero { position: relative; overflow: hidden; padding: 105px 0 0; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(13,110,253,.24), transparent 68%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; bottom: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(34,197,94,.14), transparent 68%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.16fr .84fr; gap: 60px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.hero h1 { margin: 22px 0 22px; max-width: 760px; font-size: clamp(44px, 6vw, 76px); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 em, .footer-slogan em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 690px; margin: 0; color: #cbd5e5; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 13px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #1979ff); box-shadow: 0 16px 34px rgba(13,110,253,.28); }
.btn-ghost { border: 1px solid rgba(255,255,255,.2); color: var(--white); background: rgba(255,255,255,.06); }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 30px; color: #dce4f1; font-size: 13px; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.dot-blue { background: var(--blue); box-shadow: 0 0 0 6px rgba(13,110,253,.12); }
.dot-green { background: var(--green); box-shadow: 0 0 0 6px rgba(34,197,94,.12); }
.dot-teal { background: var(--teal); box-shadow: 0 0 0 6px rgba(20,184,166,.12); }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.mascot {
  position: relative;
  z-index: 4;
  width: 210px;
  height: auto;
  border-radius: 34px;
  filter: drop-shadow(0 34px 34px rgba(0,0,0,.28));
  image-rendering: auto;
  animation: mascotFloat 5s ease-in-out infinite;
}
.mascot-glow { position: absolute; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(13,110,253,.34), rgba(34,197,94,.06) 56%, transparent 70%); filter: blur(4px); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 380px; height: 380px; animation: spin 22s linear infinite; }
.orbit-two { width: 470px; height: 470px; border-style: dashed; animation: spin 30s linear reverse infinite; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); left: 50%; top: -5px; }
.orbit-two::before { background: var(--blue); box-shadow: 0 0 18px var(--blue); left: 20%; top: 89%; }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 14px 16px; min-width: 198px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(11,29,62,.8); backdrop-filter: blur(16px); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 12px; }
.float-card small { margin-top: 4px; color: #9caac0; font-size: 10px; }
.float-card-top { right: 0; top: 74px; }
.float-card-bottom { left: 0; bottom: 80px; }
.mini-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; font-size: 23px; font-weight: 800; }
.lightning { color: var(--blue); background: rgba(13,110,253,.13); }
.check { color: var(--green); background: rgba(34,197,94,.13); }
.brand-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.12); }
.brand-strip div { padding: 25px 25px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.brand-strip div:last-child { border-right: 0; }
.brand-strip strong { display: block; margin-bottom: 7px; font-size: 14px; }
.brand-strip span { color: #9cabc0; font-size: 11px; line-height: 1.55; }

.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .about-copy h2, .cta-card h2 { margin: 16px 0 16px; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.13; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.kicker.light { color: #51ef86; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 15px 45px rgba(7,21,47,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--accent); }
.solution-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; top: -100px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 9%, transparent); }
.solution-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--accent) 32%, var(--line)); }
.solution-card.pedidos { --accent: var(--pedidos); }
.solution-card.post { --accent: var(--post); }
.solution-card.sites { --accent: var(--sites); }
.product-logo-wrap {
  min-height: 126px;
  padding: 6px 0 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.product-logo-wrap img {
  width: 244px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left top;
  overflow: visible;
}
.solution-card > p { min-height: 95px; margin: 20px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.feature-chips li { padding: 9px 12px; border-radius: 9px; color: var(--accent); background: color-mix(in srgb, var(--accent) 9%, white); font-size: 11px; font-weight: 700; }
.card-footer { margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.card-footer span { display: block; color: #8993a4; font-size: 10px; line-height: 1.5; }
.card-footer a { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--accent); font-size: 13px; font-weight: 800; }
.card-footer b { transition: transform .2s ease; }
.card-footer a:hover b { transform: translateX(4px); }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.dashboard-shell { overflow: hidden; border: 1px solid rgba(7,21,47,.1); border-radius: 28px; background: var(--navy); box-shadow: 0 36px 80px rgba(7,21,47,.22); transform: perspective(1100px) rotateY(5deg) rotateX(2deg); }
.dash-top { display: flex; gap: 7px; padding: 13px 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.dash-top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22); }
.dash-body { display: grid; grid-template-columns: 72px 1fr; min-height: 360px; }
.dash-body aside { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 20px 12px; border-right: 1px solid rgba(255,255,255,.08); background: #081934; }
.dash-body aside img { width: 34px; }
.dash-body aside i { width: 25px; height: 6px; border-radius: 10px; background: rgba(255,255,255,.13); }
.dash-content { padding: 28px; }
.dash-title { display: flex; justify-content: space-between; align-items: center; }
.dash-title span { width: 160px; height: 12px; border-radius: 12px; background: rgba(255,255,255,.9); }
.dash-title b { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--teal)); }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.dash-metrics i { height: 75px; border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.07); }
.dash-chart { padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(255,255,255,.04); }
.dash-chart svg { width: 100%; }
.about-badge { position: absolute; right: -26px; bottom: -26px; padding: 18px 22px; border-radius: 18px; color: var(--white); background: linear-gradient(135deg, var(--blue), #075cd2); box-shadow: 0 20px 40px rgba(13,110,253,.26); font-size: 12px; line-height: 1.55; }
.about-badge strong { font-size: 15px; }
.about-copy p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.promise-box { margin-top: 30px; padding: 22px 24px; border-left: 4px solid var(--green); border-radius: 0 16px 16px 0; background: var(--white); box-shadow: 0 14px 40px rgba(7,21,47,.07); }
.promise-box span { display: block; margin-bottom: 7px; color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.promise-box strong { font-size: 14px; line-height: 1.6; }

.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); transition: transform .22s ease, box-shadow .22s ease; }
.benefit:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(7,21,47,.08); }
.benefit-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 15px; }
.benefit-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-icon.blue { color: var(--blue); background: rgba(13,110,253,.09); }
.benefit-icon.green { color: var(--green); background: rgba(34,197,94,.09); }
.benefit-icon.teal { color: var(--teal); background: rgba(20,184,166,.09); }
.benefit h3 { margin: 0 0 10px; font-size: 18px; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.process { overflow: hidden; position: relative; }
.process::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(13,110,253,.27), transparent 45%); }
.process .container { position: relative; z-index: 2; }
.process .section-heading p { color: #9eabc0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.045); }
.step::after { content: "→"; position: absolute; right: -14px; top: 50%; color: var(--blue); font-size: 20px; transform: translateY(-50%); }
.step:last-child::after { display: none; }
.step span { display: block; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.step h3 { margin: 18px 0 10px; font-size: 19px; }
.step p { margin: 0; color: #aab5c7; font-size: 12px; line-height: 1.7; }

.final-cta { padding: 95px 0; background: linear-gradient(180deg, var(--white), var(--off)); }
.cta-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; padding: 52px; border: 1px solid rgba(7,21,47,.08); border-radius: 32px; background: var(--white); box-shadow: var(--shadow); }
.cta-card p { color: var(--muted); line-height: 1.7; }
.cta-links { display: grid; gap: 12px; }
.product-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.product-link:hover { transform: translateX(5px); box-shadow: 0 12px 28px rgba(7,21,47,.08); }
.product-link img {
  width: 188px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left top;
}
.product-link span { white-space: nowrap; font-size: 11px; font-weight: 800; }
.pedidos-link span { color: var(--pedidos); }
.post-link span { color: var(--post); }
.sites-link span { color: var(--sites); }

.footer { padding: 70px 0 24px; color: var(--white); background: #041027; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1fr; gap: 45px; }
.footer-brand img { width: 232px; height: auto; opacity: 1; filter: none; }
.footer-brand p { max-width: 390px; color: #9eabc0; font-size: 12px; line-height: 1.75; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid strong { font-size: 13px; }
.footer-grid a { color: #9eabc0; font-size: 12px; transition: .2s; }
.footer-grid a:hover { color: var(--white); }
.footer-slogan span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-slogan strong { line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #738096; font-size: 10px; }
.footer-bottom a { color: #9eabc0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes mascotFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .76fr; gap: 30px; }
  .hero h1 { font-size: 54px; }
  .float-card { display: none; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .solution-card > p { min-height: 0; }
  .about-grid { gap: 46px; }
  .cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding-top: 78px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { font-size: clamp(42px, 10vw, 58px); }
  .hero-visual { min-height: 390px; }
  .mascot { width: 190px; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 370px; height: 370px; }
  .brand-strip { grid-template-columns: 1fr 1fr; }
  .brand-strip div:nth-child(2) { border-right: 0; }
  .brand-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .about-grid { grid-template-columns: 1fr; }
  .about-badge { right: 10px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 182px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { width: 100%; }
  .btn { width: 100%; }
  .hero-trust { justify-content: center; gap: 16px; }
  .hero-visual { min-height: 320px; }
  .mascot { width: 165px; }
  .orbit-one { width: 250px; height: 250px; }
  .orbit-two { width: 310px; height: 310px; }
  .brand-strip { grid-template-columns: 1fr; }
  .brand-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .brand-strip div:last-child { border-bottom: 0; }
  .section-heading h2, .about-copy h2, .cta-card h2 { font-size: 34px; }
  .solution-card { padding: 26px 24px; }
  .benefits-grid, .steps { grid-template-columns: 1fr; }
  .step::after { display: none; }
  .dashboard-shell { transform: none; }
  .dash-body { grid-template-columns: 54px 1fr; min-height: 300px; }
  .dash-content { padding: 18px; }
  .dash-metrics { gap: 7px; }
  .dash-metrics i { height: 58px; }
  .about-badge { position: relative; right: auto; bottom: auto; margin: -18px 14px 0; }
  .cta-card { padding: 30px 22px; }
  .product-link { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 560px) { .footer-brand img { width: 205px; } .product-logo-wrap { min-height: 118px; } .product-logo-wrap img { width: 228px; } }
