*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app{width:100%;min-height:100vh;background:#fafafa}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}.navbar-scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 4px 20px rgba(0,0,0,.15)}.nav-container{max-width:1200px;margin:0 auto;padding:.6rem 2rem;justify-content:space-between}.nav-container,.nav-right{display:flex;align-items:center}.nav-right{gap:3rem}.logo{display:flex;align-items:center;height:38px}.logo-img{height:100%;width:auto;max-width:120px;object-fit:contain}.hero-product-image img,.logo-img img,.nav-qrcode-small img,.qrcode-image img{width:100%;height:auto;object-fit:contain}.nav-menu{display:flex;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-menu a:hover{color:#3949ab}.nav-menu a.active{color:#3949ab;font-weight:600}.nav-qrcode{position:relative;margin-left:1rem;display:flex;align-items:center}.nav-qrcode-small{width:50px;height:50px;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);background:#fff;padding:3px}.nav-qrcode-small:hover{transform:scale(1.1);box-shadow:0 4px 16px rgba(0,0,0,.2)}.nav-qrcode-popup{position:absolute;top:calc(100% + .8rem);right:0;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;min-width:200px;text-align:center}.nav-qrcode:hover .nav-qrcode-popup{opacity:1;visibility:visible;transform:translateY(0)}.nav-qrcode:hover .nav-qrcode-small{transform:scale(1.1)}.nav-qrcode-image{width:180px;height:auto;border-radius:8px;margin-bottom:.8rem}.nav-qrcode-desc{color:#333;font-size:.85rem;line-height:1.5;margin:0}.hero{position:relative;width:100%;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#3d566e);padding:4.5rem 0 1.5rem}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>') repeat;opacity:.4;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%;height:100%;justify-content:center}.hero-content{color:hsla(0,0%,100%,.95);text-align:center;max-width:800px}.hero-title{font-size:2rem;font-weight:600;margin-bottom:1rem;animation:fadeInUp 1s ease;text-align:center;color:hsla(0,0%,100%,.98);text-shadow:0 2px 8px rgba(0,0,0,.2),0 4px 16px rgba(0,0,0,.1);letter-spacing:.5px}.hero-desc{font-size:1.15rem;margin-bottom:0;color:hsla(0,0%,100%,.9);line-height:1.6;animation:fadeInUp 1s ease .3s both;text-align:center;font-weight:400;max-width:900px;margin-left:auto;margin-right:auto}.hero-products{flex-direction:row;gap:1.5rem;animation:fadeInUp 1s ease .5s both;width:100%;max-width:1200px}.hero-product-item,.hero-products{display:flex;justify-content:center;align-items:center}.hero-product-item{border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.2);transition:all .3s ease;background:hsla(0,0%,100%,.03);flex:1 1;max-width:450px}.hero-product-item:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,.3)}.hero-product-image{width:100%;height:auto;max-height:530px;display:block;object-fit:contain}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:hsla(0,0%,100%,.2);border:2px solid #fff;border-radius:50px;cursor:pointer;transition:all .3s ease;animation:fadeInUp 1s ease .4s both;text-decoration:none}.cta-button:hover{background:#fff;color:#1a237e;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.section{padding:4rem 0 5rem;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.75rem;text-align:center;margin-bottom:2rem;color:#1a1a1a;position:relative;font-weight:700;letter-spacing:-.03em;padding-bottom:.8rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(135deg,rgba(102,126,234,.6),rgba(118,75,162,.6));border-radius:2px}.section-subtitle{text-align:center;font-size:1.15rem;color:#666;max-width:800px;margin:1rem auto 2.5rem;line-height:1.75;font-weight:400}.about{background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-top:1rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.about-stats-home{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{text-align:center;padding:2rem;background:linear-gradient(135deg,#1a237e,#3949ab);border-radius:15px;color:#fff;box-shadow:0 10px 30px rgba(26,35,126,.3)}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.services{background:linear-gradient(180deg,#f8f9fa,#fff);position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.05),transparent)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;position:relative;z-index:1}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.service-card:hover{transform:scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.08);border-color:rgba(102,126,234,.2)}.service-card:hover:before{transform:scaleX(1)}.service-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px rgba(0,0,0,.12)}.service-card:hover .service-icon-wrapper{transform:rotate(20deg);box-shadow:0 8px 20px rgba(0,0,0,.15)}.service-icon-svg{width:32px;height:32px;color:#fff;display:flex;align-items:center;justify-content:center}.service-icon-svg svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.service-title{font-size:1.35rem;font-weight:600;margin-bottom:.875rem;color:#1a1a1a;letter-spacing:-.02em;transition:color .3s ease}.service-card:hover .service-title{color:#3949ab}.service-desc{color:#666;line-height:1.7;font-size:.9rem;margin:0;transition:color .3s ease}.service-card:hover .service-desc{color:#333}.products{background:#f8f9fa}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.product-item{border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease;background:transparent}.product-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.product-image{width:100%;height:auto;display:block;object-fit:cover}.contact{background:#f8f9fa}.contact-content{max-width:1200px;margin:0 auto}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:flex-start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-details h4{font-size:1.2rem}.contact-details a{transition:color .3s ease}.contact-details a:hover{color:#1a237e}.contact-qrcode{display:flex;flex-direction:column;align-items:center;justify-content:center}.qrcode-image{width:100%;max-width:220px;height:auto;margin-bottom:.5rem}.qrcode-desc{color:#666;font-size:.9rem;text-align:center}.footer{background:#333;color:#fff;padding:2rem 0;text-align:center}.footer p{margin:.5rem 0}.footer .icp{margin-top:1rem;font-size:.9rem;opacity:.8}.footer .icp a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.footer .icp a:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.nav-container{padding:.4rem 1rem;flex-wrap:wrap}.nav-right{order:2;flex:1 1;gap:1rem;justify-content:flex-end}.logo{order:1}.nav-menu{gap:.8rem;font-size:.85rem}.nav-menu a{padding:.3rem .5rem}.nav-qrcode{margin-left:0}.hero{height:auto;min-height:100vh;padding:1rem 0}.hero-container{gap:2rem;padding:0 1rem}.hero-title{font-size:1.8rem}.nav-qrcode-small{width:45px;height:45px}.nav-qrcode-popup{right:0;left:auto;min-width:160px;top:calc(100% + .5rem)}.nav-qrcode-image{width:140px}.nav-qrcode-desc{font-size:.8rem}.hero-products{flex-direction:column;gap:1rem}.hero-product-item{max-width:100%;max-height:300px}.hero-product-image{max-height:300px}.section-title{font-size:2rem}.about-content{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.about-stats-home,.contact-wrapper{grid-template-columns:1fr}.contact-wrapper{gap:2rem}.products-grid,.services-grid{grid-template-columns:1fr}.services-grid{gap:1.5rem}.service-card{padding:2rem 1.5rem}.service-icon-wrapper{width:56px;height:56px}.service-icon-svg{width:28px;height:28px}.logo-img{max-width:80px}}@media (max-width:480px){.nav-menu{gap:.5rem;font-size:.75rem}.nav-menu a{padding:.2rem .4rem}.nav-qrcode-small{width:40px;height:40px}.hero-title{font-size:1.4rem}.section{padding:3rem 0}.container{padding:0 1rem}.logo-img{max-width:70px}}.series-entrance{background:#fff}.series-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.series-card{position:relative;background:#fff;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;overflow:hidden;display:block}.series-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.series-card-gradient{position:absolute;top:0;left:0;right:0;height:4px;z-index:1}.series-card-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.8rem;position:relative;z-index:2}.series-card-desc{color:#666;line-height:1.6;margin-bottom:1rem}.series-card-desc,.series-card-link{font-size:.95rem;position:relative;z-index:2}.series-card-link{display:inline-block;color:#3949ab;font-weight:500;transition:color .3s ease}.series-card:hover .series-card-link{color:#283593}.price-method-intro{background:#f8f9fa}.price-method-content{max-width:800px;margin:0 auto;text-align:left}.price-method-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.price-method-content strong{color:#3949ab;font-weight:600}.price-method-cta{text-align:center;margin-top:2rem}.about-intro{background:#fff}.about-cta{text-align:center;margin-top:2rem}.btn-primary{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 3rem;margin-top:60px}.breadcrumb{font-size:.9rem;margin-bottom:.8rem;opacity:.9}.breadcrumb a{color:#fff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{margin:0 .5rem}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:.8rem;line-height:1.2}.page-subtitle{font-size:1.2rem;opacity:.95;line-height:1.5;max-width:800px;margin-bottom:0}.content-section{background:#fff;padding:4rem 0}.content-block{margin-bottom:3rem}.content-block h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:0;border-bottom:none}.content-block p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1rem}.content-block strong{color:#3949ab;font-weight:600}.feature-list{list-style:none;padding:0;margin:1.5rem 0}.feature-list li{padding:.8rem 0 .8rem 1.5rem;position:relative;font-size:1.05rem;line-height:1.6;color:#555}.feature-list li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.process-list{list-style:none;padding:0;margin:1.5rem 0;counter-reset:step-counter}.process-list li{position:relative;padding:.8rem 0 .8rem 3rem;margin-bottom:.5rem;line-height:1.8;counter-increment:step-counter}.process-list li:before{content:counter(step-counter);position:absolute;left:0;top:.8rem;width:2rem;height:2rem;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.process-list li strong{color:#333;font-weight:600}.variety-group{margin-bottom:2rem}.variety-group-title{font-size:1.2rem;font-weight:600;color:#667eea;margin-bottom:1rem;padding-bottom:0;border-bottom:none}.variety-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.8rem;gap:.8rem;margin-bottom:1.5rem}.variety-card{background:#f8f9fa;border-radius:6px;padding:.8rem;text-align:center;border:none;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease}.variety-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.15)}.variety-card h3,.variety-card h4{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.3rem;line-height:1.3}.variety-card h4{font-size:.9rem}.variety-denomination{font-size:.85rem;color:#666;margin-bottom:.3rem}.variety-note{font-size:.75rem;color:#667eea;font-weight:500}.tier-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;color:#fff;line-height:1.2}.tier-t1{background:#d32f2f}.tier-t2{background:#f57c00}.tier-t3{background:#fbc02d;color:#333}.tier-t4{background:#7cb342}.tier-t5{background:#90a4ae}.tier-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px}.tier-title{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem;font-size:1.3rem;font-weight:600;color:#333}.tier-range{font-size:1rem;font-weight:400;color:#666}.tier-description{margin-bottom:.8rem;color:#555;line-height:1.6}.tier-examples{margin:0;color:#666;line-height:1.8;font-size:.95rem}.tier-examples strong{color:#333;font-weight:600}.key-varieties-section{margin:2rem 0}.key-varieties-section h3{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:1.5rem}.key-varieties-list{display:flex;flex-direction:column;gap:1.5rem}.key-variety-item{padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #667eea}.key-variety-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem;flex-wrap:wrap;gap:1rem}.key-variety-header h4{font-size:1.2rem;font-weight:600;color:#333;margin:0}.key-variety-tier{display:inline-block;padding:.3rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;color:#fff;background:#667eea}.key-variety-desc{margin:0;color:#555;line-height:1.6}.warning-box{border-left:4px solid #f57c00;background:#fff8e1}.warning-box h2{color:#e65100}.warning-box p{color:#5d4037}.note-text{font-size:.95rem;color:#666;font-style:italic;margin-top:1rem}.faq-list{margin-top:2rem}.faq-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border-left:3px solid rgba(102,126,234,.3)}.faq-question{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.8rem}.faq-answer{font-size:1.05rem;line-height:1.8;color:#555;margin:0}.highlight-box{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:2rem;border:1px solid rgba(102,126,234,.2);box-shadow:0 2px 12px rgba(102,126,234,.08)}.highlight-box h2{color:#667eea}.highlight-box-qrcode{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(102,126,234,.15)}.highlight-box-qrcode-content{display:flex;align-items:center;gap:2rem}.highlight-box-qrcode-text{flex:1 1;font-size:1rem;color:#555;line-height:1.6}.highlight-box-qrcode-text p{margin:0}.highlight-box-qrcode-text strong{color:#667eea;font-weight:600}.highlight-box-qrcode-image{flex-shrink:0}.highlight-box-qrcode-img{width:140px;height:140px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.1)}.qrcode-inline{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin:2rem 0}.qrcode-inline-content{display:flex;align-items:center;gap:1.5rem;justify-content:space-between}.qrcode-inline-text{flex:1 1;font-size:1rem;color:#555;line-height:1.6}.qrcode-inline-text strong{color:#667eea;font-weight:600}.qrcode-inline-image{flex-shrink:0}.qrcode-inline-img{width:100px;height:100px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.qrcode-section{background:#f8f9fa;padding:3rem 0}.qrcode-cta{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;padding:2.5rem 2rem;margin:0}.qrcode-cta-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;margin:0 auto;text-align:center}.qrcode-cta-text{width:100%}.qrcode-cta-text h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1rem;border-bottom:none}.qrcode-cta-text p{font-size:1.05rem;line-height:1.8;color:#555;margin:0;text-align:center}.qrcode-cta-desc{font-size:.95rem;color:#667eea;font-weight:500;margin-top:1rem}.qrcode-cta-image{flex-shrink:0;text-align:center}.qrcode-cta-img{width:180px;height:180px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);margin-bottom:.8rem}.qrcode-cta-label{font-size:.9rem;color:#666;font-weight:500;margin:0}.related-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.related-link{display:inline-block;padding:.75rem 1.5rem;background:#f8f9fa;color:#3949ab;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 4px rgba(0,0,0,.04)}.related-link:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px rgba(102,126,234,.2)}@media (max-width:768px){.series-grid{grid-template-columns:1fr;gap:1.5rem}.series-card{padding:1.5rem}.series-card-title{font-size:1.3rem}.price-method-content p{font-size:1rem}.page-header{padding:3rem 0 2rem;margin-top:60px}.page-title{font-size:1.8rem}.page-subtitle{font-size:1rem}.content-section{padding:2rem 0}.content-block h2{font-size:1.5rem}.variety-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem}.variety-card{padding:.6rem}.variety-card h3,.variety-card h4{font-size:.85rem}.variety-card h4{font-size:.8rem}.variety-denomination{font-size:.75rem}.variety-note{font-size:.7rem}.related-links{flex-direction:column}.qrcode-cta{padding:2rem 1.5rem}.qrcode-cta-content{flex-direction:column;gap:2rem;text-align:center}.qrcode-cta-text h2{font-size:1.5rem}.qrcode-cta-img{width:160px;height:160px}.qrcode-inline-content{flex-direction:column;text-align:center;gap:1rem}.qrcode-inline-img{width:120px;height:120px}.highlight-box-qrcode{margin-top:1.5rem;padding-top:1.5rem}.highlight-box-qrcode-content{flex-direction:column;gap:1.5rem;text-align:center}.highlight-box-qrcode-img{width:120px;height:120px}}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.service-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;border-left:3px solid rgba(102,126,234,.3)}.service-item h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.8rem}.service-item p{font-size:.95rem;line-height:1.6;color:#666;margin:0}.contact-info-block{margin-top:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem}.contact-icon{font-size:2rem;flex-shrink:0}.contact-details h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.contact-details p{font-size:1rem;color:#666;margin:0}.contact-details a{color:#3949ab;text-decoration:none}.contact-details a:hover{text-decoration:underline}@media (max-width:768px){.services-list{grid-template-columns:1fr}.contact-item{flex-direction:column;gap:1rem}}