:root {
    --bg: #0f1115;
    --bg-soft: #15181e;
    --panel: #1b1f27;
    --panel-2: #20252f;
    --line: #343a46;
    --text: #f5f5f2;
    --muted: #aeb4bf;
    --orange: #f47b20;
    --orange-2: #ff9a45;
    --shadow: 0 24px 70px rgba(0, 0, 0, .28);
    --radius: 18px;
    --wrap: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 9999; background: #fff; color: #111; padding: 10px 14px; }
.skip-link:focus { left: 12px; }
.announcement { text-align: center; background: #0b0d11; color: #c7ccd5; border-bottom: 1px solid #292e37; padding: 9px 20px; font-size: .82rem; letter-spacing: .04em; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(15, 17, 21, .94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.07); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.site-brand__icon { width: 46px; height: 46px; object-fit: contain; }
.site-brand span { display: grid; line-height: 1; }
.site-brand strong { font-size: 1.08rem; letter-spacing: .02em; }
.site-brand small { color: var(--orange); font-size: .7rem; letter-spacing: .33em; margin-top: 7px; }
.site-header__actions { display: flex; align-items: center; gap: 26px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #c5cad2; font-size: .93rem; }
.nav-links a:hover { color: #fff; }
.mobile-menu-toggle { display: none; width: 44px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 10px; cursor: pointer; }
.mobile-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s ease; }
.mobile-menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 10px; font-weight: 800; border: 1px solid transparent; transition: .18s ease; }
.button-primary { background: var(--orange); color: #17100b; box-shadow: 0 12px 30px rgba(244,123,32,.18); }
.button-primary:hover { background: var(--orange-2); transform: translateY(-1px); }
.button-secondary { background: transparent; color: #fff; border-color: #4a515d; }
.button-secondary:hover { border-color: var(--orange); color: var(--orange-2); }
.header-cta { min-height: 42px; padding: 9px 16px; }
.hero { position: relative; overflow: hidden; padding: 108px 0 96px; background: radial-gradient(circle at 80% 20%, rgba(244,123,32,.13), transparent 32%), linear-gradient(145deg, #11141a, #0e1014 62%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 18px; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.3rem, 7vw, 6.8rem); }
h1 span { color: var(--orange); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.32rem; }
p { margin: 0 0 18px; }
.hero-copy { max-width: 720px; color: #c3c8d1; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 20px; color: #969da8; font-size: .86rem; margin-top: 28px; }
.hero-notes span::before { content: "•"; color: var(--orange); margin-right: 8px; }
.hero-card { background: linear-gradient(155deg, rgba(39,44,54,.96), rgba(20,23,29,.98)); border: 1px solid #393f4b; border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.window-bar { display: flex; gap: 7px; padding: 15px 17px; border-bottom: 1px solid #343a45; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #5a606b; }
.window-bar span:first-child { background: var(--orange); }
.suite-preview { min-height: 480px; display: flex; flex-direction: column; }
.suite-mark { flex: 1; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 48px 28px; }
.suite-mark img { width: 115px; }
.suite-mark div { display: grid; line-height: .9; }
.suite-mark small { color: #9097a2; letter-spacing: .42em; font-size: .72rem; margin-bottom: 10px; }
.suite-mark strong { font-size: clamp(1.8rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.suite-mark em { color: var(--orange); font-style: normal; font-size: 1.2rem; letter-spacing: .48em; margin-top: 14px; }
.suite-steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #383e49; }
.suite-steps div { padding: 20px 10px; text-align: center; border-right: 1px solid #383e49; }
.suite-steps div:last-child { border-right: 0; }
.suite-steps b { display: block; color: var(--orange); font-size: .72rem; }
.suite-steps span { display: block; margin-top: 5px; font-weight: 800; font-size: .88rem; }
.section { padding: 88px 0; }
.section-dark { background: #12151b; border-top: 1px solid #252a33; border-bottom: 1px solid #252a33; }
.section-head { max-width: 780px; margin-bottom: 40px; }
.section-head.center, .center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p, .large-copy { color: var(--muted); font-size: 1.08rem; }
.grid-3, .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: linear-gradient(160deg, var(--panel), #171a20); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 15px 45px rgba(0,0,0,.12); }
.card p { color: var(--muted); }
.product-card { position: relative; min-height: 330px; display: flex; flex-direction: column; }
.product-number { color: var(--orange); font-weight: 900; font-size: .78rem; letter-spacing: .18em; margin-bottom: 40px; }
.product-card h3 { font-size: 1.7rem; }
.product-tag { color: #fff !important; font-weight: 800; font-size: .9rem; }
.product-card .text-link { margin-top: auto; }
.text-link { color: var(--orange-2); font-weight: 800; }
.text-link:hover { color: #fff; }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principle-list span { grid-row: 1/3; color: var(--orange); font-weight: 900; }
.principle-list strong { font-size: 1.08rem; }
.principle-list p { color: var(--muted); margin: 5px 0 0; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 35px; background: linear-gradient(120deg, #20252d, #171a20); border: 1px solid #3b414d; border-left: 5px solid var(--orange); border-radius: var(--radius); padding: 38px 42px; }
.cta-band p { color: var(--muted); margin-bottom: 0; }
.page-hero { padding: 90px 0 68px; background: radial-gradient(circle at 80% 20%, rgba(244,123,32,.11), transparent 30%), #11141a; border-bottom: 1px solid #2b3039; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); max-width: 900px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.app-stack { display: grid; gap: 28px; }
.application-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; padding: 46px; }
.application-panel.reverse > :first-child { order: 2; }
.application-panel.reverse > :last-child { order: 1; }
.application-visual { min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #111319; border: 1px solid #363c47; border-radius: 18px; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 950; letter-spacing: -.04em; }
.application-visual span { color: var(--orange); }
.feature-list { list-style: none; padding: 0; margin: 24px 0 28px; }
.feature-list li { position: relative; padding: 8px 0 8px 27px; color: #c0c5ce; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.pricing-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.pricing-card h2 { font-size: clamp(1.7rem, 2.25vw, 2.35rem); overflow-wrap: anywhere; }
.pricing-card p, .pricing-card li, .pricing-card .button { overflow-wrap: anywhere; }
.pricing-card .button { margin-top: auto; }
.pricing-label { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .18em; margin-bottom: 16px; }
.price { font-size: 2.4rem; font-weight: 950; margin: 12px 0 18px; }
.featured { border-color: var(--orange); box-shadow: 0 20px 60px rgba(244,123,32,.12); transform: translateY(-10px); }
.pricing-note-box { margin-top: 30px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #15181e; }
.pricing-note-box p { color: var(--muted); margin: 6px 0 8px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.compare-table { width: 100%; min-width: 850px; border-collapse: collapse; background: #171a20; }
.compare-table th, .compare-table td { padding: 18px 20px; border-bottom: 1px solid #323842; border-right: 1px solid #323842; text-align: center; }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; }
.compare-table th { background: #20242c; color: #fff; }
.compare-table th:last-child { color: var(--orange); }
.compare-table td { color: #c0c5ce; }
.compare-table td:last-child { color: #fff; font-weight: 800; background: rgba(244,123,32,.05); }
.quote-card blockquote { font-size: 1.35rem; margin: 0 0 24px; line-height: 1.5; }
.mini-label { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .18em; margin-bottom: 20px; }
.support-card { display: block; min-height: 290px; }
.support-card .text-link { display: inline-block; margin-top: 14px; }
.product-links { margin-top: 70px; }
.site-footer { border-top: 1px solid #2d323b; background: #0b0d11; padding: 58px 0 24px; color: #aeb4be; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 45px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { color: #fff; margin-bottom: 8px; }
.footer-grid a:hover { color: var(--orange); }
.footer-brand { color: #fff; font-size: 1.3rem; font-weight: 900; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid #262b33; font-size: .85rem; }
@media (max-width: 1050px) {
    .mobile-menu-toggle { display: block; }
    .site-header__actions { position: fixed; inset: 113px 0 auto 0; display: none; flex-direction: column; align-items: stretch; padding: 24px; background: #11141a; border-bottom: 1px solid var(--line); }
    .site-header__actions.is-open { display: flex; }
    .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-links a { padding: 13px 4px; border-bottom: 1px solid #2e333c; }
    .hero-grid, .split-panel { grid-template-columns: 1fr; }
    .hero-grid { gap: 48px; }
    .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .featured { transform: none; }
}
@media (max-width: 780px) {
    .wrap { width: min(calc(100% - 28px), var(--wrap)); }
    .hero { padding: 72px 0 68px; }
    h1 { font-size: clamp(3rem, 15vw, 5rem); }
    .grid-3, .product-grid, .footer-grid { grid-template-columns: 1fr; }
    .application-panel { grid-template-columns: 1fr; padding: 28px; }
    .application-panel.reverse > :first-child, .application-panel.reverse > :last-child { order: initial; }
    .application-visual { min-height: 220px; }
    .cta-band { flex-direction: column; align-items: flex-start; padding: 30px; }
    .suite-mark { flex-direction: column; text-align: center; }
    .suite-steps { grid-template-columns: repeat(2, 1fr); }
    .suite-steps div:nth-child(2) { border-right: 0; }
    .suite-steps div:nth-child(-n+2) { border-bottom: 1px solid #383e49; }
}
@media (max-width: 560px) {
    .announcement { font-size: .72rem; }
    .site-header__inner { min-height: 72px; }
    .site-brand__icon { width: 40px; height: 40px; }
    .site-brand { min-width: 0; }
    .site-header__actions { top: 104px; }
    .hero-actions, .hero-actions .button { width: 100%; }
    .pricing-grid { grid-template-columns: 1fr; }
    .section { padding: 68px 0; }
    .card { padding: 24px; }
}
