*{box-sizing:border-box;margin:0;padding:0}:root{--gold:#d4af37;--black:#000;--dark-gray:#0f0f0f;--gray-dark:#1a1a1a;--gray-light:#262626;--gray-text:#9ca3af;--gray-400:#6b7280;--white:#fff;--gray-300:#d1d5db}html{background:var(--black);color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background:var(--black);color:var(--white);overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:.8s ease-out fadeInUp}.animate-slide-in-left{animation:.8s ease-out slideInLeft}.animate-slide-in-right{animation:.8s ease-out slideInRight}.animate-scale-in{animation:.6s ease-out scaleIn}.hero-section{background:var(--black);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af3733 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;right:0}.hero-section:after{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af371a 0%,#0000 70%);border-radius:50%;width:24rem;height:24rem;position:absolute;bottom:0;left:0}.hero-content{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:32px;width:100%;max-width:1280px;display:grid;position:relative}@media (width<=768px){.hero-content{grid-template-columns:1fr;gap:20px}}.hero-text{text-align:left;animation:.8s ease-out slideInLeft}.hero-badge{border:1px solid var(--gold);background:#d4af3733;border-radius:9999px;margin-bottom:24px;padding:8px 16px;display:inline-block}.hero-badge-text{color:var(--gold);letter-spacing:1px;font-size:12px;font-weight:700}.hero-title{color:var(--white);margin-bottom:24px;font-size:3rem;font-weight:900;line-height:1.1}.hero-description{color:#d1d5db;max-width:500px;margin-bottom:32px;font-size:18px;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:12px 32px;font-size:14px;font-weight:700;transition:all .3s}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:#c9a227;transform:scale(1.05)}.btn-secondary{color:var(--gold);border:2px solid var(--gold);background:0 0}.btn-secondary:hover{background:#d4af371a;transform:scale(1.05)}.hero-image{border-radius:16px;height:500px;animation:.8s ease-out slideInRight;position:relative;overflow:hidden}.hero-image:before{content:"";z-index:2;border-radius:16px;position:absolute;inset:0}.hero-image img{object-fit:cover;border-radius:16px;width:100%;height:100%}.about-section{background:var(--black);padding:128px 24px;position:relative;overflow:hidden}.about-section:before{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af370d 0%,#0000 70%);border-radius:50%;width:288px;height:288px;position:absolute;top:80px;left:40px}.about-section:after{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af370d 0%,#0000 70%);border-radius:50%;width:384px;height:384px;position:absolute;bottom:80px;right:40px}.section-container{z-index:10;max-width:1280px;margin:0 auto;position:relative}.section-header{margin-bottom:64px;animation:.8s ease-out fadeInUp}.section-badge{border:1px solid var(--gold);background:#d4af3733;border-radius:9999px;margin:auto;padding:8px 16px;display:inline-block}.section-badge-text{color:var(--gold);letter-spacing:1px;font-size:12px;font-weight:700}.section-title{color:var(--white);margin-bottom:24px;font-size:clamp(2rem,6vw,3.5rem);font-weight:900;line-height:1.1}.section-subtitle{color:#9ca3af;max-width:768px;margin:0 auto;font-size:18px;line-height:1.6}.about-content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:48px;margin-bottom:64px;display:grid}@media (width<=768px){.about-content{grid-template-columns:1fr;gap:24px}}.about-text{background:linear-gradient(to bottom right,#d4af371a 0%,#0000 100%);border:1px solid #d4af374d;border-radius:12px;padding:32px;animation:.8s ease-out slideInLeft}.about-text h3{color:var(--white);margin-bottom:16px;font-size:24px;font-weight:700}.about-text p{color:#9ca3af;margin-bottom:16px;line-height:1.6}.about-list{list-style:none}.about-list li{color:#9ca3af;align-items:center;gap:12px;margin-bottom:12px;display:flex}.about-list li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;animation:.8s ease-out slideInRight;display:grid}@media (width<=768px){.stats-grid{grid-template-columns:1fr}}.stat-card{cursor:pointer;background:linear-gradient(to bottom right,#0f0f0f,#1a1a1a);border:1px solid #d4af3733;border-radius:8px;padding:24px;transition:all .3s}.stat-card:hover{border-color:var(--gold);transform:scale(1.05)translateY(-8px)}.stat-number{color:var(--gold);margin-bottom:8px;font-size:36px;font-weight:900}.stat-label{color:#9ca3af;font-size:14px}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{text-align:left;background:linear-gradient(#d4af371a 0%,#0000 100%);border:1px solid #d4af3733;border-radius:8px;padding:24px;transition:all .3s;animation:.8s ease-out fadeInUp}.feature-card:hover{border-color:var(--gold)}.feature-icon{margin-bottom:16px;font-size:32px;transition:transform .3s}.feature-card:hover .feature-icon{transform:scale(1.25)}.feature-title{color:var(--white);margin-bottom:8px;font-size:16px;font-weight:700}.feature-desc{color:#9ca3af;font-size:13px;line-height:1.5}.process-section{background:var(--black);padding:96px 24px;position:relative;overflow:hidden}.process-section:before{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af3726 0%,#0000 70%);border-radius:50%;width:384px;height:384px;position:absolute;top:0;right:0}.process-section:after{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af371a 0%,#0000 70%);border-radius:50%;width:384px;height:384px;position:absolute;bottom:0;left:50%}.steps-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:64px;display:grid}@media (width<=768px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.step-card{background:linear-gradient(to bottom right,#0f0f0f,#1a1a1a);border:1px solid #d4af374d;border-radius:12px;padding:32px;transition:all .5s;animation:.8s ease-out fadeInUp;position:relative}.step-card:hover{border-color:var(--gold);transform:scale(1.05)}.step-number{background:linear-gradient(to bottom right, var(--gold), #b8860b);width:64px;height:64px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:24px;font-weight:900;display:flex;box-shadow:0 0 20px #d4af374d}.step-icon{margin-bottom:12px;font-size:32px}.step-card:hover .step-icon{transition:transform .3s;transform:scale(1.25)}.step-title{color:var(--white);margin-bottom:16px;font-size:18px;font-weight:900}.step-card:hover .step-title{color:var(--gold)}.step-description{color:#9ca3af;font-size:13px;line-height:1.6}.cta-section{text-align:left;animation:.8s ease-out .6s fadeInUp}.cta-section p{color:#9ca3af;margin-bottom:24px}.cta-btn{background:var(--gold);color:var(--black);cursor:pointer;border:none;border-radius:8px;padding:12px 32px;font-weight:700;transition:all .3s}.cta-btn:hover{background:#c9a227;transform:scale(1.05)}.services-section{background:var(--black);padding:128px 24px;position:relative;overflow:hidden}.services-section:before{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af3714 0%,#0000 70%);border-radius:50%;width:384px;height:384px;position:absolute;top:0;left:0}.services-section:after{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af370d 0%,#0000 70%);border-radius:50%;width:384px;height:384px;position:absolute;bottom:0;right:0}.services-grid{z-index:10;grid-template-columns:2fr 3fr;gap:32px;display:grid;position:relative}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.service-tabs{flex-direction:column;gap:12px;display:flex}.service-tab{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:1px solid #d4af3733;border-radius:8px;align-items:center;gap:12px;padding:25px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.service-tab:hover{background:#d4af371a;border-color:#d4af3780}.service-tab.active{border-color:var(--gold);color:var(--white);background:#d4af3733}.service-tab-number{font-size:12px;font-weight:900}.service-tab-icon{font-size:18px}.service-tab-title{flex:1}.service-details{background:linear-gradient(to bottom right,#0f0f0f,#1a1a1a);border:1px solid #d4af3733;border-radius:24px;flex-direction:column;justify-content:flex-start;min-height:384px;padding:48px;transition:all .3s;display:flex}.service-details:hover{border-color:#d4af3766}.service-type-label{color:var(--gold);letter-spacing:2px;margin-bottom:24px;font-size:11px;font-weight:700;animation:.6s ease-out scaleIn}.service-details-header{justify-content:space-between;align-items:flex-start;margin-bottom:32px;animation:.6s ease-out scaleIn;display:flex}.service-icon-box{background:linear-gradient(to bottom right,#d4af374d,#d4af371a);border:1px solid #d4af374d;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.explore-btn{color:var(--gold);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.explore-btn:hover{color:var(--white)}.service-title{color:var(--white);margin-bottom:24px;font-size:32px;font-weight:900;line-height:1.2;animation:.8s ease-out fadeInUp}.service-description{color:#d1d5db;margin-bottom:32px;font-size:16px;line-height:1.6;animation:.8s ease-out .1s fadeInUp}.features-label{color:var(--gold);letter-spacing:1px;margin-bottom:16px;font-size:11px;font-weight:700}.features-list{flex-wrap:wrap;gap:12px;animation:.8s ease-out .2s fadeInUp;display:flex}.feature-tag{color:#9ca3af;background:#d4af371a;border:1px solid #d4af374d;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .3s}.feature-tag:hover{border-color:var(--gold);background:#d4af3733}.industries-section{background:var(--black);padding:128px 24px;position:relative;overflow:hidden}.industries-section:before{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af3714 0%,#0000 70%);border-radius:50%;width:384px;height:384px;position:absolute;top:0;right:0}.industries-section:after{content:"";filter:blur(80px);background:radial-gradient(circle,#d4af370d 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:0;left:25%}.industries-list{z-index:10;space-y:32px;max-width:960px;margin:0 auto;position:relative}.industry-item{border-bottom:1px solid #d4af371a;grid-template-columns:auto 1fr;align-items:flex-start;gap:24px;padding-bottom:32px;transition:border-color .3s;animation:.8s ease-out fadeInUp;display:grid}.industry-item:hover{border-bottom-color:#d4af374d}.industry-item:last-child{border-bottom:none}.industry-number{color:#2a2a2a;min-width:64px;font-size:64px;font-weight:900}.industry-content{align-items:flex-start;gap:24px;display:flex}.industry-icon-box{background:var(--gold);width:56px;height:56px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;transition:transform .3s;display:flex;box-shadow:0 0 20px #d4af374d}.industry-item:hover .industry-icon-box{transform:scale(1.1)}.industry-info{flex:1}.industry-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.industry-name{color:var(--white);font-size:20px;font-weight:900}.industry-category{color:var(--gold);letter-spacing:1px;font-size:11px;font-weight:700}.industry-details{color:#a3a3a3;text-align:left;margin-bottom:12px;font-size:14px;transition:color .3s}.industry-item:hover .industry-details{color:var(--white)}.industry-features{flex-wrap:wrap;gap:8px;display:flex}.industry-feature{color:#6b7280;font-size:13px;transition:color .3s}.industry-item:hover .industry-feature{color:var(--gold)}.industry-feature:not(:last-child):after{content:"•";margin-left:8px}.why-choose-section{background:var(--black);padding:96px 24px;position:relative;overflow:hidden}.why-choose-section:before{content:"";filter:blur(80px);background:linear-gradient(to bottom left,#d4af370d 0%,#0000 50%);border-radius:50%;width:100%;height:100%;position:absolute;top:0;right:0}.why-header{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:48px;animation:.8s ease-out fadeInUp;display:flex}.why-header .section-badge{white-space:nowrap}.why-choose-title{color:var(--white);margin-bottom:16px;font-size:clamp(1.5rem,6vw,3.5rem);font-weight:900;line-height:1.1}.why-choose-title .gold-text{color:var(--gold)}.why-choose-subtitle{color:#9ca3af;max-width:768px;margin:auto;font-size:16px}.reasons-list{z-index:10;margin-bottom:64px;position:relative}.reason-item{grid-template-columns:1fr 1fr;align-items:center;gap:32px;margin-bottom:48px;animation:.8s ease-out fadeInUp;display:grid}@media (width<=768px){.reason-item{grid-template-columns:1fr;gap:24px}}.reason-item.reverse{grid-template-columns:1fr 1fr}.reason-item.reverse .reason-content{order:2}.reason-item.reverse .reason-image{order:1}@media (width<=768px){.reason-item.reverse{grid-template-columns:1fr}.reason-item.reverse .reason-content{order:1}.reason-item.reverse .reason-image{order:2}}.reason-content{align-items:flex-start;gap:24px;display:flex}.reason-number{background:linear-gradient(to bottom right, var(--gold), #b8860b);width:56px;height:56px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:900;display:flex;box-shadow:0 0 20px #d4af374d}.reason-info h3{color:var(--white);text-align:left;margin-bottom:8px;font-size:24px;font-weight:900}.reason-info p{color:#9ca3af;text-align:left;margin-bottom:16px;line-height:1.6}.reason-points{list-style:none}.reason-points li{color:#d1d5db;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.reason-points li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:5px;height:5px}.reason-image{border-radius:16px;height:256px;transition:transform .3s;position:relative;overflow:hidden}.reason-item:hover .reason-image{transform:scale(1.05)}.reason-image:before{content:"";z-index:2;border-radius:16px;position:absolute;inset:0}.reason-image img{object-fit:cover;border-radius:16px;width:100%;height:100%}.divider{background:linear-gradient(90deg,#0000,#d4af374d,#0000);height:1px;margin:32px 0}.brands-section{z-index:10;text-align:left;animation:.8s ease-out .8s fadeInUp;position:relative}.brands-label{color:#9ca3af;letter-spacing:2px;margin-bottom:12px;font-size:13px;font-weight:700}.brands-title{color:var(--white);margin-bottom:32px;font-size:20px;font-weight:700}.brands-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=768px){.brands-grid{grid-template-columns:repeat(2,1fr)}}.brand-card{color:#9ca3af;background:linear-gradient(to bottom right,#0f0f0f,#1a1a1a);border:1px solid #d4af3733;border-radius:8px;justify-content:center;align-items:center;height:80px;font-weight:700;transition:all .3s;display:flex}.brand-card:hover{border-color:var(--gold);color:var(--gold);transform:scale(1.05)}@media (width<=768px){.hero-section{min-height:auto;padding:20px}.section-header{margin-bottom:32px}.about-content{gap:24px}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.services-grid{grid-template-columns:1fr;gap:24px}.service-details{min-height:auto}.why-header{flex-direction:column;align-items:flex-start}.reason-item{margin-bottom:32px}}
