:root {
  --navy: #0A1F44;
  --navy-2: #102c5d;
  --navy-3: #183d78;
  --charcoal: #33383F;
  --gold: #F5A623;
  --gold-soft: #fff3d9;
  --ink: #192334;
  --muted: #647084;
  --line: #dce2ea;
  --surface: #f5f7fa;
  --white: #ffffff;
  --shadow-sm: 0 12px 35px rgba(10, 31, 68, .08);
  --shadow-lg: 0 30px 80px rgba(10, 31, 68, .16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1180px;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Raleway", "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--navy); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-140%); padding: 11px 16px; background: var(--gold); color: var(--navy); font-weight: 800; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.93);
  border-color: rgba(10,31,68,.08);
  box-shadow: 0 8px 28px rgba(10,31,68,.07);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.button) { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(10,31,68,.14); border-radius: 10px; background: white; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--navy);
  border-radius: 12px;
  background: var(--navy);
  color: white;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(10,31,68,.18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--navy-2); box-shadow: 0 16px 35px rgba(10,31,68,.24); }
.button span { color: var(--gold); font-size: 1.1rem; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .72rem; border-radius: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; color: var(--navy); }
.text-link span { color: var(--gold); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 175px 0 110px; background: linear-gradient(140deg, #fff 0%, #fff 54%, #f5f8fc 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: 80px; border-radius: 50%; border: 1px solid rgba(10,31,68,.08); box-shadow: 0 0 0 70px rgba(10,31,68,.02), 0 0 0 140px rgba(10,31,68,.015); }
.hero-grid { position: absolute; inset: 0; opacity: .38; pointer-events: none; background-image: linear-gradient(rgba(10,31,68,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(10,31,68,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 0%, transparent 42%, black 100%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--navy); font-family: "Orbitron", "Raleway", sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 3px; background: var(--gold); }
.eyebrow.light { color: white; }
.hero h1, .section h2, .contact-section h2, .utility-page h1 { margin: 0; color: var(--navy); font-size: clamp(3.2rem, 5.5vw, 5.6rem); line-height: .98; letter-spacing: -.048em; font-weight: 800; }
.hero h1 em { color: var(--charcoal); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -12px; height: 5px; background: linear-gradient(90deg, var(--gold) 0 32%, transparent 32%); }
.hero-lede { max-width: 660px; margin: 38px 0 0; color: #4f5a69; font-size: 1.12rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 0; list-style: none; padding: 0; margin: 35px 0 0; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-points li { display: flex; align-items: center; }
.hero-points li:not(:last-child)::after { content: ""; width: 4px; height: 4px; margin: 0 14px; border-radius: 50%; background: var(--gold); }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(245,166,35,.18), rgba(245,166,35,0) 68%); filter: blur(10px); right: 30px; top: 55px; }
.plan-card { position: relative; z-index: 2; width: min(100%, 585px); padding: 24px; border: 1px solid rgba(10,31,68,.1); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.plan-card::before { content: ""; position: absolute; inset: 9px -10px -10px 9px; z-index: -1; border: 1px solid rgba(10,31,68,.12); border-radius: 26px; background: #eef3f9; }
.plan-card-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 2px 2px 18px; }
.plan-card-top strong { display: block; color: var(--navy); font-size: 1.02rem; line-height: 1.2; }
.plan-kicker { display: block; margin-bottom: 6px; color: var(--muted); font-family: "Orbitron", sans-serif; font-size: .52rem; letter-spacing: .13em; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #dfe6ef; border-radius: 999px; color: #536075; background: #f7f9fc; font-size: .68rem; font-weight: 700; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(245,166,35,.14); }
.plan-drawing { overflow: hidden; border: 1px solid #e1e6ed; border-radius: 18px; background: white; }
.plan-card-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 18px; }
.plan-meta { display: flex; gap: 10px; align-items: flex-start; }
.plan-meta span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 7px; background: var(--gold-soft); color: #9b6504; font-family: "Orbitron", sans-serif; font-size: .58rem; font-weight: 700; }
.plan-meta p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.45; }
.plan-meta strong { display: block; color: var(--navy); font-size: .72rem; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 14px 17px; border: 1px solid rgba(10,31,68,.09); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(10,31,68,.15); backdrop-filter: blur(12px); }
.floating-card svg { width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: var(--gold-soft); stroke: #9b6504; fill: none; stroke-width: 2.2; }
.floating-card img { width: 36px; height: 36px; object-fit: contain; }
.floating-card span { display: block; color: var(--muted); font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.floating-card strong { display: block; color: var(--navy); font-size: .78rem; }
.floating-card-one { left: -15px; bottom: 46px; }
.floating-card-two { right: -30px; top: 44px; }

.audience-bar { border-block: 1px solid #e5eaf0; background: #fafbfd; }
.audience-inner { min-height: 82px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; color: #667286; }
.audience-inner span { color: var(--navy); font-family: "Orbitron", sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.audience-inner p { margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.audience-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { position: relative; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .process-copy h2, .about-copy h2, .faq-heading h2 { font-size: clamp(2.45rem, 4.2vw, 4.2rem); line-height: 1.08; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 510px; padding: 34px; border: 1px solid #e0e5ec; border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(10,31,68,.2); box-shadow: 0 22px 55px rgba(10,31,68,.12); }
.service-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -72px; bottom: -72px; border: 1px solid rgba(10,31,68,.08); border-radius: 50%; box-shadow: 0 0 0 32px rgba(10,31,68,.02); }
.service-card.featured { background: linear-gradient(145deg, var(--navy), #102b5c); border-color: transparent; color: white; }
.service-card.featured::after { border-color: rgba(255,255,255,.15); box-shadow: 0 0 0 32px rgba(255,255,255,.03); }
.service-number { position: absolute; top: 26px; right: 28px; color: rgba(10,31,68,.28); font-family: "Orbitron", sans-serif; font-size: .66rem; font-weight: 700; letter-spacing: .1em; }
.featured .service-number { color: rgba(255,255,255,.4); }
.service-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 30px; border-radius: 16px; background: var(--gold-soft); color: var(--navy); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.featured .service-icon { background: rgba(255,255,255,.1); color: var(--gold); }
.service-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 1.55rem; line-height: 1.2; }
.featured h3 { color: white; }
.service-card > p { min-height: 78px; margin: 0; color: var(--muted); font-size: .94rem; }
.featured > p { color: rgba(255,255,255,.72); }
.service-card ul { position: relative; z-index: 1; list-style: none; padding: 23px 0 0; margin: 25px 0 0; border-top: 1px solid #e2e7ed; }
.featured ul { border-color: rgba(255,255,255,.14); }
.service-card li { position: relative; padding: 8px 0 8px 24px; color: #465267; font-size: .84rem; font-weight: 600; }
.featured li { color: rgba(255,255,255,.85); }
.service-card li::before { content: ""; position: absolute; left: 1px; top: 17px; width: 8px; height: 4px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

.section-dark { overflow: hidden; background: var(--navy); color: white; }
.section-dark::after { content: "PV"; position: absolute; right: -38px; bottom: -142px; color: rgba(255,255,255,.025); font-family: "Orbitron", sans-serif; font-size: 25rem; font-weight: 700; letter-spacing: -.12em; line-height: 1; }
.dark-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.section-heading.light { position: relative; z-index: 1; }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: rgba(255,255,255,.65); }
.value-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.value-card { position: relative; min-height: 330px; padding: 35px 28px 34px; border-right: 1px solid rgba(255,255,255,.15); }
.value-card:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.value-card > span { display: block; color: rgba(255,255,255,.42); font-family: "Orbitron", sans-serif; font-size: .62rem; letter-spacing: .12em; }
.value-card svg { width: 39px; height: 39px; margin: 55px 0 25px; fill: none; stroke: var(--gold); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin: 0 0 12px; color: white; font-size: 1.12rem; }
.value-card p { margin: 0; color: rgba(255,255,255,.63); font-size: .86rem; }

.process-section { background: #f7f9fc; }
.process-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 95px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 0; color: var(--muted); }
.process-note { display: flex; gap: 16px; margin-top: 40px; padding: 20px; border: 1px solid #e0e6ed; border-radius: 15px; background: white; box-shadow: var(--shadow-sm); }
.process-note svg { flex: 0 0 31px; width: 31px; height: 31px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.process-note span { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.process-note strong { color: var(--navy); }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 25px; padding: 34px 0 43px; border-bottom: 1px solid #dce3eb; }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #cfd8e3; border-radius: 50%; color: var(--navy); background: white; font-family: "Orbitron", sans-serif; font-size: .65rem; font-weight: 700; box-shadow: 0 8px 22px rgba(10,31,68,.07); }
.process-list h3 { margin: 3px 0 8px; color: var(--navy); font-size: 1.28rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .93rem; }

.about-section { overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { min-height: 560px; display: grid; place-items: center; }
.about-panel { position: relative; overflow: hidden; width: min(100%, 500px); aspect-ratio: .9; padding: 55px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #071835, var(--navy-2)); box-shadow: var(--shadow-lg); }
.about-panel::after { content: ""; position: absolute; width: 380px; height: 380px; right: -210px; bottom: -170px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.about-panel img { position: relative; z-index: 2; width: 130px; filter: brightness(0) invert(1); }
.about-lines { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 44px 44px; transform: perspective(520px) rotateX(58deg) scale(1.7) translateY(46%); transform-origin: bottom; }
.about-panel p { position: absolute; z-index: 2; left: 55px; bottom: 52px; margin: 0; color: white; font-family: "Orbitron", sans-serif; font-size: clamp(1.4rem, 3vw, 2.25rem); font-weight: 700; letter-spacing: .04em; line-height: 1.35; }
.about-panel p span { color: var(--gold); }
.about-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 1rem; }
.about-copy strong { color: var(--navy); }
.legal-note { margin-top: 35px; padding: 21px 24px; border-left: 4px solid var(--gold); background: #f7f9fc; }
.legal-note > strong { display: block; margin-bottom: 5px; font-family: "Orbitron", sans-serif; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-note p { margin: 0; color: var(--muted); font-size: .8rem; }

.faq-section { background: #f7f9fc; }
.faq-layout { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.accordion { border-top: 1px solid #d9e0e8; }
.accordion-item { border-bottom: 1px solid #d9e0e8; }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; border: 0; background: none; color: var(--navy); text-align: left; font-size: 1.05rem; font-weight: 700; }
.accordion-item button span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid #cbd5e1; border-radius: 50%; font-size: 1.35rem; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.accordion-item button[aria-expanded="true"] span { transform: rotate(45deg); background: var(--gold); border-color: var(--gold); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-panel > p { overflow: hidden; margin: 0; color: var(--muted); font-size: .91rem; }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel > p { padding: 0 55px 28px 0; }

.contact-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--navy); color: white; }
.contact-section::after { content: ""; position: absolute; right: -160px; top: -170px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.contact-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 80%); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.contact-copy { padding-top: 30px; }
.contact-section h2 { color: white; font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.contact-copy > p:not(.eyebrow) { margin: 27px 0 0; color: rgba(255,255,255,.66); }
.contact-direct { margin-top: 42px; }
.contact-direct span { display: block; color: rgba(255,255,255,.48); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-direct a { display: inline-block; margin-top: 6px; color: var(--gold); font-size: 1.05rem; font-weight: 700; border-bottom: 1px solid rgba(245,166,35,.5); }
.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.065); box-shadow: 0 30px 75px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; outline: 0; background: rgba(255,255,255,.09); color: white; transition: border .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 135px; padding: 13px 14px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.37); text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); background: rgba(255,255,255,.12); box-shadow: 0 0 0 3px rgba(245,166,35,.13); }
.contact-form select option { color: var(--ink); background: white; }
.form-footer { display: flex; align-items: center; gap: 20px; margin-top: 7px; }
.form-footer .button { flex: 0 0 auto; border-color: var(--gold); background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.form-footer .button span { color: var(--navy); }
.form-footer p { margin: 0; color: rgba(255,255,255,.43); font-size: .66rem; line-height: 1.5; }
.form-footer a { color: rgba(255,255,255,.75); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 65px 0 24px; background: #06152f; color: rgba(255,255,255,.64); }
.footer-top { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-brand { width: 265px; align-self: flex-start; }
.footer-brand img { width: 100%; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 70px; }
.footer-nav > div { display: flex; flex-direction: column; gap: 9px; }
.footer-nav strong { margin-bottom: 5px; color: white; font-family: "Orbitron", sans-serif; font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav a, .footer-nav span { font-size: .79rem; }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 24px; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .14s; }
.reveal-delay-large { transition-delay: .16s; }
.reveal-delay-xl { transition-delay: .24s; }

/* Utility pages */
.utility-page { min-height: 100vh; padding: 155px 0 90px; background: linear-gradient(145deg, #fff, #f4f7fb); }
.utility-page .utility-card { max-width: 820px; margin-inline: auto; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-lg); }
.utility-page h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.utility-page h2 { margin: 34px 0 10px; color: var(--navy); font-size: 1.25rem; }
.utility-page p, .utility-page li { color: var(--muted); }
.utility-page .button { margin-top: 22px; }
.utility-page .meta { margin: 16px 0 30px; color: #8792a3; font-size: .8rem; }

@media (max-width: 1080px) {
  :root { --header-height: 78px; }
  .site-nav { gap: 18px; }
  .site-nav > a:not(.button) { font-size: .7rem; }
  .hero { padding-top: 145px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 4.6rem); }
  .hero-visual { min-height: 500px; }
  .floating-card-two { right: -5px; }
  .section-heading { gap: 45px; }
  .service-card { padding: 29px; }
  .value-card { padding-inline: 22px; }
  .process-layout, .about-layout, .faq-layout, .contact-layout { gap: 55px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: var(--header-height); left: 20px; right: 20px; display: grid; gap: 0; padding: 16px; border: 1px solid rgba(10,31,68,.1); border-radius: 16px; background: white; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .site-nav.open { opacity: 1; transform: translateY(0); visibility: visible; }
  .site-nav > a:not(.button) { padding: 13px 9px; border-bottom: 1px solid #edf0f4; }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 12px; }
  .site-header:not(.scrolled) { background: rgba(255,255,255,.94); border-color: rgba(10,31,68,.06); backdrop-filter: blur(12px); }
  .hero { padding: 135px 0 80px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 730px; }
  .hero-visual { width: min(100%, 700px); margin-inline: auto; }
  .section, .contact-section { padding: 95px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 620px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card > p { min-height: 0; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(2) { border-right: 1px solid rgba(255,255,255,.15); }
  .value-card:nth-child(3), .value-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .process-layout, .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .process-copy, .faq-heading { position: static; }
  .about-visual { min-height: 480px; }
  .about-panel { max-width: 520px; }
  .contact-copy { padding-top: 0; max-width: 700px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 180px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero h1 em { white-space: normal; }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { justify-content: center; }
  .hero-points { display: grid; gap: 9px; }
  .hero-points li:not(:last-child)::after { display: none; }
  .hero-points li::before { content: ""; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--gold); }
  .hero-visual { min-height: 430px; margin-top: 10px; }
  .plan-card { padding: 14px; border-radius: 20px; transform: none; }
  .plan-card-top { padding: 2px 2px 12px; }
  .status-pill { display: none; }
  .plan-card-bottom { gap: 8px; }
  .floating-card { min-width: 172px; padding: 11px 12px; }
  .floating-card-one { left: -2px; bottom: 20px; }
  .floating-card-two { right: -1px; top: 44px; }
  .floating-card-two span { display: none; }
  .audience-inner { justify-content: flex-start; padding-block: 23px; gap: 12px; }
  .audience-inner span { width: 100%; }
  .section, .contact-section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process-copy h2, .about-copy h2, .faq-heading h2 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .service-card { padding: 27px 24px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:first-child, .value-card:nth-child(2) { min-height: 250px; border-left: 1px solid rgba(255,255,255,.15); border-right: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); }
  .value-card:first-child { border-top: 0; }
  .value-card svg { margin-top: 32px; }
  .process-list li { grid-template-columns: 56px 1fr; gap: 15px; }
  .process-list li > span { width: 48px; height: 48px; }
  .about-visual { min-height: 390px; }
  .about-panel { padding: 35px; }
  .about-panel img { width: 95px; }
  .about-panel p { left: 35px; bottom: 35px; }
  .accordion-item.open .accordion-panel > p { padding-right: 10px; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .footer-top { flex-direction: column; gap: 45px; }
  .footer-brand { width: 235px; }
  .footer-nav { width: 100%; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .utility-page .utility-card { padding: 32px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* PVCore consulting-focused revision */
.services-section { background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%); }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.capability-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 30px 28px;
  border: 1px solid #dfe5ed;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(10, 31, 68, .065);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.capability-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -62px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(10, 31, 68, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(10, 31, 68, .018);
}
.capability-card:hover {
  transform: translateY(-5px);
  border-color: rgba(10, 31, 68, .19);
  box-shadow: 0 22px 54px rgba(10, 31, 68, .12);
}
.capability-card-accent {
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  border-color: transparent;
}
.capability-card-accent::after {
  border-color: rgba(255, 255, 255, .13);
  box-shadow: 0 0 0 27px rgba(255, 255, 255, .025);
}
.capability-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  border-radius: 15px;
  background: var(--gold-soft);
  color: var(--navy);
}
.capability-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.capability-card-accent .capability-icon { background: rgba(245, 166, 35, .16); color: var(--gold); }
.capability-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.25;
}
.capability-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.7;
}
.capability-card-accent h3 { color: #ffffff; }
.capability-card-accent p { color: rgba(255, 255, 255, .7); }
.services-disclaimer {
  max-width: 970px;
  margin: 34px auto 0;
  padding: 17px 22px;
  border-left: 4px solid var(--gold);
  background: #f4f7fb;
  color: #667286;
  font-size: .76rem;
  line-height: 1.65;
}

.project-types-section { background: linear-gradient(150deg, #071832 0%, var(--navy) 55%, #102d60 100%); }
.project-type-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.project-type-card {
  min-height: 490px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.project-type-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, .5);
  background: rgba(255, 255, 255, .075);
}
.project-type-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-type-top > span {
  color: rgba(255, 255, 255, .38);
  font-family: "Orbitron", sans-serif;
  font-size: .7rem;
  letter-spacing: .13em;
}
.project-type-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 17px;
  background: rgba(245, 166, 35, .13);
  color: var(--gold);
}
.project-type-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.project-type-card h3 { margin: 34px 0 15px; color: #ffffff; font-size: 1.8rem; }
.project-type-card > p { margin: 0; color: rgba(255, 255, 255, .67); font-size: .94rem; }
.project-type-card ul { list-style: none; padding: 26px 0 0; margin: 29px 0 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.project-type-card li { position: relative; padding: 9px 0 9px 25px; color: rgba(255, 255, 255, .84); font-size: .86rem; font-weight: 600; }
.project-type-card li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 18px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.planset-pro-section { padding: 90px 0; background: #ffffff; }
.planset-pro-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 260px;
  gap: 46px;
  align-items: center;
  padding: 48px 52px;
  border: 1px solid #dce3eb;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 54%, #fff7e8 100%);
  box-shadow: var(--shadow-lg);
}
.planset-pro-card::after {
  content: "";
  position: absolute;
  right: -145px;
  top: -170px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(10, 31, 68, .07);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(10, 31, 68, .018), 0 0 0 104px rgba(10, 31, 68, .012);
}
.planset-pro-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  background: linear-gradient(145deg, #071835, var(--navy-2));
  box-shadow: 0 20px 45px rgba(10, 31, 68, .2);
}
.planset-pro-mark img { width: 92px; filter: brightness(0) invert(1); }
.planset-pro-copy { position: relative; z-index: 1; }
.development-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  padding: 7px 11px;
  border: 1px solid #ead6ad;
  border-radius: 999px;
  background: #fff8e8;
  color: #80530c;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.development-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(245, 166, 35, .14); }
.planset-pro-label { margin: 0 0 5px; color: var(--muted); font-family: "Orbitron", sans-serif; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.planset-pro-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 3.5vw, 3.6rem); line-height: 1.05; }
.planset-pro-copy > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: .94rem; }
.planset-pro-action { position: relative; z-index: 1; padding-left: 32px; border-left: 1px solid #d8e0e9; }
.planset-pro-action p { margin: 0 0 20px; color: #536075; font-size: .83rem; font-weight: 600; }
.planset-pro-action .button { width: 100%; }

.contact-direct-secondary { margin-top: 24px; }

@media (max-width: 1120px) {
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-card { min-height: 300px; }
  .planset-pro-card { grid-template-columns: 135px minmax(0, 1fr) 230px; gap: 32px; padding: 40px; }
  .planset-pro-mark { width: 125px; height: 125px; }
  .planset-pro-mark img { width: 78px; }
}

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: var(--header-height); left: 20px; right: 20px; display: grid; gap: 0; padding: 16px; border: 1px solid rgba(10,31,68,.1); border-radius: 16px; background: white; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .site-nav.open { opacity: 1; transform: translateY(0); visibility: visible; }
  .site-nav > a:not(.button) { padding: 13px 9px; border-bottom: 1px solid #edf0f4; }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 12px; }
  .site-header:not(.scrolled) { background: rgba(255,255,255,.94); border-color: rgba(10,31,68,.06); backdrop-filter: blur(12px); }
}

@media (max-width: 900px) {
  .project-type-grid { grid-template-columns: 1fr; }
  .project-type-card { min-height: auto; }
  .planset-pro-card { grid-template-columns: 110px 1fr; }
  .planset-pro-mark { width: 100px; height: 100px; border-radius: 24px; }
  .planset-pro-mark img { width: 64px; }
  .planset-pro-action { grid-column: 1 / -1; padding: 28px 0 0; border-left: 0; border-top: 1px solid #d8e0e9; }
  .planset-pro-action .button { width: auto; }
}

@media (max-width: 640px) {
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; padding: 27px 24px; }
  .project-type-card { padding: 30px 25px; }
  .project-type-card h3 { font-size: 1.5rem; }
  .planset-pro-section { padding: 70px 0; }
  .planset-pro-card { grid-template-columns: 1fr; gap: 26px; padding: 30px 25px; }
  .planset-pro-mark { width: 92px; height: 92px; }
  .planset-pro-action { grid-column: auto; }
  .planset-pro-action .button { width: 100%; }
}

/* Keep the secondary hero line within the copy column. */
.hero h1 em { font-size: .82em; }
