.navigation{position:fixed;top:0;left:0;right:0;background:transparent;z-index:1000;transition:all .3s ease}.navigation.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000014}.nav-container{max-width:1200px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{cursor:pointer;display:flex;align-items:center;gap:10px}.nav-logo-icon{flex-shrink:0}.logo-text{font-size:1.5rem;font-weight:700;color:#e2e8f0;transition:all .3s ease}.logo-text b{color:#14b8a6;font-weight:700}.navigation.scrolled .logo-text{color:#0f172a}.navigation.scrolled .logo-text b{color:#14b8a6}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.4rem}.menu-toggle span{width:25px;height:2px;background:#fff;transition:all .3s ease}.navigation.scrolled .menu-toggle span{background:var(--color-text-primary)}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;align-items:center}.nav-links li a,.nav-links li button{color:#ffffffe6;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease;font-size:1rem;background:none;border:none;padding:0;font-family:inherit}.navigation.scrolled .nav-links li a,.navigation.scrolled .nav-links li button{color:var(--color-text-primary)}.nav-links li a:hover,.nav-links li button:hover{color:#14b8a6}.nav-links li a.nav-cta,.nav-links li button.nav-cta{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;padding:.6rem 1.5rem;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.navigation.scrolled .nav-links li a.nav-cta,.navigation.scrolled .nav-links li button.nav-cta{color:#fff}.nav-links li a.nav-cta:hover,.nav-links li button.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #14b8a666;color:#fff}.nav-lang-switcher{color:#ffffffe6}.navigation.scrolled .nav-lang-switcher{color:var(--color-text-primary)}@media(max-width:968px){.menu-toggle{display:flex;z-index:10}.navigation.menu-open{background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000014}.navigation.menu-open .logo-text{color:#0f172a}.navigation.menu-open .menu-toggle span{background:var(--color-text-primary)}.navigation.menu-open .nav-lang-switcher{color:var(--color-text-primary)}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:2rem;gap:1.5rem;box-shadow:0 8px 24px #0000001f;transform:translateY(-20px);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.nav-links li a,.nav-links li button{color:var(--color-text-primary);font-size:1.05rem}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{width:100%;text-align:center}.nav-links .nav-cta{display:inline-block;margin-top:.5rem}}.footer{background:transparent;color:#e2e8f0;padding:0 2rem 2rem;position:relative}.footer:before{content:"";display:block;max-width:1200px;margin:0 auto 4rem;height:1px;background:linear-gradient(90deg,transparent,rgba(20,184,166,.3),transparent)}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:4rem;margin-bottom:3.5rem}.footer-brand{max-width:380px}.footer-logo{display:flex;align-items:center;gap:10px;font-size:1.8rem;font-weight:800;color:#e2e8f0;margin-bottom:1.25rem}.footer-logo b{color:#14b8a6;font-weight:800}.footer-logo-icon{flex-shrink:0}.footer-tagline{color:#94a3b8;line-height:1.7;font-size:.95rem;margin-bottom:2rem}.footer-contact-info{display:flex;flex-direction:column;gap:.5rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-size:.9rem;text-decoration:none;transition:all .3s ease;padding:.5rem .75rem;border-radius:8px;margin-left:-.75rem}.footer-contact-item:hover{color:#14b8a6;background:#14b8a60f}.footer-contact-item .social-icon{width:18px;height:18px;color:#14b8a6;flex-shrink:0;opacity:.7;transition:opacity .3s ease}.footer-contact-item:hover .social-icon{opacity:1}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-heading{font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.1em}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.6rem}.footer-column ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s ease;font-size:.92rem;cursor:pointer}.footer-column ul li a:hover{color:#14b8a6}.footer-divider{height:1px;background:#ffffff0f;margin-bottom:1.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-bottom p{color:#475569;font-size:.82rem;margin:0}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal a{color:#475569;text-decoration:none;font-size:.82rem;transition:color .3s ease;cursor:pointer}.footer-legal a:hover{color:#14b8a6}.footer-legal .separator{color:#334155}@media(max-width:968px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(3,1fr)}.footer-brand{max-width:100%}}@media(max-width:640px){.footer{padding:0 1.5rem 1.5rem}.footer:before{margin-bottom:3rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer-bottom p{order:3}.footer-legal{order:2}.footer-legal .separator{display:none}.footer-legal{flex-direction:column;gap:.5rem}}.faq-list{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item:first-child{border-top:1px solid #e2e8f0}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:color .2s ease;color:#1e293b}.faq-trigger:hover,.faq-item--open .faq-trigger{color:#0d9488}.faq-question{font-size:1.05rem;font-weight:600;line-height:1.4;flex:1;letter-spacing:-.01em}.faq-chevron{width:20px;height:20px;flex-shrink:0;color:#94a3b8;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s ease}.faq-trigger:hover .faq-chevron{color:#0d9488}.faq-item--open .faq-chevron{transform:rotate(180deg);color:#14b8a6}.faq-panel{overflow:hidden}.faq-panel:not([hidden]){animation:faq-expand .28s cubic-bezier(.4,0,.2,1) forwards}@keyframes faq-expand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.faq-answer{padding:0 0 1.5rem}.faq-answer p{color:#64748b;font-size:.975rem;line-height:1.8;margin:0}.faq-short-answer{color:#334155;font-size:.975rem;line-height:1.8;margin:0 0 .75rem;font-weight:600}@media(max-width:768px){.faq-question{font-size:.975rem}.faq-trigger{padding:1.2rem 0}}@media(max-width:480px){.faq-question{font-size:.925rem}.faq-chevron{width:18px;height:18px}}.service-page{min-height:100vh;font-family:Plus Jakarta Sans,system-ui,sans-serif}.sp-hero{background:linear-gradient(180deg,var(--color-bg-deep) 0%,var(--color-accent) 100%);padding:7rem 2rem 4rem;position:relative;overflow:hidden}.sp-hero:before{content:"";position:absolute;top:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(20,184,166,.08) 0%,transparent 70%);pointer-events:none}.sp-hero-inner{max-width:800px;margin:0 auto;text-align:center;position:relative}.sp-breadcrumb{margin-bottom:1.5rem}.sp-breadcrumb-list{display:flex;align-items:center;gap:0;list-style:none;padding:0;margin:0;font-size:.82rem}.sp-breadcrumb-item{display:flex;align-items:center;color:#64748b}.sp-breadcrumb-item+.sp-breadcrumb-item:before{content:"/";margin:0 .5rem;color:#475569}.sp-breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s}.sp-breadcrumb-link:hover{color:#14b8a6}.sp-breadcrumb-item--current{color:#94a3b8;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-badge{display:inline-flex;align-items:center;gap:.5rem;background:#14b8a614;border:1px solid rgba(20,184,166,.2);border-radius:50px;padding:.4rem 1.25rem;margin-bottom:2rem;font-size:.8rem;font-weight:600;color:#14b8a6;text-transform:uppercase;letter-spacing:.06em}.sp-badge-dot{width:6px;height:6px;background:#14b8a6;border-radius:50%}.sp-hero-title{font-size:3.25rem;font-weight:800;color:#f1f5f9;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em}.sp-hero-subtitle{font-size:1.15rem;line-height:1.7;color:#94a3b8;max-width:600px;margin:0 auto 2rem}.sp-hero-cta{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.sp-hero-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#14b8a6,#0891b2);color:#fff;border:none;padding:.85rem 1.75rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.sp-hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #14b8a659}.sp-hero-btn-primary svg{width:18px;height:18px}.sp-hero-btn-secondary{color:#94a3b8;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.sp-hero-btn-secondary:hover{color:#14b8a6}.sp-highlights-bar{display:flex;justify-content:center;align-items:stretch;gap:0;flex-wrap:wrap;margin-top:3rem;padding:1.25rem 1.5rem;background:#0f172a66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.1);border-radius:14px}.sp-highlight-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.25rem 1.75rem;border-right:1px solid rgba(148,163,184,.14);flex:1;min-width:150px}.sp-highlight-item:last-child{border-right:none}.sp-highlight-label{color:#64748b;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.sp-highlight-value{color:#14b8a6;font-size:.95rem;font-weight:700;letter-spacing:-.01em}@media(max-width:640px){.sp-highlights-bar{flex-direction:column;padding:.5rem}.sp-highlight-item{border-right:none;border-bottom:1px solid rgba(148,163,184,.14);padding:.85rem}.sp-highlight-item:last-child{border-bottom:none}}.sp-definition{padding:4rem 2rem;background:#0f172a;border-bottom:1px solid rgba(148,163,184,.1);position:relative}.sp-definition:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#14b8a6,transparent)}.sp-definition-inner{max-width:720px;margin:0 auto;padding-left:1.5rem;border-left:3px solid transparent;border-image:linear-gradient(180deg,#14b8a6,#14b8a600) 1}.sp-definition-term{font-size:1.35rem;font-weight:700;color:#f1f5f9;margin:0 0 1rem;line-height:1.35;letter-spacing:-.015em}.sp-definition-text{color:#cbd5e1;font-size:1.05rem;line-height:1.75;margin:0}@media(max-width:768px){.sp-definition{padding:2.5rem 1.5rem}.sp-definition-term{font-size:1.25rem}.sp-definition-text{font-size:.95rem}}.sp-features{padding:5rem 2rem;background:#fff}.sp-features-inner{max-width:1100px;margin:0 auto}.sp-section-header{text-align:center;margin-bottom:3rem}.sp-section-header--left{text-align:left;margin-bottom:2.5rem}.sp-section-label{display:block;font-size:.78rem;font-weight:600;color:#14b8a6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.sp-section-label--dark{color:#0d9488}.sp-section-title{font-size:2rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:.75rem}.sp-section-title--large{font-size:2.5rem}.sp-section-title--dark{color:#0f172a}.sp-section-subtitle{color:#64748b;font-size:1rem;line-height:1.6}.sp-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.sp-feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.sp-feature-card{animation:sp-feature-fade-in .55s cubic-bezier(.22,.61,.36,1) backwards}.sp-feature-card:nth-child(1){animation-delay:.05s}.sp-feature-card:nth-child(2){animation-delay:.12s}.sp-feature-card:nth-child(3){animation-delay:.18s}.sp-feature-card:nth-child(4){animation-delay:.24s}.sp-feature-card:nth-child(5){animation-delay:.3s}.sp-feature-card:nth-child(6){animation-delay:.36s}@keyframes sp-feature-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.sp-feature-card{animation:none}}.sp-feature-card--hero{grid-column:span 2;padding:2.5rem}.sp-feature-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:17px;background:linear-gradient(135deg,transparent,rgba(20,184,166,.4),transparent);opacity:0;transition:opacity .3s ease;z-index:0}.sp-feature-card:hover{border-color:transparent;box-shadow:0 8px 30px #14b8a614}.sp-feature-card:hover:before{opacity:1}.sp-feature-number{font-size:3rem;font-weight:800;color:#14b8a61a;line-height:1;letter-spacing:-.04em;margin-bottom:1rem;font-variant-numeric:tabular-nums;position:relative;z-index:1}.sp-feature-card--hero .sp-feature-number{font-size:4rem;color:#14b8a61f}.sp-feature-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.6rem;line-height:1.3;position:relative;z-index:1}.sp-feature-card--hero .sp-feature-title{font-size:1.3rem}.sp-feature-desc{color:#64748b;font-size:.88rem;line-height:1.65;margin:0;position:relative;z-index:1}.sp-audience{padding:4rem 2rem;background:#fff;border-top:1px solid #e2e8f0}.sp-audience-inner{max-width:760px;margin:0 auto;text-align:center}.sp-audience-title{font-size:1.85rem;font-weight:700;color:#0f172a;margin-bottom:2.25rem;line-height:1.2;letter-spacing:-.015em}.sp-audience-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.85rem}.sp-audience-item{display:flex;align-items:flex-start;gap:.85rem;color:#334155;font-size:.98rem;line-height:1.55;text-align:left;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .2s ease,background .2s ease,transform .2s ease}.sp-audience-item:hover{background:#fff;border-color:#14b8a659;transform:translateY(-2px)}.sp-audience-item:before{content:"";width:22px;height:22px;flex-shrink:0;margin-top:1px;border-radius:6px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'><path d='M7.5 13.5L4 10l1.4-1.4 2.1 2.1 5.1-5.1L14 7z'/></svg>"),linear-gradient(135deg,#14b8a6,#0891b2);background-size:16px 16px,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat}@media(max-width:768px){.sp-audience{padding:3rem 1.5rem}.sp-audience-title{font-size:1.4rem}.sp-audience-item{font-size:.95rem}}.sp-faq{padding:5rem 2rem;background:#f9fafb}.sp-faq-inner{max-width:800px;margin:0 auto}.sp-cta{padding:5rem 2rem;background:linear-gradient(135deg,var(--color-bg-deep) 0%,#0f2030 50%,var(--color-bg-deep) 100%);text-align:center;position:relative;overflow:hidden}.sp-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(20,184,166,.3),transparent)}.sp-cta-inner{max-width:600px;margin:0 auto;position:relative}.sp-cta-title{font-size:2rem;font-weight:700;color:#f1f5f9;margin-bottom:1rem;line-height:1.2}.sp-cta-desc{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:2rem}.sp-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#14b8a6,#0891b2);color:#fff;border:none;padding:.85rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;animation:sp-glow-pulse 3s ease-in-out infinite}.sp-cta-btn:hover{animation:none;transform:translateY(-2px);box-shadow:0 8px 30px #14b8a673}.sp-cta-btn svg{width:18px;height:18px}@keyframes sp-glow-pulse{0%,to{box-shadow:0 4px 20px #14b8a64d}50%{box-shadow:0 4px 35px #14b8a68c}}.sp-related{padding:4.5rem 2rem;background:var(--color-bg-deep);border-top:1px solid rgba(148,163,184,.08)}.sp-related-inner{max-width:1100px;margin:0 auto}.sp-related-title{font-size:1.35rem;font-weight:700;color:#f1f5f9;margin:0 0 2rem;text-align:center;letter-spacing:-.015em;line-height:1.3}.sp-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.sp-related-link{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#e2e8f0;font-size:.95rem;font-weight:600;text-decoration:none;padding:1.1rem 1.25rem;background:#ffffff08;border:1px solid rgba(148,163,184,.14);border-radius:12px;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.sp-related-link:hover{color:#5eead4;border-color:#14b8a673;background:#14b8a612;transform:translateY(-2px)}.sp-related-link svg{width:16px;height:16px;flex-shrink:0;color:#14b8a6;transition:transform .2s ease}.sp-related-link:hover svg{transform:translate(3px)}@media(max-width:968px){.sp-feature-grid{grid-template-columns:repeat(2,1fr)}.sp-feature-card--hero{grid-column:span 1}}@media(max-width:768px){.sp-hero{padding:6rem 1.5rem 3rem}.sp-hero-title{font-size:2.25rem}.sp-hero-subtitle{font-size:1rem}.sp-hero-cta{flex-direction:column}.sp-hero-btn-primary{width:100%;justify-content:center}.sp-features{padding:3.5rem 1.5rem}.sp-section-header--left{text-align:center}.sp-section-title--large{font-size:2rem}.sp-feature-grid{grid-template-columns:1fr}.sp-feature-card--hero .sp-feature-number{font-size:3rem}.sp-faq,.sp-cta{padding:3.5rem 1.5rem}.sp-cta-title{font-size:1.5rem}.sp-highlights-bar{gap:1.5rem}.sp-related{padding:2.5rem 1.5rem}.sp-related-grid{gap:.5rem}.sp-related-link{font-size:.85rem;padding:.5rem 1rem}}@media(max-width:480px){.sp-hero-title{font-size:1.75rem}.sp-feature-number{font-size:2.5rem}}
