.model-page{background:var(--background);min-height:100vh;font-family:var(--font-inter),sans-serif;display:flex}.model-sidebar{background:var(--deep-blue);color:#ffffffd9;z-index:100;flex-direction:column;width:280px;height:100vh;padding:2.5rem 1.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.model-sidebar__logo{font-family:var(--font-inter);color:#fff;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;text-decoration:none}.model-sidebar__logo span{color:var(--aqua)}.model-sidebar__title{font-family:var(--font-playfair);letter-spacing:.25em;text-transform:uppercase;color:#ffffff59;margin-bottom:3rem;font-size:.75rem}.model-sidebar__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.model-sidebar__link{color:#fff9;letter-spacing:.01em;border-radius:12px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.model-sidebar__link:before{content:"";background:var(--aqua);border-radius:2px;width:3px;height:0;transition:height .3s cubic-bezier(.16,1,.3,1);position:absolute;left:-.25rem}.model-sidebar__link:hover{color:#fff;background:#ffffff0f}.model-sidebar__link:hover:before{height:60%}.model-sidebar__link--active{color:#fff;background:#00ced11a}.model-sidebar__link--active:before{height:60%}.model-sidebar__link-icon{opacity:.7;flex-shrink:0;width:20px;height:20px}.model-sidebar__link--active .model-sidebar__link-icon{opacity:1}.model-sidebar__back{color:#fff6;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.model-sidebar__back:hover{color:#fff;background:#ffffff0f;border-color:#ffffff26}.model-content{flex:1;max-width:1100px;padding:3rem 4rem 6rem}.model-section{margin-bottom:5rem;scroll-margin-top:2rem}.model-section__badge{letter-spacing:.15em;text-transform:uppercase;color:var(--aqua);background:#00ced114;border:1px solid #00ced126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.7rem;font-weight:600;display:inline-flex}.model-section__heading{font-family:var(--font-playfair);color:var(--deep-blue);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.15}.model-section__subheading{font-family:var(--font-playfair);color:var(--deep-blue);margin-top:3rem;margin-bottom:1rem;font-size:1.6rem;font-weight:600;line-height:1.25}.model-section__lead{color:var(--graphite);opacity:.75;max-width:720px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.75}.model-section__text{color:var(--graphite);opacity:.8;max-width:720px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.model-divider{background:linear-gradient(90deg,#0000,#0a23511a,#0000);height:1px;margin:3rem 0}.model-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.model-card{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0a23510f;border-radius:16px;padding:1.75rem 1.5rem;transition:all .35s cubic-bezier(.16,1,.3,1)}.model-card:hover{box-shadow:var(--shadow-card);border-color:#00ced133;transform:translateY(-4px)}.model-card__icon{width:44px;height:44px;color:var(--aqua);background:linear-gradient(135deg,#00ced11a,#0a23510d);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:flex}.model-card__title{color:var(--deep-blue);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.model-card__desc{color:var(--graphite);opacity:.65;font-size:.82rem;line-height:1.65}.model-feature-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.model-feature-card{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0a23510f;border-radius:16px;padding:2rem 1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1)}.model-feature-card:hover{box-shadow:var(--shadow-card);border-color:#00ced126}.model-feature-card__number{color:#fff;background:var(--gradient-aqua);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:1rem;font-size:.8rem;font-weight:800;display:flex}.model-feature-card__title{color:var(--deep-blue);margin-bottom:.5rem;font-size:1rem;font-weight:700}.model-feature-card__desc{color:var(--graphite);opacity:.7;font-size:.85rem;line-height:1.7}.model-bullets{margin:0 0 2rem;padding:0;list-style:none}.model-bullets li{color:var(--graphite);opacity:.8;margin-bottom:.6rem;padding-left:1.5rem;font-size:.9rem;line-height:1.7;position:relative}.model-bullets li:before{content:"";background:var(--aqua);border-radius:50%;width:6px;height:6px;position:absolute;top:.6rem;left:0}.model-callout{border-left:3px solid var(--aqua);background:linear-gradient(135deg,#00ced10f,#0a23510a);border-radius:0 14px 14px 0;margin-bottom:2rem;padding:1.5rem 2rem}.model-callout p{color:var(--deep-blue);margin:0;font-size:.95rem;font-weight:500;line-height:1.7}.model-callout--accent{border-left-color:var(--deep-blue);background:linear-gradient(135deg,#0a23510f,#00ced10a)}.model-timeline{margin-bottom:2rem;padding-left:2.5rem;position:relative}.model-timeline:before{content:"";background:linear-gradient(180deg,var(--aqua),#0a235126);border-radius:2px;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:0}.model-timeline__step{margin-bottom:2.5rem;position:relative}.model-timeline__step:last-child{margin-bottom:0}.model-timeline__dot{background:var(--aqua);border:3px solid var(--background);width:12px;height:12px;box-shadow:0 0 0 2px var(--aqua);border-radius:50%;position:absolute;top:.15rem;left:-2.65rem}.model-timeline__label{letter-spacing:.1em;text-transform:uppercase;color:var(--aqua);margin-bottom:.35rem;font-size:.7rem;font-weight:700}.model-timeline__title{color:var(--deep-blue);margin-bottom:.4rem;font-size:1rem;font-weight:700}.model-timeline__desc{color:var(--graphite);opacity:.7;font-size:.85rem;line-height:1.7}.model-table-wrapper{box-shadow:var(--shadow-soft);border:1px solid #0a23510f;border-radius:16px;margin-bottom:2rem;overflow-x:auto}.model-table{border-collapse:collapse;background:#fff;width:100%;font-size:.85rem}.model-table thead{background:var(--deep-blue);color:#fff}.model-table th{text-align:left;letter-spacing:.05em;text-transform:uppercase;padding:1rem 1.25rem;font-size:.78rem;font-weight:600}.model-table th:first-child{border-radius:16px 0 0}.model-table th:last-child{border-radius:0 16px 0 0}.model-table td{color:var(--graphite);border-bottom:1px solid #0a23510d;padding:.9rem 1.25rem;line-height:1.55}.model-table tbody tr:last-child td{border-bottom:none}.model-table tbody tr:hover{background:#00ced108}.model-table tbody tr:last-child td:first-child{border-radius:0 0 0 16px}.model-table tbody tr:last-child td:last-child{border-radius:0 0 16px}.model-personas{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.model-persona{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0a23510f;border-radius:16px;padding:1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1)}.model-persona:hover{box-shadow:var(--shadow-card);border-color:#00ced126}.model-persona__header{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.model-persona__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:800;display:flex}.model-persona__avatar--blue{background:var(--gradient-deep)}.model-persona__avatar--aqua{background:var(--gradient-aqua)}.model-persona__name{color:var(--deep-blue);font-size:.95rem;font-weight:700;line-height:1.2}.model-persona__tag{color:var(--graphite);opacity:.55;font-size:.72rem}.model-persona__pain{color:var(--graphite);opacity:.7;margin-bottom:.75rem;font-size:.82rem;line-height:1.65}.model-persona__trigger{color:var(--deep-blue);border-left:2px solid var(--aqua);background:#00ced10f;border-radius:10px;padding:.6rem .85rem;font-size:.8rem;font-weight:600;line-height:1.6}.model-stats{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.model-stat{text-align:center;box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0a23510f;border-radius:16px;padding:1.75rem 1rem}.model-stat__value{color:var(--deep-blue);letter-spacing:-.02em;font-size:1.75rem;font-weight:800;line-height:1.1}.model-stat__value--aqua{color:var(--aqua)}.model-stat__label{letter-spacing:.08em;text-transform:uppercase;color:var(--graphite);opacity:.5;margin-top:.4rem;font-size:.72rem;font-weight:600}.model-kpi-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.model-kpi{background:var(--deep-blue);color:#fff;text-align:center;border-radius:16px;padding:2rem 1.5rem;position:relative;overflow:hidden}.model-kpi:after{content:"";filter:blur(60px);background:#00ced114;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.model-kpi__value{color:var(--aqua);letter-spacing:-.02em;z-index:1;font-size:2rem;font-weight:800;position:relative}.model-kpi__label{letter-spacing:.1em;text-transform:uppercase;opacity:.55;z-index:1;margin-top:.5rem;font-size:.75rem;position:relative}.model-mobile-toggle{display:none}@media (max-width:900px){.model-sidebar{width:260px;transition:transform .4s cubic-bezier(.16,1,.3,1);transform:translate(-100%)}.model-sidebar--open{transform:translate(0)}.model-content{margin-left:0;padding:2rem 1.5rem 4rem}.model-mobile-toggle{z-index:200;background:var(--deep-blue);color:#fff;cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-card);border:none;border-radius:12px;justify-content:center;align-items:center;display:flex;position:fixed;top:1rem;left:1rem}.model-section__heading{font-size:1.8rem}.model-section__subheading{font-size:1.3rem}.model-feature-cards,.model-kpi-grid{grid-template-columns:1fr}.model-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.model-personas,.model-cards,.model-stats{grid-template-columns:1fr}}
