.page-wrapper{background:linear-gradient(180deg,#f8fafb 0,#f3f6f9 100%);min-height:100vh}.atf_portfolio__details-area{background-color:transparent}.atf_portfolio__details-area .container{background-color:#fff;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,0.05);padding:40px;margin-top:20px;margin-bottom:20px}.g3m-product-details{font-family:var(--thm-font);color:var(--thm-p);line-height:1.6;position:relative;background-color:transparent}.g3m-product-details *{box-sizing:border-box}.g3m-floating-nav{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:1000;transition:all .3s ease}.g3m-floating-nav .nav-toggle{position:absolute;left:0;top:0;width:auto;padding:12px 16px;background:var(--thm-line);border:0;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;font-size:14px;font-weight:500;animation:pulse 2s infinite}.g3m-floating-nav .nav-toggle:hover{background:var(--thm-base);padding-right:20px}.g3m-floating-nav .nav-toggle .nav-text{transition:all .3s ease}.g3m-floating-nav.active .nav-toggle{animation:none}.g3m-floating-nav.active .nav-toggle .nav-text{opacity:0;width:0;overflow:hidden}.g3m-floating-nav .nav-content{position:relative;background:#fff;border-radius:0 12px 12px 0;box-shadow:0 10px 30px rgba(0,0,0,0.15);padding:20px;padding-right:40px;padding-bottom:30px;width:240px;opacity:0;visibility:hidden;transform:translateX(-100%);transition:all .3s ease}.g3m-floating-nav.active .nav-content{opacity:1;visibility:visible;transform:translateX(0)}.g3m-floating-nav .nav-close{position:absolute;right:10px;top:10px;width:30px;height:30px;background:var(--thm-f6);border:0;border-radius:50%;color:var(--thm-gray);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.g3m-floating-nav .nav-close:hover{background:var(--thm-base);color:#fff}.g3m-floating-nav h3{font-size:16px;font-weight:600;color:var(--thm-black);margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid var(--thm-f6)}.g3m-floating-nav ul{list-style:none;padding:0;margin:0}.g3m-floating-nav li{margin-bottom:8px}.g3m-floating-nav .nav-link{display:block;padding:8px 12px;color:var(--thm-p);text-decoration:none;border-radius:6px;font-size:14px;transition:all .3s ease;position:relative;overflow:hidden}.g3m-floating-nav .nav-link::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--thm-base);transition:height .3s ease}.g3m-floating-nav .nav-link:hover,.g3m-floating-nav .nav-link.active{background:var(--thm-f6);color:var(--thm-base)}.g3m-floating-nav .nav-link.active::before{height:60%}.g3m-floating-nav .nav-divider{height:1px;background:var(--thm-f3);margin:20px 0}.g3m-floating-nav .nav-manual{padding:10px 0}.g3m-floating-nav .manual-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,var(--thm-base),var(--thm-color));color:#fff;text-decoration:none;border-radius:8px;font-size:15px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.g3m-floating-nav .manual-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);background:linear-gradient(135deg,var(--thm-color),var(--thm-base))}.g3m-floating-nav .manual-link i:first-child{font-size:18px;margin-right:10px}.g3m-floating-nav .manual-link i:last-child{font-size:12px;margin-left:8px;opacity:.8}.g3m-floating-nav .manual-link span{flex:1}@keyframes pulse{0{box-shadow:0 0 0 0 rgba(85,198,239,0.4)}70%{box-shadow:0 0 0 10px rgba(85,198,239,0)}100%{box-shadow:0 0 0 0 rgba(85,198,239,0)}}.product-section{background-color:#fff;padding:60px;border-radius:16px;margin-bottom:30px;scroll-margin-top:100px}.hero-section{text-align:center;margin-bottom:60px}.product-title{font-size:48px;font-weight:700;color:var(--thm-black);margin-bottom:20px;line-height:1.2}.product-subtitle{font-size:20px;color:var(--thm-gray);max-width:1000px;margin:0 auto}.main-product-image{text-align:center;margin-bottom:40px}.main-product-image img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,0.1)}.section-title{font-size:36px;font-weight:700;color:var(--thm-black);margin-bottom:40px;text-align:center}.section-desc{font-size:18px;color:var(--thm-gray);text-align:center;max-width:800px;margin:0 auto 40px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.feature-card{background:var(--thm-f6);border-radius:16px;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.1)}.feature-value{font-size:48px;font-weight:700;color:var(--thm-base);margin-bottom:15px}.feature-label{font-size:20px;font-weight:600;color:var(--thm-black);margin-bottom:10px}.feature-desc{font-size:14px;color:var(--thm-gray)}.tech-highlight{background:linear-gradient(135deg,#06c,#049);color:#fff;padding:60px;border-radius:20px;text-align:center;margin-bottom:60px}.tech-highlight h3{font-size:32px;font-weight:700;margin-bottom:30px}.tech-highlight p{font-size:18px;line-height:1.8;max-width:800px;margin:0 auto}.tech-feature{margin-bottom:60px}.tech-feature h3{font-size:28px;font-weight:600;color:var(--thm-black);margin-bottom:20px}.tech-feature p{font-size:18px;color:var(--thm-gray);line-height:1.8;margin-bottom:30px}.tech-feature img{width:100%;height:auto;border-radius:12px}.feature-with-bg{background:var(--thm-fb);border-radius:20px;padding:60px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.text-content h3{font-size:28px;font-weight:600;color:var(--thm-black);margin-bottom:20px}.text-content p{font-size:18px;color:var(--thm-gray);line-height:1.8}.compatibility-options{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.option-card{background:var(--thm-f6);padding:30px;border-radius:12px}.option-card h4{font-size:22px;font-weight:600;color:var(--thm-black);margin-bottom:15px}.option-card p{font-size:16px;color:var(--thm-gray);line-height:1.6}.compatibility-note{text-align:center;font-size:16px;color:var(--thm-gray);margin-bottom:30px}.mode-performance{display:flex;flex-direction:column;gap:50px}.mode-item h3{font-size:24px;font-weight:600;color:var(--thm-black);margin-bottom:10px}.mode-settings{font-size:16px;color:var(--thm-gray);margin-bottom:20px}.dimensions-gallery,.package-images{display:flex;flex-direction:column;gap:30px}.dimensions-gallery img,.package-images img{width:100%;height:auto;border-radius:12px}.specs-table-wrapper{overflow-x:auto;border-radius:12px}.specs-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,0.05)}.specs-table th,.specs-table td{padding:20px;text-align:left;border-bottom:1px solid var(--thm-f3)}.specs-table th{background:var(--thm-f6);font-weight:600;color:var(--thm-black);width:30%}.specs-table td{color:var(--thm-gray)}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:0}.specs-group{margin-bottom:40px}.specs-subtitle{font-size:22px;font-weight:600;color:var(--thm-black);margin-bottom:20px;padding-left:15px;position:relative}.specs-subtitle::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background:var(--thm-base);border-radius:2px}.performance-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08);margin-bottom:10px}.performance-table thead{background:var(--thm-line);color:#fff}.performance-table thead tr:first-child th{border-bottom:1px solid rgba(255,255,255,0.2)}.performance-table th{padding:15px 12px;text-align:center;font-weight:600;font-size:15px;letter-spacing:.3px}.performance-table th[rowspan]{vertical-align:middle}.performance-table th[colspan]{border-left:1px solid rgba(255,255,255,0.2)}.performance-table th[colspan]:first-child{border-left:0}.performance-table tbody{background:#fff}.performance-table td{padding:16px 12px;text-align:center;border:1px solid var(--thm-f3);font-size:15px;color:var(--thm-p);font-weight:500}.performance-table tbody tr{transition:all .3s ease}.performance-table tbody tr:hover{background-color:var(--thm-f6);transform:scale(1.01);box-shadow:0 2px 8px rgba(0,0,0,0.05)}.performance-table tbody tr:first-child td{border-top:0}.performance-table tbody td:first-child{font-weight:600;color:var(--thm-black);background-color:rgba(245,248,250,0.5)}.performance-table tbody td:not(:first-child){font-family:'Roboto Mono',monospace;color:var(--thm-base)}.function-description{background:linear-gradient(135deg,var(--thm-f6) 0,#fff 100%);padding:60px;border-radius:20px;margin-top:60px}.function-description h2{font-size:32px;font-weight:700;color:var(--thm-black);margin-bottom:25px}.function-description>p{font-size:18px;color:var(--thm-gray);line-height:1.8;margin-bottom:40px}.feature-list{background:#fff;padding:40px;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,0.05)}.feature-list h3{font-size:24px;font-weight:600;color:var(--thm-black);margin-bottom:25px}.feature-list ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.feature-list li{display:flex;align-items:center;font-size:16px;color:var(--thm-p);padding:10px 0}.feature-list li i{color:var(--thm-base);margin-right:12px;font-size:18px}.package-list{background:var(--thm-f6);padding:40px;border-radius:16px;margin-top:30px}.package-list h3{font-size:24px;font-weight:600;color:var(--thm-black);margin-bottom:25px;display:flex;align-items:center}.package-list h3::before{content:'';width:4px;height:24px;background:var(--thm-base);margin-right:12px;border-radius:2px}.package-list ul{list-style:none;padding:0;margin:0 0 20px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.package-list li{display:flex;align-items:center;font-size:16px;color:var(--thm-p);padding:12px 20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:all .3s ease}.package-list li:hover{transform:translateX(10px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.package-list li::before{content:'✓';color:var(--thm-base);font-weight:bold;margin-right:12px;font-size:18px}.package-note{font-size:14px;color:var(--thm-gray);font-style:italic;padding:15px 20px;background:rgba(255,255,255,0.5);border-radius:8px;border-left:3px solid var(--thm-base)}.chart-description{font-size:15px;color:var(--thm-gray);line-height:1.7;margin:15px 0 20px 0;padding:15px;background:var(--thm-f6);border-radius:8px;border-left:3px solid var(--thm-base)}.frame-rate-table::-webkit-scrollbar{height:8px}.frame-rate-table::-webkit-scrollbar-track{background:var(--thm-f3);border-radius:4px}.frame-rate-table::-webkit-scrollbar-thumb{background:var(--thm-gray);border-radius:4px}.frame-rate-table::-webkit-scrollbar-thumb:hover{background:var(--thm-base)}@media(max-width:1200px){.g3m-floating-nav{display:none}.product-title{font-size:36px}.section-title{font-size:28px}}@media(max-width:768px){.atf_portfolio__details-area .container{padding:20px;border-radius:16px}.product-section{padding:40px 20px;margin-bottom:20px}.hero-section{margin-bottom:40px}.product-title{font-size:28px}.product-subtitle{font-size:16px}.section-title{font-size:24px;margin-bottom:30px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:30px 20px}.feature-value{font-size:36px}.function-description{padding:40px 20px;margin-top:40px}.function-description h2{font-size:24px;margin-bottom:20px}.function-description>p{font-size:16px;margin-bottom:30px}.feature-list{padding:25px 20px}.feature-list h3{font-size:20px;margin-bottom:20px}.feature-list ul{grid-template-columns:1fr;gap:12px}.feature-list li{font-size:15px;padding:8px 0;line-height:1.5}.feature-list li i{font-size:16px;margin-right:10px;flex-shrink:0}.tech-highlight{padding:40px 20px}.tech-highlight h3{font-size:24px}.tech-highlight p{font-size:16px}.feature-with-bg{padding:40px 20px}.content-grid{grid-template-columns:1fr}.compatibility-options{grid-template-columns:1fr}.specs-table{font-size:14px}.specs-table th,.specs-table td{padding:15px}.frame-rate-table{padding:20px;overflow-x:auto}.performance-table{min-width:500px;font-size:14px}.performance-table th,.performance-table td{padding:10px 8px;font-size:13px}.package-list{padding:30px 20px}.package-list ul{grid-template-columns:1fr;gap:10px}.package-list li{padding:10px 15px;font-size:14px}.g3m-floating-nav .manual-link{padding:10px 14px;font-size:14px}.g3m-floating-nav .manual-link i:first-child{font-size:16px;margin-right:8px}.chart-description{font-size:14px;padding:12px;margin:12px 0 16px 0}}@media(max-width:480px){.product-title{font-size:24px}.product-subtitle{font-size:14px}.section-title{font-size:20px}.feature-value{font-size:28px}.feature-label{font-size:16px}.tech-feature h3{font-size:20px}.tech-feature p{font-size:14px}.function-description{padding:30px 15px;margin-top:30px}.function-description h2{font-size:22px}.function-description>p{font-size:15px;line-height:1.6}.feature-list{padding:20px 15px}.feature-list h3{font-size:18px}.feature-list li{font-size:14px;padding:6px 0}.feature-list li i{font-size:14px;margin-right:8px}}.atf-section-padding{padding:40px 0}