/* SendSquared Enterprise Landing Styles */

/* Hide all page titles and breadcrumbs for this template */
body.page-template-page-enterprise-landing .qodef-page-title,
body.page-template-page-enterprise-landing #qodef-page-title,
body.page-template-page-enterprise-landing .qodef-title,
body.page-template-page-enterprise-landing .entry-title,
body.page-template-page-enterprise-landing h1.page-title {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Let the theme handle header logos and colors naturally */
/* Removed all header overrides to let theme manage it properly */


#qodef-page-header .qodef-header-logo-link, .qodef-fullscreen-search-holder .qodef-header-logo-link {
    width: 200px;
}

/* Header CTA Buttons - Adapted for skin system */
.header-cta-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-cta-buttons a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header-cta-buttons .book-demo {
    background: #F79D65;
    color: white !important;
    border: 2px solid #F79D65;
}

.header-cta-buttons .book-demo:hover {
    background: transparent;
    color: #F79D65 !important;
}

.header-cta-buttons .sign-in {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.3);
}

/* Let theme handle button styles */

/* Smooth transitions for sticky header */
/* .qodef-header-sticky {
    transition: transform 0.3s ease, background-color 0.3s ease !important;
}

.qodef-header-sticky .qodef-header-navigation a {
    transition: color 0.3s ease !important;
} */

/* Brand Colors */
:root {
    --ss-primary-blue: #253B6C;
    --ss-accent-orange: #F79D65;
    --ss-text-dark: #1a1a1a;
    --ss-text-light: #ffffff;
    --ss-text-muted: rgba(255, 255, 255, 0.8);
    --ss-bg-dark: #121619;
    --ss-bg-section: #101315;
    --ss-border-light: rgba(247, 157, 101, 0.2);
}

/* Typography - Matching Cyberdom/SendSquared */
body .ss-enterprise-wrapper {
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Starry Night Background - Pure Black with Milky Way */
#starCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #000000;
}

.cosmic-dust {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, var(--ss-accent-orange), transparent),
        radial-gradient(2px 2px at 60% 70%, rgba(247, 157, 101, 0.3), transparent),
        radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.2), transparent);
    background-size: 300px 300px;
    /* animation: cosmicDrift 120s linear infinite; - Disabled for performance */
}

@keyframes cosmicDrift {
    from { transform: rotate(0deg) translateX(0); }
    to { transform: rotate(360deg) translateX(100px); }
}

/* Enterprise Wrapper */
.ss-enterprise-wrapper {
    position: relative;
    min-height: 100vh;
    color: var(--ss-text-light);
    overflow-x: hidden;
}

/* Override theme grid padding for enterprise landing */
.sendsquared-enterprise-landing #qodef-page-content.qodef-grid {
    padding: 0;
    max-width: 100%;
}

.sendsquared-enterprise-landing .qodef-grid-inner {
    margin: 0;
}

/* Hero Section */
.ss-hero-section {
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    /* Remove negative margin that pulls content under header */
    padding-top: 180px;
}

.ss-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.enterprise-badge {
    display: inline-block;
    background: var(--ss-accent-orange);
    color: var(--ss-text-light);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(247, 157, 101, 0.3);
}

.ss-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: var(--ss-text-light);
    letter-spacing: -0.02em;
    padding-bottom: 0.25rem;
}

.ss-hero-subtitle {
    font-size: 1.375rem;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 4px 20px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.02em;
}

.ss-hero-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
    padding: 1.5rem 2rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(247, 157, 101, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Hero App Buttons */
.hero-app-buttons {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.hero-app-buttons .app-cta-text {
    font-size: 0.875rem;
    color: var(--ss-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-app-buttons .app-download-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

/* App Store Buttons - Shared styles for both hero and app download sections */
.app-store-button,
.google-play-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: #000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.app-store-button:hover,
.google-play-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: #111;
    color:white;
}

.store-icon {
    width: 28px;
    height: 28px;
}

.button-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.small-text {
    font-size: 0.625rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-text {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.trust-indicators .indicator {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(37, 59, 108, 0.2);
    border: 1px solid var(--ss-border-light);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--ss-text-muted);
}

/* Metrics Section */
.ss-metrics-section {
    padding: 80px 0;
    background: rgba(16, 19, 21, 0.6);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--ss-border-light);
    border-bottom: 1px solid var(--ss-border-light);
}

.ss-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.metric-card {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.metric-card:nth-child(1) { animation-delay: 0.1s; }
.metric-card:nth-child(2) { animation-delay: 0.2s; }
.metric-card:nth-child(3) { animation-delay: 0.3s; }
.metric-card:nth-child(4) { animation-delay: 0.4s; }
.metric-card:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.metric-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--ss-accent-orange);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.metric-label {
    font-size: 1rem;
    color: var(--ss-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Social Proof Section */
.ss-social-proof-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.ss-social-proof-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--ss-text-light);
    letter-spacing: -0.02em;
    line-height: 1.3;
    padding-bottom: 0.25rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--ss-text-muted);
}

.client-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.client-logo-card {
    background: rgba(37, 59, 108, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(37, 59, 108, 0.2);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    transition: all 0.3s ease;
}

.client-logo-card:hover {
    background: rgba(37, 59, 108, 0.2);
    transform: translateY(-5px);
    border-color: var(--ss-accent-orange);
    box-shadow: 0 10px 30px rgba(247, 157, 101, 0.2);
}

.client-logo-image {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.client-logo-card:hover .client-logo-image {
    opacity: 1;
}

.client-logo-placeholder {
    color: var(--ss-text-muted);
    font-size: 0.875rem;
    text-align: center;
}

/* Enterprise Stats */
.enterprise-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--ss-text-muted);
}

.stat-icon {
    font-size: 1.5rem;
}

/* Features Grid */
.ss-features-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background: rgba(16, 19, 21, 0.4);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.feature-card {
    background: rgba(37, 59, 108, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 59, 108, 0.15);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Allow overflow for coming soon cards */
.feature-card.coming-soon {
    overflow: visible;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ss-accent-orange);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    background: rgba(37, 59, 108, 0.15);
    border-color: var(--ss-accent-orange);
    box-shadow: 0 20px 40px rgba(247, 157, 101, 0.15);
}

/* Coming Soon Feature Card */
.feature-card.coming-soon {
    position: relative;
    background: rgba(37, 59, 108, 0.05);
    border-style: dashed;
    opacity: 0.95;
    overflow: visible !important;
}

.coming-soon-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--ss-accent-orange), #ff6b35);
    color: white;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(247, 157, 101, 0.3);
    z-index: 10;
}

.highlight-coming-soon {
    background: rgba(247, 157, 101, 0.2) !important;
    border-color: var(--ss-accent-orange) !important;
    color: var(--ss-accent-orange) !important;
    font-weight: 600;
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--ss-primary-blue), var(--ss-accent-orange));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--ss-text-light);
}

.feature-description {
    color: var(--ss-text-muted);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    padding: 0.125rem 0;
}

.feature-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.highlight-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(247, 157, 101, 0.1);
    border: 1px solid rgba(247, 157, 101, 0.3);
    border-radius: 20px;
    font-size: 0.75rem;
    color: var(--ss-accent-orange);
    font-weight: 500;
}

.feature-device-mock {
    background: rgba(16, 19, 21, 0.5);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1.5rem;
    min-height: 200px;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.device-frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(37, 59, 108, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
    background: rgba(37, 59, 108, 0.05);
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials Section */
.ss-testimonials-section {
    padding: 80px 0;
    background: rgba(16, 19, 21, 0.6);
    backdrop-filter: blur(10px);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.testimonial-card {
    background: rgba(37, 59, 108, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 59, 108, 0.2);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: var(--ss-accent-orange);
    box-shadow: 0 10px 30px rgba(247, 157, 101, 0.15);
}

.testimonial-quote {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--ss-text-muted);
    margin-bottom: 1.5rem;
    font-style: italic;
    padding: 0.25rem 0;
}

.testimonial-rating {
    margin-bottom: 1rem;
}

.testimonial-rating .star {
    color: var(--ss-accent-orange);
    font-size: 1.125rem;
    margin-right: 0.25rem;
}

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

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ss-primary-blue), var(--ss-accent-orange));
}

.author-info {
    flex: 1;
}

.author-name {
    font-weight: 600;
    color: var(--ss-text-light);
    margin-bottom: 0.25rem;
}

.author-title {
    font-size: 0.875rem;
    color: var(--ss-text-muted);
    line-height: 1.4;
    padding: 0.125rem 0;
}

.quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    color: rgba(247, 157, 101, 0.15);
}

/* Ethos Section */
.ss-ethos-section {
    padding: 80px 0;
    background: rgba(16, 19, 21, 0.4);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.ss-ethos-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.ethos-card {
    background: rgba(37, 59, 108, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 59, 108, 0.2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.ethos-card:hover {
    transform: translateY(-5px);
    background: rgba(37, 59, 108, 0.15);
    border-color: var(--ss-accent-orange);
    box-shadow: 0 10px 30px rgba(247, 157, 101, 0.15);
}

.ethos-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.ethos-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--ss-text-light);
    margin-bottom: 1rem;
}

.ethos-description {
    color: var(--ss-text-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.compliance-badges {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.badge-item {
    width: 100px;
    height: 100px;
    background: rgba(37, 59, 108, 0.1);
    border: 1px solid rgba(37, 59, 108, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: all 0.3s ease;
}

.badge-item:hover {
    transform: translateY(-3px);
    border-color: var(--ss-accent-orange);
    box-shadow: 0 5px 15px rgba(247, 157, 101, 0.2);
}

/* CTA Section */
.ss-cta-section {
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ss-cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.cta-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--ss-text-light);
    letter-spacing: -0.02em;
}

.cta-description {
    font-size: 1.125rem;
    color: var(--ss-text-muted);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 1rem 2.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: var(--ss-accent-orange);
    color: white;
    box-shadow: 0 8px 24px rgba(247, 157, 101, 0.3);
    /* padding-top:19px; */
    border:2px solid rgba(247, 157, 101, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px); 
    box-shadow: 0 12px 32px rgba(247, 157, 101, 0.4);
    background: #ff8c4a;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(37, 59, 108, 0.5);
}

.btn-secondary:hover {
    background: rgba(37, 59, 108, 0.2);
    border-color: var(--ss-accent-orange);
    color: var(--ss-accent-orange);
}

/* Form Styles */
.cta-form-wrapper {
    max-width: 800px;
    margin: 3rem auto;
    background: rgba(37, 59, 108, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 59, 108, 0.2);
    border-radius: 20px;
    padding: 3rem;
}

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    background: rgba(16, 19, 21, 0.5);
    border: 1px solid rgba(37, 59, 108, 0.3);
    border-radius: 8px;
    color: var(--ss-text-light);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--ss-accent-orange);
    background: rgba(16, 19, 21, 0.7);
}

.form-group select option {
    background: var(--ss-bg-dark);
    color: var(--ss-text-light);
}

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

.btn-submit {
    width: 100%;
    max-width: 400px;
    padding: 1.25rem 2.5rem;
    background: var(--ss-accent-orange);
    color: white;
    font-size: 1.0625rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(247, 157, 101, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(247, 157, 101, 0.4);
    background: #ff8c4a;
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-submit.success {
    background: #10b981;
}

.form-note {
    margin-top: 1rem;
    color: var(--ss-text-muted);
    font-size: 0.875rem;
}

.form-note a {
    color: var(--ss-accent-orange);
    text-decoration: none;
    font-weight: 600;
}

.form-note a:hover {
    text-decoration: underline;
}

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ss-text-muted);
}

.benefit-icon {
    color: var(--ss-accent-orange);
    font-size: 1.25rem;
    font-weight: bold;
}

/* Testimonial Stats */
.testimonial-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(37, 59, 108, 0.2);
}

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

.stat-value {
    line-height: 2.7rem;
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--ss-accent-orange);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--ss-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .client-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    /* Minimal side padding for mobile */
    .ss-hero-section,
    .ss-metrics-section,
    .ss-social-proof-section,
    .ss-testimonials-section,
    .ss-ethos-section,
    .ss-app-download-section,
    .ss-cta-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    /* No padding for features section on mobile */
    .ss-features-section {
        padding: 0 !important;
    }
    
    /* Features grid - no padding on mobile */
    .features-grid {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Remove top padding from first section */
    .ss-hero-section {
        padding-top: 20px !important;
    }
    
    /* Hero title - 1.5x larger on mobile */
    .ss-hero-title {
        font-size: 42px !important;
        line-height: 1.2 !important;
    }
    
    /* WCAG AA compliant text sizes - minimum 16px for body text */
    .ss-hero-subtitle,
    .features-grid p,
    .testimonial-content,
    .metric-label,
    .ss-ethos-content p,
    body.page-template-page-enterprise-landing p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    
    .section-title {
        font-size: 24px !important;
    }
    
    .feature-title {
        font-size: 18px !important;
    }
    
    .client-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .client-logo-card {
        min-height: 120px;
        padding: 1.5rem;
    }
    
    .client-logo-image {
        max-height: 80px;
    }
    
    .features-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .metric-number {
        font-size: 2.25rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
        font-size: 16px !important;
        padding: 14px 24px !important;
    }
    
    .testimonial-stats {
        flex-direction: column;
        gap: 2rem;
    }
    
    .cta-form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-benefits {
        flex-direction: column;
        align-items: center;
    }
    
    /* Form inputs should be larger on mobile */
    .cta-form input,
    .cta-form select,
    .cta-form textarea {
        font-size: 16px !important;
        padding: 12px !important;
    }
    
    /* App store buttons - inline on mobile */
    .app-store-buttons {
        flex-direction: row !important;
        gap: 10px !important;
        justify-content: center !important;
    }
    
    .app-store-buttons .app-store-btn {
        min-width: auto !important;
        padding: 10px 15px !important;
    }
    
    /* Trust badges - inline on mobile */
    .trust-badges {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: center !important;
    }
    
    .trust-badge {
        flex: 0 0 auto !important;
        min-width: auto !important;
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    /* Even tighter padding for very small screens */
    .ss-hero-section,
    .ss-metrics-section,
    .ss-social-proof-section,
    .ss-testimonials-section,
    .ss-ethos-section,
    .ss-app-download-section,
    .ss-cta-section {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    /* No padding for features section on mobile */
    .ss-features-section {
        padding: 0 !important;
    }
    
    /* Remove almost all top padding from hero */
    .ss-hero-section {
        padding-top: 10px !important;
    }
    
    /* Hero title even larger on very small screens */
    .ss-hero-title {
        font-size: 36px !important;
    }
    
    .client-logos-grid {
        grid-template-columns: 1fr;
    }
    
    /* Stack metrics in 2x2 grid on very small screens */
    .ss-metrics-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .metric-card {
        padding: 15px 5px !important;
    }
    
    .metric-number {
        font-size: 1.75rem !important;
    }
    
    .metric-label {
        font-size: 14px !important;
    }

    .ss-cta-container {
        padding: 0 !important;
    }
}
