:root{font-family:inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--primary: #33000D;--secondary: #F5F5DC;--ternary: #DDDDA9;--green_accent: #324022;--orange_accent: #B4632F;--burgundy: #33000d;--green: #324022;--green-light: #3e5229;--green-muted: #4a6130;--brown: #B4632F;--brown-light: #c97440;--cream: #f7f4ef;--white: #ffffff;--neutral: #f0ede7;--text: #1a1a1a;--muted: #6b6b6b;--text-dark: #1a1a1a;--text-mid: #444;--text-light: #777;--border: rgba(50,64,34,.12);--title: "Kaisei Decol", serif;margin:0;padding:0;box-sizing:border-box;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;color:var(--text-dark);background:var(--white);overflow-x:hidden}.container{max-width:1160px;min-width:100%;margin:0 auto;padding:0 2rem}.serif{font-family:Playfair Display,serif}.tag{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--brown);margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--burgundy);line-height:1.15}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.8rem;border-radius:4px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:all .25s ease;text-decoration:none;letter-spacing:.02em}.btn-primary{background:var(--brown);color:var(--white)}.btn-primary:hover{background:var(--brown-light);transform:translateY(-2px);box-shadow:0 8px 24px #b4632f59}.btn-outline{background:transparent;color:var(--burgundy);border:1.5px solid var(--burgundy)}.btn-outline:hover{background:var(--burgundy);color:var(--white)}.btn-white{background:var(--white);color:var(--green)}.btn-white:hover{background:var(--cream)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes dash{to{stroke-dashoffset:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideRight{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.fade-up{opacity:0;animation:fadeUp .7s ease forwards}.fade-in{opacity:0;animation:fadeIn .7s ease forwards}.d1{animation-delay:.1s}.d2{animation-delay:.25s}.d3{animation-delay:.4s}.d4{animation-delay:.55s}@keyframes rotate-left{0%{transform:rotate(0);right:-5px}to{transform:rotate(-360deg);right:5px}}@keyframes rotate-right{0%{transform:rotate(0);right:5px}to{transform:rotate(360deg);right:-5px}}@keyframes text-appear{0%{opacity:0;top:100px}to{opacity:1;top:initial}}@keyframes slide-up{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes slide_in{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes scale_up{0%{transform:scale(.7)}to{transform:scale(initial)}}@keyframes shrink{0%{width:100%}to{width:0%}}@keyframes float-up{0%{opacity:0;top:160vh}10%{opacity:.6}to{top:-150px;opacity:0}}main{overflow-x:hidden}.margin{margin-right:2rem;margin-left:2rem}h1,h2{text-transform:uppercase}div.marker{width:5px;height:5px;border-radius:100%}div.section-title{background-color:var(--primary);color:var(--secondary);width:140px;padding:.5rem .8rem;border-radius:50px;text-align:center}div.section-title.secondary{background-color:var(--orange_accent)}.section-heading{font-family:var(--title);font-size:2.5rem;line-height:1.2;letter-spacing:2px}.autoShow{animation:text-appear 1s ease}.autoShowInOut{animation:text-appear .5s ease-in-out forwards}.slideIntoView{animation:slide_in 1s ease forwards}.scaleUp{animation:scale_up 1.5s ease}.delay{animation-delay:.1s}.list-component{background-color:#fff;align-content:center;padding:0 2rem;border-radius:50px;margin:0 auto;position:relative;opacity:0;z-index:3;box-shadow:5px 5px 0 var(--orange_accent)}.list-component.autoShowInOut{z-index:1;isolation:isolate}.list-component.autoShowInOut:after{z-index:-1;isolation:isolate}.ball-wrapper{position:relative}.ball{border-radius:100%;position:absolute;top:-150px;z-index:-1;animation:float-up 15s ease-in-out}.cookie-consent a{text-decoration:none;color:var(--orange_accent);transition:all .5s ease}.not-found{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.cookie-consent a:hover{opacity:.7}.ceo-corner{display:flex;justify-content:space-evenly;align-items:center;padding:2rem 0}.ceo-corner .image-wrapper{max-width:350px}.ceo-corner .image-wrapper img{width:100%;border-radius:50px}.ceo-corner .detail{max-width:450px}.ceo-corner .detail h3{font-family:Playfair Display,serif;color:var(--burgundy);font-size:1.5rem;margin-bottom:2rem}.ceo-corner .detail p{text-align:justify;line-height:2}header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.1rem 0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}header.scrolled{box-shadow:0 2px 20px #00000014}.header-container{display:flex;justify-content:space-between;align-items:center}.header-container div.logo-container{width:100px;overflow:hidden}.header-container div.logo-container img{width:100%}.header-container div.middle{width:500px;min-width:400px}header nav{width:100%;color:var(--burgundy);border-radius:50px;display:flex;justify-content:space-around;align-items:center;padding:.5rem 1rem}header nav div.marker{background:var(--burgundy)}header nav a{font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .2s;color:var(--burgundy)}header nav a p{margin:0}header nav a:hover{opacity:.6}.header-container div.hamburger{display:none}section.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;position:relative;overflow:hidden}section.hero:after{content:"";position:absolute;inset:0;background:#000000b3}.bg-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:-1}.hero-bg{position:absolute;inset:0}.hero-grid-lines{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(201,116,64,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,116,64,.04) 1px,transparent 1px);background-size:60px 60px}.hero-inner{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text .tag{color:var(--brown-light)}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.4rem}.hero-title em{color:var(--brown-light);font-style:italic}.hero-sub{font-size:1.1rem;color:#ffffffbf;line-height:1.7;margin-bottom:2.2rem;max-width:480px}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}.stat-item{text-align:left}.stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:900;color:var(--white)}.stat-label{font-size:.78rem;color:#ffffff8c;font-weight:500;letter-spacing:.05em;margin-top:.2rem}.hero-visual{display:flex;align-items:center;justify-content:center}.globe-container{width:100%;position:relative}#globe{width:100%;height:100%;position:absolute;top:0;left:0}section.pillar{width:100%;min-height:900px;position:relative;background:#000000b3;margin-bottom:25rem}section.pillar .ark-background{background:var(--green);color:var(--white);padding-top:20rem;padding-bottom:5rem;border-radius:1000px 1000px 0 0/600px 600px 0 0;width:100%;height:fit-content;top:100px;transform:translateY(90px)}section.pillar .ark-background>.image-wrapper{position:absolute;top:-90px;left:50%;transform:translate(-50%);z-index:3}section.pillar .ark-background>.image-wrapper img{width:100%}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.pillar-card{background:var(--white);border-radius:12px;padding:2.5rem 2rem;border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--brown);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.pillar-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #3240221f}.pillar-card:hover:before{transform:scaleX(1)}.pillar-icon{width:60px;height:60px;border-radius:12px;background:#32402214;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.5rem}.pillar-card h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--burgundy);margin-bottom:.8rem}.pillar-card p{font-size:.9rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.learn-more{font-size:.85rem;font-weight:600;color:var(--brown);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.learn-more:hover{gap:.7rem}section.about{margin-top:-15rem;padding-bottom:3rem}section.about .about-us-container{display:flex;flex-direction:row-reverse;justify-content:center;gap:3rem}section.about .about-us-container .video-wrapper{min-width:450px}section.about .about-us-container .text-content{max-width:700px}section.about .about-us-container .text-content>p{text-align:justify}section.about .text-content .ceo-footnote{display:flex;flex-direction:row-reverse;justify-content:end;align-items:center;gap:20px;margin-top:3rem}section.about .text-content .ceo-footnote p{border-left:#B4632F solid;padding:1rem}section.about .text-content .ceo-footnote .image-wrapper{width:50px;height:50px;border-radius:100%;overflow:hidden}section.about .text-content .ceo-footnote .image-wrapper img{width:100%;border-radius:50px}section.about .ceo-corner{flex-direction:row-reverse;margin:4rem 0}#services{padding:7rem 0;background:var(--cream);width:100%;overflow:hidden}.services-header{text-align:center;margin-bottom:3.5rem}.services-header .section-title{margin-top:.5rem}.tab-row{display:flex;gap:.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.tab-btn{display:flex;align-items:center;gap:5px;padding:.6rem 1.4rem;border-radius:100px;font-size:.85rem;font-weight:600;cursor:pointer;border:1.5px solid var(--border);background:var(--white);color:var(--text-mid);transition:all .2s}.tab-btn.active,.tab-btn:hover{background:var(--burgundy);color:var(--white);border-color:var(--burgundy)}.services-panel{display:none}.services-panel.active{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.service-item{background:var(--white);border-radius:10px;border:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;transition:all .25s;overflow:hidden}.service-item:hover{border-color:var(--green);box-shadow:0 8px 24px #32402214}.service-item .s-icon{font-size:1.6rem;height:150px;position:relative}.service-item .s-icon:after{content:"";position:absolute;inset:0;background:#00000080;pointer-events:none}.service-item .s-detail{padding:1rem 1.5rem}.service-item h4{font-size:.95rem;font-weight:600;color:var(--green)}.service-item p{font-size:.82rem;color:var(--text-light);line-height:1.6}section.how-to,section.trust{padding-top:4rem;padding-bottom:3rem}section.trust div.section-title{margin:0 auto}section.trust .tag{text-align:center}section.how-to div.margin h2,section.trust h2{text-align:center}section.how-to div.margin p,section.trust p.rider{text-align:center;line-height:2;margin-top:1rem;margin-bottom:3rem;color:var(--burgundy)}section.trust div.stats-wrapper{background:url(/assets/trust-image-BxSJ6DFY.png) no-repeat;background-size:cover;height:600px;border-radius:50px;padding:1rem 2rem;align-content:end}section.trust div.stats-wrapper div.stat{width:200px;height:fit-content;padding:1rem 1rem 2rem;border-radius:50px;background-color:var(--primary);color:var(--secondary)}section.trust div.stats-wrapper div.stat h3{font-family:Playfair Display,serif;text-align:center;font-size:4.5rem;margin-top:0;margin-bottom:1rem}section.trust div.stats-wrapper div.stat:nth-child(2),section.trust div.stats-wrapper div.stat:nth-child(3){display:inline-block;margin:20px 20px 0 0}section.trust div.stats-wrapper div.stat:nth-child(3){padding-top:2rem}section.trust div.stats-wrapper div.stat:nth-child(3) h3,section.trust div.stats-wrapper div.stat:nth-child(3) p{transform:translateY(-20px)}section.school{padding-top:2rem;padding-bottom:3rem}section.blogs{padding-top:4rem;padding-bottom:3rem;background:var(--ternary)}section.school h2,section.blogs h2{text-align:center}section.school p.rider,section.blogs p.rider{text-align:center;line-height:2;margin-top:1rem;margin-bottom:3rem}section.blogs div.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 20px;margin-top:3rem}section.blogs div.cards div.card{background:var(--orange_accent);color:var(--secondary);padding:1.8rem;border-radius:50px;position:relative}section.blogs div.cards div.card:first-child,section.blogs div.cards div.card:last-child{background:var(--primary)}section.blogs div.cards div.card h3{font-family:var(--title);margin-bottom:2rem}section.blogs div.cards div.card p{text-align:justify;margin-bottom:2rem}section.blogs div.cards div.card a{color:var(--secondary);text-decoration:none;position:absolute;bottom:20px;right:30px}section.blogs div.cards div.card a:hover{opacity:.7}section.blogs div.cards div.card a:active{opacity:.6}section.school div.school-wrapper{position:relative;overflow:hidden}#why{padding:7rem 0;background:var(--green)}.why-inner{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.why-left .section-title{color:var(--white)}.why-left p{color:#ffffffa6;font-size:.95rem;line-height:1.7;margin-top:1rem}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.why-item{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.5rem;transition:all .3s}.why-item:hover{background:#ffffff1f;transform:translateY(-3px)}.why-item .wi-icon{font-size:1.4rem;margin-bottom:.6rem}.why-item h4{font-size:.92rem;font-weight:600;color:var(--white);margin-bottom:.4rem}.why-item p{font-size:.82rem;color:#ffffff8c;line-height:1.6}#mission{padding:7rem 0;background:var(--white)}.mission-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mission-card{padding:3rem;border-radius:16px;position:relative;overflow:hidden}.mission-card.mc-1{background:var(--cream);border:1px solid var(--border)}.mission-card.mc-2{background:var(--brown)}.mission-card h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.mc-1 h3{color:var(--green)}.mc-2 h3{color:var(--white)}.mission-card p{font-size:.95rem;line-height:1.8}.mc-1 p{color:var(--text-mid)}.mc-2 p{color:#ffffffd9}.mc-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.7}section.testimony{width:100%;position:relative}section.testimony div.ark-background{background:var(--ternary);padding-top:5rem;clip-path:inset(0 0 0 0 round 0 0 400px 400px);width:100%;height:500px}section.testimony div.ark-background div.margin{max-width:931px;margin:0 auto}section.testimony div.margin h2{text-align:center}section.testimony p.rider{text-align:center;line-height:2;margin-top:1rem;margin-bottom:2rem}section.testimony div.ark-background div.section-title{margin:0 auto}section.testimony div.ark-background p{line-height:2}section.testimony div.reviews{margin-top:4rem;width:800px;position:absolute;left:50%;top:250px;transform:translate(-50%);z-index:5}section.testimony div.reviews div.review-card{max-width:70%;background:var(--primary);color:var(--secondary);border-radius:50px;margin:0 auto;padding:4rem 3rem;z-index:4}section.testimony div.reviews div.review-card div.qoute{font-family:var(--title);font-size:5rem;margin:0;display:inline}section.testimony div.reviews div.review-card div.image-wrapper{width:80px;height:80px;margin:0 auto;position:relative}section.testimony div.reviews div.review-card div.image-wrapper:before{content:'"';position:absolute;font-family:var(--title);font-size:5rem;left:-100px;top:-50px}section.testimony div.reviews div.review-card div.image-wrapper img{width:100%;border-radius:100%}section.testimony div.reviews div.review-card div.stars{margin-top:2rem;display:flex;justify-content:center;gap:10px}section.testimony div.reviews div.review-card p{max-width:500px;text-align:justify;margin:2rem auto;font-style:italic}section.testimony div.reviews div.review-card h3{font-family:var(--title);text-align:center}section.testimony div.reviews div.review-card address{text-align:center}section.cta{padding-top:20rem;position:relative}section.cta div.cta-bg{background:url(/assets/cta_bg-CxrayWwp.png) no-repeat;background-size:cover;width:100%;height:1800px;position:absolute;z-index:-1;top:-400px}.cta-box{background:var(--green);border-radius:20px;padding:5rem 4rem;text-align:center;position:relative;overflow:hidden;margin-top:4rem}.cta-box:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:#b4632f26}.cta-box:after{content:"";position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;border-radius:50%;background:#ffffff0a}.cta-box .tag{color:var(--brown-light)}.cta-box h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,3rem);color:var(--white);font-weight:900;margin-bottom:1.5rem;position:relative;z-index:1}.cta-box p{color:#ffffffb3;margin-bottom:2.5rem;position:relative;z-index:1;max-width:500px;margin-left:auto;margin-right:auto}.cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.btn-wa{background:#25d366;color:var(--white)}.btn-wa:hover{background:#20bb5a;transform:translateY(-2px);box-shadow:0 8px 24px #25d36666}section.gallery{background:var(--white);margin-top:6rem;padding-top:4rem;padding-bottom:3rem}section.gallery div.section-title{margin:0 auto}section.gallery h2{text-align:center}section.gallery p{text-align:center;color:var(--burgundy);line-height:2;margin-top:1rem;margin-bottom:3rem}section.gallery div.gallery-images{width:100%;height:100vh}section.contact{width:100%;background:var(--ternary);padding-top:4rem;padding-bottom:4rem}section.contact div.margin{margin:0 auto;max-width:931px}section.contact div.margin div.section-title{margin:0 auto}section.contact div.margin h2{text-align:center}section.contact div.margin p.rider{text-align:center;line-height:2;margin-top:1rem;margin-bottom:3rem}section.contact div.margin div.contact-container{display:flex;justify-content:center;gap:4rem;color:var(--green_accent)}section.contact div.margin div.contact-container div.contact-form{border:3px solid var(--green_accent);border-radius:50px;overflow:hidden}section.contact div.margin div.contact-container div.contact-form div.form-header{background:var(--green_accent);color:#fff;width:100%;padding:1rem;display:flex;align-items:center;gap:20px}section.contact div.margin div.contact-container div.contact-form div.form-header div.image-wrapper{width:50px;height:50px}section.contact div.margin div.contact-container div.contact-form div.form-header div.image-wrapper img{width:100%;border-radius:100%}section.contact div.margin div.contact-container div.contact-form div.form-header div.header-text h3{margin:0}section.contact div.margin div.contact-container div.contact-form div.form-header div.header-text p{margin-top:-10px;margin-bottom:0}section.contact div.margin div.contact-container div.contact-form div.form-header div.icons{display:flex;align-items:center}section.contact div.margin div.contact-container div.contact-form div.form-body{height:100%;overflow:hidden;background:url(/assets/whatsapp-DxGV9uq9.png) no-repeat;background-size:cover;padding:1rem}section.contact div.margin div.contact-container div.contact-form div.form-body div.input-wrapper,section.contact div.margin div.contact-container div.contact-form div.form-body div.message-wrapper{background:var(--green_accent);margin-bottom:1rem;display:flex;flex-direction:column;max-width:250px;padding:.5rem 1rem;border-radius:10px 10px 10px 0;color:#fff}section.contact form{width:100%}section.contact div.margin div.contact-container div.contact-form div.form-body label{font-size:.8rem}section.contact div.margin div.contact-container div.contact-form div.form-body div.input-wrapper input{background:transparent;border:none;outline:none;border-bottom:2px solid white}section.contact div.margin div.contact-container div.contact-form div.form-body div.message-wrapper textarea{resize:none;max-width:250px;background:transparent;border:2px solid white;border-radius:10px;padding:.5rem;scrollbar-width:thin;scrollbar-color:#fff transparent}section.contact div.margin div.contact-container div.contact-form div.form-body div.btn-wrapper{text-align:end}section.contact div.margin div.contact-container div.contact-form div.form-body div.btn-wrapper button{border:none;height:40px;width:40px;border-radius:100%;background-color:var(--green_accent);text-align:end;margin-right:10px}section.contact div.margin div.contact-container div.contact-detail div.detail-wrapper{display:flex;margin-bottom:2.5rem}section.contact div.margin div.contact-container div.contact-detail div.detail-wrapper div.image-wrapper{width:80px;height:80px}section.contact div.margin div.contact-container div.contact-detail div.detail-wrapper div.image-wrapper img{width:100%}section.contact div.margin div.contact-container div.contact-detail h3{margin-bottom:0}section.contact div.margin div.contact-container div.contact-detail p{margin-top:0}section.contact div.margin div.contact-container div.contact-detail div.social-wrapper{margin-left:1.5rem}div.links-wrapper a{width:60px;height:60px;overflow:hidden;margin-right:10px;transition:all .5s ease}div.links-wrapper a:hover img{transform:scale(1.06)}div.links-wrapper a img{width:40px}footer{background:#1a2211;color:#ffffffb3;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{color:var(--white);margin-bottom:1rem;text-decoration:none;font-size:1.2rem;font-weight:700}.footer-brand .logo .logo-mark{width:50px}.footer-brand p{font-size:.88rem;line-height:1.7;max-width:280px}.footer-col h4{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1.2rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col ul a{font-size:.85rem;color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--brown-light)}.footer-contact p{font-size:.85rem;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem}.social-row{display:flex;gap:.75rem}.social-link{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;text-decoration:none;color:#fff9;transition:all .2s}.social-link:hover{background:var(--brown);border-color:var(--brown);color:var(--white)}footer hr{opacity:.5}.dev-watermark{display:flex;align-items:center;gap:1rem;opacity:.3;pointer-events:none}.dev-logo-wrapper{width:90px}main.presales{position:relative}.header-container{padding-bottom:10px;max-width:2000px;margin-left:auto;margin-right:auto}main.presales section.hero{min-height:100vh;width:100%;display:block;padding:15rem 0 4rem;position:relative;overflow:hidden;align-content:center}main.presales section.hero:after{display:none}main.presales section.hero .container,section.sales-cta .margin{display:flex;justify-content:space-between;align-content:center;gap:3rem;padding-top:3rem;height:100%;max-width:2000px}main.presales section.hero .container{align-items:end}main.presales section.hero h1,section.sales-cta h2{text-align:left;line-height:1.5;flex:2}main.presales section.hero .right,section.sales-cta .right{align-self:flex-end;flex:1;max-width:400px}main.presales section.hero .right p,main.presales section.cta .right p{color:var(--white);text-align:justify;font-size:1.5rem}main.presales section.hero .btn-container{margin:2rem 0}main.presales section.target{padding-top:2rem;padding-bottom:5rem}main.presales section.target .card-wrapper{margin-top:4rem;display:flex;justify-content:center;gap:30px}main.presales section.target .card-wrapper .card{padding:2rem;border-radius:50px;flex:1;max-width:400px;line-height:1.7;opacity:0}main.presales section.target .card-wrapper .card:first-of-type{background-color:var(--ternary)}main.presales section.target .card-wrapper .card:last-of-type{background-color:var(--primary);color:var(--secondary)}main.presales section.target .card-wrapper .card ul li{margin-bottom:10px}main.presales section.about-toolkit .margin{max-width:900px;margin:0 auto}main.presales section.about-toolkit .margin .section-heading,main.presales section.review .margin .section-heading{text-align:center}main.presales section.about-toolkit{padding-bottom:5rem}main.presales section.about-toolkit .margin .card-wrapper{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:4rem}main.presales section.service{background-color:var(--green);color:var(--white);padding-top:4rem;padding-bottom:3rem;min-height:400px;align-content:center}main.presales section.service p{text-align:justify;line-height:2;margin-top:1rem;margin-bottom:3rem}main.presales section.review{padding-top:2rem;padding-bottom:5rem}main.presales section.review div.card-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px;opacity:0}main.presales section.review div.card-wrapper div.review-card{min-width:200px;background:var(--primary);color:var(--secondary);border-radius:50px;margin:0 auto;padding:4rem 3rem;z-index:4}main.presales section.review div.card-wrapper div.review-card div.qoute{font-family:var(--title);font-size:5rem;margin:0;display:inline}main.presales section.review div.card-wrapper div.review-card div.image-wrapper{width:80px;height:80px;margin:0 auto;position:relative}main.presales section.review div.card-wrapper div.review-card div.image-wrapper:before{content:'"';position:absolute;font-family:var(--title);font-size:5rem;left:-100px;top:-50px}main.presales section.review div.card-wrapper div.review-card div.image-wrapper img{width:100%;border-radius:100%}main.presales section.review div.card-wrapper div.review-card div.stars{margin-top:2rem;display:flex;justify-content:center;gap:10px}main.presales section.review div.card-wrapper div.review-card p{max-width:500px;text-align:justify;margin:2rem auto;font-style:italic}main.presales section.review div.card-wrapper div.review-card h3{font-family:var(--title);text-align:center}main.presales section.review div.card-wrapper div.review-card address{text-align:center}section.sales-cta{padding:4rem 0;background:url(/assets/cta_bg-CxrayWwp.png) no-repeat;background-size:cover}section.sales-cta h2{max-width:700px}section.sales-cta p.rider{line-height:1.2;margin-top:1rem;margin-bottom:3rem}section.sales-cta .btn-container{margin:2rem 0;justify-items:start}main.sales section.gallery{margin-top:0}main.sales section.hero:after{display:none}main.sales section.hero .container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:500px}main.sales section.hero .image-wrapper{width:400px}main.sales section.hero .image-wrapper img{width:100%}main.sales section.hero p{max-width:600px;text-align:center}main.sales section.toolkit{background:var(--ternary);padding:3rem 0}main.sales section.toolkit .container,main.sales section.appointment .margin{display:flex;justify-content:center;gap:30px;max-width:2000px}main.sales section.toolkit .container .left,main.sales section.appointment .margin .left{max-width:500px;line-height:2}main.sales section.toolkit .container .left h2{line-height:2}main.sales section.toolkit .container .card-wrapper,main.sales section.appointment .margin .card-wrapper{background:var(--primary);padding:2rem;border-radius:50px;display:grid;grid-template-columns:1fr;gap:20px;position:relative;z-index:0}main.sales section.about{margin-top:0;padding-top:3rem;background:var(--green_accent);color:var(--secondary)}main.sales section.about .section-title{color:var(--white)}main.sales section.about .container p{max-width:95%;margin:0 auto}main.sales section.turnover{padding-bottom:4rem}main.sales section.turnover div.margin h2{max-width:900px;margin:3rem auto}main.sales section.turnover h2,main.sales section.turnover p:first-of-type{text-align:center}main.sales section.turnover ul,main.sales section.turnover p{max-width:700px;margin:2rem auto}main.sales section.turnover ul{background-color:#fce2d1;border:2px solid var(--orange_accent);border-radius:20px;padding:2rem 0;color:#b4632f}main.sales section.turnover ul li{margin-left:3rem;margin-right:2rem;line-height:1.5;margin-bottom:1rem}main.sales section.turnover p span{margin:2rem auto;padding:2rem;background-color:#def4c4;border:2px solid var(--green_accent);border-radius:20px;color:var(--green_accent);text-wrap:wrap;display:block}main.sales article{background:#fdf9f9;border-radius:50px;padding:4rem 2rem;position:relative}main.sales article div.image-wrapper{width:80px;position:absolute;top:-38px;left:50%;transform:translate(-50%)}main.sales article div.image-wrapper img{width:100%}main.sales article section.sales-trust .section-heading,main.sales article section.sales-trust .rider{text-align:center;max-width:800px;margin:0 auto}main.sales article section.sales-trust .rider{margin-top:2rem}main.sales article section.sales-trust .detail{max-width:800px;margin:2rem auto;padding:2rem;background-color:#def4c4;border:2px solid var(--green_accent);color:var(--green_accent);border-radius:20px}main.sales section.appointment{margin-top:3rem;margin-bottom:3rem}main.sales section.appointment .left h2{font-size:5rem;margin-bottom:5rem}main.sales article.reason-article{border-radius:300px 300px 0 0;padding-top:7rem}main.sales article section.reason .section-heading{text-align:center;margin:0 auto}main.sales article section.reason p{margin:3rem 0;text-align:center}main.sales article section.reason .card-wrapper{display:grid;grid-template-columns:repeat(4,200px);justify-content:center;gap:30px;margin-top:4rem}main.sales article section.reason .card-wrapper .card{border-radius:100px 100px 0 0;padding:1rem;opacity:0;background:#efd2bf}main.sales article section.reason .card-wrapper .card .image-wrapper{position:relative;margin-top:4rem;margin-bottom:0;width:80px;height:80px}main.sales article section.reason .card-wrapper .card p{margin:0}@media(max-width:1080px){section.pillar .ark-background{padding-top:15rem;transform:translateY(60px)}section.pillar .ark-background>.image-wrapper{top:-60px}}@media(max-width:950px){section.pillar{margin-bottom:35rem}section.pillar .ark-background{padding-top:15rem;transform:translateY(50px)}section.pillar .ark-background>.image-wrapper{top:-50px}.pillars-grid{grid-template-columns:1fr}main.sales section.about .container{max-width:800px}section.about{margin-top:-26rem}.ceo-corner .detail{max-width:300px}.ceo-corner .image-wrapper{width:300px}.ceo-corner .detail{max-width:400px}.why-inner,.mission-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}main.presales section.hero h1,section.sales-cta .margin h2{max-width:500px;font-size:2.5rem}main.presales section.hero .right,section.sales-cta .margin .right{align-self:end}div.header-container header div.header-container div button.btn{display:none}main.sales article section.reason .card-wrapper{grid-template-columns:repeat(2,200px);gap:40px}}@media(max-width:850px){section.about .about-us-container{flex-direction:column}section.about .about-us-container .video-wrapper{height:600px;min-width:100%}section.about .about-us-container .tag,section.about .about-us-container .section-title{text-align:center}section.about h2,section.service h2,section.how-to h2,section.trust h2,section.school h2,section.blogs h2,section.testimony h2,section.gallery h2,main.sales section.toolkit .container .left h2{font-size:2rem}main.sales section.appointment .left h2{font-size:4rem}section.hero div.hero-image-wrapper-container div.hero-image-wrapper{width:700px}section.pillar .ark-background{padding-top:13rem}main.sales article section.reason .section-heading{max-width:400px}.ceo-corner{gap:20px}.ceo-corner .detail{max-width:300px}section.service div.cards,section.blogs div.cards{grid-template-columns:repeat(2,1fr)}section.testimony div.ark-background{height:600px;padding-top:3rem;margin:-1px}section.sales-cta{padding-top:15rem}section.sales-cta .container{flex-direction:column;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}main.presales section.hero h1,section.sales-cta h2,main.sales section.toolkit .container .left h2,main.sales section.appointment .left h2{text-align:center}main.presales section.hero .right,section.sales-cta .right{align-self:center}main.presales section.review div.card-wrapper{grid-template-columns:1fr}main.sales section.toolkit .container{flex-direction:column;align-items:center;gap:30px}main.sales section.toolkit .left .btn-container,main.sales section.appointment .left .btn-container{justify-items:center;text-align:center}main.sales section.appointment p{text-align:center;margin-top:2rem}}@media(max-width:800px){header div.header-container div button.btn{display:none}section.pillar .ark-background>.image-wrapper{width:500px}section.pillar{margin-bottom:38rem}section.about h2,section.service h2,section.trust h2,section.school h2,section.blogs h2,section.testimony h2,section.gallery h2,main.presales section.hero h1,section.sales-cta h2{font-size:1.8rem}section.about{margin-top:-30rem}main.presales section.hero .container{flex-direction:column}main.presales section.hero h1{text-align:center;margin-left:auto;margin-right:auto}main.presales section.hero .right p,section.sales-cta .right p{font-size:1rem}main.sales article section.reason .card-wrapper{gap:20px}}@media(max-width:768px){.ceo-corner .detail{max-width:300px}main.presales section.target .card-wrapper{flex-direction:column;align-items:center}}@media(max-width:700px){header nav a{font-size:.88rem}section.about{margin-top:-26rem}.ceo-corner,section.about .ceo-corner{flex-direction:column;width:100%}.ceo-corner .image-wrapper{width:100%}.ceo-corner .detail{max-width:600px;width:100%}.cta-box{padding:3rem 1.5rem}.footer-grid{grid-template-columns:1fr}}@media(max-width:600px){.btn{font-size:.8rem}div.section-title{width:120px;padding:.3rem .2rem;font-size:.8rem}.section-heading{text-align:center}header div.header-container div.middle{display:none}header div.header-container div.hamburger{display:block}section.hero h1{font-size:2rem}section.hero p.rider{max-width:400px;font-size:.8rem;margin-top:1.5rem}section.pillar .ark-background{padding-top:10rem;transform:translateY(30px)}section.pillar .ark-background>.image-wrapper{top:-35px;width:300px}section.pillar{margin-bottom:40rem}section.about div.margin p{font-size:.8rem;text-align:justify}section.about{margin-top:-34rem}section.about p{margin-top:1rem}div.ceo-corner{flex-direction:column}div.ceo-corner div.detail h3,section.about div.margin div.mission-vision h3{font-size:1rem}section.service div.margin p,section.how-to div.margin p,section.trust p.rider,section.trust div.stats-wrapper div.stat p,section.school p.rider,section.blogs p.rider,section.testimony p.rider,section.testimony div.reviews div.review-card p,section.gallery p{font-size:.8rem}section.service div.cards,section.blogs div.cards{grid-template-columns:repeat(1,300px);justify-content:center}section div.video-wrapper{margin-top:2rem}section.trust{padding-top:2rem}section.trust div.stats-wrapper div.stat h3{font-size:3rem;margin-bottom:0}section.testimony div.reviews{margin-top:1rem}}@media(max-width:480px){section.hero div.btn-container{justify-content:center;gap:20px}.service-item{max-width:300px;margin-left:auto;margin-right:auto}section.trust div.stats-wrapper{display:flex;flex-direction:column;gap:10px;height:100%;background-position:25% center}section.trust div.stats-wrapper div.stat:nth-child(2),section.trust div.stats-wrapper div.stat:nth-child(3){display:block;margin:0;transform:translateY(0)}section.trust div.stats-wrapper div.stat{margin:0;transform:translateY(0);display:block}.why-grid{grid-template-columns:1fr}section.testimony div.reviews div.review-card{max-width:300px;padding-bottom:3rem}section.gallery div.gallery-images{height:60vh}footer{font-size:.8rem}footer div.margin div.top-row{flex-direction:column;gap:20px}section.sales-cta .right{max-width:300px}main.presales section.target .card-wrapper .card ul li{margin-bottom:10px}main.sales section.hero .image-wrapper{width:300px}main.sales section.appointment .left h2{margin-top:3rem;font-size:2rem;margin-bottom:3rem}main.sales article section.reason .card-wrapper{grid-template-columns:repeat(1,200px);gap:40px}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.bubble-menu{left:0;right:0;top:2em;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:0 2em;pointer-events:none;z-index:99}.bubble-menu.fixed{position:fixed}.bubble-menu.absolute{position:absolute}.bubble-menu .bubble{--bubble-size: 48px;width:var(--bubble-size);height:var(--bubble-size);border-radius:50%;background:#fff;box-shadow:0 4px 16px #0000001f;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}.bubble-menu .logo-bubble,.bubble-menu .toggle-bubble{will-change:transform}.bubble-menu .logo-bubble{width:auto;min-height:var(--bubble-size);height:var(--bubble-size);padding:0 16px;border-radius:calc(var(--bubble-size) / 2);gap:8px}.bubble-menu .toggle-bubble{width:var(--bubble-size);height:var(--bubble-size)}.bubble-menu .bubble-logo{max-height:60%;max-width:100%;object-fit:contain;display:block}.bubble-menu .logo-content{--logo-max-height: 60%;--logo-max-width: 100%;display:inline-flex;align-items:center;justify-content:center;width:120px;height:100%}.bubble-menu .logo-content>.bubble-logo,.bubble-menu .logo-content>img,.bubble-menu .logo-content>svg{max-height:var(--logo-max-height);max-width:var(--logo-max-width)}.bubble-menu .menu-btn{border:none;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}.bubble-menu .menu-line{width:26px;height:2px;background:#111;border-radius:2px;display:block;margin:0 auto;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.bubble-menu .menu-line+.menu-line{margin-top:6px}.bubble-menu .menu-btn.open .menu-line:first-child{transform:translateY(4px) rotate(45deg)}.bubble-menu .menu-btn.open .menu-line:last-child{transform:translateY(-4px) rotate(-45deg)}@media(min-width:768px){.bubble-menu .bubble{--bubble-size: 56px}.bubble-menu .logo-bubble{padding:0 16px}}.bubble-menu-items{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:98}.bubble-menu-items.fixed{position:fixed}.bubble-menu-items.absolute{position:absolute}.bubble-menu-items .pill-list{list-style:none;padding:0 24px;display:flex;flex-wrap:wrap;gap:0;row-gap:4px;width:100%;max-width:1600px;margin:0 auto;pointer-events:auto;justify-content:stretch}.bubble-menu-items .pill-list .pill-spacer{width:100%;height:0;pointer-events:none}.bubble-menu-items .pill-list .pill-col{display:flex;justify-content:center;align-items:stretch;flex:0 0 calc(100% / 3);box-sizing:border-box}.bubble-menu-items .pill-list .pill-col:nth-child(4):nth-last-child(2){margin-left:calc(100% / 6)}.bubble-menu-items .pill-list .pill-col:nth-child(4):last-child{margin-left:calc(100% / 3)}.bubble-menu-items .pill-link{--pill-bg: #ffffff;--pill-color: #111;--pill-border: rgba(0, 0, 0, .12);--item-rot: 0deg;--pill-min-h: 160px;--hover-bg: #f3f4f6;--hover-color: #111;width:100%;min-height:var(--pill-min-h);padding:clamp(1.5rem,3vw,8rem) 0;font-size:clamp(1.5rem,4vw,4rem);font-weight:400;line-height:0;border-radius:999px;background:var(--pill-bg);color:var(--pill-color);text-decoration:none;box-shadow:0 4px 14px #0000001a;display:flex;align-items:center;justify-content:center;position:relative;transition:background .3s ease,color .3s ease;will-change:transform;box-sizing:border-box;white-space:nowrap;overflow:hidden;height:10px}@media(min-width:900px){.bubble-menu-items .pill-link{transform:rotate(var(--item-rot))}.bubble-menu-items .pill-link:hover{transform:rotate(var(--item-rot)) scale(1.06);background:var(--hover-bg);color:var(--hover-color)}.bubble-menu-items .pill-link:active{transform:rotate(var(--item-rot)) scale(.94)}}.bubble-menu-items .pill-link .pill-label{display:inline-block;will-change:transform,opacity;height:1.2em;line-height:1.2}@media(max-width:899px){.bubble-menu-items{align-items:flex-start;padding-top:120px}.bubble-menu-items .pill-list{row-gap:16px}.bubble-menu-items .pill-list .pill-col{flex:0 0 100%;margin-left:0!important;overflow:visible}.bubble-menu-items .pill-link{font-size:clamp(1.2rem,3vw,4rem);padding:clamp(1rem,2vw,2rem) 0;min-height:80px}.bubble-menu-items .pill-link:hover{transform:scale(1.06);background:var(--hover-bg);color:var(--hover-color)}.bubble-menu-items .pill-link:active{transform:scale(.94)}}.logoloop{position:relative;--logoloop-gap: 32px;--logoloop-logoHeight: 28px;--logoloop-fadeColorAuto: #ffffff}.logoloop--vertical{height:100%;display:inline-block}.logoloop--scale-hover{padding-top:calc(var(--logoloop-logoHeight) * .1);padding-bottom:calc(var(--logoloop-logoHeight) * .1)}@media(prefers-color-scheme:dark){.logoloop{--logoloop-fadeColorAuto: #0b0b0b}}.logoloop__track{display:flex;width:100%;will-change:transform;-webkit-user-select:none;user-select:none;position:relative;z-index:0}.logoloop--vertical .logoloop__track{flex-direction:column;height:max-content;width:100%}.logoloop__list{display:flex;align-items:center}.logoloop--vertical .logoloop__list{flex-direction:column}.logoloop__item{flex:0 0 auto;margin-right:var(--logoloop-gap);font-size:var(--logoloop-logoHeight);line-height:1;list-style:none}.bg-dark{background-color:#0b0b0b}.logoloop--vertical .logoloop__item{margin-right:0;margin-bottom:var(--logoloop-gap)}.logoloop__item:last-child{margin-right:var(--logoloop-gap)}.logoloop--vertical .logoloop__item:last-child{margin-right:0;margin-bottom:var(--logoloop-gap)}.logoloop__node{display:inline-flex;align-items:center}.logoloop__item img{height:var(--logoloop-logoHeight);width:auto;display:block;object-fit:contain;image-rendering:-webkit-optimize-contrast;-webkit-user-drag:none;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.logoloop__item img .logoloop--scale-hover .logoloop__item{overflow:visible}.logoloop--scale-hover .logoloop__item:hover img,.logoloop--scale-hover .logoloop__item:hover .logoloop__node{transform:scale(1.2);transform-origin:center center}.logoloop--scale-hover .logoloop__node{transition:transform .3s cubic-bezier(.4,0,.2,1)}.logoloop__link{display:inline-flex;align-items:center;text-decoration:none;border-radius:4px;transition:opacity .2s ease}.logoloop__link:hover{opacity:.8}.logoloop__link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.logoloop--fade:before,.logoloop--fade:after{content:"";position:absolute;top:0;bottom:0;width:clamp(24px,8%,120px);pointer-events:none;z-index:10}.logoloop--fade:before{left:0;background:linear-gradient(to right,var(--logoloop-fadeColor, var(--logoloop-fadeColorAuto)) 0%,rgba(0,0,0,0) 100%)}.logoloop--fade:after{right:0;background:linear-gradient(to left,var(--logoloop-fadeColor, var(--logoloop-fadeColorAuto)) 0%,rgba(0,0,0,0) 100%)}.logoloop--vertical.logoloop--fade:before,.logoloop--vertical.logoloop--fade:after{left:0;right:0;width:100%;height:clamp(24px,8%,120px)}.logoloop--vertical.logoloop--fade:before{top:0;bottom:auto;background:linear-gradient(to bottom,var(--logoloop-fadeColor, var(--logoloop-fadeColorAuto)) 0%,rgba(0,0,0,0) 100%)}.logoloop--vertical.logoloop--fade:after{bottom:0;top:auto;background:linear-gradient(to top,var(--logoloop-fadeColor, var(--logoloop-fadeColorAuto)) 0%,rgba(0,0,0,0) 100%)}@media(prefers-reduced-motion:reduce){.logoloop__track{transform:translateZ(0)!important}.logoloop__item img,.logoloop__node{transition:none!important}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sphere-root{position:relative;width:100%;height:100%;--radius: 520px;--viewer-pad: 72px;--circ: calc(var(--radius) * 3.14);--rot-y: calc((360deg / var(--segments-x)) / 2);--rot-x: calc((360deg / var(--segments-y)) / 2);--item-width: calc(var(--circ) / var(--segments-x));--item-height: calc(var(--circ) / var(--segments-y))}.sphere-root *{box-sizing:border-box}.sphere,.item,.item__image{transform-style:preserve-3d}main.sphere-main{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none;background:transparent}.stage{width:100%;height:100%;display:grid;place-items:center;perspective:calc(var(--radius) * 2);perspective-origin:50% 50%;contain:layout paint size}.sphere{transform:translateZ(calc(var(--radius) * -1));will-change:transform}.overlay,.overlay--blur{position:absolute;inset:0;margin:auto;z-index:3;pointer-events:none}.overlay{background-image:radial-gradient(rgba(235,235,235,0) 65%,var(--overlay-blur-color, #fff) 100%)}.overlay--blur{-webkit-mask-image:radial-gradient(rgba(235,235,235,0) 70%,var(--overlay-blur-color, #fff) 90%);mask-image:radial-gradient(rgba(235,235,235,0) 70%,var(--overlay-blur-color, #fff) 90%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.item{width:calc(var(--item-width) * var(--item-size-x));height:calc(var(--item-height) * var(--item-size-y));position:absolute;inset:-999px;margin:auto;transform-origin:50% 50%;backface-visibility:hidden;transition:transform .3s;transform:rotateY(calc(var(--rot-y) * (var(--offset-x) + ((var(--item-size-x) - 1) / 2)) + var(--rot-y-delta, 0deg))) rotateX(calc(var(--rot-x) * (var(--offset-y) - ((var(--item-size-y) - 1) / 2)) + var(--rot-x-delta, 0deg))) translateZ(var(--radius))}.item__image{position:absolute;display:block;inset:10px;border-radius:var(--tile-radius, 12px);background:transparent;overflow:hidden;backface-visibility:hidden;transition:transform .3s;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0)}.item__image:focus{outline:none}.item__image img,.item__image video{width:100%;height:100%;object-fit:cover;pointer-events:none;backface-visibility:hidden;filter:var(--image-filter, none)}.item__image video{transform:scale(1.05)}.viewer{position:absolute;inset:0;z-index:20;pointer-events:none;display:flex;align-items:center;justify-content:center;padding:var(--viewer-pad)}.viewer .frame{height:100%;aspect-ratio:1;border-radius:var(--enlarge-radius, 32px);display:flex}@media(max-aspect-ratio:1/1){.viewer .frame{height:auto;width:100%}}.viewer .scrim{position:absolute;inset:0;z-index:10;background:#fff6;pointer-events:none;opacity:0;transition:opacity .5s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sphere-root[data-enlarging=true] .viewer .scrim{opacity:1;pointer-events:all}.viewer .enlarge{position:absolute;z-index:30;border-radius:var(--enlarge-radius, 32px);overflow:hidden;transition:transform .5s ease,opacity .5s ease;transform-origin:top left;box-shadow:0 10px 30px #00000059}.viewer .enlarge img,.viewer .enlarge video{width:100%;height:100%;object-fit:cover;filter:var(--image-filter, none)}.sphere-root .enlarge-closing img{filter:var(--image-filter, none)}.edge-fade{position:absolute;left:0;right:0;height:120px;z-index:5;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--overlay-blur-color, #fff))}.edge-fade--top{top:0;transform:rotate(180deg)}.edge-fade--bottom{bottom:0}.wa-float{position:fixed;bottom:1.8rem;right:1.8rem;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680;text-decoration:none;font-size:1.5rem;animation:float 3s ease-in-out infinite;transition:transform .2s ease}.wa-float:hover{transform:scale(1.2)}@keyframes dropBounce{0%{opacity:0;transform:translateY(-120%) scaleY(.85)}40%{opacity:.9;transform:translateY(12%) scaleY(1.02)}65%{transform:translateY(-4%) scaleY(.98)}85%{transform:translateY(3%) scaleY(1.01)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes dropClose{0%{opacity:1;transform:translateY(0) scaleY(1);visibility:visible}to{opacity:0;transform:translateY(-40%) scaleY(.9);visibility:hidden;display:none}}h1,h2,h3,h4{font-family:Playfair Display,serif}main.travels nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 5%;transition:background .4s,box-shadow .4s}nav.scrolled{background:#324022f7;box-shadow:0 4px 30px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-logo{display:flex;flex-direction:column;line-height:1}.nav-logo span:first-child{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--white);letter-spacing:.04em}.nav-logo span:last-child{font-size:.6rem;color:var(--text-light);letter-spacing:.18em;text-transform:uppercase;margin-top:2px}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:.85rem;letter-spacing:.06em;transition:color .2s}.nav-links a:hover{color:var(--brown)}main.travels .hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}main.travels .hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.mobile-menu{display:none;position:fixed;inset:74px 0 0;z-index:1001;background:#1a2212fa;flex-direction:column;align-items:center;justify-content:center;gap:2rem;pointer-events:none;transform-origin:top center}.mobile-menu.open{display:flex;pointer-events:auto;animation:dropBounce .55s cubic-bezier(.34,1.2,.55,1) forwards}.mobile-menu.closing{animation:dropClose .3s ease-in forwards}.mobile-menu a{color:var(--white);text-decoration:none;font-family:Cormorant Garamond,serif;font-size:2rem}.mobile-close{position:absolute;top:-3.4rem;right:.8rem;right:5%;color:var(--white);font-size:1.5rem;cursor:pointer;background:none;border:none;z-index:999}main.travels #hero{position:relative;padding-top:7.5rem;padding-bottom:6rem;height:100vh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden}.slides-container{position:absolute;inset:0;z-index:0}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease-in-out}.slide.active{opacity:1}.slide:after{content:"";position:absolute;inset:0;background:#000000b3}.slide-paris{background:linear-gradient(135deg,#1a2a4a,#3a5a8a,#c8a87a 80%,#a0784a)}.slide-dubai{background:linear-gradient(135deg,#8b6914,#d4a843,#2a4a6b 70%,#1a2a3a)}.slide-maldives{background:linear-gradient(135deg,#0077b6,#48cae4 35%,#90e0ef 60%,#f0f8ff)}.slide-london{background:linear-gradient(135deg,#2d3436,#636e72 40%,#b2bec3 75%,#dfe6e9)}.slide-santorini{background:linear-gradient(135deg,#2980b9,#5dade2 35%,#f8e8d0 65%,#e8c49a)}.slide-newyork{background:linear-gradient(135deg,#1a1a2e,#16213e 40%,#0f3460,#533483)}.hero-content{position:relative;z-index:2;text-align:center;padding:0 5%;max-width:860px;animation:fadeUp 1.2s ease both;animation-delay:.3s}.hero-label{display:inline-block;font-size:.72rem;letter-spacing:.22em;color:var(--brown);text-transform:uppercase;margin-bottom:1.2rem;border:1px solid rgba(180,99,47,.5);padding:.3rem 1rem;border-radius:1px}.hero-title{font-size:clamp(3rem,8vw,6.5rem);font-weight:300;color:var(--white);line-height:1.05;letter-spacing:-.01em;margin-bottom:1.4rem}.hero-title strong{font-weight:700;display:block}.hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:#ffffffd1;line-height:1.7;font-weight:300;max-width:560px;margin:0 auto 2rem}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.slide-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot{width:24px;height:3px;border-radius:2px;background:#fff6;cursor:pointer;transition:background .3s,width .3s}.dot.active{background:var(--brown);width:40px}.slide-location{position:absolute;bottom:2.5rem;right:5%;color:#fff9;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;z-index:10}main.travels #trust{background:var(--green);padding:1.4rem 5%;display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,4rem);flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.6rem;color:#ffffffe0;font-size:.82rem;letter-spacing:.04em}.trust-icon{width:28px;height:28px;background:#e7b29145;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem}.trust-sep{width:1px;height:24px;background:#fff3}main.travels section{padding:6rem 5%}.section-label{font-size:.7rem;letter-spacing:.22em;color:var(--brown);text-transform:uppercase;margin-bottom:.8rem;display:block}.section-title{font-size:clamp(2rem,5vw,3.6rem);font-weight:600;line-height:1.12;color:var(--burgundy)}.section-title em{font-style:italic;font-weight:300}main.travels #intro{background:var(--cream);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6rem}.intro-text .lead{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,3.5vw,2.4rem);font-weight:400;line-height:1.45;color:var(--burgundy);margin:1.4rem 0}.intro-text p{font-size:.95rem;line-height:1.8;color:var(--burgundy);margin-bottom:1rem}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(51,0,13,.12)}main.travels .stat-num{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:700;color:var(--burgundy);line-height:1}.stat-label{font-size:.75rem;color:var(--brown);letter-spacing:.06em;margin-top:.3rem}.intro-visual{position:relative}.intro-card-main{width:100%;aspect-ratio:3/3;border-radius:4px;overflow:hidden;background:linear-gradient(160deg,#324022,#567a35,#b4632f);position:relative}.intro-card-main:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10rem;opacity:.15;color:var(--white);pointer-events:none}.intro-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--burgundy);color:var(--white);padding:1.2rem 1.5rem;border-radius:3px;box-shadow:0 8px 32px #33000d66}.intro-badge .num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.intro-badge .text{font-size:.7rem;letter-spacing:.08em;opacity:.9;margin-top:2px}main.travels #packages{background:var(--neutral)}.packages-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.5rem;flex-wrap:wrap;gap:1.5rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.pkg-card{background:var(--white);border-radius:4px;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s;cursor:pointer}.pkg-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #3240221f}.pkg-img{height:200px;width:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative;overflow:hidden}.pkg-img:after{content:"";position:absolute;inset:0;background:#0009;transition:transform .5s}.pkg-emoji{position:relative;z-index:1;font-size:2.8rem}.pkg-tag{position:absolute;top:1rem;left:1rem;background:#ffffff26;color:var(--white);font-size:.65rem;letter-spacing:.12em;padding:.25rem .7rem;border-radius:1px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.pkg-body{padding:1.6rem}.pkg-title{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:600;color:var(--burgundy);margin-bottom:.6rem}.pkg-desc{font-size:.84rem;color:var(--muted);line-height:1.6;margin-bottom:1.4rem}.pkg-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;color:var(--brown);text-decoration:none;text-transform:uppercase;transition:gap .2s}.pkg-link:hover{gap:.7rem}main.travels #destinations{background:var(--cream)}.dest-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto;gap:1rem;margin-top:3.5rem}.dest-card{border-radius:4px;overflow:hidden;position:relative;cursor:pointer;transition:transform .3s;min-height:200px}.dest-card:nth-child(1){grid-column:span 2;grid-row:span 2;min-height:420px}.dest-card:nth-child(2){grid-column:span 2}.dest-card:nth-child(3){grid-column:span 2}.dest-card:hover{transform:scale(1.02);z-index:2}.dest-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s}.dest-card:hover .dest-bg{transform:scale(1.08)}.dest-dubai{background:linear-gradient(160deg,#c9850d,#e8a825,#1a3454)}.dest-maldives{background:linear-gradient(160deg,#006994,#00b4d8,#90e0ef)}.dest-uk{background:linear-gradient(160deg,#1a3a5a,#2e5984,#6b8fa8)}.dest-canada{background:linear-gradient(160deg,#8b1a1a,#c42b2b,#e8e8e8)}.dest-turkey{background:linear-gradient(160deg,#c41a2e,#e8293a,#2a6baa)}.dest-overlay{position:absolute;inset:0;background:#0000004d;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:background .3s}.dest-card:hover .dest-overlay{background:#000000b3}.dest-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.3rem}.dest-card:nth-child(1) .dest-name{font-size:2rem}.dest-tagline{font-size:.75rem;color:var(--white);margin-bottom:.8rem;line-height:1.4}.dest-btn{display:inline-block;font-size:.72rem;letter-spacing:.12em;color:var(--white);border:1px solid rgba(255,255,255,.5);padding:.3rem .8rem;border-radius:1px;text-decoration:none;text-transform:uppercase;transition:background .2s,border-color .2s}.dest-btn:hover{background:var(--brown);border-color:var(--brown)}.dest-list-modal::-webkit-scrollbar{width:10px}.dest-list-modal::-webkit-scrollbar-track{background:#fff}.dest-list-modal::-webkit-scrollbar-thumb{background:#777;border-radius:10px}main.travels #why{background:var(--green);position:relative;overflow:hidden;padding:6rem 5%}main.travels #why:before{content:"PGR";position:absolute;right:-2rem;top:50%;transform:translateY(-50%);font-family:Cormorant Garamond,serif;font-size:22rem;font-weight:700;color:#ffffff0a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}main.travels #why .section-title{color:var(--white)}main.travels #why .section-label{color:var(--brown)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.why-item{padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:4px;transition:border-color .3s,background .3s}.why-item:hover{border-color:#b4632f80;background:#b4632f0d}.why-number{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;color:#b4632f40;line-height:1;margin-bottom:1rem}.why-icon{font-size:1.8rem;margin-bottom:1rem}.why-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--white);margin-bottom:.6rem}.why-text{font-size:.85rem;color:#fff9;line-height:1.7}main.travels #process{background:var(--cream)}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;position:relative}.process-steps:before{content:"";position:absolute;top:2.5rem;left:12.5%;right:12.5%;height:1px;background:linear-gradient(to right,var(--brown),transparent,var(--brown));z-index:0}.step{text-align:center;position:relative;z-index:1}.step-circle{width:5rem;height:5rem;border-radius:50%;background:var(--white);border:2px solid var(--burgundy);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;transition:background .3s,border-color .3s;box-shadow:0 4px 16px #3240221a}.step:hover .step-circle{background:var(--burgundy);border-color:var(--burgundy);filter:invert(0) hue-rotate(45deg)}.step-num{position:absolute;top:-.4rem;right:calc(50% - 2.4rem);width:1.4rem;height:1.4rem;background:var(--brown);color:var(--white);border-radius:50%;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.step-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--burgundy);margin-bottom:.5rem}.step-text{font-size:.82rem;color:var(--muted);line-height:1.6}main.travels #testimonials{background:var(--neutral)}.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3.5rem}.testi-card{background:var(--white);padding:2rem;border-radius:4px;position:relative;transition:box-shadow .3s}.testi-card:hover{box-shadow:0 12px 40px #3240221a}.testi-quote{font-family:Cormorant Garamond,serif;font-size:4rem;color:var(--burgundy);line-height:.6;margin-bottom:1rem;opacity:.5}.testi-text{font-size:.9rem;line-height:1.75;color:var(--text);margin-bottom:1.5rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:.8rem}.testi-avatar{width:2.6rem;height:2.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--white);font-weight:700;flex-shrink:0}.av-a{background:linear-gradient(135deg,#324022,#567a35)}.av-b{background:linear-gradient(135deg,#b4632f,#d4832f)}.av-c{background:linear-gradient(135deg,#1a3a5a,#2e5984)}.testi-name{font-weight:600;font-size:.88rem;color:var(--green)}.testi-role{font-size:.75rem;color:var(--muted)}.stars{color:var(--burgundy);font-size:.85rem;margin-bottom:.8rem}main.travels #cta{background:linear-gradient(135deg,var(--brown) 0%,#8b3a15 100%);text-align:center;padding:6rem 5%;position:relative;overflow:hidden}main.travels #cta:before{content:"✈";position:absolute;font-size:20rem;opacity:.05;color:var(--white);top:50%;left:50%;transform:translate(-50%,-50%) rotate(-30deg);pointer-events:none}main.travels #cta .section-title{color:var(--white);margin-bottom:1rem}main.travels #cta p{color:#ffffffd9;font-size:1rem;margin-bottom:2.5rem}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-white{background:var(--white);color:var(--brown);padding:.9rem 2.4rem;border:none;border-radius:2px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.06em;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .2s,box-shadow .2s}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-whatsapp{background:#25d366;color:var(--white);padding:.9rem 2.4rem;border:none;border-radius:2px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.06em;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .2s,background .2s}.btn-whatsapp:hover{background:#1db954;transform:translateY(-2px)}main.travels footer{background:#1a2212;color:#ffffffb3;padding:5rem 5% 2.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3.5rem}.footer-brand .logo-text{font-family:Cormorant Garamond,serif;font-size:1.8rem;color:var(--white);font-weight:700}.footer-brand .logo-sub{font-size:.6rem;color:var(--brown);letter-spacing:.18em;text-transform:uppercase;display:block;margin-top:2px;margin-bottom:1.2rem}.footer-brand p{font-size:.85rem;line-height:1.8;max-width:260px}.footer-social{display:flex;gap:.8rem;margin-top:1.5rem}.social-btn{width:2rem;height:2rem;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.85rem;text-decoration:none;color:var(--white);transition:background .2s}.social-btn:hover{background:var(--brown)}main.travels footer h4{font-family:DM Sans,sans-serif;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:1.2rem}main.travels footer ul{list-style:none}main.travels footer ul li{margin-bottom:.6rem}main.travels footer ul a{color:#fff9;text-decoration:none;font-size:.85rem;transition:color .2s}main.travels footer ul a:hover{color:var(--orange)}.footer-contact p{font-size:.85rem;margin-bottom:.6rem;display:flex;align-items:flex-start;gap:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.78rem;color:#fff6}.footer-bottom a{color:var(--brown);text-decoration:none}@media(max-midth:1024px){.nav-links{flex:1}}@media(max-width:900px){main.travels #intro{grid-template-columns:1fr;gap:3rem}.intro-visual{display:none}.dest-grid{grid-template-columns:repeat(2,1fr)}.dest-card:nth-child(1){grid-column:span 2;grid-row:span 1;min-height:240px}.process-steps{grid-template-columns:repeat(2,1fr)}.process-steps:before{display:none}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}main.travels .hamburger{display:flex}.popup{height:50vh}}@media(max-width:600px){main.travels section,main.travels #why{padding:4rem 5%}.dest-grid{grid-template-columns:1fr}.dest-card:nth-child(1){grid-column:span 1}.dest-card:nth-child(2){grid-column:span 1}.dest-card:nth-child(3){grid-column:span 1}.process-steps,.footer-grid{grid-template-columns:1fr}.intro-stats{grid-template-columns:repeat(3,1fr);gap:1rem}}
