@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.chat-fab[data-v-1e52434c]{z-index:1000;background:var(--accent);color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:0 4px 16px var(--shadow);transition:all .3s var(--ease);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.chat-fab[data-v-1e52434c]:hover{background:var(--accent-hover);transform:translateY(-2px)}.chat-fab svg[data-v-1e52434c]{width:26px;height:26px}.chat-panel[data-v-1e52434c]{z-index:1000;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:360px;max-width:calc(100vw - 2.5rem);height:480px;max-height:calc(100vh - 7rem);box-shadow:0 12px 40px var(--shadow);flex-direction:column;display:flex;position:fixed;bottom:5.5rem;right:1.25rem;overflow:hidden}.chat-head[data-v-1e52434c]{background:var(--accent);color:#fff;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.chat-head-title[data-v-1e52434c]{font-size:.95rem;font-weight:600}.chat-close[data-v-1e52434c]{font:inherit;color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .4rem;font-size:.95rem;transition:background .2s}.chat-close[data-v-1e52434c]:hover{background:var(--accent-hover)}.chat-messages[data-v-1e52434c]{background:var(--bg);flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.chat-msg[data-v-1e52434c]{flex-direction:column;max-width:85%;display:flex}.chat-msg--user[data-v-1e52434c]{align-self:flex-end;align-items:flex-end}.chat-msg--bot[data-v-1e52434c]{align-self:flex-start;align-items:flex-start}.chat-bubble[data-v-1e52434c]{border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;padding:.55rem .8rem;font-size:.9rem;line-height:1.5}.chat-msg--user .chat-bubble[data-v-1e52434c]{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-msg--bot .chat-bubble[data-v-1e52434c]{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-degraded[data-v-1e52434c]{color:var(--warning);margin-top:.25rem;font-size:.75rem}.chat-retry[data-v-1e52434c]{font:inherit;color:var(--error);cursor:pointer;text-align:right;background:0 0;border:none;margin-top:.25rem;padding:0;font-size:.78rem}.chat-retry[data-v-1e52434c]:hover{text-decoration:underline}.chat-typing[data-v-1e52434c]{align-items:center;gap:4px;display:flex}.chat-typing span[data-v-1e52434c]{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-blink-1e52434c}.chat-typing span[data-v-1e52434c]:nth-child(2){animation-delay:.2s}.chat-typing span[data-v-1e52434c]:nth-child(3){animation-delay:.4s}@keyframes chat-blink-1e52434c{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chat-input-row[data-v-1e52434c]{border-top:1px solid var(--border);background:var(--surface);gap:.5rem;padding:.75rem;display:flex}.chat-input[data-v-1e52434c]{min-width:0;font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);flex:1;padding:.55rem .75rem;font-size:.9rem;transition:border-color .2s}.chat-input[data-v-1e52434c]:focus{border-color:var(--accent);outline:none}.chat-send[data-v-1e52434c]{font:inherit;border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:none;padding:.55rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s}.chat-send[data-v-1e52434c]:hover:not(:disabled){background:var(--accent-hover)}.chat-send[data-v-1e52434c]:disabled{opacity:.5;cursor:default}.chat-panel-enter-active[data-v-1e52434c],.chat-panel-leave-active[data-v-1e52434c]{transition:opacity .25s var(--ease), transform .25s var(--ease)}.chat-panel-enter-from[data-v-1e52434c],.chat-panel-leave-to[data-v-1e52434c]{opacity:0;transform:translateY(12px)}@media (width<=480px){.chat-panel[data-v-1e52434c]{width:auto;max-width:none;height:70vh;bottom:5rem;left:.5rem;right:.5rem}}.page-enter-active,.page-leave-active{transition:opacity .2s}.page-enter-from,.page-leave-to{opacity:0}:root{--bg:#fafaf7;--surface:#fff;--surface-alt:#f0f4f3;--text:#1a1a2e;--text-secondary:#4a5568;--muted:#6b7280;--accent:#2ec4b6;--accent-hover:#25a89c;--cta:#ff6b6b;--cta-hover:#e85555;--border:#e5e7eb;--shadow:#0000000f;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font:"Inter", "SF Pro Text", "Segoe UI", system-ui, -apple-system, sans-serif;--font-display:"Inter", "SF Pro Display", "Segoe UI", system-ui, -apple-system, sans-serif;--max-w:1120px;--radius:16px;--radius-sm:12px;--ease:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;line-height:1.7}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fafaf7e6;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:sticky;top:0}.brand{letter-spacing:-.03em;color:var(--text);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:800;display:inline-flex}.brand-logo{border-radius:8px;width:30px;height:30px;display:block}.brand:hover{color:var(--accent);text-decoration:none}.nav-main a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.nav-main a:hover{color:var(--accent);text-decoration:none}.nav-user{color:var(--accent);font-size:.9rem;font-weight:600}.nav-logout{font:inherit;border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:.3rem .8rem;font-size:.85rem;transition:all .2s}.nav-logout:hover{border-color:var(--error);color:var(--error)}.lang-switch{border-left:1px solid var(--border);gap:.25rem;margin-left:.5rem;padding-left:1rem;display:flex}.lang-switch button{font:inherit;border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .6rem;font-size:.8rem;transition:all .2s}.lang-switch button:hover{color:var(--text);border-color:var(--accent)}.lang-switch button.is-active{color:#fff;background:var(--accent);border-color:var(--accent)}main{max-width:var(--max-w);margin:0 auto;padding:2rem 2rem 4rem}section{padding:5rem 0}section h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700}.section-subtitle{color:var(--text-secondary);margin:0 0 2.5rem;font-size:1.1rem}.hero{text-align:center;padding:6rem 0 5rem}.hero h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin:0 0 1.25rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;line-height:1.1}.hero p{color:var(--text-secondary);max-width:36rem;margin:0 auto 2.5rem;font-size:1.2rem}.btn-primary{background:var(--cta);border-radius:var(--radius-sm);cursor:pointer;transition:all .3s var(--ease);border:none;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:inline-block;box-shadow:0 2px 12px #ff6b6b4d;color:#fff!important;text-decoration:none!important}.btn-primary:hover{background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.btn-secondary{background:var(--accent);border-radius:var(--radius-sm);cursor:pointer;transition:all .3s var(--ease);border:none;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:inline-block;color:#fff!important;text-decoration:none!important}.btn-secondary:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn-outline{border:2px solid var(--accent);box-shadow:none;background:0 0;color:var(--accent)!important}.btn-outline:hover{background:var(--accent);color:#fff!important}.pain-points{text-align:center;background:var(--surface-alt);margin:0 -2rem;padding:5rem 2rem}.pain-points h2{margin-bottom:.5rem}.pain-cards{max-width:var(--max-w);gap:1.5rem;margin:0 auto;display:grid}@media (width>=640px){.pain-cards{grid-template-columns:repeat(3,1fr)}}.pain-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:all .3s var(--ease);padding:2rem}.pain-card:hover{box-shadow:0 8px 30px var(--shadow);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;color:var(--accent);background:linear-gradient(135deg,#2ec4b624,#5edda824);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1rem;display:inline-flex}.feature-icon svg{width:26px;height:26px}.pain-card h3{color:var(--text);margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.pain-card p{color:var(--text-secondary);margin:0;font-size:.95rem}.solution-section{text-align:center}.solution-section .solution-text{max-width:40rem;color:var(--text-secondary);margin:0 auto 2rem;font-size:1.05rem}.solution-highlight{background:linear-gradient(120deg, var(--accent), #5edda8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;display:inline-block}.motivation-content{flex-direction:column;gap:2.5rem;display:flex}.motivation-text{max-width:40rem}.motivation-lead{color:var(--text);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.motivation-text p{color:var(--text-secondary);margin:0 0 .75rem}.motivation-values{gap:1.25rem;display:grid}@media (width>=640px){.motivation-values{grid-template-columns:repeat(3,1fr)}}.value-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:all .3s var(--ease);padding:2rem}.value-item:hover{box-shadow:0 8px 30px var(--shadow);transform:translateY(-4px)}.value-item h3{color:var(--accent);margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.value-item p{color:var(--text-secondary);margin:0;font-size:.95rem}.showcase-list{flex-direction:column;gap:5rem;display:flex}.showcase-item{align-items:center;gap:3.5rem;display:flex}.showcase-item--reverse{flex-direction:row-reverse}.showcase-text{flex:1}.showcase-text h3{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);margin:0 0 .75rem;font-size:1.4rem;font-weight:700}.showcase-text p{color:var(--text-secondary);margin:0;font-size:1.05rem}.showcase-visual{flex:0 0 240px;justify-content:center;display:flex}.phone-frame{background:var(--surface);border:2px solid var(--border);width:220px;height:440px;box-shadow:0 4px 24px var(--shadow);transition:all .3s var(--ease);border-radius:32px;padding:14px}.phone-frame:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.phone-screen{background:var(--bg);border-radius:20px;width:100%;height:100%;overflow:hidden}.mock{background:linear-gradient(#fbfaf8,#f3f1ec);flex-direction:column;gap:10px;width:100%;height:100%;padding:14px 12px;font-size:11px;line-height:1.4;display:flex}.mock-statusbar{color:var(--text);opacity:.7;justify-content:space-between;align-items:center;font-size:10px;font-weight:600;display:flex}.mock-sig{background:linear-gradient(90deg, var(--text) 60%, var(--border) 60%);opacity:.35;border-radius:3px;width:26px;height:8px}.mock-title{letter-spacing:-.02em;color:var(--text);font-size:15px;font-weight:800}.mock-card{background:#fff;border-radius:14px;padding:11px 12px;box-shadow:0 2px 10px #0000000d}.mock-label{color:var(--muted);margin-bottom:2px;font-size:10px}.mock-num{color:var(--text);letter-spacing:-.02em;font-size:19px;font-weight:800}.mock-num small{color:var(--muted);margin-left:2px;font-size:10px;font-weight:600}.mock-activity{align-items:center;gap:12px;display:flex}.mock-ring{width:56px;height:56px;color:var(--accent);background:radial-gradient(circle, #fff 56%, transparent 57%), conic-gradient(var(--accent) 0% 32%, #5edda8 32% 46%, #ff6b6b 46% 58%, var(--surface-alt) 58% 100%);border-radius:50%;flex:0 0 56px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.mock-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mock-hr{background:linear-gradient(135deg,#fff,#fff1f1)}.mock-spo2{background:linear-gradient(135deg,#fff,#eef6ff)}.mock-hr .mock-num{color:var(--cta)}.mock-spo2 .mock-num{color:#3b82f6}.mock-chat{flex-direction:column;gap:8px;display:flex}.mock-bubble{border-radius:13px;max-width:88%;padding:8px 10px;font-size:10.5px}.mock-bubble--user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.mock-bubble--ai{color:var(--text-secondary);background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 2px 10px #0000000d}.mock-plan-sub{color:var(--text-secondary);margin-top:-2px;font-size:11px;font-weight:500}.mock-plan-head{align-items:center;gap:8px;margin-bottom:9px;display:flex}.mock-check{background:var(--accent);border-radius:6px;flex:0 0 18px;width:18px;height:18px;position:relative}.mock-check:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.mock-plan-name{color:var(--text);font-size:12px;font-weight:700}.mock-progress{background:var(--surface-alt);border-radius:4px;height:6px;margin-bottom:7px;overflow:hidden}.mock-progress span{background:linear-gradient(90deg, var(--accent), #5edda8);border-radius:4px;width:57%;height:100%;display:block}.mock-plan-meta{color:var(--muted);font-size:10px}@media (width<=639px){.showcase-item,.showcase-item--reverse{text-align:center;flex-direction:column}.showcase-visual{flex:none}.phone-frame{width:180px;height:360px}}.hardware-showcase{align-items:center;gap:3.5rem;margin-bottom:2.5rem;display:flex}.hardware-visual{flex:0 0 280px;justify-content:center;display:flex}.ring-visual{width:240px;height:240px;transition:all .4s var(--ease);background:radial-gradient(circle at 38% 32%,#ffffffe6,#0000 45%),conic-gradient(from 210deg,#e8e4dc,#f6f4ef 25%,#d9d3c8 50%,#fbfaf7 75%,#e8e4dc);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 18px 50px #0000001f,inset 0 2px 6px #ffffffb3}.ring-visual:after{content:"";background:var(--bg);border-radius:50%;width:120px;height:120px;box-shadow:inset 0 4px 14px #0000001f}.ring-visual:hover{transform:scale(1.03)rotate(8deg);box-shadow:0 24px 60px #00000029,inset 0 2px 6px #ffffffb3}.hardware-specs{flex-direction:column;flex:1;gap:1.25rem;display:flex}.spec-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all .3s var(--ease);padding:1.25rem 1.5rem}.spec-item:hover{box-shadow:0 4px 16px var(--shadow);transform:translateY(-2px)}.spec-item h3{color:var(--accent);margin:0 0 .3rem;font-size:1.05rem;font-weight:600}.spec-item p{color:var(--text-secondary);margin:0;font-size:.95rem}.hardware-cta{text-align:center}.hardware-note{color:var(--muted);margin:.75rem 0 0;font-size:.9rem}@media (width<=639px){.hardware-showcase{text-align:center;flex-direction:column}.hardware-visual{flex:none}.ring-visual{width:180px;height:180px}.ring-visual:after{width:90px;height:90px}}.community-preview{background:var(--surface-alt);text-align:center;margin:0 -2rem;padding:5rem 2rem}.community-preview h2{margin-bottom:2rem}.community-cards{max-width:var(--max-w);gap:1.25rem;margin:0 auto 2rem;display:grid}@media (width>=640px){.community-cards{grid-template-columns:repeat(3,1fr)}}.community-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;transition:all .3s var(--ease);padding:1.5rem}.community-card:hover{box-shadow:0 8px 30px var(--shadow);transform:translateY(-4px)}.community-card h3{color:var(--text);margin:0 0 .5rem;font-size:1rem}.community-card p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;display:-webkit-box;overflow:hidden}.download-section{text-align:center}.download-section h2{text-align:center;margin-bottom:2rem}.download-block{background:linear-gradient(135deg, var(--surface), var(--surface-alt));border-radius:var(--radius);border:1px solid var(--border);max-width:30rem;box-shadow:0 2px 12px var(--shadow);flex-direction:column;align-items:center;gap:.75rem;margin:0 auto;padding:3rem 2rem;display:flex}.download-hint{color:var(--text-secondary);margin:.5rem 0 0;font-size:1rem;font-weight:500}.download-note{color:var(--muted);margin:0;font-size:.85rem}.btn-primary.is-disabled,.btn-secondary.is-disabled{cursor:default;opacity:.85;pointer-events:none}.site-footer{max-width:var(--max-w);border-top:1px solid var(--border);text-align:center;color:var(--muted);margin:0 auto;padding:3rem 2rem;font-size:.875rem}.footer-links{margin-bottom:.75rem}.footer-links a{color:var(--text-secondary);font-weight:500}.footer-links a:hover{color:var(--accent)}.footer-sep{opacity:.4;margin:0 .75rem}.site-footer p{margin:0}.footer-company{margin-top:.25rem}.footer-icp{margin-top:.35rem}.footer-icp a{color:var(--muted);font-size:.8125rem}.footer-icp a:hover{color:var(--accent)}.page-privacy{padding-top:1rem}.legal-doc{max-width:45rem}.legal-doc__header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.page-privacy h1{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2}.legal-doc__meta{color:var(--muted);flex-wrap:wrap;gap:.5rem 1.25rem;margin:0 0 1rem;font-size:.875rem;display:flex}.legal-doc__meta span+span:before{content:"·";color:var(--border);margin-right:1.25rem}.page-privacy .locale-note{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:.5rem;margin:0 0 1rem;padding:.75rem 1rem;font-size:.9375rem}.legal-doc__intro{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.75}.legal-doc section{margin:0 0 1.75rem;padding:0}.legal-doc section:last-of-type{margin-bottom:0}.legal-doc h2{font-family:var(--font-display);color:var(--text);margin:0 0 .625rem;font-size:1.0625rem;font-weight:600;line-height:1.4}.legal-doc p{color:var(--text-secondary);margin:0 0 .75rem;font-size:.9375rem;line-height:1.75}.legal-doc p:last-child{margin-bottom:0}.legal-doc ul{color:var(--text-secondary);margin:.375rem 0 .75rem;padding-left:1.25rem;font-size:.9375rem}.legal-doc li{margin-bottom:.375rem;line-height:1.75}.legal-doc li:last-child{margin-bottom:0}.legal-doc strong{color:var(--text);font-weight:600}.legal-doc code{background:var(--surface);border:1px solid var(--border);border-radius:.25rem;padding:.125rem .375rem;font-size:.875em}.legal-doc a{color:var(--accent);word-break:break-all;font-weight:500}.legal-doc a:hover{text-decoration:underline}.legal-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 2px 12px var(--shadow);padding:1.25rem!important}.legal-summary ul{margin-bottom:0}.legal-kv{margin:.5rem 0 .75rem;list-style:none;padding-left:0!important}.legal-kv li{gap:.5rem;margin-bottom:.375rem;line-height:1.65;display:flex}.legal-kv__key{min-width:4.5rem;color:var(--text);flex:none;font-weight:600}.legal-callout{color:var(--text-secondary);background:var(--surface-alt);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:.75rem 0;padding:.875rem 1rem}.legal-callout p{margin:0;font-size:.875rem;line-height:1.65}.policy-note{color:var(--muted)!important;font-size:.875rem!important}.policy-table-wrap{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:.5rem;margin:.625rem 0 .75rem;overflow-x:auto}.policy-table-wrap table{border-collapse:collapse;width:100%;min-width:36rem;font-size:.875rem;line-height:1.5}.policy-table-wrap th,.policy-table-wrap td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);color:var(--text-secondary);padding:.625rem .75rem}.policy-table-wrap th{color:var(--text);background:var(--surface);white-space:nowrap;font-weight:600}.policy-table-wrap tr:last-child td{border-bottom:none}.legal-contact{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.125rem;margin-top:.375rem;padding:.875rem 1rem;display:inline-flex}.legal-contact__label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.75rem;font-weight:500}@media (width<=640px){.page-privacy h1{font-size:1.625rem}.legal-doc h2{font-size:1rem}.legal-doc p,.legal-doc li{font-size:.9375rem}.legal-kv li{flex-direction:column;gap:.125rem}.legal-kv__key{min-width:0}}.back-link{color:var(--accent);margin-top:2rem;font-weight:500;display:inline-block}.forum-page{padding-top:1rem}.forum-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.forum-header h1{font-family:var(--font-display);margin:0;font-size:2rem;font-weight:700}.forum-loading,.forum-empty{text-align:center;color:var(--muted);padding:3rem;font-size:1.1rem}.post-list{flex-direction:column;gap:.75rem;display:flex}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);transition:all .3s var(--ease);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;text-decoration:none!important}.post-card:hover{box-shadow:0 4px 16px var(--shadow);border-color:var(--accent);transform:translateY(-2px)}.post-card-vote{text-align:center;min-width:40px}.vote-score-inline{color:var(--accent);font-size:1.1rem;font-weight:700}.post-card-body{flex:1;min-width:0}.post-card-title{color:var(--text);margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.post-card-meta{color:var(--muted);font-size:.85rem}.post-card-author{font-weight:500}.post-card-sep{margin:0 .4rem}.post-card-category{background:var(--surface-alt);color:var(--accent);white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.forum-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.forum-pagination button{font:inherit;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.forum-pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.forum-pagination button:disabled{opacity:.4;cursor:default}.post-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem;padding:2rem}.post-detail-header{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.post-detail-header h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.post-detail-meta{color:var(--muted);font-size:.9rem}.post-detail-content{color:var(--text-secondary);white-space:pre-wrap;font-size:1.05rem;line-height:1.8}.vote-group{flex-direction:column;align-items:center;gap:.15rem;display:flex}.vote-btn{font:inherit;cursor:pointer;color:var(--muted);background:0 0;border:none;padding:.2rem;font-size:.9rem;transition:color .2s}.vote-btn:hover:not(:disabled){color:var(--accent)}.vote-btn.active{color:var(--cta)}.vote-btn:disabled{opacity:.3;cursor:default}.vote-score{color:var(--text);font-size:1rem;font-weight:700}.comments-section h2{margin:0 0 1.5rem;font-size:1.25rem}.comment-form{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.comment-form textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);resize:vertical;padding:1rem;font-size:.95rem;transition:border-color .2s}.comment-form textarea:focus{border-color:var(--accent);outline:none}.comment-form .btn-primary{align-self:flex-start}.comment-list{flex-direction:column;gap:1rem;display:flex}.comment-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem}.comment-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.comment-author{color:var(--text);font-size:.9rem}.comment-time{color:var(--muted);font-size:.8rem}.comment-body{color:var(--text-secondary);margin:0;font-size:.95rem}.login-hint{color:var(--muted);margin-bottom:1.5rem}.new-post-form{flex-direction:column;gap:1rem;max-width:640px;display:flex}.new-post-form input,.new-post-form select,.new-post-form textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.new-post-form input:focus,.new-post-form select:focus,.new-post-form textarea:focus{border-color:var(--accent);outline:none}.new-post-form textarea{resize:vertical}.new-post-form .btn-primary{align-self:flex-start}.form-error{color:var(--error);margin:0;font-size:.9rem}.auth-page{justify-content:center;padding-top:4rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:0 2px 12px var(--shadow);padding:2.5rem}.auth-card h1{text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.auth-card form{flex-direction:column;gap:1rem;display:flex}.auth-card input{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.auth-card input:focus{border-color:var(--accent);outline:none}.auth-card .btn-primary{text-align:center;width:100%}.auth-switch{text-align:center;color:var(--muted);margin-top:1.25rem;font-size:.9rem}:root{--care-ink:#17352e;--care-ink-soft:#35564c;--care-green:#246d58;--care-green-bright:#89ba72;--care-lime:#dcecc8;--care-cream:#f4f5ef;--care-warm:#eee7da;--care-paper:#fbfcf8;--care-white:#fff;--care-line:#17352e24;--care-muted:#6c7d76;--care-shadow:0 30px 80px #2044381f;--care-display:"Iowan Old Style", "Songti SC", "STSong", "Times New Roman", serif;--care-sans:"SF Pro Display", "SF Pro Text", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--care-cream);color:var(--care-ink);font-family:var(--care-sans);-webkit-font-smoothing:antialiased;margin:0}body.nav-open{overflow:hidden}body,button,input{font-family:var(--care-sans)}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.home-shell,.page-shell{width:min(1180px,100% - 48px);margin-inline:auto}.eyebrow{color:var(--care-green);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.73rem;font-weight:750;line-height:1.2}.page-lead{max-width:680px;color:var(--care-ink-soft);font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.75}.button{letter-spacing:.01em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:12px 22px;font-size:.9rem;font-weight:700;line-height:1.1;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,.nav-main a:focus-visible,.nav-toggle:focus-visible,.option-pills button:focus-visible,.size-grid button:focus-visible{outline-offset:3px;outline:3px solid #89ba72a6}.button:disabled,.button.is-disabled{opacity:.48;pointer-events:none}.button--dark{background:var(--care-ink);color:#fff;box-shadow:0 12px 26px #17352e2e}.button--dark:hover{background:#0f2923;box-shadow:0 16px 32px #17352e40}.button--ghost{border-color:var(--care-line);color:var(--care-ink);background:#ffffff80}.button--ghost:hover{background:#fff}.button--light{color:var(--care-ink);background:#fff}.button--line-light{color:#fff;border-color:#ffffff59}.button--wide{width:100%}.text-link{color:var(--care-ink);align-items:center;gap:10px;margin-top:30px;font-size:.94rem;font-weight:750;text-decoration:none;display:inline-flex}.text-link span{transition:transform .18s}.text-link:hover span{transform:translate(4px)}.text-button{color:var(--care-green);cursor:pointer;background:0 0;border:0;padding:8px;font-weight:700}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f4f5efe0;border-bottom:1px solid #17352e17;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;width:min(1260px,100% - 44px);height:76px;margin-inline:auto;display:flex}.brand{color:var(--care-ink);font-family:var(--care-display);letter-spacing:-.02em;align-items:center;gap:10px;font-size:1.42rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo{object-fit:cover;border-radius:10px;width:35px;height:35px}.nav-main{align-items:center;gap:28px;display:flex}.nav-main>a{color:var(--care-ink-soft);font-size:.87rem;font-weight:650;text-decoration:none;position:relative}.nav-main>a:not(.nav-download):after{background:var(--care-green);content:"";border-radius:2px;height:2px;transition:right .18s,left .18s;position:absolute;bottom:-10px;left:50%;right:50%}.nav-main>a.router-link-active:not(.nav-download):after,.nav-main>a:hover:after{left:0;right:0}.nav-main .nav-order-link{color:var(--care-green)}.nav-main .nav-download{background:var(--care-ink);color:#fff;border-radius:999px;padding:11px 18px}.nav-toggle{background:0 0;border:0;width:44px;height:44px;display:none}.nav-toggle span{background:var(--care-ink);width:21px;height:1.5px;margin:6px auto;transition:transform .18s;display:block}.home-hero{border-bottom:1px solid var(--care-line);background:radial-gradient(circle at 74% 45%,#dcecc8e0,#0000 34%),linear-gradient(140deg,#f7f8f2 0%,#edf1e7 56%,#e4ebdd 100%);min-height:760px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;min-height:760px;display:grid}.hero-copy{z-index:2;padding:80px 0;position:relative}.hero-copy h1{max-width:650px;font-family:var(--care-display);letter-spacing:-.065em;margin:0;font-size:clamp(4rem,6.6vw,6.8rem);font-weight:500;line-height:.98}.hero-lead{max-width:590px;color:var(--care-ink-soft);margin:30px 0 0;font-size:clamp(1.05rem,1.65vw,1.28rem);line-height:1.75}.live-dot{background:#5eaa67;border-radius:50%;width:7px;height:7px;margin-right:9px;display:inline-block;box-shadow:0 0 0 5px #5eaa671f}.hero-actions{align-items:stretch;gap:12px;margin-top:38px;display:flex}.hero-actions .button--dark{flex-direction:column;align-items:flex-start;gap:2px;min-width:175px;padding:10px 24px}.button-kicker{letter-spacing:0;font-size:.57rem;font-weight:500}.hero-actions .button strong{font-size:1.1rem}.hero-proof{color:var(--care-muted);flex-wrap:wrap;gap:20px;margin-top:30px;font-size:.78rem;display:flex}.hero-proof span:before{color:var(--care-green);content:"✓";margin-right:7px;font-weight:800}.hero-product{min-height:680px;position:relative}.hero-ring-halo{z-index:1;background:#ffffffa6;border-radius:50%;place-items:center;width:390px;height:390px;display:grid;position:absolute;top:68px;right:-76px;overflow:hidden;box-shadow:0 30px 90px #3e624d21}.hero-ring-halo img{mix-blend-mode:multiply;width:92%}.phone{box-shadow:var(--care-shadow);background:#f5f6f0;border:7px solid #17342d;border-radius:44px;position:relative;overflow:hidden}.phone--hero{z-index:2;width:310px;height:625px;position:absolute;top:120px;left:62px;transform:rotate(-2deg)}.phone-island{z-index:4;background:#102720;border-radius:999px;width:88px;height:25px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.phone-content{background:radial-gradient(circle at 80% 5%,#daecc6c7,#0000 28%),#f8f9f4;height:100%;padding:38px 20px 20px}.mock-topline{color:var(--care-ink);justify-content:space-between;font-size:.55rem;font-weight:800;display:flex}.mock-greeting{color:var(--care-muted);margin:30px 0 5px;font-size:.72rem}.phone-content h2{font-family:var(--care-display);letter-spacing:-.04em;margin:0;font-size:1.7rem;font-weight:550;line-height:1.12}.recovery-card{background:#ffffffd6;border:1px solid #17352e14;border-radius:24px;grid-template-columns:90px 1fr;align-items:center;gap:13px;margin-top:24px;padding:16px;display:grid}.recovery-ring{border:8px solid var(--care-lime);border-top-color:var(--care-green);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:77px;height:77px;display:flex}.recovery-ring strong{font-size:1.3rem}.recovery-ring small{color:var(--care-muted);font-size:.55rem}.recovery-card>div:last-child{flex-direction:column;gap:4px;display:flex}.metric-label{color:var(--care-muted);font-size:.58rem}.recovery-card>div:last-child strong{font-size:.75rem}.recovery-card>div:last-child small{color:var(--care-muted);font-size:.52rem;line-height:1.4}.insight-bubble{background:#dfead8;border-radius:20px;grid-template-columns:30px 1fr;gap:10px;margin-top:13px;padding:15px;display:grid}.insight-mark{background:var(--care-green);color:#fff;width:28px;height:28px;font-family:var(--care-display);border-radius:9px;place-items:center;font-weight:700;display:grid}.insight-bubble p{margin:0;font-size:.62rem;line-height:1.55}.mini-metrics{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.mini-metrics>div{background:#ffffffc7;border:1px solid #17352e14;border-radius:16px;padding:12px 8px}.mini-metrics small,.mini-metrics span{color:var(--care-muted);font-size:.48rem;display:block}.mini-metrics strong{margin:6px 0 2px;font-size:.88rem;display:block}.floating-note{z-index:4;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffffb3;border-radius:24px;width:210px;padding:20px 20px 22px;position:absolute;bottom:40px;right:10px;box-shadow:0 20px 60px #2a4d4129}.floating-note span,.floating-note strong{display:block}.floating-note span{color:var(--care-muted);font-size:.6rem}.floating-note strong{margin-top:7px;font-size:.86rem}.floating-note i{background:linear-gradient(90deg, var(--care-green) 72%, #dde4dc 72%);border-radius:5px;width:68%;height:5px;margin-top:18px;display:block}.hero-orb{filter:blur(2px);border-radius:50%;position:absolute}.hero-orb--one{background:#97bb8933;width:420px;height:420px;bottom:-180px;right:4%}.story-section{background:var(--care-paper);padding:135px 0 145px}.section-heading{max-width:720px}.section-heading--center{text-align:center;margin-inline:auto}.section-heading h2,.split-copy h2,.final-cta h2,.page-hero h1,.app-page-hero h1,.editorial-hero h1,.legal-header h1{font-family:var(--care-display);letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5.8vw,5.7rem);font-weight:520;line-height:1.02}.section-heading>p:last-child{max-width:660px;color:var(--care-ink-soft);margin:24px auto 0;font-size:1.08rem;line-height:1.8}.day-path{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:75px;display:grid;position:relative}.day-path:before{background:var(--care-line);content:"";height:1px;position:absolute;top:-28px;left:0;right:0}.day-card{border:1px solid var(--care-line);background:#f4f5ef;border-radius:28px;min-height:420px;padding:32px;position:relative}.day-card:before{border:4px solid var(--care-paper);background:var(--care-green);content:"";border-radius:50%;width:11px;height:11px;position:absolute;top:-34px;left:30px}.day-time{color:var(--care-muted);letter-spacing:.12em;font-size:.72rem;font-weight:750}.day-visual{background:#fff;border-radius:22px;min-height:155px;margin:28px 0;padding:22px}.day-card h3{font-family:var(--care-display);letter-spacing:-.03em;margin:0 0 12px;font-size:1.7rem;font-weight:600}.day-card>p{color:var(--care-muted);margin:0;font-size:.9rem;line-height:1.7}.sleep-bars{align-items:flex-end;gap:7px;height:75px;display:flex}.sleep-bars i{background:var(--care-lime);border-radius:8px 8px 3px 3px;width:12%}.sleep-bars i:first-child{height:35%}.sleep-bars i:nth-child(2){height:68%}.sleep-bars i:nth-child(3){height:52%}.sleep-bars i:nth-child(4){background:var(--care-green);height:88%}.sleep-bars i:nth-child(5){height:75%}.sleep-bars i:nth-child(6){background:#9dbf87;height:94%}.sleep-bars i:nth-child(7){height:63%}.day-visual--sleep strong{margin-top:13px;font-size:.78rem;display:block}.day-visual--chat{background:#e6eee0;flex-direction:column;gap:9px;display:flex}.day-visual--chat p{background:var(--care-ink);color:#fff;border-radius:14px 14px 4px;max-width:85%;margin:0;padding:10px 12px;font-size:.58rem;line-height:1.45}.day-visual--chat p:last-child{color:var(--care-ink);background:#fff;border-radius:14px 14px 14px 4px;align-self:flex-start}.day-visual--habit{align-items:center;gap:15px;display:flex}.habit-check{background:var(--care-green);color:#fff;border-radius:50%;flex:none;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.day-visual--habit strong,.day-visual--habit small{display:block}.day-visual--habit strong{font-size:.8rem}.day-visual--habit small{color:var(--care-muted);margin-top:5px;font-size:.58rem}.split-feature{padding:125px 0;overflow:hidden}.split-feature--app{background:#e8eee4}.split-feature--ring{background:#ede5d8}.split-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:110px;display:grid}.split-grid--reverse{grid-template-columns:.9fr 1.1fr}.split-copy>p:not(.eyebrow){max-width:540px;color:var(--care-ink-soft);margin:28px 0 0;font-size:1.06rem;line-height:1.8}.split-copy h2{font-size:clamp(3rem,5.2vw,5.4rem)}.split-visual{border-radius:46px;min-height:580px;position:relative}.app-canvas{background:radial-gradient(circle at 30% 20%,#ffffffb3,#0000 35%),#d6e2d0}.brief-card{z-index:2;background:#ffffffeb;border-radius:28px;width:69%;padding:32px;position:absolute;top:80px;left:55px;transform:rotate(-3deg);box-shadow:0 26px 70px #2c493d21}.brief-date{color:var(--care-muted);font-size:.7rem}.brief-card h3{max-width:330px;font-family:var(--care-display);letter-spacing:-.04em;margin:22px 0 12px;font-size:2.2rem;font-weight:560;line-height:1.08}.brief-card p{color:var(--care-ink-soft);margin:0;font-size:.82rem;line-height:1.65}.brief-score{align-items:baseline;gap:8px;margin-top:24px;display:flex}.brief-score strong{font-family:var(--care-display);font-size:3.2rem;font-weight:500}.brief-score span{color:var(--care-muted);font-size:.65rem}.trend-card{z-index:3;background:var(--care-ink);color:#fff;border-radius:24px;width:62%;padding:22px;position:absolute;bottom:55px;right:42px;transform:rotate(3deg)}.trend-card>span{font-size:.7rem}.trend-line{align-items:flex-end;gap:7px;height:70px;margin-top:15px;display:flex}.trend-line i{background:#dcecc873;border-radius:5px;width:13%}.trend-line i:first-child{height:38%}.trend-line i:nth-child(2){height:52%}.trend-line i:nth-child(3){height:45%}.trend-line i:nth-child(4){height:69%}.trend-line i:nth-child(5){height:75%}.trend-line i:nth-child(6){height:66%}.trend-line i:nth-child(7){background:var(--care-green-bright);height:91%}.ring-canvas{background:linear-gradient(135deg,#ffffff80,#0000 45%),#e1d8c9;place-items:center;display:grid;overflow:hidden}.ring-canvas:after{content:"";border:1px solid #17352e1a;border-radius:50%;width:74%;height:74%;position:absolute}.ring-canvas img{z-index:2;mix-blend-mode:multiply;width:82%;position:relative}.ring-word{color:#17352e14;font-family:var(--care-display);letter-spacing:-.08em;font-size:8rem;position:absolute;top:18px;left:26px}.material-tag{z-index:3;color:var(--care-ink-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff8c;border:1px solid #17352e1f;border-radius:999px;padding:10px 14px;font-size:.68rem;font-weight:700;position:absolute;bottom:24px;right:26px}.ring-facts{flex-wrap:wrap;gap:22px;margin-top:35px;display:flex}.ring-facts span{color:var(--care-muted);font-size:.68rem}.ring-facts strong{color:var(--care-ink);margin-bottom:4px;font-size:1rem;display:block}.trust-section{background:var(--care-paper);padding:135px 0}.trust-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px;display:grid}.trust-card{border-top:1px solid var(--care-ink);background:linear-gradient(#dcecc85c,#0000);min-height:300px;padding:32px}.trust-card>span{color:var(--care-muted);font-family:var(--care-display);font-size:.85rem}.trust-card h3{font-family:var(--care-display);letter-spacing:-.03em;margin:70px 0 14px;font-size:1.8rem;font-weight:600}.trust-card p{color:var(--care-muted);margin:0;font-size:.88rem;line-height:1.75}.final-cta{background:var(--care-paper);padding:28px}.final-cta-inner{background:radial-gradient(circle at 85% 30%, #89ba7233, transparent 30%), var(--care-ink);color:#fff;border-radius:38px;grid-template-columns:90px 1fr auto;align-items:center;gap:38px;min-height:300px;padding:56px;display:grid}.final-cta img{border-radius:23px;width:80px}.final-cta h2{font-size:clamp(2.5rem,4.3vw,4.6rem)}.final-cta p{color:#ffffffad;max-width:560px;margin:16px 0 0;line-height:1.7}.final-actions{flex-direction:column;gap:10px;display:flex}.page-hero{border-bottom:1px solid var(--care-line);background:radial-gradient(circle at 76% 18%, #dcecc8cc, transparent 30%), var(--care-cream);padding:130px 0 100px}.page-hero h1{max-width:920px}.page-hero .page-shell>p:last-child{max-width:760px;color:var(--care-ink-soft);margin:30px 0 0;font-size:1.08rem;line-height:1.8}.page-hero--compact{padding:100px 0 70px}.page-hero--compact h1{font-size:clamp(3.2rem,5.5vw,5.4rem)}.state-panel,.empty-state{min-height:280px;color:var(--care-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.loading-ring{border:2px solid var(--care-line);border-top-color:var(--care-green);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite care-spin;display:inline-block}@keyframes care-spin{to{transform:rotate(360deg)}}.shop-catalog{padding:90px 0}.product-list{gap:28px;display:grid}.catalog-product{border:1px solid var(--care-line);background:var(--care-paper);border-radius:36px;grid-template-columns:1.06fr .94fr;min-height:560px;display:grid;overflow:hidden}.catalog-image{background:radial-gradient(circle at 50% 45%,#fff 0,#ffffffad 33%,#0000 34%),#e8eadf;place-items:center;min-height:560px;display:grid;position:relative;overflow:hidden}.catalog-image img{mix-blend-mode:multiply;width:85%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.catalog-image:hover img{transform:scale(1.04)rotate(-2deg)}.product-badge{z-index:2;color:var(--care-green);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border-radius:999px;padding:8px 12px;font-size:.66rem;font-weight:750;position:absolute;top:24px;left:24px}.catalog-copy{flex-direction:column;justify-content:center;padding:58px;display:flex}.catalog-copy h2,.product-config h1{font-family:var(--care-display);letter-spacing:-.055em;margin:0;font-size:clamp(3rem,4.5vw,4.9rem);font-weight:550;line-height:1}.catalog-tagline,.product-tagline{color:var(--care-muted);margin:18px 0 0;font-size:1rem;line-height:1.6}.catalog-feature-list{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}.catalog-feature-list span{border:1px solid var(--care-line);color:var(--care-ink-soft);border-radius:999px;padding:8px 12px;font-size:.67rem}.catalog-bottom{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:55px;display:flex}.price-label{color:var(--care-muted);margin-bottom:6px;font-size:.68rem;display:block}.product-price{font-family:var(--care-display);font-size:1.8rem;font-weight:600}.product-price--large{margin-top:28px;font-size:2.2rem;display:block}.catalog-actions{gap:8px;display:flex}.commerce-assurance{border-top:1px solid var(--care-line);border-bottom:1px solid var(--care-line);grid-template-columns:repeat(3,1fr);margin-bottom:100px;display:grid}.commerce-assurance>div{border-right:1px solid var(--care-line);padding:36px}.commerce-assurance>div:last-child{border-right:0}.commerce-assurance span{color:var(--care-muted);font-family:var(--care-display);font-size:.78rem}.commerce-assurance strong{font-family:var(--care-display);margin-top:24px;font-size:1.25rem;display:block}.commerce-assurance p{color:var(--care-muted);margin:8px 0 0;font-size:.72rem;line-height:1.6}.product-buy{grid-template-columns:1.08fr .92fr;gap:75px;padding:80px 0 110px;display:grid}.product-gallery{align-self:start;position:sticky;top:105px}.product-main-image{background:#e8e9df;border-radius:32px;place-items:center;min-height:625px;display:grid;position:relative;overflow:hidden}.product-main-image img{mix-blend-mode:multiply;width:92%}.product-thumbs{grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px;display:grid}.product-thumbs button,.static-thumb{aspect-ratio:1;background:#e9eae2;border:1px solid #0000;border-radius:16px;place-items:center;display:grid;overflow:hidden}.product-thumbs button{cursor:pointer;padding:0}.product-thumbs button.active{border-color:var(--care-ink)}.product-thumbs img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.product-config{padding-top:35px}.tax-note{color:var(--care-muted);margin:7px 0 0;font-size:.69rem}.option-group{border:0;margin:38px 0 0;padding:0}.option-group legend{margin-bottom:14px;font-size:.78rem;font-weight:750}.option-pills{flex-wrap:wrap;gap:9px;display:flex}.option-pills button,.size-grid button{border:1px solid var(--care-line);min-height:44px;color:var(--care-ink);cursor:pointer;background:0 0;border-radius:12px;padding:10px 16px;font-size:.77rem}.option-pills button.selected,.size-grid button.selected{border-color:var(--care-ink);background:var(--care-ink);color:#fff}.color-dot{vertical-align:-1px;border:1px solid #00000029;border-radius:50%;width:12px;height:12px;margin-right:7px;display:inline-block}.color-dot--银色{background:#d8dbdc}.color-dot--黑色{background:#272927}.color-dot--金色{background:#b6a173}.sizing-switch{grid-template-columns:1fr 1fr;gap:10px;display:grid}.sizing-switch label{border:1px solid var(--care-line);cursor:pointer;border-radius:16px;grid-template-columns:18px 1fr;gap:10px;padding:16px;display:grid}.sizing-switch label.selected{border-color:var(--care-green);background:#dcecc873}.sizing-switch input{accent-color:var(--care-green)}.sizing-switch strong,.sizing-switch small{display:block}.sizing-switch strong{font-size:.76rem}.sizing-switch small{color:var(--care-muted);margin-top:5px;font-size:.62rem;line-height:1.45}.size-grid{grid-template-columns:repeat(6,1fr);gap:7px;margin-top:12px;display:grid}.product-config>.button--wide{margin-top:35px}.buy-reassurance{color:var(--care-muted);flex-wrap:wrap;gap:12px;margin-top:18px;font-size:.62rem;display:flex}.product-feature-section{background:var(--care-ink);color:#fff;padding:120px 0}.product-feature-section .eyebrow{color:#a9cd91}.feature-bento{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:65px;display:grid}.feature-bento article{background:#ffffff09;border:1px solid #ffffff21;border-radius:24px;min-height:280px;padding:28px}.feature-bento article.feature-bento--wide{background:#dcecc814;grid-column:span 2}.feature-bento span{color:#fff6;font-family:var(--care-display)}.feature-bento h3{font-family:var(--care-display);margin:65px 0 15px;font-size:1.6rem;font-weight:550}.feature-bento p{color:#ffffff9e;max-width:590px;margin:0;font-size:.78rem;line-height:1.75}.medical-note{color:#ffffff7a;text-align:center;max-width:800px;margin:45px auto 0;font-size:.68rem;line-height:1.7}.spec-section{grid-template-columns:.72fr 1.28fr;gap:80px;padding:120px 0;display:grid}.spec-section h2,.service-section h2,.support-contact h2,.company-section h2{font-family:var(--care-display);letter-spacing:-.05em;margin:0;font-size:clamp(2.6rem,4.5vw,4.5rem);font-weight:550}.spec-list{margin:0}.spec-list dt,.spec-list dd{border-top:1px solid var(--care-line);margin:0;padding:17px 0}.spec-list dt{float:left;clear:left;width:43%;color:var(--care-muted);font-size:.76rem}.spec-list dd{padding-left:46%;font-size:.8rem}.service-section{padding:70px 0 120px}.service-section ol{border-top:1px solid var(--care-ink);grid-template-columns:repeat(3,1fr);margin:55px 0 0;padding:0;list-style:none;display:grid}.service-section li{border-right:1px solid var(--care-line);min-height:180px;font-family:var(--care-display);padding:24px;font-size:1.25rem;line-height:1.4}.service-section li:last-child{border-right:0}.service-section li span{color:var(--care-muted);margin-bottom:45px;font-size:.7rem;display:block}.checkout-page{background:#eef0e8;min-height:80vh}.checkout-shell{grid-template-columns:1fr 410px;gap:48px;padding:75px 0 110px;display:grid}.checkout-heading{margin-bottom:40px}.checkout-heading h1{font-family:var(--care-display);letter-spacing:-.055em;margin:0;font-size:clamp(3.4rem,5.3vw,5.3rem);font-weight:550}.checkout-card{border:1px solid var(--care-line);background:var(--care-paper);border-radius:24px;margin-bottom:18px;padding:30px}.checkout-card.muted{opacity:.58}.checkout-card-title{grid-template-columns:34px 1fr;gap:15px;display:grid}.checkout-card-title>span{background:var(--care-ink);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.7rem;font-weight:700;display:grid}.checkout-card-title h2{font-family:var(--care-display);margin:2px 0 0;font-size:1.65rem;font-weight:600}.checkout-card-title p{max-width:600px;color:var(--care-muted);margin:8px 0 0;font-size:.73rem;line-height:1.6}.auth-fields,.form-grid{margin-top:26px}.auth-fields{max-width:500px}.field{flex-direction:column;gap:8px;display:flex}.field>span{color:var(--care-ink-soft);font-size:.67rem;font-weight:700}.field input{border:1px solid var(--care-line);width:100%;height:50px;color:var(--care-ink);background:#fff;border-radius:12px;outline:0;padding:0 14px;font-size:.9rem}.field input:focus{border-color:var(--care-green);box-shadow:0 0 0 3px #246d581a}.code-row{grid-template-columns:1fr auto;align-items:end;gap:8px;margin:14px 0;display:grid}.code-row .button{min-width:130px}.signed-in-state{background:#dcecc88c;border-radius:14px;align-items:center;gap:10px;margin-top:24px;padding:16px;display:flex}.signed-in-state>span{background:var(--care-green);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.68rem;display:grid}.signed-in-state strong{font-size:.78rem}.signed-in-state small{color:var(--care-muted);margin-left:auto;font-size:.65rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field--wide{grid-column:1/-1}.order-summary{background:var(--care-ink);color:#fff;box-shadow:var(--care-shadow);border-radius:26px;align-self:start;padding:30px;position:sticky;top:110px}.order-summary h2{font-family:var(--care-display);margin:0 0 24px;font-size:1.8rem;font-weight:600}.summary-product{grid-template-columns:90px 1fr;align-items:center;gap:16px;display:grid}.summary-product img{object-fit:cover;mix-blend-mode:screen;border-radius:18px;width:90px;height:90px}.summary-product strong,.summary-product span{display:block}.summary-product strong{font-family:var(--care-display);font-size:1.25rem}.summary-product span{color:#ffffff80;margin-top:5px;font-size:.65rem;line-height:1.45}.order-summary dl{margin:28px 0}.order-summary dl>div{border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;padding:11px 0;display:flex}.order-summary dt,.order-summary dd{margin:0;font-size:.7rem}.order-summary dt{color:#ffffff80}.summary-total{align-items:baseline;margin-top:10px;padding-top:20px!important}.summary-total dd{font-family:var(--care-display);font-size:1.6rem}.checkout-agreement{color:#ffffff70;text-align:center;margin:14px 0;font-size:.6rem;line-height:1.55}.payment-mark{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:8px;padding-top:16px;display:flex}.payment-mark strong{color:#5b9dff;font-size:.7rem}.payment-mark span{color:#ffffff61;letter-spacing:.12em;font-size:.55rem}.form-message{border-radius:12px;padding:13px 15px;font-size:.75rem}.form-message--success{color:#2f6949;background:#73a96624}.form-message--error{color:#9b3e34;background:#b84c3f1a}.orders-content{padding:65px 0 110px}.return-notice{background:#dcecc8a6;border-radius:14px;align-items:center;gap:12px;margin:0 0 25px;padding:16px 18px;font-size:.75rem;display:flex}.return-notice .loading-ring{width:18px;height:18px}.empty-state img{border-radius:20px;width:72px}.empty-state p{max-width:500px;line-height:1.65}.orders-list{gap:16px;display:grid}.order-card{border:1px solid var(--care-line);background:var(--care-paper);border-radius:24px;overflow:hidden}.order-card-head,.order-card-body,.order-card-foot{padding:22px 26px}.order-card-head{border-bottom:1px solid var(--care-line);justify-content:space-between;align-items:center;display:flex}.order-card-head>div{color:var(--care-muted);gap:12px;font-size:.67rem;display:flex}.order-card-head small{font-size:inherit}.order-status{background:#e7e9e2;border-radius:999px;padding:7px 10px;font-size:.65rem;font-weight:750}.order-status--paid{color:#2e6a4c;background:#89ba7240}.order-status--paying{color:#806326;background:#e2be6838}.order-card-body{grid-template-columns:58px 1fr auto;align-items:center;gap:16px;display:grid}.order-product-mark{background:var(--care-lime);width:58px;height:58px;color:var(--care-green);font-family:var(--care-display);border-radius:17px;place-items:center;font-size:1.6rem;font-weight:700;display:grid}.order-product-copy strong,.order-product-copy span{display:block}.order-product-copy strong{font-family:var(--care-display);font-size:1.15rem}.order-product-copy span{color:var(--care-muted);margin-top:4px;font-size:.66rem}.order-amount{font-family:var(--care-display);font-size:1.25rem}.order-card-foot{border-top:1px solid var(--care-line);align-items:center;gap:20px;display:flex}.order-card-foot p{margin:0;font-size:.7rem}.order-card-foot p span{color:var(--care-muted);margin-right:8px}.order-card-foot .button,.order-card-foot .text-button{margin-left:auto}.app-page-hero{background:radial-gradient(circle at 78% 30%,#89ba7247,#0000 27%),#e7ece1;align-items:center;min-height:760px;display:flex;overflow:hidden}.app-hero-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;padding:90px 0;display:grid}.app-page-hero h1{max-width:690px}.requirements{color:var(--care-muted);margin-top:18px;font-size:.65rem;display:block}.app-hero-phones{min-height:640px;position:relative}.phone--app{width:295px;height:595px;position:absolute}.phone--back{top:15px;right:215px;transform:rotate(-7deg)}.phone--front{z-index:2;top:50px;right:5px;transform:rotate(5deg)}.chart-panel{background:#fff;border-radius:18px;margin-top:25px;padding:17px}.chart-bars{align-items:flex-end;gap:8px;height:130px;display:flex}.chart-bars i{background:var(--care-lime);border-radius:6px 6px 2px 2px;width:13%}.chart-bars i:first-child{height:42%}.chart-bars i:nth-child(2){height:56%}.chart-bars i:nth-child(3){height:49%}.chart-bars i:nth-child(4){height:65%}.chart-bars i:nth-child(5){height:73%}.chart-bars i:nth-child(6){height:71%}.chart-bars i:nth-child(7){background:var(--care-green);height:90%}.chart-panel>span{color:var(--care-muted);margin-top:10px;font-size:.55rem;display:block}.data-row{background:#fff;border-radius:13px;justify-content:space-between;margin-top:8px;padding:13px;font-size:.62rem;display:flex}.large-score{border:15px solid var(--care-lime);border-top-color:var(--care-green);border-right-color:#9abd83;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:155px;height:155px;margin:28px auto;display:flex}.large-score strong{font-family:var(--care-display);font-size:2.8rem;line-height:1}.large-score span{color:var(--care-muted);margin-top:6px;font-size:.55rem}.mock-action{background:var(--care-ink);color:#fff;border:0;border-radius:12px;width:100%;margin-top:18px;padding:12px;font-size:.65rem}.app-feature-rows{padding:110px 0}.app-feature-rows article{border-bottom:1px solid var(--care-line);grid-template-columns:.85fr 1.15fr;align-items:center;gap:100px;min-height:420px;padding:70px 0;display:grid}.app-feature-rows article:nth-child(2n) .app-feature-copy{order:2}.app-feature-copy>span{color:var(--care-muted);font-family:var(--care-display)}.app-feature-copy h2{font-family:var(--care-display);letter-spacing:-.05em;margin:45px 0 18px;font-size:clamp(2.7rem,4vw,4.2rem);font-weight:550}.app-feature-copy p{color:var(--care-muted);line-height:1.8}.app-feature-visual{background:#e5eadf;border-radius:32px;min-height:310px;padding:48px}.brief-visual{flex-direction:column;justify-content:center;display:flex}.brief-visual strong{font-family:var(--care-display);font-size:2.8rem;font-weight:550}.brief-visual p{max-width:500px;margin:18px 0;font-size:1rem;line-height:1.7}.brief-visual span{width:fit-content;color:var(--care-green);background:#fff;border-radius:999px;padding:9px 12px;font-size:.68rem;font-weight:700}.chat-visual{background:#dbe7d4;flex-direction:column;justify-content:center;gap:14px;display:flex}.chat-visual p{background:var(--care-ink);color:#fff;border-radius:20px 20px 5px;max-width:77%;margin:0;padding:15px 18px;font-size:.8rem;line-height:1.6}.chat-visual p:last-child{color:var(--care-ink);background:#fff;border-radius:20px 20px 20px 5px;align-self:flex-start}.metric-visual{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.metric-visual div{background:#fff;border-radius:20px;flex-direction:column;justify-content:center;padding:18px;display:flex}.metric-visual span,.metric-visual small{color:var(--care-muted);font-size:.6rem}.metric-visual strong{font-family:var(--care-display);margin:30px 0 6px;font-size:1.7rem}.plan-visual{align-items:center;gap:24px;display:flex}.plan-visual>span{background:var(--care-green);color:#fff;border-radius:50%;place-items:center;width:65px;height:65px;font-size:1.4rem;display:grid}.plan-visual strong,.plan-visual small{display:block}.plan-visual strong{font-family:var(--care-display);font-size:1.8rem}.plan-visual small{color:var(--care-muted);margin-top:8px}.plan-visual i{background:linear-gradient(90deg, var(--care-green) 57%, white 57%);border-radius:7px;width:250px;height:7px;margin-top:22px;display:block}.app-more{background:var(--care-ink);color:#fff;text-align:center;padding:110px 0}.app-more h2{max-width:770px;font-family:var(--care-display);letter-spacing:-.055em;margin:0 auto;font-size:clamp(3rem,5vw,5.1rem);font-weight:550}.app-more-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:60px 0 40px;display:grid}.app-more-grid div{text-align:left;border:1px solid #ffffff21;border-radius:22px;min-height:170px;padding:25px}.app-more-grid span{color:#ffffff5c;font-family:var(--care-display)}.app-more-grid strong{font-family:var(--care-display);margin-top:70px;font-size:1.3rem;display:block}.editorial-hero{padding:150px 0 120px}.editorial-hero h1{max-width:1000px}.belief-section{background:var(--care-ink);color:#fff;padding:110px 0}.belief-section .eyebrow{color:var(--care-green-bright)}.belief-section ol{border-top:1px solid #fff3;margin:50px 0 0;padding:0;list-style:none}.belief-section li{border-bottom:1px solid #fff3;grid-template-columns:100px 1fr;align-items:center;gap:25px;padding:38px 0;display:grid}.belief-section span{color:#ffffff59;font-family:var(--care-display)}.belief-section h2{font-family:var(--care-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.3rem,4vw,4.1rem);font-weight:500}.company-section{grid-template-columns:.8fr 1.2fr;gap:110px;padding:120px 0;display:grid}.company-section>p{color:var(--care-ink-soft);margin:0;font-size:1.1rem;line-height:1.9}.policy-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:80px 0 120px;display:grid}.policy-grid article{border:1px solid var(--care-line);background:var(--care-paper);border-radius:24px;min-height:280px;padding:35px}.policy-grid article>span{color:var(--care-muted);font-family:var(--care-display)}.policy-grid h2{font-family:var(--care-display);margin:65px 0 16px;font-size:1.8rem;font-weight:600}.policy-grid p{color:var(--care-muted);margin:0;line-height:1.75}.page-hero--support{background:radial-gradient(circle at 75% 25%,#89ba7240,#0000 28%),#e9eee4}.faq-list{padding:80px 0}.faq-list article{border-bottom:1px solid var(--care-line)}.faq-list article:first-child{border-top:1px solid var(--care-line)}.faq-list button{width:100%;color:var(--care-ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:70px 1fr 30px;align-items:center;gap:20px;padding:28px 0;display:grid}.faq-list button span,.faq-list button i{color:var(--care-muted);font-family:var(--care-display);font-style:normal}.faq-list button strong{font-family:var(--care-display);font-size:1.45rem;font-weight:600}.faq-list article>p{max-width:850px;color:var(--care-muted);margin:-10px 0 30px 90px;line-height:1.8}.support-contact{background:#e2e9dc;border-radius:28px;justify-content:space-between;align-items:center;gap:40px;margin-bottom:110px;padding:50px;display:flex}.support-contact p{max-width:600px;color:var(--care-muted);margin:14px 0 0;line-height:1.7}.legal-header{border-bottom:1px solid var(--care-line);padding:120px 0 55px}.legal-header h1{font-size:clamp(3.2rem,5.4vw,5.3rem)}.legal-header>p:last-child{color:var(--care-muted)}.legal-content{max-width:820px;padding:70px 0 120px}.legal-intro{font-family:var(--care-display);margin:0 0 55px;font-size:1.45rem;line-height:1.65}.legal-content section{border-top:1px solid var(--care-line);padding:25px 0}.legal-content h2{font-family:var(--care-display);margin:0 0 12px;font-size:1.35rem;font-weight:650}.legal-content section p{color:var(--care-ink-soft);margin:0;font-size:.91rem;line-height:1.85}.site-footer{color:#fff;background:#102a23;padding:75px max(24px,50vw - 590px) 28px}.footer-inner{grid-template-columns:1.7fr repeat(3,.65fr);gap:60px;display:grid}.brand--footer{color:#fff}.footer-brand>p{color:#ffffff94;max-width:370px;margin:24px 0 0;font-size:.83rem;line-height:1.7}.footer-brand .health-disclaimer{color:#ffffff59;font-size:.64rem}.footer-column{flex-direction:column;gap:13px;display:flex}.footer-column h2{color:#ffffff6b;letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:.63rem}.footer-column a{color:#ffffffc7;width:fit-content;font-size:.76rem;text-decoration:none}.footer-column a:hover{color:#fff}.footer-bottom{color:#ffffff59;border-top:1px solid #ffffff21;justify-content:space-between;gap:20px;margin-top:70px;padding-top:24px;font-size:.63rem;display:flex}@media (width<=1050px){.nav-main{gap:18px}.hero-grid,.app-hero-grid{grid-template-columns:1fr 1fr;gap:20px}.hero-product{transform-origin:50%;transform:scale(.88)}.split-grid{gap:55px}.catalog-copy{padding:40px}.checkout-shell{grid-template-columns:1fr 350px;gap:25px}.phone--back{right:150px}}@media (width<=850px){.home-shell,.page-shell{width:min(100% - 32px,720px)}.header-inner{width:calc(100% - 28px);height:66px}.nav-toggle{z-index:3;display:block;position:relative}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(3.7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.7px)rotate(-45deg)}.nav-main{z-index:2;opacity:0;pointer-events:none;background:#f4f5effa;flex-direction:column;justify-content:center;align-items:flex-start;gap:25px;padding:80px 32px;transition:opacity .18s,transform .18s;display:flex;position:fixed;inset:0;transform:translateY(-10px)}.nav-main.is-open{opacity:1;pointer-events:auto;transform:none}.nav-main>a{font-family:var(--care-display);font-size:2.2rem}.nav-main .nav-download{font-family:var(--care-sans);font-size:.9rem}.nav-main .lang-switch{position:absolute;top:22px;left:28px}.home-hero,.hero-grid{min-height:auto}.hero-grid,.app-hero-grid{grid-template-columns:1fr}.hero-copy{padding:90px 0 20px}.hero-copy h1{max-width:720px}.hero-product{width:650px;min-height:650px;margin:0 auto;transform:none}.story-section,.split-feature,.trust-section{padding:95px 0}.day-path,.trust-grid{grid-template-columns:1fr}.day-path:before,.day-card:before{display:none}.day-card{min-height:auto}.split-grid,.split-grid--reverse{grid-template-columns:1fr}.split-grid--reverse .split-copy{order:2}.final-cta-inner{grid-template-columns:70px 1fr}.final-actions{flex-direction:row;grid-column:1/-1}.catalog-product,.product-buy,.checkout-shell,.app-feature-rows article,.company-section{grid-template-columns:1fr}.catalog-image{min-height:500px}.product-gallery,.order-summary{position:static}.product-config{padding-top:0}.feature-bento{grid-template-columns:repeat(2,1fr)}.feature-bento article.feature-bento--wide{grid-column:span 1}.spec-section,.service-section ol,.commerce-assurance{grid-template-columns:1fr}.service-section li,.commerce-assurance>div{border-right:0;border-bottom:1px solid var(--care-line)}.commerce-assurance>div:last-child{border-bottom:0}.checkout-shell{max-width:700px}.order-summary{order:-1}.app-page-hero{min-height:auto}.app-hero-phones{min-height:620px}.app-feature-rows article{gap:35px}.app-feature-rows article:nth-child(2n) .app-feature-copy{order:0}.footer-inner{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=600px){.home-shell,.page-shell{width:calc(100% - 28px)}.eyebrow{font-size:.66rem}.hero-copy h1,.section-heading h2,.split-copy h2,.page-hero h1,.app-page-hero h1,.editorial-hero h1{font-size:clamp(3rem,14vw,4.3rem)}.hero-copy{padding-top:70px}.hero-actions,.catalog-actions,.final-actions{flex-direction:column}.hero-actions .button,.catalog-actions .button,.final-actions .button{width:100%}.hero-product{transform-origin:top;width:100%;min-height:585px;transform:scale(.85)}.phone--hero{left:0}.hero-ring-halo{right:-140px}.floating-note{right:-10px}.day-card{padding:24px}.split-visual{border-radius:28px;min-height:460px}.brief-card{width:80%;padding:24px;top:42px;left:24px}.brief-card h3{font-size:1.75rem}.trend-card{width:72%;bottom:30px;right:20px}.ring-word{font-size:5.4rem}.final-cta{padding:12px}.final-cta-inner{border-radius:28px;grid-template-columns:1fr;padding:38px 25px}.final-cta img{width:60px}.page-hero{padding:90px 0 65px}.shop-catalog{padding:45px 0}.catalog-product{border-radius:25px}.catalog-image{min-height:340px}.catalog-copy{padding:28px 24px 32px}.catalog-bottom{flex-direction:column;align-items:stretch;margin-top:36px}.product-buy{gap:35px;padding:30px 0 70px}.product-main-image{min-height:390px}.product-thumbs{grid-template-columns:repeat(4,1fr)}.sizing-switch,.form-grid,.policy-grid{grid-template-columns:1fr}.size-grid{grid-template-columns:repeat(4,1fr)}.feature-bento{grid-template-columns:1fr}.feature-bento article{min-height:250px}.spec-section{gap:45px}.spec-list dt{width:40%}.spec-list dd{padding-left:44%}.checkout-shell{padding:42px 0 75px}.checkout-card,.order-summary{padding:22px}.code-row{grid-template-columns:1fr}.code-row .button{width:100%}.field--wide{grid-column:auto}.order-card-head>div{flex-direction:column;gap:4px}.order-card-body{grid-template-columns:50px 1fr}.order-amount{grid-column:2}.order-card-foot{flex-direction:column;align-items:flex-start}.order-card-foot .button,.order-card-foot .text-button{width:100%;margin-left:0}.app-hero-phones{transform-origin:top;width:560px;margin-left:-95px;transform:scale(.78)}.phone--back{right:215px}.app-feature-rows{padding:65px 0}.app-feature-rows article{min-height:auto;padding:45px 0}.app-feature-visual{min-height:260px;padding:28px}.metric-visual,.app-more-grid{grid-template-columns:1fr}.metric-visual strong{margin-top:12px}.plan-visual i{width:160px}.belief-section li{grid-template-columns:45px 1fr}.company-section{gap:45px}.faq-list button{grid-template-columns:38px 1fr 20px;gap:10px}.faq-list button strong{font-size:1.2rem}.faq-list article>p{margin-left:48px}.support-contact{flex-direction:column;align-items:stretch;padding:30px}.legal-content{width:calc(100% - 28px)}.footer-inner{grid-template-columns:1fr 1fr;gap:40px 22px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
