/* exclusive-video-interview-offer — ported from tch-website-181/pages/exclusive-video-interview-offer.hbs,
   scoped under .tch-page so it cannot reach the shared header, footer,
   booking widgets or commerce surfaces. */
.tch-page #custom-container-video-interview{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }.tch-page #custom-container-video-interview .interview-page{
        font-family: var(--font-body);
        background: white;
        min-height: 100vh;
    }.tch-page #custom-container-video-interview .interview-hero{
        background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 50%, var(--brand-accent) 100%);
        padding: 3rem 1.5rem;
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }.tch-page #custom-container-video-interview .hero-mobile-overlay{
        display: none;
    }@media (max-width: 768px){.tch-page #custom-container-video-interview .hero-mobile-overlay{
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.3) 0%, 
                rgba(0, 0, 0, 0.4) 100%);
            z-index: 2;
        }.tch-page #custom-container-video-interview .interview-hero-content{
            z-index: 3;
        }}@media (max-width: 768px){.tch-page #custom-container-video-interview .testimonial-video video{
             
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }.tch-page #custom-container-video-interview .hero-video-bg{
            display: block !important;
            visibility: visible !important;
             
            opacity: 0.4 !important;
            z-index: 1 !important;
        }.tch-page #custom-container-video-interview .hero-mobile-overlay{
            z-index: 2 !important;
        }}.tch-page #custom-container-video-interview .hero-video-bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.4;
        z-index: 1;
    }.tch-page #custom-container-video-interview .interview-hero-content{
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        width: 100%;
    }.tch-page #custom-container-video-interview .interview-hero h1{
        font-family: var(--font-heading);
        font-size: 2.75rem;
        font-weight: 400;
        color: white;
        margin-bottom: 0.75rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        letter-spacing: 1.5px;
        text-align: center;
    }.tch-page #custom-container-video-interview .interview-hero .subtitle{
        font-size: 1.5rem;
        color: white;
        margin-bottom: 1rem;
        opacity: 0.95;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }.tch-page #custom-container-video-interview .interview-hero .tagline{
        font-size: 1.125rem;
        color: white;
        margin-bottom: 1.5rem;
        opacity: 0.9;
        font-style: italic;
    }.tch-page #custom-container-video-interview .interview-content{
        padding: 4rem 1.5rem;
        background: #f9fafb;
    }.tch-page #custom-container-video-interview .intro-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
        margin-bottom: 4rem;
        max-width: 1200px;
        margin: 0 auto;
    }@media (max-width: 768px){.tch-page #custom-container-video-interview .intro-section{
            grid-template-columns: 1fr;
            gap: 2rem;
        }}.tch-page #custom-container-video-interview .intro-text{
        font-size: 1.125rem;
        color: #374151;
        line-height: 1.8;
    }.tch-page #custom-container-video-interview .intro-visual{
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }.tch-page #custom-container-video-interview .intro-visual img, .tch-page #custom-container-video-interview .intro-visual video{
        width: 100%;
        height: auto;
        display: block;
    }.tch-page #custom-container-video-interview .intro-visual-alt{
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        margin-top: 2rem;
    }.tch-page #custom-container-video-interview .intro-visual-alt img{
        width: 100%;
        height: auto;
        display: block;
    }.tch-page #custom-container-video-interview .benefits-section{
        background: #f9fafb;
        padding: 4rem 1.5rem;
        position: relative;
    }.tch-page #custom-container-video-interview .benefits-top-row{
        display: grid;
        grid-template-columns: 400px 1fr;
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto 3rem;
        padding: 0 1.5rem;
        align-items: stretch;
    }@media (max-width: 991px){.tch-page #custom-container-video-interview .benefits-top-row{
            grid-template-columns: 1fr;
            gap: 2rem;
        }}.tch-page #custom-container-video-interview .pricing-card-wrapper{
        display: flex;
        align-items: stretch;
    }.tch-page #custom-container-video-interview .studio-preview-grid{
        width: 100%;
    }.tch-page #custom-container-video-interview .studio-showcase{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }.tch-page #custom-container-video-interview .studio-showcase .studio-image:last-child:nth-child(3){
        grid-column: 1 / -1;
        width: 100%;
    }.tch-page #custom-container-video-interview .studio-showcase .studio-image:last-child:nth-child(3) img{
        height: 200px;
    }@media (max-width: 768px){.tch-page #custom-container-video-interview .studio-showcase{
            grid-template-columns: 1fr;
            gap: 1rem;
        }.tch-page #custom-container-video-interview .studio-showcase .studio-image:last-child:nth-child(3){
            grid-column: 1;
        }.tch-page #custom-container-video-interview .studio-showcase .studio-image:last-child:nth-child(3) img{
            height: 180px;
        }}.tch-page #custom-container-video-interview .studio-image{
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: white;
    }.tch-page #custom-container-video-interview .studio-image:hover{
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }.tch-page #custom-container-video-interview .studio-image img{
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }.tch-page #custom-container-video-interview .studio-caption{
        padding: 1rem;
        background: white;
        color: #1a1a1a;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        border-top: 1px solid #f3f4f6;
        font-family: var(--font-heading);
        letter-spacing: 1.2px;
    }.tch-page #custom-container-video-interview .section-title{
        font-family: var(--font-heading);
        font-size: 2.5rem;
        font-weight: 400;
        text-align: center;
        margin-bottom: 3rem;
        color: #1a1a1a;
        position: relative;
        letter-spacing: 1.5px;
    }.tch-page #custom-container-video-interview .section-title::after{
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: var(--brand-accent);
    }.tch-page #custom-container-video-interview .benefits-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }@media (max-width: 1200px) and (min-width: 769px){.tch-page #custom-container-video-interview .benefits-grid{
            grid-template-columns: repeat(2, 1fr);
        }.tch-page #custom-container-video-interview .benefits-grid .benefit-card:nth-child(3){
            grid-column: 1 / -1;
            max-width: calc(50% - 1rem);
            margin: 0 auto;
        }}@media (max-width: 768px){.tch-page #custom-container-video-interview .benefits-grid{
            grid-template-columns: 1fr;
        }}.tch-page #custom-container-video-interview .benefit-card{
        background: white;
        padding: 2rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #f3f4f6;
    }.tch-page #custom-container-video-interview .benefit-card:hover{
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
        border-color: var(--brand-accent);
    }.tch-page #custom-container-video-interview .benefit-icon{
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        color: white;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(217, 83, 79, 0.3);
        transition: transform 0.3s ease;
    }.tch-page #custom-container-video-interview .benefit-card:hover .benefit-icon{
        transform: rotate(10deg) scale(1.1);
    }.tch-page #custom-container-video-interview .benefit-title{
        font-family: var(--font-heading);
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 1rem;
        color: #1a1a1a;
        letter-spacing: 1px;
    }.tch-page #custom-container-video-interview .benefit-description{
        color: #6b7280;
        line-height: 1.6;
    }.tch-page #custom-container-video-interview .benefit-list{
        list-style: none;
        padding: 0;
        margin-top: 1rem;
    }.tch-page #custom-container-video-interview .benefit-list li{
        padding: 0.125rem 0;
        color: #6b7280;
        display: flex;
        align-items: flex-start;
        line-height: 1.4;
        font-size: 1.125rem;
    }.tch-page #custom-container-video-interview .benefit-list li::before{
        content: '✓';
        color: var(--brand-accent);
        font-weight: bold;
        margin-right: 0.75rem;
        flex-shrink: 0;
    }.tch-page #custom-container-video-interview .pricing-section{
        padding: 4rem 1.5rem;
        text-align: center;
        background: linear-gradient(135deg, #ffffff 0%, #FEF3E2 100%);
    }.tch-page #custom-container-video-interview .sticky-offer-bar{
        position: fixed;
        top: 80px;  
        left: 0;
        right: 0;
        background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-dark) 50%, var(--brand-accent) 100%);
        padding: 0.875rem 1rem;
        z-index: 998;  
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }.tch-page #custom-container-video-interview .sticky-offer-bar.visible{
        transform: translateY(0);
    }.tch-page #custom-container-video-interview .sticky-offer-content{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        padding: 0 1rem;
    }.tch-page #custom-container-video-interview .sticky-offer-text{
        color: white;
        font-weight: 500;
        font-size: 1.125rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        font-family: var(--font-heading);
        letter-spacing: 0.5px;
    }.tch-page #custom-container-video-interview .sticky-package-text{
        font-size: 1.125rem;
        font-weight: 600;
    }.tch-page #custom-container-video-interview .sticky-offer-icon{
        color: var(--brand-accent);
        font-size: 1.25rem;
        animation: pulse-icon 2s infinite;
    }@keyframes pulse-icon{
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
    }.tch-page #custom-container-video-interview .sticky-label{
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 1px;
        opacity: 0.95;
        font-weight: 600;
    }.tch-page #custom-container-video-interview .sticky-price-group{
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }.tch-page #custom-container-video-interview .sticky-original{
        text-decoration: line-through;
        opacity: 0.7;
        font-size: 1.125rem;
    }.tch-page #custom-container-video-interview .sticky-price{
        background: white;
        color: var(--brand-primary);
        padding: 0.375rem 1rem;
        border-radius: 6px;
        font-weight: bold;
        font-size: 1.25rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }.tch-page #custom-container-video-interview .sticky-divider{
        width: 1px;
        height: 30px;
        background: rgba(255, 255, 255, 0.3);
    }.tch-page #custom-container-video-interview .sticky-cta{
        background: white;
        color: var(--brand-primary);
        padding: 0.625rem 2rem;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 0.875rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-family: var(--font-heading);
    }.tch-page #custom-container-video-interview .sticky-cta:hover{
        background: var(--brand-accent);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(250, 176, 69, 0.4);
    }@media (max-width: 768px){.tch-page #custom-container-video-interview .sticky-offer-bar{
            top: 70px;  
            padding: 0.75rem 0.5rem;
        }.tch-page #custom-container-video-interview .sticky-offer-content{
            flex-direction: column;
            gap: 0.75rem;
            text-align: center;
        }.tch-page #custom-container-video-interview .sticky-offer-text{
            font-size: 0.875rem;
            flex-wrap: wrap;
            justify-content: center;
        }.tch-page #custom-container-video-interview .sticky-divider{
            display: none;
        }.tch-page #custom-container-video-interview .sticky-label{
            width: 100%;
        }.tch-page #custom-container-video-interview .sticky-cta{
            padding: 0.5rem 1.5rem;
            font-size: 0.8125rem;
        }}.tch-page #custom-container-video-interview .pricing-box{
        background: white;
        padding: 3rem 2.5rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: none;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }.tch-page #custom-container-video-interview .benefits-top-row .pricing-box{
        max-width: none;
        margin: 0;
        height: 100%;
        min-height: 450px;
    }.tch-page #custom-container-video-interview .pricing-box:hover{
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(217, 83, 79, 0.15);
    }.tch-page #custom-container-video-interview .limited-badge{
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--brand-primary);
        color: white;
        padding: 0.5rem 1.5rem;
        border-radius: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 0.75rem;
        font-family: var(--font-heading);
    }.tch-page #custom-container-video-interview .price-original{
        font-size: 1.5rem;
        color: #9ca3af;
        text-decoration: line-through;
        margin-bottom: 0.5rem;
    }.tch-page #custom-container-video-interview .price-special{
        font-size: 3rem;
        color: var(--brand-primary);
        font-weight: bold;
        margin-bottom: 1rem;
    }.tch-page #custom-container-video-interview .price-savings{
        background: var(--brand-accent);
        color: white;
        padding: 0.75rem 1.5rem;
        border-radius: 8px;
        display: inline-block;
        margin-bottom: 2rem;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(250, 176, 69, 0.3);
    }.tch-page #custom-container-video-interview .price-savings:hover{
        background: var(--brand-primary);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(217, 83, 79, 0.4);
        color: white;
    }.tch-page #custom-container-video-interview .process-section{
        background: white;
        padding: 4rem 1.5rem;
        position: relative;
    }.tch-page #custom-container-video-interview .process-video-container{
        max-width: 800px;
        margin: 3rem auto;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }.tch-page #custom-container-video-interview .process-video-container video{
        width: 100%;
        height: auto;
        display: block;
    }.tch-page #custom-container-video-interview .process-video-container video::-webkit-media-controls-timeline, .tch-page #custom-container-video-interview .process-video-container video::-webkit-media-controls-current-time-display, .tch-page #custom-container-video-interview .process-video-container video::-webkit-media-controls-time-remaining-display{
        display: none;
    }.tch-page #custom-container-video-interview .process-video-container video::-webkit-media-controls-panel{
        opacity: 1 !important;
        padding: 10px;
        transition: none !important;
    }.tch-page #custom-container-video-interview .process-video-container video::-webkit-media-controls{
        opacity: 1 !important;
    }.tch-page #custom-container-video-interview .process-video-container video:hover::-webkit-media-controls-panel, .tch-page #custom-container-video-interview .process-video-container video::-webkit-media-controls-panel{
        opacity: 1 !important;
        visibility: visible !important;
    }.tch-page #custom-container-video-interview .process-steps{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }.tch-page #custom-container-video-interview .process-step{
        text-align: center;
        padding: 2rem 1rem;
    }.tch-page #custom-container-video-interview .step-number{
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        font-size: 1.5rem;
        font-weight: bold;
        box-shadow: 0 4px 12px rgba(217, 83, 79, 0.3);
        position: relative;
    }.tch-page #custom-container-video-interview .step-number::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid var(--brand-accent);
        animation: pulse 2s infinite;
    }@keyframes pulse{
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.2);
            opacity: 0;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }.tch-page #custom-container-video-interview .step-title{
        font-family: var(--font-heading);
        font-size: 1.25rem;
        font-weight: 400;
        margin-bottom: 1rem;
        color: #1a1a1a;
        letter-spacing: 0.8px;
    }.tch-page #custom-container-video-interview .step-description{
        color: #6b7280;
        line-height: 1.6;
    }.tch-page #custom-container-video-interview .goal-section{
        padding: 4rem 1.5rem;
        text-align: center;
        background: white;
        position: relative;
        overflow: hidden;
    }.tch-page #custom-container-video-interview .goal-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23FEF3E2" opacity="0.3"/><circle cx="50" cy="50" r="40" fill="none" stroke="%23FAB045" stroke-width="0.5" opacity="0.2"/></svg>');
        background-size: 100px 100px;
        z-index: 0;
    }.tch-page #custom-container-video-interview .goal-content{
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }.tch-page #custom-container-video-interview .testimonial-video{
        max-width: 600px;
        margin: 2rem auto;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }.tch-page #custom-container-video-interview .testimonial-video video{
        width: 100%;
        height: auto;
        display: block;
    }.tch-page #custom-container-video-interview .testimonial-video{
        position: relative;
    }.tch-page #custom-container-video-interview .testimonial-video video::-webkit-media-controls-timeline, .tch-page #custom-container-video-interview .testimonial-video video::-webkit-media-controls-current-time-display, .tch-page #custom-container-video-interview .testimonial-video video::-webkit-media-controls-time-remaining-display{
        display: none;
    }.tch-page #custom-container-video-interview .testimonial-video video::-webkit-media-controls-panel{
        opacity: 1 !important;
        padding: 10px;
        transition: none !important;
    }.tch-page #custom-container-video-interview .testimonial-video video::-webkit-media-controls{
        opacity: 1 !important;
    }.tch-page #custom-container-video-interview .testimonial-video video::-moz-media-controls-timeline, .tch-page #custom-container-video-interview .testimonial-video video::-moz-media-controls-current-time-display, .tch-page #custom-container-video-interview .testimonial-video video::-moz-media-controls-time-remaining-display{
        display: none;
    }.tch-page #custom-container-video-interview .testimonial-video video{
        cursor: pointer;
    }.tch-page #custom-container-video-interview .testimonial-video video:hover::-webkit-media-controls-panel, .tch-page #custom-container-video-interview .testimonial-video video::-webkit-media-controls-panel{
        opacity: 1 !important;
        visibility: visible !important;
    }.tch-page #custom-container-video-interview .goal-text{
        font-size: 1.25rem;
        color: #374151;
        line-height: 1.8;
        margin-bottom: 2rem;
    }.tch-page #custom-container-video-interview .goal-highlight{
        color: var(--brand-primary);
        font-weight: 600;
    }.tch-page #custom-container-video-interview .cta-section{
        background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
        padding: 4rem 1.5rem;
        text-align: center;
        color: white;
    }.tch-page #custom-container-video-interview .cta-content{
        max-width: 800px;
        margin: 0 auto;
    }.tch-page #custom-container-video-interview .cta-title{
        font-family: var(--font-heading);
        font-size: 2.5rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
        letter-spacing: 1.5px;
        text-align: center;
    }.tch-page #custom-container-video-interview .cta-text{
        font-size: 1.125rem;
        margin-bottom: 2rem;
        opacity: 0.95;
    }.tch-page #custom-container-video-interview .cta-button{
        display: inline-block;
        padding: 1rem 3rem;
        background: white;
        color: var(--brand-primary);
        text-decoration: none;
        border-radius: 8px;
        font-family: var(--font-heading);
        font-size: 1.125rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        margin: 0.5rem;
    }.tch-page #custom-container-video-interview .cta-button{
        display: inline-block;
        padding: 1rem 3rem;
        background: white;
        color: var(--brand-primary);
        text-decoration: none;
        border-radius: 8px;
        font-family: var(--font-heading);
        font-size: 1.125rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        margin: 0.5rem;
        position: relative;
        overflow: hidden;
    }.tch-page #custom-container-video-interview .cta-button::before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(250, 176, 69, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }.tch-page #custom-container-video-interview .cta-button:hover{
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background: var(--brand-accent);
        color: white;
    }.tch-page #custom-container-video-interview .cta-button:hover::before{
        width: 300px;
        height: 300px;
    }.tch-page #custom-container-video-interview .contact-section{
        padding: 3rem 1.5rem;
        background: #f9fafb;
        text-align: center;
    }.tch-page #custom-container-video-interview .contact-info{
        max-width: 600px;
        margin: 0 auto;
    }.tch-page #custom-container-video-interview .contact-title{
        font-family: var(--font-heading);
        font-size: 2.5rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
        color: #1a1a1a;
        text-align: center;
        position: relative;
        padding-bottom: 20px;
        letter-spacing: 1.5px;
    }.tch-page #custom-container-video-interview .contact-title::after{
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: var(--brand-accent);
    }.tch-page #custom-container-video-interview .contact-methods{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }.tch-page #custom-container-video-interview .contact-method{
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: #374151;
        text-decoration: none;
        transition: color 0.3s ease;
    }.tch-page #custom-container-video-interview .contact-method:hover{
        color: var(--brand-primary);
    }.tch-page #custom-container-video-interview .contact-method i{
        color: var(--brand-primary);
        font-size: 1.25rem;
        width: 30px;
    }@media (max-width: 768px){.tch-page #custom-container-video-interview .interview-hero h1{
            font-size: 2.5rem;
        }.tch-page #custom-container-video-interview .interview-hero .subtitle{
            font-size: 1.25rem;
        }.tch-page #custom-container-video-interview .benefits-grid{
            grid-template-columns: 1fr;
        }.tch-page #custom-container-video-interview .process-steps{
            grid-template-columns: 1fr;
        }.tch-page #custom-container-video-interview .section-title, .tch-page #custom-container-video-interview .contact-title{
            font-size: 2rem;
        }.tch-page #custom-container-video-interview .cta-title{
            font-size: 2rem;
        }.tch-page #custom-container-video-interview .price-special{
            font-size: 2.5rem;
        }}
