*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}img,svg{display:block;max-width:100%}a{text-decoration:none;color:inherit}body{margin:0}@keyframes mi-pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.85);opacity:0}to{opacity:0}}@keyframes mi-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.masaj-root{--bg: #131210;--bg-2: #1b1813;--ink: #1a160f;--ivory: #f6f1e7;--ivory-2: #ece3d2;--gold: #C2A05E;--gold-2: #E6CD8F;--gold-deep: #9C7E45;--muted: rgba(246, 241, 231, .6);--muted-d: #7a715e;--line: rgba(246, 241, 231, .12);--line-d: rgba(26, 22, 15, .1);font-family:Manrope,system-ui,sans-serif;background:var(--bg);color:var(--ivory);overflow-x:hidden;line-height:1.6}.pf{font-family:Playfair Display,Georgia,serif}.container{max-width:1180px;margin:0 auto;padding:0 26px}[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1)}[data-reveal].is-visible{opacity:1;transform:none}.eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:18px;font-size:.72rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--gold)}.eyebrow.deep{color:var(--gold-deep)}.eyebrow .num{font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:1.5rem;line-height:1;letter-spacing:0}.eyebrow .line{width:28px;height:1px;background:currentColor;display:inline-block}.italic-gold{font-style:italic;color:var(--gold-2)}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;border-radius:999px;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#1a1610}.btn-ghost{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:1rem;padding:16px 28px;border-radius:999px;background:#f6f1e714;color:var(--ivory)}.nav{position:fixed;top:0;left:0;right:0;z-index:90;padding:16px 0;background:#0f0d0b73;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);transition:background .4s ease,box-shadow .4s ease,padding .4s ease}.nav.scrolled{background:#0d0c0aeb;box-shadow:0 1px #f6f1e712,0 14px 40px -28px #000;padding:11px 0}.nav-inner{max-width:1180px;margin:0 auto;padding:0 26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.nav-logo img{height:62px;width:auto}.desknav{display:flex;align-items:center;gap:32px}.desknav a{font-weight:600;font-size:.94rem;color:#f6f1e7db}.nav-actions{display:flex;align-items:center;gap:14px}.cta-nav{font-size:.9rem;padding:12px 22px;box-shadow:0 14px 30px -16px #c2a05eb3}.ham{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}.ham span{width:24px;height:2px;background:var(--ivory);border-radius:2px;display:block}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:var(--bg);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu.open{opacity:1;pointer-events:auto}.m-close{position:absolute;top:22px;right:24px;background:none;border:0;color:var(--ivory);font-size:2.4rem;line-height:1;cursor:pointer}.mobile-menu a{font-family:Playfair Display,serif;font-size:2rem;color:var(--ivory);padding:10px}.mobile-menu .cta-mobile{margin-top:18px;font-size:1rem;padding:14px 28px;gap:9px}.hero{position:relative;min-height:100svh;display:flex;align-items:center;background:radial-gradient(120% 95% at 82% 8%,#2a2317 0%,var(--bg) 56%);overflow:hidden;padding:130px 0 70px}.hero-silh{position:absolute;right:-3%;top:96px;bottom:0;width:min(54%,660px);display:flex;align-items:flex-end;justify-content:center;pointer-events:none;z-index:0}.hero-silh .glow{position:absolute;width:70%;height:60%;top:14%;border-radius:50%;background:radial-gradient(circle,#c2a05e47,#c2a05e00 70%)}.hero-silh img{height:98%;width:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.55));-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 17%,#000 83%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 17%,#000 83%,transparent 100%)}.hero-inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:0 26px;width:100%}.hero-content{max-width:640px}.hero h1{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:clamp(2.9rem,6.4vw,5.2rem);line-height:1.04;letter-spacing:-.01em;margin-bottom:24px;text-shadow:0 2px 30px rgba(0,0,0,.4)}.hero-sub{font-size:clamp(1.05rem,1.6vw,1.25rem);color:#f6f1e7d1;max-width:480px;margin-bottom:30px}.badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:34px}.badge{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border-radius:999px;background:#f6f1e714;font-size:.84rem;font-weight:600}.badge .dot{width:5px;height:5px;border-radius:50%;background:var(--gold);display:inline-block}.badge-pair{display:inline-flex;gap:10px}.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px}.hero-cta-row .btn-gold{font-size:1rem;padding:16px 30px;box-shadow:0 18px 40px -16px #c2a05eb3}.trust{background:var(--bg-2);padding:46px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{max-width:1180px;margin:0 auto;padding:0 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.trust-item.bordered{border-left:1px solid var(--line)}.trust-num{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.4vw,2.6rem);color:var(--gold);line-height:1}.trust-label{font-size:.86rem;color:var(--muted);margin-top:8px;font-weight:500}.section{padding:clamp(70px,9vw,118px) 0}.section-dark{background:var(--bg)}.section-bg2{background:var(--bg-2);border-top:1px solid var(--line)}.section-light{background:var(--ivory);color:var(--ink)}.section-head{text-align:center;max-width:600px;margin:0 auto 52px}.section-head h2,.heading{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(2.1rem,4.2vw,3.3rem);line-height:1.08}.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.svc-card{background:#fff;border-radius:22px;padding:36px 30px;box-shadow:0 2px 14px #1a160f0d}.svc-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#c2a05e24;color:var(--gold-deep);margin-bottom:22px}.svc-card h3{font-family:Playfair Display,serif;font-weight:600;font-size:1.5rem;margin-bottom:10px}.svc-card p{color:var(--muted-d);font-size:.97rem;margin-bottom:22px}.svc-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:.9rem;color:var(--gold-deep)}.why-head{max-width:560px;margin-bottom:48px}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 44px}.why-item{display:flex;gap:20px;padding:22px 0;border-top:1px solid var(--line)}.why-num{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--gold);min-width:42px}.why-item h3{font-family:Playfair Display,serif;font-weight:600;font-size:1.25rem;margin-bottom:6px}.why-item p{color:var(--muted);font-size:.98rem}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.rev-card{background:#fff;border-radius:22px;padding:30px;box-shadow:0 2px 14px #1a160f0d}.stars{color:var(--gold);letter-spacing:2px;margin-bottom:14px}.rev-quote{font-family:Playfair Display,serif;font-style:italic;font-size:1.05rem;line-height:1.5;color:#3a342a;margin-bottom:20px}.rev-author .name{font-weight:700;font-size:.92rem}.rev-author .role{font-size:.78rem;color:var(--muted-d)}.faq-wrap{max-width:820px;margin:0 auto;padding:0 26px}.faq-head{text-align:center;margin-bottom:46px}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:0;color:var(--ivory);cursor:pointer;padding:24px 0;text-align:left;font-family:Manrope,sans-serif;font-weight:600;font-size:1.1rem}.faq-ic{color:var(--gold);font-size:1.6rem;line-height:1;transition:transform .3s ease;flex-shrink:0}.faq-item.open .faq-ic{transform:rotate(45deg)}.faq-a{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease}.faq-a p{color:var(--muted);font-size:1rem;padding-bottom:24px}.con-grid{max-width:1180px;margin:0 auto;padding:0 26px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,5vw,64px);align-items:center}.con-h2{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(2.1rem,4.2vw,3.2rem);line-height:1.08;margin-bottom:28px}.con-list{display:flex;flex-direction:column;gap:20px}.con-row{display:flex;gap:15px;align-items:center}.con-icon{width:44px;height:44px;border-radius:13px;background:#f6f1e712;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.con-cap{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-weight:700}.con-val{font-size:1.05rem;font-weight:600;color:var(--ivory)}.con-card{background:linear-gradient(160deg,#241d12,#17130c);border:1px solid var(--line);border-radius:26px;padding:clamp(30px,4vw,44px);text-align:center}.con-card h3{font-family:Playfair Display,serif;font-weight:600;font-size:1.7rem;margin-bottom:10px}.con-card p{color:var(--muted);font-size:.98rem;margin-bottom:26px}.btn-wa{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:1rem;padding:16px 28px;border-radius:999px;background:#25d366;color:#0b2e17;margin-bottom:12px}.btn-call{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:1rem;padding:15px 28px;border-radius:999px;background:#f6f1e70f;color:var(--ivory);border:1px solid rgba(246,241,231,.2)}.footer{background:#0e0c0a;color:var(--muted);padding:56px 0 28px}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-bottom:34px;border-bottom:1px solid var(--line)}.footer-top img{height:52px;width:auto}.footer-links{display:flex;flex-wrap:wrap;gap:26px}.footer-links a{font-size:.92rem;color:var(--muted)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:.82rem}.footer-seo{padding:30px 0 8px;border-bottom:1px solid var(--line)}.footer-about{max-width:760px;font-size:.9rem;line-height:1.7;color:var(--muted);margin-bottom:24px}.footer-about strong{color:var(--ivory-2)}.footer-about a{color:var(--gold-2);text-decoration:underline;text-underline-offset:3px}.footer-tags-label{display:inline-block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.footer-tags ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.footer-tags li a{display:inline-block;padding:6px 13px;border:1px solid var(--line);border-radius:999px;font-size:.8rem;color:var(--muted);transition:color .2s ease,border-color .2s ease,background .2s ease}.footer-tags li a:hover{color:var(--ink);background:var(--gold);border-color:var(--gold)}.footer-areas{margin-top:22px;font-size:.82rem;line-height:1.7;color:var(--muted-d)}.footer-areas .footer-tags-label{margin-bottom:0}.fab{position:fixed;right:22px;bottom:22px;z-index:80;width:60px;height:60px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px -8px #25d366b3}.fab .pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d366;animation:mi-pulse 2.2s infinite;z-index:-1}.legal{min-height:100vh;display:flex;flex-direction:column}.legal-head{border-bottom:1px solid var(--line)}.legal-head .container{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px}.legal-head img{height:50px;width:auto}.legal-back{font-size:.92rem;font-weight:600;color:var(--gold-2)}.legal-body{flex:1;width:100%;max-width:760px;margin:0 auto;padding:clamp(40px,7vw,70px) 26px 60px}.legal-body h1{font-family:Playfair Display,serif;font-weight:500;font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin-bottom:8px}.legal-updated{color:var(--muted);font-size:.85rem;margin-bottom:30px}.legal-body>p{color:#f6f1e7cc;font-size:1.05rem}.legal-body section{margin-top:26px}.legal-body h2{font-family:Playfair Display,serif;font-weight:600;font-size:1.3rem;color:var(--gold-2);margin-bottom:7px}.legal-body section p{color:#f6f1e7b8;font-size:1rem}.legal-footer{background:#0e0c0a}.legal-footer a{color:var(--gold-2)}@media (max-width: 940px){.desknav,.cta-nav{display:none}.ham{display:flex}.svc-grid,.rev-grid,.why-grid,.con-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 760px){.hero-silh{top:auto;bottom:0;height:56%;width:88%;right:-22%;opacity:.13}.hero-silh .glow{display:none}.hero-silh img{filter:none}.hero{padding-top:112px}.hero-cta-row .btn-gold{font-size:.9rem;padding:13px 22px}}
