/* ============================================================
   CyRiSo Campaign Landing Page Styles
   ============================================================ */

/* ── Page-specific overrides ── */
body { background: #f5f7fa; }

/* ── Top navigation ── */
.lp-nav {
    background: #1c1c1c;
    border-bottom: 2px solid #832523;
    padding: 0;
}
.lp-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}
.lp-nav-logo img { display: block; }
.lp-nav-links {
    list-style: none;
    margin: 0; padding: 0;
    display: flex; gap: 4px;
}
.lp-nav-links li a {
    display: block;
    color: rgba(255,255,255,.72);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 600;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: color .2s, background .2s;
}
.lp-nav-links li a:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}
.lp-nav-links li a.active {
    color: #fff;
    background: #832523;
}

@media (max-width: 600px) {
    .lp-nav .container { height: auto; flex-wrap: wrap; padding: 8px 12px; gap: 6px; }
    .lp-nav-links { gap: 2px; flex-wrap: wrap; }
    .lp-nav-links li a { font-size: 11px; padding: 5px 8px; }
    .lp-nav-links li a i { display: none; }
}

.hero-section {
    background: linear-gradient(135deg, rgba(176,45,42,1) 0%, rgba(97,28,27,1) 35%, rgba(28,28,28,1) 100%);
    padding: 44px 0 38px;
    text-align: center;
}
.hero-section .hero-logo { margin-bottom: 20px; }
.hero-section h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}
.hero-section h2 {
    color: rgba(255,255,255,.82);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 24px;
}
.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 4px 6px;
}
.hero-cta-btn {
    display: inline-block;
    margin-top: 24px;
    background: #fff;
    color: #832523 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 34px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .2s;
}
.hero-cta-btn:hover { background: #f0e8e8; color: #832523 !important; }

/* ── Benefits strip ── */
.benefits-strip {
    background: #fff;
    border-bottom: 2px solid #f0e0e0;
    padding: 28px 0;
}
.benefit-item { text-align: center; padding: 0 12px; }
.benefit-item .fa {
    font-size: 28px;
    color: #832523;
    margin-bottom: 8px;
    display: block;
}
.benefit-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.benefit-item p { font-size: 13px; color: #5d7280; margin: 0; }

/* ── Section helpers ── */
.lp-section { padding: 40px 0; }
.lp-section-light { background: #f9fafb; border-top: 1px solid #eaecef; border-bottom: 1px solid #eaecef; }
.lp-kicker {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #832523;
    margin-bottom: 8px;
}
.lp-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0d1923;
    margin-bottom: 12px;
}
.lp-subtitle { font-size: 15px; color: #5d7280; margin-bottom: 0; }
.lp-section-header { margin-bottom: 28px; }

/* ── Regulatory driver cards ── */
.driver-grid { margin-top: 24px; }
.driver-col { margin-bottom: 16px; }
.driver-card {
    padding: 18px 20px;
    border-left: 4px solid #832523;
    background: #fff;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    height: 100%;
}
.driver-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; font-weight: 700;
    color: #0d1923; margin-bottom: 5px;
}
.driver-card p { font-size: 13px; color: #5d7280; margin: 0; }

/* ── Phase overview cards ── */
.phase-col { margin-bottom: 20px; }
.phase-card {
    background: #fff;
    border: 1px solid #e2e8ef;
    border-radius: 10px;
    padding: 24px 20px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.phase-num {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: #832523;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
}
.phase-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px; font-weight: 700;
    color: #0d1923; margin-bottom: 8px;
}
.phase-card p { font-size: 13px; color: #5d7280; margin: 0; }

/* ── Roadmap ── */
.roadmap-container { padding: 10px 0 30px; overflow-x: auto; }
.roadmap-track-row {
    display: flex; align-items: flex-start;
    min-width: 860px; position: relative;
}
.roadmap-track-row::before {
    content: '';
    position: absolute; top: 26px;
    left: calc(100% / 12); right: calc(100% / 12);
    height: 2px; background: #832523; z-index: 0;
}
.roadmap-col {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; padding: 0 8px;
    position: relative; z-index: 1;
}
.roadmap-bubble {
    width: 54px; height: 54px; border-radius: 50%;
    border: 3px solid #832523; background: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 700; color: #832523;
    flex-shrink: 0; margin-bottom: 14px;
}
.roadmap-title {
    color: #832523; font-size: 12px; font-weight: 700;
    text-align: center; margin-bottom: 10px;
    line-height: 1.3; min-height: 32px;
}
.roadmap-agenda {
    list-style: none; padding: 8px 0 0; margin: 0;
    width: 100%; border-top: 2px solid #832523;
}
.roadmap-agenda li {
    font-size: 11px; color: #5d7280; line-height: 1.45;
    padding: 4px 0 4px 13px; position: relative;
    border-bottom: 1px solid #edf0f3;
}
.roadmap-agenda li:last-child { border-bottom: none; }
.roadmap-agenda li::before {
    content: '›'; position: absolute; left: 0; top: 3px;
    color: #832523; font-weight: 700; font-size: 14px; line-height: 1.3;
}
.roadmap-note {
    text-align: center; font-size: 13px; color: #5d7280;
    margin-top: 20px; padding-top: 16px;
    border-top: 1px solid #e2e8ef; font-style: italic;
}
.roadmap-note i { color: #832523; margin-right: 6px; }

/* ── Consultant cards ── */
.consultant-col { margin-bottom: 24px; }
.consultant-card {
    background: #fff;
    border: 1px solid #e2e8ef;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
    transition: box-shadow .2s;
}
.consultant-card:hover { box-shadow: 0 8px 24px rgba(131,37,35,.15); }
.consultant-photo {
    width: 100%; height: 220px;
    background: #f0e8e8;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.consultant-photo img {
    width: 100%; height: 100%; object-fit: cover;
}
.consultant-photo-placeholder {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: #c9a0a0; width: 100%; height: 100%;
}
.consultant-photo-placeholder .fa { font-size: 64px; margin-bottom: 10px; }
.consultant-photo-placeholder span { font-size: 13px; }
.consultant-body { padding: 20px 22px 24px; }
.consultant-role {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.2px;
    color: #832523; margin-bottom: 4px;
}
.consultant-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; font-weight: 700;
    color: #0d1923; margin-bottom: 10px;
}
.consultant-bio {
    font-size: 14px; color: #5d7280;
    line-height: 1.6; margin-bottom: 14px;
}
.consultant-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.consultant-tag {
    display: inline-block;
    background: #faf0f0; border: 1px solid #e8c8c8;
    color: #832523; border-radius: 20px;
    padding: 3px 12px; font-size: 12px; font-weight: 600;
}

/* ── Checklist ── */
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li {
    padding: 9px 0 9px 28px;
    position: relative;
    border-bottom: 1px solid #edf0f3;
    font-size: 14px; color: #333;
}
.checklist li:last-child { border-bottom: none; }
.checklist li .fa { position: absolute; left: 0; top: 11px; color: #832523; }

/* ── CTA section ── */
.cta-section {
    background: linear-gradient(135deg, rgba(176,45,42,1) 0%, rgba(97,28,27,1) 60%, rgba(28,28,28,1) 100%);
    padding: 50px 0;
    text-align: center;
}
.cta-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px; font-weight: 700;
    color: #fff; margin-bottom: 14px;
}
.cta-section p {
    font-size: 16px; color: rgba(255,255,255,.82);
    margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto;
}
.cta-section .cta-btn-primary {
    display: inline-block;
    background: #fff; color: #832523 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 15px;
    padding: 13px 38px; border-radius: 6px;
    text-decoration: none; margin: 6px;
    transition: background .2s;
}
.cta-section .cta-btn-primary:hover { background: #f0e8e8; }
.cta-section .cta-btn-outline {
    display: inline-block;
    background: transparent;
    border: 2px solid rgba(255,255,255,.6);
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 15px;
    padding: 11px 38px; border-radius: 6px;
    text-decoration: none; margin: 6px;
    transition: border-color .2s;
}
.cta-section .cta-btn-outline:hover { border-color: #fff; }

/* ── Blog listing ── */
.blog-hero {
    background: linear-gradient(135deg, rgba(176,45,42,1) 0%, rgba(97,28,27,1) 35%, rgba(28,28,28,1) 100%);
    padding: 40px 0 36px;
    text-align: center;
}
.blog-hero h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px; font-weight: 700;
    margin-bottom: 10px;
}
.blog-hero p {
    color: rgba(255,255,255,.78);
    font-size: 15px; margin: 0;
}
.blog-card {
    background: #fff;
    border: 1px solid #e2e8ef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: box-shadow .2s, transform .2s;
    height: 100%;
    display: flex; flex-direction: column;
}
.blog-card:hover {
    box-shadow: 0 6px 20px rgba(131,37,35,.12);
    transform: translateY(-2px);
}
.blog-card-body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card-tag {
    display: inline-block;
    background: #faf0f0; border: 1px solid #e8c8c8;
    color: #832523; border-radius: 20px;
    padding: 2px 10px; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .8px;
    margin-bottom: 10px;
}
.blog-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px; font-weight: 700;
    color: #0d1923; line-height: 1.4;
    margin-bottom: 8px;
}
.blog-card-excerpt {
    font-size: 13px; color: #5d7280;
    line-height: 1.6; flex: 1;
    margin-bottom: 16px;
}
.blog-card-link {
    font-size: 13px; font-weight: 700;
    color: #832523; text-decoration: none;
}
.blog-card-link:hover { text-decoration: underline; color: #832523; }
.blog-card-link .fa { margin-left: 4px; }
.blog-col { margin-bottom: 24px; }

/* ── Blog article ── */
.article-header {
    background: linear-gradient(135deg, rgba(176,45,42,1) 0%, rgba(97,28,27,1) 35%, rgba(28,28,28,1) 100%);
    padding: 36px 0 32px;
}
.article-back {
    display: inline-block;
    color: rgba(255,255,255,.65);
    font-size: 13px; font-weight: 600;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color .2s;
}
.article-back:hover { color: #fff; }
.article-back .fa { margin-right: 5px; }
.article-tag {
    display: inline-block;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
    color: #fff; border-radius: 20px;
    padding: 3px 12px; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .8px;
    margin-bottom: 14px;
}
.article-header h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px; font-weight: 700;
    line-height: 1.3; margin-bottom: 12px;
}
.article-meta {
    font-size: 13px; color: rgba(255,255,255,.6);
}
.article-meta span { margin-right: 16px; }
.article-meta .fa { margin-right: 4px; }
.article-body { padding: 40px 0 20px; }
.article-body h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; font-weight: 700;
    color: #0d1923; margin: 32px 0 12px;
}
.article-body h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; font-weight: 700;
    color: #0d1923; margin: 24px 0 10px;
}
.article-body p { font-size: 15px; color: #3a4a56; line-height: 1.75; margin-bottom: 16px; }
.article-body ul, .article-body ol {
    font-size: 15px; color: #3a4a56; line-height: 1.75;
    margin-bottom: 16px; padding-left: 22px;
}
.article-body li { margin-bottom: 6px; }
.article-body strong { color: #0d1923; }
.article-tip {
    background: #faf0f0; border-left: 4px solid #832523;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px; margin: 24px 0;
    font-size: 14px; color: #3a4a56; line-height: 1.6;
}
.article-tip strong { color: #832523; }

/* ── Footer ── */
#contact { margin-top: 0; }
.footer-divider { height: 3px; background: #832523; }
.footer-logo-row { padding-top: 40px; }
.footer-phone { margin-top: 6px; }
.footer-copy { padding-bottom: 36px; }
.footer-company-name { color: #832523; }