:root {
  color-scheme: dark;
  --bg: #06080c;
  --bg-soft: #090c12;
  --panel: #0d1118;
  --panel-2: #111620;
  --line: #242c39;
  --line-strong: #39465a;
  --text: #f4f7fb;
  --muted: #9ba6b7;
  --dim: #687487;
  --cyan: #4edcff;
  --cyan-dark: #0b6f8f;
  --coral: #ff416d;
  --violet: #aa72ff;
  --amber: #ffb84d;
  --green: #3ee6a0;
  --danger: #ff5b68;
  --header-height: 76px;
  --page: 1220px;
  --radius: 6px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 74%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { width: 1.05em; height: 1.05em; stroke-width: 1.8; }
.page-width { width: min(calc(100% - 48px), var(--page)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 14px; background: white; color: black; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(6,8,12,.86); backdrop-filter: blur(18px); transition: background .2s ease, border-color .2s ease; }
.site-header.scrolled { background: rgba(6,8,12,.97); border-color: var(--line); }
.header-inner { width: min(calc(100% - 40px), 1320px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; border: 1px solid #465166; border-radius: var(--radius); object-fit: cover; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: 0; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #bdc5d1; font-size: 14px; font-weight: 650; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.nav-toggle { margin-left: auto; }

.button { min-height: 42px; border: 1px solid transparent; border-radius: 4px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .icon-button:focus-visible, .gallery-tab:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
.button-primary { background: var(--coral); border-color: #ff6e91; color: #fff; box-shadow: 0 8px 30px rgba(255,65,109,.18); }
.button-primary:hover { background: #ff527a; }
.button-free { background: var(--cyan); border-color: #8deaff; color: #031017; box-shadow: 0 8px 30px rgba(78,220,255,.16); }
.button-free:hover { background: #79e6ff; }
.button-quiet { background: #11151d; border-color: var(--line); color: #d8dee8; }
.button-quiet:hover { border-color: var(--line-strong); background: #151b25; }
.button-glass { background: rgba(9,12,18,.72); border-color: rgba(255,255,255,.22); color: white; backdrop-filter: blur(10px); }
.button-glass:hover { background: rgba(18,23,32,.88); }
.button-large { min-height: 50px; padding-inline: 21px; }
.button-small { min-height: 32px; padding-inline: 10px; font-size: 12px; }
.button-full { width: 100%; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 4px; padding: 0; display: inline-grid; place-items: center; background: #11151d; cursor: pointer; }
.icon-button:hover { background: #19202b; border-color: var(--line-strong); }
.icon-button.nav-toggle { display: none; }
.global-message { position: fixed; z-index: 110; left: 50%; top: 88px; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid var(--line-strong); background: #10151e; box-shadow: 0 16px 40px rgba(0,0,0,.38); font-size: 14px; }
.global-message.success svg { color: var(--green); }
.global-message.error svg { color: var(--danger); }

.hero { position: relative; min-height: 790px; height: 94vh; max-height: 980px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; background: #080a0f; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; filter: saturate(.85) contrast(1.05) brightness(.68); transform: scale(1.035); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,8,.98) 0%, rgba(3,5,8,.9) 28%, rgba(3,5,8,.45) 58%, rgba(3,5,8,.28) 100%), linear-gradient(0deg, #06080c 0%, transparent 24%, rgba(0,0,0,.18) 100%); }
.hero-content { position: relative; height: 100%; display: flex; align-items: center; padding-top: var(--header-height); }
.hero-copy { width: min(640px, 62%); padding-bottom: 30px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 11px; line-height: 1.2; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px rgba(62,230,160,.85); }
.hero h1 { margin: 20px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 82px; line-height: .95; letter-spacing: 0; text-shadow: 0 3px 28px rgba(0,0,0,.6); }
.hero-lead { max-width: 620px; margin: 0; color: #d2d8e1; font-size: 20px; line-height: 1.55; text-shadow: 0 2px 14px rgba(0,0,0,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: #aeb8c7; font-size: 12px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { color: var(--cyan); }
.hero-next { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 5px; color: #a9b2c1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-next svg { color: var(--cyan); }

.section { padding-block: 112px; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .workflow-copy h2, .pricing-copy h2, .faq-layout h2 { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 46px; line-height: 1.08; letter-spacing: 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 70px; align-items: end; }
.split-heading p, .centered-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading h2 { margin-bottom: 16px; }

.capability-heading { max-width: 850px; }
.section-kicker { margin: 0; color: var(--coral); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.capability-heading h2 { margin-top: 14px; font-size: 54px; }
.capability-list { border-top: 1px solid var(--line-strong); }
.capability-row { min-height: 255px; display: grid; grid-template-columns: minmax(330px, .78fr) minmax(430px, 1.22fr); gap: 46px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.capability-label { margin: 0 0 8px; color: var(--cyan); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.capability-copy h3 { margin: 0 0 10px; max-width: 480px; font-size: 27px; line-height: 1.18; }
.capability-copy > p:not(.capability-label) { margin: 0; max-width: 540px; color: var(--muted); font-size: 15px; }
.capability-tags { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: #d6dce6; font-size: 12px; font-weight: 700; }
.capability-tags span { position: relative; }
.capability-tags span + span::before { content: "/"; position: absolute; left: -12px; color: #485468; }
.capability-link { margin-top: 17px; font-size: 13px; }
.capability-media { position: relative; margin: 0; aspect-ratio: 16 / 7; overflow: hidden; border: 1px solid var(--line); background: #030508; }
.capability-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 45px rgba(0,0,0,.48); }
.capability-image-button { width: 100%; height: 100%; border: 0; padding: 0; display: block; background: transparent; color: white; cursor: zoom-in; }
.capability-media img { width: 100%; height: 100%; object-fit: cover; object-position: top left; filter: saturate(.88) contrast(1.05); transition: transform .35s ease, filter .35s ease; }
.capability-row:hover .capability-media img { transform: scale(1.018); filter: saturate(1) contrast(1.07); }
.image-expand { position: absolute; z-index: 2; right: 12px; bottom: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; background: rgba(5,8,13,.88); backdrop-filter: blur(8px); }
.capability-image-button:hover .image-expand, .capability-image-button:focus-visible .image-expand { border-color: var(--cyan); color: var(--cyan); }
.capability-image-button:focus-visible { outline: 2px solid var(--cyan); outline-offset: -3px; }
.image-lightbox { width: min(96vw, 1640px); max-width: none; max-height: 94vh; border: 1px solid #526078; border-radius: var(--radius); padding: 0; overflow: hidden; background: #05070b; color: white; box-shadow: 0 36px 120px rgba(0,0,0,.8); }
.image-lightbox::backdrop { background: rgba(0,2,5,.9); backdrop-filter: blur(5px); }
.image-lightbox figure { margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.image-lightbox img { width: 100%; max-height: calc(94vh - 58px); object-fit: contain; background: #020305; }
.image-lightbox figcaption { min-height: 48px; padding: 13px 64px 13px 18px; border-top: 1px solid var(--line); color: #dce3ed; font-weight: 750; }
.image-lightbox-close { position: absolute; z-index: 3; top: 9px; right: 9px; border-color: rgba(255,255,255,.3); background: rgba(5,8,13,.9); }

.product-stage { border-block: 1px solid var(--line); background: #090c12; }
.product-tabs { margin-top: 54px; }
.gallery-status { min-height: 86px; display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 14px; padding: 12px 4px 16px; border-bottom: 1px solid var(--line); }
.gallery-status-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cyan); }
.gallery-status-icon svg { width: 25px; height: 25px; }
.gallery-status > div { display: grid; gap: 4px; }
.gallery-status strong { font-size: 16px; }
.gallery-status p { max-width: 880px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.gallery-tabs { display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: 4px; margin-bottom: 14px; padding: 10px 0 5px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #39465a transparent; }
.gallery-tab { flex: 0 0 auto; min-height: 42px; border: 1px solid transparent; border-radius: 4px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--muted); font-weight: 750; cursor: pointer; }
.gallery-tab:hover { color: white; background: #11151d; }
.gallery-tab.active { color: white; border-color: var(--line-strong); background: #151a23; }
.gallery-tab.active svg { color: var(--cyan); }
.app-window { position: relative; overflow: hidden; border: 1px solid #465168; border-radius: 8px; background: #020305; box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.window-bar { height: 38px; padding-inline: 13px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); background: #0d1118; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #3a414e; }
.window-bar span:first-child { background: var(--coral); }.window-bar span:nth-child(2) { background: var(--amber); }.window-bar span:nth-child(3) { background: var(--green); }
.window-bar strong { margin-left: 8px; color: #8691a2; font-size: 11px; }
.app-window > img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; object-position: top center; background: #05070b; transition: opacity .18s ease; }
.app-window > img.changing { opacity: .25; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 64px; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; background: rgba(4,7,11,.82); color: white; cursor: pointer; backdrop-filter: blur(8px); transition: background .18s ease, border-color .18s ease; }
.gallery-arrow:hover { border-color: var(--cyan); background: rgba(10,17,25,.96); }
.gallery-arrow svg { width: 25px; height: 25px; }
.gallery-arrow-prev { left: 14px; }.gallery-arrow-next { right: 14px; }
.gallery-progress { position: absolute; z-index: 2; inset: auto 0 0; height: 3px; background: rgba(255,255,255,.08); }
.gallery-progress span { display: block; width: 0; height: 100%; background: var(--coral); }
.gallery-progress span.running { animation: gallery-progress 4s linear forwards; }
@keyframes gallery-progress { from { width: 0; } to { width: 100%; } }

.workflow-section { background: #070a0f; }
.workflow-grid { display: grid; grid-template-columns: .8fr 1.15fr; gap: 100px; align-items: center; }
.workflow-copy h2 { margin-bottom: 22px; }
.workflow-copy p { color: var(--muted); font-size: 17px; }
.text-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-weight: 800; }
.workflow-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 27px 12px; border-bottom: 1px solid var(--line); }
.workflow-steps > li > svg { width: 23px; height: 23px; margin-top: 2px; color: var(--coral); }
.workflow-steps strong { font-size: 18px; }
.workflow-steps p { margin: 5px 0 0; color: var(--muted); }

.pricing-section { border-block: 1px solid var(--line); background: #0a0d13; }
.pricing-layout { display: grid; grid-template-columns: 1fr 470px; gap: 100px; align-items: center; }
.pricing-copy p { max-width: 610px; color: var(--muted); font-size: 18px; }
.pricing-intro { max-width: 760px; margin-bottom: 46px; }
.pricing-intro h2 { margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 48px; line-height: 1.08; }
.pricing-intro p { margin: 0; color: var(--muted); font-size: 18px; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.plan-grid .price-panel { display: flex; flex-direction: column; }
.plan-grid .included-list { flex: 1; }
.plan-heading { min-height: 58px; display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.plan-heading > div { display: grid; gap: 3px; }
.plan-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.15; }
.plan-label { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.plan-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid rgba(78,220,255,.42); background: rgba(78,220,255,.08); color: var(--cyan); }
.plan-icon svg { width: 23px; height: 23px; }
.plan-icon.premium { border-color: rgba(255,65,109,.45); background: rgba(255,65,109,.08); color: var(--coral); }
.price-panel.free-plan { border-top-color: var(--cyan); }
.price-panel.premium-plan { border-color: #536078; border-top-color: var(--coral); background: #10151e; }
.premium-ribbon { position: absolute; top: 15px; right: 15px; display: inline-flex; align-items: center; gap: 6px; color: #ff91aa; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pricing-secure-note { max-width: 760px; margin-top: 30px; }
.secure-note { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; gap: 14px; color: var(--muted); }
.secure-note svg { flex: 0 0 24px; width: 24px; height: 24px; color: var(--green); }
.secure-note span { display: grid; gap: 3px; }
.secure-note strong { color: white; }
.price-panel { position: relative; border: 1px solid #4b576d; border-top: 3px solid var(--coral); border-radius: var(--radius); padding: 34px; background: #0d1118; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.price-top { display: grid; grid-template-columns: 1fr auto; align-items: baseline; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price-top span { font-weight: 800; }.price-top strong { grid-row: span 2; font-family: Georgia, "Times New Roman", serif; font-size: 48px; line-height: 1; }.price-top small { color: var(--muted); }
.included-list { margin: 25px 0; padding: 0; display: grid; gap: 13px; list-style: none; color: #d8dee8; }
.included-list li { display: flex; align-items: center; gap: 10px; }
.included-list svg { color: var(--green); }
.microcopy { color: var(--dim); font-size: 12px; }
.price-panel .microcopy { margin: 13px 0 0; text-align: center; }
.checkout-options { display: grid; gap: 10px; }
.checkout-divider { position: relative; height: 12px; display: grid; place-items: center; color: var(--dim); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.checkout-divider::before { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: var(--line); }
.checkout-divider span { position: relative; padding-inline: 9px; background: var(--panel); }
.button-paypal { border-color: #ffd140; background: #ffc439; color: #132c54; }
.button-paypal:hover { border-color: #ffe073; background: #ffd15c; }
.button-paypal strong { font-size: 18px; font-style: italic; }
.account-checkout-options { margin-top: 26px; display: flex; flex-wrap: wrap; justify-content: center; }

.faq-layout { display: grid; grid-template-columns: 340px 1fr; gap: 100px; }
.faq-layout > div:first-child p { color: var(--muted); }.faq-layout > div:first-child .button { margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary svg { transform: rotate(45deg); color: var(--coral); }
.faq-list summary svg { flex: 0 0 auto; transition: transform .2s ease; }
.faq-list details p { margin: -6px 0 23px; max-width: 760px; color: var(--muted); }

/* Search landing pages */
.seo-hero { position: relative; min-height: 620px; height: 76vh; max-height: 790px; overflow: hidden; border-bottom: 1px solid var(--line); }
.seo-hero-media, .seo-hero-shade { position: absolute; inset: 0; }
.seo-hero-media { background: #05070b; }
.seo-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.08) brightness(.52); transform: scale(1.025); }
.seo-hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.99) 0%, rgba(3,5,8,.91) 36%, rgba(3,5,8,.48) 68%, rgba(3,5,8,.25) 100%), linear-gradient(0deg, #06080c 0%, transparent 30%); }
.seo-hero-content { position: relative; z-index: 1; height: 100%; padding-top: var(--header-height); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.seo-hero-content h1 { max-width: 780px; margin: 18px 0; font-family: Georgia, "Times New Roman", serif; font-size: 62px; line-height: 1.02; letter-spacing: 0; text-shadow: 0 3px 28px rgba(0,0,0,.72); }
.seo-hero-content > p { max-width: 700px; margin: 0; color: #d2d8e1; font-size: 19px; text-shadow: 0 2px 14px rgba(0,0,0,.85); }
.crafting-seo-hero .seo-hero-media img { object-position: center 22%; }
.seo-stat-band { border-bottom: 1px solid var(--line); background: #090d13; }
.seo-stat-band > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.seo-stat-band > div > div { min-height: 112px; padding: 24px; display: grid; align-content: center; gap: 3px; border-right: 1px solid var(--line); }
.seo-stat-band > div > div:last-child { border-right: 0; }
.seo-stat-band strong { font-family: Georgia, "Times New Roman", serif; font-size: 29px; }
.seo-stat-band span { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.seo-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.seo-intro h2 { max-width: 520px; margin: 13px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 45px; line-height: 1.08; }
.seo-intro > div:last-child { padding-top: 23px; }
.seo-intro p { margin: 0 0 18px; color: #b1bbc9; font-size: 17px; }
.seo-feature-band { border-block: 1px solid var(--line); background: #090c12; }
.seo-feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-feature-list article { min-height: 225px; padding: 42px 46px 42px 0; display: grid; grid-template-columns: 46px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.seo-feature-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.seo-feature-list article:nth-child(even) { padding-left: 46px; }
.seo-feature-list article:nth-last-child(-n+2) { border-bottom: 0; }
.seo-feature-list article > svg { width: 28px; height: 28px; color: var(--cyan); }
.seo-feature-list article:nth-child(2n) > svg { color: var(--coral); }
.seo-feature-list h2 { margin: 0 0 10px; font-size: 23px; line-height: 1.2; }
.seo-feature-list p { margin: 0; color: var(--muted); }
.seo-product-image { position: relative; margin: 0; overflow: hidden; border: 1px solid #465168; background: #020305; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.seo-product-image .capability-image-button { aspect-ratio: 16 / 9; }
.seo-product-image img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.seo-cta-band { border-top: 1px solid var(--line); background: #081017; }
.seo-cta-band > div { max-width: 900px; }
.seo-cta-band h2 { margin: 13px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 45px; line-height: 1.08; }
.seo-cta-band p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; }
.premium-cta-band { background: #100b12; }

.site-footer { border-top: 1px solid var(--line); background: #05070a; }
.footer-inner { width: min(calc(100% - 48px), var(--page)); margin-inline: auto; padding: 50px 0 30px; display: grid; grid-template-columns: 1fr auto; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }.footer-brand img { width: 52px; height: 52px; border: 1px solid #465166; border-radius: var(--radius); }.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }.footer-brand p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: #bec7d4; font-size: 13px; }
.footer-legal { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid var(--line); color: #667184; font-size: 11px; }
.footer-legal strong { color: #cbd3df; }

/* Portal and customer pages */
.portal-page main, .content-page main, .account-page main { padding-top: var(--header-height); min-height: calc(100vh - 220px); }
.portal-shell { min-height: calc(100vh - var(--header-height)); display: grid; grid-template-columns: 1.08fr .92fr; }
.portal-visual { position: relative; min-height: 680px; overflow: hidden; border-right: 1px solid var(--line); }
.portal-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; filter: brightness(.42) saturate(.65); }
.portal-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,11,.24), rgba(5,7,11,.88)), linear-gradient(0deg, #05070b, transparent 45%); }
.portal-visual-copy { position: absolute; z-index: 1; left: max(36px, calc((100vw - 1220px) / 2)); bottom: 90px; width: 500px; max-width: calc(100% - 72px); }
.portal-visual-copy > img { width: 72px; height: 72px; border: 1px solid var(--line-strong); border-radius: var(--radius); }
.portal-visual-copy h1 { margin: 20px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 48px; line-height: 1.05; }.portal-visual-copy p { max-width: 420px; color: #b8c0cc; }
.portal-form-wrap { display: grid; place-items: center; padding: 55px; background: #080b10; }
.portal-form { width: min(430px, 100%); }
.portal-form h1, .narrow-form-page h1, .result-page h1, .page-hero h1, .legal-page h1 { margin: 11px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1.08; }.portal-form > p, .narrow-form-page > p, .result-page > p, .page-hero > p { color: var(--muted); }
.stack-form { margin-top: 28px; display: grid; gap: 18px; }
.stack-form label { display: grid; gap: 8px; color: #cdd4df; font-size: 13px; font-weight: 750; }
.stack-form input { width: 100%; height: 50px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 0 14px; background: #0d1118; color: white; }
.stack-form input::placeholder { color: #596577; }
.form-side-link { margin-top: -8px; justify-self: end; color: var(--cyan); font-size: 13px; }
.form-alert { margin-top: 20px; padding: 13px 14px; display: flex; gap: 10px; align-items: flex-start; border: 1px solid rgba(255,91,104,.5); background: rgba(255,91,104,.08); color: #ffd1d5; font-size: 13px; }.form-alert.success { border-color: rgba(62,230,160,.4); background: rgba(62,230,160,.07); color: #baf7dc; }
.auth-switch { margin-top: 22px; text-align: center; color: var(--muted); font-size: 13px; }.auth-switch a { color: var(--cyan); font-weight: 750; }
.account-hero { padding: 68px 0 52px; border-bottom: 1px solid var(--line); background: #090c12; }
.account-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.account-heading h1 { margin: 10px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 44px; }.account-heading p { margin: 0; color: var(--muted); }
.compact-section { padding-block: 70px; }
.account-grid { display: grid; grid-template-columns: 1fr 340px; gap: 24px; }
.license-panel { border: 1px solid var(--line-strong); border-top: 3px solid var(--cyan); padding: 30px; background: var(--panel); }
.panel-title { display: flex; align-items: start; justify-content: space-between; gap: 20px; }.panel-title h2 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; }.active-badge { display: flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(62,230,160,.3); background: rgba(62,230,160,.07); color: #a6f2d1; font-size: 11px; font-weight: 800; text-transform: uppercase; }.active-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.license-key-row, .result-license { margin: 30px 0 10px; display: flex; align-items: center; gap: 10px; }.license-key-row code, .result-license code { flex: 1; overflow-wrap: anywhere; border: 1px solid var(--line); padding: 16px; background: #070a0f; color: white; font-family: "Cascadia Code", Consolas, monospace; font-size: 17px; letter-spacing: .06em; }
.license-panel > .button { margin-top: 22px; }
.account-side { border: 1px solid var(--line); background: #0a0e14; }.side-block { padding: 24px; display: flex; gap: 14px; border-bottom: 1px solid var(--line); }.side-block:last-child { border-bottom: 0; }.side-block > svg { flex: 0 0 22px; color: var(--cyan); }.side-block p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }.side-block a { display: inline-block; margin-top: 8px; color: var(--cyan); font-size: 13px; font-weight: 750; }
.empty-access { max-width: 720px; margin-inline: auto; padding: 60px; border: 1px solid var(--line-strong); text-align: center; background: var(--panel); }.empty-icon { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; border: 1px solid var(--coral); color: var(--coral); }.empty-icon svg { width: 28px; height: 28px; }.empty-access h2 { margin: 10px 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; }.empty-access p { color: var(--muted); }.empty-access form { margin-top: 26px; }
.orders-section { margin-top: 62px; }.mini-heading { margin-bottom: 22px; }.mini-heading h2 { font-size: 30px; }
.redeem-license { margin-top: 30px; padding: 24px; display: grid; grid-template-columns: minmax(220px, .75fr) minmax(360px, 1.25fr); align-items: end; gap: 34px; border: 1px solid var(--line); background: #0a0e15; }.redeem-license h2 { margin: 6px 0; font-size: 24px; }.redeem-license p { margin: 0; color: var(--muted); }.redeem-license form { display: grid; gap: 8px; }.redeem-license label { color: #cdd4df; font-size: 12px; font-weight: 750; }.redeem-controls { display: grid; grid-template-columns: 1fr auto; gap: 10px; }.redeem-controls input { min-width: 0; height: 48px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 0 14px; background: #070a0f; color: white; font-family: "Cascadia Code", Consolas, monospace; }.redeem-controls input:focus { outline: 1px solid var(--cyan); border-color: var(--cyan); }
.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); }.data-table { width: 100%; border-collapse: collapse; min-width: 680px; }.data-table th, .data-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }.data-table th { background: #0c1017; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.data-table td { font-size: 13px; }.data-table tbody tr:last-child td { border-bottom: 0; }.data-table code { color: #cdd7e6; }.status-pill { display: inline-flex; border: 1px solid var(--line-strong); padding: 4px 7px; color: #c6cfdb; font-size: 10px; font-weight: 800; text-transform: uppercase; }.status-pill.fulfilled { border-color: rgba(62,230,160,.4); color: #8df0c5; }.status-pill.fulfillment_failed { border-color: rgba(255,91,104,.45); color: #ff98a1; }.muted { color: var(--muted); }
.result-page { min-height: 680px; padding-block: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.result-page > p { max-width: 610px; }.result-mark { width: 72px; height: 72px; margin-bottom: 24px; display: grid; place-items: center; border: 1px solid currentColor; }.result-mark svg { width: 34px; height: 34px; }.result-mark.success { color: var(--green); }.result-mark.pending { color: var(--amber); }.result-mark.error { color: var(--danger); }.result-license { width: min(650px, 100%); }.result-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.page-hero { padding-top: 95px; padding-bottom: 54px; border-bottom: 1px solid var(--line); }.page-hero > p { max-width: 650px; font-size: 17px; }
.support-layout { display: grid; grid-template-columns: 1fr 360px; gap: 90px; }.support-main h2, .support-contact h2 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: 32px; }.support-contact { align-self: start; border: 1px solid var(--line-strong); border-top: 3px solid var(--coral); padding: 28px; background: var(--panel); }.support-contact h2 { margin: 10px 0; }.support-contact p { color: var(--muted); }.support-contact .button { margin-top: 10px; }
.legal-page { max-width: 820px; padding-top: 100px; padding-bottom: 110px; }.legal-page h2 { margin: 38px 0 8px; font-size: 21px; }.legal-page p { color: #b4bdca; }.legal-page a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.narrow-form-page { max-width: 560px; padding-top: 110px; padding-bottom: 130px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }.metric-grid > div { min-height: 120px; padding: 24px; display: grid; align-content: space-between; border-right: 1px solid var(--line); background: var(--panel); }.metric-grid > div:last-child { border-right: 0; }.metric-grid span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.metric-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 31px; }.danger-text { color: var(--danger); }

@media (max-width: 1040px) {
  .main-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 16px 24px 24px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: #080b10; }
  .main-nav.open { display: flex; }.main-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }.icon-button.nav-toggle { display: inline-grid; }.header-actions { margin-left: 0; }.header-actions .button-quiet { display: none; }
  .hero-copy { width: min(650px, 78%); }.hero h1 { font-size: 68px; }
  .split-heading, .pricing-layout { grid-template-columns: 1fr; gap: 34px; }.pricing-layout { max-width: 760px; }
  .capability-row { grid-template-columns: minmax(270px, .85fr) minmax(330px, 1.15fr); gap: 28px; }
  .workflow-grid, .faq-layout { gap: 55px; }.support-layout { gap: 45px; }
  .portal-shell { grid-template-columns: .85fr 1.15fr; }.portal-form-wrap { padding: 40px; }
  .account-grid { grid-template-columns: 1fr 280px; }
  .seo-intro { gap: 55px; }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; }
  .page-width, .footer-inner { width: min(calc(100% - 28px), var(--page)); }
  .header-inner { width: calc(100% - 22px); gap: 10px; }.brand img { width: 39px; height: 39px; }.brand strong { font-size: 16px; }.brand small { display: none; }.header-buy { display: none; }
  .hero { min-height: 640px; height: calc(100svh - 34px); max-height: 690px; }.hero-media img { object-position: 34% center; }.hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.95), rgba(3,5,8,.68)), linear-gradient(0deg, #06080c 0%, transparent 34%); }.hero-content { align-items: flex-end; padding-bottom: 58px; }.hero-copy { width: 100%; }.hero h1 { margin-top: 15px; font-size: 52px; }.hero-lead { font-size: 16px; }.hero-actions { margin-top: 25px; }.hero-actions .button { width: 100%; }.hero-proof { display: grid; gap: 8px; }.hero-next { display: none; }
  .section { padding-block: 76px; }.section-heading { margin-bottom: 34px; }.section-heading h2, .workflow-copy h2, .pricing-copy h2, .pricing-intro h2, .faq-layout h2 { font-size: 34px; }.split-heading { display: block; }.split-heading p { margin-top: 18px; font-size: 15px; }
  .capability-heading h2 { font-size: 38px; }.capability-row { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding: 30px 0; }.capability-copy h3 { font-size: 22px; }.capability-media { margin-top: 8px; aspect-ratio: 16 / 8; }.capability-tags { gap: 7px 16px; }
  .product-stage .page-width { width: 100%; }.product-stage .section-heading { padding-inline: 14px; }.gallery-status { margin-inline: 14px; }.gallery-tabs { padding-inline: 14px; }.app-window { border-inline: 0; border-radius: 0; }.window-bar { display: none; }.app-window > img { aspect-ratio: 4 / 3; object-fit: contain; }.gallery-arrow { width: 42px; height: 54px; }.gallery-arrow-prev { left: 8px; }.gallery-arrow-next { right: 8px; }
  .workflow-grid, .faq-layout, .support-layout, .plan-grid { grid-template-columns: 1fr; gap: 45px; }.workflow-steps li { grid-template-columns: 34px 1fr; gap: 14px; }.pricing-copy p, .pricing-intro p { font-size: 16px; }.pricing-intro { margin-bottom: 30px; }.price-panel { padding: 24px 18px; }.price-top strong { font-size: 40px; }.premium-ribbon { position: static; margin-bottom: 14px; }
  .footer-inner { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.footer-brand { align-items: flex-start; }
  .portal-shell { display: block; }.portal-visual { display: none; }.portal-form-wrap { min-height: calc(100vh - var(--header-height)); padding: 65px 20px; place-items: start center; }.portal-form h1, .narrow-form-page h1, .result-page h1, .page-hero h1, .legal-page h1 { font-size: 34px; }
  .account-heading { align-items: flex-start; flex-direction: column; }.account-heading h1 { font-size: 34px; }.account-grid { grid-template-columns: 1fr; }.license-panel { padding: 22px 16px; }.panel-title { align-items: flex-start; }.license-key-row { align-items: stretch; }.license-key-row code { font-size: 13px; }.empty-access { padding: 42px 18px; }.redeem-license { grid-template-columns: 1fr; gap: 20px; }.redeem-controls { grid-template-columns: 1fr; }
  .page-hero { padding-top: 70px; }.support-contact { padding: 22px; }.result-page { min-height: 620px; padding-block: 80px; }.result-license { align-items: stretch; }.result-license code { font-size: 13px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }.metric-grid > div:nth-child(2) { border-right: 0; }.metric-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery-status { min-height: 104px; align-items: start; padding-block: 12px; }.gallery-status p { font-size: 12px; }.account-checkout-options { display: grid; }.account-checkout-options .button { width: 100%; }
  .seo-hero { min-height: 650px; height: calc(100svh - 20px); max-height: 760px; }.seo-hero-media img { object-position: 42% top; }.crafting-seo-hero .seo-hero-media img { object-position: 38% top; }.seo-hero-shade { background: linear-gradient(90deg, rgba(3,5,8,.96), rgba(3,5,8,.7)), linear-gradient(0deg, #06080c 0%, transparent 38%); }.seo-hero-content { justify-content: flex-end; padding-bottom: 62px; }.seo-hero-content h1 { font-size: 42px; }.seo-hero-content > p { font-size: 16px; }.seo-hero-content .hero-actions { width: 100%; }.seo-hero-content .button { width: 100%; }
  .seo-stat-band > div { grid-template-columns: 1fr 1fr; }.seo-stat-band > div > div { min-height: 94px; padding: 18px 14px; }.seo-stat-band > div > div:nth-child(2) { border-right: 0; }.seo-stat-band > div > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.seo-stat-band strong { font-size: 25px; }
  .seo-intro { grid-template-columns: 1fr; gap: 24px; }.seo-intro h2, .seo-cta-band h2 { font-size: 34px; }.seo-intro > div:last-child { padding-top: 0; }.seo-intro p, .seo-cta-band p { font-size: 15px; }
  .seo-feature-list { grid-template-columns: 1fr; }.seo-feature-list article, .seo-feature-list article:nth-child(even) { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }.seo-feature-list article:nth-last-child(2) { border-bottom: 1px solid var(--line); }.seo-feature-list article:last-child { border-bottom: 0; }.seo-feature-list h2 { font-size: 20px; }
  .seo-product-image .capability-image-button { aspect-ratio: 4 / 3; }.seo-product-image img { object-fit: cover; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Authentication, payments, and administration */
.button-danger { border-color: rgba(255,91,104,.55); background: rgba(255,91,104,.1); color: #ff9ba4; }
.button-danger:hover { border-color: var(--danger); background: rgba(255,91,104,.18); }
.payment-methods { margin-top: 15px; padding-top: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.payment-methods span { display: inline-flex; align-items: center; gap: 5px; }
.payment-methods svg { color: var(--cyan); }
.discord-auth-button { margin-top: 26px; border-color: #7189ff; background: #5865f2; color: white; }
.discord-auth-button:hover { background: #6874f5; border-color: #8799ff; }
.auth-divider { margin: 19px 0 -8px; display: flex; align-items: center; gap: 12px; color: var(--dim); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.admin-security-strip { margin-top: 34px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(255,91,104,.3); border-left: 3px solid var(--danger); background: #0c0d13; }
.admin-security-strip h2 { margin: 6px 0 2px; font-size: 22px; }
.admin-security-strip p { margin: 0; color: var(--muted); font-size: 13px; }
.admin-users-table td { vertical-align: middle; }
.admin-users-table td > strong, .admin-users-table td > small { display: block; }
.admin-users-table td > small { margin-top: 3px; color: var(--muted); }
.provider-state { display: inline-flex; align-items: center; gap: 6px; color: var(--dim); }
.provider-state.connected { color: #acb7ff; }
.provider-state svg { width: 14px; height: 14px; }
.inline-admin-form { display: flex; align-items: center; gap: 7px; }
.inline-admin-form select, .inline-admin-form input { height: 34px; border: 1px solid var(--line-strong); border-radius: 3px; padding: 0 9px; background: #0c1118; color: var(--text); }
.editor-permission-form input { width: 145px; }
.inline-admin-form input[readonly] { color: var(--muted); }
.admin-tabs { position: sticky; top: 68px; z-index: 4; display: flex; gap: 24px; margin: -20px 0 24px; padding: 14px 2px; border-bottom: 1px solid var(--line); background: rgba(5,8,13,.96); }
.admin-tabs a { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.admin-tabs a:hover { color: var(--cyan); }
.admin-metrics { grid-template-columns: repeat(5, 1fr); }
.admin-section { margin-top: 44px; scroll-margin-top: 130px; }
.admin-section .mini-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.data-table td small { display: block; margin-top: 4px; color: var(--muted); }
.icon-button { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 3px; background: #0c1118; color: var(--text); cursor: pointer; }
.icon-button svg { width: 16px; height: 16px; }.icon-button:disabled { opacity: .35; cursor: default; }
.audit-list { border: 1px solid var(--line); border-top: 0; }
.audit-list > div { display: grid; grid-template-columns: 180px 1fr auto; gap: 18px; padding: 12px 15px; border-top: 1px solid var(--line); font-size: 12px; }
.audit-list > div:first-child { border-top: 0; }.audit-list span, .audit-list time { color: var(--muted); }
.app-connect-card { max-width: 580px; }.app-connect-account, .app-connect-success { margin: 24px 0; padding: 18px; border: 1px solid var(--line); background: #090e15; display: grid; gap: 4px; }
.app-connect-account span, .app-connect-account small { color: var(--muted); }.app-connect-success { grid-template-columns: auto 1fr; align-items: center; color: #8df0c5; }.app-connect-success svg { width: 24px; }

@media (max-width: 760px) {
  .admin-security-strip { align-items: stretch; flex-direction: column; }
  .admin-security-strip .button { width: 100%; }
}
