*,::after,::before{box-sizing:border-box}body{font-family:'Noto Sans JP',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin:0;padding:0;background-color:#f9fafb;color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}svg{max-width:100%;height:auto}.section svg,a svg,h2 svg,h3 svg,section svg{width:auto;height:auto;max-width:32px;max-height:32px}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-gradient{background:linear-gradient(135deg,rgba(37,99,235,.95) 0,rgba(59,130,246,.9) 50%,rgba(37,99,235,.95) 100%)}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-5px)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.site-header{background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);position:sticky;top:0;z-index:50}.header-inner{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:64px}@media (min-width:640px){.header-inner{padding:0 1.5rem}}@media (min-width:1024px){.header-inner{padding:0 2rem}}.site-logo{display:flex;align-items:center}.logo-text-link{font-size:1.5rem;font-weight:900;color:#2563eb;letter-spacing:.05em}@media (min-width:768px){.logo-text-link{font-size:1.75rem}}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.logo-text{font-size:1.25rem;font-weight:700;color:#1f2937}.main-nav{display:none}@media (min-width:768px){.main-nav{display:flex;align-items:center;gap:2rem}}.nav-link{color:#374151;font-weight:500;transition:color .2s}.nav-link.current,.nav-link:hover{color:#2563eb}.nav-cta{background-color:#2563eb;color:#fff;padding:.5rem 1.25rem;border-radius:.5rem;font-weight:500;transition:background-color .2s}.nav-cta:hover{background-color:#1d4ed8}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;padding:.5rem;cursor:pointer;color:#374151}@media (min-width:768px){.mobile-menu-toggle{display:none}}.mobile-menu{display:none;padding-bottom:1rem}.mobile-menu.is-active{display:block}@media (min-width:768px){.mobile-menu{display:none!important}}.mobile-nav-link{display:block;padding:.5rem 0;color:#374151}.mobile-nav-link.current{color:#2563eb;font-weight:500}.site-footer{background-color:#111827;color:#fff}.footer-inner{max-width:1280px;margin:0 auto;padding:4rem 1rem}@media (min-width:640px){.footer-inner{padding:4rem 1.5rem}}@media (min-width:1024px){.footer-inner{padding:4rem 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.footer-logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.02em}.footer-description{color:#9ca3af;font-size:.875rem;line-height:1.6}.footer-heading{font-size:1rem;font-weight:700;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact{color:#9ca3af;font-size:.875rem;line-height:1.8}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #374151;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{color:#6b7280;font-size:.875rem}.social-links{display:flex;gap:1.5rem}.social-links a{color:#9ca3af;transition:color .2s}.social-links a:hover{color:#fff}.social-links svg{width:24px;height:24px}.hero-section{position:relative;min-height:600px;display:flex;align-items:center}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(37,99,235,.95) 0,rgba(59,130,246,.9) 50%,rgba(37,99,235,.95) 100%)}.hero-content{position:relative;max-width:1280px;margin:0 auto;padding:6rem 1rem;text-align:center;color:#fff}@media (min-width:640px){.hero-content{padding:6rem 1.5rem}}@media (min-width:1024px){.hero-content{padding:6rem 2rem}}.hero-subtitle{color:#bfdbfe;font-size:.875rem;font-weight:500;letter-spacing:.1em;margin-bottom:1rem}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (min-width:768px){.hero-title{font-size:3.75rem}}.hero-description{font-size:1.125rem;color:#bfdbfe;max-width:672px;margin:0 auto 2.5rem;line-height:1.6}@media (min-width:768px){.hero-description{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.hero-buttons{flex-direction:row}}.hero-btn-primary{display:inline-block;background-color:#fff;color:#2563eb;padding:1rem 2rem;border-radius:.5rem;font-weight:600;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:background-color .2s}.hero-btn-primary:hover{background-color:#eff6ff}.hero-btn-secondary{display:inline-block;border:2px solid #fff;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .2s}.hero-btn-secondary:hover{background-color:rgba(255,255,255,.1)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 1s infinite}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)}50%{transform:translateX(-50%) translateY(0);animation-timing-function:cubic-bezier(0,0,0.2,1)}}section.news-bar{background-color:#fff;padding:2rem 1.5rem;border-bottom:1px solid #e5e7eb}section.news-bar .news-bar-inner{max-width:1100px;margin:0 auto}section.news-bar .news-bar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}section.news-bar h2.news-bar-title{font-size:1.25rem;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:.5rem;margin:0}section.news-bar .news-bar-title svg{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;flex-shrink:0}section.news-bar a.news-bar-more{font-size:.9375rem;color:#2563eb;font-weight:600}section.news-bar a.news-bar-more:hover{color:#1d4ed8}section.news-bar .news-bar-list{display:flex;flex-direction:column;gap:0}section.news-bar a.news-bar-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 0;border-bottom:1px solid #f3f4f6;transition:background-color .2s}section.news-bar a.news-bar-item:last-child{border-bottom:none}section.news-bar a.news-bar-item:hover{background-color:#f9fafb}section.news-bar .news-bar-date{font-size:.9375rem;color:#6b7280;white-space:nowrap;flex-shrink:0}section.news-bar .news-bar-tag{font-size:.75rem;font-weight:600;padding:.3rem .625rem;border-radius:.25rem;white-space:nowrap;flex-shrink:0;display:inline-block}section.news-bar .news-bar-tag.info{background-color:#dbeafe;color:#1e40af}section.news-bar .news-bar-tag.event{background-color:#d1fae5;color:#059669}section.news-bar .news-bar-tag.update{background-color:#fef3c7;color:#d97706}section.news-bar .news-bar-text{font-size:1rem;color:#374151;flex:1}section.news-bar a.news-bar-item:hover .news-bar-text{color:#2563eb}@media (max-width:640px){section.news-bar a.news-bar-item{flex-wrap:wrap;gap:.5rem}section.news-bar .news-bar-text{width:100%}}.section{padding:5rem 0}.section-white{background-color:#fff}.section-gray{background-color:#f9fafb}.section-dark{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}.section-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-label{color:#2563eb;font-weight:500;margin-bottom:.5rem}.section-dark .section-label{color:#60a5fa}.section-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width:768px){.section-title{font-size:2.25rem}}.section-blue .section-title,.section-dark .section-title{color:#fff}.section-description{color:#6b7280;max-width:672px;margin:0 auto}.section-dark .section-description{color:#9ca3af}.section-blue .section-description{color:#bfdbfe}.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:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden;border:1px solid #f3f4f6;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.service-card-image{height:192px;overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.service-card:hover .service-card-image img{transform:scale(1.1)}.service-card-content{padding:1.5rem}.service-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-icon.blue{background-color:#dbeafe;color:#2563eb}.service-icon.green{background-color:#d1fae5;color:#059669}.service-icon.purple{background-color:#ede9fe;color:#7c3aed}.service-icon.orange{background-color:#ffedd5;color:#ea580c}.service-card-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.service-card-description{color:#6b7280;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;border:1px solid rgba(255,255,255,.1)}.feature-icon{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon.blue{background-color:rgba(59,130,246,.2);color:#60a5fa}.feature-icon.green{background-color:rgba(34,197,94,.2);color:#4ade80}.feature-icon.purple{background-color:rgba(168,85,247,.2);color:#c084fc}.feature-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.feature-card-description{color:#9ca3af;line-height:1.6}.cases-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.cases-grid{grid-template-columns:repeat(3,1fr)}}.case-card{display:block;background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;text-decoration:none}.case-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.case-card-image{height:192px;overflow:hidden;position:relative}.case-card-image::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.1),transparent);z-index:1}.case-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-card:hover .case-card-image img{transform:scale(1.08)}.case-card-content{padding:1.5rem}.case-tag{display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px}.case-tag.blue{background-color:#eff6ff;color:#2563eb}.case-tag.green{background-color:#ecfdf5;color:#059669}.case-tag.purple{background-color:#f5f3ff;color:#7c3aed}.case-card-title{font-size:1.125rem;font-weight:700;color:#111827;margin-top:.75rem;margin-bottom:.5rem}.case-card-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.case-card-link{color:#2563eb;font-weight:500;font-size:.875rem;display:inline-flex;align-items:center;transition:transform .3s ease}.case-card:hover .case-card-link{transform:translateX(4px)}.news-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{display:block;background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;transition:background-color .2s}.news-card:hover{background-color:#eff6ff}.news-date{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.news-title{font-size:1.125rem;font-weight:500;color:#111827;transition:color .2s}.news-card:hover .news-title{color:#2563eb}.cta-section{position:relative;padding:6rem 0}.cta-bg{position:absolute;inset:0}.cta-bg img{width:100%;height:100%;object-fit:cover}.cta-overlay{position:absolute;inset:0;background-color:rgba(30,58,138,.9)}.cta-content{position:relative;max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center;color:#fff}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.cta-title{font-size:2.25rem}}.cta-description{color:#bfdbfe;font-size:1.125rem;max-width:672px;margin:0 auto 2.5rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.cta-buttons{flex-direction:row}}.page-header{position:relative;padding:5rem 0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.page-header-pattern{position:absolute;inset:0;opacity:.1}.page-header-content{position:relative;max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}.page-header-label{color:#bfdbfe;font-weight:500;margin-bottom:.5rem}.page-header-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.page-header-title{font-size:3rem}}.page-header-description{color:#bfdbfe;max-width:672px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 2fr}}.contact-info-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:1.5rem}.contact-form-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-required{color:#ef4444}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-textarea{resize:vertical;min-height:150px}.form-submit{width:100%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1rem;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.form-submit:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.works-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.works-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.works-grid{grid-template-columns:repeat(3,1fr)}}.work-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.work-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.work-card-image{position:relative;height:224px;overflow:hidden}.work-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.work-card:hover .work-card-image img{transform:scale(1.05)}.work-tag{position:absolute;top:1rem;left:1rem;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;color:#fff}.work-tag.blue{background-color:#2563eb}.work-tag.green{background-color:#059669}.work-tag.purple{background-color:#7c3aed}.work-tag.orange{background-color:#ea580c}.work-card-content{padding:1.5rem}.work-card-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.work-card-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.work-tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background-color:#f3f4f6;color:#6b7280;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem}.work-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #e5e7eb}.work-client{color:#6b7280;font-size:.875rem}.work-link{color:#2563eb;font-weight:500;font-size:.875rem}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden;transition:box-shadow .3s}.pricing-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.pricing-card.featured{border:2px solid #22c55e;position:relative}.pricing-badge{position:absolute;top:1rem;right:1rem;background-color:#22c55e;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}.pricing-image{height:192px;overflow:hidden}.pricing-image img{width:100%;height:100%;object-fit:cover}.pricing-content{padding:1.5rem}.pricing-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.pricing-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.pricing-price{padding-top:1rem;border-top:1px solid #e5e7eb}.pricing-amount{font-size:1.875rem;font-weight:700;color:#2563eb}.pricing-unit{font-size:1.125rem;font-weight:400;color:#6b7280}.news-article{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);overflow:hidden;transition:box-shadow .3s;margin-bottom:2rem}.news-article:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}@media (min-width:768px){.news-article-inner{display:flex}}.news-article-image{width:100%;height:192px}@media (min-width:768px){.news-article-image{width:33.333%;height:auto}}.news-article-image img{width:100%;height:100%;object-fit:cover}.news-article-content{padding:1.5rem}@media (min-width:768px){.news-article-content{width:66.666%;padding:2rem}}.news-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.news-category{font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}.news-category.blue{background-color:#dbeafe;color:#2563eb}.news-category.gray{background-color:#f3f4f6;color:#6b7280}.news-category.green{background-color:#d1fae5;color:#059669}.news-article-date{color:#6b7280;font-size:.875rem}.news-article-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem}.news-article-excerpt{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.news-article-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:500}.news-article-link:hover{color:#1d4ed8}.pagination{display:flex;justify-content:center;margin-top:3rem}.pagination-nav{display:inline-flex;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.pagination-link{padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;color:#374151;transition:background-color .2s}.pagination-link:first-child{border-radius:.5rem 0 0 .5rem}.pagination-link:last-child{border-radius:0 .5rem .5rem 0}.pagination-link:hover{background-color:#f9fafb}.pagination-link.current{background-color:#2563eb;border-color:#2563eb;color:#fff}.faq-list{max-width:896px;margin:0 auto}.faq-item{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.faq-question{font-weight:700;color:#111827;margin-bottom:.5rem}.faq-answer{color:#6b7280;font-size:.875rem}.process-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width:768px){.process-grid{grid-template-columns:repeat(5,1fr)}}.process-step{text-align:center}.process-number{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700}.process-number.blue{background-color:#dbeafe;color:#2563eb}.process-number.green{background-color:#d1fae5;color:#059669}.process-title{font-weight:700;color:#111827;margin-bottom:.5rem}.process-description{color:#6b7280;font-size:.875rem}.process-arrow{display:none;align-items:center;justify-content:center;color:#d1d5db}@media (min-width:768px){.process-arrow{display:flex}}.category-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:2rem 0}.filter-btn{padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;border:1px solid #e5e7eb;background-color:#fff;color:#374151;cursor:pointer;transition:all .2s}.filter-btn:hover{background-color:#f3f4f6}.filter-btn.active{background-color:#2563eb;border-color:#2563eb;color:#fff}.alignleft{float:left;margin-right:1.5rem;margin-bottom:1rem}.alignright{float:right;margin-left:1.5rem;margin-bottom:1rem}.aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.wp-caption{max-width:100%}.wp-caption-text{font-size:.875rem;color:#6b7280;text-align:center;margin-top:.5rem}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.clearfix::after{content:"";display:table;clear:both}.products-featured-grid{display:grid!important;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.products-featured-grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:1024px){.products-featured-grid{grid-template-columns:repeat(3,1fr)!important}}.product-featured-card{position:relative!important;background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);overflow:hidden!important;transition:all .3s ease}.product-featured-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.product-featured-card .product-badge,span.product-badge{position:absolute!important;top:1rem!important;right:1rem!important;left:auto!important;z-index:10;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.75rem;font-weight:700;padding:.375rem 1rem;border-radius:9999px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.product-badge.badge-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.product-badge.badge-green{background:linear-gradient(135deg,#10b981,#059669)}.product-badge.badge-orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.product-badge.badge-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.product-badge.badge-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.product-badge.badge-pink{background:linear-gradient(135deg,#ec4899,#db2777)}.product-featured-image{height:220px;overflow:hidden;position:relative}.product-featured-image::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.1),transparent);z-index:1}.product-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-featured-card:hover .product-featured-image img{transform:scale(1.08)}.product-featured-content{padding:1.5rem}.product-featured-title{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.3}.product-featured-description{color:#6b7280;font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}.product-featured-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:600;font-size:.9375rem;transition:all .2s ease}.product-featured-link:hover{color:#1d4ed8}.product-featured-link svg{transition:transform .2s ease;margin-left:.5rem}.product-featured-link:hover svg{transform:translateX(4px)}.techvision-sortable{list-style:none;padding:0;margin:0}.techvision-sortable li{padding:12px 15px;background:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:8px;cursor:move;display:flex;align-items:center}.techvision-sortable li .dashicons{margin-right:10px;color:#999}.techvision-admin-section{background:#fff;border:1px solid #ccd0d4;margin-bottom:20px;padding:20px}.techvision-admin-section h2{margin-top:0;padding-bottom:10px;border-bottom:1px solid #eee}.techvision-card{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;padding:20px;margin-bottom:20px}.techvision-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ddd}.techvision-card-header h3{margin:0}