@keyframes gridDrift{0%{transform:translate(0)}to{transform:translate(60px,60px)}}@keyframes home-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes home-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes home-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmerText{0%{background-position:-300%}to{background-position:300%}}@keyframes scanBar{0%{opacity:0;top:0}5%{opacity:1}95%{opacity:.7}to{opacity:0;top:100%}}.home{color:#e8f5ee;font-family:var(--font);background:#020c06;overflow-x:hidden}.home-tag{color:#c4e53c;text-transform:uppercase;letter-spacing:.1em;background:#c4e53c17;border:1px solid #c4e53c33;border-radius:100px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.home-tab{color:#dff0e461;cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);background:#ffffff08;border:1px solid #ffffff1c;border-radius:100px;padding:.45rem 1.1rem;transition:all .2s}.home-tab.active{color:#c4e53c;background:#c4e53c1a;border-color:#c4e53c4d}.home-tab:hover:not(.active){color:#dff0e4a6;background:#ffffff0d;border-color:#c4e53c33}.home-btn-lime{color:#0b3d28;cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font);background:#c4e53c;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;transition:all .2s;display:inline-flex;box-shadow:0 4px 22px #c4e53c40}.home-btn-lime:hover{transform:translateY(-2px);box-shadow:0 10px 36px #c4e53c66}.home-btn-outline{color:#c4e53ca6;cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font);background:0 0;border:1.5px solid #c4e53c4d;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;transition:all .2s;display:inline-flex}.home-btn-outline:hover{color:#c4e53c;background:#c4e53c0f;border-color:#c4e53c}.home-btn-ghost-white{color:#ffffffd9;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:1rem;font-weight:600;font-family:var(--font);background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;transition:all .2s;display:inline-flex}.home-btn-ghost-white:hover{background:#ffffff1a;border-color:#ffffff40}.home-nav{z-index:1000;background:0 0;transition:background .3s,box-shadow .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.home-nav--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020c06eb;box-shadow:0 1px #ffffff0f}.home-nav__inner{align-items:center;gap:2rem;max-width:1400px;height:68px;margin:0 auto;padding:0 2rem;display:flex}.home-nav__logo{flex-shrink:0;align-items:center;gap:.55rem;text-decoration:none;display:flex}.home-nav__logo-icon{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);color:#0b3d28;width:34px;height:34px;font-size:.9rem;font-weight:900;font-family:var(--font-display);background:#c4e53c;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-nav__logo-img{object-fit:contain;width:auto;height:32px}.home-nav__logo-text{color:#fff;letter-spacing:-.3px;font-size:1.25rem;font-weight:800}.home-nav__links{flex:1;align-items:center;gap:1.75rem;margin-left:.5rem;display:flex}.home-nav__links a{color:#ffffffa6;cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.home-nav__links a:hover{color:#c4e53c}@media (max-width:900px){.home-nav__links{display:none}}.home-nav__link--feed{border:1.5px solid #c4e53c4d;border-radius:20px;align-items:center;color:#c4e53c!important;padding:4px 12px!important;font-size:.8rem!important;font-weight:700!important;transition:all .15s!important;display:inline-flex!important}.home-nav__link--feed:hover{background:#c4e53c1a!important;border-color:#c4e53c!important}.home-nav__drawer-link--feed{background:#c4e53c14;border:1.5px solid #c4e53c40;border-radius:10px;color:#c4e53c!important;font-weight:700!important}.home-nav__actions{align-items:center;gap:.6rem;margin-left:auto;display:flex}@media (max-width:900px){.home-nav__actions{display:none}}.home-nav__btn-ghost{color:#ffffffbf;cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font);background:0 0;border:1px solid #ffffff2e;border-radius:8px;padding:.5rem 1.2rem;transition:all .2s}.home-nav__btn-ghost:hover{color:#fff;background:#ffffff14;border-color:#ffffff52}.home-nav__btn-cta{color:#0b3d28;cursor:pointer;font-size:.875rem;font-weight:700;font-family:var(--font);background:#c4e53c;border:none;border-radius:8px;padding:.5rem 1.35rem;transition:all .2s;box-shadow:0 2px 12px #c4e53c47}.home-nav__btn-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #c4e53c66}.home-nav__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:.4rem;display:none}.home-nav__burger span{transform-origin:50%;background:#fffc;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.home-nav__burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.home-nav__burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.home-nav__burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:900px){.home-nav__burger{display:flex}}.home-nav__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;background:#000000b3;transition:opacity .3s;display:none;position:fixed;inset:0}.home-nav__backdrop.visible{opacity:1}@media (max-width:900px){.home-nav__backdrop{pointer-events:none;display:block}.home-nav__backdrop.visible{pointer-events:all}}.home-nav__drawer{z-index:999;background:#030e06;border-left:1px solid #ffffff12;flex-direction:column;width:min(340px,88vw);transition:transform .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-16px 0 60px #00000080}.home-nav__drawer.open{transform:translate(0)}@media (max-width:900px){.home-nav__drawer{display:flex}}.home-nav__drawer-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.home-nav__drawer-close{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.home-nav__drawer-close:hover{color:#fff;background:#ffffff1f}.home-nav__drawer-links{flex-direction:column;padding:1rem 0;display:flex}.home-nav__drawer-links a{color:#fff9;cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.875rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s;display:flex}.home-nav__drawer-links a:hover{color:#c4e53c;background:#ffffff0a;border-left-color:#c4e53c}.home-nav__drawer-icon{text-align:center;flex-shrink:0;width:24px;font-size:1.1rem}.home-nav__drawer-divider{background:#ffffff0f;height:1px;margin:.5rem 1.5rem}.home-nav__drawer-actions{flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.home-nav__drawer-btn-ghost{color:#ffffffbf;cursor:pointer;text-align:center;width:100%;font-size:.95rem;font-weight:600;font-family:var(--font);background:0 0;border:1px solid #ffffff24;border-radius:10px;padding:.85rem;transition:all .2s}.home-nav__drawer-btn-ghost:hover{background:#ffffff0f;border-color:#ffffff47}.home-nav__drawer-btn-cta{color:#0b3d28;cursor:pointer;text-align:center;width:100%;font-size:.95rem;font-weight:700;font-family:var(--font);background:#c4e53c;border:none;border-radius:10px;padding:.9rem;transition:all .2s;box-shadow:0 4px 14px #c4e53c47}.home-nav__drawer-btn-cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px #c4e53c66}.home-nav__drawer-trust{text-align:center;color:#ffffff38;margin-top:auto;padding:.75rem 1.5rem 1.5rem;font-size:.75rem}.home-hero{align-items:center;min-height:100vh;padding:7rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.home-hero__bg{z-index:0;position:absolute;inset:0}.home-hero__bg img{object-fit:cover;object-position:center;width:100%;height:100%}.home-hero__overlay{background:linear-gradient(160deg,#020c06eb 0%,#051e12d9 40%,#020c06bf 100%);position:absolute;inset:0}.home-hero__grid{z-index:1;pointer-events:none;background-image:linear-gradient(#c4e53c0a 1px,#0000 1px),linear-gradient(90deg,#c4e53c0a 1px,#0000 1px);background-size:64px 64px;animation:16s linear infinite gridDrift;position:absolute;inset:-120px}.home-hero__content{z-index:2;width:100%;max-width:1100px;margin:0 auto;position:relative}.home-hero__eyebrow{color:#c4e53c;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:700;animation:.8s both home-fade-up;display:inline-flex}.home-hero__eyebrow:before{content:"";background:#c4e53c;border-radius:2px;width:24px;height:2px;display:inline-block}.home-hero__title{color:#fff;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:900;line-height:1.1;animation:1s both home-fade-up}.home-hero__title span{background:linear-gradient(120deg,#fff 0%,#d4f56a 50%,#c4e53c 100%) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite shimmerText}.home-hero__sub{color:#ffffffa6;max-width:540px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.75;animation:1.1s both home-fade-up}.home-search{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020c06cc;border:1px solid #ffffff17;border-radius:18px;max-width:820px;animation:1.2s both home-fade-up;overflow:hidden;box-shadow:0 24px 80px #00000080}.home-search__tabs{scrollbar-width:none;border-bottom:1px solid #ffffff0f;gap:0;padding:0 .25rem;display:flex;overflow-x:auto}.home-search__tabs::-webkit-scrollbar{display:none}.home-search__tab{color:#dff0e466;cursor:pointer;white-space:nowrap;font-size:.875rem;font-weight:600;font-family:var(--font);background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;padding:.85rem 1.1rem;transition:all .2s}.home-search__tab.active{color:#c4e53c;border-bottom-color:#c4e53c}.home-search__tab:hover:not(.active){color:#dff0e4bf;background:#ffffff08}.home-search__body{align-items:stretch;display:flex}@media (max-width:700px){.home-search__body{flex-direction:column}}.home-search__field{cursor:text;border-right:1px solid #ffffff0f;flex:1;align-items:center;gap:.75rem;min-height:64px;padding:1rem 1.25rem;transition:background .15s;display:flex}.home-search__field:hover{background:#ffffff08}.home-search__field--location{flex:2}.home-search__field--type{flex:1}@media (max-width:700px){.home-search__field{border-bottom:1px solid #ffffff0f;border-right:none;min-height:68px;padding:1.1rem 1.25rem}}.home-search__icon{flex-shrink:0;font-size:1.1rem}.home-search__field-inner{flex-direction:column;flex:1;gap:.2rem;display:flex}.home-search__field-inner label{color:#dff0e459;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:700}.home-search__field-inner input,.home-search__field-inner select{color:#e8f5ee;width:100%;font-size:.95rem;font-family:var(--font);background:0 0;border:none;outline:none;padding:0}.home-search__field-inner input::placeholder,.home-search__field-inner select::placeholder{color:#dff0e438}.home-search__field-inner input option,.home-search__field-inner select option{background:#0a1a10}.home-search__field-inner select{cursor:pointer}.home-search__btn{color:#0b3d28;cursor:pointer;white-space:nowrap;min-width:130px;font-size:.95rem;font-weight:700;font-family:var(--font);background:#c4e53c;border:none;justify-content:center;align-items:center;gap:.55rem;padding:0 2rem;transition:all .2s;display:flex}.home-search__btn:hover{background:#afd130}@media (max-width:700px){.home-search__btn{min-width:unset;border-radius:0 0 17px 17px;width:100%;padding:1rem 1.5rem;font-size:1.05rem}}.home-search__feed-hint{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:10px;padding:10px 16px 14px;display:flex}.home-search__feed-hint span{color:#dff0e459;font-size:12px}.home-search__feed-btn{color:#c4e53c;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font);background:#c4e53c12;border:1.5px solid #c4e53c59;border-radius:20px;align-items:center;gap:6px;padding:6px 16px;transition:all .15s;display:inline-flex}.home-search__feed-btn:hover{background:#c4e53c26;border-color:#c4e53c}.home-cards-loading{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}@media (max-width:700px){.home-cards-loading{grid-template-columns:1fr}}.home-card--skeleton{cursor:default;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff12 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:16px;height:340px;animation:1.4s infinite home-shimmer}.home-card--skeleton:hover{box-shadow:none;transform:none}.home-trust{background:#ffffff05;border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;padding:1rem 2rem}.home-trust__inner{flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.home-trust__item{color:#dff0e461;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:flex}.home-trust__item strong{color:#dff0e4a6}.home-cats{background:#020c06;padding:5rem 2rem;position:relative;overflow:hidden}.home-cats__inner{z-index:1;max-width:1000px;margin:0 auto;position:relative}.home-cats__title{color:#e8f5ee;text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-size:1.6rem;font-weight:800}.home-cats__grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-cat{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;align-items:center;gap:.6rem;min-width:100px;padding:1.2rem 1.4rem;transition:all .22s;display:flex}.home-cat:hover{background:#c4e53c0a;border-color:#c4e53c4d;transform:translateY(-3px);box-shadow:0 12px 36px #0000004d}.home-cat__icon{font-size:1.75rem;line-height:1}.home-cat__label{color:#dff0e461;white-space:nowrap;font-size:.8rem;font-weight:600}.home-cat:hover .home-cat__label{color:#c4e53c}.home-listings{background:#040f08;padding:5rem 2rem}.home-listings__inner{max-width:1200px;margin:0 auto}.home-listings__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.home-listings__title{color:#e8f5ee;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.home-listings__sub{color:#dff0e461;font-size:.9rem}.home-listings__tabs{flex-wrap:wrap;gap:.5rem;display:flex}.home-listings__cta{text-align:center;margin-top:3rem}.home-cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}@media (max-width:700px){.home-cards{grid-template-columns:1fr}}.home-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;transition:all .28s;overflow:hidden}.home-card:hover{border-color:#c4e53c2e;transform:translateY(-5px);box-shadow:0 20px 60px #00000080}.home-card__img-wrap{height:210px;position:relative;overflow:hidden}.home-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.home-card__img-wrap:hover img{transform:scale(1.04)}.home-card__badge{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.28rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.home-card__badge--rent{color:#c4e53c;background:#0f6040e6}.home-card__badge--sale{color:#fff;background:#0b3d28e6}.home-card__badge--shortlet{color:#0b3d28;background:#c4e53cd9}.home-card__badge--other{color:#fff;background:#0b3d28e6}.home-card__save{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0000008c;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:transform .2s;display:flex;position:absolute;top:10px;right:10px}.home-card__save:hover{background:#000000bf;transform:scale(1.15)}.home-card__save.saved{background:#ef4444cc;border-color:#0000}.home-card__body{padding:1rem 1.15rem 1.25rem}.home-card__title{color:#e8f5ee;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:1rem;font-weight:700;overflow:hidden}.home-card__loc{color:#dff0e461;margin-bottom:.75rem;font-size:.8rem}.home-card__stats{color:#dff0e461;flex-wrap:wrap;gap:.85rem;margin-bottom:.9rem;font-size:.8rem;display:flex}.home-card__stats span{align-items:center;gap:3px;font-weight:500;display:flex}.home-card__footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.home-card__price{color:#c4e53c;font-size:1.1rem;font-weight:800}.home-card__period{color:#dff0e461;margin-left:2px;font-size:.78rem;font-weight:500}.home-card__rating{color:#dff0e461;align-items:center;gap:4px;font-size:.8rem;display:flex}.home-card__rating strong{color:#dff0e4a6}.home-artisan-card__verified{color:#c4e53c;font-size:.78rem;font-weight:600}.home-locations{background:#020c06;padding:5rem 2rem}.home-locations__inner{max-width:1200px;margin:0 auto}.home-locations__title{color:#e8f5ee;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.home-locations__sub{color:#dff0e461;margin-bottom:2rem;font-size:.9rem}.home-locations__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:900px){.home-locations__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.home-locations__grid{grid-template-columns:1fr}}.home-loc{cursor:pointer;border-radius:16px;height:220px;position:relative;overflow:hidden}.home-loc img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.home-loc:hover img{transform:scale(1.06)}.home-loc__overlay{background:linear-gradient(#0000 0%,#020c0659 50%,#020c06e6 100%);transition:opacity .3s;position:absolute;inset:0}.home-loc:hover .home-loc__overlay{opacity:.95}.home-loc__info{position:absolute;bottom:1.25rem;left:1.25rem}.home-loc__info h3{color:#fff;margin-bottom:.2rem;font-size:1.1rem;font-weight:800}.home-loc__info p{color:#c4e53c;font-size:.8rem;font-weight:600}.home-artisan{background:#040f08;padding:6rem 2rem}.home-artisan__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.home-artisan__inner{grid-template-columns:1fr;gap:3rem}}.home-artisan__text h2{color:#e8f5ee;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.home-artisan__text p{color:#dff0e461;margin-bottom:1.75rem;font-size:1rem;line-height:1.75}.home-artisan__perks{flex-direction:column;gap:.65rem;margin-bottom:2rem;list-style:none;display:flex}.home-artisan__perks li{color:#dff0e4a6;align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.home-artisan__perks li:before{content:"";background:#c4e53c14 url("data:image/svg+xml,%3Csvg viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23C4E53C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/10px no-repeat;border:1px solid #c4e53c33;border-radius:50%;flex-shrink:0;width:18px;height:18px;display:inline-block}.home-artisan__cards{flex-direction:column;gap:1rem;display:flex}.home-artisan-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;padding:1.1rem 1.25rem;transition:all .2s}.home-artisan-card:hover{border-color:#c4e53c40;transform:translate(4px);box-shadow:0 12px 36px #0000004d}.home-artisan-card__head{align-items:center;gap:.85rem;margin-bottom:.75rem;display:flex}.home-artisan-card__head h4{color:#e8f5ee;margin-bottom:.15rem;font-size:.9rem;font-weight:700}.home-artisan-card__head p{color:#dff0e461;font-size:.8rem}.home-artisan-card__avatar{background:#c4e53c12;border:1px solid #c4e53c26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.75rem;display:flex}.home-artisan-card__badge{color:#c4e53c;white-space:nowrap;background:#c4e53c1f;border:1px solid #c4e53c38;border-radius:100px;margin-left:auto;padding:.22rem .65rem;font-size:.7rem;font-weight:700}.home-artisan-card__foot{color:#dff0e461;border-top:1px solid #ffffff0d;gap:1.25rem;padding-top:.65rem;font-size:.8rem;font-weight:500;display:flex}.home-hiw{text-align:center;background:#05140ccc;padding:6rem 2rem;position:relative;overflow:hidden}.home-hiw:before{content:"";pointer-events:none;background-image:linear-gradient(#c4e53c08 1px,#0000 1px),linear-gradient(90deg,#c4e53c08 1px,#0000 1px);background-size:64px 64px;animation:20s linear infinite gridDrift;position:absolute;inset:-120px}.home-hiw .home-tag{background:#c4e53c1a;border-color:#c4e53c33}.home-hiw__inner{z-index:1;max-width:1100px;margin:0 auto;position:relative}.home-hiw__title{color:#fff;letter-spacing:-.02em;margin-bottom:3.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}.home-hiw__steps{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0;display:flex;position:relative}.home-step{text-align:center;flex:1;min-width:200px;max-width:260px;padding:0 1rem;position:relative}.home-step__num{color:#0b3d28;background:#c4e53c;border:3px solid #c4e53c33;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;font-size:1rem;font-weight:900;display:inline-flex;box-shadow:0 0 20px #c4e53c4d}.home-step__icon{margin-bottom:.85rem;font-size:2rem}.home-step h3{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.home-step p{color:#ffffff80;font-size:.85rem;line-height:1.65}.home-step__arrow{color:#c4e53c;z-index:2;font-size:1.5rem;font-weight:700;position:absolute;top:22px;right:-16px}@media (max-width:768px){.home-step__arrow{display:none}}.home-reviews{text-align:center;background:#020c06;padding:6rem 2rem}.home-reviews__inner{max-width:1100px;margin:0 auto}.home-reviews__title{color:#e8f5ee;letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}.home-reviews__grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.home-review{background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:2rem;transition:all .28s}.home-review:hover{border-color:#c4e53c2e;transform:translateY(-4px);box-shadow:0 20px 60px #0006}.home-review__stars{margin-bottom:1rem;font-size:1rem}.home-review__text{color:#dff0e4a6;margin-bottom:1.5rem;font-size:.92rem;font-style:italic;line-height:1.75}.home-review__author{align-items:center;gap:.85rem;display:flex}.home-review__avatar{background:#c4e53c12;border:1px solid #c4e53c24;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.75rem;display:flex}.home-review__name{color:#e8f5ee;margin-bottom:.15rem;font-size:.9rem;font-weight:700}.home-review__role{color:#dff0e461;font-size:.78rem}.home-cta{text-align:center;background:radial-gradient(at 50% 0,#0b3d28cc 0%,#020c06 60%);padding:6rem 2rem;position:relative;overflow:hidden}.home-cta:before{content:"";pointer-events:none;background-image:linear-gradient(#c4e53c09 1px,#0000 1px),linear-gradient(90deg,#c4e53c09 1px,#0000 1px);background-size:60px 60px;animation:16s linear infinite gridDrift;position:absolute;inset:-120px}.home-cta__inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.home-cta__inner h2{color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:900;line-height:1.15}.home-cta__inner h2 span{color:#c4e53c}.home-cta__inner p{color:#ffffff8c;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7}.home-cta__btns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.home-cta__trust{color:#ffffff61;flex-wrap:wrap;justify-content:center;gap:1.75rem;font-size:.875rem;font-weight:500;display:flex}.home-footer{color:#ffffff73;background:#010805;border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem}.home-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto 3rem;display:grid}@media (max-width:1024px){.home-footer__inner{grid-template-columns:2fr 1fr 1fr}}@media (max-width:600px){.home-footer__inner{grid-template-columns:1fr;gap:2rem}}.home-footer__brand p{color:#ffffff59;max-width:280px;margin:.85rem 0 1.5rem;font-size:.88rem;line-height:1.7}.home-footer__logo{align-items:center;gap:.55rem;text-decoration:none;display:flex}.home-footer__logo span:last-child{color:#fff;font-size:1.2rem;font-weight:800}.home-footer__logo .home-nav__logo-icon{width:30px;height:30px;font-size:.9rem}.home-footer__socials{gap:.65rem;display:flex}.home-footer__social{color:#fff6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.home-footer__social:hover{color:#c4e53c;background:#c4e53c1a;border-color:#c4e53c40}.home-footer__col h4{color:#ffffff8c;text-transform:uppercase;letter-spacing:.09em;margin-bottom:1.1rem;font-size:.75rem;font-weight:700}.home-footer__col a{color:#ffffff59;cursor:pointer;margin-bottom:.6rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.home-footer__col a:hover{color:#c4e53c}.home-footer__bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;gap:.75rem;max-width:1400px;margin:0 auto;padding-top:2rem;display:flex}.home-footer__bottom p{color:#fff3;margin:0;font-size:.82rem}.home-footer__bottom a{color:#fff3;font-size:.82rem;text-decoration:none}.home-footer__bottom a:hover{color:#c4e53c}.home-footer__bottom-links{flex-wrap:wrap;gap:1.5rem;display:flex}
