@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}html,body{margin:0;padding:0}body{background-color:#fff;font-family:Open Sans,sans-serif;color:#333}header{background-color:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:100;animation:fadeInDown .6s ease-out;width:100%;box-sizing:border-box;box-shadow:0 2px 8px #0000000d}.main-header{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 40px;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.logo-header{width:60px;height:60px;background-image:url(/assets/icon-CN-hnw7d.png);background-size:cover;background-position:center;background-repeat:no-repeat}.logo-caption{font-weight:800;font-size:24px;color:#1a5d54;animation:slideInLeft .6s ease-out}.header-links{display:flex;gap:50px;margin:0 auto;flex-shrink:1;min-width:0}.header-links a{text-decoration:none;color:#333;font-weight:600;font-size:16px;transition:color .3s ease}.header-links a:hover{color:#2a9585}.header-links a{animation:fadeIn .6s ease-out .1s backwards}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:6px;z-index:101}.header-links{display:flex;gap:25px;flex-direction:row}.hamburger span{width:25px;height:3px;background-color:#1a5d54;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:1024px){.hamburger{display:flex}.header-links{display:none;position:absolute;top:80px;left:0;right:0;flex-direction:column;background-color:#fff;padding:20px;gap:15px;border-bottom:1px solid #f0f0f0;box-shadow:0 8px 16px #0000001a}.header-links.active{display:flex}.header-links a{padding:12px 20px;font-size:16px;border-radius:8px;transition:background-color .3s ease}.header-links a:hover{background-color:#f0f0f0}}.hero-section{background:linear-gradient(135deg,#f8f8f8,#fff);position:relative;padding:160px 40px;display:flex;align-items:center;justify-content:center;min-height:750px;width:100%;box-sizing:border-box;overflow:hidden}.hero-background-elements{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;pointer-events:none}.hero-blob{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;opacity:.3}.hero-blob-1{width:400px;height:400px;background:linear-gradient(135deg,#2a9585,#1a5d54);top:-50px;right:10%;animation:float 6s ease-in-out infinite}.hero-blob-2{width:350px;height:350px;background:linear-gradient(135deg,#4caf50,#2a9585);bottom:-50px;left:5%;animation:float 8s ease-in-out infinite 1s}.hero-blob-3{width:300px;height:300px;background:linear-gradient(135deg,#add8e6,#2a9585);top:50%;left:50%;animation:float 7s ease-in-out infinite 2s}.hero-content{text-align:center;max-width:1000px;animation:fadeIn .8s ease-out .2s backwards;position:relative;z-index:2}.hero-badge{display:inline-block;background:#2a9585;color:#fff;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:30px;animation:slideInUp .6s ease-out}.hero-heading-small{font-size:48px;font-weight:400;color:#003d25;margin:0 0 10px;letter-spacing:1px;animation:slideInUp .6s ease-out;font-family:Cinzel,Open Sans,Noto Sans JP,Noto Sans KR,Noto Sans SC,Noto Sans Arabic,Noto Sans Devanagari,sans-serif}.hero-heading-large{font-size:90px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 20px;line-height:1.1;animation:slideInUp .6s ease-out .1s backwards;font-family:Cinzel,Open Sans,Noto Sans JP,Noto Sans KR,Noto Sans SC,Noto Sans Arabic,Noto Sans Devanagari,sans-serif}.hero-heading-smaller{font-size:28px;font-weight:500;color:#555;margin:0 0 30px;animation:slideInUp .6s ease-out .2s backwards;font-family:Cinzel,Open Sans,Noto Sans JP,Noto Sans KR,Noto Sans SC,Noto Sans Arabic,Noto Sans Devanagari,sans-serif}.hero-subtitle{font-size:18px;font-weight:500;color:#666;max-width:700px;margin:0 auto 50px;animation:slideInUp .6s ease-out .2s backwards}.hero-buttons{display:flex;align-items:center;justify-content:center;gap:30px}.btn-primary{background:linear-gradient(135deg,#2a9585,#1a5d54);color:#fff;border-radius:50px;border:none;padding:16px 50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;animation:slideInUp .6s ease-out .3s backwards;box-shadow:0 8px 20px #2a95854d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2a958566}.btn-primary:active{transform:scale(.98)}.btn-secondary{background-color:transparent;border:2px solid #2a9585;color:#2a9585;border-radius:50px;padding:14px 48px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;animation:slideInUp .6s ease-out .3s backwards}.btn-secondary:hover{background-color:#2a9585;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #2a95854d}.features-section{padding:100px 40px;background:linear-gradient(135deg,#f5f9f8,#fff)}.features-container{max-width:1400px;margin:0 auto}.section-title{font-size:48px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin:0 0 15px;animation:slideInUp .6s ease-out}.section-subtitle{font-size:18px;color:#666;text-align:center;margin:0 0 60px;animation:slideInUp .6s ease-out .1s backwards}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.feature-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;transition:all .3s ease;animation:slideInUp .6s ease-out backwards;box-shadow:0 5px 15px #00000014;border-top:3px solid #2a9585}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #2a958533}.feature-icon{font-size:50px;margin-bottom:20px}.feature-card h3{font-size:20px;font-weight:700;color:#1a5d54;margin:0 0 15px}.feature-card p{font-size:15px;color:#666;line-height:1.6;margin:0}.about-section{padding:100px 40px;background-color:#fff}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:60px}.about-title{font-size:48px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 20px;animation:slideInUp .6s ease-out}.about-line{width:80px;height:4px;background:linear-gradient(90deg,#2a9585,#1a5d54);margin:0 auto;border-radius:2px;animation:slideInUp .6s ease-out .1s backwards}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}.about-paragraph{font-size:18px;line-height:1.8;color:#555;margin:0;animation:slideInLeft .6s ease-out .2s backwards}.about-stats{display:grid;grid-template-columns:1fr;gap:30px}.stat-box{background:linear-gradient(135deg,#f5f9f8,#fff);padding:30px;border-radius:15px;text-align:center;border-left:4px solid #2a9585;animation:slideInRight .6s ease-out backwards;box-shadow:0 5px 15px #0000000d}.stat-box:nth-child(1){animation-delay:.2s}.stat-box:nth-child(2){animation-delay:.3s}.stat-box:nth-child(3){animation-delay:.4s}.stat-number{font-size:48px;font-weight:800;color:#2a9585;margin:0}.stat-label{font-size:14px;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-top:10px}.services-section{padding:100px 40px;background:linear-gradient(135deg,#f5f9f8,#fff)}.services-container{max-width:1400px;margin:0 auto}.services-header{text-align:center;margin-bottom:70px}.services-main-title{font-size:48px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;animation:slideInUp .6s ease-out}.services-subtitle{font-size:18px;color:#666;margin:0;animation:slideInUp .6s ease-out .1s backwards}.services-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:stretch;margin-bottom:80px}.service-card-main{background:#fff;padding:50px 40px;border-radius:20px;box-shadow:0 10px 40px #00000014;animation:slideInLeft .6s ease-out .2s backwards;position:relative;overflow:hidden}.service-card-main:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2a9585,#1a5d54)}.service-badge{display:inline-block;background:#e8f5f2;color:#2a9585;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.service-icon-large{font-size:60px;margin-bottom:20px;display:block}.service-name{font-size:36px;font-weight:800;color:#1a5d54;margin:0 0 20px}.service-description{font-size:16px;line-height:1.8;color:#666;margin:0 0 30px}.service-features{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.feature-tag{display:inline-block;background:#f0f0f0;color:#1a5d54;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600}.service-buttons{display:flex;gap:15px;margin-top:30px}.btn-visit-product{background-color:#2a9585;color:#fff;border-radius:15px;border:none;padding:14px 40px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;box-shadow:0 4px 15px #2a958533}.btn-visit-product:hover{background-color:#1a5d54;transform:translateY(-2px);box-shadow:0 8px 25px #2a95854d}.btn-visit-product:active{transform:scale(.98)}.services-left-column{animation:slideInLeft .6s ease-out .2s backwards}.testimonials-featured{animation:slideInRight .6s ease-out .2s backwards;display:flex;flex-direction:column;gap:25px}.testimonial-featured{padding:30px;border-radius:12px;border-left:4px solid #2a9585;background:#fff;box-shadow:0 5px 15px #00000014}.other-testimonials{margin-top:0}.other-reviews-title{font-size:22px;font-weight:700;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 20px;text-align:left}.testimonials-grid-other{display:flex;flex-direction:column;gap:20px}.testimonial-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border-left:4px solid #2a9585}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2a958526}.testimonials-section{animation:slideInRight .6s ease-out .2s backwards}.testimonials-title{font-size:28px;font-weight:800;color:#1a5d54;margin:0 0 40px;text-align:center}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.testimonial-stars{font-size:16px;margin-bottom:15px}.testimonial-content{font-size:15px;line-height:1.6;color:#666;margin:0 0 20px}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2a9585,#1a5d54);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.author-name{font-size:14px;font-weight:700;color:#1a5d54;margin:0}.author-role{font-size:12px;color:#999;margin:3px 0 0}.contact-section{padding:100px 40px;background-color:#fff}.contact-container{max-width:1000px;margin:0 auto}.contact-header{text-align:center;margin-bottom:60px}.contact-heading{font-size:48px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;animation:slideInUp .6s ease-out}.contact-subheading{font-size:18px;color:#666;margin:0;animation:slideInUp .6s ease-out .1s backwards}.contact-box{background:linear-gradient(135deg,#f5f9f8,#fff);padding:50px;border-radius:20px;box-shadow:0 10px 40px #00000014;animation:slideInUp .6s ease-out .2s backwards}.contact-item{display:flex;align-items:center;gap:30px}.contact-icon{font-size:48px;min-width:60px}.contact-info h3{font-size:22px;font-weight:700;color:#1a5d54;margin:0 0 10px}.contact-info p{font-size:16px;color:#666;margin:0}.contact-info a{color:#2a9585;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-info a:hover{color:#1a5d54}.feedback-section{padding:100px 40px;background:linear-gradient(135deg,#f5f9f8,#fff)}.feedback-container{max-width:700px;margin:0 auto}.feedback-header{text-align:center;margin-bottom:50px}.feedback-heading{font-size:48px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;animation:slideInUp .6s ease-out}.feedback-description{font-size:18px;color:#666;margin:0;animation:slideInUp .6s ease-out .1s backwards}.feedback-form{background-color:#fff;padding:50px;border-radius:20px;box-shadow:0 10px 40px #00000014;animation:slideInUp .6s ease-out .2s backwards}.form-group{margin-bottom:25px}.form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #f0f0f0;border-radius:10px;font-size:15px;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2a9585;background-color:#f8fbfa;box-shadow:0 0 0 3px #2a95851a}.form-group textarea{resize:vertical;min-height:150px}.word-count{font-size:12px;color:#999;margin-top:5px;text-align:right}.btn-submit-feedback{width:100%;padding:16px;background:linear-gradient(135deg,#2a9585,#1a5d54);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #2a958533;margin-top:10px}.btn-submit-feedback:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2a95854d}.btn-submit-feedback:active{transform:translateY(0)}.feedback-message{margin-top:20px;padding:15px 20px;border-radius:10px;font-size:14px;text-align:center;font-weight:500}.feedback-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.feedback-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}footer{background:linear-gradient(135deg,#1a5d54,#003d25);padding:50px 40px;text-align:center;color:#fff;font-size:16px}.footer-content{max-width:1400px;margin:0 auto}footer p{margin:10px 0;opacity:.9}footer p:last-child{font-weight:600;opacity:1}.article-container{max-width:900px;margin:0 auto;padding:40px 20px}article{background-color:#fff;padding:50px;border-radius:10px;line-height:1.8}article h1{font-size:42px;font-weight:700;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;line-height:1.3}article .article-date{color:#999;font-size:14px;font-weight:500;margin-bottom:30px;display:block;text-transform:capitalize}article p{font-size:16px;color:#555;margin:20px 0;line-height:1.8}article h2{font-size:28px;font-weight:700;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:40px 0 20px;line-height:1.3}article h3{font-size:22px;font-weight:700;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:30px 0 15px;line-height:1.3}.tos-section{padding:80px 40px;background:linear-gradient(135deg,#caf4ec66,#f5f9f899,#fff);min-height:calc(100vh - 200px)}.tos-container{max-width:900px;margin:0 auto}.tos-title{font-size:48px;font-weight:800;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 10px;line-height:1.2;animation:slideInUp .6s ease-out}.tos-effective{font-size:14px;color:#999;font-style:italic;margin:0 0 30px;animation:slideInUp .6s ease-out .1s backwards}.tos-content{display:flex;flex-direction:column;gap:30px;margin:50px 0}.tos-block{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 15px #00000014;border-left:4px solid #2a9585}.tos-block h2{font-size:26px;font-weight:700;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;line-height:1.3}.tos-block p{font-size:16px;color:#555;line-height:1.8;margin:0}.tos-contact{background:linear-gradient(135deg,#f5f9f8,#fff);padding:40px;border-radius:12px;margin-top:40px;border-left:4px solid #2a9585}.tos-contact p{font-size:16px;color:#555;line-height:1.8}.tos-email a{color:#2a9585;text-decoration:none;font-weight:600;transition:color .3s ease}.tos-email a:hover{color:#1a5d54}.tos-acceptance{background:#fff;padding:30px;border-radius:12px;margin-top:30px;border:2px solid #f0f0f0}.tos-acceptance p{font-size:15px;color:#666;line-height:1.8;margin:10px 0}.tos-effective{font-size:14px;color:#999;font-style:italic;margin:0 0 30px}.btn-learn-more{display:inline-block;margin-top:15px;padding:12px 24px;background:linear-gradient(135deg,#2a9585,#1a5d54);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;font-size:14px}.btn-learn-more:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2a95854d}.timeline-content h3{background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:22px;font-weight:700;margin:10px 0 8px}article ul,article ol{font-size:16px;color:#555;line-height:1.8;margin:20px 0;padding-left:25px}@media(max-width:1024px){.main-header{height:4rem;padding:0 20px;gap:30px}.logo-header{width:40px;height:35px}.logo-caption{font-size:18px}.header-links{gap:15px;font-size:14px;max-width:calc(100vw - 120px)}.header-links a{font-size:13px}.hero-section{padding:220px 20px;min-height:1000px}.hero-heading-large{font-size:60px}.hero-heading-small{font-size:32px}.hero-heading-smaller{font-size:22px}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.services-content{grid-template-columns:1fr;gap:50px}.about-content{grid-template-columns:1fr;gap:40px}.testimonials-grid{grid-template-columns:1fr}.features-grid{gap:25px}}@media(max-width:768px){.hero-section{padding:120px 20px;min-height:900px}.hero-badge{font-size:12px;padding:6px 16px}.hero-heading-large{font-size:48px;margin:0 0 15px}.hero-heading-small{font-size:24px}.hero-heading-smaller{font-size:18px;margin:0 0 20px}.hero-subtitle{font-size:16px;margin:0 0 30px}.hero-buttons{flex-direction:column;gap:15px}.btn-primary,.btn-secondary{padding:12px 30px}.section-title{font-size:36px}.section-subtitle{font-size:16px;margin-bottom:40px}.services-header{margin-bottom:50px}.services-main-title{font-size:36px}.features-section,.about-section,.services-section,.contact-section,.feedback-section{padding:60px 20px}.about-title,.contact-heading,.feedback-heading{font-size:36px}.service-card-main,.contact-box,.feedback-form{padding:30px 20px}.service-name{font-size:28px}.testimonials-title{font-size:24px}.feature-card{padding:30px 20px}}@media(max-width:480px){.main-header{height:3.5rem;padding:0 15px;gap:8px}.logo-header{width:40px;height:40px}.logo-caption{font-size:16px;white-space:nowrap}.header-links{gap:8px;font-size:11px}.header-links a{font-size:11px;padding:2px 4px}.hero-section{padding:100px 15px;min-height:550px}.hero-heading-large{font-size:36px}.hero-heading-small{font-size:18px}.hero-heading-smaller{font-size:16px}.hero-subtitle{font-size:14px}.hero-buttons{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{padding:12px 24px;font-size:14px}.section-title{font-size:28px;margin-bottom:10px}.section-subtitle{font-size:14px;margin-bottom:30px}.services-section,.about-section,.contact-section,.feedback-section,.features-section{padding:50px 15px}.about-title,.contact-heading,.feedback-heading,.services-main-title{font-size:28px}.about-content{gap:20px}.about-paragraph{font-size:16px}.service-card-main,.contact-box,.feedback-form{padding:20px 15px}.service-name{font-size:24px}.service-buttons{flex-direction:column}.btn-visit-product{padding:12px 20px}}.article-hero{background:linear-gradient(135deg,#2a9585,#1a5d54);padding:60px 40px;color:#fff;text-align:center;margin-bottom:60px;border-radius:20px;box-shadow:0 20px 60px #2a958533}.article-hero h1{font-size:56px;font-weight:800;margin:0 0 20px;color:#fff;-webkit-background-clip:unset;background-clip:unset}.article-meta{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:20px}.article-meta-item{font-size:14px;color:#ffffffe6;display:flex;align-items:center;gap:8px}.article-meta-item:before{content:"";font-size:16px}article.article2-content{max-width:800px;margin:0 auto;font-size:16px;line-height:1.9;color:#555}article.article2-content h2{font-size:32px;font-weight:800;margin:60px 0 25px;padding-bottom:15px;border-bottom:3px solid #2a9585;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}article.article2-content h3{font-size:24px;font-weight:700;margin:40px 0 15px;padding-left:15px;border-left:4px solid #2a9585;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}article.article2-content p{font-size:16px;color:#555;line-height:1.9;margin:20px 0}article.article2-content ul{margin:25px 0;padding-left:30px;list-style:none}article.article2-content ul li{margin:16px 0;padding-left:30px;position:relative;font-size:16px;color:#555;line-height:1.8}article.article2-content ul li:before{content:"▸";position:absolute;left:0;color:#2a9585;font-size:20px;font-weight:700}article.article2-content ul li strong{color:#1a5d54;font-weight:700}article.article2-content>h1{display:none}.article-container.article2-container{padding:60px 40px;background:linear-gradient(135deg,#f5f9f8cc,#caf4ec4d);min-height:calc(100vh - 200px)}.article-container.article2-container:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(42,149,133,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(124,208,177,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}article.article2-content section{background:#fff;padding:40px;border-radius:15px;margin-bottom:30px;box-shadow:0 8px 30px #00000014;border-top:4px solid #2a9585;transition:all .3s ease}article.article2-content section:hover{box-shadow:0 12px 40px #2a958526;transform:translateY(-2px)}@media(max-width:768px){.article-hero{padding:40px 20px;margin-bottom:40px}.article-hero h1{font-size:36px}.article-meta{gap:15px}article.article2-content h2{font-size:26px;margin:40px 0 20px}article.article2-content h3{font-size:20px;margin:30px 0 12px}.article-container.article2-container{padding:40px 20px}article.article2-content section{padding:25px}}article.article1-content{max-width:800px;margin:0 auto;font-size:16px;line-height:1.9;color:#555}article.article1-content h2{font-size:32px;font-weight:800;margin:60px 0 25px;padding-bottom:15px;border-bottom:3px solid #2a9585;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}article.article1-content h3{font-size:24px;font-weight:700;margin:40px 0 15px;padding-left:15px;border-left:4px solid #2a9585;background:linear-gradient(135deg,#2a9585,#1a5d54);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}article.article1-content p{font-size:16px;color:#555;line-height:1.9;margin:20px 0}article.article1-content ul{margin:25px 0;padding-left:30px;list-style:none}article.article1-content ul li{margin:16px 0;padding-left:30px;position:relative;font-size:16px;color:#555;line-height:1.8}article.article1-content ul li:before{content:"▸";position:absolute;left:0;color:#2a9585;font-size:20px;font-weight:700}article.article1-content ul li strong{color:#1a5d54;font-weight:700}article.article1-content>h1{display:none}.article-container.article1-container{padding:60px 40px;background:linear-gradient(135deg,#f5f9f8cc,#caf4ec4d);min-height:calc(100vh - 200px)}.article-container.article1-container:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(42,149,133,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(124,208,177,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}article.article1-content section{background:#fff;padding:40px;border-radius:15px;margin-bottom:30px;box-shadow:0 8px 30px #00000014;border-top:4px solid #2a9585;transition:all .3s ease}article.article1-content section:hover{box-shadow:0 12px 40px #2a958526;transform:translateY(-2px)}@media(max-width:768px){article.article1-content h2{font-size:26px;margin:40px 0 20px}article.article1-content h3{font-size:20px;margin:30px 0 12px}.article-container.article1-container{padding:40px 20px}article.article1-content section{padding:25px}}
