.banner {
    background: #111111 url("CASAMASSIMA-20.jpg") 0 0 no-repeat fixed; /* Deep red background */

    text-align: center;
    background-size: cover;
   

    height: 800px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Libre Baskerville', serif;
    font-size: 2em;
    color: #FFFFFF; /* White text for better readability */

    font-weight: 500;
    text-shadow: 0 1px 1px black;
}




.detatch{
  
  margin-left: 200px;
  margin-right: 200px;
 
  
}
.center-align-for-table{
    text-align: center;
}
.content{
    padding: 40px;
    text-align: center;
}
.inner-content{
    padding: 100px;
}
.inner-content-foot{
    padding: 100px;
    text-align: center;
    
}


.inner-content-img{
    margin-top: 60px;
    margin-left: 100px;
    box-shadow: 0 0 5px #8B1A1A, 0 0 25px #8B1A1A;
    
}
.box_shadowverse{
   box-shadow: 0 0 5px #8B1A1A, 0 0 25px #8B1A1A;
}
.box_shadowverse:hover{
   box-shadow: 0 0 5px #8B1A1A, 0 0 25px #8B1A1A, 0 0 50px #8B1A1A, 0 0 100px #8B1A1A, 0 0 200px #8B1A1A;
}
.inner-content-img:hover {
    box-shadow: 0 0 5px #8B1A1A, 0 0 25px #8B1A1A, 0 0 50px #8B1A1A, 0 0 100px #8B1A1A, 0 0 200px #8B1A1A;
}
.img1{
    width: 500px;
        height: auto;
}
.img2 {
    width: 350px;
    height: auto;
}
.img3 {
    width: 350px;
    height: auto;
}
.img4 {
    width: 500px;
    height: auto;
}
.img5{
  position: relative;
  left: 100px;
}
.Trasporti{
    width: 50%;
    height: auto;
    margin-left: 25%;
}

.button{
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, #ff0066,#ff6600);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0);
    transition: box-shadow 0.3s ease, transform 0.3s ease;   
}
.button:hover{
    box-shadow: 0 10px 20px rgba(255, 0, 102, 0.5);
    transform: translateY(-3px);
}



@media screen and (max-width: 768px) {

        .banner {
            height: 400px;
            
        }

        .content {
            padding: 10px;
            text-align: center;
        }
        .align_center {
            text-align: center;
            padding: 10px;
            margin-left: -100px;
        }
    
        .inner-content {
            padding: 10px;
        }
    
        .inner-content-foot {
            padding: 10px;
            text-align: center;
    
        }
    
        .inner-content-img {
            margin-top: 60px;
            

        }

        .img1 {
            width: 250px;
            height: auto;
        }

        .img2 {
            width: 250px;
            height: auto;
        }

        .img3 {
            width: 200px;
            height: auto;
        }

        .img4 {
            width: 250px;
            height: auto;
        }
        .order-1 {
            order: 1;
        }
        
        .order-2 {
            order: 2;
        }
    
}




 :root {
    --cream: #F5EFE3;
    --parchment: #EDE3CE;
    --brown-dark: #2C1A0E;
    --brown-mid: #5C3317;
    --brown-warm: #8B4513;
    --red-butcher: #8B1A1A;
    --gold: #B8860B;
    --gold-light: #D4A843;
    --text: #1E1009;
    --text-muted: #5A3A1A;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

 

  /* Subtle paper texture overlay */
  .body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
  }

  .page-wrapper {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 40px 80px;
  }

  /* Header */
  .header_02 {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 3px double var(--brown-mid);
    margin-bottom: 50px;
    position: relative;
  }

  .shop-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: var(--brown-dark);
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .shop-sub {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--red-butcher);
    letter-spacing: 0.12em;
    margin-top: 6px;
    text-transform: uppercase;
  }

  .shop-address {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 10px;
    letter-spacing: 0.06em;
  }

  /* Ornament divider */
  .ornament {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 0;
    justify-content: center;
  }
  .ornament-line {
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, transparent, var(--gold));
  }
  .ornament-line.rev {
    background: linear-gradient(to left, transparent, var(--gold));
  }
  .ornament-diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
  }

  /* Page title */
  .page-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 700;
    color: var(--brown-dark);
    text-align: center;
    margin-bottom: 6px;
    letter-spacing: 0.03em;
  }

  .page-subtitle {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }

  .last-update {
    text-align: center;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 48px;
    letter-spacing: 0.04em;
  }
/* Intro box */
  .intro-box {
    background: rgba(139,26,26,0.06);
    border: 1px solid rgba(139,26,26,0.2);
    border-left: 4px solid var(--gold);
    padding: 20px 24px;
    border-radius: 2px;
    margin-bottom: 36px;
    font-size: 0.92rem;
    line-height: 1.85;
    color: var(--text);
  }

  .intro-box a {
    color: var(--red-butcher);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
  }
  /* Sections */
  .section {
    margin-bottom: 38px;
    background: rgba(255,255,255,0.35);
    border: 1px solid rgba(139,69,19,0.15);
    border-left: 4px solid var(--red-butcher);
    padding: 26px 30px 24px;
    border-radius: 2px;
    position: relative;
    transition: background 0.2s;
  }

  .section:hover {
    background: rgba(255,255,255,0.55);
  }

  .section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--red-butcher);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--gold-light), transparent);
    opacity: 0.6;
  }
.section-title .num {
    font-size: 0.78rem;
    background: var(--red-butcher);
    color: var(--cream);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Libre Baskerville', serif;
  }
  .section p {
    font-size: 0.92rem;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 10px;
  }

  .section p:last-child { margin-bottom: 0; }

  /* Numbered list for finality */
  .finalita-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .finalita-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text);
  }

  .finalita-num {
    width: 26px;
    height: 26px;
    background: var(--red-butcher);
    color: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .base-giuridica {
    display: inline;
    color: var(--gold);
    font-style: italic;
    font-size: 0.86rem;
  }
/* Cookie table */
  .cookie-table-wrap {
    overflow-x: auto;
    margin-top: 16px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    line-height: 1.6;
  }

  thead tr {
    background: var(--brown-dark);
    color: var(--cream);
  }

  thead th {
    padding: 10px 14px;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  tbody tr {
    border-bottom: 1px solid rgba(139,69,19,0.12);
    transition: background 0.15s;
  }

  tbody tr:hover { background: rgba(255,255,255,0.5); }

  tbody td {
    padding: 9px 14px;
    color: var(--text);
    vertical-align: top;
  }

  tbody td:first-child {
    font-family: 'Libre Baskerville', serif;
    font-size: 0.78rem;
    font-style: italic;
    color: var(--brown-warm);
    white-space: nowrap;
  }

  .badge {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .badge-funzionale { background: rgba(184,134,11,0.15); color: var(--gold); border: 1px solid var(--gold); }
  .badge-statistiche { background: rgba(92,51,23,0.12); color: var(--brown-mid); border: 1px solid var(--brown-mid); }
  .badge-marketing  { background: rgba(139,26,26,0.12); color: var(--red-butcher); border: 1px solid var(--red-butcher); }

  /* Sub-service headings inside cookie section */
  .service-block {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed rgba(139,69,19,0.25);
  }

  .service-block:first-child { margin-top: 0; border-top: none; padding-top: 0; }

  .service-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--brown-dark);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  /* Browser list */
  .browser-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .browser-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--text);
  }

  .browser-list li::before {
    content: '›';
    color: var(--gold);
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  /* Rights list */
  .rights-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
  }

  .rights-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text);
  }

  .rights-list li::before {
    content: '—';
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
  }

  /* Contact / dark box */
  .contact-box {
    background: var(--brown-dark);
    color: var(--cream);
    padding: 26px 30px;
    border-radius: 2px;
    margin-bottom: 32px;
  }

  .contact-box .section-title { color: var(--gold-light); }
  .contact-box .section-title::after { background: linear-gradient(to right, var(--gold-light), transparent); }
  .contact-box p { color: var(--parchment); font-size: 0.92rem; line-height: 1.9; }
  .contact-box a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

  /* Normative */
  .normative-box {
    background: rgba(92,51,23,0.06);
    border: 1px solid rgba(92,51,23,0.18);
    border-left: 4px solid var(--brown-mid);
    padding: 20px 24px;
    border-radius: 2px;
    margin-bottom: 32px;
    font-size: 0.85rem;
    line-height: 1.85;
    color: var(--text-muted);
    font-style: italic;
  }
  /* Bullet list */
  .bullet-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
  }

  .bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text);
  }

  .bullet-list li::before {
    content: '—';
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
  }

  /* Rights box */
  .rights-box {
    background: var(--brown-dark);
    color: var(--cream);
    padding: 26px 30px;
    border-radius: 2px;
    margin-bottom: 38px;
  }

  .rights-box .section-title {
    color: var(--gold-light);
  }

  .rights-box .section-title::after {
    background: linear-gradient(to right, var(--gold-light), transparent);
  }

  .rights-box p {
    color: var(--parchment);
    font-size: 0.92rem;
    line-height: 1.85;
  }

  .rights-box a {
    color: var(--gold-light);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  /* ── Dark box (resi/rimborsi) ── */
  .dark-box {
    background: var(--brown-dark);
    color: var(--cream);
    padding: 26px 30px;
    border-radius: 2px;
    margin-bottom: 32px;
  }

  .dark-box .section-title { color: var(--gold-light); }
  .dark-box .section-title::after { background: linear-gradient(to right, var(--gold-light), transparent); }
  .dark-box p { color: var(--parchment); font-size: 0.92rem; line-height: 1.85; }
  .dark-box a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

  .dark-box .bullet-list li { color: var(--parchment); }
  .dark-box .bullet-list li::before { color: var(--gold-light); }
 /* ── Icon cards row (summary) ── */
  .summary-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 48px;
  }

  .summary-card {
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(139,69,19,0.18);
    border-top: 3px solid var(--gold);
    border-radius: 3px;
    padding: 20px 16px 18px;
    text-align: center;
    transition: background 0.2s, transform 0.2s;
  }

  .summary-card:hover {
    background: rgba(255,255,255,0.75);
    transform: translateY(-2px);
  }

  .summary-card .icon {
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 10px;
  }

  .summary-card .label {
    font-family: 'Playfair Display', serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 4px;
  }

  .summary-card .value {
    font-size: 0.9rem;
    color: var(--brown-dark);
    font-weight: 700;
    line-height: 1.3;
  }


 

  /* ── Payment cards ── */
  .payment-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 6px;
  }

  .payment-card {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(139,69,19,0.18);
    border-radius: 3px;
    padding: 20px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background 0.2s, transform 0.2s;
  }

  .payment-card:hover {
    background: rgba(255,255,255,0.85);
    transform: translateY(-2px);
  }

  .payment-card .pay-icon { font-size: 2rem; line-height: 1; }

  .payment-card .pay-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--brown-dark);
  }

  .payment-card .pay-desc {
    font-size: 0.83rem;
    color: var(--text-muted);
    line-height: 1.7;
  }

  .payment-card .pay-secure {
    font-size: 0.75rem;
    color: var(--green-ok);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
  }

  .payment-card .pay-secure::before { content: '🔒'; font-size: 0.75rem; }

  /* ── Highlight box (green) ── */
  .highlight-box {
    background: var(--green-bg);
    border: 1px solid rgba(46,107,62,0.25);
    border-left: 4px solid var(--green-ok);
    padding: 16px 22px;
    border-radius: 2px;
    font-size: 0.89rem;
    color: var(--green-ok);
    font-weight: 700;
    line-height: 1.7;
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .highlight-box::before { content: '✓'; font-size: 1rem; flex-shrink: 0; margin-top: 1px; }

  /* ── Info steps (timeline) ── */
  .steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
    position: relative;
  }

  .steps::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold), transparent);
  }

  .step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 12px 0;
  }

  .step-num {
    width: 32px;
    height: 32px;
    background: var(--red-butcher);
    color: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .step-content { flex: 1; padding-top: 5px; }

  .step-content strong {
    font-size: 0.92rem;
    color: var(--brown-dark);
    display: block;
    margin-bottom: 2px;
  }

  .step-content span {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
  }

  /* Footer */
  .footer_02 {
    text-align: center;
    padding-top: 40px;
    border-top: 3px double var(--brown-mid);
    margin-top: 10px;
  }

  .footer_02 p {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.06em;
    line-height: 1.9;
    font-style: italic;
  }

  .footer_02 .footer-name {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--brown-mid);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
  }

  /* Fade-in animation */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .header_02    { animation: fadeUp 0.6s ease both; }
  .page-title, .page-subtitle { animation: fadeUp 0.6s 0.1s ease both; }
  .section:nth-child(1) { animation: fadeUp 0.5s 0.15s ease both; }
  .section:nth-child(2) { animation: fadeUp 0.5s 0.2s  ease both; }
  .section:nth-child(3) { animation: fadeUp 0.5s 0.25s ease both; }
  .section:nth-child(4) { animation: fadeUp 0.5s 0.3s  ease both; }
  .section:nth-child(5) { animation: fadeUp 0.5s 0.35s ease both; }
  .section:nth-child(6) { animation: fadeUp 0.5s 0.4s  ease both; }
  .rights-box           { animation: fadeUp 0.5s 0.45s ease both; }
  .footer_02                { animation: fadeUp 0.5s 0.5s  ease both; }

  @media (max-width: 600px) {
    .page-wrapper { padding: 36px 20px 60px; }
    .section { padding: 20px 18px; }
    .rights-box { padding: 20px 18px; }
  }