:root {
    --navy: #081320;
    --navy-soft: #102235;
    --gold: #d4af37;
    --gold-soft: #e3c768;
    --ivory: #f7f6f2;
    --white: #ffffff;
    --black: #111111;
    --grey: #6b6b6b;
    --line: rgba(255,255,255,.16);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--ivory);
    color: var(--navy);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.narrow {
    max-width: 850px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.header-inner {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: white;
}

.brand-mark {
    font-family: Georgia, serif;
    font-size: 38px;
    color: var(--gold);
    letter-spacing: -5px;
    padding-right: 5px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong,
.footer-brand strong {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 2px;
}

.brand-copy strong span,
.footer-brand strong span {
    color: var(--gold);
}

.brand-copy small,
.footer-brand small {
    font-size: 7px;
    letter-spacing: 4px;
    margin-top: 2px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    color: white;
    font-size: 14px;
}

.main-nav a {
    opacity: .9;
}

.main-nav a:hover {
    color: var(--gold);
}

.nav-cta {
    border: 1px solid var(--gold);
    padding: 11px 18px;
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: white;
    font-size: 28px;
}

.hero {
    min-height: 820px;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at 78% 36%,
            rgba(212,175,55,.22),
            transparent 24%),
        linear-gradient(115deg,
            #050b12 0%,
            #081320 48%,
            #13273b 100%);
}

.hero::after {
    content: "BA";
    position: absolute;
    right: 4%;
    bottom: -16%;
    font-family: Georgia, serif;
    font-size: clamp(300px, 38vw, 610px);
    letter-spacing: -55px;
    color: rgba(212,175,55,.055);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(0,0,0,.25),
            transparent 65%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
}

.eyebrow,
.section-label {
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 700;
}

.eyebrow {
    color: var(--gold);
    margin-bottom: 30px;
}

.hero h1 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: clamp(58px, 7vw, 98px);
    line-height: .98;
    max-width: 850px;
}

.hero h1 span {
    color: var(--gold);
}

.hero p {
    max-width: 600px;
    margin: 32px 0;
    font-size: 19px;
    color: rgba(255,255,255,.82);
}

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

.btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    font-weight: 700;
    font-size: 14px;
    transition: .2s ease;
}

.btn-gold {
    background: var(--gold);
    color: var(--navy);
}

.btn-gold:hover {
    background: var(--gold-soft);
    transform: translateY(-2px);
}

.btn-outline {
    border: 1px solid rgba(255,255,255,.45);
    color: white;
}

.hero-signature {
    margin-top: 90px;
    font-family: Georgia, serif;
    font-style: italic;
    color: rgba(255,255,255,.55);
}

.section {
    padding: 110px 0;
}

.section-label {
    display: block;
    color: var(--grey);
    margin-bottom: 22px;
}

.section-label.gold {
    color: var(--gold);
}

.section h2 {
    font-family: Georgia, serif;
    font-size: clamp(42px, 5vw, 67px);
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 30px;
}

.lead {
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.65;
}

.intro-section {
    text-align: center;
}

.art-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 490px;
}

.art-card {
    position: relative;
    padding: 45px;
    display: flex;
    align-items: flex-end;
    color: white;
    overflow: hidden;
    background: var(--navy);
}

.art-card::before {
    content: "";
    position: absolute;
    inset: 0;
}

.art-card-one::before {
    background:
        radial-gradient(circle at 70% 25%,
            rgba(212,175,55,.35),
            transparent 30%),
        linear-gradient(135deg,#081320,#1d3040);
}

.art-card-two::before {
    background:
        radial-gradient(circle at 40% 60%,
            rgba(212,175,55,.28),
            transparent 25%),
        linear-gradient(135deg,#17120d,#3e3021);
}

.art-card-three::before {
    background:
        radial-gradient(circle at 75% 30%,
            rgba(212,175,55,.2),
            transparent 20%),
        linear-gradient(135deg,#151515,#303030);
}

.art-card-content {
    position: relative;
    z-index: 2;
}

.art-card span {
    color: var(--gold);
    letter-spacing: 3px;
    font-size: 11px;
}

.art-card h3 {
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    margin: 15px 0 22px;
}

.art-card a {
    border-bottom: 1px solid var(--gold);
    padding-bottom: 5px;
}

.dark-section {
    background: var(--navy);
    color: white;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    border-top: 1px solid var(--line);
}

.step {
    padding: 38px 30px 20px 0;
}

.step + .step {
    border-left: 1px solid var(--line);
    padding-left: 30px;
}

.step-number {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 24px;
}

.step h3 {
    font-family: Georgia, serif;
    font-size: 25px;
    margin: 22px 0 14px;
}

.step p {
    color: rgba(255,255,255,.7);
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.split-content p {
    margin-bottom: 24px;
}

.commission {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 38px;
    border-top: 1px solid #ccc;
    padding-top: 28px;
}

.commission strong {
    font-family: Georgia, serif;
    color: var(--gold);
    font-size: 64px;
    font-weight: 400;
}

.passport-section {
    background: #0c1825;
    color: white;
}

.passport-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    align-items: center;
    gap: 90px;
}

.passport-symbol {
    min-height: 480px;
    border: 1px solid rgba(212,175,55,.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:
        radial-gradient(circle,
            rgba(212,175,55,.14),
            transparent 55%);
}

.ba-large {
    font-family: Georgia, serif;
    font-size: 160px;
    letter-spacing: -25px;
    padding-right: 20px;
    color: var(--gold);
}

.passport-symbol small {
    letter-spacing: 5px;
    font-size: 9px;
}

.passport-grid p {
    color: rgba(255,255,255,.75);
    margin-bottom: 20px;
}

.legal-note {
    border-left: 2px solid var(--gold);
    padding-left: 18px;
    font-size: 13px;
    opacity: .7;
}

.proposal-section {
    text-align: center;
    background: var(--gold);
}

.proposal h2 {
    color: var(--navy);
}

.proposal p {
    max-width: 680px;
    margin: 0 auto 35px;
}

.proposal .btn-gold {
    background: var(--navy);
    color: white;
}

.disabled-link {
    cursor: default;
}

.manifesto {
    background: white;
    text-align: center;
}

.ba-manifesto {
    font-family: Georgia, serif;
    color: var(--gold);
    font-size: 80px;
    letter-spacing: -12px;
    padding-right: 12px;
    margin-bottom: 30px;
}

.manifesto p {
    font-family: Georgia, serif;
    font-size: 23px;
}

.site-footer {
    background: #050a10;
    color: white;
    padding: 70px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3,1fr);
    gap: 50px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-grid h4 {
    color: var(--gold);
    margin-bottom: 18px;
}

.footer-grid a,
.footer-grid span {
    display: block;
    color: rgba(255,255,255,.65);
    margin: 8px 0;
    font-size: 14px;
}

.footer-bottom {
    margin-top: 65px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255,255,255,.45);
}

@media (max-width: 950px) {

    .main-nav {
        display: none;
        position: absolute;
        top: 92px;
        left: 0;
        right: 0;
        background: var(--navy);
        padding: 25px;
        flex-direction: column;
    }

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

    .menu-toggle {
        display: block;
    }

    .art-grid,
    .steps,
    .split,
    .passport-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .step + .step {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--line);
    }

    .split,
    .passport-grid {
        gap: 45px;
    }

}

@media (max-width: 600px) {

    .container {
        width: min(100% - 30px, 1180px);
    }

    .header-inner {
        height: 78px;
    }

    .brand-copy strong {
        font-size: 18px;
    }

    .brand-copy small {
        letter-spacing: 2.5px;
        font-size: 6px;
    }

    .hero {
        min-height: 720px;
    }

    .hero h1 {
        font-size: 55px;
    }

    .section {
        padding: 80px 0;
    }

    .art-grid {
        display: block;
    }

    .art-card {
        min-height: 350px;
    }

    .passport-symbol {
        min-height: 330px;
    }

    .ba-large {
        font-size: 115px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

}

/* ============================================================
   BROKERART - PAGINE PUBBLICHE INTERNE
   ============================================================ */

.page-header {
    position: relative;
    background: var(--navy);
}

.page-hero {
    background:
        radial-gradient(circle at 82% 28%,
            rgba(212,175,55,.16),
            transparent 28%),
        linear-gradient(120deg,#050b12,#102235);
    color: white;
    padding: 110px 0 95px;
}

.page-hero .section-label {
    color: var(--gold);
}

.page-hero h1 {
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: clamp(48px,6vw,78px);
    line-height: 1.05;
    max-width: 930px;
}

.page-hero p {
    max-width: 780px;
    margin-top: 28px;
    color: rgba(255,255,255,.76);
    font-size: 19px;
}

.breadcrumb {
    padding: 17px 0;
    background: #f1efe9;
    font-size: 13px;
    color: var(--grey);
}

.breadcrumb a {
    color: var(--navy);
}

.content-section {
    padding: 90px 0;
}

.content-section.alt {
    background: #f1efe9;
}

.content-section.dark {
    background: var(--navy);
    color: white;
}

.content-section h2 {
    font-family: Georgia, serif;
    font-size: clamp(36px,4vw,56px);
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 25px;
}

.content-section h3 {
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    margin: 35px 0 14px;
}

.content-section p {
    margin-bottom: 20px;
}

.content-section .lead {
    margin-bottom: 28px;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-top: 45px;
}

.content-grid.two {
    grid-template-columns: repeat(2,1fr);
}

.content-card {
    padding: 32px;
    border: 1px solid #d9d5ca;
    background: white;
}

.dark .content-card {
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.15);
}

.content-card strong {
    display: block;
    color: var(--gold);
    font-family: Georgia,serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

.content-card p {
    margin: 0;
}

.dark .content-card p {
    color: rgba(255,255,255,.70);
}

.seo-cta {
    margin-top: 45px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.definition-box {
    border-left: 3px solid var(--gold);
    padding: 20px 25px;
    margin: 35px 0;
    background: rgba(212,175,55,.07);
}

.score-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 35px;
}

.score-table th,
.score-table td {
    text-align: left;
    padding: 16px 14px;
    border-bottom: 1px solid #d6d1c4;
}

.score-table th {
    color: var(--gold);
    font-family: Georgia,serif;
    font-weight: 400;
}

.dark .score-table th,
.dark .score-table td {
    border-color: rgba(255,255,255,.14);
}

@media (max-width:950px) {

    .content-grid,
    .content-grid.two {
        grid-template-columns:1fr;
    }

}


/* ============================================================
   BROKERART V1.1.1
   HEADER / MENU / FOOTER DEFINITIVI
   ============================================================ */


/* ------------------------------------------------------------
   HEADER PAGINE INTERNE
   ------------------------------------------------------------ */

.site-header.page-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 100%;
    min-height: 98px;

    background:
        linear-gradient(
            90deg,
            #050b12 0%,
            #081320 55%,
            #0c1d2e 100%
        ) !important;

    border-bottom:
        1px solid rgba(212,175,55,.78) !important;

    z-index: 1000;
}


.site-header.page-header .header-inner {
    min-height: 98px;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 34px;
}


/* ------------------------------------------------------------
   LOGO
   ------------------------------------------------------------ */

.site-header.page-header .brand {
    position: relative;
    z-index: 2;

    flex: 0 0 auto;

    display: flex;
    align-items: center;

    min-width: 285px;

    gap: 20px;

    color: #fff;
}


.site-header.page-header .brand-mark {
    flex: 0 0 auto;

    width: 66px;

    padding: 0 7px 0 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 54px;
    line-height: .85;

    letter-spacing: -8px;

    color: var(--gold);
}


.site-header.page-header .brand-copy {
    min-width: 185px;
}


.site-header.page-header .brand-copy strong {
    display: block;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    line-height: 1.05;

    letter-spacing: 2px;

    color: #fff;
    white-space: nowrap;
}


.site-header.page-header .brand-copy strong span {
    color: var(--gold);
}


.site-header.page-header .brand-copy small {
    display: block;

    margin-top: 8px;

    color: rgba(255,255,255,.82);

    font-size: 7px;
    line-height: 1;

    letter-spacing: 3.4px;

    white-space: nowrap;
}


/* ------------------------------------------------------------
   MENU
   ------------------------------------------------------------ */

.site-header.page-header .main-nav {
    flex: 1 1 auto;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: clamp(14px, 1.4vw, 25px);

    color: #fff;

    font-size: 14px;
    font-weight: 600;
}


.site-header.page-header .main-nav a {
    position: relative;

    color: #fff !important;
    opacity: 1 !important;

    white-space: nowrap;

    transition:
        color .18s ease,
        border-color .18s ease,
        background .18s ease;
}


.site-header.page-header .main-nav a:not(.nav-cta)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 100%;
    bottom: -10px;

    height: 2px;

    background: var(--gold);

    transition: right .18s ease;
}


.site-header.page-header .main-nav a:not(.nav-cta):hover {
    color: var(--gold) !important;
}


.site-header.page-header .main-nav a:not(.nav-cta):hover::after {
    right: 0;
}


.site-header.page-header .nav-cta {
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 19px;

    border:
        1px solid var(--gold) !important;

    color:
        var(--gold) !important;

    background:
        rgba(212,175,55,.035);

    font-weight: 700;
}


.site-header.page-header .nav-cta:hover {
    background: var(--gold);

    color: var(--navy) !important;
}


/* ------------------------------------------------------------
   BREADCRUMB
   Deve stare SEMPRE sotto l'header
   ------------------------------------------------------------ */

.breadcrumb {
    position: relative;

    z-index: 1;

    margin: 0;

    padding: 17px 0;

    background: #f4f1e9;

    border-bottom: 1px solid #e1ddd2;

    color: #676767;

    font-size: 13px;
}


.breadcrumb a {
    color: #b28b18;
    font-weight: 600;
}


.breadcrumb .container {
    display: block;
}


/* ------------------------------------------------------------
   HERO INTERNO
   ------------------------------------------------------------ */

.page-hero {
    position: relative;

    padding: 74px 0 70px !important;

    background:
        radial-gradient(
            circle at 83% 18%,
            rgba(212,175,55,.12),
            transparent 28%
        ),
        #faf9f6 !important;

    color: var(--navy) !important;
}


.page-hero .section-label {
    color: #b58a18 !important;
}


.page-hero h1 {
    color: var(--navy);

    max-width: 1100px;

    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-size:
        clamp(40px, 4.5vw, 66px) !important;

    line-height: 1.06;

    font-weight: 700 !important;

    letter-spacing: -.8px;
}


.page-hero p {
    max-width: 900px;

    color: #263444 !important;

    font-size: 18px;

    line-height: 1.65;
}


/* ------------------------------------------------------------
   CONTENUTI PAGINE INTERNE
   ------------------------------------------------------------ */

.content-section {
    background: #faf9f6;
}


.content-section h2 {
    color: var(--navy);
}


.content-section .lead {
    color: #182536;
}


.content-card {
    border-radius: 2px;

    box-shadow:
        0 2px 12px rgba(8,19,32,.035);
}


/* ------------------------------------------------------------
   FOOTER COMUNE
   ------------------------------------------------------------ */

.site-footer {
    background:
        linear-gradient(
            110deg,
            #050b12 0%,
            #081320 55%,
            #0c1d2e 100%
        );

    color: #fff;

    padding: 64px 0 25px;
}


.footer-grid-v2 {
    display: grid;

    grid-template-columns:
        minmax(250px,1.65fr)
        repeat(4,minmax(130px,1fr));

    gap: 45px;

    align-items: start;
}


.footer-brand-row {
    display: flex;
    align-items: center;

    gap: 18px;
}


.footer-ba {
    flex: 0 0 auto;

    width: 70px;

    padding-right: 7px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 52px;
    line-height: .9;

    letter-spacing: -8px;

    color: var(--gold);
}


.footer-brand-row > div:last-child {
    display: flex;
    flex-direction: column;
}


.footer-brand-row strong {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
    font-weight: 400;

    letter-spacing: 2px;

    white-space: nowrap;
}


.footer-brand-row strong span {
    color: var(--gold);
}


.footer-brand-row small {
    margin-top: 7px;

    font-size: 7px;

    letter-spacing: 3px;

    color: rgba(255,255,255,.75);
}


.footer-description {
    margin-top: 25px;

    color: rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.7;
}


.footer-grid-v2 h4 {
    margin-bottom: 17px;

    color: #fff;

    font-size: 15px;
}


.footer-grid-v2 a,
.footer-grid-v2 span {
    display: block;

    margin: 8px 0;

    color: rgba(255,255,255,.72);

    font-size: 14px;

    line-height: 1.45;
}


.footer-grid-v2 a:hover {
    color: var(--gold);
}


.footer-company {
    margin-top: 20px;

    color: rgba(255,255,255,.66);

    font-size: 13px;

    line-height: 1.6;
}


.footer-bottom {
    margin-top: 52px;

    padding-top: 21px;

    border-top:
        1px solid rgba(255,255,255,.18);

    display: flex;
    justify-content: space-between;

    gap: 30px;

    color: rgba(255,255,255,.48);

    font-size: 12px;
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1180px) {

    .site-header.page-header .brand {
        min-width: 245px;
    }

    .site-header.page-header .brand-mark {
        font-size: 47px;
        width: 58px;
    }

    .site-header.page-header .brand-copy strong {
        font-size: 21px;
    }

    .site-header.page-header .main-nav {
        gap: 13px;
        font-size: 12px;
    }

    .site-header.page-header .nav-cta {
        padding: 0 13px;
    }

    .footer-grid-v2 {
        grid-template-columns:
            1.6fr repeat(2,1fr);

        row-gap: 42px;
    }

}


/* ------------------------------------------------------------
   MOBILE / TABLET STRETTO
   ------------------------------------------------------------ */

@media (max-width: 950px) {

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

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

    .site-header.page-header .brand-mark {
        width: 50px;
        font-size: 42px;
    }

    .site-header.page-header .brand-copy strong {
        font-size: 20px;
    }

    .site-header.page-header .main-nav {
        position: absolute;

        top: 82px;
        left: 0;
        right: 0;

        display: none;

        padding: 25px 30px 30px;

        background: #07111d;

        border-top:
            1px solid rgba(212,175,55,.45);

        border-bottom:
            1px solid rgba(212,175,55,.45);

        flex-direction: column;

        align-items: stretch;

        gap: 0;
    }

    .site-header.page-header .main-nav.open {
        display: flex;
    }

    .site-header.page-header .main-nav a {
        padding: 13px 0;

        border-bottom:
            1px solid rgba(255,255,255,.10);

        font-size: 15px;
    }

    .site-header.page-header .main-nav a::after {
        display: none;
    }

    .site-header.page-header .nav-cta {
        margin-top: 15px;

        min-height: 48px;

        border-bottom:
            1px solid var(--gold) !important;
    }

    .site-header.page-header .menu-toggle {
        display: block;

        color: #fff;

        cursor: pointer;
    }

    .page-hero {
        padding: 58px 0 !important;
    }

    .footer-grid-v2 {
        grid-template-columns:
            repeat(2,1fr);
    }

}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {

    .site-header.page-header .brand-copy small {
        display: none;
    }

    .site-header.page-header .brand-copy strong {
        font-size: 18px;
    }

    .page-hero h1 {
        font-size: 39px !important;
    }

    .page-hero p {
        font-size: 17px;
    }

    .footer-grid-v2 {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }

}



/* ============================================================
   BROKERART - REGISTRAZIONE ARTISTA V1
   ============================================================ */

.registration-hero {
    padding: 72px 0;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(212,175,55,.12),
            transparent 25%
        ),
        linear-gradient(
            120deg,
            #050b12,
            #102235
        );
    color: #fff;
}

.registration-hero-inner {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    gap: 70px;
    align-items: center;
}

.registration-hero h1 {
    margin-top: 12px;
    max-width: 780px;
    font-size: clamp(42px,5vw,66px);
    line-height: 1.04;
    color: #fff;
}

.registration-hero p {
    max-width: 760px;
    margin-top: 25px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.7;
}

.registration-benefits {
    padding: 31px 34px;
    border: 1px solid rgba(212,175,55,.45);
    background: rgba(255,255,255,.035);
}

.registration-benefits strong {
    display: block;
    margin-bottom: 17px;
    color: var(--gold);
    font-family: Georgia,serif;
    font-size: 23px;
    font-weight: 400;
}

.registration-benefits ul {
    margin: 0;
    padding-left: 21px;
}

.registration-benefits li {
    margin: 9px 0;
    color: rgba(255,255,255,.78);
}

.registration-section {
    padding: 82px 0;
}

.registration-layout {
    display: grid;
    grid-template-columns: .8fr 1.35fr;
    gap: 70px;
    align-items: start;
}

.registration-intro {
    position: sticky;
    top: 30px;
}

.registration-intro h2 {
    margin-top: 10px;
}

.registration-card {
    padding: 42px;
    background: #fff;
    border: 1px solid #ded9cd;
    box-shadow: 0 12px 40px rgba(8,19,32,.06);
}

.form-grid {
    display: grid;
    gap: 22px;
}

.form-grid.two {
    grid-template-columns: 1fr 1fr;
}

.form-field {
    margin-bottom: 23px;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
}

.form-field input,
.form-field select {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #cfc9bb;
    border-radius: 0;
    background: #fff;
    color: #0d1825;
    font: inherit;
}

.form-field input:focus,
.form-field select:focus {
    outline: 2px solid rgba(212,175,55,.30);
    border-color: #b88c19;
}

.form-field small {
    display: block;
    margin-top: 7px;
    color: #69717a;
    font-size: 12px;
    line-height: 1.45;
}

.password-rule {
    margin: 8px 0 28px;
    padding: 21px 23px;
    border-left: 3px solid var(--gold);
    background: #f4f1e9;
}

.password-rule strong {
    color: var(--navy);
}

.password-rule p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

.password-example code {
    font-weight: 700;
}

.consent-box {
    margin: 27px 0;
    padding-top: 23px;
    border-top: 1px solid #ddd8cb;
}

.check-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 15px 0;
    color: #293441;
    font-size: 13px;
    line-height: 1.55;
}

.check-row input {
    flex: 0 0 auto;
    margin-top: 4px;
}

.check-row a {
    color: #96700f;
    text-decoration: underline;
}

.registration-submit {
    width: 100%;
    min-height: 54px;
    cursor: pointer;
}

.registration-submit:disabled {
    opacity: .6;
    cursor: wait;
}

.registration-login {
    margin-top: 22px;
    text-align: center;
    color: #59636e;
    font-size: 13px;
}

.registration-login a {
    color: #98720f;
    font-weight: 700;
}

.form-message {
    display: none;
    margin-bottom: 25px;
    padding: 15px 17px;
    font-size: 14px;
    line-height: 1.5;
}

.form-message.error,
.form-message.success {
    display: block;
}

.form-message.error {
    border-left: 3px solid #9f2e2e;
    background: #fff1f1;
    color: #721f1f;
}

.form-message.success {
    border-left: 3px solid #26713c;
    background: #edf8f0;
    color: #17572b;
}

@media (max-width:950px) {

    .registration-hero-inner,
    .registration-layout {
        grid-template-columns:1fr;
    }

    .registration-intro {
        position:static;
    }

}

@media (max-width:600px) {

    .registration-hero {
        padding:52px 0;
    }

    .registration-card {
        padding:25px 20px;
    }

    .form-grid.two {
        grid-template-columns:1fr;
        gap:0;
    }

}

/* ============================================================
   BROKERART - CONTATTI RISERVATI REGISTRAZIONE
   ============================================================ */

.registration-private-notice {
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(184, 147, 77, 0.45);
    border-radius: 10px;
    background: rgba(184, 147, 77, 0.08);
}

.registration-private-notice strong {
    display: block;
    margin-bottom: 0.35rem;
}

.registration-private-notice p {
    margin: 0;
    line-height: 1.55;
}



/* ==========================================================
   BROKERART - FASE 11S1
   Identità proprietario area riservata
   ========================================================== */

.privateOwnerArtist,
.privateOwnerGallery{
    font-weight:700;
}

.privateOwnerArtist:not(:empty)::before,
.privateOwnerGallery:not(:empty)::before{
    content:" — ";
    font-weight:400;
}



/* ==========================================================
   BROKERART - FASE 11S1B
   Proprietario console nel menu laterale
   ========================================================== */

.private-owner-sidebar{
    padding:8px 12px 16px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(127,127,127,.18);
}

.private-owner-sidebar-name{
    font-weight:700;
    font-size:1rem;
    line-height:1.3;
    color:inherit;
}

.private-owner-sidebar-role{
    margin-top:3px;
    font-size:.82rem;
    opacity:.68;
}



/* ==========================================================
   BROKERART - FASE 11S3
   Footer comune area riservata
   ========================================================== */

.private-area-footer-slot{
    width:100%;
    margin-top:46px;
}

.private-area-footer{
    width:100%;
    border-top:1px solid rgba(127,127,127,.20);
    background:rgba(127,127,127,.035);
}

.private-area-footer-inner{
    max-width:1250px;
    margin:0 auto;
    padding:26px 20px 30px;

    display:grid;
    grid-template-columns:
        minmax(180px,1fr)
        auto
        minmax(260px,1fr);

    align-items:center;
    gap:28px;
}

.private-area-footer-brand{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.private-area-footer-brand strong{
    font-size:1.05rem;
}

.private-area-footer-brand span{
    font-size:.86rem;
    opacity:.68;
}

.private-area-footer-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 18px;
}

.private-area-footer-links a{
    color:inherit;
    text-decoration:none;
    font-size:.9rem;
}

.private-area-footer-links a:hover{
    text-decoration:underline;
}

.private-area-footer-company{
    display:flex;
    flex-direction:column;
    gap:3px;

    text-align:right;
    font-size:.82rem;
    line-height:1.4;
    opacity:.72;
}

@media(max-width:850px){

    .private-area-footer-inner{
        grid-template-columns:1fr;
        text-align:center;
    }

    .private-area-footer-brand{
        align-items:center;
    }

    .private-area-footer-company{
        text-align:center;
    }

}


/* ============================================================
   BROKERART - GALLERIA
   REGISTRAZIONE + AREA PRIVATA
   RESTYLING 2026-08
   ============================================================ */


/* ------------------------------------------------------------
   HEADER REGISTRAZIONE GALLERIA
   ------------------------------------------------------------ */

.gallery-registration-page .site-header.page-header {
    min-height: 82px;
}

.gallery-registration-page .site-header.page-header .header-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.gallery-registration-page .site-header.page-header .brand {
    min-width: 0;
    gap: 12px;
}

.gallery-registration-page .site-header.page-header .brand-copy {
    min-width: 0;
}

.gallery-registration-page .site-header.page-header .brand-copy strong {
    white-space: nowrap;
}

.gallery-registration-page .site-header.page-header .brand-copy small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-registration-page .site-header.page-header .main-nav {
    min-width: 0;
    justify-self: end;
    gap: 18px;
}

.gallery-registration-page .site-header.page-header .main-nav a {
    white-space: nowrap;
}

.gallery-registration-page .site-header.page-header .nav-cta {
    padding-left: 18px;
    padding-right: 18px;
}


/* ------------------------------------------------------------
   HERO REGISTRAZIONE
   ------------------------------------------------------------ */

.gallery-registration-page .registration-hero {
    padding-top: 62px;
    padding-bottom: 62px;
}

.gallery-registration-page .registration-hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 56px;
    align-items: center;
}

.gallery-registration-page .registration-hero h1 {
    max-width: 760px;
    line-height: 1.08;
}

.gallery-registration-page .registration-benefits {
    border-radius: 16px;
    padding: 24px 26px;
}


/* ------------------------------------------------------------
   FORM REGISTRAZIONE
   ------------------------------------------------------------ */

.gallery-registration-page .registration-section {
    padding-top: 64px;
    padding-bottom: 80px;
}

.gallery-registration-page .registration-layout {
    grid-template-columns: minmax(250px, 360px) minmax(0, 760px);
    gap: 54px;
    align-items: start;
}

.gallery-registration-page .registration-intro {
    top: 110px;
}

.gallery-registration-page .registration-card {
    padding: 34px;
    border-radius: 18px;
}

.gallery-registration-page .form-grid.two {
    gap: 18px;
}

.gallery-registration-page .form-field {
    margin-bottom: 18px;
}

.gallery-registration-page .form-field label {
    margin-bottom: 7px;
}

.gallery-registration-page .form-field input,
.gallery-registration-page .form-field select {
    min-height: 48px;
    border-radius: 10px;
}

.gallery-registration-page .registration-private-notice {
    margin: 22px 0;
    border-radius: 12px;
}

.gallery-registration-page .registration-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
}

.gallery-registration-page .registration-login {
    text-align: center;
    margin-top: 20px;
}


/* ------------------------------------------------------------
   AREA PRIVATA GALLERIA
   ------------------------------------------------------------ */

.gallery-private-page .site-header {
    min-height: 74px;
}

.gallery-private-page .site-header .container {
    min-height: 74px;
    display: flex;
    align-items: center;
}

.gallery-private-page .private-area {
    max-width: 1280px;
    padding-top: 38px;
}

.gallery-private-page .private-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 30px;
}

.gallery-private-page .private-nav {
    position: sticky;
    top: 24px;
    border-radius: 18px;
    background: rgba(255,255,255,.6);
}

.gallery-private-page .area-card {
    padding: 28px;
    margin-bottom: 26px;
    border-radius: 18px;
}

.gallery-private-page .area-card h2 {
    margin-top: 0;
    margin-bottom: 18px;
}

.gallery-private-page .form-grid {
    gap: 18px 20px;
}

.gallery-private-page .form-field input,
.gallery-private-page .form-field select,
.gallery-private-page .form-field textarea {
    min-height: 46px;
    border-radius: 10px;
}

.gallery-private-page .form-field textarea {
    min-height: 150px;
}

.gallery-private-page .private-warning {
    border-radius: 14px;
}


/* ------------------------------------------------------------
   LOGO GALLERIA
   ------------------------------------------------------------ */

.gallery-private-page .gallery-upload-grid {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: 34px;
}

.gallery-private-page .gallery-logo-preview {
    min-height: 220px;
    border-radius: 16px;
}

.gallery-private-page .gallery-logo-preview img {
    padding: 14px;
    box-sizing: border-box;
}

.gallery-private-page .upload-actions {
    align-items: center;
}


/* ------------------------------------------------------------
   DOCUMENTI
   ------------------------------------------------------------ */

.gallery-private-page .gallery-documents-list {
    margin-top: 18px;
}

.gallery-private-page .gallery-document-row {
    padding: 16px 18px;
    border-radius: 14px;
}

.gallery-private-page .gallery-document-meta {
    line-height: 1.45;
}


/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 1100px) {

    .gallery-registration-page .site-header.page-header .header-inner {
        grid-template-columns: auto 1fr auto;
        gap: 18px;
    }

    .gallery-registration-page .site-header.page-header .brand-copy small {
        display: none;
    }

    .gallery-registration-page .site-header.page-header .main-nav {
        gap: 12px;
    }

    .gallery-registration-page .site-header.page-header .main-nav a {
        font-size: .94rem;
    }

}


@media (max-width: 900px) {

    .gallery-registration-page .site-header.page-header .header-inner {
        display: flex;
        justify-content: space-between;
    }

    .gallery-registration-page .site-header.page-header .main-nav {
        justify-self: auto;
    }

    .gallery-registration-page .registration-hero-inner,
    .gallery-registration-page .registration-layout,
    .gallery-private-page .private-layout,
    .gallery-private-page .gallery-upload-grid {
        grid-template-columns: 1fr;
    }

    .gallery-registration-page .registration-intro,
    .gallery-private-page .private-nav {
        position: static;
    }

    .gallery-private-page .private-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 6px;
    }

}


@media (max-width: 600px) {

    .gallery-registration-page .registration-hero {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .gallery-registration-page .registration-card,
    .gallery-private-page .area-card {
        padding: 22px 18px;
    }

    .gallery-private-page .private-nav {
        grid-template-columns: 1fr;
    }

    .gallery-private-page .gallery-document-row {
        grid-template-columns: 1fr;
    }

    .gallery-private-page .upload-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .gallery-private-page .upload-actions .btn {
        width: 100%;
    }

}

