/* ================================================== */
/*   Dźwiękowy Horyzont "playful_dynamic" CSS Style   */
/* ================================================== */
/* RESET & NORMALIZE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.4;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #222B45;
  background: #FAF8FF;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  color: #8B50FF;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, .main-nav a:focus, .mobile-nav a:focus {
  color: #5D26C1;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
ul, ol {
  list-style: none;
}

/* ==================== COLOR PALETTE ==================== */
:root {
  --primary: #222B45;
  --secondary: #8B50FF;
  --accent: #FFFFFF;
  --fun1: #FEE440; /* bright yellow */
  --fun2: #00BBF9; /* blue-cyan */
  --fun3: #FF57A6; /* playful pink */
  --gray: #E4E8FA;
  --shadow: 0 4px 20px rgba(52,31,97,0.08), 0 1.5px 5px rgba(52,31,97,0.04);
}

/* ==================== TYPOGRAPHY ==================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
h1, .hero h1, .about-hero h1, .blog-hero h1, .services-hero h1, .portfolio-hero h1, .contact-hero h1, .thank-you-section h1 {
  font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.1;
}
h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
  margin-top: 0;
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--secondary);
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--primary);
}
p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--primary);
  margin-bottom: 12px;
}
strong, b {
  font-weight: bold;
  color: var(--secondary);
}

/* Fun playful headings for splash/CTAs */
.cta-audio h2, .cta-section h2, .cta-podcast h2, .cta-portfolio h2, .thank-you-section h1 {
  color: var(--fun3);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* ==================== LAYOUT & RESPONSIVENESS ==================== */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
@media (max-width: 768px) {
  .section {
    padding: 28px 8px;
    margin-bottom: 36px;
  }
  .container {
    padding: 0 4vw;
  }
}

/* ==================== HEADER & NAVIGATION ==================== */
header {
  background: var(--accent);
  box-shadow: 0 2px 12px rgba(139,80,255,0.16);
  position: sticky;
  z-index: 101;
  top: 0; left: 0; right: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
}
.logo img {
  height: 46px;
  transition: transform 0.25s cubic-bezier(.25,1.5,.75,1.1);
}
.logo img:hover {
  transform: rotate(-9deg) scale(1.06) skewY(1.5deg);
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 24px;
  color: var(--primary);
  transition: background 0.18s, color 0.18s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: var(--gray);
  color: var(--secondary);
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  background: var(--secondary);
  color: #fff;
  border-radius: 32px;
  padding: 12px 32px;
  box-shadow: 0 2px 12px rgba(99,50,220,0.19);
  margin-left: 18px;
  letter-spacing: 0.5px;
  border: 2px solid var(--secondary);
  transition: background 0.16s, color 0.16s, transform 0.22s, box-shadow 0.2s;
  text-shadow: 0 1px 4px rgba(139,80,255,0.12);
}
.cta-btn:hover, .cta-btn:focus {
  background: var(--fun1);
  color: var(--primary);
  border-color: var(--fun1);
  transform: translateY(-2px) scale(1.06) rotate(-1.5deg);
  box-shadow: 0 8px 32px 0 rgba(139,80,255,0.15);
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: var(--secondary);
  background: var(--gray);
  border-radius: 40px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: background 0.22s;
  border: 1.5px solid var(--secondary);
  z-index: 102;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: var(--fun2);
  color: var(--primary);
  border-color: var(--fun2);
}

/* --- Mobile Nav Overlay --- */
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; bottom: 0;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  transform: translateX(-102vw);
  visibility: hidden;
  transition: transform 0.36s cubic-bezier(.8,.2,.25,1.1), visibility 0.12s;
  box-shadow: 6px 0 50px rgba(99,50,220,0.22);
}
.mobile-menu.active {
  transform: translateX(0);
  visibility: visible;
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 18px 18px 0 0;
  font-size: 2.2rem;
  background: var(--fun3);
  color: var(--accent);
  border-radius: 40px;
  outline: none;
  width: 48px; height: 48px;
  border: 2px solid var(--fun3);
  transition: background 0.14s, color 0.14s, border 0.14s;
  box-shadow: 0 2px 12px rgba(255,87,166,0.20);
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 32px 0 0 28px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  padding: 16px 20px 10px 8px;
  border-radius: 16px;
  margin-bottom: 8px;
  transition: background 0.13s, color 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--fun1);
  color: var(--secondary);
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .logo img {
    height: 36px;
  }
}

/* ==================== HERO/BLOCKS ==================== */
.hero, .about-hero, .services-hero, .portfolio-hero, .blog-hero, .contact-hero, .thank-you-section {
  background: linear-gradient(102deg, var(--fun2) 0%, var(--fun1) 100%);
  padding: 56px 0 42px 0;
  margin-bottom: 42px;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 8px 40px 0 rgba(52,31,97,0.09);
}
.hero h1, .about-hero h1, .services-hero h1, .portfolio-hero h1, .blog-hero h1, .contact-hero h1, .thank-you-section h1 {
  color: var(--primary);
  text-shadow: 0 1px 12px rgba(255,255,255,0.22);
}
.hero h2, .about-hero h2, .services-hero h2, .portfolio-hero h2, .blog-hero h2, .contact-hero h2 {
  color: var(--secondary);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

/* ==================== FEATURE GRID & CARDS ==================== */
.feature-grid, .service-cards, .podcast-episodes, .project-summary-cards, .post-teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 22px;
  margin-bottom: 22px;
}
.feature-item, .service-item, .podcast-episode-card, .project-card, .post-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 28px 20px 20px 20px;
  min-width: 240px;
  flex: 1 1 260px;
  max-width: 312px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  transition: transform 0.16s, box-shadow 0.23s;
  border: 2px solid transparent;
}
.feature-item img, .service-item img, .podcast-episode-card img, .project-card img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin-bottom: 12px;
  background: var(--fun2);
}
.feature-item:hover, .service-item:hover, .project-card:hover, .podcast-episode-card:hover, .post-card:hover {
  transform: translateY(-6px) scale(1.04) rotate(-1.5deg);
  box-shadow: 0 12px 36px 0 rgba(139,80,255,0.15);
  border-color: var(--fun1);
  z-index: 2;
}
.price {
  font-family: 'Montserrat', Arial, sans-serif;
  background: var(--fun1);
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  padding: 7px 16px;
  align-self: flex-start;
  margin-top: 10px;
  box-shadow: 0 1px 8px 0 rgba(254,228,64,0.15);
  letter-spacing: 0.2px;
}

/* ==================== CONTENT & FLEX LAYOUTS ==================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 24px 20px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .feature-grid, .service-cards, .podcast-episodes, .project-summary-cards, .card-container, .content-grid {
    flex-direction: column !important;
    gap: 20px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .feature-item, .service-item, .podcast-episode-card, .project-card, .post-card {
    min-width: 90vw;
    max-width: 100vw;
    padding: 22px 10px 16px 10px;
  }
}

/* ==================== TESTIMONIALS ==================== */
.testimonials, .case-studies .testimonial-card {
  margin-top: 22px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 6px rgba(0,0,0,0.09);
  border-left: 6px solid var(--fun3);
  max-width: 600px;
  position: relative;
  color: var(--primary);
  transition: border 0.15s, box-shadow 0.2s;
}
.testimonial-card p {
  font-size: 1.08rem;
  font-style: italic;
  color: var(--primary);
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: -.01em;
}
.testimonial-card span {
  font-size: .95rem;
  color: var(--secondary);
  font-family: 'Montserrat', Arial, sans-serif;
}
.testimonial-card:hover {
  border-left: 6px solid var(--fun2);
  box-shadow: 0 2px 16px rgba(0,187,249,0.08);
}

/* Make sure ALL testimonials/reviews are readable on light bg! */
.case-studies .testimonial-card, .testimonials .testimonial-card {
  background: #fff;
  color: #222B45;
}

/* ==================== LISTS, ULs, BENEFITS ==================== */
ul, ol {
  padding-left: 22px;
  margin-bottom: 16px;
}
ul li {
  margin-bottom: 7px;
  position: relative;
}
ul li:before {
  content: '• ';
  color: var(--fun2);
  font-size: 1.02em;
}
.benefits-list, .podcast-benefits, .services-benefits ul, .newsletter-section .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 12px;
  list-style: none;
  padding: 0;
}
.post-categories,
.services-benefits {
  margin-top: 16px;
}
.post-categories ul, .services-benefits ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 8px;
}
.post-categories ul li, .services-benefits ul li {
  background: var(--fun3);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

/* ==================== CTAs / NEWSLETTER / MAP MOCKUP ==================== */
.cta-audio, .cta-section, .cta-podcast, .cta-portfolio, .newsletter-section, .thank-you-section {
  background: var(--fun2);
  color: var(--primary);
  border-radius: 22px;
  box-shadow: 0 2px 14px 0 rgba(0,187,249,0.08);
  margin-bottom: 54px;
  padding: 42px 20px 44px 20px;
  text-align: center;
  position: relative;
}
.cta-audio h2, .cta-section h2, .cta-podcast h2, .cta-portfolio h2, .newsletter-section h2, .thank-you-section h1 {
  color: var(--fun3);
  font-size: 2rem;
  font-weight: 800;
}
.cta-portfolio, .cta-podcast {
  background: var(--fun1);
}
.map-mockup {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--fun2);
  padding: 22px 20px;
  border-radius: 15px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.map-mockup img {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,187,249,0.1);
}

/* ==================== TEAM ==================== */
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0;
}
.team-member {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 20px 18px;
  flex: 1 1 244px;
  max-width: 260px;
  min-width: 220px;
  transition: transform 0.16s;
}
.team-member h3 {
  color: var(--fun2);
  margin-bottom: 6px;
}
.team-member:hover {
  transform: translateY(-3px) scale(1.04) rotate(-1.2deg);
  box-shadow: 0 8px 30px 0 rgba(0, 187, 249, 0.11);
}

@media (max-width: 900px) {
  .team-list {
    flex-direction: column;
    gap: 16px;
  }
  .team-member {
    min-width: 80vw;
    max-width: 100vw;
  }
}

.team-contact-links a {
  color: var(--fun3);
  font-weight: 700;
}

/* ==================== BLOG, POSTS, CATEGORIES ==================== */
.post-teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0;
}
.post-card {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 1.5px 6px rgba(0,0,0,.1);
  padding: 22px 16px;
  flex: 1 1 217px;
  max-width: 330px;
  margin-bottom: 20px;
  transition: box-shadow 0.14s, transform 0.14s;
}
.post-card h3 {
  color: var(--fun3);
  font-size: 1.11rem;
  margin-bottom: 9px;
}
.post-card a {
  display: inline-block;
  color: var(--fun2);
  font-weight: 600;
  margin-top: 10px;
  transition: color 0.16s;
}
.post-card a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

/* ==================== PODCASTS ==================== */
.podcast-episodes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.podcast-episode-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 26px 18px 20px 18px;
  font-family: 'Roboto', Arial, sans-serif;
  min-width: 250px;
  max-width: 380px;
  gap: 12px;
  margin-bottom: 20px;
  transition: transform 0.18s, box-shadow 0.19s;
}
.podcast-episode-card h3 {
  font-size: 1.1rem;
  color: var(--fun1);
}
.audio-player-mockup {
  background: var(--fun2);
  border-radius: 8px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 5px 0 4px 0;
}
.subscription-links a {
  color: var(--fun3);
  font-weight: 800;
  font-size: .95rem;
  margin-right: 7px;
  text-decoration: underline;
  margin-bottom: 4px;
  transition: color 0.14s;
}
.subscription-links a:hover {
  color: var(--fun2);
}

/* ==================== FORMS & NEWSLETTER ==================== */
.newsletter-signup {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 18px 0 8px 0;
  align-items: center;
}
.newsletter-signup input[type="email"] {
  padding: 12px 15px;
  border-radius: 18px;
  border: 1.5px solid var(--fun3);
  font-size: 1rem;
  outline: none;
  min-width: 230px;
  max-width: 340px;
  color: var(--primary);
}
.newsletter-signup button {
  background: var(--fun3);
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 18px;
  padding: 12px 26px;
  font-size: 1.05rem;
  border: none;
  box-shadow: 0 2px 12px rgba(255,87,166,0.10);
  transition: background 0.16s, color 0.13s;
}
.newsletter-signup button:hover {
  background: var(--fun1);
  color: var(--primary);
}

@media (max-width: 540px) {
  .newsletter-signup {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: stretch;
  }
  .newsletter-signup input[type="email"] {
    min-width: unset;
    width: 100%;
  }
}

/* ==================== FOOTER ==================== */
footer {
  background: var(--primary);
  color: #fff;
  padding: 36px 0 28px 0;
  margin-top: 38px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .99rem;
  opacity: .94;
  margin-bottom: 2px;
  transition: color 0.13s;
}
.footer-nav a:hover {
  color: var(--fun2);
}
.footer-contact {
  font-size: 0.97rem;
  color: #fff;
  opacity: 0.95;
}
.footer-contact a {
  color: var(--fun1);
}
@media (max-width: 860px) {
  footer .container {
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
  }
}

/* ==================== COOKIE CONSENT BANNER ==================== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--fun1);
  color: var(--primary);
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  justify-content: center;
  padding: 22px 18px 20px 18px;
  box-shadow: 0 -3px 22px 0 rgba(255,210,70,0.13);
  border-radius: 19px 19px 0 0;
  z-index: 9000;
  animation: crest-up 0.42s cubic-bezier(.62,1.42,.37,1) 1;
  font-size: 1rem;
  min-height: 72px;
}
.cookie-banner.hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.cookie-banner .cookie-policy-link {
  color: var(--secondary);
  text-decoration: underline;
  font-weight: 600;
}
.cookie-banner .cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  border-radius: 22px;
  padding: 13px 22px;
  font-size: 1.05rem;
  margin-left: 14px;
  margin-right: 0;
  border: none;
  min-width: 145px;
  transition: background 0.18s, color 0.13s, box-shadow 0.14s;
  box-shadow: 0 1.5px 8px rgba(0,0,0,0.08);
  outline: none;
  margin-bottom: 3px;
}
.cookie-banner .accept {
  background: var(--secondary);
  color: #fff;
}
.cookie-banner .accept:hover {
  background: var(--fun3);
  color: #fff;
}
.cookie-banner .reject {
  background: #fff;
  color: var(--fun3);
  border: 1.5px solid var(--fun3);
}
.cookie-banner .reject:hover {
  background: var(--fun3);
  color: #fff;
}
.cookie-banner .settings {
  background: var(--fun2);
  color: #fff;
}
.cookie-banner .settings:hover {
  background: var(--secondary);
  color: #fff;
}

@media (max-width: 520px) {
  .cookie-banner {
    flex-direction: column;
    gap: 11px;
    align-items: stretch;
    font-size: .97rem;
  }
  .cookie-banner .cookie-btn {
    margin-left: 0;
    margin-bottom: 7px;
  }
}

/* ----- Cookie Modal ----- */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(34,43,69,0.27);
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.2s;
}
.cookie-modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(34,43,69,0.25);
  max-width: 95vw;
  width: 400px;
  padding: 38px 30px 30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: crest-up 0.48s cubic-bezier(.57,1.33,.42,1.1) 1;
}
.cookie-modal h2 {
  color: var(--secondary);
  margin-bottom: 9px;
  font-size: 1.25rem;
}
.cookie-modal .category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}
.cookie-modal .category-row .cat-label {
  font-weight: 600;
  color: var(--primary);
  font-size: 1.04rem;
}
.cookie-modal .category-row .cat-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cookie-modal .cat-toggle input[type=checkbox] {
  width: 32px;
  height: 18px;
  accent-color: var(--fun3);
}
.cookie-modal .toggle-switch {
  appearance: none;
  width: 36px;
  height: 22px;
  background: var(--gray);
  border-radius: 12px;
  position: relative;
  outline: none;
  box-shadow: 0 2px 8px rgba(139,80,255,0.11);
  transition: background 0.12s;
}
.cookie-modal .toggle-switch:checked {
  background: var(--fun3);
}
.cookie-modal .toggle-switch:before {
  content: '';
  position: absolute;
  left: 4px; top: 4px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.18s;
  box-shadow: 0 1.5px 8px 0 rgba(139,80,255,0.15);
}
.cookie-modal .toggle-switch:checked:before {
  transform: translateX(14px);
}
.cookie-modal .close-modal {
  position: absolute;
  top: 18px;
  right: 22px;
  background: var(--fun3);
  color: #fff;
  border-radius: 28px;
  width: 28px; height: 28px;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  transition: background 0.14s;
}
.cookie-modal .close-modal:hover {
  background: var(--secondary);
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 13px;
  justify-content: flex-end;
}
.cookie-modal .modal-actions button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 16px;
  font-size: 1rem;
  border: none;
  transition: background 0.13s;
}
.cookie-modal .modal-actions .accept {
  background: var(--secondary);
  color: #fff;
}
.cookie-modal .modal-actions .accept:hover {
  background: var(--fun1);
  color: var(--primary);
}
.cookie-modal .modal-actions .cancel {
  background: var(--gray);
  color: var(--primary);
}
.cookie-modal .modal-actions .cancel:hover {
  background: var(--fun3);
  color: #fff;
}

@keyframes crest-up {
  0% { transform: translateY(150px); opacity: 0; }
  60% { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ==================== ANIMATIONS & MICRO-INTERACTIONS ==================== */
.card, .feature-item, .service-item, .project-card, .podcast-episode-card, .post-card {
  transition: box-shadow 0.17s, transform 0.14s, border-color 0.14s;
}
.card:hover,
.feature-item:hover,
.service-item:hover,
.podcast-episode-card:hover,
.project-card:hover,
.post-card:hover {
  box-shadow: 0 12px 32px 0 rgba(139,80,255,0.16);
  transform: translateY(-8px) scale(1.03) rotate(-1.2deg);
  border-color: var(--fun2);
}

.cta-btn:active,
.newsletter-signup button:active,
.cookie-banner .cookie-btn:active {
  transform: scale(0.98);
}
.main-nav a:focus, .mobile-nav a:focus, .cta-btn:focus, .cookie-banner .cookie-btn:focus {
  outline: 2px dashed var(--fun3);
  outline-offset: 2px;
}

/* ==================== SPACING STANDARDIZATION ==================== */
.section, .newsletter-section {
  margin-bottom: 60px !important;
}
.card-container, .feature-grid, .service-cards, .podcast-episodes, .project-summary-cards, .post-teasers {
  gap: 24px !important;
}
.card { margin-bottom: 20px !important; }
.content-grid, .team-list {
  gap: 20px !important;
}
.text-image-section {
  gap: 30px !important;
}
.testimonial-card {
  gap: 20px !important;
  padding: 20px !important;
}
.feature-item {
  gap: 15px !important;
}

/* ==================== RESPONSIVENESS ==================== */
@media (max-width: 1100px) {
  .container {
    padding: 0 10px;
  }
  .footer-brand img {
    width: 36px; height: 36px;
  }
}
@media (max-width: 768px) {
  h1, .hero h1, .about-hero h1, .thank-you-section h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.09rem;
  }
  .hero, .about-hero, .services-hero, .portfolio-hero, .blog-hero, .contact-hero, .thank-you-section {
    padding: 32px 0 20px 0;
    margin-bottom: 21px;
    border-radius: 0 0 20px 20px;
  }
  .cta-audio, .cta-section, .cta-podcast, .cta-portfolio, .newsletter-section, .thank-you-section {
    padding: 24px 7px 22px 7px;
    border-radius: 16px;
    margin-bottom: 26px;
  }
}

/* ==================== PRINT STYLES ==================== */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay {
    display: none !important;
  }
  body {
    background: #fff;
    color: #111;
  }
  *, *:before, *:after {
    color: #111 !important;
    background: none !important;
    box-shadow: none !important;
  }
}
/* END OF CSS */
