@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #071a33;
  --navy-2: #0d2748;
  --blue: #1f6feb;
  --blue-dark: #1556bd;
  --ink: #101827;
  --muted: #5e6b7c;
  --line: #e5e9f0;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 26, 51, 0.14);
  --radius: 14px;
  font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav,
.navbar,
.menu,
button,
.button,
.btn,
a {
  font-family: "Poppins", sans-serif;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 26, 51, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.site-header--overlay {
  position: fixed;
  width: 100%;
  background: rgba(7, 26, 51, 0.55);
}

.navbar {
  width: min(1080px, calc(100% - 32px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand__logo {
  display: block;
  width: auto;
  max-width: 290px;
  max-height: 64px;
  object-fit: contain;
  background: transparent;
  flex: 0 0 auto;
}

.brand--footer .brand__logo {
  max-width: 320px;
  max-height: 86px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.nav-menu > a,
.dropdown-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 10px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  cursor: pointer;
}

.nav-menu > a:hover,
.dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.nav-cta {
  background: var(--blue) !important;
  color: var(--white) !important;
  margin-left: 6px;
  box-shadow: 0 10px 26px rgba(31, 111, 235, 0.28);
}

.nav-item {
  position: relative;
}

.dropdown-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1200;
  width: 360px;
  max-height: min(70vh, 620px);
  overflow-y: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.dropdown-menu--wide {
  width: 460px;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 13px 16px;
  color: #1d2530;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  border-bottom: 1px solid var(--line);
}

.dropdown-menu a:last-child {
  border-bottom: 0;
}

.dropdown-menu a:hover {
  background: #f2f5f9;
  color: var(--blue-dark);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero,
.page-hero,
.service-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
  color: var(--white);
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.hero {
  background-image: url("/assets/images/dost-yabanci-danismanlik-ana-sayfa-hero.webp");
  background-position: center;
  background-size: cover;
}

.page-hero {
  min-height: 420px;
  background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=85");
}

.service-hero {
  min-height: 600px;
  background-image: url("https://images.unsplash.com/photo-1560264280-88b68371db39?auto=format&fit=crop&w=1800&q=85");
}

.service-hero--permit {
  background-image: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=85");
}

.article-hero {
  background-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=85");
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 14, 29, 0.88), rgba(7, 26, 51, 0.62));
}

.hero__content,
.page-hero__content,
.service-hero__content {
  width: min(900px, calc(100% - 40px));
  text-align: center;
  padding-top: 78px;
}

.hero h1,
.page-hero h1,
.service-hero h1 {
  margin: 12px 0 28px;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.service-hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 5rem);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.service-hero .eyebrow,
.vision-section .eyebrow {
  color: #9dccff;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 28px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-indicator::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 9px;
  border-radius: 999px;
  background: var(--white);
  transform: translateX(-50%);
  animation: scroll-dot 1.4s ease-in-out infinite;
}

@keyframes scroll-dot {
  50% {
    transform: translate(-50%, 12px);
    opacity: 0.35;
  }
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 22px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(31, 111, 235, 0.28);
}

.button--primary:hover {
  background: var(--blue-dark);
}

.button--outline {
  border-color: var(--blue);
  color: var(--blue-dark);
  background: var(--white);
}

.button--light {
  color: var(--navy);
  background: var(--white);
}

.section {
  padding: 76px 0;
}

.section--soft {
  background: var(--soft);
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-heading--center {
  text-align: center;
}

.section-heading--between {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.service-card,
.article-card {
  border: 1px solid rgba(7, 26, 51, 0.07);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 36px rgba(7, 26, 51, 0.08);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(31, 111, 235, 0.22);
  box-shadow: var(--shadow);
}

.service-card__image {
  position: relative;
  height: clamp(210px, 21vw, 270px);
  flex: 0 0 auto;
  overflow: hidden;
  background: linear-gradient(135deg, #eff6ff, #0d2748);
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.service-card:hover .service-card__image img {
  transform: scale(1.035);
}

.service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.service-card h3,
.article-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.3;
}

.service-card p,
.article-card p,
.about-copy p,
.vision-copy p,
.contact-section p {
  color: var(--muted);
  line-height: 1.7;
}

.service-card p {
  display: -webkit-box;
  flex: 1;
  margin: 0 0 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.65;
}

.service-card .button {
  width: 154px;
  min-height: 44px;
  margin-top: auto;
  padding: 0 16px;
  font-size: 0.9rem;
  line-height: 1;
}

.vision-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(31, 111, 235, 0.3), transparent 34%),
    linear-gradient(135deg, #06162d, #0c2442 62%, #071a33);
}

.vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 74px 74px;
}

.vision-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.vision-copy h2,
.vision-panel p {
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
}

.vision-copy h3 {
  margin: 30px 0 8px;
  color: var(--white);
}

.vision-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.vision-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.article-card {
  padding: 24px;
}

.references-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 248, 253, 0.88), rgba(255, 255, 255, 0.98));
}

.references-marquee {
  width: 100%;
  overflow: hidden;
  padding: 4px 0 12px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.references-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 10px 0;
  animation: references-marquee 38s linear infinite;
}

.references-marquee:hover .references-track {
  animation-play-state: paused;
}

.reference-card {
  position: relative;
  display: grid;
  width: 280px;
  height: 172px;
  flex: 0 0 auto;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(31, 111, 235, 0.13);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 26, 51, 0.09);
}

.reference-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 116px;
  object-fit: contain;
}

.reference-card:has(img[src=""]),
.reference-card:has(img:not([src])),
.reference-card.is-placeholder {
  background:
    linear-gradient(135deg, rgba(226, 232, 240, 0.72), rgba(248, 250, 252, 0.98));
}

.reference-card.is-placeholder img {
  display: none;
}

@keyframes references-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.article-grid {
  grid-template-columns: repeat(3, 1fr);
}

.article-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-card a {
  color: var(--blue-dark);
  font-weight: 800;
}

.contact-layout,
.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.contact-layout--simple {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  text-align: center;
}

.contact-section h2,
.about-kicker h2,
.about-copy h2,
.about-cta h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}

.contact-cta {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--soft);
}

.contact-cta strong {
  display: block;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 1.2rem;
}

.about-intro {
  background: var(--white);
}

.about-kicker {
  position: sticky;
  top: 120px;
}

.about-copy {
  padding-left: 36px;
  border-left: 1px solid var(--line);
}

.about-intro--modern {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%);
}

.about-modern {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: stretch;
}

.about-modern__lead,
.about-modern__panel {
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.about-modern__lead {
  padding: clamp(28px, 4vw, 44px);
}

.about-modern__lead h2,
.about-modern__panel h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.12;
}

.about-modern__lead p,
.about-modern__panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.about-modern__panel {
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.96), rgba(10, 43, 78, 0.94)),
    var(--navy);
}

.about-modern__panel h2 {
  color: var(--white);
}

.about-modern__panel p {
  color: rgba(255, 255, 255, 0.78);
}

.about-modern__panel p + p {
  margin-top: 18px;
}

.about-principles {
  background: var(--white);
}

.about-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-principles__grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f5f8fd);
  box-shadow: 0 14px 36px rgba(7, 26, 51, 0.08);
}

.about-principles__grid span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy-2));
  font-weight: 800;
}

.about-principles__grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.35rem;
}

.about-principles__grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.about-cta--modern {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0%, rgba(31, 111, 235, 0.26), transparent 32%),
    linear-gradient(135deg, #071a33, #041122);
}

.about-cta--modern h2 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: var(--white);
  font-size: clamp(1.75rem, 3.4vw, 2.7rem);
}

.about-cta--modern p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #b9d7ff;
  font-weight: 600;
  line-height: 1.65;
}

.about-cta:not(.about-cta--modern) {
  text-align: center;
  background: var(--soft);
}

.about-cta--modern {
  text-align: center;
}

.service-detail-section {
  padding-top: 86px;
  padding-bottom: 64px;
  background: var(--white);
}

.service-detail-layout {
  width: min(900px, 100%);
  margin: 0 auto;
}

.service-content__intro {
  margin-bottom: 42px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.service-content__intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.content-block {
  margin-bottom: 44px;
}

.content-block h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.22;
}

.content-block h3 {
  margin: 0 0 12px;
  color: var(--navy-2);
  font-size: 1.16rem;
  line-height: 1.35;
}

.content-block p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.content-block strong {
  color: var(--navy);
}

.service-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 22px;
  padding-left: 22px;
  color: #2b3544;
  font-size: 1.04rem;
  line-height: 1.65;
}

.service-list li::marker {
  color: var(--blue);
  font-weight: 800;
}

.legal-section {
  background: var(--white);
}

.legal-content {
  width: min(880px, 100%);
}

.legal-lead {
  margin: 0 0 44px;
  padding: 22px 24px;
  border-left: 4px solid var(--blue);
  background: var(--soft);
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.85;
}

.legal-contact {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--muted);
  font-style: normal;
  line-height: 1.85;
}

.legal-contact strong,
.legal-contact a {
  color: var(--navy);
}

.legal-note {
  padding: 16px 18px;
  border-radius: 8px;
  background: #eaf3ff;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.65;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 40px;
  align-items: center;
}

.contact-page h2 {
  margin: 8px 0 14px;
  color: var(--navy);
}

.contact-page__actions {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(14, 51, 94, 0.1);
  background: #f7faff;
  box-shadow: var(--shadow-soft);
}

.contact-page__actions .button {
  justify-content: center;
}

@media (max-width: 720px) {
  .contact-page {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.sector-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sector-links a {
  color: #c2272d;
  font-weight: 600;
  line-height: 1.55;
}

.sector-links a:hover {
  color: #8f161b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-cta {
  padding: 42px 0 92px;
  background: var(--white);
}

.service-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f4f8ff);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.service-cta h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.16;
}

.service-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.article-list-section {
  background: var(--soft);
}

.article-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-list-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 26, 51, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-list-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.article-list-card__image {
  height: 190px;
  background: var(--navy-2) center / cover;
}

.article-list-card__body {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.article-list-card span {
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-list-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.16rem;
  line-height: 1.3;
}

.article-list-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.65;
}

.article-list-card .button {
  margin-top: auto;
}

.article-warning {
  padding: 24px;
  border-left: 4px solid var(--blue);
  border-radius: 12px;
  background: #f4f8ff;
}

.footer-seo-info {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 111, 235, 0.24), transparent 34%),
    linear-gradient(135deg, #071a33 0%, #06162d 54%, #041122 100%);
}

.footer-seo-info::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 78%);
}

.footer-seo-info__inner {
  position: relative;
  display: grid;
  gap: 24px;
}

.footer-seo-info h2 {
  max-width: 960px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.16;
}

.footer-seo-info__text {
  display: grid;
  max-width: 1120px;
  gap: 18px;
}

.footer-seo-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.85;
}

.footer-seo-info__note {
  max-width: 860px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #b9d7ff !important;
  font-size: 0.92rem !important;
  font-weight: 600;
}

.site-footer {
  padding: 70px 0 44px;
  color: rgba(255, 255, 255, 0.74);
  background: #06162d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr;
  gap: 44px;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--white);
}

.brand--footer {
  margin-bottom: 18px;
}

.footer-company-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.65;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--white);
}

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1600;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.floating-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy-2));
  box-shadow: 0 18px 44px rgba(7, 26, 51, 0.28);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-contact__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(7, 26, 51, 0.34);
}

.floating-contact__button-icon,
.floating-contact__icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1;
  flex: 0 0 auto;
}

.floating-contact__button-icon svg,
.floating-contact__icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.floating-contact__panel {
  width: 230px;
  padding: 8px;
  border: 1px solid rgba(229, 233, 240, 0.9);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 22px 56px rgba(7, 26, 51, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.floating-contact.is-open .floating-contact__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-contact__option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--ink);
  font-weight: 700;
  transition: background 0.18s ease, color 0.18s ease;
}

.floating-contact__option + .floating-contact__option {
  border-top: 1px solid var(--line);
}

.floating-contact__option:hover {
  background: #f2f6fb;
  color: var(--blue-dark);
}

.floating-contact__option .floating-contact__icon {
  background: var(--navy-2);
}

.floating-contact__icon--whatsapp {
  background: #18a85a !important;
}

@media (max-width: 1100px) {
  .nav-menu > a,
  .dropdown-toggle {
    padding: 0 9px;
    font-size: 0.88rem;
  }

  .brand__text {
    max-width: 150px;
    white-space: normal;
    line-height: 1.1;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header--overlay {
    position: sticky;
    background: rgba(7, 26, 51, 0.98);
  }

  .navbar {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    display: none;
    overflow-y: auto;
    padding: 14px 16px 28px;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-menu.is-open {
    display: block;
  }

  .nav-menu > a,
  .dropdown-toggle,
  .nav-cta {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    margin: 0;
    border-radius: 8px;
  }

  .nav-item {
    width: 100%;
  }

  .dropdown-menu,
  .dropdown-menu--wide {
    position: static;
    width: 100%;
    max-height: none;
    margin: 4px 0 10px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .has-dropdown:hover .dropdown-menu {
    display: none;
  }

  .has-dropdown.is-open .dropdown-menu {
    display: block;
  }

  .hero {
    min-height: 560px;
  }

  .service-hero {
    min-height: 520px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading--between,
  .vision-layout,
  .contact-layout,
  .about-modern,
  .about-layout,
  .service-cta__inner,
  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .section-heading--between {
    align-items: start;
  }

  .article-grid,
  .article-list-grid {
    grid-template-columns: 1fr;
  }

  .about-kicker {
    position: static;
  }

  .about-copy {
    padding-left: 0;
    border-left: 0;
  }

  .about-principles__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand__logo {
    max-width: 216px;
    max-height: 48px;
  }

  .brand--footer .brand__logo {
    max-width: 250px;
    max-height: 72px;
  }

  .container,
  .hero__content,
  .page-hero__content,
  .service-hero__content {
    width: min(100% - 28px, 1180px);
  }

  .hero h1,
  .page-hero h1,
  .service-hero h1 {
    font-size: 2.35rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card__image {
    height: 260px;
  }

  .article-list-card__image {
    height: 170px;
  }

  .article-list-card__body {
    min-height: auto;
  }

  .references-marquee {
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }

  .references-track {
    gap: 14px;
    animation-duration: 44s;
  }

  .reference-card {
    width: 224px;
    height: 142px;
    padding: 18px;
  }

  .reference-card img {
    max-height: 96px;
  }

  .vision-panel,
  .service-cta__inner {
    padding: 22px;
  }

  .service-detail-section {
    padding-top: 64px;
  }

  .content-block {
    margin-bottom: 34px;
  }

  .footer-seo-info {
    padding: 54px 0;
  }

  .footer-seo-info__inner {
    gap: 20px;
  }

  .footer-seo-info p {
    font-size: 0.94rem;
    line-height: 1.78;
  }

  .brand__text {
    max-width: 170px;
  }

  .floating-contact {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .floating-contact__button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 0.82rem;
    max-width: calc(100vw - 28px);
  }

  .floating-contact__button-icon,
  .floating-contact__icon {
    width: 28px;
    height: 28px;
  }

  .floating-contact__panel {
    width: min(224px, calc(100vw - 28px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .references-marquee {
    overflow: visible;
    mask-image: none;
  }

  .references-track {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    animation: none;
  }

  .reference-card[aria-hidden="true"] {
    display: none;
  }
}
