/* ═══════════════════════════════════════════════════════════
   Hire Konsulting — Shared Site Stylesheet
   Design tokens + component styles used across all pages.
   Requires: Bootstrap 5.3.2, Font Awesome 6.5.0,
   Google Fonts (Cormorant Garamond + Outfit)
   ═══════════════════════════════════════════════════════════ */

/* ── DESIGN TOKENS ── */
:root {
  --navy:       #071a2e;
  --navy-mid:   #0e2d4f;
  --gold:       #b8892a;
  --gold-light: #d4a843;
  --gold-pale:  #f5e6c8;
  --cream:      #faf7f3;
  --white:      #ffffff;
  --text-dark:  #1a2535;
  --text-muted: #5e6e82;
  --border:     rgba(184,137,42,0.18);
  --shadow-lg:  0 24px 64px rgba(7,26,46,0.14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; }

.section-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
}
.section-title em { color: var(--gold); font-style: normal; }
.section-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 560px;
}
.divider-gold {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 18px 0 28px;
}
img { max-width: 100%; }

/* ── NAVBAR ── */
#mainNav {
  background: rgba(7,26,46,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: all .3s;
}
.navbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-box {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 1.2rem;
  color: var(--navy);
  flex-shrink: 0;
}
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 700;
  color: var(--white); line-height: 1;
  display: block;
}
.brand-tag {
  font-size: 0.6rem; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold);
  display: block; margin-top: 2px;
}
#mainNav .nav-link {
  color: rgba(255,255,255,0.78) !important;
  font-size: 0.88rem; font-weight: 500;
  padding: 8px 14px !important;
  border-radius: 6px;
  transition: color .2s, background .2s;
}
#mainNav .nav-link:hover { color: var(--gold) !important; background: rgba(184,137,42,0.1); }
.btn-nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
  color: var(--navy) !important;
  font-weight: 600 !important;
  padding: 9px 22px !important;
  border-radius: 6px !important;
}
.btn-nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }
.navbar-toggler {
  border-color: rgba(184,137,42,0.4) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212,168,67,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ── BUTTONS ── */
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  font-weight: 600; font-size: 0.95rem;
  padding: 14px 30px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 9px;
  transition: transform .2s, box-shadow .2s;
}
.btn-gold:hover { color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,137,42,0.42); }
.btn-outline-wh {
  border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85);
  font-weight: 500; font-size: 0.95rem;
  padding: 13px 30px;
  border-radius: 8px;
  background: transparent;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 9px;
  transition: border-color .2s, color .2s, background .2s;
}
.btn-outline-wh:hover { color: var(--gold-light); border-color: var(--gold-light); background: rgba(184,137,42,0.07); }

/* ── HERO ── */
.hero-section {
  min-height: 100vh;
  background: var(--navy);
  position: relative;
  display: flex; align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
}
.hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(184,137,42,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,137,42,.06) 1px, transparent 1px);
  background-size: 64px 64px;
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 70% at 65% 50%, rgba(184,137,42,0.09) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at -5% 80%, rgba(14,45,79,0.6) 0%, transparent 60%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(184,137,42,0.12);
  border: 1px solid rgba(184,137,42,0.3);
  color: var(--gold-light);
  font-size: 0.74rem; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 6px 18px; border-radius: 30px;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero-headline em { color: var(--gold-light); font-style: normal; }
.hero-sub {
  font-size: 1.07rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.85;
  max-width: 520px;
  margin-bottom: 38px;
}
.hero-stats { margin-top: 52px; padding-top: 36px; border-top: 1px solid rgba(184,137,42,0.15); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 700;
  color: var(--gold-light); line-height: 1;
}
.stat-label {
  font-size: 0.75rem; color: rgba(255,255,255,0.48);
  letter-spacing: 1px; margin-top: 4px;
  text-transform: uppercase;
}
.hero-img-wrap { position: relative; padding: 16px; }
.hero-img-wrap img {
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  object-fit: cover;
  height: 470px;
}
.hero-card-float {
  position: absolute;
  background: rgba(7,26,46,0.92);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  backdrop-filter: blur(8px);
}
.hero-card-float.card-1 { bottom: 28px; left: -10px; min-width: 195px; }
.hero-card-float.card-2 { top: 24px; right: -10px; min-width: 185px; }
.float-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 4px; }
.float-value { color: var(--white); font-weight: 600; font-size: 0.95rem; }
.float-sub { color: rgba(255,255,255,0.48); font-size: 0.76rem; margin-top: 2px; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.trust-items { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-item i { color: var(--gold); }
.trust-item span { color: rgba(255,255,255,0.55); font-size: 0.82rem; letter-spacing: 0.5px; text-transform: uppercase; }

/* ── ABOUT ── */
.about-section { padding: 100px 0; background: var(--cream); }
.about-img-main {
  border-radius: 16px;
  width: 100%; height: 460px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}
.about-accent-box {
  position: absolute; bottom: -28px; right: -16px;
  background: var(--navy);
  color: var(--white);
  border-radius: 14px;
  padding: 26px 30px;
  width: 210px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  text-align: center;
}
.accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 700;
  color: var(--gold-light); line-height: 1;
}
.accent-txt { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 5px; }
.about-list { list-style: none; padding: 0; }
.about-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(184,137,42,0.1);
  font-size: 0.94rem; color: var(--text-muted);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }

/* ── SERVICES ── */
.services-section { padding: 100px 0; background: var(--white); }
.service-card {
  background: var(--white);
  border: 1px solid rgba(184,137,42,0.14);
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(7,26,46,0.1);
  border-color: rgba(184,137,42,0.28);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(184,137,42,0.12), rgba(212,168,67,0.06));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.45rem; color: var(--gold);
  margin-bottom: 20px;
  border: 1px solid rgba(184,137,42,0.15);
}
.service-card h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.22rem; font-weight: 700;
  color: var(--navy); margin-bottom: 10px;
}
.service-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; margin: 0; }
.learn-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold); font-size: 0.82rem; font-weight: 600;
  text-decoration: none; margin-top: 16px;
  transition: gap .2s;
}
.learn-link:hover { gap: 10px; color: var(--gold-light); }

/* ── WHY US ── */
.why-section { padding: 100px 0; background: var(--navy); position: relative; overflow: hidden; }
.why-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 90% 50%, rgba(184,137,42,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.why-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,137,42,0.15);
  border-radius: 14px;
  padding: 30px 24px;
  height: 100%;
  transition: background .2s, border-color .2s;
}
.why-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(184,137,42,0.35); }
.why-card .icon-w { font-size: 1.7rem; color: var(--gold-light); margin-bottom: 16px; }
.why-card h5 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--white); font-weight: 600; margin-bottom: 10px; }
.why-card p { font-size: 0.87rem; color: rgba(255,255,255,0.52); line-height: 1.8; margin: 0; }

/* ── PROCESS ── */
.process-section { padding: 100px 0; background: var(--cream); }
.process-step {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 26px 0;
  border-bottom: 1px solid rgba(184,137,42,0.1);
}
.process-step:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0;
  width: 50px; height: 50px;
  border: 2px solid var(--gold);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--gold);
}
.step-body h5 { font-family: 'Cormorant Garamond', serif; font-size: 1.18rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-body p { font-size: 0.89rem; color: var(--text-muted); line-height: 1.75; margin: 0; }
.process-img { border-radius: 16px; width: 100%; height: 420px; object-fit: cover; box-shadow: var(--shadow-lg); }

/* ── TESTIMONIALS ── */
.testimonials-section { padding: 100px 0; background: var(--white); }
.testi-card {
  background: var(--cream);
  border: 1px solid rgba(184,137,42,0.14);
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
}
.testi-stars { color: var(--gold); font-size: 0.88rem; margin-bottom: 16px; }
.testi-text { font-size: 0.96rem; color: var(--text-muted); line-height: 1.8; font-style: italic; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--navy); flex-shrink: 0;
}
.testi-name { font-weight: 600; font-size: 0.95rem; color: var(--navy); }
.testi-role { font-size: 0.78rem; color: var(--text-muted); }

/* ── CONTACT ── */
.contact-section {
  padding: 100px 0;
  background: var(--navy);
  position: relative; overflow: hidden;
}
.contact-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(184,137,42,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,137,42,.05) 1px, transparent 1px);
  background-size: 60px 60px; pointer-events: none;
}
.contact-form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 38px 34px;
}
.contact-form-card label { font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.7); margin-bottom: 6px; display: block; }
.contact-form-card .form-control,
.contact-form-card .form-select {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(184,137,42,0.2);
  border-radius: 8px;
  color: var(--white);
  padding: 11px 16px;
  font-size: 0.92rem;
  font-family: 'Outfit', sans-serif;
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  background: rgba(255,255,255,0.08);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,137,42,0.15);
  color: var(--white);
}
.contact-form-card .form-control::placeholder { color: rgba(255,255,255,0.28); }
.contact-form-card select option { background: #0e2d4f; color: var(--white); }
.ci-block { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 26px; }
.ci-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 10px;
  background: rgba(184,137,42,0.12);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light); font-size: 1rem;
}
.ci-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 3px; }
.ci-value { color: rgba(255,255,255,0.78); font-size: 0.93rem; }

/* ── FOOTER ── */
footer {
  background: #040f1d;
  padding: 70px 0 28px;
  border-top: 1px solid var(--border);
}
.footer-desc { font-size: 0.87rem; color: rgba(255,255,255,0.43); line-height: 1.8; margin-top: 14px; max-width: 280px; }
.footer-heading { font-family: 'Outfit', sans-serif; font-size: 0.76rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,0.48); text-decoration: none; font-size: 0.88rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(184,137,42,0.2);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem;
  margin-right: 6px;
  transition: border-color .2s, color .2s, background .2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); background: rgba(184,137,42,0.1); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 48px; padding-top: 22px;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.28); margin: 0; }

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed; bottom: 26px; right: 26px;
  width: 58px; height: 58px;
  background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.55rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  text-decoration: none; z-index: 9999;
  transition: transform .25s, box-shadow .25s;
  animation: wa-pulse 2.5s infinite;
}
.whatsapp-float:hover { color: white; transform: scale(1.1); box-shadow: 0 10px 32px rgba(37,211,102,0.55); animation: none; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 6px 36px rgba(37,211,102,0.8), 0 0 0 10px rgba(37,211,102,0.09); }
}
.wa-tooltip {
  position: absolute; right: 68px;
  background: var(--navy); color: var(--white);
  font-size: 0.8rem; white-space: nowrap;
  padding: 6px 14px; border-radius: 6px;
  opacity: 0; pointer-events: none;
  transition: opacity .2s;
  border: 1px solid var(--border);
}
.whatsapp-float:hover .wa-tooltip { opacity: 1; }

/* ── SCROLL ANIMATION ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.fade-up.in { opacity: 1; transform: translateY(0); }

/* ── INNER PAGE HEADER ── */
.page-header {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 160px 0 70px;
}
.breadcrumb-nav {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 18px;
}
.breadcrumb-nav a { color: rgba(255,255,255,0.6); text-decoration: none; transition: color .2s; }
.breadcrumb-nav a:hover { color: var(--gold-light); }
.breadcrumb-nav i { font-size: 0.65rem; margin: 0 8px; color: var(--gold); }
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
}
.page-title em { color: var(--gold-light); font-style: normal; }
.page-subtitle {
  font-size: 1.02rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 620px;
}

/* ── TERMS & CONDITIONS ── */
.terms-section { padding: 100px 0; background: var(--white); }
.terms-intro { font-size: 0.98rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 8px; }
.terms-list { counter-reset: term; list-style: none; padding: 0; margin: 0; }
.terms-list li {
  position: relative;
  padding: 22px 0 22px 64px;
  border-bottom: 1px solid rgba(184,137,42,0.12);
}
.terms-list li:last-child { border-bottom: none; }
.terms-list li::before {
  counter-increment: term;
  content: counter(term);
  position: absolute; left: 0; top: 20px;
  width: 40px; height: 40px;
  border: 2px solid var(--gold);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 1.1rem;
  color: var(--gold);
}
.terms-list h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-weight: 700;
  color: var(--navy); margin-bottom: 6px;
}
.terms-list p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; margin: 0; }

/* ── AGREEMENT CHECKBOX (dark form contexts) ── */
.agree-check {
  display: flex; align-items: flex-start; gap: 10px;
  background: rgba(184,137,42,0.06);
  border: 1px solid rgba(184,137,42,0.22);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 6px 0 4px;
}
.agree-check input[type="checkbox"] {
  margin-top: 3px;
  width: 18px; height: 18px;
  accent-color: var(--gold);
  flex-shrink: 0;
  cursor: pointer;
}
.agree-check label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}
.agree-check a { color: var(--gold-light); text-decoration: underline; }

/* ── FORM ALERTS ── */
.form-alert {
  display: none;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 0.86rem;
  margin-bottom: 18px;
  line-height: 1.6;
}
.form-alert.show { display: block; }
.form-alert.error { background: rgba(220,53,69,0.14); border: 1px solid rgba(220,53,69,0.35); color: #ffb4bd; }
.form-alert.info { background: rgba(184,137,42,0.12); border: 1px solid rgba(184,137,42,0.3); color: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .hero-img-wrap { margin-top: 50px; }
  .hero-img-wrap img { height: 330px; }
  .hero-card-float { display: none; }
  .about-accent-box { display: none; }
  .about-img-main { height: 340px; }
  .process-img { height: 280px; margin-bottom: 20px; }
}
@media (max-width: 575px) {
  .contact-form-card { padding: 26px 18px; }
  .hero-stats .col-4 { margin-bottom: 10px; }
}
@media (max-width: 575px) {
  .page-header { padding: 130px 0 50px; }
  .terms-list li { padding-left: 54px; }
}
