/* Landing v2 "big tech interativo" (site principal) -- tudo escopado sob .glp.
   Pagina standalone, nao compartilha nada com o tema do vendor.
   Ligado via settings.landing_v2 (ver Home::index + migration 0071). */

.glp {
    --bg: oklch(9% 0.015 262);
    --grad: linear-gradient(120deg, oklch(62% 0.19 258), oklch(60% 0.18 305));
    --grad-soft: linear-gradient(120deg, oklch(58% 0.19 258), oklch(56% 0.17 305));
    --txt: #fff;
    --txt2: oklch(72% 0.02 262);
    --txt3: oklch(65% 0.02 262);
    --txt4: oklch(60% 0.02 262);
    --green: oklch(72% 0.19 150);
    --card: rgba(255, 255, 255, 0.03);
    --bd: rgba(255, 255, 255, 0.1);
    --bd2: rgba(255, 255, 255, 0.14);

    background: var(--bg);
    color: var(--txt);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden;
}
.glp *, .glp *::before, .glp *::after { box-sizing: border-box; }
.glp a { text-decoration: none; color: inherit; }
.glp h1, .glp h2, .glp h3, .glp p { margin: 0; }
.glp img { max-width: 100%; }

/* ---------- botoes reutilizaveis ---------- */
.glp-btn-grad {
    background: var(--grad); color: #fff; border: none; border-radius: 8px;
    font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 0 24px oklch(55% 0.19 258 / 0.4);
}
.glp-btn-sm { padding: 10px 20px; font-size: 14px; }
.glp-btn-lg { padding: 16px 30px; border-radius: 10px; font-size: 16px; box-shadow: 0 8px 30px oklch(55% 0.19 258 / 0.35); }
.glp-btn-ghost {
    background: rgba(255, 255, 255, 0.05); border: 1px solid var(--bd2); color: #fff;
    padding: 16px 30px; border-radius: 10px; font-size: 16px; font-weight: 700; display: inline-flex; align-items: center;
}
.glp-btn-white {
    display: inline-block; background: #fff; color: oklch(20% 0.03 262);
    padding: 14px 30px; border-radius: 10px; font-size: 15px; font-weight: 700;
}
.glp-grad-text {
    background: linear-gradient(120deg, oklch(75% 0.17 258), oklch(75% 0.15 305));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- anuncio ---------- */
.glp-annc {
    background: var(--grad-soft); color: #fff; text-align: center; padding: 10px 20px;
    font-size: 13.5px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.glp-annc a { text-decoration: underline; font-weight: 700; }

/* ---------- header ---------- */
.glp-header {
    display: flex; align-items: center; justify-content: space-between; padding: 18px 64px;
    background: rgba(255, 255, 255, 0.03); border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    position: sticky; top: 0; z-index: 50;
}
.glp-brand { display: flex; align-items: center; gap: 10px; }
.glp-brand img { width: 32px; height: 32px; object-fit: contain; }
.glp-brand-mark { width: 32px; height: 32px; border-radius: 9px; background: var(--grad); display: inline-block; }
.glp-brand-mark-lg { width: 40px; height: 40px; border-radius: 11px; }
.glp-brand-name { font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.glp-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; color: var(--txt2); }
.glp-nav a { color: var(--txt2); }
.glp-nav a.glp-on, .glp-nav a:hover { color: #fff; }
.glp-head-cta { display: flex; align-items: center; gap: 14px; }
.glp-link { font-size: 14px; font-weight: 600; color: var(--txt2); }
.glp-link:hover { color: #fff; }
.glp-burger { display: none; flex-direction: column; gap: 5px; width: 34px; height: 34px; background: none; border: none; cursor: pointer; padding: 0; }
.glp-burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s, opacity .25s; }
.glp-burger-on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.glp-burger-on span:nth-child(2) { opacity: 0; }
.glp-burger-on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.glp-mobmenu {
    display: none; flex-direction: column; gap: 4px; padding: 12px 20px 20px;
    background: oklch(12% 0.02 262); border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: sticky; top: 63px; z-index: 49;
}
.glp-mobmenu.glp-mobmenu-on { display: flex; }
.glp-mobmenu a { padding: 12px 6px; font-size: 15px; font-weight: 600; color: var(--txt2); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.glp-mobmenu a.glp-btn-grad { color: #fff; border: none; margin-top: 8px; padding: 13px; }

/* ---------- toast FOMO ---------- */
.glp-fomo {
    position: fixed; left: 20px; bottom: 20px; z-index: 60;
    display: flex; align-items: center; gap: 8px;
    background: rgba(20, 24, 34, 0.92); border: 1px solid var(--bd); border-radius: 12px;
    padding: 10px 14px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); max-width: 300px;
    opacity: 1; transform: translateY(0); transition: opacity .4s ease, transform .4s ease;
}
.glp-fomo.glp-fomo-hide { opacity: 0; transform: translateY(10px); }
.glp-fomo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex: none; }
.glp-fomo span:last-child { font-size: 12.5px; color: oklch(85% 0.01 262); }

/* ---------- hero ---------- */
.glp-hero { position: relative; padding: 90px 64px 80px; overflow: hidden; }
.glp-blob { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.glp-blob1 { top: -160px; left: -120px; width: 480px; height: 480px; background: radial-gradient(circle, oklch(48% 0.19 258 / 0.5), transparent 70%); animation: glp-blob1 12s ease-in-out infinite; }
.glp-blob2 { bottom: -180px; right: -100px; width: 520px; height: 520px; background: radial-gradient(circle, oklch(50% 0.17 305 / 0.45), transparent 70%); animation: glp-blob2 14s ease-in-out infinite; }
.glp-spot { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px circle at var(--mx, 50%) var(--my, 30%), oklch(55% 0.19 258 / 0.22), transparent 55%); }
.glp-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.glp-badge {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--bd2); color: oklch(85% 0.05 280); font-size: 12.5px; font-weight: 600;
    padding: 6px 14px; border-radius: 100px; margin-bottom: 26px;
}
.glp-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: glp-pulse 1.6s ease-in-out infinite; }
.glp-h1 { font-size: 58px; line-height: 1.03; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 24px; }
.glp-hero-p { font-size: 18px; line-height: 1.6; color: var(--txt2); margin-bottom: 36px; max-width: 480px; }
.glp-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- demo interativo ---------- */
.glp-demo {
    position: relative; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--card); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    padding: 20px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
}
.glp-tabs { display: flex; gap: 6px; padding: 4px; background: rgba(0, 0, 0, 0.3); border-radius: 10px; margin-bottom: 18px; }
.glp-tab { flex: 1; border: none; background: transparent; color: oklch(70% 0.02 262); font: inherit; font-size: 13px; font-weight: 700; padding: 9px; border-radius: 8px; cursor: pointer; }
.glp-tab.glp-tab-on { background: var(--grad-soft); color: #fff; }
.glp-demo-hint { text-align: center; font-size: 11.5px; color: var(--txt4); margin-bottom: 10px; }
.glp-demo-screen { aspect-ratio: 4/3; border-radius: 14px; background: oklch(14% 0.02 262); padding: 18px; overflow: hidden; position: relative; }
.glp-panel { display: none; height: 100%; }
.glp-panel.glp-panel-on { display: block; }

.glp-chat { display: flex; flex-direction: column; gap: 10px; height: 100%; justify-content: flex-end; }
.glp-bubble { max-width: 78%; padding: 10px 14px; font-size: 13.5px; line-height: 1.4; color: #fff; }
.glp-bubble-in { align-self: flex-start; background: oklch(24% 0.02 262); border-radius: 12px 12px 12px 3px; }
.glp-bubble-out { align-self: flex-end; background: var(--grad-soft); border-radius: 12px 12px 3px 12px; }
.glp-bubble-sm { max-width: 60%; }

.glp-menu { display: flex; flex-direction: column; height: 100%; gap: 10px; }
.glp-menu-title { font-size: 12px; font-weight: 700; color: oklch(70% 0.02 262); text-transform: uppercase; letter-spacing: 0.04em; }
.glp-menu-list { display: flex; flex-direction: column; gap: 8px; flex: 1; overflow: hidden; }
.glp-menu-item { display: flex; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 10px; padding: 10px 12px; }
.glp-mi-name { font-size: 13px; font-weight: 700; color: #fff; }
.glp-mi-price { font-size: 11.5px; color: var(--txt3); margin-top: 2px; }
.glp-add { width: 28px; height: 28px; border-radius: 50%; border: none; background: var(--grad); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; line-height: 1; flex: none; }
.glp-cartbar { display: flex; align-items: center; justify-content: space-between; background: var(--grad-soft); border-radius: 10px; padding: 10px 14px; color: #fff; }
.glp-cartbar span:first-child { font-size: 12.5px; font-weight: 700; }
.glp-cartbar span:last-child { font-size: 13.5px; font-weight: 800; }

.glp-site { display: flex; flex-direction: column; height: 100%; gap: 10px; }
.glp-browserbar { display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.04); border-radius: 8px; padding: 6px 10px; }
.glp-dot { width: 8px; height: 8px; border-radius: 50%; }
.glp-dot-r { background: oklch(72% 0.15 30); }
.glp-dot-y { background: oklch(78% 0.15 90); }
.glp-dot-g { background: oklch(72% 0.17 150); }
.glp-url { font-size: 11px; color: var(--txt4); margin-left: 6px; }
.glp-site-name { font-size: 14px; font-weight: 800; color: #fff; }
.glp-site-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; flex: 1; }
.glp-site-grid div { border-radius: 10px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); }
.glp-site-btn { text-align: center; background: var(--grad-soft); color: #fff; border-radius: 8px; padding: 9px; font-size: 13px; font-weight: 700; }

/* ---------- escolha o nome ---------- */
.glp-quickstart {
    padding: 70px 64px; background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.08); border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
.glp-h2-sm { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 20px; }
.glp-name-form { display: flex; gap: 12px; max-width: 480px; }
.glp-name-form input { flex: 1; background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.25); color: #fff; font: inherit; font-size: 15px; padding: 10px 4px; outline: none; }
.glp-name-form input::placeholder { color: oklch(55% 0.02 262); }
.glp-name-form button { padding: 10px 28px; font-size: 15px; }
.glp-qr-wrap { text-align: center; }
.glp-qr-label { font-size: 13px; font-weight: 700; color: oklch(78% 0.05 280); margin-bottom: 14px; }
.glp-qr { width: 150px; height: 150px; margin: 0 auto; border-radius: 8px; background: #fff; padding: 10px; display: grid; grid-template-columns: repeat(9, 1fr); grid-template-rows: repeat(9, 1fr); gap: 2px; }
.glp-qr-sm { width: 104px; height: 104px; padding: 8px; }

/* ---------- stats ---------- */
.glp-stats {
    padding: 56px 64px; border-top: 1px solid rgba(255, 255, 255, 0.08); border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center;
}
.glp-stat { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.glp-stat-lbl { font-size: 14px; color: var(--txt3); margin-top: 6px; }

/* ---------- features ---------- */
.glp-features { padding: 90px 64px; }
.glp-sec-head { text-align: center; margin-bottom: 64px; }
.glp-h2 { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; }
.glp-sec-rule { width: 70px; height: 3px; background: var(--grad); margin: 12px auto 20px; border-radius: 2px; }
.glp-sec-sub { font-size: 16px; color: var(--txt3); }
.glp-features-grid { display: grid; grid-template-columns: 1fr 300px 1fr; gap: 28px; align-items: center; }
.glp-fcol { display: flex; flex-direction: column; gap: 20px; }
.glp-fcard { padding: 22px 24px; border-radius: 14px; border: 1px solid var(--bd); background: var(--card); display: flex; gap: 16px; align-items: flex-start; }
.glp-ficon { width: 40px; height: 40px; flex: none; border-radius: 10px; background: var(--grad); }
.glp-fcard h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 6px; }
.glp-fcard p { font-size: 13px; color: var(--txt3); line-height: 1.5; }

.glp-phone-wrap { animation: glp-float 5s ease-in-out infinite; }
.glp-phone { width: 260px; margin: 0 auto; border-radius: 32px; border: 8px solid oklch(20% 0.02 262); background: oklch(12% 0.02 262); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.7); overflow: hidden; }
.glp-phone-top { background: var(--grad-soft); padding: 16px 18px 14px; }
.glp-phone-rname { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.glp-phone-mail { font-size: 11px; color: rgba(255, 255, 255, 0.85); margin-bottom: 8px; }
.glp-phone-dots { display: flex; gap: 8px; }
.glp-phone-dots span { width: 16px; height: 16px; border-radius: 50%; background: rgba(255, 255, 255, 0.9); }
.glp-phone-body { padding: 18px; }
.glp-phone-h { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.glp-phone-sub { font-size: 11px; color: var(--txt3); margin-bottom: 14px; }
.glp-phone-inrow { display: flex; gap: 6px; margin-bottom: 20px; align-items: flex-end; }
.glp-phone-in { flex: 1; border-bottom: 1px solid rgba(255, 255, 255, 0.25); font-size: 11px; color: oklch(55% 0.02 262); padding-bottom: 6px; }
.glp-phone-crt { background: var(--grad); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 6px; }
.glp-phone-qrl { text-align: center; font-size: 11px; font-weight: 700; color: oklch(78% 0.05 280); margin-bottom: 10px; }

/* ---------- operacao / pipeline ---------- */
.glp-operation { padding: 90px 64px; background: rgba(255, 255, 255, 0.02); border-top: 1px solid rgba(255, 255, 255, 0.08); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.glp-op-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; gap: 16px; flex-wrap: wrap; }
.glp-live { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--txt3); }
.glp-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: glp-pulse 1.6s ease-in-out infinite; }
.glp-op-sub { font-size: 15px; color: var(--txt3); margin-bottom: 56px; max-width: 560px; }
.glp-track { position: relative; height: 320px; }
.glp-track-line { position: absolute; top: 296px; left: 0; right: 0; height: 2px; background: rgba(255, 255, 255, 0.12); }
.glp-milestone { position: absolute; top: 296px; }
.glp-ms-1 { left: 0; transform: translateY(-5px); }
.glp-ms-2 { left: 50%; transform: translate(-50%, -5px); text-align: center; }
.glp-ms-3 { left: 100%; transform: translate(-100%, -5px); text-align: right; }
.glp-ms-dot { width: 12px; height: 12px; border-radius: 50%; }
.glp-ms-2 .glp-ms-dot { margin: 0 auto; }
.glp-ms-3 .glp-ms-dot { margin-left: auto; }
.glp-dot-blue { background: oklch(65% 0.19 258); box-shadow: 0 0 0 4px oklch(65% 0.19 258 / 0.2); }
.glp-dot-amber { background: oklch(78% 0.15 90); box-shadow: 0 0 0 4px oklch(78% 0.15 90 / 0.2); }
.glp-dot-green { background: oklch(72% 0.19 150); box-shadow: 0 0 0 4px oklch(72% 0.19 150 / 0.2); }
.glp-ms-t { margin-top: 14px; font-size: 13px; font-weight: 700; color: #fff; white-space: nowrap; }
.glp-ms-s { font-size: 12px; color: var(--txt4); white-space: nowrap; }
.glp-pcard {
    position: absolute; left: 0; width: 200px; padding: 12px 14px; border-radius: 12px;
    background: oklch(16% 0.02 262); border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
    animation: glp-pipe-move 7s linear forwards;
}
.glp-pcard-h { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.glp-pcard-dot { width: 8px; height: 8px; border-radius: 50%; animation: glp-pipe-stage 7s linear forwards; }
.glp-pcard-mesa { font-size: 12.5px; font-weight: 700; color: oklch(85% 0.01 262); }
.glp-pcard-item { font-size: 13px; color: var(--txt2); }

/* ---------- CTA meio ---------- */
.glp-midcta { padding: 56px 64px; text-align: center; background: linear-gradient(120deg, oklch(20% 0.04 262), oklch(17% 0.05 300)); }
.glp-midcta-t { font-size: 22px; font-weight: 800; margin-bottom: 18px; }

/* ---------- depoimentos ---------- */
.glp-testi { padding: 90px 0; overflow: hidden; }
.glp-testi-h { padding: 0 64px; margin-bottom: 40px; }
.glp-marquee { overflow: hidden; }
.glp-marquee-track { display: flex; width: max-content; gap: 20px; padding: 0 20px; animation: glp-marquee 32s linear infinite; }
.glp-marquee:hover .glp-marquee-track { animation-play-state: paused; }
.glp-testi-card { width: 380px; padding: 28px; border-radius: 16px; background: var(--card); border: 1px solid var(--bd); flex: none; }
.glp-testi-card p { font-size: 15px; line-height: 1.6; margin-bottom: 16px; color: oklch(88% 0.01 262); }
.glp-testi-who { font-size: 13px; font-weight: 700; }
.glp-testi-who span { font-weight: 400; color: var(--txt4); }

/* ---------- pricing ---------- */
.glp-pricing { padding: 90px 64px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.glp-pricing-head { text-align: center; margin-bottom: 16px; }
.glp-pricing-head .glp-h2 { margin-bottom: 24px; }
.glp-bill { display: inline-flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--bd); padding: 6px 8px; border-radius: 100px; }
.glp-bill-lbl { font-size: 13px; font-weight: 700; padding: 8px 6px; color: #fff; }
.glp-bill-off { color: oklch(72% 0.17 150); }
.glp-bill-switch { width: 46px; height: 26px; border-radius: 100px; background: oklch(24% 0.03 262); border: none; cursor: pointer; position: relative; padding: 0; }
.glp-bill-knob { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--grad); transition: transform .2s ease; }
.glp-bill-switch.glp-bill-on .glp-bill-knob { transform: translateX(20px); }
.glp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 56px auto 0; }
.glp-plan { padding: 32px; border-radius: 18px; border: 1px solid var(--bd); background: var(--card); }
.glp-plan h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: oklch(75% 0.02 262); }
.glp-plan-price { font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.glp-price-sfx { font-size: 14px; font-weight: 500; color: var(--txt3); }
.glp-plan-btn { display: block; text-align: center; padding: 12px; border-radius: 8px; border: 1px solid var(--bd2); font-weight: 700; font-size: 14px; color: #fff; }
.glp-plan-pop { background: linear-gradient(160deg, oklch(20% 0.04 262), oklch(16% 0.05 300)); border: 1px solid oklch(55% 0.15 280 / 0.4); position: relative; box-shadow: 0 20px 60px -20px oklch(55% 0.19 258 / 0.4); }
.glp-plan-pop h3 { color: oklch(85% 0.02 262); }
.glp-plan-pop .glp-plan-price { color: #fff; }
.glp-plan-tag { position: absolute; top: -12px; right: 24px; background: var(--grad); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.glp-plan-btn-grad { display: block; text-align: center; padding: 12px; border-radius: 8px; font-size: 14px; }
.glp-guarantees { text-align: center; margin-top: 32px; display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.glp-guarantees span { font-size: 13px; color: oklch(68% 0.02 262); }

/* ---------- CTA final ---------- */
.glp-finalcta { position: relative; padding: 100px 64px; text-align: center; overflow: hidden; }
.glp-finalcta-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, oklch(45% 0.19 280 / 0.35), transparent 60%); pointer-events: none; }
.glp-finalcta-in { position: relative; }
.glp-finalcta-in p { font-size: 16px; color: var(--txt2); margin: 16px 0 32px; }

/* ---------- footer ---------- */
.glp-footer { padding: 56px 64px; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.glp-footer img { width: 40px; height: 40px; object-fit: contain; }
.glp-foot-name { font-size: 20px; font-weight: 800; }
.glp-foot-mail { font-size: 14px; color: oklch(70% 0.15 258); }
.glp-foot-social { display: flex; gap: 14px; margin-top: 6px; }
.glp-soc { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 800; }
.glp-soc-ig { background: linear-gradient(140deg, oklch(70% 0.2 25), oklch(60% 0.22 340), oklch(58% 0.2 300)); }
.glp-soc-wa { background: oklch(68% 0.17 150); }
.glp-soc-tel { background: oklch(60% 0.19 258); }
.glp-foot-copy { font-size: 12.5px; color: oklch(55% 0.02 262); margin-top: 14px; }

/* ---------- paginas internas (precos / contato / login / cadastro) ---------- */
.glp-subpage { min-height: 100vh; display: flex; flex-direction: column; }
.glp-subpage-main { flex: 1; }
.glp-price-hero { padding: 80px 64px 40px; text-align: center; }
.glp-price-hero .glp-h1 { font-size: 46px; margin-bottom: 16px; }
.glp-price-hero p { font-size: 17px; color: var(--txt2); margin-bottom: 36px; }
.glp-plan-desc { font-size: 13px; color: var(--txt4); margin-bottom: 20px; }
.glp-plan-feats { display: flex; flex-direction: column; gap: 12px; font-size: 13.5px; color: oklch(80% 0.01 262); margin-top: 24px; }
.glp-plan-pop .glp-plan-feats { color: oklch(88% 0.01 262); }
.glp-plan-price-lg { font-size: 38px; }
.glp-faq { padding: 80px 64px; background: rgba(255, 255, 255, 0.02); border-top: 1px solid rgba(255, 255, 255, 0.08); }
.glp-faq > h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 40px; text-align: center; }
.glp-faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.glp-faq-item { padding: 24px; border-radius: 14px; border: 1px solid var(--bd); background: var(--card); }
.glp-faq-item h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 8px; }
.glp-faq-item p { font-size: 14px; color: var(--txt3); line-height: 1.6; }

/* overlay de tela cheia -- cobre a moldura antiga do vendor por cima,
   sem precisar esconder cada pedaco. Usado no reskin de login/cadastro,
   onde o wrapper do vendor continua carregado (pra o auth.js/2FA funcionar). */
.glp-fixed-overlay { position: fixed; inset: 0; z-index: 99999; overflow-y: auto; -webkit-overflow-scrolling: touch; min-height: 100vh; }

/* auth (login / cadastro) e contato */
.glp-auth-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 64px; background: rgba(255, 255, 255, 0.03); border-bottom: 1px solid rgba(255, 255, 255, 0.08); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.glp-auth-head-r { font-size: 14px; color: var(--txt2); }
.glp-auth-head-r a { color: #fff; font-weight: 700; }
/* align-items:flex-start + margin:auto no card = centraliza quando cabe e
   ancora no topo (rolavel) quando o conteudo e maior que a tela --
   align-items:center cortava o topo do card em tela baixa, sem ter como
   rolar ate ele. */
.glp-auth-wrap { flex: 1; display: flex; align-items: flex-start; justify-content: center; padding: 32px 20px; position: relative; overflow: hidden; }
.glp-auth-wrap .glp-auth-card { margin: auto; }
.glp-auth-blob1 { position: absolute; top: -160px; left: -120px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, oklch(48% 0.19 258 / 0.35), transparent 70%); filter: blur(30px); pointer-events: none; }
.glp-auth-blob2 { position: absolute; bottom: -180px; right: -100px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, oklch(50% 0.17 305 / 0.3), transparent 70%); filter: blur(30px); pointer-events: none; }
.glp-auth-card { position: relative; width: 100%; max-width: 420px; background: var(--card); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 44px; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
/* o vendor da um padding lateral gigante no .form_content (pensado pra
   pagina larga dele) -- dentro do nosso cartao de 420px isso esmagava o
   form pra ~70px; zera so aqui */
.glp-auth-card .form_content { padding: 0 !important; }
.glp-auth-card form { width: 100%; }
.glp-auth-card h1 { font-size: 26px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 8px; }
.glp-auth-sub { font-size: 14px; color: var(--txt3); margin-bottom: 32px; }
.glp-field { margin-bottom: 18px; }
.glp-field label { display: block; font-size: 13px; font-weight: 600; color: oklch(75% 0.02 262); margin-bottom: 8px; }
.glp-field-row { display: flex; justify-content: space-between; margin-bottom: 8px; }
.glp-field-row label { margin-bottom: 0; }
.glp-field-row a { font-size: 12.5px; color: oklch(72% 0.17 258); }
/* 16px e o minimo que impede o iOS Safari de dar zoom automatico ao focar
   o campo (fonte menor que isso "desajusta" a tela a cada toque). */
.glp-input { width: 100%; max-width: 100%; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--bd2); color: #fff; font: inherit; font-size: 16px; padding: 13px 16px; border-radius: 10px; outline: none; }
.glp-input:focus { border-color: oklch(60% 0.19 258); }
textarea.glp-input { resize: none; }
.glp-input::placeholder { color: oklch(50% 0.02 262); }
.glp-btn-block { display: block; width: 100%; text-align: center; padding: 14px; border-radius: 10px; font-size: 15px; font-weight: 700; border: none; margin-top: 6px; cursor: pointer; }
.glp-or { display: flex; align-items: center; gap: 12px; margin: 28px 0; }
.glp-or > div { flex: 1; height: 1px; background: rgba(255, 255, 255, 0.1); }
.glp-or span { font-size: 12px; color: oklch(55% 0.02 262); }
.glp-google { display: flex; align-items: center; justify-content: center; gap: 10px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--bd2); color: #fff; padding: 13px; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; width: 100%; }
.glp-google-dot { width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(140deg, oklch(70% 0.2 25), oklch(70% 0.2 100), oklch(65% 0.2 150), oklch(60% 0.2 258)); }
.glp-auth-alt { text-align: center; font-size: 13px; color: var(--txt4); margin-top: 28px; }
.glp-auth-alt a { color: #fff; font-weight: 700; }
.glp-auth-terms { text-align: center; font-size: 12px; color: oklch(55% 0.02 262); margin-top: 20px; }
.glp-badge-sm { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--bd2); color: oklch(85% 0.05 280); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 100px; margin-bottom: 20px; }
.glp-alert { padding: 11px 14px; border-radius: 10px; font-size: 13px; margin-bottom: 20px; }
.glp-alert-err { background: oklch(30% 0.09 25 / 0.5); border: 1px solid oklch(55% 0.15 25 / 0.5); color: oklch(85% 0.08 25); }
.glp-alert-ok { background: oklch(30% 0.09 150 / 0.4); border: 1px solid oklch(55% 0.15 150 / 0.5); color: oklch(85% 0.12 150); }

/* cadastro 2 colunas */
.glp-signup-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; }
.glp-signup-left { display: flex; align-items: flex-start; justify-content: center; padding: 32px 20px; position: relative; overflow: hidden; }
.glp-signup-left .glp-auth-card { margin: auto; }
.glp-signup-right { background: linear-gradient(160deg, oklch(18% 0.04 262), oklch(14% 0.05 300)); display: flex; align-items: center; justify-content: center; padding: 60px; border-left: 1px solid rgba(255, 255, 255, 0.08); }
.glp-signup-right h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 28px; max-width: 380px; }
.glp-benef { display: flex; flex-direction: column; gap: 20px; }
.glp-benef-item { display: flex; gap: 14px; align-items: flex-start; }
.glp-benef-check { width: 32px; height: 32px; flex: none; border-radius: 8px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.glp-benef-item div:last-child { font-size: 14px; color: oklch(85% 0.01 262); line-height: 1.5; }

/* contato */
.glp-contact { padding: 80px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; position: relative; overflow: hidden; }
.glp-contact-blob { position: absolute; top: -160px; right: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, oklch(48% 0.19 258 / 0.25), transparent 70%); filter: blur(30px); pointer-events: none; }
.glp-contact-info { position: relative; }
.glp-contact-info .glp-h1 { font-size: 42px; margin-bottom: 16px; }
.glp-contact-info > p { font-size: 16px; color: var(--txt2); line-height: 1.6; margin-bottom: 40px; max-width: 420px; }
.glp-contact-rows { display: flex; flex-direction: column; gap: 20px; }
.glp-contact-row { display: flex; gap: 16px; align-items: flex-start; }
.glp-contact-ic { width: 40px; height: 40px; flex: none; border-radius: 10px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.glp-contact-row .glp-cr-t { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.glp-contact-row a { font-size: 14px; color: oklch(72% 0.17 258); }
.glp-contact-row .glp-cr-s { font-size: 14px; color: var(--txt3); }
.glp-contact-card { position: relative; background: var(--card); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 36px; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.glp-form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

@media (max-width: 980px) {
    .glp-price-hero { padding: 56px 20px 32px; }
    .glp-price-hero .glp-h1 { font-size: 34px; }
    .glp-faq { padding: 56px 20px; }
    .glp-auth-head { padding: 16px 20px; }
    .glp-auth-head-r { font-size: 13px; }
    .glp-signup-grid { grid-template-columns: 1fr; }
    .glp-signup-right { display: none; }
    .glp-contact { grid-template-columns: 1fr; gap: 36px; padding: 56px 20px; }
    .glp-contact-info .glp-h1 { font-size: 32px; }
    .glp-auth-card { padding: 32px 20px; }
}
/* reCAPTCHA v2 tem largura fixa de 304px -- em tela mais estreita que
   isso (+padding do card) ele estourava pro lado; escala proporcional. */
@media (max-width: 400px) {
    .glp-auth-card .g-recaptcha { transform: scale(0.82); transform-origin: 0 0; }
    .glp-auth-card { padding: 26px 16px; }
    .glp-form-2col { grid-template-columns: 1fr; }
}

/* ---------- keyframes ---------- */
@keyframes glp-blob1 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(40px, -30px) scale(1.15); } }
@keyframes glp-blob2 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-30px, 40px) scale(1.1); } }
@keyframes glp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes glp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes glp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes glp-pipe-move { 0% { left: 0; opacity: 0; } 5% { opacity: 1; } 90% { opacity: 1; } 100% { left: calc(100% - 200px); opacity: 0; } }
@keyframes glp-pipe-stage { 0%, 32% { background: oklch(65% 0.19 258); } 34%, 64% { background: oklch(78% 0.15 90); } 66%, 100% { background: oklch(72% 0.19 150); } }

@media (prefers-reduced-motion: reduce) {
    .glp-blob1, .glp-blob2, .glp-phone-wrap, .glp-marquee-track, .glp-badge-dot, .glp-live-dot, .glp-fomo-dot { animation: none !important; }
}

/* ---------- responsivo ---------- */
@media (max-width: 980px) {
    .glp-header { padding: 16px 20px; }
    .glp-nav, .glp-head-cta { display: none; }
    .glp-burger { display: flex; }
    .glp-hero { padding: 48px 20px 56px; }
    .glp-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .glp-h1 { font-size: 38px; }
    .glp-quickstart { padding: 48px 20px; grid-template-columns: 1fr; gap: 32px; }
    .glp-stats { padding: 40px 20px; }
    .glp-features { padding: 60px 20px; }
    .glp-features-grid { grid-template-columns: 1fr; gap: 20px; }
    .glp-phone-wrap { order: -1; }
    .glp-operation { padding: 56px 20px; }
    .glp-midcta { padding: 48px 20px; }
    .glp-testi-h { padding: 0 20px; }
    .glp-pricing { padding: 60px 20px; }
    .glp-plans { grid-template-columns: 1fr; max-width: 420px; }
    .glp-finalcta { padding: 70px 20px; }
    .glp-footer { padding: 48px 20px; }
    .glp-fomo { display: none; }
}
@media (max-width: 560px) {
    .glp-h1 { font-size: 31px; }
    .glp-h2 { font-size: 26px; }
    .glp-stats { grid-template-columns: 1fr; gap: 28px; }
    .glp-stat { font-size: 36px; }
    .glp-hero-btns { flex-direction: column; align-items: stretch; }
    .glp-hero-btns a { justify-content: center; }
    .glp-op-head { flex-direction: column; }
    .glp-track { height: 300px; }
    .glp-ms-t, .glp-ms-s { font-size: 11px; }
}
