/* =========================================================
  getmokan.com Shared stylesheet
  Brand: Mokan B2B Istanbul DMC
  ========================================================= */

:root {
 --brand: #fa4616;
 --brand-dark: #d63c12;
 --brand-light: #ff6a3d;
 --brand-soft: #fff1ec;

 --ink: #14110f;
 --body: #3a342f;
 --muted: #7a716a;
 --line: #ece6e0;

 --surface: #ffffff;
 --surface-warm: #faf6f2;
 --surface-cream: #fdf8f3;

 --success: #1f9d55;
 --warning: #f0a020;

 --shadow-sm: 0 1px 2px rgba(20, 17, 15, 0.04), 0 2px 6px rgba(20, 17, 15, 0.04);
 --shadow-md: 0 4px 12px rgba(20, 17, 15, 0.06), 0 12px 32px rgba(20, 17, 15, 0.05);
 --shadow-lg: 0 12px 28px rgba(20, 17, 15, 0.08), 0 24px 60px rgba(20, 17, 15, 0.08);

 --radius-sm: 6px;
 --radius: 10px;
 --radius-lg: 18px;

 --container: 1200px;
 --header-h: 76px;

 --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
 --font-display: 'Poppins', 'Inter', system-ui, sans-serif;
}

/* ---------- Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
 font-family: var(--font-body);
 color: var(--body);
 background: var(--surface);
 line-height: 1.65;
 font-size: 16px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
 font-family: var(--font-display);
 color: var(--ink);
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: -0.01em;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
h4 { font-size: 1.15rem; }

p { color: var(--body); }

a {
 color: var(--brand);
 text-decoration: none;
 transition: color .2s ease;
}
a:hover { color: var(--brand-dark); }

.lead { font-size: 1.125rem; color: var(--body); }

.text-muted-2 { color: var(--muted) !important; }
.text-brand { color: var(--brand) !important; }
.bg-soft { background: var(--surface-warm); }
.bg-cream { background: var(--surface-cream); }

/* ---------- Container ---------- */
.container, .container-lg { max-width: var(--container); }

/* ---------- Buttons ---------- */
.btn {
 font-family: var(--font-display);
 font-weight: 600;
 font-size: 0.95rem;
 letter-spacing: 0.01em;
 border-radius: var(--radius-sm);
 padding: 0.7rem 1.4rem;
 transition: all .2s ease;
 border: 1.5px solid transparent;
}
.btn:focus { box-shadow: 0 0 0 3px rgba(250, 70, 22, 0.25); }

.btn-brand {
 background: var(--brand);
 color: #fff;
}
.btn-brand:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }

.btn-outline-brand {
 background: transparent;
 color: var(--brand);
 border-color: var(--brand);
}
.btn-outline-brand:hover { background: var(--brand); color: #fff; }

.btn-ghost-light {
 background: transparent;
 color: #fff;
 border-color: rgba(255,255,255,0.4);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: #fff; }

.btn-lg { padding: 0.95rem 1.8rem; font-size: 1rem; }

/* ---------- Top utility bar ---------- */
.topbar {
 background: var(--ink);
 color: rgba(255,255,255,0.78);
 font-size: 0.82rem;
 padding: 0.5rem 0;
 letter-spacing: 0.01em;
}
.topbar a { color: rgba(255,255,255,0.78); }
.topbar a:hover { color: #fff; }
.topbar .divider { color: rgba(255,255,255,0.25); margin: 0 0.6rem; }
.topbar .lang-switch a { font-weight: 600; padding: 0 0.35rem; }
.topbar .lang-switch a.active { color: var(--brand-light); }

/* ---------- Navbar ---------- */
.site-nav {
 background: var(--surface);
 border-bottom: 1px solid var(--line);
 padding: 0.65rem 0;
 position: sticky;
 top: 0;
 z-index: 1030;
 transition: box-shadow .2s ease;
}
.site-nav.is-scrolled { box-shadow: var(--shadow-sm); }

.site-nav .navbar-brand {
 font-family: var(--font-display);
 font-weight: 800;
 font-size: 1.5rem;
 color: var(--ink);
 letter-spacing: -0.02em;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}
.site-nav .navbar-brand .dot {
 width: 11px; height: 11px;
 background: var(--brand);
 border-radius: 50%;
 display: inline-block;
}
.site-nav .navbar-brand .brand-sub {
 font-size: 0.7rem;
 font-weight: 600;
 color: var(--brand);
 background: var(--brand-soft);
 padding: 2px 8px;
 border-radius: 4px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 margin-left: 4px;
}
.site-nav .nav-link {
 color: var(--ink);
 font-weight: 500;
 padding: 0.5rem 0.9rem !important;
 position: relative;
}
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--brand); }
.site-nav .nav-link.active::after {
 content: '';
 position: absolute;
 bottom: -2px; left: 0.9rem; right: 0.9rem;
 height: 2px;
 background: var(--brand);
 border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero {
 position: relative;
 background:
  linear-gradient(135deg, rgba(20,17,15,0.78) 0%, rgba(214,60,18,0.55) 100%),
  url('../img/istanbul-city-skyline-1920.jpg') center/cover no-repeat;
 background:
  linear-gradient(135deg, rgba(20,17,15,0.78) 0%, rgba(214,60,18,0.55) 100%),
  image-set(url('../img/istanbul-city-skyline-1920.webp') type('image/webp'), url('../img/istanbul-city-skyline-1920.jpg') type('image/jpeg')) center/cover no-repeat;
 color: #fff;
 padding: 6rem 0 5.5rem;
 min-height: 78vh;
 display: flex;
 align-items: center;
}
.hero::before {
 content: '';
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.2) 100%);
 pointer-events: none;
}
.hero .hero-inner { position: relative; z-index: 1; }
.hero h1 {
 color: #fff;
 font-weight: 800;
 line-height: 1.08;
 max-width: 18ch;
}
.hero .hero-tagline {
 display: inline-block;
 background: rgba(255,255,255,0.12);
 border: 1px solid rgba(255,255,255,0.22);
 backdrop-filter: blur(6px);
 padding: 0.4rem 0.9rem;
 border-radius: 100px;
 font-size: 0.85rem;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 font-weight: 600;
 margin-bottom: 1.5rem;
}
.hero .lead { color: rgba(255,255,255,0.9); font-size: 1.2rem; max-width: 58ch; }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Smaller hero for inner pages */
.hero-sm {
 min-height: 320px;
 padding: 4.5rem 0 3.5rem;
 display: flex;
 align-items: center;
 color: #fff;
 position: relative;
 background:
  linear-gradient(135deg, rgba(20,17,15,0.82) 0%, rgba(214,60,18,0.6) 100%),
  url('../img/istanbul-bosphorus-panorama-1920.jpg') center/cover no-repeat;
 background:
  linear-gradient(135deg, rgba(20,17,15,0.82) 0%, rgba(214,60,18,0.6) 100%),
  image-set(url('../img/istanbul-bosphorus-panorama-1920.webp') type('image/webp'), url('../img/istanbul-bosphorus-panorama-1920.jpg') type('image/jpeg')) center/cover no-repeat;
}
.hero-sm h1 { color: #fff; max-width: 22ch; }
.hero-sm .lead { color: rgba(255,255,255,0.92); max-width: 58ch; }
.hero-sm .breadcrumb-trail {
 font-size: 0.85rem;
 color: rgba(255,255,255,0.75);
 margin-bottom: 0.75rem;
 letter-spacing: 0.04em;
}
.hero-sm .breadcrumb-trail a { color: rgba(255,255,255,0.75); }
.hero-sm .breadcrumb-trail a:hover { color: #fff; }

/* ---------- Trust strip ---------- */
.trust-strip {
 background: var(--surface-warm);
 border-bottom: 1px solid var(--line);
 padding: 1.5rem 0;
}
.trust-item {
 display: flex;
 align-items: center;
 gap: 0.75rem;
 color: var(--body);
 font-size: 0.95rem;
}
.trust-item i {
 font-size: 1.5rem;
 color: var(--brand);
}
.trust-item strong { color: var(--ink); display: block; font-family: var(--font-display); }

/* ---------- Section utilities ---------- */
.section { padding: 5rem 0; }
.section-sm { padding: 3.5rem 0; }
.section-lg { padding: 6.5rem 0; }

.section-eyebrow {
 display: inline-block;
 font-size: 0.78rem;
 letter-spacing: 0.15em;
 text-transform: uppercase;
 font-weight: 700;
 color: var(--brand);
 margin-bottom: 0.75rem;
}
.section-title { margin-bottom: 0.75rem; }
.section-intro { color: var(--muted); max-width: 60ch; font-size: 1.05rem; }

/* ---------- Service cards ---------- */
.service-card {
 background: var(--surface);
 border: 1px solid var(--line);
 border-radius: var(--radius-lg);
 padding: 2rem 1.75rem;
 height: 100%;
 transition: all .3s ease;
 position: relative;
 overflow: hidden;
}
.service-card::after {
 content: '';
 position: absolute;
 inset: 0;
 border-radius: var(--radius-lg);
 pointer-events: none;
 border: 2px solid transparent;
 transition: border-color .3s ease;
}
.service-card:hover {
 transform: translateY(-4px);
 box-shadow: var(--shadow-md);
}
.service-card:hover::after { border-color: var(--brand); }

.service-card .icon-wrap {
 width: 56px; height: 56px;
 background: var(--brand-soft);
 color: var(--brand);
 border-radius: var(--radius);
 display: inline-flex;
 align-items: center;
 justify-content: center;
 font-size: 1.65rem;
 margin-bottom: 1.25rem;
}
.service-card h3 {
 font-size: 1.2rem;
 margin-bottom: 0.6rem;
}
.service-card p {
 color: var(--muted);
 font-size: 0.95rem;
 margin-bottom: 1.25rem;
}
.service-card .learn-more {
 font-weight: 600;
 font-size: 0.9rem;
 display: inline-flex;
 align-items: center;
 gap: 0.35rem;
}
.service-card .learn-more i { transition: transform .2s ease; }
.service-card:hover .learn-more i { transform: translateX(3px); }

/* ---------- Why-us blocks ---------- */
.why-block {
 display: flex;
 gap: 1rem;
 padding: 1.25rem 0;
}
.why-block .num {
 font-family: var(--font-display);
 font-weight: 800;
 font-size: 1.4rem;
 color: var(--brand);
 flex: 0 0 44px;
 height: 44px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 background: var(--brand-soft);
 border-radius: 50%;
 font-size: 1rem;
}
.why-block h4 { margin-bottom: 0.35rem; }
.why-block p { color: var(--muted); font-size: 0.97rem; margin-bottom: 0; }

/* ---------- Stat strip ---------- */
.stat-strip {
 background: var(--ink);
 color: #fff;
 padding: 3rem 0;
}
.stat-item { text-align: center; padding: 0.5rem 0; }
.stat-item .stat-num {
 font-family: var(--font-display);
 font-size: clamp(2rem, 4vw, 2.8rem);
 font-weight: 800;
 color: var(--brand-light);
 line-height: 1;
}
.stat-item .stat-label {
 font-size: 0.9rem;
 color: rgba(255,255,255,0.75);
 text-transform: uppercase;
 letter-spacing: 0.08em;
 margin-top: 0.4rem;
}

/* ---------- Blog cards ---------- */
.blog-card {
 background: var(--surface);
 border: 1px solid var(--line);
 border-radius: var(--radius-lg);
 overflow: hidden;
 height: 100%;
 display: flex;
 flex-direction: column;
 transition: all .3s ease;
}
.blog-card:hover {
 transform: translateY(-4px);
 box-shadow: var(--shadow-md);
}
.blog-card .blog-cover {
 height: 200px;
 background-size: cover;
 background-position: center;
 background-color: var(--surface-warm);
}
.blog-card .blog-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card .blog-meta {
 font-size: 0.78rem;
 color: var(--muted);
 text-transform: uppercase;
 letter-spacing: 0.08em;
 margin-bottom: 0.5rem;
}
.blog-card .blog-meta .tag {
 background: var(--brand-soft);
 color: var(--brand);
 padding: 2px 8px;
 border-radius: 4px;
 font-weight: 600;
 margin-right: 0.4rem;
}
.blog-card h3 {
 font-size: 1.1rem;
 line-height: 1.35;
 margin-bottom: 0.5rem;
 color: var(--ink);
}
.blog-card h3 a { color: inherit; }
.blog-card h3 a:hover { color: var(--brand); }
.blog-card p {
 color: var(--muted);
 font-size: 0.9rem;
 flex: 1;
}

/* ---------- CTA strip ---------- */
.cta-strip {
 background:
  linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
 color: #fff;
 padding: 4rem 0;
 position: relative;
 overflow: hidden;
}
.cta-strip::before {
 content: '';
 position: absolute;
 right: -100px; top: -100px;
 width: 380px; height: 380px;
 background: rgba(255,255,255,0.06);
 border-radius: 50%;
}
.cta-strip::after {
 content: '';
 position: absolute;
 left: -60px; bottom: -120px;
 width: 280px; height: 280px;
 background: rgba(255,255,255,0.05);
 border-radius: 50%;
}
.cta-strip h2 { color: #fff; margin-bottom: 0.5rem; }
.cta-strip p { color: rgba(255,255,255,0.9); margin-bottom: 0; }
.cta-strip .btn-light-cta {
 background: #fff; color: var(--brand);
}
.cta-strip .btn-light-cta:hover { background: var(--ink); color: #fff; }

/* ---------- Footer ---------- */
.site-footer {
 background: var(--ink);
 color: rgba(255,255,255,0.7);
 padding: 4rem 0 1.5rem;
 font-size: 0.92rem;
}
.site-footer h5 {
 color: #fff;
 font-size: 0.85rem;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 margin-bottom: 1.25rem;
 font-weight: 700;
}
.site-footer a { color: rgba(255,255,255,0.7); }
.site-footer a:hover { color: var(--brand-light); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 0.5rem; }
.site-footer .footer-brand {
 font-family: var(--font-display);
 font-size: 1.5rem;
 font-weight: 800;
 color: #fff;
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 margin-bottom: 0.75rem;
}
.site-footer .footer-brand .dot {
 width: 11px; height: 11px;
 background: var(--brand);
 border-radius: 50%;
 display: inline-block;
}
.site-footer .footer-about { color: rgba(255,255,255,0.6); max-width: 36ch; font-size: 0.92rem; }
.site-footer .contact-line { display: flex; gap: 0.6rem; margin-bottom: 0.5rem; }
.site-footer .contact-line i { color: var(--brand); flex: 0 0 18px; margin-top: 4px; }
.site-footer .social { display: flex; gap: 0.6rem; margin-top: 1rem; }
.site-footer .social a {
 width: 36px; height: 36px;
 background: rgba(255,255,255,0.08);
 border-radius: 50%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 color: rgba(255,255,255,0.7);
 transition: all .2s ease;
}
.site-footer .social a:hover { background: var(--brand); color: #fff; }
.site-footer .footer-bottom {
 border-top: 1px solid rgba(255,255,255,0.08);
 margin-top: 3rem;
 padding-top: 1.5rem;
 font-size: 0.85rem;
 color: rgba(255,255,255,0.5);
}
.site-footer .footer-bottom a { color: rgba(255,255,255,0.6); }
.site-footer .footer-bottom .sep { margin: 0 0.6rem; color: rgba(255,255,255,0.2); }

/* ---------- Forms ---------- */
.form-card {
 background: var(--surface);
 border: 1px solid var(--line);
 border-radius: var(--radius-lg);
 padding: 2.25rem;
 box-shadow: var(--shadow-sm);
}
.form-label {
 font-weight: 600;
 font-size: 0.88rem;
 color: var(--ink);
 margin-bottom: 0.35rem;
}
.form-control, .form-select {
 border: 1.5px solid var(--line);
 border-radius: var(--radius-sm);
 padding: 0.65rem 0.85rem;
 font-size: 0.95rem;
 transition: all .15s ease;
}
.form-control:focus, .form-select:focus {
 border-color: var(--brand);
 box-shadow: 0 0 0 3px rgba(250, 70, 22, 0.15);
}
.form-success {
 background: rgba(31, 157, 85, 0.08);
 border: 1px solid rgba(31, 157, 85, 0.3);
 color: var(--success);
 padding: 1rem 1.25rem;
 border-radius: var(--radius);
}

/* ---------- Page intro / breadcrumb ---------- */
.page-intro {
 padding: 3.5rem 0 1.5rem;
}

/* ---------- Animations ---------- */
.fade-up {
 opacity: 0;
 transform: translateY(20px);
 transition: opacity .6s ease, transform .6s ease;
}
.fade-up.is-visible {
 opacity: 1;
 transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
 .fade-up { opacity: 1; transform: none; transition: none; }
 html { scroll-behavior: auto; }
}

/* ---------- Helpers ---------- */
.divider-orange {
 width: 48px; height: 3px;
 background: var(--brand);
 border-radius: 3px;
 margin-bottom: 1rem;
}

.list-check { list-style: none; padding: 0; }
.list-check li {
 padding-left: 1.75rem;
 position: relative;
 margin-bottom: 0.6rem;
}
.list-check li::before {
 content: '\F26B'; /* bi-check2 */
 font-family: 'bootstrap-icons';
 position: absolute;
 left: 0; top: 1px;
 color: var(--brand);
 font-weight: 700;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
 .hero { min-height: auto; padding: 4rem 0 3.5rem; }
 .section { padding: 3.5rem 0; }
 .section-lg { padding: 4.5rem 0; }
 .topbar .d-none-mobile { display: none !important; }
}
@media (max-width: 575.98px) {
 .hero h1 { font-size: 2rem; }
 .form-card { padding: 1.5rem; }
}

/* ---------- Local office-location card (replaces Google Maps iframe) ---------- */
.office-map { position: relative; text-decoration: none; }
.office-map__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.office-map__overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end; gap: 0.75rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(180deg, rgba(20,17,15,0) 35%, rgba(20,17,15,0.82) 100%);
}
.office-map__pin {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%;
  background: var(--brand); color: #fff; display: inline-flex; align-items: center;
  justify-content: center; font-size: 1.2rem; box-shadow: var(--shadow-md);
}
.office-map__info { color: #fff; line-height: 1.35; }
.office-map__info strong { display: block; font-family: var(--font-display, inherit); font-size: 0.98rem; }
.office-map__info > span { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.85); }
.office-map__cta { margin-top: 0.35rem; font-weight: 600; color: var(--brand-light) !important; font-size: 0.85rem; }
.office-map:hover .office-map__cta { color: #fff !important; }
.office-map:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }

/* ---------- Accessibility: skip link + visible keyboard focus ---------- */
.skip-link {
  position: absolute; left: 8px; top: -60px; z-index: 2000;
  background: var(--ink); color: #fff; padding: 0.6rem 1rem;
  border-radius: var(--radius); font-weight: 600; text-decoration: none;
  transition: top .15s ease;
}
.skip-link:focus { top: 8px; outline: 3px solid var(--brand); outline-offset: 2px; }

a:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.dropdown-item:focus-visible,
.navbar-brand:focus-visible,
.navbar-toggler:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.topbar a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
  border-radius: 3px;
}
