/*
Theme Name: Skiathos Autism Friendly (TT4 Child)
Theme URI: https://local.talent.gr
Description: Child theme για την πρωτοβουλία Σκιάθος Φιλική προς τον Αυτισμό
Author: ...
Template: twentytwentyfour
Version: 1.0.0
Text Domain: skiathos-autism
*/

/* Custom CSS εδώ */
	
 /* --- Γενικά Styles --- */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #f7f5ee;
            color: #333;
            -webkit-font-smoothing: antialiased;
        }

        /* --- Navbar Styles --- */
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 8%;
            background-color: #f7f5ee;
            position: relative;
            z-index: 10;
        }

        .logo-area {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo-icon {
            width: 40px;
            height: 40px;
            background-color: #4a7c8c;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.8rem;
        }

        .logo-text {
            font-size: 0.95rem;
            font-weight: 700;
            color: #3c5a64;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .logo-subtitle {
            font-size: 0.65rem;
            font-weight: 500;
            color: #7a8e94;
            display: block;
            text-transform: uppercase;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 24px;
        }

        .nav-menu a {
            text-decoration: none;
            color: #444a51;
            font-size: 0.88rem;
            font-weight: 500;
            transition: color 0.2s;
        }

        .nav-menu a:hover {
            color: #4a7c8c;
        }

        .lang-switch {
            display: flex;
            background-color: #e2ded5;
            padding: 4px;
            border-radius: 20px;
            gap: 4px;
        }

        .lang-btn {
            padding: 6px 14px;
            border-radius: 16px;
            font-size: 0.75rem;
            font-weight: 700;
            text-decoration: none;
            color: #555;
        }

        .lang-btn.active {
            background-color: #4a7c8c;
            color: white;
        }

        /* --- Hero Section Styles --- */
        .hero-wrapper {
            background: linear-gradient(to bottom, #728c94 0%, #8ca4ac 40%, #a4b4bc 70%, #f7f5ee 100%);
            padding: 90px 8% 120px 8%;
        }

        .hero-container {
            max-width: 620px; 
        }

        .top-tagline {
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, 0.75);
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: 25px;
            color: #ffffff;
            text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.12);
            letter-spacing: -0.5px;
        }

        .hero-subtitle {
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 40px;
        }

        .info-card {
            background-color: rgba(255, 255, 255, 0.95);
            color: #4a525a;
            padding: 35px 40px;
            border-radius: 16px;
            box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
            margin-bottom: 30px;
        }

        .info-card p {
            font-size: 1rem;
            line-height: 1.7;
            font-weight: 400;
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-block;
            padding: 14px 28px;
            border-radius: 10px;
            font-size: 0.95rem;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .btn:hover {
            transform: translateY(-2px);
        }

        .btn-primary {
            background-color: #457888;
            color: #ffffff;
            box-shadow: 0px 4px 15px rgba(69, 120, 136, 0.3);
        }

        .btn-secondary {
            background-color: #ffffff;
            color: #457888;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
        }

        /* --- Ενότητα "Το Σήμα" Styles --- */
        .badge-section {
            padding: 40px 8% 80px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .badge-top-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 60px;
            margin-bottom: 60px;
        }

        .badge-text-area {
            flex: 1;
            max-width: 550px;
        }

        .section-tagline {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 1px;
            color: #457888;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1e3a47; 
            line-height: 1.2;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .section-description {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #555c66;
        }

        .badge-image-area {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .circular-badge {
            width: 180px;
            height: 180px;
            background-color: #ffffff;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
            border: 1px dashed #ced4da;
            padding: 20px;
            text-align: center;
        }

        .badge-check-icon {
            width: 36px;
            height: 36px;
            background-color: #457888;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .badge-label {
            font-size: 0.9rem;
            font-weight: 700;
            color: #1e3a47;
        }

        .badge-sublabel {
            font-size: 0.65rem;
            color: #8c949c;
            margin-top: 2px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .feature-card {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 14px;
            box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.01);
        }

        .feature-icon-wrapper {
            width: 40px;
            height: 40px;
            background-color: #eef4f6; 
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #457888;
            margin-bottom: 20px;
        }

        .feature-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1e3a47;
            margin-bottom: 10px;
        }

        .feature-card p {
            font-size: 0.88rem;
            line-height: 1.5;
            color: #727a82;
        }

        /* --- Ενότητα "Κριτήρια" Styles --- */
        .criteria-section {
            padding: 60px 8% 60px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .criteria-text-area {
            max-width: 650px;
            margin-bottom: 40px;
        }

        .accordion-wrapper {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 40px;
            max-width: 900px;
        }

        .accordion-item {
            background-color: #ffffff;
            border-radius: 14px;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.02);
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 22px 30px;
            cursor: pointer;
            user-select: none;
        }

        .accordion-header-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .accordion-badge {
            background-color: #eef4f6;
            color: #457888;
            font-size: 0.8rem;
            font-weight: 700;
            padding: 6px 14px;
            border-radius: 8px;
            white-space: nowrap;
        }

        .accordion-header h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1e3a47;
        }

        .accordion-arrow {
            font-size: 0.8rem;
            color: #457888;
            transition: transform 0.3s;
        }

        .accordion-item.open .accordion-arrow {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            background-color: #ffffff;
        }

        .accordion-item.open .accordion-content {
            max-height: 1000px; 
            border-top: 1px solid #f1eee6;
        }

        .accordion-inner-body {
            padding: 25px 30px 35px 30px;
        }

        .accordion-subtitle {
            font-size: 0.72rem;
            font-weight: 700;
            color: #9aa4ac;
            letter-spacing: 0.5px;
            margin-bottom: 18px;
            text-transform: uppercase;
        }

        .criteria-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .criteria-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 0.95rem;
            color: #555c66;
            line-height: 1.5;
        }

        .tick-icon {
            color: #4a7c8c;
            font-weight: bold;
            font-size: 1.05rem;
            line-height: 1;
            margin-top: 2px;
        }

        .pdf-btn-container {
            max-width: 900px;
        }

        .btn-pdf {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #1e3a47;
            color: #ffffff;
            padding: 14px 28px;
            border-radius: 8px;
            font-size: 0.95rem;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0px 4px 15px rgba(30, 58, 71, 0.2);
            transition: background-color 0.2s;
        }

        .btn-pdf:hover {
            background-color: #274b5c;
        }

        /* --- Ενότητα "Επιχειρήσεις" Styles --- */
        .business-section {
            padding: 60px 8% 60px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .filters-container {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .filter-btn {
            background-color: #ffffff;
            color: #4a525a;
            border: 1px solid #e2ded5;
            padding: 8px 18px;
            border-radius: 20px;
            font-size: 0.88rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .filter-btn.active {
            background-color: #457888;
            color: #ffffff;
            border-color: #457888;
        }

        .business-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .business-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.01);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .card-badges {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .category-badge {
            font-size: 0.75rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .category-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: inline-block;
        }

        .status-badge {
            font-size: 0.72rem;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 12px;
        }

        .status-badge.success {
            background-color: #eaf4f0;
            color: #2e6f40;
        }

        .status-badge.warning {
            background-color: #fdf5e6;
            color: #b36b00;
        }

        .business-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1e3a47;
            margin-bottom: 16px;
        }

        .info-line {
            display: flex;
            gap: 10px;
            font-size: 0.88rem;
            color: #606870;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .info-line .label {
            color: #9aa4ac;
            white-space: nowrap;
        }

        .info-divider {
            border-top: 1px solid #f1eee6;
            margin: 16px 0;
        }

        .meta-line {
            font-size: 0.82rem;
            color: #606870;
            margin-bottom: 6px;
        }

        .meta-line strong {
            color: #1e3a47;
        }

        .update-date {
            font-size: 0.75rem;
            color: #9aa4ac;
            margin-bottom: 16px;
        }

        .card-link {
            font-size: 0.9rem;
            font-weight: 600;
            color: #457888;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .card-link:hover {
            text-decoration: underline;
        }

        /* --- Ενότητα "Πριν από την Επίσκεψη" Styles --- */
        .visit-section {
            padding: 60px 8% 60px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .visit-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 40px;
            align-items: start;
        }

        .questions-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.01);
        }

        .questions-card h3 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 25px;
            color: #1e3a47;
        }

        .questions-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .question-item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 15px 0;
            border-bottom: 1px solid #f1eee6;
            font-size: 0.9rem;
            color: #444a51;
            font-weight: 500;
        }

        .question-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .question-item:first-child {
            padding-top: 0;
        }

        .question-circle {
            width: 20px;
            height: 20px;
            border: 1.5px solid #8ca4ac;
            color: #8ca4ac;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .downloads-column {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .downloads-column h3 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #1e3a47;
        }

        .download-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #ffffff;
            padding: 12px 18px;
            border-radius: 10px;
            text-decoration: none;
            color: #1e3a47;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.01);
            border: 1px solid rgba(0, 0, 0, 0.01);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .download-row:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        }

        .download-left {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .dl-icon-box {
            width: 32px;
            height: 32px;
            background-color: #eef4f6;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #4a7c8c;
            font-size: 0.9rem;
        }

        .pdf-badge {
            font-size: 0.62rem;
            font-weight: 700;
            border: 1px solid #ced4da;
            padding: 2px 6px;
            border-radius: 4px;
            color: #8c949c;
            letter-spacing: 0.5px;
        }

        /* --- Ενότητα "Χάρτης" Styles --- */
        .map-section {
            padding: 60px 8% 60px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .map-canvas-mockup {
            position: relative;
            width: 100%;
            height: 420px;
            background: linear-gradient(135deg, #e4ede9 0%, #e1e9e7 50%, #e6e5db 100%);
            background-image: 
                linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
            background-size: 25px 25px;
            border-radius: 20px;
            border: 1px solid #d4cdc3;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.01);
            margin-bottom: 25px;
        }

        .map-interactive-btn {
            position: relative;
            z-index: 5;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #ffffff;
            color: #1e3a47;
            padding: 14px 24px;
            border-radius: 10px;
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .map-interactive-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .mockup-pin {
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid #fff;
        }
        .pin-1 { top: 50%; left: 16%; background-color: #4a7c8c; box-shadow: 0 0 0 12px rgba(74, 124, 140, 0.2); }
        .pin-2 { top: 62%; left: 45%; background-color: #b87333; box-shadow: 0 0 0 12px rgba(184, 115, 51, 0.2); }
        .pin-3 { top: 48%; left: 68%; background-color: #3c8c74; box-shadow: 0 0 0 12px rgba(60, 140, 116, 0.2); }
        .pin-4 { top: 72%; left: 61%; background-color: #7b1fa2; box-shadow: 0 0 0 12px rgba(123, 31, 162, 0.2); }
        
        .mockup-zone {
            position: absolute;
            top: 65%;
            left: 30%;
            width: 70px;
            height: 45px;
            border: 1.5px dashed #7a8e84;
            border-radius: 50%;
            background-color: rgba(122, 142, 132, 0.05);
            transform: rotate(-15deg);
        }

        .map-legend-container {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .legend-title {
            font-size: 0.7rem;
            font-weight: 800;
            color: #8c949c;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

        .legend-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .legend-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.82rem;
            font-weight: 600;
            color: #444a51;
        }

        .legend-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: inline-block;
        }

        /* --- Ενότητα "Τα Νέα Μας" Styles --- */
        .news-section {
            padding: 60px 8% 60px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        .news-card {
            background-color: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.02);
            display: flex;
            flex-direction: column;
        }

        .news-card-image-mock {
            height: 180px;
            background: linear-gradient(180deg, #d3ded9 0%, #e1e8e4 50%, #e6e5db 100%);
            position: relative;
            padding: 20px;
            display: flex;
            align-items: flex-end;
        }

        .news-tag-badge {
            background-color: rgba(30, 58, 71, 0.3);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            color: #ffffff;
            font-size: 0.68rem;
            font-weight: 700;
            padding: 5px 12px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        .news-card-body {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .news-date {
            font-size: 0.8rem;
            font-weight: 600;
            color: #9aa4ac;
            margin-bottom: 12px;
        }

        .news-card h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1e3a47;
            line-height: 1.35;
            margin-bottom: 12px;
        }

        .news-excerpt {
            font-size: 0.88rem;
            color: #606870;
            line-height: 1.5;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .news-readmore {
            font-size: 0.85rem;
            font-weight: 700;
            color: #457888;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: color 0.2s ease;
        }

        .news-readmore:hover {
            color: #1e3a47;
        }

        /* --- Ενότητα "Για Επιχειρήσεις" Styles --- */
        .partner-section {
            padding: 60px 8% 80px 8%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .steps-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
            margin-bottom: 50px;
        }

        .step-box {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 24px 20px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.01);
            border: 1px solid rgba(0, 0, 0, 0.02);
        }

        .step-number-circle {
            width: 32px;
            height: 32px;
            background-color: #4a7c8c;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .step-box h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1e3a47;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .step-box p {
            font-size: 0.78rem;
            color: #727a82;
            line-height: 1.4;
        }

        .partner-grid-layout {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 30px;
            align-items: start;
        }

        .form-card-box {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.01);
        }

        .form-card-box h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1e3a47;
            margin-bottom: 25px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 0.82rem;
            font-weight: 600;
            color: #606870;
            margin-bottom: 8px;
        }

        .form-control {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #e2ded5;
            border-radius: 8px;
            font-family: inherit;
            font-size: 0.9rem;
            color: #333;
            background-color: #ffffff;
            outline: none;
            transition: border-color 0.2s;
        }

        .form-control:focus {
            border-color: #4a7c8c;
        }

        select.form-control {
            appearance: none;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23606870' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
            background-repeat: no-repeat;
            background-position: calc(100% - 16px) center;
            padding-right: 40px;
        }

        textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        .submit-btn {
            background-color: #457888;
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(69, 120, 136, 0.2);
            transition: background-color 0.2s;
        }

        .submit-btn:hover {
            background-color: #386270;
        }

        .contact-info-dark-box {
            background-color: #263e47;
            color: #ffffff;
            border-radius: 16px;
            padding: 40px 35px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
        }

        .contact-info-dark-box h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 25px;
            letter-spacing: -0.3px;
        }

        .contact-method-row {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
        }

        .contact-method-row:last-child {
            margin-bottom: 0;
        }

        .contact-icon-sphere {
            width: 36px;
            height: 36px;
            background-color: rgba(255, 255, 255, 0.08);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.95rem;
            flex-shrink: 0;
        }

        .contact-method-row span:not(.contact-icon-sphere) {
            font-size: 0.88rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
        }

        /* --- Ενότητα FOOTER (NEW STYLES BASED ON IMAGE) --- */
        .site-footer {
            background-color: #21353d;
            color: #ffffff;
            padding: 70px 8% 40px 8%;
        }

        .footer-main-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.2fr 0.8fr 1fr;
            gap: 50px;
            padding-bottom: 50px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-logo-col {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .footer-logo-row {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .footer-logo-box {
            width: 36px;
            height: 36px;
            background-color: #4a7c8c;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .footer-logo-title {
            font-size: 0.95rem;
            font-weight: 700;
            letter-spacing: -0.3px;
        }

        .footer-logo-col p {
            font-size: 0.88rem;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.5;
            max-width: 300px;
        }

        .footer-title-header {
            font-size: 0.72rem;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.4);
            letter-spacing: 0.8px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .footer-links-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .footer-links-list a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 0.88rem;
            font-weight: 500;
            transition: color 0.2s;
        }

        .footer-links-list a:hover {
            color: #4a7c8c;
        }

        .footer-partners-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .partner-outline-row {
            border: 1px solid rgba(255, 255, 255, 0.15);
            background-color: rgba(255, 255, 255, 0.02);
            padding: 10px 16px;
            border-radius: 8px;
            font-size: 0.85rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .partner-square-indicator {
            width: 14px;
            height: 14px;
            background-color: rgba(255, 255, 255, 0.15);
            border-radius: 3px;
        }

        .footer-bottom-bar {
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
        }

        .copyright-text {
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.5);
            line-height: 1.5;
            max-width: 700px;
        }

        .footer-lang-container {
            display: flex;
            background-color: rgba(255, 255, 255, 0.08);
            padding: 3px;
            border-radius: 20px;
            gap: 2px;
        }

        .footer-lang-btn {
            padding: 5px 12px;
            border-radius: 16px;
            font-size: 0.7rem;
            font-weight: 700;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.6);
        }

        .footer-lang-btn.active {
            background-color: #537780;
            color: #ffffff;
        }

        /* --- Responsive Design --- */
        @media (max-width: 1024px) {
            .navbar { padding: 20px 4%; flex-direction: column; gap: 15px; }
            .nav-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
            .hero-wrapper { padding: 60px 4% 80px 4%; }
            .hero-title { font-size: 2.8rem; }
            .badge-top-content { flex-direction: column; text-align: center; gap: 40px; }
            .badge-text-area { max-width: 100%; }
            .features-grid, .news-grid { grid-template-columns: 1fr; }
            .business-grid { grid-template-columns: repeat(2, 1fr); }
            .accordion-header { padding: 18px 20px; }
            .accordion-header-left { gap: 12px; }
            .accordion-header h3 { font-size: 1rem; }
            .visit-grid, .partner-grid-layout { grid-template-columns: 1fr; gap: 30px; }
            .visit-section, .map-section, .news-section, .partner-section { padding: 50px 4%; }
            .map-canvas-mockup { height: 300px; }
            .legend-row { gap: 12px; }
            .steps-container { grid-template-columns: repeat(3, 1fr); gap: 12px; }
            .site-footer { padding: 50px 4% 30px 4%; }
            .footer-main-grid { grid-template-columns: 1fr; gap: 35px; }
            .footer-bottom-bar { flex-direction: column; align-items: flex-start; gap: 20px; }
        }

        @media (max-width: 768px) {
            .business-grid, .steps-container { grid-template-columns: 1fr; }
            .form-card-box { padding: 25px; }
        }