/* The Skousen Report - Main Stylesheet */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #c5c5c5;
    color: #333;
    line-height: 1.6;
}

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

/* Header Styles */
.header {
    background-color: #c5c5c5;
    padding: 20px 0;
    text-align: center;
    border-bottom: 3px solid #1a4a6e;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.logo-the {
    background-color: #1a4a6e;
    color: white;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.logo-skousen {
    color: #1a4a6e;
    font-size: 42px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}

.logo-report {
    color: #4a90c2;
    font-size: 42px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}

.tagline {
    color: #666;
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 5px;
    font-family: Arial, sans-serif;
}

/* Hero Section */
.hero {
    background-color: #c5c5c5;
    padding: 30px 0;
    text-align: center;
}

.special-offer {
    color: #c41e3a;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: Georgia, serif;
}

.main-headline {
    font-size: 32px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: bold;
}

.main-headline u {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Product Image Section */
.product-showcase {
    margin: 25px 0;
    position: relative;
}

.product-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Warning Box */
.warning-box {
    background: linear-gradient(135deg, #b8c5d0 0%, #a8b5c0 100%);
    border: 2px solid #8a9aaa;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
}

.warning-icon {
    color: #d4a017;
    font-size: 24px;
    margin-right: 8px;
}

.warning-text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.warning-text strong {
    font-weight: bold;
}

/* Content Sections */
.content-section {
    background-color: #c5c5c5;
    padding: 20px 0;
}

.content-text {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.content-text p {
    margin-bottom: 15px;
}

/* Opportunity List */
.opportunity-list {
    margin: 25px 0;
}

.opportunity-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 16px;
}

.checkmark {
    color: #c41e3a;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
}

.opportunity-text {
    font-weight: bold;
    color: #333;
}

/* Membership Section */
.membership-section {
    padding: 30px 0;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

/* Report Cards */
.report-card {
    text-align: center;
    margin-bottom: 35px;
}

.report-image {
    max-width: 280px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.report-label {
    color: #1a4a6e;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}

.report-title {
    color: #1a4a6e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.report-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
}

.report-value {
    font-style: italic;
    color: #555;
    margin-top: 8px;
}

/* Feature List */
.feature-list {
    margin: 25px 0;
}

.feature-item {
    margin-bottom: 25px;
}

.feature-title {
    color: #1a4a6e;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}

.feature-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.feature-value {
    font-style: italic;
    color: #555;
    margin-top: 5px;
}

/* Bonus Section */
.bonus-section {
    background-color: #d0d8e0;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.bonus-title {
    color: #1a4a6e;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.bonus-list {
    list-style: none;
    padding: 0;
}

.bonus-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}

.bonus-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a4a6e;
    font-weight: bold;
    font-size: 18px;
}

/* Guarantee Box */
.guarantee-box {
    background: linear-gradient(135deg, #d5d5d5 0%, #c0c0c0 100%);
    border: 2px solid #b0a070;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    text-align: center;
}

.guarantee-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.guarantee-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.guarantee-text strong {
    font-weight: bold;
}

/* Urgency Section */
.urgency-section {
    text-align: center;
    padding: 25px 0;
}

.urgency-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.urgency-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* Signature */
.signature {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
}

.signature-name {
    font-weight: bold;
    font-size: 17px;
}

/* Pricing Section */
.pricing-section {
    padding: 30px 0;
}

.pricing-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.pricing-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
}

/* Pricing Cards */
.pricing-card {
    background-color: #d0d5dd;
    border: 2px solid #999;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: #1a4a6e;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.pricing-card.selected {
    border-color: #1a4a6e;
    background-color: #c5d0e0;
}

.pricing-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.radio-btn {
    width: 20px;
    height: 20px;
    border: 2px solid #666;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.radio-btn.selected::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1a4a6e;
    border-radius: 50%;
}

.pricing-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    flex-grow: 1;
}

.pricing-price {
    font-size: 20px;
    font-weight: bold;
    color: #c41e3a;
}

.best-value {
    background-color: #c41e3a;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    font-family: Arial, sans-serif;
}

.pricing-features {
    list-style: none;
    padding-left: 32px;
}

.pricing-features li {
    padding: 6px 0;
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}

.pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c41e3a;
    font-weight: bold;
}

.pricing-note {
    font-size: 13px;
    color: #555;
    margin-top: 12px;
    padding-left: 32px;
    font-style: italic;
}

.pricing-button {
    display: block;
    text-align: center;
    padding: 12px;
    background-color: #e0e0e0;
    border: 2px solid #999;
    border-radius: 6px;
    margin-top: 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

/* Cart Total */
.cart-total {
    text-align: center;
    padding: 15px;
    border-top: 2px dashed #999;
    border-bottom: 2px dashed #999;
    margin: 20px 0;
}

.cart-total-text {
    font-size: 18px;
    color: #c41e3a;
    font-weight: bold;
}

/* Order Form */
.order-form {
    padding: 30px 0;
}

.form-section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.form-section-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-label .required {
    color: #333;
}

.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 6px;
    font-size: 15px;
    background-color: #d0d5dd;
}

.form-input:focus {
    outline: none;
    border-color: #1a4a6e;
    background-color: #e0e5ee;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.form-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 6px;
    font-size: 15px;
    background-color: #d0d5dd;
    color: #1a4a6e;
    cursor: pointer;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.checkbox-group label {
    font-size: 13px;
    color: #555;
}

/* Billing Terms */
.billing-terms {
    background-color: #d0d5dd;
    border: 2px dashed #999;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

.billing-terms strong {
    color: #333;
}

.billing-terms a {
    color: #1a4a6e;
    text-decoration: underline;
}

/* Security Badges */
.security-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.security-badge {
    height: 40px;
    width: auto;
}

/* Payment Button */
.payment-button {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin: 25px 0;
    transition: all 0.3s ease;
}

.payment-button:hover {
    background: linear-gradient(135deg, #d02040 0%, #b01a35 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.4);
}

.promo-code {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

.promo-code span {
    color: #c41e3a;
    font-weight: bold;
}

/* Footer */
.footer {
    background-color: #b8b8b8;
    padding: 30px 0;
    text-align: center;
    border-top: 2px solid #999;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
    opacity: 0.7;
}

.footer-text {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-text a {
    color: #1a4a6e;
    text-decoration: underline;
}

.footer-legal {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    
    .logo-the {
        font-size: 18px;
        padding: 4px 8px;
    }
    
    .logo-skousen,
    .logo-report {
        font-size: 28px;
    }
    
    .tagline {
        font-size: 11px;
        letter-spacing: 2px;
    }
    
    .special-offer {
        font-size: 18px;
    }
    
    .main-headline {
        font-size: 24px;
    }
    
    .section-title,
    .pricing-title,
    .urgency-title,
    .guarantee-title {
        font-size: 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .pricing-header {
        flex-wrap: wrap;
    }
    
    .best-value {
        margin-left: 0;
        margin-top: 5px;
    }
    
    .security-badges {
        gap: 10px;
    }
    
    .security-badge {
        height: 30px;
    }
    
    .payment-button {
        font-size: 18px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .logo-skousen,
    .logo-report {
        font-size: 22px;
    }
    
    .main-headline {
        font-size: 20px;
    }
    
    .content-text {
        font-size: 15px;
    }
    
    .report-image {
        max-width: 220px;
    }
    
    .pricing-card {
        padding: 15px;
    }
    
    .pricing-name {
        font-size: 16px;
    }

    .pricing-price {
        font-size: 18px;
    }
}

/* ── Crypto Payment Section ─────────────────────────────────────────────────── */
.crypto-payment-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    color: #fff;
}

.crypto-options {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.crypto-option {
    flex: 1;
    min-width: 140px;
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
}

.crypto-option:hover {
    border-color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.12);
}

.crypto-option.selected {
    border-color: #f7931a;
    background: rgba(247, 147, 26, 0.12);
    box-shadow: 0 0 15px rgba(247, 147, 26, 0.2);
}

.crypto-option input[type="radio"] {
    display: none;
}

.crypto-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.crypto-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.crypto-name {
    font-size: 14px;
    font-weight: 600;
    color: #ddd;
    font-family: Arial, sans-serif;
}

.wallet-display {
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}

.wallet-label {
    font-size: 14px;
    margin-bottom: 12px;
    color: #ccc;
}

.wallet-label strong {
    color: #f7931a;
}

.wallet-address {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.4);
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
}

.wallet-address code {
    flex: 1;
    font-size: 13px;
    color: #7dd3fc;
    word-break: break-all;
    font-family: 'Courier New', monospace;
}

.copy-btn {
    background: linear-gradient(135deg, #f7931a 0%, #e87f0e 100%);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.copy-btn:hover {
    background: linear-gradient(135deg, #e87f0e 0%, #d06e00 100%);
    transform: translateY(-1px);
}

.crypto-notice {
    background: rgba(247, 147, 26, 0.12);
    border: 1px solid rgba(247, 147, 26, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 13px;
    color: #f7c97e;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.crypto-notice span {
    font-size: 18px;
}

/* ── Upload Area ─────────────────────────────────────────────────────────── */
.upload-area {
    border: 2px dashed #bbb;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fafafa;
}
.upload-area:hover {
    border-color: #1a4a6e;
    background: #f0f6ff;
}
.upload-icon  { font-size: 40px; color: #bbb; margin-bottom: 8px; }
.upload-text  { font-size: 15px; font-weight: bold; color: #555; margin-bottom: 4px; }
.upload-hint  { font-size: 12px; color: #aaa; }
.upload-filename { font-size: 13px; font-weight: bold; color: #27ae60; margin-top: 8px; }

/* ── Payment Method Toggle ───────────────────────────────────────────────── */
.payment-toggle {
    display: flex;
    gap: 0;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #1a4a6e;
}
.pay-tab {
    flex: 1;
    padding: 13px 10px;
    background: #fff;
    color: #1a4a6e;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.2s ease;
    letter-spacing: 0.3px;
}
.pay-tab:first-child { border-right: 1px solid #1a4a6e; }
.pay-tab.active {
    background: linear-gradient(135deg, #1a4a6e 0%, #2a5a8c 100%);
    color: #fff;
}
.pay-tab:hover:not(.active) { background: #f0f6ff; }

/* ── Bank / Support Box ──────────────────────────────────────────────────── */
.bank-support-box {
    background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%);
    border: 2px solid #c3cfe2;
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    margin: 10px 0 20px;
}
.bank-support-icon { font-size: 48px; margin-bottom: 14px; }
.bank-support-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a4a6e;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
}
.bank-support-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.bank-support-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.bank-support-btn {
    display: inline-block;
    padding: 12px 26px;
    background: linear-gradient(135deg, #1a4a6e 0%, #2a5a8c 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.2s ease;
}
.bank-support-btn:hover { background: linear-gradient(135deg, #2a5a8c 0%, #3a6a9c 100%); }
.bank-support-btn-outline {
    background: transparent;
    border: 2px solid #1a4a6e;
    color: #1a4a6e;
}
.bank-support-btn-outline:hover { background: #1a4a6e; color: #fff; }
.bank-support-note { font-size: 12px; color: #999; font-family: Arial, sans-serif; }
