/* ===== STREAMER AND GUIDE PAGE CSS ===== */

/* Breadcrumb Navigation */
.breadcrumb-nav {
    background: rgba(0, 0, 0, 0.15);
    padding: 14px 150px;
    border-bottom: 1px solid rgba(210, 208, 208, 0.05);
}

.breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--description-color);
}

.breadcrumb-inner a {
    color: var(--main-color);
    text-decoration: none;
    transition: opacity 0.2s, color 0.2s;
    font-weight: 500;
}

.breadcrumb-inner a:hover {
    color: var(--white-color);
    opacity: 1;
}

.bc-sep {
    color: rgba(210, 208, 208, 0.3);
    font-weight: bold;
}

/* Hero Section */
#streamer-hero, #guide-hero {
    background: url("../../images/header-background.webp") no-repeat fixed center;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 80px 150px;
    position: relative;
}

#streamer-hero::before, #guide-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(36, 39, 43, 0.82) 0%, rgba(36, 39, 43, 0.95) 100%);
    z-index: 1;
}

.streamer-hero-inner, .guide-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.streamer-hero-text, .guide-hero-text {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.streamer-title {
    font-size: 48px;
    font-weight: 900;
    color: var(--white-color);
    line-height: 1.2;
}

.streamer-title span {
    color: var(--main-color);
}

.streamer-subtitle {
    color: var(--description-color);
    font-size: 17px;
    line-height: 1.7;
}

.streamer-cta-group {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-streamer-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #9146FF;
    border: 2px solid #9146FF;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: 0 4px 14px rgba(145, 70, 255, 0.4);
    cursor: pointer;
}

.btn-streamer-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(145, 70, 255, 0.6);
}

.btn-streamer-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(145, 70, 255, 0.1);
    border: 2px solid rgba(145, 70, 255, 0.5);
    color: #c084fc;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
}

.btn-streamer-secondary:hover {
    background: rgba(145, 70, 255, 0.2);
    border-color: #9146FF;
    color: var(--white-color);
}

.streamer-meta {
    font-size: 14px;
}

.streamer-meta a {
    color: var(--main-color);
    text-decoration: none;
    border-bottom: 1px dashed rgba(57, 190, 255, 0.4);
    transition: 0.2s;
}

.streamer-meta a:hover {
    border-bottom-color: var(--main-color);
}

/* Cards in Hero */
.streamer-hero-card, .guide-hero-card {
    flex: 0.8;
    display: flex;
    justify-content: center;
    width: 100%;
}

.streamer-profile-card {
    background: rgba(20, 10, 40, 0.6);
    border: 1px solid rgba(145, 70, 255, 0.4);
    border-radius: 12px;
    padding: 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 380px;
}

.spc-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.spc-avatar {
    border-radius: 50%;
    border: 3px solid #9146FF;
    object-fit: cover;
}

.spc-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spc-name {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 850;
}

.spc-role {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 600;
}

.spc-platform {
    color: #c084fc;
    font-size: 12px;
    font-weight: 600;
}

.spc-bio {
    color: var(--description-color);
    font-size: 14px;
    line-height: 1.5;
}

.spc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.spc-tag {
    background: rgba(145, 70, 255, 0.15);
    color: #c084fc;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
}

.spc-follow-btn {
    background: #9146FF;
    color: var(--white-color);
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.2s;
}

.spc-follow-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Guide TOC and Quick Start */
.guide-quick-start {
    background: rgba(57, 190, 255, 0.06);
    border: 1px solid rgba(57, 190, 255, 0.25);
    border-radius: 12px;
    padding: 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 380px;
}

.guide-qs-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--main-color);
}

.guide-quick-start h3 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
}

.guide-quick-start p {
    color: var(--description-color);
    font-size: 14px;
    line-height: 1.5;
}

.guide-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.guide-toc-label {
    width: 100%;
    font-size: 13px;
    color: var(--description-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guide-toc-link {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--description-color);
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.2s;
}

.guide-toc-link:hover {
    background: rgba(57, 190, 255, 0.15);
    border-color: var(--main-color);
    color: var(--white-color);
}

/* Sections */
.streamer-section-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.streamer-section-header .section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--white-color);
    position: relative;
}

.streamer-section-header .section-title::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 150px;
    height: 1px;
    border-radius: 5px;
    background: var(--description-color);
}

.streamer-section-header .section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: var(--main-color);
}

/* Why Follow grid */
.streamer-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.streamer-why-card {
    background: rgba(210, 208, 208, 0.03);
    border: 1px solid rgba(210, 208, 208, 0.08);
    border-radius: 8px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.2s, background 0.2s;
}

.streamer-why-card:hover {
    border-color: rgba(57, 190, 255, 0.35);
    background: rgba(57, 190, 255, 0.02);
}

.swy-icon {
    font-size: 30px;
    line-height: 1;
}

.streamer-why-card h3 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
}

.streamer-why-card p {
    color: var(--description-color);
    font-size: 14px;
    line-height: 1.6;
}

/* Live Modes Grid */
.streamer-modes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.streamer-mode-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background: rgba(210, 208, 208, 0.03);
    border: 1px solid rgba(210, 208, 208, 0.08);
    border-radius: 8px;
    padding: 24px;
    text-decoration: none;
    transition: 0.2s;
}

.streamer-mode-card:hover {
    border-color: rgba(145, 70, 255, 0.4);
    background: rgba(145, 70, 255, 0.04);
    transform: translateY(-2px);
}

.smc-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(145, 70, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #c084fc;
}

.smc-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.smc-info h3 {
    color: var(--white-color);
    font-size: 17px;
    font-weight: 700;
}

.smc-info p {
    color: var(--description-color);
    font-size: 14px;
    line-height: 1.5;
}

.smc-tag {
    display: inline-block;
    background: rgba(145, 70, 255, 0.12);
    color: #c084fc;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 4px;
    width: fit-content;
    margin-top: 4px;
}

.smc-arrow {
    color: rgba(210, 208, 208, 0.25);
    transition: transform 0.2s, color 0.2s;
    font-size: 14px;
}

.streamer-mode-card:hover .smc-arrow {
    color: #c084fc;
    transform: translateX(4px);
}

/* Follow channels grid */
.follow-channels-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.follow-channel-card {
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.follow-channel-card:hover {
    transform: translateY(-2px);
}

.twitch-card {
    background: rgba(145, 70, 255, 0.04);
    border-color: rgba(145, 70, 255, 0.2);
}

.twitch-card:hover {
    border-color: rgba(145, 70, 255, 0.5);
    background: rgba(145, 70, 255, 0.08);
}

.telegram-card {
    background: rgba(36, 161, 222, 0.04);
    border-color: rgba(36, 161, 222, 0.2);
}

.telegram-card:hover {
    border-color: rgba(36, 161, 222, 0.5);
    background: rgba(36, 161, 222, 0.08);
}

.youtube-card {
    background: rgba(255, 0, 0, 0.03);
    border-color: rgba(255, 0, 0, 0.15);
}

.youtube-card:hover {
    border-color: rgba(255, 0, 0, 0.4);
    background: rgba(255, 0, 0, 0.06);
}

.discord-card {
    background: rgba(88, 101, 242, 0.04);
    border-color: rgba(88, 101, 242, 0.2);
}

.discord-card:hover {
    border-color: rgba(88, 101, 242, 0.5);
    background: rgba(88, 101, 242, 0.08);
}

.fc-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.twitch-card .fc-icon { color: #a970ff; }
.telegram-card .fc-icon { color: #229ED9; }
.youtube-card .fc-icon { color: #ff0000; }
.discord-card .fc-icon { color: #5865F2; }

.fc-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.fc-name {
    color: var(--white-color);
    font-size: 17px;
    font-weight: 750;
}

.fc-desc {
    color: var(--description-color);
    font-size: 13px;
    line-height: 1.5;
}

.fc-cta {
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.twitch-card .fc-cta { color: #a970ff; }
.telegram-card .fc-cta { color: #229ED9; }
.youtube-card .fc-cta { color: #ff0000; }
.discord-card .fc-cta { color: #5865F2; }

/* Prime Banner */
.prime-banner {
    background: linear-gradient(135deg, rgba(0, 168, 225, 0.08) 0%, rgba(145, 70, 255, 0.08) 100%);
    border: 1px solid rgba(0, 168, 225, 0.25);
    border-radius: 10px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.prime-text {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.prime-icon {
    font-size: 32px;
    line-height: 1;
}

.prime-text strong {
    display: block;
    color: var(--white-color);
    font-size: 17px;
    margin-bottom: 4px;
}

.prime-text span {
    color: var(--description-color);
    font-size: 14px;
    line-height: 1.5;
}

.prime-btn {
    background: #00a8e1;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.2s;
    white-space: nowrap;
}

.prime-btn:hover {
    background: #008cc0;
    transform: translateY(-1px);
}

/* FAQ accordion styling (derived from home.css with scoped colors) */
#faq {
    background: var(--stats-background);
}

#faq .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#faq .content .info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#faq .content .info .section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--white-color);
    position: relative;
}

#faq .content .info .section-title::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 150px;
    height: 1px;
    border-radius: 5px;
    background: var(--description-color);
}

#faq .content .info .section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: var(--main-color);
}

#faq .content .info .section-title span {
    color: var(--main-color);
}

#faq .content .info .section-description {
    color: var(--description-color);
    font-size: 16px;
    line-height: 1.6;
    max-width: 70%;
}

#faq .content .faqList {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#faq .content .faqList .accordion-item {
    background: rgba(210, 208, 208, 0.03);
    border: 1px solid rgba(210, 208, 208, 0.07);
    border-radius: 6px;
}

#faq .content .faqList .accordion-item .accordion-item-header {
    padding: 18px 50px 18px 20px;
    line-height: 1.6;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: var(--white-color);
    font-size: 16px;
    transition: 0.2s;
}

#faq .content .faqList .accordion-item .accordion-item-header:hover {
    color: var(--main-color);
    background: rgba(255, 255, 255, 0.01);
}

#faq .content .faqList .accordion-item .accordion-item-header::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: var(--description-color);
}

#faq .content .faqList .accordion-item .accordion-item-header.active::after {
    content: "\2212";
    color: var(--main-color);
}

#faq .content .faqList .accordion-item .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

#faq .content .faqList .accordion-item .accordion-item-body .accordion-item-body-content {
    padding: 20px;
    line-height: 1.6;
    border-top: 1px solid rgba(210, 208, 208, 0.08);
    color: var(--description-color);
    font-size: 15px;
}

/* Final CTA */
#streamer-final-cta {
    background: var(--background-color);
}

.final-cta-box {
    background: rgba(20, 10, 40, 0.4);
    border: 1px solid rgba(145, 70, 255, 0.35);
    border-radius: 12px;
    padding: 45px 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.final-cta-box h2 {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 950;
    line-height: 1.2;
}

.final-cta-box p {
    color: var(--description-color);
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

.final-cta-sub {
    font-size: 14px;
    color: var(--description-color);
}

.final-cta-sub a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
}

.final-cta-sub a:hover {
    text-decoration: underline;
}

/* ================= GUIDE PAGE SPECIFICS ================= */

.guide-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

/* Guide layout structure */
.guide-section {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
}

.guide-step-number {
    font-size: 64px;
    font-weight: 900;
    color: rgba(57, 190, 255, 0.15);
    line-height: 1;
    flex-shrink: 0;
    width: 80px;
    border-right: 2px solid rgba(57, 190, 255, 0.1);
}

.guide-step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guide-step-content h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--white-color);
}

.guide-step-content p {
    color: var(--description-color);
    font-size: 16px;
    line-height: 1.7;
}

.guide-method-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.guide-method {
    background: rgba(210, 208, 208, 0.02);
    border: 1px solid rgba(210, 208, 208, 0.08);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 16px;
}

.guide-method-num {
    background: rgba(57, 190, 255, 0.12);
    color: var(--main-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.guide-method div strong {
    display: block;
    color: var(--white-color);
    font-size: 15px;
    margin-bottom: 6px;
}

.guide-method div p {
    font-size: 13px;
    line-height: 1.5;
}

.guide-tip {
    background: rgba(57, 190, 255, 0.06);
    border-left: 4px solid var(--main-color);
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 10px;
}

.guide-tip i {
    color: var(--main-color);
    font-size: 18px;
    margin-top: 2px;
}

.guide-tip span {
    color: var(--description-color);
    font-size: 14px;
    line-height: 1.5;
}

/* Step list */
.guide-steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
}

.guide-step-item {
    background: rgba(210, 208, 208, 0.02);
    border: 1px solid rgba(210, 208, 208, 0.06);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.gsi-num {
    background: rgba(255, 255, 255, 0.06);
    color: var(--white-color);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

.gsi-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gsi-text strong {
    color: var(--white-color);
    font-size: 16px;
}

.gsi-text p {
    font-size: 14px;
    line-height: 1.5;
}

/* Join Server Box */
.guide-join-box {
    background: rgba(20, 10, 40, 0.5);
    border: 1px solid rgba(145, 70, 255, 0.35);
    border-radius: 12px;
    padding: 28px;
    margin-top: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.guide-join-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 20px;
}

.guide-join-step {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guide-join-icon {
    font-size: 28px;
    line-height: 1;
}

.guide-join-step strong {
    color: var(--white-color);
    font-size: 16px;
}

.guide-join-step p {
    font-size: 13px;
    line-height: 1.5;
}

.guide-join-step code {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white-color);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 13px;
}

.guide-join-tip {
    border-top: 1px solid rgba(145, 70, 255, 0.15);
    padding-top: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.guide-join-tip i {
    color: #c084fc;
    font-size: 16px;
    margin-top: 2px;
}

.guide-join-tip span {
    font-size: 13px;
    color: var(--description-color);
    line-height: 1.5;
}

/* Prime steps layout */
.prime-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.prime-step {
    background: rgba(210, 208, 208, 0.02);
    border: 1px solid rgba(210, 208, 208, 0.06);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.prime-step-num {
    background: rgba(0, 168, 225, 0.15);
    color: #00a8e1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.prime-step p {
    font-size: 14px;
    line-height: 1.5;
}

/* copy-ip and guides buttons */
.copy-ip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--main-color);
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 750;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.2s;
}

.copy-ip:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 1200px) {
    .breadcrumb-nav {
        padding: 14px 90px;
    }
    #streamer-hero, #guide-hero {
        padding: 80px 90px;
    }
    .streamer-hero-inner, .guide-hero-inner {
        flex-direction: column;
        gap: 40px;
    }
    .streamer-hero-text, .guide-hero-text {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .streamer-cta-group {
        justify-content: center;
    }
    .streamer-title {
        font-size: 38px;
    }
    .guide-toc {
        justify-content: center;
    }
    .streamer-why-grid, .streamer-modes-grid, .follow-channels-grid {
        grid-template-columns: 1fr;
    }
    .guide-section {
        flex-direction: column;
        gap: 20px;
    }
    .guide-step-number {
        width: auto;
        border-right: none;
        border-bottom: 2px solid rgba(57, 190, 255, 0.1);
        padding-bottom: 10px;
    }
    .guide-method-list, .guide-join-row, .prime-steps {
        grid-template-columns: 1fr;
    }
    .prime-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .prime-text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .prime-btn {
        width: 100%;
        text-align: center;
    }
    #faq .content .info {
        text-align: center;
        align-items: center;
    }
    #faq .content .info .section-description {
        max-width: 100%;
    }
}

@media screen and (max-width: 819px) {
    .breadcrumb-nav {
        padding: 14px 30px;
    }
    #streamer-hero, #guide-hero {
        padding: 60px 30px;
    }
    .streamer-title {
        font-size: 32px;
    }
    .final-cta-box {
        padding: 30px 20px;
    }
    .final-cta-box h2 {
        font-size: 24px;
    }
}
