/* Page-specific styles (aligned with resp_base.css variables) */

.company-hero {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: var(--light-color);
    padding: 110px 0 90px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.company-hero:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23f8f7fc' fill-opacity='1' d='M0,64L80,69.3C160,75,320,85,480,80C640,75,800,53,960,48C1120,43,1280,53,1360,58.7L1440,64L1440,100L1360,100C1280,100,1120,100,960,100C800,100,640,100,480,100C320,100,160,100,80,100L0,100Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 14px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 18px;
}

.hero-eyebrow .material-icons-outlined {
    font-size: 20px;
}

.company-hero h1 {
    font-size: 3.1rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.company-hero p.lead {
    font-size: 1.35rem;
    max-width: 860px;
    margin: 0 auto 2rem;
    opacity: 0.92;
}

.hero-cta {
    margin-top: 2.2rem;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
}

.trust-item .material-icons-outlined {
    font-size: 18px;
}

/* Quick Navigation */
.quick-nav {
    background-color: var(--light-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 70px;
    z-index: 100;
}

.quick-nav-container {
    display: flex;
    justify-content: center;
    padding: 14px 0;
    flex-wrap: wrap;
    gap: 6px;
}

.quick-nav-item {
    margin: 0 10px;
    padding: 7px 10px;
    font-weight: 700;
    color: var(--dark-color);
    position: relative;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 999px;
}

.quick-nav-item:hover {
    color: var(--primary-color);
    text-decoration: none;
    background-color: rgba(106, 61, 179, 0.06);
}

.quick-nav-item.active {
    color: var(--primary-color);
    background-color: rgba(106, 61, 179, 0.10);
}

/* Shared section styles */
.section-title {
    font-size: 2.25rem;
    margin-bottom: 0.9rem;
}

.section-subtitle {
    font-size: 1.15rem;
    color: rgba(0, 0, 0, 0.6);
}

.benefits-section,
.pricing-section,
.cta-section {
    padding: 90px 0;
    background-color: var(--bg-color);
}

.how-it-works-section,
.features-section,
.faq-section,
.resources-section,
.what-you-get-section {
    padding: 90px 0;
    background-color: var(--light-color);
}

.benefit-card {
    background-color: var(--light-color);
    border-radius: 14px;
    padding: 36px 28px;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.10);
}

.benefit-icon {
    font-size: 2.1rem;
    color: var(--primary-color);
    margin-bottom: 22px;
    height: 74px;
    width: 74px;
    line-height: 74px;
    background-color: rgba(106, 61, 179, 0.10);
    border-radius: 50%;
    margin: 0 auto 22px;
}

.benefit-card h3 {
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
}

.benefit-card p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.70);
}

.callout-bar {
    display: flex;
    gap: 16px;
    padding: 22px 22px;
    border-radius: 14px;
    border: 1px solid rgba(106, 61, 179, 0.16);
    background: rgba(106, 61, 179, 0.06);
    align-items: flex-start;
}

.callout-bar--light {
    background: rgba(106, 61, 179, 0.04);
}

.callout-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(106, 61, 179, 0.12);
    color: var(--primary-color);
    flex: 0 0 auto;
}

.callout-content h3 {
    margin-bottom: 6px;
    font-size: 1.15rem;
}

.callout-content a {
    font-weight: 700;
}

/* How it works cards */
.process-card {
    background-color: var(--bg-color);
    border-radius: 14px;
    padding: 44px 26px 34px;
    height: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif;
}

.process-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 14px;
}

.process-card h3 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 1.15rem;
    font-family: 'Montserrat', sans-serif;
}

.process-card p {
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 0;
}

.howitworks-note {
    display: flex;
    gap: 12px;
    padding: 18px 18px;
    border-radius: 14px;
    background: rgba(106, 61, 179, 0.05);
    border: 1px solid rgba(106, 61, 179, 0.12);
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.75);
}

.howitworks-note .material-icons-outlined {
    color: var(--primary-color);
    font-size: 22px;
    margin-top: 2px;
}

/* What you get */
.what-card {
    background: var(--bg-color);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.what-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.72);
}

.checklist li:last-child {
    border-bottom: none;
}

.checklist .material-icons {
    color: #28a745;
    font-size: 18px;
    margin-top: 2px;
}

.what-links .btn-sm {
    padding: 8px 12px;
    font-size: 0.9rem;
}

/* Pricing */
.pricing-card {
    background-color: var(--light-color);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.pricing-card.popular {
    border: 2px solid var(--primary-color);
    transform: scale(1.02);
    z-index: 1;
}

.pricing-card.popular:hover {
    transform: scale(1.02) translateY(-10px);
}

.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    color: white;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 0 0 0 14px;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
}

.pricing-header {
    padding: 26px 22px 0;
    text-align: center;
}

.pricing-header h3 {
    margin-bottom: 8px;
    font-weight: 800;
    color: var(--secondary-color);
    font-size: 1.35rem;
}

.pricing-header p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.pricing-price {
    padding: 20px 22px 16px;
    text-align: center;
}

.price-amount {
    display: inline-flex;
    align-items: baseline;
}

.currency {
    font-size: 1.3rem;
    font-weight: 800;
    margin-right: 4px;
    color: var(--dark-color);
    font-family: 'Montserrat', sans-serif;
}

.amount {
    font-size: 3.4rem;
    font-weight: 900;
    color: var(--dark-color);
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.period {
    font-size: 1.05rem;
    color: rgba(0, 0, 0, 0.55);
    display: block;
    margin-top: 8px;
}

.save-tag {
    display: inline-block;
    background-color: rgba(40, 167, 69, 0.10);
    color: #28a745;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 800;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.pricing-features {
    padding: 6px 22px 22px;
    flex-grow: 1;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.72);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features .material-icons {
    margin-right: 10px;
    color: #28a745;
    width: 16px;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
}

.pricing-cta {
    padding: 0 22px 26px;
    text-align: center;
}

.price-note {
    background-color: rgba(106, 61, 179, 0.06);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
    border: 1px solid rgba(106, 61, 179, 0.12);
}

.price-note .material-icons {
    font-size: 1.35rem;
    color: var(--primary-color);
}

.price-note p {
    margin: 0;
    color: rgba(0, 0, 0, 0.75);
}

/* Features */
.feature-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.feature-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.feature-img:hover {
    transform: scale(1.03);
}

.feature-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    flex: 0 0 56px;
    height: 56px;
    background-color: rgba(106, 61, 179, 0.10);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 16px;
}

.feature-content h3 {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 1.15rem;
}

.feature-content p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.62);
}

/* Resources */
.resource-card {
    display: block;
    background: var(--bg-color);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none !important;
}

.resource-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.10);
}

.resource-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(106, 61, 179, 0.10);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.resource-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.resource-card p {
    color: rgba(0, 0, 0, 0.62);
    margin-bottom: 14px;
}

.resource-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

/* FAQ */
.accordion-item {
    margin-bottom: 14px;
    border: none;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.accordion-button {
    padding: 20px 22px;
    background-color: var(--light-color);
    font-weight: 800;
    color: var(--secondary-color);
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
}

.accordion-button:not(.collapsed) {
    background-color: var(--light-color);
    color: var(--primary-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    padding: 22px;
    background-color: #fafafa;
    font-size: 1.03rem;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.72);
}

/* CTA */
.cta-card {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    border-radius: 18px;
    padding: 60px 46px;
    color: var(--light-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
}

.cta-card h2 {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 2.05rem;
    color: white;
}

.cta-card p {
    margin-bottom: 0;
    opacity: 0.92;
    font-size: 1.1rem;
}

.cta-card .btn-primary {
    background-color: var(--light-color);
    color: var(--secondary-color);
    border: none;
    font-weight: 900;
    padding: 14px 26px;
    font-size: 1.05rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.cta-card .btn-primary:hover {
    background-color: #f3f3f3;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.cta-secondary-text {
    font-size: 0.95rem;
    opacity: 0.90;
}

.cta-link {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 900;
    text-decoration: underline;
}

.cta-link:hover {
    color: white;
    text-decoration: none;
}

/* Confidence badges */
.certifications-section {
    background-color: var(--light-color);
    padding: 36px 0;
    border-top: 1px solid var(--border-color);
}

.certification-badge {
    text-align: center;
    padding: 14px 10px;
}

.certification-badge .material-icons {
    font-size: 2.35rem;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.certification-badge p {
    font-weight: 800;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-size: 1.05rem;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media (max-width: 991.98px) {
    .company-hero {
        padding: 90px 0 70px;
    }

    .company-hero h1 {
        font-size: 2.4rem;
    }

    .company-hero p.lead {
        font-size: 1.15rem;
    }

    .pricing-card.popular {
        transform: scale(1);
    }

    .pricing-card.popular:hover {
        transform: translateY(-10px);
    }

    .cta-card {
        padding: 48px 26px;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {

    .benefits-section,
    .how-it-works-section,
    .pricing-section,
    .features-section,
    .faq-section,
    .cta-section,
    .resources-section,
    .what-you-get-section {
        padding: 60px 0;
    }

    .quick-nav-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 12px;
    }

    .quick-nav-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .cta-card h2 {
        font-size: 1.65rem;
    }
}