@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons+Round";:root{--primary: #FF5A5A;--brand-start: #FF744F;--brand-end: #FF4F65;--background-light: #FDFDFC;--background-dark: #0F172A;--surface-light: #FFFFFF;--surface-dark: #1E293B;font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#111827;background-color:var(--background-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark{color:#f3f4f6;background-color:var(--background-dark)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}html.dark{color-scheme:dark}body{margin:0;min-width:320px;max-width:100vw;min-height:100vh;overflow-x:hidden;background:var(--background-light);color:#111827;transition:background-color .3s ease,color .3s ease}.dark body{background:var(--background-dark);color:#f3f4f6}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:var(--orange)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;font-family:Outfit,sans-serif}img{max-width:100%;height:auto}button{font-family:Outfit,sans-serif;cursor:pointer;transition:all .3s ease}.text-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient-brand{background:linear-gradient(135deg,#ff744f,#ff4f65)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:#475569}::selection{background:var(--brand-start);color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(-10px);animation-timing-function:cubic-bezier(0,0,.2,1)}}.app{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000d}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo img{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;background:var(--gradient-left-right);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{font-weight:500;color:var(--darkGrey);position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-left-right);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--black)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem;cursor:pointer}.mobile-menu-btn span{width:25px;height:3px;background:var(--black);border-radius:3px;transition:all .3s ease}.hero{min-height:100vh;display:flex;align-items:center;background:var(--gradient);position:relative;overflow:hidden;padding-top:80px}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%}.hero .container{display:flex;align-items:center;justify-content:space-between;gap:4rem;position:relative;z-index:1}.hero-content{flex:1;color:var(--white)}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-content h1 span{display:block;font-weight:300;font-size:1.5rem;margin-bottom:.5rem}.hero-content p{font-size:1.25rem;opacity:.95;margin-bottom:2rem;max-width:500px;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-buttons .btn-primary{background:var(--white);color:var(--raspberry)}.hero-buttons .btn-primary:hover{background:var(--dirtyWhite)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:400px;width:100%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about{background:var(--white)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:var(--black);margin-bottom:1rem}.section-header p{color:var(--lightGrey);font-size:1.1rem;max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:1.8rem;color:var(--black);margin-bottom:1rem}.about-text p{color:var(--darkGrey);font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.about-image{display:flex;justify-content:center}.about-image img{max-width:350px;filter:drop-shadow(0 10px 30px rgba(255,79,101,.2))}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.feature-card{background:var(--dirtyWhite);padding:2rem;border-radius:20px;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{font-size:1.2rem;color:var(--black);margin-bottom:.5rem}.feature-card p{color:var(--lightGrey);font-size:.95rem}.contact{background:var(--dirtyWhite)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h3{font-size:1.8rem;color:var(--black);margin-bottom:1.5rem}.contact-info p{color:var(--darkGrey);margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--white);border-radius:12px;transition:all .3s ease}.contact-item:hover{transform:translate(5px);box-shadow:0 5px 15px #0000000d}.contact-icon{width:50px;height:50px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.contact-item-content h4{color:var(--black);margin-bottom:.25rem}.contact-item-content p,.contact-item-content a{color:var(--lightGrey);font-size:.95rem}.contact-item-content a:hover{color:var(--orange)}.contact-image{display:flex;justify-content:center;align-items:center}.contact-image img{max-width:300px;filter:drop-shadow(0 10px 30px rgba(255,79,101,.2))}.footer{background:var(--black);color:var(--white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand .logo-text{-webkit-text-fill-color:var(--white);color:var(--white);margin-bottom:1rem}.footer-brand p{color:var(--lightGrey);line-height:1.7;margin-top:1rem}.footer-links h4,.footer-legal h4{color:var(--white);margin-bottom:1.5rem;font-size:1.1rem}.footer-links ul,.footer-legal ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a,.footer-legal a{color:var(--lightGrey);transition:color .3s ease}.footer-links a:hover,.footer-legal a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--darkGrey);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:var(--lightGrey);font-size:.9rem}.company-info{display:flex;gap:2rem;color:var(--lightGrey);font-size:.85rem}.company-info span{display:flex;align-items:center;gap:.5rem}.page-container{max-width:900px;margin:0 auto;padding:6rem 1rem 3rem;overflow-x:hidden;width:100%;box-sizing:border-box}@media (min-width: 640px){.page-container{padding:8rem 1.5rem 4rem}}.page-container h1{font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.3;background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 640px){.page-container h1{font-size:2rem;margin-bottom:2rem}}@media (min-width: 768px){.page-container h1{font-size:2.75rem}}.dark .page-container h1{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-container .content{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 10px 40px -10px #0000001a;border:1px solid #e5e7eb;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}@media (min-width: 640px){.page-container .content{border-radius:1.5rem;padding:2rem}}@media (min-width: 768px){.page-container .content{padding:3rem}}.dark .page-container .content{background:#1e293b;border-color:#374151}.page-container h3{font-size:1.125rem;font-weight:700;color:#111827;margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #FF744F;display:inline-block}@media (min-width: 640px){.page-container h3{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem}}.dark .page-container h3{color:#fff}.page-container p{font-size:.9375rem;color:#4b5563;line-height:1.7;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 640px){.page-container p{font-size:1rem;line-height:1.75}}.dark .page-container p{color:#9ca3af}.page-container ul{list-style:none;padding:0;margin:1rem 0 1.5rem}.page-container ul li{position:relative;padding-left:1.25rem;margin-bottom:.75rem;font-size:.9375rem;color:#4b5563;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 640px){.page-container ul li{padding-left:1.5rem;font-size:1rem}}.dark .page-container ul li{color:#9ca3af}.page-container ul li:before{content:"";position:absolute;left:0;top:.5rem;width:.375rem;height:.375rem;background:linear-gradient(135deg,#ff744f,#ff4f65);border-radius:50%}@media (min-width: 640px){.page-container ul li:before{width:.5rem;height:.5rem}}.page-container ul li strong{color:#111827}.dark .page-container ul li strong{color:#fff}.page-container .data-table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem -.25rem 2rem;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 15px -3px #0000001a;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (min-width: 640px){.page-container .data-table{margin:1.5rem 0 2rem}}@media (min-width: 768px){.page-container .data-table{display:table}}.page-container .data-table thead{background:linear-gradient(135deg,#ff744f,#ff4f65)}.page-container .data-table th{padding:.625rem .5rem;text-align:left;font-weight:600;font-size:.6875rem;color:#fff;text-transform:uppercase;letter-spacing:.025em;min-width:100px;white-space:normal;word-wrap:break-word}@media (min-width: 640px){.page-container .data-table th{padding:.75rem;font-size:.75rem;min-width:120px}}@media (min-width: 768px){.page-container .data-table th{padding:1rem;font-size:.875rem;min-width:auto;letter-spacing:.05em}}.page-container .data-table tbody tr{background:#f9fafb;transition:background .2s}.dark .page-container .data-table tbody tr{background:#0f172a}.page-container .data-table tbody tr:nth-child(2n){background:#fff}.dark .page-container .data-table tbody tr:nth-child(2n){background:#1e293b}.page-container .data-table tbody tr:hover{background:#fff7ed}.dark .page-container .data-table tbody tr:hover{background:#ff744f1a}.page-container .data-table td{padding:.625rem .5rem;font-size:.75rem;color:#4b5563;border-bottom:1px solid #e5e7eb;vertical-align:top;line-height:1.4;min-width:100px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 640px){.page-container .data-table td{padding:.75rem;font-size:.8125rem;line-height:1.5;min-width:120px}}@media (min-width: 768px){.page-container .data-table td{padding:1rem;font-size:.875rem;line-height:1.6;min-width:auto}}.dark .page-container .data-table td{color:#9ca3af;border-bottom-color:#374151}.page-container .data-table td strong{color:#111827;display:block;margin-bottom:.25rem}.dark .page-container .data-table td strong{color:#fff}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;font-weight:500;margin-bottom:1.5rem;transition:color .3s ease;font-size:.875rem}@media (min-width: 640px){.back-link{margin-bottom:2rem;font-size:1rem}}.back-link:hover{color:#ff744f}.dark .back-link{color:#9ca3af}.dark .back-link:hover{color:#ff744f}.back-link .material-icons-round{font-size:1.125rem}@media (min-width: 640px){.back-link .material-icons-round{font-size:1.25rem}}@media (max-width: 1024px){.hero .container{flex-direction:column;text-align:center}.hero-content h1{font-size:2.5rem}.hero-content p{margin:0 auto 2rem}.hero-buttons{justify-content:center}.hero-image img{max-width:300px}.about-content{grid-template-columns:1fr;text-align:center}.features{grid-template-columns:repeat(2,1fr)}.contact-content{grid-template-columns:1fr}.contact-image{order:-1}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width: 768px){section{padding:3rem 0}.container{padding:0 1rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;gap:0;box-shadow:0 10px 30px #0000001a}.nav-links.active{display:flex}.nav-links li{padding:1rem;border-bottom:1px solid var(--veryLightGrey)}.nav-links li:last-child{border-bottom:none}.mobile-menu-btn{display:flex}.hero-content h1{font-size:2rem}.hero-content h1 span{font-size:1.1rem}.section-header h2{font-size:2rem}.features{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.company-info{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column}.hero-buttons button{width:100%}.page-container h1{font-size:1.8rem}}.header-nav{position:fixed;width:100%;z-index:50;transition:all .3s ease;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #f3f4f6}.dark .header-nav{background:#0f172acc;border-bottom:1px solid #1e293b}.header-nav__container{max-width:1280px;margin:0 auto;padding:0 1rem}.header-nav__content{display:flex;justify-content:space-between;align-items:center;height:64px}@media (min-width: 768px){.header-nav__content{height:80px}}.header-nav__logo{flex-shrink:0;display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.header-nav__logo-img{height:2rem;width:auto}@media (min-width: 768px){.header-nav__logo-img{height:2.5rem}}.header-nav__logo-icon{color:#ff744f;font-size:1.875rem}.header-nav__logo-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:-.025em;color:#111827}.dark .header-nav__logo-text{color:#fff}.header-nav__logo-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-nav__menu{display:none;gap:2rem;align-items:center}@media (min-width: 768px){.header-nav__menu{display:flex}}.header-nav__menu-link{color:#4b5563;font-weight:500;transition:color .3s ease;text-decoration:none}.dark .header-nav__menu-link{color:#d1d5db}.header-nav__menu-link:hover{color:#ff744f}.header-nav__theme-toggle{padding:.5rem;border-radius:9999px;background:transparent;border:none;cursor:pointer;transition:background-color .3s ease}.header-nav__theme-toggle:hover{background:#f3f4f6}.dark .header-nav__theme-toggle:hover{background:#1e293b}.header-nav__theme-icon{color:#6b7280}.dark .header-nav__theme-icon{color:#9ca3af}.header-nav__btn-login{padding:.625rem 1.25rem;border-radius:9999px;border:1px solid #e5e7eb;font-weight:500;transition:all .3s ease;text-decoration:none;color:#111827}.dark .header-nav__btn-login{border-color:#374151;color:#fff}.header-nav__btn-login:hover{border-color:#ff744f;color:#ff744f}.header-nav__btn-cta{padding:.625rem 1.25rem;border-radius:9999px;background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 6px #0000001a}.header-nav__btn-cta:hover{transform:translateY(-2px);box-shadow:0 0 20px #ff5a5a80}.header-nav__mobile-toggle{display:flex;align-items:center;padding:0;z-index:1001}@media (min-width: 768px){.header-nav__mobile-toggle{display:none}}.header-nav__hamburger-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff744f,#ff4f65);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff5a5a4d;padding:0}.header-nav__hamburger-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff5a5a66}.header-nav__hamburger-btn:active{transform:scale(.95)}.header-nav__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:20px;position:relative}.header-nav__hamburger-line{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute}.header-nav__hamburger-line:nth-child(1){top:0}.header-nav__hamburger-line:nth-child(2){top:50%;transform:translateY(-50%)}.header-nav__hamburger-line:nth-child(3){bottom:0}.header-nav__hamburger--open .header-nav__hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.header-nav__hamburger--open .header-nav__hamburger-line:nth-child(2){opacity:0;transform:translate(-100%)}.header-nav__hamburger--open .header-nav__hamburger-line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.header-nav__mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;padding:1rem;flex-direction:column;gap:.5rem;z-index:49;animation:header-slideDown .3s ease}.dark .header-nav__mobile-menu{background:#0f172afa;border-bottom:1px solid #1e293b}.header-nav__mobile-menu--open{display:flex}@media (min-width: 768px){.header-nav__mobile-menu{display:none!important}}.header-nav__mobile-menu-link{display:block;padding:.75rem 1rem;color:#4b5563;font-weight:500;text-decoration:none;border-radius:.5rem;transition:all .3s ease}.dark .header-nav__mobile-menu-link{color:#d1d5db}.header-nav__mobile-menu-link:hover{background:#f3f4f6;color:#ff744f}.dark .header-nav__mobile-menu-link:hover{background:#1e293b}.header-nav__mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.dark .header-nav__mobile-actions{border-top-color:#374151}.header-nav__mobile-cta{display:block;text-align:center;padding:.75rem 1.5rem;border-radius:9999px;background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;font-weight:500;text-decoration:none}.header-nav__mobile-theme-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:.5rem;background:#f3f4f6;border:none;color:#4b5563;font-weight:500;cursor:pointer}.dark .header-nav__mobile-theme-toggle{background:#1e293b;color:#d1d5db}@keyframes header-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background:#fff;border-top:1px solid #e5e7eb;padding-top:3rem;padding-bottom:1.5rem}@media (min-width: 768px){.footer{padding-top:4rem;padding-bottom:2rem}}.dark .footer{background:#0f172a;border-top:1px solid #1e293b}.footer__container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 640px){.footer__grid{gap:2rem;margin-bottom:3rem}}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__brand{grid-column:span 2}.footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}@media (min-width: 640px){.footer__logo{margin-bottom:1rem}}.footer__logo-img{height:1.75rem;width:auto;max-height:1.75rem;display:block}@media (min-width: 640px){.footer__logo-img{height:2rem;max-height:2rem}}.footer__description{color:#6b7280;font-size:.8125rem;max-width:20rem;line-height:1.5}@media (min-width: 640px){.footer__description{font-size:.875rem}}.dark .footer__description{color:#9ca3af}.footer__social{display:flex;gap:.75rem;margin-top:1rem}@media (min-width: 640px){.footer__social{gap:1rem;margin-top:1.5rem}}.footer__social-link{width:2.25rem;height:2.25rem;border-radius:9999px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:all .3s ease;text-decoration:none}@media (min-width: 640px){.footer__social-link{width:2.5rem;height:2.5rem}}.dark .footer__social-link{background:#1e293b;color:#9ca3af}.footer__social-link:hover{background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;transform:translateY(-2px)}.dark .footer__social-link:hover{background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff}.footer__social-link svg{width:1rem;height:1rem;max-width:1rem;max-height:1rem;flex-shrink:0;display:block}.footer__column h4{font-weight:700;color:#111827;margin-bottom:.75rem;font-size:.9375rem}@media (min-width: 640px){.footer__column h4{margin-bottom:1rem;font-size:1rem}}.dark .footer__column h4{color:#fff}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}@media (min-width: 640px){.footer__links{gap:.5rem}}.footer__links li{font-size:.8125rem}@media (min-width: 640px){.footer__links li{font-size:.875rem}}.footer__links a{color:#6b7280;text-decoration:none;transition:color .3s ease;display:inline-block}.dark .footer__links a{color:#9ca3af}.footer__links a:hover{color:#ff744f}.footer__bottom{border-top:1px solid #f3f4f6;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer__bottom{padding-top:2rem;flex-direction:row;justify-content:space-between}}.dark .footer__bottom{border-top:1px solid #1e293b}.footer__copyright{font-size:.6875rem;color:#9ca3af;text-align:center}@media (min-width: 640px){.footer__copyright{font-size:.75rem}}.footer__apps{display:flex;gap:1rem;margin-top:1rem}@media (min-width: 768px){.footer__apps{margin-top:0}}.footer__apps img{height:2rem;cursor:pointer;transition:transform .3s ease}.footer__apps img:hover{transform:translateY(-2px)}.hero-section{position:relative;padding-top:6rem;padding-bottom:3rem;overflow:hidden}@media (min-width: 640px){.hero-section{padding-top:7rem;padding-bottom:4rem}}@media (min-width: 1024px){.hero-section{padding-top:10rem;padding-bottom:7rem}}.hero-section__bg-shape{position:absolute;top:5rem;right:0;z-index:-10;opacity:.1}.dark .hero-section__bg-shape{opacity:.05}.hero-section__container{max-width:1280px;margin:0 auto;padding:0 1rem}.hero-section__grid{display:grid;gap:2rem;align-items:center}@media (min-width: 640px){.hero-section__grid{gap:3rem}}@media (min-width: 1024px){.hero-section__grid{grid-template-columns:repeat(2,1fr)}}.hero-section__content{text-align:center;display:flex;flex-direction:column;gap:1.25rem;align-items:center}@media (min-width: 640px){.hero-section__content{gap:1.5rem}}@media (min-width: 1024px){.hero-section__content{text-align:left;align-items:flex-start;gap:2rem}}.hero-section__badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:9999px;background:#fff7ed;border:1px solid #fed7aa;color:#ff744f;font-weight:500;font-size:.75rem;width:fit-content;max-width:max-content}@media (min-width: 640px){.hero-section__badge{padding:.5rem 1rem;font-size:.875rem}}.dark .hero-section__badge{background:#f973164d;border:1px solid rgba(249,115,22,.8)}.hero-section__badge .material-icons-round{font-size:1rem;margin-right:.5rem}.hero-section__title{font-size:2rem!important;font-family:Outfit,sans-serif;font-weight:800;line-height:1.2;color:#111827}@media (min-width: 640px){.hero-section__title{font-size:2.5rem!important}}@media (min-width: 768px){.hero-section__title{font-size:3rem!important}}@media (min-width: 1024px){.hero-section__title{font-size:4.5rem!important;line-height:1.25}}.dark .hero-section__title{color:#fff}.hero-section__title--gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Outfit,sans-serif!important;font-weight:800!important;font-size:inherit!important;display:inline-block;line-height:inherit;padding-bottom:.15em;vertical-align:bottom}.hero-section__description{font-size:.9375rem;color:#4b5563;max-width:42rem;margin:0 auto;line-height:1.6;font-weight:300;padding:0 .5rem}@media (min-width: 640px){.hero-section__description{font-size:1rem;line-height:1.75;padding:0}}@media (min-width: 1024px){.hero-section__description{margin:0;font-size:1.125rem}}.dark .hero-section__description{color:#d1d5db}.hero-section__cta-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center;width:100%;padding:0 1rem}@media (min-width: 640px){.hero-section__cta-buttons{flex-direction:row;width:auto;gap:1rem;padding:0}}@media (min-width: 1024px){.hero-section__cta-buttons{justify-content:flex-start}}.hero-section__btn-primary{display:flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:9999px;background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a;text-decoration:none}@media (min-width: 640px){.hero-section__btn-primary{padding:1rem 2rem;font-size:1.125rem}}.hero-section__btn-primary:hover{transform:translateY(-4px);box-shadow:0 0 20px #ff5a5a80}.hero-section__btn-primary .material-icons-round{margin-right:.5rem}.hero-section__btn-coming-soon{display:flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:9999px;background:transparent;border:2px solid #FF744F;color:#ff744f;font-weight:700;font-size:1rem;cursor:default;transition:all .3s ease;text-decoration:none}@media (min-width: 640px){.hero-section__btn-coming-soon{padding:1rem 2rem;font-size:1.125rem}}.dark .hero-section__btn-coming-soon{border-color:#ff744f;color:#ff744f}.hero-section__btn-coming-soon .material-icons-round{margin-right:.5rem}.hero-section__btn-secondary{display:flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;color:#374151;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 2px #0000000d;text-decoration:none}@media (min-width: 640px){.hero-section__btn-secondary{padding:1rem 2rem;font-size:1.125rem}}.dark .hero-section__btn-secondary{background:#1e293b;border-color:#374151;color:#fff}.hero-section__btn-secondary:hover{border-color:#ff744f;color:#ff744f}.hero-section__features{padding-top:.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;font-size:.8125rem;color:#6b7280}@media (min-width: 640px){.hero-section__features{padding-top:1rem;gap:1.5rem;font-size:.875rem}}@media (min-width: 1024px){.hero-section__features{justify-content:flex-start}}.dark .hero-section__features{color:#9ca3af}.hero-section__feature-item{display:flex;align-items:center}.hero-section__feature-item .material-icons-round{color:#10b981;margin-right:.25rem}.hero-section__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:1rem}@media (min-width: 640px){.hero-section__image-wrapper{padding:2rem}}.hero-section__image-glow{position:absolute;inset:0;background:linear-gradient(135deg,#fed7aa,#fecaca);border-radius:9999px;filter:blur(80px);opacity:.6;animation:hero-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.dark .hero-section__image-glow{background:linear-gradient(135deg,#f9731633,#ec489933)}.hero-section__mascot-img{position:relative;z-index:10;width:60%;max-width:20rem;transform:scale(1);transition:transform .5s ease;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));animation:hero-float 6s ease-in-out infinite}@media (min-width: 640px){.hero-section__mascot-img{width:70%;max-width:24rem}}@media (min-width: 1024px){.hero-section__mascot-img{width:100%;max-width:28rem}}.hero-section__mascot-img:hover{transform:scale(1.05)}.hero-section__notification-card{position:absolute;top:0;right:0;z-index:20;background:#fff;padding:.625rem;border-radius:.75rem;box-shadow:0 10px 15px -5px #0000001a;animation:hero-bounce 3s ease-in-out infinite}@media (min-width: 640px){.hero-section__notification-card{top:-1rem;right:0;padding:.875rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a}}@media (min-width: 1024px){.hero-section__notification-card{top:-2.5rem;right:-2.5rem;padding:1rem}}.dark .hero-section__notification-card{background:#1e293b}.hero-section__notification-content{display:flex;align-items:center;gap:.5rem}@media (min-width: 640px){.hero-section__notification-content{gap:.75rem}}.hero-section__notification-icon{width:2rem;height:2rem;border-radius:9999px;background:#d1fae5;display:flex;align-items:center;justify-content:center;color:#10b981}@media (min-width: 640px){.hero-section__notification-icon{width:2.5rem;height:2.5rem}}.hero-section__notification-icon .material-icons-round{font-size:1rem}@media (min-width: 640px){.hero-section__notification-icon .material-icons-round{font-size:1.25rem}}.hero-section__notification-text--small{font-size:.625rem;color:#6b7280}@media (min-width: 640px){.hero-section__notification-text--small{font-size:.75rem}}.hero-section__notification-text--large{font-weight:700;font-size:.75rem;color:#111827}@media (min-width: 640px){.hero-section__notification-text--large{font-size:.875rem}}.dark .hero-section__notification-text--large{color:#fff}@keyframes hero-pulse{0%,to{opacity:.6}50%{opacity:.3}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes hero-bounce{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(-10px);animation-timing-function:cubic-bezier(0,0,.2,1)}}.users-section{padding:4rem 0;background:#fff;position:relative}@media (min-width: 768px){.users-section{padding:5rem 0}}.dark .users-section{background:#1e293b}.users-section__container{max-width:1280px;margin:0 auto;padding:0 1rem}.users-section__header{text-align:center;max-width:48rem;margin:0 auto 2.5rem}@media (min-width: 768px){.users-section__header{margin-bottom:4rem}}.users-section__badge{color:#ff744f;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (min-width: 640px){.users-section__badge{font-size:.875rem}}.users-section__title{margin-top:.5rem;font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}@media (min-width: 640px){.users-section__title{font-size:1.875rem}}@media (min-width: 768px){.users-section__title{font-size:2.25rem}}.dark .users-section__title{color:#fff}.users-section__title--gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.users-section__subtitle{margin-top:1rem;color:#4b5563;font-size:.9375rem}@media (min-width: 640px){.users-section__subtitle{font-size:1rem}}.dark .users-section__subtitle{color:#9ca3af}.users-section__grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 768px){.users-section__grid{gap:4rem}}@media (min-width: 1024px){.users-section__grid{grid-template-columns:repeat(2,1fr)}}.users-section__phone-wrapper{display:flex;justify-content:center;order:2;cursor:pointer}@media (min-width: 1024px){.users-section__phone-wrapper{order:1}}.users-section__phone-frame{border:6px solid #333;border-radius:24px;overflow:hidden;position:relative;background:#fff;box-shadow:0 20px 40px #0003,0 0 30px #ff4f654d;max-width:16rem;width:100%}@media (min-width: 640px){.users-section__phone-frame{border-width:8px;border-radius:30px;max-width:20rem}}.users-section__phone-frame img{transition:opacity .5s ease-in-out}.users-section__phone-frame img.fade-out{opacity:0}.users-section__phone-frame img.fade-in{opacity:1}.users-section__features{display:flex;flex-direction:column;gap:2rem;order:1}@media (min-width: 768px){.users-section__features{gap:3rem}}@media (min-width: 1024px){.users-section__features{order:2}}.users-section__feature-item{display:flex;gap:1rem}@media (min-width: 640px){.users-section__feature-item{gap:1.5rem}}.users-section__feature-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}@media (min-width: 640px){.users-section__feature-icon{width:3rem;height:3rem}}.users-section__feature-icon .material-icons-round{font-size:1.25rem}@media (min-width: 640px){.users-section__feature-icon .material-icons-round{font-size:1.5rem}}.users-section__feature-icon--orange{background:#fff7ed;color:#ff744f}.dark .users-section__feature-icon--orange{background:#f973164d}.users-section__feature-icon--pink{background:#fce7f3;color:#ff4f65}.dark .users-section__feature-icon--pink{background:#ec48994d}.users-section__feature-icon--blue{background:#dbeafe;color:#3b82f6}.dark .users-section__feature-icon--blue{background:#3b82f64d}.users-section__feature-content h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.25rem}@media (min-width: 640px){.users-section__feature-content h3{font-size:1.25rem;margin-bottom:.5rem}}.dark .users-section__feature-content h3{color:#fff}.users-section__feature-content p{color:#4b5563;font-size:.9375rem}@media (min-width: 640px){.users-section__feature-content p{font-size:1rem}}.dark .users-section__feature-content p{color:#9ca3af}.business-section{padding:4rem 0;background:#f9fafb;border-top:1px solid #e5e7eb;position:relative;overflow:hidden}@media (min-width: 768px){.business-section{padding:6rem 0}}.dark .business-section{background:#0f172a;border-top:1px solid #1e293b}.business-section__bg-gradient{position:absolute;pointer-events:none}.business-section__bg-gradient--right{top:0;right:0;width:33.333333%;height:100%;background:linear-gradient(to left,rgba(255,237,213,.5),transparent);opacity:.6}.dark .business-section__bg-gradient--right{background:linear-gradient(to left,rgba(249,115,22,.1),transparent)}.business-section__bg-gradient--left{bottom:0;left:0;width:25%;height:50%;background:linear-gradient(to top,rgba(252,231,243,.4),transparent);opacity:.5}.dark .business-section__bg-gradient--left{background:linear-gradient(to top,rgba(236,72,153,.1),transparent)}.business-section__container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.business-section__header{text-align:center;max-width:64rem;margin:0 auto 3rem}@media (min-width: 768px){.business-section__header{margin-bottom:6rem}}.business-section__header-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;color:#ff744f;font-size:.75rem;font-weight:600;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 640px){.business-section__header-badge{font-size:.875rem;margin-bottom:1.5rem}}.dark .business-section__header-badge{background:#ffffff1a;border-color:#374151}.business-section__header-title{font-size:1.75rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}@media (min-width: 640px){.business-section__header-title{font-size:2.25rem;margin-bottom:1.5rem}}@media (min-width: 768px){.business-section__header-title{font-size:3rem}}@media (min-width: 1024px){.business-section__header-title{font-size:3.75rem}}.dark .business-section__header-title{color:#fff}.business-section__title--gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.business-section__header-description{font-size:1rem;color:#4b5563;max-width:42rem;margin:0 auto;font-weight:300;padding:0 .5rem}@media (min-width: 640px){.business-section__header-description{font-size:1.125rem;padding:0}}@media (min-width: 768px){.business-section__header-description{font-size:1.25rem}}.dark .business-section__header-description{color:#9ca3af}.business-section__subsection{display:grid;gap:2rem;align-items:center;margin-bottom:4rem;position:relative}@media (min-width: 768px){.business-section__subsection{gap:3rem;margin-bottom:8rem}}@media (min-width: 1024px){.business-section__subsection{grid-template-columns:repeat(12,1fr)}}.business-section__subsection h3{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.3}@media (min-width: 640px){.business-section__subsection h3{font-size:1.875rem}}@media (min-width: 1024px){.business-section__subsection h3{font-size:2.25rem}}.dark .business-section__subsection h3{color:#fff}.business-section__subsection p{font-size:1rem;color:#4b5563;line-height:1.75}@media (min-width: 640px){.business-section__subsection p{font-size:1.125rem}}.dark .business-section__subsection p{color:#9ca3af}.business-section__content-left{grid-column:span 12;order:2;display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.business-section__content-left{grid-column:span 5;order:1}}.business-section__content-right{grid-column:span 12;order:2;display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.business-section__content-right{grid-column:span 5}}.business-section__icon-box{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 15px -3px #0000001a;transform:rotate(-3deg)}.business-section__icon-box .material-icons-round{font-size:1.875rem}.business-section__icon-box--dark{background:linear-gradient(135deg,#111827,#374151)}.dark .business-section__icon-box--dark{background:linear-gradient(135deg,#fff,#e5e7eb);color:#111827}.business-section__icon-box--orange{background:#fff7ed;color:#ff744f;transform:rotate(3deg)}.dark .business-section__icon-box--orange{background:#f973164d}.business-section__icon-box--pink{background:#fce7f3;color:#ff4f65;transform:rotate(-3deg)}.dark .business-section__icon-box--pink{background:#ec48994d}.business-section__feature-list{display:flex;flex-direction:column;gap:1.5rem}.business-section__feature{display:flex;gap:1rem}.business-section__feature h4{font-weight:700;color:#111827;margin-bottom:.25rem}.dark .business-section__feature h4{color:#fff}.business-section__feature p{font-size:.875rem;color:#4b5563}.dark .business-section__feature p{color:#9ca3af}.business-section__feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.business-section__feature-icon--orange{background:#fff7ed;color:#ff744f}.dark .business-section__feature-icon--orange{background:#f973164d}.business-section__feature-icon--pink{background:#fce7f3;color:#ff4f65}.dark .business-section__feature-icon--pink{background:#ec48994d}.business-section__feature-icon--blue{background:#dbeafe;color:#3b82f6}.dark .business-section__feature-icon--blue{background:#3b82f64d}.business-section__image-wrapper{grid-column:span 12;order:1;display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 1024px){.business-section__image-wrapper{grid-column:span 7;order:2;justify-content:flex-end;align-items:center}}.business-section__blob{position:absolute;width:16rem;height:16rem;border-radius:9999px;mix-blend-mode:multiply;filter:blur(48px);opacity:.2;animation:business-blob 7s infinite}.business-section__blob--pink{background:#f9a8d4;top:2.5rem;right:-2.5rem}.business-section__blob--orange{background:#fdba74;bottom:-2.5rem;left:-2.5rem;animation-delay:2s}.business-section__mascot-wrapper{position:absolute;left:-2.5rem;bottom:5rem;z-index:20;width:10rem;animation:business-float 6s ease-in-out infinite}@media (max-width: 767px){.business-section__mascot-wrapper{display:none}}@media (min-width: 768px){.business-section__mascot-wrapper{display:block;left:-2.5rem;bottom:5rem}}@media (min-width: 1024px){.business-section__mascot-wrapper{left:auto;right:16rem;bottom:5rem}}.business-section__mascot-bubble{background:#fff;padding:.75rem;border-radius:1rem;border-bottom-left-radius:0;box-shadow:0 20px 25px -5px #0000001a;border:2px solid #FF744F;margin-bottom:1rem;transform:rotate(-12deg);transform-origin:bottom right}.dark .business-section__mascot-bubble{background:#1e293b}.business-section__mascot-bubble p{font-size:.75rem;font-weight:700;color:#1f2937;text-align:center;line-height:1.4}.dark .business-section__mascot-bubble p{color:#fff}.business-section__mascot-img{width:100%;filter:drop-shadow(0 10px 8px rgba(0,0,0,.1))}.business-section__phone-frame{border:6px solid #333;border-radius:24px;overflow-x:hidden;overflow-y:auto;position:relative;background:#333;box-shadow:0 20px 40px #0003,0 0 30px #ff4f654d;max-width:16rem;width:100%;aspect-ratio:1/1.9;z-index:10;scrollbar-width:none;-ms-overflow-style:none}.business-section__phone-frame::-webkit-scrollbar{display:none}@media (min-width: 640px){.business-section__phone-frame{border-width:8px;border-radius:30px;max-width:20rem}}.business-section__phone-frame img{width:calc(100% + 2px);margin-left:-1px;height:auto;display:block}.business-section__analytics-wrapper{grid-column:span 12;order:1;position:relative}@media (min-width: 1024px){.business-section__analytics-wrapper{grid-column:span 7;order:1}}.business-section__analytics-wrapper:hover .business-section__analytics-glow{opacity:.3}.business-section__analytics-wrapper:hover .business-section__analytics-card{transform:scale(1.01)}.business-section__analytics-wrapper:hover .business-section__bar-fill{height:100%}.business-section__analytics-wrapper:hover .business-section__peak-tooltip{opacity:1}.business-section__analytics-glow{position:absolute;inset:-.25rem;background:linear-gradient(135deg,#ff744f,#ff4f65);border-radius:1rem;opacity:.2;filter:blur(40px);transition:opacity 1s}.business-section__analytics-card{position:relative;background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid #f3f4f6;padding:.75rem;transform:scale(1);transition:transform .5s}@media (min-width: 640px){.business-section__analytics-card{padding:2rem}}.dark .business-section__analytics-card{background:#1e293b;border-color:#374151}.business-section__analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #f3f4f6;padding-bottom:1rem}.dark .business-section__analytics-header{border-bottom-color:#1e293b}.business-section__analytics-title-wrapper{display:flex;align-items:center;gap:.75rem}.business-section__analytics-title-wrapper h4{font-weight:700;color:#111827;font-size:1.125rem;margin:0}.dark .business-section__analytics-title-wrapper h4{color:#fff}.business-section__analytics-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.dark .business-section__analytics-icon{background:#1e293b}.business-section__analytics-subtitle{font-size:.75rem;font-weight:500;color:#9ca3af}.business-section__analytics-badge{padding:.25rem .75rem;background:#f9fafb;border-radius:9999px;font-size:.75rem;font-weight:500;color:#6b7280}.dark .business-section__analytics-badge{background:#1e293b}.business-section__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.business-section__stat-card{padding:.75rem;border-radius:.75rem;border:1px solid}.business-section__stat-card--orange{background:#fff7ed;border-color:#fed7aa}.dark .business-section__stat-card--orange{background:#f973161a;border-color:#f973164d}.business-section__stat-card--pink{background:#fce7f3;border-color:#fbcfe8}.dark .business-section__stat-card--pink{background:#ec48991a;border-color:#ec48994d}.business-section__stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.business-section__stat-value-wrapper{display:flex;align-items:flex-end;gap:.5rem}.business-section__stat-value{font-size:1.5rem;font-weight:700;color:#111827;font-family:Outfit,sans-serif}.dark .business-section__stat-value{color:#fff}.business-section__stat-change{font-size:.75rem;display:flex;align-items:center;font-weight:700;margin-bottom:.25rem;padding:0 .25rem;border-radius:.25rem}.business-section__stat-change--positive{color:#10b981;background:#d1fae5}.dark .business-section__stat-change--positive{background:#10b9814d}.business-section__stat-change .material-icons-round{font-size:.625rem;margin-right:.125rem}.business-section__chart-section{display:flex;flex-direction:column;gap:1rem}.business-section__chart-title{font-size:.875rem;font-weight:600;color:#374151}.dark .business-section__chart-title{color:#d1d5db}.business-section__chart-bars{display:flex;align-items:flex-end;gap:.75rem;height:10rem;padding-top:1rem;padding-left:.5rem;padding-right:.5rem}.business-section__chart-bar{width:100%;background:#f3f4f6;border-radius:.5rem .5rem 0 0;position:relative;cursor:pointer;overflow:hidden}.dark .business-section__chart-bar{background:#374151}.business-section__chart-bar--peak{background:linear-gradient(135deg,#ff744f,#ff4f65);box-shadow:0 0 20px #ff5a5a80;overflow:visible}.business-section__bar-fill{position:absolute;bottom:0;width:100%;height:0;background:#ff744f80;transition:height .5s ease-out}.business-section__bar-fill--1{background:#ff744f99;transition-delay:75ms}.business-section__bar-fill--2{background:#ff744f80;transition-delay:.1s}.business-section__bar-fill--3{background:#ff744fcc;transition-delay:.15s}.business-section__bar-fill--4{background:#ff744fb3;transition-delay:.2s}.business-section__bar-fill--5{background:#ff744f99;transition-delay:.3s}.business-section__peak-tooltip{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%);background:#111827;color:#fff;font-size:.625rem;padding:.25rem .5rem;border-radius:.25rem;opacity:0;transition:opacity .3s;white-space:nowrap}.business-section__chart-labels{display:flex;justify-content:space-around;padding:0;margin-top:.5rem}.business-section__chart-labels span{flex:1;text-align:center;font-size:.75rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.dark .business-section__chart-labels span{color:#6b7280}.business-section__check-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}.business-section__check-list li{display:flex;align-items:center}.business-section__check-list .material-icons-round{color:#10b981;margin-right:.75rem;flex-shrink:0}.business-section__check-list span:last-child{color:#374151;font-weight:500}.dark .business-section__check-list span:last-child{color:#d1d5db}.business-section__notification-wrapper{grid-column:span 12;order:1;display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 1024px){.business-section__notification-wrapper{grid-column:span 7;order:2}}.business-section__notification-glow{position:absolute;inset:0;background:linear-gradient(135deg,#fed7aa,#fecaca);border-radius:9999px;filter:blur(48px);opacity:.5}.dark .business-section__notification-glow{background:linear-gradient(135deg,#f9731633,#ec489933)}.business-section__notification-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2rem;justify-content:center;flex-wrap:wrap}@media (min-width: 768px){.business-section__notification-content{flex-direction:row}}.business-section__notification-phone{position:relative;border:6px solid #333;border-radius:24px;overflow:hidden;background:#333;box-shadow:0 20px 40px #0003,0 0 30px #ff4f654d;width:16rem;aspect-ratio:1/2;transform:rotate(-5deg);transition:transform .5s}@media (min-width: 640px){.business-section__notification-phone{border-width:8px;border-radius:30px;width:18rem}}.business-section__notification-phone:hover{transform:rotate(0)}.business-section__notification-phone-screen{width:100%;height:100%;overflow:hidden;position:relative}.business-section__notification-bg-image{position:absolute;inset:0;background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuDmwL_fR_d1FOrRidvIVyTyToVUCyC1iCtgefrOUtUiWzJ23Q6M6XlWyrosnt3hCYSMyy5Y6OG5wdTYrWdMznaPTFfzdGduO3Fptg0VIdlynEWVudY9BPwP-2RyxKt5eDfOpNUMyTR1VFSIUROkZ5YZZCtI4S77pJaz_QFDk7O91svnImps2nJcZI-EUJOBI26GVwcsbaAEmNCcT7EAF4whCLfXz0audLCr2lnw2nCCVuWIbEoapad4qkiBra0deuYErEzAJgmm5M1x);background-size:cover;background-position:center;opacity:.5}.business-section__notification-bg-overlay{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.business-section__notification-card{position:absolute;top:25%;left:50%;transform:translate(-50%);width:88%}.business-section__notification-card-content{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.375rem;border-radius:.5rem;box-shadow:0 4px 8px -2px #0000001a;border:1px solid rgba(255,255,255,.2);animation:business-bounce 3s infinite;display:flex;gap:.3rem;align-items:flex-start}.dark .business-section__notification-card-content{background:#1e293be6}.business-section__notification-icon{width:1rem;height:1rem;border-radius:.2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;margin-top:7px}.business-section__notification-icon .material-icons-round{font-size:.75rem}.business-section__notification-icon-img{width:100%;height:100%;object-fit:contain}.business-section__notification-text{flex:1;min-width:0}.business-section__notification-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.125rem}.business-section__notification-app{font-size:.375rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin:0}.dark .business-section__notification-app{color:#fff}.business-section__notification-time{font-size:.375rem;color:#6b7280}.business-section__notification-title{font-size:.4375rem;font-weight:600;color:#1f2937;margin:0}.dark .business-section__notification-title{color:#f3f4f6}.business-section__notification-message{font-size:.4375rem;color:#4b5563;margin:.125rem 0 0}.dark .business-section__notification-message{color:#9ca3af}.business-section__notification-mascot-wrapper{position:relative;margin-top:2rem;width:12rem;z-index:20}@media (min-width: 768px){.business-section__notification-mascot-wrapper{margin-top:0;margin-left:-3rem}}@media (min-width: 1024px){.business-section__notification-mascot-wrapper{margin-left:-5rem}}.business-section__notification-mascot-bubble{position:absolute;top:-5rem;right:0;background:#fff;padding:1rem;border-radius:1rem;border-bottom-left-radius:0;box-shadow:0 20px 25px -5px #0000001a;border:2px solid #FF744F;transform:rotate(2deg);animation:business-float 4s ease-in-out infinite}.dark .business-section__notification-mascot-bubble{background:#1e293b}.business-section__notification-mascot-bubble p{font-size:.875rem;font-weight:700;color:#1f2937;line-height:1.4;margin:0}.dark .business-section__notification-mascot-bubble p{color:#fff}.business-section__notification-mascot-img{width:100%;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));transition:transform .3s}.business-section__notification-mascot-img:hover{transform:scale(1.05)}.business-section__cta-wrapper{padding-top:.5rem;display:flex;justify-content:center;align-items:center}@media (min-width: 1024px){.business-section__cta-wrapper{justify-content:flex-start}}.business-section__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;background:#111827;color:#fff;font-weight:700;font-size:1.125rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.dark .business-section__cta-button{background:#fff;color:#111827}.business-section__cta-button:hover{box-shadow:0 10px 15px -3px #0003;transform:translateY(-4px)}.business-section__cta-button:before{content:"";position:absolute;inset:0;background:#111827;border-radius:9999px;z-index:0}.dark .business-section__cta-button:before{background:#fff}.business-section__cta-button span,.business-section__cta-button{position:relative;z-index:1;transition:all .3s}.business-section__cta-button:hover .business-section__cta-text,.business-section__cta-button:hover .material-icons-round{background:linear-gradient(135deg,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.business-section__cta-button .material-icons-round{margin-left:.5rem;transition:transform .3s}.business-section__cta-button:hover .material-icons-round{transform:translate(4px)}@keyframes business-blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes business-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes business-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pricing-section{padding:4rem 0;background:#fff;position:relative;overflow:hidden}@media (min-width: 768px){.pricing-section{padding:5rem 0}}.dark .pricing-section{background:#1e293b}.pricing-section__bg-text{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1280px;height:100%;opacity:.05;pointer-events:none}.pricing-section__bg-question{position:absolute;top:2.5rem;left:2.5rem;font-size:6rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}.pricing-section__bg-exclamation{position:absolute;bottom:2.5rem;right:2.5rem;font-size:6rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}.pricing-section__container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.pricing-section__header{text-align:center;margin-bottom:2.5rem}@media (min-width: 768px){.pricing-section__header{margin-bottom:2rem}}.pricing-section__badge{color:#ff744f;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (min-width: 640px){.pricing-section__badge{font-size:.875rem}}.pricing-section__title{margin-top:.5rem;font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}@media (min-width: 640px){.pricing-section__title{font-size:1.875rem}}@media (min-width: 768px){.pricing-section__title{font-size:2.25rem}}.dark .pricing-section__title{color:#fff}.pricing-section__annual-promo{display:flex;align-items:center;justify-content:center;gap:.75rem;max-width:40rem;margin:0 auto 2.5rem;padding:.875rem 1.5rem;border-radius:9999px;background:linear-gradient(135deg,#ff744f14,#ff4f6514);border:1px solid rgba(255,116,79,.2)}@media (min-width: 768px){.pricing-section__annual-promo{margin-bottom:6rem}}.dark .pricing-section__annual-promo{background:#ff744f1a;border-color:#ff744f40}.pricing-section__annual-promo .material-icons-round{color:#ff744f;font-size:1.25rem;flex-shrink:0}.pricing-section__annual-promo p{margin:0;font-size:.8125rem;color:#4b5563;line-height:1.4}@media (min-width: 640px){.pricing-section__annual-promo p{font-size:.9375rem}}.dark .pricing-section__annual-promo p{color:#d1d5db}.pricing-section__annual-promo p strong{color:#ff744f;font-weight:700}.pricing-section__grid{display:grid;gap:1.25rem}@media (min-width: 640px){.pricing-section__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.pricing-section__grid{grid-template-columns:repeat(4,1fr)}}.pricing-section__card{background:#f9fafb;border-radius:1.25rem;padding:1.5rem;border:1px solid #f3f4f6;transition:box-shadow .3s ease;display:flex;flex-direction:column}@media (min-width: 640px){.pricing-section__card{border-radius:1.5rem;padding:2rem}}.dark .pricing-section__card{background:#1e293b;border-color:#374151}.pricing-section__card:hover{box-shadow:0 20px 25px -5px #0000001a}.pricing-section__card h3{font-size:1.125rem;font-weight:700;color:#111827}@media (min-width: 640px){.pricing-section__card h3{font-size:1.25rem}}.dark .pricing-section__card h3{color:#fff}.pricing-section__card--featured{background:#fff;border:2px solid #FF744F;box-shadow:0 20px 25px -5px #0000001a;position:relative;transform:scale(1)}.dark .pricing-section__card--featured{background:#1e293b}@media (min-width: 1024px){.pricing-section__card--featured{transform:translateY(-1rem)}}.pricing-section__card-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.pricing-section__price{margin:1rem 0}.pricing-section__price-amount{font-size:1.5rem;font-weight:700;color:#111827}@media (min-width: 640px){.pricing-section__price-amount{font-size:1.875rem}}.dark .pricing-section__price-amount{color:#fff}.pricing-section__price-period{color:#6b7280;font-size:.875rem}.pricing-section__description{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.pricing-section__features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem;flex:1;font-size:.875rem;color:#4b5563}.dark .pricing-section__features{color:#d1d5db}.pricing-section__features li{display:flex;align-items:center}.pricing-section__features .material-icons-round{color:#ff744f;font-size:.875rem;margin-right:.5rem}.pricing-section__button{width:100%;padding:.5rem;border-radius:.75rem;border:1px solid #d1d5db;text-align:center;font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none;display:inline-block;color:#111827}.dark .pricing-section__button{border-color:#4b5563;color:#fff}.pricing-section__button:hover{border-color:#ff744f;color:#ff744f}.pricing-section__button--primary{background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;border:none}.pricing-section__button--primary:hover{box-shadow:0 10px 15px -3px #0000001a;color:#fff}.pricing-section__note{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:3rem;padding:0;background:transparent;border-radius:0;border:none}@media (min-width: 768px){.pricing-section__note{margin-top:4rem}}.dark .pricing-section__note{background:transparent;border-color:transparent}.pricing-section__note .material-icons-round{color:#ffb800;font-size:1.25rem}.pricing-section__note p{margin:0;color:#9ca3af;font-size:.813rem;font-weight:300;text-align:center}@media (min-width: 640px){.pricing-section__note p{font-size:.875rem}}.dark .pricing-section__note p{color:#9ca3af}.contact-section{padding:4rem 0;background:#fff;position:relative;overflow:hidden}@media (min-width: 768px){.contact-section{padding:6rem 0}}.dark .contact-section{background:#1e293b}.contact-section__container{max-width:1280px;margin:0 auto;padding:0 1rem}.contact-section__grid{display:grid;gap:2.5rem;align-items:start}@media (min-width: 768px){.contact-section__grid{gap:4rem}}@media (min-width: 1024px){.contact-section__grid{grid-template-columns:1fr 1fr;gap:5rem}}.contact-section__info{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 640px){.contact-section__info{gap:1.5rem}}.contact-section__badge{display:inline-block;width:fit-content;padding:.25rem .75rem;border-radius:9999px;background:#fff7ed;border:1px solid #fed7aa;color:#ff744f;font-size:.75rem;font-weight:600}@media (min-width: 640px){.contact-section__badge{font-size:.875rem}}.dark .contact-section__badge{background:#ff744f1a;border-color:#ff744f4d}.contact-section__title{font-size:1.75rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827;line-height:1.2}@media (min-width: 640px){.contact-section__title{font-size:2.25rem}}@media (min-width: 768px){.contact-section__title{font-size:2.5rem}}@media (min-width: 1024px){.contact-section__title{font-size:3rem}}.dark .contact-section__title{color:#fff}.contact-section__title--gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-section__description{font-size:1rem;color:#4b5563;line-height:1.75}@media (min-width: 640px){.contact-section__description{font-size:1.125rem}}.dark .contact-section__description{color:#9ca3af}.contact-section__details{align-items:center;width:100%;display:flex;flex-direction:column;gap:1.25rem;margin-top:.75rem}@media (min-width: 640px){.contact-section__details{gap:1.5rem;margin-top:1rem}}.contact-section__illustration{max-width:100%;height:auto}.contact-section__detail-item{display:flex;gap:.75rem;align-items:flex-start}@media (min-width: 640px){.contact-section__detail-item{gap:1rem}}.contact-section__detail-item h4{font-weight:700;color:#111827;margin-bottom:.25rem;font-size:1rem}.dark .contact-section__detail-item h4{color:#fff}.contact-section__detail-item p{font-size:.875rem;color:#6b7280}.dark .contact-section__detail-item p{color:#9ca3af}.contact-section__detail-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#ff744f,#ff4f65);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}@media (min-width: 640px){.contact-section__detail-icon{width:3rem;height:3rem}}.contact-section__detail-icon .material-icons-round{font-size:1rem}@media (min-width: 640px){.contact-section__detail-icon .material-icons-round{font-size:1.25rem}}.contact-section__form-wrapper{position:relative;width:100%;min-width:0}.contact-section__form-wrapper:hover .contact-section__form-glow{opacity:.25}.contact-section__form-glow{position:absolute;inset:-.5rem;background:linear-gradient(135deg,#ff744f,#ff4f65);border-radius:1.5rem;opacity:.15;filter:blur(30px);transition:opacity .5s;pointer-events:none;z-index:0}.contact-section__form{position:relative;z-index:1;background:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 25px 50px -12px #0000001a;border:1px solid #e5e7eb}@media (min-width: 640px){.contact-section__form{border-radius:1.5rem;padding:2rem}}@media (min-width: 768px){.contact-section__form{padding:2.5rem}}.dark .contact-section__form{background:#0f172a;border-color:#374151}.contact-section__form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.contact-section__form-row{grid-template-columns:1fr 1fr}}.contact-section__form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.contact-section__form-group label{font-size:.875rem;font-weight:600;color:#374151}.dark .contact-section__form-group label{color:#d1d5db}.contact-section__form-group input,.contact-section__form-group select,.contact-section__form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:1rem;font-family:Outfit,sans-serif;background:#f9fafb;color:#111827;transition:all .2s}.dark .contact-section__form-group input,.dark .contact-section__form-group select,.dark .contact-section__form-group textarea{background:#1e293b;border-color:#374151;color:#fff}.contact-section__form-group input::placeholder,.contact-section__form-group select::placeholder,.contact-section__form-group textarea::placeholder{color:#9ca3af}.dark .contact-section__form-group input::placeholder,.dark .contact-section__form-group select::placeholder,.dark .contact-section__form-group textarea::placeholder{color:#6b7280}.contact-section__form-group input:focus,.contact-section__form-group select:focus,.contact-section__form-group textarea:focus{outline:none;border-color:#ff744f;box-shadow:0 0 0 3px #ff744f1a;background:#fff}.dark .contact-section__form-group input:focus,.dark .contact-section__form-group select:focus,.dark .contact-section__form-group textarea:focus{background:#0f172a;box-shadow:0 0 0 3px #ff744f33}.contact-section__form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.contact-section__form-group textarea{resize:vertical;min-height:120px}.contact-section__form-result{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.75rem;margin-bottom:1rem;font-size:.875rem;animation:contact-slideIn .3s ease}@media (min-width: 640px){.contact-section__form-result{font-size:.9375rem}}.contact-section__form-result .material-icons-round{font-size:1.25rem;flex-shrink:0}.contact-section__form-result--success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.dark .contact-section__form-result--success{background:#10b98133;color:#6ee7b7;border-color:#10b9814d}.contact-section__form-result--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.dark .contact-section__form-result--error{background:#ef444433;color:#fca5a5;border-color:#ef44444d}.contact-section__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;border-radius:9999px;background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;font-weight:700;font-size:.9375rem;font-family:Outfit,sans-serif;border:none;cursor:pointer;box-shadow:0 10px 25px -5px #ff4f6566;transition:all .3s}@media (min-width: 640px){.contact-section__submit-btn{padding:1rem 2rem;font-size:1rem}}.contact-section__submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px -5px #ff4f6580}.contact-section__submit-btn:active{transform:translateY(0)}.contact-section__submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-section__submit-btn .material-icons-round{font-size:1.25rem;transition:transform .3s}.contact-section__submit-btn:hover:not(:disabled) .material-icons-round{transform:translate(4px)}.contact-section__spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:contact-spin .6s linear infinite}@keyframes contact-spin{to{transform:rotate(360deg)}}@keyframes contact-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.download{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;position:relative;overflow:hidden;padding:2rem 1rem}.dark .download{background:var(--background-dark)}.download__bg{position:absolute;width:40%;height:60%;pointer-events:none;border-radius:50%}.download__bg--top{top:-10%;right:-10%;background:radial-gradient(circle,rgba(255,116,79,.15) 0%,transparent 70%)}.download__bg--bottom{bottom:-10%;left:-10%;background:radial-gradient(circle,rgba(255,79,101,.12) 0%,transparent 70%)}.download__container{position:relative;z-index:10;max-width:480px;width:100%;text-align:center}.download__logo{margin-bottom:2rem}.download__logo img{height:48px;width:auto}.download__redirect{display:flex;flex-direction:column;align-items:center;gap:1rem}.download__redirect-title{font-size:1.5rem;font-weight:700;color:#111827;font-family:Outfit,sans-serif;margin:1rem 0 0}.dark .download__redirect-title{color:#fff}.download__redirect-hint{font-size:.938rem;color:#6b7280;margin:0 0 2.5rem}.dark .download__redirect-hint{color:#9ca3af}.download__content{display:flex;flex-direction:column;align-items:center}.download__title{font-size:2.25rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827;margin:0 0 .75rem;line-height:1.2}@media (min-width: 640px){.download__title{font-size:2.75rem}}.dark .download__title{color:#fff}.download__title--gradient{background:linear-gradient(to right,var(--brand-start),var(--brand-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.download__description{font-size:1.063rem;color:#6b7280;max-width:380px;margin:0 0 2.5rem;line-height:1.6;font-weight:300}.dark .download__description{color:#9ca3af}.download__buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;width:100%}@media (max-width: 420px){.download__buttons{flex-direction:column;align-items:center}}.download__badge{display:block;transition:transform .3s ease,opacity .3s ease}.download__badge:hover{transform:translateY(-3px)}.download__badge:active{transform:translateY(0);opacity:.85}.download__badge img{height:52px;width:auto;display:block}@media (min-width: 640px){.download__badge img{height:58px}}@keyframes download-spin{to{transform:rotate(360deg)}}.loader{aspect-ratio:1;border-radius:50%;border-style:solid;border-color:#000 rgba(0,0,0,0);animation:l1 1s infinite}.loader--small{width:30px;border-width:4px}.loader--medium{width:50px;border-width:8px}.loader--large{width:75px;border-width:10px}.loader--light{border-color:#fff rgba(0,0,0,0)}.loader--dark{border-color:#000 rgba(0,0,0,0)}.loader--brand{border-color:#FF744F rgba(0,0,0,0)}@keyframes l1{to{transform:rotate(.5turn)}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:2rem 1rem;position:relative;overflow:hidden}.dark .not-found{background:#0f172a}.not-found__container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:32rem;position:relative;z-index:10}.not-found__mascot{width:14rem;height:auto;margin-bottom:2rem;animation:not-found-float 4s ease-in-out infinite}@media (min-width: 640px){.not-found__mascot{width:18rem;margin-bottom:2.5rem}}.not-found__code{font-size:5rem;font-family:Outfit,sans-serif;font-weight:800;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 640px){.not-found__code{font-size:7rem}}.not-found__title{font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827;margin-bottom:.75rem}@media (min-width: 640px){.not-found__title{font-size:2rem}}.dark .not-found__title{color:#fff}.not-found__description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}@media (min-width: 640px){.not-found__description{font-size:1.125rem}}.dark .not-found__description{color:#9ca3af}.not-found__button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:9999px;background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 10px 25px -5px #ff4f6566;transition:all .3s}.not-found__button:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #ff4f6580}.not-found__button .material-icons-round{font-size:1.25rem;transition:transform .3s}.not-found__button:hover .material-icons-round{transform:translate(-4px)}.not-found__bg-shape{position:absolute;width:20rem;height:20rem;border-radius:9999px;opacity:.1;filter:blur(60px);pointer-events:none}.not-found__bg-shape--1{top:10%;left:-5%;background:#ff744f}.not-found__bg-shape--2{bottom:10%;right:-5%;background:#ff4f65}@keyframes not-found-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}
