/*
Theme Name: MGOKSiR Zdzieszowice — Elementor
Theme URI: https://vusa.pl/
Author: VUSA | reklama & marketing
Author URI: https://vusa.pl/
Description: Dedykowany motyw Elementor dla MGOKSiR Zdzieszowice. Projekt, kod i wdrożenie: VUSA | reklama & marketing.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: mgoksir-elementor
*/

:root {
  --ink: #211b35;
  --muted: #6f6980;
  --purple: #7352ee;
  --purple-dark: #5a35d4;
  --pink: #d557e7;
  --lavender: #f1edff;
  --lavender-2: #e8e0ff;
  --line: #e7e0f4;
  --white: #fff;
  --success: #21845a;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow: 0 18px 45px rgba(58, 38, 111, 0.11);
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #faf9ff;
  font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.55rem, 5.5vw, 5.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 780px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #f3abff;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(104, 70, 175, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.custom-logo {
  max-width: 220px;
  max-height: 58px;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  margin-right: 9px;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--pink));
  font-size: 23px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(115, 82, 238, 0.25);
}

.brand__name {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand__place {
  margin: 2px 0 0 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a {
  display: inline-flex;
  padding: 12px 0;
  color: #4f485d;
  font-size: 13px;
  font-weight: 700;
}

.menu a:hover,
.menu .current-menu-item > a,
.menu .current_page_item > a {
  color: var(--purple);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--lavender);
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 3px;
  background: var(--ink);
}

.button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--pink));
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 25px rgba(115, 82, 238, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.wp-block-button__link:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(115, 82, 238, 0.3);
}

.button--small {
  min-height: 38px;
  padding: 9px 17px;
  font-size: 12px;
}

.button--outline {
  border-color: #cfc4f3;
  color: var(--purple);
  background: transparent;
  box-shadow: none;
}

.button--outline:hover {
  color: var(--purple-dark);
  background: var(--lavender);
  box-shadow: none;
}

.button--white {
  color: var(--purple-dark);
  background: var(--white);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 16px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.accent {
  color: var(--purple);
}

.site-main {
  min-height: 55vh;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 135px) 0 clamp(90px, 11vw, 150px);
  background:
    radial-gradient(circle at 8% 28%, rgba(220, 114, 238, 0.14), transparent 24%),
    radial-gradient(circle at 94% 60%, rgba(251, 229, 120, 0.22), transparent 26%),
    #fff;
}

.hero::after {
  position: absolute;
  right: -8vw;
  bottom: -14vw;
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  background: rgba(213, 87, 231, 0.06);
  content: "";
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: clamp(30px, 6vw, 80px);
}

.hero__copy h1 {
  max-width: 680px;
  font-size: clamp(3rem, 5.7vw, 5.7rem);
}

.hero__copy .lead {
  max-width: 590px;
  color: var(--muted);
  font-size: 18px;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.feature-list li::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: var(--lavender);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.hero__visual {
  position: relative;
  min-height: 500px;
}

.hero__blob {
  position: absolute;
  inset: 5% 3% 2% 10%;
  border-radius: 46% 54% 62% 38% / 50% 42% 58% 50%;
  background: linear-gradient(135deg, #ebe4ff 3%, #f8ddf5 62%, #fff1bc 100%);
  transform: rotate(-5deg);
}

.hero__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92%;
  height: 94%;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 50% 42% 34% 58% / 46% 46% 54% 54%;
  box-shadow: var(--shadow);
}

.hero__badge {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 26px;
  max-width: 170px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 800;
}

.hero__badge strong {
  display: block;
  color: var(--purple);
  font-size: 22px;
}

.mission {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0 0;
  color: var(--white);
  background:
    linear-gradient(118deg, rgba(84, 58, 215, 0.95), rgba(197, 75, 231, 0.91)),
    linear-gradient(45deg, #684ae8, #df5be4);
}

.mission .eyebrow {
  color: #e4dfff;
}

.mission__heading {
  max-width: 800px;
  margin: 0 auto 56px;
  text-align: center;
}

.mission__heading p:last-child {
  color: rgba(255, 255, 255, 0.75);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  color: var(--ink);
  transform: translateY(46px);
}

.value-card {
  min-height: 210px;
  padding: 34px 30px;
  border: 1px solid rgba(106, 77, 180, 0.1);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.value-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 16px;
  color: var(--purple);
  background: var(--lavender);
  font-size: 24px;
}

.value-card h3 {
  margin-bottom: 10px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: clamp(85px, 10vw, 140px) 0;
}

.section--activities {
  padding-top: clamp(135px, 14vw, 190px);
  background: linear-gradient(#f8f6ff, #faf9ff);
}

.section--soft {
  background: var(--lavender);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.activity-card,
.content-card,
.event-card,
.venue-card,
.team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 10px 35px rgba(53, 32, 106, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.activity-card.is-filter-hidden {
  display: none !important;
}

.activity-card:hover,
.content-card:hover,
.event-card:hover,
.venue-card:hover,
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.activity-card__image,
.content-card__image,
.event-card__image,
.team-card__image,
.venue-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--lavender-2), #fde6f7);
}

.activity-card__image img,
.content-card__image img,
.event-card__image img,
.team-card__image img,
.venue-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.activity-card:hover img,
.content-card:hover img,
.event-card:hover img,
.team-card:hover img,
.venue-card:hover img {
  transform: scale(1.035);
}

.image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.8) 0 8%, transparent 9%),
    linear-gradient(135deg, #dad1ff, #f5cef2 58%, #ffe9a9);
}

.activity-card__body,
.content-card__body,
.event-card__body,
.team-card__body,
.venue-card__body {
  padding: 24px;
}

.activity-card h3,
.content-card h2,
.event-card h2,
.team-card h2,
.venue-card h2 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.activity-card p,
.content-card p,
.event-card p,
.team-card p,
.venue-card p {
  color: var(--muted);
  font-size: 14px;
}

.card-meta {
  margin-bottom: 9px !important;
  color: var(--purple) !important;
  font-size: 11px !important;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-details {
  display: grid;
  gap: 7px;
  padding: 14px 0;
  margin: 0;
  border-top: 1px solid #eee9f6;
  list-style: none;
}

.card-details li {
  color: #655d73;
  font-size: 12px;
}

.card-details span {
  display: inline-block;
  width: 18px;
  color: var(--purple);
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 850;
}

.text-link:hover {
  color: var(--purple-dark);
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--purple);
  background: var(--lavender);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.team-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
}

.team-card__image {
  height: 100%;
  aspect-ratio: auto;
}

.pricing-wrap {
  display: grid;
  align-items: stretch;
  grid-template-columns: 0.36fr 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-intro {
  padding: clamp(32px, 4vw, 52px);
  color: var(--white);
  background: linear-gradient(145deg, var(--purple), var(--pink));
}

.pricing-intro h2 {
  font-size: clamp(2rem, 3.5vw, 3.3rem);
}

.pricing-intro p {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.pricing-table th,
.pricing-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #ece8f4;
  text-align: center;
}

.pricing-table th {
  color: var(--purple);
  background: #f0ebff;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
  font-weight: 800;
}

.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-table tbody tr:hover {
  background: #fbfaff;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(54, 35, 100, 0.07);
}

.info-card--tint {
  background: linear-gradient(145deg, #eee8ff, #fbf8ff);
}

.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.contact-list a {
  color: var(--purple);
  font-weight: 750;
}

.transfer-example {
  padding: 16px;
  border-radius: 14px;
  background: var(--white);
  font-size: 13px;
}

.cta-band {
  padding: clamp(80px, 10vw, 130px) 0;
  text-align: center;
}

.cta-band h2 {
  max-width: 900px;
  margin-inline: auto;
}

.notice-band {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  background:
    linear-gradient(118deg, rgba(83, 54, 211, 0.93), rgba(207, 78, 230, 0.9)),
    #7352ee;
}

.notice-card {
  max-width: 790px;
  padding: 38px;
  margin: 0 auto;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  text-align: center;
}

.notice-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.notice-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.page-hero {
  padding: clamp(70px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(213, 87, 231, 0.12), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(115, 82, 238, 0.12), transparent 30%),
    var(--white);
}

.page-hero--compact h1 {
  max-width: 900px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.page-hero--centered {
  min-height: 64vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.page-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.archive-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 38px;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-button {
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover {
  border-color: var(--purple);
  color: var(--white);
  background: var(--purple);
}

.archive-content {
  padding: clamp(70px, 9vw, 120px) 0;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.pagination {
  grid-column: 1 / -1;
  margin-top: 30px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px;
  place-items: center;
  border-radius: 12px;
  background: var(--white);
}

.page-numbers.current {
  color: var(--white);
  background: var(--purple);
}

.single-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: clamp(36px, 6vw, 80px);
  padding-top: 70px;
  padding-bottom: 110px;
}

.single-main {
  min-width: 0;
}

.single-main > img,
.single-featured {
  width: 100%;
  margin-bottom: 36px;
  border-radius: var(--radius-md);
}

.prose {
  padding-top: 70px;
  padding-bottom: 100px;
}

.prose > * {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.prose > .alignwide {
  max-width: var(--container);
}

.prose h2 {
  margin-top: 2em;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.prose h3 {
  margin-top: 1.7em;
}

.prose a {
  color: var(--purple);
  text-decoration: underline;
}

.prose ul,
.prose ol {
  padding-left: 1.4em;
}

.single-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.detail-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(54, 35, 100, 0.07);
}

.detail-card h2 {
  font-size: 1.35rem;
}

.detail-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-list li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.detail-list li:last-child {
  padding-bottom: 0;
  border: 0;
}

.detail-list small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-list strong {
  display: block;
  margin-top: 3px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 80px 30px;
  border: 1px dashed #cec3ec;
  border-radius: var(--radius-md);
  text-align: center;
}

.site-footer {
  padding: 70px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #211936;
}

.site-footer .brand {
  margin-bottom: 20px;
  color: var(--white);
}

.site-footer .brand__place {
  color: rgba(255, 255, 255, 0.5);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  gap: 60px;
}

.footer-grid h2 {
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-grid p {
  max-width: 380px;
  font-size: 14px;
}

.footer-grid a:hover,
.footer-bottom a {
  color: #dfb8ff;
}

.footer-menu {
  display: grid;
  gap: 7px;
}

.footer-menu .menu {
  display: grid;
  gap: 7px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .brand__place {
    display: none;
  }

  .primary-navigation,
  .menu {
    gap: 16px;
  }

  .hero__grid {
    grid-template-columns: 1fr 0.85fr;
  }

  .hero__visual {
    min-height: 420px;
  }

  .pricing-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
    cursor: pointer;
  }

  .primary-navigation {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    align-items: stretch;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.98);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation .menu {
    display: grid;
    gap: 0;
  }

  .primary-navigation .menu a {
    display: block;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }

  .header-cta {
    width: 100%;
    margin-top: 22px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 490px;
  }

  .card-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .mission {
    padding-bottom: 0;
  }

  .section--activities {
    padding-top: 125px;
  }

  .teams-grid,
  .info-grid,
  .single-layout {
    grid-template-columns: 1fr;
  }

  .single-sidebar {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header__inner {
    min-height: 72px;
  }

  .primary-navigation {
    top: 72px;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .brand__name {
    font-size: 18px;
  }

  .hero {
    padding-top: 65px;
  }

  .hero__visual {
    min-height: 350px;
  }

  .hero__badge {
    right: 5px;
    bottom: 5px;
  }

  .card-grid,
  .content-grid,
  .teams-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    display: block;
  }

  .team-card__image {
    aspect-ratio: 16 / 10;
  }

  .pricing-intro {
    padding: 32px 24px;
  }

  .pricing-table {
    min-width: 680px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Elementor v2 design layer — VUSA | reklama & marketing */
.site-shell {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.elementor,
.elementor-element,
.elementor-widget-container {
  min-width: 0;
}

.elementor-widget-mgoksir-hero,
.elementor-widget-mgoksir-mission,
.elementor-widget-mgoksir-content-grid,
.elementor-widget-mgoksir-pricing,
.elementor-widget-mgoksir-contact,
.elementor-widget-mgoksir-cta,
.elementor-widget-mgoksir-notice,
.elementor-widget-mgoksir-site-header,
.elementor-widget-mgoksir-site-footer,
.elementor-widget-mgoksir-single {
  margin: 0 !important;
}

.elementor-location-header,
.elementor-location-footer {
  position: relative;
  z-index: 110;
}

.elementor-location-header .site-header {
  width: 100%;
}

.elementor-location-header .site-header__inner {
  min-height: 82px;
}

.elementor-location-header .primary-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.elementor-location-header .primary-menu a {
  display: inline-flex;
  padding: 12px 0;
  color: #4f485d;
  font-size: 13px;
  font-weight: 700;
}

.hero__content .hero__title {
  max-width: 680px;
  font-size: clamp(3rem, 5.7vw, 5.7rem);
}

.hero__description {
  max-width: 590px;
  color: var(--muted);
  font-size: 18px;
}

.hero__bullets {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.hero__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.hero__bullets li::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: var(--lavender);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.hero__visual > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92%;
  height: 94%;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 50% 42% 34% 58% / 46% 46% 54% 54%;
  background: linear-gradient(135deg, #ebe4ff, #f8ddf5);
  box-shadow: var(--shadow);
}

.mission-section {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0 80px;
}

.section--gradient {
  color: var(--white);
  background: linear-gradient(118deg, rgba(84, 58, 215, 0.96), rgba(197, 75, 231, 0.92));
}

.section-heading--light .eyebrow,
.section-heading--light p {
  color: rgba(255, 255, 255, 0.82);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  color: var(--ink);
}

.value-card__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.content-section {
  padding: clamp(85px, 10vw, 140px) 0;
  background: #faf9ff;
}

.content-section:nth-child(even) {
  background: linear-gradient(180deg, #f5f1ff, #faf9ff);
}

.content-section .content-grid {
  padding: 0;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: -18px 0 38px;
}

.content-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.content-card__meta {
  display: grid;
  gap: 7px;
  padding: 14px 0;
  margin: 0 0 14px;
  border-top: 1px solid #eee9f6;
  list-style: none;
}

.content-card__meta li {
  color: #655d73;
  font-size: 12px;
}

.pricing-section {
  padding: clamp(85px, 10vw, 140px) 0;
  background: #f4f0ff;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-layout .pricing-intro {
  border-radius: 0;
}

.contact-section {
  padding: clamp(75px, 9vw, 120px) 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(54, 35, 100, 0.07);
}

.contact-card--tint {
  background: linear-gradient(145deg, #eee8ff, #fbf8ff);
}

.payment-example {
  padding: 16px;
  border-radius: 14px;
  background: var(--white);
  font-size: 13px;
}

.cta-section {
  padding: clamp(80px, 10vw, 130px) 0;
  background: #fff;
  text-align: center;
}

.cta-section__inner {
  display: grid;
  justify-items: center;
  gap: 24px;
}

.cta-section h2 {
  max-width: 900px;
  margin: 0;
}

.notice-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr .8fr;
  gap: 60px;
}

.site-footer__grid h2 {
  color: var(--white);
  font-size: 1rem;
}

.site-footer__grid p {
  max-width: 380px;
  font-size: 14px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 12px;
}

.single-content__layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: clamp(36px, 6vw, 80px);
  padding-top: 70px;
  padding-bottom: 110px;
}

.single-content__image img {
  width: 100%;
  border-radius: var(--radius-md);
}

.single-content__sidebar {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
}

.single-content__sidebar h2 {
  font-size: 1.35rem;
}

.entry-content {
  font-size: 17px;
}

.breadcrumbs {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .elementor-location-header .primary-navigation {
    top: 82px;
  }

  .elementor-location-header .primary-menu {
    display: grid;
    gap: 0;
  }

  .value-grid,
  .contact-grid,
  .single-content__layout,
  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .single-content__sidebar {
    position: static;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .elementor-location-header .primary-navigation {
    top: 72px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .hero__actions .text-link {
    justify-content: center;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}