/* ===========================
   RÓLUNK OLDAL STÍLUSOK
   =========================== */

/* Hero */
.about-hero {
    background: linear-gradient(135deg, #0d3b6e 0%, #1a6b9a 100%);
    padding: 130px 20px 90px;
    text-align: center;
    color: white;
}

.about-hero .badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}

.about-hero .highlight {
    color: #4fc3f7;
}

.about-hero p {
    font-size: 1.05rem;
    opacity: 0.88;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Értékek */
.values-section {
    padding: 80px 20px;
    background: #f8fafc;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.value-card {
    background: white;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s;
}

.value-card:hover {
    transform: translateY(-6px);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.value-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d3b6e;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.65;
}

/* Történet */
.story-section {
    padding: 80px 20px;
    background: white;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

.section-badge {
    display: inline-block;
    background: #e8f4fd;
    color: #1a6b9a;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.story-text h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #0d3b6e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.story-text p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 16px;
}

/* Statisztikák */
.story-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    background: linear-gradient(135deg, #0d3b6e, #1a6b9a);
    color: white;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
}

.stat-label {
    font-size: 0.82rem;
    opacity: 0.85;
    line-height: 1.4;
}

/* Csapat */
.team-section {
    padding: 80px 20px;
    background: #f8fafc;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    max-width: 1000px;
    margin: 48px auto 0;
}

.team-card {
    background: white;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s;
}

.team-card:hover {
    transform: translateY(-6px);
}

.team-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-photo {
    background: linear-gradient(135deg, #0d3b6e, #1a6b9a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.team-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d3b6e;
    margin-bottom: 6px;
}

.team-role {
    font-size: 0.85rem;
    color: #1a6b9a;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}

.team-card p {
    font-size: 0.87rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.team-certs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.cert-tag {
    background: #e8f4fd;
    color: #1a6b9a;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
}

/* Vélemények */
.references-preview {
    padding: 80px 20px;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 48px auto 0;
}

.testimonial-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
}

.stars {
    color: #f6ad55;
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.testimonial-card p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.7;
}


@media (max-width: 768px) {
    .story-grid{
        display: block;
    }
    .stat-number{
        font-size: 1.7rem;
    }
    .story-stats{
        margin-top: 2em;
    }
}