/* ============================================
   CherInfo – Light Blue Theme Stylesheet
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #2c3e50;
    background-color: #f0f6fb;
    line-height: 1.7;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: #1a73b5;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #0f4c7a;
}

/* --- Bankruptcy Banner --- */
.bankruptcy-banner {
    background: linear-gradient(135deg, #b71c1c, #d32f2f);
    color: #fff;
    text-align: center;
    padding: 32px 20px 36px;
    box-shadow: 0 4px 20px rgba(183, 28, 28, 0.3);
}

.bankruptcy-banner .container {
    max-width: 780px;
}

.banner-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.bankruptcy-banner h1 {
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.banner-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 16px;
    opacity: 0.95;
}

.banner-contact {
    font-size: 1rem;
    margin-bottom: 10px;
    opacity: 0.9;
}

.contact-email {
    display: inline-block;
    background: #fff;
    color: #b71c1c;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.contact-email:hover {
    background: #ffebee;
    transform: scale(1.04);
    color: #b71c1c;
}

/* --- Header --- */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #d6e4f0;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(30, 100, 160, 0.06);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 1.55rem;
    font-weight: 700;
    color: #1a6daa;
    letter-spacing: 0.02em;
}

.logo a:hover {
    color: #0f4c7a;
}

.site-nav ul {
    list-style: none;
    display: flex;
    gap: 28px;
}

.site-nav a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a6a85;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.site-nav a:hover,
.site-nav a.active {
    color: #1a6daa;
    border-bottom-color: #1a6daa;
}

/* --- Hero --- */
.hero {
    background: linear-gradient(160deg, #d2e8f8, #b8d9f0, #c5e0f5);
    text-align: center;
    padding: 64px 20px 56px;
}

.hero h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a4a6e;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.1rem;
    color: #3a5e7a;
    max-width: 500px;
    margin: 0 auto 18px;
}

.hero-tag {
    display: inline-block;
    background: rgba(26, 109, 170, 0.12);
    color: #1a6daa;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    letter-spacing: 0.03em;
}

/* --- Sections --- */
.section-title {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a4a6e;
    margin-bottom: 36px;
}

/* --- Features --- */
.features {
    padding: 60px 0;
    background: #ffffff;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
}

.feature-card {
    text-align: center;
    padding: 32px 20px;
    background: #f5f9fd;
    border-radius: 10px;
    border: 1px solid #dae8f4;
    transition: transform 0.25s, box-shadow 0.25s;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(26, 109, 170, 0.1);
}

.feature-icon {
    font-size: 42px;
    margin-bottom: 14px;
}

.feature-card h3 {
    font-size: 1.15rem;
    color: #1a4a6e;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.92rem;
    color: #5a7a95;
    line-height: 1.6;
}

/* --- Asset Info --- */
.asset-info {
    padding: 60px 0;
    background: #ecf4fa;
}

.asset-details {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px 32px;
    border: 1px solid #d2e4f2;
    max-width: 600px;
    margin: 0 auto 20px;
}

.asset-item {
    padding: 10px 0;
    border-bottom: 1px solid #e8f0f6;
    font-size: 0.98rem;
    color: #3a5e7a;
}

.asset-item:last-child {
    border-bottom: none;
}

.asset-item strong {
    color: #1a4a6e;
}

.asset-note {
    text-align: center;
    font-size: 0.9rem;
    color: #6a8aa5;
    font-style: italic;
}

/* --- Page Content (About, Contact) --- */
.page-content {
    padding: 60px 0;
    background: #ffffff;
    min-height: 50vh;
}

.page-content h2 {
    font-size: 1.8rem;
    color: #1a4a6e;
    margin-bottom: 16px;
}

.page-content p {
    font-size: 1rem;
    color: #4a6a85;
    max-width: 680px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.page-content .info-block {
    background: #f5f9fd;
    border: 1px solid #dae8f4;
    border-radius: 10px;
    padding: 24px 28px;
    margin-top: 24px;
}

.page-content .info-block h3 {
    color: #1a4a6e;
    margin-bottom: 8px;
}

/* --- Footer --- */
.site-footer {
    background: #1a4a6e;
    color: #b0c8da;
    text-align: center;
    padding: 20px 0;
    font-size: 0.88rem;
}

/* --- Responsive --- */
@media (max-width: 640px) {
    .bankruptcy-banner h1 {
        font-size: 1.2rem;
    }

    .hero h2 {
        font-size: 1.6rem;
    }

    .site-header .container {
        flex-direction: column;
        gap: 10px;
    }

    .site-nav ul {
        gap: 16px;
    }
}
