
:root{
  --app-bg:#05070d;
  --app-bg-2:#080b12;
  --app-surface:#0d111b;
  --app-surface-2:#121726;
  --app-card:#0f1421;
  --app-card-2:#141a29;
  --app-line:rgba(255,255,255,.08);
  --app-line-strong:rgba(255,255,255,.14);
  --app-ink:#f7f9fc;
  --app-muted:#9aa5b8;
  --app-blue:#5579ff;
  --app-cyan:#35c7ff;
  --app-green:#29d39a;
  --app-gold:#f2c35b;
  --app-shadow:0 30px 80px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:radial-gradient(circle at 15% 0%, rgba(85,121,255,.14), transparent 18%),radial-gradient(circle at 85% 10%, rgba(53,199,255,.12), transparent 22%),linear-gradient(180deg,#06080f 0%,#03050a 100%);color:var(--app-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}
body.app-shell{padding-bottom:98px}
body.app-shell .site-header,body.app-shell .site-footer,body.app-shell .mobile-bottom-nav{display:none!important}
body.app-shell .container{max-width:none!important;width:100%!important}
.app-topbar{position:sticky;top:0;z-index:1000;background:rgba(5,7,13,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--app-line)}
.app-topbar-inner{max-width:none;width:100%;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.app-brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-mark{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg,#1a2237,#0d1220);border:1px solid var(--app-line);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.logo-mark img{max-width:36px;max-height:36px;display:block;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}
.brand-copy strong{display:block;font-size:1.32rem;letter-spacing:-.03em}
.brand-copy small{font-size:.86rem;color:var(--app-muted)}
.desktop-quick-nav{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}
.desktop-quick-nav a,.app-icon-link,.app-login-link,.app-avatar-link{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border:1px solid var(--app-line);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.18)}
.desktop-quick-nav a{padding:15px 20px;border-radius:18px;color:#e4e9f3;font-size:1rem;font-weight:650}
.desktop-quick-nav a:hover,.app-icon-link:hover,.app-login-link:hover,.app-avatar-link:hover{transform:translateY(-1px);border-color:var(--app-line-strong)}
.app-topbar-actions{display:flex;align-items:center;gap:12px}
.app-icon-link,.app-avatar-link{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-size:1.2rem;color:#f4f6fb}
.app-login-link{height:52px;padding:0 22px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:1.05rem}
.app-content{max-width:none;width:100%;padding:0 28px 42px}
.app-flash-wrap{padding-top:10px}
.app-page{padding:22px 0 10px}
.hero-shell{padding-top:8px}
.hero-panel,.app-hero,.app-section,.app-card,.app-form-card,.app-empty,.app-notice{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022));border:1px solid var(--app-line);box-shadow:var(--app-shadow)}
.hero-panel{position:relative;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.72fr);gap:22px;padding:24px;border-radius:34px;overflow:hidden}
.hero-panel:before,.app-hero:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 100% 0%,rgba(85,121,255,.16),transparent 24%),radial-gradient(circle at 0% 0%,rgba(53,199,255,.12),transparent 22%);pointer-events:none}
.hero-copy,.hero-side,.app-hero>*{position:relative;z-index:1}
.hero-copy{padding:18px}
.hero-badge,.app-kicker{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--app-line);font-size:.82rem;font-weight:900;color:#dde5f4;letter-spacing:.02em}
.hero-copy h1,.app-hero h1{margin:18px 0 12px;font-size:clamp(3rem,5.4vw,5.4rem);line-height:.94;letter-spacing:-.06em;max-width:900px}
.hero-copy p,.app-hero p{margin:0;max-width:820px;color:#adb8cb;font-size:1.08rem;line-height:1.7}
.hero-search,.app-search,.app-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px;background:rgba(255,255,255,.04);border:1px solid var(--app-line);border-radius:26px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 30px rgba(0,0,0,.2)}
.hero-search{margin-top:28px;max-width:860px}
.hero-search input,.app-search input,.app-toolbar input,.app-toolbar select,.app-form input,.app-form select,.app-form textarea,body.app-shell input[type=text],body.app-shell input[type=email],body.app-shell input[type=password],body.app-shell input[type=search],body.app-shell input[type=url],body.app-shell select,body.app-shell textarea,.form-control{appearance:none;width:100%;min-height:56px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#0b0f18,#111624);color:var(--app-ink);outline:none;font-size:1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.app-form textarea,body.app-shell textarea{padding:16px 18px;min-height:130px}
.hero-search input{flex:1;min-width:240px}
.app-search input{flex:1;min-width:260px}
.app-toolbar input,.app-toolbar select{flex:1;min-width:180px}
.hero-search button,.app-search button,.app-toolbar button,.app-btn,body.app-shell button,.btn,.ilp-btn,.app-form button{border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#1b2236,#111724);color:#fff;min-height:56px;padding:0 22px;border-radius:18px;font-weight:900;font-size:1rem;cursor:pointer;box-shadow:0 14px 30px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06)}
.hero-search button,.app-search button,.app-toolbar button,.app-btn:not(.secondary):not(.gold){background:linear-gradient(135deg,#2a3148,#161c2a)}
.app-btn.gold{background:linear-gradient(135deg,#f2c35b,#cc9835);color:#0a0c10}
.app-btn.secondary,.btn.btn-light,.ilp-btn-light{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));color:#f1f5fb}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-pills a,.app-chip{padding:12px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid var(--app-line);color:#dfe6f5;font-size:.95rem;font-weight:800;box-shadow:0 10px 22px rgba(0,0,0,.18)}
.hero-side{display:grid;gap:16px}.mini-card,.app-floating-panel{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.03));border:1px solid var(--app-line);border-radius:30px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.24)}
.mini-card-top{display:flex;justify-content:space-between;gap:10px;color:var(--app-muted);font-size:.9rem}
.status-card h3,.app-floating-panel h3{margin:14px 0 10px;font-size:1.65rem;letter-spacing:-.03em}.status-card p{margin:0;color:#a8b2c4;line-height:1.65}.status-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.status-tags span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--app-line);font-size:.84rem;color:#d6deef}
.mini-stack{display:grid;gap:16px}.nav-card small{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.06);color:var(--app-cyan);margin-bottom:14px}.nav-card strong{display:block;font-size:1.08rem;margin-bottom:6px}.nav-card span{display:block;color:#aab4c5;line-height:1.5}
.dashboard-grid,.two-col{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,.9fr);gap:20px;margin-top:20px}
.section-card,.app-section,.app-hero,.app-form-card{border-radius:32px;padding:24px;position:relative;overflow:hidden}
.app-hero{margin-bottom:18px}.app-hero.full-hero{padding:34px}.app-hero-grid-two{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.76fr);gap:24px;align-items:center}.app-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.section-title-row,.app-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-kicker{display:block;color:var(--app-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.section-title-row h2,.app-section-head h2,.app-card h2,.app-form-card h1{margin:0;font-size:1.85rem;letter-spacing:-.035em}.app-section-head p,.app-card p,.app-form-card p{color:#a7b1c3;line-height:1.6}
.section-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(50,214,160,.12);color:#7cf0c4;border:1px solid rgba(50,214,160,.18);font-size:.78rem;font-weight:900}.text-link{color:#d5dded;font-weight:800;padding-top:8px}
.action-grid,.app-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.app-actions-grid.four{grid-template-columns:repeat(4,1fr)}
.feature-card,.app-action-card,.soft-card{padding:22px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.024));border:1px solid var(--app-line);transition:transform .2s ease,border-color .2s ease,background .2s ease;box-shadow:0 16px 34px rgba(0,0,0,.18)}
.feature-card:hover,.topic-item:hover,.guide-card-dark:hover,.partner-card-dark:hover,.app-action-card:hover,.app-prof-card:hover{transform:translateY(-2px);border-color:var(--app-line-strong);background:rgba(255,255,255,.06)}
.feature-icon,.app-action-card .icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(180deg,#1c2438,#131827);border:1px solid var(--app-line);font-size:1.3rem;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.feature-card h3,.app-action-card h3{margin:18px 0 8px;font-size:1.16rem}.feature-card p,.topic-item strong,.app-action-card p{color:#a5afc1;line-height:1.55}
.topic-list{display:grid;gap:10px}.topic-item{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.03);border:1px solid var(--app-line)}.topic-item span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#171d2c;color:#d8e0f0}.topic-item strong{font-size:.98rem;color:#eef2f9}
.content-board{margin-top:20px}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.guide-card-dark,.app-prof-card{display:flex;flex-direction:column;padding:20px;border-radius:30px;background:linear-gradient(180deg,#131824,#0f131e);border:1px solid var(--app-line);min-height:250px;box-shadow:0 16px 34px rgba(0,0,0,.18)}
.guide-card-head,.app-prof-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.app-tag,.partner-chip{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(95,124,255,.13);color:#c8d3ff;border:1px solid rgba(95,124,255,.18);font-size:.75rem;font-weight:800}.guide-card-head small{color:#8e99ad}.guide-card-dark h3,.app-prof-card h3{margin:8px 0;font-size:1.3rem;letter-spacing:-.03em;line-height:1.15}.guide-card-dark p,.app-prof-card p{margin:0;color:#a6b0c2;line-height:1.58;flex:1}.guide-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px;color:#d9e2f1;font-weight:800}
.app-prof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.app-prof-card{padding:0;overflow:hidden;min-height:auto}.app-prof-card img{width:100%;height:220px;object-fit:cover;display:block}.app-prof-body{padding:18px 18px 20px}.app-prof-actions{margin-top:16px}
.partner-grid-dark{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.partner-card-dark{overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#131824,#0f131e);border:1px solid var(--app-line);box-shadow:0 16px 34px rgba(0,0,0,.18)}.partner-card-cover{height:170px;background-size:cover;background-position:center;position:relative}.partner-card-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(9,11,18,.2) 55%,rgba(9,11,18,.88) 100%)}.partner-card-body{padding:18px}.partner-card-body h3{margin:12px 0 7px;font-size:1.16rem}.partner-card-body p{margin:0;color:#a7b0c2;line-height:1.55;min-height:68px}.mini-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:15px;margin-top:16px;background:linear-gradient(180deg,#1f2940,#151b2a);border:1px solid var(--app-line);font-weight:800;color:#f3f6fb}
.empty-dark-card,.app-empty{padding:24px;border-radius:24px;border:1px dashed var(--app-line-strong);background:rgba(255,255,255,.02)}.empty-dark-card h3,.app-empty h3{margin-top:0;font-size:1.35rem}.empty-dark-card p,.app-empty p{color:#a8b1c3;line-height:1.6}.app-empty .app-btn{margin-top:8px}
.flow-list{display:grid;gap:12px}.flow-item{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--app-line)}.flow-item b{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:#171d2a;color:#9fb2ff;flex:0 0 auto}.flow-item strong{display:block;margin-bottom:4px}.flow-item span{display:block;color:#a5afc0;line-height:1.5}
.note-box,.app-notice{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--app-line);color:#9ca8bd;line-height:1.6;font-size:.94rem}
.app-form-card{max-width:760px;margin:0 auto}.app-form-card h1{font-size:2.6rem;margin-bottom:8px}.app-form{display:grid;gap:14px;margin-top:18px}.app-form label{display:grid;gap:8px;color:#dbe4f4;font-weight:700}.app-form-error{padding:14px 16px;border-radius:18px;background:rgba(255,87,95,.1);border:1px solid rgba(255,87,95,.2);color:#ffd6d9;margin:16px 0}
.clean-bullet-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.clean-bullet-list li{position:relative;padding-left:34px;color:#dbe4f3;line-height:1.6}.clean-bullet-list li:before{content:'✓';position:absolute;left:0;top:0;width:24px;height:24px;border-radius:999px;background:rgba(242,195,91,.16);border:1px solid rgba(242,195,91,.18);display:grid;place-items:center;color:var(--app-gold);font-weight:900;font-size:.9rem}
.app-legal-strip{margin:32px 0 10px;padding:22px 10px 0;border-top:1px solid var(--app-line);text-align:center;color:#95a1b8;font-size:.88rem;line-height:1.7}.app-legal-strip p{margin:0 auto 10px;max-width:980px}.app-legal-strip div{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.app-legal-strip a{color:#dbe4f5;font-weight:700}
.app-bottom-nav{position:fixed;z-index:1100;left:50%;transform:translateX(-50%);bottom:max(10px,env(safe-area-inset-bottom));width:min(760px,calc(100% - 24px));display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:8px;background:rgba(12,14,21,.95);backdrop-filter:blur(16px);border:1px solid var(--app-line);border-radius:28px;box-shadow:0 22px 50px rgba(0,0,0,.45)}
.app-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:66px;border-radius:20px;color:#aeb8c9}.app-bottom-nav a span{font-size:1.35rem;line-height:1}.app-bottom-nav a small{font-size:.8rem;font-weight:800}.app-bottom-nav a.is-active{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.page-hero,.partner-page-hero-v71,.partners-home-v64,.ilp-page .ilp-section,.ilp-page .ilp-hero{background:transparent!important}
.flash{padding:14px 18px;border-radius:18px;border:1px solid var(--app-line);background:rgba(255,255,255,.04);margin-bottom:12px}
@media (max-width:1200px){.guide-grid,.app-prof-grid{grid-template-columns:repeat(2,1fr)}.app-actions-grid.four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:1100px){.desktop-quick-nav{display:none}.hero-panel,.dashboard-grid,.two-col,.app-hero-grid-two{grid-template-columns:1fr}}
@media (max-width:760px){.app-topbar-inner{padding:14px 12px}.app-content{padding:0 12px 26px}.app-page{padding-top:14px}.hero-panel,.app-section,.app-hero,.app-form-card,.section-card{border-radius:26px;padding:18px}.hero-copy{padding:8px 4px}.hero-copy h1,.app-hero h1{font-size:2.45rem}.hero-search,.app-search,.app-toolbar{border-radius:22px;padding:8px;gap:8px}.hero-search input,.app-search input,.app-toolbar input,.app-toolbar select,.app-form input,.app-form select,.app-form textarea,body.app-shell input[type=text],body.app-shell input[type=email],body.app-shell input[type=password],body.app-shell input[type=search],body.app-shell input[type=url],body.app-shell select,body.app-shell textarea,.form-control{min-height:52px;border-radius:16px}.action-grid,.guide-grid,.partner-grid-dark,.app-prof-grid,.app-actions-grid,.app-actions-grid.four{grid-template-columns:1fr}.app-bottom-nav{width:calc(100% - 12px);bottom:max(6px,env(safe-area-inset-bottom))}.app-legal-strip{margin-bottom:70px}.brand-copy small{display:none}.brand-copy strong{font-size:1.08rem}.brand-mark{width:46px;height:46px}.logo-mark img{max-width:30px;max-height:30px}.app-login-link{padding:0 16px;height:46px}.app-icon-link,.app-avatar-link{width:46px;height:46px}}


/* --- v3 alignment refinements --- */
.app-topbar-inner{max-width:1440px;margin-inline:auto;}
.app-page>section,.hero-shell,.dashboard-grid,.content-board{max-width:1440px;margin-left:auto;margin-right:auto;}
.container{max-width:1440px!important;margin-inline:auto!important;padding-inline:24px!important;}
.app-content{padding:0 0 42px;}
.hero-copy h1,.app-hero h1{font-size:clamp(2.4rem,4.2vw,4.8rem)!important;max-width:980px;}
.hero-copy p,.app-hero p{max-width:860px;}
.page-hero{max-width:1440px!important;margin:20px auto 0!important;padding:34px 44px!important;border-radius:34px!important;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022))!important;border:1px solid var(--app-line)!important;box-shadow:var(--app-shadow)!important;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(85,121,255,.16),transparent 24%),radial-gradient(circle at 0% 0%,rgba(53,199,255,.12),transparent 22%);pointer-events:none;}
.page-hero>*{position:relative;z-index:1}
.page-hero h1{margin:18px 0 12px;font-size:clamp(2.35rem,4vw,4.6rem)!important;line-height:.96;letter-spacing:-.05em;max-width:980px;}
.page-hero p{color:#aeb8cb!important;font-size:1.08rem!important;max-width:760px;line-height:1.7;}
.badge,.badge-gold{display:inline-flex!important;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.06)!important;border:1px solid var(--app-line)!important;color:#f2c35b!important;font-weight:900;font-size:.82rem;}
.section{padding-top:20px!important;padding-bottom:0!important;}
.card,.guide-card{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.024))!important;border:1px solid var(--app-line)!important;border-radius:28px!important;box-shadow:0 16px 34px rgba(0,0,0,.18)!important;color:var(--app-ink)!important;}
.card-pad{padding:24px!important}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.form-group label{display:block;margin-bottom:8px;color:#dbe4f4!important;font-weight:700;}
.form-select{width:100%;min-height:56px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,#0b0f18,#111624)!important;color:var(--app-ink)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 22px;border-radius:18px!important;background:linear-gradient(180deg,#1b2236,#111724)!important;color:#fff!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 14px 30px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06)!important;font-weight:900;}
.grid.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.guide-card{display:block;padding:22px!important;min-height:260px;}
.guide-card h3{margin:14px 0 10px;font-size:1.22rem!important;letter-spacing:-.03em;color:#f5f8fc!important;line-height:1.18;}
.guide-card p{color:#a7b0c2!important;line-height:1.58;}
.guide-card strong{color:#dbe4f4!important;}
.partner-card-cover{height:190px;}
.partner-card-body p{min-height:72px}
@media (max-width:1200px){.grid.grid-3{grid-template-columns:repeat(2,1fr);}}
@media (max-width:760px){
  .app-topbar-inner{padding:14px 12px;}
  .container{padding-inline:12px!important;}
  .page-hero{padding:22px 18px!important;border-radius:26px!important;}
  .page-hero h1{font-size:2.3rem!important;}
  .form-grid,.grid.grid-3{grid-template-columns:1fr;}
}


/* PATCH v3.1 - dropdown escuro */
body.app-shell select,
body.app-shell .form-select,
body.app-shell .app-toolbar select,
body.app-shell .app-form select {
  color-scheme: dark;
  background:#0b0f18!important;
  color:#f7f9fc!important;
}
body.app-shell select option,
body.app-shell .form-select option,
body.app-shell .app-toolbar select option,
body.app-shell .app-form select option {
  background-color:#0b0f18!important;
  color:#f7f9fc!important;
}
body.app-shell select option:checked {
  background:#192238!important;
  color:#fff!important;
}


/* PATCH 3.2 - compatibilidade dark em páginas antigas e resultados */
body.app-shell .section-head h1,
body.app-shell .section-head h2,
body.app-shell .section-head h3,
body.app-shell .card h1,
body.app-shell .card h2,
body.app-shell .card h3,
body.app-shell .guide-card h3,
body.app-shell .city-card h3,
body.app-shell .bank-card h3,
body.app-shell .professional-card h3,
body.app-shell .seo-article-card h3,
body.app-shell .country-card h3,
body.app-shell .quick-card h3,
body.app-shell .location-card h3{
  color:#f5f8fc!important;
  opacity:1!important;
  visibility:visible!important;
}
body.app-shell .section-head p,
body.app-shell .card p,
body.app-shell .guide-card p,
body.app-shell .city-card p,
body.app-shell .bank-card p,
body.app-shell .professional-card p,
body.app-shell .seo-article-card p,
body.app-shell .country-card p,
body.app-shell .quick-card p,
body.app-shell .location-card p{
  color:#a8b3c6!important;
  opacity:1!important;
}
body.app-shell .eyebrow{
  color:#7fdcff!important;
  opacity:1!important;
}
body.app-shell .view-all,
body.app-shell .section-head a{
  color:#dfe8f8!important;
}
body.app-shell .card,
body.app-shell .city-card,
body.app-shell .bank-card,
body.app-shell .professional-card,
body.app-shell .seo-article-card,
body.app-shell .country-card,
body.app-shell .quick-card,
body.app-shell .location-card,
body.app-shell .search-bar,
body.app-shell .seo-filter-bar,
body.app-shell .table-wrap,
body.app-shell .step-list li,
body.app-shell .check-list li,
body.app-shell .member-strip,
body.app-shell .tiktok-box,
body.app-shell .form-card{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.024))!important;
  border-color:var(--app-line)!important;
  color:#f5f8fc!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}
body.app-shell .city-card-body,
body.app-shell .professional-card,
body.app-shell .bank-card,
body.app-shell .seo-article-card{
  color:#f5f8fc!important;
}
body.app-shell .city-card strong,
body.app-shell .bank-card strong,
body.app-shell .professional-card strong,
body.app-shell .seo-article-card strong{
  color:#dce6f7!important;
}
body.app-shell .badge:not(.badge-gold):not(.badge-green){
  background:rgba(85,121,255,.13)!important;
  color:#cbd6ff!important;
  border:1px solid rgba(85,121,255,.18)!important;
}
body.app-shell .badge-gold{
  background:rgba(242,195,91,.13)!important;
  color:#f4cb70!important;
  border:1px solid rgba(242,195,91,.2)!important;
}
body.app-shell .search-bar input,
body.app-shell .search-bar select,
body.app-shell .seo-filter-bar input,
body.app-shell .seo-filter-bar select{
  background:#0b0f18!important;
  color:#f7f9fc!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  min-height:56px!important;
}
body.app-shell .search-bar input::placeholder,
body.app-shell input::placeholder,
body.app-shell textarea::placeholder{
  color:#77839a!important;
  opacity:1;
}
body.app-shell table{color:#e8edf6!important;}
body.app-shell th{background:#111725!important;color:#aeb9cc!important;border-color:var(--app-line)!important;}
body.app-shell td{background:#0c111b!important;color:#dce4f1!important;border-color:var(--app-line)!important;}

/* cadastro: campos sempre clicáveis e texto/cursor visíveis */
body.app-shell .app-form-card,
body.app-shell .app-form,
body.app-shell .app-form label,
body.app-shell .app-form-row,
body.app-shell .app-form-section{position:relative;z-index:2;}
body.app-shell .app-form input:not([type="radio"]):not([type="checkbox"]),
body.app-shell .app-form textarea,
body.app-shell .app-form select{
  pointer-events:auto!important;
  user-select:text!important;
  -webkit-user-select:text!important;
  caret-color:#ffffff!important;
  position:relative!important;
  z-index:3!important;
  opacity:1!important;
}
body.app-shell .app-form input[type="checkbox"]{pointer-events:auto!important;opacity:1!important;}
body.app-shell .app-account-option{z-index:3;}
body.app-shell .app-account-option span{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025))!important;color:#eef3fb!important;border-color:var(--app-line)!important;}
body.app-shell .app-account-option input:checked+span{background:rgba(85,121,255,.12)!important;border-color:rgba(85,121,255,.45)!important;box-shadow:0 0 0 3px rgba(85,121,255,.08)!important;}
body.app-shell .app-free-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(50,214,160,.12);border:1px solid rgba(50,214,160,.2);color:#79e9bf;font-weight:900;}

/* páginas antigas de conteúdo */
body.app-shell .guide-content,
body.app-shell .guide-content p,
body.app-shell .content-layout,
body.app-shell .sidebar{color:#dbe4f2!important;}
body.app-shell .guide-content p{color:#b3bdd0!important;}
body.app-shell .guide-content h1,
body.app-shell .guide-content h2,
body.app-shell .guide-content h3{color:#f7f9fc!important;}


/* SEO HUB / páginas temáticas */
.seo-hub-page,.seo-detail-page{max-width:1440px;margin:0 auto;padding-inline:24px;}
.seo-hero-hub{position:relative;overflow:hidden;border-radius:34px;padding:42px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.022));border:1px solid var(--app-line);box-shadow:var(--app-shadow);}
.seo-hero-hub:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 0%,rgba(53,199,255,.14),transparent 28%),radial-gradient(circle at 90% 0%,rgba(85,121,255,.15),transparent 28%);pointer-events:none}.seo-hero-copy{position:relative;z-index:1;max-width:900px}.seo-hero-copy h1{font-size:clamp(2.6rem,5vw,5rem);line-height:.96;letter-spacing:-.055em;margin:18px 0 12px}.seo-hero-copy p{color:#aeb8cb;line-height:1.7;font-size:1.08rem;max-width:780px}
.seo-hub-section{margin-top:20px;padding:24px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid var(--app-line);box-shadow:0 20px 48px rgba(0,0,0,.22)}
.seo-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.seo-topic-card{min-height:150px;padding:20px;border-radius:24px;background:linear-gradient(180deg,#111725,#0c111b);border:1px solid var(--app-line)}.seo-topic-card span{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(85,121,255,.13);border:1px solid rgba(85,121,255,.18);color:#cbd6ff;font-size:.76rem;font-weight:900}.seo-topic-card h3{margin:14px 0 0;color:#dbe4f3;font-size:.96rem;line-height:1.5;font-weight:650}
.seo-country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.seo-country-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--app-line)}.seo-country-card:hover{background:rgba(255,255,255,.055);transform:translateY(-1px)}.seo-country-card img{width:46px;height:32px;object-fit:cover;border-radius:8px}.seo-country-card strong{display:block;color:#f2f6fc}.seo-country-card small{display:block;margin-top:3px;color:#8f9bb0}
.seo-detail-hero{position:relative;min-height:460px;border-radius:34px;overflow:hidden;background-image:var(--seo-hero);background-size:cover;background-position:center;display:flex;align-items:flex-end;border:1px solid var(--app-line);box-shadow:var(--app-shadow)}.seo-detail-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,12,.94) 0%,rgba(4,7,12,.78) 48%,rgba(4,7,12,.35) 100%),linear-gradient(0deg,rgba(4,7,12,.7),transparent 60%)}.seo-detail-copy{position:relative;z-index:1;padding:42px;max-width:980px}.seo-detail-copy h1{font-size:clamp(2.5rem,5vw,5rem);line-height:.96;letter-spacing:-.055em;margin:16px 0 12px}.seo-detail-copy p{max-width:760px;color:#c0cad9;line-height:1.65;font-size:1.06rem}.seo-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;color:#aab6c9;font-size:.88rem}.seo-breadcrumb a{color:#dce5f4}.seo-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.seo-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;margin-top:20px}.seo-main-column,.seo-side-column{display:grid;gap:20px;align-content:start}.seo-side-column{position:sticky;top:100px}.seo-content-card,.seo-side-card{padding:24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022));border:1px solid var(--app-line);box-shadow:0 16px 36px rgba(0,0,0,.2)}.seo-content-card h2,.seo-side-card h3{margin:8px 0 12px;color:#f5f8fc;letter-spacing:-.03em}.seo-content-card h2{font-size:1.65rem}.seo-content-card p,.seo-side-card p{color:#aeb8ca;line-height:1.72}.seo-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.seo-check-item{display:flex;gap:12px;padding:15px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid var(--app-line)}.seo-check-item>span{width:30px;height:30px;display:grid;place-items:center;border-radius:11px;background:rgba(50,214,160,.12);color:#79e9bf;flex:0 0 auto;font-weight:900}.seo-check-item p{margin:2px 0 0!important;font-size:.94rem}
.seo-related-guides{display:grid;gap:10px}.seo-related-guides>a{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid var(--app-line)}.seo-related-guides>a>span{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:#161d2d}.seo-related-guides strong{display:block;color:#f0f4fa}.seo-related-guides small{display:block;margin-top:4px;color:#8f9aaf;line-height:1.4}.seo-related-guides b{color:#dbe4f2}
.seo-faq{display:grid;gap:10px}.seo-faq details{border:1px solid var(--app-line);border-radius:18px;background:rgba(255,255,255,.025);padding:0 16px}.seo-faq summary{cursor:pointer;padding:16px 0;font-weight:800;color:#eef3fb}.seo-faq details p{margin:0 0 16px}.seo-side-links{display:grid;gap:8px}.seo-side-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.03);border:1px solid var(--app-line);color:#dce5f3;font-weight:700}.seo-city-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.seo-city-links a{padding:16px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--app-line)}.seo-city-links strong{display:block;color:#f2f5fb}.seo-city-links small{display:block;margin-top:4px;color:#8e9aaf}
@media(max-width:1100px){.seo-topic-grid,.seo-country-grid,.seo-city-links{grid-template-columns:repeat(2,1fr)}.seo-detail-layout{grid-template-columns:1fr}.seo-side-column{position:static}}
@media(max-width:760px){.seo-hub-page,.seo-detail-page{padding-inline:12px}.seo-hero-hub,.seo-detail-copy,.seo-hub-section,.seo-content-card,.seo-side-card{padding:20px}.seo-detail-hero{min-height:520px;border-radius:26px}.seo-detail-copy h1,.seo-hero-copy h1{font-size:2.35rem}.seo-topic-grid,.seo-country-grid,.seo-city-links,.seo-check-grid{grid-template-columns:1fr}}


/* === Relocation native directory V3 === */
.relocation-directory-page .relocation-hero-v1{position:relative;overflow:hidden}
.relocation-free-badge{display:inline-flex;flex-wrap:wrap;gap:6px;margin-top:18px;padding:10px 15px;border:1px solid rgba(115,225,196,.18);background:rgba(83,211,177,.08);border-radius:999px;font-size:.84rem;font-weight:800;color:#a3ead9}
.relocation-summary-panel{display:flex;align-items:center;justify-content:space-between;gap:18px}
.relocation-summary-panel h2{margin:5px 0 8px}.relocation-summary-panel p{margin:0;color:#a6b0c2;max-width:720px;line-height:1.55}
.relocation-summary-stats{display:flex;gap:10px;flex-wrap:wrap}.relocation-summary-stat{min-width:150px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid var(--app-line);display:flex;flex-direction:column;gap:3px}.relocation-summary-stat strong{color:#eef4ff;font-size:1.05rem}.relocation-summary-stat span{color:#8f9aad;font-size:.78rem}
.relocation-search-form{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:12px}.relocation-field{display:flex;flex-direction:column;gap:7px}.relocation-field label{font-size:.76rem;color:#929caf;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.relocation-field input,.relocation-field select{width:100%;min-height:54px;border-radius:18px;border:1px solid var(--app-line);background:#0d111b;color:#edf3ff;padding:0 15px;outline:none}.relocation-field input:focus,.relocation-field select:focus{border-color:rgba(95,124,255,.55);box-shadow:0 0 0 3px rgba(95,124,255,.1)}.relocation-search-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px}
.relocation-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.relocation-results-head h2{margin:0 0 5px}.relocation-results-head p{margin:0;color:#9da8ba}.relocation-register-link{white-space:nowrap}
.relocation-native-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.relocation-native-card{min-height:285px;text-decoration:none;color:inherit}
.relocation-native-card h3{color:#9fe4d3;font-size:1.35rem;margin-top:18px}
.relocation-native-card p{margin-top:12px}
.relocation-native-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-bottom:4px}.relocation-native-head .app-tag{justify-self:start}.relocation-native-head small{color:#8e99ad;white-space:nowrap}
.relocation-native-logo{width:58px;height:58px;border-radius:17px;background:#fff;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.relocation-native-logo img{width:46px;height:46px;object-fit:contain}.relocation-native-logo b{width:100%;height:100%;display:grid;place-items:center;color:#13263d;font-size:1rem}.relocation-native-location{color:#d4dceb;font-size:.9rem;margin:3px 0 2px}.relocation-native-card .guide-card-foot{border-top:1px solid rgba(255,255,255,.07);padding-top:16px}.relocation-native-card .guide-card-foot b{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.055)}
.relocation-service-chips{display:flex;flex-wrap:wrap;gap:7px}.relocation-service-chips span{padding:7px 10px;border-radius:999px;background:rgba(95,124,255,.1);border:1px solid rgba(95,124,255,.13);color:#cbd5ff;font-size:.78rem;font-weight:800}
.relocation-free-cta{display:flex;align-items:center;justify-content:space-between;gap:18px}.relocation-free-cta h2{margin:5px 0 7px}.relocation-free-cta p{margin:0;color:#9da8ba}
/* individual relocation profile */
.relocation-profile-hero{padding:24px;border-radius:30px;background:linear-gradient(180deg,#131824,#0f131e);border:1px solid var(--app-line);box-shadow:0 16px 34px rgba(0,0,0,.18)}.relocation-back{display:inline-block;margin-bottom:20px;color:#a9b7cb;font-weight:800;text-decoration:none}.relocation-profile-main{display:flex;align-items:center;gap:16px}.relocation-profile-avatar{width:92px;height:92px;flex:0 0 92px;border-radius:24px;background:#fff;display:grid;place-items:center;overflow:hidden}.relocation-profile-avatar img{width:72px;height:72px;object-fit:contain}.relocation-profile-avatar span{color:#172d46;font-size:1.35rem;font-weight:900}.relocation-profile-hero h1{margin:7px 0 5px;color:#f2f6ff}.relocation-profile-hero p{margin:0;color:#a6b0c2}.relocation-public-status{display:inline-flex;margin-top:10px;padding:7px 10px;border-radius:999px;background:rgba(95,124,255,.1);border:1px solid rgba(95,124,255,.12);color:#c8d3ff;font-size:.76rem}.relocation-profile-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.relocation-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.relocation-profile-content,.relocation-profile-aside{display:grid;align-content:start;gap:16px}.relocation-profile-box{padding:20px;border-radius:26px;background:linear-gradient(180deg,#131824,#0f131e);border:1px solid var(--app-line)}.relocation-profile-box h2,.relocation-profile-box h3{margin:5px 0 10px}.relocation-profile-box p{color:#a6b0c2;line-height:1.6}.relocation-contact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.relocation-contact-list>div{padding:13px;border-radius:18px;background:#0c1019;border:1px solid var(--app-line);display:flex;flex-direction:column;gap:4px}.relocation-contact-list small{font-size:.72rem;color:#8994a8;text-transform:uppercase;font-weight:800}.relocation-contact-list a{color:#9fe4d3;font-weight:800;word-break:break-word}.relocation-map-box{height:285px;border-radius:26px;overflow:hidden;border:1px solid var(--app-line)}.relocation-map-box iframe{width:100%;height:100%;border:0}.relocation-source-box a{color:#9fe4d3;font-weight:800}
@media(max-width:1100px){.relocation-native-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.relocation-search-form{grid-template-columns:repeat(2,minmax(0,1fr))}.relocation-profile-layout{grid-template-columns:1fr}.relocation-summary-panel{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){
  .relocation-native-grid,.relocation-search-form,.relocation-contact-list{grid-template-columns:1fr}
  .relocation-search-actions{grid-column:auto;flex-direction:column}.relocation-search-actions .app-btn{width:100%;justify-content:center}
  .relocation-results-head{align-items:flex-start;flex-direction:column}.relocation-register-link{width:100%;justify-content:center;white-space:normal;text-align:center}
  .relocation-native-card{min-height:0;padding:20px;border-radius:30px}.relocation-native-head{grid-template-columns:auto 1fr}.relocation-native-head small{grid-column:2;grid-row:2;justify-self:start}.relocation-native-logo{grid-row:1/3;width:64px;height:64px;border-radius:19px}.relocation-native-logo img{width:50px;height:50px}.relocation-native-card h3{font-size:1.45rem;line-height:1.15;margin:20px 0 8px}.relocation-native-location{font-size:.92rem;margin-bottom:5px}.relocation-native-card p{font-size:1rem;line-height:1.55}.relocation-native-card .guide-card-foot{font-size:1rem}
  .relocation-summary-stats{width:100%}.relocation-summary-stat{flex:1 1 135px}
  .relocation-free-cta{align-items:flex-start;flex-direction:column}
  .relocation-profile-main{align-items:flex-start}.relocation-profile-avatar{width:76px;height:76px;flex-basis:76px;border-radius:20px}.relocation-profile-avatar img{width:58px;height:58px}.relocation-profile-hero{padding:20px}.relocation-profile-actions .app-btn{flex:1;justify-content:center}
}
