/*
================================================================================
  NovaPay — Modern Financial Platform
  Template: templatemo-623-novapay
  Stylesheet
  Designed by TemplateMo  (https://templatemo.com)

  Color system   : Dark slate base (#0F1319) with sky-blue accent (#4A9EE8)
  Typography     : Outfit for display, DM Sans for body
  Easing         : --silk cubic-bezier(0.16,1,0.3,1) for premium motion
  Max-width      : 1280px content frame, edge-to-edge backgrounds
  Layout         : Responsive grid breakpoints at 900px and 600px
================================================================================
*/

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0F1319;
  --bg2:#141920;
  --bg3:#1A2130;
  --bg4:#1E2838;
  --sky:#4A9EE8;
  --sky2:#7EC8F0;
  --sky3:#2A6AAA;
  --sky4:#0D2A44;
  --text:#E4EEF8;
  --text2:#8AAEC8;
  --text3:#506070;
  --border:#1E3050;
  --border2:#2A4060;
  --green:#3DCC8E;
  --red:#E85A5A;
  --nav-h:68px;
  --silk:cubic-bezier(0.16,1,0.3,1);
  --silk-fast:cubic-bezier(0.25,1,0.4,1);
  --max-w:1280px;
}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden;
}

/* TICKER */
.ticker{
  background:var(--bg2);
  border-bottom:1px solid var(--border);
  height:36px;
  overflow:hidden;
  display:flex;
  align-items:center;
  width:100%;
  max-width:100%;
}
.ticker:hover .ticker-track{animation-play-state:paused}
.ticker-track{
  display:flex;
  gap:0;
  animation:ticker-scroll 30s linear infinite;
  white-space:nowrap;
  will-change:transform;
  flex-shrink:0;
}
.ticker-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 28px;
  font-size:12px;
  font-weight:500;
  letter-spacing:.04em;
  border-right:1px solid var(--border);
}
.ticker-sym{color:var(--text2)}
.ticker-price{color:var(--text)}
.ticker-up{color:var(--green)}
.ticker-dn{color:var(--red)}
@keyframes ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes silk-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes silk-in-left{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}
@keyframes silk-in-right{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}
.silk-reveal{opacity:0}
.silk-reveal.visible{animation:silk-in .9s var(--silk) forwards}
.silk-reveal-left{opacity:0}
.silk-reveal-left.visible{animation:silk-in-left .9s var(--silk) forwards}
.silk-reveal-right{opacity:0}
.silk-reveal-right.visible{animation:silk-in-right .9s var(--silk) forwards}

/* NAV */
nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  height:var(--nav-h);
  display:flex;
  align-items:center;
  padding:0 max(48px, calc((100vw - var(--max-w)) / 2));
  border-bottom:1px solid transparent;
  transform:translateY(36px);
  transition:background .6s var(--silk),border-color .6s var(--silk),transform .5s var(--silk);
}
nav > *{position:relative}
nav.scrolled{background:rgba(15,19,25,.95);backdrop-filter:blur(20px);border-color:var(--border);transform:translateY(0)}
.nav-logo{
  font-family:'Outfit',sans-serif;
  font-size:22px;
  font-weight:800;
  color:var(--text);
  letter-spacing:-.02em;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:8px;
}
.nav-logo-mark{
  width:30px;height:30px;
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:2px;
  margin-left:auto;
}

.logo-tbl { border-collapse: separate; border-spacing: 2px; display: inline-table; vertical-align: middle; margin-right: 5px; }
.logo-d { width: 9px; height: 9px; background: #1a4b8c; }
.logo-l { width: 9px; height: 9px; background: #dfe2e5; }

.nav-links a{
  color:var(--text2);
  text-decoration:none;
  font-size:14px;
  font-weight:400;
  padding:6px 14px;
  border-radius:6px;
  transition:color .4s var(--silk),background .4s var(--silk);
  letter-spacing:.01em;
}
.nav-links a:hover{color:var(--text);background:rgba(255,255,255,.05)}
.nav-cta{
  margin-left:12px;
  display:flex;
  align-items:center;
  gap:8px;
}
.btn-ghost{
  background:transparent;
  border:1px solid var(--border2);
  color:var(--text2);
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:500;
  padding:8px 18px;
  border-radius:8px;
  cursor:pointer;
  transition:border-color .5s var(--silk),color .5s var(--silk);
  text-decoration:none;
}
.btn-ghost:hover{border-color:var(--sky);color:var(--sky)}
.btn-primary{
  background:var(--sky);
  border:1px solid var(--sky);
  color:#0A1A2C;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  padding:8px 20px;
  border-radius:8px;
  cursor:pointer;
  transition:background .5s var(--silk),transform .4s var(--silk);
  text-decoration:none;
}
.btn-primary:hover{background:var(--sky2);transform:translateY(-1px)}

/* HAMBURGER */
.hamburger{
  display:none;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  margin-left:auto;
  padding:4px;
  background:none;
  border:none;
}
.hamburger span{
  display:block;width:22px;height:2px;
  background:var(--text2);
  border-radius:2px;
  transition:all .3s;
}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* MOBILE MENU */
.mobile-menu{
  display:none;
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  background:var(--bg);
  z-index:99;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  padding:100px 24px 60px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  opacity:0;
  pointer-events:none;
  transition:opacity .3s;
}
.mobile-menu.open{opacity:1;pointer-events:all}
.mobile-menu a{
  font-family:'Outfit',sans-serif;
  font-size:20px;
  font-weight:600;
  color:var(--text2);
  text-decoration:none;
  padding:8px 0;
  transition:color .2s;
  flex-shrink:0;
}
.mobile-menu a:hover{color:var(--sky)}
.mobile-menu .m-btns{
  display:flex;flex-direction:column;gap:10px;width:100%;max-width:260px;margin-top:20px;
  flex-shrink:0;
}
.mobile-menu .btn-primary,.mobile-menu .btn-ghost{
  width:100%;text-align:center;padding:12px;font-size:14px;
}

/* HERO */
.hero{
  min-height:100vh;
  padding-top:calc(36px + var(--nav-h) + 60px);
  padding-bottom:80px;
  padding-left:max(48px, calc((100vw - var(--max-w)) / 2));
  padding-right:max(48px, calc((100vw - var(--max-w)) / 2));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:'';
  position:absolute;
  top:0;left:0;
  width:100%;height:100%;
  background-image:
    repeating-linear-gradient(45deg,transparent 0,transparent 119px,rgba(74,158,232,.35) 119px,rgba(74,158,232,.35) 120px),
    repeating-linear-gradient(-45deg,transparent 0,transparent 119px,rgba(74,158,232,.35) 119px,rgba(74,158,232,.35) 120px);
  -webkit-mask-image:radial-gradient(ellipse 100% 100% at 0% 0%,#000 0%,transparent 70%);
  mask-image:radial-gradient(ellipse 100% 100% at 0% 0%,#000 0%,transparent 70%);
  pointer-events:none;
  z-index:0;
}
.hero::after{
  content:'';
  position:absolute;
  top:-200px;right:-200px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(74,158,232,.08) 0%,transparent 70%);
  pointer-events:none;
  z-index:0;
}
.hero > *{position:relative;z-index:1}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(74,158,232,.1);
  border:1px solid rgba(74,158,232,.25);
  color:var(--sky);
  font-size:12px;
  font-weight:500;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius:20px;
  margin-bottom:24px;
}
.badge-dot{width:6px;height:6px;background:var(--sky);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero h1{
  font-family:'Outfit',sans-serif;
  font-size:clamp(40px,5vw,68px);
  font-weight:800;
  line-height:1.05;
  letter-spacing:-.03em;
  color:var(--text);
  margin-bottom:24px;
}
.hero h1 span{color:var(--sky)}
.hero-sub{
  font-size:17px;
  color:var(--text2);
  line-height:1.7;
  max-width:460px;
  margin-bottom:36px;
  font-weight:300;
}
.hero-btns{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:48px;
}
.btn-hero{
  background:var(--sky);
  border:none;
  color:#0A1A2C;
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:600;
  padding:14px 28px;
  border-radius:10px;
  cursor:pointer;
  transition:background .6s var(--silk),transform .6s var(--silk),box-shadow .6s var(--silk);
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.btn-hero:hover{background:var(--sky2);transform:translateY(-2px);box-shadow:0 12px 32px rgba(74,158,232,.25)}
.btn-hero svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .5s var(--silk)}
.btn-hero:hover svg{transform:translateX(3px)}
.btn-outline{
  background:transparent;
  border:1px solid var(--border2);
  color:var(--text);
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:400;
  padding:14px 28px;
  border-radius:10px;
  cursor:pointer;
  transition:border-color .5s var(--silk),color .5s var(--silk);
  text-decoration:none;
}
.btn-outline:hover{border-color:var(--sky);color:var(--sky)}
.hero-trust{
  display:flex;
  align-items:center;
  gap:12px;
}
.hero-avatars{display:flex}
.hero-avatars span{
  width:32px;height:32px;
  border-radius:50%;
  border:2px solid var(--bg);
  background:var(--bg3);
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:600;
  color:var(--sky);
  margin-right:-10px;
}
.hero-trust-text{
  font-size:13px;
  color:var(--text2);
  margin-left:18px;
}
.hero-trust-text strong{color:var(--text);font-weight:500}

/* HERO DASHBOARD MOCKUP */
.hero-visual{
  position:relative;
}
.dash-card{
  background:var(--bg2);
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  position:relative;
}
.dash-topbar{
  background:var(--bg3);
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--border);
}
.dash-dots{display:flex;gap:6px}
.dash-dots span{width:10px;height:10px;border-radius:50%}
.dash-title-bar{font-size:12px;color:var(--text3);font-weight:500;letter-spacing:.04em}
.dash-body{padding:20px}
.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.dash-stat{
  background:var(--bg3);
  border:1px solid var(--border);
  border-radius:10px;
  padding:12px 14px;
}
.dash-stat-label{font-size:10px;color:var(--text3);letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px}
.dash-stat-val{font-family:'Outfit',sans-serif;font-size:18px;font-weight:700;color:var(--text)}
.dash-stat-change{font-size:10px;margin-top:2px}
.chart-wrap{
  background:var(--bg3);
  border:1px solid var(--border);
  border-radius:10px;
  padding:14px;
  margin-bottom:12px;
}
.chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.chart-head-title{font-size:12px;font-weight:500;color:var(--text2)}
.chart-badge{font-size:10px;background:rgba(61,204,142,.12);color:var(--green);border:1px solid rgba(61,204,142,.2);padding:2px 8px;border-radius:10px}
.tx-list{display:flex;flex-direction:column;gap:6px}
.tx-item{
  display:flex;align-items:center;gap:10px;
  background:var(--bg3);border:1px solid var(--border);
  border-radius:8px;padding:8px 12px;
}
.tx-icon{
  width:28px;height:28px;border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:700;
  flex-shrink:0;
}
.tx-info{flex:1}
.tx-name{font-size:12px;font-weight:500;color:var(--text)}
.tx-date{font-size:10px;color:var(--text3)}
.tx-amount{font-size:13px;font-weight:600}

/* FLOAT BADGES */
.float-badge{
  position:absolute;
  background:var(--bg2);
  border:1px solid var(--border2);
  border-radius:12px;
  padding:10px 16px;
  display:flex;align-items:center;gap:10px;
  animation:float 3s ease-in-out infinite;
  z-index:2;
}
.float-badge:nth-child(2){animation-delay:1.5s}
.float-badge-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px}
.float-badge-info .val{font-family:'Outfit',sans-serif;font-size:14px;font-weight:700;color:var(--text)}
.float-badge-info .lbl{font-size:10px;color:var(--text3)}
.fb-left{left:-60px;top:30%}
.fb-right{right:-50px;bottom:25%}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* DASHBOARD ADDITIONAL STYLES */
.fb-icon-green{background:rgba(61,204,142,.12)}
.fb-icon-sky{background:rgba(74,158,232,.12)}
.dash-dot-red{background:#E85A5A}
.dash-dot-orange{background:#F0A030}
.dash-dot-green{background:#3DCC8E}
.dash-live{font-size:10px;color:var(--green);font-weight:500}
.dash-stat-positive{color:var(--green)}
.dash-stat-neutral{color:var(--text3)}

/* CHART STYLING */
.chart-bars{display:flex;align-items:flex-end;gap:6px;height:64px}
.chart-bar{
  flex:1;
  background:rgba(74,158,232,.18);
  border-radius:3px 3px 0 0;
  border-top:2px solid var(--sky);
}
.chart-bar-secondary{
  background:rgba(74,158,232,.25);
  border-top-color:var(--sky2);
}
.chart-bar-secondary:last-child{
  background:rgba(74,158,232,.35);
  border-top-color:var(--sky2);
}

.chart-labels{display:flex;justify-content:space-between;margin-top:5px}
.chart-label{font-size:10px;color:var(--text3)}
.chart-label-today{color:var(--sky)}

/* TRANSACTION ICONS */
.tx-icon-sky{background:#0E2230;color:#4A9EE8}
.tx-icon-purple{background:#1A1020;color:#A87EE8}
.tx-amount-positive{color:var(--green)}
.tx-amount-negative{color:var(--red)}

/* LOGOS */
.logos-section{
  padding:40px max(48px, calc((100vw - var(--max-w)) / 2));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  overflow:hidden;
  max-width:100%;
}
.logos-label{
  text-align:center;
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--text3);
  margin-bottom:24px;
}
.logos-track-wrap{overflow:hidden;position:relative;max-width:100%;width:100%}
.logos-track-wrap::before,.logos-track-wrap::after{
  content:'';
  position:absolute;top:0;bottom:0;width:120px;z-index:2;
  pointer-events:none;
}
.logos-track-wrap::before{left:0;background:linear-gradient(to right,var(--bg),transparent)}
.logos-track-wrap::after{right:0;background:linear-gradient(to left,var(--bg),transparent)}
.logos-track{
  display:flex;gap:0;
  animation:ticker-scroll 22s linear infinite;
  width:max-content;
  will-change:transform;
  flex-shrink:0;
}
.logo-item{
  padding:0 40px;
  font-family:'Outfit',sans-serif;
  font-size:15px;
  font-weight:700;
  color:var(--text3);
  letter-spacing:.05em;
  white-space:nowrap;
  border-right:1px solid var(--border);
  transition:color .2s;
}

/* STATS */
.stats-section{
  padding:60px max(48px, calc((100vw - var(--max-w)) / 2));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  background:var(--bg);
}
.stat-block{
  background:var(--bg2);
  border:1px solid var(--border);
  border-radius:16px;
  padding:28px 24px;
  position:relative;
  overflow:hidden;
  transition:border-color .6s var(--silk),transform .6s var(--silk),background .6s var(--silk);
}
.stat-block:hover{border-color:var(--border2);transform:translateY(-3px);background:var(--bg3)}
.stat-icon{
  width:38px;height:38px;
  background:rgba(74,158,232,.1);
  border:1px solid rgba(74,158,232,.15);
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;
  position:relative;
  transition:transform .6s var(--silk);
}
.stat-block:hover .stat-icon{transform:scale(1.08) rotate(-4deg)}
.stat-icon::before,.stat-icon::after{
  content:'';
  position:absolute;
  inset:-1px;
  border-radius:10px;
  border:1px solid var(--sky);
  opacity:0;
  pointer-events:none;
}
.stat-block:hover .stat-icon::before{
  animation:ring-pulse 1.4s var(--silk) infinite;
}
.stat-block:hover .stat-icon::after{
  animation:ring-pulse 1.4s var(--silk) infinite;
  animation-delay:.7s;
}
@keyframes ring-pulse{
  0%{opacity:.7;transform:scale(1)}
  100%{opacity:0;transform:scale(1.7)}
}
.stat-icon svg{width:18px;height:18px;fill:none;stroke:var(--sky);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.stat-num{
  font-family:'Outfit',sans-serif;
  font-size:clamp(28px,3vw,42px);
  font-weight:800;
  color:var(--text);
  letter-spacing:-.03em;
  line-height:1;
  margin-bottom:6px;
}
.stat-label{font-size:13px;color:var(--text3);font-weight:400;margin-bottom:14px}
.stat-bar-wrap{background:var(--bg3);border-radius:4px;height:4px;margin-bottom:8px}
.stat-bar{height:100%;border-radius:4px;background:var(--sky);transition:width 1.2s ease}
.stat-trend{
  display:flex;align-items:center;gap:5px;
  font-size:11px;font-weight:600;
}
.stat-trend svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* FEATURES STICKY STACK */
.features-section{
  padding:100px max(48px, calc((100vw - var(--max-w)) / 2));
}
.features-header{
  text-align:center;
  max-width:600px;
  margin:0 auto 80px;
}
.section-tag{
  display:inline-block;
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--sky);
  margin-bottom:16px;
}
.section-title{
  font-family:'Outfit',sans-serif;
  font-size:clamp(32px,4vw,48px);
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.1;
  margin-bottom:16px;
}
.section-sub{font-size:16px;color:var(--text2);font-weight:300;line-height:1.7}

.sticky-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:start;
}
.sticky-cards{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.sticky-card{
  background:var(--bg2);
  border:1px solid var(--border);
  border-radius:16px;
  padding:28px;
  cursor:pointer;
  transition:border-color .6s var(--silk),background .6s var(--silk),transform .6s var(--silk);
  position:relative;
  overflow:hidden;
}
.sticky-card::before{
  content:'';
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:var(--sky);
  opacity:0;
  transition:opacity .5s var(--silk);
}
.sticky-card:hover{transform:translateX(4px)}
.sticky-card.active{border-color:var(--border2);background:var(--bg3)}
.sticky-card.active::before{opacity:1}
.sticky-card-icon{
  width:44px;height:44px;
  background:rgba(74,158,232,.1);
  border:1px solid rgba(74,158,232,.2);
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;
  transition:background .3s;
}
.sticky-card.active .sticky-card-icon{background:rgba(74,158,232,.18)}
.sticky-card-icon svg{width:20px;height:20px;fill:none;stroke:var(--sky);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sticky-card h3{
  font-family:'Outfit',sans-serif;
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
  color:var(--text);
}
.sticky-card p{font-size:14px;color:var(--text2);line-height:1.65;font-weight:300}
.sticky-card-pills{display:flex;gap:6px;margin-top:14px;flex-wrap:wrap}
.sc-pill{
  font-size:11px;font-weight:500;
  padding:3px 10px;border-radius:20px;
  background:rgba(74,158,232,.08);
  border:1px solid rgba(74,158,232,.15);
  color:var(--sky2);
}

/* STICKY PANEL */
.sticky-panel-wrap{
  position:sticky;
  top:calc(36px + var(--nav-h) + 32px);
}
.sticky-panel{
  background:var(--bg2);
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  min-height:400px;
}
.panel-topbar{
  background:var(--bg3);
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:8px;
  border-bottom:1px solid var(--border);
}
.panel-dots{display:flex;gap:5px}
.panel-dots span{width:9px;height:9px;border-radius:50%}
.panel-content{
  padding:24px;
  min-height:360px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.panel-view{display:none}
.panel-view.active{display:flex;flex-direction:column;gap:12px;animation:fadein .35s ease}
@keyframes fadein{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* panel mockups */
.pm-row{display:flex;gap:10px}
.pm-card{
  flex:1;
  background:var(--bg3);
  border:1px solid var(--border);
  border-radius:10px;
  padding:14px;
}
.pm-label{font-size:10px;color:var(--text3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.pm-val{font-family:'Outfit',sans-serif;font-size:20px;font-weight:700;color:var(--text)}
.pm-change{font-size:11px;margin-top:3px}
.pm-bar-wrap{background:var(--bg);border-radius:6px;height:6px;margin-top:8px;overflow:hidden}
.pm-bar{height:100%;border-radius:6px;background:var(--sky)}
.pm-list{display:flex;flex-direction:column;gap:8px}
.pm-list-item{
  display:flex;align-items:center;gap:10px;
  background:var(--bg3);border:1px solid var(--border);
  border-radius:8px;padding:10px 12px;
}
.pm-list-icon{
  width:30px;height:30px;border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;flex-shrink:0;
}
.pm-list-info{flex:1}
.pm-list-name{font-size:12px;font-weight:500}
.pm-list-sub{font-size:10px;color:var(--text3)}
.pm-list-amt{font-size:13px;font-weight:600}
.pm-chart-mini{
  background:var(--bg3);border:1px solid var(--border);
  border-radius:10px;padding:14px;
}
.pm-sparkline{
  display:flex;align-items:flex-end;gap:4px;height:50px;margin-top:8px;
}
.pm-spark-bar{
  flex:1;background:rgba(74,158,232,.25);border-radius:3px 3px 0 0;
  border-top:2px solid var(--sky);
  transition:height .4s ease;
}
.pm-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.pm-sec-item{
  background:var(--bg3);border:1px solid var(--border);
  border-radius:10px;padding:14px 12px;
  display:flex;flex-direction:column;gap:6px;
}
.pm-sec-icon{font-size:20px}
.pm-sec-name{font-size:11px;font-weight:600;color:var(--text)}
.pm-sec-status{font-size:10px;color:var(--green)}

/* DASHBOARD PREVIEW */
.dashboard-section{
  padding:100px max(48px, calc((100vw - var(--max-w)) / 2));
  background:var(--bg2);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

@media (max-width: 900px) {
  .dashboard-section{
    padding: 80px 32px;
  }
}

@media (max-width: 640px) {
  .dashboard-section{
    padding: 60px 16px;
  }
}

.dashboard-inner{margin:0 auto;width:100%}
.dashboard-preview{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  margin-top:48px;
}

@media (max-width: 900px) {
  .dashboard-preview{
    border-radius: 16px;
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  .dashboard-preview{
    border-radius: 12px;
    margin-top: 32px;
  }
}

.dp-topbar{
  background:var(--bg2);
  padding:16px 24px;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid var(--border);
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .dp-topbar{
    padding: 14px 18px;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .dp-topbar{
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.dp-title{font-family:'Outfit',sans-serif;font-size:14px;font-weight:700;color:var(--text)}

@media (max-width: 640px) {
  .dp-title{
    font-size: 13px;
  }
}

.dp-live{
  display:flex;align-items:center;gap:6px;
  font-size:11px;color:var(--green);font-weight:500;
}

@media (max-width: 640px) {
  .dp-live{
    font-size: 10px;
  }
}

.dp-live-dot{width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 1.5s infinite}
.dp-body{padding:24px;display:grid;grid-template-columns:2fr 1fr;gap:20px}

@media (max-width: 900px) {
  .dp-body{
    padding: 20px;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .dp-body{
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.dp-chart-area{
  background:var(--bg2);border:1px solid var(--border);
  border-radius:12px;padding:20px;
}

@media (max-width: 640px) {
  .dp-chart-area{
    padding: 14px;
    border-radius: 10px;
  }
}

.dp-chart-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}
.dp-chart-val{font-family:'Outfit',sans-serif;font-size:28px;font-weight:800;color:var(--text)}

@media (max-width: 900px) {
  .dp-chart-val{
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .dp-chart-val{
    font-size: 20px;
  }
}

.dp-chart-change{font-size:12px;color:var(--green);margin-top:4px}

@media (max-width: 640px) {
  .dp-chart-change{
    font-size: 11px;
  }
}

.dp-chart-period{display:flex;gap:4px;flex-wrap:wrap}
.dp-period-btn{
  font-size:11px;padding:4px 10px;border-radius:5px;
  background:transparent;border:1px solid var(--border);
  color:var(--text3);cursor:pointer;font-family:'DM Sans',sans-serif;
  transition:all .2s;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .dp-period-btn{
    font-size: 10px;
    padding: 3px 8px;
  }
}

.dp-period-btn.active{background:var(--sky4);border-color:var(--sky3);color:var(--sky)}
.dp-side{display:flex;flex-direction:column;gap:12px}
.dp-side-card{
  background:var(--bg2);border:1px solid var(--border);
  border-radius:12px;padding:16px;
}

@media (max-width: 640px) {
  .dp-side-card{
    padding: 12px;
    border-radius: 10px;
  }
}

.dp-side-label{font-size:10px;color:var(--text3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.dp-side-val{font-family:'Outfit',sans-serif;font-size:22px;font-weight:700;color:var(--text)}

@media (max-width: 900px) {
  .dp-side-val{
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .dp-side-val{
    font-size: 16px;
  }
}

.dp-side-change{font-size:11px;margin-top:4px}
.dp-allocations{margin-top:12px;display:flex;flex-direction:column;gap:8px}
.dp-alloc-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dp-alloc-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.dp-alloc-name{font-size:12px;color:var(--text2);flex:1;min-width:60px}

@media (max-width: 640px) {
  .dp-alloc-name{
    font-size: 11px;
    min-width: 50px;
  }
}

.dp-alloc-pct{font-size:12px;font-weight:500;color:var(--text)}

@media (max-width: 640px) {
  .dp-alloc-pct{
    font-size: 11px;
  }
}

.dp-alloc-bar-wrap{flex:1;background:var(--bg3);border-radius:3px;height:4px;min-width:50px}
.dp-alloc-bar{height:100%;border-radius:3px}

/* PRICING */
.pricing-section{padding:100px max(48px, calc((100vw - var(--max-w)) / 2))}
.pricing-toggle-wrap{
  display:flex;align-items:center;justify-content:center;
  gap:12px;margin-bottom:48px;margin-top:32px;
}
.toggle-label{font-size:14px;color:var(--text2)}
.toggle-switch{
  width:44px;height:24px;background:var(--bg3);
  border:1px solid var(--border2);border-radius:12px;
  cursor:pointer;position:relative;transition:background .2s;
}
.toggle-switch.on{background:var(--sky3)}
.toggle-knob{
  position:absolute;top:3px;left:3px;
  width:16px;height:16px;background:var(--text2);
  border-radius:50%;transition:transform .2s,background .2s;
}
.toggle-switch.on .toggle-knob{transform:translateX(20px);background:#fff}
.toggle-save{
  font-size:11px;font-weight:600;
  background:rgba(61,204,142,.12);
  color:var(--green);
  border:1px solid rgba(61,204,142,.2);
  padding:3px 10px;border-radius:20px;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:960px;
  margin:0 auto;
}
.price-card{
  background:var(--bg2);
  border:1px solid var(--border);
  border-radius:20px;
  padding:32px 28px;
  position:relative;
  transition:border-color .6s var(--silk),transform .6s var(--silk),box-shadow .6s var(--silk);
}
.price-card:hover{border-color:var(--border2);transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,.3)}
.price-card.featured{border-color:var(--sky3);background:var(--bg3)}
.featured-badge{
  position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  background:var(--sky);
  color:#0A1A2C;
  font-size:11px;font-weight:700;
  padding:4px 16px;border-radius:20px;
  white-space:nowrap;letter-spacing:.04em;
}
.price-plan{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);margin-bottom:16px}
.price-amount{
  font-family:'Outfit',sans-serif;
  font-size:42px;font-weight:800;
  color:var(--text);
  letter-spacing:-.03em;
  line-height:1;
  margin-bottom:4px;
}
.price-amount sup{font-size:20px;vertical-align:top;margin-top:8px;display:inline-block}
.price-period{font-size:13px;color:var(--text3);margin-bottom:24px}
.price-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.price-features li{
  display:flex;align-items:center;gap:10px;
  font-size:14px;color:var(--text2);
}
.price-features li svg{width:16px;height:16px;fill:none;stroke:var(--green);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.price-btn{
  width:100%;
  padding:12px;border-radius:10px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;font-weight:600;
  cursor:pointer;transition:all .2s;border:none;
}
.price-btn-ghost{
  background:transparent;
  border:1px solid var(--border2);
  color:var(--text);
}
.price-btn-ghost:hover{border-color:var(--sky);color:var(--sky)}
.price-btn-primary{background:var(--sky);color:#0A1A2C}
.price-btn-primary:hover{background:var(--sky2)}

/* SECURITY */
.security-section{
  padding:100px max(48px, calc((100vw - var(--max-w)) / 2));
  background:var(--bg2);
  border-top:1px solid var(--border);
}
.security-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  max-width:1100px;
  margin:0 auto;
}
.security-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sec-badge{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:14px;
  padding:20px;
  display:flex;flex-direction:column;gap:8px;
  transition:border-color .6s var(--silk),transform .6s var(--silk);
}
.sec-badge:hover{border-color:var(--border2);transform:translateY(-2px)}
.sec-badge-icon{
  width:40px;height:40px;
  background:rgba(74,158,232,.1);
  border:1px solid rgba(74,158,232,.2);
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
}
.sec-badge-icon svg{width:20px;height:20px;fill:none;stroke:var(--sky);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sec-badge-name{font-size:14px;font-weight:600;color:var(--text)}
.sec-badge-desc{font-size:12px;color:var(--text3);line-height:1.5}
.sec-badge-status{
  display:inline-flex;align-items:center;gap:5px;
  font-size:11px;color:var(--green);font-weight:500;margin-top:4px;
}
.sec-badge-status::before{content:'';width:5px;height:5px;background:var(--green);border-radius:50%}

/* TESTIMONIALS */
.testimonials-section{padding:100px max(48px, calc((100vw - var(--max-w)) / 2))}
.testi-track-wrap{overflow:hidden;margin-top:48px;position:relative;max-width:100%;width:100%}
.testi-track-wrap::before,.testi-track-wrap::after{
  content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none;
}
.testi-track-wrap::before{left:0;background:linear-gradient(to right,var(--bg),transparent)}
.testi-track-wrap::after{right:0;background:linear-gradient(to left,var(--bg),transparent)}
.testi-track{
  display:flex;gap:16px;
  animation:ticker-scroll 28s linear infinite;
  width:max-content;
  will-change:transform;
  flex-shrink:0;
}
.testi-card{
  background:var(--bg2);
  border:1px solid var(--border);
  border-radius:16px;
  padding:24px;
  width:320px;
  flex-shrink:0;
}
.testi-stars{display:flex;gap:3px;margin-bottom:14px}
.testi-stars svg{width:14px;height:14px;fill:var(--sky);stroke:none}
.testi-quote{font-size:14px;color:var(--text2);line-height:1.65;margin-bottom:16px;font-style:italic}
.testi-author{display:flex;align-items:center;gap:10px}
.testi-avatar{
  width:36px;height:36px;border-radius:50%;
  background:var(--bg3);border:1px solid var(--border2);
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;color:var(--sky);
}
.testi-name{font-size:13px;font-weight:600;color:var(--text)}
.testi-role{font-size:11px;color:var(--text3)}

/* APP DOWNLOAD */
.app-section{
  padding:100px max(48px, calc((100vw - var(--max-w)) / 2));
  background:var(--bg2);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  position:relative;
  overflow:hidden;
}
.app-section::before{
  content:'';
  position:absolute;
  bottom:0;right:0;
  width:100%;height:100%;
  background-image:
    repeating-linear-gradient(45deg,transparent 0,transparent 119px,rgba(74,158,232,.35) 119px,rgba(74,158,232,.35) 120px),
    repeating-linear-gradient(-45deg,transparent 0,transparent 119px,rgba(74,158,232,.35) 119px,rgba(74,158,232,.35) 120px);
  -webkit-mask-image:radial-gradient(ellipse 100% 100% at 100% 100%,#000 0%,transparent 70%);
  mask-image:radial-gradient(ellipse 100% 100% at 100% 100%,#000 0%,transparent 70%);
  pointer-events:none;
  z-index:0;
}
.app-section > *{position:relative;z-index:1}
.app-inner{
  display:grid;grid-template-columns:3fr 2fr;
  gap:80px;align-items:center;max-width:1000px;margin:0 auto;
}
.app-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.app-store-btn{
  display:flex;align-items:center;gap:12px;
  background:var(--bg3);border:1px solid var(--border2);
  border-radius:14px;padding:14px 26px;
  text-decoration:none;transition:border-color .5s var(--silk),background .5s var(--silk);
  min-width:200px;
}
.app-store-btn:hover{border-color:var(--sky);background:var(--bg4)}
.app-store-btn svg{fill:var(--text);flex-shrink:0}
.app-store-btn-info{display:flex;flex-direction:column}
.app-store-btn-sub{font-size:10px;color:var(--text3);letter-spacing:.02em}
.app-store-btn-name{font-size:16px;font-weight:700;color:var(--text);font-family:'Outfit',sans-serif;letter-spacing:-.01em}

/* FAQ */
.faq-section{padding:100px max(48px,calc((100vw - var(--max-w)) / 2))}
.faq-inner{max-width:640px;margin:0 auto}
.faq-list{display:flex;flex-direction:column;gap:12px;margin-top:40px}
.faq-item{background:var(--bg2);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .3s}
.faq-item.open{border-color:var(--sky3)}
.faq-q{
  padding:20px;
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;
  cursor:pointer;
  background:var(--bg2);
  transition:background .2s;
}
.faq-item.open .faq-q{background:var(--bg3)}
.faq-q:hover{background:var(--bg3)}
.faq-q-text{font-size:15px;font-weight:600;color:var(--text);flex:1}
.faq-chevron{width:16px;height:16px;fill:none;stroke:var(--sky);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-a{
  display:none;
  padding:0 20px 20px;
  font-size:14px;
  color:var(--text2);
  line-height:1.7;
}
.faq-item.open .faq-a{display:block}

/* AUTH LOGIN */
.auth-container{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:linear-gradient(135deg,rgba(74,158,232,.05) 0%,rgba(61,204,142,.05) 100%);
}
.auth-card{
  width:100%;
  max-width:420px;
  background:var(--bg);
  border:1px solid var(--border2);
  border-radius:16px;
  padding:40px;
  box-shadow:0 4px 6px rgba(0,0,0,.07);
  animation:fadeInUp .5s ease-out;
}
@keyframes fadeInUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes fadeOutDown{
  from{opacity:1;transform:translateY(0)}
  to{opacity:0;transform:translateY(20px)}
}
.auth-header{margin-bottom:30px;text-align:center}
.auth-header h1{font-size:28px;font-weight:700;color:var(--text);margin:0 0 8px 0}
.auth-header p{color:var(--text2);font-size:14px;margin:0}
.error-message-container{min-height:32px;margin-bottom:16px;display:flex;align-items:center;overflow:hidden;transition:max-height 0.3s ease-out, opacity 0.3s ease-out, margin-bottom 0.3s ease-out}
.error-message{font-size:13px;color:var(--red);margin:0;line-height:1.4;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);padding:10px 14px;border-radius:8px;animation:fadeInUp .3s ease-out}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:14px;font-weight:500;color:var(--text);margin-bottom:8px}
.form-group input{width:100%;padding:12px 14px;border:1px solid var(--border2);border-radius:8px;font-size:14px;color:var(--text);background:var(--bg2);transition:all var(--silk);font-family:inherit}
.form-group input:focus{outline:none;border-color:var(--sky);box-shadow:0 0 0 3px rgba(74,158,232,.1)}
.form-group input::placeholder{color:var(--text3)}
.form-group input.input-valid{border-color:var(--green);box-shadow:0 0 0 3px rgba(61,204,142,.1)}
.form-group input.input-valid:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(61,204,142,.1)}
.form-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-size:14px}
.form-row label{margin:0;display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--text2);font-weight:400}
.form-row input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.form-row a{color:var(--sky);text-decoration:none;transition:color var(--silk)}
.form-row a:hover{color:rgb(74,158,232);text-decoration:underline}

.btn-login{width:100%;padding:12px;background:linear-gradient(135deg,var(--sky) 0%,#4a8fb3 100%);color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all var(--silk);text-transform:uppercase;letter-spacing:.5px}
.btn-login:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(74,158,232,.3)}
.btn-login:disabled{opacity:.7;cursor:not-allowed;transform:none}
.auth-footer{text-align:center;margin-top:20px;font-size:14px;color:var(--text2)}
.auth-footer a{color:var(--sky);text-decoration:none;transition:color var(--silk)}
.auth-footer a:hover{color:rgb(74,158,232);text-decoration:underline}
.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:white;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}
@keyframes spin{to{transform:rotate(360deg)}}

/* PRICING MODAL */
.pricing-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}
.pricing-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}
.pricing-modal-content{position:relative;z-index:2;background:var(--bg);border:1px solid var(--border2);border-radius:20px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .4s ease-out}
@keyframes modalSlideIn{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes modalFadeOut{from{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(20px)}}

/* ==================== PREMIUM GLASSMORPHISM CARDS ==================== */

.modules-premium-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 100%;
  margin-bottom: 48px;
  animation: fadeInUp 0.6s ease-out;
  grid-auto-flow: row;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Reorder to show large cards first: Sites interativos, E-commerce, App personalizado, Sistema de gestão Escolar */
/* Move small cards (1-5) to row 2 */
.premium-app-card:nth-child(1),
.premium-app-card:nth-child(2),
.premium-app-card:nth-child(3),
.premium-app-card:nth-child(4),
.premium-app-card:nth-child(5) {
  grid-row: 2;
}

/* Position large cards in row 1 */
.premium-app-card:nth-child(6) {
  grid-row: 1;
  grid-column: 1;
}

.premium-app-card:nth-child(7) {
  grid-row: 1;
  grid-column: 2;
}

.premium-app-card:nth-child(9) {
  grid-row: 1;
  grid-column: 3;
}

.premium-app-card:nth-child(8) {
  grid-row: 1;
  grid-column: 4;
}

@media (max-width: 1600px) {
  .modules-premium-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .modules-premium-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .modules-premium-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .modules-premium-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.premium-app-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(18, 22, 30, 0.75);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 
    0 0 0 1px rgba(120, 180, 255, 0.08),
    0 0 35px rgba(0, 140, 255, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.premium-app-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  border-radius: 22px;
}

.premium-app-card.premium-small {
  grid-column: span 1;
  min-height: 240px;
}

.premium-app-card.premium-large {
  grid-column: span 1;
  min-height: 240px;
}

@media (max-width: 900px) {
  .premium-app-card.premium-small,
  .premium-app-card.premium-large {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .premium-app-card.premium-small,
  .premium-app-card.premium-large {
    min-height: auto;
  }
}

.card-bg-gradient {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.card-gradient-purple {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}

.card-gradient-green {
  background: linear-gradient(135deg, rgba(67, 233, 123, 0.08) 0%, rgba(56, 249, 215, 0.08) 100%);
}

.card-gradient-cyan {
  background: linear-gradient(135deg, rgba(79, 172, 254, 0.08) 0%, rgba(0, 242, 254, 0.08) 100%);
}

.premium-app-card:hover .card-bg-gradient {
  opacity: 1;
}

.card-inner {
  position: relative;
  z-index: 1;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
  text-align: center;
}

@media (max-width: 900px) {
  .card-inner {
    padding: 20px 16px;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .card-inner {
    padding: 18px 14px;
    gap: 8px;
  }
}

.premium-app-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 
    0 0 0 1px rgba(120, 180, 255, 0.16),
    0 0 50px rgba(74, 158, 232, 0.18),
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.premium-app-card.premium-active:hover {
  box-shadow: 
    0 0 0 1px rgba(61, 204, 142, 0.16),
    0 0 50px rgba(61, 204, 142, 0.18),
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.card-icon-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.premium-app-card.premium-large .card-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}

@media (max-width: 900px) {
  .card-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
  
  .premium-app-card.premium-large .card-icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }
}

@media (max-width: 640px) {
  .card-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  
  .premium-app-card.premium-large .card-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
}

.premium-app-card:hover .card-icon-wrapper {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.12),
    0 8px 24px rgba(74, 158, 232, 0.12),
    0 0 20px rgba(0, 140, 255, 0.1);
  transform: translateY(-2px) scale(1.05);
}

.card-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.95;
}

.card-title {
  font-size: 14px;
  font-weight: 600;
  color: #F5F7FA;
  margin: 2px 0 1px 0;
  letter-spacing: -0.3px;
  font-family: 'Inter', 'SF Pro Display', 'Outfit', sans-serif;
  line-height: 1.3;
}

.premium-app-card.premium-large .card-title {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .card-title {
    font-size: 13px;
  }
  
  .premium-app-card.premium-large .card-title {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .card-title {
    font-size: 12px;
  }
  
  .premium-app-card.premium-large .card-title {
    font-size: 13px;
  }
}

.card-desc {
  font-size: 12px;
  color: #8A93A7;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
}

.premium-app-card.premium-large .card-desc {
  font-size: 13px;
}

@media (max-width: 900px) {
  .card-desc {
    font-size: 11px;
  }
  
  .premium-app-card.premium-large .card-desc {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .card-desc {
    font-size: 10px;
    line-height: 1.2;
  }
  
  .premium-app-card.premium-large .card-desc {
    font-size: 11px;
  }
}

.card-btn {
  margin-top: auto;
  padding: 6px 14px;
  border: none;
  border-radius: 18px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px) {
  .card-btn {
    padding: 5px 12px;
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .card-btn {
    padding: 4px 10px;
    font-size: 9px;
    border-radius: 16px;
  }
}

.card-btn-acquire {
  background: rgba(74, 158, 232, 0.15);
  border: 1px solid rgba(74, 158, 232, 0.25);
  color: #A8D4F7;
}

.card-btn-acquire:hover {
  background: rgba(74, 158, 232, 0.25);
  border-color: rgba(74, 158, 232, 0.4);
  color: #C8E6FF;
  box-shadow: 
    0 4px 12px rgba(74, 158, 232, 0.25),
    0 0 16px rgba(74, 158, 232, 0.15);
  transform: translateY(-1px);
}

.card-btn-active {
  background: rgba(61, 204, 142, 0.2);
  border: 1px solid rgba(61, 204, 142, 0.3);
  color: #4FE8A0;
}

.card-btn-active:hover {
  background: rgba(61, 204, 142, 0.28);
  border-color: rgba(61, 204, 142, 0.45);
  color: #6DFFC0;
  box-shadow: 
    0 4px 12px rgba(61, 204, 142, 0.25),
    0 0 16px rgba(61, 204, 142, 0.18);
  transform: translateY(-1px);
}

.status-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  animation: pulse 2s infinite;
  margin-right: 1px;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* GLASSMORPHISM AMBIENT GLOW */
.modules-premium-grid::before {
  content: '';
  position: absolute;
  inset: -300px -50px -300px -50px;
  background: 
    radial-gradient(circle at 20% 50%, rgba(74, 158, 232, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(61, 204, 142, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 100%;
  filter: blur(60px);
}

@media (max-width: 900px) {
  .modules-premium-grid::before {
    inset: -200px 0 -200px 0;
  }
}

@media (max-width: 640px) {
  .modules-premium-grid::before {
    inset: -100px 0 -100px 0;
  }
}

/* MODULES SECTION RESPONSIVE */
.dashboard-section + section,
section:has(.modules-premium-grid) {
  position: relative;
}

@media (max-width: 900px) {
  section:has(.modules-premium-grid) {
    padding: 80px max(32px, calc((100vw - 90%) / 2)) !important;
  }
}

@media (max-width: 640px) {
  section:has(.modules-premium-grid) {
    padding: 60px 16px !important;
  }
}

/* Fix para overflow em mobile */
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
}

/* ==================== APPS FEITOS - PREMIUM STYLING ==================== */

.apps-feitos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  grid-auto-flow: row;
  width: 100%;
}

@media (max-width: 1600px) {
  .apps-feitos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .apps-feitos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .apps-feitos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .apps-feitos-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.premium-card-feito {
  grid-column: span 1;
  min-height: 240px;
}

.card-inner-feito {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.card-icon-feito {
  width: 56px !important;
  height: 56px !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}

@media (max-width: 900px) {
  .card-icon-feito {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 640px) {
  .card-icon-feito {
    width: 48px !important;
    height: 48px !important;
  }
}
.pricing-modal-header{display:flex;align-items:center;gap:12px;padding:28px 24px 20px;border-bottom:1px solid var(--border2);background:var(--bg2)}
.pricing-modal-header h2{font-size:20px;font-weight:700;color:var(--text);margin:0;flex:1}
.pricing-modal-header svg{flex-shrink:0}
.pricing-modal-close-icon{background:transparent;border:none;color:var(--text2);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all var(--silk);flex-shrink:0}
.pricing-modal-close-icon:hover{color:var(--text);background:var(--bg3)}
.pricing-modal-body{padding:28px 24px;display:flex;flex-direction:column;gap:20px}
.pricing-modal-message{font-size:14px;color:var(--text2);line-height:1.8;margin:0}
.pricing-modal-highlight{background:linear-gradient(135deg,rgba(61,204,142,.1) 0%,rgba(74,158,232,.1) 100%);border:1px solid rgba(74,158,232,.2);border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px}
.highlight-icon{width:48px;height:48px;background:rgba(61,204,142,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.highlight-text{flex:1}
.highlight-price{font-size:14px;font-weight:700;color:var(--text)}
.highlight-price strong{color:var(--green);font-size:16px}
.highlight-subtitle{font-size:12px;color:var(--text3);margin-top:2px}
.pricing-modal-cta{display:flex;flex-direction:column;gap:8px;padding:14px;background:var(--bg3);border-radius:10px}
.pricing-modal-link{color:var(--sky);text-decoration:none;font-weight:600;font-size:13px;transition:color var(--silk);cursor:pointer}
.pricing-modal-link:hover{color:rgb(74,158,232)}
.pricing-modal-footer{padding:16px 24px;border-top:1px solid var(--border2);background:var(--bg2)}
.pricing-modal-close-btn{background:transparent;border:1px solid var(--border2);color:var(--text2);padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all var(--silk);width:100%}
.pricing-modal-close-btn:hover{border-color:var(--text3);color:var(--text)}

/* CUSTOM PROJECTS SECTION */
.custom-projects-section{
  padding:100px max(48px, calc((100vw - var(--max-w)) / 2));
  background:var(--bg);
}

.custom-projects-inner{
  max-width:1500px;
  margin:0 auto;
}

.custom-projects-header{
  text-align:center;
  margin-bottom:48px;
}

.custom-projects-header h2{
  font-size:28px;
  font-weight:700;
  color:var(--text);
  margin:0 0 12px 0;
}

.custom-projects-header p{
  font-size:14px;
  color:var(--text2);
  margin:0;
}

.custom-projects-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  max-width:100%;
}

.project-card{
  background:var(--bg2);
  border:1px solid var(--border2);
  border-radius:12px;
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:16px;
  transition:all 0.3s ease;
}

.project-card:hover{
  border-color:var(--sky);
  transform:translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,0.1);
}

.project-card-header{
  flex:1;
}

.project-card-title{
  font-size:18px;
  font-weight:700;
  color:var(--text);
  margin-bottom:4px;
}

.project-card-desc{
  font-size:12px;
  color:var(--text3);
  margin:0;
}

.project-card-price{
  background:var(--bg3);
  border:1px solid var(--border2);
  border-radius:8px;
  padding:12px;
  text-align:center;
}

.project-price-old{
  font-size:12px;
  color:var(--text3);
  text-decoration:line-through;
  margin-bottom:6px;
}

.project-price-new{
  font-size:20px;
  font-weight:700;
  color:var(--sky);
}

.project-price-label{
  font-size:10px;
  color:var(--text3);
}

.project-card-features{
  list-style:none;
  padding:0;
  margin:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.project-card-features li{
  font-size:12px;
  color:var(--text2);
}

.project-card-features i{
  color:var(--green);
  margin-right:6px;
  font-size:10px;
}

.project-card-cta{
  background:var(--sky);
  color:white;
  border:none;
  padding:10px;
  border-radius:8px;
  cursor:pointer;
  font-weight:600;
  font-size:12px;
  transition:all 0.3s;
  display:block;
  text-align:center;
  text-decoration:none;
  font-family:'DM Sans',sans-serif;
}

.project-card-cta:hover{
  background:var(--sky2);
  transform:translateY(-2px);
}

/* CONTACT FORM PAGE */
.contact-section{
  padding:100px max(48px, calc((100vw - var(--max-w)) / 2));
  background:var(--bg);
  border-bottom:1px solid var(--border2);
}

.contact-inner{
  margin:0 auto;
  width:100%;
  max-width:1200px;
}

.contact-header{
  text-align:center;
  margin-bottom:64px;
}

.contact-header .section-sub{
  max-width:600px;
  margin:0 auto;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}

.contact-info{
  display:flex;
  flex-direction:column;
  gap:32px;
}

.contact-item{
  display:flex;
  gap:16px;
}

.contact-icon{
  width:48px;
  height:48px;
  background:var(--bg2);
  border:1px solid var(--border2);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:18px;
}

.contact-item-title{
  font-size:14px;
  font-weight:600;
  color:var(--text);
  margin:0 0 6px 0;
}

.contact-item-desc{
  font-size:14px;
  color:var(--text2);
  margin:0 0 8px 0;
}

.contact-link{
  color:var(--sky);
  text-decoration:none;
  font-weight:500;
  font-size:13px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  transition:all 0.3s;
}

.contact-link i{
  font-size:11px;
}

.contact-link:hover{
  gap:10px;
}

.contact-hours{
  display:flex;
  gap:16px;
  padding:20px;
  background:var(--bg2);
  border:1px solid var(--border2);
  border-radius:12px;
}

.contact-hours-icon{
  width:48px;
  height:48px;
  background:var(--bg3);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:16px;
}

.contact-hours-title{
  font-size:13px;
  font-weight:600;
  color:var(--text);
  margin:0 0 4px 0;
}

.contact-hours-text{
  font-size:12px;
  color:var(--text3);
  margin:0;
}

.contact-form-wrap{
  background:var(--bg2);
  border:1px solid var(--border2);
  border-radius:16px;
  padding:32px;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.contact-form{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.form-group{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.form-label{
  font-size:13px;
  font-weight:600;
  color:var(--text);
}

.form-input,
.form-textarea{
  background:var(--bg3);
  border:1px solid var(--border2);
  color:var(--text);
  padding:12px 14px;
  border-radius:8px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  transition:border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus{
  outline:none;
  border-color:var(--sky);
}

.form-textarea{
  resize:vertical;
  min-height:120px;
}

.form-submit{
  background:var(--sky);
  color:white;
  border:none;
  padding:14px 24px;
  border-radius:8px;
  cursor:pointer;
  font-weight:600;
  font-size:14px;
  transition:all 0.3s var(--silk);
  margin-top:8px;
}

.form-submit:hover:not(:disabled){
  background:var(--sky2);
  transform:translateY(-2px);
}

.form-submit:disabled{
  opacity:0.5;
  cursor:not-allowed;
}

/* FAQ SECTION */
.faq-section{
  padding:80px max(48px, calc((100vw - var(--max-w)) / 2));
  background:var(--bg);
  border-top:1px solid var(--border2);
}

.faq-inner{
  margin:0 auto;
  width:100%;
  max-width:1000px;
}

.faq-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:56px;
  flex-wrap:wrap;
  gap:20px;
}

.faq-toggle-btn{
  background:var(--bg2);
  border:1px solid var(--border2);
  color:var(--text2);
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-weight:600;
  padding:10px 18px;
  border-radius:8px;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:8px;
  transition:all 0.3s var(--silk);
  white-space:nowrap;
  flex-shrink:0;
}

.faq-toggle-btn:hover{
  border-color:var(--sky);
  color:var(--sky);
}

.faq-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* ADSENSE MODAL */
.adsense-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.7);
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:20px;
}

.adsense-modal[style*="display: flex"]{
  display:flex;
}

.adsense-modal-content{
  background:var(--bg2);
  border:1px solid var(--border2);
  border-radius:16px;
  width:100%;
  max-width:500px;
  animation:silk-in .3s ease-out;
}

.adsense-modal-header{
  display:flex;
  align-items:center;
  gap:12px;
  padding:24px;
  border-bottom:1px solid var(--border2);
}

.adsense-modal-icon{
  width:48px;
  height:48px;
  background:rgba(61,204,142,.1);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.adsense-modal-title{
  font-size:20px;
  font-weight:700;
  color:var(--text);
  margin:0;
}

.adsense-modal-body{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.adsense-modal-step{
  display:flex;
  gap:16px;
}

.adsense-modal-number{
  flex-shrink:0;
  width:32px;
  height:32px;
  background:var(--green);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-weight:700;
  font-size:14px;
}

.adsense-modal-step-content{
  flex:1;
}

.adsense-modal-step-title{
  font-weight:600;
  color:var(--text);
  margin-bottom:4px;
  font-size:14px;
}

.adsense-modal-step-desc{
  font-size:13px;
  color:var(--text3);
  line-height:1.6;
}

.adsense-modal-footer{
  display:flex;
  gap:12px;
  padding:24px;
  border-top:1px solid var(--border2);
}

.adsense-modal-btn-close{
  flex:1;
  background:var(--bg3);
  color:var(--text2);
  padding:12px 20px;
  border-radius:8px;
  border:none;
  font-weight:600;
  font-size:14px;
  cursor:pointer;
  transition:all var(--silk);
}

.adsense-modal-btn-close:hover{
  background:var(--bg4);
  color:var(--text);
}

.adsense-modal-btn-primary{
  flex:1;
  background:var(--green);
  color:white;
  padding:12px 20px;
  border-radius:8px;
  border:none;
  font-weight:600;
  font-size:14px;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
  transition:all var(--silk);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.adsense-modal-btn-primary:hover{
  background:var(--green);
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(61,204,142,.3);
}

.adsense-modal-btn-primary svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

/* RESPONSIVE - CONTACT & FAQ PAGE */
@media(max-width:900px){
  .hero{
    grid-template-columns:1fr;
    gap:40px;
    padding-top:calc(36px + var(--nav-h) + 40px);
    padding-bottom:60px;
    padding-left:max(32px, calc((100vw - var(--max-w)) / 2));
    padding-right:max(32px, calc((100vw - var(--max-w)) / 2));
  }

  .hero h1{
    font-size:clamp(32px,4vw,48px);
  }

  .hero-sub{
    font-size:15px;
    max-width:100%;
  }

  .hero-btns{
    gap:10px;
  }

  .btn-hero, .btn-outline{
    padding:12px 24px;
    font-size:14px;
  }

  .float-badge{
    position:static;
    animation:none;
    margin-bottom:16px;
  }

  .fb-left, .fb-right{
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
  }

  .dash-card{
    transform:scale(0.85);
    transform-origin:top center;
  }

  .contact-section{
    padding:60px max(48px, calc((100vw - var(--max-w)) / 2));
  }

  .contact-header{
    margin-bottom:48px;
  }

  .contact-grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .contact-form-wrap{
    padding:24px;
  }

  .faq-section{
    padding:60px max(48px, calc((100vw - var(--max-w)) / 2));
  }

  .faq-header{
    margin-bottom:40px;
  }

  .faq-toggle-btn{
    width:100%;
    justify-content:center;
  }

  .faq-q-text{
    font-size:14px;
  }

  .custom-projects-section{
    padding:60px max(48px, calc((100vw - var(--max-w)) / 2));
  }

  .custom-projects-header{
    margin-bottom:40px;
  }

  .custom-projects-header h2{
    font-size:24px;
    margin-bottom:8px;
  }

  .custom-projects-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }

  .project-card{
    padding:24px;
  }

  .pricing-modal-content{
    max-width:90vw;
  }

  .pricing-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .pricing-section{
    padding:60px max(48px, calc((100vw - var(--max-w)) / 2));
  }

  .toggle-save{
    font-size:10px;
    padding:2px 8px;
  }

  /* ADSENSE MODAL - TABLET */
  .adsense-modal{
    padding:16px;
  }

  .adsense-modal-content{
    max-width:95%;
  }

  .adsense-modal-header{
    padding:20px;
  }

  .adsense-modal-body{
    padding:20px;
  }

  .adsense-modal-footer{
    padding:20px;
  }
}

@media(max-width:600px){
  .hero{
    padding-top:calc(36px + var(--nav-h) + 30px);
    padding-bottom:40px;
    padding-left:16px;
    padding-right:16px;
    min-height:auto;
  }

  .hero h1{
    font-size:clamp(24px,3vw,36px);
    margin-bottom:16px;
  }

  .hero-sub{
    font-size:14px;
    margin-bottom:24px;
  }

  .hero-btns{
    flex-direction:column;
    margin-bottom:32px;
  }

  .btn-hero, .btn-outline{
    width:100%;
    padding:12px 20px;
    font-size:13px;
    text-align:center;
  }

  .hero-trust{
    flex-direction:column;
    gap:16px;
  }

  .hero-avatars{
    justify-content:center;
  }

  .hero-trust-text{
    text-align:center;
    margin-left:0;
  }

  .float-badge{
    padding:8px 12px;
    font-size:12px;
  }

  .float-badge-icon{
    width:28px;
    height:28px;
  }

  .float-badge-info .val{
    font-size:13px;
  }

  .float-badge-info .lbl{
    font-size:9px;
  }

  .dash-card{
    transform:scale(0.7);
    transform-origin:top center;
  }

  .dash-topbar{
    padding:10px 14px;
  }

  .dash-title-bar{
    font-size:10px;
  }

  .dash-stats{
    grid-template-columns:1fr;
    gap:8px;
  }

  .dash-stat{
    padding:10px 12px;
  }

  .dash-stat-label{
    font-size:9px;
  }

  .dash-stat-val{
    font-size:16px;
  }

  .chart-wrap{
    padding:12px;
  }

  .chart-head-title{
    font-size:11px;
  }

  .chart-badge{
    font-size:9px;
  }

  .chart-bars{
    height:48px;
    gap:4px;
  }

  .tx-item{
    padding:6px 10px;
    gap:8px;
  }

  .tx-icon{
    width:24px;
    height:24px;
    font-size:10px;
  }

  .tx-name{
    font-size:11px;
  }

  .tx-date{
    font-size:9px;
  }

  .tx-amount{
    font-size:12px;
  }

  .custom-projects-section{
    padding:40px 16px;
  }

  .custom-projects-header{
    margin-bottom:32px;
  }

  .custom-projects-header h2{
    font-size:20px;
  }

  .custom-projects-header p{
    font-size:13px;
  }

  .custom-projects-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .project-card{
    padding:20px;
    gap:12px;
  }

  .project-card-title{
    font-size:16px;
  }

  .project-price-new{
    font-size:18px;
  }

  .pricing-modal{
    padding:12px;
  }

  .pricing-modal-content{
    max-width:100%;
    border-radius:16px;
    max-height:95vh;
    overflow-y:auto;
  }

  .pricing-modal-header{
    padding:20px 16px 16px;
    flex-wrap:wrap;
  }

  .pricing-modal-header h2{
    font-size:18px;
    width:100%;
  }

  .pricing-modal-close-icon{
    position:absolute;
    top:12px;
    right:12px;
  }

  .pricing-modal-body{
    padding:20px 16px;
    gap:16px;
  }

  .pricing-modal-message{
    font-size:13px;
  }

  .pricing-modal-highlight{
    flex-direction:column;
    text-align:center;
  }

  .highlight-icon{
    width:40px;
    height:40px;
  }

  .pricing-modal-footer{
    padding:16px;
  }

  .pricing-section{
    padding:40px 16px;
  }

  .pricing-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .pricing-toggle-wrap{
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-bottom:32px;
  }

  .toggle-label{
    font-size:12px;
  }

  .toggle-save{
    font-size:10px;
    padding:2px 6px;
  }

  .price-card{
    padding:20px 16px;
  }

  .price-amount{
    font-size:28px;
  }

  .price-btn{
    padding:10px;
    font-size:12px;
  }

  .price-plan{
    font-size:11px;
  }

  .price-period{
    font-size:12px;
  }

  .price-features li{
    font-size:12px;
  }

  .contact-section{
    padding:40px 16px;
  }

  .contact-header{
    margin-bottom:40px;
  }

  .contact-header h2{
    font-size:24px;
  }

  .contact-header .section-sub{
    font-size:13px;
  }

  .contact-info{
    gap:24px;
  }

  .contact-item{
    gap:12px;
  }

  .contact-icon{
    width:40px;
    height:40px;
    font-size:16px;
  }

  .contact-item-title{
    font-size:13px;
  }

  .contact-item-desc{
    font-size:12px;
  }

  .contact-link{
    font-size:12px;
  }

  .contact-hours{
    padding:16px;
    gap:12px;
  }

  .contact-hours-icon{
    width:40px;
    height:40px;
    font-size:14px;
  }

  .contact-hours-title{
    font-size:12px;
  }

  .contact-hours-text{
    font-size:11px;
  }

  .contact-form-wrap{
    padding:20px;
    gap:16px;
  }

  .form-label{
    font-size:12px;
  }

  .form-input,
  .form-textarea{
    padding:10px 12px;
    font-size:13px;
  }

  .form-submit{
    padding:12px 20px;
    font-size:13px;
    margin-top:6px;
  }

  .faq-section{
    padding:40px 16px;
  }

  .faq-header{
    margin-bottom:32px;
    flex-direction:column;
  }

  .faq-toggle-btn{
    width:100%;
    font-size:12px;
    padding:8px 14px;
  }

  .faq-q-text{
    font-size:13px;
  }

  .faq-chevron{
    width:16px;
    height:16px;
  }

  .faq-a{
    font-size:13px;
  }
}

footer{
  padding:24px max(48px, calc((100vw - var(--max-w)) / 2));
  border-top:1px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  background:var(--bg);
}
footer a{color:var(--sky);text-decoration:none}
.footer-link{font-size:13px;color:var(--text3);text-decoration:none;transition:color .2s}
.footer-link:hover{color:var(--sky)}
.social-btn{
  display:flex;align-items:center;justify-content:center;
  width:32px;height:32px;
  border:1px solid var(--border2);
  border-radius:6px;
  text-decoration:none;
  transition:border-color .2s,background .2s;
}
.social-btn:hover{border-color:var(--sky);background:rgba(74,158,232,.1)}
.social-btn svg{width:16px;height:16px;fill:currentColor;stroke:none;color:var(--text3)}
.social-btn:hover svg{color:var(--sky)}

/* RESPONSIVE */
@media(max-width:900px){
  .hero{grid-template-columns:1fr;gap:40px;padding-top:calc(36px + var(--nav-h) + 40px);padding-bottom:60px}
  .hero-visual{order:2}
  .hero-content{order:1}
  .sticky-layout{grid-template-columns:1fr;gap:40px}
  .sticky-panel-wrap{position:relative;top:0}
  .app-inner{grid-template-columns:1fr;gap:40px}
  .stats-section{grid-template-columns:repeat(2,1fr);gap:12px;padding:40px max(48px, calc((100vw - var(--max-w)) / 2))}
  .pricing-grid{grid-template-columns:1fr;max-width:100%}
  .security-inner{grid-template-columns:1fr;gap:40px}
  .security-badges{grid-template-columns:1fr}
  .nav-links{display:none}
  .hamburger{display:flex}
}
@media(max-width:600px){
  .ticker{height:32px}
  .ticker-item{padding:0 16px;font-size:11px;gap:6px}
  .nav{height:60px;padding:0 16px}
  .nav-logo{font-size:18px}
  .nav-logo-mark{width:26px;height:26px}
  .hero{min-height:auto;padding-top:calc(36px + 60px + 30px);padding-bottom:40px;padding-left:16px;padding-right:16px}
  .hero h1{font-size:clamp(32px,4vw,48px)}
  .hero-sub{font-size:15px}
  .hero-btns{gap:8px;margin-bottom:32px}
  .btn-hero,.btn-outline{padding:12px 20px;font-size:14px}
  .hero-trust{flex-wrap:wrap}
  .dashboard-section{padding:40px 16px}
  .dashboard-inner{max-width:100%}
  .dashboard-preview{margin-top:24px}
  .dp-body{grid-template-columns:1fr;gap:16px}
  .features-section{padding:40px 16px}
  .features-header{margin-bottom:40px}
  .sticky-cards{gap:12px}
  .sticky-card{padding:20px}
  .sticky-card h3{font-size:16px}
  .sticky-card p{font-size:13px}
  .sticky-layout{gap:20px}
  .sticky-panel{min-height:350px}
  .panel-content{padding:16px}
  .stats-section{padding:40px 16px;gap:12px}
  .stat-num{font-size:clamp(24px,3vw,32px)}
  .pricing-section{padding:40px 16px}
  .pricing-toggle-wrap{margin-bottom:32px}
  .price-card{padding:24px 20px}
  .price-amount{font-size:32px}
  .security-section{padding:40px 16px}
  .security-badges{grid-template-columns:1fr;gap:8px}
  .testimonials-section{padding:40px 16px}
  .testi-track-wrap{margin-top:24px}
  .testi-card{width:280px;padding:16px}
  .app-section{padding:40px 16px}
  .app-inner{gap:32px}
  .app-btns{flex-direction:column}
  .app-store-btn{width:100%;min-width:auto}
  .faq-section{padding:40px 16px}
  .faq-inner{max-width:100%}
  .faq-q-text{font-size:14px}
  .pricing-modal-content{max-width:95vw;border-radius:16px}
  .pricing-modal-header{padding:20px 16px 16px}
  .pricing-modal-header h2{font-size:18px}
  .pricing-modal-body{padding:20px 16px;gap:16px}
  .pricing-modal-message{font-size:13px}
  .pricing-modal-highlight{padding:12px}
  .highlight-icon{width:40px;height:40px}
  .highlight-price{font-size:13px}
  .highlight-price strong{font-size:15px}
  .pricing-modal-footer{padding:12px 16px}
  .pricing-modal-close-icon{padding:2px}
  footer{flex-direction:column;gap:16px;text-align:center}
  .logos-section{padding:24px 16px}
  
  /* ADSENSE MODAL - MOBILE */
  .adsense-modal{
    padding:12px;
  }
  
  .adsense-modal-content{
    max-width:100%;
    border-radius:12px;
  }
  
  .adsense-modal-header{
    padding:16px;
    gap:10px;
    flex-direction:column;
    align-items:flex-start;
  }
  
  .adsense-modal-icon{
    width:40px;
    height:40px;
    align-self:flex-start;
  }
  
  .adsense-modal-icon svg{
    width:20px;
    height:20px;
  }
  
  .adsense-modal-title{
    font-size:18px;
  }
  
  .adsense-modal-body{
    padding:16px;
    gap:12px;
  }
  
  .adsense-modal-step{
    gap:12px;
  }
  
  .adsense-modal-number{
    width:28px;
    height:28px;
    font-size:12px;
  }
  
  .adsense-modal-step-title{
    font-size:13px;
    margin-bottom:2px;
  }
  
  .adsense-modal-step-desc{
    font-size:12px;
    line-height:1.5;
  }
  
  .adsense-modal-footer{
    flex-direction:column;
    padding:16px;
    gap:10px;
  }
  
  .adsense-modal-btn-close,
  .adsense-modal-btn-primary{
    padding:11px 16px;
    font-size:13px;
    width:100%;
  }
  
  /* AUTH LOGIN */
  .auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,rgba(74,158,232,.05) 0%,rgba(61,204,142,.05) 100%)}
  .auth-card{padding:30px 20px;width:100%;max-width:420px}
  .auth-header h1{font-size:24px}
  .form-row{flex-direction:column;align-items:flex-start;gap:12px}
}

/* ── MOBILE NAV FIXES ── */
@media (max-width: 900px) {
  /* 1. Navbar sempre visível no mobile (sem o translateY do efeito desktop) */
  nav {
    transform: translateY(0) !important;
    background: rgba(15, 19, 25, 0.97);
    backdrop-filter: blur(20px);
    border-bottom-color: var(--border);
  }

  /* 2. Esconde os botões Sign in / Get started do nav — já estão no menu mobile */
  .nav-cta {
    display: none;
  }

  /* 3. Mobile menu precisa de display:flex para o .open funcionar */
  .mobile-menu.open {
    display: flex;
  }
}
@media (max-width: 700px) {
  nav { padding: 0 16px; }
  .mobile-menu { padding: 80px 16px 60px; }
}

@media (max-width: 600px) {
  .sticky-cards { position: relative !important; top: 0 !important; }
  .pricing-toggle-wrap { flex-wrap: wrap; justify-content: center; gap: 8px; }
}