/*
Theme Name: HighPass Theme
Theme URI: https://highpasstech.com
Author: HighPass Tech
Author URI: https://highpasstech.com
Description: A modern, versatile WordPress theme with Elementor integration, dark mode support, and fully responsive design. Perfect for business, portfolio, landing pages, and multi-purpose websites.
Version: 1.0.0
Text Domain: highpass-landing
*/

/* ============================================ */
/* HighPass Header System Styles */
/* ============================================ */

/* Base Header Styles */
.hp-header {
  background: linear-gradient(135deg, #120028 0%, #1a0b3a 100%);
  color: #f8fafc;
  padding: 1rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1000;
}

.hp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}

.hp-header__logo {
  flex-shrink: 0;
}

.hp-logo {
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.2s ease;
}

.hp-logo:hover {
  opacity: 0.9;
}

.hp-logo img {
  height: 40px;
  width: auto;
}

/* Style 1: Classic (Default) - Logo Left, Center Nav, Tools Right */
.hp-header-default .hp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hp-header-default .hp-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hp-header-default .hp-header__tools {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

/* Style 2: Centered Logo - Menu Left, Logo Center, Tools Right */
.hp-header-style2 .hp-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.hp-header-style2 .hp-nav-left {
  justify-content: flex-start;
}

.hp-header-style2 .hp-header__logo {
  order: 0;
  display: flex;
  justify-content: center;
}

.hp-header-style2 .hp-header__tools {
  order: 2;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

/* Style 3: Minimal - Logo Left, Nav Center-Right, Tools Right */
.hp-header-style3 {
  padding: 0.75rem 0;
  background: rgba(18, 0, 40, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hp-header-style3 .hp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.hp-header-style3 .hp-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hp-header-style3 .hp-header__tools {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Style 4: Call-to-Action - Logo Left, Nav, CTA Button + Tools */
.hp-header-style4 {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1b4e 100%);
  padding: 1.25rem 0;
}

.hp-header-style4 .hp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.hp-header-style4 .hp-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hp-header-style4 .hp-header__tools {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hp-header-style4 .hp-cta-button {
  padding: 0.75rem 1.75rem;
  background: linear-gradient(135deg, #6b7cff, #5a6ce0);
  color: white;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(107, 124, 255, 0.3);
}

.hp-header-style4 .hp-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(107, 124, 255, 0.4);
}

/* Navigation Styles (Common) */
.hp-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hp-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* Style WordPress default menu items */
.hp-nav-list li {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
}

.hp-nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.2rem;
  color: #f8fafc !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.hp-nav-list a:hover {
  color: #6b7cff !important;
  background: rgba(107, 124, 255, 0.1);
}

.hp-nav-list li.current-menu-item > a {
  color: #6b7cff !important;
  font-weight: 600;
}

/* Also keep the custom classes for manual menu items */
.hp-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.hp-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.2rem;
  color: #f8fafc;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.hp-nav-link:hover {
  color: #6b7cff;
  background: rgba(107, 124, 255, 0.1);
}

.hp-nav-item.current-menu-item > .hp-nav-link {
  color: #6b7cff;
  font-weight: 600;
}

.hp-nav-arrow {
  display: inline-block;
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.hp-nav-item--has-children:hover > .hp-nav-arrow {
  transform: rotateZ(180deg);
}

.hp-nav-item {
  position: relative;
}

.hp-nav-link {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.2rem;
  color: #f8fafc;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-radius: 8px;
}

.hp-nav-link:hover {
  color: #6b7cff;
  background: rgba(107, 124, 255, 0.1);
}

.hp-nav-arrow {
  display: inline-block;
  font-size: 0.7rem;
  margin-left: 0.25rem;
  transition: transform 0.2s ease;
}

.hp-nav-item--has-children:hover .hp-nav-arrow {
  transform: rotate(180deg);
}

.hp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(18, 0, 40, 0.98);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  list-style: none;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.hp-nav-item--has-children:hover .hp-submenu {
  opacity: 1;
  visibility: visible;
}

.hp-submenu .hp-nav-link {
  padding: 0.75rem 1.5rem;
  border-radius: 0;
}

.hp-submenu .hp-nav-link:hover {
  background: rgba(107, 124, 255, 0.15);
}

.hp-header__tools {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

.hp-search-toggle,
.hp-header-cart {
  background: none;
  border: none;
  color: #f8fafc;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.hp-search-toggle:hover,
.hp-header-cart:hover {
  color: #6b7cff;
}

.hp-header-cart {
  position: relative;
}

.hp-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: white;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.hp-header__search-bar {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(18, 0, 40, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hp-header__search-bar.hp-search-bar--active {
  max-height: 80px;
}

.hp-search-form {
  display: flex;
  gap: 0.75rem;
  padding: 1rem 0;
}

.hp-search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  font-size: 0.95rem;
}

.hp-search-input::placeholder {
  color: rgba(248, 250, 252, 0.5);
}

.hp-search-input:focus {
  outline: none;
  border-color: #6b7cff;
  background: rgba(107, 124, 255, 0.1);
}

.hp-search-submit {
  padding: 0.75rem 1.5rem;
  background: #6b7cff;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hp-search-submit:hover {
  background: #5a6ce0;
}

.hp-header-spacer {
  height: 0;
}

.hp-header.hp-header--sticky {
  position: sticky;
  top: 0;
}

/* Header ends - Menu styles in mega-menu.css */

/* Responsive Styles */
@media (max-width: 900px) {
  .hp-header__inner {
    flex-wrap: wrap;
  }
  
  .hp-header-style2 .hp-header__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hp-header-style2 .hp-header__logo {
    order: -1;
    margin-bottom: 1rem;
  }
  
  .hp-header__nav {
    order: 1;
    width: 100%;
  }
  
  .hp-header__tools {
    order: 2;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hp-header__nav {
    display: none;
  }

  .hp-header__tools {
    gap: 1rem;
  }
}

/* ============================================ */
/* HighPass Widgets Frontend Styles */
/* ============================================ */


/* Base layout helpers */
.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.section {
    padding: 5rem 0;
}

.section-header {
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: clamp(1.8rem, 2vw + 1.2rem, 2.6rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.section-title .highlight {
    color: #0096d9;
}

.section-title .highlight.with-underline {
    border-bottom: 3px solid #0096d9;
    padding-bottom: 2px;
}

.section-description {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0;
}

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

/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button-primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.25);
}

.button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.32);
}

.button-outline {
    border: 1px solid #94a3b8;
    color: #e2e8f0;
    background: transparent;
}

/* Hero refinements */
.highpass-hero {
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

/* Converta-style hero */
.hero-converta {
    position: relative;
    padding: 6rem 0 5rem;
    background: radial-gradient(1200px 600px at 10% 20%, rgba(130, 92, 255, 0.35), transparent 60%),
                            radial-gradient(900px 500px at 80% 10%, rgba(70, 130, 255, 0.25), transparent 60%),
                            #120028;
    color: #f8fafc;
    overflow: hidden;
}

/* Allow Elementor background control to override */
.hero-converta.hero-section-bg {
    background-color: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
}

.hero-converta .hero-wave {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 25%, rgba(255,255,255,0.08) 0 1px, transparent 1px),
                                        radial-gradient(circle at 60% 70%, rgba(255,255,255,0.06) 0 1px, transparent 1px);
    background-size: 60px 60px, 80px 80px;
    opacity: 0.4;
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    z-index: 1;
}

.hero-copy {
    max-width: 560px;
}

.hero-tag {
    display: inline-flex;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2.6rem, 3vw + 1.5rem, 4rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1rem;
}

.hero-title span {
    color: #6b7cff;
}

.hero-title .highlight {
    color: #0096d9;
}

.hero-title .highlight.with-underline {
    border-bottom: 3px solid #0096d9;
    padding-bottom: 2px;
}

.hero-description {
    font-size: 1.05rem;
    color: rgba(248, 250, 252, 0.78);
}

.hero-media {
    display: flex;
    justify-content: center;
}

.hero-media-card {
    background: #e2e8f0;
    border-radius: 32px;
    padding: 1.5rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    max-width: 520px;
}

.hero-media-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.hero-converta .button-outline {
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}

.hero-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
}

.hero-buttons { gap: 0.75rem; display: inline-flex; flex-wrap: wrap; }

/* Features grid */
.features-grid,
.pricing-grid,
.testimonials-grid {
    display: grid;
    gap: 1.5rem;
}

.features-grid.columns-3,
.pricing-grid.columns-3,
.testimonials-grid.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.pricing-card,
.testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
}

/* Pricing */
.pricing-card.featured {
    border: 2px solid #2563eb;
    transform: translateY(-6px);
}

.pricing-card .price {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.pricing-card li {
    padding: 0.35rem 0;
    color: #475569;
}

/* Testimonials */
.testimonial-card {
    border-left: 4px solid #2563eb;
}

.testimonial-author {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: #64748b;
}

/* CTA */
.highpass-cta .cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.5rem;
    border-radius: 20px;
    background: #0f172a;
    color: #f8fafc;
}

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-media {
        order: -1;
    }

    .features-grid.columns-3,
    .pricing-grid.columns-3,
    .testimonials-grid.columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .highpass-cta .cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .features-grid.columns-3,
    .pricing-grid.columns-3,
    .testimonials-grid.columns-3 {
        grid-template-columns: 1fr;
    }

    .hero-content { padding: 2rem 1.5rem; }
}

/* Hero Widget */
.highpass-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-content {
    max-width: 800px;
    padding: 3rem 2rem;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #6c5ce7;
    font-weight: 600;
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn-primary,
.hero-btn-secondary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-btn-primary {
    background-color: #0066cc;
    color: #fff;
}

.hero-btn-primary:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.hero-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.hero-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-2px);
}

/* Features Grid Widget */
.highpass-features-grid {
    padding: 3rem 0;
}

.features-section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.features-section-description {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.features-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
}

.feature-card {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #0066cc;
}

.feature-icon {
    font-size: 3rem;
    color: #0066cc;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
}

.feature-icon i,
.feature-icon svg {
    width: 1em;
    height: 1em;
    display: block;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.feature-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Pricing Widget */
.highpass-pricing {
    padding: 3rem 0;
}

.pricing-section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 700;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.pricing-toggle label {
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.billing-toggle-checkbox {
    width: 50px;
    height: 28px;
    cursor: pointer;
    position: relative;
}

.pricing-cards {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.pricing-card {
    padding: 2.5rem;
    background-color: #fff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.pricing-card:hover {
    border-color: #0066cc;
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.15);
}

.pricing-card.featured {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    transform: scale(1.05);
    border: none;
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.3);
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.plan-description {
    color: #999;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.pricing-card.featured .plan-description {
    color: #b0b0b0;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.currency {
    font-size: 1.2rem;
}

.amount {
    font-size: 2.5rem;
    color: #0066cc;
}

.pricing-card.featured .amount {
    color: #fff;
}

.period {
    font-size: 0.9rem;
    color: #999;
}

.pricing-card.featured .period {
    color: #b0b0b0;
}

.amount.hidden {
    display: none;
}

.pricing-btn {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    background-color: #0052a3;
}

.pricing-card.featured .pricing-btn {
    background-color: #fff;
    color: #0066cc;
}

.pricing-card.featured .pricing-btn:hover {
    background-color: #f0f0f0;
}

.plan-features {
    list-style: none;
    text-align: left;
}

.plan-features li {
    padding: 0.5rem 0;
    color: #666;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.9rem;
}

.pricing-card.featured .plan-features li {
    color: #b0b0b0;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.plan-features li:last-child {
    border-bottom: none;
}

.checkmark {
    color: #28a745;
    font-weight: bold;
    margin-right: 0.5rem;
}

.pricing-card.featured .checkmark {
    color: #28a745;
}

/* Testimonials Widget */
.highpass-testimonials {
    padding: 3rem 0;
}

.testimonials-section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
    font-weight: 700;
}

.testimonials-container {
    display: grid;
    gap: 2rem;
}

.testimonial-card {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.star {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-content {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

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

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.author-position {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 0;
}

/* CTA Widget */
.highpass-cta {
    width: 100%;
}

.cta-section {
    padding: 4rem 2rem;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
}

.cta-content {
    max-width: 600px;
    color: #fff;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #0066cc;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-button svg {
    width: 20px;
    height: 20px;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 1024px) {
    .container {
        padding: 0 2rem;
        max-width: 960px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-copy {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-media {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1.05rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .feature-card {
        padding: 2rem;
    }

    .feature-icon {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }

    .feature-description {
        font-size: 0.95rem;
    }
    
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .pricing-card {
        padding: 2rem;
    }

    .plan-name {
        font-size: 1.4rem;
    }

    .amount {
        font-size: 2.5rem;
    }

    .pricing-card.featured {
        transform: scale(1);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .testimonial-card {
        padding: 2rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .cta-section {
        padding: 3rem 2rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-description {
        font-size: 1.05rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-buttons {
        gap: 0.5rem;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .features-section-title {
        font-size: 2rem;
    }
    
    .features-grid,
    .pricing-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        font-size: 2.5rem;
    }

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

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }

    .plan-name {
        font-size: 1.25rem;
    }

    .amount {
        font-size: 2rem;
    }

    .pricing-toggle {
        flex-direction: column;
        gap: 0.5rem;
    }

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

    .testimonial-card {
        padding: 1.5rem;
    }

    .cta-title {
        font-size: 1.75rem;
    }

    .cta-description {
        font-size: 1rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
    }
}
