.home-page{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.home-page section{margin:3rem 0}.home-page section:first-child{margin-top:0}.home-page section:last-child{margin-bottom:0}.hero-section{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.05),rgba(29,180,6,.05));border-radius:16px;margin-bottom:4rem}.hero-section h1{color:#0095ff;margin-bottom:1.5rem;font-size:clamp(28px,6vw,48px)}.hero-section .hero-subtitle{font-size:clamp(16px,3vw,20px);color:#555;max-width:800px;margin:0 auto 2rem;line-height:1.6}.hero-section .hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.hero-section .hero-features .feature-tag{background:#0095ff;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:14px;font-weight:500;white-space:nowrap}.what-we-do{padding:2rem 0}.what-we-do h2{color:#0095ff;text-align:center;margin-bottom:2rem}.what-we-do p{max-width:800px;margin:0 auto 1.5rem;text-align:center;color:#555}.what-we-do p:last-child{margin-bottom:0}.use-cases{padding:2rem 0}.use-cases h2{color:#0095ff;text-align:center;margin-bottom:3rem}.use-cases .use-cases-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}@media(min-width:1024px){.use-cases .use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.use-cases .use-cases-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.use-cases .use-case-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);transition:transform .3s ease,box-shadow .3s ease}.use-cases .use-case-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.use-cases .use-case-card h3{color:#0095ff;margin-bottom:1rem;font-size:20px}.use-cases .use-case-card p{color:#666;line-height:1.6;margin:0}.pdf-generator-guide{padding:2rem 0}.pdf-generator-guide h2{color:#0095ff;text-align:center;margin-bottom:1.5rem}.pdf-generator-guide>p{text-align:center;max-width:700px;margin:0 auto 2rem;color:#555}.pdf-generator-guide__steps{max-width:800px;margin:0 auto;padding-left:0}.pdf-generator-guide__steps li{background:#fff;padding:1.5rem;margin-bottom:1.5rem;border-radius:12px;box-shadow:0 2px 15px rgba(0,0,0,.06);border-left:4px solid #0095ff;list-style:none;position:relative}.pdf-generator-guide__steps li:last-child{margin-bottom:0}.pdf-generator-guide__steps li strong{color:#0095ff;font-weight:600}.pdf-generator-guide__steps li code{background:rgba(0,149,255,.1);padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;color:#0095ff}.tool-section{padding:3rem 0;text-align:center;background:linear-gradient(135deg,rgba(29,180,6,.05),rgba(0,149,255,.05));border-radius:16px;margin:3rem 0}.tool-section h2{color:#0095ff;margin-bottom:1rem}.tool-section p{max-width:600px;margin:0 auto 2rem;color:#555}.technical-features{padding:2rem 0}.technical-features h2{color:#0095ff;text-align:center;margin-bottom:3rem}.technical-features .features-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:1200px;margin:0 auto}@media(min-width:1024px){.technical-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.technical-features .features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.technical-features .feature-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(29,180,6,.1);transition:transform .3s ease,box-shadow .3s ease}.technical-features .feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.technical-features .feature-item h3{color:#1db406;margin-bottom:1rem;font-size:20px}.technical-features .feature-item p{color:#666;line-height:1.6;margin:0}.faq{padding:2rem 0}.faq h2{color:#0095ff;margin-bottom:1rem}.faq h2,.faq>p{text-align:center}.faq>p{max-width:700px;margin:0 auto 3rem;color:#555}.faq__list{max-width:900px;margin:0 auto;padding:0}.faq__list li{list-style-type:none;position:relative;margin-bottom:2rem}.faq__list li:last-child{margin-bottom:0}.faq__list--item{display:flex;gap:1.5rem;align-items:center}@media(max-width:1023px){.faq__list--item{flex-direction:column;gap:1rem;align-items:center}}.faq__list--number{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;width:60px;height:60px}@media(max-width:1023px){.faq__list--number{width:50px;height:50px}}.faq__list--number:after{content:"";position:absolute;background:linear-gradient(135deg,rgba(0,149,255,.1),rgba(29,180,6,.1));border-radius:12px;width:100%;height:100%;left:0;top:0;z-index:1}.faq__list--number p{position:relative;z-index:3;background:linear-gradient(135deg,#0095ff,rgb(0,119.2,204));color:#fff;font-weight:700;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:18px;margin:0;box-shadow:0 4px 15px rgba(0,149,255,.3)}@media(max-width:1023px){.faq__list--number p{font-size:16px}}.faq__list--content{position:relative;z-index:2;background:#fff;padding:1.5rem;border-radius:16px;flex:1 1;border:1px solid rgba(0,149,255,.1);box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}@media(max-width:1023px){.faq__list--content{padding:1.25rem;text-align:center;width:100%}}.faq__list--content:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.12);border-color:rgba(0,149,255,.2)}.faq__list--content h4{color:#0095ff;margin-bottom:.75rem;font-size:18px;font-weight:600}@media(max-width:1023px){.faq__list--content h4{font-size:16px}}.faq__list--content p{color:#555;margin:0;line-height:1.6;font-size:16px}@media(max-width:1023px){.faq__list--content p{font-size:15px}}.faq__list--content a{color:#0095ff;text-decoration:underline;font-weight:500;transition:color .3s ease}.faq__list--content a:hover{color:rgb(0,104.3,178.5)}.cta-section{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:16px;margin-top:4rem}.cta-section h2{color:#0095ff;margin-bottom:1rem}.cta-section p{max-width:600px;margin:0 auto 2rem;color:#555;font-size:18px}.cta-section .cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta-section .cta-buttons .cta-button{display:inline-block;padding:1rem 2rem;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.cta-section .cta-buttons .cta-button.primary{background:#0095ff;color:#fff}.cta-section .cta-buttons .cta-button.primary:hover{background:rgb(0,119.2,204);transform:translateY(-2px)}.cta-section .cta-buttons .cta-button.secondary{background:rgba(0,0,0,0);color:#0095ff;border-color:#0095ff}.cta-section .cta-buttons .cta-button.secondary:hover{background:#0095ff;color:#fff;transform:translateY(-2px)}.content-ad-container{margin:3rem 0}@media(max-width:1023px){.home-page section{margin:2rem 0}.hero-section{padding:2rem 1rem}.hero-section .hero-features{flex-direction:column;align-items:center}.features-grid,.use-cases-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .cta-button{width:100%;max-width:300px}}@media(min-width:1280px){.home-page{max-width:1200px;margin:0 auto}.hero-section{padding:4rem 2rem}.features-grid,.use-cases-grid{gap:2.5rem}}.file-upload__modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:200px;background-color:#fff;border:none}.file-upload__modal .file-upload__close-button{position:absolute;right:0;margin-right:5px;margin-top:5px;background-color:rgba(0,0,0,0);border:none}.file-upload__modal .file-upload__close-button:focus,.file-upload__modal .file-upload__close-button:hover{cursor:pointer}.file-upload__loading,.file-upload__modal-content{display:flex;flex-direction:column;align-items:center}.file-upload__modal-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);justify-content:center}.file-upload__error{color:#ff5252;font-weight:600}.file-upload__drop-zone{min-height:150px;height:150px;padding:20px;background-color:#f3f3f3;border-radius:30px}.file-upload__drop-zone:focus,.file-upload__drop-zone:hover{cursor:pointer}@media(min-width:1024px){.file-upload__drop-zone{height:250px}}.file-upload__instructions{margin:0;color:#bababa}.file-upload__container{height:100%;display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center;gap:10px}.file-upload__button{background-color:#248ccc}.contact-form{max-width:600px;margin:0 auto;padding:30px;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media(max-width:768px){.contact-form{padding:20px;margin:0 10px}}@media(min-width:1280px){.contact-form{margin-bottom:30px}}.contact-form .email,.contact-form .message,.contact-form .name{width:100%;padding:14px 16px;margin-bottom:20px;border:2px solid #e0e0e0;border-radius:5px;font-size:16px;font-family:Roboto,sans-serif;transition:border-color .3s ease-in-out;box-sizing:border-box}.contact-form .email:focus,.contact-form .message:focus,.contact-form .name:focus{outline:none;border-color:#0095ff;box-shadow:0 0 0 3px rgba(0,149,255,.1)}.contact-form .email::placeholder,.contact-form .message::placeholder,.contact-form .name::placeholder{color:#bababa;font-weight:400}@media(min-width:1024px){.contact-form .email,.contact-form .message,.contact-form .name{font-size:18px;padding:16px 18px}}.contact-form .message{min-height:120px;resize:vertical;font-family:Roboto,sans-serif;line-height:1.5}@media(min-width:1024px){.contact-form .message{min-height:150px}}.contact-form .submit-button{width:100%;padding:14px 24px;background-color:#0095ff;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;margin-top:10px}.contact-form .submit-button:focus,.contact-form .submit-button:hover{background-color:#0076cc;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,149,255,.3)}.contact-form .submit-button:active{transform:translateY(0)}@media(min-width:1024px){.contact-form .submit-button{font-size:18px;padding:16px 28px}}.contact-form .status-message{margin-top:15px;text-align:center;font-weight:500;padding:12px;border-radius:5px}.contact-form .status-message.success{color:#1db406;background-color:rgba(29,180,6,.1);border:1px solid rgba(29,180,6,.3)}.contact-form .status-message.error{color:#e74c3c;background-color:rgba(231,76,60,.1);border:1px solid rgba(231,76,60,.3)}.contact-form .status-message.loading{color:#0095ff;background-color:rgba(0,149,255,.1);border:1px solid rgba(0,149,255,.3)}.navigation{position:relative;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,149,255,.1);box-shadow:0 2px 20px rgba(0,0,0,.08)}.desktop-nav{display:none}@media(min-width:1024px){.desktop-nav{display:flex;justify-content:center;align-items:center;padding:1rem 0;margin:0;list-style:none;gap:1.5rem}}@media(min-width:1280px){.desktop-nav{gap:2rem}}.nav-item,.nav-link{position:relative}.nav-link{display:block;padding:.75rem 1.25rem;color:#0095ff;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border-radius:12px;background:rgba(0,0,0,0);border:2px solid rgba(0,0,0,0)}.nav-link:hover{background:linear-gradient(135deg,rgba(0,149,255,.1),rgba(29,180,6,.1));color:rgb(0,104.3,178.5);transform:translateY(-2px);border-color:rgba(0,149,255,.2);box-shadow:0 4px 15px rgba(0,149,255,.15);cursor:pointer}.nav-link:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,149,255,.1)}.nav-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,149,255,.05),rgba(29,180,6,.05));border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1}.nav-link:hover:before{opacity:1}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;background:linear-gradient(135deg,rgba(0,149,255,.1),rgba(29,180,6,.1));border:2px solid rgba(0,149,255,.2);cursor:pointer;padding:8px;border-radius:12px;transition:all .3s ease;position:relative;z-index:1002}@media(min-width:1024px){.hamburger{display:none}}.hamburger:hover{background:linear-gradient(135deg,rgba(0,149,255,.15),rgba(29,180,6,.15));border-color:rgba(0,149,255,.4);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,149,255,.2);cursor:pointer}.hamburger:focus{outline:2px solid #0095ff;outline-offset:2px;border-radius:12px}.hamburger-line{width:24px;height:3px;background-color:#0095ff;border-radius:2px;transition:all .3s ease;margin:2px 0;box-shadow:0 1px 3px rgba(0,0,0,.1)}.hamburger-line:first-child{transform-origin:top left}.hamburger-line:nth-child(2){transform-origin:center}.hamburger-line:nth-child(3){transform-origin:bottom left}.hamburger.active{background:linear-gradient(135deg,rgba(0,149,255,.2),rgba(29,180,6,.2))}.hamburger.active .hamburger-line:first-child{transform:rotate(45deg) translate(3px,3px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,149,255,.98),rgba(29,180,6,.98));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;visibility:hidden;transition:all .4s ease;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:none}@media(min-width:1024px){.mobile-nav-overlay{display:none}}.mobile-nav-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-close-button{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000}.mobile-close-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);transform:scale(1.1);box-shadow:0 4px 20px rgba(0,0,0,.2)}.mobile-close-button:active{transform:scale(.95)}.mobile-close-button:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}.close-icon{color:#fff;font-size:2rem;font-weight:300;line-height:1;margin-top:-2px}.mobile-nav{position:relative;display:flex;flex-direction:column;list-style:none;margin:0;padding:2rem;gap:1rem;width:90%;max-width:300px;background:hsla(0,0%,100%,.95);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.2);pointer-events:auto}.mobile-nav .nav-link{color:#0095ff;font-size:1.1rem;font-weight:600;padding:1rem 1.25rem;border-radius:12px;width:100%;text-align:left;transition:all .3s ease;background:rgba(0,0,0,0);text-decoration:none;display:block;border:2px solid rgba(0,0,0,0)}.mobile-nav .nav-link:hover{background:rgba(0,149,255,.1);transform:translateX(8px);border-color:rgba(0,149,255,.2)}.mobile-nav .nav-link:active{background:rgba(0,149,255,.15);transform:translateX(4px)}.header{display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:1rem;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(min-width:1024px){.header{gap:1.5rem;padding:1.5rem 0}}@media(min-width:1280px){.header{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 2rem;gap:3rem;max-width:1200px;margin:0 auto}}.logo-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;padding:.5rem;box-sizing:border-box;overflow:hidden}@media(max-width:1023px){.logo-container{padding:.25rem 0;justify-content:center;height:auto;max-height:50px}}@media(min-width:1024px){.logo-container{padding:1rem 0}}@media(min-width:1280px){.logo-container{width:auto;flex:0 0 auto;padding:0;justify-content:flex-start}}.logo-link{display:block;text-decoration:none;transition:all .3s ease;border-radius:16px;padding:.5rem}@media(max-width:1023px){.logo-link{padding:0;border-radius:0}.logo-link:hover{transform:none;background:none}.logo-link:focus{outline:none;border-radius:0}}.logo-link:hover{transform:scale(1.02);background:linear-gradient(135deg,rgba(0,149,255,.05),rgba(29,180,6,.05));cursor:pointer}.logo-link:focus{outline:2px solid #0095ff;outline-offset:4px;border-radius:16px}.site-logo{width:100%;max-width:min(90vw,300px);height:auto;object-fit:contain;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;box-sizing:border-box}@media(max-width:1023px){.site-logo{max-width:min(80vw,200px);max-height:140px;height:auto;width:auto;object-fit:contain;border-radius:0;box-shadow:none}.site-logo:hover{transform:none;box-shadow:none}}@media(min-width:1024px){.site-logo{max-width:min(70vw,350px)}}@media(min-width:1280px){.site-logo{max-width:280px;height:auto}}.site-logo:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.google-ads{background:linear-gradient(135deg,rgba(240,240,240,.5),rgba(0,149,255,.05));border-radius:12px}.google-ads:hover{background:linear-gradient(135deg,rgba(240,240,240,.8),rgba(0,149,255,.1));transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,149,255,.1)}.content-ad-container{border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.content-ad-container:hover{box-shadow:0 6px 25px rgba(0,0,0,.12);border-color:rgba(0,149,255,.2)}.flex{display:flex}@media(min-width:1024px){.hide-on-desktop{visibility:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important}}@media(max-width:1023px){.hide-on-mobile{visibility:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important}}.about .google-ads-container,.contact .google-ads-container,.privacy .google-ads-container,.terms .google-ads-container{width:100%;box-sizing:border-box;overflow:hidden;margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,rgba(0,149,255,.05),rgba(29,180,6,.05));border-radius:12px;border:1px solid rgba(0,149,255,.1);box-shadow:0 2px 10px rgba(0,0,0,.05);min-height:150px;min-width:320px;display:flex;align-items:center;justify-content:center}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Roboto,sans-serif;background-color:#fff;color:#333;min-width:320px}.body-wrapper,body{overflow-x:hidden;width:100%}.body-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:auto;max-width:1420px;min-height:100vh;margin:0 auto;background:linear-gradient(135deg,rgba(0,149,255,.02),rgba(29,180,6,.02))}.body-wrapper main{position:relative;background-color:#fff;padding:1rem;grid-column:1;width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}@media(min-width:1024px){.body-wrapper main{padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}}.google-ads{display:block;min-height:90px;background-color:rgba(240,240,240,.5);border-radius:8px;border:2px dashed rgba(0,149,255,.2);position:relative;transition:all .3s ease}.google-ads:empty:before{content:"Advertisement";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(0,149,255,.6);font-size:.9rem;font-weight:500}.google-ads:hover{border-color:rgba(0,149,255,.4);background-color:rgba(240,240,240,.8)}.content-ad-container{width:100%;box-sizing:border-box;overflow:hidden;margin:2rem 0;padding:2rem;background:linear-gradient(135deg,rgba(0,149,255,.05),rgba(29,180,6,.05));border-radius:12px;border:1px solid rgba(0,149,255,.1);box-shadow:0 2px 10px rgba(0,0,0,.05);min-height:150px;min-width:320px;display:flex;align-items:center;justify-content:center}.content-ad-container .google-ads{width:100%;max-width:100%;min-height:90px}h1{font-size:clamp(24px,6vw,36px);line-height:1.2;font-weight:700;margin:20px 0;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:1024px){h1{font-size:clamp(36px,5vw,48px);line-height:1.17}}h2{font-size:clamp(20px,4vw,28px);line-height:1.3;font-weight:600;margin:20px 0;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:1024px){h2{font-size:clamp(28px,4vw,36px);line-height:1.22}}h3{font-size:clamp(18px,3.5vw,22px);line-height:1.36;font-weight:600;margin:20px 0;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:1024px){h3{font-size:clamp(22px,3.5vw,28px);line-height:1.21}}h4,h5{font-size:20px;line-height:28px;font-weight:600;margin:20px 0}@media(min-width:1024px){h4,h5{font-size:22px;line-height:34px}}p{font-size:clamp(14px,3vw,16px);line-height:1.5;font-weight:400;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media(min-width:1024px){p{font-size:clamp(16px,2.5vw,20px);line-height:1.4}}li{font-size:16px;line-height:22px;font-weight:400;padding:5px 0}@media(min-width:1024px){li{font-size:18px;line-height:24px}}label{font-size:14px;line-height:20px;font-weight:400}a{padding:5px;text-decoration:none;color:#0095ff;transition:color .2s ease-in-out}a:hover{color:rgb(51,170.2,255)}.primary-button,.secondary-button{display:inline-block;margin:20px 0;padding:14px 24px;font-size:16px;border-radius:5px;transition:all .3s ease-in-out}.primary-button{background-color:#0095ff;color:#fff;border:none}.primary-button:focus,.primary-button:hover{background-color:#000}.secondary-button{border:2px solid #0095ff;color:#0095ff;background:rgba(0,0,0,0)}.secondary-button:focus,.secondary-button:hover{background-color:#0095ff;color:#fff}.footer{display:flex;justify-content:center;align-items:center;padding:15px;background-color:#222;color:#fff;position:relative;font-size:14px}.footer p{margin:0;font-size:14px}.footer a{padding:0 5px;color:hsl(0,0%,120%)}.about{max-width:1000px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.about{padding:0 2rem}}.about section{margin:4rem 0}.about section:first-child{margin-top:0}.about section:last-child{margin-bottom:0}.about h1{margin-bottom:1.5rem;font-size:clamp(32px,6vw,48px)}.about h1,.about h2{color:#0095ff;text-align:center}.about h2{margin-bottom:2rem;font-size:clamp(24px,4vw,32px)}.about h3{color:#0095ff;margin-bottom:1rem;font-size:clamp(20px,3vw,24px)}.about p{color:#555;line-height:1.7;margin-bottom:1.5rem;font-size:clamp(16px,2.5vw,18px)}.about p:last-child{margin-bottom:0}.about-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-bottom:4rem}@media(min-width:1024px){.about-hero{padding:4rem 2rem}}.about-hero__subtitle{font-size:clamp(18px,3vw,22px);color:#555;max-width:700px;margin:0 auto;line-height:1.6}.about-mission{padding:2rem 0}.about-mission__content{max-width:800px;margin:0 auto;text-align:center}.about-team{padding:2rem 0}.about-team .team-member{display:flex;gap:3rem;align-items:flex-start;max-width:900px;margin:0 auto;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.1);border:1px solid rgba(0,149,255,.1)}@media(max-width:1023px){.about-team .team-member{flex-direction:column;text-align:center;gap:2rem;padding:1.5rem}}.about-team .team-member__image{flex-shrink:0}.about-team .team-member__photo{border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.15);transition:transform .3s ease}.about-team .team-member__photo:hover{transform:translateY(-5px)}.about-team .team-member__info{flex:1 1}.about-team .team-member__title{color:#1db406;font-weight:600;font-size:18px;margin-bottom:1rem}.about-values{padding:2rem 0}.about-values .values-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:1024px){.about-values .values-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.about-values .value-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);text-align:center;transition:all .3s ease}.about-values .value-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(0,149,255,.2)}.about-values .value-card__icon{font-size:3rem;margin-bottom:1rem;display:block}.about-values .value-card h3{color:#0095ff;margin-bottom:1rem}.about-values .value-card p{color:#666;margin:0;line-height:1.6}.about-technology{padding:2rem 0}.about-technology .technology-content{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(29,180,6,.1)}.about-cta{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-top:4rem}.about-cta h2{margin-bottom:1rem}.about-cta p{max-width:600px;margin:0 auto 2rem;font-size:18px}.about-cta__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}@media(max-width:1023px){.about-cta__buttons{flex-direction:column;align-items:center}.about-cta__buttons .cta-button{width:100%;max-width:300px}}.about-cta .cta-button{display:inline-block;padding:1rem 2rem;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.about-cta .cta-button.primary{background:#0095ff;color:#fff}.about-cta .cta-button.primary:hover{background:rgb(0,119.2,204);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,149,255,.3)}.about-cta .cta-button.secondary{background:rgba(0,0,0,0);color:#0095ff;border-color:#0095ff}.about-cta .cta-button.secondary:hover{background:#0095ff;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,149,255,.3)}.contact{max-width:1000px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.contact{padding:0 2rem}}.contact section{margin:4rem 0}.contact section:first-child{margin-top:0}.contact section:last-child{margin-bottom:0}.contact h1{margin-bottom:1.5rem;font-size:clamp(32px,6vw,48px)}.contact h1,.contact h2{color:#0095ff;text-align:center}.contact h2{margin-bottom:2rem;font-size:clamp(24px,4vw,32px)}.contact h3{color:#0095ff;margin-bottom:1rem;font-size:clamp(18px,3vw,22px)}.contact p{color:#555;line-height:1.7;margin-bottom:1.5rem;font-size:clamp(16px,2.5vw,18px)}.contact p:last-child{margin-bottom:0}.contact-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-bottom:4rem}@media(min-width:1024px){.contact-hero{padding:4rem 2rem}}.contact-hero__subtitle{font-size:clamp(18px,3vw,22px);color:#555;max-width:700px;margin:0 auto;line-height:1.6}.contact-info{padding:2rem 0}.contact-info .contact-methods{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:1024px){.contact-info .contact-methods{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.contact-info .contact-method{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);text-align:center;transition:all .3s ease}.contact-info .contact-method:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(0,149,255,.2)}.contact-info .contact-method__icon{font-size:3rem;margin-bottom:1rem;display:block}.contact-info .contact-method h3{color:#0095ff;margin-bottom:1rem}.contact-info .contact-method p{color:#666;margin:0;line-height:1.6}.contact-form-section{padding:2rem 0}.contact-form-section .contact-form-container{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.1);border:1px solid rgba(0,149,255,.1)}@media(max-width:1023px){.contact-form-section .contact-form-container{padding:2rem 1.5rem}}.contact-form-section .contact-form-container h2{margin-bottom:1rem}.contact-form-section .contact-form-container p{max-width:600px;margin:0 auto 2rem}.contact-additional{padding:2rem 0}.contact-additional .contact-process{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:1024px){.contact-additional .contact-process{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.contact-additional .process-step{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(29,180,6,.1);text-align:center;transition:all .3s ease}.contact-additional .process-step:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(29,180,6,.2)}.contact-additional .process-step__number{background:linear-gradient(135deg,#1db406,rgb(21.0483870968,130.6451612903,4.3548387097));color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;margin:0 auto 1rem;box-shadow:0 4px 15px rgba(29,180,6,.3)}.contact-additional .process-step h3{color:#1db406;margin-bottom:1rem}.contact-additional .process-step p{color:#666;margin:0;line-height:1.6}.contact-faq{padding:2rem 0}.contact-faq .faq-items{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:800px;margin:0 auto}.contact-faq .faq-item{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);transition:all .3s ease}.contact-faq .faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(0,149,255,.2)}.contact-faq .faq-item h3{color:#0095ff;margin-bottom:1rem;font-size:20px}.contact-faq .faq-item p{color:#666;margin:0;line-height:1.6}.auth-page{max-width:1000px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.auth-page{padding:0 2rem}}.auth-page section{margin:3rem 0}.auth-page section:first-child{margin-top:0}.auth-page section:last-child{margin-bottom:0}.auth-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-bottom:3rem}@media(min-width:1024px){.auth-hero{padding:4rem 2rem}}.auth-hero h1{color:#0095ff;margin-bottom:1rem;font-size:clamp(28px,6vw,42px)}.auth-hero__subtitle{font-size:clamp(16px,3vw,20px);color:#555;max-width:600px;margin:0 auto;line-height:1.6}.auth-form-section{padding:2rem 0}.auth-form-section .auth-form-container{max-width:500px;margin:0 auto;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.1);border:1px solid rgba(0,149,255,.1)}@media(max-width:1023px){.auth-form-section .auth-form-container{padding:2rem 1.5rem}}.auth-form-section .auth-form-header{text-align:center;margin-bottom:2rem}.auth-form-section .auth-form-header h2{color:#0095ff;margin-bottom:.5rem;font-size:clamp(20px,4vw,28px)}.auth-form-section .auth-form-header p{color:#666;margin:0;font-size:16px}.auth-form .auth-error{background:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.3);color:#721c24;padding:1rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:14px}.auth-form .auth-error__icon{font-size:16px}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .form-label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:14px}.auth-form .form-input{width:100%;padding:1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fff}.auth-form .form-input:focus{outline:none;border-color:#0095ff;box-shadow:0 0 0 3px rgba(0,149,255,.1)}.auth-form .form-input:disabled{background:#f8f9fa;cursor:not-allowed}.auth-form .form-input::placeholder{color:#999}.auth-form .auth-submit-button{width:100%;background:linear-gradient(135deg,#0095ff,rgb(0,119.2,204));color:#fff;border:none;padding:1rem;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.auth-form .auth-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,149,255,.3)}.auth-form .auth-submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-spinner .spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-links{margin-top:2rem;text-align:center}.auth-links .auth-link-text{margin:.5rem 0;font-size:14px;color:#666}.auth-links .auth-link{color:#0095ff;text-decoration:none;font-weight:500;transition:color .3s ease}.auth-links .auth-link:hover{color:rgb(0,104.3,178.5);text-decoration:underline}.dashboard{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.dashboard{padding:0 2rem}}.dashboard section{margin:3rem 0}.dashboard section:first-child{margin-top:0}.dashboard section:last-child{margin-bottom:0}.dashboard h1{color:#0095ff;margin-bottom:1rem;font-size:clamp(28px,6vw,42px)}.dashboard h2{color:#0095ff;margin-bottom:2rem;font-size:clamp(24px,4vw,32px)}.dashboard h3{color:#0095ff;margin-bottom:1rem;font-size:clamp(18px,3vw,22px)}.dashboard p{color:#555;line-height:1.6;margin-bottom:1rem;font-size:clamp(14px,2.5vw,16px)}.dashboard p:last-child{margin-bottom:0}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.dashboard-loading .loading-spinner{text-align:center}.dashboard-loading .loading-spinner .spinner{width:40px;height:40px;border:4px solid rgba(0,149,255,.1);border-top-color:#0095ff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem;display:block}.dashboard-loading .loading-spinner p{color:#0095ff;font-size:18px;margin:0}.dashboard-hero{display:flex;justify-content:space-between;align-items:center;padding:3rem 2rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-bottom:3rem}@media(max-width:1023px){.dashboard-hero{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem 1rem}}.dashboard-hero__content h1{margin-bottom:.5rem}.dashboard-hero__content__subtitle{font-size:clamp(16px,3vw,18px);color:#555;margin:0}.dashboard-hero .dashboard-signout-button{background:rgba(0,0,0,0);color:#0095ff;border:2px solid #0095ff;padding:.75rem 1.5rem;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard-hero .dashboard-signout-button:hover{background:#0095ff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,149,255,.3)}.dashboard-welcome .welcome-alert{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(29,180,6,.2);display:flex;align-items:flex-start;gap:1rem}@media(max-width:1023px){.dashboard-welcome .welcome-alert{flex-direction:column;text-align:center}}.dashboard-welcome .welcome-alert__icon{font-size:2rem;flex-shrink:0}.dashboard-welcome .welcome-alert__content h3{color:#1db406;margin-bottom:.5rem}.dashboard-welcome .welcome-alert__content p{margin:0;color:#666}.dashboard-overview .overview-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media(min-width:1024px){.dashboard-overview .overview-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.dashboard-overview .overview-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);transition:all .3s ease}.dashboard-overview .overview-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.dashboard-overview .overview-card h3{color:#0095ff;margin-bottom:1.5rem;font-size:20px}.dashboard-overview .account-info .info-list .info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.dashboard-overview .account-info .info-list .info-item:last-child{border-bottom:none}.dashboard-overview .account-info .info-list .info-item .info-label{font-weight:600;color:#333}.dashboard-overview .account-info .info-list .info-item .info-value{color:#666}.dashboard-overview .account-info .info-list .info-item .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.dashboard-overview .account-info .info-list .info-item .status-badge.active{background:rgba(29,180,6,.1);color:#1db406}.dashboard-overview .account-info .info-list .info-item .status-badge.inactive{background:rgba(108,117,125,.1);color:#6c757d}.dashboard-overview .usage-stats .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}@media(max-width:1023px){.dashboard-overview .usage-stats .stats-grid{grid-template-columns:1fr;gap:1.5rem}}.dashboard-overview .usage-stats .stat-item{text-align:center;padding:1rem;background:rgba(0,149,255,.05);border-radius:12px;border:1px solid rgba(0,149,255,.1)}.dashboard-overview .usage-stats .stat-item .stat-number{font-size:24px;font-weight:700;color:#0095ff;margin-bottom:.5rem}.dashboard-overview .usage-stats .stat-item .stat-label{font-size:12px;color:#666;text-transform:uppercase;font-weight:600}.dashboard-api-keys .api-keys-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media(max-width:1023px){.dashboard-api-keys .api-keys-header{flex-direction:column;gap:1rem;text-align:center}}.dashboard-api-keys .api-keys-header .generate-key-button{background:linear-gradient(135deg,#1db406,rgb(21.0483870968,130.6451612903,4.3548387097));color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.dashboard-api-keys .api-keys-header .generate-key-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(29,180,6,.3)}.dashboard-api-keys .api-keys-header .generate-key-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.dashboard-api-keys .api-keys-content{background:#fff;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);overflow:hidden}.dashboard-api-keys .api-keys-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 80px;grid-gap:1rem;gap:1rem;padding:1.5rem;background:rgba(0,149,255,.05);border-bottom:1px solid rgba(0,149,255,.1);font-weight:600;color:#0095ff}@media(max-width:1023px){.dashboard-api-keys .api-keys-table .table-header{grid-template-columns:1fr;gap:.5rem;text-align:center}}.dashboard-api-keys .api-keys-table .table-row{display:grid;grid-template-columns:2fr 1fr 1fr 80px;grid-gap:1rem;gap:1rem;padding:1.5rem;border-bottom:1px solid #f0f0f0;align-items:center}@media(max-width:1023px){.dashboard-api-keys .api-keys-table .table-row{grid-template-columns:1fr;gap:.5rem;text-align:center;padding:1rem}}.dashboard-api-keys .api-keys-table .table-row:last-child{border-bottom:none}.dashboard-api-keys .api-keys-table .table-row .api-key-code{background:rgba(0,149,255,.1);padding:.5rem;border-radius:6px;font-family:Courier New,monospace;font-size:12px;color:#0095ff;word-break:break-all}.dashboard-api-keys .api-keys-table .table-row .delete-key-button{background:none;border:none;font-size:18px;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.dashboard-api-keys .api-keys-table .table-row .delete-key-button:hover{background:rgba(220,53,69,.1);transform:scale(1.1)}.dashboard-api-keys .no-keys-message{text-align:center;padding:3rem 2rem}.dashboard-api-keys .no-keys-message .no-keys-icon{font-size:3rem;margin-bottom:1rem;display:block}.dashboard-api-keys .no-keys-message h3{color:#0095ff;margin-bottom:1rem}.dashboard-api-keys .no-keys-message p{color:#666;max-width:400px;margin:0 auto}.dashboard-actions .actions-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.dashboard-actions .actions-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.dashboard-actions .action-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);transition:all .3s ease}.dashboard-actions .action-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.dashboard-actions .action-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-actions .action-card__header h3{margin:0;font-size:18px}.dashboard-actions .action-card__header__icon{font-size:1.5rem}.dashboard-actions .action-card p{color:#666;margin-bottom:1.5rem;font-size:14px;line-height:1.5}.dashboard-actions .action-button{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;border:2px solid rgba(0,0,0,0);cursor:pointer}.dashboard-actions .action-button.primary{background:#0095ff;color:#fff;border-color:#0095ff}.dashboard-actions .action-button.primary:hover{background:rgb(0,119.2,204);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,149,255,.3)}.dashboard-actions .action-button.secondary{background:rgba(0,0,0,0);color:#0095ff;border-color:#0095ff}.dashboard-actions .action-button.secondary:hover{background:#0095ff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,149,255,.3)}.dashboard-actions .action-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.auth-benefits{padding:2rem 0;margin-top:4rem}.auth-benefits h2{text-align:center;margin-bottom:3rem}.auth-benefits .benefits-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:1024px){.auth-benefits .benefits-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.auth-benefits .benefit-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(29,180,6,.1);text-align:center;transition:all .3s ease}.auth-benefits .benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(29,180,6,.2)}.auth-benefits .benefit-card__icon{font-size:3rem;margin-bottom:1rem;display:block}.auth-benefits .benefit-card h3{color:#1db406;margin-bottom:1rem;font-size:20px}.auth-benefits .benefit-card p{color:#666;margin:0;line-height:1.6;font-size:14px}.form-helper{font-size:12px;color:#666;margin-top:.25rem;font-style:italic}.legal-page{max-width:1000px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.legal-page{padding:0 2rem}}.legal-page section{margin:4rem 0}.legal-page section:first-child{margin-top:0}.legal-page section:last-child{margin-bottom:0}.legal-page h1{margin-bottom:1.5rem;font-size:clamp(32px,6vw,48px)}.legal-page h1,.legal-page h2{color:#0095ff;text-align:center}.legal-page h2{margin-bottom:2rem;font-size:clamp(24px,4vw,32px)}.legal-page h3{color:#0095ff;margin-bottom:1rem;font-size:clamp(18px,3vw,22px)}.legal-page p{color:#555;line-height:1.7;margin-bottom:1.5rem;font-size:clamp(16px,2.5vw,18px)}.legal-page p:last-child{margin-bottom:0}.legal-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-bottom:4rem}@media(min-width:1024px){.legal-hero{padding:4rem 2rem}}.legal-hero__subtitle{font-size:clamp(16px,3vw,20px);color:#555;max-width:700px;margin:0 auto;line-height:1.6}.legal-notice{padding:2rem 0}.legal-notice__content{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1)}.legal-notice__icon{font-size:3rem;margin-bottom:1rem;display:block}.legal-notice h2{margin-bottom:1rem}.legal-notice p{color:#666;margin:0;line-height:1.6}.legal-terms{padding:2rem 0}.legal-terms h2{text-align:center;margin-bottom:3rem}.legal-terms .terms-list{max-width:900px;margin:0 auto}.legal-terms .term-item{display:flex;gap:2rem;margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);transition:all .3s ease}@media(max-width:1023px){.legal-terms .term-item{flex-direction:column;text-align:center;gap:1rem}}.legal-terms .term-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(0,149,255,.2)}.legal-terms .term-item__number{background:linear-gradient(135deg,#0095ff,rgb(0,119.2,204));color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 15px rgba(0,149,255,.3)}@media(max-width:1023px){.legal-terms .term-item__number{margin:0 auto}}.legal-terms .term-item__content{flex:1 1}.legal-terms .term-item__content h3{color:#0095ff;margin-bottom:.75rem;font-size:20px}.legal-terms .term-item__content p{color:#666;margin:0;line-height:1.6}.legal-privacy{padding:2rem 0}.legal-privacy h2{text-align:center;margin-bottom:3rem}.legal-privacy .privacy-list{max-width:900px;margin:0 auto}.legal-privacy .privacy-item{display:flex;gap:2rem;margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(29,180,6,.1);transition:all .3s ease}@media(max-width:1023px){.legal-privacy .privacy-item{flex-direction:column;text-align:center;gap:1rem}}.legal-privacy .privacy-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:rgba(29,180,6,.2)}.legal-privacy .privacy-item__icon{font-size:2.5rem;flex-shrink:0;display:flex;align-items:center}@media(max-width:1023px){.legal-privacy .privacy-item__icon{justify-content:center}}.legal-privacy .privacy-item__content{flex:1 1}.legal-privacy .privacy-item__content h3{color:#1db406;margin-bottom:.75rem;font-size:20px}.legal-privacy .privacy-item__content p{color:#666;margin:0;line-height:1.6}.legal-privacy .privacy-item__content .privacy-details ul{margin:0;padding-left:1.5rem;color:#666}.legal-privacy .privacy-item__content .privacy-details ul li{margin-bottom:.5rem;line-height:1.5}.legal-privacy .privacy-item__content .privacy-details ul li:last-child{margin-bottom:0}.legal-company{padding:2rem 0}.legal-company .company-info{text-align:center;background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 6px 25px rgba(0,0,0,.08);border:1px solid rgba(0,149,255,.1);max-width:600px;margin:0 auto}.legal-company .company-info h2{color:#0095ff;margin-bottom:.5rem}.legal-company .company-info p{color:#666;margin-bottom:.5rem;font-size:18px}.legal-company .company-info p.company-note{font-style:italic;color:#888;font-size:16px;margin-top:1rem}.legal-contact{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,rgba(0,149,255,.08),rgba(29,180,6,.08));border-radius:20px;margin-top:4rem}.legal-contact h2{margin-bottom:1rem}.legal-contact p{max-width:600px;margin:0 auto 2rem;font-size:18px}.legal-contact__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}@media(max-width:1023px){.legal-contact__buttons{flex-direction:column;align-items:center}.legal-contact__buttons .legal-contact__button{width:100%;max-width:300px}}.legal-contact__button{display:inline-block;padding:1rem 2rem;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.legal-contact__button.primary{background:#0095ff;color:#fff;border-color:#0095ff}.legal-contact__button.primary:hover{background:rgb(0,119.2,204);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,149,255,.3)}.legal-contact__button.secondary{background:rgba(0,0,0,0);color:#0095ff;border-color:#0095ff}.legal-contact__button.secondary:hover{background:#0095ff;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,149,255,.3)}