*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --color-bg: #291021;
  --color-bg-soft: #3a1630;
  --color-bg-light: #fbf5f8;
  --color-accent: #b13a79;
  --color-accent-soft: rgba(177, 58, 121, 0.14);
  --color-highlight: #f2a9c8;
  --color-text-main: #fff9fd;
  --color-text-muted: #d6bfd0;
  --color-text-dark: #2a111f;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.35);
  --shadow-light: 0 10px 30px rgba(38, 9, 27, 0.25);
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Lato", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #3a1630, #140713 60%);
  color: var(--color-text-main);
  line-height: 1.7;
}

/* układ ogólny */
.section-social {
  background: linear-gradient(135deg, rgba(41, 16, 33, 0.98), rgba(177, 58, 121, 0.9));
  color: #fff8fd;
  padding: 2.8rem 0 3rem;
}

.social-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
}

.social-text {
  max-width: 420px;
}

.social-text h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.6rem;
  margin: 0.4rem 0 0.7rem;
}

.social-text p {
  margin: 0;
  font-size: 0.95rem;
}

.social-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  opacity: 0.9;
}

.social-links {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 1rem;
  min-width: 280px;
}

.social-link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.8rem;
  row-gap: 0.2rem;
  align-items: center;
  padding: 0.9rem 1.1rem;
  border-radius: 18px;
  text-decoration: none;
  background: rgba(19, 4, 15, 0.3);
  border: 1px solid rgba(250, 230, 244, 0.8);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  color: #fff9fd;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: rgba(19, 4, 15, 0.6);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

.social-icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.social-icon-ig {
  background: radial-gradient(circle at 30% 0, #ffd1e5, #b13a79);
}

.social-icon-fb {
  background: radial-gradient(circle at 30% 0, #ffe5ff, #7c2c83);
}

.social-label-main {
  font-size: 0.9rem;
  font-weight: 700;
}

.social-label-sub {
  font-size: 0.78rem;
  opacity: 0.9;
}

/* mniejsze ekrany dla social strip */

@media (max-width: 900px) {
  .section-social {
    padding: 2.4rem 0 2.6rem;
  }
  .social-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .social-links {
    width: 100%;
    grid-auto-flow: row;
  }
}


.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}

.section-light {
  background: var(--color-bg-light);
  color: var(--color-text-dark);
}

.section-dark {
  background: linear-gradient(135deg, #291021, #3a1630 60%, #140713 100%);
}

.section-contact {
  background: radial-gradient(circle at top right, #3b1531, #170813 52%, #0c040a 100%);
  color: var(--color-text-main);
}

.section h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-bottom: 1.2rem;
}

.section-lead {
  max-width: 640px;
  margin-bottom: 2.4rem;
  font-size: 0.98rem;
  color: rgba(253, 242, 249, 0.8);
}

.section-light .section-lead {
  color: #5b3d52;
}

/* nagłówek */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(21, 5, 18, 0.95), rgba(21, 5, 18, 0.7), transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.75rem 0 0.9rem;
}

.logo img {
  height: 56px;
  width: auto;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.main-nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-size: 0.9rem;
}

.main-nav a {
  color: var(--color-text-muted);
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.06em;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.main-nav a:hover {
  color: #ffffff;
  border-color: rgba(242, 169, 200, 0.9);
  transform: translateY(-1px);
}

/* przyciski */

.btn {
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  padding: 0.7rem 1.6rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.btn-primary {
  background: radial-gradient(circle at top left, var(--color-highlight), var(--color-accent));
  color: #2a0c20;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45);
}

.btn-outline {
  border: 1px solid rgba(255, 244, 252, 0.7);
  color: var(--color-text-main);
  background: rgba(34, 9, 27, 0.6);
}

.btn-outline:hover {
  background: rgba(255, 244, 252, 0.14);
}

.btn-ghost {
  background: rgba(45, 11, 36, 0.6);
  color: var(--color-text-main);
}

.btn-ghost:hover {
  background: rgba(45, 11, 36, 0.85);
}

.btn-small {
  font-size: 0.8rem;
  padding: 0.55rem 1.1rem;
}

/* hamburger */

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.26rem;
  background: transparent;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
}

.nav-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff5fb;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.nav-toggle.nav-open span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle.nav-open span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* sekcja hero z tłem zdjęcia */

.hero {
  position: relative;
  padding: 4.2rem 0 4.6rem;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(24, 5, 20, 0.92), rgba(24, 5, 20, 0.88)),
    radial-gradient(circle at top left, rgba(242, 169, 200, 0.4), transparent 55%),
    url("https://sferaukojenia.pl/img/sfera_ukojenia_masaz.jpg") center center / cover no-repeat;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 10% 4%;
  border-radius: 40px;
  border: 1px solid rgba(255, 244, 252, 0.12);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65);
  z-index: -1;
}

/* siatka hero */

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
  gap: 2.8rem;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.7rem;
  color: var(--color-text-muted);
  margin: 0 0 0.8rem;
}

.hero h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 3.1vw, 2.6rem);
  margin: 0 0 1rem;
}

.hero-lead {
  max-width: 36rem;
  font-size: 0.98rem;
  color: rgba(255, 245, 252, 0.92);
  margin-bottom: 1.9rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-badges li {
  font-size: 0.8rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 222, 237, 0.7);
  background: rgba(40, 9, 32, 0.86);
  backdrop-filter: blur(12px);
}

/* karta hero */

.hero-card {
  background: radial-gradient(circle at top left, rgba(242, 169, 200, 0.22), rgba(36, 7, 28, 0.98));
  border-radius: var(--radius-xl);
  padding: 1.8rem 1.7rem 2rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(244, 229, 238, 0.32);
  backdrop-filter: blur(18px);
}

.hero-card h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.hero-card p {
  font-size: 0.93rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.hero-card li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9rem;
}

.hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-highlight), var(--color-accent));
}

/* sekcja o mnie */

.split {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 2.4rem;
  align-items: center;
}

.about-highlights {
  display: grid;
  gap: 0.9rem;
}

.pill {
  border-radius: 999px;
  background: #ffffff;
  color: #3a1630;
  padding: 0.75rem 1.2rem;
  box-shadow: var(--shadow-light);
  font-size: 0.9rem;
}

/* karty oferty */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 2.1rem;
}

.card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.02), rgba(36, 7, 28, 0.98));
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem 1.6rem;
  border: 1px solid rgba(244, 229, 238, 0.28);
  box-shadow: var(--shadow-light);
}

.section-dark .card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.04), rgba(23, 5, 18, 0.98));
}

.card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.card p {
  font-size: 0.92rem;
  margin: 0 0 0.6rem;
  color: rgba(253, 242, 249, 0.9);
}

.section-light .card p {
  color: #4b3444;
}

.card-meta {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

/* cennik */

.pricing-wrapper {
  margin-top: 2.2rem;
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-light);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.pricing-table thead {
  background: linear-gradient(to right, rgba(242, 169, 200, 0.35), rgba(177, 58, 121, 0.14));
}

.pricing-table th,
.pricing-table td {
  padding: 0.7rem 0.8rem;
  text-align: left;
}

.pricing-table th {
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3a1630;
}

.pricing-table tbody tr:nth-child(even) {
  background: #f7ecf3;
}

.pricing-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.pricing-table td:last-child {
  font-weight: 600;
  color: #b13a79;
}

.pricing-note {
  margin-top: 1.2rem;
  font-size: 0.86rem;
  color: #5b3d52;
}

/* kontakt */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 2.4rem;
  align-items: start;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  font-size: 0.95rem;
}

.contact-list li + li {
  margin-top: 0.4rem;
}

.contact-list a {
  color: var(--color-highlight);
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.contact-card {
  background: radial-gradient(circle at top left, rgba(242, 169, 200, 0.28), rgba(23, 5, 18, 0.98));
  border-radius: var(--radius-xl);
  padding: 1.6rem 1.5rem 1.7rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(244, 229, 238, 0.4);
}

.contact-card h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: 1.08rem;
}

.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
  font-size: 0.92rem;
}

.contact-card li {
  position: relative;
  padding-left: 1.2rem;
}

.contact-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-highlight);
}

/* stopka */

.site-footer {
  border-top: 1px solid rgba(211, 178, 198, 0.55);
  background: #150712;
  color: var(--color-text-muted);
  font-size: 0.8rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 1.1rem 1.5rem 1.3rem;
}

.footer-note {
  opacity: 0.8;
}

/* responsywność */

@media (max-width: 900px) {
  .hero::after {
    inset: 6% 3%;
  }

  .hero-grid,
  .split,
  .cards-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-grid {
    gap: 2rem;
  }

  .cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-card {
    order: -1;
  }

  .pricing-wrapper {
    padding: 1.4rem;
  }
}

@media (max-width: 768px) {
  .site-header {
    background: rgba(21, 5, 18, 0.96);
  }

  .main-nav {
    position: absolute;
    inset: 60px 1.5rem auto;
    background: rgba(21, 5, 18, 0.98);
    border-radius: 18px;
    padding: 0.85rem 1.1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .main-nav.nav-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-inner {
    padding-inline: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .btn-small {
    display: none;
  }

  .hero {
    padding-top: 3.2rem;
  }
}

@media (max-width: 520px) {
  .hero-badges {
    flex-direction: column;
  }

  .pricing-wrapper {
    padding: 1.1rem;
  }

  .pricing-table th,
  .pricing-table td {
    padding-inline: 0.4rem;
  }

  .footer-inner {
    padding-inline: 1.1rem;
  }
}
