.nav[data-v-1db01798]{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);z-index:1000}.nav-container[data-v-1db01798]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.nav-logo[data-v-1db01798]{font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu[data-v-1db01798]{display:flex;gap:2rem;align-items:center}.nav-link[data-v-1db01798]{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link[data-v-1db01798]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));transition:width .3s ease}.nav-link[data-v-1db01798]:hover:after{width:100%}.language-switcher[data-v-1db01798]{display:flex;gap:.5rem;margin-left:1rem}.lang-btn[data-v-1db01798]{padding:.5rem 1rem;background:transparent;border:2px solid var(--border-color);border-radius:.5rem;cursor:pointer;font-weight:600;color:var(--text-light);transition:all .3s ease}.lang-btn.active[data-v-1db01798]{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-color:transparent}.lang-btn[data-v-1db01798]:hover{border-color:var(--primary-color);color:var(--primary-color)}.lang-btn.active[data-v-1db01798]:hover{color:#fff}.nav-toggle[data-v-1db01798]{display:none;flex-direction:column;gap:.3rem;background:transparent;border:none;cursor:pointer;padding:.5rem}.nav-toggle span[data-v-1db01798]{width:25px;height:3px;background:var(--text-color);border-radius:2px;transition:all .3s ease}@media(max-width:768px){.nav-toggle[data-v-1db01798]{display:flex}.nav-menu[data-v-1db01798]{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;transition:all .3s ease;pointer-events:none}.nav-menu.active[data-v-1db01798]{transform:translateY(0);opacity:1;pointer-events:all}.language-switcher[data-v-1db01798]{margin-left:0}}.footer[data-v-be000666]{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-content[data-v-be000666]{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h3[data-v-be000666]{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p[data-v-be000666]{color:#ffffffb3;max-width:400px}.footer-links[data-v-be000666]{display:flex;flex-direction:column;gap:.75rem}.footer-links a[data-v-be000666]{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a[data-v-be000666]:hover{color:#fff}.footer-bottom[data-v-be000666]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:#fff9}.footer-legal[data-v-be000666]{display:flex;gap:1rem;align-items:center}.footer-legal a[data-v-be000666]{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a[data-v-be000666]:hover{color:#fff}@media(max-width:768px){.footer-content[data-v-be000666]{grid-template-columns:1fr;gap:2rem}.footer-bottom[data-v-be000666]{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #3b82f6;--secondary-color: #8b5cf6;--accent-color: #ec4899;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-secondary: #f9fafb;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-color);background:var(--bg-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-float{animation:float 3s ease-in-out infinite}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-slide-in-right{animation:slideInRight .6s ease-out forwards}.gradient-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gradient-bg{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.btn{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn:active{transform:translateY(0)}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.card{background:var(--bg-color);border-radius:1rem;padding:2rem;box-shadow:var(--shadow);transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.container{padding:0 1rem}}.hero[data-v-178463f0]{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero-background[data-v-178463f0]{position:absolute;inset:0;z-index:-1}.floating-shapes[data-v-178463f0]{width:100%;height:100%;position:relative}.shape[data-v-178463f0]{position:absolute;border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.shape-1[data-v-178463f0]{width:300px;height:300px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));top:10%;right:10%;animation-delay:0s}.shape-2[data-v-178463f0]{width:200px;height:200px;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));bottom:20%;left:5%;animation-delay:2s}.shape-3[data-v-178463f0]{width:150px;height:150px;background:linear-gradient(135deg,var(--accent-color),var(--primary-color));top:50%;left:50%;animation-delay:4s}.hero-content[data-v-178463f0]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text[data-v-178463f0]{opacity:0;animation:fadeInUp .8s ease-out .3s forwards}.hero-title[data-v-178463f0]{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--text-color)}.hero-subtitle[data-v-178463f0]{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.hero-description[data-v-178463f0]{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.hero-cta[data-v-178463f0]{display:inline-block;font-size:1.1rem}.hero-visual[data-v-178463f0]{display:flex;justify-content:center;align-items:center}.visual-placeholder[data-v-178463f0]{width:100%;max-width:400px;aspect-ratio:1}.visual-placeholder svg[data-v-178463f0]{width:100%;height:100%}@media(max-width:1024px){.hero-content[data-v-178463f0]{grid-template-columns:1fr;text-align:center}.hero-title[data-v-178463f0]{font-size:2.5rem}.hero-subtitle[data-v-178463f0]{font-size:1.5rem}.hero-visual[data-v-178463f0]{order:-1}}@media(max-width:768px){.hero[data-v-178463f0]{min-height:auto;padding:6rem 0 3rem}.hero-title[data-v-178463f0]{font-size:2rem}.hero-subtitle[data-v-178463f0]{font-size:1.25rem}.hero-description[data-v-178463f0]{font-size:1rem}}.about[data-v-0fa789c1]{background:var(--bg-secondary)}.about-content[data-v-0fa789c1]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-description[data-v-0fa789c1]{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem;white-space:pre-line}.expertise-title[data-v-0fa789c1]{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color)}.expertise-list[data-v-0fa789c1]{list-style:none;display:grid;gap:1rem}.expertise-item[data-v-0fa789c1]{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--text-color);opacity:0;animation:fadeInUp .6s ease-out forwards}.check-icon[data-v-0fa789c1]{width:24px;height:24px;color:var(--primary-color);flex-shrink:0}.about-visual[data-v-0fa789c1]{display:flex;justify-content:center}.developer-image-wrapper[data-v-0fa789c1]{position:relative;width:100%;max-width:500px;animation:fadeInUp .8s ease-out .2s backwards}.code-background[data-v-0fa789c1]{position:absolute;inset:-20px;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:50%;overflow:hidden;z-index:0;animation:pulse-glow-0fa789c1 3s ease-in-out infinite;box-shadow:0 0 60px #3b82f64d,0 0 100px #8b5cf633}.code-snippet[data-v-0fa789c1]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;color:#64748b;opacity:.4;white-space:pre;margin:0;text-align:left;animation:code-float-0fa789c1 20s linear infinite}.code-keyword[data-v-0fa789c1]{color:#c792ea}.code-class[data-v-0fa789c1]{color:#82aaff}.code-string[data-v-0fa789c1]{color:#c3e88d}.code-function[data-v-0fa789c1]{color:#82aaff}.developer-image[data-v-0fa789c1]{position:relative;z-index:1;width:100%;height:auto;aspect-ratio:1;border-radius:50%;box-shadow:0 20px 60px #0000004d,0 0 40px #3b82f633;object-fit:cover;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease}.developer-image[data-v-0fa789c1]:hover{transform:scale(1.02);box-shadow:0 25px 70px #0006,0 0 60px #3b82f666}@keyframes pulse-glow-0fa789c1{0%,to{box-shadow:0 0 60px #3b82f64d,0 0 100px #8b5cf633}50%{box-shadow:0 0 80px #3b82f680,0 0 120px #8b5cf64d}}@keyframes code-float-0fa789c1{0%{transform:translate(-50%,-50%) translateY(0)}to{transform:translate(-50%,-50%) translateY(-20px)}}@media(max-width:1024px){.about-content[data-v-0fa789c1]{grid-template-columns:1fr;gap:3rem}.developer-image-wrapper[data-v-0fa789c1]{max-width:100%}}@media(max-width:768px){.about .container[data-v-0fa789c1]{display:flex;flex-direction:column}.about-visual[data-v-0fa789c1]{order:-1;margin-bottom:2rem}.section-title[data-v-0fa789c1]{order:0}.about-content[data-v-0fa789c1]{order:1}.developer-image-wrapper[data-v-0fa789c1]{max-width:100%}}.projects[data-v-dbe9dca4]{background:var(--bg-color)}.projects-grid[data-v-dbe9dca4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card[data-v-dbe9dca4]{opacity:0;animation:fadeInUp .6s ease-out forwards;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.project-card[data-v-dbe9dca4]:hover{transform:translateY(-5px)}.project-card.highlight[data-v-dbe9dca4]{border:2px solid var(--primary-color);box-shadow:0 0 20px #3b82f64d}.project-image[data-v-dbe9dca4]{width:100%;aspect-ratio:4/3;overflow:hidden;position:relative}.project-screenshot[data-v-dbe9dca4]{width:100%;height:100%;object-fit:cover;display:block}.image-placeholder[data-v-dbe9dca4]{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-secondary),var(--border-color))}.image-placeholder svg[data-v-dbe9dca4]{width:100%;height:100%;display:block}.highlight-badge[data-v-dbe9dca4]{position:absolute;top:1rem;right:1rem;background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;box-shadow:0 4px 6px #0000001a}.project-content[data-v-dbe9dca4]{padding:1.5rem 0 0}.project-header[data-v-dbe9dca4]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.project-title[data-v-dbe9dca4]{font-size:1.5rem;font-weight:700;color:var(--text-color);flex:1}.project-period[data-v-dbe9dca4]{font-size:.875rem;color:var(--text-light);white-space:nowrap;font-weight:500}.project-description[data-v-dbe9dca4]{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.project-tech[data-v-dbe9dca4]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag[data-v-dbe9dca4]{display:inline-block;padding:.25rem .75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.25rem;font-size:.875rem;color:var(--text-color);font-weight:500}.project-links[data-v-dbe9dca4]{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.project-link[data-v-dbe9dca4]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.375rem;color:var(--text-color);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease}.project-link[data-v-dbe9dca4]:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.project-link .icon[data-v-dbe9dca4]{font-size:1rem}@media(max-width:768px){.projects-grid[data-v-dbe9dca4]{grid-template-columns:1fr}.project-header[data-v-dbe9dca4]{flex-direction:column;gap:.5rem}.project-period[data-v-dbe9dca4]{align-self:flex-start}}.services[data-v-8b899093]{background:var(--bg-secondary)}.services-grid[data-v-8b899093]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.service-card[data-v-8b899093]{position:relative;display:flex;flex-direction:column;opacity:0;animation:fadeInUp .6s ease-out forwards;padding:2.5rem 2rem;text-align:center}.service-card.featured[data-v-8b899093]{border:2px solid var(--primary-color);transform:scale(1.05)}.service-card.featured[data-v-8b899093]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.05;border-radius:1rem}.featured-badge[data-v-8b899093]{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.25rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600}.service-name[data-v-8b899093]{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.service-price[data-v-8b899093]{font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:2rem}.service-features[data-v-8b899093]{list-style:none;text-align:left;margin-bottom:2rem;flex:1}.feature-item[data-v-8b899093]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-color)}.check-icon[data-v-8b899093]{width:20px;height:20px;color:var(--primary-color);flex-shrink:0}.btn-service[data-v-8b899093]{width:100%;justify-content:center}.service-card.featured .btn-service[data-v-8b899093]{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));box-shadow:0 10px 20px #3b82f64d}@media(max-width:768px){.services-grid[data-v-8b899093]{grid-template-columns:1fr}.service-card.featured[data-v-8b899093]{transform:scale(1)}}.contact[data-v-25176fc7]{background:var(--bg-color)}.contact-subtitle[data-v-25176fc7]{text-align:center;font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}.form-toggle[data-v-25176fc7]{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.toggle-btn[data-v-25176fc7]{padding:.75rem 1.5rem;border:2px solid var(--border-color);background:var(--bg-color);color:var(--text-color);border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.toggle-btn[data-v-25176fc7]:hover{border-color:var(--primary-color);color:var(--primary-color)}.toggle-btn.active[data-v-25176fc7]{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-color:transparent}.contact-content[data-v-25176fc7]{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.contact-form[data-v-25176fc7]{animation:fadeInUp .6s ease-out}.form-group[data-v-25176fc7]{margin-bottom:1.5rem}.form-group label[data-v-25176fc7]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}.form-input[data-v-25176fc7]{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-input[data-v-25176fc7]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.form-textarea[data-v-25176fc7]{resize:vertical;min-height:120px}.form-select[data-v-25176fc7]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.info-text[data-v-25176fc7]{font-size:.875rem;color:var(--text-light);margin-bottom:1rem;font-style:italic;text-align:center}.estimate-info[data-v-25176fc7]{font-size:1rem;color:var(--text-light);margin-bottom:1.5rem;text-align:center;line-height:1.6}.estimate-result[data-v-25176fc7]{animation:fadeInUp .6s ease-out}.result-title[data-v-25176fc7]{font-size:1.75rem;margin-bottom:2rem;text-align:center}.project-title-section[data-v-25176fc7]{margin-bottom:2rem;display:flex;justify-content:center}.project-title-badge[data-v-25176fc7]{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:2px solid var(--primary-color);border-radius:2rem;font-size:1.125rem;font-weight:600;color:var(--primary-color);animation:fadeIn .5s ease-out}.title-icon[data-v-25176fc7]{width:24px;height:24px;flex-shrink:0}.cost-range[data-v-25176fc7]{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));padding:2rem;border-radius:1rem;margin-bottom:2rem;text-align:center;color:#fff}.cost-label[data-v-25176fc7]{font-size:1rem;opacity:.9;margin-bottom:.5rem}.cost-value[data-v-25176fc7]{font-size:2rem;font-weight:700}.reasoning-section[data-v-25176fc7]{background:var(--bg-color);padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;border:2px solid var(--border-color)}.reasoning-label[data-v-25176fc7]{font-weight:700;color:var(--text-color);margin-bottom:.75rem}.reasoning-text[data-v-25176fc7]{color:var(--text-light);line-height:1.6}.divider[data-v-25176fc7]{border:none;border-top:2px solid var(--border-color);margin:2rem 0}.contact-result-title[data-v-25176fc7]{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center;color:var(--text-color)}.contact-result-subtitle[data-v-25176fc7]{text-align:center;color:var(--text-light);margin-bottom:2rem}.contact-after-estimate[data-v-25176fc7]{animation:fadeIn .4s ease-out}.btn-secondary[data-v-25176fc7]{width:100%;padding:.75rem;background:var(--bg-color);border:2px solid var(--border-color);color:var(--text-color);font-weight:600}.btn-secondary[data-v-25176fc7]:hover{background:var(--border-color)}.btn-submit[data-v-25176fc7]{width:100%;padding:1rem;font-size:1.1rem}.btn-submit[data-v-25176fc7]:disabled{opacity:.6;cursor:not-allowed}.status-message[data-v-25176fc7]{margin-top:1rem;padding:1rem;border-radius:.5rem;text-align:center;font-weight:600}.status-message.success[data-v-25176fc7]{background:#d1fae5;color:#065f46}.status-message.error[data-v-25176fc7]{background:#fee2e2;color:#991b1b}.contact-info[data-v-25176fc7]{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp .6s ease-out .2s backwards}.info-card[data-v-25176fc7]{padding:1.5rem;text-align:center}.info-icon[data-v-25176fc7]{width:50px;height:50px;margin:0 auto 1rem;padding:.75rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.info-icon svg[data-v-25176fc7]{width:100%;height:100%}.info-card h3[data-v-25176fc7]{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.info-card p[data-v-25176fc7]{color:var(--text-light)}@media(max-width:1024px){.contact-content[data-v-25176fc7]{grid-template-columns:1fr}.contact-info[data-v-25176fc7]{flex-direction:row;flex-wrap:wrap}.info-card[data-v-25176fc7]{flex:1;min-width:250px}}@media(max-width:768px){.contact-info[data-v-25176fc7]{flex-direction:column}.form-toggle[data-v-25176fc7]{flex-direction:column;align-items:stretch}.toggle-btn[data-v-25176fc7]{width:100%}}.home[data-v-f3163ee5]{flex:1}.legal-page{min-height:calc(100vh - 200px);padding:6rem 0 4rem;background:var(--bg-secondary)}.legal-page .content{max-width:800px;margin:0 auto;background:var(--bg-color);padding:3rem;border-radius:1rem;box-shadow:var(--shadow)}.legal-page h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-color)}.legal-page h2{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:var(--text-color)}.legal-page h3{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-color)}.legal-page section{margin-bottom:2rem}.legal-page p{line-height:1.8;color:var(--text-light);margin-bottom:1rem}.legal-page ul{list-style-position:inside;color:var(--text-light);line-height:1.8}.legal-page li{margin-bottom:.5rem}.legal-page a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.legal-page a:hover{color:var(--secondary-color)}@media(max-width:768px){.legal-page{padding:4rem 0 2rem}.legal-page .content{padding:2rem 1.5rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.3rem}.legal-page h3{font-size:1.1rem}}
