.gmb-page { background: #f7f9fc; color: #182b49; }
.gmb-hero { background: linear-gradient(120deg, #eff6ff, #fff 65%, #eaf7f1); border-bottom: 1px solid #e2e9f2; }
.gmb-hero h1 { max-width: 820px; letter-spacing: -.035em; }
.gmb-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: #326296; }
.gmb-intro p { font-size: 1.1rem; line-height: 1.8; }
.gmb-profile { border: 1px solid #e4eaf2; border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(24, 43, 73, .05); }
.gmb-profile figure { padding: 18px; background: linear-gradient(145deg, #edf2f8, #f8fafc); border-bottom: 1px solid #e4eaf2; }
.gmb-profile img { display: block; width: 100%; height: auto; aspect-ratio: 538 / 390; object-fit: contain; border-radius: 10px; }
.gmb-profile a:focus-visible { outline: 3px solid #0d6efd; outline-offset: 5px; }
.gmb-profile-title { color: #182b49; letter-spacing: -.02em; line-height: 1.3; margin-bottom: 16px; overflow-wrap: anywhere; }
.gmb-profile-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #e4eaf2; padding-top: 18px; }
.gmb-profile-link span { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; background: #eff6ff; font-size: 1.2rem; }
.gmb-profile:focus-within { border-color: #aac8ed; box-shadow: 0 8px 24px rgba(24, 43, 73, .1); }
@media (hover: hover) { .gmb-profile:hover { border-color: #aac8ed; box-shadow: 0 8px 24px rgba(24, 43, 73, .1); } }
#profili, #servizi { scroll-margin-top: 100px; }
.gmb-description { white-space: pre-line; overflow-wrap: anywhere; line-height: 1.7; }
.gmb-plans { margin-top: clamp(40px, 6vw, 80px); padding: clamp(48px, 7vw, 88px) 0 48px; border-top: 1px solid #dfe6ef; }
.gmb-plans .ribbon {
        text-align: center;
        font-weight: bold;
        color: #FFF;
        line-height: 100px;
        font-size: 20px;
        transform: rotate(10deg);
        background-size: contain;
        background-image: url("https://pacard.it/img/coccarda.svg");
        width: 100px;
        height: 100px;
        top: 10px;
        right: -20px;
    }
