@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --bg: #0c0c0c;
  --bg-card: #141414;
  --bg-subtle: #181818;
  --gold: #c8a96e;
  --gold-light: #e4c990;
  --gold-dim: rgba(200, 169, 110, 0.15);
  --white: #f5f0ea;
  --grey: #8a8a8a;
  --grey-mid: #555;
  --border: rgba(200, 169, 110, 0.18);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 4px;
  --transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: #000000;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { background: var(--bg); color: var(--white); font-family: var(--font-body); font-weight: 300; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 300; line-height: 1.15; }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
.label { font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); font-weight: 500; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { padding: 100px 0; }

.gold-line { width: 60px; height: 1px; background: var(--gold); margin: 0 auto 40px; }
.gold-line--left { margin: 0 0 40px; }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; font-family: var(--font-body); font-size: .85rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; border-radius: var(--radius); transition: var(--transition); }
.btn-primary { background: var(--gold); color: #0c0c0c; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(200,169,110,.3); }
.btn-secondary { border: 1px solid rgba(245,240,234,.35); color: var(--white); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.fade-in { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: .1s; }
.fade-in-delay-2 { transition-delay: .2s; }
.fade-in-delay-3 { transition-delay: .3s; }
.fade-in-delay-4 { transition-delay: .4s; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--nav-bg); padding: 14px 0; border-bottom: 1px solid rgba(200,169,110,.12); transition: border-color .4s ease, box-shadow .4s ease; }
.nav.scrolled { box-shadow: 0 4px 40px rgba(0,0,0,.6); border-bottom-color: var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 58px; width: auto; display: block; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey); transition: color .3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { display: none; }
@media (min-width: 768px) { .nav-cta { display: inline-flex; padding: 10px 22px; font-size: .75rem; } }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 120px 0 100px; }
.hero-bg-img { position: absolute; inset: 0; background-image: url('images/hero.jpg'); background-size: cover; background-position: center 35%; filter: brightness(0.55) saturate(0.85); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.18) 70%, rgba(0,0,0,.10) 100%), linear-gradient(to bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,.0) 40%, rgba(0,0,0,.0) 70%, rgba(0,0,0,.55) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 680px; }
.hero-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.hero-eyebrow::after { content: ''; flex: 1; max-width: 80px; height: 1px; background: var(--gold); }
.hero h1 { margin-bottom: 28px; color: var(--white); text-shadow: 0 2px 24px rgba(0,0,0,.5); }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 1.1rem; color: rgba(245,240,234,.85); margin-bottom: 48px; max-width: 480px; font-weight: 300; text-shadow: 0 1px 12px rgba(0,0,0,.6); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 60px; }
.hero-trust { display: flex; align-items: center; gap: 12px; color: rgba(245,240,234,.6); font-size: .8rem; letter-spacing: .05em; }
.hero-trust::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--grey-mid); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; animation: bounce 2s infinite; z-index: 2; }
.scroll-dot { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* WHY */
.why { background: var(--bg-subtle); }
.section-header { text-align: center; margin-bottom: 72px; }
.section-header .label { margin-bottom: 16px; }
.section-header h2 { color: var(--white); }
.section-header p { color: var(--grey); max-width: 520px; margin: 20px auto 0; font-size: .95rem; }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2px; }
.benefit-item { background: var(--bg-card); padding: 40px 36px; border: 1px solid var(--border); transition: var(--transition); position: relative; overflow: hidden; }
.benefit-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.benefit-item:hover::before { transform: scaleX(1); }
.benefit-item:hover { border-color: rgba(200,169,110,.35); }
.benefit-icon { width: 44px; height: 44px; margin-bottom: 24px; color: var(--gold); }
.benefit-item h3 { font-size: 1.1rem; margin-bottom: 12px; color: var(--white); font-family: var(--font-display); font-weight: 400; }
.benefit-item p { color: var(--grey); font-size: .88rem; line-height: 1.7; }

/* IMAGE BREAK */
.img-break { position: relative; height: 500px; overflow: hidden; }
.img-break img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.72); }
.img-break-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12,12,12,.45), rgba(12,12,12,.6)); display: flex; align-items: center; justify-content: center; text-align: center; }
.img-break-text { max-width: 600px; padding: 0 24px; }
.img-break-text h2 { color: var(--white); margin-bottom: 16px; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.img-break-text p { color: rgba(245,240,234,.7); font-size: 1rem; }
.img-break-text .label { margin-bottom: 12px; }

/* PAKETE */
.packages { background: var(--bg); }
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-bottom: 40px; }
.package-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 2px; padding: 48px 40px; position: relative; transition: var(--transition); display: flex; flex-direction: column; }
.package-card:hover { transform: translateY(-6px); border-color: rgba(200,169,110,.4); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.package-card.featured { border-color: var(--gold); background: linear-gradient(160deg, #1a1610 0%, var(--bg-card) 100%); }
.featured-badge { position: absolute; top: -1px; right: 32px; background: var(--gold); color: #0c0c0c; font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; padding: 6px 14px; }
.package-tag { font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-weight: 500; }
.package-name { font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: var(--white); margin-bottom: 8px; }
.package-price { font-size: .8rem; color: var(--grey); margin-bottom: 32px; }
.package-price strong { font-family: var(--font-display); font-size: 2.5rem; font-weight: 300; color: var(--gold); display: block; line-height: 1; margin-bottom: 4px; }
.package-divider { width: 40px; height: 1px; background: var(--border); margin-bottom: 28px; }
.package-features { list-style: none; margin-bottom: 36px; flex: 1; }
.package-features li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; color: var(--grey); font-size: .88rem; border-bottom: 1px solid rgba(255,255,255,.04); }
.package-features li::before { content: '—'; color: var(--gold); flex-shrink: 0; font-size: .8rem; }
.package-cta { display: block; width: 100%; padding: 15px; text-align: center; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 500; border: 1px solid var(--border); color: var(--white); transition: var(--transition); }
.package-card.featured .package-cta { background: var(--gold); color: #0c0c0c; border-color: var(--gold); }
.package-cta:hover { background: var(--gold); color: #0c0c0c; border-color: var(--gold); }
.addon-card { background: var(--bg-card); border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: 36px 40px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.addon-icon { width: 48px; height: 48px; color: var(--gold); flex-shrink: 0; }
.addon-info { flex: 1; min-width: 200px; }
.addon-info h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 300; color: var(--white); margin-bottom: 8px; }
.addon-info p { color: var(--grey); font-size: .88rem; }
.addon-price { font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: var(--gold); white-space: nowrap; }
.addon-price span { font-size: .8rem; color: var(--grey); display: block; text-align: right; font-family: var(--font-body); }
.payments { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.payment-chip { padding: 6px 14px; border: 1px solid var(--border); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey); }

/* PROCESS */
.process { background: var(--bg-subtle); }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 32px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); }
.process-step { padding: 40px 40px 40px 0; position: relative; }
.step-num { font-family: var(--font-display); font-size: 4rem; font-weight: 300; color: var(--gold-dim); line-height: 1; margin-bottom: 20px; position: relative; display: inline-block; }
.step-num::after { content: ''; position: absolute; bottom: 12px; right: -8px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.process-step h3 { font-size: 1.15rem; color: var(--white); margin-bottom: 12px; font-weight: 400; }
.process-step p { color: var(--grey); font-size: .88rem; }

/* FAQ */
.faq { background: var(--bg-subtle); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; text-align: left; padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--white); font-family: var(--font-display); font-size: 1.05rem; font-weight: 300; letter-spacing: .01em; background: none; transition: color .3s; }
.faq-question:hover { color: var(--gold); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--gold); transition: transform .4s ease; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer-inner { padding: 0 0 28px; color: var(--grey); font-size: .9rem; line-height: 1.8; }
.faq-item.active .faq-answer { max-height: 200px; }

/* CONTACT */
.contact { background: var(--bg); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-text h2 { margin-bottom: 20px; }
.contact-text p { color: var(--grey); margin-bottom: 40px; max-width: 400px; }
.contact-channels { display: flex; flex-direction: column; gap: 16px; }
.contact-link { display: flex; align-items: center; gap: 16px; padding: 20px 28px; border: 1px solid var(--border); transition: var(--transition); color: var(--white); }
.contact-link:hover { border-color: var(--gold); transform: translateX(6px); }
.contact-link svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }
.contact-link-info { flex: 1; }
.contact-link-label { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey); margin-bottom: 2px; }
.contact-link-value { font-size: .95rem; font-weight: 400; }
.contact-wa-big { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px 40px; background: #1a3a2a; border: 1px solid rgba(37,211,102,.3); color: #25d366; font-size: .85rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; transition: var(--transition); }
.contact-wa-big:hover { background: #1f4533; border-color: #25d366; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(37,211,102,.15); }
.contact-wa-big svg { width: 24px; height: 24px; }
.contact-note { margin-top: 24px; padding: 20px 24px; background: var(--bg-subtle); border-left: 2px solid var(--gold); font-size: .82rem; color: var(--grey); line-height: 1.7; }
.contact-note strong { color: var(--white); }
.area-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; border: 1px solid var(--border); font-size: .78rem; color: var(--gold); letter-spacing: .1em; margin-bottom: 32px; }

/* FOOTER */
.footer { background: var(--bg-subtle); border-top: 1px solid var(--border); padding: 60px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand-name { font-family: var(--font-display); font-size: 1.8rem; font-weight: 300; margin-bottom: 4px; }
.footer-brand-sub { font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-brand p { color: var(--grey); font-size: .85rem; max-width: 260px; line-height: 1.7; }
.footer-col h4 { font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-family: var(--font-body); font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: var(--grey); font-size: .85rem; transition: color .3s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { padding-top: 32px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-bottom p { color: var(--grey-mid); font-size: .78rem; }

/* SIMPLE PAGES */
.simple-page { padding-top: 120px; min-height: 100vh; }
.simple-page-content { max-width: 780px; }
.simple-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.simple-page-content h2 { font-size: .8rem; color: var(--gold); margin: 48px 0 16px; font-family: var(--font-body); font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.simple-page-content p, .simple-page-content address { color: var(--grey); font-size: .9rem; line-height: 1.9; font-style: normal; margin-bottom: 12px; }
.simple-page-content a { color: var(--gold); transition: opacity .3s; }
.simple-page-content a:hover { opacity: .7; }
.simple-page-content ul { color: var(--grey); font-size: .9rem; line-height: 2; padding-left: 20px; margin-bottom: 12px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--grey); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 48px; transition: color .3s; }
.back-link:hover { color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 900px) {
  section { padding: 80px 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-steps::before { display: none; }
  .process-step { padding: 32px 0; border-bottom: 1px solid var(--border); }
  .img-break { height: 360px; }
}
@media (max-width: 600px) {
  section { padding: 60px 0; }
  .nav-links { display: none; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { justify-content: center; }
  .packages-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .addon-card { flex-direction: column; gap: 20px; }
  .addon-price { align-self: flex-start; }
  .img-break { height: 260px; }
}
