:root {
    --ink: #07131c;
    --ink-2: #102430;
    --paper: #f7f6f1;
    --white: #fff;
    --soft: #5b6870;
    --line: rgba(7, 19, 28, .13);
    --violet: #5e5bf7;
    --violet-soft: #e9e8ff;
    --yellow: #ffd124;
    --green: #35d792;
    --radius: 28px;
    --shadow: 0 26px 80px rgba(7, 19, 28, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: break-word; }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--yellow); border-radius: 8px; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--violet); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; content: ""; background: currentColor; }
.eyebrow.light { color: #cbcaff; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: #ffe25f; }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .04); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }

.site-header { position: relative; z-index: 20; color: #fff; background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 184px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; }
.site-header nav a { color: rgba(255, 255, 255, .72); transition: color .2s ease, transform .2s ease; }
.site-header nav a:hover { color: #fff; transform: translateY(-1px); }
.site-header .nav-cta { padding: 12px 18px; color: var(--ink); background: var(--yellow); border-radius: 999px; font-weight: 800; }
.breadcrumbs { min-height: 54px; display: flex; align-items: center; gap: 10px; color: #6b777e; font-size: .78rem; white-space: nowrap; overflow: hidden; }
.breadcrumbs > * { overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs a:hover { color: var(--violet); }

.product-hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(94, 91, 247, .35), transparent 26%), linear-gradient(135deg, #07131c, #0c202c 62%, #0a1822); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-orb { position: absolute; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; }
.hero-orb-one { width: 420px; aspect-ratio: 1; right: -140px; top: -170px; }
.hero-orb-two { width: 260px; aspect-ratio: 1; right: 28%; bottom: -185px; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); align-items: center; gap: clamp(50px, 8vw, 110px); padding-block: 88px; }
.hero-copy h1 { max-width: 790px; margin: 24px 0 26px; font: 500 clamp(3.65rem, 6.5vw, 6.6rem)/.92 Georgia, serif; letter-spacing: -.058em; }
.hero-copy > p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 26px; color: rgba(255, 255, 255, .57); font-size: .78rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { width: 7px; aspect-ratio: 1; content: ""; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(53, 215, 146, .1); }
.hero-panel { position: relative; overflow: hidden; padding: 26px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 30px; background: rgba(255, 255, 255, .07); box-shadow: 0 36px 90px rgba(0, 0, 0, .26); backdrop-filter: blur(18px); }
.hero-panel::after { position: absolute; width: 170px; aspect-ratio: 1; right: -80px; bottom: -90px; content: ""; background: rgba(94, 91, 247, .28); border-radius: 50%; filter: blur(20px); }
.panel-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .11); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.panel-head i { padding: 4px 9px; color: #7ce4b3; background: rgba(53, 215, 146, .1); border-radius: 999px; font-size: .63rem; font-style: normal; letter-spacing: 0; }
.hero-panel ol { position: relative; z-index: 1; display: grid; gap: 2px; margin: 18px 0; padding: 0; list-style: none; }
.hero-panel li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 12px 0; }
.hero-panel li:not(:last-child)::after { position: absolute; width: 1px; height: 18px; left: 20px; bottom: -8px; content: ""; background: rgba(255, 255, 255, .16); }
.hero-panel li > span { width: 42px; aspect-ratio: 1; display: grid; place-items: center; color: #d9d8ff; border: 1px solid rgba(255, 255, 255, .16); border-radius: 13px; background: rgba(255, 255, 255, .04); font-size: .7rem; font-weight: 850; }
.hero-panel li div { min-width: 0; display: flex; flex-direction: column; }
.hero-panel li strong { font-size: .86rem; }
.hero-panel li small { margin-top: 3px; color: rgba(255, 255, 255, .5); font-size: .69rem; line-height: 1.45; }
.panel-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 14px; color: rgba(255, 255, 255, .62); background: rgba(0, 0, 0, .17); border-radius: 13px; font-size: .61rem; }
.panel-foot i { width: 4px; aspect-ratio: 1; background: rgba(255, 255, 255, .28); border-radius: 50%; }

.audience-bar { color: #4c5961; background: #fff; border-bottom: 1px solid var(--line); }
.audience-bar > div { min-height: 82px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.audience-bar strong { margin-right: 8px; color: var(--ink); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.audience-bar span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fbfbf8; font-size: .77rem; }
.intent-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 46px; padding: 24px 26px; color: #3d4655; border: 1px solid rgba(94, 91, 247, .2); border-radius: 18px; background: #efefff; }
.intent-note > span { width: 40px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: var(--violet); border-radius: 50%; font: italic 700 1.1rem Georgia, serif; }
.intent-note h2 { margin: 0; font: 600 1.15rem/1.3 Georgia, serif; }
.intent-note p { margin: 7px 0 0; font-size: .91rem; }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2 { max-width: 800px; margin: 16px 0 0; font: 500 clamp(2.65rem, 5vw, 4.6rem)/.98 Georgia, serif; letter-spacing: -.048em; }
.section-heading > p { margin: 0; color: #66737a; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 300px; display: grid; grid-template-rows: auto auto 1fr; padding: 32px; background: rgba(255, 255, 255, .38); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.feature-card:hover { position: relative; z-index: 2; background: #fff; box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card > span { justify-self: end; color: rgba(7, 19, 28, .23); font: 500 2.2rem/1 Georgia, serif; }
.feature-card h3 { margin: 38px 0 12px; font: 600 1.65rem/1.08 Georgia, serif; letter-spacing: -.025em; }
.feature-card p { align-self: end; margin: 0; color: #68747b; }

.workflow-section { position: relative; overflow: hidden; padding-block: 105px; color: #fff; background: var(--ink); }
.workflow-section::before { position: absolute; width: 600px; aspect-ratio: 1; left: -260px; bottom: -420px; content: ""; background: rgba(94, 91, 247, .2); border-radius: 50%; filter: blur(25px); }
.section-heading.inverse { position: relative; z-index: 1; }
.section-heading.inverse > p { color: rgba(255, 255, 255, .56); }
.workflow { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.workflow li { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .045); }
.workflow li > span { width: 44px; aspect-ratio: 1; display: grid; place-items: center; color: var(--yellow); border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; font-size: .73rem; font-weight: 850; }
.workflow h3 { margin: 0 0 8px; font: 600 1.35rem/1.15 Georgia, serif; }
.workflow p { margin: 0; color: rgba(255, 255, 255, .54); font-size: .84rem; }

.detail-layout { display: grid; grid-template-columns: 310px minmax(0, 760px); justify-content: center; gap: 90px; }
.detail-nav { position: sticky; top: 24px; align-self: start; display: grid; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 15px 45px rgba(7, 19, 28, .06); }
.detail-nav > .eyebrow { margin-bottom: 13px; }
.detail-nav > a { display: grid; grid-template-columns: 29px 1fr; gap: 8px; padding: 13px 0; color: #59666d; border-top: 1px solid var(--line); font-size: .82rem; line-height: 1.35; }
.detail-nav > a:hover { color: var(--violet); }
.detail-nav > a span { color: var(--violet); font-weight: 850; }
.detail-nav .detail-cta { display: block; margin-top: 15px; padding: 14px; color: #fff; background: var(--ink); border: 0; border-radius: 12px; text-align: center; font-weight: 800; }
.detail-nav .detail-cta:hover { color: #fff; background: var(--violet); }
.detail-content article { padding: 5px 0 68px; scroll-margin-top: 28px; }
.detail-content article + article { padding-top: 60px; border-top: 1px solid var(--line); }
.section-number { width: 44px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 20px; color: var(--violet); background: var(--violet-soft); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.detail-content h2 { margin: 0 0 25px; font: 500 clamp(2.25rem, 4vw, 3.55rem)/1.03 Georgia, serif; letter-spacing: -.04em; }
.detail-content p { margin: 0 0 18px; color: #3e4b52; font-size: 1.04rem; line-height: 1.86; }

.fit-section { padding-block: 95px; background: #edeae2; border-block: 1px solid rgba(7, 19, 28, .08); }
.fit-section header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.fit-section h2 { max-width: 760px; margin: 15px 0 0; font: 500 clamp(2.5rem, 4.5vw, 4rem)/1 Georgia, serif; letter-spacing: -.045em; }
.fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.fit-grid article { min-height: 210px; display: grid; grid-template-rows: auto auto 1fr; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .62); }
.fit-grid article > span { width: 38px; aspect-ratio: 1; display: grid; place-items: center; color: #087e50; background: #ddf8eb; border-radius: 50%; font-weight: 900; }
.fit-grid h3 { margin: 30px 0 10px; font: 600 1.5rem/1.15 Georgia, serif; }
.fit-grid p { margin: 0; color: #68747b; }

.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 90px; }
.faq-layout > header { position: sticky; top: 24px; align-self: start; }
.faq-layout > header h2 { margin: 16px 0 20px; font: 500 clamp(2.5rem, 4.8vw, 4.2rem)/1 Georgia, serif; letter-spacing: -.045em; }
.faq-layout > header p { color: #66737a; }
.faq-layout > header > a { display: inline-flex; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; padding: 26px 2px; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 35px; aspect-ratio: 1; display: grid; place-items: center; color: var(--violet); border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 52px 26px 0; color: #536168; line-height: 1.78; }

.related-section { padding-top: 30px; }
.related-section .section-heading > a { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid article { min-width: 0; background: rgba(255, 255, 255, .32); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.related-grid article:hover { position: relative; z-index: 2; background: #fff; box-shadow: var(--shadow); transform: translateY(-4px); }
.related-grid article > a { min-height: 370px; display: flex; flex-direction: column; padding: 30px; }
.related-grid article > a > span { color: var(--violet); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.related-grid h3 { margin: 24px 0 14px; font: 600 1.8rem/1.08 Georgia, serif; letter-spacing: -.025em; }
.related-grid p { margin: 0; color: #68747b; font-size: .91rem; }
.related-grid strong { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 28px; font-size: .83rem; }
.related-grid strong i { width: 38px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-style: normal; }

.final-cta { min-height: 340px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; margin-bottom: 120px; padding: 58px 62px; color: #fff; background: radial-gradient(circle at 82% 15%, rgba(94, 91, 247, .5), transparent 28%), var(--ink); border-radius: var(--radius); box-shadow: 0 35px 90px rgba(7, 19, 28, .2); }
.final-cta h2 { max-width: 750px; margin: 16px 0 14px; font: 500 clamp(2.5rem, 4.5vw, 4.1rem)/.98 Georgia, serif; letter-spacing: -.045em; }
.final-cta p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .6); }
.final-cta > div:last-child { display: grid; gap: 14px; text-align: center; }
.final-cta > div:last-child > a:last-child { color: rgba(255, 255, 255, .68); font-size: .86rem; text-decoration: underline; text-underline-offset: 5px; }

.site-footer { color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .65fr; gap: 70px; padding-block: 75px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-brand img { margin-bottom: 10px; }
.footer-grid p { max-width: 390px; color: rgba(255, 255, 255, .5); }
.footer-grid strong { margin-bottom: 9px; color: rgba(255, 255, 255, .42); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { color: rgba(255, 255, 255, .7); font-size: .87rem; }
.footer-grid a:hover { color: #fff; }
.copyright { padding-block: 20px 30px; color: rgba(255, 255, 255, .34); border-top: 1px solid rgba(255, 255, 255, .1); font-size: .75rem; }

@media (max-width: 1040px) {
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy h1, .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-panel { width: min(720px, 100%); margin-inline: auto; }
    .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .detail-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 50px; }
    .faq-layout { gap: 55px; }
    .footer-grid { grid-template-columns: 1.1fr 1fr .6fr; gap: 40px; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 28px, 1220px); }
    .header-inner { min-height: 72px; }
    .brand img { width: 150px; }
    .site-header nav > a:not(.nav-cta) { display: none; }
    .site-header .nav-cta { padding: 10px 13px; font-size: .78rem; }
    .breadcrumbs { min-height: 46px; }
    .product-hero { min-height: 0; }
    .hero-layout { padding-block: 70px; }
    .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.65rem); }
    .hero-copy > p { font-size: .98rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-panel { padding: 20px; border-radius: 22px; }
    .panel-foot { display: none; }
    .audience-bar > div { justify-content: flex-start; padding-block: 20px; }
    .audience-bar strong { width: 100%; }
    .intent-note { grid-template-columns: 1fr; padding: 22px; }
    .section { padding-block: 76px; }
    .section-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; margin-bottom: 34px; }
    .section-heading h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 270px; padding: 26px; }
    .workflow-section { padding-block: 76px; }
    .workflow { grid-template-columns: 1fr; }
    .workflow li { min-height: 190px; }
    .detail-layout { grid-template-columns: 1fr; gap: 50px; }
    .detail-nav { position: static; }
    .detail-content article { padding-bottom: 52px; }
    .detail-content article + article { padding-top: 48px; }
    .fit-section { padding-block: 74px; }
    .fit-section header { display: block; }
    .fit-grid { grid-template-columns: 1fr; }
    .fit-grid article { min-height: 190px; }
    .faq-layout { grid-template-columns: 1fr; gap: 45px; }
    .faq-layout > header { position: static; }
    .related-section { padding-top: 10px; }
    .related-section .section-heading > a { justify-self: start; }
    .related-grid { grid-template-columns: 1fr; }
    .related-grid article > a { min-height: 330px; }
    .final-cta { grid-template-columns: 1fr; gap: 40px; margin-bottom: 80px; padding: 38px 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 55px; }
}

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