:root {

/* Colors: */
--unnamed-color-402d59: #402D59;
--bg: #11100F;
--unnamed-color-ffffff: #FFFFFF;
--unnamed-color-333e45: #333E45;
--unnamed-color-3b3e40: #3B3E40;

/* Font/text values */
--unnamed-font-family-calibri: Calibri;
--unnamed-font-family-'Montserrat': 'Montserrat';
--unnamed-font-family-nexaregular: NexaRegular;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-normal: normal;
--unnamed-font-weight-bold: bold;
--unnamed-font-size-20: 20px;
--unnamed-font-size-26: 26px;
--unnamed-font-size-32: 32px;
--unnamed-font-size-60: 60px;
--unnamed-character-spacing-0: 0px;
--unnamed-line-spacing-36: 36px;
--unnamed-line-spacing-37: 37px;
--unnamed-line-spacing-39: 39px;
--unnamed-line-spacing-40: 40px;
--unnamed-line-spacing-70: 70px;
--unnamed-line-spacing-75: 75px;
}

body .container {
zoom: 80%;
}

body .navbar .container
{
  
zoom: 100%;
}
.wpcf7-not-valid-tip { 
    font-size: 13px!important; 
}
/* Character Styles */
.unnamed-character-style-1 {
font-family: var(--unnamed-font-family-nexaregular);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-26);
line-height: var(--unnamed-line-spacing-39);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-3b3e40);
}
.unnamed-character-style-2 {
font-family: var(--unnamed-font-family-'Montserrat');
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-60);
line-height: var(--unnamed-line-spacing-70);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-402d59);
}
.unnamed-character-style-3 {
font-family: var(--unnamed-font-family-'Montserrat');
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-32);
line-height: var(--unnamed-line-spacing-37);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-3b3e40);
}
.unnamed-character-style-4 {
font-family: var(--unnamed-font-family-'Montserrat');
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-60);
line-height: var(--unnamed-line-spacing-75);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-402d59);
}
.unnamed-character-style-5 {
font-family: var(--unnamed-font-family-calibri);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-32);
line-height: var(--unnamed-line-spacing-36);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-333e45);
}
.unnamed-character-style-6 {
font-family: var(--unnamed-font-family-calibri);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-20);
line-height: var(--unnamed-line-spacing-36);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-333e45);
}
.unnamed-character-style-7 {
font-family: var(--unnamed-font-family-calibri);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-20);
line-height: var(--unnamed-line-spacing-36);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-ffffff);
}
.unnamed-character-style-8 {
font-family: var(--unnamed-font-family-calibri);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-32);
line-height: var(--unnamed-line-spacing-40);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-ffffff);
}



/* Fonty z projektu */
:root {
    --aurora-accent: #8CA3EB;
    --hero-gradient: linear-gradient(180deg, rgba(17,16,15,0) 65%, rgba(17,16,15,0.6) 100%);
    --navbar-height: 90px;
}

body {
    font-family: 'Montserrat', Calibri, Arial, sans-serif;
    background: var(--bg, #11100F);
    margin: 0;
}

.main-navbar {
    min-height: var(--navbar-height);
    border-bottom: 1px solid #ededed;
    z-index: 10;
}
.main-navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    transition: color 0.2s;
    padding: 1.5rem 1.2rem;
}
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active {
    color: var(--aurora-accent);
}

.hero-section {
    height: 80vh;
    min-height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg-img,
.hero-bg-video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
    transition: opacity 0.4s;
}
.hero-gradient {
    position: absolute;
    left:0; bottom:0; width:100%; height:40vh;
    background: var(--hero-gradient);
    z-index: 1;
    pointer-events: none;
}
.hero-content {
    z-index: 2;
    position: relative;
    top: 10vh;
}
.hero-title {
font: normal normal normal 70px/84px  'Montserrat';
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 28px;
}
.aurora-accent {
    color: var(--aurora-accent);
}
.hero-desc {
font: normal normal normal 40px/40px 'Montserrat';
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 0px 40px #1D1D1DC1;
margin-bottom: 38px;
}
.btn-aurora {
    background: #E2E5FC;
    color: #181818;
    font-weight: 700;
    border-radius: 40px;
    border: none;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.05);
    transition: background 0.2s, color 0.2s;
        padding: 14px 35px;
}
.btn-aurora:hover {
    background: var(--aurora-accent);
    color: #fff;
}
@media (max-width: 900px) {
    .hero-section { min-height: 420px; height: 55vh; }
    .hero-title { font-size: 2rem; }
    .hero-desc { font-size: 1.05rem; }
    .main-navbar .navbar-brand img { height: 44px; }
}



.oferta-section {
    width: 100%;
    min-height: 480px;
    background: transparent;
    position: relative;
    z-index: 2;
    margin-top: -135px; /* nachodzenie na slider */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oferta-bg {
    background: #6f28c6; /* fiolet */
    min-height: 346px;
    width: 100%;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.oferta-whitebox {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%); 
    width: 1096px;
    height: 292px;
    max-width: 100%;
    /* aspect-ratio: 16 / 9; */
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 32px 0 rgba(0,0,0,0.07);
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oferta-video-bg {
    width: auto;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: auto;
    top: 0;
    z-index: 0;
    border-radius: 30px;
}

/* Duży fioletowy przycisk */
.oferta-bg-title {
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.02em;
    border: none;
    box-shadow: none;
    border-radius: 60px;
    transition: background .15s, color .15s;position: relative;
    top: -100px;
}
.oferta-bg-title a
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* Responsywność */
@media (max-width: 991px) {
    .oferta-whitebox {
        width: 92vw;
        max-width: 98vw;
        top: -40px;
        border-radius: 18px;
        aspect-ratio: 16/9;
    }
    .btn-oferta { font-size: 1.2rem; padding: 0.7rem 1.5rem;}
}


.about-section {
    background: #e7f0fa;  /* jasnoniebieskie tło */
    padding: 132px 0;
}
.about-section img
{
  width: 100%;
}
.about-title {
text-align: center;
font: normal normal 600 60px/70px 'Montserrat';
letter-spacing: 0px;
color: #402D59;
}
.about-subtitle {
font: normal normal 600 32px/37px 'Montserrat';
letter-spacing: 0px;
color: #3B3E40;
margin-bottom: 32px;
}
.about-text {
font: normal normal normal 20px/28px Calibri;
letter-spacing: 0px;
color: #100F0F;
}
.about-img { 
border-radius: 16px;
}
.about-section .row {
    margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
    .about-title { font-size: 2.1rem; }
    .about-subtitle { font-size: 1.3rem; }
    .about-img { min-height: 120px; }
}
@media (max-width: 767px) {
  .about-text {font-family:  'Montserrat';
        font-size: 16px;}
    .about-title { font-size: 1.4rem; }
    .about-img { min-height: 90px; }
    .about-section .row { margin-bottom: 2rem; }
}




.cta-separator {
    border: none;
    border-top: 2px solid #ece3fd;
    width: 100%;
    margin: 0 0 40px 0;
}

.cta-video-section {
    width: 100%;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.cta-video-box {
    position: relative;
    width: 80vw;
    max-width: 1000px;
    min-height: 330px;
    border-radius: 38px;
    box-shadow: 0 4px 30px 0 rgba(70,40,120,0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-video-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cta-video-overlay {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(35,19,64,0.29) 0%, rgba(105,96,202,0.10) 50%, rgba(24,32,56,0.22) 100%);
    z-index: 1;
}

.cta-video-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 48px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-video-text {
font: normal normal 600 42px/48px 'Montserrat';
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 0px 20px #3861A3C1;
}

.btn-cta-video {
    background: #771fd7;
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    letter-spacing: 0.03em;
    border: none;
border-radius: 48px;
    padding: 16px 41px;
    transition: background .17s, color .17s;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04);
}
.btn-cta-video:hover, .btn-cta-video:focus {
 background: #E1E5FC 0% 0% no-repeat padding-box;
border-radius: 48px;
}

@media (max-width: 991px) {
    .cta-video-box {
        width: 97vw;
        min-height: 120px;
        border-radius: 22px;
    }
    .cta-video-content {
        flex-direction: column;
        padding: 34px 16px;
        gap: 16px;
    }
    .cta-video-text {
        font-size: 1.3rem;
    }
    .btn-cta-video {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
}



.whyus-section {
  padding: 80px 0;
    min-height: 430px;
    background: #fafafa url('images/woman_beauty.png');
    position: relative;
    overflow: hidden;
    background-size: cover;
mix-blend-mode: luminosity;
}
.whyus-bg-img {
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(1.19);
    opacity: 0.77;
    z-index: 0;
    pointer-events: none;
}
.whyus-title {
font: normal normal 600 60px/70px 'Montserrat';
letter-spacing: 0px;
color: #402D59;
}
.whyus-swiper-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.whyus-swiper {
    width: 100%;
    padding: 12px 0 44px 0;
}
.whyus-card {
    background: #fff;
    border-radius: 24px;
    padding: 49px 57px;
    min-width: 290px; 
    min-height: 120px;
    display: flex;
    align-items: center;
    gap: 26px;
    box-shadow: 0 6px 26px 0 rgba(80,70,140,0.12);
    font-size: 1.15rem;
    margin: 0 10px;
    margin-bottom: 40px;
}
.whyus-icon {
    flex-shrink: 0;
    width: 54px; height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyus-card-text {
font: normal normal 600 20px/28px Calibri;
letter-spacing: 0px;
color: #100F0F;
}
.swiper-pagination.whyus-swiper-pagination {
    bottom: 0;
}
.swiper-pagination-bullet {
    background: #9023e5;
    opacity: 0.25;
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active {
    background: #9023e5;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .whyus-title {
        font-size: 1.75rem;
        margin-top: 35px;
    }
    .whyus-card {

        padding: 18px 12px;
        font-size: 1rem;
        min-width: 220px;
        border-radius: 18px;
        gap: 14px;
    }
}
@media (max-width: 575px) {
    .whyus-card-text
    {
      font-family: 'Montserrat';
        font-size: 16px;
    }
    .whyus-swiper {
        padding-bottom: 36px;
    }
    .whyus-title {
        margin-bottom: 12px;
    }
}
.laser-section {
    background: #ffff;
    padding-top: 60px;
    padding-bottom: 70px;
}
.laser-section-title {
    font-size: 2.9rem;
    font-weight: 700;
    color: #462d59;
    margin-bottom: 2.5rem;
    letter-spacing: 0.01em;
}
.laser-card {
    background: transparent;
    border-radius: 24px;
    overflow: hidden;
    min-height: 350px; 
    width: 100%;
    box-shadow: 0 10px 50px 0 rgba(40,25,65,0.22);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    transition: box-shadow .22s, transform .18s;
    margin-left: auto;
    margin-right: auto;
}
.laser-card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    background: #11100F;
}
.laser-card-img {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    width: 73%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 360px;
    filter: drop-shadow(0 6px 26px rgba(0,0,0,0.22));
}
.laser-card-img.left-img {
    left: auto;
    right: -97px;
    transform: translateX(-3%) scale(1.5);
    top: 90px;
}
.laser-card-img.right-img {
left: 20%;
    transform: translateX(-76%) scale(1.5);
    top: 34px;
}
.laser-card-label {
    position: absolute;
    z-index: 3;
    bottom: 28px;
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.12;
    text-shadow: 0 2px 28px rgba(0,0,0,0.22);
    padding: 0 26px 0 26px;
    font: normal normal normal 40px/44px 'Montserrat';
letter-spacing: 0px;
color: #FFFFFF;
}
.laser-card-label-left {
left: 27px;
    text-align: left;
    top: 88px;
    font-weight: 600;
}
.laser-card-label-right {
    right: 0;
    top: 88px;
    font-weight: 600;
    text-align: right;
}

.laser-card a
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    z-index: 99;
}
.laser-card-img.left-img, .laser-card-img.right-img
{
   
    transition: 0.5s ease all;
}
.laser-card:hover .laser-card-img.left-img  
{

    transform: scale(1.1);
    transition: 0.5s ease all;
}

.laser-card:hover .laser-card-img.right-img
{

    transform: translateX(-76%) scale(1.1);
    transition: 0.5s ease all;
}

@media (max-width: 991px) {
    .laser-section-title {
        font-size: 2rem;
    }
    .laser-card {
        min-height: 250px;
        border-radius: 16px;
        max-width: 95vw;
    }
    .laser-card-img {
        width: 80%;
        max-width: 200px;
        bottom: 16px;
    }
    .laser-card-label {
        font-size: 1.08rem;
        bottom: 14px;
        padding: 0 10px 0 10px;
    }
    .laser-card-img.left-img {
        left: 30%;
        transform: translateX(-24%);
    }
    .laser-card-img.right-img {
        left: 70%;
        transform: translateX(-76%);
    }
}
@media (max-width: 767px) {
    .laser-section {
        padding-top: 36px;
        padding-bottom: 38px;
    }
    .laser-card {
        min-height: 145px;
        border-radius: 12px;
        margin-bottom: 1.7rem;
    }
    .laser-card-img {
        width: 85%;
        bottom: 6px;
    }
    .laser-card-label {
        font-size: 0.96rem;
        bottom: 9px;
        padding: 0 5px 0 5px;
    }
}


.offer-section {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 56px;
}
.offer-card {
    position: relative; 
    border-radius: 32px;
    overflow: hidden;
    min-height: 420px;
    box-shadow: 0 6px 36px 0 rgba(44,36,70,0.10);
}
.offer-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.78;
    z-index: 1;
    background: #232323;
    pointer-events: none;
}
.offer-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 48px 46px 36px 46px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.offer-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #fff;
}
.offer-separator {
    border: none;
    border-top: 3px solid #fff;
    opacity: 0.88;
    width: 100%;
    margin: 18px 0 24px 0;
}
.offer-prices {
    width: 100%;
    font-size: 1.19rem;
    font-weight: 500;
    color: #fff; 
    margin-bottom: 0.5rem;
}
.offer-price-text {
    padding-right: 10px;
    padding-left: 10px;
    min-height: 55px;
    font-size: 28px;
    display: flex;
    align-items: center;
}
.offer-download-title {
    font-size: 1.38rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.1rem;
}
.btn-offer-download {
    display: inline-block;
    background: #771fd7;
    color: #fff;
    font-weight: 700;
    font-size: 1.13rem;
    border: none;
    border-radius: 32px;
    padding: 0.7rem 2.8rem;
    box-shadow: 0 4px 20px 0 rgba(121,45,220,0.09);
    transition: background 0.18s, color 0.18s;
    margin-top: 0.5rem;
    border: 2px solid #771fd7;
}
.btn-offer-download:hover, .btn-offer-download:focus {
    background: #fff;
    color: #771fd7;
    border: 2px solid #fff;
    text-decoration: none;
}
@media (max-width: 991px) {
    .offer-card {
        max-width: 98vw;
        border-radius: 20px;
        min-height: 290px;
    }
    .offer-content {
        padding: 22px 14px 24px 14px;
        min-height: 290px;
    }
    .offer-title { font-size: 1.13rem; }
    .offer-download-title { font-size: 1rem; }
    .btn-offer-download { padding: 0.5rem 1.7rem; font-size: 1rem;}
    .offer-price-text { font-size: 1rem; min-height: 30px;}
}
@media (max-width: 600px) {
    .offer-prices .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .offer-title {
        font-size: 1.08rem;
    }
}
.offer-card {
    position: relative;
    /* ...reszta stylu jak poprzednio... */
}

.offer-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.78;
    z-index: 1;
    background: #232323;
    pointer-events: none;
    border-radius: 28px;  /* tu też radius! */
}

.offer-pattern {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #041944 0% 0% no-repeat padding-box;
    border-radius: 28px;
    mix-blend-mode: multiply;
    opacity: 0.77;
    z-index: 2;
    pointer-events: none;
}
.offer-content {
    position: relative;
    z-index: 3;
    /* ...reszta stylu jak poprzednio... */
}



.contact-section {
  background: #fff;
  padding: 64px 0 80px 0;
}
.contact-box {
  background: #fff;
  border-radius: 32px;
  overflow: hidden; 
}
.contact-img-col {
  background: #fff;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.contact-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
  border-radius: 32px 0 0 32px;
}
.contact-form-col {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-wrapper {
  padding: 44px 30px 44px 30px;
  width: 100%; 
}
.contact-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #462d59;
  margin-bottom: 28px;
  text-align: left;
}
.contact-form .row {
  margin-bottom: 0.3rem;
}
.contact-field {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.8px solid #d3d3de;
  border-radius: 12px;
  padding: 0 15px 0 48px;
  min-height: 54px;
  margin-bottom: 0.7rem;
  transition: border .16s;
   flex-wrap: wrap;
  align-items: stretch; /* (doda, żeby całość się rozciągała do największego dziecka) */
}
.contact-field:focus-within {
  border-color: #7b2ae8;
  background: #faf8ff;
}
.contact-field textarea {
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
    padding-top: 8px;
}
.contact-icon {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.contact-icon img {
  width: 24px; height: 24px;
  opacity: 0.72;
}
.contact-field input,
.contact-field textarea {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 1.09rem;
  color: #2b253d;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
}
.contact-field textarea {
  min-height: 54px;
  resize: vertical;
    padding-top: 8px;
}
.form-check {
  margin-top: 0.6rem;
}
.form-check-label {
  font-size: 0.99rem;
  color: #232323;
}
.form-check-input { 
  margin-top: 0.08rem;
  accent-color: #8e3bda;
  width: 20px;
  height: 20px;
}
.rodo-more a {
  color: #8e3bda;
  text-decoration: underline;
}
.contact-btn {
  width: 100%;
  background: #8e3bda;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  border: none; border-radius: 48px;
  padding: 0.82rem 0;
  margin-top: 10px;
  transition: background .14s, color .14s;
  box-shadow: 0 2px 14px 0 rgba(121,45,220,0.07);
  letter-spacing: 0.01em;
  border: 2px solid #8e3bda;
}
.contact-btn:hover,
.contact-btn:focus {
  background: #fff;
  color: #8e3bda;
  border: 2px solid #fff;
  text-decoration: none;background: #E1E5FC 0% 0% no-repeat padding-box;
    border-radius: 48px;
}

@media (max-width: 991px) {
  .contact-title { font-size: 1.7rem; }
  .contact-form-wrapper { padding: 25px 10px; }
  .contact-img { border-radius: 22px 22px 0 0; min-height: 180px;}
  .contact-box { border-radius: 22px;}
}
@media (max-width: 767px) {
  .contact-box { flex-direction: column; border-radius: 12px;}
  .contact-img { border-radius: 12px 12px 0 0;}
  .contact-form-wrapper { padding: 14px 3px 20px 3px; }
}
.about-img2
{
  box-shadow: 0px 0px 20px #481C553B;
}

/* Styluje dropdown na biało z cieniem jak na projekcie */
.custom-dropdown .dropdown-menu {
  min-width: 210px;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(36, 25, 60, 0.11);
  border: none;
  background: #fff;
  padding: 15px 0 8px 0;
  margin-top: 20px !important;
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 22px;
  font-size: 1rem;
  color: #2a2636;
  font-weight: 500;
  transition: background 0.13s, color 0.13s;
  border-radius: 3px;
}
.custom-dropdown .dropdown-menu .dropdown-item:hover,
.custom-dropdown .dropdown-menu .dropdown-item:focus {
  background: #f6f2fd;
  color: #8e3bda;
}
.custom-dropdown .dropdown-menu .custom-divider {
  border-top: 1.5px solid #eceaf2;
  margin: 3px 18px 3px 18px;
}

@media (max-width: 991px) {
  .custom-dropdown .dropdown-menu {
    margin-top: 4px !important;
    min-width: 180px;
  }
}


.site-footer {
    background: #edf1fc;
    font-family: inherit;
    color: #232323;
    font-size: 1.05rem;
    padding: 110px 0 10px;
    border-top: 5px solid #E1E5FC;
}
.footer-main {
    padding-top: 18px;
    padding-bottom: 18px;
}
.footer-logo img {
    display: block;
    margin-bottom: 7px;
}
.footer-desc {
    font-size: 1.06rem;
    color: #232323;
    margin-bottom: 24px;
    margin-top: 2px;
    line-height: 1.5;
}
.footer-social a {
    color: #7627d5;
    font-size: 1.5rem;
    transition: color 0.13s;
}
.footer-social a:hover {
    color: #402d59;
}
.footer-heading {
    font-size: 32px;
    font-weight: 700;
    color: #3a2947;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    font-family: inherit;
}
.footer-contact-list {
    font-size: 1.1rem;
    margin-left: 0;
}
.footer-contact-list a
{
  color: #7124bf;
}
.footer-icon { 
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
.footer-sitemap {
    background: transparent; 
    border-radius: 0.8rem;
    padding: 32px 8px;
    max-width: 320px;
    margin: 0 auto;
}
.footer-sitemap-list li {
    margin-bottom: 8px;
}
.footer-sitemap-list a {
    color: #232323;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 500;
    transition: color .16s;
}
.footer-sitemap-list a:hover {
    color: #7627d5;
    text-decoration: underline;
}
.footer-divider {
    border: none;
    border-top: 1.2px solid #babed7;
    opacity: 0.7;
    margin-top: 22px;
    margin-bottom: 10px;
}
.footer-bottom {
    font-size: 1rem;
    color: #333;
}
.footer-copy {
    font-weight: 700;
    font-size: 1.07rem;
    letter-spacing: 0.01em;
}
.footer-by {
    font-size: 1.03rem;
}
@media (max-width: 991px) {
    .footer-main { flex-direction: column; }
    .footer-sitemap { margin-top: 36px;}
}
@media (max-width: 767px) {
    .site-footer { font-size: .99rem;}
    .footer-sitemap { padding: 20px 3px; border-radius: 0.7rem;}
    .footer-main { flex-direction: column; }
}


#cconsent-bar { 
    bottom: 90px; 
}




.tech-hero-section {
  position: relative;
  padding: 50px 0; 
  background: none;
  overflow: hidden;
}
.tech-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('images/alma_page_background.png') center/cover no-repeat;
  border-radius: 24px;
}
.tech-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1150px;
  margin: 0 auto;
}
.tech-hero-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 480px;
}
.tech-hero-content {
  padding: 40px 30px 40px 30px;
  width: 100%;
  max-width: 520px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tech-hero-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: #d3d1ef;
  font-size: 1.08rem;
}
.tech-hero-title {
font: normal normal 600 42px/68px 'Montserrat';
letter-spacing: 0px;
color: #FFFFFF;
}
.tech-hero-desc-wrap {
  flex: 1;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 5px;
  margin-bottom: 0;
}
.tech-hero-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  padding-right: 10px;
}
.tech-hero-desc-wrap::-webkit-scrollbar {
  width: 6px;
}
.tech-hero-desc-wrap::-webkit-scrollbar-thumb {
  background: #7c6fe7;
  border-radius: 4px;
}
.tech-hero-right {
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tech-hero-image-box { 
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 36px 0 rgba(36,25,60,0.12);
  z-index: 1;
}
.tech-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech-hero-hand {
  position: absolute;
  left: -9%;
  bottom: -71px;
  width: 280px;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 8px 26px rgba(0,0,0,0.09));
}
@media (max-width: 991px) {
  .tech-hero-section { padding: 26px 0; }
  .tech-hero-content { padding: 24px 10px; }
  .tech-hero-title { font-size: 1.4rem; }
  .tech-hero-image-box { width: 95vw; max-width: 350px; height: 140px; }
  .tech-hero-hand { width: 180px; left: 8%; }
  .tech-hero-desc-wrap { max-height: 120px; }
}
@media (max-width: 767px) {
  .tech-hero-section { padding: 14px 0 24px 0; }
  .tech-hero-container { max-width: 99vw;}
  .tech-hero-left,
  .tech-hero-right { min-height: unset;}
  .tech-hero-content { padding: 16px 4px;}
  .tech-hero-desc-wrap { max-height: 90px;}
  .tech-hero-image-box { width: 98vw; max-width: 340px; height: 98px;}
  .tech-hero-hand { width: 110px; left: 10%; bottom: -19px;}
    .tech-hero-section { 
        padding-bottom: 150px;
    }
      .tech-hero-hand { 
        bottom: -150px!important;
    }
}



.tech-benefits-section {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}
.tech-benefits-title {
  color: #462d59;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.01em;
}
.tech-benefits-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.tech-benefits-row {
    display: flex
;
    flex-direction: row;
    justify-content: space-around;
    gap: 46px;
    width: 100%;
    max-width: 100%;
}
.tech-benefits-row.top {
  margin-bottom: 36px;
}
.tech-benefits-row.bottom {
  margin-top: 36px;
}
.tech-benefit-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 28px 0 rgba(36,25,60,0.09);
  padding: 34px 32px 22px 28px;
  min-width: 491px;
  max-width: 491px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.tech-benefit-icon img {
  width: 42px;
  height: 42px;
}
.tech-benefit-title {
  font-size: 1.19rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0.3rem;
}
.tech-benefit-desc {
  font-size: 1.05rem;
  color: #232323;
  line-height: 1.4;
}
.tech-benefits-center {
  display: flex;
  justify-content: center;
  align-items: end;
    gap: 0;
    transform: scale(1.5);
}
.tech-benefits-machine-left {
  width: 230px;
  max-width: 40vw;
  margin-right: 16px;
}
.tech-benefits-machine-right {
  /* width: 185px; */
  max-width: 13vw;
}
@media (max-width: 1024px) {
  .tech-benefit-card { padding: 22px 11px 15px 13px; min-width: 180px; max-width: 90vw;}
  .tech-benefits-row { gap: 17px; }
  .tech-benefits-center { gap: 12px; }
  .tech-benefits-machine-left { width: 140px;}
  .tech-benefits-machine-right { width: 110px;}
}
@media (max-width: 767px) {
  .tech-benefits-row { flex-direction: column; align-items: center; gap: 18px;}
  .tech-benefits-row.top, .tech-benefits-row.bottom { margin: 0 0 18px 0;}
  .tech-benefit-card { min-width: 0; width: 94vw; max-width: 99vw;}
  .tech-benefits-center { flex-direction: column; align-items: center; gap: 7px;}
  .tech-benefits-machine-left, .tech-benefits-machine-right { margin: 0; width: 88vw; max-width: 95vw;}
}



.choose-solution-section {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
}
.choose-solution-title {
  color: #462d59;
  font-weight: 800;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.solution-box {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 6px 30px 0 rgba(46,54,133,0.10);
  padding: 38px 28px 24px 28px;
  min-width: 330px;
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 370px;
  z-index: 2; 
}
.solution-title {
  font-size: 2rem;
  font-weight: 700;
  color: #434053;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
    height: 100px;
}
.solution-img {
  /* width: 220px;
  max-width: 98%; */
  height: 250px;
  margin-bottom: 6px;
  margin-top: 2px;
  display: block;
}
.solution-separator {
  width: 100%;
  border: none;
  border-bottom: 2px solid #343233;
  margin: 0 0 0 0;
}

/* Efekt hover na karcie z opisem */
.solution-hover .solution-desc {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 0 26px 26px; 
  margin: 0;
  padding: 0 22px;
  font-size: 1.08rem;
  color: #232323;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .36s cubic-bezier(.5,1.8,.7,.7), opacity .21s, padding .23s;
  pointer-events: none;
  z-index: 3;font: normal normal normal 20px/24px 'Montserrat';
  font-family: 'Montserrat';
letter-spacing: 0px;
color: #100F0F;
}

/* Pojawia się w boxie od dołu po hover */
.solution-hover:hover .solution-desc,
.solution-hover:focus-within .solution-desc {
  max-height: 221px;
  opacity: 1;
  padding-top: 26px;
  padding-bottom: 20px;
  pointer-events: all;
}

@media (max-width: 991px) {
  .solution-box { min-width: 230px; max-width: 99vw; padding: 28px 8px 16px 8px; min-height: 290px;}
  .solution-title { font-size: 1.16rem;}
  /* .solution-img { width: 155px;} */
}
@media (max-width: 767px) {
  .solution-box { margin-bottom: 30px; }
  .row.g-4 { gap: 0 !important; }
}


 .effects-section {
  background: #e8edfc;
  padding-top: 58px;
  padding-bottom: 58px;
}
.effects-title {
  color: #462d59;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.effects-subtitle {
  color: #232323;
  font-size: 1.24rem;
  margin-bottom: 44px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.before-after-slider {
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #222;
}
.ba-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  user-select: none;
}
.ba-img.ba-before,
.ba-after {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.ba-img.ba-before {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1;
}
.ba-after-wrapper {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  transition: width 0.1s;
}
.ba-after {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px; height: 38px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #eee;
  box-shadow: 0 2px 12px 0 rgba(60,40,92,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  z-index: 5;
  transition: box-shadow 0.18s;
  outline: none;
}
.ba-arrow {
  font-size: 1.2rem;
  color: #232323;
  margin: 0 2px;
  user-select: none;
}

.effects-title-source
{
  margin-top: 50px;
}

.effects-title-source a
{
  
  color: #232323;
}
@media (max-width: 991px) {
  .before-after-slider { max-width: 240px;}
  .effects-title { font-size: 1.45rem; }
  .effects-subtitle { font-size: 1.06rem; }
}
@media (max-width: 767px) {
  .row.g-4 { gap: 0 !important; }
  .before-after-slider { max-width: 98vw; aspect-ratio: 1.12/1; margin-bottom: 28px; }
  .effects-title { font-size: 1.1rem; }
}



.contact-short-section {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}
.contact-short-content {
  max-width: 420px;
  margin-left: auto;
}
.contact-short-pretitle {
  font-size: 1.22rem;
  font-weight: 600;
  color: #383A3E;
}
.contact-short-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #33353a;
  letter-spacing: -0.5px;
}
.btn-purple {
  background: #7429c6;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.1rem;
  transition: background .16s;
  border: none;
}
.btn-purple:hover, .btn-purple:focus {
  background: #5a17a7;
  color: #fff;
}
.contact-short-img { 
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 3px 30px 0 rgba(44, 39, 66, 0.06);
}
@media (max-width: 991px) {
  .contact-short-content { margin-left: 0; text-align: center;}
  .contact-short-title { font-size: 1.4rem;}
  .contact-short-img { width: 100%; }
}
@media (max-width: 575px) {
  .contact-short-section { padding: 36px 0;}
  .contact-short-title { font-size: 1.15rem;}
}



.technology-hero-section {
  background: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
.technology-hero-row {
  min-height: 640px;
  background: none;
  border-radius: 26px;
}
.technology-hero-gradient {
  background: url("images/lumenis_page_background.png") center/cover no-repeat, linear-gradient(135deg, #422c92 0%, #399ad6 100%);
  color: #fff;
  min-height: 420px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  position: relative;
}
.technology-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
    margin-bottom: 65px;
}
.technology-hero-subtitle {
  color: #A09BFF;
  letter-spacing: 0.05em;
  font-size: 1.11rem;
  font-weight: 700;
    margin-bottom: 29px;
}
.technology-hero-desc {
  font-size: 1.17rem;
  color: #f6f6ff;
  margin-top: 18px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 16px; 
}
.technology-hero-desc::-webkit-scrollbar {
  width: 7px;
  background: transparent;
}
.technology-hero-desc::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 6px;
}
.technology-hero-photo-container {
  background: #fff;
  min-height: 420px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
.technology-hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 991px) {
  .technology-hero-row { min-height: 380px; }
  .technology-hero-title { font-size: 2rem;}
  .technology-hero-desc { font-size: 1rem; max-height: 160px;}
  .technology-hero-section { padding-top: 16px; padding-bottom: 16px; }
  .technology-hero-photo { border-radius: 0 0 24px 24px;}
  .technology-hero-gradient { border-radius: 24px 24px 0 0;}
}
@media (max-width: 767px) {
  .technology-hero-row { flex-direction: column; }
  .technology-hero-section { padding: 0; }
}


.lumenis-features-section {
  background: #f8faff;
}

.lumenis-features-section .heads-title
{
margin-bottom: 50px;
}
.feature-box {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px 0 rgba(102, 134, 233, 0.09);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 30px;
  max-width: 420px;
  min-width: 275px;
  margin-bottom: 0;
}
.feature-box-bottom {
  margin-top: 0;
}
.feature-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #444649;
  margin-bottom: 6px;
}
.feature-desc {
  font-size: 1.01rem;
  color: #222;
}
.feature-device-img { 
  max-width: 98vw;
  min-height: 320px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 991px) {
  .feature-device-img { min-height: 220px; width: 170px;}
  .feature-box { max-width: 98vw; min-width: 0; padding: 18px 12px; font-size: 0.98rem;}
}
@media (max-width: 767px) {
  .lumenis-features-section { padding: 18px 0; }
  .feature-box, .feature-box-bottom { margin-bottom: 18px; }
  .feature-device-img { margin-bottom: 22px;}
  .row.mt-4 { margin-top: 0!important; }
}



.heads-section {
  background: #e9f1ff;
}
.heads-title {
  color: #392a4d;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -1px;
}
.heads-subtitle {
  color: #39363d;
  font-size: 1.18rem;
  max-width: 650px;
  margin: 0 auto 2rem auto;
}
.head-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 28px 0 rgba(64, 45, 89, 0.10);
  min-width: 270px;
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head-img {
  height: 132px;
  object-fit: contain;
  margin-bottom: 18px;
  transform: scale(1);
  transition: 0.5s ease all;
}
.head-card:hover .head-img
{
  transform: scale(1.3);
  transition: 0.5s ease all;
}
.head-name {
  font-size: 2rem;
  font-weight: 800;
  color: #482c67;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.head-list {
  font-size: 1.07rem;
  color: #222;
  padding-left: 0;
  list-style: disc inside;
  line-height: 1.6;
}
.head-list li {
  margin-bottom: 8px;
  padding-left: 8px;
}




@media (max-width: 991px) {
  .head-card { min-width: 0; max-width: 420px;}
  .head-img { height: 88px;}
}
@media (max-width: 575px) {
  .heads-title { font-size: 1.33rem;}
  .head-card { padding: 1.2rem;}
  .head-img { height: 62px;}
}



.lumenis-available-section {
  background: #fff;
  padding-top: 38px;
  padding-bottom: 38px;
}
.available-device-img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.available-divider {
  height: 3px;
  width: 70%;
  max-width: 620px;
  background: #60467e;
  opacity: 0.38;
  margin: 0 auto 1.8rem auto;
  border-radius: 4px;
}
.available-title {
  color: #482c67;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.available-desc {
  color: #39363d;
  font-size: 1.14rem;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .available-device-img { max-width: 96vw;}
  .available-divider { width: 90%;}
  .available-title { font-size: 1.28rem;}
}



.lumenis-models-section {
  background: #fff;
}

.lumenis-models-section img
{
  transform: scale(1);
  transition: 0.5s ease all;
}
.lumenis-models-section img:hover
{
  transform: scale(1.1);
  transition: 0.5s ease all;
}
.model-img {
  height: 311px;
  object-fit: contain;
  margin-bottom: 8px;
  margin-top: 8px;
  max-width: 100%;
}
.model-title {
  color: #482c67;
  font-size: 1.38rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.model-list {
  font-size: 1.05rem;
  color: #27272b;
  padding-left: 0;
  list-style: disc inside;
  margin: 0 auto 0 auto;
  max-width: 300px;
}
.model-list li {
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .model-img { height: 110px;}
  .model-title { font-size: 1.07rem;}
}
@media (max-width: 767px) {
  .model-img { height: 75px;}
  .model-title { font-size: 1rem;}
  .col-lg-3 { margin-bottom: 30px;}
}


.advice-section {
  background: #fff;
}
.advice-label {
  color: #232323;
  font-size: 1.1rem;
  font-weight: 400;
}
.advice-title {
  color: #232323;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.15;
}
.advice-btn.btn-purple {
  background: #7627bc;
  color: #fff;border-radius: 48px;
  padding: 12px 38px;
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 4px 16px 0 rgba(120, 42, 178, 0.07);
  transition: background 0.2s;
  text-transform: uppercase;

  font: normal normal normal 18px/40px ;
letter-spacing: 0.9px;
color: #fff;
text-transform: uppercase;
}
.advice-btn.btn-purple:hover {
background: #E1E5FC 0% 0% no-repeat padding-box;
border-radius: 48px;
color: #000000;
}

.advice-image-main-wrap {
  position: relative;
  width: 100%; 
  margin-left: auto;
    justify-content: flex-end;
    display: flex
;
}
.advice-image-main {
  width: 82%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 6px 32px 0 rgba(42,25,56,0.05);
}
.advice-image-thumb {
  position: absolute;
  left: -130px;
  top: -56px;    
  object-fit: cover;
  display: block;
    width: 52%;
}

@media (max-width: 991px) {
  .advice-title { font-size: 1.25rem; }
  .advice-image-main-wrap { max-width: 320px; }
  .advice-image-thumb { width: 120px; left: 10px; top: -32px; display: none;}
}

@media (max-width: 768px) {    .advice-image-main-wrap img:first-child {
        margin-top: 50px;
        width: 100%;
    }
  .advice-image-main-wrap { max-width: 100%; }
  .advice-image-thumb { width: 90px; top: -22px; left: 6px;display: none;}
}


.choose-solution-section .row
{
  
    height: 500px;
}




.whyus-swiper-controls {
  user-select: none;
}
.whyus-swiper-current,
.whyus-swiper-total {
  font-size: 1.14rem;
  color: #8e3bda;
}
.whyus-swiper-progress {
  background: #e5dbfa;
  border-radius: 4px;
  height: 7px;
  position: relative;
  overflow: hidden;
}
.whyus-swiper-progress-bar {
  background: #8e3bda;
  height: 100%;
  border-radius: 4px;
  transition: width .32s;
}











@media (max-width: 768px) {
.choose-solution-section .row
{
  
    height: auto;
}
    .oferta-whitebox {
        width: 100%; 
        top: 0; 
    }
.oferta-section {

    margin-top: 0;
}
.hero-desc { 
        line-height: 22px;
    }
    .about-title {
        font-size: 1.4rem;
        line-height: 35px;
    }

.order-mb-2
{
  order: 2;
}    .whyus-title {
        font-size: 1.75rem;
        margin-top: 35px;
        text-align: center;
        line-height: 35px;
    }
.laser-card-label {
        font-size: 0.96rem;
        line-height: 21px;
}
    .cta-video-text {
        font-size: 1.3rem;
        line-height: 29px;
    }
.footer-heading { 
    text-align: left!important;
}
.footer-sitemap {
    max-width: 100%;
        padding: 0 4px !important;}
.footer-sitemap-list
{
    text-align: left!important;

}
.tech-benefits-center { 
    transform: scale(1);
}    .head-img, .model-img {
        height: 200px;
    }.advice-section { 
    text-align: center;
}

    .tech-hero-image-box { 
        height: auto;
    }    .tech-hero-hand {
        width: 167px;
        left: 10%;
        bottom: -26px;
    }.tech-hero-desc-wrap {
        max-height: 264px;
    }

    .hero-title { 
    margin-bottom: 0;
}

.hero-content { 
    top: 14vh;
}
.oferta-video-bg {
    width: 170%;
    top: 39px;
}

.laser-card:hover .laser-card-img.right-img {
    transform: scale(1.1) translateX(33%);
    transition: 0.5s ease all;
}
.laser-card-label-right {
    left: 27px;
    text-align: left;
    top: 36px;
    font-weight: 600;
}.laser-card-img.left-img, .laser-card-img.right-img {
             left: -13%;
        transform: translateX(33%) scale(1.5);
    }
    .laser-card-label {
        font-size: 24px;
        line-height: 34px;
    }
    .main-navbar .navbar-brand img {
        height: 76px;
    }

        .oferta-whitebox { 
        max-width: 100vw; 
        border-radius: 0; 
    }

    .oferta-bg-title { 
    top: -74px;
}    .about-title {
        font-size: 35px;
        line-height: 47px;
    }
    
    .cta-video-section { 
    padding: 0 !important;
}    .cta-video-box {
        width: 100%; 
        border-radius: 0;
    }.offer-content { 
    align-items: center;
}
.site-footer { 
    padding: 50px 0 10px;
}
    .advice-image-thumb {
        width: 201px;
        top: -22px;
        left: 6px;
    }
.tech-hero-bg { 
    border-radius: 0;
}
.tech-hero-image-box {
        width: 100%;
        max-width: 100%; 
    }
    .tech-hero-title {
        font-size: 32px;
    }
    .hero-section { 
        height: 85vh;
    }
}



.laser-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 430px;
  background: #100c1b;
  box-shadow: 0 4px 32px 0 rgba(100,42,140,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.laser-card-bg {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  border-radius: 24px;
}

.laser-card-img {
  position: relative;
  z-index: 2;
  max-width: 55%;
  max-height: 250px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.laser-card-label {
  position: absolute;
  z-index: 3;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  bottom: 32px;
  left: 32px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  pointer-events: none;
  text-shadow: 0 2px 24px rgba(25,0,36,0.18);
}
.laser-card-label-right {
  left: auto;
  right: 32px;
  text-align: right;
}
.laser-card a {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  z-index: 10;
  display: block;
  content: "";
}
@media (max-width: 991px) {
  .laser-card-label, .laser-card-label-right { font-size: 1.25rem; bottom: 20px; left: 16px; right: 16px; }
  .laser-card-img { max-width: 75%; max-height: 170px; }
  .laser-card { min-height: 240px; }
}


#head-select {
  min-height: 38px;
  width: 100%;
  border-radius: 8px; 
  padding: 8px 12px;
  font-size: 1rem;
  background: #fff;
}
#head-select option { padding: 4px 10px; }
#head-select-helper { color: #7c6f8b; }
.contact-field { position: relative; }
.contact-radio { margin-right: 8px; }
.g-recaptcha { margin-top: 10px; }


.form-control
{
  border: none;
  height: 100%;    flex-basis: 100%;
    color: #797575;
}

.wpcf7-form-control-wrap { 
    flex-basis: 100%;
}

.contact-input[type="date"]::placeholder {
  color: #797575 !important;
  opacity: 1; /* dla Firefox */
}

/* Dla zgodności z większością przeglądarek */
.contact-input[type="date"]::-webkit-input-placeholder { color: #797575 !important; }
.contact-input[type="date"]::-moz-placeholder { color: #797575 !important; }
.contact-input[type="date"]:-ms-input-placeholder { color: #797575 !important; }
.contact-input[type="date"]::-ms-input-placeholder { color: #797575 !important; }


.main-navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200; /* wyżej niż Swiper, modal itp. */
    background: #fff; /* lub Twój kolor */
    transition: box-shadow 0.2s;
}



@media (max-width: 768px) {

  .advice-image-main-wrap img:first-child
  {
    margin-top: 50px;
  }
body .container {
    zoom: 100%;
}


  .align-items-end {
    align-items: center !important;
}.align-items-start {
    align-items: center !important;
}
    .laser-card-label, .laser-card-label-right {
        font-size: 1.25rem;
        bottom: 20px;
        left: 16px;
        right: 16px;
    }
    .laser-card-label-right
    {
      text-align: left;
    left: 27px; 
    top: 50px; 
    }
    .laser-card-label-left {
    left: 27px; 
    top: 50px; 
}.footer-contact-list { 
    text-align: left;
}
}

/* Stylizacja kontenera checkboxów */
#checkbox-heads {
  padding: 0.5rem 0;
}

/* Stylizacja pojedynczego checkboxa z etykietą */
#checkbox-heads label {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}
.form-check-input
{
  background: silver!important;
}
/* Stylizacja samego checkboxa */
#checkbox-heads input[type="checkbox"] {
  margin-right: 0.5rem;
  width: 1.2em;
  height: 1.2em;
  accent-color: #007bff; /* niebieski domyślny */
}

#checkbox-heads input[type="checkbox"]:checked
{
  
  background-color: #007bff;
}

/* Opcjonalnie: wyśrodkowanie całego bloku */
#checkbox-heads .form-check-label {
  margin: 0;
}


.cf-gl .form-check-input { 
    margin-left: 0;
}

input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: auto;
  height: auto;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}

.contact-field-glo .contact-icon
{
  align-items: baseline;
    padding-top: 9px;
}

.contact-field-msg .contact-icon
{
  align-items: baseline;
    padding-top: 11px;
}
