:root {
    --ink: #10213d;
    --blue: #1769d2;
    --blue-deep: #071b44;
    --blue-soft: #eaf2ff;
    --yellow: #ffc928;
    --paper: #f8fafc;
    --muted: #64748b;
    --line: #d9e2ef;
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--ink);
    background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { align-items: center; background: rgba(248, 250, 252, .92); border-bottom: 1px solid var(--line); display: flex; gap: 42px; justify-content: space-between; padding: 20px max(24px, calc((100vw - 1160px) / 2)); position: relative; z-index: 2; }
.brand { align-items: center; display: inline-flex; gap: 11px; white-space: nowrap; }
.brand > span:last-child { display: grid; line-height: .9; }
.brand strong { color: var(--blue-deep); font-family: Georgia, serif; font-size: 25px; letter-spacing: 3px; }
.brand small { color: var(--blue); font-size: 8px; letter-spacing: 2.8px; margin-top: 5px; }
.brand-mark { align-items: end; background: var(--blue); border-radius: 12px; display: inline-flex; gap: 3px; height: 39px; justify-content: center; padding: 9px 8px; transform: skewY(-3deg); width: 44px; }
.brand-mark span { background: white; border-radius: 2px 2px 0 0; display: block; height: 12px; width: 6px; }
.brand-mark span:nth-child(2) { height: 17px; }.brand-mark span:nth-child(3) { height: 23px; }.brand-mark span:nth-child(4) { height: 29px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header nav a { color: #52637b; font-size: 13px; font-weight: 700; }.site-header nav a:hover { color: var(--blue); }
.button { align-items: center; background: var(--yellow); border: 0; border-radius: 3px; color: var(--blue-deep); display: inline-flex; font-size: 13px; font-weight: 800; gap: 17px; justify-content: center; padding: 15px 20px; transition: transform .2s, box-shadow .2s; }.button:hover { box-shadow: 0 8px 22px rgba(255, 201, 40, .28); transform: translateY(-2px); }.button-small { font-size: 12px; padding: 12px 15px; }
.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.05fr .95fr; min-height: 610px; padding: 76px 0 86px; }.hero-copy { max-width: 610px; }.eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 2.4px; margin: 0 0 20px; text-transform: uppercase; }.hero h1, h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.8px; line-height: 1.03; margin: 0; }.hero h1 { font-size: clamp(45px, 6vw, 78px); max-width: 690px; }.hero h1 em, h2 em { color: var(--blue); font-style: normal; }.hero-lede { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 27px 0 31px; max-width: 520px; }.hero-actions { align-items: center; display: flex; gap: 28px; }.text-link { color: var(--blue-deep); font-size: 13px; font-weight: 800; }.text-link span { color: var(--blue); font-size: 18px; margin-left: 6px; }.hero-note { align-items: center; color: #75849a; display: flex; font-size: 11px; gap: 9px; margin-top: 52px; }.status-dot { background: #38b878; border-radius: 50%; height: 8px; width: 8px; }
.hero-art { background: linear-gradient(145deg, #0b2d74, #0d66d4); border-radius: 50%; height: min(470px, 40vw); justify-self: end; max-height: 470px; max-width: 470px; min-height: 300px; min-width: 300px; overflow: hidden; position: relative; width: min(470px, 40vw); }.hero-art::after { background: radial-gradient(circle, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 18px 18px; content: ''; inset: 0; opacity: .5; position: absolute; }.art-ring { border: 1px solid rgba(255,255,255,.3); border-radius: 50%; inset: 12%; position: absolute; }.ring-two { inset: 25%; }.art-card { background: rgba(255,255,255,.93); border-left: 9px solid var(--yellow); box-shadow: 20px 25px 40px rgba(3, 18, 57, .25); display: grid; gap: 15px; left: 17%; padding: 28px 27px; position: absolute; top: 28%; transform: rotate(-7deg); width: 66%; z-index: 1; }.art-card strong { color: var(--blue-deep); font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.02; }.art-label { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 3px; }.art-card small { color: var(--muted); font-size: 10px; }.art-line { background: var(--yellow); height: 4px; width: 45px; }.art-spark { color: var(--yellow); font-family: Georgia, serif; font-size: 38px; position: absolute; z-index: 1; }.spark-one { right: 14%; top: 20%; }.spark-two { bottom: 18%; left: 15%; }
.trust-strip { background: var(--blue-deep); color: white; }.trust-grid { display: flex; justify-content: space-between; padding: 20px 0; }.trust-grid span { font-size: 11px; letter-spacing: 1.2px; opacity: .82; text-transform: uppercase; }.trust-grid span::before { color: var(--yellow); content: '✦'; margin-right: 10px; }
.services-section { padding: 112px 0 120px; }.section-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 54px; }.section-heading h2, .difference-grid h2, .contact-intro h2 { font-size: clamp(39px, 5vw, 61px); }.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 7px; max-width: 355px; }.service-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }.service-card { background: white; border: 1px solid var(--line); min-height: 395px; padding: 30px; position: relative; transition: transform .2s, box-shadow .2s; }.service-card:hover { box-shadow: 0 18px 40px rgba(21, 54, 104, .1); transform: translateY(-5px); }.service-main { background: var(--blue); border-color: var(--blue); color: white; }.service-number { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: 1px; }.service-card h3 { font-family: Georgia, serif; font-size: 32px; font-weight: 400; margin: 55px 0 13px; }.service-card p { color: #718096; font-size: 14px; line-height: 1.55; min-height: 68px; }.service-main p { color: rgba(255,255,255,.76); }.service-card ul { border-top: 1px solid var(--line); list-style: none; margin: 22px 0 25px; padding: 17px 0 0; }.service-main ul { border-color: rgba(255,255,255,.22); }.service-card li { font-size: 12px; margin: 10px 0; }.service-card li::before { color: var(--yellow); content: '✓'; font-weight: 900; margin-right: 9px; }.service-card a { bottom: 29px; color: var(--blue); font-size: 12px; font-weight: 800; position: absolute; }.service-main a { color: var(--yellow); }.service-card a span { font-size: 17px; margin-left: 9px; }
.difference-band { background: #e8f1fc; padding: 105px 0; }.difference-grid { display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }.difference-list > div { border-top: 1px solid #bed0e6; display: grid; gap: 4px 21px; grid-template-columns: 34px 1fr; padding: 21px 0; }.difference-list span { color: var(--blue); font-size: 11px; font-weight: 800; grid-row: span 2; padding-top: 4px; }.difference-list h3 { font-size: 17px; margin: 0; }.difference-list p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.contact-section { display: grid; gap: 90px; grid-template-columns: .85fr 1.15fr; padding: 115px 0; }.contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 28px 0; max-width: 350px; }.contact-direct { border-top: 1px solid var(--line); display: grid; gap: 16px; padding-top: 22px; }.contact-direct a { color: var(--blue); font-size: 12px; }.contact-direct strong { color: var(--ink); display: block; font-size: 14px; margin-top: 5px; }.lead-form { background: white; border-top: 4px solid var(--yellow); box-shadow: 0 20px 50px rgba(22, 50, 91, .08); padding: 34px 38px 38px; }.form-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 2px; margin: 0 0 12px; }.lead-form h3 { font-family: Georgia, serif; font-size: 29px; font-weight: 400; margin: 0; }.form-intro { color: var(--muted); font-size: 13px; margin: 10px 0 25px; }.field-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }.field { display: grid; gap: 7px; margin: 0 0 16px; }.field span { color: #46556c; font-size: 11px; font-weight: 800; }.field input, .field select, .field textarea { background: #fbfcfe; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); font: inherit; font-size: 13px; outline: 0; padding: 12px; width: 100%; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23, 105, 210, .1); }.field textarea { min-height: 90px; resize: vertical; }.consent { align-items: start; color: var(--muted); display: flex; font-size: 11px; gap: 8px; line-height: 1.4; margin: 2px 0 20px; }.consent input { accent-color: var(--blue); margin-top: 2px; }.form-button { cursor: pointer; width: 100%; }.form-button:disabled { cursor: wait; opacity: .65; }.form-error { color: #b42318; font-size: 12px; }.success-message { padding: 45px 10px; text-align: center; }.success-message > span { align-items: center; background: #ddf8e9; border-radius: 50%; color: #148a4e; display: inline-flex; font-size: 24px; height: 54px; justify-content: center; width: 54px; }.success-message h3 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin: 20px 0 10px; }.success-message p { color: var(--muted); font-size: 14px; }
.site-footer { background: var(--blue-deep); color: white; }.footer-inner { align-items: center; display: flex; gap: 30px; justify-content: space-between; padding: 27px 0; }.footer-inner .brand strong { color: white; }.footer-inner .brand small { color: var(--yellow); }.footer-inner > span { color: rgba(255,255,255,.65); font-size: 11px; }
@media (max-width: 820px) { .site-header { gap: 16px; padding: 16px 24px; }.site-header nav { display: none; }.site-header .button-small { margin-left: auto; }.hero { gap: 45px; grid-template-columns: 1fr; padding: 68px 0; }.hero-art { justify-self: center; width: min(80vw, 430px); height: min(80vw, 430px); }.section-heading, .contact-section { align-items: start; display: grid; gap: 30px; grid-template-columns: 1fr; }.section-heading > p { max-width: 500px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 350px; }.difference-grid { gap: 50px; grid-template-columns: 1fr; }.contact-section { gap: 55px; }.footer-inner { align-items: start; flex-direction: column; gap: 15px; } }
@media (max-width: 520px) { .section-wrap { width: min(100% - 32px, 1160px); }.site-header { padding: 14px 16px; }.site-header .button-small { font-size: 10px; padding: 10px; }.hero h1 { font-size: 45px; }.hero-lede { font-size: 16px; }.hero-actions { align-items: start; flex-direction: column; gap: 18px; }.trust-grid { align-items: start; flex-direction: column; gap: 12px; }.services-section, .contact-section { padding: 75px 0; }.difference-band { padding: 75px 0; }.lead-form { padding: 26px 20px; }.field-grid { grid-template-columns: 1fr; }.footer-inner > span { line-height: 1.4; } }
