@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}table{border-collapse:collapse;border-spacing:0}:root{--primary:#C83C27;--primary-light:#E26B52;--accent:#BC6D53;--text:#2A1A15;--text-light:#5A443C;--background:#FAF6F2;--card:#FFFFFF;--font-family:"Poppins",sans-serif;--border-radius--card:1.5rem;--body-spacing-top:6rem;--font-size-regular:1rem;--font-size-small:0.9rem;--font-size-xsmall:0.8rem;--font-size-h1:2.5rem;--font-size-h2:2rem;--font-size-h3:1.5rem;--font-size-h4:1.25rem;--font-size-button:1rem}@media (max-width:767px){:root{--font-size-h1:2rem;--font-size-h2:1.5rem;--font-size-h3:1.25rem;--font-size-h4:1.15rem}}@media (min-width:1024px){:root{--font-size-h1:4rem;--font-size-h2:2.5rem}}@media (prefers-color-scheme:dark){:root{--primary:#E26B52;--primary-light:#F28A73;--accent:#D4926F;--text:#F5F1ED;--text-light:#B8A599;--background:#1A1612;--card:#2A251F}}.feature-grid{display:grid;gap:2rem;margin:2rem 0}.feature-card{background:var(--card);border-radius:1rem;padding:2rem;box-shadow:0 15px 15px -15px rgba(0,0,0,.1);transition:transform .3s ease}.feature-icon{width:3rem;height:3rem;background:var(--primary-light);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text)}.feature-card p{color:var(--text-light)}.testimonial-grid{display:grid;gap:2rem}.stars{color:#fcd34d;margin-bottom:.5rem;margin-top:.5rem}.section__image{border-radius:var(--border-radius--card);width:100%;height:auto;box-shadow:0 15px 15px -15px rgba(0,0,0,.1);margin-top:1rem;margin-bottom:1rem}.section__video{position:relative;width:100%;margin-top:1.5rem;padding:0;padding-top:56.5%;border-radius:var(--border-radius--card);box-shadow:0 15px 15px -15px rgba(0,0,0,.1);overflow:hidden}.section__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.how-it-works{padding:6rem 0}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.step{display:flex;flex-direction:column;align-items:center;text-align:center}.step-number{background-color:var(--primary);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.price-card{background:var(--card);border-radius:var(--border-radius--card);padding:2rem;box-shadow:0 15px 15px -15px rgba(0,0,0,.1);width:100%}.price-card h3{font-size:1.5rem;margin-bottom:1rem}.price{font-size:3rem;font-weight:700;color:var(--primary)}.price-features{text-align:left;margin-top:2rem;margin-bottom:2rem;list-style:none}.price-features li{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.price-features li::before{content:"✅"}.contact-card{background:var(--card);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 20px 20px -20px rgba(0,0,0,.1);transition:transform .3s ease}.contact-icon{width:4rem;height:4rem;background:var(--primary-light);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem}.contact-card h3{margin-bottom:1rem;color:var(--text)}.contact-card p{color:var(--text-light);margin-bottom:1.5rem}.contact-info{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);padding:3rem;border-radius:var(--border-radius--card);color:#fff;text-align:center}.contact-info h2{margin-bottom:1.5rem;font-size:1.875rem}.contact-info p{opacity:.9;margin-bottom:1rem}.contact-info strong{display:block;font-size:1.25rem;margin-top:1rem}.mission-content p{font-size:1.25rem;max-width:600px;margin:0 auto;color:var(--text-light)}.values-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-icon{font-size:2.5rem;margin-bottom:1rem;text-align:center;line-height:1}.value-item{text-align:center}.value-item h3{margin-bottom:.5rem;color:var(--text)}.value-item p{font-size:1rem;margin-bottom:0}.gradient-text{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-center{margin:0 auto;text-align:center;max-width:60ch}@media (min-width:768px){.feature-grid{grid-template-columns:repeat(2,1fr)}.post-grid{grid-template-columns:repeat(2,1fr)}.featured-content{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}.post-grid{grid-template-columns:repeat(3,1fr)}}.showcase-grid{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.showcase-item{display:flex;align-items:center;gap:2rem}.showcase-item.reverse{flex-direction:row-reverse}.showcase-content{flex:1}.showcase-content h3{font-size:1.6rem;margin-bottom:1rem;color:var(--primary)}.showcase-content p{margin-bottom:1.5rem}.showcase-content ul{list-style:none}.showcase-content ul li{margin-bottom:.5rem;position:relative;padding-left:2rem}.showcase-content ul li:before{content:"✅";position:absolute;left:0}.showcase-image{flex:1;display:flex;justify-content:center}.showcase-image--small{max-width:240px}.phone-mockup{max-width:280px;box-shadow:0 15px 25px rgba(0,0,0,.15);border:10px solid #222;border-radius:2.5rem}.watch-mockup{width:220px;background:linear-gradient(145deg,#1c1c1e,#2c2c2e);border:12px solid #333;border-radius:52px;box-shadow:0 15px 25px rgba(0,0,0,.15)}@media (max-width:768px){.showcase-item,.showcase-item.reverse{flex-direction:column;text-align:center}.showcase-content ul li{padding-left:0;text-align:center}.showcase-content ul li:before{position:static;margin-right:.5rem}}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.benefit-card{padding:2rem;text-align:center;background:var(--card);border-radius:var(--border-radius--card);overflow:hidden;box-shadow:0 20px 20px -20px rgba(0,0,0,.1)}.benefit-icon{font-size:40px;margin-bottom:20px}.benefit-card h3{margin-bottom:15px;color:var(--primary)}.benefit-card p{color:var(--text-light)}.story-content{max-width:800px;margin:0 auto;padding:4rem 0 0;position:relative;z-index:2}.story-quote{margin-bottom:3rem;position:relative}.story-quote::before{content:'"';font-family:Georgia,"Times New Roman",serif;font-size:8rem;color:var(--primary);opacity:.2;position:absolute;top:-2rem;left:50%;transform:translateX(-50%);line-height:1;z-index:-1}.story-quote p{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.75rem;line-height:1.4;color:var(--text);font-weight:400;margin:0;position:relative}.story-text{margin-bottom:2.5rem}.story-text p{font-size:1.125rem;line-height:1.7;color:var(--text-light);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.story-text p:last-child{margin-bottom:0}.story-attribution{display:flex;flex-direction:column;align-items:center;gap:1rem}.story-attribution img{width:8rem;height:8rem;object-fit:cover;border-radius:999px}.story-attribution p{background:var(--background);border-radius:var(--border-radius--card);padding:1.5rem;color:var(--text-light);margin-top:2rem;max-width:600px}.story-signature{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.125rem;color:var(--primary);font-weight:500}@media (max-width:768px){.story-quote::before{font-size:5rem;top:-1rem}.story-quote p{font-size:1.375rem}.story-text p{font-size:1rem}.story-attribution{gap:.75rem}.story-signature{font-size:1rem}}@media (max-width:480px){.story-quote p{font-size:1.25rem}.story-quote::before{font-size:4rem}}body[data-theme=hrm]{--primary:#2A7AB7;--primary-light:#2A7AB7;--accent:#E22B2B;--text:#000000;--text-light:#000000;--background:#F4F4F4;--card:#FFFFFF;--font-family:"SF Pro Rounded",ui-rounded,system-ui,-apple-system,sans-serif;--border-radius--card:20px;--body-spacing-top:0;--font-size-regular:18px;--font-size-small:14px;--font-size-xsmall:12px;--font-size-h1:24px;--font-size-h2:24px;--font-size-h3:20px;--font-size-h4:18px;--font-size-button:18px}@media (prefers-color-scheme:dark){body[data-theme=hrm]{--primary:#2A7AB7;--primary-light:#2A7AB7;--accent:#E22B2B;--text:#FFFFFF;--text-light:#FFFFFF;--background:#1C1C1E;--card:#404040}}body[data-theme=lyd]{--primary:#FFFFFF;--primary-light:#FFFFFF;--accent:#34C759;--text:#FFFFFF;--text-light:#EEEEEE;--background:#000000;--card:#282828;--font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--border-radius--card:10px;--body-spacing-top:0;--font-size-regular:17px;--font-size-small:13px;--font-size-xsmall:12px;--font-size-h1:34px;--font-size-h2:24px;--font-size-h3:20px;--font-size-h4:17px;--font-size-button:17px}@media (prefers-color-scheme:dark){body[data-theme=hrm]{--primary:#FFFFFF;--primary-light:#FFFFFF;--accent:#FF9F0A;--text:#FFFFFF;--text-light:#EEEEEE;--background:#0E0E0E;--card:#282828}}body{font-family:var(--font-family);color:var(--text);line-height:1.5;background:var(--background);padding-top:var(--body-spacing-top)}.btn{display:inline-flex;align-items:center;padding:.875rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease;font-size:var(--font-size-button)}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 20px 20px -20px rgba(0,0,0,.1)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 8px rgba(0,0,0,.1)}.btn--light{display:inline-flex;align-items:center;padding:1rem 2rem;background:#fff;color:var(--primary);text-decoration:none;border-radius:9999px;font-weight:500;transition:transform .3s ease}.btn--light:hover{transform:translateY(-2px)}.btn-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.btn--store{display:inline-block;transition:all .2s ease}.btn--store:hover{transform:translateY(-2px)}.btn--store img{height:68px;width:auto}@media (max-width:767px){.btn--store img{height:56px}}.card{text-align:center;border-radius:var(--border-radius--card);box-shadow:0 15px 15px -15px rgba(0,0,0,.1);background:var(--card);padding:4rem 2rem}.card h2{color:var(--primary);font-size:var(--font-size-h2);margin-bottom:1rem}.card--left-aligned{padding:2rem;text-align:left}.card--highlight{padding:4rem;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);margin:4rem 0;color:#fff}.card--highlight h2{color:#fff}.card--highlight p{margin-bottom:2rem;opacity:.9}.card--highlight h2,.card--highlight p{max-width:72ch;margin-left:auto;margin-right:auto}.faq-section{padding:2rem 0}.faq-categories{display:flex;gap:1rem;margin-bottom:2rem;overflow-x:auto;padding-bottom:1rem}.faq-item{background:var(--card);border-radius:.75rem;margin-bottom:1rem;box-shadow:0 15px 15px -15px rgba(0,0,0,.1);overflow:hidden}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;user-select:none}.faq-question::after{content:"+";font-size:1.5rem;color:var(--primary);transition:transform .3s ease}.faq-item.active .faq-question::after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 1.5rem}.faq-answer a{color:var(--primary)}.faq-item.active .faq-answer{max-height:500px;padding-bottom:1.5rem}.search-box{width:100%;padding:1rem 1.5rem;font-size:var(--font-size-regular);border:2px solid #e5e7eb;border-radius:.75rem;outline:0;transition:border-color .3s ease}.search-box:focus{border-color:var(--primary)}footer{position:relative;margin:4rem 0 2rem;padding:0 .5rem}.footer-card{background:var(--card);border-radius:var(--border-radius--card);padding:2rem;box-shadow:0 20px 20px -20px rgba(0,0,0,.1)}.footer-content{display:grid;gap:2rem}.footer-brand p{max-width:48ch;font-size:var(--font-size-small);margin-top:.3rem}.footer-nav{display:grid;gap:2rem}.footer-section h4{margin:0 0 .5rem 0;font-size:var(--font-size-small);font-weight:600;color:var(--primary)}.footer-legal{margin-top:2rem;color:var(--text-light);font-size:var(--font-size-xsmall)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.2rem}.footer-links a{color:var(--text-light);text-decoration:none;transition:color .3s ease;font-size:var(--font-size-small)}.footer-links a:hover{color:var(--primary)}@media (min-width:768px){.footer-content{grid-template-columns:1fr 1fr}.footer-nav{grid-template-columns:repeat(2,1fr)}}header{position:fixed;top:0;width:100%;padding-top:2rem;z-index:10000;background:linear-gradient(180deg,var(--background),transparent)}nav{position:relative;width:calc(100% - 2rem);max-width:1200px;margin:0 auto;z-index:1000}.nav-card{background:var(--card);border-radius:1rem;padding:0 1.5rem;box-shadow:0 20px 30px -20px rgba(0,0,0,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{line-height:0}.logo img{height:32px}.nav-links{display:none;gap:2rem}.nav-item{position:relative}.nav-toggle{background:0 0;border:none;color:var(--primary);text-decoration:none;font-weight:700;font-size:var(--font-size-regular);font-family:var(--font-family);cursor:pointer;display:flex;align-items:center;gap:.5rem;position:relative}.nav-arrow{font-size:.8rem;transition:transform .3s ease;font-family:monospace}.nav-toggle.active .nav-arrow{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:150%;right:0;background:var(--card);border-radius:1rem;box-shadow:0 20px 40px -10px rgba(0,0,0,.3);padding:0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001;overflow:hidden}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown a{display:block;padding:.75rem 1.25rem;color:var(--text);text-decoration:none;font-size:var(--font-size-regular);transition:background-color .3s ease}.nav-dropdown a:hover{background-color:var(--background)}.mobile-menu-btn{background:0 0;border:none;font-size:1.5rem;color:var(--text);cursor:pointer;z-index:1001;position:relative;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.mobile-menu-btn .bar{width:24px;height:2px;background-color:var(--text);position:absolute;transition:all var(--transition-speed) ease}.mobile-menu-btn .bar:nth-child(1){transform:translateY(-8px)}.mobile-menu-btn .bar:nth-child(3){transform:translateY(8px)}.mobile-menu-btn.active .bar:nth-child(1){transform:rotate(45deg)}.mobile-menu-btn.active .bar:nth-child(2){opacity:0}.mobile-menu-btn.active .bar:nth-child(3){transform:rotate(-45deg)}.mobile-close-btn{background:0 0;border:none;cursor:pointer;position:absolute;top:1.5rem;right:1.5rem;width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0;z-index:1003;opacity:0;transition:opacity .3s ease}.mobile-nav.active .mobile-close-btn{opacity:1;transition-delay:.3s}.close-bar{width:24px;height:2px;background-color:var(--text);position:absolute;transition:all var(--transition-speed) ease}.close-bar:nth-child(1){transform:rotate(45deg)}.close-bar:nth-child(2){transform:rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;width:100%;height:100vh;background:var(--background);display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translateX(100%);pointer-events:none;z-index:1000;gap:1rem}.mobile-nav.init{transition:transform var(--transition-speed) ease}.mobile-nav.active{transform:translateX(0);pointer-events:auto}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.mobile-nav.active .mobile-nav-item{opacity:1;transform:translateY(0)}.mobile-nav.active .mobile-nav-item:nth-child(2){transition-delay:.1s}.mobile-nav.active .mobile-nav-item:nth-child(3){transition-delay:.2s}.mobile-nav.active .mobile-nav-item:nth-child(4){transition-delay:.3s}.mobile-nav-toggle{background:0 0;border:none;color:var(--primary);font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;position:relative;margin-bottom:.5rem}.mobile-nav-arrow{font-size:1.1rem;transition:transform .3s ease;font-family:monospace}.mobile-nav-toggle.active .mobile-nav-arrow{transform:rotate(180deg)}.mobile-nav-dropdown{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.mobile-nav-toggle.active+.mobile-nav-dropdown{max-height:200px;opacity:1}.mobile-nav-dropdown a{color:var(--text-light);text-decoration:none;font-size:var(--font-size-h4);padding:.25rem .5rem;position:relative}.mobile-nav-dropdown a:hover{color:var(--text)}.page-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:999}.page-overlay.active{opacity:1;visibility:visible}@media (min-width:768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.mobile-nav{display:none}.page-overlay{display:none}}.hero{padding:4rem 0 2rem;text-align:center;position:relative}@media (max-width:767px){.hero{padding:2rem 0 0}}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero h1{font-size:var(--font-size-h1);margin-bottom:1.5rem;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.3}.hero p{font-size:var(--font-size-h4);color:var(--text-light);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-card--small{min-height:0!important}.hero-card{background:var(--card);border-radius:var(--border-radius--card);overflow:hidden;box-shadow:0 20px 20px -20px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr;min-height:400px;max-width:none;margin:0;text-align:left}@media (max-width:767px){.hero-card{min-height:350px}}@media (min-width:768px){.hero-card{grid-template-columns:1fr 1fr;min-height:500px}}@media (min-width:1024px){.hero-card{min-height:550px}}.hero-card .hero-card__content{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;max-width:none;margin:0;z-index:2;position:relative}@media (max-width:767px){.hero-card .hero-card__content{padding:1.5rem 1rem;margin-top:-3rem}}@media (min-width:768px){.hero-card .hero-card__content{padding:3rem 2rem;margin-left:-2rem;z-index:2;position:relative}}.hero-card .hero-card__title{font-size:var(--font-size-h2);font-weight:700;line-height:1.1;margin-bottom:1rem;color:var(--text)}@media (min-width:1024px){.hero-card .hero-card__title{margin-bottom:1.5rem}}.hero-card .hero-card__tag{color:var(--primary)}.hero-card p{font-size:var(--font-size-h4);color:var(--text-light);margin-bottom:2rem;max-width:none}@media (min-width:1024px){.hero-card p{margin-bottom:2.5rem}}.hero-card .hero-card__cta-lead{max-width:40ch;margin-left:0;margin-bottom:.5rem;margin-top:2rem;color:var(--primary)}@media (max-width:767px){.hero-card .hero-card__cta-lead{margin-top:0}}.hero-card .hero-card__btn-container{flex-direction:row;gap:1rem;justify-content:flex-start;display:flex;flex-wrap:wrap}@media (max-width:767px){.hero-card .hero-card__btn-container{gap:.5rem}}.hero-card__image{position:relative;overflow:hidden}.hero-card__image::after{content:"";position:absolute;top:0;right:0;bottom:0;width:30%;background:linear-gradient(90deg,transparent,var(--card));pointer-events:none;z-index:1}@media (max-width:767px){.hero-card__image::after{top:auto;right:auto;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(180deg,transparent,var(--card))}}.hero-card__image .hero-card__image__bg{width:100%;height:100%;object-fit:cover;object-position:center}.hero-card__app-icon-badge{position:absolute;top:1.5rem;left:1.5rem;z-index:2;display:flex;align-items:center;gap:.5rem}@media (max-width:767px){.hero-card__app-icon-badge{top:1rem;left:1rem}}.hero-card__app-icon-badge img{width:60px;height:60px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.2)}*{box-sizing:border-box}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 .5rem}.container--small{width:100%;max-width:800px;margin:0 auto;padding:0 .5rem}.card-container{display:grid;gap:2rem;margin-bottom:4rem}.card-grid--large{display:grid;gap:4rem}@media (min-width:768px){.feature-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.card-container{grid-template-columns:repeat(2,1fr)}}.spacing-m{margin-top:4rem!important}.spacing-s{margin-top:2rem!important}.spacing-xs{margin-top:1rem!important}.legal-section{max-width:800px;margin:0 auto;padding:2rem 0 4rem}.legal-header{text-align:center;margin-bottom:3rem}.legal-header h1{margin-bottom:1rem;color:var(--text)}.legal-header p{color:var(--text-light)}.legal-content{background:var(--card);border-radius:1rem;padding:2.5rem;box-shadow:0 20px 20px -20px rgba(0,0,0,.1)}.legal-content h2{font-size:var(--font-size-h3);color:var(--primary);margin:2rem 0 .5rem}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:var(--font-size-h4)}.legal-content h4{font-size:var(--font-size-regular)}.legal-content p{font-size:var(--font-size-regular);margin-bottom:1rem;color:var(--text)}.legal-content a{color:var(--primary)}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;position:relative;font-size:var(--font-size-regular)}.info-box{background:var(--primary-light);color:#fff;padding:1.5rem;border-radius:.75rem;margin:1.5rem 0}.info-box p{color:#fff;margin:0}.data-collection{display:grid;gap:1rem;margin:1.5rem 0}.data-item{background:var(--background);padding:1.5rem;border-radius:var(--border-radius--card);border:1px solid #e5e7eb}p.last-updated{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;color:var(--text-light);font-size:var(--font-size-small);text-align:center}@media (min-width:768px){.data-collection{grid-template-columns:repeat(2,1fr)}}h1,h2,strong{font-weight:700}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}li,p{font-size:var(--font-size-regular)}ol{list-style:none;counter-reset:item;padding-left:0}ol li{counter-increment:item;display:flex}ol li::before{content:counter(item) ". ";color:var(--primary);font-weight:700;min-width:1.5em;flex-shrink:0}.text--small{opacity:.6;margin-bottom:1rem}.section_title{font-size:var(--font-size-h2);text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:767px){.section_title{margin-bottom:.5rem}}.section--guide a{color:var(--primary)}.section--guide h2{color:var(--primary);font-weight:700}.section--guide h3{color:var(--text-light);margin-top:.5rem;margin-bottom:.5rem;font-weight:600}.section--guide ul{margin:1rem 0 1.5rem 1.5rem;padding-left:1.2rem;color:var(--text-light)}.section--guide ul li{margin-bottom:.5rem}.section--guide p{margin-bottom:1rem;color:var(--text)}.section--guide img{margin:2rem auto}.callout--info{display:block;padding:1rem;border-left:3px solid var(--primary);background:var(--card);margin:1rem auto;border-bottom-right-radius:var(--border-radius--card);border-top-right-radius:var(--border-radius--card)}.callout--info p{margin:0!important}@media (max-width:767px){.section--guide img{margin:1rem auto}}