:root{--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--primary-cyan: #06b6d4;--primary-cyan-hover: #0891b2;--primary-cyan-light: #ecfeff;--primary-cyan-glow: rgba(6, 182, 212, .35);--primary-cyan-border: rgba(6, 182, 212, .22);--accent-cyan-bright: #00e5ff;--dark-bg: #090d16;--dark-surface: #0f172a;--dark-surface-elevated: #1e293b;--dark-text: #0f172a;--dark-subtext: #475569;--dark-muted: #64748b;--body-bg: #ffffff;--body-bg-alt: #f8fafc;--card-bg: #ffffff;--card-border: #e2e8f0;--card-shadow: 0 4px 20px -2px rgba(15, 23, 42, .05), 0 2px 6px -1px rgba(15, 23, 42, .03);--card-shadow-hover: 0 12px 30px -4px rgba(6, 182, 212, .15), 0 4px 12px -2px rgba(15, 23, 42, .05);--discord-brand: #5865F2;--discord-bg: #11141e;--discord-panel: #181d2c;--discord-msg-hover: #1f2538;--max-width: 1200px;--radius-sm: 2px;--radius-md: 3px;--radius-lg: 4px;--radius-full: 2px;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:clamp(14px,1.2vw + 10px,16px)}body{font-family:var(--font-body);color:var(--dark-text);background-color:var(--body-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative}.bg-gradient-top{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:600px;background:radial-gradient(circle at 50% 10%,#06b6d417,#fff0 70%);pointer-events:none;z-index:0}.bg-pattern-grid{position:absolute;top:0;left:0;width:100%;height:700px;background-image:linear-gradient(to right,rgba(6,182,212,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(6,182,212,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--dark-text);font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}img{max-width:100%;height:auto;display:block}.text-center{text-align:center}.text-cyan{color:var(--primary-cyan)}.highlight-cyan{background:linear-gradient(135deg,#0284c7,#06b6d4,#00e5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline}.section-heading{margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center}.section-title{font-size:clamp(2rem,4vw,2.6rem);letter-spacing:-.02em;margin-bottom:.75rem;font-weight:800}.title-underline{width:64px;height:4px;background:linear-gradient(90deg,#06b6d4,#22d3ee,#67e8f9);border-radius:var(--radius-full);box-shadow:0 2px 8px #06b6d459;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-weight:800;border-radius:2px;cursor:pointer;transition:var(--transition-smooth);border:none;text-decoration:none;white-space:nowrap;letter-spacing:.03em}.btn-sm{padding:.55rem 1.25rem;font-size:.875rem;border-radius:2px}.btn-md{padding:.75rem 1.5rem;font-size:.95rem;border-radius:2px}.btn-lg{padding:.875rem 1.85rem;font-size:1.05rem;border-radius:2px}.btn-full{width:100%;text-align:center;padding:.85rem 1.5rem}.btn-cyan{background:linear-gradient(135deg,#00e5ff,#00b8d4);color:#fff;border-radius:2px;box-shadow:0 4px 16px #00e5ff66;text-transform:uppercase}.btn-cyan:hover{background:linear-gradient(135deg,#00c4e6,#009bb3);box-shadow:0 6px 22px #00e5ff8c;transform:translateY(-2px)}.btn-outline{background:#fff;color:#0f172a;border:1.5px solid #cbd5e1;border-radius:2px}.btn-outline:hover{border-color:#00e5ff;color:#00b8d4;background:#00e5ff14;transform:translateY(-2px)}.btn-discord{background:#fff;color:#1e293b;border:1.5px solid #cbd5e1;box-shadow:0 2px 6px #0000000a}.btn-discord:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px)}.btn-discord-white{background:#fff;color:#0f172a;font-weight:700;padding:.75rem 1.4rem;border-radius:12px;box-shadow:0 4px 12px #00000026}.btn-discord-white:hover{background:#f1f5f9;transform:translateY(-2px)}.btn-discord-dark{background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-discord-dark:hover{background:#1e293b;border-color:#fff6;transform:translateY(-2px)}.btn-discord-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.3);padding:.7rem 1.2rem;border-radius:10px}.btn-discord-outline:hover{background:#ffffff1a;border-color:#fff}.btn-outline-cyan{background:#fff;color:var(--primary-cyan);border:1.5px solid var(--primary-cyan);font-weight:700;border-radius:12px}.btn-outline-cyan:hover{background:var(--primary-cyan);color:#fff;box-shadow:0 4px 15px #06b6d440;transform:translateY(-2px)}.icon-discord{width:1.25rem;height:1.25rem}.icon-arrow{width:1.25rem;height:1.25rem;transition:transform .2s ease}.btn:hover .icon-arrow{transform:translate(4px)}.site-header{position:sticky;top:0;left:0;width:100%;background-color:#fffffff7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #e8eef4;z-index:1000;transition:background .3s ease,box-shadow .3s ease}.site-header.scrolled{box-shadow:0 2px 24px #0f172a12;border-bottom-color:#dde5ee}.nav-container{display:flex;align-items:center;justify-content:space-between;height:112px;gap:0}.brand-logo{display:inline-flex;align-items:center;text-decoration:none;line-height:1;flex-shrink:0;margin-right:.75rem}.brand-logo-img{height:92px;width:auto;max-width:350px;display:block;object-fit:contain;background:transparent;filter:none;mix-blend-mode:normal;transition:transform .25s ease,opacity .25s ease}.brand-logo:hover .brand-logo-img{transform:scale(1.03);opacity:.92}.footer-logo .brand-logo-img{height:104px;max-width:420px}.cta-logo-wrap{display:flex;align-items:center;background:transparent}.cta-s1-img{height:104px;width:auto;max-width:400px;display:block;object-fit:contain;background:transparent;filter:none;mix-blend-mode:normal}.nav-menu{display:flex;align-items:center;flex:1;justify-content:center;height:100%}.nav-list{display:flex;align-items:center;list-style:none;gap:0;height:100%}.nav-item{display:flex;align-items:center;height:100%}.nav-link{font-size:1.02rem;font-weight:700;color:#334155;position:relative;padding:0 .5rem;height:100%;display:flex;align-items:center;transition:color .2s ease;letter-spacing:.02em;white-space:nowrap}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3.5px;background:#00e5ff;border-radius:0;box-shadow:0 0 10px #00e5ffcc;transition:width .25s ease}.nav-link:hover{color:#00b8d4}.nav-link:hover:before{width:100%}.nav-link.active{color:#0f172a;font-weight:800}.nav-link.active:before{width:100%}.nav-link.active:before{width:24px}.nav-link.active:after{display:none}.verification-banner{background:#fffbeb;border-bottom:1px solid #fef3c7;padding:10px 24px;font-size:12px;color:#92400e;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.nav-dropdown-item{position:relative}.nav-dropdown-trigger{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:1.02rem;font-weight:700;color:#334155;padding:0 .5rem;height:100%;letter-spacing:.02em;white-space:nowrap;transition:color .2s ease;position:relative}.nav-dropdown-trigger:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3.5px;background:#00e5ff;border-radius:0;box-shadow:0 0 10px #00e5ffcc;transition:width .25s ease}.nav-dropdown-item:hover .nav-dropdown-trigger,.nav-dropdown-trigger:hover{color:#00b8d4}.nav-dropdown-item:hover .nav-dropdown-trigger:before{width:0}.nav-dropdown-trigger.active{color:#0f172a;font-weight:800}.nav-dropdown-trigger.active:before{width:100%}.nav-dropdown-chevron{width:14px;height:14px;transition:transform .25s ease;flex-shrink:0;opacity:.6}.nav-dropdown-item:hover .nav-dropdown-chevron{transform:rotate(180deg);opacity:1}.mega-menu-overlay{position:fixed;right:0;bottom:0;top:0;left:0;width:100%;height:100%;background:#02081773;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:90}.mega-menu-overlay.visible{opacity:1;visibility:visible;pointer-events:none}.nav-dropdown-panel{position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%) translateY(10px);background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;min-width:620px;width:max-content;max-width:700px;box-shadow:0 4px #00e5ff,0 20px 50px -12px #0f172a38;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1),visibility .22s;z-index:500}.nav-dropdown-item:hover .nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-panel--compact{min-width:220px;max-width:260px;width:auto}.nav-dropdown-panel--compact .nav-dropdown-list{display:flex;flex-direction:column;gap:2px}.nav-dropdown-header{display:flex;align-items:center;gap:8px;padding:0 2px 10px;font-size:10.5px;font-weight:800;color:#0891b2;text-transform:uppercase;letter-spacing:.12em;border-bottom:1.5px solid #f1f5f9;margin-bottom:10px}.nav-dropdown-icon{width:14px;height:14px;color:#06b6d4}.nav-dropdown-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:2px 12px}.nav-dropdown-link{display:flex;align-items:center;gap:9px;padding:7px 12px;border-radius:8px;font-size:14px;font-weight:600;color:#1e293b;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.nav-dropdown-link:hover{background:#ecfeff;color:#0891b2;transform:translate(3px)}.nav-dropdown-link.active{background:linear-gradient(135deg,#ecfeff,#cffafe);color:#0e7490;font-weight:700}.nav-dropdown-dot{width:5px;height:5px;border-radius:50%;background:#94a3b8;flex-shrink:0;transition:background .15s ease,transform .15s ease}.nav-dropdown-link:hover .nav-dropdown-dot,.nav-dropdown-link.active .nav-dropdown-dot{background:#06b6d4;transform:scale(1.4)}.nav-dropdown-subgroup{grid-column:span 2;margin-top:8px;padding-top:10px;border-top:1.5px solid #f1f5f9}.nav-dropdown-subgroup-title,.nav-dropdown-subgroup-title-link{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:800;color:#0891b2;text-transform:uppercase;letter-spacing:.1em;padding:7px 12px;border-radius:8px;background:linear-gradient(135deg,#f0fdff,#e0f7fa);border:1px solid #a5f3fc;text-decoration:none;white-space:nowrap;transition:all .18s ease;margin-bottom:8px}.nav-dropdown-subgroup-title-link:hover{background:#e0f7fa;border-color:#67e8f9;color:#0284c7;transform:none}.nav-dropdown-subgroup-title-link.active{background:#cffaff;border-color:#67e8f9;color:#0891b2}.nav-dropdown-subgroup-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:2px 12px}.nav-dropdown-child-link{font-size:13.5px;font-weight:600;padding:6px 12px;color:#334155}.nav-dropdown-child-link:hover{background:#ecfeff;color:#0891b2}.nav-dropdown-child-link.active{background:#ecfeff;color:#0891b2;font-weight:700}.user-dropdown-container{position:relative}.user-dropdown-trigger{display:inline-flex;align-items:center;gap:10px;padding:6px 14px 6px 8px;border-radius:30px;background:#fff;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.user-dropdown-trigger:hover,.user-dropdown-trigger.active{border-color:#06b6d4;background:#ecfeff;box-shadow:0 4px 14px #06b6d426}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #06b6d44d}.user-name-text{font-size:13px;font-weight:700;color:#0f172a;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chevron{width:15px;height:15px;color:#64748b;transition:transform .25s ease}.user-chevron.open{transform:rotate(180deg);color:#0891b2}.header-auth-pill{display:inline-flex;align-items:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:2px;padding:2px 4px;transition:border-color .2s ease,box-shadow .2s ease}.header-auth-pill:hover{border-color:#00e5ff;box-shadow:0 2px 8px #00e5ff1f}.header-auth-link{font-size:.76rem;font-weight:700;color:#0f172a;text-decoration:none;padding:.25rem .5rem;border-radius:2px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.03em}.header-auth-link:hover{background:#00e5ff1f;color:#009bb3}.header-auth-divider{color:#94a3b8;font-size:.75rem;font-weight:700;margin:0 1px;opacity:.7;-webkit-user-select:none;user-select:none}.header-discord-btn{display:inline-flex;align-items:center;gap:.35rem}.mobile-auth-pill{display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:2px;padding:3px;margin-bottom:.5rem;width:100%}.mobile-auth-link{flex:1;text-align:center;font-size:.78rem;font-weight:700;color:#0f172a;text-decoration:none;padding:.35rem 0;border-radius:2px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.03em}.mobile-auth-link:hover{background:#00e5ff1f;color:#009bb3}.mobile-auth-divider{color:#94a3b8;font-size:.75rem;font-weight:700;margin:0 3px;opacity:.7;-webkit-user-select:none;user-select:none}.user-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:230px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 20px 40px #0f172a1f;padding:8px;z-index:100;animation:fadeInDown .2s cubic-bezier(.16,1,.3,1)}.user-dropdown-header{padding:10px 12px 8px}.user-dropdown-name{font-size:14px;font-weight:800;color:#0f172a}.user-dropdown-email{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-divider{height:1px;background:#f1f5f9;margin:6px 0}.user-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:10px;font-size:13px;font-weight:600;color:#334155;text-decoration:none;background:transparent;border:none;cursor:pointer;transition:background .15s ease,color .15s ease;box-sizing:border-box;text-align:left}.user-dropdown-item:hover{background:#ecfeff;color:#0891b2}.user-dropdown-item.logout-item:hover{background:#fef2f2;color:#dc2626}.mobile-user-profile{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:14px;border:1px solid #e2e8f0;margin-bottom:12px}.mobile-user-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center}.mobile-user-name{font-size:14px;font-weight:800;color:#0f172a}.mobile-user-email{font-size:11px;color:#64748b}.nav-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-left:.75rem;margin-left:.5rem;border-left:1px solid #e2e8f0}.nav-actions .btn-cyan,.mobile-nav-actions .btn-cyan{background:linear-gradient(135deg,#00e5ff,#00b8d4);color:#fff;font-size:.8rem;font-weight:800;padding:.45rem .9rem;border-radius:2px;box-shadow:0 4px 14px #00e5ff59;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;transition:background .25s ease,box-shadow .25s ease,transform .2s ease}.nav-actions .btn-cyan:hover,.mobile-nav-actions .btn-cyan:hover{background:linear-gradient(135deg,#00c4e6,#009bb3);transform:translateY(-2px);box-shadow:0 6px 22px #00e5ff8c}.nav-actions .btn-outline,.mobile-nav-actions .btn-outline{background:#fff;color:#0f172a;font-size:.9rem;font-weight:800;padding:.58rem 1.25rem;border-radius:2px;border:1.5px solid #cbd5e1;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}.nav-actions .btn-outline:hover,.mobile-nav-actions .btn-outline:hover{border-color:#00e5ff;color:#00b8d4;background:#00e5ff14;transform:translateY(-2px)}.mobile-nav-actions{display:none}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#090d168c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:998;opacity:0;transition:opacity .35s ease}.mobile-menu-overlay.visible{opacity:1}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;padding:0;z-index:1001;transition:background .25s ease,border-color .25s ease;flex-shrink:0}.hamburger-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.hamburger-btn span{display:block;width:18px;height:2px;background-color:#0f172a;border-radius:2px;transition:transform .35s cubic-bezier(.23,1,.32,1),opacity .25s ease,width .25s ease;transform-origin:center}.mobile-menu-header{display:none;align-items:center;justify-content:space-between;width:100%;padding:0 1.5rem;height:72px;background:linear-gradient(135deg,#06b6d4,#0891b2);flex-shrink:0}.mobile-menu-brand{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:.02em}.mobile-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff3;border:1.5px solid rgba(255,255,255,.35);border-radius:8px;cursor:pointer;color:#fff;transition:background .2s ease}.mobile-close-btn:hover{background:#ffffff4d}.mobile-close-btn svg{width:16px;height:16px}.hero-section{padding:3.5rem 0 4.5rem;position:relative;background-color:#fff}.hero-container{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#00e5ff14;border:1.5px solid #00e5ff;border-radius:2px;margin-bottom:1.25rem}.badge-icon{font-size:1rem;display:inline-flex;align-items:center}.badge-text{font-size:.88rem;font-weight:800;color:#009bb3;letter-spacing:.04em;text-transform:uppercase}.hero-title{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,3.15rem);font-weight:800;letter-spacing:-.03em;line-height:1.16;margin-bottom:1.25rem;color:#0b0f19}.hero-title .text-cyan{color:#00b8d4}.hero-subtitle{font-size:1.08rem;color:#475569;line-height:1.6;margin-bottom:2rem;max-width:530px}.hero-cta-group{display:flex;align-items:center;gap:1rem;margin-bottom:2.25rem;flex-wrap:wrap}.hero-cta-group .btn-cyan{background:linear-gradient(135deg,#00e5ff,#00b8d4);color:#fff;font-size:.98rem;font-weight:800;padding:.85rem 1.85rem;border-radius:2px;box-shadow:0 4px 12px #0f172a26;letter-spacing:.03em;text-transform:uppercase}.hero-cta-group .btn-cyan:hover{background:linear-gradient(135deg,#00c4e6,#009bb3);transform:translateY(-2px);box-shadow:0 6px 18px #00b8d44d}.hero-cta-group .btn-discord{background:#fff;color:#0f172a;font-size:.98rem;font-weight:800;padding:.85rem 1.85rem;border-radius:2px;border:1.5px solid #cbd5e1;box-shadow:0 2px 6px #0000000a;letter-spacing:.03em;text-transform:uppercase}.hero-cta-group .btn-discord:hover{border-color:#00e5ff;color:#00b8d4;background:#00e5ff0d;transform:translateY(-2px)}.hero-features-list{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}.hero-feat-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#334155}.feat-icon{width:22px;height:22px;display:flex;align-items:center;color:#00b8d4}.feat-icon svg{width:100%;height:100%}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background:transparent}.hero-main-img{width:100%;max-width:640px;height:auto;display:block;object-fit:contain;mix-blend-mode:normal;filter:none;background:transparent;transition:transform .4s ease}.hero-visual:hover .hero-main-img{transform:translateY(-4px)}.section-features{padding:3rem 0 3.5rem;background:#fff;position:relative}.section-features:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(0,188,212,.05) 0%,transparent 65%);pointer-events:none}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.feature-card{background:#fff;border:1.5px solid #cbd5e1;border-top:3.5px solid #00e5ff;border-radius:2px;padding:0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #0f172a0d;transition:all .35s ease;position:relative}.feature-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#00e5ff;opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#00e5ff;box-shadow:0 8px 24px #0f172a14}.feature-card:hover:after{opacity:1}.feat-card-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.6rem 1.6rem 0;margin-bottom:1.1rem}.feat-icon-wrap{width:58px;height:58px;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.feature-card:hover .feat-icon-wrap{transform:scale(1.04)}.feat-svg-icon{width:56px;height:56px;display:block;border-radius:2px;overflow:hidden}.feat-icon-cyan{box-shadow:0 2px 8px #00e5ff40}.feat-icon-blue{box-shadow:0 2px 8px #3b82f640}.feat-icon-emerald{box-shadow:0 2px 8px #10b98140}.feat-icon-amber{box-shadow:0 2px 8px #f59e0b40}.feat-icon-violet{box-shadow:0 2px 8px #8b5cf640}.feat-icon-rose{box-shadow:0 2px 8px #f43f5e40}.feature-card:hover .feat-icon-cyan{box-shadow:0 4px 14px #00e5ff59}.feature-card:hover .feat-icon-blue{box-shadow:0 4px 14px #3b82f659}.feature-card:hover .feat-icon-emerald{box-shadow:0 4px 14px #10b98159}.feature-card:hover .feat-icon-amber{box-shadow:0 4px 14px #f59e0b59}.feature-card:hover .feat-icon-violet{box-shadow:0 4px 14px #8b5cf659}.feature-card:hover .feat-icon-rose{box-shadow:0 4px 14px #f43f5e59}.feat-category-tag{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;padding:.28rem .65rem;border-radius:2px;margin-top:.25rem}.feature-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:#0f172a;line-height:1.3;padding:0 1.6rem;margin-bottom:.55rem}.feature-desc{font-size:.875rem;color:#64748b;line-height:1.65;padding:0 1.6rem;flex:1;margin-bottom:1.25rem}.feat-card-footer{display:flex;align-items:center;gap:.5rem;padding:.9rem 1.6rem;border-top:1.5px solid #e2e8f0;margin-top:auto;background:#fafbfc}.feat-stat{font-size:.78rem;color:#64748b;font-weight:600}.feat-stat strong{color:#0f172a;font-weight:800}.feat-dot{color:#cbd5e1;font-size:1rem;line-height:1}.section-levels{padding:3rem 0 3.5rem;background:linear-gradient(160deg,#f0fdff,#f8fafc,#fafbff);position:relative;overflow:hidden}.section-levels:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(0,229,255,.04) 0%,transparent 70%);pointer-events:none}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#009bb3;margin-bottom:.65rem;background:#00e5ff14;border:1.5px solid #00e5ff;padding:.3rem .85rem;border-radius:2px}.section-subtitle{font-size:1rem;color:#64748b;max-width:560px;margin:.6rem auto 0;line-height:1.65}.levels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.level-card{background:#fff;border:1.5px solid #cbd5e1;border-top:3.5px solid #00e5ff;border-radius:2px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 14px #0f172a0a;transition:all .35s ease;position:relative}.level-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3.5px;background:#00e5ff;opacity:0;transition:opacity .3s ease}.level-card:hover{transform:translateY(-5px);border-color:#00e5ff;box-shadow:0 8px 24px #0f172a14}.level-card:hover:before{opacity:1}.level-card-top{padding:1.75rem 1.5rem 1.25rem;background:linear-gradient(145deg,#f0fdff,#fff 60%);border-bottom:1.5px solid #e2e8f0}.level-badge-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.level-step-num{font-family:var(--font-heading);font-size:.78rem;font-weight:800;color:#64748b;letter-spacing:.05em}.level-tag{font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .65rem;border-radius:2px}.tag-beginner{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.tag-advanced{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.tag-expert{background:#fef3c7;color:#d97706;border:1px solid #fde68a}.tag-crypto{background:#f3e8ff;color:#7c3aed;border:1px solid #e9d5ff}.level-icon-area{display:flex;justify-content:center;margin-bottom:1.25rem}.level-icon-circle{width:86px;height:86px;border-radius:4px;background:#fff;border:2px solid #00e5ff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a0f;transition:transform .35s ease,box-shadow .35s ease}.level-card:hover .level-icon-circle{transform:scale(1.04);box-shadow:0 4px 14px #00b8d433}.level-big-icon{width:58px;height:58px;display:block}.level-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;text-align:center}.level-desc{font-size:.85rem;color:#64748b;line-height:1.6;text-align:center;margin:0}.level-card-body{padding:1.25rem 1.5rem;flex:1}.level-features-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.level-features-list li{display:flex;align-items:center;gap:.55rem;font-size:.84rem;color:#334155;font-weight:600}.feat-check{width:20px;height:20px;min-width:20px;background:linear-gradient(135deg,#00e5ff,#00b8d4);color:#fff;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:900;line-height:1;box-shadow:0 2px 6px #0f172a14}.level-card-footer{padding:1rem 1.5rem 1.5rem;border-top:1.5px solid #e2e8f0}.level-cta-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem 1rem;background:linear-gradient(135deg,#00e5ff,#00b8d4);color:#fff;font-size:.9rem;font-weight:800;border-radius:2px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 12px #0f172a1f;letter-spacing:.03em;text-transform:uppercase}.level-cta-btn:hover{background:linear-gradient(135deg,#00c4e6,#009bb3);transform:translateY(-2px);box-shadow:0 6px 18px #00b8d440;color:#fff}.level-cta-btn svg{transition:transform .2s ease}.level-cta-btn:hover svg{transform:translate(4px)}.icon-sm-arrow{width:16px;height:16px;transition:transform .2s ease}.level-link:hover .icon-sm-arrow{transform:translate(4px)}.section-tools-community{padding:3rem 0 3.5rem;background:linear-gradient(160deg,#f8fafc,#fff,#f0fdff);position:relative}.tools-community-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:center}.tools-side{display:flex;flex-direction:column;justify-content:space-between}.side-header{margin-bottom:1.75rem}.side-title{font-family:var(--font-heading);font-size:1.85rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;line-height:1.2}.side-subtitle{font-size:.92rem;color:#64748b;line-height:1.6;margin-top:.4rem}.tools-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}.tool-item{display:flex;align-items:center;padding:1.1rem 1.25rem;background:#fff;border:1.5px solid #cbd5e1;border-left:4px solid #00e5ff;border-radius:2px;transition:var(--transition-smooth);box-shadow:0 2px 8px #0f172a08}.tool-item:hover{border-color:#00e5ff;box-shadow:0 4px 14px #0f172a0f;transform:translate(4px)}.tool-icon{width:48px;height:48px;min-width:48px;background:#00e5ff14;color:#009bb3;border:1px solid rgba(0,229,255,.25);border-radius:2px;display:flex;align-items:center;justify-content:center;margin-right:1.15rem}.tool-icon svg{width:24px;height:24px}.tool-content{flex:1}.tool-title{font-size:.98rem;font-weight:800;color:#0f172a;margin-bottom:.15rem}.tool-desc{font-size:.82rem;color:var(--dark-subtext)}.tool-chevron{color:#00b8d4;width:22px;height:22px;display:flex;align-items:center;transition:transform .2s ease}.tool-item:hover .tool-chevron{transform:translate(3px)}.discord-showcase-wrapper{display:flex}.discord-card{background:linear-gradient(145deg,#090d16,#060a12);border:1.5px solid rgba(0,229,255,.25);border-top:4px solid #00e5ff;border-radius:2px;padding:2.5rem 2.25rem 2rem;width:100%;color:#fff;display:grid;grid-template-columns:1fr 1.1fr;gap:2rem;align-items:start;box-shadow:0 16px 40px #0000004d;position:relative;overflow:hidden}.discord-card:before{content:"";position:absolute;top:-80px;right:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(0,229,255,.08) 0%,transparent 70%);pointer-events:none}.chatbox-image-wrap{position:relative;border-radius:2px;overflow:hidden;box-shadow:0 6px 20px #0006,0 0 0 1px #00e5ff33;background:#0e1525;align-self:center}.chatbox-preview-img{width:100%;height:auto;display:block;border-radius:2px;object-fit:cover}.chatbox-live-badge{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#090d16eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid #00e5ff;color:#e2f9fc;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;border-radius:2px;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.live-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;display:inline-block;animation:live-pulse 1.8s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.discord-info-header{display:flex;flex-direction:column;justify-content:space-between}.discord-main-title{font-size:1.65rem;font-weight:800;color:#fff;margin-bottom:.6rem;line-height:1.25}.discord-desc{font-size:.85rem;color:#94a3b8;line-height:1.5;margin-bottom:1.5rem}.discord-checklist{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-bottom:2rem}.discord-checklist li{display:flex;align-items:center;gap:.65rem;font-size:.875rem;font-weight:500;color:#e2e8f0}.check-icon{width:18px;height:18px;min-width:18px;display:flex;align-items:center}.check-icon svg{width:100%;height:100%}.discord-btn-wrapper{margin-top:auto}.discord-ui-app{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:2px;overflow:hidden;display:flex;flex-direction:column}.discord-topbar{background:#0f172a;padding:.65rem .85rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05);font-size:.75rem}.topbar-left{display:flex;align-items:center;gap:.45rem;font-weight:700;color:#f1f5f9;letter-spacing:-.01em}.icon-discord-small{width:16px;height:16px}.topbar-right{display:flex;align-items:center;gap:.35rem;color:#94a3b8}.hash-tag{color:#64748b;font-weight:700}.channel-name{color:#e2e8f0;font-weight:600}.icon-search{width:14px;height:14px;margin-left:.4rem;color:#64748b}.discord-body{display:grid;grid-template-columns:1fr 115px;background:#111827;min-height:240px}.discord-chat-feed{padding:.85rem;display:flex;flex-direction:column;gap:1.15rem;border-right:1px solid rgba(255,255,255,.05)}.discord-msg{display:flex;gap:.65rem;align-items:flex-start}.msg-avatar{width:32px;height:32px;min-width:32px;border-radius:2px;overflow:hidden;border:1.5px solid #00e5ff}.msg-avatar img{width:100%;height:100%;object-fit:cover}.msg-content{display:flex;flex-direction:column;gap:.2rem}.msg-meta{display:flex;align-items:center;gap:.4rem}.msg-author{font-size:.78rem;font-weight:700}.author-cyan{color:#00e5ff}.author-gold{color:#f59e0b}.msg-role-badge{background:#5865f2;color:#fff;font-size:.55rem;font-weight:800;padding:1px 4px;border-radius:2px}.msg-time{font-size:.65rem;color:#64748b}.msg-text{font-size:.75rem;color:#cbd5e1;line-height:1.35}.msg-reactions{display:flex;gap:.35rem;margin-top:.3rem}.reaction-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:2px 6px;font-size:.68rem;color:#94a3b8;display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;transition:var(--transition-smooth)}.reaction-pill.active,.reaction-pill:hover{background:#00e5ff26;border-color:#00e5ff;color:#00e5ff}.discord-members-list{background:#0d1322;padding:.75rem .5rem;font-size:.72rem}.member-group-title{font-size:.6rem;font-weight:800;color:#64748b;margin-bottom:.4rem;letter-spacing:.05em}.member-item{display:flex;align-items:center;gap:.35rem;padding:.2rem 0}.member-dot{width:6px;height:6px;border-radius:2px}.dot-admin{background:#ef4444}.dot-mod{background:#3b82f6}.dot-pro{background:#f59e0b}.dot-analyst{background:#00e5ff}.dot-swing{background:#10b981}.dot-member{background:#94a3b8}.member-name{font-weight:600}.text-admin{color:#f87171}.text-mod{color:#60a5fa}.text-pro{color:#fbbf24}.text-analyst{color:#22d3ee}.text-swing{color:#34d399}.text-member{color:#94a3b8}.section-testimonials{padding:3.5rem 0 4rem;background:linear-gradient(160deg,#f0fdff,#fff 40%,#f8fafc);position:relative;overflow:hidden}.section-testimonials:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(0,229,255,.04) 0%,transparent 70%);pointer-events:none}.testimonials-and-stats-wrapper{display:grid;grid-template-columns:1fr 300px;gap:1.5rem;align-items:stretch;margin-top:2rem}.testimonials-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.review-card{background:#fff;border:1.5px solid #cbd5e1;border-left:4px solid #00e5ff;border-radius:2px;padding:1.85rem 1.75rem 1.5rem;box-shadow:0 4px 16px #0f172a0a;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.review-card:before{content:"“";position:absolute;top:-10px;left:14px;font-size:6.5rem;line-height:1;color:#00e5ff1f;font-family:Georgia,serif;font-weight:900;pointer-events:none;-webkit-user-select:none;user-select:none}.review-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#00e5ff;opacity:0;transition:opacity .25s ease}.review-card:hover{transform:translateY(-4px);border-color:#00e5ff;box-shadow:0 8px 24px #0f172a14}.review-card:hover:after{opacity:1}.review-stars{font-size:1.35rem;letter-spacing:5px;margin-bottom:1rem;color:#00b8d4}.review-quote{font-size:1.18rem;color:#0f172a;line-height:1.7;margin-bottom:1.35rem;flex-grow:1;font-style:italic;font-weight:600}.reviewer-meta{display:flex;align-items:center;gap:.85rem;padding-top:1rem;border-top:1.5px solid #e2e8f0}.reviewer-avatar{width:48px;height:48px;border-radius:2px;object-fit:cover;border:2px solid #00e5ff;flex-shrink:0}.reviewer-info{display:flex;flex-direction:column;gap:.15rem}.reviewer-name{font-size:1.05rem;font-weight:800;color:#0f172a}.reviewer-role{font-size:.76rem;font-weight:700;color:#009bb3;letter-spacing:.04em;text-transform:uppercase}.stats-summary-card{background:linear-gradient(160deg,#090d16,#060a12);border:1.5px solid rgba(0,229,255,.25);border-top:4px solid #00e5ff;border-radius:2px;padding:1.5rem;box-shadow:0 12px 36px #00000040;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;text-align:center;position:relative;overflow:hidden}.stats-summary-card:before{content:"";position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(0,229,255,.08) 0%,transparent 70%);pointer-events:none}.stats-items-grid{display:flex;flex-direction:column;gap:.85rem}.stat-col{display:flex;flex-direction:column;align-items:center;padding:1rem .6rem;background:#ffffff08;border-radius:2px;border:1px solid rgba(255,255,255,.08);transition:background .2s ease,border-color .2s ease}.stat-col:hover{background:#00e5ff0f;border-color:#00e5ff4d}.stat-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:.4rem}.stat-icon svg{width:26px;height:26px;stroke:#00e5ff}.stat-number{font-family:var(--font-heading);font-size:1.65rem;font-weight:800;color:#fff;line-height:1.15}.stat-label{font-size:.82rem;font-weight:700;color:#94a3b8;margin-top:.2rem;letter-spacing:.02em}.stat-footnote{font-size:.78rem;font-weight:700;color:#00e5ff;letter-spacing:.04em;text-transform:uppercase}.section-cta-banner{padding:3rem 0 4rem;background-color:var(--body-bg)}.cta-banner-card{background:linear-gradient(135deg,#090e1a,#030712);border-radius:var(--radius-lg);padding:2.25rem 3rem;position:relative;overflow:hidden;border:1px solid rgba(6,182,212,.25);box-shadow:0 20px 45px -10px #0006}.cta-banner-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;z-index:2}.cta-logo-wrap{width:140px;height:100px;min-width:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta-s1-img,.cta-s1-icon{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply;background:transparent}.cta-text-block{flex:1}.cta-heading{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:.35rem;white-space:nowrap}.cta-sub{font-size:.9rem;color:#94a3b8}.cta-buttons-group{display:flex;align-items:center;gap:1rem}.site-footer{background-color:#fff;border-top:1px solid #e2e8f0;padding:4.5rem 0 2rem}.footer-top-grid{display:grid;grid-template-columns:1.5fr 1fr 1.1fr 1fr 1.4fr;gap:2.5rem;margin-bottom:3.5rem}.footer-logo{margin-bottom:1rem}.footer-tagline{font-size:.85rem;color:var(--dark-subtext);line-height:1.5;margin-bottom:1.5rem;max-width:260px}.footer-socials{display:flex;gap:.65rem}.social-link{width:34px;height:34px;border-radius:var(--radius-full);background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.social-link svg{width:16px;height:16px}.social-link:hover{background:var(--primary-cyan);transform:translateY(-3px)}.footer-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links a{font-size:.85rem;color:var(--dark-subtext);transition:var(--transition-smooth)}.footer-links a:hover{color:var(--primary-cyan);transform:translate(3px);display:inline-block}.footer-text{font-size:.85rem;color:var(--dark-subtext);margin-bottom:1rem;line-height:1.5}.footer-discord-col .btn-discord-outline{background:#0f172a;border-color:#0f172a;color:#fff}.footer-discord-col .btn-discord-outline:hover{background:#1e293b}.footer-bottom{padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1rem;font-size:.75rem;color:#94a3b8;line-height:1.5}.risk-disclaimer{max-width:900px}.copyright{color:#64748b}.about-hero-section{padding:5rem 0 6rem;position:relative;background:linear-gradient(160deg,#f0f9ff,#fff,#f8fafc);overflow:hidden}.about-hero-section:before{content:"";position:absolute;top:-60px;left:-80px;width:480px;height:480px;background:radial-gradient(ellipse,rgba(6,182,212,.08) 0%,transparent 70%);pointer-events:none}.about-hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(6,182,212,.3),transparent)}.about-hero-grid{display:grid;grid-template-columns:1.1fr .95fr;align-items:center;gap:3.5rem;position:relative;z-index:1}.about-hero-content{max-width:620px}.about-badge{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem 1.15rem;background:#ecfeff;border:1px solid rgba(6,182,212,.5);border-radius:var(--radius-full);margin-bottom:1.5rem}.about-badge-text{font-size:.78rem;font-weight:700;color:#0891b2;letter-spacing:.08em;text-transform:uppercase}.about-hero-title{font-family:var(--font-heading);font-size:clamp(2.4rem,4.5vw,3.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem;color:#0b0f19}.about-hero-title .text-cyan{color:#0891b2;-webkit-text-fill-color:unset;background:none}.about-lead-text{font-size:1.08rem;font-weight:600;color:#1e293b;line-height:1.75;margin-bottom:1.25rem;border-left:3px solid #06b6d4;padding-left:1.1rem}.about-body-text{font-size:.97rem;color:#475569;line-height:1.8;margin-bottom:2rem}.about-pills-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}.about-stat-strip{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e0f2fe;border-radius:14px;padding:1rem 1.5rem;margin-top:1.75rem;margin-bottom:.25rem;box-shadow:0 2px 16px #06b6d414,0 1px 4px #0f172a0d}.about-stat-item{display:flex;flex-direction:column;align-items:center;flex:1;gap:.15rem;transition:transform .25s ease}.about-stat-item:hover{transform:translateY(-2px)}.about-stat-num{font-family:var(--font-heading);font-size:1.65rem;font-weight:800;color:#0891b2;line-height:1;letter-spacing:-.02em}.about-stat-label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.about-stat-divider{width:1px;height:36px;background:#e0f2fe;flex-shrink:0;margin:0 .5rem}.about-pill-item{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1.05rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:50px;font-size:.82rem;font-weight:600;color:#0369a1;transition:var(--transition-smooth)}.about-pill-item:hover{border-color:#06b6d4;background:#e0f2fe;color:#0891b2;transform:translateY(-2px);box-shadow:0 4px 12px #06b6d426}.about-pill-icon{color:#06b6d4;font-weight:700;font-size:.9rem}.about-hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.about-hero-visual:before{content:"";position:absolute;width:360px;height:360px;background:radial-gradient(ellipse,rgba(6,182,212,.1) 0%,transparent 68%);border-radius:50%;pointer-events:none}.about-hero-img-wrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 0 0 1px #06b6d42e,0 20px 50px -10px #06b6d426,0 8px 24px -4px #0f172a14;background:#f0f9ff;transition:transform .4s ease,box-shadow .4s ease}.about-hero-img-wrap:hover{transform:translateY(-6px);box-shadow:0 0 0 1px #06b6d44d,0 28px 60px -10px #06b6d438,0 12px 30px -5px #0f172a1a}.about-hero-img{width:100%;height:auto;display:block;object-fit:cover}.section-about-offerings{padding:5.5rem 0 6rem;background:#f8fafc;position:relative}.dual-tier-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1060px;margin:0 auto}.tier-card{background:#fff;border-radius:24px;border:1.5px solid #e2e8f0;padding:2.5rem 2.25rem;display:flex;flex-direction:column;position:relative;box-shadow:var(--card-shadow);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.tier-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px -10px #06b6d41f,0 8px 20px -4px #0f172a0f;border-color:#cbd5e1}.tier-card.tier-vip{border-color:#06b6d473;box-shadow:0 10px 30px -5px #06b6d426,0 4px 12px #0f172a0a;background:linear-gradient(180deg,#fff,#f0fdfa);position:relative}.tier-card.tier-vip:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#06b6d4,#00e5ff,#3b82f6);border-radius:24px 24px 0 0}.tier-card.tier-vip:hover{border-color:#06b6d4;box-shadow:0 24px 50px -10px #06b6d438,0 10px 25px -4px #0f172a14}.tier-header{margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.tier-badge-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.tier-badge{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .85rem;border-radius:50px}.tier-free .tier-badge{background:#e2e8f0;color:#475569}.tier-vip .tier-badge{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 2px 10px #06b6d44d}.tier-access-tag{font-size:.82rem;font-weight:600;color:#64748b}.tier-vip .tier-access-tag{color:#0891b2;font-weight:700}.tier-title{font-size:1.85rem;font-weight:800;color:#0b0f19;margin-bottom:.5rem}.tier-price-row{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.75rem}.tier-price{font-family:var(--font-heading);font-size:2.2rem;font-weight:900;color:#0b0f19}.tier-price-period{font-size:.9rem;color:#64748b;font-weight:500}.tier-desc{font-size:.92rem;color:#475569;line-height:1.55}.tier-feature-title{font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:1rem}.tier-feature-list{list-style:none;display:flex;flex-direction:column;gap:.9rem;margin-bottom:2rem;flex-grow:1}.tier-feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.93rem;color:#334155;line-height:1.5}.tier-check-icon{width:20px;height:20px;min-width:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.tier-free .tier-check-icon{background:#e0f2fe;color:#0284c7}.tier-vip .tier-check-icon{background:#06b6d4;color:#fff;box-shadow:0 2px 6px #06b6d459}.tier-check-icon svg{width:12px;height:12px}.tier-footer{margin-top:auto;padding-top:1.25rem}.section-psychology{padding:6rem 0 6.5rem;background:#090d16;color:#fff;position:relative;overflow:hidden}.section-psychology:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:500px;background:radial-gradient(circle at 50% 0%,#06b6d426,#090d1600 70%);pointer-events:none}.section-psychology .section-title{color:#fff}.section-psychology .section-subtitle{color:#94a3b8}.section-psychology .section-eyebrow{color:#22d3ee}.psychology-callout-card{background:linear-gradient(135deg,#0f172ae6,#1e293bcc);border:1.5px solid rgba(6,182,212,.35);border-radius:20px;padding:2.25rem 2.5rem;max-width:960px;margin:0 auto 3.5rem;box-shadow:0 16px 40px #0006,inset 0 1px 1px #ffffff1a;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.psychology-callout-card:before{content:'"';position:absolute;top:.5rem;left:1.5rem;font-size:5rem;font-family:var(--font-heading);color:#06b6d42e;line-height:1;pointer-events:none}.psychology-callout-text{font-size:1.15rem;font-weight:500;line-height:1.7;color:#e2e8f0;position:relative;z-index:1}.psychology-callout-text strong{color:#38bdf8;font-weight:700}.psychology-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3.5rem}.psychology-card{background:#0f172abf;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.85rem 1.6rem;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;overflow:hidden}.psychology-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#06b6d4,#00e5ff);opacity:0;transition:opacity .3s ease}.psychology-card:hover{transform:translateY(-6px);border-color:#06b6d466;background:#1e293bd9;box-shadow:0 16px 36px #06b6d41f}.psychology-card:hover:after{opacity:1}.psy-icon-wrap{width:48px;height:48px;border-radius:12px;background:#06b6d426;border:1px solid rgba(6,182,212,.3);color:#22d3ee;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease}.psychology-card:hover .psy-icon-wrap{transform:scale(1.1) rotate(-3deg);background:#06b6d4;color:#fff}.psy-icon-wrap svg{width:24px;height:24px}.psy-card-title{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.6rem;font-family:var(--font-heading)}.psy-card-desc{font-size:.9rem;color:#94a3b8;line-height:1.55}.psychology-takeaway-banner{background:linear-gradient(90deg,#06b6d426,#3b82f626);border:1.5px solid rgba(6,182,212,.4);border-radius:16px;padding:1.6rem 2rem;text-align:center;max-width:820px;margin:0 auto}.psychology-takeaway-text{font-size:1.08rem;font-weight:600;color:#fff;line-height:1.6;font-style:italic}.psychology-takeaway-text span{color:#22d3ee;font-style:normal;font-weight:700}.section-founder-note{padding:6rem 0;background:#fff;position:relative}.founder-note-card{max-width:900px;margin:0 auto;background:#fff;border:1.5px solid #e2e8f0;border-radius:28px;padding:3.5rem 3.25rem;box-shadow:0 12px 40px -6px #0f172a12;position:relative}.founder-note-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.25rem;padding-bottom:1.75rem;border-bottom:1px solid #f1f5f9}.founder-avatar{width:68px;height:68px;border-radius:18px;background:linear-gradient(135deg,#06b6d4,#0891b2);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px #06b6d459;flex-shrink:0}.founder-avatar svg{width:34px;height:34px}.founder-info{flex:1}.founder-title-tag{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0891b2;margin-bottom:.25rem}.founder-heading{font-size:1.65rem;font-weight:800;color:#0b0f19}.founder-quote-body{display:flex;flex-direction:column;gap:1.35rem;font-size:1.05rem;color:#334155;line-height:1.7}.founder-quote-body p strong{color:#0b0f19}.founder-highlight-box{background:#ecfeff;border-left:4px solid #06b6d4;padding:1.25rem 1.5rem;border-radius:0 12px 12px 0;font-weight:600;color:#0e7490;margin:.5rem 0}.founder-signoff{margin-top:1.5rem;padding-top:1.75rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.founder-welcome-tag{font-family:var(--font-heading);font-size:1.4rem;font-weight:900;color:#0b0f19}.founder-welcome-tag span{color:#06b6d4}@media(max-width:1100px){.features-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.levels-grid{grid-template-columns:repeat(2,1fr)}.tools-community-grid,.testimonials-and-stats-wrapper{grid-template-columns:1fr}.testimonials-row{grid-template-columns:repeat(2,1fr)}.stats-summary-card{padding:2rem}.stats-items-grid{flex-direction:row;gap:1rem}.stat-col{flex:1}.footer-top-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-brand-col{grid-column:span 3}}@media(max-width:850px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{margin:0 auto 2rem}.hero-cta-group,.hero-features-list{justify-content:center}.hero-visual{max-width:480px;margin:0 auto}.discord-card{grid-template-columns:1fr;gap:2rem}.cta-banner-content{flex-direction:column;text-align:center;gap:1.5rem}.cta-heading{white-space:normal;font-size:1.3rem}.cta-buttons-group{flex-direction:column;width:100%}.cta-buttons-group .btn{width:100%}.nav-actions{display:none}.hamburger-btn{display:flex}.mobile-menu-overlay{display:block}.nav-menu{position:fixed;top:0;right:0;width:min(320px,85vw);height:100dvh;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:0;box-shadow:-8px 0 40px #090d162e;border-left:1px solid #e8eef4;transform:translate(100%);opacity:1;visibility:hidden;transition:transform .42s cubic-bezier(.23,1,.32,1),visibility .42s ease;z-index:999;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;justify-content:flex-start}.nav-menu.open{transform:translate(0);visibility:visible}.mobile-menu-header{display:flex}.nav-list{flex-direction:column;align-items:flex-start;width:100%;gap:0;margin-bottom:0;padding:1rem 0;height:auto}.nav-item{width:100%;height:auto;border-bottom:1px solid #f1f5f9;opacity:0;transform:translate(20px);transition:opacity .3s ease,transform .3s ease,background .2s ease}.nav-item:nth-child(1){transition-delay:.05s}.nav-item:nth-child(2){transition-delay:.1s}.nav-item:nth-child(3){transition-delay:.15s}.nav-item:nth-child(4){transition-delay:.2s}.nav-item:nth-child(5){transition-delay:.25s}.nav-item:nth-child(6){transition-delay:.3s}.nav-menu.open .nav-item{opacity:1;transform:translate(0)}.nav-item:hover{background:#f8fafc}.nav-link{width:100%;padding:1rem 1.5rem;height:auto;font-size:1rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:.75rem;border-left:3px solid transparent}.nav-link:before{display:none}.nav-link.active{color:var(--primary-cyan);border-left-color:var(--primary-cyan);background:#ecfeff;font-weight:700}.nav-link:hover{color:var(--primary-cyan);border-left-color:var(--primary-cyan)}.mobile-nav-actions{display:flex;flex-direction:column;width:100%;gap:.75rem;padding:1.25rem 1.5rem 2rem;margin-top:auto;border-top:1px solid #e8eef4;opacity:0;transform:translateY(10px);transition:opacity .3s ease .35s,transform .3s ease .35s}.nav-menu.open .mobile-nav-actions{opacity:1;transform:translateY(0)}.mobile-nav-actions .btn{width:100%;justify-content:center;padding:.75rem 1.25rem;font-size:.92rem;border-radius:10px}.mobile-nav-actions .btn-cyan{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 4px 14px #06b6d44d}.mobile-nav-actions .btn-outline{background:#f8fafc;border:1.5px solid #e2e8f0;color:#334155}.hamburger-btn.active{background:#fff1f2;border-color:#fecdd3}.hamburger-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg);width:18px}.hamburger-btn.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);width:18px}.about-hero-grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}.about-hero-content{max-width:100%}.about-pills-row{justify-content:center}.about-hero-visual{max-width:480px;margin:0 auto}.dual-tier-grid{grid-template-columns:1fr;max-width:560px}.psychology-pillars-grid{grid-template-columns:repeat(2,1fr)}.founder-note-card{padding:2.5rem 2rem}}@media(max-width:580px){.nav-container{height:90px}.brand-logo-img{height:72px}.footer-logo .brand-logo-img{height:70px}.nav-menu{top:90px}.hero-title{font-size:2rem}.about-hero-title{font-size:2.1rem}.features-grid,.levels-grid,.testimonials-row{grid-template-columns:1fr}.stats-items-grid{flex-direction:column;gap:1.5rem}.discord-card{padding:1.5rem 1.25rem}.discord-body{grid-template-columns:1fr}.discord-members-list{display:none}.footer-top-grid{grid-template-columns:1fr;text-align:center}.footer-brand-col{grid-column:span 1;align-items:center;display:flex;flex-direction:column}.footer-tagline{text-align:center}.footer-socials{justify-content:center}.footer-title,.footer-links,.footer-links li,.footer-text{text-align:center}.footer-discord-col{text-align:center;align-items:center;display:flex;flex-direction:column}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.cta-banner-card,.tier-card{padding:2rem 1.5rem}.psychology-pillars-grid{grid-template-columns:1fr}.psychology-callout-card{padding:1.75rem 1.5rem}.psychology-takeaway-banner{padding:1.25rem}.founder-note-card{padding:2rem 1.25rem}.founder-note-header,.founder-signoff{flex-direction:column;text-align:center}}.comm-hero{padding:5rem 0 4.5rem;background:linear-gradient(160deg,#f0f9ff,#fff 55%,#f8fafc);position:relative;overflow:hidden}.comm-hero:before{content:"";position:absolute;top:-80px;right:-100px;width:500px;height:500px;background:radial-gradient(ellipse,rgba(6,182,212,.08) 0%,transparent 70%);pointer-events:none}.comm-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(6,182,212,.3),transparent)}.comm-hero-inner{position:relative;z-index:1;text-align:center;max-width:740px;margin:0 auto}.comm-eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem 1.15rem;background:#ecfeff;border:1px solid rgba(6,182,212,.5);border-radius:999px;margin-bottom:1.5rem;font-size:.78rem;font-weight:700;color:#0891b2;letter-spacing:.08em;text-transform:uppercase}.comm-hero-title{font-family:Outfit,sans-serif;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:#0b0f19;margin-bottom:1.25rem}.comm-hero-title span{color:#0891b2}.comm-hero-lead{font-size:1.08rem;color:#475569;line-height:1.8;max-width:620px;margin:0 auto 2.5rem}.comm-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.comm-why{padding:5rem 0;background:#fff}.comm-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.comm-why-text .section-eyebrow{margin-bottom:.75rem}.comm-why-text h2{font-family:Outfit,sans-serif;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;color:#0b0f19;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.25rem}.comm-why-text h2 span{color:#0891b2}.comm-why-text p{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:1rem}.comm-why-features{display:flex;flex-direction:column;gap:.85rem;margin-top:1.75rem}.comm-why-feat{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1.1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .2s,box-shadow .2s}.comm-why-feat:hover{border-color:#bae6fd;box-shadow:0 2px 12px #06b6d41a}.comm-feat-icon{width:32px;height:32px;min-width:32px;background:#ecfeff;border-radius:8px;display:flex;align-items:center;justify-content:center}.comm-feat-icon svg{width:16px;height:16px}.comm-feat-text{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.5}.comm-feat-sub{font-size:.82rem;color:#64748b;font-weight:400;margin-top:.1rem}.comm-discord-card{background:linear-gradient(145deg,#0d1117,#111827 60%,#0f1923);border-radius:24px;padding:2.5rem;color:#fff;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.07);box-shadow:0 0 0 1px #06b6d41f,0 24px 60px -10px #0000008c,0 8px 24px #0000004d}.comm-discord-card:before{content:"";position:absolute;top:-60px;right:-60px;width:240px;height:240px;background:radial-gradient(ellipse,rgba(6,182,212,.14) 0%,transparent 68%);border-radius:50%;pointer-events:none}.comm-discord-card:after{content:"";position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;background:radial-gradient(ellipse,rgba(88,101,242,.1) 0%,transparent 68%);border-radius:50%;pointer-events:none}.comm-discord-logo{margin-bottom:1.5rem;position:relative;z-index:1}.comm-discord-logo svg{width:48px;height:48px}.comm-discord-logo svg path{fill:#5865f2}.comm-discord-card h3{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;margin-bottom:.6rem;color:#f1f5f9;position:relative;z-index:1}.comm-discord-card>p{font-size:.92rem;line-height:1.75;color:#94a3b8;margin-bottom:1.75rem;position:relative;z-index:1}.comm-discord-perks{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;position:relative;z-index:1}.comm-perk-row{display:flex;align-items:center;gap:.65rem;font-size:.875rem;font-weight:500;color:#cbd5e1;padding:.45rem .75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:8px;transition:background .2s,border-color .2s}.comm-perk-row:hover{background:#06b6d414;border-color:#06b6d433}.comm-perk-dot{width:7px;height:7px;background:#06b6d4;border-radius:50%;flex-shrink:0}.btn-discord-white{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.65rem;background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;font-weight:700;font-size:.92rem;border-radius:10px;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative;z-index:1;box-shadow:0 4px 16px #5865f259}.btn-discord-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #5865f280}.btn-discord-white svg{width:18px;height:18px}.comm-inside{padding:5.5rem 0 5rem;background:#f8fafc}.comm-inside-header{text-align:center;max-width:580px;margin:0 auto 3.5rem}.comm-inside-header h2{font-family:Outfit,sans-serif;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;color:#0b0f19;letter-spacing:-.02em;margin-bottom:.75rem}.comm-inside-header h2 span{color:#0891b2}.comm-inside-header p{font-size:.97rem;color:#64748b;line-height:1.7}.comm-channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.comm-channel-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem 1.5rem;transition:border-color .25s,box-shadow .25s,transform .25s}.comm-channel-card:hover{border-color:#bae6fd;box-shadow:0 6px 24px #06b6d41a;transform:translateY(-3px)}.comm-channel-card.highlight{border-color:#bae6fd;background:linear-gradient(135deg,#f0f9ff,#fff)}.comm-channel-icon{width:44px;height:44px;background:#f0f9ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.comm-channel-card.vip .comm-channel-icon{background:linear-gradient(135deg,#fef9c3,#fefce8)}.comm-channel-icon svg{width:20px;height:20px}.comm-channel-card h4{font-family:Outfit,sans-serif;font-size:1.02rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.comm-channel-card p{font-size:.875rem;color:#64748b;line-height:1.65}.comm-vip-badge{display:inline-block;font-size:.7rem;font-weight:700;color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;padding:.15rem .5rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.6rem}.comm-benefit{padding:5.5rem 0;background:#fff}.comm-benefit-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.comm-benefit-text h2{font-family:Outfit,sans-serif;font-size:clamp(1.9rem,3vw,2.4rem);font-weight:800;color:#0b0f19;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.comm-benefit-text h2 span{color:#0891b2}.comm-benefit-text>p{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.comm-struggles{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.comm-struggle-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border-left:3px solid #06b6d4;border-radius:0 8px 8px 0;font-size:.9rem;font-weight:500;color:#334155;transition:background .2s,border-color .2s}.comm-struggle-item:hover{background:#f0f9ff}.comm-struggle-dot{width:8px;height:8px;background:#06b6d4;border-radius:50%;flex-shrink:0}.comm-benefit-quote{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:20px;padding:2.5rem;position:relative}.comm-benefit-quote:before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:5rem;color:#06b6d426;font-family:Georgia,serif;line-height:1}.comm-benefit-quote p{font-size:1.05rem;color:#1e293b;line-height:1.8;font-style:italic;margin-bottom:1.75rem;position:relative;z-index:1}.comm-quote-points{display:flex;flex-direction:column;gap:.7rem}.comm-quote-point{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:#334155;font-weight:500}.comm-quote-check{width:18px;height:18px;min-width:18px;background:#06b6d4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.comm-quote-check svg{width:10px;height:10px}.comm-tiers{padding:5rem 0;background:#f8fafc}.comm-tiers-header{text-align:center;max-width:560px;margin:0 auto 3rem}.comm-tiers-header h2{font-family:Outfit,sans-serif;font-size:clamp(1.8rem,2.8vw,2.3rem);font-weight:800;color:#0b0f19;letter-spacing:-.02em;margin-bottom:.65rem}.comm-tiers-header h2 span{color:#0891b2}.comm-tiers-header p{font-size:.95rem;color:#64748b;line-height:1.7}.comm-tier-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:820px;margin:0 auto}.comm-tier-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.25rem;transition:box-shadow .25s,transform .25s}.comm-tier-card:hover{box-shadow:0 8px 32px #06b6d41f;transform:translateY(-4px)}.comm-tier-card.tier-free{border-top:4px solid #06b6d4}.comm-tier-card.tier-vip{border-top:4px solid #f59e0b}.comm-tier-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.tier-free .comm-tier-label{color:#0891b2}.tier-vip .comm-tier-label{color:#b45309}.comm-tier-card h3{font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:.35rem}.comm-tier-access{display:inline-block;font-size:.72rem;font-weight:700;border-radius:4px;padding:.15rem .5rem;margin-bottom:1.25rem}.tier-free .comm-tier-access{background:#ecfeff;color:#0891b2}.tier-vip .comm-tier-access{background:#fef3c7;color:#92400e}.comm-tier-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.comm-tier-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:#334155;line-height:1.5}.comm-tier-list li svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.tier-free .comm-tier-list li svg{color:#06b6d4}.tier-vip .comm-tier-list li svg{color:#f59e0b}.comm-join-cta{padding:5rem 0;background:#fff;text-align:center}.comm-join-inner{max-width:580px;margin:0 auto}.comm-join-inner h2{font-family:Outfit,sans-serif;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;color:#0b0f19;letter-spacing:-.02em;margin-bottom:1rem}.comm-join-inner h2 span{color:#0891b2}.comm-join-inner p{font-size:1rem;color:#64748b;line-height:1.75;margin-bottom:2.25rem}.comm-join-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.comm-why-grid,.comm-benefit-inner{grid-template-columns:1fr;gap:2.5rem}.comm-channels-grid{grid-template-columns:1fr 1fr}.comm-tier-cards{grid-template-columns:1fr;max-width:480px}}@media(max-width:580px){.comm-hero{padding:3.5rem 0 3rem}.comm-channels-grid{grid-template-columns:1fr}.comm-hero-cta,.comm-join-buttons{flex-direction:column;align-items:center}.comm-benefit-quote{padding:1.75rem}}.coming-soon-page{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem;position:relative;background:linear-gradient(170deg,#f8fafc,#f0fdff,#fff);color:#0f172a;overflow:hidden}.cs-bg-glow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:700px;height:350px;background:radial-gradient(ellipse,rgba(6,182,212,.12) 0%,transparent 70%);pointer-events:none}.coming-soon-card{max-width:720px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3.5rem 3rem;text-align:center;box-shadow:0 25px 50px -12px #0f172a14,0 0 30px #06b6d40f;position:relative;z-index:2}.cs-top-meta{display:flex;justify-content:center;margin-bottom:1.5rem}.cs-badge{display:inline-flex;align-items:center;gap:.55rem;background:#ecfeff;border:1px solid #cff9fe;color:#0891b2;font-size:.8rem;font-weight:700;padding:.38rem .95rem;border-radius:50px;letter-spacing:.03em;text-transform:uppercase}.cs-badge-dot{width:8px;height:8px;border-radius:50%;background:#0891b2;box-shadow:0 0 8px #0891b299;animation:live-pulse 1.8s ease-in-out infinite}.coming-soon-title{font-family:Outfit,sans-serif;font-size:clamp(2.1rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:1.15rem;color:#0f172a;letter-spacing:-.02em}.coming-soon-title .text-cyan{color:#0891b2}.coming-soon-lead{font-size:1.05rem;color:#475569;line-height:1.7;max-width:580px;margin:0 auto 2.25rem}.cs-pillars-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.75rem;padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px}.cs-pillar-item{display:flex;align-items:center;gap:.75rem;text-align:left}.cs-pillar-icon{width:38px;height:38px;min-width:38px;background:#ecfeff;border:1px solid #cff9fe;color:#0891b2;border-radius:10px;display:flex;align-items:center;justify-content:center}.cs-pillar-icon svg{width:20px;height:20px}.cs-pillar-text{display:flex;flex-direction:column}.cs-pillar-text strong{font-size:.85rem;font-weight:700;color:#0f172a;line-height:1.2}.cs-pillar-text span{font-size:.73rem;color:#64748b;margin-top:.15rem}.cs-actions{display:flex;justify-content:center}.cs-home-btn{padding:.9rem 2.25rem;font-size:.98rem;border-radius:12px;box-shadow:0 4px 14px #0891b240;transition:all .25s ease}.cs-home-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0891b259}@media(max-width:768px){.coming-soon-card{padding:2.5rem 1.5rem}.cs-pillars-row{grid-template-columns:1fr;gap:1rem;text-align:left}}
