@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-primary:#000000;--bg-secondary:#0a0a0a;--bg-tertiary:#111111;--bg-card:#111111;--bg-hover:#1a1a1a;--text-primary:#ffffff;--text-secondary:#e0e0e0;--text-muted:#b0b0b0;--text-dim:#888888;--text-faint:#666666;--border-color:#2a2a2a;--border-light:#333333;--white:#ffffff;--black:#000000;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}.services-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh}.services-page h1,.services-page h2,.services-page h3,.services-page h4,.services-page h5,.services-page h6{font-family:Times New Roman,Times,serif;font-weight:400}.services-hero{position:relative;padding:6% 0 1%;text-align:center;border-bottom:1px solid var(--border-color)}.hero-title{font-family:Times New Roman,Times,serif;font-weight:500;font-size:46px;color:#fff;margin:0;letter-spacing:1px;padding-bottom:20px}.service-tabs{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.service-tab{display:flex;align-items:center;gap:.625rem;padding:9px 20px;border:1px solid var(--border-color);border-radius:100px;background:transparent;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all.3s ease;white-space:nowrap}.service-tab:hover{border-color:var(--border-light);color:var(--text-secondary)}.service-tab.active{background:var(--white);color:var(--black);border-color:var(--white)}.service-detail{padding:1% 0;max-width:990px;margin:0 auto}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.detail-image-wrapper{position:relative;width:100%;aspect-ratio:4/5;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-color)}.detail-image{width:100%;height:100%;object-fit:cover;filter:grayscale(30%) brightness(.8)}.detail-content{padding-top:1rem}.detail-icon{width:50px;height:50px;border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--white);margin-bottom:1.5rem}.detail-title{font-family:Times New Roman,Times,serif;font-size:2.25rem;font-weight:400;color:var(--white);margin-bottom:1rem;line-height:1.2}.detail-description{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:12px}.detail-features{list-style:none;padding:0;margin:0 0 12px}.detail-feature{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 0;border-bottom:1px solid var(--border-color);font-size:.9375rem;color:var(--text-secondary)}.detail-feature:last-child{border-bottom:none}.feature-check{width:20px;height:20px;border:1px solid var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.feature-check svg{width:10px;height:10px;color:var(--white)}.detail-meta{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);margin-bottom:1.5rem}.meta-label{font-size:.8125rem;color:var(--text-muted)}.meta-value{font-size:.8125rem;font-weight:600;color:var(--white)}.detail-cta{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:var(--white);color:var(--black);border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.detail-cta:hover{background:var(--text-secondary);transform:translateY(-2px)}.contact-section{padding:10% 0 0;height:100%;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.contact-info h2{font-family:Times New Roman,Times,serif;font-weight:500;font-size:46px;color:#fff;letter-spacing:1px;margin:0 0 30px}.contact-info>p{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;gap:1.25rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-card);transition:all .2s;text-decoration:none}.contact-method:hover{border-color:var(--border-light);background:var(--bg-hover)}.contact-icon{width:40px;height:40px;border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.contact-method-content{flex:1}.contact-method-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.contact-method-value{font-size:.9375rem;font-weight:500;color:var(--white)}.contact-method-arrow{color:var(--text-muted);transition:color .2s}.contact-method:hover .contact-method-arrow{color:var(--white)}.faq-section h2{font-family:Times New Roman,Times,serif;font-weight:500;font-size:46px;color:#fff;letter-spacing:1px;margin:0 0 30px}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-card)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;cursor:pointer;transition:background .2s}.faq-question:hover{background:var(--bg-hover)}.faq-question-text{font-size:.9375rem;font-weight:500;color:var(--white);padding-right:1rem}.faq-chevron{color:var(--text-muted);transition:transform .3s ease,color .2s;flex-shrink:0}.faq-item.open .faq-chevron{transform:rotate(90deg);color:var(--white)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:300px;padding:0 1.25rem 1.25rem}.faq-answer-text{font-size:.875rem;color:var(--text-muted);line-height:1.7}@media (max-width:991.98px){.hero-title{font-size:2.5rem}.detail-grid{grid-template-columns:1fr;gap:2rem}.detail-image-wrapper{aspect-ratio:16/9}.contact-container{grid-template-columns:1fr;gap:3rem}}@media (max-width:767.98px){.hero-title{font-size:2rem}.service-tabs{gap:.375rem}.service-tab{padding:.625rem 1rem;font-size:.75rem}.detail-title{font-size:1.75rem}}