/* UdonCarRent.com global footer */
#colophon.site-footer,
.site-footer:not(.udcr-global-footer),
.site-info,
.inside-site-info,
.copyright-bar { display:none !important; }

.udcr-global-footer,
.udcr-global-footer * { box-sizing:border-box; }

.udcr-global-footer {
  --uf-navy:#041b31;
  --uf-navy2:#082d50;
  --uf-blue:#0a69c8;
  --uf-orange:#ff6900;
  --uf-line:rgba(255,255,255,.12);
  --uf-muted:rgba(255,255,255,.68);
  width:100%;
  color:#fff;
  background:var(--uf-navy);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Thai","Helvetica Neue",Arial,sans-serif;
}
.udcr-global-footer a { color:inherit!important; text-decoration:none!important; }
.udcr-footer-wrap { width:min(1240px,calc(100% - 32px)); margin-inline:auto; }

.udcr-footer-trust {
  border-top:1px solid #dce7f0;
  background:#f7fbfe;
  color:#163b5a;
}
.udcr-footer-trust-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.udcr-footer-trust-item {
  display:grid;
  grid-template-columns:44px 1fr;
  gap:13px;
  align-items:center;
  min-height:108px;
  padding:20px 26px;
}
.udcr-footer-trust-item + .udcr-footer-trust-item { border-left:1px solid #dce7f0; }
.udcr-footer-trust-icon {
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  border-radius:13px;
  background:#eaf5ff;
  color:#0873dc;
  font-size:.78rem;
  font-weight:950;
}
.udcr-footer-trust-item strong { display:block; margin-bottom:2px; color:#08294a; font-size:.9rem; }
.udcr-footer-trust-item small { display:block; color:#6a7e90; font-size:.75rem; line-height:1.4; }

.udcr-footer-main {
  padding:58px 0 46px;
  background:
    radial-gradient(circle at 85% 5%,rgba(24,112,199,.18),transparent 28%),
    linear-gradient(135deg,#041b31,#082d50);
}
.udcr-footer-grid {
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(160px,.75fr));
  gap:42px;
  align-items:start;
}
.udcr-footer-logo {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:17px;
}
.udcr-footer-logo-mark {
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:12px;
  background:var(--uf-orange);
  box-shadow:0 10px 22px rgba(255,105,0,.20);
}
.udcr-footer-logo-mark svg { width:28px; height:28px; fill:#fff; }
.udcr-footer-logo-type { color:#fff; font-size:1.18rem; font-weight:900; letter-spacing:-.035em; }
.udcr-footer-logo-type span { color:#ff8c3b; font-weight:800; }

.udcr-footer-brand p {
  max-width:440px;
  margin:0 0 18px;
  color:var(--uf-muted);
  font-size:.88rem;
  line-height:1.65;
}
.udcr-footer-contact-chips { display:flex; flex-wrap:wrap; gap:8px; }
.udcr-footer-contact-chips a {
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:8px 11px;
  border:1px solid var(--uf-line);
  border-radius:10px;
  background:rgba(255,255,255,.05);
  font-size:.78rem;
  font-weight:800;
}
.udcr-footer-contact-chips a:hover { background:rgba(255,255,255,.10); }

.udcr-footer-column { display:grid; align-content:start; gap:8px; }
.udcr-footer-column h3 {
  margin:0 0 7px;
  color:#fff;
  font-size:.9rem;
  font-weight:900;
  letter-spacing:-.01em;
}
.udcr-footer-column > a {
  display:block;
  padding:3px 0;
  color:var(--uf-muted)!important;
  font-size:.82rem;
  line-height:1.45;
}
.udcr-footer-column > a:hover,
.udcr-footer-column > a:focus-visible { color:#fff!important; }

.udcr-footer-bottom {
  border-top:1px solid var(--uf-line);
  background:#031524;
}
.udcr-footer-bottom-inner {
  display:flex;
  min-height:70px;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.56);
  font-size:.76rem;
}
.udcr-footer-bottom-inner div { display:flex; flex-wrap:wrap; gap:16px; }
.udcr-footer-bottom-inner a { color:rgba(255,255,255,.68)!important; }
.udcr-footer-bottom-inner a:hover { color:#fff!important; }

@media (max-width:980px) {
  .udcr-footer-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:720px) {
  .udcr-footer-trust-grid { grid-template-columns:1fr; }
  .udcr-footer-trust-item + .udcr-footer-trust-item { border-left:0; border-top:1px solid #dce7f0; }
  .udcr-footer-grid { grid-template-columns:1fr; gap:30px; }
  .udcr-footer-main { padding:46px 0 36px; }
  .udcr-footer-bottom-inner { align-items:flex-start; flex-direction:column; justify-content:center; padding:18px 0; }
}
@media (max-width:560px) {
  .udcr-footer-wrap { width:calc(100% - 24px); }
  .udcr-footer-trust-item { min-height:0; padding:17px 10px; }
}
