/* Header - same as privacy-policy */
.header {
    background-color: transparent !important;
    height: 130px !important;
    transition: background-color 0.3s ease !important;
}
.header .nav-logo svg { fill: #fff !important; }
.header .main-navigation ul li > a,
.header .main-navigation ul li.ing > a { color: #fff !important; }
.header.scroll {
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}
.header.scroll .nav-logo svg { fill: #1c2c3c !important; }
.header.scroll .main-navigation ul li > a { color: #1c2c3c !important; }
.header.scroll .main-navigation ul li.ing > a { color: var(--secondary-color) !important; }
@media (max-width: 968px) {
    .header { height: 90px !important; }
    .header.scroll .mobile-menu-toggle .menu-icon-line { background-color: #1c2c3c !important; }
    .header .mobile-menu-toggle .menu-icon-line { background-color: #fff !important; }
}

/* Terms of Service content */
.tos-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #3d5a80 100%);
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}
.tos-hero-inner { max-width: 1200px; margin: 0 auto; }
.tos-hero h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: 'Big Caslon', serif;
    letter-spacing: 2px;
}
.tos-hero p { font-size: 16px; opacity: 0.9; font-family: 'Nunito Sans', sans-serif; }

.tos-wrap {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}
.tos-card {
    background: #fff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.8;
    color: #333;
}
.tos-intro { color: #999; font-size: 14px; margin-bottom: 50px; }
.tos-section {
    margin-bottom: 40px;
    scroll-margin-top: 100px;
}
.tos-section:last-child { margin-bottom: 0; }
.tos-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.tos-section p { margin-bottom: 15px; }
.tos-section ul {
    margin-left: 30px;
    margin-bottom: 15px;
}
.tos-section li { margin-bottom: 10px; }
.tos-contact-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 6px;
    border-left: 4px solid #3d5a80;
}
.tos-contact-box p { margin-bottom: 10px; }
.tos-contact-box p:last-child { margin-bottom: 0; }
