/* Style dla sekcji LP 1/2 */

/* ---- TOKENY & RESET ---- */
body {
  margin: 0;
  padding: 0;
  font-family: 'teleneo_officeregular', 'TeleNeo', sans-serif;
}

.lcc-lp {
  --magenta: #e20074;
  --magenta-dark: #b8005d;
  --dark: #262626;
  --dark-2: #131316;
  --gray: #7b7b7b;
  --gray-2: #6b6b6b;
  --light: #f5f5f5;
  --border: #e5e5e5;
  --white: #ffffff;
  --success: #0e8a3e;
  --brand-black: #060606;
  --brand-dark-card: #1f1e1e;
  --brand-grafit: #697178;
  --grafit-light-brand: #ccd6de;
  --light-gray-brand: #f5f6f7;
  --black-gradient-brand: linear-gradient(90deg, #060606 0%, #6c6c6c 100%);
  --magenta-gradient-brand: linear-gradient(90deg, #e20074 0%, #ff1f92 100%);
 
  

  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  color: var(--dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.lcc-lp *,
.lcc-lp *::before,
.lcc-lp *::after {
  box-sizing: inherit;
}

.lcc-lp h1,
.lcc-lp h2,
.lcc-lp h3,
.lcc-lp h4,
.lcc-lp p,
.lcc-lp ul,
.lcc-lp li {
  margin: 0;
  padding: 0;
}

.lcc-lp img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lcc-lp a {
  color: var(--magenta);
  text-decoration: none;
}

.lcc-lp a:hover {
  text-decoration: underline;
}

.lcc-lp h1,
.lcc-lp h2,
.lcc-lp h3,
.lcc-lp h4 {
  font-family: 'teleneobold', 'TeleNeo', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
}

/* Layout Container & Separators */
.lcc-lp .o-container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
}

.lcc-lp .separator {
  display: block;
  width: 100%;
  height: 100px;
}

.gray-brand-bg {
  background: var(--light-gray-brand);
}

/* ---- PRZYCISKI ---- */
.lcc-lp .c-btn,
.lcc-lp .btn-secondary {
  display: inline-block;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  transition:
    background 0.15s,
    color 0.15s,
    transform 0.15s;
}

.lcc-lp .c-btn-primary {
  background: var(--magenta);
  color: var(--white);
  border: none;
}

.lcc-lp .c-btn-primary:hover {
  background: var(--magenta-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.lcc-lp .c-btn-wide {
  display: block;
  width: 100%;
}

.lcc-lp .c-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.lcc-lp .c-btn-secondary:hover {
  background: #fff;
  color: var(--dark);
  text-decoration: none;
}

/* ==========================================================================
   HERO Section
   ========================================================================== */
 
.lcc-lp .hero {
  position: relative;
  background: var(--light-gray-brand) url("img/hero-bg.png") center/cover
    no-repeat;
  background-color: var(--light-gray-brand);
  padding-top: 100px;
  padding-bottom: 180px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-align: center;
  z-index: 10;
}

.lcc-lp .hero__content {
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lcc-lp .hero__title {
  font-size: 72px;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 24px;
}

.lcc-lp .hero__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.lcc-lp .hero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}

.lcc-lp .hero__btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.lcc-lp .hero__btn-group--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lcc-lp .hero__primary {
  border-radius: 100%;
  background: var(--magenta);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:-3px;
}

.lcc-lp .hero__primary:hover {
  transform: translateY(-1px);
}

.lcc-lp .hero__btn-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.lcc-lp .hero__note {
  font-size: 16px;
  line-height: 1.375;
  max-width: 800px;
  color: var(--grafit-light-brand);
}
 
.lcc-lp .hero__stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  z-index: 10;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
}

.lcc-lp .hero__stats-card {
  margin: 0 auto;
  background: var(--white);
  border-radius: 100px;
  padding: 50px 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.lcc-lp .hero__stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 8px;
}

.lcc-lp .hero__stat-value {
  font-size: 48px;
  font-weight: 800;
  color: var(--brand-black);
  line-height: 1.15;
  letter-spacing: -1px;
}

.lcc-lp .hero__stat-label {
  font-size: 14px;
  line-height: 1.4;
  color: var(--brand-grafit);
  font-weight: 400;
}

/* ==========================================================================
   WHY NOW Section
   ========================================================================== */
  
.lcc-lp .why-now {
  position: relative;
  padding-top: 90px;
  background-color: var(--light-gray-brand, #f4f4f6);
}

.lcc-lp .why-now__bg-graphic {
  position: absolute;
  top: -57%;
  right: 0;
  pointer-events: none;
  z-index: 1;
  display: block;
}

.lcc-lp .why-now__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  z-index: 10;
}

.lcc-lp .why-now__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lcc-lp .why-now__tag {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--magenta);
}

.lcc-lp .why-now__tag--second {
  color: var(--white);
  background: var(--magenta-gradient-brand);
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.37;
  width: fit-content;
}

.lcc-lp .why-now__title {
  font-size: 46px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  background: var(--black-gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lcc-lp h1.why-now__title {
  font-size: 58px;
  letter-spacing: -0.05em;
}

.lcc-lp .why-now__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--white);
  padding: 40px;
  border-radius: 40px;
}

.lcc-lp .why-now__text {
  font-size: 20px;
  line-height: 1.25;
  color: var(--brand-black);
}

.lcc-lp .why-now__text--bold {
  font-weight: 700;
  color: var(--dark);
}

/* ==========================================================================
   TARGET AUDIENCE Section
   ========================================================================== */

.lcc-lp .target-audience {
  position: relative;
  overflow: hidden;
  background-color: var(--brand-black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.lcc-lp .target-audience__bg-graphic {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.lcc-lp .target-audience__bg-graphic--1 {
  bottom: -10px;
  left: 0;
}

.lcc-lp .target-audience__bg-graphic--2 {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.lcc-lp .target-audience__bg-graphic--2 svg {
  width: 100%;
  height: auto;
  display: block;
}

.lcc-lp .target-audience__bg-graphic--3 {
  top: 0;
  right: 0;
}

.lcc-lp .target-audience .o-container {
  position: relative;
  z-index: 2;
}

.lcc-lp .target-audience__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.lcc-lp .target-audience__title {
  font-size: 48px;
   
  line-height: 1.15;
  color: var(--white);
  max-width: 1000px;
}

.lcc-lp .target-audience__subtitle {
  font-size: 32px;
   
  line-height: 1.15;
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
}

.lcc-lp .target-audience__list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
}

.lcc-lp .target-audience__list-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lcc-lp .target-audience__list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.25;
}

.lcc-lp .target-audience__check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-block;
}

/* Diagram */
.lcc-lp .target-audience__diagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: rgba(31, 30, 30, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--brand-grafit);
  border-radius: 40px;
  padding: 8px 0;
}

.lcc-lp .target-audience__diagram-box {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lcc-lp .target-audience__diagram-box--center {
  background-color: var(--magenta);
  color: var(--white);
  border-radius: 30px;
  padding: 40px;
  height: fill-available;
}
.lcc-lp .target-audience__diagram-box--supported {
  max-width: 500px;
}

.lcc-lp .target-audience__diagram-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
}

.lcc-lp .target-audience__diagram-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 28px;
  line-height: 1.15;
  color: var(--white);
}

.lcc-lp .target-audience__diagram-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lcc-lp .target-audience__tags,
.lcc-lp .target-audience__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.lcc-lp .target-audience__tag {
  background: var(--white);
  color: var(--brand-black);
  padding: 8px 18px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
}

.lcc-lp .target-audience__badge {
  background: var(--magenta);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.375;
}

.lcc-lp .target-audience__arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
}

/* Cards Grid */
.lcc-lp .target-audience__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lcc-lp .target-audience__card {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.lcc-lp .target-audience__card-title {
  font-size: 28px;
  
  line-height: 1.15;
  color: var(--magenta);
}

.lcc-lp .target-audience__card-text {
  font-size: 20px;
  line-height: 1.25;
  color: var(--brand-grafit);
}
 
/* ==========================================================================
   CYBERSECURITY ARCHITECTURE Section
   ========================================================================== */
  
.lcc-lp .cybersecurity-architecture__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.lcc-lp .cybersecurity-architecture__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lcc-lp .cybersecurity-architecture__title {
  font-size: 48px;
   
  line-height: 1.15;
  color: var(--brand-black);
}

.lcc-lp .cybersecurity-architecture__title--magenta {
  color: var(--magenta);
}

.lcc-lp .cybersecurity-architecture__subtitle {
  font-size: 20px;
  line-height: 1.25;
  color: var(--brand-grafit);
}

.lcc-lp .cybersecurity-architecture__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lcc-lp .cybersecurity-architecture__card {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lcc-lp .cybersecurity-architecture__circle {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: var(--magenta);
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lcc-lp .cybersecurity-architecture__card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lcc-lp .cybersecurity-architecture__card-title {
  font-size: 28px;
   
  line-height: 1.14;
  color: var(--brand-black);
}

.lcc-lp .cybersecurity-architecture__card-tag {
  font-size: 20px;
  line-height: 1.25;
  color: var(--magenta);
}

.lcc-lp .cybersecurity-architecture__card-text {
  font-size: 20px;
  line-height: 1.25;
  color: var(--brand-grafit);
}

.lcc-lp .cybersecurity-architecture__card-note {
  font-size: 14px;
  line-height: 1.25;
  color: var(--brand-grafit);
  font-weight: bold;
}

.cybersecurity-architecture__card-note-label {
  font-weight: normal;
  color: var(--magenta);
}
/* ==========================================================================
   RESPONSYWNOŚĆ (Media Queries w jednym miejscu)
   ========================================================================== */

@media (max-width: 1280px) {
   .lcc-lp .hero {
     
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }


   .lcc-lp .hero__stat-value {
    font-size: 40px;
  }

  .lcc-lp h1.why-now__title {
  font-size: 44px;
  
}

  .lcc-lp .target-audience__diagram {
    flex-direction: column;
  }
  .lcc-lp .target-audience__diagram-box {
    align-items: center;
  }
  .lcc-lp .target-audience__arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 960px) {
  .lcc-lp .hero {
    padding-top: 60px;
    padding-bottom: 160px;
    
  }

  .lcc-lp .hero__title {
    font-size: 40px;
  }

  .lcc-lp .hero__subtitle {
    font-size: 20px;
  }

  .lcc-lp .hero__stats {
    margin-top: 60px;
    margin-bottom: -50px;
  }

  .lcc-lp .hero__stats-card {
    border-radius: 36px;
    flex-wrap: wrap;
    gap: 24px;
    padding: 30px 20px;
  }

  .lcc-lp .hero__stat-item {
    flex: 1 1 40%;
  }

  .lcc-lp .hero__stat-value {
    font-size: 32px;
  }

 

  .lcc-lp .why-now__bg-graphic {
    display: none;
  }

  .lcc-lp .why-now__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lcc-lp .why-now__title {
    font-size: 36px;
  }

  .lcc-lp h1.why-now__title {
    font-size: 44px;
  }

  .lcc-lp .target-audience__title {
    font-size: 30px;
  }

  .lcc-lp .target-audience__list-grid,
  .lcc-lp .target-audience__cards-grid,
  .lcc-lp .cybersecurity-architecture__grid {
    grid-template-columns: 1fr;
  }

  .lcc-lp .cybersecurity-architecture__grid {
    gap: 20px;
  }

  .lcc-lp .target-audience__diagram {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .lcc-lp .c-btn-primary , 
  .lcc-lp .c-btn-secondary {
    padding: 20px;
    font-size: 14px;
    line-height: 1;
    width: fit-content;
  }
  .lcc-lp .hero__primary {
    width: 54px;
    height: 54px;
  }
  .lcc-lp .hero {
    padding-bottom: 260px;
  }
   .lcc-lp .hero__stats {
    margin-bottom: -100px;
  }
  .lcc-lp .hero__title {
    font-size: 36px;
  }

  .lcc-lp .hero__subtitle {
    font-size: 16px;
  }

  .lcc-lp .hero__btn-group {
    flex-direction: column;
    width: 100%;
  }

   

  .lcc-lp .hero__stat-item {
    flex: 1 1 100%;
  }

  

  .lcc-lp .about-lcc__right {
    padding: 20px;
  }

  .lcc-lp .why-now__title {
    font-size: 28px;
  }

  .lcc-lp .why-now__right  
    {
    padding: 20px;
  }

  .lcc-lp h1.why-now__title {
    font-size: 32px;
  }

  .lcc-lp .target-audience__title {
    font-size: 24px;
  }

  .lcc-lp .target-audience__subtitle {
    font-size: 22px;
  }
}
