/**
 * Routine Rescue Bundle Sales Page
 * Clean semantic CSS
 */

/* ============================================
   FONTS & VARIABLES
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Playfair+Display:wght@400;700&display=swap');

:root {
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Open Sans', sans-serif;
    --font-accent: 'Caveat', cursive;

    --cream: #FAF7F2;
    --warm-tan: #F5E6D3;
    --forest-green: #2D5F4F;
    --forest-light: #2F6A54;
    --coral: #FF6B5A;
    --coral-dark: #D4816F;
    --dark-text: #3D3D3D;
    --muted-text: #666666;
    --white: #FFFFFF;
}

/* ============================================
   BASE STYLES
   ============================================ */
.routine-rescue-page {
    font-family: var(--font-body);
    color: var(--dark-text);
    line-height: 1.7;
    font-size: 18px;
    background: var(--cream);
}

.routine-rescue-page h1,
.routine-rescue-page h2,
.routine-rescue-page h3 {
    font-family: var(--font-heading);
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.routine-rescue-page p {
    margin: 0 0 16px 0;
}

.routine-rescue-page img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.routine-rescue-page ul {
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.routine-rescue-page li {
    margin-bottom: 8px;
}

/* ============================================
   COUNTDOWN HEADER
   ============================================ */
.countdown-header {
    text-align: center;
    padding: 16px 20px;
    font-size: 16px;
    color: var(--muted-text);
    background: var(--cream);
}

.countdown-header #countdown {
    font-weight: 600;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    background: var(--cream);
    padding: 40px 40px 80px;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-eyebrow {
    font-family: var(--font-accent);
    font-size: 24px;
    color: var(--muted-text);
    margin-bottom: 16px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 0;
}

.routine-rescue-page .hero-title-accent {
    font-family: var(--font-accent);
    font-size: 64px;
    font-weight: 700;
    color: var(--coral);
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-subtitle em {
    font-style: italic;
    color: var(--coral-dark);
}

.hero-guarantee {
    font-size: 14px;
    color: var(--muted-text);
    margin-top: 16px;
}

.hero-image img {
    transform: rotate(1deg);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* ============================================
   CTA BUTTON
   ============================================ */
.cta-button {
    display: inline-block;
    background: var(--coral);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #e55a4a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 90, 0.3);
}

/* ============================================
   WAVE DIVIDER
   ============================================ */
.wave-divider {
    width: 100%;
    height: 80px;
    display: block;
    margin: -1px 0;
    padding: 0;
}

/* ============================================
   PAIN SECTION
   ============================================ */
.pain-section {
    background: var(--forest-green);
    color: var(--white);
    padding: 80px 40px;
}

.pain-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.pain-section .section-title {
    color: #FFFFFF;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
}

.title-accent {
    font-family: var(--font-accent);
    color: var(--coral);
}

.pain-content {
    text-align: left;
}

.pain-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.pain-content em {
    font-style: italic;
}

.pain-quote {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 32px;
    font-size: 20px;
    font-style: italic;
    line-height: 1.8;
    margin: 32px 0;
}

.pain-emphasis {
    font-size: 20px;
    text-align: center;
    margin-top: 32px;
}

/* ============================================
   NOT JUST MORNINGS
   ============================================ */
.not-just-section {
    background: var(--cream);
    padding: 80px 40px;
}

.not-just-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.not-just-section .section-title {
    color: var(--dark-text);
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.pain-card {
    background: var(--white);
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.pain-card:hover {
    transform: translateY(-8px);
}

.pain-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.pain-card p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}

/* ============================================
   REFRAME SECTION
   ============================================ */
.reframe-section {
    background: var(--warm-tan);
    padding: 80px 40px;
}

.reframe-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.reframe-section .section-title {
    color: var(--dark-text);
}

.reframe-quote {
    background: var(--white);
    border-radius: 32px;
    padding: 48px;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin: 40px 0;
    text-align: left;
}

.quote-accent {
    color: var(--coral-dark);
}

.reframe-tagline {
    font-size: 36px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.tagline-accent {
    color: var(--coral);
}

/* ============================================
   REASON SECTION
   ============================================ */
.reason-section {
    background: var(--white);
    padding: 80px 40px;
}

.reason-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.reason-content .section-title {
    font-size: 32px;
}

.reason-content ul {
    margin: 20px 0;
}

.reason-content li {
    font-size: 18px;
}

/* ============================================
   KNUCKLE SECTION
   ============================================ */
.knuckle-section {
    background: var(--warm-tan);
    padding: 80px 40px;
}

.knuckle-container {
    max-width: 1200px;
    margin: 0 auto;
}

.knuckle-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.knuckle-row.reverse {
    direction: rtl;
}

.knuckle-row.reverse > * {
    direction: ltr;
}

.knuckle-text p {
    font-size: 18px;
}

.knuckle-image img {
    transform: rotate(1deg);
}

.knuckle-row.reverse .knuckle-image img {
    transform: rotate(-1deg);
}

/* ============================================
   BRAINS SECTION
   ============================================ */
.brains-section {
    background: var(--warm-tan);
    padding: 0 40px 80px;
}

.brains-container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.brains-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ============================================
   PRODUCT CARDS SECTION
   ============================================ */
.product-section {
    background: var(--cream);
    padding: 80px 40px;
}

.product-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.product-eyebrow {
    font-family: var(--font-accent);
    font-size: 28px;
    font-style: italic;
    color: var(--coral);
    margin-bottom: 16px;
}

.product-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.product-subtitle {
    font-size: 18px;
    margin-bottom: 60px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: var(--white);
    border: 2px solid #E8E8E8;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.card-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

.card-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--coral);
    margin-bottom: 16px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.card-bullets {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    flex-grow: 1;
    padding-left: 20px;
}

/* ============================================
   PRICING SECTION
   ============================================ */
.pricing-section {
    background: var(--cream);
    padding: 40px 40px 80px;
    text-align: center;
}

.pricing-container {
    max-width: 600px;
    margin: 0 auto;
}

.price-tag {
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 700;
    color: var(--coral);
    margin: 24px 0;
}

.countdown-inline {
    margin-top: 24px;
    font-size: 16px;
    color: var(--muted-text);
}

/* ============================================
   GUARANTEE SECTION
   ============================================ */
.guarantee-section {
    background: var(--white);
    padding: 60px 40px;
}

.guarantee-container {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
}

.guarantee-badge img {
    width: 180px;
}

.guarantee-text h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

/* ============================================
   FOR YOU SECTION
   ============================================ */
.for-you-section {
    background: var(--forest-green);
    padding: 80px 40px;
}

.for-you-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.for-you-box {
    background: var(--forest-light);
    padding: 40px;
    border-radius: 12px;
    color: var(--white);
}

.for-you-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 18px;
}

.for-you-box ul {
    list-style: none;
    padding: 0;
}

.for-you-box li {
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.check {
    color: #4CAF50;
    font-size: 20px;
    flex-shrink: 0;
}

.x-mark {
    color: var(--coral);
    font-size: 20px;
    flex-shrink: 0;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
    background: var(--white);
    padding: 80px 40px;
    color: var(--dark-text);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 48px;
}

.faq-item {
    background: var(--cream);
    border-radius: 12px;
    padding: 24px 32px;
    margin-bottom: 16px;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--dark-text);
}

.faq-answer {
    font-size: 16px;
    margin: 0;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta-section {
    background: var(--white);
    padding: 60px 40px 80px;
    text-align: center;
    color: var(--dark-text);
}

.final-cta-container {
    max-width: 700px;
    margin: 0 auto;
}

.final-cta-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
}

.final-cta-section p {
    font-size: 18px;
}

.final-cta {
    margin-top: 32px;
}

/* ============================================
   FOOTER
   ============================================ */
.page-footer {
    background: var(--cream);
    color: var(--muted-text);
    padding: 40px 20px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #E8E8E8;
}

.page-footer a {
    color: var(--muted-text);
}

.page-footer a:hover {
    color: var(--dark-text);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .routine-rescue-page {
        font-size: 16px;
    }

    .hero-container,
    .reason-container,
    .brains-row,
    .knuckle-row,
    .knuckle-row.reverse,
    .for-you-grid,
    .guarantee-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .knuckle-row.reverse {
        direction: ltr;
    }

    .cards-row,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .hero-eyebrow {
        font-size: 20px;
    }

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

    .hero-title-accent {
        font-size: 44px;
    }

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

    .reframe-quote {
        font-size: 22px;
        padding: 32px;
    }

    .product-title {
        font-size: 32px;
    }

    .price-tag {
        font-size: 56px;
    }

    .hero-section,
    .pain-section,
    .not-just-section,
    .reframe-section,
    .reason-section,
    .knuckle-section,
    .brains-section,
    .product-section,
    .pricing-section,
    .guarantee-section,
    .for-you-section,
    .faq-section,
    .final-cta-section {
        padding: 60px 20px;
    }

    .guarantee-container {
        text-align: center;
    }

    .guarantee-badge {
        margin: 0 auto;
    }
}
