*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#16213e);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:640px){:root{font-size:14px}}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(38,161,123,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(34,197,94,.15) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(74,222,128,.1) 0%,transparent 50%);pointer-events:none;z-index:0}#root{position:relative;z-index:1}a{font-weight:500;text-decoration:inherit}h1,h2,h3,h4,h5,h6{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-2px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#26a17b,#22c55e);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#22c55e,#4ade80)}@media(max-width:640px){::-webkit-scrollbar{width:6px}}.header{position:sticky;top:0;z-index:1000;background:#0f0f19f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000004d}.header-container{max-width:1200px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text{background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#fffc;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:linear-gradient(90deg,#26a17b,#22c55e);transition:transform .3s ease}.nav-link:hover{color:#fff;background:#26a17b1a}.nav-link:hover:after,.nav-link.active:after{transform:translate(-50%) scaleX(1)}.nav-link.active{color:#4ade80}@media(max-width:768px){.header-container{padding:1rem;flex-direction:column;gap:1rem}.logo{font-size:1.3rem}.logo-icon{font-size:1.8rem}.nav{gap:.8rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem;padding:.4rem .8rem}}@media(max-width:480px){.header-container{padding:.8rem}.logo{font-size:1.1rem;gap:.6rem}.logo-icon{font-size:1.5rem}.nav{gap:.5rem;width:100%}.nav-link{font-size:.85rem;padding:.35rem .7rem;flex:1;text-align:center;min-width:80px}}.footer{margin-top:auto;background:#0f0f19f2;border-top:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.footer-logo-icon{font-size:2rem;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.footer-address{color:#fff9;font-size:.85rem;line-height:1.6;margin:0}.footer-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links li{color:#ffffffb3;font-size:.9rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#4ade80;transform:translate(5px)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-copyright{color:#fff9;font-size:.9rem;margin:0}@media(max-width:968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-container{padding:2.5rem 1.5rem 1.5rem}}@media(max-width:640px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-container{padding:2rem 1rem 1rem}.footer-logo{justify-content:center}.footer-description,.footer-section{text-align:center}.footer-links{align-items:center}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#0f0f19fa;border-top:1px solid rgba(34,197,94,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;padding:1.5rem 2rem;box-shadow:0 -4px 30px #0000004d}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text{flex:1}.cookie-text p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin:0}.cookie-text a{color:#4ade80;text-decoration:underline;transition:color .3s ease}.cookie-text a:hover{color:#22c55e}.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}.cookie-accept{padding:.8rem 2rem;background:linear-gradient(135deg,#22c55e,#4ade80);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #22c55e4d}.cookie-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}@media(max-width:768px){.cookie-banner{padding:1.2rem 1.5rem}.cookie-content{flex-direction:column;gap:1rem;text-align:center}.cookie-buttons,.cookie-accept{width:100%}}.home{min-height:100vh}.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-badge{display:inline-block;padding:.5rem 1.2rem;background:linear-gradient(135deg,#26a17b33,#22c55e33);border:1px solid rgba(38,161,123,.3);border-radius:50px;color:#4ade80;font-size:.9rem;font-weight:600;width:fit-content;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #4ade8066}50%{box-shadow:0 0 0 10px #4ade8000}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff;margin:0}.gradient-text{background:linear-gradient(135deg,#26a17b,#22c55e,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#ffffffb3;line-height:1.8;margin:0}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.feature-card{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff14;border-color:#22c55e4d;box-shadow:0 10px 30px #22c55e33}.feature-icon{font-size:2.5rem;margin-bottom:.5rem}.feature-card h3{margin:.5rem 0;color:#fff;font-size:1.1rem}.feature-card p{margin:0;color:#fff9;font-size:.9rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#26a17b,#22c55e,#4ade80);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;width:fit-content;margin-top:1rem;box-shadow:0 4px 20px #22c55e4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #22c55e80}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:500px}.stat-card{padding:2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(34,197,94,.3);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);background:#ffffff14;border-color:#22c55e80;box-shadow:0 10px 30px #22c55e33}.stat-value{display:block;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#26a17b,#22c55e,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-text{display:block;font-size:.9rem;color:#ffffffb3;line-height:1.4}.how-it-works,.benefits{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{text-align:center;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:all .3s ease}.step:hover{transform:translateY(-10px);background:#ffffff14;border-color:#22c55e4d}.step-number{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#26a17b,#22c55e);border-radius:50%;font-size:1.8rem;font-weight:700;color:#fff}.step h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.step p{color:#ffffffb3;line-height:1.6;margin:0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-item{text-align:center;padding:2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:all .3s ease}.benefit-item:hover{transform:translateY(-5px);background:#ffffff14;border-color:#22c55e4d}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-item h3{color:#fff;font-size:1.2rem;margin-bottom:.8rem}.benefit-item p{color:#fff9;font-size:.95rem;margin:0;line-height:1.6}@media(max-width:968px){.hero{grid-template-columns:1fr;gap:3rem;text-align:center;padding:3rem 1.5rem}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.hero-badge{font-size:.85rem;padding:.4rem 1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;max-width:100%}.stat-card{padding:1.5rem 1.2rem}.stat-value{font-size:1.6rem}.stat-text{font-size:.85rem}.hero-features{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.2rem}.how-it-works,.benefits{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:2rem}.steps{grid-template-columns:1fr;gap:1.5rem}.step{padding:1.5rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit-item{padding:1.5rem 1rem}}@media(max-width:640px){.hero{padding:2rem 1rem;min-height:auto}.hero-title{font-size:2rem;line-height:1.2}.hero-description{font-size:1rem}.hero-badge{font-size:.8rem;padding:.4rem .9rem}.hero-features{gap:.8rem}.feature-card{padding:1rem}.feature-icon{font-size:2rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.85rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-value{font-size:1.8rem}.stat-text{font-size:.85rem}.how-it-works,.benefits{padding:3rem 1rem}.section-title{font-size:1.8rem;margin-bottom:1.5rem}.steps{gap:1rem}.step{padding:1.2rem}.step-number{width:50px;height:50px;font-size:1.5rem}.step h3{font-size:1.1rem}.step p{font-size:.9rem}.benefits-grid{grid-template-columns:1fr;gap:1rem}.benefit-item{padding:1.2rem 1rem}.benefit-icon{font-size:2.5rem}.benefit-item h3{font-size:1.1rem}.benefit-item p{font-size:.9rem}.cta-button{width:100%;text-align:center;padding:.9rem 2rem;font-size:1rem}}.about{min-height:100vh}.about-hero{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;text-align:center}.about-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{font-size:1.3rem;color:#ffffffb3;margin:0}.about-content{max-width:1000px;margin:0 auto;padding:2rem}.content-block{margin-bottom:4rem;padding:2.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-block h2{font-size:2rem;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-block p{font-size:1.1rem;color:#fffc;line-height:1.8;margin:0}.advantages{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.advantage{display:flex;gap:1.5rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s ease}.advantage:hover{transform:translate(10px);background:#ffffff0d;border-color:#22c55e4d}.advantage-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#26a17b,#22c55e);border-radius:50%;color:#fff;font-size:1.5rem;font-weight:700;flex-shrink:0}.advantage h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.advantage p{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg,#26a17b26,#22c55e26);border:1px solid rgba(255,255,255,.2);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:#ffffffb3;font-size:1rem;font-weight:500}@media(max-width:968px){.about-hero{padding:4rem 1.5rem 3rem}.about-title{font-size:2.8rem}.about-subtitle{font-size:1.1rem}.about-content{padding:1.5rem}.content-block{padding:2rem;margin-bottom:3rem}.content-block h2{font-size:1.7rem}.content-block p{font-size:1rem}.advantages{grid-template-columns:1fr;gap:1.5rem}.advantage{padding:1.2rem}.stats{grid-template-columns:repeat(2,1fr);padding:2.5rem 1.5rem;gap:1.5rem}.stat-number{font-size:2.5rem}}@media(max-width:640px){.about-hero{padding:3rem 1rem 2rem}.about-title{font-size:2rem;line-height:1.2}.about-subtitle{font-size:1rem}.about-content{padding:1rem}.content-block{padding:1.5rem;margin-bottom:2rem}.content-block h2{font-size:1.5rem;margin-bottom:1rem}.content-block p{font-size:.95rem;line-height:1.6}.advantages{gap:1rem;margin-top:1.5rem}.advantage{padding:1rem;gap:1rem}.advantage-icon{width:35px;height:35px;font-size:1.3rem}.advantage h3{font-size:1.1rem}.advantage p{font-size:.9rem}.stats{grid-template-columns:1fr;padding:2rem 1rem;gap:1.5rem;margin-top:3rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.9rem}}.contact{min-height:100vh}.contact-hero{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;text-align:center}.contact-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.3rem;color:#ffffffb3;margin:0}.contact-content{max-width:1200px;margin:0 auto;padding:2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.contact-card{padding:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);background:#ffffff14;border-color:#22c55e4d;box-shadow:0 10px 30px #22c55e33}.telegram-card{position:relative;background:linear-gradient(135deg,#26a17b26,#22c55e26);border:2px solid rgba(34,197,94,.3);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:100%}.telegram-card:hover{border-color:#22c55e80;box-shadow:0 15px 40px #22c55e40}.telegram-glow{position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.3) 0%,transparent 70%);border-radius:50%;animation:glow-pulse 4s ease-in-out infinite;pointer-events:none}@keyframes glow-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}.telegram-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.2rem;width:100%;height:100%}.telegram-icon-container{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e33,#4ade8033);border:2px solid rgba(34,197,94,.4);border-radius:50%;animation:icon-float 3s ease-in-out infinite}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.telegram-icon-svg{width:40px;height:40px;color:#4ade80;filter:drop-shadow(0 0 8px rgba(74,222,128,.5))}.telegram-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.telegram-description{color:#fffc;font-size:1rem;line-height:1.7;margin:0}.telegram-button-new{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:linear-gradient(135deg,#22c55e,#4ade80);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #22c55e4d;position:relative;overflow:hidden;width:100%;justify-content:center;margin-top:.5rem}.telegram-button-new:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.telegram-button-new:hover:before{left:100%}.telegram-button-new:hover{transform:translateY(-2px);box-shadow:0 8px 30px #22c55e80}.button-text{position:relative;z-index:1}.button-arrow{position:relative;z-index:1;font-size:1.2rem;transition:transform .3s ease}.telegram-button-new:hover .button-arrow{transform:translate(5px)}.info-list{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff08;border-radius:12px}.info-label{color:#ffffffb3;font-size:1rem}.info-value{color:#4ade80;font-weight:600;font-size:1rem}.contact-features{padding:3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;margin-bottom:4rem}.contact-features h2{font-size:2rem;color:#fff;margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:12px}.feature-check{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#26a17b,#22c55e);border-radius:50%;color:#fff;font-weight:700;flex-shrink:0}.feature-item span{color:#ffffffe6;font-size:1rem}.contact-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#26a17b26,#22c55e26);border:1px solid rgba(255,255,255,.2);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.contact-cta h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-cta p{font-size:1.2rem;color:#fffc;margin-bottom:2rem}.cta-link{display:inline-block;padding:1.2rem 3rem;background:linear-gradient(135deg,#26a17b,#22c55e,#4ade80);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 20px #22c55e4d}.cta-link:hover{transform:translateY(-2px);box-shadow:0 8px 30px #22c55e80}@media(max-width:968px){.contact-hero{padding:4rem 1.5rem 3rem}.contact-title{font-size:2.8rem}.contact-subtitle{font-size:1.1rem}.contact-content{padding:1.5rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.contact-card{padding:2.5rem}.telegram-title{font-size:1.7rem}.telegram-description{font-size:1rem}.telegram-button-new{padding:1rem 2rem;font-size:1.05rem}.card-header h2{font-size:1.7rem}.info-item{padding:.9rem}.contact-features{padding:2.5rem;margin-bottom:3rem}.contact-features h2{font-size:1.8rem;margin-bottom:1.5rem}.features-list{grid-template-columns:1fr;gap:1rem}.contact-cta{padding:3rem 2rem}.contact-cta h2{font-size:2rem}.contact-cta p{font-size:1.1rem}}@media(max-width:640px){.contact-hero{padding:3rem 1rem 2rem}.contact-title{font-size:2rem;line-height:1.2}.contact-subtitle{font-size:.95rem}.contact-content{padding:1rem}.contact-grid{gap:1rem;margin-bottom:2rem}.contact-card{padding:1.5rem}.telegram-glow{width:250px;height:250px}.telegram-content{gap:1rem}.telegram-title{font-size:1.5rem}.telegram-description{font-size:.9rem;line-height:1.6}.telegram-button-new{padding:.9rem 1.5rem;font-size:1rem;width:100%}.card-header{margin-bottom:1rem}.card-header h2{font-size:1.5rem}.info-list{gap:1rem}.info-item{padding:.8rem;flex-direction:column;align-items:flex-start;gap:.3rem}.info-label{font-size:.9rem}.info-value{font-size:.95rem}.contact-features{padding:2rem 1.5rem;margin-bottom:2rem}.contact-features h2{font-size:1.5rem;margin-bottom:1.2rem}.feature-item{padding:.9rem;gap:.8rem}.feature-check{width:28px;height:28px;font-size:.9rem}.feature-item span{font-size:.9rem}.contact-cta{padding:2.5rem 1.5rem}.contact-cta h2{font-size:1.8rem;margin-bottom:.8rem}.contact-cta p{font-size:1rem;margin-bottom:1.5rem}.cta-link{padding:1rem 2rem;font-size:1.1rem;width:100%;display:block;text-align:center}}.terms{min-height:100vh}.terms-hero{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;text-align:center}.terms-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-subtitle{font-size:1.1rem;color:#ffffffb3;margin:0}.terms-content{max-width:900px;margin:0 auto;padding:2rem}.terms-section{margin-bottom:3rem;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-section h2{font-size:1.8rem;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#26a17b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-section p{font-size:1rem;color:#fffc;line-height:1.8;margin-bottom:1rem}.terms-section p:last-child{margin-bottom:0}.contact-info{background:#ffffff08;padding:1.5rem;border-radius:12px;margin-top:1rem}.contact-info p{margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:#4ade80}@media(max-width:640px){.terms-title{font-size:2.5rem}.terms-hero{padding:4rem 1rem 3rem}.terms-content{padding:1rem}.terms-section{padding:1.5rem;margin-bottom:2rem}.terms-section h2{font-size:1.5rem}.terms-section p{font-size:.95rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}
