/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ==========================================================
   ASTAVIAN MEDIA
   CUSTOM SCSS
   ========================================================== */
/* ==========================================================
   01. NAVIGATION
   ========================================================== */
.astavian-nav .g-grid {
  align-items: center;
}
/* Menu */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #D8E3E6;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #19D7C3;
}
/* Social media */
#g-navigation .g-social a {
  color: #D8E3E6;
}
#g-navigation .g-social a:hover {
  color: #19D7C3;
}
/* ==========================================================
   02. OWL CAROUSEL / HERO
   ========================================================== */
/*
   GANTRY:
   Owl Carousel -> CSS Classes -> astavian-carousel
*/
.astavian-carousel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.astavian-carousel .g-owlcarousel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.astavian-carousel .g-owlcarousel-item-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.astavian-carousel .g-owlcarousel-item-img {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.astavian-carousel .g-owlcarousel-item-img img {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}
/* ==========================================================
   03. HERO - TEKST
   ========================================================== */
.astavian-carousel .g-owlcarousel-item-content-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
}
.astavian-carousel .g-owlcarousel-item-content-wrapper {
  width: 100%;
  padding: 0 6% 35px 6%;
}
/*
   Bez panelu, bez ramki, bez tła.
*/
.astavian-carousel .g-owlcarousel-item-content {
  width: 760px;
  max-width: 760px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: left;
}
.astavian-carousel .g-owlcarousel-item-title {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75), 0 4px 20px rgba(0, 0, 0, 0.45);
}
.astavian-carousel .g-owlcarousel-item-desc {
  margin: 0;
  color: #D8E3E6;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.8), 0 4px 18px rgba(0, 0, 0, 0.4);
}
/* ==========================================================
   04. HERO - DESKTOP
   ========================================================== */
@media (min-width: 769px) {
  .astavian-carousel .g-owlcarousel-item-wrapper {
    height: 560px;
  }
  .astavian-carousel .g-owlcarousel-item-img {
    width: 100%;
    height: 560px;
  }
  .astavian-carousel .g-owlcarousel-item-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center center;
  }
}
/* ==========================================================
   05. MANIFEST - OBECNA SEKCJA
   ========================================================== */
.astavian-manifest {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}
.manifest-label {
  margin-bottom: 20px;
  color: #19D7C3;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 700;
}
.astavian-manifest h2 {
  margin-bottom: 35px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.2;
}
.manifest-intro {
  max-width: 850px;
  margin: 0 auto 70px;
  color: #c9d2d8;
  font-size: 22px;
  line-height: 1.8;
}
.manifest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  width: 100%;
}
.manifest-item {
  padding: 35px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(25, 215, 195, 0.18);
  border-radius: 18px;
  text-align: left;
  transition: 0.35s;
}
.manifest-item:hover {
  transform: translateY(-8px);
  border-color: #19D7C3;
  box-shadow: 0 0 30px rgba(25, 215, 195, 0.18);
}
.manifest-item h3 {
  margin-bottom: 15px;
  color: #19D7C3;
  font-size: 30px;
}
.manifest-item p {
  color: #d6d6d6;
  font-size: 18px;
  line-height: 1.8;
}
.manifest-quote {
  max-width: 900px;
  margin: 70px auto 0;
  color: #ffffff;
  font-size: 30px;
  font-style: italic;
}
/* ==========================================================
   06. EXPANDED
   ========================================================== */
#g-expanded .g-container {
  width: 100%;
  max-width: 1400px !important;
}
/* ==========================================================
   07. MOBILE
   ========================================================== */
@media (max-width: 768px) {
  /* ------------------------------------------------------
       NAVIGATION / LOGO
       ------------------------------------------------------ */
  /* ------------------------------------------------------
       CAROUSEL
       ------------------------------------------------------ */
  /* ------------------------------------------------------
       HERO TEXT - MOBILE
       ------------------------------------------------------ */
  /*
       Napis celowo ustawiony nisko.
       Jeśli później będziemy chcieli jeszcze niżej,
       zmieniamy tylko wartość -20px.
    */
  /*
       Na telefonie opis ukrywamy.
       Zostaje samo krótkie hasło.
    */
  /*
       Kropki slidera ukrywamy na telefonie.
    */
  /* ------------------------------------------------------
       MANIFEST - MOBILE
       ------------------------------------------------------ */
  #g-navigation .g-grid {
    justify-content: center !important;
  }
  #g-navigation .g-grid > .g-block:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
  }
  #g-navigation .g-logo {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  #g-navigation .g-logo img, #g-navigation .g-logo svg {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .astavian-carousel {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .astavian-carousel .g-owlcarousel {
    width: 100%;
    max-width: none;
  }
  .astavian-carousel .g-owlcarousel-item-img img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .astavian-carousel .g-owlcarousel-item-content-container {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .astavian-carousel .g-owlcarousel-item-content-wrapper {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto -20px auto !important;
    padding: 0 16px 8px 16px !important;
    transform: none !important;
  }
  .astavian-carousel .g-owlcarousel-item-content {
    width: auto !important;
    max-width: 94% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-align: center !important;
  }
  .astavian-carousel .g-owlcarousel-item-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.95), 0 4px 14px rgba(0, 0, 0, 0.75);
  }
  .astavian-carousel .g-owlcarousel-item-desc {
    display: none !important;
  }
  .astavian-carousel .owl-dots {
    display: none !important;
  }
  .astavian-manifest {
    width: 100%;
    max-width: 100%;
    padding: 70px 18px;
    box-sizing: border-box;
  }
  .astavian-manifest h2 {
    font-size: 34px;
  }
  .manifest-intro {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .manifest-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .manifest-item {
    width: 100%;
    padding: 28px;
    text-align: center;
  }
  .manifest-item h3, .manifest-item p {
    text-align: center;
  }
  .manifest-quote {
    margin-top: 45px;
    font-size: 22px;
  }
}
/* ==========================================================
   08. NOWA SEKCJA POD SLIDEREM
   ========================================================== */
/*
   Tego jeszcze NIE używamy.
   Przygotowane pod następny etap strony.

   Główna klasa sekcji:
   astavian-section
*/
.astavian-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: border-box;
}
/* Mały napis nad nagłówkiem */
.astavian-section .section-label {
  margin-bottom: 18px;
  color: #19D7C3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* Główny nagłówek */
.astavian-section .section-title {
  max-width: 900px;
  margin: 0 0 30px 0;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 600;
}
/* Tekst wprowadzający */
.astavian-section .section-intro {
  max-width: 800px;
  margin: 0 0 55px 0;
  color: #c9d2d8;
  font-size: 20px;
  line-height: 1.7;
}
/* Grid pod kafelki */
.astavian-section .section-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
/* Pojedynczy kafelek */
.astavian-section .section-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(25, 215, 195, 0.14);
  border-radius: 16px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
/* Kafelek - hover */
.astavian-section .section-card:hover {
  transform: translateY(-6px);
  border-color: rgba(25, 215, 195, 0.65);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
}
/* Nagłówek kafelka */
.astavian-section .section-card h3 {
  margin: 0 0 14px 0;
  color: #19D7C3;
  font-size: 25px;
  line-height: 1.25;
}
/* Tekst kafelka */
.astavian-section .section-card p {
  margin: 0;
  color: #cfd7da;
  font-size: 17px;
  line-height: 1.65;
}
/* ==========================================================
   09. NOWA SEKCJA - MOBILE
   ========================================================== */
@media (max-width: 768px) {
  .astavian-section {
    padding: 65px 20px;
  }
  .astavian-section .section-label {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
  }
  .astavian-section .section-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.15;
    text-align: center;
  }
  .astavian-section .section-intro {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }
  .astavian-section .section-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .astavian-section .section-card {
    padding: 25px;
    text-align: center;
  }
  .astavian-section .section-card h3 {
    font-size: 23px;
  }
  .astavian-section .section-card p {
    font-size: 16px;
  }
}
/* ==========================================================
   ASTAVIAN - SEKCJA OFERTY / FEATURES
   ========================================================== */
.astavian-section {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 110px 30px;
  box-sizing: border-box;
}
.astavian-about {
  text-align: center;
}
/* mały napis ASTAVIAN */
.astavian-about .section-label {
  color: #19D7C3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
/* główny nagłówek */
.astavian-about .section-title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 auto 30px;
  max-width: 950px;
}
.astavian-about .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #19D7C3;
  margin: 30px auto 0;
}
/* tekst pod nagłówkiem */
.astavian-about .section-intro {
  max-width: 850px;
  margin: 0 auto 70px;
  color: #bfc9cc;
  font-size: 19px;
  line-height: 1.8;
}
/* trzy kolumny */
.astavian-about .section-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  text-align: left;
}
/* pojedynczy kafel */
.astavian-about .section-card {
  position: relative;
  min-height: 280px;
  padding: 42px 35px;
  background: rgba(3, 12, 16, 0.65);
  border-top: 2px solid #19D7C3;
  box-sizing: border-box;
  transition: transform 0.35s ease, background 0.35s ease;
}
.astavian-about .section-card:hover {
  transform: translateY(-7px);
  background: rgba(6, 22, 27, 0.9);
}
.astavian-about .section-card h3 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 22px;
}
.astavian-about .section-card p {
  color: #aeb9bd;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
/* ==========================================================
   FEATURES - TABLET
   ========================================================== */
@media (max-width: 900px) {
  .astavian-about .section-title {
    font-size: 42px;
  }
  .astavian-about .section-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto;
  }
  .astavian-about .section-card {
    min-height: 0;
  }
}
/* ==========================================================
   FEATURES - TELEFON
   ========================================================== */
@media (max-width: 600px) {
  .astavian-section {
    padding: 75px 20px;
  }
  .astavian-about .section-label {
    font-size: 11px;
    letter-spacing: 4px;
  }
  .astavian-about .section-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .astavian-about .section-title br {
    display: none;
  }
  .astavian-about .section-intro {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 45px;
  }
  .astavian-about .section-grid {
    gap: 18px;
  }
  .astavian-about .section-card {
    padding: 30px 25px;
    text-align: left;
  }
  .astavian-about .section-card h3 {
    font-size: 24px;
  }
  .astavian-about .section-card p {
    font-size: 16px;
  }
}
/* ==========================================================
   ASTAVIAN - CONTENT TABS
   ========================================================== */
.astavian-tab {
  position: relative;
  min-height: 360px;
  padding: 55px 45px;
  overflow: hidden;
}
.astavian-tab-text {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.astavian-tab-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #19D7C3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.astavian-tab h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 500;
}
.astavian-tab h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.astavian-tab p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #c7d0d3;
  font-size: 19px;
  line-height: 1.75;
}
.astavian-tab-note {
  color: #8fa0a5 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px;
}
.astavian-tab-number {
  position: absolute;
  right: 35px;
  bottom: 10px;
  z-index: 1;
  color: rgba(25, 215, 195, 0.08);
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
}
/* Tabs - mobile */
@media (max-width: 768px) {
  .astavian-tab {
    min-height: 0;
    padding: 35px 22px 45px;
  }
  .astavian-tab h2 {
    font-size: 34px;
  }
  .astavian-tab p {
    font-size: 17px;
  }
  .astavian-tab-number {
    right: 10px;
    bottom: 10px;
    font-size: 110px;
  }
}
/* ==========================================================
   ASTAVIAN - CONTENT TABS NAVIGATION
   ========================================================== */
.g-contenttabs .g-contenttabs-tab-wrapper-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.g-contenttabs .g-contenttabs-tab-wrapper {
  background: transparent;
  border: 0;
}
.g-contenttabs .g-contenttabs-tab {
  background: transparent !important;
  border: 0 !important;
  color: #aeb9bd !important;
  padding: 18px 28px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.25s ease, background 0.25s ease;
}
.g-contenttabs .g-contenttabs-tab:hover {
  color: #ffffff !important;
  background: rgba(25, 215, 195, 0.05) !important;
}
.g-contenttabs .g-contenttabs-tab.active {
  color: #19D7C3 !important;
  background: rgba(25, 215, 195, 0.06) !important;
  box-shadow: inset 0 -2px 0 #19D7C3;
}
/* MOBILE */
@media (max-width: 768px) {
  .g-contenttabs .g-contenttabs-tab-wrapper-container {
    display: flex;
    width: 100%;
  }
  .g-contenttabs .g-contenttabs-tab-wrapper {
    flex: 1;
  }
  .g-contenttabs .g-contenttabs-tab {
    width: 100%;
    padding: 14px 7px !important;
    font-size: 11px;
    text-align: center;
  }
}
/* ==========================================================
   ASTAVIAN - STATEMENT / BRAND BREAK
   ========================================================== */
.astavian-statement {
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 30px;
  text-align: center;
  box-sizing: border-box;
}
.astavian-statement .statement-label {
  margin-bottom: 25px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.astavian-statement h2 {
  max-width: 950px;
  margin: 0 auto 45px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.15;
  font-weight: 500;
}
.astavian-statement h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.astavian-statement .statement-copy {
  max-width: 720px;
  margin: 0 auto;
}
.astavian-statement .statement-copy p {
  margin: 8px 0;
  color: #8f9da2;
  font-size: 19px;
  line-height: 1.6;
}
.astavian-statement .statement-final {
  margin-top: 32px !important;
  color: #ffffff !important;
  font-size: 27px !important;
  font-weight: 600 !important;
}
/* ==========================================================
   STATEMENT - MOBILE
   ========================================================== */
@media (max-width: 768px) {
  .astavian-statement {
    padding: 75px 20px;
  }
  .astavian-statement .statement-label {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .astavian-statement h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .astavian-statement h2 br {
    display: none;
  }
  .astavian-statement .statement-copy p {
    font-size: 16px;
  }
  .astavian-statement .statement-final {
    margin-top: 24px !important;
    font-size: 20px !important;
  }
}
/* ASTAVIAN STATEMENT – finalne kolory */
.astavian-statement .statement-copy p {
  color: #8f9da2 !important;
}
.astavian-statement .statement-copy .statement-final {
  color: #ffffff !important;
  font-size: 27px !important;
  font-weight: 600 !important;
  margin-top: 32px !important;
}
/* ==========================================================
   ASTAVIAN - GOOGLE ADS
   ========================================================== */
.astavian-ads {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 70px;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 105px 30px;
  box-sizing: border-box;
  overflow: hidden;
}
/* LEWA STRONA */
.astavian-ads .ads-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.astavian-ads .ads-label {
  margin-bottom: 22px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.astavian-ads h2 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 500;
}
.astavian-ads h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.astavian-ads .ads-intro {
  max-width: 720px;
  margin: 0 0 32px;
  color: #aebbc0;
  font-size: 19px;
  line-height: 1.75;
}
.astavian-ads .ads-services {
  margin-bottom: 38px;
  color: #829298;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}
.astavian-ads .ads-services span {
  display: inline-block;
  margin: 0 8px;
  color: #19D7C3;
}
/* PRZYCISK */
.astavian-ads .ads-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 26px;
  color: #ffffff;
  border: 1px solid rgba(25, 215, 195, 0.55);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.astavian-ads .ads-button span {
  color: #19D7C3;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.astavian-ads .ads-button:hover {
  background: rgba(25, 215, 195, 0.08);
  border-color: #19D7C3;
  color: #ffffff;
  transform: translateY(-2px);
}
.astavian-ads .ads-button:hover span {
  transform: translateX(5px);
}
/* PRAWA STRONA */
.astavian-ads .ads-visual {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}
.astavian-ads .ads-big {
  color: rgba(25, 215, 195, 0.07);
  font-size: 180px;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: -10px;
}
.astavian-ads .ads-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
  color: #617176;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
}
/* DELIKATNA LINIA TECHNICZNA */
.astavian-ads::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26%;
  width: 1px;
  height: 220px;
  background: linear-gradient(to bottom, transparent, rgba(25, 215, 195, 0.25), transparent);
  transform: translateY(-50%);
}
/* ==========================================================
   GOOGLE ADS - MOBILE
   ========================================================== */
@media (max-width: 768px) {
  .astavian-ads {
    display: block;
    padding: 75px 22px;
    text-align: left;
  }
  .astavian-ads h2 {
    font-size: 36px;
    line-height: 1.16;
  }
  .astavian-ads h2 br {
    display: none;
  }
  .astavian-ads .ads-intro {
    font-size: 17px;
    line-height: 1.7;
  }
  .astavian-ads .ads-services {
    font-size: 13px;
  }
  .astavian-ads .ads-services span {
    margin: 0 5px;
  }
  .astavian-ads .ads-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .astavian-ads .ads-visual {
    min-height: 150px;
    margin-top: 45px;
    align-items: flex-start;
    text-align: left;
  }
  .astavian-ads .ads-big {
    font-size: 110px;
    letter-spacing: -6px;
  }
  .astavian-ads .ads-data {
    margin-top: 20px;
    font-size: 9px;
    letter-spacing: 3px;
  }
  .astavian-ads::before {
    display: none;
  }
}
/* =========================
   ASTAVIAN FOOTER
========================= */
.astavian-footer {
  background: #061013;
  color: #ffffff;
  padding: 100px 8% 35px;
}
.af-top {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.af-label {
  color: #18d5cc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.af-brand h2 {
  margin: 0 0 40px;
  font-size: clamp(38px, 4vw, 68px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -1.5px;
}
.af-brand h2 strong {
  color: #18d5cc;
  font-weight: 600;
}
.af-contact {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 20px 28px;
  border: 1px solid rgba(24, 213, 204, 0.65);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: 0.3s ease;
}
.af-contact span {
  color: #18d5cc;
  font-size: 20px;
}
.af-contact:hover {
  background: #18d5cc;
  color: #061013 !important;
}
.af-contact:hover span {
  color: #061013;
}
.af-services {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  color: #82969c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}
.af-bottom {
  max-width: 1280px;
  margin: 90px auto 0;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  color: #64777c;
  font-size: 10px;
  letter-spacing: 2px;
}
/* MOBILE */
@media (max-width: 768px) {
  .astavian-footer {
    padding: 70px 28px 30px;
  }
  .af-top {
    display: block;
  }
  .af-brand h2 {
    font-size: 38px;
  }
  .af-services {
    margin-top: 60px;
    align-items: flex-start;
  }
  .af-bottom {
    margin-top: 60px;
    display: block;
  }
  .af-bottom div {
    margin-top: 10px;
  }
}
/* =========================================
   ASTAVIAN — AVATARY AI HERO
   ========================================= */
.avatar-hero {
  position: relative;
  min-height: 720px;
  padding: 130px 8% 110px;
  background: #071013;
  color: #ffffff;
  overflow: hidden;
}
.avatar-hero::after {
  content: "AI";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 360px;
  font-weight: 700;
  line-height: 1;
  color: rgba(22, 211, 199, 0.045);
  pointer-events: none;
}
.avatar-hero-label {
  margin-bottom: 30px;
  color: #16d3c7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
}
.avatar-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -2px;
}
.avatar-hero h1 strong {
  color: #16d3c7;
  font-weight: 600;
}
.avatar-hero-text {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 45px 0 25px;
  color: #a6b3b7;
  font-size: 20px;
  line-height: 1.7;
}
.avatar-hero-tags {
  margin: 25px 0 45px;
  color: #71878c;
  font-size: 13px;
  letter-spacing: 2px;
}
.avatar-hero-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 35px;
  padding: 20px 28px;
  border: 1px solid rgba(22, 211, 199, 0.55);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.25s ease;
}
.avatar-hero-button span {
  color: #16d3c7;
  font-size: 20px;
}
.avatar-hero-button:hover {
  background: #16d3c7;
  color: #071013;
}
.avatar-hero-button:hover span {
  color: #071013;
}
.avatar-hero-number {
  position: absolute;
  right: 8%;
  bottom: 65px;
  color: rgba(22, 211, 199, 0.16);
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -3px;
}
/* MOBILE */
@media (max-width: 768px) {
  .avatar-hero {
    min-height: auto;
    padding: 90px 25px 80px;
  }
  .avatar-hero::after {
    right: -30px;
    top: 42%;
    font-size: 190px;
  }
  .avatar-hero-label {
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 25px;
  }
  .avatar-hero h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }
  .avatar-hero-text {
    margin-top: 35px;
    font-size: 17px;
  }
  .avatar-hero-tags {
    font-size: 10px;
    line-height: 2;
  }
  .avatar-hero-number {
    display: none;
  }
}
/* ==========================================================
   AVATARY AI - SHOWCASE
   ========================================================== */
.avatar-showcase {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 35px 120px;
  box-sizing: border-box;
}
/* NAGŁÓWEK */
.avatar-showcase-head {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}
.avatar-showcase-label {
  margin-bottom: 22px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.avatar-showcase h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 300;
}
.avatar-showcase h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.avatar-showcase-head > p {
  max-width: 760px;
  margin: 0 auto;
  color: #9eacb0;
  font-size: 19px;
  line-height: 1.75;
}
/* KARTY */
.avatar-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.avatar-card {
  position: relative;
  min-width: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(25, 215, 195, 0.18);
}
.avatar-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.8;
  overflow: hidden;
  background: #071013;
  border: 1px solid rgba(25, 215, 195, 0.22);
  border-radius: 18px;
}
.avatar-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 11, 14, 0.42), transparent 42%);
  pointer-events: none;
}
.avatar-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.avatar-card:hover .avatar-card-image img {
  transform: scale(1.035);
}
/* NUMER */
.avatar-card-number {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #19D7C3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: 0.7;
}
/* TEKST */
.avatar-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
.avatar-card > p {
  margin: 0;
  color: #7f9298;
  font-size: 14px;
  letter-spacing: 0.4px;
}
/* DELIKATNY GLOW */
.avatar-card:hover .avatar-card-image {
  border-color: rgba(25, 215, 195, 0.6);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 35px rgba(25, 215, 195, 0.05);
}
/* ==========================================================
   MOBILE
   ========================================================== */
@media (max-width: 768px) {
  .avatar-showcase {
    padding: 75px 20px 85px;
  }
  .avatar-showcase-head {
    margin-bottom: 50px;
  }
  .avatar-showcase h2 {
    font-size: 40px;
  }
  .avatar-showcase-head > p {
    font-size: 17px;
  }
  .avatar-showcase-grid {
    display: block;
  }
  .avatar-card {
    margin-bottom: 55px;
  }
  .avatar-card:last-child {
    margin-bottom: 0;
  }
  .avatar-card-image {
    aspect-ratio: 0.8;
  }
  .avatar-card h3 {
    font-size: 23px;
  }
}
.avatar-characters {
  background: #050b0f;
  padding: 110px 30px 130px;
}
.avatar-characters-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.avatar-characters-label {
  color: #19d7c3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
.avatar-characters h2 {
  margin: 0;
  color: #f5f5f5;
  font-size: 54px;
  line-height: 1.15;
  font-weight: 300;
}
.avatar-characters h2 strong {
  color: #19d7c3;
  font-weight: 700;
}
.avatar-characters-intro {
  max-width: 820px;
  margin: 35px auto 65px;
  color: #8fa4ad;
  font-size: 20px;
  line-height: 1.7;
}
.avatar-characters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.avatar-character-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 215, 195, 0.25);
  border-radius: 18px;
  background: #071014;
}
.avatar-character-card img {
  width: 100%;
  aspect-ratio: 0.6666666667;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.avatar-character-card:hover img {
  transform: scale(1.035);
}
.avatar-character-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 15px 20px;
  color: #19d7c3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  background: linear-gradient(transparent, rgba(5, 11, 15, 0.95));
}
@media (max-width: 767px) {
  .avatar-characters {
    padding: 75px 20px 90px;
  }
  .avatar-characters h2 {
    font-size: 38px;
  }
  .avatar-characters-intro {
    font-size: 17px;
    margin-bottom: 45px;
  }
  .avatar-characters-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
/* ==========================================================
   AVATARY AI - PROCESS
   ========================================================== */
.avatar-process {
  max-width: 1260px;
  margin: 0 auto;
  padding: 110px 30px 120px;
  box-sizing: border-box;
}
.avatar-process-head {
  max-width: 760px;
  margin-bottom: 75px;
}
.avatar-process-label {
  margin-bottom: 22px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.avatar-process h2 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 300;
}
.avatar-process h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.avatar-process-head > p {
  max-width: 680px;
  margin: 0;
  color: #91a1a6;
  font-size: 19px;
  line-height: 1.7;
}
/* KROKI */
.avatar-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.avatar-process-item {
  position: relative;
  min-height: 255px;
  padding: 28px 24px 30px;
  border-top: 1px solid rgba(25, 215, 195, 0.35);
  background: linear-gradient(180deg, rgba(25, 215, 195, 0.035), transparent 55%);
}
.avatar-process-number {
  margin-bottom: 42px;
  color: rgba(25, 215, 195, 0.3);
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
}
.avatar-process-item h3 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.avatar-process-item p {
  margin: 0;
  color: #87989d;
  font-size: 16px;
  line-height: 1.65;
}
/* HOVER */
.avatar-process-item {
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.avatar-process-item:hover {
  transform: translateY(-5px);
  border-color: #19D7C3;
  background: linear-gradient(180deg, rgba(25, 215, 195, 0.07), transparent 60%);
}
.avatar-process-item:hover .avatar-process-number {
  color: rgba(25, 215, 195, 0.55);
}
/* MOBILE */
@media (max-width: 900px) {
  .avatar-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .avatar-process {
    padding: 75px 20px 85px;
  }
  .avatar-process-head {
    margin-bottom: 50px;
  }
  .avatar-process h2 {
    font-size: 40px;
  }
  .avatar-process-head > p {
    font-size: 17px;
  }
  .avatar-process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .avatar-process-item {
    min-height: auto;
  }
  .avatar-process-number {
    margin-bottom: 25px;
    font-size: 48px;
  }
}
/* ==========================================================
   AVATARY AI - FINAL CTA
   ========================================================== */
.avatar-final-cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 30px 130px;
  text-align: center;
}
.avatar-final-cta-label {
  margin-bottom: 25px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.avatar-final-cta h2 {
  max-width: 950px;
  margin: 0 auto 32px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 300;
}
.avatar-final-cta h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.avatar-final-cta p {
  max-width: 720px;
  margin: 0 auto 45px;
  color: #91a1a6;
  font-size: 19px;
  line-height: 1.75;
}
.avatar-final-button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 19px 28px;
  border: 1px solid rgba(25, 215, 195, 0.55);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: 0.3s ease;
}
.avatar-final-button span {
  color: #19D7C3;
  font-size: 20px;
}
.avatar-final-button:hover {
  background: #19D7C3;
  color: #071013 !important;
}
.avatar-final-button:hover span {
  color: #071013;
}
/* MOBILE */
@media (max-width: 768px) {
  .avatar-final-cta {
    padding: 85px 22px 95px;
  }
  .avatar-final-cta h2 {
    font-size: 40px;
  }
  .avatar-final-cta p {
    font-size: 17px;
  }
  .avatar-final-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}
/* ==========================================================
   STRONY WWW - HERO
   ========================================================== */
.web-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 80px;
  align-items: center;
  max-width: 1380px;
  min-height: 760px;
  margin: 0 auto;
  padding: 110px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
/* LEWA STRONA */
.web-hero-content {
  position: relative;
  z-index: 3;
}
.web-hero-label {
  margin-bottom: 28px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.web-hero h1 {
  max-width: 900px;
  margin: 0 0 36px;
  color: #ffffff;
  font-size: clamp(50px, 5vw, 78px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -2px;
}
.web-hero h1 strong {
  color: #19D7C3;
  font-weight: 600;
}
.web-hero-text {
  max-width: 700px;
  margin: 0 0 28px;
  color: #9aacb1;
  font-size: 19px;
  line-height: 1.75;
}
.web-hero-tags {
  margin-bottom: 42px;
  color: #71868c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.web-hero-tags span {
  margin: 0 9px;
  color: #19D7C3;
}
.web-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 19px 28px;
  border: 1px solid rgba(25, 215, 195, 0.55);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: 0.3s ease;
}
.web-hero-button span {
  color: #19D7C3;
  font-size: 20px;
}
.web-hero-button:hover {
  background: #19D7C3;
  color: #071013 !important;
}
.web-hero-button:hover span {
  color: #071013;
}
/* PRAWA STRONA */
.web-hero-visual {
  position: relative;
  min-height: 520px;
}
.web-hero-big {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(25, 215, 195, 0.045);
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -10px;
}
.web-hero-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(25, 215, 195, 0.18);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
}
/* WIREFRAME */
.web-wireframe {
  position: absolute;
  width: 430px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  padding: 16px;
  border: 1px solid rgba(25, 215, 195, 0.28);
  border-radius: 12px;
  background: rgba(7, 16, 19, 0.5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25), 0 0 50px rgba(25, 215, 195, 0.04);
}
.web-wireframe-top {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}
.web-wireframe-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(25, 215, 195, 0.45);
}
.web-wireframe-nav {
  width: 100%;
  height: 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(25, 215, 195, 0.15);
}
.web-wireframe-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 185px;
}
.web-wireframe-copy {
  padding: 20px 10px;
}
.web-wireframe-copy i {
  display: block;
  height: 8px;
  margin-bottom: 13px;
  background: rgba(255, 255, 255, 0.11);
}
.web-wireframe-copy i:first-child {
  width: 80%;
}
.web-wireframe-copy i:nth-child(2) {
  width: 62%;
}
.web-wireframe-copy i:nth-child(3) {
  width: 45%;
  background: rgba(25, 215, 195, 0.28);
}
.web-wireframe-image {
  border: 1px solid rgba(25, 215, 195, 0.18);
  background: linear-gradient(135deg, rgba(25, 215, 195, 0.07), rgba(255, 255, 255, 0.02));
}
.web-wireframe-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.web-wireframe-bottom i {
  height: 70px;
  border: 1px solid rgba(25, 215, 195, 0.12);
  background: rgba(255, 255, 255, 0.018);
}
/* ==========================================================
   MOBILE
   ========================================================== */
@media (max-width: 900px) {
  .web-hero {
    display: block;
    min-height: auto;
    padding: 85px 22px 95px;
  }
  .web-hero h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }
  .web-hero-text {
    font-size: 17px;
  }
  .web-hero-visual {
    min-height: 390px;
    margin-top: 60px;
  }
  .web-wireframe {
    width: 360px;
  }
  .web-hero-big {
    font-size: 110px;
  }
  .web-hero-number {
    font-size: 30px;
  }
}
/* ==========================================================
   STRONY WWW - PRINCIPLES
   ========================================================== */
.web-principles {
  max-width: 1260px;
  margin: 0 auto;
  padding: 110px 30px 120px;
  box-sizing: border-box;
}
.web-principles-head {
  max-width: 820px;
  margin-bottom: 75px;
}
.web-principles-label {
  margin-bottom: 22px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.web-principles h2 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 300;
}
.web-principles h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
.web-principles-head > p {
  max-width: 700px;
  margin: 0;
  color: #91a1a6;
  font-size: 19px;
  line-height: 1.75;
}
/* KARTY */
.web-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.web-principle {
  min-height: 250px;
  padding: 28px 24px 30px;
  border-top: 1px solid rgba(25, 215, 195, 0.32);
  background: linear-gradient(180deg, rgba(25, 215, 195, 0.035), transparent 58%);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.web-principle:hover {
  transform: translateY(-5px);
  border-color: #19D7C3;
  background: linear-gradient(180deg, rgba(25, 215, 195, 0.075), transparent 60%);
}
.web-principle-number {
  margin-bottom: 42px;
  color: rgba(25, 215, 195, 0.3);
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
}
.web-principle h3 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.web-principle p {
  margin: 0;
  color: #87989d;
  font-size: 16px;
  line-height: 1.65;
}
/* MOBILE */
@media (max-width: 900px) {
  .web-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .web-principles {
    padding: 75px 20px 85px;
  }
  .web-principles-head {
    margin-bottom: 50px;
  }
  .web-principles h2 {
    font-size: 40px;
  }
  .web-principles-head > p {
    font-size: 17px;
  }
  .web-principles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .web-principle {
    min-height: auto;
  }
  .web-principle-number {
    margin-bottom: 25px;
    font-size: 48px;
  }
}
/* ==========================================================
   STRONY WWW - OFFER
   ========================================================== */
.web-offer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 30px 125px;
  box-sizing: border-box;
}
.web-offer-head {
  max-width: 800px;
  margin-bottom: 70px;
}
.web-offer-label {
  margin-bottom: 22px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.web-offer h2 {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 300;
}
.web-offer h2 strong {
  color: #19D7C3;
  font-weight: 600;
}
/* GRID */
.web-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.web-offer-card {
  min-width: 0;
}
.web-offer-preview {
  position: relative;
  height: 300px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(25, 215, 195, 0.2);
  border-radius: 16px;
  background: #071013;
  box-sizing: border-box;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.web-offer-card:hover .web-offer-preview {
  transform: translateY(-6px);
  border-color: rgba(25, 215, 195, 0.65);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25), 0 0 30px rgba(25, 215, 195, 0.05);
}
/* COMPANY */
.preview-company .mini-nav {
  height: 18px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.preview-company .mini-title {
  width: 75%;
  height: 28px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.12);
}
.preview-company .mini-line {
  width: 55%;
  height: 9px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.07);
}
.preview-company .mini-button {
  width: 110px;
  height: 32px;
  border: 1px solid rgba(25, 215, 195, 0.45);
}
/* LANDING */
.preview-landing {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.preview-landing .mini-badge {
  width: 70px;
  height: 8px;
  margin-bottom: 25px;
  background: rgba(25, 215, 195, 0.55);
}
.preview-landing .mini-big {
  width: 90%;
  height: 45px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.13);
}
.preview-landing .mini-line {
  width: 65%;
  height: 9px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.07);
}
.preview-landing .mini-button {
  width: 135px;
  height: 34px;
  background: rgba(25, 215, 195, 0.18);
  border: 1px solid rgba(25, 215, 195, 0.55);
}
/* SHOP */
.preview-shop .shop-top {
  height: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.preview-shop .shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.preview-shop .shop-grid i {
  display: block;
  height: 95px;
  border: 1px solid rgba(25, 215, 195, 0.16);
  background: linear-gradient(135deg, rgba(25, 215, 195, 0.06), rgba(255, 255, 255, 0.015));
}
/* TEKST POD KARTAMI */
.web-offer-number {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #19D7C3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: 0.7;
}
.web-offer-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
.web-offer-card p {
  margin: 0;
  color: #87989d;
  font-size: 16px;
  line-height: 1.65;
}
/* CTA */
.web-offer-cta {
  margin-top: 85px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.web-offer-cta p {
  margin: 0;
  color: #8fa1a6;
  font-size: 18px;
}
.web-offer-cta p strong {
  color: #ffffff;
  font-weight: 500;
}
.web-offer-button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 18px 26px;
  border: 1px solid rgba(25, 215, 195, 0.55);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s ease;
}
.web-offer-button span {
  color: #19D7C3;
  font-size: 19px;
}
.web-offer-button:hover {
  background: #19D7C3;
  color: #071013 !important;
}
.web-offer-button:hover span {
  color: #071013;
}
/* MOBILE */
@media (max-width: 850px) {
  .web-offer {
    padding: 80px 20px 90px;
  }
  .web-offer h2 {
    font-size: 40px;
  }
  .web-offer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .web-offer-preview {
    height: 280px;
  }
  .web-offer-cta {
    display: block;
    margin-top: 65px;
  }
  .web-offer-button {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    box-sizing: border-box;
  }
}
/* ==========================================================
   REKLAMA - HERO
   Motyw: Astavian Orange
   ========================================================== */
.ads-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 80px;
  align-items: center;
  max-width: 1380px;
  min-height: 760px;
  margin: 0 auto;
  padding: 110px 40px;
  box-sizing: border-box;
  overflow: hidden;
  color: #ffffff;
}
/* ==========================================================
   LEWA STRONA
   ========================================================== */
.ads-hero-content {
  position: relative;
  z-index: 3;
}
.ads-hero-label {
  margin-bottom: 28px;
  color: #FF8A00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.ads-hero h1 {
  max-width: 920px;
  margin: 0 0 36px;
  color: #ffffff;
  font-size: clamp(50px, 5vw, 78px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -2px;
}
.ads-hero h1 strong {
  color: #FF8A00;
  font-weight: 600;
}
.ads-hero-text {
  max-width: 710px;
  margin: 0 0 28px;
  color: #a6afb3;
  font-size: 19px;
  line-height: 1.75;
}
.ads-hero-tags {
  margin-bottom: 42px;
  color: #78868b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.ads-hero-tags span {
  margin: 0 9px;
  color: #FF8A00;
}
/* ==========================================================
   PRZYCISK
   ========================================================== */
.ads-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 19px 28px;
  border: 1px solid rgba(255, 138, 0, 0.65);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.ads-hero-button span {
  color: #FF8A00;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.ads-hero-button:hover {
  background: #FF8A00;
  border-color: #FF8A00;
  color: #0A0D10 !important;
  transform: translateY(-2px);
}
.ads-hero-button:hover span {
  color: #0A0D10;
  transform: translateX(5px);
}
/* ==========================================================
   PRAWA STRONA
   ========================================================== */
.ads-hero-visual {
  position: relative;
  min-height: 540px;
}
/* Wielkie AD w tle */
.ads-hero-big {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 138, 0, 0.055);
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -12px;
  pointer-events: none;
}
/* CREATIVE / 01 */
.ads-hero-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(255, 138, 0, 0.22);
  font-size: 40px;
  font-weight: 700;
}
/* ==========================================================
   MOCKUP TELEFONU
   ========================================================== */
.ads-phone {
  position: absolute;
  width: 285px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(4deg);
  padding: 15px;
  border: 1px solid rgba(255, 138, 0, 0.38);
  border-radius: 30px;
  background: rgba(8, 11, 13, 0.82);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42), 0 0 55px rgba(255, 138, 0, 0.07);
  box-sizing: border-box;
}
.ads-phone-top {
  width: 70px;
  height: 5px;
  margin: 4px auto 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}
/* Ekran video */
.ads-phone-video {
  position: relative;
  height: 275px;
  border: 1px solid rgba(255, 138, 0, 0.25);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 138, 0, 0.12), rgba(25, 215, 195, 0.045), rgba(255, 255, 255, 0.018));
}
/* PLAY */
.ads-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 138, 0, 0.9);
  font-size: 32px;
}
/* Tekst imitujący reklamę */
.ads-phone-copy {
  padding: 22px 5px 8px;
}
.ads-phone-copy i {
  display: block;
  height: 8px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.ads-phone-copy i:first-child {
  width: 85%;
}
.ads-phone-copy i:nth-child(2) {
  width: 65%;
}
.ads-phone-copy i:nth-child(3) {
  width: 45%;
}
/* CTA wewnątrz telefonu */
.ads-phone-cta {
  width: 120px;
  height: 32px;
  margin-top: 12px;
  border: 1px solid rgba(255, 138, 0, 0.7);
  background: rgba(255, 138, 0, 0.12);
}
/* ==========================================================
   MOBILE / TABLET
   ========================================================== */
@media (max-width: 900px) {
  .ads-hero {
    display: block;
    min-height: auto;
    padding: 85px 22px 95px;
  }
  .ads-hero h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }
  .ads-hero-text {
    font-size: 17px;
  }
  .ads-hero-tags {
    font-size: 10px;
    line-height: 2;
  }
  .ads-hero-visual {
    min-height: 520px;
    margin-top: 60px;
  }
  .ads-phone {
    width: 245px;
    height: 440px;
  }
  .ads-phone-video {
    height: 235px;
  }
  .ads-hero-big {
    font-size: 150px;
    letter-spacing: -8px;
  }
  .ads-hero-number {
    font-size: 28px;
  }
}
/* ==========================================================
   TELEFON
   ========================================================== */
@media (max-width: 520px) {
  .ads-hero {
    padding: 75px 20px 80px;
  }
  .ads-hero-label {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .ads-hero h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .ads-hero-text {
    font-size: 16px;
    line-height: 1.65;
  }
  .ads-hero-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .ads-hero-visual {
    min-height: 470px;
    margin-top: 45px;
  }
  .ads-phone {
    width: 225px;
    height: 410px;
  }
  .ads-phone-video {
    height: 215px;
  }
  .ads-hero-big {
    right: -10px;
    font-size: 120px;
  }
  .ads-hero-number {
    display: none;
  }
}
/* ==========================================================
   REKLAMA - FORMATY
   ========================================================== */
.ads-formats {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 30px 125px;
  box-sizing: border-box;
}
.ads-formats-head {
  max-width: 850px;
  margin-bottom: 70px;
}
.ads-formats-label {
  margin-bottom: 22px;
  color: #FF8A00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.ads-formats h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 300;
}
.ads-formats h2 strong {
  color: #FF8A00;
  font-weight: 600;
}
.ads-formats-head > p {
  max-width: 700px;
  margin: 0;
  color: #9aa7ab;
  font-size: 19px;
  line-height: 1.75;
}
/* GRID */
.ads-formats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.ads-format-card {
  min-width: 0;
}
/* WIZUAL */
.ads-format-visual {
  position: relative;
  height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 138, 0, 0.24);
  border-radius: 18px;
  background: #0A0D10;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.ads-format-card:hover .ads-format-visual {
  transform: translateY(-6px);
  border-color: rgba(255, 138, 0, 0.7);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28), 0 0 35px rgba(255, 138, 0, 0.06);
}
/* AVATAR */
.ads-format-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ads-format-screen {
  width: 58%;
  height: 72%;
  border: 1px solid rgba(25, 215, 195, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(25, 215, 195, 0.08), rgba(255, 138, 0, 0.08));
}
.ads-format-badge {
  position: absolute;
  right: 28px;
  bottom: 24px;
  color: rgba(255, 138, 0, 0.35);
  font-size: 70px;
  font-weight: 700;
}
/* SOCIAL */
.ads-format-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ads-social-phone {
  position: relative;
  width: 120px;
  height: 220px;
  border: 1px solid rgba(255, 138, 0, 0.45);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 138, 0, 0.1), rgba(25, 215, 195, 0.04));
}
.ads-social-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FF8A00;
  font-size: 26px;
}
.social-mark {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(25, 215, 195, 0.22);
  border-radius: 50%;
}
.social-mark-one {
  left: 55px;
  top: 48px;
}
.social-mark-two {
  right: 45px;
  bottom: 55px;
}
/* CAMPAIGN */
.ads-format-campaign {
  padding: 45px 35px;
  box-sizing: border-box;
}
.campaign-chart {
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.campaign-chart i {
  display: block;
  flex: 1;
  background: linear-gradient(to top, rgba(255, 138, 0, 0.55), rgba(255, 138, 0, 0.1));
}
.campaign-chart i:nth-child(1) {
  height: 28%;
}
.campaign-chart i:nth-child(2) {
  height: 42%;
}
.campaign-chart i:nth-child(3) {
  height: 60%;
}
.campaign-chart i:nth-child(4) {
  height: 72%;
}
.campaign-chart i:nth-child(5) {
  height: 90%;
}
.campaign-line {
  height: 1px;
  margin-top: 25px;
  background: linear-gradient(to right, #FF8A00, rgba(25, 215, 195, 0.35), transparent);
}
.campaign-label {
  margin-top: 18px;
  color: #71868c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
}
/* TEKST */
.ads-format-number {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #FF8A00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
}
.ads-format-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
.ads-format-card p {
  margin: 0 0 18px;
  color: #87979c;
  font-size: 16px;
  line-height: 1.65;
}
.ads-format-tags {
  color: #627479;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
/* MOBILE */
@media (max-width: 850px) {
  .ads-formats {
    padding: 80px 20px 90px;
  }
  .ads-formats h2 {
    font-size: 40px;
  }
  .ads-formats-head > p {
    font-size: 17px;
  }
  .ads-formats-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .ads-format-visual {
    height: 280px;
  }
}
/* ==========================================================
   REKLAMA - FINAL CTA
   ========================================================== */
.ads-final {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: #070b0d;
}
.ads-final::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 0, 0.55), transparent);
}
.ads-final-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 30px;
  box-sizing: border-box;
}
.ads-final-label {
  margin-bottom: 28px;
  color: #FF8A00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.ads-final h2 {
  max-width: 1000px;
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 300;
}
.ads-final h2 strong {
  color: #FF8A00;
  font-weight: 600;
}
.ads-final p {
  max-width: 650px;
  margin: 0 0 45px;
  color: #89999e;
  font-size: 18px;
  line-height: 1.7;
}
.ads-final-button {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  padding: 21px 28px;
  border: 1px solid rgba(255, 138, 0, 0.55);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.ads-final-button span {
  color: #FF8A00;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.ads-final-button:hover {
  background: rgba(255, 138, 0, 0.08);
  border-color: #FF8A00;
  transform: translateY(-2px);
}
.ads-final-button:hover span {
  transform: translateX(6px);
}
/* DUŻY NAPIS W TLE */
.ads-final-bg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 138, 0, 0.035);
  font-size: clamp(130px, 18vw, 300px);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
/* MOBILE */
@media (max-width: 850px) {
  .ads-final {
    min-height: auto;
  }
  .ads-final-inner {
    padding: 90px 20px;
  }
  .ads-final h2 {
    font-size: 42px;
  }
  .ads-final p {
    font-size: 17px;
  }
  .ads-final-bg {
    right: -40px;
    top: 35%;
    font-size: 120px;
  }
  .ads-final-button {
    gap: 20px;
    padding: 19px 22px;
  }
}
/* ==========================================================
   GOOGLE ADS - HERO
   ========================================================== */
.gads-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 80px;
  align-items: center;
  max-width: 1380px;
  min-height: 760px;
  margin: 0 auto;
  padding: 110px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
/* LEWA STRONA */
.gads-hero-content {
  position: relative;
  z-index: 3;
}
.gads-hero-label {
  margin-bottom: 28px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.gads-hero h1 {
  max-width: 920px;
  margin: 0 0 36px;
  color: #ffffff;
  font-size: clamp(50px, 5vw, 78px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -2px;
}
.gads-hero h1 strong {
  color: #8BE28B;
  font-weight: 600;
}
.gads-hero-text {
  max-width: 710px;
  margin: 0 0 28px;
  color: #9aacb1;
  font-size: 19px;
  line-height: 1.75;
}
.gads-hero-tags {
  margin-bottom: 42px;
  color: #71868c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.gads-hero-tags span {
  margin: 0 9px;
  color: #19D7C3;
}
/* BUTTON */
.gads-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 19px 28px;
  border: 1px solid rgba(139, 226, 139, 0.6);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: 0.3s ease;
}
.gads-hero-button span {
  color: #8BE28B;
  font-size: 20px;
}
.gads-hero-button:hover {
  background: #8BE28B;
  color: #071013 !important;
}
.gads-hero-button:hover span {
  color: #071013;
}
/* PRAWA STRONA */
.gads-hero-visual {
  position: relative;
  min-height: 540px;
}
.gads-hero-big {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(139, 226, 139, 0.045);
  font-size: 220px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -10px;
}
.gads-hero-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgba(139, 226, 139, 0.2);
  font-size: 38px;
  font-weight: 700;
}
/* DASHBOARD */
.gads-dashboard {
  position: absolute;
  width: 430px;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  padding: 18px;
  border: 1px solid rgba(25, 215, 195, 0.28);
  border-radius: 16px;
  background: rgba(6, 14, 17, 0.82);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35), 0 0 45px rgba(139, 226, 139, 0.04);
  box-sizing: border-box;
}
.gads-dashboard-top {
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
}
.gads-dashboard-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(25, 215, 195, 0.45);
}
.gads-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
.gads-stat {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
}
.gads-stat small {
  display: block;
  margin-bottom: 7px;
  color: #708188;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
}
.gads-stat strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
/* WYKRES */
.gads-chart {
  height: 185px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.gads-chart i {
  display: block;
  flex: 1;
  background: linear-gradient(to top, rgba(139, 226, 139, 0.6), rgba(25, 215, 195, 0.1));
}
.gads-chart i:nth-child(1) {
  height: 28%;
}
.gads-chart i:nth-child(2) {
  height: 38%;
}
.gads-chart i:nth-child(3) {
  height: 51%;
}
.gads-chart i:nth-child(4) {
  height: 64%;
}
.gads-chart i:nth-child(5) {
  height: 76%;
}
.gads-chart i:nth-child(6) {
  height: 92%;
}
/* MOBILE */
@media (max-width: 900px) {
  .gads-hero {
    display: block;
    min-height: auto;
    padding: 85px 22px 95px;
  }
  .gads-hero h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }
  .gads-hero-text {
    font-size: 17px;
  }
  .gads-hero-visual {
    min-height: 470px;
    margin-top: 60px;
  }
  .gads-dashboard {
    width: 360px;
  }
  .gads-hero-big {
    font-size: 130px;
  }
  .gads-hero-number {
    font-size: 27px;
  }
}
@media (max-width: 520px) {
  .gads-hero {
    padding: 75px 20px 80px;
  }
  .gads-hero h1 {
    font-size: 40px;
  }
  .gads-hero-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .gads-dashboard {
    width: 310px;
  }
  .gads-stats {
    gap: 6px;
  }
  .gads-stat {
    padding: 10px;
  }
  .gads-stat strong {
    font-size: 17px;
  }
  .gads-hero-number {
    display: none;
  }
}
/* ==========================================================
   GOOGLE ADS - FLOW
   ========================================================== */
.gads-flow {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 30px 125px;
  box-sizing: border-box;
}
.gads-flow-head {
  max-width: 850px;
  margin-bottom: 70px;
}
.gads-flow-label {
  margin-bottom: 22px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.gads-flow h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 300;
}
.gads-flow h2 strong {
  color: #8BE28B;
  font-weight: 600;
}
.gads-flow-head > p {
  max-width: 720px;
  margin: 0;
  color: #95a4a9;
  font-size: 19px;
  line-height: 1.75;
}
/* GRID */
.gads-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
/* KARTY */
.gads-flow-card {
  position: relative;
  min-height: 290px;
  padding: 34px 30px;
  border-top: 1px solid rgba(139, 226, 139, 0.32);
  background: linear-gradient(180deg, rgba(139, 226, 139, 0.035), transparent 60%);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.gads-flow-card:hover {
  transform: translateY(-6px);
  border-color: #8BE28B;
  background: linear-gradient(180deg, rgba(139, 226, 139, 0.075), transparent 62%);
}
/* NUMER */
.gads-flow-number {
  margin-bottom: 48px;
  color: rgba(139, 226, 139, 0.28);
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
}
/* TEKST */
.gads-flow-card h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
}
.gads-flow-card p {
  margin: 0 0 25px;
  color: #87979c;
  font-size: 16px;
  line-height: 1.68;
}
.gads-flow-tag {
  color: #19D7C3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
}
/* MOBILE */
@media (max-width: 850px) {
  .gads-flow {
    padding: 80px 20px 90px;
  }
  .gads-flow h2 {
    font-size: 40px;
  }
  .gads-flow-head > p {
    font-size: 17px;
  }
  .gads-flow-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .gads-flow-card {
    min-height: auto;
  }
  .gads-flow-number {
    margin-bottom: 28px;
    font-size: 50px;
  }
}
/* ==========================================================
   GOOGLE ADS - FINAL CTA
   ========================================================== */
.gads-final {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: #071013;
}
.gads-final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 226, 139, 0.55), transparent);
}
.gads-final-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 30px;
  box-sizing: border-box;
}
.gads-final-label {
  margin-bottom: 28px;
  color: #19D7C3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
}
.gads-final h2 {
  max-width: 1000px;
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 300;
}
.gads-final h2 strong {
  color: #8BE28B;
  font-weight: 600;
}
.gads-final p {
  max-width: 680px;
  margin: 0 0 45px;
  color: #89999e;
  font-size: 18px;
  line-height: 1.7;
}
.gads-final-button {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 21px 28px;
  border: 1px solid rgba(139, 226, 139, 0.6);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.gads-final-button span {
  color: #8BE28B;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.gads-final-button:hover {
  background: #8BE28B;
  border-color: #8BE28B;
  color: #071013 !important;
  transform: translateY(-2px);
}
.gads-final-button:hover span {
  color: #071013;
  transform: translateX(6px);
}
/* DUŻY NAPIS W TLE */
.gads-final-bg {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(139, 226, 139, 0.04);
  font-size: clamp(120px, 17vw, 280px);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
}
/* MOBILE */
@media (max-width: 850px) {
  .gads-final {
    min-height: auto;
  }
  .gads-final-inner {
    padding: 90px 20px;
  }
  .gads-final h2 {
    font-size: 42px;
  }
  .gads-final p {
    font-size: 17px;
  }
  .gads-final-bg {
    right: -50px;
    top: 35%;
    font-size: 115px;
  }
  .gads-final-button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}
/* ==========================================================
   CONTACT PAGE
   ========================================================== */
/* ----------------------------------------------------------
   LEWA KOLUMNA
   ---------------------------------------------------------- */
.contact-intro {
  padding: 90px 35px 90px 20px;
}
.contact-intro-label {
  margin-bottom: 28px;
  color: #19D7C3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
}
.contact-intro h1 {
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -1px;
}
.contact-intro h1 strong {
  color: #19D7C3;
  font-weight: 600;
}
.contact-intro > p {
  max-width: 480px;
  margin: 0 0 45px;
  color: #8fa1a6;
  font-size: 18px;
  line-height: 1.75;
}
.contact-intro-services {
  margin-bottom: 50px;
  color: #71858b;
  font-size: 11px;
  line-height: 2.2;
  font-weight: 600;
  letter-spacing: 3px;
}
.contact-intro-mail span {
  display: block;
  margin-bottom: 8px;
  color: #63767b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
}
.contact-intro-mail a {
  color: #ffffff !important;
  font-size: 18px;
  text-decoration: none !important;
  transition: color 0.25s ease;
}
.contact-intro-mail a:hover {
  color: #19D7C3 !important;
}
/* ----------------------------------------------------------
   FORMULARZ JOOMLA
   Tylko pozycja menu Kontakt = itemid 107
   ---------------------------------------------------------- */
body.itemid-107 .contact {
  max-width: none;
  padding: 80px 30px 90px;
  color: #ffffff;
}
/* chowamy standardowe nagłówki Joomla */
body.itemid-107 .contact > h1, body.itemid-107 .contact h2, body.itemid-107 .contact h3, body.itemid-107 .contact legend {
  display: none;
}
/* formularz */
body.itemid-107 .contact-form, body.itemid-107 form {
  width: 100%;
  max-width: 720px;
}
/* opis wymaganych pól */
body.itemid-107 .contact-form .star, body.itemid-107 .contact .star {
  color: #19D7C3;
}
/* grupy pól */
body.itemid-107 .control-group {
  margin-bottom: 25px;
}
/* etykiety */
body.itemid-107 .control-label {
  margin-bottom: 8px;
}
body.itemid-107 .control-label label, body.itemid-107 label {
  color: #8fa1a6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
/* pola formularza Joomla */
body.itemid-107 .contact input.form-control, body.itemid-107 .contact textarea.form-control, body.itemid-107 .contact input[type="text"], body.itemid-107 .contact input[type="email"], body.itemid-107 .contact input[type="tel"], body.itemid-107 .contact textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(25, 215, 195, 0.2);
  border-radius: 0;
  background-color: #0B1518 !important;
  background-image: none;
  color: #ffffff;
  font-size: 16px;
  box-shadow: none;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
/* focus */
body.itemid-107 .contact input.form-control:focus, body.itemid-107 .contact textarea.form-control:focus, body.itemid-107 .contact input[type="text"]:focus, body.itemid-107 .contact input[type="email"]:focus, body.itemid-107 .contact input[type="tel"]:focus, body.itemid-107 .contact textarea:focus {
  outline: none;
  border-color: #19D7C3;
  background-color: #0E1A1D;
  box-shadow: 0 0 0 1px rgba(25, 215, 195, 0.08);
}
body.itemid-107 .contact textarea.form-control, body.itemid-107 .contact textarea {
  min-height: 140px;
  resize: vertical;
}
/* textarea */
body.itemid-107 textarea {
  min-height: 140px;
  resize: vertical;
}
/* przycisk Joomla */
body.itemid-107 .btn-primary, body.itemid-107 button[type="submit"] {
  margin-top: 12px;
  padding: 19px 30px;
  border: 1px solid rgba(25, 215, 195, 0.65);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
body.itemid-107 .btn-primary:hover, body.itemid-107 button[type="submit"]:hover {
  background: #19D7C3;
  border-color: #19D7C3;
  color: #071013;
  transform: translateY(-2px);
}
/* ----------------------------------------------------------
   TŁO CAŁEGO KONTAKTU
   ---------------------------------------------------------- */
body.itemid-107 #g-header {
  background: #071013;
}
/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */
@media (max-width: 900px) {
  .contact-intro {
    padding: 70px 20px 30px;
  }
  .contact-intro h1 {
    font-size: 44px;
  }
  .contact-intro > p {
    font-size: 17px;
  }
  body.itemid-107 .contact {
    padding: 30px 20px 80px;
  }
}
@media (max-width: 520px) {
  .contact-intro h1 {
    font-size: 39px;
  }
  body.itemid-107 .btn-primary, body.itemid-107 button[type="submit"] {
    width: 100%;
  }
}
/* CONTACT - BUTTON FINAL */
body.itemid-107 .contact .btn-primary, body.itemid-107 .contact button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 250px;
  margin-top: 18px;
  padding: 18px 32px;
  border: 1px solid rgba(25, 215, 195, 0.65);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.3s ease;
}
body.itemid-107 .contact .btn-primary:hover, body.itemid-107 .contact button[type="submit"]:hover {
  background: #19D7C3;
  border-color: #19D7C3;
  color: #071013;
  transform: translateY(-2px);
}
@media (max-width: 520px) {
  body.itemid-107 .contact .btn-primary, body.itemid-107 .contact button[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}
body.itemid-107 .contact textarea.form-control, body.itemid-107 .contact textarea {
  height: 180px !important;
  min-height: 180px !important;
}
.af-services a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.af-services a:hover {
  color: #19D7C3;
}
.section-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.section-card-link:hover {
  color: inherit;
  text-decoration: none;
}
/* TikTok - turkus po najechaniu */
.g-social a img {
  transition: filter 0.2s ease;
}
.g-social a:hover img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(72%) saturate(1148%) hue-rotate(123deg) brightness(94%) contrast(101%);
}
/*# sourceMappingURL=custom_16.css.map */