/**
 * Subscription Page Styles
 * AIRKEADS - Children's Shoes Subscription Service
 */

/* ==================== Global Styles ==================== */
.subscription-page {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    color: #000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Ensure full width with no margins */
body, html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
}

#main, #content, #wrapper, .container, .row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Remove any container constraints */
.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.subscription-page h1, 
.subscription-page h2, 
.subscription-page h3, 
.subscription-page h4 {
    font-weight: bold;
    margin: 0;
}

/* ==================== Hero Section ==================== */
.subscription-hero {
    background: url('../images/subscription/4.png') center/cover no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.hero-left {
    flex: 1;
    color: #fff;
    padding-left: 60px;
    max-width: 50%;
}

.hero-title {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.highlight-more {
    color: #FEEB70;
    font-weight: 900;
}

.hero-subtitle {
    font-size: 28px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.btn-subscribe-hero {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 18px 45px;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-subscribe-hero:hover {
    background: #FEEB70;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ==================== Flexible Section ==================== */
.flexible-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.flexible-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.flexible-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.flexible-right {
    flex: 0 0 60%;
    max-width: 60%;
}

/* FAQ Image Box */
.faq-image-box {
    width: 460px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    min-height: 450px;
}

.faq-info-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;;
    height: auto;
    border-radius: 15px;
    transition: transform 0.3s ease;
    object-fit: contain;
}

.faq-info-image:hover {
    transform: scale(1.02);
}

.signpost-box {
    background: #20C9C9;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    width: 300px;
}

.signpost-graphic {
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.signpost-pole {
    width: 15px;
    height: 250px;
    background: #8B6914;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.signpost-arrow {
    background: #FEEB70;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    border: 2px solid #D4B942;
    position: relative;
    z-index: 1;
    margin: 20px 0;
    border-radius: 5px;
}

.signpost-arrow.top {
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    padding-right: 60px;
}

.signpost-arrow.bottom {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
    padding-left: 60px;
}

.flexible-right {
    flex: 1;
}

.section-title {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 900;
}

.flexible-right p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ==================== Subscription Deals Section ==================== */
.subscription-deals {
    background: #fff;
    padding: 60px 20px;
    margin: 0;
    width: 100%;
}

.deal-block {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.deal-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.deal-content.reverse {
    flex-direction: row-reverse;
}

.deal-text {
    flex: 1;
}

.deal-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 900;
}

.deal-description p {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.7;
}

.deal-graphic {
    flex: 0 0 350px;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.yellow-bg {
    background: #FEEB70;
}

.teal-bg {
    background: linear-gradient(135deg, #1BBCBC 0%, #20C9C9 100%);
}

/* Footprints Graphics */
.footprints-growth,
.footprints-family {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.footprint-pair {
    display: flex;
    gap: 15px;
}

.footprint {
    width: 30px;
    height: 45px;
    background: #4A90E2;
    border-radius: 50% 50% 45% 45%;
    position: relative;
}

.footprint::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #4A90E2;
    border-radius: 50%;
}

.footprint-pair.small .footprint {
    width: 25px;
    height: 35px;
}

.footprint-pair.large .footprint {
    width: 40px;
    height: 60px;
}

.footprint-pair.large .footprint::before {
    width: 12px;
    height: 12px;
}

.footprint-pair.gray .footprint,
.footprint-pair.gray .footprint::before {
    background: #C0C0C0;
}

.footprint-pair.gold .footprint,
.footprint-pair.gold .footprint::before {
    background: #FFD700;
}

.growth-arrow {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

/* ==================== How It Works Section ==================== */
.how-it-works-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.how-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.how-text {
    flex: 0 0 60%;
    max-width: 60%;
}

.how-graphic {
    flex: 0 0 40%;
    max-width: 40%;
}

.how-text {
    flex: 0 0 60%;
    max-width: 60%;
}

.how-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.how-graphic {
    flex: 0 0 350px;
}

.emoji-box {
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    width: 300px;
}

.sleeping-emoji {
    font-size: 100px;
    line-height: 1;
}

/* ==================== One Pair Deal Section ==================== */
.one-pair-deal-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.deal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.deal-graphic-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.deal-text-right {
    flex: 0 0 60%;
    max-width: 60%;
}

.deal-graphic-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.footprints-box {
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    width: 300px;
}

.footprints-walking {
    position: relative;
    width: 150px;
    height: 150px;
}

.footprint-single {
    width: 50px;
    height: 70px;
    background: #FEEB70;
    border-radius: 50% 50% 45% 45%;
    position: absolute;
    border: 2px solid #D4B942;
}

.footprint-single::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background: #FEEB70;
    border-radius: 50%;
    border: 2px solid #D4B942;
}

.left-foot {
    top: 20px;
    left: 20px;
    transform: rotate(-10deg);
}

.right-foot {
    bottom: 20px;
    right: 20px;
    transform: rotate(5deg);
}

.deal-text-right {
    flex: 1;
}

.deal-text-right p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ==================== Larger Size Deal Section ==================== */
.larger-size-deal-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.larger-deal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.larger-deal-text {
    flex: 0 0 60%;
    max-width: 60%;
}

.larger-deal-graphic {
    flex: 0 0 40%;
    max-width: 40%;
}

.larger-deal-text {
    flex: 0 0 60%;
    max-width: 60%;
}

.larger-deal-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.larger-deal-graphic {
    flex: 0 0 350px;
}

.growth-box {
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.growth-footprints {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.small-prints,
.large-prints {
    display: flex;
    gap: 10px;
}

.footprint-growth {
    width: 35px;
    height: 50px;
    background: #87CEEB;
    border-radius: 50% 50% 45% 45%;
    border: 2px solid #5DADE2;
}

.footprint-growth::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #87CEEB;
    border-radius: 50%;
    border: 2px solid #5DADE2;
    top: -6px;
    left: 8px;
}

.large-prints .footprint-growth {
    width: 50px;
    height: 70px;
}

.growth-arrow-curved {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}

/* ==================== Family Deal Section ==================== */
.family-deal-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.family-deal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.family-deal-graphic {
    flex: 0 0 40%;
    max-width: 40%;
}

.family-deal-text {
    flex: 0 0 60%;
    max-width: 60%;
}

.family-deal-graphic {
    flex: 0 0 40%;
    max-width: 40%;
}

.family-box {
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.family-footprints {
    position: relative;
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.kid-prints {
    display: flex;
    gap: 10px;
}

.footprint-family {
    width: 40px;
    height: 60px;
    border-radius: 50% 50% 45% 45%;
    border: 2px solid rgba(0,0,0,0.2);
}

.gray-prints .footprint-family {
    background: #B0B0B0;
    width: 35px;
    height: 50px;
}

.gold-prints .footprint-family {
    background: #FFD700;
    width: 50px;
    height: 70px;
}

.footprint-family::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.2);
    top: -6px;
    left: 8px;
}

.gray-prints .footprint-family::before {
    background: #B0B0B0;
}

.gold-prints .footprint-family::before {
    background: #FFD700;
}

.family-deal-text {
    flex: 1;
}

.family-deal-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ==================== Subscribe Now Button Section ==================== */
.subscribe-now-section {
    background: #fff;
    padding: 40px 20px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.btn-subscribe-now {
    display: inline-block;
    background: #FEEB70;
    color: #000;
    padding: 18px 60px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-subscribe-now:hover {
    background: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 235, 112, 0.4);
    color: #000;
}

/* ==================== Benefits Section ==================== */
.benefits-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.benefit-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    gap: 40px;
}

.benefit-text {
    flex: 0 0 60%;
    max-width: 60%;
}

.benefit-graphic {
    flex: 0 0 40%;
    max-width: 40%;
}

.benefit-block.reverse {
    flex-direction: row-reverse;
}

.benefit-text {
    flex: 1;
}

.benefit-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.benefit-graphic {
    flex: 0 0 350px;
}

.benefit-box {
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* Relaxing Stick Figure */
.relaxing-figure {
    position: relative;
    width: 150px;
    height: 150px;
}

.stick-person-relaxing {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Head */
.stick-person-relaxing::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Body */
.stick-person-relaxing::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 50px;
    background: #000;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(-20deg);
}

/* Arms (relaxed behind head) */
.relaxing-figure::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #000;
    top: 60px;
    left: 30px;
    transform: rotate(-30deg);
    border-radius: 2px;
}

.relaxing-figure::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #000;
    top: 60px;
    right: 30px;
    transform: rotate(30deg);
    border-radius: 2px;
}

/* Legs (crossed) */
.stick-person-relaxing {
    background: linear-gradient(
        to right,
        transparent 0%,
        transparent 45%,
        #000 45%,
        #000 48%,
        transparent 48%,
        transparent 52%,
        #000 52%,
        #000 55%,
        transparent 55%
    );
    background-position: center 100px;
    background-size: 100% 50px;
    background-repeat: no-repeat;
}

/* Cozy Cat with Mug */
.cozy-cat {
    position: relative;
    width: 150px;
    height: 150px;
}

.cat-relaxing {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Cat face outline */
.cat-relaxing::before {
    content: '😺';
    position: absolute;
    font-size: 80px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0);
}

/* Mug */
.cat-relaxing::after {
    content: '☕';
    position: absolute;
    font-size: 40px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* ==================== Smart Savings Section ==================== */
.smart-savings-section {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}

.smart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.smart-left {
    flex: 0 0 60%;
    max-width: 60%;
}

.smart-right {
    flex: 0 0 40%;
    max-width: 40%;
}

.smart-left {
    flex: 0 0 60%;
    max-width: 60%;
}

.smart-left p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.infinity-box {
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    margin-top: 30px;
}

.infinity-symbol {
    font-size: 120px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.smart-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.smart-save-box {
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.lightbulb-icon {
    font-size: 60px;
    margin-bottom: 20px;
    filter: brightness(0);
}

.smart-save-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.smart-text,
.save-text {
    font-size: 48px;
    font-weight: 900;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
}

.built-to-last-text {
    padding: 0;
}

.built-to-last-text p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ==================== Final Subscribe Button ==================== */
.final-subscribe-section {
    background: #fff;
    padding: 40px 20px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.btn-subscribe-final {
    display: inline-block;
    background: #FEEB70;
    color: #000;
    padding: 18px 60px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-subscribe-final:hover {
    background: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 235, 112, 0.4);
    color: #000;
}

/* ==================== FAQ Section ==================== */
.faq-section {
    background: #f8f8f8;
    padding: 0;
    margin: 0;
    width: 100%;
}

.benefit-graphic {
    flex: 0 0 350px;
    border-radius: 20px;
    /* padding: 60px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* Benefit Icons */
.relaxing-icon,
.cozy-cat-icon {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stick-figure {
    width: 80px;
    height: 120px;
    position: relative;
}

.stick-figure::before {
    content: '😊';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
}

.stick-figure::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 60px;
    background: #000;
}

.cat-figure {
    width: 100px;
    height: 100px;
    position: relative;
}

.cat-figure::before {
    content: '🐱';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
}

.cat-figure::after {
    content: '☕';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
}

/* ==================== FAQ Section ==================== */
.faq-section {
    background: #fff;
    padding: 0px 20px;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.faq-item {
    border: 2px solid #000;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f8f8f8;
}

.faq-question h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    flex: 1;
}

.faq-toggle {
    font-size: 32px;
    font-weight: 300;
    margin-left: 20px;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px;
    max-height: 800px;
}

.faq-answer p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.7;
}

.faq-answer ul {
    margin: 15px 0;
    padding-left: 25px;
    list-style-type: disc;
}

.faq-answer ul li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.7;
    color: #333;
}

.faq-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}

/* ==================== Responsive Design ==================== */

@media (max-width: 1024px) {
    .flexible-container,
    .deal-content,
    .benefit-block {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 60px;
    }
    
    .hero-subtitle {
        font-size: 22px;
    }
    
    .btn-subscribe-hero {
        font-size: 18px;
        padding: 15px 35px;
    }
    
    .hero-left {
        padding-left: 30px;
        max-width: 80%;
    }
    
    .flexible-container,
    .how-container,
    .deal-container,
    .larger-deal-container,
    .family-deal-container,
    .benefit-block,
    .smart-container {
        flex-direction: column;
    }
    
    .benefit-block.reverse {
        flex-direction: column;
    }
    
    .flexible-left,
    .how-graphic,
    .deal-graphic-left,
    .larger-deal-graphic,
    .family-deal-graphic,
    .benefit-graphic {
        flex: 0 0 auto;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .faq-image-box {
        min-height: 300px;
        padding: 10px;
    }
    
    .faq-info-image {
        max-width: 95%;
        max-height: 95%;
    }
    
    .signpost-box,
    .emoji-box,
    .footprints-box,
    .growth-box,
    .family-box,
    .benefit-box,
    .infinity-box,
    .smart-save-box {
        padding: 40px;
    }
    
    .smart-left,
    .smart-right {
        width: 100%;
    }
    
    .smart-container {
        gap: 40px;
    }
    
    .section-title,
    .deal-title,
    .benefit-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 45px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .btn-subscribe-hero {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .hero-left {
        padding-left: 20px;
        max-width: 90%;
    }
    
    .flexible-section,
    .how-it-works-section,
    .one-pair-deal-section,
    .larger-size-deal-section,
    .family-deal-section,
    .subscribe-now-section,
    .benefits-section,
    .smart-savings-section,
    .final-subscribe-section,
    .faq-section {
        padding: 0;
    }
    
    .flexible-container,
    .how-container,
    .deal-container,
    .larger-deal-container,
    .family-deal-container,
    .benefit-block,
    .smart-container,
    .faq-container {
        padding: 20px 15px;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .flexible-right p,
    .how-text p,
    .deal-text-right p,
    .larger-deal-text p,
    .family-deal-text p,
    .benefit-text p,
    .smart-left p,
    .built-to-last-text p {
        font-size: 16px;
    }
    
    .benefit-block {
        gap: 40px;
    }
    
    .smart-text,
    .save-text {
        font-size: 36px;
    }
    
    .infinity-symbol {
        font-size: 80px;
    }
    
    .btn-subscribe-final {
        font-size: 16px;
        padding: 14px 40px;
    }
    
    .btn-subscribe-now {
        font-size: 16px;
        padding: 14px 40px;
    }
    
    .faq-question h4 {
        font-size: 17px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .sleeping-emoji {
        font-size: 80px;
    }
}

/* ==================== Print Styles ==================== */
@media print {
    .faq-section {
        page-break-inside: avoid;
    }
}

