/* ==================================================
   LANDING-ONLY HEADER / SLIDER CLEANUP
   ================================================== */

.main-navigation,
.octf-btn-cta,
.octf-search,
.octf-cart,
.octf-sidepanel,
.mmenu-toggle,
#mmenu-wrapper,
.banner-desc-1{
    display:none !important;
}

.octf-mainbar-row{
    justify-content:flex-start !important;
}

.octf-mainbar-row .logo-col{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
}

.site-header .octf-main-header,
.header_mobile{
    background:transparent !important;
}

.tp-caption-big,
.tp-caption-main,
.tp-desc,
.rev-btn,
.tparrows{
    display:none !important;
}

@media(max-width:1024px){
    .header_mobile .octf-col.justify-content-end{
        display:none !important;
    }
}

/* ==================================================
   SOFOKLIS PREMIUM HERO
   ================================================== */

.gand-hero-overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1180px;
    max-width:calc(100% - 60px);
    z-index:25;
    pointer-events:none;
}

.gand-hero-grid{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:40px;
    align-items:center;
}

.gand-hero-copy,
.sofoklis-form{
    pointer-events:auto;
}

.gand-hero-copy{
    max-width:620px;
}

.gand-eyebrow{
    display:block;
    margin-bottom:18px;
    color:#fff;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    text-shadow:0 4px 18px rgba(0,0,0,.75);
}

.gand-hero-copy h1{
    max-width:650px;
    margin-bottom:24px;
    color:#fff;
    font-family:"Titillium Web",sans-serif;
    font-size:64px;
    line-height:1.05;
    font-weight:300;
    text-shadow:0 6px 28px rgba(0,0,0,.45);
}

.gand-hero-copy p{
    max-width:560px;
    margin-bottom:24px;
    color:#fff;
    font-size:19px;
    line-height:32px;
    text-shadow:0 4px 18px rgba(0,0,0,.55);
}

.gand-hero-points{
    display:grid;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.gand-hero-points li{
    color:#fff;
    font-size:15px;
    letter-spacing:.2px;
    text-shadow:0 4px 18px rgba(0,0,0,.55);
}

.gand-hero-points li::before{
    content:"✓";
    margin-right:10px;
    color:#C8A12A;
    font-weight:700;
}

.gold{
    color:#E0BC50;
    text-shadow:
        0 0 8px rgba(224,188,80,.18),
        0 1px 2px rgba(0,0,0,.45);
}

/* Premium desktop form */
.sofoklis-form{
    position:relative;
    left:90px;
    justify-self:end;
    width:390px;
    max-width:100%;
    box-sizing:border-box;
    padding:28px 30px;
    color:#fff;
    background:rgba(10,10,10,.88);
    border:1px solid rgba(212,175,55,.35);
    border-radius:12px;
    box-shadow:0 20px 70px rgba(0,0,0,.45);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    pointer-events:auto;
}

.sf-badge{
    display:inline-block;
    margin-bottom:10px;
    color:#D4AF37;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.sofoklis-form h2{
    margin:0 0 8px;
    color:#D4AF37;
    font-size:34px;
    font-weight:300;
    line-height:1.15;
}

.sofoklis-form p{
    margin:0 0 18px;
    color:#c9c9c9;
    font-size:14px;
    line-height:1.6;
}

.sofoklis-form form,
.sofoklis-form input,
.sofoklis-form textarea,
.sofoklis-form button{
    pointer-events:auto;
}

.sofoklis-form input,
.sofoklis-form textarea{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin-bottom:10px;
    padding:13px 15px;
    color:#fff;
    background:#171717;
    border:1px solid #333;
    border-radius:6px;
    font-size:15px;
    outline:none;
    transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.sofoklis-form input::placeholder,
.sofoklis-form textarea::placeholder{
    color:#8e8e8e;
    opacity:1;
}

.sofoklis-form input:focus,
.sofoklis-form textarea:focus{
    border-color:#D4AF37;
    box-shadow:
        0 0 0 1px rgba(212,175,55,.35),
        0 0 14px rgba(212,175,55,.12);
}

.sofoklis-form textarea{
    height:90px;
    resize:none;
}

.sofoklis-form button{
    width:100%;
    padding:14px;
    color:#111;
    background:#D4AF37;
    border:0;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    cursor:pointer;
    transition:background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.sofoklis-form button:hover{
    background:#E0BC50;
    transform:translateY(-1px);
    box-shadow:0 10px 25px rgba(212,175,55,.18);
}

/* Original white form, retained only for the separate mobile form section */
.gand-form-box{
    max-width:430px;
    margin-left:auto;
    padding:34px;
    background:rgba(255,255,255,.96);
    box-shadow:0 25px 70px rgba(0,0,0,.28);
    pointer-events:auto;
}

.gand-form-box h3{
    margin:0 0 8px;
    color:#1a1a1a;
    font-family:"Titillium Web",sans-serif;
    font-size:32px;
    line-height:1.15;
}

.gand-form-box p{
    margin-bottom:20px;
    color:#666;
    font-size:14px;
    line-height:22px;
}

.gand-form-box input,
.gand-form-box textarea{
    width:100%;
    box-sizing:border-box;
    margin-bottom:12px;
    padding:13px 14px;
    background:#fff;
    border:1px solid #e2e2e2;
    font-size:14px;
    outline:none;
}

.gand-form-box input:focus,
.gand-form-box textarea:focus{
    border-color:#D4AF37;
    box-shadow:
        0 0 0 1px rgba(212,175,55,.35),
        0 0 14px rgba(212,175,55,.12);
}

.gand-form-box textarea{
    height:92px;
    resize:none;
}

.gand-form-box button{
    width:100%;
    padding:16px 18px;
    color:#fff;
    background:#1a1a1a;
    border:0;
    font-family:"Titillium Web",sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:.8px;
    text-transform:uppercase;
    cursor:pointer;
}

.gand-form-note{
    margin:12px 0 0 !important;
    color:#777 !important;
    font-size:12px !important;
    line-height:18px !important;
}

@media(max-width:1200px){
    .sofoklis-form{
        width:370px;
        left:30px;
    }
}

@media(max-width:1024px){
    .gand-hero-overlay{
        position:relative;
        top:auto;
        left:auto;
        transform:none;
        width:100%;
        max-width:100%;
        padding:120px 20px 40px;
        background:#1a1a1a;
    }

    .gand-hero-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .gand-hero-copy h1{
        font-size:42px;
    }

    .sofoklis-form{
        width:100%;
        left:0;
        justify-self:stretch;
        margin:30px auto 0;
    }

    .gand-form-box{
        max-width:100%;
        margin:0;
    }
}

.gand-section{padding:95px 0;position:relative;}
        .gand-section-light{background:#f7f7f7;}
        .gand-center{text-align:center;}
        .gand-heading span{
    font-family:"Josefin Sans",sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#D4AF37;
}
        .gand-heading h2{
            font-size:44px;
            font-weight:300;
            margin-top:8px;
            margin-bottom:18px;
        }
        .gand-heading p{max-width:760px;margin:0 auto 45px;color:#666;}
.gand-card{
    background:#fff;
    padding:38px 32px;
    min-height:220px;
    border:1px solid #eee;
    height:100%;
    transition:all .35s ease;
}

.gand-card:hover{
    transform:translateY(-8px);
    border-color:#D4AF37;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.gand-card .num{
    font-family:"Titillium Web",sans-serif;
    font-size:48px;
    line-height:1;
    color:transparent;
    -webkit-text-stroke:1px #1a1a1a;
    opacity:.35;
    display:block;
    margin-bottom:18px;
    transition:all .35s ease;
}

.gand-card:hover .num{
    color:#D4AF37;
    -webkit-text-stroke:0;
    opacity:1;
}

.gand-card h4{
    font-size:24px;
    margin-bottom:12px;
    transition:color .35s ease;
}

.gand-card:hover h4{
    color:#D4AF37;
}

.gand-card p{
    margin-bottom:0;
    color:#666;
}
        .gand-dark-cta{
            background:#1a1a1a;
            padding:75px 0;
        }
        .gand-dark-cta h2{color:#fff;font-weight:300;margin-bottom:8px;}
        .gand-dark-cta p{color:#d0d0d0;margin-bottom:0;}
        .gand-dark-cta .octf-btn{background:#fff;color:#1a1a1a;}
        .gand-dark-cta .octf-btn:before,.gand-dark-cta .octf-btn:after{background:#fff;}
        .gand-review{
            background:#fff;
            padding:32px;
            border:1px solid #eee;
            height:100%;
        }
        .gand-stars{letter-spacing:2px;margin-bottom:14px;color:#1a1a1a;}
        .gand-review p{color:#555;margin-bottom:18px;}
        .gand-review strong{color:#1a1a1a;}
        @media(max-width:1024px){
            .gand-hero-overlay{position:relative;top:auto;left:auto;transform:none;max-width:100%;width:100%;padding:120px 20px 40px;background:#1a1a1a;}
            .gand-hero-grid{grid-template-columns:1fr;gap:30px;}
            .gand-hero-copy h1{font-size:42px;}
            .gand-form-box{margin:0;max-width:100%;}
        }
        @media(max-width:767px){
            .gand-hero-copy h1{font-size:34px;}
            .gand-heading h2{font-size:34px;}
            .gand-section{padding:65px 0;}
        }

.grid-lines{
            display:none !important;
        }

        .gand-stats-section{
            padding:120px 0;
            background:#f4f4f1;
            position:relative;
        }
        .gand-section-head{
            max-width:820px;
            margin:0 auto 55px;
            text-align:center;
        }
        .gand-pill{
            display:inline-block;
            background:#e4e4e0;
            color:#1a1a1a;
            padding:7px 24px;
            border-radius:30px;
            font-size:13px;
            font-weight:700;
            margin-bottom:18px;
        }
        .gand-section-head h2{
            font-family:"Titillium Web",sans-serif;
            font-size:46px;
            font-weight:700;
            margin-bottom:14px;
            color:#1a1a1a;
        }
        .gand-section-head p{
            font-size:18px;
            color:#777;
            max-width:720px;
            margin:0 auto;
        }
        .gand-stat-card{
            background:#fff;
            border:1px solid #e7e7e2;
            padding:34px 24px;
            min-height:285px;
            text-align:center;
            margin-bottom:30px;
            box-shadow:0 20px 45px rgba(0,0,0,.05);
        }
        .gand-stat-icon{
            width:74px;
            height:74px;
            line-height:74px;
            margin:0 auto 22px;
            background:#1a1a1a;
            color:#fff;
            font-size:32px;
            border-radius:14px;
        }
        .gand-stat-icon.green{
            background:#2f6b58;
        }
        .gand-stat-card h3{
            font-size:42px;
            font-weight:800;
            margin-bottom:6px;
            color:#1a1a1a;
        }
        .gand-stat-card h4{
            font-size:17px;
            font-weight:700;
            margin-bottom:14px;
        }
        .gand-stat-card p{
            font-size:14px;
            color:#777;
            margin-bottom:0;
        }
        .gand-mini-stats{
            max-width:820px;
            margin:20px auto 45px;
            border:1px solid #cfcfca;
            background:rgba(255,255,255,.45);
            display:flex;
            justify-content:space-around;
            padding:34px 20px;
        }
        .gand-mini-stats div{
            text-align:center;
        }
        .gand-mini-stats strong{
            display:block;
            font-size:34px;
            color:#1a1a1a;
            line-height:1;
            margin-bottom:8px;
        }
        .gand-mini-stats span{
            display:block;
            font-weight:700;
            color:#1a1a1a;
        }
        .gand-mini-stats small{
            display:block;
            color:#777;
            margin-top:5px;
        }
        @media(max-width:767px){
            .gand-section-head h2{
                font-size:32px;
            }
            .gand-mini-stats{
                display:block;
            }
            .gand-mini-stats div{
                margin-bottom:25px;
            }
            .gand-mini-stats div:last-child{
                margin-bottom:0;
            }
        }

        .projects-thumbnail img{
            width:100%;
            height:100%;
            min-height:360px;
            object-fit:cover;
            display:block;
        }
        .project-item.thumb2x .projects-thumbnail img{
            min-height:360px;
        }
        @media(max-width:767px){
            .projects-thumbnail img{
                min-height:280px;
            }
        }
.gand-gallery-strip{
            display:grid;
            grid-template-columns:repeat(4,1fr);
            gap:0;
            margin:0;
            padding:0;
            overflow:hidden;
        }
        .gand-gallery-strip img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    filter:none;
    transition:transform .6s ease;
}

.gand-gallery-strip img:hover{
    transform:scale(1.04);
}

        @media(max-width:991px){
            .gand-gallery-strip{
                grid-template-columns:repeat(2,1fr);
            }
            .gand-gallery-strip img{
                height:320px;
            }
        }
        @media(max-width:575px){
            .gand-gallery-strip{
                grid-template-columns:1fr;
            }
            .gand-gallery-strip img{
                height:260px;
            }
        }


/* GAND original Theratio services block */
.gand-services-demo{
    padding:95px 0 90px;
    background:#fff;
}
.gand-services-demo .icon-box--bg-img{
    min-height:315px;
    padding:55px 34px 38px;
    background-color:#f4f4f4;
}
.gand-services-demo .icon-bg-1,
.gand-services-demo .icon-bg-2,
.gand-services-demo .icon-bg-3{
    background-image:url("images/bg1-home1.jpg") !important;
}
.gand-services-demo .icon-bg-1:hover,
.gand-services-demo .icon-bg-2:hover,
.gand-services-demo .icon-bg-3:hover{
    background-image:url("images/bg1-home1.jpg") !important;
}
.gand-services-demo .icon-box--bg-img:before{
    z-index:2;
}
.gand-services-demo .icon-box--bg-img:after{
    z-index:2;
}
.gand-services-demo .icon-main span{
    display:block;
    line-height:1;
    margin-bottom:26px;
}
.gand-services-demo .icon-main span:before{
    font-size:58px;
    color:#1a1a1a;
}
.gand-services-demo .icon-box--bg-img:hover .icon-main span:before{
    color:#fff;
}
.gand-services-demo .content-box h5{
    font-size:24px;
    margin-bottom:14px;
}
.gand-services-demo .content-box p{
    max-width:260px;
    margin-left:auto;
    margin-right:auto;
    line-height:26px;
}
.gand-services-demo .link-box .btn-details{
    font-size:13px;
    letter-spacing:.8px;
}
.gand-services-demo .space-90{
    height:90px;
}
@media(max-width:991px){
    .gand-services-demo .icon-box--bg-img{
        margin-bottom:30px;
    }
    .gand-services-demo .space-90{
        height:45px;
    }
}


/* Visibility fix for Theratio service cards */
.gand-services-demo .icon-box--bg-img{
    background-color:#1a1a1a !important;
}
.gand-services-demo .icon-box--bg-img:before{
    background:rgba(0,0,0,.50) !important;
}
.gand-services-demo .icon-box--bg-img .content-box h5,
.gand-services-demo .icon-box--bg-img .content-box h5 a{
    color:#fff !important;
}
.gand-services-demo .icon-box--bg-img .content-box p{
    color:rgba(255,255,255,.78) !important;
}
.gand-services-demo .icon-box--bg-img .link-box .btn-details{
    color:#fff !important;
    opacity:1 !important;
}
.gand-services-demo .icon-box--bg-img .icon-main span:before{
    color:#fff !important;
}
.gand-services-demo .icon-box--bg-img:hover:before{
    background:rgba(0,0,0,.32) !important;
}
.gand-services-demo .icon-box--bg-img:hover .content-box p{
    color:rgba(255,255,255,.92) !important;
}


/* GAND standalone proof counters */
.gand-proof-section{
    padding:80px 0;
    background:#fff;
}
.gand-proof-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    text-align:center;
}
.gand-proof-grid strong{
    display:block;
    font-family:"Titillium Web",sans-serif;
    font-size:42px;
    line-height:1;
    font-weight:300;
    color:#c5c5c5;
    margin-bottom:14px;
}
.gand-proof-grid span{
    display:block;
    font-family:"Titillium Web",sans-serif;
    font-size:16px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#1a1a1a;
}

/* Service cards readable without hover */
.gand-services-demo .icon-box--bg-img .content-box h5,
.gand-services-demo .icon-box--bg-img .content-box h5 a{
    color:#fff !important;
}
.gand-services-demo .icon-box--bg-img .content-box p{
    color:rgba(255,255,255,.82) !important;
}
.gand-services-demo .icon-box--bg-img .link-box .btn-details{
    color:#fff !important;
    opacity:1 !important;
}
.gand-services-demo .icon-box--bg-img .icon-main span:before{
    color:#fff !important;
}
.gand-services-demo .icon-box--bg-img:before{
    background:rgba(0,0,0,.46) !important;
}
.gand-services-demo .icon-box--bg-img:hover:before{
    background:rgba(0,0,0,.28) !important;
}

@media(max-width:991px){
    .gand-proof-grid{
        grid-template-columns:repeat(2,1fr);
        gap:34px;
    }
}
@media(max-width:575px){
    .gand-proof-grid{
        grid-template-columns:1fr;
    }
    .gand-instagram-header h2{
        font-size:34px;
    }
}


/* ==========================================
   SOFOKLIS WORKSHOP VIDEO — FINAL
========================================== */

.gand-video-section{
    padding:85px 0 95px;
    background:#fff !important;
    position:relative;
    overflow:hidden;
}

/* Αφαιρεί το φωτεινό overlay του παλιού dark section */
.gand-video-section::before{
    display:none !important;
    content:none !important;
}

.gand-video-section .container{
    position:relative;
    z-index:2;
}

/* Κεφαλίδα section */
.gand-video-head{
    text-align:center;
    max-width:900px;
    margin:0 auto 38px;
}

.gand-video-head span{
    display:block;
    font-family:"Josefin Sans",sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#D4AF37;
    margin-bottom:14px;
}

/* Ο τίτλος ήταν λευκός και δεν φαινόταν */
.gand-video-head h2{
    font-family:"Titillium Web",sans-serif;
    font-size:52px;
    line-height:1.12;
    font-weight:300;
    color:#1a1a1a !important;
    margin:0 0 18px;
}

/* Ίδιο γκρι με τα υπόλοιπα κείμενα του site */
.gand-video-head p{
    max-width:780px;
    margin:0 auto;
    color:#666 !important;
    font-size:17px;
    line-height:1.75;
}

/* Μεγαλύτερο οριζόντιο πλαίσιο */
.gand-video-wrap{
    width:96%;
    max-width:1250px;
    margin:0 auto;
    background:#000;
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 25px 65px rgba(0,0,0,.20);
    overflow:hidden;
}

.gand-video-ratio{
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
    overflow:hidden;
}

.gand-video-ratio video{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border:0;
}

/* Tablet */
@media(max-width:991px){

    .gand-video-section{
        padding:70px 0 80px;
    }

    .gand-video-head{
        margin-bottom:32px;
    }

    .gand-video-head h2{
        font-size:44px;
    }

    .gand-video-wrap{
        width:94%;
    }

}

/* Mobile */
@media(max-width:767px){

    .gand-video-section{
        padding:60px 0 65px;
    }

    .gand-video-head{
        padding:0 18px;
        margin-bottom:28px;
    }

    .gand-video-head h2{
        font-size:35px;
        line-height:1.15;
    }

    .gand-video-head p{
        font-size:15px;
        line-height:1.7;
    }

    .gand-video-wrap{
        width:100%;
        box-shadow:0 16px 40px rgba(0,0,0,.18);
    }

}

/* ==========================================
   SOFOKLIS — MEETING / FINAL CTA SECTION
========================================== */

.sofoklis-meeting-section{
    position:relative;
    padding:105px 0 100px;
    background:#111;
    overflow:hidden;
}

.sofoklis-meeting-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(212,175,55,.10),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            rgba(255,255,255,.025),
            transparent 55%
        );
    pointer-events:none;
}

.sofoklis-meeting-section .container{
    position:relative;
    z-index:2;
}

/* Heading */

.sofoklis-meeting-head{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.sofoklis-meeting-head > span{
    display:block;
    margin-bottom:15px;

    color:#D4AF37;

    font-family:"Josefin Sans",sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:4px;
    line-height:1.4;
    text-transform:uppercase;

    text-shadow:0 0 8px rgba(212,175,55,.15);
}

.sofoklis-meeting-head h2{
    margin:0 0 20px;

    color:#fff;

    font-family:"Titillium Web",sans-serif;
    font-size:56px;
    font-weight:300;
    line-height:1.08;
}

.sofoklis-meeting-head p{
    max-width:720px;
    margin:0 auto;

    color:#c8c8c8;

    font-size:17px;
    line-height:1.8;
}

/* Grid */

.sofoklis-meeting-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px;

    max-width:1100px;
    margin:0 auto;
}

/* Item */

.sofoklis-meeting-item{
    display:flex;
    align-items:flex-start;
    gap:18px;

    min-height:170px;
    padding:30px 30px 28px;

    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.09);

    transition:
        transform .35s ease,
        border-color .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}

.sofoklis-meeting-item:hover{
    transform:translateY(-6px);

    background:rgba(255,255,255,.05);
    border-color:rgba(212,175,55,.65);

    box-shadow:
        0 22px 50px rgba(0,0,0,.25),
        0 0 22px rgba(212,175,55,.07);
}

/* Gold check */

.sofoklis-check{
    flex:0 0 40px;

    display:flex;
    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    border:1px solid rgba(212,175,55,.55);
    border-radius:50%;

    color:#D4AF37;

    font-size:18px;
    font-weight:700;
    line-height:1;

    transition:
        background .35s ease,
        color .35s ease;
}

.sofoklis-meeting-item:hover .sofoklis-check{
    background:#D4AF37;
    color:#111;
}

/* Text */

.sofoklis-meeting-item h3{
    margin:1px 0 10px;

    color:#fff;

    font-family:"Titillium Web",sans-serif;
    font-size:23px;
    font-weight:400;
    line-height:1.25;
}

.sofoklis-meeting-item p{
    margin:0;

    color:#bdbdbd;

    font-size:15px;
    line-height:1.75;
}

/* Bottom note */

.sofoklis-meeting-note{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;

    max-width:900px;
    margin:45px auto 0;

    color:#d0d0d0;

    font-size:14px;
    line-height:1.7;
    text-align:center;
}

.sofoklis-meeting-note span{
    display:block;
    width:50px;
    height:1px;
    background:#D4AF37;
    opacity:.65;
}

/* Tablet */

@media(max-width:991px){

    .sofoklis-meeting-section{
        padding:80px 0;
    }

    .sofoklis-meeting-head h2{
        font-size:46px;
    }

    .sofoklis-meeting-grid{
        grid-template-columns:1fr;
        max-width:680px;
    }

    .sofoklis-meeting-item{
        min-height:0;
    }

}

/* Mobile */

@media(max-width:767px){

    .sofoklis-meeting-section{
        padding:65px 0;
    }

    .sofoklis-meeting-head{
        padding:0 18px;
        margin-bottom:38px;
    }

    .sofoklis-meeting-head > span{
        font-size:11px;
        letter-spacing:3px;
    }

    .sofoklis-meeting-head h2{
        font-size:36px;
    }

    .sofoklis-meeting-head p{
        font-size:15px;
        line-height:1.7;
    }

    .sofoklis-meeting-grid{
        padding:0 15px;
        gap:14px;
    }

    .sofoklis-meeting-item{
        gap:14px;
        padding:24px 20px;
    }

    .sofoklis-check{
        flex-basis:36px;
        width:36px;
        height:36px;
    }

    .sofoklis-meeting-item h3{
        font-size:20px;
    }

    .sofoklis-meeting-item p{
        font-size:14px;
    }

    .sofoklis-meeting-note{
        padding:0 22px;
        margin-top:35px;
        font-size:13px;
    }

    .sofoklis-meeting-note span{
        display:none;
    }

}
/* ==========================================
   SOFOKLIS — PREMIUM CONTACT FORM
========================================== */

.sofoklis-contact-section{
    position:relative;
    padding:105px 0;
    background:#0d0d0d;
    overflow:hidden;
}

.sofoklis-contact-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at 78% 30%,
            rgba(212,175,55,.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(255,255,255,.025),
            transparent 55%
        );
    pointer-events:none;
}

.sofoklis-contact-section .container{
    position:relative;
    z-index:2;
}

/* Grid */

.sofoklis-contact-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    align-items:center;
    gap:80px;

    max-width:1180px;
    margin:0 auto;
}

/* Αριστερό κείμενο */

.sofoklis-contact-eyebrow{
    display:block;
    margin-bottom:18px;

    color:#D4AF37;

    font-family:"Josefin Sans",sans-serif;
    font-size:12px;
    font-weight:600;
    letter-spacing:4px;
    line-height:1.4;
    text-transform:uppercase;
}

.sofoklis-contact-copy h2{
    margin:0 0 24px;

    color:#fff;

    font-family:"Titillium Web",sans-serif;
    font-size:56px;
    font-weight:300;
    line-height:1.08;
}

.sofoklis-contact-copy > p{
    max-width:520px;
    margin:0 0 30px;

    color:#c3c3c3;

    font-size:16px;
    line-height:1.85;
}

.sofoklis-contact-points{
    display:grid;
    gap:13px;

    margin:0;
    padding:0;

    list-style:none;
}

.sofoklis-contact-points li{
    position:relative;
    padding-left:29px;

    color:#e0e0e0;

    font-size:15px;
    line-height:1.6;
}

.sofoklis-contact-points li::before{
    content:"✓";

    position:absolute;
    top:0;
    left:0;

    color:#D4AF37;

    font-size:17px;
    font-weight:700;
}

/* Κουτί φόρμας */

.sofoklis-contact-form-box{
    padding:42px;

    background:rgba(18,18,18,.92);

    border:1px solid rgba(212,175,55,.35);
    border-radius:12px;

    box-shadow:
        0 28px 80px rgba(0,0,0,.42),
        0 0 30px rgba(212,175,55,.04);

    backdrop-filter:blur(14px);
}

.sofoklis-form-badge{
    display:block;
    margin-bottom:12px;

    color:#D4AF37;

    font-family:"Josefin Sans",sans-serif;
    font-size:11px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.sofoklis-contact-form-box h3{
    margin:0 0 10px;

    color:#D4AF37;

    font-family:"Titillium Web",sans-serif;
    font-size:38px;
    font-weight:300;
    line-height:1.15;
}

.sofoklis-form-intro{
    margin:0 0 26px;

    color:#c7c7c7;

    font-size:14px;
    line-height:1.7;
}

/* Πεδία */

.sofoklis-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.sofoklis-field{
    position:relative;
}

.sofoklis-field label{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
}

.sofoklis-contact-form input,
.sofoklis-contact-form textarea{
    display:block;

    width:100%;
    box-sizing:border-box;

    margin:0 0 12px;
    padding:15px 16px;

    background:#171717;
    color:#fff;

    border:1px solid #333;
    border-radius:6px;

    font-family:inherit;
    font-size:14px;
    line-height:1.5;

    outline:none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.sofoklis-contact-form textarea{
    min-height:115px;
    resize:vertical;
}

.sofoklis-contact-form input::placeholder,
.sofoklis-contact-form textarea::placeholder{
    color:#888;
}

.sofoklis-contact-form input:focus,
.sofoklis-contact-form textarea:focus{
    background:#191919;

    border-color:#D4AF37;

    box-shadow:
        0 0 0 2px rgba(212,175,55,.12),
        0 0 15px rgba(212,175,55,.08);
}

/* Privacy */

.sofoklis-consent{
    display:flex;
    align-items:flex-start;
    gap:10px;

    margin:3px 0 18px;

    color:#aaa;

    font-size:12px;
    line-height:1.55;
    cursor:pointer;
}

.sofoklis-consent input{
    flex:0 0 auto;

    width:16px;
    height:16px;

    margin:2px 0 0;
    padding:0;

    accent-color:#D4AF37;
}

.sofoklis-consent a{
    color:#D4AF37;
    text-decoration:none;
    border-bottom:1px solid rgba(212,175,55,.45);
}

.sofoklis-consent a:hover{
    border-color:#D4AF37;
}

/* Button */

.sofoklis-contact-form button{
    display:block;

    width:100%;
    padding:16px 20px;

    background:#D4AF37;
    color:#111;

    border:1px solid #D4AF37;
    border-radius:6px;

    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    line-height:1.4;
    text-transform:uppercase;

    cursor:pointer;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.sofoklis-contact-form button:hover{
    background:#e1bf56;
    color:#111;

    transform:translateY(-2px);

    box-shadow:0 14px 34px rgba(212,175,55,.18);
}

.sofoklis-form-note{
    margin:13px 0 0;

    color:#777;

    font-size:11px;
    line-height:1.6;
    text-align:center;
}

/* Tablet */

@media(max-width:991px){

    .sofoklis-contact-section{
        padding:80px 0;
    }

    .sofoklis-contact-grid{
        grid-template-columns:1fr;
        gap:45px;

        max-width:720px;
    }

    .sofoklis-contact-copy{
        text-align:center;
    }

    .sofoklis-contact-copy h2{
        font-size:46px;
    }

    .sofoklis-contact-copy > p{
        margin-left:auto;
        margin-right:auto;
    }

    .sofoklis-contact-points{
        display:inline-grid;
        text-align:left;
    }

}

/* Mobile */

@media(max-width:767px){

    .sofoklis-contact-section{
        padding:65px 0;
    }

    .sofoklis-contact-grid{
        padding:0 15px;
        gap:36px;
    }

    .sofoklis-contact-eyebrow{
        font-size:11px;
        letter-spacing:3px;
    }

    .sofoklis-contact-copy h2{
        font-size:36px;
    }

    .sofoklis-contact-copy > p{
        font-size:15px;
        line-height:1.7;
    }

    .sofoklis-contact-form-box{
        padding:28px 20px;
    }

    .sofoklis-contact-form-box h3{
        font-size:32px;
    }

    .sofoklis-form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .sofoklis-contact-form input,
    .sofoklis-contact-form textarea{
        font-size:16px;
    }

}

/* ==========================================
   SOFOKLIS CENTERED FOOTER — DEFINITIVE
========================================== */

html body #page #site-footer.site-footer{
    display:block !important;
    width:100% !important;
    min-height:0 !important;
    margin:0 !important;
    padding:36px 20px !important;
    background:#191919 !important;
    border-top:1px solid rgba(255,255,255,.06) !important;
    box-sizing:border-box !important;
    text-align:center !important;
}

html body #page #site-footer .sofoklis-footer-center{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;

    width:100% !important;
    max-width:none !important;
    min-height:0 !important;

    margin:0 auto !important;
    padding:0 !important;
    text-align:center !important;
    box-sizing:border-box !important;
}

html body #page #site-footer .sofoklis-footer-logo{
    position:static !important;
    display:block !important;
    float:none !important;

    width:145px !important;
    max-width:145px !important;
    height:auto !important;
    max-height:none !important;

    margin:0 auto !important;
    padding:0 !important;

    transform:none !important;
    object-fit:contain !important;
}

html body #page #site-footer .sofoklis-footer-copy{
    display:block !important;
    float:none !important;

    width:100% !important;
    margin:0 !important;
    padding:0 !important;

    color:#8b8b8b !important;
    font-size:13px !important;
    line-height:1.5 !important;
    text-align:center !important;
    white-space:normal !important;
}

@media(max-width:767px){
    html body #page #site-footer.site-footer{
        padding:30px 16px !important;
    }

    html body #page #site-footer .sofoklis-footer-logo{
        width:125px !important;
        max-width:125px !important;
    }

    html body #page #site-footer .sofoklis-footer-copy{
        font-size:12px !important;
    }
}
