@layer bricks {.brxe-accordion-nested{--brx-icon-transform:rotate(90deg);width:100%}.brxe-accordion-nested .accordion-title-wrapper{cursor:pointer}.brxe-accordion-nested .accordion-title-wrapper .brxe-heading{margin:0}.brxe-accordion-nested .accordion-content-wrapper{display:none}.brxe-accordion-nested .brx-open>.accordion-content-wrapper{display:block}.brxe-accordion-nested .brx-icon-expanded{display:none}.brxe-accordion-nested .brx-icon-transform{transition:transform .1s}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-transform{transform:var(--brx-icon-transform)}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-collapsed{display:none}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-expanded{display:block}}@layer bricks {:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}@layer bricks {.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}.brxe-text-link .icon{flex-shrink:0}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}:root {  --color-surface: #f3ede3;  --gradient-hero: linear-gradient(160deg, #8c232c 0%, #6e1921 25%, #3a151a 55%, #1a1512 100%); --gradient-cta: linear-gradient(180deg, #8c232c 0%, #6e1921 25%, #3a151a 60%, #1a1512 100%);  --card-accent-1: #8c232c;  --card-accent-2: #b8860b;  --card-accent-3: #2a2420; }.launch-hero .breadcrumb__link { color: #e9c680;}.launch-hero .breadcrumb__link:hover { color: #fff;}.launch-hero .breadcrumb__separator { color: rgba(233, 198, 128, 0.5);}.launch-hero .breadcrumb__current { color: #e9c680;}.btn--gold { background: var(--color-tertiary); color: var(--color-dark); font-weight: var(--weight-semibold); box-shadow: 0 1px 2px rgba(233, 198, 128, 0.2), 0 8px 24px rgba(233, 198, 128, 0.15);}.btn--gold:hover { background: #d4af5e; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(233, 198, 128, 0.3), 0 12px 32px rgba(233, 198, 128, 0.2);}.launch-hero { position: relative; background: var(--gradient-hero); padding-block: var(--space-3xl); overflow: hidden;}.launch-hero::before { content: ''; position: absolute; top: 15%; left: 50%; transform: translateX(-50%); width: 120%; height: 70%; background: radial-gradient( ellipse at center, rgba(140, 35, 44, 0.25) 0%, rgba(140, 35, 44, 0.08) 40%, transparent 70% ); pointer-events: none; z-index: 1;}.launch-hero::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 1;}.launch-hero__container { display: grid; grid-template-columns: 1.15fr 1fr; gap: var(--space-2xl); align-items: center; position: relative; z-index: 2;}.launch-hero__mockup { position: relative;}.launch-hero__browser { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.06); background: #fff; transform: perspective(1400px) rotateY(3deg) rotateX(1deg); transition: transform var(--duration-slow) var(--ease-out);}.launch-hero__browser:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg);}.launch-hero__browser-bar { display: flex; align-items: center; gap: var(--space-3xs); padding: var(--space-3xs) var(--space-s); background: #f8f8f8; border-bottom: 1px solid var(--color-border);}.launch-hero__browser-dot { width: 10px; height: 10px; border-radius: var(--radius-full);}.launch-hero__browser-dot:first-child { background: #ff5f57; }.launch-hero__browser-dot:nth-child(2) { background: #ffbd2e; }.launch-hero__browser-dot:nth-child(3) { background: #28ca41; }.launch-hero__browser-url { flex: 1; text-align: center; font-family: var(--font-body); font-size: var(--text-xs); color: var(--color-text-muted); background: #fff; padding: var(--space-4xs) var(--space-xs); border-radius: var(--radius-sm); margin-left: var(--space-s); border: 1px solid var(--color-border);}.launch-hero__browser-content { aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-surface);}.launch-hero__browser-img { width: 100%; height: 100%; object-fit: cover; object-position: top center;}.launch-hero__content { max-width: 680px;}.launch-hero__badge { display: inline-flex; width: fit-content; align-items: center; gap: var(--space-3xs); padding: 6px var(--space-xs) 6px 6px; border-radius: var(--radius-full); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--tracking-widest); color: var(--color-tertiary); margin: 0 0 var(--space-s);}.launch-hero__badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-tertiary); box-shadow: 0 0 8px rgba(233, 198, 128, 0.5); animation: launch-pulse 2.5s ease-in-out infinite;}@keyframes launch-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; }}.launch-hero__headline { font-family: var(--font-heading); font-size: var(--text-5xl); font-weight: var(--weight-normal); letter-spacing: var(--tracking-tight); line-height: 1; color: #fff; margin: 0 0 var(--space-m); text-wrap: balance; font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-hero__headline em { font-style: italic; color: var(--color-tertiary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-hero__subheadline { font-size: var(--text-l); line-height: var(--leading-normal); color: rgba(255, 255, 255, 0.75); margin: 0 0 var(--space-l); text-wrap: pretty;}.launch-hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-m); align-items: center;}.launch-hero__secondary-link { font-family: var(--font-body); font-size: var(--text-s); color: rgba(255, 255, 255, 0.6); text-decoration: none; font-weight: var(--weight-medium); letter-spacing: var(--tracking-wide); transition: color var(--duration-normal) var(--ease-in-out);}.launch-hero__secondary-link:hover { color: rgba(255, 255, 255, 0.9);}@media (max-width: 960px) { .launch-hero { padding-block: var(--space-2xl); } .launch-hero__container { grid-template-columns: 1fr; gap: var(--space-xl); text-align: center; } .launch-hero__content { order: -1; display: flex; flex-direction: column; align-items: center; } .launch-hero__actions { justify-content: center; } .launch-hero__browser { transform: none; max-width: 600px; margin-inline: auto; } .launch-hero__browser:hover { transform: none; }}@media (max-width: 768px) { .launch-hero__headline { font-size: var(--text-4xl); }}@media (max-width: 560px) { .launch-hero { padding-block: var(--space-xl) var(--space-l); } .launch-hero__headline { font-size: var(--text-3xl); } .launch-hero__subheadline { font-size: var(--text-m); } .launch-hero__actions { flex-direction: column; } .launch-hero__browser-content { aspect-ratio: 4 / 3; }}.launch-why { padding-block: var(--space-section-m); background-color: var(--color-base);}.launch-why__header { text-align: center; max-width: 700px; margin-inline: auto; margin-bottom: var(--space-xl);}.launch-why__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: var(--color-text-main); margin: 0 0 var(--space-s) 0; font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-why__title em { font-style: italic; color: var(--color-primary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-why__subtitle { font-size: var(--text-l); line-height: var(--leading-normal); color: var(--color-text-muted); text-wrap: pretty;}.launch-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-m);}.launch-why__card { min-height: 520px; border-radius: var(--radius-xl); padding: var(--space-xl) var(--space-l); display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; transition: transform var(--duration-normal) var(--ease-out);}.launch-why__card-icon { width: 72px; height: 72px; border-radius: var(--radius-full); background: rgba(255, 255, 255, 0.15); display: flex; align-items: center; justify-content: center; margin-bottom: auto;}.launch-why__card-icon svg { width: 36px; height: 36px;}.launch-why__card--gold .launch-why__card-icon { background: rgba(26, 21, 18, 0.12);}.launch-why__card:hover { transform: translateY(-4px);}.launch-why__card--maroon { background-color: var(--card-accent-1); color: #fff;}.launch-why__card--gold { background-color: var(--color-tertiary); color: var(--color-dark);}.launch-why__card--charcoal { background-color: var(--card-accent-3); color: #fff;}.launch-why__card-label { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--tracking-widest); margin-bottom: var(--space-s); opacity: 0.7;}.launch-why__card-title { font-family: var(--font-heading); font-size: var(--text-xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-tight); margin-bottom: var(--space-s); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-why__card-body { font-size: var(--text-s); line-height: var(--leading-normal); opacity: 0.85;}.launch-why__card--gold .launch-why__card-body { opacity: 0.75;}@media (max-width: 960px) { .launch-why__grid { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; } .launch-why__card { min-height: 380px; }}@media (max-width: 768px) { .launch-why__title { font-size: var(--text-2xl); } .launch-why__subtitle { font-size: var(--text-m); } .launch-why__card { min-height: 320px; padding: var(--space-l) var(--space-m); }}.launch-features { padding-block: var(--space-section-m); background-color: var(--color-surface);}.launch-features__header { text-align: center; max-width: 650px; margin-inline: auto; margin-bottom: var(--space-xl);}.launch-features__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: var(--color-text-main); margin: 0 0 var(--space-s) 0; font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-features__title em { font-style: italic; color: var(--color-primary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-features__subtitle { font-size: var(--text-l); line-height: var(--leading-normal); color: var(--color-text-muted);}.launch-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-m);}.launch-features__card { background-color: var(--color-base); border-radius: var(--radius-lg); padding: var(--space-l); display: flex; flex-direction: column; gap: var(--space-s); border: 1px solid var(--color-border); transition: transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);}.launch-features__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md);}.launch-features__card:nth-child(1) { grid-column: 1 / 3; grid-row: 1;}.launch-features__card:nth-child(2) { grid-column: 2 / 4; grid-row: 2;}.launch-features__card:nth-child(3) { grid-column: 3; grid-row: 1;}.launch-features__card:nth-child(4) { grid-column: 1; grid-row: 2;}.launch-features__icon { width: 48px; height: 48px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0;}.launch-features__icon--primary { background-color: var(--color-primary); color: #fff;}.launch-features__icon--gold { background-color: var(--color-tertiary); color: var(--color-dark);}.launch-features__icon--dark { background-color: var(--color-dark); color: #fff;}.launch-features__icon svg { width: 24px; height: 24px;}.launch-features__card-title { font-family: var(--font-heading); font-size: var(--text-l); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-tight); color: var(--color-text-main); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-features__card:nth-child(1) .launch-features__card-title,.launch-features__card:nth-child(2) .launch-features__card-title { font-size: var(--text-xl);}.launch-features__card-body { font-size: var(--text-s); line-height: var(--leading-normal); color: var(--color-text-muted);}@media (max-width: 960px) { .launch-features__grid { grid-template-columns: repeat(2, 1fr); }  .launch-features__card:nth-child(1) { grid-column: 1 / 3; grid-row: auto; } .launch-features__card:nth-child(2) { grid-column: 1 / 3; grid-row: auto; } .launch-features__card:nth-child(3), .launch-features__card:nth-child(4) { grid-column: auto; grid-row: auto; }}@media (max-width: 768px) { .launch-features__title { font-size: var(--text-2xl); } .launch-features__subtitle { font-size: var(--text-m); }}@media (max-width: 560px) { .launch-features__grid { grid-template-columns: 1fr; } .launch-features__card:nth-child(1), .launch-features__card:nth-child(2) { grid-column: auto; }}.launch-audience { padding-block: var(--space-section-m); background-color: var(--color-base);}.launch-audience__header { text-align: center; max-width: 700px; margin-inline: auto; margin-bottom: var(--space-xl);}.launch-audience__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: var(--color-text-main); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-audience__title em { font-style: italic; color: var(--color-primary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-audience__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-m);}.launch-audience__card { border-radius: var(--radius-xl); padding: var(--space-xl) var(--space-l); display: flex; flex-direction: column; gap: var(--space-m); transition: transform var(--duration-normal) var(--ease-out);}.launch-audience__card:hover { transform: translateY(-3px);}.launch-audience__card--light { background-color: var(--color-surface); border: 1px solid var(--color-border); border-left: 4px solid var(--color-primary);}.launch-audience__card--dark { background-color: var(--color-dark-soft); color: #fff; border: 1px solid rgba(255, 255, 255, 0.08);}.launch-audience__card-label { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--tracking-widest);}.launch-audience__card--light .launch-audience__card-label { color: var(--color-primary);}.launch-audience__card--dark .launch-audience__card-label { color: var(--color-tertiary);}.launch-audience__card-title { font-family: var(--font-heading); font-size: var(--text-xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-tight); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-audience__card--light .launch-audience__card-title { color: var(--color-text-main);}.launch-audience__card--dark .launch-audience__card-title { color: #fff;}.launch-audience__card-body { font-size: var(--text-m); line-height: var(--leading-relaxed);}.launch-audience__card--light .launch-audience__card-body { color: var(--color-text-muted);}.launch-audience__card--dark .launch-audience__card-body { color: rgba(255, 255, 255, 0.7);}@media (max-width: 768px) { .launch-audience__grid { grid-template-columns: 1fr; max-width: 580px; margin-inline: auto; } .launch-audience__title { font-size: var(--text-2xl); }}.launch-process { padding-block: var(--space-section-m); background-color: var(--color-dark); position: relative;}.launch-process__header { text-align: center; max-width: 600px; margin-inline: auto; margin-bottom: var(--space-xl);}.launch-process__eyebrow { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--tracking-widest); color: var(--color-tertiary); margin-bottom: var(--space-s);}.launch-process__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: #fff; font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-process__title em { font-style: italic; color: var(--color-tertiary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-process__strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-l); position: relative;}.launch-process__strip::before { content: ''; position: absolute; top: 32px; left: calc(16.67% + var(--space-m)); right: calc(16.67% + var(--space-m)); height: 1px; background: linear-gradient( to right, transparent, var(--color-tertiary) 15%, var(--color-tertiary) 85%, transparent ); opacity: 0.3;}.launch-process__step { text-align: center; position: relative;}.launch-process__number { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: var(--radius-full); background-color: rgba(233, 198, 128, 0.1); border: 1px solid rgba(233, 198, 128, 0.25); font-family: var(--font-heading); font-size: var(--text-l); font-weight: var(--weight-medium); color: var(--color-tertiary); margin-bottom: var(--space-m); position: relative; z-index: 2; font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-process__step-title { font-family: var(--font-heading); font-size: var(--text-l); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-tight); color: #fff; margin-bottom: var(--space-xs); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-process__step-body { font-size: var(--text-s); line-height: var(--leading-normal); color: rgba(255, 255, 255, 0.6); max-width: 320px; margin-inline: auto;}@media (max-width: 768px) { .launch-process__strip { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; gap: var(--space-xl); } .launch-process__strip::before { display: none; } .launch-process__title { font-size: var(--text-2xl); }}.launch-pricing { background-color: var(--color-surface); overflow: hidden;}.launch-pricing__layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px;}.launch-pricing__image { position: relative; overflow: hidden;}.launch-pricing__img { width: 100%; height: 100%; object-fit: cover; object-position: center;}.launch-pricing__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient( 135deg, rgba(140, 35, 44, 0.05) 0%, rgba(233, 198, 128, 0.08) 100% ); pointer-events: none;}.launch-pricing__content { padding: var(--space-2xl) var(--space-2xl) var(--space-2xl) var(--space-xl); display: flex; flex-direction: column; justify-content: center; gap: var(--space-xl);}.launch-pricing__eyebrow { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--tracking-widest); color: var(--color-primary); margin-bottom: var(--space-2xs);}.launch-pricing__header { margin-bottom: 0;}.launch-pricing__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: var(--color-text-main); margin-bottom: var(--space-s); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-pricing__title em { font-style: italic; color: var(--color-primary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-pricing__subtitle { font-size: var(--text-l); line-height: var(--leading-normal); color: var(--color-text-muted); text-wrap: pretty;}.launch-pricing__card { background-color: var(--color-base); border-radius: var(--radius-xl); border: 1px solid var(--color-border); padding: var(--space-xl); display: flex; flex-direction: column; gap: var(--space-l); position: relative;}.launch-pricing__card--featured { border-color: var(--color-tertiary); border-width: 2px; box-shadow: 0 4px 20px rgba(233, 198, 128, 0.15), 0 8px 40px rgba(233, 198, 128, 0.08);}.launch-pricing__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--color-tertiary); color: var(--color-dark); font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-wide); padding: 4px 16px; border-radius: var(--radius-full); white-space: nowrap;}.launch-pricing__card-label { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--tracking-widest); color: var(--color-primary);}.launch-pricing__price-block { display: flex; flex-direction: column; gap: var(--space-3xs);}.launch-pricing__price-prefix { font-size: var(--text-s); color: var(--color-text-muted); font-weight: var(--weight-normal);}.launch-pricing__price { font-family: var(--font-heading); font-size: var(--text-4xl); font-weight: var(--weight-bold); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: var(--color-primary); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-pricing__description { font-size: var(--text-m); line-height: var(--leading-normal); color: var(--color-text-muted);}.launch-pricing__divider { height: 1px; background-color: var(--color-border); border: none;}.launch-pricing__list { list-style: none; display: flex; flex-direction: column; gap: var(--space-xs);}.launch-pricing__list-item { display: flex; align-items: flex-start; gap: var(--space-xs); font-size: var(--text-s); line-height: var(--leading-normal); color: var(--color-text-main);}.launch-pricing__check { flex-shrink: 0; width: 20px; height: 20px; border-radius: var(--radius-full); background-color: var(--color-primary); color: #fff; display: flex; align-items: center; justify-content: center; margin-top: 2px;}.launch-pricing__check svg { width: 12px; height: 12px;}.launch-pricing__cta { text-align: center;}.launch-pricing__note { font-size: var(--text-s); color: var(--color-text-muted); font-style: italic;}@media (max-width: 960px) { .launch-pricing__layout { grid-template-columns: 1fr; min-height: auto; } .launch-pricing__image { max-height: 400px; } .launch-pricing__content { padding: var(--space-xl); }}@media (max-width: 768px) { .launch-pricing__title { font-size: var(--text-2xl); } .launch-pricing__price { font-size: var(--text-3xl); } .launch-pricing__card { padding: var(--space-l) var(--space-m); }}.launch-faq { padding-block: var(--space-section-m); background-color: var(--color-surface);}.launch-faq__header { text-align: center; max-width: 600px; margin-inline: auto; margin-bottom: var(--space-xl);}.launch-faq__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: var(--color-text-main); font-variation-settings: "opsz" 72, "SOFT" 50;}.launch-faq__title em { font-style: italic; color: var(--color-primary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-faq__list { max-width: 720px; margin-inline: auto; display: flex; flex-direction: column; gap: 0;}.launch-faq__item { border-bottom: 1px solid var(--color-border);}.launch-faq__item:first-child { border-top: 1px solid var(--color-border);}.launch-faq__question { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: var(--space-m) 0; cursor: pointer; font-family: var(--font-heading); font-size: var(--text-l); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-snug); color: var(--color-text-main); list-style: none; font-variation-settings: "opsz" 72, "SOFT" 50; transition: color var(--duration-normal) var(--ease-in-out);}.launch-faq__question::-webkit-details-marker { display: none;}.launch-faq__question:hover { color: var(--color-primary);}.launch-faq__indicator { flex-shrink: 0; width: 24px; height: 24px; position: relative; margin-left: var(--space-m);}.launch-faq__indicator::before,.launch-faq__indicator::after { content: ''; position: absolute; background-color: var(--color-text-muted); transition: transform var(--duration-normal) var(--ease-out);}.launch-faq__indicator::before { top: 50%; left: 4px; right: 4px; height: 2px; transform: translateY(-50%);}.launch-faq__indicator::after { left: 50%; top: 4px; bottom: 4px; width: 2px; transform: translateX(-50%);}.launch-faq__item[open] .launch-faq__indicator::after { transform: translateX(-50%) rotate(90deg); opacity: 0;}.launch-faq__item[open] .launch-faq__question { color: var(--color-primary);}.launch-faq__answer { padding-bottom: var(--space-m); font-size: var(--text-m); line-height: var(--leading-relaxed); color: var(--color-text-muted); max-width: 640px;}@media (max-width: 768px) { .launch-faq__title { font-size: var(--text-2xl); } .launch-faq__question { font-size: var(--text-m); }}.launch-cta { position: relative; padding-block: var(--space-section-l); background: var(--gradient-cta); overflow: hidden; text-align: center;}.launch-cta::before { content: ''; position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); width: 120%; height: 70%; background: radial-gradient( ellipse at center, rgba(140, 35, 44, 0.25) 0%, rgba(140, 35, 44, 0.08) 40%, transparent 70% ); pointer-events: none; z-index: 1;}.launch-cta::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 1;}.launch-cta__container { position: relative; z-index: 2;}.launch-cta__content { max-width: 700px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: var(--space-m);}.launch-cta__flourish { width: 48px; height: 2px; background: var(--color-tertiary); border-radius: var(--radius-full); box-shadow: 0 0 12px rgba(233, 198, 128, 0.4);}.launch-cta__title { font-family: var(--font-heading); font-size: var(--text-3xl); font-weight: var(--weight-medium); letter-spacing: var(--tracking-tight); line-height: var(--leading-none); color: #fff; font-variation-settings: "opsz" 72, "SOFT" 50; text-wrap: balance;}.launch-cta__title em { font-style: italic; color: var(--color-tertiary); font-variation-settings: "opsz" 72, "SOFT" 80;}.launch-cta__subtitle { font-size: var(--text-l); line-height: var(--leading-normal); color: rgba(255, 255, 255, 0.7);}.launch-cta__actions { margin-top: var(--space-s);}@media (max-width: 768px) { .launch-cta__title { font-size: var(--text-2xl); } .launch-cta__subtitle { font-size: var(--text-m); }}#brxe-mquqna {align-items: center; display: inline-flex; width: auto}#brxe-yggzdq {display: inline-flex; width: auto}#brxe-eembhw {align-items: center; column-gap: var(--space-m); flex-direction: row; display: flex; flex-wrap: wrap}#brxe-lyierg {margin-right: auto; margin-left: auto; max-width: 50rem}#brxe-fqhdr1 {margin-right: auto; margin-left: auto}#brxe-fqacd1 {margin-right: auto; margin-left: auto}#faq {background-color: #f3ede3}