:root {
  --yellow: #ffc107;
  --yellow-soft: #ffd75e;
  --ink: #111111;
  --charcoal: #1d1d1d;
  --paper: #f7f4ee;
  --white: #ffffff;
  --muted: #666666;
  --green: #128c7e;
  --line: rgba(17, 17, 17, 0.12);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(17, 17, 17, 0.92);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.top-line {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 80px);
  padding: 12px 18px;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-shell {
  width: min(1160px, calc(100% - 32px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px 999px 999px 999px;
  transform: translateY(28px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 28px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
  color: var(--yellow);
  font-weight: 900;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.8vw, 38px);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 34px 0;
}

.nav a:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
}

.nav-call {
  align-self: stretch;
  display: grid;
  min-width: 292px;
  place-content: center;
  padding: 0 34px;
  border-radius: 999px;
  color: var(--yellow);
  background: var(--ink);
  font-weight: 900;
}

.nav-call span,
.nav-call strong {
  display: block;
}

.nav-call span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-call strong {
  margin-top: 4px;
  font-size: 1.32rem;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-right: 18px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  min-height: 86vh;
  display: grid;
  place-items: center;
  padding: 150px 18px 90px;
  color: var(--white);
  background:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("assets/photos/taxi-gece-tabela.jpg") center / cover;
}

.hero-content {
  width: min(980px, 100%);
  text-align: center;
}

.hero-top-action {
  display: grid;
  width: min(760px, 100%);
  gap: 14px;
  margin: -18px auto clamp(42px, 7vw, 90px);
}

.hero-top-action .big-call {
  width: 100%;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p {
  max-width: 780px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 18px 38px rgba(255, 193, 7, 0.26);
}

.button.dark,
.button.black {
  color: var(--white);
  background: var(--ink);
}

.button.outline {
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button.outline-dark {
  color: var(--ink);
  border: 2px solid var(--ink);
  background: transparent;
}

.big-call {
  min-height: 76px;
  min-width: min(100%, 360px);
  padding: 0 38px;
  font-size: clamp(1.1rem, 2.3vw, 1.55rem);
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 100px 0;
}

.about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.about-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-copy h2,
.center-heading h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 1.04;
}

.about-copy p,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.inline-call {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.inline-call span {
  color: var(--muted);
  font-weight: 700;
}

.inline-call a {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 80px;
}

.info-card {
  min-height: 210px;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.info-card span {
  display: block;
  color: var(--yellow);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
}

.info-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
}

.info-card p {
  color: var(--muted);
  line-height: 1.6;
}

.center-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  min-height: 270px;
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.service-grid span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
}

.service-grid h3,
.why-grid h3 {
  margin: 26px 0 12px;
  font-size: 1.35rem;
}

.service-grid p,
.why-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.yellow-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  padding: clamp(54px, 8vw, 94px) max(18px, calc((100vw - 1160px) / 2));
  background: var(--yellow);
  border-bottom: 18px solid transparent;
  border-image: repeating-linear-gradient(90deg, var(--ink) 0 18px, var(--yellow) 18px 36px) 18;
}

.yellow-cta span {
  font-weight: 900;
}

.yellow-cta h2 {
  margin: 12px 0 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.06;
}

.why {
  padding: 100px 18px 118px;
  color: var(--white);
  background:
    linear-gradient(rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.94)),
    url("assets/photos/telefon-banner.png") center / cover;
}

.why .center-heading h2 {
  color: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.why-grid article {
  padding: 32px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.why-grid article:last-child {
  border-right: 0;
}

.round-icon {
  display: grid;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 2.3rem;
  font-weight: 900;
}

.why-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.why-grid a {
  display: inline-block;
  margin-top: 12px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  object-fit: initial;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.review-cta {
  padding: clamp(64px, 8vw, 100px) 18px;
  text-align: center;
  background: var(--yellow);
}

.review-cta h2 {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.05;
}

.review-cta p {
  max-width: 680px;
  margin: 18px auto 28px;
  color: rgba(17, 17, 17, 0.76);
  font-weight: 700;
}

.review-cta .button + .button {
  margin-left: 10px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}


.floating-call {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 30;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  font-weight: 900;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(18px, calc((100vw - 1160px) / 2));
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink);
  font-weight: 800;
}

@media (max-width: 1000px) {
  .nav-shell {
    grid-template-columns: auto auto;
    border-radius: 18px;
    padding: 12px 0;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: calc(100% - 28px);
    margin: 0 auto;
    padding: 8px;
    border-radius: 12px;
    background: var(--white);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px;
    letter-spacing: 0.08em;
  }

  .nav a:first-child::after {
    display: none;
  }

  .nav-call {
    display: none;
  }

  .hero {
    padding-top: 145px;
  }

  .about,
  .yellow-cta,
  .contact {
    grid-template-columns: 1fr;
  }

  .info-strip,
  .service-grid,
  .why-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .top-line {
    gap: 0;
    padding: 8px 16px;
    text-align: center;
  }

  .top-line span,
  .top-line a:not(:first-child) {
    display: none;
  }

  .top-line a:first-child {
    width: 100%;
    font-size: 1.05rem;
  }

  .nav-shell {
    width: calc(100% - 24px);
    min-height: 0;
    border-radius: 22px;
    transform: translateY(16px);
  }

  .brand {
    padding-left: 16px;
  }

  .brand span:last-child {
    max-width: 180px;
    white-space: normal;
    line-height: 1.15;
  }

  .hero {
    min-height: 78vh;
    padding: 118px 18px 64px;
  }

  .hero-top-action {
    gap: 12px;
    margin: 0 auto clamp(32px, 10vw, 54px);
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  .floating-call {
    display: none;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button,
  .big-call {
    width: 100%;
  }

  .info-strip,
  .service-grid,
  .why-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .inline-call {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}
