@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}}.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}.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-container{max-width:1280px;margin:0 auto;padding:0 1rem}.header-content{display:flex;justify-content:space-between;align-items:center;height:64px}@media (min-width: 768px){.header-content{height:80px}}.header-logo{flex-shrink:0;display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.header-logo-img{height:2rem;width:auto}@media (min-width: 768px){.header-logo-img{height:2.5rem}}.header-logo-icon{color:#ff744f;font-size:1.875rem}.header-logo-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:-.025em;color:#111827}.dark .header-logo-text{color:#fff}.header-logo-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-menu{display:none;gap:2rem;align-items:center}@media (min-width: 768px){.header-menu{display:flex}}.header-menu-link{color:#4b5563;font-weight:500;transition:color .3s ease;text-decoration:none}.dark .header-menu-link{color:#d1d5db}.header-menu-link:hover{color:#ff744f}.header-theme-toggle{padding:.5rem;border-radius:9999px;background:transparent;border:none;cursor:pointer;transition:background-color .3s ease}.header-theme-toggle:hover{background:#f3f4f6}.dark .header-theme-toggle:hover{background:#1e293b}.header-theme-icon{color:#6b7280}.dark .header-theme-icon{color:#9ca3af}.header-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-btn-login{border-color:#374151;color:#fff}.header-btn-login:hover{border-color:#ff744f;color:#ff744f}.header-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-btn-cta:hover{transform:translateY(-2px);box-shadow:0 0 20px #ff5a5a80}.header-mobile-toggle{display:flex;align-items:center;padding:0;z-index:1001}@media (min-width: 768px){.header-mobile-toggle{display:none}}.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}.hamburger-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff5a5a66}.hamburger-btn:active{transform:scale(.95)}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:20px;position:relative}.hamburger-line{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute}.hamburger-line:nth-child(1){top:0}.hamburger-line:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger-line:nth-child(3){bottom:0}.hamburger.open .hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.open .hamburger-line:nth-child(2){opacity:0;transform:translate(-100%)}.hamburger.open .hamburger-line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.header-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:slideDown .3s ease}.dark .header-mobile-menu{background:#0f172afa;border-bottom:1px solid #1e293b}.header-mobile-menu.open{display:flex}@media (min-width: 768px){.header-mobile-menu{display:none!important}}.header-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-mobile-menu-link{color:#d1d5db}.header-mobile-menu-link:hover{background:#f3f4f6;color:#ff744f}.dark .header-mobile-menu-link:hover{background:#1e293b}.header-mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.dark .header-mobile-actions{border-top-color:#374151}.header-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-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-mobile-theme-toggle{background:#1e293b;color:#d1d5db}@keyframes 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}@media (min-width: 768px){.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}@media (min-width: 640px){.footer-logo-img{height:2rem}}.footer-logo-icon{color:#ff744f;font-size:1.5rem}.footer-logo-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;color:#111827}.dark .footer-logo-text{color:#fff}.footer-logo-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.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}}.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}}.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-bg-shape{position:absolute;top:5rem;right:0;z-index:-10;opacity:.1}.dark .hero-bg-shape{opacity:.05}.hero-container{max-width:1280px;margin:0 auto;padding:0 1rem}.hero-grid{display:grid;gap:2rem;align-items:center}@media (min-width: 640px){.hero-grid{gap:3rem}}@media (min-width: 1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-content{text-align:center;display:flex;flex-direction:column;gap:1.25rem;align-items:center}@media (min-width: 640px){.hero-content{gap:1.5rem}}@media (min-width: 1024px){.hero-content{text-align:left;align-items:flex-start;gap:2rem}}.hero-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-badge{padding:.5rem 1rem;font-size:.875rem}}.dark .hero-badge{background:#f973164d;border:1px solid rgba(249,115,22,.8)}.hero-badge .material-icons-round{font-size:1rem;margin-right:.5rem}.hero-title{font-size:2rem!important;font-family:Outfit,sans-serif;font-weight:800;line-height:1.2;color:#111827}@media (min-width: 640px){.hero-title{font-size:2.5rem!important}}@media (min-width: 768px){.hero-title{font-size:3rem!important}}@media (min-width: 1024px){.hero-title{font-size:4.5rem!important;line-height:1.25}}.dark .hero-title{color:#fff}.hero-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-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-description{font-size:1rem;line-height:1.75;padding:0}}@media (min-width: 1024px){.hero-description{margin:0;font-size:1.125rem}}.dark .hero-description{color:#d1d5db}.hero-cta-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center;width:100%;padding:0 1rem}@media (min-width: 640px){.hero-cta-buttons{flex-direction:row;width:auto;gap:1rem;padding:0}}@media (min-width: 1024px){.hero-cta-buttons{justify-content:flex-start}}.hero-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-btn-primary{padding:1rem 2rem;font-size:1.125rem}}.hero-btn-primary:hover{transform:translateY(-4px);box-shadow:0 0 20px #ff5a5a80}.hero-btn-primary .material-icons-round{margin-right:.5rem}.hero-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-btn-coming-soon{padding:1rem 2rem;font-size:1.125rem}}.dark .hero-btn-coming-soon{border-color:#ff744f;color:#ff744f}.hero-btn-coming-soon .material-icons-round{margin-right:.5rem}.hero-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-btn-secondary{padding:1rem 2rem;font-size:1.125rem}}.dark .hero-btn-secondary{background:#1e293b;border-color:#374151;color:#fff}.hero-btn-secondary:hover{border-color:#ff744f;color:#ff744f}.hero-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-features{padding-top:1rem;gap:1.5rem;font-size:.875rem}}@media (min-width: 1024px){.hero-features{justify-content:flex-start}}.dark .hero-features{color:#9ca3af}.hero-feature-item{display:flex;align-items:center}.hero-feature-item .material-icons-round{color:#10b981;margin-right:.25rem}.hero-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:1rem}@media (min-width: 640px){.hero-image-wrapper{padding:2rem}}.hero-image-glow{position:absolute;inset:0;background:linear-gradient(135deg,#fed7aa,#fecaca);border-radius:9999px;filter:blur(80px);opacity:.6;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.dark .hero-image-glow{background:linear-gradient(135deg,#f9731633,#ec489933)}.hero-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:float 6s ease-in-out infinite}@media (min-width: 640px){.hero-mascot-img{width:70%;max-width:24rem}}@media (min-width: 1024px){.hero-mascot-img{width:100%;max-width:28rem}}.hero-mascot-img:hover{transform:scale(1.05)}.hero-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:bounce 3s ease-in-out infinite}@media (min-width: 640px){.hero-notification-card{top:-1rem;right:0;padding:.875rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a}}@media (min-width: 1024px){.hero-notification-card{top:-2.5rem;right:-2.5rem;padding:1rem}}.dark .hero-notification-card{background:#1e293b}.hero-notification-content{display:flex;align-items:center;gap:.5rem}@media (min-width: 640px){.hero-notification-content{gap:.75rem}}.hero-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-notification-icon{width:2.5rem;height:2.5rem}}.hero-notification-icon .material-icons-round{font-size:1rem}@media (min-width: 640px){.hero-notification-icon .material-icons-round{font-size:1.25rem}}.hero-notification-text-small{font-size:.625rem;color:#6b7280}@media (min-width: 640px){.hero-notification-text-small{font-size:.75rem}}.hero-notification-text-large{font-weight:700;font-size:.75rem;color:#111827}@media (min-width: 640px){.hero-notification-text-large{font-size:.875rem}}@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)}}.users-section{padding:4rem 0;background:#fff;position:relative}@media (min-width: 768px){.users-section{padding:5rem 0}}.dark .users-section{background:#1e293b}.users-container{max-width:1280px;margin:0 auto;padding:0 1rem}.users-header{text-align:center;max-width:48rem;margin:0 auto 2.5rem}@media (min-width: 768px){.users-header{margin-bottom:4rem}}.users-badge{color:#ff744f;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (min-width: 640px){.users-badge{font-size:.875rem}}.users-title{margin-top:.5rem;font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}@media (min-width: 640px){.users-title{font-size:1.875rem}}@media (min-width: 768px){.users-title{font-size:2.25rem}}.dark .users-title{color:#fff}.users-title-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.users-subtitle{margin-top:1rem;color:#4b5563;font-size:.9375rem}@media (min-width: 640px){.users-subtitle{font-size:1rem}}.dark .users-subtitle{color:#9ca3af}.users-grid{display:grid;gap:2.5rem;align-items:center}@media (min-width: 768px){.users-grid{gap:4rem}}@media (min-width: 1024px){.users-grid{grid-template-columns:repeat(2,1fr)}}.users-phone-wrapper{display:flex;justify-content:center;order:2}@media (min-width: 1024px){.users-phone-wrapper{order:1}}.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){.phone-frame{border-width:8px;border-radius:30px;max-width:20rem}}.phone-frame img{transition:opacity .5s ease-in-out}.phone-frame img.fade-out{opacity:0}.phone-frame img.fade-in{opacity:1}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:40%;height:16px;background:#333;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:10}@media (min-width: 640px){.phone-notch{height:20px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}}.users-features{display:flex;flex-direction:column;gap:2rem;order:1}@media (min-width: 768px){.users-features{gap:3rem}}@media (min-width: 1024px){.users-features{order:2}}.users-feature-item{display:flex;gap:1rem}@media (min-width: 640px){.users-feature-item{gap:1.5rem}}.users-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-feature-icon{width:3rem;height:3rem}}.users-feature-icon.orange{background:#fff7ed;color:#ff744f}.dark .users-feature-icon.orange{background:#f973164d}.users-feature-icon.pink{background:#fce7f3;color:#ff4f65}.dark .users-feature-icon.pink{background:#ec48994d}.users-feature-icon.blue{background:#dbeafe;color:#3b82f6}.dark .users-feature-icon.blue{background:#3b82f64d}.users-feature-icon .material-icons-round{font-size:1.25rem}@media (min-width: 640px){.users-feature-icon .material-icons-round{font-size:1.5rem}}.users-feature-content h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.25rem}@media (min-width: 640px){.users-feature-content h3{font-size:1.25rem;margin-bottom:.5rem}}.users-feature-content p{color:#4b5563;font-size:.9375rem}@media (min-width: 640px){.users-feature-content p{font-size:1rem}}.dark .users-feature-content h3{color:#fff}.dark .users-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-bg-gradient-right{position:absolute;top:0;right:0;width:33.333333%;height:100%;background:linear-gradient(to left,rgba(255,237,213,.5),transparent);opacity:.6;pointer-events:none}.dark .business-bg-gradient-right{background:linear-gradient(to left,rgba(249,115,22,.1),transparent)}.business-bg-gradient-left{position:absolute;bottom:0;left:0;width:25%;height:50%;background:linear-gradient(to top,rgba(252,231,243,.4),transparent);opacity:.5;pointer-events:none}.dark .business-bg-gradient-left{background:linear-gradient(to top,rgba(236,72,153,.1),transparent)}.business-container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.business-header{text-align:center;max-width:64rem;margin:0 auto 3rem}@media (min-width: 768px){.business-header{margin-bottom:6rem}}.business-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-header-badge{font-size:.875rem;margin-bottom:1.5rem}}.dark .business-header-badge{background:#ffffff1a;border-color:#374151}.business-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-header-title{font-size:2.25rem;margin-bottom:1.5rem}}@media (min-width: 768px){.business-header-title{font-size:3rem}}@media (min-width: 1024px){.business-header-title{font-size:3.75rem}}.dark .business-header-title{color:#fff}.business-title-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.business-header-description{font-size:1rem;color:#4b5563;max-width:42rem;margin:0 auto;font-weight:300;padding:0 .5rem}@media (min-width: 640px){.business-header-description{font-size:1.125rem;padding:0}}@media (min-width: 768px){.business-header-description{font-size:1.25rem}}.dark .business-header-description{color:#9ca3af}.business-subsection{display:grid;gap:2rem;align-items:center;margin-bottom:4rem;position:relative}@media (min-width: 768px){.business-subsection{gap:3rem;margin-bottom:8rem}}@media (min-width: 1024px){.business-subsection{grid-template-columns:repeat(12,1fr)}}.business-content-left{grid-column:span 12;order:2;display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.business-content-left{grid-column:span 5;order:1}}.business-content-right{grid-column:span 12;order:2;display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.business-content-right{grid-column:span 5}}.business-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-icon-box.dark-gradient{background:linear-gradient(135deg,#111827,#374151)}.dark .business-icon-box.dark-gradient{background:linear-gradient(135deg,#fff,#e5e7eb);color:#111827}.business-icon-box.orange{background:#fff7ed;color:#ff744f;transform:rotate(3deg)}.dark .business-icon-box.orange{background:#f973164d}.business-icon-box.pink{background:#fce7f3;color:#ff4f65;transform:rotate(-3deg)}.dark .business-icon-box.pink{background:#ec48994d}.business-icon-box .material-icons-round{font-size:1.875rem}.business-subsection h3{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.3}@media (min-width: 640px){.business-subsection h3{font-size:1.875rem}}@media (min-width: 1024px){.business-subsection h3{font-size:2.25rem}}.dark .business-subsection h3{color:#fff}.business-subsection p{font-size:1rem;color:#4b5563;line-height:1.75}@media (min-width: 640px){.business-subsection p{font-size:1.125rem}}.dark .business-subsection p{color:#9ca3af}.business-feature-list{display:flex;flex-direction:column;gap:1.5rem}.business-feature{display:flex;gap:1rem}.business-feature-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.business-feature-icon.orange{background:#fff7ed;color:#ff744f}.dark .business-feature-icon.orange{background:#f973164d}.business-feature-icon.pink{background:#fce7f3;color:#ff4f65}.dark .business-feature-icon.pink{background:#ec48994d}.business-feature-icon.blue{background:#dbeafe;color:#3b82f6}.dark .business-feature-icon.blue{background:#3b82f64d}.business-feature h4{font-weight:700;color:#111827;margin-bottom:.25rem}.dark .business-feature h4{color:#fff}.business-feature p{font-size:.875rem;color:#4b5563}.dark .business-feature p{color:#9ca3af}.business-image-wrapper{grid-column:span 12;order:1;display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 1024px){.business-image-wrapper{grid-column:span 7;order:2;justify-content:flex-end;align-items:center}}.business-blob-bg{position:absolute;width:16rem;height:16rem;border-radius:9999px;mix-blend-mode:multiply;filter:blur(48px);opacity:.2;animation:blob 7s infinite}.business-blob-bg.pink{background:#f9a8d4;top:2.5rem;right:-2.5rem}.business-blob-bg.orange{background:#fdba74;bottom:-2.5rem;left:-2.5rem;animation-delay:2s}.business-mascot-wrapper{position:absolute;left:-2.5rem;bottom:5rem;z-index:20;width:10rem;animation:float 6s ease-in-out infinite}@media (min-width: 768px){.business-mascot-wrapper{display:block;left:-2.5rem;bottom:5rem}}@media (min-width: 1024px){.business-mascot-wrapper{left:auto;right:16rem;bottom:5rem}}@media (max-width: 767px){.business-mascot-wrapper{display:none}}.business-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-mascot-bubble{background:#1e293b}.business-mascot-bubble p{font-size:.75rem;font-weight:700;color:#1f2937;text-align:center;line-height:1.4}.dark .business-mascot-bubble p{color:#fff}.business-mascot-img{width:100%;filter:drop-shadow(0 10px 8px rgba(0,0,0,.1))}.business-phone-mockup{position:relative;z-index:10;display:flex;align-items:flex-end}.phone-device{position:relative;margin:0;border:14px solid #1f2937;background:#1f2937;border-radius:2.5rem;height:600px;width:300px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden}.phone-button-left-1{height:32px;width:3px;background:#1f2937;position:absolute;left:-17px;top:72px;border-radius:.5rem 0 0 .5rem}.phone-button-left-2{height:46px;width:3px;background:#1f2937;position:absolute;left:-17px;top:124px;border-radius:.5rem 0 0 .5rem}.phone-button-left-3{height:46px;width:3px;background:#1f2937;position:absolute;left:-17px;top:178px;border-radius:.5rem 0 0 .5rem}.phone-button-right{height:64px;width:3px;background:#1f2937;position:absolute;right:-17px;top:142px;border-radius:0 .5rem .5rem 0}.phone-screen{border-radius:2rem;overflow-y:auto;overflow-x:hidden;width:100%;height:100%;background:#fff;position:relative;scrollbar-width:none;-ms-overflow-style:none}.dark .phone-screen{background:#111827}.phone-screen::-webkit-scrollbar{width:0;display:none}.phone-screen::-webkit-scrollbar-track{background:transparent}.phone-screen::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}.phone-screen-image{width:100%;height:auto;display:block}.business-analytics-wrapper{grid-column:span 12;order:1;position:relative}@media (min-width: 1024px){.business-analytics-wrapper{grid-column:span 7;order:1}}.business-analytics-glow{position:absolute;inset:-.25rem;background:linear-gradient(135deg,#ff744f,#ff4f65);border-radius:1rem;opacity:.2;filter:blur(40px);transition:opacity 1s}.business-analytics-wrapper:hover .business-analytics-glow{opacity:.3}.business-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-analytics-card{padding:2rem}}.business-analytics-wrapper:hover .business-analytics-card{transform:scale(1.01)}.dark .business-analytics-card{background:#1e293b;border-color:#374151}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #f3f4f6;padding-bottom:1rem}.dark .analytics-header{border-bottom-color:#1e293b}.analytics-title-wrapper{display:flex;align-items:center;gap:.75rem}.analytics-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.dark .analytics-icon{background:#1e293b}.analytics-title-wrapper h4{font-weight:700;color:#111827;font-size:1.125rem;margin:0}.dark .analytics-title-wrapper h4{color:#fff}.analytics-subtitle{font-size:.75rem;font-weight:500;color:#9ca3af}.analytics-badge{padding:.25rem .75rem;background:#f9fafb;border-radius:9999px;font-size:.75rem;font-weight:500;color:#6b7280}.dark .analytics-badge{background:#1e293b}.analytics-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.analytics-stat-card{padding:.75rem;border-radius:.75rem;border:1px solid}.analytics-stat-card.orange{background:#fff7ed;border-color:#fed7aa}.dark .analytics-stat-card.orange{background:#f973161a;border-color:#f973164d}.analytics-stat-card.pink{background:#fce7f3;border-color:#fbcfe8}.dark .analytics-stat-card.pink{background:#ec48991a;border-color:#ec48994d}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value-wrapper{display:flex;align-items:flex-end;gap:.5rem}p.stat-value{font-size:1.5rem;font-weight:700;color:#111827;font-family:Outfit,sans-serif}.dark .stat-value{color:#fff}.stat-change{font-size:.75rem;display:flex;align-items:center;font-weight:700;margin-bottom:.25rem;padding:0 .25rem;border-radius:.25rem}.stat-change.positive{color:#10b981;background:#d1fae5}.dark .stat-change.positive{background:#10b9814d}.stat-change .material-icons-round{font-size:.625rem;margin-right:.125rem}.analytics-chart-section{display:flex;flex-direction:column;gap:1rem}.chart-title{font-size:.875rem;font-weight:600;color:#374151}.dark .chart-title{color:#d1d5db}.chart-bars{display:flex;align-items:flex-end;gap:.75rem;height:10rem;padding-top:1rem;padding-left:.5rem;padding-right:.5rem}.chart-bar-item{width:100%;background:#f3f4f6;border-radius:.5rem .5rem 0 0;position:relative;cursor:pointer;overflow:hidden}.dark .chart-bar-item{background:#374151}.chart-bar-item.peak{background:linear-gradient(135deg,#ff744f,#ff4f65);box-shadow:0 0 20px #ff5a5a80;overflow:visible}.bar-fill{position:absolute;bottom:0;width:100%;height:0;background:#ff744f80;transition:height .5s ease-out}.bar-delay-1{background:#ff744f99;transition-delay:75ms}.bar-delay-2{background:#ff744f80;transition-delay:.1s}.bar-delay-3{background:#ff744fcc;transition-delay:.15s}.bar-delay-4{background:#ff744fb3;transition-delay:.2s}.bar-delay-5{background:#ff744f99;transition-delay:.3s}.business-analytics-wrapper:hover .bar-fill{height:100%}.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-analytics-wrapper:hover .peak-tooltip{opacity:1}.business-check-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}.business-check-list li{display:flex;align-items:center}.business-check-list .material-icons-round{color:#10b981;margin-right:.75rem;flex-shrink:0}.business-check-list span:last-child{color:#374151;font-weight:500}.dark .business-check-list span:last-child{color:#d1d5db}.phone-card-header{background:#fbe4e8;padding:3rem 1.25rem 2rem;position:relative;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.phone-nav-buttons{position:absolute;top:1rem;width:100%;display:flex;justify-content:space-between;padding-left:.25rem;padding-right:.25rem;left:0;z-index:10}.phone-nav-btn{width:2rem;height:2rem;border-radius:9999px;background:#111827cc;display:flex;align-items:center;justify-content:center;color:#fff}.phone-nav-btn .material-icons-round{font-size:.875rem}.phone-card-logo-section{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1rem}.phone-card-logo{width:4rem;height:4rem;background:#fff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;justify-content:center;padding:.5rem;position:relative;margin-bottom:-3rem;z-index:10}.phone-card-logo .material-icons-round{font-size:1.5rem;color:#1f2937}.phone-card-brand{text-align:right}.phone-card-brand h2{font-size:1.875rem;font-family:Outfit,sans-serif;font-weight:300;text-transform:uppercase;letter-spacing:.1em;line-height:1;color:#9ca3af;margin:0}.phone-card-brand p{font-weight:700;font-size:.75rem;margin-top:.25rem;letter-spacing:.1em;color:#111827}.phone-card-content{padding:2rem 1.25rem 5rem}.phone-card-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.phone-card-title-section h1{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.phone-points-badge{background:#1f2937;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem}.phone-card-description{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.phone-social-icons{display:flex;justify-content:space-between;margin-bottom:2rem;padding:0 .5rem}.phone-social-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.phone-social-icon-box{width:2.5rem;height:2.5rem;background:#1f2937;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.phone-social-item span:last-child{font-size:.625rem;color:#4b5563}.phone-stamps-title{font-weight:700;font-size:1.125rem;margin-bottom:.75rem;color:#111827}.phone-stamp-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #f3f4f6;overflow:hidden;margin-bottom:1.5rem}.phone-stamp-image{height:8rem;background:#e5e7eb;position:relative}.phone-stamp-image img{width:100%;height:100%;object-fit:cover}.phone-stamp-scallop{position:absolute;bottom:-.5rem;width:100%;height:1rem;background:#fff;clip-path:polygon(0 50%,5% 0,10% 50%,15% 0,20% 50%,25% 0,30% 50%,35% 0,40% 50%,45% 0,50% 50%,55% 0,60% 50%,65% 0,70% 50%,75% 0,80% 50%,85% 0,90% 50%,95% 0,100% 50%,100% 100%,0% 100%)}.phone-stamp-content{padding:1rem;text-align:center}.phone-stamp-title{font-size:.75rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}.phone-stamp-description{font-size:.75rem;color:#6b7280;margin-bottom:1rem;padding:0 .5rem}.phone-stamp-progress{display:flex;justify-content:center;align-items:center;gap:.25rem;margin-bottom:.5rem}.stamp-dot{width:2rem;height:.25rem;background:#d1d5db;border-radius:9999px;opacity:.5}.stamp-dot.filled{background:#1f2937}.stamp-gift{color:#1f2937;font-size:1.125rem}.business-notification-wrapper{grid-column:span 12;order:1;display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 1024px){.business-notification-wrapper{grid-column:span 7;order:2}}.notification-glow{position:absolute;inset:0;background:linear-gradient(135deg,#fed7aa,#fecaca);border-radius:9999px;filter:blur(48px);opacity:.5}.dark .notification-glow{background:linear-gradient(135deg,#f9731633,#ec489933)}.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){.notification-content{flex-direction:row}}.notification-phone{position:relative;width:16rem;background:#1f2937;border-radius:2.5rem;padding:.75rem;box-shadow:0 25px 50px -12px #00000040;border:4px solid #374151;transform:rotate(-5deg);transition:transform .5s}.notification-phone:hover{transform:rotate(0)}.notification-phone-screen{background:#374151;height:100%;width:100%;border-radius:2rem;overflow:hidden;position:relative;min-height:400px}.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}.notification-bg-overlay{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notification-card{position:absolute;top:5rem;left:50%;transform:translate(-50%);width:90%}.notification-card-content{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.75rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;border:1px solid rgba(255,255,255,.2);animation:bounce 3s infinite;display:flex;gap:.5rem;align-items:flex-start}.dark .notification-card-content{background:#1e293be6}.notification-icon{width:1.5rem;height:1.5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.notification-icon-img{width:100%;height:100%;object-fit:contain}.notification-icon .material-icons-round{font-size:.75rem}.notification-text{flex:1;min-width:0}.notification-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.25rem}p.notification-app{font-size:.5rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin:0}.dark .notification-app{color:#fff}.notification-time{font-size:.5rem;color:#6b7280}p.notification-title{font-size:.625rem;font-weight:600;color:#1f2937;margin:0}.dark p.notification-title{color:#f3f4f6}p.notification-message{font-size:.625rem;color:#4b5563;margin:.125rem 0 0}.dark p.notification-message{color:#9ca3af}.notification-mascot-wrapper{position:relative;margin-top:2rem;width:12rem;z-index:20}@media (min-width: 768px){.notification-mascot-wrapper{margin-top:0;margin-left:-3rem}}@media (min-width: 1024px){.notification-mascot-wrapper{margin-left:-5rem}}.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:float 4s ease-in-out infinite}.dark .notification-mascot-bubble{background:#1e293b}.notification-mascot-bubble p{font-size:.875rem;font-weight:700;color:#1f2937;line-height:1.4;margin:0}.dark .notification-mascot-bubble p{color:#fff}.notification-mascot-img{width:100%;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));transition:transform .3s}.notification-mascot-img:hover{transform:scale(1.05)}.business-cta-wrapper{padding-top:.5rem}.business-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-cta-button{background:#fff;color:#111827;transition:all .3s}.business-cta-button:hover{box-shadow:0 10px 15px -3px #0003;transform:translateY(-4px)}.business-cta-button:before{content:"";position:absolute;inset:0;background:#111827;border-radius:9999px;z-index:0}.dark .business-cta-button:before{background:#fff;transition:all .3s}.business-cta-button span,.business-cta-button{position:relative;z-index:1;transition:all .3s}.business-cta-button:hover .business-cta-text,.business-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-cta-button .material-icons-round{margin-left:.5rem;transition:transform .3s}.business-cta-button:hover .material-icons-round{transform:translate(4px)}.chart-labels{display:flex;justify-content:space-around;padding:0;margin-top:.5rem}.chart-labels span{flex:1;text-align:center;font-size:.75rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.dark .chart-labels span{color:#6b7280}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes 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-bg-text{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1280px;height:100%;opacity:.05;pointer-events:none}.pricing-bg-question{position:absolute;top:2.5rem;left:2.5rem;font-size:6rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}.pricing-bg-exclamation{position:absolute;bottom:2.5rem;right:2.5rem;font-size:6rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}.pricing-container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.pricing-header{text-align:center;margin-bottom:2.5rem}@media (min-width: 768px){.pricing-header{margin-bottom:4rem}}.pricing-badge{color:#ff744f;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}@media (min-width: 640px){.pricing-badge{font-size:.875rem}}.pricing-title{margin-top:.5rem;font-size:1.5rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827}@media (min-width: 640px){.pricing-title{font-size:1.875rem}}@media (min-width: 768px){.pricing-title{font-size:2.25rem}}.dark .pricing-title{color:#fff}.pricing-grid{display:grid;gap:1.25rem}@media (min-width: 640px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.pricing-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-card{border-radius:1.5rem;padding:2rem}}.dark .pricing-card{background:#1e293b;border-color:#374151}.pricing-card:hover{box-shadow:0 20px 25px -5px #0000001a}.pricing-card.featured{background:#fff;border:2px solid #FF744F;box-shadow:0 20px 25px -5px #0000001a;position:relative;transform:scale(1)}.dark .pricing-card.featured{background:#1e293b}@media (min-width: 1024px){.pricing-card.featured{transform:translateY(-1rem)}}.pricing-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-card h3{font-size:1.125rem;font-weight:700;color:#111827}@media (min-width: 640px){.pricing-card h3{font-size:1.25rem}}.dark .pricing-card h3{color:#fff}.pricing-price{margin:1rem 0}.pricing-price-amount{font-size:1.5rem;font-weight:700;color:#111827}@media (min-width: 640px){.pricing-price-amount{font-size:1.875rem}}.dark .pricing-price-amount{color:#fff}.pricing-price-period{color:#6b7280;font-size:.875rem}.pricing-description{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.pricing-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-features{color:#d1d5db}.pricing-features li{display:flex;align-items:center}.pricing-features .material-icons-round{color:#ff744f;font-size:.875rem;margin-right:.5rem}.pricing-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-button{border-color:#4b5563;color:#fff}.pricing-button:hover{border-color:#ff744f;color:#ff744f}.pricing-button.primary{background:linear-gradient(135deg,#ff744f,#ff4f65);color:#fff;border:none}.pricing-button.primary:hover{box-shadow:0 10px 15px -3px #0000001a;color:#fff}.pricing-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-note{margin-top:4rem}}.dark .pricing-note{background:transparent;border-color:transparent}.pricing-note .material-icons-round{color:#ffb800;font-size:1.25rem}.pricing-note p{margin:0;color:#9ca3af;font-size:.813rem;font-weight:300;text-align:center}@media (min-width: 640px){.pricing-note p{font-size:.875rem}}.dark .pricing-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-container{max-width:1280px;margin:0 auto;padding:0 1rem}.contact-grid{display:grid;gap:2.5rem;align-items:start}@media (min-width: 768px){.contact-grid{gap:4rem}}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1fr;gap:5rem}}.contact-info{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 640px){.contact-info{gap:1.5rem}}.contact-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-badge{font-size:.875rem}}.dark .contact-badge{background:#ff744f1a;border-color:#ff744f4d}.contact-title{font-size:1.75rem;font-family:Outfit,sans-serif;font-weight:700;color:#111827;line-height:1.2}@media (min-width: 640px){.contact-title{font-size:2.25rem}}@media (min-width: 768px){.contact-title{font-size:2.5rem}}@media (min-width: 1024px){.contact-title{font-size:3rem}}.dark .contact-title{color:#fff}.contact-title-gradient{background:linear-gradient(to right,#ff744f,#ff4f65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-description{font-size:1rem;color:#4b5563;line-height:1.75}@media (min-width: 640px){.contact-description{font-size:1.125rem}}.dark .contact-description{color:#9ca3af}.contact-details{align-items:center;width:100%;display:flex;flex-direction:column;gap:1.25rem;margin-top:.75rem}@media (min-width: 640px){.contact-details{gap:1.5rem;margin-top:1rem}}.contact-detail-item{display:flex;gap:.75rem;align-items:flex-start}@media (min-width: 640px){.contact-detail-item{gap:1rem}}.contact-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-detail-icon{width:3rem;height:3rem}}.contact-detail-icon .material-icons-round{font-size:1rem}@media (min-width: 640px){.contact-detail-icon .material-icons-round{font-size:1.25rem}}.contact-detail-item h4{font-weight:700;color:#111827;margin-bottom:.25rem;font-size:1rem}.dark .contact-detail-item h4{color:#fff}.contact-detail-item p{font-size:.875rem;color:#6b7280}.dark .contact-detail-item p{color:#9ca3af}.contact-form-wrapper{position:relative;width:100%;min-width:0}.contact-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-form{border-radius:1.5rem;padding:2rem}}@media (min-width: 768px){.contact-form{padding:2.5rem}}.dark .contact-form{background:#0f172a;border-color:#374151}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.dark .form-group label{color:#d1d5db}.form-group input,.form-group select,.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 .form-group input,.dark .form-group select,.dark .form-group textarea{background:#1e293b;border-color:#374151;color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.dark .form-group input::placeholder,.dark .form-group textarea::placeholder{color:#6b7280}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff744f;box-shadow:0 0 0 3px #ff744f1a;background:#fff}.dark .form-group input:focus,.dark .form-group select:focus,.dark .form-group textarea:focus{background:#0f172a;box-shadow:0 0 0 3px #ff744f33}.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}.form-group textarea{resize:vertical;min-height:120px}.contact-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-submit-btn{padding:1rem 2rem;font-size:1rem}}.contact-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px -5px #ff4f6580}.contact-submit-btn:active{transform:translateY(0)}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-submit-btn .material-icons-round{font-size:1.25rem;transition:transform .3s}.contact-submit-btn:hover:not(:disabled) .material-icons-round{transform:translate(4px)}.form-result{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.75rem;margin-bottom:1rem;font-size:.875rem;animation:slideIn .3s ease}@media (min-width: 640px){.form-result{font-size:.9375rem}}.form-result.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.dark .form-result.success{background:#10b98133;color:#6ee7b7;border-color:#10b9814d}.form-result.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.dark .form-result.error{background:#ef444433;color:#fca5a5;border-color:#ef44444d}.form-result .material-icons-round{font-size:1.25rem;flex-shrink:0}.spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-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-form-wrapper:hover .contact-form-glow{opacity:.25}
