/* ===== TOS PAGE ===== */
.tos-hero {
    position: relative;
    padding: 80px 0 70px;
    background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
    overflow: hidden;
    text-align: center;
}
.tos-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tos-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(139,26,43,0.18);
    border: 1px solid rgba(139,26,43,0.35);
    color: #e87a8a; font-size: .72rem; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
}
.tos-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800; color: #fff; margin-bottom: 12px;
}
.tos-hero p { font-size: .95rem; color: rgba(255,255,255,.6); margin: 0; }
.tos-hero-meta {
    display: flex; align-items: center; gap: 20px;
    margin-top: 20px; flex-wrap: wrap;
}
.tos-hero-meta span {
    display: flex; align-items: center; gap: 6px;
    font-size: .82rem; color: rgba(255,255,255,.5);
}
.tos-hero-meta i { color: #8B1A2B; font-size: .78rem; }

/* Illustration strip */
.tos-illus-strip {
    background: #fff;
    border-bottom: 1px solid #efefef;
    padding: 18px 0;
}
.tos-illus-inner {
    display: flex; align-items: center; justify-content: center;
    gap: 40px; flex-wrap: wrap;
}
.tos-illus-item {
    display: flex; align-items: center; gap: 10px;
    font-size: .82rem; color: #555; font-weight: 500;
}
.tos-illus-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: #fff5f7; display: flex; align-items: center;
    justify-content: center; color: #8B1A2B; font-size: 1.1rem;
    flex-shrink: 0;
}

/* Layout */
.tos-body { background: #f7f8fc; padding: 48px 0 60px; }
.tos-layout { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }

/* Sidebar TOC */
.tos-toc {
    background: #fff; border-radius: 16px;
    border: 1px solid #efefef; padding: 22px;
    position: sticky; top: 80px;
}
.tos-toc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    color: #aaa; margin-bottom: 14px;
}
.tos-toc-item {
    display: block; padding: 8px 12px;
    border-radius: 8px; font-size: .82rem;
    color: #555; text-decoration: none;
    transition: all .2s; margin-bottom: 2px;
    border-left: 2px solid transparent;
}
.tos-toc-item:hover, .tos-toc-item.active {
    background: #fff5f7; color: #8B1A2B;
    border-left-color: #8B1A2B;
}
.tos-toc-divider { height: 1px; background: #f0f0f0; margin: 10px 0; }

/* Content */
.tos-content-card {
    background: #fff; border-radius: 16px;
    border: 1px solid #efefef; padding: 40px 44px;
}
.tos-intro {
    background: linear-gradient(135deg, #fff5f7, #fef2f4);
    border: 1px solid #fdd;
    border-radius: 14px; padding: 22px 26px;
    margin-bottom: 36px;
}
.tos-intro h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; font-weight: 800; color: #8B1A2B; margin-bottom: 8px;
}
.tos-intro p { font-size: .88rem; color: #555; line-height: 1.8; margin: 0; }
.tos-section { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #f0f0f0; }
.tos-section:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
.tos-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem; font-weight: 800;
    color: #1a1a2e; margin-bottom: 14px;
    display: flex; align-items: center; gap: 10px;
}
.tos-section h2 i {
    width: 34px; height: 34px; border-radius: 8px;
    background: #fff5f7; color: #8B1A2B;
    font-size: .85rem;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tos-section p {
    font-size: .9rem; color: #555;
    line-height: 1.8; margin-bottom: 12px;
}
.tos-section p:last-child { margin-bottom: 0; }
.tos-highlight {
    background: #fff5f7; border-left: 3px solid #8B1A2B;
    border-radius: 0 10px 10px 0;
    padding: 14px 18px; margin: 16px 0;
    font-size: .88rem; color: #555; line-height: 1.7;
}
.tos-highlight i { color: #8B1A2B; margin-right: 6px; }
.tos-contact-card {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    border-radius: 16px; padding: 32px;
    text-align: center; margin-top: 36px;
}
.tos-contact-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 8px;
}
.tos-contact-card p { font-size: .88rem; color: rgba(255,255,255,.6); margin-bottom: 20px; }
.tos-contact-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 26px; background: #8B1A2B; color: #fff;
    border-radius: 10px; font-size: .88rem; font-weight: 700;
    text-decoration: none; transition: opacity .2s;
}
.tos-contact-btn:hover { opacity: .88; color: #fff; }

@media(max-width:768px){
    .tos-layout { grid-template-columns: 1fr; }
    .tos-toc { display: none; }
    .tos-content-card { padding: 24px 20px; }
    .tos-illus-inner { gap: 20px; }
}
