@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.footer-hero{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#6366f11a 0%,#ec48991a 50%,#06b6d41a 100%);border:1px solid #fff3;border-radius:1rem;margin-bottom:2rem;padding:1.5rem 2rem;box-shadow:0 4px 6px -1px #0000001a}.footer-hero h3{color:#64748b;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:500;display:flex}.footer-hero h3 a{color:#6366f1;border-radius:.375rem;padding:.25rem .5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.footer-hero h3 a:hover{color:#4f46e5;background:#6366f11a;transform:translateY(-1px)}.footer-hero h3 span{color:#9ca3af;font-weight:400}.footer-hero h3 span:last-child{color:#374151;font-weight:600}.blog-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%) fixed;min-height:100vh;padding:2rem 0 4rem;position:relative;overflow:hidden}.blog-bg:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:20s linear infinite backgroundMove;position:absolute;inset:0}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.blog-content{-webkit-backdrop-filter:blur(20px);text-align:center;background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;margin-bottom:2rem;padding:3rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.blog-content:before{content:"";z-index:-1;background:linear-gradient(135deg,#6366f10d 0%,#0000 50%,#ec48990d 100%);position:absolute;inset:0}.blog-content h1{color:#0f172a;letter-spacing:-.025em;background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(1.875rem,4vw,2.5rem);font-weight:800;line-height:1.2}.blog-content h1 a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.blog-content h1 a:hover{transform:translateY(-2px)}.blog-p{color:#64748b;max-width:800px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.7}.blog-p a{color:#6366f1;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.blog-p a:after{content:"";background:linear-gradient(135deg,#6366f1 0%,#ec4899 100%);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.blog-p a:hover:after{width:100%}.cs-blog-detail{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cs-main-post{background:linear-gradient(135deg,#f3f4f6cc 0%,#f9fafbe6 100%);padding:2rem;position:relative}.cs-main-post figure{border-radius:1rem;margin:0;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.images{object-fit:cover;object-position:center;filter:brightness(1.05)saturate(1.1);width:100%;height:400px;transition:all .6s cubic-bezier(.4,0,.2,1)}.cs-main-post figure:after{content:"";opacity:0;background:linear-gradient(135deg,#6366f11a 0%,#0000 50%,#ec48991a 100%);border-radius:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.cs-main-post:hover .images{transform:scale(1.05)}.cs-main-post:hover figure:after{opacity:1}.cs-post-option-panel{-webkit-backdrop-filter:blur(10px);background:#ffffffe6;padding:3rem 2.5rem;position:relative}.rich-editor-text{color:#374151;max-width:none;font-size:1rem;line-height:1.8}.rich-editor-text h2{color:#0f172a;margin:2.5rem 0 1.5rem;padding-left:1rem;font-size:1.875rem;font-weight:700;line-height:1.3;position:relative}.rich-editor-text h2:before{content:"";background:linear-gradient(135deg,#6366f1 0%,#ec4899 100%);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:0}.rich-editor-text h3{color:#1e293b;align-items:center;gap:.5rem;margin:2rem 0 1rem;font-size:1.5rem;font-weight:600;line-height:1.4;display:flex}.rich-editor-text p{text-align:justify;color:#4b5563;margin-bottom:1.5rem;font-weight:400}.rich-editor-text a{color:#6366f1;border-radius:.25rem;padding:.125rem .25rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.rich-editor-text a:hover{color:#4f46e5;background:#6366f11a;transform:translateY(-1px)}.rich-editor-text li{color:#4b5563;margin-bottom:.75rem;padding-left:.5rem;position:relative}.rich-editor-text li:before{content:"•";color:#6366f1;font-size:1.2rem;font-weight:700;position:absolute;left:-1rem}.rich-editor-text strong{color:#1e293b;font-weight:600}.rich-editor-text b{color:#1e293b;margin:1.5rem 0 1rem;font-size:1.125rem;font-weight:600;display:block}.text-left-align{text-align:left!important}blockquote{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#6366f11a 0%,#ec48990d 100%);border-left:4px solid #6366f1;border-radius:.75rem;margin:2rem 0;padding:2rem;position:relative;box-shadow:0 4px 6px -1px #0000001a}blockquote:before{content:"\"";color:#6366f1;opacity:.3;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:-.5rem;left:1.5rem}blockquote h3{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.375rem;font-weight:700;display:flex}blockquote span{color:#4b5563;font-size:1rem;line-height:1.7;display:block}blockquote a{color:#6366f1;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}blockquote a:hover{color:#4f46e5;text-decoration:underline}.cs-tags{-webkit-backdrop-filter:blur(10px);background:#f9fafbcc;border-top:1px solid #0000000d;padding:2rem 2.5rem}.tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (max-width:1024px){.container{padding:0 1.5rem}.blog-content,.cs-post-option-panel{padding:2.5rem 2rem}.cs-main-post{padding:1.5rem}}@media (max-width:768px){.blog-bg{padding:1.5rem 0 3rem}.container{padding:0 1rem}.footer-hero{margin-bottom:1.5rem;padding:1rem 1.5rem}.footer-hero h3{gap:.375rem;font-size:.875rem}.blog-content{border-radius:1rem;padding:2rem 1.5rem}.blog-content h1{margin-bottom:1rem;font-size:1.75rem}.blog-p{font-size:1rem}.cs-post-option-panel{padding:2rem 1.5rem}.cs-main-post{padding:1rem}.images{height:300px}.rich-editor-text h2{margin:2rem 0 1rem;font-size:1.5rem}.rich-editor-text h3{margin:1.5rem 0 .75rem;font-size:1.25rem}blockquote{margin:1.5rem 0;padding:1.5rem}blockquote h3{font-size:1.25rem}.cs-tags{padding:1.5rem}}@media (max-width:480px){.blog-bg{padding:1rem 0 2rem}.container{padding:0 .75rem}.footer-hero{border-radius:.75rem;padding:.75rem 1rem}.footer-hero h3{flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.8125rem}.blog-content{border-radius:.75rem;padding:1.5rem 1rem}.blog-content h1{font-size:1.5rem;line-height:1.3}.blog-p{font-size:.9375rem}.cs-blog-detail{border-radius:.75rem}.cs-post-option-panel{padding:1.5rem 1rem}.cs-main-post{padding:.75rem}.images{border-radius:.5rem;height:250px}.rich-editor-text h2{padding-left:.75rem;font-size:1.375rem}.rich-editor-text h3{flex-direction:column;align-items:flex-start;gap:.25rem;font-size:1.125rem}.rich-editor-text p{text-align:left;margin-bottom:1.25rem}blockquote{border-radius:.5rem;margin:1rem 0;padding:1rem}blockquote:before{font-size:3rem;top:-.25rem;left:1rem}blockquote h3{margin-bottom:.75rem;font-size:1.125rem}blockquote span{font-size:.9375rem}.cs-tags{padding:1rem}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.footer-hero h3 a:focus-visible,.blog-content h1 a:focus-visible,.blog-p a:focus-visible,.rich-editor-text a:focus-visible,blockquote a:focus-visible{outline-offset:2px;border-radius:.25rem;outline:2px solid #6366f1}@media print{.blog-bg{-webkit-print-color-adjust:exact;background:#fff!important}.blog-content,.cs-blog-detail,.cs-post-option-panel{box-shadow:none!important;background:#fff!important;border:1px solid #e5e7eb!important}}
.couponszone-blog{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 15px}.breadcrumb-nav{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:15px 0}.breadcrumb{gap:10px;margin:0;padding:0;list-style:none;display:flex}.breadcrumb-item a{color:#6c757d;text-decoration:none;transition:color .2s}.breadcrumb-item a:hover{color:#e63946}.breadcrumb-item.active{color:#495057}.breadcrumb-item:not(:last-child):after{content:"/";color:#6c757d;margin-left:10px}.blog-hero{color:#fff;text-align:center;background:linear-gradient(90deg,#d11e02,#f3865b 20%,#f5bda6 31%,#fff8bf 50%,#d2e0bf 68%,#3ca9bd) 50%/cover;padding:80px 0;position:relative;overflow:hidden}.blog-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,224C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") 50%/cover;position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-content h1{margin-bottom:20px;font-size:2.8rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.9;color:#000;max-width:700px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:1.3rem}.comparison-badges{flex-wrap:wrap;justify-content:center;gap:15px;margin-top:30px;display:flex}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;background:#fff3;border:1px solid #ffffff4d;border-radius:30px;padding:10px 20px;font-weight:500;transition:transform .2s,background .2s}.badge:hover{background:#ffffff4d;transform:translateY(-3px)}.blog-container{padding:60px 0}.blog-content-wrapper{grid-template-columns:1fr 300px;gap:50px;display:grid}.intro-section{margin-bottom:50px}.intro-section p{color:#495057;margin-bottom:30px;font-size:1.1rem;line-height:1.8}.stats-highlight{text-align:center;background:linear-gradient(90deg,#f1faee,#e6f2ff);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:25px;margin-top:40px;padding:40px 30px;display:grid;box-shadow:0 5px 20px #0000000d}.stat-number{color:#1d3557;margin-bottom:5px;font-size:2.5rem;font-weight:800}.stat-label{color:#457b9d;font-size:.95rem;font-weight:500}.featured-image{border-radius:12px;margin:50px 0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.blog-image{width:100%;height:auto;transition:transform .5s;display:block}.featured-image:hover .blog-image{transform:scale(1.02)}.image-caption{text-align:center;color:#6c757d;margin-top:15px;padding:0 10px;font-style:italic}.key-differentiators{margin:60px 0}.key-differentiators h2{color:#1d3557;margin-bottom:20px;padding-bottom:15px;font-size:2rem;position:relative}.key-differentiators h2:after{content:"";background:#e63946;border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.differentiator-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;display:grid}.differentiator-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:12px;padding:30px;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 20px #0000000d}.differentiator-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.diff-icon{margin-bottom:20px;font-size:2.5rem;display:block}.differentiator-card h4{color:#1d3557;margin-bottom:15px;font-size:1.3rem}.differentiator-card p{color:#6c757d;line-height:1.6}.detailed-comparison{margin:60px 0}.detailed-comparison h2{color:#1d3557;margin-bottom:20px;padding-bottom:15px;font-size:2rem;position:relative}.detailed-comparison h2:after{content:"";background:#e63946;border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.detailed-comparison>p{color:#495057;margin-bottom:30px;font-size:1.1rem;line-height:1.7}.comparison-points{flex-direction:column;gap:30px;margin-top:40px;display:flex}.comparison-point{background:#f8f9fa;border-left:5px solid #a8dadc;border-radius:12px;padding:30px}.comparison-point h3{color:#1d3557;margin-bottom:15px;font-size:1.4rem}.comparison-point p{color:#495057;margin:0;line-height:1.7}.comparison-section{margin:60px 0}.comparison-section h2{color:#1d3557;margin-bottom:20px;padding-bottom:15px;font-size:2rem;position:relative}.comparison-section h2:after{content:"";background:#e63946;border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.comparison-section>p{color:#495057;margin-bottom:30px;font-size:1.1rem}.competitor-tabs{flex-wrap:wrap;gap:10px;margin:30px 0;display:flex}.tab{cursor:pointer;background:#f8f9fa;border:none;border-radius:8px;padding:12px 25px;font-size:1rem;font-weight:500;transition:all .3s}.tab.active,.tab:hover{color:#fff;background:#e63946;transform:translateY(-2px);box-shadow:0 5px 15px #e639464d}.comparison-panel{background:#f8f9fa;border-radius:12px;padding:40px;box-shadow:0 5px 20px #0000000d}.comparison-header{margin-bottom:30px}.comparison-header h3{color:#1d3557;margin-bottom:10px;font-size:1.6rem}.comparison-header p{color:#6c757d;margin:0}.comparison-grid{gap:20px;display:grid}.comparison-point{border-bottom:1px solid #dee2e6;align-items:center;gap:20px;padding:20px 2rem;display:grid;box-shadow:0 3px 8px #0000003d}.comparison-point:last-child{border-bottom:none}.point-title{color:#1d3557;font-size:1.1rem;font-weight:600}.point-couponszone,.point-competitor{text-align:center;border-radius:8px;padding:10px 15px;font-weight:500}.point-couponszone.success,.point-competitor.success{color:#0f5132;background:#d1e7dd;border:1px solid #badbcc}.point-couponszone.warning,.point-competitor.warning{color:#664d03;background:#fff3cd;border:1px solid #ffecb5}.point-couponszone.neutral,.point-competitor.neutral{color:#055160;background:#e7f5ff;border:1px solid #c5e4ff}.point-couponszone.danger,.point-competitor.danger{color:#842029;background:#f8d7da;border:1px solid #f5c2c7}.testimonials-section{margin:60px 0}.testimonials-section h2{color:#1d3557;text-align:center;margin-bottom:40px;padding-bottom:15px;font-size:2rem;position:relative}.testimonials-section h2:after{content:"";background:#e63946;border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.testimonial-card{background:#fff;border:1px solid #0000000d;border-radius:12px;padding:30px;position:relative;box-shadow:0 5px 20px #0000000d}.testimonial-card:before{content:"";color:#a8dadc;opacity:.3;font-family:Georgia,serif;font-size:4rem;position:absolute;top:15px;right:15px}.testimonial-text{color:#495057;z-index:1;margin-bottom:20px;font-style:italic;line-height:1.7;position:relative}.testimonial-author{flex-direction:column;display:flex}.author-name{color:#1d3557;font-weight:600}.author-title{color:#6c757d;font-size:.9rem}.savings-tips{margin:60px 0}.savings-tips h2{color:#1d3557;margin-bottom:40px;padding-bottom:15px;font-size:2rem;position:relative}.savings-tips h2:after{content:"";background:#e63946;border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.tips-list{flex-direction:column;gap:25px;display:flex}.tip-item{align-items:flex-start;gap:20px;display:flex}.tip-number{color:#fff;background:#e63946;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.tip-content h4{color:#1d3557;margin-bottom:10px;font-size:1.2rem}.tip-content p{color:#495057;margin:0;line-height:1.7}.cta-section{text-align:center;background:linear-gradient(90deg,#f1faee,#e6f2ff);border-radius:12px;margin:60px 0;padding:60px 40px;box-shadow:0 5px 20px #0000000d}.cta-section h2{color:#1d3557;margin-bottom:15px;font-size:2.2rem}.cta-section p{color:#457b9d;max-width:600px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.btn{text-align:center;border-radius:8px;padding:15px 30px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#e63946;box-shadow:0 5px 15px #e639464d}.btn-primary:hover{background:#c1121f;transform:translateY(-3px);box-shadow:0 8px 20px #e6394666}.btn-secondary{color:#e63946;background:0 0;border:2px solid #e63946}.btn-secondary:hover{color:#fff;background:#e63946;transform:translateY(-3px)}.sidebar{align-self:start;position:sticky;top:100px}.sidebar-widget{background:#fff;border:1px solid #0000000d;border-radius:12px;margin-bottom:30px;padding:25px;box-shadow:0 5px 15px #0000000d}.sidebar-widget h3{color:#1d3557;border-bottom:2px solid #a8dadc;margin-bottom:20px;padding-bottom:10px;font-size:1.3rem}.advantages-list{gap:15px;display:grid}.advantage-item{align-items:center;gap:12px;padding:8px 0;display:flex}.advantage-icon{color:#2a9d8f;font-size:1.1rem;font-weight:700}.stores-list{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.stores-list a{color:#457b9d;border-radius:5px;padding:8px 5px;font-size:.95rem;text-decoration:none;transition:all .2s}.stores-list a:hover{color:#e63946;background:#f8f9fa}.subscribe-form{flex-direction:column;gap:12px;display:flex}.subscribe-form input{border:1px solid #ced4da;border-radius:8px;padding:12px 15px;font-size:1rem}.subscribe-form button{color:#fff;cursor:pointer;background:#e63946;border:none;border-radius:8px;padding:12px 15px;font-weight:500;transition:background .2s}.subscribe-form button:hover{background:#c1121f}@media (max-width:992px){.blog-content-wrapper{grid-template-columns:1fr;gap:40px}.sidebar{position:static}.stats-highlight{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:2.3rem}}@media (max-width:768px){.comparison-point{text-align:center;grid-template-columns:1fr;gap:10px}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.differentiator-grid,.testimonials-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.stats-highlight{grid-template-columns:1fr}.competitor-tabs{justify-content:center}.tab{text-align:center;flex:1;min-width:120px}.comparison-panel{padding:25px 20px}.tip-item{text-align:center;flex-direction:column}.stores-list{grid-template-columns:1fr}}@media (max-width:576px){.blog-hero{padding:60px 0}.hero-content h1{font-size:1.8rem}.badge{padding:8px 15px;font-size:.9rem}.stat-number{font-size:2rem}}
.modern-blog{--primary:#6366f1;--primary-light:#d11e02;--primary-dark:#e5a046;--primary-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--secondary:#ec4899;--secondary-light:#f472b6;--accent:#06b6d4;--accent-light:#22d3ee;--dark:#0f172a;--darker:#020617;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--glass-bg:#ffffff1a;--glass-border:#fff3;--surface-bg:#fffffff2;--surface-border:#00000014;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-glow:0 0 20px #6366f14d;--transition-fast:all .15s cubic-bezier(.4,0,.2,1);--transition:all .3s cubic-bezier(.4,0,.2,1);--transition-slow:all .6s cubic-bezier(.4,0,.2,1);--transition-bounce:all .4s cubic-bezier(.175,.885,.32,1.275);--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.375rem;--radius:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;color:var(--gray-900);font-feature-settings:"cv11","ss01";font-variation-settings:"opsz" auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.blog-header{-webkit-backdrop-filter:blur(20px);color:var(--white);padding:var(--space-24)var(--space-4)var(--space-20);text-align:center;margin-bottom:var(--space-16);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);background:linear-gradient(90deg,#d11e02,#f3865b 20%,#f5bda6 31%,#fff8bf 50%,#d2e0bf 68%,#3ca9bd) 50%/cover;justify-content:center;align-items:center;min-height:50vh;display:flex;position:relative;overflow:hidden}.blog-header:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:20s linear infinite backgroundMove;position:absolute;inset:0}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.header-content{z-index:2;max-width:900px;padding:0 var(--space-4);margin:0 auto;position:relative}.blog-header h1{font-size:clamp(var(--font-size-4xl),8vw,var(--font-size-6xl));margin-bottom:var(--space-6);letter-spacing:-.02em;background:linear-gradient(135deg,#000f55 0%,#000d46cc 100%);-webkit-text-fill-color:transparent;text-shadow:0 4px 8px #0000001a;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1.1;animation:3s ease-in-out infinite alternate titleGlow}@keyframes titleGlow{0%{filter:drop-shadow(0 0 10px #ffffff4d)}to{filter:drop-shadow(0 0 20px #ffffff80)}}.subtitle{font-size:var(--font-size-xl);opacity:.95;max-width:700px;margin:0 auto var(--space-8);text-shadow:0 2px 4px #0000001a;color:#1c2755;font-weight:400;line-height:1.7}.header-accent{width:120px;height:6px;margin:var(--space-10)auto 0;border-radius:var(--radius-full);background:linear-gradient(135deg,#000f55 0%,#000d46cc 100%);position:relative;overflow:hidden;box-shadow:0 4px 8px #fff3}.header-accent:after{content:"";background:linear-gradient(90deg,#0000 0%,#00185ae6 50%,#0000 100%);width:100%;height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:-100%}}.blog-main{padding:0 var(--space-4)var(--space-24);z-index:1;margin-top:calc(-1*var(--space-16));position:relative}.container{max-width:1280px;padding:0 var(--space-4);margin:0 auto}.section-header{text-align:center;margin-bottom:var(--space-16);animation:.8s ease-out fadeInUp}.section-header h2{font-size:clamp(var(--font-size-3xl),5vw,var(--font-size-4xl));color:#000;margin-bottom:var(--space-3);text-shadow:0 2px 4px #0000001a;font-weight:700}.section-subtitle{color:#000;max-width:700px;margin:0 auto var(--space-6);font-size:var(--font-size-lg);line-height:1.7}.divider{border-radius:var(--radius-full);width:120px;height:6px;box-shadow:var(--shadow-glow);background:linear-gradient(135deg,#e2522f 0%,#5fb6bd 100%);margin:0 auto;position:relative}.divider:after{content:"";border-radius:var(--radius-full);background:linear-gradient(135deg,#db3e1d 0%,#8bc6be 100%);width:20px;height:12px;position:absolute;top:-3px;left:50%;transform:translate(-50%);box-shadow:0 0 15px #6366f180}.blog-content{background:var(--surface-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:var(--radius-xl);padding:var(--space-8);margin-bottom:var(--space-8);box-shadow:var(--shadow-xl);animation:.6s ease-out slideInUp}.cs-post-option-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-6)var(--space-8);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:justify;background:#fffffff2;border:1px solid #fff3;line-height:1.8}.cs-main-post{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);background:linear-gradient(135deg,#f3f4f6cc 0%,#f9fafbe6 100%);overflow:hidden}.images{object-fit:cover;object-position:center;border-radius:var(--radius-lg);width:100%;height:500px;transition:var(--transition);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.images:after{content:"";opacity:0;transition:var(--transition);background:linear-gradient(135deg,#6366f11a 0%,#0000 50%,#ec48991a 100%);position:absolute;inset:0}.images:hover:after{opacity:1}.blog-grid{gap:var(--space-10);margin-bottom:var(--space-16);grid-template-columns:repeat(auto-fit,minmax(380px,1fr));display:grid}.blog-article{background:var(--surface-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);transition:var(--transition-bounce);opacity:0;isolation:isolate;flex-direction:column;animation:.8s ease-out forwards cardAppear;display:flex;position:relative;overflow:hidden;transform:translateY(40px)scale(.95)}@keyframes cardAppear{to{opacity:1;transform:translateY(0)scale(1)}}.blog-article:first-child{animation-delay:.1s}.blog-article:nth-child(2){animation-delay:.2s}.blog-article:nth-child(3){animation-delay:.3s}.blog-article:nth-child(4){animation-delay:.4s}.blog-article:nth-child(5){animation-delay:.5s}.blog-article:nth-child(6){animation-delay:.6s}.blog-article:before{content:"";opacity:0;transition:var(--transition);z-index:-1;border-radius:var(--radius-2xl);background:linear-gradient(135deg,#6366f10d 0%,#0000 50%,#ec48990d 100%);position:absolute;inset:0}.blog-article:hover{box-shadow:var(--shadow-2xl),var(--shadow-glow);border-color:#6366f133;transform:translateY(-12px)scale(1.02)}.blog-article:hover:before{opacity:1}.article-image{background:linear-gradient(135deg,var(--gray-200)0%,var(--gray-100)100%);border-radius:var(--radius-xl)var(--radius-xl)0 0;height:280px;position:relative;overflow:hidden}.image{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow);filter:brightness(1.05)saturate(1.1)}.image-overlay{opacity:0;width:100%;height:100%;transition:var(--transition);background:linear-gradient(135deg,#6366f1cc 0%,#ec489999 50%,#06b6d4cc 100%);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.blog-article:hover .image{transform:scale(1.15)rotate(1deg)}.blog-article:hover .image-overlay{opacity:1}.category-tag{top:var(--space-5);right:var(--space-5);color:var(--white);padding:var(--space-2)var(--space-4);border-radius:var(--radius-full);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em;z-index:3;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background:linear-gradient(135deg,#da3a1a 0%,#f9f5bf 100%);border:1px solid #fff3;font-weight:700;position:absolute}.category-tag:hover{box-shadow:var(--shadow-xl);transform:scale(1.05)}.article-content{padding:var(--space-8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#fffc;flex-direction:column;flex:1;display:flex;position:relative}.meta-info{margin-bottom:var(--space-5);font-size:var(--font-size-sm);color:var(--gray-600);justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.meta-info span{align-items:center;gap:var(--space-2);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);transition:var(--transition);color:#00062a;background:#e4fcff;display:inline-flex}.meta-info span:hover{background:#6366f133;transform:translateY(-1px)}.blog-article h3{font-size:var(--font-size-2xl);margin-bottom:var(--space-4);color:var(--gray-900);transition:var(--transition);font-weight:700;line-height:1.3}.blog-article:hover h3{color:var(--primary);transform:translate(4px)}.excerpt{color:var(--gray-700);margin-bottom:var(--space-8);line-height:1.7;font-size:var(--font-size-base);flex:1}.read-more{align-items:center;gap:var(--space-2);color:#fff;transition:var(--transition);padding:var(--space-3)var(--space-6);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#d62d0f 0%,#fadcb3 100%);border:1px solid #d83314;margin-top:auto;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.read-more:before{content:"";width:100%;height:100%;transition:var(--transition);z-index:-1;background:linear-gradient(135deg,#008697 0%,#e3e9bf 100%);border:1px solid #00738b;position:absolute;top:0;left:-100%}.read-more:hover{color:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.read-more:hover:before{left:0}.read-more svg{transition:var(--transition-bounce)}.read-more:hover svg{transform:translate(6px)rotate(15deg)}.load-more{text-align:center;margin-top:var(--space-16)}.load-button{color:#000533;padding:var(--space-5)var(--space-10);border-radius:var(--radius-xl);font-size:var(--font-size-lg);cursor:pointer;transition:var(--transition-bounce);justify-content:center;align-items:center;gap:var(--space-3);min-width:280px;box-shadow:var(--shadow-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#d11e02,#f3865b 20%,#f5bda6 31%,#fff5aa 50%,#d2e0bf 68%,#3ca9bd) 50%/cover;border:1px solid #fff3;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.load-button:before{content:"";width:100%;height:100%;transition:var(--transition-slow);background:linear-gradient(135deg,#fff3 0%,#0000 50%,#fff3 100%);position:absolute;top:0;left:-100%}.load-button:hover{box-shadow:var(--shadow-2xl),var(--shadow-glow);transform:translateY(-4px)scale(1.05)}.load-button:hover:before{left:100%}.load-button:active{transform:translateY(-2px)scale(1.02)}.load-button.loading{pointer-events:none;opacity:.8}.arrow-icon{transition:var(--transition-bounce)}.load-button:hover .arrow-icon{transform:translate(4px)rotate(15deg)}.loader-dots{align-items:center;gap:var(--space-2);display:inline-flex}.dot{background:var(--white);border-radius:var(--radius-full);opacity:.4;width:8px;height:8px;animation:1.8s ease-in-out infinite dotPulse;box-shadow:0 0 10px #ffffff80}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes dotPulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 15px #fffc}}.end-message{text-align:center;padding:var(--space-12)var(--space-8);color:var(--gray-700);background:var(--surface-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);max-width:700px;margin:0 auto;position:relative;overflow:hidden}.end-message:before{content:"";z-index:-1;background:linear-gradient(135deg,#6366f10d 0%,#0000 50%,#ec48990d 100%);position:absolute;inset:0}.end-icon{width:100px;height:100px;margin:0 auto var(--space-6);border-radius:var(--radius-full);color:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#6366f11a 0%,#ec48991a 100%);border:1px solid #6366f133;justify-content:center;align-items:center;animation:3s ease-in-out infinite alternate iconFloat;display:flex}@keyframes iconFloat{0%{transform:translateY(0)scale(1)}to{transform:translateY(-8px)scale(1.05)}}.end-message h3{font-size:var(--font-size-2xl);color:var(--gray-900);margin-bottom:var(--space-3);font-weight:700}.end-message p{margin-bottom:var(--space-6);font-size:var(--font-size-lg);line-height:1.7}.home-link{color:var(--primary);transition:var(--transition);align-items:center;gap:var(--space-2);padding:var(--space-4)var(--space-8);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6366f11a 0%,#ec48991a 100%);border:1px solid #6366f133;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.home-link:before{content:"";background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);width:100%;height:100%;transition:var(--transition);z-index:-1;position:absolute;top:0;left:-100%}.home-link:hover{color:var(--white);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.home-link:hover:before{left:0}.home-link svg{transition:var(--transition-bounce)}.home-link:hover svg{transform:translate(4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.container{max-width:100%;padding:0 var(--space-6)}.blog-grid{gap:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}@media (max-width:1024px){.blog-header{padding:var(--space-20)var(--space-4)var(--space-16);min-height:60vh}.blog-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.article-image{height:240px}}@media (max-width:768px){.modern-blog{--space-24:4rem;--space-20:3rem;--space-16:2.5rem}.blog-header{padding:var(--space-16)var(--space-4)var(--space-12);clip-path:polygon(0 0,100% 0,100% 92%,0 100%);min-height:50vh}.blog-grid{gap:var(--space-6);grid-template-columns:1fr}.blog-main{padding-bottom:var(--space-16);margin-top:calc(-1*var(--space-12))}.article-content{padding:var(--space-6)}.meta-info{align-items:flex-start;gap:var(--space-2);flex-direction:column}.load-button{width:100%;max-width:400px}}@media (max-width:480px){.blog-header{padding:var(--space-12)var(--space-4)var(--space-10);min-height:40vh}.header-content{padding:0 var(--space-2)}.container{padding:0 1.2rem}.blog-grid{gap:var(--space-5);grid-template-columns:1fr}.article-image{height:200px}.article-content{padding:var(--space-5)}.end-message{padding:var(--space-8)var(--space-6);margin:0 var(--space-4)}.blog-header{z-index:-1!important}.load-button{width:calc(100% - var(--space-8))}}@media (prefers-color-scheme:dark){.modern-blog{--gray-900:#f9fafb;--gray-800:#f3f4f6;--gray-700:#e5e7eb;--gray-600:#d1d5db;--gray-500:#9ca3af;--gray-400:#6b7280;--gray-300:#4b5563;--gray-200:#374151;--gray-100:#1f2937;--gray-50:#111827;--surface-bg:#111827f2;--surface-border:#ffffff1a}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.load-button:focus-visible,.read-more:focus-visible,.home-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.Header-module__uO3NCW__header{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;transition:all .3s;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.Header-module__uO3NCW__header.Header-module__uO3NCW__scrolled{box-shadow:0 4px 6px #0000001a}.Header-module__uO3NCW__headerContainer{justify-content:space-around;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;position:relative}.Header-module__uO3NCW__logo{z-index:1002;align-items:center;text-decoration:none;display:flex}.Header-module__uO3NCW__logoText{color:#2563eb;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Header-module__uO3NCW__nav{align-items:center;display:flex}.Header-module__uO3NCW__menu{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__uO3NCW__menuItem{position:relative}.Header-module__uO3NCW__menuLink{color:#1f2937;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__uO3NCW__menuButton{background:0 0;border:none}.Header-module__uO3NCW__menuLink:hover,.Header-module__uO3NCW__menuLinkActive{color:#2563eb;background:#f3f4f6}.Header-module__uO3NCW__chevron{opacity:.7;transition:transform .3s}.Header-module__uO3NCW__chevronRotated{transform:rotate(180deg)}.Header-module__uO3NCW__submenu{opacity:0;visibility:hidden;z-index:1001;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;min-width:250px;margin-top:.5rem;margin-left:-7rem;padding:.5rem;list-style:none;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.Header-module__uO3NCW__submenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Header-module__uO3NCW__submenuItem{position:relative}.Header-module__uO3NCW__submenuLink{color:#1f2937;text-transform:capitalize;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__uO3NCW__submenuLink:hover{color:#2563eb;background:#f3f4f6}.Header-module__uO3NCW__submenuTitle{color:#1f2937;font-weight:500;line-height:1.4}.Header-module__uO3NCW__submenuLink:hover .Header-module__uO3NCW__submenuTitle{color:#2563eb}.Header-module__uO3NCW__chevronIcon{opacity:.5;flex-shrink:0;transition:transform .3s}.Header-module__uO3NCW__submenuLink:hover .Header-module__uO3NCW__chevronIcon{opacity:.8}.Header-module__uO3NCW__nestedSubmenu{z-index:1002;margin-top:0;margin-left:.5rem;position:absolute;top:0;left:100%}.Header-module__uO3NCW__submenuContainer{position:relative}.Header-module__uO3NCW__mobileToggle{color:#1f2937;cursor:pointer;z-index:1002;background:0 0;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;padding:.5rem;transition:all .3s;display:none;position:relative}.Header-module__uO3NCW__mobileToggle:hover{background:#f3f4f6}.Header-module__uO3NCW__mobileToggle:focus-visible,.Header-module__uO3NCW__menuLink:focus-visible,.Header-module__uO3NCW__submenuLink:focus-visible{outline-offset:2px;outline:2px solid #2563eb}@media (max-width:768px){.Header-module__uO3NCW__headerContainer{padding:1rem}.Header-module__uO3NCW__mobileToggle{display:flex}.Header-module__uO3NCW__nav{opacity:0;visibility:hidden;z-index:1000;background:#fff;flex-direction:column;width:100%;height:100vh;padding:5rem 1.5rem 2rem;transition:all .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 0 50px #0000004d}.Header-module__uO3NCW__navOpen{opacity:1;visibility:visible;transform:translate(0)}.Header-module__uO3NCW__menu{flex-direction:column;justify-content:space-around;align-items:stretch;gap:.5rem;width:100%}.Header-module__uO3NCW__menuItem{width:100%}.Header-module__uO3NCW__menuLink{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;justify-content:space-between;width:100%;padding:1rem 1.25rem;font-size:1rem}.Header-module__uO3NCW__menuLink:hover{background:#f9fafb}.Header-module__uO3NCW__submenu{box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;width:calc(100% - 1rem);min-width:auto;margin:.5rem 0 0 1rem;padding:.25rem;display:none;position:static;transform:none}.Header-module__uO3NCW__submenuOpen{display:block}.Header-module__uO3NCW__submenuLink{background:0 0;border:none;padding:.875rem 1rem}.Header-module__uO3NCW__submenuLink:hover{background:#2563eb1a}.Header-module__uO3NCW__nestedSubmenu{box-shadow:none;background:#00000008;width:calc(100% - 1rem);margin:.5rem 0 0 1rem;display:none;position:static}.Header-module__uO3NCW__submenuContainerOpen .Header-module__uO3NCW__nestedSubmenu{display:block}.Header-module__uO3NCW__chevronIcon{transform:rotate(-90deg)}.Header-module__uO3NCW__chevronIcon.Header-module__uO3NCW__chevronRotated{transform:rotate(0)}}@media (max-width:480px){.Header-module__uO3NCW__headerContainer{padding:.75rem 1rem}.Header-module__uO3NCW__logoText{font-size:1.25rem}.Header-module__uO3NCW__nav{padding:4.5rem 1rem 2rem}.Header-module__uO3NCW__menuLink{padding:.875rem 1rem;font-size:1.2rem}.Header-module__uO3NCW__submenu{width:calc(100% - .75rem);margin:.25rem 0 0 .75rem}.Header-module__uO3NCW__submenuLink{padding:.75rem .875rem}}
.Footer-module__qP5oUa__preFooter{background:linear-gradient(135deg,#1e293b 0,#334155 100%);padding:4rem 1rem;position:relative;overflow:hidden}.Footer-module__qP5oUa__preFooter:before{content:"";opacity:.5;position:absolute;inset:0}.Footer-module__qP5oUa__f-logo{margin-top:-5rem}.Footer-module__qP5oUa__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.Footer-module__qP5oUa__preFooterGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.Footer-module__qP5oUa__footer{color:#fff;background:linear-gradient(#0f172a 0,#1e293b 100%);padding:4rem 0 0}.Footer-module__qP5oUa__footerGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__qP5oUa__footerCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__qP5oUa__colTitle{color:#fff;margin:0;padding-bottom:1rem;font-size:1.5rem;font-weight:700;position:relative}.Footer-module__qP5oUa__colTitle:after{content:"";background:linear-gradient(90deg,#667eea 0,#764ba2 100%);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__qP5oUa__footerLogo{margin-bottom:-3rem}.Footer-module__qP5oUa__loc{color:#fffc;background:linear-gradient(135deg,#4b4b4b00,#1e315a);border-radius:8px;width:40px;height:40px;display:flex}.Footer-module__qP5oUa__logoText{background:linear-gradient(135deg,#667eea 0,#764ba2 50%,#f093fb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:900}.Footer-module__qP5oUa__aboutText{color:#fffc;margin:0;font-size:.9375rem;line-height:1.7}.Footer-module__qP5oUa__linkList{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__qP5oUa__linkList li a{color:#fffc;padding-left:1.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.Footer-module__qP5oUa__linkList li a:before{content:"›";color:#667eea;font-size:1.25rem;font-weight:700;transition:transform .2s;position:absolute;left:0}.Footer-module__qP5oUa__linkList li a:hover{color:#fff;transform:translate(4px)}.Footer-module__qP5oUa__linkList li a:hover:before{transform:translate(4px)}.Footer-module__qP5oUa__contactInfo{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__qP5oUa__contactInfo li{color:#fffc;align-items:center;gap:.875rem;font-size:.9375rem;font-weight:500;display:flex}.Footer-module__qP5oUa__contactInfo li svg{color:#667eea;flex-shrink:0}.Footer-module__qP5oUa__contactInfo li a{color:#fffc;text-decoration:none;transition:color .2s}.Footer-module__qP5oUa__contactInfo li a:hover{color:#fff}.Footer-module__qP5oUa__address{padding-left:2.125rem}.Footer-module__qP5oUa__socialIcons{gap:1rem;margin-top:1rem;display:flex}.Footer-module__qP5oUa__socialIcons a{color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#4b4b4b00,#1e315a);border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__qP5oUa__socialIcons a:hover{color:#fff;background:linear-gradient(135deg,#eaa166 0,#c04d00 100%);transform:translateY(-4px);box-shadow:0 8px 20px #667eea66}.Footer-module__qP5oUa__copyright{text-align:center;background:#0003;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex}.Footer-module__qP5oUa__copyright p{color:#ffffffb3;margin:0;font-size:.9375rem}.Footer-module__qP5oUa__policyLinks{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Footer-module__qP5oUa__policyLinks a{color:#ffffffb3;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Footer-module__qP5oUa__policyLinks a:after{content:"";background:linear-gradient(90deg,#667eea 0,#764ba2 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__qP5oUa__policyLinks a:hover{color:#fff}.Footer-module__qP5oUa__policyLinks a:hover:after{width:100%}@media (max-width:767px){.Footer-module__qP5oUa__preFooter{padding:3rem 1rem}.Footer-module__qP5oUa__preFooterGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__qP5oUa__footerGrid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__qP5oUa__colTitle:after{left:50%;transform:translate(-50%)}.Footer-module__qP5oUa__footerCol{text-align:center}.Footer-module__qP5oUa__linkList li a:before{display:none}.Footer-module__qP5oUa__linkList li a{padding-left:0}.Footer-module__qP5oUa__contactInfo{align-items:center}.Footer-module__qP5oUa__contactInfo li{margin-left:-6rem}.Footer-module__qP5oUa__address{padding-left:0}.Footer-module__qP5oUa__socialIcons{justify-content:center}.Footer-module__qP5oUa__copyright{padding:1.5rem 1rem}.Footer-module__qP5oUa__policyLinks{gap:1rem}}@media (min-width:768px) and (max-width:1023px){.Footer-module__qP5oUa__preFooterGrid,.Footer-module__qP5oUa__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__qP5oUa__preFooterGrid,.Footer-module__qP5oUa__footerGrid{grid-template-columns:repeat(4,1fr)}}
.container{max-width:1100px;margin:0 auto;padding:0 20px}.footer-hero{color:#050505;text-align:center;background:linear-gradient(90deg,#d11e02,#f3865b 20%,#f5bda6 31%,#fff8bf 50%,#d2e0bf 68%,#3ca9bd) 50%/cover;padding:60px 0}.footer-hero h1{margin-bottom:10px;font-size:2.5rem;font-weight:700}.last-updated{opacity:.9;font-size:1rem}.main-content{padding:40px 0}.terms-content{background-color:#fff;border-radius:12px;margin-bottom:30px;padding:40px;box-shadow:0 10px 30px #00000014}.intro-section{border-bottom:1px solid #eaeaea;margin-bottom:30px;padding-bottom:20px}.intro-section p{color:#444;font-size:1.1rem;line-height:1.6}.table-of-contents{background-color:#f8f9fa;border-radius:8px;margin-bottom:40px;padding:20px}.table-of-contents h3{color:#4e54c8;margin-top:0;font-size:1.3rem}.table-of-contents ul{columns:2;padding-left:0;list-style-type:none}.table-of-contents li{break-inside:avoid;margin-bottom:10px}.table-of-contents a{color:#555;font-size:.95rem;text-decoration:none;transition:color .2s}.table-of-contents a:hover{color:#4e54c8;text-decoration:underline}.terms-section{border-bottom:1px solid #f0f0f0;margin-bottom:25px;padding-bottom:25px}.terms-section:last-of-type{border-bottom:none}.section-title{color:#333;cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:1.4rem;transition:color .2s;display:flex}.section-title:hover{color:#4e54c8}.toggle-icon{font-size:1.5rem;font-weight:300;display:none}.section-content{color:#555;font-size:1rem;line-height:1.6;transition:max-height .3s;overflow:hidden}.section-content.active{max-height:1000px}.section-content ul{margin:15px 0;padding-left:20px}.section-content li{margin-bottom:8px;line-height:1.5}.contact-section{background-color:#f8f9fa;border-radius:8px;margin-top:30px;padding:25px}.contact-section h2{color:#4e54c8;margin-top:0}.contact-details p{margin:15px 0}.contact-details a{color:#4e54c8;text-decoration:none}.contact-details a:hover{text-decoration:underline}.acceptance-box{text-align:center;background-color:#e8f5e9;border-left:4px solid #4caf50;border-radius:4px;margin-top:40px;padding:20px;font-weight:500}@media (max-width:768px){.terms-content{padding:25px}.footer-hero h1{font-size:2rem}.table-of-contents ul{columns:1}.section-title{font-size:1.2rem}.toggle-icon{display:block}.section-content{max-height:0}}@media (max-width:480px){.container{padding:0 15px}.terms-content{padding:20px}.footer-hero{padding:40px 0}}
.help-hero{color:#000;text-align:center;background:linear-gradient(90deg,#d11e02,#f3865b 20%,#f5bda6 31%,#fff8bf 50%,#d2e0bf 68%,#3ca9bd) 50%/cover;padding:60px 20px}.help-container{max-width:1200px;margin:0 auto;padding:0 20px}.help-hero h1{color:#000;margin-bottom:15px;font-size:2.5rem}.help-hero p{opacity:.9;margin-bottom:30px;font-size:1.2rem}.search-bar{max-width:600px;margin:0 auto;display:flex}.search-bar input{border:none;border-radius:4px 0 0 4px;flex:1;padding:15px;font-size:1rem}.search-bar button{color:#fff;cursor:pointer;background:#1f1f1f;border:none;border-radius:0 4px 4px 0;padding:15px 25px;font-weight:700}.main-wrapper{align-items:flex-start;gap:40px;margin:40px auto;display:flex}.help-sidebar{flex:0 0 280px;position:sticky;top:20px}.help-sidebar h3{color:#308103;margin-bottom:20px;font-size:1.3rem}.help-sidebar nav ul{margin:0;padding:0;list-style:none}.help-sidebar nav li{margin-bottom:5px}.help-sidebar nav button{text-align:left;cursor:pointer;color:#4a4a4a;background:0 0;border:none;border-radius:4px;width:100%;padding:12px 15px;transition:all .2s}.help-sidebar nav button:hover{color:#308103;background:#f0f7eb}.help-sidebar nav button.active{color:#fff;background:#308103;font-weight:700}.help-contact-card{background:#f8f9fa;border-left:4px solid #308103;border-radius:8px;margin-top:30px;padding:20px}.help-contact-card h4{color:#308103;margin-top:0}.help-button{color:#fff;background:#308103;border-radius:4px;margin-top:10px;padding:10px 20px;font-weight:700;text-decoration:none;display:inline-block}.help-content{background-color:#fff;border-radius:8px;flex:1;padding:30px;box-shadow:0 2px 5px -1px #32325d1a,0 1px 3px -1px #0000001a}.help-content section{margin-bottom:50px;scroll-margin-top:20px}.help-content h2{color:#308103;border-bottom:2px solid #e8f5e6;margin-bottom:25px;padding-bottom:10px}.help-card{background:#f8f9fa;border-left:3px solid #5cb615;border-radius:8px;margin-bottom:20px;padding:20px}.help-card h3{color:#1f1f1f;margin-top:0;margin-bottom:10px;font-size:1.1rem}.help-card p{color:#4a4a4a;margin:0;line-height:1.6}.contact-info ul{margin:0;padding:0;list-style:none}.contact-info li{border-bottom:1px solid #eee;padding:8px 0}.contact-info li:last-child{border-bottom:none}.help-content a{color:#308103;font-weight:500;text-decoration:none}.help-content a:hover{text-decoration:underline}@media (max-width:900px){.main-wrapper{flex-direction:column}.help-sidebar{flex:none;width:100%;margin-bottom:30px;position:static}.search-bar{flex-direction:column}.search-bar input{border-radius:4px 4px 0 0}.search-bar button{border-radius:0 0 4px 4px}}
