:root {
  --ink: #10291f;
  --ink-2: #183b2d;
  --cream: #f5efe4;
  --paper: #fffdf8;
  --lime: #d9ff43;
  --orange: #ff704d;
  --mint: #bcefd6;
  --yellow: #ffe69b;
  --line: rgba(16, 41, 31, .18);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.announcement { min-height: 38px; background: var(--lime); display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 18px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.announcement span { background: var(--ink); color: white; border-radius: 3px; padding: 3px 6px; font-size: 8px; letter-spacing: .1em; }
.announcement a { border-bottom: 1px solid var(--ink); margin-left: 8px; }

.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.brand b { font-weight: 500; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50% 50% 50% 12px; background: var(--ink); color: var(--lime); }
.nav-links { display: flex; gap: 32px; margin-left: 80px; font-size: 12px; font-weight: 800; }
.nav-links a { position: relative; }
.nav-links a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--orange); transition: right .2s ease; }
.nav-links a:hover:after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.login-button { border: 0; background: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 22px; background: var(--ink); color: white; padding: 17px 22px; border-radius: 4px; font-weight: 900; font-size: 13px; box-shadow: 5px 5px 0 var(--lime); transition: .2s ease; }
.button:hover:not(:disabled) { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--lime); }
.button:focus-visible, .outline-button:focus-visible, .faq-item button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button-small { padding: 12px 16px; box-shadow: none; }

.hero { min-height: 680px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 54px; padding: 38px 0 80px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
h1 { font-size: clamp(58px, 6.6vw, 92px); line-height: .89; letter-spacing: -.072em; margin: 24px 0 28px; font-weight: 900; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-sub { font-family: Georgia, serif; font-size: 19px; line-height: 1.55; max-width: 535px; color: #496057; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.text-link { font-size: 13px; font-weight: 900; border-bottom: 1px solid currentColor; padding: 0 0 4px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span:before { content: "✓"; color: #23885b; margin-right: 7px; }

.product-stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(16, 41, 31, .15); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { width: 650px; height: 330px; }
.orbit-two { width: 540px; height: 460px; }
.storefront-card { position: relative; width: min(650px, 100%); min-height: 426px; background: white; border: 1px solid var(--ink); border-radius: 10px; box-shadow: 18px 20px 0 rgba(16, 41, 31, .12); transform: rotate(1.2deg); overflow: hidden; z-index: 2; }
.window-bar { height: 42px; display: flex; align-items: center; border-bottom: 1px solid #d7ddd8; padding: 0 13px; background: #fbfcfa; gap: 12px; font-size: 9px; }
.traffic { display: flex; gap: 5px; }
.traffic i { width: 7px; height: 7px; border-radius: 50%; background: #c9cec9; }
.traffic i:first-child { background: var(--orange); }
.address { margin: auto; background: #edf1ed; min-width: 210px; text-align: center; padding: 5px 30px; border-radius: 4px; color: #738079; }
.address span { margin-right: 8px; }
.secure { font-weight: 900; color: #268258; font-size: 8px; }
.panel-layout { display: grid; grid-template-columns: 70px 1fr; min-height: 384px; }
.panel-layout aside { background: var(--ink); padding: 20px 16px; }
.mini-brand { width: 32px; height: 32px; border-radius: 8px; background: var(--lime); display: grid; place-items: center; font-weight: 900; font-size: 11px; margin-bottom: 38px; }
.side-symbol { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; color: #8ba698; font-size: 13px; margin: 10px 0; }
.side-symbol.active { color: var(--ink); background: var(--lime); }
.panel-main { padding: 22px; background: #f8faf7; }
.panel-top { display: flex; justify-content: space-between; align-items: center; }
.panel-top > div { display: grid; gap: 5px; }
.panel-top small { font-size: 7px; color: #7c8d84; font-weight: 900; letter-spacing: .12em; }
.panel-top b { font-size: 14px; }
.panel-top > span { background: white; border: 1px solid #dce2dd; padding: 7px 10px; border-radius: 6px; font-weight: 900; font-size: 9px; }
.stats { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 8px; margin-top: 20px; }
.stats div { background: white; border: 1px solid #dfe4df; border-radius: 8px; padding: 12px; display: grid; gap: 5px; }
.stats small { font-size: 6px; letter-spacing: .12em; color: #7d8982; font-weight: 900; }
.stats strong { font-size: 17px; }
.stats em { font-style: normal; color: #288358; font-size: 7px; font-weight: 800; }
.chart-box { height: 125px; background: white; border: 1px solid #dfe4df; border-radius: 8px; padding: 12px; margin-top: 9px; }
.chart-label { display: flex; justify-content: space-between; font-size: 8px; }
.chart-label span { font-weight: 900; }
.chart-label b { color: #78837c; }
.bars { height: 82px; display: flex; align-items: end; gap: 6px; padding-top: 13px; }
.bars i { flex: 1; background: var(--mint); border-radius: 3px 3px 0 0; }
.bars i:nth-last-child(-n+4) { background: var(--lime); }
.recent-order { display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; background: white; border: 1px solid #dfe4df; border-radius: 8px; margin-top: 9px; padding: 8px 11px; }
.recent-order div { display: grid; gap: 3px; }
.recent-order b { font-size: 8px; }
.recent-order small { color: #77857c; font-size: 7px; }
.recent-order > strong { font-size: 10px; }
.order-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 6px; background: #ffe0d8; color: var(--orange); font-size: 8px; }
.float-card { position: absolute; z-index: 3; background: white; border: 1px solid var(--ink); box-shadow: 6px 7px 0 var(--ink); border-radius: 7px; padding: 14px; }
.payout { right: -8px; top: 30px; display: grid; gap: 4px; transform: rotate(3deg); }
.payout span, .payout small, .order-pop span { font-size: 7px; color: #748078; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.payout strong { font-size: 19px; }
.payout small { color: #278357; }
.domain { left: -18px; bottom: 54px; display: flex; align-items: center; gap: 11px; transform: rotate(-3deg); }
.domain div { display: grid; gap: 3px; font-size: 10px; }
.domain small { font-size: 8px; color: #748078; }
.check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--lime); font-weight: 900; }
.order-pop { right: 40px; bottom: -2px; transform: rotate(2deg); display: grid; gap: 3px; }
.order-pop strong { color: #218359; }

.ticker { background: var(--ink); color: var(--cream); overflow: hidden; white-space: nowrap; transform: rotate(-1deg); width: 102%; margin-left: -1%; }
.ticker div { padding: 15px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.ticker span { color: var(--lime); margin: 0 25px; }

.section { padding-top: 130px; padding-bottom: 130px; }
.section-heading h2, .catalog-copy h2, .calculator-copy h2, .faq-title h2 { font-size: clamp(42px, 5vw, 68px); line-height: .96; letter-spacing: -.06em; margin: 20px 0; }
.split-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 80px; margin-bottom: 62px; }
.split-heading p, .centered > p, .catalog-copy > p, .calculator-copy > p, .faq-title > p { color: #597067; line-height: 1.7; font-family: Georgia, serif; font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.feature-card { min-height: 310px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255,255,255,.18); transition: .2s ease; }
.feature-card:hover { background: var(--paper); transform: translateY(-5px); box-shadow: 0 5px 0 var(--ink); }
.feature-top { display: flex; justify-content: space-between; align-items: start; }
.feature-top > span { font-size: 9px; font-weight: 900; color: #71837a; }
.feature-top b { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50% 50% 14px 50%; background: var(--lime); font-size: 19px; }
.feature-card:nth-child(2) .feature-top b, .feature-card:nth-child(5) .feature-top b { background: var(--orange); }
.feature-card:nth-child(3) .feature-top b, .feature-card:nth-child(6) .feature-top b { background: var(--mint); }
.feature-card h3 { margin: 42px 0 12px; font-size: 20px; letter-spacing: -.03em; }
.feature-card p { color: #5d7068; font-family: Georgia, serif; font-size: 14px; line-height: 1.6; min-height: 70px; }
.feature-card a { display: inline-block; margin-top: 16px; padding-bottom: 3px; border-bottom: 1px solid; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.catalog-section { background: var(--ink); color: white; padding: 130px 0; overflow: hidden; }
.catalog-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; align-items: center; }
.kicker.light { color: var(--lime); }
.catalog-copy h2 em { color: var(--lime); }
.catalog-copy > p { color: #acc1b7; max-width: 440px; }
.catalog-points { display: grid; gap: 16px; margin-top: 38px; font-size: 12px; font-weight: 800; }
.catalog-points b { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #2b4d3e; color: var(--lime); margin-right: 10px; font-size: 8px; }
.catalog-window { background: #f7f8f5; color: var(--ink); border-radius: 10px; border: 1px solid #06130d; box-shadow: 18px 18px 0 var(--lime); transform: rotate(1deg); padding: 24px; }
.catalog-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #d6ddd7; padding-bottom: 18px; }
.catalog-head small { font-size: 7px; letter-spacing: .12em; color: #78867e; font-weight: 900; }
.catalog-head h3 { margin: 5px 0 0; font-size: 17px; }
.catalog-head button { border: 0; background: var(--ink); color: white; padding: 10px 12px; border-radius: 4px; font-size: 9px; font-weight: 900; }
.service-table { padding-top: 12px; }
.service-row { display: grid; grid-template-columns: 2fr .8fr .8fr .8fr; align-items: center; border-bottom: 1px solid #dfe4df; min-height: 57px; font-size: 10px; }
.service-row > div { display: flex; align-items: center; gap: 10px; }
.service-row i { font-style: normal; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 7px; font-size: 9px; }
.service-row i.coral { background: #ffe1da; color: var(--orange); }
.service-row i.lime { background: var(--lime); }
.service-row i.mint { background: var(--mint); }
.service-row i.yellow { background: var(--yellow); }
.service-row .sell-price { border: 1px solid #cdd6cf; border-radius: 4px; width: 50px; padding: 7px; background: white; }
.service-row > strong { color: #278357; }
.service-label { color: #75837b; min-height: 32px; text-transform: uppercase; font-size: 7px; letter-spacing: .1em; font-weight: 900; }
.catalog-total { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 15px; background: var(--mint); border-radius: 7px; font-size: 10px; font-weight: 900; }
.catalog-total strong { font-size: 18px; }
.catalog-total small { font-size: 8px; color: #4e685c; }

.centered { text-align: center; max-width: 760px; margin-inline: auto; }
.centered .kicker { justify-content: center; }
.centered > p { max-width: 600px; margin: 0 auto; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; }
.step { position: relative; padding-right: 28px; }
.step-number { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 1px solid var(--ink); font-size: 10px; font-weight: 900; box-shadow: 4px 4px 0 var(--lime); }
.step-line { position: absolute; top: 25px; left: 52px; width: calc(100% - 52px); height: 1px; background: var(--ink); }
.step h3 { font-size: 20px; margin: 28px 0 10px; }
.step p { color: #60736b; font-family: Georgia, serif; font-size: 13px; line-height: 1.6; }
.center-action { display: flex; flex-direction: column; align-items: center; gap: 17px; margin-top: 60px; }
.center-action small { color: #718078; font-size: 10px; }

.calculator-section { background: var(--orange); color: var(--ink); padding: 110px 0; }
.calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.calculator-copy h2 em { color: var(--cream); }
.calculator-copy > p { color: #4f463e; max-width: 500px; }
.calculator-card { background: var(--paper); padding: 34px; border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); border-radius: 7px; }
.calculator-card label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; font-size: 12px; font-weight: 900; }
.calculator-card label strong { font-size: 20px; }
.calculator-card input[type="range"] { width: 100%; accent-color: var(--ink); margin-bottom: 34px; }
.estimate { display: flex; justify-content: space-between; align-items: center; padding: 20px; background: var(--lime); border-radius: 5px; }
.estimate > span { display: grid; gap: 5px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.estimate small { text-transform: none; font-weight: 500; letter-spacing: 0; color: #596849; }
.estimate > strong { font-size: 30px; letter-spacing: -.04em; }

.pricing-section { background: var(--cream); }
.billing-toggle { width: fit-content; margin: 38px auto 48px; border: 1px solid var(--ink); padding: 4px; border-radius: 6px; display: flex; }
.billing-toggle button { border: 0; background: transparent; padding: 10px 15px; font-size: 10px; font-weight: 900; border-radius: 3px; cursor: pointer; }
.billing-toggle button.active { background: var(--ink); color: white; }
.billing-toggle span { color: #5abf7d; font-size: 8px; margin-left: 5px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; background: var(--paper); border: 1px solid var(--ink); padding: 30px; min-height: 510px; border-radius: 7px; }
.price-card.popular { background: var(--ink); color: white; transform: translateY(-12px); box-shadow: 10px 10px 0 var(--lime); }
.popular-tag { position: absolute; right: 20px; top: -14px; background: var(--lime); color: var(--ink); border: 1px solid var(--ink); border-radius: 3px; padding: 7px 9px; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.plan-head > span { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; color: #78877f; font-weight: 900; }
.popular .plan-head > span { color: #9db1a7; }
.plan-head h3 { font-size: 26px; margin: 12px 0 5px; }
.plan-head p { color: #718078; font-family: Georgia, serif; font-size: 12px; }
.popular .plan-head p { color: #a9bbb2; }
.plan-price { display: flex; align-items: baseline; margin: 32px 0 4px; }
.plan-price small { font-size: 16px; align-self: flex-start; margin-top: 8px; }
.plan-price strong { font-size: 48px; letter-spacing: -.06em; }
.plan-price span { font-size: 10px; color: #77867d; }
.billed-note { min-height: 13px; font-size: 9px; color: #6c7d74; }
.outline-button, .price-button { width: 100%; min-height: 46px; margin: 24px 0 20px; border-radius: 4px; cursor: pointer; font-size: 11px; font-weight: 900; display:flex; align-items:center; justify-content:center; }
.outline-button { background: transparent; border: 1px solid var(--ink); }
.price-button { background: var(--lime); color: var(--ink); box-shadow: none; }
.price-button:hover:not(:disabled) { box-shadow: 5px 5px 0 white; }
.price-card ul { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid var(--line); display: grid; gap: 14px; font-size: 11px; color: #278357; font-weight: 900; }
.popular ul { border-top-color: #355345; color: var(--lime); }
.price-card li span { color: var(--ink); font-weight: 600; margin-left: 7px; }
.popular li span { color: #d5e0da; }
.pricing-footnote { text-align: center; color: #708078; font-size: 9px; margin-top: 28px; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq-title > p { max-width: 360px; margin-bottom: 30px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item button { width: 100%; min-height: 78px; border: 0; background: transparent; display: grid; grid-template-columns: 34px 1fr 28px; text-align: left; align-items: center; cursor: pointer; }
.faq-item button span { font-size: 8px; color: #77877f; }
.faq-item button b { font-size: 15px; }
.faq-item button i { font-size: 22px; font-style: normal; font-weight: 400; }
.faq-item p { font-family: Georgia, serif; color: #5c7168; line-height: 1.7; font-size: 14px; margin: -2px 42px 24px 34px; }

.final-cta { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 110px 0; }
.final-cta .shell { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(60px, 9vw, 120px); line-height: .83; letter-spacing: -.075em; margin: 25px 0 32px; }
.final-cta p { color: #a9beb4; font-family: Georgia, serif; font-size: 17px; max-width: 480px; line-height: 1.6; }
.button-light { margin-top: 28px; background: var(--lime); color: var(--ink); box-shadow: 6px 6px 0 var(--orange); }
.cta-word { position: absolute; right: -50px; bottom: -90px; font-size: 390px; line-height: 1; font-weight: 900; letter-spacing: -.1em; color: #17382a; user-select: none; }

footer { background: #091a13; color: white; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 70px; padding-bottom: 60px; }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid p { max-width: 290px; color: #7f9a8d; font-family: Georgia, serif; line-height: 1.6; font-size: 13px; }
.footer-grid > div > b { color: var(--lime); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 9px; }
.footer-grid a, .footer-grid button, .footer-grid small { color: #adc0b7; font-size: 11px; }
.footer-grid button { border: 0; background: none; padding: 0 0 3px; border-bottom: 1px solid var(--lime); cursor: pointer; color: white; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #20382d; padding-top: 24px; color: #6d877b; font-size: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(5, 19, 13, .74); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 24px; }
.builder-modal { position: relative; width: min(620px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; background: var(--paper); border: 1px solid var(--ink); border-radius: 9px; box-shadow: 14px 14px 0 var(--lime); padding: 34px; }
.modal-close { position: absolute; top: 18px; right: 20px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.modal-progress { display: flex; align-items: center; max-width: 240px; margin-bottom: 40px; }
.modal-progress span { width: 26px; height: 26px; border-radius: 50%; border: 1px solid #aab6b0; display: grid; place-items: center; font-size: 8px; font-weight: 900; }
.modal-progress span.done { background: var(--ink); color: var(--lime); border-color: var(--ink); }
.modal-progress i { height: 1px; flex: 1; background: #aab6b0; }
.modal-content h2 { font-size: 44px; letter-spacing: -.06em; margin: 15px 0 10px; }
.modal-content > p { color: #61736b; font-family: Georgia, serif; line-height: 1.6; margin-bottom: 28px; }
.modal-content > label { display: grid; gap: 8px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-top: 18px; }
.modal-content input { height: 50px; border: 1px solid #adb9b2; border-radius: 5px; background: white; padding: 0 14px; outline: none; }
.modal-content input:focus { border: 2px solid var(--ink); }
.modal-button { margin-top: 28px; min-width: 180px; }
.modal-plans { display: grid; gap: 9px; }
.modal-plans > button { border: 1px solid #b8c2bc; background: white; border-radius: 5px; padding: 14px; display: flex; justify-content: space-between; text-align: left; cursor: pointer; }
.modal-plans > button.selected { border: 2px solid var(--ink); background: #f0f8d5; }
.modal-plans button > span { display: grid; gap: 5px; }
.modal-plans button small { font-size: 8px; color: #6f8077; }
.modal-plans button > strong { font-size: 16px; }
.modal-plans button > strong small { margin-left: 2px; }
.modal-actions { display: flex; justify-content: space-between; align-items: center; }
.back-button { border: 0; background: none; cursor: pointer; font-size: 11px; font-weight: 900; margin-top: 28px; }
.modal-success { text-align: center; }
.modal-success .kicker { justify-content: center; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--lime); border: 1px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); font-size: 24px; }
.summary-row { display: grid; grid-template-columns: 1fr 1fr; text-align: left; border: 1px solid var(--ink); border-radius: 5px; overflow: hidden; }
.summary-row span { display: grid; gap: 7px; padding: 16px; font-size: 8px; color: #718077; text-transform: uppercase; letter-spacing: .1em; }
.summary-row span + span { border-left: 1px solid var(--ink); }
.summary-row strong { font-size: 16px; color: var(--ink); text-transform: none; letter-spacing: 0; }
.prototype-note { display: block; margin-top: 20px; color: #78867f; font-size: 9px; }

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 680px; }
  .product-stage { min-height: 510px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid, .calculator-grid { grid-template-columns: 1fr; }
  .catalog-copy { max-width: 650px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .step:nth-child(2) .step-line { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; gap: 28px; }
  .price-card { min-height: auto; }
  .price-card.popular { transform: none; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .announcement { font-size: 9px; }
  .announcement a { display: none; }
  .nav { height: 72px; }
  .login-button { display: none; }
  .nav-actions .button { padding: 10px 11px; font-size: 10px; }
  .hero { gap: 32px; padding-top: 34px; padding-bottom: 60px; }
  h1 { font-size: clamp(53px, 17vw, 72px); }
  .hero-sub { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 11px 18px; }
  .product-stage { min-height: 365px; margin-top: 15px; }
  .orbit-two { width: 92%; height: 340px; }
  .orbit-one { width: 108%; height: 220px; }
  .storefront-card { min-height: 320px; }
  .window-bar { height: 34px; padding: 0 8px; }
  .address { min-width: auto; padding: 4px 12px; }
  .panel-layout { grid-template-columns: 45px 1fr; min-height: 286px; }
  .panel-layout aside { padding: 13px 8px; }
  .mini-brand { width: 28px; height: 28px; margin-bottom: 24px; }
  .side-symbol { width: 28px; height: 28px; }
  .panel-main { padding: 12px; }
  .panel-top b { font-size: 11px; }
  .panel-top > span { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div:last-child { display: none; }
  .chart-box { height: 105px; }
  .bars { height: 65px; }
  .recent-order { display: none; }
  .float-card { display: none; }
  .ticker div { text-align: left; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 40px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .catalog-section { padding: 90px 0; }
  .catalog-grid { gap: 55px; }
  .catalog-window { padding: 16px; box-shadow: 9px 9px 0 var(--lime); }
  .service-row { grid-template-columns: 1.6fr .7fr .7fr; }
  .service-row > strong, .service-label span:last-child { display: none; }
  .service-row i { display: none; }
  .service-row .sell-price { width: 44px; }
  .steps { grid-template-columns: 1fr; gap: 38px; }
  .step-line { display: none; }
  .calculator-section { padding: 85px 0; }
  .calculator-grid { gap: 45px; }
  .calculator-card { padding: 22px; box-shadow: 7px 7px 0 var(--ink); }
  .estimate { align-items: flex-start; flex-direction: column; gap: 14px; }
  .pricing-grid { gap: 22px; }
  .faq-section { gap: 35px; }
  .final-cta { padding: 90px 0; }
  .cta-word { font-size: 240px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .builder-modal { padding: 25px 20px; box-shadow: 8px 8px 0 var(--lime); }
  .modal-content h2 { font-size: 36px; }
  .modal-actions { align-items: flex-start; flex-direction: column-reverse; }
}
