
/* Services */

body {
  font-family: 'Space Grotesk';
  margin: 0;
  padding: 0;
  background-color: #0a0d2a; /* Ez egységesen beállítja a háttérszínt mindenre */
  overflow-x: hidden;        /* Megakadályozza a vízszintes túlnyúlást */
}

h1, h2, h3 {
  font-family: 'Space Grotesk';
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* Csak a .services-section-re hat */
.services-section {
   border-top: 1px solid #fff;
  text-align: center;
  padding: 3rem 2rem 2.5rem 2rem; /* még kisebb section padding */
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
  color: #2B2B2B;
  position: relative;
  z-index: 1;
}

/*szolgaltatasaim cim */
.services-section .services-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: white;
}

/*szolgaltatasaim cim alatti szovegrész */
.services-section .services-subtitle {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 2rem;
}

.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;           /* kisebb távolság a kártyák között */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5rem 0;     /* minimális belső padding */
}

.services-section .service-card {
  background-color: #EAF6FF;
  border: 2px solid #1B2021;
  text-align: center;
  padding: 1.1rem 1.25rem;  /* kisebb padding */
  box-sizing: border-box;
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.services-section .service-card:hover {
  transform: translateY(-10px);
  border-color: #1B2021;
}

/* KOCKA IKON */
.services-section .services-icon-wrapper {
  margin: 0 auto 0.5rem;
}

.services-section .services-icon-wrapper .icon-box {
  background-color: #ed970e;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2B2B2B;
  box-sizing: border-box;
  margin-top: 0.5rem;
}

.services-section .service-card:hover .icon-box {
  border-color: #2B2B2B;
}

/* iconok színe, stílusa*/
.services-section .services-icon-wrapper .icon-box i {
  color: #2B2B2B;
  font-size: 2.1rem;
  line-height: 1;
}

/* Icon box címsor és leírás */
.services-section .service-card h3 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

/* Icon box címsor alatti leírás */
.services-section .service-card p {
  color: #2B2B2B;
  font-weight: 500;
  font-size: 17px;
   margin: 0;
  line-height: 2;
}

.services-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #2B2B2B;
}

.services-section p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #2B2B2B;
}

/* ========== Desktop → Tablet (≤1200px) */
@media (max-width: 1200px) {
  .services-section .services-grid {
    max-width: 1000px;
    gap: 1.5rem;
    padding: 1.5rem;
  }
  .services-section .service-card {
    height: 320px;
    padding: 1.75rem;
  }
}

/* ========== Tablet landscape/portrait (≤992px) – 3→2 oszlop */
@media (max-width: 992px) {
  .services-section {
    padding: 4.5rem 1.5rem 3rem;
  }

  .services-section h2.services-title,
  .services-section h2 {
    font-size: 2rem;
  }

  .services-section .services-subtitle,
  .services-section p {
    font-size: 1rem;
  }

  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
    gap: 1.25rem;
  }

  .services-section .service-card {
    height: auto;
    min-height: 280px;
    padding: 1.5rem;
  }

  .services-section .services-icon-wrapper .icon-box {
    width: 70px;
    height: 70px;
  }

  .services-section .services-icon-wrapper .icon-box i {
    font-size: 1.9rem;
  }

  .services-section .service-card h3 {
    font-size: 1.15rem;
    white-space: normal;
  }

  .services-section .service-card p {
    font-size: 16px;
  }
}

/* ========== Kisebb tablet / nagy mobil (≤768px) – 2→1 oszlop */
@media (max-width: 768px) {
  .services-section {
    padding: 3.5rem 1.25rem 2.5rem;
  }

  .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 0;
    max-width: 560px;
  }

  .services-section .service-card {
    padding: 1.25rem;
    border-width: 1.5px;
  }

  .services-section .services-icon-wrapper .icon-box {
    width: 64px;
    height: 64px;
    margin-top: .5rem;
  }

  .services-section .services-icon-wrapper .icon-box i {
    font-size: 1.7rem;
  }

  .services-section h2.services-title,
  .services-section h2 {
    font-size: 1.75rem;
    margin-bottom: .75rem;
  }

  .services-section .services-subtitle,
  .services-section p {
    font-size: .95rem;
    margin-bottom: 1.5rem;
  }
}

/* ========== Kis mobilok (≤480px) – kényelmes tipó és padding */
@media (max-width: 480px) {
  .services-section {
    padding: 3rem 1rem 2rem;
  }

  .services-section .service-card {
    padding: 1rem;
    border-radius: 10px;
  }

  .services-section .services-icon-wrapper .icon-box {
    width: 56px;
    height: 56px;
  }

  .services-section .services-icon-wrapper .icon-box i {
    font-size: 1.5rem;
  }

  .services-section .service-card h3 {
    font-size: 1.05rem;
    margin: .4rem 0 1rem;
  }

  .services-section .service-card p {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* ===== KÉP FEJRÉSZ A KÁRTYÁBAN ===== */
.services-section .services-icon-wrapper{
  margin: 0 auto 0.75rem;
  width: 100%;
}

.services-section .services-icon-wrapper .icon-box{
  width: 100%;
  height: 160px;              /* <-- ez adja a kép magasságát */
  background: #ed970e;        /* fallback, ha nincs kép */
  border: 2px solid #2B2B2B;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 0.5rem;
  border-radius: 14px;        /* opcionális, szebb */
}

/* kép tölti a dobozt */
.services-section .services-icon-wrapper .icon-box .service-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;          /* kitölti, vág ha kell */
  object-position: center;
}

/* hover maradhat */
.services-section .service-card:hover .icon-box{
  border-color: #2B2B2B;
}

/* régi ikon stílus már nem kell, de ha maradna, elrejthetjük */
.services-section .services-icon-wrapper .icon-box i{
  display: none;
}

/* a kártyáról vedd le a paddinget */
.services-section .service-card{
  padding: 0;                 /* volt: 1.1rem 1.25rem */
  overflow: hidden;           /* hogy a kép sarka szépen vágjon */
  border-radius: 10px;
}

/* a kép menjen teljes szélességben és a tetejéig */
.services-section .services-icon-wrapper{
  margin: 0;                  /* volt: 0 auto 0.5rem */
  width: 100%;
}

.services-section .services-icon-wrapper .icon-box{
  width: 100%;
  height: 180px;              /* állítsd ízlés szerint */
  margin-top: 0;              /* volt: 0.5rem -> ez okozta a gapet */
  border: 0;                  /* ha nem akarsz külön keretet a képre */
  background: #ed970e;
  border-radius: 0;           /* mert most a card vágja */
}

/* maga a kép töltse ki a teljes teret */
.services-section .service-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Different center images */
/* középre */
.services-section .service-img.pos1{
  object-position: center 15% !important;
}
.services-section .service-img.pos2{
  object-position: center 25% !important;
}
.services-section .service-img.pos3{
  object-position: center 15% !important;
}
.services-section .service-img.pos4{
  object-position: center 27% !important;
}
.services-section .service-img.pos5{
  object-position: center 43% !important;
}
.services-section .service-img.pos7{
  object-position: center 20% !important;
}
.services-section .service-img.pos8{
  object-position: center 28% !important;
}
.services-section .service-img.pos9{
  object-position: center 35% !important;
}

/* a szöveg kapjon paddinget */
.services-section .service-content{
  padding: 1.1rem 1.25rem;
}
.services-section .service-card p{
  margin-bottom: 0.9rem;
}


/* ha marad a card border (nálad van), a kép a borderig ér majd */
.services-section .service-card{
  border: 2px solid #1B2021;  /* maradhat */
  background-color: #EAF6FF;
}

/* whychooseus */


.rinzler-whychooseus {
  background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border-bottom: 1px solid #EAF6FF;
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
}

.rinzler-whychooseus .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.rinzler-whychooseus .section-subtitle {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 50px;
}

.whychooseus-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.whychooseus-item {
  background-color: #0e183a;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  text-align: left;
}

.whychooseus-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
}

.whychooseus-icon {
  font-size: 32px;
  color: #FA9C09;
  margin-bottom: 20px;
}

.whychooseus-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.whychooseus-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
}

/* Responsive */
@media (max-width: 992px) {
  .whychooseus-wrapper {
    grid-template-columns: repeat(2, 1fr);
    
  }
}

@media (max-width: 600px) {
  .whychooseus-wrapper {
    grid-template-columns: 1fr;
  }
}


/* Slider */

.rinzler-testimonial-section {
  background: #000428;
  background: -webkit-linear-gradient(to right, #004e92, #000428);
  background: linear-gradient(to top, #004e92, #000428);
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px; /* alapértelmezett */
}

.rinzler-testimonial-heading {
  font-size: 2rem;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.rinzler-testimonial-inner {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rinzler-testimonial-slider {
  width: 100%;
}

.rinzler-testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rinzler-testimonial-icon i {
  color: white;
  font-size: 56px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.rinzler-testimonial-title {
  font-size: 1.75rem;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rinzler-testimonial-text {
  font-size: 1.3rem;
  max-width: 800px;
  line-height: 1.6;
}

.rinzler-testimonial-controls {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  min-height: 48px;
}

.rinzler-testimonial-button-prev,
.rinzler-testimonial-button-next {
  background-color: #1a1c3a;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
  border: none;
  flex-shrink: 0;
}

.rinzler-testimonial-button-prev:hover,
.rinzler-testimonial-button-next:hover {
  background-color: #3366ff;
}

.rinzler-testimonial-pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.rinzler-testimonial-pagination .swiper-pagination-bullet {
  background-color: #FA9C09;
  opacity: 1;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.rinzler-testimonial-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.rinzler-testimonial-button-container {
  text-align: center;
  margin-top: 2rem;
}

.rinzler-testimonial-readmore-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.rinzler-testimonial-readmore-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* ========== Desktop → kisebb desktop (≤1200px) */
@media (max-width: 1200px) {
  .rinzler-testimonial-heading {
    font-size: 1.85rem;
  }
  .rinzler-testimonial-title {
    font-size: 1.4rem;
  }
  .rinzler-testimonial-text {
    font-size: 1.05rem;
  }
}

/* ========== Tablet landscape/portrait (≤992px) */
@media (max-width: 992px) {
  .rinzler-testimonial-section {
    padding-top: 80px;
    min-height: auto;
  }

  .rinzler-testimonial-heading {
    font-size: 1.65rem;
    top: 40px;
  }

  .rinzler-testimonial-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .rinzler-testimonial-text {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .rinzler-testimonial-button-prev,
  .rinzler-testimonial-button-next {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* ===== Mobil javítások (≤576px) ===== */
@media (max-width: 576px) {
  .rinzler-testimonial-heading {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 0 14px 0;
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .rinzler-testimonial-inner {
    padding: 0 16px;
  }
  .rinzler-testimonial-slider {
    max-width: 380px;
    margin: 0 auto;
  }

  .rinzler-testimonial-icon i {
    font-size: 42px;
    margin: 8px 0 12px;
  }
  .rinzler-testimonial-title {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
  .rinzler-testimonial-text {
    font-size: .95rem;
    line-height: 1.55;
    max-width: 95%;
    margin: 0 auto;
  }

  .rinzler-testimonial-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    width: fit-content;
    margin: 22px auto 0;
    padding: 0 6px;
  }
  .rinzler-testimonial-controls > * {
    flex: 0 0 auto;
  }
  .rinzler-testimonial-button-prev,
  .rinzler-testimonial-button-next {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .rinzler-testimonial-pagination {
    height: 36px;
  }
  .rinzler-testimonial-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .rinzler-testimonial-button-container {
    margin-top: 18px;
  }
  .rinzler-testimonial-readmore-btn {
    display: inline-block;
    margin: 0 auto;
  }

  .rinzler-testimonial-section {
    padding-bottom: 40px; /* mobilon még több hely */
  }
}

/* Kisebb tablet finomhangolás (≤768px) */
@media (max-width: 768px) {
  .rinzler-testimonial-heading {
    top: 30px;
  }
  .rinzler-testimonial-button-prev,
  .rinzler-testimonial-button-next {
    width: 40px;
    height: 40px;
  }
}


/* Process */

.rinzler-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #0f0c29;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
  padding-top: 0;
  padding-bottom: 0;
  align-items: stretch;
}

.process-item {
  padding: 60px 40px 50px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 655px;
}

.process-number {
  background-color: #FA9C09;
  border: 1px solid #EAF6FF;
  color: #1F1F1F;
  font-weight: bold;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.process-title {
  font-size: 28px;
  color: #f2f2f7;
  margin: 20px 0 28px;
  position: relative;
  line-height: 1.3;
}

.process-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 2px;
  background-color: #fff;
}

.process-text {
  font-size: 20px;
  color: #f2f2f7;
  line-height: 1.7;
  margin-top: 40px;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.process-item:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .rinzler-process {
    grid-template-columns: 1fr;
  }

  .process-item {
    border-right: none;
    border-bottom: 1px solid #fff;
    min-height: auto;
    padding: 40px 20px;
  }

  .process-title {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
  }

  .process-text {
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
  }

  .process-number {
    margin: 0 auto 30px;
  }

  .process-title::after {
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background-color: #fff;
  }
}


/* Front faq */


.frontpage-faq {
  background: #0f0c29;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #004e92, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #004e92, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 20px 0;
}

.faq-wrapper {
  max-width: 700px;
  margin: 00px auto;
  padding: 20px;
}

.frontpage-faq-wrapper h1 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
  color: #f0f0f0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #0f0c29;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;               /* kell a belső animált tartalomhoz */
  transition: box-shadow .3s ease, transform .3s ease; /* célzott transition */
}

.faq-question {
  width: 100%;
  padding: 18px 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  transition: all .5s ease, transform .3s ease; /* célzott transition */
}

.faq-question i {
  margin-right: 10px;
  color: #00c2ff;
  min-width: 22px;
}

.toggle-icon {
  font-size: 24px;
  color: #ccc;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
  background-color: #f5ebe0!important;
  color: #000000;
}

.faq-question:hover .toggle-icon,
.faq-question:hover i {
  color: #000000;
}

.toggle-icon:hover {
  color: #000000;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  background-color: #f5ebe0!important;
  padding: 0 24px;
}

.faq-answer p {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
  color: #000814!important;
  padding: 20px 0;
}

.faq-item.open .toggle-icon {
  transform: rotate(45deg);
}

.faq-button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.faq-more-button {
  display: inline-block;
  margin-top: 25px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 8px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.faq-more-button:hover {
  background-color: #ffffff;
  color: #000000;
}




/* ===========================================
   📱 Mobil HERO szekció (VANTA nélkül)
   =========================================== */
@media (max-width: 768px) {
  #vanta-hero.mobile-hero {
    color: #ffffff;
  }

  #vanta-hero.mobile-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  #vanta-hero.mobile-hero p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 2rem;
  }

  #vanta-hero.mobile-hero .btn {
    background: #285189;
    color: white;
    border: 1px solid white;
    margin-top: 1rem;
  }

  #vanta-hero.mobile-hero .btn:hover {
    background: #3a6fb3;
  }
}


/* ======================================
   📱 HERO CARDS - MOBIL STÍLUSOK
   ====================================== */
@media (max-width: 768px) {
  .hero-cards {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
    margin-top: 2rem;
  }

  .step-card {
    width: 90%;
    max-width: 340px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 1.5rem 1.2rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* 💫 Hover/Touch effekt */
  .step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.5);
  }

  /* 🔘 Ikon kör fehér */
  .icon-wrapper {
    border: 2px solid #ffffff;
    padding: 1rem;
    border-radius: 50%;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .icon-wrapper i {
    font-size: 1.5rem;
    color: #ffffff;
  }

  /* Hoverre enyhe nagyítás és fényesebb kör */
  .step-card:hover .icon-wrapper {
    transform: scale(1.1);
    border-color: #ffbb33; /* pl. CTA színedhez igazítva */
  }

  /* Szöveg arányosítás mobilra */
  .step-card h3 {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }

  .step-card p {
    font-size: 0.95rem;
    line-height: 1.4;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* ======================================
   📱 CTA GOMB ÁTHELYEZÉS (CARDS ALÁ)
   ====================================== */
@media (max-width: 768px) {
  .button-wrapper {
    position: static !important;
    transform: none !important;
    margin-top: 2rem !important;
    display: flex;
    justify-content: center;
  }

  .button-wrapper .btn {
    width: 80%;
    max-width: 280px;
    text-align: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #285189, #3a6fb3);
    color: #fff;
    border: 1px solid #ffffff55;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
  }

  .button-wrapper .btn:hover {
    background: linear-gradient(135deg, #3a6fb3, #285189);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  }
}

/* Pricing Section */


/* ========= PRICING – TELJES, TISZTA VERZIÓ ========= */

.pricing-section {
  border-top: 1px solid #fff;
  padding: 40px 20px 50px;
  background: #0f172a; /* sötét háttér */
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pricing-inner {
  max-width: 1380px; /* kicsit szélesebb, de még nem esik szét */
  margin: 0 auto;
  text-align: center;
}

.pricing-title {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  color: #f9fafb;
}

.pricing-subtitle {
  font-size: 0.95rem;
  color: #9ca3af;
  max-width: 650px;
  margin: 0 auto 1.5rem auto;
}

/* ===== GRID ===== */
/* Desktop: 3 oszlop */

.pricing-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ===== KÁRTYÁK ===== */

.pricing-card {
  background: #020617;
  border-radius: 18px;
  padding: 20px 18px 22px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.pricing-card-featured {
  padding-top: 34px;
  border-color: #38bdf8;
  background: radial-gradient(circle at top, rgba(56, 189, 248, 0.08), #020617);
  transform: translateY(-6px);
}

/* Legnépszerűbb badge */

.pricing-badge {
  position: absolute;
  top: 8px;
  right: 18px;
  background: #38bdf8;
  color: #0f172a;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
}

/* ===== CÍM, ÁR ===== */

.pricing-card-title {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #f9fafb;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 0.4rem;
}

.pricing-amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e5e7eb;
}

.pricing-from {
  font-size: 0.95rem;
  color: #9ca3af;
}

.pricing-note {
  font-size: 1rem;
  color: #9ca3af;
  margin-bottom: 1.1rem;
}

/* ===== FEATURE LISTA ===== */

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  font-size: 0.93rem;
  line-height: 1.45;
  color: #d1d5db;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}

.pricing-features li::before {
  content: "✓";
  font-size: 0.8rem;
  margin-top: 2px;
  color: #22c55e;
}

/* ===== GOMB ===== */

.pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #38bdf8;
  background: #38bdf8;
  color: #0f172a;
  transition: all 0.18s ease;
  margin-top: 0.25rem;
}

.pricing-button-primary {
  border-color: #38bdf8;
  background: #38bdf8;
  color: #0f172a;
}

.pricing-button:hover,
.pricing-button-primary:hover {
  background: #f9fafb;
  border-color: #f9fafb;
  color: #0f172a;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.7);
}

/* ========= RESPONSIVE ========= */

/* ~1100px alatt: 2 oszlop */

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ~768px alatt: 1 oszlop, featured ne „ugorjon ki” */

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-featured {
    transform: none;
  }
}



/*KAPCSOLATFELVÉTELI ŰRLAP FRONT PAGE*/

/* ===== Kapcsolat szekció alap ===== */

.contact-section {
  padding: 4rem 2rem 4rem;
  background: #0f172a; /* sötét háttér */
  border-top: 1px solid #fff;
  color: #e5e7eb;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
}

.contact-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.contact-lead {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  color: #9ca3af;
}

/* ===== CF7 alapok ===== */

.contact-section .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-section h3 {
  font-size: 1.1rem;
  margin: 0rem 0 0.1rem;
  color: #e5e7eb;
}

.contact-section hr {
  border: 0;
  border-top: 1px solid #1f2937;
  margin: 0.1rem 0 0.2rem;
}

/* ===== Felső három mező – grid ===== */

.contact-section .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  .contact-section .grid {
    grid-template-columns: 1fr;
  }
}

/* Label + input elrendezés */

.contact-section label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #e5e7eb;
}

/* ===== Inputok, textarea, select ===== */

.contact-section .input,
.contact-section .textarea,
.contact-section .select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid #334155;
  background: #020617;
  color: #e5e7eb;
  font-family: inherit;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.contact-section .textarea {
  min-height: 150px;
  border-radius: 16px;
  resize: vertical;
}

/* CF7 által generált inputokra is biztos, ami biztos */

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"],
.contact-section textarea,
.contact-section select {
  background: #020617;
  border-radius: 999px;
  border: 1px solid #334155;
  color: #e5e7eb;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
}

.contact-section textarea {
  border-radius: 16px;
}

/* Focus állapot */

.contact-section input:focus,
.contact-section textarea:focus,
.contact-section select:focus {
  outline: none;
  background: #020617;
}

/* Placeholder szín */

.contact-section ::placeholder {
  color: #6b7280;
}

/* ===== Radio, checkbox ===== */

.contact-section .radio .wpcf7-list-item,
.contact-section .check .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* CF7 radio/checkbox inputok */

.contact-section input[type="radio"],
.contact-section input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #f59e0b; /* modern böngészőkben szép narancs */
}



/* CF7 checkbox/radio – fix, minden böngészőben ugyanaz */
.contact-section input[type="checkbox"],
.contact-section input[type="radio"]{
  -webkit-appearance: none;
  appearance: none;

  width: 16px;
  height: 16px;

  display: inline-grid;
  place-content: center;

  background: transparent;
  border: 2px solid rgba(255,255,255,0.55); /* ha világos háttéren van, cseréld sötétebbre */
  cursor: pointer;
  vertical-align: middle;
}

/* checkbox forma */
.contact-section input[type="checkbox"]{
  border-radius: 4px;
}

/* radio forma */
.contact-section input[type="radio"]{
  border-radius: 50%;
}

/* kijelölt: narancs */
.contact-section input[type="checkbox"]:checked,
.contact-section input[type="radio"]:checked{
  background: #f59e0b;
  border-color: #f59e0b;
}

/* pipa (checkbox) */
.contact-section input[type="checkbox"]:checked::after{
  content: "";
  width: 4px;
  height: 8px;
  border: solid #111827;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -1px;
}

/* pont (radio) */
.contact-section input[type="radio"]:checked::after{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111827;
}

/* fókusz */
.contact-section input[type="checkbox"]:focus-visible,
.contact-section input[type="radio"]:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(245,158,11,0.35);
}


/* ===== Select stílus ===== */

.contact-section select.select {
  margin-bottom: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9ca3af 50%),
                    linear-gradient(135deg, #9ca3af 50%, transparent 50%);
  background-position: calc(100% - 16px) 16px, calc(100% - 11px) 16px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* ===== Adatvedelmi acceptance sor ===== */

.contact-section .wpcf7-acceptance {
  font-size: 0.9rem;
  color: #9ca3af;
}

.contact-section .wpcf7-acceptance input[type="checkbox"] {
  margin-right: 0.4rem;
}


.gdpr-link{
  margin-left: 6px;
  font-weight: 600;
  text-decoration: underline;
  color: #f59e0b;
}

.gdpr-link:hover{
  color: #fbbf24;
  transition: all 0.28s ease;
}


/* ===== Küldés gomb ===== */

.contact-section input[type="submit"],
.contact-section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.8rem 5.2rem;
  border-radius: 999px;
  border: none;
  background: #f59e0b;
  color: #0f172a;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.7);
}

.contact-section input[type="submit"]:hover,
.contact-section .btn-primary:hover {
  background: #fbbf24;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.9);
}

/* CF7 hibák / üzenetek finoman */

.contact-section .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #fca5a5;
  margin-top: 0.2rem;
}

.contact-section .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
}


/* ===== 3 MEZŐ EGY SORBAN ===== */

.contact-section .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

/* Tablet – 2 oszlop */
@media (max-width: 900px) {
  .contact-section .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil – 1 oszlop */
@media (max-width: 600px) {
  .contact-section .form-row {
    grid-template-columns: 1fr;
  }
}

/* ===== Label ===== */
.contact-section label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.95rem;
  color: #e5e7eb;
}

/* ===== Inputs ===== */
.contact-section .input,
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid #334155;
  background: #020617;
  color: #e5e7eb;
  font-size: 0.95rem;
  transition: 0.15s;
}

.contact-section .input:focus,
.contact-section input:focus {
  border-color: #ed970e;
  outline: none;
}



/* Opcionális blokk – alapból zárt */
.contact-extra-block {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

/* Amikor aktív */
.contact-extra-block.is-visible {
  max-height: 800px;      /* elég nagy, hogy minden beleférjen */
  opacity: 1;
}

/* A checkbox labelje kicsit emelje ki magát */
#wpcf7-f* .wpcf7-form .wpcf7-form-control-wrap.extra-details,
.contact-section #extra-toggle {
  display: block;
  margin: 0.75rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
}



@media (max-width: 768px){
  #typewriter,
  #typewriter::after,
  #typewriter::before{
    animation: none !important;
    transition: none !important;
  }

  /* ha a kurzor border-right-tal van */
  #typewriter{
    border-right: 0 !important;
  }

  /* ha pseudo-elemmel van a kurzor (pl. content:"|") */
  #typewriter::after{
    content: "" !important;
    display: none !important;
  }
}


/* End */

