:root {
  --blue: #094d86;
  --blue-dark: #06365f;
  --orange: #ea7b19;
  --ink: #111318;
  --muted: #656b76;
  --line: #e7e9ee;
  --soft: #f6f7f9;
  --white: #fff;
  --heading: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: var(--body); background: #fff; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; transition: .25s ease; }
h1, h2, h3, h4 { font-family: var(--heading); font-weight: 800; letter-spacing: -.035em; }
.section-space { padding: 110px 0; }
.topbar { padding: 8px 0; color: #dce7ff; background: var(--blue-dark); font-size: .78rem; }
.topbar a:hover { color: #fff; }

.navbar { min-height: 82px; border-bottom: 1px solid rgba(17,19,24,.06); box-shadow: 0 8px 30px rgba(15,35,70,.04); }
.navbar-brand { display: inline-flex; align-items: center; gap: 11px; }
.navbar-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.navbar-brand strong { font-family: var(--heading); font-size: 1.05rem; letter-spacing: .035em; }
.navbar-brand small { margin-top: 5px; color: var(--blue); font-size: .58rem; font-weight: 700; letter-spacing: .22em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 12px 12px 12px 3px; transform: rotate(-2deg); }
.brand-mark i { font-size: 1.2rem; transform: rotate(2deg); }
.nav-link { padding: 10px 13px !important; color: #363a43; font-weight: 600; font-size: .92rem; }
.nav-link:hover, .nav-link.active { color: var(--blue) !important; }
.nav-link.active { position: relative; }
.nav-link.active::after { content: ""; position: absolute; right: 13px; bottom: 4px; left: 13px; height: 2px; background: var(--orange); }
.navbar-toggler { border: 0; box-shadow: none !important; }

.btn { padding: .78rem 1.25rem; border-radius: 8px; font-weight: 700; font-size: .9rem; }
.btn-lg { padding: 1rem 1.45rem; }
.btn-brand { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 10px 22px rgba(9,77,134,.18); }
.btn-brand:hover { color: #fff; border-color: var(--blue-dark); background: var(--blue-dark); transform: translateY(-2px); }
.btn-outline-brand { color: var(--blue); border: 1px solid #b8c9ee; background: #fff; }
.btn-outline-brand:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

.hero-section { min-height: 710px; position: relative; overflow: hidden; background: #f1f4f8; }
.hero-image { position: absolute; inset: 0; background: url("../images/visalink-hero.png") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 31%, rgba(255,255,255,.72) 51%, rgba(255,255,255,.08) 73%); }
.min-vh-hero { min-height: 710px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--orange); }
.hero-section h1 { max-width: 690px; margin: 0; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .98; }
.hero-section h1 span { color: var(--blue); position: relative; white-space: nowrap; }
.hero-section h1 span::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 7px; border-radius: 100%; background: var(--orange); opacity: .85; transform: rotate(-2deg); }
.hero-copy { max-width: 620px; margin: 28px 0 0; color: #4d535d; font-size: 1.13rem; }
.hero-trust { display: flex; gap: 36px; }
.hero-trust div { display: flex; flex-direction: column; padding-right: 35px; border-right: 1px solid #cfd4dc; }
.hero-trust div:last-child { border: 0; }
.hero-trust strong { font: 800 1.45rem var(--heading); }
.hero-trust span { color: var(--muted); font-size: .75rem; }
.hero-card { position: absolute; right: 4%; bottom: 45px; align-items: center; gap: 14px; padding: 15px 20px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 20px 50px rgba(13,31,61,.18); backdrop-filter: blur(12px); }
.hero-card .icon-circle { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; }
.hero-card div { display: flex; flex-direction: column; }
.hero-card small { color: var(--muted); }

.trust-strip { position: relative; padding: 31px 0; border-bottom: 1px solid var(--line); background: #fff; }
.trust-title { display: flex; flex-direction: column; font-size: .85rem; }
.trust-title strong { font: 800 1.05rem var(--heading); }
.trust-item { display: flex; justify-content: center; align-items: center; gap: 9px; color: #454b56; font-weight: 700; font-size: .85rem; }
.trust-item i { color: var(--blue); font-size: 1.35rem; }

.section-title { max-width: 720px; margin: 12px 0 0; font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.08; }
.section-copy { color: var(--muted); font-size: 1.02rem; }
.service-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: .3s ease; }
.service-card:hover { border-color: #b9c9e9; box-shadow: 0 22px 55px rgba(27,49,89,.1); transform: translateY(-7px); }
.service-icon { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 30px; color: var(--blue); background: #eaf2f8; border-radius: 14px; font-size: 1.6rem; }
.service-card h3 { font-size: 1.35rem; }
.service-card p { min-height: 82px; color: var(--muted); }
.service-card a, .directory-card a, .text-link { color: var(--blue); font-weight: 800; font-size: .86rem; }
.service-card a i, .directory-card a i, .text-link i { margin-left: 5px; transition: .25s; }
.service-card a:hover i, .directory-card a:hover i, .text-link:hover i { margin-left: 11px; }
.card-number { position: absolute; top: 25px; right: 27px; color: #d7dbe3; font: 800 .78rem var(--heading); letter-spacing: .12em; }
.featured-card { border-top: 4px solid var(--orange); }
.dark-card { color: #fff; border-color: var(--blue-dark); background: var(--blue-dark); }
.dark-card p { color: #bac8df; }
.dark-card .service-icon { color: #fff; background: rgba(255,255,255,.1); }
.dark-card a { color: #f4ad6e; }
.dark-card .card-number { color: #59739e; }

.about-section { background: var(--soft); }
.about-visual { min-height: 470px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--blue-dark); border-radius: 22px 80px 22px 22px; }
.about-visual::before, .about-visual::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.about-visual::before { top: -140px; left: -120px; }
.about-visual::after { right: -170px; bottom: -130px; }
.route-card { width: 76%; z-index: 1; padding: 35px; background: #fff; border-radius: 16px; box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.mini-label { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.route-line { display: flex; align-items: center; margin: 30px 0 14px; color: var(--blue); }
.route-line i { font-size: 1.35rem; }
.route-line span { flex: 1; border-top: 2px dashed #bac5d8; }
.route-line i:nth-of-type(2) { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; transform: rotate(10deg); }
.route-card strong { color: #4f5662; font-size: .78rem; }
.about-badge { position: absolute; right: 4%; bottom: 25px; z-index: 2; display: flex; flex-direction: column; padding: 17px 21px; color: #fff; background: var(--orange); border-radius: 12px; box-shadow: 0 14px 32px rgba(0,0,0,.2); }
.about-badge strong { font: 800 1.2rem var(--heading); }
.about-badge span { font-size: .73rem; }
.check-list { display: grid; gap: 19px; }
.check-list > div { display: flex; gap: 15px; }
.check-list i { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; }
.check-list span { display: flex; flex-direction: column; }
.check-list small { margin-top: 2px; color: var(--muted); }

.process-section { position: relative; overflow: hidden; background: var(--ink); }
.process-section::after { content: ""; position: absolute; top: -200px; right: -100px; width: 500px; height: 500px; border: 80px solid rgba(9,77,134,.18); border-radius: 50%; }
.eyebrow-light { color: #9bc3e3; }
.process-row { position: relative; z-index: 1; }
.process-step { min-height: 270px; position: relative; padding: 31px; border: 1px solid #343943; border-radius: 14px; background: #191c22; }
.process-step > span { position: absolute; top: 25px; right: 27px; color: #545a66; font-weight: 800; }
.process-step > i { color: var(--orange); font-size: 2rem; }
.process-step h3 { margin-top: 35px; color: #fff; font-size: 1.3rem; }
.process-step p { color: #a3a8b1; }

.contact-section { background: #fff; }
.contact-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 30px 70px rgba(24,43,78,.1); }
.contact-info { padding: 55px; color: #fff; background: var(--blue-dark); }
.contact-info h2 { margin: 18px 0; font-size: 2.5rem; }
.contact-info > p { color: #becce2; }
.contact-lines { display: grid; gap: 24px; margin-top: 38px; }
.contact-lines > * { display: flex; align-items: center; gap: 15px; }
.contact-lines i { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); border-radius: 10px; }
.contact-lines span { display: flex; flex-direction: column; font-weight: 600; }
.contact-lines small { color: #94a9ca; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-form-wrap { padding: 55px; }
.form-label { color: #383d46; font-size: .82rem; font-weight: 700; }
.form-control, .form-select { min-height: 51px; border: 1px solid #dfe2e8; border-radius: 8px; background-color: #fafbfc; font-size: .9rem; }
textarea.form-control { min-height: auto; }
.form-control:focus, .form-select:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 .2rem rgba(9,77,134,.1); }
.form-success { display: none; padding: 12px 16px; color: #17663a; background: #e9f8ef; border-radius: 8px; }
.form-success.show { display: block; }

.site-footer { padding: 75px 0 25px; color: #aab0ba; background: #0b0d11; }
.footer-brand { margin-bottom: 22px; color: #fff; }
.site-footer p { max-width: 430px; }
.site-footer h3 { margin-bottom: 20px; color: #fff; font-size: .92rem; letter-spacing: 0; }
.site-footer .col-6 > a, .site-footer .col-lg-2 > a { display: block; margin-bottom: 9px; font-size: .88rem; }
.site-footer a:hover { color: #fff; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 1px solid #32363e; border-radius: 8px; }
.social-links a:hover { background: var(--blue); border-color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 23px; border-top: 1px solid #292c32; font-size: .75rem; }
.back-to-top { width: 43px; height: 43px; position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; place-items: center; opacity: 0; pointer-events: none; color: #fff; border: 0; border-radius: 10px; background: var(--orange); box-shadow: 0 10px 25px rgba(0,0,0,.15); transition: .25s; }
.back-to-top.show { opacity: 1; pointer-events: auto; }

.page-hero { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: var(--blue-dark); }
.page-hero h1 { margin: 16px 0 20px; font-size: clamp(3rem, 6vw, 5rem); line-height: 1.02; }
.page-hero h1 em { color: #f0a05a; font-style: normal; }
.page-hero p { max-width: 680px; margin: auto; color: #c0cee3; font-size: 1.1rem; }
.page-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.page-pills span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; background: rgba(255,255,255,.06); font-size: .78rem; }
.page-pills i { margin-right: 5px; color: #f0a05a; }
.page-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; top: -370px; left: -100px; }
.orbit-two { width: 430px; height: 430px; right: -180px; bottom: -250px; border-width: 65px; border-color: rgba(9,77,134,.4); }

.services-directory { background: var(--soft); }
.directory-card { height: 100%; display: flex; gap: 25px; padding: 35px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: .3s; }
.directory-card:hover { box-shadow: 0 20px 50px rgba(24,43,78,.09); transform: translateY(-5px); }
.directory-icon { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; color: var(--blue); background: #eaf2f8; border-radius: 14px; font-size: 1.5rem; }
.category-label { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.directory-card h2 { margin: 7px 0 8px; font-size: 1.45rem; }
.directory-card p, .directory-card li { color: var(--muted); font-size: .9rem; }
.directory-card ul { padding-left: 18px; }
.accent-card { border-top: 4px solid var(--orange); }
.dark-directory { color: #fff; border-color: var(--ink); background: var(--ink); }
.dark-directory .directory-icon { color: #fff; background: var(--blue); }
.dark-directory p, .dark-directory li { color: #b2b8c2; }
.dark-directory a { color: #f0a05a; }
.all-services-shell { padding: 50px; border: 1px solid var(--line); border-radius: 18px; }
.service-chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.service-chip-grid span { display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: #383d46; border: 1px solid var(--line); border-radius: 9px; background: #fafbfc; font-size: .85rem; font-weight: 600; }
.service-chip-grid i { color: var(--blue); font-size: 1.1rem; }
.services-cta { padding: 70px 0; color: #fff; background: var(--blue); }
.services-cta .mini-label { color: #f8d2af; }
.services-cta h2 { max-width: 780px; margin: 9px 0 0; font-size: clamp(2rem, 4vw, 3.2rem); }

.about-story { background: #fff; }
.about-visual-large { min-height: 520px; }
.values-section { background: var(--soft); }
.value-card { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.value-card > span { position: absolute; top: 25px; right: 28px; color: #d4d9e1; font: 800 .8rem var(--heading); }
.value-card > i { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 27px; color: #fff; background: var(--blue); border-radius: 14px; font-size: 1.45rem; }
.value-card h3 { font-size: 1.3rem; }
.value-card p { margin-bottom: 0; color: var(--muted); }
.about-numbers { padding: 54px 0; color: #fff; background: var(--blue); }
.about-numbers .col-6 { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.about-numbers .col-6:last-child { border: 0; }
.about-numbers strong { font: 800 2.4rem var(--heading); }
.about-numbers span { color: #dce7ff; font-size: .82rem; }
.contact-page-hero { padding-bottom: 130px; }
.contact-page-hero + .contact-section { margin-top: -65px; position: relative; z-index: 2; background: transparent; }
.contact-option { padding: 31px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.contact-option i { color: var(--orange); font-size: 1.8rem; }
.contact-option h3 { margin: 20px 0 10px; font-size: 1.2rem; }
.contact-option p { margin: 0; color: var(--muted); font-size: .9rem; }

@media (max-width: 991.98px) {
  .section-space { padding: 80px 0; }
  .navbar-collapse { padding: 18px 0 24px; }
  .nav-link.active::after { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 55%, rgba(255,255,255,.42) 100%); }
  .hero-section, .min-vh-hero { min-height: 650px; }
  .trust-title { margin-bottom: 22px; text-align: center; }
  .contact-info, .contact-form-wrap { padding: 42px; }
  .service-chip-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767.98px) {
  .section-space { padding: 68px 0; }
  .row.g-5 { --bs-gutter-x: 1.5rem; }
  .hero-section h1 { font-size: 3.25rem; }
  .hero-image { background-position: 62% center; opacity: .45; }
  .hero-shade { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.88) 100%); }
  .hero-trust { gap: 16px; }
  .hero-trust div { padding-right: 16px; }
  .trust-item { justify-content: flex-start; padding-left: 15%; }
  .service-card p { min-height: auto; }
  .directory-card { flex-direction: column; }
  .service-chip-grid { grid-template-columns: 1fr; }
  .all-services-shell { padding: 28px; }
  .contact-info, .contact-form-wrap { padding: 32px 24px; }
  .footer-bottom { flex-direction: column; }
  .about-numbers .col-6:nth-child(2) { border-right: 0; }
  .contact-page-hero + .contact-section { margin-top: -35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
