:root{--brand-color:#2563eb;--accent-color:#ff6b35;--text-color:#111827;--bg-color:#fff;--secondary-text-color:#6b7280}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-blue-100{background-color:#dbeafe}.bg-gray-100{background-color:#f3f4f6}.bg-green-100{background-color:#dcfce7}.bg-green-50{background-color:#f0fdf4}.bg-blue-50{background-color:#eff6ff}.text-white{color:#fff}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-green-700{color:#15803d}.text-yellow-400{color:#facc15}.w-full{width:100%}.w-16{width:4rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-3{width:.75rem}.h-full{height:100%}.h-64{height:16rem}.h-48{height:12rem}.h-16{width:4rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-3{height:.75rem}.h-auto{height:auto}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.mb-12{margin-bottom:3rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.mt-2{margin-top:.5rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.grid{display:grid}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.block{display:block}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-2{gap:.5rem}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.text-center{text-align:center}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded{border-radius:.25rem}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.border-gray-200{border-color:#e5e7eb}.border-gray-100{border-color:#f3f4f6}.border-white{border-color:#fff}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-4{top:1rem}.right-4{right:1rem}.left-4{left:1rem}.bottom-full{bottom:100%}.left-0{left:0}.right-0{right:0}.top-1\/2{top:50%}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-50{z-index:50}.cursor-pointer{cursor:pointer}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-4{--tw-translate-x:1rem}.-translate-x-4{--tw-translate-x:-1rem}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-y-3>*+*{margin-top:.75rem}.leading-relaxed{line-height:1.625}.object-cover{object-fit:cover}.object-center{object-position:center}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}.focus\:ring-gray-500:focus{--tw-ring-color:#6b7280}@media (min-width:768px){.md\:h-80{height:20rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:row-span-2{grid-row:span 2/span 2}.md\:text-2xl{font-size:1.5rem}.md\:text-4xl{font-size:2.25rem}.md\:block{display:block}.md\:hidden{display:none}}@media (min-width:1024px){.lg\:h-96{height:24rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:gap-8{gap:2rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:text-5xl{font-size:3rem}}@media (min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.btn-primary{background-color:var(--brand-color);color:#fff;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition-property:all;transition-duration:.2s;border:none;cursor:pointer;display:inline-block;text-decoration:none}.btn-primary:hover{background-color:color-mix(in srgb,var(--brand-color) 85%,#000);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.text-brand{color:var(--brand-color)}.text-accent{color:var(--accent-color)}.bg-brand{background-color:var(--brand-color)}.bg-accent{background-color:var(--accent-color)}.border-brand{border-color:var(--brand-color)}.border-accent{border-color:var(--accent-color)}.btn-secondary{background-color:#fff;color:#374151;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid #d1d5db;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition-property:all;transition-duration:.2s;cursor:pointer;display:inline-block;text-decoration:none}.btn-secondary:hover{background-color:#f9fafb}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:1.5rem;transition-property:all;transition-duration:.3s}.card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.external-link-badge{display:inline-flex;align-items:center;font-size:.75rem;color:#6b7280;margin-top:.5rem;padding:.25rem .5rem;background-color:#f3f4f6;border-radius:.25rem;gap:.25rem}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .6s ease-out}.animate-slide-up:first-child{animation-delay:0ms}.animate-slide-up:nth-child(2){animation-delay:.1s}.animate-slide-up:nth-child(3){animation-delay:.2s}.animate-slide-up:nth-child(4){animation-delay:.3s}.animate-slide-up:nth-child(5){animation-delay:.4s}.blog-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.blog-grid{gap:1.5rem;justify-content:start}.blog-grid.grid-2-items{grid-template-columns:repeat(2,380px)}.blog-grid.grid-3-items{grid-template-columns:repeat(3,380px)}.blog-grid.grid-4-items{grid-template-columns:repeat(4,380px)}.blog-grid.grid-5-items{grid-template-columns:repeat(5,380px)}.blog-grid.grid-6-items,.blog-grid.grid-many-items{grid-template-columns:repeat(6,380px)}}@media (max-width:480px){.blog-grid{gap:1rem}}.blog-grid article{height:480px;display:flex;flex-direction:column;grid-column:span 1!important;grid-row:span 1!important;max-width:380px}.blog-grid article>div{flex:1;display:flex;flex-direction:column}.blog-grid article .card-content{flex-grow:1}.blog-grid article .card-footer{margin-top:auto}.blog-grid .md\:col-span-2{grid-column:span 1!important}.blog-grid .md\:row-span-2{grid-row:span 1!important}.blog-grid article img{height:240px;object-fit:cover}.blog-grid article .relative.overflow-hidden{min-height:240px;max-height:240px}.blog-grid article .p-4,.blog-grid article .p-6{padding:16px!important}.blog-grid article .text-lg,.blog-grid article .text-xl,.blog-grid article h3{font-size:18px!important;line-height:1.4!important;margin-bottom:10px!important}.blog-grid article p{font-size:14px!important;line-height:1.5!important;margin-bottom:10px!important}.blog-grid article .text-sm{font-size:12px!important}.new-homepage{min-height:100vh;background-color:#f8fafc}.hero-section{width:100%;padding:0;margin:0}.hero-container{max-width:1400px;margin:0 auto;padding:1.5rem 1rem}.hero-video-wrapper{position:relative;width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.hero-video{width:100%;height:auto;display:block;object-fit:cover}@media (min-width:1024px){.hero-container{padding:2rem}}.homepage-section{padding:4rem 0}@media (min-width:768px){.homepage-section{padding:5rem 0}}@media (min-width:1024px){.homepage-section{padding:6rem 0}}.section-container{max-width:1280px;margin:0 auto;padding:0 1.25rem}.section-container-narrow{max-width:1100px}@media (min-width:768px){.section-container{padding:0 2rem}}.section-header-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}@media (min-width:768px){.section-header-row{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}}.section-header-text{flex:1}.section-header-center{text-align:center;margin-bottom:2.5rem}@media (min-width:768px){.section-header-center{margin-bottom:3.5rem}}.section-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;letter-spacing:-.025em;line-height:1.2}.section-title-large{font-size:2rem}@media (min-width:768px){.section-title{font-size:2rem}.section-title-large{font-size:2.5rem}}@media (min-width:1024px){.section-title{font-size:2.25rem}.section-title-large{font-size:2.75rem}}.section-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.6}.section-subtitle-center{max-width:600px;margin:0 auto}@media (min-width:768px){.section-subtitle{font-size:1.125rem}}.section-link{display:inline-flex;align-items:center;gap:.375rem;font-weight:600;font-size:.9375rem;text-decoration:none;transition:opacity .2s ease;white-space:nowrap}.section-link:hover{opacity:.8}.steps-section{background:linear-gradient(180deg,#f8fafc,#fff)}.steps-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto}@media (min-width:640px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.step-card{position:relative;background:#fff;border-radius:1rem;padding:2rem 1.5rem 1.75rem;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .25s ease,box-shadow .25s ease;height:100%}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04)}.step-number{position:absolute;top:1rem;left:1rem;width:1.75rem;height:1.75rem;background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:700;border-radius:.5rem}.step-icon-wrapper,.step-number{display:flex;align-items:center;justify-content:center}.step-icon-wrapper{width:3.5rem;height:3.5rem;border-radius:.875rem;margin-bottom:1.25rem}.step-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .625rem;line-height:1.3}.step-description{font-size:.9375rem;color:#64748b;margin:0 0 1.5rem;line-height:1.55;flex:1}.step-action{width:100%;margin-top:auto}.step-button{display:block;width:100%;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;text-align:center;text-decoration:none;border-radius:.625rem;border:none;cursor:pointer;transition:opacity .2s ease,transform .15s ease}.step-button:hover{opacity:.9;transform:translateY(-1px)}.step-button:active{transform:translateY(0)}.step-button-secondary{background:#fff!important;color:#475569!important;border:1.5px solid #e2e8f0}.step-button-secondary:hover{background:#f8fafc!important;border-color:#cbd5e1}.testimonials-bg{background:linear-gradient(135deg,#f8fafc,#f0f4ff 50%,#f8fafc)}.testimonials-loading-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.testimonials-loading-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-desktop{display:none}@media (min-width:768px){.testimonials-desktop{display:block}}.testimonials-mobile{display:flex;flex-direction:column;gap:1.25rem}@media (min-width:768px){.testimonials-mobile{display:none}}.skeleton-card{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.75rem;height:16rem}.skeleton-card-tall{height:20rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:3rem 1rem}.empty-state p{font-size:1.0625rem;color:#94a3b8;margin:0}.blog-card{position:relative;background:#fff;border-radius:.875rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04)}.blog-card-image{position:relative;width:100%;height:200px;overflow:hidden;background:#f1f5f9}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-share{position:absolute;top:.75rem;left:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease}.blog-card:hover .blog-card-share{opacity:1}.blog-card-share:hover{background:rgba(0,0,0,.4)}.blog-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.blog-card-title{font-size:1.0625rem;font-weight:600;color:#1e293b;margin:0 0 .625rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.blog-card:hover .blog-card-title{color:var(--brand-color,#2563eb)}.blog-card-summary{font-size:.875rem;color:#64748b;margin:0 0 1rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-bottom:.875rem}.blog-card-author{color:#334155;font-weight:500}.blog-card-date{color:#94a3b8}.blog-card-date:before{content:"•";margin-right:.5rem}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:auto}.blog-card-tag{display:inline-block;padding:.25rem .625rem;font-size:.6875rem;font-weight:500;color:#64748b;background:#f1f5f9;border-radius:.375rem;text-transform:uppercase;letter-spacing:.025em}.testimonial-card{background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 1px 3px rgba(0,0,0,.04),0 8px 20px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.testimonial-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.testimonial-rating{display:flex;align-items:center;gap:.5rem}.testimonial-rating-value{font-size:.875rem;color:#64748b}.testimonial-headline{font-size:1.0625rem;font-weight:600;color:#1e293b;margin:0 0 .875rem;line-height:1.35}.testimonial-quote{position:relative;margin:0 0 1rem;padding:0}.testimonial-quote-mark{position:absolute;top:-.375rem;left:-.25rem;font-size:2.5rem;line-height:1;font-family:Georgia,serif}.testimonial-quote p{margin:0;padding-left:1.25rem;font-size:.9375rem;color:#475569;line-height:1.6}.testimonial-read-more{display:inline-block;margin-top:.5rem;margin-left:1.25rem;font-size:.8125rem;font-weight:500;background:none;border:none;cursor:pointer;padding:0}.testimonial-author{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.testimonial-author-info{flex:1}.testimonial-author-name{margin:0;font-size:.9375rem;font-weight:500;color:#1e293b}.testimonial-author-role{margin:.125rem 0 0;font-size:.8125rem;color:#64748b}.testimonial-extras{display:flex;flex-direction:column;gap:.625rem}.testimonial-tags{display:flex;flex-wrap:wrap;gap:.375rem}.testimonial-tag{display:inline-block;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;border-radius:.375rem}.testimonial-outcome{padding:.5rem .75rem;font-size:.8125rem;font-weight:500;border-radius:.5rem}.testimonial-footer{display:flex;align-items:center;gap:.375rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9;font-size:.8125rem;color:#94a3b8}.carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .2s ease;z-index:10}.carousel-nav-button:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-50%) scale(1.05)}.carousel-nav-prev{left:-.75rem}.carousel-nav-next{right:-.75rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-dot{width:.625rem;height:.625rem;border-radius:50%;border:none;cursor:pointer;background:#cbd5e1;transition:background .2s ease,transform .2s ease}.carousel-dot:hover{background:#94a3b8}.carousel-dot.active{background:var(--brand-color,#2563eb);transform:scale(1.15)}.carousel-container{position:relative;padding:0 2.5rem}.carousel-viewport{overflow:hidden;border-radius:.75rem}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{flex:0 0 100%;padding:0 .5rem}@media (max-width:767px){.carousel-container{padding:0}}