[hidden] { display: none !important; }

:root {
  color-scheme: dark;
  --bg: #080d16;
  --surface: #111925;
  --text: #f8fbff;
  --muted: #bcc8df;
  --border: #303d50;
  --cyan: #31dcff;
  --blue: #2f82ff;
  --violet: #884eff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; overflow-wrap: break-word; }
h1, h2, h3 { line-height: 1.16; }
h1 { font-size: 72px; font-weight: 750; }
h2 { font-size: 36px; font-weight: 650; }
h3 { font-size: 21px; font-weight: 650; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 3; padding: 12px 20px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.site-header, .site-footer { background: linear-gradient(110deg, #09152e, #12183b 75%, #21194a); }
.site-header { border-bottom: 1px solid #a6c4ff20; }
.header-content { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 1 265px; min-width: 0; }
.brand img { width: 265px; }
/* Display the complete dark lockup directly from the unchanged 2048x1143 supplied sheet.
   This viewport selects x830/y500/555x148; no lettering or logo geometry is recreated. */
.brand-lockup { display: block; width: 265px; max-width: 100%; aspect-ratio: 555 / 148; background: url('brand/pagemaker365-supplied-logo-sheet.jpg') 55.5928% 50.2513% / 369.009% auto no-repeat; mask-image: linear-gradient(to right, transparent, black 2.5%, black 97.5%, transparent), linear-gradient(to bottom, transparent, black 8%, black 92%, transparent); mask-composite: intersect; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 500; }
.launch-status { padding-left: 16px; border-left: 2px solid var(--cyan); color: var(--muted); white-space: nowrap; font-size: 13px; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 84% 35%, #6245bb65, transparent 43%), radial-gradient(ellipse at 73% 93%, #087cab60, transparent 52%), linear-gradient(115deg, #09152e 15%, #101e46 60%, #201747); }
.hero-film { position: absolute; z-index: -1; width: min(65vw, 880px); right: max(-110px, calc((100% - 1400px) / 2 - 110px)); top: 48%; transform: translateY(-50%); pointer-events: none; mix-blend-mode: screen; mask-image: linear-gradient(to right, transparent, black 24%, black 84%, transparent), linear-gradient(to bottom, transparent, black 18%, black 78%, transparent); mask-composite: intersect; }
.hero-intro-poster { width: 100%; height: auto; }
.hero-intro { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; opacity: 0; }
.intro-ready .hero-intro { opacity: 1; }
.intro-ready .hero-intro-poster { opacity: 0; }
.hero::after { content: ""; position: absolute; z-index: -2; width: 1000px; height: 600px; right: -180px; top: 80px; border: 1px solid #72caff25; border-radius: 50%; transform: rotate(-26deg); box-shadow: 0 -32px 0 -31px #9aa6ff35, 0 -86px 0 -85px #72caff25, 0 58px 0 -57px #72caff30, 0 120px 0 -119px #9aa6ff20, inset 0 22px 65px #3871ff12; pointer-events: none; }
.hero-content { position: relative; padding-block: 80px 76px; }
.hero-atmosphere { position: absolute; inset: -30px; z-index: -2; pointer-events: none; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 36%, #8960ed22, transparent 44%), radial-gradient(ellipse at 64% 85%, #31dcff16, transparent 46%); animation: hero-drift 26s ease-in-out infinite alternate; animation-play-state: paused; }
.shooting-star { position: absolute; width: 95px; height: 1px; opacity: 0; border-radius: 50%; background: linear-gradient(90deg, transparent, #b4daff99); animation: star-fall 27s linear infinite; animation-play-state: paused; }
.star-one { left: 67%; top: 12%; animation-delay: 3s; }
.star-two { left: 89%; top: 29%; width: 65px; animation-delay: 12s; }
.star-three { left: 52%; top: 7%; width: 80px; animation-delay: 21s; }
.hero.motion-active .hero-glow, .hero.motion-active .shooting-star { animation-play-state: running; }
@keyframes hero-drift { from { transform: translate3d(-9px, 5px, 0) scale(1); opacity: .55; } to { transform: translate3d(12px, -8px, 0) scale(1.035); opacity: .95; } }
@keyframes star-fall { 0% { transform: rotate(135deg) translateX(0); opacity: 0; } 2% { opacity: .5; } 9% { transform: rotate(135deg) translateX(165px); opacity: 0; } 100% { transform: rotate(135deg) translateX(165px); opacity: 0; } }
.hero .eyebrow { letter-spacing: .14em; }
.hero h1 span { background: linear-gradient(110deg, #31dcff 10%, #8092ff 65%, #b58cff); color: transparent; background-clip: text; }
.eyebrow { font-size: 12px; font-weight: 650; text-transform: uppercase; color: var(--cyan); margin-bottom: 20px; }
h1 span { color: var(--cyan); }
.hero-heading { font-size: 38px; font-weight: 550; line-height: 1.2; margin-top: 22px; max-width: 650px; }
.hero-heading-accessible { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-words { display: inline-grid; vertical-align: baseline; }
.hero-word { grid-area: 1 / 1; white-space: nowrap; opacity: 0; transition: opacity 240ms ease; }
.hero-word.is-current { opacity: 1; }
.hero-description { color: var(--muted); max-width: 560px; margin-top: 24px; font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 22px; border-radius: 6px; font-size: 14px; font-weight: 650; text-align: center; transition: background-color 120ms; }
.button-primary { background: var(--cyan); color: #06121c; border: 1px solid var(--cyan); }
.button-primary:hover { background: #99eeff; border-color: #99eeff; text-decoration: none; }
.hero .button-primary { background: linear-gradient(110deg, #31dcff, #77bfff); border-color: #96dfff; box-shadow: 0 6px 30px #2a9dff25; }
.hero .button-primary:hover { background: #99eeff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; }
.launch-note { font-size: 13px; color: var(--muted); margin-top: 22px; }
.product-section { background: #f4f7f9; color: #162333; padding-block: 64px; color-scheme: light; }
.product-section .eyebrow { color: #006578; }
.section-intro { max-width: 760px; }
.section-intro > p:last-child { margin-top: 20px; color: #4a5b6d; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
.benefit { border-top: 2px solid #c6d2df; padding-top: 18px; }
.benefit:nth-child(2) { border-color: #27809a; }
.benefit:nth-child(3) { border-color: #7b56c2; }
.section-number { display: block; color: #596b7c; font-size: 13px; margin-bottom: 16px; }
.benefit p { margin-top: 14px; color: #4a5b6d; }
.workspace-section { padding-block: 72px; background: #e8eff2; color: #162333; color-scheme: light; }
.workspace-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 88px; }
.workspace-section .eyebrow { color: #006578; }
.workspace-list { margin: 0; }
.workspace-list > div { padding-block: 20px; border-bottom: 1px solid #bdcbd4; }
.workspace-list > div:first-child { padding-top: 0; }
.workspace-list dt { font-size: 18px; font-weight: 650; }
.workspace-list dd { margin: 8px 0 0; color: #4a5b6d; }
.contact-section { padding-block: 76px; border-bottom: 1px solid var(--border); }
.contact-content { text-align: center; max-width: 720px; }
.contact-content > p:not(.eyebrow) { color: var(--muted); margin-top: 22px; }
.contact-content .button { margin-top: 30px; }
.contact-content form { margin-top: 36px; padding: 32px; text-align: left; border: 1px solid var(--border); border-radius: 16px; background: #111c2c; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-wide { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field label { font-weight: 600; font-size: 14px; }
input, textarea, button { font: inherit; }
.form-field input, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; background: #091321; border: 1px solid #62738c; border-radius: 6px; color: var(--text); }
.form-field textarea { resize: vertical; }
[aria-invalid="true"] { border-color: #ffa5b1 !important; }
.field-hint { color: var(--muted); font-size: 12px; }
.field-error { color: #ffb4bf; font-size: 13px; }
.field-error:empty { display: none; }
.privacy-choice { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; font-size: 13px; color: var(--muted); }
.privacy-choice input { flex-shrink: 0; width: 20px; height: 20px; margin: 2px 0; accent-color: var(--cyan); }
.privacy-choice a { color: var(--text); text-decoration: underline; }
.form-status { margin-top: 20px; color: var(--text); font-size: 14px; }
.form-status:empty { display: none; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
button { cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
.contact-note { font-size: 12px; }
.site-footer { padding-block: 32px; }
.footer-content { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 28px; }
.footer-content .brand { flex-basis: 200px; }
.footer-content p, .footer-content > a:last-child { font-size: 13px; color: var(--muted); }
.footer-content > a:last-child { min-height: 44px; display: inline-flex; align-items: center; }
.trademark-note { font-size: 11px; color: var(--muted); margin-top: 24px; }
.legal-content { max-width: 760px; padding-block: 56px; }
.legal-content h1 { font-size: 40px; }
.legal-content h2 { font-size: 22px; margin-top: 36px; }
.legal-content p { margin-top: 16px; color: var(--muted); }
.legal-content a:not(.button) { text-decoration: underline; overflow-wrap: anywhere; }
.legal-content .button { margin-top: 32px; }
@media (max-width: 1100px) {
  .hero-film { width: 62vw; right: -12vw; }
  .hero-description, .hero-heading { max-width: 60%; }
  h1 { font-size: 60px; }
  .workspace-layout { gap: 40px; }
}
@media (max-width: 900px) {
  .container { width: calc(100% - 40px); }
  .header-content { min-height: 96px; padding-block: 18px; gap: 10px 20px; flex-wrap: wrap; }
  .brand { flex-basis: 210px; }
  .launch-status { margin-left: auto; }
  nav { order: 3; flex-basis: 100%; gap: 16px; justify-content: space-between; }
  nav a { font-size: 13px; }
  .hero { display: grid; grid-template-columns: minmax(0, 1fr); padding-bottom: 20px; }
  .hero-film { position: relative; grid-row: 2; width: min(100%, 600px); margin-inline: auto; inset: auto; transform: none; }
  .hero::after { width: 700px; right: -400px; top: 50px; opacity: .6; }
  .hero-content { grid-row: 1; padding-block: 36px 12px; }
  .hero .eyebrow { max-width: 100%; }
  h1 { font-size: clamp(36px, 11vw, 56px); }
  .hero-heading { font-size: clamp(27px, 6vw, 36px); text-wrap: balance; }
  .hero-heading br { display: none; }
  .hero-description, .hero-heading { max-width: 100%; }
  .hero-description { font-size: 17px; }
  .hero-actions { gap: 12px 24px; margin-top: 24px; }
  h2 { font-size: 28px; text-wrap: balance; }
  .benefit-grid, .workspace-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .product-section, .workspace-section, .contact-section { padding-block: 44px; }
  .benefit-grid { margin-top: 32px; }
  .benefit { padding-top: 16px; }
  .footer-content { gap: 12px 20px; }
  .footer-content .brand { flex-basis: 210px; }
  .footer-content p { flex-basis: 100%; order: 3; }
  .privacy-choice { font-size: 14px; }
  .field-hint, .contact-note { font-size: 13px; }
  .trademark-note { font-size: 12px; }
  .contact-content form { padding: 22px 18px; }
  .contact-content form .button { width: 100%; }
  .form-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 380px) {
  .brand, .footer-content .brand { flex-basis: 176px; }
  .launch-status { font-size: 11px; padding-left: 10px; }
  .hero .eyebrow { font-size: 11px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .shooting-star { display: none; }
}
