/* =====================================================================
   Mój Dentysta — Landing All-on-X
   Style w konwencji BEM (block__element--modifier)
   ===================================================================== */

/* --- Reset / globalne --------------------------------------------------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #f4eef0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2a1230;
}
img { max-width: 100%; }

.page { width: 100%; background: #fff; overflow: hidden; }

/* Sekcje pełnej szerokości (tło na full), treść wyśrodkowana do 1080px */
.band {
  padding-left: max(40px, calc((100% - 1080px) / 2)) !important;
  padding-right: max(40px, calc((100% - 1080px) / 2)) !important;
}

@keyframes popIn {
  from { opacity: 0; transform: scale(.96); }
  to   { opacity: 1; transform: scale(1); }
}

/* --- Utilities ---------------------------------------------------------- */
.u-accent { color: #b51d8e; }
.u-meta   { font-size: 13px; color: #7e6b78; }

/* --- Wspólne dla sekcji ------------------------------------------------- */
.section       { padding: 64px 40px; }
.section--alt  { padding: 60px 40px; background: #fbf3f9; }
.section-head  { text-align: center; margin-bottom: 40px; }
.section-title { font-size: 34px; font-weight: 800; letter-spacing: -.02em; margin: 12px 0 0; }
.eyebrow       { color: #b51d8e; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.card-grid     { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-body     { font-size: 14.5px; color: #7e6b78; line-height: 1.55; margin: 0; }

/* --- Topbar ------------------------------------------------------------- */
.topbar             { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; border-bottom: 1px solid #f0e1ec; }
.topbar__brand      { display: flex; align-items: center; gap: 10px; }
.topbar__logo       { width: 36px; height: 36px; display: block; }
.topbar__brand-name { font-weight: 800; font-size: 17px; letter-spacing: -.01em; }
.topbar__contact    { display: flex; align-items: center; gap: 24px; }
.topbar__phone      { text-decoration: none; display: flex; align-items: center; gap: 8px; font-weight: 700; color: #b51d8e; font-size: 16px; }
.topbar__phone-icon { width: 30px; height: 30px; border-radius: 50%; background: #f9eef6; display: flex; align-items: center; justify-content: center; font-size: 15px; }

/* --- Hero --------------------------------------------------------------- */
.hero                    { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding: 56px 40px 60px; background: linear-gradient(180deg, #fbf3f9 0%, #ffffff 100%); }
.hero__badge             { display: inline-flex; align-items: center; gap: 8px; background: #f7e4f2; color: #b51d8e; font-weight: 700; font-size: 13px; padding: 7px 14px; border-radius: 100px; letter-spacing: .02em; }
.hero__title             { font-size: 46px; line-height: 1.08; font-weight: 800; letter-spacing: -.025em; margin: 20px 0 16px; }
.hero__lead              { font-size: 18px; line-height: 1.55; color: #6b5663; margin: 0 0 26px; max-width: 460px; }
.hero__benefits          { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.hero__benefit           { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 500; }
.hero__benefit-check     { flex: none; width: 24px; height: 24px; border-radius: 50%; background: #b51d8e; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.hero__price             { display: flex; align-items: flex-end; gap: 24px; }
.hero__price-label       { font-size: 13px; color: #7e6b78; font-weight: 600; }
.hero__price-value       { font-size: 30px; font-weight: 800; color: #b51d8e; letter-spacing: -.02em; }
.hero__price-value--dark { color: #2a1230; }
.hero__price-sep         { border-left: 1px solid #e8d2e3; padding-left: 24px; }

/* --- Formularz lead (karta) --------------------------------------------- */
.lead-card           { background: #fff; border: 1px solid #eddced; border-radius: 16px; box-shadow: 0 18px 50px -28px rgba(150,20,120,.32); padding: 30px; }
.lead-card__title    { font-size: 21px; font-weight: 800; letter-spacing: -.01em; }
.lead-card__subtitle { font-size: 14px; color: #7e6b78; margin: 6px 0 20px; line-height: 1.5; }

.lead-form            { display: flex; flex-direction: column; gap: 12px; }
.lead-form__honeypot  { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead-form__label     { font-size: 13px; font-weight: 600; color: #6b5663; display: block; margin-bottom: 6px; }
.lead-form__optional  { color: #b09aa8; font-weight: 500; }
.lead-form__input     { width: 100%; padding: 13px 14px; border: 1px solid #e8d2e3; border-radius: 10px; font-size: 15px; font-family: inherit; outline: none; }
.lead-form__consent   { display: flex; gap: 10px; align-items: flex-start; font-size: 11.5px; color: #96808d; line-height: 1.45; margin: 4px 0 2px; }
.lead-form__checkbox  { margin-top: 2px; flex: none; }
.lead-form__submit    { background: linear-gradient(95deg, #c2188c, #7a1c9e); color: #fff; border: none; padding: 15px; border-radius: 10px; font-size: 16px; font-weight: 700; font-family: inherit; cursor: pointer; }
.lead-form__submit:hover { background: linear-gradient(95deg, #a51676, #671589); }
.lead-form__error     { text-align: center; font-size: 13px; color: #c2185b; background: #fde8f0; border-radius: 8px; padding: 9px; }
.lead-form__note      { text-align: center; font-size: 12px; color: #b09aa8; }

.lead-thanks        { text-align: center; padding: 28px 6px; animation: popIn .35s ease; }
.lead-thanks__icon  { width: 64px; height: 64px; border-radius: 50%; background: #e3f6ec; color: #15a05a; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 16px; }
.lead-thanks__title { font-size: 22px; font-weight: 800; }
.lead-thanks__text  { font-size: 15px; color: #7e6b78; line-height: 1.55; margin: 10px 0 0; }

/* --- Pasek zaufania ----------------------------------------------------- */
.trust             { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #f0e1ec; border-bottom: 1px solid #f0e1ec; background: #fdf8fc; }
.trust__item       { padding: 22px 32px; display: flex; align-items: center; gap: 14px; border-right: 1px solid #f0e1ec; }
.trust__item--last { border-right: none; }
.trust__title      { font-weight: 700; font-size: 15px; }

/* --- Sekcja: na czym polega (about) ------------------------------------- */
.about__head  { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.about__title { font-size: 34px; font-weight: 800; letter-spacing: -.02em; margin: 12px 0 14px; }
.about__text  { font-size: 17px; color: #6b5663; line-height: 1.6; margin: 0; }

.feature-card        { border: 1px solid #f0e1ec; border-radius: 14px; padding: 26px; }
.feature-card__num   { width: 46px; height: 46px; border-radius: 11px; background: #f9eef6; color: #b51d8e; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; margin-bottom: 16px; }
.feature-card__icon  { width: 46px; height: 46px; border-radius: 11px; background: #f9eef6; color: #b51d8e; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-card__title { font-weight: 700; font-size: 18px; margin-bottom: 8px; }

/* --- Sekcja: dla kogo (audience) ---------------------------------------- */
.audience__grid      { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.audience__media     { border-radius: 16px; overflow: hidden; height: 340px; }
.audience__img       { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
.audience__title     { font-size: 32px; font-weight: 800; letter-spacing: -.02em; margin: 12px 0 22px; }
.audience__list      { display: flex; flex-direction: column; gap: 14px; }
.audience__item      { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid #efdfeb; border-radius: 12px; padding: 16px 18px; }
.audience__check     { flex: none; width: 26px; height: 26px; border-radius: 50%; background: #b51d8e; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.audience__item-text { font-size: 15.5px; line-height: 1.5; }

/* --- Sekcja: przebieg leczenia (process) -------------------------------- */
.process__head       { text-align: center; margin-bottom: 44px; }
.process__steps      { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.process__step       { text-align: center; }
.process__step-num   { width: 52px; height: 52px; border-radius: 50%; background: #b51d8e; color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.process__step-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.process__step-text  { font-size: 13px; color: #7e6b78; line-height: 1.5; }

/* --- Sekcja: przed / po (results) --------------------------------------- */
.results__grid         { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.results__card         { background: #fff; border: 1px solid #efdfeb; border-radius: 16px; padding: 18px; }
.results__pair         { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.results__photo        { position: relative; height: 200px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.results__photo--before { background: repeating-linear-gradient(45deg, #edd9e8 0 12px, #f5e7f1 12px 24px); }
.results__photo--after  { background: repeating-linear-gradient(45deg, #e9d2e6 0 12px, #f4e3f0 12px 24px); }
.results__tag          { position: absolute; top: 10px; left: 10px; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 6px; }
.results__tag--before  { background: #2a1230; }
.results__tag--after   { background: #b51d8e; }
.results__placeholder  { font-family: monospace; font-size: 12px; color: #9c7d92; }
.results__caption      { font-size: 14px; color: #7e6b78; margin-top: 14px; }

/* --- Sekcja: opinie (reviews) ------------------------------------------- */
.review         { border: 1px solid #f0e1ec; border-radius: 14px; padding: 24px; }
.review__stars  { color: #e0a93f; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.review__quote  { font-size: 15px; line-height: 1.6; color: #3a2238; margin: 0 0 18px; }
.review__author { font-weight: 700; font-size: 14px; }

/* --- Sekcja: FAQ -------------------------------------------------------- */
.faq__head     { text-align: center; margin-bottom: 36px; }
.faq__title    { font-size: 32px; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.faq__list     { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq__item     { background: #fff; border: 1px solid #efdfeb; border-radius: 12px; padding: 20px 24px; }
.faq__question { font-weight: 700; font-size: 16px; margin-bottom: 6px; }

/* --- CTA końcowe -------------------------------------------------------- */
.cta              { padding: 56px 40px; background: linear-gradient(120deg, #c2188c, #7a1c9e); color: #fff; text-align: center; }
.cta__title       { font-size: 32px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; }
.cta__text        { font-size: 17px; opacity: .9; margin: 0 0 26px; }
.cta__actions     { display: flex; gap: 14px; justify-content: center; }
.cta__btn         { text-decoration: none; font-weight: 700; font-size: 16px; padding: 15px 28px; border-radius: 10px; }
.cta__btn--primary { background: #fff; color: #b51d8e; }
.cta__btn--ghost   { background: transparent; color: #fff; border: 1px solid #ffffff66; }

/* --- Stopka ------------------------------------------------------------- */
.site-footer        { padding: 28px 40px; background: #2a0b27; color: #c49cb9; font-size: 13px; display: flex; justify-content: space-between; align-items: center; }
.site-footer__brand { color: #fff; font-weight: 800; font-size: 15px; }
.site-footer__dot   { color: #d869b3; }

/* =====================================================================
   Responsywność
   ===================================================================== */

/* Tablety i mniejsze ekrany */
@media (max-width: 900px) {
  .hero          { grid-template-columns: 1fr; gap: 32px; }
  .audience__grid { grid-template-columns: 1fr; gap: 28px; }
  .audience__media { height: 280px; }
  .card-grid     { grid-template-columns: 1fr; }
  .results__grid { grid-template-columns: 1fr; }
  .process__steps { grid-template-columns: repeat(2, 1fr); gap: 22px; }

  .trust              { grid-template-columns: 1fr; }
  .trust__item        { border-right: none; border-bottom: 1px solid #f0e1ec; }
  .trust__item--last  { border-bottom: none; }
}

/* Telefony */
@media (max-width: 560px) {
  .band { padding-left: 20px !important; padding-right: 20px !important; }

  .topbar          { flex-direction: column; align-items: flex-start; gap: 10px; }
  .topbar__contact { flex-wrap: wrap; gap: 10px 18px; }

  /* mniejsze odstępy pionowe sekcji */
  .section, .section--alt { padding-top: 44px; padding-bottom: 44px; }
  .hero { padding-top: 36px; padding-bottom: 40px; }
  .cta  { padding-top: 44px; padding-bottom: 44px; }

  /* mniejsze nagłówki */
  .hero__title { font-size: 34px; }
  .about__title, .audience__title, .section-title, .faq__title, .cta__title { font-size: 26px; }

  .process__steps { grid-template-columns: 1fr; gap: 14px; }
  .lead-card      { padding: 24px; }

  .cta__actions { flex-direction: column; }
  .cta__btn     { width: 100%; text-align: center; }
}
