/*
Theme Name: Pinpol Child Backup
Template: pinpol
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
:root {
  --theme-content-vertical-spacing: 0px !important;
  --theme-container-width: 100% !important;
  --theme-font-stack-default: 'Roboto', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
}
/* ===== HEADER BASE ===== */
#header {
  position: relative;
  z-index: 3000;
}
.pin-category-bar {
  z-index: 2000;
  transform: none !important;
}
#header.ct-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
  background: #192a3d;
  transition: all 0.3s ease;
}
#header.ct-header .ct-container {
  max-width: 1290px;
  margin: 0px auto;
  padding: 10px 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
/* ===== SCROLL STATE ===== */
#header.ct-header.header-scrolled {
  background: rgba(25, 42, 61, 0.85);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
#header.ct-header.header-scrolled .ct-container {
  margin: 0px auto;
  padding: 0px 20px;
  background: #fff;
}
#header.ct-header.header-scrolled .site-logo-container {
  max-height: 70px;
}
/* ===== LOGO ===== */
.site-logo-container {
  max-height: 100px;
  transition: all 0.3s ease;
}
.site-logo-container img {
  height: 100%;
  width: auto;
  display: block;
}
/* ===== MENU ===== */
#header.header-scrolled ~ .pin-category-bar {
  top: 80px;
}
/* ===== IKONY ===== */
.ct-header-search,
.ct-header-cart {
  transition: transform 0.2s ease;
  position: relative;
  z-index: 5000;
}
.ct-header-search:hover,
.ct-header-cart:hover {
  transform: scale(1.1);
}
.ct-cart-content {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 99999;
}
/* ===== KOSZYK COUNT ===== */
.ct-dynamic-count-cart {
  background: #447794;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  padding: 2px 6px;
  position: absolute;
  top: -5px;
  right: -5px;
}
/* ===== BANNER OFFSET ===== */
.main-banner {
  margin-top: -120px;
  padding-top: 120px;
}
.wc-block-product-template__responsive.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 300px) !important;
  justify-content: center;
  gap: 1rem;
}
.wc-block-product-template__responsive.columns-3 > li {
  margin: 0;
}
.wc-block-components-product-image,
.wc-block-components-product-image img {
  border-radius: 15px !important;
  overflow: hidden;
  object-fit: cover;
}
.wp-block-group {
  margin-top: 20px;
}
.wp-block-group h2 {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  font-size: 26px;
  border-radius: 10px;
  background: #ffffff15;
  backdrop-filter: blur(20px);
  margin: 10px;
}
.wp-block-group .wc-block-featured-category__wrapper {
  overflow: hidden;
  position: relative;
}
.wp-block-group .wc-block-featured-category__background-image {
  transition: transform 0.5s ease;
  transform-origin: center;
}
.wp-block-group .wc-block-featured-category:hover .wc-block-featured-category__background-image {
  transform: scale(1.1);
}
.entry-meta,
.entry-excerpt {
  display: none;
}
[data-archive="default"] .card-content > * {
  margin-block: 0;
}
[data-prefix="search"] .entry-card,
[data-products] figure .ct-media-container {
  border-radius: 15px;
}
[data-prefix="search"] .entry-card a:hover img,
[data-products] figure .ct-media-container a:hover img {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.ct-container-full {
  margin-top: 150px;
}
.wc-block-components-product-image a {
  display: block;
  overflow: hidden;
}
.wc-block-components-product-image a img {
  transition: transform 0.3s ease;
  display: block;
}
.wc-block-components-product-image a:hover img {
  transform: scale(1.1);
}
.ct-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}
.ct-container section {
  margin-top: 40px;
}
.ct-sidebar {
  width: 250px;
}
.site-logo-container {
  display: inline-block;
  max-height: 100px;
  transition: max-height 0.3s ease;
}
.site-logo-container img {
  width: auto;
  height: 100%;
  display: block;
}
.full-width {
  max-width: 100%;
  margin: 0;
}
.product > .woocommerce-tabs {
  max-width: 1290px;
  margin: 0 auto;
}
.ct-container section,
.single-product article > :where(.related, .up-sells) {
  margin-bottom: 50px;
}
.container {
  width: 1290px;
  max-width: 1290px;
  margin: 0 auto;
}
.container.m-60 {
  margin: -100px auto 60px auto !important;
}
.m-60 {
  margin: 0 auto 60px auto !important;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .wc-block-product-template__responsive.columns-3 {
    display: block;
    margin: 20px;
  }
}
.banner-page {
  color: #fff !important;
  background: #192a3d !important;
  padding-top: 200px !important;
  padding-bottom: 100px !important;
  margin-bottom: 0px !important;
  text-align: center;
  position: relative;
  z-index: -1;
}
.banner-page h2 {
  color: #fff;
  background: none;
  font-size: 60px;
}
.contact-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 900px) {
  .contact-info {
    flex-direction: column;
  }
}
.contact-info .info-box {
  flex: 1;
}
.contact-info .info-box .row-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 5px;
}
.contact-info .info-box .icon svg,
.contact-info .info-box .icon .stk--inner-svg svg {
  width: 32px;
  height: 32px;
  fill: #447794;
  margin-top: 5px;
  margin-left: -5px;
}
.contact-info .info-box .head-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.contact-info .info-box .text-content {
  padding-left: calc(28px + 12px);
}
.contact-info .info-box p {
  font-size: 16px;
  line-height: 1.6;
}
.main-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 850px;
  padding: 60px 0;
  background: url('../../../wp-content/uploads/2025/09/banner.webp') no-repeat center;
  background-size: cover;
  /* 🔥 KLUCZ */
}
.main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 42, 61, 0.85) 0%, rgba(25, 42, 61, 0.6) 40%, rgba(25, 42, 61, 0.2) 70%, rgba(25, 42, 61, 0) 100%);
  z-index: 1;
}
.main-banner-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.main-banner-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}
.main-banner-content .main-banner-subtitle {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  font-size: 18px;
}
.main-banner-content .main-banner-benefits {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.main-banner-content .main-banner-benefits span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.main-banner-content .buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .main-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 5%;
  }
  .main-banner-content,
  .main-banner .hero-image {
    max-width: 100%;
  }
  .main-banner .benefits {
    flex-direction: column;
    gap: 15px;
  }
}
.menu {
  display: flex;
  gap: 15px;
}
.menu a {
  color: #fff;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}
.menu a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #447794;
  transition: width 0.25s ease;
}
.menu a:hover::after {
  width: 100%;
}
.pin-category-bar {
  position: sticky;
  top: 100px;
  overflow: visible !important;
  transition: top 0.3s ease;
  /* GŁÓWNE MENU */
  /* 🔥 DROPDOWN */
  /* hover pokazuje dropdown */
}
.pin-category-bar .container {
  background: #192a3d;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -10px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pin-category-bar .category-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pin-category-bar .category-menu > li {
  position: relative;
}
.pin-category-bar a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 12px 0;
  font-size: 15px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.pin-category-bar a:hover {
  color: #fff;
}
.pin-category-bar a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #447794;
  transition: 0.3s;
}
.pin-category-bar a:hover::after {
  width: 100%;
}
.pin-category-bar .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #192a3d;
  border-radius: 8px;
  padding: 10px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.pin-category-bar .category-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pin-category-bar .sub-menu li {
  width: 100%;
}
.pin-category-bar .sub-menu a {
  padding: 10px 15px;
  font-size: 13px;
}
.pin-category-bar .sub-menu a::after {
  display: none;
}
.pin-category-bar .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  .pin-category-bar {
    display: none;
  }
}
.engine-offer {
  background: #192a3d;
  color: #fff;
  padding: 100px 20px;
}
.engine-offer__container {
  max-width: 1290px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.engine-offer__title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.engine-offer__lead {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.engine-offer__list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}
.engine-offer__list li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-size: 15px;
}
.engine-offer__list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #447794;
  font-size: 20px;
  top: -2px;
}
.engine-offer__cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.engine-offer__stats {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 30px;
}
.engine-offer__stat strong {
  display: block;
  font-size: 32px;
  color: #447794;
}
.engine-offer__stat span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.engine-helper {
  background: #f9fafb;
  padding: 80px 20px;
  text-align: center;
}
.engine-helper h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #192a3d;
}
.engine-helper p {
  color: #3A4F66;
  margin-bottom: 40px;
}
.engine-helper__grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.engine-helper__item {
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  width: 160px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.engine-helper__item strong {
  display: block;
  font-size: 28px;
  color: #447794;
  margin-bottom: 8px;
}
.engine-helper__item span {
  font-size: 14px;
  color: #3A4F66;
}
.engine-helper__item:hover {
  transform: translateY(-5px);
}
.engine-power-menu {
  padding: 80px 20px;
  background: #f9fafb;
  text-align: center;
}
.engine-power-menu h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #192a3d;
}
.engine-power-menu .power-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.engine-power-menu .power-item {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  transition: 0.25s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.engine-power-menu .power-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.engine-power-menu .power-item .power-title {
  font-size: 20px;
  font-weight: 600;
  color: #192a3d;
  margin-bottom: 8px;
}
.engine-power-menu .power-item .power-desc {
  font-size: 14px;
  color: #3A4F66;
  line-height: 1.4;
}
.engine-power-menu .power-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.engine-power-menu .power-item:hover .power-title {
  color: #447794;
}
.brand-strip {
  background: #192a3d;
  padding: 60px 20px;
  text-align: center;
}
.brand-strip .brand-title {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.brand-strip .brand-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.brand-strip .brand-item {
  opacity: 0.7;
  transition: 0.2s;
}
.brand-strip .brand-item img {
  max-height: 40px;
}
.brand-strip .brand-item:hover {
  opacity: 1;
  transform: scale(1.05);
}
.featured-products {
  padding: 80px 20px;
  background: #f9fafb;
}
.featured-products .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.featured-products .section-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #192a3d;
}
.featured-products .section-header p {
  color: #3A4F66;
}
.btn {
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease;
}
.btn--primary {
  background: #447794;
  color: #fff;
}
.btn--primary:hover {
  background: #2d5b75;
}
.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.newsletter-section {
  background: #2d5b75;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.newsletter-section h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.newsletter-section p {
  opacity: 0.85;
  margin-bottom: 30px;
}
.newsletter-section .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.newsletter-section .newsletter-form input {
  flex: 1;
  padding: 14px 16px;
  border: none;
  outline: none;
  font-size: 14px;
}
.newsletter-section .newsletter-form button {
  border-radius: 0;
  padding: 14px 20px;
}
.newsletter-section .success {
  margin-top: 15px;
  color: #9be7b0;
}
.newsletter-section .error {
  margin-top: 15px;
  color: #ff8a8a;
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .engine-offer__container {
    grid-template-columns: 1fr;
  }
  .engine-offer__stats {
    flex-direction: row;
    justify-content: space-between;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
  }
}
.section-o-nas {
  padding: 80px 20px;
  background: #2d5b75;
  color: #fff;
  text-align: center;
}
.section-o-nas h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.section-o-nas h3 {
  font-size: 20px;
  color: #fff;
}
.section-o-nas p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  max-width: 1000px;
  margin: 8px auto;
  text-align: left;
}
.section-o-nas .section-o-nas-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.2s linear;
  will-change: transform, opacity;
}
.brand-strip {
  background: #192a3d;
  padding: 80px 0;
  margin: 40px 0;
}
.brand-strip h3 {
  color: #fff;
  text-align: center;
}
.brand-strip .brand-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-strip .brand-container .brand-item {
  position: relative;
  padding: 20px;
}
.brand-strip .brand-container .brand-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 0;
  pointer-events: none;
}
.brand-strip .brand-container .brand-item:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.brand-strip .brand-container .brand-item img {
  position: relative;
  z-index: 1;
  max-height: 100px;
  max-width: 160px;
  width: auto;
}
.testimonials {
  background-color: #fcfcfc;
  padding: 70px 0;
}
.testimonials .testimonials-header {
  text-align: center;
  margin-bottom: 70px;
}
.testimonials .testimonials-header h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.testimonials .testimonials-header h2 strong {
  color: #447794;
  font-weight: 900;
}
.testimonials .testimonials-header p {
  color: #b3b3b3;
  font-size: 18px;
}
.testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.testimonials .testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  position: relative;
  transition: all 0.3s;
  /* gradient tylko gdy tekst jest ucięty */
  /* 🔥 rozwinięcie */
}
.testimonials .testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #447794;
}
.testimonials .testimonial-card .quote-icon {
  color: #ed1c24;
  font-size: 80px;
  font-family: serif;
  line-height: 1;
  opacity: 0.08;
  position: absolute;
  top: 20px;
  left: 20px;
}
.testimonials .testimonial-card .quote-text {
  font-size: 15px;
  color: #555;
  font-style: italic;
  position: relative;
  z-index: 2;
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.testimonials .testimonial-card.is-truncated .quote-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.testimonials .testimonial-card .customer-info {
  margin-top: 20px;
}
.testimonials .testimonial-card .customer-info .platform {
  font-weight: 800;
  font-size: 14px;
  color: #000;
}
.testimonials .testimonial-card .read-more {
  margin-top: 10px;
  background: none;
  border: none;
  color: #447794;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
}
.testimonials .testimonial-card .read-more:hover {
  text-decoration: underline;
}
.testimonials .testimonial-card.expanded .quote-text {
  max-height: 500px;
}
.testimonials .testimonial-card.expanded .quote-text::after {
  display: none;
}
@media (max-width: 1200px) {
  .testimonials .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.cta-final {
  background: #447794;
  color: #fff;
  padding: 90px 20px;
  text-align: center;
}
.cta-final h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  margin-bottom: 10px;
}
.cta-final p {
  opacity: 0.9;
  margin-bottom: 25px;
}
.cta-final .btn {
  background: #3A4F66;
  font-size: 16px;
  padding: 14px 30px;
  color: #f9fafb;
}
.cta-final .btn:hover {
  background: #192a3d;
  color: rgba(255, 255, 255, 0.8);
}
.wp-block-woocommerce-product-collection {
  opacity: 1;
  transform: translateY(60px);
  will-change: transform, opacity;
  transition: opacity 0.3s ease-out;
}
.newsletter-section {
  background: #192a3d;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.newsletter-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.newsletter-section .tnp.tnp-subscription {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* 📱 Responsywność */
}
.newsletter-section .tnp.tnp-subscription form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
}
.newsletter-section .tnp.tnp-subscription form .tnp-field-email label {
  display: none;
}
.newsletter-section .tnp.tnp-subscription form .tnp-field-email input[type="email"] {
  background: #192a3d;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 6px;
  width: 500px;
  font-size: 16px;
  height: 60px;
}
.newsletter-section .tnp.tnp-subscription form .tnp-field-email input[type="email"]::placeholder {
  color: #aaa;
}
.newsletter-section .tnp.tnp-subscription form .tnp-privacy-field {
  flex-basis: 100%;
  font-size: 14px;
  color: #ccc;
  text-align: left;
}
.newsletter-section .tnp.tnp-subscription form .tnp-privacy-field input[type="checkbox"] {
  margin-right: 6px;
}
.newsletter-section .tnp.tnp-subscription form .tnp-field-button input[type="submit"] {
  background: #447794;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.newsletter-section .tnp.tnp-subscription form .tnp-field-button input[type="submit"]:hover {
  background: #2d5b75;
}
@media (max-width: 768px) {
  .newsletter-section .tnp.tnp-subscription form {
    flex-direction: column;
    align-items: stretch;
  }
  .newsletter-section .tnp.tnp-subscription form .tnp-field-email,
  .newsletter-section .tnp.tnp-subscription form .tnp-privacy-field,
  .newsletter-section .tnp.tnp-subscription form .tnp-field-button {
    width: 100%;
  }
  .newsletter-section .tnp.tnp-subscription form .tnp-field-email input[type="email"],
  .newsletter-section .tnp.tnp-subscription form .tnp-field-button input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
  .newsletter-section .tnp.tnp-subscription form .tnp-field-button input[type="submit"] {
    text-align: center;
  }
}
.main-banner-content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.benefits {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
.pin-footer {
  background: #192a3d;
  padding: 80px 20px 30px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  /* LOGO */
  /* SOCIAL */
  /* MENU */
  /* BOTTOM */
  /* RESPONSIVE */
}
.pin-footer-container {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 50px;
}
.pin-footer-col h4 {
  color: #447794;
  margin-bottom: 20px;
  font-size: 18px;
}
.pin-footer-col p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.5;
}
.pin-footer-col strong {
  color: #447794;
}
.pin-footer .footer-logo {
  max-width: 180px;
  margin-bottom: 25px;
  opacity: 0.9;
}
.pin-footer .socials {
  display: flex;
  gap: 12px;
}
.pin-footer .socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.pin-footer .socials a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: 0.2s;
}
.pin-footer .socials a:hover {
  background: #447794;
  transform: translateY(-3px);
}
.pin-footer .socials a:hover svg {
  transform: scale(1.1);
}
.pin-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pin-footer .footer-links li {
  margin-bottom: 10px;
}
.pin-footer .footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
.pin-footer .footer-links a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 0;
  height: 2px;
  background: #447794;
  transition: 0.25s;
  transform: translateY(-50%);
}
.pin-footer .footer-links a:hover {
  color: #fff;
  padding-left: 10px;
}
.pin-footer .footer-links a:hover::before {
  width: 6px;
}
.pin-footer .pin-footer-policies {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
}
.pin-footer .pin-footer-policies .footer-policies-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.pin-footer .pin-footer-policies .footer-policies-list li {
  position: relative;
}
.pin-footer .pin-footer-policies .footer-policies-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 12px;
  transform: translateY(2px);
}
.pin-footer .pin-footer-policies .footer-policies-list a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: 0.2s;
}
.pin-footer .pin-footer-policies .footer-policies-list a:hover {
  color: #fff;
}
.pin-footer-bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 900px) {
  .pin-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pin-footer .socials {
    justify-content: center;
  }
}
.border-top-100 {
  background-color: var(--theme-palette-color-8, #ffffff) !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  box-shadow: 0px 20px 80px 0px rgba(193, 199, 212, 0.3) !important;
  padding-top: 60px !important;
  padding-right: 50px !important;
  padding-bottom: 60px !important;
  padding-left: 50px !important;
  margin-top: -100px !important;
  margin-bottom: 60px !important;
}
.contact-container {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  position: relative;
  z-index: 8;
}
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
  }
}
/* LEWA KOLUMNA */
.contact-left {
  flex: 1;
  padding-right: 20px;
}
.contact-left h2 {
  font-size: 38px;
  margin-bottom: 10px;
}
.contact-left .lead {
  font-size: 17px;
  margin-bottom: 25px;
  color: #444;
}
.contact-left h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 20px;
}
.contact-left p {
  margin-bottom: 15px;
  color: #555;
}
.contact-left .social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #000;
}
/* PRAWA KOLUMNA */
.contact-right {
  flex: 1;
  background: #3A4F66;
  padding: 40px;
  border-radius: 6px;
  color: #fff;
}
@media (max-width: 900px) {
  .contact-right {
    margin-top: 30px;
  }
}
.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 12px;
  border: none;
  margin-bottom: 20px;
  font-size: 15px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ddd;
  color: #000;
}
.contact-right textarea {
  height: 150px;
}
/* Dwie kolumny */
.row.two-cols {
  display: flex;
  gap: 20px;
}
.row.two-cols .col {
  flex: 1;
}
/* Submit */
.submit-btn {
  width: 100%;
  padding: 15px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}
.submit-btn:hover {
  opacity: 0.85;
}
#form-status {
  margin-top: 15px;
  font-size: 14px;
}
