@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&display=swap";:root{--lavender: #B8A9C9;--lavender-light: #D4CAE0;--lavender-dark: #9B8BB5;--lavender-deep: #7B6A99;--cream: #FAF8F5;--cream-dark: #F2EDE6;--text-primary: #3D3A42;--text-secondary: #6B6574;--text-muted: #9A94A3;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--cream);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Georgia,serif;font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto}::selection{background-color:var(--lavender-light);color:var(--text-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--lavender-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--lavender)}@media(max-width:768px){html{font-size:15px}}.app{min-height:100vh;position:relative}.blooming-progress{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:40px;box-shadow:0 4px 24px #7b6a9926;border:1px solid rgba(184,169,201,.2);transition:all .3s ease}.blooming-progress:hover{background:#ffffffd9;box-shadow:0 8px 32px #7b6a9933}.blooming-progress svg{filter:drop-shadow(0 2px 8px rgba(155,139,181,.3))}.blooming-progress-text{font-size:11px;color:var(--lavender-deep);font-weight:500}@media(max-width:768px){.blooming-progress{right:12px;padding:12px}.blooming-progress svg{width:36px;height:36px}.blooming-progress-text{font-size:10px}}html.has-flower-cursor,html.has-flower-cursor *{cursor:none!important}.petal-cursor-trail{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.flower-cursor{position:fixed;pointer-events:none;transform:translate(-50%,-50%);z-index:10000;transition:opacity .15s ease;filter:drop-shadow(0 2px 4px rgba(155,139,181,.3))}.flower-cursor svg{display:block;animation:flower-cursor-spin 8s linear infinite}@keyframes flower-cursor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cursor-petal{position:fixed;pointer-events:none;will-change:transform,opacity}.cursor-petal svg{filter:drop-shadow(0 1px 2px rgba(155,139,181,.2))}@media(max-width:768px){.petal-cursor-trail{display:none}html.has-flower-cursor,html.has-flower-cursor *{cursor:auto!important}}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 20px}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;transition:all .3s ease}.nav.scrolled{background:#faf8f5e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 20px #0000000a}.nav-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo svg{width:40px;height:40px}.nav-logo span{font-family:Fraunces,serif;font-size:1.5rem;font-weight:500;color:var(--text-primary)}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--lavender-deep)}@media(max-width:600px){.nav-links{gap:20px}.nav-link{font-size:.85rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:120px 24px 80px;overflow:hidden}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-gradient{position:absolute;width:800px;height:800px;border-radius:50%;filter:blur(120px);opacity:.4}.hero-gradient-1{top:-200px;right:-200px;background:var(--lavender-light)}.hero-gradient-2{bottom:-300px;left:-200px;background:var(--lavender);opacity:.25}.hero-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero-shape{position:absolute;opacity:0;will-change:transform,opacity}.hero-shape-0{width:60px;height:60px;background:var(--lavender-light);border-radius:50%}.hero-shape-1{width:40px;height:40px;background:var(--lavender);border-radius:12px;opacity:.5}.hero-shape-2{width:24px;height:24px;background:var(--lavender-dark);border-radius:50%;opacity:.4}@media(max-width:768px){.hero-shapes{display:none}}.hero-illustration-bg{position:absolute;inset:0;z-index:1;overflow:hidden}.hero-illustration-bg img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.5}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;padding:48px;background:#faf8f5bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:32px;box-shadow:0 8px 32px #7b6a991a}.hero-flower{width:140px;height:140px;margin-bottom:40px}.hero-flower svg{width:100%;height:100%;overflow:visible}.hero-flower .petal{transform-origin:center;transform-box:fill-box}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--white);border-radius:100px;font-size:.875rem;color:var(--text-secondary);margin-bottom:24px;box-shadow:0 2px 12px #0000000a}.hero-badge-dot{width:8px;height:8px;background:var(--lavender);border-radius:50%}.hero-title{font-size:clamp(2.5rem,6vw,4rem);color:var(--text-primary);margin-bottom:24px;letter-spacing:-.02em}.hero-title-accent{color:var(--lavender-deep)}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:560px;margin-bottom:48px;line-height:1.7}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--text-primary);color:var(--cream);border-radius:100px;font-weight:500;font-size:1rem;transition:all .3s ease}.btn-primary:hover{background:var(--lavender-deep);transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px #7b6a994d}.btn-primary:active{transform:translateY(-1px) scale(.98);box-shadow:0 8px 20px #7b6a9933}.btn-primary svg{width:20px;height:20px;flex-shrink:0}.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;color:var(--text-primary);border:1.5px solid var(--lavender);border-radius:100px;font-weight:500;font-size:1rem;transition:all .3s ease}.btn-secondary:hover{background:var(--lavender-light);border-color:var(--lavender-light);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #b8a9c940}.btn-secondary:active{transform:translateY(-1px) scale(.98)}.btn-secondary svg{width:20px;height:20px;flex-shrink:0}.btn-coming-soon{cursor:default;opacity:.7;position:relative;gap:8px}.btn-coming-soon:hover{transform:none;box-shadow:none;background:transparent;border-color:var(--lavender)}.coming-soon-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--lavender);color:var(--text-primary);padding:4px 8px;border-radius:100px;margin-left:4px}.btn-coming-soon-dark{border-color:#ffffff4d;color:var(--cream)}.btn-coming-soon-dark:hover{border-color:#ffffff4d;background:transparent}.btn-coming-soon-dark .coming-soon-badge{background:#fff3;color:var(--cream)}.hero-scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-size:.875rem}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--lavender),transparent)}.features{padding:120px 24px;background:var(--white)}.features-header{text-align:center;max-width:600px;margin:0 auto 80px}.section-label{display:inline-block;font-size:.875rem;font-weight:500;color:var(--lavender-deep);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.section-title{font-size:clamp(2rem,4vw,2.75rem);color:var(--text-primary);margin-bottom:20px}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto}.feature-card{padding:40px 32px;background:var(--cream);border-radius:24px;transition:all .4s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0000000f}.feature-icon{width:64px;height:64px;background:var(--white);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 16px #0000000a}.feature-icon svg{width:32px;height:32px;color:var(--lavender-deep)}.feature-title{font-size:1.375rem;color:var(--text-primary);margin-bottom:12px}.feature-desc{color:var(--text-secondary);line-height:1.7}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}.privacy{padding:120px 24px;background:linear-gradient(180deg,var(--cream) 0%,var(--lavender-light) 100%);position:relative;overflow:hidden}.privacy-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1100px;margin:0 auto}.privacy-visual{position:relative;display:flex;align-items:center;justify-content:center}.privacy-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:280px;height:280px}.privacy-glow{position:absolute;width:380px;height:380px;border-radius:40%;background:radial-gradient(ellipse 60% 60% at 40% 40%,rgba(184,169,201,.4) 0%,transparent 70%),radial-gradient(ellipse 50% 50% at 60% 60%,rgba(155,139,181,.3) 0%,transparent 60%);opacity:.8;animation:privacy-glow-breathe 6s ease-in-out infinite}.privacy-ring{position:absolute;width:360px;height:360px;border:2px dashed rgba(184,169,201,.3);border-radius:50%;animation:privacy-ring-rotate 25s linear infinite}.privacy-ring:before,.privacy-ring:after{content:"";position:absolute;width:12px;height:12px;background:var(--lavender);border-radius:50%;box-shadow:0 0 12px #9b8bb599}.privacy-ring:before{top:-6px;left:50%;transform:translate(-50%)}.privacy-ring:after{bottom:-6px;left:50%;transform:translate(-50%)}@keyframes privacy-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes privacy-glow-breathe{0%,to{transform:scale(1) rotate(0);opacity:.7}50%{transform:scale(1.05) rotate(3deg);opacity:.9}}.privacy-armour{width:280px;height:280px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;object-fit:cover;object-position:center;position:relative;z-index:2;background:var(--cream);box-shadow:0 0 0 6px #fffffff2,0 0 0 10px #b8a9c940,0 24px 48px #7b6a9940,0 8px 16px #7b6a9926;animation:privacy-float 6s ease-in-out infinite;transition:border-radius 8s ease-in-out}.privacy-armour:hover{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}@keyframes privacy-float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-8px) rotate(1deg)}66%{transform:translateY(-4px) rotate(-1deg)}}.privacy-text h2{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:24px;color:var(--text-primary)}.privacy-text p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:40px;line-height:1.8}.privacy-list{list-style:none;display:flex;flex-direction:column;gap:20px}.privacy-list li{display:flex;align-items:flex-start;gap:16px}.privacy-check{width:28px;height:28px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000000f}.privacy-check svg{width:16px;height:16px;color:var(--lavender-deep)}.privacy-list-text{padding-top:2px}.privacy-list-text strong{display:block;color:var(--text-primary);margin-bottom:4px}.privacy-list-text span{color:var(--text-secondary);font-size:.95rem}@media(max-width:900px){.privacy-content{grid-template-columns:1fr;gap:48px}.privacy-visual{order:-1}.privacy-armour{width:240px;height:240px}.privacy-glow{width:320px;height:320px}.privacy-ring{width:300px;height:300px}}@media(max-width:600px){.privacy-armour{width:200px;height:200px}.privacy-glow{width:280px;height:280px}.privacy-ring{width:260px;height:260px}.privacy-ring:before,.privacy-ring:after{width:10px;height:10px}.privacy-ring:before{top:-5px}.privacy-ring:after{bottom:-5px}}.ai-section{padding:120px 24px;background:var(--white)}.ai-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1100px;margin:0 auto}.ai-text h2{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:20px;color:var(--text-primary)}.ai-text>p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:40px;line-height:1.8}.ai-features{display:flex;flex-direction:column;gap:24px}.ai-feature{display:flex;align-items:flex-start;gap:16px}.ai-feature-icon{width:44px;height:44px;background:var(--lavender-light);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-feature-icon svg{width:22px;height:22px;color:var(--lavender-deep)}.ai-feature-text{padding-top:2px}.ai-feature-text strong{display:block;color:var(--text-primary);margin-bottom:4px;font-weight:500}.ai-feature-text span{color:var(--text-secondary);font-size:.95rem}.ai-visual{display:flex;justify-content:center}.ai-card{background:var(--cream);border-radius:24px;padding:28px;max-width:380px;box-shadow:0 16px 48px #00000014}.ai-card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:var(--lavender-deep);font-weight:500}.ai-card-header svg{width:24px;height:24px}.ai-card-content{margin-bottom:20px}.ai-card-insight{font-size:1.05rem;color:var(--text-primary);line-height:1.7;margin-bottom:16px;font-style:italic}.ai-card-tags{display:flex;gap:8px;flex-wrap:wrap}.ai-tag{padding:6px 12px;background:var(--lavender-light);color:var(--lavender-deep);border-radius:100px;font-size:.8rem;font-weight:500}.ai-card-footer{padding-top:16px;border-top:1px solid var(--lavender-light)}.ai-badge-local{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted)}.ai-badge-local svg{width:14px;height:14px}@media(max-width:900px){.ai-content{grid-template-columns:1fr;gap:48px}.ai-visual{order:-1}.ai-card{max-width:100%}}.reflection{padding:120px 24px;background:var(--white)}.reflection-content{max-width:900px;margin:0 auto;text-align:center}.reflection-quote{font-family:Fraunces,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-style:italic;color:var(--text-primary);line-height:1.5;margin-bottom:32px;position:relative}.reflection-quote:before{content:'"';font-size:6rem;color:var(--lavender-light);position:absolute;top:-40px;left:50%;transform:translate(-50%);font-family:Georgia,serif;line-height:1}.reflection-author{color:var(--text-muted);font-size:1rem}.cta{padding:120px 24px;background:var(--text-primary);text-align:center;position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0;overflow:hidden}.cta-gradient{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(100px);opacity:.15}.cta-gradient-1{top:-200px;left:-100px;background:var(--lavender)}.cta-gradient-2{bottom:-200px;right:-100px;background:var(--lavender-deep)}.cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.cta h2{font-size:clamp(2rem,4vw,2.75rem);color:var(--cream);margin-bottom:20px}.cta p{font-size:1.125rem;color:var(--lavender-light);margin-bottom:40px;line-height:1.7}.cta .btn-primary{background:var(--cream);color:var(--text-primary)}.cta .btn-primary:hover{background:var(--white);box-shadow:0 12px 32px #0003}.footer{padding:60px 24px;background:var(--text-primary);border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-logo{display:flex;align-items:center;gap:12px;color:var(--cream)}.footer-logo svg{width:32px;height:32px}.footer-logo span{font-family:Fraunces,serif;font-size:1.25rem}.footer-links{display:flex;gap:32px}.footer-links a{color:var(--lavender-light);font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:var(--cream)}.footer-copy{color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}.fade-in{opacity:0;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0);transition:opacity .8s ease,transform .8s ease}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}@media(max-width:768px){.hero{padding:100px 20px 60px}.hero-flower{width:100px;height:100px;margin-bottom:32px}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}.hero-scroll{display:none}.features,.privacy,.reflection,.cta{padding:80px 20px}.features-header{margin-bottom:48px}.nav-logo span{display:none}}.legal-page{min-height:100vh;background:var(--cream);display:flex;flex-direction:column}.legal-nav{position:sticky;top:0;background:#faf8f5f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(184,169,201,.15);z-index:100}.legal-nav-content{max-width:900px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.legal-nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s ease}.legal-nav-logo:hover{opacity:.8}.legal-nav-logo svg{width:36px;height:36px}.legal-nav-logo span{font-family:Fraunces,Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--text-primary)}.legal-nav-back{padding:10px 20px;background:var(--white);color:var(--text-primary);border-radius:100px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.legal-nav-back:hover{background:var(--lavender-light);transform:translateY(-2px);box-shadow:0 4px 12px #b8a9c933}.legal-content{flex:1;max-width:900px;margin:0 auto;padding:60px 24px 100px;width:100%}.legal-header{margin-bottom:60px;text-align:center}.legal-header h1{font-family:Fraunces,Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;color:var(--text-primary);margin-bottom:16px;letter-spacing:-.02em}.legal-updated{font-size:.95rem;color:var(--text-muted)}.legal-section{margin-bottom:48px}.legal-section h2{font-family:Fraunces,Georgia,serif;font-size:1.75rem;font-weight:400;color:var(--text-primary);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--lavender-light)}.legal-section h3{font-family:DM Sans,sans-serif;font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-top:28px;margin-bottom:12px}.legal-section h4{font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:600;color:var(--text-primary);margin-bottom:8px}.legal-section p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:16px}.legal-section ul{list-style:none;padding:0;margin:0 0 20px}.legal-section li{position:relative;padding-left:28px;margin-bottom:12px;font-size:1.05rem;line-height:1.7;color:var(--text-secondary)}.legal-section li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:var(--lavender);border-radius:50%}.legal-section li strong{color:var(--text-primary)}.legal-section a{color:var(--lavender-deep);text-decoration:none;border-bottom:1px solid var(--lavender-light);transition:all .2s ease}.legal-section a:hover{color:var(--lavender-dark);border-bottom-color:var(--lavender-dark)}.legal-highlight{background:var(--white);border-left:4px solid var(--lavender);padding:24px 28px;margin:24px 0;border-radius:0 12px 12px 0;box-shadow:0 4px 16px #0000000a}.legal-highlight strong{color:var(--lavender-deep);display:block;margin-bottom:8px;font-size:1rem}.legal-warning{background:#fff8e6;border-left:4px solid #F5A623;padding:24px 28px;margin:24px 0;border-radius:0 12px 12px 0;font-size:1.05rem;line-height:1.7;color:var(--text-secondary)}.legal-warning strong{color:#b8860b;display:block;margin-bottom:8px}.legal-summary{background:var(--white);padding:40px;border-radius:24px;margin-top:60px;box-shadow:0 8px 32px #0000000f}.legal-summary h2{text-align:center;border-bottom:none;padding-bottom:0;margin-bottom:32px}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.summary-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--cream);border-radius:12px}.summary-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-icon.yes{background:#e8f5e9}.summary-icon.yes svg{width:18px;height:18px;color:#4caf50}.summary-icon.no{background:#ffebee}.summary-icon.no svg{width:18px;height:18px;color:#f44336}.summary-item span{font-size:.95rem;color:var(--text-primary);font-weight:500}.terms-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.terms-summary-item{padding:24px;background:var(--cream);border-radius:16px}.terms-summary-item h4{color:var(--lavender-deep);margin-bottom:8px}.terms-summary-item p{font-size:.95rem;margin-bottom:0;line-height:1.6}.legal-footer{background:var(--text-primary);padding:40px 24px;margin-top:auto}.legal-footer-content{max-width:900px;margin:0 auto;text-align:center}.legal-footer-links{display:flex;justify-content:center;gap:32px;margin-bottom:20px}.legal-footer-links a{color:var(--lavender-light);text-decoration:none;font-size:.95rem;transition:color .3s ease}.legal-footer-links a:hover{color:var(--cream)}.legal-footer p{color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.legal-content{padding:40px 20px 80px}.legal-header{margin-bottom:40px}.legal-section{margin-bottom:36px}.legal-section h2{font-size:1.5rem}.legal-section p,.legal-section li{font-size:1rem}.legal-highlight,.legal-warning{padding:20px}.legal-summary{padding:28px 20px}.summary-grid{grid-template-columns:1fr;gap:12px}.terms-summary{grid-template-columns:1fr;gap:16px}.legal-footer-links{flex-direction:column;gap:16px}}@media(max-width:480px){.legal-nav-logo span{display:none}.legal-header h1{font-size:2rem}}
