.elementor-kit-255{--e-global-color-primary:#2563EB;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D743AB;--e-global-color-af41879:#FFFFFF;--e-global-color-8e49d72:#A037DF;--e-global-color-54ef514:#28DCE8;--e-global-color-5f729ea:#1E293B;--e-global-color-7dd232a:#312E81;--e-global-color-b5fda6e:#DBEAFE;--e-global-color-94193bd:#019FE9;--e-global-color-1548516:#0EB27D;--e-global-color-c9623a6:#079C6D;--e-global-color-f585324:#385BEB;--e-global-color-79cecae:#8541EB;--e-global-color-4b7c63e:#A437DB;--e-global-color-b921b2d:#DC44A8;--e-global-color-2bad431:#C8D7F9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-255 e-page-transition{background-color:#FFBC7D;}.elementor-kit-255 a{color:var( --e-global-color-94193bd );}.elementor-kit-255 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #334155;
    background-color: #f8fafc;
}

/* Container */
.hero-container,
.packages-container,
.benefits-container,
.contact-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
    background-size: 20px 20px;
}

.hero-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.hero-content {
    max-width: 1024px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 24px;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.hero-title {
    font-size: clamp(48px, 8vw, 112px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero-title-gradient {
    display: block;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-subtitle {
    font-size: clamp(20px, 3vw, 32px);
    color: #cbd5e1;
    margin-bottom: 32px;
    line-height: 1.5;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.hero-description {
    font-size: 18px;
    color: #94a3b8;
    margin-bottom: 48px;
    line-height: 1.6;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    color: white;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hero-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.button-icon {
    transition: transform 0.3s ease;
}

.hero-cta-button:hover .button-icon {
    transform: translateX(4px);
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 768px;
    margin: 64px auto 0;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: transform 0.3s ease;
    color: white;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
}

.feature-icon-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.feature-icon-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.feature-icon-emerald { background: linear-gradient(135deg, #10b981, #059669); }

.feature-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-item p {
    color: #94a3b8;
    font-size: 14px;
}

/* PACKAGES SECTION */
.packages-section {
    padding: 96px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.section-header p {
    font-size: 20px;
    color: #475569;
    max-width: 768px;
    margin: 0 auto;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.package-card {
    position: relative;
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.5s ease;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.package-popular {
    border: 2px solid #8b5cf6;
    border-opacity: 0.5;
}

.popular-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
}

.package-header {
    padding: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.package-header-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.package-header-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.package-header-emerald { background: linear-gradient(135deg, #10b981, #059669); }

.package-icon-wrapper {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.package-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.package-content {
    padding: 24px;
}

.package-description h4,
.package-includes h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.feature-list,
.content-list {
    list-style: none;
    margin-bottom: 32px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.feature-list li:before {
    content: "✓";
    color: #10b981;
    font-weight: 600;
    margin-top: 2px;
    flex-shrink: 0;
}

.content-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.content-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.package-price {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.payment {
    color: #475569;
    font-size: 14px;
}

.payment span {
    font-weight: 500;
}

.package-button {
    width: 100%;
    padding: 12px 24px;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.package-button:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.package-button-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.package-button-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.package-button-emerald { background: linear-gradient(135deg, #10b981, #059669); }

/* BENEFITS SECTION */
.benefits-section {
    padding: 96px 0;
    background: linear-gradient(135deg, #f8fafc 0%, white 100%);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 32px;
    max-width: 1024px;
    margin: 0 auto 64px;
}

.benefit-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.5s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.benefit-card:hover .benefit-content h3 {
    color: #3b82f6;
}

.benefit-content p {
    color: #475569;
    line-height: 1.6;
}

.stats-section {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 32px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    text-align: center;
}

.stat-item {
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.1);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-blue { background: linear-gradient(135deg, #3b82f6, #10b981); }
.stat-purple { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.stat-emerald { background: linear-gradient(135deg, #10b981, #06b6d4); }

.stat-item p {
    color: #475569;
    font-weight: 500;
}

/* CONTACT SECTION */
.contact-section {
    position: relative;
    padding: 96px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: white;
    overflow: hidden;
}

.contact-background {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.contact-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
}

.contact-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
    background-size: 20px 20px;
}

.contact-container {
    position: relative;
    z-index: 10;
}

.contact-header h2 {
    color: white;
}

.contact-header p {
    color: #cbd5e1;
}

.contact-title-gradient {
    display: block;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1024px;
    margin: 0 auto 64px;
}

.contact-info-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-info-item:hover {
    transform: scale(1.1);
}

.contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: white;
}

.contact-icon-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.contact-icon-emerald { background: linear-gradient(135deg, #10b981, #059669); }
.contact-icon-purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }

.contact-info-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-info-item p {
    font-size: 18px;
    color: #cbd5e1;
    font-weight: 500;
}

.contact-cta {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 32px;
    max-width: 512px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-cta-content {
    text-align: center;
}

.contact-cta-icon {
    color: #10b981;
    margin: 0 auto 16px;
}

.contact-cta h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-cta p {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 24px;
}

.contact-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #10b981, #3b82f6);
    color: white;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.contact-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.contact-cta-button:hover .button-icon {
    transform: translateX(4px);
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .hero-container,
    .packages-container,
    .benefits-container,
    .contact-container {
        padding: 0 16px;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .section-header h2 {
        font-size: 36px;
    }
    
    .section-header p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .section-header p {
        font-size: 16px;
    }
}

/* Gradiens a címsor szövegére 135 fokos szögben */
.aloldal-cimsor {
    background-image: linear-gradient(135deg, #2563EB, #312E81);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* Szöveg szélességéhez igazítás */
    width: fit-content; /* Gradiens a szöveg hosszához igazodik */
}

/* Tabletnézet (opcionális) */
@media (max-width: 1024px) {
    .aloldal-cimsor {
        font-size: 24px; /* Vagy a kívánt méret */
    }
}

/* Mobilnézet (opcionális) */
@media (max-width: 767px) {
    .aloldal-cimsor {
        font-size: 20px; /* Vagy a kívánt méret */
    }
}


.szolg-card {
      transition: transform 0.3s ease;
    
} 

.szolg-card:hover {
      transform: scale(1.1);
    
} 

/* Szolgálttaások kártyák formázása */

/* ===== Alap kártya (Container) ===== */
.service-card{
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: var(--card-bg, #fff);
  color: var(--card-fg, #111);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  transition: transform .5s ease, box-shadow .5s ease;
  will-change: transform, box-shadow;
  padding: 28px 24px;
}
.service-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(0,0,0,.12);
}

/* ===== Halk gradient overlay a kártyán ===== */
.service-card::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(135deg, var(--grad-from, #2563eb), var(--grad-to, #9333ea));
  opacity:.05;
  transition: opacity .35s ease;
  pointer-events:none;
}
.service-card:hover::before{ opacity:.10; }

/* ===== Ikondoboz ikon reszponzív arányokkal ===== */
.service-card__iconbox .elementor-icon-box-icon .elementor-icon{
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(90deg, var(--grad-from, #2563eb), var(--grad-to, #9333ea));
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  transition: transform .3s ease;
  margin-bottom: 16px;
  padding: 12px;             /* tér a piktogram körül */
  box-sizing: border-box;
  color: #fff !important;
}

/* Hover effekttel */
.service-card:hover .service-card__iconbox .elementor-icon-box-icon .elementor-icon{
  transform: scale(1.10);
}

/* Piktogram alapméret */
.service-card__iconbox .elementor-icon-box-icon i{
  font-size: 28px;
  line-height: 1;
}
.service-card__iconbox .elementor-icon-box-icon svg{
  width: 28px; height: 28px;
  display: block;
}
.service-card__iconbox .elementor-icon-box-icon svg *{
  fill: #fff !important;
  stroke: #fff !important;
}

/* ===== Reszponzív töréspontok ===== */

/* Tablet (max 991px): ikon kisebb */
@media (max-width: 991px){
  .service-card__iconbox .elementor-icon-box-icon .elementor-icon{
    width: 56px; height: 56px;
    padding: 10px;
  }
  .service-card__iconbox .elementor-icon-box-icon i{
    font-size: 24px;
  }
  .service-card__iconbox .elementor-icon-box-icon svg{
    width: 24px; height: 24px;
  }
}

/* Mobil (max 767px): ikon még kisebb */
@media (max-width: 767px){
  .service-card__iconbox .elementor-icon-box-icon .elementor-icon{
    width: 48px; height: 48px;
    padding: 8px;
  }
  .service-card__iconbox .elementor-icon-box-icon i{
    font-size: 20px;
  }
  .service-card__iconbox .elementor-icon-box-icon svg{
    width: 20px; height: 20px;
  }
}


/* Címsor (ikonbox címe) = főcím viselkedés */
.service-card__iconbox .elementor-icon-box-title{
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: #2d2d2d;
  transition: color .25s ease;
  margin: 0;
}
.service-card:hover .service-card__iconbox .elementor-icon-box-title{
  color: var(--hover-accent, #2563eb);
}

/* Leírás finom tipó */
.service-card__iconbox .elementor-icon-box-description{
  color: color-mix(in oklab, var(--card-fg) 80%, #0000);
  margin-top: 8px;
}

/* ===== Ár (külön widget: Heading / Text) ===== */
.service-card__price{
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(90deg, var(--price-from, #2563eb), var(--price-to, #9333ea));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  margin-top: 12px;
}

/* ===== Alsó sor (cím/ár + gomb egymás mellett – ha külön konténer kell) ===== */
.service-card__footer{
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 16px; margin-top: 16px;
}

/* Gomb animáció (globálisan a kártyán belül) */
.service-card .elementor-button{
  transition: transform .25s ease, box-shadow .25s ease;
  border-radius: 12px;
}
.service-card:hover .elementor-button{
  transform: translateY(-2px);
  box-shadow: 0 10px 16px rgba(0,0,0,.10);
}

/* ===== Ikonlista (ha használsz Icon Listet a kártyában) ===== */
.service-card .elementor-icon-list-items{ row-gap: 10px; }
.service-card .elementor-icon-list-icon i,
.service-card .elementor-icon-list-icon svg{ color: var(--grad-from); }

/* ===== Reszponzív ===== */
@media (max-width: 767px){
  .service-card__footer{
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .service-card::before{ opacity:.12; }
}

/* ===== Színátmenetes témák (válassz egyet kártyánként) ===== */

/* 1) Ocean (kék → lila) */
.theme-ocean{
  --card-bg: #eef6ff;
  --card-fg: #0f172a;
  --grad-from: #2563eb;
  --grad-to:   #7c3aed;
  --price-from:#2563eb;
  --price-to:  #9333ea;
  --hover-accent:#2563eb;
}

/* 2) Fuchsia (rózsaszín → lila) */
.theme-fuchsia{
  --card-bg: #fff0f7;
  --card-fg: #1f2937;
  --grad-from: #ec4899;
  --grad-to:   #8b5cf6;
  --price-from:#db2777;
  --price-to:  #7c3aed;
  --hover-accent:#8b5cf6;
}

/* 3) Mint (zöld → teal) */
.theme-mint{
  --card-bg: #ecfdf5;
  --card-fg: #0b1320;
  --grad-from: #10b981;
  --grad-to:   #06b6d4;
  --price-from:#059669;
  --price-to:  #0ea5e9;
  --hover-accent:#0ea5e9;
}

/* 4) Sunset (narancs → pink) */
.theme-sunset{
  --card-bg: #fff4eb;
  --card-fg: #1f2937;
  --grad-from: #f97316;
  --grad-to:   #ec4899;
  --price-from:#ea580c;
  --price-to:  #db2777;
  --hover-accent:#f97316;
}

/* 5) Slate-Indigo (szürkéskék → indigó) */
.theme-slate-indigo{
  --card-bg: #f1f5f9;
  --card-fg: #0f172a;
  --grad-from: #475569;
  --grad-to:   #6366f1;
  --price-from:#334155;
  --price-to:  #4f46e5;
  --hover-accent:#4f46e5;
}

/* =========================
   GOMB A TÉMA SZÍNEIBŐL
   ========================= */

/* Alap: gradient a theme változókból (ha nincs külön btn-from/to, a grad-from/to értékei érvényesülnek) */
.service-card .elementor-button{
  background: linear-gradient(90deg, var(--btn-from, var(--grad-from)), var(--btn-to, var(--grad-to)));
  color: #fff;
  border: 0;
  border-radius: 12px; /* maradhat az eddigi */
  box-shadow: 0 10px 16px rgba(0,0,0,.10);
  transition: transform .25s ease, box-shadow .25s ease, filter .2s ease, opacity .2s ease;
}

/* Hover: picit emeljük és “élénkítjük” */
.service-card:hover .elementor-button{
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(0,0,0,.14);
  filter: saturate(1.05) brightness(1.02);
}

/* Aktív/Klikk: enyhe lenyomás érzés */
.service-card .elementor-button:active{
  transform: translateY(-1px);
  box-shadow: 0 10px 16px rgba(0,0,0,.12);
}

/* Billentyűzet fókusz: jól látható, témaszínű gyűrű */
.service-card .elementor-button:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px color-mix(in oklab, var(--grad-from) 25%, transparent),
    0 12px 20px rgba(0,0,0,.12);
}

/* Opcionális: “ghost” / keretes gomb a kártya témaszíneivel
   (ha használsz ilyen stílust, add neki az elementorban a `is-ghost` osztályt) */
.service-card .is-ghost .elementor-button{
  background: transparent;
  color: var(--grad-from);
  border: 2px solid color-mix(in oklab, var(--grad-from) 80%, white);
}
.service-card .is-ghost .elementor-button:hover{
  background: color-mix(in oklab, var(--grad-from) 12%, transparent);
  color: var(--grad-from);
}


/* =========================
   IKONLISTA: TÉMÁHOZ IGAZODÓ SZÍNEK
   ========================= */

/* Ikon/bullet színe a theme fő színéből */
.service-card .elementor-icon-list-icon i,
.service-card .elementor-icon-list-icon svg{
  color: var(--icon-color, var(--grad-from)) !important;
  fill: var(--icon-color, var(--grad-from)) !important;
  stroke: var(--icon-color, var(--grad-from)) !important;
}

/* Ha a listában “dot/circle” ikon van, legyen kicsit kompaktabb és vonalban középen */
.service-card .elementor-icon-list-icon{
  line-height: 1;
}
.service-card .elementor-icon-list-icon i{
  font-size: 10px; /* apró, finom pötty */
}

/* Listaelem szöveg: hoverre enyhe témaszínű árnyalat (nem kötelező, de szép) */
.service-card .elementor-icon-list-text{
  transition: color .2s ease;
}
.service-card .elementor-icon-list-item:hover .elementor-icon-list-text{
  color: color-mix(in oklab, var(--grad-from) 40%, var(--card-fg));
}


/* =========================
   TÉMA-SPECIFIKUS GOMB FINOMHANGOLÁS (opcionális)
   Ha szeretnél külön gomb-átmenetet, itt felülírhatod a --btn-from/to-t
   ========================= */

/* Ocean */
.theme-ocean{
  --btn-from: #2563eb;
  --btn-to:   #7c3aed;
}

/* Fuchsia */
.theme-fuchsia{
  --btn-from: #ec4899;
  --btn-to:   #8b5cf6;
}

/* Mint */
.theme-mint{
  --btn-from: #10b981;
  --btn-to:   #06b6d4;
}

/* Sunset */
.theme-sunset{
  --btn-from: #f97316;
  --btn-to:   #ec4899;
}

/* Slate-Indigo */
.theme-slate-indigo{
  --btn-from: #475569;
  --btn-to:   #6366f1;
}/* End custom CSS */