@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a;scroll-behavior:smooth}:root{color-scheme:light}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app{min-height:100vh;background:radial-gradient(circle at top right,rgba(2,132,199,.15),transparent 40%),#f8fafc}.container{width:min(1200px,100%);margin:0 auto;padding:0 1.5rem}.section{padding:5.5rem 0}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#0284c7}@media(max-width:640px){.eyebrow{font-size:.75rem;margin-bottom:.5rem;margin-top:1rem}}.eyebrow:before{content:"";width:1.5rem;height:1px;background:currentColor}.btn{border-radius:999px;padding:.85rem 1.75rem;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,background .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;position:relative;overflow:hidden}.btn.primary{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;box-shadow:0 20px 35px #0284c740}.btn.outline{border:1px solid rgb(2.5074626866,165.4925373134,249.4925373134);color:#0369a1;background:transparent}.btn.ghost{background:#f8fafc;color:#0369a1}.btn.login{background:#0f172a;color:#fff}.btn.small{padding:.5rem 1.25rem}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 45px #0284c740}.btn:active{transform:translateY(0) scale(.98)}.site-header{position:sticky;top:0;z-index:110;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.2);background:#f8fafccc;box-shadow:0 10px 40px #0f172a0d;transition:background .2s ease,box-shadow .2s ease}.site-header .header-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem .5rem}@media(max-width:640px){.site-header .header-container{padding:.65rem 1rem}}@media(max-width:640px){.site-header{background:#f8fafcd9;backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.3);box-shadow:0 4px 20px #0f172a14}}@media(max-width:768px){.site-header.menu-open{background:#fff;backdrop-filter:none;border-bottom:none;box-shadow:none}}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:600;color:#0f172a}.brand .brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.25rem}.brand .brand-mark-svg{width:42px;height:42px;object-fit:contain}@media(max-width:640px){.brand .brand-mark-svg{width:36px;height:36px}}.brand .brand-name{font-size:1.5rem;font-weight:700;letter-spacing:.02em;color:#0284c7;text-transform:uppercase}@media(max-width:640px){.brand .brand-name{font-size:1.25rem}}.brand .brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand .brand-copy span{font-size:.75rem;letter-spacing:.08em;color:#475569}.brand .brand-copy strong{font-size:1.1rem;text-transform:uppercase}.nav{display:flex;gap:1rem;font-size:.95rem;color:#475569}.nav a{padding:.35rem .65rem;border-radius:999px;transition:background .2s ease,color .2s ease}.nav a:hover{background:#f1f5f9;color:#0369a1}@media(max-width:768px){.nav-desktop,.header-actions-desktop{display:none}}.header-actions{display:flex;gap:.75rem;align-items:center}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:120;position:relative}@media(max-width:768px){.hamburger{display:flex}}.hamburger .hamburger-line{width:22px;height:2px;background:#334155;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hamburger:hover .hamburger-line{background:#0284c7}.mobile-menu-overlay{display:none}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;z-index:100;box-shadow:0 15px 40px #0f172a1f;border-radius:0 0 16px 16px;overflow:hidden}@media(min-width:769px){.mobile-menu{display:none}}.mobile-menu .mobile-menu-links{display:flex;flex-direction:column;padding:.5rem 1.5rem}.mobile-menu .mobile-menu-links a{padding:.9rem 0;font-size:1rem;font-weight:500;color:#334155;border-bottom:1px solid rgba(0,0,0,.06);transition:color .2s ease,padding-left .2s ease}.mobile-menu .mobile-menu-links a:hover{color:#0284c7;padding-left:.5rem}.mobile-menu .mobile-menu-links a:last-child{border-bottom:none}.mobile-menu .mobile-menu-actions{padding:.5rem 1.5rem 1.25rem}.mobile-menu .mobile-menu-actions .btn{width:100%;justify-content:center}.mobile-menu-overlay{position:fixed;inset:60px 0 0;background:#0f172a40;z-index:99}@media(min-width:769px){.mobile-menu-overlay{display:none}}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem;align-items:center}.hero{padding-top:7rem}@media(max-width:640px){.hero{padding-top:2rem}}@media(min-width:641px)and (max-width:1024px){.hero{padding-top:4rem}}.hero .hero-copy h1{font-size:clamp(2.5rem,3vw,3.5rem);margin:1rem 0;color:#111827}@media(max-width:640px){.hero .hero-copy h1{margin:.5rem 0 1rem;font-size:clamp(1.75rem,5vw,2.25rem);line-height:1.2}}.hero .hero-copy .hero-title-desktop{display:block}@media(max-width:640px){.hero .hero-copy .hero-title-desktop{display:none}}.hero .hero-copy .hero-title-mobile{display:none}@media(max-width:640px){.hero .hero-copy .hero-title-mobile{display:block}}.hero .hero-copy p{color:#475569;font-size:1.1rem;margin-bottom:2rem;max-width:540px;line-height:1.7}.hero .hero-copy p .highlight-phrase{color:#0284c7;font-style:italic;font-weight:600}.hero .hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero .hero-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;color:#475569}.hero .hero-highlights li{display:flex;align-items:center;gap:.4rem}.hero .hero-highlights li:before{content:"•";color:#0284c7}.hero-media-mobile{display:flex;justify-content:center;margin:2rem 0}@media(min-width:1025px){.hero-media-mobile{display:none}}.hero-media-desktop{display:flex;justify-content:center}@media(max-width:1024px){.hero-media-desktop{display:none}}.hero-image{width:100%;height:auto;max-width:600px;filter:drop-shadow(0 20px 40px rgba(15,23,42,.15))}.device-frame{width:100%;max-width:420px;border-radius:32px;padding:1rem;background:linear-gradient(135deg,#e0f2fe,#bfdbfe);box-shadow:0 20px 30px #60a5fa40}.device-screen{background:#fff;border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;min-height:420px}.mockup-header{display:flex;justify-content:space-between;align-items:center;font-weight:600}.mockup-header .status{font-size:.85rem;color:#10b981}.mockup-list{display:flex;flex-direction:column;gap:.85rem}.mockup-row{display:flex;justify-content:space-between;padding:.85rem 1rem;border-radius:14px;background:#f1f5f9;font-weight:500}.mockup-row .badge{padding:.2rem .75rem;border-radius:999px;font-size:.85rem;background:#0284c726;color:#0369a1}.mockup-row .badge.neutral{background:#facc1533;color:#facc15}.mockup-row .badge.success{background:#10b98133;color:#10b981}.mockup-footer{text-align:center;font-size:.9rem;color:#475569}.stats{background:#0f172a;color:#fff}.stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.stats article{text-align:center;padding:2rem 1.5rem;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:transform .3s ease,background .3s ease}.stats article:hover{transform:translateY(-4px);background:#ffffff14}.stats article .stat-icon{font-size:2.5rem;margin-bottom:.75rem;filter:grayscale(.2)}.stats article h3{font-size:2rem;margin:0;font-weight:700;color:#fff}.stats article p{margin:.5rem 0 0;color:#fffc;font-size:.95rem}.section-heading{text-align:left;max-width:720px;margin-bottom:3rem}.section-heading h2{font-size:2.2rem;margin:.8rem 0}.section-heading p{color:#475569;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{padding:1.75rem;background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 15px 45px #0f172a0d;transition:transform .2s ease,border .2s ease}.feature-card .tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#0284c7}.feature-card h3{margin:.75rem 0;color:#0284c7}.feature-card p{margin:0;color:#475569}.feature-card:hover{transform:translateY(-6px);border-color:#0284c74d}.modules{background:#f1f5f9}.modules .modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.modules .modules-grid article{padding:1.5rem;border-radius:18px;background:#fff;border:1px solid rgba(2,132,199,.08);min-height:180px}.modules .modules-grid article h3{margin-top:0;color:#0284c7}.modules .modules-grid article p{color:#475569}.benefits-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.benefits-grid article{background:#fff;border-radius:20px;padding:2rem;border:1px solid #f1f5f9;box-shadow:0 15px 45px #0f172a0d}.benefits-grid article h3{margin-top:0;color:#0284c7}.benefits-grid article p{color:#475569;margin-bottom:0}.roadmap{background:#0f172a;color:#fff}.roadmap .roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.roadmap .roadmap-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.roadmap .roadmap-list li{padding:1rem 1rem 1rem 2.5rem;border-radius:18px;background:#ffffff14;position:relative}.roadmap .roadmap-list li:before{content:"";width:10px;height:10px;border-radius:50%;border:2px solid #fff;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.roadmap .roadmap-card{background:#0f172a73;border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:center}.roadmap .roadmap-card .btn{margin-top:1.5rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr;gap:2rem}}.contact-intro{position:sticky;top:100px}@media(max-width:1024px){.contact-intro{position:static}}.contact-channels{display:flex;flex-direction:column;gap:1rem}.channel-card{flex:1 1;padding:.85rem 1rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;transition:border .2s ease,transform .2s ease;display:flex;align-items:center;gap:1rem}.channel-card .channel-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#0284c7,#0369a1);display:flex;align-items:center;justify-content:center;color:#fff}.channel-card .channel-icon svg{width:24px;height:24px}.channel-card .channel-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.channel-card .channel-info span{display:block;font-size:.85rem;color:#475569;line-height:1.2}.channel-card .channel-info strong{font-size:1.1rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.channel-card:hover{border-color:#0284c7;transform:translateY(-4px)}.footer{background:#111827;color:#fff;padding:3rem 0 1.5rem}.footer .footer-brand-section{display:flex;justify-content:center;align-items:center}.footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer .footer-grid h4{margin-bottom:.5rem}.footer .footer-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.footer .footer-grid a{color:#fffc;font-size:.95rem;transition:color .2s ease}.footer .footer-grid a:hover{color:#0284c7}.footer .footer-grid a.social-link{display:flex;align-items:center;gap:.5rem}.footer .footer-grid a.social-link .social-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:.7;transition:opacity .2s ease,color .2s ease}.footer .footer-grid a.social-link .social-icon svg{width:100%;height:100%}.footer .footer-grid a.social-link:hover .social-icon{opacity:1}.footer .footer-grid a.footer-contact-link{display:flex;align-items:center;gap:.5rem}.footer .footer-grid a.footer-contact-link .footer-contact-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:.7;transition:opacity .2s ease}.footer .footer-grid a.footer-contact-link .footer-contact-icon svg{width:100%;height:100%}.footer .footer-grid a.footer-contact-link:hover .footer-contact-icon{opacity:1}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1rem;padding-bottom:1rem}.footer .footer-bottom .footer-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-align:center;margin-right:80px}@media(max-width:640px){.footer .footer-bottom .footer-info{margin-right:0;margin-bottom:80px}}.footer .footer-bottom p{margin:0;color:#fffc;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer .footer-bottom .ury-tech-logo-inline{height:1rem;vertical-align:middle;filter:brightness(0) invert(1) opacity(.8)}@media(max-width:1024px){.nav{display:none}.hero-grid{grid-template-columns:1fr}.device-frame{margin-top:2rem}}@media(max-width:640px){.header-actions{display:none}.section{padding:4rem 0}.hero{padding-top:2rem!important}.feature-grid,.modules-grid,.benefits-grid{grid-template-columns:1fr}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666;transition:transform .3s ease,box-shadow .3s ease;z-index:1000;cursor:pointer}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float svg{width:32px;height:32px}@media(max-width:640px){.whatsapp-float{bottom:1.5rem;right:1.5rem;width:56px;height:56px}.whatsapp-float svg{width:28px;height:28px}}.contact-form{background:#fff;padding:2rem;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 15px 45px #0f172a14;margin-bottom:2rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#0f172a;font-size:.95rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#f8fafc}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a;background:#fff}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#94a3b8}.contact-form .form-group input:disabled,.contact-form .form-group textarea:disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}.contact-form .form-group textarea{resize:vertical;min-height:100px}.contact-form .btn-submit{width:100%;padding:1rem 2rem;font-size:1rem;margin-top:.5rem}.contact-form .btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.contact-form .form-note{text-align:center;font-size:.85rem;color:#475569;margin-top:1rem;margin-bottom:0}.contact-form .form-message{padding:1rem;border-radius:12px;margin-bottom:1rem;font-weight:500;text-align:center}.contact-form .form-message-loading{background:#0284c71a;color:#0369a1;border:1px solid rgba(2,132,199,.2)}.contact-form .form-message-success{background:#10b9811a;color:#085b40;border:1px solid rgba(16,185,129,.2)}.contact-form .form-message-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.contact-divider{text-align:center;margin:2.5rem 0;position:relative}.contact-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e2e8f0}.contact-divider span{position:relative;background:#f8fafc;padding:0 1rem;color:#475569;font-size:.9rem;font-weight:500}@media(max-width:1024px){.contact-form{padding:1.5rem}}
