/* Scoped to the staging homepage; no fonts, trackers or remote requests. */
.alatan-hero,
.alatan-hero * { box-sizing: border-box; }
.alatan-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #202020;
  color: #fff;
  margin: 0 0 40px;
  text-align: left;
  font-family: inherit;
  border-bottom: 6px solid #d71920;
}
.alatan-hero .alatan-hero__photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.alatan-hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(16,20,24,.93) 0%, rgba(16,20,24,.79) 43%, rgba(16,20,24,.30) 100%);
}
.alatan-hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px clamp(24px, 5vw, 72px);
}
.alatan-hero .alatan-hero__eyebrow {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.alatan-hero__eyebrow::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 3px;
  background: #d71920;
}
.alatan-hero .alatan-hero__title {
  color: #fff;
  font-family: inherit;
  font-size: clamp(32px, 4.1vw, 58px);
  font-weight: 750;
  line-height: 1.13;
  letter-spacing: -.035em;
  margin: 0 0 24px;
  max-width: 850px;
  text-transform: none;
}
.alatan-hero .alatan-hero__description {
  color: #f5f5f5;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 555px;
}
.alatan-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alatan-hero a.alatan-hero__button {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 4px;
  padding: 14px 23px;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  box-shadow: none;
}
.alatan-hero a.alatan-hero__button--primary { background: #d71920; border-color: #d71920; }
.alatan-hero a.alatan-hero__button--primary:hover { background: #b81218; border-color: #b81218; }
.alatan-hero a.alatan-hero__button--secondary { background: rgba(16,20,24,.35); border-color: rgba(255,255,255,.7); }
.alatan-hero a.alatan-hero__button--secondary:hover { background: #fff; color: #202020; }
.alatan-hero a.alatan-hero__button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.alatan-hero .alatan-hero__note { color: #ededed; font-size: 13px; line-height: 1.7; margin: 26px 0 0; }
.alatan-hero__note span { margin: 0 6px; }
.alatan-hero__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  .alatan-hero { min-height: 540px; }
  .alatan-hero__inner { padding: 48px 22px; }
  .alatan-hero__shade { background: rgba(16,20,24,.78); }
  .alatan-hero .alatan-hero__photo { object-position: 58% bottom; }
  .alatan-hero .alatan-hero__eyebrow { font-size: 10px; letter-spacing: .12em; margin-bottom: 22px; }
  .alatan-hero .alatan-hero__title { font-size: clamp(29px, 7.5vw, 42px); }
  .alatan-hero__actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .alatan-hero a.alatan-hero__button { padding: 14px 16px; }
  .alatan-hero .alatan-hero__note { max-width: 300px; }
}

/* 1.1: separate homepage template; stored Astra/demo content is preserved. */
body.alatan-home-v11 { margin: 0; padding: 0; background: #fff; }
.alatan-site { font-family: Arial, Helvetica, sans-serif; color: #444; line-height: 1.65; width: 100%; min-width: 0; }
/* Keep the approved typography when Elementor's global kit styles are active. */
body.alatan-home-v11 .alatan-site,
body.alatan-home-v11 .alatan-site :is(h1,h2,h3,h4,h5,h6,a,button,input,select,textarea) {
  font-family: Arial, Helvetica, sans-serif;
}
/* New templates have their own contact links; suppress the legacy floating bar here. */
body.alatan-home-v11 .mystickyelements-fixed { display: none !important; }
.alatan-site, .alatan-site * { box-sizing: border-box; }
.alatan-site .alatan-shell { width: min(100%, 1280px); padding-left: clamp(22px,5vw,72px); padding-right: clamp(22px,5vw,72px); margin-left: auto; margin-right: auto; }
.alatan-site a { text-decoration: none; }
.alatan-site a:focus-visible { outline: 3px solid #d71920; outline-offset: 5px; }
.alatan-site h2 { color: #202020; font-size: clamp(28px,3vw,40px); font-weight: 700; letter-spacing: -.025em; line-height: 1.2; margin: 0 0 22px; }
.alatan-site h3 { color: #202020; font-size: 21px; font-weight: 700; line-height: 1.3; margin: 0 0 16px; }
.alatan-site p { margin: 0 0 18px; }
.alatan-site .alatan-hero { margin: 0; }
.alatan-site section[id], #alatan-main { scroll-margin-top: 45px; }
.alatan-skip { position: absolute; left: 16px; top: -120px; z-index: 100000; padding: 12px 18px; background: #fff; color: #202020; }
.alatan-skip:focus { top: 40px; }
.alatan-topline { background: #202020; color: #fff; font-size: 11px; letter-spacing: .12em; }
.alatan-topline .alatan-shell { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.alatan-topline a { color: #fff; white-space: nowrap; letter-spacing: .02em; }
.alatan-header { position: relative; width: 100%; background: #fff; border-bottom: 1px solid #e5e5e5; }
.alatan-header__row { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.alatan-brand { display: block; flex: 0 0 200px; line-height: 0; }
.alatan-header .alatan-brand img { display: block; width: 200px; max-width: 100%; max-height: 70px; height: auto; object-fit: contain; margin: 0; }
.alatan-navigation { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.alatan-navigation a { color: #202020; font-size: 14px; line-height: 1.5; font-weight: 700; padding: 10px 0; }
.alatan-navigation a:hover { color: #d71920; }
.alatan-languages { display:inline-flex; align-items:center; justify-content:center; gap:6px; white-space:nowrap; }
.alatan-navigation .alatan-languages a { min-width:34px; padding:8px 6px; text-align:center; border-radius:3px; }
.alatan-navigation .alatan-languages a[aria-current="true"] { color:#b81218; background:#fff0f0; }
.alatan-languages > span { color:#aaa; font-size:12px; }
.alatan-section { padding: 80px 0; background: #fff; }
.alatan-site .alatan-kicker { color: #b81218; font-size: 11px; font-weight: 700; letter-spacing: .15em; margin: 0 0 16px; }
.alatan-site .alatan-intro { max-width: 650px; margin: 0 0 34px; font-size: 17px; }
.alatan-categories { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.alatan-category { padding: 28px; border: 1px solid #e5e5e5; border-top: 3px solid #d71920; background: #fff; display: flex; flex-direction: column; }
.alatan-category__number { color: #b81218; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.alatan-category p { font-size: 15px; }
.alatan-category a { color: #b81218; font-size: 14px; font-weight: 700; padding-top: 12px; margin-top: auto; }
.alatan-about { background: #f5f5f5; }
.alatan-about__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; }
.alatan-about p { font-size: 16px; }
.alatan-rental { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.alatan-site .alatan-terms { list-style: none; margin: 0; padding: 0; }
.alatan-terms li { border-bottom: 1px solid #e5e5e5; padding: 0 0 18px; margin: 0 0 18px; }
.alatan-terms strong { display: block; color: #202020; font-size: 17px; margin-bottom: 6px; }
.alatan-terms span { display: block; font-size: 15px; }
.alatan-contact { background: #f5f5f5; }
.alatan-contact__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin: 0 0 44px; }
.alatan-contact__actions a { color: #202020; font-weight: 700; overflow-wrap: anywhere; }
.alatan-contact__actions a.alatan-contact__primary { background: #d71920; color: #fff; display: inline-flex; padding: 15px 22px; border-radius: 4px; font-size: 15px; }
.alatan-contact__actions a.alatan-contact__primary:hover { background: #b81218; }
.alatan-branches { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.alatan-branches article { border-top: 1px solid #d7d7d7; padding-top: 28px; }
.alatan-branches h3 { font-size: 20px; margin-bottom: 12px; }
.alatan-branches .alatan-branch-phone { display: inline-block; font-size: 20px; font-weight: 700; color: #b81218; margin: 0 0 18px; }
.alatan-branches address { font-size: 14px; font-style: normal; margin: 0; }
.alatan-site .alatan-hours { font-size: 13px; margin: 34px 0 0; }
.alatan-footer { background: #202020; color: #fff; padding: 28px 0; }
.alatan-footer .alatan-shell { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.alatan-footer strong { font-size: 24px; letter-spacing: -.04em; }
.alatan-footer p { font-size: 10px; margin: 0; max-width: 450px; color: #eee; }
.alatan-footer a { color: #fff; font-size: 13px; margin-left: auto; }
@media (max-width: 900px) {
  .alatan-header__row { flex-direction: column; gap: 4px; padding-top: 18px; padding-bottom: 12px; }
  .alatan-brand { flex-basis: auto; }
  .alatan-header .alatan-brand img { width: 170px; max-height: 58px; }
  .alatan-navigation { justify-content: center; gap: 8px 22px; }
  .alatan-categories { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .alatan-about__grid, .alatan-rental { grid-template-columns: 1fr; gap: 28px; }
  .alatan-branches { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 600px) {
  .alatan-section { padding: 52px 0; }
  .alatan-topline { font-size: 9px; letter-spacing: .03em; }
  .alatan-header .alatan-brand img { width: 150px; max-height: 52px; }
  .alatan-navigation { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; width: 100%; text-align: center; }
  .alatan-navigation a { padding: 8px 0; font-size: 13px; }
  .alatan-languages { grid-column:1 / -1; }
  .alatan-categories { grid-template-columns: 1fr; }
  .alatan-category { padding: 24px; }
  .alatan-contact__actions { align-items: flex-start; flex-direction: column; }
  .alatan-footer .alatan-shell { align-items: flex-start; flex-direction: column; gap: 12px; }
  .alatan-footer a { margin-left: 0; }
}
