*{margin: 0;padding: 0;box-sizing: border-box;}body{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;background: #fff;color: #111827;line-height: 1.6;-webkit-font-smoothing: antialiased;}:root{--red: #E8232A;--rd: #B01820;--green: #1D9E75;--gb: #ECFDF5;--off: #F7F8FA;--bdr: #E8EBF0;--mu: #6B7280;--hi: #9CA3AF;--tx: #111827;}.wrap{max-width: 1120px;margin: 0 auto;padding: 0 28px;}.sec{padding: 80px 28px;}.sec-sm{padding: 56px 28px;}.bg-off{background: var(--off);}.eyebrow{font-size: 12px;font-weight: 600;letter-spacing: .08em;text-transform: uppercase;color: var(--red);margin-bottom: 10px;}h2.big{font-size: clamp(28px, 3.8vw, 44px);font-weight: 800;letter-spacing: -.03em;line-height: 1.12;margin-bottom: 14px;}h2.big em{color: var(--red);font-style: normal;}.lead{font-size: 17px;color: var(--mu);line-height: 1.6;max-width: 520px;margin-bottom: 40px;}.btn-r{background: var(--red);color: #fff;padding: 14px 28px;border-radius: 8px;font-size: 15px;font-weight: 600;cursor: pointer;display: inline-block;transition: all .15s;border: none;}.btn-r:hover{background: var(--rd);transform: translateY(-1px);}.btn-g{background: #F7F8FA;color: #374151;padding: 14px 28px;border-radius: 8px;font-size: 15px;font-weight: 500;cursor: pointer;display: inline-block;border: 1px solid #E8EBF0;transition: background .15s;}.btn-g:hover{background: #EDEEF1;}.btn-w{background: #fff;color: var(--red);padding: 14px 28px;border-radius: 8px;font-size: 15px;font-weight: 700;cursor: pointer;display: inline-block;border: none;}.btn-dark{background: #111827;color: #fff;padding: 12px 24px;border-radius: 8px;font-size: 14px;font-weight: 600;cursor: pointer;display: inline-block;transition: background .15s;border: none;}.btn-dark:hover{background: #1F2937;}nav{position: fixed;top: 0;left: 0;right: 0;z-index: 200;height: 60px;background: rgba(255,255,255,.98);backdrop-filter: blur(16px);border-bottom: 1px solid #E8EBF0;display: flex;align-items: center;padding: 0 16px;}.ni{max-width: 1120px;margin: 0 auto;width: 100%;display: flex;align-items: center;justify-content: space-between;}.logo{display: flex;align-items: center;gap: 8px;cursor: pointer;flex-shrink: 0;}.logo img{height: 32px;width: auto;}.nl{display: flex;gap: 2px;align-items: center;}.nl > a{padding: 5px 12px;font-size: 13px;color: #6B7280;border-radius: 6px;cursor: pointer;transition: all .15s;white-space: nowrap;text-decoration: none;}.nl > a:hover, .nl > a.on{color: #111827;background: #F3F4F6;}.dd{position: relative;}.dd-btn{display: flex;align-items: center;gap: 5px;padding: 5px 12px;font-size: 13px;color: #6B7280;border-radius: 6px;cursor: pointer;transition: all .15s;white-space: nowrap;user-select: none;}.dd-btn:hover, .dd-btn.open{color: #111827;background: #F3F4F6;}.dd-btn.open .dd-chev{transform: rotate(180deg);}.dd-chev{width: 10px;height: 10px;transition: transform .2s;fill: none;stroke: currentColor;stroke-width: 2;overflow: visible;}.dd-menu{position: absolute;top: calc(100% + 8px);left: 50%;transform: translateX(-50%);background: #fff;border: 1px solid #E8EBF0;border-radius: 12px;padding: 16px 20px;min-width: 1119px;max-width: 1119vw;opacity: 0;visibility: hidden;transform: translateX(-50%) translateY(-6px);transition: all .18s;box-shadow: 0 8px 32px rgba(0,0,0,.1);z-index: 300;display: grid;grid-template-columns: repeat(5, 1fr);gap: 12px;}.dd-menu.show{opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);}.dd-item{display: flex;flex-direction: column;align-items: center;text-align: center;gap: 6px;padding: 14px 10px;border-radius: 12px;cursor: pointer;transition: background .15s;min-width: 0;width: 100%;}.dd-item:hover{background: #F7F8FA;}.dd-icon{width: 44px;height: 44px;border-radius: 10px;display: grid;place-items: center;flex-shrink: 0;font-size: 22px;}.dd-name{font-size: 14px;font-weight: 700;color: #111827;display: block;line-height: 1.3;}.dd-name a{text-decoration: none;color: inherit;}.dd-desc{font-size: 11px;color: #9CA3AF;line-height: 1.3;display: block;max-width: 160px;width: 100%;word-break: break-word;padding: 0 14px;}.nfree{background: var(--red);color: #fff;padding: 7px 18px;border-radius: 7px;font-size: 13px;font-weight: 600;cursor: pointer;flex-shrink: 0;border: none;}.nfree:hover{background: var(--rd);}.nfree a{color: #fff;text-decoration: none;}.hamburger{display: none;flex-direction: column;gap: 4px;cursor: pointer;padding: 4px;background: none;border: none;}.hamburger span{display: block;width: 24px;height: 2px;background: #111827;border-radius: 2px;transition: all .3s;}.hamburger.active span:nth-child(1){transform: rotate(45deg) translate(4px, 4px);}.hamburger.active span:nth-child(2){opacity: 0;}.hamburger.active span:nth-child(3){transform: rotate(-45deg) translate(4px, -4px);}.mobile-nav{display: none;position: fixed;top: 60px;left: 0;right: 0;bottom: 0;background: rgba(255,255,255,.98);backdrop-filter: blur(16px);z-index: 199;padding: 24px 20px;overflow-y: auto;flex-direction: column;gap: 8px;}.mobile-nav.open{display: flex;}.mobile-nav a{padding: 12px 16px;font-size: 13px;color: #111827;text-decoration: none;border-radius: 8px;transition: background .15s;cursor: pointer;}.mobile-nav a:hover{background: #F3F4F6;}.mobile-dd-btn{padding: 12px 16px;font-size: 16px;color: #111827;display: flex;align-items: center;justify-content: space-between;cursor: pointer;border-radius: 8px;transition: background .15s;}.mobile-dd-btn:hover{background: #F3F4F6;}.mobile-cta{margin-top: 12px;background: var(--red);color: #fff;text-align: center;padding: 14px;border-radius: 8px;font-weight: 600;cursor: pointer;border: none;font-size: 16px;}.mobile-cta:hover{background: var(--rd);}.mobile-cta a{color: #fff;text-decoration: none;}.mobile-dd-items{display: none;padding-left: 16px;margin-top: 4px;}.mobile-dd-items.open{display: block;}.mobile-dd-items .dd-item{padding: 10px 12px;border-radius: 8px;cursor: pointer;transition: background .15s;display: flex;align-items: flex-start;gap: 12px;flex-direction: row;text-align: left;}.mobile-dd-items .dd-item:hover{background: #F7F8FA;}.hero{background: #fff;padding: 80px 28px 0;position: relative;overflow: hidden;}.hero::before{content: '';position: absolute;top: -200px;left: 50%;transform: translateX(-50%);width: 900px;height: 900px;background: radial-gradient(circle, rgba(232,35,42,.05) 0%, transparent 66%);pointer-events: none;}.hero-inner{max-width: 1120px;margin: 0 auto;position: relative;z-index: 1;display: grid;grid-template-columns: 1fr 1fr;gap: 48px;align-items: center;padding-bottom: 0;}.hero-text{padding-bottom: 64px;}.hero-tag{display: inline-flex;align-items: center;gap: 6px;background: rgba(232,35,42,.15);border: 1px solid rgba(232,35,42,.3);color: #080808;font-size: 11px;font-weight: 600;letter-spacing: .08em;text-transform: uppercase;padding: 5px 13px;border-radius: 10px;margin-bottom: 24px;}.hero-tag span{width: 5px;height: 5px;border-radius: 50%;background: var(--red);display: block;}.hero h1{font-size: clamp(36px, 5.5vw, 64px);font-weight: 800;color: #111827;letter-spacing: -.035em;line-height: 1.08;margin-bottom: 20px;}.hero h1 em{color: var(--red);font-style: normal;}.hero-sub{font-size: 18px;color: #6B7280;max-width: 480px;margin: 0 auto 36px;line-height: 1.55;}.hero-btns{display: flex;gap: 10px;flex-wrap: wrap;}.hero-btns a{text-decoration: none;color: inherit;}.hero-free{font-size: 12px;color: #9CA3AF;margin-top: 12px;text-align: left;}.hero-logos-sm{display: flex;gap: 16px;flex-wrap: wrap;margin-top: 14px;}.hl-item{display: flex;align-items: center;gap: 5px;font-size: 12px;color: var(--mu);}.hero-demo{position: relative;z-index: 1;padding-bottom: 0;}.demo-browser{background: #fff;border: 1px solid #E8EBF0;border-radius: 16px;box-shadow: 0 24px 64px rgba(0,0,0,.12), 0 4px 16px rgba(0,0,0,.06);overflow: hidden;}.demo-bar{background: #F7F8FA;border-bottom: 1px solid #E8EBF0;padding: 10px 14px;display: flex;align-items: center;gap: 8px;}.demo-dot{width: 10px;height: 10px;border-radius: 50%;}.demo-dot:nth-child(1){background: #FF5F57;}.demo-dot:nth-child(2){background: #FEBC2E;}.demo-dot:nth-child(3){background: #28C840;}.demo-url{flex: 1;background: #fff;border: 1px solid #E8EBF0;border-radius: 6px;padding: 4px 10px;font-size: 11px;color: #9CA3AF;margin-left: 8px;}.demo-screen{height: 380px;position: relative;overflow: hidden;}.demo-panel{position: absolute;inset: 0;display: flex;flex-direction: column;opacity: 0;transition: opacity .6s ease;padding: 16px;}.demo-panel.active{opacity: 1;}.crm-stats{display: grid;grid-template-columns: repeat(3, 1fr);gap: 8px;margin-bottom: 12px;}.crm-stat{background: #F7F8FA;border-radius: 8px;padding: 10px 12px;border: 1px solid #E8EBF0;}.crm-stat-n{font-size: 18px;font-weight: 800;color: #111827;letter-spacing: -.02em;line-height: 1;}.crm-stat-l{font-size: 10px;color: #9CA3AF;margin-top: 2px;}.crm-pipe{display: flex;flex-direction: column;gap: 5px;}.crm-row{background: #F7F8FA;border-radius: 7px;padding: 8px 11px;display: flex;align-items: center;gap: 10px;border: 1px solid #E8EBF0;}.crm-avatar{width: 24px;height: 24px;border-radius: 50%;font-size: 10px;font-weight: 700;color: #fff;display: grid;place-items: center;flex-shrink: 0;}.crm-name{font-size: 12px;font-weight: 600;color: #111827;flex: 1;}.crm-stage{font-size: 10px;padding: 2px 8px;border-radius: 20px;font-weight: 500;}.crm-val{font-size: 11px;font-weight: 600;color: #111827;}.comm-head{display: flex;align-items: center;justify-content: space-between;margin-bottom: 12px;}.comm-title{font-size: 13px;font-weight: 700;color: #111827;}.comm-badge{background: var(--gb);color: var(--green);font-size: 10px;font-weight: 600;padding: 3px 9px;border-radius: 20px;}.member-grid{display: grid;grid-template-columns: repeat(4, 1fr);gap: 7px;margin-bottom: 12px;}.member-card{background: #F7F8FA;border-radius: 8px;padding: 10px 8px;text-align: center;border: 1px solid #E8EBF0;}.member-av{width: 28px;height: 28px;border-radius: 50%;margin: 0 auto 5px;font-size: 11px;font-weight: 700;color: #fff;display: grid;place-items: center;}.member-nm{font-size: 10px;font-weight: 600;color: #111827;}.member-st{font-size: 9px;color: #9CA3AF;}.comm-event{background: rgba(29,158,117,.06);border: 1px solid rgba(29,158,117,.2);border-radius: 8px;padding: 9px 12px;display: flex;align-items: center;gap: 10px;}.comm-ev-dot{width: 8px;height: 8px;border-radius: 50%;background: var(--green);flex-shrink: 0;}.comm-ev-text{font-size: 11px;color: #374151;flex: 1;}.comm-ev-num{font-size: 11px;font-weight: 600;color: var(--green);}.comm-products{display: grid;grid-template-columns: repeat(3, 1fr);gap: 8px;margin-bottom: 12px;}.prod-card{background: #F7F8FA;border-radius: 8px;overflow: hidden;border: 1px solid #E8EBF0;}.prod-img{height: 52px;display: flex;align-items: center;justify-content: center;font-size: 22px;}.prod-info{padding: 7px 9px;}.prod-nm{font-size: 11px;font-weight: 600;color: #111827;}.prod-pr{font-size: 11px;color: var(--red);font-weight: 700;}.order-recent{background: #F7F8FA;border-radius: 8px;padding: 9px 12px;border: 1px solid #E8EBF0;}.order-r-title{font-size: 10px;font-weight: 600;color: #9CA3AF;text-transform: uppercase;letter-spacing: .06em;margin-bottom: 8px;}.order-r-row{display: flex;justify-content: space-between;padding: 4px 0;font-size: 11px;border-bottom: 1px solid #E8EBF0;}.order-r-row:last-child{border-bottom: none;}.order-r-name{color: #374151;}.order-r-amt{font-weight: 600;color: #111827;}.course-list{display: flex;flex-direction: column;gap: 7px;margin-bottom: 12px;}.course-row{background: #F7F8FA;border-radius: 8px;padding: 9px 12px;display: flex;align-items: center;gap: 10px;border: 1px solid #E8EBF0;}.course-icon{font-size: 18px;flex-shrink: 0;}.course-nm{font-size: 12px;font-weight: 600;color: #111827;flex: 1;}.course-students{font-size: 10px;color: #9CA3AF;}.course-bar-wrap{margin-bottom: 12px;}.course-bar-label{font-size: 11px;color: #6B7280;margin-bottom: 4px;display: flex;justify-content: space-between;}.course-bar{height: 6px;background: #E8EBF0;border-radius: 3px;overflow: hidden;}.course-bar-fill{height: 100%;background: var(--green);border-radius: 3px;transition: width 1.5s ease;}.demo-dots{display: flex;gap: 6px;justify-content: center;padding: 12px 0 14px;}.demo-d{width: 7px;height: 7px;border-radius: 50%;background: #E8EBF0;transition: background .3s;cursor: pointer;}.demo-d.active{background: var(--red);}.ai-pulse{display: inline-flex;align-items: center;gap: 6px;background: rgba(29,158,117,.08);border: 1px solid rgba(29,158,117,.2);border-radius: 20px;padding: 5px 12px;font-size: 11px;color: var(--green);font-weight: 500;margin-bottom: 14px;animation: pulse 2s infinite;}@keyframes pulse{0%,100%{opacity: 1;}50%{opacity: .6;}}.demo-labels{display: flex;justify-content: space-between;padding: 8px 4px 4px;max-width: 100%;}.demo-labels span{font-size: 10px;color: #9CA3AF;text-align: center;flex: 1;}.split-screen{display: grid;grid-template-columns: 1fr 48px 1fr;gap: 0;align-items: start;max-width: 960px;margin: 0 auto;}.ss-badge{display: inline-flex;font-size: 10px;font-weight: 700;letter-spacing: .07em;text-transform: uppercase;padding: 4px 12px;border-radius: 20px;margin-bottom: 14px;}.ss-bad{background: rgba(239,68,68,.1);color: #B91C1C;}.ss-good{background: rgba(29,158,117,.1);color: #065F46;}.ss-tools-chaos{display: grid;grid-template-columns: 1fr 1fr;gap: 7px;margin-bottom: 12px;}.ss-tool-chip{display: flex;align-items: center;gap: 7px;padding: 9px 11px;border-radius: 9px;font-size: 12px;font-weight: 500;border: 1px solid transparent;}.ss-badge-price{margin-left: auto;font-size: 10px;font-weight: 700;}.ss-chip-red{background: rgba(239,68,68,.06);border-color: rgba(239,68,68,.15);color: #7F1D1D;}.ss-chip-red .ss-badge-price{color: #DC2626;}.ss-chip-orange{background: rgba(234,88,12,.06);border-color: rgba(234,88,12,.15);color: #7C2D12;}.ss-chip-orange .ss-badge-price{color: #EA580C;}.ss-chip-blue{background: rgba(59,130,246,.06);border-color: rgba(59,130,246,.15);color: #1E3A5F;}.ss-chip-blue .ss-badge-price{color: #3B82F6;}.ss-chip-purple{background: rgba(139,92,246,.06);border-color: rgba(139,92,246,.15);color: #4C1D95;}.ss-chip-purple .ss-badge-price{color: #7C3AED;}.ss-chip-yellow{background: rgba(245,158,11,.06);border-color: rgba(245,158,11,.15);color: #78350F;}.ss-chip-yellow .ss-badge-price{color: #D97706;}.ss-chip-gray{background: rgba(107,114,128,.06);border-color: rgba(107,114,128,.15);color: #374151;}.ss-chip-gray .ss-badge-price{color: #6B7280;}.ss-total-bad{background: rgba(239,68,68,.1);border: 1px solid rgba(239,68,68,.2);border-radius: 9px;padding: 10px 14px;display: flex;justify-content: space-between;margin-bottom: 10px;font-size: 13px;color: #991B1B;font-weight: 600;}.ss-pain-list{display: flex;flex-direction: column;gap: 5px;}.ss-pain{font-size: 12px;color: #B91C1C;}.ss-divider{display: flex;align-items: center;justify-content: center;padding-top: 40px;}.ss-vs{width: 36px;height: 36px;background: #111827;border-radius: 50%;display: grid;place-items: center;font-size: 12px;font-weight: 700;color: #fff;flex-shrink: 0;}.ss-idhubs-preview{background: #fff;border: 1.5px solid var(--green);border-radius: 14px;padding: 18px;}.ss-ih-header{display: flex;align-items: center;justify-content: space-between;margin-bottom: 14px;}.ss-modules{display: flex;flex-direction: column;gap: 7px;margin-bottom: 14px;}.ss-mod{display: flex;align-items: center;gap: 8px;font-size: 12px;color: #374151;font-weight: 500;}.ss-mod-dot{width: 8px;height: 8px;border-radius: 50%;flex-shrink: 0;}.ss-total-good{background: rgba(29,158,117,.08);border: 1px solid rgba(29,158,117,.2);border-radius: 9px;padding: 12px 14px;display: flex;justify-content: space-between;align-items: center;}.mt-nav{display: flex;gap: 6px;margin-bottom: 24px;flex-wrap: wrap;border-bottom: 2px solid var(--bdr);padding-bottom: 0;}.mt-tab{padding: 10px 16px;font-size: 13px;font-weight: 500;color: var(--mu);cursor: pointer;border-bottom: 2px solid transparent;margin-bottom: -2px;transition: all .2s;white-space: nowrap;}.mt-tab:hover{color: var(--tx);}.mt-tab.active{color: var(--red);border-bottom-color: var(--red);font-weight: 600;}.mt-panel{display: none;}.mt-panel.active{display: block;}.mt-content{display: grid;grid-template-columns: 1fr 1fr;gap: 48px;align-items: start;padding: 32px 0;}.mt-eyebrow{font-size: 11px;font-weight: 700;letter-spacing: .08em;text-transform: uppercase;color: var(--red);margin-bottom: 8px;}.mt-title{font-size: 20px;font-weight: 700;color: var(--tx);letter-spacing: -.02em;line-height: 1.3;margin-bottom: 10px;}.mt-desc{font-size: 14px;color: var(--mu);line-height: 1.6;margin-bottom: 14px;}.mt-list{list-style: none;display: flex;flex-direction: column;gap: 7px;margin-bottom: 14px;}.mt-list li{font-size: 13px;color: #374151;padding-left: 18px;position: relative;}.mt-list li::before{content: "✓";position: absolute;left: 0;color: var(--green);font-weight: 700;font-size: 12px;}.mt-price{font-size: 13px;color: var(--mu);}.mt-price strong{color: var(--tx);}.mt-visual{width: 509px;height: 400px;background: #ffffff;border-radius: 24px;box-shadow: 0 12px 30px rgba(0,0,0,0.10);padding: 14px 16px 12px;overflow: hidden;display: flex;flex-direction: column;}.mt-ui-mock{display: flex;flex-direction: column;height: 100%;gap: 8px;}.mt-ui-header{display: flex;justify-content: space-between;align-items: center;padding-bottom: 6px;border-bottom: 1px solid #eef2f6;flex-shrink: 0;}.mt-ui-header > div:first-child{font-size: 15px;font-weight: 700;color: #111827;letter-spacing: -0.2px;display: flex;align-items: center;gap: 6px;}.mt-ui-header > div:first-child i{color: #2563eb;font-size: 15px;}.comm-badge{background: #dbeafe;color: #1d4ed8;font-size: 10px;font-weight: 600;padding: 2px 12px;border-radius: 30px;display: inline-flex;align-items: center;gap: 5px;}.comm-badge::before{content: '';width: 6px;height: 6px;background: #22c55e;border-radius: 50%;display: inline-block;}.weather-area{display: flex;justify-content: space-between;align-items: center;background: #f8fafc;padding: 6px 12px;border-radius: 40px;flex-shrink: 0;margin-top: 2px;flex-wrap: nowrap;}.weather-left{display: flex;align-items: center;gap: 10px;flex-wrap: nowrap;}.weather-temp{font-size: 20px;font-weight: 700;color: #0b1a33;letter-spacing: -0.3px;}.weather-temp small{font-size: 13px;font-weight: 400;color: #4b5563;margin-left: 2px;}.weather-detail{display: flex;align-items: center;gap: 6px;font-size: 12px;font-weight: 500;color: #1e293b;}.weather-detail i{color: #64748b;width: 14px;text-align: center;font-size: 11px;}.weather-detail span{background: #eef2f6;padding: 0 8px;border-radius: 30px;font-size: 11px;display: flex;align-items: center;gap: 2px;}.area-selector{background: white;padding: 2px 12px 2px 14px;border-radius: 40px;font-size: 12px;font-weight: 500;color: #0b1a33;border: 1px solid #e2e8f0;display: flex;align-items: center;gap: 4px;white-space: nowrap;}.area-selector i{color: #64748b;font-size: 11px;}.crm-stats{display: flex;gap: 4px;background: #f9fafc;border-radius: 40px;padding: 4px 6px;flex-shrink: 0;}.crm-stat{flex: 1;background: white;border-radius: 30px;padding: 4px 2px 3px;text-align: center;border: 1px solid #f1f4f9;}.crm-stat-n{font-size: 16px;font-weight: 700;color: #0b1a33;line-height: 1.2;}.crm-stat-l{font-size: 9px;font-weight: 600;color: #64748b;text-transform: uppercase;letter-spacing: 0.3px;}.dashboard-grid{display: grid;grid-template-columns: 1fr 1fr;gap: 8px 10px;flex: 1 1 0;min-height: 0;margin-top: 2px;}.section-card{background: #fafbfc;border-radius: 16px;padding: 8px 8px 6px;border: 1px solid #edf2f7;display: flex;flex-direction: column;overflow: hidden;}.section-title{font-size: 11px;font-weight: 700;color: #0f1a2e;display: flex;justify-content: space-between;align-items: center;margin-bottom: 4px;letter-spacing: -0.1px;}.badge-new{background: #2563eb;color: white;font-size: 8px;font-weight: 600;padding: 1px 8px;border-radius: 30px;}.badge-count{background: #eef2f6;color: #1e293b;font-size: 9px;font-weight: 600;padding: 1px 8px;border-radius: 30px;}.item-list{display: flex;flex-direction: column;gap: 3px;flex: 1;}.item-row{display: flex;justify-content: space-between;align-items: center;font-size: 10.5px;padding: 2px 0;border-bottom: 1px solid #eef2f6;min-height: 20px;}.item-row:last-child{border-bottom: none;}.item-left{display: flex;align-items: center;gap: 4px;color: #1e293b;font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 70%;}.item-left i{color: #64748b;width: 14px;font-size: 10px;text-align: center;flex-shrink: 0;}.item-tag{font-size: 8px;font-weight: 700;padding: 1px 6px;border-radius: 30px;background: #eef2f6;color: #1f2a41;letter-spacing: 0.1px;white-space: nowrap;}.item-tag.new{background: #dbeafe;color: #1d4ed8;}.item-tag.today{background: #d1fae5;color: #0b6e4f;}.item-tag.tomorrow{background: #fef3c7;color: #9c6b0a;}.item-tag.fri{background: #e0e7ff;color: #3730a3;}.item-time{font-size: 10px;color: #4b5563;font-weight: 450;white-space: nowrap;}.item-right{display: flex;align-items: center;gap: 4px;color: #4b5563;font-size: 10px;flex-shrink: 0;}.task-priority{display: flex;gap: 4px;flex-wrap: wrap;margin-bottom: 4px;}.priority-pill{background: white;padding: 1px 6px 1px 4px;border-radius: 30px;font-size: 10px;font-weight: 600;border: 1px solid #e2e8f0;display: flex;align-items: center;gap: 2px;}.priority-pill i{font-size: 9px;}.priority-pill .count{background: #eef2f6;padding: 0px 4px;border-radius: 20px;font-size: 9px;font-weight: 700;}.task-due{background: #f1f5f9;padding: 4px 8px;border-radius: 30px;display: inline-block;font-size: 10px;font-weight: 600;color: #0b1a33;margin-top: auto;align-self: flex-start;}.task-due i{margin-right: 4px;color: #2563eb;font-size: 10px;}.activity-unread{background: #2563eb;color: white;font-size: 9px;font-weight: 700;padding: 1px 8px;border-radius: 30px;}.browser-bar{display: flex;align-items: center;justify-content: space-between;padding: 10px 15px;background-color: #f1f5f9;border-radius: 15px 15px 0 0;}.window-controls{display: flex;gap: 8px;}.dot{width: 12px;height: 12px;border-radius: 50%;}.dot.red{background-color: #ff5f56;}.dot.yellow{background-color: #ffbd2e;}.dot.green{background-color: #27c93f;}.browser-url{background-color: #ffffff;border-radius: 20px;display: flex;align-items: center;padding: 2px 8px;flex-grow: 1;max-width: 80%;margin: 0 auto;}.browser-url .url-text{font-size: 12px;padding: 10px 20px;color: #000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.lock-icon, .chevron{color: #8e8e93;}.browser-ellipsis{color: #8e8e93;}.testi-grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}.testi-card{background: #F7F8FA;border: 1px solid var(--bdr);border-radius: 16px;padding: 28px 24px;display: flex;flex-direction: column;border-top: 3px solid transparent;}.testi-card-featured{border-top: 3px solid var(--red);background: #fff;box-shadow: 0 4px 20px rgba(232,35,42,.08);}.testi-quote-mark{font-size: 48px;line-height: .8;color: var(--red);font-family: Georgia, serif;opacity: .5;margin-bottom: 6px;}.testi-quote{font-size: 14px;color: #374151;line-height: 1.7;font-style: italic;flex: 1;margin-bottom: 20px;}.testi-attr{display: flex;align-items: center;gap: 12px;margin-top: auto;}.testi-avatar{width: 40px;height: 40px;border-radius: 50%;color: #fff;font-size: 13px;font-weight: 700;display: grid;place-items: center;flex-shrink: 0;}.testi-name{font-size: 14px;font-weight: 700;color: var(--tx);}.testi-role{font-size: 12px;color: var(--mu);}.home-pricing-grid{display: grid;grid-template-columns: repeat(4, 1fr);gap: 16px;}.hp-card{background: #fff;border: 1px solid var(--bdr);border-radius: 16px;padding: 14px 10px;display: flex;flex-direction: column;position: relative;}.hp-card.hp-featured{border-color: var(--red);border-width: 2px;}.hp-popular{position: absolute;top: -12px;left: 50%;transform: translateX(-50%);background: var(--red);color: #fff;font-size: 10px;font-weight: 700;letter-spacing: .06em;text-transform: uppercase;padding: 3px 12px;border-radius: 20px;white-space: nowrap;}.hp-label{font-size: 11px;font-weight: 700;letter-spacing: .08em;text-transform: uppercase;color: var(--hi);margin-bottom: 8px;}.hp-featured .hp-label{color: var(--red);}.hp-price{font-size: 36px;font-weight: 800;color: var(--tx);letter-spacing: -.04em;line-height: 1;}.hp-period{font-size: 12px;color: var(--mu);margin-top: 3px;margin-bottom: 12px;}.hp-desc{font-size: 12px;color: var(--mu);line-height: 1.5;margin-bottom: 14px;padding-bottom: 14px;border-bottom: 1px solid var(--bdr);}.hp-list{list-style: none;flex: 1;margin-bottom: 18px;}.hp-list li{font-size: 12px;color: #374151;padding: 4px 0 4px 16px;position: relative;border-bottom: 1px solid var(--off);}.hp-list li::before{content: "✓";position: absolute;left: 0;color: var(--green);font-weight: 700;font-size: 11px;}.hp-btn{width: 100%;text-align: center;padding: 10px;font-size: 13px;border-radius: 7px;}.hp-btn a{color: #fff;text-decoration: none;}.pw-inner{max-width: 1120px;margin: 0 auto;}.pw-stat{font-size: 12px;font-weight: 600;color: var(--hi);text-align: center;margin-bottom: 14px;letter-spacing: .01em;}.pw-stat strong{color: var(--tx);}.stats-strip{background: #111827;padding: 48px 28px;}.stats-strip-grid{display: grid;grid-template-columns: repeat(5, 1fr);gap: 1px;background: rgba(255,255,255,.08);border-radius: 14px;overflow: hidden;}.ss-stat-card{background: #111827;padding: 28px 20px;text-align: center;}.ss-stat-featured{background: #1f5631;padding: 28px 20px;text-align: center;border-radius: 10px;}.ss-stat-num{font-size: 40px;font-weight: 800;color: #fff;letter-spacing: -.04em;line-height: 1;}.ss-plus{font-size: 24px;font-weight: 700;color: #E8232A;vertical-align: top;margin-top: 4px;display: inline-block;}.ss-stat-label{font-size: 12px;color: rgba(255,255,255,.5);margin-top: 6px;line-height: 1.4;}.mq-outer{overflow: hidden;padding: 16px 0;mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);-webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);}.mq-track{display: flex;align-items: center;gap: 85px;width: max-content;animation: marquee 28s linear infinite;}.mq-track:hover{animation-play-state: paused;}.mq-item{display: flex;align-items: center;flex-shrink: 0;}.mq-item img{height: 100px;width: auto;max-width: 140px;object-fit: contain;filter: grayscale(70%) opacity(35%);transition: filter .3s, transform .3s;}.mq-item img:hover{filter: grayscale(0%) opacity(70%) !important;transform: scale(1.05);}@keyframes marquee{0%{transform: translateX(0);}100%{transform: translateX(-50%);}}.cta-ban{background: var(--red);padding: 60px 28px;text-align: center;}.cta-ban h2{font-size: clamp(22px, 3vw, 36px);font-weight: 800;color: #fff;letter-spacing: -.025em;max-width: 640px;margin: 0 auto 12px;}.cta-ban p{font-size: 16px;color: rgba(255,255,255,.75);max-width: 420px;margin: 0 auto 28px;}.cta-derisk{font-size: 12px;color: rgba(255,255,255,.6);margin-top: 12px;}footer{background: #111827;padding: 36px 28px;border-top: 1px solid rgba(255,255,255,.07);}.footer-i{max-width: 1120px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 16px;}.footer-copy{font-size: 12px;color: rgba(255,255,255,.28);}.footer-links{display: flex;gap: 20px;}.footer-link{font-size: 12px;color: rgba(255,255,255,.3);cursor: pointer;}.footer-link a{color: inherit;text-decoration: none;}.footer-link:hover{color: rgba(255,255,255,.7);}@media (max-width: 900px){nav{padding: 0 16px;}.nl{display: none;}.hamburger{display: flex;}nav .nfree{display: none;}.hero{padding: 72px 16px 40px;}.hero-inner{grid-template-columns: 1fr;gap: 32px;}.hero-text{padding-bottom: 0;}.hero h1{font-size: clamp(32px, 7vw, 48px);}.hero-sub{font-size: 16px;max-width: 100%;}.hero-btns{justify-content: flex-start;}.demo-screen{height: 340px;}.split-screen{grid-template-columns: 1fr;gap: 20px;}.ss-divider{display: none;}.mt-content{grid-template-columns: 1fr;gap: 24px;}.mt-nav{flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;padding-bottom: 4px;}.mt-nav::-webkit-scrollbar{display: none;}.home-pricing-grid{grid-template-columns: 1fr 1fr;}.testi-grid{grid-template-columns: 1fr;}.stats-strip-grid{grid-template-columns: 1fr 1fr;}.stats-strip-grid .ss-stat-card:last-child{grid-column: 1 / -1;}.dd-menu{min-width: unset;left: 0;right: 0;transform: translateX(-50%);border-radius: 12px;grid-template-columns: 1fr 1fr;gap: 8px;padding: 12px;}.dd-menu.show{transform: translateX(-50%) translateY(0);}.mt-visual{width: 100% !important;max-width: 100% !important;height: auto !important;min-height: 340px;padding: 12px;}.browser-url{max-width: 100% !important;}.browser-url .url-text{font-size: 10px !important;padding: 4px 8px !important;}.dashboard-grid{grid-template-columns: 1fr !important;}.crm-stats{grid-template-columns: repeat(3, 1fr) !important;}}@media (max-width: 768px){.wrap{padding: 0 16px;}.hero{padding: 60px 16px 32px;}.hero h1{font-size: clamp(28px, 8vw, 40px);}.hero-tag{font-size: 10px;padding: 4px 10px;}.hero-sub{font-size: 15px;}.hero-btns{flex-direction: column;width: 100%;}.hero-btns .btn-r, .hero-btns .btn-g{width: 100%;text-align: center;}.demo-screen{height: 300px;}.crm-stats{grid-template-columns: 1fr 1fr 1fr;gap: 6px;}.crm-stat{padding: 8px 10px;}.member-grid{grid-template-columns: repeat(4, 1fr);gap: 5px;}.member-card{padding: 8px 4px;}.member-av{width: 24px;height: 24px;font-size: 10px;}.member-nm{font-size: 9px;}.comm-products{grid-template-columns: repeat(3, 1fr);gap: 6px;}.prod-img{height: 44px;font-size: 18px;}.prod-info{padding: 5px 7px;}.prod-nm, .prod-pr{font-size: 10px;}.home-pricing-grid{grid-template-columns: 1fr;}.stats-strip-grid{grid-template-columns: 1fr 1fr;}.ss-stat-num{font-size: 30px;}.ss-plus{font-size: 18px;}.cta-ban h2{font-size: clamp(20px, 5vw, 28px);}.cta-ban p{font-size: 14px;}footer{padding: 28px 16px;}.footer-i{flex-direction: column;text-align: center;}.footer-links{justify-content: center;}.mt-visual{min-height: 280px;}.browser-bar{flex-wrap: wrap;gap: 6px;padding: 8px 10px;}.browser-url{max-width: 100% !important;padding: 4px 8px;font-size: 10px;}.dashboard-grid{grid-template-columns: 1fr !important;gap: 8px;}.crm-stats{grid-template-columns: repeat(3, 1fr) !important;gap: 4px;}.sidebar{display: none !important;}.mt-nav{flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;padding-bottom: 4px;gap: 4px;}.mt-nav::-webkit-scrollbar{display: none;}.mt-tab{padding: 6px 10px;font-size: 11px;white-space: nowrap;flex-shrink: 0;}.image-container{min-width: 100%;height: 400px;}.text-overlay{display: none;}.mobile-features{display: block;}.features-grid{grid-template-columns: 1fr;}}@media (max-width: 576px){.demo-screen{height: 260px;}.crm-stats{grid-template-columns: 1fr;gap: 6px;}.member-grid{grid-template-columns: repeat(2, 1fr);}.comm-products{grid-template-columns: 1fr 1fr;}.stats-strip-grid{grid-template-columns: 1fr;}.stats-strip-grid .ss-stat-card:last-child{grid-column: auto;}.mt-visual{min-height: 240px;}.crm-stats{grid-template-columns: 1fr 1fr !important;}.weather-detail{display: none;}.area-selector{font-size: 10px;padding: 1px 8px;}.image-container{height: 350px;}}.halifax-dashboard{width: 100%;max-width: 509px;height: 400px;background: #f0f2f5;border-radius: 10px;padding: 10px 14px 12px;box-shadow: 0 2px 12px rgba(0,0,0,0.1);overflow: hidden;display: flex;flex-direction: column;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;}.halifax-dashboard .top-bar{display: flex;align-items: center;justify-content: space-between;padding-bottom: 6px;border-bottom: 1px solid #d1d9e0;margin-bottom: 8px;flex-shrink: 0;gap: 6px;}.halifax-dashboard .logo-area{display: flex;align-items: center;gap: 4px;flex-shrink: 0;}.halifax-dashboard .logo-area img{height: 20px;width: auto;}.halifax-dashboard .search-box{display: flex;align-items: center;background: #ffffff;border: 1px solid #ccd4dd;border-radius: 30px;padding: 3px 12px 3px 14px;gap: 4px;font-size: 9px;color: #6a7b8a;flex: 1;max-width: 160px;height: 22px;}.halifax-dashboard .search-box i{color: #8a9baa;font-size: 9px;}.halifax-dashboard .search-box span{color: #5e6f7e;font-size: 8px;}.halifax-dashboard .header-icons{display: flex;align-items: center;gap: 6px;flex-shrink: 0;}.halifax-dashboard .header-icons .icon-wrap{position: relative;display: flex;align-items: center;justify-content: center;width: 22px;height: 22px;border-radius: 50%;background: #ffffff;border: 1px solid #d0d8e0;color: #3a5a70;font-size: 10px;cursor: default;}.halifax-dashboard .header-icons .icon-wrap .badge{position: absolute;top: -4px;right: -4px;background: #e74c3c;color: #fff;font-size: 6.5px;font-weight: 700;width: 14px;height: 14px;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1.5px solid #f0f2f5;}.halifax-dashboard .header-icons .icon-wrap .badge.green{background: #27ae60;}.halifax-dashboard .header-icons .icon-wrap .badge.orange{background: #f39c12;}.halifax-dashboard .header-icons .avatar-icon{width: 24px;height: 24px;border-radius: 50%;background: #b8c8d8;border: 1.5px solid #ffffff;display: flex;align-items: center;justify-content: center;font-weight: 600;font-size: 9px;color: #1a3345;cursor: default;box-shadow: 0 1px 3px rgba(0,0,0,0.06);}.halifax-dashboard .action-bar{display: flex;gap: 4px;margin-bottom: 6px;flex-shrink: 0;flex-wrap: wrap;}.halifax-dashboard .action-btn{background: #ffffff;border: 1px solid #cdd6df;border-radius: 30px;padding: 3px 12px;font-size: 8.5px;font-weight: 500;color: #1e3142;display: flex;align-items: center;gap: 4px;cursor: default;height: 20px;}.halifax-dashboard .action-btn i{font-size: 9px;color: #4e6b80;}.halifax-dashboard .main-grid{display: grid;grid-template-columns: 1fr 130px;gap: 10px;flex: 1;min-height: 0;}.halifax-dashboard .feed-column{display: flex;flex-direction: column;gap: 6px;overflow: hidden;}.halifax-dashboard .welcome-card{background: #ffffff;border-radius: 8px;padding: 6px 10px;border: 1px solid #d8e0e8;font-size: 8px;line-height: 1.4;color: #1a2d3d;flex-shrink: 0;}.halifax-dashboard .welcome-card strong{font-weight: 600;}.halifax-dashboard .welcome-card .hash-tag{background: #e1e8f0;padding: 0 6px;border-radius: 20px;font-weight: 500;color: #1d5770;}.halifax-dashboard .post-card{background: #ffffff;border-radius: 8px;padding: 8px 10px 6px;border: 1px solid #d8e0e8;flex-shrink: 0;}.halifax-dashboard .post-header{display: flex;align-items: center;gap: 6px;margin-bottom: 2px;}.halifax-dashboard .avatar{width: 24px;height: 24px;border-radius: 50%;background: #b8c8d8;display: flex;align-items: center;justify-content: center;font-weight: 600;font-size: 10px;color: #1a3345;flex-shrink: 0;}.halifax-dashboard .avatar.green{background: #a8c4b0;}.halifax-dashboard .post-user .name{font-weight: 600;font-size: 9px;color: #0a1f2f;}.halifax-dashboard .post-user .meta{font-size: 7px;color: #6f7f8e;display: flex;align-items: center;gap: 4px;}.halifax-dashboard .post-user .meta i{font-size: 7px;}.halifax-dashboard .post-body{margin: 3px 0 2px 0;padding-left: 2px;}.halifax-dashboard .post-body .text{font-size: 8.5px;line-height: 1.3;color: #1a2b3a;}.halifax-dashboard .post-body .text .bold{font-weight: 500;}.halifax-dashboard .post-body .hashtag-pill{display: inline-block;background: #e8eef5;padding: 0 10px;border-radius: 30px;font-size: 7.5px;font-weight: 500;color: #1b5c75;margin-top: 2px;}.halifax-dashboard .post-footer{display: flex;align-items: center;gap: 10px;padding-top: 4px;border-top: 1px solid #e4eaf0;margin-top: 3px;}.halifax-dashboard .post-footer span{font-size: 7.5px;color: #4a5e70;display: flex;align-items: center;gap: 3px;}.halifax-dashboard .post-footer span i{font-size: 8px;color: #5a7082;}.halifax-dashboard .comment-box{display: flex;align-items: center;background: #f2f5f9;border-radius: 30px;padding: 2px 12px 2px 14px;margin-top: 4px;border: 1px solid #dde4ec;font-size: 7.5px;color: #556a7c;height: 18px;}.halifax-dashboard .comment-box i{color: #6e8598;margin-right: 4px;font-size: 8px;}.halifax-dashboard .nested-comment{margin: 4px 0 0 10px;padding-left: 10px;border-left: 1.5px solid #d5dee8;}.halifax-dashboard .nested-comment .nc-head{display: flex;align-items: baseline;gap: 6px;flex-wrap: wrap;}.halifax-dashboard .nested-comment .nc-head .nc-name{font-weight: 600;font-size: 8px;color: #0e2537;}.halifax-dashboard .nested-comment .nc-head .nc-time{font-size: 6.5px;color: #6f7f8e;}.halifax-dashboard .nested-comment .nc-text{font-size: 7.5px;color: #1a2d3d;margin: 1px 0 2px 0;}.halifax-dashboard .nested-comment .nc-actions{display: flex;gap: 10px;font-size: 7px;color: #4e657a;}.halifax-dashboard .nested-comment .nc-actions i{margin-right: 2px;font-size: 7px;}.halifax-dashboard .weather-post{background: #ffffff;border-radius: 8px;padding: 6px 10px 6px;border: 1px solid #d8e0e8;flex-shrink: 0;}.halifax-dashboard .weather-post .wp-header{display: flex;align-items: center;gap: 6px;}.halifax-dashboard .weather-post .wp-header .meta{font-size: 7px;color: #6f7f8e;}.halifax-dashboard .weather-post .wp-header .meta i{margin-right: 2px;font-size: 7px;}.halifax-dashboard .weather-info{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;background: #f2f6fb;border-radius: 6px;padding: 4px 10px;margin-top: 4px;border: 1px solid #e2e9f0;}.halifax-dashboard .weather-info .wi-left{display: flex;flex-wrap: wrap;gap: 2px 10px;font-size: 7.5px;color: #1a3347;}.halifax-dashboard .weather-info .wi-left .city{font-weight: 600;}.halifax-dashboard .weather-info .wi-left .area{color: #3b556a;}.halifax-dashboard .weather-info .wi-left .time{color: #2a4a60;}.halifax-dashboard .weather-info .wi-right{display: flex;gap: 6px;font-size: 7px;color: #1f4a62;}.halifax-dashboard .weather-info .wi-right i{margin-right: 1px;color: #3a6a82;font-size: 7px;}.halifax-dashboard .sidebar{display: flex;flex-direction: column;gap: 6px;overflow: hidden;}.halifax-dashboard .revenue-card{background: #ffffff;border-radius: 8px;padding: 6px 10px;border: 1px solid #d8e0e8;flex-shrink: 0;}.halifax-dashboard .revenue-card .rev-header{display: flex;justify-content: space-between;font-weight: 600;font-size: 8px;color: #122b3d;padding-bottom: 3px;border-bottom: 1px solid #e2e9f0;margin-bottom: 4px;}.halifax-dashboard .revenue-card .rev-header span:last-child{font-size: 7px;}.halifax-dashboard .rev-product{display: flex;justify-content: space-between;font-size: 7px;padding: 2px 0;color: #1b3143;border-bottom: 1px solid #edf2f7;}.halifax-dashboard .rev-product:last-child{border-bottom: none;}.halifax-dashboard .rev-product .pname{flex: 1;margin-right: 6px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 6.5px;}.halifax-dashboard .rev-product .pqty{color: #3e5a70;font-weight: 450;white-space: nowrap;font-size: 6.5px;}.halifax-dashboard .suggested-card{background: #ffffff;border-radius: 8px;padding: 6px 10px;border: 1px solid #d8e0e8;flex-shrink: 0;}.halifax-dashboard .suggested-card .sug-header{display: flex;justify-content: space-between;align-items: baseline;margin-bottom: 4px;}.halifax-dashboard .suggested-card .sug-header .sug-title{font-weight: 600;font-size: 8.5px;color: #152b3d;}.halifax-dashboard .suggested-card .sug-header .view-all{font-size: 7px;color: #1a6f8a;font-weight: 500;}.halifax-dashboard .friend-row{display: flex;flex-direction: column;gap: 3px;}.halifax-dashboard .friend-row .friend{display: flex;align-items: center;gap: 6px;font-size: 7.5px;}.halifax-dashboard .friend-row .friend .favatar{width: 18px;height: 18px;border-radius: 50%;background: #c8d4e0;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 7px;color: #1a3345;flex-shrink: 0;}.halifax-dashboard .friend-row .friend .fname{font-weight: 500;color: #0e2537;font-size: 7.5px;}.halifax-dashboard .friend-row .friend .fhandle{color: #4e687d;font-size: 6.5px;}.halifax-dashboard .connect-btn{background: #e4ebf3;border: 1px solid #cbd5e0;border-radius: 30px;padding: 4px 0;text-align: center;font-weight: 500;font-size: 8.5px;color: #1a3b52;cursor: default;flex-shrink: 0;}.halifax-dashboard .connect-btn i{margin-right: 4px;color: #3a6a82;font-size: 9px;}.store-dashboard{width: 100%;max-width: 509px;height: 400px;background: #ffffff;border-radius: 24px;box-shadow: 0 12px 30px rgba(0,0,0,0.08);padding: 20px 22px 18px 22px;display: flex;flex-direction: column;transition: all 0.1s ease;overflow: hidden;}.dash-top-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 12px;}.dash-store-status{display: flex;align-items: center;gap: 8px;}.dash-status-badge{background: #e6f7e6;color: #0b7e3d;font-weight: 600;font-size: 12px;padding: 4px 12px 4px 10px;border-radius: 40px;letter-spacing: 0.2px;display: inline-flex;align-items: center;gap: 4px;}.dash-status-badge::before{content: "●";font-size: 10px;color: #16a34a;}.dash-orders-today{background: #f0f3f8;border-radius: 40px;padding: 4px 14px 4px 14px;font-size: 13px;font-weight: 500;color: #1e293b;letter-spacing: 0.2px;}.dash-orders-today span{font-weight: 700;color: #0b1e33;}.dash-metrics-grid{display: grid;grid-template-columns: repeat(4, 1fr);gap: 6px;margin-bottom: 14px;}.dash-metric-card{background: #f8fafc;border-radius: 16px;padding: 12px 6px 10px 6px;text-align: center;transition: 0.1s;}.dash-metric-card:first-child .dash-metric-value{font-size: 21px;}.dash-metric-label{font-size: 10px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.4px;color: #64748b;margin-bottom: 5px;}.dash-metric-value{font-size: 20px;font-weight: 700;color: #0b1e33;line-height: 1.2;}.dash-metric-value small{font-size: 12px;font-weight: 500;color: #475569;margin-left: 1px;}.dash-revenue-row{display: flex;justify-content: space-between;align-items: baseline;background: #fafcff;border-radius: 20px;padding: 8px 14px 8px 16px;margin-bottom: 14px;border: 1px solid #eef2f6;}.dash-lifetime-revenue{display: flex;align-items: baseline;gap: 8px;}.dash-revenue-label{font-size: 12px;font-weight: 500;color: #475569;letter-spacing: 0.2px;}.dash-revenue-amount{font-size: 20px;font-weight: 700;color: #0b1e33;}.dash-store-open{font-size: 12px;color: #475569;background: #f1f4f9;padding: 4px 12px;border-radius: 40px;font-weight: 500;}.dash-store-open span{font-weight: 600;color: #1e293b;}.dash-graph-section{flex: 1;background: #fafcff;border-radius: 20px;padding: 12px 14px 10px 14px;border: 1px solid #eef2f6;display: flex;flex-direction: column;}.dash-graph-header{display: flex;justify-content: space-between;align-items: center;margin-bottom: 8px;}.dash-graph-title{font-size: 13px;font-weight: 600;color: #1e293b;letter-spacing: 0.2px;}.dash-graph-title small{font-weight: 400;color: #64748b;font-size: 11px;margin-left: 4px;}.dash-graph-bars{display: flex;align-items: flex-end;justify-content: space-between;height: 60px;margin-bottom: 4px;padding: 0 2px;}.dash-bar-wrapper{display: flex;flex-direction: column;align-items: center;gap: 2px;width: 24px;}.dash-bar{width: 18px;background: #dbe4f0;border-radius: 20px 20px 6px 6px;height: calc(20% + 6px);transition: 0.1s;min-height: 8px;}.dash-bar.high{background: #1f3a6b;}.dash-bar.medium{background: #3b5d8c;}.dash-bar.low{background: #7895b8;}.dash-bar.very-low{background: #a6bcd6;}.dash-bar-label{font-size: 8px;font-weight: 500;color: #64748b;letter-spacing: 0.2px;}.dash-footer-note{margin-top: 8px;display: flex;justify-content: flex-start;align-items: center;gap: 6px;border-top: 1px solid #edf2f7;padding-top: 8px;}.dash-products-badge{background: #eef2f9;border-radius: 40px;padding: 3px 14px 3px 14px;font-size: 11px;font-weight: 500;color: #1e293b;}.dash-products-badge span{font-weight: 700;color: #0b1e33;}.dash-action-hint{font-size: 11px;color: #64748b;font-weight: 450;letter-spacing: 0.2px;}.cd-dashboard-wrapper{width: 100%;max-width: 509px;height: 400px;background: #ffffff;border-radius: 24px;box-shadow: 0 16px 32px -12px rgba(0,20,30,0.15), 0 6px 16px -8px rgba(0,0,0,0.04);overflow: hidden;display: flex;flex-direction: column;padding: 20px 24px 18px 24px;transition: none;margin: 0 auto;}.cd-dashboard{flex: 1;display: flex;flex-direction: column;height: 100%;width: 100%;overflow: hidden;}.cd-dashboard-title{font-size: 1.1rem;font-weight: 600;letter-spacing: -0.01em;color: #0b1a2a;display: flex;align-items: center;gap: 0.5rem;margin-bottom: 10px;flex-shrink: 0;font-family: 'Inter', -apple-system, system-ui, sans-serif;}.cd-dashboard-title span{background: #eef3fc;padding: 0.1rem 0.6rem;border-radius: 30px;font-size: 0.6rem;font-weight: 600;color: #1f4e8c;letter-spacing: 0.02em;}.cd-course-table{width: 100%;border-collapse: collapse;font-size: 0.78rem;flex-shrink: 0;margin-bottom: 10px;font-family: 'Inter', -apple-system, system-ui, sans-serif;}.cd-course-table thead tr{border-bottom: 1.5px solid #e1e8f0;}.cd-course-table th{text-align: left;padding: 0.3rem 0.1rem 0.5rem 0.1rem;font-weight: 600;font-size: 0.65rem;letter-spacing: 0.04em;text-transform: uppercase;color: #4a5f78;}.cd-course-table th:first-child{padding-left: 0;}.cd-course-table th:nth-child(2){text-align: center;}.cd-course-table th:last-child{text-align: right;padding-right: 0;}.cd-course-table td{padding: 0.55rem 0.1rem;border-bottom: 1px solid #eaeff6;color: #142b3f;font-weight: 500;}.cd-course-table td:first-child{padding-left: 0;}.cd-course-table td:last-child{padding-right: 0;}.cd-course-table tbody tr:last-child td{border-bottom: none;}.cd-course-name{font-weight: 600;color: #0a1f30;font-size: 0.8rem;}.cd-course-table .students-col{font-weight: 500;color: #1a3652;text-align: center;}.cd-course-table .fees-col{font-weight: 600;color: #0e2840;text-align: right;padding-right: 0.1rem;letter-spacing: 0.01em;}.cd-metrics-grid{display: grid;grid-template-columns: 1fr 1fr;gap: 0.8rem;background: #f7faff;border-radius: 16px;padding: 0.9rem 1.2rem;border: 1px solid #e6ecf5;flex-shrink: 0;margin-top: auto;font-family: 'Inter', -apple-system, system-ui, sans-serif;}.cd-metric-item{display: flex;flex-direction: column;}.cd-metric-item .label{font-size: 0.6rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.04em;color: #516d8a;margin-bottom: 0.15rem;}.cd-metric-item .value{font-size: 1.6rem;font-weight: 700;color: #0b1f31;letter-spacing: -0.02em;line-height: 1.1;}.cd-metric-item .value small{font-size: 0.75rem;font-weight: 500;color: #3b5a7a;margin-left: 0.1rem;}.cd-metric-total .value{display: flex;align-items: baseline;gap: 0.1rem;}.cd-metric-total .value .currency{font-size: 0.95rem;font-weight: 500;color: #1f405e;}.cd-metric-total .value .amount{font-weight: 700;font-size: 1.6rem;}.cd-metric-community .value{display: flex;align-items: baseline;gap: 0.2rem;}.cd-metric-community .value small{font-size: 0.8rem;font-weight: 500;color: #3f6180;}.cd-footer-note{margin-top: 6px;text-align: right;font-size: 0.5rem;color: #a8bdd4;letter-spacing: 0.03em;border-top: 1px solid #eef3fa;padding-top: 4px;flex-shrink: 0;font-family: 'Inter', -apple-system, system-ui, sans-serif;}.presence-os-card{width: 100%;max-width: 509px;height: 400px;background: white;border-radius: 24px;box-shadow: 0 20px 35px -8px rgba(0,20,30,0.18);display: flex;flex-direction: column;overflow: hidden;border: 1px solid rgba(0,0,0,0.02);}.presence-os-card .browser-bar{display: flex;align-items: center;gap: 10px;padding: 8px 16px;background: #f1f5f9;border-bottom: 1px solid #e2e9f2;flex-shrink: 0;}.presence-os-card .browser-dots{display: flex;gap: 6px;align-items: center;}.presence-os-card .browser-dots span{display: block;width: 12px;height: 12px;border-radius: 30px;background: #d9e0e8;}.presence-os-card .browser-dots span:nth-child(1){background: #ff5f57;}.presence-os-card .browser-dots span:nth-child(2){background: #ffbd2e;}.presence-os-card .browser-dots span:nth-child(3){background: #28c840;}.presence-os-card .browser-url{flex: 1;background: white;padding: 6px 14px;border-radius: 40px;font-size: 13px;color: #1f3a5c;font-weight: 450;border: 1px solid #d5dfea;box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);display: flex;align-items: center;gap: 8px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.presence-os-card .browser-url .lock-icon{color: #2a7de1;font-size: 12px;}.presence-os-card .browser-url .url-text{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.presence-os-card .browser-url .chevron{font-size: 10px;color: #8aa0b8;margin-left: auto;}.presence-os-card .browser-ellipsis{color: #7f96af;font-size: 16px;cursor: default;}.presence-os-card .card-body{display: flex;flex: 1;overflow: hidden;}.presence-os-card .card-content{flex: 1;overflow-y: auto;padding: 14px 16px 10px 16px;scrollbar-width: thin;scrollbar-color: #d0d9e8 #f0f4fa;background: white;}.presence-os-card .card-content::-webkit-scrollbar{width: 4px;}.presence-os-card .card-content::-webkit-scrollbar-track{background: #f0f4fa;border-radius: 20px;}.presence-os-card .card-content::-webkit-scrollbar-thumb{background: #cbd5e1;border-radius: 20px;}.presence-os-card .card-content .profile-header{display: flex;align-items: center;gap: 12px;margin-bottom: 8px;}.presence-os-card .card-content .avatar{width: 48px;height: 48px;border-radius: 40px;flex-shrink: 0;overflow: hidden;box-shadow: 0 4px 8px rgba(0,0,0,0.04);background: #eaf0f6;}.presence-os-card .card-content .avatar img{width: 100%;height: 100%;object-fit: cover;display: block;}.presence-os-card .card-content .name-title h2{font-size: 16px;font-weight: 600;color: #0b1a2a;letter-spacing: -0.2px;display: flex;align-items: center;flex-wrap: wrap;gap: 4px;}.presence-os-card .card-content .name-title h2 span{font-weight: 400;font-size: 12px;color: #4a5a6e;}.presence-os-card .card-content .badge{background: #eef3fa;padding: 1px 8px 1px 6px;border-radius: 30px;font-size: 10px;font-weight: 500;color: #1f3a5f;display: inline-flex;align-items: center;gap: 4px;border: 1px solid #dde6ef;margin-top: 2px;}.presence-os-card .card-content .badge i{font-size: 9px;color: #f5b342;}.presence-os-card .card-content .tagline{font-size: 11.5px;color: #1f3a5f;background: #f0f6fe;padding: 2px 10px;border-radius: 10px;display: inline-block;margin-top: 3px;border: 1px solid #e3ecf5;letter-spacing: -0.1px;}.presence-os-card .card-content .meta-row{display: flex;justify-content: space-between;align-items: center;font-size: 11px;color: #3d5670;background: #f8fafd;padding: 5px 10px;border-radius: 40px;margin: 6px 0 8px 0;border: 1px solid #eef3f8;}.presence-os-card .card-content .meta-row i{margin-right: 4px;color: #59748f;width: 14px;}.presence-os-card .card-content .followers{background: #e1e9f2;padding: 1px 10px;border-radius: 30px;font-weight: 500;font-size: 11px;}.presence-os-card .card-content .pick-badge{background: #f1f8ff;border-left: 3px solid #2a7de1;padding: 4px 10px;border-radius: 8px;font-size: 11px;font-weight: 500;color: #1a4b7a;margin-bottom: 8px;display: flex;align-items: center;gap: 6px;border: 1px solid #dce8f5;}.presence-os-card .card-content .pick-badge i{color: #f5b342;font-size: 12px;}.presence-os-card .card-content .excerpt{background: #fafcff;border-radius: 14px;padding: 8px 12px;margin-bottom: 8px;border: 1px solid #eaf0f6;}.presence-os-card .card-content .excerpt p{font-size: 12px;line-height: 1.5;color: #1d3147;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.presence-os-card .card-content .read-more{color: #1a6bb0;font-weight: 500;font-size: 11px;margin-top: 2px;display: inline-block;}.presence-os-card .card-content .highlight-box{background: #f4f9ff;border-radius: 12px;padding: 6px 12px;margin: 6px 0 8px 0;border: 1px solid #e4eefa;}.presence-os-card .card-content .hl-item{font-size: 11.5px;color: #0f2a44;padding: 4px 0;border-bottom: 1px dashed #dce6f0;display: flex;gap: 6px;}.presence-os-card .card-content .hl-item:last-child{border-bottom: 0;}.presence-os-card .card-content .hl-item i{color: #2a7de1;width: 16px;font-size: 12px;margin-top: 1px;}.presence-os-card .card-content .activity-item{display: flex;gap: 10px;padding: 6px 0 4px 0;border-bottom: 1px solid #eef3f8;}.presence-os-card .card-content .activity-item:last-child{border-bottom: 0;}.presence-os-card .card-content .activity-avatar{width: 28px;height: 28px;background: #d4e0ec;border-radius: 30px;display: flex;align-items: center;justify-content: center;font-weight: 600;color: #1b3857;font-size: 11px;flex-shrink: 0;}.presence-os-card .card-content .activity-content .name{font-weight: 600;font-size: 12px;color: #0b1f33;}.presence-os-card .card-content .activity-content .action{font-size: 12px;color: #23415e;}.presence-os-card .card-content .activity-content .time{font-size: 10px;color: #6b7f97;margin-top: 1px;display: flex;align-items: center;gap: 10px;}.presence-os-card .card-content .activity-content .time i{font-size: 10px;margin-right: 2px;color: #7c93ae;}.presence-os-card .card-content .award-block{background: #f4faff;border-radius: 12px;padding: 8px 12px;margin: 6px 0 4px 0;border: 1px solid #e2ecf7;}.presence-os-card .card-content .award-block .title{font-weight: 600;font-size: 12px;color: #0d2946;}.presence-os-card .card-content .award-block .desc{font-size: 11px;color: #2a4a6a;margin-top: 2px;line-height: 1.4;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.presence-os-card .card-content .read-more-sm{font-size: 10px;font-weight: 500;color: #1a6bb0;margin-top: 2px;}.presence-os-card .card-content .kyc-preview{background: #edf3fa;border-radius: 40px;padding: 2px 12px;display: inline-flex;align-items: center;gap: 6px;font-size: 10px;font-weight: 500;color: #1f4465;border: 1px solid #d5e2ef;}.presence-os-card .card-content .footer-meta{display: flex;justify-content: space-between;font-size: 10px;color: #4c6c8a;padding-top: 4px;border-top: 1px solid #e4edf5;margin-top: 6px;}.presence-os-card .card-content .loading-dots{color: #849bb3;font-size: 11px;letter-spacing: 1px;}.container{width: 100%;max-width: 1200px;margin: 0 auto;padding: 0 20px;}.hero-content{display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 2;gap: 40px;}.hero-content .hero-text{flex: 1;max-width: 600px;}.hero-content .hero-text img{max-width: 100%;height: auto;}.hero-content .hero-text h2{font-family: 'Montserrat', sans-serif;font-size: 2.5rem;line-height: 1.2;margin-bottom: 20px;color: var(--secondary, #0D0D0D);}.hero-content .hero-text h2 span{color: var(--red);}.hero-content .hero-text p{font-size: 1.1rem;color: var(--mu);margin-bottom: 20px;max-width: 90%;}.image-container{position: relative;flex: 1;min-width: 550px;height: 750px;border-radius: 20px;overflow: hidden;box-shadow: 0 20px 40px rgba(0,0,0,0.4);opacity: 0;transform: scale(0.9);animation: zoomIn 1s ease-out 0.8s forwards;}.image-container img{width: 100%;height: 100%;object-fit: cover;}.text-overlay{position: absolute;color: black;font-size: 18px;font-weight: bold;padding: 8px 21px;border-radius: 12px;background: rgba(255,255,255,0.95);box-shadow: 0 8px 20px rgba(0,0,0,0.3);transition: all 0.3s ease;text-align: center;min-width: 200px;backdrop-filter: blur(5px);border: 1px solid rgba(255,255,255,0.1);opacity: 0;}.text-overlay:hover{background: rgba(185,185,185,0.9);transform: scale(1.05);}.text-overlay .number{font-size: 18px;font-weight: 800;display: block;margin-bottom: 1px;color: #fd2300;}.text-overlay .label{font-size: 14px;font-weight: 500;display: block;}.text-overlay .feature-list{text-align: left;margin-top: 10px;font-weight: normal;font-size: 0.9rem;}.text-overlay .feature-list li{margin-bottom: 5px;list-style-type: none;position: relative;padding-left: 20px;}.text-overlay .feature-list li:before{content: '•';color: #92FE9D;font-weight: bold;position: absolute;left: 0;}.text-overlay img{max-width: 100%;height: auto;}#hours{top: 42%;left: 5%;animation: fadeInRight 1s ease-out 1.5s forwards;}#savings{top: 15%;right: 5%;animation: fadeInLeft 1s ease-out 1.8s forwards;}#friction{bottom: 20%;left: 14%;animation: fadeInRight 1s ease-out 2.1s forwards;}#web3{top: 65%;right: 5%;min-width: 220px;animation: fadeInDown 1s ease-out 2.4s forwards;}#web3 div{text-align: left;}#replaces{bottom: 38%;right: 5%;animation: fadeInLeft 1s ease-out 2.7s forwards;}#features{bottom: 5%;left: 28%;animation: fadeInUp 1s ease-out 3s forwards;}.mobile-features{display: none;margin-top: 30px;}.features-grid{display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}.mobile-feature-card{background: rgba(255,255,255,0.95);color: black;padding: 20px;border-radius: 12px;box-shadow: 0 8px 20px rgba(0,0,0,0.1);text-align: center;}.mobile-feature-card .number{font-size: 1.8rem;font-weight: 800;display: block;margin-bottom: 8px;color: #fd2300;}.mobile-feature-card .label{font-size: 1.1rem;font-weight: 500;display: block;margin-bottom: 10px;}.mobile-feature-card .feature-list{text-align: left;font-weight: normal;font-size: 0.9rem;}.mobile-feature-card .feature-list li{margin-bottom: 5px;list-style-type: none;position: relative;padding-left: 20px;}.mobile-feature-card .feature-list li:before{content: '•';color: #F00C0F;font-weight: bold;position: absolute;left: 0;}.mobile-feature-card img{max-width: 100%;}@keyframes fadeInUp{from{opacity: 0;transform: translateY(30px);}to{opacity: 1;transform: translateY(0);}}@keyframes fadeInDown{from{opacity: 0;transform: translateY(-30px);}to{opacity: 1;transform: translateY(0);}}@keyframes fadeInLeft{from{opacity: 0;transform: translateX(30px);}to{opacity: 1;transform: translateX(0);}}@keyframes fadeInRight{from{opacity: 0;transform: translateX(-30px);}to{opacity: 1;transform: translateX(0);}}@keyframes zoomIn{from{opacity: 0;transform: scale(0.9);}to{opacity: 1;transform: scale(1);}}.segment-list-label{font-size: 11px;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;color: var(--red, #E8232A);margin-bottom: 16px;}.segment-list{display: flex;gap: 0;align-items: stretch;}.segment-bracket{width: 4px;background: var(--red, #E8232A);border-radius: 2px;margin-right: 20px;flex-shrink: 0;}.segment-items{display: flex;flex-direction: column;gap: 0;flex: 1;}.segment-item{display: flex;align-items: center;gap: 14px;padding: 14px 16px;border-radius: 10px;cursor: pointer;transition: background 0.15s;border-bottom: 1px solid var(--bdr, #E8EBF0);}.segment-item:last-child{border-bottom: none;}.segment-item:hover{background: rgba(232,35,42,0.04);}.segment-item:hover .segment-arrow{opacity: 1;}.segment-num{font-size: 11px;font-weight: 700;color: var(--red, #E8232A);min-width: 20px;font-variant-numeric: tabular-nums;}.segment-text{flex: 1;}.segment-name{font-size: 15px;font-weight: 700;color: var(--tx, #111827);margin-bottom: 2px;}.segment-desc{font-size: 12px;color: var(--mu, #6B7280);}.segment-arrow{font-size: 14px;color: var(--red, #E8232A);opacity: 0;transition: opacity 0.15s;}.pricing-header{padding-top: 80px;text-align: center;max-width: 640px;margin: 0 auto 40px;}.pricing-header h1{font-size: clamp(26px, 3.5vw, 40px);font-weight: 800;letter-spacing: -.03em;line-height: 1.12;}.pricing-header h1 em{color: var(--red);font-style: normal;}.pricing-header p{font-size: 16px;color: var(--mu);line-height: 1.6;margin-top: 12px;}.free-banner{background: var(--gb);border: 1px solid rgba(29,158,117,.25);border-radius: 14px;padding: 28px 32px;display: flex;align-items: center;gap: 32px;margin-bottom: 40px;flex-wrap: wrap;}.free-banner h3{font-size: 18px;font-weight: 700;color: #065F46;margin-bottom: 4px;}.free-banner p{font-size: 14px;color: #0F6E56;line-height: 1.55;max-width: 480px;}.fb-pts{display: flex;flex-direction: column;gap: 6px;flex-shrink: 0;}.fb-pt{display: flex;align-items: center;gap: 8px;font-size: 13px;color: #065F46;font-weight: 500;}.fb-pt::before{content: '✓';color: var(--green);font-weight: 700;}.op-block{margin-bottom: 40px;border: 1px solid var(--bdr);border-radius: 16px;overflow: hidden;}.op-head{background: #111827;padding: 18px 28px;display: flex;align-items: baseline;gap: 14px;flex-wrap: wrap;}.op-title{font-size: 16px;font-weight: 700;color: #fff;}.op-desc{font-size: 12px;color: rgba(255,255,255,.42);}.op-tiers{display: grid;}.op-tiers.t4{grid-template-columns: repeat(4, 1fr);}.op-tiers.t5{grid-template-columns: repeat(5, 1fr);}.op-tiers.t3{grid-template-columns: repeat(3, 1fr);}.op-tier{padding: 24px 20px;border-right: 1px solid var(--bdr);position: relative;}.op-tier:last-child{border-right: none;}.op-tier.best{background: rgba(232,35,42,.03);border-top: 3px solid var(--red);}.op-tier-name{font-size: 10px;font-weight: 700;letter-spacing: .09em;text-transform: uppercase;color: var(--hi);margin-bottom: 8px;}.op-tier.best .op-tier-name{color: var(--red);}.op-price{font-size: 30px;font-weight: 800;color: var(--tx);letter-spacing: -.035em;line-height: 1;}.op-period{font-size: 12px;color: var(--mu);margin-top: 3px;margin-bottom: 16px;}.op-list{list-style: none;border-top: 1px solid var(--bdr);padding-top: 14px;}.op-list li{font-size: 12px;color: var(--mu);padding: 4px 0 4px 14px;position: relative;line-height: 1.4;}.op-list li::before{content: '✓';position: absolute;left: 0;color: var(--green);font-size: 10px;font-weight: 700;top: 5px;}.op-note{font-size: 11px;color: var(--hi);padding: 12px 20px;border-top: 1px solid var(--bdr);background: var(--off);}.hero-content{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 48px;}@media (max-width: 900px){.text-overlay{display: none !important;}.mobile-features{display: block !important;}}.mobile-features{display: none;margin-top: 32px;width: 100%;}.features-grid{display: grid;grid-template-columns: repeat(2, 1fr);gap: 16px;}.mobile-feature-card{background: rgba(255,255,255,0.95);color: #111827;padding: 18px 14px;border-radius: 16px;box-shadow: 0 6px 18px rgba(0,0,0,0.06);border: 1px solid #E8EBF0;text-align: center;}.mobile-feature-card .number{font-size: 20px;font-weight: 800;display: block;margin-bottom: 4px;color: #E8232A;}.mobile-feature-card .label{font-size: 14px;font-weight: 600;display: block;margin-bottom: 6px;}.mobile-feature-card .feature-list{text-align: left;font-weight: 400;font-size: 12px;list-style: none;padding: 0;}.mobile-feature-card .feature-list li{padding: 2px 0 2px 16px;position: relative;}.mobile-feature-card .feature-list li::before{content: "•";color: #E8232A;font-weight: 700;position: absolute;left: 0;}.mobile-feature-card img{max-width: 100%;height: auto;margin-top: 4px;}@media (max-width: 900px){.image-container{max-width: 400px;margin: 0 auto;display: block;}}@media (max-width: 600px){.image-container{max-width: 300px;}}.features-grid-section{background: #fff;padding: 60px 0 80px;}.features-grid-section .section-title h2{font-size: clamp(30px, 4vw, 44px);}.feature-stats{display: flex;justify-content: center;gap: 60px;margin: 30px 0 40px;flex-wrap: wrap;}.feature-stat{text-align: center;}.feature-stat .number{font-size: 38px;font-weight: 800;color: var(--red);line-height: 1.1;}.feature-stat .label{font-size: 14px;color: var(--mu);font-weight: 500;letter-spacing: 0.02em;}.feature-tags{display: flex;flex-wrap: wrap;justify-content: center;gap: 10px 20px;margin: 20px 0 40px;padding-bottom: 20px;border-bottom: 1px solid var(--bdr);}.feature-tags span{font-size: 14px;font-weight: 600;color: var(--mu);background: var(--off);padding: 6px 16px;border-radius: 40px;cursor: default;transition: background 0.2s;}.feature-tags span:hover{background: #e8ebf0;}.feature-grid{display: grid;grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));gap: 16px;margin-top: 20px;}.feature-card{background: #fff;border: 1px solid var(--bdr);border-radius: 12px;padding: 18px 16px 14px;transition: all 0.2s;display: flex;flex-direction: column;align-items: flex-start;cursor: default;}.feature-card:hover{border-color: var(--red);box-shadow: 0 4px 12px rgba(232,35,42,0.08);transform: translateY(-2px);}.feature-card .fc-icon{font-size: 20px;color: var(--red);margin-bottom: 6px;}.feature-card .fc-name{font-weight: 600;font-size: 14px;color: var(--tx);line-height: 1.3;}.feature-card .fc-hash{font-size: 11px;color: var(--hi);margin-top: 4px;font-weight: 500;letter-spacing: 0.02em;}.feature-card .fc-tag{font-size: 10px;background: var(--off);padding: 2px 10px;border-radius: 20px;color: var(--mu);margin-top: 6px;font-weight: 600;letter-spacing: 0.02em;}.fc-extra{margin-top: 6px;font-size: 12px;color: var(--mu);font-weight: 500;}@media (max-width: 600px){.feature-stats{gap: 30px;}.feature-grid{grid-template-columns: repeat(2, 1fr);}.feature-tags span{font-size: 12px;padding: 4px 12px;}}