/* ========== LOKAL MAP – SHARED STYLES ========== */
:root {
  --navy: #1A2E4A;
  --navy-dark: #0D1B2A;
  --navy-mid: #162640;
  --accent: #22C55E;
  --accent-dark: #16A34A;
  --accent-glow: rgba(34,197,94,.12);
  --white: #fff;
  --light: #F4F7F9;
  --gray: #8A9BB0;
  --text: #1A2E4A;
  --muted: #5A6B7D;
  --border: #E2E8F0;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 4px 24px rgba(26,46,74,.08);
  --shadow-lg: 0 12px 48px rgba(26,46,74,.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* TYPOGRAPHY */
h1 { font-size: clamp(1.9rem, 4vw, 3.1rem); font-weight: 800; line-height: 1.14; letter-spacing: -.02em; }
h2 { font-size: clamp(1.45rem, 2.5vw, 2.15rem); font-weight: 700; line-height: 1.25; letter-spacing: -.015em; }
h3 { font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
p { color: var(--muted); line-height: 1.75; }
.lead { font-size: 1.1rem; }
.text-white { color: var(--white) !important; }
.text-accent { color: var(--accent); font-style: normal; }

/* LAYOUT */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section.section { padding: 88px 0; }
section.section-sm { padding: 60px 0; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px;
  border-radius: 50px; font-size: 1rem; font-family: inherit; font-weight: 600;
  cursor: pointer; border: none; transition: all .22s ease; white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--navy-dark); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(34,197,94,.3); }
.btn-ghost { background: rgba(255,255,255,.08); color: var(--white); border: 1.5px solid rgba(255,255,255,.22); }
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.45); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--navy); background: var(--light); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* TAG BADGE */
.tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--accent-glow); border: 1px solid rgba(34,197,94,.22);
  border-radius: 50px; padding: 5px 14px; font-size: .82rem; font-weight: 600;
  color: var(--accent); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 20px;
}
.tag-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; }

/* SECTION HEADER */
.section-label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.section-header { margin-bottom: 52px; }
.section-header.centered { text-align: center; }
.section-header.centered p { max-width: 580px; margin: 12px auto 0; }
.section-header p { margin-top: 10px; max-width: 540px; }
.section-header h2 { margin-bottom: 4px; }
.on-dark { color: var(--white); }
.on-dark-muted { color: rgba(255,255,255,.55); }

/* NAV */
nav#main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,22,38,.94); backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: all .3s ease;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-size: 1.1rem; font-weight: 700; color: var(--white); letter-spacing: -.02em; white-space: nowrap; }
.logo-text span { color: var(--accent); }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links a { padding: 7px 12px; border-radius: 7px; font-size: .88rem; color: rgba(255,255,255,.7); font-weight: 500; transition: all .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.nav-cta { padding: 9px 22px !important; border-radius: 50px !important; background: var(--accent) !important; color: var(--navy-dark) !important; font-weight: 700 !important; font-size: .88rem !important; margin-left: 10px; }
.nav-cta:hover { background: var(--accent-dark) !important; transform: translateY(-1px); }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: .3s; }
.mobile-menu { display: none; position: fixed; top: 66px; left: 0; right: 0; background: var(--navy-dark); border-bottom: 1px solid rgba(255,255,255,.08); z-index: 99; padding: 12px 24px 20px; flex-direction: column; gap: 2px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 12px 8px; color: rgba(255,255,255,.75); font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.05); font-size: .95rem; }
.mobile-menu a:last-child { margin-top: 8px; border-bottom: none; background: var(--accent); color: var(--navy-dark) !important; border-radius: 50px; text-align: center; font-weight: 700; padding: 12px; }
.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: 8px; }
.nav-btn-www { padding: 7px 16px; border-radius: 50px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.75) !important; font-weight: 600; font-size: .85rem; border: 1.5px solid rgba(255,255,255,.14); transition: all .2s; white-space: nowrap; }
.nav-btn-www:hover { background: rgba(255,255,255,.14); color: var(--white) !important; border-color: rgba(255,255,255,.3); }

/* CARDS */
.card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: all .25s ease; text-align: center; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.card-icon { font-size: 1.6rem; margin-bottom: 14px; }
.card h3 { margin-bottom: 6px; font-size: 1rem; }
.card p { font-size: .9rem; }

/* DARK CARD */
.card-dark { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); padding: 24px; }
.card-dark h3 { color: var(--white); font-size: .95rem; margin-bottom: 6px; }
.card-dark p { font-size: .88rem; color: rgba(255,255,255,.5); }
.card-dark .card-icon { font-size: 1.4rem; margin-bottom: 10px; }

/* STEPS */
.steps { max-width: 720px; margin: 0 auto; }
.step { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; left: 27px; top: 80px; bottom: 0; width: 2px; background: var(--border); }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--light); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; color: var(--navy); flex-shrink: 0; position: relative; z-index: 1; transition: all .4s ease; }
.step.active .step-num { background: var(--accent); border-color: var(--accent); color: var(--navy-dark); }
.step-content { padding-top: 12px; }
.step-content h3 { margin-bottom: 6px; font-size: 1.05rem; }
.step-content p { font-size: .93rem; }

/* PRICING */
.price-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 36px 28px; transition: all .3s; position: relative; }
.price-card:hover:not(.featured) { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.price-card.featured { background: var(--navy); border-color: var(--navy); transform: scale(1.04); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--navy-dark); font-size: .73rem; font-weight: 800; padding: 4px 14px; border-radius: 50px; white-space: nowrap; letter-spacing: .04em; text-transform: uppercase; }
.price-name { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); margin-bottom: 8px; }
.price-card.featured .price-name { color: rgba(255,255,255,.4); }
.price-amount { font-size: 2.6rem; font-weight: 800; color: var(--navy); line-height: 1; margin: 10px 0 3px; }
.price-card.featured .price-amount { color: var(--accent); }
.price-unit { font-size: .85rem; color: var(--gray); }
.price-card.featured .price-unit { color: rgba(255,255,255,.4); }
.price-divider { height: 1px; background: var(--border); margin: 18px 0; }
.price-card.featured .price-divider { background: rgba(255,255,255,.1); }
.price-total { font-size: .92rem; color: var(--muted); }
.price-card.featured .price-total { color: rgba(255,255,255,.5); }
.price-card.featured .price-card-h3 { color: var(--white); }
.price-card .btn { width: 100%; justify-content: center; margin-top: 24px; }

/* FAQ */
.faq-item { border: 1.5px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 8px; transition: border-color .2s; }
.faq-item.open { border-color: var(--accent); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; cursor: pointer; font-weight: 600; font-size: .95rem; user-select: none; transition: background .2s; }
.faq-q:hover { background: var(--light); }
.faq-icon { width: 26px; height: 26px; border-radius: 50%; background: var(--light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; line-height: 1; font-weight: 300; flex-shrink: 0; transition: all .25s; }
.faq-item.open .faq-icon { background: var(--accent); color: var(--navy-dark); transform: rotate(45deg); }
.faq-a { display: none; padding: 0 22px 18px; font-size: .93rem; line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* FORM */
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field label { font-size: .84rem; font-weight: 600; color: var(--text); }
.form-field input, .form-field textarea, .form-field select {
  padding: 11px 15px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .95rem; color: var(--text); background: var(--white);
  transition: border-color .2s; outline: none;
}
.form-field input:focus, .form-field textarea:focus { border-color: var(--accent); }
.form-field textarea { resize: vertical; min-height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.radio-group { display: flex; gap: 20px; flex-wrap: wrap; }
.radio-label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: .93rem; font-weight: 500; color: var(--muted); }
.radio-label input[type=radio] { width: auto; accent-color: var(--accent); }
.form-note { font-size: .8rem; color: var(--gray); line-height: 1.6; margin-top: 6px; }
.form-note a { color: var(--accent); }

/* FOOTER */
footer { background: var(--navy-dark); color: rgba(255,255,255,.55); font-size: .88rem; padding: 64px 0 32px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { margin-top: 12px; font-size: .86rem; line-height: 1.75; max-width: 260px; }
footer h4 { color: var(--white); font-size: .88rem; font-weight: 700; margin-bottom: 16px; letter-spacing: .04em; text-transform: uppercase; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
footer ul a { color: rgba(255,255,255,.5); transition: color .2s; }
footer ul a:hover { color: var(--accent); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: .8rem; }

/* COOKIE BANNER */
.cookie-banner {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: rgba(16,30,48,.97); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 18px 22px;
  max-width: 900px; width: calc(100% - 32px); z-index: 200;
  box-shadow: var(--shadow-lg); display: flex; gap: 18px; align-items: center;
  backdrop-filter: blur(16px);
}
.cookie-banner p { font-size: .83rem; color: rgba(255,255,255,.7); flex: 1; margin: 0; }
.cookie-banner a { color: var(--accent); }
.cookie-btns { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-btn { padding: 8px 16px; border-radius: 50px; font-size: .82rem; font-weight: 600; cursor: pointer; border: none; font-family: inherit; transition: all .2s; }
.cookie-accept { background: var(--accent); color: var(--navy-dark); }
.cookie-accept:hover { background: var(--accent-dark); }
.cookie-reject { background: rgba(255,255,255,.09); color: rgba(255,255,255,.65); }
.cookie-reject:hover { background: rgba(255,255,255,.15); }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .1s; }
.reveal[data-d="2"] { transition-delay: .2s; }
.reveal[data-d="3"] { transition-delay: .3s; }
.reveal[data-d="4"] { transition-delay: .4s; }
.reveal[data-d="5"] { transition-delay: .5s; }
.reveal[data-d="6"] { transition-delay: .6s; }

/* SUBPAGE LAYOUT */
.subpage-header { background: linear-gradient(145deg, var(--navy-dark), var(--navy)); padding: 120px 0 60px; }
.subpage-header h1 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.4rem); }
.subpage-header p { color: rgba(255,255,255,.6); margin-top: 12px; max-width: 560px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.4); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,.5); transition: color .2s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: rgba(255,255,255,.25); }
.prose { max-width: 760px; }
.prose h2 { font-size: 1.35rem; margin: 36px 0 12px; color: var(--navy); }
.prose h3 { font-size: 1.05rem; margin: 24px 0 8px; }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { margin: 12px 0 16px 22px; display: flex; flex-direction: column; gap: 7px; }
.prose li { font-size: .95rem; color: var(--muted); line-height: 1.65; }
.prose strong { color: var(--text); font-weight: 600; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 600; font-size: .92rem; transition: gap .2s; }
.back-link:hover { gap: 12px; }

/* BACK TO TOP */
#back-top { position: fixed; bottom: 80px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: var(--navy-dark); border: none; cursor: pointer; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(34,197,94,.3); opacity: 0; transform: translateY(12px); transition: all .3s; z-index: 50; }
#back-top.visible { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-actions { display: none; }
  .nav-burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  section.section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .btns { flex-direction: column; }
  .btns .btn { width: 100%; justify-content: center; }
}
