:root { --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Inter, sans-serif; }

body { overflow-x: hidden; }
.notice-bar { background: #13271d; color: rgba(255,255,255,.78); font-size: 12px; }
.notice-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.notice-inner a { color: #c8efcf; font-weight: 600; }
.notice-inner a:hover { color: #fff; }
.navbar { background: rgba(255,255,255,.88); }
.nav-main { background: transparent; padding: 14px 0; }
.nav-logo img { height: 31px; }
.hero-cn { position: relative; padding: 190px 0 112px; overflow: hidden; background: radial-gradient(circle at 84% 20%, #e0f4e4 0, rgba(224,244,228,.54) 22%, transparent 52%), linear-gradient(132deg, #fbfdfb 0%, #f4faf5 100%); }
.hero-cn::before { content: ""; position: absolute; width: 610px; height: 610px; right: -260px; bottom: -370px; border: 90px solid rgba(20,144,65,.055); border-radius: 50%; }
.hero-split { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(390px, 1.06fr); align-items: center; gap: 70px; }
.hero-content { max-width: 645px; }
.hero-content h1 { margin: 18px 0 22px; font-size: clamp(44px, 4.3vw, 68px); line-height: 1.2; letter-spacing: -.055em; }
.hero-copy { max-width: 600px; font-size: 18px; line-height: 1.9; color: #536259; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.advisor-card { width: fit-content; display: flex; align-items: center; gap: 12px; padding: 11px 17px 11px 11px; margin-top: 28px; border: 1px solid rgba(20,144,65,.12); border-radius: 15px; background: rgba(255,255,255,.78); box-shadow: 0 14px 36px rgba(15,67,32,.06); }
.advisor-mark { display: grid; place-items: center; width: 39px; height: 39px; background: #149041; color: #fff; font-size: 13px; font-weight: 800; border-radius: 11px; }
.advisor-card strong, .advisor-card span { display: block; }
.advisor-card strong { color: #26352b; font-size: 13px; }
.advisor-card span { color: #718077; font-size: 12px; margin-top: 2px; }
.hero-visual { position: relative; padding: 18px 0 22px 25px; }
.hero-image-frame { position: relative; overflow: hidden; border: 8px solid #fff; border-radius: 26px; box-shadow: 0 32px 70px rgba(14,71,33,.18); transform: rotate(1.8deg); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; pointer-events: none; }
.hero-image-frame img { width: 100%; min-height: 420px; object-fit: cover; }
.floating-stat { position: absolute; display: grid; gap: 2px; padding: 13px 17px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 17px 36px rgba(13,57,27,.16); backdrop-filter: blur(10px); }
.floating-stat strong { color: #149041; font-size: 20px; }
.floating-stat span { color: #59685f; font-size: 12px; white-space: nowrap; }
.stat-one { left: -15px; bottom: 2px; }.stat-two { right: -15px; top: 0; }
.logo-section { padding: 36px 0 42px; border-bottom: 1px solid #edf2ed; }
.business-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.business-tags span { padding: 7px 16px; color: #6a766e; background: #f7f9f7; border: 1px solid #edf0ed; border-radius: 999px; font-size: 13px; }
.cn-steps { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cn-steps .step-card { display: block; min-height: 235px; padding: 28px 25px; border-radius: 20px; background: #fff; border: 1px solid #e8eeea; }
.cn-steps .step-number { width: auto; height: auto; background: transparent; color: #149041; font-size: 26px; font-weight: 800; margin-bottom: 38px; }
.cn-steps h5 { margin-bottom: 9px; font-size: 19px; }.cn-steps p { font-size: 14px; line-height: 1.8; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.solution-card { display: block; padding: 32px; border: 1px solid #e5ece6; border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(17,62,31,.1); }
.solution-card-featured { background: linear-gradient(145deg, #164e2b, #0e7a37); color: #fff; border-color: #164e2b; }.solution-card-featured h3 { color: #fff; }.solution-card-featured p, .solution-card-featured li { color: rgba(255,255,255,.78); }.solution-card-featured .product-icon { background: rgba(255,255,255,.15); color: #e3f9e7; }.solution-card-featured .solution-no { color: rgba(255,255,255,.35); }
.solution-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }.product-icon { display: grid; place-items: center; width: 44px; height: 44px; color: #149041; background: #eaf7ec; border-radius: 13px; font-size: 24px; font-weight: 700; }.solution-no { color: #9aa79e; font-weight: 700; font-size: 13px; }
.solution-card h3 { margin-bottom: 10px; font-size: 24px; }.solution-card p { min-height: 52px; font-size: 14px; line-height: 1.85; }.solution-card ul { display: grid; gap: 10px; margin-top: 24px; }.solution-card li { position: relative; padding-left: 18px; color: #5c6c61; font-size: 13px; }.solution-card li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 1px; top: .6em; border-radius: 50%; background: #56ae6e; }
.calculator-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 60px; border-radius: 28px; background: #eaf6eb; }.calculator-copy h2 { margin: 15px 0 18px; font-size: clamp(32px, 3.3vw, 48px); }.calculator-copy p { font-size: 16px; }.calculator-note { padding-top: 20px; color: #738178 !important; font-size: 12px !important; }
.calculator-widget { padding: 32px; border-radius: 20px; background: #fff; box-shadow: 0 18px 40px rgba(21,84,38,.12); }.range-group + .range-group { margin-top: 28px; }.range-heading { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; font-size: 14px; font-weight: 600; color: #39483e; }.range-heading output { color: #149041; font-weight: 800; } input[type="range"] { width: 100%; accent-color: #149041; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 24px; padding-top: 25px; border-top: 1px solid #e6eee7; }.result-grid div { padding: 14px; border-radius: 13px; background: #f4f9f4; }.result-grid span, .result-grid em { display: block; color: #64736a; font-size: 11px; font-style: normal; }.result-grid strong { display: inline-block; margin: 6px 5px 0 0; color: #149041; font-size: 27px; letter-spacing: -.04em; }.result-cta { width: 100%; }
.industry-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }.industry-image { overflow: hidden; border-radius: 24px; box-shadow: 0 22px 45px rgba(22,59,31,.12); }.industry-image img { height: 560px; width: 100%; object-fit: cover; }.industry-list { display: grid; gap: 0; }.industry-list article { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid #e9eeea; }.industry-list article:first-child { padding-top: 0; }.industry-list > article > span { display: block; min-width: 29px; padding-top: 2px; color: #149041; font-size: 12px; font-weight: 800; }.industry-list h4 { font-size: 19px; margin-bottom: 6px; }.industry-list p { font-size: 14px; line-height: 1.85; }
.trust-grid .card { min-height: 230px; }.icon-disc { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 26px; border-radius: 50%; color: #149041; background: #e7f6e9; font-size: 24px; }.trust-grid h4 { margin-bottom: 10px; font-size: 20px; }.trust-grid p { font-size: 14px; line-height: 1.9; }
.testimonial-section { background: #173923; }.quote-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }.quote-mark { display: block; height: 55px; color: #74ca86; font-family: Georgia, serif; font-size: 96px; line-height: 1; }.quote-layout h2 { max-width: 650px; color: #fff; font-size: clamp(31px, 3.5vw, 50px); line-height: 1.38; letter-spacing: -.035em; }.quote-copy { padding-bottom: 5px; }.quote-copy p { color: #c7d6ca; font-size: 16px; line-height: 2; }.text-link { display: inline-flex; gap: 10px; margin-top: 22px; color: #9ce2aa; font-weight: 700; }.text-link:hover { color: #fff; }
.contact-section { padding: 110px 0; background: linear-gradient(135deg, #f5faf5, #e6f3e8); }.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 60px; border: 1px solid rgba(20,144,65,.13); border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 22px 52px rgba(19,76,34,.09); }.contact-intro h2 { margin: 17px 0; font-size: clamp(31px, 3.2vw, 46px); line-height: 1.35; }.contact-intro > p { font-size: 16px; line-height: 1.95; }.company-name { display: inline-block; margin-top: 30px; padding: 9px 14px; border-radius: 8px; color: #466050; background: #eff7f0; font-size: 13px; }.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form label { display: grid; gap: 8px; color: #3a4b40; font-size: 13px; font-weight: 600; }.contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form button, .form-hint { grid-column: span 2; }.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; color: #26362c; background: #fff; border: 1px solid #dbe6dd; border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; }.contact-form input:focus, .contact-form textarea:focus { border-color: #149041; box-shadow: 0 0 0 3px rgba(20,144,65,.1); }.contact-form textarea { min-height: 90px; resize: vertical; }.contact-form .btn { margin-top: 4px; }.form-hint { color: #7d8b82; font-size: 12px; text-align: center; }
.footer-cn { padding: 50px 0 22px; background: #13271d; }.footer-main { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 38px; }.footer-logo { width: 128px; height: auto; filter: brightness(0) invert(1); }.footer-main p { margin: 12px 0 0; color: #a7b7ac; font-size: 13px; }.footer-nav { display: flex; align-items: center; align-self: center; flex-wrap: wrap; gap: 24px; }.footer-nav a { color: #c7d4cb; font-size: 13px; }.footer-nav a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }.footer-bottom p { color: #84958a; font-size: 12px; }

@media (max-width: 1024px) { .hero-split, .calculator-shell, .industry-layout, .quote-layout, .contact-card { gap: 40px; } .hero-split { grid-template-columns: 1fr 1fr; } .cn-steps { grid-template-columns: repeat(2, 1fr); }.calculator-shell { padding: 42px; }.contact-card { padding: 44px; } .nav-menu { gap: 0; }.nav-link { padding: 8px 10px; } }
@media (max-width: 768px) { .notice-inner { min-height: 30px; }.notice-inner span { font-size: 11px; }.hero-cn { padding: 143px 0 72px; }.hero-split, .calculator-shell, .industry-layout, .quote-layout, .contact-card { grid-template-columns: 1fr; }.hero-content h1 { font-size: 42px; }.hero-copy { font-size: 16px; }.hero-visual { max-width: 570px; padding-left: 13px; margin: 4px auto 0; }.hero-image-frame img { min-height: 300px; }.stat-two { right: -4px; }.stat-one { left: -4px; }.cn-steps, .solution-grid, .result-grid, .contact-form { grid-template-columns: 1fr; }.cn-steps .step-card { min-height: auto; }.cn-steps .step-number { margin-bottom: 18px; }.calculator-shell, .contact-card { padding: 28px 22px; border-radius: 22px; }.calculator-widget { padding: 24px 18px; }.industry-image img { height: 360px; }.quote-layout { gap: 18px; }.contact-form label, .contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form button, .form-hint { grid-column: span 1; }.footer-main, .footer-bottom { flex-direction: column; }.footer-nav { align-self: flex-start; gap: 14px 20px; }.login-link { display: none; } }
@media (max-width: 430px) { .notice-inner a { font-size: 11px; }.hero-content h1 { font-size: 36px; }.hero-actions { display: grid; }.hero-actions .btn { width: 100%; }.trust-badges { gap: 10px 15px; }.trust-badge { font-size: 12px; }.floating-stat { padding: 9px 11px; }.floating-stat strong { font-size: 16px; }.floating-stat span { font-size: 10px; }.solution-card { padding: 25px; }.contact-section { padding: 70px 0; } }

/* Multi-page content */
.subpage { background: #fff; }.page-main { padding-top: 98px; }.page-hero { padding: 84px 0 70px; background: radial-gradient(circle at 85% 10%, #daf1df, transparent 34%), #f6faf6; }.page-hero-split { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 68px; }.page-eyebrow { display: inline-flex; margin-bottom: 16px; color: #149041; font-size: 13px; font-weight: 800; letter-spacing: .04em; }.page-hero h1 { max-width: 650px; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.24; letter-spacing: -.05em; }.page-hero p { max-width: 590px; margin-top: 20px; font-size: 17px; line-height: 1.9; }.page-hero-image { overflow: hidden; border: 7px solid #fff; border-radius: 24px; box-shadow: 0 24px 55px rgba(17,70,33,.16); }.page-hero-image img { width: 100%; height: 355px; object-fit: cover; }.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }.product-detail-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: start; }.sticky-side { position: sticky; top: 125px; }.sticky-side h2 { margin: 16px 0; font-size: clamp(30px, 3.2vw, 45px); }.sticky-side p { font-size: 16px; line-height: 1.9; }.feature-stack { display: grid; gap: 16px; }.feature-row { display: grid; grid-template-columns: 54px 1fr; gap: 19px; padding: 24px; border-radius: 18px; border: 1px solid #e4ebe5; background: #fff; }.feature-row > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; background: #e9f7eb; color: #149041; font-size: 20px; font-weight: 800; }.feature-row h4 { margin-bottom: 6px; font-size: 19px; }.feature-row p { font-size: 14px; line-height: 1.8; }.data-band { padding: 56px 0; background: #163b23; }.data-band h2 { color: #fff; }.data-band p { color: #cad9cd; }.data-band-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 32px; }.data-band-grid div { padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; }.data-band-grid strong { display: block; margin-bottom: 7px; color: #91dc9f; font-size: 17px; }.data-band-grid span { color: #d0ddd3; font-size: 13px; line-height: 1.7; }.product-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 36px; }.product-nav a { padding: 8px 14px; color: #54705c; border: 1px solid #dce8de; border-radius: 999px; font-size: 13px; }.product-nav a:hover, .product-nav a.current { color: #fff; background: #149041; border-color: #149041; }
.industry-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.industry-card { padding: 34px; min-height: 260px; border: 1px solid #e5ece6; border-radius: 22px; background: #fff; }.industry-card .industry-index { color: #149041; font-size: 13px; font-weight: 800; }.industry-card h3 { margin: 24px 0 10px; font-size: 25px; }.industry-card p { font-size: 14px; line-height: 1.9; }.process-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.process-strip article { padding: 28px; background: #f6f9f6; border-radius: 18px; }.process-strip strong { display: block; margin-bottom: 14px; color: #149041; font-size: 13px; }.process-strip h4 { margin-bottom: 8px; font-size: 19px; }.process-strip p { font-size: 14px; line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }.pricing-card { display: flex; flex-direction: column; padding: 34px 28px; border: 1px solid #e2ebe3; border-radius: 22px; background: #fff; }.pricing-card.featured { border: 2px solid #149041; box-shadow: 0 20px 44px rgba(20,144,65,.12); }.pricing-card .plan-label { color: #149041; font-size: 13px; font-weight: 800; }.pricing-card h3 { margin: 14px 0 9px; font-size: 26px; }.pricing-card > p { min-height: 75px; font-size: 14px; }.pricing-card .price { margin: 22px 0; color: #153c24; font-size: 34px; font-weight: 800; letter-spacing: -.04em; }.pricing-card .price small { color: #718077; font-size: 13px; font-weight: 500; letter-spacing: 0; }.pricing-card ul { display: grid; gap: 12px; margin: 4px 0 30px; }.pricing-card li { position: relative; padding-left: 18px; color: #57685c; font-size: 13px; }.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: #149041; font-weight: 800; }.pricing-card .btn { margin-top: auto; }.pricing-footnote { margin: 28px auto 0; max-width: 850px; color: #77857c; text-align: center; font-size: 12px; line-height: 1.8; }
.story-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }.story-block + .story-block { margin-top: 90px; }.story-block.reverse > :first-child { order: 2; }.story-block-image { overflow: hidden; border-radius: 24px; }.story-block-image img { width: 100%; height: 365px; object-fit: cover; }.story-block h2 { margin: 14px 0 18px; font-size: clamp(31px, 3.3vw, 46px); line-height: 1.35; }.story-block p { font-size: 16px; line-height: 1.95; }.story-points { display: grid; gap: 11px; margin-top: 24px; }.story-points li { padding-left: 20px; position: relative; color: #526359; font-size: 14px; }.story-points li::before { content: "•"; position: absolute; left: 3px; color: #149041; font-weight: 800; }.demo-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }.demo-list { display: grid; gap: 16px; margin-top: 30px; }.demo-list article { display: grid; grid-template-columns: 40px 1fr; gap: 13px; }.demo-list span { display: grid; place-items: center; width: 34px; height: 34px; color: #149041; background: #e8f5ea; border-radius: 10px; font-size: 13px; font-weight: 800; }.demo-list h4 { margin-bottom: 4px; font-size: 17px; }.demo-list p { font-size: 13px; line-height: 1.75; }.demo-form { gap: 18px; padding: 34px; border: 1px solid #deeadf; border-radius: 22px; background: #fff; box-shadow: 0 20px 45px rgba(18,76,34,.1); }.demo-form .btn { justify-self: start; width: auto; height: 40px; padding: 0 20px; font-size: 14px; }.demo-form .form-hint { text-align: left; }
@media (max-width: 900px) { .page-hero-split, .product-detail-grid, .story-block, .demo-layout { grid-template-columns: 1fr; gap: 36px; }.page-hero-image { max-width: 640px; }.sticky-side { position: static; }.pricing-grid { grid-template-columns: 1fr; max-width: 550px; margin: auto; }.data-band-grid { grid-template-columns: 1fr; }.story-block.reverse > :first-child { order: 0; } }
@media (max-width: 600px) { .page-main { padding-top: 82px; }.page-hero { padding: 55px 0; }.page-hero h1 { font-size: 38px; }.page-hero p { font-size: 15px; }.page-hero-image img { height: 260px; }.feature-row { padding: 20px 16px; grid-template-columns: 45px 1fr; gap: 11px; }.industry-cards, .process-strip { grid-template-columns: 1fr; }.data-band { padding: 45px 0; }.story-block + .story-block { margin-top: 56px; }.story-block-image img { height: 270px; }.demo-form { padding: 25px 18px; } }
