/* =============================================
   FACEtoFACE - seminar.css v25.7
   Κοινό CSS για όλες τις σελίδες σεμιναρίων
   ============================================= */

:root {
    --pink: #e03784;
    --pink-dark: rgba(224, 55, 132, 0.78);
    --pink-light: #f8e1ec;
    --pink-text: #b01e5d; /* WCAG AA: 6.56:1 on #fff — use for small/normal text that needs 4.5:1 (--pink is only 4.16:1) */
    --dark: #343a40;
    --gray-light: #f8f9fa;
}

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #333;
}
/* Inner-section surface — slightly lighter than body to create a subtle card-on-page effect.
   Scoped to specific sections to avoid stomping on hero/methodology/other themed bgs. */
.why-autocad-section,
.certification-section,
.software-license-section,
.ebook-section,
.pricing-section,
.offers-section,
.video-section,
.faq-section,
.content-section-toc,
.cert-subsection,
.site-cert-section {
    background: #f9f9f9;
}

/* BRAND CARD — sidebar identity card: FACEtoFACE logo + ΚΔΒΜ text + Autodesk partner logos + contact CTA */
.brand-card-contact {
    padding: 0.9rem 0.9rem 0.95rem;
    border-top: 1px dashed #e9ecef;
    text-align: center;
}
.brand-card-contact-heading {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--dark);
    margin: 0 0 0.55rem;
}
.brand-card-channels {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
}
.brand-card-phone,
.brand-card-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    transition: transform 0.12s, box-shadow 0.2s, background 0.15s, color 0.15s;
}
.brand-card-phone {
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    color: #fff;
    box-shadow: 0 3px 10px rgba(224, 55, 132, 0.28);
}
.brand-card-phone:hover,
.brand-card-phone:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(224, 55, 132, 0.42);
    outline: none;
}
.brand-card-email {
    background: #fff;
    color: var(--pink);
    border: 1px solid var(--pink);
}
.brand-card-email:hover,
.brand-card-email:focus-visible {
    background: var(--pink);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}
.brand-card-hours {
    margin: 0;
    color: #888;
    line-height: 1.4;
    font-size: 0.68rem;
}
.brand-card-hours strong { color: #555; }

/* BRAND CARD — sidebar identity card: FACEtoFACE logo + ΚΔΒΜ text + Autodesk partner logos */
.brand-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.brand-card-hero {
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    padding: 0.85rem 0.8rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}
.brand-card-logo {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 10px;
    padding: 0.3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.brand-card-text { flex: 1 1 auto; min-width: 0; }
.brand-card-text p { margin: 0; line-height: 1.3; color: #fff; }
.brand-card-text .brand-card-title {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0.15rem;
}
.brand-card-text .brand-card-line1 { font-size: 0.68rem; font-weight: 600; }
.brand-card-text .brand-card-line2 { font-size: 0.62rem; opacity: 0.95; margin-top: 0.1rem; }
.brand-card-text .brand-card-line2 strong { color: #fff; }
.brand-card-text .brand-card-line3 { font-size: 0.65rem; margin-top: 0.2rem; }
.brand-card-text .brand-card-line3 strong {
    color: #fff;
    background: rgba(0, 0, 0, 0.22);
    padding: 0.08rem 0.45rem;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
}
.brand-card-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 0.9rem 1rem;
    border-top: 1px dashed #e9ecef;
}
.brand-card-partners img {
    max-width: 100%;
    max-height: 36px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.15);
    transition: filter 0.15s, transform 0.12s;
}
.brand-card-partners img:hover { filter: grayscale(0); transform: scale(1.05); }
/* Cycling badge variant — 3 logos stacked, only 1 visible at a time via CSS fade animation. */
.brand-card-partners-cycle {
    display: block;
    position: relative;
    height: 100px;
    padding: 1rem 0.9rem 1.25rem;
}
.brand-card-partner-slide {
    position: absolute;
    inset: 1rem 0.9rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: brand-partner-fade 9s linear infinite;
}
.brand-card-partner-slide img {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.15);
}
/* 3 slides × 3s each = 9s cycle. Each visible for ~3s with 0.6s fade in/out at edges. */
.brand-card-partner-slide:nth-child(1) { animation-delay: 0s; }
.brand-card-partner-slide:nth-child(2) { animation-delay: 3s; }
.brand-card-partner-slide:nth-child(3) { animation-delay: 6s; }
/* Smooth crossfade timing: 9s cycle ÷ 3 slides = 3s slot each.
   Fade in 0-1s (0-11%) → visible 1-2s (11-22%) → fade out 2-4s (22-44%) → hidden until 9s.
   The 1s overlap with the next slide's fade-in (delay 3s) gives a seamless crossfade. */
@keyframes brand-partner-fade {
    0%   { opacity: 0; }
    11%  { opacity: 1; }
    22%  { opacity: 1; }
    44%  { opacity: 0; }
    100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .brand-card-partner-slide { animation: none; opacity: 1; position: static; }
    .brand-card-partners-cycle { display: flex; gap: 0.6rem; height: auto; }
}
@media (max-width: 991px) {
    .brand-card { display: none; }
}

/* INCLUDES CARD — minimal table summary inside the left sidebar (col-lg-3) */
.includes-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.includes-card-hero {
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    color: #fff;
    padding: 0.85rem 0.9rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.includes-card-hero-subtitle {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.includes-card-hero-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.includes-card-hero-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--pink);
    background: #fff;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    align-self: flex-start;
    margin-top: 0.3rem;
}
.includes-card-table {
    margin: 0;
    padding: 0 0.9rem;
    display: flex;
    flex-direction: column;
}
.includes-card-table > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.45rem 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.78rem;
}
.includes-card-table dt {
    color: #666;
    font-weight: 500;
    margin: 0;
}
.includes-card-table dd {
    color: var(--dark);
    font-weight: 700;
    margin: 0;
    text-align: right;
}
.includes-card-table dd i.fa-check {
    color: var(--pink);
    font-size: 0.95rem;
}
.includes-card-cta { text-align: center; margin: 0.9rem 0.9rem 1rem; }
.includes-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.1rem;
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(224, 55, 132, 0.3);
    transition: transform 0.12s, box-shadow 0.2s;
}
.includes-card-btn:hover,
.includes-card-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(224, 55, 132, 0.45);
    color: #fff;
    outline: none;
}
/* Hide on mobile — sidebar is hidden there anyway */
@media (max-width: 991px) {
    .includes-card { display: none; }
}

/* HERO SECTION - PINK (v25.81: full-bleed + zero margin για flush attachment με stripPriceDemo) */
.hero-section {
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    padding: 2.5rem 0;
    color: white;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.hero-section > .container {
    max-width: 100% !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /* background-image ορίζεται per-page στο inline <style> */
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}


.hero-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hero-text {
    flex: 1;
}

.hero-image-wrapper {
    position: relative;
}

/* Mobile (<992px): προώθηση των hero-text children ως direct flex items του hero-row
   ώστε η εικόνα να μπει μεταξύ περιγραφής και CTA row.
   Compact spacing — τα hero-row gap + inherited margins μεγάλωναν τη σελίδα. */
@media (max-width: 991.98px) {
    .hero-row { gap: 0; align-items: stretch; }
    .hero-text { display: contents; }
    .hero-subtitle { order: 1; margin: 0 0 0.25rem; }
    .hero-title { order: 2; margin: 0 0 0.75rem; }
    .hero-image-wrapper { order: 3; width: 100%; margin: 0; position: relative; z-index: 0; }
    /* Cinematic: description κάθεται στην κάτω άκρη της εικόνας με dark gradient bg, λευκό text. */
    .hero-description {
        order: 4;
        margin: -110px 0 0.75rem;
        padding: 3rem 1.1rem 0.9rem;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
        color: #fff;
        font-size: 0.82rem;
        line-height: 1.5;
        font-weight: 500;
        border-radius: 0 0 12px 12px;
        position: relative;
        z-index: 1;
    }
    .hero-description strong { color: #fff; font-weight: 700; }
    /* Hide the overlay div on mobile (gradient is now on description itself). */
    .hero-image-overlay { display: none; }
    .hero-badge { order: 5; margin-bottom: 0.75rem; align-self: flex-start; }
    .hero-stats { order: 6; margin: 0 0 0.75rem; }
    .hero-cta-row { order: 7; margin: 0 0 0.75rem; }
    /* v25.51: chips σε 1 σειρά (row), αριστερή στοίχιση — text-links πια, όχι buttons. Διακριτικά, δεν δομαίνουν. */
    .hero-chips { order: 8; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 1.25rem; }
    .hero-chips .hero-chip { width: auto; }
}
/* Desktop-only sizing (≥992px) — mirrors the critical inline CSS.
   v25.22: Previously the flex/max-width rules were unscoped, which caused a
   cascade race: at mobile viewports the critical inline CSS @media(max-width:991px)
   set max-width:100%, but when seminar.css loaded AFTER the inline CSS, its
   unscoped .hero-image-wrapper { max-width: 450px } overrode the mobile rule.
   This forced a layout shrink from ~516px to 450px AFTER first paint, which in
   turn triggered the browser to re-select the hero image variant (800w → 1536w)
   and download a second copy. Wrapping in @media prevents that race. */
@media (min-width: 992px) {
    .hero-image-wrapper {
        flex: 0 0 40%;
        max-width: 450px;
    }
}

.hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    background-color: var(--dark);
    min-height: 200px;
    object-fit: cover;
}

.hero-title-light {
    font-weight: 300;
    color: rgba(255,255,255,0.92);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    display: block !important;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.9;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-badge {
    display: inline-block;
    background: rgba(0,0,0,0.3); /* WCAG AA: was rgba(255,255,255,.2) which gave 4.16:1 white-on-lightpink FAIL */
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
}
.hero-badge i { margin-right: 0.4rem; }

/* ===== HERO KEY STATS CHIPS ===== */
.hero-stats {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.hero-stats li {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50px;
    font-size: 0.8rem;
    color: #fff;
    backdrop-filter: blur(4px);
}
.hero-stats li strong { font-weight: 800; margin-right: 0.25rem; }

/* ===== HERO CTA ROW (price pill + primary CTA + phone) ===== */
.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0 1.25rem;
}
/* v25.50: unified CTA — white bg + yellow brand border (αντί για 2 ξεχωριστά elements: price-pill + cta-primary).
   Δείχνει αυτόματα την μικρότερη τιμή του pricing section (μέσω inline JS). */
.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 1.25rem;
    background: #fff;
    color: #222;
    border: 4px solid #e6fb35;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    line-height: 1.15;
}
.hero-cta-primary:hover,
.hero-cta-primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.22);
    border-color: #d4e818;
    color: #222;
    text-decoration: none;
    outline: none;
}
.hero-cta-primary-icon,
.hero-phone-card-icon {
    color: var(--pink);
    font-size: 1.9rem;
    width: 2rem;
    text-align: center;
    flex-shrink: 0;
}
.hero-cta-primary-text { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.hero-cta-primary-title { font-weight: 800; font-size: 1rem; color: #222; line-height: 1.15; }
.hero-cta-primary-price { font-size: 1.4rem; font-weight: 800; color: var(--pink); line-height: 1.05; margin: 0.1rem 0; display: inline-flex; align-items: baseline; gap: 0.3rem; }
.hero-cta-primary-from { font-size: 0.68rem; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-cta-primary-note { font-size: 0.68rem; color: #555; font-weight: 600; letter-spacing: 0.02em; margin-top: 0.05rem; }

.hero-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1rem;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.hero-cta-phone:hover,
.hero-cta-phone:focus-visible {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.hero-cta-phone.dropdown-toggle::after {
    margin-left: 0.45rem;
    border-top-color: #fff;
}

/* White card-style phone button (matches hero-price-pill) */
.hero-phone-card {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.55rem 1.1rem;
    background: #fff;
    color: #222;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    line-height: 1.1;
}
.hero-phone-card:hover,
.hero-phone-card:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    outline: none;
}
.hero-phone-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.hero-phone-card-title {
    font-weight: 800;
    font-size: 1rem;
    color: var(--pink);
    line-height: 1.15;
}
.hero-phone-card-hours {
    font-size: 0.68rem;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 0.15rem;
}
.hero-phone-card.dropdown-toggle::after {
    margin-left: 0.35rem;
    border-top-color: var(--pink);
}

.hero-phone-menu {
    min-width: 220px;
    padding: 0.35rem 0;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.hero-phone-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    color: #222;
    transition: background 0.15s;
}
.hero-phone-menu .dropdown-item strong { color: #222; font-weight: 700; }
.hero-phone-menu .dropdown-item span { color: var(--pink); font-weight: 700; font-variant-numeric: tabular-nums; }
.hero-phone-menu .dropdown-item:hover,
.hero-phone-menu .dropdown-item:focus {
    background: rgba(224,55,132,0.08);
    color: #222;
}

@media (max-width: 767.98px) {
    .hero-stats li { font-size: 0.72rem; padding: 0.25rem 0.55rem; }
    /* Mobile: κάθε CTA full-width σε δική του γραμμή.
       Σειρά (μέσω CSS order): Price → Καλέστε μας → Εξασφάλισε. */
    .hero-cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }
    .hero-cta-row > .hero-price-pill,
    .hero-cta-row > .hero-phone-dropdown,
    .hero-cta-row > .hero-cta-primary {
        width: 100%;
    }
    /* Equalize button heights (76px for 3-line content) and widths (100%) */
    .hero-cta-row > .hero-price-pill,
    .hero-cta-row > .hero-phone-dropdown .hero-phone-card,
    .hero-cta-row > .hero-cta-primary {
        min-height: 76px;
        box-sizing: border-box;
    }
    /* Icon left-anchored, gap, then left-aligned text. */
    .hero-price-pill { order: 1; padding: 0.6rem 1rem; flex-direction: row; align-items: center; justify-content: flex-start; gap: 1rem; text-align: left; }
    .hero-price-pill .hero-price-amount { font-size: 1.3rem; }
    .hero-phone-dropdown { order: 2; }
    .hero-phone-card { width: 100%; justify-content: flex-start; padding: 0.6rem 1rem; text-align: left; }
    .hero-cta-primary { order: 3; justify-content: flex-start; font-size: 0.95rem; padding: 0.6rem 1rem; text-align: left; }
}

/* ===== MANIFESTO SECTION ===== */
.manifesto-section {
    padding: 2.5rem 1.5rem;
    margin-bottom: 2.5rem;
    margin-left: -12px;
    margin-right: -12px;
    
    
    background-color: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #eee;
    color: #333;
}
.manifesto-header {
    margin-bottom: 1.5rem;
}
.manifesto-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 0.5rem;
}
.manifesto-lead {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
}
.manifesto-lead strong { color: var(--pink); }
.manifesto-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1.25rem;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.manifesto-card:hover {
    box-shadow: 0 4px 16px rgba(224,55,132,0.1);
    transform: translateY(-3px);
}
.manifesto-verb {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--pink);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.manifesto-card p {
    color: #666;
    font-size: 0.88rem;
    line-height: 1.6;
    margin: 0;
}
.manifesto-card p strong { color: var(--dark); }
/* PARTNERS STRIP — "Μας επέλεξαν για συνεργασία" brand row (below hero) */
.partners-strip {
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08), 0 -4px 12px rgba(0,0,0,0.04);
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .partners-strip { padding: 1.75rem 0; margin-bottom: 1.5rem; }
}
.partners-intro {
    color: #555;
    font-size: 0.92rem;
    margin: 0 0 0.75rem;
    text-align: center;
}
.partners-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--dark);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}
/* Display-1 handwriting headline με typewriter reveal */
.partners-handwrite {
    text-align: center;
    margin: 0 0 0.35rem;
    line-height: 1.1;
    overflow: hidden;
}
.partners-handwrite-divider {
    color: #ccc;
    font-weight: 400;
    margin: 0 0.4em;
    font-size: 0.85em;
}
.partners-tagline {
    text-align: center;
    color: #777;
    font-size: 0.92rem;
    font-style: italic;
    margin: 0 0 1rem;
}
.partners-tagline strong { color: var(--pink); font-style: normal; font-weight: 700; }
.partners-handwrite-text {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--pink);
    letter-spacing: 0.01em;
    /* Typewriter — clip-path reveal */
    white-space: nowrap;
    clip-path: inset(0 100% 0 0);
    animation: partners-typewriter 2.6s steps(36, end) 0.4s forwards;
    vertical-align: top;
}
@keyframes partners-typewriter {
    to { clip-path: inset(0 0 0 0); }
}
@media (max-width: 768px) {
    .partners-handwrite-text { font-size: 1.15rem; }
}
@media (prefers-reduced-motion: reduce) {
    .partners-handwrite-text {
        animation: none;
        width: auto;
        border-right: 0;
    }
}
.partners-subtitle {
    text-align: justify;
    color: #555;
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: 760px;
    margin: 0 auto 1rem;
    hyphens: auto;
}
.partners-subtitle strong { color: var(--dark); }
/* Mini reviews inside partners section */
.partners-reviews-mini {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #e9ecef;
}
@media (max-width: 576px) {
    .partners-title { font-size: 1.05rem; }
    .partners-subtitle { font-size: 0.82rem; }
}
/* PARTNERS BATCH — show 6 items at a time, auto-rotate, with loading progress bar */
.partners-batch {
    padding: 1rem 0 0.5rem;
}
.partners-loading-bar {
    height: 3px;
    background: rgba(224,55,132,0.12);
    border-radius: 999px;
    overflow: hidden;
    margin: 0 auto 1rem;
    max-width: 360px;
}
.partners-loading-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--pink), #ffb3d4);
    border-radius: 999px;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: stretch;
}
.partners-item-hidden { display: none !important; }
/* CSS fallback: αν JS δεν τρέξει για κάποιο λόγο, κρύβουμε items 7+ ώστε να μην εμφανίζονται και τα 240. */
.partners-batch:not(.is-initialized) .partners-grid > *:nth-child(n+7) {
    display: none;
}
/* Hide aria-hidden duplicates from old marquee structure */
.partners-grid .partners-item[aria-hidden="true"] { display: none !important; }
@media (max-width: 991px) {
    .partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 576px) {
    .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
}
/* Reviews batch — 3 columns desktop για readable review text */
.partners-reviews-mini.partners-batch .partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
/* Override Bootstrap col-* widths inside grid (children should fill their grid cell) */
.partners-reviews-mini.partners-batch .partners-grid > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .partners-reviews-mini.partners-batch .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
    .partners-reviews-mini.partners-batch .partners-grid { grid-template-columns: 1fr; }
}
/* Legacy marquee (for backwards-compat if any seminar still uses it) */
.partners-marquee {
    overflow: hidden;
    padding: 0.5rem 0 0.75rem;
    mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.partners-track {
    display: flex;
    gap: 0.6rem;
    width: max-content;
    animation: partners-scroll 60s linear infinite;
}
.partners-marquee:hover .partners-track { animation-play-state: paused; }
.partners-item {
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 0.5rem 1rem;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--dark);
    text-decoration: none;
    line-height: 1.25;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 280px;
    min-width: 160px;
    height: 120px;
    justify-content: space-between;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}
.partners-item .partners-url { margin-top: auto; }
.partners-item:hover,
.partners-item:focus-visible {
    border-color: var(--pink);
    box-shadow: 0 4px 14px rgba(224, 55, 132, 0.18);
    transform: translateY(-1px);
    color: var(--dark);
    outline: none;
}
.partners-item strong {
    display: block;
    white-space: normal;
    max-width: 260px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.partners-item .partners-url {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--pink);
    margin-top: 0.1rem;
}
.partners-logo-img {
    display: block;
    max-width: 130px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0.3rem auto;
    object-fit: contain;
}
@keyframes partners-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .partners-track { animation: none; }
    .partners-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
}
.partners-note {
    color: #777;
    text-align: center;
    margin: 0;
}
@media (max-width: 768px) {
    .manifesto-header h2 { font-size: 1.4rem; }
    .manifesto-section { padding: 1.5rem 1rem; }
}

/* Pulse effect on section title */
.section-title-pulse strong {
    display: inline-block;
    animation: titlePulse 2s ease-in-out infinite;
}
@keyframes titlePulse {
    0%, 100% { transform: scale(1); color: var(--dark); }
    50% { transform: scale(1.05); color: var(--pink); }
}

/* ===== WHY AUTOCAD — Stats + Job Boards ===== */
.why-autocad-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2.5rem;
    
    
    background-color: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #eee;
}
.why-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    height: 100%;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s;
}
.why-stat-card:hover { transform: translateY(-3px); }
.why-stat-chart {
    width: 100px;
    height: 100px;
    margin: 0 auto 0.75rem;
}
.why-stat-chart svg { width: 100%; height: 100%; }
.why-stat-card h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.3rem;
}
.why-stat-card p {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}
/* Job board links */
.job-board-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}
.job-board-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 50px;
    text-decoration: none;
    color: var(--dark);
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
}
.job-board-link:hover {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}
.job-board-link span {
    color: #888;
    font-weight: 400;
    margin-left: 0.35rem;
}
.job-board-link:hover span { color: rgba(255,255,255,0.8); }

/* ===== ABOUT SEMINAR — 3-column cards with dotted bg ===== */
.about-seminar {
    padding: 2rem 1.5rem;
    margin-bottom: 2.5rem;
    
    
    background-color: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #eee;
}
.about-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.2s, transform 0.2s;
}
.about-card:hover {
    box-shadow: 0 6px 20px rgba(224,55,132,0.1);
    transform: translateY(-2px);
}
.about-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.about-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.75rem;
}
.about-card p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-list li {
    padding: 0.3rem 0;
    font-size: 0.88rem;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}
.about-list li:last-child { border-bottom: none; }
.about-list li strong { color: var(--dark); }

/* ===== MIX EDUCATION CARD ===== */
.mix-education-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    color: var(--dark, #333);
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--pink, #e03784);
    box-shadow: 0 2px 15px rgba(224,55,132,0.08);
}
.mix-badge {
    display: inline-block;
    background: var(--pink, #e03784);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}
.mix-education-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--dark, #333);
}
.mix-education-card h3 i { color: var(--pink); }
.mix-education-card p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0.75rem;
}
.mix-education-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.mix-education-card ul li {
    padding: 0.3rem 0;
    font-size: 0.85rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #444;
}
.mix-education-card ul li i { color: var(--pink); margin-top: 0.15rem; flex-shrink: 0; }
.mix-guarantee {
    background: rgba(224,55,132,0.06);
    border: 1px solid rgba(224,55,132,0.2);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--pink, #e03784);
    text-align: center;
    position: relative;
    z-index: 1;
}

/* ===== METHODOLOGY SECTION — yellow bg ===== */
.methodology-section {
    padding: 2.5rem 1.5rem;
    margin-bottom: 2.5rem;
    background-color: #f9f9f9;
    border: none;
    border-radius: 0;
    overflow: hidden;
    /* JS will set full-width positioning */
}
.methodology-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 0.5rem;
}
.methodology-title i { color: var(--pink); }
.methodology-lead {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 2rem;
    max-width: 800px;
}
.methodology-lead strong { color: var(--dark); }

/* 5 Steps — Vertical cards with image */
.methodology-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.5rem;
}
.method-step {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.method-step:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.method-step-img {
    flex: 0 0 120px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    background: #f0f0f0;
}
@media (max-width: 768px) {
    .method-step { flex-wrap: wrap; }
    .method-step-img { flex: 0 0 100%; height: 120px; width: 100%; }
}
.method-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 44px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    flex-shrink: 0;
    font-size: 1.2rem;
    font-weight: 800;
}
.method-step-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 0.3rem 0;
}
.method-step-content p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.method-step-content strong { color: var(--dark); }

.methodology-typewriter-wrap {
    text-align: center;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
}
.methodology-typewriter {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--pink);
    display: inline;
    line-height: 1.3;
}
.typewriter-cursor {
    color: var(--pink);
    animation: cursorBlink 0.7s infinite;
    font-weight: 300;
}
@keyframes cursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
@media (max-width: 768px) {
    .methodology-typewriter { font-size: 1.2rem; }
}

/* Trial Lesson */
.trial-lesson {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.trial-lesson-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.trial-lesson-header i {
    color: var(--pink);
    font-size: 1.5rem;
}
.trial-lesson-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}
.trial-lesson > p {
    font-size: 0.92rem;
    color: #555;
    margin-bottom: 1rem;
}
.trial-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    height: 100%;
}
.trial-option > i { font-size: 1.3rem; margin-top: 0.15rem; }
.trial-option strong { display: block; color: var(--dark); font-size: 0.92rem; margin-bottom: 0.2rem; }
.trial-option span { font-size: 0.82rem; color: #666; line-height: 1.5; }
.trial-note {
    font-size: 0.82rem;
    color: #888;
    margin-top: 1rem;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .methodology-section { padding: 1.5rem 1rem; }
    .method-step { flex-direction: column; text-align: center; }
    .method-step-number { margin: 0 auto; }
}

/* ===== EDUCATION MODES SECTION — dotted bg ===== */
.education-modes-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2.5rem;
    
    
    background-color: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #eee;
}
.section-title-center {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
    padding-left: 12px;
}
.section-subtitle {
    text-align: justify;
    font-size: 0.92rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
    padding-left: 12px;
    padding-right: 12px;
}
.edu-mode-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}
.edu-mode-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.edu-mode-header i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.edu-mode-header h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}
.edu-mode-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}
.edu-mode-features li {
    padding: 0.3rem 0;
    font-size: 0.85rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.edu-mode-features li i { font-size: 0.75rem; flex-shrink: 0; }

/* MAIN CONTENT */
.main-content {
    padding: 2rem 0;
}

/* CARDS */
.card-minimal {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: none;
    overflow: hidden;
    margin-bottom: 2rem;
}

.card-minimal .card-header {
    background: white;
    border-bottom: 1px solid #eee;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--dark);
}

.card-minimal .card-body {
    padding: 1.5rem;
}

/* PRESENTATION EMBED */
.presentation-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeletonPulse 1.5s ease-in-out infinite;
}
.presentation-wrapper.loaded { animation: none; background: #f0f0f0; }
@keyframes skeletonPulse {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.presentation-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* STICKY SIDEBAR */
.sticky-sidebar {
    position: sticky;
    top: 80px; /* accounts for fixed navbar height (~60px) + 20px breathing room */
}

/* COST CARD - MINIMAL */
.cost-card-minimal {
    background: #e6fb35;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}

.cost-card-minimal h3,
.cost-card-minimal h5 {
    color: var(--dark);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.cost-card-minimal p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* FORM CARD */
.form-card {
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    border-radius: 12px;
    padding: 1.5rem;
    color: white;
}

.form-card h3,
.form-card h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-card p {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: 1rem;
}

.form-card .form-control,
.form-card .form-select {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
    outline: none;
}

.form-card .education-type {
    background: rgba(255,255,255,0.1);
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.form-card .form-check-input {
    background-color: white;
    border: none;
}

.form-card .form-check-input:checked {
    background-color: var(--dark);
}

.form-card .form-check-label {
    font-size: 0.85rem;
}

.form-card textarea {
    min-height: 80px;
    resize: none;
}

.btn-submit {
    background: var(--dark);
    color: white;
    border: none;
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #000;
    transform: translateY(-2px);
}



/* LIGHTBOX */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10000;
}

/* ATC AWARD PHOTO */
figure.atc-award,
figure.atc-logo {
    margin: 0; /* reset <figure> default margin */
}
.atc-award {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #dee2e6;
}
/* TOP ROW — person (photo+info) | paragraph text */
.atc-top-row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}
.atc-person {
    flex: 0 0 180px;
    margin: 0;
    text-align: center;
}
.atc-person-photo img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 10px;
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.atc-person-photo img:hover,
.atc-person-photo img:focus-visible {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    outline: none;
}
.atc-person-info { margin-top: 0.6rem; }
.atc-text { flex: 1 1 auto; min-width: 0; }

/* BOTTOM ROW — Credly badge | Platinum certificate | ATC logo */
.atc-bottom-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .atc-top-row { flex-direction: column; align-items: center; }
    .atc-person { flex: 0 0 auto; max-width: 200px; }
    .atc-bottom-row { gap: 1rem; }
}
.atc-award-photo { flex: 0 0 120px; }
.atc-award-photo img {
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.atc-award-photo img:hover,
.atc-award-photo img:focus-visible {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    outline: none;
}
.atc-award-photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.atc-award-info { flex: 1; }
.atc-award-divider {
    flex: 0 0 1px;
    align-self: stretch;
    background: #dee2e6;
    margin: 0 0.5rem;
}
/* Credly badge — static image of Γιώργος Εξαρχόπουλος ACI Platinum, links to Credly profile */
.atc-award-credly {
    flex: 0 0 auto;
    width: 150px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atc-award-credly a { display: block; line-height: 0; transition: transform 0.2s ease; }
.atc-award-credly a:hover, .atc-award-credly a:focus-visible { transform: scale(1.04); outline: none; }
.atc-award-credly img {
    max-width: 150px;
    max-height: 155px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.atc-award-platinum {
    flex: 0 0 auto;
    width: 150px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atc-award-platinum img {
    max-width: 150px;
    max-height: 155px;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.atc-award-platinum img:hover,
.atc-award-platinum img:focus-visible {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}
@media (max-width: 768px) {
    .atc-award-divider { display: none; }
    .atc-award-credly { margin-top: 1rem; }
}
.atc-award-name {
    font-weight: 700;
    color: var(--dark);
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
.atc-award-title {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.4;
}
.atc-award-badge {
    display: inline-block;
    background: var(--pink);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-top: 0.4rem;
}
@media (max-width: 768px) {
    .atc-award { flex-direction: column; text-align: center; }
    .atc-award-photo { flex: 0 0 auto; }
}

/* ATC SECTION — contained card inside .atc-section-wrapper */
.atc-section-wrapper {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.atc-section {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.25rem 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    /* Clip collapsed content so it does not extend document scrollHeight */
    overflow: hidden;
}
.atc-section > .container { padding: 0; }
.atc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.atc-heading { flex: 1 1 auto; min-width: 0; }
.atc-header-divider {
    flex: 0 0 1px;
    align-self: stretch;
    background: #dee2e6;
    margin: 0 0.25rem;
}
.atc-header-logo {
    flex: 0 0 auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atc-header-logo img {
    max-width: 160px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
}
@media (max-width: 768px) {
    /* Mobile: κρύψε logos, badges, extra links στο dexiό μέρος του header για λιγότερο θόρυβο.
       Ο χρήστης βλέπει μόνο title + chevron. */
    .atc-header-divider,
    .atc-header-logo,
    .atc-header-badge,
    .software-license-edu-link { display: none !important; }
    /* Software box image μέσα στο body — κρύψε και αυτή σε mobile */
    .software-license-intro-row .software-license-box { display: none; }
    .software-license-intro-row { grid-template-columns: 1fr !important; }
}
.atc-toggle {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ced4da;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.25s;
}
.atc-toggle:hover,
.atc-toggle:focus-visible {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
    outline: none;
}
.atc-toggle i { transition: transform 0.25s ease; }
.is-collapsed .atc-toggle i { transform: rotate(180deg); }
.atc-body {
    overflow: hidden;
    max-height: 10000px;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
    opacity: 1;
    margin-top: 0.75rem;
}
.is-collapsed .atc-body {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

/* ACU LOGO + HOURS IMAGE (inside ACU card) */
.acu-logo-figure {
    margin: 0 0 0.75rem;
    text-align: center;
}
.acu-logo-img {
    max-width: 140px;
    height: auto;
}
.acu-hours-figure {
    margin: 0.75rem 0 0;
    text-align: center;
}
.acu-hours-img {
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.acu-hours-img:hover,
.acu-hours-img:focus-visible {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}

/* SITE CERTIFICATES SECTION (FY27 — proof of active Autodesk ATC authorization) */
.site-cert-section {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.site-cert-imgs {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.site-cert-figure {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
    margin: 0;
    text-align: center;
}
.site-cert-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.site-cert-img:hover,
.site-cert-img:focus-visible {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}
.site-cert-figure figcaption {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: #555;
    font-weight: 600;
}
.site-cert-note {
    margin: 0.75rem 0 0;
    padding: 0.5rem 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #444;
}
.site-cert-note i { color: var(--pink); }
@media (max-width: 576px) {
    .site-cert-figure { flex: 1 1 100%; }
}

/* CERT SUBSECTIONS (split: participation vs exam) — collapsible via .atc-toggle/.atc-body */
.cert-subsection {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.cert-subsection-optional {
    background: #fff8e1;
    border-left-color: #f5a623;
}
.cert-subsection-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.cert-subsection-eyebrow {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--pink);
    margin-bottom: 0.4rem;
}
.cert-subsection-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: var(--dark);
}
.cert-subsection-subtitle {
    margin: 0;
    font-size: 0.88rem;
    color: #555;
    line-height: 1.5;
}

/* CERT REFERENCES (in ACU/ACP cards) */
.cert-refs {
    margin-top: 0.75rem;
    padding-top: 0.6rem;
    border-top: 1px dashed #dee2e6;
    font-size: 0.78rem;
    color: #777;
    line-height: 1.6;
}
.cert-refs a { color: #555; text-decoration: underline; text-decoration-color: #bbb; }
.cert-refs a:hover { color: var(--pink); text-decoration-color: var(--pink); }

/* ECVET LOGO + NOTE */
.ecvet-logo-figure {
    margin: 0 0 0.75rem;
    text-align: center;
}
.ecvet-logo-img {
    max-width: 180px;
    height: auto;
}
.ecvet-note {
    margin: 0.75rem 0 0;
    padding: 0.6rem 0.9rem;
    background: #f1f8ff;
    border-left: 3px solid #5098d6;
    border-radius: 4px;
    font-size: 0.82rem;
    color: #555;
    line-height: 1.5;
}
.ecvet-note i { color: #5098d6; }

/* CERT SUMMARY TABLE (ACU/ACA/ACP/ACE comparison) */
.cert-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}
.cert-summary-table th,
.cert-summary-table td {
    padding: 0.7rem 0.8rem;
    border: 1px solid #e9ecef;
    vertical-align: top;
    text-align: left;
}
.cert-summary-table thead th {
    background: #f8f9fa;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}
.cert-summary-table tbody th { background: #fafbfc; font-weight: 600; color: var(--dark); min-width: 140px; }
.cert-summary-table .cert-table-completion { background: #fff5f9; }
.cert-summary-table .cert-table-completion th { background: #ffe8f0; }
.cert-summary-table tr:last-child th,
.cert-summary-table tr:last-child td { border-bottom: 0; }
.cert-summary-table a { color: var(--pink); text-decoration: underline; }
.cert-summary-table a:hover { color: var(--pink-dark); }
@media (max-width: 768px) {
    .cert-summary-table { font-size: 0.78rem; }
    .cert-summary-table th, .cert-summary-table td { padding: 0.5rem 0.55rem; }
}

/* ECVET TABLE (inside certification card body) */
.ecvet-table-wrap { margin-top: 1rem; }
.ecvet-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}
.ecvet-table th,
.ecvet-table td {
    padding: 0.6rem 0.9rem;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
    vertical-align: middle;
}
.ecvet-table tr:last-child th,
.ecvet-table tr:last-child td { border-bottom: 0; }
.ecvet-table th {
    width: 40%;
    background: #f8f9fa;
    font-weight: 600;
    color: #444;
}
.ecvet-table td { color: var(--dark); font-weight: 500; }
@media (max-width: 576px) {
    .ecvet-table th { width: 50%; font-size: 0.82rem; }
    .ecvet-table td { font-size: 0.82rem; }
    .ecvet-table th, .ecvet-table td { padding: 0.5rem 0.6rem; }
}

/* CERTIFICATE SAMPLE (inside certification card body) */
.cert-sample-figure {
    margin: 0 0 1rem;
    text-align: center;
}
.cert-sample-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.cert-sample-figure figcaption {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}
.cert-sample-pair-imgs {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cert-sample-pair-imgs .cert-sample-img {
    flex: 1 1 calc(50% - 0.75rem);
    min-width: 0;
    max-width: calc(50% - 0.75rem);
}
@media (max-width: 576px) {
    .cert-sample-pair-imgs .cert-sample-img {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* LOCATIONS SECTION — shares the atc-toggle/atc-body collapse mechanics */
.locations-section { margin-bottom: 1.5rem; }
.locations-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.25rem;
}
.locations-heading { flex: 1; }
.locations-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: var(--dark);
}
.locations-title i { color: var(--pink); }
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.atc-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.atc-text { flex: 1; }
.atc-eyebrow {
    color: var(--pink);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.atc-eyebrow i { color: var(--pink); }
.atc-title {
    color: var(--dark);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.atc-title i { color: var(--pink); }
.atc-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: justify;
}
/* Responsive content density helpers — switch content per viewport */
.atc-mobile-only { display: none; }
@media (max-width: 768px) {
    .atc-desktop-only { display: none !important; }
    .atc-mobile-only { display: block; }
}
/* ATC verify CTA — links Platinum badge to Credly verification page */
.atc-verify-cta {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-start;
}
.atc-verify-title { font-weight: 700; color: #222; font-size: 0.95rem; }
.atc-verify-title i { color: #e03784; }
.atc-verify-sub { font-size: 0.85rem; color: #555; }
.atc-verify-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    background: var(--pink);
    color: #fff;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, transform 0.1s;
    margin-top: 0.25rem;
}
.atc-verify-btn:hover, .atc-verify-btn:focus-visible {
    background: var(--pink-dark, #c92568);
    color: #fff;
    transform: translateY(-1px);
    outline: none;
}
.atc-source {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 0.5rem;
}
.atc-source a {
    color: #555;
    text-decoration: underline;
    text-decoration-color: #bbb;
    text-underline-offset: 2px;
}
.atc-source a:hover { color: var(--pink); text-decoration-color: var(--pink); }
.atc-logo {
    flex: 0 0 200px;
    text-align: center;
}
.atc-logo img { max-width: 100%; height: auto; }
@media (max-width: 768px) {
    .atc-content { flex-direction: column; text-align: center; }
    .atc-logo { order: -1; flex: 0 0 auto; margin-bottom: 1rem; }
    .atc-logo img { max-width: 180px; }
}

/* LOCATION BAR */
.location-bar {
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.location-bar .location {
    font-weight: 600;
    color: var(--dark);
    min-width: 120px;
}

.location-bar .address {
    color: var(--pink);
    text-decoration: none;
    flex: 1;
    text-align: center;
}

.location-bar .address:hover {
    text-decoration: underline;
}

.location-bar .phone {
    color: var(--dark);
    font-weight: 600;
    text-decoration: none;
    padding: 0.4rem 1rem;
    background: var(--pink-light);
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.location-bar .phone:hover {
    background: var(--pink);
    color: white;
}

@media (max-width: 768px) {
    .location-bar {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    .location-bar .location {
        min-width: auto;
    }
}

.location-hours-mobile {
    text-align: center;
    font-size: 0.75rem;
    color: #888;
    margin: 0.25rem 0 0.75rem;
}
.location-hours-mobile i { color: var(--pink); }

/* HOURS INFO */
.hours-info {
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    padding: 0.5rem 0;
}

/* EMAIL LINK */
.email-section {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #333;
    margin-top: 0.5rem;
}

.email-section span {
    font-size: 0.8rem;
    color: #888;
}

.email-section a {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid white;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.email-section a:hover {
    background: white;
    color: var(--dark);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .sticky-sidebar {
        position: relative;
        top: 0;
    }
}

/* MOBILE STICKY BOTTOM BAR */
.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 6px 12px calc(4px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
    z-index: 9999;
    flex-direction: column;
}

.mobile-sticky-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.mobile-sticky-bar .btn-mobile {
    flex: 1;
    padding: 10px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mobile-sticky-bar .btn-message {
    background: var(--pink-light);
    color: var(--pink);
    border: 2px solid var(--pink);
}

.mobile-sticky-bar .btn-phone {
    background: var(--pink);
    color: white;
}

.mobile-sticky-locations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.mobile-sticky-locations i {
    color: var(--pink);
}

.mobile-sticky-locations a {
    color: var(--pink);
    text-decoration: none;
    font-weight: 500;
}

.mobile-sticky-locations span {
    color: #ccc;
}

/* Mobile: εμφάνιση sticky bar, μεγαλύτερα embeds */
@media (max-width: 991px) {
    .mobile-sticky-bar {
        display: flex;
    }
    
    /* Padding στο κάτω μέρος για να μην κρύβεται περιεχόμενο */
    body {
        padding-bottom: 85px;
    }
    
    /* Μεγαλύτερα embeds στο mobile */
    .ratio-16x9 {
        --bs-aspect-ratio: 75% !important; /* Πιο ψηλά */
    }
    
    .presentation-card iframe {
        min-height: 300px;
    }
    
    /* 1. Κρύψιμο της φόρμας στο sidebar στο mobile */
    .form-card:not(.info-card-mobile) { display: none !important; }
    
    /* 2. Location bars → compact horizontal scroll strip στο mobile */
    .location-bars-mobile-strip { display: flex; }
    .location-bar { display: none; }
}

/* Desktop: απόκρυψη sticky bar */
@media (min-width: 992px) {
    .mobile-sticky-bar {
        display: none !important;
    }
}
    

    
/* ===== NEW SECTION STYLES ===== */
.content-section-toc {
    padding: 3rem 0;
    background: #f8f9fa;
}
.content-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.content-card h2 {
    color: var(--pink);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--pink);
}
.content-card h3 {
    color: var(--dark);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem 0;
}
.content-card ol {
    padding-left: 1.5rem;
}
.content-card ol li {
    margin-bottom: 0.5rem;
    color: #555;
}
.toc {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.toc h3,
.toc h5 {
    color: var(--pink);
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--pink);
}
.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc ul li {
    margin-bottom: 0.5rem;
}
.toc ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}
.toc ul li a:hover {
    color: var(--pink);
}


/* SYLLABUS TABLE */
.syllabus-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    margin-top: 1rem;
}
.syllabus-table thead tr {
    background: var(--pink);
    color: #fff;
}
.syllabus-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.syllabus-table th:first-child {
    width: 60px;
    text-align: center;
    border-radius: 8px 0 0 0;
}
.syllabus-table th:last-child {
    border-radius: 0 8px 0 0;
}
.syllabus-table td {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #eee;
    color: #555;
}
.syllabus-table td:first-child {
    text-align: center;
    font-weight: 600;
    color: var(--pink);
}
.syllabus-table tbody tr:hover {
    background: rgba(224,55,132,0.06);
}
.syllabus-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.syllabus-table tbody tr:nth-child(even):hover {
    background: rgba(224,55,132,0.06);
}
.table-responsive {
    border-radius: 8px;
    border: 1px solid #eee;
}

/* Chapter accordion for syllabus */
.syllabus-chapters { list-style: none; padding: 0; margin: 1rem 0 0; }
.syllabus-chapter {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.syllabus-chapter summary {
    padding: 0.85rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--dark);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    transition: background 0.2s;
}
.syllabus-chapter summary::-webkit-details-marker { display: none; }
.syllabus-chapter summary::after {
    content: '+';
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--pink);
    flex-shrink: 0;
}
.syllabus-chapter[open] summary::after { content: '−'; }
.syllabus-chapter[open] summary {
    background: var(--pink);
    color: #fff;
}
.syllabus-chapter[open] summary::after { color: #fff; }
.syllabus-chapter .chapter-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--pink-light, #f8e1ec);
    color: var(--pink);
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}
.syllabus-chapter[open] .chapter-num {
    background: rgba(255,255,255,0.25);
    color: #fff;
}
.syllabus-chapter .chapter-content {
    padding: 0.75rem 1.25rem 1rem;
}
.syllabus-chapter .chapter-content ol {
    padding-left: 1.5rem;
    margin: 0;
}
.syllabus-chapter .chapter-content li {
    padding: 0.3rem 0;
    color: #555;
    font-size: 0.9rem;
    border-bottom: 1px solid #f5f5f5;
}
.syllabus-chapter .chapter-content li:last-child { border-bottom: none; }

/* ===== TRUST BADGES STRIP — same max-width as hero/containers ===== */
.trust-strip {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    padding: 1rem 1.5rem;
    max-width: none;
    width: calc(100% + 24px);
    margin: 0 -12px;
    flex-wrap: wrap;
}
/* 1ο tier: white strip με τα 3 Autodesk logos (v25.81: zero margins/radius για flush attachment) */
.trust-strip-logos {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-top: 0;
    padding: 1.25rem 1.5rem;
}
/* 2ο tier: badges κάτω από τη λευκή λουρίδα — single bg color (v25.90: αφαιρέθηκαν rgba layer + dashed border) */
.trust-strip-stats {
    background: transparent;
    margin-bottom: 0;
    padding: 0.85rem 1.5rem;
}
/* Track wrapper — desktop: 1ο track behaves like flex container, 2ο track hidden.
   Mobile: 2 tracks κινούνται σε infinite marquee. */
.trust-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    flex: 1 1 auto;
}
@media (min-width: 769px) {
    .trust-track[aria-hidden="true"] { display: none; }
}
/* Mobile: 2 tracks κινούνται σε infinite marquee — αποφεύγουμε wrap σε στενή οθόνη */
@media (max-width: 768px) {
    .trust-strip-logos, .trust-strip-stats {
        overflow: hidden;
        flex-wrap: nowrap;
        position: relative;
        -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
                mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    }
    .trust-strip-logos .trust-track,
    .trust-strip-stats .trust-track {
        flex: 0 0 auto;
        gap: 1.75rem;
        animation: trust-marquee 22s linear infinite;
        will-change: transform;
    }
    .trust-strip-stats .trust-track { animation-duration: 28s; }
    .trust-strip-logos:hover .trust-track,
    .trust-strip-stats:hover .trust-track { animation-play-state: paused; }
}
@keyframes trust-marquee {
    from { transform: translateX(-100%); }
    to   { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
    .trust-strip-logos .trust-track,
    .trust-strip-stats .trust-track { animation: none; transform: none; }
}
.trust-strip > .trust-badge {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
}
/* Mobile: κρατάμε μόνο το 1ο badge (ATC logo), μεγαλώνουμε το logo αφού έχει όλο τον χώρο. */
@media (max-width: 767.98px) {
    .trust-strip > .trust-badge:not(:first-child) { display: none; }
    .trust-strip { justify-content: center; padding: 1rem; }
    .trust-strip > .trust-badge:first-child { flex: 0 0 auto; }
    .trust-strip .trust-badge img { height: 56px; max-width: 100%; }
}
.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.85rem;
    color: var(--dark);
    text-align: center;
}
.trust-main {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}
.trust-sub {
    font-size: 0.72rem;
    color: #777;
    font-weight: 500;
    line-height: 1.2;
}
.trust-badge img {
    height: 24px;
    width: auto;
    object-fit: contain;
}
/* 1ο tier (Autodesk official logos) — μεγαλύτερα logos για prominence */
.trust-strip-logos .trust-badge img {
    height: 64px;
    max-width: 100%;
}
@media (max-width: 768px) {
    .trust-strip-logos .trust-badge img { height: 48px; }
}
.trust-badge strong { font-weight: 700; }
.trust-muted { color: #888; font-size: 0.78rem; }
@media (max-width: 768px) {
    .trust-strip { gap: 0.5rem 0.75rem; padding: 0.75rem; }
    .trust-strip > .trust-badge { flex: 0 1 auto; min-width: 100px; }
    .trust-strip > .trust-badge:first-child {
        flex: 1 1 100%;
        justify-content: center;
    }
    .trust-badge { font-size: 0.75rem; }
    .trust-sub { display: none; }
}

/* ===== BENEFITS TABLE (inside Mix card) ===== */
.benefits-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.85rem;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.benefits-table thead th {
    background: #f8f9fa;
    color: var(--dark);
    font-weight: 700;
    font-size: 0.78rem;
    text-align: center;
    padding: 0.85rem 0.5rem;
    border-bottom: 2px solid #e9ecef;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.benefits-table thead th:first-child {
    text-align: left;
    padding-left: 1rem;
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.82rem;
}
.benefits-table thead th.mix-col {
    background: var(--pink);
    color: #fff;
}
.benefits-table tbody th {
    text-align: left;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: #444;
    font-size: 0.85rem;
    border-bottom: 1px solid #f0f0f0;
}
.benefits-table tbody td {
    text-align: center;
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}
.benefits-table tbody tr:last-child th,
.benefits-table tbody tr:last-child td {
    border-bottom: none;
}
.benefits-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.benefits-table tbody tr:hover {
    background: rgba(224,55,132,0.04);
}
.benefits-table .yes i {
    color: #16a34a;
    font-size: 1rem;
}
.benefits-table .no i {
    color: #cbd5e1;
    font-size: 1rem;
}
.benefits-table .mix-col {
    background: rgba(224,55,132,0.04);
    border-left: 2px solid var(--pink);
    border-right: 2px solid var(--pink);
}
.benefits-table tbody tr:last-child .mix-col {
    border-bottom: 2px solid var(--pink);
}
.benefits-note {
    font-size: 0.85rem;
    color: #555;
    padding: 0.6rem 0.85rem;
    background: rgba(224,55,132,0.06);
    border-left: 3px solid var(--pink);
    border-radius: 6px;
    margin: 0;
}
@media (max-width: 768px) {
    .benefits-table { font-size: 0.75rem; }
    .benefits-table thead th { padding: 0.6rem 0.3rem; font-size: 0.7rem; }
    .benefits-table tbody th { padding: 0.5rem 0.5rem; font-size: 0.75rem; }
    .benefits-table tbody td { padding: 0.5rem 0.3rem; }
}

/* ===== LOCATIONS MAP (inside Dia Zosis card) ===== */
.locations-map {
    margin: 1rem 0 1.25rem;
}
.locations-map-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 0.75rem 0;
}
.locations-map-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    /* CLS insurance (v25.20): contain:layout tells the browser that nothing inside this
       element can affect the outside layout, so dynamically-injected Leaflet tiles can
       never trigger a page-level layout shift. Graceful fallback on browsers without
       contain support (pre-Chrome 52/Firefox 69) — they just ignore this property. */
    contain: layout;
}
.locations-map-wrapper iframe,
.locations-map-wrapper #f2fLocationsMap {
    display: block;
    width: 100%;
    min-height: 360px;
    height: 360px;
}
#f2fLocationsMap {
    z-index: 1;
}
.leaflet-popup-content {
    font-size: 0.85rem;
    line-height: 1.5;
}
.leaflet-popup-content a {
    text-decoration: none;
}
.locations-map-pins {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}
.map-pin {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.75rem 0.85rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    text-decoration: none;
    color: #444;
    transition: all 0.2s ease;
}
.map-pin:hover {
    border-color: var(--pink);
    box-shadow: 0 4px 12px rgba(224,55,132,0.12);
    transform: translateY(-2px);
    color: #444;
    text-decoration: none;
}
.map-pin > i {
    color: var(--pink);
    font-size: 1.1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.map-pin > div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}
.map-pin strong {
    color: var(--dark);
    font-size: 0.9rem;
    font-weight: 700;
}
.map-pin span {
    font-size: 0.72rem;
    color: #777;
    line-height: 1.3;
}
.map-pin-address {
    font-size: 0.72rem;
    color: #777;
    line-height: 1.3;
    text-decoration: none;
}
.map-pin-address:hover {
    color: var(--pink);
    text-decoration: underline;
}
.map-pin-phone {
    display: inline-block;
    margin-top: 0.3rem;
    padding: 0.2rem 0.6rem;
    background: var(--pink-light, #f8e1ec);
    color: var(--pink) !important;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s;
}
.map-pin-phone:hover {
    background: var(--pink);
    color: #fff !important;
}
@media (max-width: 991px) {
    .locations-map-pins { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .locations-map-pins { grid-template-columns: 1fr; }
}

/* ===== DURATION INFO (inside Dia Zosis card) ===== */
.duration-info {
    background: #fff8e1;
    border-left: 3px solid #f59e0b;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin: 0 0 1.25rem;
}
.duration-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 0.5rem 0;
}
.duration-total {
    font-size: 0.88rem;
    color: #555;
    margin: 0 0 0.75rem 0;
}
.duration-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.duration-list li {
    padding: 0.5rem 0;
    font-size: 0.88rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #fde68a;
}
.duration-list li:last-child { border-bottom: none; }
.duration-list li i {
    color: #f59e0b;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}
.duration-list li span:first-of-type { flex: 1; }
.duration-rate {
    background: #fef3c7;
    color: #92400e;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}
.duration-list li em {
    color: var(--pink);
    font-style: normal;
    font-weight: 600;
    font-size: 0.75rem;
    background: rgba(224,55,132,0.1);
    padding: 0.1rem 0.5rem;
    border-radius: 4px;
    margin-left: 0.5rem;
}
@media (max-width: 768px) {
    .duration-list li { flex-wrap: wrap; }
    .duration-rate { margin-left: auto; }
}

/* ===== CERTIFICATION SECTION — same dotted bg as education-modes for grouping ===== */
.certification-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2.5rem;
    
    
    background-color: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #eee;
    overflow: hidden;
}
/* Cert Hero — dark */
.cert-hero {
    background: var(--dark, #2c3e50);
    color: #fff;
    padding: 2rem 2rem;
    border-radius: 12px 12px 0 0;
}
.cert-hero h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; color: #fff; border: none; padding: 0; }
.cert-hero p { color: rgba(255,255,255,0.8); font-size: 0.92rem; line-height: 1.6; margin-bottom: 0.25rem; }
.cert-hero-eyebrow { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--pink); font-weight: 600; margin-bottom: 0.15rem; }
.cert-hero-img { max-width: 260px; height: auto; filter: brightness(0) invert(1); opacity: 0.85; }
/* Benefits title */
.cert-benefits-title { color: var(--dark); font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; padding: 0 2rem; }
.certification-section > .row,
.certification-section > h3,
.certification-section > .cert-kdvm-highlight { padding-left: 2rem; padding-right: 2rem; }
.certification-section > .row:last-of-type { padding-bottom: 1.5rem; }
/* Benefit cards */
.cert-benefit-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1.25rem;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}
.cert-benefit-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); transform: translateY(-2px); }
.cert-benefit-card i { font-size: 1.4rem; color: var(--pink); margin-bottom: 0.6rem; display: block; }
.cert-benefit-card h4 { font-size: 0.95rem; font-weight: 700; color: var(--dark); margin-bottom: 0.4rem; }
.cert-benefit-card p { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }
/* Level cards — side by side */
.cert-level-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}
.cert-level-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.cert-level-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    color: #fff;
}
.cert-level-header-kdvm { background: linear-gradient(135deg, var(--dark, #2c3e50) 0%, #1a252f 100%); }
.cert-level-header-autodesk { background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%); }
.cert-level-step {
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; font-weight: 700; flex-shrink: 0;
}
.cert-level-header h4 { font-size: 0.9rem; font-weight: 700; margin: 0; color: #fff; }
.cert-level-tag { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.05em; opacity: 0.8; }
.cert-level-body { padding: 1.25rem; flex: 1; }
.cert-level-body p { font-size: 0.88rem; color: #555; line-height: 1.6; }
.cert-level-features { list-style: none; padding: 0; margin: 0.75rem 0; }
.cert-level-features li { padding: 0.3rem 0; font-size: 0.85rem; color: #444; border-bottom: 1px solid #f5f5f5; }
.cert-level-features li:last-child { border-bottom: none; }
.cert-level-features i { color: var(--dark, #2c3e50); font-size: 0.7rem; width: 1rem; }
.cert-level-autodesk .cert-level-features i { color: var(--pink); }
.cert-level-issuer {
    display: flex; align-items: center; gap: 0.5rem;
    padding-top: 0.75rem; margin-top: 0.5rem; border-top: 1px solid #eee;
    font-size: 0.78rem; color: #888;
}
.cert-level-issuer i { color: var(--dark, #2c3e50); font-size: 1rem; }
.certification-section .cert-level-body p { color: #555; font-size: 0.88rem; line-height: 1.6; }
@media (max-width: 991px) {
    .cert-hero { padding: 1.5rem; }
    .cert-benefits-title { padding: 0 1rem; }
    .certification-section > .row,
    .certification-section > .cert-kdvm-highlight { padding-left: 1rem; padding-right: 1rem; }
}
/* ΚΔΒΜ highlight box */
.cert-kdvm-highlight {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    border-radius: 10px;
    padding: 1.25rem;
    margin-top: 1.25rem;
}
.cert-kdvm-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #f59e0b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.cert-kdvm-highlight p {
    margin: 0 0 0.5rem;
    color: #92400e;
    font-size: 0.9rem;
}
.cert-kdvm-highlight p:last-child { margin-bottom: 0; }
.cert-kdvm-note {
    color: #b45309 !important;
    font-size: 0.82rem !important;
    font-weight: 500;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(245,158,11,0.3);
}
@media (max-width: 768px) {
    .cert-kdvm-highlight { flex-direction: column; }
}
@media (max-width: 991px) {
    .certification-section { padding: 1.5rem 1rem; }
    .cert-image-wrapper { margin-top: 1.5rem; }
}

/* ===== UTILITY CLASSES ===== */

/* Χρώμα pink σε icons */
.icon-pink { color: var(--pink); }

/* Pink highlight text (π.χ. "Παγκόσμια Βράβευση") */
.text-pink-bold { color: var(--pink); font-weight: 700; }

/* "Τι θα μάθω" list */
.learn-list { list-style: none; padding: 0; }
.learn-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.learn-list li:last-child { border-bottom: none; }

/* Info stats box (θεματικές ενότητες, exercise files) */
.info-stats {
    background: rgba(255,255,255,0.15);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}
.info-stats p { margin-bottom: 0.5rem; }
.info-stats p:last-child { margin-bottom: 0; }

/* Mobile form rounded inputs */
.form-rounded {
    border-radius: 20px;
    padding: 12px 20px;
}
.form-rounded-sm {
    border-radius: 15px;
    padding: 12px 20px;
}

/* Mobile modal submit button */
.btn-modal-submit {
    background: white;
    color: var(--pink);
    border-radius: 25px;
    padding: 12px;
    font-weight: 600;
}

/* GDPR small label */
.gdpr-label { font-size: 0.85rem; }
.gdpr-link { color: white; text-decoration: underline; }

/* Form education type label */
.education-label {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    display: block;
}

/* Modal header pink gradient */
.modal-header-pink {
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
    color: white;
}

/* Modal body pink */
.modal-body-pink {
    background: var(--pink);
    padding: 1.5rem;
}

/* Version footer (legacy) */
.version-footer {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    font-size: 0.75rem;
    color: #888;
}

/* ===== BREADCRUMB ===== */
.breadcrumb-nav {
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1rem;
}
.breadcrumb-nav .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    padding: 0 0.4rem;
    color: #6c757d;
}
.breadcrumb-nav .breadcrumb-item a {
    color: var(--pink-text, #b01e5d); /* WCAG AA: 6.56:1 on #f8f9fa (was --pink=3.95:1, below 4.5) */
    text-decoration: none;
}
.breadcrumb-nav .breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-nav .breadcrumb-item.active {
    color: #6c757d;
}

/* ===== SITE FOOTER ===== */
.site-footer {
    background: var(--dark, #343a40);
    color: rgba(255,255,255,0.75);
    padding: 3rem 0 1.5rem;
    margin-top: 2rem;
    font-size: 0.92rem;
    line-height: 1.7;
}
.site-footer a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer a:hover {
    color: var(--pink, #e03784);
}
.footer-heading {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--pink, #e03784);
}
.footer-description {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 1rem;
}
.footer-social {
    display: flex;
    gap: 0.75rem;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}
.footer-social a:hover {
    background: var(--pink, #e03784);
    color: #fff;
}
.footer-locations {
    font-style: normal; /* override <address> italic default */
    margin: 0;
}
.footer-locations ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-locations li {
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
}
.footer-locations i {
    color: var(--pink, #e03784);
    width: 1.2em;
}
.footer-email {
    margin-top: 0.75rem;
    font-size: 0.88rem;
}
.footer-email i {
    color: var(--pink, #e03784);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.4rem;
}
.footer-links a::before {
    content: '›';
    margin-right: 0.5rem;
    color: var(--pink, #e03784);
    font-weight: 700;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.footer-legal {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.5rem;
}
.footer-sep {
    margin: 0 0.5rem;
    opacity: 0.4;
}
.footer-copyright {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 0.25rem;
}
.footer-version {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.3);
}

/* ===== RELATED SEMINARS ===== */
/* ===== TRUSTED BY — Infinite logo carousel ===== */
.trusted-section {
    background: #e9ecef;
    padding: 2rem 0 1.5rem;
    overflow: hidden;
}
.trusted-heading {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    color: #555;
    margin-bottom: 1.25rem;
}
.trusted-heading strong {
    font-weight: 800;
    color: var(--pink, #e03784);
    font-size: 1.4rem;
}
.trusted-track {
    display: flex;
    width: max-content;
    animation: trustedScroll 30s linear infinite;
}
.trusted-slide {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 1.5rem;
    flex-shrink: 0;
}
.trusted-slide img {
    height: 44px;
    width: auto;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.trusted-slide img:hover {
    opacity: 1;
    transform: scale(1.08);
}
@keyframes trustedScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* Pause on hover */
.trusted-track:hover { animation-play-state: paused; }

@media (max-width: 768px) {
    .trusted-slide { gap: 2rem; }
    .trusted-slide img { height: 30px; }
    .trusted-heading { font-size: 0.95rem; }
    .trusted-heading strong { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
    .trusted-track { animation: none; }
}

.related-seminars {
    background: #f8f9fa;
    padding: 2.5rem 0;
    border-top: 1px solid #e9ecef;
}
.related-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark, #343a40);
    margin-bottom: 1.5rem;
}
.related-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    text-decoration: none;
    color: var(--dark, #343a40);
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
}
.related-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--dark, #343a40);
}
.related-icon {
    font-size: 2rem;
    color: var(--pink, #e03784);
    margin-bottom: 0.75rem;
}
.related-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
.related-desc {
    font-size: 0.82rem;
    color: #6c757d;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--pink, #e03784);
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.4rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s, transform 0.3s ease, background 0.2s, box-shadow 0.2s;
    z-index: 1040;
    box-shadow: 0 6px 16px rgba(224,55,132,0.45), 0 2px 6px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: back-to-top-pulse 2.5s ease-in-out infinite;
}
@keyframes back-to-top-pulse {
    0%, 100% { box-shadow: 0 6px 16px rgba(224,55,132,0.45), 0 2px 6px rgba(0,0,0,0.15); }
    50%      { box-shadow: 0 6px 22px rgba(224,55,132,0.75), 0 2px 6px rgba(0,0,0,0.18); }
}

/* ===== LEFT NAV col-lg-3 — sticky ολόκληρη η στήλη, ώστε και τα 2 cards (hero-mini-float + bundle-card-42) να κολλάνε μαζί ===== */
.col-lg-3.d-none.d-lg-block:has(> .hero-mini-float) {
    position: sticky;
    top: 5rem;
    align-self: flex-start;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}
.hero-mini-float {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    border: 1px solid #e9ecef;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.06);
}
/* Old merged-card rules removed — brand-card πια δεν υπάρχει στη left sidebar
   (το ΚΔΒΜ block + contact μετακινήθηκαν στη δεξιά sidebar). */

/* Cost disclaimer — blue info card */
.cert-cost-disclaimer-card {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0.85rem 0 0;
    padding: 0.85rem 1rem;
    background: #e7f3fc;
    border: 1px solid #b6dcfc;
    border-left: 4px solid #1d6bbd;
    border-radius: 8px;
    color: #1d6bbd;
}
.cert-cost-disclaimer-icon {
    flex: 0 0 auto;
    font-size: 1rem;
    color: #1d6bbd;
    margin-top: 0.15rem;
}
.cert-cost-disclaimer-card p {
    flex: 1 1 auto;
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.5;
    color: #1a4f8a;
}
.cert-cost-disclaimer-card strong { color: #0d3a6b; }
.cert-cost-disclaimer-card a { color: var(--pink); text-decoration: underline; }
.cert-cost-disclaimer-card a:hover { color: var(--pink-dark, #c92568); }
.cert-cost-disclaimer-card a strong { color: var(--pink); }

/* Compact variant of cert-summary-table — smaller font + tight padding */
.cert-summary-table-sm { font-size: 0.78rem; }
.cert-summary-table-sm th, .cert-summary-table-sm td {
    padding: 0.45rem 0.55rem;
    line-height: 1.35;
    vertical-align: middle;
}
.cert-summary-table-sm thead th {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cert-summary-table-sm small { font-size: 0.65rem; opacity: 0.75; }

/* Cert modal cards (ACU/ACA/ACP/ACE) — collapsible accordion */
.cert-modal-card .card-body {
    max-height: 4000px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.cert-modal-card.is-collapsed .card-body {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.cert-modal-card-toggle {
    cursor: pointer;
    user-select: none;
    display: flex !important;
    align-items: center;
    transition: background 0.15s;
}
.cert-modal-card-toggle:hover { background: rgba(224,55,132,0.04); }
.cert-modal-card-chevron {
    color: #999;
    transition: transform 0.25s ease;
    margin-left: auto;
}
.cert-modal-card:not(.is-collapsed) .cert-modal-card-chevron {
    transform: rotate(180deg);
    color: var(--pink);
}

/* Learn list — pink bullet variant */
.learn-list-pink {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.learn-list-pink li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.45rem;
    line-height: 1.5;
    color: #444;
}
.learn-list-pink li::before {
    content: '';
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-top: 0.55em;
    border-radius: 50%;
    background: var(--pink);
}

/* FY27 Site Certificates — inline variant (χωρίς card-minimal styling) */
.site-cert-inline {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #e9ecef;
}
.site-cert-inline-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 0.5rem;
}
.site-cert-inline-sub {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0 0 0.75rem;
}

/* Autodesk Cert row — ATC logo αριστερά + description text δεξιά */
.cert-autodesk-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}
.cert-atc-logo-side {
    flex: 0 0 160px;
    margin: 0;
}
.cert-atc-logo-side img {
    width: 100%;
    max-width: 160px;
    height: auto;
    opacity: 0.9;
}
.cert-autodesk-row p { flex: 1 1 auto; margin: 0; text-align: justify; hyphens: auto; }
@media (max-width: 768px) {
    .cert-autodesk-row { flex-direction: column; align-items: center; text-align: center; }
    .cert-atc-logo-side { flex: 0 0 auto; }
    .cert-atc-logo-side img { max-width: 140px; }
}

/* ===== CERT EXAM MODAL TRIGGER — pink CTA button που ανοίγει τον πίνακα ACU/ACA/ACP/ACE ===== */
.cert-exam-modal-trigger {
    margin: 1rem 0 1.5rem;
    text-align: center;
}
.cert-exam-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background: var(--pink);
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(224,55,132,0.3);
    transition: background 0.15s, transform 0.1s, box-shadow 0.2s;
}
.cert-exam-btn:hover, .cert-exam-btn:focus-visible {
    background: var(--pink-dark, #c92568);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(224,55,132,0.4);
    outline: none;
}
.cert-exam-btn small {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: 0.04em;
    margin-top: 0.1rem;
}

/* ===== LEARN BUNDLE — wrapper για 3 partials (learn-outcomes + syllabus-table + ebook) ===== */
.learn-bundle {
    margin: 0 0 1.5rem;
    padding: 1.5rem 1.5rem 1rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
    .learn-bundle { padding: 1.1rem 1rem 0.75rem; border-radius: 10px; }
}
.learn-bundle-header {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(224,55,132,0.25);
}
.learn-bundle-header .lead {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.55;
    margin-bottom: 1rem;
}
.learn-bundle-header .lead strong { color: var(--pink); font-weight: 800; }
.learn-bundle-title {
    font-weight: 300;
    color: var(--dark);
    margin: 0 0 1rem;
    line-height: 1.1;
    text-align: center;
}
.learn-bundle-hero-img {
    margin: 0 auto 1rem;
    text-align: center;
    max-width: 100%;
}
.learn-bundle-cert-line {
    font-size: 0.95rem;
    color: #444;
    margin: 0 auto 0.5rem;
    line-height: 1.5;
    max-width: 760px;
}
.learn-bundle-divider {
    border: 0;
    border-top: 1px solid #e9ecef;
    margin: 0.5rem auto 1rem;
    max-width: 240px;
    opacity: 1;
}
.learn-bundle-hero-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
@media (max-width: 991px) {
    .learn-bundle-title.display-1 { font-size: 3rem; }
}
@media (max-width: 576px) {
    .learn-bundle-title.display-1 { font-size: 2.25rem; }
}
/* Hero variant — pink gradient background, white centered text */
.learn-bundle-title-hero {
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark, #c92568) 100%);
    padding: 1.25rem 1rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(224,55,132,0.3);
    margin: 0 0 1.25rem;
}
.learn-bundle-credentials {
    margin: 0;
    font-size: 0.92rem;
}
.learn-bundle-credentials dt {
    font-weight: 800;
    color: var(--pink);
    margin-bottom: 0.35rem;
}
.learn-bundle-credentials dd {
    color: #444;
    line-height: 1.5;
    margin-bottom: 0.65rem;
}
@media (max-width: 768px) {
    .learn-bundle-title { font-size: 1.4rem; }
    .learn-bundle-header .lead { font-size: 0.95rem; }
}
/* Keep the sidebar column above the methodology full-width band that uses negative margin */
.col-lg-3.d-none.d-lg-block { position: relative; z-index: 5; }
.hero-mini-float::-webkit-scrollbar { width: 3px; }
.hero-mini-float::-webkit-scrollbar-track { background: transparent; }
.hero-mini-float::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
.hero-mini-float::-webkit-scrollbar-thumb:hover { background: var(--pink); }

/* Mini hero card — large image at top of left nav */
.mini-hero-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    min-height: 140px;
}
.mini-hero-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.mini-hero-card:hover .mini-hero-img {
    transform: scale(1.05);
}
.mini-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
    padding: 2.5rem 0.75rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.mini-hero-subtitle {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.mini-hero-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.mini-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff;
    background: var(--pink, #e03784);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    align-self: flex-start;
    margin-top: 0.2rem;
}

/* Badge header */
.mini-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.6rem;
    background: var(--pink, #e03784);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.mini-badge:hover { background: #c92e70; }
.mini-badge img {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.4);
}
.mini-title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}
.mini-cert {
    font-size: 0.55rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* Tree TOC */
.mini-toc {
    list-style: none;
    padding: 0.4rem 0;
    margin: 0;
}
.mini-toc > li { margin: 0; }
.mini-toc-link {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
}
.mini-toc-link:hover {
    background: rgba(224,55,132,0.05);
    color: var(--pink);
    border-left-color: var(--pink);
}
.mini-toc-link.active {
    color: var(--pink);
    border-left-color: var(--pink);
    font-weight: 700;
    background: rgba(224,55,132,0.06);
}
.mini-toc-link i {
    font-size: 0.65rem;
    width: 14px;
    text-align: center;
    color: #aaa;
}
.mini-toc-link.active i,
.mini-toc-link:hover i { color: var(--pink); }
/* Group headings — uppercase pink labels για να ξεχωρίζουν τα 4 sub-sections */
.mini-toc-group {
    list-style: none;
    padding: 0.7rem 0.6rem 0.25rem;
    margin: 0;
}
.mini-toc-group:first-child { padding-top: 0.4rem; }
.mini-toc-group span {
    font-size: 0.62rem;
    font-weight: 800;
    color: var(--pink);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(224,55,132,0.2);
    padding-bottom: 0.2rem;
    display: block;
}
/* Email contact text inside mini-toc — light, plain text replaces CTA button */
.mini-toc-email-text {
    padding: 0.6rem 0.75rem 0.5rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.01em;
    list-style: none;
}
.mini-toc-email-text a {
    color: var(--pink, #e03784);
    font-weight: 400;
    text-decoration: none;
    transition: color 0.15s;
}
.mini-toc-email-text a:hover, .mini-toc-email-text a:focus-visible {
    color: var(--pink-dark, #c92568);
    text-decoration: underline;
    outline: none;
}
.mini-toc-email-text span { display: block; font-style: italic; opacity: 0.85; margin-top: 0.15rem; }
.mini-toc-count {
    background: var(--pink-light, #f8e1ec);
    color: var(--pink);
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0.1rem 0.35rem;
    border-radius: 10px;
    margin-left: auto;
}

/* Sub-items — collapsed by default; expand only for the section
   that matches the currently active scroll-spy link, so the user sees
   at most one subgroup at a time instead of the full outline. */
.mini-toc-sub {
    list-style: none;
    padding: 0 0 0 1.5rem;
    margin: 0;
    display: none;
}
.hero-mini-float li:has(> a.mini-toc-link.active) > .mini-toc-sub,
.hero-mini-float li:hover > .mini-toc-sub {
    display: block;
}
.mini-toc-sub li a {
    display: block;
    padding: 0.15rem 0.5rem;
    font-size: 0.62rem;
    color: #999;
    text-decoration: none;
}
.mini-toc-sub li a:hover { color: var(--pink); }

@media (max-width: 768px) {
    .hero-mini-float,
    .page-left-nav { display: none !important; }
}
.back-to-top:hover {
    background: var(--dark, #343a40);
}
@media (max-width: 768px) {
    .back-to-top { bottom: 5rem; left: 1rem; }
}

/* ===== GLOBAL FOCUS STATES (keyboard navigation) ===== */
*:focus-visible {
    outline: 3px solid var(--pink, #e03784);
    outline-offset: 2px;
}
.btn-submit:focus-visible,
.btn-modal-submit:focus-visible,
.faq-question:focus-visible,
.faq-toggle-all:focus-visible,
.back-to-top:focus-visible {
    outline: 3px solid var(--pink, #e03784);
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(224,55,132,0.2);
}

/* ===== CONTENT-VISIBILITY (skip rendering off-screen sections) ===== */
.content-section-toc,
.related-seminars,
.site-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    /* Hide non-essential UI */
    .mobile-sticky-bar,
    .hero-section::before,
    .lightbox-overlay,
    .form-card,
    .cost-card-minimal,
    .breadcrumb-nav,
    .modal,
    .footer-social,
    #menubar1,
    .btn-submit,
    .btn-modal-submit,
    .presentation-wrapper,
    iframe {
        display: none !important;
    }

    /* Reset layout */
    body {
        font-size: 12pt;
        color: #000 !important;
        background: #fff !important;
    }
    .sticky-sidebar {
        position: static !important;
    }
    .table-responsive {
        overflow: visible !important;
        max-height: none !important;
    }

    /* Clean up elements */
    .site-footer {
        background: #fff !important;
        color: #333 !important;
        border-top: 2px solid #333;
    }
    .site-footer a {
        color: #333 !important;
    }
    .hero-section {
        background: none !important;
        color: #000 !important;
        padding: 1rem 0;
    }
    .hero-title, .hero-subtitle, .hero-badge {
        color: #000 !important;
    }

    /* Show URLs after links */
    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }
    a[href^="tel"]::after,
    a[href^="mailto"]::after {
        content: none;
    }

    /* Full syllabus table */
    .syllabus-table {
        page-break-inside: auto;
        font-size: 10pt;
    }
    .syllabus-table tr {
        page-break-inside: avoid;
    }

    /* Remove shadows and rounded corners */
    * {
        box-shadow: none !important;
    }

    .faq-section {
        page-break-before: always;
    }
    .faq-item {
        break-inside: avoid;
    }
}

/* Stats row */
.syllabus-stats {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.syllabus-stat {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 1rem 1.5rem;
    text-align: center;
    flex: 1;
    min-width: 120px;
}
.syllabus-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--pink);
    line-height: 1;
}
.syllabus-stat-label {
    display: block;
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Cards inside dark section — white bg */
.syllabus-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    color: #333;
}
.syllabus-card-title {
    color: var(--dark, #2c3e50);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--pink);
}
.syllabus-card-title i { color: var(--pink); }
.syllabus-card .learn-list li {
    color: #444;
    border-bottom-color: #f0f0f0;
}
.syllabus-card .learn-list .icon-pink { color: var(--pink); }

/* Syllabus chapters in white card */
.syllabus-card .syllabus-chapters { margin-top: 0.5rem; }
.syllabus-card .syllabus-chapter {
    background: #f8f9fa;
    border-color: #eee;
}
.syllabus-card .syllabus-chapter summary {
    color: var(--dark);
}
.syllabus-card .syllabus-chapter summary::after { color: var(--pink); }
.syllabus-card .syllabus-chapter[open] summary {
    background: var(--pink);
    color: #fff;
}
.syllabus-card .syllabus-chapter .chapter-content {
    background: #fff;
}
.syllabus-card .syllabus-chapter .chapter-content li {
    color: #555;
    border-bottom-color: #f0f0f0;
}
@media (max-width: 768px) {
    .syllabus-dark-section { padding: 2rem 0; }
    .syllabus-card { padding: 1rem; }
    .syllabus-stats { gap: 0.75rem; }
    .syllabus-stat { padding: 0.75rem 1rem; }
    .syllabus-stat-number { font-size: 1.5rem; }
}

/* ===== SPECIALTY ITEMS (inside white card in dark section) ===== */
.specialty-item {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    height: 100%;
}
.specialty-item h4 {
    color: var(--dark);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.specialty-item h4 i { color: var(--pink); }
.specialty-item p {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
}

/* ===== DRAWINGS GALLERY (dark section) ===== */
/* Drawings gallery title + types list (above carousel) */
.drawings-gallery-title {
    color: var(--dark);
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 0.4rem;
}
.drawings-gallery-sub {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0 0 0.75rem;
}
.drawings-gallery-types {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 0;
    margin: 0 0 1rem;
    font-size: 0.85rem;
    color: #444;
}
.drawings-gallery-types li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    background: rgba(224,55,132,0.06);
    border: 1px solid rgba(224,55,132,0.18);
    border-radius: 999px;
    font-weight: 600;
}
.drawings-gallery-types li i {
    color: var(--pink);
    font-size: 0.8rem;
}

/* Drawings gallery — full-width carousel showing 1 active slide at a time */
.drawings-gallery {
    position: relative;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    margin: 0.5rem 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}
.gallery-track {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #1a1a1a;
}
.gallery-slide {
    display: none;
    position: absolute;
    inset: 0;
    background: #1a1a1a;
}
.gallery-slide.active { display: block; }
.gallery-slide picture, .gallery-slide img {
    width: 100%;
    height: 100%;
    display: block;
}
.gallery-slide img {
    object-fit: contain;
    cursor: zoom-in;
}
/* Prev/Next buttons positioned over the slide */
.gallery-prev, .gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.9);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #222;
    transition: background 0.15s, transform 0.1s;
}
.gallery-prev { left: 0.75rem; }
.gallery-next { right: 0.75rem; }
.gallery-prev:hover, .gallery-next:hover {
    background: var(--pink);
    color: #fff;
}
.gallery-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(0,0,0,0.85);
    color: #fff;
}
/* Dots wrap to multi-line when count is high (54 dots) */
.gallery-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: center;
    max-width: 100%;
    padding: 0 1rem;
}
.gallery-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}
.gallery-dot:hover { background: rgba(255,255,255,0.7); }
.gallery-dot.is-active {
    background: var(--pink);
    transform: scale(1.4);
}
@media (max-width: 768px) {
    .gallery-track { aspect-ratio: 4 / 3; }
    .gallery-prev, .gallery-next { width: 36px; height: 36px; }
    .gallery-dot { width: 6px; height: 6px; }
}

/* ===== SOFTWARE LICENSE — Compliance compare (compact bullets) ===== */
.software-license-compare-bullets {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 1rem 0 0;
}
.software-license-compare-bullets li {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #444;
    margin-bottom: 0.5rem;
}
.software-license-compare-bullets em {
    color: #666;
    font-style: italic;
}
.software-license-compare-bullets a { color: var(--pink); font-weight: 600; }

/* ===== SOFTWARE LICENSE SECTION ===== */
.software-license-section {
    margin-bottom: 1.5rem;
}
.software-license-header {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.75rem;
}
.software-license-box {
    margin: 0;
    text-align: center;
}
.software-license-box img {
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.12));
}
.software-license-header .section-title-center,
.software-license-header .section-subtitle {
    text-align: left;
}
@media (max-width: 767.98px) {
    .software-license-header { grid-template-columns: 1fr; gap: 1rem; }
    .software-license-box img { max-height: 140px; }
    .software-license-header .section-title-center,
    .software-license-header .section-subtitle { text-align: center; }
}

.software-license-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
}
.software-license-split .card-minimal { height: 100%; }

/* ===== SIDEBAR: full contact form compact overrides ===== */
/* Όταν το #contactFormSection βρίσκεται μέσα στο col-lg-3 sidebar,
   συμπιέζεται σε κάρτα πλήρους πλάτους χωρίς το centering grid. */
.col-lg-3 #contactFormSection { padding: 0; margin-top: 1rem; margin-bottom: 0; }
.col-lg-3 #contactFormSection > .container { padding: 0; max-width: 100%; }
.col-lg-3 #contactFormSection .row { margin: 0; }
.col-lg-3 #contactFormSection .col-lg-8 { flex: 0 0 100%; max-width: 100%; padding: 0; }
.col-lg-3 #contactFormSection .form-card {
    padding: 1rem 1rem 1.1rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    color: #222;
}
.col-lg-3 #contactFormSection .form-card h3 {
    font-size: 1rem;
    line-height: 1.25;
    color: #222;
    margin: 0 0 0.5rem;
}
.col-lg-3 #contactFormSection .form-card h3 i { color: var(--pink); }
.col-lg-3 #contactFormSection .form-card > p { font-size: 0.78rem !important; color: #666 !important; }
.col-lg-3 #contactFormSection legend.education-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--pink);
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.col-lg-3 #contactFormSection .education-type .row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; }
.col-lg-3 #contactFormSection .form-check-label { font-size: 0.78rem; color: #444; }
.col-lg-3 #contactFormSection .form-control {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.85rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
.col-lg-3 #contactFormSection .row { margin-left: 0; margin-right: 0; }
.col-lg-3 #contactFormSection .row > [class*="col"] { padding-left: 0; padding-right: 0; flex: 0 0 100%; max-width: 100%; }
.col-lg-3 #contactFormSection .row > [class*="col-sm"] { flex: 0 0 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
.col-lg-3 #contactFormSection .gdpr-label { font-size: 0.72rem; color: #666; line-height: 1.4; }
.col-lg-3 #contactFormSection .gdpr-label a,
.col-lg-3 #contactFormSection .gdpr-link { color: var(--pink); text-decoration: underline; }
.col-lg-3 #contactFormSection .gdpr-label a:hover { opacity: 0.85; }
.col-lg-3 #contactFormSection .btn-submit { width: 100%; padding: 0.55rem 0.85rem; font-size: 0.88rem; }
.col-lg-3 #contactFormSection .form-check-input {
    border: 1.5px solid #bbb;
    background-color: #fff;
}
.col-lg-3 #contactFormSection .form-check-input:checked {
    border-color: var(--pink);
    background-color: var(--pink);
}
.col-lg-3 #contactFormSection .form-check-input:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 0.15rem rgba(224,55,132,0.2);
}

/* Padding 20px σε όλες τις card-body των offers cards */
.offers-section .card-minimal > .card-body,
.offers-section .card-minimal > .card-header { padding: 20px; }

/* ===== REVIEWS SECTION — full-bleed standalone marquee ===== */
.ftf-reviews-section .review-tabs { display: none !important; }
.ftf-reviews-section #reviews-tabs-content > .tab-pane:not(#reviews-all) { display: none !important; }
.ftf-reviews-section #reviews-all { display: block !important; opacity: 1 !important; }
.ftf-reviews-section .reviews-marquee {
    /* Break out of the .container to span viewport width */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* ===== REVIEWS MARQUEE (Όλα tab) — 2 rows auto-scroll, opposite directions ===== */
.reviews-marquee {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    overflow: hidden;
}
.reviews-marquee-row {
    display: flex;
    gap: 1rem;
    width: max-content;
    will-change: transform;
}
.reviews-marquee-row-a { animation: reviews-scroll-left 90s linear infinite; }
.reviews-marquee-row-b { animation: reviews-scroll-right 90s linear infinite; }
.reviews-marquee:hover .reviews-marquee-row { animation-play-state: paused; }

.reviews-marquee .review-card {
    flex: 0 0 320px;
    width: 320px;
    margin: 0;
    height: auto;
    min-height: 160px;
    display: flex;
    flex-direction: column;
}

@keyframes reviews-scroll-left {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}
@keyframes reviews-scroll-right {
    from { transform: translate3d(-50%, 0, 0); }
    to   { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .reviews-marquee-row { animation: none !important; }
}
@media (max-width: 576px) {
    .reviews-marquee .review-card { flex-basis: 260px; width: 260px; }
}

/* ===== SITE FOOTER — whitesmoke bg + diagonal hatch pattern, dark text, pink accents ===== */
.site-footer {
    background-color: #f5f5f5; /* whitesmoke */
    background-image: repeating-linear-gradient(
        135deg,
        rgba(0,0,0,0.03) 0 1px,
        transparent 1px 10px
    );
    color: #2a2a2a;
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
    font-size: 0.88rem;
    border-top: 1px solid #e5e5e5;
}
.site-footer .container { max-width: 1400px; }
.site-footer-intro { text-align: center; margin-bottom: 2rem; padding: 0 1rem; }
.site-footer-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #222;
    margin: 0 0 0.4rem;
    letter-spacing: 0.02em;
}
.site-footer-sub { color: #666; margin: 0; font-size: 0.9rem; }

.site-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    padding: 0 1rem;
}
.site-footer-col h3 {
    font-size: 0.82rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.site-footer-col h3 i { font-size: 0.9rem; color: var(--pink); }
.site-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer-col li {
    margin: 0;
    padding: 0.2rem 0;
    line-height: 1.4;
}
.site-footer-col a {
    color: #444;
    text-decoration: none;
    font-size: 0.82rem;
    display: block;
    padding: 0.15rem 0;
    transition: color 0.15s, padding-left 0.15s;
    border-left: 2px solid transparent;
    padding-left: 0.3rem;
}
.site-footer-col a:hover,
.site-footer-col a:focus-visible {
    color: var(--pink);
    border-left-color: var(--pink);
    padding-left: 0.5rem;
    outline: none;
}

/* AUTHORIZED TRAINING & CERTIFICATION CENTERS — pre-bottom footer band */
.site-footer-atc {
    margin-top: 2rem;
    padding: 1.75rem 1rem;
    background: #1a1a1a;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}
.site-footer-atc-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
    letter-spacing: 0.02em;
}
.site-footer-atc-sub {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    max-width: 720px;
    margin: 0 auto 1.25rem;
    line-height: 1.5;
}
.site-footer-atc-sub strong { color: #fff; }
/* Static centered grid of ATC logos — no marquee/animation. */
.site-footer-atc-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.75rem 2.25rem;
    width: 100%;
    padding: 0 0.5rem;
}
.site-footer-atc-grid img {
    max-width: 110px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-footer-atc-grid img:hover {
    opacity: 1;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .site-footer-atc { padding: 1.25rem 0.5rem; }
    .site-footer-atc-title { font-size: 1rem; }
    .site-footer-atc-sub { font-size: 0.85rem; }
    .site-footer-atc-grid { gap: 1.25rem 1.5rem; }
    .site-footer-atc-grid img { max-width: 90px; max-height: 40px; }
}

.site-footer-bottom {
    margin-top: 2.5rem;
    padding: 1.5rem 1rem 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.8;
}
.site-footer-bottom strong { color: #222; }
.site-footer-bottom a { color: #444; text-decoration: none; }
.site-footer-version {
    margin-top: 0.5rem;
    color: #888;
    font-size: 0.75rem;
}
.site-footer-version strong { color: #555; font-weight: 700; }
.site-footer-bottom a:hover { color: var(--pink); }
.site-footer-centers { margin: 0.5rem 0; color: #555; }
.site-footer-centers i { color: var(--pink); margin-right: 0.3rem; }
.site-footer-copy { color: #888; font-size: 0.75rem; margin-top: 0.5rem; }

@media (max-width: 767.98px) {
    .site-footer { padding: 2rem 0 1rem; }
    /* Accordion pattern σε mobile — κάθε κατηγορία collapsible. */
    .site-footer-grid { grid-template-columns: 1fr; gap: 0; }
    .site-footer-col { border-bottom: 1px solid rgba(0,0,0,0.08); }
    .site-footer-col:last-child { border-bottom: 0; }
    .site-footer-col h3 {
        font-size: 0.82rem;
        margin: 0;
        padding: 0.9rem 0.3rem;
        cursor: pointer;
        user-select: none;
        border-bottom: 0;
        justify-content: space-between;
    }
    .site-footer-col h3::after {
        content: "\f078"; /* chevron-down */
        font-family: "Font Awesome 5 Pro","Font Awesome 6 Free";
        font-weight: 900;
        color: var(--pink);
        font-size: 0.72rem;
        margin-left: auto;
        transition: transform 0.25s ease;
    }
    .site-footer-col.is-open h3::after { transform: rotate(180deg); }
    .site-footer-col ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .site-footer-col.is-open ul {
        max-height: 600px;
        padding: 0 0.3rem 0.6rem;
    }
    .site-footer-col a { font-size: 0.82rem; padding: 0.3rem 0; }
}

/* ===== ABOUT SECTION — 42 Χρόνια FACEtoFACE (company story, stats, pillars, credentials) ===== */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin: 0.75rem 0 1.25rem;
}
@media (max-width: 575.98px) { .about-stats { grid-template-columns: repeat(2, 1fr); } }
.about-stat {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 0.85rem 0.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.about-stat-number {
    display: block;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--pink);
    line-height: 1;
}
.about-stat-number .about-stat-small { font-size: 1rem; color: #888; font-weight: 600; }
.about-stat-label {
    display: block;
    font-size: 0.75rem;
    color: #555;
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin: 1rem 0 1.25rem;
}
@media (max-width: 767.98px) { .about-pillars { grid-template-columns: 1fr; } }
.about-pillar {
    background: #fff;
    border: 1px solid #eee;
    border-left: 3px solid var(--pink);
    border-radius: 8px;
    padding: 0.85rem 1rem;
}
.about-pillar h3 {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--pink);
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.about-pillar p { margin: 0; font-size: 0.82rem; line-height: 1.55; color: #444; }

.about-credentials,
.about-locations {
    background: rgba(255,255,255,0.6);
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-top: 1rem;
}
.about-credentials-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 0.6rem;
}
.about-credentials-list,
.about-locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-credentials-list li,
.about-locations-list li {
    padding: 0.4rem 0 0.4rem 1.3rem;
    position: relative;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #444;
    border-bottom: 1px dashed #eee;
}
.about-credentials-list li:last-child,
.about-locations-list li:last-child { border-bottom: 0; }
.about-credentials-list li::before,
.about-locations-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pink);
}
.about-hours {
    margin: 0.6rem 0 0;
    font-size: 0.8rem;
    color: #777;
}

/* ===== PRICING AUDIENCE PANELS — context-sensitive info ανά audience tier.
   Ένα panel εμφανίζεται κάθε φορά· JS τοggles [hidden] attribute βάσει επιλογής radio. */
.pricing-audience-panels { margin: 0.75rem 0; }
.pricing-audience-panel {
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #333;
}
.pricing-audience-panel:empty { display: none; }
.pricing-audience-panel[hidden] { display: none; }
/* Dual price display — 2 τιμές στην ίδια κάρτα (π.χ. EL: 180€ ή 189€).
   Μικρότερο font από το single price για να χωράει σε narrow card. */
.pricing-amount-dual {
    display: inline-block;
    max-width: 100%;
    font-size: 2rem !important;
    line-height: 1.05;
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.pricing-amount-or {
    font-size: 0.55em;
    font-weight: 800;
    color: #d4e41e;
    margin: 0 0.15em;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .pricing-amount-dual { font-size: 1.7rem !important; }
}
@media (max-width: 480px) {
    .pricing-amount-dual { font-size: 1.5rem !important; white-space: normal; }
    .pricing-amount-or { display: inline-block; margin: 0 0.1em; }
}
/* Emotional handwritten anchor — "42 χρόνια μαζί!" anchored above the 3 pricing cards. */
.pricing-handwrite-anchor {
    text-align: center;
    margin: 0.5rem 0 1rem;
    line-height: 1;
}
.pricing-handwrite-text {
    display: inline-block;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--pink);
    transform: rotate(-3deg);
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
    .pricing-handwrite-text { font-size: 1.9rem; }
}
/* Pricing intro paragraph — κάτω από τον h3 τίτλο, εκτός κάρτας. */
.pricing-section-intro {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #555;
    margin: 0 0 0.75rem;
    text-align: justify;
}
.pricing-modes-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: grid;
    gap: 0.5rem;
}
.pricing-modes-list li {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #444;
    padding: 0.6rem 0.85rem;
    background: #fff;
    border-left: 3px solid var(--pink);
    border-radius: 0 6px 6px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.pricing-modes-list strong { color: var(--dark); }
/* DURATION INLINE BLOCK — pace-picker ενσωματωμένο μέσα στο pricing μετά το intro. */
.pricing-duration-inline {
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.25rem 1.25rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pricing-duration-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 0.5rem;
    display: flex;
    align-items: center;
}
.pricing-duration-title i { color: var(--pink); }
.pricing-duration-sub {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.pace-picker-standalone { padding-top: 0.25rem; }
.pricing-audience-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.55rem 1.25rem;
}
.pricing-audience-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.88rem;
    line-height: 1.45;
}
.pricing-audience-benefits li i {
    flex: 0 0 auto;
    color: var(--pink);
    margin-top: 0.18rem;
    width: 16px;
    text-align: center;
}
.pricing-audience-benefits a { color: var(--pink); font-weight: 700; text-decoration: none; }
.pricing-audience-benefits a:hover { text-decoration: underline; }
@media (max-width: 768px) {
    .pricing-audience-benefits { grid-template-columns: 1fr; gap: 0.5rem; }
}

/* ===== PRICING DETAILS LINK — per-card text link για toggle των details.
   Visible σε όλα τα viewports (desktop + mobile). Default: details collapsed για χαμηλότερο ύψος card. */
.pricing-details-link {
    display: inline-block;
    margin: 0.35rem 0 0.75rem;
    color: var(--pink);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(224,55,132,0.4);
    padding-bottom: 1px;
    text-align: center;
    align-self: center;
    transition: opacity 0.2s;
    cursor: pointer;
}
.pricing-details-link:hover,
.pricing-details-link:focus-visible { color: var(--pink); opacity: 0.85; outline: none; }
.pricing-details-link i { font-size: 0.75rem; margin-left: 0.25rem; transition: transform 0.25s ease; }

.pricing-details {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
.pricing-card.details-open .pricing-details {
    max-height: 3000px;
    opacity: 1;
}

/* ===== LOCATIONS INTRO — Δια Ζώσης περιγραφή πάνω από τον χάρτη ===== */
.locations-intro {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}
.locations-intro-title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 0.35rem;
}
.locations-intro p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: #444; }

/* ===== OFFERS BUNDLE TABLE — Δια Ζώσης πακέτα 2 σεμιναρίων με ενιαία τιμή ===== */
.offers-bundle-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.88rem;
    margin: 0.25rem 0 0.75rem;
}
.offers-bundle-table thead th {
    background: var(--pink);
    color: #fff;
    padding: 0.55rem 0.8rem;
    font-weight: 700;
    font-size: 0.82rem;
    text-align: left;
    letter-spacing: 0.01em;
}
.offers-bundle-table thead th.offers-bundle-price-col { text-align: right; width: 90px; }
.offers-bundle-table tbody tr { border-top: 1px solid #f0f0f0; }
.offers-bundle-table tbody tr:first-child { border-top: 0; }
.offers-bundle-table tbody tr:nth-child(even) { background: #fafafa; }
.offers-bundle-table tbody tr:hover { background: #fff4f8; }
.offers-bundle-table tbody th[scope="row"] {
    padding: 0.5rem 0.8rem;
    font-weight: 600;
    color: #333;
    text-align: left;
}
.offers-bundle-table tbody td {
    padding: 0.5rem 0.8rem;
    text-align: right;
    font-weight: 700;
    color: var(--pink);
    white-space: nowrap;
}
.offers-bundle-table tbody td.offers-bundle-secret {
    vertical-align: middle;
    padding: 1rem;
    background: linear-gradient(135deg, #2b2d3a 0%, #1a1b24 100%);
    white-space: normal;
    text-align: center;
    width: 220px;
}
.offers-bundle-secret-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    padding: 0.25rem;
    transition: transform 0.2s ease;
}
.offers-bundle-secret-link:hover,
.offers-bundle-secret-link:focus {
    color: #fff;
    transform: scale(1.02);
    text-decoration: none;
}
.offers-bundle-secret-mask {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 6px 18px rgba(224,55,132,0.4), inset 0 -3px 8px rgba(0,0,0,0.18);
}
.offers-bundle-secret-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e5fc35;
    line-height: 1.2;
}
.offers-bundle-secret-cta {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}
.offers-bundle-secret-phone {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.03em;
}
@media (max-width: 576px) {
    .offers-bundle-table tbody td.offers-bundle-secret { width: auto; padding: 0.8rem; }
    .offers-bundle-secret-mask { width: 44px; height: 44px; font-size: 1.3rem; }
}

.software-license-edu-link {
    color: var(--pink);
    font-weight: 300;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}
.software-license-edu-link:hover,
.software-license-edu-link:focus {
    color: var(--pink);
    text-decoration: underline;
    opacity: 0.85;
}
@media (max-width: 767.98px) {
    .software-license-split { grid-template-columns: 1fr; }
}

/* Intro row: software box image + intro paragraph */
.software-license-intro-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}
.software-license-intro-row .software-license-box { margin: 0; text-align: center; }
.software-license-intro-row .software-license-box img {
    max-width: 100%;
    max-height: 160px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.12));
}
.software-license-intro-row .section-subtitle { margin: 0 0 0.9rem; text-align: left; }
.software-license-intro-row .software-license-text { min-width: 0; }
@media (max-width: 767.98px) {
    .software-license-intro-row { grid-template-columns: 1fr; gap: 1rem; }
    .software-license-intro-row .software-license-box img { max-height: 120px; }
    .software-license-intro-row .section-subtitle { text-align: center; }
}

.software-license-inline {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.software-license-inline li {
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #eee;
    border-left: 3px solid var(--pink);
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #333;
}
.software-license-inline li a { color: var(--pink); font-weight: 600; }
.software-license-inline li strong { color: #222; }

.software-license-disclaimer {
    margin: 0.75rem 0 0 !important;
    padding: 0.7rem 0.85rem;
    background: rgba(224,55,132,0.05);
    border-radius: 6px;
    color: #666 !important;
    line-height: 1.5 !important;
}
.software-license-disclaimer small { font-size: 0.78rem; }
.license-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.license-card-header {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.license-card-header i {
    font-size: 1.5rem;
    flex-shrink: 0;
}
.license-card-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}
.license-card-student .license-card-header {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #fff;
}
.license-card-professional .license-card-header {
    background: linear-gradient(135deg, #6b7280, #9ca3af);
    color: #fff;
}
.license-card-body {
    padding: 1.5rem;
    flex: 1;
}
.license-card-body p {
    color: #555;
    font-size: 0.92rem;
    line-height: 1.7;
}
.license-steps {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}
.license-steps li {
    padding: 0.4rem 0;
    font-size: 0.88rem;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.license-steps li i { margin-top: 0.15rem; }
.license-cta {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.5rem;
    background: #059669;
    color: #fff;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.license-cta:hover {
    background: #047857;
    color: #fff;
    transform: translateY(-2px);
}
.license-warning {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}
.license-warning > i {
    color: #f59e0b;
    font-size: 1.1rem;
    margin-top: 0.15rem;
}
.license-warning p {
    margin: 0;
    font-size: 0.85rem !important;
    color: #92400e !important;
}
.license-note {
    font-size: 0.85rem !important;
    color: #888 !important;
    font-style: italic;
    margin-top: 0.5rem;
}
.license-inclass-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #555;
}
@media (max-width: 768px) {
    .license-card-body { padding: 1rem; }
    .license-inclass-note { flex-direction: column; text-align: center; }
}

/* ===== EBOOK SECTION ===== */
.ebook-section {
    /* Inherits atc-section styling (padding/border/radius/shadow/bg-gradient).
       Overrides the old pink bg — now matches other collapsible sections. */
    margin-bottom: 1.5rem;
}
.ebook-inline-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.ebook-inline-list li {
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #eee;
    border-left: 3px solid var(--pink);
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #333;
}
.ebook-inline-list li strong { color: #222; }
.ebook-features-title {
    font-weight: 600;
    color: var(--pink);
    font-size: 0.82rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 1rem 0 0.4rem !important;
}
.ebook-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem 1rem;
}
.ebook-features li { font-size: 0.88rem; color: #444; line-height: 1.5; }
.ebook-order-line {
    margin: 0.75rem 0 0 !important;
    padding: 0.7rem 0.85rem;
    background: rgba(224,55,132,0.05);
    border-radius: 6px;
    font-size: 0.88rem !important;
    color: #333;
    line-height: 1.5;
}
.ebook-order-line a { color: var(--pink); }
@media (max-width: 576px) {
    .ebook-features { grid-template-columns: 1fr; }
}
.ebook-preview-wrapper {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}
.ebook-preview-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 480px;
}
@media (max-width: 991px) {
    .ebook-preview { margin-top: 1.5rem; }
    .ebook-preview-wrapper iframe { min-height: 360px; }
}

/* ===== PRICING SECTION ===== */
/* PRICING PRICE — flash animation όταν αλλάζει tier */
.pricing-amount {
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pricing-amount.is-flashing {
    transform: scale(1.35);
}
/* Pulse effect στο pink box όταν αλλάζει η τιμή — bigger shadow glow */
.pricing-price {
    transition: box-shadow 0.4s ease;
}
.pricing-price:has(.pricing-amount.is-flashing) {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.55), 0 8px 24px rgba(224, 55, 132, 0.55);
}

/* PRICING NOTE — inline info warning (πχ για ACU) */
.pricing-note {
    display: block;
    margin-top: 0.3rem;
    padding: 0.45rem 0.6rem;
    background: #fff8e1;
    border-left: 3px solid #f5a623;
    border-radius: 4px;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #555;
    font-weight: 500;
}
.pricing-note i { color: #f5a623; margin-right: 0.25rem; }
.pricing-note strong { color: var(--dark); }
.pricing-note a {
    color: var(--pink);
    font-weight: 700;
    text-decoration: underline;
}
.pricing-note a:hover { color: var(--pink-dark); }

/* PRICING SUMMARY TABLE — τι περιλαμβάνει το σεμινάριο (ανά pricing card) */
/* Heading για τον pricing-summary πίνακα ("Συνοπτικά Περιλαμβάνει:") */
.pricing-summary-heading {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0.5rem 0 0.4rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid var(--pink);
}
.pricing-summary {
    margin: 0.75rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
}
.pricing-summary > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.35rem 0;
    border-bottom: 1px solid #eee;
    font-size: 0.78rem;
}
.pricing-summary dt { color: #666; font-weight: 500; margin: 0; }
.pricing-summary dd { color: var(--dark); font-weight: 700; margin: 0; text-align: right; }
.pricing-summary dd i.fa-check { color: var(--pink); font-size: 0.95rem; }
/* Info button next to a dt label — opens explanatory modal (e.g., Βεβαίωση ΚΔΒΜ). */
.pricing-info-btn {
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 0.25rem;
    color: #adb5bd;
    cursor: pointer;
    font-size: 0.85em;
    line-height: 1;
    vertical-align: middle;
    transition: color 0.15s, transform 0.1s;
}
.pricing-info-btn:hover, .pricing-info-btn:focus-visible {
    color: var(--pink);
    transform: scale(1.15);
    outline: none;
}
.pricing-summary dd i.fa-times.pricing-x-grey { color: #adb5bd; font-size: 0.95rem; }
.pricing-summary-no dt { color: #888; }
/* ACU explanation inside the dt — italic, smaller font, grey color, breaks to new line. */
.pricing-acu-detail {
    display: block;
    margin-top: 0.25rem;
    font-style: italic;
    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 400;
    color: #678;
}
.pricing-acu-detail strong { color: inherit; font-weight: 500; }
.pricing-acu-detail a { color: var(--pink); text-decoration: underline; font-weight: 700; }
.pricing-acu-detail a:hover { color: var(--pink-dark, #c92568); }
/* EL card: small italic note εξηγώντας ότι οι Βεβαιώσεις ΚΔΒΜ ισχύουν μόνο στη 2μηνη συνδρομή. */
.pricing-summary-2m-note {
    grid-column: 1 / -1;
    padding: 0.4rem 0 0.2rem;
    margin: 0;
    border-bottom: 0;
    display: block;
}
.pricing-summary-2m-note small {
    display: block;
    font-size: 0.78rem;
    line-height: 1.4;
    font-style: italic;
    color: #678;
}
.pricing-summary-2m-note small i { color: var(--pink); margin-right: 0.25rem; }
.pricing-summary-2m-note small strong { color: var(--pink); font-style: italic; font-weight: 700; }

.syllabus-card-subtitle {
    color: #555;
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0.3rem 0 0.75rem;
}

/* SYLLABUS LAYOUT — single column (practice panel μετακινήθηκε ψηλότερα ως ξεχωριστή κάρτα) */
.syllabus-layout {
    display: block;
}

#syllabusTable,
#syllabusTable > .container,
#syllabusTableBody { overflow: visible; }
#syllabusTable.is-collapsed #syllabusTableBody { overflow: hidden; }

.syllabus-practice {
    padding: 0.5rem 0 0;
    position: sticky;
    top: 90px;
    align-self: start;
}
@media (max-width: 991.98px) {
    .syllabus-practice { position: static; top: auto; }
}
.syllabus-practice-title {
    font-family: inherit;
    font-weight: 300;
    color: var(--pink);
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.15;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;
}
.syllabus-practice-divider {
    border: 0;
    height: 2px;
    background: var(--pink);
    width: 56px;
    margin: 0 0 1rem;
    opacity: 0.85;
}
.syllabus-practice p {
    color: #444;
    line-height: 1.6;
    font-size: 0.92rem;
    margin: 0 0 0.7rem;
}
.syllabus-practice-lead {
    font-weight: 500;
    color: #333;
}
.syllabus-practice-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    counter-reset: step;
}
.syllabus-practice-steps li {
    position: relative;
    padding: 0.35rem 0 0.35rem 2rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #444;
    border-bottom: 1px dashed #eee;
    counter-increment: step;
}
.syllabus-practice-steps li:last-child { border-bottom: 0; }
.syllabus-practice-steps li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.syllabus-practice-steps .muted { color: #888; font-size: 0.78rem; }

.syllabus-practice-group-title {
    font-weight: 700;
    color: var(--pink);
    font-size: 0.78rem !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 1rem 0 0.4rem !important;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(224,55,132,0.2);
}
.syllabus-practice-group-title:first-of-type { margin-top: 0.5rem !important; }

.syllabus-practice-final-title {
    font-weight: 600;
    color: var(--pink);
    margin-top: 0.5rem;
    font-size: 0.95rem !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.syllabus-practice-final {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.syllabus-practice-final li {
    position: relative;
    padding: 0.3rem 0 0.3rem 1.3rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #444;
}
.syllabus-practice-final li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.35rem;
    color: var(--pink);
    font-size: 0.75rem;
}
.syllabus-practice-gift {
    margin-top: 0.75rem !important;
    padding: 0.8rem 0.9rem;
    background: linear-gradient(135deg, rgba(224,55,132,0.08), rgba(224,55,132,0.02));
    border-left: 3px solid var(--pink);
    border-radius: 6px;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    color: #333 !important;
}
.syllabus-practice-gift i { color: var(--pink); margin-right: 0.4rem; }

.syllabus-practice-bonus { margin-top: 0.75rem; }
.syllabus-practice-bonus-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pink);
    margin-bottom: 0.35rem;
    padding-left: 0.15rem;
}
.syllabus-practice-bonus-eyebrow::before {
    content: "";
    width: 14px;
    height: 1px;
    background: var(--pink);
    display: inline-block;
}
.syllabus-practice-bonus .syllabus-practice-gift { margin-top: 0 !important; }

.syllabus-practice-note {
    margin-top: 0.9rem !important;
    padding-top: 0.8rem;
    border-top: 1px solid #eee;
    color: #666 !important;
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
    font-style: italic;
}
.syllabus-practice-note strong { color: #444; font-style: normal; }

/* SYLLABUS TABLE — compact flat table (α/α + τίτλος μαθήματος) */
.syllabus-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 0.75rem;
}
.syllabus-table thead th {
    background: #f8f9fa;
    padding: 0.4rem 0.6rem;
    font-weight: 700;
    color: #555;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}
.syllabus-table tbody tr { border-bottom: 1px solid #f0f0f0; }
.syllabus-table tbody tr:last-child { border-bottom: 0; }
.syllabus-table tbody tr:hover { background: #fafafa; }
.syllabus-table tbody th[scope="row"] {
    color: var(--pink);
    font-weight: 700;
    width: 2.5rem;
    text-align: center;
    padding: 0.3rem 0.4rem;
    vertical-align: middle;
    background: #fafbfc;
    border-right: 1px solid #f0f0f0;
}
.syllabus-table tbody td {
    padding: 0.3rem 0.7rem;
    vertical-align: middle;
    color: #444;
    line-height: 1.4;
}
@media (max-width: 576px) {
    .syllabus-table { font-size: 0.72rem; }
    .syllabus-table tbody th[scope="row"] { width: 2rem; }
    .syllabus-table tbody td { padding: 0.25rem 0.5rem; }
}

/* PACE PICKER — slider για επιλογή ρυθμού παρακολούθησης (6/8/12/20/50 ω/εβδ) */
.pace-picker {
    margin: 0.75rem 0 0.5rem;
    padding: 0.75rem 0.9rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.pace-header {
    font-size: 0.85rem;
    color: var(--dark);
    margin-bottom: 0.55rem;
    text-align: center;
}
.pace-header i { color: var(--pink); }
.pace-header strong { color: var(--pink); font-size: 0.95rem; }
.pace-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #e9ecef 0%, #e9ecef 100%);
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin: 0.35rem 0;
}
.pace-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: var(--pink);
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: grab;
    box-shadow: 0 2px 8px rgba(224, 55, 132, 0.45);
    transition: transform 0.15s;
}
.pace-slider::-webkit-slider-thumb:hover,
.pace-slider::-webkit-slider-thumb:active { transform: scale(1.15); }
.pace-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: var(--pink);
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: grab;
    box-shadow: 0 2px 8px rgba(224, 55, 132, 0.45);
}
.pace-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #777;
    font-weight: 600;
    padding: 0 0.15rem;
    margin-top: 0.25rem;
}
.pace-result {
    margin: 0.55rem 0 0;
    font-size: 0.78rem;
    text-align: center;
    color: #555;
    line-height: 1.45;
}
.pace-result strong { color: var(--pink); font-weight: 700; }

/* PRICING BUY BUTTON — bold yellow-green CTA inside pricing card */
.pricing-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-top: 0.5rem;
    padding: 0 0.75rem;
    background: #e6fb35;
    color: #222;
    font-weight: 800;
    font-size: 0.92rem;
    line-height: 1.2;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #c8dc1f;
    box-shadow: 0 3px 10px rgba(212, 228, 30, 0.35);
    transition: transform 0.12s, box-shadow 0.2s, filter 0.15s;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Buy buttons wrapper — pushed to bottom of card body so all cards bottom-align the entire stack.
   Inside the wrapper, buttons stack vertically with consistent spacing. */
.pricing-buy-btns {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
}
.pricing-buy-btns .pricing-buy-btn { margin-top: 0; }
.pricing-buy-btn:hover,
.pricing-buy-btn:focus-visible {
    color: #222;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 228, 30, 0.5);
    filter: brightness(1.05);
    outline: none;
}
/* Secondary buy button — same yellow style, just smaller top margin για stacking. */
.pricing-buy-btn-secondary { margin-top: 0.5rem; }

/* PRICING AUDIENCE SELECTOR — radio chips that swap card prices dynamically */
.pricing-audience {
    margin: 0 0 1.25rem;
    padding: 0;
    border: 0;
}
.pricing-audience-legend {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
    padding: 0;
}
/* AUDIENCE SELECTOR — tab-style: 4 equal columns με bottom-border indicator για το active tab. */
.pricing-audience-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 1rem;
}
.pricing-audience-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 0.5rem;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px; /* overlap container's bottom border */
    font-size: 0.9rem;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    user-select: none;
    text-align: center;
}
.pricing-audience-chip input { position: absolute; opacity: 0; pointer-events: none; }
.pricing-audience-chip i { color: #aaa; transition: color 0.15s; }
.pricing-audience-chip:hover { color: var(--dark); background: rgba(224,55,132,0.04); }
.pricing-audience-chip:hover i { color: var(--pink); }
.pricing-audience-chip:has(input:checked) {
    color: var(--pink);
    border-bottom-color: var(--pink);
    font-weight: 800;
}
.pricing-audience-chip:has(input:checked) i { color: var(--pink); }
.pricing-audience-chip small { font-weight: 500; opacity: 0.75; font-size: 0.7rem; }
@media (max-width: 768px) {
    .pricing-audience-options { grid-template-columns: repeat(2, 1fr); }
    .pricing-audience-chip { font-size: 0.82rem; padding: 0.7rem 0.4rem; }
}

.pricing-section {
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
    background: #f8f9fa;
    border-radius: 16px;
}
.pricing-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.pricing-card-featured {
    border: 2px solid var(--pink);
}
.pricing-card-header {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.pricing-card-header i {
    color: var(--pink);
    font-size: 1.3rem;
}
.pricing-card-header h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}
.pricing-badge {
    margin-left: auto;
    background: var(--pink);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.pricing-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pricing-price {
    text-align: center;
    padding: 0.9rem 0.75rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(224, 55, 132, 0.22);
}
.pricing-price .pricing-amount { color: #fff; }
.pricing-was {
    margin: 0 0 0.4rem;
    font-size: 0.7rem;
    color: #999;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
}
.pricing-was .pricing-old-price {
    display: inline;
    font-size: 0.7rem;
    color: #999;
}
.pricing-was small { color: #aaa; font-size: 0.65rem; }
/* hidden με visibility (όχι display:none) — διατηρεί το ύψος ώστε τα κουμπιά να μένουν στατικά. */
.pricing-was[hidden] {
    display: block !important;
    visibility: hidden;
}
/* "από 250€, μόνο:" inline format — uniform font, χωρίς italic ή έμφαση */
.pricing-was-emphasis {
    font-weight: inherit;
    font-style: normal;
}
.pricing-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--pink);
}
.pricing-old-price {
    display: block;
    font-size: 1rem;
    color: #767676; /* WCAG AA: 4.54:1 on white */
    font-weight: 500;
}
.pricing-amount {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
}
.pricing-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--pink-text);
    margin: 0.65rem 0 1rem;
    padding: 0.65rem 0.5rem 0;
    line-height: 1.4;
    min-height: 3.2rem; /* fits 2 lines for alignment across all 3 cards */
    border-top: 1px solid #eee;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    flex: 1;
}
.pricing-features li {
    padding: 0.35rem 0;
    font-size: 0.85rem;
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.pricing-features li i { margin-top: 0.15rem; font-size: 0.75rem; }
.pricing-duration {
    background: #f8f9fa;
    padding: 0.6rem 0.85rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    color: #666;
}
.pricing-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
    background: var(--dark);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.pricing-cta:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}
.pricing-cta-featured {
    background: var(--pink);
}
.pricing-cta-featured:hover {
    background: var(--pink-dark, rgba(224,55,132,0.78));
}
.pricing-extra {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1rem;
}
.pricing-extra i { font-size: 1.2rem; flex-shrink: 0; }
.pricing-extra strong { display: block; font-size: 0.88rem; color: var(--dark); }
.pricing-extra span { font-size: 0.78rem; color: #888; }

/* ===== OFFERS SECTION ===== */
.offers-section {
    /* Uses atc-section defaults (20px 24px padding, 12px radius, shadow, gradient bg).
       Override only the bottom margin for consistency with other collapsible sections. */
    margin-bottom: 1.5rem;
}
.offers-packages {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}
.offer-package {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.offer-package:hover {
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.offer-package-best {
    border-color: var(--pink);
    background: rgba(224,55,132,0.04);
}
.offer-package-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
}
.offer-package div strong {
    display: block;
    font-size: 0.9rem;
    color: var(--dark);
}
.offer-package div span {
    font-size: 0.78rem;
    color: #888;
}
.offers-visit-cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--pink);
    color: #fff;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-top: 1rem;
}
.offers-visit-cta > i {
    font-size: 1.5rem;
    flex-shrink: 0;
}
.offers-visit-cta strong {
    display: block;
    font-size: 0.92rem;
}
.offers-visit-cta span {
    font-size: 0.8rem;
    opacity: 0.85;
}
@media (max-width: 768px) {
    .offers-visit-cta { flex-direction: column; text-align: center; }
}

/* ===== CONTACT FORM SECTION ===== */
.contact-form-section {
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--pink, #e03784) 0%, var(--pink-dark, rgba(224,55,132,0.78)) 100%);
}
.contact-form-section .form-card {
    border-radius: 16px;
    padding: 2rem;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 2.5rem 0;
    background:
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px),
        whitesmoke;
    background-size: 40px 40px;
    border-top: 3px solid var(--f2f-pink, #e03784);
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}

.faq-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--f2f-dark, #2c3e50);
    text-align: center;
    margin-bottom: 2rem;
}

.faq-heading i {
    color: var(--f2f-pink, #e03784);
}

.faq-intro {
    text-align: left;
    max-width: none;
    margin: 0 0 1.5rem;
    padding-left: calc(25% + 12px); /* aligns with col-lg-9 start */
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}
.faq-intro a {
    color: var(--f2f-pink, #e03784);
    font-weight: 600;
    text-decoration: underline;
}

/* FAQ 2-column layout — uses Bootstrap row/col for exact alignment */
.faq-sidebar {
    position: sticky;
    top: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.faq-search-box {
    position: relative;
    margin-bottom: 0.75rem;
}
.faq-search-box i {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 0.8rem;
}
.faq-search-box input {
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 2rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.8rem;
    transition: border-color 0.2s;
}
.faq-search-box input:focus {
    outline: none;
    border-color: var(--f2f-pink, #e03784);
    box-shadow: 0 0 0 3px rgba(224,55,132,0.1);
}
.faq-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0.75rem;
}
.faq-nav-link {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.6rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.15s ease;
}
.faq-nav-link:hover {
    background: rgba(224,55,132,0.06);
    color: var(--f2f-pink, #e03784);
}
.faq-nav-link.active {
    background: var(--f2f-pink, #e03784);
    color: #fff;
}
.faq-nav-link.active .faq-count {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.faq-count {
    margin-left: auto;
    background: #f0f0f0;
    color: #888;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.1rem 0.4rem;
    border-radius: 10px;
}
.faq-main {
    min-width: 0;
}

/* Mobile: FAQ sidebar not sticky */
@media (max-width: 991px) {
    .faq-sidebar {
        position: static;
    }
}

/* Legacy controls — now inside sidebar */
.faq-toggle-all {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin-bottom: .75rem;
    padding: .5rem 1.25rem;
    background: transparent;
    border: 2px solid var(--f2f-pink, #e03784);
    border-radius: 50px;
    color: var(--f2f-pink, #e03784);
    font-size: .85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.faq-toggle-all:hover {
    background: var(--f2f-pink, #e03784);
    color: #fff;
}
.faq-category-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .4rem;
    margin-top: .5rem;
}
.faq-category-nav a {
    display: inline-block;
    padding: .3rem .75rem;
    border-radius: 50px;
    background: rgba(224,55,132,0.08);
    color: var(--f2f-pink, #e03784);
    font-size: .78rem;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.faq-category-nav a:hover {
    background: var(--f2f-pink, #e03784);
    color: #fff;
}
@media (max-width: 768px) {
    .faq-category-nav { gap: .3rem; }
    .faq-category-nav a { font-size: .72rem; padding: .25rem .6rem; }
}

.faq-list {
    max-width: 100%;
    margin: 0;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(224,55,132,0.12);
}

.faq-item[open] {
    box-shadow: 0 4px 16px rgba(224,55,132,0.15);
}

.faq-question {
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--f2f-dark, #2c3e50);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    user-select: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--f2f-pink, #e03784);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    line-height: 1;
}

.faq-item[open] .faq-question::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-item[open] .faq-question {
    background: var(--f2f-pink, #e03784);
    color: #fff;
}

.faq-item[open] .faq-question::after {
    color: #fff;
}

.faq-answer {
    padding: 0 1.5rem 1.25rem;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
    animation: faqFadeIn 0.3s ease;
}

.faq-answer p {
    margin: 0.75rem 0 0;
}

.faq-answer a {
    color: var(--f2f-pink, #e03784);
    text-decoration: underline;
    font-weight: 500;
}

.faq-answer a:hover {
    color: var(--f2f-pink-dark, #c92e70);
}

@keyframes faqFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* FAQ: show first 10, hide rest (via JS class) */
.faq-item.faq-hidden {
    display: none;
}
.faq-main.show-all .faq-item.faq-hidden {
    display: block;
}
.faq-show-more-wrapper {
    text-align: center;
    margin: 1.5rem 0 0.5rem;
}
.faq-show-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 2rem;
    background: var(--f2f-pink, #e03784);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.faq-show-more:hover {
    background: var(--f2f-pink-dark, #c92e70);
    transform: translateY(-2px);
}
.faq-show-more i {
    transition: transform 0.3s;
}
.faq-main.show-all .faq-show-more i {
    transform: rotate(180deg);
}

/* FAQ mobile adjustments */
@media (max-width: 768px) {
    .faq-section {
        padding: 1.5rem 0;
    }
    .faq-heading {
        font-size: 1.2rem;
    }
    .faq-question {
        padding: 1rem 1.2rem;
        font-size: 0.95rem;
    }
    .faq-answer {
        padding: 0 1.2rem 1rem;
        font-size: 0.9rem;
    }
}

/* ====================================================================
   REVIEWS SECTION (v25.24) — shared via /partials/reviews.html
   Originally standalone with blue theme (#0d6efd), adapted to brand pink.
   ==================================================================== */
/* .ftf-reviews-section uses .atc-section defaults (gradient bg, padding, radius, shadow).
   Overrides only where needed for the marquee experience. */
.ftf-reviews-section > .container { padding: 0; }
/* Match partners section title styling (compact, centered) */
.ftf-reviews-section .section-badge {
    font-size: 0.68rem !important;
    padding: 0.25rem 0.7rem !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ftf-reviews-section .section-title {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: var(--dark) !important;
    text-align: center;
    margin: 0.5rem 0 0.35rem !important;
    line-height: 1.2;
}
.ftf-reviews-section .section-subtitle {
    text-align: center;
    color: #888 !important;
    font-size: 0.78rem !important;
    margin: 0 auto 0.75rem !important;
    max-width: 100%;
    line-height: 1.4 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
}
.ftf-reviews-section .section-subtitle strong { color: #444; }
@media (max-width: 576px) {
    .ftf-reviews-section .section-subtitle { white-space: normal; font-size: 0.72rem !important; }
}
.ftf-reviews-section .section-badge {
    display: inline-block;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: rgba(224, 55, 132, .08);
    color: var(--pink-text, #b01e5d);
    font-weight: 700;
    font-size: .875rem;
    letter-spacing: .02em;
}
.ftf-reviews-section .section-title {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #0f172a;
}
.ftf-reviews-section .section-subtitle {
    max-width: 760px;
    color: #475569;
    font-size: 1.05rem;
}
.ftf-reviews-section .review-tabs .nav-link {
    margin: .25rem;
    border-radius: 999px;
    padding: .8rem 1.15rem;
    font-weight: 700;
    color: #334155;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    cursor: pointer;
}
.ftf-reviews-section .review-tabs .nav-link:hover {
    border-color: var(--pink, #e03784);
    color: var(--pink-text, #b01e5d);
}
.ftf-reviews-section .review-tabs .nav-link.active {
    background: var(--pink, #e03784);
    color: #fff;
    border-color: var(--pink, #e03784);
    box-shadow: 0 10px 25px rgba(224, 55, 132, .18);
}
.ftf-reviews-section .review-card,
.partners-reviews-mini .review-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.4rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.ftf-reviews-section .review-card:hover,
.partners-reviews-mini .review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .10);
}
.ftf-reviews-section .review-stars,
.partners-reviews-mini .review-stars {
    font-size: 1rem;
    letter-spacing: .08em;
    color: #f59e0b;
    margin-bottom: .85rem;
}
.ftf-reviews-section .review-text,
.partners-reviews-mini .review-text {
    color: #1e293b;
    line-height: 1.7;
    margin-bottom: 1.15rem;
    min-height: 120px;
}
.ftf-reviews-section .review-meta,
.partners-reviews-mini .review-meta {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    color: #64748b;
    font-size: .95rem;
}
.ftf-reviews-section .review-meta strong,
.partners-reviews-mini .review-meta strong {
    color: #0f172a;
    font-size: 1rem;
}
.ftf-reviews-section .reviews-summary {
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* ===== 42-Χρόνια Bundle Card — αυτόνομο sticky card, ίδια εξωτερική δομή με .hero-mini-float ===== */
.bundle-card-42 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.06);
    overflow: hidden;
    margin-top: 1rem;
    /* sticky γίνεται από τον γονέα col-lg-3 — και τα 2 cards κολλάνε ως ενιαίο block */
}
/* Header — image + overlay, ίδιο pattern με .mini-hero-card */
.bundle-card-42-header {
    position: relative;
    height: 140px;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}
.bundle-card-42-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.bundle-card-42:hover .bundle-card-42-img {
    transform: scale(1.04);
}
.bundle-card-42-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.08) 60%, transparent 100%);
    padding: 2.5rem 0.75rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.bundle-card-42-eyebrow {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.95);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-weight: 700;
}
.bundle-card-42-eyebrow i { color: #fff; margin-right: 0.25rem; }
/* Alternating fade between 2 spans (Πακέτο Εκπαίδευσης ↔ F2F.GR) */
.bundle-card-42-eyebrow-alt {
    position: relative;
    display: block;
    min-height: 0.95rem;
}
.bundle-card-42-eyebrow-alt .bundle-card-42-eyebrow-slide {
    position: absolute;
    top: 0; left: 0; right: 0;
    opacity: 0;
    animation: bundle-eyebrow-fade 7s infinite;
}
.bundle-card-42-eyebrow-alt .bundle-card-42-eyebrow-slide:nth-child(1) {
    position: relative;   /* first one keeps space so layout doesn't collapse */
    animation-delay: 0s;
}
.bundle-card-42-eyebrow-alt .bundle-card-42-eyebrow-slide:nth-child(2) {
    animation-delay: 3.5s;
}
@keyframes bundle-eyebrow-fade {
    0%, 5%   { opacity: 0; }
    10%, 45% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
.bundle-card-42-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.55), 0 1px 2px rgba(0,0,0,0.4);
}
.bundle-card-42-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: #fff;
    background: var(--pink, #e03784);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    align-self: flex-start;
    margin-top: 0.2rem;
    box-shadow: 0 2px 6px rgba(224,55,132,0.35);
}
/* Body — άσπρο, για να ταιριάζει με mini-hero-card */
.bundle-card-42-body {
    padding: 0.75rem 0.85rem 0.95rem;
    background: #fff;
}
.bundle-card-42-sub {
    font-size: 0.72rem;
    color: #1f2937;
    font-weight: 600;
    margin: 0 0 0.65rem;
    line-height: 1.35;
    text-align: center;
}
.bundle-card-42-audience {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    color: #6b7280;
    font-style: italic;
    margin-top: 0.15rem;
}
.bundle-card-42-prices {
    list-style: none;
    padding: 0;
    margin: 0 0 0.65rem;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.bundle-card-42-prices li {
    display: block;
    padding: 0.5rem 0.65rem 0.55rem;
    border-bottom: 1px dashed rgba(0,0,0,0.18);
}
.bundle-card-42-prices li:last-child { border-bottom: 0; }
.bundle-card-42-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
.bundle-card-42-mode {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1f2937;
}
.bundle-card-42-price {
    font-size: 1rem;
    font-weight: 800;
    color: #111;
}
.bundle-card-42-where {
    font-size: 0.62rem;
    line-height: 1.3;
    color: #6b7280;
    font-style: italic;
    margin-top: 0.15rem;
    letter-spacing: 0.01em;
}
/* Bundle buy button — ίδιο style με .pricing-buy-btn (yellow-green CTA), compact για sidebar card */
.bundle-card-42-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 0.6rem;
    background: #e6fb35;
    color: #222;
    border: 1px solid #c8dc1f;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(212, 228, 30, 0.35);
    transition: transform 0.12s, box-shadow 0.2s, filter 0.15s;
}
.bundle-card-42-buy:hover, .bundle-card-42-buy:focus-visible {
    color: #222;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 228, 30, 0.5);
    filter: brightness(1.05);
    outline: none;
}
.bundle-card-42-buy i { font-size: 0.78rem; }
.bundle-card-42-buy-note {
    font-size: 0.6rem;
    line-height: 1.3;
    color: #6b7280;
    text-align: center;
    margin-top: 0.3rem;
    font-style: italic;
}
.bundle-card-42-bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--pink, #e03784);
    color: #fff;
    border-radius: 8px;
    padding: 0.4rem 0.5rem;
    margin: 0 0 0.65rem;
    box-shadow: 0 2px 6px rgba(224,55,132,0.35);
}
.bundle-card-42-bonus-badge {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(255,255,255,0.22);
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}
.bundle-card-42-bonus-text {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.2;
}
.bundle-card-42-bonus-text strong { font-weight: 800; }
.bundle-card-42-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.55rem 0.65rem;
    background: #1f2937;
    color: #fff;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}
.bundle-card-42-cta:hover, .bundle-card-42-cta:focus-visible {
    background: #000;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.28);
    outline: none;
}
.bundle-card-42-cta i { font-size: 0.8rem; }

/* ===== story-card-42 (variant of bundle-card-42 για το 42 χρόνια story + modals) ===== */
.story-card-42-text {
    font-size: 0.72rem;
    line-height: 1.45;
    color: #374151;
    margin: 0 0 0.85rem;
    font-style: italic;
    text-align: justify;
}
.story-card-42-text strong { color: #111; font-style: normal; }
.story-card-42-actions {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.story-card-42-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.5rem 0.6rem;
    background: #fff;
    color: var(--pink, #e03784);
    border: 1.5px solid var(--pink, #e03784);
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, transform 0.1s, box-shadow 0.15s;
}
.story-card-42-btn:hover, .story-card-42-btn:focus-visible {
    background: var(--pink, #e03784);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(224,55,132,0.3);
    outline: none;
}
.story-card-42-btn i { font-size: 0.85rem; }
.story-card-42-badge { background: rgba(224,55,132,0.95); }

/* ===== Syllabus inline preview (first 20) + button που ανοίγει modal με όλα ===== */
.syllabus-collapsible {
    position: relative;
}
.syllabus-collapsible.is-collapsed tbody tr:nth-child(n+21) {
    display: none;
}
.syllabus-collapsible-fade {
    position: absolute;
    bottom: 56px;
    left: 0; right: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    pointer-events: none;
}
.syllabus-show-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin: 0.6rem 0 0.5rem;
    padding: 0.75rem 1rem;
    background: #fff;
    color: var(--pink, #e03784);
    border: 1.5px solid var(--pink, #e03784);
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, transform 0.1s, box-shadow 0.15s;
}
.syllabus-show-all-btn:hover, .syllabus-show-all-btn:focus-visible {
    background: var(--pink, #e03784);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(224,55,132,0.3);
    outline: none;
}
.syllabus-show-all-btn i { font-size: 0.9rem; }
/* Modal table styling */
.syllabus-modal-wrap .syllabus-table { font-size: 0.92rem; }
.syllabus-modal-wrap .syllabus-table th[scope="row"] { width: 3rem; text-align: center; }

/* ===== Pink variant of bundle-card-42-buy (Δια Ζώσης) ===== */
.bundle-card-42-buy-pink {
    background: var(--pink, #e03784);
    color: #fff;
    border: 1px solid var(--pink-dark, #c92568);
    box-shadow: 0 3px 10px rgba(224, 55, 132, 0.35);
}
.bundle-card-42-buy-pink:hover, .bundle-card-42-buy-pink:focus-visible {
    background: var(--pink-dark, #c92568);
    color: #fff;
    box-shadow: 0 6px 16px rgba(224, 55, 132, 0.5);
}

/* ===== Δια Ζώσης Payment Modal ===== */
.dz-pay-modal { font-size: 0.92rem; line-height: 1.5; }
.dz-pay-block {
    margin-bottom: 1.5rem;
    padding: 1rem 1.1rem;
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.dz-pay-block:last-of-type { margin-bottom: 1rem; }
.dz-pay-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.65rem;
    display: flex;
    align-items: center;
}
.dz-pay-title i { color: var(--pink, #e03784); }
.dz-pay-bank-info { margin: 0 0 0.6rem; }
.dz-pay-bank-name { color: #f5b500; }
.dz-pay-vat-notice {
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-left: 4px solid #ffa000;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #8b5500;
    margin: 0 0 0.85rem;
}
.dz-pay-details, .dz-pay-tax-info {
    margin: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ecef;
}
.dz-pay-details > div, .dz-pay-tax-info > div {
    display: grid;
    grid-template-columns: 11rem 1fr;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    border-bottom: 1px solid #f1f5f9;
}
.dz-pay-details > div:last-child, .dz-pay-tax-info > div:last-child { border-bottom: 0; }
.dz-pay-details dt, .dz-pay-tax-info dt {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    align-self: center;
}
.dz-pay-details dd, .dz-pay-tax-info dd {
    margin: 0;
    font-size: 0.9rem;
    color: #111;
    word-break: break-word;
}
.dz-pay-details code {
    background: #fff8f0;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #d34000;
    border: 1px solid #ffe0c2;
}
.dz-pay-steps { margin-top: 0.85rem; }
.dz-pay-steps h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.4rem;
}
.dz-pay-steps ol { padding-left: 1.2rem; margin: 0; }
.dz-pay-steps ol li { margin-bottom: 0.4rem; }
.dz-pay-steps a, .dz-pay-locations a, .dz-pay-tax-info a { color: var(--pink, #e03784); text-decoration: none; }
.dz-pay-steps a:hover, .dz-pay-locations a:hover, .dz-pay-tax-info a:hover { text-decoration: underline; }
.dz-pay-locations { padding-left: 1.2rem; margin: 0; }
.dz-pay-locations li { margin-bottom: 0.4rem; }
.dz-pay-tax {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 2px dashed #e9ecef;
}
.dz-pay-tax h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.65rem;
}
.dz-pay-tax i { color: var(--pink, #e03784); }
.btn-pink {
    background: var(--pink, #e03784);
    color: #fff;
    border: 1px solid var(--pink-dark, #c92568);
}
.btn-pink:hover, .btn-pink:focus-visible {
    background: var(--pink-dark, #c92568);
    color: #fff;
}

/* v25.53: Ενιαίος comparison πίνακας 4 στηλών (ΔΖ / ΕΛ / Mix). Αντικαθιστά τα 3 ξεχωριστά "Συνοπτικά Περιλαμβάνει" blocks. */
/* v25.58: Small shadow + hover effects + vertical borders. */
.pricing-comparison-wrap {
    margin: 1.5rem 0 0;
    padding: 1rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.25s;
}
.pricing-comparison-wrap:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
.pricing-comparison-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #222;
    margin: 0 0 1rem;
    text-align: center;
}
.pricing-comparison-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* v25.65: Cert-style table look — όπως το .cert-summary-table (απλό grid με light backgrounds + 1px borders). */
.pricing-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    line-height: 1.5;
}
.pricing-comparison-table th,
.pricing-comparison-table td {
    padding: 0.7rem 0.8rem;
    border: 1px solid #e9ecef;
    vertical-align: middle;
    text-align: center;
}
.pricing-comparison-table thead th {
    background: #f8f9fa;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.pricing-comparison-table thead th.pcomp-feature-col {
    text-align: left;
    background: #f8f9fa;
}
.pricing-comparison-table tbody th[scope="row"] {
    background: #fafbfc;
    font-weight: 600;
    color: var(--dark, #222);
    text-align: left;
    min-width: 140px;
}
.pricing-comparison-table tbody td { color: #444; }
/* Highlighted audience pricing rows — pink tint (όπως .cert-table-completion). */
.pricing-comparison-table tr.pcomp-audience-row th[scope="row"] {
    background: #ffe8f0 !important;
    color: var(--pink-dark, #c92568);
    font-weight: 700;
    box-shadow: none;
}
.pricing-comparison-table tr.pcomp-audience-row td {
    background: #fff5f9 !important;
}
.pricing-comparison-table .pcomp-el-cell {
    background: #fffdf5 !important;
    text-align: center;
    vertical-align: middle;
}
/* v25.66: EL buy buttons stack — κεντρικά στοιχισμένα. */
.pricing-comparison-table .pcomp-buy-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0 auto;
}
/* v25.67: Merged offer/mix cells — κεντρική στοίχιση + pink phone link με wrap. */
.pricing-comparison-table .pcomp-offer-cell,
.pricing-comparison-table .pcomp-mix-cell {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 0.85rem 0.6rem !important;
}
/* v25.68: Offer/Mix link → subtle inline text (όχι outline button), δεν κάνει μπαμ. */
.pricing-comparison-table .pcomp-offer-link {
    display: inline;
    color: #555;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.15s;
}
.pricing-comparison-table .pcomp-offer-link i {
    color: var(--pink, #e03784);
    margin-right: 0.25rem;
}
.pricing-comparison-table .pcomp-offer-link:hover,
.pricing-comparison-table .pcomp-offer-link:focus-visible {
    color: var(--pink-dark, #c92568);
    text-decoration: underline;
    outline: none;
}
.pricing-comparison-table a { color: var(--pink, #e03784); text-decoration: underline; }
.pricing-comparison-table a:hover { color: var(--pink-dark, #c92568); }
@media (max-width: 768px) {
    .pricing-comparison-table { font-size: 0.78rem; }
    .pricing-comparison-table th, .pricing-comparison-table td { padding: 0.5rem 0.55rem; }
}
/* v25.65: Mobile flip σε stacked cards (όπως cert-summary-table-sm). */
@media (max-width: 575.98px) {
    .pricing-comparison-table,
    .pricing-comparison-table thead,
    .pricing-comparison-table tbody,
    .pricing-comparison-table tr,
    .pricing-comparison-table th,
    .pricing-comparison-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .pricing-comparison-table thead { display: none; }
    .pricing-comparison-table tbody tr {
        margin-bottom: 0.85rem;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 0.5rem;
    }
    .pricing-comparison-table tbody tr.pcomp-audience-row {
        background: #fff5f9;
        border-color: #f8c0d6;
    }
    .pricing-comparison-table th[scope="row"] {
        font-size: 1rem;
        padding: 0.5rem 0.3rem;
        background: transparent !important;
        border: 0;
        border-bottom: 2px solid #f1f5f9;
        margin-bottom: 0.5rem;
        text-align: left;
    }
    .pricing-comparison-table td {
        display: grid;
        grid-template-columns: minmax(7.5rem, 40%) 1fr;
        gap: 0.5rem;
        align-items: center;
        text-align: left;
        padding: 0.4rem 0.3rem;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
        background: transparent !important;
    }
    .pricing-comparison-table tbody tr td:last-of-type { border-bottom: 0; }
    .pricing-comparison-table td::before {
        content: attr(data-label);
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #6c757d;
    }
    .pricing-comparison-table td:empty::before { display: none; }
    .pricing-comparison-table td:empty { display: none; }
}
/* Hide pcomp-section-header (deprecated — αφαιρέθηκε ήδη από HTML). */
.pricing-comparison-table tr.pcomp-section-header th { display: none; }
.pcomp-num {
    color: var(--pink, #e03784);
    font-weight: 800;
}
.pricing-comparison-table .pcomp-yes { color: var(--pink, #e03784); font-size: 1.05rem; }
.pricing-comparison-table .pcomp-no  { color: #adb5bd; font-size: 1.05rem; }
.pricing-comparison-table small { display: block; font-size: 0.7rem; color: #777; margin-top: 0.15rem; }
.pricing-comparison-table .pcomp-info {
    font-size: 0.78rem;
    margin-left: 0.25rem;
    color: var(--pink, #e03784);
}
.pricing-comparison-table .pricing-info-btn {
    background: none; border: 0; padding: 0; margin-left: 0.25rem;
    color: var(--pink, #e03784); font-size: 0.85rem; cursor: pointer;
}
/* v25.57: Section header solid pink (no gradient), compact. */
.pricing-comparison-table tr.pcomp-section-header th {
    background: var(--pink, #e03784);
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 0.55rem 0.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 0;
    box-shadow: 0 2px 6px rgba(224,55,132,0.25);
}
/* v25.60: Audience rows — Στήλη Α grey theme (όχι pink). */
.pricing-comparison-table tr.pcomp-audience-row th[scope="row"] {
    background: #f3f4f6 !important;
    color: #222;
    font-weight: 800;
    box-shadow: inset 3px 0 0 #adb5bd;
    padding: 0.5rem 0.55rem;
    font-size: 0.8rem;
}
.pricing-comparison-table tr.pcomp-audience-row td {
    background: #fff !important;
    vertical-align: middle;
    text-align: center;
    padding: 0.55rem 0.45rem;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.04);
}
.pricing-comparison-table tr.pcomp-audience-row {
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.pricing-comparison-table .pcomp-price {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pink, #e03784);
    line-height: 1.1;
    margin-bottom: 0.2rem;
}
.pricing-comparison-table .pcomp-price-note {
    display: block;
    font-size: 0.7rem;
    color: #888;
    font-weight: 500;
    font-style: italic;
}
.pricing-comparison-table .pcomp-el-cell {
    background: #fffdf5 !important;
    border-left: 2px solid #e6fb35;
    border-right: 2px solid #e6fb35;
}
.pricing-comparison-table .pcomp-buy-stack {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.4rem;
}
/* v25.59: Bigger + brighter buy buttons — Mix στήλη να πρωταγωνιστεί. */
.pricing-comparison-table .pcomp-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6fb35;
    color: #222;
    border: 2px solid #c8dc1f;
    border-radius: 10px;
    padding: 0.6rem 0.9rem;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
    box-shadow: 0 3px 8px rgba(200,220,31,0.4), 0 1px 3px rgba(0,0,0,0.08);
    white-space: nowrap;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.pricing-comparison-table .pcomp-buy-btn:hover,
.pricing-comparison-table .pcomp-buy-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(200,220,31,0.5), 0 2px 6px rgba(0,0,0,0.1);
    background: #f0fb50;
    color: #222;
    text-decoration: none;
    outline: none;
}
.pricing-comparison-table .pcomp-buy-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.pricing-comparison-table .pcomp-buy-btn-secondary {
    background: #fff;
    border-color: #e6fb35;
}
/* v25.57: "Προσφορά μήνα!" solid light pink (no gradient), compact. */
.pcomp-offer-cell {
    background: #fff0f6 !important;
    text-align: center;
    padding: 0.55rem 0.5rem !important;
}
/* v25.63: Mix merged cell — pink badge, χωρίς buy buttons. Phone-CTA pattern. */
.pcomp-mix-cell {
    background: #fff !important;
    text-align: center;
    padding: 0.65rem 0.5rem !important;
}
.pcomp-mix-badge {
    display: inline-block;
    background: var(--pink, #e03784);
    color: #fff;
    padding: 0.4rem 0.95rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 6px rgba(224,55,132,0.25);
    margin-bottom: 0.55rem;
}
.pcomp-mix-text {
    font-size: 0.78rem;
    color: #555;
    margin: 0 0 0.6rem;
    line-height: 1.3;
}
/* Mobile variant — μέσα σε Mix mode card. */
.pcomp-mode-mix {
    background: #fff;
    border: 1px solid #f3d7e3;
    border-radius: 8px;
    padding: 0.85rem;
    margin-top: 0.6rem;
    text-align: center;
}
/* v25.59: Yellow pennant-ribbon shape για το "ΠΡΟΣΦΟΡΑ ΜΗΝΑ!" badge — ξεχωρίζει visually από pink rest. */
.pcomp-offer-badge {
    display: inline-block;
    background: #e6fb35;
    color: var(--pink-dark, #c92568);
    padding: 0.5rem 1.2rem;
    font-size: 0.88rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
    margin-bottom: 0.65rem;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.pcomp-offer-text {
    font-size: 0.85rem;
    color: #444;
    margin: 0 0 0.6rem;
    line-height: 1.35;
}
.pcomp-offer-text strong { color: var(--pink-dark, #c92568); }
/* Mobile variant — μέσα σε mode card. */
.pcomp-mode-offer {
    background: #fff0f6;
    border-radius: 8px;
    padding: 0.85rem;
    margin-top: 0.6rem;
    text-align: center;
}

/* v25.55b: Phone link για ΔΖ "Καλέστε για προσφορά" cells (αντί για static price). */
.pcomp-phone-link {
    display: inline-flex;
    align-items: center;
    color: var(--pink, #e03784);
    background: #fff;
    border: 1.5px solid var(--pink, #e03784);
    border-radius: 6px;
    padding: 0.4rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}
.pcomp-phone-link:hover,
.pcomp-phone-link:focus-visible {
    background: var(--pink, #e03784);
    color: #fff;
    text-decoration: none;
    outline: none;
}

/* v25.55: Mobile-only stacked mode cards (≤575px) — αντικαθιστούν το horizontal-scroll table.
   Το CSS dual-markup pattern: .pcomp-desktop visible σε ≥576px, .pcomp-mobile visible σε <576px. */
.pcomp-mobile { display: none; }
@media (max-width: 575.98px) {
    .pcomp-desktop { display: none; }
    .pcomp-mobile { display: block; }
}
/* v25.56: Mobile mode cards — depth shadow + 3-color theme (grey body, pink header, yellow buttons). */
/* v25.58: small shadow + hover lift effect. */
.pcomp-mode-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1rem 0.85rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.2s;
}
.pcomp-mode-card:hover,
.pcomp-mode-card:focus-within {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}
.pcomp-mode-card:last-child { margin-bottom: 0; }
.pcomp-mode-card-el {
    border-color: #e6fb35;
    border-width: 2px;
    background: #fffdf5;
    box-shadow: 0 4px 14px rgba(230,251,53,0.25), 0 1px 3px rgba(0,0,0,0.06);
}
.pcomp-mode-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    background: var(--pink, #e03784);
    margin: -1rem -0.85rem 0.85rem;
    padding: 0.65rem 0.85rem;
    border-radius: 12px 12px 0 0;
    text-align: center;
    letter-spacing: 0.02em;
}
.pcomp-mode-features {
    margin: 0;
    padding: 0;
}
.pcomp-mode-features dt {
    font-weight: 600;
    font-size: 0.85rem;
    color: #555;
    padding: 0.55rem 0 0.15rem;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.pcomp-mode-features dt:first-child { border-top: 0; padding-top: 0; }
.pcomp-mode-features dd {
    margin: 0 0 0.3rem;
    padding: 0 0 0.3rem 0;
    font-size: 0.88rem;
    color: #222;
    font-weight: 500;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}
.pcomp-mode-features dd .pcomp-yes,
.pcomp-mode-features dd .pcomp-no {
    margin-left: 0.3rem;
}
.pcomp-mode-pricing {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 2px dashed #e0e0e0;
}
.pcomp-mode-pricing-title {
    font-size: 0.85rem;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 0.6rem;
    text-align: center;
}
.pcomp-mode-prices {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pcomp-mode-prices li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0.5rem;
    margin-bottom: 0.35rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.88rem;
}
.pcomp-mode-prices li:last-child { margin-bottom: 0; }
.pcomp-mode-prices li span { color: #444; font-weight: 600; }
.pcomp-mode-prices li strong {
    color: var(--pink, #e03784);
    font-size: 1rem;
    font-weight: 800;
}
.pcomp-mode-prices-mix li { padding: 0.5rem; }
.pcomp-mode-prices-mix li .pcomp-buy-btn {
    margin: 0;
    font-size: 0.78rem;
    padding: 0.35rem 0.6rem;
}
.pcomp-mode-note {
    font-size: 0.75rem;
    color: #888;
    text-align: center;
    margin: 0.5rem 0 0;
    font-style: italic;
}
.pcomp-mode-price-flat {
    text-align: center;
    font-size: 1.4rem;
    color: var(--pink, #e03784);
    margin-bottom: 0.6rem;
}
/* Reuse buy button styles from table for mobile cards */
.pcomp-mobile .pcomp-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6fb35;
    color: #222;
    border: 2px solid #c8dc1f;
    border-radius: 8px;
    padding: 0.45rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    white-space: nowrap;
}
.pcomp-mobile .pcomp-buy-btn:hover,
.pcomp-mobile .pcomp-buy-btn:focus-visible {
    color: #222;
    text-decoration: none;
    outline: none;
}
.pcomp-mobile .pcomp-buy-btn-secondary {
    background: #fff;
    border-color: #e6fb35;
}
.pcomp-mobile .pcomp-buy-stack {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.pcomp-mobile .pcomp-yes { color: var(--pink, #e03784); }
.pcomp-mobile .pcomp-no { color: #adb5bd; }

@media (max-width: 575.98px) {
    .pricing-comparison-wrap { padding: 0.85rem; }
    .pricing-comparison-title { font-size: 1rem; }
    .pricing-comparison-table { font-size: 0.82rem; }
    .pricing-comparison-table thead th { font-size: 0.85rem; padding: 0.55rem 0.4rem; }
    .pricing-comparison-table tbody th[scope="row"] { padding: 0.5rem 0.55rem; }
}

/* v25.52: button reset για inline modal/tooltip triggers (αντικατάσταση των <a href="#"> placeholders). */
.btn-link-inline {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    display: inline;
}
.btn-link-inline:hover { text-decoration: none; }
.btn-link-inline:focus-visible {
    outline: 2px solid var(--pink, #e03784);
    outline-offset: 2px;
    border-radius: 2px;
}

/* ===== BUNDLE 2D+3D Offer — inline μέσα στο pricing, πάνω από Διάρκεια ===== */
/* Yellow brand-kit border (v25.41) — visually marks the Πακέτο card as featured CTA. */
.pricing-bundle-card {
    border: 5px solid #e6fb35 !important;
}
.pricing-bundle-card .pricing-bundle-badge {
    display: inline-flex;
    align-items: center;
    background: var(--pink, #e03784);
    color: #fff;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    box-shadow: 0 3px 10px rgba(224,55,132,0.3);
}
/* ===== Urgency + Countdown timer για το bundle section ===== */
.pricing-bundle-urgency-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0.85rem 0 1rem;
    padding: 0.85rem 1.1rem;
    background: #fff;
    border: 2px solid var(--pink, #e03784);
    border-left: 6px solid var(--pink-dark, #c92568);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(224,55,132,0.18);
    animation: bundle-urgency-pulse 2.4s ease-in-out infinite;
}
.pricing-bundle-urgency-wrap.is-expired {
    background: #f1f5f9;
    border-color: #cbd5e1;
    animation: none;
    opacity: 0.6;
}
.pricing-bundle-urgency {
    display: inline-flex;
    align-items: center;
    font-size: 0.92rem;
    color: var(--pink-dark, #c92568);
    font-weight: 600;
}
.pricing-bundle-urgency i { color: var(--pink, #e03784); }
.pricing-bundle-urgency strong { color: #8b1c4b; font-weight: 800; }

.pricing-bundle-countdown {
    display: flex;
    gap: 0.35rem;
    align-items: flex-end;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
.bundle-cd-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 3rem;
    padding: 0.3rem 0.45rem 0.25rem;
    background: #1f2937;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.bundle-cd-num {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}
.bundle-cd-lbl {
    font-size: 0.55rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.75);
    margin-top: 0.15rem;
}
.bundle-cd-sep {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--pink, #e03784);
    line-height: 2.1;
    align-self: center;
    padding-bottom: 0.5rem;
}

@keyframes bundle-urgency-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(224, 55, 132, 0.0); }
    50%      { box-shadow: 0 0 0 8px rgba(224, 55, 132, 0.18); }
}

@media (max-width: 575.98px) {
    .pricing-bundle-urgency-wrap { flex-direction: column; align-items: stretch; }
    .pricing-bundle-countdown { justify-content: center; }
    .bundle-cd-block { min-width: 2.5rem; }
    .bundle-cd-num { font-size: 1.05rem; }
}
.pricing-bundle-row { margin-top: 1rem; }
.pricing-bundle-img-col {
    overflow: hidden;
    border-radius: 10px;
    min-height: 200px;
    background: #f8f9fa;
}
.pricing-bundle-img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.pricing-bundle-price-card {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1.1rem 1rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pricing-bundle-price-mode {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}
.pricing-bundle-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
    line-height: 1;
    margin-bottom: 0.55rem;
}
.pricing-bundle-price-where {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.45;
    font-style: italic;
    margin-bottom: 0.85rem;
    flex: 1;
}
.pricing-bundle-price-where strong { color: #111; font-style: normal; }
.pricing-bundle-price-card .bundle-card-42-buy {
    font-size: 0.78rem;
    padding: 0.55rem 0.55rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.005em;
}
@media (max-width: 1199.98px) {
    .pricing-bundle-price-card .bundle-card-42-buy { font-size: 0.72rem; padding: 0.5rem 0.4rem; }
}
.pricing-bundle-price-card { text-align: center; }
.pricing-bundle-price-mode { text-align: center; }
.pricing-bundle-price-where { text-align: center; }
@media (max-width: 991.98px) {
    .pricing-bundle-img-col { min-height: 180px; }
    .pricing-bundle-img { min-height: 180px; }
}

/* ===== Old .bundle-section-* legacy (no longer used since restructure to .pricing-bundle-card) ===== */
.bundle-section { padding: 2.5rem 0; background: #f8f9fa; display: none; }
.bundle-section-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid #e9ecef;
}
.bundle-section-img-col {
    background: #fff;
    overflow: hidden;
    min-height: 320px;
    position: relative;
}
.bundle-section-img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}
.bundle-section-body {
    padding: 1.75rem 1.85rem 1.85rem;
    display: flex;
    flex-direction: column;
}
.bundle-section-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--pink, #e03784);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}
.bundle-section-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #111;
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0 0 0.7rem;
}
.bundle-section-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    background: var(--pink, #e03784);
    color: #fff;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    box-shadow: 0 3px 10px rgba(224,55,132,0.3);
}
.bundle-section-sub {
    font-size: 0.95rem;
    color: #1f2937;
    margin: 0 0 1.25rem;
    line-height: 1.45;
}
.bundle-section-sub em { color: #6b7280; font-size: 0.85rem; }

.bundle-section-prices { margin-top: 0.5rem; }
.bundle-section-price-card {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1.1rem 1rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bundle-section-price-mode {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}
.bundle-section-price-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
    line-height: 1;
    margin-bottom: 0.55rem;
}
.bundle-section-price-where {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.45;
    font-style: italic;
    margin-bottom: 0.85rem;
    flex: 1;
}
.bundle-section-price-where strong { color: #111; font-style: normal; }

/* Inherit existing .bundle-card-42-buy & .bundle-card-42-buy-pink from sidebar but slightly larger here */
.bundle-section-price-card .bundle-card-42-buy {
    font-size: 0.85rem;
    padding: 0.6rem 0.7rem;
}

/* Mobile stacking */
@media (max-width: 991.98px) {
    .bundle-section-img-col { min-height: 220px; }
    .bundle-section-img { min-height: 220px; }
    .bundle-section-body { padding: 1.5rem 1.25rem; }
    .bundle-section-title { font-size: 1.7rem; }
}
@media (max-width: 575.98px) {
    .bundle-section { padding: 1.5rem 0; }
    .bundle-section-title { font-size: 1.4rem; }
    .bundle-section-badge { font-size: 0.7rem; }
}

/* ===== Cert summary table — stacked card layout για mobile (<575px) ===== */
@media (max-width: 575.98px) {
    .cert-summary-table-sm,
    .cert-summary-table-sm thead,
    .cert-summary-table-sm tbody,
    .cert-summary-table-sm tr,
    .cert-summary-table-sm th,
    .cert-summary-table-sm td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .cert-summary-table-sm thead { display: none; }
    .cert-summary-table-sm tbody tr {
        margin-bottom: 0.85rem;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 10px;
        padding: 0.4rem 0.6rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    }
    .cert-summary-table-sm tbody tr.cert-table-completion {
        background: #fff5f8;
        border-color: #f8c0d6;
    }
    .cert-summary-table-sm th[scope="row"] {
        font-size: 1rem;
        padding: 0.5rem 0.3rem;
        border-bottom: 2px solid #f1f5f9;
        margin-bottom: 0.3rem;
        background: transparent;
        color: #1f2937;
    }
    .cert-summary-table-sm th[scope="row"]::before { display: none; }
    .cert-summary-table-sm td {
        display: grid;
        grid-template-columns: minmax(7.5rem, 40%) 1fr;
        gap: 0.5rem;
        padding: 0.45rem 0.3rem;
        border: none;
        border-bottom: 1px dashed #e9ecef;
        font-size: 0.85rem;
        text-align: left;
    }
    .cert-summary-table-sm tbody tr td:last-of-type { border-bottom: 0; }
    .cert-summary-table-sm td::before {
        content: attr(data-label);
        font-size: 0.7rem;
        font-weight: 700;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        align-self: center;
    }
}

/* ===== Cert sample gallery (Ελληνικά / English tabs) — mobile only ===== */
.cert-sample-gallery .cert-gallery-tab {
    display: none;
}
@media (max-width: 575.98px) {
    .cert-sample-gallery {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem;
        max-width: 100%;
    }
    .cert-sample-gallery .cert-gallery-tab {
        display: block;
        grid-row: 1;
        padding: 0.45rem 0.5rem;
        background: #f8f9fa;
        color: #6b7280;
        border: 1.5px solid #e2e8f0;
        border-radius: 6px;
        font-size: 0.78rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.15s, color 0.15s, border-color 0.15s;
    }
    .cert-sample-gallery .cert-gallery-tab.is-active {
        background: var(--pink, #e03784);
        color: #fff;
        border-color: var(--pink-dark, #c92568);
    }
    .cert-sample-gallery .cert-gallery-slide {
        display: none;
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .cert-sample-gallery .cert-gallery-slide.is-active {
        display: block;
    }
    .cert-sample-gallery .cert-sample-img {
        width: 100%;
        max-height: 60vh;
        object-fit: contain;
    }
}

/* ===== "Μεθοδολογία FACEtoFACE®" — wrapped σε card (compact spacing) ===== */
.syllabus-practice-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 1.1rem 1.4rem 1rem;
    margin: 0 0 0.85rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
}
.syllabus-practice-card .syllabus-practice-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111;
    margin: 0 0 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.syllabus-practice-card .syllabus-practice-title i {
    color: var(--pink, #e03784);
    font-size: 1.2rem;
    margin-right: 0.1rem;
}
/* Tight up the wrapper inside #learnBundleBody so the practice card hugs the title above (aggressive collapse) */
#learnBundle.atc-section { padding-bottom: 0.5rem; }
#learnBundleBody { margin-top: 0 !important; padding-top: 0; }
#learnBundleBody > .syllabus-practice { margin-top: 0; }
#learnBundle .atc-header { padding-bottom: 0; margin-bottom: 0; }
#learnBundle .atc-title { margin-bottom: 0; }
#learnBundle .atc-eyebrow { margin-bottom: 0.15rem; }
.syllabus-practice-card { margin-top: 0.4rem; padding-top: 0.85rem; }
.syllabus-practice-card .syllabus-practice-title { margin-top: 0; }
@media (max-width: 575.98px) {
    .syllabus-practice-card { padding: 0.95rem 1rem 0.85rem; }
    .syllabus-practice-card .syllabus-practice-title { font-size: 1.15rem; }
}

/* ===== atc-title brand inline emphasis (FACEtoFACE-System pink) ===== */
.atc-title-brand {
    color: var(--pink, #e03784);
    font-weight: 800;
    white-space: nowrap;
}

/* ===== syllabus-practice note larger + stat circles ===== */
.syllabus-practice-card .syllabus-practice-note {
    font-size: 1.15rem;
    line-height: 1.55;
    color: #1f2937;
    font-style: normal;
    margin: 0 0 0.85rem;
}
.syllabus-practice-card .syllabus-practice-note small {
    font-size: 1.15rem;
    font-style: normal;
}
.syllabus-practice-card .syllabus-practice-note em { font-style: normal; }
/* "Βραβευμένη" prefix in title */
.syllabus-practice-awarded {
    color: var(--pink, #e03784);
    font-weight: 800;
    margin-right: 0.25rem;
    letter-spacing: -0.005em;
}
/* X-Y bar chart */
.syllabus-practice-chart {
    margin: 1rem 0 1.25rem;
    padding: 1rem 1rem 0.75rem;
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    text-align: center;
}
.syllabus-practice-chart svg {
    max-width: 100%;
    width: 100%;
    max-height: 280px;
    height: auto;
}
.syllabus-practice-chart-caption {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #6b7280;
    font-style: italic;
    line-height: 1.45;
}
.syllabus-practice-chart-caption i {
    color: var(--pink, #e03784);
    margin-right: 0.3rem;
}
.syllabus-practice-chart-caption strong { color: #111; font-style: normal; font-weight: 700; }

@media (max-width: 575.98px) {
    .syllabus-practice-card .syllabus-practice-note { font-size: 1rem; }
    .syllabus-practice-chart { padding: 0.7rem 0.4rem; }
    .syllabus-practice-chart-caption { font-size: 0.78rem; }
}


/* ===== ANTI-COPY PROTECTION (v25.43) — DISABLED 2026-05-01 =====
   Selectors changed από `body` σε `body.anti-copy-on` και `img` σε `body.anti-copy-on img`.
   Re-enable: αλλάζεις τα 4 places πίσω σε `body` και `img` (ή προσθέτεις class="anti-copy-on" στο <body>). */
body.anti-copy-on {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.anti-copy-on input, body.anti-copy-on textarea, body.anti-copy-on select, body.anti-copy-on [contenteditable="true"], body.anti-copy-on [contenteditable=""] {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
body.anti-copy-on ::selection { background: transparent; color: inherit; }
body.anti-copy-on ::-moz-selection { background: transparent; color: inherit; }
body.anti-copy-on img {
  -webkit-user-drag: none;
  user-drag: none;
}

/* ===== SYLLABUS TABLE — small text (v25.44) =====
   Πιο compact font ώστε να χωρά καλύτερα όλη η ύλη χωρίς collapse. */
.syllabus-table {
    font-size: 0.82rem;
    line-height: 1.4;
}
.syllabus-table th { padding: 0.55rem 0.75rem; }
.syllabus-table td { padding: 0.4rem 0.75rem; }
@media (max-width: 575.98px) {
    .syllabus-table { font-size: 0.78rem; }
    .syllabus-table th, .syllabus-table td { padding: 0.35rem 0.5rem; }
}

/* ===== SYLLABUS TABLE — software check column (v25.45) ===== */
.syllabus-table .syl-sw-col {
    text-align: center;
    width: 110px;
    font-size: 0.78rem;
    white-space: nowrap;
}
.syllabus-table .syl-sw-cell {
    text-align: center;
    color: #e03784;
    font-size: 1rem;
}
@media (max-width: 575.98px) {
    .syllabus-table .syl-sw-col { width: 70px; font-size: 0.68rem; }
    .syllabus-table .syl-sw-cell { font-size: 0.85rem; }
}

/* ============================================================
   v25.90 — Hero refactor (h1 + subtitle + brand) + stripPriceDemo
   Roll-out από 3d-studio-max σε όλα 5 V1 HTMLs.
   ============================================================ */

/* Hero subtitle (override του παλιού badge style + text-transform reset) */
.hero-section .hero-subtitle {
    display: block;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,.95);
    margin: .5rem 0 .75rem;
    background: none;
    padding: 0;
    border-radius: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.15);
    text-transform: none;
    letter-spacing: normal;
    opacity: 1;
}
.hero-section .hero-brand {
    display: block;
    font-size: .9rem;
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,.85);
    margin: 0 0 1rem;
}

/* Hero image-left / text-right — desktop only (mobile keeps column stack) */
@media (min-width: 992px) {
    .hero-row {
        flex-direction: row-reverse;
    }
}

/* ===== Strip Price Demo (Autodesk-style banner — pink, full-width, 1140px inner) ===== */
.strip-price-demo {
    background: var(--pink);
    color: #fff;
    padding: .75rem 1.5rem;
    border: 0;
    border-radius: 0;
}
.strip-price-demo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 12px;
}
.strip-price-demo-left {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    color: #fff;
}
.strip-price-demo-left i {
    color: #fff;
    font-size: 1.05rem;
}
.strip-price-demo-left strong {
    font-weight: 700;
}
.strip-price-demo-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.strip-price-demo-from {
    font-size: .9rem;
    color: rgba(255,255,255,.85);
}
.strip-price-demo-from strong {
    color: #fff;
    font-weight: 700;
}
.strip-price-demo-btn-yellow {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    background: #e6fb35;
    color: #222;
    border: 0;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s;
}
.strip-price-demo-btn-yellow:hover,
.strip-price-demo-btn-yellow:focus-visible {
    background: #d8ec24;
    color: #222;
    outline: none;
    text-decoration: none;
}
.strip-price-demo-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.strip-price-demo-btn-outline:hover,
.strip-price-demo-btn-outline:focus-visible {
    background: #fff;
    color: var(--pink);
    outline: none;
}
.strip-price-demo-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    padding: .5rem .25rem;
    cursor: pointer;
}
.strip-price-demo-phone-btn:hover,
.strip-price-demo-phone-btn:focus-visible {
    color: #e6fb35;
    outline: none;
}
.strip-price-demo-phone-btn i {
    color: #fff;
}
.strip-price-demo-phone .dropdown-menu {
    background: #ffe8f0;
    border: 1px solid #fbcfe8;
    min-width: 220px;
    box-shadow: 0 6px 18px rgba(224,55,132,.18);
}
.strip-price-demo-phone .dropdown-item {
    color: #333;
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.strip-price-demo-phone .dropdown-item strong {
    color: var(--pink);
}
.strip-price-demo-phone .dropdown-item span {
    color: #666;
}
.strip-price-demo-phone .dropdown-item:hover,
.strip-price-demo-phone .dropdown-item:focus {
    background: var(--pink);
    color: #fff;
}
.strip-price-demo-phone .dropdown-item:hover strong,
.strip-price-demo-phone .dropdown-item:focus strong {
    color: #fff;
}
.strip-price-demo-phone .dropdown-item:hover span,
.strip-price-demo-phone .dropdown-item:focus span {
    color: rgba(255,255,255,.85);
}
@media (max-width: 767.98px) {
    .strip-price-demo-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
    }
    .strip-price-demo-right {
        width: 100%;
        justify-content: flex-start;
    }
}

/* stripSoftwaresection trust strip 1140px alignment (override του global edge-to-edge) */
#stripSoftwaresection .trust-strip {
    max-width: 1140px;
    width: auto;
    margin: 0 auto;
    padding: .85rem 12px;
}
