.landing-root{font-family:var(--font-dm-sans),"DM Sans",system-ui,sans-serif;background:#fff;color:#3F3F3F;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-size:16px;line-height:normal}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root .serif{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif}.landing-root .reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.1s}.landing-root .reveal-delay-2{transition-delay:.2s}.landing-root .reveal-delay-3{transition-delay:.3s}.landing-root .reveal-delay-4{transition-delay:.4s}.landing-root .reveal-delay-5{transition-delay:.5s}.landing-root .nav-wrap{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 40px;transition:padding .4s ease}.landing-root .nav-wrap.scrolled{padding:12px 40px}.landing-root .nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,0);border-radius:9999px;padding:14px 32px;transition:background .4s ease,box-shadow .4s ease}.landing-root .nav-wrap.scrolled .nav-inner{background:#fff;box-shadow:2px 2px 10px 0 #E5EDEB}.landing-root .nav-logo-text{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.03em;transition:color .4s}.landing-root .nav-wrap.scrolled .nav-logo-text{color:#082521}.landing-root .nav-link{font-size:14px;font-weight:500;color:rgba(255,255,255,.85);text-decoration:none;transition:opacity .2s}.landing-root .nav-wrap.scrolled .nav-link{color:#3F3F3F}.landing-root .nav-link:hover{opacity:.65}.landing-root .nav-cta{background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0)),#1F9684;color:#fff;font-size:14px;font-weight:500;padding:10px 22px;text-decoration:none;white-space:nowrap;transition:background .2s;border:none;cursor:pointer;display:inline-flex;align-items:center}.landing-root .nav-cta:hover{background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0)),#177063}.landing-root .nav-mobile-toggle{display:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s}.landing-root .nav-wrap.scrolled .nav-mobile-toggle{background:rgba(8,37,33,.06);border-color:rgba(8,37,33,.12)}.landing-root .nav-mobile-toggle span{display:block;width:16px;height:1.5px;background:#fff;position:relative;transition:background .4s}.landing-root .nav-wrap.scrolled .nav-mobile-toggle span{background:#082521}.landing-root .nav-mobile-toggle span:after,.landing-root .nav-mobile-toggle span:before{content:"";position:absolute;left:0;width:16px;height:1.5px;background:inherit}.landing-root .nav-mobile-toggle span:before{top:-5px}.landing-root .nav-mobile-toggle span:after{top:5px}.landing-root .nav-mobile-menu{position:absolute;top:100%;left:16px;right:16px;margin-top:8px;background:#fff;border-radius:20px;box-shadow:2px 8px 24px rgba(8,37,33,.12);padding:24px;display:none;flex-direction:column;gap:18px;transition:box-shadow .4s ease;box-shadow:2px 2px 10px 0 #E5EDEB}.landing-root .nav-mobile-menu.open{display:flex}.landing-root .nav-mobile-menu a{color:#082521;font-size:16px;font-weight:500;text-decoration:none}.landing-root .nav-mobile-menu .nav-cta{align-self:flex-start;color:#fff}.landing-root .hero{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.landing-root .hero-video-wrap{position:absolute;inset:0;z-index:0;background:#082521}.landing-root .hero-video-wrap video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.55}.landing-root .hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(170deg,rgba(4,20,17,.35),rgba(4,20,17,.55) 40%,rgba(4,20,17,.82))}.landing-root .hero-pattern{position:absolute;inset:0;z-index:2;background-image:url(/landing/background-pattern.svg);background-repeat:repeat;background-size:400px;opacity:.06}.landing-root .hero-content{position:relative;z-index:3;max-width:1280px;margin:0 auto;width:100%;padding:0 80px 96px}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(39,187,165,.18);border:1px solid rgba(39,187,165,.4);color:#52C9B7;font-size:13px;font-weight:600;letter-spacing:.04em;padding:6px 14px 6px 8px;border-radius:9999px;margin-bottom:28px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-root .hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#52C9B7;box-shadow:0 0 8px #52C9B7;animation:landingPulse 2s infinite}@keyframes landingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.landing-root .hero-h1{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(52px,6vw,88px);color:#fff;line-height:1.05;letter-spacing:-.02em;margin-bottom:24px;max-width:780px;font-weight:400}.landing-root .hero-h1 em{font-style:italic;color:#52C9B7}.landing-root .hero-sub{font-size:20px;font-weight:400;line-height:1.7;max-width:560px;margin-bottom:48px}.landing-root .hero-ctas{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landing-root .app-btn{display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:#fff;text-decoration:none;padding:12px 20px;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,border-color .2s}.landing-root .app-btn:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.45)}.landing-root .app-btn-icon{font-size:24px;line-height:1}.landing-root .app-btn-text{display:flex;flex-direction:column}.landing-root .app-btn-small{font-size:10px;opacity:.7;letter-spacing:.03em;font-weight:400}.landing-root .app-btn-big{font-size:15px;font-weight:600;letter-spacing:-.01em}.landing-root .hero-web-cta{color:rgba(255,255,255,.85);font-size:15px;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px;transition:border-color .2s,color .2s;margin-left:8px}.landing-root .hero-web-cta:hover{color:#fff;border-color:rgba(255,255,255,.7)}.landing-root .hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.4);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.landing-root .scroll-line{width:1px;height:48px;background:linear-gradient(180deg,rgba(255,255,255,.4),transparent);animation:scrollLine 2s infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.landing-root .partner-bar{background:#082521;padding:28px 80px;border-bottom:1px solid rgba(255,255,255,.06)}.landing-root .partner-bar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:40px;flex-wrap:wrap}.landing-root .partner-bar-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.landing-root .partner-bar-divider{width:1px;height:20px;background:rgba(255,255,255,.12);flex-shrink:0}.landing-root .partner-names{display:flex;gap:32px;flex-wrap:wrap;align-items:center}.landing-root .partner-name{font-size:13px;font-weight:500;color:rgba(255,255,255,.45);letter-spacing:.02em;white-space:nowrap;transition:color .2s}.landing-root .partner-name:hover{color:rgba(255,255,255,.75)}.landing-root .lp-section{padding:120px 80px}.landing-root .section-inner{max-width:1280px;margin:0 auto}.landing-root .section-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1F9684;margin-bottom:20px}.landing-root .section-label:before{content:"";display:block;width:20px;height:2px;background:#1F9684}.landing-root .section-label.label-light{color:#52C9B7}.landing-root .section-label.label-light:before{background:#52C9B7}.landing-root .problem-section{background:#fff}.landing-root .problem-h2{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(40px,4.5vw,64px);color:#082521;line-height:1.1;letter-spacing:-.02em;max-width:640px;margin-bottom:16px;font-weight:400}.landing-root .problem-sub{font-size:20px;font-weight:500;color:#2d2c2c;line-height:1.7;max-width:480px;margin-bottom:72px}.landing-root .stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-root .stat-card{background:#F3F2F0;border-radius:24px;padding:40px 32px 80px;position:relative;overflow:hidden}.landing-root .stat-card-num{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:56px;line-height:1;color:#082521;letter-spacing:-.03em;margin-bottom:12px;font-weight:400}.landing-root .stat-card-num span{color:#000}.landing-root .stat-card-label{font-size:20px;font-weight:800;color:#2D2C2C;margin-bottom:10px}.landing-root .stat-card-body{font-size:16px;color:#2D2C2C;line-height:1.65}.landing-root .stat-card-corner{position:absolute;bottom:0;right:0;width:72px;height:72px;background:#fff;border-top-left-radius:24px}.landing-root .stat-card-corner-icon{position:absolute;bottom:12px;right:12px;width:48px;height:48px;border-radius:50%;background:#D4F1ED;display:flex;align-items:center;justify-content:center}.landing-root .grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:72px}.landing-root .stat-card-num sup{font-family:Inter,system-ui,sans-serif;font-size:.24em;vertical-align:super;margin-left:3px;font-weight:500;color:#1f9684;letter-spacing:0}.landing-root .problem-sources{margin-top:28px;padding-top:20px;border-top:1px solid rgba(8,37,33,.12)}.landing-root .problem-sources-title{font-size:13px;font-weight:800;color:#082521;margin-bottom:10px;text-transform:uppercase;letter-spacing:.06em}.landing-root .problem-sources ol{list-style:none;padding:0;margin:0;display:grid;gap:8px}.landing-root .problem-sources li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.6;color:rgba(45,44,44,.78)}.landing-root .problem-sources li sup{color:#1f9684;font-weight:800;font-size:11px;line-height:1;margin-top:4px}.landing-root .problem-source-bubbles{display:flex;flex-wrap:wrap}.landing-root .safe-layer-section{background:#082521;overflow:hidden;position:relative}.landing-root .world-pattern{position:absolute;inset:0;background-image:url(/landing/earth-background-pattern.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.05;pointer-events:none}.landing-root .safe-layer-h2{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(40px,4.5vw,64px);color:#fff;line-height:1.1;letter-spacing:-.02em;max-width:700px;margin-bottom:16px;font-weight:400}.landing-root .safe-layer-sub{font-size:20px;font-weight:500;color:#ebeced;line-height:1.7;max-width:480px;margin-bottom:72px}.landing-root .pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.landing-root .pillar{background:rgba(255,255,255,.04);padding:40px 32px;border-top:2px solid transparent;transition:background .3s,border-color .3s}.landing-root .pillar:hover{background:rgba(255,255,255,.07);border-color:#27BBA5}.landing-root .pillar-num{font-size:11px;font-weight:700;color:#27BBA5;letter-spacing:.12em;margin-bottom:28px}.landing-root .pillar-title{font-size:22px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:16px}.landing-root .pillar-body{font-size:18px;color:#b7bbc2;line-height:1.75;margin-bottom:28px}.landing-root .pillar-tags{display:flex;flex-direction:column;gap:10px}.landing-root .pillar-tag{display:flex;align-items:center;gap:10px;font-size:15px;color:#cdd3dd;font-weight:600}.landing-root .pillar-tag:before{content:"";flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#27BBA5}.landing-root .risk-section{background:#fcf5eb}.landing-root .risk-h2{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(36px,4vw,56px);color:#082521;line-height:1.1;letter-spacing:-.02em;margin-bottom:12px;font-weight:400}.landing-root .risk-sub{font-size:20px;font-weight:500;color:#2d2c2c;line-height:1.7;max-width:480px;margin-bottom:64px}.landing-root .risk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}.landing-root .risk-card{width:100%;min-height:72px;border:1px solid transparent;border-radius:22px;padding:20px 28px;background:#fff;text-align:left;cursor:pointer;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:min-height .52s cubic-bezier(.16,1,.3,1),padding .52s cubic-bezier(.16,1,.3,1),border-color .32s ease,box-shadow .32s ease}.landing-root .risk-card:hover{background:#fff}.landing-root .risk-card-open{min-height:220px;padding:28px 28px 34px;border-color:#1b1b1b;box-shadow:0 18px 45px rgba(8,37,33,.04)}.landing-root .risk-badge{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;font-size:11px;font-weight:700;letter-spacing:.08em;padding:5px 12px;border-radius:9999px;margin-bottom:0}.landing-root .risk-badge-dot{width:6px;height:6px;border-radius:50%}.landing-root .risk-card-content{max-height:0;opacity:0;transform:translateY(-8px);overflow:hidden;transition:max-height .56s cubic-bezier(.16,1,.3,1),opacity .32s ease,transform .52s cubic-bezier(.16,1,.3,1),margin-top .52s cubic-bezier(.16,1,.3,1)}.landing-root .risk-card-open .risk-card-content{max-height:180px;opacity:1;transform:translateY(0);margin-top:24px}.landing-root .risk-title{font-size:18px;font-weight:700;color:#082521;margin-bottom:10px}.landing-root .risk-body{font-size:16px;color:#747474;line-height:1.7;font-weight:500}.landing-root .risk-badge-flagged,.landing-root .risk-badge-regular,.landing-root .risk-badge-scam,.landing-root .risk-badge-verified{background:#f3f2f0;color:#1c1c1c}.landing-root .risk-dot-verified{background:#1F9684}.landing-root .risk-dot-regular{background:#747474}.landing-root .risk-dot-flagged{background:#FFC552}.landing-root .risk-dot-scam{background:#DE0028}@media (max-width:900px){.landing-root .risk-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.landing-root .risk-grid{grid-template-columns:1fr}.landing-root .risk-card{min-height:66px}.landing-root .risk-card-open{min-height:210px}}.landing-root .risk-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-root .risk-chevron{color:#7e7b76;flex-shrink:0;transform:rotate(0deg);transition:transform .42s cubic-bezier(.16,1,.3,1)}.landing-root .risk-card-open .risk-chevron{transform:rotate(180deg)}.landing-root .warning-container{display:flex;align-items:center;margin-top:40px;position:relative}.landing-root .warning-banner{display:flex;align-items:center;gap:12px;position:relative;height:auto;background-color:rgba(248,238,211,1);border:1px solid rgba(193,193,186,1);border-top-right-radius:20px;border-top-left-radius:20px;border-bottom-left-radius:10px;border-bottom-right-radius:20px;padding:16px}.landing-root .warning-icon{width:32px;height:32px;border-radius:50%;background:#FFC552;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;color:#7A5700;font-weight:700}.landing-root .warning-chat-row{display:flex;align-items:flex-end;gap:10px;transform-origin:left bottom}.landing-root .warning-avatar{width:34px;height:34px;border-radius:9999px;background:#082521;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 28px rgba(8,37,33,.18)}.landing-root .warning-avatar img{width:18px;height:auto;display:block}.landing-root .warning-typing-bubble{display:inline-flex;align-items:center;gap:5px;min-height:44px;padding:12px 18px;background:rgba(255,255,255,.86);border:1px solid rgba(237,236,233,.9);border-top-right-radius:20px;border-top-left-radius:20px;border-bottom-left-radius:10px;border-bottom-right-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 50px rgba(8,37,33,.08),0 5px 14px rgba(8,37,33,.06)}.landing-root .warning-chat-row-exit{animation:warningTypingExit .42s cubic-bezier(.65,0,.35,1) forwards}.landing-root .warning-message-in{animation:warningMessagePremiumIn .72s cubic-bezier(.16,1,.3,1) both}.landing-root .typing-dot{width:8px;height:8px;border-radius:9999px;background:#b9b9b2;display:inline-block}.landing-root .typing-dot-1{animation:warningTyping 1.4s infinite}.landing-root .typing-dot-2{animation:warningTyping 1.4s .18s infinite}.landing-root .typing-dot-3{animation:warningTyping 1.4s .36s infinite}@keyframes warningTyping{0%,70%,to{transform:translateY(3px) scale(.88);opacity:.45}30%{transform:translateY(-3px) scale(1);opacity:1}}@keyframes warningTypingExit{0%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}to{opacity:0;transform:translateY(-6px) scale(.96);filter:blur(6px)}}@keyframes warningMessagePremiumIn{0%{opacity:0;transform:translateY(18px) scale(.94);filter:blur(10px)}60%{opacity:1;transform:translateY(-2px) scale(1.01);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.landing-root .warning-banner,.landing-root .warning-typing-bubble{position:relative}.landing-root .warning-banner:before,.landing-root .warning-typing-bubble:before{content:"";position:absolute;left:-5px;bottom:7px;width:12px;height:12px;transform:rotate(45deg);border-radius:2px;z-index:10}.landing-root .warning-typing-bubble:before{background:rgba(255,255,255,.86);border-left:1px solid rgba(237,236,233,.9);border-bottom:1px solid rgba(237,236,233,.9)}.landing-root .warning-banner:before{background:inherit;border-left:1px solid rgba(193,193,186,1);border-bottom:1px solid rgba(193,193,186,1)}.landing-root .community-section{background:#F7FDFC}.landing-root .community-h2{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(36px,4vw,56px);color:#082521;line-height:1.1;letter-spacing:-.02em;margin-bottom:12px;font-weight:400}.landing-root .community-sub{font-size:20px;font-weight:500;color:#2d2c2c;line-height:1.7;max-width:480px;margin-bottom:64px}.landing-root .community-grid{display:grid;grid-template-columns:5fr 4fr;gap:40px;align-items:start}.landing-root .country-list{display:flex;flex-direction:column;gap:12px}.landing-root .country-row{display:flex;align-items:center;justify-content:space-between;background:#F7FDFC;border-radius:16px;padding:18px 24px;border:1px solid #d4f1ed;transition:background .2s}.landing-root .country-row:hover{background:#D4F1ED}.landing-root .country-row-left{display:flex;align-items:center;gap:14px}.landing-root .country-flag{font-size:24px;line-height:1}.landing-root .country-name{font-size:16px;font-weight:600;color:#082521}.landing-root .country-mod{font-size:12px;color:#1F9684;font-weight:500;margin-top:2px}.landing-root .country-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#104B42;background:#D4F1ED;padding:5px 12px;border-radius:8px 8px 8px 0;font-weight:600}.landing-root .community-pattern{position:absolute;inset:0;background-image:url(/landing/background-pattern.svg);background-repeat:repeat;background-size:350px;opacity:.05;pointer-events:none}.landing-root .community-card{background:#082521;border-radius:24px;padding:36px 32px;background-repeat:repeat;background-size:300px}.landing-root .community-card-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}.landing-root .community-card-body{font-size:18px;color:#f2f2f2;line-height:1.75;margin-bottom:32px;font-weight:400}.landing-root .community-stat{margin-bottom:20px}.landing-root .community-stat-num{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:44px;color:#52C9B7;letter-spacing:-.03em;line-height:1;font-weight:400}.landing-root .community-stat-label{font-size:16px;color:#f2f2f2;margin-top:4px}.landing-root .community-card-cta{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:600;padding:12px 22px;border-radius:12PX;text-decoration:none;margin-top:8px;transition:background .2s}.landing-root .community-card-cta:hover{background:rgba(255,255,255,.18)}.landing-root .app-section{background:#082521;overflow:hidden;position:relative;min-height:640px;display:flex;align-items:center}.landing-root .app-pattern{position:absolute;inset:0;background-image:url(/landing/background-pattern.svg);background-repeat:repeat;background-size:350px;opacity:.05;pointer-events:none}.landing-root .app-h2{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(40px,4.5vw,64px);color:#fff;line-height:1.1;letter-spacing:-.02em;max-width:580px;margin-bottom:20px;font-weight:400}.landing-root .app-sub{font-size:20px;font-weight:400;color:#cfd0d2;max-width:440px;line-height:1.7;margin-bottom:48px}.landing-root .app-store-btns{display:flex;gap:16px;flex-wrap:wrap}.landing-root .store-btn{display:inline-flex;align-items:center;gap:14px;background:#fff;color:#082521;padding:14px 24px;border-radius:14px;text-decoration:none;font-family:DM Sans,sans-serif;transition:background .2s,transform .2s;min-width:180px}.landing-root .store-btn:hover{background:#D4F1ED;transform:translateY(-2px)}.landing-root .store-btn-icon{font-size:28px;line-height:1;flex-shrink:0}.landing-root .store-btn-text{display:flex;flex-direction:column}.landing-root .store-btn-small{font-size:10px;opacity:.55;letter-spacing:.04em;font-weight:500}.landing-root .store-btn-big{font-size:16px;font-weight:700;letter-spacing:-.02em}.landing-root .app-phones{position:absolute;right:80px;top:50%;transform:translateY(-50%);display:flex;gap:36px;align-items:flex-end;pointer-events:auto}.landing-root .phone-iframe{position:absolute;top:0;left:0;border:0;background:#fff;display:block;transform-origin:top left}.landing-root .iphone .phone-iframe{width:402px;height:874px;transform:scale(.627)}.landing-root .pixel .phone-iframe{width:412px;height:925px;transform:scale(.597)}.landing-root .iphone{position:relative;width:270px;height:565px;border-radius:52px;background:linear-gradient(135deg,#3a3a3a,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%,#3a3a3a);padding:3px;box-shadow:0 50px 90px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.08),0 0 0 2px rgba(0,0,0,.6);flex-shrink:0}.landing-root .iphone-frame{position:relative;width:100%;height:100%;border-radius:49px;background:#050505;padding:6px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.landing-root .iphone-screen{position:relative;width:100%;height:100%;border-radius:40px;overflow:hidden;background:#000;isolation:isolate}.landing-root .iphone-dynamic-island{top:9px;width:79px;height:24px;background:#000;box-shadow:0 0 0 1px rgba(255,255,255,.04)}.landing-root .iphone-dynamic-island,.landing-root .iphone-home-indicator{position:absolute;left:50%;transform:translateX(-50%);border-radius:9999px;z-index:3;pointer-events:none}.landing-root .iphone-home-indicator{bottom:8px;width:100px;height:5px;background:rgba(255,255,255,.85);mix-blend-mode:difference}.landing-root .iphone-side-btn{position:absolute;background:linear-gradient(90deg,#1a1a1a,#2a2a2a,#1a1a1a);border-radius:2px;z-index:0}.landing-root .iphone-btn-silent{left:-2px;top:99px;width:4px;height:30px;border-radius:2px 0 0 2px}.landing-root .iphone-btn-volup{left:-2px;top:147px;width:4px;height:52px;border-radius:2px 0 0 2px}.landing-root .iphone-btn-voldown{left:-2px;top:209px;width:4px;height:52px;border-radius:2px 0 0 2px}.landing-root .iphone-btn-power{right:-2px;top:157px;width:4px;height:73px;border-radius:0 2px 2px 0}.landing-root .pixel{position:relative;width:272px;height:577px;border-radius:46px;background:linear-gradient(135deg,#2a2a2a,#0a0a0a 50%,#2a2a2a);padding:5px;box-shadow:0 40px 80px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.06);transform:translateY(24px);flex-shrink:0}.landing-root .pixel-frame{position:relative;width:100%;height:100%;border-radius:42px;background:#050505;padding:8px}.landing-root .pixel-screen{position:relative;width:100%;height:100%;border-radius:36px;overflow:hidden;background:#000;isolation:isolate}.landing-root .pixel-camera{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:12px;height:12px;border-radius:50%;background:#000;box-shadow:0 0 0 1px rgba(255,255,255,.08),inset 0 0 6px rgba(0,0,0,.6);z-index:3;pointer-events:none}.landing-root .pixel-side-btn{position:absolute;background:linear-gradient(90deg,#2a2a2a,#1a1a1a);border-radius:0 2px 2px 0;z-index:0;right:-2px}.landing-root .pixel-btn-power{top:124px;width:4px;height:56px}.landing-root .pixel-btn-volume{top:198px;width:4px;height:90px}@media (max-width:1180px){.landing-root .app-phones{right:24px;gap:20px}.landing-root .iphone{transform:scale(.82);transform-origin:bottom right}.landing-root .pixel{transform:translateY(24px) scale(.82);transform-origin:bottom right}}@media (max-width:900px){.landing-root .app-phones{position:relative;right:auto;top:auto;transform:none;margin-top:56px;justify-content:center}.landing-root .iphone{transform:none}.landing-root .pixel{display:none}}.landing-root .badge-verified{background:rgba(39,187,165,.2);color:#52C9B7}.landing-root .badge-warn{background:rgba(255,197,82,.2);color:#FFC552}.landing-root .newsletter-section{background:#fff;padding:80px}.landing-root .newsletter-inner{max-width:1280px;margin:0 auto;background:#1F9684;border-radius:32px;padding:0;overflow:hidden;position:relative;min-height:400px;display:flex}.landing-root .newsletter-left{flex:0 0 45%;position:relative;overflow:hidden;background:#104B42}.landing-root .newsletter-left img,.newsletter-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.landing-root .newsletter-left-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,17,.3),rgba(31,150,132,.8))}.landing-root .newsletter-right{flex:1;padding:56px 56px 56px 64px;display:flex;flex-direction:column;justify-content:center}.landing-root .newsletter-h3{font-size:36px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:12px}.landing-root .newsletter-sub{font-size:18px;color:#f2f2f2;line-height:1.7;font-weight:400;margin-bottom:32px}.landing-root .newsletter-form{display:flex;flex-direction:column;gap:14px;max-width:440px}.landing-root .newsletter-input{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:14px 18px;font-size:15px;color:#fff;outline:none;font-family:DM Sans,sans-serif;width:100%;transition:border-color .2s,background .2s}.landing-root .newsletter-input::-moz-placeholder{color:#f0f0f0}.landing-root .newsletter-input::placeholder{color:#f0f0f0}.landing-root .newsletter-input:focus{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.18)}.landing-root .newsletter-btn{align-self:flex-start;background:#fff;color:#082521;font-size:14px;font-weight:700;padding:14px 28px;border-radius:12px;border:none;cursor:pointer;transition:background .2s,transform .2s;font-family:DM Sans,sans-serif}.landing-root .newsletter-btn:hover{background:#D4F1ED;transform:translateY(-1px)}.landing-root .newsletter-fine{font-size:15px;color:#ececec;font-weight:400;margin-top:8px}.landing-root .newsletter-success{color:#fff;text-align:center}.landing-root .newsletter-success-icon{font-size:48px;margin-bottom:16px}.landing-root .newsletter-success h3{font-size:28px;font-weight:700;margin-bottom:8px}.landing-root .newsletter-success p{color:rgba(255,255,255,.7)}.landing-root .lp-footer{background:#082521;overflow:hidden;position:relative;min-height:540px;display:flex;align-items:center}.landing-root .footer-pattern{position:absolute;inset:0;background-image:url(/landing/background-pattern.svg);background-repeat:repeat;background-size:350px;opacity:.05;pointer-events:none}.landing-root .lp-footer{padding:80px 80px 48px;background-repeat:repeat;background-size:350px}.landing-root .footer-inner{max-width:1280px;margin:0 auto}.landing-root .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:64px;border-bottom:1px solid rgba(255,255,255,.08)}.landing-root .footer-brand-desc{font-size:16px;color:#d6d6d6;line-height:1.75;margin-top:20px;max-width:300px}.landing-root .footer-col-title{font-size:12px;font-weight:700;color:#b8b7b7;letter-spacing:.1em;text-transform:uppercase;margin-bottom:24px}.landing-root .footer-link{display:block;color:#F5F5F5;font-size:15px;font-weight:500;text-decoration:none;margin-bottom:16px;transition:color .2s}.landing-root .footer-link:hover{color:#D4F1ED;font-weight:600}.landing-root .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:40px;flex-wrap:wrap;gap:20px}.landing-root .footer-copy{font-size:13px;color:#D4F1ED}.landing-root .footer-bottom-right{display:flex;gap:24px;align-items:center}.landing-root .footer-email{font-size:13px;color:#D4F1ED;text-decoration:none}.landing-root .footer-app-links{display:flex;gap:12px}.landing-root .footer-app-link{font-size:12px;color:#D4F1ED;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1px}.landing-root .footer-socials{display:flex;gap:12px;margin-top:28px}.landing-root .social-btn{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#092521;text-decoration:none;transition:background .2s,color .2s}.landing-root .social-btn:hover{background:rgba(255,255,255,.15);color:#fff}.landing-root .marquee-section{background:#1F9684;overflow:hidden;padding:20px 0;white-space:nowrap}.landing-root .marquee-track{display:inline-flex;animation:landingMarquee 75s linear infinite;gap:0}.landing-root .marquee-item{display:inline-flex;align-items:center;gap:32px;font-size:14px;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.04em;padding:0 32px}.landing-root .marquee-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.4)}@keyframes landingMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-root .mission-section{background:#082521;padding:100px 80px;text-align:center}.landing-root .mission-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#27BBA5;margin-bottom:24px}.landing-root .mission-statement{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(36px,4.5vw,60px);color:#fff;line-height:1.2;letter-spacing:-.02em;max-width:860px;margin:0 auto 32px;font-weight:400}.landing-root .mission-statement em{font-style:italic;color:#52C9B7}.landing-root .mission-cta-row{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}.landing-root .mission-cta-primary{background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0)),#1F9684;color:#fff;font-size:15px;font-weight:600;padding:14px 28px;text-decoration:none;transition:filter .2s}.landing-root .mission-cta-primary:hover{filter:brightness(1.1)}.landing-root .mission-cta-secondary{font-size:15px;color:rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:2px;text-decoration:none;transition:color .2s}.landing-root .mission-cta-secondary:hover{color:#fff}@media (max-width:1024px){.landing-root .nav-wrap{padding:16px 20px}.landing-root .nav-wrap.scrolled{padding:10px 20px}.landing-root .nav-inner{padding:12px 20px}.landing-root .nav-desktop{display:none}.landing-root .nav-mobile-toggle{display:flex}.landing-root .hero-content{padding:0 32px 80px}.landing-root .partner-bar{padding:24px 32px}.landing-root .lp-section,.landing-root .mission-section{padding:80px 32px}.landing-root .newsletter-section{padding:60px 32px}.landing-root .lp-footer{padding:60px 32px 32px}.landing-root .grid-2col{gap:24px;margin-bottom:48px}.landing-root .grid-2col,.landing-root .pillar-grid,.landing-root .stat-grid{grid-template-columns:1fr}.landing-root .risk-grid{grid-template-columns:repeat(2,1fr)}.landing-root .community-grid{grid-template-columns:1fr}.landing-root .footer-top{grid-template-columns:1fr 1fr;gap:40px}.landing-root .app-phones{display:none}.landing-root .newsletter-inner{flex-direction:column}.landing-root .newsletter-left{flex:0 0 200px;min-height:200px}.landing-root .newsletter-right{padding:40px 32px}}@media (max-width:640px){.landing-root .nav-wrap{padding:12px 16px}.landing-root .nav-inner{padding:10px 16px}.landing-root .hero-content{padding:0 20px 60px}.landing-root .partner-bar{padding:20px}.landing-root .lp-section,.landing-root .mission-section{padding:64px 20px}.landing-root .newsletter-section{padding:40px 20px}.landing-root .lp-footer{padding:48px 20px 24px}.landing-root .risk-grid{grid-template-columns:1fr}.landing-root .footer-top{grid-template-columns:1fr;gap:32px}.landing-root .footer-bottom{flex-direction:column;align-items:flex-start}.landing-root .stat-card{padding:32px 24px 64px}.landing-root .newsletter-right,.landing-root .pillar{padding:32px 24px}.landing-root .newsletter-h3{font-size:28px}.landing-root .hero-ctas{gap:12px}.landing-root .hero-web-cta{margin-left:0}}.landing-root .contact-head{max-width:640px;margin:0 auto;text-align:center}.landing-root .contact-head .section-label{justify-content:center}.landing-root .contact-title{font-family:var(--font-dm-serif),"DM Serif Display",Georgia,serif;font-size:clamp(40px,4.5vw,64px);color:#082521;line-height:1.1;letter-spacing:-.02em;font-weight:400;margin-bottom:16px}.landing-root .contact-sub{font-size:18px;font-weight:500;line-height:1.7;color:#606060;max-width:560px;margin:0 auto}.landing-root .contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:56px 0}.landing-root .contact-card{display:flex;flex-direction:column;gap:12px;background:#f4fbfa;border:1px solid #d4f1ed;border-radius:20px;padding:32px 28px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.landing-root .contact-card:hover{transform:translateY(-4px);border-color:#27bba5;box-shadow:0 18px 40px rgba(8,37,33,.08)}.landing-root .contact-card-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:#d4f1ed;margin-bottom:8px}.landing-root .contact-card-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#808080}.landing-root .contact-card-value{font-size:17px;font-weight:500;font-style:normal;line-height:1.55;color:#082521}.landing-root a.contact-card-link{color:#1f9684;text-decoration:none}.landing-root a.contact-card-link:hover{text-decoration:underline}.landing-root .contact-directions{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:4px;font-size:15px;font-weight:600;color:#1f9684;text-decoration:none;transition:gap .2s ease}.landing-root .contact-directions:hover{gap:10px}.landing-root .contact-map{width:100%;aspect-ratio:16/7;border:1px solid #d4f1ed;border-radius:24px;overflow:hidden}.landing-root .contact-map iframe{display:block;width:100%;height:100%;border:0}@media (max-width:900px){.landing-root .contact-grid{grid-template-columns:1fr}}@media (max-width:640px){.landing-root .contact-grid{margin:40px 0}.landing-root .contact-map{aspect-ratio:4/3}}