:root {
  --sales-ink: #14263a;
  --sales-blue: #1266df;
  --sales-paper: #f7f5ef;
  --sales-line: #d8e0e5;
  --sales-muted: #5d6b77;
}

.sales-home { background: #fff; color: var(--sales-ink); }
.sales-home .brand span { color: #1E5A8C; }
.sales-home h1, .sales-home h2, .sales-home h3, .sales-home p { margin-top: 0; }
.sales-home h1, .sales-home h2 { font-family: "Newsreader", Georgia, serif; letter-spacing: -.035em; }
.sales-home button { font: inherit; }
.sales-hero-copy, .sales-section-heading, .included-layout > *, .pricing-simple > *, .faq-simple > *, .inquiry-simple > *, .sales-final > * { min-width: 0; }
.sales-home h1, .sales-home h2, .sales-home h3, .sales-home p { overflow-wrap: break-word; }
.sales-home :focus-visible { outline-color: #0a56bf; }
.sales-home .button-primary { border-color: var(--sales-blue); background: var(--sales-blue); color: #fff; }
.sales-home .button-primary:hover { border-color: #0e54b9; background: #0e54b9; }
.sales-nav { position: relative; z-index: 30; border-bottom: 1px solid rgba(20,38,58,.1); background: rgba(255,255,255,.94); }
.sales-nav-inner { width: min(1180px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.sales-links { display: flex; align-items: center; gap: 28px; }
.sales-links a { padding: 10px 0; color: var(--sales-ink); font-size: .91rem; font-weight: 600; text-decoration: none; }
.sales-links a:hover { color: var(--sales-blue); }
.sales-links .nav-cta { padding: 12px 18px; color: #fff; font-size: .88rem; }
.sales-nav .menu-button { border-color: var(--sales-line); color: var(--sales-ink); }

.sales-hero { overflow: hidden; border-bottom: 1px solid var(--sales-line); background: linear-gradient(135deg,#f8f7f2 0%,#fff 58%,#eef4f7 100%); }
.sales-hero-inner { width: min(1180px, calc(100% - 48px)); min-height: 660px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px,7vw,96px); align-items: center; padding: 72px 0 76px; }
.sales-hero-copy { max-width: 570px; }
.sales-eyebrow { margin-bottom: 18px; color: var(--sales-blue); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.sales-hero h1 { max-width: 640px; margin-bottom: 22px; font-size: clamp(3.25rem,5.5vw,5.3rem); line-height: .95; font-weight: 500; text-wrap: balance; }
.sales-lede { max-width: 560px; margin-bottom: 28px; color: #425466; font-size: clamp(1.05rem,1.5vw,1.2rem); line-height: 1.62; }
.sales-price { display: flex; align-items: baseline; gap: 16px; margin-bottom: 22px; }
.sales-price strong { font-size: 1.45rem; }
.sales-price span { color: var(--sales-muted); font-size: .96rem; }
.sales-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sales-actions .button { min-height: 50px; }
.sales-micro { margin: 16px 0 0; color: #697783; font-size: .82rem; line-height: 1.5; }

.transformation { position: relative; display: block; min-height: 520px; border: 0; background: transparent; color: inherit; cursor: pointer; text-align: left; text-decoration: none; }
.source-sheet, .site-sheet { position: absolute; display: block; background: #fff; box-shadow: 0 24px 65px rgba(31,48,61,.16); }
.source-sheet { left: 0; top: 58px; width: 45%; height: 390px; padding: 38px 28px; transform: rotate(-4deg); border: 1px solid #d9d7cf; }
.source-label, .source-section { display: block; color: #596873; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.source-name { display: block; margin: 16px 0 24px; font-family: "Newsreader",Georgia,serif; font-size: 1.45rem; }
.source-section { margin: 28px 0 10px; }
.source-rule { display: block; width: 70%; height: 5px; margin: 10px 0; border-radius: 2px; background: #dce2e5; }
.source-rule.long { width: 100%; }
.source-rule.short { width: 48%; }
.site-sheet { right: 0; top: 8px; z-index: 2; width: 72%; overflow: hidden; border: 1px solid #cbd6dc; border-radius: 4px; transform: rotate(1.3deg); transition: transform .25s ease,box-shadow .25s ease; }
.transformation:hover .site-sheet, .transformation:focus-visible .site-sheet { transform: rotate(0) translateY(-5px); box-shadow: 0 30px 78px rgba(31,48,61,.23); }
.site-browser { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: #f2f5f6; border-bottom: 1px solid #d9e0e4; }
.site-browser i { width: 6px; height: 6px; border-radius: 50%; background: #a8b4bc; }
.site-browser em { margin-left: 8px; color: #71808a; font-size: .56rem; font-style: normal; }
.site-sheet img { width: 100%; height: 400px; display: block; object-fit: cover; object-position: top; }
.site-open { position: absolute; right: 14px; bottom: 14px; padding: 9px 12px; background: var(--sales-ink); color: #fff; font-size: .72rem; font-weight: 700; }
.transform-arrow { position: absolute; left: 29%; top: 220px; z-index: 3; width: 46px; height: 46px; display: grid; place-items: center; border: 5px solid #f7f6f2; border-radius: 50%; background: var(--sales-blue); color: #fff; font-size: 1.25rem; }
.transform-caption { position: absolute; left: 6%; bottom: 10px; z-index: 4; width: 86%; padding: 13px 18px; background: var(--sales-ink); color: #fff; font-size: .83rem; font-weight: 600; text-align: center; box-shadow: 0 14px 32px rgba(20,38,58,.16); }

.sales-assurance { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--sales-line); }
.sales-assurance > div { padding: 26px 28px; border-right: 1px solid var(--sales-line); }
.sales-assurance > div:first-child { padding-left: 0; }
.sales-assurance > div:last-child { border-right: 0; }
.sales-assurance strong, .sales-assurance span { display: block; }
.sales-assurance strong { margin-bottom: 5px; font-size: .91rem; }
.sales-assurance span { color: var(--sales-muted); font-size: .78rem; }
.sales-positioning { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 18px 0 0; color: var(--sales-muted); font-size: .84rem; font-weight: 600; text-align: center; }

.sales-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(84px,10vw,132px) 0; }
.sales-section-heading { max-width: 620px; }
.sales-section-heading h2, .pricing-pitch h2, .sales-final h2 { margin-bottom: 18px; font-size: clamp(2.4rem,4vw,4rem); line-height: 1.02; font-weight: 500; text-wrap: balance; }
.sales-section-heading > p:last-child, .pricing-pitch > p { color: var(--sales-muted); font-size: 1.06rem; line-height: 1.65; }
.centered { margin: 0 auto 52px; text-align: center; }
.usefulness { padding-bottom: 110px; }
.use-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid var(--sales-line); }
.use-grid article { padding: 30px 34px 10px 0; }
.use-grid span { display: block; margin-bottom: 46px; color: #667785; font-size: .72rem; font-weight: 700; }
.use-grid h3 { font-size: 1rem; }
.use-grid p { color: var(--sales-muted); font-size: .9rem; line-height: 1.6; }

.included { width: 100%; max-width: none; padding-left: max(24px,calc((100% - 1180px)/2)); padding-right: max(24px,calc((100% - 1180px)/2)); background: var(--sales-ink); color: #fff; }
.included-layout { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 96px; }
.included .sales-eyebrow { color: #7fb1ff; }
.included .sales-section-heading > p:last-child { color: #b7c1cb; }
.sticky-copy { align-self: start; position: sticky; top: 42px; }
.included-list { border-top: 1px solid rgba(255,255,255,.2); }
.included-list article { display: grid; grid-template-columns: 112px 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.included-list article > span { padding-top: 3px; color: #83b7ff; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.included-list h3 { margin-bottom: 5px; font-size: 1.02rem; }
.included-list p { margin-bottom: 0; color: #b7c1cb; font-size: .87rem; line-height: 1.55; }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; border-top: 1px solid var(--sales-line); }
.process-list li { padding: 32px 34px 0 0; }
.process-list li > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 54px; border-radius: 50%; background: var(--sales-blue); color: #fff; font-size: .79rem; font-weight: 700; }
.process-list h3 { font-size: 1.05rem; }
.process-list p { color: var(--sales-muted); font-size: .9rem; line-height: 1.6; }
.process-note { max-width: 650px; margin: 52px auto 0; padding: 16px 20px; background: var(--sales-paper); color: #4d5b67; font-size: .86rem; text-align: center; }

.pricing-simple { display: grid; grid-template-columns: 1fr 500px; gap: clamp(60px,9vw,126px); align-items: start; border-top: 1px solid var(--sales-line); }
.pricing-pitch { padding-top: 24px; }
.checkout-card { padding: 38px; background: var(--sales-ink); color: #fff; box-shadow: 0 28px 60px rgba(20,38,58,.16); }
.checkout-price-row { display: flex; align-items: baseline; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.checkout-price-row strong { font-family: "Newsreader",Georgia,serif; font-size: 2.25rem; font-weight: 500; }
.checkout-price-row span { color: #bdc7cf; font-size: .87rem; }
.checkout-total { margin: 20px 0 24px; color: #dce3e8; font-size: .9rem; }
.checkout-card ul { margin: 0 0 26px; padding: 0; list-style: none; }
.checkout-card li { position: relative; margin: 11px 0; padding-left: 21px; color: #dce3e8; font-size: .87rem; }
.checkout-card li::before { content: "✓"; position: absolute; left: 0; color: #80b6ff; font-weight: 700; }
.checkout-card .checkout-gate { padding: 22px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.checkout-card .checkout-gate h3 { margin-bottom: 8px; color: #fff; }
.checkout-card .checkout-gate p { color: #c5cdd3; }
.checkout-card .gate-label { color: #80b6ff; }
.checkout-card .button-inverse { background: #fff; color: var(--sales-ink); }
.checkout-card .checkout-form { margin-top: 24px; }
.checkout-mode { margin: 0 0 18px; padding: 10px 12px; border: 1px solid var(--sales-blue); color: var(--sales-paper); font-size: .8125rem; font-weight: 700; }
.checkout-handoff { margin: 0 0 18px; color: #dce3e8; font-size: .87rem; line-height: 1.55; }
.checkout-button { width: 100%; }
.checkout-card .legal-note, .domain-fee-note { color: #aab5be; font-size: .72rem; line-height: 1.55; }
.checkout-card .legal-note a { color: #fff; }

.faq-simple { display: grid; grid-template-columns: .66fr 1.34fr; gap: 96px; border-top: 1px solid var(--sales-line); }
.faq-simple .faq-list { border-top: 1px solid var(--sales-line); }
.faq-simple details { border-color: var(--sales-line); }
.faq-simple summary { min-height: 44px; display: flex; align-items: center; font-size: 1rem; }
.faq-simple details p { max-width: 700px; color: var(--sales-muted); }
.inquiry-simple { display: grid; grid-template-columns: .72fr 1.28fr; gap: 96px; border-top: 1px solid var(--sales-line); }
.inquiry-form { padding: 34px; background: var(--sales-paper); }
.inquiry-form .field label, .inquiry-form .field > span { color: var(--sales-ink); }
.inquiry-form .field span small { color: var(--sales-muted); font-size: .72rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.inquiry-form .field input, .inquiry-form .field textarea { border-color: #827f77; background: #fff; color: var(--sales-ink); }
.inquiry-form .field input::placeholder, .inquiry-form .field textarea::placeholder { color: #65727c; }
.inquiry-form .field > small { color: var(--sales-muted); opacity: 1; }
.inquiry-form .field-error, .inquiry-form .form-status.error { color: #9d332b; }
.inquiry-form .form-status.success { color: #17644f; }
.inquiry-form .button { margin-top: 20px; }
.inquiry-consent { margin-top: 22px; color: #3f4d59; }
.bot-field { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.sales-final { width: min(1180px, calc(100% - 48px)); margin: 0 auto 90px; padding: 52px 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--sales-paper); }
.sales-final h2 { margin-bottom: 0; font-size: clamp(2.2rem,4vw,3.5rem); }
.sales-final .sales-eyebrow { margin-bottom: 10px; }
.sales-footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 38px 0 32px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; border-top: 1px solid var(--sales-line); }
.sales-footer p { margin: 0; color: var(--sales-muted); font-size: .84rem; }
.sales-footer nav { display: flex; gap: 18px; }
.sales-footer a, .sales-footer button { min-height: 44px; display: inline-flex; align-items: center; padding: 0; border: 0; background: none; color: var(--sales-ink); font-size: .8rem; text-decoration: none; cursor: pointer; }
.sales-footer small { grid-column: 1 / -1; color: #5d6b77; }

.demo-dialog { width: min(1180px,calc(100% - 32px)); height: min(88vh,850px); padding: 0; overflow: hidden; border: 0; border-radius: 4px; background: #fff; box-shadow: 0 36px 110px rgba(7,17,28,.35); }
body.demo-open { overflow: hidden; }
.demo-dialog::backdrop { background: rgba(10,22,33,.72); backdrop-filter: blur(4px); }
.demo-dialog-bar { height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--sales-line); }
.demo-dialog-bar p { margin: 0 0 2px; color: var(--sales-muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .09em; }
.demo-dialog-bar strong { font-size: .94rem; }
.demo-dialog-actions { display: flex; align-items: center; gap: 18px; }
.demo-dialog-actions a { color: var(--sales-blue); font-size: .79rem; font-weight: 700; text-decoration: none; }
.demo-dialog-actions button { width: 44px; height: 44px; border: 1px solid var(--sales-line); border-radius: 50%; background: #fff; color: var(--sales-ink); font-size: 1.5rem; cursor: pointer; }
.demo-frame-wrap { position: relative; height: calc(100% - 74px); background: #f2f5f6; }
.demo-dialog iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.demo-loading { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; text-align: center; background: #f7f5ef; color: var(--sales-muted); font-size: .86rem; }
.demo-loading p { margin: 0; }
.demo-loading a { color: var(--sales-blue); font-weight: 700; }
.demo-loading[hidden] { display: none; }

@media (max-width: 900px) {
  .sales-nav-inner, .sales-hero-inner, .sales-assurance, .sales-positioning, .sales-section, .sales-final, .sales-footer { width: min(100% - 36px,720px); }
  .sales-links { position: absolute; inset: 76px 18px auto; display: none; align-items: stretch; gap: 2px; padding: 18px; background: #fff; border: 1px solid var(--sales-line); box-shadow: 0 22px 40px rgba(20,38,58,.14); }
  .sales-links.open { display: flex; flex-direction: column; }
  .sales-links a { padding: 13px 8px; text-align: left; }
  .sales-links .nav-cta { margin-top: 6px; text-align: center; }
  .sales-nav .menu-button { display: grid; place-items: center; }
  .sales-hero-inner { grid-template-columns: 1fr; min-height: auto; padding-top: 58px; }
  .transformation { width: min(620px,100%); margin: 0 auto; }
  .sales-assurance { grid-template-columns: 1fr; }
  .sales-assurance > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--sales-line); }
  .sales-assurance > div:last-child { border-bottom: 0; }
  .included-layout, .pricing-simple, .faq-simple, .inquiry-simple { grid-template-columns: 1fr; gap: 54px; }
  .sticky-copy { position: static; }
  .included { width: 100%; max-width: none; }
  .sales-footer { grid-template-columns: 1fr auto; }
  .sales-footer p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .sales-nav-inner, .sales-hero-inner, .sales-assurance, .sales-positioning, .sales-section, .sales-final, .sales-footer { width: calc(100% - 32px); }
  .sales-nav-inner { min-height: 66px; }
  .sales-links { top: 66px; }
  .sales-hero-inner { padding: 46px 0 52px; gap: 38px; }
  .sales-hero h1 { max-width: 100%; font-size: clamp(2.35rem,12vw,3.5rem); overflow-wrap: anywhere; }
  .sales-section-heading h2, .pricing-pitch h2, .sales-final h2 { font-size: clamp(1.8rem,10vw,2.5rem); overflow-wrap: anywhere; }
  .sales-price { align-items: flex-start; flex-direction: column; gap: 3px; }
  .sales-actions { flex-direction: column; }
  .sales-actions .button { width: 100%; }
  .transformation { min-height: 390px; }
  .source-sheet { top: 44px; width: 48%; height: 280px; padding: 24px 18px; }
  .source-name { font-size: 1rem; }
  .source-section { margin-top: 19px; }
  .site-sheet { width: 72%; }
  .site-sheet img { height: 282px; }
  .transform-arrow { top: 154px; left: 27%; width: 39px; height: 39px; border-width: 4px; }
  .transform-caption { left: 2%; width: 96%; bottom: 2px; }
  .use-grid, .process-list { grid-template-columns: 1fr; }
  .use-grid article, .process-list li { padding-right: 0; border-bottom: 1px solid var(--sales-line); }
  .use-grid span, .process-list li > span { margin-bottom: 24px; }
  .included { padding-left: 16px; padding-right: 16px; }
  .included-list article { grid-template-columns: 1fr; gap: 8px; }
  .checkout-card { padding: 28px 22px; }
  .inquiry-form { padding: 28px 22px; }
  .checkout-price-row { flex-wrap: wrap; }
  .sales-final { margin-bottom: 52px; padding: 38px 26px; flex-direction: column; align-items: flex-start; }
  .sales-final .button { width: 100%; }
  .sales-footer { grid-template-columns: 1fr; }
  .sales-footer nav { flex-wrap: wrap; }
  .demo-dialog { width: calc(100% - 16px); height: calc(100dvh - 16px); }
  .demo-dialog-bar { height: 66px; padding: 0 14px; }
  .demo-dialog-bar p, .demo-dialog-actions a { display: none; }
  .demo-frame-wrap { height: calc(100% - 66px); }
}

@media (prefers-reduced-motion: reduce) { .site-sheet { transition: none; } }
