:root {
  --navy: #071d4a;
  --navy-2: #0b2a68;
  --blue: #0878f9;
  --blue-dark: #0562d4;
  --teal: #12c6ba;
  --ink: #10213e;
  --muted: #61708a;
  --line: #dfe7f1;
  --soft: #f3f7fc;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; height: 78px; background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(211,223,238,.8); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; width: 226px; }
.brand img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; color: #31415c; font-size: 14px; font-weight: 650; }
.nav > a:not(.button) { transition: color .2s ease; }
.nav > a:not(.button):hover { color: var(--blue); }
.nav-signin { padding-left: 24px; border-left: 1px solid var(--line); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 25px; border-radius: 11px; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 9px; background: var(--blue); color: white; box-shadow: 0 8px 20px rgba(8,120,249,.2); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.hero { position: relative; min-height: 698px; overflow: hidden; background: linear-gradient(125deg, #f8fbff 0%, #fff 50%, #f1fbfc 100%); border-bottom: 1px solid #e6edf6; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#a9bfd9 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to right, #000, transparent 46%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 500px; height: 500px; right: -170px; top: -240px; background: radial-gradient(circle, rgba(18,198,186,.17), rgba(18,198,186,0) 68%); }
.hero-glow-two { width: 560px; height: 560px; left: -260px; bottom: -390px; background: radial-gradient(circle, rgba(8,120,249,.13), rgba(8,120,249,0) 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 46% 54%; align-items: center; min-height: 698px; }
.hero-copy { z-index: 2; padding: 58px 0 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px 8px 9px; border: 1px solid #d6e5f6; border-radius: 999px; background: rgba(255,255,255,.8); color: #315274; font-size: 12px; font-weight: 700; letter-spacing: .03em; box-shadow: 0 8px 30px rgba(18,52,92,.05); }
.eyebrow span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #dcf8f3; color: #069b91; }
.hero h1 { margin: 23px 0 20px; color: var(--navy); font-size: clamp(47px, 5vw, 68px); line-height: 1.04; letter-spacing: -.052em; font-weight: 790; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 580px; margin: 0; color: #536781; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 13px 30px rgba(8,120,249,.25); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 34px rgba(8,120,249,.3); }
.button-secondary { color: var(--navy); background: #fff; border: 1px solid #ccd9e8; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: #66768b; font-size: 12px; font-weight: 650; }
.hero-points b { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; border-radius: 50%; background: #e4f7f4; color: #079a90; font-size: 10px; }

.dashboard-wrap { position: relative; z-index: 2; width: 670px; transform: translateX(28px); }
.dashboard-card { overflow: hidden; border: 1px solid rgba(181,203,228,.8); border-radius: 19px; background: #fff; box-shadow: 0 35px 85px rgba(15,52,91,.18), 0 8px 22px rgba(15,52,91,.07); }
.dash-topbar { display: flex; height: 48px; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid #e3eaf3; background: #fff; }
.dash-mini-brand { display: flex; align-items: center; gap: 6px; color: var(--navy); font-size: 13px; font-weight: 800; }
.dash-mini-brand span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, var(--blue), var(--teal)); color: white; font-size: 16px; font-family: Georgia, serif; }
.dash-user { display: flex; align-items: center; gap: 8px; color: #6e7c90; font-size: 9px; font-weight: 800; }
.dash-user i { width: 6px; height: 6px; border-radius: 50%; background: #14c69f; box-shadow: 0 0 0 3px #d9f8ef; }
.dash-body { display: grid; grid-template-columns: 46px 1fr; height: 430px; background: #f5f8fc; }
.dash-side { display: flex; flex-direction: column; align-items: center; gap: 17px; padding-top: 24px; border-right: 1px solid #e4ebf4; background: #fff; color: #92a0b2; }
.dash-side span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; font-size: 13px; }
.dash-side .active { color: var(--blue); background: #eaf3ff; }
.dash-content { padding: 20px 18px; }
.dash-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-heading div { display: flex; flex-direction: column; gap: 3px; }
.dash-heading small { color: #96a4b6; font-size: 7px; letter-spacing: .15em; }
.dash-heading strong { color: var(--navy); font-size: 15px; }
.dash-heading button { border: 0; border-radius: 6px; padding: 8px 11px; background: var(--blue); color: #fff; font-size: 8px; font-weight: 700; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 16px; }
.stat { display: flex; min-height: 91px; flex-direction: column; justify-content: center; padding: 12px; border: 1px solid #e2e9f2; border-radius: 9px; background: #fff; }
.stat span { color: #738197; font-size: 8px; }
.stat strong { margin: 7px 0 5px; color: var(--navy); font-size: 17px; }
.stat small { color: #9aa6b6; font-size: 7px; }
.stat .positive { color: #07a47e; }
.dash-lower { display: grid; grid-template-columns: 1fr 132px; gap: 9px; margin-top: 11px; }
.invoice-panel { min-height: 233px; padding: 14px; border: 1px solid #e2e9f2; border-radius: 9px; background: #fff; }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; }
.panel-title strong { color: var(--navy); font-size: 10px; }
.panel-title span { color: var(--blue); font-size: 7px; }
.invoice-line { display: grid; grid-template-columns: 28px 1fr 48px 39px; gap: 8px; align-items: center; min-height: 53px; border-top: 1px solid #eef2f7; }
.invoice-line .avatar { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; color: #fff; font-size: 6px; font-style: normal; font-weight: 800; }
.avatar.blue { background: #3b82f6; }.avatar.teal { background: #14b8a6; }.avatar.navy { background: #233d74; }
.invoice-line div { display: flex; flex-direction: column; gap: 3px; }.invoice-line b { font-size: 7px; color: #31415a; }.invoice-line small { font-size: 6px; color: #9ba7b5; }.invoice-line > strong { font-size: 7px; color: #243550; }
.invoice-line em { justify-self: end; padding: 4px 5px; border-radius: 999px; font-size: 5px; font-style: normal; font-weight: 800; }
.paid { background: #ddf8f0; color: #078968; }.pending { background: #fff5d7; color: #9a6c00; }.overdue { background: #ffebee; color: #cb4d5d; }
.paid-card { display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 9px; background: linear-gradient(155deg, #08265e, #0d3a7e); color: white; box-shadow: inset 0 1px rgba(255,255,255,.1); }
.paid-check { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(18,198,186,.2); color: #5bf2dc; }
.paid-card small { margin-top: 12px; color: #94bbdd; font-size: 6px; letter-spacing: .11em; }.paid-card strong { margin-top: 5px; font-size: 17px; }.paid-card p { margin: 4px 0 0; color: #a9c5df; font-size: 7px; }
.float-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 150px; padding: 11px 14px; border: 1px solid rgba(203,218,234,.9); border-radius: 11px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(12,46,85,.17); }
.float-note > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: #dff8f4; color: #06998e; font-size: 13px; font-weight: 900; }
.float-note div { display: flex; flex-direction: column; gap: 3px; }.float-note small { color: #8795a9; font-size: 7px; }.float-note strong { color: var(--navy); font-size: 9px; }.float-note-top { top: -26px; right: 18px; }.float-note-bottom { bottom: -25px; left: -35px; }

.audience-strip { border-bottom: 1px solid #e6edf5; background: #fff; }
.audience-inner { display: flex; min-height: 100px; align-items: center; gap: 55px; }
.audience-inner p { flex: 0 0 auto; margin: 0; color: #8794a6; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.audience-inner > div { display: flex; justify-content: space-between; width: 100%; color: #66768b; font-size: 13px; font-weight: 700; }
.audience-inner > div span::before { content: "·"; margin-right: 10px; color: var(--teal); font-size: 22px; vertical-align: -2px; }

.section { padding: 104px 0; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.narrow { max-width: 680px; }
.section-label { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.section-label.light { color: #65e8dc; }
.section-heading h2, .crm-copy h2, .portal-copy h2, .faq-intro h2, .contact-card h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4vw, 50px); line-height: 1.13; letter-spacing: -.038em; }
.section-heading h2 span { color: var(--blue); }
.section-heading p { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.intro-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 260px; padding: 28px 25px; border: 1px solid #e0e8f2; border-radius: 16px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: #bdd7f7; box-shadow: 0 20px 45px rgba(20,55,94,.09); }
.feature-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #e8f3ff, #e2faf7); color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .03em; }
.feature-card h3 { margin: 23px 0 10px; color: var(--navy); font-size: 17px; letter-spacing: -.01em; }
.feature-card p { margin: 0; color: #6b7a8f; font-size: 13px; line-height: 1.75; }

.crm-section { overflow: hidden; background: var(--soft); }
.crm-grid { display: grid; grid-template-columns: 52% 48%; align-items: center; gap: 44px; }
.crm-visual { position: relative; min-height: 500px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed #b9cae0; border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 325px; height: 325px; }.orbit-two { width: 480px; height: 480px; opacity: .65; }
.crm-center { position: absolute; left: 50%; top: 50%; display: flex; width: 145px; height: 145px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(145deg, var(--navy), #0d418b); color: #fff; transform: translate(-50%,-50%); box-shadow: 0 24px 50px rgba(5,35,82,.25); }
.crm-center span { display: grid; width: 31px; height: 31px; place-items: center; margin-bottom: 6px; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--teal)); font-family: Georgia, serif; font-size: 21px; }.crm-center strong { font-size: 12px; }.crm-center small { margin-top: 4px; color: #a9c8e9; font-size: 8px; }
.orbit-card { position: absolute; display: grid; grid-template-columns: 43px 1fr; width: 166px; min-height: 75px; align-items: center; column-gap: 9px; padding: 13px; border: 1px solid #dce6f1; border-radius: 13px; background: #fff; box-shadow: 0 15px 34px rgba(16,45,81,.09); }
.orbit-card span { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: #eaf3ff; color: var(--blue); font-size: 10px; font-weight: 900; }.orbit-card b { align-self: end; color: var(--navy); font-size: 11px; }.orbit-card small { align-self: start; color: #8a98aa; font-size: 7px; }
.card-client { top: 52px; left: 50%; transform: translateX(-50%); }.card-invoice { right: 3px; top: 50%; transform: translateY(-50%); }.card-project { bottom: 39px; left: 50%; transform: translateX(-50%); }.card-support { left: 0; top: 50%; transform: translateY(-50%); }
.crm-copy h2 { margin-top: 2px; }
.crm-copy > p { color: #61718a; font-size: 15px; line-height: 1.75; }
.crm-copy .large-copy { margin-top: 22px; color: #30445f; font-size: 19px; font-weight: 600; line-height: 1.6; }
.check-list { display: flex; flex-direction: column; gap: 16px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; }
.check-list li > span { display: grid; flex: 0 0 35px; height: 35px; place-items: center; border-radius: 50%; background: #ddf7f3; color: #04978c; font-weight: 900; }
.check-list div { display: flex; flex-direction: column; gap: 4px; }.check-list b { color: var(--navy); font-size: 14px; }.check-list small { color: #77869a; font-size: 12px; }

.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.steps-grid article { position: relative; min-height: 390px; padding: 28px; border: 1px solid #e0e8f1; border-radius: 18px; background: #fff; }
.step-number { position: absolute; top: 25px; right: 25px; color: #b5c2d2; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.step-art { position: relative; display: flex; height: 152px; align-items: center; justify-content: center; margin-bottom: 29px; border-radius: 13px; background: linear-gradient(145deg, #f0f6fe, #f4fbfa); }
.step-art > b:first-child { position: absolute; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 24px; box-shadow: 0 10px 20px rgba(8,120,249,.2); }
.step-art > i { display: grid; width: 49px; height: 49px; place-items: center; margin: 0 -5px; border: 3px solid #fff; border-radius: 50%; background: #284b84; color: #fff; font-size: 9px; font-style: normal; font-weight: 800; }.step-art > i:nth-of-type(2) { background: #12a99f; }.step-art > i:nth-of-type(3) { background: #2586e9; }
.invoice-art { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 27px 75px; background: #f0f6fe; }
.invoice-art i { width: 100%; height: 7px; margin: 6px 0; border: 0; border-radius: 4px; background: #c9d8ea; }.invoice-art i:nth-child(2) { width: 75%; background: #d7e2ee; }.invoice-art i:nth-child(3) { width: 88%; background: #d7e2ee; }
.invoice-art b { align-self: flex-end; margin-top: 10px; padding: 7px 12px; border-radius: 6px; background: var(--blue); color: #fff; font-size: 8px; }
.payment-art { flex-direction: column; }.payment-art span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #dbf7f2; color: #059488; font-size: 19px; }.payment-art strong { margin-top: 10px; color: var(--navy); font-size: 19px; }.payment-art small { margin-top: 4px; color: #8090a3; font-size: 8px; }
.steps-grid h3 { margin: 0 0 11px; color: var(--navy); font-size: 20px; }.steps-grid p { margin: 0; color: #6b7a8e; font-size: 13px; line-height: 1.75; }

.portal-section { overflow: hidden; background: linear-gradient(120deg, #061c49, #0a3473 68%, #075e7d); color: #fff; }
.portal-grid { display: grid; grid-template-columns: 42% 58%; align-items: center; gap: 58px; }
.portal-copy h2 { color: #fff; }
.portal-copy > p { color: #b6cee5; font-size: 15px; line-height: 1.75; }
.portal-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 24px 0 29px; color: #d9e8f6; font-size: 13px; }.portal-list span::first-letter { color: var(--teal); }
.button-light { background: #fff; color: var(--navy); box-shadow: 0 12px 30px rgba(0,0,0,.17); }
.portal-window { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: #f5f8fc; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.28); transform: rotate(1.5deg) translateX(30px); }
.portal-top { display: flex; height: 55px; align-items: center; padding: 0 20px; background: #fff; border-bottom: 1px solid #e3eaf2; }.portal-top > small { margin-left: auto; margin-right: 14px; color: #9aa7b7; font-size: 7px; letter-spacing: .12em; }.portal-top > i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 7px; font-style: normal; }
.portal-welcome { padding: 27px 30px 18px; }.portal-welcome small { color: #93a0b2; font-size: 7px; letter-spacing: .13em; }.portal-welcome strong { display: block; margin-top: 7px; color: var(--navy); font-size: 20px; }.portal-welcome p { margin: 5px 0 0; color: #8593a5; font-size: 9px; }
.portal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0 30px; }.portal-stats div { display: flex; min-height: 105px; flex-direction: column; justify-content: center; padding: 15px; border: 1px solid #e0e8f1; border-radius: 10px; background: #fff; }.portal-stats small { color: #8492a4; font-size: 8px; }.portal-stats strong { margin: 6px 0; color: var(--navy); font-size: 22px; }.portal-stats span { color: #08a183; font-size: 7px; }
.portal-invoice { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; margin: 16px 30px 30px; padding: 17px; border: 1px solid #e0e8f1; border-radius: 10px; background: #fff; }.portal-invoice div { display: flex; flex-direction: column; gap: 4px; }.portal-invoice span { color: var(--blue); font-size: 7px; font-weight: 800; }.portal-invoice b { color: var(--navy); font-size: 9px; }.portal-invoice > strong { color: var(--navy); font-size: 11px; }.portal-invoice em { color: var(--blue); font-size: 8px; font-style: normal; font-weight: 700; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 36% 64%; gap: 80px; align-items: start; }
.faq-intro h2 { font-size: 40px; }.faq-intro p { color: #6c7b8f; font-size: 14px; line-height: 1.75; }.faq-intro > a { display: inline-flex; gap: 8px; margin-top: 12px; color: var(--blue); font-size: 14px; font-weight: 750; }
.faq-list { border-top: 1px solid #dce5ef; }
.faq-item { border-bottom: 1px solid #dce5ef; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 23px 0; border: 0; background: transparent; color: var(--navy); text-align: left; font-size: 16px; font-weight: 740; cursor: pointer; }.faq-item button i { display: grid; flex: 0 0 31px; height: 31px; place-items: center; border-radius: 50%; background: #edf4fc; color: var(--blue); font-size: 18px; font-style: normal; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.faq-answer p { overflow: hidden; margin: 0; color: #6c7b8f; font-size: 14px; line-height: 1.75; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 50px 22px 0; }

.contact-section { padding: 0 0 80px; background: #fff; }
.contact-card { display: grid; grid-template-columns: 60% 40%; align-items: center; min-height: 330px; padding: 55px 62px; border-radius: 23px; background: linear-gradient(120deg, #0878f9, #0866dc 55%, #087dba); color: #fff; box-shadow: 0 25px 60px rgba(8,102,220,.21); }
.contact-card h2 { color: #fff; font-size: 43px; }.contact-card p { max-width: 630px; margin: 15px 0 0; color: #dceeff; font-size: 15px; line-height: 1.7; }.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-left: 35px; }.button-white { width: 100%; background: #fff; color: var(--navy); }.contact-phone { display: flex; flex-direction: column; gap: 4px; }.contact-phone small { color: #cde5ff; font-size: 10px; }.contact-phone strong { color: #fff; font-size: 18px; }

footer { background: #071939; color: #fff; }
.footer-main { display: grid; grid-template-columns: 38% 16% 19% 27%; padding: 66px 0 48px; }
.footer-brand img { width: 235px; filter: brightness(0) invert(1); }.footer-brand p { max-width: 290px; color: #94acc7; font-size: 13px; line-height: 1.7; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }.footer-main h3 { margin: 0 0 4px; color: #dce9f6; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }.footer-main a, .footer-main address { color: #93aac4; font-size: 12px; font-style: normal; line-height: 1.6; transition: color .2s; }.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-top: 1px solid rgba(255,255,255,.1); color: #708aa7; font-size: 10px; }

@media (max-width: 1080px) {
  .nav { gap: 17px; }.nav > a:nth-child(3), .nav > a:nth-child(4) { display: none; }
  .hero-grid { grid-template-columns: 48% 52%; }.dashboard-wrap { width: 610px; transform: translateX(5px); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }.crm-grid { grid-template-columns: 50% 50%; gap: 20px; }
  .contact-card { grid-template-columns: 58% 42%; padding: 48px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; }.brand { width: 205px; }.menu-toggle { display: block; cursor: pointer; }
  .nav { position: absolute; left: 0; right: 0; top: 69px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 22px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(16,42,75,.1); }.nav.open { display: flex; }.nav > a, .nav > a:nth-child(3), .nav > a:nth-child(4) { display: block; padding: 13px 4px; }.nav-signin { border-left: 0; border-top: 1px solid var(--line); }.nav .button { margin-top: 8px; padding: 0 18px; }
  .hero-grid { grid-template-columns: 1fr; padding: 50px 0 70px; }.hero-copy { padding: 0; text-align: center; }.eyebrow { margin: 0 auto; }.hero-lead { margin: 0 auto; }.hero-actions, .hero-points { justify-content: center; }.dashboard-wrap { width: min(680px, 95vw); margin: 75px auto 0; transform: none; }
  .audience-inner { flex-direction: column; gap: 17px; padding: 28px 0; }.audience-inner > div { flex-wrap: wrap; justify-content: center; gap: 10px 25px; }
  .section { padding: 82px 0; }.crm-grid { grid-template-columns: 1fr; }.crm-visual { order: 2; max-width: 620px; width: 100%; margin: 20px auto 0; }.crm-copy { max-width: 650px; margin: 0 auto; }.steps-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }.steps-grid article { min-height: auto; }
  .portal-grid { grid-template-columns: 1fr; }.portal-window { margin-top: 35px; transform: none; }.faq-grid { grid-template-columns: 1fr; gap: 45px; }.contact-card { grid-template-columns: 1fr; gap: 35px; }.contact-actions { padding-left: 0; }.footer-main { grid-template-columns: 2fr 1fr 1fr; gap: 45px 25px; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 30px, 1180px); }
  .hero h1 { font-size: 43px; }.hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; }.hero-points { gap: 12px; }
  .dashboard-wrap { width: 740px; transform: scale(.53); transform-origin: left top; margin-bottom: -194px; margin-left: 0; }.float-note-top { right: 8px; }.float-note-bottom { left: -4px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.section-heading h2, .crm-copy h2, .portal-copy h2, .contact-card h2 { font-size: 35px; }
  .crm-visual { min-height: 420px; transform: scale(.8); margin: -20px 0 -55px; }.orbit-two { width: 430px; height: 430px; }.orbit-one { width: 280px; height: 280px; }.card-support { left: -54px; }.card-invoice { right: -54px; }
  .portal-stats { grid-template-columns: 1fr; }.portal-stats div { min-height: 85px; }.portal-invoice { grid-template-columns: 1fr auto; }.portal-invoice em { grid-column: 1 / -1; }.contact-card { width: calc(100% - 30px); padding: 38px 25px; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-brand, .footer-main > div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
