/* Extracted from public/privacy.html inline <style> for CSP compliance */

/* Accessibility - Skip Navigation */
.skip-nav { position: absolute; top: -40px; left: 6px; background: var(--turquoise-primary); color: var(--bg-primary); padding: 8px 16px; text-decoration: none; border-radius: 4px; font-weight: 600; z-index: 10000; transition: top 0.3s ease; }
.skip-nav:focus { top: 6px; outline: 2px solid var(--text-primary); outline-offset: 2px; }

/* Focus indicators */
*:focus { outline: 2px solid var(--turquoise-primary); outline-offset: 2px; }
@media (prefers-contrast: high) { *:focus { outline: 3px solid var(--text-primary); outline-offset: 3px; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Breadcrumb */
.breadcrumb { margin: 1rem 0 2rem 0; padding: 0; }
.breadcrumb ol { list-style: none; display: flex; align-items: center; gap: 0.5rem; margin: 0; padding: 0; font-size: 0.9rem; }
.breadcrumb li { display: flex; align-items: center; }
.breadcrumb li:not(:last-child)::after { content: "›"; margin-left: 0.5rem; color: var(--turquoise-primary); font-weight: bold; }
.breadcrumb a { color: var(--turquoise-primary); text-decoration: none; transition: color 0.2s ease; }
.breadcrumb a:hover { color: var(--turquoise-light); text-decoration: underline; }
.breadcrumb li[aria-current="page"] { color: var(--text-secondary); font-weight: 500; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: var(--font-primary); background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important; color: #fff; line-height: 1.6; min-height: 100vh; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@supports (-webkit-appearance: none) { html, body { background: -webkit-linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important; } }

/* Animated Background */
.bg-animation { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.1; }
.bg-animation::before { content: ''; position: absolute; top: 0; left: 0; width: 200%; height: 200%; background: radial-gradient(circle at 20% 50%, rgba(37, 208, 179, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(160, 82, 45, 0.15) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(60, 220, 190, 0.15) 0%, transparent 50%); background: -webkit-radial-gradient(circle at 20% 50%, rgba(37, 208, 179, 0.15) 0%, transparent 50%), -webkit-radial-gradient(circle at 80% 20%, rgba(160, 82, 45, 0.15) 0%, transparent 50%), -webkit-radial-gradient(circle at 40% 80%, rgba(60, 220, 190, 0.15) 0%, transparent 50%); -webkit-animation: float 20s ease-in-out infinite; animation: float 20s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translate(-50%, -50%) rotate(0deg);} 50% { transform: translate(-50%, -50%) rotate(180deg);} }
@-webkit-keyframes float { 0%, 100% { -webkit-transform: translate(-50%, -50%) rotate(0deg);} 50% { -webkit-transform: translate(-50%, -50%) rotate(180deg);} }

/* Floating Orbs */
.floating-orbs { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; overflow: visible; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: 0.4; }
/* Left side */
.orb-left-1 { width: 8px; height: 8px; background: var(--turquoise-primary); left: 5%; top: 20%; -webkit-animation: floatOrbLeft1 18s infinite ease-in-out; animation: floatOrbLeft1 18s infinite ease-in-out; }
.orb-left-2 { width: 6px; height: 6px; background: var(--turquoise-light); left: 8%; top: 50%; -webkit-animation: floatOrbLeft2 22s infinite ease-in-out; animation: floatOrbLeft2 22s infinite ease-in-out; }
.orb-left-3 { width: 10px; height: 10px; background: var(--turquoise-dark); left: 3%; top: 80%; -webkit-animation: floatOrbLeft3 16s infinite ease-in-out; animation: floatOrbLeft3 16s infinite ease-in-out; }
.orb-left-4 { width: 5px; height: 5px; background: var(--turquoise-medium); left: 12%; top: 90%; -webkit-animation: floatOrbLeft4 25s infinite ease-in-out; animation: floatOrbLeft4 25s infinite ease-in-out; }
/* Right side */
.orb-right-1 { width: 7px; height: 7px; background: var(--turquoise-light); right: 5%; top: 30%; -webkit-animation: floatOrbRight1 20s infinite ease-in-out; animation: floatOrbRight1 20s infinite ease-in-out; }
.orb-right-2 { width: 9px; height: 9px; background: var(--turquoise-primary); right: 8%; top: 60%; -webkit-animation: floatOrbRight2 17s infinite ease-in-out; animation: floatOrbRight2 17s infinite ease-in-out; }
.orb-right-3 { width: 6px; height: 6px; background: var(--turquoise-medium); right: 12%; top: 85%; -webkit-animation: floatOrbRight3 23s infinite ease-in-out; animation: floatOrbRight3 23s infinite ease-in-out; }
.orb-right-4 { width: 8px; height: 8px; background: var(--turquoise-dark); right: 3%; top: 95%; -webkit-animation: floatOrbRight4 19s infinite ease-in-out; animation: floatOrbRight4 19s infinite ease-in-out; }
/* Top */
.orb-top-1 { width: 5px; height: 5px; background: var(--turquoise-primary); left: 20%; top: 3%; -webkit-animation: floatOrbTop1 21s infinite ease-in-out; animation: floatOrbTop1 21s infinite ease-in-out; }
.orb-top-2 { width: 7px; height: 7px; background: var(--turquoise-light); right: 25%; top: 5%; -webkit-animation: floatOrbTop2 24s infinite ease-in-out; animation: floatOrbTop2 24s infinite ease-in-out; }
/* Bottom */
.orb-bottom-1 { width: 6px; height: 6px; background: var(--turquoise-medium); left: 30%; bottom: 3%; -webkit-animation: floatOrbBottom1 26s infinite ease-in-out; animation: floatOrbBottom1 26s infinite ease-in-out; }
.orb-bottom-2 { width: 8px; height: 8px; background: var(--turquoise-dark); right: 20%; bottom: 5%; -webkit-animation: floatOrbBottom2 18s infinite ease-in-out; animation: floatOrbBottom2 18s infinite ease-in-out; }

/* Orb animations */
@keyframes floatOrbLeft1 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 25% { transform: translate(20px, -30px) scale(1.1); opacity: 0.6; } 50% { transform: translate(-15px, 40px) scale(0.9); opacity: 0.3; } 75% { transform: translate(25px, -15px) scale(1.2); opacity: 0.5; } }
@keyframes floatOrbLeft2 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 30% { transform: translate(-20px, -40px) scale(0.8); opacity: 0.2; } 60% { transform: translate(25px, -20px) scale(1.3); opacity: 0.7; } 80% { transform: translate(-10px, 30px) scale(0.9); opacity: 0.4; } }
@keyframes floatOrbLeft3 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 20% { transform: translate(30px, -35px) scale(1.1); opacity: 0.6; } 40% { transform: translate(-20px, -50px) scale(0.8); opacity: 0.2; } 70% { transform: translate(20px, 25px) scale(1.2); opacity: 0.5; } }
@keyframes floatOrbLeft4 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 15% { transform: translate(-30px, 35px) scale(0.9); opacity: 0.3; } 45% { transform: translate(15px, -45px) scale(1.4); opacity: 0.8; } 75% { transform: translate(-20px, -15px) scale(0.7); opacity: 0.2; } }
@keyframes floatOrbRight1 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 25% { transform: translate(-25px, -30px) scale(1.2); opacity: 0.7; } 50% { transform: translate(20px, 35px) scale(0.8); opacity: 0.2; } 75% { transform: translate(-30px, -10px) scale(1.1); opacity: 0.5; } }
@keyframes floatOrbRight2 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 30% { transform: translate(25px, -45px) scale(0.9); opacity: 0.3; } 60% { transform: translate(-15px, -20px) scale(1.3); opacity: 0.8; } 80% { transform: translate(30px, 30px) scale(0.7); opacity: 0.2; } }
@keyframes floatOrbRight3 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 20% { transform: translate(-35px, 40px) scale(1.1); opacity: 0.6; } 40% { transform: translate(25px, -30px) scale(0.8); opacity: 0.2; } 70% { transform: translate(-25px, -25px) scale(1.2); opacity: 0.5; } }
@keyframes floatOrbRight4 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 15% { transform: translate(30px, -40px) scale(0.9); opacity: 0.3; } 45% { transform: translate(-20px, 45px) scale(1.4); opacity: 0.8; } 75% { transform: translate(25px, -20px) scale(0.7); opacity: 0.2; } }
@keyframes floatOrbTop1 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 25% { transform: translate(40px, 20px) scale(1.1); opacity: 0.6; } 50% { transform: translate(-30px, 35px) scale(0.8); opacity: 0.2; } 75% { transform: translate(25px, -15px) scale(1.2); opacity: 0.5; } }
@keyframes floatOrbTop2 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 30% { transform: translate(-35px, 25px) scale(0.9); opacity: 0.3; } 60% { transform: translate(30px, -20px) scale(1.3); opacity: 0.8; } 80% { transform: translate(-25px, 40px) scale(0.7); opacity: 0.2; } }
@keyframes floatOrbBottom1 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 20% { transform: translate(-40px, -30px) scale(1.1); opacity: 0.6; } 40% { transform: translate(35px, -40px) scale(0.8); opacity: 0.2; } 70% { transform: translate(-25px, 25px) scale(1.2); opacity: 0.5; } }
@keyframes floatOrbBottom2 { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; } 25% { transform: translate(30px, -35px) scale(0.9); opacity: 0.3; } 50% { transform: translate(-35px, -25px) scale(1.4); opacity: 0.8; } 75% { transform: translate(25px, 30px) scale(0.7); opacity: 0.2; } }

.container { max-width: 800px; margin: 0 auto; padding: 40px 20px; background: none !important; }
.header { text-align: center; margin-bottom: 40px; }
.logo { width: 80px; height: 80px; margin: 0 auto 20px; background: url('CutsFromTheValleyLOGO.webp') center/contain no-repeat; }
h1 { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; font-weight: 700; color: var(--turquoise-primary); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.08em; }
.subtitle { font-size: 1.1rem; color: #cccccc; margin-bottom: 20px; }
.last-updated { background: rgba(37, 208, 179, 0.1); border: 1px solid var(--turquoise-primary); border-radius: 8px; padding: 15px; text-align: center; margin-bottom: 40px; }
.content, .main-card, .privacy-card { background: rgba(20, 20, 20, 0.97) !important; border-radius: 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 0 1px rgba(37,208,179,0.2); padding: 40px; margin-bottom: 30px; }
h2 { font-family: 'Space Grotesk', sans-serif; font-size: 1.8rem; color: var(--turquoise-light); margin: 30px 0 15px 0; font-weight: 600; }
h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; color: var(--turquoise-medium); margin: 25px 0 10px 0; font-weight: 500; }
p { margin-bottom: 15px; color: #e0e0e0; }
ul, ol { margin: 15px 0 15px 30px; color: #e0e0e0; }
li { margin-bottom: 8px; }
.highlight-box { background: rgba(37, 208, 179, 0.1); border-left: 4px solid var(--turquoise-primary); padding: 20px; margin: 20px 0; border-radius: 0 8px 8px 0; }
.contact-info { background: rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 25px; margin: 30px 0; text-align: center; }
.nav-link { display: inline-block; color: var(--turquoise-primary); text-decoration: none; padding: 12px 24px; background: rgba(37, 208, 179, 0.1); border: 1px solid var(--turquoise-primary); border-radius: 25px; margin: 10px; transition: all 0.3s ease; }
.nav-link:hover { background: var(--turquoise-primary); color: #000000; transform: translateY(-2px); }
input[type="text"], input[type="email"], select, textarea { padding: 1rem; border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 10px; background: rgba(34, 34, 34, 0.95) !important; color: #fff !important; font-size: 1rem; font-family: inherit; transition: all 0.3s ease; backdrop-filter: blur(10px); }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #222 inset !important; -webkit-text-fill-color: #fff !important; color: #fff !important; background-color: #222 !important; caret-color: #fff !important; }
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #222 inset !important; -webkit-text-fill-color: #fff !important; color: #fff !important; background-color: #222 !important; caret-color: #fff !important; }
input:-internal-autofill-selected { background-color: #222 !important; color: #fff !important; }
input, textarea, select { background-color: #222 !important; color: #fff !important; }
@media (max-width: 768px) { .container { padding: 20px 15px; } h1 { font-size: 2rem; } .content { padding: 25px; } .orb-left-1, .orb-left-2, .orb-left-3, .orb-left-4 { left: 2%; } .orb-right-1, .orb-right-2, .orb-right-3, .orb-right-4 { right: 2%; } .orb-top-1, .orb-top-2 { top: 2%; } .orb-bottom-1, .orb-bottom-2 { bottom: 2%; } }

/* Footer nav styles */
.nav-links { text-align: center; margin-top: 2rem; padding-top: 2rem; }
.nav-link { display: inline-block; color: var(--turquoise-primary); text-decoration: none; padding: 0.8rem 1.5rem; background: rgba(37, 208, 179, 0.1); border: 1px solid var(--turquoise-primary); border-radius: 25px; margin: 0.5rem; transition: all 0.3s ease; font-weight: 600; font-size: 0.9rem; }
.nav-link:hover { background: var(--turquoise-primary); color: #000000; transform: translateY(-2px); }
.copyright-line { text-align: center; color: var(--text-muted); font-size: 0.95rem; margin-bottom: 2rem; }
.footer-dark-separator { border: none; border-top: 1px solid rgba(255,255,255,0.08); height: 0; max-width: 800px; margin: 2.5rem auto 0 auto; width: 100%; }
.footer-separator { border: none; height: 3px; max-width: 800px; margin: 2.5rem auto 2rem auto; width: 100%; background: linear-gradient(90deg, #25e4e0 0%, #25D0B3 100%); box-shadow: 0 0 16px 2px #25e4e0, 0 2px 8px 0 rgba(37, 208, 179, 0.12); opacity: 0.85; }


