:root {
  --ink: #10242c;
  --ink-soft: #2e444a;
  --green: #176f68;
  --green-deep: #0b3d3b;
  --mint: #cbe7d8;
  --lime: #d9eb94;
  --yellow: #f1bd55;
  --paper: #f5f4ef;
  --warm: #ebe8df;
  --white: #fffefa;
  --muted: #667379;
  --line: rgba(16, 36, 44, .16);
  --shadow: 0 24px 60px rgba(8, 35, 39, .13);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 15px; line-height: 1.7; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; border: 0; cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header { height: 76px; padding: 0 max(24px, calc((100vw - 1200px) / 2)); display: flex; align-items: center; gap: 36px; background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 36px; height: 36px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 7px; color: var(--white); background: var(--green-deep); font: 800 17px/1 "Manrope", sans-serif; }
.brand-mark i { width: 16px; height: 4px; position: absolute; right: -2px; bottom: 6px; display: block; background: var(--yellow); transform: rotate(-42deg); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 17px; line-height: 1.25; letter-spacing: .02em; }
.brand small { color: var(--muted); font: 700 7px/1.2 "Manrope", sans-serif; letter-spacing: .14em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #536269; font-size: 12px; font-weight: 700; }
.main-nav a:hover { color: var(--green); }
.header-action { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; gap: 13px; border-radius: 5px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 700; }
.header-action:hover { background: var(--green); }
.menu-button { display: none; margin-left: auto; padding: 8px 0 8px 12px; background: transparent; }
.menu-button span { width: 24px; height: 2px; display: block; margin: 5px 0; background: var(--ink); }

.hero { height: min(720px, calc(100svh - 116px)); min-height: 610px; position: relative; overflow: hidden; color: var(--white); background: var(--green-deep); }
.hero-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 52%; }
.hero-overlay { position: absolute; inset: 0; background: rgba(6, 26, 31, .71); }
.hero-inner { width: min(1200px, calc(100% - 48px)); height: 100%; margin: 0 auto; position: relative; z-index: 1; padding: 73px 0 32px; display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { margin-bottom: 22px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.hero-kicker span { width: 24px; height: 1px; margin: 0 9px 3px 0; display: inline-block; background: var(--yellow); }
.hero h1 { max-width: 750px; margin-bottom: 22px; font-size: clamp(53px, 6vw, 82px); line-height: 1.03; letter-spacing: -.04em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 590px; margin-bottom: 28px; color: rgba(255, 255, 255, .74); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 5px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--ink); background: var(--lime); }
.button-accent:hover { background: var(--yellow); }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.35); }
.button-outline:hover { border-color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--green); }
.hero-facts { width: min(600px, 100%); margin-top: auto; padding-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts strong { color: var(--lime); font: 800 24px/1.15 "Manrope", sans-serif; }
.hero-facts span { margin-top: 6px; color: rgba(255,255,255,.55); font-size: 10px; }

.section { padding: 105px max(24px, calc((100vw - 1200px) / 2)); }
.section-warm { background: var(--warm); }
.section-dark { color: var(--white); background: var(--ink); }
.eyebrow { margin-bottom: 17px; color: var(--green); font: 800 10px/1.2 "Manrope", sans-serif; letter-spacing: .17em; }
.eyebrow-light { color: var(--lime); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
.intro h2, .section-heading h2, .report-copy h2, .faq-intro h2, .closing h2 { margin-bottom: 0; font-size: clamp(38px, 4.4vw, 59px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading h2 span, .report-copy h2 span, .faq-intro h2 span { color: var(--green); }
.intro-copy { max-width: 590px; }
.intro-copy p { color: var(--muted); font-size: 13px; }
.intro-copy .intro-lead { margin-bottom: 16px; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.section-heading-dark h2 span { color: var(--lime); }
.section-heading-dark > p { color: rgba(255,255,255,.55); }

.experience-heading { align-items: flex-end; }
.experience-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 15px; margin-top: 48px; }
.demo-panel { min-height: 390px; padding: 25px 26px 23px; display: flex; flex-direction: column; color: var(--white); border-radius: 8px; background: var(--ink); }
.demo-panel-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font: 700 9px "Manrope", sans-serif; letter-spacing: .12em; }
.demo-status { color: var(--lime); letter-spacing: 0; }.demo-status i { width: 6px; height: 6px; margin-right: 5px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(217,235,148,.12); }
.demo-form { margin-top: 31px; }.demo-form label { display: block; margin-bottom: 14px; color: rgba(255,255,255,.63); font-size: 10px; font-weight: 700; }.demo-form input, .demo-form select { width: 100%; margin-top: 6px; padding: 11px 12px; display: block; border: 1px solid rgba(255,255,255,.23); border-radius: 4px; outline: none; color: var(--white); background: rgba(255,255,255,.08); font-size: 12px; }.demo-form input:focus, .demo-form select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(217,235,148,.1); }.demo-form select option { color: var(--ink); }.demo-form .button { width: 100%; margin-top: 4px; }.demo-form .button:disabled { opacity: .58; cursor: wait; transform: none; }.demo-hint { margin: 12px 0 0; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.6; }.demo-error { margin: 8px 0 0; color: #ffbd75; font-size: 10px; }
.demo-steps { margin-top: auto; padding-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; border-top: 1px solid rgba(255,255,255,.16); }.demo-steps span { color: rgba(255,255,255,.36); font-size: 9px; line-height: 1.35; }.demo-steps b { display: block; margin-bottom: 5px; color: rgba(255,255,255,.45); font: 700 10px "Manrope", sans-serif; }.demo-steps span.is-active, .demo-steps span.is-done { color: var(--lime); }.demo-steps span.is-active b, .demo-steps span.is-done b { color: var(--lime); }
.demo-result { min-height: 390px; padding: 25px 27px 21px; display: flex; flex-direction: column; border: 1px solid rgba(23,111,104,.25); border-radius: 8px; background: var(--white); box-shadow: 0 15px 32px rgba(16,36,44,.07); }.result-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }.result-label { margin-bottom: 8px; color: var(--green); font: 800 9px "Manrope", sans-serif; letter-spacing: .13em; }.result-label span { color: #9b7332; letter-spacing: 0; }.result-header h3 { margin: 0; font-size: 20px; line-height: 1.3; }.result-header h3 small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 400; }.result-check { padding: 5px 8px; white-space: nowrap; border-radius: 3px; color: var(--green); background: var(--mint); font-size: 9px; font-weight: 800; }.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 6px; }.result-grid div { padding: 14px 0; border-bottom: 1px solid rgba(16,36,44,.1); }.result-grid span, .result-sources > span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; }.result-grid strong { font-size: 12px; }.result-conclusion { margin-top: 18px; padding: 12px; display: flex; gap: 10px; border-radius: 5px; background: #f0f5ed; }.conclusion-mark { width: 20px; height: 20px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font: 800 12px "Manrope", sans-serif; }.result-conclusion strong { font-size: 11px; }.result-conclusion p { margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }.result-sources { margin-top: auto; padding-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; border-top: 1px solid var(--line); }.result-sources a { color: var(--green); font-size: 10px; font-weight: 700; }.result-actions { margin-top: 14px; display: flex; justify-content: space-between; gap: 20px; }.result-actions .demo-reset { color: var(--muted); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 48px; }
.product-card { min-height: 555px; padding: 27px 26px 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.product-card-featured { color: var(--white); background: var(--green-deep); border-color: var(--green-deep); transform: translateY(-10px); box-shadow: var(--shadow); }
.product-meta { display: flex; align-items: center; justify-content: space-between; }
.product-index { color: #8b9597; font: 700 10px "Manrope", sans-serif; letter-spacing: .12em; }
.product-card-featured .product-index { color: rgba(255,255,255,.46); }
.product-tag { padding: 4px 8px; border-radius: 3px; color: var(--green); background: rgba(23,111,104,.1); font-size: 9px; font-weight: 800; }
.product-tag-bright { color: var(--green-deep); background: var(--lime); }
.product-price { margin: 33px 0 17px; display: flex; align-items: baseline; gap: 4px; font-family: "Manrope", sans-serif; }
.product-price > span { color: var(--green); font-weight: 800; }
.product-price strong { font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.product-price small { color: var(--muted); font-size: 11px; }
.product-card-featured .product-price > span { color: var(--lime); }
.product-card-featured .product-price small { color: rgba(255,255,255,.5); }
.product-card h3 { margin-bottom: 9px; font-size: 20px; }
.product-card > p { min-height: 67px; margin-bottom: 19px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.product-card-featured > p { color: rgba(255,255,255,.6); }
.product-card ul { margin: 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); }
.product-card-featured ul { border-color: rgba(255,255,255,.16); }
.product-card li { margin: 9px 0; color: #516168; font-size: 12px; }
.product-card-featured li { color: rgba(255,255,255,.7); }
.product-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 800; }
.product-card-featured li::before { color: var(--lime); }
.delivery { margin-top: auto; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; }
.product-card-featured .delivery { border-color: rgba(255,255,255,.16); }
.delivery span { color: var(--muted); }
.product-card-featured .delivery span { color: rgba(255,255,255,.5); }
.product-button { width: 100%; min-height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-radius: 4px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 800; }
.product-card-featured .product-button { color: var(--green-deep); background: var(--lime); }
.catalog-note { margin: 22px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.scope-grid article { min-height: 220px; padding: 25px 22px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.scope-grid article > span { color: var(--yellow); font: 700 10px "Manrope", sans-serif; letter-spacing: .12em; }
.scope-grid h3 { margin: 50px 0 8px; font-size: 16px; }
.scope-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.75; }
.scope-notice { margin-top: 25px; display: flex; align-items: center; gap: 12px; }
.scope-notice > span { width: 27px; height: 27px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--lime); background: rgba(217,235,148,.1); font-weight: 800; }
.scope-notice p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }

.report { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.report-preview { min-height: 520px; position: relative; padding: 20px; border-radius: 8px; background: #e6e3da; box-shadow: var(--shadow); }
.report-toolbar { height: 34px; display: flex; justify-content: space-between; color: #7f898c; font: 700 8px "Manrope", sans-serif; letter-spacing: .12em; }
.report-cover { min-height: 400px; padding: 42px; position: relative; overflow: hidden; background: var(--white); }
.report-cover::after { content: "TW"; position: absolute; right: -20px; bottom: -61px; color: rgba(23,111,104,.05); font: 800 190px/1 "Manrope", sans-serif; }
.report-logo { color: var(--green-deep); font-size: 12px; font-weight: 800; }
.report-logo span { width: 25px; height: 25px; margin-right: 7px; display: inline-grid; place-items: center; border-radius: 4px; color: var(--white); background: var(--green-deep); font-family: "Manrope", sans-serif; }
.report-cover > p { margin: 73px 0 8px; color: var(--muted); font-size: 11px; }
.report-cover h3 { margin-bottom: 16px; font-size: 27px; }
.report-status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 3px; color: var(--green); background: rgba(23,111,104,.09); font-size: 10px; }
.report-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.report-cover dl { margin: 41px 0 0; position: relative; z-index: 1; }
.report-cover dl div { display: grid; grid-template-columns: 130px 1fr; padding: 8px 0; border-top: 1px solid var(--line); font-size: 9px; }
.report-cover dt { color: var(--muted); }.report-cover dd { margin: 0; font-weight: 700; }
.report-bars { padding: 14px 8px 0; }
.report-bars span { height: 3px; display: block; margin: 6px 0; background: var(--green); opacity: .36; }
.report-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.report-copy ul { margin: 0 0 31px; padding: 0; list-style: none; }
.report-copy li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.report-copy li:last-child { border-bottom: 1px solid var(--line); }
.report-copy li span { margin-right: 14px; color: var(--green); font: 700 9px "Manrope", sans-serif; }
.text-button { padding: 0; display: inline-flex; align-items: center; gap: 12px; color: var(--green); background: transparent; font-size: 12px; font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 49px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 245px; padding: 23px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > strong { color: #899396; font: 700 9px "Manrope", sans-serif; letter-spacing: .1em; }
.process-icon { width: 43px; height: 43px; margin-top: 48px; display: grid; place-items: center; border-radius: 7px; color: var(--green); background: var(--mint); font: 800 22px "Manrope", sans-serif; }
.process-grid h3 { margin: 18px 0 6px; font-size: 16px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 11px; }

.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 47px; }
.policy-grid article { min-height: 285px; padding: 27px 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.policy-number { color: var(--green); font: 700 10px "Manrope", sans-serif; }
.policy-grid h3 { margin: 48px 0 11px; font-size: 18px; }
.policy-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.policy-grid .text-button { margin-top: auto; align-self: flex-start; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro > p:last-child { max-width: 300px; margin-top: 22px; color: var(--muted); font-size: 12px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 19px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font: 700 20px/1 "Manrope", sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 670px; margin: -2px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.85; }

.closing { min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--white); background: var(--green-deep); }
.closing h2 { color: var(--white); }
.site-footer { padding: 56px max(24px, calc((100vw - 1200px) / 2)) 25px; background: var(--paper); }
.footer-main { padding-bottom: 42px; display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 50px; align-items: start; border-bottom: 1px solid var(--line); }
.footer-main > p { color: var(--muted); font-size: 11px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links a, .footer-links button { padding: 0; color: var(--ink-soft); background: transparent; font-size: 11px; }
.footer-links a:hover, .footer-links button:hover { color: var(--green); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; color: #879194; font-size: 9px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-bottom a:hover { color: var(--green); }

.modal-backdrop { position: fixed; inset: 0; z-index: 20; padding: 20px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(5, 23, 28, .76); transition: opacity .2s ease, visibility .2s ease; }
.modal-backdrop.is-open { visibility: visible; opacity: 1; }
.checkout-modal, .support-modal { width: min(100%, 630px); max-height: calc(100vh - 40px); overflow: auto; position: relative; padding: 35px 36px 30px; border-radius: 8px; background: var(--white); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.support-modal { width: min(100%, 560px); }
.modal-close { width: 32px; height: 32px; position: absolute; top: 15px; right: 15px; display: grid; place-items: center; border-radius: 50%; color: var(--muted); background: transparent; font-size: 24px; }
.modal-close:hover { background: var(--warm); }
.modal-heading { padding-right: 30px; }
.modal-heading h2 { margin-bottom: 7px; font-size: 29px; line-height: 1.2; letter-spacing: -.03em; }
.modal-heading > p:last-child { margin-bottom: 22px; color: var(--muted); font-size: 11px; }
.order-summary { margin-bottom: 17px; padding: 15px 16px; display: grid; grid-template-columns: 1fr auto; gap: 20px; color: var(--white); background: var(--green-deep); border-radius: 5px; }
.order-summary > div { display: flex; flex-direction: column; }
.order-summary span { color: rgba(255,255,255,.5); font-size: 9px; }
.order-summary strong { margin-top: 3px; font-size: 13px; }
.order-summary .order-amount { text-align: right; }
.order-summary .order-amount strong { color: var(--lime); font: 800 22px "Manrope", sans-serif; }
.checkout-modal label, .support-modal label { display: block; margin-bottom: 13px; color: #536269; font-size: 10px; font-weight: 700; }
.checkout-modal input:not([type="checkbox"]), .checkout-modal select, .support-modal input, .support-modal select, .support-modal textarea { width: 100%; margin-top: 6px; padding: 11px 12px; display: block; border: 1px solid var(--line); border-radius: 4px; outline: none; color: var(--ink); background: #faf9f5; font-size: 12px; font-weight: 400; }
.support-modal textarea { resize: vertical; }
.checkout-modal input:focus, .checkout-modal select:focus, .support-modal input:focus, .support-modal select:focus, .support-modal textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,111,104,.11); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.check-label { display: flex !important; align-items: flex-start; gap: 8px; font-weight: 400 !important; }
.check-label input { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--green); }
.check-label span { color: var(--muted); line-height: 1.5; }
.payment-method { margin: 1px 0 14px; padding: 11px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 4px; background: #faf9f5; }
.payment-symbol { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 5px; color: var(--white); background: var(--green); font: 800 15px "Manrope", sans-serif; }
.payment-method > div { display: flex; flex-direction: column; }
.payment-method strong { font-size: 11px; }.payment-method small { color: var(--muted); font-size: 9px; }
.payment-state { margin-left: auto; padding: 4px 7px; border-radius: 3px; color: #9a6a14; background: rgba(241,189,85,.18); font-size: 9px; font-weight: 800; }
.submit-order, .support-submit { width: 100%; }
.form-note { margin: 10px 0 0; color: #8c9597; font-size: 9px; text-align: center; }
.order-success, .support-success { padding: 29px 5px 5px; text-align: center; }
.success-mark { width: 54px; height: 54px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 25px; font-weight: 800; }
.order-success h3, .support-success h3 { margin-bottom: 13px; font-size: 24px; }
.success-order { max-width: 360px; margin: 0 auto 18px; padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; border: 1px solid var(--line); border-radius: 5px; text-align: left; }
.success-order span { color: var(--muted); font-size: 9px; }
.success-order strong { text-align: right; font-size: 12px; }
.order-success > p:last-of-type, .support-success p { max-width: 420px; margin: 0 auto 24px; color: var(--muted); font-size: 11px; }

@media (max-width: 920px) {
  .main-nav { gap: 18px; }
  .intro, .report { gap: 55px; }
  .experience-layout { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; min-height: 490px; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .faq { gap: 55px; }
}

@media (max-width: 680px) {
  .site-header { height: 68px; padding: 0 18px; position: relative; }
  .main-nav, .header-action { display: none; }
  .menu-button { display: block; }
  .main-nav.is-open { position: absolute; z-index: 10; top: 68px; left: 0; right: 0; padding: 7px 18px 16px; display: flex; align-items: stretch; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open a { padding: 10px 0; }
  .hero { height: calc(100svh - 92px); min-height: 640px; }
  .hero-inner { width: calc(100% - 36px); padding: 55px 0 26px; }
  .hero h1 { font-size: clamp(47px, 14vw, 62px); }
  .hero-lead { font-size: 13px; }
  .hero-actions .button { flex: 1; min-width: 150px; padding: 0 13px; }
  .hero-facts strong { font-size: 20px; }
  .section { padding: 76px 18px; }
  .intro, .report, .faq { grid-template-columns: 1fr; gap: 42px; }
  .experience-layout { grid-template-columns: 1fr; margin-top: 35px; }
  .demo-panel, .demo-result { min-height: 410px; }
  .result-header { flex-direction: column; gap: 11px; }
  .result-grid { gap: 0 15px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-grid, .policy-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .product-card, .product-card:last-child { min-height: 525px; grid-column: auto; }
  .product-card-featured { transform: none; }
  .scope-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid article { min-height: 190px; padding: 20px 16px; }
  .scope-grid h3 { margin-top: 38px; }
  .report-preview { min-height: 460px; padding: 13px; }
  .report-cover { min-height: 370px; padding: 28px 24px; }
  .report-cover > p { margin-top: 61px; }
  .report-cover dl div { grid-template-columns: 115px 1fr; }
  .process-grid article { min-height: 220px; padding: 18px 15px; }
  .process-icon { margin-top: 35px; }
  .faq-intro > p:last-child { max-width: none; }
  .closing { min-height: 350px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .checkout-modal, .support-modal { padding: 29px 18px 24px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .modal-heading h2 { font-size: 25px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 45px; }
  .hero-actions { flex-direction: column; }
  .scope-grid, .process-grid { grid-template-columns: 1fr; }
  .scope-grid article, .process-grid article { min-height: 180px; }
}
