/* --------------------------------------------------------------
    Element:        N/A
    Divi5 setup:    N/A
    External:       fonts.googleapis.com
    Location:       WHOLE SITE
-------------------------------------------------------------- */

*, *::before, *::after {
    font-family: 'Manrope', sans-serif;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 1px;
    color: #16263A;
}

h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #16263A;
}

h4 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #16263A;
}

p, a {
    font-size: 1rem; 
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #1B1C24;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 2.5rem;
        letter-spacing: 0.5px;
    }
    
    p, a {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.25;
        letter-spacing: 0px;
    }

    p, a {
        font-size: 0.9375rem;
        line-height: 1.6; 
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Badge-Anitmated-001-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOME PAGE
-------------------------------------------------------------- */

.NV-Badge-Anitmated-001-V1 {
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    background: #FFFFFF;
    border: 1px solid #A3E2F0;
    padding: 6px 14px; 
    border-radius: 20px;
    margin-bottom: 32px;
}

.NV-Badge-Anitmated-001-V1-dot {
    width: 8px;
    height: 8px;
    background-color: #7DD5E5;
    border-radius: 50%;
    animation: pulse-dot-nivor-animated 2s infinite;
}

.NV-Badge-Anitmated-001-V1-text {
    font-size: 13px; 
    font-weight: 500;
    color: #16263A;
}

@keyframes pulse-dot-nivor-animated {
    0% {
        box-shadow: 0 0 0 0px rgba(125, 213, 229, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(125, 213, 229, 0);
    }
    100% {
        box-shadow: 0 0 0 0px rgba(125, 213, 229, 0);
    }
}





























/* --------------------------------------------------------------
    Element:        NV-Button-Double-001-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* Konténer elrendezése */
.NV-Button-Double-001-V1-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px; 
    row-gap: 10px; 
    width: 100%;
}

/* Közös gomb stílusok */
.NV-Button-Double-001-V1-primary, 
.NV-Button-Double-001-V1-secondary {
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    font-weight: 600;
    font-size: 15px;
}

/* Elsődleges gomb: Sötétkék alap a Kék Skáláról */
.NV-Button-Double-001-V1-primary {
    background: #16263A;
    border: 1px solid #16263A;
    color: #FFFFFF;
}

/* Másodlagos gomb: Fehér háttér, Világos Türkiz szegély */
.NV-Button-Double-001-V1-secondary {
    background: #FFFFFF;
    border: 1px solid #A3E2F0;
    color: #16263A;
}

/* Interakciók */
.NV-Button-Double-001-V1-primary:hover {
    background: #2B4366; 
    border-color: #2B4366;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 38, 58, 0.2);
}

.NV-Button-Double-001-V1-secondary:hover {
    background: #E9FAFE; 
    border-color: #7DD5E5; 
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(125, 213, 229, 0.2);
}

.NV-Button-Double-001-V1-primary:active,
.NV-Button-Double-001-V1-secondary:active {
    transform: scale(0.99);
}

/* Mobil nézet */
@media (max-width: 767px) {
    .NV-Button-Double-001-V1-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; 
    }
    
    .NV-Button-Double-001-V1-primary, 
    .NV-Button-Double-001-V1-secondary {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 20px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Text-Simple-001-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* Alapszöveg: A megadott paletta középszürke (Semleges) árnyalata */
.NV-Text-Simple-001-V1 {
    font-size: 0.85rem;
    margin-top: -15px;
    color: #737373;
}

/* Kiemelések: A kék skála sötétebb, elegáns árnyalata */
.NV-Text-Simple-001-V1 strong {
    font-weight: 700;
}

/* Mobil nézet */
@media (max-width: 767px) {
    .NV-Text-Simple-001-V1 {
        font-size: 0.75rem;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Graphic-TravelPlanner-001-V2
    Divi5 setup:    Module class = "NV-Graphic-TravelPlanner-001-V2-module"
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Graphic-TravelPlanner-001-V2-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.NV-Graphic-TravelPlanner-001-V2-module > div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.NV-Graphic-TravelPlanner-001-V2 {
    flex-shrink: 0;
    width: 100%;
    max-width: 600px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2; 
    border-radius: 12px;
    box-shadow: 0 15px 35px -10px rgba(22, 38, 58, 0.08);
    
    transform: rotate(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-sizing: border-box;
}

.NV-Graphic-TravelPlanner-001-V2:hover {
    transform: rotate(0deg) scale(1.01);
}

.NV-Graphic-TravelPlanner-001-V2-header,
.NV-Graphic-TravelPlanner-001-V2-footer,
.NV-Graphic-TravelPlanner-001-V2-value,
.NV-Graphic-TravelPlanner-001-V2-badge,
.NV-Graphic-TravelPlanner-001-V2-next {
    display: flex;
    align-items: center;
}

.NV-Graphic-TravelPlanner-001-V2-header,
.NV-Graphic-TravelPlanner-001-V2-footer,
.NV-Graphic-TravelPlanner-001-V2-value {
    justify-content: space-between;
}

.NV-Graphic-TravelPlanner-001-V2-header {
    margin-bottom: 24px;
}

.NV-Graphic-TravelPlanner-001-V2-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #16263A; 
}

.NV-Graphic-TravelPlanner-001-V2-badge {
    justify-content: center;
    gap: 4px;
    padding: 4px 10px;
    background: #CCEFF5; 
    color: #288DA1; 
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.NV-Graphic-TravelPlanner-001-V2-badge .NV-Graphic-TravelPlanner-001-V2-mso {
    font-size: 14px;
}

.NV-Graphic-TravelPlanner-001-V2-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.NV-Graphic-TravelPlanner-001-V2-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.NV-Graphic-TravelPlanner-001-V2-indicator-active {
    background: #7DD5E5; 
    box-shadow: 0 0 0 4px #E9FAFE;
}

.NV-Graphic-TravelPlanner-001-V2-indicator-empty {
    background: #F2F2F2; 
}

.NV-Graphic-TravelPlanner-001-V2-line {
    width: 2px;
    height: 24px;
    background: #F2F2F2;
    margin-left: 3px;
}

.NV-Graphic-TravelPlanner-001-V2-box {
    flex: 1;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
}

.NV-Graphic-TravelPlanner-001-V2-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #171717; 
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    font-weight: 600;
}

.NV-Graphic-TravelPlanner-001-V2-value {
    font-weight: 500;
    font-size: 14px;
    color: #16263A; 
}

.NV-Graphic-TravelPlanner-001-V2-value .NV-Graphic-TravelPlanner-001-V2-mso {
    font-size: 18px;
    color: #7DD5E5;
}

.NV-Graphic-TravelPlanner-001-V2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.NV-Graphic-TravelPlanner-001-V2-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #E9FAFE;
    border: 1px solid #CCEFF5;
    border-radius: 6px;
    font-size: 12px;
    color: #16263A;
}

.NV-Graphic-TravelPlanner-001-V2-tag .NV-Graphic-TravelPlanner-001-V2-mso {
    font-size: 14px;
}

.NV-Graphic-TravelPlanner-001-V2-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    padding: 12px;
    text-align: center;
    border: 2px dashed #F2F2F2; 
    border-radius: 12px;
    font-size: 14px;
    color: #BDBDBD;
    cursor: default;
}

.NV-Graphic-TravelPlanner-001-V2-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #F2F2F2;
}

.NV-Graphic-TravelPlanner-001-V2-amount {
    font-size: 18px;
    font-weight: 700;
    color: #16263A; 
}

.NV-Graphic-TravelPlanner-001-V2-next {
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #16263A; 
    border: none;
    border-radius: 50%;
    color: #FFFFFF; 
    box-shadow: 0 4px 10px rgba(22, 38, 58, 0.15);
    cursor: pointer;
}

.NV-Graphic-TravelPlanner-001-V2-next .NV-Graphic-TravelPlanner-001-V2-mso {
    font-size: 24px;
}

@media (max-width: 767px) {
    .NV-Graphic-TravelPlanner-001-V2 {
        max-width: 100%;
        transform: rotate(0deg) !important; 
        padding: 16px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Graphic-Compare-001-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOME PAGE
-------------------------------------------------------------- */
/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Graphic-Compare-001-V2-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

/* Legkülső befoglaló elem */
.NV-Graphic-Compare-001-V2-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    padding: 30px; /* Alap padding */
    border-radius: 20px;
    box-sizing: border-box;
}

/* MOBIL FINOMHANGOLÁS - CSAK A LEGKÜLSŐ PADDING VÁLTOZIK */
@media (max-width: 767px) {
    .NV-Graphic-Compare-001-V2-wrapper {
        padding: 10px 5px; /* Csak a legkülső keret paddingje csökken */
    }
}

/* Desktop nézet (>= 1024px) */
@media (min-width: 1024px) {
    .NV-Graphic-Compare-001-V2-wrapper {
        grid-template-columns: 280px 1fr;
    }
}

.NV-Graphic-Compare-001-V2-header h2 {
    margin: 0 0 16px 0;
    color: #16263A;
}

.NV-Graphic-Compare-001-V2-header p {
    margin: 0;
    color: #737373;
}

.NV-Graphic-Compare-001-V2-card-title {
    text-align: center;
    margin: 0 !important;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #16263A;
    letter-spacing: -0.02em;
}

.NV-Graphic-Compare-001-V2-grid-scroll {
    overflow-x: auto;
    padding-bottom: 24px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.NV-Graphic-Compare-001-V2-grid-scroll::-webkit-scrollbar { display: none; }

.NV-Graphic-Compare-001-V2-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr); /* Eredeti szélesség megtartva */
    gap: 20px; /* Eredeti gap megtartva */
    align-items: stretch;
}

.NV-Graphic-Compare-001-V2-card {
    padding: 25px 20px; /* Eredeti belső padding megtartva */
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.NV-Graphic-Compare-001-V2-card-muted {
    background-color: #FFFFFF;
    border-color: #F2F2F2;
}

.NV-Graphic-Compare-001-V2-card-highlight {
    background-color: #E9FAFE;
    border-color: #7DD5E5;
    border-width: 2px;
    box-shadow: 0 12px 30px -5px rgba(125, 213, 229, 0.25);
}

.NV-Graphic-Compare-001-V2-rows {
    display: flex;
    flex-direction: column;
    gap: 28px; /* Eredeti gap a sorok között */
    flex: 1;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.NV-Graphic-Compare-001-V2-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.NV-Graphic-Compare-001-V2-row p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}

.NV-Graphic-Compare-001-V2-label {
    color: #288DA1;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.NV-Graphic-Compare-001-V2-value-bold {
    font-weight: 700;
    color: #16263A;
}

.NV-Graphic-Compare-001-V2-value {
    color: #16263A;
}

.NV-Graphic-Compare-001-V2-badge {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #7DD5E5;
    color: #16263A;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(125, 213, 229, 0.3);
    z-index: 10;
    text-transform: uppercase;
}

/* Tablet nézet */
@media (min-width: 768px) and (max-width: 1023px) {
    .NV-Graphic-Compare-001-V2-grid {
        grid-auto-columns: minmax(200px, 1fr);
        gap: 15px;
    }
}


















/* --------------------------------------------------------------
    Element:        NV-Grid-Benefits-001-V2
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Grid-Benefits-001-V2-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    /* Alap beállítások ehhez a gridhez */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Konténer és Rács elrendezése */
.NV-Grid-Benefits-001-V2-wrapper {
    width: 100%;
}

.NV-Grid-Benefits-001-V2-matrix {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Kártya alapstílusa */
.NV-Grid-Benefits-001-V2-card {
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #F2F2F2; 
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); 
}

.NV-Grid-Benefits-001-V2-card:hover {
    border-color: #BDBDBD;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.08);
}

/* Kártya fejléc */
.NV-Grid-Benefits-001-V2-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.NV-Grid-Benefits-001-V2-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #5FC3D5; 
}

.NV-Grid-Benefits-001-V2-header h4 {
    margin: 0;
    padding: 0;
    color: #16263A; 
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Kártya szöveges tartalma */
.NV-Grid-Benefits-001-V2-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.NV-Grid-Benefits-001-V2-body p {
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.NV-Grid-Benefits-001-V2-prob {
    color: #737373; 
    font-style: italic;
    font-size: 0.95rem;
}

.NV-Grid-Benefits-001-V2-sol {
    color: #16263A; 
    margin-top: auto !important;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding-top: 15px;
}

.NV-Grid-Benefits-001-V2-sol::before {
    content: "Megoldás: ";
    color: #288DA1; 
    font-weight: 700;
}

@media (max-width: 980px) {
    .NV-Grid-Benefits-001-V2-matrix {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .NV-Grid-Benefits-001-V2-matrix {
        grid-template-columns: 1fr;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Graphic-Process-001-V2
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Graphic-Process-001-V2-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 32;
}

.NV-Graphic-Process-001-V2-section {
    padding: 40px 0;
}

.NV-Graphic-Process-001-V2-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 10px;
}

.NV-Graphic-Process-001-V2-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    width: 100%;
}

/* Összekötő vonal - Csak asztali nézetben */
.NV-Graphic-Process-001-V2-steps::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50px; 
    right: 50px;
    height: 2px;
    background: linear-gradient(to right, 
        rgba(190, 225, 234, 0) 0%, 
        rgba(190, 225, 234, 1) 50%, 
        rgba(190, 225, 234, 0) 100%
    );
    z-index: 0;
    border-radius: 2px;
}

.NV-Graphic-Process-001-V2-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    min-width: 120px;
}

.NV-Graphic-Process-001-V2-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    border: 2px solid #BEE1EA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(22, 38, 58, 0.05);
    color: #16263A;
    flex-shrink: 0;
}

.NV-Graphic-Process-001-V2-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
    background-color: #16263A;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFFFFF;
}

.NV-Graphic-Process-001-V2-content-block {
    display: flex;
    flex-direction: column;
}

.NV-Graphic-Process-001-V2-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #16263A;
    margin-bottom: 8px;
}

.NV-Graphic-Process-001-V2-step-text {
    padding: 0 10px;
    color: #16263A;
    opacity: 0.8;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

/* MOBIL NÉZET */
@media (max-width: 767px) {
    .NV-Graphic-Process-001-V2-steps {
        flex-direction: column;
        gap: 35px;
    }

    .NV-Graphic-Process-001-V2-steps::before { display: none; }

    .NV-Graphic-Process-001-V2-step {
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
        gap: 20px;
    }

    .NV-Graphic-Process-001-V2-icon-wrapper {
        margin: 0;
        width: 70px;
        height: 70px;
    }

    .NV-Graphic-Process-001-V2-content-block {
        justify-content: center;
    }

    .NV-Graphic-Process-001-V2-step-title {
        margin: 0 0 2px 0;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .NV-Graphic-Process-001-V2-step-text {
        padding: 0;
        font-size: 0.9rem;
    }

    .NV-Graphic-Process-001-V2-number {
        width: 22px;
        height: 22px;
        font-size: 11px;
        top: -6px;
        right: -6px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Grid-Services-001-V3
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MATERIAL SYMBOLS ALAPBEÁLLÍTÁS */
.NV-Grid-Services-001-V3-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.NV-Grid-Services-001-V3-module {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important; 
}

.NV-Grid-Services-001-V3-container {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.NV-Grid-Services-001-V3-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px; /* Sűrűbb gap mobilon */
    width: 100% !important;
    max-width: 100% !important; 
    margin: 0 !important;
}

/* MOBIL SPECIFIKUS NÉGYZETES ELRENDEZÉS */
@media (max-width: 767px) {
    .NV-Grid-Services-001-V3-card {
        aspect-ratio: 1 / 1; /* Alapértelmezett négyzet alak */
        min-height: 300px; /* Biztonsági minimum magasság */
        height: auto; /* Engedi a növekedést ha kell a contentnek */
    }
    .NV-Grid-Services-001-V3-card__content {
        padding: 24px !important; /* Kicsit sűrűbb belső padding */
    }
    .NV-Grid-Services-001-V3-card__title {
        font-size: 20px !important;
    }
    .NV-Grid-Services-001-V3-card__desc {
        font-size: 14px !important;
    }
}

/* Tablet nézet (768px - 1023px) */
@media (min-width: 768px) {
    .NV-Grid-Services-001-V3-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        grid-auto-rows: 450px;
    }
}

/* Desktop nézet (>= 1024px) */
@media (min-width: 1024px) {
    .NV-Grid-Services-001-V3-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        grid-auto-rows: 450px;
    }
    .NV-Grid-Services-001-V3-card--wide { grid-column: span 2; }
    .NV-Grid-Services-001-V3-card--tall { grid-row: span 2; }
    .NV-Grid-Services-001-V3-card--full { grid-column: span 3; }
}

.NV-Grid-Services-001-V3-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #F2F2F2; 
    width: 100%;
    box-shadow: 0 10px 30px rgba(22, 38, 58, 0.1);
    border: 1px solid #F2F2F2;
}

.NV-Grid-Services-001-V3-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 1;
}

.NV-Grid-Services-001-V3-card:hover .NV-Grid-Services-001-V3-card__bg {
    transform: scale(1.05);
}

.NV-Grid-Services-001-V3-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    z-index: 2;
}

.NV-Grid-Services-001-V3-card__content {
    position: relative;
    z-index: 3;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .NV-Grid-Services-001-V3-card__content { padding: 40px; }
}

.NV-Grid-Services-001-V3-card__title {
    margin: 0 0 12px 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}

.NV-Grid-Services-001-V3-card__desc {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
}

/* Gomb stílusok */
.NV-Grid-Services-001-V3-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 500;
}

.NV-Grid-Services-001-V3-card__btn:hover {
    background: #7DD5E5; 
    color: #16263A; 
    border-color: #7DD5E5;
}

.NV-Grid-Services-001-V3-card__btn .NV-Grid-Services-001-V3-mso {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.NV-Grid-Services-001-V3-card__btn:hover .NV-Grid-Services-001-V3-mso {
    transform: translateX(5px);
}

/* Kiemelt kártya (Featured) */
.NV-Grid-Services-001-V3-card--featured {
    background-color: #7DD5E5;
    border: 1px solid #7DD5E5;
}

.NV-Grid-Services-001-V3-card--featured .NV-Grid-Services-001-V3-card__overlay {
    display: none;
}

.NV-Grid-Services-001-V3-card--featured .NV-Grid-Services-001-V3-card__title,
.NV-Grid-Services-001-V3-card--featured .NV-Grid-Services-001-V3-card__desc {
    color: #16263A;
}

.NV-Grid-Services-001-V3-card__icon-box {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid #BDBDBD;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16263A;
    z-index: 4;
}

.NV-Grid-Services-001-V3-card__icon-box .NV-Grid-Services-001-V3-mso {
    font-size: 30px;
}

@media (min-width: 768px) {
    .NV-Grid-Services-001-V3-card__icon-box { top: 40px; left: 40px; width: 70px; height: 70px; }
    .NV-Grid-Services-001-V3-card__icon-box .NV-Grid-Services-001-V3-mso { font-size: 35px; }
}

.NV-Grid-Services-001-V3-card--featured .NV-Grid-Services-001-V3-card__btn {
    background-color: rgba(22, 38, 58, 0.08);
    border-color: #737373;
    color: #16263A;
}

.NV-Grid-Services-001-V3-card--featured .NV-Grid-Services-001-V3-card__btn:hover {
    background-color: #16263A;
    border-color: #16263A;
    color: #FFFFFF;
}



















/* --------------------------------------------------------------
    Element:        NV-Badge-Simple-001-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* EGYEDI MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Badge-Simple-001-v1-mso {
    /* Meghívjuk a globálisan (PHP-ból) betöltött fontot */
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    transition: color 0.3s ease;
    user-select: none;
    /* Specifikus beállítások, amik csak itt érvényesülnek */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.NV-Badge-Simple-001-v1-section {
    max-width: 100%;
}

.NV-Badge-Simple-001-v1-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 12px;
}

.NV-Badge-Simple-001-v1-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 9999px;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(22, 38, 58, 0.04);
    white-space: nowrap;
}

/* Ikon színe alapállapotban - csak ebben a modulban */
.NV-Badge-Simple-001-v1-badge .NV-Badge-Simple-001-v1-mso {
    color: #737373;
}

/* Interakció: Prémium Türkiz hatás */
.NV-Badge-Simple-001-v1-badge:hover {
    border-color: #7DD5E5;
    color: #288DA1;
    background-color: #E9FAFE;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(125, 213, 229, 0.15);
}

.NV-Badge-Simple-001-v1-badge:hover .NV-Badge-Simple-001-v1-mso {
    color: #288DA1;
}

/* Reszponzivitás */
@media (max-width: 767px) {
    .NV-Badge-Simple-001-v1-badge {
        padding: 5px 12px;
        font-size: 13px;
    }
    .NV-Badge-Simple-001-v1-badge .NV-Badge-Simple-001-v1-mso {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .NV-Badge-Simple-001-v1-badge {
        padding: 6px 13px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Graphic-Chat-001-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Graphic-Chat-001-V1-smo {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px; /* Ikon méret igazítása a fejlécbe */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.NV-Graphic-Chat-001-V1-card-container {
    background: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    padding: 0;
    min-height: 200px;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(22, 38, 58, 0.05);
}

/* Chat Fejléc */
.NV-Graphic-Chat-001-V1-header {
    padding: 12px 20px;
    border-bottom: 1px solid #F2F2F2;
    background-color: #FFFFFF;
}

.NV-Graphic-Chat-001-V1-agent-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.NV-Graphic-Chat-001-V1-avatar {
    width: 36px;
    height: 36px;
    background-color: #CCEFF5; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #288DA1; 
}

.NV-Graphic-Chat-001-V1-agent-name {
    font-weight: 700;
    font-size: 13px;
    color: #16263A; 
    line-height: 1.2;
}

.NV-Graphic-Chat-001-V1-status {
    font-size: 11px;
    color: #288DA1; 
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
}

.NV-Graphic-Chat-001-V1-status-dot {
    width: 6px;
    height: 6px;
    background-color: #7DD5E5; 
    border-radius: 50%;
    box-shadow: 0 0 0 2px #E9FAFE;
}

/* Chat Buborékok */
.NV-Graphic-Chat-001-V1-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.NV-Graphic-Chat-001-V1-bubble {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    max-width: 85%;
}

.NV-Graphic-Chat-001-V1-user-bubble {
    align-self: flex-end;
    background-color: #E9FAFE; 
    color: #171717; 
    border: 1px solid #CCEFF5;
    border-bottom-right-radius: 2px;
}

.NV-Graphic-Chat-001-V1-support-bubble {
    align-self: flex-start;
    background-color: #FFFFFF;
    color: #171717;
    border: 1px solid #F2F2F2;
    border-bottom-left-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* Reszponzivitás */
@media (max-width: 767px) {
    .NV-Graphic-Chat-001-V1-card-container {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .NV-Graphic-Chat-001-V1-bubble {
        max-width: 90%;
    }
}




















/* --------------------------------------------------------------
    Element:        NV-Grid-Prices-001-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Grid-Prices-001-V2-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: #7DD5E5;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 20;
    flex-shrink: 0;
}

.NV-Grid-Prices-001-V2-section {
    padding: 40px 0;
}

.NV-Grid-Prices-001-V2-header {
    text-align: center;
    margin-bottom: 40px;
}

.NV-Grid-Prices-001-V2-title {
    color: #16263A; 
    margin: 0 0 12px 0;
    font-size: 2.5rem;
    font-weight: 800;
}

.NV-Grid-Prices-001-V2-subtitle {
    color: #737373; 
    margin: 0;
    font-size: 1.1rem;
}

/* --- RÁCS ELRENDEZÉS --- */
.NV-Grid-Prices-001-V2-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px; /* Alap padding asztali nézethez */
    box-sizing: border-box;
}

/* --- KÁRTYA ALAPSTÍLUS --- */
.NV-Grid-Prices-001-V2-card {
    background: #FFFFFF;
    border: 1px solid #F2F2F2; 
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* POPULAR / KIEMELT KÁRTYA */
.NV-Grid-Prices-001-V2-card--popular {
    border: 1px solid #A3E2F0; 
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px -10px rgba(22, 38, 58, 0.08);
}

.NV-Grid-Prices-001-V2-popular-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #7DD5E5; 
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* --- SZÖVEGEK --- */
.NV-Grid-Prices-001-V2-plan-name { 
    font-size: 1.5rem; 
    font-weight: 700; 
    color: #16263A; 
    margin: 0 0 8px 0; 
}

.NV-Grid-Prices-001-V2-plan-desc { 
    font-size: 0.95rem; 
    color: #737373; 
    margin-bottom: 24px; 
    line-height: 1.6; 
}

.NV-Grid-Prices-001-V2-plan-price { 
    font-size: 2.75rem; 
    font-weight: 800; 
    color: #16263A; 
    margin: 0 0 24px 0; 
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.NV-Grid-Prices-001-V2-price-unit { 
    font-size: 1rem; 
    font-weight: 500; 
    color: #BDBDBD; 
}

/* --- FUNKCIÓ LISTA --- */
.NV-Grid-Prices-001-V2-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}

.NV-Grid-Prices-001-V2-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: #737373;
    margin-bottom: 14px;
    line-height: 1.4;
}

.NV-Grid-Prices-001-V2-plan-features li.active {
    color: #171717;
    font-weight: 500;
}

/* --- GOMBOK --- */
.NV-Grid-Prices-001-V2-plan-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    text-decoration: none;
    display: block;
}

.NV-Grid-Prices-001-V2-btn--outline {
    background: #FFFFFF; 
    border: 1px solid #BDBDBD; 
    color: #16263A; 
}

.NV-Grid-Prices-001-V2-btn--outline:hover { 
    background: #F2F2F2; 
    border-color: #16263A; 
}

.NV-Grid-Prices-001-V2-btn--solid { 
    background: #16263A; 
    color: #FFFFFF; 
}

.NV-Grid-Prices-001-V2-btn--solid:hover { 
    background: #2B4366; 
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(22, 38, 58, 0.2);
}

/* --- MOBIL FINOMHANGOLÁS --- */
@media (max-width: 767px) {
    .NV-Grid-Prices-001-V2-grid {
        padding: 10px; /* Kisebb külső szegély mobilon */
        gap: 16px;
    }

    .NV-Grid-Prices-001-V2-card {
        padding: 20px; /* Sűrűbb belső tartalom */
    }

    .NV-Grid-Prices-001-V2-title { font-size: 1.75rem; }

    .NV-Grid-Prices-001-V2-plan-name { font-size: 1.25rem; margin-bottom: 4px; }
    .NV-Grid-Prices-001-V2-plan-desc { font-size: 0.85rem; margin-bottom: 16px; line-height: 1.4; }
    .NV-Grid-Prices-001-V2-plan-price { font-size: 2.25rem; margin-bottom: 16px; }

    .NV-Grid-Prices-001-V2-plan-features { margin-bottom: 20px; }
    .NV-Grid-Prices-001-V2-plan-features li { margin-bottom: 8px; font-size: 0.9rem; }
    
    .NV-Grid-Prices-001-V2-popular-badge {
        top: 10px;
        right: 10px;
        font-size: 0.6rem;
        padding: 4px 10px;
    }

    .NV-Grid-Prices-001-V2-plan-btn { padding: 12px; }
}

/* Tablet: 768px – 1023px */
@media (min-width: 768px) {
    .NV-Grid-Prices-001-V2-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: ≥ 1024px */
@media (min-width: 1024px) {
    .NV-Grid-Prices-001-V2-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .NV-Grid-Prices-001-V2-card--popular {
        transform: scale(1.05);
        z-index: 10;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-From-OptIn-001-V4
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOME PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-From-OptIn-001-V4-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.NV-From-OptIn-001-V1-section {
    padding: 20px 0;
    width: 100%;
}

.NV-From-OptIn-001-V1-card {
    width: 100%;
    background-color: #7DD5E5;
    border-radius: 24px;
    padding: 30px 12px; /* Mobilon csökkentett padding */
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .NV-From-OptIn-001-V1-card { padding: 60px 30px; }
    .NV-From-OptIn-001-V1-section { padding: 40px 0; }
}

.NV-From-OptIn-001-V1-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #ffffff 10px, #ffffff 11px);
}

.NV-From-OptIn-001-V1-title { 
    font-size: clamp(22px, 5vw, 36px); 
    font-weight: 800; 
    color: #ffffff; 
    margin: 0 0 10px 0 !important; 
    position: relative; 
    z-index: 2; 
    line-height: 1.2;
}

.NV-From-OptIn-001-V1-subtitle { 
    font-size: 15px; 
    color: rgba(255, 255, 255, 0.95); 
    margin: 0 auto !important; 
    max-width: 700px; 
    position: relative; 
    z-index: 2; 
    line-height: 1.4;
}

.NV-From-OptIn-001-V1-capsule-pro {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 950px;
    margin: 30px auto 0;
    background: #ffffff;
    padding: 20px 15px; /* Mobilon csökkentett belső padding */
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(22, 38, 58, 0.12);
    text-align: left;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .NV-From-OptIn-001-V1-capsule-pro { padding: 40px; border-radius: 32px; }
}

.NV-From-OptIn-001-V1-optional-hidden { display: none; }
.NV-From-OptIn-001-V1-optional-visible { 
    display: block !important; 
    animation: NV-From-OptIn-001-V1-fadeIn 0.4s ease forwards; 
}

@keyframes NV-From-OptIn-001-V1-fadeIn { 
    from { opacity: 0; transform: translateY(10px); } 
    to { opacity: 1; transform: translateY(0); } 
}

/* Checkbox Igazítás */
.NV-From-OptIn-001-V1-checkbox-wrapper { margin: 25px 0 10px 0; }
.NV-From-OptIn-001-V1-custom-checkbox { 
    display: inline-flex; 
    align-items: center; 
    cursor: pointer; 
    font-size: 14px; 
    color: #737373; 
    line-height: 1.3;
}
.NV-From-OptIn-001-V1-custom-checkbox input { position: absolute; opacity: 0; }
.NV-From-OptIn-001-V1-checkmark { 
    height: 20px; width: 20px; background-color: #F2F2F2; border: 1.5px solid #BDBDBD; 
    border-radius: 6px; margin-right: 12px; position: relative; transition: 0.2s; flex-shrink: 0;
}
.NV-From-OptIn-001-V1-custom-checkbox input:checked ~ .NV-From-OptIn-001-V1-checkmark { background-color: #7DD5E5; border-color: #7DD5E5; }
.NV-From-OptIn-001-V1-checkmark:after { 
    content: ""; position: absolute; display: none; left: 6px; top: 2px; width: 5px; height: 10px; 
    border: solid white; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); 
}
.NV-From-OptIn-001-V1-custom-checkbox input:checked ~ .NV-From-OptIn-001-V1-checkmark:after { display: block; }

/* Tag / Chip stílus */
.NV-From-OptIn-001-V1-tag-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.NV-From-OptIn-001-V1-tag { cursor: pointer; }
.NV-From-OptIn-001-V1-tag input { position: absolute; opacity: 0; width: 0; height: 0; }
.NV-From-OptIn-001-V1-tag span {
    display: inline-block; padding: 6px 14px; background-color: #F2F2F2; border: 1.5px solid #F2F2F2;
    border-radius: 50px; font-size: 13px; font-weight: 500; color: #737373; transition: 0.3s;
}
.NV-From-OptIn-001-V1-tag input:checked + span { background-color: #E9FAFE; border-color: #7DD5E5; color: #288DA1; }

/* Form Rács */
.NV-From-OptIn-001-V1-form-row { display: flex; flex-direction: column; gap: 20px; }
.NV-From-OptIn-001-V1-form-row-4, .NV-From-OptIn-001-V1-form-row-3 { display: flex; flex-direction: column; gap: 20px; }

@media (min-width: 768px) {
    .NV-From-OptIn-001-V1-form-row { flex-direction: row; }
    .NV-From-OptIn-001-V1-form-row-4 { display: grid; grid-template-columns: repeat(2, 1fr); }
    .NV-From-OptIn-001-V1-form-row-3 { display: grid; grid-template-columns: repeat(2, 1fr); }
    .NV-From-OptIn-001-V1-input-group { flex: 1; }
}

@media (min-width: 1024px) { 
    .NV-From-OptIn-001-V1-form-row-4 { grid-template-columns: repeat(4, 1fr); }
    .NV-From-OptIn-001-V1-form-row-3 { grid-template-columns: repeat(3, 1fr); }
}

.NV-From-OptIn-001-V1-mt-25 { margin-top: 25px; }

.NV-From-OptIn-001-V1-input-group { display: flex; flex-direction: column; }
.NV-From-OptIn-001-V1-form-label { font-size: 10px; font-weight: 800; text-transform: uppercase; color: #171717; margin-bottom: 4px; letter-spacing: 0.05em; }

.NV-From-OptIn-001-V1-form-input, .NV-From-OptIn-001-V1-textarea-minimal, .NV-From-OptIn-001-V1-select-custom {
    width: 100%; background: transparent !important; border: none !important;
    border-bottom: 1.5px solid #F2F2F2 !important; padding: 8px 0 !important;
    font-size: 15px; outline: none !important; color: #171717; border-radius: 0 !important;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .NV-From-OptIn-001-V1-textarea-minimal {
        min-height: 54px !important;
    }
}

.NV-From-OptIn-001-V1-select-custom {
    appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important; background-position: right center !important;
}

.NV-From-OptIn-001-V1-textarea-minimal { min-height: 38px; resize: none; overflow: hidden; transition: border-color 0.3s; }
.NV-From-OptIn-001-V1-form-input:focus, .NV-From-OptIn-001-V1-textarea-minimal:focus, .NV-From-OptIn-001-V1-select-custom:focus { border-bottom-color: #7DD5E5 !important; }

.NV-From-OptIn-001-V1-submit-btn-pro {
    background-color: #16263A; color: #ffffff; border: none; border-radius: 16px;
    padding: 18px 30px; font-weight: 700; width: 100%; cursor: pointer;
    margin-top: 30px; transition: 0.3s; display: flex; justify-content: center; align-items: center; gap: 12px;
}
.NV-From-OptIn-001-V1-submit-btn-pro:hover { background-color: #2B4366; box-shadow: 0 10px 20px rgba(22, 38, 58, 0.2); }

.NV-From-OptIn-001-V1-footer { font-size: 11px; color: rgba(255, 255, 255, 0.85); margin-top: 20px; text-align: center; }



















/* --------------------------------------------------------------
    Element:        NV-Grid-Contacts-001-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       CONTACT PAGE
-------------------------------------------------------------- */

/* Konténer elrendezése - Minimális vertikális hézaggal */
.NV-Grid-Contacts-001-V1-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 5px 0;
    width: 100%;
}

/* Egy elem egység stílusa */
.NV-Grid-Contacts-001-V1-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 4px 10px;
}

/* Ikon doboz - Kompakt méret a szorosabb szöveghez */
.NV-Grid-Contacts-001-V1-icon-box {
    width: 40px;
    height: 40px;
    background-color: #E9FAFE;
    border: 1px solid #CCEFF5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Material Symbols - Kisebb méret a feszességért */
.NV-Grid-Contacts-001-V1-mso {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
    font-size: 18px;
    color: #288DA1; 
    display: inline-block;
    line-height: 1;
}

/* Tartalmi szekció - Szuper-szoros függőleges elrendezés */
.NV-Grid-Contacts-001-V1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2px; /* Ikonhoz igazítás */
}

/* Cím stílusa - Szoros sorközzel és nulla margóval */
.NV-Grid-Contacts-001-V1-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #171717;
}

/* Leíró szöveg stílusa - Közvetlenül a cím alatt */
.NV-Grid-Contacts-001-V1-text {
    margin: 0;
    padding: 0;
    color: #737373;
}

/* Link stílusa - Margó nélkül az adatok alatt */
.NV-Grid-Contacts-001-V1-link {
    color: #288DA1;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1px; /* Minimális elválasztás a jobb olvashatóságért */
    transition: color 0.3s ease;
    display: block;
    width: fit-content;
}

.NV-Grid-Contacts-001-V1-link:hover {
    color: #5FC3D5;
    text-decoration: underline;
}



















/* --------------------------------------------------------------
    Element:        NV-Badge-Card-001-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       CONTACT PAGE
-------------------------------------------------------------- */

/* Fő kártya konténer - Prémium sötét türkiz háttérrel */
.NV-Badge-Card-001-V1-support-card {
    position: relative;
    overflow: hidden;
    background-color: #288DA1;
    border-radius: 16px;
    padding: 40px;
    color: #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(22, 38, 58, 0.2);
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

/* Dekorációs elemek a háttérben - Elegáns fényhatások */
.NV-Badge-Card-001-V1-support-card::before,
.NV-Badge-Card-001-V1-support-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(125, 213, 229, 0.15);
    filter: blur(40px);
    z-index: 1;
}

.NV-Badge-Card-001-V1-support-card::before {
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
}

.NV-Badge-Card-001-V1-support-card::after {
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
}

/* Tartalom elrendezése */
.NV-Badge-Card-001-V1-support-content {
    position: relative;
    z-index: 10;
}

/* Fejléc elrendezése */
.NV-Badge-Card-001-V1-support-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

/* Ikon stílusa */
.NV-Badge-Card-001-V1-support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 12px;
}

/* Google Material Symbols egyedi formázása */
.NV-Badge-Card-001-V1-mso {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 32;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
    display: inline-block;
}

/* Cím stílusa */
.NV-Badge-Card-001-V1-support-title {
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: none;
}

/* Leíró szöveg */
.NV-Badge-Card-001-V1-support-text {
    line-height: 1.6;
    color: #E9FAFE;
    margin: 0 0 32px 0;
    max-width: 480px;
}

/* Sürgősségi gomb - Kontrasztos fehér */
.NV-Badge-Card-001-V1-support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background-color: #FFFFFF;
    color: #288DA1;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.NV-Badge-Card-001-V1-support-button:hover {
    background-color: #E9FAFE;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Reszponzivitás */

/* Tablet: 768px – 1023px */
@media (max-width: 1023px) {
    .NV-Badge-Card-001-V1-support-card {
        padding: 32px;
    }
}

/* Telefon: ≤ 767px */
@media (max-width: 767px) {
    .NV-Badge-Card-001-V1-support-card {
        padding: 24px;
        text-align: center;
    }

    .NV-Badge-Card-001-V1-support-header {
        flex-direction: column;
        gap: 12px;
    }

    .NV-Badge-Card-001-V1-support-button {
        width: 100%;
    }
    
    .NV-Badge-Card-001-V1-support-text {
        margin-bottom: 24px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Badge-Socials-001-V1
    Divi5 setup:    N/A
    External:       Bootstrap
    Location:       CONTACT PAGE
-------------------------------------------------------------- */

/* Konténer alapbeállítások */
.NV-Badge-Socials-001-V1-container {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}

/* Alcím - Manrope font */
.NV-Badge-Socials-001-V1-title {
    font-family: 'Manrope', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #737373 !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Ikon rács */
.NV-Badge-Socials-001-V1-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
}

/* A gombok alapstílusa */
.NV-Badge-Socials-001-V1-item {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* BOOTSTRAP ICONS JAVÍTÁS */
.NV-Badge-Socials-001-V1-item i {
    /* A Bootstrap Icons alapból beállítja magát, de így biztosítjuk a méretet */
    font-size: 20px !important; 
    display: inline-flex !important;
    line-height: 1;
}

/* Hover - Türkiz hatás */
.NV-Badge-Socials-001-V1-item:hover {
    border-color: #7DD5E5; 
    background-color: #E9FAFE;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(125, 213, 229, 0.2);
}

.NV-Badge-Socials-001-V1-item:hover i {
    color: #288DA1;
}

/* Mobil nézet */
@media (max-width: 767px) {
    .NV-Badge-Socials-001-V1-item {
        width: 46px;
        height: 46px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Form-Contact-001-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       CONTACT PAGE
-------------------------------------------------------------- */

/* MODUL SPECIFIKUS IKON OSZTÁLY */
.NV-Form-Contact-001-V1-mso {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

/* KÁRTYA STRUKTÚRA */
.NV-Form-Contact-001-V1-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(22, 38, 58, 0.12);
    border: 1px solid #F2F2F2;
    position: relative;
    overflow: hidden;
}

.NV-Form-Contact-001-V1-gradient-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #7DD5E5, #288DA1);
}

.NV-Form-Contact-001-V1-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.NV-Form-Contact-001-V1-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 767px) {
    .NV-Form-Contact-001-V1-row { grid-template-columns: 1fr; }
    .NV-Form-Contact-001-V1-card { padding: 30px 20px; }
}

/* MINIMALISTA MEZŐK */
.NV-Form-Contact-001-V1-group {
    display: flex;
    flex-direction: column;
}

.NV-Form-Contact-001-V1-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: #171717;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}

.NV-Form-Contact-001-V1-input,
.NV-Form-Contact-001-V1-select,
.NV-Form-Contact-001-V1-textarea {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1.5px solid #F2F2F2 !important;
    padding: 8px 0 !important;
    font-size: 15px;
    outline: none !important;
    color: #171717;
    border-radius: 0 !important;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* TEXTAREA SPECIFIKUS: Egy soros kezdés */
.NV-Form-Contact-001-V1-textarea {
    min-height: 28px; /* Egy sornyi magasság */
    height: 28px;
    resize: none;
    overflow: hidden; /* Gördítősáv elrejtése a tágulásig */
    line-height: 1.4;
    display: block;
}

.NV-Form-Contact-001-V1-input:focus,
.NV-Form-Contact-001-V1-select:focus,
.NV-Form-Contact-001-V1-textarea:focus {
    border-bottom-color: #7DD5E5 !important;
    background: transparent !important;
}

.NV-Form-Contact-001-V1-select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

/* CHECKBOX */
.NV-Form-Contact-001-V1-checkbox-group {
    display: flex;
    align-items: center; 
    gap: 12px;
    margin-top: 10px;
}

.NV-Form-Contact-001-V1-checkbox-group input {
    accent-color: #7DD5E5;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

.NV-Form-Contact-001-V1-checkbox-group label {
    font-size: 13px;
    color: #737373;
    line-height: 1.2;
    cursor: pointer;
}

/* SUBMIT GOMB */
.NV-Form-Contact-001-V1-submit {
    background-color: #16263A;
    color: #FFFFFF;
    font-weight: 700;
    padding: 18px 30px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    font-size: 16px;
    margin-top: 10px;
}

.NV-Form-Contact-001-V1-submit:hover {
    background-color: #2B4366;
    box-shadow: 0 10px 20px rgba(22, 38, 58, 0.2);
}

.NV-Form-Contact-001-V1-submit:disabled {
    background-color: #BDBDBD;
    cursor: not-allowed;
}

/* SIKER ÜZENET KÁRTYA */
.NV-Form-Contact-001-V1-success-card {
    text-align: center;
    padding: 40px;
    border: 1px solid #F2F2F2;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    animation: NV-Form-Contact-001-V1-fadeIn 0.5s ease forwards;
}

@keyframes NV-Form-Contact-001-V1-fadeIn { 
    from { opacity: 0; transform: translateY(10px); } 
    to { opacity: 1; transform: translateY(0); } 
}



















/* --------------------------------------------------------------
    Element:        NV-Grid-Team-001-V2
    Divi5 setup:    N/A
    External:       Google-material-symbols & Bootstrap
    Location:       CONTACT PAGE
-------------------------------------------------------------- */

/* 1. Dinamikus rács beállítása */
.NV-Grid-Team-001-V2-container {
    display: grid;
    /* A kártyák minimum 280px szélesek, de kitöltik a rendelkezésre álló helyet */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
    width: 100%;
    margin: 0 auto;    /* Középre rendezi a rácsot a lapon */
}

/* 2. Wrapper és Kép */
.NV-Grid-Team-001-V2-item {
    perspective: 1000px;
}

.NV-Grid-Team-001-V2-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background-color: #F2F2F2;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.NV-Grid-Team-001-V2-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s ease;
}

/* 3. Glass Card - Dinamikus tartalomkezelés */
.NV-Grid-Team-001-V2-glass-card {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 75px; 
    
    background: rgba(255, 255, 255, 0.5); 
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    
    border-radius: 20px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    overflow: hidden;
}

.NV-Grid-Team-001-V2-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.NV-Grid-Team-001-V2-wrapper:hover .NV-Grid-Team-001-V2-glass-card {
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(16px) saturate(160%);
}

.NV-Grid-Team-001-V2-indicator-mso {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 20px;
    color: #16263A;
    transition: transform 0.5s ease;
}

.NV-Grid-Team-001-V2-header-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40px;
}

.NV-Grid-Team-001-V2-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #16263A !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.0 !important;
}

.NV-Grid-Team-001-V2-role {
    font-size: 11px;
    color: #288DA1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.NV-Grid-Team-001-V2-bio {
    font-size: 13px;
    color: #171717;
    line-height: 1.5;
    opacity: 0;
    margin-top: 15px;
    overflow-y: auto;
    padding-right: 5px;
    transition: opacity 0.3s ease 0.2s; 
}

.NV-Grid-Team-001-V2-bio::-webkit-scrollbar { width: 3px; }
.NV-Grid-Team-001-V2-bio::-webkit-scrollbar-thumb { background: #288DA1; border-radius: 10px; }

.NV-Grid-Team-001-V2-socials {
    display: flex;
    gap: 16px;
    margin-top: auto; 
    padding-top: 15px;
    justify-content: flex-start; 
    opacity: 0;
    transition: opacity 0.3s ease 0.3s;
}

.NV-Grid-Team-001-V2-social-icon-BT {
    font-size: 18px;
    color: #16263A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.NV-Grid-Team-001-V2-social-icon-BT:hover { color: #5FC3D5; }

/* 4. Hover interakciók */
.NV-Grid-Team-001-V2-wrapper:hover .NV-Grid-Team-001-V2-image {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.NV-Grid-Team-001-V2-wrapper:hover .NV-Grid-Team-001-V2-indicator-mso {
    transform: rotate(180deg);
    color: #5FC3D5;
}

.NV-Grid-Team-001-V2-wrapper:hover .NV-Grid-Team-001-V2-bio,
.NV-Grid-Team-001-V2-wrapper:hover .NV-Grid-Team-001-V2-socials {
    opacity: 1;
}

/* 5. Placeholder ("Ön?") */
.NV-Grid-Team-001-V2-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #BDBDBD;
    background: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.4s ease;
}

.NV-Grid-Team-001-V2-placeholder:hover {
    border: 1px dashed #5FC3D5;
}

.NV-Grid-Team-001-V2-placeholder-mso {
    font-size: 40px;
    color: #7DD5E5;
    margin-bottom: 5px;
    display: block;
    transition: transform 0.5s ease;
}

.NV-Grid-Team-001-V2-placeholder:hover .NV-Grid-Team-001-V2-placeholder-mso {
    transform: rotate(180deg);
}

.NV-Grid-Team-001-V2-link {
    text-decoration: none; 
    display: inline-block;
}

.NV-Grid-Team-001-V2-link:hover .NV-Grid-Team-001-V2-role {
    text-decoration: underline;
}



















/* --------------------------------------------------------------
    Element:        NV-Card-Visual-001-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOW IT WORKS PAGE
-------------------------------------------------------------- */

/* Konténer és alapelrendezés */
.NV-Card-Visual-001-V1-hero-visual {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 650px;
    margin: 20px auto;
    overflow: hidden; /* Belső elemek túlcsordulásának gátlása */
}

/* Prémium Türkiz Glow effektus - Árnyék helyett fényudvar */
.NV-Card-Visual-001-V1-glow-accent {
    position: absolute;
    inset: -15px;
    border-radius: 28px;
    transform: rotate(3deg) scale(1.02);
    filter: blur(20px);
    z-index: 0;
}

/* Kártya alapstruktúra - Árnyék nélkül */
.NV-Card-Visual-001-V1-hero-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: none; /* Árnyék eltávolítva a kérésnek megfelelően */
    z-index: 1;
    background: #FFFFFF;
    aspect-ratio: 4 / 3.5;
    border: 1px solid #F2F2F2;
}

/* Képkezelés 1.03 skálázással */
.NV-Card-Visual-001-V1-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform 0.6s ease-in-out;
}

/* Elegáns sötét átmenet az olvashatóságért */
.NV-Card-Visual-001-V1-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(23, 23, 23, 0.85) 0%, rgba(23, 23, 23, 0) 100%);
}

/* Partner információk blokk */
.NV-Card-Visual-001-V1-partner-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
}

.NV-Card-Visual-001-V1-partner-text {
    font-weight: 500;
}

/* Avatárok csoportosítása */
.NV-Card-Visual-001-V1-avatar-group {
    display: flex;
    padding-left: 12px;
}

.NV-Card-Visual-001-V1-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-left: -12px;
    overflow: hidden;
}

/* Brand avatár */
.NV-Card-Visual-001-V1-brand { 
    background: #7DD5E5; 
}

.NV-Card-Visual-001-V1-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Felhasználói avatár */
.NV-Card-Visual-001-V1-user { 
    background: #F2F2F2; 
    color: #171717; 
}

/* Responzivitás - Tablet (768px – 1023px) */
@media (max-width: 1023px) {
    .NV-Card-Visual-001-V1-hero-visual {
        max-width: 500px;
    }
}

/* Responzivitás - Telefon (≤ 767px) */
@media (max-width: 767px) {
    .NV-Card-Visual-001-V1-hero-visual {
        margin: 10px 0;
        width: 100%; /* Szélesség 100% */
        max-width: 100%; /* Nincs overflow */
        border-radius: 0; /* Mobil szélességnél jobban mutat a kifutó kép */
    }
    
    .NV-Card-Visual-001-V1-hero-card { 
        border-radius: 20px; 
        aspect-ratio: 1 / 1;
        border: none;
        width: 100%;
    }

    .NV-Card-Visual-001-V1-hero-img { 
        transform: scale(1); 
    }

    .NV-Card-Visual-001-V1-avatar { 
        width: 32px; 
        height: 32px; 
        font-size: 10px; 
    }

    .NV-Card-Visual-001-V1-hero-overlay {
        padding: 16px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Badge-Simple-002-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOW IT WORKS PAGE
-------------------------------------------------------------- */

/* Konténer és alap elrendezés */
.NV-Badge-Simple-002-V1-mission-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(23, 23, 23, 0.02);
    transition: all 0.3s ease;
}

/* Interakció a prémium érzetért */
.NV-Badge-Simple-002-V1-mission-badge:hover {
    border-color: #BDBDBD;
    box-shadow: 0 4px 6px rgba(125, 213, 229, 0.1);
}

/* Google Material Symbol egyedi stílusa */
.NV-Badge-Simple-002-V1-mso {
    font-size: 16px;
    color: #7DD5E5;
}

/* Szöveges tartalom formázása */
.NV-Badge-Simple-002-V1-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #5FC3D5; /* Sötétebb türkiz az olvashatóságért */
}

/* Responzivitás - Tablet (768px – 1023px) */
@media (max-width: 1023px) {
    .NV-Badge-Simple-002-V1-mission-badge {
        padding: 5px 14px;
    }
}

/* Responzivitás - Telefon (≤ 767px) */
@media (max-width: 767px) {
    .NV-Badge-Simple-002-V1-mission-badge {
        padding: 4px 12px;
        gap: 6px;
    }
    .NV-Badge-Simple-002-V1-text {
        font-size: 11px;
    }
    .NV-Badge-Simple-002-V1-mso {
        font-size: 14px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Graphic-Process-002-V1
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOW IT WORKS PAGE
-------------------------------------------------------------- */

/* Alapértelmezett beállítások és Szekció */
.NV-Graphic-Process-002-V1-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.NV-Graphic-Process-002-V1-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

/* Idővonal szerkezet */
.NV-Graphic-Process-002-V1-timeline {
    position: relative;
}

.NV-Graphic-Process-002-V1-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #BDBDBD;
    transform: translateX(-50%);
}

.NV-Graphic-Process-002-V1-step {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
    box-sizing: border-box;
}

.NV-Graphic-Process-002-V1-step:last-child {
    margin-bottom: 0;
}

.NV-Graphic-Process-002-V1-step-content {
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.NV-Graphic-Process-002-V1-step-visual {
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
}

.NV-Graphic-Process-002-V1-step:nth-child(even) {
    flex-direction: row-reverse;
}

.NV-Graphic-Process-002-V1-step:nth-child(odd) .NV-Graphic-Process-002-V1-step-content {
    text-align: right;
}

/* Ikonok */
.NV-Graphic-Process-002-V1-timeline-icon {
    position: absolute;
    left: 50%;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #7DD5E5;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(23, 23, 23, 0.05);
}

.NV-Graphic-Process-002-V1-mso {
    font-size: 22px;
    color: #5FC3D5;
    font-variation-settings: 'FILL' 0, 'wght' 400;
}

/* Kártya stílusok */
.NV-Graphic-Process-002-V1-card {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #F2F2F2;
    box-shadow: 0 10px 25px rgba(23, 23, 23, 0.03);
    position: relative;
    overflow: hidden;
}

.NV-Graphic-Process-002-V1-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    transform: scale(1.05);
}

/* Szövegformázás */
.NV-Graphic-Process-002-V1-step h3 {
    font-size: 26px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 12px;
}

.NV-Graphic-Process-002-V1-step p {
    color: #737373;
    line-height: 1.6;
    font-size: 15px;
}

/* Badge-ek és listák */
.NV-Graphic-Process-002-V1-badge-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.NV-Graphic-Process-002-V1-badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #737373;
    font-weight: 500;
}

.NV-Graphic-Process-002-V1-check-mso {
    color: #7DD5E5;
    font-size: 16px;
}

/* Ütemterv előnézet */
.NV-Graphic-Process-002-V1-plan-preview {
    background: #F2F2F2;
    border-radius: 8px;
    padding: 12px;
    border: 1px dashed #BDBDBD;
}

.NV-Graphic-Process-002-V1-plan-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.NV-Graphic-Process-002-V1-day-label {
    font-size: 11px;
    font-weight: bold;
    color: #737373;
}

.NV-Graphic-Process-002-V1-drag-mso {
    font-size: 16px;
    color: #BDBDBD;
}

.NV-Graphic-Process-002-V1-plan-tags {
    display: flex;
    gap: 8px;
}

.NV-Graphic-Process-002-V1-tag-white {
    background: #FFFFFF;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    color: #171717;
    box-shadow: 0 2px 4px rgba(23, 23, 23, 0.05);
}

.NV-Graphic-Process-002-V1-tag-primary {
    background: #7DD5E5;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
}

/* Chat modul */
.NV-Graphic-Process-002-V1-chat-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.NV-Graphic-Process-002-V1-chat-bubble {
    padding: 10px 14px;
    font-size: 12px;
    max-width: 85%;
    line-height: 1.4;
    position: relative;
}

.NV-Graphic-Process-002-V1-client-bubble {
    background: #F2F2F2;
    color: #171717;
    align-self: flex-start;
    border-radius: 14px 14px 14px 2px;
}

.NV-Graphic-Process-002-V1-expert-bubble {
    background: #7DD5E5;
    color: #FFFFFF;
    align-self: flex-end;
    border-radius: 14px 14px 2px 14px;
}

.NV-Graphic-Process-002-V1-chat-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #BDBDBD;
}

.NV-Graphic-Process-002-V1-expert-label {
    color: rgba(255, 255, 255, 0.8);
}

/* Operatív ikonok */
.NV-Graphic-Process-002-V1-verified-container {
    width: 36px;
    height: 36px;
    background: #E9FAFE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NV-Graphic-Process-002-V1-verified-mso {
    color: #288DA1;
    font-size: 20px;
}

.NV-Graphic-Process-002-V1-memory-badge {
    background: rgba(125, 213, 229, 0.15);
    color: #5FC3D5;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

/* Responzivitás - Desktop & Tablet */
@media (max-width: 1023px) {
    .NV-Graphic-Process-002-V1-step-content, 
    .NV-Graphic-Process-002-V1-step-visual {
        padding: 0 20px;
    }
}

/* Responzivitás - Telefon (≤ 767px) */
@media (max-width: 767px) {
    .NV-Graphic-Process-002-V1-section { 
        padding: 40px 0;
        width: 100%;
        overflow-x: hidden;
    }

    .NV-Graphic-Process-002-V1-container {
        padding: 0;
        width: 100%;
    }

    .NV-Graphic-Process-002-V1-timeline::before { 
        left: 24px; 
    }

    .NV-Graphic-Process-002-V1-timeline-icon { 
        left: 24px; 
    }
    
    .NV-Graphic-Process-002-V1-step, 
    .NV-Graphic-Process-002-V1-step:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 60px;
        padding-right: 20px;
        margin-bottom: 50px;
        width: 100%;
    }

    .NV-Graphic-Process-002-V1-step-content, 
    .NV-Graphic-Process-002-V1-step-visual {
        width: 100%;
        padding: 0;
        text-align: left !important;
        max-width: 100%;
    }

    .NV-Graphic-Process-002-V1-step-content { 
        margin-bottom: 24px; 
    }

    .NV-Graphic-Process-002-V1-header h2 { 
        font-size: 28px; 
        padding: 0 20px;
    }

    .NV-Graphic-Process-002-V1-header p {
        padding: 0 20px;
        font-size: 16px;
    }
    
    .NV-Graphic-Process-002-V1-card {
        border-radius: 16px;
        padding: 16px;
    }

    .NV-Graphic-Process-002-V1-card-img {
        height: 140px;
    }
}


















/* --------------------------------------------------------------
    Element:        NV-Grid-Services-002-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOW IT WORKS PAGE
-------------------------------------------------------------- */

/* Konténer utazós háttérképpel */
.NV-Grid-Services-002-V1-container {
    padding: 24px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), 
                      url('https://images.unsplash.com/photo-1476514525535-07fb3b4ae5f1?auto=format&fit=crop&q=80&w=1200');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    box-shadow: 0 4px 20px rgba(23, 23, 23, 0.05);
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

/* Szolgáltatás Rács (2x2) */
.NV-Grid-Services-002-V1-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    position: relative;
    z-index: 1;
}

/* "Pikkek": Finomított, áttetszőbb üveghatás az olvashatóságért */
.NV-Grid-Services-002-V1-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.20); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 10px rgba(23, 23, 23, 0.03);
}

/* Ikon Stílus - Google Material Symbols egyedi prefixszel és utótaggal */
.NV-Grid-Services-002-V1-mso {
    font-size: 18px;
    color: #16263A; 
    flex-shrink: 0;
}

/* Szövegformázás */
.NV-Grid-Services-002-V1-title {
    font-size: 13px;
    font-weight: 700;
    color: #171717; 
    line-height: 1.2;
}

/* Responzivitás - Tablet (768px – 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .NV-Grid-Services-002-V1-container {
        padding: 20px;
    }
}

/* Responzivitás - Telefon (≤ 767px) */
@media (max-width: 767px) {
    .NV-Grid-Services-002-V1-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .NV-Grid-Services-002-V1-container {
        padding: 16px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-FAQ-Accordion-001-V2
    Divi5 setup:    N/A
    External:       Google-material-symbols
    Location:       HOW IT WORKS PAGE
-------------------------------------------------------------- */

/* Konténer elrendezése - Max szélesség és overflow védelem */
.NV-FAQ-Accordion-001-V2-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden; /* Vízszintes túlcsordulás gátlása */
}

/* Egyedi Accordion kártya - Prémium szegélyekkel */
.NV-FAQ-Accordion-001-V2-item {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
    box-sizing: border-box;
}

/* Hover állapot a márka türkiz színével */
.NV-FAQ-Accordion-001-V2-item:hover {
    border-color: #7DD5E5;
}

/* Fejléc és interaktív gomb */
.NV-FAQ-Accordion-001-V2-header {
    width: 100%;
    padding: 26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    box-sizing: border-box;
}

/* Kérdés szövege */
.NV-FAQ-Accordion-001-V2-question {
    font-size: 17px;
    font-weight: 700;
    color: #171717;
    margin: 0;
    padding-right: 20px;
    line-height: 1.4;
}

/* Karika az ikonnak */
.NV-FAQ-Accordion-001-V2-icon-wrapper {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); 
}

/* Google Material Symbols ikon egyedi class-al */
.NV-FAQ-Accordion-001-V2-icon-mso {
    font-size: 24px;
    color: #737373;
    transition: color 0.4s ease;
}

/* Hover interakciók a belső elemeknél */
.NV-FAQ-Accordion-001-V2-item:hover .NV-FAQ-Accordion-001-V2-icon-wrapper {
    background-color: #E9FAFE;
}
.NV-FAQ-Accordion-001-V2-item:hover .NV-FAQ-Accordion-001-V2-icon-mso {
    color: #5FC3D5;
}

/* AKTÍV ÁLLAPOT: Fordulat és márka színek */
.NV-FAQ-Accordion-001-V2-item.active .NV-FAQ-Accordion-001-V2-icon-wrapper {
    transform: rotate(180deg);
    background-color: #7DD5E5;
}

.NV-FAQ-Accordion-001-V2-item.active .NV-FAQ-Accordion-001-V2-icon-mso {
    color: #FFFFFF;
}

/* Tartalom lenyílás animációja */
.NV-FAQ-Accordion-001-V2-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.NV-FAQ-Accordion-001-V2-inner {
    padding: 0 30px 30px 30px;
}

/* Válasz szövege */
.NV-FAQ-Accordion-001-V2-answer {
    font-size: 15px;
    color: #737373;
    line-height: 1.7;
    margin: 0;
}

.NV-FAQ-Accordion-001-V2-item.active .NV-FAQ-Accordion-001-V2-content {
    max-height: 600px;
}

/* Responzivitás - Telefon (≤ 767px) */
@media (max-width: 767px) {
    .NV-FAQ-Accordion-001-V2-container {
        width: 100%;
        max-width: 100%;
        padding: 0; /* Padding eltávolítása a szélről az overflow gátlásához */
    }

    .NV-FAQ-Accordion-001-V2-header {
        padding: 20px;
    }

    .NV-FAQ-Accordion-001-V2-question {
        font-size: 16px;
    }

    .NV-FAQ-Accordion-001-V2-inner {
        padding: 0 20px 20px 20px;
    }

    .NV-FAQ-Accordion-001-V2-icon-wrapper {
        width: 36px;
        height: 36px;
    }

    .NV-FAQ-Accordion-001-V2-icon-mso {
        font-size: 20px;
    }
}



















/* --------------------------------------------------------------
    Element:        NV-Grid-CTA-001-V1
    Divi5 setup:    N/A
    External:       N/A
    Location:       HOW IT WORKS PAGE
-------------------------------------------------------------- */

/* Konténer elrendezése - 100% szélesség, overflow védelem */
.NV-Grid-CTA-001-V1-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* KÖZÖS KÁRTYA ALAPOK */
.NV-Grid-CTA-001-V1-card {
    padding: 40px;
    border-radius: 24px;
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s ease;
}

/* 1. ELSŐDLEGES ÜGYFÉLHÍVÓ (Sötét Türkiz) */
.NV-Grid-CTA-001-V1-card-primary {
    background-color: #7DD5E5;
    border: 1px solid #7DD5E5;
    color: #FFFFFF;
}

.NV-Grid-CTA-001-V1-card-primary h3 {
    color: #FFFFFF;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.NV-Grid-CTA-001-V1-card-primary p {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    max-width: 800px;
}

/* FEHÉR KERETES GOMB (Outline) */
.NV-Grid-CTA-001-V1-btn-white-border {
    display: inline-block;
    background-color: transparent;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 12px;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.NV-Grid-CTA-001-V1-btn-white-border:hover {
    background-color: #FFFFFF;
    color: #7DD5E5;
}

/* 2. MÁSODLAGOS INFORMÁCIÓS PANEL (Halvány Türkiz a fehér háttér ellen) */
.NV-Grid-CTA-001-V1-card-secondary {
    /* Világos türkiz háttér, hogy elváljon a fehér oldaltól */
    background-color: #E9FAFE; 
    border: 1px solid #CCEFF5;
    color: #171717;
}

.NV-Grid-CTA-001-V1-card-secondary h3 {
    margin: 0 0 16px 0;
    color: #171717;
    letter-spacing: -0.01em;
}

.NV-Grid-CTA-001-V1-card-secondary p {
    color: #737373;
    margin-bottom: 32px;
    max-width: 800px;
}

/* KITÖLTÖTT TÜRKIZ GOMB (Filled) */
.NV-Grid-CTA-001-V1-btn-filled {
    display: inline-block;
    background-color: #7DD5E5;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 12px;
    border: 2px solid #7DD5E5;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.NV-Grid-CTA-001-V1-btn-filled:hover {
    background-color: #5FC3D5;
    border-color: #5FC3D5;
}

/* RESPONZIVITÁS - Telefon (≤ 767px) */
@media (max-width: 767px) {
    .NV-Grid-CTA-001-V1-card {
        border-radius: 20px;
        padding: 24px 20px;
    }

    .NV-Grid-CTA-001-V1-btn-white-border,
    .NV-Grid-CTA-001-V1-btn-filled {
        width: 100%;
        display: block;
    }

}




















.NV-Grid-Philosophy-001-V1-container {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 80px 20px;
    }

    .NV-Grid-Philosophy-001-V1-layout {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 80px;
        align-items: center;
    }

    .NV-Grid-Philosophy-001-V1-heading {
        font-size: 52px;
        font-weight: 700;
        line-height: 1.1;
        color: #171717;
        margin-bottom: 30px;
    }

    .NV-Grid-Philosophy-001-V1-text p {
        font-size: 18px;
        line-height: 1.7;
        color: #737373;
        margin-bottom: 25px;
    }

    .NV-Grid-Philosophy-001-V1-cta {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #288DA1;
        font-weight: 700;
        text-decoration: none;
        transition: gap 0.3s ease, color 0.3s ease;
    }

    .NV-Grid-Philosophy-001-V1-cta:hover {
        gap: 15px;
        color: #5FC3D5;
    }

    .NV-Grid-Philosophy-001-V1-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        position: relative;
    }

    .NV-Grid-Philosophy-001-V1-card {
        background: #FFFFFF;
        padding: 40px 30px;
        border-radius: 24px;
        border: 1px solid #F2F2F2;
        transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
        position: relative;
        z-index: 1;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    }

    .NV-Grid-Philosophy-001-V1-card:nth-child(even) {
        transform: translateY(30px);
    }

    .NV-Grid-Philosophy-001-V1-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(40, 141, 161, 0.08);
        border-color: #7DD5E5;
        z-index: 2;
    }

    .NV-Grid-Philosophy-001-V1-card:nth-child(even):hover {
        transform: translateY(26px);
    }

    .NV-Grid-Philosophy-001-V1-icon-box-mso {
        width: 60px;
        height: 60px;
        background: #E9FAFE;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: #288DA1;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s ease, color 0.3s ease;
    }

    .NV-Grid-Philosophy-001-V1-card:hover .NV-Grid-Philosophy-001-V1-icon-box-mso {
        background: #7DD5E5;
        color: #FFFFFF;
        transform: rotate(-12deg) scale(1.1);
    }

    .NV-Grid-Philosophy-001-V1-card .material-symbols-outlined {
        font-size: 32px;
    }

    .NV-Grid-Philosophy-001-V1-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #171717;
        margin-bottom: 12px;
    }

    .NV-Grid-Philosophy-001-V1-card p {
        font-size: 14px;
        color: #737373;
        line-height: 1.5;
        margin: 0;
    }

    .NV-Grid-Philosophy-001-V1-grid-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
        height: 120%;
        background: radial-gradient(circle, #CCEFF5 0%, transparent 75%);
        opacity: 0.4;
        z-index: 0;
        pointer-events: none;
    }

    .NV-Grid-Philosophy-001-V1-cta-icon-mso {
        font-size: 18px;
    }

    @media (max-width: 1023px) {
        .NV-Grid-Philosophy-001-V1-layout { 
            grid-template-columns: 1fr; 
            text-align: center; 
            gap: 40px;
        }
        .NV-Grid-Philosophy-001-V1-info { 
            max-width: 100%; 
        }
        .NV-Grid-Philosophy-001-V1-card:nth-child(even) { 
            transform: translateY(0); 
        }
        .NV-Grid-Philosophy-001-V1-card:nth-child(even):hover { 
            transform: translateY(-4px); 
        }
        .NV-Grid-Philosophy-001-V1-cta { 
            justify-content: center; 
        }
    }

    @media (max-width: 767px) {
        .NV-Grid-Philosophy-001-V1-grid { 
            grid-template-columns: 1fr; 
        }
        .NV-Grid-Philosophy-001-V1-heading {
            font-size: 36px;
        }
        .NV-Grid-Philosophy-001-V1-container {
            padding: 50px 20px;
        }
    }
