:root {
  --navy: #071f36; --navy2: #0b2f4c; --ink: #1a1a1a;
  --muted: #6b8299; --line: rgba(0,0,0,.07);
  --blue: #0695d9; --blue2: #28bdf4; --gold: #d39a28; --gold2: #f1bf53;
  --soft: #f8f7f4; --white: #fff; --shadow:0 18px 45px rgba(7,31,54,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.serif{font-family:'Cormorant Garamond',Georgia,serif}

/* Topbar */
.topbar {
  height: 60px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 20;
  box-shadow:0 1px 12px rgba(7,31,54,.045);
}
.nav {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 0;
}
/* Brand */
.brand { display: flex; align-items: center; gap: 9px; flex-shrink:0; }
.brand img{width:40px;height:40px;object-fit:contain;image-rendering:auto}
.brand-mark {
  width: 28px; height: 28px;
  background: var(--navy);
  border-radius: 4px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.brand-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  letter-spacing: .04em;
  line-height: 1;
  color: var(--navy);
  font-weight: 600;
}
.brand-sub {
  font-size: 8.5px;
  letter-spacing: .3em;
  color: var(--muted);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
/* Nav links */
.navlinks { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.navlinks a {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  padding: 6px 14px;
  border-radius: 6px;
  transition: background .15s, color .15s;
  letter-spacing: .01em;
  border-bottom:0;
}
.navlinks a:hover { background: rgba(7,31,54,.05); color: var(--navy); }
.navlinks a.active { color: var(--navy); font-weight: 500; }
/* Buttons */
.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: 16px; }
.btn {
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: .02em;
  padding: 7px 18px;
  border-radius: 6px;
  cursor: pointer; transition: .15s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn.outline { border-color: rgba(7,31,54,.2); color: var(--navy); background: transparent; }
.btn.outline:hover { border-color: var(--navy); background: rgba(7,31,54,.04); }
.btn.outline.dark { border-color: rgba(7,31,54,.2); color: var(--navy); background: transparent; }
.btn.primary { background: var(--navy); color: #fff; box-shadow:none; }
.btn.primary:hover { background: var(--navy2); }
.btn.blue{background:var(--blue);color:#fff;box-shadow:0 12px 26px rgba(6,149,217,.18)}
.hamb{font-size:32px;color:var(--navy);line-height:1;margin-left:16px;font-weight:300}
.hero{min-height:640px;display:flex;align-items:center;position:relative;overflow:hidden;background-image:linear-gradient(90deg,rgba(5,23,39,.91),rgba(5,23,39,.72) 46%,rgba(5,23,39,.46)),url('https://paralete.com/assets/images/eyq6yfzv1ejhxnx5nrth.avif');background-size:cover;background-position:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 44%,rgba(255,255,255,.09),transparent 22%),linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1))}.hero-inner{position:relative;text-align:center;color:#fff;padding:82px 0 76px}.hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(46px,6vw,78px);line-height:1.02;margin:0 auto 22px;max-width:980px;font-weight:600;letter-spacing:-.02em;text-shadow:0 4px 18px rgba(0,0,0,.32)}.hero h1 .gold{color:var(--gold2);display:block;text-shadow:0 4px 18px rgba(0,0,0,.34)}.rule{display:flex;align-items:center;gap:10px;justify-content:center;margin:0 auto 26px;color:var(--gold)}.rule:before,.rule:after{content:"";width:72px;height:1px;background:currentColor}.rule span{width:9px;height:9px;border-radius:999px;background:currentColor}.hero p{font-size:clamp(17px,1.55vw,20px);font-weight:400;line-height:1.48;max-width:790px;margin:0 auto 34px;text-shadow:0 2px 14px rgba(0,0,0,.45)}.hero-actions{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.hero .btn.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#071f36}.hero .btn.outline{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(2,18,32,.16)}.hero .btn.outline:hover{background:rgba(255,255,255,.08);border-color:#fff}.hero-actions .btn{min-width:275px;height:56px;text-transform:uppercase;font-size:13px;font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.28em;color:var(--gold);font-weight:800;font-size:13px;text-align:center;margin:0 0 8px}.section{padding:76px 0}.section.soft{background:linear-gradient(180deg,#fff,#f6fbff)}.section-title{text-align:center;max-width:800px;margin:0 auto 44px}.section-title h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.12;margin:0 0 14px;letter-spacing:-.025em}.section-title p{font-size:18px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.card{background:#f4f8fc;border:1px solid #e8f0f6;border-radius:10px;padding:34px 28px;text-align:center;box-shadow:0 12px 36px rgba(7,31,54,.06)}.icon{width:64px;height:64px;border-radius:50%;background:#dcf3ff;color:var(--blue);display:grid;place-items:center;margin:0 auto 22px;font-size:32px}.card h3{font-family:'Cormorant Garamond',Georgia,serif;margin:0 0 12px;font-size:24px;line-height:1.1}.card p{margin:0;color:#244057;font-size:15px;line-height:1.45}.trust{background:linear-gradient(135deg,#071f36,#0a385a);color:#fff;padding:42px 0;text-align:center}.trust h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:32px;margin:0 0 20px}.trust-row{display:flex;gap:38px;justify-content:center;flex-wrap:wrap;color:#cde6f6}.tick{color:var(--gold2);font-weight:900;margin-right:8px}.stats{background:#edf8ff;padding:42px 0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.stat{text-align:center;padding:22px 28px;border-right:1px solid #cbddeb}.stat:last-child{border-right:0}.stat .num{font-family:'Cormorant Garamond',Georgia,serif;color:#078bd0;font-weight:800;font-size:46px;line-height:1}.stat h3{margin:6px 0 0;font-size:18px}.stat p{margin:2px 0 0;color:#31536c}.cta{text-align:center;padding:76px 0}.cta h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:38px;line-height:1.15;margin:0 0 14px}.cta p{color:#34546b;font-size:18px;margin:0 auto 26px;max-width:680px}.footer{background:linear-gradient(135deg,#071f36,#082a47);color:#fff;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .7fr;gap:80px}.footer .brand-title,.footer .brand-sub{color:#fff}.footer p,.footer li,.footer a{color:#cfe0ed}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:8px 0}.footer h3{font-family:'Cormorant Garamond',Georgia,serif;margin:0 0 14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#cfe0ed;font-size:14px}.page-hero{padding:96px 0;background:linear-gradient(135deg,rgba(7,31,54,.95),rgba(8,42,71,.9)),url('https://paralete.com/assets/images/eyq6yfzv1ejhxnx5nrth.avif');background-size:cover;background-position:center;color:#fff;text-align:center}.page-hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:56px;margin:0 0 14px}.page-hero p{font-size:20px;max-width:760px;margin:0 auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.panel{background:#fff;border:1px solid #e5edf4;border-radius:12px;padding:34px;box-shadow:var(--shadow)}.list{padding-left:20px;color:#244057}.list li{margin:10px 0}.form{display:grid;gap:16px}.form input,.form select,.form textarea{width:100%;border:1px solid #cbd9e5;border-radius:8px;padding:14px 15px;font:inherit;color:var(--ink);background:#fff}.form textarea{min-height:150px}.notice{background:#fff8e8;border:1px solid #f0d08d;color:#60460f;border-radius:8px;padding:12px 14px;font-size:14px}.mobile-only{display:none}@media(max-width:940px){.navlinks{display:none}.mobile-only{display:block}.brand{min-width:auto}.cards{grid-template-columns:repeat(2,1fr)}.footer-grid,.split{grid-template-columns:1fr;gap:34px}.hero{min-height:620px}.hero-actions .btn{min-width:230px}.stats-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #cbddeb}.stat:last-child{border-bottom:0}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.topbar,.nav{height:60px}.brand img{width:36px;height:36px}.brand-title{font-size:16px}.brand-sub{font-size:8px}.nav-actions{display:none}.hamb{margin-left:auto}.hero h1{font-size:42px}.hero-actions{gap:12px}.hero-actions .btn{width:100%;min-width:0}.cards{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.page-hero h1{font-size:40px}}


/* Refined inner pages: closer to original centered hero treatment */
.page-hero.refined {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 118px 0 106px;
  background-image:
    linear-gradient(rgba(7,31,54,.78), rgba(7,31,54,.66)),
    url('https://paralete.com/assets/images/eyq6yfzv1ejhxnx5nrth.avif');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-hero.refined .container { max-width: 1000px; }
.page-hero.refined h1 {
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.02em;
  max-width: 980px;
  margin: 0 auto 20px;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
}
.page-hero.refined h1 .accent { color: var(--gold2); }
.page-hero.refined p {
  max-width: 850px;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.page-hero.refined .hero-kicker {
  color: var(--gold2);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}
.page-hero.refined .rule { margin-bottom: 24px; }
.inner-intro { max-width: 920px; margin: 0 auto 44px; text-align: center; }
.inner-intro h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--navy);
  letter-spacing: -.025em;
}
.inner-intro p { color: var(--muted); font-size: 18px; margin: 0 auto; max-width: 780px; }
.feature-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.feature-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px; align-items: stretch; }
.refined-card {
  background: #fff;
  border: 1px solid #e5edf4;
  border-radius: 12px;
  padding: 34px 30px;
  box-shadow: 0 16px 42px rgba(7,31,54,.08);
}
.refined-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--navy);
}
.refined-card p { color: #34546b; margin: 0; }
.refined-card .icon { margin-left: 0; margin-right: 0; width: 58px; height: 58px; font-size: 28px; }
.dark-band {
  background: linear-gradient(135deg,#071f36,#0a385a);
  color: #fff;
  padding: 72px 0;
}
.dark-band .inner-intro h2 { color: #fff; }
.dark-band .inner-intro p { color: #d4e7f4; }
.process-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.process-item {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  padding: 26px 24px;
}
.process-item .num {
  display: inline-flex; align-items:center; justify-content:center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--gold2); color: var(--navy); font-weight: 800;
  margin-bottom: 14px;
}
.process-item h3 { font-family:'Cormorant Garamond',Georgia,serif; font-size:24px; margin:0 0 8px; }
.process-item p { margin:0; color:#d4e7f4; font-size:15px; }
@media(max-width:940px){.feature-grid-3,.feature-grid-2,.process-list{grid-template-columns:1fr 1fr}.page-hero.refined{background-attachment:scroll}}
@media(max-width:620px){.feature-grid-3,.feature-grid-2,.process-list{grid-template-columns:1fr}.page-hero.refined{min-height:360px;padding:88px 0 78px}.page-hero.refined h1{font-size:40px}}
