:root {
  --black: #000000;
  --ink: #ffffff;
  --panel: #09090b;
  --panel-soft: #111113;
  --line: #27272a;
  --muted: #a1a1aa;
  --muted-dark: #71717a;
  --yellow: #facc15;
  --yellow-soft: rgba(250, 204, 21, 0.12);
  --yellow-line: rgba(250, 204, 21, 0.32);
  --shadow: 0 30px 90px rgba(250, 204, 21, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--black);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(250, 204, 21, 0.2);
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner,
.hero-inner,
.promo-section,
.section,
.contact,
.footer {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand span {
  display: block;
  color: var(--yellow);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav {
  display: flex;
  gap: 24px;
  color: #d4d4d8;
  font-size: 0.95rem;
}

.nav a {
  transition: color 160ms ease;
}

.nav a:hover {
  color: var(--yellow);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(250, 204, 21, 0.34);
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.08);
}

.language-switch button {
  min-width: 40px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.language-switch button.active {
  background: var(--yellow);
  color: var(--black);
}

.language-switch button:not(.active):hover {
  color: var(--yellow);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(250, 204, 21, 0.12), transparent 25%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(36px, 6vw, 72px);
  padding: clamp(76px, 10vw, 112px) 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pill {
  width: fit-content;
  margin: 0 0 18px;
  padding: 5px 16px;
  border: 1px solid rgba(250, 204, 21, 0.3);
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.1);
  color: #fde047;
  font-size: 0.9rem;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5.8vw, 5.9rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--yellow);
}

.hero-copy > p:not(.pill) {
  max-width: 640px;
  margin: 24px 0 0;
  color: #d4d4d8;
  font-size: 1.12rem;
  line-height: 1.75;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: scale(1.02);
}

.primary {
  background: var(--yellow);
  color: var(--black);
}

.secondary {
  border: 1px solid rgba(250, 204, 21, 0.4);
  color: #fde047;
}

.secondary:hover {
  background: rgba(250, 204, 21, 0.1);
}

.service-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card {
  position: relative;
  width: 100%;
  max-width: 576px;
  padding: 24px;
  border: 1px solid rgba(234, 179, 8, 0.2);
  border-radius: 32px;
  background: #09090b;
  box-shadow: var(--shadow);
}

.orb {
  position: absolute;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.18);
  filter: blur(42px);
}

.orb.one {
  top: -32px;
  right: -32px;
  width: 128px;
  height: 128px;
}

.orb.two {
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  opacity: 0.7;
}

.service-card-inner {
  position: relative;
  width: 100%;
  padding: clamp(24px, 5vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(250, 204, 21, 0.12), rgba(250, 204, 21, 0)),
    linear-gradient(135deg, #18181b, #09090b);
}

.service-card-inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: repeating-linear-gradient(135deg, var(--yellow) 0 16px, transparent 16px 28px);
}

.brand-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  border-radius: 20px;
  background: var(--yellow);
}

.brand-card-logo img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(1.18);
}

.brand-card-copy span {
  display: block;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-card-copy h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.brand-card-copy p {
  margin: 16px 0 0;
  color: #d4d4d8;
}

.brand-card-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.brand-card-points div {
  display: grid;
  grid-template-columns: minmax(130px, auto) 1fr;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid #27272a;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.6);
}

.brand-card-points strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.brand-card-points small {
  color: var(--muted-dark);
  font-size: 0.86rem;
}

.promo-section {
  padding: 18px 0 38px;
}

.promo-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.14), transparent 34%),
    linear-gradient(135deg, #101013, #050505);
  box-shadow: var(--shadow);
}

.promo-copy {
  padding: clamp(26px, 5vw, 44px);
}

.promo-copy h2 {
  max-width: 760px;
  color: var(--yellow);
}

.promo-copy > p:not(.label) {
  max-width: 720px;
  color: #d4d4d8;
  font-size: 1.08rem;
}

.promo-note {
  display: grid;
  gap: 5px;
  max-width: 620px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(250, 204, 21, 0.34);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.56);
}

.promo-note strong {
  color: var(--yellow);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.promo-note span {
  color: var(--muted);
}

.promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.promo-media {
  min-height: 360px;
  position: relative;
}

.promo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.22), rgba(5, 5, 5, 0));
  pointer-events: none;
}

.promo-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.08) brightness(0.82);
}

.section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 40px;
}

.section-title p,
.label {
  margin: 0;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.08;
}

.section-title span {
  display: block;
  max-width: 720px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.services-highlight {
  display: inline-block;
  max-width: 720px;
  min-height: 46px;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(250, 204, 21, 0.55);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(250, 204, 21, 0.22), rgba(250, 204, 21, 0.08)),
    #09090b;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 0 16px 42px rgba(250, 204, 21, 0.12);
}

.services-highlight span {
  display: inline;
  color: #ef4444;
  vertical-align: baseline;
}

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

.services-grid article,
.contact-panel {
  border: 1px solid #27272a;
  background: #09090b;
}

.services-grid article {
  overflow: hidden;
  min-height: 236px;
  padding: 0 24px 24px;
  border-radius: 28px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.services-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 204, 21, 0.4);
}

.services-grid article img {
  display: block;
  width: calc(100% + 48px);
  height: 168px;
  margin: 0 -24px 22px;
  object-fit: cover;
  border-bottom: 1px solid rgba(250, 204, 21, 0.22);
  filter: saturate(0.92) contrast(1.08) brightness(0.78);
}

.services-grid i {
  display: block;
  width: 56px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--yellow);
}

.services-grid h3 {
  margin: 0;
  font-size: 1.24rem;
}

.service-price {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(250, 204, 21, 0.45);
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.1);
  color: var(--yellow);
  font-size: 0.96rem;
  font-weight: 900;
}

.services-grid p,
.contact-panel > p {
  color: var(--muted);
}

.contact {
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
}

.contact-panel,
.map-panel {
  border-radius: 32px;
}

.contact-panel {
  padding: clamp(24px, 4vw, 32px);
}

.contact-panel {
  border-color: rgba(250, 204, 21, 0.2);
}

.contact-panel > p {
  max-width: 720px;
}

.contact-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.contact-items > a,
.contact-items > div {
  padding: 20px;
  border: 1px solid #27272a;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.68);
}

.contact-items span {
  display: block;
  color: var(--muted-dark);
  font-size: 0.9rem;
}

.contact-items strong {
  display: block;
  margin-top: 8px;
  font-size: 1.08rem;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(250, 204, 21, 0.36);
  border-radius: 14px;
  color: var(--yellow);
  background: rgba(250, 204, 21, 0.08);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  border-color: var(--yellow);
  background: rgba(250, 204, 21, 0.16);
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a:nth-child(2) svg,
.social-links a:nth-child(4) svg {
  fill: currentColor;
  stroke: none;
}

.map-panel {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.28);
  background: #09090b;
  box-shadow: var(--shadow);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(1) contrast(1.08) brightness(0.86);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 0;
  border-top: 1px solid #27272a;
  color: var(--muted-dark);
  font-size: 0.92rem;
}

.footer span:last-child {
  color: #a1a1aa;
}

@media (max-width: 980px) {
  .hero-inner,
  .promo-card,
  .services-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .hero-inner,
  .promo-section,
  .section,
  .contact,
  .footer {
    width: min(100% - 32px, 1280px);
  }

  .nav {
    display: none;
  }

  .header-controls {
    gap: 0;
  }

  .language-switch button {
    min-width: 36px;
    min-height: 32px;
    font-size: 0.78rem;
  }

  .brand span {
    font-size: 1.08rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .hero-inner {
    padding: 58px 0 72px;
  }

  .actions .button {
    width: 100%;
  }

  .promo-section {
    padding-top: 0;
  }

  .promo-actions .button {
    width: 100%;
  }

  .promo-media {
    min-height: 240px;
  }

  .card-grid,
  .contact-items {
    grid-template-columns: 1fr;
  }

  .brand-card-points div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
