:root{
    --bg:#0f1115;
    --bg2:#171b22;
    --primary:#b71c1c;
    --primary-hover:#d32f2f;
    --gold:#d4af37;
    --text:#ffffff;
    --muted:#bdbdbd;
    --max-width:1200px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Segoe UI,Arial,sans-serif;
    background:#f5f5f5;
    color:#222;
    line-height:1.6;
}

/* HEADER */

.main-header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#111;
    box-shadow:0 2px 10px rgba(0,0,0,.35);
}

.header-inner{
    max-width:var(--max-width);
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 24px;
}

.site-brand{
    text-decoration:none;
    color:white;
    display:flex;
    flex-direction:column;
}

.brand-main{
    font-size:28px;
    font-weight:700;
    letter-spacing:2px;
}

.brand-sub{
    color:var(--gold);
    font-size:13px;
    letter-spacing:1px;
}

.main-navigation{
    display:flex;
    gap:26px;
}

.main-navigation a{
    color:white;
    text-decoration:none;
    font-weight:600;
    transition:.25s;
}

.main-navigation a:hover{
    color:var(--gold);
}

/* HERO */

.hero-section{
    background:linear-gradient(135deg,#090909,#260808);
    color:white;
    padding:110px 30px;
}

.hero-content{
    max-width:1100px;
    margin:auto;
}

.hero-label{
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:78px;
    line-height:0.95;
    margin-bottom:25px;
    font-weight:900;
}

.hero-content h2{
    font-size:44px;
    margin-bottom:20px;
}

.hero-content p{
    max-width:700px;
    color:#ddd;
    font-size:20px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    margin-top:40px;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    padding:16px 34px;
    border-radius:8px;
    font-weight:700;
    transition:.25s;
}

.btn-primary{
    background:var(--primary);
    color:white;
}

.btn-primary:hover{
    background:var(--primary-hover);
}

.btn-secondary{
    border:2px solid white;
    color:white;
}

.btn-secondary:hover{
    background:white;
    color:#111;
}:root{
    --bg:#0f1115;
    --bg2:#171b22;
    --primary:#b71c1c;
    --primary-hover:#d32f2f;
    --gold:#d4af37;
    --text:#ffffff;
    --muted:#bdbdbd;
    --max-width:1200px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Segoe UI,Arial,sans-serif;
    background:#f5f5f5;
    color:#222;
    line-height:1.6;
}

/* HEADER */

.main-header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#111;
    box-shadow:0 2px 10px rgba(0,0,0,.35);
}

.header-inner{
    max-width:var(--max-width);
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 24px;
}

.site-brand{
    text-decoration:none;
    color:white;
    display:flex;
    flex-direction:column;
}

.brand-main{
    font-size:28px;
    font-weight:700;
    letter-spacing:2px;
}

.brand-sub{
    color:var(--gold);
    font-size:13px;
    letter-spacing:1px;
}

.main-navigation{
    display:flex;
    gap:26px;
}

.main-navigation a{
    color:white;
    text-decoration:none;
    font-weight:600;
    transition:.25s;
}

.main-navigation a:hover{
    color:var(--gold);
}

/* HERO */

.hero-section{
    background:linear-gradient(135deg,#090909,#260808);
    color:white;
    padding:110px 30px;
}

.hero-content{
    max-width:1100px;
    margin:auto;
}

.hero-label{
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:78px;
    line-height:0.95;
    margin-bottom:25px;
    font-weight:900;
}

.hero-content h2{
    font-size:44px;
    margin-bottom:20px;
}

.hero-content p{
    max-width:700px;
    color:#ddd;
    font-size:20px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    margin-top:40px;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    padding:16px 34px;
    border-radius:8px;
    font-weight:700;
    transition:.25s;
}

.btn-primary{
    background:var(--primary);
    color:white;
}

.btn-primary:hover{
    background:var(--primary-hover);
}

.btn-secondary{
    border:2px solid white;
    color:white;
}

.btn-secondary:hover{
    background:white;
    color:#111;
}/* SEZIONI GENERALI */

.site-section{
    padding:90px 30px;
}

.section-title{
    max-width:900px;
    margin:0 auto 50px;
}

.section-title span{
    display:block;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:14px;
}

.section-title h2{
    font-size:48px;
    line-height:1.1;
    margin-bottom:20px;
}

.section-title p{
    font-size:19px;
    color:#555;
    line-height:1.7;
}

/* CARD DEL METODO */

.cards-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.info-card{
    background:white;
    padding:34px 28px;
    border-top:5px solid var(--primary);
    border-radius:10px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:transform .25s ease, box-shadow .25s ease;
}

.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 50px rgba(0,0,0,.14);
}

.info-card h3{
    color:var(--primary);
    font-size:25px;
    margin-bottom:15px;
}

.info-card p{
    color:#555;
    font-size:17px;
    line-height:1.7;
}

/* SEZIONE SCURA */

.dark-section{
    background:var(--bg);
    color:white;
}

.dark-section .section-title span{
    color:var(--gold);
}

.dark-section .section-title p{
    color:var(--muted);
}/* =========================
/* PULSANTI HERO */

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease;
}

.button-primary {
    color: #111;
    background: linear-gradient(135deg, #d4af37, #b68c1d);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.35);
}

.button-primary:hover {
    color: #111;
    transform: translateY(-2px);
}

.button-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.button-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(-2px);}
    .hero-content{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:80px;
}

.hero-left{
    z-index:2;
}

.hero-right{
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-image{
    width:100%;
    max-width:520px;
    filter:drop-shadow(0 20px 40px rgba(0,0,0,.55));
    animation:floatHero 5s ease-in-out infinite;
}

@keyframes floatHero{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
    100%{
        transform:translateY(0);
    }
}

@media (max-width:1000px){

    .hero-content{
        grid-template-columns:1fr;
        text-align:center;
    }

    .hero-right{
        order:-1;
    }

    .hero-buttons{
        justify-content:center;
    }
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
}

.hero-visual 
{background-image: url('/images/hero-1.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    isolation: isolate;

    

    width: 380px;
    height: 380px;
    border-radius: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-ring {
    position: absolute;
    z-index: 2;
backdrop-filter: brightness(.45);
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 2px solid rgba(212, 175, 55, 0.45);
    box-shadow:
        0 0 45px rgba(212, 175, 55, 0.18),
        inset 0 0 35px rgba(212, 175, 55, 0.08);
    animation: heroPulse 4s ease-in-out infinite;
}

.hero-ring::before,
.hero-ring::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.hero-ring::before {
    inset: 28px;
}

.hero-ring::after {
    inset: 62px;
}

.hero-monogram {
    position: relative;
    z-index: 3;
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -6px;
    color: #ffffff;
    text-shadow: 0 0 35px rgba(212, 175, 55, 0.25);
}

.hero-visual p {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

@keyframes heroPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.80;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

@media (max-width: 1000px) {
    .hero-right {
        min-height: 350px;
    }

    .hero-visual {
        width: 320px;
        height: 320px;
    }

    .hero-ring {
        width: 280px;
        height: 280px;
    }

    .hero-monogram {
        font-size: 72px;
    }
}/* SLIDESHOW AUTOMATICO HERO */


     
    
        
    

    
     
    

 .hero-slide-1 {
    animation-delay: 0s;
}

.hero-slide-2 {
    animation-delay: 6s;
}

.hero-slide-3 {
    animation-delay: 12s;
}   /* ===== NAVBAR GLASS ===== */

.main-header{
    position:sticky;
    top:0;
    z-index:9999;

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    background:rgba(12,12,12,.82);

    border-bottom:1px solid rgba(255,255,255,.06);

    transition:.35s;
}

.header-inner{
    max-width:1250px;
    margin:auto;
}

.main-navigation a{

    position:relative;

    transition:.25s;

    padding:12px 15px;

    border-radius:10px;
}

.main-navigation a:hover{

    background:rgba(255,255,255,.05);

    color:#D4AF37;

}

.main-navigation a::after{

    content:"";

    position:absolute;

    left:12px;
    right:12px;
    bottom:6px;

    height:2px;

    background:#D4AF37;

    transform:scaleX(0);

    transition:.25s;

}

.main-navigation a:hover::after{

    transform:scaleX(1);

}/* ===== NAVBAR PREMIUM - FASE 2 ===== */

.main-navigation {
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-navigation .nav-link {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-weight: 700;
}

.main-navigation .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.main-navigation .nav-link.active::after {
    transform: scaleX(1);
}

.main-navigation .nav-contact {
    margin-left: 8px;
    padding: 12px 18px;
    color: #111111;
    background: #d4af37;
    border-radius: 12px;
}

.main-navigation .nav-contact::after {
    display: none;
}

.main-navigation .nav-contact:hover {
    color: #111111;
    background: #e5c34a;
    box-shadow: 0 10px 28px rgba(212, 175, 55, 0.24);
}

.main-header {
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease,
        min-height 0.3s ease;
}

.main-header.header-scrolled {
    background: rgba(8, 8, 8, 0.96);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.32);
}

.main-header.header-scrolled .header-inner {
    min-height: 72px;
}

@media (max-width: 900px) {
    .header-inner {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .main-navigation {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .main-navigation .nav-link {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .main-navigation .nav-contact {
        margin-left: 0;
    }
}/* ==================================================
   SEZIONE IL SISTEMA
================================================== */

.system-section {
    padding: 110px 24px;
    background:
        linear-gradient(
            180deg,
            #f5f5f5 0%,
            #ffffff 100%
        );
}

.system-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.system-heading {
    max-width: 760px;
    margin-bottom: 64px;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    color: #b38d19;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
}

.system-heading h2 {
    margin: 0 0 24px;

    color: #111111;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -2px;
}

.system-heading p {
    margin: 0;

    color: #555555;
    font-size: 18px;
    line-height: 1.75;
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.system-card {
    min-height: 320px;
    padding: 34px;

    display: flex;
    flex-direction: column;

    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;

    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.system-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.2);
}

.system-card-number {
    margin-bottom: 70px;

    color: #d4af37;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
}

.system-card h3 {
    margin: 0 0 16px;

    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
}

.system-card p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .system-section {
        padding: 80px 20px;
    }

    .system-grid {
        grid-template-columns: 1fr;
    }

    .system-card {
        min-height: 250px;
    }

    .system-card-number {
        margin-bottom: 45px;
    }
}/* ==================================================
   SEZIONE CORSI
================================================== */

.courses-section {
    padding: 110px 24px;
    background:
        radial-gradient(
            circle at top right,
            rgba(212, 175, 55, 0.12),
            transparent 34%
        ),
        #111111;
}

.courses-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.courses-heading {
    max-width: 790px;
    margin-bottom: 64px;
}

.courses-heading h2 {
    margin: 0 0 24px;

    color: #ffffff;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -2px;
}

.courses-heading p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.75;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.course-card {
    min-height: 430px;
    padding: 34px;

    display: flex;
    flex-direction: column;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.course-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.65);
    background: rgba(255, 255, 255, 0.07);
}

.course-card-featured {
    background:
        linear-gradient(
            160deg,
            rgba(212, 175, 55, 0.18),
            rgba(255, 255, 255, 0.04)
        );
    border-color: rgba(212, 175, 55, 0.55);
}

.course-tag {
    display: inline-flex;
    align-self: flex-start;

    margin-bottom: 44px;
    padding: 8px 12px;

    color: #111111;
    background: #d4af37;
    border-radius: 999px;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.course-card h3 {
    margin: 0 0 18px;

    color: #ffffff;
    font-size: 29px;
    font-weight: 900;
}

.course-card p {
    margin: 0 0 28px;

    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.7;
}

.course-card ul {
    margin: auto 0 0;
    padding: 0;

    list-style: none;
}

.course-card li {
    position: relative;
    margin-top: 14px;
    padding-left: 24px;

    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.5;
}

.course-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;

    width: 8px;
    height: 8px;

    background: #d4af37;
    border-radius: 50%;
}

.courses-footer {
    margin-top: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.courses-footer p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
}

.courses-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 22px;

    color: #111111;
    background: #d4af37;
    border-radius: 14px;

    font-weight: 900;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.courses-button:hover {
    color: #111111;
    background: #e5c34a;
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(212, 175, 55, 0.25);
}

@media (max-width: 900px) {
    .courses-section {
        padding: 80px 20px;
    }

    .courses-grid {
        grid-template-columns: 1fr;
    }

    .course-card {
        min-height: 360px;
    }

    .courses-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}/* ==================================================
   SEZIONE LIBRI
================================================== */

.books-section {
    padding: 110px 24px;
    background:
        radial-gradient(
            circle at top left,
            rgba(212, 175, 55, 0.10),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f7f7f7 0%,
            #ffffff 100%
        );
}

.books-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.books-heading {
    max-width: 800px;
    margin-bottom: 64px;
}

.books-heading h2 {
    margin: 0 0 24px;

    color: #111111;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -2px;
}

.books-heading p {
    margin: 0;

    color: #555555;
    font-size: 18px;
    line-height: 1.75;
}

.books-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.book-card {
    overflow: hidden;

    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;

    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.book-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 34px 75px rgba(0, 0, 0, 0.16);
}

.book-card-featured {
    border-color: rgba(212, 175, 55, 0.55);
}

.book-cover {
    min-height: 330px;
    padding: 34px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: #ffffff;
}

.book-cover strong {
    font-size: 42px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -1px;
}

.book-series,
.book-volume {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.book-cover-civil {
    background:
        linear-gradient(
            145deg,
            rgba(212, 175, 55, 0.28),
            rgba(0, 0, 0, 0.10)
        ),
        #1a1a1a;
}

.book-cover-military {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(212, 175, 55, 0.32),
            transparent 35%
        ),
        #080808;
}

.book-cover-international {
    background:
        linear-gradient(
            145deg,
            rgba(95, 20, 20, 0.95),
            rgba(10, 10, 10, 0.96)
        );
}

.book-content {
    padding: 30px;
}

.book-label {
    display: inline-block;
    margin-bottom: 18px;

    color: #b38d19;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.book-content h3 {
    margin: 0 0 16px;

    color: #111111;
    font-size: 28px;
    font-weight: 900;
}

.book-content p {
    min-height: 108px;
    margin: 0 0 26px;

    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.7;
}

.book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 18px;

    color: #111111;
    background: #d4af37;
    border-radius: 12px;

    font-size: 14px;
    font-weight: 900;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.book-button:hover {
    color: #111111;
    background: #e5c34a;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.25);
}

.books-footer {
    margin-top: 48px;
    padding-top: 34px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border-top: 1px solid rgba(17, 17, 17, 0.10);
}

.books-footer p {
    margin: 0;

    color: #666666;
    font-size: 16px;
}

.books-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 22px;

    color: #ffffff;
    background: #111111;
    border-radius: 14px;

    font-weight: 900;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.books-main-button:hover {
    color: #ffffff;
    background: #2a2a2a;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
}

@media (max-width: 900px) {
    .books-section {
        padding: 80px 20px;
    }

    .books-grid {
        grid-template-columns: 1fr;
    }

    .book-content p {
        min-height: auto;
    }

    .books-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}/* =========================================================
   FASE 6 - CHI SIAMO
========================================================= */

.about-section {
    position: relative;
    overflow: hidden;
    padding: 150px 0 120px;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(185, 142, 54, 0.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 72%,
            rgba(185, 142, 54, 0.06),
            transparent 30%
        ),
        #080808;
    color: #ffffff;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1400px, calc(100% - 48px));
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(202, 163, 84, 0.55),
        transparent
    );
    transform: translateX(-50%);
}

.about-background-text {
    position: absolute;
    top: 105px;
    right: -35px;
    color: transparent;
    font-size: clamp(7rem, 15vw, 14rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.025);
    pointer-events: none;
    user-select: none;
}

.about-container {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
}

/* Titolo */

.about-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 90px;
}

.section-eyebrow {
    display: inline-flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 13px;
    margin-bottom: -34px;
    color: #caa354;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.section-eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: #caa354;
}

.about-heading h2 {
    max-width: 850px;
    margin: 0;
    color: #f7f7f7;
    font-size: clamp(3rem, 5.5vw, 5.4rem);
    font-weight: 650;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.about-heading h2 span {
    color: #caa354;
    font-weight: 500;
}

.about-heading > p {
    max-width: 470px;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.03rem;
    line-height: 1.85;
}

/* Griglia principale */

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    gap: clamp(65px, 8vw, 125px);
    align-items: center;
}

/* Immagine */

.about-visual {
    position: relative;
    padding: 0 0 54px 42px;
}

.about-image-wrapper {
    position: relative;
    min-height: 690px;
}

.about-image {
    display: block;
    width: 100%;
    height: 690px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%) contrast(1.07);
}

.about-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 20%,
            rgba(0, 0, 0, 0.77) 100%
        ),
        linear-gradient(
            90deg,
            rgba(8, 8, 8, 0.16),
            transparent 45%
        );
    pointer-events: none;
}

.about-gold-frame {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 62%;
    height: 54%;
    border-top: 1px solid rgba(202, 163, 84, 0.65);
    border-right: 1px solid rgba(202, 163, 84, 0.65);
    pointer-events: none;
}

.about-image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 22px;
    align-items: flex-end;
    padding: 40px;
}

.about-caption-number {
    color: #caa354;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.about-caption-label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.about-image-caption strong {
    display: block;
    max-width: 380px;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 500;
    line-height: 1.3;
}

.about-experience-card {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 18px;
    align-items: center;
    min-width: 265px;
    padding: 25px 29px;
    border: 1px solid rgba(202, 163, 84, 0.32);
    background: #111111;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.42);
}

.about-experience-value {
    color: #caa354;
    font-size: 2rem;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.04em;
}

.about-experience-label {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.74rem;
    line-height: 1.55;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Contenuto testuale */

.about-content {
    padding: 25px 0;
}

.about-introduction {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 25px;
    align-items: start;
    margin-bottom: 39px;
}

.about-introduction-line {
    width: 52px;
    height: 1px;
    margin-top: 15px;
    background: #caa354;
}

.about-introduction p {
    margin: 0;
    color: #f3f3f3;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 400;
    line-height: 1.52;
    letter-spacing: -0.02em;
}

.about-text {
    padding-left: 77px;
}

.about-text p {
    margin: 0 0 23px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.98rem;
    line-height: 1.85;
}

.about-principles {
    margin-top: 50px;
    padding-left: 77px;
}

.about-principle {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 19px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        border-color 220ms ease,
        transform 220ms ease;
}

.about-principle:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-principle:hover {
    border-color: rgba(202, 163, 84, 0.55);
    transform: translateX(5px);
}

.about-principle-number {
    padding-top: 4px;
    color: #caa354;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.about-principle h3 {
    margin: 0 0 7px;
    color: #f6f6f6;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.about-principle p {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.88rem;
    line-height: 1.7;
}

/* Pulsanti */

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    margin-top: 45px;
    padding-left: 77px;
}

.about-primary-button {
    display: inline-flex;
    gap: 19px;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 26px;
    border: 1px solid #caa354;
    background: #caa354;
    color: #090909;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 220ms ease,
        color 220ms ease,
        transform 220ms ease,
        box-shadow 220ms ease;
}

.about-primary-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms ease;
}

.about-primary-button:hover {
    background: transparent;
    color: #caa354;
    box-shadow: 0 15px 35px rgba(202, 163, 84, 0.12);
    transform: translateY(-2px);
}

.about-primary-button:hover svg {
    transform: translateX(4px);
}

.about-secondary-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 220ms ease,
        border-color 220ms ease;
}

.about-secondary-link span {
    color: #caa354;
    transition: transform 220ms ease;
}

.about-secondary-link:hover {
    border-color: #caa354;
    color: #ffffff;
}

.about-secondary-link:hover span {
    transform: translate(3px, -3px);
}

/* Riga inferiore */

.about-footer-line {
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .about-heading {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-eyebrow {
        margin-bottom: 0;
    }

    .about-heading > p {
        max-width: 680px;
    }

    .about-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
        gap: 55px;
    }

    .about-image-wrapper,
    .about-image {
        height: 600px;
        min-height: 600px;
    }

    .about-text,
    .about-principles,
    .about-actions {
        padding-left: 0;
    }
}

@media (max-width: 900px) {
    .about-section {
        padding: 115px 0 90px;
    }

    .about-container {
        width: min(100% - 40px, 720px);
    }

    .about-heading {
        margin-bottom: 65px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 75px;
    }

    .about-visual {
        max-width: 680px;
        padding-left: 28px;
    }

    .about-image-wrapper,
    .about-image {
        height: 650px;
        min-height: 650px;
    }

    .about-content {
        max-width: 680px;
    }

    .about-footer-line {
        margin-top: 75px;
    }
}

@media (max-width: 640px) {
    .about-section {
        padding: 90px 0 72px;
    }

    .about-container {
        width: min(100% - 30px, 560px);
    }

    .about-background-text {
        top: 65px;
        right: -10px;
        font-size: 5.3rem;
    }

    .about-heading {
        gap: 24px;
        margin-bottom: 50px;
    }

    .about-heading h2 {
        font-size: clamp(2.55rem, 12vw, 3.7rem);
        line-height: 1.02;
    }

    .about-heading > p {
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .about-grid {
        gap: 60px;
    }

    .about-visual {
        padding: 0 0 55px 0;
    }

    .about-image-wrapper,
    .about-image {
        height: 510px;
        min-height: 510px;
    }

    .about-gold-frame {
        top: -13px;
        right: -9px;
    }

    .about-image-caption {
        padding: 25px 21px 35px;
    }

    .about-caption-number {
        display: none;
    }

    .about-image-caption strong {
        font-size: 1.2rem;
    }

    .about-experience-card {
        left: 13px;
        min-width: 245px;
        padding: 21px 23px;
    }

    .about-introduction {
        grid-template-columns: 35px 1fr;
        gap: 16px;
    }

    .about-introduction-line {
        width: 35px;
    }

    .about-introduction p {
        font-size: 1.22rem;
    }

    .about-principles {
        margin-top: 38px;
    }

    .about-principle {
        grid-template-columns: 35px 1fr;
        gap: 14px;
    }

    .about-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .about-primary-button {
        width: 100%;
    }

    .about-footer-line {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-top: 65px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-principle,
    .about-primary-button,
    .about-primary-button svg,
    .about-secondary-link,
    .about-secondary-link span {
        transition: none;
    }
}/* CORREZIONE VISIBILITÀ FOTO CHI SIAMO */
#chi-siamo .about-image-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 690px !important;
    min-height: 690px !important;
    overflow: hidden !important;
    background: #111 !important;
}

#chi-siamo .about-image {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 690px !important;
    min-height: 690px !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
}

#chi-siamo .about-image-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(0, 0, 0, 0.72) 100%
    ) !important;
    pointer-events: none !important;
}#chi-siamo .about-image-overlay {
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(0, 0, 0, 0.72) 100%
    ) !important;

    pointer-events: none !important;
}/* CHI SIAMO - LAYOUT */
.about-premium-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    color: #fff;
    background: #080808;
}

.about-premium-container {
    width: min(1200px, calc(100% - 60px));
    margin: 0 auto;
}

.about-premium-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

.about-premium-photo {
    position: relative;
    overflow: hidden;
    min-height: 650px;
}

.about-premium-photo img {
    display: block;
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
}

.about-premium-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(0, 0, 0, 0.72) 100%
    );
    pointer-events: none;
}

.about-premium-photo-caption {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    color: #fff;
}

.about-premium-primary-button svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    flex: 0 0 22px;
}

@media (max-width: 850px) {
    .about-premium-grid {
        grid-template-columns: 1fr;
    }

    .about-premium-photo,
    .about-premium-photo img {
        min-height: 560px;
        height: 560px;
    }
}.about-premium-photo img {
    display: block !important;
    width: 100% !important;
    height: 650px !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.about-premium-primary-button svg,
.about-premium-secondary-link svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    flex: 0 0 22px !important;
}