/* Europe market and product landing pages. */
.adria-seo-page {
    color: #121212;
}

.adria-seo-page .adria-seo-hero {
    padding-bottom: 64px;
}

.adria-seo-page .adria-seo-hero h1 {
    max-width: 920px;
    margin-inline: auto;
    color: #121212;
    font-size: 56px;
    line-height: 1.04;
    letter-spacing: 0;
}

.adria-seo-page .adria-seo-hero .adria-narrow > p:not(.adria-eyebrow) {
    max-width: 760px;
    margin-inline: auto;
}

.adria-seo-page .adria-seo-hero .adria-actions {
    justify-content: center;
    margin-top: 28px;
}

.adria-seo-language-nav {
    position: relative;
    border-top: 1px solid rgba(18, 18, 18, .1);
    border-bottom: 1px solid rgba(18, 18, 18, .1);
    background: #fff;
}

.adria-seo-language-nav .adria-container {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.adria-seo-language-nav a {
    flex: 0 0 auto;
    padding: 18px 0 15px;
    border-bottom: 3px solid transparent;
    color: #56667c;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.adria-seo-language-nav a:hover,
.adria-seo-language-nav a:focus-visible,
.adria-seo-language-nav a[aria-current="page"] {
    border-bottom-color: #0042ec;
    color: #0042ec;
}

.adria-seo-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.adria-seo-proof-item {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
    padding: 10px 28px;
    border-right: 1px solid rgba(18, 18, 18, .12);
}

.adria-seo-proof-item:first-child {
    padding-left: 0;
}

.adria-seo-proof-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.adria-seo-proof-item > span {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background: #0042ec;
}

.adria-seo-proof-item h2 {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0;
}

.adria-seo-proof-item p {
    margin: 0;
    color: #56667c;
    font-size: 14px;
    line-height: 1.55;
}

.adria-seo-section-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.adria-seo-section-heading h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: 0;
}

.adria-seo-section-heading > p:last-child {
    margin-bottom: 0;
    color: #56667c;
}

.adria-seo-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.adria-seo-product-grid.adria-seo-product-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 360px;
}

.adria-seo-product-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(18, 18, 18, .12);
    border-radius: 8px;
    background: #fff;
}

.adria-seo-product-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f7f9fc;
}

.adria-seo-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.adria-seo-product-card:hover .adria-seo-product-image img {
    transform: scale(1.025);
}

.adria-seo-product-copy {
    padding: 18px;
}

.adria-seo-product-copy h3 {
    min-height: 48px;
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}

.adria-seo-product-copy h3 a {
    color: #121212;
    text-decoration: none;
}

.adria-seo-product-price {
    min-height: 30px;
    margin-bottom: 14px;
    color: #0042ec;
    font-size: 17px;
    font-weight: 800;
}

.adria-seo-product-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #0042ec;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.adria-seo-editorial-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 760px);
    gap: 24px;
    padding: 38px 0;
    border-top: 1px solid rgba(18, 18, 18, .12);
}

.adria-seo-editorial-row:last-child {
    border-bottom: 1px solid rgba(18, 18, 18, .12);
}

.adria-seo-editorial-index {
    color: #0042ec;
    font-size: 14px;
    font-weight: 800;
}

.adria-seo-editorial-row h2 {
    margin: 0 0 13px;
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: 0;
}

.adria-seo-editorial-row p:last-child {
    margin: 0;
    color: #3f4b5d;
    font-size: 17px;
    line-height: 1.75;
}

.adria-seo-resource-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
    border-top: 1px solid rgba(18, 18, 18, .14);
    border-bottom: 1px solid rgba(18, 18, 18, .14);
}

.adria-seo-resource-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    min-height: 74px;
    padding: 14px 20px;
    border-right: 1px solid rgba(18, 18, 18, .14);
    color: #121212;
    font-weight: 750;
    text-decoration: none;
}

.adria-seo-resource-links a:first-child {
    padding-left: 0;
}

.adria-seo-resource-links a:last-child {
    padding-right: 0;
    border-right: 0;
}

.adria-seo-resource-links a span {
    color: #0042ec;
    font-size: 20px;
}

.adria-seo-faq-layout {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    gap: 64px;
    align-items: start;
}

.adria-seo-faq-item {
    border-top: 1px solid rgba(18, 18, 18, .14);
}

.adria-seo-faq-item:last-child {
    border-bottom: 1px solid rgba(18, 18, 18, .14);
}

.adria-seo-faq-item summary {
    position: relative;
    padding: 22px 44px 22px 0;
    color: #121212;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.adria-seo-faq-item summary::-webkit-details-marker {
    display: none;
}

.adria-seo-faq-item summary::after {
    content: '+';
    position: absolute;
    top: 18px;
    right: 4px;
    color: #0042ec;
    font-size: 26px;
    font-weight: 500;
}

.adria-seo-faq-item[open] summary::after {
    content: 'â’';
}

.adria-seo-faq-item p {
    margin: -5px 0 22px;
    padding-right: 44px;
    color: #56667c;
    line-height: 1.7;
}

.adria-seo-final-section .adria-inline-cta {
    border-radius: 8px;
}

@media (max-width: 1020px) {
    .adria-seo-page .adria-seo-hero h1 {
        font-size: 46px;
    }

    .adria-seo-product-grid,
    .adria-seo-resource-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adria-seo-resource-links a:nth-child(2) {
        border-right: 0;
    }

    .adria-seo-resource-links a:nth-child(-n+2) {
        border-bottom: 1px solid rgba(18, 18, 18, .14);
    }

    .adria-seo-resource-links a:first-child,
    .adria-seo-resource-links a:nth-child(3) {
        padding-left: 0;
    }
}

@media (max-width: 760px) {
    .adria-seo-page .adria-seo-hero {
        padding-bottom: 46px;
    }

    .adria-seo-page .adria-seo-hero h1 {
        font-size: 36px;
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .adria-seo-language-nav .adria-container {
        gap: 22px;
    }

    .adria-seo-proof-grid {
        grid-template-columns: 1fr;
    }

    .adria-seo-proof-item,
    .adria-seo-proof-item:first-child,
    .adria-seo-proof-item:last-child {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(18, 18, 18, .12);
    }

    .adria-seo-proof-item:last-child {
        border-bottom: 0;
    }

    .adria-seo-section-heading h2 {
        font-size: 29px;
    }

    .adria-seo-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .adria-seo-product-copy {
        padding: 13px;
    }

    .adria-seo-product-copy h3 {
        min-height: 44px;
        font-size: 16px;
    }

    .adria-seo-product-price {
        font-size: 15px;
    }

    .adria-seo-editorial-row {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding: 30px 0;
    }

    .adria-seo-editorial-row h2 {
        font-size: 25px;
    }

    .adria-seo-editorial-row p:last-child {
        font-size: 16px;
    }

    .adria-seo-resource-links {
        grid-template-columns: 1fr;
    }

    .adria-seo-resource-links a,
    .adria-seo-resource-links a:first-child,
    .adria-seo-resource-links a:nth-child(3),
    .adria-seo-resource-links a:last-child {
        min-height: 62px;
        padding: 12px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(18, 18, 18, .14);
    }

    .adria-seo-resource-links a:last-child {
        border-bottom: 0;
    }

    .adria-seo-faq-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
