*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{color:#2d2a26;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;overflow-x:hidden}img,video,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15}.nav{z-index:100;padding:1rem 0;transition:background .25s,box-shadow .25s;position:fixed;top:0;left:0;right:0}.nav.scrolled{background:#fff;box-shadow:0 1px #e2ddd7}.nav__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.nav__inner{padding-left:2rem;padding-right:2rem}}.nav__inner{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.nav__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav__logo .logo-text{color:#2d2a26;letter-spacing:-.03em;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:900;line-height:1}.nav__logo .logo-text .dot{color:#5c6de7}.nav__logo img{flex-shrink:0;height:35px}.nav__links{align-items:center;gap:1.5rem;display:none}@media (width>=1024px){.nav__links{display:flex}}.nav__links a{color:#7a7570;font-size:.875rem;font-weight:500;transition:color .15s}.nav__links a:hover{color:#2d2a26}.nav__links a.active{color:#5c6de7;font-weight:600;position:relative}.nav__links a.active:after{content:"";background:#5c6de7;border-radius:9999px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.nav__actions{align-items:center;gap:.75rem;display:flex}.nav__cta{cursor:pointer;white-space:nowrap;color:#5c6de7;background:0 0;border:1.5px solid #5c6de773;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:none}@media (width>=1024px){.nav__cta{display:inline-flex}}.nav__cta:hover{background:#eef0fd;border-color:#5c6de7;transform:translateY(-1px)}.nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:flex}@media (width>=1024px){.nav__hamburger{display:none}}.nav__hamburger span{background:#2d2a26;border-radius:9999px;width:22px;height:2px;transition:all .25s;display:block}.nav__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__hamburger.open span:nth-child(2){opacity:0}.nav__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav__mobile{background:#fff;border-top:1px solid #e2ddd7;flex-direction:column;gap:1rem;padding:1.5rem;display:none}.nav__mobile.open{display:flex}@media (width>=1024px){.nav__mobile{display:none!important}}.nav__mobile a{color:#7a7570;border-bottom:1px solid #e2ddd7;padding:.5rem 0;font-size:1.125rem;font-weight:500}.nav__mobile a:hover{color:#2d2a26}.nav__mobile a.active{color:#5c6de7;border-left:3px solid #5c6de7;padding-left:.75rem;font-weight:600}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:120px;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:linear-gradient(160deg,#5c6de747 0%,#9b59e833 35%,#e8824a1a 65%,#fff 100%);position:absolute;inset:0}.hero__bg:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#5c6de752 0%,#9b59e82e 40%,#0000 70%);border-radius:9999px;width:70%;height:90%;position:absolute;top:-20%;right:-10%}.hero__bg:after{content:"";filter:blur(50px);pointer-events:none;background:radial-gradient(#e8824a2e 0%,#5c6de71f 50%,#0000 70%);border-radius:9999px;width:55%;height:70%;position:absolute;bottom:-15%;left:-8%}.hero__grid-overlay{pointer-events:none;background-image:radial-gradient(circle,#5c6de773 1.5px,#0000 1.5px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 70% at 50% 0,#000 30%,#0000 90%);mask-image:radial-gradient(90% 70% at 50% 0,#000 30%,#0000 90%)}.hero__stripe-overlay{pointer-events:none;background-image:repeating-linear-gradient(-45deg,#0000,#0000 40px,#5c6de705 40px 41px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 60%);mask-image:linear-gradient(#000 0%,#0000 60%)}.hero__orb{pointer-events:none;filter:blur(40px);border-radius:9999px;position:absolute}.hero__orb--1{background:radial-gradient(circle,#5c6de71f 0%,#0000 70%);width:280px;height:280px;animation:8s ease-in-out infinite orbFloat;top:15%;left:5%}.hero__orb--2{background:radial-gradient(circle,#9b59e81a 0%,#0000 70%);width:200px;height:200px;animation:11s ease-in-out infinite reverse orbFloat;top:40%;right:8%}.hero__orb--3{background:radial-gradient(circle,#e8824a14 0%,#0000 70%);width:160px;height:160px;animation:9s ease-in-out 2s infinite orbFloat;bottom:10%;left:35%}.hero__orb--4{background:radial-gradient(circle,#9b59e821 0%,#0000 70%);width:120px;height:120px;animation:13s ease-in-out 1s infinite reverse orbFloat;top:55%;left:18%}.hero__orb--5{background:radial-gradient(circle,#5c6de71a 0%,#0000 70%);width:90px;height:90px;animation:7s ease-in-out 3.5s infinite orbFloat;top:8%;left:50%}.hero__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.hero__inner{padding-left:2rem;padding-right:2rem}}.hero__inner{z-index:1;flex-direction:column;align-items:center;gap:4rem;display:flex;position:relative}.hero--resales{min-height:80vh;padding-top:160px;padding-bottom:3rem}.hero--resales .hero__inner{gap:2rem}.hero--resales .hero__headline{font-size:clamp(2.2rem,4.4vw,4.4rem)}.hero--resales .hero__visual{max-width:800px;padding:1rem}.hero--resales .hero__visual .hero__speed-badge{animation-delay:-2s}.hero--resales .hero__visual .hero__sync-badge{animation-delay:-1s}.hero--resales .hero__visual .hero__save-badge{animation-delay:-5s}.hero--resales .hero__visual .hero__email-badge{animation-delay:-4s}.hero--resales .hero__mockup{max-width:700px}.hero__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:780px;display:flex}.hero__badge{letter-spacing:.06em;text-transform:uppercase;color:#5c6de7;background:#eef0fd;border:1px solid #5c6de733;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__badge .dot{background:#5c6de7;border-radius:9999px;width:6px;height:6px;animation:2s infinite pulse}.hero__headline{letter-spacing:-.03em;color:#2d2a26;font-size:clamp(2.75rem,5.5vw,5.5rem);font-weight:900;line-height:1.15}.hero__headline .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__sub{color:#7a7570;max-width:600px;font-size:1.125rem;line-height:1.6}@media (width>=1024px){.hero__sub{font-size:1.25rem}}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero__btn-primary{cursor:pointer;white-space:nowrap;color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 24px #5c6de74d}.hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #5c6de766}.hero__btn-primary svg{width:18px;height:18px}.hero__btn-secondary{cursor:pointer;white-space:nowrap;color:#2d2a26;background:0 0;border:1.5px solid #5c6de766;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex}.hero__btn-secondary:hover{color:#5c6de7;background:#5c6de70a;border-color:#5c6de7;transform:translateY(-2px)}.hero__btn-secondary svg{width:18px;height:18px}.hero__stats{border-top:1px solid #e2ddd7;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;padding-top:1rem;display:flex}.hero__stat{flex-direction:column;gap:.25rem;display:flex}.hero__stat strong{color:#2d2a26;letter-spacing:-.02em;font-size:1.5rem;font-weight:900}.hero__stat span{color:#7a7570;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.hero__visual{justify-content:center;align-items:center;width:100%;max-width:900px;padding:2rem 1rem;display:flex;position:relative}@media (width>=1024px){.hero__visual{padding:2rem 4rem}}.hero__mockup{background:#fff;border:1px solid #e2ddd7;border-radius:20px;width:100%;max-width:860px;animation:6s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 12px 48px #0000001f,0 0 40px #5c6de733}.hero__mockup-bar{background:#f0ede8;border-bottom:1px solid #e2ddd7;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.hero__mockup-bar .dot{border-radius:9999px;width:10px;height:10px}.hero__mockup-bar .dot:first-child{background:#ff5f57}.hero__mockup-bar .dot:nth-child(2){background:#febc2e}.hero__mockup-bar .dot:nth-child(3){background:#28c840}.hero__mockup-bar .url{color:#7a7570;text-align:center;background:#f8f7f4;border:1px solid #e2ddd7;border-radius:6px;flex:1;padding:.25rem .75rem;font-size:.75rem}.hero__mockup-content{background:#f8f7f4;padding:0;line-height:0}.hero__screenshot{width:100%;height:auto;display:block}.hero__speed-badge{display:none}@media (width>=1024px){.hero__speed-badge{background:#fff;border:1px solid #e2ddd7;border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1rem;animation:6s ease-in-out -2s infinite float;display:flex;position:absolute;top:18%;right:-1rem;box-shadow:0 4px 20px #00000017}}.hero__speed-badge .icon{font-size:20px}.hero__speed-badge .text{flex-direction:column;display:flex}.hero__speed-badge .text strong{color:#2e9e6b;font-size:.875rem;font-weight:700}.hero__speed-badge .text span{color:#7a7570;font-size:.75rem}.hero__sync-badge{display:none}@media (width>=1024px){.hero__sync-badge{background:#fff;border:1px solid #e2ddd7;border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1rem;animation:7s ease-in-out -1s infinite float;display:flex;position:absolute;bottom:22%;right:-1rem;box-shadow:0 4px 20px #00000017}}.hero__sync-badge .icon{font-size:20px}.hero__sync-badge .text{flex-direction:column;display:flex}.hero__sync-badge .text strong{color:#5c6de7;font-size:.875rem;font-weight:700}.hero__sync-badge .text span{color:#7a7570;font-size:.75rem}.hero__save-badge{display:none}@media (width>=1024px){.hero__save-badge{background:#fff;border:1px solid #e2ddd7;border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1rem;animation:8s ease-in-out -5s infinite float;display:flex;position:absolute;top:20%;left:-1rem;box-shadow:0 4px 20px #00000017}}.hero__save-badge .icon{font-size:20px}.hero__save-badge .text{flex-direction:column;display:flex}.hero__save-badge .text strong{color:#e8824a;font-size:.875rem;font-weight:700}.hero__save-badge .text span{color:#7a7570;font-size:.75rem}.hero__email-badge{display:none}@media (width>=1024px){.hero__email-badge{background:#fff;border:1px solid #e2ddd7;border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1rem;animation:6s ease-in-out -4s infinite float;display:flex;position:absolute;bottom:22%;left:-1rem;box-shadow:0 4px 20px #00000017}}.hero__email-badge .icon{font-size:20px}.hero__email-badge .text{flex-direction:column;display:flex}.hero__email-badge .text strong{color:#2d2a26;font-size:.875rem;font-weight:700}.hero__email-badge .text span{color:#7a7570;font-size:.75rem}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(2px,-8px)rotate(1deg)}66%{transform:translate(-2px,4px)rotate(-1deg)}}@keyframes floatCenter{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-12px)}}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(12px,-18px)scale(1.04)}66%{transform:translate(-8px,10px)scale(.97)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.features{padding-top:6rem;padding-bottom:6rem}@media (width>=1024px){.features{padding-top:8rem;padding-bottom:8rem}}.features{background:#fff;position:relative}.features__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.features__inner{padding-left:2rem;padding-right:2rem}}.features__header{text-align:center;max-width:760px;margin:0 auto 4rem}.features__label{letter-spacing:.06em;text-transform:uppercase;color:#9b59e8;background:#9b59e81a;border:1px solid #9b59e833;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.features__title{letter-spacing:-.03em;color:#2d2a26;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900}.features__title .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.features__desc{color:#7a7570;font-size:1.125rem;line-height:1.6}.features__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features__grid{grid-template-columns:repeat(3,1fr)}}.features__actions{justify-content:center;margin-top:3rem;display:flex}@media (width>=1024px){.features__actions{margin-top:4rem}}.features__btn{cursor:pointer;white-space:nowrap;color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 24px #5c6de733}.features__btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 32px #5c6de74d}.features__btn svg{width:20px;height:20px;transition:transform .15s;stroke:#fff!important}.features__btn svg,.features__btn svg *{stroke:#fff!important}.features__btn:hover svg{transform:translate(4px)}.features__card{background:#fff;border:1px solid #e2ddd7;border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000012}.features__card:before{content:"";opacity:0;background:linear-gradient(90deg,#5c6de7,#9b59e8);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.features__card:hover{border-color:#5c6de733}.features__card:hover:before{opacity:1}.features__card--featured{background:linear-gradient(135deg,#eef0fd,#9b59e80f);border-color:#5c6de733}.features__card--featured:before{opacity:1}.features__icon{color:#5c6de7;background:#5c6de714;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s,background-color .25s,color .25s;display:flex}.features__icon svg{width:24px;height:24px;display:block}.features__icon svg *{transition:stroke .25s,fill .25s;stroke:url(#icon-gradient)!important;fill:none!important}.features__card:hover .features__icon{color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8)}.features__card:hover .features__icon svg *{stroke:#fff!important;fill:none!important}.features__card-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.features__card-link{color:#5c6de7;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .15s,transform .15s;display:inline-flex}.features__card-link svg{width:16px;height:16px;transition:transform .15s}.features__card-link svg *{stroke:inherit!important}.features__card-link:hover{color:#9b59e8}.features__card-link:hover svg{transform:translate(3px)}.features__card-title{color:#2d2a26;letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.features__card-desc{color:#7a7570;font-size:.875rem;line-height:1.6}.features__card-tag{letter-spacing:.06em;text-transform:uppercase;color:#2e9e6b;background:#2e9e6b1a;border:1px solid #2e9e6b33;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.features__card-tag--alt{color:#5c6de7;background:#5c6de71a;border:1px solid #5c6de733}.speed{padding-top:6rem;padding-bottom:6rem}@media (width>=1024px){.speed{padding-top:8rem;padding-bottom:8rem}}.speed{background:#f8f7f4;position:relative;overflow:hidden}.speed:before{content:"";pointer-events:none;background:radial-gradient(circle,#5c6de70d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.speed__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.speed__inner{padding-left:2rem;padding-right:2rem}}.speed__inner{align-items:center;gap:4rem;display:grid}@media (width>=1024px){.speed__inner{grid-template-columns:1fr 1fr}}.speed__content{flex-direction:column;gap:1.5rem;display:flex}.speed__label{letter-spacing:.06em;text-transform:uppercase;color:#d06a32;background:#e8824a1a;border:1px solid #e8824a33;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.speed__title{letter-spacing:-.03em;color:#2d2a26;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900}.speed__title .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.speed__desc{color:#7a7570;font-size:1.125rem;line-height:1.6}.speed__list{flex-direction:column;gap:1rem;display:flex}.speed__list-item{align-items:flex-start;gap:1rem;display:flex}.speed__list-item .check{color:#2e9e6b;background:#2e9e6b1f;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:12px;display:flex}.speed__list-item .text{flex-direction:column;gap:.25rem;display:flex}.speed__list-item .text strong{color:#2d2a26;font-size:1rem;font-weight:600}.speed__list-item .text span{color:#7a7570;font-size:.875rem}.speed__visual{flex-direction:column;gap:1rem;display:flex}.speed__mockup{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #5c6de71a;border-radius:20px;flex-direction:column;height:380px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000024}@media (width>=768px){.speed__mockup{height:440px}}.speed .mockup__browser-bar{background:#f1f3f4;border-bottom:1px solid #dfe1e5;flex-shrink:0;align-items:center;gap:1rem;height:32px;padding:0 1rem;display:flex}.speed .mockup__dots{gap:6px;display:flex}.speed .mockup__dots span{background:#ccc;border-radius:9999px;width:10px;height:10px}.speed .mockup__dots span:first-child{background:#ff5f56}.speed .mockup__dots span:nth-child(2){background:#ffbd2e}.speed .mockup__dots span:nth-child(3){background:#27c93f}.speed .mockup__address-bar{color:#9aa0a6;background:#fff;border-radius:10px;flex:1;align-items:center;height:20px;padding:0 .75rem;font-family:JetBrains Mono,Fira Code,Ubuntu Mono,Menlo,Monaco,Courier New,monospace;font-size:10px;display:flex}.speed .mockup__app{flex:1;display:flex;position:relative;overflow:hidden}.speed .mockup__scroll-container{flex:1;position:relative;overflow:hidden}.speed .mockup__scroll-content{width:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.speed .mockup__location-bar{background:#eee;border-radius:4px;align-items:center;height:21px;margin-bottom:.25rem;padding:0 10px;display:flex}.speed .mockup__results-meta{justify-content:space-between;align-items:center;margin-bottom:.25rem;padding:2px 0;display:flex}.speed .mockup__results-meta .mockup__skeleton-line--short{width:80px}.speed .mockup__results-meta .mockup__skeleton-dropdown{width:70px;height:24px}.speed .mockup__sidebar{background:#f8f9fa;border-right:1px solid #f1f3f4;flex-direction:column;flex-shrink:0;gap:12px;width:100px;padding:1rem;display:flex}@media (width>=768px){.speed .mockup__sidebar{gap:18px;width:140px}}.speed .mockup__filter-group{flex-direction:column;gap:.5rem;display:flex}.speed .mockup__filter-item{align-items:center;gap:8px;display:flex}.speed .mockup__filter-item .mockup__skeleton-line{flex:1;height:8px}.speed .mockup__filter-range{grid-template-columns:1fr 1fr;gap:6px;display:grid}.speed .mockup__skeleton-dropdown{background:#eee;border-radius:4px;height:14px;position:relative}.speed .mockup__skeleton-dropdown.active{background:#5c6de7}.speed .mockup__skeleton-checkbox{background:#eee;border-radius:2px;flex-shrink:0;width:12px;height:12px;position:relative}.speed .mockup__skeleton-checkbox.active{background:#5c6de7}.speed .mockup__skeleton-line{background:#eee;border-radius:5px;width:100%;height:10px}.speed .mockup__skeleton-line--title{background:#e0e0e0;width:60%;height:14px}.speed .mockup__skeleton-line--short{width:40%}.speed .mockup__main{background:#fff;flex-direction:column;flex:1;gap:.5rem;padding:.5rem 1rem;display:flex;position:relative;overflow:visible}.speed .mockup__results-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;transition:opacity .1s;display:grid}.speed .mockup__property-card{background:#fff;border:1px solid #eee;border-radius:6px;flex-direction:column;display:flex;overflow:hidden;display:flex!important}.speed .mockup__property-image{background:#f5f5f5;height:60px}@media (width>=768px){.speed .mockup__property-image{height:80px}}.speed .mockup__property-info{flex-direction:column;gap:.25rem;padding:.5rem;display:flex}.speed .mockup__pagination{justify-content:center;gap:6px;padding-top:.5rem;display:flex}.speed .mockup__page-btn{color:#999;border:1px solid #eee;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;display:flex}.speed .mockup__page-btn.active{color:#fff;background:#5c6de7;border-color:#5c6de7}.speed .mockup__details-overlay{z-index:10;background:#fff;flex-direction:column;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;transform:translateY(100%)}.speed .mockup__details-overlay.active{transform:translateY(0)}.speed .mockup__details-body{scrollbar-width:none;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.speed .mockup__details-body::-webkit-scrollbar{display:none}.speed .mockup__details-grid{grid-template-columns:1fr 120px;gap:1rem;display:grid}.speed .mockup__details-left{flex-direction:column;gap:1rem;display:flex}.speed .mockup__details-right{flex-direction:column;gap:.75rem;display:flex}.speed .mockup__details-card{border:1px solid #eee;border-radius:12px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.speed .mockup__details-features{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.speed .mockup__details-feature{align-items:center;gap:6px;display:flex}.speed .mockup__details-feature .mockup__skeleton-checkbox{width:10px;height:10px}.speed .mockup__details-gallery{background:#f5f5f5;border-radius:12px;flex-shrink:0;height:120px}.speed .mockup__details-map{background:#eee;border-radius:12px;width:100%;height:80px;position:relative;overflow:hidden}.speed .mockup__details-map:after{content:"";background:#5c6de733;border-radius:9999px;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.speed .mockup__details-header{background:#f8f9fa;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:40px;padding:0 1rem;display:flex}.speed .mockup__details-header .mockup__skeleton-line{width:30px}.speed .mockup__details-header .mockup__details-actions{gap:.5rem;display:flex}.speed .mockup__details-content{flex-direction:column;gap:.75rem;display:flex}.speed .mockup__cursor{z-index:20;color:#000;pointer-events:none;filter:drop-shadow(0 2px 2px #0003);width:20px;height:20px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:translate(200px,300px)}.speed .mockup__cursor svg{width:100%;height:100%}.speed .mockup__cursor-click{pointer-events:none;z-index:-1;opacity:0;background:#5c6de766;border-radius:9999px;width:40px;height:40px;position:absolute;top:0;left:0;transform:translate(-50%,-50%)scale(0)}.speed .mockup__cursor-click.animate{animation:.4s ease-out mockup-click}@keyframes mockup-click{0%{opacity:.8;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.integrations{background:#f8f7f4;border-top:1px solid #e2ddd7;border-bottom:1px solid #e2ddd7;padding:4rem 0}.integrations__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.integrations__inner{padding-left:2rem;padding-right:2rem}}.integrations__inner{flex-direction:column;align-items:center;gap:2rem;display:flex}.integrations__label{color:#7a7570;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:500}.integrations__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}@media (width>=1024px){.integrations__logos{gap:3rem}}.integrations__logo{opacity:.8;color:#2d2a26;letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;transition:all .25s;display:flex}.integrations__logo:hover{opacity:1;transform:translateY(-2px)}.integrations__logo .logo-icon{opacity:.8;background:#f0ede8;border:1px solid #e2ddd7;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .25s;display:flex}.integrations__logo:hover .integrations__logo .logo-icon{opacity:1}@media (width>=768px){.integrations__logo .logo-icon{width:38px;height:38px;font-size:18px}}.integrations__img{opacity:.8;width:auto;height:32px;transition:all .25s;display:block}.integrations__img[src$=\.svg]{height:19.2px}.integrations__logo:hover .integrations__img{opacity:1}@media (width>=768px){.integrations__img{height:38px}.integrations__img[src$=\.svg]{height:22.8px}}.integrations__img[alt=Zoddak]{transform:translateY(2px)}.testimonials{padding-top:6rem;padding-bottom:6rem}@media (width>=1024px){.testimonials{padding-top:8rem;padding-bottom:8rem}}.testimonials{background:#f0ede8}.testimonials__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.testimonials__inner{padding-left:2rem;padding-right:2rem}}.testimonials__header{text-align:center;max-width:760px;margin:0 auto 4rem}.testimonials__label{letter-spacing:.06em;text-transform:uppercase;color:#d06a32;background:#e8824a1a;border:1px solid #e8824a33;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.testimonials__title{letter-spacing:-.03em;color:#2d2a26;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900}.testimonials__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonials__card{background:#fff;border:1px solid #e2ddd7;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 1px 4px #00000012}.testimonials__card:hover{transform:translateY(-3px);box-shadow:0 4px 20px #00000017}.testimonials__stars{color:#e8824a;gap:.25rem;font-size:.875rem;display:flex}.testimonials__quote{color:#2d2a26;flex:1;font-size:1rem;line-height:1.6}.testimonials__quote:before{content:"\"";color:#5c6de7;vertical-align:-.4em;margin-right:.25rem;font-size:2rem;font-weight:900;line-height:0}.testimonials__author{border-top:1px solid #e2ddd7;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonials__avatar{color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.testimonials__avatar--a{background:linear-gradient(135deg,#5c6de7,#9b59e8)}.testimonials__avatar--b{background:linear-gradient(135deg,#e8824a,#d06a32)}.testimonials__avatar--c{background:linear-gradient(135deg,#2e9e6b,#0d9488)}.testimonials__avatar--d{background:linear-gradient(135deg,#e05c8a,#9b59e8)}.testimonials__avatar--e{background:linear-gradient(135deg,#0d9488,#5c6de7)}.testimonials__avatar--f{background:linear-gradient(135deg,#e8824a,#2e9e6b)}.testimonials__author-info{flex-direction:column;gap:2px;display:flex}.testimonials__author-info strong{color:#2d2a26;font-size:.875rem;font-weight:600}.testimonials__author-info span{color:#7a7570;font-size:.75rem}.alerts{padding-top:6rem;padding-bottom:6rem}@media (width>=1024px){.alerts{padding-top:8rem;padding-bottom:8rem}}.alerts{background:#fff}.alerts__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.alerts__inner{padding-left:2rem;padding-right:2rem}}.alerts__inner{align-items:center;gap:4rem;display:grid}@media (width>=1024px){.alerts__inner{grid-template-columns:1fr 1fr}}.alerts__content{flex-direction:column;gap:1.5rem;display:flex}.alerts__label{letter-spacing:.06em;text-transform:uppercase;color:#9b59e8;background:#9b59e81a;border:1px solid #9b59e833;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.alerts__title{letter-spacing:-.03em;color:#2d2a26;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900}.alerts__title .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.alerts__desc{color:#7a7570;font-size:1.125rem;line-height:1.6}.alerts__list{flex-direction:column;gap:.75rem;display:flex}.alerts__list-item{color:#2d2a26;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.alerts__list-item .icon{font-size:1.125rem}.alerts__visual{flex-direction:column;gap:1rem;display:flex}.serp{background:#fff;border:.5px solid #e2e0d9;border-radius:16px;max-width:640px;margin:0 auto;padding:24px;font-family:arial,sans-serif}.serp__searchbar{background:#f1f3f4;border-radius:24px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;display:flex}.serp__dots{flex-shrink:0;gap:4px;display:flex}.serp__dots span{border-radius:50%;width:11px;height:11px;display:block}.serp__dots span:first-child{background:#4285f4}.serp__dots span:nth-child(2){background:#ea4335}.serp__dots span:nth-child(3){background:#fbbc05}.serp__dots span:nth-child(4){background:#34a853}.serp__query{color:#202124;flex:1;font-size:14px}.serp__count{color:#70757a;margin-bottom:18px;font-size:12px}.serp__results{flex-direction:column;display:flex}.serp__result{padding:14px 0}.serp__result+.serp__result{border-top:.5px solid #ebe9e1}.serp__result--featured{background:#f8f7ff;border:1px solid #7c6fcd;border-radius:10px;margin:0 -16px;padding:14px 16px}.serp__result--featured+.serp__result{border-top:none;padding-top:14px}.serp__result--featured.serp__result{border-top:1px solid #7c6fcd}.serp__breadcrumb{color:#4d5156;word-break:break-all;margin-bottom:3px;font-size:12px}.serp__title{color:#1a0dab;margin-bottom:5px;font-size:17px;line-height:1.3;text-decoration:none;display:block}.serp__title:hover{cursor:pointer;text-decoration:underline}.serp__meta{color:#4d5156;font-size:13px}.serp__snippet{color:#4d5156;margin-top:4px;font-size:13px;line-height:1.5}.cta{padding-top:6rem;padding-bottom:6rem}@media (width>=1024px){.cta{padding-top:8rem;padding-bottom:8rem}}.cta{background:linear-gradient(135deg,#5c6de7 0%,#9b59e8 100%);position:relative;overflow:hidden}.cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 65%);width:800px;height:800px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.cta:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.cta__inner{width:100%;max-width:760px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.cta__inner{padding-left:2rem;padding-right:2rem}}.cta__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}.cta__label{letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:9999px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.cta__title{letter-spacing:-.03em;color:#fff;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:900;line-height:1.15}.cta--resales .cta__title{font-size:clamp(2.2rem,4vw,3.6rem)}.cta__desc{color:#fffc;max-width:500px;font-size:1.125rem;line-height:1.6}.cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta__btn-primary{cursor:pointer;white-space:nowrap;color:#5c6de7;background:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 24px #00000026}.cta__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0003}.cta__btn-secondary{cursor:pointer;white-space:nowrap;color:#fff;background:0 0;border:1.5px solid #fff6;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex}.cta__btn-secondary:hover{background:#ffffff1a;border-color:#fffc;transform:translateY(-2px)}.cta__note{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.cta__note .icon{font-size:1rem}.footer{background:#f8f7f4;border-top:1px solid #e2ddd7;padding:4rem 0 2rem}.footer__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.footer__inner{padding-left:2rem;padding-right:2rem}}.footer__inner{gap:3rem;display:grid}.footer__top{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=768px){.footer__top{grid-template-columns:1.5fr 1fr 1.5fr 1fr}}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.footer__logo img{flex-shrink:0;height:40px}.footer__logo-text{color:#2d2a26;letter-spacing:-.03em;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:900;line-height:1}.footer__logo-text .dot{color:#5c6de7}.footer__tagline{color:#7a7570;max-width:280px;font-size:.875rem;line-height:1.6}.footer__social{gap:.75rem;display:flex}.footer__social-link{color:#7a7570;background:#fff;border:1px solid #e2ddd7;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .15s;display:flex}.footer__social-link:hover{color:#5c6de7;background:#eef0fd;border-color:#5c6de74d;transform:translateY(-2px)}.footer__col{flex-direction:column;gap:1rem;display:flex}.footer__col-title{color:#2d2a26;text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;font-weight:600}.footer__col-links{flex-direction:column;gap:.75rem;display:flex}.footer__col-links a{color:#7a7570;font-size:.875rem;transition:color .15s}.footer__col-links a:hover{color:#5c6de7}.footer__highlight{color:#7a7570;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.6;display:flex}.footer__highlight .svg-inline{width:1.25em;height:1.25em;margin-top:.1em}.footer__bottom{border-top:1px solid #e2ddd7;flex-direction:column;gap:1rem;padding-top:2rem;display:flex}@media (width>=768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__copy{color:#7a7570;font-size:.875rem}.footer__bottom-links{gap:1.5rem;display:flex}.footer__bottom-links a{color:#7a7570;font-size:.875rem;transition:color .15s}.footer__bottom-links a:hover{color:#5c6de7}.page-hero{background:#f8f7f4;padding:5rem 0 4rem;position:relative;overflow:hidden}.page-hero--subpage{background:#f8f7f4;border-bottom:1px solid #e2ddd7;padding:4rem 0 3rem}.page-hero--subpage:before{content:"";opacity:.4;pointer-events:none;background-image:radial-gradient(circle,#5c6de71a 1.5px,#0000 1.5px);background-size:32px 32px;position:absolute;inset:0}.page-hero{text-align:center;border-bottom:1px solid #e2ddd7}.page-hero__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.page-hero__inner{padding-left:2rem;padding-right:2rem}}.page-hero__inner{z-index:1;max-width:680px;position:relative}.page-hero__label{color:#5c6de7;background:#5c6de714;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.page-hero__title{color:#2d2a26;margin-bottom:1.25rem;font-size:clamp(2.75rem,4vw,4.5rem);font-weight:900;line-height:1.1}.page-hero__title .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-hero__desc{color:#7a7570;font-size:1.25rem;line-height:1.7}.contact-info{text-align:center;background:#fff;padding:5rem 0 3rem}.contact-info__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.contact-info__inner{padding-left:2rem;padding-right:2rem}}.contact-info__inner{max-width:800px}.contact-info__title{color:#2d2a26;margin-bottom:1rem;font-size:2rem;font-weight:700}.contact-info__desc{color:#7a7570;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.contact-info__methods{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.contact-method{background:#f8f7f4;border:1px solid #e2ddd7;border-radius:20px;align-items:center;gap:1rem;width:100%;max-width:320px;padding:1rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}@media (width<=400px){.contact-method{min-width:0}}.contact-method:hover{border-color:#5c6de7;transform:translateY(-2px);box-shadow:0 4px 20px #00000017}.contact-method__icon{color:#5c6de7;background:#5c6de714;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-method__icon svg{width:24px;height:24px}.contact-method__text{text-align:left;flex-direction:column;display:flex}.contact-method__text strong{color:#2d2a26;font-size:1rem}.contact-method__text span{color:#7a7570;font-size:.875rem}.contact-method--whatsapp:hover{border-color:#25d366}.contact-method--whatsapp:hover .contact-method__icon{color:#25d366;background:#25d36614}.contact-grid{background:#fff;padding:0 0 6rem}.contact-grid__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.contact-grid__inner{padding-left:2rem;padding-right:2rem}}.contact-grid__inner{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}@media (width<=1024px){.contact-grid__inner{grid-template-columns:1fr;gap:4rem}}.contact-form-card,.schedule-card{background:#fff;border:1px solid #e2ddd7;border-radius:32px;flex-direction:column;height:100%;padding:2.5rem;display:flex;box-shadow:0 4px 24px #0000000a}@media (width<=480px){.contact-form-card,.schedule-card{padding:1.5rem}}.contact-form-card__title,.schedule-card__title{color:#2d2a26;margin-bottom:1rem;font-size:2rem;font-weight:800}.contact-form-card__title .highlight,.schedule-card__title .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-form-card__desc,.schedule-card__desc{color:#7a7570;margin-bottom:2rem;font-size:1rem;line-height:1.6}.contact__success{color:#2e9e6b;background:#2e9e6b1a;border:1px solid #2e9e6b33;border-radius:20px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.contact__success-icon{flex-shrink:0;width:24px;height:24px}.contact__success p{margin:0;font-size:.875rem;font-weight:500}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.contact__form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.contact__form-row{grid-template-columns:1fr}}.contact__field{flex-direction:column;gap:.5rem;display:flex}.contact__field label{color:#2d2a26;font-size:.875rem;font-weight:600}.contact__field input,.contact__field select,.contact__field textarea{color:#2d2a26;appearance:none;background:#fff;border:1.5px solid #e2ddd7;border-radius:20px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.contact__field input::placeholder,.contact__field select::placeholder,.contact__field textarea::placeholder{color:#a5a09b}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:#5c6de7;box-shadow:0 0 0 3px #5c6de71f}.contact__field select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a7570' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.contact__field textarea{resize:vertical;min-height:120px}.contact__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5c6de7,#9b59e8);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex;position:relative}.contact__submit svg{width:18px;height:18px}.contact__submit:hover{opacity:.9;transform:translateY(-1px)}.contact__submit:active{transform:translateY(0)}.contact__submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.contact__submit.is-loading .contact__spinner{display:block}.contact__submit.is-loading svg,.contact__submit.is-loading span{display:none}.contact__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:none}@keyframes spin{to{transform:rotate(360deg)}}.contact__privacy{color:#7a7570;text-align:center;margin-top:.25rem;font-size:.75rem}.schedule{display:none}.pricing{background:#fff;padding:5rem 0}.pricing-integrated{background:#fff;padding:1rem 0 5rem}.pricing-integrated__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.pricing-integrated__inner{padding-left:2rem;padding-right:2rem}}.pricing-integrated__inner{max-width:900px}.pricing-integrated__main{background:#fff;border:1px solid #e2ddd7;border-radius:64px;grid-template-columns:1fr;gap:2.5rem;padding:3rem;display:grid;box-shadow:0 20px 50px #5c6de70d,0 2px 10px #00000005}@media (width<=768px){.pricing-integrated__main{gap:2.5rem;padding:2rem}}.pricing-integrated__header{text-align:center;max-width:700px;margin:0 auto}.pricing-integrated__plan-badge{color:#5c6de7;text-transform:uppercase;letter-spacing:.05em;background:#5c6de714;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.pricing-integrated__main-title{color:#2d2a26;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.1}@media (width<=600px){.pricing-integrated__main-title{font-size:1.5rem;line-height:1.2}}.pricing-integrated__main-desc{color:#7a7570;margin-bottom:2rem;font-size:1rem;line-height:1.6}.pricing-integrated__price{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem;margin-bottom:1.5rem;display:flex}.pricing-integrated__currency{color:#2d2a26;font-size:2.75rem;font-weight:700}.pricing-integrated__amount{color:#2d2a26;letter-spacing:-.03em;font-size:4rem;font-weight:900}@media (width<=600px){.pricing-integrated__amount{font-size:3rem}}.pricing-integrated__period{color:#7a7570;font-size:1.5rem;font-weight:500}.pricing-integrated__vat{color:#7a7570;width:100%;margin-top:-.5rem;font-size:.875rem}.pricing-integrated__actions{flex-direction:column;align-items:center;gap:1rem;display:flex}.pricing-integrated__cta{color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:flex;box-shadow:0 10px 30px #5c6de74d}@media (width<=600px){.pricing-integrated__cta{padding:.75rem 1.5rem}}.pricing-integrated__cta svg{width:20px;height:20px;transition:transform .2s}.pricing-integrated__cta:hover{opacity:.95;transform:translateY(-2px)}.pricing-integrated__cta:hover svg{transform:translate(3px)}.pricing-integrated__demo{color:#7a7570;font-size:.875rem}@media (width<=600px){.pricing-integrated__demo a{margin-top:.25rem;display:block}}.pricing-integrated__demo a{color:#5c6de7;font-weight:600;text-decoration:none}.pricing-integrated__demo a:hover{text-decoration:underline}.pricing-integrated__content{border-top:1px solid #e2ddd7;padding-top:2.5rem}.pricing-integrated__features-title{color:#2d2a26;text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.pricing-integrated__list{grid-template-columns:repeat(3,1fr);gap:1.25rem 2rem;margin:0 0 2.5rem;padding:0;list-style:none;display:grid}@media (width<=900px){.pricing-integrated__list{grid-template-columns:1fr 1fr}}@media (width<=600px){.pricing-integrated__list{grid-template-columns:1fr}}.pricing-integrated__list li{color:#2d2a26;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.pricing-integrated__list li .svg-inline{color:#5c6de7;flex-shrink:0;width:1.2em;height:1.2em;margin-top:.2em}.pricing-integrated__more-features{text-align:center;color:#7a7570;margin-bottom:2.5rem;font-size:.875rem;font-style:italic}.pricing-integrated__more-features a{color:#5c6de7;font-style:normal;font-weight:600;text-decoration:none}.pricing-integrated__more-features a:hover{text-decoration:underline}.pricing-integrated__footer{border-top:1px solid #e2ddd780;justify-content:center;padding-top:1.5rem;display:flex}@media (width<=600px){.pricing-integrated__footer{justify-content:flex-start}}.pricing-integrated__badges{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}@media (width<=600px){.pricing-integrated__badges{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%}}.pricing-integrated__badge{color:#2d2a26;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.pricing-integrated__badge .svg-inline{opacity:.8;width:1.2em;height:1.2em}.pricing-faq{background:#f8f7f4;border-top:1px solid #e2ddd7;padding:5rem 0}.pricing-faq__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.pricing-faq__inner{padding-left:2rem;padding-right:2rem}}.pricing-faq__inner{max-width:900px}.pricing-faq__title{color:#2d2a26;text-align:center;margin-bottom:3rem;font-size:2.75rem;font-weight:800}.pricing-faq__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=700px){.pricing-faq__grid{grid-template-columns:1fr}}.pricing-faq__item h3{color:#2d2a26;margin-bottom:.5rem;font-size:1rem;font-weight:700}.pricing-faq__item p{color:#7a7570;font-size:1rem;line-height:1.7}.pricing-faq__item p a{color:#5c6de7;font-weight:600;text-decoration:none}.pricing-faq__item p a:hover{text-decoration:underline}.faq-hero{text-align:center;background:#f8f7f4;padding:6rem 0 4rem;position:relative;overflow:hidden}.faq-hero__inner{z-index:2;max-width:760px;margin:0 auto;padding:0 1.5rem;position:relative}.faq-hero__badge{color:#5c6de7;text-transform:uppercase;letter-spacing:.05em;background:#eef0fd;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.faq-hero__title{color:#2d2a26;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.15}.faq-hero__title-accent{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}@media (width<=768px){.faq-hero__title{font-size:2.75rem}}.faq-hero__subtitle{color:#7a7570;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.faq{background:#fff;padding:5rem 0}.faq__inner{max-width:760px;margin:0 auto;padding:0 1.5rem}.faq__shortcuts{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.faq__shortcut{color:#2d2a26;background:0 0;border:1.5px solid #e2ddd7;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s}.faq__shortcut:hover{color:#5c6de7;border-color:#5c6de7;transform:translateY(-2px);box-shadow:0 1px 4px #00000012}.faq__grid{flex-direction:column;gap:4rem;display:flex}.faq__category-title{color:#2d2a26;border-bottom:2px solid #00000012;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700}.faq__item{margin-bottom:2.5rem}.faq__item:last-child{margin-bottom:0}.faq__question{color:#2d2a26;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.faq__answer{color:#7a7570;font-size:1rem;line-height:1.6}.faq__answer a{color:#5c6de7;font-weight:500;text-decoration:none}.faq__answer a:hover{text-decoration:underline}.faq__cta{text-align:center;background:#f8f7f4;border:1px solid #e2ddd7;border-radius:20px;margin-top:6rem;padding:3rem}.faq__cta-title{margin-bottom:1rem;font-size:2rem;font-weight:700}.faq__cta-desc{color:#7a7570;margin-bottom:2rem;font-size:1.25rem}.faq__cta-button{color:#fff;background:#5c6de7;border-radius:9999px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block}.faq__cta-button:hover{background:#4757d4;transform:translateY(-2px);box-shadow:0 4px 20px #00000017}.page-hero--features,.page-hero--resalesonline{background:#f4f4f8;border-bottom:1px solid #e2ddd7;padding:5rem 0 3rem}.page-hero--features:before,.page-hero--resalesonline:before{content:"";opacity:.4;pointer-events:none;background-image:radial-gradient(circle,#5c6de71a 1.5px,#0000 1.5px);background-size:32px 32px;position:absolute;inset:0}@media (width>=768px){.page-hero--features,.page-hero--resalesonline{padding:8rem 0 5rem}}.page-hero--features .page-hero__inner,.page-hero--resalesonline .page-hero__inner{max-width:800px}.page-hero--features .page-hero__title,.page-hero--resalesonline .page-hero__title{margin-bottom:1rem;font-size:clamp(2.75rem,3.5vw,3.5rem)}.page-hero--features .page-hero__desc,.page-hero--resalesonline .page-hero__desc{font-size:1rem}.features-page{z-index:1;background-color:#fff;position:relative;overflow-x:clip}.features-page__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.features-page__container{padding-left:2rem;padding-right:2rem}}.features-page__container{z-index:2;padding-top:2rem;padding-bottom:6rem;position:relative}@media (width>=1024px){.features-page__container{padding-top:6rem;padding-bottom:6rem}}@media (width<=1024px){.features-page__container{display:block}}@media (width>=1024px){.features-page__container:has(.features-page__sidebar){grid-template-columns:240px 1fr;align-items:flex-start;gap:3rem;display:grid}}.features-page__sidebar{z-index:10;background-color:#fff;border:1px solid #e2ddd7;border-radius:20px;height:fit-content;padding:1.5rem 1rem;position:sticky;top:10rem;box-shadow:0 1px 4px #00000012}@media (width<=1024px){.features-page__sidebar{display:none}}.features-page__content{width:100%;max-width:800px;margin-left:auto;margin-right:auto}.features-page--landing .features-page__content{max-width:900px}.features-page--landing .feature-section{border-bottom:none;margin-bottom:8rem;background-color:#0000!important}@media (width>=1024px){.features-page--landing .feature-section{margin-bottom:8rem}}.features-page--landing .feature-section:last-child{margin-bottom:0}.features-page--landing .feature-section:before{display:none!important}@keyframes shimmer-line{0%{transform:translate(-200%)}to{transform:translate(200%)}}@keyframes pulse-heart{0%{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.15)}60%{transform:scale(1)}to{transform:scale(1)}}@keyframes float-agent{0%{transform:translate(0)}33%{transform:translate(10px,-15px)}66%{transform:translate(-10px,5px)}to{transform:translate(0)}}@keyframes float-agent-alt{0%{transform:translate(0)}33%{transform:translate(-15px,10px)}66%{transform:translate(5px,-10px)}to{transform:translate(0)}}.features-nav{position:relative}.features-nav__indicator{display:none}.features-nav__list{margin:0;padding:0;list-style:none}.features-nav__link{color:#7a7570;z-index:2;border-radius:12px;align-items:center;margin-bottom:2px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.features-nav__link:hover{color:#5c6de7;background:#5c6de70a}.features-nav__link.active{color:#5c6de7;background:linear-gradient(135deg,#5c6de714 0%,#9b59e814 100%);padding-left:.75rem;font-weight:600}.features-nav__link.active .features-nav__icon{opacity:1;width:18px;margin-right:.75rem;transform:scale(1)}.features-nav__icon{opacity:0;flex-shrink:0;width:0;height:18px;transition:all .3s cubic-bezier(.34,1.56,.64,1);transform:scale(.5)}.feature-section{z-index:1;margin-bottom:0;padding-top:4rem;padding-bottom:6rem;position:relative}@media (width>=1024px){.feature-section{padding-top:6rem;padding-bottom:6rem}}.feature-section:first-of-type{padding-top:2rem}@media (width>=1024px){.feature-section:first-of-type{padding-top:6rem}}.feature-section:nth-child(2n){clip-path:inset(0 -100vw);background-color:#ededf3;overflow:visible;box-shadow:0 0 0 100vw #ededf3}@media (width>=1024px){.feature-section{padding-top:6rem;padding-bottom:6rem}.feature-section:first-of-type{padding-top:0}.feature-section:first-of-type:not(:nth-child(2n)){padding-bottom:6rem}}.feature-section:last-child{margin-bottom:-6rem;padding-bottom:6rem}@media (width>=1024px){.feature-section:last-child{padding-bottom:6rem}}.feature-section--bottleneck{background-color:#f8f7f4;border:1px solid #e2ddd7;border-radius:48px;margin-bottom:5rem;padding-top:4rem;padding-bottom:4rem}.feature-section--bottleneck .feature-section__inner{width:100%;max-width:760px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.feature-section--bottleneck .feature-section__inner{padding-left:2rem;padding-right:2rem}}.feature-section--bottleneck .feature-section__title{text-align:center}.feature-section--bottleneck .feature-section__text{text-align:center;margin-left:auto;margin-right:auto}.feature-section__label{color:#5c6de7;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#5c6de71a,#9b59e81a);border:1px solid #5c6de71a;border-radius:9999px;margin-bottom:1.25rem;padding:.25rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 2px 10px #5c6de70d}.feature-section__title{color:#2d2a26;margin-bottom:2rem;font-size:2rem;font-weight:800;line-height:1.2}.feature-section__title .highlight{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.feature-section__text{color:#7a7570;max-width:700px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.feature-section__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.feature-section__grid{grid-template-columns:1fr 1fr;gap:2rem 3rem}.feature-section__grid>:nth-child(2){margin-top:3rem;transform:translate(1rem)}}.feature-section__graphic{justify-content:center;align-items:center;width:100%;max-width:none;height:400px;margin:3rem 0;display:flex;position:relative}@media (width>=640px){.feature-section__graphic{height:320px}}.feature-section__graphic .graphic__container{width:100%;height:100%;position:relative}.feature-section__graphic .graphic__container canvas{width:100%;display:block}@media (width>=640px){.feature-section__grid:last-child{margin-bottom:3rem}}.feature-section__partners{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;padding-top:1rem;display:flex}.feature-section__partners .partner-logo{opacity:.6;filter:grayscale();height:40px;transition:all .3s}.feature-section__partners .partner-logo img{object-fit:contain;width:auto;height:100%}.feature-section__partners .partner-logo:hover{opacity:1;filter:grayscale(0);transform:translateY(-2px)}.feature-section__control-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (width>=768px){.feature-section__control-grid{grid-template-columns:1fr 1fr}}.feature-section__control-panel{text-align:left;background:linear-gradient(135deg,#5c6de70d,#5c6de705);border:1px dashed #5c6de733;border-radius:20px;flex-direction:column;align-items:flex-start;gap:1rem;height:100%;padding:1.5rem;transition:all .3s;display:flex;position:relative}@media (width>=640px){.feature-section__control-panel{padding:1.5rem 2rem}}.feature-section__control-panel:before{content:"";opacity:.3;pointer-events:none;background-image:radial-gradient(#5c6de71a 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.feature-section__control-panel .control-panel__content{z-index:1}.feature-section__control-panel .control-panel__content h4{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.feature-section__control-panel .control-panel__content p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.5}.feature-section__special-offer{background:linear-gradient(135deg,#5c6de70d 0%,#9b59e80d 100%);border:1px dashed #5c6de74d;border-radius:20px;margin-top:5rem;padding:1.5rem;position:relative;overflow:hidden}.feature-section__special-offer:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#5c6de70d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.feature-section__special-offer .special-offer__badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#5c6de7 0%,#9b59e8 100%);border-radius:6px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.625rem;font-weight:800;display:inline-block;box-shadow:0 4px 12px #5c6de733}.feature-section__special-offer .special-offer__content{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (width>=640px){.feature-section__special-offer .special-offer__content{flex-direction:row;align-items:center}}.feature-section__special-offer .special-offer__icon{color:#5c6de7;background:#fff;border:1px solid #5c6de71a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 12px #0000000d}.feature-section__special-offer .special-offer__icon .svg-inline{width:24px;height:24px;transition:all .3s}.feature-section__special-offer .special-offer__text h3{color:#2d2a26;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.feature-section__special-offer .special-offer__text p{color:#7a7570;font-size:.875rem;line-height:1.5}.feature-section__special-offer .special-offer__text p strong{color:#2d2a26}.features-page__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width>=768px){.features-page__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=640px){.features-page__grid{grid-template-columns:1fr}}@media (width<=768px){.features-page__grid{grid-template-columns:1fr}}.features-page__seo-visual{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}@media (width>=1024px){.features-page__seo-visual{gap:2rem}}.features-page__card{text-align:center;background:#fff;border:1px solid #e2ddd7;border-radius:32px;padding:2rem;transition:transform .3s;box-shadow:0 1px 4px #00000012}.features-page__card:hover{transform:translateY(-5px)}.features-page__icon{margin-bottom:1rem;font-size:2.75rem}.features-page__card-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.features-page__card-desc{color:#7a7570;font-size:.875rem;line-height:1.6}.feature-section__perf-dashboard{grid-template-columns:1fr;gap:1rem;max-width:800px;margin-top:2rem;display:grid}@media (width>=768px){.feature-section__perf-dashboard{grid-template-columns:repeat(3,1fr)}}.perf-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(135deg,#ffffffe6 0%,#f8f7f466 100%);border:1px solid #5c6de726;border-radius:20px;flex-direction:column;align-items:center;padding:1.5rem 1.25rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 15px 35px -10px #5c6de71f,0 5px 15px -5px #0000000d}.perf-stat__label{text-transform:uppercase;letter-spacing:.05em;color:#7a7570;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.perf-stat__value{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;font-size:2.75rem;font-weight:800;line-height:1;display:flex}.perf-stat__value span{margin-left:2px;font-size:1rem;font-weight:600}.perf-stat__comparison{color:#7a7570;opacity:.8;max-width:140px;margin-top:1rem;font-size:.7rem;font-weight:500;line-height:1.4}.perf-stat--success .perf-stat__value{-webkit-text-fill-color:initial;color:#2e9e6b;background:0 0}@media (width>=768px){.perf-stat{padding:2rem 1.5rem}}.feature-section__direct-connect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6 0%,#f8f7f466 100%);border:1px solid #5c6de726;border-radius:20px;max-width:800px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 20px #00000017}@media (width>=768px){.feature-section__direct-connect{padding:2rem}}.feature-section__direct-connect .direct-connect__content{align-items:flex-start;gap:1.5rem;display:flex}.feature-section__direct-connect .direct-connect__icon{color:#5c6de7;background:#5c6de71a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-section__direct-connect .direct-connect__icon svg{width:24px;height:24px}.feature-section__direct-connect .direct-connect__text h3{color:#2d2a26;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-section__direct-connect .direct-connect__text p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.6}.feature-section__direct-connect .direct-connect__text p strong{color:#2d2a26;font-weight:600}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6 0%,#f8f7f466 100%);border:1px solid #5c6de726;border-radius:20px;flex-direction:column;height:100%;padding:2rem 2rem 1rem;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s,border-color .4s;display:flex;position:relative;box-shadow:0 15px 35px -10px #5c6de71f,0 5px 15px -5px #0000000d}.feature-card__shimmer-container{pointer-events:none;border-radius:20px 20px 0 0;width:100%;height:10px;position:absolute;top:0;left:0;overflow:hidden}.feature-card__shimmer-container:before{content:"";opacity:.3;background:linear-gradient(90deg,#0000,#5c6de7,#9b59e8,#0000);width:100%;height:3px;transition:opacity .4s;position:absolute;top:0;left:0}.feature-card__shimmer-container:after{content:"";opacity:.3;background:linear-gradient(90deg,#0000,#fffc,#0000);width:50%;height:3px;transition:opacity .4s;animation:3s infinite shimmer-line;position:absolute;top:0;left:0}.feature-card__icon{color:#5c6de7;background:#fff;border:1px solid #f0ede8;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.25rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 10px #00000008}.feature-card__icon .svg-inline{width:24px;height:24px;vertical-align:unset;stroke:url(#icon-gradient);transition:all .3s;display:block}.feature-card h3{background:linear-gradient(135deg,#5c6de7,#9b59e8);-webkit-text-fill-color:transparent;-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.25rem;font-weight:800;line-height:1.2;display:inline-block}.feature-card p{color:#7a7570;font-size:.875rem;line-height:1.6}.feature-card:hover{border-color:#5c6de740}.feature-card:hover .feature-card__shimmer-container:before,.feature-card:hover .feature-card__shimmer-container:after{opacity:1}.notifications-feature{flex-direction:column;gap:4rem;margin-top:3rem;display:flex}@media (width>=1024px){.notifications-feature{gap:6rem}}.notifications-feature__item{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}@media (width>=1024px){.notifications-feature__item{flex-direction:row;align-items:flex-start;gap:4rem}.notifications-feature__item--reverse{flex-direction:row-reverse}}.notifications-feature__content{flex-direction:column;flex:1;align-items:flex-start;gap:1rem;display:flex}.notifications-feature__icon{color:#5c6de7;background:#5c6de71a;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.notifications-feature__icon svg{width:22px;height:22px}.notifications-feature__icon--heart{color:#ef4444;background:#ef44441a}.notifications-feature__icon--heart svg{animation:2s ease-in-out infinite pulse-heart;fill:#ef4444!important;stroke:#ef4444!important}.notifications-feature__text h3{color:#2d2a26;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2}.notifications-feature__text p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.6}.notifications-feature__image{background:#fff;border-radius:12px;flex:1.8;width:100%;max-width:550px;box-shadow:0 20px 50px #00000029,0 5px 15px #00000014,-5px -5px 20px #0000000a}.notifications-feature__image img{border-radius:12px;width:100%;height:auto;display:block}@media (width>=1024px){.notifications-feature__image--small{flex:1.2;max-width:350px}}.location-feature,.management-feature{flex-direction:column;align-items:center;gap:3rem;margin-top:3rem;display:flex}.location-feature__grid,.management-feature__grid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (width>=768px){.location-feature__grid,.management-feature__grid{grid-template-columns:1fr 1fr;gap:3rem}}.location-feature__item,.management-feature__item{align-items:flex-start;gap:1rem;display:flex}.location-feature__icon,.management-feature__icon{color:#5c6de7;background:#5c6de71a;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-top:.25rem;display:flex}.location-feature__icon svg,.management-feature__icon svg{width:22px;height:22px}.location-feature__text h4,.management-feature__text h4{color:#2d2a26;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;line-height:1.2}.location-feature__text p,.management-feature__text p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.6}.location-feature__image,.management-feature__image{background:#fff;border-radius:12px;width:100%;max-width:800px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000029,0 5px 15px #00000014,-5px -5px 20px #0000000a}.location-feature__image img,.management-feature__image img{object-fit:fill;border-radius:12px;width:100%;height:100%;display:block}.location-feature__image.screenshot-cycle,.management-feature__image.screenshot-cycle{aspect-ratio:16/10}@media (width>=768px){.location-feature__image.screenshot-cycle,.management-feature__image.screenshot-cycle{aspect-ratio:16/9}}.location-feature__image.screenshot-cycle img,.management-feature__image.screenshot-cycle img{opacity:0;z-index:1;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:0;left:0}.location-feature__image.screenshot-cycle img.active,.management-feature__image.screenshot-cycle img.active{opacity:1;z-index:2}.filters-feature{flex-direction:column;gap:3rem;margin-top:3rem;display:flex}.filters-feature__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.filters-feature__grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin-left:auto;margin-right:auto}}@media (width>=1024px){.filters-feature__grid{gap:3rem}}.filters-feature__item{align-items:flex-start;gap:1rem;display:flex}.filters-feature__icon{color:#5c6de7;background:#5c6de71a;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-top:.25rem;display:flex}.filters-feature__icon svg{width:22px;height:22px}.filters-feature__text h4{color:#2d2a26;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;line-height:1.2}.filters-feature__text p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.6}.filters-feature__visual{background:#f4f4f8;border:1px solid #e2ddd7;border-radius:32px;justify-content:center;width:100%;padding:2rem;display:none}@media (width>=768px){.filters-feature__visual{display:flex}}.filter-mockup{width:100%;max-width:600px}.filter-mockup__chips{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.filter-chip{color:#2d2a26;background:#fff;border:1px solid #e2ddd7;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 1px 4px #00000012}.filter-chip svg{color:#5c6de7;width:16px;height:16px}.filter-chip--more{color:#7a7570;box-shadow:none;background:0 0;border-style:dashed}.engagement-feature{display:none}.property-details-feature{margin-top:3rem}.property-details-feature__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.property-details-feature__grid{grid-template-columns:1fr 1fr;gap:2rem}}.property-details-feature__item{background:#fff;border:1px solid #e2ddd7;border-radius:32px;flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem;transition:all .3s;display:flex}@media (width>=768px){.property-details-feature__item{flex-direction:row;gap:1.5rem}.property-details-feature__item:hover{border-color:#5c6de733;transform:translateY(-2px);box-shadow:0 12px 48px #0000001f}}.property-details-feature__item--full{width:100%}.property-details-feature__icon{color:#5c6de7;background:#5c6de714;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .25s,color .25s;display:flex}.property-details-feature__icon svg{width:22px;height:22px;display:block}.property-details-feature__icon svg *{transition:stroke .25s;stroke:url(#icon-gradient)!important;fill:none!important}@media (width>=768px){.property-details-feature__item:hover .property-details-feature__icon{color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8)}.property-details-feature__item:hover .property-details-feature__icon svg *{stroke:#fff!important}}.property-details-feature__text h3,.property-details-feature__text h4{color:#2d2a26;margin-bottom:.5rem;font-size:1.25rem;font-weight:800;line-height:1.2}.property-details-feature__text p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.6}.agents-tree-feature{margin-top:3rem;padding-top:1rem;overflow-x:auto}.agents-tree-feature .agents-graph{width:100%;height:auto;display:block}@media (width<=768px){.agents-tree-feature .agents-graph{width:100%;height:auto;margin:0 auto}.agents-tree-feature .agents-graph .agent-node:not(:first-of-type){display:none}}.agents-tree-feature::-webkit-scrollbar{height:6px}.agents-tree-feature::-webkit-scrollbar-track{background:#f8f7f4;border-radius:9999px}.agents-tree-feature::-webkit-scrollbar-thumb{background:#5c6de733;border-radius:9999px}.agents-tree-feature__row{justify-content:space-around;gap:2rem;min-width:800px;padding:0 1rem;display:flex}@media (width>=1280px){.agents-tree-feature__row{min-width:auto}}.agents-tree-feature .agent-bubble{background:#fff;border:1px solid #e2ddd7;border-radius:20px;flex-direction:row;flex:1;align-items:center;gap:1rem;width:100%;max-width:240px;padding:.75rem 1rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 1px 4px #00000012}.agents-tree-feature .agent-bubble:hover{z-index:10;transform:translateY(-5px);box-shadow:0 4px 20px #00000017}.agents-tree-feature .agent-bubble__image{z-index:2;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:44px;height:44px;box-shadow:0 1px 4px #00000012}.agents-tree-feature .agent-bubble__info{box-shadow:none;text-align:left;z-index:2;background:0 0;border:none;border-radius:0;flex:1;width:auto;padding:0}.agents-tree-feature .agent-bubble__name{color:#2d2a26;margin-bottom:1px;font-size:.875rem;font-weight:700}.agents-tree-feature .agent-bubble__title{color:#7a7570;margin-bottom:2px;font-size:11px;line-height:1.2}.agents-tree-feature .agent-bubble__phone{color:#5c6de7;font-size:11px;font-weight:600;line-height:1.2}.agents-tree-feature .agent-bubble__connector{background:#e2ddd7;width:2px;height:3rem;position:absolute;top:100%;left:50%;transform:translate(-50%)}.agents-tree-feature .agent-bubble__properties{gap:1rem;margin-top:5rem;padding-top:2rem;display:flex;position:relative}.agents-tree-feature .agent-bubble__properties:before{display:none}.agents-tree-feature .agent-bubble__properties .property-node{background:#fff;border:1px solid #e2ddd7;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative;box-shadow:0 1px 4px #00000012}.agents-tree-feature .agent-bubble__properties .property-node:before{content:"";background:#e2ddd7;width:2px;height:2rem;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.agents-tree-feature .agent-bubble__properties .property-node:after{content:"";background:#e2ddd7;height:2px;position:absolute;top:-2rem}.agents-tree-feature .agent-bubble__properties .property-node:first-child:before{background:0 0;border-top:2px solid #e2ddd7;border-left:2px solid #e2ddd7;border-top-left-radius:8px;width:calc(50% + 1px);height:2rem;left:50%;transform:none}.agents-tree-feature .agent-bubble__properties .property-node:first-child:after{left:calc(50% + 1px);right:-.5rem}.agents-tree-feature .agent-bubble__properties .property-node:last-child:before{background:0 0;border-top:2px solid #e2ddd7;border-right:2px solid #e2ddd7;border-top-right-radius:8px;width:calc(50% + 1px);height:2rem;left:0;transform:none}.agents-tree-feature .agent-bubble__properties .property-node:last-child:after{left:-.5rem;right:calc(50% + 1px)}.agents-tree-feature .agent-bubble__properties .property-node:not(:first-child):not(:last-child):before{background:#e2ddd7;width:2px;height:2rem}.agents-tree-feature .agent-bubble__properties .property-node:not(:first-child):not(:last-child):after{left:-.5rem;right:-.5rem}.agents-tree-feature .agent-bubble__properties .property-node:first-child:last-child:before{background:#e2ddd7;border:none;border-radius:0;width:2px;height:2rem;left:50%;transform:translate(-50%)}.agents-tree-feature .agent-bubble__properties .property-node:first-child:last-child:after{display:none}.agents-tree-feature .agent-bubble__properties .property-node svg{stroke:url(#icon-gradient);width:20px;height:20px}.agents-tree-feature .agent-bubble__properties .property-node:hover{border-color:#5c6de74d;transform:translateY(-2px);box-shadow:0 4px 20px #00000017}.agents-tree-feature .agent-bubble__properties .property-node:hover svg{stroke:#5c6de7}.feature-section__seo-visual{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}@media (width>=1024px){.feature-section__seo-visual{gap:2rem}}.feature-section__seo-visual .mockup__result--casava{background:#5c6de70d;border-left:4px solid #5c6de7;border-radius:20px;flex-direction:column;gap:1.5rem;width:100%;padding:1rem;display:flex;position:relative}@media (width>=768px){.feature-section__seo-visual .mockup__result--casava{flex-direction:row;align-items:center;padding:1rem}}.feature-section__seo-visual .mockup__result--casava .result__image{object-fit:cover;border:1px solid #5c6de71a;border-radius:6px;flex-shrink:0;width:100%;height:175px}@media (width>=768px){.feature-section__seo-visual .mockup__result--casava .result__image{width:147px;height:105px}}.feature-section__seo-visual .mockup__result--casava .result__content{flex-direction:column;flex:1;justify-content:center;gap:2px;display:flex}.feature-section__seo-visual .mockup__result--casava .result__title{color:#1a0dab;margin-bottom:2px;font-size:1rem;font-weight:700;line-height:1.2}.feature-section__seo-visual .mockup__result--casava .result__title:hover{text-decoration:underline}.feature-section__seo-visual .mockup__result--casava .result__url{color:#006621;margin-bottom:2px;font-size:.875rem}.feature-section__seo-visual .mockup__result--casava .result__text{color:#7a7570;font-size:.875rem;line-height:1.5}.feature-section__seo-visual .seo-features{flex-direction:column;gap:1rem;margin-top:.25rem;display:flex}.feature-section__seo-visual .seo-features__item{background:0 0;border:none;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem 0;display:flex}@media (width>=768px){.feature-section__seo-visual .seo-features__item{flex-direction:row;gap:1.5rem;padding:1rem .5rem}}.feature-section__seo-visual .seo-features__item--highlight .seo-features__icon{background:linear-gradient(135deg,#5c6de7 0%,#9b59e8 100%);box-shadow:0 4px 15px #5c6de74d}.feature-section__seo-visual .seo-features__item--highlight .seo-features__icon svg *{stroke:#fff!important}.feature-section__seo-visual .seo-features__icon{color:#5c6de7;background:#5c6de714;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .25s,color .25s;display:flex}.feature-section__seo-visual .seo-features__icon svg{width:24px;height:24px;display:block}.feature-section__seo-visual .seo-features__icon svg *{transition:stroke .25s;stroke:url(#icon-gradient)!important;fill:none!important}.feature-section__seo-visual .seo-features__item:hover .feature-section__seo-visual .seo-features__icon{color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8)}.feature-section__seo-visual .seo-features__item:hover .feature-section__seo-visual .seo-features__icon svg *{stroke:#fff!important}.feature-section__seo-visual .seo-features__content .seo-features__title-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.feature-section__seo-visual .seo-features__content .seo-features__title-row h4,.feature-section__seo-visual .seo-features__content .seo-features__title-row .seo-features__label{margin-bottom:0}.feature-section__seo-visual .seo-features__content h4{color:#2d2a26;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.feature-section__seo-visual .seo-features__content .seo-features__label{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#5c6de7 0%,#9b59e8 100%);border-radius:6px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.625rem;font-weight:800;display:inline-block;box-shadow:0 4px 12px #5c6de733}.feature-section__seo-visual .seo-features__content p{color:#7a7570;margin:0;font-size:.875rem;line-height:1.6}.roadmap-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (width>=768px){.roadmap-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.roadmap-column{flex-direction:column;gap:1.5rem;display:flex}@media (width>=768px){.roadmap-column{gap:2.5rem}}.roadmap-item{align-items:flex-start;gap:1.25rem;display:flex}.roadmap-item__icon{color:#5c6de7;background:#5c6de714;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.roadmap-item__icon .svg-inline{stroke:url(#icon-gradient);fill:none;width:20px;height:20px}.roadmap-item__content h4{color:#2d2a26;margin-bottom:.25rem;font-size:1rem;font-weight:700}.roadmap-item__content p{color:#7a7570;font-size:.875rem;line-height:1.5}.roadmap-cta{background:#f8f7f4;border:1px solid #e2ddd7;border-radius:32px;margin-top:4rem;padding:2rem;position:relative;overflow:hidden}@media (width>=640px){.roadmap-cta{padding:2.5rem}}.roadmap-cta__content{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}@media (width>=768px){.roadmap-cta__content{text-align:left;flex-direction:row;justify-content:space-between}}.roadmap-cta__icon{color:#5c6de7;background:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 1px 4px #00000012}.roadmap-cta__icon .svg-inline{stroke:url(#icon-gradient);fill:none;width:28px;height:28px}.roadmap-cta__text{flex:1}.roadmap-cta__text h3{color:#2d2a26;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.roadmap-cta__text p{color:#7a7570;max-width:500px;font-size:1.125rem}.roadmap-cta__button{cursor:pointer;white-space:nowrap;color:#fff;background:#5c6de7;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex}.roadmap-cta__button:hover{background:#4e60e5;transform:translateY(-2px);box-shadow:0 4px 20px #00000017}.roadmap-cta:before{content:"";opacity:.5;background-image:radial-gradient(circle at 20px 20px,#5c6de70d 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0}@media (width>=640px){.feature-section__grid--labels{grid-template-columns:1fr 1.2fr;align-items:center}}.feature-section__grid--labels .feature-section__labels-demo{margin-top:0;transform:none}@media (width>=640px){.feature-section__grid--labels .feature-section__labels-demo{margin-top:0;transform:translate(1rem)}}.feature-section__grid--labels .feature-card{padding-bottom:2rem}.feature-section__labels-demo{width:100%;min-height:250px;padding:2rem;display:block;position:relative}.prop-label{text-transform:uppercase;letter-spacing:.02em;cursor:default;border-radius:8px;align-items:center;gap:6px;padding:4px 9px;font-size:11px;font-weight:700;line-height:1;transition:transform .3s,box-shadow .3s,top .5s,left .5s;animation:6s ease-in-out infinite float;display:inline-flex;position:absolute;box-shadow:0 2px 4px #0003}.prop-label svg{stroke-width:2.5px;width:12px;height:12px}.prop-label:hover{z-index:10}.prop-label--new{animation-duration:7s;animation-delay:-1s;top:10%;left:5%}.prop-label--luxury{animation-duration:6.5s;animation-delay:-.5s;top:15%;left:50%}.prop-label--parking{animation-duration:9s;animation-delay:-4s;top:40%;left:10%}.prop-label--direct{animation-duration:8s;animation-delay:-3s;top:55%;left:55%}.prop-label--seaside{animation-duration:7.5s;animation-delay:-2s;top:80%;left:15%}@media (width>=640px){.prop-label--new{top:15%;left:10%}.prop-label--luxury{top:10%;left:60%}.prop-label--parking{top:40%;left:35%}.prop-label--direct{top:70%;left:15%}.prop-label--seaside{top:75%;left:55%}}.prop-label--luxury{color:#fff;background:#d4af37;border:1px solid #d1aa2d}.prop-label--seaside{color:#fff;background:#0077be;border:1px solid #0071b5}.prop-label--new{color:#fff;background:#2e9e6b;border:1px solid #2c9666}.prop-label--direct{color:#fff;background:#5c6de7;border:1px solid #4e60e5}.prop-label--parking{color:#fff;background:#4a5568;border:1px solid #465163}.cta-section{padding:5rem 0}.cta-section__inner{width:100%;max-width:760px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=1024px){.cta-section__inner{padding-left:2rem;padding-right:2rem}}.cta-section__inner{text-align:center;background:linear-gradient(135deg,#5c6de70d 0%,#9b59e80d 100%);border:1px solid #e2ddd7;border-radius:48px;padding:3rem 2rem;position:relative;overflow:hidden}.cta-section__inner:before{content:"";opacity:.3;pointer-events:none;background-image:radial-gradient(circle,#5c6de71a 1.5px,#0000 1.5px);background-size:24px 24px;position:absolute;inset:0}.cta-section__title{color:#2d2a26;z-index:1;margin-bottom:1rem;font-size:2rem;font-weight:800;position:relative}.cta-section__desc{color:#7a7570;z-index:1;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;position:relative}.cta-section__actions{z-index:1;justify-content:center;display:flex;position:relative}.cta-section__btn{cursor:pointer;white-space:nowrap;color:#fff;background:linear-gradient(135deg,#5c6de7,#9b59e8);border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 24px #5c6de74d}.cta-section__btn svg{width:18px;height:18px;transition:transform .3s}.cta-section__btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #5c6de766}.cta-section__btn:hover svg{transform:translate(4px)}html{scrollbar-width:thin;scrollbar-color:#5c6de7 transparent}html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:0 0}html::-webkit-scrollbar-thumb{background:linear-gradient(#5c6de7,#9b59e8) padding-box content-box;border:2px solid #0000;border-radius:100px}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4e60e5,#934be6) padding-box content-box}input::placeholder,textarea::placeholder{color:#a5a09b}.svg-inline{vertical-align:-.15em;stroke-width:2.25px;stroke:url(#icon-gradient);flex-shrink:0;width:1.1em;height:1.1em;display:inline-block}.svg-inline *{transition:all .3s;stroke:inherit!important;fill:inherit!important}.svg-inline[fill=currentColor]{fill:url(#icon-gradient);stroke:none}.svg-inline[fill=currentColor] *{fill:inherit!important;stroke:none!important}.svg-inline:not([fill]),.svg-inline[fill=none]{fill:none}.svg-inline:not([fill]) *,.svg-inline[fill=none] *{fill:none!important}.svg-inline[style*=color]{stroke:currentColor!important}.svg-inline[style*=color] *{stroke:inherit!important}.svg-inline[style*=color][fill=currentColor]{fill:currentColor!important}.svg-inline[style*=color][fill=currentColor] *{fill:inherit!important}svg.svg-inline:not([style*=color]){stroke:url(#icon-gradient)!important}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1,.reveal--delay-1{transition-delay:.1s}.reveal-delay-2,.reveal--delay-2{transition-delay:.2s}.reveal-delay-3,.reveal--delay-3{transition-delay:.3s}.reveal-delay-4,.reveal--delay-4{transition-delay:.4s}.reveal-delay-5,.reveal--delay-5{transition-delay:.5s}.reveal-delay-6,.reveal--delay-6{transition-delay:.6s}.reveal-delay-7,.reveal--delay-7{transition-delay:.7s}.reveal-delay-8,.reveal--delay-8{transition-delay:.8s}
