/* ============================================
   WhatsAiBot Custom Styles
   Professional Landing Page Design
   ============================================ */

/* CSS Variables */
:root {
   --whatsaibot-primary: #25D366;
   --whatsaibot-primary-dark: #128C7E;
   --whatsaibot-primary-light: #DCF8C6;
   --whatsaibot-secondary: #075E54;
   --whatsaibot-accent: #34B7F1;
   --whatsaibot-dark: #1a1a2e;
   --whatsaibot-darker: #0f0f1a;
   --whatsaibot-light: #f8fafc;
   --whatsaibot-gray: #64748b;
   --whatsaibot-gray-light: #e2e8f0;
   --whatsaibot-white: #ffffff;
   --whatsaibot-gradient: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
   --whatsaibot-gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%);
   --whatsaibot-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
   --whatsaibot-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
   --whatsaibot-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
   --whatsaibot-radius: 12px;
   --whatsaibot-radius-lg: 20px;
   --whatsaibot-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Main Wrapper Styles
   ============================================ */

.whatsaibot-main {
   position: relative;
   z-index: 1;
   overflow-x: hidden;
}

/* Ensure wow.js animated elements are visible even if JS fails */
.wow {
   visibility: visible !important;
}

/* ============================================
   Header Styles
   ============================================ */

.whatsaibot-brand-name {
   font-size: 1.5rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   letter-spacing: -0.5px;
}

.tp-header__transparent .whatsaibot-brand-name {
   color: var(--whatsaibot-white);
}

.tp-header__area.sticky .whatsaibot-brand-name {
   color: var(--whatsaibot-dark);
}

.whatsaibot-nav {
   display: flex;
   gap: 2rem;
   list-style: none;
   margin: 0;
   padding: 0;
}

.whatsaibot-nav li a {
   font-size: 0.95rem;
   font-weight: 500;
   color: var(--whatsaibot-white);
   text-decoration: none;
   transition: var(--whatsaibot-transition);
   position: relative;
}

.whatsaibot-nav li a::after {
   content: '';
   position: absolute;
   bottom: -4px;
   left: 0;
   width: 0;
   height: 2px;
   background: var(--whatsaibot-primary);
   transition: var(--whatsaibot-transition);
}

.whatsaibot-nav li a:hover::after {
   width: 100%;
}

.tp-header__area.sticky .whatsaibot-nav li a {
   color: var(--whatsaibot-dark);
}

.whatsaibot-login-btn {
   display: inline-flex;
   align-items: center;
   padding: 0.6rem 1.2rem;
   font-size: 0.9rem;
   font-weight: 500;
   color: var(--whatsaibot-white);
   text-decoration: none;
   transition: var(--whatsaibot-transition);
   margin-right: 1rem;
}

.whatsaibot-login-btn:hover {
   color: var(--whatsaibot-primary);
}

.tp-header__area.sticky .whatsaibot-login-btn {
   color: var(--whatsaibot-dark);
}

.whatsaibot-signup-btn {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   padding: 0.7rem 1.5rem;
   font-size: 0.9rem;
   font-weight: 600;
   color: var(--whatsaibot-white);
   background: var(--whatsaibot-gradient);
   border-radius: 50px;
   text-decoration: none;
   transition: var(--whatsaibot-transition);
   box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsaibot-signup-btn:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
   color: var(--whatsaibot-white);
}

/* Mobile Auth Buttons */
.whatsaibot-mobile-login-btn,
.whatsaibot-mobile-signup-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0.5rem;
   padding: 0.8rem 1.5rem;
   font-size: 0.95rem;
   font-weight: 600;
   border-radius: 50px;
   text-decoration: none;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-mobile-login-btn {
   color: var(--whatsaibot-primary);
   background: transparent;
   border: 2px solid var(--whatsaibot-primary);
}

.whatsaibot-mobile-signup-btn {
   color: var(--whatsaibot-white);
   background: var(--whatsaibot-gradient);
}

/* ============================================
   Hero Section Styles
   ============================================ */

.whatsaibot-hero {
   position: relative;
   min-height: 100vh;
   overflow: hidden;
}

.whatsaibot-hero__bg {
   position: absolute;
   inset: 0;
   z-index: -1;
}

.whatsaibot-hero__gradient {
   position: absolute;
   inset: 0;
   background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #1e3a5f 100%);
}

.whatsaibot-hero__pattern {
   position: absolute;
   inset: 0;
   background-image:
      radial-gradient(circle at 20% 80%, rgba(37, 211, 102, 0.1) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(52, 183, 241, 0.1) 0%, transparent 50%),
      url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.whatsaibot-hero__content {
   padding-top: 6rem;
}

.whatsaibot-hero__badge {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   padding: 0.5rem 1rem;
   background: rgba(37, 211, 102, 0.15);
   border: 1px solid rgba(37, 211, 102, 0.3);
   border-radius: 50px;
   margin-bottom: 1.5rem;
}

.whatsaibot-hero__badge .badge-icon {
   color: var(--whatsaibot-primary);
   font-size: 1rem;
}

.whatsaibot-hero__badge .badge-text {
   color: var(--whatsaibot-primary);
   font-size: 0.85rem;
   font-weight: 500;
}

.whatsaibot-hero__title {
   font-size: 3.5rem;
   font-weight: 800;
   line-height: 1.1;
   color: var(--whatsaibot-white);
   margin-bottom: 1.5rem;
}

.whatsaibot-hero__title .highlight {
   background: var(--whatsaibot-gradient);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.whatsaibot-hero__subtitle {
   font-size: 1.15rem;
   line-height: 1.7;
   color: rgba(255, 255, 255, 0.7);
   margin-bottom: 2rem;
   max-width: 540px;
}

.whatsaibot-hero__cta {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
   margin-bottom: 3rem;
}

.whatsaibot-hero__stats {
   display: flex;
   align-items: center;
   gap: 2rem;
   padding: 1.5rem 0;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
   text-align: center;
}

.stat-number {
   font-size: 1.75rem;
   font-weight: 700;
   color: var(--whatsaibot-white);
}

.stat-label {
   font-size: 0.85rem;
   color: rgba(255, 255, 255, 0.6);
}

.stat-divider {
   width: 1px;
   height: 40px;
   background: rgba(255, 255, 255, 0.2);
}

/* Hero Visual / Phone Mockup */
.whatsaibot-hero__visual {
   padding-top: 4rem;
}

.whatsaibot-hero__mockup {
   position: relative;
   display: flex;
   justify-content: center;
}

.phone-mockup {
   position: relative;
   z-index: 2;
}

.phone-frame {
   width: 280px;
   height: 580px;
   background: #1a1a1a;
   border-radius: 40px;
   padding: 12px;
   box-shadow:
      0 50px 100px -20px rgba(0, 0, 0, 0.5),
      0 30px 60px -30px rgba(0, 0, 0, 0.3),
      inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.phone-notch {
   width: 120px;
   height: 25px;
   background: #1a1a1a;
   border-radius: 0 0 20px 20px;
   margin: 0 auto;
   position: relative;
   z-index: 10;
}

.phone-screen {
   width: 100%;
   height: 100%;
   background: #e5ddd5;
   border-radius: 30px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
}

/* WhatsApp Interface */
.wa-header {
   display: flex;
   align-items: center;
   gap: 0.75rem;
   padding: 0.75rem;
   background: var(--whatsaibot-secondary);
   color: white;
}

.wa-header__back {
   font-size: 0.9rem;
}

.wa-header__avatar {
   width: 32px;
   height: 32px;
}

.wa-header__info {
   flex: 1;
}

.wa-name {
   font-size: 0.85rem;
   font-weight: 600;
}

.wa-status {
   font-size: 0.7rem;
   opacity: 0.8;
}

.wa-header__actions {
   display: flex;
   gap: 1rem;
   font-size: 0.85rem;
}

.wa-chat {
   flex: 1;
   padding: 1rem;
   overflow-y: auto;
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
}

.wa-message {
   max-width: 85%;
   padding: 0.5rem 0.75rem;
   border-radius: 8px;
   font-size: 0.75rem;
   line-height: 1.4;
   position: relative;
}

.wa-message p {
   margin: 0;
   color: #303030;
}

.wa-message ul {
   margin: 0.25rem 0;
   padding-left: 1rem;
   font-size: 0.7rem;
}

.wa-message--received {
   background: white;
   align-self: flex-start;
   border-bottom-left-radius: 0;
}

.wa-message--sent {
   background: var(--whatsaibot-primary-light);
   align-self: flex-end;
   border-bottom-right-radius: 0;
}

.wa-message--ai {
   border-left: 3px solid var(--whatsaibot-primary);
}

.ai-badge {
   display: inline-flex;
   align-items: center;
   gap: 0.25rem;
   font-size: 0.6rem;
   font-weight: 600;
   color: var(--whatsaibot-primary);
   margin-bottom: 0.25rem;
}

.wa-time {
   display: block;
   font-size: 0.6rem;
   color: #667781;
   text-align: right;
   margin-top: 0.25rem;
}

/* Typing Indicator */
.typing-indicator {
   display: flex;
   gap: 4px;
   padding: 4px 0;
}

.typing-indicator span {
   width: 6px;
   height: 6px;
   background: #667781;
   border-radius: 50%;
   animation: typing 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(2) {
   animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
   animation-delay: 0.4s;
}

@keyframes typing {
   0%, 60%, 100% {
      transform: translateY(0);
   }
   30% {
      transform: translateY(-4px);
   }
}

.wa-input {
   display: flex;
   align-items: center;
   gap: 0.75rem;
   padding: 0.5rem 0.75rem;
   background: #f0f2f5;
}

.wa-input i {
   color: #54656f;
   font-size: 1rem;
}

.wa-input input {
   flex: 1;
   border: none;
   background: white;
   padding: 0.5rem 0.75rem;
   border-radius: 20px;
   font-size: 0.75rem;
}

/* Floating Elements */
.floating-element {
   position: absolute;
   z-index: 3;
}

.floating-element--1 {
   top: 15%;
   left: -10%;
   animation: float 3s ease-in-out infinite;
}

.floating-element--2 {
   top: 45%;
   right: -15%;
   animation: float 3s ease-in-out infinite 0.5s;
}

.floating-element--3 {
   bottom: 20%;
   left: -5%;
   animation: float 3s ease-in-out infinite 1s;
}

.floating-card {
   display: flex;
   align-items: center;
   gap: 0.75rem;
   padding: 0.75rem 1.25rem;
   background: white;
   border-radius: 12px;
   box-shadow: var(--whatsaibot-shadow-lg);
}

.floating-card i {
   font-size: 1.25rem;
   color: var(--whatsaibot-primary);
}

.floating-card span {
   font-size: 0.85rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   white-space: nowrap;
}

@keyframes float {
   0%, 100% {
      transform: translateY(0);
   }
   50% {
      transform: translateY(-10px);
   }
}

/* Scroll Indicator */
.whatsaibot-hero__scroll {
   position: absolute;
   bottom: 2rem;
   left: 50%;
   transform: translateX(-50%);
}

.scroll-link {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 0.5rem;
   text-decoration: none;
   color: rgba(255, 255, 255, 0.6);
   transition: var(--whatsaibot-transition);
}

.scroll-link:hover {
   color: var(--whatsaibot-primary);
}

.scroll-text {
   font-size: 0.75rem;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.scroll-icon {
   width: 24px;
   height: 40px;
   border: 2px solid currentColor;
   border-radius: 12px;
   display: flex;
   justify-content: center;
   padding-top: 8px;
}

.scroll-wheel {
   width: 4px;
   height: 8px;
   background: currentColor;
   border-radius: 2px;
   animation: scroll-down 1.5s infinite;
}

@keyframes scroll-down {
   0% {
      opacity: 1;
      transform: translateY(0);
   }
   100% {
      opacity: 0;
      transform: translateY(8px);
   }
}

/* ============================================
   Button Styles
   ============================================ */

.whatsaibot-btn {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   padding: 1rem 2rem;
   font-size: 1rem;
   font-weight: 600;
   border-radius: 50px;
   text-decoration: none;
   transition: var(--whatsaibot-transition);
   border: none;
   cursor: pointer;
}

.whatsaibot-btn--primary {
   color: var(--whatsaibot-white);
   background: var(--whatsaibot-gradient);
   box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsaibot-btn--primary:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
   color: var(--whatsaibot-white);
}

.whatsaibot-btn--outline {
   color: var(--whatsaibot-white);
   background: transparent;
   border: 2px solid rgba(255, 255, 255, 0.3);
}

.whatsaibot-btn--outline:hover {
   border-color: var(--whatsaibot-primary);
   color: var(--whatsaibot-primary);
}

.whatsaibot-btn--white {
   color: var(--whatsaibot-primary-dark);
   background: var(--whatsaibot-white);
   box-shadow: var(--whatsaibot-shadow-lg);
}

.whatsaibot-btn--white:hover {
   transform: translateY(-2px);
   box-shadow: var(--whatsaibot-shadow-xl);
   color: var(--whatsaibot-primary-dark);
}

.whatsaibot-btn--full {
   width: 100%;
   justify-content: center;
}

/* ============================================
   Section Styles
   ============================================ */

.whatsaibot-section-header {
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
}

.whatsaibot-section-badge {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   padding: 0.4rem 1rem;
   background: rgba(37, 211, 102, 0.1);
   color: var(--whatsaibot-primary-dark);
   border-radius: 50px;
   font-size: 0.85rem;
   font-weight: 600;
   margin-bottom: 1rem;
}

.whatsaibot-section-title {
   font-size: 2.5rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 1rem;
   line-height: 1.2;
}

.whatsaibot-section-subtitle {
   font-size: 1.1rem;
   color: var(--whatsaibot-gray);
   line-height: 1.6;
}

/* ============================================
   Feature Card Styles
   ============================================ */

.whatsaibot-feature-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   height: 100%;
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-feature-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-xl);
   border-color: transparent;
}

.whatsaibot-feature-card__icon {
   width: 70px;
   height: 70px;
   border-radius: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.5rem;
}

.whatsaibot-feature-card__icon img {
   max-width: 40px;
   max-height: 40px;
}

.whatsaibot-feature-card__icon i {
   font-size: 2rem;
}

.whatsaibot-feature-card__title {
   font-size: 1.25rem;
   font-weight: 600;
   margin-bottom: 0.75rem;
}

.whatsaibot-feature-card__title a {
   color: var(--whatsaibot-dark);
   text-decoration: none;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-feature-card__title a:hover {
   color: var(--whatsaibot-primary);
}

.whatsaibot-feature-card__desc {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
   line-height: 1.6;
   margin-bottom: 1.5rem;
}

.whatsaibot-feature-card__link a {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   font-size: 0.9rem;
   font-weight: 600;
   color: var(--whatsaibot-primary-dark);
   text-decoration: none;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-feature-card__link a:hover {
   color: var(--whatsaibot-primary);
   gap: 0.75rem;
}

/* ============================================
   Step Card Styles
   ============================================ */

.whatsaibot-how-it-works {
   background: var(--whatsaibot-light);
}

.whatsaibot-step-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2.5rem 2rem;
   text-align: center;
   height: 100%;
   position: relative;
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-step-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-xl);
   border-color: transparent;
}

.whatsaibot-step-card__number {
   position: absolute;
   top: -15px;
   left: 50%;
   transform: translateX(-50%);
   width: 40px;
   height: 40px;
   background: var(--whatsaibot-gradient);
   color: var(--whatsaibot-white);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 0.9rem;
   font-weight: 700;
}

.whatsaibot-step-card__icon {
   width: 80px;
   height: 80px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 1rem auto 1.5rem;
}

.whatsaibot-step-card__icon i {
   font-size: 2rem;
   color: var(--whatsaibot-primary);
}

.whatsaibot-step-card__title {
   font-size: 1.25rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-step-card__desc {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
   line-height: 1.6;
}

/* ============================================
   CTA Section Styles
   ============================================ */

.whatsaibot-cta__wrapper {
   position: relative;
   background: var(--whatsaibot-gradient);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 4rem 3rem;
   overflow: hidden;
}

.whatsaibot-cta__bg {
   position: absolute;
   inset: 0;
}

.whatsaibot-cta__pattern {
   position: absolute;
   inset: 0;
   background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.whatsaibot-cta__content {
   position: relative;
   z-index: 1;
}

.whatsaibot-cta__title {
   font-size: 2rem;
   font-weight: 700;
   color: var(--whatsaibot-white);
   margin-bottom: 0.75rem;
}

.whatsaibot-cta__text {
   font-size: 1.1rem;
   color: rgba(255, 255, 255, 0.85);
   margin-bottom: 0;
}

.whatsaibot-cta__action {
   position: relative;
   z-index: 1;
}

/* ============================================
   Auth Section Styles
   ============================================ */

.whatsaibot-auth-section {
   position: relative;
   min-height: 100vh;
}

.whatsaibot-auth__bg {
   position: absolute;
   inset: 0;
   z-index: -1;
}

.whatsaibot-auth__gradient {
   position: absolute;
   inset: 0;
   background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.whatsaibot-auth__pattern {
   position: absolute;
   inset: 0;
   background-image:
      radial-gradient(circle at 10% 20%, rgba(37, 211, 102, 0.05) 0%, transparent 50%),
      radial-gradient(circle at 90% 80%, rgba(52, 183, 241, 0.05) 0%, transparent 50%);
}

.whatsaibot-auth__info {
   padding-right: 3rem;
}

.whatsaibot-auth__info-title {
   font-size: 2.5rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 1rem;
   line-height: 1.2;
}

.whatsaibot-auth__info-text {
   font-size: 1.15rem;
   color: var(--whatsaibot-gray);
   line-height: 1.6;
   margin-bottom: 2rem;
}

.whatsaibot-auth__benefits {
   display: flex;
   flex-direction: column;
   gap: 1.25rem;
}

.benefit-item {
   display: flex;
   align-items: flex-start;
   gap: 1rem;
}

.benefit-icon {
   width: 24px;
   height: 24px;
   color: var(--whatsaibot-primary);
   font-size: 1.25rem;
   flex-shrink: 0;
}

.benefit-text strong {
   display: block;
   font-size: 1rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.25rem;
}

.benefit-text span {
   font-size: 0.9rem;
   color: var(--whatsaibot-gray);
}

.whatsaibot-auth__testimonial {
   margin-top: 2rem;
}

.testimonial-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius);
   padding: 1.5rem;
   box-shadow: var(--whatsaibot-shadow);
}

.testimonial-quote {
   color: var(--whatsaibot-primary);
   font-size: 1.5rem;
   margin-bottom: 0.75rem;
}

.testimonial-text {
   font-size: 1rem;
   color: var(--whatsaibot-dark);
   font-style: italic;
   margin-bottom: 1rem;
   line-height: 1.6;
}

.testimonial-author {
   display: flex;
   align-items: center;
   gap: 0.75rem;
}

.author-avatar {
   width: 40px;
   height: 40px;
   background: var(--whatsaibot-gray-light);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--whatsaibot-gray);
}

.author-info strong {
   display: block;
   font-size: 0.9rem;
   color: var(--whatsaibot-dark);
}

.author-info span {
   font-size: 0.8rem;
   color: var(--whatsaibot-gray);
}

/* Feature Highlights */
.whatsaibot-auth__features {
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
}

.feature-highlight {
   display: flex;
   align-items: flex-start;
   gap: 1rem;
}

.feature-highlight__icon {
   width: 50px;
   height: 50px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}

.feature-highlight__icon i {
   font-size: 1.25rem;
   color: var(--whatsaibot-primary);
}

.feature-highlight__content h5 {
   font-size: 1rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.25rem;
}

.feature-highlight__content p {
   font-size: 0.9rem;
   color: var(--whatsaibot-gray);
   margin: 0;
   line-height: 1.5;
}

/* Form Card */
.whatsaibot-auth__form-wrapper {
   display: flex;
   justify-content: center;
}

.whatsaibot-auth__form-card {
   width: 100%;
   max-width: 440px;
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2.5rem;
   box-shadow: var(--whatsaibot-shadow-xl);
}

.whatsaibot-auth__form-header {
   margin-bottom: 2rem;
}

.whatsaibot-auth__logo {
   display: inline-block;
   margin-bottom: 1.5rem;
}

.whatsaibot-auth__form-title {
   font-size: 1.5rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.5rem;
}

.whatsaibot-auth__form-subtitle {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
}

/* Plan Selection */
.whatsaibot-auth__plan-select {
   margin-bottom: 1.5rem;
}

.plan-options {
   display: flex;
   flex-direction: column;
   gap: 0.75rem;
}

.plan-option {
   position: relative;
}

.plan-option input[type="radio"] {
   position: absolute;
   opacity: 0;
}

.plan-option label {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 1rem 1.25rem;
   background: var(--whatsaibot-light);
   border: 2px solid transparent;
   border-radius: var(--whatsaibot-radius);
   cursor: pointer;
   transition: var(--whatsaibot-transition);
}

.plan-option:hover label {
   border-color: var(--whatsaibot-gray-light);
}

.plan-option.selected label {
   border-color: var(--whatsaibot-primary);
   background: rgba(37, 211, 102, 0.05);
}

.plan-info {
   display: flex;
   flex-direction: column;
}

.plan-name {
   font-size: 0.95rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
}

.plan-price {
   font-size: 0.85rem;
   color: var(--whatsaibot-gray);
}

.plan-price small {
   font-size: 0.75rem;
}

.plan-check {
   width: 24px;
   height: 24px;
   border: 2px solid var(--whatsaibot-gray-light);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: var(--whatsaibot-transition);
}

.plan-check i {
   font-size: 0.75rem;
   color: transparent;
}

.plan-option.selected .plan-check {
   background: var(--whatsaibot-primary);
   border-color: var(--whatsaibot-primary);
}

.plan-option.selected .plan-check i {
   color: var(--whatsaibot-white);
}

/* Form Styles */
.whatsaibot-form-group {
   margin-bottom: 1.25rem;
}

.whatsaibot-form-label {
   display: block;
   font-size: 0.9rem;
   font-weight: 500;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.5rem;
}

.whatsaibot-input-wrapper {
   position: relative;
   display: flex;
   align-items: center;
}

.whatsaibot-input-wrapper > i {
   position: absolute;
   left: 1rem;
   color: var(--whatsaibot-gray);
   font-size: 1rem;
}

.whatsaibot-form-input {
   width: 100%;
   padding: 0.875rem 1rem 0.875rem 2.75rem;
   font-size: 0.95rem;
   border: 2px solid var(--whatsaibot-gray-light);
   border-radius: var(--whatsaibot-radius);
   transition: var(--whatsaibot-transition);
   background: var(--whatsaibot-white);
}

.whatsaibot-form-input:focus {
   outline: none;
   border-color: var(--whatsaibot-primary);
   box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

.whatsaibot-form-input.is-invalid {
   border-color: #ef4444;
}

.password-toggle {
   position: absolute;
   right: 1rem;
   background: none;
   border: none;
   color: var(--whatsaibot-gray);
   cursor: pointer;
   padding: 0;
}

.whatsaibot-form-error {
   display: block;
   font-size: 0.8rem;
   color: #ef4444;
   margin-top: 0.5rem;
}

/* Checkbox */
.whatsaibot-checkbox {
   display: flex;
   align-items: flex-start;
   gap: 0.5rem;
}

.whatsaibot-checkbox input[type="checkbox"] {
   width: 18px;
   height: 18px;
   margin-top: 2px;
   accent-color: var(--whatsaibot-primary);
}

.whatsaibot-checkbox label {
   font-size: 0.85rem;
   color: var(--whatsaibot-gray);
   line-height: 1.5;
}

.whatsaibot-checkbox label a {
   color: var(--whatsaibot-primary-dark);
   text-decoration: none;
}

.whatsaibot-checkbox label a:hover {
   text-decoration: underline;
}

/* Divider */
.whatsaibot-auth__divider {
   position: relative;
   text-align: center;
   margin: 1.5rem 0;
}

.whatsaibot-auth__divider::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   height: 1px;
   background: var(--whatsaibot-gray-light);
}

.whatsaibot-auth__divider span {
   position: relative;
   background: var(--whatsaibot-white);
   padding: 0 1rem;
   font-size: 0.85rem;
   color: var(--whatsaibot-gray);
}

/* Footer */
.whatsaibot-auth__footer p {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
   margin: 0;
}

.whatsaibot-link {
   color: var(--whatsaibot-primary-dark);
   font-weight: 600;
   text-decoration: none;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-link:hover {
   color: var(--whatsaibot-primary);
}

.whatsaibot-link--small {
   font-size: 0.85rem;
}

/* ============================================
   Footer Update
   ============================================ */

.whatsaibot-footer {
   background: var(--whatsaibot-darker);
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 1199px) {
   .whatsaibot-hero__title {
      font-size: 3rem;
   }

   .floating-element--1,
   .floating-element--2,
   .floating-element--3 {
      display: none;
   }
}

@media (max-width: 991px) {
   .whatsaibot-hero__title {
      font-size: 2.5rem;
   }

   .whatsaibot-hero__content {
      text-align: center;
      padding-top: 8rem;
   }

   .whatsaibot-hero__subtitle {
      margin-left: auto;
      margin-right: auto;
   }

   .whatsaibot-hero__cta {
      justify-content: center;
   }

   .whatsaibot-hero__stats {
      justify-content: center;
   }

   .whatsaibot-hero__visual {
      padding-top: 3rem;
   }

   .phone-frame {
      width: 240px;
      height: 500px;
   }

   .whatsaibot-section-title {
      font-size: 2rem;
   }

   .whatsaibot-cta__wrapper {
      padding: 3rem 2rem;
      text-align: center;
   }

   .whatsaibot-cta__action {
      margin-top: 1.5rem;
   }

   .whatsaibot-auth__info {
      padding-right: 0;
   }
}

@media (max-width: 767px) {
   .whatsaibot-hero__title {
      font-size: 2rem;
   }

   .whatsaibot-hero__stats {
      flex-wrap: wrap;
      gap: 1.5rem;
   }

   .stat-divider {
      display: none;
   }

   .stat-item {
      flex: 1 1 80px;
   }

   .whatsaibot-btn {
      padding: 0.875rem 1.5rem;
      font-size: 0.9rem;
   }

   .whatsaibot-section-title {
      font-size: 1.75rem;
   }

   .whatsaibot-cta__title {
      font-size: 1.5rem;
   }

   .whatsaibot-auth__form-card {
      padding: 1.5rem;
   }
}

@media (max-width: 575px) {
   .whatsaibot-hero__badge {
      font-size: 0.75rem;
   }

   .phone-frame {
      width: 220px;
      height: 460px;
   }
}

/* ============================================
   Footer Social Links
   ============================================ */

.footer-social-link {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   color: var(--whatsaibot-white);
   font-size: 1rem;
   transition: var(--whatsaibot-transition);
   text-decoration: none;
}

.footer-social-link:hover {
   background: var(--whatsaibot-primary);
   color: var(--whatsaibot-white);
   transform: translateY(-3px);
}

/* ============================================
   Pricing Section Enhancement
   ============================================ */

.tp-price__item {
   transition: var(--whatsaibot-transition);
}

.tp-price__item:hover {
   transform: translateY(-10px);
}

/* ============================================
   General Enhancements
   ============================================ */

/* Smooth scrolling */
html {
   scroll-behavior: smooth;
}

/* Selection color */
::selection {
   background: var(--whatsaibot-primary);
   color: var(--whatsaibot-white);
}

/* Focus states */
a:focus,
button:focus,
input:focus,
textarea:focus {
   outline: 2px solid var(--whatsaibot-primary);
   outline-offset: 2px;
}

/* ============================================
   Testimonial Card Styles
   ============================================ */

.whatsaibot-testimonials {
   background: var(--whatsaibot-light);
}

.whatsaibot-testimonial-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   height: 100%;
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-testimonial-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-xl);
   border-color: transparent;
}

.whatsaibot-testimonial-card__rating {
   margin-bottom: 1rem;
}

.whatsaibot-testimonial-card__rating i {
   color: #fbbf24;
   font-size: 0.9rem;
   margin-right: 2px;
}

.whatsaibot-testimonial-card__text {
   font-size: 1rem;
   line-height: 1.7;
   color: var(--whatsaibot-dark);
   margin-bottom: 1.5rem;
   font-style: italic;
}

.whatsaibot-testimonial-card__author {
   display: flex;
   align-items: center;
   gap: 1rem;
}

.whatsaibot-testimonial-card__author .author-avatar {
   width: 48px;
   height: 48px;
   border-radius: 50%;
   overflow: hidden;
}

.whatsaibot-testimonial-card__author .author-avatar img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.whatsaibot-testimonial-card__author .avatar-placeholder {
   width: 48px;
   height: 48px;
   border-radius: 50%;
   background: var(--whatsaibot-gradient);
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--whatsaibot-white);
   font-weight: 700;
   font-size: 1.25rem;
}

.whatsaibot-testimonial-card__author .author-info h5 {
   font-size: 1rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.25rem;
}

.whatsaibot-testimonial-card__author .author-info span {
   font-size: 0.85rem;
   color: var(--whatsaibot-gray);
}

/* ============================================
   Pricing Card Styles
   ============================================ */

.whatsaibot-pricing {
   background: var(--whatsaibot-white);
}

.whatsaibot-pricing-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   height: 100%;
   transition: var(--whatsaibot-transition);
   border: 2px solid var(--whatsaibot-gray-light);
   position: relative;
   display: flex;
   flex-direction: column;
}

.whatsaibot-pricing-card:hover {
   transform: translateY(-8px);
   box-shadow: var(--whatsaibot-shadow-xl);
}

.whatsaibot-pricing-card--featured {
   border-color: var(--whatsaibot-primary);
   background: linear-gradient(180deg, rgba(37, 211, 102, 0.03) 0%, var(--whatsaibot-white) 100%);
}

.whatsaibot-pricing-card--featured:hover {
   border-color: var(--whatsaibot-primary);
}

.pricing-badge {
   position: absolute;
   top: -12px;
   left: 50%;
   transform: translateX(-50%);
   background: var(--whatsaibot-gradient);
   color: var(--whatsaibot-white);
   padding: 0.4rem 1.25rem;
   border-radius: 50px;
   font-size: 0.8rem;
   font-weight: 600;
   white-space: nowrap;
}

.whatsaibot-pricing-card__header {
   text-align: center;
   padding-bottom: 1.5rem;
   border-bottom: 1px solid var(--whatsaibot-gray-light);
   margin-bottom: 1.5rem;
}

.pricing-icon {
   width: 60px;
   height: 60px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1rem;
}

.pricing-icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.pricing-name {
   font-size: 1.25rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.pricing-price {
   display: flex;
   align-items: baseline;
   justify-content: center;
   gap: 0.25rem;
}

.price-amount {
   font-size: 2.5rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
}

.price-period {
   font-size: 1rem;
   color: var(--whatsaibot-gray);
}

.whatsaibot-pricing-card__body {
   flex: 1;
   margin-bottom: 1.5rem;
}

.pricing-features {
   list-style: none;
   padding: 0;
   margin: 0;
}

.pricing-features li {
   display: flex;
   align-items: flex-start;
   gap: 0.75rem;
   padding: 0.6rem 0;
   font-size: 0.95rem;
   color: var(--whatsaibot-dark);
}

.pricing-features li i {
   color: var(--whatsaibot-primary);
   margin-top: 3px;
   flex-shrink: 0;
}

.whatsaibot-pricing-card__footer {
   text-align: center;
}

.pricing-note {
   font-size: 0.8rem;
   color: var(--whatsaibot-gray);
   margin-top: 0.75rem;
   margin-bottom: 0;
}

.whatsaibot-btn--outline-dark {
   color: var(--whatsaibot-dark);
   background: transparent;
   border: 2px solid var(--whatsaibot-gray-light);
}

.whatsaibot-btn--outline-dark:hover {
   border-color: var(--whatsaibot-primary);
   color: var(--whatsaibot-primary);
}

/* ============================================
   Plan Summary Card (Register Page)
   ============================================ */

.whatsaibot-plan-summary {
   margin-top: 2rem;
}

.plan-summary-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 1.5rem;
   box-shadow: var(--whatsaibot-shadow);
}

.plan-summary-header {
   display: flex;
   align-items: center;
   gap: 1rem;
   padding-bottom: 1rem;
   border-bottom: 1px solid var(--whatsaibot-gray-light);
   margin-bottom: 1rem;
}

.plan-summary-header .plan-icon {
   width: 50px;
   height: 50px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.plan-summary-header .plan-icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.plan-summary-header .plan-details h4 {
   font-size: 1.1rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.25rem;
}

.plan-summary-header .plan-price {
   font-size: 1.25rem;
   font-weight: 700;
   color: var(--whatsaibot-primary-dark);
}

.plan-summary-header .plan-price small {
   font-size: 0.85rem;
   font-weight: 400;
   color: var(--whatsaibot-gray);
}

.plan-features {
   list-style: none;
   padding: 0;
   margin: 0;
}

.plan-features li {
   display: flex;
   align-items: center;
   gap: 0.5rem;
   padding: 0.4rem 0;
   font-size: 0.9rem;
   color: var(--whatsaibot-dark);
}

.plan-features li i {
   color: var(--whatsaibot-primary);
   font-size: 0.8rem;
}

.plan-trial-badge {
   margin-top: 1rem;
   padding: 0.75rem 1rem;
   background: rgba(37, 211, 102, 0.1);
   border-radius: var(--whatsaibot-radius);
   text-align: center;
   color: var(--whatsaibot-primary-dark);
   font-weight: 500;
   font-size: 0.9rem;
}

.plan-trial-badge i {
   color: var(--whatsaibot-primary);
   margin-right: 0.5rem;
}

.whatsaibot-plan-badge {
   background: rgba(37, 211, 102, 0.1);
   border-radius: var(--whatsaibot-radius);
   padding: 0.75rem 1rem;
}

.whatsaibot-plan-badge span {
   color: var(--whatsaibot-primary-dark);
   font-weight: 500;
   font-size: 0.9rem;
}

.whatsaibot-plan-badge i {
   color: var(--whatsaibot-primary);
}

/* ============================================
   Light Header Variant
   ============================================ */

.whatsaibot-brand-dark {
   color: var(--whatsaibot-dark) !important;
}

.whatsaibot-nav-dark li a {
   color: var(--whatsaibot-dark);
}

.whatsaibot-nav-dark li a:hover {
   color: var(--whatsaibot-primary);
}

.whatsaibot-login-dark {
   color: var(--whatsaibot-dark);
}

.whatsaibot-login-dark:hover {
   color: var(--whatsaibot-primary);
}

.whatsaibot-header-light {
   background: var(--whatsaibot-white);
   box-shadow: var(--whatsaibot-shadow);
}

/* ============================================
   Offcanvas Menu Updates
   ============================================ */

.whatsaibot-offcanvas {
   background: var(--whatsaibot-darker) !important;
}

.whatsaibot-offcanvas .offcanva-title {
   color: var(--whatsaibot-white);
}

.whatsaibot-offcanvas .tpoffcanvas__info-address span,
.whatsaibot-offcanvas .tpoffcanvas__info-address a {
   color: rgba(255, 255, 255, 0.8);
}

.whatsaibot-offcanvas .tpoffcanvas__info-icon a {
   background: rgba(37, 211, 102, 0.2);
   color: var(--whatsaibot-primary);
}

.whatsaibot-offcanvas .social-icon a {
   background: rgba(255, 255, 255, 0.1);
   color: var(--whatsaibot-white);
}

.whatsaibot-offcanvas .social-icon a:hover {
   background: var(--whatsaibot-primary);
}

/* ============================================
   Footer Updates
   ============================================ */

.whatsaibot-footer .tp-footer__area {
   background: linear-gradient(135deg, var(--whatsaibot-darker) 0%, #1a1a2e 100%);
}

.whatsaibot-footer .tp-footer__content h3 {
   color: var(--whatsaibot-white);
}

.whatsaibot-footer .tp-footer__content p {
   color: rgba(255, 255, 255, 0.7);
}

.whatsaibot-footer .tp-footer-bottom__menu ul li a {
   color: rgba(255, 255, 255, 0.8);
   transition: var(--whatsaibot-transition);
}

.whatsaibot-footer .tp-footer-bottom__menu ul li a:hover {
   color: var(--whatsaibot-primary);
}

/* ============================================
   FAQ Section Styles
   ============================================ */

.whatsaibot-faq {
   position: relative;
   background: var(--whatsaibot-light);
}

.whatsaibot-accordion .accordion {
   background: transparent;
   border: none;
}

.whatsaibot-accordion__item {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius);
   margin-bottom: 1rem;
   box-shadow: var(--whatsaibot-shadow);
   border: none;
   overflow: hidden;
}

.whatsaibot-accordion__header {
   margin: 0;
}

.whatsaibot-accordion__button {
   width: 100%;
   display: flex;
   align-items: center;
   gap: 1rem;
   padding: 1.25rem 1.5rem;
   background: var(--whatsaibot-white);
   border: none;
   text-align: left;
   font-weight: 600;
   font-size: 1rem;
   color: var(--whatsaibot-dark);
   cursor: pointer;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-accordion__button:hover {
   color: var(--whatsaibot-primary);
}

.whatsaibot-accordion__button:not(.collapsed) {
   color: var(--whatsaibot-primary);
   background: rgba(37, 211, 102, 0.05);
}

.whatsaibot-accordion__button .accordion-icon {
   width: 28px;
   height: 28px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   color: var(--whatsaibot-primary);
   font-size: 0.75rem;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-accordion__button:not(.collapsed) .accordion-icon {
   background: var(--whatsaibot-primary);
   color: var(--whatsaibot-white);
   transform: rotate(45deg);
}

.whatsaibot-accordion__button .accordion-number {
   width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   color: var(--whatsaibot-primary);
   font-weight: 700;
   font-size: 0.85rem;
   flex-shrink: 0;
}

.whatsaibot-accordion__button:not(.collapsed) .accordion-number {
   background: var(--whatsaibot-gradient);
   color: var(--whatsaibot-white);
}

.whatsaibot-accordion__button .accordion-icon.fa-chevron-down {
   margin-left: auto;
   transition: transform 0.3s ease;
}

.whatsaibot-accordion__button:not(.collapsed) .fa-chevron-down {
   transform: rotate(180deg);
}

.whatsaibot-accordion__body {
   padding: 0 1.5rem 1.5rem 4rem;
   color: var(--whatsaibot-text);
   line-height: 1.7;
}

.whatsaibot-accordion--large .whatsaibot-accordion__item {
   border-radius: var(--whatsaibot-radius-lg);
}

.whatsaibot-accordion--large .whatsaibot-accordion__button {
   padding: 1.5rem 2rem;
   font-size: 1.1rem;
}

.whatsaibot-accordion--large .whatsaibot-accordion__body {
   padding: 0 2rem 2rem 5rem;
   font-size: 1rem;
}

/* FAQ Illustration */
.whatsaibot-faq__illustration {
   padding-left: 2rem;
}

.whatsaibot-faq__image-wrapper {
   position: relative;
}

.whatsaibot-faq__phone-mockup {
   max-width: 320px;
   margin: 0 auto;
}

.whatsaibot-faq__phone-mockup .phone-frame {
   background: var(--whatsaibot-dark);
   border-radius: 36px;
   padding: 12px;
   box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

.whatsaibot-faq__phone-mockup .phone-notch {
   width: 120px;
   height: 24px;
   background: var(--whatsaibot-dark);
   border-radius: 0 0 16px 16px;
   margin: 0 auto 12px;
}

.whatsaibot-faq__phone-mockup .phone-screen {
   background: #e5ddd5;
   border-radius: 28px;
   overflow: hidden;
   min-height: 400px;
}

.whatsaibot-faq__phone-mockup .chat-header {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 16px;
   background: var(--whatsaibot-primary-dark);
}

.whatsaibot-faq__phone-mockup .chat-avatar {
   width: 40px;
   height: 40px;
   background: rgba(255, 255, 255, 0.2);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--whatsaibot-white);
}

.whatsaibot-faq__phone-mockup .chat-info .chat-name {
   display: block;
   color: var(--whatsaibot-white);
   font-weight: 600;
   font-size: 0.95rem;
}

.whatsaibot-faq__phone-mockup .chat-info .chat-status {
   display: block;
   color: rgba(255, 255, 255, 0.8);
   font-size: 0.8rem;
}

.whatsaibot-faq__phone-mockup .chat-messages {
   padding: 16px;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.whatsaibot-faq__phone-mockup .chat-bubble {
   max-width: 85%;
   padding: 10px 14px;
   border-radius: 12px;
   position: relative;
}

.whatsaibot-faq__phone-mockup .chat-bubble.incoming {
   background: var(--whatsaibot-white);
   align-self: flex-start;
   border-bottom-left-radius: 4px;
}

.whatsaibot-faq__phone-mockup .chat-bubble.outgoing {
   background: #dcf8c6;
   align-self: flex-end;
   border-bottom-right-radius: 4px;
}

.whatsaibot-faq__phone-mockup .chat-bubble p {
   margin: 0;
   font-size: 0.9rem;
   color: var(--whatsaibot-dark);
   line-height: 1.4;
}

.whatsaibot-faq__phone-mockup .chat-time {
   font-size: 0.7rem;
   color: rgba(0, 0, 0, 0.45);
   display: block;
   text-align: right;
   margin-top: 4px;
}

.whatsaibot-faq__floating-badge {
   position: absolute;
   background: var(--whatsaibot-white);
   padding: 12px 20px;
   border-radius: 50px;
   box-shadow: var(--whatsaibot-shadow-lg);
   display: flex;
   align-items: center;
   gap: 10px;
}

.whatsaibot-faq__floating-badge i {
   color: var(--whatsaibot-primary);
   font-size: 1.1rem;
}

.whatsaibot-faq__floating-badge span {
   font-weight: 600;
   font-size: 0.85rem;
   color: var(--whatsaibot-dark);
}

.whatsaibot-faq__floating-badge.badge-1 {
   top: 60px;
   left: -20px;
   animation: floatBadge 3s ease-in-out infinite;
}

.whatsaibot-faq__floating-badge.badge-2 {
   bottom: 80px;
   right: -20px;
   animation: floatBadge 3s ease-in-out infinite 1.5s;
}

@keyframes floatBadge {
   0%, 100% { transform: translateY(0); }
   50% { transform: translateY(-10px); }
}

/* Full FAQ Section */
.whatsaibot-faq-full {
   position: relative;
   background: var(--whatsaibot-light);
}

.whatsaibot-faq-full__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 50%;
   background: var(--whatsaibot-gradient);
   z-index: 0;
}

.whatsaibot-faq-full__bg .whatsaibot-faq-full__gradient {
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, transparent 0%, var(--whatsaibot-light) 100%);
}

.whatsaibot-faq-full .container {
   position: relative;
   z-index: 1;
}

.whatsaibot-faq-full .whatsaibot-section-title,
.whatsaibot-faq-full .whatsaibot-section-subtitle {
   color: var(--whatsaibot-white);
}

.whatsaibot-faq-full .whatsaibot-section-badge {
   background: rgba(255, 255, 255, 0.2);
   color: var(--whatsaibot-white);
}

.whatsaibot-faq-full__cta-card {
   background: var(--whatsaibot-white);
   padding: 3rem;
   border-radius: var(--whatsaibot-radius-lg);
   box-shadow: var(--whatsaibot-shadow-lg);
}

.whatsaibot-faq-full__cta-card .cta-icon {
   width: 60px;
   height: 60px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1.5rem;
}

.whatsaibot-faq-full__cta-card .cta-icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.whatsaibot-faq-full__cta-card h4 {
   font-size: 1.5rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-faq-full__cta-card p {
   color: var(--whatsaibot-text);
   margin-bottom: 1.5rem;
}

/* ============================================
   About Section Styles
   ============================================ */

.whatsaibot-about {
   background: var(--whatsaibot-white);
}

.whatsaibot-about__image-wrapper {
   position: relative;
   padding: 2rem;
}

.whatsaibot-about__image-wrapper .main-image {
   border-radius: var(--whatsaibot-radius-lg);
   box-shadow: var(--whatsaibot-shadow-lg);
   width: 100%;
}

.whatsaibot-about__dashboard-mockup {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   box-shadow: var(--whatsaibot-shadow-lg);
   overflow: hidden;
}

.whatsaibot-about__dashboard-mockup .dashboard-header {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 16px 20px;
   background: var(--whatsaibot-light);
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.whatsaibot-about__dashboard-mockup .dashboard-title {
   font-weight: 600;
   color: var(--whatsaibot-dark);
   font-size: 0.9rem;
}

.whatsaibot-about__dashboard-mockup .dashboard-content {
   padding: 24px;
}

.whatsaibot-about__dashboard-mockup .dashboard-stats {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-bottom: 24px;
}

.whatsaibot-about__dashboard-mockup .stat-card {
   background: var(--whatsaibot-light);
   padding: 20px;
   border-radius: var(--whatsaibot-radius);
   text-align: center;
}

.whatsaibot-about__dashboard-mockup .stat-value {
   display: block;
   font-size: 1.75rem;
   font-weight: 700;
   color: var(--whatsaibot-primary);
}

.whatsaibot-about__dashboard-mockup .stat-label {
   font-size: 0.8rem;
   color: var(--whatsaibot-text);
}

.whatsaibot-about__dashboard-mockup .dashboard-chart {
   background: var(--whatsaibot-light);
   border-radius: var(--whatsaibot-radius);
   padding: 20px;
}

.whatsaibot-about__dashboard-mockup .chart-bars {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   height: 120px;
   gap: 12px;
}

.whatsaibot-about__dashboard-mockup .chart-bars .bar {
   flex: 1;
   background: rgba(37, 211, 102, 0.3);
   border-radius: 4px 4px 0 0;
   transition: background 0.3s ease;
}

.whatsaibot-about__dashboard-mockup .chart-bars .bar.active {
   background: var(--whatsaibot-gradient);
}

.whatsaibot-about__floating-card {
   position: absolute;
   background: var(--whatsaibot-white);
   padding: 16px 24px;
   border-radius: var(--whatsaibot-radius);
   box-shadow: var(--whatsaibot-shadow-lg);
   display: flex;
   align-items: center;
   gap: 12px;
}

.whatsaibot-about__floating-card .floating-icon {
   width: 40px;
   height: 40px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.whatsaibot-about__floating-card .floating-icon i {
   color: var(--whatsaibot-primary);
   font-size: 1rem;
}

.whatsaibot-about__floating-card .floating-value {
   display: block;
   font-size: 1.25rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
}

.whatsaibot-about__floating-card .floating-label {
   font-size: 0.75rem;
   color: var(--whatsaibot-text);
}

.whatsaibot-about__floating-card.card-1 {
   top: 0;
   right: 0;
   animation: floatCard 4s ease-in-out infinite;
}

.whatsaibot-about__floating-card.card-2 {
   bottom: 20px;
   left: 0;
   animation: floatCard 4s ease-in-out infinite 2s;
}

@keyframes floatCard {
   0%, 100% { transform: translateY(0); }
   50% { transform: translateY(-12px); }
}

.whatsaibot-about__text {
   font-size: 1.1rem;
   line-height: 1.8;
   color: var(--whatsaibot-text);
}

.whatsaibot-about__features {
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
}

.about-feature {
   display: flex;
   gap: 1rem;
   align-items: flex-start;
}

.about-feature__icon {
   width: 48px;
   height: 48px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: var(--whatsaibot-radius);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}

.about-feature__icon i {
   color: var(--whatsaibot-primary);
   font-size: 1.25rem;
}

.about-feature__content h5 {
   font-size: 1rem;
   font-weight: 600;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.25rem;
}

.about-feature__content p {
   font-size: 0.9rem;
   color: var(--whatsaibot-text);
   margin: 0;
   line-height: 1.5;
}

/* ============================================
   Integrations Section Styles
   ============================================ */

.whatsaibot-integrations {
   position: relative;
   background: var(--whatsaibot-light);
   overflow: hidden;
}

.whatsaibot-integrations__bg {
   position: absolute;
   inset: 0;
   z-index: 0;
}

.whatsaibot-integrations__gradient {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 60%;
   background: linear-gradient(180deg, rgba(37, 211, 102, 0.03) 0%, transparent 100%);
}

.whatsaibot-integrations__pattern {
   position: absolute;
   inset: 0;
   background-image: radial-gradient(circle at 1px 1px, rgba(37, 211, 102, 0.1) 1px, transparent 0);
   background-size: 40px 40px;
   opacity: 0.5;
}

.whatsaibot-integrations .container {
   position: relative;
   z-index: 1;
}

.whatsaibot-integrations__grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 1.5rem;
}

@media (max-width: 991px) {
   .whatsaibot-integrations__grid {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 767px) {
   .whatsaibot-integrations__grid {
      grid-template-columns: repeat(2, 1fr);
   }
}

.whatsaibot-integration-card {
   background: var(--whatsaibot-white);
   padding: 2rem 1.5rem;
   border-radius: var(--whatsaibot-radius-lg);
   text-align: center;
   box-shadow: var(--whatsaibot-shadow);
   transition: var(--whatsaibot-transition);
}

.whatsaibot-integration-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-lg);
}

.whatsaibot-integration-card .integration-icon {
   width: 64px;
   height: 64px;
   border-radius: var(--whatsaibot-radius);
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1rem;
   font-size: 2rem;
}

.whatsaibot-integration-card .integration-icon img {
   max-width: 48px;
   max-height: 48px;
   object-fit: contain;
}

.whatsaibot-integration-card .integration-name {
   font-weight: 600;
   color: var(--whatsaibot-dark);
   font-size: 0.95rem;
}

.whatsaibot-integrations__more p {
   color: var(--whatsaibot-text);
}

.integration-badges {
   display: flex;
   gap: 0.75rem;
   justify-content: center;
   flex-wrap: wrap;
}

.integration-badge {
   background: var(--whatsaibot-white);
   padding: 0.5rem 1rem;
   border-radius: 50px;
   font-size: 0.85rem;
   font-weight: 500;
   color: var(--whatsaibot-primary);
   border: 1px solid rgba(37, 211, 102, 0.2);
}

.whatsaibot-integrations__diagram {
   position: relative;
   width: 400px;
   height: 400px;
   margin: 0 auto;
}

.whatsaibot-integrations__diagram .diagram-center {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
}

.whatsaibot-integrations__diagram .diagram-logo {
   margin-bottom: 0.5rem;
}

.whatsaibot-integrations__diagram .diagram-center span {
   font-weight: 600;
   color: var(--whatsaibot-dark);
}

.whatsaibot-integrations__diagram .diagram-connectors .connector {
   position: absolute;
   width: 56px;
   height: 56px;
   background: var(--whatsaibot-white);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: var(--whatsaibot-shadow);
   font-size: 1.5rem;
   color: var(--whatsaibot-text);
}

.whatsaibot-integrations__diagram .connector-1 { top: 10%; left: 50%; transform: translateX(-50%); }
.whatsaibot-integrations__diagram .connector-2 { top: 25%; right: 10%; }
.whatsaibot-integrations__diagram .connector-3 { bottom: 25%; right: 10%; }
.whatsaibot-integrations__diagram .connector-4 { bottom: 10%; left: 50%; transform: translateX(-50%); }
.whatsaibot-integrations__diagram .connector-5 { bottom: 25%; left: 10%; }
.whatsaibot-integrations__diagram .connector-6 { top: 25%; left: 10%; }

/* Footer Social Links */
.footer-social-link {
   width: 40px;
   height: 40px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   color: var(--whatsaibot-white);
   transition: var(--whatsaibot-transition);
}

.footer-social-link:hover {
   background: var(--whatsaibot-primary);
   color: var(--whatsaibot-white);
   transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
   .whatsaibot-faq__illustration {
      padding-left: 0;
      margin-top: 3rem;
   }

   .whatsaibot-about__image-wrapper {
      margin-bottom: 3rem;
   }

   .whatsaibot-about__floating-card.card-1 {
      right: 20px;
   }

   .whatsaibot-about__floating-card.card-2 {
      left: 20px;
   }
}

/* ============================================
   Why Choose Section Styles
   ============================================ */

.whatsaibot-why-choose {
   position: relative;
   background: var(--whatsaibot-gradient);
   overflow: hidden;
}

.whatsaibot-why-choose__bg {
   position: absolute;
   inset: 0;
   z-index: 0;
}

.whatsaibot-why-choose__gradient {
   position: absolute;
   inset: 0;
   background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, transparent 50%, rgba(0,0,0,0.1) 100%);
}

.whatsaibot-why-choose__pattern {
   position: absolute;
   inset: 0;
   background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
   opacity: 0.5;
}

.whatsaibot-why-choose .container {
   position: relative;
   z-index: 1;
}

.whatsaibot-section-badge--light {
   background: rgba(255, 255, 255, 0.2) !important;
   color: var(--whatsaibot-white) !important;
}

.text-white-70 {
   color: rgba(255, 255, 255, 0.7) !important;
}

.whatsaibot-why-card {
   background: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2.5rem 2rem;
   text-align: center;
   height: 100%;
   transition: var(--whatsaibot-transition);
}

.whatsaibot-why-card:hover {
   background: rgba(255, 255, 255, 0.15);
   transform: translateY(-5px);
}

.whatsaibot-why-card__icon {
   width: 80px;
   height: 80px;
   background: rgba(255, 255, 255, 0.2);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1.5rem;
}

.whatsaibot-why-card__icon i {
   font-size: 2rem;
   color: var(--whatsaibot-white);
}

.whatsaibot-why-card__title {
   font-size: 1.25rem;
   font-weight: 700;
   color: var(--whatsaibot-white);
   margin-bottom: 0.75rem;
}

.whatsaibot-why-card__text {
   color: rgba(255, 255, 255, 0.8);
   font-size: 0.95rem;
   line-height: 1.6;
   margin: 0;
}

/* Stats Section */
.whatsaibot-stats {
   background: var(--whatsaibot-white);
   padding: 3rem 0;
   margin-top: -1px;
}

.whatsaibot-stats__wrapper {
   background: var(--whatsaibot-light);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 3rem 2rem;
}

.whatsaibot-stat-item {
   text-align: center;
   padding: 1rem;
}

.whatsaibot-stat-item__value {
   font-size: 2.5rem;
   font-weight: 800;
   color: var(--whatsaibot-primary);
   line-height: 1.2;
   margin-bottom: 0.5rem;
}

.whatsaibot-stat-item__value .counter {
   font-style: normal;
}

.whatsaibot-stat-item__label {
   font-size: 0.9rem;
   color: var(--whatsaibot-text);
   font-weight: 500;
}

@media (max-width: 767px) {
   .whatsaibot-stat-item__value {
      font-size: 1.75rem;
   }

   .whatsaibot-stat-item__label {
      font-size: 0.8rem;
   }

   .whatsaibot-stats__wrapper {
      padding: 2rem 1rem;
   }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
   *,
   *::before,
   *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
   }

   html {
      scroll-behavior: auto;
   }
}

/* ============================================
   NEW Landing Page V2 Styles
   ============================================ */

/* Hero Value Props */
.whatsaibot-hero__value-props {
   display: flex;
   flex-wrap: wrap;
   gap: 1.5rem;
   margin-bottom: 2rem;
   margin-top: 1.5rem;
}

.value-prop-item {
   display: flex;
   align-items: center;
   gap: 0.5rem;
   color: rgba(255, 255, 255, 0.9);
   font-size: 0.9rem;
   font-weight: 500;
}

.value-prop-item i {
   color: var(--whatsaibot-primary);
   font-size: 1rem;
}

.stat-highlight {
   color: var(--whatsaibot-primary) !important;
}

/* WhatsApp Chat Buttons in Hero */
.wa-buttons {
   display: flex;
   gap: 0.5rem;
   margin-top: 0.75rem;
}

.wa-btn {
   padding: 0.4rem 0.75rem;
   font-size: 0.7rem;
   font-weight: 600;
   border-radius: 4px;
   background: var(--whatsaibot-primary);
   color: white;
   border: none;
   cursor: pointer;
}

.wa-btn--outline {
   background: transparent;
   border: 1px solid var(--whatsaibot-primary);
   color: var(--whatsaibot-primary);
}

/* ============================================
   Problem/Agitation Section
   ============================================ */

.whatsaibot-problem {
   background: var(--whatsaibot-light);
}

.whatsaibot-section-badge--warning {
   background: rgba(245, 158, 11, 0.15);
   border-color: rgba(245, 158, 11, 0.3);
}

.whatsaibot-section-badge--warning i {
   color: #f59e0b;
}

.whatsaibot-problem-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   height: 100%;
   box-shadow: var(--whatsaibot-shadow);
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-problem-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-xl);
}

.whatsaibot-problem-card__icon {
   width: 60px;
   height: 60px;
   background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.25rem;
}

.whatsaibot-problem-card__icon i {
   font-size: 1.5rem;
   color: #d97706;
}

.whatsaibot-problem-card__title {
   font-size: 1.25rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-problem-card__desc {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
   line-height: 1.7;
   margin: 0;
}

.whatsaibot-problem__transition {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 1.5rem;
   padding: 2rem 0;
}

.transition-line {
   flex: 1;
   max-width: 100px;
   height: 2px;
   background: linear-gradient(90deg, transparent, var(--whatsaibot-primary), transparent);
}

.transition-text {
   font-size: 1.5rem;
   font-weight: 700;
   color: var(--whatsaibot-primary);
}

/* ============================================
   Solution Section
   ============================================ */

.whatsaibot-solution {
   background: var(--whatsaibot-white);
}

.whatsaibot-solution__intro {
   font-size: 1.15rem;
   color: var(--whatsaibot-gray);
   line-height: 1.8;
}

.whatsaibot-solution-card {
   background: var(--whatsaibot-light);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   height: 100%;
   transition: var(--whatsaibot-transition);
   border: 2px solid transparent;
   position: relative;
}

.whatsaibot-solution-card:hover {
   transform: translateY(-5px);
   border-color: var(--whatsaibot-primary);
   box-shadow: var(--whatsaibot-shadow-lg);
}

.whatsaibot-solution-card--featured {
   background: var(--whatsaibot-gradient-dark);
   border-color: var(--whatsaibot-primary);
}

.whatsaibot-solution-card__badge {
   position: absolute;
   top: -12px;
   left: 50%;
   transform: translateX(-50%);
   background: var(--whatsaibot-gradient);
   color: white;
   padding: 0.35rem 1rem;
   border-radius: 50px;
   font-size: 0.75rem;
   font-weight: 600;
}

.whatsaibot-solution-card__icon {
   width: 70px;
   height: 70px;
   background: var(--whatsaibot-gradient);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.5rem;
}

.whatsaibot-solution-card__icon i {
   font-size: 1.75rem;
   color: white;
}

.whatsaibot-solution-card__title {
   font-size: 1.35rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-solution-card--featured .whatsaibot-solution-card__title {
   color: white;
}

.whatsaibot-solution-card__desc {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
   line-height: 1.7;
   margin-bottom: 1.25rem;
}

.whatsaibot-solution-card--featured .whatsaibot-solution-card__desc {
   color: rgba(255, 255, 255, 0.8);
}

.whatsaibot-solution-card__features {
   list-style: none;
   padding: 0;
   margin: 0;
}

.whatsaibot-solution-card__features li {
   display: flex;
   align-items: center;
   gap: 0.5rem;
   font-size: 0.9rem;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.5rem;
}

.whatsaibot-solution-card--featured .whatsaibot-solution-card__features li {
   color: rgba(255, 255, 255, 0.9);
}

.whatsaibot-solution-card__features li i {
   color: var(--whatsaibot-primary);
   font-size: 0.85rem;
}

/* ============================================
   Chatbot Builder Section
   ============================================ */

.whatsaibot-chatbot-builder {
   background: linear-gradient(180deg, var(--whatsaibot-light) 0%, var(--whatsaibot-white) 100%);
}

.whatsaibot-subsection-title {
   font-size: 1.75rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
}

/* Bot Type Cards */
.whatsaibot-bot-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 1.75rem;
   height: 100%;
   box-shadow: var(--whatsaibot-shadow);
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-bot-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-xl);
   border-color: var(--whatsaibot-primary);
}

.whatsaibot-bot-card__icon {
   width: 55px;
   height: 55px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.25rem;
}

.whatsaibot-bot-card__icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.whatsaibot-bot-card__title {
   font-size: 1.15rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-bot-card__desc {
   font-size: 0.9rem;
   color: var(--whatsaibot-gray);
   line-height: 1.7;
   margin: 0;
}

/* Builder Features */
.whatsaibot-builder-features {
   background: var(--whatsaibot-gradient-dark);
   border-radius: var(--whatsaibot-radius-lg);
   margin: 0 -15px;
   padding-left: 15px;
   padding-right: 15px;
}

.whatsaibot-builder-features .whatsaibot-subsection-title {
   color: white;
}

.whatsaibot-builder-feature {
   text-align: center;
   padding: 1.5rem;
}

.whatsaibot-builder-feature__icon {
   width: 65px;
   height: 65px;
   background: rgba(37, 211, 102, 0.2);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1.25rem;
}

.whatsaibot-builder-feature__icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.whatsaibot-builder-feature__title {
   font-size: 1.1rem;
   font-weight: 700;
   color: white;
   margin-bottom: 0.75rem;
}

.whatsaibot-builder-feature__desc {
   font-size: 0.9rem;
   color: rgba(255, 255, 255, 0.75);
   line-height: 1.6;
   margin: 0;
}

/* Chatbot Examples */
.whatsaibot-example-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   overflow: hidden;
   box-shadow: var(--whatsaibot-shadow-lg);
   height: 100%;
}

.whatsaibot-example-card__header {
   background: var(--whatsaibot-gradient);
   padding: 1rem 1.25rem;
   display: flex;
   align-items: center;
   gap: 0.75rem;
   color: white;
   font-weight: 600;
}

.whatsaibot-example-card__header i {
   font-size: 1.25rem;
}

.whatsaibot-example-card__chat {
   padding: 1.25rem;
   background: #e5ddd5;
   min-height: 280px;
}

.chat-bubble {
   max-width: 85%;
   padding: 0.75rem 1rem;
   border-radius: 8px;
   margin-bottom: 0.75rem;
   font-size: 0.85rem;
   line-height: 1.5;
}

.chat-bubble--customer {
   background: white;
   margin-left: auto;
   border-bottom-right-radius: 2px;
}

.chat-bubble--bot {
   background: #dcf8c6;
   margin-right: auto;
   border-bottom-left-radius: 2px;
}

.chat-buttons {
   display: flex;
   gap: 0.5rem;
   margin-top: 0.75rem;
}

.chat-btn {
   padding: 0.4rem 0.75rem;
   background: var(--whatsaibot-primary);
   color: white;
   border-radius: 4px;
   font-size: 0.75rem;
   font-weight: 600;
}

/* Builder Comparison Table */
.whatsaibot-comparison-table-wrapper {
   overflow-x: auto;
}

.whatsaibot-comparison-table {
   width: 100%;
   border-collapse: collapse;
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   overflow: hidden;
   box-shadow: var(--whatsaibot-shadow-lg);
}

.whatsaibot-comparison-table th,
.whatsaibot-comparison-table td {
   padding: 1rem 1.25rem;
   text-align: left;
   border-bottom: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-comparison-table th {
   background: var(--whatsaibot-light);
   font-weight: 700;
   font-size: 0.9rem;
   color: var(--whatsaibot-dark);
}

.whatsaibot-comparison-table th.highlight-col {
   background: var(--whatsaibot-gradient);
   color: white;
}

.whatsaibot-comparison-table td.highlight-col {
   background: rgba(37, 211, 102, 0.05);
   font-weight: 600;
}

.whatsaibot-comparison-table td i.text-success {
   color: var(--whatsaibot-primary);
   font-size: 1.1rem;
}

.whatsaibot-comparison-table td i.text-danger {
   color: #ef4444;
   font-size: 1.1rem;
}

.whatsaibot-comparison-table td i.text-muted {
   color: var(--whatsaibot-gray);
   font-size: 1.1rem;
}

/* ============================================
   How It Works Section (5 Steps)
   ============================================ */

.whatsaibot-how-it-works-new {
   background: var(--whatsaibot-white);
}

.whatsaibot-step-card-new {
   background: var(--whatsaibot-light);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 1.75rem 1.25rem;
   text-align: center;
   height: 100%;
   position: relative;
   transition: var(--whatsaibot-transition);
   border: 2px solid transparent;
}

.whatsaibot-step-card-new:hover {
   transform: translateY(-5px);
   border-color: var(--whatsaibot-primary);
   box-shadow: var(--whatsaibot-shadow-lg);
}

.whatsaibot-step-card-new__number {
   position: absolute;
   top: -15px;
   left: 50%;
   transform: translateX(-50%);
   background: var(--whatsaibot-gradient);
   color: white;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   font-size: 0.85rem;
}

.whatsaibot-step-card-new__icon {
   width: 60px;
   height: 60px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0.5rem auto 1rem;
}

.whatsaibot-step-card-new__icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.whatsaibot-step-card-new__title {
   font-size: 1rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.5rem;
}

.whatsaibot-step-card-new__desc {
   font-size: 0.85rem;
   color: var(--whatsaibot-gray);
   line-height: 1.6;
   margin: 0;
}

@media (max-width: 991px) {
   .whatsaibot-how-it-works-new .col-lg {
      flex: 0 0 50%;
      max-width: 50%;
   }
}

@media (max-width: 575px) {
   .whatsaibot-how-it-works-new .col-lg {
      flex: 0 0 100%;
      max-width: 100%;
   }
}

/* ============================================
   Features Overview Section
   ============================================ */

.whatsaibot-features-overview {
   background: var(--whatsaibot-light);
}

.whatsaibot-feature-box {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 1.75rem;
   height: 100%;
   text-align: center;
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-feature-box:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-lg);
   border-color: var(--whatsaibot-primary);
}

.whatsaibot-feature-box__icon {
   width: 60px;
   height: 60px;
   background: rgba(37, 211, 102, 0.1);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1.25rem;
}

.whatsaibot-feature-box__icon i {
   font-size: 1.5rem;
   color: var(--whatsaibot-primary);
}

.whatsaibot-feature-box__title {
   font-size: 1.05rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-feature-box__desc {
   font-size: 0.9rem;
   color: var(--whatsaibot-gray);
   line-height: 1.6;
   margin: 0;
}

/* ============================================
   Comparison Section (WhatsAiBot vs API)
   ============================================ */

.whatsaibot-comparison {
   background: var(--whatsaibot-white);
}

.whatsaibot-vs-table-wrapper {
   overflow-x: auto;
}

.whatsaibot-vs-table {
   width: 100%;
   border-collapse: collapse;
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   overflow: hidden;
   box-shadow: var(--whatsaibot-shadow-xl);
}

.whatsaibot-vs-table th,
.whatsaibot-vs-table td {
   padding: 1.25rem 1.5rem;
   text-align: left;
   border-bottom: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-vs-table th {
   background: var(--whatsaibot-dark);
   color: white;
   font-weight: 700;
   font-size: 0.95rem;
}

.whatsaibot-vs-table th .th-content {
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.whatsaibot-vs-table th .th-content i {
   font-size: 1.25rem;
}

.whatsaibot-vs-table th.winner-col {
   background: var(--whatsaibot-gradient);
}

.whatsaibot-vs-table th.competitor-col {
   background: var(--whatsaibot-gray);
}

.whatsaibot-vs-table td {
   font-size: 0.95rem;
   color: var(--whatsaibot-dark);
}

.whatsaibot-vs-table td.winner-col {
   background: rgba(37, 211, 102, 0.08);
   color: var(--whatsaibot-primary-dark);
}

.whatsaibot-vs-table td.competitor-col {
   color: var(--whatsaibot-gray);
}

.whatsaibot-vs-table tbody tr:hover {
   background: var(--whatsaibot-light);
}

.whatsaibot-vs-table tbody tr:hover td.winner-col {
   background: rgba(37, 211, 102, 0.15);
}

/* Savings Callout */
.whatsaibot-savings-callout {
   background: rgba(37, 211, 102, 0.1);
   border: 2px solid var(--whatsaibot-primary);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   display: flex;
   align-items: flex-start;
   gap: 1.5rem;
}

.whatsaibot-savings-callout__icon {
   width: 50px;
   height: 50px;
   background: var(--whatsaibot-gradient);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}

.whatsaibot-savings-callout__icon i {
   font-size: 1.25rem;
   color: white;
}

.whatsaibot-savings-callout__content h4 {
   font-size: 1.25rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.5rem;
}

.whatsaibot-savings-callout__content p {
   font-size: 1rem;
   color: var(--whatsaibot-gray);
   line-height: 1.7;
   margin: 0;
}

/* ============================================
   Use Cases Section
   ============================================ */

.whatsaibot-use-cases {
   background: var(--whatsaibot-light);
}

.whatsaibot-usecase-card {
   background: var(--whatsaibot-white);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 2rem;
   height: 100%;
   text-align: center;
   transition: var(--whatsaibot-transition);
   border: 1px solid var(--whatsaibot-gray-light);
}

.whatsaibot-usecase-card:hover {
   transform: translateY(-5px);
   box-shadow: var(--whatsaibot-shadow-xl);
   border-color: var(--whatsaibot-primary);
}

.whatsaibot-usecase-card__icon {
   width: 70px;
   height: 70px;
   background: var(--whatsaibot-gradient);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 1.5rem;
}

.whatsaibot-usecase-card__icon i {
   font-size: 1.75rem;
   color: white;
}

.whatsaibot-usecase-card__title {
   font-size: 1.2rem;
   font-weight: 700;
   color: var(--whatsaibot-dark);
   margin-bottom: 0.75rem;
}

.whatsaibot-usecase-card__desc {
   font-size: 0.95rem;
   color: var(--whatsaibot-gray);
   line-height: 1.7;
   margin: 0;
}

/* ============================================
   Pricing Trust Badges
   ============================================ */

.whatsaibot-pricing-trust {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 1.5rem 2.5rem;
}

.trust-badge {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   font-size: 0.9rem;
   color: var(--whatsaibot-gray);
   font-weight: 500;
}

.trust-badge i {
   color: var(--whatsaibot-primary);
}

/* ============================================
   Final CTA Section
   ============================================ */

.whatsaibot-final-cta {
   background: var(--whatsaibot-white);
}

.whatsaibot-final-cta__wrapper {
   background: var(--whatsaibot-gradient-dark);
   border-radius: var(--whatsaibot-radius-lg);
   padding: 5rem 3rem;
   position: relative;
   overflow: hidden;
}

.whatsaibot-final-cta__bg {
   position: absolute;
   inset: 0;
   z-index: 0;
}

.whatsaibot-final-cta__pattern {
   position: absolute;
   inset: 0;
   background-image:
      radial-gradient(circle at 20% 80%, rgba(37, 211, 102, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(52, 183, 241, 0.1) 0%, transparent 50%);
}

.whatsaibot-final-cta__title {
   font-size: 2.5rem;
   font-weight: 800;
   color: white;
   margin-bottom: 1rem;
   position: relative;
   z-index: 1;
}

.whatsaibot-final-cta__subtitle {
   font-size: 1.15rem;
   color: rgba(255, 255, 255, 0.85);
   margin-bottom: 2rem;
   position: relative;
   z-index: 1;
}

.whatsaibot-final-cta__buttons {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 1rem;
   margin-bottom: 2rem;
   position: relative;
   z-index: 1;
}

.whatsaibot-btn--lg {
   padding: 1rem 2rem;
   font-size: 1rem;
}

.whatsaibot-btn--outline-white {
   background: transparent;
   border: 2px solid rgba(255, 255, 255, 0.5);
   color: white;
}

.whatsaibot-btn--outline-white:hover {
   background: rgba(255, 255, 255, 0.1);
   border-color: white;
   color: white;
}

.whatsaibot-final-cta__trust {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 1.5rem 2rem;
   position: relative;
   z-index: 1;
}

.whatsaibot-final-cta__trust .trust-item {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   font-size: 0.9rem;
   color: rgba(255, 255, 255, 0.8);
   font-weight: 500;
}

.whatsaibot-final-cta__trust .trust-item i {
   color: var(--whatsaibot-primary);
}

@media (max-width: 767px) {
   .whatsaibot-final-cta__wrapper {
      padding: 3rem 1.5rem;
   }

   .whatsaibot-final-cta__title {
      font-size: 1.75rem;
   }

   .whatsaibot-final-cta__subtitle {
      font-size: 1rem;
   }
}

/* ============================================
   Footer New Structure
   ============================================ */

.whatsaibot-footer__brand p {
   font-size: 0.9rem;
   line-height: 1.7;
}

.footer-title {
   font-size: 1rem;
   font-weight: 700;
   color: white;
   margin-bottom: 1.25rem;
}

.footer-links-list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer-links-list li {
   margin-bottom: 0.75rem;
}

.footer-links-list li a {
   color: rgba(255, 255, 255, 0.7);
   text-decoration: none;
   font-size: 0.9rem;
   transition: var(--whatsaibot-transition);
}

.footer-links-list li a:hover {
   color: var(--whatsaibot-primary);
}

.footer-contact-list li {
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.footer-contact-list li i {
   color: var(--whatsaibot-primary);
   font-size: 0.9rem;
}

.footer-social-link {
   width: 36px;
   height: 36px;
   background: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   text-decoration: none;
   transition: var(--whatsaibot-transition);
}

.footer-social-link:hover {
   background: var(--whatsaibot-primary);
   color: white;
   transform: translateY(-2px);
}

/* ============================================
   Responsive Adjustments for New Sections
   ============================================ */

@media (max-width: 991px) {
   .whatsaibot-savings-callout {
      flex-direction: column;
      text-align: center;
   }

   .whatsaibot-savings-callout__icon {
      margin: 0 auto;
   }
}

@media (max-width: 767px) {
   .whatsaibot-hero__value-props {
      justify-content: center;
   }

   .value-prop-item {
      flex: 0 0 100%;
      justify-content: center;
   }

   .whatsaibot-problem__transition {
      flex-direction: column;
      gap: 1rem;
   }

   .transition-line {
      display: none;
   }

   .whatsaibot-builder-features {
      margin: 0;
      padding: 3rem 1.5rem;
   }

   .whatsaibot-pricing-trust {
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
   }

   .whatsaibot-final-cta__trust {
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
   }
}

/* ============================================
   Page Hero Styles (for inner pages)
   ============================================ */

.whatsaibot-page-hero {
   background: var(--whatsaibot-gradient-dark);
   padding: 180px 0 80px;
   color: var(--whatsaibot-white);
}

.whatsaibot-page-hero .whatsaibot-section-badge {
   background: rgba(37, 211, 102, 0.2);
   color: var(--whatsaibot-white);
}

.whatsaibot-page-hero__title {
   font-size: 3rem;
   font-weight: 700;
   color: var(--whatsaibot-white);
   margin-bottom: 1rem;
   line-height: 1.2;
}

.whatsaibot-page-hero__subtitle {
   font-size: 1.2rem;
   color: rgba(255, 255, 255, 0.8);
   line-height: 1.6;
}

@media (max-width: 768px) {
   .whatsaibot-page-hero {
      padding: 140px 0 60px;
   }

   .whatsaibot-page-hero__title {
      font-size: 2rem;
   }
}

/* Feature Box Link */
.whatsaibot-feature-box__link {
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   color: var(--whatsaibot-primary-dark);
   font-weight: 600;
   font-size: 0.9rem;
   text-decoration: none;
   transition: var(--whatsaibot-transition);
   margin-top: 1rem;
}

.whatsaibot-feature-box__link:hover {
   color: var(--whatsaibot-primary);
   gap: 0.75rem;
}
