*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --red: #c0392b; --red-dark: #a93226; --dark: #1a1a1a; --grey: #555; --light: #f8f8f8; --white: #fff; --border: #e5e5e5; --radius: 8px; }
    body { font-family: "Inter", sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; }
    a { color: inherit; text-decoration: none; }
    nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
    .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
    .nav-logo { display: flex; flex-direction: column; justify-content: center; background: var(--red); color: var(--white); padding: 8px 16px; border-radius: 6px; line-height: 1.2; }
    .nav-logo-name { font-family: "Playfair Display", serif; font-size: 1.05rem; font-weight: 700; }
    .nav-logo-sub { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; margin-top: 1px; }
    .nav-links { display: flex; gap: 28px; list-style: none; }
    .nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--dark); transition: color 0.2s; }
    .nav-links a:hover { color: var(--red); }
    .nav-cta { background: var(--red); color: var(--white) !important; padding: 10px 22px; border-radius: var(--radius); font-weight: 600 !important; }
    .nav-cta:hover { background: var(--red-dark) !important; }
    .hamburger { display: none; background: none; border: none; cursor: pointer; font-size: 1.5rem; color: var(--dark); }
    .offer-banner { background: #e67e22; color: var(--white); text-align: center; padding: 10px 20px; font-size: 0.85rem; font-weight: 600; position: relative; z-index: 101; }
    .offer-banner strong { font-weight: 800; }
    .hero { background: linear-gradient(160deg, #f4f2f0 0%, #ece8e5 100%); color: var(--dark); padding: 80px 20px 0; text-align: center; }
    .hero-inner { max-width: 860px; margin: 0 auto; }
    .hero-label { display: inline-block; background: var(--red); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 24px; }
    .hero h1 { font-family: "Playfair Display", serif; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.15; margin-bottom: 20px; font-weight: 700; color: var(--dark); }
    .hero h1 em { font-style: italic; color: var(--red); }
    .hero-desc { font-size: 1rem; color: var(--grey); max-width: 600px; margin: 0 auto 32px; line-height: 1.7; }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; padding-bottom: 36px; }
    .btn-primary { background: var(--red); color: var(--white); padding: 14px 30px; border-radius: var(--radius); font-weight: 600; font-size: 1rem; transition: background 0.2s; display: inline-block; border: none; cursor: pointer; font-family: inherit; }
    .btn-primary:hover { background: var(--red-dark); }
    .btn-secondary { background: transparent; color: var(--dark); padding: 14px 30px; border-radius: var(--radius); font-weight: 600; font-size: 1rem; border: 2px solid var(--border); transition: border-color 0.2s, color 0.2s; display: inline-block; }
    .btn-secondary:hover { border-color: var(--red); color: var(--red); }
    .hero-badges { background: var(--red); display: grid; grid-template-columns: repeat(4, 1fr); }
    .hero-badge { font-size: 0.85rem; color: var(--white); font-weight: 500; padding: 14px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; gap: 6px; }
    .hero-badge:last-child { border-right: none; }
    .hero-badge svg { flex-shrink: 0; }
    section { padding: 64px 20px; }
    .section-inner { max-width: 1100px; margin: 0 auto; }
    .section-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
    h2 { font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 36px; }
    .bg-light { background: var(--light); }
    .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 32px; }
    .feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }
    .feature-card:hover { border-color: var(--red); box-shadow: 0 8px 24px rgba(192,57,43,0.14); transform: translateY(-3px); }
    .feature-icon { width: 40px; height: 40px; margin-bottom: 12px; color: var(--red); background: var(--light); border-radius: 10px; display: flex; align-items: center; justify-content: center; transition: background 0.25s ease; }
    .feature-card:hover .feature-icon { background: var(--red); color: var(--white); }
    .feature-icon svg { width: 20px; height: 20px; }
    .feature-card h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; }
    .feature-card p { font-size: 0.88rem; color: var(--grey); }
    .local-text h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; color: var(--dark); }
    .local-text p { font-size: 0.92rem; color: var(--grey); margin-bottom: 20px; line-height: 1.7; }
    .kv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
    .kv-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
    .kv-card strong { display: block; font-size: 0.92rem; margin-bottom: 3px; }
    .kv-card span { font-size: 0.8rem; color: var(--grey); }
    .price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
    .price-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; position: relative; }
    .price-card.popular { border-color: var(--red); box-shadow: 0 0 0 2px var(--red); }
    .popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; white-space: nowrap; }
    .price-old { font-size: 0.9rem; color: #aaa; text-decoration: line-through; margin-bottom: 2px; }
    .price-saving { font-size: 0.78rem; color: #e67e22; font-weight: 700; margin-bottom: 4px; }
    .price-card h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; }
    .price-amount { font-size: 2.2rem; font-weight: 700; line-height: 1; margin-bottom: 4px; }
    .price-suffix { font-size: 0.8rem; color: var(--grey); margin-bottom: 4px; }
    .price-min { font-size: 0.75rem; color: var(--grey); margin-bottom: 16px; border-bottom: 1px solid var(--border); padding-bottom: 12px; }
    .price-features { list-style: none; margin-bottom: 20px; }
    .price-features li { font-size: 0.85rem; padding: 3px 0; }
    .price-features li::before { content: "✓ "; color: var(--red); font-weight: 700; }
    .btn-outline { display: block; text-align: center; border: 2px solid var(--red); color: var(--red); padding: 10px; border-radius: var(--radius); font-weight: 600; font-size: 0.85rem; transition: all 0.2s; }
    .btn-outline:hover { background: var(--red); color: var(--white); }
    .price-note { font-size: 0.78rem; color: var(--grey); margin-top: 20px; font-style: italic; }
    .review-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; max-width: 500px; margin-top: 32px; }
    .review-stars { color: #f1c40f; margin-bottom: 8px; }
    .review-text { font-size: 0.9rem; color: var(--grey); margin-bottom: 14px; line-height: 1.6; }
    .review-author { display: flex; align-items: center; gap: 10px; }
    .review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; }
    .review-name { font-size: 0.85rem; font-weight: 600; }
    .review-type { font-size: 0.75rem; color: var(--grey); }
    .faq-list { max-width: 740px; }
    details { border-bottom: 1px solid var(--border); padding: 16px 0; }
    details summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; }
    details summary::-webkit-details-marker { display: none; }
    details summary::after { content: "+"; font-size: 1.2rem; color: var(--red); margin-left: 12px; flex-shrink: 0; }
    details[open] summary::after { content: "−"; }
    details p { font-size: 0.9rem; color: var(--grey); padding-top: 12px; line-height: 1.7; }
    .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
    .contact-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; text-align: center; }
    .contact-card .icon { font-size: 1.6rem; margin-bottom: 10px; }
    .contact-card h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; }
    .contact-card p { font-size: 0.88rem; color: var(--grey); }
    .nearby-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
    .nearby-links a { background: var(--light); border: 1px solid var(--border); padding: 8px 14px; border-radius: 999px; font-size: 0.85rem; color: var(--dark); }
    .kontakt-wrapper { background: var(--dark); padding: 0 20px 60px; }
    .kontakt-inner { max-width: 560px; margin: 0 auto; background: var(--white); border-radius: 16px; padding: 36px 36px 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.18); }
    .kontakt-pre { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
    .kontakt-h2 { font-family: "Playfair Display", serif; font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: 6px; color: var(--dark); }
    .kontakt-sub { font-size: 0.85rem; color: var(--grey); margin-bottom: 22px; line-height: 1.6; }
    .form-group { margin-bottom: 10px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .kontakt-inner label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); margin-bottom: 5px; display: block; }
    .kontakt-inner input, .kontakt-inner select, .kontakt-inner textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-family: inherit; font-size: 0.92rem; background: var(--white); color: var(--dark); outline: none; transition: border-color 0.2s; }
    .kontakt-inner input:focus, .kontakt-inner select:focus, .kontakt-inner textarea:focus { border-color: var(--red); }
    .kontakt-inner textarea { resize: vertical; min-height: 80px; }
    .btn-submit { width: 100%; background: var(--red); color: var(--white); border: none; padding: 15px; border-radius: var(--radius); font-weight: 700; font-size: 1rem; cursor: pointer; transition: background 0.2s; margin-top: 8px; font-family: inherit; }
    .btn-submit:hover { background: var(--red-dark); }
    .kontakt-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
    .kontakt-trust span { font-size: 0.76rem; color: var(--grey); }
    footer { background: var(--dark); color: #aaa; padding: 48px 20px 32px; }
    .footer-inner { max-width: 1100px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
    .footer-brand { font-family: "Playfair Display", serif; font-size: 1.1rem; color: var(--white); margin-bottom: 12px; }
    .footer-desc { font-size: 0.85rem; line-height: 1.7; }
    footer .footer-label { color: var(--white); font-size: 0.85rem; font-weight: 600; margin-bottom: 14px; }
    footer ul { list-style: none; }
    footer ul li { margin-bottom: 8px; font-size: 0.85rem; }
    footer ul a:hover { color: var(--white); }
    .footer-bottom { border-top: 1px solid #333; padding-top: 20px; font-size: 0.8rem; text-align: center; }
    .sticky-call-wrap { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; z-index: 999; padding: 10px 16px 20px; }
    .sticky-call-wrap a { display: block; background: var(--red); color: #fff; text-align: center; padding: 14px; border-radius: 10px; font-size: 1.05rem; font-weight: 700; }
    @media (max-width: 768px) { .sticky-call-wrap { display: block; } body { padding-bottom: 80px; } .nav-links { display: none; } .hamburger { display: block; } .footer-grid { grid-template-columns: 1fr; gap: 24px; } .hero-badges { grid-template-columns: repeat(2, 1fr); } .contact-grid { grid-template-columns: 1fr; } .kv-grid { grid-template-columns: repeat(2, 1fr); } .form-row { grid-template-columns: 1fr; } }
    @media (max-width: 500px) { .kv-grid { grid-template-columns: 1fr; } }