.featured-settlements{padding:6rem 0;background-color:var(--background-alt);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.featured-settlements:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f0f0f0' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3;z-index:0}.featured-settlements__container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1;width:100%;display:flex;flex-direction:column;justify-content:center;height:100%}@media screen and (min-width:768px){.featured-settlements__container{padding:0 2rem}}.featured-settlements__header{text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.2s;margin-bottom:3rem}.featured-settlements__header p{font-size:1rem;color:var(--paragraphs);max-width:600px;margin:0 auto}@media screen and (min-width:768px){.featured-settlements__header p{font-size:1.125rem}}.featured-settlements__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;width:100%;opacity:0;transform:translateY(30px);animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s}@media screen and (min-width:992px){.featured-settlements__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.featured-settlements__grid{gap:2.5rem}}.featured-settlements__grid-item{transition:transform .3s ease,box-shadow .3s ease;will-change:transform}.featured-settlements__grid-item:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.featured-settlements__carousel-container{position:relative;width:100%;padding:1rem 0;opacity:0;transform:translateY(30px);animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s;overflow:hidden}.featured-settlements__carousel{display:flex;transition:transform .75s ease-in-out;width:100%}.featured-settlements__carousel-item{min-width:100%;box-sizing:border-box;opacity:.7;transform:scale(.9);transition:opacity .5s ease,transform .5s ease;padding:0 1rem}.featured-settlements__carousel-item.active{opacity:1;transform:scale(1)}.featured-settlements__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background-color:var(--white);border:none;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent);transition:background-color .3s ease,transform .3s ease}.featured-settlements__arrow:hover{background-color:var(--accent);color:var(--white);transform:translateY(-50%) scale(1.1)}.featured-settlements__arrow:focus{outline:none;box-shadow:0 0 0 3px rgba(var(--accent-rgb),.3)}.featured-settlements__arrow--prev{left:10px}.featured-settlements__arrow--next{right:10px}.featured-settlements__arrow svg{width:20px;height:20px}.featured-settlements__controls{display:flex;justify-content:center;margin-top:1.5rem;gap:.75rem;opacity:0;transform:translateY(20px);animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.6s}.featured-settlements__dot{width:10px;height:10px;border-radius:50%;background-color:var(--gray);border:none;padding:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.featured-settlements__dot:hover{background-color:var(--accent-light)}.featured-settlements__dot.active{background-color:var(--accent);transform:scale(1.2)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero{min-height:100vh;padding-top:56px;position:relative;overflow:hidden}.hero,.hero__settlements-link{display:flex;justify-content:center;align-items:center}.hero__settlements-link{gap:4px;margin-top:16px;font-size:1.1rem;color:var(--accent)}@media screen and (min-width:768px){.hero__settlements-link{margin:16px auto;font-size:1.2rem}}@media screen and (min-width:1200px){.hero__settlements-link{justify-content:flex-start}}@media screen and (min-width:768px){.hero{padding-top:82px}}.hero__container{max-width:1400px;margin:0 auto;padding:0 1rem}@media screen and (min-width:768px){.hero__container{padding:0 2rem}}.hero__content{display:grid;grid-template-columns:1fr;margin-bottom:0;padding-bottom:60px;align-items:center;margin-top:40px}@media screen and (min-width:768px){.hero__content{gap:2rem;margin-top:80px;padding-bottom:0}}@media screen and (min-width:1200px){.hero__content{margin-top:0;grid-template-columns:1.05fr .95fr}}.hero__title{font-size:2.4rem;line-height:1.1;letter-spacing:-.04em;margin-bottom:1rem;text-align:center}.hero__title>span{margin-left:8px}@media screen and (min-width:1200px){.hero__title>span{margin-left:0}}@media screen and (min-width:480px){.hero__title{font-size:4rem;margin-bottom:1.5rem}}@media screen and (min-width:992px){.hero__title{font-size:5rem}}@media screen and (min-width:1200px){.hero__title{text-align:left}.hero__title br{display:block}}.hero__description{font-size:1rem;line-height:1.5;text-align:center;max-width:400px;margin:0 auto 1rem}@media screen and (min-width:768px){.hero__description{font-size:1.25rem;margin-bottom:1.5rem}}@media screen and (min-width:1200px){.hero__description{text-align:left;margin-right:0;max-width:100%}}.hero__visuals{position:relative;width:min(100vw,800px);margin-top:0}@media screen and (min-width:480px){.hero__visuals{margin-top:64px}}@media screen and (min-width:768px){.hero__visuals{margin-top:32px}}@media screen and (min-width:1200px){.hero__visuals{width:100%;margin-top:0;display:flex;justify-content:center;align-items:center}}@media screen and (max-height:620px){.hero__visuals{display:none}}.hero__community-animation{width:100%;height:48vh;margin:0 auto;position:relative}@media screen and (min-width:1200px){.hero__community-animation{max-width:600px;aspect-ratio:1;width:100%;height:100%;max-height:600px;margin:0}}.hero__settlement-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:60px;height:60px;background:linear-gradient(135deg,var(--accent),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);z-index:5}@media screen and (min-width:768px){.hero__settlement-hub{width:80px;height:80px}}.hero__settlement-hub.active{opacity:1;transform:translate(-50%,-50%) scale(1)}.hero__hub-icon{width:30px;height:30px;color:#fff;display:flex;align-items:center;justify-content:center;z-index:2}@media screen and (min-width:768px){.hero__hub-icon{width:40px;height:40px}}.hero__hub-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:hsla(0,0%,100%,.3);z-index:1;animation:pulse 2s infinite}.hero__community-member{position:absolute;width:60px;height:60px;opacity:0;transform:scale(.8) translateY(20px);transition:all .8s cubic-bezier(.34,1.56,.64,1);z-index:3}.hero__community-member.active{opacity:1;transform:scale(1) translateY(0)}.hero__community-member--1{top:10%;left:10%;transition-delay:.1s}@media screen and (min-width:380px){.hero__community-member--1{top:10%;left:5%;width:85px;height:85px}}@media screen and (min-width:480px){.hero__community-member--1{left:25%;top:-10%;width:120px;height:120px}}@media screen and (min-width:1200px){.hero__community-member--1{left:12%;top:8%;width:120px;height:120px}}.hero__community-member--2{top:13%;right:16%;transition-delay:.2s}@media screen and (min-width:380px){.hero__community-member--2{top:13%;right:16%;width:95px;height:95px}}@media screen and (min-width:480px){.hero__community-member--2{top:0;right:15%;width:100px;height:100px}}@media screen and (min-width:1200px){.hero__community-member--2{top:15%;right:15%;width:100px;height:100px}}.hero__community-member--3{bottom:20%;right:20%;transition-delay:.3s}@media screen and (min-width:380px){.hero__community-member--3{bottom:10%;right:10%;width:105px;height:105px}}@media screen and (min-width:480px){.hero__community-member--3{bottom:15%;right:15%;width:140px;height:140px}}.hero__community-member--4{bottom:12%;left:25%;transition-delay:.4s}@media screen and (min-width:380px){.hero__community-member--4{bottom:0;width:100px;height:100px}}@media screen and (min-width:480px){.hero__community-member--4{bottom:10%;width:110px;height:110px}}.hero__community-member--5{top:40%;left:12%;transition-delay:.5s}@media screen and (min-width:380px){.hero__community-member--5{top:45%;left:10%;width:85px;height:85px}}@media screen and (min-width:480px){.hero__community-member--5{top:10%;left:5%;width:110px;height:110px}}@media screen and (min-width:1200px){.hero__community-member--5{top:35%;left:5%;width:110px;height:110px}}.hero__member-avatar{width:100%;height:100%;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(0,0,0,.1);border:2px solid rgba(var(--accent-rgb),.2);color:var(--accent);position:relative;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);opacity:0;transition:opacity .3s ease}.active .hero__member-avatar{opacity:1}.hero__member-avatar img{width:100%;height:100%;object-fit:cover}.hero__member-avatar svg{display:none}.hero__member-success{position:absolute;top:-15px;right:-15px;background:var(--accent);color:#fff;font-size:.7rem;padding:4px 8px;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);animation:popIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}@media screen and (min-width:768px){.hero__member-success{top:-20px;right:-10px;font-weight:600;font-size:.875rem}}.hero__connection{position:absolute;background:hsla(0,0%,100%,.8);height:3px;transform-origin:left center;opacity:0;z-index:2;overflow:visible;border-radius:1.5px;box-shadow:0 0 8px rgba(var(--accent-rgb),.1)}.hero__connection.active{opacity:1;animation:connectionGrow 1s ease-in-out forwards}.hero__connection.active::nth-child(1),.hero__connection.active::nth-child(2),.hero__connection.active:after,.hero__connection.active:before{content:"";position:absolute;border-radius:50%;top:50%;transform:translateY(-50%);opacity:0}.hero__connection.active:before{width:8px;height:8px;left:10%;background:var(--accent);animation:circleMoveRight 3s .5s infinite}.hero__connection.active:after{width:6px;height:6px;right:10%;background:#d1d972;animation:circleMoveLeft 3s .8s infinite}.hero__connection:before{box-shadow:0 0 10px rgba(var(--accent-rgb),.4)}.hero__connection.active span{position:absolute;width:5px;height:5px;border-radius:50%;top:50%;transform:translateY(-50%);opacity:0}.hero__connection.active span:first-child{left:30%;background:linear-gradient(135deg,var(--accent),#d1d972);animation:circleMoveRight 3s 1.2s infinite}.hero__connection.active span:nth-child(2){right:30%;background:linear-gradient(135deg,#d1d972,var(--accent));animation:circleMoveLeft 3s 1.5s infinite}.hero__connection--1-hub{top:calc(15% + 28px);left:15%;width:30px;transform:rotate(25deg);display:none}@media screen and (min-width:1200px){.hero__connection--1-hub{display:block}}.hero__connection--2-hub{top:calc(25% + 30px);left:19%;width:55%;transform:rotate(-25deg);transform-origin:right center}@media screen and (min-width:480px){.hero__connection--2-hub{left:15%;width:60%;top:22%}}@media screen and (min-width:1200px){.hero__connection--2-hub{left:15%;width:60%}}.hero__connection--4-hub{bottom:24%;left:74%;width:3px;height:49%}@media screen and (min-width:480px){.hero__connection--4-hub{bottom:21%}}.hero__connection--4-hub.active span,.hero__connection--4-hub.active:after,.hero__connection--4-hub.active:before{left:50%;transform:translate(-50%)}.hero__connection--4-hub.active:before{top:10%;animation:circleMoveDown 3s .5s infinite}.hero__connection--4-hub.active:after{bottom:10%;top:auto;animation:circleMoveUp 3s .8s infinite}.hero__connection--4-hub.active span:first-child{top:30%;left:50%;animation:circleMoveDown 3s 1.2s infinite}.hero__connection--4-hub.active span:nth-child(2){bottom:30%;top:auto;left:50%;animation:circleMoveUp 3s 1.5s infinite}.hero__connection--5-hub{top:calc(50% + 0px);left:calc(10% + 60px);width:calc(40% - 60px)}.hero__connection--1-2{top:20%;left:15%;width:calc(65% - 40px);transform:rotate(10deg);transition-delay:.1s}@media screen and (min-width:480px){.hero__connection--1-2{top:5%;left:14%}}@media screen and (min-width:1200px){.hero__connection--1-2{top:30%;left:15%;width:65%}}.hero__connection--2-3{top:20%;right:calc(15% + 30px);height:55%;width:3px;transition-delay:.2s;display:none}@media screen and (min-width:480px){.hero__connection--2-3{display:block}}.hero__connection--2-3.active span,.hero__connection--2-3.active:after,.hero__connection--2-3.active:before{left:50%;transform:translate(-50%)}.hero__connection--2-3.active:before{top:10%;animation:circleMoveDown 3s .5s infinite}.hero__connection--2-3.active:after{bottom:10%;top:auto;animation:circleMoveUp 3s .8s infinite}.hero__connection--2-3.active span:first-child{top:30%;left:50%;animation:circleMoveDown 3s 1.2s infinite}.hero__connection--2-3.active span:nth-child(2){bottom:30%;top:auto;left:50%;animation:circleMoveUp 3s 1.5s infinite}.hero__connection--3-4{bottom:25%;right:calc(20% + 60px);width:calc(55% - 90px);transform:rotate(10deg);transition-delay:.3s}@media screen and (min-width:380px){.hero__connection--3-4{bottom:20%}}.hero__connection--4-5{bottom:calc(15% + 30px);left:calc(25% + 30px);height:calc(35% - 32px);width:3px;transform:rotate(0deg);transition-delay:.4s}.hero__connection--4-5.active span,.hero__connection--4-5.active:after,.hero__connection--4-5.active:before{left:50%;transform:translate(-50%)}.hero__connection--4-5.active:before{top:10%;animation:circleMoveDown 3s .5s infinite}.hero__connection--4-5.active:after{bottom:10%;top:auto;animation:circleMoveUp 3s .8s infinite}.hero__connection--4-5.active span:first-child{top:30%;left:50%;animation:circleMoveDown 3s 1.2s infinite}.hero__connection--4-5.active span:nth-child(2){bottom:30%;top:auto;left:50%;animation:circleMoveUp 3s 1.5s infinite}.hero__connection--5-1{top:20%;left:calc(10% + 30px);height:28%;width:3px;transition-delay:.5s}@media screen and (min-width:380px){.hero__connection--5-1{height:45%}}@media screen and (min-width:480px){.hero__connection--5-1{height:38%;top:5%}}@media screen and (min-width:1200px){.hero__connection--5-1{height:45%;top:20%}}.hero__connection--5-1.active span,.hero__connection--5-1.active:after,.hero__connection--5-1.active:before{left:50%;transform:translate(-50%)}.hero__connection--5-1.active:before{top:10%;animation:circleMoveDown 3s .5s infinite}.hero__connection--5-1.active:after{bottom:10%;top:auto;animation:circleMoveUp 3s .8s infinite}.hero__connection--5-1.active span:first-child{top:30%;left:50%;animation:circleMoveDown 3s 1.2s infinite}.hero__connection--5-1.active span:nth-child(2){bottom:30%;top:auto;left:50%;animation:circleMoveUp 3s 1.5s infinite}.hero__settlement-card{position:absolute;background:#fff;border-radius:16px;padding:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);align-items:center;gap:12px;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1);z-index:4;border:1px solid rgba(var(--accent-rgb),.1);max-width:220px;display:none}@media screen and (min-width:480px){.hero__settlement-card{display:flex}}.hero__settlement-card.active{opacity:1;transform:translateY(0)}.hero__settlement-card--1{top:25%;left:50%;transform:translateX(-50%) translateY(20px);transition-delay:.2s}@media screen and (min-width:480px){.hero__settlement-card--1{top:15%}}@media screen and (min-width:1200px){.hero__settlement-card--1{top:25%}}.hero__settlement-card--1.active{transform:translateX(-50%) translateY(0)}.hero__settlement-card--2{top:42%;right:5%;transition-delay:.3s}@media screen and (min-width:480px){.hero__settlement-card--2{top:28%;right:15%}}@media screen and (min-width:768px){.hero__settlement-card--2{right:10%}}@media screen and (min-width:1200px){.hero__settlement-card--2{top:42%;right:5%}}.hero__settlement-card--3{bottom:32%;left:10%;transition-delay:.4s}@media screen and (min-width:480px){.hero__settlement-card--3{bottom:45%}}@media screen and (min-width:1200px){.hero__settlement-card--3{bottom:32%}}.hero__card-icon{width:36px;height:36px;min-width:36px;border-radius:8px;background:rgba(var(--accent-rgb),.1);color:var(--accent);display:flex;align-items:center;justify-content:center;display:none}@media screen and (min-width:768px){.hero__card-icon{display:flex}}.hero__card-icon svg{width:20px;height:20px}.hero__card-content{flex:1 1}.hero__card-title{font-weight:600;color:var(--header);font-size:.875rem}.hero__card-subtitle{font-size:.75rem;color:var(--paragraphs)}.hero__money-flow{position:absolute;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333333'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z'/%3E%3C/svg%3E") no-repeat 50%;background-size:16px;background-color:#d1d972;border-radius:50%;z-index:6;opacity:0;box-shadow:0 2px 8px rgba(0,0,0,.15);border:2px solid #fff}.hero__money-flow--1{top:15%;left:20%;animation:moneyFlow1 2.5s cubic-bezier(.4,0,.2,1) forwards}.hero__money-flow--2{top:25%;right:15%;animation:moneyFlow2 2.5s cubic-bezier(.4,0,.2,1) forwards}.hero__money-flow--3{bottom:20%;right:20%;animation:moneyFlow3 2.5s cubic-bezier(.4,0,.2,1) forwards}.hero__money-flow--4{bottom:15%;left:25%;animation:moneyFlow4 2.5s cubic-bezier(.4,0,.2,1) forwards}.hero__money-flow--5{top:50%;left:10%;animation:moneyFlow5 2.5s cubic-bezier(.4,0,.2,1) forwards}.hero .text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__signup-form-container{margin-top:1rem;max-width:100%;padding:0 2rem}@media screen and (min-width:480px){.hero__signup-form-container{max-width:400px;margin:0 auto}}@media screen and (min-width:768px){.hero__signup-form-container{max-width:600px}}@media screen and (min-width:1200px){.hero__signup-form-container{margin:0;max-width:480px;padding:0}}.hero__signup-form{width:100%}.hero__signup-field{display:flex;flex-direction:column;gap:.75rem;width:100%}@media screen and (min-width:768px){.hero__signup-field{flex-direction:row}}.hero__signup-field input{flex:1 1;padding:.875rem 1rem;font-size:1rem;line-height:1.5;color:var(--header);background:var(--white);border:1px solid rgba(var(--primary-rgb),.1);border-radius:var(--radius-md);transition:all .2s ease}.hero__signup-field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.hero__signup-field input::placeholder{color:var(--paragraphs);opacity:.5}.hero__signup-button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--white);background:var(--gradient-primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;white-space:nowrap}@media screen and (min-width:768px){.hero__signup-button{min-width:160px}}.hero__signup-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(var(--accent-rgb),.24)}.hero__signup-button:disabled{opacity:.5;cursor:not-allowed}.hero__signup-error{background:rgba(255,0,0,.1);color:#d32f2f;padding:.75rem;border-radius:var(--radius-md);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.hero__signup-success{background:rgba(var(--accent-rgb),.1);padding:1.5rem;border-radius:var(--radius-md);text-align:center}.hero__signup-success-text{font-size:1.125rem;font-weight:600;color:var(--accent);margin-bottom:0}.hero.in-view{--title-opacity:1;--title-offset:0;--description-opacity:1;--description-offset:0;--cta-opacity:1;--cta-offset:0;--content-offset:0;--visuals-offset:0;--card1-opacity:1;--card1-offset:0;--card1-scale:1;--card1-rotate:0deg;--card2-opacity:1;--card2-offset:0;--card2-scale:1;--card2-rotate:0deg;--card3-opacity:1;--card3-offset:0;--card3-scale:1;--card3-rotate:0deg}@keyframes separatorPulse{0%,to{opacity:.5;width:90vw}50%{opacity:1;width:100vw}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:.6}}@keyframes connectionGrow{0%{transform-origin:left center;transform:scaleX(0)}to{transform-origin:left center;transform:scaleX(1)}}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes moneyFlow1{0%{opacity:0;transform:translate(0) scale(.5)}20%{opacity:1;transform:translate(50px,50px) scale(1)}80%{opacity:1;transform:translate(20px) scale(1)}to{opacity:0;transform:translate(0) scale(.5)}}@keyframes moneyFlow2{0%{opacity:0;transform:translate(0) scale(.5)}20%{opacity:1;transform:translate(-50px,50px) scale(1)}80%{opacity:1;transform:translate(-20px) scale(1)}to{opacity:0;transform:translate(0) scale(.5)}}@keyframes moneyFlow3{0%{opacity:0;transform:translate(0) scale(.5)}20%{opacity:1;transform:translate(-50px,-50px) scale(1)}80%{opacity:1;transform:translate(-20px) scale(1)}to{opacity:0;transform:translate(0) scale(.5)}}@keyframes moneyFlow4{0%{opacity:0;transform:translate(0) scale(.5)}20%{opacity:1;transform:translate(50px,-50px) scale(1)}80%{opacity:1;transform:translate(20px) scale(1)}to{opacity:0;transform:translate(0) scale(.5)}}@keyframes moneyFlow5{0%{opacity:0;transform:translate(0) scale(.5)}20%{opacity:1;transform:translate(50px) scale(1)}80%{opacity:1;transform:translate(20px) scale(1)}to{opacity:0;transform:translate(0) scale(.5)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes growIcon{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes avatarShimmer{0%{top:-100%;left:-100%}20%,to{top:100%;left:100%}}@keyframes circleMoveRight{0%{opacity:0;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:100%}}@keyframes circleMoveLeft{0%{opacity:0;right:0}20%{opacity:1}80%{opacity:1}to{opacity:0;right:100%}}@keyframes circleMoveDown{0%{opacity:0;top:0}20%{opacity:1}80%{opacity:1}to{opacity:0;top:100%}}@keyframes circleMoveUp{0%{opacity:0;bottom:0}20%{opacity:1}80%{opacity:1}to{opacity:0;bottom:100%}}@keyframes fadeInAvatar{0%{opacity:0;transform:scale(.6) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.our-story{position:relative;padding:8rem 0;color:var(--header);overflow:hidden;background:#fff}@media screen and (max-width:768px){.our-story{padding:6rem 0}}.our-story__container{max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative}@media screen and (min-width:768px){.our-story__container{padding:0 2.5rem}}.our-story__content-wrapper{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem}@media screen and (min-width:992px){.our-story__content-wrapper{grid-template-columns:1fr 1fr;gap:6rem;align-items:center}}.our-story__text-content{display:flex;flex-direction:column;max-width:600px;margin:0 auto}@media screen and (min-width:992px){.our-story__text-content{margin:0}}.our-story__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:1rem}.our-story p{margin-bottom:1.5rem}.our-story p:last-of-type{margin-bottom:2rem}.our-story__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--white);font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border-radius:var(--radius-md);background:var(--gradient-primary);transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 12px rgba(0,0,0,.1)}.our-story__link:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.our-story__link svg{transition:transform .3s ease}.our-story__link:hover svg{transform:translateX(4px)}.our-story__images-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);grid-gap:1rem;gap:1rem;height:500px;max-width:600px;margin:0 auto}@media screen and (min-width:992px){.our-story__images-grid{max-width:none;height:600px}}.our-story__image{overflow:hidden;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);border:3px solid #fff;will-change:transform;transition:box-shadow .3s ease}.our-story__image:hover{box-shadow:0 12px 40px rgba(var(--accent-rgb),.18)}.our-story__image--1{grid-column:1/3;grid-row:1/2;animation:floatingAnimation 7s ease-in-out infinite}.our-story__image--2{grid-column:3/5;grid-row:1/3;animation:floatingAnimation2 9s ease-in-out infinite}.our-story__image--3{grid-column:1/2;grid-row:2/4;animation:floatingAnimation 8s ease-in-out infinite;animation-delay:1s}.our-story__image--4{grid-column:2/3;grid-row:2/3;animation:floatingAnimation2 6.5s ease-in-out infinite;animation-delay:.5s}.our-story__image--5{grid-column:2/4;grid-row:3/4;animation:floatingAnimation 7.5s ease-in-out infinite;animation-delay:1.5s}.our-story__image--6{grid-column:4/5;grid-row:3/4;animation:floatingAnimation2 8.5s ease-in-out infinite;animation-delay:.75s}.our-story__image-wrapper{width:100%;height:100%;overflow:hidden}.our-story__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 1.5s ease}.our-story__image-wrapper img:hover{transform:scale(1.05)}@keyframes floatingAnimation{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}:root{--primary:#13233d;--primary-rgb:19,35,61;--secondary:#0552ac;--secondary-rgb:5,82,172;--accent:#06f;--accent-rgb:50,95,236;--accent-dark:#04c;--accent-rgb-dark:0,68,204;--accent-light:#60a5fa;--accent-rgb-light:96,165,250;--lime:#d1d972;--lime-rgb:209,217,114;--gray:#a7acb0;--gray-rgb:167,172,176;--header:var(--primary);--paragraphs:rgba(var(--primary-rgb),0.8);--muted:rgba(10,26,47,.6);--text-color:var(--primary);--text-secondary:rgba(var(--primary-rgb),0.8);--text-tertiary:rgba(var(--primary-rgb),0.6);--card-background:#fff;--accent-color:var(--accent);--accent-color-light:rgba(var(--accent-rgb),0.1);--accent-color-hover:#2a51d9;--disabled-color:var(--gray);--background:#fff;--background-alt:rgba(var(--accent-rgb),0.03);--border:rgba(var(--primary-rgb),0.1);--urgent-background:#fee2e2;--background-gradient:radial-gradient(ellipse at center,hsla(69,73%,67%,.2) 0,hsla(0,0%,100%,.8) 50%,rgba(153,197,255,.2) 100%);--white:#fff;--black:#000;--error:#dc2626;--error-background:#fee2e2;--success:#16a34a;--success-background:#dcf3da;--warning:#ca8a04;--shadow-sm:0 2px 4px rgba(var(--primary-rgb),0.05);--shadow-md:0 4px 8px rgba(var(--primary-rgb),0.1);--shadow-lg:0 8px 16px rgba(var(--primary-rgb),0.15);--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--font-family:"Gabarito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.75;--z-header:100;--z-modal:1000;--z-tooltip:1500;--gradient-primary:linear-gradient(135deg,var(--secondary) 0%,var(--accent) 100%);--gradient-accent:linear-gradient(135deg,var(--accent) 0%,var(--lime) 100%);--gradient-muted:linear-gradient(135deg,var(--gray) 0%,rgba(var(--gray-rgb),0.5) 100%)}.why-claim{padding:0;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.why-claim__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.why-claim__gradient-orb{position:absolute;width:60vw;height:60vw;border-radius:50%;filter:blur(50px);opacity:.3;background:linear-gradient(45deg,var(--accent) 0,#d1d972 100%);transform:translate(-50%,-50%);animation:float 15s ease-in-out infinite alternate;z-index:-1}.why-claim__gradient-orb:first-child{top:100%;left:10%;animation-delay:0s}.why-claim__gradient-orb:nth-child(2){top:70%;left:80%;background:linear-gradient(45deg,#0552ac 0,var(--accent) 100%);animation-delay:-5s}.why-claim__gradient-orb:nth-child(3){top:30%;left:70%;width:40vw;height:40vw;background:linear-gradient(45deg,#d1d972,#0552ac);animation-delay:-10s}@keyframes float{0%{transform:translate(-50%,-50%) translateZ(0)}50%{transform:translate(-30%,-85%) translateZ(0)}to{transform:translate(-55%,-45%) translateZ(0)}}.why-claim__container{max-width:1200px;margin:0 auto;padding:1rem;position:relative;z-index:1;width:100%;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:768px){.why-claim__container{padding:6rem 2rem}}.why-claim__header{text-align:center;margin-bottom:4rem;opacity:1}.why-claim__header p{max-width:600px;margin:0 auto}.why-claim__reasons{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;perspective:1000px}@media screen and (min-width:768px){.why-claim__reasons{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.why-claim__reasons{gap:2.5rem;min-height:340px}}.why-claim__card{position:relative;min-height:320px;width:80%;margin:0 auto;cursor:pointer}.why-claim__card:first-child{animation-delay:.3s;animation:floatingAnimation1 5s ease-in-out infinite}.why-claim__card:nth-child(2){animation-delay:.5s;animation:floatingAnimation2 6s ease-in-out infinite}.why-claim__card:nth-child(3){animation-delay:.7s;animation:floatingAnimation1 4s ease-in-out infinite}@media screen and (min-width:768px){.why-claim__card{width:100%;max-width:380px}}.why-claim__card-face{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;text-align:center;z-index:2}@media screen and (min-width:1200px){.why-claim__card-face{padding:2.5rem 2rem}}.why-claim__card-face h3{font-size:1rem;color:var(--header);font-weight:600;margin:0}@media screen and (min-width:768px){.why-claim__card-face h3{margin:1.5rem 0 1rem}}@media screen and (min-width:1200px){.why-claim__card-face h3{font-size:1.2rem}}.why-claim__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(var(--accent-rgb),.1) 0,rgba(var(--primary-rgb),.1) 100%);margin-bottom:1.5rem}.why-claim__icon svg{width:40px;height:40px;color:var(--accent)}.why-claim__card-indicator{position:absolute;bottom:1rem;left:0;right:0;text-align:center;color:var(--accent-light);font-size:.875rem;opacity:.7}@keyframes floatingAnimation1{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes floatingAnimation2{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.landing-page{position:relative;scroll-behavior:smooth}.landing-page__background{position:fixed;inset:0;z-index:-1;pointer-events:none}.landing-page__gradient{position:absolute;inset:0;background:linear-gradient(160deg,#d1d972,#fff,#0552ac);transition:opacity .6s ease}.landing-page__expanding-bg{position:absolute;top:50%;left:50%;width:100vh;height:100vh;background:#fff;border-radius:50%;transform:translate(-50%,-50%) scale(.5);opacity:0;transition:transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1.2s cubic-bezier(.4,0,.2,1)}.landing-page--expanded .landing-page__expanding-bg{transform:translate(-50%,-50%) scale(10);opacity:1}.landing-page .faq,.landing-page .featured-settlements,.landing-page .our-story,.landing-page .why-claim{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1);will-change:transform,opacity;padding:4rem 0}