/* krakow.wellcome-home.com — brand tokens from wellcome-home.com theme */
:root {
  --yellow: #f0c810;
  --yellow-dark: #d9b40b;
  --dark: #2a2c38;
  --dark-2: #2d303f;
  --dark-3: #181b1d;
  --text: #3a3d4a;
  --muted: #707375;
  --line: #e6e6e9;
  --bg: #ffffff;
  --bg-soft: #f6f6f8;
  --radius: 6px;
  --shadow: 0 10px 30px rgba(42, 44, 56, .10);
  --container: 1180px;
  --font: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.6; color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.18; color: var(--dark-2); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.3rem; }
h1 span, h2 span { color: var(--yellow); }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; line-height: 1.55; }
.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; color: var(--yellow); margin-bottom: 1em; }
.center { text-align: center; }
.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.container--narrow { max-width: 820px; }
section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; }
.gray { background: var(--bg-soft); }
.dark { background: var(--dark); color: #e7e8ee; overflow: hidden; }
.dark h2, .dark h3 { color: #fff; }
.section-head { max-width: 760px; margin: 0 auto clamp(2rem, 5vw, 3.5rem); text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.section-head--light p { color: #c3c5d1; }

.skip { position: absolute; left: -999px; top: 0; background: var(--yellow); color: var(--dark); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  border: 2px solid var(--yellow); border-radius: 4px; padding: .9em 1.7em; background: #fff; color: var(--dark-2);
  font: inherit; font-weight: 700; line-height: 1.15; text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--yellow); color: var(--dark); }
.btn--primary:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn--ghost:hover { background: #fff; color: var(--dark); border-color: #fff; }
.btn--ghost-dark { background: transparent; color: var(--dark); border-color: var(--dark); }
.btn--large { padding: 1.15em 2.2em; font-size: 1.02rem; min-width: 14em; }
.btn--small { padding: .7em 1.2em; font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem 1rem; margin-top: 1.8rem; }
.ico { width: 1.25em; height: 1.25em; fill: currentColor; flex: none; }

/* ---- header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 76px; }
.brand img { width: 120px; height: auto; }
.nav { display: flex; gap: 1.3rem; margin-left: auto; font-weight: 600; font-size: .92rem; }
.nav a { text-decoration: none; color: var(--dark-2); padding: .3em 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav a:hover { border-color: var(--yellow); }
.site-header__actions { display: flex; align-items: center; gap: 1rem; }
.lang { font-weight: 700; font-size: .85rem; text-decoration: none; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: .35em .6em; }
.lang:hover { color: var(--dark); border-color: var(--dark); }
.phone { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; color: var(--dark-2); font-size: .95rem; white-space: nowrap; }
.burger { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 3px; background: var(--dark); border-radius: 2px; transition: transform .2s, opacity .2s; }
@media (max-width: 1280px) {
  .nav { gap: 1rem; font-size: .88rem; }
  .phone span { display: none; }
}
@media (max-width: 900px) {
  .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: .5rem 1.25rem 1rem; display: none; }
  .nav.is-open { display: flex; }
  .nav a { padding: .75em 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-header__actions { margin-left: auto; gap: .6rem; }
  .site-header__actions .btn { display: none; }
  .burger { display: flex; }
  .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(10.5px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10.5px) rotate(-45deg); }
}

/* ---- hero ---- */
.hero { padding: 0; min-height: min(88vh, 760px); display: flex; align-items: center; color: #fff; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(42,44,56,.92) 0%, rgba(42,44,56,.78) 40%, rgba(42,44,56,.25) 100%); }
.hero__inner { padding: clamp(5rem, 12vw, 8rem) 0 clamp(6rem, 12vw, 8rem); max-width: 720px; margin-left: max(1.25rem, (100% - var(--container)) / 2); }
.hero h1 { color: #fff; }
.hero .lead { color: #e7e8ee; max-width: 560px; }
@media (max-width: 600px) { .hero__inner { padding-top: 3.5rem; padding-bottom: 5rem; } .hero .btn-row .btn { width: 100%; } }

/* ---- usp strip ---- */
.usp { padding: 0; margin-top: -3.2rem; position: relative; z-index: 2; }
.usp__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.usp__list li { padding: 1.4rem 1.4rem 1.3rem; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: .8rem; align-items: center; border-left: 1px solid var(--line); }
.usp__list li:first-child { border-left: 0; }
.usp__list .ico { grid-row: 1 / span 2; width: 2.2rem; height: 2.2rem; color: var(--yellow); }
.usp__list strong { color: var(--dark-2); font-size: 1rem; line-height: 1.25; }
.usp__list span { font-size: .85rem; color: var(--muted); line-height: 1.35; }
@media (max-width: 900px) { .usp__list { grid-template-columns: 1fr 1fr; } .usp__list li:nth-child(3) { border-left: 0; } .usp__list li:nth-child(n+3) { border-top: 1px solid var(--line); } }
@media (max-width: 520px) { .usp__list { grid-template-columns: 1fr; } .usp__list li { border-left: 0; border-top: 1px solid var(--line); padding: 1rem 1.2rem; } .usp__list li:first-child { border-top: 0; } }

/* ---- gallery carousel ---- */
.gallery { padding-top: clamp(4rem, 9vw, 7rem); }
.carousel { position: relative; margin-bottom: 2.2rem; }
.carousel__track {
  list-style: none; margin: 0; padding: 0 max(1.25rem, (100% - var(--container)) / 2); display: flex; gap: 1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__item { flex: 0 0 min(640px, 86vw); scroll-snap-align: center; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 3 / 2; }
.carousel__item img { width: 100%; height: 100%; object-fit: cover; }
.carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; color: var(--dark);
  box-shadow: var(--shadow); font-size: 1.8rem; line-height: 1; cursor: pointer; z-index: 2; display: grid; place-items: center; padding: 0 0 .2em;
}
.carousel__btn:hover { background: var(--yellow); }
.carousel__btn--prev { left: max(.75rem, (100% - var(--container)) / 2 - 24px); }
.carousel__btn--next { right: max(.75rem, (100% - var(--container)) / 2 - 24px); }
@media (max-width: 700px) { .carousel__btn { display: none; } }

/* ---- compare ---- */
.sygnet { position: absolute; width: 420px; opacity: .9; pointer-events: none; }
.sygnet--right { right: -60px; top: -40px; }
.sygnet--left { left: -80px; bottom: -60px; width: 380px; }
.compare__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: stretch; max-width: 960px; margin: 0 auto 2.5rem; }
.compare__vs { align-self: center; width: 56px; height: 56px; border-radius: 50%; background: var(--yellow); color: var(--dark); font-weight: 700; display: grid; place-items: center; font-size: 1.1rem; }
.city { background: #fff; color: var(--text); border-radius: var(--radius); padding: 1.8rem 1.8rem 1.5rem; position: relative; }
.city--krk { background: #3a3d4b; color: #d6d7df; }
.city--krk h3 { color: #fff; }
.city--ktw { border: 3px solid var(--yellow); }
.city__tag { display: inline-block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .4rem; }
.city--krk .city__tag { color: #a9abb8; }
.city--ktw .city__tag { color: var(--yellow-dark); }
.city h3 { font-size: 1.6rem; margin: 0 0 .2em; }
.city__type { color: inherit; opacity: .85; margin-bottom: .4rem; font-weight: 600; }
.city__price { font-size: 2.4rem; font-weight: 700; line-height: 1.1; margin: .1em 0 .8em; color: inherit; }
.city--ktw .city__price { color: var(--dark-2); }
.city__price small { font-size: .95rem; font-weight: 600; opacity: .8; }
.city__list { list-style: none; margin: 0; padding: 0; font-size: .97rem; }
.city__list li { padding: .5rem 0 .5rem 1.9rem; position: relative; border-top: 1px solid rgba(128,128,140,.2); }
.city__list li::before { position: absolute; left: 0; top: .55rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 700; }
.city__list .minus::before { content: "–"; background: rgba(255,255,255,.12); color: #fff; }
.city__list .plus::before { content: "✓"; background: var(--yellow); color: var(--dark); }
@media (max-width: 760px) { .compare__grid { grid-template-columns: 1fr; } .compare__vs { justify-self: center; } }

.saving { max-width: 960px; margin: 0 auto 2.5rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 1.8rem clamp(1.2rem, 4vw, 2.5rem); }
.saving__headline { font-size: 1.25rem; margin: 0 0 1.2rem; text-align: center; }
.saving__headline strong { color: var(--yellow); white-space: nowrap; }
.calc label { display: block; font-weight: 700; color: #fff; margin-bottom: .6rem; }
.calc__row { display: flex; align-items: center; gap: 1.2rem; }
.calc__row input[type=range] { flex: 1; accent-color: var(--yellow); height: 2.2rem; cursor: pointer; }
.calc__row output { font-weight: 700; font-size: 1.3rem; color: #fff; min-width: 6.5em; text-align: right; font-variant-numeric: tabular-nums; }
.calc__result { font-size: 1.15rem; margin: 1rem 0 .5rem; }
.calc__result strong { color: var(--yellow); font-size: 1.3em; white-space: nowrap; }
.calc__note { font-size: .82rem; color: #a9abb8; margin: 0; }

/* ---- location ---- */
.route { margin: 0 auto 2.5rem; max-width: 900px; }
.route svg { width: 100%; height: auto; }
.route__city { font: 700 26px var(--font); fill: var(--dark-2); }
.route__lbl { font: 600 18px var(--font); fill: var(--dark-2); paint-order: stroke; stroke: #fff; stroke-width: 8px; stroke-linejoin: round; }
.tiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.tiles li { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--yellow); border-radius: var(--radius); padding: 1.5rem 1.4rem; }
.tiles strong { display: block; font-size: 1.7rem; color: var(--dark-2); line-height: 1.15; margin-bottom: .4rem; }
.tiles span { color: var(--muted); font-size: .95rem; line-height: 1.4; display: block; }
@media (max-width: 900px) { .tiles { grid-template-columns: 1fr 1fr; } .route__city { font-size: 34px; } .route__lbl { font-size: 24px; } }
@media (max-width: 520px) { .tiles { grid-template-columns: 1fr; } }

/* ---- prices ---- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.8rem; text-align: center; position: relative; display: flex; flex-direction: column; }
.plan--featured { border: 3px solid var(--yellow); box-shadow: var(--shadow); transform: translateY(-8px); }
.plan__badge { position: absolute; top: -.9rem; left: 50%; transform: translateX(-50%); background: var(--yellow); color: var(--dark); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: .35em .9em; border-radius: 999px; white-space: nowrap; }
.plan h3 { margin-top: .2em; }
.plan__price { font-size: 2.6rem; font-weight: 700; color: var(--dark-2); line-height: 1.1; margin: .2em 0 .6em; }
.plan__price small { font-size: .95rem; font-weight: 600; color: var(--muted); }
.plan__d { color: var(--muted); font-size: .97rem; flex: 1; }
.plan__vs { font-weight: 700; color: var(--yellow-dark); margin: 0; font-size: .95rem; }
.plans__note { text-align: center; color: var(--muted); font-size: .85rem; margin: 1.8rem auto 2rem; max-width: 640px; }
@media (max-width: 860px) { .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } .plan--featured { transform: none; } }

/* ---- included ---- */
.features { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem 2rem; }
.features li { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.features .check { grid-row: 1 / span 2; width: 2rem; height: 2rem; border-radius: 50%; background: var(--yellow); position: relative; margin-top: .1rem; }
.features .check::after { content: ""; position: absolute; left: .65rem; top: .35rem; width: .45rem; height: .85rem; border: solid var(--dark); border-width: 0 3px 3px 0; transform: rotate(45deg); }
.features strong { color: var(--dark-2); font-size: 1.05rem; }
.features span:not(.check) { color: var(--muted); font-size: .95rem; line-height: 1.45; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; gap: 0; } }

/* ---- flexible ---- */
.flex-rent { padding: 0; background: var(--bg-soft); }
.flex-rent__inner { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; margin: 0; }
.flex-rent__media img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.flex-rent__text { padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 6vw, 5rem); display: flex; flex-direction: column; justify-content: center; max-width: 640px; }
.flex-rent__text p { font-size: 1.08rem; }
.flex-rent__text .btn { align-self: flex-start; margin-top: .5rem; }
@media (max-width: 860px) { .flex-rent__inner { grid-template-columns: 1fr; } .flex-rent__media img { min-height: 0; aspect-ratio: 3 / 2; } }

/* ---- reviews ---- */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-bottom: 3rem; }
.review { margin: 0; background: #fff; border-radius: var(--radius); padding: 2rem 1.8rem 1.6rem; position: relative; box-shadow: 0 4px 18px rgba(42,44,56,.06); display: flex; flex-direction: column; }
.review::before { content: "“"; position: absolute; top: .4rem; left: 1.3rem; font-size: 4.5rem; line-height: 1; color: var(--yellow); font-weight: 700; opacity: .9; }
.review p { margin: 1.2rem 0 1.2rem; font-size: 1.05rem; line-height: 1.55; color: var(--dark-2); flex: 1; }
.review footer { display: flex; flex-direction: column; gap: .1rem; border-top: 1px solid var(--line); padding-top: .9rem; }
.review strong { color: var(--dark-2); }
.review span { font-size: .88rem; color: var(--muted); }
.trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem 4rem; align-items: center; }
.trust__item { display: flex; align-items: center; gap: .9rem; color: var(--muted); font-size: .95rem; max-width: 280px; line-height: 1.3; }
.trust__item strong { font-size: 2rem; color: var(--dark-2); line-height: 1; white-space: nowrap; }
.trust__item--logo img { width: 96px; height: auto; }
@media (max-width: 900px) { .reviews__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }

/* ---- faq ---- */
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-of-type { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; list-style: none; padding: 1.1rem 2.6rem 1.1rem 0; font-weight: 700; font-size: 1.1rem; color: var(--dark-2); position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; color: var(--dark-2); font-weight: 700; transition: transform .2s, background .2s; }
.faq__item[open] summary::after { content: "–"; background: var(--yellow); }
.faq__a { padding: 0 0 1.3rem; color: var(--text); max-width: 720px; }
.faq__a p { margin: 0; }

/* ---- contact ---- */
.contact__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; position: relative; }
.contact__text .lead { color: #e7e8ee; }
.contact__bullets { list-style: none; margin: 0 0 1.6rem; padding: 0; }
.contact__bullets li { padding: .45rem 0 .45rem 2rem; position: relative; font-weight: 600; color: #fff; }
.contact__bullets li::before { content: ""; position: absolute; left: 0; top: .75rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--yellow); }
.contact__bullets li::after { content: ""; position: absolute; left: .43rem; top: .9rem; width: .3rem; height: .6rem; border: solid var(--dark); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.contact__direct { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; }
.contact__direct a { display: inline-flex; align-items: center; gap: .5em; color: #fff; text-decoration: none; font-weight: 700; font-size: 1.05rem; }
.contact__direct a:hover { color: var(--yellow); }
.contact__alt { color: #c3c5d1; font-size: .95rem; }
.contact__alt a { color: var(--yellow); }

.form { background: #fff; color: var(--text); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.4rem); box-shadow: var(--shadow); position: relative; }
.form h3 { margin-bottom: 1.2rem; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field label { font-weight: 700; font-size: .88rem; color: var(--dark-2); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; font-weight: 500; padding: .85em 1em; background: #f6f6f6; border: 1px solid #eaeaea; border-radius: 5px; color: var(--dark-2); width: 100%;
}
.field textarea { resize: vertical; min-height: 6.5em; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--yellow); outline-offset: 0; border-color: var(--yellow); background: #fff; }
.field.is-invalid input, .field.is-invalid textarea { border-color: #d9534f; background: #fff6f6; }
.form__consent { font-size: .78rem; color: var(--muted); line-height: 1.45; margin: 1.1rem 0; }
.form__consent a { color: var(--dark-2); }
.form .btn { width: 100%; }
.form__status { margin: 1rem 0 0; font-weight: 600; min-height: 1.5em; }
.form__status.is-success { color: #1f7a3a; }
.form__status.is-error { color: #c0392b; }
.form__recaptcha { font-size: .72rem; color: var(--muted); margin: .8rem 0 0; line-height: 1.4; }
.form__recaptcha a { color: var(--muted); }
.form.is-sent .form__grid, .form.is-sent .form__consent, .form.is-sent .btn { display: none; }
.grecaptcha-badge { visibility: hidden; }
@media (max-width: 860px) { .contact__inner { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } }

/* ---- footer ---- */
.site-footer { background: var(--dark-3); color: #b5b7c2; padding: 3.5rem 0 1.5rem; font-size: .92rem; }
.site-footer__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; align-items: start; }
.site-footer__brand img { width: 120px; margin-bottom: 1rem; opacity: .95; }
.site-footer__brand p { margin: 0; line-height: 1.5; }
.site-footer__links, .site-footer__contact { display: flex; flex-direction: column; gap: .5rem; }
.site-footer a { color: #e7e8ee; text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.site-footer .lang { align-self: flex-start; border-color: #3a3d4b; color: #b5b7c2; margin-top: .5rem; }
.site-footer__copy { text-align: center; margin: 2.5rem 0 0; font-size: .8rem; color: #7c7f8c; padding: 1.5rem 1.25rem 0; border-top: 1px solid #2a2c38; }
@media (max-width: 700px) { .site-footer__inner { grid-template-columns: 1fr; } }

/* ---- sticky mobile CTA ---- */
.sticky-cta { display: none; }
@media (max-width: 700px) {
  .sticky-cta { display: grid; grid-template-columns: 1fr auto; gap: .6rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: .6rem .8rem; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(8px); transform: translateY(110%); transition: transform .25s; }
  .sticky-cta.is-visible { transform: none; }
  body { padding-bottom: 72px; }
  .sticky-cta .btn { padding: .85em 1.2em; font-size: .95rem; }
}

/* ---- thank-you page ---- */
.thanks { min-height: 70vh; display: flex; align-items: center; }
.thanks .container { text-align: center; }
.thanks__check { display: inline-block; width: 4.5rem; height: 4.5rem; border-radius: 50%; background: var(--yellow); position: relative; margin-bottom: 1.5rem; }
.thanks__check::after { content: ""; position: absolute; left: 1.55rem; top: .95rem; width: 1rem; height: 1.9rem; border: solid var(--dark); border-width: 0 5px 5px 0; transform: rotate(45deg); }
.thanks h1 { text-wrap: balance; }
.thanks .lead { color: var(--muted); max-width: 560px; margin-inline: auto; }
.thanks__h2 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 2.5rem 0 1rem; }
.thanks__steps { text-align: left; max-width: 560px; margin: 0 auto 2rem; padding-left: 1.4rem; display: grid; gap: .6rem; }
.thanks__steps li { padding-left: .3rem; }
.thanks__steps li::marker { color: var(--yellow-dark); font-weight: 700; }
.thanks .btn-row { justify-content: center; }
.thanks__direct { justify-content: center; margin-top: 2rem; }
.thanks__direct a { color: var(--dark-2); }

/* ---- cookie banner (Consent Mode v2) ---- */
.cookies { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--dark); color: #e7e8ee; padding: 1rem 1.25rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .8rem 2rem; box-shadow: 0 -8px 30px rgba(0,0,0,.25); font-size: .9rem; }
.cookies[hidden] { display: none; }
.cookies p { margin: 0; max-width: 720px; }
.cookies a { color: var(--yellow); }
.cookies__btns { display: flex; gap: .6rem; flex-wrap: wrap; }
.cookies .btn { padding: .7em 1.3em; font-size: .9rem; }
@media (max-width: 600px) { .cookies { padding-bottom: 1rem; } .cookies__btns { width: 100%; } .cookies__btns .btn { flex: 1; } }
