:root {
	--navy: #06294a;
	--deep-navy: #031c34;
	--blue: #4d88aa;
	--light-blue: #75a9c5;
	--mist: #f5f8fa;
	--sand: #edf3f5;
	--ink: #102b42;
	--muted: #5f7180;
	--white: #fff;
	--line: rgba(6, 41, 74, .14);
	--shadow: 0 18px 50px rgba(3, 28, 52, .1);
	--radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mist); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body, button, input, select, textarea { -webkit-font-smoothing: antialiased; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue); }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.container { margin: 0 auto; max-width: 1180px; padding-left: 28px; padding-right: 28px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; white-space: nowrap; width: 1px; }
.screen-reader-text:focus { background: var(--white); clip: auto; clip-path: none; height: auto; left: 12px; padding: 10px 14px; top: 12px; width: auto; z-index: 999; }
.skip-link { color: var(--navy); }
.site-main { overflow: hidden; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.2; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow-light { color: var(--light-blue); }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 22px; }
h1 { font-size: clamp(45px, 6vw, 78px); max-width: 760px; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 20px; letter-spacing: -.015em; }
p { margin: 0 0 18px; }
.button { align-items: center; background: var(--light-blue); border: 1px solid var(--light-blue); border-radius: 3px; color: var(--deep-navy); display: inline-flex; font-size: 12px; font-weight: 800; gap: 16px; justify-content: center; letter-spacing: .12em; min-height: 52px; padding: 0 22px; text-decoration: none; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus { background: var(--white); border-color: var(--white); color: var(--deep-navy); transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 0; }
.button-small { min-height: 42px; padding: 0 15px; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.48); color: var(--white); }
.button-ghost:hover, .button-ghost:focus { border-color: var(--light-blue); background: var(--light-blue); color: var(--deep-navy); }
.button-outline { background: transparent; border-color: var(--blue); color: var(--navy); }
.button-outline:hover, .button-outline:focus { background: var(--navy); border-color: var(--navy); color: var(--white); }
.button-light { background: var(--white); border-color: var(--white); color: var(--navy); }
.button-light:hover, .button-light:focus { background: var(--light-blue); border-color: var(--light-blue); }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header { background: rgba(245,248,250,.94); border-bottom: 1px solid var(--line); left: 0; position: sticky; right: 0; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.header-inner { align-items: center; display: flex; gap: 27px; min-height: 78px; }
.site-branding { flex: 0 0 auto; }
.wordmark { color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.wordmark-light { color: var(--white); }
.custom-logo-link { display: block; }
.custom-logo { max-height: 45px; width: auto; }
.primary-navigation { flex: 1; }
.primary-navigation ul, .footer-grid ul { list-style: none; margin: 0; padding: 0; }
.primary-navigation ul { align-items: center; display: flex; gap: 22px; justify-content: flex-end; }
.primary-navigation a { color: var(--muted); font-size: 13px; text-decoration: none; transition: color .2s ease; }
.primary-navigation a:hover, .primary-navigation .current-menu-item a { color: var(--navy); }
.menu-toggle { background: transparent; border: 0; display: none; padding: 8px; }
.menu-toggle span:not(.screen-reader-text) { background: var(--navy); display: block; height: 2px; margin: 4px 0; width: 24px; }
.dr-admin-notice { background: #fff4d7; color: #5b4313; font-size: 13px; padding: 10px 20px; text-align: center; }

/* Hero and homepage */
.hero { background: linear-gradient(90deg, rgba(3,28,52,.96), rgba(3,28,52,.7)), url("../images/hero-grid.svg") center/cover; color: var(--white); min-height: 640px; position: relative; }
.hero:after { background: linear-gradient(135deg, transparent 47%, rgba(117,169,197,.17) 47%, transparent 48%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-inner { align-items: center; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); min-height: 640px; position: relative; z-index: 1; }
.hero-copy h1 { color: var(--white); max-width: 730px; }
.hero-description { color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; max-width: 630px; }
.hero-aside { align-items: center; display: flex; height: 410px; justify-content: center; position: relative; }
.hero-orbit { border: 1px solid rgba(117,169,197,.3); border-radius: 50%; position: absolute; transform: rotate(-24deg); }
.orbit-one { height: 340px; width: 220px; }
.orbit-two { height: 410px; transform: rotate(62deg); width: 260px; }
.hero-marker { background: var(--light-blue); border-radius: 2px; box-shadow: 0 20px 60px rgba(0,0,0,.22); color: var(--deep-navy); padding: 26px; position: relative; transform: rotate(-5deg); width: 215px; }
.hero-marker:before { border: 1px solid rgba(3,28,52,.25); content: ""; inset: 8px; pointer-events: none; position: absolute; }
.hero-marker span, .hero-marker strong, .hero-marker small { display: block; position: relative; }
.hero-marker span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.hero-marker strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.1; margin: 12px 0; }
.hero-marker small { font-size: 12px; line-height: 1.4; }
.stats-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { border-left: 1px solid var(--line); padding: 31px 34px; }
.stat:last-child { border-right: 1px solid var(--line); }
.stat strong { color: var(--navy); display: block; font-family: Georgia, serif; font-size: 44px; font-weight: 500; line-height: 1; margin-bottom: 10px; }
.stat span { color: var(--muted); display: block; font-size: 13px; max-width: 190px; }
.section { padding: 112px 0; }
.section-light { background: var(--mist); }
.section-sand { background: var(--sand); }
.section-navy { background: var(--deep-navy); color: rgba(255,255,255,.75); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-heading { margin-bottom: 48px; max-width: 820px; }
.section-heading h2 { max-width: 700px; }
.split-heading { align-items: end; display: flex; gap: 70px; justify-content: space-between; max-width: none; }
.split-heading > div { max-width: 690px; }
.split-heading > p { color: var(--muted); max-width: 340px; }
.narrow-heading h2 { max-width: 680px; }
.service-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.service-card, .feature-card, .audience-card { background: var(--white); border: 1px solid var(--line); min-height: 260px; padding: 30px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.service-card:hover, .feature-card:hover, .audience-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-number, .step-number { color: var(--blue); display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin-top: 48px; }
.service-card p, .feature-card p { color: var(--muted); font-size: 15px; max-width: 300px; }
.card-arrow { bottom: 25px; color: var(--blue); font-size: 22px; position: absolute; right: 28px; }
.process-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); }
.process-step { border-left: 1px solid rgba(255,255,255,.19); min-height: 220px; padding: 0 27px; }
.process-step:first-child { padding-left: 0; }
.process-step h3 { font-family: "Segoe UI", Arial, sans-serif; font-size: 13px; letter-spacing: .13em; margin-top: 46px; }
.process-step p { color: rgba(255,255,255,.6); font-size: 14px; }
.proof-grid { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.1fr .9fr; }
.proof-grid > div:last-child { max-width: 400px; }
.proof-grid p { color: var(--muted); font-size: 17px; }
.text-link { color: var(--navy); display: inline-flex; font-size: 12px; font-weight: 800; gap: 12px; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--blue); }

/* Pricing and cards */
.pricing-grid { align-items: stretch; display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.pricing-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 585px; padding: 33px; position: relative; }
.pricing-card.is-featured { background: var(--navy); border-color: var(--navy); box-shadow: 0 24px 60px rgba(6,41,74,.2); color: rgba(255,255,255,.75); transform: translateY(-12px); }
.pricing-card.is-featured h2, .pricing-card.is-featured .plan-price { color: var(--white); }
.pricing-card.is-featured .eyebrow { color: var(--light-blue); }
.pricing-card .plan-badge { background: var(--light-blue); color: var(--deep-navy); font-size: 10px; font-weight: 900; letter-spacing: .12em; padding: 8px 11px; position: absolute; right: 22px; text-transform: uppercase; top: 22px; }
.pricing-card h2 { font-size: 31px; max-width: 210px; }
.plan-price { color: var(--navy); font-family: Georgia, serif; font-size: 52px; line-height: 1; margin: 12px 0 25px; }
.plan-description { color: var(--muted); font-size: 14px; }
.feature-list { border-top: 1px solid var(--line); list-style: none; margin: 0 0 30px; padding: 20px 0 0; }
.feature-list li { color: var(--muted); display: flex; font-size: 14px; gap: 10px; margin: 9px 0; }
.feature-list li span { color: var(--blue); font-weight: 800; }
.is-featured .feature-list { border-color: rgba(255,255,255,.16); }
.is-featured .feature-list li { color: rgba(255,255,255,.78); }
.pricing-card .button { margin-top: auto; }
.empty-state { background: var(--white); border: 1px dashed var(--line); padding: 36px; }
.empty-state h2 { font-size: 28px; }
.empty-state p { color: var(--muted); }

/* Interior pages */
.page-hero { background: var(--deep-navy); color: rgba(255,255,255,.72); padding: 95px 0 90px; }
.page-hero h1 { color: var(--white); max-width: 740px; }
.page-hero p:last-child { font-size: 18px; max-width: 650px; }
.content-shell { padding-bottom: 100px; padding-top: 20px; }
.breadcrumbs { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 12px; margin: 0 0 65px; }
.breadcrumbs a { text-decoration: none; }
.section-intro { margin: 15px 0 55px; max-width: 720px; }
.section-intro h2 { max-width: 650px; }
.section-intro > p:last-child { color: var(--muted); font-size: 17px; }
.section-intro-spaced { margin-top: 100px; }
.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 230px; }
.feature-card h2 { font-family: "Segoe UI", Arial, sans-serif; font-size: 14px; letter-spacing: .1em; margin-top: 48px; }
.source-grid { display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.source-grid > div:last-child p { color: var(--muted); font-size: 17px; }
.source-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.source-tags span { border: 1px solid var(--line); color: var(--navy); font-size: 12px; padding: 8px 12px; }
.audience-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.audience-card { min-height: 370px; padding: 42px; }
.audience-card h2 { max-width: 360px; }
.audience-card p { color: var(--muted); max-width: 380px; }
.audience-card-dark { background: var(--navy); border-color: var(--navy); color: rgba(255,255,255,.72); }
.audience-card-dark h2 { color: var(--white); }
.audience-card-dark p { color: rgba(255,255,255,.72); }
.check-list { list-style: none; margin: 34px 0 0; padding: 0; }
.check-list li { border-top: 1px solid var(--line); padding: 10px 0; }
.audience-card-dark .check-list li { border-color: rgba(255,255,255,.18); }
.testimonial-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.testimonial-grid-full { margin-top: 40px; }
.testimonial-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 360px; padding: 30px; position: relative; }
.quote-mark { color: var(--light-blue); font-family: Georgia, serif; font-size: 70px; line-height: .7; }
.rating { color: var(--blue); font-size: 14px; letter-spacing: .1em; margin: 24px 0; }
.testimonial-card blockquote { color: var(--navy); font-family: Georgia, serif; font-size: 20px; line-height: 1.45; margin: 0 0 30px; }
.testimonial-card blockquote p { margin: 0; }
.person { align-items: center; display: flex; gap: 12px; margin-top: auto; }
.person-photo, .person-photo img { border-radius: 50%; height: 42px; object-fit: cover; width: 42px; }
.person strong, .person span { display: block; }
.person strong { color: var(--navy); font-size: 13px; }
.person span { color: var(--muted); font-size: 12px; }
.empty-state-large { padding: 85px 40px; text-align: center; }
.empty-icon { color: var(--light-blue); display: block; font-family: Georgia, serif; font-size: 75px; line-height: .8; }
.empty-state-large p { margin: 0 auto; max-width: 520px; }
.faq-shell { max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { align-items: center; cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 23px; gap: 18px; justify-content: space-between; list-style: none; padding: 24px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--blue); font-family: "Segoe UI", Arial, sans-serif; font-size: 28px; font-weight: 300; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer { color: var(--muted); max-width: 730px; padding: 0 55px 25px 0; }

/* Contact */
.contact-layout { display: grid; gap: 80px; grid-template-columns: .85fr 1.15fr; }
.contact-copy .breadcrumbs { margin-bottom: 55px; }
.contact-details { border-top: 1px solid var(--line); display: grid; gap: 20px; margin-top: 50px; padding-top: 24px; }
.contact-details p { color: var(--muted); margin: 7px 0 0; }
.form-card { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 35px; }
.form-row { margin-bottom: 18px; }
.form-row label { color: var(--navy); display: block; font-size: 12px; font-weight: 800; letter-spacing: .07em; margin-bottom: 7px; text-transform: uppercase; }
.form-row label span { color: #b34b4b; }
.form-row input, .form-row select, .form-row textarea { background: var(--mist); border: 1px solid var(--line); border-radius: 2px; color: var(--ink); min-height: 50px; padding: 12px 14px; width: 100%; }
.form-row textarea { min-height: 120px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(77,136,170,.18); outline: 0; }
.two-col { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.form-notice { font-size: 14px; margin-bottom: 20px; padding: 13px 15px; }
.form-success { background: #e6f4eb; color: #215b34; }
.form-error { background: #fff0ed; color: #8e3c30; }
.thank-you-page { align-items: center; background: var(--deep-navy); color: rgba(255,255,255,.74); display: flex; min-height: 630px; text-align: center; }
.thank-you-inner { max-width: 800px; }
.thank-you-inner h1 { color: var(--white); margin-left: auto; margin-right: auto; }
.thank-you-inner p:not(.eyebrow) { font-size: 18px; margin-left: auto; margin-right: auto; max-width: 550px; }
.thank-you-inner .button-row { justify-content: center; margin-top: 30px; }
.success-mark { align-items: center; border: 1px solid var(--light-blue); border-radius: 50%; color: var(--light-blue); display: flex; font-size: 26px; height: 58px; justify-content: center; margin: 0 auto 30px; width: 58px; }
.standard-content { margin: 20px auto 0; max-width: 780px; }
.standard-content h1 { margin-bottom: 35px; }
.standard-content h2 { font-size: 31px; margin-top: 45px; }
.standard-content p, .standard-content li { color: var(--muted); font-size: 17px; }
.featured-image { margin: 30px 0; }
.featured-image img { width: 100%; }
.post-list { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.post-card { background: var(--white); border: 1px solid var(--line); padding: 28px; }
.post-card h2 { font-size: 29px; }
.post-card p { color: var(--muted); }

/* Footer */
.cta-band { background: var(--blue); color: var(--white); padding: 66px 0; }
.cta-inner { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.cta-inner h2 { color: var(--white); margin: 0; max-width: 700px; }
.site-footer { background: var(--deep-navy); color: rgba(255,255,255,.62); padding: 75px 0 25px; }
.footer-grid { display: grid; gap: 60px; grid-template-columns: 1.5fr 1fr 1fr; }
.footer-brand p { font-size: 14px; margin-top: 24px; max-width: 260px; }
.footer-heading { color: var(--white); font-family: "Segoe UI", Arial, sans-serif; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid li { font-size: 13px; margin: 9px 0; }
.footer-grid li a { text-decoration: none; }
.footer-contact { overflow-wrap: anywhere; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.social-links a { color: var(--light-blue); font-size: 12px; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); display: flex; font-size: 12px; justify-content: space-between; margin-top: 65px; padding-top: 20px; }
.legal-links { display: flex; gap: 20px; }
.legal-links a { text-decoration: none; }

@media (max-width: 980px) {
	.header-inner { gap: 16px; }
	.primary-navigation ul { gap: 13px; }
	.header-cta { display: none; }
	.hero, .hero-inner { min-height: 590px; }
	.hero-aside { height: 330px; }
	.orbit-one { height: 275px; width: 180px; }
	.orbit-two { height: 330px; width: 210px; }
	.pricing-grid, .testimonial-grid { grid-template-columns: 1fr; }
	.pricing-card { min-height: 0; }
	.pricing-card.is-featured { transform: none; }
	.pricing-card .button { margin-top: 20px; }
}

@media (max-width: 740px) {
	.container { padding-left: 20px; padding-right: 20px; }
	.site-header { position: sticky; }
	.header-inner { min-height: 68px; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-navigation { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; left: 0; padding: 14px 20px 20px; position: absolute; right: 0; top: 68px; }
	.primary-navigation.is-open { display: block; }
	.primary-navigation ul { align-items: stretch; flex-direction: column; gap: 0; }
	.primary-navigation li { border-bottom: 1px solid var(--line); }
	.primary-navigation a { display: block; padding: 12px 0; }
	.hero, .hero-inner { min-height: auto; }
	.hero-inner { display: block; padding-bottom: 65px; padding-top: 80px; }
	.hero-description { font-size: 16px; }
	.hero-aside { height: 250px; margin-top: 15px; }
	.stats-grid { grid-template-columns: 1fr; }
	.stat, .stat:last-child { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); padding: 22px 20px; }
	.stat:last-child { border-bottom: 0; }
	.section { padding: 75px 0; }
	.split-heading, .proof-grid, .source-grid, .contact-layout { display: block; }
	.split-heading > p { margin-top: 20px; }
	.service-grid, .process-grid, .feature-grid, .three-up, .audience-grid, .post-list { grid-template-columns: 1fr; }
	.process-step, .process-step:first-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.19); min-height: 0; padding: 25px 0; }
	.process-step:first-child { border-top: 0; }
	.process-step h3 { margin-top: 22px; }
	.proof-grid > div:last-child { margin-top: 25px; }
	.page-hero { padding: 70px 0 65px; }
	.page-hero h1 { font-size: 46px; }
	.breadcrumbs { margin-bottom: 42px; }
	.content-shell { padding-bottom: 75px; }
	.source-grid > div:last-child { margin-top: 35px; }
	.audience-card { min-height: 0; padding: 30px; }
	.faq-item summary { font-size: 19px; }
	.contact-layout { padding-top: 0; }
	.contact-copy { margin-bottom: 45px; }
	.form-card { padding: 22px; }
	.two-col { grid-template-columns: 1fr; gap: 0; }
	.cta-inner, .footer-bottom { align-items: flex-start; display: block; }
	.cta-inner .button { margin-top: 25px; }
	.footer-grid { gap: 35px; grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { line-height: 1.8; margin-top: 45px; }
	.legal-links { gap: 15px; margin-top: 10px; }
}

@media (max-width: 380px) {
	h1 { font-size: 41px; }
	.hero-inner { padding-top: 65px; }
	.button { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; }
}