/*
Theme Name: AI Training Landing Page
Theme URI: 
Author: Your Name
Author URI: 
Description: High-converting landing page theme for AI Training WhatsApp group sign-ups. Single-page, no header/footer distractions, built for Facebook ad traffic.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-training-lp
Tags: landing-page, one-column, custom-background
*/


/* RESET */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: "Inter", Arial, sans-serif;
    background-color: #0A0F0A;
    color: #E8F5E9;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
  }

  /* HIDE DEFAULT BLOGGER CHROME */
  .navbar-iframe,
  #header-wrapper,
  .blog-pager,
  #sidebar-wrapper,
  .post-footer,
  .comments,
  #footer,
  .byline { display: none !important; }

  /* PAGE WRAPPER */
  #lp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 60px;
    background-color: #0A0F0A;
  }

  /* TOP BADGE */
  #lp-topbar {
    width: 100%;
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px 0 16px;
  }
  .lp-badge {
    background-color: #00C853;
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
  }

  /* HERO */
  #lp-hero {
    width: 100%;
    max-width: 780px;
    text-align: center;
    padding: 40px 0 28px;
  }
  .lp-eyebrow {
    font-size: 13px;
    font-weight: 600;
    color: #FFD600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .lp-headline {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.13;
    color: #FFFFFF;
    margin-bottom: 22px;
  }
  .lp-headline-accent {
    color: #00C853;
  }
  .lp-subheadline {
    font-size: 18px;
    font-weight: 400;
    color: #7E9B80;
    line-height: 1.65;
    max-width: 620px;
    margin: 0 auto 32px;
  }
  .lp-subheadline strong {
    color: #E8F5E9;
    font-weight: 600;
  }

  /* PROOF STRIP */
  .lp-proof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 38px;
  }
  .lp-proof-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lp-proof-num {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #00C853;
    display: block;
  }
  .lp-proof-lbl {
    font-size: 12px;
    color: #7E9B80;
    font-weight: 500;
    display: block;
  }

  /* CTA BUTTON */
  .lp-cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 36px;
  }
  .lp-cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    background: #00C853;
    background: -webkit-linear-gradient(315deg, #00C853 0%, #00E676 100%);
    background: linear-gradient(135deg, #00C853 0%, #00E676 100%);
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    padding: 20px 42px;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 40px rgba(0,200,83,0.35), 0 8px 24px rgba(0,0,0,0.45);
    box-shadow: 0 0 40px rgba(0,200,83,0.35), 0 8px 24px rgba(0,0,0,0.45);
    letter-spacing: 0.3px;
    -webkit-animation: pulseGlow 2.4s ease-in-out infinite;
    animation: pulseGlow 2.4s ease-in-out infinite;
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .lp-cta-btn:hover {
    -webkit-transform: translateY(-3px) scale(1.02);
    transform: translateY(-3px) scale(1.02);
    -webkit-box-shadow: 0 0 60px rgba(0,200,83,0.55), 0 14px 32px rgba(0,0,0,0.5);
    box-shadow: 0 0 60px rgba(0,200,83,0.55), 0 14px 32px rgba(0,0,0,0.5);
  }
  .lp-wa-icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #000000;
  }
  @-webkit-keyframes pulseGlow {
    0%, 100% { -webkit-box-shadow: 0 0 40px rgba(0,200,83,0.35), 0 8px 24px rgba(0,0,0,0.45); box-shadow: 0 0 40px rgba(0,200,83,0.35), 0 8px 24px rgba(0,0,0,0.45); }
    50%       { -webkit-box-shadow: 0 0 70px rgba(0,200,83,0.55), 0 12px 32px rgba(0,0,0,0.5); box-shadow: 0 0 70px rgba(0,200,83,0.55), 0 12px 32px rgba(0,0,0,0.5); }
  }
  @keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 40px rgba(0,200,83,0.35), 0 8px 24px rgba(0,0,0,0.45); }
    50%       { box-shadow: 0 0 70px rgba(0,200,83,0.55), 0 12px 32px rgba(0,0,0,0.5); }
  }
  .lp-urgency {
    font-size: 13px;
    color: #FFD600;
    font-weight: 600;
    display: block;
    text-align: center;
  }

  /* DIVIDER */
  .lp-divider {
    width: 100%;
    max-width: 780px;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin: 8px 0 44px;
  }

  /* SECTION LABELS */
  .lp-section-label {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00C853;
    margin-bottom: 10px;
    display: block;
  }
  .lp-section-title {
    text-align: center;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 36px;
    line-height: 1.25;
  }

  /* BENEFITS GRID */
  #lp-benefits {
    width: 100%;
    max-width: 760px;
    margin-bottom: 56px;
  }
  .lp-benefits-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .lp-card {
    background-color: #111711;
    border: 1px solid rgba(0,200,83,0.2);
    border-radius: 14px;
    padding: 26px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lp-card-icon {
    font-size: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
  }
  .lp-card-body h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .lp-card-body p {
    font-size: 13px;
    color: #7E9B80;
    line-height: 1.6;
    margin: 0;
  }

  /* FOR WHO */
  #lp-forwho {
    width: 100%;
    max-width: 680px;
    margin-bottom: 56px;
  }
  .lp-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .lp-check-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    color: #E8F5E9;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .lp-bullet {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-color: #00C853;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 12px;
    color: #000000;
    font-weight: 900;
    line-height: 1;
  }

  /* SECOND CTA BOX */
  #lp-cta2 {
    width: 100%;
    max-width: 680px;
    background-color: #162016;
    border: 1px solid rgba(0,200,83,0.25);
    border-radius: 20px;
    padding: 44px 36px;
    text-align: center;
    margin-bottom: 56px;
  }
  #lp-cta2 h2 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.25;
  }
  #lp-cta2 p {
    font-size: 15px;
    color: #7E9B80;
    margin-bottom: 28px;
    line-height: 1.6;
  }

  /* DISCLAIMER */
  #lp-disclaimer {
    width: 100%;
    max-width: 680px;
    text-align: center;
    font-size: 11px;
    color: #4a6b4a;
    line-height: 1.7;
    padding-top: 20px;
  }
  #lp-disclaimer p { margin-bottom: 8px; }

  /* RESPONSIVE */
  @media screen and (max-width: 640px) {
    .lp-headline { font-size: 26px; }
    .lp-subheadline { font-size: 15px; }
    .lp-section-title { font-size: 22px; }
    .lp-benefits-grid { grid-template-columns: 1fr; }
    .lp-cta-btn { font-size: 15px; padding: 18px 24px; }
    #lp-cta2 { padding: 32px 20px; }
    #lp-cta2 h2 { font-size: 20px; }
    .lp-proof { gap: 20px; }
  }