@charset "UTF-8";
/* CSS Document */

/* Base overrides for dark theme */
body {
    background: #1a1a1a !important;
    color: #e8e8e8 !important;
    min-height: 100vh;
}

/* all_called.html specific styles */

.call-opening {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b1b 100%);
    color: #fff;
    margin-bottom: 3rem;
}

.call-opening h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.personal-reckoning {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.personal-reckoning strong {
    color: #ff6b6b;
    font-size: 2.2rem;
}

.grief-statement {
    font-size: 1.4rem;
    font-style: italic;
    margin: 1.5rem 0;
    color: #ddd;
}

.limitation {
    font-size: 1.3rem;
    margin: 1.5rem 0;
    color: #bbb;
}

.collective-truth {
    font-size: 1.8rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 107, 107, 0.1);
    border-left: 4px solid #ff6b6b;
}

/* Both Counts Section */
.both-counts {
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.both-counts h2 {
    font-size: 2.2rem;
    color: #ff6b6b;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgba(255, 107, 107, 0.3);
    padding-bottom: 0.5rem;
}

.both-counts p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 1.5rem 0;
    color: #e8e8e8;
}

.system-truth {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #ffcc02;
}

.victims-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.victims-list li {
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ddd;
}

.victims-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff6b6b;
    font-size: 1.5rem;
}

.witness-statement {
    font-size: 1.6rem;
    text-align: center;
    padding: 2rem;
    margin: 2rem 0;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 204, 2, 0.1));
    border-radius: 8px;
    color: #ffcc02;
}

/* The Work Section */
.the-work {
    max-width: 900px;
    margin: 0 auto 3rem;
    padding: 2rem;
    background: rgba(255, 204, 2, 0.05);
    border-left: 4px solid #ffcc02;
}

.the-work h2 {
    font-size: 2.2rem;
    color: #ffcc02;
    margin-bottom: 1.5rem;
}

.the-work p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 1rem 0;
}

.you-know {
    font-size: 1.5rem;
    margin: 2rem 0;
    color: #ffcc02;
}

.ready-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.ready-list li {
    padding: 0.8rem 0 0.8rem 2rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e8e8e8;
}

.ready-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ffcc02;
    font-weight: bold;
}

/* Your Tools Section */
.your-tools {
    max-width: 1000px;
    margin: 0 auto 3rem;
    padding: 2rem;
}

.your-tools h2 {
    font-size: 2.5rem;
    color: #4a9eff;
    margin-bottom: 2rem;
    text-align: center;
}

.referral-section {
    background: rgba(74, 158, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.referral-section h3 {
    font-size: 1.8rem;
    color: #4a9eff;
    margin-bottom: 1rem;
}

.referral-link-box {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.referral-link-box input {
    flex: 1;
    padding: 1rem;
    font-size: 1.1rem;
    border: 2px solid #4a9eff;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.referral-link-box button {
    padding: 1rem 2rem;
    background: #4a9eff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.referral-link-box button:hover {
    background: #357abd;
    transform: translateY(-2px);
}

.tracking-info {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #e8e8e8;
}

.tracking-info strong {
    color: #4a9eff;
    font-size: 1.5rem;
}

/* Message Templates */
.message-templates {
    margin: 3rem 0;
}

.message-templates h3 {
    font-size: 1.8rem;
    color: #4a9eff;
    margin-bottom: 1rem;
}

.template-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.template-box h4 {
    font-size: 1.3rem;
    color: #ffcc02;
    margin-bottom: 1rem;
}

.template-box textarea {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: inherit;
    resize: vertical;
}

.template-box button {
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    background: #ffcc02;
    color: #1a1a1a;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.template-box button:hover {
    background: #ffd700;
    transform: translateY(-2px);
}

/* Reflection Prompts */
.reflection-prompts {
    background: rgba(255, 107, 107, 0.1);
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
    border-left: 4px solid #ff6b6b;
}

.reflection-prompts h3 {
    font-size: 1.8rem;
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.prompt-questions {
    margin-top: 1.5rem;
}

.prompt-questions ul {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

.prompt-questions li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
}

.prompt-questions li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6b6b;
    font-weight: bold;
}

.discernment {
    font-style: italic;
    margin: 1.5rem 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    color: #ddd;
}

.prompt-questions textarea {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border: 2px dashed rgba(255, 107, 107, 0.5);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: inherit;
}

/* Urgency Close */
.urgency-close {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #2d1b1b 0%, #1a1a1a 100%);
    color: #fff;
    margin-top: 3rem;
}

.urgency-close h2 {
    font-size: 2.5rem;
    color: #ff6b6b;
    margin-bottom: 2rem;
}

.calculate-prompt {
    font-size: 1.4rem;
    margin: 2rem 0;
}

.calculate-prompt a {
    color: #4a9eff;
    text-decoration: none;
    border-bottom: 2px solid #4a9eff;
    transition: all 0.3s ease;
}

.calculate-prompt a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.urgency-close p {
    font-size: 1.3rem;
    margin: 1rem 0;
    line-height: 1.8;
}

.final-question {
    font-size: 2rem;
    margin-top: 2rem;
    color: #ffcc02;
}

/* Responsive */
@media (max-width: 768px) {
    .call-opening h1 {
        font-size: 2.5rem;
    }
    
    .personal-reckoning {
        font-size: 1.4rem;
    }
    
    .personal-reckoning strong {
        font-size: 1.8rem;
    }
    
    .referral-link-box {
        flex-direction: column;
    }
    
    .both-counts, .the-work, .your-tools {
        padding: 1rem;
    }
}