:root {
  --blue: #0867ca;
  --blue-deep: #052e62;
  --ink: #102947;
  --orange: #f5a11b;
  --paper: #f6f8fb;
  --white: #fff;
  --line: rgba(16, 41, 71, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
}
.container {
  width: min(1180px, 84%);
  margin-inline: auto;
}
.hero-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(47, 142, 240, 0.35),
      transparent 27%
    ),
    linear-gradient(118deg, #031d41 0%, #084988 56%, #066dc8 110%);
}
.hero-header:after {
  content: "";
  position: absolute;
  width: 44rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  right: -17rem;
  bottom: -28rem;
}
.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.brand {
  display: block;
  overflow: hidden;
}
.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand--nav {
  width: 280px;
  height: 112px;
  margin: -36px -56px -36px -42px;
}
.menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s;
}
.menu a:hover {
  color: #ffd181;
}
.menu .nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100px;
}
.booksy-widget {
  display: flex;
  align-items: center;
}
.booksy-widget .booksy-widget-container-dialog {
  width: auto !important;
  height: auto !important;
}
.booksy-widget .booksy-widget-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 11px 18px !important;
  border: 0 !important;
  border-radius: 100px !important;
  color: #192c42 !important;
  background: var(--orange) !important;
  background-image: none !important;
  box-shadow: none !important;
  font: 700 0.88rem "DM Sans", sans-serif !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.booksy-widget .booksy-widget-button::after {
  content: "Umów wizytę online";
}
.booksy-widget .booksy-business-link {
  display: none !important;
}
.booksy-widget .booksy-widget-button:hover {
  color: #192c42 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18) !important;
}
.menu-toggle {
  display: none;
  color: #fff;
  font:
    600 0.9rem "DM Sans",
    sans-serif;
  background: transparent;
  border: 0;
}
.hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}
.eyebrow1 {
  margin: 0 0 14px;
  color: #084988;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}
.hero h1,
.section-heading h2,
.about h2,
.contact h2 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.06;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.hero h1 em {
  font-style: normal;
  color: #ffb631;
}
.hero-lead {
  max-width: 590px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14px 23px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}
.primary {
  background: var(--orange);
  color: #192c42;
}
.secondary {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
.hero-mark {
  justify-self: end;
  width: min(580px, 100%);
  position: relative;
}
.hero-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 16, 45, 0.42));
}
.section {
  padding-block: 110px;
}
.section-heading {
  max-width: 650px;
  margin-bottom: 44px;
}
.section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.section-heading > p:last-child {
  color: #53677f;
  margin: 16px 0 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(28, 61, 96, 0.055);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(28, 61, 96, 0.12);
}
.badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  color: #875400;
  background: #fff0cf;
  font-size: 0.7rem;
  font-weight: 700;
}
.badge1 {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  color: #17304c;
  background: #fff0cf;
  font-size: 0.7rem;
  font-weight: 700;
}
.card h3 {
  margin: 25px 0 5px;
  font:
    700 1.15rem Manrope,
    sans-serif;
}
.price {
  margin: 10px 0 0;
  color: var(--blue);
  font:
    800 2.5rem/1 Manrope,
    sans-serif;
}
.price small {
  font-size: 1.1rem;
}
.card p {
  color: #5b6c80;
  font-size: 0.9rem;
}
.old {
  margin: 7px 0 20px;
  text-decoration: line-through;
}
.featured {
  color: #fff;
  border: none;
  background: linear-gradient(150deg, #0c7add, #0351a6);
}
.featured .badge {
  color: #e58f00;
  background: #fff;
}
.featured .price,
.featured p {
  color: #fff;
}
.featured p {
  opacity: 0.88;
}
.about-section {
  background: #e9f3ff;
}
.about {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 42px;
  padding-block: 100px;
  align-items: start;
}
.about-number {
  color: var(--blue);
  font:
    800 1rem Manrope,
    sans-serif;
}
.about-number span {
  display: block;
  width: 45px;
  height: 2px;
  margin-top: 12px;
  background: var(--orange);
}
.about h2 {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}
.about-copy {
  color: #415a75;
}
.about-copy p:first-child {
  margin-top: 0;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 12px;
  color: var(--blue-deep);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.about-logo {
  display: block;
  width: min(230px, 100%);
  height: auto;
  margin-top: 24px;
}
.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border-radius: 26px;
  background: #073566;
  color: #fff;
}
.contact-details {
  padding: 54px;
}
.contact h2 {
  font-size: clamp(2.1rem, 3.5vw, 3.1rem);
}
.contact-intro {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
}
.contact-links {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}
.contact-links a {
  display: grid;
  gap: 1px;
  color: #fff;
  text-decoration: none;
}
.contact-links span {
  color: #9ec8f4;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contact-links strong {
  font-size: 1rem;
}
.contact-actions {
  display: grid;
  gap: 12px;
}
.contact-actions .btn,
.contact-actions .booksy-widget,
.contact-actions .booksy-widget-container-dialog,
.contact-actions .booksy-widget-button {
  width: 100% !important;
}
.contact-actions .btn,
.contact-actions .booksy-widget-button {
  font-size: 0.95rem !important;
}
.contact-actions .booksy-widget-button {
  justify-content: center;
}
.map-card {
  min-height: 430px;
  position: relative;
  background: #d7e1e9;
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: saturate(0.8) contrast(0.95);
}
.map-address {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  line-height: 1.35;
}
.map-address > span:first-child {
  font-size: 1.2rem;
}
.map-address b {
  margin-left: auto;
  font-size: 1.2rem;
  color: var(--blue);
}
footer {
  color: #fff;
  background: #041a34;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-block: 34px;
}
.brand--footer {
  width: 210px;
  height: 105px;
  margin: -35px -35px -35px -28px;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 21px;
}
.footer-links p {
  margin: 0 6px 0 0;
  color: #82add8;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.87rem;
}
.footer-links a:hover {
  color: #f9bd52;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8ca6c2;
  font-size: 0.78rem;
}
.phone {
  position: fixed;
  z-index: 10;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #17304c;
  background: #ffb126;
  text-decoration: none;
  font-size: 1.45rem;
  box-shadow: 0 10px 24px rgba(3, 27, 57, 0.28);
}
@media (max-width: 900px) {
  .container {
    width: min(680px, 88%);
  }
  .nav {
    min-height: 78px;
  }
  .brand--nav {
    width: 220px;
    height: 90px;
    margin: -26px -38px -26px -30px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .menu-toggle span,
  .menu-toggle span:before,
  .menu-toggle span:after {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    content: "";
  }
  .menu-toggle span:before {
    transform: translateY(-6px);
  }
  .menu-toggle span:after {
    transform: translateY(4px);
  }
  .menu {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: min(300px, 100%);
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
  }
  .menu.is-open {
    display: grid;
    gap: 3px;
  }
  .menu a {
    padding: 10px;
    color: var(--ink);
  }
  .menu .booksy-widget {
    padding: 8px 10px 4px;
  }
  .menu .booksy-widget .booksy-widget-button {
    width: 100%;
  }
  .menu .nav-cta {
    border-color: var(--blue);
    color: var(--blue);
    text-align: center;
  }
  .hero {
    min-height: auto;
    padding: 70px 0 58px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-lead {
    margin-inline: auto;
  }
  .buttons {
    justify-content: center;
  }
  .hero-mark {
    display: none;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .about {
    grid-template-columns: 80px 1fr;
  }
  .about-copy {
    grid-column: 2;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .map-card {
    min-height: 350px;
  }
  .map-card iframe {
    min-height: 350px;
  }
  .footer-main {
    align-items: flex-start;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px 20px;
  }
  .footer-links p {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .section {
    padding-block: 72px;
  }
  .hero {
    padding-top: 56px;
  }
  .hero h1 {
    font-size: 2.55rem;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    min-height: 0;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 70px;
  }
  .about-copy {
    grid-column: auto;
  }
  .contact-details {
    padding: 36px 26px;
  }
  .footer-main,
  .footer-bottom {
    flex-direction: column;
  }
  .footer-main {
    gap: 20px;
  }
  .brand--footer {
    margin-bottom: -22px;
  }
  .footer-bottom {
    gap: 4px;
  }
  .phone {
    width: 52px;
    height: 52px;
    right: 15px;
    bottom: 15px;
  }
  .btn {
    width: 100%;
  }
  .buttons {
    display: grid;
  }
  .map-card,
  .map-card iframe {
    min-height: 310px;
  }
}

/* Podstrona O mnie */
.about-page-header {
  color: #fff;
  background: linear-gradient(122deg, #05234b, #0876d5);
}
.about-page-header .menu .is-current {
  color: #ffd181;
}
.about-page-hero {
  min-height: 370px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 40px;
}
.about-page-hero h1 {
  margin: 0;
  font:
    800 clamp(2.8rem, 5vw, 4.6rem)/1.05 Manrope,
    sans-serif;
  letter-spacing: -0.055em;
}
.about-page-hero p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}
.about-page-hero img {
  width: min(410px, 100%);
  justify-self: end;
  filter: drop-shadow(0 18px 28px rgba(0, 16, 45, 0.4));
}
.about-intro {
  padding-block: 110px;
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.about-intro h2,
.about-section-title,
.about-profile h2,
.about-cta h2 {
  margin: 0;
  font:
    800 clamp(2rem, 3.6vw, 3.25rem)/1.1 Manrope,
    sans-serif;
  letter-spacing: -0.05em;
}
.about-intro-grid p {
  margin: 0 0 16px;
  color: #415a75;
}
.about-values-section {
  padding-block: 95px;
  color: #fff;
  background: #073566;
}
.about-section-title {
  max-width: 700px;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.about-values article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}
.about-values span {
  color: #fdb33a;
  font:
    700 0.8rem Manrope,
    sans-serif;
}
.about-values h3 {
  margin: 25px 0 9px;
  font:
    700 1.15rem Manrope,
    sans-serif;
}
.about-values p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.93rem;
}
.about-profile {
  padding-block: 105px;
}
.about-profile-card {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  padding: 48px;
  border-radius: 24px;
  background: #e9f3ff;
}
.about-profile-card h2 {
  max-width: 650px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}
.about-profile-card p:last-of-type {
  max-width: 650px;
  color: #415a75;
}
.about-cta {
  padding: 0 0 105px;
}
.about-cta h2 {
  max-width: 730px;
}
.about-cta .buttons {
  margin-top: 28px;
}
.about-outline {
  color: var(--blue-deep);
  border: 1px solid var(--blue-deep);
}
@media (max-width: 900px) {
  .about-page-hero {
    min-height: 320px;
    grid-template-columns: 1fr;
    padding-block: 60px;
    text-align: center;
  }
  .about-page-hero p:last-child {
    margin-inline: auto;
  }
  .about-page-hero img {
    display: none;
  }
  .about-intro-grid,
  .about-values {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-values {
    margin-top: 34px;
  }
  .about-profile-card {
    display: grid;
    padding: 36px;
  }
}
@media (max-width: 560px) {
  .about-intro,
  .about-profile {
    padding-block: 72px;
  }
  .about-values-section {
    padding-block: 70px;
  }
  .about-profile-card {
    padding: 28px 22px;
  }
  .about-cta {
    padding-bottom: 72px;
  }
}
