/* ========== VIRIFLOW SHARED LEGAL PAGE STYLES ========== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
:root{
  --green:#0a4f3c; --green-dark:#073829; --green-light:#e8f0ec;
  --gold:#c9a84c; --gold-dark:#a8862a; --cream:#f7f2e7;
  --bg:#fbfaf6; --ink:#1a2421; --muted:#5a6660; --line:#e3ddc9;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --radius:14px;
  --shadow:0 4px 24px rgba(10,79,60,.08);
  --shadow-lg:0 12px 48px rgba(10,79,60,.16);
}
body{font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--green);text-decoration:none}
a:hover{color:var(--gold-dark);text-decoration:underline}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}

/* ANNOUNCEMENT */
.announce{background:var(--green-dark);color:#fff;text-align:center;padding:10px 16px;font-size:14px;font-weight:500}
.announce strong{color:var(--gold)}
.announce a{color:#fff;text-decoration:underline;margin-left:6px}

/* HEADER */
.header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:24px}
.logo{font-family:var(--serif);font-weight:800;font-size:24px;color:var(--green);letter-spacing:-.5px;display:flex;align-items:center;gap:10px}
.logo-mark{width:36px;height:36px;background:var(--green);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:18px;font-weight:900}
.nav-links{display:flex;gap:28px;list-style:none}
.nav-links a{color:var(--ink);font-weight:500;font-size:15px;transition:color .2s}
.nav-links a:hover{color:var(--green);text-decoration:none}
.btn{display:inline-block;background:var(--green);color:#fff;padding:12px 26px;border-radius:50px;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:all .3s;text-align:center}
.btn:hover{background:var(--green-dark);color:#fff;transform:translateY(-2px);text-decoration:none}
.btn-gold{background:var(--gold);color:var(--green-dark)}
.btn-gold:hover{background:var(--gold-dark);color:#fff}
.btn-lg{padding:16px 38px;font-size:16px}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);color:#fff;padding:60px 0 50px;text-align:center}
.page-hero h1{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;margin-bottom:12px;letter-spacing:-.5px}
.page-hero .updated{color:rgba(255,255,255,.7);font-size:14px;margin-bottom:20px}

/* BREADCRUMB */
.breadcrumb{background:#fff;border-bottom:1px solid var(--line);padding:12px 0}
.breadcrumb-list{display:flex;align-items:center;gap:8px;list-style:none;font-size:13px;color:var(--muted)}
.breadcrumb-list a{color:var(--green);font-weight:500}
.breadcrumb-list .sep{color:var(--line)}

/* LEGAL CONTENT */
.legal-wrap{max-width:860px;margin:0 auto;padding:60px 24px 80px}
.legal-wrap h2{font-family:var(--serif);font-size:1.6rem;color:var(--green-dark);font-weight:700;margin:40px 0 14px;padding-bottom:10px;border-bottom:2px solid var(--gold);line-height:1.3}
.legal-wrap h2:first-child{margin-top:0}
.legal-wrap h3{font-family:var(--serif);font-size:1.2rem;color:var(--green-dark);font-weight:700;margin:28px 0 10px}
.legal-wrap p{color:var(--muted);margin-bottom:16px;line-height:1.8;font-size:15.5px}
.legal-wrap ul,.legal-wrap ol{color:var(--muted);margin:14px 0 18px 20px;line-height:1.8;font-size:15.5px}
.legal-wrap li{margin-bottom:8px}
.legal-wrap strong{color:var(--ink);font-weight:600}
.legal-wrap a{color:var(--green);font-weight:500}
.legal-wrap .highlight-box{background:var(--green-light);border-left:4px solid var(--gold);padding:20px 24px;border-radius:0 var(--radius) var(--radius) 0;margin:24px 0;font-size:15px;color:var(--ink)}
.legal-wrap .highlight-box strong{color:var(--green-dark)}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;text-align:center;box-shadow:var(--shadow)}
.contact-card .icon{font-size:32px;margin-bottom:12px}
.contact-card h4{font-family:var(--serif);font-size:17px;color:var(--green-dark);margin-bottom:8px;font-weight:700}
.contact-card p,.contact-card a{font-size:14px;color:var(--muted)}
.contact-card a{color:var(--green);font-weight:500}

/* MINI CTA */
.mini-cta{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);color:#fff;text-align:center;padding:60px 24px}
.mini-cta h3{font-family:var(--serif);font-size:clamp(1.4rem,3vw,2rem);font-weight:800;margin-bottom:12px}
.mini-cta p{color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 28px;font-size:16px}

/* FOOTER */
.footer{background:#0a1f17;color:rgba(255,255,255,.7);padding:60px 0 30px;font-size:14px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.foot-col h5{color:#fff;font-family:var(--serif);font-size:17px;font-weight:700;margin-bottom:16px}
.foot-col ul{list-style:none}
.foot-col li{padding:5px 0}
.foot-col a{color:rgba(255,255,255,.7);transition:color .2s}
.foot-col a:hover{color:var(--gold);text-decoration:none}
.foot-brand{font-family:var(--serif);font-size:24px;color:#fff;font-weight:800;margin-bottom:14px}
.foot-disc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:24px;font-size:12.5px;line-height:1.7;color:rgba(255,255,255,.55);margin-bottom:24px}
.foot-disc strong{color:rgba(255,255,255,.8)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:13px;color:rgba(255,255,255,.5)}

@media(max-width:768px){
  .nav-links{display:none}
  .contact-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:24px}
}
@media(max-width:480px){
  .foot-grid{grid-template-columns:1fr}
  .legal-wrap{padding:40px 20px 60px}
}
