:root {
  --bg: #080b0c;
  --bg-soft: #0d1112;
  --panel: #111516;
  --panel-2: #15191a;
  --line: rgba(235, 159, 31, 0.34);
  --line-soft: rgba(255, 255, 255, 0.10);
  --gold: #f1a620;
  --gold-2: #f7bb48;
  --text: #f1f2f2;
  --muted: #adb1b2;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(241, 166, 32, 0.035), transparent 30%),
    radial-gradient(circle at 92% 30%, rgba(255, 255, 255, 0.018), transparent 28%),
    linear-gradient(180deg, #080b0c 0%, #0a0d0e 55%, #080b0c 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: soft-light;
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
a, button { transition: .22s ease; }

.container-xl { max-width: 1046px; }

.site-header {
  background: rgba(7, 10, 11, .96);
  border-bottom: 1px solid rgba(241, 166, 32, .18);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 72px; }
.navbar-brand { padding: 0; margin-right: 1rem; }
.brand-logo { width: 206px; height: auto; display: block; }
.nav-gap { gap: 11px; }
.navbar .nav-link {
  color: #d9dbdb;
  font-size: 12px;
  font-weight: 500;
  padding: 25px 8px 23px !important;
  position: relative;
  white-space: nowrap;
}
.navbar .nav-link:hover { color: var(--gold); }
.navbar .nav-link.active { color: var(--gold); }
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 3px;
}

.btn-gold {
  border: 1px solid #f2b344;
  background: linear-gradient(180deg, #f8b437 0%, #e99b16 100%);
  color: #17130b;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 5px 18px rgba(241,166,32,.15);
}
.btn-gold:hover, .btn-gold:focus {
  color: #100d07;
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ffc451 0%, #f1a620 100%);
  border-color: #ffc95f;
}
.header-order {
  min-width: 98px;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 10px;
}

.hero-section { padding: 26px 0 24px; }
.eyebrow, .section-title {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.hero-section h1 {
  margin: 10px 0 18px;
  font-size: clamp(37px, 4vw, 48px);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 800;
}
.hero-section h1 span { color: var(--gold-2); }
.hero-copy {
  color: #d0d2d2;
  font-size: 16px;
  line-height: 1.5;
  max-width: 475px;
  margin-bottom: 24px;
}
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.benefit-item i {
  color: var(--gold);
  font-size: 38px;
  line-height: 1;
}
.benefit-item span {
  color: #eef0f0;
  font-size: 12px;
  line-height: 1.35;
}
.hero-image-wrap {
  filter: drop-shadow(0 15px 28px rgba(0,0,0,.35));
}
.hero-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.contact-panel-section { padding: 0 0 12px; }
.contact-panel {
  padding: 18px 20px 20px;
  background: linear-gradient(145deg, rgba(17,21,22,.97), rgba(9,12,13,.96));
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: var(--shadow);
}
.section-title { margin: 0 0 11px; }
.contact-list { display: grid; gap: 8px; }
.contact-item {
  min-height: 61px;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 18px;
  background: linear-gradient(145deg, rgba(20,24,25,.96), rgba(13,16,17,.96));
}
.contact-item:hover { border-color: rgba(241,166,32,.72); transform: translateX(2px); }
.contact-item i { color: var(--gold); font-size: 31px; line-height: 1; flex: 0 0 35px; text-align: center; }
.contact-item span { font-size: 15px; color: #f3f4f4; line-height: 1.35; }

.contact-form {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 17px;
  background: rgba(12,15,16,.55);
}
.form-control, .form-select {
  min-height: 47px;
  background-color: #131718;
  border: 1px solid rgba(255,255,255,.15);
  color: #f2f2f2;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: none !important;
}
.form-control::placeholder { color: #a7aaab; opacity: 1; }
.form-control:focus, .form-select:focus {
  background-color: #15191a;
  border-color: rgba(241,166,32,.72);
  color: #fff;
}
.form-select {
  color: #a7aaab;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d9dbdb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select option { color: #eee; background: #121617; }
textarea.form-control { min-height: 86px; resize: vertical; }
.submit-btn { min-height: 45px; border-radius: 8px; }
.form-status { min-height: 0; color: #9bd29f; font-size: 12px; margin-top: 8px; }

.quick-section { padding: 0 0 25px; }
.quick-card {
  min-height: 125px;
  height: 100%;
  display: flex;
  align-items: stretch;
  background: linear-gradient(145deg, rgba(21,25,26,.96), rgba(12,15,16,.96));
  border: 1px solid var(--line);
  border-radius: 17px;
  overflow: hidden;
}
.quick-card:hover { transform: translateY(-3px); border-color: rgba(241,166,32,.7); box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.quick-image {
  width: 112px;
  flex: 0 0 112px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-image { background-image: url('../img/app-preview.jpg'); }
.meal-image { background-image: url('../img/meal-preview.jpg'); }
.quote-image { background-image: url('../img/quote-preview.jpg'); }
.quick-content { padding: 19px 15px 14px 8px; }
.quick-content h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.quick-content p { color: #b8bbbb; font-size: 11px; line-height: 1.45; margin-bottom: 9px; }
.quick-content span { color: var(--gold); font-size: 12px; font-weight: 600; }

.faq-map-section { padding: 0 0 23px; }
.faq-accordion { display: grid; gap: 7px; }
.faq-accordion .accordion-item {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px !important;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  min-height: 45px;
  background: linear-gradient(145deg, rgba(21,25,26,.96), rgba(13,16,17,.96));
  color: #e7e8e8;
  font-size: 12px;
  box-shadow: none;
  padding: 11px 15px;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--gold); background: #171b1c; }
.faq-accordion .accordion-button::after {
  filter: sepia(1) saturate(5) hue-rotate(350deg) brightness(1.2);
  background-size: 15px;
}
.faq-accordion .accordion-body { color: #b8bbbb; background: #101415; font-size: 12px; padding: 12px 15px 15px; }
.btn-outline-gold {
  color: var(--gold);
  border: 1px solid rgba(241,166,32,.72);
  background: rgba(10,13,14,.36);
  font-size: 12px;
  font-weight: 600;
}
.btn-outline-gold:hover { color: #141007; background: var(--gold); border-color: var(--gold); }
.faq-link { margin-top: 11px; border-radius: 9px; padding: 8px 13px; }

.map-card {
  border: 1px solid var(--line);
  border-radius: 17px;
  overflow: hidden;
  background: #101415;
}
.map-visual {
  position: relative;
  height: 260px;
  background: #15191a url('../img/map-preview.jpg') center/cover no-repeat;
}
.map-visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.72) invert(.88) contrast(1.08);
}
.map-info {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 22px;
  background: linear-gradient(145deg, rgba(20,24,25,.98), rgba(13,16,17,.98));
}
.map-info strong { display: block; font-size: 12px; color: #f1f2f2; margin-bottom: 2px; }
.map-info p { color: #b7babb; font-size: 11px; line-height: 1.45; margin: 0; }
.map-btn { min-width: 134px; border-radius: 9px; padding: 9px 13px; }

.social-strip-section { padding: 0 0 0; }
.social-strip {
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: 17px 17px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: linear-gradient(145deg, rgba(17,21,22,.98), rgba(10,13,14,.98));
}
.social-copy { display: flex; align-items: center; gap: 46px; }
.social-copy strong { color: var(--gold); font-size: 13px; }
.social-copy span { color: #9fa3a4; font-size: 11px; }
.social-links, .footer-social-links { display: flex; gap: 25px; }
.social-links a, .footer-social-links a {
  width: 39px;
  height: 39px;
  border: 1px solid rgba(241,166,32,.8);
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 20px;
}
.social-links a:hover, .footer-social-links a:hover { background: var(--gold); color: #111; transform: translateY(-2px); }

.site-footer {
  border-top: 1px solid rgba(241,166,32,.22);
  background: #0a0d0e;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.55fr 1.3fr .85fr 1fr .9fr .7fr;
  gap: 18px;
  padding: 18px 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand-col, .footer-contact-col, .footer-nav-col, .footer-social-col { min-width: 0; }
.footer-contact-col, .footer-nav-col, .footer-social-col { border-left: 1px solid rgba(241,166,32,.19); padding-left: 18px; }
.footer-logo { width: 220px; max-width: 100%; height: auto; display: block; }
.footer-contact-col { display: grid; align-content: center; gap: 8px; }
.footer-contact-col a { color: #d0d2d2; font-size: 11px; }
.footer-contact-col i { color: var(--gold); font-size: 15px; margin-right: 7px; }
.footer-nav-col h3, .footer-social-col h3 { color: var(--gold); font-size: 11px; font-weight: 700; margin: 0 0 7px; }
.footer-nav-col { display: flex; flex-direction: column; gap: 3px; }
.footer-nav-col a { color: #b7babb; font-size: 10px; }
.footer-nav-col a:hover, .footer-contact-col a:hover { color: var(--gold); }
.footer-social-links { gap: 15px; }
.footer-social-links a { width: 34px; height: 34px; font-size: 17px; border-radius: 50%; }
.footer-bottom {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: #8e9293;
  font-size: 10px;
}
.footer-bottom > div { display: flex; gap: 34px; }
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 991.98px) {
  .header-inner { min-height: 68px; }
  .navbar-collapse { padding: 10px 0 20px; }
  .navbar .nav-link { padding: 10px 4px !important; }
  .navbar .nav-link.active::after { left: 4px; right: auto; width: 40px; bottom: 2px; }
  .header-order { margin-top: 10px; }
  .hero-section { padding-top: 35px; }
  .hero-image-wrap { max-width: 760px; margin: 0 auto; }
  .hero-benefits { max-width: 560px; }
  .quick-image { width: 145px; flex-basis: 145px; }
  .footer-main { grid-template-columns: repeat(3, 1fr); }
  .footer-contact-col, .footer-nav-col, .footer-social-col { border-left: 0; padding-left: 0; }
}

@media (max-width: 767.98px) {
  body { font-size: 13px; }
  .container-xl { padding-left: 17px; padding-right: 17px; }
  .brand-logo { width: 184px; }
  .hero-section h1 { font-size: 39px; }
  .hero-copy { font-size: 14px; }
  .hero-benefits { grid-template-columns: 1fr; gap: 12px; }
  .benefit-item i { font-size: 31px; }
  .contact-panel { padding: 17px 14px; }
  .quick-image { width: 110px; flex-basis: 110px; }
  .map-info { align-items: flex-start; flex-direction: column; }
  .map-btn { width: 100%; }
  .social-strip { border-radius: 15px 15px 0 0; align-items: flex-start; gap: 18px; }
  .social-copy { flex-direction: column; align-items: flex-start; gap: 4px; }
  .social-links { gap: 10px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-logo { width: 205px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 15px 0; }
  .footer-bottom > div { gap: 18px; flex-wrap: wrap; }
}

@media (max-width: 479.98px) {
  .hero-section h1 { font-size: 35px; }
  .hero-image { min-height: 190px; object-fit: cover; object-position: center; }
  .contact-item { gap: 13px; padding-left: 13px; }
  .quick-card { min-height: 135px; }
  .quick-image { width: 92px; flex-basis: 92px; }
  .quick-content { padding-left: 10px; }
  .social-strip { flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-col { grid-column: auto; }
}
