
/* ======================================================
   3HERMANAS CONCEPTS — PREMIUM PRIVACY PAGE
   Load after styles.css and site-polish.css
====================================================== */

body{
    background:#f7f3ec;
}

/* ======================================================
   HERO
====================================================== */

.privacy-hero{
    position:relative;
    overflow:hidden;
    padding:96px 0 86px;
    color:#fff;
    background:
        radial-gradient(circle at 82% 18%,rgba(212,168,61,.18),transparent 30%),
        radial-gradient(circle at 18% 82%,rgba(80,124,190,.12),transparent 36%),
        linear-gradient(135deg,#08172b 0%,#102746 58%,#15365d 100%);
}

.privacy-hero::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:34px 34px;
    mask-image:linear-gradient(to bottom,#000,transparent 92%);
}

.privacy-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    gap:72px;
    align-items:center;
}

.privacy-copy{
    max-width:720px;
}

.privacy-copy .eyebrow{
    color:#e0b548;
    letter-spacing:.22em;
    font-weight:800;
}

.privacy-copy h1{
    margin:18px 0 24px;
    max-width:720px;
    color:#fff;
    font-size:clamp(3.1rem,5.8vw,5.7rem);
    line-height:.98;
    letter-spacing:-.045em;
}

.privacy-copy .lead{
    max-width:650px;
    color:rgba(255,255,255,.82);
    font-size:1.15rem;
    line-height:1.9;
}

.policy-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:32px;
}

.policy-meta span{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:0 18px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:#fff;
    font-size:.93rem;
    font-weight:700;
    backdrop-filter:blur(12px);
}

/* Hero privacy artwork */

.privacy-visual{
    position:relative;
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.privacy-visual::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(212,168,61,.24),rgba(212,168,61,.04) 55%,transparent 72%);
    filter:blur(4px);
}

.privacy-orbit{
    position:absolute;
    border:1px solid rgba(255,255,255,.14);
    border-radius:50%;
}

.privacy-orbit-one{
    width:390px;
    height:390px;
}

.privacy-orbit-two{
    width:290px;
    height:290px;
    border-color:rgba(212,168,61,.28);
}

.privacy-shield{
    position:relative;
    z-index:3;
    width:190px;
    height:220px;
    display:grid;
    place-items:center;
    clip-path:polygon(50% 0,91% 17%,88% 66%,50% 100%,12% 66%,9% 17%);
    background:linear-gradient(155deg,#f4cf69,#c79524);
    box-shadow:0 28px 70px rgba(0,0,0,.35);
}

.privacy-shield::before{
    content:"";
    position:absolute;
    inset:12px;
    clip-path:inherit;
    background:linear-gradient(155deg,#17385f,#0b1c34);
}

.privacy-shield-icon{
    position:relative;
    z-index:1;
    width:76px;
    height:76px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#c79524;
    font-size:2.4rem;
    font-weight:900;
    box-shadow:0 14px 32px rgba(0,0,0,.24);
}

.privacy-visual-card{
    position:absolute;
    z-index:4;
    width:220px;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:18px;
    background:rgba(255,255,255,.10);
    color:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.22);
    backdrop-filter:blur(16px);
}

.privacy-visual-card strong{
    display:block;
    margin-bottom:4px;
    font-family:"Fraunces",serif;
    font-size:1.12rem;
    color:#fff;
}

.privacy-visual-card span{
    color:rgba(255,255,255,.72);
    font-size:.88rem;
    line-height:1.5;
}

.privacy-card-one{top:46px;right:0;}
.privacy-card-two{left:0;bottom:90px;}
.privacy-card-three{right:10px;bottom:18px;}

/* ======================================================
   TRUST BAND
====================================================== */

.privacy-trust-band{
    padding:54px 0 12px;
    background:#f7f3ec;
}

.privacy-trust-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.privacy-trust-card{
    position:relative;
    overflow:hidden;
    min-height:220px;
    padding:32px;
    border:1px solid rgba(15,35,65,.07);
    border-radius:26px;
    background:#fff;
    box-shadow:0 20px 55px rgba(15,35,65,.08);
    transition:transform .35s ease,box-shadow .35s ease;
}

.privacy-trust-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 70px rgba(15,35,65,.12);
}

.privacy-trust-card > span{
    display:inline-flex;
    margin-bottom:28px;
    color:#d2a237;
    font-size:.8rem;
    font-weight:800;
    letter-spacing:.18em;
}

.privacy-trust-card h2{
    margin-bottom:12px;
    color:#102746;
    font-size:1.45rem;
    line-height:1.25;
}

.privacy-trust-card p{
    color:#5a6679;
    line-height:1.75;
}

/* ======================================================
   POLICY LAYOUT
====================================================== */

.privacy-layout{
    display:grid;
    grid-template-columns:300px minmax(0,1fr);
    gap:34px;
    align-items:start;
}

.toc{
    position:sticky;
    top:110px;
    padding:30px;
    border:1px solid rgba(15,35,65,.07);
    border-radius:26px;
    background:#fff;
    box-shadow:0 22px 60px rgba(15,35,65,.09);
}

.toc h3{
    margin-bottom:8px;
    color:#102746;
    font-size:1.55rem;
}

.toc > p{
    margin-bottom:22px;
    color:#788397;
    font-size:.92rem;
    line-height:1.6;
}

.toc a{
    display:flex;
    align-items:center;
    min-height:48px;
    margin-bottom:7px;
    padding:10px 13px;
    border-radius:12px;
    color:#36465f;
    text-decoration:none;
    font-size:.93rem;
    font-weight:700;
    transition:.25s ease;
}

.toc a:hover{
    padding-left:18px;
    background:#f8f3e8;
    color:#b98615;
}

.policy-content{
    display:grid;
    gap:20px;
}

.policy-section{
    scroll-margin-top:120px;
    padding:38px 42px;
    border:1px solid rgba(15,35,65,.07);
    border-radius:26px;
    background:#fff;
    box-shadow:0 18px 48px rgba(15,35,65,.07);
}

.policy-section h2{
    margin-bottom:16px;
    color:#102746;
    font-size:clamp(1.85rem,3vw,2.55rem);
}

.policy-section p,
.policy-section li{
    color:#526176;
    font-size:1rem;
    line-height:1.9;
}

.policy-section ul{
    display:grid;
    gap:8px;
    padding-left:22px;
}

.policy-highlight{
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px 26px;
    border:1px solid rgba(212,168,61,.25);
    border-radius:20px;
    background:linear-gradient(135deg,#fff9eb,#fffdf8);
    box-shadow:0 14px 34px rgba(212,168,61,.11);
}

.policy-highlight-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#d4a83d;
    color:#fff;
    font-size:1.25rem;
    font-weight:900;
}

.policy-highlight strong{
    display:block;
    margin-bottom:3px;
    color:#102746;
    font-size:1rem;
}

.policy-highlight p{
    margin:0;
    color:#6b5a32;
}

/* ======================================================
   POLICY CTA
====================================================== */

.policy-cta{
    position:relative;
    overflow:hidden;
    padding:46px 44px;
    border-radius:28px;
    color:#fff;
    background:
        radial-gradient(circle at 90% 10%,rgba(212,168,61,.22),transparent 32%),
        linear-gradient(135deg,#0b1b31,#15385f);
    box-shadow:0 26px 70px rgba(9,27,49,.20);
}

.policy-cta .eyebrow{
    color:#e0b548;
}

.policy-cta h2{
    margin:12px 0;
    color:#fff;
    font-size:clamp(2rem,3.5vw,3rem);
}

.policy-cta p{
    margin-bottom:24px;
    color:rgba(255,255,255,.78);
}

.policy-cta .btn{
    min-height:52px;
    padding:0 24px;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media(max-width:1100px){
    .privacy-hero-grid{
        grid-template-columns:1fr;
        gap:48px;
    }

    .privacy-copy{
        max-width:none;
        text-align:center;
    }

    .privacy-copy .lead{
        margin-inline:auto;
    }

    .policy-meta{
        justify-content:center;
    }

    .privacy-visual{
        min-height:440px;
    }

    .privacy-layout{
        grid-template-columns:1fr;
    }

    .toc{
        position:static;
    }
}

@media(max-width:820px){
    .privacy-trust-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:650px){
    .privacy-hero{
        padding:72px 0 64px;
    }

    .privacy-copy h1{
        font-size:clamp(2.7rem,12vw,4rem);
    }

    .privacy-visual{
        min-height:390px;
        transform:scale(.88);
    }

    .privacy-visual-card{
        width:190px;
        padding:14px 16px;
    }

    .privacy-card-one{right:-10px;}
    .privacy-card-two{left:-12px;}
    .privacy-card-three{right:-6px;}

    .policy-section{
        padding:28px 22px;
    }

    .policy-cta{
        padding:36px 24px;
    }
}
