/* AnvilKnivesSucks.com - Professional Consumer Complaint Site */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Open+Sans:wght@400;600;700&display=swap');

* { box-sizing: border-box; }

body {
    font-family: 'Open Sans', sans-serif;
    color: #2c2c2c;
    line-height: 1.7;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Merriweather', serif;
    color: #1a1a2e;
}

/* WARNING BANNER */
.warning-banner {
    background: #c0392b;
    color: #fff;
    padding: 14px 0;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    animation: pulse-bg 2s ease-in-out infinite;
}
@keyframes pulse-bg {
    0%, 100% { background: #c0392b; }
    50% { background: #a93226; }
}
.warning-banner i { margin: 0 10px; color: #f1c40f; }

/* HERO */
.hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    padding: 60px 0 50px;
}
.hero h1 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.hero .lead {
    font-size: 1.2rem;
    color: #c8d6e5;
    max-width: 700px;
    margin: 0 auto 10px;
}
.hero .tagline {
    font-size: 0.9rem;
    color: #8395a7;
}

/* RATING BAR */
.rating-bar {
    background: #2c3e50;
    padding: 30px 0;
    border-bottom: 4px solid #c0392b;
}
.rating-item { padding: 10px; }
.big-rating {
    font-size: 4.5rem;
    font-weight: 900;
    color: #e74c3c;
    font-family: 'Merriweather', serif;
    line-height: 1;
    text-shadow: 0 0 20px rgba(231,76,60,0.5);
}
.stars {
    font-size: 2.2rem;
    color: #555;
    letter-spacing: 5px;
}
.stars i { color: #555; }
.big-warning {
    font-size: 3.5rem;
    color: #e74c3c;
}
.rating-label {
    color: #bdc3c7;
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* NEVER REFUNDED */
.never-refunded {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a0a0a 100%);
    border-top: 6px solid #c0392b;
    border-bottom: 6px solid #c0392b;
    padding: 60px 0;
}
.refund-headline {
    font-size: 2.6rem;
    font-weight: 900;
    color: #e74c3c;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.refund-headline i { margin: 0 10px; }
.refund-subline {
    font-size: 1.3rem;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.refund-detail {
    font-size: 1.1rem;
    color: #c8d6e5;
    max-width: 750px;
    margin: 0 auto;
}

/* WHO SECTION */
.offender-photo {
    max-width: 100%;
    border: 4px solid #c0392b;
}
.photo-caption {
    font-size: 0.85rem;
    color: #666;
    margin-top: 8px;
}
.who-content p { font-size: 1.05rem; }
.trust-box {
    background: #fff3cd;
    border-left: 5px solid #f39c12;
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}
.trust-box h5 { color: #856404; margin-bottom: 10px; }
.trust-box p:last-child { margin-bottom: 0; font-weight: 700; color: #c0392b; }

/* SECTIONS */
section h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e74c3c;
    display: inline-block;
}
section h2 i { color: #e74c3c; margin-right: 8px; }

/* TIMELINE */
.timeline {
    position: relative;
    padding-left: 40px;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #e74c3c;
}
.timeline-item {
    position: relative;
    margin-bottom: 30px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -33px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #e74c3c;
    border-radius: 50%;
    border: 3px solid #fff;
}
.timeline-item-bad { background: #fff0f0; padding: 15px; border-radius: 8px; border: 2px solid #e74c3c; }
.timeline-date {
    font-weight: 600;
    color: #e74c3c;
    font-size: 0.95rem;
    margin-bottom: 5px;
}
.timeline-content h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #1a1a2e;
}
.timeline-content h5 i { color: #e74c3c; margin-right: 5px; font-size: 0.9rem; }
.timeline-content p { margin-bottom: 0; color: #555; }

/* POLICY BOX */
.policy-box {
    background: #f8f9fa;
    border-left: 5px solid #e74c3c;
    padding: 25px 30px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}
.policy-box h5 { color: #e74c3c; margin-bottom: 15px; }
.policy-box blockquote p {
    font-style: italic;
    color: #444;
    margin-bottom: 10px;
    padding-left: 10px;
}
.policy-box blockquote p i { color: #ccc; margin-right: 5px; font-size: 0.8rem; }

/* POLICY SCREENSHOT */
.policy-screenshot {
    margin: 25px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e74c3c;
}
.policy-screenshot h5 { color: #1a1a2e; margin-bottom: 15px; }
.policy-screenshot h5 i { color: #e74c3c; }
.policy-screenshot img {
    max-width: 100%;
    border: 1px solid #ddd;
}

/* CONTRADICTION SECTION */
.contrast-box {
    padding: 30px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}
.contrast-box:hover { transform: scale(1.03); }
.contrast-box h4 { color: #fff; font-size: 1.1rem; margin-bottom: 15px; }
.contrast-box p { font-size: 1.4rem; font-style: italic; font-weight: 700; margin-bottom: 10px; }
.contrast-box small { color: rgba(255,255,255,0.6); }
.contrast-website { background: linear-gradient(135deg, #27ae60, #2ecc71); }
.contrast-email { background: linear-gradient(135deg, #c0392b, #e74c3c); }

/* FACTS LIST */
.fact-list { list-style: none; padding: 0; }
.fact-list li {
    padding: 14px 0 14px 10px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
}
.fact-list li i { margin-right: 10px; width: 20px; text-align: center; }
.fact-list li .fa-check { color: #27ae60; }
.fact-list li .fa-times { color: #e74c3c; }

/* LEGAL ITEMS */
.legal-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-left: 4px solid #1a1a2e;
    transition: box-shadow 0.3s;
}
.legal-item:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.legal-item h5 { color: #1a1a2e; font-size: 1rem; margin-bottom: 8px; }
.legal-item h5 i { color: #e74c3c; margin-right: 8px; }
.legal-item p { margin-bottom: 0; color: #555; }

/* LETTER BOX */
.letter-box {
    background: #fffef5;
    border: 1px solid #d4c97a;
    border-radius: 8px;
    padding: 35px 40px;
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    line-height: 1.8;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.letter-header { margin-bottom: 5px; }
.letter-date { color: #888; margin-bottom: 20px; }

/* COMPLAINT FORM */
.complaint-form .form-control {
    background: #1e2d3d;
    border: 1px solid #3d566e;
    color: #fff;
    padding: 12px 15px;
}
.complaint-form .form-control::placeholder { color: #7f8c8d; }
.complaint-form .form-control:focus {
    background: #243447;
    border-color: #e74c3c;
    box-shadow: 0 0 0 0.25rem rgba(231,76,60,0.25);
    color: #fff;
}
.complaint-form .form-label { color: #bdc3c7; font-weight: 600; }
.complaint-form .btn-danger {
    background: #c0392b;
    border: none;
    padding: 12px 35px;
    font-weight: 700;
    letter-spacing: 1px;
}
.complaint-form .btn-danger:hover { background: #e74c3c; }

/* FOOTER */
footer {
    background: #1a1a2e;
    color: #8395a7;
}
.disclaimer {
    font-size: 0.85rem;
    max-width: 800px;
    margin: 0 auto 10px;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero h1 { font-size: 2rem; }
    .hero .lead { font-size: 1rem; }
    .letter-box { padding: 20px; }
    .contrast-box { min-height: auto; }
    .refund-headline { font-size: 1.5rem; }
    .refund-subline { font-size: 0.95rem; }
    .warning-banner { font-size: 1rem; letter-spacing: 1px; }
    .big-rating { font-size: 3rem; }
    .offender-photo { max-width: 80%; }
}
