*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}:root{--color-primary:#8833ea;--color-primary-hover:#6a1fb5;--color-secondary:#e0ccfa;--color-secondary-hover:#c9b3eb;--color-background:#0f0f13;--color-surface:hsla(0,0%,100%,.05);--color-glass-bg:hsla(0,0%,100%,.1);--color-text-primary:#fff;--color-text-secondary:hsla(0,0%,100%,.7);--color-text-muted:hsla(0,0%,100%,.5);--color-border:hsla(0,0%,100%,.1);--color-shadow:rgba(136,51,234,.3);--color-glow:rgba(136,51,234,.15);--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-info:#3b82f6;--bg-gradient:linear-gradient(135deg,var(--color-background) 0%,#1e293b 100%);--text-primary:var(--color-text-primary);--text-secondary:var(--color-text-secondary);--accent-color:var(--color-primary);--accent-hover:var(--color-primary-hover)}body{background:var(--bg-gradient);color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh}main{margin:auto;padding:1rem;max-width:1200px;width:calc(100% - 2rem)}h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem;text-align:center}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h2,h3{margin-bottom:1rem}h3{font-size:clamp(1.25rem,3vw,2rem)}img{max-width:100%;height:auto;display:block}a{color:var(--accent-color);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}.glass-panel{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.glass-panel:hover{background:hsla(0,0%,100%,.08);transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.3)}.service-link{position:relative;display:block;text-decoration:none;color:inherit;cursor:pointer}.service-link:hover{background:rgba(96,165,250,.1);border-color:rgba(96,165,250,.3)}.service-link-arrow{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:var(--accent-color);opacity:0;transform:translateX(-10px);transition:all .3s ease}.service-link:hover .service-link-arrow{opacity:1;transform:translateX(0)}.hero-block{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;min-height:400px}.hero-block.hero-height-verySmall{height:20vh;min-height:200px}.hero-block.hero-height-small{height:40vh;min-height:300px}.hero-block.hero-height-medium{height:60vh;min-height:400px}.hero-block.hero-height-large{height:80vh;min-height:500px}.hero-block.hero-height-full{height:100vh;min-height:600px}.hero-block .hero-background{object-fit:cover;z-index:0}.hero-block .hero-content{position:relative;z-index:1;padding:2rem;max-width:1200px;color:var(--text-primary);text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-block h2{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-block .subheading{font-size:1.5rem;color:var(--color-text-secondary);line-height:1.6;max-width:800px;margin:0 auto}.block-height-auto{min-height:auto}.block-height-small{min-height:300px;display:flex;align-items:center}.block-height-medium{min-height:400px;display:flex;align-items:center}.block-height-large{min-height:600px;display:flex;align-items:center}.content-block{margin:3rem 0}.block-width-narrow{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.block-width-narrow .prose{max-width:800px;margin:0 auto;width:100%;line-height:1.8;font-size:1.1rem}.block-width-contained{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.block-width-contained .prose{max-width:100%;margin:0 auto;width:100%;line-height:1.8;font-size:1.1rem}.block-width-full{max-width:none!important;width:100vw;margin-left:calc(-50vw + 50%);padding-left:2rem;padding-right:2rem;position:relative}.block-width-full .prose{max-width:100%}.block-width-full .prose,.prose{margin:0 auto;width:100%;line-height:1.8;font-size:1.1rem}.prose{max-width:800px}.prose p{margin-bottom:1.5rem}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{margin-top:2rem;margin-bottom:1rem;font-weight:600}.prose h2{font-size:2rem}.prose h3{font-size:1.5rem}.prose ol,.prose ul{margin-bottom:1.5rem;padding-left:2rem}.prose li{margin-bottom:.5rem}.prose a{color:var(--accent-color);text-decoration:underline}.prose a:hover{color:var(--accent-hover)}.prose strong{font-weight:700}.prose code{background:hsla(0,0%,100%,.1);padding:.2rem .4rem;border-radius:.25rem;font-family:monospace;font-size:.9em}.language-switcher{position:relative;margin-left:1rem}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;color:var(--text-primary);cursor:pointer;transition:all .3s ease;font-size:.9rem}.language-button:hover{background:hsla(0,0%,100%,.15);border-color:var(--accent-color)}.language-flag{font-size:1.1rem;line-height:1}.language-name{font-size:.85rem;font-weight:500}.language-arrow{font-size:.7rem;transition:transform .3s ease}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:rgba(15,23,42,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.5);z-index:1000}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text-primary);cursor:pointer;transition:background .2s ease;text-align:left;font-size:.9rem}.language-option:hover{background:hsla(0,0%,100%,.1)}.language-option.active{background:rgba(96,165,250,.2)}.language-check{margin-left:auto;color:var(--accent-color);font-weight:700}.mobile-language-switcher{padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.1);margin-top:1rem}.mobile-language-switcher .language-switcher{margin-left:0}.mobile-language-switcher .language-button{width:100%;justify-content:center}@media (max-width:768px){.nav-links.desktop .language-switcher{display:none}}.line-spacing-tight,.prose p.line-spacing-tight,h1.line-spacing-tight,h2.line-spacing-tight,h3.line-spacing-tight,h4.line-spacing-tight,h5.line-spacing-tight,h6.line-spacing-tight,p.line-spacing-tight{line-height:1.2!important}.line-spacing-normal,.prose p.line-spacing-normal,h1.line-spacing-normal,h2.line-spacing-normal,h3.line-spacing-normal,h4.line-spacing-normal,h5.line-spacing-normal,h6.line-spacing-normal,p.line-spacing-normal{line-height:1.6!important}.line-spacing-relaxed,.prose p.line-spacing-relaxed,h1.line-spacing-relaxed,h2.line-spacing-relaxed,h3.line-spacing-relaxed,h4.line-spacing-relaxed,h5.line-spacing-relaxed,h6.line-spacing-relaxed,p.line-spacing-relaxed{line-height:2!important}.line-spacing-loose,.prose p.line-spacing-loose,blockquote.line-spacing-loose,h1.line-spacing-loose,h2.line-spacing-loose,h3.line-spacing-loose,h4.line-spacing-loose,h5.line-spacing-loose,h6.line-spacing-loose,ol.line-spacing-loose,p.line-spacing-loose,ul.line-spacing-loose{line-height:2.5!important}.feature-grid{margin:4rem 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.glass-panel .icon{width:64px;height:64px;margin-bottom:1rem;object-fit:contain}.glass-panel h3{font-size:1.5rem;margin:0 0 1rem}.glass-panel p{margin:0;opacity:.8;line-height:1.6}.feature-grid .icon{margin-bottom:1rem;filter:brightness(0) invert(1);opacity:.9}.glass-panel:hover .icon{opacity:1;transform:scale(1.1);transition:all .3s ease}.navigation{width:100%;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1);z-index:1000;transition:all .3s ease}.navigation.sticky{position:-webkit-sticky;position:sticky;top:0}.navigation.sticky.scrolled{background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 20px rgba(0,0,0,.3)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:opacity .3s ease}.nav-logo:hover{opacity:.8}.logo-image{height:auto;max-height:40px}.logo-text,.nav-links{display:flex;align-items:center}.nav-links{gap:2rem}.nav-links.desktop{display:none}@media (min-width:768px){.nav-links.desktop{display:flex}}.nav-link{color:#fff;text-decoration:none;font-weight:500;opacity:.9;transition:opacity .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover{opacity:1}.nav-link:hover:after{width:100%}.nav-cta{padding:.5rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.nav-cta.primary{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.nav-cta.primary:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px)}.nav-cta.secondary{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.5)}.nav-cta.secondary:hover{background:hsla(0,0%,100%,.1)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}@media (min-width:768px){.mobile-menu-button{display:none}}.hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(-100%);transition:transform .3s ease;padding-top:80px;z-index:999}.mobile-menu.open{transform:translateX(0)}@media (min-width:768px){.mobile-menu{display:none}}.mobile-menu-content{display:flex;flex-direction:column;gap:.5rem;padding:2rem}.mobile-nav-link{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:600;padding:1rem;border-radius:8px;transition:background .3s ease}.mobile-nav-link:hover{background:hsla(0,0%,100%,.1)}.mobile-nav-cta{margin-top:1rem;padding:1rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.2rem;text-align:center;transition:all .3s ease}.mobile-nav-cta.primary{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.mobile-nav-cta.secondary{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.5)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.blog-card{transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.3)}.blog-card-link{text-decoration:none;color:inherit;display:block}.blog-date{display:block;font-size:.9rem;opacity:.7;margin-bottom:.5rem}.blog-card h2{font-size:1.5rem;margin:.5rem 0 1rem;color:#fff}.blog-excerpt{opacity:.8;line-height:1.6;margin:0 0 1rem}.read-more{font-weight:600;color:#fff;opacity:.9;transition:opacity .3s ease}.blog-card:hover .read-more{opacity:1}.blog-post{max-width:800px;margin:0 auto}.blog-post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.blog-post-header h1{font-size:2.5rem;margin:0 0 1rem}.blog-post-header .blog-date{font-size:1rem;margin-bottom:1rem}.blog-post-header .blog-excerpt{font-size:1.2rem;opacity:.9;line-height:1.8}.blog-post-content{margin:3rem 0}.blog-post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.back-link{color:#fff;opacity:.8;font-weight:500;transition:opacity .3s ease}.back-link:hover{opacity:1}@media (max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-post-header h1{font-size:2rem}}.footer{margin-top:4rem;padding:3rem 2rem 1rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.footer-section h3{font-size:1.5rem;margin:0 0 1rem;color:#fff}.footer-section h4{font-size:1.2rem;margin:0 0 1rem;color:#fff}.footer-section .tagline{opacity:.8;margin-bottom:1.5rem}.contact-info{line-height:1.8}.contact-info a{color:#fff;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.3);transition:border-color .3s ease}.contact-info a:hover{border-bottom-color:#fff}.contact-info .address{margin-top:1rem;white-space:pre-line}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:8px;color:#fff;transition:all .3s ease}.social-link:hover{background:hsla(0,0%,100%,.2)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{opacity:.7;margin:0}.back-to-top{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.back-to-top:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}@media (max-width:768px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-banner{max-width:1200px;margin:0 auto;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.3)}.cookie-content h3{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.cookie-content p{margin:0 0 1.5rem;color:hsla(0,0%,100%,.8);line-height:1.6}.cookie-link{color:#0070f3;text-decoration:underline;transition:color .2s}.cookie-link:hover{color:#0051cc}.cookie-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end;margin-top:1.5rem}.btn-cookie{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-accept{background:#0070f3;color:#fff}.btn-accept:hover{background:#0051cc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,112,243,.4)}.btn-reject{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.2)}.btn-reject:hover{background:hsla(0,0%,100%,.15)}.btn-customize{background:hsla(0,0%,100%,.05);color:#fff;border:1px solid hsla(0,0%,100%,.2)}.btn-customize:hover{background:hsla(0,0%,100%,.1)}.btn-back{background:transparent;color:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.2)}.btn-back:hover{background:hsla(0,0%,100%,.05);color:#fff}.cookie-categories{margin:1.5rem 0;display:flex;flex-direction:column;gap:1rem}.cookie-category{padding:1rem;background:hsla(0,0%,100%,.05);border-radius:8px;border:1px solid hsla(0,0%,100%,.1)}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.category-header input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#0070f3}.category-header input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.category-header label{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1 1;margin:0}.category-header label strong{font-size:1rem}.required-badge{background:rgba(0,112,243,.2);color:#0070f3;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.category-description{margin:.5rem 0 0 2.75rem;line-height:1.5}.category-description,.cookie-links{font-size:.9rem;color:hsla(0,0%,100%,.6)}.cookie-links{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.cookie-consent-banner{padding:1.5rem}.cookie-content h3{font-size:1.25rem}.cookie-actions{flex-direction:column}.btn-cookie{width:100%;text-align:center}.category-description{margin-left:0;margin-top:.5rem}}.mobile-menu-button,.nav-link,a.btn,button{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}@media (max-width:479px){main{padding:.75rem;width:calc(100% - 1.5rem)}.hero-block{min-height:300px}.hero-block.hero-height-verySmall{height:20vh;min-height:180px}.hero-block.hero-height-small{height:35vh;min-height:250px}.hero-block.hero-height-medium{height:50vh;min-height:300px}.hero-block.hero-height-large{height:70vh;min-height:400px}.hero-block.hero-height-full{height:100vh;min-height:500px}.hero-block h2{font-size:2rem}.hero-block .subheading{font-size:1.125rem}.glass-panel,.hero-block .hero-content{padding:1.5rem}.feature-grid{grid-template-columns:1fr!important;gap:1rem}.service-card{padding:1.5rem}}@media (min-width:480px) and (max-width:767px){.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (min-width:768px) and (max-width:1023px){main{padding:1.5rem;max-width:960px}.hero-block h2{font-size:2.5rem}.hero-block .hero-content{padding:2rem}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.glass-panel,main{padding:2rem}.hero-block .hero-content{padding:3rem}.feature-grid{grid-template-columns:repeat(3,1fr)}}@media (max-height:500px) and (orientation:landscape){.hero-block.hero-height-verySmall{height:80vh}.hero-block.hero-height-medium,.hero-block.hero-height-small{height:90vh}.hero-block.hero-height-large{height:95vh}.hero-block.hero-height-full{height:100vh}.hero-block .hero-content{padding:1rem}.mobile-menu{max-height:80vh;overflow-y:auto}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.footer,.glass-panel,.navigation{border-width:.5px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.back-to-top,.cookie-consent-overlay,.footer,.mobile-menu-button,.navigation{display:none!important}body{background:#fff;color:#000}main{max-width:100%;padding:0}}.cta-block{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,rgba(96,165,250,.1),rgba(147,197,253,.1));border-radius:16px;margin:3rem 0}.cta-content h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.cta-description{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:var(--accent-color);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 16px rgba(96,165,250,.3)}.btn-secondary{background:transparent;color:var(--accent-color);border:2px solid var(--accent-color)}.btn-secondary:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}.testimonials-block{padding:4rem 0}.section-heading{text-align:center;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem)}.section-description{text-align:center;font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(96,165,250,.2)}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem}.star{margin-right:.25rem}.testimonial-quote{font-size:1.125rem;font-style:italic;margin-bottom:1.5rem;line-height:1.8}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;font-size:1rem}.author-role{font-size:.875rem;color:var(--text-secondary)}.stats-block{padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;text-align:center}.stat-item{padding:2rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px}.stat-icon{width:64px;height:64px;margin:0 auto 1rem}.stat-value{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.stat-description{font-size:.875rem;color:var(--text-secondary)}.team-block{padding:4rem 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.team-member{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;overflow:hidden;transition:transform .3s}.team-member:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(96,165,250,.2)}.member-photo{width:100%;aspect-ratio:1;overflow:hidden}.member-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.team-member:hover .member-photo img{transform:scale(1.05)}.member-info{padding:1.5rem}.member-name{font-size:1.25rem;margin-bottom:.25rem}.member-role{color:var(--accent-color);font-weight:500;margin-bottom:1rem}.member-bio{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.member-social{display:flex;gap:.75rem}.social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border-radius:50%;text-decoration:none;color:var(--text-primary);transition:all .3s}.social-link:hover{background:var(--accent-color);transform:translateY(-2px)}.faq-block{padding:4rem 0}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:transparent;border:none;color:var(--text-primary);font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:hsla(0,0%,100%,.05)}.faq-question.active{background:rgba(96,165,250,.1)}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--text-secondary);line-height:1.8;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gallery-block{padding:4rem 0}.gallery-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;background:hsla(0,0%,100%,.05);transition:transform .3s}.gallery-link{text-decoration:none;display:block}.gallery-link:hover .gallery-item{transform:scale(1.02)}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}.gallery-caption{padding:1rem;background:rgba(0,0,0,.7);color:#fff;font-size:.875rem;text-align:center}@media (max-width:768px){.cta-block{padding:3rem 1.5rem}.cta-buttons{flex-direction:column}.btn{width:100%}.stats-grid,.team-grid,.testimonials-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr!important}.stat-value{font-size:2.5rem}}@media (max-width:480px){.section-heading{font-size:1.75rem}.stat-item,.team-member,.testimonial-card{padding:1.5rem}}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.pricing-block{padding:4rem 0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.pricing-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:2.5rem 2rem;transition:all .3s;position:relative;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(96,165,250,.2)}.pricing-card.highlighted{border-color:var(--accent-color);background:rgba(96,165,250,.08);box-shadow:0 8px 16px rgba(96,165,250,.15)}.popular-badge{position:absolute;top:-12px;right:2rem;background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 8px rgba(96,165,250,.3)}.plan-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.plan-name{font-size:1.75rem;margin-bottom:1rem;font-weight:600}.plan-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.price{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.period{font-size:1rem;margin-left:.5rem}.period,.plan-description{color:var(--text-secondary)}.plan-description{font-size:.9375rem;line-height:1.6}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.plan-features li{display:flex;align-items:flex-start;padding:.75rem 0;gap:.75rem;font-size:.9375rem;line-height:1.6}.check-icon{flex-shrink:0;color:var(--accent-color);margin-top:.125rem}.plan-button{display:block;width:100%;padding:1rem 2rem;background:var(--accent-color);color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s}.plan-button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 16px rgba(96,165,250,.3)}.pricing-card.highlighted .plan-button{background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));box-shadow:0 4px 12px rgba(96,165,250,.4)}.timeline-block{padding:4rem 0}.timeline{margin-top:3rem;position:relative}.timeline.vertical{display:flex;flex-direction:column;gap:3rem}.timeline.horizontal{display:flex;gap:2rem;overflow-x:auto;padding-bottom:2rem}.timeline-item{display:flex;gap:2rem;position:relative}.timeline.horizontal .timeline-item{flex-direction:column;min-width:300px}.timeline-marker{position:relative;flex-shrink:0}.marker-dot{width:20px;height:20px;background:var(--accent-color);border:4px solid rgba(96,165,250,.2);border-radius:50%;box-shadow:0 0 16px rgba(96,165,250,.5)}.timeline.vertical .marker-line{position:absolute;left:50%;top:28px;width:2px;height:calc(100% + 2rem);background:linear-gradient(180deg,rgba(96,165,250,.5),rgba(96,165,250,.1));transform:translateX(-50%)}.timeline.horizontal .marker-line{position:absolute;left:28px;top:50%;height:2px;width:calc(100% + 1rem);background:linear-gradient(90deg,rgba(96,165,250,.5),rgba(96,165,250,.1));transform:translateY(-50%)}.timeline-content{flex:1 1;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:2rem;transition:all .3s}.timeline-content:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(96,165,250,.2);border-color:rgba(96,165,250,.3)}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.step-icon{width:48px;height:48px;flex-shrink:0}.step-icon img{width:100%;height:100%;object-fit:contain}.step-number{font-size:1rem;font-weight:700;color:var(--accent-color);text-transform:uppercase;letter-spacing:.5px}.step-title{font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.step-duration{font-size:.875rem;color:var(--accent-color);margin-bottom:1rem;font-weight:500}.step-description{color:var(--text-secondary);line-height:1.8}.contact-form-block{padding:4rem 0;background:hsla(0,0%,100%,.02)}.form-wrapper{max-width:700px;margin:0 auto;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:3rem}.form-header{text-align:center;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field.full-width{grid-column:1/-1}.form-field label{font-weight:500;font-size:.9375rem;display:flex;align-items:center;gap:.25rem}.required{color:#ff6b6b;margin-left:.25rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.875rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(96,165,250,.1);background:hsla(0,0%,100%,.08)}.form-field textarea{resize:vertical;min-height:120px}.checkbox-field label{flex-direction:row;align-items:flex-start;cursor:pointer}.checkbox-field input[type=checkbox]{width:auto;margin-right:.5rem;margin-top:.25rem;cursor:pointer}.submit-button{padding:1rem 2rem;background:var(--accent-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem}.submit-button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 16px rgba(96,165,250,.3)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{text-align:center;padding:3rem}.success-icon{color:#51cf66;margin:0 auto 1.5rem}.success-message p{font-size:1.125rem;color:var(--text-secondary)}.error-message{padding:1rem;background:hsla(0,100%,71%,.1);border:1px solid hsla(0,100%,71%,.3);border-radius:8px;color:#ff6b6b;text-align:center}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr}.timeline.horizontal{flex-direction:column}.timeline.horizontal .timeline-item{min-width:100%}.form-grid{grid-template-columns:1fr}.form-wrapper{padding:2rem 1.5rem}}@media (max-width:480px){.pricing-card{padding:2rem 1.5rem}.price{font-size:2.5rem}.plan-name{font-size:1.5rem}.timeline-content{padding:1.5rem}.step-title{font-size:1.25rem}}.image-block{padding:2rem 0;width:100%}.image-block-wrapper{position:relative;width:100%}.image-block-wrapper.full{max-width:100%}.image-block-wrapper.contained{max-width:1200px;margin:0 auto;padding:0 1rem}.responsive-image{width:100%;height:auto;display:block;border-radius:8px;object-fit:cover}.image-link{display:block;text-decoration:none;transition:opacity .3s}.image-link:hover{opacity:.9}.image-link:hover .responsive-image{box-shadow:0 8px 24px rgba(96,165,250,.3)}.image-caption{margin-top:1rem;text-align:center;color:var(--text-secondary);font-size:.9375rem;font-style:italic;line-height:1.6}.image-block-wrapper.full .responsive-image{border-radius:0}@media (min-width:768px){.image-block-wrapper.full .responsive-image{border-radius:8px}}.link-button-block{padding:1rem 0;width:100%}.link-button-block .container{display:flex;justify-content:center;align-items:center}.link-button{text-decoration:none;transition:all .3s ease;display:inline-block;font-weight:500}.link-button.inline{color:var(--accent-color);border-bottom:1px solid transparent;padding:.25rem 0}.link-button.inline:hover{color:var(--accent-hover);border-bottom-color:var(--accent-hover)}.link-button.button-primary{padding:.875rem 2rem;background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));color:#fff;border-radius:8px;font-size:1rem;box-shadow:0 4px 12px rgba(96,165,250,.3)}.link-button.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(96,165,250,.4)}.link-button.button-secondary{padding:.875rem 2rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;font-size:1rem}.link-button.button-secondary:hover{background:hsla(0,0%,100%,.1);border-color:var(--accent-color);transform:translateY(-2px)}@media (max-width:768px){.link-button.button-primary,.link-button.button-secondary{padding:.75rem 1.5rem;font-size:.9375rem}}.carousel-block{width:100%;overflow:hidden}.carousel-block.spacing-none{padding:0}.carousel-block.spacing-small{padding:1.5rem 0}.carousel-block.spacing-medium{padding:3rem 0}.carousel-block.spacing-large{padding:5rem 0}.carousel-block.full-width{padding-left:0;padding-right:0}.carousel-wrapper{position:relative;width:100%}.carousel-wrapper.contained{max-width:1200px;margin:0 auto;padding:0 1rem}.carousel-wrapper.full-width{max-width:100%;padding:0}.carousel-container{position:relative;max-width:1200px;margin:0 auto;padding:0 1rem}.carousel-container.full{max-width:100%;padding:0}.carousel-slides{position:relative;width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;isolation:isolate}.carousel-slides.carousel-height-verySmall{height:20vh;min-height:200px;overflow:hidden}.carousel-slides.carousel-height-verySmall .carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-slides.carousel-height-compact{height:30vh;min-height:250px;overflow:hidden}.carousel-slides.carousel-height-compact .carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-slides.carousel-height-small{height:40vh;min-height:300px;overflow:hidden}.carousel-slides.carousel-height-small .carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-slides.carousel-height-medium{height:60vh;min-height:400px;overflow:hidden}.carousel-slides.carousel-height-medium .carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-slides.carousel-height-large{height:80vh;min-height:500px;overflow:hidden}.carousel-slides.carousel-height-large .carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-slides.carousel-height-auto{height:auto;min-height:300px}.carousel-slide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:100%;opacity:0;transition:opacity var(--carousel-transition-duration,.6s) ease-in-out;pointer-events:none;display:flex;align-items:center;justify-content:center}.carousel-slide.active{opacity:1;pointer-events:auto;z-index:1}.carousel-slide>*{max-width:100%}.carousel-text-only{padding:2rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);text-align:center}.carousel-text-only p{font-size:1.25rem;line-height:1.8;color:var(--text-primary);max-width:800px;margin:0 auto}.carousel-image-only{width:100%;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.carousel-slides.carousel-height-compact .carousel-image-only,.carousel-slides.carousel-height-compact .carousel-text-above,.carousel-slides.carousel-height-compact .carousel-text-below,.carousel-slides.carousel-height-compact .carousel-text-overlay,.carousel-slides.carousel-height-large .carousel-image-only,.carousel-slides.carousel-height-large .carousel-text-above,.carousel-slides.carousel-height-large .carousel-text-below,.carousel-slides.carousel-height-large .carousel-text-overlay,.carousel-slides.carousel-height-medium .carousel-image-only,.carousel-slides.carousel-height-medium .carousel-text-above,.carousel-slides.carousel-height-medium .carousel-text-below,.carousel-slides.carousel-height-medium .carousel-text-overlay,.carousel-slides.carousel-height-small .carousel-image-only,.carousel-slides.carousel-height-small .carousel-text-above,.carousel-slides.carousel-height-small .carousel-text-below,.carousel-slides.carousel-height-small .carousel-text-overlay,.carousel-slides.carousel-height-verySmall .carousel-image-only,.carousel-slides.carousel-height-verySmall .carousel-text-above,.carousel-slides.carousel-height-verySmall .carousel-text-below,.carousel-slides.carousel-height-verySmall .carousel-text-overlay{height:100%}.carousel-text-above,.carousel-text-below{display:flex;flex-direction:column;gap:1.5rem}.carousel-text-above{flex-direction:column-reverse}.carousel-text{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);text-align:center;padding:0 1rem}.carousel-text-above img,.carousel-text-below img{border-radius:12px}.carousel-text-overlay{position:relative;width:100%;border-radius:12px;overflow:hidden}.carousel-overlay-banner{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;color:#fff}.carousel-overlay-banner p{margin:0;font-size:1.5rem;font-weight:600;line-height:1.4;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none!important;outline:none!important;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);transition:all .3s ease;z-index:10;opacity:0;pointer-events:none;box-shadow:none!important}.carousel-arrow:active,.carousel-arrow:focus,.carousel-arrow:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.carousel-slides:hover .carousel-arrow,.carousel-wrapper:hover .carousel-arrow{opacity:1;pointer-events:auto;border:none}.carousel-arrow:hover{background:hsla(0,0%,100%,.2);transform:translateY(-50%) scale(1.1);border:none}.carousel-arrow:active{transform:translateY(-50%) scale(.95);border:none}.carousel-arrow-prev{left:1rem;border:none}.carousel-arrow-next{right:1rem;border:none}.carousel-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:1rem;padding:.5rem 0;position:relative;z-index:10}.carousel-indicator{width:10px!important;height:10px!important;border-radius:50%;background:hsla(0,0%,100%,.4);border:none!important;outline:none!important;cursor:pointer;transition:all .3s ease;padding:0!important;min-width:10px;min-height:10px;max-width:10px;max-height:10px}.carousel-indicator:hover{background:hsla(0,0%,100%,.6);transform:scale(1.1);border:none!important;outline:none!important}.carousel-indicator:active,.carousel-indicator:focus,.carousel-indicator:focus-visible{border:none!important;outline:none!important;box-shadow:none!important}.carousel-indicator.active{background:var(--accent-color);transform:scale(1.15);box-shadow:0 0 4px rgba(96,165,250,.3);border:none!important;outline:none!important}@media (max-width:768px){.carousel-slides{min-height:250px}.carousel-text-only{padding:2rem 1.5rem}.carousel-text,.carousel-text-only p{font-size:1rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow-prev{left:.5rem}.carousel-arrow-next{right:.5rem}.carousel-indicators{gap:.5rem;margin-top:.75rem}.carousel-indicator{width:6px!important;height:6px!important;min-width:6px;min-height:6px;max-width:6px;max-height:6px}.carousel-overlay-banner{padding:1.5rem 1rem}.carousel-overlay-banner p{font-size:1.125rem}}@media (max-width:768px) and (hover:none){.carousel-container:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:40px;height:4px;background:hsla(0,0%,100%,.2);border-radius:2px}}.carousel-arrow:focus{outline:2px solid var(--accent-color);outline-offset:2px}.carousel-indicator:focus{outline:none!important}.carousel-block:hover .carousel-indicators:before{content:"";position:absolute;top:-2rem;left:50%;transform:translateX(-50%);width:2px;height:8px;background:var(--accent-color);opacity:.5}@keyframes slideProgress{0%{width:0}to{width:100%}}.blog-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}.blog-header{text-align:center;margin-bottom:4rem}.blog-header h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.blog-subtitle{font-size:1.2rem;color:var(--text-secondary)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.post-card{padding:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.post-image-link{display:block;width:100%;overflow:hidden}.post-image{width:100%;height:250px;position:relative;overflow:hidden}.post-image img{transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-card-content{padding:2rem}.post-card h2{margin:0 0 1rem;font-size:1.5rem}.post-excerpt{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.post-card h2 a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}.post-card h2 a:hover{color:var(--accent-color)}.post-date{display:block;color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag{background:rgba(96,165,250,.2);padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;border:1px solid rgba(96,165,250,.3)}.read-more,.tag{color:var(--accent-color)}.read-more{display:inline-block;margin-top:1rem;text-decoration:none;font-weight:500;transition:transform .3s ease}.read-more:hover{transform:translateX(5px)}.no-posts{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.blog-post-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}.blog-post{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:3rem;border:1px solid hsla(0,0%,100%,.1);max-width:100%;width:100%}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);text-align:left}.back-link{display:inline-block;color:var(--accent-color);text-decoration:none;margin-bottom:2rem;transition:transform .3s ease}.back-link:hover{transform:translateX(-5px)}.post-header h1{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2;text-align:left}.post-meta{display:flex;gap:2rem;flex-wrap:wrap;color:var(--text-secondary);margin-bottom:1rem;text-align:left}.post-author{font-style:italic}.post-featured-image{margin:2rem 0 3rem;border-radius:.5rem;overflow:hidden}.post-featured-image img{display:block;width:100%;height:auto}.post-content{line-height:1.8}.richtext-image{margin:2rem 0;text-align:center}.richtext-image img{border-radius:.5rem;max-width:100%;height:auto}.richtext-image figcaption{margin-top:.75rem;font-size:.9rem;color:var(--text-secondary);font-style:italic}.richtext-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden}.richtext-table td,.richtext-table th{padding:.75rem 1rem;text-align:left;border:1px solid var(--color-border)}.richtext-table th{background:rgba(136,51,234,.1);color:var(--color-text-primary);font-weight:600;border-bottom:2px solid var(--color-primary)}.richtext-table tr:hover{background:hsla(0,0%,100%,.03)}.richtext-table td{color:var(--color-text-secondary)}@media (max-width:768px){.richtext-table{font-size:.9rem}.richtext-table td,.richtext-table th{padding:.5rem .75rem}}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.blog-header h1{font-size:2rem}.posts-grid{grid-template-columns:1fr}.post-header h1{font-size:1.8rem}.blog-post{padding:2rem 1.5rem}}