.header{background-color:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e6e8ec;box-shadow:0 1px 12px #1020400f;position:fixed;width:100%;top:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%}.logo{font-size:1.8rem;font-weight:700;color:var(--accent-blue);height:3rem}.logo span{color:var(--accent-red)}.logo a{color:var(--accent-blue);text-decoration:none}.logo img{height:3rem}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:2rem}.nav-links a{text-decoration:none;color:var(--secondary);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--accent-blue)}.hero{display:flex;align-items:center;justify-content:center;background:radial-gradient(60rem 40rem at 85% 15%,rgba(0,71,171,.1),transparent 70%),linear-gradient(135deg,var(--primary) 55%,var(--light-gray) 100%);padding:5rem 5% 5.5rem;margin-top:70px}.hero-content{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-text{flex:1}.hero-text h1{font-size:clamp(1.75rem,4vw,3rem);line-height:1.25;margin-bottom:1.5rem;color:var(--secondary)}.hero-text h1 span{color:var(--accent-blue)}.hero-text p{font-size:1.1rem;max-width:34em;margin-bottom:2rem;color:#555}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{max-width:100%;height:auto;box-shadow:0 18px 45px -12px #00204d73;border-radius:14px}.cta-button{display:inline-block;padding:.85rem 2.25rem;background-color:var(--accent-blue);color:var(--primary);text-decoration:none;border-radius:30px;font-weight:600;box-shadow:0 8px 18px -6px #0047ab99;transition:background-color .3s,transform .3s,box-shadow .3s}.cta-button:hover{background-color:var(--accent-red);transform:translateY(-3px);box-shadow:0 12px 24px -6px #d22b2b8c}@media (max-width: 768px){.hero{padding:3rem 5% 3.5rem}.hero-content{flex-direction:column;text-align:center;gap:2.5rem}.hero-text{margin-bottom:0}.hero-text p{margin-left:auto;margin-right:auto}}.product-card{background-color:var(--primary);border:1px solid #e6e8ec;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px #1020400f;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-6px);border-color:var(--accent-blue);box-shadow:0 16px 32px -12px #10204047}.product-image{height:190px;background-color:var(--light-gray);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.product-info h3{font-size:1.2rem;line-height:1.45;margin-bottom:.6rem;color:var(--accent-blue);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-info p{color:#666;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-content{flex-grow:1}.product-link{display:block;padding:.65rem 1rem;background-color:var(--accent-blue);color:var(--primary);text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:600;transition:background-color .3s;text-align:center;margin-top:auto}.product-link:hover{background-color:var(--accent-red)}.painpoints-solutions{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;margin-bottom:1.5rem}.painpoints,.solutions{margin-bottom:1rem}.painpoints h4,.solutions h4{font-size:1rem;margin-bottom:.5rem;color:var(--accent-blue)}.painpoints ul,.solutions ul{padding-left:1.5rem;margin-bottom:1rem;list-style:disc}.section{padding:5rem 5%}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--secondary)}.products{background-color:var(--light-gray)}.products .section-title{margin-bottom:1rem}.products .section-title:after{content:"";display:block;width:4.5rem;height:4px;margin:1.25rem auto 0;border-radius:2px;background-color:var(--accent-blue)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:2rem;max-width:1320px;margin:3rem auto 0}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:var(--accent-blue)}@media (max-width: 768px){.section{padding:3.5rem 5%}.section-title,.section-title span{font-size:2rem}}.footer{background-color:var(--secondary);color:var(--primary);padding:3rem 5%}.footer-content{max-width:1200px;margin:0 auto;text-align:center}:root{--primary: #ffffff;--secondary: #000000;--accent-blue: #0047AB;--accent-red: #D22B2B;--light-gray: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box;font-family:Prompt,sans-serif}body{background-color:var(--primary);color:var(--secondary);line-height:1.6;overflow-wrap:break-word}a{text-decoration:none}ul{list-style:none}.product-detail{margin-top:70px;max-width:1100px;margin-left:auto;margin-right:auto}.section-title{text-align:center;font-size:2.5rem;line-height:1.3;margin-bottom:2.5rem;color:var(--secondary)}.section-title span{font-size:2.5rem;color:var(--accent-blue)}.product-description{font-size:1.1rem;line-height:1.8;margin-bottom:3rem;color:#444;text-indent:3em;max-width:62em}.detail-section{margin-bottom:2.5rem}.detail-section h3{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-blue)}.detail-section ul,.additional-content ul{list-style:disc;padding-left:3.5em;margin-bottom:1.75rem}.detail-section ul li,.additional-content ul li{margin-bottom:.6rem;line-height:1.75;color:#555;text-wrap:pretty}.detail-section ul li::marker,.additional-content ul li::marker{color:var(--accent-blue)}.additional-content{margin-bottom:2.5rem;background-color:var(--light-gray);padding:2rem 2.5rem;border-radius:10px}.additional-content h3{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-blue)}.additional-content p{margin-bottom:1rem;line-height:1.7}.back-link{display:inline-block;margin-top:2rem;text-decoration:none;font-weight:600;color:var(--accent-blue);border:1px solid var(--accent-blue);padding:.5rem 1rem;border-radius:5px;transition:background-color .3s,color .3s}.back-link:hover{background-color:var(--accent-blue);color:var(--primary)}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:var(--accent-blue)}.name{font-size:1.6rem;font-weight:600;line-height:1.4;margin-bottom:1rem;padding-left:.85rem;border-left:4px solid var(--accent-blue);color:var(--accent-blue)}@media (max-width: 768px){.section-title,.section-title span{font-size:2rem}.name{font-size:1.35rem}.product-description{text-indent:1.5em}.detail-section ul,.additional-content ul{padding-left:1.5rem}.additional-content{padding:1.5rem}}.additional-content+.attachments{padding-top:2rem;border-top:1px solid #e0e0e0}.attachments{padding-top:2rem;border-top:1px solid #e0e0e0}.price-section{margin-bottom:2rem}.price-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--accent-blue)}.price-project{margin:0 0 1.25rem;font-size:.95rem;color:#666}.price-own{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1.5rem;margin:0 0 1.25rem;padding:.9rem 1.2rem;border-left:4px solid var(--accent-blue);border-radius:0 8px 8px 0;background:#f2f7fc}.price-own-name{font-weight:600;color:var(--secondary)}.price-own-amount{font-size:1.35rem;font-weight:700;color:var(--accent-blue);white-space:nowrap}.price-table-wrap{overflow-x:auto;border:1px solid #e2e6eb;border-radius:10px}.price-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.92rem}.price-table th,.price-table td{padding:.6rem .8rem;vertical-align:top;line-height:1.55}.price-table thead th{background:var(--secondary);color:#fff;font-weight:600;text-align:center;white-space:nowrap}.price-table tbody tr+tr td{border-top:1px solid #eef1f5}.price-mid{text-align:center;white-space:nowrap}.price-num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.price-row-own td{background:#f2f7fc;font-weight:600}.price-row-own td:first-child{box-shadow:inset 4px 0 0 var(--accent-blue)}.price-table tfoot td{border-top:2px solid var(--secondary);background:#f7f9fb;font-weight:700;text-align:right}.price-notes{margin-top:.9rem}.price-notes p{margin:0 0 .25rem;font-size:.82rem;font-style:italic;color:#8a94a0}.attachments{margin-bottom:2rem}.attachments-title{font-size:1.2rem;margin-bottom:.75rem;color:var(--secondary)}.attachment-group+.attachment-group{margin-top:1.25rem}.attachment-group-title{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;color:#666}.attachment-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.attachment-link{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem .6rem .6rem;border:1px solid var(--accent-blue);border-radius:50px;background-color:var(--primary);color:var(--accent-blue);text-decoration:none;font-weight:600;transition:transform .3s,box-shadow .3s,background-color .3s,color .3s}.attachment-link:hover{background-color:var(--accent-blue);color:var(--primary);transform:translateY(-3px);box-shadow:0 6px 12px #00000026}.attachment-ext{flex-shrink:0;font-size:.7rem;letter-spacing:.05em;padding:.2rem .5rem;border-radius:50px;background-color:var(--accent-blue);color:var(--primary)}.attachment-link:hover .attachment-ext{background-color:var(--primary);color:var(--accent-blue)}.attachment-size{flex-shrink:0;font-size:.75rem;font-weight:400;opacity:.7}.product-description{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#444}.product-detail .imageDetail{width:100%}.price-hero{margin-top:70px;background:#eef2f6;border-bottom:1px solid #e2e6eb}.price-hero-inner{max-width:1100px;margin:0 auto;padding:2.5rem 5% 2.75rem}.price-breadcrumb{margin:0 0 .75rem;font-size:.8rem;color:#8a94a0}.price-breadcrumb a{color:inherit;text-decoration:none}.price-breadcrumb a:hover{color:var(--accent-blue)}.price-hero h1{margin:0 0 .6rem;font-size:2.4rem;line-height:1.25;color:var(--secondary)}.price-hero-sub{margin:0;font-size:1rem;color:#667}.price-page{max-width:1100px;margin:0 auto;padding:3rem 5% 4rem}.price-list-head,.price-list-row{display:grid;grid-template-columns:3.5rem 1fr auto;gap:1rem;align-items:baseline;padding:.9rem .25rem}.price-list-head{padding-top:0;padding-bottom:.6rem;border-bottom:2px solid var(--secondary);font-size:.8rem;font-weight:600;letter-spacing:.02em;color:#667}.price-list-row{border-bottom:1px solid #e8ecf0}.price-col-no{text-align:center;font-size:.9rem;color:#8a94a0}.price-col-name{display:flex;flex-direction:column;gap:.15rem}.price-name-link{font-size:1rem;font-weight:600;line-height:1.5;color:var(--secondary);text-decoration:none}.price-name-link:hover{color:var(--accent-blue);text-decoration:underline}.price-name-thai{font-size:.82rem;color:#8a94a0}.price-col-amount{text-align:right;font-size:1.05rem;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--secondary)}.price-page-notes{margin-top:1.5rem}.price-page-notes p{margin:0 0 .3rem;font-size:.82rem;color:#8a94a0}@media (max-width: 640px){.price-hero h1{font-size:1.9rem}.price-list-head,.price-list-row{grid-template-columns:2.25rem 1fr auto;gap:.6rem}}
