:root{--navy:#071b2b;--navy2:#0d2f49;--blue:#007EC3;--red:#C51F2E;--gray:#58585B;--gold:#D8B75F;--gold2:#f0d274;--cream:#F7F3EA;--paper:#FBFAF7;--ink:#0c1420;--muted:#66707e;--line:rgba(12,20,32,.12);--shadow:0 24px 70px rgba(7,27,43,.16);--radius:30px;--deep:#020a12}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Manrope',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;text-rendering:optimizeLegibility}body.admin-bar .top{top:32px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block;height:auto}.wrap{width:min(1180px,calc(100% - 44px));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--red);text-transform:uppercase;font-weight:800;letter-spacing:.18em;font-size:12px}.eyebrow:before{content:"";width:48px;height:2px;background:var(--gold)}h1,h2,h3{font-family:'Marcellus',serif;line-height:1.04;margin:0;color:var(--ink);font-weight:400}h1{font-size:clamp(52px,7.4vw,108px);letter-spacing:-.038em}h2{font-size:clamp(40px,5.4vw,72px);letter-spacing:-.026em}h3{font-size:32px;letter-spacing:-.015em}p{margin:0;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 24px;font-weight:800;font-size:14px;transition:.28s;border:1px solid transparent;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;box-shadow:0 16px 34px rgba(216,183,95,.27)}.btn-blue{background:linear-gradient(135deg,var(--blue),#0067a6);color:white;box-shadow:0 18px 38px rgba(0,126,195,.26)}.btn-wa{background:linear-gradient(135deg,#25D366,#15a94d);color:white;box-shadow:0 16px 34px rgba(37,211,102,.26)}.btn-ghost{color:white;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.36);backdrop-filter:blur(8px)}.section{padding:104px 0}.section-head{text-align:center;max-width:850px;margin:0 auto 50px}.section-head p{font-size:18px;margin-top:16px}.top{position:sticky;top:0;z-index:100;background:rgba(247,250,252,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,27,43,.08);box-shadow:0 12px 34px rgba(7,27,43,.06)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;flex:0 0 132px;height:70px}.logo{width:132px;max-height:62px;object-fit:contain}.menu{display:flex;align-items:center;gap:4px;background:rgba(255,255,255,.78);border:1px solid rgba(7,27,43,.10);border-radius:999px;padding:8px;box-shadow:0 16px 40px rgba(7,27,43,.07)}.menu a{position:relative;padding:12px 14px;border-radius:999px;font-size:13px;font-weight:800;color:#4d5562;overflow:hidden}.menu a:before{content:"";position:absolute;left:50%;bottom:7px;width:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--gold));border-radius:99px;transform:translateX(-50%);transition:.3s}.menu a:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,126,195,.08),rgba(216,183,95,.18));opacity:0;transition:.3s}.menu a span{position:relative;z-index:1}.menu a:hover{color:var(--navy)}.menu a:hover:before{width:60%}.menu a:hover:after{opacity:1}.hamb{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:14px;background:white;align-items:center;justify-content:center;flex-direction:column;gap:5px}.hamb span{width:22px;height:2px;background:var(--navy);border-radius:99px}.hero{min-height:860px;display:flex;align-items:center;position:relative;overflow:hidden;color:white;background:linear-gradient(90deg,rgba(7,27,43,.92),rgba(7,27,43,.66),rgba(7,27,43,.30)),url('https://images.unsplash.com/photo-1526392060635-9d6019884377?auto=format&fit=crop&w=1900&q=84') center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(180deg,transparent,rgba(7,27,43,.60))}.hero .wrap{position:relative;z-index:1}.hero .eyebrow,.peru-hero .eyebrow{color:#ff3347;text-shadow:0 2px 10px rgba(0,0,0,.65);background:rgba(7,27,43,.42);border:1px solid rgba(255,255,255,.16);padding:9px 14px;border-radius:999px;backdrop-filter:blur(10px)}.hero .eyebrow:before,.peru-hero .eyebrow:before{background:linear-gradient(90deg,var(--gold2),var(--gold));box-shadow:0 0 18px rgba(216,183,95,.42)}.hero h1{color:white;max-width:980px}.hero h1 em{color:var(--gold);font-style:normal}.hero p{color:rgba(255,255,255,.88);font-size:21px;max-width:900px;margin:22px 0 30px;font-weight:500}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.proof{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:70px}.proof-card{padding:22px;border-radius:24px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);color:white}.proof-card svg{width:30px;height:30px;color:var(--gold);margin-bottom:8px}.proof-card b{display:block;font-size:18px}.proof-card span{display:block;color:rgba(255,255,255,.78);font-size:14px}.about{display:grid;grid-template-columns:1fr 1.06fr;gap:78px;align-items:start}.about-media{position:relative;min-height:620px;border-radius:40px;overflow:hidden;box-shadow:0 34px 95px rgba(7,27,43,.18);border:1px solid rgba(216,183,95,.22);background:linear-gradient(180deg,rgba(7,27,43,.08),rgba(7,27,43,.68)),url('https://images.unsplash.com/photo-1587595431973-160d0d94add1?auto=format&fit=crop&w=1300&q=84') center/cover}.stamp{position:absolute;left:34px;right:34px;bottom:34px;padding:30px 32px;border-radius:28px;background:linear-gradient(135deg,rgba(5,17,28,.88),rgba(12,43,66,.76));border:1px solid rgba(216,183,95,.38);box-shadow:0 24px 70px rgba(0,0,0,.30);color:#fff;backdrop-filter:blur(12px)}.stamp span{display:inline-flex;margin-bottom:8px;color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.stamp b{display:block;margin-bottom:8px;font-family:'Marcellus',serif;font-size:36px;color:#fff;letter-spacing:-.03em}.stamp p{font-size:16px;line-height:1.65;color:rgba(255,255,255,.82);max-width:520px}.about h2{margin-bottom:36px;max-width:760px}.about-lead{font-size:18.5px;line-height:1.86;color:#536171}.premium-list{margin:34px 0 0;padding:0;list-style:none;display:grid;gap:18px}.premium-list li{display:grid;grid-template-columns:38px 1fr;gap:16px;align-items:start;color:#223244;font-weight:650;font-size:17.5px;line-height:1.62}.premium-list .check{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(216,183,95,.38),rgba(216,183,95,.12));color:#9b7622;border:1px solid rgba(216,183,95,.35);box-shadow:0 12px 28px rgba(216,183,95,.16);font-size:20px;font-weight:900}.premium-list strong{color:var(--ink)}.about-note{margin-top:22px;padding:24px 26px;border-radius:24px;background:linear-gradient(135deg,#071b2b,#0d2f49);border:1px solid rgba(216,183,95,.25);box-shadow:0 22px 56px rgba(7,27,43,.16)}.about-note p,.about-note b{color:#fff}.dark-band{background:var(--navy);color:white}.dark-band h2,.dark-band h3{color:white}.dark-band p{color:rgba(255,255,255,.76)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.service-card{min-height:430px;position:relative;border-radius:32px;overflow:hidden;display:flex;align-items:flex-end;padding:30px;color:white;box-shadow:var(--shadow);background:#111}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,27,43,.10),rgba(7,27,43,.88));z-index:1}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-card>div{position:relative;z-index:2}.service-card h3{color:white}.service-card p{color:rgba(255,255,255,.82);margin-top:10px}.sicon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;margin-bottom:12px;background:linear-gradient(135deg,rgba(0,126,195,.12),rgba(216,183,95,.23));color:var(--gold2)}.sicon svg{width:27px;height:27px}.peru-section{background:linear-gradient(180deg,#fbfaf6 0%,#f1eee6 100%)}.peru-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:stretch}.peru-hero{min-height:650px;border-radius:38px;overflow:hidden;position:relative;background:linear-gradient(180deg,rgba(7,27,43,.10),rgba(7,27,43,.86)),url('https://images.unsplash.com/photo-1526392060635-9d6019884377?auto=format&fit=crop&w=1300&q=84') center/cover;box-shadow:0 36px 100px rgba(7,27,43,.22);border:1px solid rgba(216,183,95,.24);display:flex;align-items:flex-end;padding:42px;color:white}.peru-hero h2{color:white}.peru-hero p{color:rgba(255,255,255,.86);font-size:18px;margin:16px 0 26px}.peru-list{display:grid;gap:22px}.peru-card{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;column-gap:22px;row-gap:6px;align-items:start;padding:30px 34px;min-height:178px;border-radius:32px;overflow:hidden;background-size:cover;background-position:center;border:1px solid rgba(216,183,95,.28);box-shadow:0 24px 74px rgba(7,27,43,.18);color:white}.peru-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--red),var(--gold2));z-index:2}.peru-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,18,.92),rgba(7,27,43,.78),rgba(7,27,43,.36));z-index:0}.peru-first{background-image:url('https://images.unsplash.com/photo-1526392060635-9d6019884377?auto=format&fit=crop&w=900&q=80')}.peru-beyond{background-image:url('https://images.unsplash.com/photo-1556845648-4a39882e8f79?auto=format&fit=crop&w=900&q=80')}.peru-safe{background-image:url('https://images.unsplash.com/photo-1543385426-191664295b58?auto=format&fit=crop&w=900&q=80')}.peru-other{background-image:url('https://images.unsplash.com/photo-1494783367193-149034c05e8f?auto=format&fit=crop&w=900&q=80')}.pc-icon,.peru-card b,.peru-card p{position:relative;z-index:2}.pc-icon{grid-row:1/span 2;width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(197,31,46,.92),rgba(228,196,105,.92));box-shadow:0 14px 34px rgba(0,0,0,.22);color:#fff;border:1px solid rgba(255,255,255,.20)}.pc-icon svg{width:25px;height:25px;stroke:currentColor}.peru-card b{grid-column:2;font-size:23px;line-height:1.18;margin:0;color:#fff}.peru-card p{grid-column:2;font-size:16px;line-height:1.7;color:rgba(255,255,255,.82);margin:0}.peru-card.feature .pc-icon{background:linear-gradient(135deg,var(--blue),var(--gold2))}.cream{background:var(--cream)}.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.pkg{background:white;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 22px 60px rgba(7,27,43,.10)}.pkg-img{height:230px;position:relative;overflow:hidden}.pkg-img img{width:100%;height:100%;object-fit:cover}.pkg-tag{position:absolute;top:16px;left:16px;background:white;color:var(--red);font-weight:900;font-size:12px;border-radius:999px;padding:8px 12px}.pkg-body{padding:26px}.pkg h3{font-family:'Manrope',sans-serif;font-size:25px;line-height:1.08;letter-spacing:-.035em;font-weight:800}.pkg p{margin:12px 0 18px}.pkg details{border-top:1px solid var(--line);padding-top:14px;margin-top:18px}.pkg summary{cursor:pointer;font-weight:800;color:var(--navy);list-style:none}.pkg summary:after{content:"+";float:right;color:var(--gold);font-size:22px;line-height:1}.pkg details[open] summary:after{content:"−"}.pkg ul{margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:14px}.seo-card{margin-top:38px;border-radius:34px;overflow:hidden;box-shadow:0 28px 90px rgba(7,27,43,.18);border:1px solid rgba(216,183,95,.24);background:linear-gradient(90deg,rgba(2,10,18,.90),rgba(7,27,43,.70)),url('https://images.unsplash.com/photo-1526392060635-9d6019884377?auto=format&fit=crop&w=1800&q=84') center/cover}.seo-card-inner{min-height:270px;padding:44px 46px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;color:white}.seo-card h3{color:white;font-family:'Marcellus',serif;font-size:clamp(34px,4vw,56px);line-height:1.05;margin:10px 0 12px;font-weight:400;letter-spacing:-.02em}.seo-card p{max-width:820px;color:rgba(255,255,255,.88);font-size:17px}.seo-card .btn{white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.gitem{height:170px;border-radius:22px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.18)}.gitem img{width:100%;height:100%;object-fit:cover;transition:.35s}.gitem:hover img{transform:scale(1.06)}.testimonials{background:radial-gradient(circle at 50% 0%,rgba(0,126,195,.10),transparent 36%),linear-gradient(180deg,#06131e,#020a12);color:white;position:relative;overflow:hidden}.testimonials h2{color:white}.testimonials .section-head p{color:rgba(255,255,255,.66);font-size:18px;max-width:760px;margin-left:auto;margin-right:auto}.test-wrap{position:relative;overflow:hidden;padding:0 6px}.test-track{display:flex;gap:22px;transition:transform .45s ease}.test{flex:0 0 calc((100% - 44px)/3);min-height:310px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.045));border:1px solid rgba(216,183,95,.18);border-radius:28px;box-shadow:0 28px 76px rgba(0,0,0,.28);backdrop-filter:blur(14px);padding:32px 34px;color:white;display:flex;flex-direction:column;justify-content:space-between}.stars{color:var(--gold2);font-size:18px;letter-spacing:3px;text-shadow:0 2px 12px rgba(216,183,95,.25)}.test p{color:rgba(255,255,255,.82);font-size:18px;line-height:1.65;margin:18px 0}.person{display:flex;align-items:center;gap:16px;margin-top:auto}.avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--red));box-shadow:0 14px 34px rgba(0,0,0,.28);display:grid;place-items:center;color:#fff;font-weight:900;font-size:30px}.person b{display:block;color:#fff;font-size:18px}.person span{display:block;color:rgba(255,255,255,.55);font-weight:800;font-size:13px;margin-top:2px}.car-nav{display:flex;justify-content:center;gap:12px;margin-top:24px}.car-nav button{width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.94);color:#071b2b;box-shadow:0 14px 34px rgba(0,0,0,.22);font-size:18px;cursor:pointer}.car-dots{display:flex;justify-content:center;gap:10px;margin-top:26px}.car-dots i{width:14px;height:8px;border-radius:999px;background:rgba(255,255,255,.30);display:block}.car-dots i.active{width:36px;background:var(--gold2)}.faq-grid{max-width:900px;margin:auto;display:grid;gap:14px}.faq details{background:white;border:1px solid var(--line);border-radius:20px;padding:20px}.faq summary{font-weight:900;cursor:pointer;list-style:none}.faq summary:after{content:"+";float:right;color:var(--red);font-size:22px}.faq details[open] summary:after{content:"−"}.faq p{margin-top:10px}.contact{background:var(--navy);color:white}.contact h2{color:white}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}.contact-card,.form{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px}.contact-item{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:18px;background:rgba(255,255,255,.07);margin-top:14px}.contact-item svg{width:24px;color:var(--gold2);flex:0 0 auto}.contact-item a,.contact-item b{color:white}.form label{font-size:13px;font-weight:800;color:rgba(255,255,255,.86)}.form input,.form select,.form textarea{width:100%;margin:7px 0 16px;border:0;border-radius:16px;padding:16px;font:inherit;background:white;color:var(--ink)}.notice{margin:0 0 18px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);color:white}.notice.success{background:rgba(37,211,102,.16)}.notice.error{background:rgba(197,31,46,.18)}.hp-field{position:absolute;left:-9999px}.closing{background:#030b12;color:white;padding:76px 0}.closing-box{border-radius:34px;padding:42px;background:linear-gradient(110deg,rgba(0,126,195,.25),rgba(216,183,95,.17)),url('https://images.unsplash.com/photo-1543385426-191664295b58?auto=format&fit=crop&w=1600&q=82') center/cover;position:relative;overflow:hidden;box-shadow:0 30px 94px rgba(0,0,0,.34);border:1px solid rgba(216,183,95,.20)}.closing-box:before{content:"";position:absolute;inset:0;background:rgba(7,27,43,.62)}.closing-box>*{position:relative;z-index:1}.closing h2{color:white;font-size:48px}.closing p{color:rgba(255,255,255,.82);margin:12px 0 22px}.footer{background:radial-gradient(circle at 18% 0%,rgba(0,126,195,.18),transparent 35%),linear-gradient(180deg,#04111b,#02080e);color:white;padding:64px 0 26px;border-top:1px solid rgba(216,183,95,.18)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px;align-items:start}.footer img{width:164px;margin-bottom:14px;max-height:72px;object-fit:contain}.footer h4,.footer .social-title{color:var(--gold2);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}.footer a,.footer p{display:block;color:rgba(255,255,255,.72);margin:8px 0}.footer a:hover{color:white}.social-title{margin-top:18px}.social-row{display:flex;gap:12px;margin-top:10px}.social-row a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:white;margin:0;transition:.25s}.social-row a:hover{transform:translateY(-3px);border-color:rgba(216,183,95,.45);color:var(--gold2)}.social-row svg{width:21px;height:21px;fill:currentColor}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.62);font-size:13px}.float-wa{position:fixed;right:20px;bottom:20px;z-index:150;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25D366;box-shadow:0 18px 38px rgba(0,0,0,.24)}.float-wa svg{width:32px;height:32px;fill:white}.to-top{position:fixed;left:20px;bottom:20px;z-index:140;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:white;border:1px solid var(--line);box-shadow:0 12px 28px rgba(0,0,0,.16);font-weight:900}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:300;display:none;align-items:center;justify-content:center}.lightbox.active{display:flex}.lightbox img{max-width:86vw;max-height:82vh;border-radius:18px}.lightbox button{position:absolute;border:0;background:white;border-radius:50%;width:44px;height:44px;font-size:22px;cursor:pointer}.lb-close{top:22px;right:22px}.lb-prev{left:22px}.lb-next{right:22px}.content-page{padding:90px 0;min-height:60vh}.content-page .entry{background:white;border-radius:28px;padding:44px;border:1px solid var(--line);box-shadow:0 18px 60px rgba(7,27,43,.08)}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}@media(max-width:980px){body.admin-bar .top{top:0}.menu{position:absolute;top:86px;left:22px;right:22px;display:none;flex-direction:column;border-radius:22px}.menu.open{display:flex}.menu a{width:100%;text-align:center}.hamb{display:flex}.top-actions .btn{display:none}.proof,.services-grid,.peru-grid,.pkg-grid,.contact-grid,.footer-grid,.about{grid-template-columns:1fr}.test{flex-basis:calc((100% - 22px)/2)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.hero{min-height:780px}.seo-card-inner{grid-template-columns:1fr}.peru-grid{gap:28px}.peru-card{grid-template-columns:50px 1fr;padding:26px}}@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.brand{flex-basis:108px;height:58px}.logo{width:108px;max-height:52px}.hero h1{font-size:48px}.hero p{font-size:17px}.proof,.gallery-grid{grid-template-columns:1fr 1fr}.test{flex-basis:100%}.about-media,.peru-hero{min-height:460px}.section{padding:76px 0}.footer-bottom{flex-direction:column}.float-wa{right:14px;bottom:14px}.to-top{left:14px;bottom:14px}.stamp{left:18px;right:18px;bottom:18px;padding:24px}.peru-card{grid-template-columns:46px 1fr;column-gap:16px;padding:24px}.pc-icon{width:46px;height:46px}.peru-card b{font-size:19px}.peru-card p{font-size:15px}.seo-card-inner{padding:34px 24px}.seo-card .btn{width:100%}.closing h2{font-size:38px}}
