/* =========================================================
   MLD BETON - PREMIUM LAYOUT
   ========================================================= */

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

.shell {
    width: min(1380px, calc(100% - 64px)) !important;
    max-width: 1380px !important;
    margin-inline: auto !important;
}

/* HEADER */

.site-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(9, 19, 28, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
}

.site-header .header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.site-header .brand {
    flex: 0 0 auto;
    min-width: 245px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
}

.site-header .brand img {
    width: 72px !important;
    height: 60px !important;
    max-width: none !important;
    display: block;
    object-fit: contain !important;
    object-position: center;
    background: transparent;
    border-radius: 0 !important;
}

.site-header .brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-header .brand strong {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.32rem;
    letter-spacing: .045em;
    white-space: nowrap;
}

.site-header .brand small {
    margin-top: 5px;
    color: rgba(255, 255, 255, .56);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.main-nav > a {
    padding: 12px 14px;
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 10px;
    transition: .25s ease;
}

.main-nav > a:hover,
.main-nav > a.active {
    color: #f26422;
}

.main-nav .nav-cta {
    margin-left: 16px;
    padding: 13px 21px;
    color: #fff;
    background: #f26422;
    border-radius: 999px;
}

.main-nav .nav-cta:hover {
    color: #fff;
    background: #d94f13;
}

.menu-toggle {
    display: none;
}

/* HERO */

.premium-home-hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #f3f1ed;
}

.premium-hero-background {
    position: absolute !important;
    z-index: 0;
    inset: 0 0 0 48% !important;
    overflow: hidden;
}

.premium-hero-background video {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block;
    object-fit: cover !important;
    object-position: center;
}

.premium-hero-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #f3f1ed 0%,
        rgba(243, 241, 237, .93) 11%,
        rgba(243, 241, 237, .26) 51%,
        rgba(13, 25, 35, .08) 100%
    );
}

.premium-hero-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at 18% 48%,
        rgba(255, 255, 255, .92),
        transparent 47%
    );
}

.premium-hero-layout {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 155px;
    padding-bottom: 72px;
}

.premium-hero-content {
    width: min(730px, 58%);
    max-width: 730px;
}

.premium-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 20px;
    color: #66717a;
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.premium-kicker span {
    width: 40px;
    height: 2px;
    flex: 0 0 auto;
    background: #f26422;
}

.premium-hero-content h1 {
    max-width: 760px;
    margin: 0;
    color: #101820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 6.4vw, 7rem);
    font-weight: 700;
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.premium-hero-content h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.premium-hero-description {
    max-width: 650px;
    margin: 28px 0 32px;
    color: #44505a;
    font-size: 1.12rem;
    line-height: 1.75;
}

.premium-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.premium-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 27px;
    color: #111820;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease;
}

.premium-button:hover {
    transform: translateY(-3px);
}

.premium-button-primary {
    color: #fff;
    background: #f26422;
    box-shadow: 0 15px 35px rgba(242, 100, 34, .27);
}

.premium-button-outline {
    color: #111820;
    background: rgba(255, 255, 255, .62);
    border-color: #111820;
}

.premium-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 48px;
    overflow: hidden;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(17, 24, 32, .1);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(17, 24, 32, .1);
    backdrop-filter: blur(15px);
}

.premium-benefits article {
    min-height: 112px;
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 14px;
    align-items: center;
    padding: 21px 17px;
    border-right: 1px solid rgba(17, 24, 32, .1);
}

.premium-benefits article:last-child {
    border-right: 0;
}

.premium-benefit-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    color: #111820;
    font-size: 1.4rem;
}

.premium-benefits strong,
.premium-benefits span {
    display: block;
}

.premium-benefits strong {
    margin-bottom: 5px;
    color: #111820;
    font-size: .77rem;
    text-transform: uppercase;
}

.premium-benefits span {
    color: #66717a;
    font-size: .72rem;
    line-height: 1.45;
}

/* STATISTICI */

.premium-stats {
    position: relative;
    z-index: 10;
    margin-top: -32px;
}

.premium-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px;
    color: #fff;
    background: #0d1923;
    border-radius: 18px;
    box-shadow: 0 25px 70px rgba(13, 25, 35, .25);
}

.premium-stats article {
    min-height: 74px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center;
    padding: 7px 25px;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.premium-stats article:last-child {
    border-right: 0;
}

.premium-stat-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border-radius: 50%;
    font-size: 1.3rem;
}

.premium-stats strong,
.premium-stats span {
    display: block;
}

.premium-stats strong {
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.premium-stats span {
    color: rgba(255, 255, 255, .62);
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* SERVICII */

.premium-home-services {
    padding: 120px 0 125px !important;
    background: #f5f4f1;
}

.premium-section-heading {
    max-width: 960px;
    margin: 0 auto 58px;
    text-align: center;
}

.premium-section-heading .premium-kicker {
    justify-content: center;
}

.premium-section-heading h2 {
    margin: 0 0 17px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 4.6vw, 4.8rem);
    line-height: 1;
    text-transform: uppercase;
}

.premium-section-heading > p {
    margin: 0;
    color: #69747c;
    font-size: 1.04rem;
    line-height: 1.7;
}

.premium-image-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.premium-image-card {
    min-width: 0;
    overflow: hidden;
    background: #0d1923;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(13, 25, 35, .16);
    transition: transform .3s ease, box-shadow .3s ease;
}

.premium-image-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 32px 80px rgba(13, 25, 35, .24);
}

.premium-card-image {
    position: relative;
    width: 100%;
    height: 285px;
    overflow: hidden;
    background-color: #24313b;
    background-position: center;
    background-size: cover;
}

.premium-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        #0d1923 0%,
        rgba(13, 25, 35, .12) 72%
    );
}

.premium-card-image-industrial {
    background-image: url("/logo.jpg");
}

.premium-card-image-halls {
    background-image: url("/galerie-media/1.jpg");
}

.premium-card-image-platform {
    background-image: url("/galerie-media/2.jpg");
}

.premium-card-image-road {
    background-image: url("/galerie-media/3.jpg");
}

.premium-card-image-workshop {
    background-image: url("/galerie-media/4.jpg");
}

.premium-card-image-exterior {
    background-image: url("/galerie-media/5.jpg");
}

.premium-card-icon {
    position: absolute;
    z-index: 2;
    bottom: 18px;
    left: 21px;
    width: 61px;
    height: 61px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #0d1923;
    border: 3px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    font-size: 1.4rem;
}

.premium-card-content {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 8px 27px 27px;
    color: #fff;
    border-bottom: 4px solid #f26422;
}

.premium-card-content h3 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.premium-card-content p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .7);
    font-size: .96rem;
    line-height: 1.7;
}

.premium-card-content a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: auto;
    color: #f26422;
    font-size: .79rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

/* PROCES */

.premium-process {
    padding: 120px 0 !important;
    color: #fff;
    background:
        radial-gradient(circle at 14% 20%, rgba(242, 100, 34, .17), transparent 30%),
        #111d27;
}

.premium-process-layout {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
    gap: 90px;
    align-items: center;
}

.premium-process-copy h2 {
    margin: 18px 0 24px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    text-transform: uppercase;
}

.premium-process-copy > p {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .68);
    font-size: 1.03rem;
    line-height: 1.8;
}

.premium-process-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px;
}

.premium-process-cards article {
    min-height: 230px;
    padding: 29px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 20px;
}

.premium-process-cards article > span {
    display: block;
    margin-bottom: 43px;
    color: #f26422;
    font-family: "Oswald", sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
}

.premium-process-cards h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 1.35rem;
}

.premium-process-cards p {
    margin: 0;
    color: rgba(255, 255, 255, .64);
    line-height: 1.7;
}

/* CTA */

.premium-home-cta {
    padding: 85px 0;
    color: #fff;
    background: #f26422;
}

.premium-home-cta-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 55px;
    align-items: center;
}

.premium-home-cta h2 {
    margin: 15px 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 4vw, 4.7rem);
    line-height: 1;
    text-transform: uppercase;
}

.premium-home-cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    line-height: 1.75;
}

.premium-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 13px;
}

.premium-button-light {
    color: #111820;
    background: #fff;
}

.premium-button-transparent {
    color: #fff;
    border-color: rgba(255, 255, 255, .8);
}

/* FOOTER LOGO */

.site-footer .footer-brand img {
    width: 210px !important;
    height: 105px !important;
    max-width: 100% !important;
    display: block;
    margin: 0 0 23px;
    object-fit: contain !important;
    object-position: left center;
    background: transparent;
    border-radius: 0 !important;
}

/* TABLET */

@media (max-width: 1120px) {
    .shell {
        width: min(100% - 42px, 1180px) !important;
    }

    .site-header .brand span {
        display: none;
    }

    .site-header .brand {
        min-width: auto;
    }

    .premium-hero-background {
        inset: 0 0 0 38% !important;
    }

    .premium-hero-content {
        width: 66%;
    }

    .premium-benefits,
    .premium-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .premium-image-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .premium-process-layout,
    .premium-home-cta-layout {
        grid-template-columns: 1fr;
    }

    .premium-home-cta-actions {
        justify-content: flex-start;
    }
}

/* MOBILE */

@media (max-width: 780px) {
    .shell {
        width: calc(100% - 30px) !important;
    }

    .site-header .header-inner {
        min-height: 74px;
    }

    .site-header .brand img {
        width: 62px !important;
        height: 50px !important;
    }

    .menu-toggle {
        width: 46px;
        height: 46px;
        display: grid;
        place-items: center;
        color: #fff;
        background: #f26422;
        border: 0;
        border-radius: 12px;
    }

    .main-nav {
        position: absolute;
        top: 74px;
        right: 15px;
        left: 15px;
        display: none;
        padding: 18px;
        background: #0d1923;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 16px;
        box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
    }

    .main-nav.open {
        display: grid;
    }

    .main-nav > a {
        padding: 14px;
    }

    .main-nav .nav-cta {
        margin: 8px 0 0;
    }

    .premium-home-hero {
        min-height: auto;
    }

    .premium-hero-background {
        inset: 0 !important;
        opacity: .22;
    }

    .premium-hero-background::after {
        background: rgba(243, 241, 237, .78);
    }

    .premium-hero-layout {
        padding-top: 125px;
        padding-bottom: 55px;
    }

    .premium-hero-content {
        width: 100%;
        max-width: none;
    }

    .premium-hero-content h1 {
        font-size: clamp(3.35rem, 15vw, 5.1rem);
    }

    .premium-benefits,
    .premium-stats-grid,
    .premium-image-card-grid,
    .premium-process-cards {
        grid-template-columns: 1fr;
    }

    .premium-benefits article,
    .premium-stats article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .premium-stats {
        margin-top: 0;
        padding-top: 18px;
        background: #f3f1ed;
    }

    .premium-card-image {
        height: 250px;
    }

    .site-footer .footer-brand img {
        width: 180px !important;
        height: 90px !important;
    }
}

/* =========================================================
   GALERIE PREMIUM
   ========================================================= */

.gallery-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1923;
}

.gallery-hero-media {
    position: absolute;
    inset: 0;
}

.gallery-hero-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.gallery-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 15, 22, .96) 0%,
            rgba(7, 15, 22, .82) 46%,
            rgba(7, 15, 22, .34) 100%
        ),
        linear-gradient(
            to top,
            rgba(7, 15, 22, .72),
            transparent 48%
        );
}

.gallery-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 90px;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 95px;
}

.gallery-hero-copy h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 7vw, 7.3rem);
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.gallery-hero-copy h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.gallery-hero-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
    line-height: 1.8;
}

.gallery-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.gallery-hero .premium-button-outline {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .65);
}

.gallery-hero-card {
    padding: 38px;
    background: rgba(13, 25, 35, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

.gallery-card-label {
    display: block;
    margin-bottom: 17px;
    color: #f26422;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gallery-hero-card > strong {
    display: block;
    margin-bottom: 27px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.45;
}

.gallery-hero-list {
    display: grid;
}

.gallery-hero-list span {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 0;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.gallery-hero-list i {
    color: #f26422;
}

.gallery-summary {
    position: relative;
    z-index: 8;
    margin-top: -35px;
}

.gallery-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px;
    color: #fff;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 25px 75px rgba(13, 25, 35, .28);
}

.gallery-summary-grid article {
    min-height: 78px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    align-items: center;
    padding: 7px 23px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.gallery-summary-grid article:last-child {
    border-right: 0;
}

.gallery-summary-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border-radius: 50%;
    font-size: 1.25rem;
}

.gallery-summary-grid strong,
.gallery-summary-grid small {
    display: block;
}

.gallery-summary-grid strong {
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.gallery-summary-grid small {
    color: rgba(255, 255, 255, .6);
    line-height: 1.45;
}

.gallery-introduction {
    padding-top: 120px !important;
    background: #fff;
}

.gallery-introduction-layout {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    gap: 100px;
    align-items: start;
}

.gallery-introduction-heading h2 {
    margin: 18px 0 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.gallery-introduction-copy {
    padding-left: 42px;
    border-left: 1px solid rgba(17, 24, 32, .14);
}

.gallery-introduction-copy p {
    margin: 0 0 23px;
    color: #626d76;
    font-size: 1.05rem;
    line-height: 1.9;
}

.gallery-introduction-copy p:first-child {
    color: #26313a;
    font-size: 1.16rem;
    font-weight: 600;
}

.professional-gallery-section {
    padding-top: 90px !important;
    background: #f4f2ee;
}

.gallery-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
}

.gallery-toolbar h2 {
    max-width: 900px;
    margin: 17px 0 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(2.8rem, 4.7vw, 4.7rem);
    line-height: 1;
    text-transform: uppercase;
}

.gallery-result-count {
    flex: 0 0 auto;
    margin: 0 0 7px;
    color: #657078;
    font-size: .88rem;
}

.gallery-result-count strong {
    color: #f26422;
    font-size: 1.35rem;
}

.gallery-filter-scroll {
    margin: 0 0 38px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #f26422 transparent;
}

.gallery-filters {
    min-width: max-content;
    display: flex;
    gap: 10px;
    padding-bottom: 8px;
}

.gallery-filter {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 19px;
    color: #4f5a63;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .12);
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    transition: .25s ease;
}

.gallery-filter span {
    min-width: 27px;
    min-height: 27px;
    display: grid;
    place-items: center;
    padding: 0 7px;
    color: #6c7680;
    background: #f0eee9;
    border-radius: 999px;
    font-size: .7rem;
}

.gallery-filter:hover,
.gallery-filter.active {
    color: #fff;
    background: #f26422;
    border-color: #f26422;
}

.gallery-filter.active span,
.gallery-filter:hover span {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.professional-gallery-grid {
    columns: 3;
    column-gap: 24px;
}

.professional-gallery-item {
    width: 100%;
    display: inline-block;
    margin: 0 0 24px;
    break-inside: avoid;
    overflow: hidden;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 18px 48px rgba(13, 25, 35, .13);
    transition:
        opacity .25s ease,
        transform .25s ease;
}

.professional-gallery-item.gallery-hidden {
    display: none;
}

.professional-gallery-open {
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    color: inherit;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.gallery-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background: #202d37;
}

.professional-gallery-item:nth-child(5n + 1) .gallery-image-wrapper {
    aspect-ratio: 4 / 5;
}

.professional-gallery-item:nth-child(5n + 2) .gallery-image-wrapper {
    aspect-ratio: 4 / 3;
}

.professional-gallery-item:nth-child(5n + 3) .gallery-image-wrapper {
    aspect-ratio: 1 / 1;
}

.professional-gallery-item:nth-child(5n + 4) .gallery-image-wrapper {
    aspect-ratio: 3 / 4;
}

.professional-gallery-item:nth-child(5n + 5) .gallery-image-wrapper {
    aspect-ratio: 16 / 11;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .55s cubic-bezier(.2, .65, .25, 1),
        filter .4s ease;
}

.gallery-image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(8, 16, 23, .75),
            transparent 50%
        );
    opacity: .72;
    transition: opacity .3s ease;
}

.gallery-item-category {
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 9px 13px;
    color: #fff;
    background: rgba(13, 25, 35, .74);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gallery-item-zoom {
    position: absolute;
    right: 17px;
    bottom: 17px;
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease;
}

.gallery-item-caption {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 21px 23px;
    color: #fff;
    border-bottom: 4px solid #f26422;
}

.gallery-item-caption strong {
    display: block;
    margin-bottom: 9px;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.gallery-item-caption small {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .58);
}

.professional-gallery-item:hover img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.03);
}

.professional-gallery-item:hover .gallery-image-shade {
    opacity: 1;
}

.professional-gallery-item:hover .gallery-item-zoom {
    opacity: 1;
    transform: translateY(0);
}

.gallery-empty-state {
    padding: 90px 30px;
    color: #62707a;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .1);
    border-radius: 24px;
}

.gallery-empty-state i {
    margin-bottom: 24px;
    color: #f26422;
    font-size: 4rem;
}

.gallery-empty-state h2 {
    margin: 0 0 14px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.gallery-quality-section {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 13% 20%,
            rgba(242, 100, 34, .16),
            transparent 32%
        ),
        #111d27;
}

.gallery-quality-layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 90px;
    align-items: center;
}

.gallery-quality-copy h2 {
    margin: 18px 0 23px;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5.1rem);
    line-height: 1;
    text-transform: uppercase;
}

.gallery-quality-copy > p {
    color: rgba(255, 255, 255, .66);
    line-height: 1.85;
}

.gallery-quality-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.gallery-quality-cards article {
    min-height: 280px;
    padding: 28px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 20px;
}

.gallery-quality-cards article > span {
    display: block;
    margin-bottom: 30px;
    color: #f26422;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.gallery-quality-cards i {
    margin-bottom: 25px;
    color: #f26422;
    font-size: 1.65rem;
}

.gallery-quality-cards h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 1.3rem;
}

.gallery-quality-cards p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.7;
}

/* LIGHTBOX */

.gallery-lightbox {
    position: fixed;
    z-index: 20000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 30px 90px;
    visibility: hidden;
    opacity: 0;
    background: rgba(4, 9, 13, .96);
    backdrop-filter: blur(20px);
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.gallery-lightbox.open {
    visibility: visible;
    opacity: 1;
}

.gallery-lightbox-content {
    width: min(1180px, 100%);
    max-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    margin: 0;
}

.gallery-lightbox-image-container {
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #091119;
    border-radius: 18px 18px 0 0;
}

.gallery-lightbox-image-container img {
    max-width: 100%;
    max-height: calc(100vh - 180px);
    display: block;
    object-fit: contain;
}

.gallery-lightbox figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 25px;
    color: #fff;
    background: #0d1923;
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-radius: 0 0 18px 18px;
}

.gallery-lightbox figcaption span {
    display: block;
    margin-bottom: 5px;
    color: #f26422;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gallery-lightbox figcaption strong {
    display: block;
    font-size: 1rem;
}

.gallery-lightbox figcaption small {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, .55);
}

.gallery-lightbox-close,
.gallery-lightbox-navigation {
    position: absolute;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: .25s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-navigation:hover {
    background: #f26422;
    border-color: #f26422;
}

.gallery-lightbox-close {
    top: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}

.gallery-lightbox-navigation {
    top: 50%;
    width: 55px;
    height: 55px;
    transform: translateY(-50%);
}

.gallery-lightbox-previous {
    left: 22px;
}

.gallery-lightbox-next {
    right: 22px;
}

body.gallery-lightbox-active {
    overflow: hidden;
}

@media (max-width: 1100px) {
    .gallery-hero-layout,
    .gallery-introduction-layout,
    .gallery-quality-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .gallery-hero-card {
        max-width: 720px;
    }

    .gallery-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-summary-grid article:nth-child(2) {
        border-right: 0;
    }

    .gallery-summary-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .professional-gallery-grid {
        columns: 2;
    }

    .gallery-quality-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .gallery-hero {
        min-height: auto;
    }

    .gallery-hero-media {
        opacity: .36;
    }

    .gallery-hero-overlay {
        background: rgba(7, 15, 22, .83);
    }

    .gallery-hero-layout {
        padding-top: 125px;
        padding-bottom: 70px;
    }

    .gallery-hero-copy h1 {
        font-size: clamp(3.4rem, 15vw, 5.2rem);
    }

    .gallery-hero-card {
        padding: 27px 23px;
    }

    .gallery-summary {
        margin-top: 0;
        padding-top: 17px;
        background: #f4f2ee;
    }

    .gallery-summary-grid {
        grid-template-columns: 1fr;
        padding: 17px;
    }

    .gallery-summary-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .gallery-summary-grid article:last-child {
        border-bottom: 0;
    }

    .gallery-introduction {
        padding-top: 85px !important;
    }

    .gallery-introduction-copy {
        padding-left: 0;
        border-left: 0;
    }

    .gallery-toolbar {
        display: block;
    }

    .gallery-result-count {
        margin-top: 18px;
    }

    .professional-gallery-grid {
        columns: 2;
        column-gap: 12px;
    }

    .professional-gallery-item {
        margin-bottom: 12px;
        border-radius: 14px;
    }

    .gallery-item-caption {
        min-height: 94px;
        padding: 16px 15px;
    }

    .gallery-item-caption strong {
        font-size: 1.05rem;
    }

    .gallery-item-caption small {
        font-size: .68rem;
    }

    .gallery-item-category {
        top: 10px;
        left: 10px;
        padding: 7px 9px;
        font-size: .57rem;
    }

    .gallery-item-zoom {
        right: 10px;
        bottom: 10px;
        width: 41px;
        height: 41px;
        opacity: 1;
        transform: none;
    }

    .gallery-quality-cards {
        grid-template-columns: 1fr;
    }

    .gallery-quality-cards article {
        min-height: auto;
    }

    .gallery-lightbox {
        padding: 74px 10px 15px;
    }

    .gallery-lightbox-image-container img {
        max-height: calc(100vh - 210px);
    }

    .gallery-lightbox figcaption {
        align-items: flex-start;
        padding: 17px;
    }

    .gallery-lightbox-navigation {
        top: auto;
        bottom: 24px;
        width: 48px;
        height: 48px;
        transform: none;
    }

    .gallery-lightbox-previous {
        left: 18px;
    }

    .gallery-lightbox-next {
        right: 18px;
    }

    .gallery-lightbox-close {
        top: 13px;
        right: 13px;
        width: 46px;
        height: 46px;
    }

    .gallery-lightbox figcaption small {
        display: none;
    }
}

@media (max-width: 460px) {
    .professional-gallery-grid {
        columns: 1;
    }

    .gallery-image-wrapper {
        aspect-ratio: 4 / 3 !important;
    }

    .gallery-item-caption {
        min-height: 100px;
    }
}

/* =========================================================
   SELECTOR FOTO / VIDEO
   ========================================================= */

.media-gallery-switch {
    width: fit-content;
    display: flex;
    gap: 7px;
    margin: 0 auto 58px;
    padding: 7px;
    background: #0d1923;
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(13, 25, 35, .18);
}

.media-gallery-switch a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 23px;
    color: rgba(255, 255, 255, .68);
    text-decoration: none;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    transition: .25s ease;
}

.media-gallery-switch a:hover,
.media-gallery-switch a.active {
    color: #fff;
    background: #f26422;
}

/* =========================================================
   GALERIE VIDEO PREMIUM
   ========================================================= */

.video-gallery-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1923;
}

.video-gallery-hero-media {
    position: absolute;
    inset: 0;
}

.video-gallery-hero-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.video-gallery-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 15, 22, .97) 0%,
            rgba(7, 15, 22, .82) 47%,
            rgba(7, 15, 22, .34) 100%
        ),
        linear-gradient(
            to top,
            rgba(7, 15, 22, .75),
            transparent 50%
        );
}

.video-gallery-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 90px;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 95px;
}

.video-gallery-hero-copy h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 7vw, 7.3rem);
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.video-gallery-hero-copy h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.video-gallery-hero-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
    line-height: 1.8;
}

.video-gallery-hero .premium-button-outline {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .65);
}

.video-gallery-highlight {
    padding: 38px;
    background: rgba(13, 25, 35, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

.video-gallery-highlight > strong {
    display: block;
    margin-bottom: 27px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.45;
}

.video-gallery-summary {
    position: relative;
    z-index: 8;
    margin-top: -35px;
}

.video-gallery-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px;
    color: #fff;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 25px 75px rgba(13, 25, 35, .28);
}

.video-gallery-summary-grid article {
    min-height: 78px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    align-items: center;
    padding: 7px 23px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.video-gallery-summary-grid article:last-child {
    border-right: 0;
}

.video-gallery-summary-grid strong,
.video-gallery-summary-grid small {
    display: block;
}

.video-gallery-summary-grid strong {
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.video-gallery-summary-grid small {
    color: rgba(255, 255, 255, .6);
    line-height: 1.45;
}

.professional-video-section {
    padding: 120px 0 !important;
    background: #f4f2ee;
}

.video-gallery-heading {
    max-width: 920px;
    margin: 0 auto 55px;
    text-align: center;
}

.video-gallery-heading .premium-kicker {
    justify-content: center;
}

.video-gallery-heading h2 {
    margin: 17px 0 18px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 4.8vw, 4.8rem);
    line-height: 1;
    text-transform: uppercase;
}

.video-gallery-heading > p {
    margin: 0;
    color: #657078;
    font-size: 1.03rem;
    line-height: 1.75;
}

.professional-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px;
}

.professional-video-card {
    min-width: 0;
    overflow: hidden;
    background: #0d1923;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(13, 25, 35, .16);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.professional-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(13, 25, 35, .24);
}

.professional-video-open {
    width: 100%;
    display: block;
    padding: 0;
    color: inherit;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.professional-video-preview {
    position: relative;
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    background: #1e2b35;
}

.professional-video-preview video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .55s ease,
        filter .4s ease;
}

.professional-video-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(7, 15, 22, .78),
            transparent 62%
        ),
        rgba(7, 15, 22, .1);
}

.professional-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border: 6px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
    transform: translate(-50%, -50%);
    transition:
        transform .3s ease,
        background .3s ease;
}

.professional-video-play i {
    margin-left: 4px;
    font-size: 1.35rem;
}

.professional-video-label {
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 9px 13px;
    color: #fff;
    background: rgba(13, 25, 35, .78);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.professional-video-content {
    min-height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 25px;
    color: #fff;
    border-bottom: 4px solid #f26422;
}

.professional-video-content strong {
    display: block;
    margin-bottom: 11px;
    font-family: "Oswald", sans-serif;
    font-size: 1.55rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.professional-video-content small {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .62);
}

.professional-video-card:hover .professional-video-preview video {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.03);
}

.professional-video-card:hover .professional-video-play {
    background: #d94f13;
    transform: translate(-50%, -50%) scale(1.08);
}

/* PLAYER FULLSCREEN */

.video-lightbox {
    position: fixed;
    z-index: 22000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 40px 95px;
    visibility: hidden;
    opacity: 0;
    background: rgba(3, 8, 12, .97);
    backdrop-filter: blur(20px);
    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.video-lightbox.open {
    visibility: visible;
    opacity: 1;
}

.video-lightbox-content {
    width: min(1250px, 100%);
    max-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
}

.video-lightbox-player {
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #000;
    border-radius: 18px 18px 0 0;
}

.video-lightbox-player video {
    width: 100%;
    max-height: calc(100vh - 180px);
    display: block;
    background: #000;
}

.video-lightbox-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 25px;
    color: #fff;
    background: #0d1923;
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-radius: 0 0 18px 18px;
}

.video-lightbox-caption span {
    display: block;
    margin-bottom: 5px;
    color: #f26422;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.video-lightbox-caption strong {
    display: block;
    font-size: 1rem;
}

.video-lightbox-caption small {
    color: rgba(255, 255, 255, .55);
}

.video-lightbox-close,
.video-lightbox-navigation {
    position: absolute;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: .25s ease;
}

.video-lightbox-close:hover,
.video-lightbox-navigation:hover {
    background: #f26422;
    border-color: #f26422;
}

.video-lightbox-close {
    top: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}

.video-lightbox-navigation {
    top: 50%;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
}

.video-lightbox-previous {
    left: 22px;
}

.video-lightbox-next {
    right: 22px;
}

body.video-lightbox-active {
    overflow: hidden;
}

@media (max-width: 1100px) {
    .video-gallery-hero-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .video-gallery-highlight {
        max-width: 720px;
    }

    .video-gallery-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-gallery-summary-grid article:nth-child(2) {
        border-right: 0;
    }

    .video-gallery-summary-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .professional-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .media-gallery-switch {
        width: 100%;
        margin-bottom: 42px;
    }

    .media-gallery-switch a {
        flex: 1;
        justify-content: center;
        padding: 0 14px;
        font-size: .7rem;
    }

    .video-gallery-hero {
        min-height: auto;
    }

    .video-gallery-hero-media {
        opacity: .36;
    }

    .video-gallery-hero-overlay {
        background: rgba(7, 15, 22, .84);
    }

    .video-gallery-hero-layout {
        padding-top: 125px;
        padding-bottom: 70px;
    }

    .video-gallery-hero-copy h1 {
        font-size: clamp(3.4rem, 15vw, 5.2rem);
    }

    .video-gallery-highlight {
        padding: 27px 23px;
    }

    .video-gallery-summary {
        margin-top: 0;
        padding-top: 17px;
        background: #f4f2ee;
    }

    .video-gallery-summary-grid {
        grid-template-columns: 1fr;
        padding: 17px;
    }

    .video-gallery-summary-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .video-gallery-summary-grid article:last-child {
        border-bottom: 0;
    }

    .professional-video-section {
        padding: 85px 0 !important;
    }

    .professional-video-grid {
        grid-template-columns: 1fr;
    }

    .professional-video-preview {
        aspect-ratio: 16 / 10;
    }

    .professional-video-content {
        min-height: 120px;
        padding: 21px;
    }

    .video-lightbox {
        padding: 75px 10px 80px;
    }

    .video-lightbox-player video {
        max-height: calc(100vh - 235px);
    }

    .video-lightbox-caption {
        padding: 17px;
    }

    .video-lightbox-caption small {
        display: none;
    }

    .video-lightbox-close {
        top: 13px;
        right: 13px;
        width: 46px;
        height: 46px;
    }

    .video-lightbox-navigation {
        top: auto;
        bottom: 20px;
        width: 48px;
        height: 48px;
        transform: none;
    }

    .video-lightbox-previous {
        left: 18px;
    }

    .video-lightbox-next {
        right: 18px;
    }
}

/* =========================================================
   CONTACT PREMIUM
   ========================================================= */

.contact-premium-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1923;
}

.contact-premium-hero-background {
    position: absolute;
    inset: 0;
}

.contact-premium-hero-background video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.contact-premium-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 15, 22, .97),
            rgba(7, 15, 22, .82) 47%,
            rgba(7, 15, 22, .32)
        ),
        linear-gradient(
            to top,
            rgba(7, 15, 22, .7),
            transparent 50%
        );
}

.contact-premium-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 90px;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 95px;
}

.contact-premium-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 7vw, 7.2rem);
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.contact-premium-hero-copy h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.contact-premium-hero-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
    line-height: 1.8;
}

.contact-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.contact-whatsapp-button {
    color: #fff;
    background: #24b867;
}

.contact-whatsapp-button:hover {
    color: #fff;
    background: #1d9855;
}

.contact-hero-information {
    padding: 38px;
    background: rgba(13, 25, 35, .74);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

.contact-hero-information > strong {
    display: block;
    margin-bottom: 27px;
    font-size: 1.45rem;
    line-height: 1.45;
}

.contact-hero-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-hero-information li {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 0;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.contact-hero-information li i {
    color: #f26422;
}

.contact-information-strip {
    position: relative;
    z-index: 8;
    margin-top: -35px;
}

.contact-information-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 24px;
    color: #fff;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 25px 75px rgba(13, 25, 35, .28);
}

.contact-information-grid > a,
.contact-information-grid > div {
    min-height: 78px;
    display: grid;
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 8px 22px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.contact-information-grid > :last-child {
    border-right: 0;
}

.contact-information-grid > a > span,
.contact-information-grid > div > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border-radius: 50%;
}

.contact-information-grid small,
.contact-information-grid strong {
    display: block;
}

.contact-information-grid small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .55);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-information-grid strong {
    overflow-wrap: anywhere;
    font-size: .96rem;
}

.premium-contact-section {
    padding: 120px 0 !important;
    background: #f4f2ee;
}

.premium-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 55px;
    align-items: start;
}

.premium-contact-form-column {
    padding: 48px;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .09);
    border-radius: 25px;
    box-shadow: 0 24px 70px rgba(13, 25, 35, .09);
}

.premium-contact-form-column h2 {
    margin: 17px 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 4.8vw, 4.8rem);
    line-height: 1;
    text-transform: uppercase;
}

.premium-contact-introduction {
    max-width: 780px;
    margin: 0 0 34px;
    color: #66717a;
    line-height: 1.75;
}

.contact-form-alert {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 15px;
    align-items: start;
    margin-bottom: 28px;
    padding: 19px;
    border-radius: 16px;
}

.contact-form-alert-success {
    color: #17623d;
    background: #eaf8f0;
    border: 1px solid #b9e6cc;
}

.contact-form-alert-error {
    color: #8b2e25;
    background: #fff0ee;
    border: 1px solid #f0c3bd;
}

.contact-form-alert i {
    padding-top: 3px;
    font-size: 1.3rem;
}

.contact-form-alert strong {
    display: block;
    margin-bottom: 4px;
}

.contact-form-alert p {
    margin: 0;
    line-height: 1.55;
}

.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact-form-field {
    min-width: 0;
}

.contact-form-field-full {
    grid-column: 1 / -1;
}

.contact-form-field label {
    display: block;
    margin-bottom: 9px;
    color: #222d35;
    font-size: .82rem;
    font-weight: 850;
}

.contact-form-field label span {
    color: #f26422;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
    width: 100%;
    min-height: 56px;
    padding: 0 17px;
    color: #17212a;
    background: #f8f7f4;
    border: 1px solid rgba(17, 24, 32, .14);
    border-radius: 13px;
    outline: none;
    font: inherit;
    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.contact-form-field textarea {
    min-height: 180px;
    padding-top: 16px;
    resize: vertical;
    line-height: 1.65;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
    background: #fff;
    border-color: #f26422;
    box-shadow: 0 0 0 4px rgba(242, 100, 34, .11);
}

.contact-form-field small {
    display: block;
    margin-top: 8px;
    color: #818a91;
    font-size: .72rem;
}

.contact-consent {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
    margin: 25px 0;
    color: #626d75;
    font-size: .82rem;
    line-height: 1.65;
}

.contact-consent input {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    accent-color: #f26422;
}

.contact-consent a {
    color: #d94f13;
    font-weight: 750;
}

.contact-form-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(17, 24, 32, .1);
}

.premium-contact-submit {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 30px;
    color: #fff;
    background: #f26422;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 15px 35px rgba(242, 100, 34, .25);
    transition: .25s ease;
}

.premium-contact-submit:hover {
    transform: translateY(-3px);
    background: #d94f13;
}

.contact-form-submit-row p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #7b858d;
    font-size: .72rem;
}

.premium-contact-sidebar {
    display: grid;
    gap: 20px;
}

.contact-sidebar-card {
    padding: 32px;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .09);
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(13, 25, 35, .08);
}

.contact-sidebar-icon {
    width: 59px;
    height: 59px;
    display: grid;
    place-items: center;
    margin-bottom: 27px;
    color: #fff;
    background: #24b867;
    border-radius: 18px;
    font-size: 1.7rem;
}

.contact-sidebar-card > small {
    display: block;
    margin-bottom: 9px;
    color: #f26422;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.contact-sidebar-card h3 {
    margin: 0 0 14px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.contact-sidebar-card p {
    color: #66717a;
    line-height: 1.7;
}

.contact-sidebar-card > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #169954;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-sidebar-dark {
    color: #fff;
    background: #0d1923;
}

.contact-sidebar-dark .contact-sidebar-icon {
    background: #f26422;
}

.contact-sidebar-dark h3 {
    color: #fff;
}

.contact-phone-list {
    display: grid;
    margin-top: 22px;
}

.contact-phone-list a {
    padding: 13px 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.45rem;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.contact-sidebar-note {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 22px;
    color: #6b757d;
    background: #ebe8e2;
    border-radius: 17px;
}

.contact-sidebar-note i {
    color: #f26422;
}

.contact-sidebar-note p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.65;
}

.contact-process-section {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 14% 20%,
            rgba(242, 100, 34, .16),
            transparent 30%
        ),
        #111d27;
}

.contact-process-section .premium-section-heading h2 {
    color: #fff;
}

.contact-process-section .premium-section-heading > p {
    color: rgba(255, 255, 255, .64);
}

.contact-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 19px;
}

.contact-process-grid article {
    position: relative;
    min-height: 275px;
    padding: 29px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 20px;
}

.contact-process-grid article > span {
    position: absolute;
    top: 25px;
    right: 25px;
    color: rgba(255, 255, 255, .2);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.contact-process-grid i {
    margin: 15px 0 38px;
    color: #f26422;
    font-size: 1.7rem;
}

.contact-process-grid h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 1.25rem;
}

.contact-process-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.7;
}

@media (max-width: 1100px) {
    .contact-premium-hero-layout,
    .premium-contact-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-hero-information {
        max-width: 720px;
    }

    .contact-information-grid,
    .contact-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-information-grid > :nth-child(2) {
        border-right: 0;
    }

    .contact-information-grid > :nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }
}

@media (max-width: 780px) {
    .contact-premium-hero {
        min-height: auto;
    }

    .contact-premium-hero-background {
        opacity: .34;
    }

    .contact-premium-hero-overlay {
        background: rgba(7, 15, 22, .85);
    }

    .contact-premium-hero-layout {
        padding-top: 125px;
        padding-bottom: 70px;
    }

    .contact-premium-hero-copy h1 {
        font-size: clamp(3.4rem, 15vw, 5.2rem);
    }

    .contact-hero-information {
        padding: 27px 23px;
    }

    .contact-information-strip {
        margin-top: 0;
        padding-top: 17px;
        background: #f4f2ee;
    }

    .contact-information-grid,
    .contact-process-grid,
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-information-grid {
        padding: 17px;
    }

    .contact-information-grid > a,
    .contact-information-grid > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .contact-information-grid > :last-child {
        border-bottom: 0;
    }

    .premium-contact-section {
        padding: 85px 0 !important;
    }

    .premium-contact-form-column {
        padding: 28px 20px;
    }

    .contact-form-field-full {
        grid-column: auto;
    }

    .contact-form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .premium-contact-submit {
        width: 100%;
    }

    .contact-form-submit-row p {
        justify-content: center;
        text-align: center;
    }

    .contact-process-grid article {
        min-height: auto;
    }
}

/* =========================================================
   DESPRE NOI PREMIUM V2
   ========================================================= */

.about-premium-hero {
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1923;
}

.about-premium-hero-media {
    position: absolute;
    inset: 0;
}

.about-premium-hero-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.about-premium-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 15, 22, .97) 0%,
            rgba(7, 15, 22, .83) 47%,
            rgba(7, 15, 22, .34) 100%
        ),
        linear-gradient(
            to top,
            rgba(7, 15, 22, .74),
            transparent 52%
        );
}

.about-premium-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 90px;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 95px;
}

.about-premium-hero-copy h1 {
    max-width: 960px;
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 7vw, 7.2rem);
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.about-premium-hero-copy h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.about-premium-hero-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
    line-height: 1.8;
}

.about-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.about-premium-hero .premium-button-outline {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .65);
}

.about-premium-highlight {
    padding: 38px;
    background: rgba(13, 25, 35, .74);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

.about-premium-highlight > strong {
    display: block;
    margin-bottom: 27px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.45;
}

.about-premium-highlight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-premium-highlight li {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 0;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.about-premium-highlight li i {
    color: #f26422;
}

.about-premium-summary {
    position: relative;
    z-index: 8;
    margin-top: -35px;
}

.about-premium-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px;
    color: #fff;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 25px 75px rgba(13, 25, 35, .28);
}

.about-premium-summary-grid article {
    min-height: 78px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    align-items: center;
    padding: 7px 23px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.about-premium-summary-grid article:last-child {
    border-right: 0;
}

.about-premium-summary-grid strong,
.about-premium-summary-grid small {
    display: block;
}

.about-premium-summary-grid strong {
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.about-premium-summary-grid small {
    color: rgba(255, 255, 255, .6);
    line-height: 1.45;
}

.about-premium-introduction {
    padding-top: 120px !important;
    background: #fff;
}

.about-premium-introduction-layout {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    gap: 100px;
    align-items: start;
}

.about-premium-introduction-heading h2 {
    margin: 18px 0 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.about-premium-introduction-copy {
    padding-left: 42px;
    border-left: 1px solid rgba(17, 24, 32, .14);
}

.about-premium-introduction-copy p {
    margin: 0 0 23px;
    color: #626d76;
    font-size: 1.05rem;
    line-height: 1.9;
}

.about-premium-introduction-copy p:first-child {
    color: #26313a;
    font-size: 1.16rem;
    font-weight: 600;
}

.about-premium-values {
    background: #f4f2ee;
}

.about-premium-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.about-premium-value-card {
    position: relative;
    min-height: 330px;
    padding: 34px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .09);
    border-radius: 22px;
    box-shadow: 0 20px 58px rgba(13, 25, 35, .08);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.about-premium-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(13, 25, 35, .14);
}

.about-premium-value-card > span {
    position: absolute;
    top: 27px;
    right: 27px;
    color: rgba(17, 24, 32, .16);
    font-family: "Oswald", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.about-value-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 48px;
    color: #fff;
    background: #f26422;
    border-radius: 20px;
    font-size: 1.6rem;
    box-shadow: 0 15px 35px rgba(242, 100, 34, .23);
}

.about-premium-value-card h3 {
    margin: 0 0 14px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.about-premium-value-card p {
    margin: 0;
    color: #657078;
    line-height: 1.75;
}

.about-premium-equipment {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 13% 20%,
            rgba(242, 100, 34, .16),
            transparent 32%
        ),
        #111d27;
}

.about-premium-equipment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: 85px;
    align-items: center;
}

.about-equipment-video {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: #071018;
    border-radius: 28px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .36);
}

.about-equipment-video video {
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: block;
    object-fit: cover;
}

.about-equipment-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(7, 15, 22, .82),
        transparent 55%
    );
}

.about-equipment-badge {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 28px;
    left: 28px;
    padding: 24px;
    color: #fff;
    background: rgba(13, 25, 35, .82);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    backdrop-filter: blur(12px);
}

.about-equipment-badge span {
    display: block;
    margin-bottom: 5px;
    color: #f26422;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-equipment-badge strong {
    font-size: 1.2rem;
}

.about-equipment-copy h2 {
    margin: 18px 0 24px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    text-transform: uppercase;
}

.about-equipment-copy > p {
    margin: 0 0 35px;
    color: rgba(255, 255, 255, .66);
    font-size: 1.02rem;
    line-height: 1.85;
}

.about-equipment-list {
    display: grid;
}

.about-equipment-list article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.about-equipment-list article > i {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: #f26422;
    background: rgba(242, 100, 34, .12);
    border-radius: 15px;
}

.about-equipment-list strong,
.about-equipment-list span {
    display: block;
}

.about-equipment-list strong {
    margin-bottom: 5px;
    color: #fff;
}

.about-equipment-list span {
    color: rgba(255, 255, 255, .6);
    line-height: 1.65;
}

.about-premium-process {
    background: #fff;
}

.about-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-process-grid article {
    position: relative;
    min-height: 280px;
    padding: 31px;
    background: #f5f3ef;
    border: 1px solid rgba(17, 24, 32, .09);
    border-radius: 20px;
    transition:
        transform .3s ease,
        border-color .3s ease;
}

.about-process-grid article:hover {
    transform: translateY(-7px);
    border-color: rgba(242, 100, 34, .5);
}

.about-process-grid article > span {
    position: absolute;
    top: 27px;
    right: 27px;
    color: rgba(17, 24, 32, .15);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.about-process-grid article > i {
    margin: 17px 0 42px;
    color: #f26422;
    font-size: 1.75rem;
}

.about-process-grid h3 {
    margin: 0 0 12px;
    color: #111820;
    font-size: 1.28rem;
}

.about-process-grid p {
    margin: 0;
    color: #657078;
    line-height: 1.72;
}

.about-premium-projects {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(242, 100, 34, .16),
            transparent 30%
        ),
        #17232d;
}

.about-premium-projects-layout {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
    gap: 90px;
    align-items: start;
}

.about-projects-copy {
    position: sticky;
    top: 125px;
}

.about-projects-copy h2 {
    margin: 18px 0 24px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    text-transform: uppercase;
}

.about-projects-copy > p {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .66);
    line-height: 1.82;
}

.about-projects-list {
    display: grid;
    gap: 13px;
}

.about-project-item {
    display: grid;
    grid-template-columns: 55px 1fr 25px;
    gap: 20px;
    align-items: center;
    padding: 28px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.about-project-item:hover {
    transform: translateX(7px);
    background: rgba(242, 100, 34, .12);
    border-color: rgba(242, 100, 34, .5);
}

.about-project-item span {
    color: #f26422;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.about-project-item strong {
    font-size: 1.05rem;
}

.about-project-item i {
    color: #f26422;
}

@media (max-width: 1100px) {
    .about-premium-hero-layout,
    .about-premium-introduction-layout,
    .about-premium-equipment-layout,
    .about-premium-projects-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .about-premium-highlight {
        max-width: 720px;
    }

    .about-premium-summary-grid,
    .about-premium-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-premium-summary-grid article:nth-child(2) {
        border-right: 0;
    }

    .about-premium-summary-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .about-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-projects-copy {
        position: static;
    }
}

@media (max-width: 780px) {
    .about-premium-hero {
        min-height: auto;
    }

    .about-premium-hero-media {
        opacity: .35;
    }

    .about-premium-hero-overlay {
        background: rgba(7, 15, 22, .85);
    }

    .about-premium-hero-layout {
        padding-top: 125px;
        padding-bottom: 70px;
    }

    .about-premium-hero-copy h1 {
        font-size: clamp(3.35rem, 15vw, 5.15rem);
    }

    .about-premium-highlight {
        padding: 27px 23px;
    }

    .about-premium-summary {
        margin-top: 0;
        padding-top: 17px;
        background: #fff;
    }

    .about-premium-summary-grid,
    .about-premium-value-grid,
    .about-process-grid {
        grid-template-columns: 1fr;
    }

    .about-premium-summary-grid {
        padding: 17px;
    }

    .about-premium-summary-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .about-premium-summary-grid article:last-child {
        border-bottom: 0;
    }

    .about-premium-introduction {
        padding-top: 85px !important;
    }

    .about-premium-introduction-copy {
        padding-left: 0;
        border-left: 0;
    }

    .about-premium-value-card {
        min-height: auto;
    }

    .about-equipment-video,
    .about-equipment-video video {
        min-height: 430px;
    }

    .about-process-grid article {
        min-height: auto;
    }

    .about-project-item {
        grid-template-columns: 38px 1fr 20px;
        gap: 12px;
        padding: 22px 18px;
    }
}

/* =========================================================
   SERVICII PREMIUM V2
   ========================================================= */

.services-premium-hero {
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1923;
}

.services-premium-hero-media {
    position: absolute;
    inset: 0;
}

.services-premium-hero-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.services-premium-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 15, 22, .97),
            rgba(7, 15, 22, .83) 47%,
            rgba(7, 15, 22, .34)
        ),
        linear-gradient(
            to top,
            rgba(7, 15, 22, .74),
            transparent 52%
        );
}

.services-premium-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 90px;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 95px;
}

.services-premium-hero-copy h1 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 7vw, 7.2rem);
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.services-premium-hero-copy h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.services-premium-hero-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
    line-height: 1.8;
}

.services-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.services-premium-hero .premium-button-outline {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .65);
}

.services-premium-highlight {
    padding: 38px;
    background: rgba(13, 25, 35, .74);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

.services-premium-highlight > strong {
    display: block;
    margin-bottom: 27px;
    font-size: 1.45rem;
    line-height: 1.45;
}

.services-premium-highlight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-premium-highlight li {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 0;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.services-premium-highlight li i {
    color: #f26422;
}

.services-premium-summary {
    position: relative;
    z-index: 8;
    margin-top: -35px;
}

.services-premium-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 25px;
    color: #fff;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 25px 75px rgba(13, 25, 35, .28);
}

.services-premium-summary-grid article {
    min-height: 78px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    align-items: center;
    padding: 7px 23px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.services-premium-summary-grid article:last-child {
    border-right: 0;
}

.services-premium-summary-grid strong,
.services-premium-summary-grid small {
    display: block;
}

.services-premium-summary-grid strong {
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 1.22rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.services-premium-summary-grid small {
    color: rgba(255, 255, 255, .6);
    line-height: 1.45;
}

.services-premium-introduction {
    padding-top: 120px !important;
    background: #fff;
}

.services-premium-introduction-layout {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    gap: 100px;
    align-items: start;
}

.services-premium-introduction-heading h2 {
    margin: 18px 0 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.services-premium-introduction-copy {
    padding-left: 42px;
    border-left: 1px solid rgba(17, 24, 32, .14);
}

.services-premium-introduction-copy p {
    margin: 0 0 23px;
    color: #626d76;
    font-size: 1.05rem;
    line-height: 1.9;
}

.services-premium-introduction-copy p:first-child {
    color: #26313a;
    font-size: 1.16rem;
    font-weight: 600;
}

.services-premium-main {
    background: #f4f2ee;
}

.services-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px;
}

.services-premium-card {
    overflow: hidden;
    background: #0d1923;
    border-radius: 21px;
    box-shadow: 0 22px 62px rgba(13, 25, 35, .16);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.services-premium-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 34px 85px rgba(13, 25, 35, .24);
}

.services-premium-card-media {
    position: relative;
    height: 285px;
    overflow: hidden;
    background-color: #26343e;
    background-position: center;
    background-size: cover;
}

.services-premium-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            #0d1923 0%,
            rgba(13, 25, 35, .08) 68%
        );
}

.services-card-industrial {
    background-image: url("/galerie-media/1.jpg");
}

.services-card-halls {
    background-image: url("/galerie-media/2.jpg");
}

.services-card-platforms {
    background-image: url("/galerie-media/3.jpg");
}

.services-card-roads {
    background-image: url("/galerie-media/4.jpg");
}

.services-card-workshops {
    background-image: url("/galerie-media/5.jpg");
}

.services-card-exterior {
    background-image: url("/logo.jpg");
}

.services-card-number {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 21px;
    color: rgba(255, 255, 255, .78);
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.services-card-icon {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 22px;
    width: 63px;
    height: 63px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border: 4px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 1.4rem;
}

.services-premium-card-content {
    min-height: 355px;
    display: flex;
    flex-direction: column;
    padding: 11px 28px 28px;
    color: #fff;
    border-bottom: 4px solid #f26422;
}

.services-premium-card-content h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.services-premium-card-content > p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .67);
    line-height: 1.7;
}

.services-premium-card-content ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.services-premium-card-content li {
    position: relative;
    margin: 10px 0;
    padding-left: 24px;
    color: rgba(255, 255, 255, .76);
    font-size: .9rem;
    line-height: 1.55;
}

.services-premium-card-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f26422;
    font-weight: 900;
}

.services-premium-card-content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #f26422;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.services-premium-process {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 14% 20%,
            rgba(242, 100, 34, .16),
            transparent 30%
        ),
        #111d27;
}

.services-premium-process-layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 90px;
    align-items: start;
}

.services-process-copy {
    position: sticky;
    top: 125px;
}

.services-process-copy h2 {
    margin: 18px 0 24px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    text-transform: uppercase;
}

.services-process-copy > p {
    margin-bottom: 31px;
    color: rgba(255, 255, 255, .66);
    line-height: 1.82;
}

.services-process-list {
    display: grid;
    gap: 15px;
}

.services-process-list article {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 22px;
    padding: 28px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 19px;
}

.services-process-list article > span {
    color: #f26422;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.services-process-list h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.28rem;
}

.services-process-list p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.68;
}

.services-technical-options {
    background: #fff;
}

.services-technical-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: rgba(17, 24, 32, .12);
    border: 1px solid rgba(17, 24, 32, .12);
    border-radius: 23px;
}

.services-technical-grid article {
    min-height: 260px;
    padding: 37px;
    background: #fff;
}

.services-technical-grid i {
    margin-bottom: 25px;
    color: #f26422;
    font-size: 1.85rem;
}

.services-technical-grid h3 {
    margin: 0 0 12px;
    color: #111820;
    font-size: 1.3rem;
}

.services-technical-grid p {
    margin: 0;
    color: #657078;
    line-height: 1.72;
}

.services-premium-faq {
    background: #f4f2ee;
}

.services-premium-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
    gap: 90px;
    align-items: start;
}

.services-faq-intro h2 {
    margin: 18px 0 22px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(2.8rem, 4.8vw, 4.8rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.services-faq-intro > p {
    color: #657078;
    line-height: 1.78;
}

.services-faq-list {
    display: grid;
    gap: 14px;
}

.services-faq-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .1);
    border-radius: 17px;
}

.services-faq-item summary {
    position: relative;
    padding: 24px 58px 24px 25px;
    color: #111820;
    cursor: pointer;
    font-weight: 850;
    list-style: none;
}

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

.services-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    color: #f26422;
    font-size: 1.7rem;
    transform: translateY(-50%);
}

.services-faq-item[open] summary::after {
    content: "−";
}

.services-faq-item p {
    margin: 0;
    padding: 0 25px 25px;
    color: #657078;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .services-premium-hero-layout,
    .services-premium-introduction-layout,
    .services-premium-process-layout,
    .services-premium-faq-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .services-premium-highlight {
        max-width: 720px;
    }

    .services-premium-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-premium-summary-grid article:nth-child(2) {
        border-right: 0;
    }

    .services-premium-summary-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .services-premium-grid,
    .services-technical-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-process-copy {
        position: static;
    }
}

@media (max-width: 780px) {
    .services-premium-hero {
        min-height: auto;
    }

    .services-premium-hero-media {
        opacity: .35;
    }

    .services-premium-hero-overlay {
        background: rgba(7, 15, 22, .85);
    }

    .services-premium-hero-layout {
        padding-top: 125px;
        padding-bottom: 70px;
    }

    .services-premium-hero-copy h1 {
        font-size: clamp(3.35rem, 15vw, 5.15rem);
    }

    .services-premium-highlight {
        padding: 27px 23px;
    }

    .services-premium-summary {
        margin-top: 0;
        padding-top: 17px;
        background: #fff;
    }

    .services-premium-summary-grid,
    .services-premium-grid,
    .services-technical-grid {
        grid-template-columns: 1fr;
    }

    .services-premium-summary-grid {
        padding: 17px;
    }

    .services-premium-summary-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .services-premium-summary-grid article:last-child {
        border-bottom: 0;
    }

    .services-premium-introduction {
        padding-top: 85px !important;
    }

    .services-premium-introduction-copy {
        padding-left: 0;
        border-left: 0;
    }

    .services-premium-card-media {
        height: 245px;
    }

    .services-premium-card-content {
        min-height: auto;
    }

    .services-process-list article {
        grid-template-columns: 48px 1fr;
        padding: 23px 19px;
    }

    .services-technical-grid article {
        min-height: auto;
    }
}

/* =========================================================
   ANPC GLOBAL - TOATE PAGINILE
   ========================================================= */

.anpc-global-section {
    position: relative;
    padding: 68px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 10% 25%,
            rgba(242, 100, 34, .14),
            transparent 31%
        ),
        #0a151e;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.anpc-global-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -190px;
    bottom: -240px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    box-shadow:
        0 0 0 65px rgba(255, 255, 255, .018),
        0 0 0 130px rgba(255, 255, 255, .012);
}

.anpc-global-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
    gap: 56px;
    align-items: center;
}

.anpc-global-intro {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 20px;
    align-items: start;
}

.anpc-global-symbol {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border-radius: 19px;
    box-shadow: 0 16px 38px rgba(242, 100, 34, .25);
    font-size: 1.55rem;
}

.anpc-global-intro small {
    display: block;
    margin-bottom: 9px;
    color: #f26422;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.anpc-global-intro strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.75rem, 2.7vw, 2.55rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.anpc-global-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .61);
    font-size: .91rem;
    line-height: 1.7;
}

.anpc-global-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.anpc-global-card {
    position: relative;
    min-width: 0;
    min-height: 148px;
    display: grid;
    grid-template-columns: 49px minmax(0, 1fr) 18px;
    gap: 14px;
    align-items: center;
    padding: 21px 19px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.anpc-global-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -55px;
    bottom: -58px;
    pointer-events: none;
    background: rgba(242, 100, 34, .08);
    border-radius: 50%;
}

.anpc-global-card:hover {
    color: #fff;
    transform: translateY(-6px);
    background: rgba(242, 100, 34, .1);
    border-color: rgba(242, 100, 34, .5);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .2);
}

.anpc-global-card-primary {
    background:
        linear-gradient(
            145deg,
            rgba(242, 100, 34, .19),
            rgba(255, 255, 255, .05)
        );
    border-color: rgba(242, 100, 34, .48);
}

.anpc-card-icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    color: #f26422;
    background: rgba(242, 100, 34, .11);
    border-radius: 14px;
    font-size: 1.2rem;
}

.anpc-card-copy {
    min-width: 0;
}

.anpc-card-copy small,
.anpc-card-copy strong,
.anpc-card-copy em {
    display: block;
}

.anpc-card-copy small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .52);
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.anpc-card-copy strong {
    margin-bottom: 6px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.18rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.anpc-card-copy em {
    color: rgba(255, 255, 255, .59);
    font-size: .7rem;
    font-style: normal;
    line-height: 1.45;
}

.anpc-card-arrow {
    position: relative;
    z-index: 2;
    color: #f26422;
    font-size: .78rem;
}

@media (max-width: 1180px) {
    .anpc-global-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .anpc-global-intro {
        max-width: 780px;
    }
}

@media (max-width: 900px) {
    .anpc-global-links {
        grid-template-columns: 1fr;
    }

    .anpc-global-card {
        min-height: 112px;
    }
}

@media (max-width: 580px) {
    .anpc-global-section {
        padding: 54px 0;
    }

    .anpc-global-intro {
        grid-template-columns: 52px 1fr;
        gap: 15px;
    }

    .anpc-global-symbol {
        width: 50px;
        height: 50px;
        border-radius: 15px;
        font-size: 1.25rem;
    }

    .anpc-global-card {
        grid-template-columns: 45px minmax(0, 1fr) 16px;
        gap: 12px;
        min-height: 108px;
        padding: 18px 15px;
    }

    .anpc-card-icon {
        width: 43px;
        height: 43px;
    }

    .anpc-card-copy strong {
        font-size: 1.05rem;
    }
}

/* =========================================================
   PAGINI SEO SERVICII
   ========================================================= */

.seo-service-hero {
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #0d1923;
}

.seo-service-hero-media {
    position: absolute;
    inset: 0;
}

.seo-service-hero-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.seo-service-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 15, 22, .97),
            rgba(7, 15, 22, .84) 50%,
            rgba(7, 15, 22, .36)
        ),
        linear-gradient(
            to top,
            rgba(7, 15, 22, .72),
            transparent 52%
        );
}

.seo-service-hero-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 90px;
    align-items: center;
    padding-top: 155px;
    padding-bottom: 95px;
}

.seo-service-hero-copy h1 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(4rem, 7vw, 7.2rem);
    line-height: .93;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.seo-service-hero-copy h1 strong {
    display: block;
    color: #f26422;
    font-weight: inherit;
}

.seo-service-hero-copy > p:not(.premium-kicker) {
    max-width: 720px;
    margin: 28px 0 32px;
    color: rgba(255, 255, 255, .73);
    font-size: 1.12rem;
    line-height: 1.8;
}

.seo-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.seo-service-hero .premium-button-outline {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .65);
}

.seo-service-highlight {
    padding: 38px;
    background: rgba(13, 25, 35, .76);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

.seo-service-highlight > strong {
    display: block;
    margin-bottom: 27px;
    font-size: 1.45rem;
    line-height: 1.45;
}

.seo-service-highlight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-service-highlight li {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 0;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.seo-service-highlight li i {
    color: #f26422;
}

.seo-service-summary {
    position: relative;
    z-index: 7;
    margin-top: -35px;
}

.seo-service-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 24px;
    color: #fff;
    background: #0d1923;
    border-radius: 19px;
    box-shadow: 0 25px 75px rgba(13, 25, 35, .27);
}

.seo-service-summary-grid article {
    min-height: 78px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    padding: 8px 22px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.seo-service-summary-grid article:last-child {
    border-right: 0;
}

.seo-service-summary-grid article > i {
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #f26422;
    border-radius: 50%;
}

.seo-service-summary-grid strong,
.seo-service-summary-grid span {
    display: block;
}

.seo-service-summary-grid strong {
    margin-bottom: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.seo-service-summary-grid span {
    color: rgba(255, 255, 255, .6);
    font-size: .73rem;
}

.seo-service-introduction {
    padding-top: 120px !important;
    background: #fff;
}

.seo-service-two-columns {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    gap: 100px;
}

.seo-service-heading h2 {
    margin: 18px 0 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.seo-service-text {
    padding-left: 42px;
    border-left: 1px solid rgba(17, 24, 32, .14);
}

.seo-service-text p {
    margin: 0 0 23px;
    color: #626d76;
    font-size: 1.04rem;
    line-height: 1.9;
}

.seo-service-text p:first-child {
    color: #26313a;
    font-size: 1.15rem;
    font-weight: 600;
}

.seo-service-projects {
    background: #f4f2ee;
}

.seo-service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.seo-service-card {
    min-height: 295px;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .09);
    border-radius: 21px;
    box-shadow: 0 20px 58px rgba(13, 25, 35, .08);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.seo-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 78px rgba(13, 25, 35, .14);
}

.seo-service-card > i {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    margin-bottom: 40px;
    color: #fff;
    background: #f26422;
    border-radius: 19px;
    font-size: 1.45rem;
}

.seo-service-card h3 {
    margin: 0 0 13px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: 1.7rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.seo-service-card p {
    margin: 0;
    color: #657078;
    line-height: 1.72;
}

.seo-service-process {
    padding: 120px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 13% 20%,
            rgba(242, 100, 34, .16),
            transparent 31%
        ),
        #111d27;
}

.seo-service-process-layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 90px;
}

.seo-service-process-copy h2 {
    margin: 18px 0 23px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    text-transform: uppercase;
}

.seo-service-process-copy > p {
    color: rgba(255, 255, 255, .65);
    line-height: 1.8;
}

.seo-service-process-list {
    display: grid;
    gap: 15px;
}

.seo-service-process-list article {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    padding: 27px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 19px;
}

.seo-service-process-list article > span {
    color: #f26422;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.seo-service-process-list h3 {
    margin: 0 0 8px;
    color: #fff;
}

.seo-service-process-list p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.68;
}

.seo-service-faq {
    background: #f4f2ee;
}

.seo-service-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
    gap: 90px;
}

.seo-service-faq-heading h2 {
    margin: 18px 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(2.8rem, 4.8vw, 4.7rem);
    line-height: 1.02;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .seo-service-hero-layout,
    .seo-service-two-columns,
    .seo-service-process-layout,
    .seo-service-faq-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .seo-service-highlight {
        max-width: 720px;
    }

    .seo-service-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-service-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .seo-service-hero {
        min-height: auto;
    }

    .seo-service-hero-media {
        opacity: .35;
    }

    .seo-service-hero-overlay {
        background: rgba(7, 15, 22, .85);
    }

    .seo-service-hero-layout {
        padding-top: 125px;
        padding-bottom: 70px;
    }

    .seo-service-hero-copy h1 {
        font-size: clamp(3.3rem, 15vw, 5.1rem);
    }

    .seo-service-highlight {
        padding: 27px 23px;
    }

    .seo-service-summary {
        margin-top: 0;
        padding-top: 17px;
        background: #fff;
    }

    .seo-service-summary-grid,
    .seo-service-card-grid {
        grid-template-columns: 1fr;
    }

    .seo-service-summary-grid {
        padding: 17px;
    }

    .seo-service-summary-grid article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .seo-service-summary-grid article:last-child {
        border-bottom: 0;
    }

    .seo-service-introduction {
        padding-top: 85px !important;
    }

    .seo-service-text {
        padding-left: 0;
        border-left: 0;
    }

    .seo-service-card {
        min-height: auto;
    }

    .seo-service-process-list article {
        grid-template-columns: 45px 1fr;
        padding: 22px 18px;
    }
}

.seo-service-links-section {
    background: #fff;
}

.seo-service-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.seo-service-link-card {
    display: grid;
    grid-template-columns: 70px 1fr 28px;
    gap: 22px;
    align-items: center;
    padding: 32px;
    color: #fff;
    text-decoration: none;
    background: #0d1923;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 21px;
    box-shadow: 0 22px 62px rgba(13, 25, 35, .16);
    transition:
        transform .3s ease,
        background .3s ease;
}

.seo-service-link-card:hover {
    color: #fff;
    transform: translateY(-7px);
    background: #172732;
}

.seo-service-link-card > i:first-child {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    background: #f26422;
    border-radius: 19px;
    font-size: 1.5rem;
}

.seo-service-link-card small,
.seo-service-link-card strong,
.seo-service-link-card span {
    display: block;
}

.seo-service-link-card small {
    margin-bottom: 7px;
    color: #f26422;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.seo-service-link-card strong {
    margin-bottom: 8px;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}

.seo-service-link-card span {
    color: rgba(255, 255, 255, .62);
    line-height: 1.6;
}

.seo-service-link-card > i:last-child {
    color: #f26422;
}

@media (max-width: 780px) {
    .seo-service-link-grid {
        grid-template-columns: 1fr;
    }

    .seo-service-link-card {
        grid-template-columns: 54px 1fr 20px;
        gap: 15px;
        padding: 22px 18px;
    }

    .seo-service-link-card > i:first-child {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .seo-service-link-card strong {
        font-size: 1.45rem;
    }
}

/* =========================================================
   HOMEPAGE - SERVICII SEO
   ========================================================= */

.home-seo-services {
    position: relative;
    overflow: hidden;
    background: #f4f2ee;
}

.home-seo-services::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -220px;
    width: 520px;
    height: 520px;
    pointer-events: none;
    border: 1px solid rgba(17, 24, 32, .05);
    border-radius: 50%;
    box-shadow:
        0 0 0 75px rgba(17, 24, 32, .018),
        0 0 0 150px rgba(17, 24, 32, .012);
}

.home-seo-intro {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    gap: 90px;
    align-items: start;
    margin-bottom: 60px;
}

.home-seo-heading h2 {
    margin: 18px 0 0;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.home-seo-description {
    padding-left: 40px;
    border-left: 1px solid rgba(17, 24, 32, .14);
}

.home-seo-description p {
    margin: 0 0 22px;
    color: #657078;
    font-size: 1.04rem;
    line-height: 1.85;
}

.home-seo-description p:first-child {
    color: #26313a;
    font-size: 1.14rem;
    font-weight: 600;
}

.home-seo-service-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-seo-service-card {
    position: relative;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    padding: 32px 29px;
    overflow: hidden;
    color: #111820;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(17, 24, 32, .09);
    border-radius: 22px;
    box-shadow: 0 20px 58px rgba(13, 25, 35, .08);
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.home-seo-service-card::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -75px;
    width: 165px;
    height: 165px;
    pointer-events: none;
    background: rgba(242, 100, 34, .06);
    border-radius: 50%;
    transition: transform .35s ease;
}

.home-seo-service-card:hover {
    color: #111820;
    transform: translateY(-8px);
    border-color: rgba(242, 100, 34, .45);
    box-shadow: 0 32px 80px rgba(13, 25, 35, .14);
}

.home-seo-service-card:hover::after {
    transform: scale(1.35);
}

.home-seo-card-number {
    position: absolute;
    top: 27px;
    right: 27px;
    color: rgba(17, 24, 32, .17);
    font-family: "Oswald", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.home-seo-card-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 46px;
    color: #fff;
    background: #f26422;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(242, 100, 34, .23);
    font-size: 1.55rem;
}

.home-seo-service-card h3 {
    margin: 0 0 14px;
    color: #111820;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    line-height: 1.08;
    text-transform: uppercase;
}

.home-seo-service-card > p {
    margin: 0 0 25px;
    color: #657078;
    line-height: 1.72;
}

.home-seo-card-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #d94f13;
    font-size: .75rem;
    font-weight: 900;
    line-height: 1.45;
    text-transform: uppercase;
}

.home-seo-contact-card {
    color: #fff;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(242, 100, 34, .18),
            transparent 38%
        ),
        #0d1923;
    border-color: rgba(255, 255, 255, .1);
}

.home-seo-contact-card:hover {
    color: #fff;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(242, 100, 34, .24),
            transparent 42%
        ),
        #15242f;
}

.home-seo-contact-card h3 {
    color: #fff;
}

.home-seo-contact-card > p {
    color: rgba(255, 255, 255, .65);
}

.home-seo-contact-card .home-seo-card-number {
    color: rgba(255, 255, 255, .25);
}

.home-seo-contact-card .home-seo-card-link {
    color: #f26422;
}

@media (max-width: 1100px) {
    .home-seo-intro {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-seo-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .home-seo-intro {
        margin-bottom: 42px;
    }

    .home-seo-description {
        padding-left: 0;
        border-left: 0;
    }

    .home-seo-service-grid {
        grid-template-columns: 1fr;
    }

    .home-seo-service-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .home-seo-card-icon {
        margin-bottom: 35px;
    }
}
