:root {
  --navy: #0A1330;
  --navy-2: #13264D;
  --gold: #D4AF37;
  --green: #01603A;
  --off-white: #F2F2F2;
  --white: #FFFFFF;
  --ink: #17203A;
  --muted: #68718A;
  --line: rgba(212, 175, 55, .28);
  --shadow: 0 24px 60px rgba(4, 12, 35, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Montserrat", Arial, sans-serif; color: var(--ink); background: var(--navy); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(10,19,48,.78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); transition: .3s ease; }
.site-header.scrolled { background: rgba(10,19,48,.96); box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.brand-symbol { width: 58px; color: var(--gold); }
.brand-copy { border-left: 1px solid rgba(212,175,55,.62); padding-left: 13px; line-height: 1.04; }
.brand-copy strong { font-family: "Playfair Display", Georgia, serif; font-size: 17px; letter-spacing: .07em; font-weight: 600; }
.brand-copy span { display: block; margin-top: 6px; color: var(--gold); font-size: 10px; letter-spacing: .6em; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 600; }
.main-nav a:hover { color: var(--gold); }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(212,175,55,.65); color: var(--gold); }
.nav-toggle { display: none; border: 0; background: transparent; color: white; font-size: 26px; }

.hero { position: relative; min-height: 860px; overflow: hidden; color: white; background: radial-gradient(circle at 75% 40%, #142b57 0, #0a1632 34%, #071027 70%, #050c1f 100%); }
.hero-grid { position: absolute; inset: 0; 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: 70px 70px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: 170px; background: radial-gradient(circle, rgba(212,175,55,.14), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: -190px; bottom: 40px; background: radial-gradient(circle, rgba(1,96,58,.2), transparent 65%); }
.hero-content { min-height: 860px; padding-top: 150px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; letter-spacing: .27em; font-weight: 700; }
.eyebrow.dark { color: #9b7920; }
.hero h1, .section h2, .global-section h2 { font-family: "Playfair Display", Georgia, serif; }
.hero h1 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .99; letter-spacing: -.035em; font-weight: 600; }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #e2c152; }
.button-secondary { border-color: rgba(255,255,255,.28); color: white; }
.button-secondary:hover { border-color: var(--gold); color: var(--gold); }
.hero-meta { margin-top: 43px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); display: flex; gap: 28px; color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.orbital-card { width: min(500px, 100%); aspect-ratio: 1; position: relative; border-radius: 50%; background: radial-gradient(circle at 40% 35%, rgba(255,255,255,.08), rgba(1,96,58,.12) 28%, rgba(10,19,48,.4) 55%, rgba(5,12,31,.25) 70%); box-shadow: inset 0 0 90px rgba(212,175,55,.08), 0 0 90px rgba(1,96,58,.12); }
.globe-lines { position: absolute; inset: 12%; border: 1px solid rgba(212,175,55,.35); border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 42px, rgba(212,175,55,.07) 43px 44px), linear-gradient(90deg, transparent 49.7%, rgba(212,175,55,.18) 50%, transparent 50.3%), linear-gradient(transparent 49.7%, rgba(212,175,55,.18) 50%, transparent 50.3%); }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: rotate(25deg); }
.orbit-b { transform: rotate(83deg) scale(.84); border-color: rgba(1,96,58,.46); }
.orbit-c { transform: rotate(142deg) scale(.65); border-color: rgba(212,175,55,.3); }
.map-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(212,175,55,.11), 0 0 24px rgba(212,175,55,.7); }
.dot-1 { top: 24%; left: 31%; }.dot-2 { top: 35%; right: 20%; }.dot-3 { bottom: 25%; right: 33%; }.dot-4 { bottom: 32%; left: 22%; }
.floating-label { position: absolute; padding: 10px 13px; border: 1px solid rgba(212,175,55,.3); background: rgba(10,19,48,.72); backdrop-filter: blur(10px); color: rgba(255,255,255,.84); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.label-a { top: 18%; right: -3%; }.label-b { bottom: 19%; left: -4%; }.label-c { bottom: 3%; right: 12%; }

.trust-strip { background: var(--off-white); border-bottom: 1px solid #dde1ea; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 28px 34px; border-right: 1px solid #dfe3eb; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: "Playfair Display", Georgia, serif; font-size: 20px; color: var(--navy); }
.trust-grid span { margin-top: 6px; color: var(--muted); font-size: 12px; }

.section { padding: 110px 0; }
.section-light { background: var(--off-white); }
.two-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .section-intro h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.5vw, 60px); line-height: 1.08; font-weight: 600; letter-spacing: -.03em; }
.section-copy p { margin: 0 0 20px; color: #525c73; font-size: 16px; line-height: 1.9; }
.text-link { display: inline-flex; gap: 13px; margin-top: 12px; color: var(--green); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { color: var(--gold); }

.services { background: var(--navy); color: white; }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-intro h2 { color: white; }
.section-intro > p { color: rgba(255,255,255,.58); line-height: 1.8; margin: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(212,175,55,.26); border-left: 1px solid rgba(212,175,55,.18); }
.service-card { min-height: 340px; padding: 34px; border-right: 1px solid rgba(212,175,55,.18); border-bottom: 1px solid rgba(212,175,55,.18); position: relative; background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); transition: background .3s ease, transform .3s ease; }
.service-card:hover { background: rgba(255,255,255,.05); transform: translateY(-5px); }
.service-card > span { position: absolute; right: 28px; top: 28px; color: rgba(212,175,55,.55); font-size: 11px; letter-spacing: .15em; }
.icon-wrap { width: 50px; color: var(--gold); margin-bottom: 40px; }
.icon-wrap svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 17px; font-family: "Playfair Display", Georgia, serif; font-size: 25px; font-weight: 500; }
.service-card p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.85; }

.process-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-list { border-top: 1px solid #cfd5df; }
.process-item { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid #cfd5df; }
.process-item > span { color: #a48123; font-size: 12px; letter-spacing: .14em; padding-top: 4px; }
.process-item h3 { margin: 0 0 8px; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.process-item p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }

.global-section { min-height: 600px; display: flex; align-items: center; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 70% 45%, rgba(212,175,55,.13), transparent 27%), radial-gradient(circle at 30% 80%, rgba(1,96,58,.25), transparent 38%), linear-gradient(135deg, #071027, #0d1b3c 65%, #071027); }
.global-section::before { content: ""; position: absolute; width: 720px; height: 720px; right: -120px; top: 90px; border-radius: 50%; border: 1px solid rgba(212,175,55,.14); box-shadow: inset 0 0 0 75px rgba(255,255,255,.01), inset 0 0 0 150px rgba(212,175,55,.025), inset 0 0 0 225px rgba(1,96,58,.035); }
.global-content { position: relative; z-index: 1; max-width: 760px; margin-left: max(20px, calc((100vw - var(--container))/2)); margin-right: auto; }
.global-section h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.06; font-weight: 600; }
.global-section p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.85; margin: 25px 0 33px; }

.contact-section { background: #0b1532; color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.58); line-height: 1.8; }
.contact-details { margin-top: 42px; display: grid; gap: 20px; }
.contact-details div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 7px; }
.contact-details strong { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.78); }
.contact-form { background: var(--off-white); color: var(--ink); padding: 38px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #4d566d; }
.contact-form label:nth-of-type(4), .contact-form label:nth-of-type(5), .contact-form .privacy, .contact-form button { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d4d8e1; background: white; min-height: 48px; padding: 12px 14px; outline: none; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.13); }
.contact-form .privacy { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 10px; text-transform: none; letter-spacing: 0; font-weight: 500; }
.contact-form .privacy input { width: 17px; min-height: 17px; }
.contact-form button { border: 0; }

.site-footer { background: #050b1c; color: rgba(255,255,255,.68); padding: 70px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 50px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid p { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid h3 { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .17em; margin: 0 0 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a:not(.brand) { font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; font-size: 10px; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; padding: 22px 30px 30px; flex-direction: column; align-items: flex-start; background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); }
  .main-nav.open { display: flex; }
  .hero-content, .two-columns, .section-intro, .process-wrap, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { min-height: auto; }
  .hero-content { min-height: auto; padding: 155px 0 90px; }
  .hero-visual { min-height: 450px; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid #dfe3eb; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand-symbol { width: 48px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { font-size: 8px; }
  .main-nav { top: 76px; }
  .hero-content { padding-top: 130px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-meta { flex-direction: column; gap: 10px; }
  .hero-visual { min-height: 360px; }
  .floating-label { font-size: 8px; }
  .label-a { right: 0; }.label-b { left: 0; }
  .section { padding: 80px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .contact-form label { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

.text-icon{font-size:28px;line-height:1}.content-shell{padding-top:140px;padding-bottom:80px}.entry-card{background:#fff;padding:28px;margin-bottom:24px}.custom-logo{max-height:76px;width:auto}.contact-form small{display:block;color:#777;margin-top:12px}.main-nav .menu-item{display:inline-flex}.main-nav .menu-item a{color:inherit;text-decoration:none}
