@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&family=Inter:wght@400;500;600&display=swap');

/* ── Tab Image Wrap ── */
.sk-tab-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    line-height: 0;
}

.sk-tab-full-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform .4s ease;
}

.sk-tab-img-wrap:hover .sk-tab-full-img {
    transform: scale(1.015);
}

/* ── Overlay Card (tabs 3 & 4) ── */
.sk-tab-overlay-card {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 340px;
    background: rgba(80, 80, 90, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 28px 28px 24px;
    color: #fff;
}

.sk-tab-card-minus {
    display: block;
    font-size: 18px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    line-height: 1;
}

.sk-tab-card-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.2;
}

.sk-tab-card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    margin: 0 0 18px;
}

.sk-tab-card-tag {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    letter-spacing: .3px;
}

@media (max-width: 991px) {
    .sk-tab-overlay-card {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        border-radius: 0 0 16px 16px;
        backdrop-filter: none;
        background: rgba(60, 60, 70, 0.95);
    }
}

@media (max-width: 575px) {
    .sk-tab-card-title { font-size: 22px; }
    .sk-tab-overlay-card { padding: 20px 18px; }
}

/* ── FAQ Walkthrough ── */
.sk-faqs-2-sec-title {
    margin-bottom: 50px;
}

.sk-faqs-2-walkthrough {
    margin-top: 0;
    background: #fff;
    border-radius: 20px;
    padding: 28px 28px 24px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

.sk-faqs-2-walkthrough-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(249,115,22,0.35);
}

.sk-faqs-2-walkthrough-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
}

.sk-faqs-2-walkthrough-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background .25s;
}

.sk-faqs-2-walkthrough-btn:hover {
    background: #333;
    color: #fff;
}

/* ── Pricing Gradient Titles ── */
.sk-price-2-main-title {
    background: linear-gradient(90deg, #1e67f6, #f18a3a, #e25ede) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

.sk-price-bg-text {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
    display: block;
    background: linear-gradient(90deg, #1e67f6, #f18a3a, #e25ede);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
    .sk-price-bg-text { font-size: 70px; }
}

@media (max-width: 575px) {
    .sk-price-bg-text { font-size: 44px; }
}

/* ── Select Dropdown ── */
select.sk-contact-6-form-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

select.sk-contact-6-form-input option {
    background: #1c1c1c;
    color: #fff;
    padding: 10px;
}

.sk-channels-wrap .wpcf7-list-item-label {
    color: #fff !important;
}

/* ── Footer Disclaimer ── */
.sk-footer-disclaimer {
    max-width: 860px;
    padding: 30px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.sk-disclaimer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #9a9a9a;
    margin: 0 0 22px;
}

.sk-disclaimer-text strong { color: #c5c5c5; font-weight: 600; }

.sk-disclaimer-text a {
    color: #c5c5c5;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s;
}

.sk-disclaimer-text a:hover { color: #fff; }

.sk-disclaimer-badges {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.sk-badge-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    opacity: 0.85;
    transition: transform .25s, opacity .25s;
}

.sk-badge-img:hover { transform: translateY(-2px); opacity: 1; }

/* ── Remove pinned scroll on tabs ── */
.sk-process-2-height { height: auto !important; }
.sk-process-2-pin { position: static !important; top: auto !important; }

/* ── Mobile fixes ── */
@media (max-width: 767px) {
    .sk-contact-6-form {
        grid-template-columns: 1fr !important;
        display: grid !important;
    }
    .sk-contact-6-form .input-box,
    .sk-contact-6-form .input-box.has-full-width {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    .sk-hero-2-img,
    .sk-footer-6-bg-glow-1,
    .sk-footer-6-bg-glow-2 { display: none !important; }

    .tx-contactForm .wa-bg-default,
    .tx-contactForm [data-background] { background-image: none !important; }

    .sk-disclaimer-text { font-size: 13px; }
    .sk-badge-img { width: 48px; height: 48px; }
}

/* ══════════════════════════════
   FONTS  (real Google Fonts)
══════════════════════════════ */
body,
p, span, a, li, input, textarea, select, button,
.sk-p-1, .sk-p-2, .sk-p-3, .sk-p-6, .sk-p-7 {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.tx-title, .sk-h-1, .sk-h-2, .sk-h-6, .sk-h-7,
.widget-title, .sk-sec-title-2, .hero-title, .sk-price-bg-text {
    font-family: 'Poppins', sans-serif !important;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* ══════════════════════════════
   CTA-2 Contact Form
══════════════════════════════ */
.sk-cta-2-form {
    max-width: 720px;
    margin: 0 auto;
    background: rgba(20, 20, 25, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 40px;
}

/* Grid */
.sk-cta-2-form .sk-contact-6-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.sk-cta-2-form .input-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sk-cta-2-form .input-box.has-full-width {
    grid-column: 1 / -1;
}

/* Labels */
.sk-cta-2-form .sk-contact-6-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.sk-cta-2-form .sk-contact-6-form-label span {
    background: linear-gradient(90deg, #1e67f6, #f18a3a, #e25ede);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-left: 2px;
}

/* Inputs */
.sk-cta-2-form .sk-contact-6-form-input {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    color: #fff;
    padding: 14px 18px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .25s, box-shadow .25s;
}

.sk-cta-2-form .sk-contact-6-form-input::placeholder {
    color: rgba(255,255,255,0.45);
}

.sk-cta-2-form .sk-contact-6-form-input:focus {
    border-color: transparent;
    box-shadow: 0 0 0 2px #1e67f6, 0 0 18px rgba(226,94,222,0.25);
}

/* Select */
.sk-cta-2-form select.sk-contact-6-form-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
}

.sk-cta-2-form select.sk-contact-6-form-input option {
    background: #1c1c1c;
    color: #fff;
}

/* Channels */
.sk-cta-2-form .sk-channels-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.sk-cta-2-form .sk-channels-wrap .wpcf7-list-item {
    margin: 0 !important;
}

.sk-cta-2-form .sk-channels-wrap .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    transition: border-color .2s, background .2s;
}

.sk-cta-2-form .sk-channels-wrap .wpcf7-list-item label:hover {
    border-color: #f18a3a;
    background: rgba(255,255,255,0.08);
}

.sk-cta-2-form .sk-channels-wrap .wpcf7-list-item-label {
    color: #fff !important;
}

.sk-cta-2-form .sk-channels-wrap input[type="checkbox"] {
    accent-color: #e25ede;
    width: 16px;
    height: 16px;
}

/* Submit — gradient */
.sk-cta-2-form .sk-contact-6-form-btn {
    grid-column: 1 / -1;
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 16px;
    cursor: pointer;
    background: linear-gradient(90deg, #1e67f6, #f18a3a, #e25ede);
    background-size: 200% auto;
    transition: background-position .4s, transform .2s, box-shadow .25s;
    box-shadow: 0 8px 24px rgba(30,103,246,0.3);
}

.sk-cta-2-form .sk-contact-6-form-btn:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(226,94,222,0.35);
}

.sk-cta-2-form .sk-contact-6-form-btn .text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

/* Validation */
.sk-cta-2-form .wpcf7-not-valid-tip {
    color: #ff8080;
    font-size: 12px;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 767px) {
    .sk-cta-2-form {
        padding: 28px 20px;
    }
    .sk-cta-2-form .sk-contact-6-form {
        grid-template-columns: 1fr;
    }
    .sk-cta-2-form .input-box,
    .sk-cta-2-form .input-box.has-full-width {
        grid-column: 1 / -1;
    }
}


/* ── FORCE semi-white glass, kill black bg ── */
.sk-glass-form {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 24px !important;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25),
                inset 0 1px 0 rgba(255,255,255,0.2) !important;
}

/* kill any dark background on the inner form */
.sk-glass-form .sk-contact-6-form,
.sk-glass-form .wa-bg-default,
.sk-glass-form [data-background] {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}


/* ══════════════════════════════
   CTA FORM — White Card + Gradient
   (matches thank-you page)
══════════════════════════════ */
.sk-glass-form {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* strip inner black bg/image + one field per row */
.sk-glass-form .sk-contact-6-form {
    background: transparent !important;
    background-image: none !important;
    height: auto !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.sk-glass-form .input-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1 / -1;
}

/* Labels — dark, gradient asterisk */
.sk-glass-form .sk-contact-6-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a !important;
}
.sk-glass-form .sk-contact-6-form-label span {
    background: linear-gradient(90deg, #1e67f6, #f18a3a, #e25ede);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-left: 2px;
}

/* Inputs — light grey, dark text */
.sk-glass-form .sk-contact-6-form-input {
    width: 100%;
    height: 52px;
    background: #f7f7f9 !important;
    border: 1px solid #e6e6ea !important;
    border-radius: 12px;
    color: #1a1a1a !important;
    padding: 0 18px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .25s, box-shadow .25s;
}
.sk-glass-form textarea.sk-contact-6-form-input {
    height: 120px;
    padding-top: 16px;
    border-radius: 16px;
}
.sk-glass-form .sk-contact-6-form-input::placeholder {
    color: #999;
}
.sk-glass-form .sk-contact-6-form-input:focus {
    border-color: transparent !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px #1e67f6, 0 0 16px rgba(226,94,222,0.2);
}

/* Select */
.sk-glass-form select.sk-contact-6-form-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
}
.sk-glass-form select.sk-contact-6-form-input option {
    background: #fff;
    color: #1a1a1a;
}

/* Channels — light pills */
.sk-glass-form .sk-channels-wrap .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}
.sk-glass-form .sk-channels-wrap .wpcf7-list-item {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7f7f9;
    border: 1px solid #e6e6ea;
    border-radius: 50px;
    padding: 9px 16px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.sk-glass-form .sk-channels-wrap .wpcf7-list-item:hover {
    border-color: #f18a3a;
    background: #fff;
}
.sk-glass-form .sk-channels-wrap .wpcf7-list-item-label {
    color: #333 !important;
    font-size: 13px;
}
.sk-glass-form .sk-channels-wrap input[type="checkbox"] {
    accent-color: #e25ede;
    width: 16px;
    height: 16px;
    margin: 0;
}

/* Submit — gradient button (like "Back to Home") */
.sk-glass-form .sk-contact-6-form-btn {
    grid-column: 1 / -1;
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 16px;
    cursor: pointer;
    margin-top: 6px;
    background: linear-gradient(90deg, #1e67f6, #f18a3a, #e25ede);
    background-size: 200% auto;
    transition: background-position .4s, transform .2s, box-shadow .25s;
    box-shadow: 0 8px 24px rgba(30,103,246,0.25);
}
.sk-glass-form .sk-contact-6-form-btn:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(226,94,222,0.3);
}
.sk-glass-form .sk-contact-6-form-btn .text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 767px) {
    .sk-glass-form { padding: 28px 20px; }
}
