:root{--black:#0d0d0d;--black-2:#141414;--black-3:#1c1c1c;--gold:#d4af37;--gold-2:#e9c96b;--gold-deep:#b8932a;--text:#f3efe6;--muted:#a9a299;--line:rgba(212,175,55,.22);--radius:16px;--shadow:0 18px 50px rgba(0,0,0,.45);--maxw:1180px;--font:var(--font-poppins),system-ui,sans-serif;--display:var(--font-playfair),serif;--header-bg:rgba(13,13,13,.82);--footer-grad:linear-gradient(180deg,var(--black),#0a0a0a);--globe-core:#0b0b0b}html[dir=rtl]{--font:var(--font-cairo),system-ui,sans-serif;--display:var(--font-cairo),serif}html[data-theme=light]{--black:#fbf9f4;--black-2:#f3efe5;--black-3:#eae3d4;--gold:#b8932a;--gold-2:#9c7c1f;--gold-deep:#8a6e1c;--text:#211a0c;--muted:#6f6655;--line:rgba(184,147,42,.30);--shadow:0 18px 50px rgba(120,95,20,.16);--header-bg:rgba(251,249,244,.85);--footer-grad:linear-gradient(180deg,#f3efe5,#eae3d4);--globe-core:#efe8d8}html[data-theme=light] body{background:var(--black)}html[data-theme=light] .hero-badges,html[data-theme=light] .hero-badges span,html[data-theme=light] .hero-badges strong,html[data-theme=light] .hero-cta{color:#f3efe6!important}html[data-theme=light] .btn-gold,html[data-theme=light] .btn-outline:hover{color:#fff}html[data-theme=light] .hero3d-canvas{display:none;opacity:.85}html[data-theme=light] .card-ar,html[data-theme=light] .p-ar{color:var(--gold)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--black);color:var(--text);line-height:1.6;overflow-x:hidden}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.95rem;padding:.85rem 1.6rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:.25s ease;white-space:nowrap}.btn-sm{padding:.55rem 1.1rem;font-size:.85rem}.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold-deep));color:#1a1305;box-shadow:0 10px 24px rgba(212,175,55,.28)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(212,175,55,.4)}.btn-outline{border-color:var(--gold);color:var(--gold)}.btn-outline:hover{background:var(--gold);color:#1a1305}.eyebrow{display:none;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:600;color:var(--gold);margin-bottom:.8rem}html[dir=rtl] .eyebrow{letter-spacing:.04em}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{justify-content:space-between;height:72px;gap:1rem}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.7rem}.brand-logo{width:auto;display:block}.brand-logo-dark{height:58px}.brand-logo-light{height:48px;display:none}html[data-theme=light] .brand-logo-dark{display:none}html[data-theme=light] .brand-logo-light{display:block}.brand-mark{color:var(--gold);display:flex}.brand-text strong{font-family:var(--display);font-size:1.25rem;color:var(--gold-2);display:block;line-height:1.1}.brand-text small{font-size:.7rem;color:var(--muted);letter-spacing:.04em}.nav{display:flex;gap:1.8rem}.nav a{font-size:.92rem;color:var(--text);opacity:.85;transition:.2s;position:relative;padding:.2rem 0}.nav a:hover{opacity:1;color:var(--gold-2)}.nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--gold);transition:.25s}.nav a:hover:after{width:100%}.nav-dd{position:relative}.nav-dd-btn{background:none;border:0;color:var(--text);font:inherit;cursor:pointer;opacity:.85;display:flex;align-items:center;gap:.35rem;padding:.2rem 0;transition:.2s}.nav-dd-btn:hover{color:var(--gold-2);opacity:1}.caret{font-size:.7rem;transition:.25s}.nav-dd.open .caret,.nav-dd:hover .caret{transform:rotate(180deg)}.nav-dd-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-6px);background:var(--black-2);border:1px solid var(--line);border-radius:14px;padding:.55rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.15rem;gap:.15rem;width:460px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.22s;z-index:60}.nav-dd.open .nav-dd-menu,.nav-dd:hover .nav-dd-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-dd-menu a{display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border-radius:10px;font-size:.88rem;color:var(--text);opacity:.92}.nav-dd-menu a:hover{background:rgba(212,175,55,.1);color:var(--gold-2)}.nav-dd-menu a svg{width:18px;height:18px;color:var(--gold-2);flex-shrink:0}.nav-dd-menu a.active{background:rgba(212,175,55,.14);color:var(--gold-2)}.nav-dd-menu .dd-all{grid-column:1/-1;justify-content:center;color:var(--gold-2);font-weight:600;border-top:1px solid var(--line);margin-top:.25rem;padding-top:.7rem}.header-actions{display:flex;align-items:center;gap:.7rem}.lang-toggle{background:transparent;border:1px solid var(--line);color:var(--text);border-radius:999px;padding:.4rem .7rem;font-weight:600;cursor:pointer;font-size:.8rem;transition:.2s}.lang-toggle:hover{border-color:var(--gold);color:var(--gold)}.lang-toggle .sep{opacity:.4;margin:0 .15rem}html[lang=ar] .lang-toggle .lang-ar,html[lang=de] .lang-toggle .lang-de{color:var(--gold)}.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}.burger span{width:24px;height:2px;background:var(--gold);border-radius:2px;transition:.3s}.hero{position:relative;overflow:hidden;padding:120px 0 100px}.theme-toggle{width:38px;height:38px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;flex-shrink:0}.theme-toggle:hover{border-color:var(--gold);color:var(--gold)}.hero-bg{position:absolute;inset:0;z-index:0;background-image:url(/assets/img/hausrat.webp);background-size:cover;background-position:50%;background-color:var(--black)}.hero-bg:before{background:linear-gradient(105deg,rgba(0,0,0,.78),rgba(0,0,0,.58) 45%,rgba(0,0,0,.22));z-index:1}.hero-bg:after,.hero-bg:before{content:"";position:absolute;inset:0}.hero-bg:after{background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:60px 60px;opacity:.12;-webkit-mask-image:radial-gradient(700px 400px at 70% 20%,#000,transparent);mask-image:radial-gradient(700px 400px at 70% 20%,#000,transparent);z-index:2}.hero-inner{position:relative;z-index:1;width:100%;padding:0 24px;color:#f3efe6}.hero-title{font-family:var(--display);font-size:clamp(2.2rem,5.2vw,3.8rem);line-height:1.1;margin-bottom:1.2rem;color:#f3efe6}.hero-badges strong,.hero-title .accent{color:#e9c96b}.hero-badges span{color:rgba(255,255,255,.75)}html[data-theme=light] .hero-inner .btn-outline{border-color:#e9c96b;color:#e9c96b}html[data-theme=light] .hero-inner .btn-outline:hover{background:#e9c96b;color:#1a1305}.hero-title span{display:block}.hero-title .accent{color:var(--gold-2)}html[dir=rtl] .hero-title{line-height:1.25}.hero-sub{display:none;font-size:1.1rem;color:var(--muted);max-width:620px;margin-bottom:2rem}.hero-cta{gap:1rem;margin-bottom:3rem}.hero-badges,.hero-cta{display:flex;flex-wrap:wrap}.hero-badges{list-style:none;gap:2.4rem}.hero-badges li{display:flex;flex-direction:column}.hero-badges strong{font-family:var(--display);font-size:1.8rem;color:var(--gold-2)}.hero-badges span{font-size:.85rem;color:var(--muted)}.section{padding:90px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 3.2rem}.section-head h2{font-family:var(--display);font-size:clamp(1.8rem,3.6vw,2.6rem);margin-bottom:.6rem}.section-lead{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.1rem;gap:1.1rem}.card{background:linear-gradient(160deg,var(--black-3),var(--black-2));border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;transition:.28s ease;position:relative;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(212,175,55,.1),transparent 45%);opacity:0;transition:.28s}.card:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:var(--shadow)}.card:hover:before{opacity:1}.card-ic{width:52px;height:52px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:rgba(212,175,55,.12);border:1px solid var(--line);margin-bottom:1rem;color:var(--gold-2)}.card-ic svg{width:26px;height:26px}.p-ic svg{width:44px;height:44px;color:var(--gold-2)}.r-ic svg{width:22px;height:22px;color:var(--gold-2)}.card h3{font-size:1.08rem;margin-bottom:.35rem;color:var(--text)}.card .card-ar{font-family:var(--font-cairo),sans-serif;color:var(--gold-2);font-size:.95rem;margin-bottom:.5rem;direction:rtl}.card p{font-size:.88rem;color:var(--muted)}.gutachten{background:linear-gradient(180deg,var(--black-2),var(--black))}.gutachten-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:3rem;gap:3rem;align-items:center}.gutachten-copy h2{font-family:var(--display);font-size:clamp(1.7rem,3.2vw,2.3rem);margin-bottom:1rem;line-height:1.2}.gutachten-copy>p{color:var(--muted);margin-bottom:1.4rem}.check-list{list-style:none;display:grid;grid-gap:.7rem;gap:.7rem;margin-bottom:1.8rem}.check-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem}.check-list li:before{content:"✓";color:#1a1305;background:var(--gold);width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:2px}.gutachten-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.feat{background:var(--black-3);border:1px solid var(--line);border-radius:14px;padding:1.3rem;text-align:center;transition:.25s}.feat:hover{border-color:var(--gold);transform:translateY(-4px)}.feat .feat-ic{font-size:1.7rem;margin-bottom:.5rem}.feat strong{display:block;font-size:.95rem;margin-bottom:.2rem;color:var(--gold-2)}.feat span{font-size:.8rem;color:var(--muted)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.2rem;gap:1.2rem}.why-card{background:var(--black-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;text-align:center;transition:.25s}.why-card:hover{border-color:var(--gold);transform:translateY(-4px)}.why-ic{font-size:2rem;margin-bottom:.7rem}.why-card h3{font-size:1.05rem;color:var(--gold-2);margin-bottom:.4rem}.why-card p{font-size:.88rem;color:var(--muted)}.contact{background:linear-gradient(180deg,var(--black),var(--black-2))}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;margin-bottom:2.5rem}.contact-form{background:var(--black-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem}.contact-form h3{font-family:var(--display);font-size:1.4rem;color:var(--gold-2);margin-bottom:.3rem}.form-intro{color:var(--muted);font-size:.9rem;margin-bottom:1.3rem}.frow{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact-form label{display:block;margin-bottom:1rem;font-size:.85rem;color:var(--muted)}.contact-form label span{display:block;margin-bottom:.4rem;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;background:var(--black-3);border:1px solid var(--line);border-radius:10px;padding:.75rem .85rem;color:var(--text);font:inherit;font-size:.92rem;transition:.2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,175,55,.14)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form select{cursor:pointer}.contact-form .btn{width:100%;margin-top:.3rem}.contact-form .hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;opacity:0;pointer-events:none}.form-status{margin-top:1rem;font-size:.9rem;padding:.7rem .9rem;border-radius:10px;display:none}.form-status.ok{display:block;background:rgba(37,211,102,.12);border:1px solid rgba(37,211,102,.4);color:#7ee2a8}.form-status.err{display:block;background:rgba(255,90,90,.1);border:1px solid rgba(255,90,90,.35);color:#ff9b9b}.contact-info h2{font-family:var(--display);font-size:clamp(1.7rem,3.2vw,2.3rem);margin-bottom:1.6rem}.contact-list{list-style:none;display:grid;grid-gap:1.3rem;gap:1.3rem;margin-bottom:2rem}.contact-list li{display:flex;gap:1rem;align-items:flex-start}.ci-ic{font-size:1.4rem;width:46px;height:46px;border-radius:12px;background:rgba(212,175,55,.1);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-list strong{display:block;color:var(--gold-2);font-size:.92rem;margin-bottom:.2rem}.contact-list a{display:block;color:var(--text);opacity:.9;transition:.2s}.contact-list a:hover{color:var(--gold-2)}.contact-cta{display:flex;gap:1rem;flex-wrap:wrap}.contact-map{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);min-height:380px}.contact-map iframe{width:100%;height:100%;min-height:380px;border:0;filter:grayscale(.3) contrast(1.05)}.site-footer{background:var(--black);padding:2.5rem 0}.footer-inner{text-align:center;display:grid;grid-gap:.6rem;gap:.6rem}.footer-brand strong{font-family:var(--display);color:var(--gold-2);font-size:1.3rem}.footer-brand span{color:var(--muted);font-size:.8rem;-webkit-margin-start:.5rem;margin-inline-start:.5rem}.footer-meta{color:var(--muted);font-size:.88rem}.footer-copy{opacity:.7}.footer-copy,.footer-credit{color:var(--muted);font-size:.82rem}.footer-credit{margin-top:.4rem}.footer-credit a{color:var(--gold-2);font-weight:600}.footer-credit a:hover{text-decoration:underline}.card-link{display:inline-block;margin-top:.9rem;color:var(--gold-2);font-weight:600;font-size:.85rem;opacity:.85;transition:.2s}.card:hover .card-link{opacity:1;letter-spacing:.02em}.page-hero{padding:64px 0 48px;background:linear-gradient(180deg,var(--black),var(--black-2));border-bottom:1px solid var(--line)}.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:1.1rem;display:flex;gap:.5rem;flex-wrap:wrap}.breadcrumb a{color:var(--gold-2)}.breadcrumb a:hover{text-decoration:underline}.page-hero .p-ic{font-size:2.6rem;display:inline-block;margin-bottom:.6rem}.page-hero h1{font-family:var(--display);font-size:clamp(2rem,4.4vw,3rem);line-height:1.15;margin-bottom:.5rem}.page-hero .p-ar{font-family:var(--font-cairo),sans-serif;direction:rtl;color:var(--gold-2);font-size:1.25rem;margin-bottom:1rem}.page-hero .p-lead{color:var(--muted);max-width:680px;font-size:1.08rem;margin-bottom:1.6rem}.page-hero .p-cta{display:flex;gap:1rem;flex-wrap:wrap}.page-body{padding:64px 0}.page-body h2{font-family:var(--display);font-size:1.7rem;margin:0 0 1.2rem}.page-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:3rem;gap:3rem;align-items:start}.prose p{color:var(--muted);margin-bottom:1.1rem}.prose .check-list{margin:1.4rem 0 2rem}.prose a{color:var(--gold-2);text-decoration:underline}.side-card{background:var(--black-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;position:-webkit-sticky;position:sticky;top:88px}.side-card h3{color:var(--gold-2);font-size:1.1rem;margin-bottom:1rem}.side-card ul{list-style:none;display:grid;grid-gap:.7rem;gap:.7rem;margin-bottom:1.2rem}.side-card li{display:flex;gap:.5rem;font-size:.9rem;color:var(--text)}.side-card li b{color:var(--gold-2)}.side-card .btn{width:100%;margin-bottom:.6rem}.pay{margin-top:2.4rem;padding-top:2rem;border-top:1px solid var(--line)}.pay-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem;margin-top:1.2rem}.pay-card{background:var(--black-3);border:1px solid var(--line);border-radius:14px;padding:1.5rem}.pay-card h3{color:var(--gold-2);font-size:1.15rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.pay-card p{color:var(--muted);font-size:.92rem;margin-bottom:.7rem}.pay-card ul{list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.pay-card li{font-size:.88rem;display:flex;gap:.5rem}.pay-card li:before{content:"✓";color:var(--gold)}.pay-badge{display:inline-block;font-size:.72rem;background:rgba(212,175,55,.14);color:var(--gold-2);border:1px solid var(--line);padding:.2rem .6rem;border-radius:999px;margin-bottom:.6rem}.related{padding:64px 0;background:linear-gradient(180deg,var(--black-2),var(--black))}.related h2{font-family:var(--display);font-size:1.6rem;text-align:center;margin-bottom:.4rem}.related .related-lead{text-align:center;color:var(--muted);margin-bottom:2rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.9rem;gap:.9rem}.rel-card{display:flex;align-items:center;gap:.7rem;background:var(--black-2);border:1px solid var(--line);border-radius:12px;padding:.9rem 1rem;transition:.22s;font-size:.92rem}.rel-card:hover{border-color:var(--gold);transform:translateY(-3px);color:var(--gold-2)}.rel-card .r-ic{font-size:1.3rem}@media(max-width:820px){.page-grid{grid-template-columns:1fr}.side-card{position:static}.pay-grid{grid-template-columns:1fr}}.wa-float{position:fixed;bottom:24px;z-index:60;inset-inline-end:24px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,211,102,.45);transition:.25s}.wa-float:hover{transform:scale(1.08)}[data-reveal]{opacity:0;transform:translateY(24px);transition:.6s ease}[data-reveal].in{opacity:1;transform:none}@media(max-width:900px){.brand-text small{display:none}.contact-grid,.gutachten-grid{grid-template-columns:1fr}.nav{position:fixed;inset:72px 0 auto 0;flex-direction:column;gap:0;background:var(--black-2);border-bottom:1px solid var(--line);padding:1rem 24px;transform:translateY(-130%);transition:.3s;z-index:40}.nav.open{transform:none}.nav a{padding:.9rem 0;border-bottom:1px solid var(--line)}.burger{display:flex}.header-actions .btn{display:none}.nav-dd{width:100%}.nav-dd-btn{width:100%;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid var(--line);font-size:1rem}.nav-dd-menu{position:static;transform:none;width:100%;grid-template-columns:1fr;gap:0;opacity:1;visibility:visible;display:none;box-shadow:none;border:0;border-radius:0;padding:.2rem 0 .5rem;background:transparent}.nav-dd.open .nav-dd-menu{display:grid;transform:none}.nav-dd-menu a{padding:.7rem .8rem;border:0}.nav-dd-menu a:not(:last-child){border-bottom:1px solid rgba(212,175,55,.08)}.nav-dd-menu .dd-all{margin-top:0}}html[dir=rtl] .hero-inner{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:auto;margin-inline-end:auto}html[dir=rtl] .hero-title{line-height:1.4}html[dir=rtl] .hero-sub{display:none;-webkit-margin-start:0;margin-inline-start:0}html[dir=rtl] .eyebrow{display:none;letter-spacing:0}@media(max-width:560px){.frow{grid-template-columns:1fr}}@media(max-width:520px){.hero-badges{gap:1.4rem}.gutachten-features{grid-template-columns:1fr}.hero-cta{flex-direction:column;align-items:stretch}}.hero3d{z-index:0;overflow:hidden;pointer-events:none}.hero3d,.hero3d .scene{position:absolute;inset:0}.hero3d .scene{perspective:900px}.hero3d .plane3d{animation:float3d 9s ease-in-out infinite;transform-style:preserve-3d}.hero3d .plane3d svg{width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(212,175,55,.25))}.hero3d .ring{position:absolute;border:1px solid var(--line);border-radius:50%;animation:spin3d 26s linear infinite}.hero3d .ring.r1{width:520px;height:520px;top:-120px;inset-inline-end:-80px}.hero3d .ring.r2{width:320px;height:320px;bottom:-90px;inset-inline-start:-60px;animation-duration:34s}@keyframes float3d{0%,to{transform:translateY(0) rotate(-6deg) rotateY(8deg)}50%{transform:translateY(-26px) rotate(-3deg) rotateY(-6deg)}}@keyframes spin3d{to{transform:rotate(1turn)}}@media(max-width:900px){.hero3d .plane3d{opacity:.22;width:70%;top:auto;bottom:6%}.hero3d .ring{opacity:.4}}.brand-text small{display:none}.gallery{padding:70px 0;background:linear-gradient(180deg,var(--black-2),var(--black))}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.footer-nav{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;justify-content:center;margin:.4rem 0 1rem;max-width:760px}.footer-nav a{color:var(--muted);font-size:.84rem;transition:.2s}.footer-nav a:hover{color:var(--gold-2)}.site-footer{border-top:1px solid var(--line);background:var(--footer-grad);padding:0}.footer-top{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.4fr;grid-gap:2.5rem;gap:2.5rem;padding:3.6rem 0 2.6rem}.footer-col h4{color:var(--gold-2);font-size:.95rem;margin-bottom:1.1rem;font-weight:600}.footer-col ul{list-style:none;display:grid;grid-gap:.6rem;gap:.6rem}.footer-col a{color:var(--muted);font-size:.9rem;transition:.2s}.footer-col a:hover{color:var(--gold-2)}.footer-contact li{color:var(--muted);font-size:.88rem;line-height:1.5}.footer-more{color:var(--gold-2)!important;font-weight:600}.footer-logo{display:flex;align-items:center;gap:.6rem;color:var(--gold);margin-bottom:1rem}.footer-logo strong{display:block;font-family:var(--display);color:var(--gold-2);font-size:1.25rem;line-height:1.1}.footer-logo small{color:var(--muted);font-size:.72rem}.footer-about-text{color:var(--muted);font-size:.9rem;line-height:1.6;max-width:340px;margin-bottom:1.2rem}.footer-social{display:flex;gap:.6rem}.fsoc{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--gold-2);transition:.2s}.fsoc:hover{background:var(--gold);color:#1a1305;border-color:var(--gold)}.footer-bottom{border-top:1px solid var(--line);padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom .footer-copy,.footer-bottom .footer-credit{color:var(--muted);font-size:.82rem;margin:0}.footer-bottom .footer-credit a{color:var(--gold-2);font-weight:600}.footer-bottom .footer-credit a:hover{text-decoration:underline}@media(max-width:860px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-about{grid-column:1/-1}}@media(max-width:520px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.legal{max-width:820px}.legal-block{margin-bottom:1.8rem}.legal-block h2{font-family:var(--display);font-size:1.25rem;color:var(--gold-2);margin-bottom:.6rem}.legal-block p{color:var(--muted);margin-bottom:.5rem;line-height:1.7}.legal-block a{color:var(--gold-2);text-decoration:underline;word-break:break-word}.hero3d-canvas{display:none;position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.95}.hero3d-canvas canvas{display:block;width:100%!important;height:100%!important}@media(min-width:900px){.hero3d-canvas{display:none;inset-inline-start:30%}}@media(max-width:899px){.hero3d-canvas{display:none;opacity:.5;top:-6%}}.map-section{padding:60px 0;background:var(--black-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.map-container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.map-container iframe{border-radius:12px;width:100%;height:450px;max-height:60vh}@media(max-width:768px){.map-section{padding:40px 0}.map-container iframe{height:300px}}.footer-logo-dark{display:block}.footer-logo-light,html[data-theme=light] .footer-logo-dark{display:none}html[data-theme=light] .footer-logo-light{display:block}.page-hero{position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.5));z-index:0;pointer-events:none}.page-hero .container{position:relative;z-index:1}.page-hero .breadcrumb,.page-hero .p-ic,.page-hero .p-lead,.page-hero h1{color:#f3efe6;text-shadow:0 2px 8px rgba(0,0,0,.4)}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_6bee3b{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_6bee3b{--font-poppins:"Poppins","Poppins Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_58c889{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_58c889{--font-playfair:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/350b852752f8489d-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Cairo;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5ec84f17416dda4d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cairo;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/01f0c602c274ea55-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cairo Fallback;src:local("Arial");ascent-override:137.65%;descent-override:60.32%;line-gap-override:0.00%;size-adjust:94.66%}.__className_55be6f{font-family:Cairo,Cairo Fallback;font-style:normal}.__variable_55be6f{--font-cairo:"Cairo","Cairo Fallback"}