/* ============================================
   TEAK IT EASY — Responsive Breakpoints
   ============================================ */

/* ---- Tablet (max-width: 1024px) ---- */
@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }

    .stk-section {
        padding: 80px 0;
    }

    /* Header */
    .header-nav {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    /* Hero */
    .hero-title {
        font-size: 44px;
    }

    .hero-subtitle {
        font-size: 19px;
    }

    /* Section headings */
    .section-heading {
        font-size: 34px;
    }

    /* Premium Brand */
    .premium-grid {
        gap: 40px;
    }

    .premium-text .section-heading {
        font-size: 28px;
    }

    /* Role Cards (3-col) */
    .role-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    /* Role Cards (4-col → 2-col on tablet) */
    .role-cards-four {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Income */
    .income-stats {
        gap: 20px;
    }

    .income-value {
        font-size: 28px;
    }

    /* Features */
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid .gallery-item:nth-child(5) {
        grid-column: span 2;
    }

    /* Territory Cards */
    .territory-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

/* ---- Mobile (max-width: 768px) ---- */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .stk-section {
        padding: 60px 0;
    }

    /* Top Bar */
    .top-bar-link {
        font-size: 12px;
    }

    /* Header */
    .header-inner {
        padding: 10px 0;
    }

    .header-logo .logo-img {
        height: 45px;
    }

    /* Hero */
    .stk-hero {
        min-height: 100vh;
        min-height: 100svh;
    }

    .hero-video-bg wistia-player {
        min-width: 177.78vh;
        min-height: 100vh;
        width: 177.78vh;
        height: 100vh;
    }

    .hero-overlay {
        background: rgba(10, 31, 60, 0.55);
    }

    .hero-content {
        padding: 80px 0 60px;
    }

    .hero-micro {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 6px 14px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-h2 {
        font-size: 17px;
    }

    .hero-supporting {
        font-size: 15px;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-wave svg {
        height: 60px;
    }

    /* Circle Icons */
    .stk-circles {
        padding: 50px 0;
    }

    .circles-row {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 280px;
    }

    .circle-image {
        width: 150px;
        height: 150px;
    }

    /* FAQ */
    .faq-question {
        padding: 16px 18px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 18px;
    }

    .faq-item.open .faq-answer {
        padding: 0 18px 16px;
    }

    /* Testimonials */
    .testimonial-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .testimonial-card {
        padding: 28px 20px 24px;
    }

    /* Typeform */
    .typeform-embed {
        min-height: 450px;
    }

    /* Quote Form Modal */
    .quote-modal {
        padding: 24px;
        max-height: 85vh;
    }

    .step-title {
        font-size: 18px;
    }

    .step-options-multi {
        grid-template-columns: 1fr;
    }

    .option-card {
        padding: 14px 16px;
        font-size: 14px;
    }

    /* CTA */
    .cta-emphasis {
        font-size: 18px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .cta-buttons .stk-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .stk-btn-lg {
        padding: 16px 32px;
        font-size: 15px;
    }

    /* Section headings */
    .section-heading {
        font-size: 28px;
    }

    .section-title {
        margin-bottom: 36px;
    }

    .section-desc {
        font-size: 16px;
    }

    /* Intro */
    .stk-intro {
        padding: 60px 0;
    }

    .intro-lead {
        font-size: 22px;
    }

    .intro-text {
        font-size: 16px;
    }

    /* Premium Brand */
    .premium-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .premium-text .section-heading {
        font-size: 24px;
    }

    .premium-image {
        order: -1;
    }

    /* Role Cards */
    .role-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .role-cards-four {
        grid-template-columns: 1fr;
    }

    .role-card {
        padding: 30px 24px;
    }

    /* Income */
    .income-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .income-card {
        padding: 30px;
    }

    .income-value {
        font-size: 28px;
    }

    /* Features */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .features-closing {
        font-size: 17px;
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gallery-grid .gallery-item:nth-child(5) {
        grid-column: span 1;
    }

    /* Video */
    .video-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .video-buttons .stk-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .video-duo {
        flex-direction: row;
        gap: 15px;
        max-width: 100%;
    }

    /* Included */
    .included-item {
        padding: 14px 18px;
    }

    /* Image Banners */
    .stk-image-banner .banner-heading {
        font-size: 32px;
    }

    .stk-image-banner .banner-sub {
        font-size: 17px;
    }

    /* Territory Section */
    .stk-territories {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .territory-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .territory-card {
        padding: 30px 24px;
    }

    .territory-body p {
        font-size: 15px;
    }

    .territory-closing {
        font-size: 17px;
    }

    /* Urgency */
    .stk-urgency {
        padding: 60px 0;
    }

    .urgency-content .light-heading {
        font-size: 28px;
    }

    .urgency-text {
        font-size: 16px;
    }

    .urgency-icon {
        font-size: 36px;
    }

    /* Final CTA */
    .cta-card {
        padding: 40px 24px;
    }

    .cta-card .section-heading {
        font-size: 26px;
    }

    .cta-text {
        font-size: 16px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    /* 404 */
    .error-code {
        font-size: 80px;
    }

    .error-title {
        font-size: 28px;
    }

    /* Back to top */
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    /* Decorative elements - hide on mobile */
    .deco-circle,
    .image-deco-circle {
        display: none;
    }
}

/* ---- Small Mobile (max-width: 480px) ---- */
@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .section-heading {
        font-size: 24px;
    }

    .intro-lead {
        font-size: 20px;
    }

    .stk-btn-lg {
        padding: 14px 24px;
        font-size: 14px;
    }

    .income-value {
        font-size: 24px;
    }

    .mobile-nav-panel {
        width: 280px;
        right: -280px;
    }

    /* Territory */
    .territory-card {
        padding: 24px 18px;
    }

    .territory-card-icon {
        width: 56px;
        height: 56px;
    }

    .territory-card-icon i {
        font-size: 22px;
    }

    .territory-card h3 {
        font-size: 18px;
    }

    .territory-closing {
        font-size: 16px;
    }

    /* Image Banners — small mobile */
    .stk-image-banner .banner-heading {
        font-size: 26px;
    }

    .stk-image-banner .banner-sub {
        font-size: 15px;
    }
}
