/*
Theme Name: LaunchPrime Premium
Theme URI: https://launchprime.online/
Author: LaunchPrime
Author URI: https://launchprime.online/
Description: Tema institucional premium para landing page LaunchPrime com indicação do LaunchPrime, conteúdo próprio, transparência comercial, política de privacidade, cookies, termos e simulador educativo. Criado para uso com WordPress e compatível com Elementor.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: launchprime-premium
Tags: landing-page, one-column, custom-logo, featured-images, block-styles, accessibility-ready
*/

:root {
  --lp-blue-950: #03142f;
  --lp-blue-900: #061b3a;
  --lp-blue-800: #09265a;
  --lp-blue-700: #0b3a8a;
  --lp-blue-600: #0a4dff;
  --lp-blue-400: #35a7ff;
  --lp-blue-100: #eaf4ff;
  --lp-gold: #d6a529;
  --lp-gold-light: #f6d77a;
  --lp-orange: #ff8a1d;
  --lp-white: #ffffff;
  --lp-ice: #f5f8ff;
  --lp-text: #dfeaff;
  --lp-muted: #97a9c7;
  --lp-dark-text: #13213c;
  --lp-gray: #5d6b82;
  --lp-border: rgba(255, 255, 255, .14);
  --lp-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  --lp-radius-xl: 30px;
  --lp-radius-lg: 22px;
  --lp-radius-md: 16px;
  --lp-container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--lp-text);
  background: var(--lp-blue-950);
  line-height: 1.6;
}
body.admin-bar .lp-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }

.lp-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 5%, rgba(53,167,255,.22), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(214,165,41,.18), transparent 28%),
    linear-gradient(180deg, #03142f 0%, #061b3a 42%, #071a3b 100%);
}
.lp-container { width: min(100% - 40px, var(--lp-container)); margin-inline: auto; }
.lp-section { padding: 88px 0; position: relative; }
.lp-section-tight { padding: 56px 0; }
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(246,215,122,.35);
  color: var(--lp-gold-light);
  background: rgba(214,165,41,.10);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.lp-title {
  margin: 18px 0 14px;
  color: var(--lp-white);
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 900;
}
.lp-title span, .lp-gradient-text {
  background: linear-gradient(90deg, var(--lp-gold-light), var(--lp-orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp-subtitle {
  margin: 0;
  color: #c8d8f6;
  font-size: clamp(18px, 2.2vw, 22px);
  max-width: 780px;
}
.lp-muted { color: var(--lp-muted); }
.lp-small { font-size: 13px; }
.lp-center { text-align: center; }
.lp-center .lp-subtitle { margin-inline: auto; }

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(3, 20, 47, .78);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lp-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lp-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.lp-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--lp-blue-600), var(--lp-gold));
  box-shadow: 0 10px 30px rgba(10,77,255,.28);
  font-weight: 950;
  color: white;
}
.lp-brand-text strong { display: block; color: white; font-size: 17px; letter-spacing: .01em; }
.lp-brand-text span { display: block; color: var(--lp-muted); font-size: 12px; margin-top: -2px; }
.lp-menu { display: flex; align-items: center; gap: 18px; }
.lp-menu a { text-decoration: none; color: #c8d8f6; font-weight: 700; font-size: 14px; }
.lp-menu a:hover { color: white; }
.lp-header-cta { padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--lp-blue-900) !important; }

.lp-hero { padding: 80px 0 70px; }
.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  align-items: center;
  gap: 54px;
}
.lp-hero-card {
  position: relative;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: var(--lp-shadow);
  padding: 16px;
  isolation: isolate;
}
.lp-hero-card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(53,167,255,.32), rgba(246,215,122,.28), rgba(10,77,255,.18));
  border-radius: inherit;
  filter: blur(20px);
  z-index: -1;
}
.lp-hero-card img { border-radius: 24px; width: 100%; }
.lp-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.lp-trust-item {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 14px;
}
.lp-trust-item strong { display: block; color: white; font-size: 18px; }
.lp-trust-item span { display: block; color: var(--lp-muted); font-size: 12px; }
.lp-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 15px 22px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-primary {
  background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-orange));
  color: #161616;
  box-shadow: 0 14px 34px rgba(255,138,29,.26);
}
.lp-btn-secondary {
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.lp-btn-blue { background: linear-gradient(135deg, #35a7ff, #0a4dff); color: white; }
.lp-disclaimer-line {
  margin-top: 18px;
  color: #aebfdd;
  max-width: 720px;
  font-size: 14px;
}

.lp-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.lp-info-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--lp-radius-lg);
  background: rgba(255,255,255,.07);
  padding: 24px;
  box-shadow: 0 16px 44px rgba(0,0,0,.15);
}
.lp-info-card h3 { margin: 0 0 8px; color: white; font-size: 20px; }
.lp-info-card p { margin: 0; color: #bdccec; }
.lp-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(53,167,255,.24), rgba(246,215,122,.20));
  color: var(--lp-gold-light);
  font-weight: 950;
  font-size: 22px;
}

.lp-search-box {
  margin-top: 34px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--lp-radius-xl);
  background: rgba(255,255,255,.08);
  padding: 24px;
}
.lp-search-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.lp-search-row input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(3,20,47,.72);
  color: white;
  border-radius: 999px;
  padding: 15px 18px;
  outline: none;
}
.lp-search-row input::placeholder { color: #91a6ca; }
.lp-search-results { margin-top: 18px; display: grid; gap: 12px; }
.lp-result {
  display: none;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.06);
}
.lp-result.is-visible { display: block; }
.lp-result strong { color: white; display: block; margin-bottom: 4px; }
.lp-result p { margin: 0; color: #bfd0ee; }

.lp-launchprime-section {
  background:
    radial-gradient(circle at 78% 28%, rgba(214,165,41,.22), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lp-launchprime-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(340px, 1.04fr);
  align-items: center;
  gap: 46px;
}
.lp-launchprime-media {
  position: relative;
  border-radius: var(--lp-radius-xl);
  overflow: hidden;
  box-shadow: var(--lp-shadow);
  background: #061b3a;
  border: 1px solid rgba(246,215,122,.22);
}
.lp-launchprime-media img { width: 100%; }
.lp-launchprime-logo {
  width: 138px;
  padding: 12px;
  border-radius: 18px;
  background: white;
  margin-bottom: 18px;
}
.lp-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.lp-benefit {
  border: 1px solid rgba(246,215,122,.22);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.07);
}
.lp-benefit strong { color: var(--lp-gold-light); display: block; margin-bottom: 4px; }
.lp-benefit span { color: #cbd8ef; font-size: 14px; }
.lp-transparency {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(246,215,122,.28);
  background: rgba(214,165,41,.11);
  color: #f3e6bb;
  font-size: 14px;
}

.lp-calculator-wrap {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: 30px;
  align-items: start;
  margin-top: 36px;
}
.lp-calculator-image {
  border-radius: var(--lp-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--lp-shadow);
}
.lp-calculator {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
  border-radius: var(--lp-radius-xl);
  padding: 24px;
  box-shadow: var(--lp-shadow);
}
.lp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-field label { color: white; font-weight: 800; display: block; font-size: 14px; margin-bottom: 7px; }
.lp-field input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(3,20,47,.72);
  color: white;
  border-radius: 14px;
  padding: 13px 14px;
  outline: none;
}
.lp-calc-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.lp-calc-result {
  border-radius: 18px;
  padding: 17px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
}
.lp-calc-result span { display: block; color: #b8c8e6; font-size: 12px; }
.lp-calc-result strong { color: white; font-size: 22px; }
.lp-calc-warning {
  margin: 18px 0 0;
  color: #c4d4ee;
  font-size: 13px;
}

.lp-legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.lp-legal-card {
  border-radius: var(--lp-radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding: 22px;
}
.lp-legal-card h3 { margin: 0 0 8px; color: white; }
.lp-legal-card p { color: #c8d5ed; margin: 0; font-size: 14px; }

.lp-footer {
  padding: 40px 0;
  background: #020c1c;
  border-top: 1px solid rgba(255,255,255,.08);
}
.lp-footer-grid { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.lp-footer a { color: white; }
.lp-footer-links { display: flex; gap: 16px; flex-wrap: wrap; }

.lp-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  max-width: 980px;
  margin: auto;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(2,12,28,.96);
  box-shadow: 0 22px 80px rgba(0,0,0,.38);
  padding: 18px;
  display: none;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.lp-cookie-banner.is-visible { display: flex; }
.lp-cookie-banner p { margin: 0; color: #d3def4; font-size: 14px; }
.lp-cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.lp-cookie-actions .lp-btn { padding: 10px 14px; font-size: 13px; }

@media (max-width: 980px) {
  body.admin-bar .lp-header { top: 46px; }
  .lp-menu { display: none; }
  .lp-hero-grid, .lp-launchprime-grid, .lp-calculator-wrap { grid-template-columns: 1fr; }
  .lp-card-grid, .lp-legal-grid { grid-template-columns: 1fr; }
  .lp-hero { padding-top: 52px; }
}
@media (max-width: 680px) {
  .lp-section { padding: 64px 0; }
  .lp-container { width: min(100% - 28px, var(--lp-container)); }
  .lp-hero-trust, .lp-benefits, .lp-form-grid, .lp-calc-results { grid-template-columns: 1fr; }
  .lp-search-row { grid-template-columns: 1fr; }
  .lp-cookie-banner { align-items: stretch; flex-direction: column; }
  .lp-cookie-actions { flex-direction: column; }
  .lp-cookie-actions .lp-btn { width: 100%; }
}

/* LaunchPrime Premium Evolution */
.lp-landing {background:radial-gradient(circle at 15% 10%,rgba(53,167,255,.28),transparent 35%),radial-gradient(circle at 90% 80%,rgba(245,200,90,.18),transparent 28%),linear-gradient(135deg,#020817,#061b3a 45%,#073b9f)!important;}
.lp-section,.lp-card,.lp-form,.lp-sim-panel {border-color:rgba(245,200,90,.22)!important;}
.lp-card,.lp-sim-panel,.lp-form {background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(4,17,38,.55));backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.25);}

/* LaunchPrime Premium Luxury Atmosphere */
.lp-page {
 background:
 radial-gradient(circle at 50% -10%, rgba(246,215,122,.32), transparent 25%),
 radial-gradient(circle at 15% 35%, rgba(10,77,255,.38), transparent 35%),
 radial-gradient(circle at 85% 65%, rgba(214,165,41,.22), transparent 30%),
 linear-gradient(135deg,#020817 0%,#061b3d 45%,#0a2860 70%,#03142f 100%);
 position:relative;
}
.lp-page:before {
 content:"";
 position:absolute;
 inset:0;
 background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
 background-size:70px 70px;
 mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 70%);
 pointer-events:none;
}
.lp-card,.lp-box,.lp-feature {
 background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));
 border:1px solid rgba(246,215,122,.28);
 box-shadow:0 25px 80px rgba(0,0,0,.35), inset 0 0 30px rgba(246,215,122,.05);
 backdrop-filter:blur(20px);
}
.lp-gold-line {height:2px;background:linear-gradient(90deg,transparent,#f6d77a,transparent);}
