:root{--primary:#0078d4;--primary-dark:#005a9e;--secondary:#00bcf2;--accent:#ffb900;--dark:#0f172a;--gray:#64748b;}
*{box-sizing:border-box;}
body{font-family:'Inter','Segoe UI',sans-serif;color:var(--dark);overflow-x:hidden;background:#fff;}
.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s,visibility .5s;}
.loader.hidden{opacity:0;visibility:hidden;pointer-events:none;}
.metro-loader{display:flex;gap:6px;align-items:flex-end;}
.metro-loader-bar{width:4px;background:var(--primary);animation:loaderPulse 1.2s ease-in-out infinite;}
.metro-loader-bar:nth-child(1){height:32px;}
.metro-loader-bar:nth-child(2){height:48px;animation-delay:.15s;background:var(--secondary);}
.metro-loader-bar:nth-child(3){height:40px;animation-delay:.3s;background:var(--accent);}
.metro-loader-bar:nth-child(4){height:56px;animation-delay:.45s;}
.metro-loader-bar:nth-child(5){height:36px;animation-delay:.6s;background:var(--secondary);}
@keyframes loaderPulse{0%,100%{transform:scaleY(.4);opacity:.4;}50%{transform:scaleY(1);opacity:1;}}

.btn-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--primary);color:#fff;font-weight:600;font-size:.8125rem;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;transition:all .25s;border:none;cursor:pointer;}
.btn-cta:hover{background:var(--primary-dark);box-shadow:0 8px 24px rgba(0,120,212,.35);transform:translateY(-2px);}

.brand-word{display:inline-flex;align-items:center;gap:0;line-height:1;letter-spacing:0;}
.logo-ya{color:#e11d48;}.logo-g1{color:#4285f4;}.logo-o1{color:#ea4335;}.logo-o2{color:#fbbc05;}.logo-g2{color:#4285f4;}.logo-l{color:#34a853;}.logo-e{color:#ea4335;}
.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.875rem;line-height:1.2;color:#9ca3af;}
.breadcrumbs a{color:#9ca3af;text-decoration:none;transition:color .2s;display:inline-flex;align-items:center;}
.breadcrumbs a:hover{color:var(--primary);}
.breadcrumb-sep{color:#d1d5db;display:inline-flex;align-items:center;}
.breadcrumb-current{color:#0f172a;font-weight:500;display:inline-flex;align-items:center;}
.privacy-page{padding:7rem 0 4rem;background:#f8fafc;min-height:calc(100vh - 220px);}
.privacy-page .breadcrumbs{color:#9ca3af;font-size:.8125rem;}
.privacy-page .breadcrumbs a{color:#9ca3af;text-decoration:none;}
.privacy-page .breadcrumbs a:hover{color:var(--primary);}
.privacy-page .breadcrumb-sep{color:#d1d5db;}
.privacy-page .breadcrumb-current{color:#374151;font-weight:500;}
.privacy-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:300;line-height:1.15;color:#0f172a;margin-bottom:.75rem;}
.privacy-updated{font-size:.875rem;color:#64748b;margin-bottom:2rem;}
.privacy-card{background:#fff;border:1px solid #e5e7eb;padding:1.5rem 1.75rem;margin-bottom:1rem;}
.privacy-card h2{font-size:1.125rem;line-height:1.3;font-weight:700;color:#111827;margin-bottom:.75rem;}
.privacy-card p{font-size:.95rem;line-height:1.7;color:#475569;margin-bottom:.75rem;}
.privacy-card p:last-child{margin-bottom:0;}
.privacy-card ul{margin:0;padding-left:1rem;}
.privacy-card li{font-size:.95rem;line-height:1.7;color:#475569;}
.privacy-card a{color:var(--primary);text-decoration:none;}
.privacy-card a:hover{text-decoration:underline;}
.footer-link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s;}
.footer-link:hover{color:#fff;}
.scroll-top{position:fixed;bottom:2rem;right:2rem;width:52px;height:52px;background:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s;z-index:999;border-bottom:4px solid var(--primary-dark);}
.scroll-top.visible{opacity:1;visibility:visible;}
.scroll-top:hover{transform:translateY(-3px);}
@media(max-width:768px){.privacy-page{padding:5.5rem 0 3rem;}.privacy-card{padding:1.25rem;}}
