html{scroll-behavior:smooth}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.hero-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#2563eb,#9333ea 50%,#4f46e5);color:white;padding:120px 0 80px}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2)}.hero-content{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.hero-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#bfdbfe);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:500}.hero-subtitle{color:#bfdbfe;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;font-weight:300}.hero-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:400;display:inline-flex}.value-icon{width:1rem;height:1rem}.navigation-section{padding:4rem 0;background:white}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-header{text-align:center;margin-bottom:3rem}.nav-header h2{font-size:2.5rem;font-weight:700;color:#343335;margin-bottom:1rem}.nav-header p{font-size:1.25rem;color:#4b5563}.nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.nav-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:1rem;text-decoration:none;color:#343335;transition:all .3s ease}.nav-card:hover{background:#363537;color:white;transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.2)}.nav-icon-wrapper{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:white;border-radius:.75rem;transition:all .3s ease}.nav-card:hover .nav-icon-wrapper{background:rgba(255,255,255,.2)}.section-icon{width:1.5rem;height:1.5rem;color:#2563eb}.nav-card:hover .section-icon{color:white}.nav-title{font-weight:600;font-size:1rem}.content-section{padding:5rem 0}.intro-section{margin-bottom:4rem;padding:3rem;background:white;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid #e5e7eb}.section-title{font-size:2.25rem;font-weight:700;color:#343335;margin-bottom:2rem}.intro-content p{color:#4b5563;line-height:1.75;font-size:1.125rem;margin-bottom:1.5rem}.intro-content p:last-child{margin-bottom:0}.policy-section{margin-bottom:4rem;background:white;border-radius:1rem;padding:3rem;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid #e5e7eb}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.section-icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,#2563eb,#9333ea);border-radius:1rem}.section-icon-wrapper .section-icon{color:white;width:2rem;height:2rem}.section-content{display:flex;flex-direction:column;gap:2rem}.content-item{padding-left:1rem;border-left:3px solid #e5e7eb;transition:border-color .3s ease}.content-item:hover{border-left-color:#9333ea}.content-subtitle{font-size:1.25rem;font-weight:600;color:#343335;margin-bottom:.75rem}.content-text{color:#4b5563;line-height:1.7;font-size:1rem;margin:0}.contact-section{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#f9fafb,#e0f2fe);border-radius:1rem;border:1px solid #e5e7eb}.contact-content p{color:#4b5563;line-height:1.75;font-size:1.125rem;margin-bottom:2rem}.contact-methods{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.contact-item-list-list{padding:1rem;background:white;border-radius:.75rem;border:1px solid #e5e7eb;color:#374151;font-size:1rem}.contact-item-list-list strong{color:#111827}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#2563eb,#9333ea 50%,#4f46e5);color:white;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-subtitle{color:#bfdbfe;margin-bottom:2rem;font-size:1.1rem}.btn-cta{color:#8935e9;cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,255,255,.2)}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:white;color:#2563eb;font-weight:700;border-radius:2rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary:hover{background:#f3f4f6;transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:white;font-weight:700;border-radius:2rem;text-decoration:none;border:2px solid white;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-secondary:hover{background:white;color:#2563eb}.arrow-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.btn-primary:hover .arrow-icon{transform:translateX(4px)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.nav-grid{grid-template-columns:1fr}.nav-card,.section-header{flex-direction:column;text-align:center}.section-title{font-size:1.75rem}.contact-section,.intro-section,.policy-section{padding:2rem}.contact-methods{gap:.75rem}.cta-buttons{flex-direction:column}.cta-title{font-size:2rem}}@media (min-width:768px){.cta-buttons{flex-direction:row;justify-content:center}.contact-methods{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:480px){.hero-title{line-height:1.1}.contact-main{padding:0}.contact-form-container{border-radius:16px;padding:24px}.hero-subtitle br{display:none}.container{padding:0 16px}.contact-content{grid-template-columns:100%}.hero-title{font-size:2rem}.hero-subtitle{font-size:.825rem}.hero-badge{background:rgb(255 255 255/0);border:none;border-radius:0;padding:0 12px;font-size:.875rem;font-weight:300;display:inline-flex;flex-direction:column}.nav-header h2{font-size:2rem}.cta-subtitle,.nav-header p{font-size:.875rem}.section-title{font-size:1.2rem;margin-bottom:1rem}.contact-content p,.content-text{font-size:.875rem}.cta-title{font-size:2rem;line-height:1.2}}