:root {
  --ink: #142f3c; --muted: #52646b; --teal: #17675f; --paper: #fff;
  --soft: #f2f6f4; --line: #ccd8d4; --dark: #082d40;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 106px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid #ad4219; outline-offset: 5px; }
#main:focus { outline: none; }
[hidden] { display: none !important; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { font-weight: 600; line-height: 1.15; }
h1, h2 { letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 4.4vw, 4.5rem); }
h1 em { font-style: normal; color: var(--teal); }
h2 { font-size: clamp(2.15rem, 3.2vw, 3.15rem); }
h3 { font-size: 1.4rem; letter-spacing: -.025em; }
h4 { font-size: 1rem; }
p + p { margin-top: 1rem; }
.container { width: min(1248px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { font-size: .72rem; font-weight: 650; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; color: var(--teal); }
.eyebrow + h1, .eyebrow + h2, .eyebrow + h3 { margin-top: 20px; }
.lead { font-size: 1.12rem; line-height: 1.7; color: var(--muted); }
.skip-link { position: fixed; top: 12px; left: 18px; z-index: 100; padding: 12px 20px; background: white; color: #142f3c; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 88px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 96px; height: auto; }
#site-nav { display: flex; align-items: center; gap: 27px; }
#site-nav a { text-decoration: none; font-size: .83rem; font-weight: 550; padding-block: 13px; }
#site-nav a:hover { text-decoration: underline; }
#site-nav .login { border-left: 1px solid var(--line); padding-left: 27px; }
.login span { margin-left: 9px; }
.menu-toggle { display: none; padding: 8px 12px; background: transparent; color: inherit; border: 1px solid currentColor; cursor: pointer; }
.menu-toggle span { margin-left: 8px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 26px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 22px; background: var(--teal); color: white; border: 1px solid var(--teal); border-radius: 3px; text-decoration: none; font-size: .9rem; font-weight: 600; line-height: 1.5; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-size: .9rem; font-weight: 600; }
.text-link span, .button span { text-decoration: none; }
.hero { padding: 75px 0; }
.hero-media { min-width: 0; }
.video-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.duration { font: .75rem/1.4 ui-monospace, monospace; letter-spacing: .08em; }
video { width: 100%; height: auto; aspect-ratio: 16/9; background: #052e41; border: 1px solid rgba(0,0,0,.12); }
video::cue { font-size: clamp(16px, 1.35vw, 22px); color: #fff; background-color: rgba(0,0,0,.88); }
figcaption { margin-top: 12px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 15px; font-size: .77rem; color: var(--muted); }
figcaption span:first-child { font-weight: 600; color: var(--ink); }
.transcript { margin-top: 16px; font-size: .8rem; }
summary { cursor: pointer; width: fit-content; padding: 7px 0; font-weight: 550; }
.transcript-copy { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; max-width: 75ch; }
.transcript-copy p { font-size: .9rem; }
.section { padding: 88px 0; }
.section-heading { margin-bottom: 45px; }
.section-heading > p:last-child { margin-top: 22px; max-width: 58ch; color: var(--muted); }
.offer { min-width: 0; }
.offer > p:not(.eyebrow) { color: var(--muted); }
.offer h3 { font-size: 1.9rem; margin-bottom: 20px; }
.offer .text-link { margin-top: 20px; color: var(--teal); }
.features { margin: 27px 0 0; }
.features > div { padding: 14px 0; border-top: 1px solid var(--line); }
.features dt { font-weight: 600; font-size: .95rem; }
.features dd { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }
.agentic-definition { margin: 28px 0; padding: 22px 0; border-block: 1px solid var(--line); }
.agentic-definition p { font-size: .96rem; margin-top: 10px; color: var(--muted); }
.roadmap { margin-top: 35px; padding-top: 17px; border-top: 1px solid var(--line); font-size: .85rem; color: var(--muted); }
.roadmap p { max-width: 85ch; margin: 12px 0; }
.service { position: relative; display: flex; align-items: flex-start; gap: 30px; }
.service-number { font: .85rem/1.8 ui-monospace, monospace; color: var(--teal); }
.service-body { min-width: 0; }
.service h3 { margin-bottom: 16px; }
.service p { color: var(--muted); font-size: .97rem; }
.deliverable { margin-top: 21px; }
.deliverable strong { display: block; margin-bottom: 6px; color: var(--ink); font-weight: 600; font-size: .76rem; }
.planned-label { display: inline-block; margin-bottom: 15px; padding: 3px 9px; border: 1px solid var(--teal); color: var(--teal); font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.workflow-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.step-number { font: .8rem/1.5 ui-monospace, monospace; display: block; color: var(--teal); margin-bottom: 26px; }
.workflow-list h3 { font-size: 1.1rem; margin-bottom: 15px; }
.workflow-list p { color: var(--muted); font-size: .91rem; }
.responsibility { font-size: .9rem; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); }
.processing { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; padding: 34px 40px; margin-top: 48px; background: var(--soft); align-items: center; }
.processing h3 { font-size: 1.45rem; margin-top: 9px; }
.processing > p { color: var(--muted); font-size: .96rem; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan { display: flex; flex-direction: column; min-width: 0; padding: 30px; background: var(--paper); border: 1px solid var(--line); }
.plan h3 { font-size: 1.1rem; }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; line-height: 1.2; margin-top: 28px; }
.price strong { font-size: 2.7rem; font-weight: 600; letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: .9rem; }
.plan:last-child .price strong { font-size: 2.1rem; }
.allowance { font-size: .84rem; margin-top: 15px; color: var(--muted); min-height: 44px; }
.plan-body { display: flex; flex-direction: column; flex: 1; }
.plan ul { list-style: none; padding: 25px 0 0; margin: 25px 0 0; border-top: 1px solid var(--line); font-size: .88rem; }
.plan li { position: relative; padding-left: 19px; margin-bottom: 12px; }
.plan li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-size: .8rem; }
.plan-description { color: var(--muted); font-size: .82rem; line-height: 1.7; margin: 14px 0 28px; }
.secondary { color: var(--ink); background: transparent; border-color: var(--line); margin-top: auto; }
.secondary:hover { background: var(--ink); color: white; }
.pricing-note { margin-top: 30px; display: grid; grid-template-columns: 1fr 1.4fr; column-gap: 60px; row-gap: 18px; padding-top: 30px; border-top: 1px solid var(--line); }
.pricing-note h3 { font-size: 1.15rem; }
.pricing-note p { font-size: .9rem; color: var(--muted); }
.pricing-note a { grid-column: 2; width: fit-content; color: var(--teal); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about .section-heading { margin-bottom: 0; }
.about-copy { color: var(--muted); }
.experience { display: flex; align-items: center; gap: 30px; margin-bottom: 25px; }
.experience strong { flex-shrink: 0; color: var(--teal); font-size: 2.4rem; line-height: 1.1; font-weight: 500; letter-spacing: -.04em; }
.experience span { font-size: .9rem; max-width: 23ch; }
.contact { padding: 78px 0; background: var(--dark); color: white; }
.contact .eyebrow { color: #9ad1c9; }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: center; }
.contact h2 { font-size: clamp(2.2rem, 3.1vw, 3.15rem); }
.contact-copy > p { color: #c5d8df; }
.email-link { display: flex; align-items: center; justify-content: space-between; width: fit-content; gap: 25px; font-size: 1.7rem; margin-top: 25px; letter-spacing: -.025em; }
.contact .text-link { color: #c5d8df; margin-top: 30px; font-size: .82rem; }
.contact :focus-visible { outline-color: #a7e4cf; }
.site-footer { padding: 25px 0; font-size: .76rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-inner p + p { margin: 0; color: var(--muted); }
@media (max-width: 1100px) {
 .container { width: calc(100% - 64px); }
 #site-nav { gap: 18px; }
 #site-nav .login { padding-left: 18px; }
 .plan { padding: 24px; }
 .contact-layout, .about-layout { gap: 48px; }
}
@media (max-width: 900px) {
 html { scroll-padding-top: 90px; }
 .header-inner { min-height: 76px; flex-wrap: wrap; padding-block: 10px; gap: 10px; }
 .brand img { width: 86px; }
 .menu-toggle:not([hidden]) { display: block; }
 #site-nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding: 15px 0; }
 .js #site-nav { display: none; }
 .js #site-nav.is-open { display: grid; }
 #site-nav .login { padding-left: 0; border: 0; }
 #site-nav a { border-bottom: 1px solid var(--line); }
 .hero { padding-block: 48px; }
 .section { padding-block: 65px; }
 .workflow-list { grid-template-columns: 1fr 1fr; gap: 35px; }
 .plans { grid-template-columns: 1fr; }
 .plan { display: grid; grid-template-columns: .85fr 1.2fr; gap: 35px; }
 .plan ul { border-top: none; padding-top: 0; margin-top: 0; }
 .plan-heading { border-right: 1px solid var(--line); padding-right: 25px; }
 .plan .button { width: fit-content; }
 .processing { gap: 35px; padding: 30px; }
 .contact { padding-block: 60px; }
 .contact-layout { grid-template-columns: 1fr; gap: 30px; }
 .contact-copy { max-width: 62ch; }
 .about-layout { gap: 35px; }
 .experience { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 600px) {
 .container { width: calc(100% - 40px); }
 body { font-size: 15px; }
 h1 { font-size: 2.65rem; }
 h2 { font-size: 2.2rem; }
 .hero { padding-block: 38px; }
 .section { padding-block: 52px; }
 .lead { font-size: 1rem; }
 .eyebrow { font-size: .67rem; }
 .actions { align-items: flex-start; flex-direction: column; gap: 22px; }
 .button { padding: 13px 19px; }
 .section-heading { margin-bottom: 30px; }
 .offer h3 { font-size: 1.65rem; }
 .service { gap: 18px; }
 .workflow-list { grid-template-columns: 1fr; gap: 28px; }
 .workflow-list li { display: grid; grid-template-columns: 28px 1fr; gap: 0 14px; }
 .step-number { grid-row: 1 / 3; margin: 0; }
 .workflow-list p { grid-column: 2; }
 .processing { grid-template-columns: 1fr; padding: 25px; gap: 20px; }
 .plan { display: flex; padding: 25px; gap: 0; }
 .plan-heading { border: 0; padding: 0; }
 .plan ul { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 20px; }
 .allowance { min-height: 0; }
 .price strong { font-size: 2.5rem; }
 .pricing-note { grid-template-columns: 1fr; gap: 18px; }
 .pricing-note a { grid-column: 1; }
 .about-layout { grid-template-columns: 1fr; gap: 30px; }
 .experience { flex-direction: row; align-items: center; gap: 22px; }
 .experience strong { font-size: 2rem; }
 .experience span { font-size: .82rem; }
 .email-link { font-size: 1.5rem; gap: 16px; }
 .footer-inner { gap: 10px 25px; }
 .footer-inner > p:first-child { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
