/*
 * iChipHost inner pages refresh
 * Applies the homepage spacing, colour and motion language below the existing heroes.
 * The archive/service heroes are intentionally excluded from every selector.
 */

:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main {
    --inner-ink: #17143d;
    --inner-body: #5c5870;
    --inner-purple: #7a35d8;
    --inner-blue: #2e70ee;
    --inner-cyan: #51d6d8;
    --inner-pink: #e71bd4;
    --inner-soft: #f6f7fb;
    --inner-line: rgba(33, 27, 80, .13);
    --inner-shadow: 0 22px 54px rgba(33, 25, 86, .10);
    overflow: clip;
    color: var(--inner-ink);
    background: #fff;
}

:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) {
    position: relative;
    isolation: isolate;
    scroll-margin-top: 105px;
}

:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) > .shell {
    position: relative;
    z-index: 2;
}

:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) h2,
:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) h3,
:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) h4 {
    color: var(--inner-ink);
    font-family: 'Rubik', 'Trebuchet MS', Arial, sans-serif;
    text-wrap: balance;
}

:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) .section-eyebrow {
    margin-bottom: 15px;
    color: #7042c7;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.4;
}

:is(
    body.page-key-kataskevi,
    body.page-key-proothisi,
    body.page-key-deigmatologio,
    body.page-key-enimerosi,
    body.page-key-products,
    body.page-key-epikoinonia
) main > section:not(.archive-hero) :is(a, button, input, textarea, summary):focus-visible {
    outline: 3px solid #245bc9;
    outline-offset: 4px;
}

/* Construction and marketing */
body.page-key-kataskevi .services-overview,
body.page-key-proothisi .service-landing__deliverables {
    padding: clamp(86px, 8vw, 118px) 0 clamp(92px, 8vw, 124px);
    background:
        radial-gradient(circle at 93% 6%, rgba(81, 214, 216, .10), transparent 25%),
        #fff;
}

body.page-key-kataskevi .services-overview__head,
body.page-key-proothisi .service-landing__deliverables .services-overview__head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(38px, 7vw, 96px);
    align-items: end;
    max-width: none;
    margin-bottom: clamp(46px, 5vw, 68px);
    text-align: left;
}

body.page-key-kataskevi .services-overview__head .section-eyebrow,
body.page-key-proothisi .service-landing__deliverables .services-overview__head .section-eyebrow {
    grid-column: 1;
    margin-bottom: -24px;
}

body.page-key-kataskevi .services-overview__head h2,
body.page-key-proothisi .service-landing__deliverables .services-overview__head h2 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(2rem, 3.55vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -.048em;
    line-height: 1.08;
}

body.page-key-kataskevi .services-overview__head > p:last-child,
body.page-key-proothisi .service-landing__deliverables .services-overview__head > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 520px;
    margin: 0;
    color: var(--inner-body);
    font-size: 16px;
    line-height: 1.72;
}

body.page-key-kataskevi .services-overview__grid,
body.page-key-proothisi .service-landing__deliverables .services-overview__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.page-key-kataskevi .service-offering,
body.page-key-proothisi .service-landing__deliverables .service-offering {
    position: relative;
    min-width: 0;
    padding: 34px 30px 32px;
    overflow: hidden;
    border: 1px solid rgba(39, 31, 91, .10);
    border-radius: 26px;
    background: linear-gradient(180deg, #fff 0%, #fafafe 100%);
    box-shadow: 0 18px 44px rgba(33, 25, 86, .08);
    transition: transform .34s cubic-bezier(.22, .8, .24, 1), box-shadow .34s ease, border-color .34s ease;
}

body.page-key-kataskevi .service-offering::before,
body.page-key-proothisi .service-landing__deliverables .service-offering::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--inner-purple), var(--inner-blue), var(--inner-cyan));
}

body.page-key-kataskevi .service-offering__icon,
body.page-key-proothisi .service-landing__deliverables .service-offering__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 1px solid rgba(91, 69, 178, .20);
    border-radius: 15px;
    color: #3868d5;
    background: #f1f2fd;
    box-shadow: none;
}

body.page-key-kataskevi .service-offering__header,
body.page-key-proothisi .service-landing__deliverables .service-offering__header {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

body.page-key-kataskevi .service-offering h3,
body.page-key-proothisi .service-landing__deliverables .service-offering h3 {
    margin: 3px 0 0;
    font-size: clamp(1.32rem, 1.7vw, 1.65rem);
    letter-spacing: -.035em;
    line-height: 1.18;
}

body.page-key-kataskevi .service-offering__eyebrow,
body.page-key-proothisi .service-landing__deliverables .service-offering__eyebrow {
    color: #7350bc;
    font-size: 10px;
    letter-spacing: .12em;
}

body.page-key-kataskevi .service-offering__intro,
body.page-key-proothisi .service-landing__deliverables .service-offering__intro {
    min-height: 72px;
    margin: 0 0 23px;
    color: var(--inner-body);
    font-size: 14.5px;
    line-height: 1.65;
}

body.page-key-kataskevi .service-offering__list,
body.page-key-proothisi .service-landing__deliverables .service-offering__list {
    gap: 0;
    margin: 0;
    padding: 0;
}

body.page-key-kataskevi .service-offering__list li,
body.page-key-proothisi .service-landing__deliverables .service-offering__list li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 11px;
    padding: 16px 0;
    border-top: 1px solid var(--inner-line);
}

body.page-key-kataskevi .service-offering__check,
body.page-key-proothisi .service-landing__deliverables .service-offering__check {
    width: 25px;
    height: 25px;
    margin-top: 1px;
    color: #fff;
    background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
}

body.page-key-kataskevi .service-offering__list strong,
body.page-key-proothisi .service-landing__deliverables .service-offering__list strong {
    color: var(--inner-ink);
    font-size: 13.5px;
    line-height: 1.38;
}

body.page-key-kataskevi .service-offering__list li div > span,
body.page-key-proothisi .service-landing__deliverables .service-offering__list li div > span {
    display: block;
    margin-top: 5px;
    color: var(--inner-body);
    font-size: 12.5px;
    line-height: 1.55;
}

body.page-key-kataskevi .service-tabs {
    padding: clamp(92px, 9vw, 126px) 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 88%, rgba(205, 16, 231, .38), transparent 32%),
        radial-gradient(circle at 88% 14%, rgba(118, 239, 255, .24), transparent 30%),
        linear-gradient(116deg, #176f80 0%, #304fa4 46%, #1d255f 100%);
}

body.page-key-kataskevi .service-tabs::before,
body.page-key-proothisi .service-landing__related::before,
body.page-key-products .products-decision-board::before,
body.page-key-epikoinonia .contact-page__section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .13;
    background-image: radial-gradient(#fff 1.4px, transparent 1.4px);
    background-size: 19px 19px;
    -webkit-mask-image: linear-gradient(120deg, transparent 6%, #000 70%, transparent);
    mask-image: linear-gradient(120deg, transparent 6%, #000 70%, transparent);
    pointer-events: none;
}

body.page-key-kataskevi .service-tabs .services-overview__head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(40px, 8vw, 112px);
    align-items: end;
    max-width: none;
    margin: 0 0 clamp(48px, 6vw, 72px);
    text-align: left;
}

body.page-key-kataskevi .service-tabs .section-eyebrow {
    grid-column: 1;
    margin-bottom: -24px;
    color: #aaf8fa !important;
}

body.page-key-kataskevi .service-tabs .services-overview__head h2 {
    grid-column: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3.55vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -.048em;
    line-height: 1.08;
}

body.page-key-kataskevi .service-tabs .services-overview__head > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.72;
}

body.page-key-kataskevi .tabs {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 28px;
    background: rgba(21, 18, 68, .36);
    box-shadow: 0 30px 70px rgba(9, 8, 42, .25);
    backdrop-filter: blur(15px);
}

body.page-key-kataskevi .tabs__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .05);
}

body.page-key-kataskevi .tabs__button {
    min-height: 76px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .13);
    border-radius: 0;
    color: rgba(255, 255, 255, .70);
    background: transparent;
    box-shadow: none;
    transition: color .24s ease, background-color .24s ease, transform .24s ease;
}

body.page-key-kataskevi .tabs__button:last-child {
    border-right: 0;
}

body.page-key-kataskevi .tabs__button.is-active {
    color: #fff;
    background: linear-gradient(135deg, rgba(122, 53, 216, .72), rgba(46, 112, 238, .68));
}

body.page-key-kataskevi .tabs__content {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(38px, 6vw, 86px);
    min-height: 520px;
    padding: clamp(34px, 5vw, 64px);
    align-items: center;
}

body.page-key-kataskevi .tabs__visual {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    background: rgba(255, 255, 255, .10);
    box-shadow: 0 22px 48px rgba(9, 8, 42, .22);
}

body.page-key-kataskevi .tabs__visual img {
    display: block;
    width: 100%;
    max-height: 390px;
    object-fit: contain;
}

body.page-key-kataskevi .tabs__content {
    color: var(--inner-ink);
}

body.page-key-kataskevi .tabs__copy h2 {
    margin-bottom: 18px;
    font-size: clamp(1.65rem, 2.7vw, 2.6rem);
    letter-spacing: -.04em;
}

body.page-key-kataskevi .tabs__copy h3 {
    margin-top: 30px;
    color: #6543b8;
    font-size: 12px;
    letter-spacing: .16em;
}

body.page-key-kataskevi .tabs__copy :is(p, li) {
    color: var(--inner-body);
    line-height: 1.7;
}

body.page-key-kataskevi .tabs__copy li::marker {
    color: var(--inner-cyan);
}

body.page-key-proothisi .service-landing__content-section {
    padding: clamp(92px, 9vw, 126px) 0;
    background:
        radial-gradient(circle at 8% 14%, rgba(122, 53, 216, .09), transparent 25%),
        linear-gradient(180deg, #f7f7fb 0%, #fff 74%);
}

body.page-key-proothisi .service-landing__grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr);
    gap: clamp(34px, 6vw, 72px);
    align-items: start;
}

body.page-key-proothisi .service-landing__content-card {
    padding: clamp(35px, 5vw, 64px);
    border: 1px solid rgba(40, 32, 91, .11);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--inner-shadow);
}

body.page-key-proothisi .service-landing__content {
    color: var(--inner-body);
    font-size: 15.5px;
    line-height: 1.76;
}

body.page-key-proothisi .service-landing__content h2 {
    margin: 58px 0 20px;
    padding-top: 50px;
    border-top: 1px solid var(--inner-line);
    font-size: clamp(1.75rem, 2.7vw, 2.65rem);
    letter-spacing: -.04em;
    line-height: 1.12;
}

body.page-key-proothisi .service-landing__content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body.page-key-proothisi .service-landing__content h3 {
    margin: 32px 0 10px;
    color: #4f3d9d;
    font-size: 1.1rem;
    letter-spacing: -.018em;
}

body.page-key-proothisi .service-landing__content a:not(.button-link) {
    color: #245bc9;
    text-decoration-color: rgba(36, 91, 201, .30);
    text-underline-offset: 3px;
}

body.page-key-proothisi .service-landing__sidebar {
    position: sticky;
    top: 116px;
    display: grid;
    gap: 20px;
}

body.page-key-proothisi .service-landing__sidebar-card {
    padding: 29px;
    border: 1px solid rgba(40, 32, 91, .11);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 34px rgba(39, 30, 96, .07);
}

body.page-key-proothisi .service-landing__sidebar-card--form {
    background: linear-gradient(180deg, #fff 0%, #f7f7fc 100%);
}

body.page-key-proothisi .service-landing__form :is(input, textarea, select),
body.page-key-epikoinonia .contact-page__form :is(input, textarea, select) {
    width: 100%;
    border: 1px solid rgba(42, 33, 96, .16);
    border-radius: 12px;
    color: var(--inner-ink);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    transition: border-color .22s ease, box-shadow .22s ease;
}

body.page-key-proothisi .service-landing__form :is(input, select),
body.page-key-epikoinonia .contact-page__form :is(input, select) {
    min-height: 52px;
}

body.page-key-proothisi .service-landing__form :is(input, textarea, select):focus,
body.page-key-epikoinonia .contact-page__form :is(input, textarea, select):focus {
    border-color: #4c6fd4;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(46, 112, 238, .11);
}

body.page-key-proothisi .service-landing__related {
    padding: clamp(92px, 9vw, 124px) 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 214, 216, .28), transparent 32%),
        radial-gradient(circle at 12% 100%, rgba(231, 27, 212, .25), transparent 34%),
        linear-gradient(120deg, #20184d 0%, #34227d 54%, #234aa3 100%);
}

body.page-key-proothisi .service-landing__related .services-overview__head :is(h2, p),
body.page-key-proothisi .service-landing__related .section-eyebrow {
    color: #fff !important;
}

body.page-key-proothisi .service-landing__related .section-eyebrow {
    color: #aaf8fa !important;
}

body.page-key-proothisi .service-landing__related-grid {
    gap: 20px;
}

body.page-key-proothisi .service-landing__related-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
    backdrop-filter: blur(12px);
    transition: transform .3s cubic-bezier(.22, .8, .24, 1), background-color .3s ease, border-color .3s ease;
}

body.page-key-proothisi .service-landing__related-card :is(h3, p, a) {
    color: #fff !important;
}

body.page-key-proothisi .service-landing__related-card > p {
    color: rgba(255, 255, 255, .74);
}

body.page-key-proothisi .service-landing__related-card .button-link {
    color: #251a58 !important;
    border-color: transparent;
    border-radius: 999px;
    background: #fff;
}

body.page-key-proothisi .service-landing__faq {
    padding: clamp(84px, 8vw, 112px) 0;
    background: linear-gradient(180deg, #f7f7fb 0%, #fff 100%);
}

body.page-key-proothisi .service-landing__faq-list {
    border-bottom: 1px solid var(--inner-line);
}

body.page-key-proothisi .service-landing__faq-item {
    border: 0;
    border-top: 1px solid var(--inner-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.page-key-proothisi .service-landing__faq-item summary {
    min-height: 86px;
    padding: 20px 4px;
    color: var(--inner-ink);
    font-family: 'Rubik', 'Trebuchet MS', Arial, sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
}

/* Portfolio */
body.page-key-deigmatologio .portfolio-groups {
    padding: clamp(78px, 8vw, 116px) 0 clamp(92px, 9vw, 132px);
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 214, 216, .09), transparent 23%),
        radial-gradient(circle at 4% 68%, rgba(231, 27, 212, .07), transparent 20%),
        linear-gradient(180deg, #fff 0%, #f8f8fc 48%, #fff 100%);
}

body.page-key-deigmatologio .portfolio-group {
    position: relative;
    padding: clamp(52px, 6vw, 82px) 0;
    border-top: 1px solid var(--inner-line);
}

body.page-key-deigmatologio .portfolio-group:first-child {
    padding-top: 0;
    border-top: 0;
}

body.page-key-deigmatologio .portfolio-group__header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: clamp(36px, 7vw, 92px);
    align-items: end;
    margin-bottom: clamp(34px, 4vw, 52px);
}

body.page-key-deigmatologio .portfolio-group__copy {
    max-width: none;
}

body.page-key-deigmatologio .portfolio-group__copy h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3.15rem);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.1;
}

body.page-key-deigmatologio .portfolio-group__copy > p:last-child {
    max-width: 540px;
    margin: 18px 0 0;
    color: var(--inner-body);
    font-size: 15px;
    line-height: 1.7;
}

body.page-key-deigmatologio .showcase-strip--portfolio-page {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    overflow: visible;
}

body.page-key-deigmatologio .showcase-strip__card--portfolio {
    width: auto;
    min-width: 0;
    height: 460px;
    overflow: hidden;
    border: 1px solid rgba(39, 31, 91, .11);
    border-radius: 22px;
    background: #e9ebf4;
    box-shadow: 0 18px 42px rgba(33, 25, 86, .10);
    transition: transform .36s cubic-bezier(.22, .8, .24, 1), box-shadow .36s ease, border-color .36s ease;
}

body.page-key-deigmatologio .showcase-strip__card--portfolio img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .8s cubic-bezier(.22, .8, .24, 1);
}

body.page-key-deigmatologio .showcase-strip__caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 15px;
    background: rgba(24, 18, 62, .82);
    box-shadow: 0 12px 28px rgba(8, 7, 32, .20);
    backdrop-filter: blur(10px);
}

body.page-key-deigmatologio .showcase-strip__caption :is(small, strong) {
    color: #fff;
}

body.page-key-deigmatologio .portfolio-group__more {
    margin-top: 40px;
}

body.page-key-deigmatologio .portfolio-group__more-button {
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
    box-shadow: 0 12px 28px rgba(83, 58, 184, .20);
}

/* Blog */
body.page-key-enimerosi .archive-categories {
    padding: clamp(66px, 7vw, 92px) 0;
    border-bottom: 1px solid var(--inner-line);
    background:
        radial-gradient(circle at 90% 5%, rgba(81, 214, 216, .10), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f8f8fc 100%);
}

body.page-key-enimerosi .archive-categories__head {
    display: grid;
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
    gap: clamp(34px, 7vw, 92px);
    align-items: center;
}

body.page-key-enimerosi .archive-categories__head h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -.045em;
}

body.page-key-enimerosi .chip-row--archive {
    justify-content: flex-end;
    gap: 9px;
}

body.page-key-enimerosi .chip-row--archive a {
    padding: 10px 15px;
    border: 1px solid rgba(41, 31, 93, .12);
    border-radius: 999px;
    color: #575167;
    background: rgba(255, 255, 255, .84);
    box-shadow: none;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

body.page-key-enimerosi .chip-row--archive a.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
}

body.page-key-enimerosi .archive-list {
    padding: clamp(88px, 9vw, 126px) 0;
    background: #fff;
}

body.page-key-enimerosi .archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.page-key-enimerosi .archive-card {
    position: relative;
    display: grid;
    grid-template-rows: 235px minmax(0, 1fr);
    min-width: 0;
    min-height: 535px;
    overflow: hidden;
    border: 1px solid rgba(40, 32, 91, .12);
    border-radius: 24px;
    background: #fafafe;
    box-shadow: 0 15px 38px rgba(39, 30, 96, .07);
    transition: transform .32s cubic-bezier(.22, .8, .24, 1), box-shadow .32s ease, border-color .32s ease;
}

body.page-key-enimerosi .archive-card::before {
    display: none;
}

body.page-key-enimerosi .archive-card__media {
    display: block;
    min-height: 235px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8e7f3, #dce5f8);
}

body.page-key-enimerosi .archive-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.22, .8, .24, 1);
}

body.page-key-enimerosi .archive-card__body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px 58px 72px 24px;
}

body.page-key-enimerosi .archive-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin: 0 0 13px;
    color: #7b7589;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.page-key-enimerosi .post-card__category {
    color: #7142c6;
    background: transparent;
}

body.page-key-enimerosi .archive-card h2 {
    margin: 0;
    font-size: clamp(1.08rem, 1.52vw, 1.38rem);
    font-weight: 700;
    letter-spacing: -.027em;
    line-height: 1.3;
}

body.page-key-enimerosi .archive-card h2 a {
    color: var(--inner-ink);
    text-decoration: none;
    transition: color .22s ease;
}

body.page-key-enimerosi .archive-card__body > p {
    display: -webkit-box;
    max-width: 52ch;
    margin: 15px 0 0;
    overflow: hidden;
    color: var(--inner-body);
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

body.page-key-enimerosi .archive-card .button-link {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
    box-shadow: 0 10px 22px rgba(83, 58, 184, .20);
    font-size: 0;
    text-decoration: none;
}

body.page-key-enimerosi .archive-card .button-link::after {
    content: '→';
    font-size: 18px;
    line-height: 1;
}

body.page-key-enimerosi .archive-pagination {
    margin-top: clamp(48px, 6vw, 72px);
}

body.page-key-enimerosi .archive-pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid rgba(41, 31, 93, .12);
    border-radius: 50%;
    color: var(--inner-ink);
    background: #fff;
}

body.page-key-enimerosi .archive-pagination .current {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
}

/* Products */
body.page-key-products :is(
    .products-purchase-flow,
    .products-catalog,
    .products-decision-board,
    .products-family-directory,
    .products-bundles,
    .products-faq,
    .products-service-bridge
) {
    padding: clamp(72px, 6vw, 88px) 0;
}

body.page-key-products .products-purchase-flow,
body.page-key-products .products-family-directory,
body.page-key-products .products-faq {
    background: #fff;
}

body.page-key-products .products-catalog,
body.page-key-products .products-bundles,
body.page-key-products .products-service-bridge {
    background:
        radial-gradient(circle at 94% 5%, rgba(81, 214, 216, .08), transparent 24%),
        linear-gradient(180deg, #f7f7fb 0%, #fff 100%);
}

body.page-key-products :is(.products-purchase-flow__head, .products-catalog__head, .products-section-head, .archive-categories__head) {
    max-width: 840px;
    margin-bottom: clamp(42px, 5vw, 66px);
}

body.page-key-products :is(.products-purchase-flow__head, .products-catalog__head, .products-section-head, .archive-categories__head) h2 {
    margin: 0;
    font-size: clamp(2rem, 3.45vw, 3.55rem);
    font-weight: 600;
    letter-spacing: -.048em;
    line-height: 1.08;
}

body.page-key-products :is(.products-purchase-flow__head, .products-catalog__head, .products-section-head, .archive-categories__head) > p:last-child {
    max-width: 670px;
    margin: 22px 0 0;
    color: var(--inner-body);
    font-size: 15.5px;
    line-height: 1.72;
}

body.page-key-products .products-purchase-flow__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--inner-line);
    border-bottom: 1px solid var(--inner-line);
}

body.page-key-products .products-purchase-step {
    min-height: 265px;
    padding: 34px 28px;
    border: 0;
    border-right: 1px solid var(--inner-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.page-key-products .products-purchase-step:last-child {
    border-right: 0;
}

body.page-key-products .products-purchase-step > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    border: 1px solid rgba(91, 69, 178, .24);
    border-radius: 50%;
    color: #6b3fca;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
}

body.page-key-products .products-purchase-step h3 {
    margin: 0;
    font-size: 1.15rem;
    letter-spacing: -.025em;
    line-height: 1.3;
}

body.page-key-products .products-purchase-step p {
    margin: 14px 0 0;
    color: var(--inner-body);
    font-size: 13.5px;
    line-height: 1.65;
}

body.page-key-products .products-grid {
    gap: 24px;
}

body.page-key-products .product-card {
    overflow: hidden;
    border: 1px solid rgba(40, 32, 91, .12);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(39, 30, 96, .08);
    transition: transform .32s cubic-bezier(.22, .8, .24, 1), box-shadow .32s ease, border-color .32s ease;
}

body.page-key-products .product-card__media {
    min-height: 245px;
    overflow: hidden;
    background: linear-gradient(145deg, #f0f1f8, #e8eaf4);
}

body.page-key-products .product-card__media img {
    transition: transform .65s cubic-bezier(.22, .8, .24, 1);
}

body.page-key-products .product-card__body {
    padding: 30px;
}

body.page-key-products .product-card__title {
    font-size: clamp(1.28rem, 1.8vw, 1.62rem);
    letter-spacing: -.035em;
}

body.page-key-products .product-card__sales-fit {
    border-top: 1px solid var(--inner-line);
    border-bottom: 1px solid var(--inner-line);
}

body.page-key-products .product-card__sales-row {
    border-color: var(--inner-line);
}

body.page-key-products .products-decision-board {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 214, 216, .28), transparent 32%),
        radial-gradient(circle at 12% 100%, rgba(231, 27, 212, .25), transparent 34%),
        linear-gradient(120deg, #20184d 0%, #34227d 54%, #234aa3 100%);
}

body.page-key-products .products-decision-board :is(h2, h3, p, li),
body.page-key-products .products-decision-board .section-eyebrow {
    color: #fff !important;
}

body.page-key-products .products-decision-board .section-eyebrow {
    color: #aaf8fa !important;
}

body.page-key-products .products-decision-board__layout {
    gap: clamp(40px, 7vw, 88px);
}

body.page-key-products .products-path-card,
body.page-key-products .products-free-tool-card {
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

body.page-key-products .products-category-rail {
    position: sticky;
    top: 88px;
    z-index: 6;
    padding: 12px;
    border: 1px solid rgba(40, 32, 91, .10);
    border-radius: 18px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 14px 32px rgba(39, 30, 96, .08);
    backdrop-filter: blur(16px);
}

body.page-key-products .products-family-sections {
    gap: 0;
}

body.page-key-products .products-family-section {
    padding-top: clamp(48px, 4.5vw, 62px);
    border-top: 1px solid var(--inner-line);
}

body.page-key-products .products-family-section:first-child {
    padding-top: 0;
    border-top: 0;
}

body.page-key-products .products-family-section__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
    gap: 38px;
    align-items: end;
    margin-bottom: 30px;
}

body.page-key-products .products-family-section__head h3 {
    margin: 0;
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
    letter-spacing: -.04em;
}

body.page-key-products .products-family-section__head p {
    margin: 0;
    color: var(--inner-body);
    line-height: 1.65;
}

body.page-key-products .products-family-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.page-key-products .products-mini-product-card {
    display: flex;
    min-width: 0;
    min-height: 470px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(40, 32, 91, .11);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #fafafe 100%);
    box-shadow: 0 14px 34px rgba(39, 30, 96, .07);
    transition: transform .3s cubic-bezier(.22, .8, .24, 1), box-shadow .3s ease, border-color .3s ease;
}

body.page-key-products .products-mini-product-card__media {
    min-height: 145px;
    border-radius: 15px;
    background: #eef0f7;
}

body.page-key-products .products-mini-product-card h4 {
    margin-top: 18px;
    font-size: 1rem;
    letter-spacing: -.025em;
    line-height: 1.35;
}

body.page-key-products .products-mini-product-card > p {
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    color: var(--inner-body);
    font-size: 12.5px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

body.page-key-products .products-mini-product-card .button-link {
    margin-top: auto;
}

body.page-key-products .products-bundles__grid,
body.page-key-products .products-faq__grid,
body.page-key-products .products-service-bridge__grid,
body.page-key-products .products-platform-support {
    gap: 20px;
}

body.page-key-products :is(.products-bundle-card, .products-faq__item, .products-service-card, .products-platform-support-card) {
    border: 1px solid rgba(40, 32, 91, .11);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 34px rgba(39, 30, 96, .07);
    transition: transform .3s cubic-bezier(.22, .8, .24, 1), box-shadow .3s ease, border-color .3s ease;
}

body.page-key-products .products-service-bridge__grid,
body.page-key-products .products-platform-support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-key-products .products-platform-support {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-key-products .products-service-card,
body.page-key-products .products-platform-support-card {
    min-height: 0;
}

/* Contact */
body.page-key-epikoinonia .contact-page__section {
    padding: clamp(88px, 9vw, 126px) 0 clamp(96px, 9vw, 132px);
    overflow: hidden;
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 214, 216, .12), transparent 27%),
        radial-gradient(circle at 3% 96%, rgba(231, 27, 212, .09), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f7f7fb 100%);
}

body.page-key-epikoinonia .contact-page__section::before {
    opacity: .08;
}

body.page-key-epikoinonia .contact-page__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

body.page-key-epikoinonia .contact-card {
    overflow: hidden;
    border: 1px solid rgba(40, 32, 91, .11);
    border-radius: 26px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--inner-shadow);
}

body.page-key-epikoinonia .contact-card--details {
    grid-column: span 5;
    padding: clamp(30px, 4vw, 48px);
    color: #fff;
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 214, 216, .26), transparent 32%),
        radial-gradient(circle at 12% 100%, rgba(231, 27, 212, .22), transparent 34%),
        linear-gradient(120deg, #20184d 0%, #34227d 54%, #234aa3 100%);
}

body.page-key-epikoinonia .contact-card--form {
    grid-column: span 7;
    padding: clamp(30px, 4vw, 48px);
}

body.page-key-epikoinonia .contact-card--map {
    grid-column: 1 / -1;
    margin-top: 6px;
    padding: 0;
}

body.page-key-epikoinonia .contact-card > h2 {
    margin: 0 0 30px;
    font-size: clamp(1.65rem, 2.7vw, 2.55rem);
    letter-spacing: -.04em;
}

body.page-key-epikoinonia .contact-card--details :is(h2, h3, p, a) {
    color: #fff !important;
}

body.page-key-epikoinonia .contact-page__quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 34px;
}

body.page-key-epikoinonia .contact-page__details {
    border-bottom: 1px solid var(--inner-line);
}

body.page-key-epikoinonia .contact-card--details .contact-page__details {
    border-color: rgba(255, 255, 255, .18);
}

body.page-key-epikoinonia .contact-page__detail {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid var(--inner-line);
}

body.page-key-epikoinonia .contact-card--details .contact-page__detail {
    border-color: rgba(255, 255, 255, .18);
}

body.page-key-epikoinonia .contact-page__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(91, 69, 178, .20);
    border-radius: 14px;
    color: #3868d5;
    background: #f1f2fd;
}

body.page-key-epikoinonia .contact-card--details .contact-page__icon {
    border-color: rgba(255, 255, 255, .24);
    color: #fff;
    background: rgba(255, 255, 255, .11);
}

body.page-key-epikoinonia .contact-page__detail h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    letter-spacing: -.02em;
}

body.page-key-epikoinonia .contact-page__detail p,
body.page-key-epikoinonia .contact-page__detail a {
    color: var(--inner-body);
    line-height: 1.55;
}

body.page-key-epikoinonia .contact-card--details .contact-page__detail :is(p, a) {
    color: rgba(255, 255, 255, .82) !important;
}

body.page-key-epikoinonia .social-list--inline {
    margin-top: 30px;
}

body.page-key-epikoinonia .social-list--inline a {
    border-color: rgba(48, 38, 108, .14);
    color: #3b60c6;
    background: #fff;
    transition: color .22s ease, background-color .22s ease, transform .22s ease;
}

body.page-key-epikoinonia .contact-card--details .social-list--inline a {
    border-color: rgba(255, 255, 255, .24);
    color: #fff;
    background: rgba(255, 255, 255, .10);
}

body.page-key-epikoinonia .contact-card--details .contact-page__quick-actions .button-link {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .09);
}

body.page-key-epikoinonia .contact-card--details .contact-page__quick-actions .button-link--dark {
    color: #261b59 !important;
    border-color: #fff;
    background: #fff;
}

body.page-key-epikoinonia .contact-page__form {
    gap: 19px;
}

body.page-key-epikoinonia .contact-page__form label > span {
    display: block;
    margin-bottom: 8px;
    color: #4e4861;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}

body.page-key-epikoinonia .contact-page__form button[type='submit'] {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
    box-shadow: 0 12px 28px rgba(83, 58, 184, .20);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

body.page-key-epikoinonia .contact-card--map > h2 {
    padding: 34px 40px 0;
}

body.page-key-epikoinonia .contact-page__map {
    min-height: 460px;
    border-radius: 0;
}

body.page-key-epikoinonia .contact-page__map iframe {
    min-height: 460px;
    filter: saturate(.82) contrast(.96);
}

/* Shared hover and motion */
@media (hover: hover) {
    body.page-key-kataskevi .service-offering:hover,
    body.page-key-proothisi .service-landing__deliverables .service-offering:hover,
    body.page-key-enimerosi .archive-card:hover,
    body.page-key-products .product-card:hover,
    body.page-key-products .products-mini-product-card:hover,
    body.page-key-products :is(.products-bundle-card, .products-service-card, .products-platform-support-card):hover {
        border-color: rgba(88, 62, 181, .24);
        box-shadow: 0 27px 58px rgba(36, 27, 91, .14);
        transform: translateY(-7px);
    }

    body.page-key-kataskevi .tabs__button:hover {
        color: #fff;
        background: rgba(255, 255, 255, .10);
    }

    body.page-key-proothisi .service-landing__related-card:hover {
        border-color: rgba(255, 255, 255, .34);
        background: rgba(255, 255, 255, .13);
        transform: translateY(-6px);
    }

    body.page-key-deigmatologio .showcase-strip__card--portfolio:hover {
        border-color: rgba(88, 62, 181, .25);
        box-shadow: 0 28px 60px rgba(36, 27, 91, .17);
        transform: translateY(-8px);
    }

    body.page-key-deigmatologio .showcase-strip__card--portfolio:hover img,
    body.page-key-enimerosi .archive-card:hover .archive-card__media img,
    body.page-key-products .product-card:hover .product-card__media img {
        transform: scale(1.045);
    }

    body.page-key-enimerosi .archive-card:hover h2 a {
        color: #245bc9;
    }

    body.page-key-enimerosi .archive-card:hover .button-link,
    body.page-key-epikoinonia .contact-page__form button[type='submit']:hover {
        box-shadow: 0 15px 30px rgba(65, 57, 190, .30);
        transform: translateY(-2px);
    }

    body.page-key-enimerosi .chip-row--archive a:hover,
    body.page-key-epikoinonia .social-list--inline a:hover {
        color: #fff;
        border-color: transparent;
        background: linear-gradient(135deg, var(--inner-purple), var(--inner-blue));
        transform: translateY(-2px);
    }
}

@media (max-width: 1180px) {
    body.page-key-deigmatologio .showcase-strip--portfolio-page {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-key-products .products-family-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1020px) {
    body.page-key-kataskevi .services-overview__head,
    body.page-key-proothisi .service-landing__deliverables .services-overview__head,
    body.page-key-kataskevi .service-tabs .services-overview__head,
    body.page-key-deigmatologio .portfolio-group__header,
    body.page-key-enimerosi .archive-categories__head,
    body.page-key-products .products-family-section__head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.page-key-kataskevi .services-overview__head .section-eyebrow,
    body.page-key-proothisi .service-landing__deliverables .services-overview__head .section-eyebrow,
    body.page-key-kataskevi .service-tabs .section-eyebrow {
        margin-bottom: -8px;
    }

    body.page-key-kataskevi .services-overview__head > p:last-child,
    body.page-key-proothisi .service-landing__deliverables .services-overview__head > p:last-child,
    body.page-key-kataskevi .service-tabs .services-overview__head > p:last-child {
        grid-column: 1;
        grid-row: auto;
    }

    body.page-key-kataskevi .services-overview__grid,
    body.page-key-proothisi .service-landing__deliverables .services-overview__grid,
    body.page-key-enimerosi .archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-key-kataskevi .services-overview__grid > :last-child:nth-child(odd),
    body.page-key-proothisi .service-landing__deliverables .services-overview__grid > :last-child:nth-child(odd),
    body.page-key-enimerosi .archive-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: calc((100% - 24px) / 2);
        justify-self: center;
    }

    body.page-key-kataskevi .tabs__content,
    body.page-key-proothisi .service-landing__grid {
        grid-template-columns: 1fr;
    }

    body.page-key-proothisi .service-landing__sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-key-proothisi .service-landing__sidebar-card--form {
        grid-column: 1 / -1;
    }

    body.page-key-products .products-purchase-flow__grid,
    body.page-key-products .products-family-products,
    body.page-key-products .products-service-bridge__grid,
    body.page-key-products .products-platform-support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-key-products .products-purchase-step:nth-child(2) {
        border-right: 0;
    }

    body.page-key-products .products-purchase-step:nth-child(-n + 2) {
        border-bottom: 1px solid var(--inner-line);
    }

    body.page-key-epikoinonia .contact-card--details,
    body.page-key-epikoinonia .contact-card--form {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    :is(
        body.page-key-kataskevi,
        body.page-key-proothisi,
        body.page-key-deigmatologio,
        body.page-key-enimerosi,
        body.page-key-products,
        body.page-key-epikoinonia
    ) main > section:not(.archive-hero) {
        scroll-margin-top: 78px;
    }

    body.page-key-kataskevi .services-overview,
    body.page-key-proothisi .service-landing__deliverables,
    body.page-key-kataskevi .service-tabs,
    body.page-key-proothisi .service-landing__content-section,
    body.page-key-proothisi .service-landing__related,
    body.page-key-proothisi .service-landing__faq,
    body.page-key-deigmatologio .portfolio-groups,
    body.page-key-enimerosi .archive-categories,
    body.page-key-enimerosi .archive-list,
    body.page-key-products :is(.products-purchase-flow, .products-catalog, .products-decision-board, .products-family-directory, .products-bundles, .products-faq, .products-service-bridge),
    body.page-key-epikoinonia .contact-page__section {
        padding-top: 68px;
        padding-bottom: 72px;
    }

    body.page-key-kataskevi .services-overview__grid,
    body.page-key-proothisi .service-landing__deliverables .services-overview__grid,
    body.page-key-enimerosi .archive-grid,
    body.page-key-products .products-purchase-flow__grid,
    body.page-key-products .products-family-products,
    body.page-key-products .products-service-bridge__grid,
    body.page-key-products .products-platform-support {
        grid-template-columns: 1fr;
    }

    body.page-key-kataskevi .services-overview__grid > :last-child:nth-child(odd),
    body.page-key-proothisi .service-landing__deliverables .services-overview__grid > :last-child:nth-child(odd),
    body.page-key-enimerosi .archive-grid > :last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }

    body.page-key-kataskevi .service-offering,
    body.page-key-proothisi .service-landing__deliverables .service-offering {
        padding: 29px 23px 26px;
    }

    body.page-key-kataskevi .service-offering__intro,
    body.page-key-proothisi .service-landing__deliverables .service-offering__intro {
        min-height: 0;
    }

    body.page-key-kataskevi .tabs__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-key-kataskevi .tabs__button {
        min-height: 68px;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    body.page-key-kataskevi .tabs__button:nth-child(2) {
        border-right: 0;
    }

    body.page-key-kataskevi .tabs__content {
        min-height: 0;
        padding: 24px 18px 32px;
    }

    body.page-key-kataskevi .tabs__visual img {
        max-height: 260px;
    }

    body.page-key-proothisi .service-landing__content-card,
    body.page-key-proothisi .service-landing__sidebar-card {
        padding: 27px 22px;
        border-radius: 21px;
    }

    body.page-key-proothisi .service-landing__sidebar {
        grid-template-columns: 1fr;
    }

    body.page-key-proothisi .service-landing__sidebar-card--form {
        grid-column: auto;
    }

    body.page-key-deigmatologio .portfolio-group {
        padding: 54px 0;
    }

    body.page-key-deigmatologio .showcase-strip--portfolio-page {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.page-key-deigmatologio .showcase-strip__card--portfolio {
        width: 100%;
        height: 300px;
    }

    body.page-key-enimerosi .chip-row--archive {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-inline: -15px;
        padding: 2px 15px 13px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    body.page-key-enimerosi .chip-row--archive a {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    body.page-key-enimerosi .archive-card {
        grid-template-rows: 190px auto;
        min-height: 0;
        border-radius: 20px;
    }

    body.page-key-enimerosi .archive-card__body {
        padding: 23px 58px 72px 21px;
    }

    body.page-key-enimerosi .archive-card__body > p {
        -webkit-line-clamp: 4;
    }

    body.page-key-products .products-purchase-step,
    body.page-key-products .products-purchase-step:nth-child(2) {
        min-height: 0;
        padding: 26px 6px;
        border-right: 0;
        border-bottom: 1px solid var(--inner-line);
    }

    body.page-key-products .products-purchase-step:last-child {
        border-bottom: 0;
    }

    body.page-key-products .products-category-rail {
        top: 68px;
        overflow-x: auto;
    }

    body.page-key-products :is(.products-purchase-flow, .products-catalog, .products-decision-board, .products-family-directory, .products-bundles, .products-faq, .products-service-bridge) {
        padding-top: 60px;
        padding-bottom: 64px;
    }

    body.page-key-products .product-card__media {
        min-height: 0;
    }

    body.page-key-products .product-card__body {
        padding: 20px;
    }

    body.page-key-products .product-card__title {
        font-size: 1.05rem;
    }

    body.page-key-products .products-family-section__head {
        gap: 15px;
        margin-bottom: 22px;
    }

    body.page-key-products .products-family-section {
        padding-top: 34px;
    }

    body.page-key-products .products-mini-product-card {
        min-height: 0;
        padding: 16px 20px;
    }

    body.page-key-products .products-mini-product-card h4 {
        margin-top: 14px;
    }

    body.page-key-products .products-mini-product-card > p {
        -webkit-line-clamp: 4;
    }

    body.page-key-epikoinonia .contact-page__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.page-key-epikoinonia .contact-card--details,
    body.page-key-epikoinonia .contact-card--form,
    body.page-key-epikoinonia .contact-card--map {
        grid-column: auto;
    }

    body.page-key-epikoinonia .contact-card--details,
    body.page-key-epikoinonia .contact-card--form {
        padding: 27px 22px;
        border-radius: 21px;
    }

    body.page-key-epikoinonia .contact-card--map {
        border-radius: 21px;
    }

    body.page-key-epikoinonia .contact-card--map > h2 {
        padding: 27px 22px 0;
    }

    body.page-key-epikoinonia .contact-page__map,
    body.page-key-epikoinonia .contact-page__map iframe {
        min-height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-key-kataskevi .service-offering,
    body.page-key-kataskevi .tabs__button,
    body.page-key-proothisi .service-offering,
    body.page-key-proothisi .service-landing__related-card,
    body.page-key-deigmatologio .showcase-strip__card--portfolio,
    body.page-key-deigmatologio .showcase-strip__card--portfolio img,
    body.page-key-enimerosi .archive-card,
    body.page-key-enimerosi .archive-card__media img,
    body.page-key-products .product-card,
    body.page-key-products .products-mini-product-card,
    body.page-key-epikoinonia .contact-page__form button[type='submit'] {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
