*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1e40af;--primary-light:#3b82f6;--secondary:#0f172a;--accent:#f59e0b;--text:#334155;--text-light:#64748b;--text-white:hsla(0,0%,100%,.85);--bg:#fff;--bg-alt:#f8fafc;--bg-dark:#0f172a;--border:#e2e8f0;--radius:16px;--radius-sm:8px;--shadow:0 4px 20px rgba(0,0,0,.06);--shadow-lg:0 12px 40px rgba(0,0,0,.12);--max-w:1200px;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--transition:0.25s cubic-bezier(0.4,0,0.2,1)}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.site-header{background:var(--bg-dark);position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid hsla(0,0%,100%,.06)}.site-header-inner{justify-content:space-between;height:64px}.site-header-inner,.site-logo{display:flex;align-items:center}.site-logo{font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.03em;gap:10px}.site-logo:hover{text-decoration:none;opacity:.9}.site-logo-img{height:28px;width:auto}@media (min-width:768px){.site-logo-img{height:36px}}.site-logo-accent{color:var(--accent)}.site-nav{display:flex;gap:32px;list-style:none;align-items:center}.site-nav a{color:var(--text-white);font-size:.9rem;font-weight:500;transition:color var(--transition)}.site-nav a:hover{color:#fff;text-decoration:none}.site-nav>li{position:relative}.site-nav>li.has-dropdown>a,.site-nav>li.has-dropdown>span{cursor:pointer}.site-nav>li.has-dropdown{padding-bottom:14px;margin-bottom:-14px}.nav-dropdown{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.14);padding:20px;min-width:280px;z-index:100;columns:200px;column-gap:24px}.site-nav>li.has-dropdown:hover .nav-dropdown{display:block}.nav-dropdown-group{page-break-inside:avoid;break-inside:avoid;margin-bottom:16px}.nav-dropdown-title{display:block;padding:4px 0 6px;color:var(--secondary)!important;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);margin-bottom:6px;text-decoration:none}.nav-dropdown-sub{display:flex;flex-direction:column}.nav-dropdown-link{display:block;padding:6px 0;color:var(--text)!important;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-dropdown-link:hover{color:var(--primary)!important}.header-ref-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:var(--primary);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:.8rem;cursor:pointer;transition:all var(--transition);font-family:var(--font);text-decoration:none;white-space:nowrap}.header-ref-btn:hover{opacity:.9;transform:translateY(-1px)}.header-contact-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:var(--accent);color:var(--bg-dark);border:none;border-radius:50px;font-weight:700;font-size:.8rem;cursor:pointer;transition:all var(--transition);font-family:var(--font)}.header-contact-btn:hover{background:#d97706;transform:translateY(-1px)}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:4px}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;animation:fadeIn .2s}.mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;background:var(--bg-dark);display:flex;flex-direction:column;animation:slideIn .25s ease-out;box-shadow:-4px 0 24px rgba(0,0,0,.3)}.mobile-menu-header{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mobile-menu-list{list-style:none;padding:12px 20px;flex:1 1;overflow-y:auto}.mobile-menu-list li a{display:block;padding:14px 24px;color:hsla(0,0%,100%,.8);font-size:1rem;font-weight:500;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.04);transition:all .15s}.mobile-menu-list li a:hover{background:hsla(0,0%,100%,.06);color:#fff}.mobile-menu-footer{padding:16px 20px;border-top:1px solid hsla(0,0%,100%,.06)}.mobile-menu-footer .header-contact-btn{width:100%;justify-content:center}.mobile-menu-footer .header-ref-btn{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:900px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}}@media (min-width:901px){.mobile-menu-toggle{display:none}}.hero{background:linear-gradient(135deg,var(--bg-dark) 0,#1e293b 40%,var(--primary) 100%);color:#fff;padding:100px 0 110px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.85),rgba(15,23,42,.6) 50%,rgba(30,64,175,.7));z-index:1}.hero-content{position:relative;z-index:1;max-width:700px}.hero h1{font-size:3.2rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;margin-bottom:20px}.hero h1 span{color:var(--accent)}.hero p{font-size:1.2rem;color:var(--text-white);margin-bottom:36px;line-height:1.6}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:50px;font-weight:700;font-size:.95rem;border:none;cursor:pointer;transition:all var(--transition)}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--bg-dark)}.btn-primary:hover{background:#d97706;box-shadow:0 8px 24px rgba(245,158,11,.3)}.btn-white{background:#fff;color:var(--bg-dark)}.btn-white:hover{box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-brand{padding:16px 40px;font-size:1rem;border-radius:50px;font-weight:700;border:none;cursor:pointer;color:#fff;transition:all var(--transition);text-decoration:none;display:inline-flex;align-items:center;gap:10px}.btn-brand:hover{text-decoration:none;transform:translateY(-2px);filter:brightness(1.1);box-shadow:var(--shadow-lg)}.section{padding:80px 0}.section-alt{background:var(--bg-alt)}.section-dark{background:var(--bg-dark);color:#fff}.section-header{text-align:center;margin-bottom:56px}.section-header h2{font-size:2.2rem;font-weight:800;letter-spacing:-.03em;color:var(--secondary);margin-bottom:12px}.section-dark .section-header h2{color:#fff}.section-header p{color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto}.section-dark .section-header p{color:var(--text-white)}.brand-showcase{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.brand-card-home{display:flex;flex-direction:column;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);transition:all var(--transition);box-shadow:var(--shadow);position:relative;overflow:visible}.brand-card-home:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.brand-card-visual{position:relative;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.brand-card-visual img.brand-card-hero{width:100%;height:100%;object-fit:cover}.brand-card-logo-wrap{position:absolute;top:172px;left:16px;z-index:3;width:80px;height:80px;border-radius:16px;border:3px solid #fff;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.12);overflow:hidden;padding:8px;box-sizing:border-box}.brand-card-home .brand-card-logo-wrap img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block}.brand-card-visual .brand-initial{font-size:4rem;font-weight:900;opacity:.15;position:absolute}.brand-card-body{padding:58px 24px 24px;display:flex;flex-direction:column;flex:1 1}.brand-card-sector{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.brand-card-name{font-size:1.25rem;font-weight:800;color:var(--secondary);letter-spacing:-.01em;margin-bottom:4px;line-height:1.3}.brand-card-tagline{color:var(--text-light);font-size:.88rem;margin-bottom:12px;font-weight:600;line-height:1.4}.brand-card-desc{color:var(--text);font-size:.85rem;margin-bottom:16px;line-height:1.6;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.brand-card-figures{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.brand-card-figure{text-align:left}.brand-card-figure-value{font-size:1.15rem;font-weight:800;line-height:1.2}.brand-card-figure-label{font-size:.65rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.03em}.brand-card-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto}.brand-card-actions .btn{width:100%;justify-content:center;border-radius:8px;font-size:.88rem;padding:11px 16px}.brand-card-actions .btn-outline-card{background:transparent;border:1.5px solid var(--border);color:var(--secondary);font-weight:700;cursor:pointer;transition:all .15s;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;padding:11px 16px;font-size:.88rem;font-family:inherit}.brand-card-actions .btn-outline-card:hover{border-color:var(--secondary);background:var(--secondary);color:#fff}@media (max-width:1024px){.brand-showcase{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.brand-showcase{grid-template-columns:1fr;gap:16px}.brand-card-visual{height:180px}.brand-card-logo-wrap{top:152px}.brand-card-body{padding:58px 20px 20px}}.reassurance-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.reassurance-item{text-align:center;padding:32px 20px;border-radius:var(--radius);transition:all var(--transition)}.reassurance-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.4rem;background:rgba(30,64,175,.08);color:var(--primary)}.reassurance-item h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--secondary)}.reassurance-item p{font-size:.85rem;color:var(--text-light);line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:800;color:var(--accent);letter-spacing:-.03em}.stat-label{font-size:.9rem;color:var(--text-white);margin-top:4px}.brand-hero-section{padding:80px 0;color:#fff;position:relative;overflow:hidden}.brand-hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.3))}.brand-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:32px}.brand-hero-logo{width:120px;height:120px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:18px;flex-shrink:0;box-shadow:0 8px 24px rgba(0,0,0,.2)}.brand-hero-logo img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:768px){.brand-hero-logo{width:80px;height:80px;padding:12px;border-radius:14px}}.brand-hero-text h1{font-size:2.8rem;font-weight:800;margin-bottom:8px;letter-spacing:-.03em}.brand-hero-text .brand-tagline{font-size:1.2rem;opacity:.85}.brand-hero-text .brand-sector-badge{display:inline-block;padding:4px 14px;border-radius:50px;font-size:.75rem;font-weight:600;background:hsla(0,0%,100%,.15);margin-top:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.key-figures{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px;margin:48px 0}.key-figure-card{background:var(--bg);border-radius:var(--radius-sm);padding:24px;text-align:center;border:1px solid var(--border);box-shadow:var(--shadow)}.key-figure-value{font-size:1.6rem;font-weight:800;color:var(--secondary)}.key-figure-label{font-size:.8rem;color:var(--text-light);margin-top:4px}.concept-section{font-size:1.05rem;line-height:1.8;color:var(--text)}.concept-section h2{font-size:1.6rem;font-weight:800;color:var(--secondary);margin-bottom:16px}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.advantage-card{padding:28px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);transition:all var(--transition)}.advantage-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.advantage-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:1.1rem;color:#fff}.advantage-card h3{font-size:1rem;font-weight:700;color:var(--secondary);margin-bottom:6px}.advantage-card p{font-size:.9rem;color:var(--text-light);line-height:1.5}.testimonial-block{background:var(--bg-alt);border-radius:var(--radius);padding:48px;border-left:4px solid var(--accent);margin:48px 0}.testimonial-quote{font-size:1.15rem;font-style:italic;color:var(--text);line-height:1.7;margin-bottom:20px}.testimonial-author{font-weight:700;color:var(--secondary)}.testimonial-role{font-size:.85rem;color:var(--text-light)}.cta-section{text-align:center;padding:64px 40px;border-radius:var(--radius);color:#fff;margin:48px 0}.cta-section h2{font-size:1.8rem;font-weight:800;margin-bottom:12px}.cta-section p{opacity:.85;margin-bottom:28px}.breadcrumb{display:flex;gap:8px;list-style:none;font-size:.85rem;color:var(--text-light);margin-bottom:32px;flex-wrap:wrap}.breadcrumb li:after{content:"›";margin-left:8px}.breadcrumb li:last-child:after{content:""}.breadcrumb a{color:var(--text-light)}.breadcrumb a:hover{color:var(--primary)}.site-footer{background:var(--bg-dark);color:var(--text-white);padding:64px 0 32px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-brand h3{color:#fff;font-size:1.2rem;margin-bottom:12px}.footer-brand p{font-size:.9rem;line-height:1.6}.footer-links h4{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{color:var(--text-white);font-size:.9rem;transition:color var(--transition)}.footer-links a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:24px;text-align:center;font-size:.8rem;color:hsla(0,0%,100%,.4)}@media (min-width:1025px){.mobile-sticky-bar{display:none!important}}@media (max-width:1024px){body{padding-bottom:72px}}.not-found{text-align:center;padding:120px 24px}.not-found h1{font-size:8rem;font-weight:900;color:var(--border);line-height:1}.not-found p{font-size:1.2rem;margin:16px 0 32px;color:var(--text-light)}.listing-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:32px;gap:32px}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.listing-sidebar{min-width:0}.card{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);transition:all var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:1024px){.listing-layout{grid-template-columns:1fr}.listing-sidebar{order:-1}.listing-sidebar>div{position:static!important}}@media (max-width:768px){.listing-grid{grid-template-columns:1fr}}@media (max-width:1024px){.footer-top{grid-template-columns:1fr;gap:32px}}@media (max-width:768px){.hero{padding:60px 0 70px}.hero h1{font-size:2rem}.reassurance-grid{gap:16px}.reassurance-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2rem}.advantages-grid{grid-template-columns:1fr}.key-figures{grid-template-columns:repeat(2,1fr)}.brand-hero-inner{flex-direction:column;text-align:center}.brand-hero-text h1{font-size:2rem}.site-nav{gap:16px}.cta-section{padding:40px 24px}}@media (max-width:480px){.reassurance-grid{grid-template-columns:1fr}.brand-card-figures{justify-content:flex-start}}.metrics-bar{display:flex;justify-content:center;gap:0;flex-wrap:wrap;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);margin-top:-40px;position:relative;z-index:2;overflow:hidden}.metrics-bar-item{flex:1 1;min-width:140px;padding:20px 24px;text-align:center;border-right:1px solid var(--border)}.metrics-bar-item:last-child{border-right:none}.metrics-bar-value{font-size:1.4rem;font-weight:800;color:var(--secondary)}.metrics-bar-label{font-size:.75rem;color:var(--text-light);margin-top:2px;text-transform:uppercase;letter-spacing:.5px}.badge-strip{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.badge-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50px;font-size:.8rem;font-weight:600;border:1px solid var(--border);background:#fff;transition:transform .15s;cursor:default}.badge-chip:hover{transform:translateY(-1px)}.badge-chip-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff}.investment-table{width:100%;border-collapse:collapse}.investment-table tr{border-bottom:1px solid var(--border)}.investment-table td{padding:14px 16px;font-size:.9rem}.investment-table td:first-child{font-weight:600;color:var(--secondary);width:50%}.investment-table td:last-child{color:var(--text)}.investment-table tr:last-child{border-bottom:none}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;position:relative}.step-card{text-align:center;padding:32px 20px;position:relative}.step-number{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:#fff;margin:0 auto 16px}.step-card h3{font-size:1rem;font-weight:700;color:var(--secondary);margin-bottom:8px}.step-card p{font-size:.85rem;color:var(--text-light);line-height:1.5}.skill-row{display:flex;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid var(--border)}.skill-row:last-child{border-bottom:none}.skill-label{flex:1 1;font-size:.85rem;font-weight:500;color:var(--secondary);min-width:180px}.skill-bar-track{flex:2 1;height:10px;background:#e2e8f0;border-radius:99px;overflow:hidden}.skill-bar-fill{height:100%;border-radius:99px;transition:width .6s ease}.skill-level{font-size:.75rem;color:var(--text-light);font-weight:600;min-width:30px;text-align:right}.formation-modules{display:flex;flex-direction:column;gap:0}.formation-module{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--border);align-items:flex-start}.formation-module:last-child{border-bottom:none}.formation-module-badge{min-width:80px;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:700;text-align:center;flex-shrink:0}.formation-module h4{font-size:.95rem;font-weight:700;color:var(--secondary);margin-bottom:4px}.formation-module p{font-size:.85rem;color:var(--text-light);line-height:1.5}.milestone-timeline{position:relative;padding-left:32px}.milestone-timeline:before{content:"";position:absolute;left:11px;top:0;bottom:0;width:2px;background:var(--border)}.milestone-item{position:relative;padding:12px 0;display:flex;gap:16px;align-items:flex-start}.milestone-dot{width:22px;height:22px;border-radius:50%;border:3px solid;flex-shrink:0;position:absolute;left:-32px;top:14px;background:#fff}.milestone-year{font-size:.85rem;font-weight:800;min-width:50px}.milestone-text{font-size:.85rem;color:var(--text);line-height:1.5}@media (max-width:768px){.metrics-bar{flex-direction:column;margin-top:-24px}.metrics-bar-item{border-right:none;border-bottom:1px solid var(--border);padding:14px}.metrics-bar-item:last-child{border-bottom:none}.steps-grid{grid-template-columns:1fr}.skill-row{flex-direction:column;align-items:flex-start;gap:6px}.skill-bar-track{width:100%}.formation-module{flex-direction:column;gap:8px}.investment-table td{padding:10px 12px;font-size:.85rem}}.brand-sticky-sidebar{display:none}@media (min-width:1440px){.brand-sticky-sidebar{display:block;position:fixed;right:20px;top:90px;width:240px;z-index:10}}.rte-wrapper{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;position:relative}.rte-fullscreen{position:fixed;inset:0;z-index:9999;border-radius:0;display:flex;flex-direction:column}.rte-fullscreen .rte-content{flex:1 1;overflow-y:auto}.rte-toolbar{padding:6px 10px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.rte-toolbar,.rte-toolbar-group{display:flex;gap:1px;align-items:center}.rte-btn{padding:6px 8px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;color:#64748b;transition:all .15s;font-family:inherit;display:flex;align-items:center;justify-content:center}.rte-btn:hover{background:#e2e8f0;color:#0f172a}.rte-btn:disabled{opacity:.3;cursor:default}.rte-btn-active{background:#2563eb;color:#fff}.rte-btn-active:hover{background:#1d4ed8}.rte-separator{width:1px;height:22px;background:#e2e8f0;margin:0 6px;flex-shrink:0}.rte-content{padding:20px 24px;font-size:.95rem;line-height:1.8;outline:none;color:#1e293b}.rte-content p{margin-bottom:10px}.rte-content h1{font-size:1.6rem;font-weight:800;margin:24px 0 12px;color:#0f172a}.rte-content h2{font-size:1.3rem;font-weight:700;margin:20px 0 10px;color:#0f172a}.rte-content h3{font-size:1.1rem;font-weight:600;margin:16px 0 8px;color:#1e293b}.rte-content h4{font-size:.95rem;font-weight:600;margin:12px 0 6px;color:#334155}.rte-content ol,.rte-content ul{padding-left:24px;margin-bottom:10px}.rte-content li{margin-bottom:4px}.rte-content blockquote{border-left:4px solid #3b82f6;padding:12px 16px;color:#475569;background:#f8fafc;border-radius:0 8px 8px 0;margin:12px 0}.rte-content a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.rte-content img{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.rte-content hr{border:none;border-top:2px solid #e2e8f0;margin:20px 0}.rte-content mark{background:#fef3c7;padding:1px 4px;border-radius:2px}.rte-content pre{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;font-size:.85rem}.rte-content code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.85em;color:#dc2626}.rte-content pre code{background:transparent;color:inherit;padding:0}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;float:left;height:0}.rte-heading-dropdown{position:relative}.rte-dropdown{position:absolute;top:100%;left:0;z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);min-width:180px;padding:4px;margin-top:4px}.rte-dropdown button{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:transparent;cursor:pointer;border-radius:6px;font-family:inherit;color:#334155}.rte-dropdown button:hover{background:#f1f5f9}.rte-dropdown-active{background:#eff6ff!important;color:#2563eb!important}.rte-bubble{display:flex;gap:2px;padding:4px 6px;background:#1e293b;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.2)}.rte-bubble .rte-btn{color:#cbd5e1;padding:4px 6px}.rte-bubble .rte-btn:hover{background:#334155;color:#fff}.rte-bubble .rte-btn-active{background:#3b82f6;color:#fff}.rte-statusbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:6px 12px;border-top:1px solid #f1f5f9;background:#fafbfc;font-size:.72rem;color:#94a3b8;gap:8px}.rte-statusbar-left{display:flex;gap:12px;align-items:center}.rte-statusbar-left span{display:flex;align-items:center;gap:4px}.rte-statusbar-right{display:flex;gap:8px;flex-wrap:wrap}.rte-seo-warn{color:#d97706;font-weight:600}.rte-seo-info{color:#64748b}.rte-seo-ok{color:#16a34a;font-weight:600}.seo-widget{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.seo-score{width:68px;height:68px;border-radius:50%;border:4px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 14px}.seo-score-value{font-size:1.3rem;font-weight:800;line-height:1}.seo-score-label{font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-top:2px}.seo-preview{background:#f8fafc;border-radius:6px;padding:12px;margin-bottom:14px;font-family:Arial,sans-serif}.seo-preview-title{color:#1a0dab;font-size:.95rem;line-height:1.3;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seo-preview-url{color:#006621;font-size:.75rem;margin-bottom:2px}.seo-preview-desc{color:#545454;font-size:.78rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.seo-checklist{display:flex;flex-direction:column;gap:3px}.seo-check{display:flex;align-items:center;gap:6px;font-size:.75rem;padding:3px 0}.seo-check-ok span:first-child{color:#16a34a;font-weight:700}.seo-check-warn span:first-child{color:#ef4444;font-weight:700}.seo-check-warn{color:#94a3b8}.seo-check-fail span:first-child{color:#ef4444}.seo-fade{position:relative}.seo-fade:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,var(--bg-alt,#f8f9fa));pointer-events:none}.seo-text.open .seo-fade:after{display:none}.seo-hidden{transition:max-height .3s ease}.seo-hidden.open{max-height:none!important}.seo-read-more{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 16px;border:1px solid var(--text-light,#94a3b8);border-radius:20px;font-size:14px;font-weight:500;background:transparent;cursor:pointer;color:var(--text,#334155)}.seo-read-more:hover{background:var(--bg-alt,#f8f9fa)}.chevron{transition:transform .25s;display:inline-block}.chevron.open{transform:rotate(180deg)}.prose{line-height:1.8;overflow-wrap:break-word}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose p{margin:0 0 1.15em}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:var(--secondary);line-height:1.3;letter-spacing:-.01em;scroll-margin-top:84px}.prose h1,.prose h2{font-size:1.45em;font-weight:800;margin:1.9em 0 .65em}.prose h3{font-size:1.2em;font-weight:700;margin:1.6em 0 .5em}.prose h4{font-size:1.05em;font-weight:700;margin:1.35em 0 .4em}.prose h5,.prose h6{font-size:1em;font-weight:700;margin:1.2em 0 .35em}.prose b,.prose strong{font-weight:700;color:var(--secondary)}.prose em,.prose i{font-style:italic}.prose u{text-decoration:underline;text-underline-offset:2px}.prose del,.prose s{text-decoration:line-through}.prose mark{background:#fef3c7;padding:1px 4px;border-radius:3px;color:inherit}.prose sub,.prose sup{font-size:.75em}.prose small{font-size:.85em;color:var(--text-light)}.prose ol,.prose ul{margin:0 0 1.15em;padding-left:1.45em}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin-bottom:.4em}.prose li::marker{color:var(--primary-light)}.prose ol>li::marker{color:var(--text-light);font-weight:600}.prose li>ol,.prose li>ul{margin:.4em 0 0}.prose li>p{margin-bottom:.4em}.prose a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--primary-light)}.prose blockquote{margin:1.4em 0;padding:12px 18px;border-left:4px solid var(--primary-light);background:var(--bg-alt);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-light);font-style:italic}.prose blockquote>:last-child{margin-bottom:0}.prose hr{margin:2em 0;border:none;border-top:1px solid var(--border)}.prose img{border-radius:var(--radius-sm)}.prose figure,.prose img{margin:1.4em 0}.prose figcaption{margin-top:8px;font-size:.85em;color:var(--text-light);text-align:center}.prose code{background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:.88em}.prose pre{margin:1.4em 0;padding:14px 16px;overflow-x:auto;background:var(--bg-dark);color:#e2e8f0;border-radius:var(--radius-sm);font-size:.85em}.prose pre code{background:none;border:none;padding:0;color:inherit}.prose table,.rte-content table{width:100%;margin:1.4em 0;border-collapse:collapse;font-size:.93em}.prose td,.prose th,.rte-content td,.rte-content th{border:1px solid var(--border);padding:8px 10px;text-align:left;vertical-align:top}.prose th,.rte-content th{background:var(--bg-alt);font-weight:700;color:var(--secondary)}.prose-compact{line-height:1.7}.prose-compact p{margin-bottom:.8em}.prose-compact h1,.prose-compact h2{font-size:1.2em;margin:1.2em 0 .45em}.prose-compact h3{font-size:1.1em;margin:1.05em 0 .4em}.prose-compact h4{font-size:1em;margin:.95em 0 .3em}.prose-compact ol,.prose-compact ul{margin-bottom:.8em;padding-left:1.3em}.prose-compact li{margin-bottom:.25em}.prose-compact blockquote{margin:1em 0;padding:10px 14px}.prose-compact img{margin:1em 0}@media (max-width:640px){.prose h1,.prose h2{font-size:1.3em;margin-top:1.6em}.prose h3{font-size:1.12em}.prose ol,.prose ul{padding-left:1.25em}.prose table{display:block;overflow-x:auto;white-space:nowrap}}