.ldh { --gold: #b08d4f; --gold-dark: #98763c; --line: #e3e0da; --ink: #1d1d1f; --muted: #6f6f6f; --bg-soft: #faf8f5; --dark: #141414;
color: var(--ink); font-size: 15px; line-height: 1.55; }
.ldh *, .ldh *::before, .ldh *::after { box-sizing: border-box; }
.ldh h1, .ldh h2 { font-family: "Playfair Display", Georgia, serif; color: var(--ink); margin: 0; font-weight: 500; line-height: 1.15; }
.ldh h1 { font-size: 46px; letter-spacing: -.01em; }
.ldh h2 { font-size: 32px; }
.ldh p { margin: 0; }
.ldh a { text-decoration: none; }
.ldh-wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.ldh-bleed { width: 100vw; margin-left: calc(50% - 50vw); }
.ldh-section { padding: 64px 0; }
.ldh-soft { background: var(--bg-soft); }
.ldh-dark { background: var(--dark); color: #fff; }
.ldh-dark h2, .ldh-dark p { color: #fff; }
.ldh-center { text-align: center; }
.ldh-minor { font-size: 13px; color: var(--muted); margin-top: 22px !important; }
.ldh-minor a { color: var(--gold-dark); }
.ldh-light { color: rgba(255,255,255,.7) !important; }
.ldh-light strong { color: #fff; }
.ldh-label { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; margin-bottom: 12px; }
.ldh-head { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.ldh-head p { color: var(--muted); margin-top: 12px; font-size: 15px; }
.ldh-link { color: var(--gold-dark); font-weight: 600; font-style: normal; } .ldh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 6px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; border: 1px solid transparent; transition: all .18s; line-height: 1.2; cursor: pointer; }
.ldh-btn svg { width: 18px; height: 18px; }
.ldh-btn-gold { background: var(--gold); color: #fff !important; border-color: var(--gold); }
.ldh-btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.ldh-btn-dark { background: var(--dark); color: #fff !important; border-color: var(--dark); }
.ldh-btn-dark:hover { background: #333; }
.ldh-btn-outline { background: transparent; color: var(--ink) !important; border-color: var(--line); }
.ldh-btn-outline:hover { border-color: var(--gold); color: var(--gold-dark) !important; }
.ldh-btn-light { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.35); }
.ldh-btn-light:hover { border-color: #fff; }
.ldh-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ldh-ctas.ldh-center { justify-content: center; } .ldh-hero { background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); padding: 56px 0 60px; }
.ldh-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: center; }
.ldh-eyebrow { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 18px; }
.ldh-lead { font-size: 17px; color: #444; margin-top: 18px; max-width: 540px; }
.ldh-hero-media { position: relative; display: block; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 60px rgba(0,0,0,.08); }
.ldh-hero-media img, .ldh-hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; }
.ldh-hero-tag { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 8px 12px; border-radius: 100px; display: inline-flex; align-items: center; gap: 6px; }
.ldh-hero-tag svg { width: 12px; height: 12px; color: var(--gold); } .ldh-usps { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.ldh-usp-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; padding-top: 18px; padding-bottom: 18px; }
.ldh-usp { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.ldh-usp-ico { color: var(--gold); flex: 0 0 auto; display: inline-flex; }
.ldh-usp strong { display: block; font-size: 13px; }
.ldh-usp em { font-style: normal; color: var(--muted); font-size: 12px; } .ldh-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 26px; }
.ldh-card { display: block; text-align: center; color: var(--ink); }
.ldh-card-media { position: relative; display: block; aspect-ratio: 1; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.ldh-card-media img, .ldh-card-media video, .ldh-tile-media img, .ldh-tile-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; }
.ldh-card-media video, .ldh-tile-media video { opacity: 0; transition: opacity .5s; }
.ldh-card-media video.is-ready, .ldh-tile-media video.is-ready { opacity: 1; }
.ldh-badge { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.9); color: var(--gold-dark); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 100px; display: inline-flex; align-items: center; gap: 4px; }
.ldh-badge svg { width: 10px; height: 10px; }
.ldh-card:hover .ldh-card-media { box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.ldh-card-name { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 18px; margin: 14px 0 4px; }
.ldh-card-price { display: block; font-size: 13px; color: var(--gold-dark); font-weight: 600; }
.ldh-card-price small { display: block; color: var(--muted); font-weight: 400; font-size: 11px; }
.ldh-cards + .ldh-center { margin-top: 34px; }
.ldh-center .ldh-btn { margin: 4px; } .ldh-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.ldh-tile { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 22px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px; color: var(--ink); transition: box-shadow .2s; }
.ldh-tile:hover { box-shadow: 0 14px 34px rgba(0,0,0,.08); }
.ldh-tile-media { position: relative; display: block; aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: #fff; }
.ldh-tile-body { display: flex; flex-direction: column; gap: 8px; }
.ldh-tile-body strong { font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 500; }
.ldh-tile-body span { color: var(--muted); font-size: 14px; } .ldh-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; counter-reset: none; }
.ldh-steps li { border: 1px solid var(--line); border-radius: 12px; padding: 24px 22px; background: #fff; margin: 0; }
.ldh-steps li span { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: #fff; align-items: center; justify-content: center; font-weight: 600; margin-bottom: 14px; }
.ldh-steps li strong { display: block; font-size: 17px; margin-bottom: 6px; }
.ldh-steps li p { color: var(--muted); font-size: 14px; } .ldh-michal { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 48px; align-items: center; }
.ldh-michal-photo img { width: 100%; max-width: 440px; border-radius: 14px; display: block; margin: 0 auto; }
.ldh-michal .ldh-label { color: #d7bb83; }
.ldh-michal p { color: rgba(255,255,255,.82); margin-top: 16px; font-size: 16px; }
.ldh-checks { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ldh-checks li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: inherit; list-style: none; }
.ldh-checks svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; }
.ldh-michal .ldh-checks li { color: rgba(255,255,255,.9); }
.ldh-michal .ldh-checks svg { color: #d7bb83; } .ldh-certs { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.ldh-certs-text p { color: var(--muted); margin-top: 14px; }
.ldh-certs-imgs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ldh-certs-imgs a { display: block; text-align: center; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.ldh-certs-imgs img { width: 100%; border: 1px solid var(--line); border-radius: 8px; display: block; margin-bottom: 8px; background: #fff; } .ldh-stars { display: inline-flex; align-items: center; gap: 2px; color: var(--gold); font-size: 13px; }
.ldh-stars svg { width: 16px; height: 16px; }
.ldh-stars span { margin-left: 8px; color: var(--gold-dark); text-decoration: underline; }
.ldh-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ldh-review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; }
.ldh-review p { font-size: 14px; color: #444; font-style: italic; flex: 1; }
.ldh-review footer { margin-top: 14px; font-weight: 600; font-size: 13px; }
.ldh-reviews + .ldh-center { margin-top: 28px; } .ldh-info { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ldh-info-item { display: block; border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; color: var(--ink); transition: border-color .15s; }
.ldh-info-item:hover { border-color: var(--gold); }
.ldh-info-item strong { display: block; margin-bottom: 4px; }
.ldh-info-item span { color: var(--muted); font-size: 13px; } .ldh-contact { background: var(--bg-soft); border-top: 1px solid var(--line); text-align: center; }
.ldh-contact p { color: var(--muted); max-width: 620px; margin: 14px auto 0; }
@media (max-width: 1024px) {
.ldh h1 { font-size: 38px; }
.ldh-usp-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ldh-cards, .ldh-info, .ldh-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ldh-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ldh-tiles { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 782px) {
.ldh { font-size: 14px; }
.ldh h1 { font-size: 30px; }
.ldh h2 { font-size: 25px; }
.ldh-section { padding: 44px 0; }
.ldh-hero { padding: 30px 0 40px; }
.ldh-hero-grid, .ldh-michal, .ldh-certs { grid-template-columns: minmax(0, 1fr); gap: 26px; }
.ldh-hero-media { order: -1; }
.ldh-ctas .ldh-btn { flex: 1 1 calc(50% - 10px); padding: 12px 10px; font-size: 12px; }
.ldh-usp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ldh-tile { grid-template-columns: 120px minmax(0, 1fr); gap: 14px; padding: 12px; }
.ldh-tile-body strong { font-size: 18px; }
}
@media (max-width: 520px) {
.ldh-cards, .ldh-info, .ldh-reviews, .ldh-steps { grid-template-columns: minmax(0, 1fr); }
.ldh-ctas .ldh-btn { flex: 1 1 100%; }
.ldh-usp-grid { grid-template-columns: minmax(0, 1fr); }
} .ld-hero-mobile { display: none; }
.ld-hero-mobile .ldh-hero-m { padding: 8px 0 6px; }
.ld-hero-mobile .ldh-hero-media { max-width: 420px; margin: 0 auto 18px; }
.ld-hero-mobile .ldh-eyebrow { text-align: center; font-size: 10px; }
.ld-hero-mobile h1 { text-align: center; font-size: 28px; line-height: 1.15; }
.ld-hero-mobile .ldh-lead { text-align: center; margin: 12px auto 0; font-size: 15px; }
.ld-hero-mobile .ldh-ctas { margin-top: 18px; }
@media (max-width: 782px) {
.ld-hero-slider { display: none !important; }
.ld-hero-mobile { display: block; }
} .tp-bullets .tp-bullet, sr7-bullets sr7-bullet, rs-bullets rs-bullet, sr7-bullets .sr7-bullet, [class*="tp-bullets"] > [class*="tp-bullet"] {
width: 42px !important; height: 3px !important; border-radius: 2px !important; background: rgba(176,141,79,.28) !important;
border: 0 !important; box-shadow: none !important; transition: background .3s !important; }
.tp-bullets .tp-bullet.selected, sr7-bullets sr7-bullet.selected, rs-bullets rs-bullet.selected, sr7-bullets .sr7-bullet.selected, [class*="tp-bullets"] > [class*="tp-bullet"].selected { background: #b08d4f !important; }
.tp-bullets .tp-bullet:hover, sr7-bullets sr7-bullet:hover, rs-bullets rs-bullet:hover { background: #98763c !important; } .ldh-steps.ldh-steps-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ldh-page-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 44px; align-items: center; }
.ldh-page-hero h2 { font-size: 38px; }
.ldh-page-hero .ldh-hero-media { box-shadow: 0 24px 50px rgba(0,0,0,.08); }
.ldh-colors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.ldh-color { text-align: center; border: 1px solid var(--line); border-radius: 12px; padding: 26px 18px 22px; background: #fff; }
.ldh-color img { width: 110px; height: 110px; object-fit: contain; display: block; margin: 0 auto 14px; }
.ldh-color strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 21px; font-weight: 500; margin-bottom: 6px; }
.ldh-color span { color: var(--muted); font-size: 13.5px; }
.ldh-quote { text-align: center; max-width: 760px; margin: 0 auto; }
.ldh-quote p { font-family: "Playfair Display", Georgia, serif; font-size: 26px; line-height: 1.35; color: var(--ink); }
.ldh-quote cite { display: block; margin-top: 14px; font-style: normal; color: var(--gold-dark); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.ldh-bullets { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.ldh-bullets li { list-style: none; padding-left: 26px; position: relative; font-size: 15px; color: #333; }
.ldh-bullets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 700; }
@media (max-width: 1024px) { .ldh-steps.ldh-steps-6, .ldh-colors { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 782px) { .ldh-page-hero { grid-template-columns: minmax(0, 1fr); gap: 24px; } .ldh-page-hero h2 { font-size: 28px; } .ldh-bullets { grid-template-columns: minmax(0, 1fr); } .ldh-quote p { font-size: 20px; } }
@media (max-width: 520px) { .ldh-steps.ldh-steps-6, .ldh-colors { grid-template-columns: minmax(0, 1fr); } } body.ld-i18n .ld-hero-slider { display: none !important; }
body.ld-i18n .ld-hero-mobile { display: block; }
@media (min-width: 783px) {
body.ld-i18n .ld-hero-mobile .ldh-hero-m { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); column-gap: 64px; align-items: center; max-width: 1160px; margin: 0 auto; padding: 48px 20px 40px; }
body.ld-i18n .ld-hero-mobile .ldh-hero-media { grid-column: 2; grid-row: 1 / span 4; max-width: 520px; margin: 0; width: 100%; justify-self: end; }
body.ld-i18n .ld-hero-mobile .ldh-eyebrow, body.ld-i18n .ld-hero-mobile h1, body.ld-i18n .ld-hero-mobile .ldh-lead, body.ld-i18n .ld-hero-mobile .ldh-ctas { grid-column: 1; text-align: left; margin-left: 0; margin-right: 0; }
body.ld-i18n .ld-hero-mobile .ldh-eyebrow { font-size: 12px; align-self: end; }
body.ld-i18n .ld-hero-mobile h1 { font-size: 46px; line-height: 1.12; }
body.ld-i18n .ld-hero-mobile .ldh-lead { font-size: 17px; max-width: 520px; }
body.ld-i18n .ld-hero-mobile .ldh-ctas { justify-content: flex-start; align-self: start; }
}