.app .main-content,.app .footer{overflow-wrap:break-word;white-space:pre-wrap}a{text-decoration:none}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(30,47,64,.95);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;height:80px;display:flex}.header.scrolled{background:rgba(30,47,64,.98);box-shadow:0 4px 20px rgba(0,0,0,.3)}.header .header-content{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 2rem}.header .logo-section{display:flex;align-items:center;flex:0 0 auto}.header .logo-section .logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.header .logo-section .logo{width:50px;height:50px;margin-right:1rem;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){.header .logo-section .logo{margin-right:2px}}.header .logo-section .logo img{width:100%;height:100%;object-fit:contain}.header .logo-section .company-name{font-size:1.2rem;font-weight:600;white-space:nowrap}@media(max-width: 768px){.header .logo-section .company-name{font-size:.8rem}}.header .nav{flex:1;display:flex;justify-content:center;margin:0 2rem}@media(max-width: 768px){.header .nav{position:fixed;top:80px;left:0;right:0;background:rgba(30,47,64,.98);backdrop-filter:blur(10px);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;margin:0;max-height:calc(100vh - 80px);overflow-y:auto}.header .nav.mobile-open{transform:translateY(0);opacity:1;visibility:visible}}.header .nav .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}@media(max-width: 768px){.header .nav .nav-list{flex-direction:column;gap:0;padding:1rem 0}}.header .nav .nav-list li{position:relative}@media(max-width: 768px){.header .nav .nav-list li{width:100%}}.header .nav .nav-list .nav-link{color:#b0bec5;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 0;display:block}@media(max-width: 768px){.header .nav .nav-list .nav-link{padding:1rem 2rem;font-size:1.1rem}}.header .nav .nav-list .nav-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg, #1e5bb5, #2bc854);transition:width .3s ease}@media(max-width: 768px){.header .nav .nav-list .nav-link::after{display:none}}.header .nav .nav-list .nav-link:hover{color:#fff}.header .nav .nav-list .nav-link:hover::after{width:100%}.header .nav .nav-list .nav-link.active{color:#fff}.header .nav .nav-list .nav-link.active::after{width:100%}@media(max-width: 768px){.header .nav .nav-list .nav-link.active{background:rgba(30,91,181,.1);border-left:3px solid #1e5bb5}}.header .language-toggle{flex:0 0 auto}.header .language-toggle .lang-btn{background:linear-gradient(135deg, #1e5bb5, #2bc854);color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.9rem}.header .language-toggle .lang-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.header .language-toggle .lang-btn:active{transform:translateY(0)}.header .mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}@media(max-width: 768px){.header .mobile-menu-toggle{display:flex}}.header .mobile-menu-toggle .hamburger{width:20px;height:2px;background:#fff;margin:2px 0;transition:all .3s ease;border-radius:1px}.header .mobile-menu-toggle .hamburger.active:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.header .mobile-menu-toggle .hamburger.active:nth-child(2){opacity:0}.header .mobile-menu-toggle .hamburger.active:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}@media(max-width: 768px){.header{height:60px}.header .header-content{height:60px;padding:0 0}.header .nav{top:60px}}
.footer{background:rgba(30,47,64,.95);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1);padding:3rem 0 1rem;margin-top:auto}.footer .footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}@media(max-width: 768px){.footer .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.footer .footer-section .footer-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.footer .footer-section .footer-title::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg, #1e5bb5, #2bc854)}@media(max-width: 768px){.footer .footer-section .footer-title::after{left:50%;transform:translateX(-50%)}}.footer .footer-section .footer-links{list-style:none;padding:0;margin:0}.footer .footer-section .footer-links li{margin-bottom:.5rem}.footer .footer-section .footer-links .footer-link{color:#b0bec5;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer .footer-section .footer-links .footer-link:hover{color:#fff}.footer .footer-section .contact-info .contact-item{color:#b0bec5;margin-bottom:.8rem;display:flex;align-items:center;font-size:.95rem}@media(max-width: 768px){.footer .footer-section .contact-info .contact-item{justify-content:center}}.footer .footer-section .contact-info .contact-item i{margin-right:.5rem;color:#1e5bb5;width:16px;text-align:center}.footer .footer-section .footer-logo{display:flex;flex-direction:column;align-items:center}.footer .footer-section .footer-logo img{width:40%;min-width:80px;min-height:80px;margin-bottom:1rem;object-fit:contain}.footer .footer-section .footer-logo .footer-company-name{font-size:1.1rem;font-weight:600;text-align:center}.footer .footer-section.section1{display:flex;justify-content:flex-end}@media(max-width: 768px){.footer .footer-section.section1{display:block}}.footer .footer-section.section2{display:flex;justify-content:center}.footer .footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1rem;text-align:center}.footer .footer-bottom .copyright{color:#b0bec5;font-size:.9rem;margin:0}@media(max-width: 768px){.footer{padding:2rem 0 1rem}}
.home .hero-section{position:relative}.home .hero-section .section-bg{position:absolute;width:70%;height:100%;max-height:100% !important;top:0;right:0}.home .hero-section .section-bg .full-section-img{width:100%;height:100%;max-height:100%;object-fit:cover;border-radius:0}.home .hero-section .section-bg1 .mask{width:100%;background:linear-gradient(to right, rgb(30, 47, 64) 0%, rgba(30, 47, 64, 0.95) 30%, rgba(255, 255, 255, 0) 100%)}.home .hero-section .section-bg2{width:100%}.home .hero-section .section-bg2 .mask{width:100%;background:linear-gradient(to bottom, rgb(30, 47, 64) 0%, rgba(30, 47, 64, 0.95) 30%, rgba(255, 255, 255, 0) 100%)}.home .hero-section .section-bg3{width:100%}.home .hero-section .section-bg3 .mask{width:100%;background:linear-gradient(to bottom, rgb(30, 47, 64) 0%, rgba(30, 47, 64, 0.95) 30%, rgba(255, 255, 255, 0) 100%)}.home .hero-section .container{position:relative;z-index:2}.home .hero-section .hero-content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(max-width: 768px){.home .hero-section .hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.home .hero-section .hero-left{padding-bottom:10%}.home .hero-section .hero-left .hero-title.h1{font-size:clamp(2rem,4.5vw,3.5rem)}.home .hero-section .hero-left .hero-title.h3{margin-top:12px;font-size:clamp(1rem,3vw,2rem)}.home .hero-section .hero-left .hero-title{color:#fff;font-weight:700;line-height:1.2}.home .hero-section .hero-left .hero-subtitle{font-size:1.2rem;color:#b0bec5;margin-top:2rem;line-height:1.6}.home .hero-section .hero-left .hero-button{font-size:1.1rem;padding:1rem 2rem;border-radius:30px}.home .hero-section .hero-right .hero-image{width:100%;height:400px;background:hsla(0,0%,100%,.05);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.home .hero-section .hero-right .hero-image img{width:100%;height:100%;object-fit:cover}.home .hero-section .hero-right .hero-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(30, 91, 181, 0.1), rgba(43, 200, 84, 0.1));z-index:1}.home .hero-section .business-cards{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%) translateY(100px);display:flex;gap:2rem;opacity:0;transition:all .5s ease}.home .hero-section .business-cards.show{transform:translateX(-50%) translateY(0);opacity:1}.home .hero-section .business-cards .business-card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem;min-width:250px;transition:all .3s ease}.home .hero-section .business-cards .business-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.home .hero-section .business-cards .business-card .card-link{width:100%;height:100%;text-decoration:none;color:inherit;display:block}.home .hero-section .business-cards .business-card .card-content h3{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.home .hero-section .business-cards .business-card .card-content p{color:#b0bec5;font-size:.95rem}.home .business-section{position:relative}.home .business-section.min100vh-section{display:block}.home .business-section.new-building{background:rgba(30,91,181,.05)}.home .business-section.repair{background:rgba(43,200,84,.05)}.home .business-section .section-header{text-align:center;margin-bottom:3rem}.home .business-section .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;margin-top:2rem}.home .business-section .section-header .section-subtitle{font-size:1.2rem;color:#b0bec5;margin:0 auto}.home .business-section .card-link{width:100%;height:100%;text-decoration:none;color:inherit;display:block}.home .business-section .card-link .container{width:100%;height:100%}.home .business-section .content{width:100%;height:100%;padding-top:6rem}.home .business-section .content .title{font-size:clamp(2rem,5vw,4rem);color:#fff;font-weight:700;line-height:1.2}.home .business-section .content .subtitle{font-size:1.2rem;color:#b0bec5;margin-top:2rem;line-height:1.6}.home .business-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:3rem}.home .business-section .stats-grid .stat-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;text-align:left;transition:all .3s ease;height:100%;cursor:pointer}.home .business-section .stats-grid .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.home .business-section .stats-grid .stat-card .stat-img-div{max-width:100%;height:300px;border-radius:8px;overflow:hidden;position:relative}.home .business-section .stats-grid .stat-card .stat-img-div .stat-img{border-radius:8px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.home .business-section .stats-grid .stat-card .stat-content{border-radius:8px;width:100%;height:100%;padding:1rem}.home .business-section .stats-grid .stat-card .stat-content-has-bg{background-size:cover;background-position:center;border-radius:8px;width:100%;height:100%;padding:1rem;text-shadow:1px 1px 1px #727070,2px 2px 1px #727070,3px 3px 1px #727070,4px 4px 1px #727070}.home .business-section .stats-grid .stat-card .stat-content-has-bg.stat-bg1{background-image:linear-gradient(135deg, rgba(221, 228, 240, 0.2) 0%, rgba(221, 228, 240, 0.3) 100%),url(/images/home-2.71257cdfaf2d895295fd.jpg)}.home .business-section .stats-grid .stat-card .stat-content-has-bg.stat-bg2{background-image:linear-gradient(135deg, rgba(221, 228, 240, 0.2) 0%, rgba(221, 228, 240, 0.3) 100%),url(/images/home-3.5276078438526d5c64f7.jpg)}.home .business-section .stats-grid .stat-card .stat-icon{font-size:3rem;margin-bottom:1rem}.home .business-section .stats-grid .stat-card .stat-number{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem}.home .business-section .stats-grid .stat-card .stat-label{color:#fff;font-size:1.2rem}.home .business-section .section-action{height:60px;text-align:center}.home .certificates-section{background:rgba(30,47,64,.5);display:flex}.home .certificates-section .section-header{text-align:center;margin-bottom:3rem}.home .certificates-section .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-top:2rem}.home .certificates-section .certificates-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}.home .certificates-section .certificates-grid .certificate-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;transition:all .3s ease;max-width:400px}.home .certificates-section .certificates-grid .certificate-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.home .certificates-section .certificates-grid .certificate-card .certificate-placeholder{aspect-ratio:210/297;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.home .certificates-section .certificates-grid .certificate-card .certificate-placeholder img{width:100%;height:100%}.home .certificates-section .certificates-grid .certificate-card .certificate-placeholder .certificate-icon{font-size:4rem;margin-bottom:1rem}.home .certificates-section .certificates-grid .certificate-card .certificate-placeholder p{color:#b0bec5;font-size:1.1rem}.home .certificates-section .section-action{height:60px;text-align:center}@keyframes float-up{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100vh) scale(1);opacity:0}}.particle{position:fixed;bottom:-10px;width:4px;height:4px;background:#2bc854;border-radius:50%;animation:float-up 15s infinite;pointer-events:none;z-index:1}@media(max-width: 768px){.home .hero-section .full-section-img,.home .hero-section .section-bg{position:absolute;width:100%}.home .hero-section .full-section-img.section-bg1 .mask,.home .hero-section .section-bg.section-bg1 .mask{background:linear-gradient(to right, rgb(30, 47, 64) 0%, rgba(255, 255, 255, 0) 100%)}.home .hero-section .full-section-img.section-bg3 .mask,.home .hero-section .full-section-img.section-bg2 .mask,.home .hero-section .section-bg.section-bg3 .mask,.home .hero-section .section-bg.section-bg2 .mask{background:linear-gradient(to bottom, rgb(30, 47, 64) 0%, rgba(255, 255, 255, 0) 100%)}.home .hero-section .business-cards{flex-direction:column;gap:1rem;bottom:1rem}.home .hero-section.business-section .content{padding-top:4rem}.home .business-section{padding:3rem 0}.home .certificates-section{padding:3rem 0}}
.single-image-container{display:flex;flex-direction:column;align-items:center;margin:20px 0}.single-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.single-image:hover{transform:scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.15)}.single-image-caption{margin-top:10px;text-align:center}.single-image-caption h3{margin:0 0 5px 0;color:#2c3e50;font-size:18px}.single-image-caption p{margin:0;color:#7f8c8d;font-size:14px}.image-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.9);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;overflow:auto}.image-viewer-content{position:relative;max-width:90%;max-height:90%;animation:zoomIn .3s ease;margin:auto}.close-button{position:fixed;top:20px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;background:none;border:none;cursor:pointer;z-index:10000;transition:color .3s ease}.close-button:hover{color:#ff5252}.image-container{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.viewer-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:4px}.image-viewer-caption{color:#fff;text-align:center;margin-top:15px;padding:0 20px;max-width:800px}.image-viewer-caption h3{margin-bottom:5px;font-size:24px}.image-viewer-caption p{font-size:16px;opacity:.8}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes zoomIn{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}@media(max-width: 768px){.close-button{top:10px;right:20px;font-size:30px}.image-viewer-content{max-width:95%;max-height:95%}.image-viewer-caption h3{font-size:20px}.image-viewer-caption p{font-size:14px}}
.slider-container{position:relative;width:100%;margin:0 auto;overflow:hidden;transition:height .3s ease}.slider-container:hover .slider-button.visible{opacity:1}.slider-wrapper{position:relative;width:100%;overflow:hidden;touch-action:pan-y;user-select:none;transition:height .3s ease}.slider-content{display:flex;transition:transform .5s ease,height .3s ease;height:100%}.slider-content.dragging{transition:none}.slider-item{min-width:100%;height:auto;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.slider-item img{max-width:100%;max-height:500px;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);pointer-events:none}.slider-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:hsla(0,0%,100%,.7);border:none;border-radius:50%;font-size:20px;font-weight:bold;color:#333;cursor:pointer;z-index:10;display:flex;justify-content:center;align-items:center;transition:all .3s ease;opacity:0}.slider-button:hover{background-color:hsla(0,0%,100%,.9);transform:translateY(-50%) scale(1.1)}.slider-button.slider-button-left{left:20px}.slider-button.slider-button-right{right:20px}.slider-button.visible{opacity:1}.slider-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.slider-indicator{width:12px;height:12px;border-radius:50%;background-color:hsla(0,0%,100%,.5);border:none;cursor:pointer;transition:all .3s ease}.slider-indicator:hover{background-color:hsla(0,0%,100%,.8)}.slider-indicator.active{background-color:#fff;transform:scale(1.2)}@media(max-width: 768px){.slider-button{width:35px;height:35px;font-size:16px}.slider-button.slider-button-left{left:10px}.slider-button.slider-button-right{right:10px}.slider-indicator{width:10px;height:10px}}
.new-building-page{padding:3rem 0;min-height:calc(100vh - 200px)}.new-building-page .page-header{text-align:center;margin-bottom:3rem}.new-building-page .page-header .page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.new-building-page .tables-section{display:flex;flex-direction:column;gap:3rem}.new-building-page .table-container{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.new-building-page .table-container:hover{box-shadow:0 10px 30px rgba(0,0,0,.3)}.new-building-page .table-container .table-header{display:flex;align-items:center;justify-content:space-between;padding:12px;background:hsla(0,0%,100%,.05);cursor:pointer;transition:all .3s ease}.new-building-page .table-container .table-header:hover{background:hsla(0,0%,100%,.1)}.new-building-page .table-container .table-header .table-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.new-building-page .table-container .table-header .toggle-icon{font-size:.8rem;color:#b0bec5;transition:transform .3s ease}.new-building-page .table-container .table-header .toggle-icon.expanded{transform:rotate(180deg)}.new-building-page .table-container .table-wrapper{overflow:hidden}.new-building-page .table-container .table-wrapper .table-scroll{overflow-x:auto;max-width:100%}.new-building-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar{height:8px}.new-building-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}.new-building-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg, #1e5bb5, #2bc854);border-radius:4px}.new-building-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, rgb(42.2606635071, 113.9573459716, 219.7393364929), rgb(77.2222222222, 216.7777777778, 113.6666666667))}.new-building-page .table-container .table-wrapper .data-table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.02);overflow:hidden}.new-building-page .table-container .table-wrapper .data-table th,.new-building-page .table-container .table-wrapper .data-table td{padding:12px 8px;min-width:40px}.new-building-page .table-container .table-wrapper .data-table th{background:linear-gradient(135deg, rgba(30, 91, 181, 0.3), rgba(43, 200, 84, 0.3));color:#fff;font-weight:600;text-align:left;border-top:2px solid hsla(0,0%,100%,.1);border-bottom:2px solid hsla(0,0%,100%,.1);border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1);overflow-wrap:break-word}.new-building-page .table-container .table-wrapper .data-table td{border:1px solid hsla(0,0%,100%,.1);color:#b0bec5;overflow-wrap:break-word}.new-building-page .table-container .table-wrapper .data-table td:hover{background:hsla(0,0%,100%,.05)}.new-building-page .table-container .table-wrapper .data-table tr:last-child td{border-bottom:none}.new-building-page .table-container .table-wrapper .data-table tr:hover td{background:hsla(0,0%,100%,.03)}.new-building-page .table-container .table-wrapper .data-table .table-cell-No{width:30px;text-align:center}.new-building-page .table-container .table-wrapper .data-table .table-cell-Project{max-width:500px}.new-building-page .table-container .table-wrapper .data-table .table-cell-Maker{width:120px}.new-building-page .table-container .view-more-btn{display:block;margin:0 2rem 2rem;padding:.8rem 1.5rem;background:linear-gradient(135deg, #1e5bb5, #2bc854);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.95rem}.new-building-page .table-container .view-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.new-building-page .table-container .view-more-btn:active{transform:translateY(0)}.new-building-page .business-card-section .section-header{text-align:center;margin-bottom:3rem}.new-building-page .business-card-section .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;margin-top:2rem}.new-building-page .business-card-section .section-header .section-subtitle{font-size:1.2rem;color:#b0bec5;margin:0 auto}.new-building-page .business-card-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:3rem}.new-building-page .business-card-section .stats-grid .stat-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;text-align:left;transition:all .3s ease;height:100%;cursor:pointer}.new-building-page .business-card-section .stats-grid .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.new-building-page .business-card-section .stats-grid .stat-card .stat-img-div{max-width:100%;height:240px;border-radius:8px;overflow:hidden;position:relative}.new-building-page .business-card-section .stats-grid .stat-card .stat-img-div .stat-img{border-radius:8px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.new-building-page .business-card-section .stats-grid .stat-card .stat-content{border-radius:8px;width:100%;height:100%;padding:1rem}.new-building-page .business-card-section .stats-grid .stat-card .stat-icon{font-size:3rem;margin-bottom:1rem}.new-building-page .business-card-section .stats-grid .stat-card .stat-number{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem}.new-building-page .business-card-section .stats-grid .stat-card .stat-label{color:#fff;font-size:1.2rem}@media(max-width: 768px){.new-building-page{padding:2rem 0}.new-building-page .page-header{margin-bottom:2rem}.new-building-page .tables-section{gap:2rem}.new-building-page .table-container .table-header{padding:1rem 1.5rem}.new-building-page .table-container .table-header .table-title{font-size:1.1rem}.new-building-page .table-container .table-wrapper .table-scroll .data-table th,.new-building-page .table-container .table-wrapper .table-scroll .data-table td{padding:.8rem .5rem;font-size:.9rem;min-width:100px}.new-building-page .table-container .view-more-btn{margin:0 1rem 1rem;font-size:.9rem}}@media(max-width: 480px){.new-building-page .table-container .table-wrapper .table-scroll .data-table th,.new-building-page .table-container .table-wrapper .table-scroll .data-table td{padding:.6rem .3rem;font-size:.8rem;min-width:80px}}
.repair-page{padding:3rem 0;min-height:calc(100vh - 200px)}.repair-page .page-header{text-align:center;margin-bottom:3rem}.repair-page .page-header .page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.repair-page .tables-section{display:flex;flex-direction:column;padding-bottom:2rem;gap:3rem}.repair-page .table-container{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.repair-page .table-container:hover{box-shadow:0 10px 30px rgba(0,0,0,.3)}.repair-page .table-container .table-header{display:flex;align-items:center;justify-content:space-between;padding:12px;background:hsla(0,0%,100%,.05);cursor:pointer;transition:all .3s ease}.repair-page .table-container .table-header:hover{background:hsla(0,0%,100%,.1)}.repair-page .table-container .table-header .table-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.repair-page .table-container .table-header .toggle-icon{font-size:.8rem;color:#b0bec5;transition:transform .3s ease}.repair-page .table-container .table-header .toggle-icon.expanded{transform:rotate(180deg)}.repair-page .table-container .table-wrapper{overflow:hidden}.repair-page .table-container .table-wrapper .table-scroll{overflow-x:auto;max-width:100%}.repair-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar{height:8px}.repair-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}.repair-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg, #1e5bb5, #2bc854);border-radius:4px}.repair-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, rgb(42.2606635071, 113.9573459716, 219.7393364929), rgb(77.2222222222, 216.7777777778, 113.6666666667))}.repair-page .table-container .table-wrapper .data-table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.02);overflow:hidden}.repair-page .table-container .table-wrapper .data-table th,.repair-page .table-container .table-wrapper .data-table td{padding:12px 8px;min-width:40px}.repair-page .table-container .table-wrapper .data-table th{background:linear-gradient(135deg, rgba(30, 91, 181, 0.3), rgba(43, 200, 84, 0.3));color:#fff;font-weight:600;text-align:left;border-top:2px solid hsla(0,0%,100%,.1);border-bottom:2px solid hsla(0,0%,100%,.1);border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1);overflow-wrap:break-word}.repair-page .table-container .table-wrapper .data-table td{border:1px solid hsla(0,0%,100%,.1);color:#b0bec5;overflow-wrap:break-word}.repair-page .table-container .table-wrapper .data-table td:hover{background:hsla(0,0%,100%,.05)}.repair-page .table-container .table-wrapper .data-table tr:last-child td{border-bottom:none}.repair-page .table-container .table-wrapper .data-table tr:hover td{background:hsla(0,0%,100%,.03)}.repair-page .table-container .table-wrapper .data-table .table-cell-No{width:30px;text-align:center}.repair-page .table-container .table-wrapper .data-table .table-cell-Project{max-width:500px}.repair-page .table-container .table-wrapper .data-table .table-cell-Ship{width:150px}.repair-page .table-container .table-wrapper .data-table .table-cell-Maker{width:150px}.repair-page .table-container .view-more-btn{display:block;margin:0 2rem 2rem;padding:.8rem 1.5rem;background:linear-gradient(135deg, #2bc854, #1e5bb5);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.95rem}.repair-page .table-container .view-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.repair-page .table-container .view-more-btn:active{transform:translateY(0)}.repair-page .business-card-section .section-header{text-align:center;margin-bottom:3rem}.repair-page .business-card-section .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;margin-top:2rem}.repair-page .business-card-section .section-header .section-subtitle{font-size:1.2rem;color:#b0bec5;margin:0 auto}.repair-page .business-card-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}.repair-page .business-card-section .stats-grid .stat-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;text-align:left;transition:all .3s ease;height:100%;cursor:pointer}.repair-page .business-card-section .stats-grid .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.repair-page .business-card-section .stats-grid .stat-card .stat-img-div{max-width:100%;height:240px;border-radius:8px;overflow:hidden;position:relative}.repair-page .business-card-section .stats-grid .stat-card .stat-img-div .stat-img{border-radius:8px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.repair-page .business-card-section .stats-grid .stat-card .stat-content{border-radius:8px;width:100%;height:100%;padding:1rem}.repair-page .business-card-section .stats-grid .stat-card .stat-icon{font-size:3rem;margin-bottom:1rem}.repair-page .business-card-section .stats-grid .stat-card .stat-number{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem}.repair-page .business-card-section .stats-grid .stat-card .stat-label{color:#fff;font-size:1.2rem}@media(max-width: 768px){.repair-page{padding:2rem 0}.repair-page .page-header{margin-bottom:2rem}.repair-page .tables-section{padding-bottom:2rem;gap:2rem}.repair-page .table-container .table-header{padding:1rem 1.5rem}.repair-page .table-container .table-header .table-title{font-size:1.1rem}.repair-page .table-container .table-wrapper .table-scroll .data-table th,.repair-page .table-container .table-wrapper .table-scroll .data-table td{padding:.8rem .5rem;font-size:.9rem;min-width:100px}.repair-page .table-container .view-more-btn{margin:0 1rem 1rem;font-size:.9rem}}@media(max-width: 480px){.repair-page .table-container .table-wrapper .table-scroll .data-table th,.repair-page .table-container .table-wrapper .table-scroll .data-table td{padding:.6rem .3rem;font-size:.8rem;min-width:80px}}
.spare-parts-page{padding:3rem 0;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.spare-parts-page .page-header{text-align:center;margin-bottom:3rem}.spare-parts-page .page-header .page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.spare-parts-page .under-development{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:4rem 2rem;text-align:center;max-width:600px;margin:0 auto}.spare-parts-page .under-development .development-content .icon{font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s infinite}.spare-parts-page .under-development .development-content .development-title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:1rem}.spare-parts-page .under-development .development-content .development-message{font-size:1.1rem;color:#b0bec5;line-height:1.6}@keyframes pulse{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}@media(max-width: 768px){.spare-parts-page{padding:2rem 0}.spare-parts-page .page-header{margin-bottom:2rem}.spare-parts-page .under-development{padding:3rem 1.5rem}.spare-parts-page .under-development .development-content .icon{font-size:3rem}.spare-parts-page .under-development .development-content .development-title{font-size:1.5rem}.spare-parts-page .under-development .development-content .development-message{font-size:1rem}}
.about-us-page{min-height:calc(100vh - 80px)}.about-us-page .page-header{text-align:center;margin-bottom:3rem}.about-us-page .page-header .page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-top:1rem;margin-bottom:1rem}.about-us-page .introduction-section{margin-bottom:4rem}.about-us-page .introduction-section .section-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 768px){.about-us-page .introduction-section .section-content{grid-template-columns:1fr;gap:2rem}}.about-us-page .introduction-section .introduction-text .section-title{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1.5rem;margin-top:2rem}.about-us-page .introduction-section .introduction-text .introduction-description{font-size:1.1rem;color:#b0bec5;line-height:1.8;margin-bottom:20px}.about-us-page .introduction-section .introduction-image .image-placeholder{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.about-us-page .introduction-section .introduction-image .image-placeholder .image-icon{font-size:4rem;margin-bottom:1rem}.about-us-page .introduction-section .introduction-image .image-placeholder p{color:#b0bec5;font-size:1.1rem}.about-us-page .introduction-section .introduction-image .image-placeholder img{width:100%;height:100%}.about-us-page .certificates-section{margin-bottom:4rem}.about-us-page .certificates-section .section-header{text-align:center;margin-bottom:3rem}.about-us-page .certificates-section .section-header .section-title{font-size:2rem;font-weight:600;margin-top:2rem}.about-us-page .certificates-section .certificates-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.about-us-page .certificates-section .certificates-grid .certificate-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;transition:all .3s ease}.about-us-page .certificates-section .certificates-grid .certificate-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.about-us-page .certificates-section .certificates-grid .certificate-card .certificate-placeholder{aspect-ratio:210/297;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:350px}.about-us-page .certificates-section .certificates-grid .certificate-card .certificate-placeholder img{width:100%;height:100%}.about-us-page .certificates-section .certificates-grid .certificate-card .certificate-placeholder .certificate-icon{font-size:3rem;margin-bottom:1rem}.about-us-page .certificates-section .certificates-grid .certificate-card .certificate-placeholder p{color:#b0bec5;font-size:1rem}.about-us-page .contact-section{padding-bottom:2rem}.about-us-page .contact-section .section-header{text-align:center;margin-bottom:3rem}.about-us-page .contact-section .section-header .section-title{font-size:2rem;font-weight:600;margin-top:2rem}@media(max-width: 768px){.about-us-page .contact-section .contact-content{grid-template-columns:1fr;gap:2rem}}.about-us-page .contact-section .contact-info{display:flex;flex-direction:column;gap:2rem}.about-us-page .contact-section .contact-info .contact-item{display:flex;align-items:flex-start;gap:1.5rem;background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:15px;padding:1.5rem;transition:all .3s ease}.about-us-page .contact-section .contact-info .contact-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.about-us-page .contact-section .contact-info .contact-item .contact-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(30, 91, 181, 0.2), rgba(43, 200, 84, 0.2));border-radius:12px;flex-shrink:0}.about-us-page .contact-section .contact-info .contact-item .contact-text h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.about-us-page .contact-section .contact-info .contact-item .contact-text p{color:#b0bec5;font-size:.95rem;line-height:1.5}.about-us-page .contact-section .contact-qr .qr-placeholder{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.about-us-page .contact-section .contact-qr .qr-placeholder .qr-icon{font-size:4rem;margin-bottom:1rem}.about-us-page .contact-section .contact-qr .qr-placeholder p{color:#b0bec5;font-size:1.1rem}@media(max-width: 768px){.about-us-page{padding:2rem 0}.about-us-page .introduction-section{margin-bottom:3rem}.about-us-page .certificates-section{margin-bottom:3rem}.about-us-page .certificates-section .certificates-grid{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem}.about-us-page .certificates-section .certificates-grid .certificate-card .certificate-placeholder{min-height:300px;padding:1.5rem}.about-us-page .certificates-section .certificates-grid .certificate-card .certificate-placeholder .certificate-icon{font-size:2.5rem}.about-us-page .contact-section .contact-info{gap:1.5rem}.about-us-page .contact-section .contact-info .contact-item{padding:1rem;gap:1rem}.about-us-page .contact-section .contact-info .contact-item .contact-icon{font-size:1.5rem;width:40px;height:40px}.about-us-page .contact-section .contact-info .contact-item .contact-text h4{font-size:1rem}.about-us-page .contact-section .contact-info .contact-item .contact-text p{font-size:.9rem}.about-us-page .contact-section .contact-qr .qr-placeholder{min-height:250px}.about-us-page .contact-section .contact-qr .qr-placeholder .qr-icon{font-size:3rem}.about-us-page .contact-section .contact-qr .qr-placeholder p{font-size:1rem}}#certificates{height:8px;opacity:0}
.case-page{min-height:calc(100vh - 80px)}.case-page .page-header{text-align:center;margin-bottom:3rem}.case-page .page-header .page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;margin-top:2rem}.case-page .case-section{margin-bottom:4rem}.case-page .case-section .introduction-text .section-title{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1.5rem;margin-top:2rem}.case-page .case-section .introduction-text .introduction-description{font-size:1.1rem;color:#b0bec5;line-height:1.8;margin-bottom:20px}.case-page .case-section .introduction-text .case-link:hover{color:#1e5bb5}.case-page .case-section .img-container{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.case-page .case-section .img-container .case-img-div{position:relative;height:300px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3)}.case-page .case-section .img-container .case-img-div .case-img{width:100%;height:100%;max-height:500px;border-radius:8px;object-fit:cover}.case-page .case-section .img-container .case-img-div .case-btn{position:absolute;bottom:24px}.case-page .case-section .introduction-image .image-placeholder{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.case-page .case-section .introduction-image .image-placeholder .image-icon{font-size:4rem;margin-bottom:1rem}.case-page .case-section .introduction-image .image-placeholder p{color:#b0bec5;font-size:1.1rem}.case-page .case-section .introduction-image .image-placeholder img{width:100%;height:100%}.case-page .case-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:3rem}.case-page .case-section .stats-grid .stat-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;text-align:left;transition:all .3s ease;height:100%;cursor:pointer}.case-page .case-section .stats-grid .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.case-page .case-section .stats-grid .stat-card .stat-img-div{max-width:100%;height:240px;border-radius:8px;overflow:hidden;position:relative}.case-page .case-section .stats-grid .stat-card .stat-img-div .stat-img{border-radius:8px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.case-page .case-section .stats-grid .stat-card .stat-content{border-radius:8px;width:100%;height:100%;padding:1rem}.case-page .case-section .stats-grid .stat-card .stat-icon{font-size:3rem;margin-bottom:1rem}.case-page .case-section .stats-grid .stat-card .stat-number{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem}.case-page .case-section .stats-grid .stat-card .stat-label{color:#fff;font-size:1.2rem}.case-page .case-section .section-action{height:60px;text-align:center;margin-top:4rem}.case-page .table-section{margin-bottom:2rem}.case-page .table-container{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;transition:all .3s ease}.case-page .table-container:hover{box-shadow:0 10px 30px rgba(0,0,0,.3)}.case-page .table-container .table-header{display:flex;align-items:center;justify-content:space-between;padding:12px;background:hsla(0,0%,100%,.05);cursor:pointer;transition:all .3s ease}.case-page .table-container .table-header:hover{background:hsla(0,0%,100%,.1)}.case-page .table-container .table-header .table-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.case-page .table-container .table-header .toggle-icon{font-size:.8rem;color:#b0bec5;transition:transform .3s ease}.case-page .table-container .table-header .toggle-icon.expanded{transform:rotate(180deg)}.case-page .table-container .table-wrapper{overflow:hidden}.case-page .table-container .table-wrapper .table-scroll{overflow-x:auto;max-width:100%}.case-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar{height:8px}.case-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}.case-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg, #1e5bb5, #2bc854);border-radius:4px}.case-page .table-container .table-wrapper .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, rgb(42.2606635071, 113.9573459716, 219.7393364929), rgb(77.2222222222, 216.7777777778, 113.6666666667))}.case-page .table-container .table-wrapper .data-table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.02);overflow:hidden}.case-page .table-container .table-wrapper .data-table th,.case-page .table-container .table-wrapper .data-table td{padding:12px 8px;min-width:40px}.case-page .table-container .table-wrapper .data-table th{background:linear-gradient(135deg, rgba(30, 91, 181, 0.3), rgba(43, 200, 84, 0.3));color:#fff;font-weight:600;text-align:left;border-top:2px solid hsla(0,0%,100%,.1);border-bottom:2px solid hsla(0,0%,100%,.1);border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1);overflow-wrap:break-word}.case-page .table-container .table-wrapper .data-table td{border:1px solid hsla(0,0%,100%,.1);color:#b0bec5;overflow-wrap:break-word}.case-page .table-container .table-wrapper .data-table td:hover{background:hsla(0,0%,100%,.05)}.case-page .table-container .table-wrapper .data-table tr:last-child td{border-bottom:none}.case-page .table-container .table-wrapper .data-table tr:hover td{background:hsla(0,0%,100%,.03)}.case-page .table-container .table-wrapper .data-table .table-cell-No{width:30px;text-align:center}.case-page .table-container .table-wrapper .data-table .table-cell-Type{min-width:150px}.case-page .table-container .table-wrapper .data-table .table-cell-Product{min-width:300px}@media(max-width: 768px){.case-page{padding:2rem 0}.case-page .case-section{margin-bottom:3rem}.case-page .page-header{margin-bottom:2rem}.case-page .tables-section{gap:2rem}.case-page .table-container .table-header{padding:1rem 1.5rem}.case-page .table-container .table-header .table-title{font-size:1.1rem}.case-page .table-container .table-wrapper .table-scroll .data-table th,.case-page .table-container .table-wrapper .table-scroll .data-table td{padding:.8rem .5rem;font-size:.9rem;min-width:100px}.case-page .table-container .view-more-btn{margin:0 1rem 1rem;font-size:.9rem}}@media(max-width: 480px){.new-building-page .table-container .table-wrapper .table-scroll .data-table th,.new-building-page .table-container .table-wrapper .table-scroll .data-table td{padding:.6rem .3rem;font-size:.8rem;min-width:80px}}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#1e2f40;color:#fff;line-height:1.6;overflow-x:hidden}body{font-family:"思源黑体","Source Han Sans",sans-serif}h1{font-family:"Roboto",sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#1e2f40;background-image:linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);background-size:50px 50px}.main-content{min-height:100vh;flex:1;padding-top:80px}@media(max-width: 768px){.main-content{padding-top:60px}}.container{width:100%;margin:0 auto;padding:0 8%}@media(min-width: 2000px){.container{max-width:80%;padding:0}}@media(max-width: 680px){.container{padding:0 1.5rem}}.gradient-text{background:linear-gradient(135deg, #1e5bb5, #2bc854);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gradient-bg{background:linear-gradient(135deg, #1e5bb5, #2bc854)}.button-gradient{background:linear-gradient(135deg, #1e5bb5, #2bc854);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.button-gradient:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.button-gradient:active{transform:translateY(0)}.section-padding{padding:3rem 0}@media(max-width: 768px){.section-padding{padding:2rem 0}}@media(max-width: 680px){.section-padding{padding:1.5rem 0}}@keyframes float-up{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100vh) scale(1);opacity:0}}@keyframes pulse{0%,100%{opacity:.4}50%{opacity:1}}.particle{position:fixed;bottom:-10px;width:4px;height:4px;background:#2bc854;border-radius:50%;animation:float-up 15s infinite;pointer-events:none}.particle:nth-child(1){left:7 %;animation-delay:10s;animation-duration:15s}.particle:nth-child(2){left:24 %;animation-delay:10s;animation-duration:15s}.particle:nth-child(3){left:23 %;animation-delay:6s;animation-duration:15s}.particle:nth-child(4){left:63 %;animation-delay:3s;animation-duration:11s}.particle:nth-child(5){left:54 %;animation-delay:2s;animation-duration:18s}.particle:nth-child(6){left:30 %;animation-delay:7s;animation-duration:20s}.particle:nth-child(7){left:57 %;animation-delay:6s;animation-duration:17s}.particle:nth-child(8){left:45 %;animation-delay:3s;animation-duration:17s}.particle:nth-child(9){left:21 %;animation-delay:1s;animation-duration:16s}.particle:nth-child(10){left:19 %;animation-delay:9s;animation-duration:14s}.particle:nth-child(11){left:74 %;animation-delay:6s;animation-duration:12s}.particle:nth-child(12){left:65 %;animation-delay:1s;animation-duration:14s}.particle:nth-child(13){left:35 %;animation-delay:10s;animation-duration:17s}.particle:nth-child(14){left:27 %;animation-delay:2s;animation-duration:17s}.particle:nth-child(15){left:63 %;animation-delay:7s;animation-duration:17s}.particle:nth-child(16){left:64 %;animation-delay:3s;animation-duration:15s}.particle:nth-child(17){left:11 %;animation-delay:8s;animation-duration:17s}.particle:nth-child(18){left:58 %;animation-delay:5s;animation-duration:15s}.particle:nth-child(19){left:53 %;animation-delay:7s;animation-duration:11s}.particle:nth-child(20){left:95 %;animation-delay:6s;animation-duration:11s}.text-responsive{font-size:clamp(1rem,2vw,1.5rem)}.title-responsive{font-size:clamp(1.5rem,4vw,3rem)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg, #1e5bb5, #2bc854);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, rgb(42.2606635071, 113.9573459716, 219.7393364929), rgb(77.2222222222, 216.7777777778, 113.6666666667))}.min100vh-section{width:100%;height:100%;min-height:calc(100vh - 80px);display:flex;align-items:center;overflow:hidden}@media(max-width: 768px){.min100vh-section{min-height:calc(100vh - 60px)}}.min100vh-section .container{width:100%}
