
:root{
  --navy:#0b315c;
  --navy-deep:#071f3a;
  --navy-light:#184f83;
  --gold:#c89a35;
  --gold-light:#e0bb67;
  --olive:#596c28;
  --olive-light:#748a34;
  --cream:#f8f3e8;
  --cream-2:#fbfaf6;
  --ink:#122a42;
  --muted:#617383;
  --line:#dce4e8;
  --white:#fff;
  --shadow:0 22px 55px rgba(8,39,70,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1380px,92%);margin:auto}

.marketing-topbar{
  min-height:38px;
  background:linear-gradient(90deg,var(--navy-deep),var(--navy-light));
  color:#fff;
  display:flex;
  align-items:center;
}
.marketing-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.8px;
}
.marketing-topbar-inner>div{display:flex;align-items:center;gap:16px}
.marketing-topbar-inner i{
  width:1px;height:15px;background:rgba(255,255,255,.28);display:block
}

.site-brand-header{
  min-height:130px;
  background:linear-gradient(90deg,#fff 0%,#fff 62%,#f7f1e3 100%);
  border-bottom:1px solid #e1e7ea;
  display:grid;
  grid-template-columns:310px 1fr 250px;
  align-items:center;
  gap:30px;
  padding:14px 3%;
}
.site-brand-logo img{
  width:min(260px,100%);
  max-height:92px;
  object-fit:contain;
  object-position:left center;
}
.site-brand-message{text-align:center}
.site-brand-message h1{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1.04;
  color:#102f50;
}
.site-brand-message p{
  margin:9px 0 0;
  font-size:10px;
  font-weight:900;
  letter-spacing:2.5px;
  color:#17456f;
}
.site-brand-note{
  text-align:center;
  color:#153b62;
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  font-style:italic;
  line-height:1.1;
}

.marketing-hero{
  position:relative;
  overflow:hidden;
  padding:74px 0 68px;
  background:
    radial-gradient(circle at 72% 18%,rgba(224,187,103,.20),transparent 23%),
    linear-gradient(120deg,#fff 0%,#fff 56%,#faf4e8 100%);
}
.hero-bg-mark{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(11,49,92,.055);
  pointer-events:none;
}
.hero-bg-mark-one{width:440px;height:440px;left:-180px;top:-180px}
.hero-bg-mark-two{width:620px;height:620px;right:-330px;bottom:-360px}

.welcome-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}
.marketing-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border-radius:999px;
  background:#eef4f8;
  border:1px solid #d8e3ea;
  color:#315675;
  font-size:9px;
  font-weight:900;
  letter-spacing:1px;
  margin-bottom:18px;
}
.marketing-dot{
  width:7px;height:7px;border-radius:50%;background:var(--gold);
  box-shadow:0 0 0 4px rgba(200,154,53,.14)
}
.eyebrow{
  font-size:11px;
  font-weight:900;
  letter-spacing:2.5px;
  color:#a47418;
}
.welcome-copy h1{
  margin:12px 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:64px;
  line-height:.98;
  letter-spacing:-1.5px;
  color:var(--navy-deep);
}
.welcome-copy h1 em{
  color:var(--olive);
  font-style:normal;
}
.lead{
  max-width:690px;
  margin:0 0 24px;
  color:#596d7e;
  font-size:17px;
  line-height:1.72;
}
.trust-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  max-width:650px;
  margin-bottom:26px;
}
.trust-points div{
  padding:13px 14px;
  border-radius:10px;
  border:1px solid #e0e6e9;
  background:rgba(255,255,255,.78);
}
.trust-points strong{
  display:block;
  color:#153b5d;
  font-size:12px;
  letter-spacing:.7px;
}
.trust-points span{
  display:block;
  color:#788693;
  font-size:10px;
  margin-top:4px;
}
.actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn{
  min-height:54px;
  padding:0 21px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.4px;
}
.marketing-primary{
  background:linear-gradient(180deg,#173f6b,#0b315c);
  color:#fff;
  border:1px solid #0b315c;
  box-shadow:0 12px 25px rgba(11,49,92,.18);
}
.marketing-primary:hover{transform:translateY(-1px)}
.marketing-secondary{
  background:#fff;
  color:#0b315c;
  border:1px solid #0b315c;
}
.buyer-note{
  display:flex;
  gap:17px;
  flex-wrap:wrap;
  margin-top:16px;
  color:#6d7d89;
  font-size:10px;
  font-weight:700;
}

.marketing-photo .welcome-photo-frame{
  position:relative;
  min-height:540px;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(200,154,53,.28);
  box-shadow:
    0 22px 45px rgba(8,39,70,.12),
    0 45px 90px rgba(8,39,70,.07);
}
.marketing-photo .welcome-photo-frame:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(145deg,rgba(255,255,255,.18),transparent 32%,rgba(7,31,58,.03));
  pointer-events:none;
}
.marketing-photo img{
  width:100%;
  height:540px;
  object-fit:cover;
}
.image-badge{
  position:absolute;
  z-index:4;
  border-radius:12px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 12px 25px rgba(11,49,92,.13);
}
.image-badge small{
  display:block;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.4px;
  color:#a3741c;
}
.image-badge strong{
  display:block;
  margin-top:3px;
  color:#143653;
  font-size:13px;
}
.image-badge-top{right:18px;top:18px;padding:11px 14px}
.image-badge-bottom{
  left:18px;bottom:18px;
  display:flex;gap:10px;align-items:center;
  padding:11px 14px;
}
.image-badge-icon{
  width:34px;height:34px;border-radius:50%;
  background:var(--navy);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;
}

.proof-strip{
  border-top:1px solid #d8e5eb;
  border-bottom:1px solid #d8e5eb;
  background:linear-gradient(90deg,#eef6f9,#f8fbfc);
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.proof-grid>div{
  min-height:100px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:20px;
  border-right:1px solid #d8e5eb;
}
.proof-grid>div:last-child{border-right:0}
.proof-icon{
  flex:0 0 auto;
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:1px solid #8fb3ca;
  color:var(--navy);
  font-weight:900;
}
.proof-grid strong{display:block;font-size:12px;color:#163b5d}
.proof-grid small{display:block;margin-top:4px;color:#728491;font-size:10px;line-height:1.4}

.marketing-section{
  padding:78px 0;
  background:#fff;
}
.marketing-section-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}
.marketing-section-copy h2{
  margin:10px 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  color:#123452;
  font-size:42px;
  line-height:1.08;
}
.marketing-section-copy p{
  color:#657787;
  font-size:15px;
  line-height:1.72;
}
.text-link{
  display:inline-block;
  margin-top:12px;
  color:#0b315c;
  font-size:11px;
  font-weight:900;
  border-bottom:2px solid var(--gold);
  padding-bottom:5px;
}
.marketing-mini-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.marketing-mini-cards article{
  min-height:210px;
  padding:24px;
  border:1px solid #e0e6e9;
  border-radius:15px;
  background:
    linear-gradient(160deg,#fff,#faf8f2);
  box-shadow:0 15px 32px rgba(8,39,70,.06);
}
.marketing-mini-cards span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  color:#c39940;
}
.marketing-mini-cards h3{
  color:#143754;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  margin:18px 0 8px;
}
.marketing-mini-cards p{
  margin:0;
  color:#70808d;
  font-size:12px;
  line-height:1.55;
}

.conversion-section{
  padding:0 0 74px;
  background:#fff;
}
.conversion-box{
  min-height:180px;
  padding:35px 40px;
  border-radius:20px;
  background:
    radial-gradient(circle at 87% 15%,rgba(224,187,103,.22),transparent 24%),
    linear-gradient(110deg,#092b51,#164a7a);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  box-shadow:0 24px 50px rgba(8,39,70,.16);
}
.conversion-box small{
  color:#e3c36f;
  font-size:9px;
  font-weight:900;
  letter-spacing:2px;
}
.conversion-box h2{
  margin:6px 0 6px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
}
.conversion-box p{
  margin:0;
  color:#ccdcea;
  font-size:13px;
}
.conversion-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.conversion-actions a{
  min-height:46px;
  padding:0 17px;
  border-radius:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
}
.conversion-actions a:first-child{
  background:linear-gradient(180deg,#d7ad4e,#bd8923);
  color:#fff;
}
.conversion-actions a:last-child{
  border:1px solid rgba(255,255,255,.65);
  color:#fff;
}

.marketing-footer{
  background:linear-gradient(90deg,#071f3a,#153f6d);
}
.footer-row{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#b7c9d8;
  font-size:10px;
  letter-spacing:.5px;
}

@media(max-width:1100px){
  .site-brand-header{grid-template-columns:250px 1fr 190px}
  .welcome-grid{grid-template-columns:1fr;gap:40px}
  .marketing-photo .welcome-photo-frame,.marketing-photo img{height:500px;min-height:500px}
  .proof-grid{grid-template-columns:1fr 1fr}
  .proof-grid>div:nth-child(2){border-right:0}
  .marketing-section-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .marketing-topbar-inner{justify-content:center;text-align:center}
  .marketing-topbar-inner>div{display:none}
  .site-brand-header{grid-template-columns:1fr;text-align:center;padding:16px}
  .site-brand-logo img{margin:auto;object-position:center}
  .site-brand-note{display:none}
  .site-brand-message h1{font-size:26px}
  .site-brand-message p{font-size:9px;letter-spacing:1.2px}
  .marketing-hero{padding:48px 0}
  .welcome-copy h1{font-size:47px}
  .trust-points{grid-template-columns:1fr}
  .marketing-actions .btn{width:100%}
  .buyer-note{gap:10px}
  .proof-grid{grid-template-columns:1fr}
  .proof-grid>div{border-right:0;border-bottom:1px solid #d8e5eb}
  .marketing-mini-cards{grid-template-columns:1fr}
  .conversion-box{flex-direction:column;align-items:flex-start}
  .conversion-actions{width:100%}
  .conversion-actions a{width:100%}
  .footer-row{flex-direction:column;align-items:flex-start;padding:14px 0}
}
