@charset "UTF-8";:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #e0e0e0;--bg-beige: #f1e0c6;--bg-success: #d1fae5;--bg-error: #fee2e2;--text-primary: #4a4a4a;--text-secondary: #333333;--text-muted: #bdbdbd;--text-white: #ffffff;--text-magnet: #333333;--accent-primary: #c92b1e;--accent-secondary: #1e3d58;--accent-hover: #a82419;--accent-gold: rgb(255, 203, 51);--accent-gold-hover: #f9a825;--accent-dark-blue: #1e3d58;--accent-dark-gray-blue: #3f4a60;--accent-success: #065f46;--accent-error: #991b1b;--border-color: #e0e0e0;--border-success: #6ee7b7;--border-error: #fca5a5;--border-white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-nav: inset 0 4px 6px -1px rgba(0, 0, 0, .1), inset 0 2px 4px -1px rgba(0, 0, 0, .05)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--bg-tertiary: #3f3f3f;--bg-beige: #2a2520;--bg-success: #d1fae5;--bg-error: #fee2e2;--text-primary: #e0e0e0;--text-secondary: #bdbdbd;--text-muted: #8a8a8a;--text-white: #ffffff;--text-magnet: #fff;--accent-primary: #c92b1e;--accent-secondary: #4a90a4;--accent-hover: #a82419;--accent-gold: rgb(255, 203, 51);--accent-gold-hover: #ffed4e;--accent-dark-blue: #5a7a9a;--accent-dark-gray-blue: #6b7a8f;--accent-success: #065f46;--accent-error: #991b1b;--border-color: #3f3f3f;--border-success: #6ee7b7;--border-error: #fca5a5;--border-white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 10px 10px -5px rgba(0, 0, 0, .3);--shadow-nav: inset 0 4px 6px -1px rgba(0, 0, 0, .4), inset 0 2px 4px -1px rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-family-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:1rem;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .3s ease,color .3s ease;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit;transition:color .2s ease}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary)}p{margin:0}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}h1{font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width: 768px){h1{font-size:3rem}}h2{font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width: 768px){h2{font-size:2.25rem}}h3{font-size:1.5rem;font-weight:600;line-height:1.3}@media (min-width: 768px){h3{font-size:1.875rem}}h4{font-size:1.25rem;font-weight:600;line-height:1.4}h5{font-size:1.125rem;font-weight:500;line-height:1.4}h6{font-size:1rem;font-weight:500;line-height:1.5}p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}a{color:var(--accent-primary);transition:color .15s ease}a:hover{color:var(--accent-hover)}.section-title{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem}@media (min-width: 768px){.section-title{font-size:2.25rem;margin-bottom:3rem}}.section-title--center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;border:none;border-radius:12px;cursor:pointer;transition:all .25s ease;text-decoration:none;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.btn--primary{background-color:var(--accent-primary);color:var(--text-white)}.btn--primary:hover{background-color:var(--accent-hover);box-shadow:var(--shadow-lg);color:var(--text-white)}.btn--primary:active{transform:translateY(0)}.btn--secondary{background-color:transparent;color:var(--accent-primary);border:2px solid var(--accent-primary)}.btn--secondary:hover{background-color:var(--accent-primary);color:var(--text-white);box-shadow:var(--shadow-lg)}.btn--secondary:active{transform:translateY(0)}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}@media (min-width: 768px){.btn--large{padding:2rem 4rem}}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.form-group{margin-bottom:1.5rem;position:relative}.form-group--checkbox{display:flex;align-items:center;gap:.75rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:1rem;font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);border:2px solid var(--border-color);border-radius:12px;transition:all .25s ease}.form-input.error,.form-select.error,.form-textarea.error{border-color:var(--accent-error)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #0ea5e91a}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-input:invalid:not(:placeholder-shown),.form-select:invalid:not(:placeholder-shown),.form-textarea:invalid:not(:placeholder-shown){border-color:var(--accent-primary)}.form-textarea{resize:vertical;min-height:120px}.form-checkbox-label{font-size:.875rem;line-height:1.5;color:var(--text-secondary);cursor:pointer}.form-checkbox-label a{color:var(--accent-primary);text-decoration:underline}.form-error{display:block;font-size:.875rem;color:var(--accent-primary);margin-top:.5rem;min-height:1.25rem;position:absolute;bottom:-1.25rem}.form-error--recaptcha{position:static;margin-top:.75rem;color:var(--accent-error);text-align:center}.form-message{margin-top:1.5rem;padding:1rem;border-radius:12px;font-size:1rem;text-align:center}.form-message--success{background-color:var(--bg-success);color:var(--accent-success);border:1px solid var(--border-success)}.form-message--error{background-color:var(--bg-error);color:var(--accent-error);border:1px solid var(--border-error)}.form-honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.header{position:fixed;top:0;z-index:100;background-color:var(--accent-primary);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100vw}.header__inner{display:flex;align-items:center;justify-content:space-between;position:relative;padding:1rem 0;gap:1.5rem}.header__logo{display:flex;align-items:center;text-decoration:none;transition:opacity .15s ease}.header__logo:hover{opacity:.8}.header__logo:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.header__logo-img{display:block;height:auto;max-width:120px;transition:opacity .15s ease}.header__logo-img--light{display:block}.header__logo-img--dark{display:none}.header__nav{display:block;position:absolute;top:calc(100% + 1rem);right:0;background-color:var(--accent-primary);padding:1.5rem;box-shadow:var(--shadow-lg);transform:translateY(-20px);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s ease;z-index:10;width:50%}.header__nav--open{transform:translate3d(24px,-16px,0);box-shadow:var(--shadow-nav);opacity:1;visibility:visible}@media (min-width: 768px){.header__nav--open{transform:translate3d(31px,-16px,0)}}@media (min-width: 1024px){.header__nav{position:static;display:block;padding:0;background-color:transparent;box-shadow:none;transform:none;opacity:1;visibility:visible}}.header__nav-list{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width: 1024px){.header__nav-list{flex-direction:row;align-items:center;gap:2rem;justify-content:center}}.header__nav-link{font-size:1rem;font-weight:500;color:var(--text-white);transition:color .15s ease}.header__nav-link:hover{color:var(--accent-gold)}.header__theme-toggle{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:var(--bg-secondary);color:var(--text-primary);transition:all .25s ease}.header__theme-toggle:hover{background-color:var(--bg-tertiary)}.header__theme-toggle:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.header__menu-toggle{background:none;border:none;margin:0;font:inherit;color:inherit;display:flex;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;padding:4px;cursor:pointer}@media (min-width: 1024px){.header__menu-toggle{display:none}}.header__menu-toggle span{width:100%;height:2px;background-color:var(--text-white);border-radius:9999px;transition:all .25s ease}.header__menu-toggle--active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__menu-toggle--active span:nth-child(2){opacity:0}.header__menu-toggle--active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{padding:4rem 0}@media (min-width: 768px){.hero{padding:6rem 0}}@media (min-width: 360px){.hero{padding:6rem 0}}.hero{background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.hero__inner{display:flex;flex-direction:column-reverse;gap:3rem;justify-content:center;align-items:center}@media (min-width: 1024px){.hero__inner{flex-direction:row;gap:4rem;justify-content:space-between;align-items:flex-start}}.hero__content{text-align:center}@media (min-width: 1024px){.hero__content{text-align:left}}.hero__title{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}@media (min-width: 768px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:1.25rem;font-weight:500;color:var(--accent-primary);margin-bottom:1.5rem}.hero__list{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;text-align:left;max-width:500px;margin:0 auto 2rem;padding-left:2rem}@media (min-width: 1024px){.hero__list{max-width:none}}.hero__item{position:relative}.hero__item:before{content:"✓";position:absolute;left:-1.5rem;color:var(--accent-primary);font-weight:700;font-size:.875rem;bottom:3px}.hero__proof{margin-bottom:3rem;padding:1rem 1.5rem;background-color:var(--bg-secondary);border-radius:12px;display:inline-block}.hero__proof-text{font-size:1rem;font-weight:500;color:var(--text-primary)}.hero__cta{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 768px){.hero__cta{flex-direction:row;flex-wrap:wrap}}@media (min-width: 1024px){.hero__cta{justify-content:flex-start}}.hero__image{max-width:500px;width:100%}@media (min-width: 1024px){.hero__image{max-width:30%;min-width:340px}}.hero__image>img{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-xl)}.privacy-page{padding:4rem 0}@media (min-width: 768px){.privacy-page{padding:6rem 0}}@media (min-width: 360px){.privacy-page{padding:6rem 0}}.privacy-page{max-width:800px;margin:0 auto}.privacy-page__inner{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin-top:2rem}.privacy-page__list{margin:1rem 0;padding-left:1.5rem}.problems-solution{padding:4rem 0}@media (min-width: 768px){.problems-solution{padding:6rem 0}}@media (min-width: 360px){.problems-solution{padding:6rem 0}}.problems-solution{background-color:var(--bg-secondary)}.problems-solution__inner{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,auto);gap:4rem}.problems-solution__inner>h2:nth-child(2){order:3}@media (min-width: 768px){.problems-solution__inner>h2:nth-child(2){order:unset}}.problems-solution__inner>.problems-solution__solution{order:4}@media (min-width: 768px){.problems-solution__inner>.problems-solution__solution{order:unset}}@media (min-width: 768px){.problems-solution__inner{grid-template-areas:"header header" "content content";grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);column-gap:4rem;row-gap:unset}}@media (min-width: 1024px){.problems-solution__inner{grid-template-columns:1fr 1fr;column-gap:6rem}}.problems-list{display:flex;flex-direction:column;gap:2rem}.problems-list__item{display:flex;gap:1rem;padding:1.5rem;background-color:var(--bg-primary);border-radius:16px;box-shadow:var(--shadow-sm)}.problems-list__icon{flex-shrink:0;width:24px;height:24px;color:var(--accent-primary)}.problems-list__title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.problems-list__text{font-size:1rem;color:var(--text-secondary);line-height:1.6}.solution-list{display:flex;flex-direction:column;gap:2rem}.solution-list__item{padding:1.5rem;background-color:var(--bg-primary);border-left:4px solid var(--accent-primary);border-radius:12px;box-shadow:var(--shadow-sm)}.solution-list__title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.solution-list__text{font-size:1rem;color:var(--text-secondary);line-height:1.6}.services{padding:4rem 0}@media (min-width: 768px){.services{padding:6rem 0}}@media (min-width: 360px){.services{padding:6rem 0}}.services__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-md);transition:all .25s ease;position:relative;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.service-card--featured{border:2px solid var(--accent-primary)}@media (min-width: 768px){.service-card--featured{grid-column:span 2}}@media (min-width: 1024px){.service-card--featured{grid-column:span 1}}.service-card__badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background-color:var(--accent-primary);color:var(--text-white);font-size:.75rem;font-weight:600;border-radius:9999px}.service-card__icon{width:48px;height:48px;margin-bottom:1.5rem;color:var(--accent-primary)}.service-card__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.service-card__description{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.service-card__price{font-size:1.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:1.5rem}.service-card__features{margin-bottom:2rem;padding-left:1.5rem}.service-card__features li{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;position:relative}.service-card__features li:before{content:"✓";position:absolute;left:-1.5rem;color:var(--accent-primary);font-weight:700}.courses__grid{margin-bottom:2rem}@media (min-width: 1024px){.courses__grid{grid-template-columns:repeat(2,1fr)}}.results{padding:4rem 0}@media (min-width: 768px){.results{padding:6rem 0}}@media (min-width: 360px){.results{padding:6rem 0}}.results{background-color:var(--bg-secondary)}.results__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 1024px){.results__grid{grid-template-columns:repeat(4,1fr)}}.result-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-md);transition:all .25s ease;text-align:center;padding:2rem}.result-card__number{font-size:2.25rem;font-weight:700;color:var(--accent-primary);margin-bottom:.75rem;line-height:1}@media (min-width: 768px){.result-card__number{font-size:3rem}}.result-card__label{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.result-card__description{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.faq{padding:4rem 0}@media (min-width: 768px){.faq{padding:6rem 0}}@media (min-width: 360px){.faq{padding:6rem 0}}.faq{max-width:800px;margin:0 auto}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq__item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-md);transition:all .25s ease;padding:1.5rem;-webkit-user-select:none;user-select:none}.faq__item:hover{background-color:var(--bg-secondary)}.faq__item summary{font-size:1.125rem;font-weight:600;color:var(--text-primary);cursor:pointer;list-style:none;padding:1rem;margin:-1rem;border-radius:12px;transition:background-color .25s ease}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:before{content:"+";display:inline-block;width:24px;height:24px;margin-right:1rem;font-size:1.25rem;font-weight:700;color:var(--accent-primary);transition:transform .25s ease}.faq__item[open] summary:before{content:"−";transform:rotate(-180deg)}.faq__answer{padding:1rem 1.5rem 1.5rem;font-size:1rem;color:var(--text-secondary);line-height:1.6}.faq__answer p{margin-bottom:.75rem}.faq__answer p:last-child{margin-bottom:0}.faq__cta{text-align:center;margin-top:3rem}.lead-magnet{padding:4rem 0}@media (min-width: 768px){.lead-magnet{padding:6rem 0}}@media (min-width: 360px){.lead-magnet{padding:6rem 0}}.lead-magnet{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-gold) 100%);color:var(--text-white)}.lead-magnet__inner{max-width:800px;margin:0 auto;text-align:center}.lead-magnet__title{font-size:1.875rem;font-weight:700;color:var(--text-white);margin-bottom:1rem}@media (min-width: 768px){.lead-magnet__title{font-size:2.25rem}}.lead-magnet__subtitle{font-size:1.5rem;color:var(--text-white);margin-bottom:1rem}@media (min-width: 768px){.lead-magnet__subtitle{font-size:1.875rem}}.contact-form-section{padding:4rem 0}@media (min-width: 768px){.contact-form-section{padding:6rem 0}}@media (min-width: 360px){.contact-form-section{padding:6rem 0}}.contact-form{max-width:800px;margin:0 auto}.contact-info{padding:4rem 0}@media (min-width: 768px){.contact-info{padding:6rem 0}}@media (min-width: 360px){.contact-info{padding:6rem 0}}.contact-info{background-color:var(--bg-secondary)}.contact-info__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.contact-info__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.contact-info__grid{grid-template-columns:repeat(3,1fr)}}.contact-info__card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-md);transition:all .25s ease;display:flex;flex-direction:column;height:100%}.contact-info__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.contact-info__card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-info__card-icon{flex-shrink:0;width:32px;height:32px;color:var(--accent-primary)}.contact-info__card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.contact-info__card-content{display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.contact-info__card-link{font-size:1rem;font-weight:500;color:var(--accent-primary);text-decoration:none;transition:color .15s ease}.contact-info__card-link:hover{color:var(--accent-hover)}.contact-info__card-text{font-size:1rem;font-weight:500;color:var(--text-primary);margin:0}.contact-info__card-description{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.articles-page{padding:4rem 0}@media (min-width: 768px){.articles-page{padding:6rem 0}}@media (min-width: 360px){.articles-page{padding:6rem 0}}.articles-page__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}@media (min-width: 768px){.articles-page__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:4rem}}.article-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-md);transition:all .25s ease;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.article-card__image-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--bg-secondary)}.article-card__image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-card__image{transform:scale(1.05)}.article-card__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.article-card__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.article-card__excerpt{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem;flex-grow:1}.article-page{padding:4rem 0}@media (min-width: 768px){.article-page{padding:6rem 0}}@media (min-width: 360px){.article-page{padding:6rem 0}}.article-page{max-width:900px;margin:0 auto}.article-page__breadcrumbs{margin-bottom:2rem}.article-page__header{margin-bottom:3rem}.article-page__title{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;line-height:1.2;text-align:center}@media (min-width: 768px){.article-page__title{font-size:2.25rem}}.article-page__image-wrapper{width:100%;margin-bottom:2rem;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md)}.article-page__image{width:100%;height:auto;display:block;object-fit:cover}.article-page__content{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.article-page__content h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-top:3rem;margin-bottom:1.5rem;line-height:1.3}@media (min-width: 768px){.article-page__content h2{font-size:1.875rem;margin-top:4rem}}.article-page__content h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;line-height:1.4}@media (min-width: 768px){.article-page__content h3{font-size:1.5rem}}.article-page__content p{margin-bottom:1.5rem;line-height:1.8}.article-page__content ul,.article-page__content ol{margin:1.5rem 0;padding-left:3rem;line-height:1.8}.article-page__content ul li,.article-page__content ol li{margin-bottom:.75rem;color:var(--text-secondary)}.article-page__content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:1rem;box-shadow:var(--shadow-sm);border-radius:12px;overflow:hidden}.article-page__content table thead{background:var(--bg-secondary)}.article-page__content table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border-color)}.article-page__content table td{padding:1rem;border-bottom:1px solid var(--border-color);color:var(--text-secondary)}.article-page__content table tbody tr:last-child td{border-bottom:none}.article-page__content table tbody tr:hover{background:var(--bg-secondary)}.article-page__content .table-wrapper{overflow-x:auto;margin:2rem 0;-webkit-overflow-scrolling:touch}.article-page__content .table-wrapper table{min-width:600px;margin:0}.article-page__author{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color);font-size:1rem;line-height:1.8;color:var(--text-secondary)}.article-page__author p{margin-bottom:.5rem}.article-page__author strong{color:var(--text-primary);font-weight:600}.breadcrumbs{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:.875rem;color:var(--text-muted)}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:not(:last-child):after{content:"/";margin:0 .75rem;color:var(--text-muted)}.breadcrumbs__item--current{color:var(--text-primary)}.breadcrumbs__link{color:var(--accent-primary);text-decoration:none;transition:color .15s ease}.breadcrumbs__link:hover{color:var(--accent-hover);text-decoration:underline}.footer{background-color:var(--bg-tertiary);padding:4rem 0 2rem;border-top:1px solid var(--border-color)}.footer__inner{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 768px){.footer__inner{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer__inner{grid-template-columns:repeat(4,1fr)}}.footer__col{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;flex-direction:column;font-weight:700;color:var(--text-primary)}.footer__logo-text{font-size:1.25rem;line-height:1.2}.footer__logo-subtitle{font-size:.875rem;font-weight:400;color:var(--text-muted)}.footer__description{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.footer__title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;color:var(--text-secondary);transition:color .15s ease}.footer__link:hover{color:var(--accent-primary)}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:var(--bg-secondary);color:var(--text-primary);transition:all .25s ease}.footer__social-link:hover{background-color:var(--accent-primary);color:var(--text-white);transform:translateY(-2px)}.footer__social-link svg{width:20px;height:20px}.footer__bottom{padding-top:2rem;border-top:1px solid var(--border-color);text-align:center}.footer__copyright{font-size:.875rem;color:var(--text-muted)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}
