:root{--gold:#d5a33f;--navy:#050e19;--navy2:#091827;--cream:#f4efe6;--muted:#c9c1b5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:#fff;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}.wrap{width:min(1180px,92%);margin:auto}
nav{height:84px;background:#040b13;border-bottom:1px solid #27323d;display:flex;align-items:center;position:sticky;top:0;z-index:20}
nav .wrap{display:flex;align-items:center}.logo img{width:220px;height:auto;display:block}.menu{margin-left:auto;display:flex;gap:23px;font-size:12px}
.menu a:hover{color:var(--gold)}
.hero{min-height:610px;display:grid;place-items:center;text-align:center;background:linear-gradient(rgba(2,8,15,.44),rgba(2,8,15,.72)),url('../images/hero-verinum.jpg') center/cover no-repeat}
.hero h1,.page h1{font:400 58px/1.08 Georgia,serif}.hero p,.lead{max-width:820px;line-height:1.8;color:#ddd5c9}.hero p{margin:20px auto}.gold{color:var(--gold)}.btn{display:inline-block;border:1px solid var(--gold);padding:14px 23px;color:#f2d28d;margin-top:20px}
.split{display:grid;grid-template-columns:1fr 1fr;background:#06111d;border-block:1px solid #654c20}.split article{padding:38px 8%}.split article:first-child{border-right:1px solid #654c20}.split h2,.card h3,.section-title{font-family:Georgia,serif;color:var(--gold);font-weight:400}
.page{padding:70px 0;min-height:620px}.light{background:var(--cream);color:#17202a}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.card{padding:25px;border:1px solid #2a3b4b;background:#0a1a2a}.light .card{background:#fff;border-color:#d9caaa}.card p{line-height:1.65;color:#c9c3b9}.light .card p{color:#625c53}
.trust{background:#071522;padding:40px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{display:grid;grid-template-columns:40px 1fr;gap:12px}.trust-item .icon{font-size:28px;color:var(--gold)}.trust-item h3{margin:0 0 8px;color:var(--gold);font-size:12px}.trust-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.box{padding:28px;background:#fff;color:#17202a}.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;flex-direction:column;gap:7px}.full{grid-column:1/-1}
input,select,textarea{padding:13px;border:1px solid #cec3b1;font:inherit}textarea{min-height:150px}button{padding:14px 20px;background:var(--gold);border:0;cursor:pointer}
footer{padding:26px 0;color:#82909c;font-size:12px;border-top:1px solid #24313e}footer .wrap{display:flex;justify-content:space-between}
@media(max-width:900px){.menu{display:none}.split,.contact,.grid,.trust-grid,.fields{grid-template-columns:1fr}.split article:first-child{border-right:0}.hero h1,.page h1{font-size:42px}.logo img{width:180px}}

/* Web3Forms status */
.form-status{
  min-height:22px;
  margin-top:12px;
  font-size:13px;
  line-height:1.5;
}
.form-status.sending{color:#a89d8a}
.form-status.success{color:#5fc48d}
.form-status.error{color:#d97b7b}
button[type="submit"]:disabled{opacity:.65;cursor:wait}
