@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@700;800;900&family=Manrope:wght@600;700;800;900&display=swap");

:root {
  --blue-950: #071f45;
  --blue-900: #0a3470;
  --blue-800: #0b438d;
  --blue-700: #0f5cab;
  --yellow: #f4d313;
  --red: #d61f26;
  --ink: #10233d;
  --muted: #5f6f86;
  --line: #d8e3f1;
  --bg: #f3f6fb;
  --panel: #ffffff;
  --shadow: 0 18px 42px rgba(7, 31, 69, .12);
  --whatsapp: #18bf5b;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(15, 92, 171, .045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0, var(--bg) 520px);
  background-size: 42px 42px, auto;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, .94);
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 8px 26px rgba(7, 31, 69, .08);
  backdrop-filter: blur(14px);
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  transition: min-height .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-page .site-header {
  position: fixed;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(7, 31, 69, .42), rgba(7, 31, 69, .08));
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: none;
}

.home-page .site-header.is-separated {
  background: #fff;
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 18px 48px rgba(7, 31, 69, .2);
}

.topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.main-nav,
.site-header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .2rem;
  justify-content: flex-end;
}

.main-nav a,
.site-header nav a {
  color: var(--blue-950);
  border-radius: 999px;
  padding: .55rem .72rem;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav a:hover,
.site-header nav a:hover {
  background: #edf4ff;
  color: var(--blue-700);
  transform: translateY(-1px);
}

.home-page .site-header:not(.is-separated) .main-nav a:not(.nav-cta) {
  color: #fff;
  text-shadow: 0 2px 10px rgba(7, 31, 69, .28);
}

.home-page .site-header:not(.is-separated) .main-nav a:not(.nav-cta):hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.main-nav .nav-cta,
.site-header nav a[href*="wasap.my"] {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  margin-left: .25rem;
  background: var(--yellow);
  color: var(--blue-950);
  box-shadow: 0 10px 22px rgba(244, 211, 19, .24);
}

.main-nav .nav-cta::before,
.site-header nav a[href*="wasap.my"]::before,
.btn[href*="wasap.my"]::before {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  background: var(--whatsapp);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%2318BF5B'/%3E%3Cpath d='M14.1 6.2c-4.4 0-8 3.5-8 7.8 0 1.4.4 2.7 1.1 3.9L6 22.2l4.5-1.2c1.1.6 2.3.9 3.6.9 4.4 0 8-3.5 8-7.8s-3.6-7.9-8-7.9Z' fill='white'/%3E%3Cpath d='M11.4 10.5c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.4-.2.2-.9.9-.9 2.1s.9 2.5 1 2.7c.1.2 1.8 2.8 4.4 3.8 2.2.9 2.7.7 3.1.7.5-.1 1.6-.6 1.8-1.3.2-.6.2-1.1.1-1.2-.1-.1-.2-.2-.5-.4l-1.8-.8c-.3-.1-.5-.1-.7.2-.2.3-.8 1-.9 1.1-.2.2-.4.2-.6.1-.3-.1-1.2-.4-2.3-1.4-.8-.7-1.4-1.6-1.6-1.9-.1-.3 0-.4.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5l-.8-1.8Z' fill='%2318BF5B'/%3E%3C/svg%3E");
  background-size: cover;
}

.main-nav .nav-cta:hover,
.site-header nav a[href*="wasap.my"]:hover {
  background: #ffe04a;
  color: var(--blue-950);
  box-shadow: 0 13px 26px rgba(244, 211, 19, .34);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  justify-self: center;
  color: var(--yellow);
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.site-header.is-menu-open {
  overflow: visible;
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  height: clamp(390px, 39vw, 560px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--blue-950);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.06) contrast(1.03);
  transition: opacity 1.1s ease;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 31, 69, .72), rgba(7, 31, 69, .46) 48%, rgba(7, 31, 69, .28)),
    linear-gradient(180deg, rgba(7, 31, 69, .5), rgba(7, 31, 69, .05) 35%, rgba(7, 31, 69, .62));
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(4.7rem, 6.6vw, 6.4rem) 0 clamp(2rem, 3.2vw, 3.4rem);
  text-align: center;
}

.hero-overlay .wrap {
  transform: translateY(clamp(.35rem, 1vw, 1rem));
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 .85rem;
  color: var(--yellow);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 9vw, 6.6rem);
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .32);
}

.hero h1 {
  max-width: 880px;
  margin: 0 auto;
  font-family: "League Spartan", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 5.7vw, 5.25rem);
  font-weight: 900;
  line-height: .88;
}

.tagline {
  margin: clamp(.55rem, 1vw, .85rem) auto 0;
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(.72rem, 1.3vw, 1.1rem);
}

.hero-primary {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: .85rem 1.35rem;
  color: var(--blue-950);
  background: var(--yellow);
  border-radius: 999px;
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 36px rgba(244, 211, 19, .25);
  animation: heroCtaBreath 2.6s ease-in-out infinite;
  transform-origin: center;
}

.hero-primary:hover {
  animation-play-state: paused;
  background: #ffe04a;
  box-shadow: 0 24px 44px rgba(244, 211, 19, .38);
  transform: translateY(-1px) scale(1.03);
}

@keyframes heroCtaBreath {
  0%,
  100% {
    box-shadow: 0 20px 36px rgba(244, 211, 19, .25);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 26px 52px rgba(244, 211, 19, .44);
    transform: scale(1.045);
  }
}

.area-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem, 7vw, 6rem) 0;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(7, 31, 69, .96), rgba(10, 52, 112, .84)),
    radial-gradient(circle at 86% 20%, rgba(244, 211, 19, .32), transparent 34%);
}

.area-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 360px;
  aspect-ratio: 1;
  border: 28px solid rgba(244, 211, 19, .7);
  border-radius: 50%;
}

.area-hero .wrap {
  position: relative;
  z-index: 1;
}

.area-hero h1 {
  max-width: 900px;
  font-size: clamp(2.25rem, 6vw, 4.7rem);
  line-height: .96;
  text-align: left;
}

.area-lead {
  max-width: 760px;
  margin: 1rem 0 1.25rem;
  color: #e8f1ff;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 700;
}

.area-hero .breadcrumbs {
  margin: 0 0 1rem;
  color: #d6e4ff;
  font-weight: 800;
}

.area-hero .breadcrumbs a {
  color: #fff3a0;
}

.section {
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
}

.home-page .hero + .section {
  margin-top: 0;
  padding-top: clamp(2rem, 3.6vw, 3.4rem);
}

h2 {
  margin: 0 0 .9rem;
  color: var(--blue-950);
  font-size: clamp(1.75rem, 3.8vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.center {
  text-align: center;
}

#services,
.faq-section,
#areas {
  padding-top: clamp(2.4rem, 4.4vw, 4rem);
  padding-bottom: clamp(2.8rem, 4.8vw, 4.4rem);
}

#services .wrap > h2.center,
.faq-section .wrap > h2.center,
#areas .wrap > h2.center {
  margin: 0 0 clamp(1rem, 2vw, 1.55rem);
  font-size: clamp(1.9rem, 3.35vw, 2.8rem);
}

.intro {
  max-width: 680px;
  margin: 0 auto 2rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.split {
  background: #fff;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .74fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.split-grid > div:first-child {
  border-left: 6px solid var(--yellow);
  padding-left: clamp(1rem, 2vw, 1.5rem);
}

.split-grid p {
  max-width: 68ch;
  color: #34455e;
  font-size: 1.05rem;
}

.local-copy {
  background: #fff;
}

.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .82fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: start;
}

.local-grid p {
  max-width: 72ch;
  color: #34455e;
  font-size: 1.04rem;
}

.local-panel {
  background:
    linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  border-radius: 8px;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.local-panel h3 {
  margin: 0 0 .75rem;
  color: var(--blue-950);
}

.local-panel ul {
  margin: 0;
  padding-left: 1.15rem;
}

.local-panel li {
  margin: .45rem 0;
  color: #34455e;
  font-weight: 700;
}

.image-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 211, 19, .92) 0 37%, transparent 38%),
    linear-gradient(145deg, #f8fbff, #eaf2ff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  max-width: min(78%, 330px);
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(7, 31, 69, .22));
}

.cta-strip {
  background:
    linear-gradient(90deg, var(--blue-950), var(--blue-800));
  color: #fff;
  border-block: 5px solid var(--yellow);
  padding: 1.35rem 0;
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cta-row h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.3vw, 1.8rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 44px;
  padding: .78rem 1.15rem;
  color: var(--blue-950);
  background:
    linear-gradient(135deg, #ffe768, var(--yellow) 55%, #e6bd00);
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(244, 211, 19, .26);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.btn:hover {
  background:
    linear-gradient(135deg, #fff07a, #ffe04a 55%, var(--yellow));
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(244, 211, 19, .34);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.72rem, 1.45vw, 1rem);
}

.service-grid article {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 67, 141, .14);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 31, 69, .09);
  transition: opacity .45s ease, transform .45s ease, box-shadow .25s ease, border-color .25s ease;
  transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0ms, 0ms;
}

.js .service-grid article {
  opacity: 0;
  transform: translateY(18px);
}

.js .service-grid article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-grid article:hover {
  border-color: rgba(15, 92, 171, .34);
  box-shadow: 0 24px 46px rgba(7, 31, 69, .15);
  transform: translateY(-4px);
}

.service-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 5px solid var(--yellow);
  transition: transform .35s ease;
}

.service-grid article:hover img {
  transform: scale(1.06);
}

.service-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, .42) 48%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}

.service-grid article:hover::after {
  transform: translateX(120%);
}

.service-grid h3,
.service-grid p {
  margin-inline: 1rem;
}

.service-grid h3 {
  margin-top: 1rem;
  margin-bottom: .35rem;
  color: var(--blue-950);
  font-size: 1.08rem;
}

.service-grid p {
  margin-top: 0;
  margin-bottom: 1.1rem;
  color: var(--muted);
}

.brand-strip {
  padding: .85rem 0 .78rem;
  color: #fff;
  text-align: center;
  background: #123f86;
}

.brand-strip h2 {
  margin: 0 0 .48rem;
  color: #fff;
  font-size: clamp(.78rem, 1.35vw, 1rem);
}

.brand-logo-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr 1fr 1fr;
  align-items: center;
  gap: clamp(.9rem, 2.8vw, 2.7rem);
  margin: 0 auto .35rem;
}

.brand-logo-row img {
  display: block;
  width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.brand-strip p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.62rem, 1vw, .76rem);
  font-weight: 900;
  letter-spacing: 0;
}

.why-choose {
  background:
    linear-gradient(180deg, #fff, #f8fbff);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.72rem, 1.45vw, 1rem);
  margin-top: 1.35rem;
}

.why-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid rgba(11, 67, 141, .14);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 31, 69, .09);
}

.why-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -50px;
  width: 130px;
  aspect-ratio: 1;
  border: 18px solid rgba(244, 211, 19, .55);
  border-radius: 50%;
}

.why-icon {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 58px;
  display: block;
  margin: 0 auto .85rem;
  background: var(--blue-800);
  -webkit-mask: var(--why-icon) center / 220% auto no-repeat;
  mask: var(--why-icon) center / 220% auto no-repeat;
}

.why-icon-machine {
  --why-icon: url("assets/icons/icon-professionalmachines.png");
}

.why-icon-fabric {
  --why-icon: url("assets/icons/icon-fabricaware.png");
  width: 98px;
  height: 68px;
  margin-top: -5px;
  margin-bottom: .65rem;
  -webkit-mask-size: 240% auto;
  mask-size: 240% auto;
}

.why-icon-rating {
  --why-icon: url("assets/icons/icon-rating.png");
  -webkit-mask-size: 190% auto;
  mask-size: 190% auto;
}

.why-icon-pickup {
  --why-icon: url("assets/icons/icon-pickupdelivery.png");
}

.why-icon-property {
  --why-icon: url("assets/icons/icon-commercialresidential.png");
}

.why-icon-booking {
  --why-icon: url("assets/icons/icon-whatsapp.png");
  -webkit-mask-size: contain;
  mask-size: contain;
}

.why-icon svg {
  display: none;
}

.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: .85rem;
}

.why-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 .45rem;
  color: var(--blue-950);
  font-size: 1.12rem;
}

.why-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.25rem);
  margin-top: 0;
}

.faq-column {
  padding: clamp(.8rem, 1.5vw, 1rem);
  background:
    linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.faq-column h3 {
  margin: 0 0 .7rem;
  color: var(--blue-950);
  font-size: 1.1rem;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(11, 67, 141, .14);
  border-radius: 8px;
}

.faq-item + .faq-item {
  margin-top: .45rem;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem .8rem;
  color: var(--blue-950);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--blue-950);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 1.05rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-answer {
  padding: 0 .8rem .8rem;
  color: #34455e;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.55;
}

.faq-answer p {
  margin: 0;
}

.faq-btn {
  margin-top: .65rem;
  min-height: 38px;
  padding: .55rem .82rem;
  border-radius: 13px;
  font-size: .86rem;
}

.faq-answer.with-badge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: .8rem;
  align-items: center;
}

.trust-badge {
  display: grid;
  place-items: center;
  min-height: 70px;
  padding: .35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-badge img {
  width: 72px;
  max-height: 58px;
  object-fit: contain;
}

.testimonials {
  background:
    linear-gradient(rgba(243, 246, 251, .9), rgba(243, 246, 251, .92)),
    radial-gradient(circle at 12% 15%, rgba(244, 211, 19, .2), transparent 34%),
    radial-gradient(circle at 90% 75%, rgba(15, 92, 171, .16), transparent 40%);
}

.review-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  margin: 0 0 .55rem;
  color: var(--blue-950);
  font-size: .78rem;
  font-weight: 900;
}

.review-controls div {
  display: inline-flex;
  gap: .45rem;
}

.review-controls button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--blue-700);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}

.review-controls button:hover {
  background: var(--blue-950);
  transform: translateY(-2px);
}

.review-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 32%);
  gap: .8rem;
  overscroll-behavior-inline: contain;
  overflow-x: auto;
  padding: .35rem .12rem .95rem;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--blue-700) #d8e4f1;
}

.review-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .95rem;
  background: #fff;
  border: 1px solid rgba(11, 63, 122, .14);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(7, 31, 69, .12);
  scroll-snap-align: start;
}

.stars {
  margin: 0 0 .5rem;
  color: var(--yellow);
  font-size: .92rem;
  letter-spacing: 0;
}

.review-quote {
  margin: 0;
  color: var(--ink);
  font-size: clamp(.84rem, .95vw, .92rem);
  font-weight: 800;
  line-height: 1.38;
}

.review-head {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: .8rem;
}

.review-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-700);
  border: 3px solid var(--yellow);
  border-radius: 50%;
  font-size: .76rem;
  font-weight: 900;
}

.review-card h3 {
  margin: 0;
  color: var(--blue-950);
  font-size: .88rem;
}

.review-source {
  margin: .2rem 0 0;
  color: var(--muted);
  font-size: .86rem;
  text-align: center;
}

.light {
  background: #eaf1fb;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  column-gap: clamp(1.8rem, 3.6vw, 4rem);
  row-gap: .32rem;
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: clamp(.84rem, .9vw, .94rem);
  line-height: 1.35;
}

.area-list li {
  position: relative;
  margin: 0;
  padding-left: .95rem;
}

.area-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .34rem;
  height: .34rem;
  background: var(--blue-950);
  border-radius: 50%;
}

.area-list a {
  color: var(--blue-800);
  font-weight: 800;
}

.area-more {
  display: flex;
  justify-content: center;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0 -50vw;
  padding-left: 0;
  text-align: center;
}

.area-more-btn {
  border-radius: 999px;
  flex: 0 0 auto;
  text-align: center;
  padding-inline: 1.25rem;
}

.area-directory-hero {
  min-height: 430px;
}

.area-directory {
  border-top: 4px solid var(--yellow);
}

.area-list-full {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.contact-footer {
  padding: 2.5rem 0;
  color: #dbe7ff;
  background:
    linear-gradient(135deg, #071f45, #102f63);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr .72fr;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
}

.footer-logo {
  width: 108px;
  height: 108px;
  object-fit: contain;
  margin-bottom: .55rem;
}

.contact-footer h3 {
  margin: 0 0 .55rem;
  color: #fff;
}

.contact-footer h3 small {
  display: block;
  margin-top: .15rem;
  color: #b8c9ea;
  font-size: .72rem;
  font-weight: 600;
}

.contact-footer p {
  margin: .3rem 0;
}

.contact-footer a {
  color: #fff3a0;
  text-decoration: none;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--blue-800);
  text-decoration: none;
}

.blog-page {
  background:
    linear-gradient(90deg, rgba(15, 92, 171, .035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0, #f7f9fd 520px);
  background-size: 42px 42px, auto;
}

.blog-hero {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.section-kicker,
.blog-card-meta {
  font-family: "Manrope", "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--blue-700);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .78rem;
}

.blog-hero h1,
.blog-article h1 {
  margin: .2rem 0 1rem;
  color: var(--blue-950);
  font-family: "League Spartan", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .9;
  text-transform: uppercase;
}

.blog-hero p:not(.breadcrumbs):not(.section-kicker),
.article-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 700;
}

.blog-hero-note {
  border-left: 6px solid var(--yellow);
  background: #fff;
  padding: 1.35rem 1.45rem;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.blog-hero-note strong,
.blog-hero-note span {
  display: block;
}

.blog-hero-note strong {
  margin-bottom: .35rem;
  color: var(--blue-950);
  font-size: 1.2rem;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.section-heading-row h2 {
  margin: 0;
}

.section-heading-row p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.blog-grid,
.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.blog-card,
.topic-grid article {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.25rem, 2.6vw, 2rem);
  box-shadow: 0 16px 34px rgba(7, 31, 69, .08);
}

.blog-card::before,
.topic-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--yellow), var(--blue-700));
}

.blog-card-meta {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  margin-bottom: .85rem;
}

.blog-card h2,
.blog-card h3 {
  margin: 0 0 .7rem;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  line-height: 1.05;
}

.blog-card h2 a,
.text-link,
.related-posts a {
  color: var(--blue-950);
  text-decoration: none;
}

.blog-card p,
.topic-grid p,
.related-grid p {
  color: var(--muted);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  margin-top: .4rem;
  color: var(--blue-700);
  font-weight: 900;
}

.topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.topic-grid span {
  color: var(--yellow);
  font-family: "League Spartan", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.topic-grid h3 {
  margin: .35rem 0 .4rem;
  color: var(--blue-950);
}

.blog-cta {
  background: var(--blue-950);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.4rem) 0;
}

.blog-cta-row,
.related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.blog-cta h2,
.blog-cta p {
  margin: 0;
}

.blog-cta p {
  margin-top: .25rem;
  color: #c7d6ee;
  font-weight: 700;
}

.article-wrap {
  max-width: 860px;
}

.blog-article {
  background: #fff;
}

.blog-article h2 {
  margin-top: 2rem;
  color: var(--blue-950);
}

.blog-article p,
.article-list {
  font-size: 1.05rem;
}

.article-list {
  padding-left: 1.35rem;
}

.article-list li + li {
  margin-top: .8rem;
}

.article-callout {
  margin-top: 2rem;
  padding: 1.2rem 1.35rem;
  border-left: 6px solid var(--yellow);
  background: #f7faff;
  border-radius: 8px;
}

.article-callout strong,
.article-callout span {
  display: block;
}

.related-posts {
  background: #eef4fb;
}

.related-grid ul {
  margin: 0;
  padding-left: 1.1rem;
}

.related-grid li + li {
  margin-top: .45rem;
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    padding: .5rem 0 .8rem;
  }

  .brand img {
    width: 70px;
    height: 70px;
  }

  .service-grid,
  .why-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-grid {
    grid-template-columns: 1fr;
  }

  .local-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-slider {
    grid-auto-columns: minmax(300px, 64%);
  }

  .area-list {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .area-list-full {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .blog-hero-grid,
  .blog-grid,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .blog-cta-row,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, 1160px);
  }

  .topbar {
    grid-template-columns: auto 1fr auto auto;
    gap: .8rem;
    min-height: 76px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + .45rem);
    left: .9rem;
    right: .9rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .15rem;
    padding: .55rem;
    background: #fff;
    border: 1px solid rgba(216, 227, 241, .9);
    border-bottom: 4px solid var(--yellow);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(7, 31, 69, .2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a,
  .home-page .site-header:not(.is-separated) .main-nav a:not(.nav-cta) {
    color: var(--blue-950);
    padding: .68rem .82rem;
    font-size: .9rem;
    text-align: center;
    text-shadow: none;
    border-radius: 12px;
  }

  .main-nav a:hover,
  .home-page .site-header:not(.is-separated) .main-nav a:not(.nav-cta):hover {
    background: #edf4ff;
    color: var(--blue-700);
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .main-nav .nav-cta,
  .site-header nav a[href*="wasap.my"] {
    grid-column: 4;
    grid-row: 1;
    margin-left: 0;
  }

  .brand img {
    width: 66px;
    height: 66px;
  }

  .hero {
    height: clamp(350px, 104vw, 460px);
  }

  .hero-overlay {
    padding: 5rem 0 2rem;
  }

  .hero-overlay .wrap {
    transform: translateY(.25rem);
  }

  .hero h1 {
    font-size: clamp(2.15rem, 13vw, 3.6rem);
    line-height: .86;
  }

  .tagline {
    max-width: 290px;
    font-size: clamp(.92rem, 4vw, 1.12rem);
    line-height: 1.25;
  }

  .hero-primary {
    min-height: 42px;
    padding: .62rem .9rem;
    font-size: .84rem;
  }

  .section {
    padding: 3rem 0;
  }

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

  .service-grid,
  .why-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .faq-answer.with-badge {
    grid-template-columns: 1fr;
  }

  .trust-badge {
    width: 112px;
  }

  .brand-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-logo-row img {
    max-height: 36px;
  }

  .review-controls {
    justify-content: space-between;
  }

  .review-slider {
    grid-auto-columns: minmax(274px, 90%);
  }

  .area-list {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .area-list-full {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    padding-top: 2rem;
  }

  .section-heading-row {
    display: block;
  }

  .section-heading-row p {
    margin-top: .5rem;
  }

  .blog-hero h1,
  .blog-article h1 {
    font-size: clamp(2.7rem, 14vw, 4.6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .service-grid article,
  .js .service-grid article.is-visible {
    opacity: 1;
    transform: none;
  }

  .service-grid article,
  .service-grid img,
  .service-grid article::after {
    transition: none;
  }

  .hero-primary {
    animation: none;
  }
}
