
/* ===== 1. FONT FACES (Inter, self-hosted) ===== */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('../assets/fonts/inter-latin-400-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('../assets/fonts/inter-latin-500-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('../assets/fonts/inter-latin-600-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('../assets/fonts/inter-latin-700-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* ===== 2. RESET ===== */
html,body,div,span,h1,h2,h3,p,a,img,ul,li,section,footer{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
*,*::before,*::after{box-sizing:border-box}
html{background-color:#0b0d12}
body{line-height:1;-webkit-text-size-adjust:none;font-family:'Inter',system-ui,-apple-system,sans-serif;min-width:320px;overflow-x:hidden;background-color:transparent}
body,button,input,select,textarea{font-family:'Inter',system-ui,-apple-system,sans-serif}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}

/* ===== 3. CSS VARIABLES ===== */
:root{--mt-bg:#141821;--mt-text:rgba(255,255,255,.86);--mt-muted:rgba(255,255,255,.60);--mt-border:rgba(255,255,255,.10);--mt-purple:#8B5CF6;--mt-pink:#EC4899;--mt-scrollbar-gap:0px}
html.mt-lock-scroll{overflow:hidden !important;padding-right:var(--mt-scrollbar-gap) !important}
body.mt-lock-scroll{position:fixed;width:100%}

/* ===== 4. PAGE BACKGROUND ===== */
#mt-page-bg{display:none}
#mt-top-bar{display:none}
#mt-overscroll-shim{position:fixed;inset:-200px 0 -200px 0;background-color:transparent;background-image:linear-gradient(#0b0d12,#0b0d12);z-index:-9999;pointer-events:none}

/* ===== 5. SITE WRAPPER ===== */
.site-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;position:relative;z-index:2;
  background-image:url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cfilter%20id%3D%22noise%22%3E%20%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%20%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220.03125%200%200%200%200%200%200.03125%200%200%200%200%200%200.03125%200%200%200%200%200%200.44921875%200%22%20%2F%3E%20%3C%2Ffilter%3E%20%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'),linear-gradient(45deg,rgba(18,18,18,0.961) 11%,rgba(36,36,36,0.651) 100%),url('../assets/images/bg.svg'),url('../assets/images/glass-hint.png');
  background-size:512px,cover,cover,1px;
  background-position:center,0% 0%,center,0 0;
  background-repeat:repeat,repeat,no-repeat,repeat;
  padding-bottom:80px}

/* ===== 6. HERO ===== */
.hero{
  display:flex;width:100%;min-height:100dvh;min-height:100svh;align-items:center;justify-content:center;
  text-align:center;flex-direction:column;padding:1rem 2rem;position:relative;
  background-image:url('../assets/images/eq-bg.svg'),radial-gradient(71% 66% at 75% 100%,#2E2E2E 25%,#191919 100%);
  background-size:cover,cover;background-position:bottom,0% 0%;background-repeat:no-repeat,repeat;
  border-bottom:1px solid #292929;
}
@supports(-webkit-touch-callout:none){.hero{min-height:-webkit-fill-available}}

/* ===== 7. EMBLEMS ===== */
#mt-emblem1-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:10px 0}
#mt-emblem1{width:320px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:relative;background:#111;
  box-shadow:0 0 40px rgba(255,255,255,.55),0 0 90px rgba(255,255,255,.25),0 25px 60px rgba(0,0,0,.65);
  border:2px solid rgba(255,255,255,.6)}
#mt-emblem1 img{width:100%;height:100%;object-fit:cover;object-position:25% 2%;display:block}
#mt-emblem-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:40px 0 10px 0}
.mt-emblem{width:230px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:relative;background:#111;
  box-shadow:0 0 24px rgba(255,255,255,.35),0 0 55px rgba(255,255,255,.15),0 20px 50px rgba(0,0,0,.55);
  border:2px solid rgba(255,255,255,.5)}
.mt-emblem img{width:100%;height:100%;object-fit:cover;display:block}

/* ===== 8. TYPOGRAPHY ===== */
.title-main{text-transform:lowercase;color:#D4D8FF;letter-spacing:0.4rem;font-size:5.5em;line-height:0.75;font-weight:300;
  background-image:linear-gradient(45deg,#FFD4F6 0%,#D4D8FF 47%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
  -webkit-text-stroke:0.01em rgba(255,240,252,0.702);margin-bottom:0.5rem}
.subtitle{text-transform:lowercase;color:#B8BAD1;letter-spacing:0.18rem;font-size:1.5em;line-height:1.375;font-weight:300;margin-top:8px}
.heading{color:#D4D8FF;letter-spacing:0.02em;font-size:2.625em;line-height:1.125;font-weight:300;
  background-image:linear-gradient(45deg,#FFD4F6 15%,#D4D8FF 40%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
  -webkit-text-stroke:0.01em rgba(255,240,252,0.702)}
.body-text{max-width:47.375rem;margin:0 auto;color:rgba(184,186,209,0.812);font-size:1.25em;line-height:1.5;font-weight:500;padding:0 4.875rem}
.body-text p+p{margin-top:0.625rem}

/* ===== 9. BUTTONS ===== */
.btn-cta{display:inline-block;width:18rem;height:3.25rem;line-height:calc(3.25rem - 2px);padding:0 0.5rem;
  text-transform:uppercase;letter-spacing:0.32rem;font-size:0.85em;font-weight:700;border-radius:2.5rem;
  border:1px solid #B973FF;box-shadow:0 0 1rem rgba(255,255,255,0.329);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  background-color:#475AFF;color:#FFE6F9;background-image:linear-gradient(45deg,#FF38D3 0%,rgba(71,90,255,0.008) 100%);
  background-size:cover;transition:transform .25s,background-color .25s;text-align:center;margin-top:3rem}
.btn-cta:hover{background-color:#3391FF !important;transform:scale(1.06)}
.btn-outline{display:inline-block;width:10rem;height:2.875rem;line-height:calc(2.875rem - 2px);padding:0 0.5rem;
  font-size:1em;font-weight:300;border-radius:2.5rem;border:1px solid #B338FF;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  background:transparent;color:#B9B8D1;transition:transform .25s,background-color .25s;text-align:center;margin-top:1rem}
.btn-outline:hover{background:rgba(255,255,255,0.059) !important;transform:scale(1.0425)}

/* ===== 10. CONTENT SECTIONS ===== */
.content-section{text-align:center;padding:2rem 5rem;max-width:100vw;margin:0 auto}
.content-section>*{margin-top:0;margin-bottom:0}
.content-section>*+*{margin-top:0.5rem}

/* ===== 11. GALLERY ===== */
.gallery-wrap{display:flex;width:100%;min-height:25rem;align-items:center;justify-content:center;margin-top:6rem;margin-bottom:6rem}
#mt-gallery-marquee{width:80%;margin:0 auto;overflow:hidden;cursor:grab;user-select:none;-webkit-user-select:none;padding:6px 0;border-radius:18px;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 220px,#000 calc(100% - 220px),transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 220px,#000 calc(100% - 220px),transparent 100%)}
#mt-gallery-marquee.is-dragging{cursor:grabbing}
#mt-gallery-track{display:flex;gap:0;will-change:transform}
.mt-strip{display:flex;gap:14px;margin-right:14px}
.mt-item{flex:0 0 auto;height:350px;width:clamp(240px,32vw,520px);border-radius:16px;overflow:hidden;position:relative}
.mt-item img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none;pointer-events:none}

/* ===== 12. SOCIAL ICONS ===== */
.icons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:1.5em;margin-top:3.5rem}
.icons>li>a{border-radius:2.5rem;height:2em;width:2em;display:flex;align-items:center;justify-content:center;
  background:transparent;border:2px solid #B338FF;transition:transform .25s,background-color .25s}
.icons>li>a:hover{background:rgba(255,255,255,0.059) !important;transform:scale(1.13)}
.icons>li>a>svg{height:60%;width:60%;fill:#FFE6F9}

/* ===== 13. LANGUAGE SYSTEM ===== */
[data-lang="en"]{display:none}
[data-lang]{transition:opacity .3s ease}
body.mt-lang-switching [data-lang]{opacity:0;transition:opacity .15s ease}
.lang-switch button[data-lang]{display:inline-block !important}
.lang.lang-en{display:none}
body.lang-en [data-lang="de"]{display:none !important}
body.lang-en .lang-switch button[data-lang="de"]{display:inline-block !important}
body.lang-en p[data-lang="en"],body.lang-en div[data-lang="en"]{display:block !important}
body.lang-en span[data-lang="en"],body.lang-en a[data-lang="en"]{display:inline !important}
body.lang-en .lang.lang-de{display:none !important}
body.lang-en .lang.lang-en{display:block !important}

/* ===== 14. LEGAL BAR + LANG PILL ===== */
#mt-legal-bar{position:fixed;left:0;right:0;bottom:calc(env(safe-area-inset-bottom,0px));z-index:99998;
  background:none;
  border-top:1px solid rgba(255,255,255,.08);padding:14px 16px;text-align:center;font-size:14px;
  color:rgba(255,255,255,.62);display:none;opacity:0;pointer-events:none;transform:translateY(18px);
  transition:opacity .35s ease,transform .35s ease}
#mt-legal-bar::before{content:"";position:absolute;inset:0;z-index:-1;
  background:rgba(10,12,16,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
#mt-legal-bar.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
#mt-legal-bar button{appearance:none;background:none;border:none;color:rgba(255,255,255,.86);cursor:pointer;margin-left:18px;font-size:14px;padding:0;opacity:.9}
#mt-legal-bar button:hover{opacity:1}

#mt-lang-pill{position:fixed;right:16px;bottom:56px;z-index:99999;display:none;border-radius:8px;
  border:1px solid rgba(255,255,255,.14);overflow:hidden;background:none;
  box-shadow:0 8px 28px rgba(0,0,0,.35);
  opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .35s ease,transform .35s ease}
#mt-lang-pill::before{content:"";position:absolute;inset:0;z-index:-1;
  background:rgba(10,12,16,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
#mt-lang-pill.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
#mt-lang-pill button{all:unset;padding:4px 10px;font-size:11px;letter-spacing:.08em;color:rgba(255,255,255,.5);cursor:pointer;transition:background .25s ease,color .25s ease;line-height:1}
#mt-lang-pill button:hover{color:rgba(255,255,255,.8)}
#mt-lang-pill button.active{background:linear-gradient(90deg,rgba(139,92,246,.85),rgba(236,72,153,.75));color:#fff}

/* ===== 15. LEGAL OVERLAYS ===== */
.legal-overlay{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100dvh;min-height:100svh;
  background-color:transparent;background-image:linear-gradient(rgba(8,10,14,.72),rgba(8,10,14,.72));
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  align-items:center;justify-content:center;z-index:99999;padding:20px;
  opacity:0;pointer-events:none;transition:opacity .28s ease}
@supports(-webkit-touch-callout:none){.legal-overlay{height:-webkit-fill-available}}
.legal-overlay.active{opacity:1;pointer-events:auto}
.legal-modal{width:min(950px,100%);max-height:85vh;overflow-y:auto;
  background:radial-gradient(1200px 520px at 20% 0%,rgba(139,92,246,.22),transparent 60%),radial-gradient(900px 420px at 90% 15%,rgba(236,72,153,.16),transparent 55%),#141821;
  color:rgba(255,255,255,.82);border-radius:18px;padding:28px;border:1px solid rgba(255,255,255,.10);
  box-shadow:0 30px 80px rgba(0,0,0,.65);font-size:13px;text-align:justify;hyphens:auto;
  -webkit-overflow-scrolling:touch;transform:scale(.96) translateY(12px);opacity:0;
  transition:transform .32s ease,opacity .32s ease;clip-path:inset(0 round 18px)}
.legal-overlay.active .legal-modal{transform:scale(1) translateY(0);opacity:1}
.legal-modal h2{color:#fff;margin:0 0 8px;font-size:26px;letter-spacing:.02em}
.legal-modal h3{color:#fff;margin:12px 0 6px;font-size:15px;letter-spacing:.01em}
.legal-modal p{margin:6px 0;line-height:1.42;color:rgba(255,255,255,.80)}
.legal-modal strong{color:rgba(255,255,255,.95)}
.legal-modal a{color:rgba(236,72,153,.95);text-decoration:none}
.legal-modal a:hover{opacity:.9}
.legal-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.lang-switch{display:flex;gap:8px}
.lang-switch button{appearance:none;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.9);padding:7px 12px;border-radius:10px;cursor:pointer;font-size:12px;letter-spacing:.08em;text-transform:uppercase;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .2s ease}
.lang-switch button:hover{transform:translateY(-1px);background:rgba(255,255,255,.09)}
.lang-switch button.active{background:linear-gradient(90deg,rgba(139,92,246,.95),rgba(236,72,153,.92));border-color:rgba(255,255,255,.12);box-shadow:0 14px 40px rgba(236,72,153,.14),0 14px 40px rgba(139,92,246,.14);color:#fff}
.close-btn{appearance:none;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff;width:44px;height:44px;border-radius:14px;cursor:pointer;line-height:1;transition:transform .15s ease,background .15s ease,box-shadow .2s ease}
.close-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.10);box-shadow:0 14px 40px rgba(139,92,246,.12)}

/* ===== 16. MAPS OVERLAY ===== */
#overlay-maps{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100dvh;min-height:100svh;
  display:flex;align-items:center;justify-content:center;padding:20px;z-index:99995;
  background-color:transparent;background-image:linear-gradient(rgba(8,10,14,.72),rgba(8,10,14,.72));
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  opacity:0;pointer-events:none;transition:opacity .28s ease}
@supports(-webkit-touch-callout:none){#overlay-maps{height:-webkit-fill-available}}
#overlay-maps.active{opacity:1;pointer-events:auto}
#overlay-maps .maps-modal{width:min(980px,100%);max-height:85vh;overflow:auto;
  background:radial-gradient(1200px 520px at 20% 0%,rgba(139,92,246,.22),transparent 60%),radial-gradient(900px 420px at 90% 15%,rgba(236,72,153,.16),transparent 55%),#141821;
  border:1px solid rgba(255,255,255,.10);border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.65);
  padding:18px;color:rgba(255,255,255,.86);-webkit-overflow-scrolling:touch;clip-path:inset(0 round 18px)}
#overlay-maps .maps-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
#overlay-maps .maps-top h2{margin:0;font-size:20px;color:#fff}
#overlay-maps .maps-top p{margin:6px 0 0 0;color:rgba(255,255,255,.62);font-size:13px}
#overlay-maps .maps-close{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}
#overlay-maps .maps-frame{width:100%;height:70vh;max-height:560px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.10)}
#overlay-maps iframe{width:100%;height:100%;border:0;display:block}
#overlay-maps .maps-gate{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center}
#overlay-maps .maps-gate .box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:18px;width:min(520px,100%)}

/* ===== 17. PRICING OVERLAY ===== */
.mt-pricing-modal{width:min(1100px,100%);
  background:radial-gradient(1200px 500px at 20% 0%,rgba(139,92,246,.20),transparent 60%),radial-gradient(900px 400px at 90% 15%,rgba(236,72,153,.14),transparent 55%),var(--mt-bg);
  border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:28px;max-height:85vh;overflow-y:auto;
  -webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;box-shadow:0 30px 80px rgba(0,0,0,.65);
  clip-path:inset(0 round 18px)}
.mt-pricing-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.mt-pricing-title{margin:0;font-size:28px;color:#fff;line-height:1.1}
.mt-pricing-close{appearance:none;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff;width:40px;height:40px;border-radius:12px;cursor:pointer;line-height:1;transition:transform .15s ease,background .15s ease}
.mt-pricing-close:hover{background:rgba(255,255,255,.10);transform:translateY(-1px)}
.mt-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;touch-action:pan-y}
.mt-card{position:relative;background:var(--mt-card);border:1px solid var(--mt-border);border-radius:16px;padding:18px;color:var(--mt-text);overflow:hidden;transition:transform .18s ease,border-color .18s ease;display:flex;flex-direction:column;min-height:100%;touch-action:pan-y}
.mt-card:hover{transform:translateY(-3px);border-color:rgba(139,92,246,.45)}
.mt-card-head h3{margin:0 0 8px 0;color:#fff;font-size:18px}
.mt-price{font-size:28px;font-weight:700;color:#fff}
.mt-list{margin:14px 0 16px 0;padding:0;list-style:none;color:rgba(255,255,255,.68);font-size:14px;flex:1 1 auto}
.mt-list li{padding:8px 0;border-top:1px solid rgba(255,255,255,.06)}
.mt-list li:first-child{border-top:0}
.mt-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;border-radius:12px;border:1px solid rgba(139,92,246,.45);color:#fff;text-decoration:none;background:rgba(139,92,246,.10);transition:transform .15s ease,box-shadow .2s ease,background .2s ease;margin-top:auto;touch-action:pan-y}
.mt-cta:hover{transform:translateY(-1px);background:rgba(139,92,246,.16);box-shadow:0 10px 30px rgba(139,92,246,.18)}
.mt-cta-solid{background:linear-gradient(90deg,rgba(139,92,246,.95),rgba(236,72,153,.92));border-color:rgba(255,255,255,.12)}
.mt-cta-solid:hover{box-shadow:0 14px 40px rgba(236,72,153,.18),0 14px 40px rgba(139,92,246,.18)}
.mt-card-featured{border-color:rgba(139,92,246,.55);background:radial-gradient(700px 240px at 50% 0%,rgba(139,92,246,.25),transparent 70%),rgba(255,255,255,.045)}
.mt-card-featured::after{content:"";position:absolute;inset:-2px;border-radius:18px;pointer-events:none;background:radial-gradient(600px 200px at 50% -10%,rgba(236,72,153,.22),transparent 60%);opacity:.9}
.mt-badge{position:absolute;top:14px;right:14px;font-size:12px;padding:6px 10px;border-radius:999px;color:#fff;background:rgba(139,92,246,.22);border:1px solid rgba(139,92,246,.40);backdrop-filter:blur(8px)}

/* ===== 18. CONSENT SYSTEM ===== */
#mt-consent-banner{position:fixed;left:14px;right:14px;bottom:86px;z-index:99997;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}
#mt-consent-banner.active{opacity:1;pointer-events:auto;transform:translateY(0)}
.mt-consent-card{margin:0 auto;width:min(980px,100%);
  background:radial-gradient(900px 260px at 15% 0%,rgba(139,92,246,.18),transparent 60%),radial-gradient(800px 240px at 90% 15%,rgba(236,72,153,.14),transparent 55%),rgba(10,12,16,.86);
  border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px;box-shadow:0 24px 70px rgba(0,0,0,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.mt-consent-row{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
.mt-consent-text{flex:1 1 380px;min-width:260px;color:var(--mt-text);font-size:13px;line-height:1.45}
.mt-consent-text strong{color:#fff;font-weight:700;letter-spacing:.02em}
.mt-consent-text a{color:rgba(236,72,153,.95);text-decoration:none;border-bottom:1px solid rgba(236,72,153,.35);padding-bottom:1px}
.mt-consent-actions{flex:0 0 auto;display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.mt-btn{appearance:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;padding:10px 12px;border-radius:12px;font-size:13px;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .2s ease;white-space:nowrap}
.mt-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.10)}
.mt-btn-solid{background:linear-gradient(90deg,rgba(139,92,246,.95),rgba(236,72,153,.92));border-color:rgba(255,255,255,.12)}

#mt-consent-overlay{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:20px;z-index:100000;background-color:transparent;background-image:linear-gradient(rgba(8,10,14,.72),rgba(8,10,14,.72));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .28s ease;height:100dvh;min-height:100vh;min-height:-webkit-fill-available}
#mt-consent-overlay.active{opacity:1;pointer-events:auto}
.mt-consent-modal{width:min(920px,100%);max-height:85vh;overflow:auto;
  background:radial-gradient(1200px 520px at 20% 0%,rgba(139,92,246,.22),transparent 60%),radial-gradient(900px 420px at 90% 15%,rgba(236,72,153,.16),transparent 55%),var(--mt-bg);
  border:1px solid var(--mt-border);border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.65);
  padding:22px;color:var(--mt-text);-webkit-overflow-scrolling:touch;
  transform:scale(.96) translateY(12px);opacity:0;transition:transform .32s ease,opacity .32s ease;
  clip-path:inset(0 round 18px)}
#mt-consent-overlay.active .mt-consent-modal{transform:scale(1) translateY(0);opacity:1}
.mt-consent-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}
.mt-consent-top h2{margin:0;font-size:22px;color:#fff}
.mt-consent-top p{margin:6px 0 0 0;color:var(--mt-muted);font-size:13px;line-height:1.45}
.mt-x{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}
.mt-consent-section{border-top:1px solid rgba(255,255,255,.08);padding:14px 0}
.mt-consent-section:first-of-type{border-top:0}
.mt-consent-section h3{margin:0 0 6px 0;font-size:14px;color:#fff}
.mt-consent-section .desc{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.45}
.mt-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.mt-switch{position:relative;width:46px;height:26px;flex:0 0 auto}
.mt-switch input{display:none}
.mt-slider{position:absolute;inset:0;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:999px;cursor:pointer;transition:.2s ease}
.mt-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:2px;border-radius:50%;background:rgba(255,255,255,.85);transition:.2s ease}
.mt-switch input:checked+.mt-slider{background:linear-gradient(90deg,rgba(139,92,246,.85),rgba(236,72,153,.80))}
.mt-switch input:checked+.mt-slider:before{transform:translateX(20px);background:#fff}
.mt-switch input:disabled+.mt-slider{opacity:.55;cursor:not-allowed}
.mt-consent-bottom{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:10px}

/* Consent FAB (gear icon) */
#mt-consent-fab{position:fixed;left:16px;bottom:60px;z-index:100001;display:none}
#mt-consent-fab button{border-radius:999px;padding:10px 12px;font-size:12px}
#mt-consent-fab #mt-consent-openagain{font-size:0;line-height:0;padding:0;width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(139,92,246,.12);border:1px solid rgba(139,92,246,.35);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 28px rgba(0,0,0,.4),0 0 0 1px rgba(139,92,246,.15);transition:transform .18s ease,background .18s ease,box-shadow .2s ease}
#mt-consent-fab #mt-consent-openagain::before{content:"";width:22px;height:22px;display:block;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.78)' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.5 2h5l.5 3.2a7 7 0 0 1 1.8 1l3-1.4 2.5 4.4-2.5 1.8a7 7 0 0 1 0 2l2.5 1.8-2.5 4.4-3-1.4a7 7 0 0 1-1.8 1L14.5 22h-5l-.5-3.2a7 7 0 0 1-1.8-1l-3 1.4-2.5-4.4 2.5-1.8a7 7 0 0 1 0-2L1.7 9.2l2.5-4.4 3 1.4a7 7 0 0 1 1.8-1L9.5 2z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}
#mt-consent-fab #mt-consent-openagain:hover{background:rgba(139,92,246,.22);box-shadow:0 12px 36px rgba(0,0,0,.5),0 0 0 1px rgba(139,92,246,.3)}

/* Consent accordion details */
.mt-details{margin-top:10px}
.mt-acc{margin-top:10px;border:1px solid rgba(255,255,255,.10);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.03)}
.mt-acc-btn{appearance:none;width:100%;text-align:left;cursor:pointer;padding:10px 12px;border:0;background:rgba(255,255,255,.04);color:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;line-height:1.25}
.mt-acc-btn:hover{background:rgba(255,255,255,.07)}
.mt-acc-btn .mt-acc-title{display:flex;align-items:center;gap:8px}
.mt-acc-btn .mt-acc-badge{font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.72);background:rgba(255,255,255,.04)}
.mt-acc-btn .mt-acc-chevron{width:18px;height:18px;flex:0 0 auto;opacity:.85;transform:rotate(0deg);transition:transform .18s ease}
.mt-acc-btn[aria-expanded="true"] .mt-acc-chevron{transform:rotate(180deg)}
.mt-acc-panel{display:none;padding:10px 12px 12px;border-top:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.74);font-size:12.5px;line-height:1.45}
.mt-acc-panel p{margin:6px 0}
.mt-acc-panel code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:rgba(255,255,255,.82)}
.mt-acc-panel .mt-mini{color:rgba(255,255,255,.62);font-size:12px}
.mt-acc-table{width:100%;border-collapse:collapse;margin-top:8px}
.mt-acc-table td{padding:8px 0;vertical-align:top;border-top:1px dashed rgba(255,255,255,.10)}
.mt-acc-table td:first-child{width:34%;padding-right:10px;color:rgba(255,255,255,.78)}
.mt-acc-table td:last-child{color:rgba(255,255,255,.70)}
.mt-acc-table tr:first-child td{border-top:0}

/* ===== 19. SCROLLBARS ===== */
html::-webkit-scrollbar{width:2px}
html::-webkit-scrollbar-track{background:#0f131b}
html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(139,92,246,.55),rgba(236,72,153,.55));border-radius:999px;transition:background .2s ease}
html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(139,92,246,.85),rgba(236,72,153,.85))}
html{scrollbar-color:rgba(139,92,246,.7) #0f131b;scrollbar-gutter:stable both-edges}
@-moz-document url-prefix(){html{scrollbar-width:thin}}

/* Overlay scrollbars */
.mt-consent-modal,.mt-pricing-modal,.legal-modal,#overlay-maps .maps-modal{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) transparent}
.mt-consent-modal::-webkit-scrollbar,.mt-pricing-modal::-webkit-scrollbar,.legal-modal::-webkit-scrollbar,#overlay-maps .maps-modal::-webkit-scrollbar{width:6px}
.mt-consent-modal::-webkit-scrollbar-track,.mt-pricing-modal::-webkit-scrollbar-track,.legal-modal::-webkit-scrollbar-track,#overlay-maps .maps-modal::-webkit-scrollbar-track{background:transparent}
.mt-consent-modal::-webkit-scrollbar-thumb,.mt-pricing-modal::-webkit-scrollbar-thumb,.legal-modal::-webkit-scrollbar-thumb,#overlay-maps .maps-modal::-webkit-scrollbar-thumb{background:rgba(255,255,255,.14);border-radius:999px}
.mt-consent-modal::-webkit-scrollbar-thumb:hover,.mt-pricing-modal::-webkit-scrollbar-thumb:hover,.legal-modal::-webkit-scrollbar-thumb:hover,#overlay-maps .maps-modal::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.24)}

/* ===== 20. RESPONSIVE ===== */

/* --- Large screens (min 1400px) --- */
@media(min-width:1400px){
  #mt-emblem1{width:380px}
  .mt-emblem{width:274px}
}

/* --- Pricing grid: single column below 920px --- */
@media(max-width:920px){
  .mt-pricing-grid{grid-template-columns:1fr}
  .mt-pricing-modal{padding:20px}
}

/* --- Tablet (max 1024px) --- */
@media(max-width:1024px){
  .body-text{padding:0 2rem;font-size:1.15em}
  .hero{padding:1.5rem 2rem 1rem}
  .content-section{padding:3rem 2rem}
  #mt-emblem1{width:280px}
  .mt-emblem{width:200px}
}

/* --- Large phones (max 768px) --- */
@media(max-width:768px){
  /* Hero */
  .hero{padding:1rem 1.25rem;min-height:100svh}
  .site-wrapper{padding-top:0}
  #mt-emblem1-wrap{padding:4px 0;margin-bottom:1.25rem}
  #mt-emblem1{width:240px}
  .mt-emblem{width:170px}
  .content-section{padding:2rem 1.25rem}

  /* Typography */
  .title-main{font-size:3.5em;letter-spacing:0.2rem;margin-bottom:0.25rem}
  .subtitle{font-size:1.15em;letter-spacing:0.08rem}
  .heading{font-size:2em;letter-spacing:0.01em}
  .body-text{font-size:1.05em;line-height:1.55;padding:0 0.75rem;letter-spacing:0}
  .btn-cta{width:16rem;height:3rem;line-height:calc(3rem - 2px);font-size:0.85em;margin-top:2rem}
  .btn-outline{width:12rem;height:3rem;line-height:calc(3rem - 2px);font-size:0.95em}

  /* Gallery */
  .gallery-wrap{margin-top:3rem;margin-bottom:3rem}
  .mt-item{width:clamp(220px,75vw,420px);height:170px}
  #mt-gallery-marquee{width:100%}

  /* Social icons */
  .icons li a svg{width:36px;height:36px}
  .icons{gap:24px}

  /* Legal bar */
  #mt-legal-bar{bottom:0;border-radius:0;padding:10px 12px;font-size:13px}
  #mt-legal-bar.visible{transform:translateY(0)}
  #mt-legal-bar button{margin-left:12px;font-size:13px;min-height:44px}

  /* Consent FAB + Lang pill: above bar */
  #mt-consent-fab{left:12px;bottom:76px}
  #mt-consent-fab #mt-consent-openagain{width:44px;height:44px}
  #mt-lang-pill{right:12px;bottom:76px}

  /* Consent banner */
  .mt-consent-row{flex-direction:column;gap:10px}
  .mt-consent-text{flex:1 1 100%;min-width:0;font-size:13px}
  .mt-consent-actions{width:100%;justify-content:stretch}
  .mt-consent-actions .mt-btn{flex:1;min-height:44px;font-size:13px}
  #mt-consent-banner{left:8px;right:8px;bottom:72px}

  /* Overlays */
  .legal-overlay,#overlay-pricing,#mt-consent-overlay,#overlay-maps{padding:12px}
  .legal-modal,.mt-pricing-modal,.mt-consent-modal,#overlay-maps .maps-modal{
    width:calc(100% - 24px);max-width:100%;max-height:92vh;max-height:92dvh;
    border-radius:16px;border:1px solid rgba(255,255,255,.10);padding:20px 18px}
  .legal-modal{font-size:15px}
  .legal-modal h2{font-size:22px}
  .legal-modal h3{font-size:17px}
  .legal-modal p{line-height:1.5}
  .legal-top{margin-bottom:12px}
  .mt-consent-modal{max-width:95vw;padding:16px}
  .mt-consent-top h2{font-size:20px}
  .mt-consent-top p{font-size:14px}
  .mt-consent-section{padding:10px 0}
  .mt-consent-section h3{font-size:15px}
  .mt-consent-section .desc{font-size:14px;line-height:1.5}
  .mt-consent-bottom{flex-direction:column;gap:8px}
  .mt-consent-bottom .mt-btn{width:100%;min-height:48px;font-size:15px}
  .mt-pricing-modal{max-width:95vw;padding:16px}
  .mt-pricing-title{font-size:24px}
  .mt-pricing-grid{gap:12px}
  .mt-card{padding:16px}
  .mt-card-head h3{font-size:17px}
  .mt-price{font-size:26px}
  .mt-list{font-size:14px}
  .mt-cta{min-height:48px;font-size:15px}
  #overlay-maps .maps-top h2{font-size:20px}
  #overlay-maps .maps-top p{font-size:14px}
  #overlay-maps .maps-frame{height:55vh;max-height:400px}
  .mt-toggle-row{gap:10px}
  .mt-switch{flex-shrink:0}
  .mt-x,.mt-pricing-close,.maps-close,.close-btn{min-width:44px;min-height:44px;font-size:20px}
}

/* --- Phones (max 480px) --- */
@media(max-width:480px){
  .hero{padding:0.75rem 1rem}
  .content-section{padding:1.5rem 1rem}
  #mt-emblem1-wrap{margin-bottom:1rem}
  #mt-emblem1{width:190px}
  .mt-emblem{width:140px}
  .title-main{font-size:2.5em;letter-spacing:0.1rem}
  .subtitle{font-size:1em;letter-spacing:0.05rem}
  .heading{font-size:1.6em;letter-spacing:0.01em}
  .body-text{font-size:0.95em;line-height:1.55;padding:0 0.25rem}
  .btn-cta{width:14rem;height:2.75rem;line-height:calc(2.75rem - 2px);font-size:0.8em;letter-spacing:0.2rem;margin-top:1.75rem}
  .btn-outline{width:10rem;height:2.75rem;line-height:calc(2.75rem - 2px);font-size:0.9em}
  .gallery-wrap{margin-top:2rem;margin-bottom:2rem}
  .mt-item{width:clamp(200px,85vw,360px);height:150px}
  #mt-gallery-marquee{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 40px,#000 calc(100% - 40px),transparent 100%)}
  .icons li a svg{width:32px;height:32px}
  .icons{gap:20px}
  #mt-legal-bar{font-size:12px;padding:10px 8px;text-align:center}
  #mt-legal-bar button{margin-left:8px;font-size:12px}
  .mt-consent-actions{flex-direction:column}
  .mt-consent-actions .mt-btn{width:100%;min-height:44px}
  #mt-consent-banner{left:6px;right:6px;bottom:64px}
  .legal-overlay,#overlay-pricing,#mt-consent-overlay,#overlay-maps{padding:8px}
  .legal-modal,.mt-pricing-modal,.mt-consent-modal,#overlay-maps .maps-modal{border-radius:14px;padding:16px 14px;max-height:94vh;max-height:94dvh}
  .legal-modal{font-size:14px}
  .legal-modal h2{font-size:20px}
  .legal-modal h3{font-size:16px}
  .lang-switch button{min-height:36px;min-width:36px;font-size:13px;padding:6px 10px}
  .close-btn{min-width:36px;min-height:36px}
  #mt-consent-overlay{padding:8px}
  .mt-consent-modal{padding:14px;border-radius:14px}
  .mt-x{width:36px;height:36px;min-width:36px}
  .mt-toggle-row{gap:8px}
  .mt-toggle-row h3{font-size:15px}
  .mt-toggle-row .desc{font-size:12px}
  .mt-consent-top h2{font-size:18px}
  .mt-consent-section .desc{font-size:13px}
  #overlay-pricing{padding:8px}
  .mt-pricing-modal{padding:14px;border-radius:14px}
  .mt-pricing-title{font-size:20px}
  .mt-pricing-close{width:36px;height:36px}
  .mt-card{padding:14px}
  .mt-card-head h3{font-size:15px}
  .mt-price{font-size:22px}
  .mt-list{font-size:13px}
  .mt-badge{font-size:10px;top:8px;right:8px}
  #overlay-maps{padding:8px}
  #overlay-maps .maps-modal{border-radius:14px}
  #overlay-maps .maps-top h2{font-size:16px}
  #overlay-maps .maps-top p{font-size:12px}
  #overlay-maps .maps-frame{height:50vh;max-height:340px}
}

/* --- Small phones (max 360px) --- */
@media(max-width:360px){
  .hero{padding:0.5rem 0.75rem}
  .title-main{font-size:2em;letter-spacing:0.05rem}
  .subtitle{font-size:0.9em}
  .heading{font-size:1.4em}
  .btn-cta{width:12rem;height:2.5rem;line-height:calc(2.5rem - 2px);font-size:0.75em;margin-top:0.75rem}
  .body-text{font-size:0.9em}
  #mt-emblem1{width:160px}
  .mt-emblem{width:120px}
  .mt-consent-modal,.legal-modal,.mt-pricing-modal{padding:12px 10px}
}

/* --- Touch: disable hover on mobile --- */
@media(hover:none){
  .btn-cta:hover{transform:none}
  .btn-outline:hover{transform:none;background:transparent !important}
  .mt-card:hover{transform:none}
  .mt-pricing-close:hover{transform:none}
  .mt-cta:hover{transform:none}
}

/* --- Safe area (iPhone home bar) --- */
@supports(padding:env(safe-area-inset-bottom)){
  @media(max-width:768px){
    #mt-legal-bar{padding-bottom:calc(10px + env(safe-area-inset-bottom))}
    #mt-consent-fab{bottom:calc(76px + env(safe-area-inset-bottom))}
    #mt-lang-pill{bottom:calc(76px + env(safe-area-inset-bottom))}
    #mt-consent-banner{bottom:calc(64px + env(safe-area-inset-bottom))}
  }
}
