*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}button,input,select,textarea{font-family:inherit}section{width:100%;position:relative;overflow:hidden}h1{letter-spacing:-.02em;font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.1}h2{letter-spacing:-.01em;font-size:clamp(24px,5vw,40px);font-weight:700;line-height:1.2}h3{font-size:clamp(20px,4vw,28px);font-weight:600;line-height:1.3}:root{--blue-primary:#2563eb;--blue-light:#3b82f6;--blue-hover:#1d4ed8;--dark-bg:#0a0a0f;--dark-card:#1e202ad9;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--text-light:#ffffffb3;--text-muted:#ffffff80;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-card:0 4px 24px #00000014;--shadow-elevated:0 8px 40px #0000001f;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--gray-900);background:var(--white);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}@media (width<=768px){.mobile-hide{display:none!important}.mobile-truncate{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.header{z-index:1000;background:var(--dark-bg);border-bottom:1px solid #ffffff0f;position:fixed;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;max-width:1240px;height:64px;margin:0 auto;padding:0 32px;display:flex}.logo{flex-shrink:0;align-items:center;display:flex}.logo-img{width:auto;height:28px}.nav{align-items:center;gap:8px;display:flex}.nav-link{color:var(--gray-400);border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;padding:8px 14px;font-size:14px;font-weight:500}.nav-link:hover{color:var(--white)}.nav-link.active{color:var(--white);font-weight:600}.header-actions{align-items:center;gap:16px;display:flex}.lang-btn{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.lang-btn:hover{color:var(--white)}.login-link{color:var(--white);transition:var(--transition);font-size:14px;font-weight:500}.login-link:hover{color:var(--blue-light)}.register-btn{color:var(--white);background:var(--blue-primary);border-radius:var(--radius-full);transition:var(--transition);white-space:nowrap;padding:10px 20px;font-size:13px;font-weight:600}.register-btn:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb66}.header{z-index:9000;background:#0a0a0f;border-bottom:1px solid #ffffff0f;height:64px;position:fixed;top:0;left:0;right:0}.hero{background:#000;flex-direction:column;align-items:center;min-height:100vh;padding:160px 0 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb0f 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-container{text-align:center;z-index:1;max-width:1240px;margin:0 auto;padding:0 32px;position:relative}.hero-badges{justify-content:center;align-items:center;gap:32px;margin-bottom:32px;display:flex}.badge{color:var(--white);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:10px;padding:8px 18px;font-size:14px;font-weight:500;display:flex}.badge strong{color:var(--white);margin-left:4px}.badge-icon{filter:drop-shadow(0 0 8px #2563eb66);flex-shrink:0}.hero-title{color:var(--white);letter-spacing:-.03em;max-width:900px;margin:0 auto 32px;font-size:clamp(32px,8vw,64px);font-weight:800;line-height:1.1}.hero-cta{justify-content:center;align-items:center;gap:20px;margin-bottom:40px;display:flex}.btn-primary{color:var(--white);transition:var(--transition);cursor:pointer;background:#2563eb;border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;display:inline-flex}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.btn-text{color:var(--white);transition:var(--transition);opacity:.9;padding:16px 20px;font-size:16px;font-weight:500}.btn-text:hover{opacity:1;color:var(--white)}.hero-visual{perspective:1000px;justify-content:center;align-items:center;width:100%;max-width:1100px;min-height:480px;margin:0 auto;display:flex;position:relative}.invest-card{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);z-index:10;text-align:left;background:#121212d9;border:1px solid #ffffff1f;border-radius:24px;width:300px;padding:24px;animation:8s ease-in-out infinite floatLeft;position:absolute;top:50%;left:20px;transform:translateY(-50%)rotateY(15deg);box-shadow:0 20px 50px #0009,inset 0 0 0 1px #ffffff0d}@keyframes floatLeft{0%,to{transform:translateY(-50%)rotateY(15deg)translateZ(0)}50%{transform:translateY(-52%)rotateY(18deg)translateZ(10px)}}.invest-card-user{align-items:center;gap:12px;display:flex}.invest-card-avatar{border:2px solid #e11d48;border-radius:50%;width:44px;height:44px;overflow:hidden}.invest-card-avatar img{object-fit:cover;width:100%;height:100%}.invest-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.invest-card-logo{margin-top:4px}.card-logo-img{filter:brightness(0)invert();width:auto;height:20px}.invest-card-name{color:var(--white);margin-bottom:2px;font-size:15px;font-weight:600}.invest-card-amount{color:#fff9;font-size:13px}.invest-card-footer{border-top:1px solid #ffffff0d;gap:32px;margin-top:24px;padding-top:20px;display:flex}.invest-card-stat .stat-label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:11px;display:block}.invest-card-stat .stat-value{color:var(--white);font-size:15px;font-weight:700}.hero-house{z-index:5;position:relative;transform:translateY(20px)}.hero-house-img{filter:drop-shadow(0 30px 100px #2563eb4d);width:420px;height:auto;transition:transform .5s cubic-bezier(.4,0,.2,1)}.hero-house:hover .hero-house-img{transform:scale(1.05)translateY(-10px)}.property-card{z-index:10;text-align:left;background:#fff;border-radius:24px;width:290px;animation:8s ease-in-out infinite floatRight;position:absolute;top:50%;right:20px;overflow:hidden;transform:translateY(-50%)rotateY(-15deg);box-shadow:0 30px 60px #0006,0 0 0 1px #ffffff1a}@keyframes floatRight{0%,to{transform:translateY(-50%)rotateY(-15deg)translateZ(0)}50%{transform:translateY(-48%)rotateY(-18deg)translateZ(-10px)}}.property-card-top{background:linear-gradient(135deg,#8baaf6 0%,#3b82f6 100%);padding:24px;position:relative}.property-card-header{align-items:center;gap:14px;display:flex}.property-card-avatar{border:2px solid #e11d48;border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.property-card-avatar img{object-fit:cover;width:100%;height:100%}.property-card-name{color:var(--white);margin-bottom:2px;font-size:15px;font-weight:700}.property-card-price{color:#ffffffe6;font-size:13px;font-weight:500}.property-card-bottom{background:#fff;justify-content:space-between;align-items:center;gap:4px;padding:20px 24px;display:flex}.property-stat .stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:10px;display:block}.property-stat .stat-value{color:#111827;font-size:14px;font-weight:700}.stats-section{background:var(--white);padding:100px 0 120px}.stats-container{max-width:1240px;margin:0 auto;padding:0 32px}.stats-title{text-align:center;color:#000;letter-spacing:-.01em;margin-bottom:48px;font-size:32px;font-weight:600;line-height:1.4}.stats-grid{justify-content:space-between;align-items:stretch;gap:20px;display:flex}.stat-card{transition:var(--transition);background:#f4f5f6;border:none;border-radius:20px;flex-direction:column;flex:1;justify-content:flex-start;min-height:220px;padding:24px;display:flex}.stat-card-icon{width:40px;height:40px}.stat-card-icon img{object-fit:contain;width:100%;height:100%}.stat-card-bottom{margin-top:56px}.stat-card-label{color:#111827;margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.4}.stat-card-number{color:#000;letter-spacing:-.01em;font-size:32px;font-weight:400;line-height:1.2}.stat-card-house{background:#f4f5f6;border-radius:20px;flex:1;justify-content:center;align-items:center;min-height:220px;padding:0;display:flex}.stat-card-house-img{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.stat-card-house-img img{width:140px;height:auto}.how-it-works{background:var(--white);padding:100px 0 120px}.how-container{max-width:1240px;margin:0 auto;padding:0 32px}.how-top-row{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.how-title{color:#000;letter-spacing:-.02em;font-size:40px;font-weight:700}.how-tabs{gap:0;width:50%;display:flex}.how-tab{color:#9ca3af;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;text-align:center;transition:var(--transition);background:0 0;border:none;border-bottom:1px solid #d1d5db;flex-grow:1;margin-right:32px;padding:0 0 12px;font-size:14px;font-weight:600}.how-tab:last-child{margin-right:0}.how-tab.active{color:#000;border-bottom:2px solid #000}.how-subtitle{color:#4b5563;max-width:800px;margin-bottom:64px;font-size:16px;line-height:1.6}.how-card{border-radius:20px;width:100%;min-height:500px;margin-bottom:48px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.how-card:last-child{margin-bottom:0}.how-card-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.how-card-overlay{z-index:2;background:linear-gradient(90deg,#000000f2 0%,#000000d9 35%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.how-card-right .how-card-overlay{background:linear-gradient(270deg,#000000f2 0%,#000000d9 35%,#0000 70%)}.how-card-dark{background-color:#000}.how-card-dark .how-card-bg{object-fit:cover;object-position:left center;width:65%;height:100%;-webkit-mask-image:linear-gradient(90deg,#000 60%,#0000 100%);mask-image:linear-gradient(90deg,#000 60%,#0000 100%)}.how-card-dark .how-card-overlay{display:none}.how-card-content{z-index:3;flex-direction:column;align-items:flex-start;max-width:550px;padding:64px 48px;display:flex;position:relative}.how-card-narrow .how-card-content{max-width:450px}.how-card-right .how-card-content{text-align:right;align-items:flex-end;margin-left:auto}.how-card-title{color:var(--white);margin-bottom:32px;font-size:36px;font-weight:700;line-height:1.2}.how-card-text{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.how-card-text p{color:#ffffffb3;font-size:15px;line-height:1.6}.how-card-btn{border-radius:8px;padding:14px 24px;font-size:15px}.calculation-section{background:var(--white);padding:0 0 120px}.calc-container{max-width:1240px;margin:0 auto;padding:0 32px}.calc-grid{gap:24px;display:flex}.calc-main-card{background:#f4f5f6;border-radius:24px;flex-direction:column;flex:0 0 45%;justify-content:space-between;padding:32px;display:flex}.calc-main-text h2{color:#000;letter-spacing:-.02em;margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.2}.calc-main-text p{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.5}.calc-main-img{object-fit:cover;border-radius:12px;width:100%}.calc-stats-grid{flex:1;grid-template-columns:1fr 1fr;gap:20px;display:grid}.calc-stat-card{background:#f4f5f6;border-radius:24px;flex-direction:column;padding:24px;display:flex}.calc-icon{border-radius:10px;width:36px;height:36px;margin-bottom:auto}.calc-icon-wrapper{background:#4f86f7;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:auto;display:flex}.calc-icon-svg{color:#fff;width:20px;height:20px}.calc-stat-info{margin-top:32px}.calc-stat-info h4{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500}.calc-stat-info p{color:#000;letter-spacing:-.01em;font-size:24px;font-weight:400}.advantages-section{color:var(--white);background:#000;padding:120px 0 0;overflow:hidden}.advantages-container{max-width:1240px;margin:0 auto;padding:0 32px}.adv-grid{justify-content:space-between;align-items:stretch;gap:64px;display:flex}.adv-content{flex:1;max-width:580px;padding-bottom:120px}.adv-title{letter-spacing:-.02em;margin-bottom:32px;font-size:56px;font-weight:700}.adv-subtitle{color:#d1d5db;margin-bottom:64px;font-size:24px;font-weight:400;line-height:1.5}.text-blue{color:#4f86f7;font-weight:500}.adv-list{flex-direction:column;gap:40px;margin:0;padding:0;list-style:none;display:flex}.adv-list li{align-items:flex-start;gap:16px;display:flex}.adv-icon{color:var(--white);flex-shrink:0;margin-top:2px}.adv-text h4{color:var(--white);margin-bottom:12px;font-size:18px;font-weight:600}.adv-text p{color:#ffffffb3;font-size:15px;line-height:1.6}.adv-image-wrapper{flex:1;justify-content:center;align-items:flex-end;display:flex;position:relative}.adv-glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#4f86f773 0%,#102c734d 35%,#0000 65%);width:900px;height:900px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.adv-phone-img{z-index:2;filter:drop-shadow(0 20px 40px #00000080);max-width:100%;height:auto;position:relative}.security-section{background:var(--white);padding:120px 0}.sec-container{max-width:1240px;margin:0 auto;padding:0 32px}.section-title{color:#000;letter-spacing:-.02em;margin-bottom:48px;font-size:44px;font-weight:700}.security-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.security-card{background:#f8f9fa;border-radius:20px;padding:40px}@media (width<=1024px){.security-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.security-section{padding:60px 0}.security-grid{grid-template-columns:1fr;gap:20px}.security-card{padding:30px 24px}.section-title{margin-bottom:32px;font-size:32px}}.security-card h3{color:#000;margin-bottom:24px;font-size:20px;font-weight:600;line-height:1.4}.security-card p{color:#6b7280;margin-bottom:16px;font-size:15px;line-height:1.6}.security-card p:last-child{margin-bottom:0}.testimonials-section{background:var(--white);padding:0 0 120px}.testimo-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}@media (width<=1024px){.testimo-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-section{padding:0 0 60px}.testimo-grid{grid-template-columns:1fr;gap:20px}.testimo-video-card,.testimo-video-card.square{min-height:240px}}.testimo-col{flex-direction:column;gap:24px;height:100%;display:flex}.testimo-card{background:#f8f9fa;border-radius:20px;flex-direction:column;justify-content:space-between;padding:32px;display:flex}.testimo-col:nth-child(3) .testimo-card{flex:1}.testimo-text{color:#000;margin-bottom:40px;font-size:16px;font-weight:500;line-height:1.5}.testimo-author{align-items:center;gap:12px;margin-top:auto;display:flex}.testimo-author img{object-fit:cover;border-radius:50%;width:40px;height:40px}.testimo-author h5{color:#000;margin-bottom:2px;font-size:14px;font-weight:600}.testimo-author span{color:#6b7280;font-size:13px}.testimo-video-card{background-position:50%;background-size:cover;border-radius:20px;flex:1;align-items:flex-end;min-height:280px;padding:24px;display:flex;position:relative;overflow:hidden}.testimo-video-card.square{min-height:320px}.testimo-video-card:before{content:"";z-index:1;background:linear-gradient(#0000 40%,#000000b3 100%);position:absolute;inset:0}.video-overlay{z-index:2;justify-content:space-between;align-items:flex-end;width:100%;display:flex;position:relative}.watch-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff40;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .3s;display:flex}.watch-btn:hover{background:#fff6}.video-logo{color:#fff;align-items:center;gap:4px;font-size:14px;font-weight:700;display:flex}.blog-section{background:var(--white);padding:120px 0}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blog-section{padding:60px 0}.blog-grid{grid-template-columns:1fr;gap:32px}}.blog-card{flex-direction:column;display:flex}.blog-card img{object-fit:cover;border-radius:16px;width:100%;height:240px;margin-bottom:20px}.blog-meta{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:600}.blog-card h3{color:#000;margin-bottom:16px;font-size:18px;font-weight:600;line-height:1.5}.blog-author{color:#6b7280;margin-top:auto;font-size:13px}.blog-author .writer-label{color:#9ca3af}.blog-author strong{color:#111827;font-weight:600}.faq-section{background:var(--white);padding:0 0 120px}.faq-grid{grid-template-columns:1fr 1.5fr;gap:64px;display:grid}@media (width<=1024px){.faq-grid{gap:40px}}@media (width<=768px){.faq-section{padding:0 0 60px}.faq-grid{grid-template-columns:1fr;gap:32px}.faq-heading h2{text-align:center;font-size:32px}}.faq-heading h2{color:#000;letter-spacing:-.02em;font-size:48px;font-weight:700;line-height:1.1}.faq-list{flex-direction:column;gap:16px;display:flex}.faq-item{background:#f8f9fa;border-radius:12px;transition:background-color .3s;overflow:hidden}.faq-question{text-align:left;color:#111827;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px;font-size:16px;font-weight:600;display:flex}.faq-icon{color:#6b7280;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s;display:flex}.faq-item.active .faq-question{color:#000}.faq-item.active .faq-icon{color:var(--primary-color);transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 24px;transition:max-height .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:300px;padding:0 24px 24px}.faq-answer p{color:#4b5563;font-size:14px;line-height:1.6}.site-footer{color:#fff;background:#000;padding:80px 0 32px}.footer-container{max-width:1240px;margin:0 auto;padding:0 32px}.footer-top{justify-content:space-between;gap:60px;margin-bottom:60px;display:flex}@media (width<=900px){.footer-top{text-align:center;flex-direction:column;align-items:center;gap:40px}}.footer-top{border-bottom:1px solid #ffffff1a;padding-bottom:64px}.footer-brand{max-width:360px}.footer-brand h2{color:#fff;margin-bottom:20px;font-size:28px;font-weight:700}.footer-logo{max-height:40px;margin-bottom:24px}.footer-brand p{color:#9ca3af;margin-bottom:24px;font-size:14px;line-height:1.6}.footer-nav{gap:100px;display:flex}@media (width<=768px){.footer-nav{flex-direction:column;align-items:center;gap:32px}}.footer-socials{gap:16px;display:flex}.footer-socials a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s;display:flex}.footer-socials a:hover{background:#fff3}.footer-links-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:64px;display:grid}.footer-col h4{color:#fff;margin-bottom:24px;font-size:16px;font-weight:600}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col ul li{margin-bottom:16px}.footer-col ul li a{color:#9ca3af;font-size:14px;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#fff}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-bottom p{color:#6b7280;font-size:14px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#6b7280;font-size:14px;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#9ca3af}.contact-section{background-color:#000;padding:100px 0}.contact-container{max-width:800px;margin:0 auto;padding:0 32px}.contact-title{text-align:center;color:var(--white);letter-spacing:-.02em;margin-bottom:48px;font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2}.contact-form{flex-direction:column;gap:24px;display:flex}.form-row{gap:24px;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;display:flex}.form-group label{color:var(--white);margin-left:4px;font-size:14px;font-weight:500}.form-group input,.form-group select{color:#111827;width:100%;transition:var(--transition);background-color:#f8f9fa;border:none;border-radius:8px;padding:16px 20px;font-family:inherit;font-size:15px}.form-group input::placeholder{color:#9ca3af}.form-group input:focus,.form-group select:focus{box-shadow:0 0 0 2px var(--blue-primary);outline:none}.select-wrapper{position:relative}.select-wrapper:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:10px;height:6px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.form-group select{appearance:none;padding-right:40px}.contact-submit{background-color:var(--blue-primary);width:100%;color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:18px;font-size:16px;font-weight:600;display:flex}.contact-submit:hover{background-color:var(--blue-hover);transform:translateY(-2px)}.uy-hero{background:#000;flex-direction:column;align-items:center;min-height:100vh;padding:180px 0 80px;display:flex;position:relative;overflow:hidden}.uy-hero-bg{z-index:0;background:radial-gradient(circle,#2563eb26 0%,#a855f714 25%,#0000 60%);width:140vw;height:140vw;animation:15s ease-in-out infinite alternate cosmicPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes cosmicPulse{0%{transform:translate(-50%,-50%)scale(1)rotate(0)}to{transform:translate(-50%,-50%)scale(1.1)rotate(5deg)}}.uy-hero-container{text-align:center;z-index:1;width:100%;max-width:1240px;margin:0 auto;padding:0 32px;position:relative}.uy-hero .hero-title{background:linear-gradient(135deg,#fff 0%,#e2e8f0 50%,#94a3b8 100%);-webkit-text-fill-color:transparent;text-wrap:balance;filter:drop-shadow(0 4px 12px #0006);-webkit-background-clip:text;margin-bottom:40px}.uy-hero .badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff26;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 0 20px #ffffff05,0 8px 32px #0003}.uy-hero .badge:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:inset 0 0 20px #ffffff0d,0 12px 40px #2563eb33}.uy-hero-images{z-index:10;perspective:1200px;grid-template-columns:1fr 1fr;gap:32px;max-width:1100px;margin:80px auto 0;display:grid;position:relative}.uy-img-tall,.uy-img-short{background:#111;border-radius:32px;transition:transform .6s cubic-bezier(.4,0,.2,1),box-shadow .6s;overflow:hidden;box-shadow:0 40px 80px #00000080,inset 0 0 0 1px #ffffff1a}.uy-img-tall{height:600px;animation:8s ease-in-out infinite floatImage}.uy-img-tall:hover,.uy-img-short:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 50px 100px #0009,inset 0 0 0 2px #fff3}.uy-img-tall img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.uy-img-tall:hover img,.uy-img-short:hover img{transform:scale(1.05)}.uy-img-col{flex-direction:column;gap:32px;height:600px;display:flex}.uy-img-short{flex:1}.uy-img-short:first-child{animation:10s ease-in-out infinite alternate floatImage}.uy-img-short:last-child{animation:9s ease-in-out infinite alternate-reverse floatImage}.uy-img-short img{object-fit:cover;width:100%;height:100%;transition:transform .6s}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.uy-steps{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:120px 0;position:relative}.uy-steps-container{max-width:1240px;margin:0 auto;padding:0 32px}.uy-steps-title{text-align:center;color:#0f172a;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:80px;font-size:48px;font-weight:800}.uy-steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.uy-step-card,.step-box-card{background:#fff;border:1px solid #0f172a08;border-radius:32px;flex-direction:column;align-items:flex-start;padding:56px 40px;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.uy-step-card:hover,.step-box-card:hover{border-color:#2563eb1a;transform:translateY(-8px);box-shadow:0 30px 60px #0000000a}.uy-step-icon,.icon-box-png{width:60px;height:60px;box-shadow:none;z-index:1;background:#2563eb0f;border:none;border-radius:16px;justify-content:center;align-items:center;margin-bottom:32px;transition:all .3s;display:flex;position:relative}.uy-step-card:hover .icon-box-png,.step-box-card:hover .icon-box-png{background:#2563eb1f;transform:scale(1.05)}.icon-box-png img{object-fit:contain;width:32px;height:32px}.icon-box-png.small{border-radius:14px;width:48px;height:48px;margin-bottom:24px}.icon-box-png.small img{width:24px;height:24px}.uy-step-icon svg{width:28px;height:28px}.uy-step-header{color:#0f172a;z-index:1;margin-bottom:16px;font-size:22px;font-weight:700;position:relative}.uy-step-desc{color:#475569;z-index:1;font-size:16px;line-height:1.7;position:relative}.uy-afzalliklar{background:#f8fafc;padding:160px 0;position:relative;overflow:visible}.uy-afzalliklar-container{max-width:1240px;margin:0 auto;padding:0 32px}.uy-afzalliklar-title{color:#0f172a;letter-spacing:-.04em;text-align:center;margin-bottom:100px;font-size:clamp(40px,6vw,64px);font-weight:800}.uy-afzalliklar-sticky-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.uy-sticky-col{justify-content:center;align-items:center;height:calc(100vh - 240px);display:flex;position:sticky;top:120px}.sticky-visual-container{aspect-ratio:4/5;border-radius:40px;width:100%;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000001a,inset 0 0 0 1px #0000000d}.sticky-image{object-fit:cover;width:100%;height:100%}.visual-overlay{background:linear-gradient(#0000 60%,#fff6);position:absolute;inset:0}.uy-content-col{flex-direction:column;gap:40px;padding-bottom:200px;display:flex}.afzallik-glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #fffc;border-radius:32px;padding:48px;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.afzallik-glass-card:hover{background:#fffffff2;border-color:#2563eb;transform:translate(10px);box-shadow:0 20px 40px #2563eb0d}.afzallik-glass-card .icon-wrapper-png{width:60px;height:60px;box-shadow:none;background:#2563eb0f;border:none;border-radius:16px;justify-content:center;align-items:center;margin-bottom:32px;transition:all .3s;display:flex}.icon-wrapper-png img{object-fit:contain;width:32px;height:32px}.afzallik-glass-card h3{color:#0f172a;letter-spacing:-.02em;margin-bottom:20px;font-size:28px;font-weight:700}.afzallik-glass-card p{color:#475569;font-size:18px;line-height:1.6}.card-number{color:#0f172a0d;font-family:monospace;font-size:14px;font-weight:800;position:absolute;top:40px;right:40px}@media (width<=991px){.uy-afzalliklar-sticky-wrapper{grid-template-columns:1fr}.uy-sticky-col{height:auto;margin-bottom:40px;position:relative;top:0}.sticky-visual-container{aspect-ratio:16/9}.uy-content-col{padding-bottom:0}}.uy-kimlar{background:#fff;padding:160px 0}.uy-kimlar-container{max-width:1240px;margin:0 auto;padding:0 32px}.uy-section-title{text-align:center;color:#0f172a;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:80px;font-size:48px;font-weight:800}.uy-kimlar-grid{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:60px;display:grid}.kimlar-cards-wrapper{grid-template-columns:1fr 1fr;gap:32px;display:grid}.kimlar-card{background:#f8fafccc;border:1px solid #e2e8f0cc;border-radius:24px;flex-direction:column;align-items:flex-start;padding:40px 32px;transition:all .4s;display:flex}.kimlar-card:hover{background:#fff;transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.kimlar-icon{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#60a5fa 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex;box-shadow:0 10px 20px #2563eb33}.kimlar-card h3{color:#0f172a;margin-bottom:16px;font-size:20px;font-weight:700;line-height:1.4}.kimlar-card p{color:#475569;font-size:15px;line-height:1.7}.kimlar-image{border-radius:32px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.kimlar-image:before{content:"";z-index:1;pointer-events:none;border-radius:32px;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #fff3}.kimlar-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.kimlar-image:hover img{transform:scale(1.05)}.uy-cta{background:#fff;padding:160px 0}.uy-cta-container{text-align:center;background:#0f172a;border-radius:40px;max-width:1240px;margin:0 auto;padding:100px 32px;position:relative;overflow:hidden}.uy-cta-container:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb66 0%,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.uy-cta-title{color:#fff;letter-spacing:-.02em;z-index:2;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1;position:relative}.uy-cta-subtitle{color:#94a3b8;z-index:2;margin-bottom:48px;font-size:20px;position:relative}.cta-btn{color:#0f172a;z-index:2;background:#fff;border-radius:16px;justify-content:center;padding:20px 48px;font-size:18px;display:inline-flex;position:relative;box-shadow:0 15px 30px #0000004d}.cta-btn:hover{background:#f8fafc;transform:translateY(-4px);box-shadow:0 20px 40px #0006,0 0 0 4px #ffffff1a}.cta-avatars{z-index:2;flex-wrap:wrap;justify-content:center;gap:20px;max-width:900px;margin:80px auto 0;display:flex;position:relative}.cta-avatars img{object-fit:cover;opacity:.8;border:2px solid #ffffff1a;border-radius:20px;width:64px;height:64px;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-avatars img:hover{opacity:1;z-index:10;border-color:#ffffff80;transform:scale(1.2)translateY(-10px);box-shadow:0 15px 30px #0000004d}.cta-avatars img:nth-child(3n){margin-top:-30px}.cta-avatars img:nth-child(5n){margin-top:30px}.cta-avatars img:nth-child(7n){display:none}.cta-avatars img:nth-child(11n){margin-left:40px}.cta-avatars img:nth-child(13n){display:none}.uy-founder{background:#fff;padding:160px 0}.uy-founder-container{max-width:1100px}.founder-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:64px;display:grid}.founder-image{border-radius:20px;width:100%;overflow:hidden}.founder-image img{object-fit:cover;width:100%;height:auto}.founder-content h2{color:#111827;margin-bottom:24px;font-size:28px;font-weight:700;line-height:1.4}.founder-content p{color:#4b5563;margin-bottom:16px;font-size:15px;line-height:1.6}.founder-signature{margin-top:24px}.contact-light{background-color:#fff!important}.contact-light .form-group label{color:#dbeafe;font-weight:600}.contact-light .form-group input,.contact-light .form-group select{color:#111827;background-color:#f8f9fa;border:1px solid #d1d5db}.contact-light .form-group input::placeholder{color:#6b7280}.contact-light .select-wrapper:after{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.uy-rad-javob{background:#fff;padding:60px 0 120px}.uy-rad-container{max-width:1000px;margin:0 auto;padding:0 32px}.rad-cards-wrapper{grid-template-columns:1fr 1fr;gap:24px;display:grid}.rad-card{background:#f8f9fa;border-radius:20px;padding:32px;transition:transform .3s}.rad-card:hover{transform:translateY(-4px)}.rad-card h3{color:#111827;margin-bottom:16px;font-size:18px;font-weight:600;line-height:1.4}.rad-card p{color:#6b7280;font-size:14px;line-height:1.6}.header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ff2;box-shadow:0 2px 20px #0000004d}.fade-in{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translateY(24px)}.fade-in-visible{opacity:1;transform:translateY(0)}.stat-card:first-child{transition-delay:0s}.stat-card:nth-child(2){transition-delay:.1s}.stat-card:nth-child(3){transition-delay:.2s}.stat-card:nth-child(4){transition-delay:.3s}.stat-card:nth-child(5){transition-delay:.4s}@media (width<=1024px){.nav{display:none}.hamburger{display:flex}.header-actions .login-link,.header-actions .lang-btn{display:none}.hero-visual{flex-direction:column;align-items:center;gap:20px}.invest-card{order:2;position:relative;bottom:auto;left:auto}.property-card{order:3;position:relative;top:auto;right:auto}.hero-house{order:1}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card-house{grid-column:span 2}.uy-hero-images{flex-direction:column;display:flex}.uy-img-tall,.uy-img-col{height:auto}.uy-img-tall img{height:400px}.uy-img-short{height:300px}.uy-steps-grid{grid-template-columns:repeat(2,1fr)}.uy-afzalliklar-grid{grid-template-columns:1fr;gap:48px}.uy-afzalliklar-title{margin-bottom:40px;font-size:36px}.uy-kimlar-grid{grid-template-columns:1fr}.kimlar-image{height:300px}.uy-section-title,.uy-cta-title{font-size:36px}.cta-avatars{gap:10px;margin-top:40px}.cta-avatars img{border-radius:12px;width:48px;height:48px}}@media (width<=768px){.hero{min-height:auto;padding:120px 0 60px}.hero-badges{flex-direction:column;gap:12px}.hero-title{font-size:28px}.hero-cta{flex-direction:column;gap:16px}.hero-house-img{width:260px}.invest-card,.property-card{width:100%;max-width:300px}.stats-section{padding:60px 0 80px}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-card{min-height:150px}.form-row{flex-direction:column;gap:24px}.uy-steps-grid,.kimlar-cards-wrapper{grid-template-columns:1fr}.uy-section-title,.uy-cta-title{font-size:28px}.founder-grid{grid-template-columns:1fr;gap:32px}.rad-cards-wrapper{grid-template-columns:1fr}}@media (width<=480px){.header-container,.hero-container,.stats-container{padding:0 16px}.register-btn{padding:8px 16px;font-size:12px}}.blog-hero{text-align:center;background:#000;flex-direction:column;align-items:center;padding:200px 32px 280px;display:flex;position:relative;overflow:hidden}.blog-hero-bg{z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#a855f70a 25%,#0000 60%);width:140vw;height:140vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-hero-content{z-index:10;flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.blog-hero .hero-badges{gap:16px;margin-bottom:32px;display:flex}.blog-hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:40px;font-size:56px;font-weight:800;line-height:1.1}.blog-hero .hero-cta{align-items:center;gap:16px;display:flex}.blog-container{z-index:20;max-width:1240px;margin:-160px auto 120px;padding:0 32px;position:relative}.blog-grid-featured{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:64px;display:grid}.blog-grid-standard{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.blog-card{flex-direction:column;text-decoration:none;transition:transform .4s;display:flex}.blog-card:hover{transform:translateY(-8px)}.blog-img-wrapper{border-radius:20px;width:100%;margin-bottom:24px;position:relative;overflow:hidden}.blog-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.blog-card:hover .blog-img-wrapper img{transform:scale(1.05)}.blog-grid-featured .blog-img-wrapper{height:380px}.blog-grid-standard .blog-img-wrapper{height:240px}.blog-info{flex-direction:column;flex:1;padding-right:16px;display:flex}.blog-meta{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;margin-bottom:12px;font-size:11px;font-weight:700}.blog-card h3{color:#0f172a;margin-bottom:24px;font-size:20px;font-weight:700;line-height:1.4;transition:color .2s}.blog-card:hover h3{color:#2563eb}.blog-grid-featured .blog-card h3{font-size:28px}.blog-footer{color:#6b7280;margin-top:auto;font-size:13px}.blog-footer strong{color:#111827;font-weight:600}@media (width<=1024px){.blog-hero-title{font-size:48px}.blog-grid-featured{grid-template-columns:1fr}.blog-grid-standard{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blog-hero{padding:160px 16px 200px}.blog-hero-title{font-size:36px}.blog-hero .hero-badges{flex-direction:column}.blog-grid-standard{grid-template-columns:1fr}.blog-container{margin-top:-120px;padding:0 16px}.blog-grid-featured .blog-img-wrapper,.blog-grid-standard .blog-img-wrapper{height:240px}}.karyera-images-container{z-index:20;align-items:flex-end;gap:32px;margin-top:-120px;display:flex;position:relative}.karyera-img-left{object-fit:cover;border-radius:24px;flex:1;height:480px;transform:translateY(40px)}.karyera-img-right{object-fit:cover;border-radius:24px;flex:1;height:400px}.values-section{text-align:center;padding:160px 0 120px}.values-title{color:#0f172a;margin-bottom:80px;font-size:48px;font-weight:800}.jobs-section{text-align:left;padding:60px 0 120px}.section-label{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.jobs-title{color:#0f172a;max-width:600px;margin-bottom:64px;font-size:48px;font-weight:800;line-height:1.1}.jobs-list{flex-direction:column;display:flex}.job-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 0;transition:background .3s;display:flex}.job-row:hover{background:#f8fafc}.job-role{color:#4b5563;flex:1.5;font-size:16px}.job-dept,.job-loc{color:#6b7280;flex:1.5;font-size:15px}.job-action{text-align:right;flex:.5}.job-apply{color:#4b5563;align-items:center;gap:8px;font-weight:500;text-decoration:none;display:inline-flex}.job-apply.active-btn{color:#fff;background:#4f46e5;border-radius:8px;padding:10px 24px}.emp-testimo{padding:60px 0 160px}.emp-testimo-content{grid-template-columns:250px 1fr 1fr;align-items:center;gap:40px;display:grid}.emp-list{flex-direction:column;display:flex}.emp-item{cursor:pointer;border-bottom:1px solid #e5e7eb;padding:24px 0;transition:all .3s}.emp-item.active{border-bottom:2px solid #4f46e5}.emp-item-name{color:#111827;margin-bottom:8px;font-size:16px;font-weight:600}.emp-item-role{color:#6b7280;font-size:14px;line-height:1.5}.emp-portrait{width:100%}.emp-image{object-fit:cover;border-radius:24px;width:100%;height:400px;box-shadow:0 20px 40px #0000000f}.emp-quote{background:#f8fafc;border-radius:24px;flex-direction:column;justify-content:center;height:100%;padding:48px;display:flex}.quote-icon{color:#111827;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1}.emp-quote p{color:#111827;font-size:18px;font-weight:500;line-height:1.6}@media (width<=1024px){.karyera-images-container{flex-direction:column;align-items:center}.karyera-img-left,.karyera-img-right{height:auto;transform:translateY(0)}.emp-testimo-content{grid-template-columns:1fr}}.steps-grid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;margin-top:40px;display:grid}.step-box-card{text-align:left;background:#f3f4f6;border-radius:20px;flex-direction:column;padding:32px;display:flex}.icon-box-blue{color:#fff;background-color:#3b82f6;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:inline-flex;box-shadow:0 4px 12px #3b82f64d}.icon-box-blue svg{width:24px;height:24px}.step-box-card h3{color:#111827;margin-bottom:16px;font-size:22px;font-weight:700;line-height:1.3}.step-box-card p{color:#4b5563;margin:0;font-size:15px;line-height:1.6}@media (width<=1024px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.steps-grid{grid-template-columns:1fr}}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-primary{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #3b82f666}.how-card,.step-box-card,.calc-main-card,.calc-sidebar,.adv-card,.sec-card{will-change:transform;transition:all .5s cubic-bezier(.25,.8,.25,1)}.how-card:hover,.step-box-card:hover,.calc-main-card:hover,.calc-sidebar:hover,.adv-card:hover,.sec-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.hero-badge{animation:4s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.hero-bg{background-size:200% 200%;animation:15s infinite gradientMove}.premium-glow{position:relative}.premium-glow:after{content:"";border-radius:inherit;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 1px #ffffff1a}.inv-page{color:#0f172a;background:#fff;overflow-x:hidden}.inv-hero{text-align:center;background:radial-gradient(circle at 10% 20%,#2563eb08 0%,#0000 40%),radial-gradient(circle at 90% 80%,#2563eb05 0%,#0000 40%);padding:180px 0 100px;position:relative}.inv-hero-container{max-width:1200px;margin:0 auto;padding:0 32px}.inv-hero-title{letter-spacing:-.03em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:32px;font-size:64px;font-weight:800;line-height:1.1}.inv-dashboard-frame{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-style:preserve-3d;perspective:1000px;background:#fff6;border:1px solid #fffc;border-radius:40px;margin-top:60px;padding:20px;box-shadow:0 40px 100px #0000000f,0 10px 30px #2563eb0a}.inv-dashboard-img{border-radius:24px;width:100%;display:block;box-shadow:0 5px 15px #0000000d}.inv-process{background:#f8fafc;padding:160px 0}.inv-timeline-wrapper{justify-content:space-between;gap:40px;margin-top:80px;display:flex;position:relative}.inv-timeline-wrapper:after{content:"";z-index:0;background:#2563eb1a;height:2px;position:absolute;top:30px;left:40px;right:40px}.inv-timeline-node{z-index:1;text-align:left;flex:1;position:relative}.inv-node-num{color:#2563eb;background:#fff;border:1px solid #2563eb1a;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:24px;font-size:20px;font-weight:800;transition:all .4s;display:flex;box-shadow:0 10px 20px #00000005}.inv-timeline-node:hover .inv-node-num{color:#fff;background:#2563eb;transform:translateY(-5px);box-shadow:0 15px 30px #2563eb33}.inv-bento-section{background:#fff;padding:160px 0}.inv-bento-grid{grid-template-rows:repeat(2,320px);grid-template-columns:repeat(12,1fr);gap:24px;margin-top:80px;display:grid}.inv-bento-card{background:#f8fafc;border:1px solid #0f172a08;border-radius:32px;flex-direction:column;justify-content:flex-end;padding:48px;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.inv-bento-card:hover{background:#fff;border-color:#2563eb1a;transform:translateY(-5px);box-shadow:0 40px 80px #0000000a}.inv-bento-card.big{grid-column:span 8}.inv-bento-card.tall,.inv-bento-card.small{grid-column:span 4}.inv-bento-icon{background:#2563eb14;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;top:48px;left:48px;box-shadow:0 10px 20px -10px #2563eb33}@media (width<=1024px){.inv-bento-icon{margin-bottom:24px;position:relative;top:0;left:0}.inv-bento-grid{grid-template-rows:auto;grid-template-columns:1fr}.inv-bento-card.big,.inv-bento-card.tall,.inv-bento-card.small{grid-column:span 1;min-height:280px}.inv-timeline-wrapper{flex-direction:column}.inv-timeline-wrapper:after{display:none}}.inv-page .contact-section{background:#0f172a;position:relative;overflow:hidden}.inv-page .contact-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.inv-page .form-group input,.inv-page .form-group select{color:#fff;background:#ffffff0d;border:none;border-radius:16px;transition:all .3s}.inv-page .form-group input:focus,.inv-page .form-group select:focus{background:#ffffff14;border-color:#2563eb80;outline:none;box-shadow:0 0 20px #2563eb1a}.inv-page .contact-submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;width:100%;height:64px;margin-top:12px;font-size:18px;font-weight:700;transition:all .4s;display:flex}.inv-page .contact-submit:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 20px 40px #2563eb40}.blg-v2-container{max-width:1320px;margin:0 auto;padding:0 40px}.blg-hero-v2{background:#fff;padding:180px 0 100px}.blg-featured-post{background:#f8fafc;border-radius:48px;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;padding:40px;display:grid;position:relative;overflow:hidden}.blg-featured-img{border-radius:32px;height:500px;overflow:hidden}.blg-featured-img img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.blg-featured-post:hover .blg-featured-img img{transform:scale(1.05)}.blg-featured-content{padding:20px}.blg-section{padding-bottom:160px}.blg-grid-v2{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:80px;display:grid}.blg-card-v2{color:inherit;group:hover;flex-direction:column;text-decoration:none;display:flex}.blg-card-img{aspect-ratio:4/3;border-radius:24px;margin-bottom:24px;position:relative;overflow:hidden}.blg-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.23,1,.32,1)}.blg-card-v2:hover .blg-card-img img{transform:scale(1.1)}.blg-card-meta{text-transform:uppercase;color:#2563eb;letter-spacing:.1em;margin-bottom:12px;font-size:13px;font-weight:700}.blg-card-title{color:#0f172a;margin-bottom:16px;font-size:24px;font-weight:700;line-height:1.4;transition:color .3s}.blg-card-v2:hover .blg-card-title{color:#2563eb}.blg-card-excerpt{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.6;display:-webkit-box;overflow:hidden}.blg-filters{gap:12px;margin-bottom:40px;padding-bottom:10px;display:flex;overflow-x:auto}.blg-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:none;border-radius:100px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s}.blg-tab.active{color:#fff;background:#0f172a}@media (width<=1024px){.blg-grid-v2{grid-template-columns:repeat(2,1fr)}.blg-featured-post{grid-template-columns:1fr}}@media (width<=640px){.blg-grid-v2{grid-template-columns:1fr}.blg-v2-container{padding:0 24px}}.blg-v2-page .contact-section{background:#0f172a;padding:120px 0}.blg-v2-page .contact-title{color:#fff}.blg-v2-page .form-group label{color:#ffffffb3}.blg-v2-page .form-group input,.blg-v2-page .form-group select{color:#fff;background:#ffffff0d;border:none;border-radius:16px}.blg-v2-page .contact-submit{color:#fff;background:#2563eb;border-radius:16px;width:100%;height:60px;margin-top:24px;font-weight:700}.kry-v2-page{background:#fff}.kry-hero-v2{text-align:center;background:radial-gradient(circle at 10% 20%,#2563eb08 0%,#0000 40%);padding:180px 0 100px}.kry-section-title{letter-spacing:-.03em;color:#0f172a;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.kry-jobs-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-top:60px;display:grid}.kry-job-card{background:#f8fafc;border:1px solid #0f172a08;border-radius:24px;flex-direction:column;padding:32px;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex}.kry-job-card:hover{background:#fff;border-color:#2563eb1a;transform:translateY(-5px);box-shadow:0 20px 40px #0000000a}.kry-job-tag{color:#2563eb;background:#2563eb0f;border-radius:8px;width:fit-content;margin-bottom:20px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.kry-job-title{color:#0f172a;margin-bottom:12px;font-size:22px;font-weight:700}.kry-job-loc{color:#64748b;margin-bottom:24px;font-size:14px}.kry-gallery-section{padding:160px 0}.kry-bento-grid{grid-template-rows:repeat(2,300px);grid-template-columns:repeat(12,1fr);gap:24px;display:grid}.kry-bento-item{border-radius:32px;position:relative;overflow:hidden}.kry-bento-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.kry-bento-item:hover img{transform:scale(1.05)}.kry-item-big{grid-column:span 8}.kry-item-tall{grid-area:span 2/span 4}.kry-item-small{grid-column:span 4}@media (width<=1024px){.kry-bento-grid{grid-template-rows:auto;grid-template-columns:1fr}.kry-bento-item{height:300px;grid-area:span 1/span 1!important}}.hm-v2-page{background:#fff}.hm-v2-hero{background:#000;padding:180px 0 100px;overflow:hidden}.hm-v2-hero .badge{color:#fff;background:#ffffff14;border:1px solid #ffffff1a;font-size:14px;font-weight:500}.hm-v2-hero .hero-title{letter-spacing:-.04em;margin-bottom:40px;font-size:clamp(40px,5vw,72px);line-height:1.05}.hm-v2-stats{background:#fff;padding:120px 0}.stats-bento-grid{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat-bento-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:24px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1)}.stat-bento-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d}.stat-bento-card.blue{color:#fff;background:#2563eb}.stat-bento-card.blue .stat-number{color:#fff}.stat-bento-card.blue .stat-label{color:#ffffffb3}.stat-bento-card .stat-number{color:#0f172a;letter-spacing:-.02em;margin-bottom:8px;font-size:48px;font-weight:800}.stat-bento-card .stat-label{color:#64748b;font-size:16px;font-weight:500}.hm-v2-workflow{background:#f8fafc;padding:140px 0}.workflow-bento-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.wf-card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;justify-content:space-between;min-height:480px;padding:48px;transition:all .4s;display:flex}.wf-card:hover{border-color:#2563eb;box-shadow:0 24px 48px #2563eb0f}.wf-step-number{color:#2563eb;text-transform:uppercase;letter-spacing:.1em;margin-bottom:32px;font-size:14px;font-weight:700}.wf-card h3{color:#0f172a;margin-bottom:24px;font-size:32px;font-weight:800;line-height:1.2}.wf-card p{color:#64748b;font-size:18px;line-height:1.6}.wf-card.accent{background:#0f172a;border:none}.wf-card.accent h3{color:#fff}.wf-card.accent p{color:#fff9}.hm-v2-calc{padding:120px 0}.calc-pro-card{background:#fff;border:1px solid #e2e8f0;border-radius:40px;padding:60px;box-shadow:0 40px 80px #00000008}.how-v3-section{background:#fff;padding:120px 0}.how-v3-container{max-width:1240px;margin:0 auto;padding:0 32px}.how-v3-header{text-align:center;margin-bottom:80px}.how-v3-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:24px;font-size:48px;font-weight:800}.how-v3-tabs{background:#f1f5f9;border-radius:16px;margin:0 auto;padding:6px;display:inline-flex}.how-v3-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:12px 32px;font-size:15px;font-weight:600;transition:all .3s}.how-v3-tab.active{color:#2563eb;background:#fff;box-shadow:0 4px 12px #0000000d}.how-v3-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.how-v3-card{background:#f8fafc;border:1px solid #0000;border-radius:32px;flex-direction:column;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.how-v3-card:hover{background:#fff;border-color:#e2e8f0;transform:translateY(-8px);box-shadow:0 30px 60px -12px #00000014}.how-v3-card-number{color:#fff;background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:32px;font-size:18px;font-weight:700;display:flex}.how-v3-card-title{color:#0f172a;margin-bottom:16px;font-size:22px;font-weight:800;line-height:1.3}.how-v3-card-desc{color:#64748b;font-size:15px;line-height:1.6}.how-v3-card-icon{width:56px;height:56px;margin-bottom:32px}.how-v3-card-icon img{object-fit:contain;width:100%;height:100%}@media (width<=1024px){.how-v3-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.how-v3-grid{grid-template-columns:1fr}}.how-v4-section{background:#fff;padding:120px 0;overflow:hidden}.how-v4-container{max-width:1400px;margin:0 auto;padding:0 40px}.how-v4-header{text-align:center;margin-bottom:100px}.how-v4-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:32px;font-size:56px;font-weight:900}.how-v4-tabs{background:#f1f5f9;border-radius:20px;margin:0 auto;padding:8px;display:inline-flex}.how-v4-tab{color:#64748b;cursor:pointer;text-transform:uppercase;letter-spacing:.02em;background:0 0;border:none;border-radius:14px;padding:14px 40px;font-size:16px;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1)}.how-v4-tab.active{color:#2563eb;background:#fff;box-shadow:0 10px 25px -5px #2563eb26}.how-v4-narrative{flex-direction:column;gap:160px;display:flex}.how-v4-block{align-items:center;gap:80px;display:flex;position:relative}.how-v4-block.reverse{flex-direction:row-reverse}.how-v4-visual{border-radius:40px;flex:1;height:600px;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #0000001a}.how-v4-visual img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.2,0,.2,1)}.how-v4-block:hover .how-v4-visual img{transform:scale(1.05)}.how-v4-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:5;background:#fffc;border:1px solid #fff6;border-radius:32px;flex:0 0 500px;margin-left:-120px;padding:64px;position:relative;box-shadow:0 20px 50px #0000000d}.how-v4-block.reverse .how-v4-card{margin-left:0;margin-right:-120px}.how-v4-step-num{color:#2563eb;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:14px;font-weight:800;display:block}.how-v4-step-title{color:#0f172a;margin-bottom:24px;font-size:32px;font-weight:800;line-height:1.2}.how-v4-step-desc{color:#64748b;margin-bottom:32px;font-size:17px;line-height:1.7}.how-v4-icon-shell{background:#2563eb14;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:32px;display:flex}.how-v4-icon-shell img{object-fit:contain;width:32px;height:32px}@media (width<=1200px){.how-v4-block,.how-v4-block.reverse{flex-direction:column;align-items:flex-start;gap:40px}.how-v4-visual{width:100%;height:400px}.how-v4-card,.how-v4-block.reverse .how-v4-card{width:100%;margin:0;padding:40px}}*,:before,:after,header,.header,.nav-link,.hero-title,h1,h2,h3,h4,h5,h6,button,input{font-family:Outfit,sans-serif!important}.signature-font,[style*="Brush Script MT"]{font-family:Brush Script MT,cursive!important}.art-v2-page{background:#fff;padding-top:64px}.art-hero{text-align:center;color:#fff;justify-content:center;align-items:center;width:100%;height:70vh;min-height:500px;display:flex;position:relative;overflow:hidden}.art-hero-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.art-hero-overlay{z-index:2;background:linear-gradient(#0f172a66 0%,#0f172ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.art-hero-content{z-index:3;max-width:900px;padding:0 40px;position:relative}.art-hero-category{color:#fff;text-transform:uppercase;letter-spacing:.1em;background:#2563eb;border-radius:99px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.art-hero-title{letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(32px,5vw,64px);font-weight:900;line-height:1.1}.art-hero-meta{opacity:.8;justify-content:center;align-items:center;gap:20px;font-size:16px;display:flex}.art-body{padding:100px 0;position:relative}.art-container{max-width:800px;margin:0 auto;padding:0 40px}.art-content{color:#334155;font-size:19px;line-height:1.8}.art-content h2{color:#0f172a;margin:64px 0 24px;font-size:32px;font-weight:800;line-height:1.3}.art-content h3{color:#0f172a;margin:40px 0 20px;font-size:24px;font-weight:700}.art-content p{margin-bottom:32px}.art-content blockquote{color:#0f172a;border-left:6px solid #2563eb;margin:48px 0;padding:0 0 0 40px;font-size:24px;font-style:italic;font-weight:500;line-height:1.5}.art-content img{border-radius:24px;width:100%;height:auto;margin:48px 0}.art-share{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:80px;padding-top:40px;display:flex}.art-share-links{gap:16px;display:flex}.art-share-btn{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.art-share-btn:hover{color:#fff;background:#2563eb;transform:translateY(-3px)}.art-related{background:#f8fafc;padding:100px 0}.art-related-title{color:#0f172a;text-align:center;margin-bottom:48px;font-size:24px;font-weight:800}@media (width<=768px){.art-container{padding:0 24px}.art-hero{height:60vh}.art-content{font-size:17px}}.art-newsletter{background:#fff;padding:120px 0}.art-newsletter-card{text-align:center;background:#0f172a;border-radius:40px;max-width:1000px;margin:0 auto;padding:80px 40px;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #0f172a4d}.art-newsletter-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb1a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.art-newsletter-title{letter-spacing:-.02em;margin-bottom:16px;font-size:40px;font-weight:800;color:#fff!important}.art-newsletter-desc{color:#94a3b8;max-width:500px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:18px}.art-newsletter-form{gap:12px;max-width:600px;margin:0 auto 24px;display:flex}.art-newsletter-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex:1;padding:18px 24px;font-size:16px;transition:all .3s}.art-newsletter-input:focus{background:#ffffff14;border-color:#2563eb;outline:none}.art-newsletter-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:16px;padding:0 32px;font-size:16px;font-weight:700;transition:all .3s}.art-newsletter-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.art-newsletter-note{color:#64748b;font-size:13px}@media (width<=768px){.art-newsletter-card{border-radius:32px;padding:60px 24px}.art-newsletter-title{font-size:28px}.art-newsletter-form{flex-direction:column}.art-newsletter-btn{padding:18px}}.auth-v2-page{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.auth-v2-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.auth-v2-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:linear-gradient(135deg,#0f172ae6 0%,#0f172a66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.auth-v2-card{z-index:3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:32px;width:100%;max-width:480px;padding:56px;position:relative;box-shadow:0 40px 100px #0006}.auth-v2-header{text-align:center;margin-bottom:40px}.auth-v2-title{color:#fff;margin-bottom:12px;font-size:32px;font-weight:800}.auth-v2-subtitle{color:#fff9;font-size:16px}.auth-v2-form{flex-direction:column;gap:20px;display:flex}.auth-v2-input-group{flex-direction:column;gap:8px;display:flex}.auth-v2-label{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.auth-v2-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:16px;font-size:16px;transition:all .3s}.auth-v2-input:focus{background:#ffffff1a;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb33}.auth-v2-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;margin-top:12px;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.auth-v2-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb66}.auth-v2-switch{text-align:center;color:#fff9;margin-top:32px;font-size:14px}.auth-v2-switch-btn{color:#3b82f6;cursor:pointer;margin-left:6px;font-weight:700;text-decoration:underline}.auth-v2-social{border-top:1px solid #ffffff1a;flex-direction:column;gap:16px;margin-top:40px;padding-top:32px;display:flex}.auth-v2-social-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:14px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.auth-v2-social-btn:hover{background:#ffffff1a}@media (width<=480px){.auth-v2-card{border-radius:24px;padding:32px 24px}.auth-v2-title{font-size:24px}}.auth-v2-split{width:100%;min-height:100vh;display:flex}.auth-v2-side-img{flex:1.2;position:relative;overflow:hidden}.auth-v2-side-img img{object-fit:cover;width:100%;height:100%}.auth-v2-side-overlay{background:linear-gradient(90deg,#0f172a00 0%,#0f172a66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.auth-v2-side-content{color:#fff;z-index:5;position:absolute;bottom:80px;left:80px;right:80px}.auth-v2-side-quote{letter-spacing:-.02em;margin-bottom:24px;font-size:32px;font-weight:800;line-height:1.2}.auth-v2-form-pane{background:#fff;flex:1;justify-content:center;align-items:center;padding:60px;display:flex;position:relative}.auth-v2-form-pane .auth-v2-input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0}.auth-v2-form-pane .auth-v2-input:focus{background:#fff;border-color:#2563eb}.auth-v2-form-pane .auth-v2-label{color:#475569}.auth-v2-form-pane .auth-v2-title{color:#0f172a}.auth-v2-form-pane .auth-v2-subtitle,.auth-v2-form-pane .auth-v2-switch{color:#64748b}.auth-v2-form-pane .auth-v2-social-btn{color:#0f172a;border:1px solid #e2e8f0}.auth-v2-form-pane .auth-v2-social-btn:hover{background:#f8fafc}@media (width<=1100px){.auth-v2-side-img{display:none}.auth-v2-form-pane{background:var(--dark-bg);width:100%}.auth-v2-form-pane .auth-v2-title{color:#fff}.auth-v2-form-pane .auth-v2-subtitle{color:#fff9}.auth-v2-form-pane .auth-v2-input{color:#fff;background:#ffffff0d;border-color:#ffffff1a}}.header{transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,box-shadow .4s!important}.header-scrolled{-webkit-backdrop-filter:blur(20px)!important;background:#0a0a0fb3!important;border-bottom-color:#3b82f61a!important;box-shadow:0 4px 30px #0000004d,0 0 1px #ffffff0d!important}.nav-link{position:relative}.nav-active-indicator{background:var(--primary-color);border-radius:2px;height:2px;position:absolute;bottom:-2px;left:0;right:0}@media (width>=1025px){.nav-link:after{content:"";background:var(--primary-color);border-radius:2px;width:0;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover:after{width:60%}}.btn-glow{position:relative;overflow:visible}.btn-glow:before{content:"";border-radius:inherit;background-size:200% 100%;background:var(--primary-color);opacity:0;z-index:-1;filter:blur(12px);animation:3s ease-in-out infinite glowPulse;position:absolute;inset:-2px}.btn-glow:hover:before{opacity:.6}@keyframes glowPulse{0%,to{opacity:0;background-position:0%}50%{opacity:.4;background-position:100%}}.how-v4-tab{position:relative;overflow:visible}.tab-active-bar{background:var(--primary-color);border-radius:2px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.footer-gradient-border{opacity:.6;background:linear-gradient(90deg, transparent, var(--primary-color), var(--primary-color), transparent);height:2px}.stat-card,.security-card,.testimo-card,.blog-card,.calc-stat-card{transition:transform .25s,box-shadow .25s}.stat-card:hover,.security-card:hover,.testimo-card:hover,.calc-stat-card:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px #0000001a,0 0 0 1px #3b82f614}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;transition:border-color .2s,box-shadow .2s;box-shadow:0 0 0 3px #2563eb26;border-color:#2563eb!important}::selection{color:inherit;background:#2563eb4d}.faq-item .faq-answer{overflow:hidden}.adv-list li{transition:transform .2s}.adv-list li:hover{transform:translate(6px)}@media (width<=1024px){.header-container{padding:0 20px}.nav{display:none}.hamburger{color:#fff;z-index:1001;cursor:pointer;width:40px;height:40px;display:flex}.nav.mobile-active{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0a0a0ffa;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.nav.mobile-active .nav-link{color:#fff;font-size:24px;font-weight:700}}@media (width<=768px){.hero-badges{flex-direction:column;align-items:center;gap:12px}.badge{justify-content:center;width:100%;max-width:300px;padding:6px 14px;font-size:13px}.hero-title{font-size:36px!important}.how-title,.art-hero-title{font-size:28px!important}section{padding:60px 0!important}.hero-visual{flex-direction:column;gap:32px;min-height:auto;padding-top:40px}.invest-card,.property-card{max-width:320px;margin:0 auto;position:relative;top:auto;left:auto;right:auto;width:100%!important;animation:none!important;transform:none!important}.hero-house{order:-1;margin-bottom:20px}.hero-house-img{width:280px}.stats-grid{flex-direction:column;gap:16px}.stat-card,.stat-card-house{min-height:auto;padding:32px 24px}.stat-card-bottom{margin-top:16px}.how-top-row{flex-direction:column;align-items:flex-start;gap:20px}.how-tabs{width:100%;padding-bottom:8px;overflow-x:auto}.how-card{min-height:auto;flex-direction:column!important}.how-card-bg{height:240px;position:relative;-webkit-mask-image:none!important;mask-image:none!important}.how-card-overlay{background:linear-gradient(#0000 0%,#000000e6 100%)!important}.how-card-content{text-align:left!important;align-items:flex-start!important;max-width:100%!important;padding:32px 24px!important}.how-card-title{font-size:24px!important}.blg-grid-v2{grid-template-columns:1fr}.blg-featured-post{flex-direction:column}.blg-featured-img{height:240px}}@media (width<=480px){.header-actions .login-link{display:none}.register-btn{padding:8px 16px;font-size:12px}}@media (width<=1024px){.inv-bento-grid{grid-template-rows:auto!important;grid-template-columns:1fr!important}.inv-bento-card.big,.inv-bento-card.small{justify-content:flex-start;min-height:400px;padding:32px;grid-area:span 1/span 1!important}.inv-bento-card h3{margin-top:20px;font-size:24px!important}.inv-bento-card p{font-size:16px!important}.inv-timeline-wrapper{flex-direction:column;gap:40px}.inv-timeline-node{border-left:1px dashed #2563eb;padding-left:20px;width:100%!important}}@media (width<=768px){.founder-grid{text-align:center;flex-direction:column;gap:40px}.founder-image{width:240px;height:240px;margin:0 auto}.founder-content{text-align:center;align-items:center}.founder-content h2{font-size:24px}.form-row{flex-direction:column;gap:20px}.form-group{width:100%}.footer-container{text-align:center;flex-direction:column;gap:48px}.footer-nav{flex-direction:column;gap:24px}.social-links{justify-content:center}.inv-hero-title{font-size:28px!important}.inv-dashboard-frame{margin-top:40px}}@media (width<=480px){.sec-container,.header-container,.how-container,.blg-v2-container,.art-container{padding-left:20px!important;padding-right:20px!important}.btn-primary{justify-content:center;width:100%}.auth-v2-card{padding:32px 20px}}@media (width<=900px){.calc-grid{flex-direction:column;gap:20px}.calc-main-card{text-align:center;flex:0 0 100%}.calc-stats-grid{grid-template-columns:1fr;width:100%}.calc-stat-card{min-height:180px}.calc-main-text h2{font-size:24px}}@media (width<=480px){.calculation-section{padding:40px 0}.calc-container{padding:0 16px}}.mobile-only-actions{display:none}.header{z-index:10000!important;background:#0a0a0f!important}.hamburger{cursor:pointer;z-index:10001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:10px;display:none}.hamburger span{background:#fff;border-radius:4px;width:26px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.hamburger.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=1024px){.nav,.header-actions{display:none!important}.hamburger{display:flex!important}.nav.active{animation:.3s ease-out mobileFadeIn;-webkit-backdrop-filter:blur(25px)!important;z-index:9999!important;background:#0a0a0ffa!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:32px!important;width:100vw!important;height:100vh!important;display:flex!important;position:fixed!important;inset:0!important}.nav.active .nav-link{color:#fff!important;opacity:1!important;font-size:26px!important;font-weight:700!important}.nav.active .mobile-only-actions{width:100%;margin-top:40px;flex-direction:column!important;align-items:center!important;display:flex!important}}@keyframes mobileFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}body.no-scroll{height:100vh!important;overflow:hidden!important}
