/*
|--------------------------------------------------------------------------
| Dream Music - Home V2
|--------------------------------------------------------------------------
*/

.home-v2 {
    --home-bg: #ffffff;
    --home-soft: #f8f4ef;
    --home-soft-2: #fffaf6;

    --home-text: #29231f;
    --home-muted: #746a63;

    --home-border: #eadfd6;

    --home-accent: #557c9c;
    --home-accent-dark: #456882;
    --home-accent-soft: #e7f0f4;

    --home-blue: #367be6;
    --home-blue-dark: #255fbf;

    --home-turquoise: #4f9298;
    --home-turquoise-dark: #39777d;
    --home-turquoise-soft: #e2f0ef;

    color: var(--home-text);
    background: var(--home-bg);

    overflow: hidden;
}


html {
    scroll-behavior: smooth;
}


.home-v2-container {
    width: min(1440px, 100%);

    margin: 0 auto;

    padding-right: 24px;
    padding-left: 24px;
}


.home-v2-section {
    position: relative;
    scroll-margin-top: 105px;
    padding-top: 110px;
    padding-bottom: 10px;
}


/*
|--------------------------------------------------------------------------
| Common eyebrow
|--------------------------------------------------------------------------
*/

.home-v2-eyebrow,
.home-v2-card-eyebrow {
    margin: 0 0 14px;

    color: var(--home-accent);

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;

    letter-spacing: 0.15em;
    text-transform: uppercase;
}


/*
|--------------------------------------------------------------------------
| Common headings
|--------------------------------------------------------------------------
*/

.home-v2-heading {
    max-width: 720px;
}


.home-v2-heading-centered {
    max-width: 850px;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
}


.home-v2-heading h2 {
    margin: 0;

    color: var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            38px,
            4vw,
            58px
        );

    font-weight: 700;
    line-height: 1.06;

    letter-spacing: -0.035em;
}


.home-v2-heading h2 span {
    display: block;

    color: var(--home-turquoise);
}


.home-v2-heading > p:last-child {
    max-width: 680px;

    margin-top: 20px;

    color: var(--home-muted);

    font-size: 16px;
    line-height: 1.75;
}


.home-v2-heading-centered > p:last-child {
    margin-right: auto;
    margin-left: auto;
}


/*
|--------------------------------------------------------------------------
| Common buttons
|--------------------------------------------------------------------------
*/

.home-v2-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 32px;
}


.home-v2-actions-centered {
    justify-content: center;

    margin-top: 44px;
}


.home-v2-button {
    display: inline-flex;

    min-height: 52px;

    align-items: center;
    justify-content: center;

    gap: 16px;

    padding:
        0
        22px;

    border-radius: 10px;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}


.home-v2-button:hover {
    transform: translateY(-2px);
}


.home-v2-button-primary {
    border:
        1px solid
        var(--home-accent);

    color: #ffffff;

    background:
        var(--home-accent);

    box-shadow:
        0 10px 24px
        rgba(69, 104, 130, 0.18);
}


.home-v2-button-primary:hover {
    border-color:
        var(--home-accent-dark);

    background:
        var(--home-accent-dark);

    box-shadow:
        0 14px 30px
        rgba(69, 104, 130, 0.24);
}


.home-v2-button-secondary {
    border:
        1px solid #ddcfc5;

    color: #51463f;

    background: #ffffff;
}


.home-v2-button-secondary:hover {
    border-color: #d5b29d;

    background: #fffaf7;
}


/*
|--------------------------------------------------------------------------
| 01. Hero
|--------------------------------------------------------------------------
*/

.home-v2-hero {
    position: relative;

    border-top:
        1px solid #f3ebe5;

    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(79, 146, 152, 0.08),
            transparent 27%
        ),
        radial-gradient(
            circle at 15% 85%,
            rgba(79, 146, 152, 0.035),
            transparent 25%
        ),
        #ffffff;
}


.home-v2-hero-inner {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(620px, 0.98fr)
        minmax(0, 1.02fr);

    min-height: 620px;

    align-items: center;

    gap: 25px;

    padding-top: 48px;
    padding-bottom: 120px;
}


.home-v2-hero-copy {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 680px;
}


.home-v2-hero-title {
    margin: 0;

    color:
        var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            47px,
            3.8vw,
            66px
        );

    font-weight: 700;
    line-height: 1.01;

    letter-spacing: -0.045em;
}


.home-v2-hero-title-line {
    display: block;

    white-space: nowrap;
}


.home-v2-hero-title-accent {
    margin-top: 7px;

    color:
        var(--home-turquoise);
}


.home-v2-hero-text {
    max-width: 680px;

    margin:
        29px
        0
        0;

    color: #665b54;

    font-size: 18px;
    line-height: 1.72;
}


/*
|--------------------------------------------------------------------------
| Hero visual
|--------------------------------------------------------------------------
*/

.home-v2-hero-visual {
    position: relative;

    display: flex;

    min-width: 0;
    min-height: 480px;

    align-items: center;
    justify-content: center;
}


/*
|--------------------------------------------------------------------------
| 02. Story
|--------------------------------------------------------------------------
*/

.home-v2-story {
    border-top:
        1px solid #f1e7df;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fffdfb 100%
        );
}


/*
|--------------------------------------------------------------------------
| Heading
|--------------------------------------------------------------------------
*/

.home-v2-story-heading {
    margin-bottom: 45px;
}


/*
|--------------------------------------------------------------------------
| Timeline wrapper
|--------------------------------------------------------------------------
*/

.home-v2-story-timeline {
    width:
        min(
            1320px,
            100%
        );

    margin:
        0
        auto;
}


/*
|--------------------------------------------------------------------------
| Timeline navigation
|--------------------------------------------------------------------------
*/

.home-v2-story-nav {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 0;

    margin-bottom: 30px;
}


/*
 * Η γραμμή που συνδέει 01 / 02 / 03
 */
.home-v2-story-nav::before {
    position: absolute;

    z-index: 0;

    right: 8%;
    bottom: 9px;
    left: 8%;

    height: 1px;

    content: "";

    background:
        linear-gradient(
            90deg,
            rgba(85, 124, 156, 0.13),
            rgba(79, 146, 152, 0.46),
            rgba(85, 124, 156, 0.13)
        );
}


/*
|--------------------------------------------------------------------------
| Timeline tabs
|--------------------------------------------------------------------------
*/

.home-v2-story-tab {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        auto
        minmax(0, 1fr);

    align-items: start;

    gap: 13px;

    min-width: 0;

    padding:
        0
        28px
        30px;

    border: 0;

    color:
        var(--home-muted);

    background:
        transparent;

    text-align: left;

    cursor: pointer;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.home-v2-story-tab:first-child {
    padding-left: 0;
}


.home-v2-story-tab:last-child {
    padding-right: 0;
}


.home-v2-story-tab:hover {
    color:
        var(--home-text);
}


.home-v2-story-tab:focus-visible {
    outline:
        2px solid
        rgba(85, 124, 156, 0.30);

    outline-offset: 6px;

    border-radius: 8px;
}


/*
|--------------------------------------------------------------------------
| Timeline number
|--------------------------------------------------------------------------
*/

.home-v2-story-tab-number {
    color:
        rgba(79, 146, 152, 0.28);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 29px;
    font-weight: 700;
    line-height: 1;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.home-v2-story-tab.is-active
.home-v2-story-tab-number {
    color:
        var(--home-turquoise);

    transform:
        translateY(-2px);
}


/*
|--------------------------------------------------------------------------
| Timeline tab copy
|--------------------------------------------------------------------------
*/

.home-v2-story-tab-copy {
    display: block;

    min-width: 0;
}


.home-v2-story-tab-copy small {
    display: block;

    margin-bottom: 5px;

    color:
        var(--home-accent);

    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;

    letter-spacing: 0.14em;
    text-transform: uppercase;
}


.home-v2-story-tab-copy strong {
    display: block;

    color:
        #746a63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            17px,
            1.5vw,
            20px
        );

    font-weight: 600;
    line-height: 1.18;

    transition:
        color 0.3s ease;
}


.home-v2-story-tab.is-active
.home-v2-story-tab-copy strong {
    color:
        var(--home-text);
}


/*
|--------------------------------------------------------------------------
| Timeline dots
|--------------------------------------------------------------------------
*/

.home-v2-story-tab-dot {
    position: absolute;

    bottom: 3px;
    left: 50%;

    width: 13px;
    height: 13px;

    border:
        3px solid #ffffff;

    border-radius: 50%;

    background:
        #cbd8de;

    box-shadow:
        0 0 0
        1px
        rgba(85, 124, 156, 0.20);

    transform:
        translateX(-50%);

    transition:
        width 0.3s ease,
        height 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}


.home-v2-story-tab.is-active
.home-v2-story-tab-dot {
    bottom: 1px;

    width: 17px;
    height: 17px;

    background:
        var(--home-turquoise);

    box-shadow:
        0 0 0
        5px
        rgba(79, 146, 152, 0.10);
}


/*
|--------------------------------------------------------------------------
| Story panels
|--------------------------------------------------------------------------
*/

.home-v2-story-panels {
    position: relative;

    overflow: hidden;

    border-radius: 22px;
}


/*
|--------------------------------------------------------------------------
| Active story card
|--------------------------------------------------------------------------
*/

.home-v2-story-panel {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(575px, 1.08fr)
        minmax(0, 1.12fr);

    align-items: stretch;

    gap: 0;

    width: 100%;
    height: 275px;
    min-height: 0;

    border:
        1px solid
        rgba(210, 198, 185, 0.55);

    border-radius: 22px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #f8f5ef 0%,
            #f7f3ed 44%,
            #f3ede4 100%
        );

    box-shadow:
        0 14px 40px
        rgba(42, 51, 69, 0.05);
}


.home-v2-story-panel[hidden] {
    display: none;
}


/*
|--------------------------------------------------------------------------
| Card copy
|--------------------------------------------------------------------------
*/

.home-v2-story-panel-copy {
    position: relative;
    z-index: 4;

    display: flex;

    min-width: 0;
    height: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding:
        20px
        44px
        20px
        64px;
}



/*
|--------------------------------------------------------------------------
| Small story label
|--------------------------------------------------------------------------
*/

.home-v2-story-panel-tag {
    display: block;

    width: fit-content;

    margin-bottom: 10px;

    padding: 0;

    border: 0;

    color:
        var(--home-accent-dark);

    background:
        transparent;

    font-size: 9px;
    font-weight: 900;
    line-height: 1.3;

    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/*
|--------------------------------------------------------------------------
| Story title
|--------------------------------------------------------------------------
*/

.home-v2-story-panel h3 {
    max-width: 380px;

    margin: 0;

    color:
        var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            25px,
            2vw,
            32px
        );

    line-height: 1.02;

    letter-spacing: -0.035em;
}


/*
|--------------------------------------------------------------------------
| Story description
|--------------------------------------------------------------------------
*/

.home-v2-story-panel-copy > p {
    max-width: 410px;

    margin:
        12px
        0
        0;

    color:
        var(--home-muted);

    font-size: 13px;
    line-height: 1.52;
}


/*
|--------------------------------------------------------------------------
| Story link
|--------------------------------------------------------------------------
*/

.home-v2-story-more {
    display: inline-flex;

    width: fit-content;

    align-items: center;

    gap: 9px;

    margin-top: 14px;

    color:
        var(--home-accent-dark);

    font-size: 11px;
    font-weight: 800;
}


.home-v2-story-more span {
    font-size: 17px;

    transition:
        transform 0.22s ease;
}


.home-v2-story-more:hover span {
    transform:
        translateX(5px);
}


/*
|--------------------------------------------------------------------------
| Story image
|--------------------------------------------------------------------------
*/

.home-v2-story-panel-image {
    position: relative;
    z-index: 1;

    width:
        calc(
            100% + 125px
        );

    height: 275px;
    min-height: 0;

    margin-left: -125px;

    overflow: hidden;
}


/*
 * Soft μετάβαση από το κείμενο
 * προς την εικόνα.
 */
.home-v2-story-panel-image::after {
    position: absolute;

    z-index: 2;

    top: 0;
    bottom: 0;
    left: -2px;

    width: 390px;

    content: "";

    background:
        linear-gradient(
            90deg,
            #f8f5ef 0%,
            rgba(248, 245, 239, 0.995) 12%,
            rgba(248, 245, 239, 0.975) 24%,
            rgba(248, 245, 239, 0.93) 38%,
            rgba(248, 245, 239, 0.82) 52%,
            rgba(248, 245, 239, 0.62) 68%,
            rgba(248, 245, 239, 0.34) 82%,
            rgba(248, 245, 239, 0.12) 93%,
            transparent 100%
        );

    pointer-events: none;
}


.home-v2-story-panel-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: none;
    transition: none;

    filter: none;

    -webkit-mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.08) 8%,
            rgba(0, 0, 0, 0.22) 16%,
            rgba(0, 0, 0, 0.42) 26%,
            rgba(0, 0, 0, 0.68) 38%,
            rgba(0, 0, 0, 0.88) 50%,
            #000 60%,
            #000 100%
        );

    mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.08) 8%,
            rgba(0, 0, 0, 0.22) 16%,
            rgba(0, 0, 0, 0.42) 26%,
            rgba(0, 0, 0, 0.68) 38%,
            rgba(0, 0, 0, 0.88) 50%,
            #000 60%,
            #000 100%
        );
}







/*
|--------------------------------------------------------------------------
| Image fallback
|--------------------------------------------------------------------------
*/

.home-v2-story-panel-image-empty {
    display: flex;

    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at center,
            rgba(79, 146, 152, 0.12),
            rgba(248, 244, 239, 0.82)
        );
}


.home-v2-story-panel-image-empty span {
    color:
        rgba(79, 146, 152, 0.20);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 85px;
    font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| Story card decorations
|--------------------------------------------------------------------------
*/

.home-v2-story-panel::before,
.home-v2-story-panel::after {
    position: absolute;

    z-index: 1;

    content: "";

    pointer-events: none;
}


/*
|--------------------------------------------------------------------------
| Card 01
| Beige curve + olive vertical detail
|--------------------------------------------------------------------------
*/

.home-v2-story-panel--1::before {
    bottom: -92px;
    left: -72px;

    width: 390px;
    height: 205px;

    background:
        rgba(
            222,
            211,
            189,
            0.52
        );

    clip-path:
        ellipse(
            78% 82%
            at 18% 100%
        );
}


.home-v2-story-panel--1::after {
    left: -18px;
    bottom: 0px;

    width: 138px;
    height: 235px;

    background:
        url("/public/images/about/leaves_1.png")
        no-repeat
        left bottom / contain;

    opacity: 0.78;
}

.home-v2-story-panel--1
.home-v2-story-panel-copy,
.home-v2-story-panel--2
.home-v2-story-panel-copy,
.home-v2-story-panel--3
.home-v2-story-panel-copy {
    padding-left: 118px;
}


/*
|--------------------------------------------------------------------------
| Card 02
| Turquoise soft circle + beige accent
|--------------------------------------------------------------------------
*/

.home-v2-story-panel--2::before {
    left: -25px;
    bottom: -80px;

    width: 210px;
    height: 210px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(209, 226, 225, 0.80) 0%,
            rgba(209, 226, 225, 0.50) 62%,
            rgba(209, 226, 225, 0) 63%
        );

    opacity: 0.95;
}


.home-v2-story-panel--2::after {
    top: -42px;
    left: 360px;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(236, 223, 207, 0.70) 0%,
            rgba(236, 223, 207, 0.42) 64%,
            rgba(236, 223, 207, 0.16) 65%
        );

    opacity: 0.95;
}


/*
|--------------------------------------------------------------------------
| Card 03
| Peach shape + musical notes
|--------------------------------------------------------------------------
*/

.home-v2-story-panel--3::before {
    bottom: -95px;
    left: -72px;

    width: 340px;
    height: 220px;

    content: "";

    background:
        rgba(
            226,
            165,
            127,
            0.36
        );

    clip-path:
        ellipse(
            76% 82%
            at 18% 100%
        );

    opacity: 0.92;
}


.home-v2-story-panel--3::after {
    z-index: 2;

    right: auto;
    bottom: -22px;
    left: 355px;

    width: 380px;
    height: 160px;

    content: "";

    background:
        url("/public/images/about/music.png")
        no-repeat
        center / contain;

    opacity: 0.26;

    transform:
        rotate(-3deg);

    pointer-events: none;
}

/*
|--------------------------------------------------------------------------
| Story directional transitions
|--------------------------------------------------------------------------
*/

.home-v2-story-panel.is-entering-from-right,
.home-v2-story-panel.is-entering-from-left {
    position: relative;

    z-index: 2;

    will-change:
        transform,
        opacity;
}


.home-v2-story-panel.is-leaving-to-left,
.home-v2-story-panel.is-leaving-to-right {
    position: absolute;

    z-index: 3;

    inset: 0;

    width: 100%;

    will-change:
        transform,
        opacity;

    pointer-events: none;
}


/*
|--------------------------------------------------------------------------
| Forward
| 01 -> 02 -> 03
|--------------------------------------------------------------------------
*/

.home-v2-story-panel.is-entering-from-right {
    animation:
        home-v2-story-enter-right
        460ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        )
        both;
}


.home-v2-story-panel.is-leaving-to-left {
    animation:
        home-v2-story-leave-left
        460ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        )
        both;
}


/*
|--------------------------------------------------------------------------
| Backward
| 03 -> 02 -> 01
|--------------------------------------------------------------------------
*/

.home-v2-story-panel.is-entering-from-left {
    animation:
        home-v2-story-enter-left
        460ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        )
        both;
}


.home-v2-story-panel.is-leaving-to-right {
    animation:
        home-v2-story-leave-right
        460ms
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        )
        both;
}


/*
|--------------------------------------------------------------------------
| Enter from right
|--------------------------------------------------------------------------
*/

@keyframes home-v2-story-enter-right {

    from {
        opacity: 0.20;

        transform:
            translateX(95px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }
}


/*
|--------------------------------------------------------------------------
| Leave to left
|--------------------------------------------------------------------------
*/

@keyframes home-v2-story-leave-left {

    from {
        opacity: 1;

        transform:
            translateX(0);
    }

    to {
        opacity: 0;

        transform:
            translateX(-95px);
    }
}


/*
|--------------------------------------------------------------------------
| Enter from left
|--------------------------------------------------------------------------
*/

@keyframes home-v2-story-enter-left {

    from {
        opacity: 0.20;

        transform:
            translateX(-95px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }
}


/*
|--------------------------------------------------------------------------
| Leave to right
|--------------------------------------------------------------------------
*/

@keyframes home-v2-story-leave-right {

    from {
        opacity: 1;

        transform:
            translateX(0);
    }

    to {
        opacity: 0;

        transform:
            translateX(95px);
    }
}


/*
|--------------------------------------------------------------------------
| Hero visual - logo video mask
|--------------------------------------------------------------------------
*/

.home-v2-hero-logo-video-wrap {
    position: relative;

    width: min(560px, 100%);
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;
}


/*
 * Απαλό glow πίσω από το logo
 */
.home-v2-hero-logo-video-bg {
    position: absolute;

    top: 1%;
    right: -5%;
    bottom: -12%;
    left: -5%;

    border-radius: 50%;

    background:
        radial-gradient(
            ellipse at 50% 62%,
            rgba(98, 181, 190, 0.18) 30%,
            rgba(75, 127, 176, 0.11) 72%,
            rgba(248, 244, 239, 0) 100%
        );

    filter: blur(30px);

    transform: scale(1.08);

    pointer-events: none;
}


/*
 * Το logo γίνεται mask
 */
.home-v2-hero-logo-video-mask {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.02);

    -webkit-mask-image: var(--hero-logo-mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: var(--hero-logo-mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    filter:
        drop-shadow(
            0 2px 2px
            rgba(48, 82, 101, 0.28)
        )
        drop-shadow(
            0 8px 12px
            rgba(52, 88, 105, 0.24)
        )
        drop-shadow(
            0 26px 38px
            rgba(52, 88, 105, 0.22)
        );
}


.home-v2-hero-logo-video {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;

    transform: scale(1.12);
    transition: transform 0.8s ease, filter 0.4s ease;

    filter:
        contrast(1.20)
        saturate(1.20)
        brightness(-0.09);
}


/*
 * μικρή κίνηση στο hover
 */
.home-v2-hero-logo-video-mask:hover .home-v2-hero-logo-video {
    transform: scale(1.16);

    transition: transform 0.8s ease;
}



/*
|--------------------------------------------------------------------------
| Section link
|--------------------------------------------------------------------------
*/

.home-v2-section-link {
    display: flex;

    justify-content: center;

    margin-top: 38px;
}


.home-v2-section-link a {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    color:
        var(--home-accent-dark);

    font-size: 14px;
    font-weight: 800;
}


.home-v2-section-link a span {
    font-size: 22px;

    transition:
        transform 0.2s ease;
}


.home-v2-section-link a:hover span {
    transform: translateX(5px);
}


/*
|--------------------------------------------------------------------------
| 04. Ecosystem
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem {
    position: relative;

    overflow: hidden;

    padding-top: 40px;
    padding-bottom: 100px;

    background:
        radial-gradient(
            circle at 75% 44%,
            rgba(79, 146, 152, 0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 64% 74%,
            rgba(85, 124, 156, 0.06),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f8f4ef 0%,
            #fbf7f2 48%,
            #f8f4ef 100%
        );
}


/*
|--------------------------------------------------------------------------
| Watermark
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem::before {
    position: absolute;

    top: 46%;
    left: 56%;

    width: 420px;
    height: 420px;

    content: "";

    background-image:
        var(--ecosystem-watermark);

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0.05;

    transform:
        translateY(-50%)
        rotate(0deg);

    pointer-events: none;
}


/*
|--------------------------------------------------------------------------
| Container
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem
> .home-v2-container {
    width:
        min(
            1640px,
            calc(100% - 32px)
        );
}


/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-layout {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(530px, 0.80fr)
        minmax(720px, 1.20fr);

    align-items: center;

    gap: 35px;
}


/*
|--------------------------------------------------------------------------
| Copy
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-copy {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 630px;

    isolation: isolate;
}


.home-v2-ecosystem-copy::before {
    position: absolute;

    top: -90px;
    left: -55px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    content: "";

    background:
        radial-gradient(
            circle,
            rgba(79, 146, 152, 0.15),
            rgba(79, 146, 152, 0.06) 48%,
            transparent 72%
        );

    z-index: -1;

    pointer-events: none;
}


.home-v2-heading
.home-v2-ecosystem-title {
    width: max-content;
    max-width: none;

    margin: 0;

    font-size:
        clamp(
            50px,
            3.45vw,
            66px
        );

    line-height: 0.97;

    letter-spacing: -0.038em;
}


.home-v2-ecosystem-title
> span {
    display: block;

    color:
        var(--home-turquoise);

    white-space: nowrap;
}


.home-v2-ecosystem-copy
> p:last-of-type {
    max-width: 520px;

    margin-top: 25px;

    color:
        var(--home-muted);

    font-size: 16px;
    line-height: 1.78;
}


/*
|--------------------------------------------------------------------------
| Helper
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-helper {
    display: flex;

    max-width: 410px;

    align-items: center;

    gap: 11px;

    margin-top: 28px;

    color:
        var(--home-accent);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
}


.home-v2-ecosystem-helper
> span:first-child {
    display: flex;

    width: 31px;
    height: 31px;

    flex: 0 0 auto;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(79, 146, 152, 0.10);
}


/*
|--------------------------------------------------------------------------
| Orbit
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-orbit {
    position: relative;

    width:
        min(
            790px,
            100%
        );

    aspect-ratio: 1 / 1;

    margin:
        0
        auto;

    isolation: isolate;
}


/*
|--------------------------------------------------------------------------
| Rings
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-rings {
    position: absolute;

    z-index: 0;

    inset: 0;

    pointer-events: none;
}


.home-v2-ecosystem-ring {
    position: absolute;

    top: 50%;
    left: 50%;

    aspect-ratio: 1 / 1;

    border-radius: 50%;

    pointer-events: none;
}


.home-v2-ecosystem-ring-outer {
    width: 87%;

    background:
        repeating-conic-gradient(
            from 8deg,
            rgba(85, 124, 156, 0.34)
            0deg 76deg,
            transparent
            76deg 120deg
        );

    -webkit-mask:
        radial-gradient(
            farthest-side,
            transparent
            calc(100% - 2px),
            #000
            calc(100% - 1px)
        );

    mask:
        radial-gradient(
            farthest-side,
            transparent
            calc(100% - 2px),
            #000
            calc(100% - 1px)
        );

    animation:
        home-v2-ring-clockwise
        31s
        linear
        infinite;
}


.home-v2-ecosystem-ring-middle {
    width: 81%;

    background:
        repeating-conic-gradient(
            from 24deg,
            rgba(79, 146, 152, 0.27)
            0deg 45deg,
            transparent
            45deg 72deg
        );

    -webkit-mask:
        radial-gradient(
            farthest-side,
            transparent
            calc(100% - 2px),
            #000
            calc(100% - 1px)
        );

    mask:
        radial-gradient(
            farthest-side,
            transparent
            calc(100% - 2px),
            #000
            calc(100% - 1px)
        );

    animation:
        home-v2-ring-counterclockwise
        25s
        linear
        infinite;
}


.home-v2-ecosystem-ring-inner {
    width: 75%;

    background:
        repeating-conic-gradient(
            from -6deg,
            rgba(54, 123, 230, 0.15)
            0deg 56deg,
            transparent
            56deg 90deg
        );

    -webkit-mask:
        radial-gradient(
            farthest-side,
            transparent
            calc(100% - 2px),
            #000
            calc(100% - 1px)
        );

    mask:
        radial-gradient(
            farthest-side,
            transparent
            calc(100% - 2px),
            #000
            calc(100% - 1px)
        );

    animation:
        home-v2-ring-clockwise
        20s
        linear
        infinite;
}


/*
|--------------------------------------------------------------------------
| Ring animations
|--------------------------------------------------------------------------
*/

@keyframes home-v2-ring-clockwise {

    from {
        transform:
            translate(
                -50%,
                -50%
            )
            rotate(0deg);
    }

    to {
        transform:
            translate(
                -50%,
                -50%
            )
            rotate(360deg);
    }
}


@keyframes home-v2-ring-counterclockwise {

    from {
        transform:
            translate(
                -50%,
                -50%
            )
            rotate(0deg);
    }

    to {
        transform:
            translate(
                -50%,
                -50%
            )
            rotate(-360deg);
    }
}


/*
|--------------------------------------------------------------------------
| Service circles
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service {
    position: absolute;

    z-index: 4;

    display: flex;

    width: 350px;
    height: 350px;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding:
        29px
        30px;

    overflow: hidden;

    border:
        1px solid
        rgba(79, 146, 152, 0.31);

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 50% 18%,
            rgba(79, 146, 152, 0.055),
            transparent 40%
        ),
        rgba(255, 255, 255, 0.975);

    box-shadow:
        0 22px 48px
        rgba(49, 64, 72, 0.11),
        0 0 0
        9px
        rgba(79, 146, 152, 0.045);

    text-align: center;

    transform:
        translate(
            -50%,
            -50%
        );

    transition:
        transform 0.35s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        ),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/*
|--------------------------------------------------------------------------
| Constant active glow
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service::before {
    position: absolute;

    top: -20px;
    right: -10px;

    width: 145px;
    height: 145px;

    border-radius: 50%;

    content: "";

    background:
        rgba(79, 146, 152, 0.075);

    pointer-events: none;
}


/*
|--------------------------------------------------------------------------
| Positions
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service-licence {
    top: 22%;
    left: 80%;
}


.home-v2-ecosystem-service-radios {
    top: 68%;
    left: 16%;
}


/*
|--------------------------------------------------------------------------
| Individual tones
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service-radios {
    border-color:
        rgba(85, 124, 156, 0.27);

    background:
        radial-gradient(
            circle at 25% 15%,
            rgba(85, 124, 156, 0.07),
            transparent 42%
        ),
        rgba(255, 255, 255, 0.98);
}


.home-v2-ecosystem-service-legal {
    border-color:
        rgba(79, 146, 152, 0.35);

    background:
        radial-gradient(
            circle at 75% 15%,
            rgba(79, 146, 152, 0.09),
            transparent 43%
        ),
        rgba(255, 255, 255, 0.98);
}


/*
|--------------------------------------------------------------------------
| Logo
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service-logo {
    position: relative;
    z-index: 2;

    display: block;

    width: 208px;
    height: 55px;

    margin-bottom: 8px;

    object-fit: contain;
}


.home-v2-ecosystem-service-logo-license {
    width: 240px;
}


.home-v2-ecosystem-service-logo-wide {
    width: 155px;
    height: 120px;
}

.home-v2-ecosystem-service-logo-legal {
    width: 230px;
    height: 135px;
}


/*
|--------------------------------------------------------------------------
| Kicker
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service-kicker {
    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 6px;

    color:
        var(--home-accent);

    font-size: 7.5px;
    font-weight: 900;

    letter-spacing: 0.13em;
}


/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service h3 {
    position: relative;
    z-index: 2;

    max-width: 270px;

    margin: 0;

    color:
        var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
    line-height: 1.04;

    letter-spacing: -0.025em;
}


.home-v2-ecosystem-service p {
    position: relative;
    z-index: 2;

    max-width: 270px;

    margin:
        11px
        0
        0;

    color:
        var(--home-muted);

    font-size: 14px;
    line-height: 1.48;
}


/*
|--------------------------------------------------------------------------
| Link
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service a {
    position: relative;
    z-index: 2;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 13px;

    color:
        var(--home-accent-dark);

    font-size: 10.5px;
    font-weight: 900;
}


.home-v2-ecosystem-service a span {
    font-size: 15px;

    transition:
        transform 0.2s ease;
}


/*
|--------------------------------------------------------------------------
| Hover
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-service:hover {
    border-color:
        rgba(79, 146, 152, 0.58);

    box-shadow:
        0 26px 58px
        rgba(49, 64, 72, 0.14),
        0 0 0
        12px
        rgba(79, 146, 152, 0.065);

    transform:
        translate(
            -50%,
            -50%
        )
        scale(1.035);
}


.home-v2-ecosystem-service a:hover span {
    transform:
        translateX(4px);
}


/*
|--------------------------------------------------------------------------
| Reduced motion
|--------------------------------------------------------------------------
*/

@media (
    prefers-reduced-motion: reduce
) {

    .home-v2-ecosystem-ring {
        animation: none;
    }

}


/*
|--------------------------------------------------------------------------
| 04. How it works
|--------------------------------------------------------------------------
*/

.home-v2-how {
    background: #ffffff;
}


.home-v2-how
.home-v2-heading {
    margin-bottom: 50px;
}


.home-v2-steps {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;
}


.home-v2-step {
    position: relative;

    min-width: 0;
    min-height: 260px;

    padding:
        30px
        27px;

    border:
        1px solid
        #e8ddd4;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fffaf6
        );

    box-shadow:
        0 10px 30px
        rgba(72, 45, 29, 0.055);
}


.home-v2-step::before {
    position: absolute;

    top: 0;
    right: 26px;
    left: 26px;

    height: 3px;

    border-radius:
        0
        0
        999px
        999px;

    content: "";

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--home-accent),
            transparent
        );

    opacity: 0.52;
}


.home-v2-step > span {
    color:
        var(--home-accent);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;
    font-weight: 700;
}


.home-v2-step h3 {
    margin:
        55px
        0
        0;

    color: #302923;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
    line-height: 1.14;
}


.home-v2-step p {
    margin:
        14px
        0
        0;

    color: #746a63;

    font-size: 13px;
    line-height: 1.65;
}


/*
|--------------------------------------------------------------------------
| 03. Difference
|--------------------------------------------------------------------------
*/

.home-v2-difference {
    position: relative;

    overflow: hidden;

    padding-top: 130px;
    padding-bottom: 0px;

    background:
        radial-gradient(
            circle at 88% 15%,
            rgba(79, 146, 152, 0.065),
            transparent 26%
        ),
        radial-gradient(
            circle at 10% 82%,
            rgba(222, 211, 189, 0.20),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #fbf8f4 0%,
            #f8f4ef 55%,
            #faf8f5 100%
        );
}


/*
|--------------------------------------------------------------------------
| Hero -> Difference animated wavelength transition
|--------------------------------------------------------------------------
*/

.home-v2-difference::before {
    position: absolute;

    z-index: 1;

    top: -1px;
    left: 0;

    width: 100%;
    height: 105px;

    content: "";

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='105' viewBox='0 0 760 105' preserveAspectRatio='none'%3E%3Cpath d='M0 0H760V45C665 82 570 8 475 45S285 82 190 45S95 8 0 45Z' fill='%23ffffff'/%3E%3C/svg%3E");

    background-repeat: repeat-x;
    background-position: 0 0;
    background-size:
        760px
        105px;

    pointer-events: none;

    animation:
        home-v2-section-wave
        14s
        linear
        infinite;
}


/*
|--------------------------------------------------------------------------
| Λεπτή δεύτερη γραμμή - σαν ηχητικό wavelength
|--------------------------------------------------------------------------
*/

.home-v2-difference::after {
    position: absolute;

    z-index: 1;

    top: 35px;
    left: 0;

    width: 100%;
    height: 54px;

    content: "";

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='54' viewBox='0 0 760 54' preserveAspectRatio='none'%3E%3Cpath d='M0 27C95 3 190 51 285 27S475 3 570 27S665 51 760 27' fill='none' stroke='%234f9298' stroke-width='1.4'/%3E%3C/svg%3E");

    background-repeat: repeat-x;
    background-position: 0 0;
    background-size:
        760px
        54px;

    opacity: 0.18;

    pointer-events: none;

    animation:
        home-v2-section-wave-line
        20s
        linear
        infinite;
}


/*
|--------------------------------------------------------------------------
| Το content μένει πάνω από το wavelength
|--------------------------------------------------------------------------
*/

.home-v2-difference-stage {
    z-index: 2;
}


/*
|--------------------------------------------------------------------------
| Wave motion
|--------------------------------------------------------------------------
*/

@keyframes home-v2-section-wave {

    from {
        background-position:
            0
            0;
    }

    to {
        background-position:
            760px
            0;
    }
}


@keyframes home-v2-section-wave-line {

    from {
        background-position:
            760px
            0;
    }

    to {
        background-position:
            0
            0;
    }
}



/*
|--------------------------------------------------------------------------
| Stage
|--------------------------------------------------------------------------
*/

.home-v2-difference-stage {
    position: relative;

    width:
        min(
            1360px,
            100%
        );

    min-height: 820px;

    margin:
        0
        auto;
}


/*
|--------------------------------------------------------------------------
| Intro
|--------------------------------------------------------------------------
*/

.home-v2-difference-intro {
    position: absolute;

    z-index: 2;

    top: 180px;
    left: 0;

    width: 500px;
}


.home-v2-difference-intro h2 {
    margin: 0;

    color:
        var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            46px,
            4vw,
            60px
        );

    font-weight: 700;
    line-height: 0.96;

    letter-spacing: -0.045em;
}


.home-v2-difference-intro h2 span {
    display: block;

    margin-top: 7px;

    color:
        var(--home-turquoise);
}


.home-v2-difference-intro
> p:last-child {
    max-width: 495px;

    margin:
        24px
        0
        0;

    color:
        var(--home-muted);

    font-size: 14px;
    line-height: 1.72;
}


/*
|--------------------------------------------------------------------------
| Pair containers
|--------------------------------------------------------------------------
*/

.home-v2-difference-pair {
    position: absolute;

    z-index: 4;

    width: 900px;
    height: 245px;
}


/*
|--------------------------------------------------------------------------
| Pair positions
|--------------------------------------------------------------------------
*/

.home-v2-difference-pair-1 {
    top: 60px;
    left: 430px;
}


.home-v2-difference-pair-2 {
    top: 290px;
    left: 600px;
}


.home-v2-difference-pair-3 {
    top: 540px;
    left: 430px;
}


/*
|--------------------------------------------------------------------------
| Small summary cards
|--------------------------------------------------------------------------
*/

.home-v2-difference-summary {
    position: absolute;

    z-index: 3;

    top: 0;
    left: -50px;

    width: 390px;
    min-height: 98px;

    overflow: hidden;

    padding:
        17px
        19px
        18px;

    border:
        1px solid
        rgba(211, 202, 194, 0.70);

    border-radius: 19px;

    background:
        rgba(255, 255, 255, 0.95);

    box-shadow:
        0 13px 32px
        rgba(52, 48, 45, 0.065);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.home-v2-difference-summary:hover {
    transform:
        translateY(-3px);

    border-color:
        rgba(79, 146, 152, 0.26);

    box-shadow:
        0 18px 40px
        rgba(52, 48, 45, 0.085);
}


/*
|--------------------------------------------------------------------------
| Different summary backgrounds
|--------------------------------------------------------------------------
*/

.home-v2-difference-pair-1
.home-v2-difference-summary {
    background:
        rgba(255, 255, 255, 0.96);
}


.home-v2-difference-pair-2
.home-v2-difference-summary {
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fbf7f1
        );
}


.home-v2-difference-pair-3
.home-v2-difference-summary {
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f1f7f7
        );
}


/*
|--------------------------------------------------------------------------
| Decorative circles
|--------------------------------------------------------------------------
*/

.home-v2-difference-summary::after {
    position: absolute;

    z-index: 0;

    top: -55px;
    right: -38px;

    width: 125px;
    height: 125px;

    border-radius: 50%;

    content: "";

    background:
        rgba(79, 146, 152, 0.055);

    pointer-events: none;
}


.home-v2-difference-pair-2
.home-v2-difference-summary::after {
    top: auto;
    right: -45px;
    bottom: -68px;

    width: 145px;
    height: 145px;

    background:
        rgba(222, 211, 189, 0.28);
}


/*
|--------------------------------------------------------------------------
| Summary header
|--------------------------------------------------------------------------
*/

.home-v2-difference-summary-top {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        32px
        minmax(0, 1fr)
        32px;

    align-items: center;

    gap: 13px;

    margin-bottom: 10px;
}


/*
|--------------------------------------------------------------------------
| Number
|--------------------------------------------------------------------------
*/

.home-v2-difference-number {
    display: flex;

    width: 32px;
    height: 32px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color:
        #ffffff;

    background:
        var(--home-accent);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;
    font-weight: 700;

    box-shadow:
        0 7px 17px
        rgba(69, 104, 130, 0.18);
}


/*
|--------------------------------------------------------------------------
| Summary title
|--------------------------------------------------------------------------
*/

.home-v2-difference-label {
    position: relative;
    z-index: 2;

    min-width: 0;

    margin: 0;
}


.home-v2-difference-label h3,
.home-v2-difference-summary h3 {
    margin: 0;

    color:
        var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;
    line-height: 1.02;

    letter-spacing: -0.025em;
}


/*
|--------------------------------------------------------------------------
| Summary icon
|--------------------------------------------------------------------------
*/

.home-v2-difference-summary-icon {
    display: flex;

    width: 32px;
    height: 32px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color:
        var(--home-turquoise);

    background:
        rgba(79, 146, 152, 0.075);
}


.home-v2-difference-summary-icon svg,
.home-v2-difference-detail-icon svg {
    display: block;

    width: 18px;
    height: 18px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 1.3;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/*
|--------------------------------------------------------------------------
| Summary text
|--------------------------------------------------------------------------
*/

.home-v2-difference-summary > p {
    position: relative;
    z-index: 2;

    margin:
        7px
        0
        0;

    color:
        var(--home-muted);

    font-size: 13px;
    line-height: 1.48;
}


/*
|--------------------------------------------------------------------------
| Diagonal connector
|--------------------------------------------------------------------------
*/

.home-v2-difference-connector {
    position: absolute;

    z-index: 2;

    top: 60px;
    left: 340px;

    display: block;

    width: 50px;
    height: 2px;

    transform:
        rotate(0deg);

    transform-origin:
        left center;

    pointer-events: none;
}


.home-v2-difference-connector::before {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 2px;

    content: "";

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            rgba(91, 183, 194, 0.40),
            rgba(99, 201, 213, 0.85)
        );

    box-shadow:
        0 0 10px
        rgba(79, 146, 152, 0.08);
}


.home-v2-difference-connector span {
    display: none;
}


/*
|--------------------------------------------------------------------------
| Pair connector variations
|--------------------------------------------------------------------------
*/

.home-v2-difference-pair-2
.home-v2-difference-connector {
    top: 64px;

    transform:
        rotate(0deg);
}


.home-v2-difference-pair-3
.home-v2-difference-connector {
    top: 64px;

    transform:
        rotate(0deg);
}


/*
|--------------------------------------------------------------------------
| Large explanatory cards
|--------------------------------------------------------------------------
*/

.home-v2-difference-detail {
    position: absolute;

    z-index: 3;

    top: 25px;
    left: 390px;

    width: 540px;
    min-height: 172px;

    padding:
        23px
        25px
        24px;

    border:
        1px solid
        rgba(210, 201, 193, 0.64);

    border-radius: 18px;

    background:
        rgba(255, 253, 249, 0.96);

    box-shadow:
        0 13px 34px
        rgba(55, 50, 46, 0.055);
}


/*
|--------------------------------------------------------------------------
| Law
|--------------------------------------------------------------------------
*/

.home-v2-difference-detail-law {
    top: -40px;

    width: 490px;

    background:
        rgba(255, 253, 249, 0.97);
}


/*
|--------------------------------------------------------------------------
| Together
|--------------------------------------------------------------------------
*/

.home-v2-difference-detail-together {
    top: -27px;

    width: 520px;

    background:
        linear-gradient(
            135deg,
            rgba(232, 243, 242, 0.96),
            rgba(255, 255, 255, 0.97)
        );
}


/*
|--------------------------------------------------------------------------
| Goal
|--------------------------------------------------------------------------
*/

.home-v2-difference-detail-goal {
    top: -32px;
    left: 390px;

    width: 511px;

    min-height: 167px;

    background:
        linear-gradient(
            135deg,
            rgba(235, 241, 246, 0.97),
            rgba(255, 255, 255, 0.96)
        );
}


/*
|--------------------------------------------------------------------------
| Detail heading
|--------------------------------------------------------------------------
*/

.home-v2-difference-detail-heading {
    display: grid;

    grid-template-columns:
        36px
        minmax(0, 1fr);

    align-items: center;

    gap: 12px;

    margin-bottom: 15px;
}


.home-v2-difference-detail-icon {
    display: flex;

    width: 34px;
    height: 34px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color:
        var(--home-accent-dark);

    background:
        rgba(255, 255, 255, 0.72);
}


.home-v2-difference-detail-heading h4 {
    margin: 0;

    color:
        var(--home-text);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;
    line-height: 1.05;
}


/*
|--------------------------------------------------------------------------
| Detail text
|--------------------------------------------------------------------------
*/

.home-v2-difference-detail-text {
    display: grid;

    gap: 9px;
}


.home-v2-difference-detail-text p {
    margin: 0;

    color:
        #6d635d;

    font-size: 13px;
    line-height: 1.55;
}

/*
|--------------------------------------------------------------------------
| Difference - scroll reveal
|--------------------------------------------------------------------------
*/

/*
 * Κρύβουμε τα 3 ζευγάρια μόνο αφού
 * το JavaScript δηλώσει ότι είναι έτοιμο.
 *
 * Έτσι δεν υπάρχει πρόβλημα αν για κάποιο
 * λόγο δεν φορτώσει το JS.
 */

.home-v2-difference.is-reveal-ready
.home-v2-difference-pair {
    opacity: 0;

    filter:
        blur(4px);

    pointer-events: none;

    transition:
        opacity 0.75s ease,
        transform 0.9s
        cubic-bezier(
            0.22,
            1,
            0.36,
            1
        ),
        filter 0.75s ease;
}


/*
|--------------------------------------------------------------------------
| 01 - έρχεται ελαφρά από πάνω αριστερά
|--------------------------------------------------------------------------
*/

.home-v2-difference.is-reveal-ready
.home-v2-difference-pair-1 {
    transform:
        translate(
            -34px,
            28px
        );
}


/*
|--------------------------------------------------------------------------
| 02 - έρχεται ελαφρά από δεξιά
|--------------------------------------------------------------------------
*/

.home-v2-difference.is-reveal-ready
.home-v2-difference-pair-2 {
    transform:
        translate(
            36px,
            25px
        );
}


/*
|--------------------------------------------------------------------------
| 03 - έρχεται ελαφρά από κάτω
|--------------------------------------------------------------------------
*/

.home-v2-difference.is-reveal-ready
.home-v2-difference-pair-3 {
    transform:
        translate(
            -22px,
            34px
        );
}


/*
|--------------------------------------------------------------------------
| Visible
|--------------------------------------------------------------------------
*/

.home-v2-difference.is-reveal-ready
.home-v2-difference-pair.is-revealed {
    opacity: 1;

    filter: blur(0);

    transform:
        translate(
            0,
            0
        );

    pointer-events: auto;
}

/*
|--------------------------------------------------------------------------
| 06. Business types
|--------------------------------------------------------------------------
*/

.home-v2-business-types {
    background: #ffffff;
}


.home-v2-business-types
.home-v2-heading {
    margin-bottom: 50px;
}


.home-v2-business-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;
}


.home-v2-business-card {
    position: relative;

    min-width: 0;
    min-height: 175px;

    padding:
        27px
        28px;

    overflow: hidden;

    border:
        1px solid
        #e7d9cf;

    border-radius: 17px;

    background:
        #ffffff;

    box-shadow:
        0 9px 26px
        rgba(72, 45, 29, 0.045);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.home-v2-business-card:hover {
    transform: translateY(-3px);

    border-color:
        #d7b39e;

    box-shadow:
        0 16px 36px
        rgba(72, 45, 29, 0.09);
}


.home-v2-business-card h3 {
    margin: 0;

    color: #302923;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    line-height: 1.15;
}


.home-v2-business-card p {
    margin:
        13px
        0
        0;

    color: #746a63;

    font-size: 13px;
    line-height: 1.6;
}


.home-v2-business-card a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 20px;

    color:
        var(--home-accent-dark);

    font-size: 12px;
    font-weight: 800;
}


/*
|--------------------------------------------------------------------------
| 07. Trust
|--------------------------------------------------------------------------
*/

.home-v2-trust {
    padding-top: 70px;
    padding-bottom: 70px;

    background:
        var(--home-soft);
}


.home-v2-trust-card {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 0.7fr);

    align-items: center;

    gap: 70px;

    overflow: hidden;

    padding:
        58px
        65px;

    border:
        1px solid #eadfd6;

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(79, 146, 152, 0.11),
            transparent 30%
        ),
        #ffffff;

    box-shadow:
        0 24px 65px
        rgba(72, 45, 29, 0.09);
}


.home-v2-trust-card h2 {
    margin: 0;

    color: #29231f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            36px,
            3.5vw,
            52px
        );

    line-height: 1.06;

    letter-spacing: -0.035em;
}


.home-v2-trust-card h2 span {
    display: block;

    color: var(--home-turquoise);
}


.home-v2-trust-card
> div:first-child
> p:last-child {
    max-width: 600px;

    margin:
        20px
        0
        0;

    color: #70655e;

    font-size: 15px;
    line-height: 1.7;
}


.home-v2-trust-links {
    display: grid;

    gap: 9px;
}


.home-v2-trust-links a {
    display: flex;

    min-height: 60px;

    align-items: center;
    justify-content: space-between;

    gap: 18px;

    padding:
        0
        20px;

    border:
        1px solid
        var(--home-border);

    border-radius: 12px;

    color: #453a33;

    background:
        rgba(
            255,
            255,
            255,
            0.86
        );

    font-size: 13px;
    font-weight: 800;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}


.home-v2-trust-links a:hover {
    transform:
        translateX(4px);

    border-color:
        #d3b29f;
}


.home-v2-trust-links span {
    color:
        var(--home-accent);

    font-size: 20px;
}


/*
|--------------------------------------------------------------------------
| 08. Presence
|--------------------------------------------------------------------------
*/

.home-v2-presence {
    background:
        linear-gradient(
            135deg,
            #fffdfb,
            #faf4ee
        );
}


.home-v2-presence-main {
    display: grid;

    grid-template-columns:
        minmax(340px, 0.68fr)
        minmax(0, 1.32fr);

    align-items: center;

    gap: 50px;
}


.home-v2-presence-copy h2 {
    margin: 0;

    color: #302720;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            42px,
            4vw,
            60px
        );

    line-height: 1.02;

    letter-spacing: -0.04em;
}


.home-v2-presence-copy h2 span {
    display: block;

    color: var(--home-turquoise);
}


.home-v2-presence-copy > p:last-of-type {
    max-width: 490px;

    margin:
        24px
        0
        0;

    color: #655b54;

    font-size: 15px;
    line-height: 1.72;
}


.home-v2-country-list {
    display: grid;

    gap: 7px;

    max-width: 380px;

    margin-top: 27px;
}


.home-v2-country-item {
    display: flex;

    min-height: 48px;

    align-items: center;

    gap: 11px;

    padding:
        6px
        12px;

    border:
        1px solid
        var(--home-border);

    border-radius: 12px;

    background:
        rgba(
            255,
            255,
            255,
            0.82
        );
}


.home-v2-country-item img {
    display: block;

    width: 34px;
    height: 34px;

    flex: 0 0 auto;

    border-radius: 50%;

    object-fit: cover;
}


.home-v2-country-item span {
    color: #40352e;

    font-size: 13px;
    font-weight: 700;
}


.home-v2-presence-map {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;
}


.home-v2-presence-map::before {
    position: absolute;

    z-index: 0;

    top: 50%;
    left: 50%;

    width: 75%;
    aspect-ratio: 1;

    border-radius: 50%;

    content: "";

    transform:
        translate(
            -50%,
            -50%
        );

    background:
        radial-gradient(
            circle,
            rgba(79, 146, 152, 0.075),
            transparent 70%
        );
}


.home-v2-presence-map img {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: auto;

    max-height: 520px;

    object-fit: contain;
}


/*
|--------------------------------------------------------------------------
| Presence stats
|--------------------------------------------------------------------------
*/

.home-v2-stats {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    margin-top: 32px;

    overflow: hidden;

    border:
        1px solid #e6d8ce;

    border-radius: 17px;

    background:
        rgba(
            255,
            255,
            255,
            0.82
        );

    box-shadow:
        0 14px 42px
        rgba(72, 45, 29, 0.06);
}


.home-v2-stat {
    display: flex;

    min-width: 0;
    min-height: 95px;

    flex-direction: column;

    justify-content: center;

    padding:
        16px
        22px;
}


.home-v2-stat
+ .home-v2-stat {
    border-left:
        1px solid #e9ddd4;
}


.home-v2-stat strong {
    color: #302720;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 34px;
    line-height: 1;
}


.home-v2-stat span {
    margin-top: 7px;

    color: #40362f;

    font-size: 12px;
    font-weight: 800;
}


.home-v2-stat small {
    margin-top: 3px;

    color:
        var(--home-accent);

    font-size: 10px;
    line-height: 1.3;
}


/*
|--------------------------------------------------------------------------
| 09. FAQ
|--------------------------------------------------------------------------
*/

.home-v2-faq {
    background: #ffffff;
}


.home-v2-faq-layout {
    display: grid;

    grid-template-columns:
        minmax(300px, 0.9fr)
        minmax(0, 1.1fr);

    align-items: start;

    gap: 70px;
}


.home-v2-text-links {
    display: grid;

    gap: 10px;

    margin-top: 30px;
}


.home-v2-text-links a {
    color:
        var(--home-accent-dark);

    font-size: 13px;
    font-weight: 800;
}


.home-v2-faq-list {
    display: grid;

    gap: 10px;
}


.home-v2-faq-item {
    overflow: hidden;

    border:
        1px solid #e5ddd7;

    border-radius: 13px;

    background: #ffffff;

    box-shadow:
        0 6px 18px
        rgba(70, 48, 34, 0.04);
}


.home-v2-faq-item summary {
    position: relative;

    display: flex;

    min-height: 68px;

    align-items: center;

    padding:
        17px
        52px
        17px
        20px;

    color: #302923;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;

    cursor: pointer;

    list-style: none;
}


.home-v2-faq-item summary::-webkit-details-marker {
    display: none;
}


.home-v2-faq-item summary::after {
    position: absolute;

    top: 50%;
    right: 19px;

    content: "+";

    color:
        var(--home-accent);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 23px;
    font-weight: 400;

    transform:
        translateY(-50%);
}


.home-v2-faq-item[open]
summary::after {
    content: "−";
}


.home-v2-faq-item > div {
    padding:
        19px
        20px
        22px;

    border-top:
        1px solid #eee6e0;

    color: #625a55;

    background:
        #fffdfb;

    font-size: 14px;
    line-height: 1.75;
}


/*
|--------------------------------------------------------------------------
| 10. Pricing
|--------------------------------------------------------------------------
*/

.home-v2-pricing {
    background:
        var(--home-soft);
}


.home-v2-pricing-card {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 70px;

    overflow: hidden;

    padding:
        65px
        70px;

    border:
        1px solid #eddcd0;

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 95% 20%,
            rgba(79, 146, 152, 0.14),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #fffdfb,
            #fff8f3
        );

    box-shadow:
        0 30px 80px
        rgba(72, 45, 29, 0.14);
}


.home-v2-pricing-card::after {
    position: absolute;

    right: -140px;
    bottom: -260px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    content: "";

    background:
        linear-gradient(
            145deg,
            #b7d8d6,
            #5f9396
        );

    opacity: 0.43;
}


.home-v2-pricing-card > * {
    position: relative;
    z-index: 2;
}


.home-v2-pricing-card h2 {
    max-width: 760px;

    margin: 0;

    color: #29231f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            38px,
            3.8vw,
            58px
        );

    line-height: 1.05;

    letter-spacing: -0.035em;
}


.home-v2-pricing-card h2 span {
    display: block;

    color: var(--home-turquoise);
}


.home-v2-pricing-card
> div:first-child
> p:last-child {
    max-width: 620px;

    margin:
        20px
        0
        0;

    color: #6c6058;

    font-size: 15px;
    line-height: 1.7;
}


.home-v2-pricing-actions {
    display: flex;

    min-width: 230px;

    flex-direction: column;

    gap: 10px;
}


.home-v2-pricing-actions
.home-v2-button {
    width: 100%;
}


/*
|--------------------------------------------------------------------------
| 11. Contact
|--------------------------------------------------------------------------
*/

.home-v2-contact {
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fffaf6
        );
}


.home-v2-contact
.home-v2-heading {
    margin-bottom: 45px;
}


.home-v2-contact-form {
    width:
        min(
            1050px,
            100%
        );

    margin:
        0
        auto;

    padding:
        38px;

    border:
        1px solid
        var(--home-border);

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 20px 55px
        rgba(72, 45, 29, 0.08);
}



/*
|--------------------------------------------------------------------------
| Laptop
|--------------------------------------------------------------------------
*/

@media (max-width: 1180px) {

    .home-v2-hero-inner {
        grid-template-columns:
            minmax(0, 0.9fr)
            minmax(460px, 1.1fr);

        gap: 25px;
    }


    .home-v2-steps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .home-v2-difference-layout,
    .home-v2-faq-layout {
        gap: 50px;
    }


    /*
    |--------------------------------------------------------------------------
    | Difference laptop
    |--------------------------------------------------------------------------
    */

    .home-v2-difference {
        min-height: 0;
    }


    .home-v2-difference-stage {
        display: grid;

        min-height: 0;

        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap:
            38px
            22px;
    }


    .home-v2-difference-intro,
    .home-v2-difference-pair {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }


    .home-v2-difference-intro {
        grid-column:
            1 / 3;

        width: 100%;
        max-width: 650px;

        margin-bottom: 10px;
    }


    .home-v2-difference-pair {
        width: 100%;
        height: auto;
    }


    .home-v2-difference-summary,
    .home-v2-difference-detail {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        width: 100%;

        min-height: 0;
    }


    .home-v2-difference-connector {
        position: relative;

        top: auto;
        left: auto;

        display: flex;

        width: 100%;
        height: 25px;

        justify-content: center;

        transform: none;
    }


    .home-v2-difference-connector::before {
        position: absolute;

        top: 0;
        left: 50%;
        right: auto;
        bottom: auto;

        width: 3px;
        height: 25px;

        border-radius: 999px;

        background:
            linear-gradient(
                180deg,
                rgba(79, 146, 152, 0.35),
                rgba(79, 146, 152, 0.85)
            );

        transform:
            translateX(-50%);
    }


    .home-v2-difference-pair-2
    .home-v2-difference-connector,
    .home-v2-difference-pair-3
    .home-v2-difference-connector {
        top: auto;

        width: 100%;

        transform: none;
    }


    .home-v2-difference-pair-3 {
        grid-column:
            1 / 3;

        width: 50%;

        margin:
            0
            auto;
    }
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 950px) {

    .home-v2-section {
        padding-top: 88px;
        padding-bottom: 92px;
    }


    /*
    |--------------------------------------------------------------------------
    | Hero
    |--------------------------------------------------------------------------
    */

    .home-v2-hero-inner {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .home-v2-hero-copy {
        max-width: 760px;
    }


    .home-v2-hero-title-line {
        white-space: normal;
    }

    .home-v2-hero-logo-video-wrap {
        width:
            min(
                520px,
                100%
            );

        margin:
            0
            auto;
    }

    .home-v2-hero-visual {
        min-height: 0;
    }


    /*
    |--------------------------------------------------------------------------
    | Story tablet
    |--------------------------------------------------------------------------
    */

    .home-v2-story-panel {
        grid-template-columns:
            minmax(330px, 0.92fr)
            minmax(0, 1.08fr);

        height: 265px;
        min-height: 0;
    }


    .home-v2-story-panel-copy {
        padding:
            28px
            30px
            28px
            34px;
    }


    .home-v2-story-panel-image {
        height: 265px;
        min-height: 0;
    }


    .home-v2-story-tab {
        padding-right: 15px;
        padding-left: 15px;
    }


    .home-v2-story-tab:first-child {
        padding-left: 0;
    }


    .home-v2-story-tab:last-child {
        padding-right: 0;
    }


    /*
|--------------------------------------------------------------------------
| Ecosystem tablet
|--------------------------------------------------------------------------
*/

.home-v2-ecosystem-layout {
    grid-template-columns: 1fr;

    gap: 45px;
}


.home-v2-ecosystem-copy {
    max-width: 720px;

    margin:
        0
        auto;

    text-align: center;
}


.home-v2-ecosystem-copy
> p:last-of-type {
    margin-right: auto;
    margin-left: auto;
}


.home-v2-ecosystem-helper {
    justify-content: center;

    margin-right: auto;
    margin-left: auto;
}


.home-v2-ecosystem-orbit {
    width:
        min(
            700px,
            100%
        );
}


.home-v2-ecosystem-service {
    width: 250px;
    height: 250px;

    padding:
        25px
        25px;
}


.home-v2-ecosystem-service h3 {
    font-size: 20px;
}


.home-v2-ecosystem-service p {
    font-size: 10.5px;
}

    


    /*
    |--------------------------------------------------------------------------
    | Business
    |--------------------------------------------------------------------------
    */

    .home-v2-business-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    /*
    |--------------------------------------------------------------------------
    | Trust
    |--------------------------------------------------------------------------
    */

    .home-v2-trust-card {
        grid-template-columns: 1fr;

        gap: 35px;

        padding:
            50px
            46px;
    }


    /*
    |--------------------------------------------------------------------------
    | Presence
    |--------------------------------------------------------------------------
    */

    .home-v2-presence-main {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .home-v2-country-list {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        max-width: none;
    }


    .home-v2-stats {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .home-v2-stat:nth-child(3) {
        border-top:
            1px solid #e9ddd4;

        border-left: 0;
    }


    .home-v2-stat:nth-child(4) {
        border-top:
            1px solid #e9ddd4;
    }


    /*
    |--------------------------------------------------------------------------
    | FAQ
    |--------------------------------------------------------------------------
    */

    .home-v2-faq-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    /*
    |--------------------------------------------------------------------------
    | Pricing
    |--------------------------------------------------------------------------
    */

    .home-v2-pricing-card {
        grid-template-columns: 1fr;

        gap: 35px;

        padding:
            52px
            48px;
    }


    .home-v2-pricing-actions {
        min-width: 0;
    }
}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 700px) {

    .home-v2-container {
        padding-right: 16px;
        padding-left: 16px;
    }


    .home-v2-section {
        padding-top: 72px;
        padding-bottom: 78px;
    }

    .home-v2-difference::before {
        height: 68px;

        background-size:
            520px
            68px;
    }


    .home-v2-difference::after {
        top: 20px;

        height: 40px;

        background-size:
            520px
            40px;
    }


    /*
    |--------------------------------------------------------------------------
    | Headings
    |--------------------------------------------------------------------------
    */

    .home-v2-heading h2 {
        font-size: 34px;
    }


    .home-v2-heading > p:last-child {
        margin-top: 17px;

        font-size: 14px;
    }


    /*
    |--------------------------------------------------------------------------
    | Hero
    |--------------------------------------------------------------------------
    */

    .home-v2-hero-inner {
        gap: 16px;

        padding-top: 40px;
        padding-bottom: 24px;
    }


    .home-v2-hero-title {
        font-size: 42px;
    }


    .home-v2-hero-text {
        margin-top: 21px;

        font-size: 16px;
        line-height: 1.65;
    }


    .home-v2-actions {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 9px;

        margin-top: 27px;
    }


    .home-v2-button {
        width: 100%;
        min-width: 0;
        min-height: 50px;

        padding:
            0
            10px;

        font-size: 11px;

        text-align: center;
        white-space: normal;
    }


    .home-v2-hero-visual {
        min-height: 0;
        height: 155px;

        margin-top: 4px;

        overflow: visible;
        display: none;
    }


    .home-v2-hero-logo-video-wrap {
        width: 165px;

        margin:
            -4px
            auto
            0;

        opacity: 0.82;
    }


    .home-v2-hero-logo-video-bg {
        top: 5%;
        right: -2%;
        bottom: -4%;
        left: -2%;

        filter:
            blur(22px);

        transform:
            scale(0.92);
    }

    /*
    |--------------------------------------------------------------------------
    | Story mobile
    |--------------------------------------------------------------------------
    */

    .home-v2-story-heading {
        margin-bottom: 34px;
    }


    /*
    |--------------------------------------------------------------------------
    | Story timeline mobile
    |--------------------------------------------------------------------------
    */

    .home-v2-story-nav {
        position: relative;

        display: grid;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 6px;

        width: 100%;

        margin:
            0
            0
            28px;

        padding: 0;

        overflow: visible;
    }


    /*
    * Γραμμή που συνδέει και τα 3 βήματα.
    */
    .home-v2-story-nav::before {
        right: 8%;
        bottom: 8px;
        left: 8%;
    }


    .home-v2-story-tab {
        display: flex;

        width: auto;
        min-width: 0;

        flex-direction: column;
        align-items: center;

        gap: 5px;

        padding:
            0
            4px
            28px;

        text-align: center;
    }


    .home-v2-story-tab:first-child,
    .home-v2-story-tab:last-child {
        padding-right: 4px;
        padding-left: 4px;
    }


    .home-v2-story-tab-number {
        font-size: 21px;
    }


    .home-v2-story-tab-copy {
        width: 100%;
    }


    .home-v2-story-tab-copy small {
        min-height: 20px;

        margin-bottom: 3px;

        font-size: 7px;
        line-height: 1.2;

        letter-spacing: 0.10em;
    }


    .home-v2-story-tab-copy strong {
        font-size: 13px;
        line-height: 1.18;
    }


    .home-v2-story-tab-dot {
        bottom: 2px;
    }


    .home-v2-story-tab.is-active
    .home-v2-story-tab-dot {
        bottom: 0;
    }


    /*
    |--------------------------------------------------------------------------
    | Active card
    |--------------------------------------------------------------------------
    */

    .home-v2-story-panel {
        grid-template-columns: 1fr;

        width: 100%;

        height: auto;
        min-height: 0;

        overflow: hidden;

        border-radius: 17px;
    }


    .home-v2-story-panel-copy {
        max-width: none;

        height: auto;

        padding:
            28px
            22px
            30px;
    }


    .home-v2-story-panel h3 {
        max-width: none;

        font-size: 20px;
    }


    .home-v2-story-panel-copy > p {
        max-width: none;

        margin-top: 13px;

        font-size: 12px;
        line-height: 1.58;
    }


    .home-v2-story-more {
        margin-top: 16px;
    }


    /*
    |--------------------------------------------------------------------------
    | Image
    |--------------------------------------------------------------------------
    */

    .home-v2-story-panel-image {
        width: 100%;

        height: 175px;
        min-height: 175px;

        margin-left: 0;
    }

    


    .home-v2-story-panel-image::after {
        background:
            linear-gradient(
                180deg,
                #fbf7f2 0%,
                rgba(251, 247, 242, 0.32) 18%,
                transparent 42%
            );
    }

    /*
    |--------------------------------------------------------------------------
    | Ecosystem mobile
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem::before {
        top: 74%;
        left: 78%;

        width: 350px;
        height: 350px;

        opacity: 0.035;

        transform:
            translate(
                -50%,
                -50%
            );
    }

    .home-v2-ecosystem {
        padding-top: 72px;
        padding-bottom: 72px;
    }


    .home-v2-ecosystem-layout {
        gap: 38px;
    }


    .home-v2-ecosystem-copy {
        text-align: left;
    }


    .home-v2-heading
    .home-v2-ecosystem-title {
        width: auto;
        max-width: 100%;

        font-size: 34px;
    }


    .home-v2-ecosystem-title
    > span {
        white-space: normal;
    }


    .home-v2-ecosystem-helper {
        justify-content: flex-start;

        margin-right: 0;
        margin-left: 0;
    }


    /*
    |--------------------------------------------------------------------------
    | Ecosystem mobile — circular layout
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem-orbit {
        position: relative;

        display: block;

        width: min(380px, 100%);
        height: 555px;

        aspect-ratio: auto;

        margin:
            10px
            auto
            0;

        overflow: visible;
    }


    /*
    |--------------------------------------------------------------------------
    | Rings
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem-rings {
        display: block;

        position: absolute;

        inset: 0;

        opacity: 0.72;

        pointer-events: none;
    }


    .home-v2-ecosystem-ring-outer {
        width: 88%;
    }


    .home-v2-ecosystem-ring-middle {
        width: 78%;
    }


    .home-v2-ecosystem-ring-inner {
        width: 68%;
    }


    /*
    |--------------------------------------------------------------------------
    | Circular services
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem-service,
    .home-v2-ecosystem-service-licence,
    .home-v2-ecosystem-service-radios {
        position: absolute;

        width: 248px;
        height: 248px;

        min-height: 0;

        padding:
            24px
            22px;

        border-radius: 50%;

        transform:
            translate(
                -50%,
                -50%
            );
    }


    /*
    * Πάνω δεξιά
    */
    .home-v2-ecosystem-service-licence {
        top: 27%;
        left: 64%;
    }


    /*
    * Κάτω αριστερά
    */
    .home-v2-ecosystem-service-radios {
        top: 72%;
        left: 36%;
    }


    /*
    |--------------------------------------------------------------------------
    | Logos
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem-service-logo {
        width: 120px;
        height: 48px;

        margin-bottom: 5px;
    }


    .home-v2-ecosystem-service-logo-license {
        width: 176px;
        height: 48px;
    }


    .home-v2-ecosystem-service-logo-wide {
        width: 115px;
        height: 76px;
    }


    /*
    |--------------------------------------------------------------------------
    | Mobile typography
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem-service-kicker {
        margin-bottom: 4px;

        font-size: 6.5px;
    }


    .home-v2-ecosystem-service h3 {
        max-width: 200px;

        font-size: 21px;

        line-height: 1.04;
    }


    .home-v2-ecosystem-service p {
        max-width: 205px;

        margin-top: 8px;

        font-size: 11.5px;

        line-height: 1.42;
    }


    .home-v2-ecosystem-service a {
        margin-top: 9px;

        font-size: 10.5px;
    }


    /*
    |--------------------------------------------------------------------------
    | Mobile hover
    |--------------------------------------------------------------------------
    */

    .home-v2-ecosystem-service:hover {
        transform:
            translate(
                -50%,
                -50%
            );
    }


    /*
    |--------------------------------------------------------------------------
    | Steps
    |--------------------------------------------------------------------------
    */

    .home-v2-steps {
        grid-template-columns: 1fr;

        gap: 11px;
    }


    .home-v2-step {
        min-height: 0;

        padding:
            24px
            22px;
    }


    .home-v2-step h3 {
        margin-top: 28px;

        font-size: 22px;
    }

    /*
    |--------------------------------------------------------------------------
    | Difference mobile
    |--------------------------------------------------------------------------
    */

    .home-v2-difference-stage {
        display: block;
    }


    .home-v2-difference-intro {
        margin-bottom: 40px;
    }


    .home-v2-difference-intro h2 {
        font-size: 38px;
    }


    .home-v2-difference-intro
    > p:last-child {
        margin-top: 19px;

        font-size: 14px;
    }


    .home-v2-difference-pair,
    .home-v2-difference-pair-3 {
        width: 100%;

        margin:
            0
            0
            31px;
    }


    .home-v2-difference-summary {
        min-height: 0;

        padding:
            22px
            20px;

        border-radius: 18px;
    }


    .home-v2-difference-summary-top {
        margin-bottom: 19px;
    }


    .home-v2-difference-summary h3 {
        font-size: 20px;
    }


    .home-v2-difference-summary p {
        font-size: 12px;
    }


    .home-v2-difference-connector {
        position: relative;

        width: 100%;
        height: 30px;
    }


    .home-v2-difference-connector::before {
        left: 50%;

        width: 3px;
        height: 30px;

        transform:
            translateX(-50%);
    }


    .home-v2-difference-detail,
    .home-v2-difference-detail-law,
    .home-v2-difference-detail-together,
    .home-v2-difference-detail-goal {
        width: 94%;

        min-height: 0;

        margin:
            0
            auto;

        padding:
            21px
            19px;

        border-radius: 16px;
    }


    .home-v2-difference-detail-text p {
        font-size: 12px;
        line-height: 1.62;
    }

    .home-v2-difference-summary,
    .home-v2-difference-detail {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }


    .home-v2-difference-pair {
        height: auto;
    }


    /*
    |--------------------------------------------------------------------------
    | Business
    |--------------------------------------------------------------------------
    */

    .home-v2-business-grid {
        grid-template-columns: 1fr;

        gap: 9px;
    }


    .home-v2-business-card {
        min-height: 0;

        padding:
            22px
            20px;
    }


    .home-v2-business-card h3 {
        font-size: 22px;
    }


    /*
    |--------------------------------------------------------------------------
    | Trust
    |--------------------------------------------------------------------------
    */

    .home-v2-trust {
        padding-top: 55px;
        padding-bottom: 55px;
    }


    .home-v2-trust-card {
        padding:
            38px
            24px;

        border-radius: 18px;
    }


    .home-v2-trust-card h2 {
        font-size: 34px;
    }


    /*
    |--------------------------------------------------------------------------
    | Presence
    |--------------------------------------------------------------------------
    */

    .home-v2-country-list {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 7px;
    }


    .home-v2-country-item {
        min-width: 0;

        padding:
            6px
            8px;
    }


    .home-v2-country-item img {
        width: 31px;
        height: 31px;
    }


    .home-v2-country-item span {
        overflow-wrap: anywhere;

        font-size: 11px;
    }


    .home-v2-presence-map img {
        max-height: 430px;
    }


    .home-v2-stats {
        margin-top: 25px;

        border-radius: 14px;
    }


    .home-v2-stat {
        min-height: 90px;

        padding:
            14px
            13px;
    }


    .home-v2-stat strong {
        font-size: 30px;
    }


    .home-v2-stat span {
        font-size: 10px;
    }


    .home-v2-stat small {
        font-size: 9px;
    }


    /*
    |--------------------------------------------------------------------------
    | FAQ
    |--------------------------------------------------------------------------
    */

    .home-v2-faq-item summary {
        min-height: 62px;

        padding:
            15px
            46px
            15px
            16px;

        font-size: 15px;
    }


    .home-v2-faq-item > div {
        padding:
            16px
            16px
            19px;

        font-size: 13px;
    }


    /*
    |--------------------------------------------------------------------------
    | Pricing
    |--------------------------------------------------------------------------
    */

    .home-v2-pricing-card {
        padding:
            39px
            24px;

        border-radius: 18px;
    }


    .home-v2-pricing-card h2 {
        font-size: 34px;
    }


    /*
    |--------------------------------------------------------------------------
    | Contact
    |--------------------------------------------------------------------------
    */

    .home-v2-contact-form {
        padding:
            22px
            18px;

        border-radius: 17px;
    }

    .floating-contact-button {
        bottom:
            calc(
                570px
                + env(safe-area-inset-bottom)
            );

        min-width: 120px;
        width: 120px;
        min-height: 46px;

        padding:
            10px
            15px
            10px
            19px;

        font-size: 12px;
    }
}


/*
|--------------------------------------------------------------------------
| Very small mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 430px) {

    .home-v2-hero-title {
        font-size: 38px;
    }


    .home-v2-heading h2 {
        font-size: 31px;
    }


    .home-v2-service-badge {
        position: static;

        display: inline-flex;

        width: fit-content;

        margin-top: 12px;
    }


    .home-v2-country-list {
        grid-template-columns: 1fr;
    }


    .home-v2-stats {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .home-v2-trust-links a {
        padding:
            0
            15px;

        font-size: 12px;
    }
}


/*
|--------------------------------------------------------------------------
| Reduced motion
|--------------------------------------------------------------------------
*/

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }


    .home-v2-button,
    .home-v2-story-tab,
    .home-v2-story-panel,
    .home-v2-service-card,
    .home-v2-hero-logo-video,
    .home-v2-section-link a span,
    .home-v2-business-card,
    .home-v2-trust-links a,
    .home-v2-service-card > a span {
        transition: none;
    }

    .home-v2-story-panel.is-entering-from-right,
    .home-v2-story-panel.is-entering-from-left,
    .home-v2-story-panel.is-leaving-to-left,
    .home-v2-story-panel.is-leaving-to-right,
    .home-v2-difference::before,
    .home-v2-difference::after {
        animation: none;
    }

}