/* ==========================================================
   ACC.CSS
   Main theme styles and homepage components
   Note: Pages section intentionally left untouched for later refactor
   ========================================================== */

/* ==========================================================
   01. Base
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0f0920;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


a {
    color: #31caa3;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #31caa3;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

/* ==========================================================
   02. Buttons
   ========================================================== */

.btn-main,
.btn-main__white {
    line-height: 2rem;
}

.btn-main a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #201148;
    background-color: transparent;
    border: 2px solid #35cca3;
    border-radius: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(32, 17, 72, 0.1);
    letter-spacing: 0.5px;
}

.btn-main a:hover {
    background-color: #35cca3;
    color: #fff;
    box-shadow: 0 6px 14px rgba(53, 204, 163, 0.4);
}

.btn-main a:hover i {
    color: #fff;
}

.btn-main i {
    font-size: 1rem;
    transition: color 0.3s ease;
    color: #35cca3;
}

.btn-main__white a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    background-color: #201148;
    border: 2px solid #201148;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 2rem;
    overflow: hidden;
    transition: color 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
    z-index: 1;
}

.btn-main__white a:hover {
    color: #fff;
    border-color: #35cca3;
    background-color: #35cca3;
    box-shadow: 0 6px 14px rgba(53, 204, 163, 0.4);
}

/* ==========================================================
   03. Header
   ========================================================== */

.mastheader {
    position: relative;
    z-index: 999;
}

.mh-top {
    background-color: #201148;
    color: #ac9dd3;
    font-size: 0.85rem;
    padding: 0.75rem 0;
}

.mh-top .row {
    align-items: center;
}

.mh-top a {
    color: #fff;
    text-decoration: none;
    margin-right: 0.75rem;
    transition: color 0.3s ease;
}

.mh-top a:hover {
    color: #35cca3;
}

.mh-top i {
    margin-right: 0.4rem;
    font-size: 1rem;
    color: #35cca3;
}

.mht4 span,
.mht2 span,
.mht3 span,
.mht1 span {
    margin-right: .5rem;
}

.mht4 a[href*="facebook.com"] i {
    color: #1877F2;
}

.mht4 a[href*="instagram.com"] i {
    color: #E4405F;
}

.mht4 a[href*="tiktok.com"] i {
    color: #000000;
}

.mht4 {
    text-align: right;
}


.mh-main {
    padding: 2rem 0;
    position: relative;
    background: #fff;
}

.mh-main .row {
    align-items: center;
}

.mh-main__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    font-size: 1rem;
    font-weight: 700;
}

.mh-main__links a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #201148;
    transition: color 0.3s ease;
}

.mh-main__links a:hover {
    color: #35cca3;
}

.mh-main__links .btn-main a:hover {
    color: #fff;
}

.mh-main__links i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #35cca3;
    transition: color 0.3s ease;
}

.logo {
    height: auto;
}

.logo img {
    max-height: 64px;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: #0f0920;
    margin: 0 2rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #35cca3
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #35cca3
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-toggle::after {
    color: #35cca3
}

/* ==========================================================
   04. Slider
   ========================================================== */

#slider .item {
    position: relative;
    padding: 7rem 0 9rem;
    overflow: hidden;
}

#slider .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1;
    pointer-events: none;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#slider .item .container-big {
    z-index: 99;
    position: relative;
}

#slider .box h3 {
    font-size: 1rem;
    margin: 0 0 2rem;
    font-weight: 400;
}

#slider .box h3 span {
    background: #20104759;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    display: inline-block;
}

#slider .item .box h2 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 3rem 0 2rem;
    color: #fff;
    max-width: 50%;

}

#slider .box h2::after {
    content: "";
    display: inline-block;
    margin-left: 1.75rem;
    width: 65px;
    height: 3px;
    background-color: #35cca3;
}

#slider .item .box h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #35cca3;
    margin: 0 0 2rem;
}

#slider .item .box .content {
    color: #fff;
    max-width: 38%;
    margin-bottom: 2.5rem;
}

#slider .item .box .content p {
    font-size: 1.1rem;
    font-weight: 300;
}


#slider .item .box .btn__row {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

#slider .item .box .btn-main a {
    color: #fff;
}

#slider .mask {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(32 17 72) 0%, rgb(0 0 0 / 0%) 60%, rgb(255 255 255 / 0%) 80%);
    top: 0;
    left: 0;
    pointer-events: none;
}

#slider .mask2 {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 0%) 40%, rgb(255 255 255 / 0%) 100%);
    top: 0;
    left: 0;
    pointer-events: none;
}

#slider .owl-controls {
    position: absolute;
    bottom: 15rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

#slider .owl-controls .owl-page {
    display: inline-block;
}

#slider .owl-controls .owl-page span {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    background: transparent;
    opacity: 0.8;
    transition: all 0.3s ease;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls .owl-page:hover span {
    background: #0489df;
    border: 2px solid #0489df;
    opacity: 1;
    transform: scale(1.2);
}

.scroll-down {
    position: absolute;
    right: 2rem;
    bottom: 8.3rem
}

.scroll-down a,
.scroll-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #35cca3;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(32, 17, 72, 0.1);
}

.scroll-down a:hover,
.scroll-top a:hover {
    background-color: #35cca3;
    color: #fff;
    border-color: #35cca3;
    box-shadow: 0 6px 16px rgba(53, 204, 163, 0.4);
    transform: translateY(6px);
}


/* ==========================================================
   05. Homepage
   ========================================================== */

.top {
    position: relative;
    z-index: 9;
}

/* 05.1 About */

.tdinstal {
    border-radius: 3rem 3rem 0 0;
    margin-top: -3rem;
    position: relative;
    z-index: 9999;
    padding: 6rem 0 6rem;
    background: linear-gradient(to bottom, #ffffff 0px, #ffffff 200px, #2011482b 450px, #2011482b 100%)
}

.tdinstal .about__right {
    padding-left: 3rem;
}

.tdinstal h1 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 3rem 0 2rem;
    max-width: 85%;

}

.tdinstal h1::after {
    content: "";
    display: inline-block;
    margin-left: 1.75rem;
    width: 65px;
    height: 3px;
    background-color: #35cca3;
}

.tdinstal h2 {
    font-size: 1rem;
    margin: 0 0 3rem;
    font-weight: 400;
}

.tdinstal h2 span {
    background: #35cca3;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    display: inline-block;
}

.tdinstal .content__about {
    max-width: 85%;
    margin-bottom: 2.5rem;
}

.tdinstal .content__about p {
    font-size: 1.1rem;
    font-weight: 300;
}

.collage-grid .collage-box img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.collage-box.purple {
    background-color: #201148;
}

.collage-box.green {
    background-color: #35cca3;
}

.collage-box.purple50 {
    background-color: #442d83;
}

.collage-box.green50 {
    background-color: #179b77;
}

.collage-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0rem;
    margin-bottom: 2rem;
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    transform: scale(1);
}

.collage-box i {
    font-size: 3rem;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.collage-box h3 {
    opacity: 1;
    transform: translateY(0);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    padding: 0 1.25rem;
    transition: all 0.4s ease;
}

/* efekt na hover */
.collage-box:hover {
    transform: scale(1.04);
}

.collage-box.purple:hover,
.collage-box.purple50:hover {
    box-shadow: 0 18px 34px rgba(68, 45, 131, 0.32);
}

.collage-box.green:hover,
.collage-box.green50:hover {
    box-shadow: 0 18px 34px rgba(23, 155, 119, 0.28);
}

.collage-box:hover i {
    transform: scale(1.08) translateY(-0.15rem);
}

.about-widgets {
    padding: 5rem 0 3rem;
}

.about-widgets .box {
    text-align: center;
    transition: .3s ease;
    margin-bottom: 2rem;
}

.about-widgets .box:hover {
    transform: translateY(-6px);
}


/* Podstawowy wygląd ikony */
.about-widget__icon .fa-light {
    font-size: 2rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Tło ikony */
.about-widget__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 4 KOLORY – automatycznie na podstawie kolejności w row */

.about-widgets .row>*:nth-child(1) .about-widget__icon {
    background: #35cca3;
    /* zielony */
}

.about-widgets .row>*:nth-child(2) .about-widget__icon {
    background: #201148;
    /* fiolet TD Instal */
}

.about-widgets .row>*:nth-child(3) .about-widget__icon {
    background: #442d83;
    /* fiolet pochodny */
}

.about-widgets .row>*:nth-child(4) .about-widget__icon {
    background: #179b77;
    /* zielony pochodny */
}


/* TYTUŁ */
.about-widget__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #201148;
    margin-bottom: 0.75rem;
}

/* OPIS */
.about-widget__desc {
    font-size: 1rem;
    font-weight: 400;
    color: #4f4a65;
    line-height: 1.55;
    margin: 0;
}

/* 05.2 Services */

.service {
    background: #ffffff;
    padding: 6rem 0;
}


.service-title h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #35cca3;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.service-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
    max-width: 50%;
    margin: 0 auto 1.5rem auto;
}

.service-title h2::after {
    content: "";
    display: inline-block;
    margin-left: 1.75rem;
    width: 65px;
    height: 3px;
    background-color: #35cca3;
}

.service-lead {
    max-width: 760px;
    margin: 0 auto 4rem;
    font-size: 1.1rem;
    color: #4f4a65;
}

/* --------- WIDGET BOX --------- */

.service-box {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: 2.5rem 2rem;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    margin-bottom: 2rem;
    height: 100%
}

.service-box:hover {
    transform: translateY(-6px);
    border-color: #442d83;
    box-shadow: 0 22px 42px rgba(68, 45, 131, 0.18);
}

/* ICON */

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 2rem;
}

/* AUTOMATYCZNE KOLORY (4 warianty) */

.service-widgets>*:nth-child(1) .service-icon {
    background: #35cca3;
}

.service-widgets>*:nth-child(2) .service-icon {
    background: #201148;
}

.service-widgets>*:nth-child(3) .service-icon {
    background: #442d83;
}

.service-widgets>*:nth-child(4) .service-icon {
    background: #179b77;
}

/* TYTUŁ BOXA */

.service-box-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #201148;
    margin-bottom: 1rem;
}

/* CONTENT – WYSIWYG */
.service-box-content {
    color: #4f4a65;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

/* LISTA Z CHECKAMI */

.service-box-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-box-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.5rem;
}

.service-box-content ul li::before {
    content: "\f00c";
    /* Font Awesome check */
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    /* light */
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.1rem;
    color: #35cca3;
}

/* LINK W BOXIE */

.service-box-link {
    display: inline-block;
    margin-top: 0.75rem;
    font-weight: 700;
    color: #35cca3;
    text-decoration: none;
}

.service-box-link:hover {
    color: #179b77;
}

.service-box--inline .service-box-title {
    max-width: 90%;
}

.service-box-content--inline {
    margin-bottom: 0;
}

.service-inline-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.service-inline-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.service-inline-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 26px;
    height: 26px;
    margin-top: 0.12rem;
    color: #35cca3;
    font-size: 1rem;
}

.service-inline-item__text {
    display: block;
    font-size: 1.02rem;
    line-height: 1.45;
    font-weight: 400;
    color: #201148;
}

/* 05.3 Additional service strip */

.another-service {
    padding: 0 0 6rem 0;
}

.another-service__inner {
    padding: 4rem;
    border-radius: 2rem;
    background: linear-gradient(135deg, #201148 0%, #442d83 70%, #5e3aa8 100%);
    color: #fff;
}

.another-service .row {
    row-gap: 2rem;
}

/* LEFT SIDE */

.another-service__h3 {
    max-width: 760px;
    margin: 1rem 0 3rem;
    font-size: 1.1rem;
    color: #fff;
}

.another-service__h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.another-service__content {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e2dbf5;
    margin-bottom: 2.5rem;
    max-width: 85%;
}

/* BOXES */

.another-box {
    background: rgba(255, 255, 255, 0.06);
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    height: 100%;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.another-box:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 20px 36px rgba(15, 9, 32, 0.14);
}

/* ICONS */

.another-box__icon {
    width: 58px;
    height: 58px;
    border-radius: 1rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.7rem;
    box-shadow: 0 10px 24px rgba(15, 9, 32, 0.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.another-box__icon i {
    font-size: 1.65rem;
    line-height: 1;
    color: #fff;
}

.another-box:hover .another-box__icon {
    transform: scale(1.06);
    box-shadow: 0 14px 30px rgba(15, 9, 32, 0.2);
}

/* Automatic colors per widget */

.another-service .row>*:nth-child(7) .another-box__icon,
.another-service .row>*:nth-child(1) .another-box__icon {
    background: #35cca3;
}

.another-service .row>*:nth-child(5) .another-box__icon,
.another-service .row>*:nth-child(2) .another-box__icon {
    background: #442d83;
}

.another-service .row>*:nth-child(8) .another-box__icon,
.another-service .row>*:nth-child(3) .another-box__icon {
    background: #201148;
}

.another-service .row>*:nth-child(6) .another-box__icon,
.another-service .row>*:nth-child(4) .another-box__icon {
    background: #179b77;
}

/* TYPOGRAPHY */

.another-box__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.another-box__text {
    font-size: 1rem;
    color: #d8d0f2;
    line-height: 1.5;
}

/* 05.4 Portfolio */

.portfolio {
    padding: 0 0 6rem 0;
    background: #ffffff;
}

/* TITLES */

.portfolio-h3 {
    font-size: 1rem;
    color: #35cca3;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.portfolio-h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #201148;
    margin-bottom: 1.5rem;
}

.portfolio-content {
    font-size: 1.1rem;
    color: #4f4a65;
    max-width: 760px;
    margin: 0 auto 3rem;
}


/* PLACEHOLDERS — później do podmiany na właściwe komponenty */

.portfolio_navigation,
.portfolio_list {
    margin-top: 2rem;
}

.portfolio-nav-placeholder,
.portfolio-list-placeholder {
    padding: 2rem;
    border-radius: 1.5rem;
    background: #f2f2f7;
    border: 1px dashed #c7c7d1;
    text-align: center;
    font-size: 1.1rem;
    color: #6b6884;
    font-weight: 600;
}

/* 05.5 CTA */

.cta-section {
    border-radius: 3rem 3rem 0 0;
    padding: 6rem 0;
    background: linear-gradient(135deg, #201148 0%, #442d83 60%, #5e3aa8 100%);
    color: #fff;
}

/* TITLE */

.cta-h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.cta-content {
    font-size: 1.2rem;
    color: #e2dbf5;
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

/* BOXES */

.cta-box {
    background: rgba(255, 255, 255, 0.06);
    padding: 2.5rem 1.5rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;

    margin-bottom: 2rem;
    transition: .3s ease;
}

.cta-box:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

/* ICON */

.cta-box__icon {
    width: 70px;
    height: 70px;
    border-radius: 1.25rem;
    background: #35cca3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    font-size: 2rem;
    color: #fff;
}

/* Automatic icon colors */
.cta-widgets>*:nth-child(1) .cta-box__icon {
    background: #35cca3;
}

.cta-widgets>*:nth-child(2) .cta-box__icon {
    background: #201148;
}

.cta-widgets>*:nth-child(3) .cta-box__icon {
    background: #179b77;
}

/* TEXT */

.cta-box__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem;
}

.cta-box__text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #d8d0f2;
}

/* FORMULARZ */

.cta-form-wrapper {
    background: #fff;
    border-radius: 1.75rem 1.75rem 0 0;
    margin-top: 3rem;
    padding: 3rem;
    color: #201148;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

/* ===============================
   CTA – NUMERYCZNE WIDGETY
   =============================== */

.cta-nr {
    padding: 3rem 0;
    background: linear-gradient(135deg, #201148 0%, #3a1a7b 60%, #49268f 100%);
    color: #fff;
    text-align: center;
    border-radius: 0 0 1.75rem 1.75rem;
}

.cta-nr__item {
    margin-bottom: 2rem;
    transition: 0.3s ease;
}

.cta-nr__item:hover {
    transform: translateY(-4px);
}

.cta-nr__value {
    font-size: 2.6rem;
    font-weight: 800;
    color: #35cca3;
    /* miętowy z designu */
    margin-bottom: 0.5rem;
    line-height: 1;
}

.cta-nr__label {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 0.9;
    margin: 0;
}

/* RWD */
@media (max-width: 768px) {
    .cta-nr__value {
        font-size: 2rem;
    }

    .cta-nr__label {
        font-size: 1rem;
    }
}

/* 05.6 Reviews */

.review {
    padding: 6rem 0;
    background: #fff;
}

.review__title h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #35cca3;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.review__title h2 {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    color: #201148;
    margin-bottom: 1.5rem;
}

.review .section-desc {
    max-width: 720px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #4b4b4b;
    text-align: center;
}

/* Placeholder na Google Reviews */
.review_inner {
    width: 100%;
    padding: 2rem 2rem;
    border-radius: 2rem;
    background: #f5f3fa;
    border: 1px dashed #cfc7e9;
    text-align: center;
}

.review_placeholder {
    font-size: 1.2rem;
    font-weight: 600;
    color: #8d86b8;
    opacity: 0.9;
}

/* 05.7 Certificates */

.certificate {
    padding: 0rem 0 6rem;
}

.certificate_inner {
    background: linear-gradient(135deg, #201148 0%, #4a1b7d 60%, #5a2aa1 100%);
    padding: 4rem 3rem;
    border-radius: 2.5rem;
    color: #fff;
}

.certificate__title {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #ffffff;
}

.certificate__subtitle {
    max-width: 760px;
    margin: 1rem 0 3rem;
    font-size: 1.1rem;
    color: #fff;
}

.certificate__content {
    font-size: 1.15rem;
    font-weight: 300;
    max-width: 760px;
    margin-bottom: 3rem;
}

/* LISTY CERTYFIKATÓW */

.certificate-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.certificate-list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    font-weight: 500;
}

/* ikonka checka / certyfikatu */
.certificate-list li::before {
    content: "\f058";
    /* fas fa-check-circle */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.3rem;
    color: #35cca3;
}

/* RWD */
@media (max-width: 768px) {
    .certificate_inner {
        padding: 3rem 1.5rem;
    }

    .certificate__title {
        font-size: 2.2rem;
    }
}

/* ==========================================================
   06. Pages
   ========================================================== */

.page-title {
    margin-top: -154px;
    padding: 14rem 0 16rem 0;
    position: relative;
    overflow: hidden;
}

.page-title .container-big {
    position: relative;
    z-index: 999;
}

.page-title .pt-inner {
    max-width: 900px;
}

.page-title h1 {
    margin: 0 0 0rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
}

.page-title .sep {
    margin: 0 3rem;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 300;
}

.page-title h3 {
    font-size: 1.4rem;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25rem;
    font-weight: 500;
    opacity: 0.9;
}

.page-title .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0) 0%, rgb(0 0 0 / 15%) 60%, rgb(255 255 255 / 0%) 80%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.page-wrapper {
    padding: 0;
    background: #ffffff;
}

body.product-template-default #main,
.entry-page {
    position: relative;
    z-index: 9999;
    margin-top: -12rem;
    padding: 6rem 0;
    background: #ffffff;
    border-radius: 3rem 3rem 0 0;
    min-height: 400px;
}

.pw-page .entry-page,
.pw-single .entry-page {
    box-shadow: 0 16px 42px rgba(18, 11, 41, 0.06);
}

.entry-content {
    color: #4f4a65;
}

.entry-content>*:first-child {
    margin-top: 0;
}

.entry-content h2 {
    position: relative;
    font-weight: 700;
    margin: 3rem 0 1.25rem;
    font-size: 2.4rem;
    line-height: 1.15;
    color: #201148;
}

.entry-content h3 {
    margin: 2.5rem 0 1rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #201148;
}

.entry-content h4 {
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.3;
    color: #201148;
}

.entry-content p,
.entry-content ul li,
.entry-content ol li {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.75;
    color: #4f4a65;
}

.entry-content p {
    margin-bottom: 1.35rem;
}

.entry-content strong,
.entry-content b {
    color: #201148;
    font-weight: 700;
}

.entry-content a {
    color: #201148;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(53, 204, 163, 0.45);
    text-underline-offset: 0.2rem;
}

.entry-content a:hover {
    color: #35cca3;
    text-decoration-color: #35cca3;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 1.5rem;
    padding: 0;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.entry-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #35cca3;
    box-shadow: 0 0 0 4px rgba(53, 204, 163, 0.14);
}

.entry-content ol {
    padding-left: 1.4rem;
}

.entry-content ol li {
    margin-bottom: 0.8rem;
    padding-left: 0.2rem;
}

.entry-content blockquote {
    margin: 2rem 0;
    padding: 1.75rem 2rem;
    border-left: 4px solid #35cca3;
    border-radius: 0 1.25rem 1.25rem 0;
    background: #f5f3fa;
    color: #201148;
}

.entry-content .wp-block-button {
    margin: 2rem 0 0;
}

.entry-content .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-element-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid #35cca3;
    border-radius: 2rem;
    background: transparent;
    color: #201148;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(32, 17, 72, 0.1);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.entry-content .wp-block-button .wp-block-button__link:hover,
.entry-content .wp-block-button .wp-element-button:hover {
    background: #35cca3;
    color: #fff;
    box-shadow: 0 6px 14px rgba(53, 204, 163, 0.4);
}

.entry-content figure,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery,
.entry-content .wp-block-media-text {
    margin: 2rem 0;
}

.entry-content .wp-block-image img,
.entry-content .wp-block-gallery img,
.entry-content .blocks-gallery-grid img,
.entry-content .wp-block-media-text__media img,
.entry-content .content__thumb img {
    border-radius: 1.5rem;
    overflow: hidden;
}

.entry-content .wp-block-image img,
.entry-content .wp-block-gallery img,
.entry-content .blocks-gallery-grid img,
.entry-content .wp-block-migb-masonry-gallery img,
.content__thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: .25s ease-in-out;
}

.entry-content .wp-block-image figcaption,
.entry-content .blocks-gallery-caption,
.entry-content figcaption {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    color: #7a7594;
    text-align: center;
}

.entry-content .wp-block-gallery {
    gap: 1rem;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image {
    margin: 0;
}

.entry-content .wp-block-migb-masonry-gallery img:hover,
.entry-content .wp-block-image img:hover,
.entry-content .wp-block-gallery img:hover,
.entry-content .blocks-gallery-grid img:hover,
.content__thumb img:hover {
    opacity: .7;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content .wp-block-separator {
    margin: 3rem auto;
    max-width: 180px;
    border: 0;
    border-top: 3px solid rgba(53, 204, 163, 0.35);
}

.entry-content .wp-block-table {
    margin: 2rem 0;
    overflow-x: auto;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 11, 41, 0.06);
}

.entry-content table th,
.entry-content table td {
    padding: 1rem 1.15rem;
    border: 1px solid #ece8f5;
    text-align: left;
}

.entry-content table th {
    background: #f5f3fa;
    color: #201148;
    font-weight: 700;
}

.entry-content input,
.entry-content textarea,
.entry-content select {
    width: 100%;
    min-height: 56px;
    padding: 0.95rem 1.1rem;
    border-radius: 1rem;
    border: 2px solid #e4dfef;
    background: #fff;
    color: #201148;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.entry-content textarea {
    min-height: 180px;
    margin-top: 0.25rem;
    resize: vertical;
}

.entry-content input:focus,
.entry-content textarea:focus,
.entry-content select:focus,
.entry-content .form-control:focus {
    border-color: #35cca3;
    box-shadow: 0 0 0 4px rgba(53, 204, 163, 0.14);
    outline: none;
}

.entry-content input[type="submit"],
.entry-content button,
.entry-content .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 56px;
    padding: 0.85rem 1.75rem;
    border: 2px solid #35cca3;
    border-radius: 2rem;
    background: transparent;
    color: #201148;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.entry-content input[type="submit"]:hover,
.entry-content button:hover,
.entry-content .wpcf7-submit:hover {
    background: #35cca3;
    color: #fff;
    box-shadow: 0 6px 14px rgba(53, 204, 163, 0.4);
}

.entry-content .wpcf7 {
    margin-top: 2rem;
}

.wpcf7 p {
    margin-bottom: 1.25rem;
    font-size: .95rem;
    font-weight: 500;
    color: #201148;
}

.wpcf7-not-valid-tip {
    margin-top: 0.5rem;
    color: #c45757;
    font-size: .8rem;
    font-weight: 500;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1.5rem 0 0;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    font-size: .95rem;
}

.content__thumb img {
    max-width: 100%;
    height: 460px;
    object-fit: cover;
}

.pw-archive article {
    margin: 0 0 3rem 0;
}

.pw-archive h3 {
    font-size: 1.6rem;
    margin: 2rem 0 0;
}

.pw-archive h3 a {
    color: #111;
}

.realizations-on-page {
    margin-top: 10rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: .5rem .95rem;
    margin: 0 .5rem .5rem 0;
    color: #201148;
    background: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #35cca3;
    color: #fff;
    background: #35cca3;
}

/* ==========================================================
   07. Footer
   ========================================================== */
#footer-wrapper {
    padding: 6rem 0;
    border-radius: 3rem 3rem 0 0;
    background: #0c061b;
    color: #a1a1a1;
}

#footer-wrapper .footer-widget {
    margin-bottom: 4rem;
}

#footer-wrapper .fw-inner .wp-block-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.2rem;
}

#footer-wrapper p,
#footer-wrapper li {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: .4rem;
}

#footer-wrapper .wp-block-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-wrapper .wp-block-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: .6rem;
    font-size: 1rem;
    color: #7c7c7c;
}

#footer-wrapper .wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45rem;
    width: .65rem;
    height: .65rem;
    background: #1cd1a1;
    /* Twój turkus */
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(28, 209, 161, 0.45);
}


#footer-wrapper img {
    max-width: 190px;
    height: auto;
}

#footer-wrapper .row__first {
    row-gap: 2rem;
    margin-bottom: 3rem;
}

#footer-wrapper .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 2rem;
    margin-top: 2rem;
}

#footer-wrapper .footer-credits {
    font-size: .75rem;
    color: #7c7c7c;
}

#footer-wrapper .footer-credits a {
    color: #ffffff;
    text-decoration: none;
}

#footer-wrapper .footer-author {
    font-size: .75rem;
    margin-top: .4rem;
}

#footer-wrapper .footer-author a {
    color: #ffffff;
    text-decoration: none;
}

#footer-wrapper .scroll-top {
    text-align: right;
}

#footer-wrapper .scroll-top a {
    display: inline-flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: #1f1533;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
    transition: .3s ease;
}

#footer-wrapper .scroll-top a:hover {
    background: #2e1f4b;
    transform: translateY(-4px);
}

/* RWD */
@media (max-width: 768px) {
    #footer-wrapper .scroll-top {
        text-align: left;
        margin-top: 1.5rem;
    }
}