/* TempoLife privacy.php page styles (v2.60.1) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #f0f4f8;
    color: #1a1a2e;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

.header {
    background: linear-gradient(135deg, #2563EB 0%, #1d4ed8 100%);
    color: #fff;
    padding: 40px 20px 32px;
    text-align: center;
}

.header h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.header .updated {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 16px;
}

.lang-switch {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lang-switch a {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: rgba(255,255,255,0.85);
    border: 1px solid rgba(255,255,255,0.35);
    transition: all 0.2s;
}

.lang-switch a:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.lang-switch a.active {
    background: #fff;
    color: #2563EB;
    border-color: #fff;
    font-weight: 600;
}

.container {
    max-width: 740px;
    margin: 0 auto;
    padding: 32px 20px 60px;
}

.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
    padding: 32px 28px;
    margin-bottom: 20px;
}

.card h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2563EB;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8edf4;
}

.card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin: 18px 0 8px;
}

.card p {
    font-size: 15px;
    color: #374151;
    margin-bottom: 12px;
}

.card ul {
    padding-left: 22px;
    margin-bottom: 12px;
}

.card li {
    font-size: 15px;
    color: #374151;
    margin-bottom: 6px;
}

.card a {
    color: #2563EB;
    text-decoration: none;
}

.card a:hover {
    text-decoration: underline;
}

.card strong {
    color: #1a1a2e;
}

.card table {
    overflow-x: auto;
    display: block;
}

.footer {
    text-align: center;
    padding: 20px;
    font-size: 13px;
    color: #9ca3af;
}

.footer a {
    color: #6b7280;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer button {
    border: 0;
    background: none;
    color: #6b7280;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 600px) {
    .header { padding: 56px 16px 24px; }
    .header h1 { font-size: 22px; }
    .container { padding: 20px 12px 40px; }
    .card { padding: 22px 18px; border-radius: 10px; }
    .card table { font-size: 12px; }
    .card table th, .card table td { padding: 6px !important; }
}

/* v2.14.13: back-button — fixed top-left so it's reachable from anywhere on the page */
.back-btn {
    position: fixed;
    top: 14px; left: 14px; z-index: 100;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: rgba(255,255,255,0.95);
    color: #2563EB;
    border: 0; border-radius: 22px;
    font: 600 14px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    cursor: pointer;
}
.back-btn:hover { background: #fff; }
.back-btn .arr { font-size: 18px; line-height: 1; }
@media (min-width: 601px) {
    .back-btn { top: 20px; left: 20px; }
}
