

  .paragraph-lg { font-size: inherit; }

  .announce-bar {
    background: #222222;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .announce-bar a { color: #61bfdb; text-decoration: underline; }
  .announce-bar strong { color: #fff; }

  .hero-ai-seo {
    padding: 75px 0 75px;
    position: relative;
    background: linear-gradient(135deg, #0a7191 0%, #043d52 100%);
    overflow: hidden;
  }
  .hero-ai-seo h1 {
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .hero-ai-seo .lead {
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
  }
  .hero-ai-seo .badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
    text-transform: uppercase;
  }

  /* Trust numbers in hero */
  .trust-num {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-family: "Gothic", sans-serif;
  }
  .trust-label {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.05em;
    margin-top: 4px;
    text-transform: uppercase;
  }

  /* Hero card / form card */
  .hero-card-theme {
    background: #fff;
    border-radius: 5px;
    padding: 35px 30px;
    box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34);
  }
  .hero-card-theme h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
  }

  /* Trust bar */
  .trust-bar-theme {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 0;
  }
  .trust-bar-label {
    font-size: 12px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .cert-badge-theme {
    background: #eaeaea;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .cert-badge-theme .dot { width: 6px; height: 6px; border-radius: 50%; background: #07b1e4; }

  /* Section eyebrow */
  .section-eyebrow {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #07b1e4;
    margin-bottom: 10px;
    font-weight: 600;
  }

  /* Problem / solution section */
  .pain-list-theme { list-style: none; margin-top: 28px; padding: 0; }
  .pain-list-theme li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #212529;
    padding: 14px 16px;
    background: #fff;
    border-left: 3px solid #61bfdb;
    margin-bottom: 14px;
    box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.15);
  }
  .pain-list-theme li .ti-close { color: #c8392b; font-weight: 700; flex-shrink: 0; margin-top: 1px; }

  .solution-box-theme {
    background: #222222;
    color: #fff;
    padding: 36px 32px;
    border-radius: 5px;
  }
  .solution-box-theme h3 {
    font-size: 24px;
    color: #61bfdb;
    margin-bottom: 20px;
  }
  .solution-list-theme { list-style: none; padding: 0; }
  .solution-list-theme li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 14px;
  }
  .solution-list-theme li .ti-check { color: #61bfdb; font-weight: 700; flex-shrink: 0; }

  /* Service cards */
  .service-card-theme {
    background: #fff;
    padding: 35px 30px;
    transition: .3s ease;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #999;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.06);
  }
  .service-card-theme:hover {
    background: #07b1e4;
    border-color: #07b1e4;
    box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
  }
  .service-card-theme:hover * {
    color: #fff;
  }
  .service-card-theme.featured {
    background: #0a7191;
    color: #fff;
    border-color: #0a7191;
  }
  .service-card-theme.featured * { color: #fff; }
  .service-card-theme.featured:hover {
    background: #07b1e4;
    border-color: #07b1e4;
  }
  .service-icon-theme {
    font-size: 45px;
    margin-bottom: 20px;
    display: block;
    color: #07b1e4;
  }
  .service-card-theme:hover .service-icon-theme,
  .service-card-theme.featured .service-icon-theme {
    color: #fff;
  }
  .service-card-theme h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
  }
  .service-card-theme p {
    color: #212529;
    line-height: 1.65;
  }
  .service-tag-theme {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #61bfdb;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 2px;
    letter-spacing: 0.08em;
  }

  /* Process steps */
  .step-card-theme {
    background: #0a7191;
    padding: 35px 30px;
    transition: .3s ease;
    height: 100%;
    color: #fff;
    border-radius: 5px;
    border: 2px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .step-card-theme:hover {
    background: #07b1e4;
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0px 18px 40px 8px rgba(0,0,0,0.2);
  }
  .step-num-theme {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .step-card-theme h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
  }
  .step-card-theme p {
    color: rgba(255,255,255,0.9);
    line-height: 1.65;
  }

  /* Result cards */
  .result-card-theme {
    background: #fff;
    padding: 35px 30px;
    border-radius: 5px;
    border: 2px solid #999;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.06);
    transition: .3s ease;
    height: 100% !important;
    user-select: none;
    -webkit-user-select: none;
  }
  .result-card-theme:hover {
    box-shadow: 0px 16px 48px rgba(0,0,0,0.12);
    transform: translateY(-3px);
  }
  .result-avatar-theme {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #07b1e4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
  }
  .rank-table-theme { width: 100%; border-collapse: collapse; }
  .rank-table-theme th { padding: 10px 12px; background: #f0f0f0; color: #212529; font-weight: 600; text-align: left; border-bottom: 2px solid #ddd; }
  .rank-table-theme tr:nth-child(even) td { background-color: #f2f2f2; }
  .rank-table-theme td { padding: 10px 12px; border-bottom: 1px solid #eaeaea; color: #212529; }
  .rank-table-theme td:last-child { text-align: right; }

  .result-logo {
    width: 120px; height: auto; flex-shrink: 0;
  }
  .result-map-icon {
    width: 60px; height: auto; opacity: 0.7; flex-shrink: 0;
  }
  .result-card-header {
    background: #f0f4f7; border-radius: 6px; padding: 12px 14px; margin-bottom: 16px; text-align: center;
  }
  .result-card-header .row { align-items: center; }

  lite-youtube { width: 100% !important; max-width: none !important; border-radius: 8px; overflow: hidden; height: 220px; background-color: transparent !important; }
  lite-youtube::after { padding-bottom: 0 !important; }
  @media (max-width: 768px) { lite-youtube { height: 180px; } }
  lite-youtube.yt-short { height: 400px; }
  @media (max-width: 768px) { lite-youtube.yt-short { height: 350px; } }
  .rank-badge-theme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #61bfdb;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
  }
  .rank-badge-theme.r2 { background: #4c4c4c; }

  /* Testimonials */
  .testi-card-theme {
    background: #fff;
    padding: 35px 30px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.15);
  }
  .testi-card-theme::before {
    content: '"';
    font-family: "Playfair Display", serif;
    font-size: 80px;
    color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 18px;
    line-height: 1;
  }
  .testi-text-theme {
    line-height: 1.8;
    color: #212529;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .testi-avatar-theme {
    width: 45px; height: 45px; border-radius: 50%;
    background: #07b1e4;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 700; font-size: 15px;
    flex-shrink: 0;
  }
  .testi-name-theme { font-weight: 700; font-size: 15px; color: #000; }
  .testi-role-theme { color: #212529; }
  .testi-stars-theme { color: #61bfdb; font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; }

  /* AI Edge section */
  .ai-feature-theme {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 25px;
    background: rgba(255,255,255,0.05);
    border-left: 3px solid #61bfdb;
    margin-bottom: 20px;
    border-radius: 0 5px 5px 0;
  }
  .ai-feature-icon-theme { font-size: 45px; flex-shrink: 0; margin-top: 2px; color: #61bfdb; }
  .ai-feature-theme h4 { font-weight: 700; color: #fff; margin-bottom: 5px; font-size: 18px; }
  .ai-feature-theme p { color: rgba(255,255,255,0.7); line-height: 1.7; }
  .ai-stat-theme {
    background: rgba(255,255,255,0.08);
    padding: 35px 24px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: .3s ease;
  }
  .ai-stat-theme:hover {
    box-shadow: 0px 18px 40px 8px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.4);
  }
  .ai-stat-num-theme {
    font-size: 42px;
    font-weight: 700;
    color: #61bfdb;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
    font-family: "Gothic", sans-serif;
  }
  .ai-stat-label-theme { color: rgba(255,255,255,0.6); letter-spacing: 0.06em; }

  /* FAQ */
  .faq-item-theme { border-bottom: 1px solid #eaeaea; }
  .faq-q-theme {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 0;
    font-weight: 600;
    font-family: "Gothic", sans-serif;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .faq-q-theme .icon { font-size: 18px; color: #07b1e4; flex-shrink: 0; transition: transform .2s; }
  .faq-a-theme {
    color: #212529;
    line-height: 1.8;
    padding-bottom: 20px;
    display: none;
  }
  .faq-item-theme.open .faq-a-theme { display: block; }
  .faq-item-theme.open .faq-q-theme .icon { transform: rotate(45deg); }

  /* CTA section */
  .cta-section-theme {
    background: linear-gradient(135deg, #0a7191 0%, #043d52 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-section-theme h2 {
    color: #fff;
    max-width: 700px;
    margin: 12px auto 20px;
  }
  .cta-section-theme .lead {
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto 36px;
  }
  .btn-gold-theme {
    background: #fff;
    color: #0a7191;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .2s ease;
    border: none;
  }
  .btn-gold-theme:hover {
    background: #eaeaea;
    color: #0a7191;
    text-decoration: none;
    transform: translateY(-1px);
  }
  .btn-outline-theme {
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.5);
    transition: .2s ease;
  }
  .btn-outline-theme:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
  }

  /* Scroll animation */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Responsive */
  @media (max-width: 991px) {
    .hero-ai-seo { padding: 75px 0 75px; }
    .hero-ai-seo h1 { font-size: 35px; }
  }

  /* WHAT IS AI SEO SECTION */
  .what-is-ai-seo-section .section-label {
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
  }

  .what-is-ai-seo-section .intro {
    max-width: 900px;
  }

  .what-is-ai-seo-section .intro,
  .what-is-ai-seo-section .paragraph {
    color: #212529;
  }

  .ai-seo-pillars {
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }

  .ai-seo-pillars li {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: flex-start;
  }

  .ai-seo-pillars li:last-child {
    border-bottom: none;
  }

  .ai-seo-pillars li i {
    font-size: 18px;
    margin-top: 3px;
    width: 20px;
    text-align: center;
  }

  .ai-seo-comparison {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    align-self: flex-start;
  }

  .comparison-table thead th {
    background-color: #0a7191;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
  }

  .comparison-table tbody td {
    color: #212529;
    border-color: #eaeaea;
    vertical-align: middle;
  }

  .comparison-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
  }

  .comparison-table tbody tr:hover {
    background-color: #e6f7fc;
  }