@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Raleway:wght@700;800&display=swap);:root{--surf-primary:#0077be;--surf-primary-dark:#005a8f;--surf-primary-light:#4da6d6;--surf-secondary:#00b4a0;--surf-accent:#ff6b35;--surf-dark:#1a2332;--surf-gray-900:#2d3748;--surf-gray-700:#4a5568;--surf-gray-500:#718096;--surf-gray-300:#cbd5e0;--surf-gray-100:#edf2f7;--surf-white:#fff;--surf-black:#1a2332;--surf-bg-white:#fff;--surf-success:#48bb78;--surf-warning:#f6ad55;--surf-error:#fc8181;--surf-info:#4299e1;--gradient-ocean:linear-gradient(135deg,#0077be,#00b4a0);--gradient-hero:linear-gradient(180deg,rgba(26,35,50,.7),rgba(26,35,50,.3));--gradient-glass:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));--font-primary:"Inter","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-headings:"Raleway","Inter",sans-serif;--font-mono:"JetBrains Mono","Fira Code","Courier New",monospace;--text-xs:clamp(0.75rem,0.7rem + 0.25vw,0.875rem);--text-sm:clamp(0.875rem,0.8rem + 0.375vw,1rem);--text-base:clamp(1rem,0.9rem + 0.5vw,1.125rem);--text-lg:clamp(1.125rem,1rem + 0.625vw,1.25rem);--text-xl:clamp(1.25rem,1.1rem + 0.75vw,1.5rem);--text-2xl:clamp(1.5rem,1.3rem + 1vw,2rem);--text-3xl:clamp(2rem,1.7rem + 1.5vw,2.75rem);--text-4xl:clamp(2.5rem,2rem + 2.5vw,3.75rem);--text-5xl:clamp(3rem,2.5rem + 3vw,4.5rem);--font-light:300;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--leading-tight:1.2;--leading-snug:1.4;--leading-normal:1.6;--leading-relaxed:1.8;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--space-16:8rem;--space-20:10rem;--space-24:12rem;--navbar-height:80px;--theme-bg-primary:#fff;--theme-bg-secondary:#f8fafc;--theme-bg-tertiary:#f1f5f9;--theme-bg-elevated:#fff;--theme-bg-hover:rgba(0,0,0,.04);--theme-bg-active:rgba(0,0,0,.08);--theme-text-primary:#1a2332;--theme-text-secondary:#2d3748;--theme-text-tertiary:#4a5568;--theme-text-muted:#718096;--theme-border-primary:rgba(0,0,0,.1);--theme-border-secondary:rgba(0,0,0,.05);--theme-border-hover:rgba(0,0,0,.2);--theme-shadow-sm:0 2px 8px rgba(0,0,0,.08);--theme-shadow-md:0 4px 16px rgba(0,0,0,.12);--theme-shadow-lg:0 8px 32px rgba(0,0,0,.16);--theme-card-bg:#fff;--theme-card-border:rgba(0,0,0,.1);--theme-hero-bg:linear-gradient(135deg,rgba(0,119,190,.05),rgba(0,180,160,.05));--theme-glass-bg:hsla(0,0%,100%,.9);--theme-glass-border:rgba(0,0,0,.1)}.responsive-text{font-size:3.9vw;font-weight:700}.responsive-subtext{font-size:2vw}@media(max-width:1000px){.responsive-text{font-size:5vw}.responsive-subtext{font-size:3vw}}@media(max-width:600px){.responsive-text{font-size:6vw}.responsive-subtext{font-size:4vw}}body,html{background-color:var(--theme-bg-primary);color:var(--theme-text-primary);display:flex;flex:1;flex-direction:column;font-family:var(--font-primary);height:100%;margin:0;overflow-x:hidden;padding:0}body{padding-top:var(--navbar-height)}a{color:var(--surf-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--surf-primary-dark);text-decoration:underline}a:visited{color:var(--surf-primary)}section{left:0!important}.text-justify{text-align:justify;text-justify:inter-word}.vertical-line{height:30px;margin:0 12px;width:1px}.custom-link{color:blue;text-decoration:none}.custom-link:hover{color:#191970}mark.red{background:none;color:red}.message-container{max-width:350px;z-index:1000}.message{border-radius:5px;display:flex;justify-content:center;margin-bottom:10px;padding:10px}.success{background-color:#4caf50;color:#fff}.error{background-color:#f44336;color:#fff}.info{background-color:#2196f3;color:#fff}.snippet-container{position:relative}#code-snippet{background-color:#f5f5f5;border:1px solid #ccc;border-radius:5px;overflow-x:auto;padding:10px}#copy-button{position:absolute;right:10px;top:10px}.text-theme{color:#4f3d23}.bg-theme-light{background-color:#1a2332}.bg-theme-dark{background-color:#fff!important}.gradient-theme{background:#fff}.container{margin-left:auto;margin-right:auto;max-width:1200px!important;padding-left:15px;padding-right:15px}.custom-list{color:red!important;list-style-type:disc!important;padding-left:20px!important}.col-width-50{width:50%!important}.back-link{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#475569;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.back-link:hover{border-color:#2563eb;box-shadow:0 4px 12px rgba(15,23,42,.06);color:#2563eb;transform:translateX(-3px)}.back-link i{font-size:.75rem;transition:transform .2s ease}.back-link:hover i{transform:translateX(-2px)}.back-link:focus-visible{box-shadow:0 0 0 3px rgba(37,99,235,.35);outline:none}:focus-visible{outline:2px solid var(--surf-secondary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.btn,.hero-content{border-width:2px}}.transition-fade{opacity:1;transition:opacity .4s ease}html.is-animating .transition-fade,html.is-changing .transition-fade,html.is-leaving .transition-fade,html.is-rendering .transition-fade{opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-semibold);gap:var(--space-2);justify-content:center;padding:var(--space-3) var(--space-6);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-primary-gradient{background:var(--gradient-ocean);box-shadow:0 4px 14px rgba(0,119,190,.4);color:#fff}.btn-primary-gradient:hover{box-shadow:0 8px 24px rgba(0,119,190,.5);color:#fff;transform:translateY(-2px)}.btn-primary-gradient:active{transform:translateY(0)}.btn-glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--surf-dark)}.btn-glass:hover{background:#f8f9fa;border-color:rgba(0,119,190,.3);color:var(--surf-primary)}.btn-outline-info.btn-lg{border-color:#0077be;border-width:3px;color:#0077be;font-size:1.3rem}.btn-outline-info:hover{background-color:#0056b3}.form-control{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:2px;box-shadow:none!important;color:#000;font-size:14px;height:52px}.form-control::-webkit-input-placeholder{color:rgba(0,0,0,.7)!important}.form-control::-moz-placeholder{color:rgba(0,0,0,.7)!important}.form-control:-ms-input-placeholder{color:rgba(0,0,0,.7)!important}.form-control:-moz-placeholder{color:rgba(0,0,0,.7)!important}.form-control:active,.form-control:focus{border-color:rgba(0,0,0,.1)}textarea.form-control{height:inherit!important}nav-tabs .nav-link{background-color:transparent;border:none;color:#c11b17;padding:15px 30px;transition:background-color .3s ease,color .3s ease}.nav-tabs .nav-link:not(.active){border-color:transparent!important}.nav-tabs .nav-link.active{background-color:#007bff;border-radius:10px 10px 0 0;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff}.nav-tabs .nav-link:hover{background-color:#033d7a;border-radius:10px 10px 0 0;color:#fff}.tab-content{border:1px solid #007bff;border-radius:0;padding:20px}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(15,23,42,.06);left:0;padding-bottom:0;padding-top:0;position:fixed;right:0;top:0;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;width:100%;z-index:1030}.navbar.scrolled{border-bottom-color:#cbd5e1;box-shadow:0 6px 18px rgba(15,23,42,.08)}.navbar-brand{margin-right:1.5rem;padding:0;transition:transform .2s ease,opacity .2s ease}.navbar-brand:hover{opacity:.9;transform:translateY(-1px)}.navbar-brand img{height:auto;max-height:62px;width:auto}.navbar .nav-link{align-items:center;border-radius:8px;color:#334155;display:inline-flex;font-size:.98rem;font-weight:600;gap:.4rem;padding:.55rem .9rem .75rem;position:relative;transition:color .2s ease,background-color .2s ease,transform .2s ease}.navbar .nav-link .nav-text{font-size:.98rem;line-height:1.4}.nav-underline{background:#2563eb;border-radius:2px;bottom:.25rem;display:none;height:2px;left:.9rem;margin:0;opacity:0;pointer-events:none;position:absolute;right:.9rem;transform:scaleX(0);transform-origin:left;transition:opacity .2s ease,transform .2s ease}@media(min-width:992px){.navbar .nav-link:hover{background:#e0f2fe;color:#0f172a;transform:translateY(-1px)}.navbar .nav-link.active{background:#dbeafe;color:#1e40af}.navbar .nav-link.custom-dropdown-toggle:hover{background:#e0f2fe;color:#0f172a}.navbar .nav-link.custom-dropdown-toggle.active{background:#dbeafe;color:#1e40af}.nav-underline{display:none}}.navbar button.nav-link.custom-dropdown-toggle{background:none;border:none;cursor:pointer;font-family:inherit}.navbar .nav-link.custom-dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.35rem;transition:transform .2s ease;vertical-align:middle}.custom-dropdown.open>.custom-dropdown-toggle:after{transform:rotate(180deg)}.custom-dropdown{position:relative}.custom-dropdown .custom-dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 32px rgba(15,23,42,.12);display:none;left:0;list-style:none;margin-bottom:0;margin-top:.5rem;min-width:180px;padding:.5rem;position:absolute;right:auto;top:100%;z-index:1050}.custom-dropdown.open .custom-dropdown-menu{display:block}.nav-item .custom-dropdown-menu{display:none}.nav-item.is-open>.custom-dropdown-menu{display:block}#account-menu .custom-dropdown-menu{left:auto;right:0}.custom-dropdown.open>.custom-dropdown-toggle{background:#e0f2fe;color:#0f172a}.custom-dropdown-menu .dropdown-item{background-color:transparent;border:0;border-radius:8px;clear:both;color:#334155;display:block;font-size:.95rem;font-weight:500;padding:.5rem .75rem;text-align:inherit;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap;width:100%}.custom-dropdown-menu .dropdown-item:focus,.custom-dropdown-menu .dropdown-item:hover{background:#f1f5f9;color:#1d4ed8;text-decoration:none}.dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 32px rgba(15,23,42,.12);margin-top:.5rem;padding:.5rem}.dropdown-menu .dropdown-item{border-radius:8px;color:#334155;font-size:.95rem;font-weight:500;padding:.5rem .75rem;transition:background-color .2s ease,color .2s ease}.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover{background:#f1f5f9;color:#1d4ed8}.navbar-toggler{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .5rem;transition:background-color .2s ease,border-color .2s ease}.navbar-toggler:hover{background:#f8fafc;border-color:#cbd5e1}.navbar-toggler:focus{box-shadow:0 0 0 3px rgba(59,130,246,.2);outline:none}.navbar-toggler-icon{background-image:linear-gradient(#334155,#334155),linear-gradient(#334155,#334155),linear-gradient(#334155,#334155);background-position:0 0,0 7px,0 14px;background-repeat:no-repeat;background-size:100% 2px;height:16px;width:22px}@media(max-width:991px){.navbar-brand img{max-height:44px}.navbar-collapse.collapsing,.navbar-collapse.show{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 24px rgba(15,23,42,.08);margin-top:.75rem;padding:.75rem}.navbar-nav{align-items:flex-start}.navbar .nav-link{min-height:44px;padding:.75rem 1rem;width:100%}.nav-underline{display:block}.navbar .nav-link:hover .nav-underline{opacity:.6;transform:scaleX(1)}.navbar .nav-link.active .nav-underline{opacity:1;transform:scaleX(1)}.navbar .nav-link:hover{background:#f8fafc;color:#0f172a}.navbar .nav-link.active{color:#1d4ed8}.custom-dropdown .custom-dropdown-menu{border:1px solid #e2e8f0;box-shadow:none;left:auto;margin-top:.5rem;position:static;right:auto;transform:none;width:100%}}@media(max-width:767px){.navbar .nav-link{font-size:.95rem}}#account-menu{margin-left:auto}@media(max-width:991px){#account-menu{margin-left:0}}.account-toggle{align-items:center;border-radius:9px;display:inline-flex;gap:.5rem;padding:.35rem .65rem!important;position:relative;transition:all .2s ease}.account-toggle:hover{text-decoration:none}@media(min-width:992px){.account-toggle.show,.account-toggle:hover{background:#f1f5f9;box-shadow:0 2px 4px rgba(15,23,42,.05);transform:translateY(-1px)}}@media(max-width:991px){.account-toggle{min-height:44px;padding:.75rem 1rem!important;width:100%}}.account-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 2px 6px rgba(59,130,246,.25);color:#fff;display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:32px;justify-content:center;letter-spacing:.5px;text-transform:uppercase;transition:all .2s ease;width:32px}.account-toggle:hover .account-avatar{box-shadow:0 3px 8px rgba(59,130,246,.35);transform:scale(1.05)}@media(max-width:991px){.account-avatar{font-size:.95rem;height:36px;width:36px}}.account-icon{align-items:center;background:#e0f2fe;border-radius:50%;color:#0369a1;display:inline-flex;flex-shrink:0;font-size:1rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.account-toggle:hover .account-icon{background:#bae6fd;color:#0c4a6e;transform:scale(1.05)}@media(max-width:991px){.account-icon{font-size:1.1rem;height:36px;width:36px}}.account-label{align-items:flex-start;display:inline-flex;flex-direction:column;gap:.1rem;min-width:0}@media(max-width:991px){.account-label{flex:1}}.account-label-main{color:#334155;font-size:.875rem;font-weight:600;line-height:1.2;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-toggle:hover .account-label-main{color:#0f172a}@media(max-width:991px){.account-label-main{font-size:.95rem;max-width:none}}.account-label-sub{color:#64748b;font-size:.75rem;font-weight:400;line-height:1.2;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:991px){.account-label-sub{font-size:.8rem;max-width:none}}#account-dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 32px rgba(15,23,42,.12),0 4px 8px rgba(15,23,42,.06);margin-top:.5rem;min-width:220px;padding:.5rem}@media(max-width:991px){#account-dropdown-menu{border:1px solid #e2e8f0;box-shadow:none;margin-top:.5rem;width:100%}}.account-user-info{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;border-radius:8px;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem}.account-user-info .account-avatar{font-size:1rem;height:40px;width:40px}.account-user-details{display:flex;flex:1;flex-direction:column;gap:.15rem;min-width:0}.account-user-name{color:#0f172a;font-size:.875rem;font-weight:600}.account-user-email,.account-user-name{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-user-email{color:#64748b;font-size:.75rem;font-weight:400}#account-dropdown-menu .dropdown-item{align-items:center;border-radius:8px;color:#334155;display:flex;font-size:.9rem;font-weight:500;gap:.65rem;padding:.625rem .75rem;text-decoration:none;transition:all .15s ease}#account-dropdown-menu .dropdown-item i{color:#64748b;flex-shrink:0;font-size:.95rem;transition:color .15s ease;width:18px}#account-dropdown-menu .dropdown-item:focus,#account-dropdown-menu .dropdown-item:hover{background:#f1f5f9;color:#1d4ed8;text-decoration:none}#account-dropdown-menu .dropdown-item:focus i,#account-dropdown-menu .dropdown-item:hover i{color:#1d4ed8}#account-dropdown-menu .dropdown-item:active{background:#e0f2fe;color:#1e40af}#account-dropdown-menu .dropdown-divider{border-color:#e2e8f0;margin:.5rem 0}#account-dropdown-menu .dropdown-item-logout,#account-dropdown-menu .dropdown-item-logout i{color:#dc2626}#account-dropdown-menu .dropdown-item-logout:focus,#account-dropdown-menu .dropdown-item-logout:hover{background:#fef2f2;color:#b91c1c}#account-dropdown-menu .dropdown-item-logout:focus i,#account-dropdown-menu .dropdown-item-logout:hover i{color:#b91c1c}.account-toggle:focus-visible{border-radius:9px;outline:2px solid #3b82f6;outline-offset:2px}#account-dropdown-menu .dropdown-item:focus-visible{border-radius:8px;outline:2px solid #3b82f6;outline-offset:-2px}footer{background:var(--theme-bg-secondary);border-top:1px solid var(--theme-border-primary);color:var(--theme-text-secondary);margin-top:auto;padding:var(--space-10) 0 0}.footer-main{display:grid;gap:var(--space-8);grid-template-columns:1.5fr 1fr 1fr 1fr;margin:0 auto;max-width:1400px;padding:0 var(--space-6) var(--space-8)}.footer-column{display:flex;flex-direction:column;gap:var(--space-4)}.footer-column.footer-brand{gap:var(--space-5)}.footer-logo{align-items:center;display:inline-flex;transition:opacity .25s ease,transform .2s ease}.footer-logo:hover{opacity:.8;transform:translateY(-2px)}.footer-logo:focus-visible{border-radius:4px;outline:2px solid var(--surf-primary);outline-offset:4px}.footer-logo img{height:auto}.footer-logo-surf img{height:40px}.footer-logo-cmcc{margin-top:var(--space-2)}.footer-logo-cmcc img{height:34px}.footer-tagline{color:var(--theme-text-tertiary);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin:0;max-width:280px}.footer-heading{color:var(--theme-text-primary);font-family:var(--font-headings);font-size:var(--text-sm);font-weight:var(--font-bold);letter-spacing:.05em;margin:0 0 var(--space-2);text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:var(--space-3);list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-link{align-items:center;color:var(--theme-text-tertiary);display:inline-flex;font-size:var(--text-sm);gap:var(--space-2);line-height:var(--leading-normal);text-decoration:none;transition:color .2s ease,transform .2s ease;width:fit-content}.footer-link i{font-size:.75rem;opacity:.7;transition:opacity .2s ease}.footer-link:hover{color:var(--surf-primary);text-decoration:none;transform:translateX(4px)}.footer-link:hover i{opacity:1}.footer-link:focus-visible{border-radius:2px;color:var(--surf-primary);outline:2px solid var(--surf-primary);outline-offset:2px}.footer-link-external i{margin-left:var(--space-1)}.footer-bottom{border-top:1px solid var(--theme-border-secondary);margin:0 auto;max-width:1400px;padding:var(--space-4) var(--space-6)}.footer-copyright{color:var(--theme-text-muted);font-size:var(--text-xs);line-height:var(--leading-relaxed);margin:0;text-align:center}.footer-copyright a{color:var(--theme-text-tertiary);text-decoration:none;transition:color .2s ease}.footer-copyright a:hover{color:var(--surf-primary);text-decoration:underline}.footer-copyright a:focus-visible{border-radius:2px;outline:2px solid var(--surf-primary);outline-offset:2px}@media(min-width:769px)and (max-width:1024px){.footer-main{gap:var(--space-6);grid-template-columns:1fr 1fr}.footer-brand{align-items:center;grid-column:1/-1;text-align:center}.footer-tagline{margin:0 auto;max-width:400px}}@media(max-width:768px){.footer-main{gap:var(--space-6);grid-template-columns:1fr;padding:0 var(--space-4) var(--space-6)}.footer-column{align-items:center;text-align:center}.footer-column.footer-brand{gap:var(--space-4)}.footer-tagline{max-width:100%}.footer-logo-surf img{height:35px}.footer-logo-cmcc img{height:30px}.footer-links{align-items:center}.footer-link:hover{transform:translateX(0)}.footer-bottom{padding:var(--space-3) var(--space-4)}.footer-copyright{font-size:var(--text-xs);line-height:var(--leading-relaxed)}}@media(prefers-contrast:high){footer{border-top:2px solid var(--theme-text-primary)}.footer-link:focus-visible,.footer-link:hover{text-decoration:underline}.footer-bottom{border-top:2px solid var(--theme-border-primary)}}@media(prefers-reduced-motion:reduce){.footer-link,.footer-logo{transition:none}.footer-link:hover,.footer-logo:hover{transform:none}}.modern-hero{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe 50%,#cffafe);border-bottom:1px solid rgba(0,0,0,.1);display:flex;min-height:350px;overflow:hidden;padding:1.5rem 0;position:relative}.modern-hero:before{background:radial-gradient(circle at 20% 50%,rgba(0,180,160,.05) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(0,119,190,.05) 0,transparent 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.modern-hero .container{width:100%}.modern-hero .hero-grid{align-items:center;display:grid;gap:var(--space-8,2rem);grid-template-columns:1.2fr .8fr;margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:1}.modern-hero .hero-text{animation:fadeInUp .8s ease both}.modern-hero .hero-title{background:var(--gradient-ocean);-webkit-background-clip:text;color:var(--surf-primary);font-family:var(--font-headings);font-size:var(--text-5xl);font-weight:var(--font-extrabold);margin-bottom:var(--space-4);-webkit-text-fill-color:transparent;background-clip:text}.modern-hero .hero-subtitle{color:rgba(0,0,0,.7);font-size:clamp(1rem,2vw,1.125rem);font-weight:var(--font-regular);line-height:1.6;margin-bottom:0}.modern-hero .hero-visual{align-items:center;animation:fadeInUp .8s ease .2s both;display:flex;justify-content:center}.modern-hero .hero-illustration{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(0,119,190,.08);border:1px solid rgba(0,119,190,.2);border-radius:20px;box-shadow:0 8px 32px rgba(0,119,190,.12);display:flex;height:auto;justify-content:center;padding:var(--space-3,.75rem);transition:all .3s ease;width:auto}.modern-hero .hero-illustration i{color:var(--surf-primary);font-size:clamp(64px,10vw,80px)}.modern-hero .hero-illustration:hover{background:rgba(0,119,190,.12);box-shadow:0 12px 40px rgba(0,119,190,.18);transform:translateY(-4px)}.modern-hero .hero-image{border-radius:12px;display:block;height:200px;margin:0 auto;max-width:100%;object-fit:contain;object-position:center;width:auto}@media(max-width:900px){.modern-hero{min-height:400px;padding:1.75rem 0}.modern-hero .hero-grid{gap:var(--space-5,1.25rem);grid-template-columns:1fr;text-align:center}.modern-hero .hero-text{order:1}.modern-hero .hero-visual{order:2}.modern-hero .hero-title{font-size:clamp(1.5rem,5vw,2rem)}.modern-hero .hero-subtitle{font-size:clamp(.875rem,2.5vw,1rem);margin-left:auto;margin-right:auto;max-width:100%}.modern-hero .hero-illustration{padding:var(--space-2,.5rem)}.modern-hero .hero-illustration i{font-size:56px}.modern-hero .hero-image{height:160px}}@media(max-width:768px){.modern-hero{min-height:350px;padding:1.25rem 0}.modern-hero .hero-title{font-size:clamp(1.375rem,4.5vw,1.75rem)}.modern-hero .hero-subtitle{font-size:clamp(.875rem,2.25vw,1rem)}.modern-hero .hero-illustration{padding:var(--space-2,.5rem)}.modern-hero .hero-illustration i{font-size:48px}.modern-hero .hero-image{border-radius:8px;height:140px}}@media(max-width:480px){.modern-hero{min-height:320px;padding:1rem 0}.modern-hero .hero-grid{gap:var(--space-4,1rem)}.modern-hero .hero-title{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:var(--space-2,.5rem)}.modern-hero .hero-subtitle{font-size:clamp(.8125rem,2.5vw,.9375rem)}.modern-hero .hero-illustration{border-radius:16px;padding:var(--space-2,.5rem)}.modern-hero .hero-illustration i{font-size:40px}.modern-hero .hero-image{border-radius:6px;height:100px}}.filter-tabs{align-items:center;background:#fff;display:flex;flex-wrap:wrap;gap:var(--space-3,.75rem);justify-content:center;margin-bottom:var(--space-6,1.5rem)}.filter-tabs__tab{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;color:#475569;cursor:pointer;display:inline-flex;font-size:var(--text-sm,.875rem);font-weight:600;gap:var(--space-2,.5rem);padding:var(--space-3,.75rem) var(--space-5,1.25rem);transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-tabs__tab i{font-size:1rem}.filter-tabs__tab:hover{background:#fff;border-color:rgba(14,116,144,.3);box-shadow:0 8px 20px rgba(15,23,42,.08);color:#0f172a;transform:translateY(-2px)}.filter-tabs__tab--active,.filter-tabs__tab.active{background:linear-gradient(135deg,#2f9edb,#4fd1c5);border-color:rgba(14,116,144,.25);box-shadow:0 4px 12px rgba(14,116,144,.15);color:#fff}.filter-tabs__tab--active:hover,.filter-tabs__tab.active:hover{background:linear-gradient(135deg,#2f9edb,#4fd1c5);border-color:rgba(14,116,144,.35);color:#fff}.filter-tabs__tab:focus-visible{outline:2px solid var(--surf-secondary);outline-offset:2px}.filter-section{animation:fadeInUp .8s ease .25s both;margin-bottom:var(--space-10)}