:root{--bg: #f8faf8;--surface: #ffffff;--surface-2: #f0f4f1;--text-1: #1d2c1f;--text-2: #4d5f4f;--text-3: #8e9f8f;--accent: #3c7854;--accent-bg: #e8f2ec;--border: #dce8de;--nav-bg: #f8faf8;--mobile-menu-bg: #f8faf8}[data-theme=dark]{--bg: #111714;--surface: #1c2420;--surface-2: #222d28;--text-1: #e8f0ea;--text-2: #a8bcac;--text-3: #5e7563;--accent: #5aaa78;--accent-bg: #1a2e22;--border: #2a3d30;--nav-bg: #111714;--mobile-menu-bg: #111714}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text-1)}.nav{position:sticky;top:0;z-index:100;background:var(--nav-bg);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-1)}.logo img{width:34px;height:34px;border-radius:9px;display:block}.logo span{font-size:1rem;font-weight:800}.nav-links{display:flex;align-items:center;gap:2px;list-style:none}.nav-links a{font-size:.88rem;font-weight:700;padding:7px 14px;border-radius:8px;text-decoration:none;color:var(--text-2);transition:background .15s,color .15s}.nav-links a:hover,.nav-links a.active{background:var(--accent-bg);color:var(--accent)}.nav-cta{margin-left:6px;padding:8px 18px;background:var(--accent);color:#fff!important;border:none;border-radius:9px;font-family:Nunito,sans-serif;font-size:.88rem;font-weight:800;cursor:pointer;transition:background .15s;text-decoration:none;display:inline-block}.nav-cta:hover{background:#2f6443;color:#fff!important}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;border-radius:8px;cursor:pointer;color:var(--text-1);transition:background .15s;flex-shrink:0}.nav-hamburger:hover{background:var(--accent-bg)}.nav-hamburger span{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}.nav-hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.nav-hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;position:fixed;top:64px;left:0;right:0;z-index:99;background:var(--mobile-menu-bg);border-bottom:1px solid var(--border);padding:.75rem 1.5rem 1.25rem;box-shadow:0 6px 20px #0000001f}.nav-mobile.open{display:block}.nav-mobile ul{list-style:none;display:flex;flex-direction:column;gap:2px}.nav-mobile a{display:block;font-size:.95rem;font-weight:700;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--text-2);transition:background .15s,color .15s}.nav-mobile a:hover,.nav-mobile a.active{background:var(--accent-bg);color:var(--accent)}.nav-mobile .nav-cta{display:block;margin-left:0;margin-top:.5rem;text-align:center;padding:11px 18px}@media(max-width:640px){.nav-links{display:none}.nav-hamburger{display:flex}}@media(min-width:641px){.theme-toggle{display:none!important}}.nav-has-dropdown{position:relative}.nav-has-dropdown>a{display:flex;align-items:center;gap:4px}.nav-has-dropdown>a:after{content:"";display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.6;margin-top:1px;transition:transform .2s}.nav-has-dropdown:hover>a:after,.nav-has-dropdown:focus-within>a:after{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:210px;background:var(--nav-bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;padding:10px 6px 6px;list-style:none;display:none;z-index:200}.nav-has-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:10px;display:none}.nav-has-dropdown:hover:before,.nav-has-dropdown:focus-within:before{display:block}.nav-has-dropdown:hover .nav-dropdown,.nav-has-dropdown:focus-within .nav-dropdown{display:block}.nav-dropdown li a{display:block;font-size:.85rem;font-weight:700;padding:8px 12px;border-radius:7px;text-decoration:none;color:var(--text-2);white-space:nowrap;transition:background .15s,color .15s}.nav-dropdown li a:hover,.nav-dropdown li a.active{background:var(--accent-bg);color:var(--accent)}.nav-mobile-has-sub>.nav-mobile-subtoggle{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.95rem;font-weight:700;padding:10px 12px;border-radius:8px;background:none;border:none;color:var(--text-2);font-family:Nunito,sans-serif;cursor:pointer;transition:background .15s,color .15s}.nav-mobile-has-sub>.nav-mobile-subtoggle:hover,.nav-mobile-has-sub>.nav-mobile-subtoggle.active{background:var(--accent-bg);color:var(--accent)}.nav-mobile-subtoggle-chevron{display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;opacity:.6;transition:transform .2s;flex-shrink:0}.nav-mobile-has-sub.open>.nav-mobile-subtoggle .nav-mobile-subtoggle-chevron{transform:rotate(180deg)}.nav-mobile .nav-mobile-sub{display:none!important;list-style:none;padding:2px 0 2px 12px}.nav-mobile-has-sub.open .nav-mobile-sub{display:flex!important;flex-direction:column;gap:2px}.nav-mobile-sub a{font-size:.88rem!important;padding:8px 12px!important}.lang-switcher{position:relative;display:flex;align-items:center;margin-left:6px}.lang-btn{background:none;border:1.5px solid var(--border);border-radius:6px;color:var(--text-2);font-family:inherit;font-size:.78rem;font-weight:800;padding:.25rem .55rem;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s}.lang-btn:hover{border-color:var(--accent);color:var(--accent)}.lang-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 20px #0000001a;list-style:none;padding:.4rem;margin:0;min-width:140px;z-index:200}.lang-dropdown.open{display:block}.lang-dropdown li button{background:none;border:none;width:100%;text-align:left;padding:.5rem .75rem;border-radius:7px;font-family:inherit;font-size:.85rem;font-weight:700;color:var(--text-2);cursor:pointer;transition:background .12s,color .12s}.lang-dropdown li button:hover,.lang-dropdown li button.lang-active{background:var(--accent-bg);color:var(--accent)}.nav-theme-toggle-item{display:flex;align-items:center;margin-left:3px}.nav-theme-btn{background:none;border:1.5px solid var(--border);border-radius:6px;color:var(--text-2);font-size:1rem;line-height:1;padding:.22rem .45rem;cursor:pointer;transition:border-color .15s,background .15s;display:flex;align-items:center;justify-content:center}.nav-theme-btn:hover{border-color:var(--accent);background:var(--accent-bg)}.lang-switcher-mobile{display:flex;gap:.5rem;padding:.5rem 1.25rem;flex-wrap:wrap}.lang-mobile-btn{background:none;border:1.5px solid var(--border);border-radius:6px;font-family:inherit;font-size:.82rem;font-weight:700;color:var(--text-2);padding:.3rem .65rem;cursor:pointer;transition:border-color .15s,color .15s}.lang-mobile-btn:hover,.lang-mobile-btn.lang-active{border-color:var(--accent);color:var(--accent)}.theme-toggle{position:fixed;top:64px;right:1.25rem;z-index:99;width:38px;height:38px;border-radius:0 0 10px 10px;background:var(--surface);border:1.5px solid var(--border);border-top:none;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;opacity:0;pointer-events:none;transform:translateY(-100%);transition:opacity .25s,transform .25s,background .15s,border-color .15s}.theme-toggle.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.theme-toggle:hover{background:var(--accent-bg);border-color:var(--accent)}.page-header{background:var(--surface-2);border-bottom:1px solid var(--border);padding:3rem 2rem}.page-header-inner{max-width:1100px;margin:0 auto}.page-header h1{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;color:var(--text-1);letter-spacing:-.02em;margin-bottom:.4rem}.page-header p{font-size:.95rem;font-weight:600;color:var(--text-2)}.page-header p a{color:var(--accent);font-weight:700;text-decoration:none}.page-header p a:hover{text-decoration:underline}.footer-links{background:#2d5a3d;padding:0 2rem}.footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:2.25rem 0 1.75rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-brand{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:800;color:#fff;margin-bottom:.5rem}.footer-brand img{width:28px;height:28px;border-radius:7px;display:block}.footer-desc{font-size:.8rem;font-weight:600;color:#fff9;line-height:1.55}.footer-col h4{font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:.65rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.35rem}.footer-col a{font-size:.83rem;font-weight:600;color:#ffffffb3;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bar{background:#1a2416;padding:0 2rem}.footer-bottom{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1rem 0;font-size:.75rem;font-weight:700;color:#ffffff4d}.modal-overlay{display:none;position:fixed;inset:0;z-index:500;background:#0a140a7a;backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:1.5rem}.modal-overlay.open{display:flex}.modal-box{background:var(--surface);border-radius:20px;padding:2.5rem 2rem 2rem;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px #0000001f}.modal-icon{font-size:2.8rem;margin-bottom:.9rem;display:block}.modal-box h2{font-size:1.4rem;font-weight:900;color:var(--text-1);margin-bottom:.5rem}.modal-box p{font-size:.9rem;font-weight:600;color:var(--text-2);line-height:1.65;margin-bottom:1.5rem}.modal-close{padding:11px 32px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:800;cursor:pointer;transition:background .15s}.modal-close:hover{background:#2f6443}.hero{background:var(--bg);min-height:88vh;display:flex;align-items:center}.hero-inner{max-width:1100px;margin:0 auto;width:100%;padding:5rem 2rem 5.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.hero-inner{grid-template-columns:1fr;padding:4rem 2rem 5rem}.hero-phone{order:-1}}.hero-badge{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-bg);border-radius:20px;padding:5px 14px;margin-bottom:1.75rem}.hero h1{font-size:clamp(2.6rem,5.5vw,3.8rem);font-weight:900;line-height:1.08;color:var(--text-1);letter-spacing:-.03em;margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--accent)}.hero-desc{font-size:1.05rem;font-weight:600;color:var(--text-2);line-height:1.7;margin-bottom:2.25rem;max-width:460px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:15px 32px;background:var(--accent);color:#fff;border:none;border-radius:12px;font-family:Nunito,sans-serif;font-weight:800;font-size:1rem;cursor:pointer;transition:background .15s;text-decoration:none}.btn-primary:hover{background:#2f6443}.trust-line{margin-top:1.25rem;font-size:.78rem;font-weight:700;color:var(--text-3);display:flex;gap:0;flex-wrap:wrap}.trust-line span{padding:0 .65rem}.trust-line span:first-child{padding-left:0}.trust-line span:not(:last-child){border-right:1px solid var(--border)}.hero-phone{display:flex;justify-content:center;align-items:center}.phone{width:255px;height:530px;background:#111827;border-radius:38px;padding:10px;box-shadow:0 30px 80px #0000002e,0 6px 20px #00000014,inset 0 1px #ffffff0d;transform:rotate(3deg);transition:transform .3s}.phone:hover{transform:rotate(1deg) translateY(-5px)}.phone img{width:100%;height:100%;border-radius:29px;object-fit:cover;object-position:top center;display:block}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:.7rem}.section-title{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:900;color:var(--text-1);letter-spacing:-.02em}.features{background:var(--surface);padding:5.5rem 2rem;border-top:1px solid var(--border)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;margin-top:2.75rem}.feature-card{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:border-color .15s}.feature-card:hover{border-color:#a8c8b0}.feature-icon{width:52px;height:52px;border-radius:12px;background:#fff;border:1.5px solid var(--border);box-shadow:0 2px 8px #3c78541a;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.05rem;font-weight:800;color:var(--text-1);margin-bottom:.45rem}.feature-card p{font-size:.88rem;font-weight:600;color:var(--text-2);line-height:1.65}.apps-section{background:var(--surface-2);padding:5.5rem 2rem;border-top:1px solid var(--border)}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:border-color .15s}.app-card:hover{border-color:#a8c8b0}.app-card-icon{width:52px;height:52px;border-radius:14px;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}.app-card h3{font-size:1rem;font-weight:800;color:var(--text-1);margin-bottom:.4rem}.app-card p{font-size:.86rem;font-weight:600;color:var(--text-2);line-height:1.6;margin-bottom:1rem}.app-badge{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:4px 12px;border-radius:20px}.badge-live{background:var(--accent-bg);color:var(--accent)}.badge-soon{background:#e8eceb;color:var(--text-3)}.cta-section{background:var(--accent-bg);border-top:1px solid #c8dece;padding:4.5rem 2rem;text-align:center}.cta-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;color:var(--text-1);letter-spacing:-.02em;margin-bottom:.5rem}.cta-section p{font-size:.95rem;font-weight:600;color:var(--text-2);margin-bottom:1.75rem}.faq-wrap{max-width:740px;margin:0 auto;padding:3.5rem 2rem 5rem}.faq-category{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:2.5rem 0 .9rem}.faq-category:first-child{margin-top:0}.faq-item{border:1px solid var(--border);border-radius:14px;background:var(--surface);margin-bottom:.5rem;overflow:hidden;transition:border-color .15s}.faq-item.open{border-color:#a8c8b0}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;font-size:.95rem;font-weight:800;color:var(--text-1);user-select:none;gap:1rem}.faq-q:hover{color:var(--accent)}.faq-toggle{font-size:1.3rem;font-weight:400;line-height:1;color:var(--accent);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-a{max-height:500px}.faq-a-inner{padding:.9rem 1.25rem 1.1rem;font-size:.9rem;font-weight:600;color:var(--text-2);line-height:1.7;border-top:1px solid var(--border)}.faq-a-inner a{color:var(--accent);font-weight:700}.faq-contact{margin-top:3rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center}.faq-contact h3{font-size:1.15rem;font-weight:900;color:var(--text-1);margin-bottom:.4rem}.faq-contact p{font-size:.9rem;font-weight:600;color:var(--text-2);margin-bottom:1.25rem}.faq-contact-btn{display:inline-block;padding:11px 26px;background:var(--accent);color:#fff;border-radius:10px;text-decoration:none;font-weight:800;font-size:.9rem;transition:background .15s}.faq-contact-btn:hover{background:#2f6443}.doc-wrap{max-width:720px;margin:0 auto;padding:3.5rem 2rem 5rem}.doc-wrap h2{font-size:1.1rem;font-weight:900;color:var(--text-1);margin:2.25rem 0 .6rem;letter-spacing:-.01em}.doc-wrap h2:first-child{margin-top:0}.doc-wrap p{font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.75;margin-bottom:.9rem}.doc-wrap ul{margin:.4rem 0 .9rem 1.4rem;font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.75}.doc-wrap ul li{margin-bottom:.3rem}.doc-wrap ol{margin:.4rem 0 .9rem 1.4rem;font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.75}.doc-wrap ol li{margin-bottom:.75rem}.doc-wrap h3{font-size:1rem;font-weight:800;color:var(--text-1);margin:1.75rem 0 .5rem;letter-spacing:-.01em}.doc-wrap a{color:var(--accent);font-weight:700}.doc-meta{font-size:.8rem;font-weight:700;color:var(--text-3);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.highlight-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.5rem;margin:1.25rem 0}.highlight-box p{margin-bottom:0}.about-wrap{max-width:820px;margin:0 auto;padding:3.5rem 2rem 5rem}.profile-card{display:flex;gap:2.5rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.5rem;margin-bottom:3.5rem}@media(max-width:600px){.profile-card{flex-direction:column;align-items:center;text-align:center}}.profile-photo-wrap{flex-shrink:0}.profile-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid var(--border);display:block}.profile-photo-placeholder{width:160px;height:160px;border-radius:50%;background:var(--accent-bg);border:3px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:4rem}.profile-info{flex:1}.profile-name{font-size:1.35rem;font-weight:800;color:var(--text-1);letter-spacing:-.02em;margin-bottom:.2rem}.profile-title{font-size:.85rem;font-weight:700;color:var(--accent);letter-spacing:.03em;margin-bottom:1rem}.profile-bio{font-size:.93rem;font-weight:600;color:var(--text-2);line-height:1.75}.profile-bio p{margin-bottom:.9rem}.profile-bio p:last-child{margin-bottom:0}.values-label{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:.7rem}.values-title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:900;color:var(--text-1);letter-spacing:-.02em;margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.value-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:border-color .15s}.value-card:hover{border-color:#a8c8b0}.value-icon{font-size:1.5rem;margin-bottom:.75rem;display:block}.value-card h3{font-size:1rem;font-weight:800;color:var(--text-1);margin-bottom:.4rem}.value-card p{font-size:.87rem;font-weight:600;color:var(--text-2);line-height:1.65}.help-hub{max-width:1100px;margin:0 auto;padding:3.5rem 2rem 5rem}.help-hub-intro{max-width:580px;margin-bottom:3rem}.help-hub-intro h2{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:900;color:var(--text-1);letter-spacing:-.02em;margin-bottom:.6rem}.help-hub-intro p{font-size:.97rem;font-weight:600;color:var(--text-2);line-height:1.7}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.25rem}.help-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:2rem 1.75rem 1.5rem;text-decoration:none;display:block;transition:border-color .15s,transform .15s,box-shadow .15s}.help-card:hover{border-color:#a8c8b0;transform:translateY(-2px);box-shadow:0 6px 24px #3c785414}.help-card-icon{width:52px;height:52px;border-radius:14px;background:var(--accent-bg);border:1.5px solid #c8dece;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.1rem}.help-card h3{font-size:1.05rem;font-weight:800;color:var(--text-1);margin-bottom:.4rem}.help-card p{font-size:.87rem;font-weight:600;color:var(--text-2);line-height:1.65;margin-bottom:.75rem}.help-card-arrow{font-size:.82rem;font-weight:800;color:var(--accent)}.help-wrap{max-width:740px;margin:0 auto;padding:3.5rem 2rem 5rem}.help-breadcrumb{font-size:.8rem;font-weight:700;color:var(--text-3);margin-bottom:1.75rem}.help-breadcrumb a{color:var(--accent);text-decoration:none;font-weight:700}.help-breadcrumb a:hover{text-decoration:underline}.help-breadcrumb span{margin:0 .4rem;opacity:.6}.help-intro-box{background:var(--accent-bg);border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:2.5rem}.help-intro-box p{font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.75;margin:0}.help-h2{font-size:1.2rem;font-weight:900;color:var(--text-1);letter-spacing:-.015em;margin:2.5rem 0 1.1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.help-h2.first{border-top:none;padding-top:0;margin-top:0}.help-h3{font-size:1rem;font-weight:800;color:var(--text-1);margin:1.5rem 0 .6rem}.help-p{font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.75;margin-bottom:.9rem}.help-p:last-child{margin-bottom:0}.help-p a{color:var(--accent);font-weight:700}.steps{list-style:none;padding:0;margin:1.25rem 0 2rem}.step{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.step:last-child{margin-bottom:0}.step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:.82rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:2px}.step-body{flex:1}.step-body strong{font-size:.95rem;font-weight:800;color:var(--text-1)}.step-body p{font-size:.88rem;font-weight:600;color:var(--text-2);line-height:1.7;margin:0}.screenshot-slot{background:var(--surface-2);border:1.5px dashed #b8d0bc;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;margin:1.5rem 0;min-height:100px}.screenshot-slot-icon{font-size:1.75rem;margin-bottom:.5rem;opacity:.4}.screenshot-slot-label{font-size:.72rem;font-weight:700;color:var(--text-3);letter-spacing:.04em;text-transform:uppercase}.screenshot-phone{max-width:220px;width:100%;border-radius:24px;border:1px solid var(--border);box-shadow:0 8px 30px #0000001a;display:block;margin:1.5rem 0}.screenshots-row{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap;margin:1.5rem 0}.screenshots-row figure{flex:0 0 auto;margin:0}.screenshots-row figcaption{font-size:.73rem;font-weight:700;color:var(--text-3);margin-top:.5rem;text-align:center}.tip-box{background:var(--surface);border:1px solid var(--border);border-left:3.5px solid var(--accent);border-radius:10px;padding:1rem 1.25rem;margin:1.25rem 0;display:flex;gap:.75rem;align-items:flex-start}.tip-box-icon{font-size:1.1rem;flex-shrink:0;margin-top:1px}.tip-box-body{flex:1}.tip-box-body strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-1);margin-bottom:.2rem}.tip-box-body p{font-size:.87rem;font-weight:600;color:var(--text-2);line-height:1.7;margin:0}.tip-box-body a{color:var(--accent);font-weight:700}.category-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0 1.5rem}.category-chip{display:inline-flex;align-items:center;gap:.45rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:700;color:var(--text-2)}.help-page-nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.help-page-nav a{font-size:.88rem;font-weight:800;color:var(--accent);text-decoration:none;display:flex;align-items:center;gap:.4rem}.help-page-nav a:hover{text-decoration:underline}.help-page-nav .next{margin-left:auto}.help-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.25rem 0 2rem}.help-two-col-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem}.help-two-col-card-icon{font-size:1.5rem;margin-bottom:.6rem;display:block}.help-two-col-card h3{font-size:.95rem;font-weight:800;color:var(--text-1);margin-bottom:.4rem}.help-two-col-card p{font-size:.85rem;font-weight:600;color:var(--text-2);line-height:1.65;margin:0}.celebration-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1.1rem 0 1.75rem}.celebration-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem}.celebration-card.wide{grid-column:1/-1;max-width:50%}.celebration-card-icon{font-size:1.3rem;margin-bottom:.4rem;display:block}.celebration-card h4{font-size:.9rem;font-weight:800;color:var(--text-1);margin-bottom:.2rem}.celebration-card p{font-size:.82rem;font-weight:600;color:var(--text-2);line-height:1.55;margin:0}.help-checklist{list-style:none;padding:0;margin:.5rem 0 1.25rem}.help-checklist li{font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.75;padding-left:1.4rem;position:relative;margin-bottom:.35rem}.help-checklist li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:800}.help-checklist.cross li:before{content:"✕";color:#c0392b}@media(max-width:640px){.help-hub,.help-wrap{padding:2.5rem 1.25rem 4rem}.screenshots-row{flex-direction:column}.screenshot-phone{max-width:200px}.help-two-col,.celebration-grid{grid-template-columns:1fr}.celebration-card.wide{max-width:100%}}.hv6-intro-wrap{max-width:780px;margin:0 auto;padding:1rem 2rem 0}.hv6-band{padding:2.75rem 2rem}.hv6-bg-a{background:var(--bg)}.hv6-bg-b{background:var(--surface)}.hv6-inner{max-width:880px;margin:0 auto;display:flex;align-items:flex-start;gap:2.75rem}.hv6-inner.hv6-flip{flex-direction:row-reverse}.hv6-inner.hv6-full{max-width:780px;display:block}.hv6-text{flex:1;min-width:0}.hv6-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;font-size:1rem;font-weight:800;margin-bottom:.7rem}.hv6-h2{font-size:1.3rem;font-weight:900;color:var(--text-1);margin:0 0 .65rem;letter-spacing:-.015em}.hv6-p{font-size:.97rem;font-weight:600;color:var(--text-2);line-height:1.8;margin-bottom:.75rem}.hv6-p:last-child{margin-bottom:0}.hv6-p strong{color:var(--text-1);font-weight:800}.hv6-p a{color:var(--accent);font-weight:700}.hv6-img{flex-shrink:0}.hv6-crop{width:200px;height:240px;border-radius:18px;overflow:hidden;box-shadow:0 6px 28px #00000017;border:1.5px solid var(--border)}.hv6-crop img{width:100%;height:100%;object-fit:cover;display:block}.hv6-pair{display:flex;align-items:center;gap:1rem;flex-shrink:0}.hv6-pair-frame{text-align:center}.hv6-pair-label{font-size:.73rem;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.45rem}.hv6-pair-arrow{font-size:1.9rem;font-weight:900;color:var(--accent);flex-shrink:0;line-height:1}.hv6-pair-arrow-h{display:inline}.hv6-pair-arrow-v{display:none}.hv6-pair-pointer{display:flex;align-items:center;gap:.35rem;justify-content:center;margin-top:.45rem}.hv6-pair-finger{font-size:1.1rem}.hv6-pair-tag{font-size:.75rem;font-weight:800;color:var(--text-1)}.hv6-note{background:var(--accent-bg);border-left:3.5px solid var(--accent);border-radius:0 10px 10px 0;padding:.9rem 1.1rem;margin-top:.9rem;display:flex;gap:.65rem;align-items:flex-start}.hv6-note-icon{font-size:1.05rem;flex-shrink:0;margin-top:1px}.hv6-note-body{flex:1}.hv6-note-body strong{display:block;font-size:.88rem;font-weight:800;color:var(--text-1);margin-bottom:.15rem}.hv6-note-body p{font-size:.86rem;font-weight:600;color:var(--text-2);line-height:1.7;margin:0}.hv6-note-body a{color:var(--accent);font-weight:700}.hv6-bottom{max-width:780px;margin:0 auto;padding:2rem 2rem 5rem}.hv6-finish{background:var(--accent-bg);border-radius:16px;padding:1.5rem 1.75rem}.hv6-finish h3{font-size:1.1rem;font-weight:900;color:var(--text-1);margin:0 0 .4rem}.hv6-finish p{font-size:.92rem;font-weight:600;color:var(--text-2);line-height:1.7;margin:0}@media(max-width:640px){.hv6-intro-wrap{padding:1rem 1.25rem 0}.hv6-band{padding:2rem 1.25rem}.hv6-inner,.hv6-inner.hv6-flip{flex-direction:column;gap:1.5rem;align-items:stretch}.hv6-h2{font-size:1.15rem}.hv6-p{font-size:.93rem}.hv6-crop{width:100%;max-width:260px;height:230px}.hv6-pair{flex-direction:column;gap:.6rem;align-items:center}.hv6-pair .hv6-crop{width:220px;height:210px;max-width:100%}.hv6-pair-arrow-h{display:none}.hv6-pair-arrow-v{display:inline}.hv6-pair-arrow{font-size:1.6rem;margin:.1rem 0}.hv6-bottom{padding:2rem 1.25rem 4rem}}
