*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--primary:#0a3d91;--primary-mid:#032c7a;--primary-dark:#021b4e;--citixen-gradient:linear-gradient(180deg,#021b4e,#032c7a 45%,#0a3d91);--secondary:#3c9ece;--accent:#f7794e;--dark:#020202;--bg:#e7ecf0;--surface:#fff;--text-primary:#020202;--text-secondary:#5a6a7a;--text-muted:#8e9baa;--border:#d5dce3;--border-light:#e0e6ec;--green:#34c759;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.08);--shadow-lg:0 8px 32px rgba(0,0,0,.1);--shadow-xl:0 16px 48px rgba(0,0,0,.12);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.fade-up{opacity:0;transform:translateY(32px);transition:opacity .7s ease-out,transform .7s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up.delay-1{transition-delay:.1s}.fade-up.delay-2{transition-delay:.2s}.fade-up.delay-3{transition-delay:.3s}.fade-up.delay-4{transition-delay:.4s}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.section-label{display:inline-block;font-size:15px;font-weight:600;color:var(--primary);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--primary)}.section-label--highlight{font-size:16px;font-weight:700;color:var(--surface);background:var(--primary);padding:6px 16px;border-radius:6px;border-bottom:none}.section-label .bar{display:none}.section-title{font-size:40px;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:16px;color:var(--text-primary)}.section-desc{font-size:17px;color:var(--text-secondary);max-width:560px;line-height:1.7;margin-bottom:56px}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--accent);color:#fff;border-radius:var(--radius-lg);font-weight:700;font-size:16px;transition:all .3s;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(247,121,78,.4)}.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:hsla(0,0%,100%,.12);color:#fff;border:1px solid hsla(0,0%,100%,.25);border-radius:var(--radius-lg);font-weight:600;font-size:16px;transition:all .3s;cursor:pointer;backdrop-filter:blur(8px)}.btn-secondary:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:none;transition:all .3s ease}.navbar,.navbar.scrolled{background:var(--primary-dark)}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar-inner{justify-content:space-between;height:72px}.navbar-inner,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:12px}.navbar-logo svg{height:36px;width:auto}.navbar-logo span{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.3px}.navbar-links{display:flex;align-items:center;gap:32px;list-style:none}.navbar-links a{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.8);transition:color .2s}.navbar-links a:hover{color:#fff}.navbar-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--accent);color:#fff!important;border-radius:var(--radius-lg);font-weight:600;font-size:14px;transition:all .3s}.navbar-cta:hover{background:#e56a3f;transform:translateY(-1px);box-shadow:var(--shadow-md)}.navbar-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}.navbar-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.hero{position:relative;padding:160px 0 100px;background:var(--citixen-gradient);overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,hsla(0,0%,100%,.06) 0,transparent 70%);border-radius:50%}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}.hero-content{color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:100px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.9);margin-bottom:24px;backdrop-filter:blur(8px)}.hero-badge .dot{width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}.hero h1{font-size:52px;font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:24px}.hero p{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.8);margin-bottom:36px;max-width:480px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero-proof{display:flex;gap:24px;align-items:center;padding:20px 24px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-lg);backdrop-filter:blur(8px)}.hero-proof-item{display:flex;flex-direction:column;gap:2px}.hero-proof-number{font-size:18px;font-weight:800;color:#fff}.hero-proof-label{font-size:12px;color:hsla(0,0%,100%,.6)}.hero-proof-divider{width:1px;height:36px;background:hsla(0,0%,100%,.15)}.hero-mockup{display:flex;justify-content:center;align-items:center;position:relative}.hero-mockup-img{width:100%;max-width:260px;height:auto;display:block;transform:perspective(1200px) rotateX(-4deg) rotate(4deg);filter:drop-shadow(0 40px 80px rgba(2,27,78,.5));transition:transform .4s ease}.hero-mockup-img:hover{transform:perspective(1200px) rotateX(-4deg) rotate(4deg) translateY(-4px)}.hero-cc-tag{position:absolute;bottom:-28px;left:-32px;gap:12px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:14px 18px 14px 14px;box-shadow:0 16px 40px rgba(2,27,78,.32);z-index:3;max-width:240px}.hero-cc-tag,.hero-cc-tag-icon{display:flex;align-items:center}.hero-cc-tag-icon{width:36px;height:36px;border-radius:10px;background:var(--accent);color:#fff;justify-content:center;flex-shrink:0}.hero-cc-tag-body{display:flex;flex-direction:column;gap:1px}.hero-cc-tag-label{font-size:9.5px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.8px}.hero-cc-tag-title{font-size:14px;font-weight:800;color:var(--text-primary);letter-spacing:-.2px}.hero-cc-tag-desc{font-size:11px;color:var(--text-muted)}.portal-frame{width:100%;max-width:440px;background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 32px 64px rgba(0,0,0,.25)}.portal-browser-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f5f5f7;border-bottom:1px solid var(--border-light)}.portal-dots{display:flex;gap:6px}.portal-dots span{width:10px;height:10px;border-radius:50%}.portal-dots span:first-child{background:#ff5f57}.portal-dots span:nth-child(2){background:#ffbd2e}.portal-dots span:nth-child(3){background:#27c840}.portal-url{flex:1;text-align:center;font-size:12px;color:var(--text-muted);background:#fff;border-radius:6px;padding:4px 12px;border:1px solid var(--border-light)}.portal-content{padding:24px}.portal-topbar{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.portal-city-logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;letter-spacing:-.3px;flex-shrink:0}.portal-city-info{display:flex;flex-direction:column;gap:1px}.portal-city-name{font-size:15px;font-weight:700;color:var(--text-primary);line-height:1.2}.portal-city-sub{font-size:11px;color:var(--text-muted)}.portal-report-card{position:relative;background:linear-gradient(155deg,#fbfcfe,#fff);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:22px 20px 18px;margin-bottom:16px;box-shadow:0 4px 14px rgba(10,61,145,.06)}.portal-report-badge{position:absolute;top:18px;right:18px;background:rgba(247,121,78,.12);color:var(--accent);padding:4px 10px;border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.portal-report-eyebrow{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.portal-report-title{font-size:19px;font-weight:800;color:var(--text-primary);letter-spacing:-.4px;margin-bottom:16px}.portal-report-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.portal-report-metric{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:var(--bg);border-radius:var(--radius-sm)}.portal-report-metric-label{font-size:9.5px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.6px}.portal-report-metric-value{font-size:14px;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:5px}.portal-report-metric-trend{color:var(--green);font-size:11px;font-weight:700}.portal-report-cta{width:100%;background:var(--primary);color:#fff;border:none;padding:11px;border-radius:var(--radius-md);font-weight:600;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s;font-family:inherit}.portal-report-cta:hover{background:var(--primary-dark)}.portal-tabs{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--border-light);font-size:11px;font-weight:600;color:var(--text-muted)}.portal-tab--active{color:var(--primary);position:relative}.portal-tab--active:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);width:22px;height:2px;background:var(--primary);border-radius:2px}.hero-phone{width:320px;max-width:100%;background:#0d1b3a;border-radius:44px;padding:12px;position:relative;box-shadow:0 40px 80px rgba(2,27,78,.45),inset 0 0 0 1px hsla(0,0%,100%,.06)}.hero-phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:110px;height:26px;background:#0d1b3a;border-radius:0 0 18px 18px;z-index:3}.hero-phone-screen{background:var(--surface);border-radius:32px;padding:42px 18px 14px;overflow:hidden;position:relative}.hero-phone-statusbar{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;color:var(--text-primary);padding:0 4px 14px}.hero-phone-statusbar-right{display:flex;align-items:center;gap:4px}.hero-phone-statusbar-dot{width:4px;height:4px;border-radius:50%;background:var(--text-primary)}.hero-phone-statusbar-battery{width:18px;height:9px;border:1px solid var(--text-primary);border-radius:2px;margin-left:4px;position:relative}.hero-phone-statusbar-battery:after{content:"";position:absolute;inset:1px;background:var(--text-primary);border-radius:1px}.hero-phone-cycle-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:14px}.hero-phone-cycle-eyebrow{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:2px}.hero-phone-cycle-title{font-size:17px;font-weight:800;color:var(--text-primary);letter-spacing:-.4px;line-height:1.2}.hero-phone-cycle-badge{background:rgba(247,121,78,.12);color:var(--accent);padding:4px 9px;border-radius:100px;font-size:9.5px;font-weight:700;letter-spacing:.2px;white-space:nowrap;flex-shrink:0}.hero-phone-balance{display:flex;align-items:center;justify-content:space-between;background:var(--citixen-gradient);color:#fff;padding:12px 14px;border-radius:var(--radius-md);margin-bottom:12px}.hero-phone-balance-label{font-size:10.5px;font-weight:500;color:hsla(0,0%,100%,.75)}.hero-phone-balance-value{font-size:18px;font-weight:800;letter-spacing:-.3px}.hero-phone-project{background:#f7f9fc;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:11px 12px;margin-bottom:8px}.hero-phone-project--accent{background:#fff;border-color:rgba(247,121,78,.35);box-shadow:0 4px 14px rgba(247,121,78,.1)}.hero-phone-project-title{font-size:12px;font-weight:700;color:var(--text-primary);letter-spacing:-.2px;margin-bottom:3px}.hero-phone-project-stat{font-size:10px;color:var(--text-muted);font-weight:500;margin-bottom:7px}.hero-phone-project-progress{height:4px;background:var(--border-light);border-radius:2px;overflow:hidden}.hero-phone-project-progress-fill{height:100%;background:var(--primary);border-radius:2px}.hero-phone-project--accent .hero-phone-project-progress-fill,.hero-phone-project-cta{background:var(--accent)}.hero-phone-project-cta{width:100%;margin-top:9px;color:#fff;border:none;padding:8px;border-radius:var(--radius-sm);font-weight:700;font-size:11px;letter-spacing:.1px;cursor:pointer;font-family:inherit;transition:background .2s}.hero-phone-project-cta:hover{background:#e56a3f}.hero-phone-tabs{display:flex;justify-content:space-between;align-items:center;padding-top:10px;margin-top:6px;border-top:1px solid var(--border-light);font-size:9.5px;font-weight:600;color:var(--text-muted)}.hero-phone-tab--active{color:var(--accent);position:relative}.hero-phone-tab--active:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:var(--accent);border-radius:2px}.problem-section{padding:100px 0;background:var(--bg)}.problem-inner{max-width:760px;margin:0 auto;text-align:center}.problem-insight{font-size:36px;font-weight:700;color:var(--text-primary);line-height:1.3;letter-spacing:-.5px;margin:0 auto 40px;max-width:660px}.problem-inner p{font-size:19px;line-height:1.85;color:var(--text-secondary);margin-bottom:20px}.problem-highlight{display:block;font-size:20px;font-weight:700;color:var(--text-primary);border-left:4px solid var(--accent);padding:16px 24px;text-align:left;margin:40px auto;line-height:1.6;background:var(--surface);border-radius:0 var(--radius-md) var(--radius-md) 0}.how-to-start-section{padding:120px 0;background:var(--surface);position:relative;overflow:hidden}.how-to-start-section:before{top:-25%;right:-12%;width:600px;height:600px;background:radial-gradient(circle,rgba(247,121,78,.07) 0,transparent 70%)}.how-to-start-section:after,.how-to-start-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.how-to-start-section:after{bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(10,61,145,.05) 0,transparent 70%)}.how-to-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:2;margin-bottom:40px}.how-to-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:32px 28px;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.03)}.how-to-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,61,145,.08);border-color:rgba(10,61,145,.18)}.how-to-number{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;margin-bottom:20px;box-shadow:0 4px 12px rgba(10,61,145,.25)}.how-to-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:10px}.how-to-desc{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:16px}.how-to-time{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;background:var(--bg);border-radius:6px}.how-to-time,.how-to-time svg{color:var(--text-muted)}.how-to-after{text-align:center;position:relative;z-index:2}.how-to-after p{font-size:15px;color:var(--text-secondary);max-width:500px;margin:0 auto;line-height:1.7}.how-to-after strong{color:var(--text-primary)}.early-access-section{padding:120px 0;background:var(--surface)}.early-access-header{text-align:center;margin-bottom:64px}.early-access-header .section-desc{margin:0 auto}.early-access-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;max-width:960px;margin:0 auto}.early-access-grid--single{grid-template-columns:1fr;max-width:640px}.access-card{border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:40px 36px}.access-card.card-citizen{background:var(--bg)}.access-card.card-government{background:var(--primary);border-color:var(--primary)}.access-card-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.card-citizen .access-card-label{color:var(--primary)}.card-government .access-card-label{color:hsla(0,0%,100%,.6)}.access-card-title{font-size:22px;font-weight:800;margin-bottom:8px;letter-spacing:-.3px}.card-citizen .access-card-title{color:var(--text-primary)}.card-government .access-card-title{color:#fff}.access-card-desc{font-size:14px;line-height:1.6;margin-bottom:28px}.card-citizen .access-card-desc{color:var(--text-secondary)}.card-government .access-card-desc{color:hsla(0,0%,100%,.7)}.access-form{display:flex;flex-direction:column;gap:12px}.access-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.access-input{width:100%;padding:14px 16px;border-radius:var(--radius-md);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.access-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238E9BAA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.card-citizen .access-input{border:1.5px solid var(--border);background:#fff;color:var(--text-primary)}.card-citizen .access-input:focus{border-color:var(--primary)}.card-government .access-input{border:1.5px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.12);color:#fff}.card-government .access-input::-moz-placeholder{color:hsla(0,0%,100%,.45)}.card-government .access-input::placeholder{color:hsla(0,0%,100%,.45)}.card-government .access-input:focus{border-color:hsla(0,0%,100%,.5)}.card-government .access-select{color:hsla(0,0%,100%,.7)}.card-government .access-select option{color:var(--text-primary);background:#fff}.btn-access-citizen{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;font-family:inherit;text-decoration:none}.btn-access-citizen:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-access-citizen--secondary{background:transparent;border:1px solid hsla(0,0%,100%,.3);color:#fff}.btn-access-citizen--secondary:hover{background:hsla(0,0%,100%,.1)}.access-download-buttons{display:flex;gap:12px;margin-bottom:12px}.access-download-note{font-size:13px;color:hsla(0,0%,100%,.5);text-align:center}.btn-access-gov{width:100%;padding:14px;background:#fff;color:var(--primary);border:none;border-radius:var(--radius-md);font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;font-family:inherit}.btn-access-gov:hover{background:hsla(0,0%,100%,.92);transform:translateY(-1px)}.btn-access-gov:disabled{opacity:.7;cursor:not-allowed;transform:none}.access-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:hsla(0,0%,100%,.85);cursor:pointer}.access-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.access-checkbox-label a{color:#fff;text-decoration:underline;text-underline-offset:2px}.access-checkbox-label a:hover{color:var(--accent)}.access-success{text-align:center;padding:20px 0}.access-success .success-icon{font-size:40px;margin-bottom:12px}.card-citizen .access-success p{color:var(--text-secondary);font-size:14px;line-height:1.6}.card-government .access-success p{color:hsla(0,0%,100%,.8);font-size:14px;line-height:1.6}.footer{padding:56px 0 32px;background:var(--text-primary);color:hsla(0,0%,100%,.7)}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.footer-brand p{font-size:14px;line-height:1.7;margin-top:16px;color:hsla(0,0%,100%,.45);max-width:280px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo svg{height:28px;width:auto}.footer-logo span{font-size:18px;font-weight:700;color:#fff}.footer h4{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.footer ul{list-style:none}.footer ul li{margin-bottom:10px}.footer ul a{font-size:14px;color:hsla(0,0%,100%,.45);transition:color .2s}.footer ul a:hover{color:#fff}.footer-bottom{padding-top:28px;border-top:1px solid hsla(0,0%,100%,.08);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:hsla(0,0%,100%,.3)}.faq-section{padding:100px 0;background:var(--bg)}.faq-list{max-width:720px}.faq-item{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);margin-bottom:12px;overflow:hidden;transition:box-shadow .3s}.faq-item:hover{box-shadow:var(--shadow-sm)}.faq-question{justify-content:space-between;width:100%;padding:20px 24px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;color:var(--text-primary);text-align:left;line-height:1.4}.faq-question,.faq-toggle{display:flex;align-items:center}.faq-toggle{font-size:22px;font-weight:300;color:var(--text-muted);flex-shrink:0;margin-left:16px;width:28px;height:28px;justify-content:center;border-radius:50%;background:var(--bg);transition:background .2s,color .2s}.faq-item--open .faq-toggle{background:var(--primary);color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px}.faq-item--open .faq-answer{max-height:500px;padding:0 24px 20px}.faq-answer p{font-size:15px;color:var(--text-secondary);line-height:1.7}.pricing-page{padding:140px 0 80px;min-height:100vh}.pricing-header{text-align:center;margin-bottom:64px}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:900px;margin:0 auto 64px}.pricing-card{background:var(--surface);border-radius:16px;padding:40px 32px;border:1px solid var(--border);position:relative;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.pricing-card--highlighted{border-color:var(--accent);box-shadow:0 4px 24px rgba(247,121,78,.12)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap;letter-spacing:.02em}.pricing-card-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.pricing-tier-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pricing-tier-name{font-size:20px;font-weight:700;margin:0}.pricing-price{margin-bottom:16px}.pricing-price-value{display:block;font-size:36px;font-weight:800;color:var(--text-primary);line-height:1.1}.pricing-price-sub{display:block;font-size:13px;color:var(--text-muted);margin-top:4px}.pricing-description{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.pricing-cta{display:block;width:100%;text-align:center;padding:14px 24px;border-radius:10px;color:#fff;font-weight:600;font-size:15px;text-decoration:none;margin-bottom:28px;transition:opacity .2s}.pricing-cta:hover{opacity:.9}.pricing-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pricing-features li{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.4}.pricing-features li.included{color:var(--text-primary)}.pricing-features li.included svg{color:var(--green)}.pricing-features li.not-included,.pricing-features li.not-included svg{color:var(--text-muted)}.pricing-faq{max-width:900px;margin:0 auto;padding-top:32px;border-top:1px solid var(--border)}.pricing-faq h3{font-size:24px;font-weight:700;color:var(--text-primary);margin-bottom:32px;text-align:center}.pricing-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pricing-faq-item{background:var(--surface);border-radius:12px;padding:24px;border:1px solid var(--border)}.pricing-faq-item h4{font-size:15px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.pricing-faq-item p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.case-study-page{padding:140px 0 80px;min-height:100vh}.case-study-hero{text-align:center;margin-bottom:48px}.case-study-disclaimer{display:inline-block;background:rgba(10,61,145,.06);color:var(--text-secondary);font-size:13px;padding:10px 20px;border-radius:8px;margin-top:16px;line-height:1.5}.case-study-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:64px}.case-study-stat{background:var(--surface);border-radius:12px;padding:24px 20px;text-align:center;border:1px solid var(--border)}.case-study-stat-value{display:block;font-size:28px;font-weight:800;color:var(--primary);margin-bottom:4px}.case-study-stat-label{display:block;font-size:13px;color:var(--text-muted)}.case-study-section{margin-bottom:64px}.case-study-section h2{font-size:28px;font-weight:700;color:var(--text-primary);margin-bottom:12px}.case-study-intro{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:680px;margin-bottom:32px}.case-study-problems-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.case-study-problem-card{background:var(--surface);border-radius:12px;padding:28px 24px;border:1px solid var(--border)}.case-study-problem-icon{font-size:28px;display:block;margin-bottom:12px}.case-study-problem-card h3{font-size:16px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.case-study-problem-card p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.case-study-comparison{display:flex;flex-direction:column;gap:16px}.case-study-comparison-row{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;background:var(--surface);border-radius:12px;padding:20px 24px;border:1px solid var(--border)}.case-study-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.case-study-before .case-study-label{color:var(--text-muted)}.case-study-after .case-study-label{color:var(--primary)}.case-study-after p,.case-study-before p{font-size:14px;color:var(--text-primary);line-height:1.5;margin:0}.case-study-arrow{color:var(--primary);opacity:.5;flex-shrink:0}.case-study-projects-grid{display:flex;flex-direction:column;gap:12px;max-width:600px}.case-study-project{display:flex;align-items:center;gap:14px;background:var(--surface);border-radius:10px;padding:16px 20px;border:1px solid var(--border)}.case-study-project-status{width:10px;height:10px;border-radius:50%;flex-shrink:0}.case-study-project strong{display:block;font-size:14px;font-weight:600;color:var(--text-primary)}.case-study-project span{font-size:13px;color:var(--text-muted)}.case-study-cta-section{text-align:center;background:var(--surface);border-radius:16px;padding:48px 32px;border:1px solid var(--border)}.case-study-cta-section h2{margin-bottom:16px}.case-study-cta-section p{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:560px;margin:0 auto 24px}.problem-lead{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:32px}.problem-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;text-align:left}.problem-list-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--text-secondary);line-height:1.5;padding:14px 16px;background:var(--surface);border-radius:var(--radius-md)}.problem-list-icon{flex-shrink:0;margin-top:1px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:rgba(10,61,145,.08);color:var(--primary)}.problem-turn{font-size:18px;color:var(--text-secondary);line-height:1.7;margin-top:24px}.problem-turn strong{color:var(--text-primary)}.what-is-section{padding:100px 0;background:var(--surface)}.what-is-table-wrapper{overflow-x:auto;border:1px solid var(--border-light);border-radius:var(--radius-xl);margin-bottom:32px}.what-is-table{width:100%;border-collapse:collapse;font-size:15px}.what-is-table th{padding:24px 24px 20px;text-align:center;font-size:17px;font-weight:800;letter-spacing:-.3px;border-bottom:1px solid var(--border-light);background:var(--bg);vertical-align:bottom}.what-is-table th:first-child{text-align:left}.what-is-col-community{background:rgba(10,61,145,.06)}.what-is-col-economy{background:rgba(247,121,78,.06)}.what-is-col-header{display:flex;flex-direction:column;align-items:center;gap:10px}.what-is-col-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:2px}.what-is-col-icon--community{background:var(--citixen-gradient)}.what-is-col-icon--economy{background:var(--accent)}.what-is-col-name{font-size:17px;font-weight:800;letter-spacing:-.3px}.what-is-col-community .what-is-col-name{color:var(--primary)}.what-is-col-economy .what-is-col-name{color:var(--accent)}.what-is-col-sub{font-size:12px;font-weight:600;color:var(--text-secondary);margin-top:4px;opacity:.75}.what-is-col-price,.what-is-col-sub{text-transform:uppercase;letter-spacing:.8px}.what-is-col-price{font-size:11px;font-weight:700;padding:4px 10px;border-radius:100px}.what-is-col-price--free{background:rgba(52,199,89,.14);color:var(--green)}.what-is-col-price--cc{background:rgba(247,121,78,.14);color:var(--accent)}.what-is-table td{padding:16px 24px;text-align:center;border-bottom:1px solid var(--border-light);color:var(--text-secondary);line-height:1.5}.what-is-table td:first-child{text-align:left}.what-is-table tr:last-child td{border-bottom:none}.what-is-feature{font-weight:600;color:var(--text-primary)!important}.what-is-note{display:flex;align-items:center;gap:12px;padding:16px 24px;background:rgba(10,61,145,.06);border:1px solid rgba(10,61,145,.12);border-radius:var(--radius-md);font-size:14px;color:var(--text-secondary)}.what-is-note svg{flex-shrink:0;color:var(--primary)}.what-is-note strong{color:var(--text-primary)}.community-section{padding:120px 0;background:var(--bg)}.community-header{margin-bottom:56px}.community-subtitle{font-size:19px;color:var(--text-secondary);max-width:560px;line-height:1.6}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.community-feature{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:32px 28px;transition:all .3s ease}.community-feature:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.community-feature-icon{width:48px;height:48px;border-radius:14px;background:rgba(10,61,145,.08);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:20px}.community-feature-title{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--text-primary);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.community-feature-badge{display:inline-flex;align-items:center;background:rgba(247,121,78,.12);color:var(--accent);font-size:10px;font-weight:700;padding:3px 9px;border-radius:100px;letter-spacing:.5px;text-transform:uppercase}.community-feature-desc{font-size:14px;color:var(--text-secondary);line-height:1.7}.community-feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.community-feature--optional .community-feature-icon{margin-bottom:0}.community-feature-optional-label{display:inline-block;margin-top:12px;font-size:11px;font-weight:600;color:var(--primary);letter-spacing:.5px}.toggle-animated{flex-shrink:0}.toggle-track{width:40px;height:22px;border-radius:11px;position:relative;animation:toggleColor 2.5s ease-in-out infinite}.toggle-thumb{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;animation:toggleSlide 2.5s ease-in-out infinite;box-shadow:0 1px 3px rgba(0,0,0,.2)}@keyframes toggleSlide{0%,15%{left:3px}40%,60%{left:21px}85%,to{left:3px}}@keyframes toggleColor{0%,15%{background:var(--border)}40%,60%{background:var(--primary)}85%,to{background:var(--border)}}.community-footer{display:flex;align-items:center;justify-content:center;gap:32px;padding:24px 32px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);margin-bottom:32px}.community-footer-item{display:flex;flex-direction:column;gap:4px;text-align:center}.community-footer-label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.community-footer-value{font-size:14px;color:var(--text-primary);font-weight:500}.community-footer-free{color:var(--green);font-weight:700}.community-footer-divider{width:1px;height:40px;background:var(--border-light)}.community-cta{text-align:center}.case-block-section{padding:120px 0;background:var(--surface)}.case-block-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}.case-block-desc{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}.case-block-desc strong{color:var(--text-primary)}.case-block-stats{display:flex;gap:24px;margin-bottom:24px}.case-block-stat{display:flex;flex-direction:column;gap:2px}.case-block-stat-value{font-size:24px;font-weight:800;color:var(--primary);letter-spacing:-.5px}.case-block-stat-label{font-size:12px;color:var(--text-muted)}.case-block-insight{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:20px}.case-block-link{font-size:15px;font-weight:600;color:var(--primary);transition:color .2s}.case-block-link:hover{color:var(--primary-dark)}.case-block-projects{background:var(--bg);border-radius:var(--radius-xl);padding:28px 24px}.case-block-projects-label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.case-block-project{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border-radius:var(--radius-sm);margin-bottom:8px}.case-block-project:last-child{margin-bottom:0}.case-block-project-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.case-block-project-name{font-size:14px;font-weight:600;color:var(--text-primary)}.case-block-project-meta{font-size:12px;color:var(--text-muted)}.cc-protagonist-section{padding:100px 0;background:var(--surface);position:relative;overflow:hidden}.cc-protagonist-section:before{content:"";position:absolute;top:-15%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(247,121,78,.06) 0,transparent 70%);border-radius:50%;pointer-events:none}.cc-protagonist-grid{display:grid;grid-template-columns:360px 1fr;gap:72px;align-items:center;position:relative;z-index:2}.cc-protagonist-mockup{display:flex;justify-content:center}.cc-protagonist-img{width:100%;max-width:360px;height:auto;display:block;filter:drop-shadow(0 40px 80px rgba(2,27,78,.32))}.cc-protagonist-grid--solo{grid-template-columns:1fr;max-width:720px;margin:0 auto;text-align:center}.cc-protagonist-grid--solo .cc-protagonist-desc{margin-left:auto;margin-right:auto}.cc-protagonist-grid--solo .cc-protagonist-steps{max-width:480px;margin-left:auto;margin-right:auto;text-align:left}.cc-protagonist-grid--solo .cc-protagonist-pills{justify-content:center}.cc-protagonist-grid--solo .cc-protagonist-cta{display:inline-flex}.wallet-frame{width:320px;background:var(--surface);border-radius:32px;border:1px solid var(--border-light);overflow:hidden;box-shadow:0 24px 60px rgba(2,27,78,.18),0 6px 16px rgba(2,27,78,.08)}.wallet-statusbar{justify-content:space-between;padding:10px 20px 6px;font-size:11px;font-weight:600}.wallet-statusbar,.wallet-statusbar-icons{display:flex;align-items:center;color:var(--text-primary)}.wallet-statusbar-icons{gap:4px}.wallet-battery{width:18px;height:9px;border:1px solid var(--text-primary);border-radius:2px;position:relative}.wallet-battery:after{content:"";position:absolute;top:1px;bottom:1px;left:1px;width:70%;background:var(--text-primary);border-radius:1px}.wallet-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 14px;font-size:13px;font-weight:700;color:var(--text-primary);border-bottom:1px solid var(--border-light)}.wallet-body{padding:18px 18px 22px}.wallet-balance-card{background:var(--citixen-gradient);border-radius:var(--radius-lg);padding:20px 18px;margin-bottom:18px;color:#fff;text-align:center}.wallet-balance-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.65);margin-bottom:6px}.wallet-balance-value{display:flex;align-items:baseline;justify-content:center;gap:6px;margin-bottom:4px}.wallet-balance-number{font-size:32px;font-weight:800;letter-spacing:-1px}.wallet-balance-unit{font-size:13px;font-weight:700;color:hsla(0,0%,100%,.7)}.wallet-balance-eq{font-size:11px;color:hsla(0,0%,100%,.55)}.wallet-section-label{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin:14px 0 8px}.wallet-tx{gap:12px;padding:10px 12px;background:var(--bg);border-radius:var(--radius-sm)}.wallet-tx,.wallet-tx-icon{display:flex;align-items:center}.wallet-tx-icon{width:28px;height:28px;border-radius:50%;justify-content:center;flex-shrink:0}.wallet-tx-icon--in{background:rgba(52,199,89,.14);color:var(--green)}.wallet-tx-body{display:flex;flex-direction:column;gap:1px}.wallet-tx-title{font-size:13px;font-weight:700;color:var(--text-primary)}.wallet-tx-meta{font-size:10px;color:var(--text-muted)}.wallet-supported{display:flex;flex-direction:column;gap:6px}.wallet-supported-row{display:flex;align-items:center;gap:8px;font-size:12px;padding:6px 12px;background:var(--bg);border-radius:var(--radius-sm)}.wallet-supported-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.wallet-supported-name{flex:1;color:var(--text-primary);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-supported-cc{color:var(--text-muted);font-weight:700;font-size:11px}.cc-protagonist-eyebrow{display:inline-block;font-size:11px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;padding:4px 10px;background:rgba(247,121,78,.1);border-radius:100px}.cc-protagonist-title{font-size:36px;font-weight:800;color:var(--text-primary);letter-spacing:-.8px;line-height:1.15;margin-bottom:20px}.cc-protagonist-desc{font-size:17px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px;max-width:560px}.cc-protagonist-steps{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.cc-protagonist-step{display:flex;align-items:flex-start;gap:14px}.cc-protagonist-step-num{width:32px;height:32px;border-radius:10px;background:var(--citixen-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.cc-protagonist-step-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.cc-protagonist-step-desc{font-size:14px;color:var(--text-secondary);line-height:1.55}.cc-protagonist-pills{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.cc-protagonist-pill{font-size:12px;font-weight:600;color:var(--primary);padding:6px 12px;background:rgba(10,61,145,.07);border-radius:100px}.cc-protagonist-cta{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:var(--accent);transition:gap .2s}.cc-protagonist-cta:hover{gap:12px}.cc-deep-link-btn{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--primary);transition:opacity .2s}.cc-deep-link-btn:hover{opacity:.7}.cc-explainer-section{padding:100px 0;background:var(--surface)}.cc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px}.cc-step{text-align:center;padding:28px 20px;background:var(--bg);border-radius:var(--radius-xl);position:relative}.cc-step-icon{width:56px;height:56px;border-radius:16px;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto 16px;border:1px solid var(--border-light)}.cc-step-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.cc-step-desc{font-size:13px;color:var(--text-secondary);line-height:1.6}.cc-step-arrow{position:absolute;right:-18px;top:50%;transform:translateY(-50%);color:var(--text-muted);z-index:1}.cc-comparison{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:720px;margin:0 auto}.cc-comparison-item{padding:24px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:8px}.cc-comparison-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.cc-comparison-item span:last-child{font-size:14px;line-height:1.6}.cc-comparison-old{background:var(--bg);border:1px solid var(--border-light)}.cc-comparison-old .cc-comparison-label{color:var(--text-muted)}.cc-comparison-old span:last-child{color:var(--text-secondary)}.cc-comparison-new{background:rgba(10,61,145,.06);border:1px solid rgba(10,61,145,.15)}.cc-comparison-new .cc-comparison-label{color:var(--primary)}.cc-comparison-new span:last-child{color:var(--text-primary);font-weight:500}.trust-section{padding:100px 0;background:var(--bg)}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.trust-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:32px 28px}.trust-card-founder{grid-column:1/-1;display:flex;align-items:flex-start;gap:24px}.trust-founder-avatar{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:800;flex-shrink:0}.trust-founder-info{flex-shrink:0}.trust-founder-name{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.trust-founder-role{font-size:14px;color:var(--text-muted);margin:0}.trust-founder-bio{font-size:15px;color:var(--text-secondary);line-height:1.7;margin:0;flex:1}.trust-card-title{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.trust-card-subtitle{font-size:13px;color:var(--text-muted);margin-bottom:16px}.trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.trust-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-secondary);line-height:1.5}.trust-list li svg{flex-shrink:0;color:var(--primary);margin-top:2px}.trust-card-security .trust-list li svg{color:var(--green)}.trust-contact-email{font-size:18px;font-weight:700;color:var(--primary);margin-bottom:8px}.trust-contact-note{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0}.pricing-summary-section{padding:80px 0;background:var(--surface)}.pricing-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:640px;margin:0 auto 28px}.pricing-summary-card{position:relative;text-align:center;padding:36px 24px 32px;background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border-light);overflow:hidden;transition:all .3s ease}.pricing-summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.pricing-summary-card--community:before{background:var(--primary)}.pricing-summary-card--cc:before{background:var(--accent)}.pricing-summary-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(10,61,145,.08)}.pricing-summary-card--community .pricing-summary-name{color:var(--primary)}.pricing-summary-card--cc .pricing-summary-name{color:var(--accent)}.pricing-summary-name{font-size:15px;font-weight:700;margin-bottom:8px}.pricing-summary-price{font-size:32px;font-weight:800;color:var(--text-primary);letter-spacing:-.5px;margin-bottom:4px}.pricing-summary-sub{font-size:13px;color:var(--text-muted)}.pricing-summary-link{text-align:center}.pricing-summary-link a{font-size:15px;font-weight:600;color:var(--primary);transition:color .2s}.pricing-summary-link a:hover{color:var(--primary-dark)}.access-note{font-size:12px;color:hsla(0,0%,100%,.5);text-align:center;margin:0}@media (max-width:1024px){.hero h1{font-size:42px}.hero-inner{gap:40px}.section-title{font-size:36px}.community-grid{grid-template-columns:1fr 1fr}.how-to-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.early-access-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{max-width:480px}.pricing-faq-grid{grid-template-columns:1fr}.case-study-stats{grid-template-columns:1fr 1fr}.case-block-inner,.case-study-problems-grid{grid-template-columns:1fr}.cc-steps{grid-template-columns:1fr 1fr}.cc-step-arrow{display:none}.trust-card-founder{flex-direction:column}}@media (max-width:768px){.navbar-links{display:none}.navbar-links.active{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:var(--primary);padding:24px;border-bottom:none;box-shadow:var(--shadow-lg);gap:16px}.navbar-toggle{display:flex}.hero{padding:120px 0 80px;min-height:auto}.hero-inner{grid-template-columns:1fr;text-align:center}.hero h1{font-size:34px}.hero p{margin:0 auto 32px}.hero-buttons{justify-content:center}.hero-mockup{display:none}.hero-proof{flex-direction:column;gap:16px;align-items:stretch;text-align:center}.hero-proof-divider{width:100%;height:1px}.problem-insight{font-size:26px}.section-title{font-size:30px}.section-desc{font-size:15px}.problem-highlight{font-size:17px}.access-form-row,.footer-inner{grid-template-columns:1fr}.footer-inner{gap:32px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.faq-question{font-size:14px;padding:16px 20px}.faq-item--open .faq-answer{padding:0 20px 16px}.case-study-stats{grid-template-columns:1fr 1fr}.case-study-stat-value{font-size:22px}.case-study-comparison-row{grid-template-columns:1fr;gap:8px}.case-study-arrow{display:none}.case-study-section h2{font-size:24px}.community-grid,.problem-list{grid-template-columns:1fr}.community-footer{flex-direction:column;gap:20px}.community-footer-divider{width:100%;height:1px}.case-block-inner{grid-template-columns:1fr;gap:32px}.case-block-stats{flex-wrap:wrap}.cc-comparison,.cc-steps,.trust-grid{grid-template-columns:1fr}.trust-card-founder{flex-direction:column}.cc-protagonist-grid{grid-template-columns:1fr;gap:48px}.cc-protagonist-mockup{order:2}.cc-protagonist-content{order:1;text-align:center}.cc-protagonist-desc{margin-left:auto;margin-right:auto}.cc-protagonist-title{font-size:28px}.cc-protagonist-steps{max-width:420px;margin-left:auto;margin-right:auto;text-align:left}.cc-protagonist-pills{justify-content:center}.cc-protagonist-section{padding:72px 0}.what-is-table{font-size:13px}.what-is-table td,.what-is-table th{padding:12px 14px}}@media (max-width:480px){.hero h1{font-size:28px}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;justify-content:center}.access-card{padding:28px 24px}}.ep-hero{padding:160px 0 80px;background:var(--citixen-gradient);background-size:200% 200%;animation:gradient-shift 12s ease infinite;position:relative;overflow:hidden}.ep-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,hsla(0,0%,100%,.06) 0,transparent 70%);border-radius:50%}.ep-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}.ep-hero-content{max-width:760px}.ep-hero-title{font-size:48px;font-weight:800;line-height:1.15;letter-spacing:-1.5px;color:#fff;margin-bottom:24px}.ep-hero-highlight{color:hsla(0,0%,100%,.85);font-weight:700}.ep-hero-subtitle{font-size:19px;line-height:1.7;color:hsla(0,0%,100%,.75);max-width:580px}.ep-hero-mockup{display:flex;justify-content:center;align-items:center}.iphone-device{width:300px;background:linear-gradient(145deg,#2a2a2e,#1a1a1e 50%,#0a0a0e);border-radius:48px;padding:10px;box-shadow:0 40px 80px rgba(0,0,0,.45),0 0 0 1px hsla(0,0%,100%,.08),inset 0 1px 0 hsla(0,0%,100%,.1),-8px 0 20px rgba(0,0,0,.15),8px 0 20px rgba(0,0,0,.1);position:relative}.iphone-device:before{right:-2px;top:120px;height:36px;border-radius:0 2px 2px 0}.iphone-device:after,.iphone-device:before{content:"";position:absolute;width:3px;background:linear-gradient(180deg,#3a3a3e,#2a2a2e)}.iphone-device:after{left:-2px;top:100px;height:28px;border-radius:2px 0 0 2px;box-shadow:0 44px 0 0 #2a2a2e}.iphone-screen{background:var(--surface);border-radius:40px;overflow:hidden;position:relative}.iphone-dynamic-island{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:100px;height:28px;background:#000;border-radius:20px;z-index:10}.iphone-status-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 24px 6px;background:var(--primary);font-size:12px;font-weight:600;color:#fff}.iphone-status-icons{display:flex;align-items:center;gap:5px}.iphone-battery{width:20px;height:10px;border:1.5px solid #fff;border-radius:2px;padding:1px;position:relative}.iphone-battery:after{content:"";position:absolute;right:-4px;top:2px;width:2px;height:4px;background:#fff;border-radius:0 1px 1px 0}.iphone-battery-fill{width:75%;height:100%;background:#fff;border-radius:1px}.iphone-home-indicator{width:120px;height:4px;background:#ccc;border-radius:2px;margin:8px auto 10px}.phone-app-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--primary);font-size:14px;font-weight:600;color:#fff}.phone-cycle-header{padding:12px 18px 16px;background:var(--primary);color:#fff}.phone-cycle-eyebrow{font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;opacity:.7;margin-bottom:6px}.phone-cycle-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.phone-cycle-title{font-size:18px;font-weight:800;letter-spacing:-.3px}.phone-cycle-badge{background:rgba(247,121,78,.22);color:var(--accent);padding:4px 10px;border-radius:100px;font-size:10px;font-weight:700;white-space:nowrap}.phone-content--cycle{padding:14px}.phone-balance{display:flex;align-items:center;justify-content:space-between;background:var(--citixen-gradient);color:#fff;padding:12px 14px;border-radius:var(--radius-md);margin-bottom:12px}.phone-balance-label{font-size:10.5px;font-weight:500;color:hsla(0,0%,100%,.78)}.phone-balance-value{font-size:18px;font-weight:800;letter-spacing:-.3px}.phone-cycle-project{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-md);padding:11px 12px;margin-bottom:8px}.phone-cycle-project--accent{border-color:rgba(247,121,78,.35);box-shadow:0 4px 14px rgba(247,121,78,.12)}.phone-cycle-project-title{font-size:12px;font-weight:700;color:var(--text-primary);letter-spacing:-.2px;margin-bottom:3px}.phone-cycle-project-stat{font-size:10px;color:var(--text-muted);font-weight:500;margin-bottom:7px}.phone-cycle-project-progress{height:4px;background:var(--border-light);border-radius:2px;overflow:hidden}.phone-cycle-project-progress-fill{height:100%;background:var(--primary);border-radius:2px}.phone-cycle-project--accent .phone-cycle-project-progress-fill{background:var(--accent)}.phone-cycle-project-cta{width:100%;margin-top:10px;background:var(--accent);color:#fff;border:none;padding:9px;border-radius:var(--radius-sm);font-weight:700;font-size:11.5px;cursor:default;font-family:inherit}.phone-content--receipt{padding:18px 16px 14px}.phone-receipt-card{background:#fff;border-radius:16px;padding:22px 18px 18px;text-align:center;margin-bottom:14px;box-shadow:0 4px 16px rgba(2,27,78,.08)}.phone-receipt-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#f9935e);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 8px 20px rgba(247,121,78,.32)}.phone-receipt-eyebrow{font-size:9.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.7px;margin-bottom:8px}.phone-receipt-amount{font-size:30px;font-weight:800;color:var(--text-primary);letter-spacing:-1px;line-height:1.1;margin-bottom:5px}.phone-receipt-source{font-size:11.5px;color:var(--text-secondary);font-weight:500}.phone-receipt-balance{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--border-light);padding:11px 14px;border-radius:12px;margin-bottom:12px}.phone-receipt-balance-label{font-size:11px;font-weight:600;color:var(--text-secondary)}.phone-receipt-balance-value{font-size:14px;font-weight:800;color:var(--primary);letter-spacing:-.3px}.phone-receipt-cta{width:100%;background:var(--accent);color:#fff;border:none;padding:13px;border-radius:12px;font-weight:700;font-size:13px;cursor:default;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 6px 16px rgba(247,121,78,.28)}.phone-receipt-hint{margin-top:14px;text-align:center;font-size:10.5px;color:var(--text-muted);font-weight:500;line-height:1.5;padding:0 6px}.phone-app-header--main{justify-content:space-between;padding:12px 18px;font-size:15px;font-weight:700;letter-spacing:-.2px}.phone-app-header-avatar{width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.phone-tabbar{display:flex;justify-content:space-around;align-items:stretch;background:#fff;padding:8px 8px 4px;border-top:1px solid var(--border-light)}.phone-tab{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:9px;font-weight:600;color:var(--text-muted);position:relative;padding:4px 6px 6px;flex:1}.phone-tab--active{color:var(--accent)}.phone-tab--active:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:18px;height:2px;background:var(--accent);border-radius:2px}.phone-content{background:var(--bg)}.phone-carousel{position:relative;overflow:hidden}.phone-slide{animation:phone-carousel 15s infinite;opacity:0;position:absolute;top:0;left:0;width:100%}.phone-slide--1{position:relative;animation-delay:0s}.phone-slide--2{animation-delay:5s}.phone-slide--3{animation-delay:10s}@keyframes phone-carousel{0%{opacity:0}3%{opacity:1}30%{opacity:1}36%{opacity:0}to{opacity:0}}.phone-project-photo{position:relative;height:140px;overflow:hidden}.phone-project-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.phone-project-category{position:absolute;bottom:8px;left:8px;font-size:10px;font-weight:600;color:#fff;background:rgba(0,0,0,.5);padding:3px 8px;border-radius:6px;backdrop-filter:blur(4px)}.phone-project-body{padding:14px 16px 20px}.phone-project-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:4px;line-height:1.3}.phone-project-desc{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-bottom:14px}.phone-progress{margin-bottom:14px}.phone-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.phone-progress-label{font-size:11px;font-weight:600;color:var(--text-primary)}.phone-progress-pct{font-size:13px;font-weight:800;color:var(--accent)}.phone-progress-bar{height:8px;background:var(--border-light);border-radius:4px;overflow:hidden;margin-bottom:6px}.phone-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),#f9935e);border-radius:4px;transition:width .8s ease-out}.phone-progress-text{display:flex;justify-content:space-between;font-size:10px;color:var(--text-muted);font-weight:500}.phone-supporters{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-secondary);margin-bottom:14px}.phone-supporters-avatars{display:flex}.phone-avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--secondary),var(--primary));border:2px solid var(--bg);margin-left:-6px}.phone-avatar:first-child{margin-left:0}.phone-support-btn{width:100%;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:12px;font-size:13px;font-weight:700;cursor:default;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:6px}.ep-bridge{padding:100px 0;background:var(--surface)}.ep-section-title{font-size:36px;font-weight:700;letter-spacing:-.5px;line-height:1.2;color:var(--text-primary);margin-bottom:40px}.ep-bridge-text{max-width:640px}.ep-bridge-text p{font-size:17px;line-height:1.8;color:var(--text-secondary);margin-bottom:24px}.ep-bridge-bold{font-size:22px!important;font-weight:700!important;color:var(--primary)!important}.ep-bridge-closing{font-size:18px!important;font-weight:600!important;color:var(--text-primary)!important;border-left:3px solid var(--primary);padding-left:20px}.ep-mechanism{padding:100px 0;background:var(--bg)}.ep-mechanism-intro{text-align:center;margin-bottom:64px}.ep-mechanism-lead{font-size:17px;color:var(--text-secondary);margin-bottom:8px}.ep-mechanism-name{font-size:44px;font-weight:800;color:var(--primary);letter-spacing:-1px;margin-bottom:8px}.ep-mechanism-sub{font-size:17px;color:var(--text-secondary)}.ep-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:64px}.ep-step{background:var(--surface);border-radius:var(--radius-xl);padding:32px 24px;text-align:center;border:1px solid var(--border-light);transition:transform .3s,box-shadow .3s;position:relative}.ep-step:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.ep-step-number{position:absolute;top:16px;left:20px;font-size:13px;font-weight:700;color:var(--primary);background:rgba(52,119,193,.08);width:28px;height:28px}.ep-step-icon,.ep-step-number{border-radius:50%;display:flex;align-items:center;justify-content:center}.ep-step-icon{width:56px;height:56px;margin:0 auto 20px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.ep-step-title{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:10px;line-height:1.3}.ep-step-desc{font-size:14px;color:var(--text-secondary);line-height:1.6}.ep-clarification{max-width:640px;margin:0 auto;padding:40px;background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border-light)}.ep-clarification-title{font-size:20px;font-weight:700;color:var(--text-primary);margin-bottom:16px}.ep-clarification p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:12px}.ep-clarification p:last-child{margin-bottom:0}.ep-precedent{padding:100px 0;background:var(--surface)}.ep-precedent-text{max-width:640px}.ep-precedent-text p{font-size:17px;line-height:1.8;color:var(--text-secondary);margin-bottom:24px}.ep-precedent-bold{font-size:22px!important;font-weight:700!important;color:var(--primary)!important}.ep-precedent-closing{font-size:18px!important;font-weight:600!important;color:var(--text-primary)!important}.ep-governance{padding:100px 0;background:var(--bg)}.ep-governance-intro{font-size:17px;color:var(--text-secondary);line-height:1.8;max-width:640px;margin-bottom:48px}.ep-governance-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ep-governance-card{background:var(--surface);border-radius:var(--radius-xl);padding:36px;border:1px solid var(--border-light)}.ep-governance-card--gains{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);border:none}.ep-governance-card--gains .ep-governance-card-title{color:#fff}.ep-governance-card--gains .ep-governance-list li{color:hsla(0,0%,100%,.9)}.ep-governance-card--gains .ep-governance-list svg{color:hsla(0,0%,100%,.7)}.ep-governance-card-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:24px}.ep-governance-list{list-style:none;display:flex;flex-direction:column;gap:16px}.ep-governance-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;color:var(--text-secondary)}.ep-governance-list svg{flex-shrink:0;margin-top:3px;color:var(--primary)}.ep-impl-band{margin-top:48px;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:48px 40px;position:relative}.ep-impl-band:before{content:"";position:absolute;top:0;left:40px;right:40px;height:3px;background:var(--accent);border-radius:0 0 3px 3px}.ep-impl-header{text-align:center;margin-bottom:36px}.ep-impl-eyebrow{display:inline-block;font-size:11px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.ep-impl-title{font-size:24px;font-weight:800;color:var(--text-primary);letter-spacing:-.5px;margin-bottom:10px}.ep-impl-intro{font-size:15px;color:var(--text-secondary);line-height:1.6;max-width:520px;margin:0 auto}.ep-impl-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.ep-impl-item{display:flex;gap:12px;align-items:flex-start;padding:18px;background:var(--bg);border-radius:var(--radius-md)}.ep-impl-icon{flex-shrink:0;color:var(--primary);margin-top:1px}.ep-impl-item-title{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:4px;line-height:1.4}.ep-impl-item-desc{font-size:13px;color:var(--text-secondary);line-height:1.55}.ep-faq{padding:100px 0;background:var(--surface)}.ep-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ep-faq-item{padding:28px;background:var(--bg);border-radius:var(--radius-lg)}.ep-faq-question{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:10px;line-height:1.3}.ep-faq-answer{font-size:15px;color:var(--text-secondary);line-height:1.65}.ep-cta{padding:100px 0;background:var(--citixen-gradient)}.ep-cta-header{text-align:center;max-width:640px;margin:0 auto 56px}.ep-cta-title{font-size:36px;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:20px}.ep-cta-desc{font-size:17px;line-height:1.7;color:hsla(0,0%,100%,.78)}.ep-cta-dual{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:960px;margin:0 auto}.ep-cta-track{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:var(--radius-xl);padding:36px 32px;backdrop-filter:blur(8px);display:flex;flex-direction:column;transition:all .3s ease}.ep-cta-track:hover{background:hsla(0,0%,100%,.09);transform:translateY(-3px)}.ep-cta-track-label{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.55);margin-bottom:16px}.ep-cta-track--gov .ep-cta-track-label{color:var(--accent)}.ep-cta-track-title{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.4px;margin-bottom:14px;line-height:1.25}.ep-cta-track-desc{font-size:15px;color:hsla(0,0%,100%,.78);line-height:1.7;margin-bottom:28px;flex-grow:1}.ep-cta-track-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:#fff;color:var(--primary-dark);border-radius:var(--radius-lg);font-weight:700;font-size:15px;transition:all .2s ease;align-self:flex-start}.ep-cta-track-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.18)}.ep-cta-track-btn--gov{background:var(--accent);color:#fff}.ep-cta-track-btn--gov:hover{background:#e56a3f}@media (max-width:1024px){.ep-steps{grid-template-columns:repeat(3,1fr)}.ep-hero-title{font-size:40px}}@media (max-width:768px){.ep-hero{padding:140px 0 60px}.ep-hero-inner{grid-template-columns:1fr;gap:40px}.ep-hero-mockup{display:none}.ep-hero-title{font-size:32px}.ep-hero-subtitle{font-size:17px}.ep-section-title{font-size:28px}.ep-mechanism-name{font-size:32px}.ep-steps{grid-template-columns:1fr 1fr;gap:16px}.ep-cta-dual,.ep-faq-grid,.ep-governance-grid{grid-template-columns:1fr}.ep-impl-band{padding:36px 24px}.ep-impl-title{font-size:22px}.ep-bridge,.ep-cta,.ep-faq,.ep-governance,.ep-mechanism,.ep-precedent{padding:72px 0}}@media (max-width:480px){.ep-hero-title{font-size:28px}.ep-steps{grid-template-columns:1fr}.ep-step{padding:24px 20px}.ep-clarification,.ep-governance-card{padding:28px 24px}.ep-cta-title{font-size:28px}.ep-cta-buttons{flex-direction:column;align-items:center}.ep-cta-buttons .btn-primary{width:100%;justify-content:center}}.hero-eyebrow{color:hsla(0,0%,100%,.85);background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);border-radius:100px;backdrop-filter:blur(8px)}.ep-hero-eyebrow,.hero-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;margin-bottom:20px}.ep-hero-eyebrow{color:var(--accent);background:rgba(247,121,78,.14);border:1px solid rgba(247,121,78,.28);border-radius:100px}.vecino-banner{background:rgba(247,121,78,.06);border-top:1px solid rgba(247,121,78,.15);border-bottom:1px solid rgba(247,121,78,.15);padding:28px 0}.vecino-banner-inner{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.vecino-banner-question{font-size:16px;font-weight:600;color:var(--text-secondary);letter-spacing:-.1px}.vecino-banner-cta{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:var(--surface);padding:12px 24px;border-radius:100px;font-size:15px;font-weight:800;letter-spacing:-.1px;text-decoration:none;box-shadow:0 6px 18px rgba(247,121,78,.3);transition:transform .2s ease,box-shadow .2s ease}.vecino-banner-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(247,121,78,.42)}.vecino-banner-cta svg{transition:transform .2s ease}.vecino-banner-cta:hover svg{transform:translateX(3px)}@media (max-width:600px){.vecino-banner{padding:24px 0}.vecino-banner-inner{gap:16px;flex-direction:column}}.methodology-page{padding-top:72px}.methodology-hero{background:var(--citixen-gradient);padding:80px 0 64px;color:#fff}.methodology-hero-inner{max-width:720px}.methodology-label{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:hsla(0,0%,100%,.6);margin-bottom:16px}.methodology-hero h1{font-size:44px;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin-bottom:16px}.methodology-subtitle{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.75);max-width:600px;margin-bottom:32px}.methodology-meta{display:flex;gap:32px;flex-wrap:wrap}.meta-item{display:flex;flex-direction:column;gap:4px}.meta-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.45)}.meta-value{font-size:15px;font-weight:700;color:#fff}.methodology-toc{padding:40px 0 0;background:var(--bg)}.toc-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px 32px;max-width:720px}.toc-card h3{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:16px}.toc-card ol{list-style:none;counter-reset:toc;display:grid;grid-template-columns:1fr 1fr;gap:10px 32px}.toc-card ol li{counter-increment:toc}.toc-card ol li a{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--text-secondary);transition:color .2s}.toc-card ol li a:before{content:counter(toc,decimal-leading-zero);font-size:12px;font-weight:700;color:var(--primary);width:24px;flex-shrink:0}.toc-card ol li a:hover{color:var(--primary)}.methodology-body{max-width:720px;padding-top:24px;padding-bottom:80px;background:var(--bg)}.methodology-section{margin-bottom:56px;scroll-margin-top:96px}.section-number{display:block;font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.methodology-section h2{font-size:28px;font-weight:800;letter-spacing:-.5px;color:var(--text-primary);margin-bottom:20px}.methodology-section h3{font-size:18px;font-weight:700;color:var(--text-primary);margin-top:32px;margin-bottom:12px}.methodology-section p{font-size:15px;line-height:1.8;color:var(--text-secondary);margin-bottom:16px}.methodology-section p strong{color:var(--text-primary)}.methodology-section code{font-family:SF Mono,Fira Code,monospace;font-size:13px;background:rgba(10,61,145,.08);color:var(--primary);padding:2px 6px;border-radius:4px}.callout{background:var(--surface);border-left:4px solid var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:20px 24px;margin:24px 0;font-size:14px;line-height:1.75;color:var(--text-secondary)}.callout strong{color:var(--text-primary)}.callout-warning{border-left-color:var(--accent)}.criterion-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px;margin:24px 0}.criterion-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.criterion-number{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.criterion-header h4{font-size:18px;font-weight:700;color:var(--text-primary);margin:0}.criterion-es{font-size:13px;color:var(--text-muted);font-style:italic}.criterion-weight{margin-left:auto;font-size:14px;font-weight:700;color:var(--primary);background:rgba(10,61,145,.08);padding:4px 12px;border-radius:8px;white-space:nowrap}.criterion-question{font-size:15px;font-weight:600;color:var(--text-primary);font-style:italic;margin-bottom:16px}.formula-box{background:var(--bg);border-radius:var(--radius-sm);padding:14px 20px;margin-bottom:16px;overflow-x:auto}.formula-box code{font-size:14px;font-weight:600;background:none;padding:0;color:var(--text-primary)}.criterion-details p{font-size:14px;line-height:1.7;margin-bottom:8px}.badges-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:24px}.badge-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px;text-align:center}.badge-icon{font-size:28px;display:block;margin-bottom:10px}.badge-card h4{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.badge-card p{font-size:12px;color:var(--text-secondary);line-height:1.6;margin-bottom:0}.limitations-list{display:flex;flex-direction:column;gap:20px;margin-top:20px}.limitation-item{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px}.limitation-item h4{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.limitation-item p{font-size:14px;line-height:1.75;color:var(--text-secondary);margin-bottom:0}.changelog-table{width:100%;border-collapse:collapse;margin-top:16px;font-size:14px}.changelog-table th{text-align:left;font-weight:700;color:var(--text-primary);padding:10px 16px;border-bottom:2px solid var(--border);font-size:13px;text-transform:uppercase;letter-spacing:.5px}.changelog-table td{padding:12px 16px;color:var(--text-secondary);border-bottom:1px solid var(--border-light);line-height:1.6}.citation-box{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:20px 24px;margin:16px 0}.citation-box p{font-size:14px;color:var(--text-secondary);line-height:1.7;margin:0}.citation-box em{color:var(--text-primary)}.methodology-cta{padding:80px 0;background:var(--surface)}.cta-inner{text-align:center;max-width:560px;margin:0 auto}.cta-inner h2{font-size:28px;font-weight:800;letter-spacing:-.5px;margin-bottom:16px;color:var(--text-primary)}.cta-inner p{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}@media (max-width:768px){.methodology-hero{padding:60px 0 48px}.methodology-hero h1{font-size:32px}.methodology-subtitle{font-size:16px}.methodology-meta{gap:20px}.toc-card ol{grid-template-columns:1fr}.methodology-section h2{font-size:24px}.criterion-header{flex-wrap:wrap}.criterion-weight{margin-left:0}.badges-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.methodology-hero h1{font-size:26px}.badges-grid{grid-template-columns:1fr}}.legal-page{padding-top:72px}.legal-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 50%,var(--secondary) 100%);padding:80px 0 64px;color:#fff}.legal-hero-inner{max-width:720px}.legal-label{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:hsla(0,0%,100%,.6);margin-bottom:16px}.legal-hero h1{font-size:44px;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin-bottom:16px}.legal-subtitle{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.75);max-width:600px;margin-bottom:32px}.legal-meta{display:flex;gap:32px;flex-wrap:wrap}.legal-meta .meta-item{display:flex;flex-direction:column;gap:4px}.legal-meta .meta-label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.5)}.legal-meta .meta-value{font-size:15px;font-weight:600;color:#fff}.legal-content{padding:64px 0 80px}.legal-body{max-width:720px;margin:0 auto}.legal-body h2{font-size:24px;font-weight:700;color:var(--dark);margin:48px 0 16px;letter-spacing:-.5px}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-size:18px;font-weight:600;color:var(--dark);margin:32px 0 12px}.legal-body p{font-size:16px;line-height:1.8;color:var(--text-secondary);margin-bottom:16px}.legal-body ol,.legal-body ul{margin:12px 0 20px 24px;color:var(--text-secondary)}.legal-body li{font-size:16px;line-height:1.8;margin-bottom:8px}.legal-body strong{color:var(--dark);font-weight:600}.legal-body a{color:var(--primary);text-decoration:underline}.legal-body a:hover{color:var(--primary-dark)}@media (max-width:768px){.legal-hero{padding:60px 0 48px}.legal-hero h1{font-size:32px}.legal-subtitle{font-size:16px}.legal-content{padding:48px 0 64px}.legal-body h2{font-size:20px;margin:36px 0 12px}}