@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

#portfolio {
    scroll-margin-top: 100px;
}

body {
    position: relative;
    z-index: 0;
    background-color: #ececec;
}

body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/background.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: 4%;
    opacity: 0.2;
    z-index: -1;
}

@media (max-width: 1000px) {
    body::before {
        background-size: 15%;
        opacity: 0.1;
    }
}

/* NAVIGACIJA */
nav {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
}

.logo .logotipas {
    font-weight: bold;
    font-size: 28px;
    color: #CAC196;
}

.logotipas img {
  width: 25%;
  height: auto;
}

.logo-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.btn-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;      
  color: #fff;               
  text-decoration: none;         
  border-radius: 8px;           
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-link:hover {
  background-color: #333;        
}

.cal-link-button {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cal-link-button:hover {
  background-color: #333;
}

.mygtukas {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s ease;
}

.mygtukas:hover {
    background-color: #333;
}


.navigacijos-turinys {
    display: flex;
    align-items: center;
    gap: 30px;
}

.meniu ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.meniu ul li {
    font-size: 1.1rem;
    color: black;
    font-weight: 500;
}

.meniu li a {
    color: black;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.meniu li a:hover {
    color: #CAC196;
}

.mygzukai ul {
    display: flex;
    gap: 10px;
    list-style: none;
}

.nacas button {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.nacas1 button {
    background-color: #CAC196;
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: normal;
}

.burger {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

/* HERO */
.main {
    width: 100%;
    height: 100vh;
    position: relative;

}

.pagr {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    padding: 0 8%;
}

.pirmas {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10%;
}

@media (max-width: 1000px) {
    .content {
        height: 55vh;
    }
}

.pirmas h1 {
    font-size: clamp(2rem, 5vw, 3.9rem);
    font-weight: 520;
    color: #111;
    max-width: 700px;
    line-height: 1;
}

.linija img {
    width: 400px;
    margin: 10px 0 20px 5px;
}

.pirmas p {
    font-size: 1.8rem;
    color: #444;
    max-width: 550px;
}

.cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-main {
    padding: 16px 28px;
    border: 2px solid #CAC196;
    border-radius: 15px;
    background: linear-gradient(to right, #CAC196, #e3ddbc);
    font-weight: bold;
    color: #000;
    cursor: pointer;
    font-size: 1.1rem;
}

.cta-main, .cta-secondary {
  text-decoration: none; /* Pašalina apatinę liniją */
}

.cta-secondary {
    padding: 16px 28px;
    background: none;
    border: 2px solid #ccc;
    border-radius: 15px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
}

.cta-main:hover{
    transform: translateY(-1px);
}

.cta-secondary:hover{
    transform: translateY(-1px);
}

.antras {
    flex: 1;
    height: 80%;
    background-image: url('../images/ranka.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1%;
    z-index: -1;
}

.paslaugos {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 50px 5%;
    background-color: #0f0f0f;
    margin-top: -11%;
    flex-wrap: wrap;
}

.first, .second, .third {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 22px;
    padding: 30px;
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;

    /* vidinis baltas švytėjimas */
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.first, .second, .third {
  overflow: hidden;
}

.first h2, .second h2, .third h2 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-right: 50px;
}

.first p, .second p, .third p {
  max-width: 100%;
}

.icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.icon-bg {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.icon-bg img {
    width: 18px;
    height: 18px;
}

.first img, .second img, .third img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 12px;
    margin: 20px 20px;
}

.first p, .second p, .third p {
    color: rgb(220, 220, 220);
    font-size: 14px;
    line-height: 1.5;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  width: 100%;
}


.tags span {
  background-color: #3b3b3b;
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  white-space: nowrap; /* neleis žodžiui skaldytis */
}


.slider-track {
    display: flex;
    animation: scroll-left 30s linear infinite;
    width: fit-content;
}

.slide {
    flex: 0 0 auto;
    padding: 10px 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    height: 50px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.3s;
}

.slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.portfolio {
    margin: -50px 0;
    padding: 100px 0;
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.portfolio::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none; /* kad nesutriktų sąveika */
}

.portfolio-header {
    text-align: center;
}

.portfolio-header h1 {
    font-size: 2.2rem;
    color: #000000;
    font-weight: 900;
}

.portfolio-header p {
    color: #111;
    font-size: 1.2rem;
    margin-top: 5px;
}

/* Swiper container */
.portfolio-swiper {
    width: 82%;
    padding: 10px 0;
}

.swiper-slide {
    background: linear-gradient(45deg,
        rgba(201, 201, 201, 0.8) 0%,
        rgba(196, 196, 196, 0.1) 100%);
    border: 2px solid rgba(139, 138, 138, 0.2);
    border-radius: 24px;
    padding: 25px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    backdrop-filter: blur(25px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 30px rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease;
    min-height: 520px;
    height: 100%;
    flex-direction: column;
}

.swiper-wrapper {
    gap: 50px;
    align-items: stretch;
}

.swiper-slide:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12),
        inset 0 0 40px rgba(255, 255, 255, 0.08);
}

.slide-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    height: 240px; 
}

.image img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

.swiper-slide h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
}

.swiper-slide p {
    font-size: 14px;
    color: #434343;
    line-height: 1.5;
}

.swiper-slide button {
    width: fit-content;
    padding: 10px 18px;
    background: linear-gradient(to bottom, #e4e3e3, #e4dddd);
    color: #000;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-slide button:hover {
    background: linear-gradient(to bottom, #f4f4f4, #e0e0e0);
}
  

.about-cta {
    background: linear-gradient(to right, #0f0f0f, #1c1c1c);
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    margin: 60px auto;
    max-width: 100%;
    color: #fff;
}

.about-cta h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.about-cta p {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 30px;
}

.h22, .pi {
    color: #b8b07d;
}

.about-cta .cta-button {
    background-color: #cac196;
    color: #000;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.about-cta .cta-button:hover {
    background-color: #b8b07d;
}


.testimonials-section {
    position: relative;
    padding: 20px 20px;
    text-align: center;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 5%;
}

/* Fonas su opacity */
.testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

/* Antraštė */
.testimonials-section h2 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 50px;
    color: #111;
}

/* Kortelių konteineris */
.testimonials-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-card {
    background: linear-gradient(45deg,
    rgba(201, 201, 201, 0.8) 0%,
    rgba(196, 196, 196, 0.1) 100%);
    border-radius: 27px;
    padding: 40px 30px;
    text-align: left;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04),
    0 8px 16px rgba(0, 0, 0, 0.04),
    0 12px 24px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
}


/* Kabutės (geltoni.svg) */
.quote-icon {
    width: 28px;
    height: auto;
    margin-bottom: 16px;
}

/* Tekstas */
.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

/* Vardas */
.testimonial-name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 16px;
    color: #000;
}

/* Apatinė dalis su klientu */
.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.client-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.testimonial-footer span {
    font-size: 14px;
    color: #999;
}


.how-it-works {
    padding: 80px 20px;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}

.how-it-works::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.how-it-works > * {
    position: relative;
    z-index: 3;
}

.how-it-works-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.how-it-works-header p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 50px;
}

.how-it-works-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.step-card {
    background: linear-gradient(145deg, #c9c9c9 80%, #c4c4c4 10%);
    border-radius: 24px;
    padding: 40px 24px 50px;
    max-width: 300px;
    width: 100%;
    min-height: 460px; /* sumažintas aukštis */
    position: relative;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}


.step-card:hover {
    transform: translateY(-5px);
}

.step-icon {
    width: 130px; /* padidinta ikona */
    height: 130px; /* padidinta ikona */
    margin-top: 10px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Skaičius */
.step-number {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 6px 14px;
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 28px;
    z-index: 2;
}

/* Pavadinimas */
.step-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Tekstas */
.step-card p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
    margin-top: auto;
    padding-bottom: 10px; /* Daugiau erdvės nuo apačios */
}


.cta-bar {
    position: relative;
    background-color: #1A1A1A;
    padding: 70px 20px;
    z-index: 1;
    overflow: hidden;
}

.cta-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.cta-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.cta-text h3 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.cta-text p {
    font-size: 16px;
    color: #ffffff;
}

.cta-buttonn {
    display: inline-block;
    background-color: #d1c695;
    color: #000000;
    padding: 12px 22px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-buttonn:hover {
    background-color: #c5b87f;
}

.cta-buttonis {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-note {
    font-size: 14px;
    margin-top: 10px;
    color: #ffffff;
}

.cta-note a {
    color: #bbbbbb;
    text-decoration: underline;
    transition: 0.3s;
}

.cta-note a:hover {
    color: #666;
}


.cta-footer {
    position: relative;
    background-color: #0b0b0b;
    color: #fff;
    padding: 80px 20px 40px;
    overflow: hidden;
}

.cta-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cta-footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-footer-content {
    text-align: center;
    margin-bottom: 60px;
}

.cta-footer-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
}

.cta-footer-content p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 24px;
}

.h12, .po {
    color: #b8b07d;
}

.cta-button {
    display: inline-block;
    padding: 14px 28px;
    background-color: #cac196;
    color: #000;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-button:hover {
    background-color: #b8b07d;
    transform: scale(1.05);
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #fff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-column a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
  }
  
  .footer-left {
    flex: 1;
    font-size: 13px;
    color: #bbb;
  }
  
  .footer-logo {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  
  .footer-logo img {
    width: 100px; /* gali koreguoti pagal poreikį */
    height: auto;
  }
  
  .footer-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  
  .footer-menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
  }
  
  .footer-menu ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
  }
  
  .footer-menu ul li a:hover {
    color: #b8b07d;
  }

.snowflakes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.snowflake {
  position: absolute;
  top: -2em;
  color: white;
  font-size: 1.5em;
  user-select: none;
  animation-name: fall;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

.snowflake:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}

.snowflake:nth-child(2) {
  left: 20%;
  animation-delay: 1s;
}

.snowflake:nth-child(3) {
  left: 30%;
  animation-delay: 2s;
}

.snowflake:nth-child(4) {
  left: 40%;
  animation-delay: 3s;
}

.snowflake:nth-child(5) {
  left: 50%;
  animation-delay: 4s;
}

.snowflake:nth-child(6) {
  left: 60%;
  animation-delay: 2s;
}

.snowflake:nth-child(7) {
  left: 70%;
  animation-delay: 3s;
}

.snowflake:nth-child(8) {
  left: 80%;
  animation-delay: 1s;
}

.snowflake:nth-child(9) {
  left: 90%;
  animation-delay: 5s;
}

.snowflake:nth-child(10) {
  left: 100%;
  animation-delay: 2.5s;
}


@media (max-width: 992px) {
    .paslaugos {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 0;
    }
}


@media (max-width: 768px) {
.burger {
        display: block;
    }

    .navigacijos-turinys {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: rgba(202, 193, 150, 0.4); 
        position: absolute;
        top: 10vh;
        left: 0;
        z-index: 1000;
        padding: 30px 0;
        align-items: center;
        backdrop-filter: blur(30px); 
    }

    .navigacijos-turinys.active {
        display: flex;
    }

    .meniu ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
        text-align: center;
        list-style: none;
    }

    .meniu ul li {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 16px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .meniu ul li:last-child {
        border-bottom: none;
    }

    .meniu li a {
        color: black;
        text-decoration: none;
        display: block;
        width: 100%;
        transition: 0.3s ease;
    }

    .meniu li a:hover {
        color: #CAC196;
    }

    .mygzukai {
        display: none !important;
    }

    .content {
        flex-direction: column;
        text-align: center;
    }

    .cta {
        flex-direction: column;
        align-items: flex-end;
        gap: 12px;
        width: 100%;
        margin-top: 30px;
    }

    .cta-main {
        width: 100%;
        text-align: left;
    }

    .cta-secondary {
        font-size: 1rem;
        width: 100%;
    }

    .antras {
        display: none;
    }

    .pirmas h1 {
        font-size: 40px;
        text-align: center;
    }

    .pirmas p,
    .cta {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .main {
        height: auto;
        overflow: visible;
        margin-top: 10%;
    }

    .paslaugos {
        flex-direction: column;
        align-items: center;
        gap: 35px;
        height: auto;
        margin-top: 47%;
        margin-bottom: 25%;
    }

    .darbai {
        flex-direction: column;
        height: auto !important;
    }

    .pervi,
    .vtaroj,
    .treti {
        height: 300px !important;
        flex: none !important;
    }

    .first,
    .second,
    .third {
        width: 90%;
        height: auto;
        margin-left: 0;
    }

    .nuotrauka {
        padding: 15px 0;
    }

    .nuotrauka img {
        width: 50%;
        max-width: 100%;
    }

    .portfolio {
        margin-top: -25%;
    }

    .portfolio-header {
        text-align: center;
    }

    .slider-buttons {
        align-self: flex-end;
        display: none;
    }

    .image {
        height: 180px;
      }

    .testimonial-card {
        padding: 24px 20px;
        min-height: 280px;
        border-radius: 20px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-name {
        font-size: 15px;
    }

    .testimonial-footer span {
        font-size: 13px;
    }

    .testimonials-section h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .testimonials-wrapper {
        gap: 20px;
    }

    .how-it-works {
        padding: 40px 15px;
        background-size: contain;
        background-position: top center;
    }

    .how-it-works-header h2 {
        font-size: 26px;
    }

    .how-it-works-header p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .how-it-works-steps {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .step-card {
        width: 80%;
        min-height: 380px;
        padding: 30px 20px 40px;
        border-radius: 20px;
    }

    .step-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 16px;
    }

    .step-number {
        font-size: 15px;
        padding: 6px 14px;
        margin-bottom: 22px;
    }

    .step-card h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .step-card p {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 6px;
    }

    .cta-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        margin-bottom: 20px;
    }

    .cta-buttonis {
        margin: auto;
    }

    .cta-buttons {
        width: 100%;
    }

    .cta-button {
        width: fit-content;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
      }
    
      .footer-menu ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 0;
        margin: 0;
      }
    
      .footer-menu ul li {
        list-style: none;
      }
    
      .footer-left {
        font-size: 14px;
      }
    
      .logotipas img {
        width: 100px;
      }
}
