/* ═══════════════════════════════════════════════════════════════════
   Strona podziękowania — wspólny styl dla:
   - templates/page-dziekuje-konsultacja.php
   - templates/page-dziekuje-zapytanie.php
   1:1 z produkcji suknie-duzerozmiary.pl
   ═══════════════════════════════════════════════════════════════════ */

.dziekuje {
    position: relative;
    min-height: 80vh;
    padding: clamp(60px, 10vw, 140px) 0;
    background: #fff;
    overflow: hidden;
}

/* Boczne grafiki tła */
.dziekuje__bg {
    position: absolute;
    top: 0; bottom: 0;
    width: 30%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.85;
}
.dziekuje__bg--left  { left: 0;  -webkit-mask-image: linear-gradient(to right, #000 0%, transparent 100%); mask-image: linear-gradient(to right, #000 0%, transparent 100%); }
.dziekuje__bg--right { right: 0; -webkit-mask-image: linear-gradient(to left,  #000 0%, transparent 100%); mask-image: linear-gradient(to left,  #000 0%, transparent 100%); }

.dziekuje__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.dziekuje__title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: clamp(2rem, 1.4rem + 2.2vw, 3.4rem);
    line-height: 1.15;
    color: #111;
    margin: 0 0 24px;
}
.dziekuje__lead {
    font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 40px;
}
.dziekuje__lead p { margin: 0 0 10px; }
.dziekuje__lead p:last-child { margin-bottom: 0; }

.dziekuje__divider {
    border: 0;
    width: 60px;
    height: 2px;
    background: #CAAB69;
    margin: 0 auto 32px;
}

.dziekuje__accent {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 0 0 20px;
}

.dziekuje__body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 50px;
}
.dziekuje__body p { margin: 0; }

.dziekuje__divider-thin {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 0 0 40px;
}

.dziekuje__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
}
.dziekuje__col-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 0 0 14px;
}
.dziekuje__col-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #CAAB69;
}
.dziekuje__col-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: #111;
    margin: 0 0 6px;
}
.dziekuje__col-addr {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.dziekuje__phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: #CAAB69;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background-color 0.25s ease;
}
.dziekuje__phone-btn:hover { background: #B58A2D; color: #fff; }

.dziekuje__social {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.dziekuje__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    background: #3b5998;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.25s ease;
}
.dziekuje__social-link[aria-label="Instagram"] { background: #111; }
.dziekuje__social-link:hover { opacity: 0.8; }

/* Mobile */
@media (max-width: 900px) {
    .dziekuje__bg { width: 20%; opacity: 0.4; }
    .dziekuje__inner { padding: 0 16px; }
}
@media (max-width: 600px) {
    .dziekuje__bg { display: none; }
    .dziekuje__cols { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .dziekuje__col-title { justify-content: center; }
    .dziekuje__social { justify-content: center; }
    .dziekuje__phone-btn { width: 100%; justify-content: center; }
}
