:root{--bg: #F8F6F1;--bg-2: #EEEADF;--bg-3: #E0DCD1;--bg-4: #EBE8E0;--text: #1A1A1A;--text-muted: #666666;--gold: #DCCBA3;--dark: #1F1F1F;--dark-text: #F8F6F1;--border: #E0DCD1;--radius-btn: 9999px;--radius: 0px;--font-heading: "Playfair Display", serif;--font-body: "Outfit", sans-serif;--max-w: 1200px;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:clip}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;overflow-x:clip;width:100%;max-width:100vw}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.section{background:linear-gradient(to bottom,var(--bg-2) 0,var(--bg) 72px,var(--bg) 100%);padding:100px 0}.section-alt{background:linear-gradient(to bottom,var(--bg) 0,var(--bg-2) 72px,var(--bg-2) 100%);padding:100px 0}.section-dark{background:var(--dark);padding:100px 0;text-align:center;color:var(--dark-text)}.section-dark .section-title{color:#fff}.section-dark .section-subtitle{color:#ffffffa6}.section-dark-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:32px}.section-label{font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.section-title{font-family:var(--font-heading);font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;margin-bottom:24px}.section-subtitle{font-size:16px;color:var(--text-muted);max-width:560px;margin:0 auto 48px;line-height:1.65}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-btn);font-family:var(--font-body);font-size:15px;font-weight:500;cursor:pointer;transition:var(--transition);border:1px solid transparent;text-decoration:none;white-space:nowrap}.btn-light{background:var(--bg-4);color:var(--text-muted);border-color:var(--bg-3)}.btn-light:hover{background:var(--bg-3);color:var(--text)}.btn-dark{background:var(--dark);color:var(--dark-text);border-color:var(--dark)}.btn-dark:hover{background:#333}.btn-outline{background:transparent;color:var(--text);border-color:#1f1f1f4d}.btn-outline:hover{background:var(--bg-3);border-color:#1f1f1f80}.btn-gold{background:var(--gold);color:var(--dark);border-color:var(--gold)}.btn-gold:hover{background:#cbb98e}.wa-float{position:fixed;bottom:100px;right:24px;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.wa-float a{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;background:#25d366;color:#fff;border-radius:50%;font-size:0;line-height:0;box-shadow:0 6px 18px #25d36666,0 2px 6px #0000001f;transition:var(--transition)}.wa-float a:hover{background:#1ebe5d;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 22px #25d36680,0 2px 6px #00000026}.wa-float svg{width:28px;height:28px;flex-shrink:0}.cookie-banner{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:999;background:var(--dark);color:var(--dark-text);padding:20px 28px;border-radius:8px;max-width:640px;width:calc(100% - 48px);display:flex;align-items:center;gap:20px;box-shadow:0 8px 40px #00000040;transition:opacity .4s ease,transform .4s ease}.cookie-banner.hidden{opacity:0;transform:translate(-50%) translateY(20px);pointer-events:none}.cookie-banner p{font-size:14px;line-height:1.5;flex:1}.cookie-banner a{color:var(--gold);text-decoration:underline}.cookie-btns{display:flex;gap:10px;flex-shrink:0}.cookie-btns button{padding:9px 18px;border-radius:var(--radius-btn);border:none;cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:500;transition:var(--transition)}.cookie-btn-necessary,.cookie-btn-all{background:transparent;color:var(--dark-text);border:1px solid rgba(255,255,255,.5)!important;font-weight:500;min-width:140px;text-align:center}.cookie-btn-necessary:hover,.cookie-btn-all:hover{background:#dccba31f;border-color:var(--gold)!important;color:var(--gold)}@media(max-width:640px){.cookie-banner{flex-direction:column;align-items:stretch;gap:14px;padding:16px 18px;bottom:12px;width:calc(100% - 24px)}.cookie-banner p{font-size:13px}.cookie-btns{width:100%}.cookie-btns button{flex:1;min-width:0;padding:10px 12px}}@media(max-width:768px){.section,.section-alt,.section-dark{padding:56px 0}}@media(max-width:480px){.section,.section-alt,.section-dark{padding:44px 0}.container{padding:0 18px}}.nav{position:sticky;top:0;z-index:800;background:#f8f6f1eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:var(--transition)}.nav-inner{display:flex;align-items:center;height:72px;gap:32px}.nav-logo{display:flex;flex-direction:column;text-decoration:none;flex-shrink:0;line-height:1}.nav-logo-name{display:flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--dark);letter-spacing:-.01em}.nav-logo-name svg{width:16px;height:16px;color:var(--dark);flex-shrink:0}.nav-logo-sub{font-family:var(--font-body);font-size:9px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-top:3px}.nav-logo svg{width:22px;height:22px;color:var(--gold)}.nav-links{display:flex;align-items:center;gap:28px;margin-left:auto}.nav-links a{font-size:14px;font-weight:500;color:var(--text-muted);transition:color var(--transition);text-decoration:none}.nav-links a:hover{color:var(--text)}.nav-cta{margin-left:8px;padding:9px 22px!important;font-size:14px;color:#f8f6f1!important}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;margin-left:auto}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--text);transition:var(--transition)}.nav-mobile{display:none;flex-direction:column;background:var(--bg);border-top:1px solid var(--border);padding:16px 24px 24px;gap:8px}.nav-mobile.open{display:flex}.nav-mobile a{padding:12px 0;font-size:16px;font-weight:500;color:var(--text);border-bottom:1px solid var(--bg-3);text-decoration:none}.nav-mobile a:last-child{border-bottom:none}@media(max-width:900px){.nav-links{display:none}.nav-hamburger{display:flex}}.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 100%);z-index:2;pointer-events:none}.hero-bg{position:absolute;inset:0;background-image:url(/assets/hero-CzwzU6oq.jpg);background-image:image-set(url(/assets/hero-CzwzU6oq.webp) type("image/webp"),url(/assets/hero-CzwzU6oq.jpg) type("image/jpeg"));background-size:cover;background-position:right center;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#f8f6f1f7,#f8f6f1e6 35%,#f8f6f18c,#f8f6f11a 85%,#f8f6f100);z-index:1}.hero-content{position:relative;z-index:2;max-width:680px;padding:0 24px;margin:0 auto 0 calc((100vw - var(--max-w)) / 2 + 24px)}.hero-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);background:#1f1f1f0f;border:1px solid rgba(31,31,31,.1);padding:6px 14px;border-radius:9999px;margin-bottom:28px}.hero-label:before{content:"›";font-size:14px;font-weight:700;color:var(--text-muted)}.hero-title{font-family:var(--font-heading);font-size:clamp(40px,6vw,80px);font-weight:700;line-height:1.08;color:var(--dark);margin-bottom:24px}.hero-title em{font-style:italic;color:var(--gold);display:block}.hero-subtitle{font-size:16px;color:var(--text-muted);margin-bottom:40px;max-width:440px;line-height:1.65}.hero-btns{display:flex;flex-wrap:wrap;gap:14px}.hero-scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase;animation:bounce 2s infinite}.hero-scroll svg{width:20px;height:20px}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media(max-width:768px){.hero-content{margin:0;padding:0 24px;max-width:100%}.hero-overlay{background:linear-gradient(to bottom,#f8f6f1eb,#f8f6f1cc 60%,#f8f6f166)}}.products{background:var(--bg)}.comparison{background:linear-gradient(to bottom,var(--bg) 0,var(--bg-2) 72px,var(--bg-2) 100%)}.gallery{background:linear-gradient(to bottom,var(--bg-2) 0,var(--bg) 72px,var(--bg) 100%)}.reviews{background:linear-gradient(to bottom,var(--bg) 0,var(--bg-2) 72px,var(--bg-2) 100%)}.layouts{background:linear-gradient(to bottom,var(--bg-2) 0,var(--bg) 72px,var(--bg) 100%)}.calculator{background:linear-gradient(to bottom,var(--bg) 0,var(--bg-2) 72px,var(--bg-2) 100%)}.advantages{background:linear-gradient(to bottom,var(--bg-2) 0,var(--bg) 72px,var(--bg) 100%)}.about{background:linear-gradient(to bottom,var(--bg) 0,var(--bg-2) 72px,var(--bg-2) 100%)}.faq{background:linear-gradient(to bottom,var(--bg-2) 0,var(--bg) 72px,var(--bg) 100%)}.contact{background:linear-gradient(to bottom,var(--bg) 0,var(--bg-2) 72px,var(--bg-2) 100%)}.products-header{text-align:center;margin-bottom:56px}.products-label{display:inline-flex;align-items:center;gap:10px;color:var(--gold)!important;font-weight:600!important}.products-label svg{width:13px;height:13px;stroke:var(--gold);fill:var(--gold);flex-shrink:0}.products-carousel{position:relative;overflow:hidden}.products-track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:32px 28px 0;display:flex;flex-direction:column;align-items:center;text-align:center;transition:var(--transition);position:relative;overflow:hidden}.product-card:hover{box-shadow:0 8px 32px #00000012;transform:translateY(-3px)}.product-card--featured{border-color:#dccba399}.product-badge{position:absolute;top:16px;right:16px;background:var(--gold);color:var(--dark);font-size:10px;font-weight:700;padding:4px 11px;border-radius:var(--radius-btn);letter-spacing:.08em;text-transform:uppercase}.product-img{width:100%;max-width:220px;height:220px;object-fit:contain;margin:0 auto 24px}.product-info{flex:1;display:flex;flex-direction:column;align-items:center;width:100%}.product-name{font-family:var(--font-heading);font-size:19px;font-weight:700;margin-bottom:6px;color:var(--dark)}.product-price{font-size:17px;font-weight:500;color:var(--gold);margin-bottom:14px;letter-spacing:.01em}.product-desc{font-size:14px;color:var(--text-muted);margin-bottom:24px;line-height:1.65;max-width:240px}.product-link{display:flex;align-items:center;justify-content:space-between;width:calc(100% + 56px);margin:0 -28px;padding:16px 28px;border-top:1px solid var(--border);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text);text-decoration:none;transition:background var(--transition)}.product-link:hover{background:var(--bg);color:var(--dark)}.product-link span{font-size:16px;font-weight:400;color:var(--text-muted);transition:transform var(--transition)}.product-link:hover span{transform:translate(4px)}.product-delivery{background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:24px 28px;margin-top:32px;display:flex;align-items:flex-start;gap:20px;font-size:14px;color:var(--text-muted);line-height:1.65}.product-delivery-icon{flex-shrink:0;width:40px;height:40px;background:var(--bg-3);border-radius:50%;display:flex;align-items:center;justify-content:center}.product-delivery-icon svg{width:20px;height:20px;stroke:var(--text-muted)}.product-delivery-title{display:block;font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--dark);margin-bottom:6px}.product-delivery strong{color:var(--text)}@media(max-width:768px){.products-track{grid-template-columns:1fr;gap:20px}}.comparison-header{text-align:center;margin-bottom:48px}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.comparison-table th{background:var(--bg-3);padding:20px 24px;font-family:var(--font-heading);font-size:16px;font-weight:700;text-align:center;border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:bottom;line-height:1.3}.comparison-table thead th{display:table-cell}.comparison-table th>span.th-badge{display:block;width:fit-content;margin:0 auto 8px}.comparison-table th:first-child{text-align:left}.comparison-table th:last-child{border-right:none}.comparison-table th.highlight{background:var(--dark);color:var(--dark-text);border-right:none}.th-badge{display:inline-block;background:var(--gold);color:var(--dark);font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:9999px;margin-bottom:8px}.th-badge--premium{background:#dccba340;color:var(--gold)}.th-badge--spar{background:#00000012;color:var(--text-muted)}.comparison-table td{padding:14px 24px;text-align:center;border-bottom:1px solid rgba(0,0,0,.06);border-right:1px solid rgba(0,0,0,.06);font-size:14px;color:var(--text)}.comparison-table td:first-child{text-align:left;font-size:14px;font-weight:400;color:var(--text-muted);background:#fff;border-right:1px solid rgba(0,0,0,.06)}.comparison-table td:last-child,.comparison-table th:last-child{border-right:none}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td.highlight-col{background:#1a1a1a0a}.comparison-ideal td{font-size:13px!important;border-top:1px solid var(--border);padding-top:16px;padding-bottom:16px}.check{color:#2a9d5c;font-size:15px}.cross{color:#c0bab0;font-size:13px}.partial{color:var(--gold);font-size:14px;font-weight:600}.comparison-note{margin-top:20px;text-align:center;font-size:13px;color:var(--text-muted)}.comparison-note a{color:var(--text);text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.comparison-table th,.comparison-table td{padding:10px 12px;font-size:13px}.th-badge{display:none}}.gallery-header{text-align:center;margin-bottom:32px}.gallery-filter{display:flex;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}.gallery-filter-btn{padding:8px 20px;border-radius:9999px;border:1.5px solid rgba(31,31,31,.18);background:transparent;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:var(--transition);letter-spacing:.02em}.gallery-filter-btn:hover{border-color:#1f1f1f66;color:var(--dark)}.gallery-filter-btn.active{background:var(--dark);border-color:var(--dark);color:#fff}.gallery-item.hidden{display:none}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,240px);gap:12px}.gallery-grid--3{grid-template-columns:repeat(3,1fr);grid-template-rows:420px}.gallery-item{overflow:hidden;position:relative;border-radius:12px}.gallery-item:first-child{grid-column:span 2;grid-row:span 2}.gallery-grid--3 .gallery-item:first-child{grid-column:auto;grid-row:auto}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-cta{text-align:center;margin-top:36px}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.gallery-item:first-child{grid-column:span 2;grid-row:span 1;height:240px}.gallery-item{height:180px}.gallery-grid--3{grid-template-columns:repeat(3,1fr);grid-template-rows:200px}.gallery-grid--3 .gallery-item{height:auto}.gallery-grid--3 .gallery-item:first-child{grid-column:auto;grid-row:auto}}.reviews-header{text-align:center;margin-bottom:36px}.reviews-title{font-family:var(--font-heading);font-size:clamp(32px,5vw,52px);font-weight:700;color:var(--text);margin-bottom:10px}.reviews-subtitle{font-size:16px;color:var(--text-muted)}.reviews-google-box{display:flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--border);border-radius:12px;padding:18px 32px;margin:0 auto 48px;max-width:680px;background:var(--bg);flex-wrap:nowrap;white-space:nowrap}.reviews-google-left{display:flex;align-items:center;gap:10px}.reviews-g-logo{width:24px;height:24px;flex-shrink:0}.reviews-google-label{font-size:14px;font-weight:600;color:var(--text)}.reviews-google-score{font-family:var(--font-heading);font-size:36px;font-weight:700;color:var(--text);line-height:1}.reviews-google-stars{color:#fbbc04;font-size:18px;letter-spacing:2px}.reviews-google-count{font-size:13px;color:var(--text-muted)}.reviews-google-verified{display:flex;align-items:center;gap:6px;font-size:13px;color:#34a853;font-weight:500;border-left:1px solid var(--border);padding-left:20px}.reviews-track-wrapper{position:relative}.reviews-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.reviews-track::-webkit-scrollbar{display:none}.reviews-track .review-card{scroll-snap-align:start}.review-card{flex:0 0 calc(33.333% - 14px);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:28px;display:flex;flex-direction:column}.review-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.review-stars{color:#fbbc04;font-size:16px;letter-spacing:1px}.review-google-badge{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.5px;color:#5f6368}.review-text{font-size:14px;line-height:1.7;color:var(--text);flex:1;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.review-footer-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.review-author{font-weight:700;font-size:14px;color:var(--text)}.review-event{font-size:11px;font-weight:600;letter-spacing:.5px;color:var(--text-muted);margin-top:3px}.review-verified{display:flex;align-items:center;gap:4px;font-size:12px;color:#34a853;font-weight:500;white-space:nowrap}.reviews-controls{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:36px}.reviews-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--bg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.reviews-btn:hover{background:var(--bg-3)}.reviews-btn svg{width:18px;height:18px}.reviews-dots{display:flex;gap:8px}.reviews-dot{width:8px;height:8px;border-radius:50%;background:var(--bg-3);cursor:pointer;transition:var(--transition)}.reviews-dot.active{background:var(--text)}.reviews-footer{display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap;margin-top:28px;font-size:13px;color:var(--text-muted)}.reviews-footer span{display:flex;align-items:center;gap:6px}.reviews-footer a{color:var(--text);text-decoration:underline;font-weight:500}@media(max-width:900px){.review-card{flex:0 0 calc(50% - 10px)}.reviews-google-box{gap:14px;padding:14px 20px}.reviews-google-verified{border-left:none;padding-left:0}}@media(max-width:600px){.review-card{flex:0 0 100%}.reviews-google-box{flex-direction:column;gap:8px;text-align:center}.reviews-footer{gap:14px}}.layouts-header{text-align:center;margin-bottom:36px}.layouts-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:36px}.layouts-tab{display:flex;align-items:center;gap:6px;padding:9px 20px;border-radius:var(--radius-btn);border:1px solid var(--border);background:var(--bg);cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--text-muted);transition:var(--transition)}.layouts-tab .tab-icon{font-size:13px}.layouts-tab.active{background:var(--dark);color:var(--dark-text);border-color:var(--dark)}.layouts-tab:not(.active):hover{border-color:var(--text-muted);color:var(--text)}.layouts-slider-wrap{margin-bottom:40px;position:relative}.layouts-slider{position:relative}.layouts-panel{display:none;gap:12px;justify-content:center}.layouts-panel.active{display:flex}.layout-img-wrap{flex:0 0 calc((100% - 60px) / 6);max-width:160px;aspect-ratio:2/3;overflow:hidden;border-radius:10px;background:var(--bg-2);box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.layout-img-wrap:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000024}.layout-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.layout-img-wrap:hover img{transform:scale(1.04)}.layouts-stats{display:flex;justify-content:center;gap:48px;margin-bottom:32px}.layouts-stat{text-align:center}.layouts-stat-num{font-family:var(--font-heading);font-size:32px;font-weight:700;color:var(--text);display:block}.layouts-stat-label{font-size:13px;color:var(--text-muted)}.layouts-footer{text-align:center}.layouts-footer .btn-dark{display:inline-flex;align-items:center;gap:8px}.layouts-note{text-align:center;margin-top:12px;font-size:13px;color:var(--text-muted)}@media(max-width:900px){.layout-img-wrap{flex:0 0 calc((100% - 40px)/4);max-width:140px}}@media(max-width:640px){.layout-img-wrap{flex:0 0 calc((100% - 24px) / 3);max-width:none}.layouts-stats{gap:24px}.layouts-panel{flex-wrap:wrap}}.calculator-header{text-align:center;margin-bottom:48px}.calc-benefits{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-bottom:48px}.calc-benefit{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-muted)}.calc-benefit svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.calc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:32px}.calc-step{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:28px}.calc-step-num{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--gold);margin-bottom:16px;text-transform:uppercase}.calc-step-title{font-family:var(--font-heading);font-size:17px;font-weight:700;margin-bottom:16px}.calc-options{display:flex;flex-direction:column;gap:10px}.calc-option{display:flex;align-items:center;gap:12px;cursor:pointer}.calc-option input[type=radio]{display:none}.calc-option-box{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:10px;background:var(--bg);transition:var(--transition);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px}.calc-option-box:hover{border-color:var(--text)}.calc-option input:checked+.calc-option-box{border-color:var(--text);background:var(--bg-2);font-weight:600}.calc-option-price{font-size:13px;color:var(--text-muted)}.calc-step input[type=text]{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:10px;background:var(--bg);font-family:var(--font-body);font-size:14px;outline:none;transition:var(--transition)}.calc-step input[type=text]:focus{border-color:var(--text)}.calc-result{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.calc-price-breakdown{min-width:260px;flex:1}.calc-breakdown-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text-muted);padding:4px 0;gap:16px}.calc-breakdown-divider{border-top:1px solid var(--border);margin:10px 0 8px}.calc-breakdown-total{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:var(--text);gap:16px}.calc-price-display{font-family:var(--font-heading);font-size:40px;font-weight:700;line-height:1}.calc-price-note{font-size:12px;color:var(--text-muted);margin-top:12px}.calc-result-text{font-size:14px;color:var(--text-muted);max-width:280px}.calc-location-wrap{position:relative}.calc-location-wrap input{width:100%;padding-right:36px}.calc-location-spinner{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;display:none;animation:spin .7s linear infinite}.calc-location-spinner.active{display:block}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.calc-location-result{margin-top:8px;font-size:13px;display:flex;align-items:center;gap:6px;min-height:20px;transition:opacity .2s}.calc-location-result svg{width:14px;height:14px;flex-shrink:0}.calc-location-result.result-ok{color:#2d7a3a}.calc-location-result.result-fee{color:var(--text)}.calc-location-result.result-info{color:#b45309}.calc-location-result.result-error{color:#c0392b}.calc-location-hint{font-size:12px;color:var(--text-muted);margin-top:6px}@media(max-width:900px){.calc-grid{grid-template-columns:1fr}.calc-result{flex-direction:column;align-items:flex-start}}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:80px}.adv-card{text-align:center;padding:20px 24px}.adv-icon{width:80px;height:80px;background:var(--bg-2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.adv-icon svg{width:28px;height:28px;color:var(--text)}.adv-title{font-family:var(--font-heading);font-size:17px;font-weight:700;margin-bottom:12px}.adv-text{font-size:14px;color:var(--text-muted);line-height:1.65}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;border-top:1px solid var(--border);padding-top:56px}.stat-item{text-align:center}.stat-num{font-family:var(--font-heading);font-size:48px;font-weight:700;color:var(--gold);display:block;line-height:1;margin-bottom:10px}.stat-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}@media(max-width:900px){.advantages-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.advantages-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr;gap:20px}}.process{background:var(--bg)}.process-header{text-align:center;margin-bottom:56px}.process-label{display:flex;align-items:center;justify-content:center;gap:14px;font-size:11px;font-weight:600;letter-spacing:.15em;color:var(--gold);margin-bottom:16px}.process-label-line{display:block;width:40px;height:1px;background:var(--gold);opacity:.6}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.process-step{padding:28px;border:1px solid var(--border);border-radius:12px;background:var(--bg);position:relative}.process-step-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.process-icon{width:22px;height:22px;color:var(--gold);flex-shrink:0}.process-num{font-size:12px;font-weight:500;color:var(--text-muted);opacity:.6;line-height:1}.process-title{font-family:var(--font-heading);font-size:16px;font-weight:700;margin-bottom:10px}.process-text{font-size:13px;color:var(--text-muted);line-height:1.65}.process-cta{text-align:center;margin-top:48px}.process-cta .btn{display:inline-flex;align-items:center;gap:8px}@media(max-width:768px){.process-grid{grid-template-columns:1fr}}.about-inner{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"img heading" "img body";column-gap:80px;row-gap:24px;align-items:start}.about-heading{grid-area:heading;align-self:end}.about-img-wrap{grid-area:img;align-self:center}.about-body{grid-area:body}.about-img-wrap{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.about-img{width:100%;height:540px;object-fit:cover;display:block}.about-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--gold);margin-bottom:18px}.about-title{margin-bottom:24px}.about-text{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.about-sign{font-family:var(--font-heading);font-size:20px;font-style:italic;color:var(--text);margin-top:36px}@media(max-width:900px){.about-inner{grid-template-columns:1fr;grid-template-areas:"heading" "img" "body";gap:28px}.about-heading{text-align:center;align-self:auto}.about-heading .about-label{justify-content:center}.about-img-wrap{border-radius:14px}.about-img{height:360px}}.faq-header{text-align:center;margin-bottom:48px}.faq-divider{width:48px;height:1px;background:var(--border);margin:20px auto 0}.faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:6px}.faq-item{background:var(--bg-2);border:1px solid var(--border);border-radius:8px}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;gap:16px;font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--text)}.faq-question:hover{color:var(--text-muted)}.faq-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.faq-icon svg{width:18px;height:18px;transition:transform .3s ease}.faq-item.open .faq-icon svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;font-size:15px;color:var(--text-muted);line-height:1.75;padding:0 22px}.faq-item.open .faq-answer{max-height:400px;padding:0 22px 20px}.blog{background:var(--bg)}.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:20px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:var(--bg-2);border:1px solid var(--border);display:flex;flex-direction:column;transition:var(--transition)}.blog-card:hover{box-shadow:0 4px 20px #0000000f;transform:translateY(-2px)}.blog-card-img{width:100%;height:200px;object-fit:cover;background:var(--bg-3);display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:24px;flex:1;display:flex;flex-direction:column}.blog-card-cat{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.blog-card-title{font-family:var(--font-heading);font-size:18px;font-weight:700;line-height:1.35;margin-bottom:12px}.blog-card-meta{font-size:13px;color:var(--text-muted);margin-top:auto}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-header{flex-direction:column;align-items:flex-start}}.service-area{background:var(--bg-2)}.service-area-header{text-align:center;margin-bottom:40px}.city-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:900px;margin:0 auto 20px}.city-link{display:inline-block;padding:9px 18px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-btn);font-size:14px;font-weight:500;color:var(--text);transition:var(--transition);text-decoration:none}.city-link:hover{background:var(--dark);color:var(--dark-text);border-color:var(--dark)}.city-plus{padding:9px 18px;font-size:14px;color:var(--text-muted);font-style:italic}.contact-header{text-align:center;margin-bottom:64px}.contact-inner{display:grid;grid-template-columns:1fr 1.6fr;gap:72px;align-items:start}.contact-side-title{font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--text);margin-bottom:12px}.contact-desc{font-size:15px;color:var(--text-muted);margin-bottom:36px;line-height:1.7}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-info-item{display:flex;align-items:flex-start;gap:14px}.contact-info-icon{width:38px;height:38px;border-radius:50%;background:var(--bg-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:16px;height:16px;color:var(--text)}.contact-info-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.contact-info-value{font-size:15px;font-weight:500;color:var(--text)}.contact-info-value a{color:var(--text);text-decoration:none}.contact-info-value a:hover{text-decoration:underline}.contact-delivery{margin-top:28px;padding:18px 20px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;font-size:13.5px;color:var(--text-muted);line-height:1.6}.contact-delivery-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.contact-delivery-head strong{color:var(--text);font-size:14px}.cf-price-box{display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0;padding:14px 0;margin-bottom:4px}.cf-price-box .cf-price-header,.cf-price-box .calc-breakdown-row,.cf-price-box .calc-breakdown-divider,.cf-price-box .calc-price-note,.cf-price-box .cf-price-geo{display:none!important}.cf-price-box .calc-breakdown-total{width:100%;font-size:15px}.cf-price-box .calc-price-display{font-size:22px}.cf-price-header{display:none}.cf-price-geo{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-muted);margin-top:6px;font-style:italic}.contact-process{margin-top:28px;border-top:1px solid var(--border);padding-top:24px}.contact-process-title{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.contact-process-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.contact-process-list li{display:flex;align-items:center;gap:12px}.cp-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--gold);letter-spacing:.03em}.cp-text{font-size:13.5px;color:var(--text-muted);line-height:1.4}.contact-form-card{background:#fff;border-radius:16px;box-shadow:0 2px 24px #00000012;padding:40px 36px 36px}.form{display:flex;flex-direction:column;gap:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.form-required{color:var(--gold)}.form-optional{font-size:10px;font-weight:400;color:var(--text-muted)}.form-input,.form-select,.form-textarea{width:100%;padding:9px 0;border:none;border-bottom:1px solid var(--border);background:transparent;font-family:var(--font-body);font-size:15px;color:var(--text);outline:none;transition:border-color .2s ease;appearance:none;border-radius:0}.form-input:focus,.form-select:focus,.form-textarea:focus{border-bottom-color:var(--text)}.form-input::placeholder,.form-textarea::placeholder{color:#b8b4aa}.form-textarea{resize:vertical;min-height:110px}.form-select-wrap{position:relative}.form-select-wrap:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--text-muted);pointer-events:none}.form-submit{margin-top:8px}.form-submit-btn{width:100%;justify-content:center;gap:10px;padding:16px 24px;font-size:15px}.form-success{display:none;padding:20px;background:#f0fdf4;border:1px solid #86efac;color:#16a34a;font-size:15px;text-align:center}.form-success.show{display:block}@media(max-width:900px){.contact-inner{grid-template-columns:1fr;gap:48px}.form-row{grid-template-columns:1fr}}.footer{background:var(--dark);color:var(--dark-text);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 2.2fr 1.1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-heading);font-size:22px;font-weight:700;color:var(--dark-text);margin-bottom:16px;text-decoration:none}.footer-brand-logo svg{width:22px;height:22px;color:var(--gold)}.footer-brand-tagline{font-size:10px;letter-spacing:.12em;color:#ffffff59;text-transform:uppercase;margin-top:-10px;margin-bottom:16px}.footer-brand-desc{font-size:14px;color:#ffffff8c;line-height:1.7;margin-bottom:12px}.footer-standort{font-size:13px;color:#fff6;margin-bottom:20px}.footer-cities{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 24px}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#fff9}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-social svg{width:16px;height:16px}.footer-col-title{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:#ffffff8c;text-decoration:none;transition:color var(--transition)}.footer-links a:hover{color:var(--dark-text)}.footer-bottom{padding:20px 0;font-size:13px;color:#ffffff59;text-align:center}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#ffffff59;text-decoration:none}.footer-bottom-links a:hover{color:#ffffffb3}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-cities{grid-template-columns:1fr 1fr}}.reveal{opacity:1;transform:none}html.js-ready .reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}html.js-ready .reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.page-hero{background:var(--bg-2);padding:80px 0;border-bottom:1px solid var(--border)}.page-hero-label{margin-bottom:12px}.page-hero-title{font-family:var(--font-heading);font-size:clamp(32px,5vw,60px);font-weight:700;margin-bottom:16px}.page-hero-subtitle{font-size:18px;color:var(--text-muted);max-width:560px}.product-page-hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1a1714,#26211a 40%,#1e1b15,#1a1714)}.product-page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 65% 50%,rgba(220,203,163,.07) 0%,transparent 70%);pointer-events:none}.section-wave{position:absolute;bottom:-1px;left:0;right:0;overflow:hidden;line-height:0;z-index:2}.section-wave svg{display:block;width:100%;height:64px}.section-wave-top{position:absolute;top:-1px;left:0;right:0;overflow:hidden;line-height:0;z-index:2}.section-wave-top svg{display:block;width:100%;height:64px}.product-page-hero-inner{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center;padding:120px 0 80px}.product-page-hero-left .about-label{margin-bottom:20px}.product-page-hero-left .about-label svg{color:var(--gold);fill:var(--gold)}.product-page-hero-left .about-label span{color:var(--gold)}.product-page-breadcrumb{font-size:13px;color:#fff6;margin-bottom:22px}.product-page-breadcrumb a{color:#fff6;text-decoration:none;transition:color .2s}.product-page-breadcrumb a:hover{color:var(--gold)}.product-page-hero-title{font-family:var(--font-heading);font-size:clamp(40px,5.5vw,64px);font-weight:800;color:#fff;line-height:1.1;margin-bottom:20px}.product-page-hero-price{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--dark);font-size:18px;font-weight:700;padding:8px 22px;border-radius:9999px;margin-bottom:24px;letter-spacing:.02em}.product-page-hero-desc{font-size:16px;color:#ffffffb3;line-height:1.7;max-width:520px;margin-bottom:28px;font-weight:300}.product-page-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.product-page-hero-tag{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#ffffffd9;background:#ffffff14;border:1px solid rgba(255,255,255,.15);padding:7px 15px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-page-hero-tag svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}.product-page-hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.product-page-hero-img-wrap{display:flex;justify-content:center;align-items:center;position:relative}.product-page-hero-img-wrap:before{content:"";position:absolute;inset:-20%;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(220,203,163,.12) 0%,transparent 70%);pointer-events:none}.product-page-hero-img{position:relative;max-width:100%;max-height:480px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6))}.product-page-badge{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:9999px;margin-bottom:12px}.product-page-badge-dark{background:#ffffff1f;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.product-page-badge-gold{background:var(--gold);color:var(--dark)}@media(max-width:900px){.product-page-hero-inner{grid-template-columns:1fr;padding:100px 0 60px;gap:40px}.product-page-hero-img-wrap{order:-1}.product-page-hero-img{max-height:260px}.product-page-hero-title{font-size:36px}}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px 0}.product-hero-img{max-width:100%;height:480px;object-fit:contain}.product-hero-title{font-family:var(--font-heading);font-size:42px;font-weight:700;margin-bottom:12px}.product-hero-price{font-size:28px;font-weight:600;color:var(--text);margin-bottom:20px}.product-hero-desc{font-size:16px;color:var(--text-muted);line-height:1.75;margin-bottom:32px}.product-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.product-highlight{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text);background:var(--bg-2);padding:8px 16px;border:1px solid var(--border)}.product-highlight svg{width:15px;height:15px;color:var(--gold)}.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.package-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:28px;display:flex;flex-direction:column;transition:var(--transition)}.package-card.popular{border-color:var(--dark);position:relative}.package-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--dark);color:var(--dark-text);font-size:11px;font-weight:700;padding:4px 14px;border-radius:var(--radius-btn);letter-spacing:.05em;white-space:nowrap}.package-name{font-family:var(--font-heading);font-size:20px;font-weight:700;margin-bottom:8px}.package-price{font-size:32px;font-weight:700;margin-bottom:4px}.package-price-note{font-size:13px;color:var(--text-muted);margin-bottom:20px}.package-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;flex:1}.package-feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-muted)}.package-feature svg{width:15px;height:15px;color:var(--gold);flex-shrink:0;margin-top:2px}@media(max-width:768px){.product-hero{grid-template-columns:1fr;gap:40px}.packages-grid{grid-template-columns:1fr}}.gallery-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-page-item{aspect-ratio:3/4;overflow:hidden;background:var(--bg-2)}.gallery-page-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-page-item:hover img{transform:scale(1.05)}@media(max-width:768px){.gallery-page-grid{grid-template-columns:repeat(2,1fr)}}.legal-content{max-width:780px;margin:0 auto;padding:80px 24px}.legal-content h1{font-family:var(--font-heading);font-size:38px;font-weight:700;margin-bottom:40px}.legal-content h2{font-family:var(--font-heading);font-size:22px;font-weight:700;margin-top:40px;margin-bottom:14px}.legal-content h3{font-family:var(--font-heading);font-size:18px;font-weight:600;margin-top:28px;margin-bottom:10px}.legal-content p,.legal-content li{font-size:15px;color:var(--text-muted);line-height:1.75;margin-bottom:12px}.legal-content ul{padding-left:20px}.legal-content ul li{list-style:disc}.legal-content a{color:var(--text);text-decoration:underline}.blog-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}@media(max-width:768px){.blog-page-grid{grid-template-columns:1fr}}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.d-flex{display:flex}.flex-center{justify-content:center}.gap-16{gap:16px}.nav-badge{display:inline-block;background:var(--dark);color:var(--gold);font-size:9px;font-weight:700;padding:2px 7px;border-radius:9999px;letter-spacing:.08em;margin-left:4px;vertical-align:middle;line-height:1.6}.nav-business-link{padding:9px 18px!important;border:1.5px solid rgba(31,31,31,.3)!important;border-radius:var(--radius-btn)!important;color:var(--text)!important;font-size:14px!important;transition:var(--transition)!important;font-weight:500!important}.nav-business-link:hover{background:var(--bg-3)!important;color:var(--text)!important;border-color:#1f1f1f73!important}.article-header{max-width:780px;margin:0 auto;padding:64px 24px 0}.article-cat{display:block;width:fit-content;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:9999px;margin-top:24px;margin-bottom:16px}.article-cat-hochzeit{background:#fce7f3;color:#9d174d}.article-cat-ratgeber{background:#e0f2fe;color:#075985}.article-cat-vergleich{background:#fef3c7;color:#92400e}.article-cat-firmenfeier{background:#f0fdf4;color:#166534}.article-cat-geburtstag{background:#faf5ff;color:#6b21a8}.article-meta{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--text-muted);margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border)}.article-body{max-width:780px;margin:0 auto;padding:40px 24px 80px}.article-body h2{font-family:var(--font-heading);font-size:24px;font-weight:700;margin-top:40px;margin-bottom:14px}.article-body h3{font-family:var(--font-heading);font-size:19px;font-weight:600;margin-top:28px;margin-bottom:10px}.article-body p{font-size:16px;color:var(--text-muted);line-height:1.8;margin-bottom:20px}.article-body ul{padding-left:20px;margin-bottom:20px}.article-body ul li{list-style:disc;font-size:16px;color:var(--text-muted);line-height:1.8;margin-bottom:6px}.article-body blockquote{border-left:4px solid var(--gold);padding:16px 24px;margin:32px 0;background:var(--bg-2);font-style:italic;font-size:17px;line-height:1.7;color:var(--text)}.article-cta-box{background:var(--dark);color:var(--dark-text);padding:40px;margin:48px 0;text-align:center}.article-cta-box h3{font-family:var(--font-heading);font-size:26px;font-weight:700;margin-bottom:12px;color:#fff}.article-cta-box p{font-size:15px;color:#ffffffa6;margin-bottom:24px}.business-hero{background:var(--dark);color:var(--dark-text);padding:120px 0;position:relative;overflow:hidden}.business-hero-sparkle{position:absolute;top:60px;left:60px;width:80px;height:80px;opacity:.15}.business-hero-sparkle-r{position:absolute;bottom:60px;right:60px;width:60px;height:60px;opacity:.1}@keyframes sparkle-pulse{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.7;transform:scale(.95) rotate(5deg)}}.nav-sparkle{animation:sparkle-pulse 2.5s ease-in-out infinite}.card-link{color:inherit;text-decoration:none}.card-link:before{content:"";position:absolute;inset:0;z-index:1}.blog-featured,.blog-card-new,.card-stretched-host{position:relative}
