:root{--ink:#102b25;--muted:#58716a;--green:#087f5b;--green-dark:#075c45;--mint:#eaf8f2;--line:#cfe4dc;--cream:#f8fbf9;--danger:#b42318}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;line-height:1.6}button,a,input{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}.nav{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;height:76px;margin:auto;padding:0 24px;display:flex}.brand{white-space:nowrap;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand span{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-size:13px;display:grid}.nav nav{color:var(--muted);gap:30px;display:flex}.nav nav a:hover{color:var(--green)}.button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:10px 19px;font-weight:700;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.button svg{width:20px;height:20px}.primary{background:var(--green);color:#fff}.primary:hover{background:var(--green-dark)}.secondary,.ghost{border-color:var(--line);color:var(--ink);background:#fff}.secondary:hover,.ghost:hover{border-color:var(--green);color:var(--green)}.ghost{min-height:42px}.disabled,.dark-disabled{cursor:not-allowed;color:#63766f;background:#dce7e2}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;max-width:1200px;min-height:650px;margin:auto;padding:72px 24px 88px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-size:13px;font-weight:800}.hero h1{letter-spacing:-.045em;margin:18px 0 24px;font-size:clamp(42px,5.2vw,72px);line-height:1.08}.hero h1 em{color:var(--green);font-style:normal}.lead{color:var(--muted);max-width:640px;font-size:19px}.actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.note{color:var(--muted);margin-top:15px;font-size:13px}.phone{background:#efe9dc;border:10px solid #16332b;border-radius:42px;width:min(350px,90vw);height:620px;margin:auto;overflow:hidden;box-shadow:0 28px 70px #193b3029}.phone-top{background:#fff;align-items:center;gap:14px;height:72px;padding:12px 16px;display:flex}.phone-top>span{font-size:32px}.phone-top div{flex-direction:column;flex:1;display:flex}.phone-top small{color:var(--muted)}.chat{background-color:#f4efe6;background-image:radial-gradient(#c7d8d13b 1px,#0000 1px);background-size:17px 17px;flex-direction:column;gap:8px;height:490px;padding:22px 13px;display:flex}.bubble,.translation{background:#fff;border-radius:4px 14px 14px;max-width:84%;padding:10px 12px;box-shadow:0 1px 2px #0001}.bubble small{color:var(--green);font-weight:700;display:block}.bubble span{text-align:right;color:#7b8d87;font-size:11px;display:block}.bubble.right{background:#d8f5e8;border-radius:14px 4px 14px 14px;align-self:flex-end}.translation{color:#275f4d;border-left:3px solid var(--green);background:#eefbf6;font-size:14px}.composer{color:#81918c;background:#fff;border-radius:18px;justify-content:space-between;height:58px;margin:0 9px;padding:13px 16px;display:flex}.composer b{color:var(--green)}.trust{border-block:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:center;gap:clamp(28px,8vw,110px);padding:20px 24px;font-weight:700;display:flex}.section{max-width:1200px;margin:auto;padding:110px 24px}.section-heading{max-width:650px;margin-bottom:48px}.section h2,.download h2,.modal h2{letter-spacing:-.025em;margin:10px 0 18px;font-size:clamp(30px,4vw,48px);line-height:1.18}.section-heading>p:last-child,.split p,.download p{color:var(--muted)}.feature-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feature{border:1px solid var(--line);background:#fff;border-radius:18px;padding:28px}.feature-icon{background:var(--mint);width:48px;height:48px;color:var(--green);border-radius:14px;place-items:center;display:grid}.feature-icon svg{width:25px;height:25px}.feature h3{margin:22px 0 8px;font-size:19px}.feature p{color:var(--muted);margin:0}.split{border-top:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.split p{margin-top:0;font-size:18px}.download{background:var(--green-dark);color:#fff;border-radius:28px;justify-content:space-between;align-items:center;gap:40px;max-width:1152px;margin:0 auto 80px;padding:56px;display:flex}.download .eyebrow,.download p{color:#b9e9d8}.light{color:var(--green-dark);white-space:nowrap;background:#fff}.dark-disabled{color:#d8ece5;white-space:nowrap;background:#ffffff20;border:1px solid #ffffff40}footer{border-top:1px solid var(--line);max-width:1200px;color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin:auto;padding:28px 24px 48px;display:flex}.modal-backdrop{z-index:20;background:#09251eb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:22px;width:min(480px,100%);max-height:calc(100vh - 40px);padding:34px;position:relative;overflow:auto}.close{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:30px;position:absolute;top:14px;right:18px}.form-note{color:var(--muted);margin-bottom:24px}.modal label{gap:7px;margin:16px 0;font-weight:700;display:grid}.modal input{border:1px solid #afc8be;border-radius:10px;outline:none;width:100%;height:48px;padding:0 13px}.modal input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0d947f22}.form-error{color:var(--danger);background:#fff0ee;border-radius:8px;padding:10px 12px}.full{width:100%;margin-top:8px}.modal dl{margin:24px 0}.modal dl div{border-bottom:1px solid var(--line);padding:13px 0}.modal dt{color:var(--muted);font-size:13px}.modal dd{overflow-wrap:anywhere;margin:3px 0 0}.status{color:var(--green)}.modal-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:24px;display:flex}.danger-link{color:var(--danger);cursor:pointer;background:0 0;border:0;min-height:44px;font-weight:700}.danger{background:var(--danger);color:#fff}.danger-text{color:var(--danger)}:focus-visible{outline-offset:3px;outline:3px solid #0d948866}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media (max-width:900px){.hero{grid-template-columns:1fr;padding-top:45px}.feature-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:20px}.download{margin-inline:20px}.nav nav{display:none}}@media (max-width:600px){.nav{height:68px;padding:0 16px}.brand{font-size:14px}.brand span{width:34px;height:34px}.ghost{padding:8px 12px}.hero{gap:48px;padding:45px 18px 68px}.hero h1{font-size:42px}.lead{font-size:17px}.actions{display:grid}.button{width:100%}.phone{height:570px}.chat{height:440px}.trust{justify-content:flex-start}.section{padding:76px 18px}.feature-grid{grid-template-columns:1fr}.download{padding:36px 26px;display:block}.download .button,.dark-disabled{width:100%;margin-top:20px}footer{flex-direction:column;align-items:flex-start}.modal{padding:30px 22px}.modal-actions{flex-direction:column;align-items:stretch}.modal-actions>*{width:100%}}
:root{--ink:#0b2e25;--muted:#526f66;--green:#07966b;--green-dark:#064b3b;--mint:#e9f8f2;--line:#d6e8e1;--cream:#f7faf8}body{background:radial-gradient(circle at 86% 5%, #c9f3e3 0, transparent 28rem), linear-gradient(180deg, #fbfdfc 0, var(--cream) 42rem)}.nav{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfdfce8;border-bottom:1px solid #d6e8e180;max-width:none;padding-inline:max(24px,50vw - 600px);position:sticky;top:0}.brand{color:var(--ink);gap:9px}.brand img{object-fit:contain;width:44px;height:44px}.brand strong{letter-spacing:-.02em;font-size:18px}.brand i{border-left:1px solid var(--line);color:var(--muted);padding-left:9px;font-size:14px;font-style:normal;font-weight:700}.hero{gap:88px;min-height:720px;padding-top:72px}.hero-copy{position:relative}.hero-badge{color:var(--green-dark);background:#ffffffc7;border:1px solid #bee7d8;border-radius:999px;align-items:center;gap:9px;padding:8px 13px;font-size:13px;font-weight:750;display:inline-flex}.hero-badge span{background:#0bc487;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #0bc4871f}.hero h1{max-width:720px;margin:28px 0 24px;font-size:clamp(48px,5.4vw,76px);line-height:1.06}.hero h1 em{background:linear-gradient(100deg, var(--green) 0%, #03ba7d 90%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero .lead{max-width:650px;font-size:18px}.hero-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.hero-meta span{border:1px solid var(--line);color:var(--muted);background:#ffffffb8;border-radius:14px;padding:14px;font-size:12px}.hero-meta b{color:var(--ink);margin-bottom:2px;font-size:14px;display:block}.phone-showcase{justify-items:center;display:grid;position:relative}.phone-showcase:before{z-index:-1;content:"";background:#e8f8f2;border:1px solid #bfe8d9;border-radius:64px;position:absolute;inset:6% -5% 12%;box-shadow:0 38px 90px #0c4b3817}.phone-label{z-index:3;background:#fffffff2;border:1px solid #c8e8dc;border-radius:16px;width:248px;margin-bottom:-6px;padding:10px 15px;position:relative;box-shadow:0 12px 32px #154a3716}.phone-label span,.phone-label b{display:inline}.phone-label span{color:var(--green);font-size:12px;font-weight:800}.phone-label b{margin-left:8px;font-size:13px;line-height:1.4}.phone{background:#102f28;border:0;border-radius:48px;width:min(354px,88vw);height:650px;margin:0 auto;padding:8px;position:relative;overflow:visible;box-shadow:0 34px 74px #0c4b3829,inset 0 0 0 1px #ffffff1a}.phone:before{z-index:6;content:"";background:#102f28;border-radius:18px;width:92px;height:25px;position:absolute;top:15px;left:50%;transform:translate(-50%)}.phone-screen{background:#f6f2eb;border-radius:40px;height:100%;position:relative;overflow:hidden}.status-bar{color:#17352e;background:#fff;justify-content:space-between;height:35px;padding:8px 18px 0;font-size:10px;display:flex}.phone .phone-top{border-bottom:1px solid #edf1ef;gap:10px;height:62px;padding:8px 14px}.phone .phone-top>span{font-size:28px;line-height:1}.phone .phone-top b{font-size:14px}.phone .phone-top small{font-size:10px}.phone .phone-top i{font-size:13px;font-style:normal}.avatar{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;flex:none!important;display:grid!important}.phone-slides{width:200%;height:calc(100% - 97px);transition:transform .55s cubic-bezier(.22,.7,.24,1);display:flex}.phone-slides.slide-1{transform:translate(-50%)}.phone-slide{width:50%;min-width:50%;position:relative;overflow:hidden}.phone .chat{background-color:#f6f2eb;background-image:radial-gradient(#b7d1c729 1px,#0000 1px);background-size:18px 18px;gap:7px;height:calc(100% - 58px);padding:15px 12px 20px}.chat-day{color:#71847e;background:#fffc;border-radius:999px;align-self:center;margin-bottom:3px;padding:3px 9px;font-size:9px}.phone .bubble,.phone .translation{border-radius:5px 13px 13px;max-width:88%;padding:9px 10px;font-size:13px;line-height:1.45}.phone .bubble small{font-size:10px}.phone .bubble.right{background:#d9f5e9;border-radius:13px 5px 13px 13px}.phone .bubble.compact{max-width:72%}.phone .translation{color:#275f4d;background:#fbfffd;border:1px solid #d6ece3;border-left:0;border-radius:10px;grid-template-columns:22px 1fr 24px;align-items:center;gap:7px;padding:7px 8px;font-size:11px;display:grid;box-shadow:0 2px 9px #173f3008}.phone .translation.outgoing{align-self:flex-end}.phone .translation>b,.phone .translation>button{background:var(--green);color:#fff;border:0;border-radius:50%;place-items:center;width:22px;height:22px;padding:0;font-size:9px;font-weight:800;display:grid}.phone .translation>button{cursor:pointer}.phone .composer{border:1px solid #e2ebe7;border-radius:16px;align-items:center;height:45px;margin:0;padding:10px 12px;font-size:11px;position:absolute;bottom:10px;left:8px;right:8px;box-shadow:0 8px 18px #173f3010}.phone .composer b{background:var(--green);color:#fff;border-radius:9px;padding:4px 8px;font-size:9px}.phone .composer.active span{color:#28463e}.assist-chat{padding-top:15px!important}.assist-card{background:#fff;border:1px solid #d4e6df;border-radius:18px;padding:15px;position:absolute;bottom:66px;left:12px;right:12px;box-shadow:0 18px 40px #173f3024}.assist-title{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;font-weight:800;display:flex}.assist-title button{color:#7a8d86;background:0 0;border:0;width:28px;height:28px;font-size:20px}.assist-card label{color:#7a8d86;font-size:9px;font-weight:700;display:block}.assist-card p{border-bottom:1px solid #e4ece9;margin:3px 0 10px;padding-bottom:9px;font-size:11px;line-height:1.5}.assist-card .assist-result{color:var(--green-dark)}.assist-actions{grid-template-columns:1fr 1.4fr;gap:7px;margin-top:12px;display:grid}.assist-actions button{min-height:34px;color:var(--ink);background:#f5faf8;border:1px solid #cfe4dc;border-radius:9px;font-size:10px;font-weight:750}.assist-actions button:last-child{border-color:var(--green);background:var(--green);color:#fff}.home-indicator{z-index:5;background:#17352e;border-radius:99px;width:92px;height:3px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.phone-pagination{gap:7px;margin-top:22px;display:flex}.phone-pagination button{min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:11px;font-weight:700;display:flex}.phone-pagination button span{background:#b9cec6;border-radius:50%;width:7px;height:7px}.phone-pagination button[aria-selected=true]{color:var(--green-dark);background:#fff;border-color:#c7e4d9;box-shadow:0 8px 20px #173f300d}.phone-pagination button[aria-selected=true] span{background:var(--green)}.trust{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:space-between;gap:20px;max-width:1152px;margin:0 auto;padding:22px 28px;box-shadow:0 18px 45px #173f3010}.trust span{align-items:center;gap:10px;display:flex}.trust b{color:#0baa78;font-size:12px}.section-heading h2,.split h2{max-width:720px}.feature-grid{grid-template-columns:repeat(12,1fr)}.feature{grid-column:span 3;min-height:245px;transition:border-color .2s,transform .2s;box-shadow:0 15px 40px #173f300d}.feature:hover{border-color:#9fd9c4;transform:translateY(-3px)}.feature:first-child{color:#fff;background:linear-gradient(135deg,#073f33,#087b5b);grid-column:span 6}.feature:first-child p{color:#cce9df;max-width:470px}.feature:first-child .feature-icon{color:#fff;background:#ffffff18}.feature:last-child{grid-column:span 6}.split{background:#eef8f4;border:0;border-radius:28px;max-width:1152px;margin-bottom:100px;padding:68px}.download{background:linear-gradient(120deg,#063d31,#087c5b);position:relative;overflow:hidden}.download:after{content:"";border:70px solid #ffffff0c;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-130px;right:-80px}.download>*{z-index:1;position:relative}footer .brand img{width:38px;height:38px}.footer-links{gap:18px;font-size:14px;display:flex}.footer-links a:hover{color:var(--green)}@media (max-width:1000px){.hero{gap:48px}.hero-meta{grid-template-columns:1fr}.feature,.feature:first-child,.feature:last-child{grid-column:span 6}}@media (max-width:600px){.nav{padding-inline:16px}.brand strong{font-size:16px}.brand i{display:none}.brand img{width:38px;height:38px}.hero{min-height:auto;padding-top:44px}.hero h1{font-size:clamp(42px,13vw,56px)}.phone{transform:none}.phone-label{text-align:center;width:auto;margin-bottom:-4px}.phone-showcase:before{inset:7% -12px 10%}.trust{flex-direction:column;align-items:flex-start;margin-inline:18px}.feature,.feature:first-child,.feature:last-child{grid-column:1/-1}.split{margin:0 18px 76px;padding:36px 24px}}@media (prefers-reduced-motion:reduce){.phone-slides{transition:none}}
.code-row{grid-template-columns:1fr auto;gap:10px;display:grid}.code-row .button{white-space:nowrap}.form-success{background:var(--mint);color:var(--green-dark);border-radius:8px;padding:10px 12px}@media (max-width:420px){.code-row{grid-template-columns:1fr}}
.legal-page{min-height:100vh;color:var(--ink);background:#f7faf8}.legal-nav{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd9;justify-content:space-between;align-items:center;height:72px;padding:0 max(22px,50vw - 460px);display:flex}.legal-nav>a:last-child{color:var(--green);font-weight:700}.legal-brand{align-items:center;gap:10px;font-weight:800;display:flex}.legal-brand img{object-fit:contain;width:38px;height:38px}.legal-document{max-width:920px;margin:auto;padding:72px 28px 90px}.legal-document h1{letter-spacing:-.035em;margin:10px 0 18px;font-size:clamp(36px,6vw,58px);line-height:1.12}.legal-intro{max-width:700px;color:var(--muted);font-size:18px}.legal-meta{grid-template-columns:repeat(3,1fr);gap:12px;margin:36px 0 54px;display:grid}.legal-meta>div{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px}.legal-meta dt{color:var(--muted);font-size:12px}.legal-meta dd{overflow-wrap:anywhere;margin:4px 0 0;font-weight:700}.legal-meta a,.legal-sections a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.legal-sections{gap:42px;display:grid}.legal-sections section{border-bottom:1px solid var(--line);padding-bottom:36px}.legal-sections section:last-child{border-bottom:0}.legal-sections h2{margin:0 0 14px;font-size:23px}.legal-sections p,.legal-sections li{color:#405f56;line-height:1.85}.legal-sections ul,.legal-sections ol{padding-left:22px}.legal-table{border-collapse:collapse;width:100%;font-size:14px}.legal-table th,.legal-table td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}.legal-table th{background:var(--mint)}.legal-footer{border-top:1px solid var(--line);max-width:864px;color:var(--muted);gap:28px;margin:auto;padding:26px 0 52px;display:flex}@media (max-width:680px){.legal-nav{padding-inline:18px}.legal-document{padding:50px 18px 70px}.legal-meta{grid-template-columns:1fr;margin-bottom:42px}.legal-table{display:block;overflow-x:auto}.legal-footer{flex-wrap:wrap;margin-inline:18px}}
