:root{--primary-dark:#1a2332;--primary-medium:#2d3e50;--gold-accent:#bf9e5b;--gold-light:#d4af6a;--text-dark:#1a2332;--text-medium:#5a6c7d;--text-light:#8392a5;--bg-light:#f8f9fa;--white:#ffffff;--shadow-sm:0 4px 20px rgba(0, 0, 0, 0.08);--shadow-md:0 8px 30px rgba(0, 0, 0, 0.12);--shadow-lg:0 12px 40px rgba(26, 35, 50, 0.15)}.services-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-medium) 100%);padding:140px 0 100px;position:relative;overflow:hidden}.services-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(191,158,91,.08) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(26,35,50,.5) 0,transparent 50%);pointer-events:none}.services-hero .container{position:relative;z-index:1}.services-hero h1{color:var(--white);font-size:3.8rem;font-weight:800;margin-bottom:28px;letter-spacing:-.03em;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.2)}.services-hero .lead{color:rgba(255,255,255,.92);font-size:1.4rem;font-weight:400;max-width:850px;margin:0 auto;line-height:1.7}.services-grid-section{padding:110px 0;background:var(--bg-light)}.services-grid-section .section-header{text-align:center;margin-bottom:80px}.services-grid-section .section-title{font-size:3rem;font-weight:800;color:var(--text-dark);margin-bottom:24px;letter-spacing:-.02em}.services-grid-section .section-subtitle{font-size:1.25rem;color:var(--text-medium);max-width:750px;margin:0 auto;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:36px;margin-top:60px}.service-card{background:var(--white);border-radius:20px;overflow:hidden;transition:all .5s cubic-bezier(.175, .885, .32, 1.275);box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;height:100%;border:1px solid rgba(0,0,0,.04)}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--gold-accent) 0,var(--gold-light) 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.service-card:hover::before{transform:scaleX(1)}.service-card-image{height:260px;overflow:hidden;position:relative;background:linear-gradient(135deg,#e9ecef 0,#dee2e6 100%)}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.175, .885, .32, 1.275)}.service-card:hover .service-card-image img{transform:scale(1.1)}.service-card-badge{position:absolute;top:24px;right:24px;background:rgba(191,158,91,.96);color:var(--white);padding:10px 22px;border-radius:40px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;backdrop-filter:blur(12px);box-shadow:0 8px 20px rgba(191,158,91,.3)}.service-card-content{padding:36px 32px;flex-grow:1;display:flex;flex-direction:column}.service-card-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-medium) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:0 8px 20px rgba(26,35,50,.15)}.service-card-icon svg{width:32px;height:32px;color:var(--gold-accent)}.service-card-title{font-size:1.65rem;font-weight:700;color:var(--text-dark);margin-bottom:18px;line-height:1.3}.service-card-description{color:var(--text-medium);font-size:1.05rem;line-height:1.75;margin-bottom:28px;flex-grow:1}.service-card-features{list-style:none;padding:0;margin:0 0 32px 0}.service-card-features li{padding:10px 0 10px 32px;color:var(--text-medium);font-size:.98rem;position:relative;line-height:1.6}.service-card-features li::before{content:'✓';position:absolute;left:0;color:var(--gold-accent);font-weight:800;font-size:1.2rem}.service-card-link{display:inline-flex;align-items:center;gap:10px;color:var(--primary-dark);font-weight:600;text-decoration:none;font-size:1.05rem;transition:all .4s ease;padding:14px 28px;background:var(--bg-light);border-radius:12px;align-self:flex-start}.service-card-link:hover{background:var(--primary-dark);color:var(--white);transform:translateX(5px);text-decoration:none}.service-card-link svg{width:20px;height:20px;transition:transform .4s ease}.service-card-link:hover svg{transform:translateX(5px)}.services-cta-section{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-medium) 100%);padding:110px 0;position:relative;overflow:hidden}.services-cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(191,158,91,.12) 0,transparent 60%),radial-gradient(circle at 70% 70%,rgba(191,158,91,.08) 0,transparent 60%);pointer-events:none}.services-cta-content{text-align:center;position:relative;z-index:1;max-width:850px;margin:0 auto}.services-cta-content h2{color:var(--white);font-size:3rem;font-weight:800;margin-bottom:28px;letter-spacing:-.02em}.services-cta-content p{color:rgba(255,255,255,.9);font-size:1.3rem;margin-bottom:48px;line-height:1.8}.services-cta-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.btn-cta-primary{background:linear-gradient(135deg,var(--gold-accent) 0,var(--gold-light) 100%);color:var(--white);padding:18px 48px;border-radius:60px;font-weight:700;font-size:1.15rem;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:14px;transition:all .4s ease;box-shadow:0 10px 30px rgba(191,158,91,.35)}.btn-cta-primary:hover{background:linear-gradient(135deg,var(--gold-light) 0,var(--gold-accent) 100%);transform:translateY(-3px);box-shadow:0 15px 40px rgba(191,158,91,.45);color:var(--white);text-decoration:none}.btn-cta-secondary{background:0 0;color:var(--white);padding:18px 48px;border-radius:60px;font-weight:700;font-size:1.15rem;border:2px solid var(--white);text-decoration:none;display:inline-flex;align-items:center;gap:14px;transition:all .4s ease}.btn-cta-secondary:hover{background:var(--white);color:var(--primary-dark);text-decoration:none;transform:translateY(-3px)}.services-trust-section{background:var(--white);padding:90px 0;border-top:1px solid #e9ecef}.trust-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:48px;text-align:center;max-width:1100px;margin:0 auto}.trust-stat{padding:24px}.trust-stat-number{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--gold-accent) 0,var(--gold-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:14px;line-height:1}.trust-stat-label{font-size:1.15rem;color:var(--text-medium);font-weight:600}@media (max-width:768px){.services-hero{padding:100px 0 80px}.services-hero h1{font-size:2.6rem}.services-hero .lead{font-size:1.15rem}.services-grid{grid-template-columns:1fr;gap:28px}.services-grid-section{padding:80px 0}.services-grid-section .section-title{font-size:2.2rem}.services-cta-section{padding:80px 0}.services-cta-content h2{font-size:2.2rem}.services-cta-buttons{flex-direction:column;align-items:stretch}.btn-cta-primary,.btn-cta-secondary{justify-content:center;width:100%}.trust-stats{grid-template-columns:1fr;gap:36px}}@media (max-width:480px){.services-hero{padding:80px 0 60px}.services-hero h1{font-size:2.2rem}.service-card-content{padding:28px 24px}.service-card-title{font-size:1.4rem}.service-card-image{height:220px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.service-card{animation:fadeInUp .7s ease-out;animation-fill-mode:both}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.15s}.service-card:nth-child(5){animation-delay:.25s}.service-card:nth-child(6){animation-delay:.35s}.service-card:nth-child(7){animation-delay:.2s}.service-card:nth-child(8){animation-delay:.3s}.service-card:nth-child(9){animation-delay:.4s}.service-card:nth-child(10){animation-delay:.25s}.service-card:nth-child(11){animation-delay:.35s}.service-card:nth-child(12){animation-delay:.45s}.service-card:nth-child(13){animation-delay:.3s}.service-card:nth-child(14){animation-delay:.4s}.service-card-badge{animation:pulse 2s ease-in-out infinite}.service-card:focus-within{outline:3px solid var(--gold-accent);outline-offset:4px}.btn-cta-primary:focus,.btn-cta-secondary:focus,.service-card-link:focus{outline:3px solid var(--gold-accent);outline-offset:4px}html{scroll-behavior:smooth}@media print{.services-cta-section,.services-hero{background:#fff!important;color:#000!important}}