:root{--ink-900: #141110;--ink-800: #1c1817;--ink-700: #262120;--surface-light-1: #ece8e1;--surface-light-2: #e0dbd1;--paper: var(--surface-light-1);--cream: var(--surface-light-2);--paper-shade: #d6d0c4;--accent: #c23b54;--accent-dim: rgba(194, 59, 84, .4);--accent-glow: rgba(194, 59, 84, .15);--text-on-dark: #f5f0e8;--text-on-dark-dim: rgba(245, 240, 232, .7);--text-on-light: #1c1816;--text-on-light-dim: #5c5651;--glass-bg: rgba(26, 20, 19, .82);--glass-border: 1px solid rgba(194, 59, 84, .25);--glass-shadow: 0 20px 40px -10px rgba(0, 0, 0, .5), 0 0 1px 1px rgba(255, 255, 255, .04) inset;--glass-blur: blur(20px);--sp-1: .4rem;--sp-2: .8rem;--sp-3: 1.6rem;--sp-4: 2.4rem;--sp-5: 3.2rem;--sp-6: 4.8rem;--sp-7: 6.4rem;--fs-hero: clamp(1.9rem, 4.2vw + .8rem, 3.8rem);--fs-h2: clamp(1.6rem, 2.5vw + .5rem, 2.5rem);--fs-h3: clamp(1.2rem, 1.4vw + .6rem, 1.65rem);--fs-body-lg: clamp(.95rem, .8vw + .75rem, 1.18rem);--fs-body: 1rem;--fs-small: .88rem;--fs-xs: .75rem;--font-display: "Newsreader", Georgia, serif;--font-body: "Manrope", "Segoe UI", sans-serif;--ease-entrance: cubic-bezier(.16, 1, .3, 1);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--dur-fast: .2s;--dur-base: .3s;--dur-slow: .6s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--ink-900);color:var(--text-on-dark);overflow-x:hidden;line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-body);font-weight:700;letter-spacing:-.04em;color:inherit}a,button{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#14100f14;color:var(--accent);padding:.15em .4em;border-radius:4px;font-size:.9em;font-weight:600}.section--dark code{background:#ffffff1a;color:#f7b4c0}.icon{display:inline-block;width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;touch-action:none;pointer-events:none}.container{width:100%;max-width:72rem;margin-inline:auto;padding-inline:clamp(1rem,3.5vw,3.2rem)}.container--narrow{max-width:52rem}.section{position:relative;padding-block:clamp(3.6rem,5vw + 2rem,6rem)}.section--dark{background-color:var(--ink-900);color:var(--text-on-dark)}.section--cream{background-color:var(--cream);color:var(--text-on-light)}.section--paper{background-color:var(--paper);color:var(--text-on-light)}.glass{background:var(--glass-bg);border:var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-radius:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);background:transparent;border:1px solid var(--accent-dim);color:var(--accent);font-weight:600;font-size:var(--fs-body);padding:.85rem 1.6rem;border-radius:100px;cursor:pointer;white-space:nowrap;transition:background var(--dur-base) ease,border-color var(--dur-base) ease,color var(--dur-base) ease,transform var(--dur-fast) var(--ease-bounce),box-shadow var(--dur-base) ease}.btn:hover{background:var(--accent-glow);border-color:var(--accent);color:var(--text-on-dark)}.btn:active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 16px var(--accent-dim);transform:scale(.97)}.section--paper .btn,.section--cream .btn{border-color:var(--accent);color:var(--accent)}.section--paper .btn:hover,.section--cream .btn:hover{background:var(--accent);color:#fff}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-1);color:var(--text-on-dark-dim);font-size:var(--fs-body);font-weight:500;padding:.85rem 1.4rem;border-radius:100px;border:1px solid rgba(245,240,232,.15);transition:all var(--dur-fast) ease;white-space:nowrap}.btn-ghost:hover{color:var(--text-on-dark);border-color:var(--text-on-dark-dim);background:#ffffff0a}.section--cream .btn-ghost,.section--paper .btn-ghost{color:var(--text-on-light-dim);border-color:#14100f26}.section--cream .btn-ghost:hover,.section--paper .btn-ghost:hover{color:var(--text-on-light);border-color:var(--text-on-light-dim);background:#14100f0a}.js .animate-in{opacity:0;transform:translateY(18px);transition:opacity .5s var(--ease-entrance),transform .5s var(--ease-entrance);will-change:opacity,transform}.js .animate-in.is-visible{opacity:1;transform:translateY(0)}.animate-in[data-delay="1"]{transition-delay:.08s}.animate-in[data-delay="2"]{transition-delay:.16s}.animate-in[data-delay="3"]{transition-delay:.24s}.js .hero-enter{opacity:0;transform:translateY(28px) scale(.98);filter:blur(6px);transition:opacity .9s var(--ease-entrance),transform .9s var(--ease-entrance),filter .9s var(--ease-entrance);will-change:opacity,transform,filter}.js .hero-enter.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.hero-enter[data-seq="1"]{transition-delay:.05s}.hero-enter[data-seq="2"]{transition-delay:.16s}.hero-enter[data-seq="3"]{transition-delay:.28s}.hero-enter[data-seq="4"]{transition-delay:.4s}.hero-enter[data-seq="5"]{transition-delay:.54s}.js .hero-enter--panel{transform:translateY(40px) scale(.97);transition-duration:1.1s}.site-nav{display:flex;align-items:center;justify-content:space-between;padding-bottom:clamp(1.4rem,2.5vw,2.5rem)}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--text-on-dark)}.brand__logo-icon{width:28px;height:28px;fill:none;stroke:var(--accent);stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(194,59,84,.3))}.brand__name{font-family:var(--font-display);font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.site-nav__badge{font-size:var(--fs-xs);color:var(--text-on-dark-dim);border:1px solid rgba(255,255,255,.12);padding:.25rem .65rem;border-radius:999px}.hero{padding-top:clamp(1rem,2vw,2rem);padding-bottom:clamp(3rem,5vw,5rem)}.hero__content{text-align:center;max-width:48rem;margin-inline:auto}.hero__badge{display:inline-flex;align-items:center;gap:var(--sp-2);padding:.35rem .9rem;background:#c23b5414;border:1px solid rgba(194,59,84,.25);border-radius:999px;font-size:var(--fs-xs);font-weight:500;color:#f7b4c0;margin-bottom:var(--sp-3)}.hero__badge-dot{width:6px;height:6px;background-color:var(--accent);border-radius:50%;box-shadow:0 0 6px var(--accent)}.hero__title{font-size:var(--fs-hero);line-height:1.14;color:var(--text-on-dark);margin-bottom:var(--sp-3);text-wrap:balance}.hero__desc{font-size:var(--fs-body-lg);color:var(--text-on-dark-dim);line-height:1.5;margin-bottom:var(--sp-4);text-wrap:pretty}.hero__actions{display:flex;align-items:center;justify-content:center;gap:var(--sp-2);flex-wrap:wrap}.hero__preview{margin-top:clamp(2.4rem,4vw,3.6rem);overflow:hidden}.mockup-header{display:flex;align-items:center;gap:var(--sp-3);padding:.9rem 1.4rem;border-bottom:1px solid rgba(255,255,255,.06)}.mockup-dots{display:flex;gap:5px}.mockup-dots span{width:8px;height:8px;border-radius:50%;background:#fff3}.mockup-title{font-size:var(--fs-xs);color:var(--text-on-dark-dim)}.mockup-tag{margin-left:auto;font-size:var(--fs-xs);padding:2px 8px;background:#c23b5433;color:#f7b4c0;border:1px solid rgba(194,59,84,.3);border-radius:4px}.mockup-table{padding:1rem;display:flex;flex-direction:column;gap:.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.mockup-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr .8fr;gap:var(--sp-3);padding:.65rem .9rem;border-radius:8px;font-size:.82rem;background:#ffffff05;align-items:center;min-width:680px}.mockup-row--header{background:transparent;color:var(--text-on-dark-dim);font-size:var(--fs-xs);font-weight:500}.mockup-row--flagged{border-left:2px solid var(--accent);background:#c23b5414}.status{padding:2px 8px;border-radius:4px;font-size:var(--fs-xs);text-align:center}.status--ok{background:#4ade801f;color:#4ade80}.status--review{background:#c23b5438;color:#fca5a5}.row-band__eyebrow,.feature-section__label,.steps__eyebrow,.specs-section__eyebrow,.faq__eyebrow{display:block;font-size:var(--fs-xs);font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--sp-2)}.feature-section__intro,.steps__intro,.specs-section__intro,.faq__intro{text-align:center;max-width:44rem;margin-inline:auto;margin-bottom:clamp(2.4rem,4vw,3.6rem)}.feature-section__title,.steps__title,.specs-section__title,.faq__title{font-size:var(--fs-h2);line-height:1.2;color:var(--text-on-light)}.feature-section__desc,.steps__desc{font-size:var(--fs-body);color:var(--text-on-light-dim);margin-top:var(--sp-2)}.row-band{padding-block:clamp(2.4rem,4vw,3.8rem)}.row-band__inner{display:grid;grid-template-columns:1fr;gap:var(--sp-4);align-items:center}@media (min-width: 768px){.row-band__inner{grid-template-columns:1fr 1fr;gap:var(--sp-7)}.row-band:nth-child(2n) .row-band__copy{order:2}}.row-band__title{font-size:var(--fs-h2);line-height:1.18;color:var(--text-on-light);margin-bottom:var(--sp-3)}.row-band__desc{font-size:var(--fs-body);color:var(--text-on-light-dim);line-height:1.6}.ui-fragment{display:flex;flex-direction:column;padding-left:1.5rem;border-left:2px solid rgba(20,16,15,.12)}.ui-fragment__item{display:flex;flex-direction:column;padding-block:.8rem;border-bottom:1px solid rgba(20,16,15,.08);font-size:var(--fs-body-lg)}.ui-fragment__item:last-child{border-bottom:none;padding-bottom:0}.ui-fragment__label{font-size:var(--fs-xs);color:var(--text-on-light-dim);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}.ui-fragment__value{font-family:var(--font-body);font-weight:600;color:var(--text-on-light)}.ui-fragment__item--highlight .ui-fragment__value{color:var(--accent)}.mapping-rule-minimal{display:flex;align-items:center;gap:var(--sp-2);font-size:var(--fs-h3);font-weight:600;margin-bottom:var(--sp-2);flex-wrap:wrap}.mapping-rule-minimal__source{color:var(--text-on-light-dim)}.mapping-rule-minimal__arrow{color:var(--accent)}.mapping-rule-minimal__target{color:var(--text-on-light)}.ui-fragment__feedback{font-size:var(--fs-small);color:#15803d;font-weight:600}.feature-grid{display:grid;grid-template-columns:1fr;gap:var(--sp-5)}@media (min-width: 768px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:var(--sp-5)}}.feature-grid--narrow{max-width:52rem;margin-inline:auto}.feature-block{display:flex;flex-direction:column;gap:var(--sp-2)}.feature-block__icon{color:var(--accent)}.feature-block__icon .icon{width:28px;height:28px}.feature-block__title{font-size:var(--fs-h3);font-weight:700;color:var(--text-on-light);margin-bottom:.4rem}.feature-block__desc{font-size:var(--fs-body);color:var(--text-on-light-dim);line-height:1.6}.steps-timeline{position:relative;max-width:42rem;margin-inline:auto}.steps-timeline__list{position:relative;display:flex;flex-direction:column;gap:clamp(2.8rem,4.5vw,3.8rem)}.steps-timeline__rail{position:absolute;left:20px;width:2px;background:#14100f29;z-index:1}.steps-timeline__fill{position:absolute;left:20px;width:2px;height:0px;background:var(--accent);box-shadow:0 0 10px var(--accent-dim);transition:height .5s var(--ease-entrance);z-index:2}.step-item{position:relative;display:flex;gap:clamp(1.2rem,2vw,2rem);z-index:3}.step-item__marker{position:relative;width:42px;height:42px;flex-shrink:0}.step-item__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:42px;height:42px;transform:rotate(-90deg)}.step-item__ring-track,.step-item__ring-progress{fill:none;stroke-width:2}.step-item__ring-track{stroke:#14100f24}.step-item__ring-progress{stroke:var(--accent);stroke-linecap:round;stroke-dasharray:113.1;stroke-dashoffset:113.1;transition:stroke-dashoffset .5s var(--ease-entrance)}.step-item__core{position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;background:var(--surface-light-1);border:1px solid rgba(20,16,15,.14);color:#8a827a;display:flex;align-items:center;justify-content:center;transition:background .5s var(--ease-entrance),color .5s var(--ease-entrance),border-color .5s var(--ease-entrance),box-shadow .5s var(--ease-entrance)}.step-item__marker .icon{width:16px;height:16px;stroke-width:1.6}.step-item.is-active .step-item__ring-progress{stroke-dashoffset:0}.step-item.is-active .step-item__core{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 12px var(--accent-glow)}.step-item__body{padding-top:.4rem}.step-item__title{font-size:var(--fs-h3);color:var(--text-on-light);margin-bottom:.3rem;transition:color .3s ease}.step-item:not(.is-active) .step-item__title{color:var(--text-on-light-dim)}.step-item__desc{font-size:var(--fs-body);color:var(--text-on-light-dim);line-height:1.55}.specs-wrapper{max-width:44rem;margin-inline:auto}.tech-specs-table{width:100%;border-collapse:collapse;font-size:var(--fs-body)}.tech-specs-row{border-bottom:1px solid rgba(20,16,15,.1)}.tech-specs-row:last-child{border-bottom:none}.tech-specs-cell{padding-block:1.2rem;vertical-align:top}.tech-specs-cell.is-label{font-weight:600;width:35%;padding-right:var(--sp-3);color:var(--text-on-light)}.tech-specs-cell.is-value{color:var(--text-on-light-dim)}.faq-section{padding-block:clamp(3.6rem,5vw + 2rem,6rem)}.faq__list{max-width:44rem;margin-inline:auto;display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(20,16,15,.12);background:transparent}.faq-item:first-child{border-top:1px solid rgba(20,16,15,.12)}.faq-item__summary{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-family:var(--font-body);font-size:var(--fs-body-lg);font-weight:600;line-height:1.35;text-align:left;color:var(--text-on-light);gap:var(--sp-3);background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color var(--dur-fast) ease}.faq-item__summary span:first-child{flex:1;text-wrap:pretty}.faq-item.is-open .faq-item__summary{color:var(--accent)}.faq-item__icon{color:var(--text-on-light-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s var(--ease-bounce),color .2s ease}.faq-item.is-open .faq-item__icon{color:var(--accent);transform:rotate(45deg)}.faq-item__icon .icon{width:18px;height:18px;stroke-width:1.5}.faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s var(--ease-entrance)}.faq-item.is-open .faq-item__content{grid-template-rows:1fr}.faq-item__content-inner{overflow:hidden;font-size:var(--fs-body);color:var(--text-on-light-dim);line-height:1.65}.faq-item.is-open .faq-item__content-inner{padding-bottom:1.8rem}.cta-close{text-align:center;background:linear-gradient(180deg,var(--ink-900) 0%,#221617 100%);border-top:1px solid rgba(194,59,84,.2)}.cta-close__title{font-size:var(--fs-h2);margin-bottom:var(--sp-2)}.cta-close__sub{font-size:var(--fs-body-lg);color:var(--text-on-dark-dim);margin-bottom:var(--sp-4);max-width:36rem;margin-inline:auto}.site-footer{padding-block:var(--sp-4);background:var(--ink-900);border-top:1px solid rgba(255,255,255,.08);font-size:var(--fs-xs)}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:var(--sp-3);text-align:center}@media (min-width: 768px){.site-footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__links{display:flex;flex-direction:column;align-items:center;gap:var(--sp-2);color:var(--text-on-dark-dim)}@media (min-width: 768px){.site-footer__links{flex-direction:row;align-items:initial;gap:var(--sp-3)}}.site-footer__links a:hover{color:var(--accent)}.site-footer__copy{color:var(--text-on-dark-dim)}
