.hero-button {
  margin-top: 40px;
}

.cta-button {
 display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #00bfa5, #009e8a);
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 191, 165, 0.3);
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(76, 88, 255, 0.4);
}

.submit-btn {
  align-self: center;
  width: 220px;

  transition: 
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);

  will-change: transform;
}

.submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 3, 185, 0.45);
}

/* ================= SECTION ================= */

.benefits-section {
  padding: 120px 50px;
  background: #ffffff;
}

.benefits-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* ================= LEFT PANEL ================= */

.benefits-panel {
  position: relative;
  flex: 1;
}

.benefits-box {
  background: linear-gradient(105deg, #7b2ff7, #f107a3);
  padding: 40px 0px 10px 30px;
  border-radius: 40px;
  color: white;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

/* ================= FLOATING LABEL ================= */

.benefits-label {
  position: absolute;
  top: -32px;
  left: 70px;

  background: #ffffff;
  padding: 14px 45px;
  border-radius: 50px;

  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #7b2ff7;

  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ================= LIST ================= */

.benefits-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-row {
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

.benefit-row::before {
  content: "✔";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: white;
}

/* ================= RIGHT SIDE ================= */

.benefits-visual {
  flex: 1;
  text-align: center;
}

.benefits-visual img {
  max-width: 100%;
  height: auto;
}

/* --- Contact Form --- */
.contact-section1 { max-width:2000;margin: 0 auto;background-color: #ffffff00; font-family: "Inter", sans-serif;width: 100%;}
.contact-section1 h2 { text-align: center; margin-bottom: 2rem; font-size: 40px ;color: black;}
.contact-section1 form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-section1 input, .contact-section1 textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  font-family: 'Open Sans', sans-serif
}
.contact-section1 button {
  padding: 12px;
  background-color: #3866ff;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  width: min(220px, 100%);
  align-self:center;
}
.contact-section1 button:hover { background-color: #033dbb; }

.contactForm1 {
  margin-right: 0;
}

.gradient-nav1 {
  border: 1px solid #111;
}

.gradient-nav .nav-links a {
    font-family: 'Inter', sans-serif
}

.offer-dropdown1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  padding: 5px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  display: none;
  animation: fadeIn 0.25s ease;
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
}


.mega-container {
  display: grid;
  grid-template-columns: 3fr 1fr; /* 🔥 proporcje jak na screenie */
  border-radius: 16px;
  overflow: hidden;
  font-family: "Inter", sans-serif
}

/* LEWA STRONA */
.mega-left {
  background: #ffffff;
  padding: 40px 60px;
  border-radius: 10px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.offer-dropdown1.show {
  display: block;
  border: 1px solid #111;
}

.mega-column h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #888;
}

.margin {
  margin-top: 20px;
}

.mini-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mega-item {
  display: block;
  text-decoration: none;
  color: #222;
  margin-bottom: 18px;
  transition: all 0.2s ease;
}

.mega-item strong {
  display: block;
  font-size: 16px;
}

.mega-item span {
  font-size: 13px;
  color: #777;
}

.mega-item:hover {
  transform: translateX(4px);
}

.mega-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

body.gradient-index::before{
  content: '';
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, #ff4081, transparent 30%),
              radial-gradient(circle at 70% 70%, #ffca28, transparent 30%),
              radial-gradient(circle at 50% 50%, #673ab7, transparent 30%);
  background-blend-mode: screen;
  animation: moveGradient 20s ease infinite;
  z-index: -1;
}

.container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
}

.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #4e73df;
    outline: none;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #4e73df;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

button:hover {
    background-color: #2e59d9;
}

.contact-section {
    padding: 80px 20px;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

h2 span {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description {
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 300;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s ease;
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #a044ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(160, 68, 255, 0.1);
}

.row {
    display: flex;
    gap: 30px;
}

.row input {
    flex: 1;
}

.captcha {
    font-size: 14px;
    color: #6c2bd9;
    margin-bottom: 10px;
}

button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(160, 68, 255, 0.3);
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}

/* --- Reset i podstawy --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --- Teksty --- */
.sans-bold { font-family: 'Open Sans', sans-serif; font-weight: bold; }
.sans { font-family: 'Open Sans', sans-serif; font-weight: normal; }
.abel-custom { font-family: 'Abel', sans-serif; }

/* --- Przyciski --- */
.button-web, .button-mobile {
  display: inline-block;
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: white;
  background-color: black;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-web:hover, .button-mobile:hover {
  background-color: #008080;
}

/* --- Formularze --- */
.text-form-container {
  width: 350px;
  margin-bottom: 15px;
}

.text-form-container textarea,
.text-form-container input {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border: 2px solid teal;
  border-radius: 10px;
  padding: 10px;
  transition: border 0.3s ease;
}

.text-form-container input:focus,
.text-form-container textarea:focus {
  border-color: #008080;
  outline: none;
}

/* --- Karty animowane --- */
.animated-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  border: 2px solid #00bfa5;
  box-shadow: 0 0 15px rgba(0, 191, 165, 0.1);

  display: flex;
  flex-direction: column;
  align-items: center;     /* 🔥 poziome wyśrodkowanie */
  justify-content: center; /* 🔥 pionowe wyśrodkowanie */
  text-align: center;      /* 🔥 tekst też wyśrodkowany */

  padding: 40px 25px;
  gap: 20px;               /* 🔥 równy odstęp między elementami */
}

.card-static {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-static1 {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-card .card-2 .card-static1 img {
  width: 110px;
  height: auto;
}

.card-static img,
.card-static svg
.card-static2 img,
.card-static2 svg {
  width: 80px;
  height: 80px;

  background: linear-gradient(135deg, #ff4081, #ffca28, #673ab7);
  background-size: 200% 200%;
  animation: iconGradientMove 6s ease infinite alternate;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-static1 img,
.card-static1 svg {
  width: 80px;
  height: 80px;

  background: linear-gradient(135deg, #ff4081, #ffca28, #673ab7);
  background-size: 200% 200%;
  animation: iconGradientMove 6s ease infinite alternate;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.animated-card h3,
.animated-card p {
  margin: 0;
}

.animated-card p {
  margin: 50px 0 0 0;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "Inter", sans-serif;
}

.card-inner {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* --- Animacja --- */

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* Animacja przesuwania gradientów */
@keyframes moveGradient {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(20%, 10%) scale(1.1); }
  100% { transform: translate(0,0) scale(1); }
}

.card-2 { animation-direction: alternate-reverse; }
.card {
  width: 100%;
  max-width: 250px;
  height: auto;
  background-color: #f0f0f0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  transition: transform 0.3s;
}
.card:hover { transform: translateY(-10px); }
.card img { width: 100px; height: 100px; object-fit: cover; border-radius: 10px; }

/* --- Awatar --- */
.circle-avatar {
  border-radius: 50%;
  border: 2px solid teal;
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-avatar img { border-radius: 50%; width: 100%; height: 100%; }

/* --- Drawer / Sidebar --- */
.drawer-web, .drawer-mobile {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.drawer-web .social-icons, .drawer-mobile .social-icons {
  display: flex;
  justify-content: space-evenly;
  width: 200px;
  margin-top: 15px;
}
.social-icons svg {
  width: 35px;
  height: 35px;
  fill: black;
  cursor: pointer;
  transition: fill 0.3s ease;
}
.social-icons svg:hover { fill: #008080; }

/* --- Kontenery dekoracyjne --- */
.teal-container {
  border: 2px solid #008080;
  border-radius: 5px;
  padding: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

/* --- Nagłówki sekcji --- */
.contact-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

/* --- Navbar gradientowy --- */
.gradient-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  margin: 20px 30px;  
  padding: 10px 20px;
  border-radius: 20px;

  /* BARDZO JASNY GLASS */
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);

  border: 1px solid rgba(255, 255, 255, 0.9);

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* GŁÓWNY FLEX */
.gradient-nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between; /* lewo - środek - prawo */
  width: 100%;
}

/* Logo - skrajnie lewo */
.gradient-nav .logo {
  font-family: "Archivo Black", sans-serif;
  font-weight: 600;
  font-size: 24px;

  background: 
    radial-gradient(circle at 10% 70%, #4300be, transparent 100%);

  background-blend-mode: screen;
  background-size: 200% 200%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

/* Linki - środek */
.gradient-nav .nav-links {
  display: flex;
  gap: 40px;
}

.gradient-nav .contact-info .phone {
  font-family: 'Inter', sans-serif;
  display: block;
  margin-top: 2px;
  color: #5c5c5c;
  font-weight: 600;
  font-size: large;
}

/* Styl linków */
.gradient-nav .nav-links a {
  text-decoration: none;
  color: #5c5c5c;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s;
}

.gradient-nav .nav-links a:hover {
  color: #000;
}

/* Kontakt po prawej */
.gradient-nav .contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: right;
  color: #5c5c5c; /* ← zmiana tutaj */
  font-family: 'Inter', sans-serif; /* ← dodaj to */
  font-size: 14px;
  flex-shrink: 0;
}

/* tekst w kolumnie */
.contact-text {
  display: flex;
  flex-direction: column;
}

/* mniejszy QR */
.qr-code img {
  width: 70px;
  height: 70px;
  background-color: transparent !important;
}

/* --- Landing Page --- */


.landing {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;   
  align-items: center;
  text-align: center;
  padding-top: 55px;             
  padding-bottom: 30px;           
  min-height: 80vh;              
  color: white;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.landinganimation.dimmed {
  opacity: 0;
  transform: translateY(-60px);
  pointer-events: none;
}


.info-column { display: flex; flex-direction: column; gap: 15px; }
.highlight-box {
  background-color: #00bfa5;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 20px 0;
  padding: 0 20px;
  transform: translateY(2px);
}
.name { font-size: 55px; }
.role { font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 30px; }
.contact-row { display: flex; align-items: center; gap: 20px; font-size: 15px; }
.avatar-column { display: flex; justify-content: center; align-items: center; }
.outer-circle,.middle-circle,.inner-circle { border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.outer-circle { background-color: #00bfa5; width: 294px; height: 294px; }
.middle-circle { background-color: #000; width: 286px; height: 286px; }
.inner-circle { width: 280px; height: 280px; overflow: hidden; }
.inner-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }


.about-image {
  width: 350px;
  height: 282px;
  background-image: url('assets/app.png');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.about-text {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-text h2 { font-size: 40px; }
.tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tag {
  background-color: #00bfa5;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

/* --- Services --- */
.services { padding: 4rem 2rem; text-align: center; background-color: #ffffff;display: grid;}
.services h2 { font-size: 40px; margin-bottom: 2rem;font-family: 'Inter', sans-serif; color: #5c5c5c; background-color: #ffffff; }
.cards,.cards { display: flex; justify-content: center; gap: 2rem; flex-wrap: nowrap; margin: 25px 0px 50px 0px;}

/* --- Statement --- */
.statement{
  background: white;
}
.statement h3{
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 65px;
}


/* --- Services Grid 1--- */
.servicesgrid1 h2 { font-size: 40px; margin-bottom: 2rem;font-family: 'Inter', sans-serif; color: #5c5c5c; background-color: #ffffff; }
.cardsgrid1,
.cardsgrid2,.cardsgrid3 {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.cardsgrid1{
  margin-bottom: 30px;
}


.servicesgrid2 h2 { font-size: 40px; margin-bottom: 2rem;font-family: 'Inter', sans-serif; color: #5c5c5c; background-color: #ffffff; }
.servicesgrid {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
}

/* --- Contact Form --- */
.contact-section { padding: 3rem 2rem; margin: 0 auto; font-family: "Inter", sans-serif;width: 100%;}
.contact-section h2{ text-align: center; margin-bottom: 2rem; font-size: 40px; color: white}
.contact-section form { display: flex; flex-direction: column; gap: 15px }
.contact-section input, .contact-section textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  font-family: 'Open Sans', sans-serif
}
.contact-section button {
  padding: 12px;
  background-color: #3866ff;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  width: min(220px, 100%);
  align-self:center;
}
.contact-section button:hover { background-color: #033dbb; }

.contactForm {
  margin-right: 0;
}


/* --- Responsywność --- */
@media (max-width: 768px) {
  .text-form-container { width: 90%; }
  .button-mobile { min-width: 80%; height: 60px; }
  .contact-title { font-size: 35px; }
  .landing, .about-section { flex-direction: column; }

  /* Navbar responsywny */
  .gradient-nav {
    flex-direction: column;
    padding: 20px 15px;
    margin: 10px 10px;
    height: auto;
  }
.gradient-navblog {
    flex-direction: column;
    padding: 20px 15px;
    margin: 10px 10px;
    height: auto;
  }

  .gradient-nav .nav-links {
    position: static;
    transform: none;
    gap: 1.5rem;
    margin-top: 10px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .gradient-nav .contact-info {
    margin-top: 10px;
    text-align: center;
  }  
}

/* Strzałka */
.gradient-nav .offer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.gradient-nav .offer-link .arrow {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Obrót gdy aktywne */
.gradient-nav .offer-link.active .arrow {
  transform: rotate(-135deg);
}

.offer-dropdown.show {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* wrapper 4 kolumn */
.dropdown-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* KLUCZOWE */
  width: 100%;
}

/* white box */
.dropdown-content {
  background: white;
  border-radius: 12px;
  padding: 0 40px 40px 40px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;

  width: fit-content; /* 🔥 ważne */
}

/* prawa kolumna */
.dropdown-side-column {
  padding-top: 40px;
  min-width: 200px;
  text-align: left;
}

.dropdown-side-column p:first-child {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #888;
}

.dropdown-content1, .dropdown-content2, .dropdown-content3 {
font-size: 16px;
}

.dropdown-content1 p, .dropdown-content2 p, .dropdown-content3 p{
font-size: 13px;
}

/*////////////////////////////////////////*/

.dropdown-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 10px; */
  padding: 40px;
  background: white;
}

.dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dropdown-column h4 {
  margin-bottom: 30px;
}

.dropdown-item {
  margin-bottom: 20px;
  transition: transform 0.2s ease;
  cursor: pointer;
  margin-top: 20px;
}

.dropdown-item strong {
  display: block;
  font-size: 16px;
}

.dropdown-item p {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.dropdown-item:hover {
  transform: translateX(5px);
}

.offer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.offer-link .arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.offer-link.active .arrow {
  transform: rotate(-135deg);
}

/* ===== FAQ SECTION ===== */

.faq-section {
  padding: 80px 20px 0px;
  background: #ffffff;
}

.faq-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

/* ===== FAQ ITEM ===== */

.faq-item {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background: #ffffff;
  font-family: "Inter", sans-serif
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  color: black;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
  font-size: 15px;
  color: #555;
  font-family: "Inter", sans-serif
}

.faq-item.active .faq-answer {
  padding: 20px;
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    font-size: 14px;
    padding: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }

}

@font-face {
  font-family: 'ClashDisplay';
  src: url('/fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.logo {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
}

/* ===== MEGA DROPDOWN ===== */

.offer-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  padding: 5px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  display: none;
  animation: fadeIn 0.25s ease;
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
}


.mega-container {
  display: grid;
  grid-template-columns: 3fr 1fr; /* 🔥 proporcje jak na screenie */
  border-radius: 16px;
  overflow: hidden;
  font-family: "Inter", sans-serif
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* PRAWA STRONA */
.mega-right {
  padding: 40px 40px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.offer-dropdown.show {
  display: block;
}

.mega-column h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #888;
}

.mega-item {
  display: block;
  text-decoration: none;
  color: #222;
  margin-bottom: 18px;
  transition: all 0.2s ease;
}

.mega-item strong {
  display: block;
  font-size: 16px;
}

.mega-item span {
  font-size: 13px;
  color: #777;
}

.mega-item:hover {
  transform: translateX(4px);
}

.mega-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

body.gradient-about::before{
  content: '';
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, #ff4081, transparent 30%),
              radial-gradient(circle at 70% 70%, #ffca28, transparent 30%),
              radial-gradient(circle at 50% 50%, #673ab7, transparent 30%);
  background-blend-mode: screen;
  animation: moveGradient 20s ease infinite;
  z-index: -1;
}

#changingText  {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #ffffff;
  display: inline-block;

  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* FADE OUT */
#changingText.fade-out {
  opacity: 0;
  transform: scale(0.92);
}

/* FADE IN START */
#changingText.fade-in {
  opacity: 0;
  transform: scale(1.08);
}

.landing-subtitle {
  max-width: 900px;
  margin-top: 30px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.95);
  text-align: center;
  font-weight: 400;
  padding: 0 15px;
}

.landing-subtitle strong {
  color: #000000;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
}

.wave-wrapper {
  overflow: hidden;
  width: 100%;
  height: 250px;
  line-height: 0;
}

.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 200%;          /* 🔥 bardzo ważne */
  animation: waveMove 20s linear infinite alternate;
  line-height: 0;
}


.wave path {
  fill: #ffffff;
}

.wave-wrapper1 {
  overflow: hidden;
  width: 100%;
  height: 250px;
  line-height: 0;
}

.wave1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 200%;          /* 🔥 bardzo ważne */
  animation: waveMove 20s linear infinite alternate;
  line-height: 0;
}


.wave path1 {
  fill: #ffffff00;
}

@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.aplikacje-dedykowane-link {
  font-size: 16px;
  color: black;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1000px) {

  .benefits-container {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }

  .benefits-label {
    left: 50%;
    transform: translateX(-50%);
  }

  .benefit-row {
    padding-left: 0;
  }

  .benefit-row::before {
    display: none;
  }
}

/* ================= GLOBAL FIX ================= */

img, svg {
  max-width: 100%;
  height: auto;
}

body {
  position: relative;
  overflow-x: hidden;
}

/* ================= TABLET ================= */

@media (max-width: 1200px) {

  #changingText {
    font-size: 48px;
  }

  .benefits-container {
    gap: 40px;
  }
}

.cardsgrid {
    grid-template-columns: repeat(2, 1fr);
  }

/* ================= MOBILE ================= */

@media (max-width: 992px) {

  .gradient-nav .nav-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .gradient-nav .logo {
    text-align: center;
  }

  .gradient-nav .nav-links {
    justify-content: center;
  }

  .contact-info {
    text-align: center;
    align-items: center;
  }

  .qr-code {
    display: none;
  }

  .cards,
  .cardsgrid1,
  .cardsgrid2 {
    flex-direction: column;
    align-items: center;
  }

  .cardsgrid1,
  .cardsgrid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .statement h3 {
    font-size: 42px;
  }

  .animated-card {
    max-width: 90%;
  }

  .benefits-container {
    flex-direction: column;
    text-align: center;
  }

  .contact-text {
    align-items: center;
  }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 216px) {

  .servicesgrid {
    padding: 2rem 1rem;      /* mniejsze odstępy */
    min-width: unset;        /* usuwa blokadę szerokości */
    width: 100%;
  }
  .cardsgrid1,
  .cardsgrid2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .statement h3 {
    font-size: 26px;
    line-height: 1.3;
    padding: 0 10px;
  }

  .animated-card {
    padding: 25px 15px;
  }

  .animated-card p {
    margin-top: 20px;
    font-size: 14px;
  }

  .faq-title {
    font-size: 22px;
  }

  #changingText {
    font-size: 20px;
  }

  .landing-subtitle {
    font-size: 16px;
    padding: 0 15px;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}


/* Mobile overflow fixes */
@media (max-width: 992px) {
  .cardsgrid,
  .cardsgrid1,
  .cardsgrid2 {
    grid-template-columns: 1fr;
  }

  .dropdown-wrapper,
  .mega-container {
    display: block;
  }

  .dropdown-content,
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    width: 100%;
  }

  .dropdown-side-column,
  .mega-right {
    min-width: 0;
    padding: 20px;
  }
}
/* iPhone text overflow fix */
@media (max-width: 430px) {
  #changingText {
    display: block;
    width: 100%;
    max-width: 12ch;
    margin: 0 auto;
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-wrap: balance;
  }
}
/* Mobile horizontal scroll lock */
@media (max-width: 992px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }
}
/* Mobile full-width layout lock */
@media (max-width: 992px) {
  .whole,
  .gradient-nav,
  .landing,
  .landinganimation,
  .wave-wrapper,
  .services,
  .servicesgrid,
  .statement,
  .faq-section,
  .benefits-section,
  .contact-section,
  .contact-section1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gradient-nav {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .services,
  .servicesgrid,
  .statement,
  .faq-section,
  .benefits-section,
  .contact-section,
  .contact-section1 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* Mobile hard anti-overflow */
@media (max-width: 992px) {
  html,
  body,
  .whole,
  .gradient-nav,
  .gradient-nav .nav-content,
  .landing,
  .landinganimation,
  .wave-wrapper,
  .wave-wrapper1 {
    overflow-x: hidden !important;
    overflow-x: clip !important;
  }

  .gradient-nav .nav-links {
    flex-wrap: wrap !important;
    row-gap: 8px;
    column-gap: 16px;
    justify-content: center;
  }

  .wave,
  .wave1 {
    width: 100% !important;
    left: 0 !important;
  }
}
/* Mobile background overflow fix */
@media (max-width: 992px) {
  body.gradient-index::before,
  body.gradient-about::before,
  body.gradient-blog::before,
  body.gradient-contact::before {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
/* Services cards: no grid on smaller screens */
@media (max-width: 1200px) {
  .servicesgrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cardsgrid1,
  .cardsgrid2 {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
  }

  .cardsgrid1 .animated-card,
  .cardsgrid2 .animated-card {
    width: 100%;
    max-width: 100% !important;
  }
}

.cardsgrid1 .animated-card,
.cardsgrid2 .animated-card {
  width: 100%;
  max-width: 100%;
}

/* FAQ width guard */
.faq-section {
  width: min(100%, 900px);
  margin: 0 auto;
  overflow-x: hidden;
}

.faq-container,
.faq-item,
.faq-question,
.faq-answer {
  max-width: 100%;
}

@media (max-width: 992px) {
  .faq-section {
    width: 100%;
    padding: 40px 14px 0;
  }
}
/* Final mobile services + FAQ constraints */
@media (max-width: 992px) {
  .servicesgrid,
  .servicesgrid .cardsgrid1,
  .servicesgrid .cardsgrid2 {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px;
  }

  .servicesgrid .animated-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .faq-section {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 28px 14px 0 !important;
    overflow-x: hidden !important;
  }

  .faq-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Force card-2 and card-3 to stack below in servicesgrid */
@media (max-width: 992px) {
  .servicesgrid .cardsgrid1,
  .servicesgrid .cardsgrid2 {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .servicesgrid .animated-card.card-2,
  .servicesgrid .animated-card.card-3 {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}