@charset "UTF-8";
:root { --ink: #302a24; --muted: #786e62; --accent: #b44332; --accent-hover: #923425; --line: #e7dfd2; --dark: #211d19; --soft: #f5f0e6; --paper: #fffdf8; --tint: #f5e7db; --gold: #d5b487; --radius: 16px; --display: Georgia, "Times New Roman", serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: 0; }
button, input, textarea, select { border-radius: 6px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 3px solid #c6754c; outline-offset: 5px; }
img, svg { display: block; }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--display); line-height: 1.1; letter-spacing: -.04em; font-weight: 400; }
h1 { font-size: clamp(44px, 4.6vw, 68px); }
h2 { font-size: clamp(34px, 3.8vw, 50px); }
h3 { font-size: 24px; font-weight: 620; line-height: 1.2; letter-spacing: -.035em; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.section { padding: 104px 0; }
.icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.eyebrow { display: block; font-size: 10px; letter-spacing: .15em; font-weight: 700; color: var(--accent); margin-bottom: 24px; }
.eyebrow.light { color: var(--gold); }
.button { background: var(--accent); color: #fffaf0; display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 15px 22px; font-size: 14px; font-weight: 600; line-height: 1.6; transition: background .2s, transform .2s; }
.button:hover { background: var(--accent-hover); transform: translateY(-2px); }
.button span { font-size: 20px; font-weight: 400; line-height: 1; }
.button.small { font-size: 12px; padding: 10px 16px; gap: 15px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff3df; white-space: nowrap; }
.brand-name { font-family: var(--display); font-size: 29px; line-height: 1; font-weight: 700; letter-spacing: -.035em; }
.brand-caption { display: block; font-family: Arial, sans-serif; font-size: 6px; letter-spacing: .23em; color: var(--gold); font-weight: 400; margin-top: 5px; }
.header { position: sticky; top: 0; z-index: 30; background: #211d19f5; border-bottom: 1px solid #e9bf8420; backdrop-filter: blur(15px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.header nav { display: flex; align-items: center; gap: 27px; color: #d6c7b4; font-size: 12px; }
.header nav a:hover { color: #fffaf0; }
.menu-toggle { display: none; }
.hero { background: var(--dark); color: #fff4e2; position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(#e0b47926 1px, transparent 1px), linear-gradient(90deg, #e0b47926 1px, transparent 1px); background-size: 75px 75px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero:before { content: ""; position: absolute; width: 800px; height: 800px; border-radius: 50%; top: -100px; right: -120px; background: radial-gradient(ellipse, #a7543238, transparent 66%); }
.hero:after, .cta-section:after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: repeating-linear-gradient(45deg, transparent 0 7px, #c4996638 7px 9px, transparent 9px 16px), repeating-linear-gradient(-45deg, transparent 0 7px, #c4996638 7px 9px, transparent 9px 16px); }
.hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; min-height: 680px; padding-top: 72px; padding-bottom: 80px; position: relative; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-copy h1 span { color: #dfa77d; font-size: .9em; }
.hero-copy p { margin-top: 26px; max-width: 450px; font-size: 16px; color: #bcad99; line-height: 1.9; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #d6a774; box-shadow: 0 0 0 4px #d6a7741a; margin-right: 9px; vertical-align: middle; }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.text-link { color: #e2cdb3; font-size: 13px; display: inline-flex; gap: 13px; align-items: center; }
.text-link:hover { color: #fffaf0; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 19px; color: #b5a289; font-size: 10px; margin-top: 35px; }
.hero-notes span:before { content: "✓"; color: #d6a774; margin-right: 7px; }
.hero-art { position: relative; min-width: 0; padding: 36px 0; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid #d6a77410; border-radius: 50%; width: 570px; height: 570px; top: -40px; left: 0; }
.orbit-two { width: 690px; height: 690px; top: -100px; left: -60px; }
.mock-store { width: 100%; background: var(--paper); color: var(--ink); border-radius: 11px; transform: rotate(-3deg) rotateY(-6deg); box-shadow: 0 40px 100px #0006; overflow: hidden; border: 5px solid #574735; position: relative; }
.window-bar { display: flex; align-items: center; justify-content: space-between; background: #f0eadf; padding: 10px 14px; color: #8b7963; font-size: 9px; }
.window-bar .icon { width: 12px; height: 12px; }
.window-dots { font-size: 9px; letter-spacing: 2px; color: #b6a58d; }
.store-heading { display: flex; align-items: center; justify-content: space-between; padding: 18px; gap: 14px; }
.store-heading strong { font-family: var(--display); font-size: 21px; letter-spacing: -.7px; }
.store-heading strong span { color: #9a846c; font-family: Arial, sans-serif; font-weight: 400; font-size: 10px; letter-spacing: 0; }
.store-brand { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.store-heading>span { font-size: 7px; color: #8b7966; }
.store-heading .icon { width: 15px; height: 15px; }
.store-banner { position: relative; height: 180px; background: #efe3d1; padding: 23px; margin: 0 15px; border-radius: 5px; overflow: hidden; }
.tiny-label { display: block; font-size: 7px; letter-spacing: .12em; font-weight: 600; color: #8a7156; }
.store-banner strong { font-family: var(--display); font-size: 26px; line-height: 1.12; display: block; margin: 13px 0; font-weight: 400; letter-spacing: -.8px; }
.mock-link { font-size: 7px; display: inline-block; background: #793c2e; color: #fff8e9; padding: 7px 10px; border-radius: 3px; }
.banner-chair { position: absolute; width: 185px; right: 0; top: 0; transform: rotate(10deg); }
.store-caption { display: flex; justify-content: space-between; margin: 18px 17px 12px; font-size: 11px; }
.store-caption span { font-size: 8px; color: #8b7966; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0 16px 22px; }
.product-picture { border-radius: 5px; height: 107px; display: flex; justify-content: center; }
.product-picture svg { width: 100px; height: 107px; }
.lavender { background: #f2e5d9; }.peach { background: #f7eedf; }.sand { background: #ece8dd; }
.product b { display: block; font-size: 9px; margin-top: 7px; }.product>span { font-size: 9px; color: #7c6a57; }
.floating { position: absolute; z-index: 3; background: var(--paper); color: var(--ink); box-shadow: 0 16px 45px #0003; border: 1px solid var(--line); border-radius: 10px; }
.sync-card { top: 5px; left: -26px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; transform: rotate(-3deg); }
.sync-card strong { display: block; font-size: 11px; }.sync-card div>span { display: block; font-size: 9px; color: #8c7b65; }.check { color: #52755d; margin-left: 10px; font-size: 17px; }
.mini-icon { display: grid; place-items: center; border-radius: 8px; width: 36px; height: 36px; }.mini-icon .icon { width: 18px; height: 18px; }.green { background: #eaf0e5; color: #59765b; }
.order-card { bottom: 1px; right: -15px; width: 205px; padding: 19px; transform: rotate(4deg); }.gonets-avatar { margin-bottom: 12px; }.order-card strong { display: block; font-size: 14px; margin-top: 6px; }.order-card>span:last-child { font-size: 9px; color: #8a725a; }.order-card b { padding: 0 7px; font-weight: 400; }.order-progress { display: flex; gap: 4px; margin: 14px 0 5px; }.order-progress i { height: 4px; background: #af7951; border-radius: 2px; flex: 1; }.order-progress i:last-child { background: #e5d4bc; }
.mock-disclaimer { display: block; position: absolute; bottom: -13px; left: 10px; color: #ac967c; font-size: 9px; }
.hero-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; padding-block: 25px; border-top: 1px solid #e0b47920; color: #bcaa91; font-size: 12px; gap: 24px; }.hero-bottom>span { font-size: 11px; color: #b19b80; }.hero-bottom i { color: #907555; font-style: normal; padding: 0 18px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 50px; }.section-heading>p { max-width: 350px; font-size: 15px; color: var(--muted); }.center-heading { text-align: center; margin-bottom: 50px; }.center-heading p { color: var(--muted); margin-top: 22px; font-size: 15px; }.muted { color: #9d8c75; }.accent { color: var(--accent); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }.pain-grid article { border-top: 1px solid var(--line); padding-top: 23px; }.number { font-size: 12px; color: #9b8770; }.pain-grid h3 { font-size: 21px; margin: 16px 0 12px; }.pain-grid p { font-size: 14px; color: var(--muted); }
.solution-line { display: flex; align-items: center; gap: 22px; margin-top: 50px; background: var(--soft); padding: 25px 30px; border: 1px solid var(--line); border-radius: 10px; }.solution-line p { font-size: 15px; color: var(--muted); }.solution-line strong { font-weight: 550; color: #704431; }.solution-line a { margin-left: auto; color: var(--accent); font-size: 25px; width: 40px; text-align: center; }
.feature-section { background: var(--soft); }.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }.feature-card { grid-column: span 2; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; }.feature-card h3 { font-size: 23px; margin-top: 22px; }.feature-card p { font-size: 14px; color: var(--muted); margin-top: 15px; }.feature-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 9px; background: var(--tint); color: var(--accent); }.catalog-card { grid-column: span 3; }.price-card { grid-column: span 3; background: #eee0cd; border-color: #e0cfb7; }.price-card .feature-icon { background: #fff8ecb3; }.catalog-card p, .price-card p { max-width: 420px; }
.catalog-illustration { margin-top: 25px; padding: 18px 18px 0; background: var(--soft); border-radius: 10px 10px 0 0; border: 1px solid var(--line); margin-bottom: -31px; }.filter-chips { display: flex; gap: 8px; font-size: 9px; }.filter-chips span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }.filter-chips .selected { color: #964b31; background: #f8eadd; border-color: #ddc2a6; }.mini-products { display: flex; gap: 14px; margin-top: 16px; }.mini-products>div { width: 33.33%; padding-bottom: 10px; text-align: center; background: var(--paper); border-radius: 6px; font-size: 9px; }.mini-products svg { width: 100%; height: 118px; }
.price-illustration { margin-top: 28px; }.price-illustration>div { display: flex; justify-content: space-between; align-items: center; padding: 17px; gap: 15px; border-radius: 10px; background: #fff8edb3; font-size: 12px; }.price-illustration b { font-size: 19px; white-space: nowrap; }.price-illustration .wholesale { background: var(--paper); border: 1px solid #bb815a; margin: 10px -5px 0 10px; box-shadow: 0 10px 20px #714a290b; }.wholesale span { color: #97543b; }.wholesale i, .warehouse i { display: inline-block; width: 6px; height: 6px; background: #b97b50; border-radius: 50%; margin-right: 6px; }.price-illustration small { display: block; color: #82674e; font-size: 10px; text-align: right; margin-top: 14px; }
.search-illustration { display: flex; align-items: center; gap: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 7px; padding: 12px; margin-top: 25px; font-size: 11px; color: #856c52; }.search-illustration .icon { width: 15px; height: 15px; }.cursor { width: 1px; height: 16px; background: var(--accent); }.warehouse { display: grid; gap: 8px; margin-top: 22px; font-size: 11px; }.warehouse>span { padding: 8px 12px; background: var(--soft); border-radius: 6px; }.warehouse i { background: #638068; }.code-label { display: flex; align-items: center; justify-content: space-between; gap: 7px; font-size: 11px; background: var(--soft); border-radius: 7px; padding: 12px 10px; margin-top: 25px; font-family: monospace; }.code-label span { color: var(--accent); font-size: 10px; }.code-label b { font-weight: 400; color: #986548; }.control-card { grid-column: span 6; display: grid; grid-template-columns: 40px 1fr 1.2fr; align-items: center; gap: 25px; }.control-card h3, .control-card p { margin: 0; }.inline-link { color: var(--accent); font-size: 12px; font-weight: 600; grid-column: 2 / -1; }.inline-link span { margin-left: 12px; }
.integration-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.lead { color: var(--muted); font-size: 16px; margin-top: 25px; }.check-list { padding: 0; list-style: none; margin: 28px 0 20px; }.check-list li { padding-left: 28px; position: relative; margin-bottom: 20px; }.check-list li:before { content: "✓"; color: var(--accent); position: absolute; left: 0; top: 0; }.check-list strong { display: block; font-size: 14px; font-weight: 600; }.check-list span { display: block; font-size: 13px; color: var(--muted); margin-top: 3px; }.fine-print { color: #89755d; font-size: 11px; line-height: 1.8; }
.integration-visual { border-radius: 20px; background: var(--soft); border: 1px solid var(--line); padding: 38px 36px 25px; display: flex; align-items: center; flex-direction: column; position: relative; background-image: radial-gradient(#d9c4a5 1px, transparent 1px); background-size: 19px 19px; }.diagram-label { font-size: 9px; letter-spacing: .12em; color: #947353; margin-bottom: 30px; }.flow-node { position: relative; z-index: 1; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 8px 20px #70432108; border-radius: 10px; padding: 20px; width: 230px; text-align: center; }.one-c strong { display: block; font-size: 48px; line-height: 1.1; font-weight: 500; color: #ac7a32; }.one-c>span { font-size: 11px; color: #89735a; }.flow-path { display: flex; align-items: center; flex-direction: column; padding: 8px 0; }.flow-path>span { background: var(--soft); font-size: 10px; color: #957350; padding: 3px 8px; }.flow-arrow { font-size: 27px; line-height: 1.3; color: #bb8b58; }.platform-node { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--dark); color: #fff0d9; padding: 24px 20px; border-color: #54412c; }.platform-node .brand-name { font-size: 33px; }.reverse { flex-direction: column-reverse; }.flow-tags { display: flex; gap: 7px; }.flow-tags span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 7px; font-size: 10px; background: var(--paper); }.diagram-bottom { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 18px; font-size: 10px; color: #8a6f4f; }
.gonets-section { background: #ecefe7; border-top: 1px solid #e1e5d8; border-bottom: 1px solid #e1e5d8; }
.gonets-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.gonets-copy .eyebrow { color: #55705a; }.gonets-copy .accent { color: #46624f; }.gonets-copy .check-list li:before { color: #58785d; }
.gonets-scene { padding: 22px 18px 0; position: relative; min-width: 0; }
.gonets-scene:before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent 0 12px, #6e805017 12px 13px, transparent 13px 25px), repeating-linear-gradient(-45deg, transparent 0 12px, #6e805017 12px 13px, transparent 13px 25px); mask-image: radial-gradient(ellipse, #000, transparent 72%); }
.messenger-window { position: relative; width: min(100%, 370px); margin-inline: auto; background: #f6f3ec; border: 1px solid #d6d6c8; border-radius: 18px; box-shadow: 0 20px 50px #3d4f3514; overflow: hidden; }
.messenger-header { display: flex; align-items: center; gap: 12px; padding: 18px; border-bottom: 1px solid #e4dfd4; background: var(--paper); }
.messenger-header strong { display: block; font-family: var(--display); font-size: 24px; line-height: 1.1; }.messenger-header div>span { display: block; font-size: 10px; color: #7c8371; margin-top: 4px; }.messenger-label { font-size: 9px; color: #5d7660; margin-left: auto; border: 1px solid #dce2d3; padding: 3px 7px; border-radius: 5px; letter-spacing: .08em; }
.messenger-body { padding: 14px 18px 22px; }.message-day { display: block; text-align: center; font-size: 9px; color: #8b8c78; margin-bottom: 14px; }.message-bubble { background: var(--paper); padding: 17px; border-radius: 12px 12px 12px 3px; border: 1px solid #e7e1d6; position: relative; }.message-sender { color: #667e58; font-size: 10px; font-weight: 600; }.message-bubble h3 { font-family: inherit; font-size: 14px; margin-top: 10px; letter-spacing: -.02em; }.message-amount { font-family: var(--display); font-size: 30px; line-height: 1.2; margin-top: 6px; }.message-bubble dl { font-size: 10px; margin: 15px 0; }.message-bubble dl>div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 5px; }.message-bubble dt { color: #8e826f; }.message-bubble dd { margin: 0; text-align: right; }.message-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }.message-item svg { width: 42px; height: 46px; background: var(--tint); border-radius: 6px; }.message-item strong { font-size: 11px; }.message-item small { display: block; color: #8d7f69; font-size: 10px; }.message-bubble time { display: block; text-align: right; font-size: 8px; color: #968e7d; }
.callback-message { display: flex; align-items: start; gap: 10px; flex-wrap: wrap; margin-top: 12px; }.callback-message .icon { width: 17px; height: 17px; margin-top: 3px; color: #667e58; }.callback-message strong { font-size: 11px; }.callback-message p { font-size: 10px; color: #817964; margin-top: 3px; }.callback-message time { margin-left: auto; }.messenger-footer { display: flex; align-items: center; gap: 8px; padding: 13px 18px; background: #f0eddf; color: #7a715d; font-size: 10px; }.messenger-footer span:last-child { margin-left: auto; font-size: 9px; }.gonets-scene>.fine-print { position: relative; margin-top: 15px; text-align: center; font-size: 9px; color: #7b806c; }
.demo-section { background: var(--soft); }.demo-tabs { display: inline-flex; padding: 5px; border: 1px solid var(--line); background: #ebe3d6; border-radius: 8px; margin-bottom: 25px; }.demo-tabs button { background: transparent; padding: 10px 20px; color: #846d53; font-size: 12px; }.demo-tabs button[aria-selected="true"] { background: var(--paper); color: #94472f; box-shadow: 0 2px 5px #4d2a1309; }.demo-panel { display: grid; grid-template-columns: 220px 1fr; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 15px 50px #50321808; min-height: 460px; overflow: hidden; background: var(--paper); }.demo-panel[hidden] { display: none; }.admin-sidebar { padding: 24px 18px; background: var(--dark); color: #bbab94; display: flex; flex-direction: column; gap: 8px; }.admin-sidebar .brand { gap: 9px; margin-bottom: 23px; }.admin-sidebar .brand-name { font-size: 26px; }.admin-caption { font-size: 7px; letter-spacing: .1em; margin-bottom: 10px; padding-inline: 10px; }.admin-sidebar>span:not(.admin-caption) { padding: 9px 12px; font-size: 11px; }.admin-sidebar .active { background: #473327; color: #f0c59e; border-radius: 6px; }.admin-person { display: flex; align-items: center; gap: 10px; font-size: 10px; margin-top: auto; padding: 25px 8px 0; }.admin-person b { background: #4f3d2e; color: #e4c6a1; border-radius: 50%; padding: 7px; font-size: 10px; }.admin-person small { color: #b09c81; font-size: 8px; }.admin-main { min-width: 0; padding: 25px 30px; }.admin-top { display: flex; align-items: center; justify-content: space-between; color: #8b765d; font-size: 10px; gap: 10px; }.demo-badge { display: inline-block; font-size: 8px; letter-spacing: .07em; color: #9b7d58; border: 1px solid var(--line); border-radius: 4px; padding: 4px 7px; }.admin-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 24px 0; }.admin-title h3 { font-size: 27px; }.admin-title p { font-size: 10px; color: #8b775f; margin-top: 5px; }.mock-button { background: var(--accent); color: #fff5e7; font-size: 10px; padding: 8px 12px; border-radius: 6px; white-space: nowrap; }.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 23px; }.admin-stats>div { border: 1px solid var(--line); border-radius: 7px; padding: 12px; }.admin-stats span { display: block; font-size: 9px; color: #8e785c; }.admin-stats strong { display: block; font-size: 12px; font-weight: 600; margin-top: 6px; }.table-wrap { overflow-x: auto; }table { border-collapse: collapse; width: 100%; text-align: left; white-space: nowrap; font-size: 10px; }th { background: var(--soft); font-weight: 500; color: #8b7353; padding: 10px; }td { border-bottom: 1px solid var(--line); padding: 12px 10px; color: #816a50; }td:first-child { display: flex; align-items: center; gap: 12px; }td svg { width: 38px; height: 38px; background: var(--tint); border-radius: 5px; }td strong { font-weight: 500; color: #5d4630; }.table-status { background: #edf2e8; color: #557953; font-size: 8px; border-radius: 5px; padding: 5px 9px; }.demo-footnote { font-size: 9px; color: #957b5c; margin-top: 18px; }.storefront-panel { grid-template-columns: 1fr 1fr; align-items: center; padding: 40px; gap: 50px; }.store-demo-copy h3 { font-family: var(--display); font-size: 40px; font-weight: 400; }.store-demo-copy p { color: var(--muted); font-size: 14px; margin: 20px 0; }.store-demo-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 25px; }.store-demo-tags span { font-size: 11px; background: var(--tint); color: #8d5c3f; padding: 5px 10px; border-radius: 5px; }.store-feature-product { background: #f1e4d0; border-radius: 12px; padding: 25px; }.store-feature-product>svg { width: 100%; height: 275px; }.store-feature-product>div { display: flex; justify-content: space-between; align-items: center; gap: 12px; }.store-feature-product small { display: block; font-size: 9px; color: #8f7553; }.store-feature-product strong { font-size: 16px; }.store-feature-product b { font-size: 14px; white-space: nowrap; }
.screenshot-panel { display: block; min-height: 0; padding: 12px; }.admin-screenshot { display: block; width: 100%; height: auto; border-radius: 9px; border: 1px solid var(--line); }.screenshot-caption { margin: 12px 8px 4px; }.max-screenshot { display: block; width: 100%; height: auto; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 50px; }.audience-grid article>span:not(.audience-note) { color: #b78859; display: block; font-family: var(--display); font-size: 43px; font-weight: 400; letter-spacing: -.05em; padding-bottom: 20px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }.audience-grid h3 { font-size: 22px; }.audience-grid p { font-size: 14px; color: var(--muted); margin-top: 18px; }.audience-grid .audience-note { display: block; font-size: 11px; font-weight: 400; color: var(--muted); margin-top: 25px; }
.technology { background: var(--dark); color: #fff1d9; }.technology .section-heading>p { color: #b9a88f; }.technology .eyebrow { color: var(--gold); }.tech-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #493c2d; border-radius: 12px; overflow: hidden; }.tech-grid>div { padding: 24px 17px; border-right: 1px solid #493c2d; }.tech-grid>div:last-child { border-right: 0; }.tech-letter { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; font-weight: 600; font-size: 21px; margin-bottom: 22px; }.laravel { color: #edaa86; background: #473226; }.next { color: #f4eddc; background: #3d3529; }.filament { color: #e6b267; background: #433627; }.postgres { color: #a7bcc1; background: #303a38; }.redis { color: #e8a392; background: #4c3129; }.meili { color: #d5c39d; background: #443d2f; }.tech-grid strong { font-weight: 500; font-size: 14px; }.tech-grid p { font-size: 10px; color: #bba78b; margin-top: 5px; }.docker-line { display: flex; align-items: center; gap: 17px; margin-top: 25px; font-size: 12px; color: #c9b496; }.docker-line .icon { color: #d1ab78; }.docker-line strong { font-weight: 500; }.docker-line>span { margin-left: auto; font-size: 10px; color: #b19a7b; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 65px; }.steps article { position: relative; }.steps article>span { display: flex; align-items: center; color: var(--accent); font-size: 12px; gap: 25px; margin-bottom: 28px; }.steps article>span:after { content: ""; display: block; height: 1px; background: var(--line); flex: 1; }.steps h3 { font-size: 22px; }.steps p { color: var(--muted); font-size: 14px; margin-top: 17px; }.center { text-align: center; }.start-section .fine-print { margin-top: 40px; }
.faq-section { padding-top: 0; }.faq-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; border-top: 1px solid var(--line); padding-top: 70px; }.faq-list details { border-bottom: 1px solid var(--line); padding: 18px 0; }.faq-list details:first-child { padding-top: 0; }.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 500; gap: 25px; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary:after { content: "+"; color: #a58055; font-size: 24px; font-weight: 300; }.faq-list details[open] summary:after { content: "−"; }.faq-list p { font-size: 13px; color: var(--muted); margin-top: 15px; max-width: 580px; }
.cta-section { background: #302219; color: #fff0d8; padding: 85px 0; text-align: center; position: relative; overflow: hidden; background-image: radial-gradient(ellipse at 50% 100%, #a3492c30, transparent 70%); }.cta-section h2 { font-size: clamp(30px, 3.6vw, 46px); }.cta-section h2 span { color: #d2a275; }.cta-section p { font-size: 14px; color: #c1a889; margin-top: 25px; }.cta-section .button { margin-top: 30px; }.cta-section small { display: block; font-size: 10px; color: #b39a7b; margin-top: 20px; }
footer { background: #1d1914; color: #af9779; padding: 38px 0 24px; }.footer-top { display: flex; align-items: center; gap: 30px; }.footer-top>p { font-size: 11px; max-width: 230px; }.footer-top nav { margin-left: auto; display: flex; gap: 22px; font-size: 11px; color: #c8b294; }.footer-top nav a:hover { color: #fff6e6; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #3e3122; margin-top: 30px; padding-top: 22px; font-size: 9px; }
dialog { border: 1px solid var(--line); border-radius: 16px; padding: 0; width: min(570px, calc(100% - 30px)); max-height: calc(100dvh - 40px); color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px #0004; }dialog::backdrop { background: #21180eb3; backdrop-filter: blur(6px); }.dialog-inner { padding: 35px; position: relative; }.dialog-close { position: absolute; top: 12px; right: 16px; background: var(--soft); color: #8e6643; width: 32px; height: 32px; font-size: 24px; line-height: 1; }.dialog-inner h2 { font-size: 31px; }.dialog-inner>p { font-size: 12px; color: var(--muted); margin: 16px 0 22px; }form { display: flex; flex-direction: column; }form label { font-size: 12px; font-weight: 500; margin-bottom: 6px; }input, textarea, select { width: 100%; border: 1px solid #dfcfb8; padding: 10px 12px; background: var(--paper); color: var(--ink); margin-bottom: 15px; font-size: 13px; }textarea { resize: vertical; }form .button { margin-top: 6px; }#brief-status { font-size: 11px; color: #876442; margin-top: 12px; min-height: 18px; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }.skip { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px; background: var(--paper); color: var(--ink); border-radius: 5px; }.skip:focus { top: 10px; }
.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 40px; text-align: left; }
.contact-grid a { display: block; border: 1px solid #725238; border-radius: 10px; padding: 18px; background: #ffffff03; transition: background .2s; }
.contact-grid a:hover { background: #ffffff09; }.contact-grid span { display: block; font-size: 10px; color: #c1a889; margin-bottom: 7px; }.contact-grid strong { display: block; font-size: 14px; font-weight: 500; overflow-wrap: anywhere; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-row>div { min-width: 0; }.form-row label { display: block; }.dialog-inner>p a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }.form-trap { display: none; }#brief-form input:not([type="checkbox"]), #brief-form select { height: 44px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 18px; }.consent-label input { width: 16px; height: 16px; flex-shrink: 0; margin: 3px 0 0; accent-color: var(--accent); }.consent-label span { font-size: 11px; font-weight: 400; color: var(--muted); }
.button:disabled { cursor: wait; opacity: .7; transform: none; }#brief-status[data-state="error"] { color: #a33225; }#brief-status[data-state="success"] { color: #456649; }
@media (max-width: 850px) { .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .contact-grid, .form-row { grid-template-columns: 1fr; }.contact-grid { gap: 10px; margin-top: 28px; }.contact-grid a { padding: 14px 18px; }.form-row { gap: 0; } }
@media (min-width: 1500px) { .hero-layout { min-height: 750px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 48px); }.header nav { gap: 16px; font-size: 11px; }.hero-layout { gap: 18px; }.hero-copy .eyebrow { font-size: 8px; }.hero-art { margin-left: 10px; }.actions { gap: 16px; }.actions .button { padding: 14px 16px; font-size: 12px; }.text-link { font-size: 12px; }.banner-chair { right: -22px; width: 160px; top: 18px; }.store-banner strong { font-size: 23px; }.store-heading>span { display: none; }.sync-card { left: -5px; }.order-card { right: -5px; bottom: -20px; }.hero-notes { gap: 12px; font-size: 9px; }.feature-card { padding: 24px; }.feature-card h3 { font-size: 21px; }.catalog-illustration { margin-bottom: -25px; }.integration-layout, .gonets-layout { gap: 50px; }.footer-top>p { display: none; }.tech-grid>div { padding-inline: 12px; }.demo-panel { grid-template-columns: 190px 1fr; }.admin-main { padding: 23px; }.storefront-panel { grid-template-columns: 1fr 1fr; }.code-label { font-size: 10px; }
}
@media (max-width: 850px) {
  .header-inner { height: 72px; }.menu-toggle { display: grid; gap: 6px; place-content: center; background: #ffffff0a; width: 40px; height: 38px; }.menu-toggle span { width: 18px; height: 1px; background: #ffedcf; }.header nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--dark); padding: 25px; border-bottom: 1px solid #58432d; flex-direction: column; align-items: stretch; gap: 0; }.header nav.open { display: flex; }.header nav>a { padding: 12px; font-size: 14px; }.header nav .button { margin-top: 15px; }.hero-layout { grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 70px; gap: 35px; }.hero-copy { text-align: center; }.hero-copy h1 { font-size: 60px; }.hero-copy p { margin-inline: auto; max-width: 500px; }.hero-copy .eyebrow { font-size: 9px; }.actions, .hero-notes { justify-content: center; }.hero-art { width: min(530px, 90%); margin-inline: auto; }.banner-chair { right: 0; width: 180px; top: 0; }.hero-bottom { flex-direction: column; gap: 7px; }.hero-bottom i { padding: 0 10px; }.section { padding: 75px 0; }.section-heading { gap: 30px; }.section-heading>p { max-width: 290px; font-size: 13px; }.pain-grid { gap: 24px; }.pain-grid h3 { font-size: 19px; }.pain-grid p { font-size: 13px; }.bento { grid-template-columns: repeat(2, 1fr); }.feature-card, .catalog-card, .price-card { grid-column: span 1; }.control-card { display: block; }.control-card h3 { margin-top: 22px; }.control-card p { margin-top: 15px; }.control-card .inline-link { display: block; margin-top: 20px; }.mini-products { gap: 7px; }.mini-products svg { height: 95px; }.filter-chips { gap: 4px; flex-wrap: wrap; }.filter-chips span { padding: 5px 6px; }.catalog-illustration { margin-inline: -10px; padding-inline: 10px; }.price-illustration>div { padding: 12px; font-size: 10px; }.price-illustration b { font-size: 16px; }.integration-layout { gap: 32px; }.integration-visual { padding: 25px 15px; }.flow-node { width: 200px; }.flow-tags span { padding: 8px 10px; }.gonets-layout { gap: 30px; }.gonets-scene { padding: 15px 0 0; }.messenger-header { gap: 8px; padding: 14px; }.messenger-body { padding-inline: 12px; }.message-bubble { padding: 13px; }.callback-message { gap: 7px; }.callback-message p { font-size: 9px; }.admin-sidebar { display: none; }.demo-panel { grid-template-columns: 1fr; }.storefront-panel { grid-template-columns: 1fr 1fr; padding: 25px; gap: 25px; }.audience-grid { gap: 25px; }.audience-grid h3 { font-size: 20px; }.audience-grid p { font-size: 13px; }.tech-grid { grid-template-columns: repeat(3, 1fr); }.tech-grid>div { padding: 20px; border-bottom: 1px solid #493c2d; }.tech-grid>div:nth-child(3) { border-right: 0; }.tech-grid>div:nth-child(n+4) { border-bottom: 0; }.docker-line { flex-wrap: wrap; }.docker-line>span { margin-left: 40px; width: 100%; }.steps { gap: 25px; }.steps h3 { font-size: 20px; }.faq-section { padding-top: 0; }.faq-layout { gap: 40px; }.footer-top nav { gap: 15px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }.section { padding-block: 62px; }.header-inner { height: 65px; }.header nav { top: 65px; }.brand-name { font-size: 27px; }.hero-layout { padding-top: 45px; gap: 25px; }.hero-copy h1 { font-size: clamp(35px, 9vw, 52px); }.hero-copy p { font-size: 14px; line-height: 1.8; margin-top: 22px; }.hero-copy .eyebrow { font-size: 7px; letter-spacing: .08em; margin-bottom: 22px; }.hero-copy .status-dot { width: 5px; height: 5px; }.actions { gap: 20px; flex-wrap: wrap; margin-top: 26px; }.hero-notes { font-size: 8px; gap: 10px; margin-top: 24px; }.hero-art { width: calc(100% - 12px); padding-top: 44px; padding-bottom: 25px; }.mock-store { border-width: 3px; transform: rotate(-2deg); }.window-bar { padding: 7px 10px; font-size: 7px; }.store-heading { padding: 12px; }.store-heading strong { font-size: 17px; }.store-heading strong span { font-size: 8px; }.store-brand img { width: 16px; height: 16px; }.store-banner { margin: 0 10px; padding: 15px; height: 146px; }.store-banner strong { font-size: 20px; position: relative; z-index: 1; }.banner-chair { width: 143px; right: -17px; top: 1px; }.store-banner .tiny-label { font-size: 5px; }.mock-link { font-size: 6px; padding: 5px 7px; }.products { gap: 8px; padding: 0 10px 15px; }.product-picture { height: 85px; }.product-picture svg { width: 80px; height: 85px; }.product b, .product>span { font-size: 8px; }.sync-card { top: 22px; left: -7px; padding: 10px; gap: 8px; }.sync-card strong { font-size: 9px; }.sync-card div>span { font-size: 7px; }.sync-card .mini-icon { width: 28px; height: 28px; }.sync-card .check { margin-left: 0; font-size: 13px; }.order-card { padding: 12px; width: 155px; bottom: -18px; right: -5px; }.gonets-avatar { width: 25px; height: 25px; margin-bottom: 6px; }.order-card strong { font-size: 10px; }.order-card .tiny-label { font-size: 6px; }.order-card>span:last-child { font-size: 7px; }.order-progress { margin-top: 9px; }.mock-disclaimer { left: 0; bottom: -40px; font-size: 7px; }.hero-bottom { font-size: 10px; padding-block: 20px; }.hero-bottom>span { font-size: 9px; }.hero-bottom i { padding: 0 7px; }.section-heading { flex-direction: column; align-items: start; gap: 23px; margin-bottom: 32px; }.section-heading>p { max-width: none; font-size: 14px; }h2 { font-size: 34px; }.eyebrow { font-size: 8px; margin-bottom: 18px; }.pain-grid { grid-template-columns: 1fr; gap: 24px; }.pain-grid article { padding-top: 16px; }.pain-grid h3 { font-size: 21px; margin: 10px 0; }.pain-grid p { font-size: 14px; }.solution-line { padding: 20px; gap: 15px; margin-top: 30px; }.solution-line img { width: 28px; height: 28px; }.solution-line p { font-size: 12px; }.solution-line a { display: none; }.center-heading { margin-bottom: 30px; }.center-heading p { font-size: 14px; }.desktop-break { display: none; }.bento { grid-template-columns: 1fr; gap: 15px; }.feature-card { padding: 25px; }.feature-card h3 { font-size: 24px; }.feature-card p { font-size: 14px; }.catalog-illustration { margin-inline: 0; margin-bottom: -26px; }.mini-products svg { height: 110px; }.filter-chips { font-size: 8px; }.price-illustration>div { padding: 15px; font-size: 11px; }.price-illustration b { font-size: 18px; }.integration-layout, .gonets-layout { grid-template-columns: 1fr; gap: 35px; }.integration-visual { padding: 28px 20px; }.flow-node { width: 230px; }.lead { font-size: 14px; }.gonets-copy .eyebrow { font-size: 7px; }.gonets-scene { padding-top: 0; }.messenger-header { padding: 16px; }.message-bubble h3 { font-size: 13px; }.message-bubble dd { font-size: 9px; }.callback-message p { font-size: 10px; }.messenger-footer { padding-inline: 13px; font-size: 9px; }.messenger-footer span:last-child { font-size: 8px; }.demo-tabs { width: 100%; }.demo-tabs button { width: 50%; padding: 10px 8px; font-size: 10px; }.demo-panel { min-height: 0; }.admin-main { padding: 16px; }.admin-top { font-size: 8px; }.demo-badge { font-size: 6px; padding: 3px 4px; }.admin-title { margin: 20px 0; gap: 10px; }.admin-title h3 { font-size: 24px; }.admin-title p { font-size: 8px; }.mock-button { font-size: 8px; padding: 7px; }.admin-stats { gap: 5px; }.admin-stats>div { padding: 8px; }.admin-stats span { font-size: 7px; }.admin-stats strong { font-size: 9px; }.table-wrap table { min-width: 420px; }.demo-footnote { font-size: 8px; }.storefront-panel { grid-template-columns: 1fr; padding: 23px; gap: 25px; }.store-demo-copy h3 { font-size: 34px; }.store-feature-product>svg { height: 230px; }.audience-grid { grid-template-columns: 1fr; gap: 35px; margin-top: 30px; }.audience-grid article>span:not(.audience-note) { font-size: 34px; margin-bottom: 18px; padding-bottom: 12px; }.audience-grid h3 { font-size: 24px; }.audience-grid p { font-size: 14px; margin-top: 14px; }.audience-grid .audience-note { margin-top: 15px; }.tech-grid { grid-template-columns: repeat(2, 1fr); }.tech-grid>div { padding: 20px; border-bottom: 1px solid #493c2d; border-right: 1px solid #493c2d; }.tech-grid>div:nth-child(3) { border-right: 1px solid #493c2d; }.tech-grid>div:nth-child(even) { border-right: 0; }.tech-grid>div:nth-child(4) { border-bottom: 1px solid #493c2d; }.tech-grid>div:nth-child(n+5) { border-bottom: 0; }.docker-line { font-size: 11px; gap: 12px; }.docker-line>span { margin-left: 35px; font-size: 9px; }.steps { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }.steps article>span { margin-bottom: 15px; }.steps h3 { font-size: 23px; }.steps p { margin-top: 12px; }.start-section .fine-print { margin-top: 27px; }.faq-section { padding-top: 0; }.faq-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 45px; }.faq-list summary { font-size: 14px; }.cta-section { padding-block: 62px; }.cta-section h2 { font-size: 32px; }.cta-section p { font-size: 13px; }.cta-section small { font-size: 9px; }.footer-top { flex-wrap: wrap; gap: 22px; }.footer-top nav { margin-left: 0; width: 100%; flex-wrap: wrap; font-size: 10px; gap: 18px; }.footer-bottom { flex-direction: column; gap: 10px; margin-top: 25px; }.dialog-inner { padding: 28px 22px; }.dialog-inner h2 { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *:before, *:after { animation: none !important; transition: none !important; } }
