/* Page styles: youtube-ads (migrated from inline <style>) */

/* ===== YOUTUBE ADS PAGE UNIQUE STYLES ===== */
        /* Prefix: yt-page__ to avoid conflicts */

        .yt-page-hero {
            padding: calc(var(--hh) + 20px + 80px) 0 100px;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
        }

        .yt-page-hero__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 20% 30%, rgba(255, 0, 0, .2) 0%, transparent 60%),
                radial-gradient(ellipse 50% 60% at 80% 70%, rgba(255, 255, 255, .1) 0%, transparent 55%),
                radial-gradient(ellipse 40% 40% at 50% 50%, rgba(0, 0, 0, .15) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }

        .yt-page-hero__grid {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
            background-size: 60px 60px;
            pointer-events: none;
            z-index: 0;
        }

        .yt-page-hero__container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .yt-page-hero__content {
            text-align: left;
        }

        .yt-page__eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .16);
            color: rgba(255, 255, 255, .9);
            padding: 8px 20px;
            border-radius: 100px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            margin-bottom: 24px;
            backdrop-filter: blur(8px);
        }

        .yt-page__eyebrow-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #FF0000;
            box-shadow: 0 0 12px #FF0000;
            animation: blink 2s ease-in-out infinite;
        }

        .yt-page-hero__title {
            font-family: var(--font-head);
            font-size: clamp(2.4rem, 4.5vw, 3.5rem);
            font-weight: 800;
            line-height: 1.15;
            color: #fff;
            margin-bottom: 20px;
            text-align: left;
        }

        .yt-page-hero__title .highlight-yt {
            color: #FF0000;
            text-shadow: 0 0 20px rgba(255, 0, 0, .5);
        }

        .yt-page-hero__desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, .7);
            line-height: 1.8;
            margin-bottom: 32px;
            max-width: 100%;
            text-align: left;
        }

        .yt-page-hero__stats {
            display: flex;
            justify-content: flex-start;
            gap: 28px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .yt-page-hero__stat {
            text-align: left;
            min-width: 110px;
        }

        .yt-page-hero__stat-num {
            font-family: var(--font-head);
            font-size: 2rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }

        .yt-page-hero__stat-lbl {
            font-size: .82rem;
            color: rgba(255, 255, 255, .6);
            font-weight: 600;
            margin-top: 6px;
        }

        /* Hero Visual */
        .yt-page-hero__visual {
            position: relative;
            height: 440px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .yt-page-hero__main-img {
            width: 100%;
            max-width: 580px;
            border-radius: 24px;
            overflow: hidden;
            position: relative;
            z-index: 2;
            animation: ytFloat 5s ease-in-out infinite;

        }

        .yt-page-hero__main-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(.9) saturate(1.1);
        }

        .yt-page-hero__float {
            position: absolute;
            background: rgba(255, 255, 255, .95);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, .3);
            border-radius: 16px;
            padding: 14px 18px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 16px 48px rgba(0, 0, 0, .25);
            z-index: 3;
            animation: ytFloat 5s ease-in-out infinite;
        }

        @keyframes ytFloat {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }
        }

        .yt-page-hero__float--1 {
            top: 8%;
            display: none;
            right: -6%;
            animation-delay: 0s;
        }

        .yt-page-hero__float--2 {
            bottom: 26%;
            left: -8%;
                        display: none;

            animation-delay: 1.5s;
        }

        .yt-page-hero__float--3 {
            bottom: -8%;
            right: 8%;
                        display: none;

            animation-delay: 3s;
        }

        .yt-page-hero__float-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            flex-shrink: 0;
        }

        .yt-page-hero__float-icon.instream {
            background: linear-gradient(135deg, #FF0000, #CC0000);
        }

        .yt-page-hero__float-icon.shorts {
            background: linear-gradient(135deg, #FF0000, #FF6B6B);
        }

        .yt-page-hero__float-icon.views {
            background: linear-gradient(135deg, #282828, #000000);
            color: #fff;
        }

        .yt-page-hero__float-text {
            display: flex;
            flex-direction: column;
        }

        .yt-page-hero__float-text span {
            font-size: .72rem;
            color: rgba(0, 0, 0, .5);
            font-weight: 600;
        }

        .yt-page-hero__float-text strong {
            font-size: 1.05rem;
            color: var(--text);
            font-weight: 700;
            font-family: var(--font-head);
        }

        .yt-page-hero__badge {
            position: absolute;
            display: none!important;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255, 0, 0, .2);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 0, 0, .3);
            color: #fff;
            padding: 10px 24px;
            border-radius: 100px;
            font-size: .82rem;
            font-weight: 700;
            z-index: 4;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Services Section */
        .yt-page-services {
            padding: 100px 0;
            background: var(--bg-alt);
        }

        .yt-page-services__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .yt-page-services__grid {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 28px;
        }

        .yt-page-service-card {
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            border: 2px solid var(--border);
            box-shadow: var(--cs);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
        }

        .yt-page-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 32px 80px rgba(255, 0, 0, .2);
            border-color: #FF0000;
        }

        .yt-page-service-card__img-wrap {
            position: relative;
            height: 200px;
            overflow: hidden;
        }

        .yt-page-service-card__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .yt-page-service-card:hover .yt-page-service-card__img-wrap img {
            transform: scale(1.1);
        }

        .yt-page-service-card__img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 40%, rgba(255, 0, 0, .85) 100%);
        }

        .yt-page-service-card__icon {
            position: absolute;
            bottom: -32px;
            left: 50%;
            transform: translateX(-50%);
            width: 64px;
            height: 64px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            z-index: 2;
            box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
            border: 4px solid #fff;
            transition: transform 0.3s;
        }

        .yt-page-service-card:hover .yt-page-service-card__icon {
            transform: translateX(-50%) scale(1.15) rotate(-8deg);
        }

        .yt-page-service-card__icon.instream {
            background: linear-gradient(135deg, #FF0000, #CC0000);
        }

        .yt-page-service-card__icon.discovery {
            background: linear-gradient(135deg, #FF6B6B, #FF0000);
        }

        .yt-page-service-card__icon.bumper {
            background: linear-gradient(135deg, #282828, #000000);
            color: #fff;
        }

        .yt-page-service-card__icon.shorts {
            background: linear-gradient(135deg, #FF0000, #FF9999);
        }

        .yt-page-service-card__icon.action {
            background: linear-gradient(135deg, #FF0000, #FF3333);
        }

        .yt-page-service-card__icon.creative {
            background: linear-gradient(135deg, #667eea, #764ba2);
        }

        .yt-page-service-card__header {
            padding: 52px 28px 20px;
            text-align: center;
        }

        .yt-page-service-card__name {
            font-family: var(--font-head);
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 12px;
        }

        .yt-page-service-card__desc {
            font-size: .92rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

        .yt-page-service-card__body {
            padding: 0 28px 28px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .yt-page-service-card__features {
            list-style: none;
            padding: 0;
            margin: 0 0 24px;
            flex: 1;
        }

        .yt-page-service-card__feature {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
            font-size: .88rem;
            color: var(--text);
        }

        .yt-page-service-card__check {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: rgba(255, 0, 0, .1);
            color: #FF0000;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: .7rem;
            font-weight: 700;
            margin-top: 2px;
        }

        .yt-page-service-card__cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 14px;
            border-radius: 14px;
            font-size: .92rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
            cursor: pointer;
            border: none;
            font-family: inherit;
            background: linear-gradient(135deg, #FF0000, #CC0000);
            color: #fff;
            box-shadow: 0 6px 20px rgba(255, 0, 0, .3);
        }

        .yt-page-service-card__cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(255, 0, 0, .5);
        }

        /* Why YouTube Section */
        .yt-page-why {
            padding: 100px 0;
            background: #fff;
        }

        .yt-page-why__container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .yt-page-why__visual {
            position: relative;
        }

        .yt-page-why__img {
            width: 100%;
            border-radius: 24px;
            box-shadow: 0 24px 64px rgba(255, 0, 0, .15);
            border: 4px solid #fff;
        }

        .yt-page-why__badge {
            position: absolute;
            bottom: -20px;
            right: -20px;
            background: linear-gradient(135deg, #FF0000, #CC0000);
            color: #fff;
            padding: 16px 24px;
            border-radius: 16px;
            box-shadow: 0 8px 24px rgba(255, 0, 0, .4);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .yt-page-why__badge-num {
            font-family: var(--font-head);
            font-size: 1.8rem;
            font-weight: 800;
            line-height: 1;
        }

        .yt-page-why__badge-text {
            font-size: .85rem;
            font-weight: 600;
            line-height: 1.2;
        }

        .yt-page-why__content h2 {
            font-family: var(--font-head);
            font-size: clamp(2rem, 3vw, 2.5rem);
            font-weight: 800;
            color: var(--text);
            margin-bottom: 20px;
        }

        .yt-page-why__desc {
            font-size: 1rem;
            color: var(--text-muted);
            line-height: 1.8;
            margin-bottom: 32px;
        }

        .yt-page-why__list {
            list-style: none;
            padding: 0;
        }

        .yt-page-why__item {
            display: flex;
            gap: 16px;
            margin-bottom: 24px;
        }

        .yt-page-why__icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            flex-shrink: 0;
            background: rgba(255, 0, 0, .1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }

        .yt-page-why__text h4 {
            font-weight: 700;
            font-size: 1.05rem;
            margin-bottom: 4px;
            color: var(--text);
        }

        .yt-page-why__text p {
            font-size: .9rem;
            color: var(--text-muted);
        }

        /* Stats Section */
        .yt-page-stats {
            padding: 80px 0;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
        }

        .yt-page-stats__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(255, 0, 0, .15) 0%, transparent 65%);
            pointer-events: none;
        }

        .yt-page-stats__container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
            position: relative;
            z-index: 2;
        }

        .yt-page-stat {
            background: rgba(255, 255, 255, .05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, .12);
            border-radius: 24px;
            padding: 40px 28px;
            text-align: center;
            transition: all 0.3s;
        }

        .yt-page-stat:hover {
            background: rgba(255, 255, 255, .08);
            transform: translateY(-6px);
        }

        .yt-page-stat__num {
            font-family: var(--font-head);
            font-size: 3rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: 12px;
        }

        .yt-page-stat__lbl {
            font-size: .92rem;
            color: rgba(255, 255, 255, .7);
            font-weight: 600;
        }

        /* Process Section */
        .yt-page-process {
            padding: 100px 0;
            background: var(--bg-alt);
        }

        .yt-page-process__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .yt-page-process__grid {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }

        .yt-page-step {
            text-align: center;
            padding: 36px 24px;
            border-radius: 24px;
            background: #fff;
            border: 2px solid var(--border);
            transition: all 0.3s;
            position: relative;
        }

        .yt-page-step:hover {
            transform: translateY(-6px);
            box-shadow: var(--cs);
            border-color: #FF0000;
        }

        .yt-page-step__num {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: linear-gradient(135deg, #FF0000, #CC0000);
            color: #fff;
            font-weight: 800;
            font-family: var(--font-head);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.1rem;
            box-shadow: 0 6px 16px rgba(255, 0, 0, .35);
        }

        .yt-page-step__title {
            font-family: var(--font-head);
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 12px;
        }

        .yt-page-step__desc {
            font-size: .88rem;
            color: var(--text-muted);
            line-height: 1.65;
        }

        /* Pricing Section */
        .yt-page-pricing {
            padding: 100px 0;
            background: #fff;
        }

        .yt-page-pricing__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .yt-page-pricing__grid {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            align-items: stretch;
        }

        .yt-page-price-card {
            background: var(--bg-alt);
            border-radius: 28px;
            overflow: hidden;
            border: 2px solid var(--border);
            box-shadow: var(--cs);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .yt-page-price-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 24px 60px rgba(255, 0, 0, .2);
        }

        .yt-page-price-card.popular {
            transform: scale(1.05);
            border-color: #FF0000;
            box-shadow: 0 32px 80px rgba(255, 0, 0, .3);
            z-index: 2;
        }

        .yt-page-price-card.popular:hover {
            transform: scale(1.05) translateY(-8px);
        }

        .yt-page-price-card__badge {
            position: absolute;
            top: 16px;
            right: 16px;
            background: linear-gradient(135deg, #FF0000, #CC0000);
            color: #fff;
            padding: 6px 14px;
            border-radius: 100px;
            font-size: .72rem;
            font-weight: 700;
            box-shadow: 0 4px 12px rgba(255, 0, 0, .4);
        }

        .yt-page-price-card__header {
            padding: 40px 32px 32px;
            text-align: center;
            background: linear-gradient(180deg, rgba(255, 0, 0, .05) 0%, var(--bg-alt) 100%);
            border-bottom: 2px solid var(--border);
        }

        .yt-page-price-card__icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.4rem;
            box-shadow: var(--cs);
        }

        .yt-page-price-card.popular .yt-page-price-card__icon {
            background: linear-gradient(135deg, #FF0000, #CC0000);
            color: #fff;
            box-shadow: 0 8px 24px rgba(255, 0, 0, .35);
        }

        .yt-page-price-card__name {
            font-family: var(--font-head);
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 12px;
        }

        .yt-page-price-card__price {
            font-family: var(--font-head);
            font-size: 3rem;
            font-weight: 800;
            color: var(--text);
            line-height: 1;
        }

        .yt-page-price-card__currency {
            font-size: 1.5rem;
            vertical-align: super;
        }

        .yt-page-price-card__period {
            font-size: .9rem;
            color: var(--text-muted);
            margin-top: 8px;
        }

        .yt-page-price-card__body {
            padding: 32px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .yt-page-price-card__features {
            list-style: none;
            padding: 0;
            margin: 0 0 32px;
            flex: 1;
        }

        .yt-page-price-card__feature {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
            font-size: .9rem;
            color: var(--text);
        }

        .yt-page-price-card__check {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: rgba(255, 0, 0, .1);
            color: #FF0000;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: .7rem;
            font-weight: 700;
            margin-top: 2px;
        }

        .yt-page-price-card__btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            padding: 16px;
            border-radius: 14px;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
            cursor: pointer;
            border: none;
            font-family: inherit;
        }

        .yt-page-price-card__btn--outline {
            background: transparent;
            border: 2px solid var(--border);
            color: var(--text);
        }

        .yt-page-price-card__btn--outline:hover {
            border-color: #FF0000;
            color: #FF0000;
        }

        .yt-page-price-card__btn--primary {
            background: linear-gradient(135deg, #FF0000, #CC0000);
            color: #fff;
            box-shadow: 0 8px 24px rgba(255, 0, 0, .35);
        }

        .yt-page-price-card__btn--primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(255, 0, 0, .5);
        }

        /* FAQ Section */
        .yt-page-faq {
            padding: 100px 0;
            background: var(--bg-alt);
        }

        .yt-page-faq__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 56px;
            padding: 0 28px;
        }

        .yt-page-faq__container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 28px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .yt-page-faq__item {
            border: 1px solid var(--border);
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: var(--cs);
            transition: all var(--tr);
        }

        .yt-page-faq__item.open {
            border-color: #FF0000;
            box-shadow: 0 12px 32px rgba(255, 0, 0, .12);
        }

        .yt-page-faq__q {
            padding: 20px 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 700;
            font-size: 1.02rem;
            color: var(--text);
            transition: color var(--tr);
        }

        .yt-page-faq__q:hover {
            color: #FF0000;
        }

        .yt-page-faq__icon {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: var(--bg-alt);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            transition: all var(--tr);
            flex-shrink: 0;
        }

        .yt-page-faq__item.open .yt-page-faq__icon {
            transform: rotate(45deg);
            background: #FF0000;
            color: #fff;
        }

        .yt-page-faq__a {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 24px;
            color: var(--text-muted);
            font-size: .95rem;
            line-height: 1.7;
        }

        .yt-page-faq__item.open .yt-page-faq__a {
            max-height: 300px;
            padding: 0 24px 24px;
        }

        /* CTA Section */
        .yt-page-cta {
            padding: 100px 0;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .yt-page-cta__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(255, 0, 0, .12) 0%, transparent 65%);
            pointer-events: none;
        }

        .yt-page-cta__container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 28px;
            position: relative;
            z-index: 2;
        }

        .yt-page-cta__title {
            font-family: var(--font-head);
            font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .yt-page-cta__desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, .7);
            margin-bottom: 40px;
            line-height: 1.8;
        }

        .yt-page-cta__actions {
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .yt-page-cta__btn-outline {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, .3);
            padding: 14px 32px;
            border-radius: 100px;
            font-size: .95rem;
            font-weight: 700;
            transition: all var(--tr);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .yt-page-cta__btn-outline:hover {
            border-color: #FF0000;
            background: rgba(255, 0, 0, .1);
            transform: translateY(-3px);
        }

        /* Responsive */
        @media(max-width: 1024px) {
            .yt-page-hero__container {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .yt-page-hero__content {
                text-align: center;
            }

            .yt-page-hero__desc,
            .yt-page-hero__stats {
                margin-left: auto;
                margin-right: auto;
                justify-content: center;
            }

            .yt-page-hero__visual {
                order: -1;
                height: 340px;
                margin-bottom: 40px;
            }

            .yt-page-hero__main-img {
                max-width: 100%;
            }

            .yt-page-hero__float {
                display: none;
            }

            .yt-page-why__container {
                grid-template-columns: 1fr;
            }

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

            .yt-page-pricing__grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto;
            }

            .yt-page-price-card.popular {
                transform: none;
                order: -1;
            }

            .yt-page-price-card.popular:hover {
                transform: translateY(-8px);
            }

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

        @media(max-width: 768px) {
            .yt-page-hero__title {
                font-size: 2.2rem;
            }

            .yt-page-services__grid {
                grid-template-columns: 1fr;
            }

            .yt-page-stats__container {
                grid-template-columns: 1fr;
            }

            .yt-page-process__grid {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin: 0 auto;
            }

            .yt-page-cta__actions {
                flex-direction: column;
                align-items: center;
            }

            .yt-page-cta__btn-outline {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
        }

#rcl-overlay {
            position: fixed;
            inset: 0;
            background: rgb(212, 212, 212);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        #rcl-box {
            position: relative;
            width: 110px;
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #rcl-spinner {
            position: absolute;
            inset: 0;
            border-radius: 50%;
            border: 5px solid rgba(190, 20, 60, 0.2);
            border-top-color: #be143c;
            border-right-color: #8b0000;
            animation: rcl-spin 1.1s linear infinite;
        }

        #rcl-inner-ring {
            position: absolute;
            inset: 14px;
            border-radius: 50%;
            border: 3px solid rgba(190, 20, 60, 0.12);
            border-bottom-color: #d4204f;
            animation: rcl-spin-rev 1.6s linear infinite;
        }

        @keyframes rcl-spin {
            to {
                transform: rotate(360deg);
            }
        }

        @keyframes rcl-spin-rev {
            to {
                transform: rotate(-360deg);
            }
        }

        #rcl-icon-wrap {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: #be143c;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 0 3px #8b0000;
            z-index: 1;
            animation: rcl-pulse 2s ease-in-out infinite;
        }

        @keyframes rcl-pulse {

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.08);
            }
        }

        #rcl-icon-wrap img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }

        #rcl-label {
            position: absolute;
            bottom: -28px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 12px;
            color: #be143c;
            letter-spacing: 2px;
            white-space: nowrap;
            font-family: sans-serif;
            animation: rcl-blink 1.4s ease-in-out infinite;
        }

        @keyframes rcl-blink {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.4;
            }
        }
