/* ==========================================================
   ÁRKALKULÁCIÓ - BEVEZETŐ
========================================================== */

.pricing-intro{

    padding:80px 0;

}

.pricing-intro-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:50px;

}

.pricing-intro-card h2{

    margin-bottom:20px;

}

.pricing-intro-card p{

    color:#c8d3df;

    line-height:1.8;

}

.pricing-info{

    margin-top:40px;

    display:grid;

    gap:18px;

}

.info-item{

    padding:18px 22px;

    background:rgba(0,210,255,.05);

    border-left:4px solid #00D2FF;

    border-radius:10px;

}

/* ==========================================================
   KISZÁLLÁSI DÍJAK
========================================================== */

.travel-fee{

    padding:80px 0;

}

.travel-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:50px;

}

.travel-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:35px;

    transition:.35s;

}

.travel-card:hover{

    transform:translateY(-8px);

    border-color:#00D2FF;

    box-shadow:0 20px 40px rgba(0,210,255,.15);

}

.travel-card h3{

    margin-bottom:15px;

    color:#ffffff;

}

.travel-card p{

    color:#c8d3df;

}
/* ==========================================================
   HELYSZÍNI FELMÉRÉS
========================================================== */

.onsite-survey{

    padding: var(--section-padding) 0;

}

.survey-content{

    display:flex;

    flex-direction:column;

    gap:32px;

}

.survey-text p{

    margin-bottom:20px;

    line-height:1.8;

    color:var(--color-text-secondary);

}

@media (max-width:768px){

    .survey-content{

        gap:24px;

    }

}
/* ==========================================================
   MIÉRT A NEXUS INFORMATIKA?
========================================================== */

.why-us-section{

    padding:100px 0;

}

.why-us-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin-top:60px;

}

.why-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px 30px;

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#00D2FF;

    box-shadow:0 20px 40px rgba(0,210,255,.18);

}

.why-icon{

    font-size:42px;

    margin-bottom:25px;

}

.why-card h3{

    margin-bottom:18px;

}

.why-card p{

    color:#c8d3df;

    line-height:1.8;

}
/* ==========================================================
   CTA SZEKCIÓ
========================================================== */

.cta-section{

    padding:100px 0;

}

.cta-box{

    background:linear-gradient(
        135deg,
        rgba(0,95,163,.20),
        rgba(0,210,255,.08)
    );

    border:1px solid rgba(0,210,255,.18);

    border-radius:24px;

    padding:70px;

    text-align:center;

}

.cta-box h2{

    margin-bottom:25px;

}

.cta-box p{

    max-width:850px;

    margin:0 auto 40px;

    color:#c8d3df;

    line-height:1.8;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:30px;

    margin-top:55px;

    flex-wrap:wrap;

}
.cta-buttons .btn{

    min-width:260px;

    min-height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    font-size:1.05rem;

    font-weight:700;

    border-radius:14px;

    transition:.30s;

}

.cta-buttons .btn:hover{

    transform:translateY(-4px);

}
/* ==========================================================
   CTA ACTION BOX
========================================================== */

.cta-action-box{

    max-width:700px;

    margin:20px auto 0;

    padding:10px;

    border:1px solid rgba(0,210,255,.20);

    border-radius:25px;

    background:rgba(255,255,255,.02);

    backdrop-filter:blur(6px);

    box-shadow:
        0 0 30px rgba(0,210,255,.08);

}
/* ==========================================================
   RÓLUNK - MIBEN HISZÜNK
========================================================== */

.about-values{

    padding:90px 0;

}

.about-values .lead{

    font-size:1.3rem;

    font-weight:600;

    color:#ffffff;

    margin:30px auto;

    text-align:center;

}

.about-values p{

    max-width:900px;

    margin:auto;

    text-align:center;

    line-height:1.9;

}
.about-values p{

    max-width:900px;

    margin:auto;

    text-align:center;

    line-height:1.9;

}
/* ==========================================================
   RÓLUNK - KINEK SEGÍTÜNK?
========================================================== */

.target-group{

    padding:90px 0;

}

.target-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

    margin-top:60px;

}

.target-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px 35px;

    text-align:center;

    transition:.35s;

}

.target-card:hover{

    transform:translateY(-8px);

    border-color:#00D2FF;

    box-shadow:0 20px 40px rgba(0,210,255,.18);

}

.target-icon{

    font-size:48px;

    margin-bottom:25px;

}

.target-card h3{

    margin-bottom:20px;

}

.target-card p{

    color:#c8d3df;

    line-height:1.8;

}
/* ==========================================================
   RÓLUNK - ÍGY DOLGOZUNK EGYÜTT
========================================================== */

.workflow-section{

    padding:100px 0;

}

.workflow-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

    margin-top:60px;

}

.workflow-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:35px;

    text-align:center;

    transition:.35s;

}

.workflow-card:hover{

    transform:translateY(-8px);

    border-color:#00D2FF;

    box-shadow:0 20px 40px rgba(0,210,255,.18);

}

.workflow-number{

    width:60px;

    height:60px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#00D2FF;

    color:#08111d;

    font-size:1.4rem;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

}

.workflow-card h3{

    margin-bottom:18px;

}

.workflow-card p{

    color:#c8d3df;

    line-height:1.8;

}
/* ==========================================================
   KAPCSOLAT - KAPCSOLATI ADATOK
========================================================== */

.contact-info{

    padding:100px 0;

}

.contact-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin-top:60px;

}

.contact-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

}

.contact-card:hover{

    transform:translateY(-8px);

    border-color:#00D2FF;

    box-shadow:0 20px 40px rgba(0,210,255,.18);

}

.contact-icon{

    font-size:42px;

    margin-bottom:25px;

}

.contact-card h3{

    margin-bottom:15px;

}

.contact-card p{

    color:#c8d3df;

    line-height:1.8;

}
/* ==========================================================
   KAPCSOLATI ŰRLAP
========================================================== */

.contact-form-section{

    padding:100px 0;

}

.contact-form-box{

    max-width:900px;

    margin:auto;

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:50px;

}

.form-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    margin-bottom:25px;

}

.form-group{

    display:flex;

    flex-direction:column;

}

.form-group label{

    margin-bottom:10px;

    font-weight:600;

}

.form-group input,
.form-group select,
.form-group textarea{

    background:#0d1726;

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    padding:15px;

    border-radius:10px;

}

.form-group textarea{

    resize:vertical;

}

.privacy-box{

    margin:40px 0;

    padding:30px;

    border-left:4px solid #00D2FF;

    background:rgba(0,210,255,.05);

    border-radius:12px;

}

.privacy-box h3{

    margin-bottom:15px;

}

.checkbox{

    margin-bottom:30px;

}
button:disabled{

    opacity:.45;

    cursor:not-allowed;

}
button{

    opacity:1;

}
/* ==========================================================
   KAPCSOLAT - KÜLDÉS GOMB
========================================================== */

.submit-box .btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:320px;

    min-height:62px;

    padding:18px 40px;

    font-size:1rem;

    font-weight:700;

    font-family:inherit;

    letter-spacing:.4px;

    border-radius:14px;

    transition:all .30s ease;

}

/* Aktív állapot */

.submit-box .btn:not(:disabled){

    background:linear-gradient(
        135deg,
        #00D2FF,
        #0077CC
    );

    color:#ffffff;

    border:1px solid rgba(255,255,255,.12);

    box-shadow:
        0 10px 30px rgba(0,210,255,.25);

}

/* Hover */

.submit-box .btn:not(:disabled):hover{

    transform:translateY(-3px);

    box-shadow:
        0 18px 40px rgba(0,210,255,.35);

}

/* Letiltott */

.submit-box .btn:disabled{

    background:#233042;

    color:#8ca0b5;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:none;

    cursor:not-allowed;

    opacity:.75;

}
/* ==========================================================
   ADATKEZELÉSI TÁJÉKOZTATÓ LINK
========================================================== */

.checkbox a{

    color:#00D2FF;

    font-weight:600;

    text-decoration:underline;

    transition:.30s;

}

.checkbox a:hover{

    color:#4DDFFF;

    text-decoration:none;

}


/* ==========================================================
   ÁRLISTA BEMUTATÁSA
========================================================== */
.pricing-intro{

    padding:100px 0;

}

.pricing-intro-grid{

    display:block;

    max-width:900px;

}

.pricing-intro-content h2{

    margin-bottom:25px;

}

.pricing-intro-content p{

    margin-bottom:30px;

}

.pricing-intro-content ul{

    list-style:none;

    display:flex;

    flex-direction:column;

    gap:18px;

}

.pricing-intro-content li{

    font-size:1.05rem;

}

.pricing-intro-image{

    text-align:center;

}

.pricing-intro-image img{

    width:100%;

    max-width:560px;

}

/* ==========================================================
   SZÁMÍTÓGÉP SZERVIZ
========================================================== */

.pricing-service{

    padding:100px 0;

}

.pricing-two-column{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:60px;

    align-items:start;

}

.travel-card{

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:35px;

    position:sticky;

    top:120px;

}

.travel-card h3{

    margin-bottom:20px;

}

.travel-row{

    display:flex;

    justify-content:space-between;

    padding:16px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.travel-row:last-of-type{

    border-bottom:none;

}

.travel-survey{

    margin-top:30px;

    text-align:center;

}

.travel-survey strong{

    display:block;

    margin:10px 0;

    font-size:2rem;

    color:#00D2FF;

}
/* ==========================================================
   ÁRLISTA MODULOK
========================================================== */

.pricing-module{

    padding:90px 0;

}

.price-table{

    margin-top:40px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    overflow:hidden;

    background:#121c2d;

}

.price-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:22px 30px;

    border-bottom:1px solid rgba(255,255,255,.06);

    transition:.30s;

}

.price-row:last-child{

    border-bottom:none;

}

.price-row:hover{

    background:rgba(0,210,255,.05);

}

.price-row span{

    color:#ffffff;

}

.price-row strong{

    color:#00D2FF;

    font-weight:700;

}
/* ==========================================================
   FONTOS TUDNIVALÓK
========================================================== */

.price-note{

    padding:100px 0;

}

.price-note-box{

    max-width:900px;

    margin:auto;

    background:#121c2d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px;

}

.price-note-box ul{

    display:flex;

    flex-direction:column;

    gap:18px;

    padding-left:20px;

}

/* ==========================================================
   KÖZÖS BELSŐ OLDAL HÁTTÉR
========================================================== */

.page-background{

    position: relative;

    background-image: url("../images/backgrounds/altalanos_bg1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.page-background::before{

    content: "";

    position: absolute;
    inset: 0;

    background: rgba(8,15,28,.84);

}

.page-background > *{

    position: relative;
    z-index: 2;

}
.page-hero{

    position:relative;

}

.page-hero::after{

    content:"";

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    height:120px;

    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0),
        rgba(8,15,28,1)
    );

}