/* =====================================================================
   NorTech Package Builder – Public Teaser & CTA Strip Styles
   ===================================================================== */

/* ---- Guest gate modal overlay ---- */
#ntech-pb-gate-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 42, 74, 0.72);
    backdrop-filter: blur(3px);
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
}
#ntech-pb-gate-overlay.show {
    opacity: 1;
    pointer-events: auto;
}
.ntech-pb-gate-modal {
    background: #fff;
    border-radius: 4px;
    max-width: 480px;
    width: 100%;
    padding: 36px 32px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(10, 42, 74, .35);
    transform: translateY(20px);
    transition: transform .25s;
}
#ntech-pb-gate-overlay.show .ntech-pb-gate-modal {
    transform: translateY(0);
}
.ntech-pb-gate-icon { font-size: 2.8rem; margin-bottom: 12px; }
.ntech-pb-gate-modal h3 {
    color: #0A2A4A;
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0 0 10px;
}
.ntech-pb-gate-pkg-summary {
    background: #eef5fc;
    border: 1px solid #b6d5ef;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 14px 0;
    font-size: .9rem;
    color: #0A2A4A;
    text-align: left;
}
.ntech-pb-gate-pkg-summary strong { display: block; margin-bottom: 4px; }
.ntech-pb-gate-pkg-summary ul {
    margin: 0;
    padding-left: 18px;
    font-size: .85rem;
    color: #1E73B9;
}
.ntech-pb-gate-pkg-summary ul li { margin-bottom: 2px; }
.ntech-pb-gate-discount {
    background: linear-gradient(120deg, #0A2A4A, #1E73B9);
    color: #fff;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: .88rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.ntech-pb-gate-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: #1E73B9;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background .18s;
}
.ntech-pb-gate-btn:hover { background: #155f9f; color: #fff; }
.ntech-pb-gate-dismiss {
    font-size: .82rem;
    color: #8c9aad;
    cursor: pointer;
    background: none;
    border: none;
    text-decoration: underline;
}
.ntech-pb-gate-dismiss:hover { color: #0A2A4A; }

/* ---- Guest mode notice on builder ---- */
.ntech-pb-public-notice {
    background: linear-gradient(120deg, #0A2A4A, #133d6b);
    color: #6EC1E4;
    border-radius: 4px;
    padding: 14px 20px;
    font-size: .88rem;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.ntech-pb-public-notice strong { color: #fff; }
.ntech-pb-public-notice a { color: #fff; font-weight: 700; text-decoration: underline; }

/* ---- Guest session restore banner ---- */
.ntech-pb-guest-restore {
    background: #eef5fc;
    border: 1px solid #b6d5ef;
    border-radius: 4px;
    padding: 12px 18px;
    font-size: .9rem;
    color: #0A2A4A;
    margin-bottom: 16px;
}
.ntech-pb-guest-cta-link { color: #1E73B9; font-weight: 700; }

/* ===========================================================
   [nortech_package_cta] – CTA ADVERTISING STRIP
   Square edges, savings badge above button, mobile-first
   =========================================================== */

.ntech-cta-strip {
    background: linear-gradient(135deg, #0A2A4A 0%, #0d3460 55%, #1E73B9 100%);
    border-radius: 0;                  /* SQUARE EDGES */
    padding: 48px 40px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* Subtle background orb — keeps visual depth without rounded container */
.ntech-cta-strip::before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient( circle, rgba(110,193,228,.15) 0%, transparent 70% );
    pointer-events: none;
}
.ntech-cta-strip::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 30%;
    width: 180px;
    height: 180px;
    background: radial-gradient( circle, rgba(255,255,255,.04) 0%, transparent 70% );
    pointer-events: none;
}

/* Inner flex row */
.ntech-cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left: text + chips */
.ntech-cta-strip-text {
    flex: 1;
    min-width: 260px;
}
.ntech-cta-strip-heading {
    color: #fff !important;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    margin: 0 0 10px !important;
    line-height: 1.2 !important;
    letter-spacing: -.01em !important;
}
.ntech-cta-strip-sub {
    color: #6EC1E4 !important;
    font-size: .98rem !important;
    margin: 0 0 20px !important;
    line-height: 1.5 !important;
}
.ntech-cta-strip-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.ntech-cta-cat-chip {
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.9);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 3px;           /* VERY SLIGHT rounding on chips only */
    padding: 5px 13px;
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s;
}
.ntech-cta-cat-chip:hover {
    background: rgba(255,255,255,.14);
}

/* Right: savings badge + button stacked vertically */
.ntech-cta-strip-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    min-width: 200px;
}

/* Savings badge — sits directly above the button */
.ntech-cta-savings-badge {
    background: #6EC1E4;
    color: #0A2A4A;
    border-radius: 0;              /* SQUARE */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 14px 28px 12px;
    width: 100%;
    text-align: center;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}
.ntech-cta-savings-badge strong {
    display: block;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.02em;
    color: #0A2A4A;
}

/* Main CTA button — attached directly below badge (no gap) */
.ntech-cta-btn {
    display: block;
    width: 100%;
    background: #1E73B9;
    color: #fff !important;
    font-weight: 800;
    font-size: .95rem;
    padding: 16px 24px;
    border-radius: 0;              /* SQUARE */
    text-decoration: none !important;
    text-align: center;
    transition: background .18s;
    letter-spacing: .01em;
    box-sizing: border-box;
}
.ntech-cta-btn:hover {
    background: #155f9f;
    color: #fff !important;
}

/* Small sub-note below button */
.ntech-cta-sub-note {
    color: rgba(255,255,255,.55) !important;
    font-size: .78rem !important;
    margin: 10px 0 0 !important;
    text-align: center;
    line-height: 1.4 !important;
}
.ntech-cta-sub-note a {
    color: #6EC1E4 !important;
    text-decoration: underline;
}

/* ===========================================================
   MOBILE — full stacked layout
   =========================================================== */
@media (max-width: 720px) {
    .ntech-cta-strip {
        padding: 36px 20px;
    }
    .ntech-cta-strip-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }
    .ntech-cta-strip-text {
        min-width: 0;
    }
    .ntech-cta-strip-heading {
        font-size: 1.4rem !important;
    }
    .ntech-cta-strip-cats {
        justify-content: flex-start;
    }
    .ntech-cta-strip-action {
        min-width: 0;
        width: 100%;
    }
    .ntech-cta-savings-badge {
        padding: 12px 20px 10px;
    }
    .ntech-cta-savings-badge strong {
        font-size: 2rem;
    }
    .ntech-cta-btn {
        font-size: 1rem;
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .ntech-cta-strip {
        padding: 28px 16px;
    }
    .ntech-cta-strip-heading {
        font-size: 1.2rem !important;
    }
    .ntech-cta-strip-sub {
        font-size: .9rem !important;
    }
    .ntech-cta-cat-chip {
        font-size: .73rem;
        padding: 4px 10px;
    }
}
