@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}html{font-size:62.5%}body{font-family:Poppins,system-ui,sans-serif,sans-serif;font-size:1.6rem;font-weight:400}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes heroBgReveal{0%{opacity:.8}to{opacity:1}}@keyframes scaleInPop{0%{opacity:0;transform:scale(.92)}60%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulseRing{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.05);opacity:.8}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:800;line-height:1.2;color:#111;margin-bottom:.65rem}.section-title--light{color:#fff}.section-sub{font-size:.93rem;color:#555;max-width:52ch;line-height:1.65;margin-bottom:2.25rem}.section-sub--light{color:#ffffffa6}.text-yellow{color:#f5e642}.hero{background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:2rem;overflow:visible;margin:100px 1rem 1rem;min-height:88vh;position:relative;margin-top:100px;transition:background-image .8s ease-in-out,background-size 1.2s ease-out;animation:heroBgReveal 1.2s cubic-bezier(.2,.8,.2,1) forwards}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111111d9,#11111159 55%,#1111110f);border-radius:inherit;z-index:0}.hero__inner{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:0 3.5rem 4rem;min-height:88vh}@media(max-width:860px){.hero__inner{flex-direction:column;padding:2.5rem 1.5rem;align-items:flex-start;min-height:auto}}.hero__text{flex:1;max-width:48%;color:#fff;padding-bottom:.5rem}@media(max-width:860px){.hero__text{max-width:100%}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.2rem;animation:fadeSlideUp .6s cubic-bezier(.16,1,.3,1) backwards}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:#f5e642;flex-shrink:0}.hero__badge-label{font-size:.76rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#ffffffe0;font-family:Poppins,sans-serif}.hero__heading{font-family:Poppins,sans-serif;font-weight:400;font-size:48px;line-height:1;letter-spacing:0;margin-bottom:1rem;color:#fff;animation:fadeSlideUp .8s cubic-bezier(.16,1,.3,1) .1s backwards}@media(max-width:1100px){.hero__heading{font-size:clamp(1.8rem,3.5vw,48px)}}.hero__sub{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:0;color:#ffffffbf;max-width:44ch;margin:0;animation:fadeSlideUp .8s cubic-bezier(.16,1,.3,1) .25s backwards}.booking-widget{position:relative;z-index:10;background:#fff;border-radius:24px 28px 24px 24px;padding:28px 32px;width:400px;flex-shrink:0;align-self:flex-end;display:flex;flex-direction:column;gap:10px;box-shadow:0 10px 48px #1111114d;animation:scaleInPop .8s cubic-bezier(.175,.885,.32,1.275) .35s backwards}@media(max-width:960px){.booking-widget{width:100%;align-self:auto}}.booking-widget__tabs{display:flex;align-items:center;background:#111;border-radius:999px;padding:5px;gap:3px}.booking-widget__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;border:none;background:transparent;border-radius:999px;padding:10px;cursor:pointer;color:#ffffff80;font-size:.88rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.booking-widget__tab span{color:inherit;font-size:inherit}.booking-widget__tab--active{background:#fff;color:#111;font-weight:700;transform:scale(1.02)}.booking-widget__title{font-size:1.4rem;font-weight:600;color:#111;margin-top:4px;margin-bottom:2px}.booking-widget__fields{display:flex;flex-direction:column;gap:10px}.booking-widget__field{display:flex;align-items:center;gap:.7rem;background:#f4f4f4;border-radius:999px;padding:.9rem 1.2rem;border:2px solid transparent;transition:border-color .2s}.booking-widget__field:focus-within{border-color:#f5e642}.booking-widget__field input{border:none;background:transparent;outline:none;font-size:16px;font-weight:600;color:#111;width:100%}.booking-widget__field input::placeholder{color:#bbb;font-size:16px}.booking-widget__dest-wrapper{position:relative;width:100%}.booking-widget__dest-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:1.25rem;box-shadow:0 8px 32px #1111111f,0 2px 8px #1111110f;list-style:none;padding:.5rem;margin:0;z-index:100;max-height:260px;overflow-y:auto;animation:dropdownFadeIn .2s cubic-bezier(.4,0,.2,1)}.booking-widget__dest-suggestions ul{list-style:none;padding:0;margin:0}.booking-widget__dest-suggestions li{padding:.75rem 1rem;border-radius:.85rem;font-family:Poppins,sans-serif;font-size:.93rem;color:#111;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:8px}.booking-widget__dest-suggestions li:hover{background:#f4f4f4}.booking-widget__time-dropdown{position:relative;width:100%}.booking-widget__time-trigger{width:100%;display:flex;align-items:center;gap:.7rem;background:#f4f4f4;border:2px solid transparent;border-radius:999px;padding:.9rem 1.2rem;cursor:pointer;transition:all .2s ease;text-align:left}.booking-widget__time-trigger--open{border-color:#111;background:#fff}.booking-widget__time-trigger:hover:not(.booking-widget__time-trigger--open){border-color:#ddd}.booking-widget__time-placeholder{flex:1;font-family:Poppins,sans-serif;font-size:1.4rem;color:#bbb}.booking-widget__time-value--selected{flex:1;font-family:Poppins,sans-serif;font-size:.96rem;color:#111;font-weight:500}.booking-widget__time-chevron{flex-shrink:0;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.booking-widget__time-chevron--up{transform:rotate(180deg)}.booking-widget__time-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:1.25rem;box-shadow:0 8px 32px #1111111f,0 2px 8px #1111110f;list-style:none;padding:.5rem;margin:0;z-index:100;overflow:hidden;animation:dropdownFadeIn .2s cubic-bezier(.4,0,.2,1)}.booking-widget__time-option{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.85rem;font-family:Poppins,sans-serif;font-size:.93rem;color:#111;cursor:pointer;transition:background .15s}.booking-widget__time-option:hover{background:#f4f4f4}.booking-widget__time-option--active{background:#f5e642;font-weight:600;color:#111}.booking-widget__time-option--active:hover{background:#f4e32a}.booking-widget__cta{width:100%;padding:1rem;background:#111;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,background .2s,opacity .2s;margin-top:2px}.booking-widget__cta:hover{opacity:.9;transform:translateY(-2px)}.booking-widget__cta:active{transform:translateY(0)}.booking-widget__ticket-view{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;min-height:209px;padding:.25rem 0}.booking-widget__ticket-text h3{font-size:1.5rem;font-weight:300;color:#111;margin-bottom:.35rem;margin-top:5rem;margin-left:10rem}.booking-widget__ticket-text p{font-size:1rem;color:#555;line-height:1.6;margin:0}.booking-widget__cta--dark{background:#111;color:#fff}.services{display:flex;align-items:stretch;gap:4rem;padding:5rem 4rem;margin-top:2rem}@media(max-width:900px){.services{flex-direction:column;padding:3rem 1.5rem}}.services__left{flex:1;max-width:420px;display:flex;flex-direction:column}.services__left .section-title{font-family:Poppins,sans-serif;font-weight:700;font-size:38px;line-height:1.15;letter-spacing:-.02em;color:#111;margin-bottom:.75rem}.services__left .section-sub{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:1.55;letter-spacing:0;color:#555;margin-bottom:3rem}@media(max-width:900px){.services__left{max-width:100%}.services__left .section-title{font-size:clamp(2rem,5.8vw,38px);line-height:1.1;margin-bottom:.6rem}.services__left .section-sub{font-size:clamp(1.3rem,4.5vw,25px);line-height:1.6;margin-bottom:2.5rem}}@media(max-width:480px){.services__left .section-title{font-size:clamp(2.6rem,7.5vw,4rem);margin-bottom:.5rem}.services__left .section-sub{font-size:clamp(1rem,3.5vw,1.1rem);margin-bottom:2.5rem}}.services__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:3.3rem}.services__item{display:flex;gap:.85rem;align-items:flex-start;transition:transform .2s ease}.services__item:hover{transform:translate(6px)}.services__item strong{display:block;font-family:Poppins,sans-serif;font-weight:600;font-size:15px;line-height:1.2;letter-spacing:0;color:#111;margin-bottom:.35rem}.services__item p{font-family:Poppins,sans-serif;font-weight:400;font-size:12px;line-height:1.55;letter-spacing:0;color:#555;margin:0}.services__item-icon{font-size:1.15rem;flex-shrink:0;margin-top:2px}.services__map{flex:1;border-radius:1.5rem;overflow:hidden}.services__map img{width:100%;height:100%;object-fit:cover;display:block;border-radius:1.5rem}.why{display:flex;align-items:center;gap:4rem;padding:5rem 4rem;margin-top:2rem}@media(max-width:900px){.why{flex-direction:column;padding:3rem 1.5rem}}.why__image{flex:1;border-radius:1.5rem;overflow:hidden;height:480px;border:4px solid #f5e642;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.why__image:hover{transform:translateY(-8px);box-shadow:0 20px 40px #11111126}.why__image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.why__content{flex:1;display:flex;flex-direction:column;gap:.75rem}.why__content .section-title{font-family:Poppins,sans-serif;font-weight:700;font-size:42px;line-height:1.2;letter-spacing:0;color:#111;margin-bottom:0}.why__content .section-sub{font-family:Poppins,sans-serif;font-weight:500;font-size:17px;line-height:1.5;letter-spacing:0;color:#555;margin-bottom:4rem}.why__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem 5rem}.why__card{display:flex;gap:.65rem;align-items:flex-start}.why__card strong{display:block;font-family:Poppins,sans-serif;font-weight:600;font-size:15px;line-height:1.2;color:#111;margin-bottom:.3rem}.why__card p{font-family:Poppins,sans-serif;font-weight:400;font-size:12px;line-height:1.6;color:#555;margin:0}.why__card-icon{font-size:1.1rem;flex-shrink:0;margin-top:2px}.how{background:#111;border-radius:2rem;margin:2rem 1rem 0;padding:12rem 9rem;text-align:center}.how .section-title--light{font-family:Poppins,sans-serif;font-weight:700;font-size:42px;line-height:1.15;letter-spacing:-.02em;color:#fff;margin-bottom:.3rem}.how .section-sub--light{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:#ffffff8c;text-align:center;margin:0 auto 2.5rem;max-width:60ch}.how__steps{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:2rem}.how__step{flex:1;min-width:210px;max-width:270px;display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:0 1.5rem;transition:transform .3s ease}.how__step:hover{transform:translateY(-5px)}.how__step strong{color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:1.2}.how__step p{color:#ffffff8c;font-family:Poppins,sans-serif;font-weight:400;font-size:13px;line-height:1.55;margin:0;text-align:center}.how__step-num{width:48px;height:48px;border-radius:50%;background:#fff;color:#111;font-weight:700;font-size:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:.6rem;transition:background .3s,color .3s,transform .3s}.how__step:hover .how__step-num{background:#f5e642;transform:scale(1.1)}.how__connector{width:100px;height:3px;border-top:3px dashed rgba(255,255,255,.28);margin-top:25px;flex-shrink:0;align-self:flex-start}@media(max-width:900px){.how{padding:5rem 2rem}.how .section-title--light{font-size:clamp(2.2rem,6vw,42px);line-height:1.1;margin-bottom:.4rem}.how .section-sub--light{font-size:clamp(1.05rem,3.8vw,18px);line-height:1.6;margin-bottom:2rem}.how__steps{gap:1.5rem}.how__step{min-width:100%;max-width:none;padding:1.2rem 1rem}.how__step-num{width:44px;height:44px;font-size:1.75rem;margin-bottom:.5rem}.how__connector{width:70px;margin-top:18px}}@media(max-width:480px){.how{padding:3.5rem 1.2rem;border-radius:1.5rem}.how .section-title--light{font-size:clamp(1.85rem,6.5vw,2.4rem);margin-bottom:.35rem}.how .section-sub--light{font-size:clamp(1rem,3.5vw,1.1rem);margin-bottom:1.8rem}.how__step{padding:1rem .8rem}.how__step-num{width:40px;height:40px;font-size:1.6rem}.how__connector{width:60px;margin-top:15px}}.phone-hero{position:relative;display:flex;align-items:center;justify-content:center;width:500px;height:500px;margin:0 auto 8rem}.phone-hero__ring{position:absolute;border-radius:50%;border:1.5px dashed rgba(184,184,0,.4);pointer-events:none;animation:pulseRing 6s infinite ease-in-out}.phone-hero__ring--outer{width:480px;height:480px;animation-delay:1s}.phone-hero__ring--inner{width:360px;height:360px;animation-delay:0s}.phone-hero__phone{position:relative;z-index:2;width:220px;border-radius:36px;overflow:hidden;box-shadow:0 24px 64px #11111140;border:6px solid #111111;transition:transform .5s ease}.phone-hero__phone:hover{transform:translateY(-10px)}.phone-hero__phone img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.phone-hero__badge{position:absolute;z-index:3;font-size:.92rem;font-weight:700;font-family:Poppins,sans-serif;padding:.65rem 1.3rem;border-radius:999px;white-space:nowrap;box-shadow:0 6px 20px #11111126;animation:float 4s ease-in-out infinite}.phone-hero__badge--top-right{top:18%;right:6%;background:#fff;color:#111;animation-delay:0s}.phone-hero__badge--left{top:42%;left:6%;background:#f5e642;color:#111;animation-delay:.7s}.phone-hero__badge--bottom-right{bottom:20%;right:6%;background:#111;color:#fff;animation-delay:1.4s}@media(max-width:640px){.phone-hero__badge{font-size:clamp(.82rem,3.2vw,.92rem);padding:.55rem 1.1rem;box-shadow:0 4px 14px #1111111f}.phone-hero__badge--top-right{top:16%;right:4%}.phone-hero__badge--left{top:44%;left:4%}.phone-hero__badge--bottom-right{bottom:18%;right:4%}}@media(max-width:480px){.phone-hero__badge{font-size:clamp(.75rem,3.8vw,.85rem);padding:.48rem 1rem}.phone-hero__badge--top-right{top:14%;right:3%}.phone-hero__badge--left{top:46%;left:3%}.phone-hero__badge--bottom-right{bottom:16%;right:3%}}.gs{padding:5rem 4rem;margin-top:2rem}@media(max-width:768px){.gs{padding:3rem 1.5rem}}.gs__header{text-align:center;margin-bottom:2.5rem}.gs__title{font-family:Poppins,sans-serif;font-size:42px;font-weight:700;color:#111;line-height:1.2;margin-bottom:.5rem}.gs__sub{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#555;line-height:1.5;margin:0}.gs__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:300px 300px;gap:1rem;max-width:960px;margin:0 auto}@media(max-width:640px){.gs__grid{grid-template-columns:1fr;grid-template-rows:auto}}.gs__card{border-radius:1.75rem;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease}.gs__card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #1111112e}.gs__card:hover .gs__card-img{transform:scale(1.08) rotate(-2deg)}.gs__card--yellow{background:linear-gradient(135deg,#f5e642,#1a1600)}.gs__card--dark{background:#111}.gs__card .gs__card-num{font-family:Poppins,sans-serif;font-size:4.5rem;font-weight:800;line-height:1;position:absolute;top:1.25rem;right:1.5rem;opacity:.12;pointer-events:none;color:inherit}.gs__card--yellow .gs__card-num{color:#111}.gs__card--dark .gs__card-num{color:#fff}.gs__card .gs__card-text{position:relative;z-index:2;margin-top:auto}.gs__card .gs__card-text strong{display:block;font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:700;margin-bottom:.45rem;line-height:1.2;letter-spacing:-.01em;color:#fff}.gs__card .gs__card-text p{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;margin:0;max-width:24ch;color:#fffc}.gs__card--yellow .gs__card-text strong{color:#fff}.gs__card--yellow .gs__card-text p{color:#ffffffd1}.gs__card--dark .gs__card-text strong{color:#fff}.gs__card--dark .gs__card-text p{color:#ffffffb8}.gs__card .gs__card-img{position:absolute;z-index:1;object-fit:contain;filter:drop-shadow(0 12px 32px rgba(17,17,17,.28));border:4px solid #111111;border-radius:24px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);top:-10px;right:.5rem;width:48%;max-width:170px}.gs__card--step1 .gs__card-img{top:-5px;right:1rem;width:52%;max-width:180px}.gs__card--step2 .gs__card-img{top:0;right:.5rem;width:46%;max-width:155px}.gs__card--step3 .gs__card-img{top:-10px;right:.5rem;width:50%;max-width:165px}.gs__card--step4 .gs__card-img{top:-5px;right:0;width:52%;max-width:175px}@media(max-width:900px){.gs{padding:3.5rem 2rem}.gs__title{font-size:clamp(2.2rem,6vw,42px)}.gs__sub{font-size:clamp(1.05rem,3.8vw,18px)}.gs__grid{gap:1.25rem}}@media(max-width:640px){.gs__card{padding:1.4rem}.gs__card .gs__card-text strong{font-size:clamp(1.7rem,5vw,2.2rem)}.gs__card .gs__card-text p{font-size:clamp(.95rem,3vw,1rem)}.gs__card .gs__card-img,.gs__card--step1 .gs__card-img,.gs__card--step2 .gs__card-img,.gs__card--step3 .gs__card-img,.gs__card--step4 .gs__card-img{max-width:130px;width:46%}}@media(max-width:480px){.gs{padding:2.5rem 1rem}.gs__card{padding:1.25rem;border-radius:1.5rem}.gs__card .gs__card-num{font-size:3.2rem;top:.8rem;right:1rem}.gs__card .gs__card-img,.gs__card--step1 .gs__card-img,.gs__card--step2 .gs__card-img,.gs__card--step3 .gs__card-img,.gs__card--step4 .gs__card-img{max-width:110px}}.testimonials{background:#fafae8;padding:8rem 7rem;margin-top:2rem;position:relative}@media(max-width:768px){.testimonials{padding:3rem 1.5rem}}.testimonials .section-title{text-align:center;font-family:Poppins,sans-serif;font-weight:700;font-size:42px;line-height:1.2;color:#111;margin-bottom:.5rem}.testimonials .section-sub{text-align:center;font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:1.5;color:#555;max-width:58ch;margin:0 auto}.testimonials__flow{position:relative;width:100%;height:260px;margin:2.5rem 0 1.5rem}.testimonials__flow-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.testimonials__avatar-btn{position:absolute;transform:translate(-50%,-50%);z-index:1;background:none;border:none;padding:0;cursor:pointer;border-radius:50%;transition:opacity .2s,transform .2s}.testimonials__avatar-btn img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px dashed #aaa;display:block;transition:width .25s,height .25s,border .25s,transform .3s cubic-bezier(.175,.885,.32,1.275)}.testimonials__avatar-btn--active{z-index:2;transform:translate(-50%,-50%) scale(1.08)}.testimonials__avatar-btn--active img{width:72px;height:72px;border:3px solid #111111}.testimonials__avatar-btn:hover:not(.testimonials__avatar-btn--active){opacity:.8}.testimonials__avatar-btn:hover:not(.testimonials__avatar-btn--active) img{transform:scale(1.1)}.testimonials__body{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem;position:relative;padding:0 4rem}.testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;font-size:2.2rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .18s,transform .2s;color:#111;z-index:2}.testimonials__arrow:first-child{left:0}.testimonials__arrow:last-child{right:0}.testimonials__arrow:hover{background:#eee;transform:translateY(-50%) scale(1.1)}.testimonials__arrow:active{transform:translateY(-50%) scale(.95)}.testimonials__quote{max-width:520px;text-align:center;animation:fadeSlideUp .4s ease-out}.testimonials__quote-name{display:block;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:500;color:#111;margin-bottom:.6rem}.testimonials__quote p{font-family:Poppins,sans-serif;font-size:1.5rem;color:#555;line-height:1.75;margin:0;word-break:break-word;overflow-wrap:break-word;white-space:normal}@media(max-width:900px){.testimonials{padding:4rem 2rem}.testimonials .section-title{font-size:clamp(2.2rem,6vw,42px)}.testimonials .section-sub{font-size:clamp(1.05rem,3.8vw,18px)}}@media(max-width:640px){.testimonials__flow{height:220px;margin:2rem 0 1rem}.testimonials__avatar-btn img{width:48px;height:48px}.testimonials__avatar-btn--active img{width:62px;height:62px}.testimonials__body{padding:0 2rem;gap:1rem}.testimonials__arrow{width:36px;height:36px;font-size:1.9rem}.testimonials__quote-name{font-size:clamp(1.8rem,5.5vw,2.5rem)}.testimonials__quote p{font-size:clamp(1.1rem,4vw,1.5rem);line-height:1.65}}@media(max-width:480px){.testimonials{padding:3rem 1rem}.testimonials__flow{height:200px}.testimonials__quote p{font-size:clamp(1rem,4.2vw,1.1rem)}}.get-app{background:#111;border-radius:2rem;margin:8rem 1rem 0;padding:12rem 9rem;text-align:center;color:#fff}.get-app h2{font-family:Poppins,sans-serif;font-size:4rem;font-weight:700;margin-bottom:1rem;color:#fff}.get-app p{font-family:Poppins,sans-serif;color:#ffffffa6;font-size:2rem;max-width:48ch;margin:0 auto 2.5rem;line-height:1.7}.get-app__buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.get-app{margin:4rem 1rem 0;padding:6rem 3rem}.get-app h2{font-size:clamp(2.4rem,7vw,4rem)}.get-app p{font-size:clamp(1.25rem,4.5vw,2rem)}}@media(max-width:640px){.get-app{padding:4rem 2rem}}@media(max-width:480px){.get-app{padding:3.5rem 1.5rem;border-radius:1.5rem}.get-app h2{font-size:clamp(2rem,7.5vw,2.6rem)}.get-app p{font-size:clamp(1.1rem,4.2vw,1.25rem);margin-bottom:2rem}}.store-btn{display:flex;align-items:center;gap:.85rem;background:transparent;border:1.5px solid rgba(255,255,255,.5);color:#fff;border-radius:.75rem;padding:1.5rem 3rem;cursor:pointer;transition:border-color .2s,background .2s,transform .2s;text-align:left}.store-btn svg{flex-shrink:0}.store-btn span{display:flex;flex-direction:column;gap:.1rem}.store-btn span small{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;color:#ffffffb3;line-height:1;display:block}.store-btn span strong{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;color:#fff;line-height:1.2;display:block}.store-btn:hover{border-color:#f5e642;background:#f5e6421a;transform:translateY(-4px)}@media(max-width:640px){.store-btn{padding:1.1rem 2rem}.store-btn span small{font-size:clamp(.9rem,3vw,1rem)}.store-btn span strong{font-size:clamp(1.55rem,5vw,2rem)}}@media(max-width:480px){.store-btn{padding:1rem 1.6rem;border-radius:.65rem}}.news{padding:5rem 4rem;margin-top:2rem}@media(max-width:768px){.news{padding:3rem 1.5rem}}.news__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem}.news__header .section-title{font-family:Poppins,sans-serif;font-size:28px;font-weight:400;color:#111;line-height:1.2;margin:0}.news__nav{display:flex;gap:.5rem}.news__nav button{width:42px;height:42px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .18s,opacity .18s,transform .2s;color:#111}.news__nav button:last-child{background:#111;color:#fff;border-color:#111}.news__nav button:hover{opacity:.85;transform:scale(1.05)}.news__nav button:active{transform:scale(.95)}.news__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:768px){.news__grid{grid-template-columns:1fr}}.news__card{border-radius:1.5rem;overflow:hidden;background:#fff;box-shadow:0 2px 16px #1111110f;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease}.news__card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #1111111f}.news__card:hover .news__card-img img{transform:scale(1.08)}.news__card-img{height:240px;overflow:hidden}.news__card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,1,.5,1)}.news__card-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;background:#fafae8}.news__card-footer span{font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;color:#111;line-height:1.3}.news__card-link{background:none;border:none;font-size:1rem;cursor:pointer;color:#111;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid rgba(17,17,17,.2);transition:background .18s,border-color .18s,transform .2s;flex-shrink:0}.news__card-link:hover{background:#1111110f;border-color:#111;transform:rotate(45deg)}@media(max-width:768px){.hero{margin:100px .5rem .5rem;min-height:auto;border-radius:1.25rem}.hero__inner{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2rem 1.5rem 2.5rem;min-height:auto;gap:1.25rem}.hero__text{max-width:100%}.hero__heading{font-size:1.85rem;line-height:1.15}.hero__sub{font-size:1rem}.booking-widget{width:100%;align-self:stretch;padding:1.5rem}.services{flex-direction:column;padding:4rem 1.5rem;gap:3rem;margin-top:3rem}.services__left{max-width:100%}.services__map{height:260px}.why{flex-direction:column;padding:4rem 1.5rem;gap:3rem;margin-top:3rem}.why__image{height:280px}.why__grid{gap:2rem}.how{margin:3rem .5rem 0;padding:3.5rem 1.5rem;border-radius:1.25rem}.how__steps{flex-direction:column;align-items:center;gap:2rem}.how__step{max-width:100%;width:100%}.how__connector{width:2px;height:40px;border-top:none;border-left:2px dashed rgba(255,255,255,.28);margin-top:0;align-self:center}.gs{padding:4rem 1.5rem;margin-top:3rem}.gs__grid{grid-template-columns:1fr;grid-template-rows:auto;gap:1.25rem}.gs__grid>:nth-child(1),.gs__grid>:nth-child(2),.gs__grid>:nth-child(3),.gs__grid>:nth-child(4){grid-column:auto;grid-row:auto}.gs__card{min-height:220px}.phone-hero{width:320px;height:320px;margin-bottom:3rem}.phone-hero__ring--outer{width:300px;height:300px}.phone-hero__ring--inner{width:220px;height:220px}.phone-hero__phone{width:150px}.phone-hero__badge{font-size:.75rem;padding:.5rem 1rem}.testimonials{padding:4rem 1.5rem;margin-top:3rem}.testimonials__flow{height:200px}.testimonials__body{padding:0 3rem}.testimonials__quote{max-width:100%}.get-app{margin:5rem .5rem 0;padding:3.5rem 1.5rem;border-radius:1.25rem}.get-app h2{font-size:1.5rem}.get-app p{font-size:.88rem}.get-app__buttons{flex-direction:column;align-items:center;gap:1rem}.store-btn{width:100%;max-width:260px;justify-content:center}.news{padding:4rem 1.5rem;margin-top:3rem}.news__grid{grid-template-columns:1fr;gap:1.5rem}.news__card-img{height:200px}}@media(min-width:769px)and (max-width:1024px){.hero__heading{font-size:2.2rem}.hero__inner{padding:0 2.5rem 3rem}.booking-widget{width:320px}.services,.why{padding:4rem 2.5rem;gap:2.5rem}.gs__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem}.gs__grid>:nth-child(1){grid-column:1;grid-row:1}.gs__grid>:nth-child(2){grid-column:2;grid-row:1}.gs__grid>:nth-child(3){grid-column:1;grid-row:2}.gs__grid>:nth-child(4){grid-column:2;grid-row:2}.news__grid{grid-template-columns:repeat(2,1fr)}}.about{font-family:Poppins,sans-serif}.about__hero{background-size:100% auto;background-repeat:no-repeat;width:calc(100vw - .8rem);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:0;position:relative;overflow:hidden}.about__hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000,#000);border-radius:inherit}.about__hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:3rem 2rem;gap:1rem;width:100%}.about__badge{font-family:Poppins;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;vertical-align:middle;border-radius:32px;padding:12px 16px;background:#ffe101;margin-bottom:4rem}.about__hero-heading{font-family:Poppins;font-weight:600;font-size:48px;line-height:100%;letter-spacing:0%;text-align:center;color:var(--color-white, #FFFFFF)}.about__hero-sub{max-width:46ch;margin:0;color:var(--color-white, #FFFFFF);font-family:Poppins;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;text-align:center}.about__story{padding:5rem 4rem;text-align:center;margin-top:2rem}.about__story-title{color:#111;margin-bottom:1rem;font-family:Poppins;font-weight:600;font-size:32px;line-height:100%;letter-spacing:0%;text-align:center}.about__story-sub{max-width:58ch;margin:0 auto;font-family:Poppins;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:var(--color-shade-dark, #A7A5A5)}.about__mv{display:flex;align-items:stretch;gap:1.5rem;padding:0 4rem 5rem;margin-top:5rem}.about__mv-img{flex:1.1;border-radius:1.5rem;overflow:hidden}.about__mv-img img{width:100%;height:100%;object-fit:cover;display:block}.about__mv-cards{flex:1;display:flex;flex-direction:column;gap:1rem}.about__mv-card{border-radius:1.5rem;padding:2rem 1.75rem;flex:1;display:flex;flex-direction:column;justify-content:flex-end}.about__mv-card h3{margin-bottom:.6rem;font-family:Poppins;font-weight:600;font-size:24px;line-height:150%;letter-spacing:0%}.about__mv-card p{margin:0;font-family:Poppins;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%}.about__mv-card--light{background:var(--color-shade, #F1F1F1);border:1px solid #e8e8e8}.about__mv-card--light h3{color:#111}.about__mv-card--light p{color:#555}.about__mv-card--dark{background:#111}.about__mv-card--dark h3{color:#fff}.about__mv-card--dark p{color:#ffffffbf}.about__values{padding:5rem 4rem;text-align:center;margin-top:5rem}.about__values-title{color:#111;margin-bottom:.6rem;font-weight:600;font-size:48px;line-height:100%;letter-spacing:0%;text-align:center}.about__values-sub{margin:2rem auto 2.5rem;font-weight:400;font-size:16px;line-height:100%;text-align:center;color:var(--color-shade-dark, #A7A5A5)}.about__values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8rem}.about__value-card{background:#f1f1f1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;border-radius:32px;padding:32px}.about__value-card h4{color:#111;margin:0;font-weight:600;font-size:24px;line-height:150%;letter-spacing:0%;text-align:center}.about__value-card p{margin:0;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:var(--color-shade-dark, #A7A5A5)}.about__value-card--dark{background:#111}.about__value-card--dark h4{color:#fff}.about__value-card--dark p{color:#ffffffb8}.about__value-icon{width:44px;height:44px;background:#f5e642;border-radius:.6rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;margin:0 auto .25rem}.about__team{display:flex;align-items:center;gap:4rem;padding:5rem 4rem;margin-top:2rem}.about__team-left{flex:0 0 220px}.about__team-left h2{color:#111;margin-bottom:1rem;font-weight:600;font-size:28px;line-height:150%;letter-spacing:0%}.about__team-left p{margin:0;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0%;color:var(--color-shade-dark, #A7A5A5)}.about__team-grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.about__team-card{overflow:hidden;position:relative}.about__team-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;filter:grayscale(20%);transition:filter .3s}.about__team-card:hover img{filter:grayscale(0%)}.about__team-card-info{position:absolute;bottom:0;left:0;right:0;background:#111111bf;padding:.6rem .75rem;display:flex;flex-direction:column;gap:.1rem}.about__team-card-info strong{font-weight:600;font-size:16px;line-height:150%;color:#fff;text-align:center;display:block}.about__team-card-info span{font-weight:400;font-size:16px;line-height:150%;text-align:center;color:var(--color-shade, #F1F1F1);display:block}.about__join{text-align:center;padding:5rem 4rem;margin-top:2rem}.about__join h2{color:#111;margin-bottom:.75rem;font-weight:600;font-size:32px;line-height:150%;letter-spacing:0%;text-align:center}.about__join p{max-width:54ch;margin:0 auto 2.5rem;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%;text-align:center;color:var(--color-shade-dark, #A7A5A5)}.about__join-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:40px}.about__store-btn{display:flex;align-items:center;gap:10px;background:#111;border:1.5px solid rgba(255,255,255,.2);color:#fff;border-radius:12px;padding:11px 16px;cursor:pointer;transition:opacity .2s;text-align:left}.about__store-btn svg{flex-shrink:0}.about__store-btn span{display:flex;flex-direction:column;gap:.1rem}.about__store-btn span small{font-family:Poppins,sans-serif;font-size:.68rem;font-weight:400;color:#ffffffb3;line-height:1;display:block}.about__store-btn span strong{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#fff;line-height:1.2;display:block}.about__store-btn:hover{opacity:.85}@media(max-width:768px){.about__hero{background-size:cover;background-position:center center;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:0;border-radius:0;min-height:60vh;padding:6rem 1.5rem 4rem}.about__hero-inner{min-height:60vh;padding:2rem 1.5rem}.about__hero-heading{font-size:2.5rem}.about__hero-sub{font-size:1.2rem}.about__story{padding:3.5rem 1.5rem;margin-top:1.5rem}.about__story-title{font-size:2rem!important}.about__story-sub{font-size:1.5rem!important}.about__mv{flex-direction:column;padding:0 1.5rem 3.5rem;margin-top:2rem}.about__mv-img{height:260px}.about__values{padding:3.5rem 1.5rem;margin-top:1.5rem}.about__values-title{font-size:1.5rem!important}.about__values-sub{font-size:.9rem!important;margin-top:.75rem}.about__values-grid{grid-template-columns:1fr;margin-top:2rem}.about__value-card h4{font-size:1.5rem!important}.about__value-card p{font-size:1.3rem!important}.about__team{flex-direction:column;padding:3.5rem 1.5rem;gap:2rem;margin-top:1.5rem}.about__team-left{flex:unset;width:100%}.about__team-left h2{font-size:1.9rem!important}.about__team-left p{font-size:1.4rem!important}.about__team-grid{grid-template-columns:repeat(2,1fr)}.about__join{padding:3.5rem 1.5rem;margin-top:1.5rem}.about__join h2{font-size:2rem!important}.about__join p{font-size:1.5rem!important}.about__join-btns{flex-direction:column;align-items:center}.about__store-btn{width:100%;max-width:260px;justify-content:center}}@media(min-width:769px)and (max-width:1024px){.about__mv{padding:0 2.5rem 4rem}.about__values{padding:4rem 2.5rem}.about__team{padding:4rem 2.5rem;gap:2rem}.about__team-grid{grid-template-columns:repeat(2,1fr)}.about__join{padding:4rem 2.5rem}}.contact{font-family:Poppins,sans-serif}.contact__hero{width:calc(100vw - .8rem);height:624px;position:relative;background:linear-gradient(180deg,#a7a5a51a,#a7a5a5);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.contact__hero-bgtext{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);font-weight:900;font-size:280px;color:#fff;opacity:.15;white-space:nowrap;z-index:1;letter-spacing:-10px;pointer-events:none;margin:0}.contact__hero-inner{text-align:center;position:relative;z-index:2;padding-top:80px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact__badge{background:#ffe101;color:#000;font-size:15px;display:inline-flex;align-items:center;justify-content:center;border-radius:32px;padding:12px 16px;text-transform:uppercase;margin-bottom:30px;font-family:Poppins,sans-serif;font-weight:400}.contact__hero-heading{font-size:56px;font-weight:700;color:#fff;margin:0;font-family:Poppins,sans-serif}.contact__hero-sub{color:#fff;font-size:18px;margin-top:10px;font-weight:300;opacity:.9;font-family:Poppins,sans-serif}.contact__main{display:flex;align-items:flex-start;gap:4rem;padding:6rem 4rem;margin-top:5rem}.contact__info{flex:1;margin-top:20rem}.contact__info h2{color:#111;margin-bottom:1rem;width:291px;height:96px;angle:0 deg;opacity:1;font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:32px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle;margin-bottom:3rem}.contact__info-sub{max-width:44ch;margin-bottom:2.5rem;width:487px;height:72px;angle:0 deg;opacity:1;font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle;color:#000;margin-bottom:3rem}.contact__info-items{display:flex;flex-direction:column;width:257px;height:292px;angle:0 deg;opacity:1;margin-bottom:3rem;gap:4rem}.contact__info-item{display:flex;align-items:flex-start;gap:2rem;width:218px;height:76px;angle:0 deg;opacity:1}.contact__info-item div{display:flex;flex-direction:column;gap:.2rem}.contact__info-item div strong{color:#111;width:200px;height:36px;angle:0 deg;opacity:1;font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:24px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle}.contact__info-item div span{color:#a7a5a5;width:182px;height:24px;top:160px;left:72px;angle:0 deg;opacity:1;font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle}.contact__info-icon{background:#fffce5;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;width:48px;height:48px;gap:10px;angle:0 deg;opacity:1;border-radius:12px;padding:12px}.contact__form-card{flex:1;border-radius:1.5rem;width:630px;height:870px;gap:10px;angle:0 deg;opacity:1;border-radius:24px;padding:48px;background:var(--color-shade, #F1F1F1)}.contact__form-card h3{color:#111;margin-bottom:.4rem;width:486px;height:48px;angle:0 deg;opacity:1;font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:32px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle}.contact__form-sub{margin-bottom:1.75rem;width:486px;height:24px;angle:0 deg;opacity:1;font-family:Poppins;font-weight:400;font-style:Regular;font-size:13px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle;color:var(--color-shade-dark, #A7A5A5)}.contact__form{display:flex;flex-direction:column;gap:1rem;width:550px;height:496px;gap:32px;angle:0 deg;opacity:1}.contact__form input{width:550px;height:86px;gap:10px;angle:0 deg;opacity:1;border-radius:24px;border:#FFFFFF;padding:31px 40px;background:var(--color-white, #FFFFFF);font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle}.contact__form input::placeholder{color:#a7a5a5}.contact__form textarea{background:#fff;border:1px solid #e8e8e8;width:550px;min-height:300px;gap:10px;border-radius:24px;padding:31px 40px;font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle;width:155;height:24;angle:0 deg;opacity:1}.contact__form textarea::placeholder{color:#b0b0b0}.contact__form textarea:focus{border-color:#111}.contact__send-btn{background:#111;color:#fff;border:none;cursor:pointer;transition:opacity .2s;margin-top:2rem;width:550px;height:86px;gap:10px;angle:0 deg;opacity:1;border-radius:24px;padding:25px 187px;font-family:Poppins;font-weight:400;font-style:Regular;font-size:24px;leading-trim:NONE;line-height:150%;letter-spacing:0%;vertical-align:middle}.contact__send-btn:hover{opacity:.85}.contact__map{width:100%;margin-top:5rem;line-height:0;border-radius:24px;overflow:hidden}.contact__map>div{width:100%;display:block;border:0;height:645px;border-radius:24px}.contact__map>div .leaflet-container{width:100%;height:100%;border-radius:24px}.contact__join{text-align:center;padding:5rem 4rem;margin-top:5rem;margin-bottom:5rem}.contact__join h2{color:#111;margin-bottom:.75rem;font-weight:600;font-size:32px;line-height:150%;text-align:center}.contact__join p{max-width:54ch;margin:0 auto 2.5rem;font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#a7a5a5}.contact__join-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.contact__store-btn{display:flex;align-items:center;gap:10px;background:#111;border:1.5px solid rgba(255,255,255,.2);color:#fff;border-radius:12px;padding:11px 16px;cursor:pointer;transition:opacity .2s;text-align:left}.contact__store-btn svg{flex-shrink:0}.contact__store-btn span{display:flex;flex-direction:column;gap:.1rem}.contact__store-btn span small{font-family:Poppins,sans-serif;font-size:.68rem;font-weight:400;color:#ffffffb3;line-height:1;display:block}.contact__store-btn span strong{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#fff;line-height:1.2;display:block}.contact__store-btn:hover{opacity:.85}@media(max-width:768px){.contact__hero{height:400px;margin-left:0;margin-right:0;width:100%;padding:8rem 1.5rem 4rem}.contact__hero-bgtext{font-size:120px;letter-spacing:-5px;top:50%}.contact__hero-inner{padding-top:60px;padding-left:15px;padding-right:15px}.contact__badge{font-size:13px;padding:8px 12px;margin-bottom:20px}.contact__hero-heading{font-size:36px!important}.contact__hero-sub{font-size:16px!important}.contact__main{flex-direction:column;padding:3rem 1.5rem;gap:3rem;margin-top:1rem}.contact__info{margin-top:0!important;width:100%}.contact__info h2,.contact__info-sub,.contact__info-items{width:100%!important;max-width:100%}.contact__info h2{font-size:28px!important;margin-bottom:1.5rem}.contact__info-sub{font-size:15px;margin-bottom:2.5rem}.contact__info-items{width:100%;gap:2.5rem;margin-bottom:2rem}.contact__info-item{width:100%;gap:1.5rem}.contact__info-item div strong{font-size:20px;width:100%}.contact__info-item div span{font-size:15px;width:100%}.contact__info-icon{width:44px;height:44px;padding:10px}.contact__form-card{width:100%!important;max-width:100%!important;height:auto!important;padding:32px 20px;border-radius:16px}.contact__form-sub{margin-bottom:5rem}.contact__form{width:100%!important;height:auto!important;gap:24px}.contact__form input,.contact__form textarea,.contact__send-btn{width:100%!important;max-width:100%!important;height:auto!important;padding:20px 24px;font-size:15px;border-radius:16px}.contact__form textarea{min-height:180px}.contact__send-btn{padding:18px 32px;font-size:18px}.contact__form-sub{width:100%;font-size:14px}.contact__form-card h3{font-size:26px;width:100%}.contact__map>div{height:280px!important}.contact__join{padding:3rem 1.5rem}.contact__join h2{font-size:28px!important}.contact__join p{font-size:15px!important}.contact__join-btns{flex-direction:column;align-items:center;gap:1rem}.contact__store-btn{width:100%;max-width:280px;justify-content:center}}@media(min-width:769px)and (max-width:1024px){.contact__main{padding:4rem 2.5rem;gap:2.5rem}.contact__join{padding:4rem 2.5rem}}.services{font-family:Poppins,sans-serif;width:100%}.services__hero{background-size:cover;background-repeat:no-repeat;width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden}.services__hero:before{content:"";position:absolute;inset:0;background:linear-gradient(179.86deg,#fff 46.07%,#fff0 269.83%)}.services__hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh;padding:4rem 1.5rem;gap:1.2rem}.services__badge{font-size:14px;border-radius:32px;padding:10px 16px;background:#ffe101;color:#111;margin-bottom:2rem}.services__hero-heading{margin:0;font-weight:600;font-size:clamp(32px,5vw,48px);line-height:1.2;max-width:800px;color:#000}.services__hero-sub{font-size:16px;line-height:1.6;max-width:600px;color:#000}.services__content{display:flex;flex-direction:column;gap:8rem;max-width:1200px;margin:0 auto 6rem;padding:0 1.5rem}.services__section-top{text-align:center;margin-bottom:4rem}.services__list-title{margin-bottom:1rem;font-size:clamp(28px,4vw,48px);font-weight:600}.services__list-sub{font-size:16px;color:#a7a5a5;max-width:500px;margin:0 auto 3rem}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.services__card{background:#f8f8f8;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1rem}.services__card h3{font-size:20px;font-weight:600;margin:0}.services__card p{font-size:14px;color:#555;line-height:1.6}.services__card--dark{background:#111}.services__card--dark h3{color:#fff}.services__card--dark p{color:#ffffffb3}.services__card--dark .services__card-link{color:#fff}.services__card-icon{width:40px;height:40px;background:#f5e642;border-radius:10px;display:flex;align-items:center;justify-content:center}.services__card-link{font-size:14px;font-weight:600;text-decoration:underline}.services__faq-section{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:flex-start}.services__faq-title{font-size:clamp(28px,4vw,48px);font-weight:600;margin-bottom:1rem}.services__faq-sub{font-size:16px;color:#a7a5a5;line-height:1.7}.services__faq-list{display:flex;flex-direction:column;gap:1rem}.services__faq-item{border-radius:16px;background:#f8f8f8}.services__faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:none;background:transparent;font-size:16px;font-weight:600;cursor:pointer;text-align:left}.services__faq-toggle{width:36px;height:36px;min-width:36px;background:#111;border-radius:8px;display:flex;align-items:center;justify-content:center}.services__faq-toggle svg path{fill:#fff}.services__faq-answer{padding:0 1.5rem 1.5rem;font-size:14px;color:#555;line-height:1.7}@media(max-width:1024px){.services__grid{grid-template-columns:repeat(2,1fr)}.services__faq-section{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.services__hero-inner{min-height:auto;padding:14rem 1.5rem 4rem}.services__grid{grid-template-columns:1fr}.services__content{gap:5rem}.services__faq-question{padding:1.25rem;font-size:15px}.services__faq-answer{padding:0 1.25rem 1.25rem}}.blog{font-family:Poppins,sans-serif}.blog>*{padding-left:0;padding-right:0}.blog__hero{width:calc(100vw - .8rem);height:624px;background:linear-gradient(180deg,#a7a5a51a,#a7a5a5);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;position:relative;padding-left:0!important;padding-right:0!important}.blog__hero-bgtext{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);font-weight:900;font-size:280px;color:#fff;opacity:.15;white-space:nowrap;z-index:1;letter-spacing:-10px;pointer-events:none;margin:0}.blog__hero-inner{text-align:center;position:relative;z-index:2;padding-top:80px;padding-left:1.25rem;padding-right:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.blog__badge{background:#ffe101;color:#000;font-size:15px;display:inline-flex;align-items:center;justify-content:center;border-radius:32px;padding:12px 16px;text-transform:uppercase;margin-bottom:30px;font-weight:400}.blog__hero-heading{font-size:56px;font-weight:700;color:#fff;margin:0}.blog__hero-sub{font-size:18px;font-weight:300;color:#ffffffe6;margin:0}.blog__cat{font-size:13px;font-weight:500}.blog__cat--yellow{color:#c9a800}.blog__dot,.blog__readtime,.blog__date{font-size:13px;color:#555}.blog__author-name{font-size:13px;font-weight:500;color:#111}.blog__author-avatar{width:32px;height:32px;border-radius:50%;background:#ccc;flex-shrink:0;object-fit:cover}.blog__author-avatar--sm{width:28px;height:28px}.blog__featured{display:flex;align-items:center;gap:3rem;padding:4rem 0 3rem;margin-top:10rem}.blog__featured-img{overflow:hidden;width:631px;height:489px;border-radius:32px}.blog__featured-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.blog__featured-info{flex:1;display:flex;flex-direction:column;gap:1rem}.blog__featured-meta{display:flex;align-items:center;gap:16px;margin-bottom:2rem}.blog__featured-title{color:#111;font-weight:700;font-size:48px;line-height:150%;letter-spacing:0%;margin-bottom:4rem}.blog__featured-author{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.blog__recent{padding:3rem 0 4rem;margin-top:7rem}.blog__recent-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.blog__recent-title{color:#111;margin:0;font-weight:600;font-size:32px;line-height:150%;letter-spacing:0%}.blog__live-badge{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;color:#15803d;background:#dcfce7;padding:4px 11px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.blog__live-dot{width:7px;height:7px;border-radius:50%;background:#16a34a;flex-shrink:0;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.72)}}.blog__error-badge{font-size:.72rem;font-weight:500;color:#b45309;background:#fef3c7;padding:4px 11px;border-radius:999px}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog__card{display:flex;flex-direction:column}.blog__card-img{border-radius:24px;overflow:hidden;margin-bottom:1rem;height:319px;background:#e5e7eb}.blog__card-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.blog__card:hover .blog__card-img img{transform:scale(1.04)}.blog__card-img-link{display:block;text-decoration:none;border-radius:24px;overflow:hidden;margin-bottom:1rem;height:319px}.blog__card-img-link .blog__card-img{margin-bottom:0;height:100%;border-radius:0}.blog__card:hover .blog__card-img-link .blog__card-img img{transform:scale(1.04)}.blog__card-body{display:flex;flex-direction:column;flex:1;gap:16px;margin-bottom:6rem}.blog__card-meta{display:flex;align-items:center;gap:.5rem}.blog__card-title{color:#111;margin:.25rem 0;font-weight:500;font-size:22px;line-height:150%;letter-spacing:0%}.blog__card-title a{color:inherit;text-decoration:none}.blog__card-title a:hover{text-decoration:underline;text-underline-offset:3px}.blog__card-excerpt{font-size:13px;color:#555;line-height:1.65;margin:0;flex:1}.blog__card-author{display:flex;align-items:center;gap:.5rem}.skeleton-box{width:100%;height:100%;min-height:180px;border-radius:24px}.skeleton-line--title{height:20px;width:85%}.blog__card--skeleton{pointer-events:none}.blog__card--skeleton .blog__card-img{background:transparent}.blog__featured-list{display:flex;flex-direction:column;gap:1.5rem;padding:0 0 4rem}.blog__wide-card{display:flex;align-items:center;gap:6rem;background:#f1f1f1;border-radius:32px;padding:2.5rem;overflow:hidden;margin-bottom:4rem}.blog__wide-card-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.blog__wide-card-title{color:#111;margin:.25rem 0;font-weight:600;font-size:32px;line-height:150%;letter-spacing:0%}.blog__wide-card-excerpt{font-size:14px;color:#555;line-height:1.7;margin:0;max-width:52ch}.blog__wide-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:14px;font-weight:600;color:#111;text-decoration:none;margin-top:.25rem}.blog__wide-card-link svg{transition:transform .2s}.blog__wide-card-link:hover svg{transform:translate(4px)}.blog__wide-card-img{border-radius:24px;overflow:hidden;height:353px;flex-shrink:0}.blog__wide-card-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.blog__wide-card:hover .blog__wide-card-img img{transform:scale(1.04);transition:transform .4s ease}.blog__featured-img img,.blog__card-img img,.blog__wide-card-img img{object-fit:cover!important;object-position:center}@media(max-width:768px){.blog__featured,.blog__recent,.blog__featured-list{padding-left:1.25rem;padding-right:1.25rem}.blog__hero{height:360px;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.blog__hero-bgtext{font-size:90px;letter-spacing:-2px}.blog__hero-heading{font-size:30px}.blog__hero-sub{font-size:14px}.blog__hero-inner{padding-top:40px}.blog__badge{font-size:12px;padding:9px 13px;margin-bottom:16px}.blog__featured{flex-direction:column;gap:1.5rem;padding-top:2rem;padding-bottom:1.5rem;margin-top:4rem}.blog__featured-img{width:100%;height:240px;border-radius:20px}.blog__featured-title{font-size:22px;margin-bottom:1.5rem}.blog__featured-meta,.blog__featured-author{margin-bottom:.75rem}.blog__recent{padding-top:2rem;padding-bottom:2.5rem;margin-top:2rem}.blog__recent-header{flex-wrap:wrap;gap:.5rem}.blog__recent-title{font-size:22px}.blog__grid{grid-template-columns:1fr;gap:2rem}.blog__card-img,.blog__card-img-link{height:220px;border-radius:18px}.blog__card-body{margin-bottom:2rem;gap:10px}.blog__card-title{font-size:18px}.blog__featured-list{padding-bottom:2.5rem;gap:0}.blog__wide-card{flex-direction:column;gap:1.25rem;padding:1.25rem;border-radius:20px;margin-bottom:1.5rem}.blog__wide-card--img-left{flex-direction:column}.blog__wide-card-img{width:100%;height:200px;border-radius:16px;order:-1}.blog__wide-card-title{font-size:20px}.blog__wide-card-excerpt{font-size:13px;max-width:none}}@media(min-width:769px)and (max-width:1024px){.blog__featured,.blog__recent,.blog__featured-list{padding-left:2rem;padding-right:2rem}.blog__hero{height:480px}.blog__hero-bgtext{font-size:160px;letter-spacing:-6px}.blog__hero-heading{font-size:42px}.blog__featured{margin-top:6rem;gap:2rem}.blog__featured-img{flex:0 0 340px;height:360px}.blog__featured-title{font-size:32px;margin-bottom:2rem}.blog__recent{margin-top:4rem}.blog__recent-title{font-size:26px}.blog__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog__card-img,.blog__card-img-link{height:260px}.blog__card-body{margin-bottom:3rem}.blog__wide-card{gap:2.5rem;padding:2rem}.blog__wide-card-img{flex:0 0 260px;height:260px}.blog__wide-card-title{font-size:24px}}.nav,.nav *{box-sizing:border-box}.nav{display:flex;align-items:center;justify-content:space-between;padding-top:calc(3.2rem + env(safe-area-inset-top));padding-bottom:3.2rem;padding-left:2rem;padding-right:2rem;position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1200px;background:transparent;z-index:100}.nav .nav-logo{height:auto;width:120px}@media(max-width:768px){.nav .nav-logo{width:100px}}.nav_links{display:flex;align-items:center;justify-content:center;gap:3.2rem}@media(max-width:768px){.nav_links{display:none;position:absolute;top:100%;left:0;width:100%;flex-direction:column;background:#fffce5;padding:1.6rem;box-shadow:0 4px 8px #0000001a;gap:1.6rem}.nav_links.open{display:flex;padding-bottom:calc(1.6rem + env(safe-area-inset-bottom))}}.nav__link{font-size:1.6rem;font-weight:400;color:#000;transition:all .3s ease-in}.nav__link:hover{color:#a7a5a5}@media(max-width:768px){.nav__link{width:100%;text-align:center}.nav__link a{color:inherit;text-decoration:none;display:block;width:100%}}.nav__download.desktop{display:block}@media(max-width:768px){.nav__download.desktop{display:none}}.nav__download.mobile{display:none}@media(max-width:768px){.nav__download.mobile{display:block;width:100%;text-align:center}}.nav .hamburger{display:none;flex-direction:column;gap:8px;cursor:pointer;background:none;border:none;padding:0}@media(max-width:768px){.nav .hamburger{display:flex}}.nav .hamburger span{width:25px;height:3px;background:#000;transition:all .3s ease}@media(max-width:768px){.nav{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;padding:1.5rem 1.5rem .5rem}}.logo-container{max-width:10.5rem;overflow:hidden}.icon{color:#ffe101}.button{font-family:inherit;text-align:center;border:none;background:none;cursor:pointer}.button--primary{color:#fff;background-color:#000;border-radius:.8rem;padding:1rem 2rem}.button--secondary{color:#000;background-color:#ffe101;padding:1.5rem 4rem;border-radius:3.2rem}.button--logo{display:block;max-width:10.5rem;background:none;border:none;overflow:hidden}.button--booking-nav{display:flex;align-items:center;gap:.8rem;color:#575757}.active{background-color:#eee;border-radius:3rem;padding:.8rem;color:#000}.btn--active-icon{color:#000}.container{width:100%}.container--fixed{max-width:114rem;margin:0 auto}.container--fluid{max-width:100%}.heading{font-family:Poppins,system-ui,sans-serif}.heading--primary{font-size:4.8rem;font-weight:400}.heading--secondary{font-size:3.2rem;font-weight:600}.heading--tetiary{font-size:2.4rem;font-weight:500}.heading--small{font-size:1.8rem;font-weight:600}.paragraph{font-family:Poppins,system-ui,sans-serif}.paragraph--primary{font-size:1.6rem;font-weight:400}.paragraph--span{font-size:1.4rem;font-weight:400}.footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:5rem;color:#fff}.footer_logo--container{display:flex;flex-direction:column;gap:2rem;align-items:center}.footer_logo--container .footer-socials{display:flex;justify-content:center;gap:1rem}.footer_logo--container .logo-wrapper img{max-width:10.5rem;height:auto;display:block}.footer--nav{display:flex;gap:12rem;justify-content:center;flex-wrap:nowrap}.footer--nav .footer-nav-wrapper{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.footer--nav .footer-nav-wrapper .footer--nav-links{font-size:1.6rem;font-weight:600;color:#fff;text-decoration:none}.footer--nav .footer-nav-wrapper .footer--nav-links.lighter{font-weight:400;color:#f1f1f1}.footer-info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-top:3rem}.footer-info h2,.footer-info p{margin:0}.footer-info p{color:#f1f1f1}.footer-info .btn{margin-top:.8rem}@media(max-width:768px){.footer{grid-template-columns:1fr;gap:2rem}.footer_logo--container{gap:1.5rem;align-items:center;text-align:center}.footer--nav{flex-direction:column;align-items:center;gap:2.5rem;width:100%;margin:0 auto}.footer--nav .footer-nav-wrapper{align-items:center;width:100%;max-width:280px}.footer-info{align-items:center;text-align:center;margin-top:3rem}.footer-info p{margin-bottom:1rem}.footer-socials{justify-content:center;gap:.8rem}}.termsPage{width:100%;font-family:Poppins,sans-serif;background-color:#fff}.termsPage .termsHero{width:calc(100vw - .8rem);height:624px;position:relative;background:linear-gradient(180deg,#a7a5a51a,#a7a5a5);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.termsPage .bgText{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);font-weight:900;font-size:280px;color:#fff;opacity:.15;white-space:nowrap;z-index:1;letter-spacing:-10px;pointer-events:none}.termsPage .heroContent{text-align:center;position:relative;z-index:2;padding-top:80px}.termsPage .heroContent .tag{background:#ffe101;color:#000;font-size:15px;display:inline-flex;align-items:center;justify-content:center;width:78px;height:40px;border-radius:32px;padding:12px 16px;text-transform:uppercase;margin-bottom:30px}.termsPage .heroContent .title{font-size:56px;font-weight:700;color:#fff;margin:0}.termsPage .heroContent p{color:#fff;font-size:18px;margin-top:10px;font-weight:300;opacity:.9}.termsPage .termsContainer{max-width:1200px;margin:0 auto;padding:100px 20px;display:flex;gap:100px;background:transparent}.termsPage .termsSidebar{width:180px;background:transparent}.termsPage .termsSidebar .sidebarItem{margin-bottom:25px;position:relative;display:flex;justify-content:flex-end;padding-right:20px;background:transparent}.termsPage .termsSidebar .sidebarItem button{border:none;background:transparent;padding:0;font-size:18px;font-family:inherit;cursor:pointer;color:#a1a1a1;font-weight:400;transition:color .3s ease;text-align:right}.termsPage .termsSidebar .sidebarItem button:hover{color:#333}.termsPage .termsSidebar .sidebarItem.active button{color:#333;font-weight:600}.termsPage .termsSidebar .sidebarItem.active:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:2px;height:22px;background-color:#333;border-radius:2px}.termsPage .termsContent{flex:1}.termsPage .termsContent p{color:#4a4a4a;margin-bottom:25px;font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:150%;text-align:justify}.termsPage .termsContent h3{font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:150%;text-align:justify;margin:40px 0 15px;color:#000}.termsPage .termsContent ul{padding:0;list-style:none}.termsPage .termsContent ul li{margin-bottom:12px;padding-left:20px;position:relative;color:#4a4a4a;line-height:1.6}.termsPage .termsContent ul li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700}@media(max-width:768px){.termsPage .termsHero{height:400px;margin-left:0;margin-right:0;width:100%}.termsPage .bgText{font-size:120px;letter-spacing:-5px;top:50%}.termsPage .heroContent{padding-top:60px;padding-left:15px;padding-right:15px}.termsPage .heroContent .tag{font-size:13px;width:auto;height:auto;padding:8px 12px;margin-bottom:20px}.termsPage .heroContent .title{font-size:36px}.termsPage .heroContent p{font-size:16px}.termsPage .termsContainer{flex-direction:column;padding:60px 15px;gap:40px}.termsPage .termsSidebar{width:100%;display:flex;flex-direction:column}.termsPage .termsSidebar .sidebarItem{justify-content:flex-start;padding-right:0;padding-bottom:10px;margin-bottom:15px}.termsPage .termsSidebar .sidebarItem button{text-align:left;font-size:16px}.termsPage .termsSidebar .sidebarItem.active:before{content:"";position:absolute;left:0;bottom:0;top:auto;transform:none;width:100%;height:2px;background-color:#333}.termsPage .termsContent p{font-size:14px;margin-bottom:20px}.termsPage .termsContent h3{font-size:15px;margin:30px 0 10px}.termsPage .termsContent ul li{margin-bottom:10px;padding-left:15px;font-size:14px}}:root{--font-sans: Poppins, system-ui, sans-serif;--font-wall: 25rem;--color-primary: #FFE101;--color-secondary: #F1F1F1;--color-neutral: #FFFCE5;--color-white: #FFFFFF;--color-black: #000000;--color-text-light-gray: #A7A5A5;--color-text-dark-gray: #575757;--color-avatar: #D9D9D9;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--space-xs: .4rem;--space-sm: .8rem;--space-md: 1.6rem;--space-lg: 2.4rem;--space-xl: 3.2rem;--space-xxl: 4.8rem;--fs-xxl: 4.8rem;--fs-xl: 3.2rem;--fs-lg: 2.4rem;--fs-md: 1.6rem;--fs-sm: 1.4rem}a{text-decoration:none;color:inherit}img{max-width:100%;height:100%;object-fit:cover;display:block}ul,ol{list-style:none}.BlogPost{font-family:Poppins,sans-serif;max-width:1100px;margin:12rem auto 0;padding:3rem 2rem 0}.BlogPost__back{margin-bottom:1.5rem}.BlogPost__back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:14px;font-weight:500;color:#111;text-decoration:none}.BlogPost__back-link:hover{text-decoration:underline;text-underline-offset:3px}.BlogPost__header{padding:2rem 0 1.5rem}.BlogPost__header-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.BlogPost__author-row{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.BlogPost__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.BlogPost__avatar--sm{width:28px;height:28px}.BlogPost__author-name{font-size:14px;font-weight:500;color:#111}.BlogPost__dot{color:#555;font-size:12px}.BlogPost__date{font-size:14px;color:#555}.BlogPost__cat{font-size:13px;font-weight:500;color:#c9a800}.BlogPost__readtime{font-size:13px;color:#555}.BlogPost__title{font-size:44px;font-weight:700;color:#111;line-height:1.2;margin:0}.BlogPost__hero-img{overflow:hidden;border-radius:2rem;height:420px;width:100%}.BlogPost__hero-img img{width:100%;height:100%;object-fit:cover;display:block}.BlogPost__body{padding:3.5rem 0;display:flex;flex-direction:column;gap:3.5rem}.BlogPost__block{display:grid;grid-template-columns:304px 1fr;align-items:flex-start;gap:2.5rem}.BlogPost__block-img{width:304px;height:324px;border-radius:24px;overflow:hidden;flex-shrink:0}.BlogPost__block-img img{width:100%;height:100%;object-fit:cover;display:block}.BlogPost__block-text{display:flex;flex-direction:column;gap:1.25rem;padding-top:.25rem}.BlogPost__block-text h2{font-size:22px;font-weight:700;color:#111;margin:0;line-height:1.4}.BlogPost__block-text h2+p{margin-top:-.25rem}.BlogPost__block-text p{font-size:14px;color:#555;line-height:1.8;margin:0}.BlogPost__text-block{display:flex;flex-direction:column;gap:1rem}.BlogPost__body h2,.BlogPost__text-block h2{color:#111;font-weight:600;font-size:22px;line-height:1.4;margin:1.5rem 0 .5rem}.BlogPost__body h2:first-child,.BlogPost__text-block h2:first-child{margin-top:0}.BlogPost__body p,.BlogPost__text-block p{font-size:14px;color:#555;line-height:1.75;margin:0}.BlogPost__list{list-style:none;padding:0;margin:.5rem 0 1rem;display:flex;flex-direction:column;gap:.75rem}.BlogPost__list li{padding-left:1.1rem;position:relative;font-size:14px;color:#555;line-height:1.6}.BlogPost__list li:before{content:"•";position:absolute;left:0;color:#111;font-weight:700}.BlogPost__list li strong{color:#111;font-weight:600;display:block}.BlogPost__list li span{display:block;color:#555}.BlogPost__devto-body{display:flex;flex-direction:column;gap:3rem}.BlogPost__devto-block{display:grid;grid-template-columns:460px 1fr;gap:2.5rem;align-items:flex-start}.BlogPost__devto-block-img{width:460px;height:400px;border-radius:24px;overflow:hidden;flex-shrink:0}.BlogPost__devto-block-img img,.BlogPost__devto-block-img .BlogPost__devto-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.BlogPost__devto-block-text{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem}.BlogPost__devto-block-img-solo{width:100%;max-height:420px;border-radius:20px;overflow:hidden}.BlogPost__devto-block-img-solo img,.BlogPost__devto-block-img-solo .BlogPost__devto-img{width:100%;height:100%;object-fit:cover;display:block}.BlogPost__devto-block-text-only{display:flex;flex-direction:column;gap:.75rem}.BlogPost__devto-block-text .BlogPost__devto-heading,.BlogPost__devto-block-text h1,.BlogPost__devto-block-text h2,.BlogPost__devto-block-text h3,.BlogPost__devto-block-text h4,.BlogPost__devto-block-text h5,.BlogPost__devto-block-text h6,.BlogPost__devto-block-text-only .BlogPost__devto-heading,.BlogPost__devto-block-text-only h1,.BlogPost__devto-block-text-only h2,.BlogPost__devto-block-text-only h3,.BlogPost__devto-block-text-only h4,.BlogPost__devto-block-text-only h5,.BlogPost__devto-block-text-only h6{font-size:22px;font-weight:700;color:#111;margin:0 0 .25rem;line-height:1.4}.BlogPost__devto-block-text .BlogPost__devto-p,.BlogPost__devto-block-text p,.BlogPost__devto-block-text-only .BlogPost__devto-p,.BlogPost__devto-block-text-only p{font-size:14px;color:#555;line-height:1.8;margin:0}.BlogPost__devto-block-text .BlogPost__devto-list,.BlogPost__devto-block-text ul,.BlogPost__devto-block-text ol,.BlogPost__devto-block-text-only .BlogPost__devto-list,.BlogPost__devto-block-text-only ul,.BlogPost__devto-block-text-only ol{padding-left:1.25rem;margin:.25rem 0;display:flex;flex-direction:column;gap:.5rem}.BlogPost__devto-block-text .BlogPost__devto-li,.BlogPost__devto-block-text li,.BlogPost__devto-block-text-only .BlogPost__devto-li,.BlogPost__devto-block-text-only li{font-size:14px;color:#555;line-height:1.7}.BlogPost__devto-block-text .BlogPost__devto-link,.BlogPost__devto-block-text a,.BlogPost__devto-block-text-only .BlogPost__devto-link,.BlogPost__devto-block-text-only a{color:#111;text-decoration:underline;text-underline-offset:3px}.BlogPost__devto-block-text .BlogPost__devto-code,.BlogPost__devto-block-text code,.BlogPost__devto-block-text-only .BlogPost__devto-code,.BlogPost__devto-block-text-only code{background:#f1f1f1;padding:2px 6px;border-radius:4px;font-size:13px}.BlogPost__devto-block-text pre.BlogPost__devto-code,.BlogPost__devto-block-text-only pre.BlogPost__devto-code{background:#1e1e1e;color:#d4d4d4;padding:1.25rem;border-radius:12px;overflow-x:auto;font-size:13px}.BlogPost__loading{display:flex;align-items:center;gap:1rem;padding:3rem 0;color:#555;font-size:14px}.BlogPost__loading-spinner{width:22px;height:22px;border:3px solid #e5e7eb;border-top-color:#111;border-radius:50%;animation:spin .75s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.BlogPost__source-link{margin-top:2rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.BlogPost__source-link p{font-size:13px;color:#555;margin:0 0 .4rem}.BlogPost__external-link{font-size:14px;font-weight:600;color:#111;text-decoration:none}.BlogPost__external-link:hover{text-decoration:underline;text-underline-offset:3px}.BlogPost__excerpt-lead{font-size:16px;line-height:1.8;color:#555;margin-bottom:1.5rem}.BlogPost__related{padding:3rem 0 5rem;width:100%}.BlogPost__related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.BlogPost__related-header h2{font-size:26px;font-weight:700;color:#111;margin:0}.BlogPost__related-nav{display:flex;gap:.75rem}.BlogPost__nav-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f1f1f1;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.BlogPost__nav-btn--active,.BlogPost__nav-btn:hover:not(:disabled){background:#111;color:#fff}.BlogPost__nav-btn:disabled{opacity:.35;cursor:default}.BlogPost__related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.BlogPost__card-link{text-decoration:none;color:inherit;display:block}.BlogPost__card-link:hover .BlogPost__card-img img{transform:scale(1.04)}.BlogPost__card{display:flex;flex-direction:column}.BlogPost__card-img{border-radius:16px;overflow:hidden;height:200px;margin-bottom:1rem}.BlogPost__card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.BlogPost__card-body{display:flex;flex-direction:column;gap:.4rem;flex:1}.BlogPost__card-meta{display:flex;align-items:center;gap:.5rem}.BlogPost__card-title{font-size:16px;font-weight:700;color:#111;line-height:1.4}.BlogPost__card-excerpt{font-size:13px;color:#555;flex:1;line-height:1.6}.BlogPost__card-author{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.BlogPost__card--skeleton{pointer-events:none}.BlogPost__card--skeleton .BlogPost__card-img{background:transparent}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-line,.skeleton-box{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:600px 100%;animation:shimmer 1.4s infinite linear;border-radius:6px}.skeleton-box{width:100%;height:100%;min-height:180px;border-radius:16px}.skeleton-line{height:14px;margin-bottom:10px;width:100%}.skeleton-line--short{width:45%}.skeleton-line--title{height:18px;width:85%}@media(min-width:769px)and (max-width:1024px){.BlogPost{max-width:90%;margin-left:auto;margin-right:auto;margin-top:8rem}.BlogPost__hero-img{height:320px}.BlogPost__title{font-size:34px}.BlogPost__block{grid-template-columns:240px 1fr;gap:2rem}.BlogPost__block-img{width:240px;height:260px}.BlogPost__devto-block{grid-template-columns:320px 1fr;gap:2rem}.BlogPost__devto-block-img{width:320px;height:320px}.BlogPost__related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.BlogPost{max-width:100%;margin:6rem 0 0;padding:1.5rem 1.25rem 0}.BlogPost__title{font-size:26px}.BlogPost__hero-img{height:220px;border-radius:1rem}.BlogPost__body{padding:2rem 0;gap:2.5rem}.BlogPost__block{grid-template-columns:1fr;gap:1.25rem}.BlogPost__block-img{width:100%;height:220px;border-radius:16px}.BlogPost__block-text h2,.BlogPost__text-block h2{font-size:18px}.BlogPost__devto-body{gap:2rem}.BlogPost__devto-block{grid-template-columns:1fr;gap:1.25rem}.BlogPost__devto-block-img{width:100%;height:220px;border-radius:16px}.BlogPost__related{padding:2rem 0 4rem}.BlogPost__related-header h2{font-size:20px}.BlogPost__related-grid{grid-template-columns:1fr}}
