body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;z-index:1000;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;color:#333;font-weight:700;font-size:1.5rem;gap:.5rem}.logo-image{height:40px;width:auto}.logo-text{color:#2563eb;font-weight:800}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#555;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#2563eb;background:#2563eb1a}.nav-link.active{color:#2563eb;font-weight:700}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:60%;height:3px;background:#2563eb;border-radius:2px}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:flex;flex-direction:column;gap:4px}.hamburger span{display:block;width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media(max-width:768px){.header-container{padding:1rem}.mobile-menu-button{display:block}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;border-top:1px solid #e0e0e0;box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{width:100%;text-align:center;padding:1rem}}.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#2563eb}.footer-logo-image{height:50px;width:auto;margin-bottom:1rem}.footer-slogan{color:#bdc3c7;font-size:.9rem;line-height:1.6}.footer-section p{margin:.5rem 0;font-size:.9rem;line-height:1.6;color:#bdc3c7}.footer-section a{color:#2563eb;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#3b82f6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.85rem;color:#95a5a6}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#95a5a6;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#2563eb}@media(max-width:768px){.footer-container{padding:0 1rem}.footer-main{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:.5rem}}.hero{min-height:30vh;display:flex;align-items:center;background:linear-gradient(135deg,#f5f7fa,#eff6ff);padding:2rem;margin-top:70px}.hero-container{max-width:1200px;margin:0 auto;text-align:center}.hero-content{animation:fadeInUp .8s ease-out;max-width:900px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;color:#2c3e50;margin-bottom:1rem;line-height:1.2;white-space:pre-line}.hero-subtitle{font-size:1.3rem;color:#2563eb;font-weight:600;margin-bottom:1rem;line-height:1.4}.hero-description{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563EB}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.15rem}.hero-description{font-size:1rem}}@media(max-width:768px){.hero{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.95rem}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}}.card-link{text-decoration:none;color:inherit}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;border:2px solid transparent}.card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2563eb33;border-color:#2563eb}.card-icon{font-size:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.card-icon-image{width:80px;height:80px;object-fit:contain}.card-content{flex:1}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#2c3e50}.card-subtitle{font-size:1rem;color:#2563eb;margin-bottom:1rem;font-weight:600}.card-description{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.card-footer{padding-top:1rem;border-top:1px solid #eee}.card-link-text{color:#2563eb;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;transition:gap .3s ease}.card:hover .card-link-text{gap:.5rem}@media(max-width:768px){.card{padding:1.5rem}.card-icon{font-size:2.5rem}.card-icon-image{width:60px;height:60px}.card-title{font-size:1.25rem}.card-subtitle{font-size:.9rem}.card-description{font-size:.875rem}}.business-cards{padding:6rem 2rem;background:#fff}.business-cards-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666}@media(max-width:768px){.business-cards{padding:4rem 1rem}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}}.contact-section{padding:6rem 2rem;background:linear-gradient(135deg,#f5f7fa,#eff6ff)}.contact-container{max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.contact-email{color:#2563eb;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-email:hover{color:#1e40af}.ceo-info{margin-top:0;text-align:left;display:inline-block}.ceo-info p{margin:.5rem 0;color:#555;font-size:1rem}.ceo-info p:first-child{margin-top:0}.ceo-info a{color:#2563eb;text-decoration:none;transition:color .3s ease}.ceo-info a:hover{color:#1e40af}@media(max-width:1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact-section{padding:4rem 1rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-card{padding:1.5rem}}.about{padding-top:70px}.about-hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2rem 2rem;text-align:center}.about-container{max-width:1200px;margin:0 auto}.about-section{padding:6rem 2rem}.vision-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.vm-card{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px #0000001a;border:2px solid transparent}.vm-icon{font-size:4rem;margin-bottom:1.5rem}.vm-card h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.vm-card p{font-size:1.1rem;color:#555;line-height:1.8}.core-values{margin:6rem 0;text-align:center}.section-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:linear-gradient(135deg,#f5f7fa,#eff6ff);border-radius:16px;padding:2rem;text-align:center}.value-card h3{font-size:1.5rem;color:#2563eb;margin-bottom:.5rem;font-weight:700}.value-card p{color:#555;font-size:1rem}.company-info{margin-top:6rem;text-align:center}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.info-item{background:#fff;border-radius:12px;padding:2rem;text-align:left;box-shadow:0 2px 4px #0000001a}.info-item strong{display:block;color:#2563eb;font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#555;font-size:1rem;line-height:1.6}.info-item a{color:#2563eb;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#1e40af}@media(max-width:768px){.about-hero{padding:2rem 1rem 1.5rem}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.about-section{padding:4rem 1rem}.vision-mission-grid,.values-grid,.info-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}.vm-card{padding:2rem 1.5rem}}.business-list{padding-top:70px}.business-list-hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2rem 2rem;text-align:center}.business-list-container{max-width:1200px;margin:0 auto}.page-title{font-size:3rem;font-weight:800;margin-bottom:1rem}.page-subtitle{font-size:1.3rem;opacity:.95}.business-list-content{padding:6rem 2rem;background:#fff}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:768px){.business-list-hero{padding:2rem 1rem 1.5rem}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.business-list-content{padding:4rem 1rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}}.business-detail{padding-top:70px}.business-hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2rem 2rem;text-align:center}.business-container{max-width:1200px;margin:0 auto}.business-title{font-size:3rem;font-weight:800;margin-bottom:0}.business-content{padding:6rem 2rem}.description-section{margin-bottom:4rem;text-align:center}.section-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:2rem}.description-text{font-size:1.2rem;color:#555;line-height:1.8;max-width:800px;margin:0 auto}.features-list{list-style:none;padding:0;max-width:800px;margin:3rem auto}.features-list li{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a;font-size:1.1rem;color:#555;border-left:4px solid #2563EB}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:2px solid transparent}.feature-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.feature-card p{color:#555;line-height:1.6}.process-section{margin:6rem 0;text-align:center}.process-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.process-step{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;position:relative}.process-step:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2563eb33}.step-number{width:50px;height:50px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1rem}.process-step h3{font-size:1.3rem;color:#2c3e50;margin-bottom:.5rem}.process-step p{color:#666;font-size:.95rem}.examples-section{margin:6rem 0;text-align:center}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.example-card{background:linear-gradient(135deg,#f5f7fa,#eff6ff);border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.example-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2563eb33}.example-card h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.example-card p{color:#555;line-height:1.6}.category-section{margin:6rem 0;text-align:center}.category-description{font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.category-graph{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}.category-group{display:flex;flex-direction:column;align-items:center}.category1-box{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:1.5rem 2rem;border-radius:16px;font-size:1.3rem;font-weight:700;text-align:center;box-shadow:0 4px 12px #2563eb4d;min-width:200px;position:relative}.connector-line{width:2px;height:30px;background:linear-gradient(to bottom,#2563eb,#94a3b8);margin:0}.category2-container{display:flex;flex-direction:column;gap:1rem;width:100%}.category2-box{background:#fff;border:2px solid #e0e0e0;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;color:#555;text-align:center;box-shadow:0 2px 4px #0000000d}.example-channels{margin-top:4rem}.example-channels h3{font-size:1.8rem;color:#2c3e50;margin-bottom:2rem;font-weight:700}.channels-grid{display:flex;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;flex-wrap:nowrap}.channel-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000001a;text-decoration:none;transition:all .3s ease;border:2px solid transparent;min-width:200px;max-width:250px;flex:1}.channel-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2563eb33;border-color:#2563eb}.channel-icon{font-size:3rem;flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center}.channel-icon-image{width:100%;height:100%;object-fit:contain;border-radius:12px}.channel-info{flex:1;text-align:center;width:100%}.channel-platform{font-size:1.4rem;font-weight:800;color:#2c3e50;margin-bottom:.5rem}.channel-name{font-size:1.1rem;font-weight:600;color:#2563eb;margin-bottom:.3rem}.channel-category{font-size:.9rem;color:#666;margin-top:.5rem}.channel-status{font-size:.85rem;color:#999;font-style:italic;margin-top:.5rem}.channel-card-disabled{opacity:.6;cursor:not-allowed;border:2px dashed #e0e0e0}.channel-card-disabled:hover{transform:none;box-shadow:0 4px 6px #0000001a;border-color:#e0e0e0}.external-link-section{text-align:center;margin:4rem 0}.external-link-button{display:inline-block;background:#2563eb;color:#fff;padding:1.5rem 3rem;border-radius:12px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease}.external-link-button:hover{background:#1e40af;transform:translateY(-4px);box-shadow:0 8px 16px #2563eb4d}.back-button-section{text-align:center;margin-top:4rem}.back-button{background:#fff;color:#2563eb;border:2px solid #2563EB;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #2563eb4d}@media(max-width:768px){.business-hero{padding:2rem 1rem 1.5rem}.business-title{font-size:2rem}.business-content{padding:4rem 1rem}.section-title{font-size:2rem}.description-text{font-size:1rem}.features-grid,.process-timeline,.examples-grid{grid-template-columns:1fr;gap:1.5rem}.external-link-button{padding:1.2rem 2rem;font-size:1rem}.category-graph{grid-template-columns:1fr;gap:2rem}.category1-box{font-size:1.1rem;padding:1.2rem 1.5rem;min-width:150px}.category2-box{font-size:.9rem;padding:.8rem 1rem}.channels-grid{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 1rem}.channel-card{padding:1.5rem}.channel-icon{font-size:2.5rem;width:55px;height:55px}.channel-name{font-size:1.1rem}}.technology{padding-top:70px}.tech-hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2rem 2rem;text-align:center}.tech-container{max-width:1200px;margin:0 auto}.tech-content{padding:6rem 2rem}.tech-tabs{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.tech-tab{padding:1rem 2rem;background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-weight:600;color:#555;cursor:pointer;transition:all .3s ease}.tech-tab:hover{border-color:#2563eb;color:#2563eb;transform:translateY(-2px)}.tech-tab.active{background:linear-gradient(135deg,#f5f7fa,#eff6ff);color:#2563eb;border-color:#2563eb}.tech-detail{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 6px #0000001a;margin-bottom:4rem}.tech-detail-header{margin-bottom:2rem;text-align:center}.tech-detail-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:800}.tech-description{font-size:1.2rem;color:#666;line-height:1.8}.tech-features{margin-top:3rem}.tech-features h3{font-size:2rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.tech-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tech-feature-item{background:linear-gradient(135deg,#f5f7fa,#eff6ff);border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.tech-feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #2563eb33}.feature-number{width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;flex-shrink:0}.tech-feature-item p{color:#555;line-height:1.6;font-size:.95rem}.tech-overview{margin-top:6rem;text-align:center}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.tech-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.tech-card:hover{border-color:#2563eb;transform:translateY(-8px);box-shadow:0 12px 24px #2563eb33}.tech-card.selected{border-color:#2563eb;background:linear-gradient(135deg,#f5f7fa,#eff6ff)}.tech-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.tech-card p{color:#666;line-height:1.6}@media(max-width:768px){.tech-hero{padding:2rem 1rem 1.5rem}.tech-content{padding:4rem 1rem}.tech-tabs{flex-direction:column}.tech-tab{width:100%;text-align:center}.tech-detail{padding:2rem 1.5rem}.tech-detail-header h2{font-size:2rem}.tech-description{font-size:1rem}.tech-features-grid,.tech-grid{grid-template-columns:1fr}}.contact-page{padding-top:70px}.contact-hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:3rem 2rem 2rem;text-align:center}.contact-hero-container{max-width:1200px;margin:0 auto}.map-section{padding:6rem 2rem;background:#fff}.map-container{max-width:1200px;margin:0 auto;text-align:center}.address-info{margin-top:2rem}.address{font-size:1.2rem;color:#555;margin-bottom:2rem}.map-placeholder{background:linear-gradient(135deg,#f5f7fa,#eff6ff);border-radius:16px;padding:4rem 2rem;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #2563EB}.map-placeholder p:first-child{font-size:4rem;margin-bottom:1rem}.map-info{font-size:1.2rem;color:#666;font-weight:600}@media(max-width:768px){.contact-hero{padding:2rem 1rem 1.5rem}.map-section{padding:4rem 1rem}.address{font-size:1rem}.map-placeholder{padding:3rem 1rem;min-height:300px}.map-placeholder p:first-child{font-size:3rem}.map-info{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}html{scroll-behavior:smooth}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}
