:root{--font-primary: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Cinzel", serif;--bg-dark: #0a0b0e;--bg-card: #12141c;--bg-input: #1a1d29;--primary-gold: #d4af37;--accent-gold: #f3e5ab;--dark-gold: #aa841c;--text-white: #f8fafc;--text-light: #e2e8f0;--text-muted: #94a3b8;--border-color: rgba(212, 175, 55, .15);--border-hover: rgba(212, 175, 55, .4);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .5);--shadow-md: 0 8px 24px rgba(0, 0, 0, .6);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .7);--shadow-gold: 0 0 15px rgba(212, 175, 55, .25);--shadow-gold-hover: 0 0 25px rgba(212, 175, 55, .4);--max-width: 1200px;--header-height: 80px;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-primary);font-size:16px;color:var(--text-light);background-color:var(--bg-dark);scroll-behavior:smooth;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-white);font-weight:600;line-height:1.3}h1,.display-font{font-family:var(--font-display)}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#1e2230;border-radius:5px;border:2px solid var(--bg-dark)}::-webkit-scrollbar-thumb:hover{background:var(--primary-gold)}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding:6rem 0;position:relative;overflow:hidden}.section-title{text-align:center;margin-bottom:4rem;position:relative}.section-title h2{font-size:2.25rem;margin-bottom:.75rem;letter-spacing:1px}.section-title:after{content:"";display:block;width:60px;height:3px;background:var(--primary-gold);margin:1rem auto 0;border-radius:2px;box-shadow:var(--shadow-gold)}.text-gold{color:var(--primary-gold)}.top-header-bar{background-color:#071025;border-bottom:1px solid rgba(212,175,55,.15);font-size:.85rem;color:var(--text-light);height:40px;display:flex;align-items:center;z-index:1001;position:relative}.top-bar-container{display:flex;justify-content:space-between;align-items:center;width:100%}.top-bar-left{display:flex;align-items:center;gap:1rem}.top-bar-item{display:flex;align-items:center;gap:.4rem}.top-bar-item a:hover{color:var(--primary-gold)}.top-bar-item .icon{font-size:.9rem}.top-bar-separator{color:#d4af3733}.top-bar-right{display:flex;align-items:center}.lang-selector{display:flex;gap:.5rem}.lang-btn{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border:1px solid rgba(255,255,255,.15);border-radius:3px;cursor:pointer;transition:all var(--transition-fast);color:var(--text-muted)}.lang-btn:hover{color:var(--text-white);border-color:#fff6}.lang-btn--active{background-color:var(--primary-gold);color:#071025!important;border-color:var(--primary-gold)}.header{position:fixed;top:40px;left:0;width:100%;height:var(--header-height);z-index:1000;background:#071025bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:background var(--transition-normal),border var(--transition-normal),top var(--transition-normal)}.header--scrolled{background:#071025f2;box-shadow:var(--shadow-md)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:100%}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:42px;height:42px;fill:var(--primary-gold)}.logo-img{width:42px;height:42px;border-radius:50%;border:1.5px solid var(--primary-gold);object-fit:cover;display:block}.logo-text{display:flex;flex-direction:column}.logo-title{font-family:var(--font-primary);font-size:1.25rem;font-weight:700;color:var(--primary-gold);line-height:1.1}.logo-subtitle{font-family:var(--font-display);font-size:.7rem;letter-spacing:1px;color:var(--text-white);line-height:1.2}.logo-chinese{font-size:.65rem;color:var(--text-muted);letter-spacing:2px;margin-top:2px}.nav-links-wrapper{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;gap:1.75rem;list-style:none}.nav-link{font-size:.9rem;font-weight:500;color:var(--text-light);position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-gold);transition:width var(--transition-fast)}.nav-link:hover{color:var(--primary-gold)}.nav-link:hover:after,.nav-link--active:after{width:100%}.btn-contact-nav{padding:.5rem 1rem;border:1px solid var(--primary-gold);border-radius:4px;font-size:.85rem;font-weight:600;color:var(--bg-dark);background:var(--primary-gold);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);display:inline-flex;align-items:center;gap:.4rem}.btn-contact-nav:hover{background:var(--accent-gold);border-color:var(--accent-gold);transform:translateY(-1px);box-shadow:var(--shadow-gold)}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1010}.menu-toggle span{display:block;height:3px;width:100%;background:var(--text-white);border-radius:3px;transition:all var(--transition-fast)}.hero{min-height:90vh;display:flex;align-items:center;position:relative;padding-top:calc(var(--header-height) + 5rem);padding-bottom:4rem;background:linear-gradient(135deg,#071025f5 20%,#071025cc),url(/library_bg.png) center center / cover no-repeat}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:3.5rem;align-items:center}.hero-content{max-width:720px}.hero-title{font-size:3.25rem;font-weight:700;line-height:1.15;margin-bottom:.25rem;background:linear-gradient(135deg,var(--text-white) 40%,var(--primary-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:var(--font-primary)}.hero-english-title{font-family:var(--font-display);font-size:1.5rem;color:var(--text-white);letter-spacing:2px;margin-bottom:.25rem;font-weight:600}.hero-chinese-title{font-family:var(--font-primary);font-size:1.15rem;color:var(--primary-gold);letter-spacing:4px;margin-bottom:2rem;font-weight:500}.hero-desc{font-size:1.2rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.8;font-weight:300}.hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hero-highlight-card{background:#ffffff05;border:1px solid rgba(212,175,55,.15);border-radius:8px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:all var(--transition-normal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-highlight-card:hover{transform:translateY(-5px);border-color:#d4af3766;background:#ffffff0a;box-shadow:0 10px 20px #0006}.highlight-icon-box{width:44px;height:44px;background:#d4af3714;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.15)}.highlight-icon{width:22px;height:22px;fill:var(--primary-gold)}.highlight-text{display:flex;flex-direction:column;gap:.15rem}.highlight-title{font-size:.95rem;font-weight:700;color:var(--primary-gold)}.highlight-desc{font-size:.75rem;color:var(--text-muted)}.hero-lawyer-container{display:flex;justify-content:center;position:relative;width:100%}.hero-lawyer-image-wrapper{position:relative;width:100%;max-width:400px;display:flex;justify-content:center;align-items:flex-end}.hero-lawyer-image{width:100%;height:auto;max-height:520px;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.55));transition:transform var(--transition-slow)}.hero-lawyer-image-wrapper:hover .hero-lawyer-image{transform:scale(1.03)}.hero-lawyer-overlay-badge{position:absolute;bottom:15px;right:15px;left:15px;background:#071025e0;border:1px solid var(--primary-gold);border-radius:8px;padding:.65rem .85rem;text-align:center;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.badge-name{font-size:1.15rem;font-weight:700;color:var(--primary-gold);margin-bottom:.15rem}.badge-title{font-size:.8rem;color:var(--text-white);opacity:.9}.quick-contact-section{padding:0;margin-top:-40px;position:relative;z-index:5}.quick-contact-bar{background:#0b142c;border:1px solid var(--border-color);border-radius:10px;padding:1.5rem;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:repeat(4,1.1fr) 1.3fr;align-items:center;gap:1.5rem}.quick-contact-item{display:flex;align-items:flex-start;gap:.75rem;border-right:1px solid rgba(212,175,55,.15);padding-right:.75rem;height:100%}.quick-contact-item:nth-child(4){border-right:none}.quick-contact-icon-wrapper{font-size:1.5rem;line-height:1}.quick-contact-info{display:flex;flex-direction:column;gap:.25rem}.quick-contact-label{font-size:.75rem;text-transform:uppercase;color:var(--primary-gold);font-weight:600;letter-spacing:.5px}.quick-contact-value{font-size:.85rem;color:var(--text-white);line-height:1.4;font-weight:500}.quick-contact-value a:hover{color:var(--primary-gold)}.quick-contact-sub{font-size:.75rem;color:var(--text-muted)}.btn-line{background-color:#06c755;color:#fff;border-radius:6px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;transition:all var(--transition-normal);text-decoration:none;box-shadow:0 4px 12px #06c7554d}.btn-line:hover{background-color:#05b04b;transform:translateY(-2px);box-shadow:0 6px 16px #06c75566;color:#fff}.line-icon-box{background:#fff;color:#06c755;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.line-icon-box svg{width:18px;height:18px}.line-content{display:flex;flex-direction:column}.line-title{font-size:.85rem;font-weight:700;line-height:1.2}.line-handle{font-size:.75rem;opacity:.9;line-height:1.2}.services-section{background-color:var(--bg-dark);padding:8rem 0 6rem}.services-container{display:grid;grid-template-columns:.35fr .65fr;gap:4rem;align-items:flex-start}.services-left{position:sticky;top:150px}.services-main-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-white);position:relative;padding-bottom:1rem}.services-main-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--primary-gold);border-radius:2px}.services-main-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.btn-all-services{align-self:flex-start}.services-right{width:100%}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:3rem 2rem;transition:all var(--transition-normal);display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer}.service-card:hover{transform:translateY(-8px);border-color:var(--border-hover);box-shadow:var(--shadow-lg),0 0 25px #d4af370d}.service-icon-box{background:#d4af370f;width:64px;height:64px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(212,175,55,.12);transition:all var(--transition-fast)}.service-card:hover .service-icon-box{background:var(--primary-gold);border-color:var(--primary-gold)}.service-card:hover .service-icon{fill:#071025}.service-icon{width:30px;height:30px;fill:var(--primary-gold);transition:fill var(--transition-fast)}.service-title{font-size:1.25rem;font-weight:600;color:var(--text-white)}.about{background:linear-gradient(to bottom,#08090c,#0d0f14)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}.about-image-wrapper{position:relative;display:flex;justify-content:center}.about-image-card{width:100%;max-width:400px;aspect-ratio:4 / 5;background:linear-gradient(135deg,#16181f,#0d0e12);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-lg);position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-image-placeholder{width:100%;height:100%;border:1px dashed rgba(212,175,55,.3);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--primary-gold);text-align:center;padding:2rem;background:#d4af3705}.about-profile-icon{width:70px;height:70px;fill:var(--primary-gold);margin-bottom:1.5rem;opacity:.8}.about-profile-name{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:.25rem}.about-profile-title{color:var(--primary-gold);font-size:.9rem;letter-spacing:1px}.about-profile-badge{position:absolute;bottom:-20px;right:-20px;background:var(--bg-card);border:1px solid var(--primary-gold);border-radius:8px;padding:1rem 1.5rem;box-shadow:var(--shadow-md);text-align:center}.badge-years{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--primary-gold);line-height:1}.badge-text{font-size:.75rem;color:var(--text-light);letter-spacing:.5px}.about-subtitle{color:var(--primary-gold);font-weight:600;font-size:1.1rem;margin-bottom:1rem}.about-title{font-size:2.25rem;margin-bottom:1.5rem}.about-text{font-size:1.05rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-item{display:flex;gap:1rem}.value-check-icon{width:24px;height:24px;fill:var(--primary-gold);flex-shrink:0;margin-top:2px}.value-title{font-weight:600;color:var(--text-white);margin-bottom:.25rem;font-size:1.05rem}.value-desc{font-size:.85rem;color:var(--text-muted)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem}.contact-info-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:3rem 2.5rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:2.5rem}.contact-info-title{font-size:1.5rem;margin-bottom:.5rem}.contact-info-desc{font-size:.9rem;color:var(--text-muted)}.contact-details{display:flex;flex-direction:column;gap:1.75rem}.contact-item{display:flex;gap:1.25rem;align-items:flex-start}.contact-icon-box{width:44px;height:44px;background:#d4af3714;border:1px solid var(--border-color);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item-icon{width:20px;height:20px;fill:var(--primary-gold)}.contact-item-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.contact-item-value{font-size:1rem;color:var(--text-white);font-weight:500}.contact-item-value a:hover{color:var(--primary-gold)}.contact-form-wrapper{background:#11131c;border:1px solid var(--border-color);border-radius:8px;padding:3.5rem 3rem;box-shadow:var(--shadow-md)}.contact-form-title{font-size:1.75rem;margin-bottom:.5rem}.contact-form-subtitle{font-size:.95rem;color:var(--text-muted);margin-bottom:2.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:span 2}.form-label{font-size:.85rem;font-weight:500;color:var(--text-light)}.form-input,.form-textarea{background:var(--bg-input);border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:.85rem 1rem;color:var(--text-white);font-size:.95rem;transition:all var(--transition-fast)}.form-textarea{resize:vertical;min-height:120px}.form-input:focus,.form-textarea:focus{border-color:var(--primary-gold);box-shadow:0 0 10px #d4af3726;background:#1a1d29cc}.form-error{font-size:.8rem;color:#ef4444;margin-top:.25rem}.btn-submit{width:100%;padding:1rem;border-radius:4px;font-size:1rem;font-weight:700}.form-success-box{background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:6px;padding:1.5rem;text-align:center;color:#10b981;font-weight:600;margin-bottom:1.5rem;animation:fadeIn .3s ease}.footer{background:#06070a;border-top:1px solid var(--border-color);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;margin-bottom:3rem;align-items:flex-start}.footer-info{max-width:500px}.footer-logo{margin-bottom:1.5rem}.footer-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7}.footer-links-title{font-size:1.1rem;color:var(--text-white);margin-bottom:1.5rem;font-weight:600;position:relative;padding-bottom:.5rem}.footer-links-title:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--primary-gold)}.footer-links{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.footer-link{font-size:.9rem;color:var(--text-muted)}.footer-link:hover{color:var(--primary-gold);padding-left:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.copyright{font-size:.85rem;color:var(--text-muted)}.disclaimer{font-size:.75rem;color:#ffffff40;max-width:100%;text-align:right;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.top-header-bar{font-size:.8rem}.top-bar-left{gap:.5rem}.top-bar-separator{display:none}.hero{min-height:auto;padding-top:calc(var(--header-height) + 6rem)}.hero-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.hero-highlights{width:100%;margin-top:1rem}.hero-graphic{order:-1}.hero-lawyer-container{order:1;margin-top:2rem}.quick-contact-section{margin-top:0;padding:2rem 0}.quick-contact-bar{grid-template-columns:repeat(2,1fr);gap:1.5rem}.quick-contact-item{border-right:none;border-bottom:1px solid rgba(212,175,55,.15);padding-right:0;padding-bottom:1rem}.quick-contact-item:nth-child(3),.quick-contact-item:nth-child(4){border-bottom:none}.btn-line{grid-column:span 2;justify-content:center}.services-container{grid-template-columns:1fr;gap:3rem}.services-left{position:relative;top:0;text-align:center;display:flex;flex-direction:column;align-items:center}.services-main-title:after{left:50%;transform:translate(-50%)}.about-grid{grid-template-columns:1fr;gap:4rem}.about-image-wrapper{order:-1}.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){:root{--header-height: 70px}.top-header-bar{display:none}.header{top:0}.section{padding:4rem 0}.section-title{margin-bottom:3rem}.section-title h2{font-size:1.85rem}.menu-toggle{display:flex}.nav-links-wrapper{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background:#071025;z-index:999;padding:3rem 2rem;border-top:1px solid var(--border-color);transform:translate(-100%);transition:transform var(--transition-normal);display:flex;flex-direction:column;gap:2rem}.nav-links-wrapper--open{transform:translate(0)}.nav-links{flex-direction:column;gap:2rem}.nav-link{font-size:1.25rem}.btn-contact-nav{align-self:flex-start;padding:.8rem 2rem;font-size:1.05rem;width:100%;text-align:center}.hero-title{font-size:2.25rem}.hero-english-title{font-size:1.25rem}.hero-chinese-title{font-size:1rem;margin-bottom:1.5rem}.hero-desc{font-size:1rem}.hero-highlights{grid-template-columns:1fr;gap:1rem}.quick-contact-bar{grid-template-columns:1fr;gap:1.25rem}.quick-contact-item{border-bottom:1px solid rgba(212,175,55,.1);padding-bottom:.75rem}.quick-contact-item:nth-child(4){border-bottom:none}.btn-line{grid-column:span 1}.services-grid{grid-template-columns:1fr;gap:1rem}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.contact-form-wrapper{padding:2.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.disclaimer{text-align:center}}@media (max-width: 480px){.hero-title{font-size:1.85rem}.about-values{grid-template-columns:1fr}}
