/* =====================================================================
   PAGE MODULE — acerca-precios
   Extracted verbatim from inline <style> of: acerca/precios.html
   Design unchanged; loaded via `pageCss` front-matter.
   ===================================================================== */

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, 
        var(--primary-navy) 0%, 
        var(--primary-magenta) 60%, 
        var(--secondary-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* Hero Section */
.pricing-hero {
    padding: 8rem 2rem 4rem;
    background: linear-gradient(135deg, 
        var(--primary-navy) 0%, 
        var(--secondary-dark-teal) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pricing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFFFFF' fill-opacity='0.03'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.pricing-hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pricing-hero h1 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem;
}

.pricing-hero h2 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(3rem, 7vw, 5rem);
    color: var(--white);
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.pricing-hero p {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* Philosophy Section */
.philosophy-section {
    padding: 5rem 2rem;
    background: var(--white);
}

.philosophy-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.philosophy-container h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 2rem;
}

.philosophy-container p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.philosophy-highlight {
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 5px solid var(--secondary-teal);
    margin: 2rem 0;
}

.philosophy-highlight p {
    font-size: 1.25rem;
    font-style: italic;
    margin: 0;
}

/* Investment Tiers */
.tiers-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
}

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

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

.tiers-header h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
}

.tiers-header p {
    font-size: 1.15rem;
    color: var(--primary-navy);
    text-align: center !important;
    margin: 0 auto;
}

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

.tier-card {
    background: var(--white);
    padding: 3rem 2.5rem;
    border-radius: 12px;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.tier-card:hover {
    border-color: var(--secondary-teal);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(23, 167, 175, 0.15);
}

.tier-card.featured {
    border-color: var(--primary-magenta);
    box-shadow: 0 8px 35px rgba(166, 25, 99, 0.12);
}

.tier-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: linear-gradient(135deg, 
        var(--secondary-teal) 0%, 
        var(--primary-magenta) 100%);
}

.tier-card.featured .tier-icon {
    background: linear-gradient(135deg, 
        var(--primary-magenta) 0%, 
        var(--secondary-orange) 100%);
}

.tier-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: var(--secondary-teal);
    color: var(--white);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.tier-card.featured .tier-badge {
    background: var(--primary-magenta);
}

.tier-card h4 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.tier-price {
    font-family: 'Mirza', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--secondary-teal);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.tier-card.featured .tier-price {
    color: var(--primary-magenta);
}

.tier-period {
    font-size: 1rem;
    color: rgba(38, 49, 89, 0.7);
    margin-bottom: 1.5rem;
}

.tier-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--primary-navy);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    text-align: left;
}

.tier-includes {
    margin-bottom: 1.5rem;
    text-align: left;
}

.tier-includes h5 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.tier-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tier-includes li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--primary-navy);
}

.tier-includes li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary-teal);
}

/* Projects Section */
.projects-section {
    padding: 5rem 2rem;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.projects-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2317A7AF' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
    z-index: 0;
}

.projects-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

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

.projects-header h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
}

.projects-header p {
    font-size: 1.15rem;
    color: var(--primary-navy);
    text-align: center !important;
    margin: 0 auto;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.project-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-teal);
    box-shadow: 0 8px 30px rgba(23, 167, 175, 0.15);
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.project-content {
    padding: 2rem 1.75rem;
}

.project-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.25rem;
    display: block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--secondary-teal);
}

.project-card h4 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: 1.75rem;
    color: var(--primary-navy);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.project-price {
    font-family: 'Mirza', serif;
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--secondary-teal);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.project-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--primary-navy);
    margin: 0;
}

/* Promos CTA Banner */
.promos-cta-banner {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, 
        var(--primary-magenta) 0%, 
        var(--secondary-orange) 100%);
    text-align: center;
}

.promos-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.promos-cta-content h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--white);
    margin-bottom: 1rem;
}

.promos-cta-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.promos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 3rem;
    background: var(--white);
    color: var(--primary-magenta);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.promos-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: var(--primary-navy);
    color: var(--white);
}

/* Talent Partners Section */
.talent-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
}

.talent-container {
    max-width: 1000px;
    margin: 0 auto;
}

.talent-header {
    text-align: center;
    margin-bottom: 3rem;
}

.talent-header h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
}

.talent-header p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--primary-navy);
    max-width: 800px;
    margin: 0 auto;
}

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

.talent-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.talent-card:hover {
    transform: translateY(-3px);
    border-color: var(--secondary-teal);
    box-shadow: 0 6px 25px rgba(23, 167, 175, 0.12);
}

.talent-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: linear-gradient(135deg, 
        var(--primary-navy) 0%, 
        var(--secondary-teal) 100%);
}

.talent-card h4 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

.talent-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.talent-tiers {
    text-align: left;
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
    padding: 1.5rem;
    border-radius: 8px;
}

.talent-tiers h5 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-navy);
    margin-bottom: 0.75rem;
}

.talent-tiers ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.talent-tiers li {
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: var(--primary-navy);
}

/* Differentiation Section */
.differentiation-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, 
        var(--primary-navy) 0%, 
        var(--secondary-dark-teal) 100%);
}

.differentiation-container {
    max-width: 1100px;
    margin: 0 auto;
}

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

.differentiation-header h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    color: var(--white);
    margin-bottom: 1rem;
}

.wont-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.wont-underline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    background: linear-gradient(90deg, 
        rgba(255, 107, 107, 0.4) 0%, 
        rgba(255, 107, 107, 0.7) 50%, 
        rgba(255, 107, 107, 0.4) 100%);
    transform: rotate(-1.5deg) scaleX(1.05);
    border-radius: 4px;
}

.differentiation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.diff-column h4 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: 1.75rem;
    color: var(--white);
    margin-bottom: 1.25rem;
}

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

.diff-list li {
    padding: 0.6rem 0;
    padding-left: 2.5rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.diff-list.wont-find li::before {
    content: "\f00d";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #FF6B6B;
    font-size: 1.2rem;
}

.diff-list.will-find li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary-orange);
    font-size: 1.2rem;
}

/* Ideal Client Section */
.ideal-client-section {
    padding: 5rem 2rem;
    background: var(--white);
}

.ideal-client-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ideal-client-container h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    margin-bottom: 2rem;
}

.ideal-client-container > p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--primary-navy);
    margin-bottom: 2.5rem;
}

.ideal-client-list {
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
    padding: 3rem 2.5rem;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 3rem;
}

.ideal-client-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ideal-client-list li {
    padding: 1rem 0;
    padding-left: 3rem;
    position: relative;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--primary-navy);
}

.ideal-client-list li::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary-teal);
    font-size: 1.5rem;
}

.ideal-client-cta {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-navy);
}

/* CTA Section */
.pricing-cta-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pricing-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A61963' fill-opacity='0.05'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
    z-index: 0;
}

.pricing-cta-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pricing-cta-container h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 1.5rem;
}

.pricing-cta-container p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--primary-navy);
    margin-bottom: 3rem;
}

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

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem 3.5rem;
    background: var(--secondary-orange);
    color: var(--white);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 25px rgba(240, 147, 0, 0.4);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(240, 147, 0, 0.6);
    background: #D88000;
}

.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem 3.5rem;
    background: transparent;
    color: var(--primary-navy);
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 8px;
    border: 3px solid var(--primary-navy);
    transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
    background: var(--primary-navy);
    color: var(--white);
    transform: translateY(-3px);
}

/* FAQ Section */
.pricing-faq-section {
    padding: 5rem 2rem;
    background: var(--white);
}

.pricing-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.pricing-faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-faq-header h3 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.faq-item {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question h4 {
    font-family: 'Mirza', serif;
    font-weight: 500;
    font-size: 1.35rem;
    color: var(--primary-navy);
    margin: 0;
}

.faq-toggle {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--secondary-teal);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-link {
    margin-top: 2rem;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #FAF9F6 0%, #F5F3F0 100%);
    border-radius: 8px;
}

.faq-link p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.faq-link a {
    color: var(--secondary-teal);
    font-weight: 700;
    text-decoration: underline;
}

.faq-link a:hover {
    color: var(--primary-magenta);
}

/* Responsive */
@media (max-width: 900px) {
    .pricing-hero {
        padding: 6rem 1.5rem 3rem;
    }
    
    .differentiation-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .tiers-grid {
        grid-template-columns: 1fr;
    }
    
    .talent-grid {
        grid-template-columns: 1fr;
    }
}
