*{margin:0;padding:0;box-sizing:border-box}:root{--color-black: #000000;--color-red: #dd0000;--color-gold: #ffce00;--color-white: #ffffff;--color-gray-light: #f5f5f5;--color-gray: #666666;--color-gray-dark: #333333;--color-black-text: #1a1a1a;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-xxl: 4rem;--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: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 15px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-gray-dark);line-height:1.6;background:var(--color-white)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-black-text)}h1{font-size:var(--font-size-5xl)}h2{font-size:var(--font-size-4xl)}h3{font-size:var(--font-size-2xl)}p{margin-bottom:var(--spacing-sm)}a{color:var(--color-red);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--color-gold)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.text-center{text-align:center}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}::selection{background:Highlight;color:HighlightText}::-moz-selection{background:Highlight;color:HighlightText}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-gray-light)}::-webkit-scrollbar-thumb{background:var(--color-red);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-gold)}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@media (max-width: 768px){:root{--font-size-3xl: 1.75rem;--font-size-4xl: 2rem;--font-size-5xl: 2.5rem}}@media (max-width: 480px){:root{--font-size-3xl: 1.5rem;--font-size-4xl: 1.75rem;--font-size-5xl: 2rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid #dd0000;outline-offset:2px}.header{position:sticky;top:0;background:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none}.logo-text{font-size:1.5rem;font-weight:700;color:#000;background:linear-gradient(135deg,#000,#d00,#ffce00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem 0;position:relative;transition:color .3s;text-decoration:none;display:inline-block}.nav-link:hover{color:#d00}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#d00;transition:width .3s}.nav-link:hover:after{width:100%}.language-switcher{margin-left:1rem}.language-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:1rem}.language-select:hover{border-color:#d00}@media (max-width: 768px){.header-container{padding:0 1rem}.nav{gap:1rem;flex-wrap:wrap}.nav-link{font-size:.9rem}.logo-text{font-size:1.2rem}}@media (max-width: 480px){.nav{display:none}.language-switcher{margin-left:0}}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1.5rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-link{color:#ccc;text-decoration:none;transition:color .3s}.footer-link:hover{color:#ffce00}.footer-link-button{background:none;border:none;font-size:inherit;font-family:inherit;cursor:pointer;padding:0}.footer-copyright{color:#888;font-size:.9rem;padding-top:1.5rem;border-top:1px solid #333}@media (max-width: 768px){.footer-links{flex-direction:column;gap:1rem}.footer-container{padding:0 1rem}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.legal-page-content{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000001a}.legal-dialog-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-dialog{background:#fff;border-radius:16px 16px 0 0;max-height:85vh;width:100%;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.legal-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.legal-dialog-header h2{margin:0;font-size:1.25rem;color:#1f2937}.legal-dialog-close{background:none;border:none;font-size:2rem;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.legal-dialog-close:hover{background:#f3f4f6;color:#1f2937}.legal-dialog-content{padding:1.5rem;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.legal-content{line-height:1.7;color:#374151}.legal-content h1{font-size:2rem;margin-bottom:.5rem;color:#1f2937}.legal-content .last-updated{font-style:italic;color:#6b7280;font-size:.9rem;margin-bottom:2rem}.legal-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#1f2937}.legal-content h3{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.75rem;color:#1f2937}.legal-content p{margin-bottom:1rem}.legal-content hr{margin:2rem 0;border:0;border-top:1px solid #e5e7eb}.legal-content a{color:#667eea;text-decoration:none;transition:color .2s}.legal-content a:hover{color:#764ba2;text-decoration:underline}.legal-content .disclaimer{margin-top:2rem;padding:1rem;background:#f9fafb;border-left:4px solid #667eea;font-style:italic;font-size:.9rem;color:#6b7280}.legal-content ul,.legal-content ol{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem}@media (min-width: 768px){.legal-page-content{padding:4rem}}@media (min-width: 1024px){.legal-page{padding:4rem 2rem}}.button{font-family:inherit;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.button-primary{background:linear-gradient(135deg,#d00,#f33);color:#fff;box-shadow:0 4px 15px #dd00004d}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d006}.button-primary:active{transform:translateY(0)}.button-secondary{background:#fff;color:#333;border:2px solid #dd0000}.button-secondary:hover{background:#d00;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #d003}.button-secondary:active{transform:translateY(0)}.button-small{padding:.5rem 1rem;font-size:.9rem}.button-medium{padding:.75rem 2rem;font-size:1rem}.button-large{padding:1rem 3rem;font-size:1.1rem}@media (max-width: 768px){.button-large{padding:.875rem 2rem;font-size:1rem}}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;background:linear-gradient(135deg,#f5f5f5,#fff);padding:4rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#00000008,#dd00000d,#ffce000d);opacity:.3;z-index:0}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease-out}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#000,#d00,#ffce00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:2rem;color:#333;margin-bottom:1.5rem;font-weight:600;line-height:1.3}.hero-description{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative}.hero-flag-accent{width:400px;height:400px;background:linear-gradient(to bottom,#000 0% 33.33%,#d00 33.33% 66.66%,#ffce00 66.66% 100%);border-radius:20px;box-shadow:0 20px 60px #00000026;animation:float 3s ease-in-out infinite;opacity:.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-flag-accent{width:300px;height:300px}}@media (max-width: 768px){.hero{min-height:auto;padding:3rem 0}.hero-container{padding:0 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.1rem}.hero-cta{flex-direction:column}.hero-flag-accent{width:250px;height:250px}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-flag-accent{width:200px;height:200px}}.features{padding:5rem 0;background:#fff}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.features-subtitle{font-size:1.25rem;color:#666}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{background:#f9f9f9;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#d00}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-block}.feature-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.feature-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.features{padding:3rem 0}.features-container{padding:0 1.5rem}.features-title{font-size:2rem}.features-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.faq-section{padding:5rem 0;background:#fff}.faq-container{max-width:900px;margin:0 auto;padding:0 2rem}.faq-header{text-align:center;margin-bottom:4rem}.faq-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.faq-subtitle{font-size:1.25rem;color:#666}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;overflow:hidden;transition:all .3s ease;opacity:0;animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item:hover{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f61a}.faq-item.active{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f626}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.faq-question:hover{background-color:#f9fafb}.faq-item.active .faq-question{background-color:#eff6ff}.faq-question-text{font-size:1.125rem;font-weight:600;color:#1a1a1a;flex:1;padding-right:1rem}.faq-icon{display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0;transition:transform .2s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 1.5rem 1.5rem}.faq-answer-content p{font-size:1rem;line-height:1.7;color:#4b5563;margin:0}@media (max-width: 768px){.faq-section{padding:3rem 0}.faq-container{padding:0 1rem}.faq-header{margin-bottom:2.5rem}.faq-title{font-size:2rem}.faq-subtitle{font-size:1rem}.faq-question{padding:1.25rem}.faq-question-text{font-size:1rem}.faq-answer-content{padding:0 1.25rem 1.25rem}.faq-answer-content p{font-size:.938rem}}@media (max-width: 480px){.faq-section{padding:2.5rem 0}.faq-title{font-size:1.75rem}.faq-question{padding:1rem}.faq-question-text{font-size:.938rem}.faq-icon svg{width:20px;height:20px}}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#eef4ff,#dbeafe 48%,#e0e7ff);color:#1f2937;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.08) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite;opacity:.45}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.cta-container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#111827}.cta-subtitle{font-size:1.25rem;margin-bottom:2.5rem;color:#4b5563}.cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-store-link{min-width:190px;padding:.8rem 1.25rem;border:1px solid rgba(15,23,42,.14);border-radius:8px;background:#111827;color:#fff;box-shadow:0 12px 28px #0f172a29;text-align:left;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.cta-store-link:hover{transform:translateY(-2px);border-color:#0f172a47;background:#0f172a;color:#fff;box-shadow:0 16px 34px #0f172a33}.cta-store-kicker,.cta-store-name{display:block;line-height:1.2}.cta-store-kicker{font-size:.78rem;opacity:.82}.cta-store-name{font-size:1.25rem;font-weight:700}@media (max-width: 768px){.cta-section{padding:3rem 0}.cta-container{padding:0 1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-store-link{width:min(100%,280px)}}@media (max-width: 480px){.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}}.knowledge-page{background:var(--bg-primary, #ffffff);color:var(--text-primary, #1a1a1a)}.knowledge-hero{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:5rem 2rem 4rem;text-align:center}.knowledge-hero-container{max-width:900px;margin:0 auto}.knowledge-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.knowledge-hero-subtitle{font-size:1.25rem;font-weight:400;opacity:.95;max-width:700px;margin:0 auto;line-height:1.6}.knowledge-section{padding:4rem 2rem}.knowledge-section-alt{background:var(--bg-secondary, #f8f9fa)}.knowledge-container{max-width:1100px;margin:0 auto}.knowledge-section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center;color:var(--text-primary, #1a1a1a)}.knowledge-section-intro{font-size:1.1rem;text-align:center;color:var(--text-secondary, #666);margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.knowledge-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.knowledge-step{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}.knowledge-step:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.knowledge-step-highlight{border:2px solid #3498db;background:#f0f8ff}.knowledge-step-number{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%}.knowledge-step-content{flex:1}.knowledge-step-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary, #1a1a1a)}.knowledge-step-description{font-size:1rem;color:var(--text-secondary, #666);line-height:1.6}.knowledge-step-badge{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:#3498db;color:#fff;border-radius:20px;font-size:.9rem;font-weight:600}.knowledge-note{margin-top:2rem;padding:1.5rem;background:#fff9e6;border-left:4px solid #f39c12;border-radius:8px;font-size:1rem;color:var(--text-primary, #1a1a1a);line-height:1.6}.knowledge-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem}.knowledge-paragraph{font-size:1.05rem;line-height:1.7;color:var(--text-secondary, #666);margin-bottom:2rem}.knowledge-highlights{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap}.knowledge-highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center}.knowledge-highlight-number{font-size:2.5rem;font-weight:700;color:#3498db;line-height:1}.knowledge-highlight-label{font-size:.9rem;color:var(--text-secondary, #666);margin-top:.5rem;max-width:150px}.knowledge-example-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a}.knowledge-example-header{font-size:.9rem;font-weight:600;color:#3498db;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.knowledge-example-question{font-size:1.1rem;font-weight:600;color:var(--text-primary, #1a1a1a);margin-bottom:1.5rem;line-height:1.5}.knowledge-example-answers{display:flex;flex-direction:column;gap:.75rem}.knowledge-example-answer{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;border:2px solid transparent;font-size:.95rem;line-height:1.5;transition:all .2s ease}.knowledge-example-answer-correct{background:#d4edda;border-color:#28a745}.knowledge-example-letter{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #dee2e6;border-radius:50%;font-weight:600;color:var(--text-primary, #1a1a1a)}.knowledge-example-answer-correct .knowledge-example-letter{background:#28a745;border-color:#28a745;color:#fff}.knowledge-cta-inline{margin-top:3rem;text-align:center}.knowledge-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.knowledge-feature{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease}.knowledge-feature:hover{transform:translateY(-4px)}.knowledge-feature-icon{font-size:3rem;margin-bottom:1rem}.knowledge-feature-title{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary, #1a1a1a)}.knowledge-feature-description{font-size:.95rem;color:var(--text-secondary, #666);line-height:1.6}.knowledge-future-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.knowledge-future-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border-left:4px solid #9b59b6}.knowledge-future-icon{font-size:2.5rem;margin-bottom:1rem}.knowledge-future-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary, #1a1a1a)}.knowledge-future-description{font-size:1rem;color:var(--text-secondary, #666);line-height:1.6}.knowledge-faq-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.knowledge-faq-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.knowledge-faq-question{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#3498db}.knowledge-faq-answer{font-size:1rem;color:var(--text-secondary, #666);line-height:1.7}.knowledge-cta-section{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:5rem 2rem;text-align:center}.knowledge-cta-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.knowledge-cta-subtitle{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.knowledge-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.knowledge-hero{padding:4rem 1.5rem 3rem}.knowledge-hero-title{font-size:2rem}.knowledge-hero-subtitle{font-size:1.1rem}.knowledge-section{padding:3rem 1.5rem}.knowledge-section-title{font-size:1.6rem}.knowledge-content-grid{grid-template-columns:1fr;gap:2rem}.knowledge-step{flex-direction:column;text-align:center;gap:1rem}.knowledge-step-number{margin:0 auto}.knowledge-highlights{justify-content:center}.knowledge-features-grid,.knowledge-future-grid{grid-template-columns:1fr}.knowledge-cta-title{font-size:1.8rem}.knowledge-cta-buttons{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.knowledge-hero-title{font-size:1.6rem}.knowledge-section-title{font-size:1.4rem}.knowledge-step,.knowledge-example-card{padding:1.5rem}}
