.ServiceLayout-module__d5ruwq__servicePage{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);padding-top:var(--header-height)}.ServiceLayout-module__d5ruwq__heroSection{justify-content:center;align-items:center;height:70vh;min-height:500px;display:flex;position:relative;overflow:hidden}.ServiceLayout-module__d5ruwq__heroBackground{z-index:1;position:absolute;inset:0}.ServiceLayout-module__d5ruwq__heroImg{object-fit:cover;object-position:center 40%}.ServiceLayout-module__d5ruwq__heroOverlay{background:linear-gradient(#0a0a0c66 0%,#0a0a0cb3 60%,#0a0a0c 100%);position:absolute;inset:0}.ServiceLayout-module__d5ruwq__heroContent{z-index:2;text-align:center;max-width:900px;padding:2rem;animation:1s cubic-bezier(.16,1,.3,1) forwards ServiceLayout-module__d5ruwq__heroFadeIn;position:relative}.ServiceLayout-module__d5ruwq__heroTag{letter-spacing:.3em;color:var(--accent-neon);text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.ServiceLayout-module__d5ruwq__heroTitle{background:linear-gradient(135deg,#fff 0%,var(--accent-neon)60%,#c9a84c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.1}.ServiceLayout-module__d5ruwq__heroSubtitle{color:var(--text-secondary);max-width:650px;margin:0 auto;font-size:clamp(1rem,2vw,1.3rem);line-height:1.7}.ServiceLayout-module__d5ruwq__scrollHint{z-index:2;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ServiceLayout-module__d5ruwq__scrollLine{background:linear-gradient(to bottom,var(--accent-neon),transparent);width:1px;height:50px;animation:2s ease-in-out infinite ServiceLayout-module__d5ruwq__scrollPulse}.ServiceLayout-module__d5ruwq__neonSeparator{background:linear-gradient(90deg,transparent 0%,var(--accent-neon)50%,transparent 100%);opacity:.3;height:1px;margin:0}.ServiceLayout-module__d5ruwq__highlightsSection{background:#ffffff03;padding:3rem 0}.ServiceLayout-module__d5ruwq__highlightsGrid{flex-wrap:wrap;justify-content:center;gap:4rem;max-width:900px;margin:0 auto;padding:0 2rem;display:flex}.ServiceLayout-module__d5ruwq__highlightItem{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.ServiceLayout-module__d5ruwq__highlightValue{background:linear-gradient(135deg,var(--accent-neon),#c9a84c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800}.ServiceLayout-module__d5ruwq__highlightLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.ServiceLayout-module__d5ruwq__introSection{padding:6rem 0}.ServiceLayout-module__d5ruwq__introGrid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.ServiceLayout-module__d5ruwq__introText{padding-left:2rem;position:relative}.ServiceLayout-module__d5ruwq__introAccent{background:linear-gradient(to bottom,var(--accent-neon),transparent);border-radius:2px;width:3px;height:100%;position:absolute;top:0;left:0}.ServiceLayout-module__d5ruwq__introBody{color:#bbb;font-size:1.1rem;line-height:1.9}.ServiceLayout-module__d5ruwq__introBody p{margin-bottom:1rem}.ServiceLayout-module__d5ruwq__introCta{background:var(--accent-neon);color:var(--bg-primary);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-top:2rem;padding:1rem 2.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #cca65c33}.ServiceLayout-module__d5ruwq__introCta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #cca65c66}.ServiceLayout-module__d5ruwq__introImageWrapper{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden}.ServiceLayout-module__d5ruwq__introImg{object-fit:cover;transition:transform .6s}.ServiceLayout-module__d5ruwq__introImageWrapper:hover .ServiceLayout-module__d5ruwq__introImg{transform:scale(1.03)}.ServiceLayout-module__d5ruwq__introImgGlow{pointer-events:none;border-radius:12px;position:absolute;inset:0;box-shadow:inset 0 0 80px #0a0a0c99}.ServiceLayout-module__d5ruwq__featuresSection{background:#ffffff03;padding:6rem 0}.ServiceLayout-module__d5ruwq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.ServiceLayout-module__d5ruwq__featureCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ServiceLayout-module__d5ruwq__featureCard:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-neon),transparent);opacity:0;width:60%;height:1px;transition:opacity .4s;position:absolute;top:0;left:50%;transform:translate(-50%)}.ServiceLayout-module__d5ruwq__featureCard:hover{background:#ffffff0a;border-color:#cca65c26;transform:translateY(-8px);box-shadow:0 20px 60px #0000004d}.ServiceLayout-module__d5ruwq__featureCard:hover:before{opacity:1}.ServiceLayout-module__d5ruwq__featureIconWrapper{background:#cca65c14;border:1px solid #cca65c26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.ServiceLayout-module__d5ruwq__featureIcon{font-size:1.8rem}.ServiceLayout-module__d5ruwq__featureTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.ServiceLayout-module__d5ruwq__featureDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.ServiceLayout-module__d5ruwq__processSection{padding:6rem 0}.ServiceLayout-module__d5ruwq__sectionTitle{text-align:center;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#fff 0%,var(--accent-neon)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.ServiceLayout-module__d5ruwq__processTimeline{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid;position:relative}.ServiceLayout-module__d5ruwq__processStep{text-align:center;padding:0 1rem;position:relative}.ServiceLayout-module__d5ruwq__processNumber{border:2px solid var(--accent-neon);width:56px;height:56px;color:var(--accent-neon);z-index:2;background:#cca65c1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.3rem;font-weight:800;display:flex;position:relative}.ServiceLayout-module__d5ruwq__processConnector{display:none}@media (min-width:769px){.ServiceLayout-module__d5ruwq__processStep:not(:last-child) .ServiceLayout-module__d5ruwq__processConnector{background:linear-gradient(90deg,var(--accent-neon),#cca65c33);z-index:1;width:calc(100% - 72px + 2rem);height:2px;display:block;position:absolute;top:28px;left:calc(50% + 36px)}}.ServiceLayout-module__d5ruwq__processStepTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.ServiceLayout-module__d5ruwq__processStepDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.ServiceLayout-module__d5ruwq__gallerySection{background:#ffffff03;padding:6rem 0}.ServiceLayout-module__d5ruwq__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.ServiceLayout-module__d5ruwq__galleryCard{aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden}.ServiceLayout-module__d5ruwq__galleryImg{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ServiceLayout-module__d5ruwq__galleryCard:hover .ServiceLayout-module__d5ruwq__galleryImg{transform:scale(1.05)}.ServiceLayout-module__d5ruwq__galleryOverlay{pointer-events:none;background:linear-gradient(#0000 50%,#0a0a0c80 100%);position:absolute;inset:0}.ServiceLayout-module__d5ruwq__ctaSection{text-align:center;padding:6rem 0}.ServiceLayout-module__d5ruwq__ctaTitle{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800}.ServiceLayout-module__d5ruwq__ctaSub{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.ServiceLayout-module__d5ruwq__ctaActions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.ServiceLayout-module__d5ruwq__ctaBtn{background:var(--accent-neon);color:var(--bg-primary);text-transform:uppercase;letter-spacing:.08em;border-radius:4px;align-items:center;gap:.5rem;padding:1.1rem 3rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #cca65c40}.ServiceLayout-module__d5ruwq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 35px #cca65c73}.ServiceLayout-module__d5ruwq__ctaBtnSecondary{color:var(--text-primary);background:0 0;border:1px solid #ffffff26;border-radius:4px;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.ServiceLayout-module__d5ruwq__ctaBtnSecondary:hover{border-color:var(--accent-neon);color:var(--accent-neon);background:#cca65c0d}@keyframes ServiceLayout-module__d5ruwq__heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ServiceLayout-module__d5ruwq__scrollPulse{0%,to{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:992px){.ServiceLayout-module__d5ruwq__introGrid{grid-template-columns:1fr;gap:3rem}.ServiceLayout-module__d5ruwq__introImageWrapper{max-height:400px}.ServiceLayout-module__d5ruwq__highlightsGrid{gap:2rem}.ServiceLayout-module__d5ruwq__highlightValue{font-size:1.8rem}}@media (max-width:768px){.ServiceLayout-module__d5ruwq__heroSection{height:55vh;min-height:400px}.ServiceLayout-module__d5ruwq__introText{padding-left:1.5rem}.ServiceLayout-module__d5ruwq__featuresGrid{grid-template-columns:1fr}.ServiceLayout-module__d5ruwq__processTimeline{grid-template-columns:1fr 1fr}.ServiceLayout-module__d5ruwq__highlightsGrid{gap:1.5rem}.ServiceLayout-module__d5ruwq__ctaActions{flex-direction:column;align-items:center}}@media (max-width:480px){.ServiceLayout-module__d5ruwq__processTimeline{grid-template-columns:1fr}.ServiceLayout-module__d5ruwq__highlightsGrid{flex-direction:column;gap:1.5rem}}.ServiceLayout-module__d5ruwq__faqSection{padding:6rem 0}.ServiceLayout-module__d5ruwq__faqList{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.ServiceLayout-module__d5ruwq__faqItem{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;transition:all .3s;overflow:hidden}.ServiceLayout-module__d5ruwq__faqItem:hover{border-color:#cca65c26}.ServiceLayout-module__d5ruwq__faqItemOpen{background:#ffffff08;border-color:#cca65c40}.ServiceLayout-module__d5ruwq__faqQuestion{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;transition:color .2s;display:flex}.ServiceLayout-module__d5ruwq__faqQuestion:hover{color:var(--accent-neon)}.ServiceLayout-module__d5ruwq__faqToggle{color:var(--accent-neon);text-align:center;flex-shrink:0;width:28px;font-size:1.4rem;transition:transform .3s}.ServiceLayout-module__d5ruwq__faqItemOpen .ServiceLayout-module__d5ruwq__faqToggle{transform:rotate(180deg)}.ServiceLayout-module__d5ruwq__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .4s cubic-bezier(.22,1,.36,1),padding .3s;overflow:hidden}.ServiceLayout-module__d5ruwq__faqItemOpen .ServiceLayout-module__d5ruwq__faqAnswer{max-height:300px;padding:0 1.5rem 1.25rem}.ServiceLayout-module__d5ruwq__faqAnswer p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}
