:root{--bg:#070b14;--surface:#0d1422;--surface-2:#131a26;--amber:#ffb000;--gold:#d4af37;--fg:#e8ecf2;--muted:#8ea0b8;--faint:#4a5a74;--border:#1e2d45;--border-2:#2c3f5c;--grad-gold:linear-gradient(135deg,#ffb000 0%,#d4af37 100%);--grad-gold-soft:linear-gradient(135deg,rgba(255,176,0,.16) 0%,rgba(212,175,55,.08) 100%);--r-md:16px;--r-lg:20px;--r-xl:28px;--shadow-soft:0 12px 40px -12px rgba(0,0,0,.55);--shadow-lift:0 28px 60px -18px rgba(0,0,0,.7), 0 0 0 1px rgba(255,176,0,.08);--shadow-gold:0 16px 40px -14px rgba(255,176,0,.4);--dur:.22s;--ease:cubic-bezier(.16,1,.3,1)}[data-astro-cid-2ru423wc]{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Pretendard,system-ui,sans-serif;background:var(--bg);color:var(--fg);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(900px 600px at 78% -8%,rgba(255,176,0,.1),transparent 60%),radial-gradient(700px 500px at -6% 100%,rgba(212,175,55,.06),transparent 60%)}h1[data-astro-cid-2ru423wc],h2[data-astro-cid-2ru423wc],h3[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;line-height:1.12;letter-spacing:-.01em}a[data-astro-cid-2ru423wc]{color:inherit;text-decoration:none}.wrap[data-astro-cid-2ru423wc]{max-width:1200px;margin:0 auto;padding:0 28px;position:relative;z-index:1}.text-gold[data-astro-cid-2ru423wc]{background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.btn[data-astro-cid-2ru423wc]{display:inline-flex;align-items:center;gap:9px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;padding:15px 28px;border-radius:999px;cursor:pointer;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background var(--dur) var(--ease);border:1px solid transparent;white-space:nowrap}.btn[data-astro-cid-2ru423wc]:focus-visible{outline:none;box-shadow:0 0 0 3px var(--bg),0 0 0 6px var(--amber)}.btn-primary[data-astro-cid-2ru423wc]{background:var(--grad-gold);color:#1a1206;box-shadow:var(--shadow-gold)}.btn-primary[data-astro-cid-2ru423wc]:hover{transform:translateY(-3px);box-shadow:0 22px 50px -14px #ffb0008c}.btn-outline[data-astro-cid-2ru423wc]{background:transparent;color:var(--fg);border:1px solid var(--border-2)}.btn-outline[data-astro-cid-2ru423wc]:hover{transform:translateY(-3px);border-color:var(--amber);color:var(--amber);background:#ffb0000d}.icon[data-astro-cid-2ru423wc]{width:20px;height:20px;flex:none;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav[data-astro-cid-2ru423wc]{position:sticky;top:40px;z-index:50;backdrop-filter:blur(12px);background:#070b14b8;border-bottom:1px solid var(--border)}.nav-inner[data-astro-cid-2ru423wc]{display:flex;align-items:center;justify-content:space-between;height:72px}.brand[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:23px;font-weight:700;letter-spacing:.01em}.brand[data-astro-cid-2ru423wc] small[data-astro-cid-2ru423wc]{display:block;font-family:Inter,sans-serif;font-size:10px;letter-spacing:.32em;color:var(--gold);font-weight:600;text-transform:uppercase;margin-top:2px}.nav-links[data-astro-cid-2ru423wc]{display:flex;gap:34px;align-items:center}.nav-links[data-astro-cid-2ru423wc] a[data-astro-cid-2ru423wc]{font-size:14.5px;color:var(--muted);transition:color var(--dur) var(--ease);position:relative}.nav-links[data-astro-cid-2ru423wc] a[data-astro-cid-2ru423wc]:hover{color:var(--fg)}.nav-links[data-astro-cid-2ru423wc] a[data-astro-cid-2ru423wc]:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--grad-gold);transition:width var(--dur) var(--ease);border-radius:2px}.nav-links[data-astro-cid-2ru423wc] a[data-astro-cid-2ru423wc]:hover:after{width:100%}.nav-cta[data-astro-cid-2ru423wc]{font-size:14px}@media(max-width:860px){.nav-links[data-astro-cid-2ru423wc]{display:none}}.hero[data-astro-cid-2ru423wc]{padding:84px 0 96px;position:relative}.hero-grid[data-astro-cid-2ru423wc]{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.badge[data-astro-cid-2ru423wc]{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;letter-spacing:.02em;padding:8px 16px;border-radius:999px;background:#ffb00014;border:1px solid rgba(255,176,0,.28);color:var(--amber);margin-bottom:26px}.dot[data-astro-cid-2ru423wc]{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px #ffb0002e;animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.hero[data-astro-cid-2ru423wc] h1[data-astro-cid-2ru423wc]{font-size:clamp(3rem,2rem+4.4vw,5.4rem);font-weight:700;margin-bottom:22px}.hero[data-astro-cid-2ru423wc] h1[data-astro-cid-2ru423wc] em[data-astro-cid-2ru423wc]{font-style:italic;font-weight:500}.hero-lead[data-astro-cid-2ru423wc]{font-size:19px;color:var(--muted);max-width:30rem;margin-bottom:36px;line-height:1.65}.hero-cta[data-astro-cid-2ru423wc]{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:42px}.proof[data-astro-cid-2ru423wc]{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.proof-stars[data-astro-cid-2ru423wc]{display:flex;align-items:center;gap:10px}.stars[data-astro-cid-2ru423wc]{display:flex;gap:2px}.stars[data-astro-cid-2ru423wc] svg[data-astro-cid-2ru423wc]{width:18px;height:18px;fill:var(--amber)}.proof-num[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:22px;font-weight:700}.proof-label[data-astro-cid-2ru423wc]{font-size:13px;color:var(--faint)}.proof-div[data-astro-cid-2ru423wc]{width:1px;height:34px;background:var(--border-2)}.hero-visual[data-astro-cid-2ru423wc]{position:relative;height:520px}.hv-card[data-astro-cid-2ru423wc]{position:absolute;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--border)}.hv-main[data-astro-cid-2ru423wc]{inset:0;background:radial-gradient(120% 90% at 70% 15%,rgba(255,176,0,.22),transparent 55%),linear-gradient(160deg,#131a26,#0a0f1a);display:flex;flex-direction:column;justify-content:flex-end;padding:34px}.hv-main[data-astro-cid-2ru423wc]:before{content:"";position:absolute;top:-40%;right:-30%;width:80%;height:80%;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.35),transparent 70%);filter:blur(18px)}.hv-ring[data-astro-cid-2ru423wc]{position:absolute;top:40px;left:40px;width:108px;height:108px;border-radius:50%;border:1.5px solid rgba(255,176,0,.4);display:flex;align-items:center;justify-content:center}.hv-ring[data-astro-cid-2ru423wc] span[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-style:italic;font-size:32px}.hv-tag[data-astro-cid-2ru423wc]{position:relative;z-index:1}.hv-tag[data-astro-cid-2ru423wc] .t1[data-astro-cid-2ru423wc]{font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-weight:600}.hv-tag[data-astro-cid-2ru423wc] .t2[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:30px;margin-top:8px}.hv-float[data-astro-cid-2ru423wc]{bottom:-26px;left:-26px;width:206px;padding:20px 22px;background:#0d1422eb;backdrop-filter:blur(10px);display:flex;align-items:center;gap:14px}.hv-float[data-astro-cid-2ru423wc] .ic[data-astro-cid-2ru423wc]{width:46px;height:46px;border-radius:14px;background:var(--grad-gold-soft);border:1px solid rgba(255,176,0,.25);display:flex;align-items:center;justify-content:center;color:var(--amber);flex:none}.hv-float[data-astro-cid-2ru423wc] .hv-num[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:24px;font-weight:700;line-height:1}.hv-float[data-astro-cid-2ru423wc] .hv-cap[data-astro-cid-2ru423wc]{font-size:12px;color:var(--muted);margin-top:3px}section[data-astro-cid-2ru423wc]{padding:96px 0;position:relative}.sec-head[data-astro-cid-2ru423wc]{max-width:640px;margin:0 auto 60px;text-align:center}.eyebrow[data-astro-cid-2ru423wc]{font-size:12.5px;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:16px;display:block}.sec-head[data-astro-cid-2ru423wc] h2[data-astro-cid-2ru423wc]{font-size:clamp(2.1rem,1.5rem+2vw,3.2rem);font-weight:700;margin-bottom:18px}.sec-head[data-astro-cid-2ru423wc] p[data-astro-cid-2ru423wc]{font-size:17px;color:var(--muted)}.services[data-astro-cid-2ru423wc]{background:linear-gradient(180deg,transparent,rgba(13,20,34,.5),transparent)}.svc-grid[data-astro-cid-2ru423wc]{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.svc-card[data-astro-cid-2ru423wc]{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:30px 26px;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease);display:flex;flex-direction:column}.svc-card[data-astro-cid-2ru423wc]:hover{transform:translateY(-8px);box-shadow:var(--shadow-lift);border-color:var(--border-2)}.svc-ic[data-astro-cid-2ru423wc]{width:58px;height:58px;border-radius:18px;background:var(--grad-gold-soft);border:1px solid rgba(255,176,0,.22);display:flex;align-items:center;justify-content:center;color:var(--amber);margin-bottom:24px}.svc-ic[data-astro-cid-2ru423wc] svg[data-astro-cid-2ru423wc]{width:28px;height:28px}.svc-card[data-astro-cid-2ru423wc] h3[data-astro-cid-2ru423wc]{font-size:21px;font-weight:600;margin-bottom:10px}.svc-card[data-astro-cid-2ru423wc] p[data-astro-cid-2ru423wc]{font-size:14.5px;color:var(--muted);line-height:1.6;flex:1;margin-bottom:22px}.svc-foot[data-astro-cid-2ru423wc]{display:flex;align-items:baseline;justify-content:space-between;border-top:1px solid var(--border);padding-top:18px}.svc-price[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:22px;font-weight:700}.svc-price[data-astro-cid-2ru423wc] small[data-astro-cid-2ru423wc]{font-size:13px;color:var(--faint);font-family:Inter,sans-serif;font-weight:400}.svc-arrow[data-astro-cid-2ru423wc]{color:var(--gold);transition:transform var(--dur) var(--ease)}.svc-card[data-astro-cid-2ru423wc]:hover .svc-arrow[data-astro-cid-2ru423wc]{transform:translate(5px)}.val-grid[data-astro-cid-2ru423wc]{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.val-card[data-astro-cid-2ru423wc]{padding:34px 30px;border-radius:var(--r-lg);background:var(--surface-2);border:1px solid var(--border);transition:transform var(--dur) var(--ease),border-color var(--dur) var(--ease)}.val-card[data-astro-cid-2ru423wc]:hover{transform:translateY(-6px);border-color:var(--border-2)}.val-ic[data-astro-cid-2ru423wc]{width:54px;height:54px;border-radius:50%;border:1.5px solid rgba(255,176,0,.35);display:flex;align-items:center;justify-content:center;color:var(--amber);margin-bottom:22px}.val-ic[data-astro-cid-2ru423wc] svg[data-astro-cid-2ru423wc]{width:26px;height:26px}.val-card[data-astro-cid-2ru423wc] h3[data-astro-cid-2ru423wc]{font-size:20px;font-weight:600;margin-bottom:12px}.val-card[data-astro-cid-2ru423wc] p[data-astro-cid-2ru423wc]{font-size:15px;color:var(--muted);line-height:1.65}.gal-grid[data-astro-cid-2ru423wc]{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:18px}.gal[data-astro-cid-2ru423wc]{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);position:relative;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);cursor:pointer}.gal[data-astro-cid-2ru423wc]:hover{transform:scale(1.018);box-shadow:var(--shadow-lift)}.gal[data-astro-cid-2ru423wc].tall{grid-row:span 2}.gal[data-astro-cid-2ru423wc] .cap[data-astro-cid-2ru423wc]{position:absolute;left:20px;bottom:18px;z-index:2}.gal[data-astro-cid-2ru423wc] .cap[data-astro-cid-2ru423wc] .c1[data-astro-cid-2ru423wc]{font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);font-weight:600}.gal[data-astro-cid-2ru423wc] .cap[data-astro-cid-2ru423wc] .c2[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:21px;margin-top:4px}.gal[data-astro-cid-2ru423wc]:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(7,11,20,.78));z-index:1}.g1[data-astro-cid-2ru423wc]{background:radial-gradient(120% 100% at 30% 20%,rgba(255,176,0,.3),transparent 60%),linear-gradient(150deg,#1a2436,#0a0f1a)}.g2[data-astro-cid-2ru423wc]{background:radial-gradient(120% 100% at 70% 30%,rgba(212,175,55,.28),transparent 60%),linear-gradient(150deg,#141d2e,#0c1220)}.g3[data-astro-cid-2ru423wc]{background:radial-gradient(100% 120% at 50% 80%,rgba(255,176,0,.22),transparent 60%),linear-gradient(150deg,#11192a,#080d18)}.g4[data-astro-cid-2ru423wc]{background:radial-gradient(120% 100% at 20% 70%,rgba(212,175,55,.3),transparent 60%),linear-gradient(150deg,#18212f,#0a0f1a)}.g5[data-astro-cid-2ru423wc]{background:radial-gradient(120% 100% at 80% 20%,rgba(255,176,0,.26),transparent 60%),linear-gradient(150deg,#131c2c,#090e19)}.reviews[data-astro-cid-2ru423wc]{background:linear-gradient(180deg,transparent,rgba(13,20,34,.5),transparent)}.rev-grid[data-astro-cid-2ru423wc]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rev-card[data-astro-cid-2ru423wc]{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:32px 30px;transition:transform var(--dur) var(--ease),border-color var(--dur) var(--ease)}.rev-card[data-astro-cid-2ru423wc]:hover{transform:translateY(-6px);border-color:var(--border-2)}.rev-stars[data-astro-cid-2ru423wc]{display:flex;gap:3px;margin-bottom:18px}.rev-stars[data-astro-cid-2ru423wc] svg[data-astro-cid-2ru423wc]{width:18px;height:18px;fill:var(--amber)}.rev-card[data-astro-cid-2ru423wc] blockquote[data-astro-cid-2ru423wc]{font-size:16px;line-height:1.7;color:var(--fg);margin-bottom:24px;font-style:normal}.rev-who[data-astro-cid-2ru423wc]{display:flex;align-items:center;gap:13px}.rev-av[data-astro-cid-2ru423wc]{width:44px;height:44px;border-radius:50%;background:var(--grad-gold);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-weight:700;color:#1a1206;font-size:18px;flex:none}.rev-name[data-astro-cid-2ru423wc]{font-size:15px;font-weight:600}.rev-meta[data-astro-cid-2ru423wc]{font-size:12.5px;color:var(--faint)}.cta-block[data-astro-cid-2ru423wc]{background:radial-gradient(120% 140% at 85% 0%,rgba(255,176,0,.14),transparent 55%),linear-gradient(160deg,#10182a,#0a0f1a);border:1px solid var(--border-2);border-radius:var(--r-xl);padding:64px 56px;position:relative;overflow:hidden}.cta-block[data-astro-cid-2ru423wc]:before{content:"";position:absolute;top:-50%;right:-10%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.18),transparent 70%);filter:blur(20px);pointer-events:none}.cta-grid[data-astro-cid-2ru423wc]{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;position:relative;z-index:1}.cta-grid[data-astro-cid-2ru423wc] h2[data-astro-cid-2ru423wc]{font-size:clamp(2rem,1.4rem+2vw,3rem);font-weight:700;margin-bottom:18px}.cta-grid[data-astro-cid-2ru423wc] p[data-astro-cid-2ru423wc]{font-size:17px;color:var(--muted);margin-bottom:30px;line-height:1.65}.cta-btns[data-astro-cid-2ru423wc]{display:flex;gap:14px;flex-wrap:wrap}.info-list[data-astro-cid-2ru423wc]{display:flex;flex-direction:column;gap:4px}.info-row[data-astro-cid-2ru423wc]{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}.info-row[data-astro-cid-2ru423wc]:last-child{border-bottom:none}.info-ic[data-astro-cid-2ru423wc]{width:42px;height:42px;border-radius:12px;background:var(--grad-gold-soft);border:1px solid rgba(255,176,0,.22);display:flex;align-items:center;justify-content:center;color:var(--amber);flex:none}.info-ic[data-astro-cid-2ru423wc] svg[data-astro-cid-2ru423wc]{width:20px;height:20px}.info-k[data-astro-cid-2ru423wc]{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);font-weight:600;margin-bottom:3px}.info-v[data-astro-cid-2ru423wc]{font-size:15.5px;color:var(--fg);font-weight:500}footer[data-astro-cid-2ru423wc]{border-top:1px solid var(--border);padding:48px 0 64px}.foot-inner[data-astro-cid-2ru423wc]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.foot-brand[data-astro-cid-2ru423wc]{font-family:Playfair Display,serif;font-size:20px;font-weight:700}.foot-copy[data-astro-cid-2ru423wc]{font-size:13.5px;color:var(--faint)}.foot-soc[data-astro-cid-2ru423wc]{display:flex;gap:12px}.foot-soc[data-astro-cid-2ru423wc] a[data-astro-cid-2ru423wc]{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all var(--dur) var(--ease)}.foot-soc[data-astro-cid-2ru423wc] a[data-astro-cid-2ru423wc]:hover{border-color:var(--amber);color:var(--amber);transform:translateY(-3px)}.foot-soc[data-astro-cid-2ru423wc] svg[data-astro-cid-2ru423wc]{width:18px;height:18px}@media(max-width:1024px){.svc-grid[data-astro-cid-2ru423wc]{grid-template-columns:repeat(2,1fr)}.hero-grid[data-astro-cid-2ru423wc]{gap:44px}}@media(max-width:860px){.hero-grid[data-astro-cid-2ru423wc]{grid-template-columns:1fr}.hero-visual[data-astro-cid-2ru423wc]{height:420px;order:-1}.val-grid[data-astro-cid-2ru423wc],.rev-grid[data-astro-cid-2ru423wc],.gal-grid[data-astro-cid-2ru423wc]{grid-template-columns:1fr}.gal-grid[data-astro-cid-2ru423wc]{grid-auto-rows:180px}.gal[data-astro-cid-2ru423wc].tall{grid-row:span 1}.cta-grid[data-astro-cid-2ru423wc]{grid-template-columns:1fr;gap:38px}.cta-block[data-astro-cid-2ru423wc]{padding:44px 30px}}@media(max-width:520px){.wrap[data-astro-cid-2ru423wc]{padding:0 18px}.svc-grid[data-astro-cid-2ru423wc]{grid-template-columns:1fr}section[data-astro-cid-2ru423wc]{padding:68px 0}.proof[data-astro-cid-2ru423wc]{gap:16px}.proof-div[data-astro-cid-2ru423wc]{display:none}}@media(prefers-reduced-motion:reduce){[data-astro-cid-2ru423wc]{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
