* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background:#eef3f9;
  color:#0f172a;
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 88px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 999;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(15px);
  border-bottom:1px solid #dbe3ee;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.logo {
  width: clamp(190px, 18vw, 246px);
  height: 78px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.nav {
  display: flex;
  gap: 32px;
}

.nav a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.nav a:hover {
  color: #d9a441;
}

.header-btn {
  background: linear-gradient(135deg, #f7ca73, #b77a1b);
  color: #06101f;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 900;
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 7% 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:linear-gradient(
      135deg,
      #f8fafc,
      #eef4fb,
      #e8f1fb
    );
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,7,17,0.98), rgba(3,7,17,0.72), rgba(3,7,17,0.25)),
    linear-gradient(180deg, rgba(3,7,17,0.2), #030711);
}

.gold-light {
  position: absolute;
  width: 650px;
  height: 650px;
  left: -200px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(217,164,65,0.45), transparent 65%);
  filter: blur(25px);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 880px;
  animation: fadeUp 1s ease forwards;
}

.badge {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 50px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(217,164,65,0.55);
  color: #f1c66d;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.hero h1 {
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: -5px;
  margin-bottom: 32px;
  color:#0f172a;
}

.hero p {
  max-width: 760px;
  color:#475569;
  font-size: 21px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn {
  min-height: 58px;
  padding: 0 34px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 950;
  transition: 0.35s;
}

.primary {
  background: linear-gradient(135deg, #f7ca73, #b77a1b);
  color: #06101f;
  box-shadow: 0 20px 60px rgba(217,164,65,0.35);
}

.outline {
  border: 1px solid rgba(255,255,255,0.35);
  color: white;
  background: rgba(255,255,255,0.08);
}

.whatsapp {
  background: #25d366;
  color: white;
}

.btn:hover {
  transform: translateY(-6px);
}

.hero-info {
  position: absolute;
  right: 7%;
  bottom: 55px;
  z-index: 4;
  width: min(650px, 86%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(18px);
}

.hero-info div {
  padding: 26px;
  border-right: 1px solid rgba(255,255,255,0.13);
}

.hero-info strong {
  display: block;
  color: #f7ca73;
  font-size: 28px;
}

.hero-info span {
  color: #e0e0e0;
  font-size: 14px;
}

 


.section-title {
  max-width: 900px;
  margin-bottom: 65px;
}

.section-title span,
.corporate-box span,
.contact-content span {
  color: #d9a441;
  font-weight: 950;
  letter-spacing: 3px;
  font-size: 13px;
}

.section-title h2,
.corporate-box h2,
.contact h2 {
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.08;
  margin-top: 16px;
}






/* ===============================
   PREMIUM SERVICES SECTION
================================ */
.services {
  padding: 140px 7%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
  align-items: start;
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(217,164,65,0.18), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(30,76,150,0.22), transparent 32%),
    linear-gradient(135deg, #030711 0%, #071326 55%, #030711 100%);
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.35;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.services-left,
.services-right {
  position: relative;
  z-index: 2;
}

.services-left {
  position: sticky;
  top: 125px;
}

.services-left span {
  display: inline-block;
  color: #f7ca73;
  font-weight: 950;
  letter-spacing: 3px;
  font-size: 13px;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid rgba(247,202,115,0.45);
  background: rgba(255,255,255,0.06);
}

.services-left h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -2px;
  margin: 24px 0 26px;
}

.services-left p {
  color: #d2d7e3;
  font-size: 19px;
  line-height: 1.85;
  margin-bottom: 36px;
  max-width: 560px;
}

.services-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-line {
  display: grid;
  grid-template-columns: 92px 1fr 52px;
  gap: 28px;
  align-items: center;
  padding: 32px 34px;
  min-height: 150px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

.service-line::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(217,164,65,0.30), transparent 70%);
  opacity: 0;
  transition: 0.4s;
}

.service-line::after {
  content: "›";
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7ca73;
  font-size: 42px;
  background: rgba(247,202,115,0.09);
  border: 1px solid rgba(247,202,115,0.28);
  position: relative;
  z-index: 2;
}

.service-line:hover {
  transform: translateX(-14px) scale(1.01);
  border-color: rgba(247,202,115,0.75);
  box-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.service-line:hover::before {
  opacity: 1;
}

.service-line strong {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f7ca73, #a86d16);
  color: #06101f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(217,164,65,0.25);
  position: relative;
  z-index: 2;
}

.service-line div {
  position: relative;
  z-index: 2;
}

.service-line h3 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.service-line p {
  color: #cbd2df;
  font-size: 17px;
  line-height: 1.7;
}

@media(max-width: 1000px) {
  .services {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .services-left {
    position: static;
  }
}

@media(max-width: 700px) {
  .services {
    padding: 95px 5%;
  }

  .service-line {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .service-line::after {
    display: none;
  }
}
.fleet {
  padding: 120px 7%;
  background: #030711;
}

.fleet-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 24px;
}

.fleet-card {
  min-height: 360px;
  border-radius: 38px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(3,7,17,0.1), rgba(3,7,17,0.95)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.15);
  transition: 0.35s;
}

.fleet-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(3,7,17,0.15), rgba(3,7,17,0.96)),
    url("https://images.unsplash.com/photo-1552519507-da3b142c6e3d?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.fleet-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(3,7,17,0.15), rgba(3,7,17,0.96)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.fleet-card:hover {
  transform: scale(1.03);
}

.fleet-card h3 {
  font-size: 32px;
  margin-bottom: 14px;
}

.fleet-card p {
  color: #d8dce6;
  line-height: 1.7;
}

.corporate {
  padding: 130px 7%;
  background:
    radial-gradient(circle at center, rgba(217,164,65,0.18), transparent 35%),
    linear-gradient(135deg, #050b19, #02040b);
}

.corporate-box {
  max-width: 1100px;
  padding: 65px;
  border-radius: 42px;
  background: rgba(255,255,255,0.085);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
}

.corporate-box p {
  max-width: 850px;
  margin-top: 24px;
  color: #d5dae5;
  font-size: 20px;
  line-height: 1.8;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 45px;
}

.stats div {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
}

.stats strong {
  display: block;
  color: #f7ca73;
  font-size: 32px;
}

.stats span {
  color: #d8d8d8;
}

.contact {
  padding: 120px 7%;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(217,164,65,0.2), transparent 40%),
    #060c1a;
}

.contact-content {
  max-width: 900px;
  margin: auto;
}

.contact p {
  color: #d2d7e2;
  font-size: 19px;
  line-height: 1.7;
  margin: 24px 0 38px;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer {
  background: #01040a;
  padding: 70px 7% 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 45px;
}

.footer h3 {
  font-size: 30px;
  color: white;
}

.footer h4 {
  color: #f7ca73;
  margin-bottom: 18px;
}

.footer p,
.footer a {
  display: block;
  color: #b8bfcc;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer a:hover {
  color: #f7ca73;
}

.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  color: #8d95a3;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fleet-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 800px) {
  .header {
    height: 78px;
    padding: 0 5%;
  }

  .logo {
    width: clamp(126px, 52vw, 180px);
    height: 62px;
  }

  .nav,
  .header-btn {
    display: none;
  }

  .nav.active {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 14px 5% 18px;
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid #dbe3ee;
    box-shadow: 0 18px 35px rgba(15,23,42,0.12);
  }

  .nav.active a {
    padding: 14px 0;
    color: #0f172a;
    border-bottom: 1px solid rgba(148,163,184,0.22);
  }

  .nav.active a:last-child {
    border-bottom: 0;
  }

  .menu-btn {
    display: block;
  }

  .hero {
    padding: 120px 5% 60px;
    align-items: flex-start;
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-info {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 50px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-grid,
  .stats,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .corporate-box {
    padding: 35px;
  }
}

/* admin */

.admin-body {
  background:
    radial-gradient(circle at top left, rgba(217,164,65,0.16), transparent 35%),
    linear-gradient(135deg, #030711, #071326);
  min-height: 100vh;
}

.admin-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  min-height: 100vh;
}

.sidebar {
  padding: 32px;
  background: rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
}

.admin-logo {
  font-size: 30px;
  font-weight: 950;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.admin-logo span {
  display: block;
  color: #f7ca73;
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: 4px;
}

.admin-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-menu a {
  color: #cfd4df;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 18px;
  transition: 0.3s;
}

.admin-menu a:hover,
.admin-menu a.active {
  background: linear-gradient(135deg, #f7ca73, #b77a1b);
  color: #06101f;
  font-weight: 900;
}

.admin-main {
  padding: 38px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.admin-header h1 {
  font-size: 42px;
}

.admin-header p {
  color: #cfd4df;
  margin-top: 8px;
}

.admin-btn,
.card-head button,
.quick-actions button {
  border: none;
  cursor: pointer;
  border-radius: 18px;
  font-weight: 900;
  transition: 0.3s;
}

.admin-btn {
  padding: 15px 26px;
  background: linear-gradient(135deg, #f7ca73, #b77a1b);
  color: #06101f;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.stat-card,
.admin-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.22);
}

.stat-card span {
  color: #cfd4df;
}

.stat-card strong {
  display: block;
  margin-top: 18px;
  font-size: 34px;
  color: #f7ca73;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
}

.admin-card.large {
  grid-row: span 2;
}

.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.card-head button {
  padding: 11px 18px;
  background: rgba(247,202,115,0.14);
  color: #f7ca73;
  border: 1px solid rgba(247,202,115,0.35);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 18px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

th {
  color: #f7ca73;
}

td {
  color: #d8dde8;
}

.status {
  padding: 7px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 900;
}

.status.new {
  background: rgba(37,211,102,0.15);
  color: #25d366;
}

.status.pending {
  background: rgba(247,202,115,0.15);
  color: #f7ca73;
}

.status.done {
  background: rgba(90,140,255,0.15);
  color: #7fa5ff;
}

.quick-actions {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.quick-actions button {
  padding: 16px;
  background: rgba(255,255,255,0.08);
  color: white;
  border: 1px solid rgba(255,255,255,0.12);
}

.quick-actions button:hover {
  background: #f7ca73;
  color: #06101f;
}

.admin-text {
  color: #cfd4df;
  line-height: 1.8;
  margin-top: 16px;
}

@media(max-width: 1000px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .admin-stats,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.admin-page {
  display: none;
}

.admin-page.active {
  display: block;
}

.edit-list {
  display: grid;
  gap: 18px;
}

.edit-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

.edit-item h3 {
  margin-bottom: 8px;
}

.edit-item p {
  color: #cfd4df;
}

.edit-item button,
.settings-form button {
  border: none;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 16px;
  background: rgba(247,202,115,0.15);
  color: #f7ca73;
  font-weight: 900;
}

.settings-form {
  display: grid;
  gap: 14px;
  margin-top: 25px;
  max-width: 700px;
}

.settings-form label {
  color: #f7ca73;
  font-weight: 900;
}

.settings-form input,
.settings-form textarea {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  color: white;
  outline: none;
}

.settings-form textarea {
  min-height: 110px;
  resize: vertical;
}

.form-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
}

.form-section-head label {
  margin: 0;
}

.form-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.form-section-head button,
.dynamic-row button {
  border: none;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 14px;
  background: rgba(183,122,27,0.1);
  color: #9a6415;
  font-weight: 900;
  border: 1px solid rgba(183,122,27,0.22);
}

.dynamic-list {
  display: grid;
  gap: 12px;
}

.dynamic-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.offer-form {
  max-width: 760px;
  margin: 40px auto 0;
  display: grid;
  gap: 16px;
}

.offer-form input,
.offer-form select,
.offer-form textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: white;
  outline: none;
  font-size: 16px;
}

.offer-form input::placeholder,
.offer-form textarea::placeholder {
  color: #b9c0ce;
}

.offer-form select {
  color: #b9c0ce;
}

.offer-form select option {
  color: #111;
}

.offer-form textarea {
  min-height: 130px;
  resize: vertical;
}

.offer-form button {
  border: none;
  cursor: pointer;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal.active {
  display: flex;
}

.modal-box {
  width: min(600px, 92%);
  padding: 35px;
  border-radius: 28px;
  background: #071326;
  border: 1px solid rgba(255,255,255,0.14);
  position: relative;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 18px;
  border: none;
  background: none;
  color: white;
  font-size: 34px;
  cursor: pointer;
}

.detail-row {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.detail-row span {
  color: #f7ca73;
  font-weight: 900;
  display: block;
  margin-bottom: 6px;
}

.detail-row p {
  color: #d8dde8;
}

.detail-btn {
  border: none;
  padding: 9px 14px;
  border-radius: 12px;
  background: rgba(247,202,115,0.15);
  color: #f7ca73;
  font-weight: 900;
  cursor: pointer;
  margin-right: 6px;
}

.detail-btn:hover {
  background: #f7ca73;
  color: #06101f;
}

.item-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.item-actions button {
  border: none;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 16px;
  background: rgba(247,202,115,0.15);
  color: #f7ca73;
  font-weight: 900;
}

.item-actions button:hover {
  background: #f7ca73;
  color: #06101f;
}

.login-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(247,202,115,0.18), transparent 35%),
    linear-gradient(135deg, #030711, #071326);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  width: min(460px, 92%);
  padding: 45px;
  border-radius: 34px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.35);
}

.login-box h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.login-box p {
  color: #cfd4df;
  margin-bottom: 28px;
}

.login-box form {
  display: grid;
  gap: 16px;
}

.login-box input {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: white;
  outline: none;
}

.login-box input::placeholder {
  color: #b8bfcc;
}

.top-actions{
  display:flex;
  gap:15px;
  align-items:center;
}

.site-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:18px;
  background:linear-gradient(135deg, #f7ca73, #b77a1b);
  color:#06101f;
  text-decoration:none;
  font-weight:950;
  box-shadow:0 18px 42px rgba(183,122,27,0.24);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.site-btn:hover{
  transform:translateY(-2px);
  filter:saturate(1.05);
  box-shadow:0 22px 54px rgba(183,122,27,0.34);
}

.site-btn:active{
  transform:translateY(0);
}

.logout-btn{
  border:none;
  cursor:pointer;
  padding:16px 28px;
  border-radius:18px;
  background:#ff4d4d;
  color:white;
  font-weight:700;
}

.logout-btn:hover{
  background:#e53838;
}

.recent-offers{
  margin-top:30px;
}

.recent-item{
  display:flex;
  justify-content:space-between;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.recent-item strong{
  color:white;
}

.recent-item span{
  color:#f7ca73;
}

.fleet-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

.fleet-grid::-webkit-scrollbar {
  height: 10px;
}

.fleet-grid::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
}

.fleet-grid::-webkit-scrollbar-thumb {
  background: #d9a441;
  border-radius: 20px;
}

.fleet-card {
  min-width: 390px;
  max-width: 390px;
  height: 430px;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  scroll-snap-align: start;
  position: relative;
}

.fleet-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.fleet-card-content {
  padding: 26px;
}

.fleet-card-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.fleet-card-content p {
  color: #cfd4df;
  line-height: 1.6;
}

.fleet-admin-info {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fleet-admin-info img {
  width: 120px;
  height: 75px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.15);
}

@media(max-width: 700px) {
  .fleet-card {
    min-width: 300px;
    max-width: 300px;
  }
}

/* light mode */
body,
.admin-body,
.login-body {
  background: #f4f7fb;
  color: #0f172a;
}

.header {
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid #dbe3ee;
  box-shadow: 0 10px 35px rgba(15,23,42,0.06);
}

.nav a,
.menu-btn {
  color: #475569;
}

.nav a:hover {
  color: #b77a1b;
}

.hero,
.services,
.fleet,
.corporate,
.contact,
.footer {
  background:
    radial-gradient(circle at 14% 18%, rgba(247,202,115,0.22), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f7fb 52%, #eaf1f8 100%);
  color: #0f172a;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82), rgba(255,255,255,0.58)),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(244,247,251,0.88));
}

.hero-video {
  opacity: 0.28;
}

.gold-light {
  opacity: 0.45;
}

.badge,
.services-left span {
  background: rgba(255,255,255,0.72);
  color: #b77a1b;
  border-color: rgba(183,122,27,0.34);
}

.hero h1,
.section-title h2,
.corporate-box h2,
.contact h2,
.services-left h2,
.service-line h3,
.fleet-card h3,
.footer h3,
.admin-header h1,
.admin-card h2,
.edit-item h3,
.login-box h1 {
  color: #0f172a;
}

.hero p,
.services-left p,
.service-line p,
.fleet-card p,
.fleet-card-content p,
.corporate-box p,
.contact p,
.footer p,
.footer a,
.admin-header p,
.admin-text,
.edit-item p,
.login-box p,
.stat-card span,
td {
  color: #475569;
}

.outline {
  border-color: #cbd5e1;
  color: #0f172a;
  background: rgba(255,255,255,0.72);
}

.hero-info,
.service-line,
.corporate-box,
.stats div,
.stat-card,
.admin-card,
.edit-item,
.login-box,
.modal-box,
.fleet-card {
  background: rgba(255,255,255,0.84);
  border-color: #dbe3ee;
  box-shadow: 0 24px 70px rgba(15,23,42,0.09);
}

.hero-info div,
th,
td,
.detail-row,
.recent-item,
.footer-bottom,
.footer {
  border-color: #dbe3ee;
}

.hero-info span,
.stats span,
.footer-bottom {
  color: #64748b;
}

.services::before {
  background-image:
    linear-gradient(rgba(15,23,42,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,0.05) 1px, transparent 1px);
  opacity: 0.5;
}

.service-line:hover {
  box-shadow: 0 28px 80px rgba(15,23,42,0.14);
}

.footer h4,
.section-title span,
.corporate-box span,
.contact-content span,
.hero-info strong,
.stats strong,
th,
.detail-row span,
.recent-item span,
.settings-form label {
  color: #b77a1b;
}

.sidebar {
  background: rgba(255,255,255,0.82);
  border-right-color: #dbe3ee;
}

.admin-menu a {
  color: #475569;
}

.card-head button,
.quick-actions button,
.edit-item button,
.settings-form button,
.detail-btn,
.item-actions button {
  background: rgba(183,122,27,0.1);
  color: #9a6415;
  border: 1px solid rgba(183,122,27,0.22);
}

.quick-actions button:hover,
.edit-item button:hover,
.detail-btn:hover,
.item-actions button:hover {
  background: #f7ca73;
  color: #06101f;
}

.settings-form input,
.settings-form textarea,
.offer-form input,
.offer-form select,
.offer-form textarea,
.login-box input {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
}

.offer-form input::placeholder,
.offer-form textarea::placeholder,
.login-box input::placeholder {
  color: #94a3b8;
}

.offer-form select {
  color: #475569;
}

.modal {
  background: rgba(15,23,42,0.38);
}

.modal-close,
.recent-item strong {
  color: #0f172a;
}

.detail-row p {
  color: #475569;
}

.fleet-grid::-webkit-scrollbar-track {
  background: #e2e8f0;
}

.fleet .fleet-card,
.fleet .fleet-card:nth-child(2),
.fleet .fleet-card:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 38px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 24px 70px rgba(15,23,42,0.09);
}

.fleet .fleet-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  flex: 0 0 auto;
}

.fleet .fleet-card-content {
  padding: 26px 0 0;
}

.fleet .fleet-card-content h3 {
  color: #0f172a;
}

.fleet .fleet-card-content p {
  color: #475569;
}

.corporate {
  padding: 110px 7%;
  background:
    radial-gradient(circle at 8% 10%, rgba(247,202,115,0.18), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 55%, #eaf1f8 100%);
}

.corporate .corporate-box {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 56px;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.corporate-content {
  padding: 54px;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  border: 1px solid #dbe3ee;
  box-shadow: 0 28px 80px rgba(15,23,42,0.08);
}

.corporate-content span {
  display: inline-flex;
  margin-bottom: 18px;
}

.corporate-content h2 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
}

.corporate-content p {
  max-width: 780px;
  margin-top: 26px;
  color: #475569;
  font-size: 20px;
  line-height: 1.75;
}

.corporate .stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.corporate .stats div {
  min-height: 128px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 18px 45px rgba(15,23,42,0.06);
}

.corporate .stats strong {
  color: #b77a1b;
  font-size: 34px;
  line-height: 1;
}

.corporate .stats span {
  display: block;
  margin-top: 12px;
  color: #334155;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 1.6px;
}

.corporate-visual {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 28px 80px rgba(15,23,42,0.12);
}

.corporate-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.corporate-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15,23,42,0.72));
}

.corporate-checks {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.corporate-checks span {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.9);
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  box-shadow: 0 12px 35px rgba(15,23,42,0.18);
}

@media(max-width: 1050px) {
  .corporate .corporate-box {
    grid-template-columns: 1fr;
  }

  .corporate-visual,
  .corporate-visual img {
    min-height: 380px;
  }
}

@media(max-width: 700px) {
  .corporate {
    padding: 80px 5%;
  }

  .corporate-content {
    padding: 30px;
  }

  .corporate .stats {
    grid-template-columns: 1fr;
  }
}

.contact {
  padding: 110px 7%;
  text-align: left;
  background:
    radial-gradient(circle at 12% 15%, rgba(247,202,115,0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 52%, #eaf1f8 100%);
}

.contact .contact-content {
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.contact-copy span {
  display: inline-flex;
  margin-bottom: 18px;
}

.contact-copy h2 {
  max-width: 620px;
  color: #0f172a;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -1px;
  margin: 0;
}

.contact-copy p {
  max-width: 570px;
  color: #475569;
  font-size: 19px;
  line-height: 1.75;
  margin: 24px 0 0;
}

.contact-highlights {
  display: grid;
  gap: 14px;
  margin: 34px 0;
  max-width: 520px;
}

.contact-phone-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 24px;
  max-width: 760px;
}

.contact-phone-list a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 8px 14px 8px 10px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(217,164,65,0.10), transparent 32%),
    rgba(255,255,255,0.92);
  border: 1px solid #dbe3ee;
  color: #0f172a;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(15,23,42,0.06);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contact-phone-list a::before {
  content: "";
  position: absolute;
  inset: 8px auto 8px 0;
  width: 3px;
  border-radius: 999px;
  background: #d9a441;
}

.contact-phone-list a strong {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
  padding-top: 1px;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-phone-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  flex: 0 0 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.55), rgba(255,255,255,0.16)),
    linear-gradient(135deg, #f8c76c, #c98318);
  color: #ffffff;
  position: relative;
  transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.38),
    0 8px 18px rgba(185, 121, 24, 0.24);
  overflow: hidden;
}

.contact-phone-icon::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.26);
  pointer-events: none;
}

.contact-phone-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: currentColor;
  position: relative;
  z-index: 1;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v2.1a2.1 2.1 0 0 1-2.29 2.09 20.8 20.8 0 0 1-9.06-3.22 20.5 20.5 0 0 1-6.31-6.31A20.8 20.8 0 0 1 1.12 2.5 2.1 2.1 0 0 1 3.2.22h2.1a2.1 2.1 0 0 1 2.1 1.8c.13 1.01.36 2 .7 2.94a2.1 2.1 0 0 1-.47 2.22L6.75 8.06a16.8 16.8 0 0 0 7.19 7.19l.88-.88a2.1 2.1 0 0 1 2.22-.47c.94.34 1.93.57 2.94.7A2.1 2.1 0 0 1 22 16.92Z' transform='translate(.4 .4) scale(.96)'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v2.1a2.1 2.1 0 0 1-2.29 2.09 20.8 20.8 0 0 1-9.06-3.22 20.5 20.5 0 0 1-6.31-6.31A20.8 20.8 0 0 1 1.12 2.5 2.1 2.1 0 0 1 3.2.22h2.1a2.1 2.1 0 0 1 2.1 1.8c.13 1.01.36 2 .7 2.94a2.1 2.1 0 0 1-.47 2.22L6.75 8.06a16.8 16.8 0 0 0 7.19 7.19l.88-.88a2.1 2.1 0 0 1 2.22-.47c.94.34 1.93.57 2.94.7A2.1 2.1 0 0 1 22 16.92Z' transform='translate(.4 .4) scale(.96)'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-phone {
  border-color: rgba(37,211,102,0.28);
  background:
    linear-gradient(90deg, rgba(37,211,102,0.13), transparent 32%),
    rgba(255,255,255,0.94);
}

.whatsapp-phone::before {
  background: #22c55e;
}

.email-phone {
  border-color: rgba(24, 98, 171, 0.22);
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.12), transparent 32%),
    rgba(255,255,255,0.94);
}

.email-phone::before {
  background: #2563eb;
}

.whatsapp-phone .contact-phone-icon {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0.14)),
    linear-gradient(135deg, #2fe178, #109f4b);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 8px 18px rgba(18, 168, 82, 0.24);
}

.whatsapp-phone .contact-phone-icon::before {
  width: 17px;
  height: 17px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 11.8a8.5 8.5 0 0 1-12.4 7.55L3.5 20.5l1.2-4.45A8.5 8.5 0 1 1 20.5 11.8Z'/%3E%3Cpath d='M8.4 8.2c.42 3.65 2.45 5.68 6.1 6.1l1.08-1.08 2 .46c.27.06.46.3.46.58v1.13c0 .34-.28.61-.62.6A9.62 9.62 0 0 1 6.72 5.3c-.02-.34.26-.62.6-.62h1.13c.28 0 .52.19.58.46l.46 2L8.4 8.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 11.8a8.5 8.5 0 0 1-12.4 7.55L3.5 20.5l1.2-4.45A8.5 8.5 0 1 1 20.5 11.8Z'/%3E%3Cpath d='M8.4 8.2c.42 3.65 2.45 5.68 6.1 6.1l1.08-1.08 2 .46c.27.06.46.3.46.58v1.13c0 .34-.28.61-.62.6A9.62 9.62 0 0 1 6.72 5.3c-.02-.34.26-.62.6-.62h1.13c.28 0 .52.19.58.46l.46 2L8.4 8.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.email-phone strong {
  white-space: nowrap;
  line-height: 1.2;
}

.email-phone .contact-phone-icon {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0.14)),
    linear-gradient(135deg, #6bb7ff, #1d63d8);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 8px 18px rgba(35, 99, 216, 0.24);
}

.email-phone .contact-phone-icon::before {
  width: 17px;
  height: 17px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3Cpath d='m4.5 18 5.2-5'/%3E%3Cpath d='m19.5 18-5.2-5'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3Cpath d='m4.5 18 5.2-5'/%3E%3Cpath d='m19.5 18-5.2-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.contact-phone-list a:hover {
  transform: translateY(-1px);
  border-color: rgba(217,164,65,0.55);
  box-shadow: 0 14px 34px rgba(15,23,42,0.10);
}

.contact-highlights div {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid #dbe3ee;
  box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}

.contact-highlights strong,
.contact-highlights small {
  display: block;
}

.contact-highlights strong {
  color: #0f172a;
  font-size: 18px;
}

.contact-highlights small {
  color: #64748b;
  margin-top: 5px;
  font-size: 14px;
}

.contact-call {
  width: fit-content;
}

.contact .offer-form {
  max-width: none;
  margin: 0;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.88);
  border: 1px solid #dbe3ee;
  box-shadow: 0 28px 80px rgba(15,23,42,0.1);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact .offer-form input,
.contact .offer-form select,
.contact .offer-form textarea {
  min-height: 62px;
  border-radius: 18px;
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.contact .offer-form textarea {
  min-height: 150px;
}

.contact .offer-form input:focus,
.contact .offer-form select:focus,
.contact .offer-form textarea:focus {
  border-color: #d9a441;
  box-shadow: 0 0 0 4px rgba(217,164,65,0.16);
}

.contact .offer-form button {
  width: 100%;
  min-height: 64px;
}

.contact-map {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
  min-height: 360px;
  margin-top: 8px;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,0.88);
  border: 1px solid #dbe3ee;
  box-shadow: 0 28px 80px rgba(15,23,42,0.1);
}

.contact-map-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
}

.contact-map-list .contact-map {
  margin-top: 0;
}

.legacy-map {
  display: none;
}

.map-info {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(247,202,115,0.2), transparent 34%),
    #ffffff;
}

.map-info span {
  color: #b77a1b;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.map-info h3 {
  color: #0f172a;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.map-info p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.map-open-link {
  width: fit-content;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8cc66, #c7831f);
  color: #071120;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(199,131,31,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.map-open-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(199,131,31,0.25);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.95) contrast(1.02);
}

.contact-map-secondary {
  margin-top: 18px;
}

.contact-map-secondary .map-info {
  background:
    radial-gradient(circle at 20% 20%, rgba(37,211,102,0.13), transparent 34%),
    #ffffff;
}

.contact-buttons {
  display: none;
}

.floating-whatsapp {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9998;
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(37,211,102,0.34);
  transition: 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
  background: #1ebe5d;
}

@media(max-width: 1000px) {
  .contact .contact-content {
    grid-template-columns: 1fr;
  }

  .contact-copy h2,
  .contact-copy p {
    max-width: none;
  }
}

@media(max-width: 700px) {
  .contact {
    padding: 80px 5%;
  }

  .contact .offer-form {
    padding: 22px;
  }

  .contact-map {
    grid-template-columns: 1fr;
  }

  .map-info {
    padding: 26px;
  }

  .contact-phone-list {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    min-height: 300px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    left: 16px;
    bottom: 16px;
    min-height: 52px;
    padding: 0 18px;
    font-size: 14px;
  }
}

.services {
  padding: 110px 7%;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 42px;
  align-items: stretch;
  background:
    radial-gradient(circle at 10% 14%, rgba(247,202,115,0.2), transparent 26%),
    linear-gradient(rgba(15,23,42,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,0.045) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 55%, #eaf1f8 100%);
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.services::before {
  display: none;
}

.services-left {
  position: relative;
  top: auto;
  align-self: start;
  min-height: 520px;
  padding: 46px;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  border: 1px solid #dbe3ee;
  box-shadow: 0 28px 80px rgba(15,23,42,0.08);
  overflow: hidden;
}

.services-left::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,164,65,0.22), transparent 68%);
}

.services-left span {
  position: relative;
  z-index: 2;
  background: #fff8eb;
  color: #a86612;
  border-color: #f1d49e;
}

.services-left h2 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  letter-spacing: -1px;
  margin: 28px 0 24px;
}

.services-left p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

.services-left .btn {
  position: relative;
  z-index: 2;
}

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

.service-line {
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 220px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #dbe3ee;
  box-shadow: 0 22px 55px rgba(15,23,42,0.08);
}

.service-line::before {
  right: -120px;
  top: auto;
  bottom: -120px;
  opacity: 1;
  background: radial-gradient(circle, rgba(217,164,65,0.14), transparent 70%);
}

.service-line::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #c98a25;
  background: #fff8eb;
  border-color: #f1d49e;
  font-size: 34px;
}

.service-line:hover {
  transform: translateY(-6px);
  border-color: #e5bd6b;
  box-shadow: 0 30px 75px rgba(15,23,42,0.12);
}

.service-line strong {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  font-size: 22px;
  box-shadow: 0 18px 38px rgba(217,164,65,0.24);
}

.service-line h3 {
  max-width: calc(100% - 42px);
  color: #0f172a;
  font-size: 26px;
  line-height: 1.16;
  margin-bottom: 12px;
}

.service-line p {
  max-width: 420px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

@media(max-width: 1180px) {
  .services {
    grid-template-columns: 1fr;
  }

  .services-left {
    min-height: auto;
  }
}

@media(max-width: 760px) {
  .services {
    padding: 80px 5%;
  }

  .services-left {
    padding: 30px;
  }

  .services-right {
    grid-template-columns: 1fr;
  }

  .service-line {
    min-height: 190px;
    padding: 24px;
  }
}

.services {
  display: block;
  padding: 86px 7%;
}

.services-left {
  min-height: 0;
  max-width: 1320px;
  margin: 0 auto 30px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
}

.services-left::after {
  right: -180px;
  bottom: -190px;
}

.services-left span {
  width: fit-content;
}

.services-left h2 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 58px);
  margin: 22px 0 0;
}

.services-left p {
  max-width: 520px;
  margin: 0 0 4px;
  font-size: 17px;
}

.services-left .btn {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.services-right {
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-line {
  min-height: 190px;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
}

.service-line strong {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  font-size: 19px;
}

.service-line h3 {
  max-width: calc(100% - 32px);
  font-size: 23px;
  overflow-wrap: anywhere;
}

.service-line p {
  font-size: 15px;
  overflow-wrap: anywhere;
}

.service-line::after {
  width: 38px;
  height: 38px;
  right: 18px;
  bottom: 18px;
  border-radius: 12px;
  font-size: 28px;
}

@media(max-width: 1180px) {
  .services-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 900px) {
  .services-left {
    grid-template-columns: 1fr;
  }

  .services-left .btn {
    grid-column: auto;
    grid-row: auto;
    width: fit-content;
  }
}

@media(max-width: 700px) {
  .services {
    padding: 64px 5%;
  }

  .services-left {
    padding: 28px;
  }

  .services-right {
    grid-template-columns: 1fr;
  }
}

.services {
  background:
    radial-gradient(circle at 18% 8%, rgba(217,164,65,0.18), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(37,99,235,0.10), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #eef4fb 100%);
}

.services-left {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,250,252,0.84));
  border: 1px solid #dbe3ee;
  box-shadow: 0 18px 55px rgba(15,23,42,0.07);
}

.services-left::after {
  background: linear-gradient(135deg, rgba(217,164,65,0.16), rgba(37,99,235,0.10));
  filter: blur(10px);
}

.services-right {
  align-items: stretch;
}

.service-line {
  display: flex;
  flex-direction: column;
  min-height: 235px;
  padding: 26px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dbe3ee;
  box-shadow: 0 18px 45px rgba(15,23,42,0.08);
}

.service-line::before {
  inset: 0;
  width: auto;
  height: 6px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #f7ca73, #b77a1b);
  opacity: 1;
}

.service-line::after {
  top: 24px;
  right: 24px;
  bottom: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #b77a1b;
  background: #fff8eb;
}

.service-line strong {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: none;
}

.service-line div {
  padding-right: 44px;
}

.service-line h3 {
  max-width: 100%;
  font-size: 24px;
  margin-bottom: 10px;
}

.service-line p {
  max-width: 100%;
  color: #526174;
}

.service-line:hover {
  transform: translateY(-8px);
  border-color: #d9a441;
  box-shadow: 0 28px 70px rgba(15,23,42,0.13);
}

.footer {
  padding: 38px 7% 72px;
  background:
    radial-gradient(circle at 9% 12%, rgba(247,202,115,0.2), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 52%, #eaf1f8 100%);
  border-top: 1px solid #dbe3ee;
}

.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 28px;
  align-items: stretch;
  border-radius: 30px;
  background: rgba(255,255,255,0.84);
  border: 1px solid #dbe3ee;
  box-shadow: 0 24px 70px rgba(15,23,42,0.08);
}

.footer-brand,
.footer-col {
  height: 250px;
  min-height: 0;
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-logo {
  width: min(320px, 100%);
  height: 104px;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 16px;
}

.footer h3 {
  color: #0f172a;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.footer h4 {
  color: #b77a1b;
  margin-bottom: 12px;
  font-size: 18px;
}

.footer p,
.footer a {
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.footer a {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.25s ease;
}

.footer a:hover {
  color: #b77a1b;
  transform: translateX(4px);
}

.footer-contact p {
  margin-bottom: 8px;
}

.footer-contact {
  gap: 4px;
}

.footer-service-list,
.footer-phone-list {
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
}

.footer-service-list {
  max-height: 160px;
}

.footer-phone-list {
  max-height: 118px;
  margin-bottom: 8px;
}

.footer-phone-list p,
.footer-contact > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-contact > p:last-child {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer-service-list::-webkit-scrollbar,
.footer-phone-list::-webkit-scrollbar {
  width: 6px;
}

.footer-service-list::-webkit-scrollbar-track,
.footer-phone-list::-webkit-scrollbar-track {
  background: #eef2f7;
  border-radius: 999px;
}

.footer-service-list::-webkit-scrollbar-thumb,
.footer-phone-list::-webkit-scrollbar-thumb {
  background: #d9a441;
  border-radius: 999px;
}

.footer-bottom {
  max-width: 1320px;
  margin: 14px auto 0;
  padding: 14px 24px 0;
  border-top: 1px solid #dbe3ee;
  color: #64748b;
  text-align: center;
}

@media(max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-col {
    height: auto;
    min-height: 180px;
  }

  .footer-service-list,
  .footer-phone-list {
    max-height: 220px;
  }
}

@media(max-width: 700px) {
  .footer {
    padding: 34px 5% 82px;
  }

  .footer-grid {
    padding: 16px;
  }
}

.references {
  padding: 110px 7%;
  background:
    radial-gradient(circle at 12% 10%, rgba(247,202,115,0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f5f8fc 52%, #eaf1f8 100%);
}

.references-head {
  max-width: 1320px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 36px;
  align-items: end;
}

.references-head span {
  color: #b77a1b;
  font-weight: 950;
  letter-spacing: 3px;
  font-size: 13px;
  grid-column: 1 / -1;
}

.references-head h2 {
  color: #0f172a;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
}

.references-head p {
  color: #475569;
  font-size: 18px;
  line-height: 1.75;
}

.reference-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.reference-card {
  min-height: 178px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.reference-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(217,164,65,0.12), transparent 45%);
  opacity: 0.9;
}

.reference-card strong,
.reference-card p {
  position: relative;
  z-index: 2;
}

.reference-card strong {
  color: #0f172a;
  font-size: 23px;
  margin-bottom: 10px;
}

.reference-card p {
  color: #475569;
  line-height: 1.55;
}

.reference-card.featured {
  min-height: 178px;
  background:
    linear-gradient(135deg, rgba(247,202,115,0.16), rgba(255,255,255,0.92));
  border-color: rgba(217,164,65,0.48);
}

.reference-card.featured strong,
.reference-card.featured p {
  color: #0f172a;
}

.reference-stats {
  max-width: 1320px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reference-stats div {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #dbe3ee;
}

.reference-stats strong {
  display: block;
  color: #b77a1b;
  font-size: 32px;
}

.reference-stats span {
  color: #475569;
  font-weight: 800;
}

.reference-marquee {
  max-width: 1320px;
  margin: 22px auto 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #dbe3ee;
  box-shadow: 0 18px 48px rgba(15,23,42,0.07);
  position: relative;
}

.reference-marquee::before,
.reference-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.reference-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f8fafc, transparent);
}

.reference-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f8fafc, transparent);
}

.reference-marquee-track {
  width: max-content;
  display: flex;
  gap: 20px;
  padding: 24px;
  animation: referenceSlide 28s linear infinite;
}

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

.reference-logo {
  min-width: 280px;
  height: 96px;
  padding: 16px 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.reference-logo span {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f7ca73, #b77a1b);
  color: #07101f;
  font-weight: 950;
  letter-spacing: 1px;
}

.reference-logo img {
  width: 108px;
  height: 68px;
  object-fit: cover;
  border-radius: 12px;
  background: transparent;
  padding: 0;
  flex: 0 0 auto;
}

.reference-logo strong {
  color: #0f172a;
  font-size: 18px;
  white-space: nowrap;
}

@keyframes referenceSlide {
  from {
    transform: translateX(0);
  }

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

@media(max-width: 1000px) {
  .references-head,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .reference-card.featured {
    grid-row: auto;
    min-height: 280px;
  }
}

@media(max-width: 700px) {
  .references {
    padding: 80px 5%;
  }

  .reference-stats {
    grid-template-columns: 1fr;
  }

  .reference-marquee::before,
  .reference-marquee::after {
    width: 48px;
  }

  .reference-logo {
    min-width: 200px;
  }
}

/* persisted theme */
.theme-dark,
.theme-dark.admin-body,
.theme-dark.login-body {
  background: #07101f;
  color: #e5edf7;
}

.theme-dark .header,
.theme-dark .sidebar,
.theme-dark .admin-card,
.theme-dark .stat-card,
.theme-dark .edit-item,
.theme-dark .modal-box,
.theme-dark .login-box,
.theme-dark .footer-grid,
.theme-dark .footer-brand,
.theme-dark .footer-col,
.theme-dark .corporate-content,
.theme-dark .corporate-visual,
.theme-dark .contact .offer-form,
.theme-dark .contact-map,
.theme-dark .map-info,
.theme-dark .services-left,
.theme-dark .service-line,
.theme-dark .fleet .fleet-card,
.theme-dark .reference-card,
.theme-dark .reference-stats div,
.theme-dark .reference-marquee,
.theme-dark .reference-logo,
.theme-dark .contact-highlights div,
.theme-dark .stats div,
.theme-dark .hero-info {
  background: #0f1b2d;
  border-color: rgba(148,163,184,0.24);
  box-shadow: 0 24px 70px rgba(0,0,0,0.3);
}

.theme-dark .reference-card.featured {
  background:
    linear-gradient(135deg, rgba(247,202,115,0.14), rgba(15,27,45,0.96));
  border-color: rgba(247,202,115,0.36);
}

.theme-dark .reference-card.featured strong,
.theme-dark .reference-card.featured p {
  color: #f8fafc;
}

.theme-dark .hero,
.theme-dark .services,
.theme-dark .fleet,
.theme-dark .corporate,
.theme-dark .references,
.theme-dark .contact,
.theme-dark .footer {
  background:
    radial-gradient(circle at 16% 8%, rgba(217,164,65,0.18), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(37,99,235,0.16), transparent 32%),
    linear-gradient(180deg, #07101f 0%, #0b1627 54%, #07101f 100%);
}

.theme-dark .hero-overlay {
  background:
    linear-gradient(90deg, rgba(7,16,31,0.96), rgba(7,16,31,0.78), rgba(7,16,31,0.52)),
    linear-gradient(180deg, rgba(7,16,31,0.28), #07101f);
}

.theme-dark .hero-video {
  opacity: 0.24;
}

.theme-dark .nav a,
.theme-dark .admin-menu a,
.theme-dark .hero p,
.theme-dark .services-left p,
.theme-dark .service-line p,
.theme-dark .fleet-card-content p,
.theme-dark .corporate-content p,
.theme-dark .references-head p,
.theme-dark .reference-card p,
.theme-dark .reference-stats span,
.theme-dark .contact-copy p,
.theme-dark .contact p,
.theme-dark .footer p,
.theme-dark .footer a,
.theme-dark .admin-header p,
.theme-dark .admin-text,
.theme-dark .edit-item p,
.theme-dark .login-box p,
.theme-dark .stat-card span,
.theme-dark td,
.theme-dark .map-info p,
.theme-dark .contact-highlights small {
  color: #b9c6d6;
}

.theme-dark .contact-phone-list a {
  background: #0f1b2d;
  border-color: rgba(148,163,184,0.24);
  color: #f8fafc;
  box-shadow: 0 24px 70px rgba(0,0,0,0.3);
}

.theme-dark .whatsapp-phone {
  background: linear-gradient(135deg, rgba(37,211,102,0.16), rgba(15,27,45,0.96));
  border-color: rgba(37,211,102,0.32);
}

.theme-dark .logo,
.theme-dark .hero h1,
.theme-dark .section-title h2,
.theme-dark .corporate-box h2,
.theme-dark .corporate-content h2,
.theme-dark .contact h2,
.theme-dark .contact-copy h2,
.theme-dark .services-left h2,
.theme-dark .service-line h3,
.theme-dark .fleet-card h3,
.theme-dark .references-head h2,
.theme-dark .reference-card strong,
.theme-dark .reference-logo strong,
.theme-dark .footer h3,
.theme-dark .admin-header h1,
.theme-dark .admin-card h2,
.theme-dark .edit-item h3,
.theme-dark .login-box h1,
.theme-dark .map-info h3,
.theme-dark .contact-highlights strong,
.theme-dark .modal-close,
.theme-dark .recent-item strong {
  color: #f8fafc;
}

.theme-dark .badge,
.theme-dark .services-left span,
.theme-dark .map-info span,
.theme-dark .section-title span,
.theme-dark .corporate-box span,
.theme-dark .contact-content span,
.theme-dark .footer h4,
.theme-dark th,
.theme-dark .detail-row span,
.theme-dark .recent-item span,
.theme-dark .settings-form label {
  color: #f7ca73;
}

.theme-dark .settings-form input,
.theme-dark .settings-form textarea,
.theme-dark .settings-form select,
.theme-dark .offer-form input,
.theme-dark .offer-form select,
.theme-dark .offer-form textarea,
.theme-dark .login-box input,
.theme-dark .contact .offer-form input,
.theme-dark .contact .offer-form select,
.theme-dark .contact .offer-form textarea {
  background: #0b1627;
  border-color: rgba(148,163,184,0.28);
  color: #f8fafc;
}

.theme-dark .settings-form input::placeholder,
.theme-dark .settings-form textarea::placeholder,
.theme-dark .offer-form input::placeholder,
.theme-dark .offer-form textarea::placeholder,
.theme-dark .login-box input::placeholder {
  color: #7f8da3;
}

.theme-dark .outline {
  border-color: rgba(148,163,184,0.34);
  color: #f8fafc;
  background: rgba(15,27,45,0.78);
}

.theme-dark .service-line strong {
  background: #f7ca73;
  color: #07101f;
}

.theme-dark .footer-bottom,
.theme-dark .hero-info div,
.theme-dark th,
.theme-dark td,
.theme-dark .detail-row,
.theme-dark .recent-item,
.theme-dark .footer {
  border-color: rgba(148,163,184,0.22);
}

.theme-dark .footer-service-list::-webkit-scrollbar-track,
.theme-dark .footer-phone-list::-webkit-scrollbar-track,
.theme-dark .fleet-grid::-webkit-scrollbar-track {
  background: #17243a;
}

.theme-dark .modal {
  background: rgba(3,7,17,0.78);
}

.theme-dark .reference-marquee::before {
  background: linear-gradient(90deg, #07101f, transparent);
}

.theme-dark .reference-marquee::after {
  background: linear-gradient(270deg, #07101f, transparent);
}

/* Footer redesign */
.footer {
  padding: 58px 7% 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(247,202,115,0.16), transparent 30%),
    linear-gradient(135deg, #07101f 0%, #0f213b 58%, #07101f 100%);
  border-top: 1px solid rgba(247,202,115,0.18);
}

.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(220px, 0.72fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer-brand,
.footer-col {
  height: auto;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.footer-brand {
  justify-content: flex-start;
}

.footer-logo {
  width: min(310px, 100%);
  height: auto;
  max-height: 110px;
  object-fit: contain;
  object-position: left center;
  padding: 12px 14px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.24);
}

.footer h4 {
  color: #f7ca73;
  margin-bottom: 18px;
  font-size: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.footer p,
.footer a {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.7;
}

.footer-brand p {
  max-width: 420px;
  color: #dbe5f2;
}

.footer-service-list {
  display: grid;
  gap: 10px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.footer-service-list a {
  width: fit-content;
  margin: 0;
  color: #dbe5f2;
  text-decoration: none;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.footer-service-list a:hover {
  color: #f7ca73;
  transform: translateX(6px);
}

.footer-contact {
  gap: 10px;
}

.footer-phone-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: none;
  margin: 0 0 10px;
  padding: 0;
  overflow: visible;
}

.footer-phone-list p,
.footer-contact > p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #dbe5f2;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
  word-break: break-word;
}

.footer-contact > p:last-child {
  display: block;
  -webkit-line-clamp: unset;
}

.footer-bottom {
  max-width: 1320px;
  margin: 34px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #94a3b8;
  text-align: left;
}

@media(max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-phone-list {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* Compact footer override */
.footer {
  padding: 28px 7% 22px;
  background: #07101f;
  border-top: 1px solid rgba(148,163,184,0.22);
}

.footer-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr auto 1.35fr;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  min-width: 0;
}

.footer-logo {
  width: 190px;
  max-height: 62px;
  padding: 7px 10px;
  margin: 0 0 8px;
  border-radius: 12px;
  box-shadow: none;
}

.footer-brand p {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.45;
  color: #aebbd0;
}

.footer h4 {
  margin-bottom: 9px;
  font-size: 13px;
  letter-spacing: 1.8px;
}

.footer-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.footer-service-list a {
  width: 100%;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #dbe5f2;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.footer-service-list a:hover {
  transform: translateY(-1px);
}

.footer-phone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}

.footer-phone-list p,
.footer-contact > p {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.25;
  background: rgba(255,255,255,0.06);
}

.footer-contact > p:last-child {
  border-radius: 14px;
}

.footer-bottom {
  max-width: 1320px;
  margin: 20px auto 0;
  padding-top: 14px;
  font-size: 13px;
  text-align: center;
}

.footer-whatsapp-row {
  display: none;
}

@media(max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media(max-width: 700px) {
  .footer-service-list {
    grid-template-columns: 1fr;
  }
}

.references-form {
  max-width: 920px;
}

.references-form .dynamic-list {
  gap: 14px;
}

.references-form .dynamic-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #dbe3ee;
}

.location-form {
  max-width: 920px;
}

.contact-admin-form {
  max-width: 920px;
}

#contactHighlightList .dynamic-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
}

.location-admin-item {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #dbe3ee;
}

.location-admin-item .dynamic-row {
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr) auto;
}

.location-admin-item textarea {
  min-height: 96px;
}

.references-form .dynamic-card .dynamic-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

#referenceStatList .dynamic-row,
#referenceLogoList .dynamic-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
}

#referenceLogoList .reference-logo-admin-row {
  align-items: stretch;
}

.reference-logo-preview {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.reference-logo-preview-media {
  width: 96px;
  height: 70px;
  border-radius: 16px;
  border: 1px solid #dbe3ee;
  background: #ffffff;
  color: #9a6415;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 950;
}

.reference-logo-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reference-logo-preview input[type="file"] {
  min-height: 54px;
}

.references-form .inline-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-weight: 900;
}

.references-form .inline-check input {
  width: 18px;
  height: 18px;
  padding: 0;
  accent-color: #d9a441;
}

.theme-dark .references-form .dynamic-card {
  background: rgba(11,22,39,0.86);
  border-color: rgba(148,163,184,0.28);
}

.theme-dark .location-admin-item {
  background: rgba(11,22,39,0.86);
  border-color: rgba(148,163,184,0.28);
}

.theme-dark .reference-logo-preview-media {
  background: #0b1627;
  border-color: rgba(148,163,184,0.28);
  color: #f7ca73;
}

.theme-dark .references-form .inline-check {
  color: #b9c6d6;
}

@media(max-width: 760px) {
  #referenceStatList .dynamic-row,
  #referenceLogoList .dynamic-row,
  #contactHighlightList .dynamic-row,
  .location-admin-item .dynamic-row,
  .references-form .dynamic-card .dynamic-row {
    grid-template-columns: 1fr;
  }

  .reference-logo-preview {
    grid-template-columns: 1fr;
  }
}
