:root { --ink: #070b18; --panel: #0d152b; --line: rgba(112, 167, 255, .22); --muted: #a9b6cc; --cyan: #18d4ee; --blue: #3d67ff; --violet: #7e3cff; --magenta: #e92bdf; --green: #23dfab; --white: #f5f8ff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: "DM Sans", Arial, sans-serif; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.page-glow { position: absolute; pointer-events: none; filter: blur(80px); opacity: .45; z-index: -1; }
.glow-one { top: 110px; right: 3%; width: 360px; height: 260px; background: #441bff; }
.glow-two { top: 1300px; left: -180px; width: 420px; height: 250px; background: #0058ce; }
.site-header { height: 74px; max-width: 1220px; margin: auto; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: inline-flex; gap: 10px; align-items: center; flex-shrink: 0; }
.brand strong { display: block; font: 700 21px/1 "Space Grotesk", sans-serif; letter-spacing: 0; }
.brand small { display: block; color: #ccd7ef; font-size: 11px; margin-top: 3px; }
.brand-mark { position: relative; width: 34px; height: 39px; display: inline-block; transform: skewY(-7deg); }
.brand-mark span { position: absolute; display: block; width: 13px; height: 38px; border-radius: 7px; background: linear-gradient(155deg, #9160ff, #cf11df); box-shadow: 0 0 16px rgba(169,42,255,.5); }
.brand-mark span:first-child { left: 2px; top: 0; }.brand-mark span:last-child { right: 2px; bottom: 0; transform: rotate(43deg); transform-origin: bottom; }
.desktop-nav { display: flex; align-items: stretch; gap: 30px; height: 100%; }
.desktop-nav a { display: grid; place-items: center; color: #d7dced; font-size: 13px; border-bottom: 2px solid transparent; }.desktop-nav a:hover, .desktop-nav .active { border-color: var(--magenta); color: white; }
.header-actions { display: flex; gap: 12px; align-items: center; }.text-button { border: 1px solid #657396; border-radius: 7px; padding: 9px 18px; color: white; background: transparent; cursor: pointer; font-weight: 600; font-size: 13px; }
.button { border: 0; border-radius: 7px; min-height: 42px; padding: 0 18px; display: inline-flex; gap: 8px; align-items: center; justify-content: center; color: white; background: linear-gradient(105deg, var(--magenta), var(--violet) 62%, var(--blue)); cursor: pointer; font-weight: 700; font-size: 14px; box-shadow: 0 8px 25px rgba(120,34,255,.26); transition: transform .2s ease, box-shadow .2s ease; }.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(196,45,240,.38); }.button svg { width: 17px; }.compact { min-height: 39px; padding: 0 16px; font-size: 13px; }.secondary { background: transparent; border: 1px solid #7383a6; box-shadow: none; }.secondary:hover { background: rgba(255,255,255,.07); }.primary { background: linear-gradient(105deg, #b62dec, #692bff); }.full { width: 100%; }
.menu-button, .mobile-nav { display: none; }
.hero { max-width: 1220px; padding: 80px 26px 70px; margin: auto; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(510px, 1.08fr); align-items: center; gap: 35px; min-height: 590px; }.eyebrow { display: inline-flex; gap: 6px; align-items: center; border: 1px solid #4e459c; background: rgba(77, 44, 168, .22); border-radius: 999px; color: #e1c2ff; padding: 5px 10px; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; font-size: 10px; }.eyebrow svg { width: 13px; height: 13px; color: #e05cff; }
h1, h2, h3, p { margin-top: 0; }h1, h2, h3 { font-family: "Space Grotesk", sans-serif; letter-spacing: 0; }h1 { margin: 16px 0 15px; font-size: clamp(48px, 5.1vw, 75px); line-height: .96; }h1 span { color: var(--magenta); }.hero-description { max-width: 520px; color: #d6dced; font-size: 18px; line-height: 1.42; }.feature-row { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 540px; margin: 30px 0; }.feature-row > div { min-height: 75px; padding: 0 12px; border-right: 1px solid rgba(92,141,219,.22); display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; font-size: 12px; line-height: 1.2; font-weight: 600; }.feature-row > div:first-child { padding-left: 0; }.feature-row > div:last-child { border: 0; }.feature-row svg { color: #e12fed; width: 26px; height: 26px; }.feature-row > div:nth-child(2) svg { color: #23b9ff; }.feature-row > div:nth-child(3) svg { color: #7c71ff; }.feature-row > div:nth-child(4) svg { color: #22e5e3; }
.hero-choices { display: flex; gap: 12px; }.hero-choices > div { display: grid; gap: 6px; }.hero-choices small { color: var(--muted); text-align: center; font-size: 11px; }.trust-list { display: flex; gap: 22px; list-style: none; padding: 0; margin: 22px 0 0; color: #d7deec; font-size: 12px; }.trust-list li { display: flex; gap: 5px; align-items: center; }.trust-list svg { width: 15px; color: var(--green); }
.product-stage { position: relative; min-width: 0; }.product-aura { position: absolute; inset: 20px 6% 0; background: radial-gradient(ellipse at center, rgba(20,141,255,.37), rgba(107,35,255,.2) 45%, transparent 70%); filter: blur(20px); }.laptop { position: relative; width: 100%; z-index: 1; }.screen { height: 369px; border: 5px solid #252b3e; border-bottom-width: 8px; border-radius: 16px 16px 5px 5px; overflow: hidden; display: grid; grid-template-columns: 92px 1fr; background: #eff4fb; box-shadow: 0 24px 65px #000a; }.laptop-camera { position: absolute; width: 46px; height: 8px; background: #252b3e; top: 3px; left: calc(50% - 23px); border-radius: 0 0 8px 8px; z-index: 2; }.laptop-base { width: 112%; height: 17px; margin: -1px 0 0 -6%; background: linear-gradient(180deg, #414b62, #1c2331); border-radius: 0 0 34px 34px; box-shadow: 0 10px 20px #000a; }.wp-sidebar { padding: 20px 8px; background: #101a31; color: #bdcae0; display: flex; flex-direction: column; gap: 14px; font-size: 8px; }.wp-sidebar span { display: flex; gap: 5px; align-items: center; }.wp-sidebar svg { width: 11px; }.wp-sidebar .selected { background: #2854e8; color: white; margin: 0 -4px; padding: 6px 4px; border-radius: 3px; }.wp-symbol { background: #fff; color: #172858; border-radius: 50%; width: 18px; height: 18px; display: grid; place-items: center; font-weight: 700; margin-bottom: 3px; }.plugin-view { color: #1a2743; overflow: hidden; }.plugin-top { height: 47px; padding: 0 18px; display: flex; gap: 8px; align-items: center; background: white; box-shadow: 0 1px 3px #cbd5e7; font-size: 10px; }.plugin-top em { font-style: normal; font-weight: 500; }.plugin-top > svg { margin-left: auto; width: 14px; }.mini-logo { display: grid; place-items: center; color: white; background: #6041ed; width: 23px; height: 23px; border-radius: 8px; font-weight: 700; }.plugin-content { display: grid; grid-template-columns: 1.05fr .95fr; padding: 18px; gap: 19px; }.tab-row { display: flex; gap: 8px; color: #52607b; font-size: 8px; margin-bottom: 12px; }.tab-row b { color: #1537d3; border-bottom: 2px solid #1537d3; padding-bottom: 5px; }.form-area label { display: block; font-size: 9px; font-weight: 700; margin: 7px 0; }.form-area input, .form-area select { width: 100%; height: 24px; padding: 4px 7px; display: block; border: 1px solid #c9d4e8; border-radius: 4px; color: #273857; font-size: 9px; margin-top: 3px; background: #fbfcff; }.generate-button { height: 29px; width: 100%; border: 0; border-radius: 4px; margin-top: 6px; color: white; background: #583be7; font-size: 9px; font-weight: 700; cursor: pointer; }.generate-button svg { height: 10px; vertical-align: middle; }.cover-art { height: 104px; padding: 12px; color: white; background: linear-gradient(140deg, #1d3c62, #070b15 40%, #914154); position: relative; overflow: hidden; }.cover-art::after { content: ""; width: 55px; height: 115px; background: #d9b08e; opacity: .33; position: absolute; right: 22px; bottom: -35px; transform: rotate(24deg); }.cover-art span { position: relative; z-index: 1; font: 700 23px/.74 "Space Grotesk", sans-serif; }.cover-art small { position: absolute; bottom: 12px; left: 12px; z-index: 1; font-weight: 700; font-size: 8px; }.preview-area h3 { font-size: 10px; margin: 10px 0 5px; }.preview-area p { font-size: 8px; line-height: 1.48; margin: 0; }.preview-actions { display: flex; gap: 6px; margin-top: 8px; }.preview-actions button { flex: 1; padding: 4px; background: #f3f6fb; border: 1px solid #ccd7e9; border-radius: 3px; cursor: pointer; }.preview-actions svg { width: 10px; color: #273d77; }.stage-demo { position: absolute; z-index: 2; bottom: -18px; right: 14%; border: 1px solid rgba(152,138,255,.64); border-radius: 7px; padding: 9px 13px; color: white; background: #131b37; font-size: 11px; font-weight: 700; cursor: pointer; }.stage-demo svg { width: 13px; vertical-align: middle; margin-right: 4px; }
.benefits-band { max-width: 1220px; margin: auto; padding: 24px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }.benefits-band > div, .payment-perks > div { display: flex; gap: 13px; align-items: center; }.benefits-band > div > svg, .payment-perks > div > svg { flex: 0 0 auto; color: var(--cyan); width: 34px; height: 34px; padding: 7px; border: 1px solid #1d477d; border-radius: 50%; }.benefits-band p, .payment-perks p { margin: 0; display: grid; gap: 3px; font-size: 12px; }.benefits-band strong, .payment-perks strong { font-size: 13px; }.benefits-band span, .payment-perks span { color: var(--muted); font-size: 11px; }
.section { max-width: 1120px; margin: auto; padding: 94px 26px; }.pricing { display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: center; }.section h2 { font-size: 36px; line-height: 1.08; margin: 15px 0 10px; }.section-intro > p, .section-heading > p, .payment-copy > p { color: #c5cfe2; font-size: 16px; line-height: 1.5; max-width: 410px; }.direct-note { margin-top: 24px; display: flex; gap: 12px; align-items: center; color: #cbd5eb; font-size: 13px; }.direct-note > svg { width: 34px; height: 34px; padding: 8px; color: #e660f4; border: 1px solid #7343af; border-radius: 50%; }.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.plan-card { position: relative; min-height: 420px; border: 1px solid #1d477b; border-radius: 8px; padding: 25px 22px 20px; background: linear-gradient(145deg, rgba(14,29,58,.96), rgba(5,12,26,.98)); }.pro-card { border-color: #d939df; box-shadow: 0 0 0 1px rgba(190,49,255,.35), 0 16px 38px rgba(67,16,119,.23); }.popular { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 5px 12px; border-radius: 999px; color: white; background: linear-gradient(90deg, #bb26df, #564af7); font-size: 10px; font-weight: 700; }.popular svg { width: 11px; vertical-align: -2px; }.plan-title { display: flex; gap: 13px; align-items: center; }.plan-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #d44af7; background: rgba(154,37,248,.16); }.plan-icon svg { width: 25px; }.plan-title > div > span { color: #dfe6f4; font-size: 14px; font-weight: 700; }.plan-title h3 { margin: 2px 0 0; font-size: 29px; }.plan-title h3 b { margin-left: 4px; padding: 3px 7px; border-radius: 999px; color: #022c23; background: var(--green); font: 700 9px "DM Sans", sans-serif; vertical-align: middle; text-transform: uppercase; }.plan-title h3 small { font: 400 12px "DM Sans", sans-serif; }.plan-card ul { list-style: none; padding: 0; margin: 24px 0 23px; min-height: 160px; color: #d8deed; font-size: 12px; line-height: 1.95; }.plan-card li::before { content: "✓"; color: var(--green); font-weight: 700; margin-right: 8px; }.plan-card > small { margin-top: 8px; display: block; color: #a9b5cb; text-align: center; font-size: 10px; }
.flow { border-top: 1px solid rgba(75,137,225,.22); }.section-heading { text-align: center; max-width: 630px; margin: auto; }.section-heading > p { margin-left: auto; margin-right: auto; }.flow-options { display: grid; gap: 16px; margin-top: 37px; }.flow-options article { padding: 20px 24px; background: #0c1429; border: 1px solid #1c3863; border-radius: 8px; }.flow-options article.direct-flow { border-color: #713cc2; background: linear-gradient(100deg, #11142e, #161131); }.flow-label { display: block; color: #92aad2; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 700; }.flow-options h3 { margin: 5px 0 17px; font-size: 19px; }.steps { display: flex; align-items: center; gap: 11px; }.steps > span { padding: 9px 11px; border-radius: 5px; background: #172747; color: #dce8fa; font-size: 12px; }.steps b { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; border-radius: 50%; color: white; background: #3157f0; font-size: 9px; }.steps > svg { flex: 0 0 auto; width: 17px; color: #8293b6; }
.payment { display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px; align-items: center; }.payment-methods { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 24px; padding: 13px; border-radius: 7px; background: white; color: #0b286c; }.payment-methods strong { color: #1573d2; font-size: 20px; font-style: italic; }.payment-methods b { font-size: 15px; }.payment-methods .mastercard { color: #e04a18; }.payment-perks { display: grid; gap: 21px; }.payment-perks > div > svg { color: #be59ff; border-color: #553e8c; }.licenses { padding-top: 32px; }.license-grid { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 38px; }.license-grid > article { min-width: 235px; display: grid; gap: 10px; padding: 22px; border-radius: 8px; background: #0d172e; border: 1px solid #284d80; }.license-grid > article span { color: #aab8d1; font-size: 12px; font-weight: 700; }.license-grid code { color: #73d7ff; font-size: 16px; }.license-grid > article strong { color: var(--green); font-size: 13px; }.license-grid > svg { color: #aab9d5; }.license-grid .license-pro { border-color: #a53cde; }.license-grid .license-pro code { color: #e266f5; }
footer { max-width: 1220px; margin: auto; padding: 34px 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 20px 40px; align-items: center; }footer > p { color: #b4c0d5; margin: 0; font-size: 12px; }.footer-links { display: flex; grid-column: 1 / -1; justify-content: center; flex-wrap: wrap; gap: 17px; color: #b9c6dd; font-size: 11px; }.footer-links a:hover { color: white; }.social-links { display: flex; gap: 10px; }.social-links a { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #41506c; border-radius: 50%; }.social-links svg { width: 14px; }.social-links a:hover { border-color: #d548e7; color: #e266ef; }footer > small { grid-column: 1 / -1; text-align: center; color: #7d8ba6; font-size: 10px; }
dialog { width: min(420px, calc(100% - 36px)); border: 1px solid #63409c; border-radius: 8px; padding: 31px; color: white; background: #111a32; box-shadow: 0 28px 80px #000d; }dialog::backdrop { background: rgba(1,4,13,.72); backdrop-filter: blur(4px); }.dialog-close { position: absolute; top: 13px; right: 13px; border: 0; padding: 5px; color: #c7d1e6; background: transparent; cursor: pointer; }.dialog-close svg { width: 18px; }.dialog-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #ef6bff; background: #322150; }.dialog-icon svg { width: 24px; }#dialog-kicker { margin-bottom: 6px; color: #b59ae5; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }#dialog-title { margin-bottom: 10px; font-size: 27px; }#dialog-text { min-height: 48px; color: #c0ccdf; line-height: 1.45; font-size: 14px; }.toast { position: fixed; z-index: 5; left: 50%; bottom: 25px; transform: translate(-50%, 20px); padding: 12px 16px; border: 1px solid #287b72; border-radius: 7px; color: white; background: #0b2c2d; box-shadow: 0 10px 25px #0008; opacity: 0; pointer-events: none; transition: .22s ease; font-size: 13px; }.toast.visible { opacity: 1; transform: translate(-50%, 0); }
 .checkout-label { margin: 0 0 6px; color: #b59ae5; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }#paypal-checkout h2 { margin-bottom: 4px; font-size: 29px; }.checkout-total { margin: 0 0 16px; font: 700 31px "Space Grotesk", sans-serif; }.checkout-total span { color: #b7c3da; font: 400 13px "DM Sans", sans-serif; }.checkout-description { color: #c0ccdf; font-size: 14px; line-height: 1.45; }.paypal-status { min-height: 34px; margin: 22px 0 13px; color: #bdd0ee; font-size: 13px; line-height: 1.4; }.paypal-status.error { color: #ff99ab; }paypal-button { display: block; min-height: 46px; }paypal-button[hidden] { display: none; }.back-button { width: 100%; margin-top: 13px; border: 1px solid #53627e; border-radius: 7px; min-height: 39px; color: #d9e2f0; background: transparent; cursor: pointer; font-weight: 600; }
.trial-form { display: grid; gap: 8px; margin-top: 22px; }.trial-form label { color: #d9e2f3; font-size: 12px; font-weight: 700; }.trial-form input { min-height: 42px; padding: 0 11px; border: 1px solid #536789; border-radius: 6px; color: white; background: #091126; outline: none; }.trial-form input:focus { border-color: #c65af2; box-shadow: 0 0 0 3px rgba(190, 73, 238, .14); }.trial-form .button { margin-top: 8px; }
@media (max-width: 930px) { .desktop-nav { gap: 15px; }.hero { grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { max-width: 640px; }.product-stage { max-width: 680px; width: 100%; margin: 20px auto 0; }.benefits-band { grid-template-columns: repeat(2, 1fr); }.pricing { grid-template-columns: 1fr; gap: 32px; }.section-intro { max-width: 600px; }.pricing-grid { max-width: 660px; }.payment { grid-template-columns: 1fr; gap: 35px; }.payment-copy { max-width: 620px; } }
@media (max-width: 650px) { .site-header { height: 66px; padding: 0 18px; }.brand strong { font-size: 18px; }.brand-mark { transform: scale(.86) skewY(-7deg); transform-origin: left center; width: 30px; }.desktop-nav, .header-actions { display: none; }.menu-button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #53627e; border-radius: 6px; color: white; background: #111a32; cursor: pointer; }.menu-button svg { width: 20px; }.mobile-nav { position: absolute; top: 66px; left: 18px; right: 18px; z-index: 5; padding: 14px; gap: 8px; border: 1px solid #384a70; border-radius: 8px; background: #111a2c; box-shadow: 0 20px 40px #000a; }.mobile-nav.open { display: grid; }.mobile-nav a { padding: 9px; color: #d6deee; font-size: 14px; }.mobile-nav .button { margin-top: 4px; }.hero { padding: 50px 18px 47px; gap: 17px; min-height: 0; }h1 { margin-top: 15px; font-size: 48px; }.hero-description { font-size: 16px; }.feature-row { margin: 27px 0; }.feature-row > div { padding: 0 5px; font-size: 10px; }.feature-row > div:first-child { padding-left: 0; }.feature-row svg { width: 23px; }.hero-choices { flex-direction: column; max-width: 310px; }.hero-choices .button { width: 100%; }.trust-list { flex-wrap: wrap; gap: 9px 15px; font-size: 11px; }.product-stage { margin-top: 12px; }.screen { height: 260px; grid-template-columns: 64px 1fr; border-width: 3px; }.wp-sidebar { padding: 13px 5px; gap: 9px; font-size: 6px; }.wp-sidebar svg { width: 8px; }.wp-sidebar .selected { margin: 0 -2px; padding: 4px 2px; }.wp-symbol { width: 14px; height: 14px; font-size: 8px; }.plugin-top { height: 35px; padding: 0 10px; font-size: 7px; }.mini-logo { width: 17px; height: 17px; border-radius: 6px; }.plugin-content { padding: 11px; gap: 10px; }.tab-row { gap: 4px; margin-bottom: 6px; font-size: 6px; }.tab-row b { padding-bottom: 3px; }.form-area label { margin: 4px 0; font-size: 6px; }.form-area input, .form-area select { height: 17px; padding: 2px 4px; font-size: 6px; margin-top: 2px; }.generate-button { height: 20px; margin-top: 3px; font-size: 6px; }.generate-button svg { height: 7px; }.cover-art { height: 70px; padding: 8px; }.cover-art span { font-size: 15px; }.cover-art small { bottom: 8px; left: 8px; font-size: 5px; }.preview-area h3 { margin: 6px 0 3px; font-size: 7px; }.preview-area p { font-size: 5.5px; }.preview-actions { margin-top: 5px; gap: 3px; }.preview-actions button { padding: 2px; }.preview-actions svg { width: 7px; }.stage-demo { bottom: -15px; right: 9%; padding: 7px 9px; font-size: 9px; }.benefits-band { grid-template-columns: 1fr; padding: 25px 18px; gap: 19px; }.benefits-band > div { gap: 11px; }.benefits-band > div > svg { width: 31px; height: 31px; }.section { padding: 65px 18px; }.section h2 { font-size: 30px; }.section-intro > p, .section-heading > p, .payment-copy > p { font-size: 14px; }.pricing-grid { grid-template-columns: 1fr; }.plan-card { min-height: auto; padding: 25px 20px 19px; }.plan-card ul { min-height: auto; }.flow-options article { padding: 18px; }.steps { flex-wrap: wrap; gap: 8px; }.steps > span { font-size: 11px; }.steps > svg { transform: rotate(0); }.payment-methods { gap: 9px; }.payment-methods strong { font-size: 17px; }.payment-methods b { font-size: 12px; }.license-grid { gap: 10px; }.license-grid > article { min-width: 0; flex: 1; padding: 16px 10px; }.license-grid code { font-size: 10px; }.license-grid > svg { width: 18px; }footer { padding: 30px 18px; grid-template-columns: 1fr auto; gap: 20px; }footer > p { grid-column: 1 / -1; grid-row: 2; }.social-links { grid-column: 2; grid-row: 1; }.footer-links { justify-content: flex-start; gap: 10px 16px; }.footer-links a { font-size: 10px; } }
