.elementor-2274 .elementor-element.elementor-element-837faab > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2274 .elementor-element.elementor-element-b4af56c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2274 .elementor-element.elementor-element-b4af56c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2274 .elementor-element.elementor-element-057f245 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2274 .elementor-element.elementor-element-cd17e9e > .elementor-element-populated{padding:0px 0px 30px 0px;}.elementor-2274 .elementor-element.elementor-element-fb89799{--e-image-carousel-slides-to-show:3;}.elementor-2274 .elementor-element.elementor-element-fb89799 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2274 .elementor-element.elementor-element-fb89799 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-radius:12px 12px 12px 12px;}body.elementor-page-2274{padding:0px 0px 0px 0px;}/* Start custom CSS *//* ========================================= */
/* IMPORT & VARIABLES                        */
/* ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Open+Sans:wght@400;600&display=swap');

:root {
    --primary-color: #dfb721;
    /* Oro/Giallo OfficeCo */
    --primary-hover: #c69e16;
    --dark-blue: #0c2b5c;
    /* Blu istituzionale */
    --bg-light: #f8fafc;
    --text-main: #334155;
    --text-light: #64748b;
    --border-color: #e2e8f0;
    --radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================= */
/* 1. HEADER TRASPARENTE CSS                 */
/* ========================================= */
.custom-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
}

.custom-header-container {
    max-width: 1600px;
    /* Aumentato da 1200px per occupare piu larghezza */
    width: 95%;
    /* Garantisce un po' di margine sui bordi */
    margin: 0 auto;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-header-logo {
    background: rgba(255, 255, 255, 0.9);
    /* Sfondo bianco semi-trasparente per far risaltare il logo scuro */
    padding: 8px 16px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    display: block;
    transition: transform 0.3s ease;
}

.custom-header-logo:hover {
    transform: scale(1.02);
}

.custom-header-logo img {
    height: 42px;
    width: auto;
    display: block;
}

.custom-header-nav {
    display: flex;
    gap: 45px;
    /* Aumentato da 25px a 45px per distanziare maggiormente le voci */
    align-items: center;
}

.custom-header-nav a {
    color: #fff;
    /* Testo bianco per contrastare lo sfondo della foto */
    text-decoration: none;
    font-size: 1.15rem;
    /* Voci di menu ingrandite */
    font-weight: 600;
    transition: color 0.3s ease;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    /* Ombra piu marcata per leggibilita */
}

.custom-header-nav a:hover {
    color: #dfb721;
    /* Giallo dorato al passaggio del mouse */
}

.custom-header-btn {
    background-color: #dfb721;
    /* Giallo acceso per massimo contrasto */
    color: #1e293b !important;
    /* Testo scuro per leggibilita sul giallo */
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    /* Rimuove l'ombra del testo sul bottone */
}

.custom-header-btn:hover {
    background-color: #f5cc36;
    /* Giallo piu chiaro al passaggio del mouse */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Regolazioni Responsive (Mobile e Tablet) */
@media (max-width: 1024px) {
    .custom-header-nav {
        display: none;
        /* Nasconde le voci di menu su mobile per evitare accavallamenti */
    }
}

@media (max-width: 768px) {
    .custom-header-container {
        padding: 15px 20px;
    }

    .custom-header-logo img {
        height: 32px;
    }

    .custom-header-btn {
        padding: 9px 16px;
        font-size: 0.85rem;
    }
}

/* ========================================= */
/* 2. MAIN PAGE CSS                          */
/* ========================================= */
400;
500;
600;
700&family=Open+Sans:wght@400;
600&display=swap');



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-main);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-blue);
    font-weight: 600;
}

h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1rem;
}

h3 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--dark-blue);
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.section-desc {
    text-align: center;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 4rem auto;
    font-size: 1.1rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    padding: 14px 28px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(223, 183, 33, 0.2);
}

.btn:hover {
    background: var(--primary-hover);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(223, 183, 33, 0.3);
}

.btn svg {
    transition: transform 0.2s;
}

.btn:hover svg {
    transform: translateX(3px);
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(12, 43, 92, 0.82), rgba(12, 43, 92, 0.82)), url('https://officecous.com/wp-content/uploads/2022/09/edificios.jpg') no-repeat center center/cover;
    padding: 160px 0 140px 0;
    color: #fff;
    text-align: center;
}

.hero h1 {
    color: #fff;
    max-width: 850px;
    margin: 0 auto 1.5rem auto;
}

.hero p {
    color: #cbd5e1;
    max-width: 680px;
    font-size: 1.2rem;
    margin: 0 auto 2.5rem auto;
    font-weight: 300;
}

/* Category Block Layout */
.category-section {
    padding: 100px 0;
    border-bottom: 1px solid var(--border-color);
}

.category-section:nth-child(even) {
    background-color: var(--bg-light);
}

#officespace {
    background-color: var(--bg-light) !important;
}

.layout-holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

/* Service Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.service-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
}

.service-card>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid var(--border-color);
}

.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.card-top {
    margin-bottom: 25px;
}

.card-badge {
    display: inline-block;
    background: #f0fdf4;
    color: #166534;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.promo-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--dark-blue), #1e3a8a);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 3px solid var(--primary-color);
}

.service-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 10px 0 20px 0;
    line-height: 1.5;
}

/* Features/Included List inside Cards */
.included-list {
    list-style: none;
    padding-top: 15px;
    border-top: 1px dashed var(--border-color);
}

.included-list li {
    font-size: 0.85rem;
    color: var(--text-main);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.included-list li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23dfb721' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -1px;
}

/* Unified Form Section */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a1d40 0%, #112d56 100%);
    color: #fff;
}

.contact-section h2 {
    color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: stretch;
    margin-top: 50px;
}

.contact-info-block {
    margin-bottom: 35px;
}

.contact-info-block h4 {
    color: var(--primary-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.contact-info-block p,
.contact-info-block a {
    color: #e2e8f0;
    font-size: 1.1rem;
    text-decoration: none;
}

.contact-info-block a:hover {
    color: var(--primary-color);
}

.redesign-form {
    background: #fff;
    padding: 45px;
    border-radius: var(--radius);
    color: #1e293b;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.redesign-form p {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.redesign-form br {
    display: none !important;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 0.85rem;
    color: var(--dark-blue);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: var(--transition);
    background-color: #f8fafc;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--primary-color);
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(223, 183, 33, 0.15);
}

.checkbox-group {
    display: flex;
    gap: 12px;
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.4;
    margin-top: 15px;
    align-items: flex-start;
}

.checkbox-group input {
    margin-top: 3px;
    transform: scale(1.1);
}

/* Stile personalizzato per la lista inclusi espandibile */
.accordion-details {
    margin-top: 15px;
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
}

.accordion-details summary {
    font-weight: 600;
    color: var(--dark-blue);
    cursor: pointer;
    list-style: none;
    /* Rimuove la freccia nativa brutta */
    outline: none;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.accordion-details summary::-webkit-details-marker {
    display: none;
    /* Rimuove freccia su Safari */
}

.included-list-full {
    list-style: none;
    padding-left: 5px;
}

.included-list-full li {
    font-size: 0.85rem;
    color: var(--text-main);
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.included-list-full li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23166534' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: -1px;
}

/* Amenities Banner & Intro Gallery */
.amenities-banner {
    margin-top: -70px;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.amenities-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1050px;
    margin: 0 auto;
}

.amenity-card-top {
    background: #fff;
    padding: 35px 20px;
    border-radius: var(--radius);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    text-align: center;
    flex: 1 1 150px;
    min-width: 170px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenity-card-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
}

.bg-blue {
    background: var(--dark-blue);
}

.bg-gold {
    background: var(--primary-color);
}

.amenity-card-top h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    color: var(--dark-blue);
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.intro-gallery {
    padding: 90px 0 30px 0;
    text-align: center;
    background: #fff;
}

.intro-gallery h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gallery-img {
    width: 100%;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: var(--radius);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero {
        padding: 120px 0 100px 0;
    }

    .redesign-form {
        padding: 25px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .cards-grid {
        grid-template-columns: 1fr !important;
    }

    /* Assicura 1 colonna su mobile */
    .amenities-banner {
        margin-top: -40px;
    }

    .intro-gallery h2 {
        font-size: 2.2rem;
    }
}

.boutique-badge {
    background: linear-gradient(135deg, var(--dark-blue), #1e3a8a);
    color: white;
    padding: 50px 20px;
    width: 100%;
    margin: 40px 0;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    box-shadow: 0 10px 30px rgba(12, 43, 92, 0.2);
}

.boutique-content-wrapper {
    max-width: 900px;
    /* Ridotto leggermente per un miglior bilanciamento del testo centrato */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* Impilamento verticale */
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.boutique-icon {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 50%;
    color: var(--primary-color);
    display: flex;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(223, 183, 33, 0.15);
    margin-bottom: 5px;
}

.boutique-text {
    text-align: center;
}

/* Forzato al centro */
.boutique-text strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.boutique-text p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #f1f5f9;
}

@media (max-width: 768px) {
    .boutique-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .boutique-text {
        text-align: center;
    }

    .boutique-badge {
        padding: 40px 20px;
    }
}

/* ========================================= */
/* 3. FOOTER CSS                             */
/* ========================================= */
/* Footer Variables & Base */
.custom-footer {
    background-color: #08152e;
    /* Blu navy profondissimo per abbinarsi perfettamente al blocco contatti sovrastante */
    color: #f1f5f9;
    font-family: 'Open Sans', sans-serif;
    padding-top: 80px;
    position: relative;
    /* Rimossa margin-top per eliminare la fascia bianca */
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}

/* Colonna 1: Brand e Info */
.footer-brand .footer-logo {
    height: 50px;
    margin-bottom: 25px;
    display: block;
}

.footer-brand p {
    color: #94a3b8;
    /* Colore testo leggermente smorzato per eleganza */
    line-height: 1.6;
    font-size: 0.95rem;
    max-width: 350px;
}

/* Colonne 2 & 3: Link */
.footer-heading {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #dfb721;
    /* Dettaglio giallo in stile con i bottoni */
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #dfb721;
    transform: translateX(5px);
    /* Bellissimo effetto di spostamento al passaggio del mouse */
}

.footer-links.sub-links {
    margin-left: 15px;
    margin-top: 10px;
    border-left: 1px solid #334155;
    padding-left: 15px;
}

.footer-links.sub-links li:last-child {
    margin-bottom: 0;
}

/* Icone Social */
.footer-socials {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1e293b;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-icon:hover {
    background-color: #dfb721;
    /* Sfondo giallo al passaggio del mouse */
    color: #08152e;
    /* Il logo interno diventa scuro per avere un contrasto perfetto sul giallo */
    transform: translateY(-3px);
}

/* Barra Inferiore (Copyright) */
.footer-bottom {
    background-color: #050d1d;
    /* Navy quasi nero per staccare leggermente */
    padding: 25px 20px;
    border-top: 1px solid #1a2c4e;
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* Centrato dopo aver rimosso Boom Digital */
    align-items: center;
    font-size: 0.85rem;
    color: #64748b;
}

.footer-bottom-container strong {
    color: #dfb721;
    font-weight: 600;
}

/* Regolazioni Responsive (Mobile) */
@media (max-width: 991px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .footer-bottom-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* ========================================= */
/* PREMIUM SINGLE SERVICE LAYOUT             */
/* ========================================= */
.premium-single-service {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    border: 1px solid var(--border-color);
}

.premium-image-side {
    flex: 1;
    position: relative;
    min-height: 400px;
}

.premium-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* Badge Prezzo Integrato nell'immagine */
.price-badge-overlay {
    position: absolute;
    top: 30px;
    right: -20px;
    background: linear-gradient(135deg, var(--dark-blue), #1e3a8a);
    color: #fff;
    padding: 20px 30px 20px 20px;
    border-radius: 8px 0 0 8px;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-left: 4px solid var(--primary-color);
}

.price-badge-overlay .price {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
}

.price-badge-overlay .period {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.price-badge-overlay .inclusive {
    font-size: 0.8rem;
    background: var(--primary-color);
    color: var(--dark-blue);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.premium-content-side {
    flex: 1.2;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-content-side .card-badge {
    align-self: flex-start;
    margin-bottom: 20px;
    font-size: 0.85rem;
    padding: 6px 14px;
}

.premium-content-side h3 {
    font-size: 2.2rem;
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.premium-content-side>p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-main);
    margin-bottom: 30px;
}

/* Griglia per le features (2 colonne) */
.premium-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 35px;
    padding-top: 25px;
    border-top: 1px solid var(--border-color);
}

.premium-features-grid li {
    font-size: 0.9rem;
    color: var(--text-main);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    list-style: none;
}

.premium-features-grid li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23dfb721' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 992px) {
    .premium-single-service {
        flex-direction: column;
    }

    .premium-image-side {
        min-height: 300px;
    }

    .price-badge-overlay {
        top: 20px;
        right: 0;
        border-radius: 8px 0 0 8px;
    }

    .premium-content-side {
        padding: 30px 25px;
    }

    .premium-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================= */
/* GOOGLE REVIEW BADGE                       */
/* ========================================= */
.google-review-badge {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: var(--text-main);
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.google-review-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

.gr-logo {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.gr-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gr-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 2px;
}

.gr-rating {
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
}

.gr-rating strong {
    color: var(--dark-blue);
    font-size: 1rem;
}/* End custom CSS */