/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--color-text-secondary);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-main-light);
}

.nav-brand i {
    font-size: 1.8rem;
}

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

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: var(--color-text-secondary);
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--color-main-light);
}

.btn-signup {
    background: var(--color-main-light);
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.btn-signup:hover {
    background: var(--color-main-dark);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--color-main-light) 0%, var(--color-main-dark) 50%, var(--color-main-darker) 100%);
    min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    z-index: 2;
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.pricing-form {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

.form-field {
    margin-bottom: 1.5rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--color-text-secondary);
    font-size: 0.9rem;
}

.form-field input[type="number"],
.form-field input[type="text"] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--color-border);
    border-radius: 8px;
    font-size: 1rem;
}

.price-display {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-main);
}

.checkbox-field {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.checkbox-field label {
    margin-bottom: 0;
    font-size: 0.9rem;
}



.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    gap: 0.5rem;
    background: var(--gradient-main);
    color: white;
    border: none;
    height: 44px;
    padding: 0 1.5rem;
    border-radius: 12px;
    font-size: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.btn-download:hover {
    background: var(--gradient-main-hover);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.btn-download:active {
    transform: translateY(0) scale(0.98);
}

.btn-help {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: var(--color-text-body);
    border: 1px solid rgba(229, 231, 235, 0.5);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    min-width: auto;
    width: 60%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-help:hover {
    background: rgba(243, 244, 246, 0.95);
    border-color: var(--color-border-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-image {
    position: relative;
}

.woman-placeholder {
    width: 400px;
    height: 500px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.woman-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.woman-placeholder p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.signal-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.signal-icon i {
    font-size: 1.5rem;
    color: var(--color-main);
}

/* Hero Decorations */
.hero-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.decoration {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #FFA726, #FF7043);
    opacity: 0.8;
}

.decoration-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 15%;
    transform: rotate(45deg);
}

.decoration-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 10%;
    background: linear-gradient(45deg, #FFD54F, #FFA726);
}

.decoration-3 {
    width: 100px;
    height: 100px;
    top: 60%;
    right: 5%;
    background: linear-gradient(45deg, #FF8A65, #FF7043);
}

/* Advantage Section */
.advantage-section {
    padding: 6rem 0;
    background: var(--color-bg-surface);
}

.advantage-title {
    margin-bottom: 1rem;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--color-text-body);
    line-height: 1.6;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.advantage-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-secondary-light), var(--color-secondary-dark));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card-icon i {
    font-size: 1.8rem;
    color: var(--color-main-light);
}

.advantage-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 1rem;
}

.advantage-card p {
    color: var(--color-text-body);
    line-height: 1.6;
}

/* Brands Section */
.brands-section {
    padding: 4rem 0;
    background: white;
    text-align: center;
}

.brands-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-main-light);
    margin-bottom: 1rem;
}

.brands-section p {
    font-size: 1.1rem;
    color: var(--color-text-body);
    margin-bottom: 3rem;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: var(--color-text-body);
    font-size: 1.5rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.brand-logo:hover {
    color: var(--color-main-light);
}

.brand-logo i {
    font-size: 2rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--color-main-light) 0%, var(--color-main-dark) 50%, var(--color-main-darker) 100%);
    padding: 4rem 0;
    text-align: center;
    color: white;
}

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

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-cta {
    background: var(--color-secondary);
    color: var(--color-main-light);
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-cta:hover {
    background: var(--color-secondary-dark);
    color: var(--color-main-dark);
}

.testimonial-avatars {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-avatars .avatar-placeholder,
.avatar-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 0;
    background: var(--color-bg-surface);
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;

}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.testimonial-info h4 {
    font-weight: 600;
    color: var(--color-text-primary);
}

.testimonial-info span {
    color: var(--color-text-body);
    font-size: 0.9rem;
}

.testimonial-card p {
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.testimonial-rating {
    color: #FFA726;
}

.trustpilot-section {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.trustpilot-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.trust-stars {
    color: var(--color-success);
}

/* Feature Blog Section */
.feature-blog-section {
    padding: 6rem 0;
    background: white;
}

.feature-blog-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 3rem;
}

.blog-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.blog-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.blog-placeholder i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.blog-content {
    padding: 2rem;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    color: var(--color-text-body);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 1rem;
}

.blog-content p {
    color: var(--color-text-body);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.read-more {
    color: var(--color-main);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-main), #7C3AED);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Footer */
.footer {
    background: var(--color-text-primary);
    color: white;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-logo i {
    color: var(--color-main);
}

.footer-brand p {
    color: var(--color-border-light);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--color-text-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: var(--color-main);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-column h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-column a {
    display: block;
    color: var(--color-border-light);
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

.footer-column p {
    color: var(--color-border-light);
    line-height: 1.6;
}

/* Enhanced Hero Form Card */
.hero-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2.5rem;
    max-width: 480px;
    margin-top: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-main-light) 0%, var(--color-secondary-light) 50%, var(--color-main-light) 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.hero-form-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2), 0 12px 35px rgba(0, 0, 0, 0.15);
}

.hero-form-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.hero-form-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.5rem;
}

.hero-form-header p {
    color: var(--color-text-body);
    font-size: 0.95rem;
    margin: 0;
}

.hero-form-card .form-group {
    margin-bottom: 1.5rem;
}

.hero-form-card .form-group label {
    display: block;
    font-weight: 600;
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.number-input-container {
    display: flex;
    align-items: center;
    background: var(--color-bg-surface);
    border: 2px solid var(--color-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.number-input-container:focus-within {
    border-color: var(--color-main-light);
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}

.number-btn {
    background: none;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-body);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.number-btn:hover {
    background: var(--color-main-light);
    color: white;
}

.number-input-container input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0.75rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-primary);
    background: transparent;
}

.hero-cost-display {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-border) 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.hero-cost-display::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
    animation: shine 3s ease-in-out infinite;
}

.cost-info {
    flex: 1;
}

.cost-label {
    display: block;
    font-size: 0.85rem;
    color: var(--color-text-body);
    font-weight: 500;

}

.cost-breakdown {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    justify-content: center;
}

.cost-breakdown .price {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-main-light);
}

.per-month {
    font-size: 0.9rem;
    color: var(--color-text-body);
    font-weight: 500;
}

.savings-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-secondary);
    color: var(--color-main-light);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.savings-badge i {
    font-size: 0.8rem;
}

.custom-checkbox {
    position: relative;

}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    position: relative;
    padding-left: 2rem;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-border-light);
    border-radius: 4px;
    background: white;
    transition: all 0.3s ease;
}

.custom-checkbox input:checked+label::before {
    background: var(--color-main-light);
    border-color: var(--color-main-light);
}

.custom-checkbox label i {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 0.7rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-checkbox input:checked+label i {
    opacity: 1;
}

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

.btn-continue {
    background: linear-gradient(135deg, var(--color-main-light) 0%, var(--color-main-light) 100%);
    border: none;
    border-radius: 12px;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}


.btn-continue:hover {

  background: var(--color-main-dark);
}


.btn-continue::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-continue:hover::before {
    left: 100%;
}

.btn-continue:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
}

.btn-continue i {
    transition: transform 0.3s ease;
}

.btn-continue:hover i {
    transform: translateX(3px);
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--color-text-body);
    font-weight: 500;
}

.form-footer i {
    color: var(--color-success);
    font-size: 0.9rem;
}

/* Animations */
@keyframes shimmer {

    0%,
    100% {
        background-position: -200% center;
    }

    50% {
        background-position: 200% center;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .nav-menu {
        display: none;
    }

    .section-header h2 {
        font-size: 2rem;
    }

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

    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-card {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

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

    .hero-form-card {
        margin-top: 1.5rem;
        padding: 2rem;
        max-width: 100%;
    }

    .hero-cost-display {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .savings-badge {
        align-self: center;
    }
}

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

    .pricing-form {
        margin: 0 auto;
    }

    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   LANDING PAGE FEATURE BOXES
   Extracted from inline styles
   ======================================== */
.feature-box-content {
    width: 100%;
    height: 100%;
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius-lg);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--space-md);
    display: inline-flex;
}

.feature-box-content--flat {
    border-radius: var(--radius-sm);
}

.feature-box-header {
    align-self: stretch;
    border-radius: var(--radius-sm);
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    display: inline-flex;
}

.feature-box-number {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    background: var(--color-secondary);
    border-radius: var(--radius-sm);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
}

.feature-box-number span {
    color: var(--color-main-light);
    font-size: 1rem;
    font-family: var(--font-heading);
    font-weight: 600;
}

.feature-box-title {
    flex: 1 1 0;
    color: var(--color-text-primary);
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
}

.feature-box-description {
    align-self: stretch;
    color: var(--color-text-primary);
    font-size: clamp(0.85rem, 1vw, 0.9375rem);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.55;
}

.feature-box-outline {
    outline: 2px var(--color-main-light) solid;
}

/* Feature cards grid: equal-size 2x2 layout, four direct children */
.feature-cards-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .feature-cards-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        min-height: 400px;
    }

    .feature-cards-grid .feature-card {
        min-height: 0;
    }
}

.feature-cards-wrapper .feature-card.block-shadow {
    height: 100%;
    min-width: 0;
    outline: 2px var(--color-main-light) solid;
    border-radius: 12px;
}

.feature-cards-wrapper .feature-box-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.feature-cards-wrapper .feature-box-description {
    flex: 1;
}

/* Responsive: Features section (image + cards) */
.features-advantage-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Below lg breakpoint: cards go full-width, image on top */
@media (max-width: 991px) {
    .features-advantage-row {
        gap: var(--space-xl);
    }

    .features-advantage-image .img-fluid {
        max-width: 300px;
        margin: 0 auto;
    }

    .feature-box-content {
        padding: 1.5rem 1.75rem;
    }

    .feature-box-title {
        font-size: 1.2rem;
    }

    .feature-box-description {
        font-size: 0.9375rem;
    }
}

/* Stacked single-column cards on small screens */
@media (max-width: 767px) {
    .feature-cards-wrapper .feature-card.block-shadow {
        height: auto;
        outline: 1px solid rgba(139, 92, 246, 0.18);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    .feature-cards-wrapper .feature-box-description {
        flex: 0 1 auto;
    }

    .feature-cards-grid {
        gap: 0.75rem;
    }

    .feature-box-content {
        padding: 1rem 1.25rem;
    }

    .feature-box-title {
        font-size: 1.1rem;
    }

    .feature-box-description {
        font-size: 0.875rem;
    }

    #features-12 {
        padding-bottom: 2rem;
    }

    .features-advantage-row {
        gap: 1.5rem !important;
    }
}

@media (max-width: 380px) {
    .feature-box-content {
        padding: 0.875rem 1rem;
    }

    .feature-box-title {
        font-size: 1rem;
    }
}

/* Landing Brands Section Title */
.brands-title-text {
    width: 100%;
    text-align: center;
    color: var(--color-main-light);
    font-size: 3rem;
    font-family: var(--font-heading);
    font-weight: 800;
    line-height: 2.75rem;
}

/* Banner Section */
.banner-avatars {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.875rem;
    display: inline-flex;
}

.banner-avatar-stack {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.banner-avatar-img {
    width: 2.25rem;
    height: 2.25rem;
}

.banner-others-text {
    width: 4.5rem;
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 1rem;
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.5;
}

/* Banner "Get Started Today" – yellow/gold, rounded, in sync with theme */
.banner-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, var(--color-secondary-light), var(--color-secondary-dark));
    color: var(--color-main-darker);
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 9999px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-cta-btn:hover,
#banner-3 .banner-cta-btn:hover {
    background: linear-gradient(135deg, var(--color-secondary-dark), var(--color-secondary-light));
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35);
}

/* Wifi image between white (brands) and purple (banner) */
#banner-3.banner-section--wifi-edge {
    overflow: visible;
}

#banner-3 .banner-wifi-edge {
    position: absolute;
    top: -100px; /* align to section top = boundary between white and purple */
    right: 0;
    z-index: 10;
    pointer-events: none;
    max-width: 360px;
}

#banner-3 .banner-wifi-image {
    display: block;
    max-width: 100%;
    margin: 0;
    transform: scaleX(-1) rotate(-90deg) translateY(-50%);
    animation: bannerWifiFloat 4s ease-in-out infinite;
}

/* Keep banner text above the decorative wifi image */
#banner-3 .banner-3-wrapper {
    position: relative;
    z-index: 11;
}

/* On mobile, hide the wifi graphic so the headline and CTA are never obstructed */
@media (max-width: 991px) {
    #banner-3 .banner-wifi-edge {
        display: none;
    }
}

@keyframes bannerWifiFloat {
    0%, 100% { transform: scaleX(-1) rotate(-90deg) translateY(-50%); }
    50% { transform: scaleX(-1) rotate(-90deg) translateY(calc(-50% - 10px)); }
}

.brand-logo-img {
    height: 55px;
    width: auto;
}

/* Networks You Know: same-size logo containers (2x size) */
#brands-1 .row .brand-logo {
    width: 320px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

#brands-1 .row .brand-logo-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Summer Theme Purple & Gold Color Scheme */
.bg--purple-gradient {
    background: linear-gradient(135deg, var(--color-main-light) 0%, var(--color-main-dark) 50%, var(--color-main-darker) 100%);
}

.btn--gold-500 {
    background: var(--color-secondary-light) !important;
    color: var(--color-main-light) !important;
    border: 2px solid var(--color-secondary-light) !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn--gold-500:hover {
    background: var(--color-secondary-dark) !important;
    color: var(--color-main-dark) !important;
    border: 2px solid var(--color-secondary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}


/* Responsive adjustments for larger hero image */
@media (max-width: 1200px) {
    .hero-15-img .main-hero-image {}
}

@media (max-width: 992px) {
    .hero-15-img .main-hero-image {


        left: 50% !important;
    }
}

@media (max-width: 768px) {
    .hero-15-img .main-hero-image {
        width: 180% !important;
        max-width: 500px !important;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .hero-15-img .main-hero-image {
        width: 150% !important;
        max-width: 580px !important;
    }
}

/* WiFi Front Image - Appear in front of section below */
.hero-15-img .wifi-front-image {
    z-index: 100 !important;
    /* Much higher z-index to appear above features section */
    position: absolute;
    width: 100%;
    max-width: 491px;
    left: -12%;
    bottom: 0;
    transform: translateX(0);
}

/* Ensure hero section doesn't clip the wifi-front image (desktop) */
#hero-15 {
    overflow: visible !important;
    position: relative;
    z-index: 10;
}

/* On mobile, clip hero so wifi graphic doesn't overlap the Advantage section below */
@media (max-width: 767px) {
    #hero-15 {
        overflow: hidden !important;
    }

    /* Advantage section: solid background and stacking so heading/description are never covered */
    #features {
        background: #fff;
        position: relative;
        z-index: 5;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    /* Ensure full description is visible (no truncation) */
    #features .advantage-description {
        max-width: 100%;
        padding: 0 0.5rem;
        margin-bottom: 0;
    }

    /* Slightly smaller title on very small screens so it fits */
    @media (max-width: 400px) {
        #features .advantage-title {
            font-size: 28px;
            line-height: 1.25;
        }
        #features .advantage-description {
            font-size: 16px;
        }
    }

    /* Push decorative blob down so it doesn't overlap the Advantage heading */
    #features-12.pt-100.shape--bg:after,
    #features-12.py-100.shape--bg:after {
        top: 42% !important;
    }
}

.hero-15-img {
    overflow: visible !important;
    position: relative;
}

/* Ensure features section has lower z-index */
#features,
.features-section {
    position: relative;
    z-index: 1;
}

/* Space between features (Better Mobile Advantage) and next section */
#features-12 {
    padding-bottom: 5rem;
}

/* Responsive adjustments for wifi-front image */
@media (max-width: 992px) {
    .hero-15-img .wifi-front-image {
        left: -8%;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .hero-15-img .wifi-front-image {
        left: -5%;
        bottom: 0;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .hero-15-img .wifi-front-image {
        left: -3%;
        bottom: 0;
        max-width: 300px;
    }
}


.coverage-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.expand-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 50%;
    line-height: 1;
    padding: 0;
}

/* Landing page header logo - larger size */
.desktoplogo img {
    max-height: 56px !important;
}
.smllogo img {
    max-height: 48px !important;
}

/* Devices Showcase Section */
.devices-showcase-section {
    background: linear-gradient(135deg, var(--color-main-darker) 0%, #1a0a2e 50%, #0d0515 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.devices-showcase-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.devices-showcase-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.devices-showcase-text h2 {
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 750;
    font-family: var(--font-heading);
    line-height: 1.1;
    margin: 0;
}

.devices-showcase-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 500;
    font-family: var(--font-body);
    line-height: 1.6;
    margin: 0;
}

.devices-showcase-text .text-highlight {
    color: var(--color-secondary-light);
    font-weight: 700;
}

.devices-showcase-image {
    flex-shrink: 0;
    text-align: right;
}

.devices-showcase-image img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .devices-showcase-section {
        padding: 4rem 0;
    }

    .devices-showcase-row {
        flex-direction: column;
        text-align: center;
    }

    .devices-showcase-text {
        align-items: center;
    }

    .devices-showcase-image {
        text-align: center;
    }

    .devices-showcase-image img {
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .devices-showcase-section {
        padding: 3rem 0;
    }

    .devices-showcase-image img {
        max-width: 280px;
    }
}

/* ========================================
   LANDING PAGE POLISH IMPROVEMENTS
   ======================================== */

/* -- Smooth scroll anchor offset for fixed header -- */
section[id],
div[id] {
    scroll-margin-top: 90px;
}

/* -- Hero: gold highlight and subtitle -- */
.hero-highlight {
    color: var(--color-secondary-light);
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 400;
    font-family: var(--font-body);
    margin-top: 1rem;
    line-height: 1.6;
}

/* -- Hero: animated gradient shimmer background -- */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    animation: heroShimmer 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes heroShimmer {
    0% { transform: translateX(-50%); }
    50% { transform: translateX(50%); }
    100% { transform: translateX(-50%); }
}

/* -- Hero: trust badge -- */
.hero-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.6rem 1rem;
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--color-text-body);
    font-weight: 500;
}

.hero-trust-badge i {
    color: var(--color-main-light);
    font-size: 0.9rem;
}

/* -- Hero: button glow on hover -- */
.btn-continue:hover {
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.5), 0 0 20px rgba(139, 92, 246, 0.3);
}

/* -- Feature cards: hover lift animation -- */
.feature-cards-wrapper .feature-card.block-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-cards-wrapper .feature-card.block-shadow:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* -- Feature cards: staggered fade-in -- */
.feature-cards-grid .feature-card {
    animation: fadeInUp 0.6s ease-out both;
}

/* -- WOW.js mobile fallback: ensure content is visible if animation hasn't triggered -- */
@media (max-width: 767px) {
    .wow:not(.animated) {
        visibility: visible !important;
        animation: none !important;
    }
}

/* -- Feature cards: learn more link -- */
.feature-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 0.75rem;
    color: var(--color-main-light);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.feature-learn-more:hover {
    gap: 0.7rem;
    color: var(--color-main-dark);
}

.feature-learn-more i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.feature-learn-more:hover i {
    transform: translateX(3px);
}

/* -- Brands: grayscale to color on hover -- */
#brands-1 .brand-logo-img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.4s ease, opacity 0.4s ease;
}

#brands-1 .brand-logo:hover .brand-logo-img {
    filter: grayscale(0%);
    opacity: 1;
}


/* -- Devices: CTA button -- */
.devices-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.5rem;
    padding: 0.75rem 2rem;
    background: var(--color-secondary-light);
    color: var(--color-main-darker);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.devices-cta-btn:hover {
    background: var(--color-secondary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    color: var(--color-main-darker);
}

.devices-cta-btn i {
    transition: transform 0.3s ease;
}

.devices-cta-btn:hover i {
    transform: translateX(4px);
}

/* -- Devices: floating phone image animation -- */
.devices-showcase-image img {
    animation: floatPhone 4s ease-in-out infinite;
}

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

/* -- How It Works Section (same background as hero) -- */
.how-it-works-section {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.how-it-works-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    animation: heroShimmer 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.hiw-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.hiw-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hiw-text h2 {
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 750;
    font-family: var(--font-heading);
    line-height: 1.1;
    margin: 0;
}

.hiw-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 500;
    font-family: var(--font-body);
    line-height: 1.6;
    margin: 0;
}

.hiw-text .text-highlight {
    color: var(--color-secondary-light);
    font-weight: 700;
}

.hiw-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.hiw-step:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.hiw-step-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, var(--color-secondary-light), var(--color-secondary-dark));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--color-main-darker);
    font-family: var(--font-heading);
}

.hiw-step-content h3 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: var(--font-heading);
    margin: 0 0 0.25rem 0;
}

.hiw-step-content p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .how-it-works-section {
        padding: 4rem 0;
    }

    .hiw-layout {
        flex-direction: column;
        text-align: center;
    }

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

    .hiw-steps {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .hiw-step {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .how-it-works-section {
        padding: 3rem 0;
    }

    .hiw-step {
        padding: 1rem 1.25rem;
    }
}

/* -- Testimonials Section -- */
.testimonials-landing-section {
    padding: 5rem 0;
    background: var(--color-bg-surface);
}

.testimonials-landing-section .testimonial-card {
    background: white;
    padding: 1.75rem;
    border-radius: 12px;
    height: 100%;
}

.testimonial-avatar-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-main-light), var(--color-main-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.testimonial-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--color-text-primary);
}

.testimonial-company {
    font-size: 0.8rem;
    color: var(--color-text-body);
}

.testimonial-text {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 1rem 0;
    font-style: italic;
}

.testimonial-stars {
    color: var(--color-secondary);
    font-size: 0.85rem;
    display: flex;
    gap: 2px;
}

.testimonials-landing-section .owl-dots,
.testimonials-landing-section .owl-nav {
    display: none !important;
}

.testimonials-landing-section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-border-light);
    display: inline-block;
    margin: 0 4px;
    transition: background 0.3s ease;
}

.testimonials-landing-section .owl-dots .owl-dot.active span {
    background: var(--color-main-light);
}

/* -- Footer: tagline -- */
.footer-tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin-top: 0.4rem;
    font-weight: 400;
}

/* -- Footer: bottom spacing -- */
.enhanced-footer {
    padding-bottom: 1.5rem;
}
