@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700;9..40,800&display=swap";:root{--rt-black: #1a1a1a;--rt-white: #ffffff;--rt-cream: #f9f7f3;--rt-warm: #fefcf8;--rt-green: #1e6b45;--rt-green-light: #2d8a5e;--rt-green-soft: #e8f5ee;--rt-gold: #c9943e;--rt-gold-light: #e2b861;--rt-grey: #7c8490;--rt-grey-light: #f5f5f5;--rt-red: #e53935;--rt-radius: 18px;--rt-radius-sm: 12px;--rt-shadow: 0 2px 16px rgba(0,0,0,.06);--rt-shadow-hover: 0 12px 36px rgba(0,0,0,.1);--rt-transition: .3s cubic-bezier(.4, 0, .2, 1);--rt-font: "DM Sans", "Helvetica Neue", sans-serif}[class^=rt-] *,[class^=rt-] *:before,[class^=rt-] *:after{box-sizing:border-box}.rt-section{padding:88px 0;overflow:hidden}.rt-section--cream{background:var(--rt-cream)}.rt-section--warm{background:var(--rt-warm)}.rt-section--green-soft{background:var(--rt-green-soft);border-top:1px solid rgba(30,107,69,.1);border-bottom:1px solid rgba(30,107,69,.1)}.rt-container{max-width:1260px;margin:0 auto;padding:0 24px}.rt-section-header{margin-bottom:44px}.rt-section-header h2{font-family:var(--rt-font);font-size:clamp(1.8rem,3.8vw,2.5rem);font-weight:800;line-height:1.12;margin:0 0 10px;letter-spacing:-.02em;color:var(--rt-black)}.rt-section-header p{font-family:var(--rt-font);font-size:1rem;color:var(--rt-grey);margin:0;max-width:520px;line-height:1.6}.rt-proof-bar{padding:20px 0;background:var(--rt-white);border-bottom:1px solid rgba(0,0,0,.04)}.rt-proof-bar__inner{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;font-size:.88rem;color:var(--rt-grey);font-weight:600;font-family:var(--rt-font)}.rt-proof-bar__item{display:flex;align-items:center;gap:6px}.rt-proof-bar__item svg{width:18px;height:18px;stroke:var(--rt-green);fill:none;stroke-width:2}.rt-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.rt-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.rt-hero__media img,.rt-hero__media video{width:100%;height:100%;object-fit:cover}.rt-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#1e6b4540,#00000014 35%,#0006)}.rt-hero__content{position:relative;z-index:3;text-align:center;max-width:820px;padding:0 24px;animation:rtFadeUp .9s ease-out}@keyframes rtFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.rt-hero__badge{display:inline-block;background:#ffffff2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.78rem;font-weight:700;padding:9px 24px;border-radius:100px;margin-bottom:28px;letter-spacing:.05em;text-transform:uppercase;font-family:var(--rt-font)}.rt-hero h1{font-family:var(--rt-font);font-size:clamp(2.4rem,6.5vw,4.2rem);font-weight:800;color:#fff;line-height:1.08;margin:0 0 16px;letter-spacing:-.03em}.rt-hero__sub{font-family:var(--rt-font);font-size:clamp(1rem,2vw,1.2rem);color:#ffffffe6;margin:0 0 36px;font-weight:400;line-height:1.6}.rt-hero__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.rt-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--rt-font);font-size:.92rem;font-weight:700;padding:14px 28px;border-radius:100px;text-decoration:none;cursor:pointer;border:none;transition:var(--rt-transition)}.rt-btn--primary{background:var(--rt-gold);color:var(--rt-black)}.rt-btn--primary:hover{background:var(--rt-gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #c9943e40}.rt-btn--outline{background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rt-btn--outline:hover{background:#ffffff2e;border-color:#fff9}.rt-btn--green{background:var(--rt-green);color:#fff}.rt-btn--green:hover{background:var(--rt-green-light);transform:translateY(-2px)}.rt-tours__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rt-tour-card{background:#fff;border-radius:var(--rt-radius);overflow:hidden;box-shadow:var(--rt-shadow);transition:var(--rt-transition);text-decoration:none;color:inherit;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.04)}.rt-tour-card:hover{transform:translateY(-5px);box-shadow:var(--rt-shadow-hover)}.rt-tour-card__image{position:relative;aspect-ratio:16/10;overflow:hidden}.rt-tour-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.rt-tour-card:hover .rt-tour-card__image img{transform:scale(1.04)}.rt-tour-card__tag{position:absolute;top:14px;left:14px;background:var(--rt-green);color:#fff;font-size:.72rem;font-weight:700;padding:6px 14px;border-radius:100px;text-transform:uppercase;letter-spacing:.04em;font-family:var(--rt-font)}.rt-tour-card__tag--gold{background:var(--rt-gold);color:var(--rt-black)}.rt-tour-card__age{position:absolute;top:14px;right:14px;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.72rem;font-weight:700;padding:6px 12px;border-radius:100px;font-family:var(--rt-font)}.rt-tour-card__body{padding:24px;flex:1;display:flex;flex-direction:column}.rt-tour-card__title{font-family:var(--rt-font);font-size:1.2rem;font-weight:800;margin:0 0 4px}.rt-tour-card__duration{font-size:.82rem;color:var(--rt-grey);font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:6px}.rt-tour-card__highlights{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.rt-tour-card__highlight{background:var(--rt-green-soft);color:var(--rt-green);font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:100px;font-family:var(--rt-font)}.rt-tour-card__desc{font-size:.88rem;color:var(--rt-grey);line-height:1.6;margin-bottom:18px;flex:1}.rt-tour-card__footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}.rt-tour-card__price-label{font-size:.75rem;color:var(--rt-grey);font-weight:500;margin-bottom:2px}.rt-tour-card__price{font-family:var(--rt-font);font-size:1.5rem;font-weight:800;color:var(--rt-green)}.rt-tour-card__price span{font-size:.78rem;font-weight:500;color:var(--rt-grey)}.rt-tour-card__cta-btn{background:var(--rt-green);color:#fff;padding:10px 20px;border-radius:100px;font-size:.82rem;font-weight:700;transition:var(--rt-transition);font-family:var(--rt-font)}.rt-tour-card__cta-btn:hover{background:var(--rt-green-light)}.rt-trust-bar{padding:36px 0;background:var(--rt-green-soft);border-top:1px solid rgba(30,107,69,.1);border-bottom:1px solid rgba(30,107,69,.1)}.rt-trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.rt-trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--rt-green)}.rt-trust-item svg{width:28px;height:28px;stroke:var(--rt-green);fill:none;stroke-width:2;margin-bottom:2px}.rt-trust-item__title{font-family:var(--rt-font);font-size:.9rem;font-weight:700;color:var(--rt-black)}.rt-trust-item__sub{font-size:.78rem;color:var(--rt-grey)}.rt-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rt-feature-card{position:relative;border-radius:var(--rt-radius);overflow:hidden;aspect-ratio:4/3}.rt-feature-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.rt-feature-card:hover img{transform:scale(1.05)}.rt-feature-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.68) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:22px}.rt-feature-card__title{font-family:var(--rt-font);font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 4px}.rt-feature-card__desc{font-size:.8rem;color:#ffffffd1;line-height:1.5;margin:0}.rt-included__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.rt-included-item{display:flex;align-items:flex-start;gap:14px;padding:20px;background:#fff;border-radius:var(--rt-radius-sm);border:1px solid rgba(0,0,0,.05)}.rt-included-item svg{width:22px;height:22px;stroke:var(--rt-green);fill:none;stroke-width:2;flex-shrink:0;margin-top:2px}.rt-included-item__title{font-family:var(--rt-font);font-weight:700;font-size:.9rem;margin:0 0 2px}.rt-included-item__desc{font-size:.82rem;color:var(--rt-grey);line-height:1.5;margin:0}.rt-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rt-testimonial-card{background:#fff;border-radius:var(--rt-radius);padding:28px;box-shadow:var(--rt-shadow);border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column}.rt-testimonial-card__stars{display:flex;gap:3px;margin-bottom:14px}.rt-testimonial-card__stars svg{width:16px;height:16px;fill:var(--rt-gold)}.rt-testimonial-card__text{font-family:var(--rt-font);font-size:.92rem;line-height:1.65;color:var(--rt-black);margin:0 0 18px;flex:1}.rt-testimonial-card__author{display:flex;align-items:center;gap:12px}.rt-testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--rt-green);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0;object-fit:cover}.rt-testimonial-card__name{font-weight:700;font-size:.88rem;margin:0}.rt-testimonial-card__trip{font-size:.76rem;color:var(--rt-grey);margin:0}.rt-cta{text-align:center;padding:100px 0;position:relative;overflow:hidden}.rt-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--rt-green) 0%,#145232 100%);z-index:0}.rt-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.rt-cta__content{position:relative;z-index:1}.rt-cta h2{font-family:var(--rt-font);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin:0 0 12px}.rt-cta p{font-size:1rem;color:#ffffffd1;max-width:520px;margin:0 auto 28px;line-height:1.6}@media(max-width:900px){.rt-tours__grid,.rt-features__grid,.rt-testimonials__grid,.rt-included__grid{grid-template-columns:1fr}}@media(max-width:768px){.rt-section{padding:56px 0}.rt-trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:16px}.rt-proof-bar__inner{gap:16px;font-size:.8rem}}@media(max-width:480px){.rt-hero__actions{flex-direction:column;align-items:center}.rt-btn{width:100%;justify-content:center}.rt-trust-bar__grid{grid-template-columns:1fr 1fr}}.rt-section-header h2{font-size:clamp(2.2rem,5vw,3rem)}.rt-section-header p{font-size:1.15rem}.rt-tour-card__title{font-size:1.4rem}.rt-tour-card__duration{font-size:.95rem}.rt-tour-card__highlight{font-size:.82rem}.rt-tour-card__desc{font-size:1rem;line-height:1.7}.rt-tour-card__price{font-size:1.7rem}.rt-tour-card__price-label{font-size:.85rem}.rt-tour-card__cta-btn{font-size:.95rem;padding:12px 24px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/rt-custom.css.map */
