:root{--bg-primary: #0b0b0b;--bg-secondary: #141414;--bg-surface: #1a1a1a;--bg-surface-hover: #222222;--bg-glass: rgba(26, 26, 26, .85);--gold: #c9a84c;--gold-light: #e0c96a;--gold-dark: #a68a3a;--gold-glow: rgba(201, 168, 76, .15);--gold-glow-strong: rgba(201, 168, 76, .3);--text-primary: #f0ede6;--text-secondary: #a8a49c;--text-muted: #6b6860;--white: #ffffff;--error: #e74c3c;--success: #2ecc71;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .5);--shadow-gold: 0 4px 20px rgba(201, 168, 76, .2);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--max-width: 1200px;--header-height: 72px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--gold);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--gold-light)}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--gold);color:var(--bg-primary);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);z-index:10000;font-weight:600;transition:top var(--transition-fast)}.skip-link:focus{top:var(--space-md)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-4xl) 0}.section-label{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-sm)}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-lg);line-height:1.2}.section-subtitle{font-size:1.05rem;color:var(--text-secondary);max-width:600px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.8rem 1.8rem;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all var(--transition-base);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--bg-primary);box-shadow:var(--shadow-gold)}.btn-primary:hover{background:linear-gradient(135deg,var(--gold-light),var(--gold));transform:translateY(-2px);box-shadow:0 6px 30px #c9a84c59;color:var(--bg-primary)}.btn-outline{border:1.5px solid var(--gold);color:var(--gold);background:transparent}.btn-outline:hover{background:var(--gold-glow);transform:translateY(-2px);color:var(--gold-light)}.glass-card{background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(201,168,76,.08);border-radius:var(--radius-lg);padding:var(--space-2xl);transition:all var(--transition-base)}.glass-card:hover{border-color:#c9a84c33;box-shadow:0 8px 32px #0000004d;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-in.visible{opacity:1;transform:translateY(0)}.animate-in.delay-1{transition-delay:.1s}.animate-in.delay-2{transition-delay:.2s}.animate-in.delay-3{transition-delay:.3s}.animate-in.delay-4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-in{opacity:1;transform:none}}.header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:1000;transition:all var(--transition-base)}.header.scrolled{background:#0b0b0beb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,168,76,.1)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.header-logo{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none}.header-logo svg{width:40px;height:40px}.header-logo-text{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--gold);letter-spacing:2px;text-transform:uppercase}.header-nav{display:flex;align-items:center;gap:var(--space-xl)}.header-nav a{font-size:.85rem;font-weight:500;color:var(--text-secondary);letter-spacing:.5px;transition:color var(--transition-fast);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:width var(--transition-base)}.header-nav a:hover{color:var(--gold)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:var(--space-md)}.header-icon-row{display:flex;align-items:center;gap:6px}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-full);border:1px solid rgba(201,168,76,.15);color:var(--gold);transition:all var(--transition-base);background:transparent}.header-icon-btn svg{width:20px;height:20px}.header-icon-btn:hover{background:var(--gold-glow);border-color:var(--gold);color:var(--gold-light);transform:translateY(-2px)}.header-icon-contact{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--bg-primary);border-color:transparent}.header-icon-contact:hover{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--bg-primary);box-shadow:0 4px 16px #c9a84c4d}.hamburger{display:none;flex-direction:column;gap:5px;padding:var(--space-sm);cursor:pointer;z-index:1001}.hamburger span{width:24px;height:2px;background:var(--text-primary);transition:all var(--transition-base);border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#0b0b0bfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2xl)}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-display);font-size:1.5rem;color:var(--text-primary);transition:color var(--transition-fast)}.mobile-menu a:hover{color:var(--gold)}.mobile-menu-contacts{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-md);width:80%;max-width:280px}.mobile-menu-contacts .btn{width:100%;justify-content:center}@media(max-width:768px){.header-nav,.header-icon-row{display:none}.hamburger{display:flex}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:var(--header-height)}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:70%;height:100%;background:radial-gradient(ellipse,var(--gold-glow) 0%,transparent 60%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(to top,var(--bg-primary),transparent);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:700px}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-sm);background:var(--gold-glow);border:1px solid rgba(201,168,76,.2);border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.78rem;font-weight:500;color:var(--gold);margin-bottom:var(--space-xl);letter-spacing:.5px}.hero-title{font-family:var(--font-display);font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:700;line-height:1.1;margin-bottom:var(--space-lg);color:var(--text-primary)}.hero-title .gold{color:var(--gold);display:inline}.hero-subtitle{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--text-secondary);line-height:1.7;margin-bottom:var(--space-2xl);max-width:560px}.hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-3xl)}.hero-stats{display:flex;gap:var(--space-3xl)}.hero-stat{text-align:left}.hero-stat-number{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--gold)}.hero-stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-top:2px}@media(max-width:768px){.hero{padding-top:calc(var(--header-height) + var(--space-xl));min-height:auto;padding-bottom:var(--space-3xl)}.hero-stats{gap:var(--space-xl)}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%;text-align:center}}.about{background:var(--bg-secondary)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}.about-text p{color:var(--text-secondary);line-height:1.8;margin-bottom:var(--space-md);font-size:.95rem}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md);margin-top:var(--space-xl)}.about-highlight{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid rgba(201,168,76,.06)}.about-highlight-icon{color:var(--gold);font-size:1.2rem;flex-shrink:0;margin-top:2px}.about-highlight-text{font-size:.85rem;font-weight:500;color:var(--text-primary)}.about-highlight-sub{font-size:.75rem;color:var(--text-muted);margin-top:2px}.about-image{display:flex;justify-content:center;align-items:center}.about-logo-display{width:280px;height:280px;background:var(--bg-surface);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;border:1px solid rgba(201,168,76,.1);box-shadow:var(--shadow-gold)}.about-logo-display svg{width:180px;height:180px}@media(max-width:768px){.about-grid{grid-template-columns:1fr;gap:var(--space-2xl)}.about-image{order:-1}.about-logo-display{width:200px;height:200px}.about-logo-display svg{width:120px;height:120px}.about-highlights{grid-template-columns:1fr}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-xl);margin-top:var(--space-2xl)}.service-card{padding:var(--space-2xl);text-align:left}.service-icon{width:48px;height:48px;background:var(--gold-glow);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-lg);color:var(--gold);font-size:1.3rem}.service-title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin-bottom:var(--space-sm);color:var(--text-primary)}.service-desc{font-size:.88rem;color:var(--text-secondary);line-height:1.7}.service-tag{display:inline-block;margin-top:var(--space-md);font-size:.72rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--gold-dark);background:var(--gold-glow);padding:.25rem .75rem;border-radius:var(--radius-full)}.stats{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);border-top:1px solid rgba(201,168,76,.08);border-bottom:1px solid rgba(201,168,76,.08)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl);text-align:center}.stat-item{padding:var(--space-xl) 0}.stat-number{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--gold);line-height:1;margin-bottom:var(--space-sm)}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;font-weight:500}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.testimonials{background:var(--bg-secondary)}.testimonials-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--space-2xl);flex-wrap:wrap;gap:var(--space-md)}.testimonial-controls{display:flex;align-items:center;gap:var(--space-sm)}.testimonial-btn{width:44px;height:44px;border-radius:var(--radius-full);border:1px solid rgba(201,168,76,.2);display:flex;align-items:center;justify-content:center;color:var(--gold);transition:all var(--transition-fast);background:transparent;font-size:1.1rem}.testimonial-btn:hover{background:var(--gold-glow);border-color:var(--gold)}.testimonial-page-indicator{font-size:.78rem;color:var(--text-muted);font-weight:500;min-width:40px;text-align:center}.testimonials-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}@keyframes testimonialFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.testimonial-fade{animation:testimonialFadeIn .45s ease forwards}.testimonial-card{padding:var(--space-2xl);min-height:360px;display:flex;flex-direction:column}.testimonial-stars{color:var(--gold);font-size:.9rem;letter-spacing:2px;margin-bottom:var(--space-md)}.testimonial-text{font-size:.92rem;color:var(--text-secondary);line-height:1.8;margin-bottom:var(--space-lg);font-style:italic;flex:1}.testimonial-author{display:flex;align-items:center;gap:var(--space-md)}.testimonial-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--bg-primary)}.testimonial-name{font-weight:600;font-size:.9rem;color:var(--text-primary)}.testimonial-source{font-size:.75rem;color:var(--text-muted)}.testimonial-dots{display:flex;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xl)}.testimonial-dot{width:10px;height:10px;border-radius:var(--radius-full);border:1.5px solid rgba(201,168,76,.3);background:transparent;cursor:pointer;transition:all var(--transition-fast);padding:0}.testimonial-dot.active{background:var(--gold);border-color:var(--gold);transform:scale(1.2)}.testimonial-dot:hover{border-color:var(--gold)}.testimonials-links{display:flex;gap:var(--space-lg);margin-top:var(--space-2xl);justify-content:center}.testimonials-link{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:.85rem;color:var(--gold);font-weight:500}.testimonials-link:hover{color:var(--gold-light)}@media(max-width:768px){.testimonials-carousel{grid-template-columns:1fr}.testimonials-links{flex-direction:column;align-items:center}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);margin-top:var(--space-2xl)}.contact-info{display:flex;flex-direction:column;gap:var(--space-xl)}.contact-item{display:flex;align-items:flex-start;gap:var(--space-md)}.contact-item-icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--gold-glow);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;flex-shrink:0}.contact-item-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}.contact-item-value{font-weight:500;color:var(--text-primary);font-size:.95rem}.contact-item-value a{color:var(--text-primary)}.contact-item-value a:hover{color:var(--gold)}.contact-social{display:flex;gap:var(--space-md);margin-top:var(--space-md)}.social-btn{width:44px;height:44px;border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid rgba(201,168,76,.1);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.1rem;transition:all var(--transition-fast)}.social-btn:hover{background:var(--gold-glow);color:var(--gold);border-color:#c9a84c4d;transform:translateY(-2px)}.contact-form{display:flex;flex-direction:column;gap:var(--space-md)}.form-group{display:flex;flex-direction:column;gap:var(--space-xs)}.form-group label{font-size:.78rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.form-group input,.form-group textarea,.form-group select{background:var(--bg-surface);border:1px solid rgba(201,168,76,.1);border-radius:var(--radius-md);padding:.85rem 1rem;color:var(--text-primary);font-family:var(--font-body);font-size:.9rem;transition:border-color var(--transition-fast);width:100%}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.form-submit{margin-top:var(--space-sm)}.form-submit .btn{width:100%}.form-status{text-align:center;padding:var(--space-sm);border-radius:var(--radius-md);font-size:.85rem;font-weight:500}.form-status.success{background:#2ecc711a;color:var(--success);border:1px solid rgba(46,204,113,.2)}.form-status.error{background:#e74c3c1a;color:var(--error);border:1px solid rgba(231,76,60,.2)}@media(max-width:768px){.contact-grid,.form-row{grid-template-columns:1fr}}.footer{background:var(--bg-secondary);border-top:1px solid rgba(201,168,76,.08);padding:var(--space-3xl) 0 var(--space-xl)}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-2xl)}.footer-brand{display:flex;flex-direction:column;gap:var(--space-md)}.footer-logo{display:flex;align-items:center;gap:var(--space-sm)}.footer-logo svg{width:32px;height:32px}.footer-logo-text{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--gold);letter-spacing:2px;text-transform:uppercase}.footer-desc{font-size:.85rem;color:var(--text-muted);line-height:1.7;max-width:340px}.footer-heading{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-lg)}.footer-links{display:flex;flex-direction:column;gap:var(--space-sm)}.footer-links a{font-size:.85rem;color:var(--text-muted);transition:color var(--transition-fast)}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(201,168,76,.06);padding-top:var(--space-xl);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-md)}.footer-copy{font-size:.78rem;color:var(--text-muted)}.footer-legal{font-size:.72rem;color:var(--text-muted);line-height:1.6;max-width:500px;text-align:right}@media(max-width:768px){.footer-top{grid-template-columns:1fr;gap:var(--space-2xl)}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{text-align:center;max-width:100%}}
