:root {
  --orange: #ff970f;
  --orange-dark: #ed8505;
  --cream: #fff0cf;
  --navy: #0f223b;
  --dark: #1d2838;
  --text: #102033;
  --muted: #5c6f89;
  --line: #e6edf5;
  --soft: #f5f9fd;
  --white: #fff;
  --shadow: 0 16px 30px rgba(15, 34, 59, .16);
  --radius: 8px;
}

/* V4 refinements based on the provided Hallonet reference video. */
.brand {
  width: 176px;
  min-width: 176px;
  gap: 8px;
  padding: 0;
  background: transparent;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--orange);
  border-radius: 9px;
  background: var(--white);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.brand-text {
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1.3px;
  text-transform: lowercase;
}

.brand-text span {
  color: #fff7e8;
}

.hero {
  background: var(--orange);
}

.hero-image {
  background:
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.88) 0 122px, transparent 123px),
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.42) 0 48px, transparent 49px),
    linear-gradient(135deg, #ffb821, var(--orange));
}

.hero-image::before {
  background:
    radial-gradient(ellipse at 0% 0%, #fff 0 24%, transparent 24.2%),
    radial-gradient(ellipse at 70% 100%, #fff 0 20%, transparent 20.2%);
  opacity: 1;
}

.hero-image::after {
  width: min(470px, 38vw);
  height: min(360px, 30vw);
  right: 7%;
  bottom: 15%;
  left: auto;
  top: auto;
  border-radius: 42% 58% 50% 50%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
    radial-gradient(circle at 36% 46%, #f2bd98 0 32px, transparent 33px),
    linear-gradient(90deg, transparent 42%, #1c2736 42% 48%, transparent 48%);
  clip-path: path("M38,76 C90,2 198,25 245,72 C306,132 414,55 455,121 C505,201 426,340 304,314 C205,294 144,344 64,285 C-11,229 -22,140 38,76 Z");
  animation: floatImage 5.2s ease-in-out infinite;
  opacity: .96;
}

.support-team::after,
.coverage-map::after {
  opacity: .7;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255,151,15,.1), rgba(255,151,15,.14) 52%, rgba(255,151,15,.05));
}

.hero-content {
  color: var(--white);
}

.hero-content h1 {
  max-width: 640px;
  color: var(--white);
  text-shadow: 0 4px 14px rgba(143, 83, 0, .22);
}

.hero-content p:not(.eyebrow) {
  color: rgba(255,255,255,.96);
}

.hero-content .eyebrow {
  color: var(--white);
}

.btn-white {
  color: #d56d00;
}

.wide-cta {
  background: var(--orange);
}

.wide-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 120px;
  background: #fff;
  clip-path: ellipse(62% 75% at 32% 0%);
}

.wide-cta .section-inner {
  min-height: 440px;
  display: grid;
  align-content: center;
}

.wide-cta h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.featured-services {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-card {
  min-height: 380px;
  padding: 28px;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(180deg, #ffb423, var(--orange));
  box-shadow: 0 14px 28px rgba(255,151,15,.22);
}

.service-card:nth-child(2n),
.service-card:nth-child(3n) {
  background: linear-gradient(180deg, #ffb423, var(--orange));
}

.service-card:hover {
  transform: translateY(-8px) rotate(-1deg);
}

.service-icon {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 236px;
  height: 170px;
  object-fit: contain;
  transform: translateX(-50%);
  transition: transform .28s ease;
}

.service-card:hover .service-icon {
  transform: translateX(-50%) translateY(-10px) scale(1.04);
}

.service-card h3 {
  font-size: 25px;
  text-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.service-hover {
  background: linear-gradient(135deg, rgba(15,34,59,.96), rgba(255,151,15,.91));
}

.mini-services {
  width: min(860px, 100%);
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.mini-services span {
  padding: 12px 16px;
  color: #d56d00;
  border-radius: 999px;
  background: #fff0cf;
  font-weight: 900;
}

.logo-track span {
  color: #7b8795;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.testimonial-section {
  background: #fff7de;
}

.testimonial-card {
  min-height: 236px;
  text-align: center;
  border-radius: 12px;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 32px;
  height: 32px;
  background: var(--white);
  transform: translateX(-50%) rotate(45deg);
}

.testimonial-card p {
  font-style: italic;
}

.avatar-icon {
  width: 78px;
  height: 78px;
  margin: 32px auto 8px;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(255,151,15,.2);
}

.promo-banner {
  margin-top: 64px;
}

.promo-visual {
  min-height: 500px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 64% 52%, rgba(255,255,255,.9) 0 62px, transparent 63px),
    radial-gradient(circle at 78% 47%, rgba(255,255,255,.92) 0 70px, transparent 71px),
    radial-gradient(circle at 89% 56%, rgba(255,255,255,.88) 0 72px, transparent 73px),
    linear-gradient(90deg, var(--orange) 0 42%, #fff4e4 42% 76%, var(--orange) 76% 100%);
}

.promo-visual h2 {
  text-transform: uppercase;
  text-shadow: 0 5px 12px rgba(143,83,0,.22);
}

.faq-section {
  grid-template-columns: 1fr 1fr;
}

.faq-list details {
  box-shadow: none;
  border-bottom: 1px solid #edf1f6;
}

.faq-list summary {
  min-height: 72px;
}

.contact-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.contact-info-card {
  min-height: 138px;
}

.contact-form input,
.contact-form textarea {
  background: #f0f4f8;
}

.wa-float {
  box-shadow: 0 10px 20px rgba(37,211,102,.35);
}

@media (max-width: 1050px) {
  .brand {
    width: 170px;
    min-width: 170px;
  }

  .featured-services,
  .faq-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand {
    width: 156px;
    min-width: 156px;
  }

  .brand-text {
    font-size: 23px;
  }

  .hero-image::after {
    width: 270px;
    height: 210px;
    right: -16px;
    bottom: 70px;
  }

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

  .service-icon {
    width: 210px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.floating-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}

.nav-pill {
  width: min(1224px, calc(100% - 48px));
  min-height: 84px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: var(--radius);
  background: var(--orange);
  box-shadow: var(--shadow);
  pointer-events: auto;
}

.brand {
  display: flex;
  align-items: center;
  width: 174px;
  min-width: 174px;
  height: 52px;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-links a:hover {
  transform: translateY(-2px);
  opacity: .86;
}

.client-area {
  gap: 10px;
  min-width: 170px;
  justify-content: center;
  padding: 0 22px;
  color: var(--orange);
  border-radius: var(--radius);
  background: var(--white);
}

.user-dot {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
}

.user-dot::before,
.user-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.user-dot::before {
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.user-dot::after {
  bottom: 0;
  width: 14px;
  height: 7px;
  border-radius: 8px 8px 2px 2px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .2);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease, visibility .65s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

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

.hero-slide.active .hero-image {
  animation: imageZoom 6s ease forwards;
}

.hero-image {
  transform: scale(1);
  background:
    radial-gradient(circle at 82% 20%, rgba(255,151,15,.7), transparent 17%),
    linear-gradient(135deg, #123e70, #3e89d6);
}

.hero-image::before,
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
}

.net-speed::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.24) 0 58px, transparent 59px),
    radial-gradient(circle at 74% 38%, rgba(255,255,255,.19) 0 96px, transparent 97px),
    linear-gradient(112deg, transparent 0 43%, rgba(255,255,255,.16) 43% 48%, transparent 48%),
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(255,255,255,.08) 80px 82px);
}

.net-speed::after {
  width: 520px;
  height: 360px;
  right: 8%;
  bottom: 12%;
  left: auto;
  top: auto;
  border-radius: 48px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.72)),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(47,128,237,.22) 34px 58px);
  clip-path: polygon(8% 18%, 48% 0, 100% 28%, 86% 100%, 12% 88%, 0 46%);
  opacity: .9;
  animation: floatImage 5s ease-in-out infinite;
}

.support-team {
  background:
    radial-gradient(circle at 72% 28%, rgba(255,151,15,.7), transparent 22%),
    linear-gradient(135deg, #f9b544, #ff970f);
}

.support-team::before {
  width: 430px;
  height: 430px;
  right: 12%;
  bottom: 8%;
  left: auto;
  top: auto;
  border-radius: 48px;
  background:
    radial-gradient(circle at 50% 28%, #ffd6b3 0 34px, transparent 35px),
    linear-gradient(90deg, transparent 43%, #1a2533 43% 57%, transparent 57%),
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.45));
  transform: rotate(8deg);
  animation: floatImage 5.8s ease-in-out infinite;
}

.support-team::after {
  width: 220px;
  height: 220px;
  right: 26%;
  top: 26%;
  left: auto;
  border-radius: 50%;
  border: 34px solid rgba(255,255,255,.72);
  border-bottom-color: transparent;
  transform: rotate(-15deg);
}

.coverage-map {
  background:
    linear-gradient(135deg, #122f55, #37a0dc);
}

.coverage-map::before {
  background:
    radial-gradient(circle at 75% 34%, rgba(255,151,15,.78) 0 14px, transparent 15px),
    radial-gradient(circle at 64% 55%, rgba(255,151,15,.78) 0 10px, transparent 11px),
    radial-gradient(circle at 82% 63%, rgba(255,151,15,.78) 0 12px, transparent 13px),
    linear-gradient(28deg, transparent 20%, rgba(255,255,255,.18) 20% 22%, transparent 22% 44%, rgba(255,255,255,.16) 44% 46%, transparent 46%),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(255,255,255,.08) 72px 74px),
    repeating-linear-gradient(0deg, transparent 0 72px, rgba(255,255,255,.08) 72px 74px);
}

.coverage-map::after {
  width: 360px;
  height: 360px;
  right: 13%;
  bottom: 12%;
  left: auto;
  top: auto;
  border: 2px solid rgba(255,255,255,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.09), 0 0 0 86px rgba(255,255,255,.06);
  animation: pulseMap 3s ease-in-out infinite;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(10, 23, 40, .84), rgba(10, 23, 40, .56) 52%, rgba(10, 23, 40, .24));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  padding-top: 230px;
}

.hero-content .eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  text-shadow: 0 8px 24px rgba(0,0,0,.28);
}

.hero-content p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-white {
  color: var(--orange);
  background: var(--white);
}

.btn-line {
  color: var(--white);
  border: 1px solid rgba(255,255,255,.46);
  background: rgba(255,255,255,.1);
}

.btn-orange {
  width: 100%;
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255,151,15,.24);
}

.hero-dots {
  position: absolute;
  left: max(24px, calc((100vw - 1120px) / 2));
  bottom: 70px;
  z-index: 10;
  display: flex;
  gap: 10px;
}

.hero-dots button {
  width: 38px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}

.hero-dots button.active {
  background: var(--orange);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.about-copy p,
.section-title p,
.wide-cta p,
.faq-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.benefit-grid,
.service-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.benefit-grid {
  margin-top: 52px;
}

.benefit-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15, 34, 59, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.benefit-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--orange);
  font-size: 22px;
}

.benefit-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.benefit-card p,
.service-card p,
.testimonial-card p,
.news-content p,
.news-list h3,
.contact-info-card p,
.footer p,
.footer a {
  color: var(--muted);
  line-height: 1.65;
}

.wide-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #123e70, #2f80ed);
}

.wide-cta::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 14%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  animation: pulseMap 3.4s ease-in-out infinite;
}

.wide-cta .section-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
}

.wide-cta h2 {
  max-width: 780px;
  color: var(--white);
}

.wide-cta p {
  max-width: 760px;
  color: rgba(255,255,255,.86);
}

.kicker.light {
  color: var(--cream);
}

.services {
  width: 100%;
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  padding-right: max(16px, calc((100vw - 1120px) / 2));
}

.section-title {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.service-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffc778, var(--orange));
  box-shadow: 0 12px 30px rgba(255,151,15,.18);
}

.service-card:nth-child(2n) {
  background: linear-gradient(135deg, #ffdda6, #f6a021);
}

.service-card:nth-child(3n) {
  background: linear-gradient(135deg, #fff4e4, #ffb657);
}

.service-art {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 190px;
  height: 155px;
  transform: translateX(-50%);
  opacity: .9;
}

.service-art::before,
.service-art::after {
  content: "";
  position: absolute;
}

.art-dedicated::before {
  inset: 24px 56px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #9fc8ef, #5c9ddb);
  box-shadow: 0 0 0 16px rgba(255,255,255,.32);
}

.art-dedicated::after {
  inset: auto 20px 0;
  height: 16px;
  background: repeating-linear-gradient(90deg, #8fc4f7 0 20px, transparent 20px 34px);
}

.art-broadband::before {
  inset: 18px 36px 26px;
  border-radius: 42% 58% 45% 55%;
  background: rgba(94, 132, 238, .55);
}

.art-broadband::after {
  left: 72px;
  bottom: 20px;
  width: 46px;
  height: 98px;
  border-radius: 22px 22px 4px 4px;
  background: #f7d2b6;
}

.art-managed::before {
  inset: 40px 16px 48px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.8);
  box-shadow: 54px 26px 0 rgba(255,255,255,.5), -44px 42px 0 rgba(255,255,255,.44);
}

.art-managed::after {
  left: 60px;
  top: 52px;
  width: 70px;
  height: 44px;
  border: 8px solid #7ab8f4;
  border-bottom: 0;
  border-radius: 45px 45px 0 0;
}

.art-cctv::before {
  left: 30px;
  top: 44px;
  width: 130px;
  height: 56px;
  border-radius: 12px 38px 38px 12px;
  background: #2c5975;
  transform: rotate(-12deg);
}

.art-cctv::after {
  right: 48px;
  top: 86px;
  width: 14px;
  height: 70px;
  background: #24475d;
  transform: rotate(18deg);
}

.art-software::before {
  inset: 28px 28px 26px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #dcecff);
  box-shadow: inset 0 18px 0 #2f80ed;
}

.art-software::after {
  left: 62px;
  top: 74px;
  width: 70px;
  height: 10px;
  background: repeating-linear-gradient(90deg, #ff970f 0 16px, #2f80ed 16px 32px);
}

.art-support::before {
  left: 48px;
  top: 26px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 16px solid rgba(255,255,255,.76);
  border-right-color: #2f80ed;
}

.art-support::after {
  left: 62px;
  bottom: 18px;
  width: 66px;
  height: 38px;
  border-radius: 40px 40px 10px 10px;
  background: rgba(255,255,255,.82);
}

.service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: var(--white);
  font-size: 25px;
  text-align: center;
}

.service-card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.9);
  text-align: center;
  font-weight: 700;
}

.service-hover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(15,34,59,.94), rgba(47,128,237,.9));
  transform: translateY(100%);
  transition: transform .32s ease;
}

.service-card:hover .service-hover {
  transform: translateY(0);
}

.service-hover h3 {
  text-align: left;
}

.service-hover p {
  color: rgba(255,255,255,.86);
}

.service-hover a {
  color: var(--orange);
  font-weight: 900;
}

.partners {
  overflow: hidden;
}

.logo-cloud {
  overflow: hidden;
  padding: 20px 0;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(15,34,59,.08);
}

.logo-track {
  width: max-content;
  display: flex;
  gap: 26px;
  animation: marquee 26s linear infinite;
}

.logo-cloud:hover .logo-track {
  animation-play-state: paused;
}

.logo-track span {
  min-width: 210px;
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #7b8795;
  border-right: 1px solid var(--line);
  font-weight: 900;
  filter: grayscale(1);
  opacity: .78;
  text-align: center;
}

.trusted-section {
  padding: 72px 16px;
  text-align: center;
}

.trusted-row {
  width: min(1120px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.trusted-row span {
  min-height: 72px;
  display: grid;
  place-items: center;
  color: #8d98a8;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15,34,59,.06);
  font-weight: 900;
  filter: grayscale(1);
}

.testimonial-section {
  padding: 92px max(16px, calc((100vw - 1120px) / 2));
  background: var(--cream);
}

.testimonial-card {
  position: relative;
  min-height: 260px;
  padding: 32px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.stars {
  color: var(--orange);
  letter-spacing: 2px;
}

.avatar {
  width: 64px;
  height: 64px;
  margin-top: 24px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--orange);
  font-weight: 900;
  font-size: 26px;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
  margin-top: 8px;
}

.testimonial-card span {
  color: var(--muted);
}

.promo-banner {
  width: min(1238px, calc(100% - 32px));
  margin: 48px auto 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--orange);
}

.promo-visual {
  min-height: 410px;
  padding: 64px 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 44%, rgba(255,255,255,.95) 0 72px, transparent 73px),
    radial-gradient(circle at 72% 55%, rgba(255,255,255,.9) 0 52px, transparent 53px),
    linear-gradient(90deg, var(--orange) 0 45%, rgba(255,255,255,.15) 45% 47%, transparent 47%),
    repeating-linear-gradient(90deg, transparent 0 95px, rgba(255,255,255,.12) 95px 98px);
  animation: imageZoom 7s ease-in-out infinite alternate;
}

.promo-tag {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--orange);
  background: var(--white);
  font-weight: 900;
}

.promo-visual h2 {
  max-width: 620px;
  margin-top: 28px;
  color: var(--white);
  font-size: clamp(42px, 6vw, 76px);
}

.promo-visual p {
  max-width: 560px;
  color: rgba(255,255,255,.92);
  font-size: 20px;
}

.news-layout {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 46px;
}

.news-main {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(15,34,59,.08);
}

.news-image {
  height: 320px;
  background:
    radial-gradient(circle at 62% 42%, #2abd4e 0 74px, transparent 75px),
    linear-gradient(135deg, #f2f2f2, #fff);
  position: relative;
}

.news-image::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: var(--radius);
  background: repeating-linear-gradient(90deg, #f9f9f9 0 82px, #d9dde3 82px 88px);
  transform: rotate(-8deg) scale(1.12);
}

.news-content {
  padding: 32px;
}

.tag {
  display: inline-flex;
  padding: 7px 12px;
  color: var(--orange);
  border-radius: 999px;
  background: #fff0cf;
  font-size: 12px;
  font-weight: 900;
}

.news-content h3 {
  color: var(--orange);
  font-size: 24px;
}

.news-list {
  display: grid;
  gap: 24px;
}

.news-list article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
}

.thumb {
  width: 96px;
  height: 96px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--orange), #ffd189);
}

.thumb-b {
  background: linear-gradient(135deg, #3faee0, #abdcff);
}

.thumb-c {
  background: linear-gradient(135deg, #1d2838, #3e89d6);
}

.news-list small {
  color: var(--muted);
  text-transform: uppercase;
}

.news-list h3 {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 18px;
}

.faq-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 60px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.question-card {
  position: relative;
  width: min(460px, 100%);
  min-height: 500px;
  margin: 0 auto;
}

.question-card::before {
  content: "";
  position: absolute;
  inset: 68px 20px 70px;
  border-radius: 42px;
  background: linear-gradient(135deg, #77a7ff, #5f85ec);
  transform: rotate(-12deg);
  animation: floatImage 4.8s ease-in-out infinite;
}

.question-card span {
  position: absolute;
  top: 44px;
  left: 42%;
  z-index: 2;
  color: #f4af1b;
  font-size: 210px;
  font-weight: 900;
  transform: translateX(-50%);
}

.person {
  position: absolute;
  left: 44%;
  bottom: 22px;
  z-index: 3;
  width: 92px;
  height: 260px;
  background: linear-gradient(180deg, #e44461 0 36%, #1d2838 36% 100%);
  border-radius: 42px 42px 8px 8px;
  transform: rotate(7deg);
}

.person::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -48px;
  width: 48px;
  height: 54px;
  border-radius: 50%;
  background: #f4bd9c;
  box-shadow: 10px -12px 0 #1d2838;
}

.faq-content h2 {
  margin-bottom: 30px;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-list details {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15,34,59,.11);
}

.faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 900;
}

.faq-list summary::after {
  content: "+";
  color: var(--text);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact-section {
  padding: 92px max(16px, calc((100vw - 1238px) / 2));
}

.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 64px;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-info-card {
  min-height: 138px;
  display: grid;
  place-items: center;
  padding: 22px;
  text-align: center;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(15,34,59,.11);
}

.contact-info-card.wide {
  grid-column: 1 / -1;
}

.contact-icon {
  color: var(--orange);
  font-size: 30px;
  line-height: 1;
}

.contact-info-card strong {
  margin-top: 8px;
}

.contact-info-card p {
  margin: 6px 0 0;
}

.map-card {
  height: 320px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(15,34,59,.11);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 22px;
  padding: 32px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(15,34,59,.12);
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
}

.contact-form label span {
  color: #8d98a8;
  font-weight: 400;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dbe4ef;
  border-radius: var(--radius);
  background: #f0f4f8;
  padding: 14px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.footer {
  margin-top: 24px;
  padding: 52px max(24px, calc((100vw - 1224px) / 2));
  color: var(--white);
  border-radius: 24px 24px 0 0;
  background: var(--dark);
}

.footer-top {
  padding-bottom: 42px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer h2,
.footer h3 {
  color: var(--white);
}

.footer-top p {
  color: #aeb9c8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-grid a {
  display: block;
  margin: 14px 0;
  color: var(--white);
}

.footer-grid p {
  color: var(--white);
}

.footer-bottom p {
  color: #7f8da0;
}

.wa-float,
.back-top {
  position: fixed;
  right: 24px;
  z-index: 110;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(15,34,59,.22);
}

.wa-float {
  bottom: 82px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #25d366;
  animation: waPulse 1.8s ease-in-out infinite;
}

.wa-float img {
  width: 56px;
  height: 56px;
}

.back-top {
  bottom: 22px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--text);
  background: var(--white);
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
  opacity: .95;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes imageZoom {
  from { transform: scale(1); }
  to { transform: scale(1.09); }
}

@keyframes floatImage {
  0%, 100% { transform: translateY(0) rotate(-12deg); }
  50% { transform: translateY(-18px) rotate(-10deg); }
}

@keyframes pulseMap {
  0%, 100% { transform: scale(.92); opacity: .72; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes waPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@media (max-width: 1050px) {
  .nav-pill {
    min-height: 72px;
    padding: 0 18px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 84px;
    left: 24px;
    right: 24px;
    display: none;
    padding: 12px;
    border-radius: var(--radius);
    background: var(--orange);
  }

  .nav-links.open {
    display: grid;
    gap: 4px;
  }

  .client-area {
    width: max-content;
  }

  .split,
  .faq-section,
  .contact-grid,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .service-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trusted-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .floating-header {
    top: 12px;
  }

  .nav-pill {
    width: calc(100% - 24px);
    min-height: 66px;
  }

  .brand {
    width: 148px;
    min-width: 148px;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-top: 160px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 16px;
  }

  .section,
  .faq-section {
    width: calc(100% - 24px);
    padding: 70px 0;
  }

  .benefit-grid,
  .service-grid,
  .testimonial-grid,
  .trusted-row,
  .contact-cards,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 340px;
  }

  .promo-visual {
    min-height: 360px;
    padding: 36px 24px;
  }

  .news-list article {
    grid-template-columns: 76px 1fr;
  }

  .thumb {
    width: 76px;
    height: 76px;
  }

  .question-card {
    min-height: 360px;
  }

  .question-card span {
    font-size: 150px;
  }

  .person {
    height: 190px;
  }
}

/* Final V4 override block: keep this at the end so it wins over older v3 rules. */
.brand {
  width: 176px;
  min-width: 176px;
  gap: 8px;
  padding: 0;
  background: transparent;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--orange);
  border-radius: 9px;
  background: var(--white);
  font-size: 22px;
  font-weight: 900;
}

.brand-text {
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1.3px;
  text-transform: lowercase;
}

.brand-text span {
  color: #fff7e8;
}

.hero {
  background: var(--orange);
}

.hero-image {
  background:
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.88) 0 122px, transparent 123px),
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.42) 0 48px, transparent 49px),
    linear-gradient(135deg, #ffb821, var(--orange));
}

.hero-image::before {
  background:
    radial-gradient(ellipse at 0% 0%, #fff 0 24%, transparent 24.2%),
    radial-gradient(ellipse at 70% 100%, #fff 0 20%, transparent 20.2%);
  opacity: 1;
}

.hero-image::after {
  width: min(470px, 38vw);
  height: min(360px, 30vw);
  right: 7%;
  bottom: 15%;
  left: auto;
  top: auto;
  border-radius: 42% 58% 50% 50%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
    radial-gradient(circle at 36% 46%, #f2bd98 0 32px, transparent 33px),
    linear-gradient(90deg, transparent 42%, #1c2736 42% 48%, transparent 48%);
  animation: floatImage 5.2s ease-in-out infinite;
  opacity: .96;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(255,151,15,.08), rgba(255,151,15,.12) 52%, rgba(255,151,15,.04));
}

.hero-content h1 {
  max-width: 640px;
  color: var(--white);
  text-shadow: 0 4px 14px rgba(143, 83, 0, .22);
}

.hero-content p:not(.eyebrow) {
  color: rgba(255,255,255,.96);
}

.hero-content .eyebrow {
  color: var(--white);
}

.btn-white {
  color: #d56d00;
}

.wide-cta {
  background: var(--orange);
}

.wide-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 120px;
  background: #fff;
  clip-path: ellipse(62% 75% at 32% 0%);
}

.wide-cta .section-inner {
  min-height: 440px;
  display: grid;
  align-content: center;
}

.wide-cta h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.featured-services {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-card,
.service-card:nth-child(2n),
.service-card:nth-child(3n) {
  min-height: 380px;
  padding: 28px;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(180deg, #ffb423, var(--orange));
  box-shadow: 0 14px 28px rgba(255,151,15,.22);
}

.service-card:hover {
  transform: translateY(-8px) rotate(-1deg);
}

.service-icon {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 236px;
  height: 170px;
  object-fit: contain;
  transform: translateX(-50%);
  transition: transform .28s ease;
}

.service-card:hover .service-icon {
  transform: translateX(-50%) translateY(-10px) scale(1.04);
}

.service-hover {
  background: linear-gradient(135deg, rgba(15,34,59,.96), rgba(255,151,15,.91));
}

.mini-services {
  width: min(860px, 100%);
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.mini-services span {
  padding: 12px 16px;
  color: #d56d00;
  border-radius: 999px;
  background: #fff0cf;
  font-weight: 900;
}

.testimonial-section {
  background: #fff7de;
}

.testimonial-card {
  min-height: 236px;
  text-align: center;
  border-radius: 12px;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 32px;
  height: 32px;
  background: var(--white);
  transform: translateX(-50%) rotate(45deg);
}

.testimonial-card p {
  font-style: italic;
}

.avatar-icon {
  width: 78px;
  height: 78px;
  margin: 32px auto 8px;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(255,151,15,.2);
}

.promo-visual {
  min-height: 500px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 64% 52%, rgba(255,255,255,.9) 0 62px, transparent 63px),
    radial-gradient(circle at 78% 47%, rgba(255,255,255,.92) 0 70px, transparent 71px),
    radial-gradient(circle at 89% 56%, rgba(255,255,255,.88) 0 72px, transparent 73px),
    linear-gradient(90deg, var(--orange) 0 42%, #fff4e4 42% 76%, var(--orange) 76% 100%);
}

.promo-visual h2 {
  text-transform: uppercase;
  text-shadow: 0 5px 12px rgba(143,83,0,.22);
}

.contact-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

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

@media (max-width: 680px) {
  .brand {
    width: 156px;
    min-width: 156px;
  }

  .brand-text {
    font-size: 23px;
  }

  .hero-image::after {
    width: 270px;
    height: 210px;
    right: -16px;
    bottom: 70px;
  }
}

/* V5: real attached logo + smaller typography. */
.brand {
  width: 270px;
  min-width: 270px;
  height: 58px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.brand-mark,
.brand-text {
  display: none;
}

.nav-links {
  gap: 24px;
  font-size: 12.5px;
}

.client-area {
  min-width: 154px;
  padding: 0 18px;
}

.hero-content h1 {
  max-width: 620px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.62;
}

.hero-content .eyebrow,
.kicker {
  font-size: 12.5px;
  letter-spacing: 1.2px;
}

h2 {
  font-size: clamp(27px, 3.4vw, 40px);
  line-height: 1.12;
}

.section-title p,
.about-copy p,
.wide-cta p,
.faq-content p {
  font-size: 15.5px;
}

.wide-cta h2 {
  font-size: clamp(34px, 4.2vw, 52px);
}

.benefit-card h3,
.service-card h3,
.service-hover h3 {
  font-size: 21px;
}

.benefit-card p,
.service-card p,
.service-hover p,
.testimonial-card p,
.news-content p,
.faq-list p,
.contact-info-card p,
.footer p,
.footer a {
  font-size: 14.5px;
}

.service-card {
  min-height: 350px;
}

.service-icon {
  width: 218px;
  height: 158px;
}

.mini-services span {
  font-size: 13px;
  padding: 10px 14px;
}

.trusted-section .section-title h2,
.testimonial-section .section-title h2,
.news .section-title h2,
.faq-content h2,
.contact-section .section-title h2 {
  font-size: clamp(28px, 3.2vw, 38px);
}

.testimonial-card strong {
  font-size: 15px;
}

.testimonial-card span,
.news-list small {
  font-size: 12px;
}

.news-content h3,
.news-list h3 {
  font-size: 20px;
}

.faq-list summary {
  min-height: 62px;
  font-size: 14.5px;
}

.contact-form label {
  font-size: 14px;
}

.footer h2 {
  font-size: 29px;
}

.footer h3 {
  font-size: 17px;
}

@media (max-width: 1050px) {
  .brand {
    width: 236px;
    min-width: 236px;
  }

  .nav-links {
    font-size: 13px;
  }
}

@media (max-width: 680px) {
  .brand {
    width: 198px;
    min-width: 198px;
    height: 50px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .service-card {
    min-height: 330px;
  }
}

/* V5.1: smaller font and tighter anchor landing. */
html {
  scroll-padding-top: 92px;
}

#tentang,
#layanan,
#klien,
#testimoni,
#berita,
#faq,
#kontak {
  scroll-margin-top: 86px;
}

.nav-pill {
  min-height: 78px;
}

.brand {
  width: 238px;
  min-width: 238px;
  height: 48px;
}

.nav-links {
  gap: 20px;
  font-size: 11.5px;
}

.client-area {
  min-width: 142px;
  min-height: 44px;
  padding: 0 15px;
}

.hero,
.hero-content {
  min-height: 650px;
}

.hero-content {
  padding-top: 190px;
}

.hero-content h1 {
  max-width: 590px;
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: 1.04;
}

.hero-content p:not(.eyebrow) {
  max-width: 570px;
  margin-top: 18px;
  font-size: 14.5px;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 24px;
}

.hero-content .eyebrow,
.kicker {
  margin-bottom: 11px;
  font-size: 11.5px;
  letter-spacing: 1.1px;
}

.btn {
  min-height: 43px;
  padding: 0 18px;
  font-size: 13px;
}

.hero-dots {
  bottom: 44px;
}

.section {
  padding: 64px 0;
}

.about {
  padding-top: 46px;
}

h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.section-title {
  margin-bottom: 38px;
}

.section-title p,
.about-copy p,
.wide-cta p,
.faq-content p {
  font-size: 14px;
  line-height: 1.62;
}

.wide-cta .section-inner {
  min-height: 360px;
  padding: 64px 0;
}

.wide-cta h2 {
  font-size: clamp(30px, 3.8vw, 44px);
}

.benefit-grid,
.service-grid,
.testimonial-grid {
  gap: 22px;
}

.benefit-card {
  padding: 22px;
}

.benefit-card h3,
.service-card h3,
.service-hover h3 {
  font-size: 18.5px;
}

.benefit-card p,
.service-card p,
.service-hover p,
.testimonial-card p,
.news-content p,
.faq-list p,
.contact-info-card p,
.footer p,
.footer a {
  font-size: 13.2px;
}

.service-card,
.service-card:nth-child(2n),
.service-card:nth-child(3n) {
  min-height: 315px;
}

.service-icon {
  top: 38px;
  width: 190px;
  height: 136px;
}

.mini-services span {
  font-size: 12px;
  padding: 9px 13px;
}

.trusted-section {
  padding: 54px 16px;
}

.trusted-section .section-title h2,
.testimonial-section .section-title h2,
.news .section-title h2,
.faq-content h2,
.contact-section .section-title h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.testimonial-section {
  padding-top: 64px;
  padding-bottom: 72px;
}

.testimonial-card {
  min-height: 215px;
  padding: 26px;
}

.avatar-icon {
  width: 66px;
  height: 66px;
  margin-top: 24px;
}

.promo-visual {
  min-height: 410px;
  padding: 48px 58px;
}

.promo-visual h2 {
  font-size: clamp(30px, 4.3vw, 54px);
}

.promo-visual p {
  font-size: 16px;
}

.news-content {
  padding: 26px;
}

.news-content h3,
.news-list h3 {
  font-size: 17px;
}

.faq-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.faq-list summary {
  min-height: 56px;
  font-size: 13.5px;
}

.contact-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.contact-form {
  gap: 17px;
  padding: 26px;
}

.contact-form label {
  font-size: 13px;
}

.footer {
  padding-top: 42px;
}

.footer h2 {
  font-size: 25px;
}

.footer h3 {
  font-size: 15.5px;
}

@media (max-width: 1050px) {
  .brand {
    width: 218px;
    min-width: 218px;
  }

  .hero-content {
    padding-top: 165px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 78px;
  }

  .nav-pill {
    min-height: 64px;
  }

  .brand {
    width: 184px;
    min-width: 184px;
    height: 44px;
  }

  .hero,
  .hero-content {
    min-height: 610px;
  }

  .hero-content h1 {
    font-size: 29px;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 13.5px;
  }

  .service-card {
    min-height: 300px;
  }
}

/* V5.2: tighter page fit and precise menu landing. */
html {
  scroll-padding-top: 106px;
}

#tentang,
#layanan,
#klien,
#testimoni,
#berita,
#faq,
#kontak {
  scroll-margin-top: 106px;
}

.floating-header {
  top: 18px;
}

.nav-pill {
  min-height: 72px;
  padding-left: 28px;
  padding-right: 28px;
}

.brand {
  width: 220px;
  min-width: 220px;
  height: 45px;
}

.nav-links {
  gap: 18px;
  font-size: 11px;
}

.client-area {
  min-width: 132px;
  min-height: 41px;
  padding: 0 13px;
}

.hero,
.hero-content {
  min-height: 610px;
}

.hero-content {
  padding-top: 172px;
}

.hero-content h1 {
  max-width: 560px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.04;
}

.hero-content p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 15px;
  font-size: 13.6px;
  line-height: 1.52;
}

.hero-content .eyebrow,
.kicker {
  font-size: 10.8px;
  letter-spacing: 1px;
}

.btn {
  min-height: 40px;
  padding: 0 16px;
  font-size: 12.5px;
}

.section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.about {
  padding-top: 34px;
}

h2 {
  font-size: clamp(22px, 2.7vw, 30px);
}

.section-title {
  margin-bottom: 30px;
}

.section-title p,
.about-copy p,
.wide-cta p,
.faq-content p {
  font-size: 13.2px;
}

.split {
  gap: 42px;
}

.benefit-grid {
  margin-top: 34px;
}

.wide-cta .section-inner {
  min-height: 320px;
  padding-top: 54px;
  padding-bottom: 54px;
}

.wide-cta h2 {
  font-size: clamp(27px, 3.4vw, 38px);
}

.benefit-card {
  padding: 19px;
}

.benefit-card h3,
.service-card h3,
.service-hover h3 {
  font-size: 17px;
}

.benefit-card p,
.service-card p,
.service-hover p,
.testimonial-card p,
.news-content p,
.faq-list p,
.contact-info-card p,
.footer p,
.footer a {
  font-size: 12.7px;
}

.service-card,
.service-card:nth-child(2n),
.service-card:nth-child(3n) {
  min-height: 292px;
}

.service-icon {
  top: 30px;
  width: 170px;
  height: 122px;
}

.mini-services {
  margin-top: 20px;
}

.mini-services span {
  font-size: 11.5px;
  padding: 8px 12px;
}

.trusted-section,
.testimonial-section,
.contact-section,
.faq-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.trusted-section .section-title h2,
.testimonial-section .section-title h2,
.news .section-title h2,
.faq-content h2,
.contact-section .section-title h2 {
  font-size: clamp(22px, 2.7vw, 30px);
}

.testimonial-card {
  min-height: 196px;
  padding: 22px;
}

.avatar-icon {
  width: 58px;
  height: 58px;
  margin-top: 18px;
}

.promo-visual {
  min-height: 360px;
  padding: 38px 48px;
}

.promo-visual h2 {
  font-size: clamp(26px, 3.6vw, 44px);
}

.news-content {
  padding: 22px;
}

.news-content h3,
.news-list h3 {
  font-size: 15.5px;
}

.faq-list summary {
  min-height: 50px;
  font-size: 12.8px;
}

.contact-form {
  gap: 14px;
  padding: 22px;
}

.contact-form label {
  font-size: 12.5px;
}

.footer h2 {
  font-size: 22px;
}

.footer h3 {
  font-size: 14.5px;
}

@media (max-width: 1050px) {
  .brand {
    width: 204px;
    min-width: 204px;
  }
}

@media (max-width: 680px) {
  .floating-header {
    top: 10px;
  }

  .nav-pill {
    min-height: 60px;
  }

  .brand {
    width: 168px;
    min-width: 168px;
    height: 40px;
  }

  .hero,
  .hero-content {
    min-height: 570px;
  }

  .hero-content {
    padding-top: 138px;
  }

  .hero-content h1 {
    font-size: 27px;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 12.8px;
  }
}

/* V6: final smaller typography, precise menu landing, and safer service wording. */
html {
  scroll-padding-top: 118px;
}

#tentang,
#layanan,
#klien,
#testimoni,
#berita,
#faq,
#kontak {
  scroll-margin-top: 118px;
}

.floating-header {
  top: 16px;
}

.nav-pill {
  min-height: 68px;
}

.brand {
  width: 206px;
  min-width: 206px;
  height: 42px;
}

.nav-links {
  gap: 16px;
  font-size: 10.5px;
}

.client-area {
  min-width: 124px;
  min-height: 38px;
  padding: 0 12px;
}

.hero,
.hero-content {
  min-height: 575px;
}

.hero-content {
  padding-top: 158px;
}

.hero-content h1 {
  max-width: 530px;
  font-size: clamp(26px, 3.7vw, 40px);
  line-height: 1.04;
}

.hero-content p:not(.eyebrow) {
  max-width: 510px;
  margin-top: 13px;
  font-size: 12.8px;
  line-height: 1.48;
}

.hero-content .eyebrow,
.kicker {
  font-size: 10px;
  letter-spacing: .95px;
}

.btn {
  min-height: 38px;
  padding: 0 14px;
  font-size: 11.8px;
}

.hero-actions {
  margin-top: 20px;
}

.hero-dots {
  bottom: 34px;
}

.section {
  padding-top: 46px;
  padding-bottom: 46px;
}

.about {
  padding-top: 26px;
}

h2 {
  font-size: clamp(20px, 2.45vw, 27px);
}

.split {
  gap: 34px;
}

.section-title {
  margin-bottom: 25px;
}

.section-title p,
.about-copy p,
.wide-cta p,
.faq-content p {
  font-size: 12.4px;
  line-height: 1.55;
}

.benefit-grid {
  margin-top: 26px;
}

.benefit-card {
  padding: 17px;
}

.benefit-card h3,
.service-card h3,
.service-hover h3 {
  font-size: 15.8px;
}

.benefit-card p,
.service-card p,
.service-hover p,
.testimonial-card p,
.news-content p,
.faq-list p,
.contact-info-card p,
.footer p,
.footer a {
  font-size: 12px;
}

.wide-cta .section-inner {
  min-height: 288px;
  padding-top: 46px;
  padding-bottom: 46px;
}

.wide-cta h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.service-card,
.service-card:nth-child(2n),
.service-card:nth-child(3n) {
  min-height: 270px;
}

.service-icon {
  top: 24px;
  width: 154px;
  height: 112px;
}

.mini-services span {
  font-size: 10.8px;
  padding: 7px 11px;
}

.trusted-section,
.testimonial-section,
.contact-section,
.faq-section {
  padding-top: 46px;
  padding-bottom: 46px;
}

.trusted-section .section-title h2,
.testimonial-section .section-title h2,
.news .section-title h2,
.faq-content h2,
.contact-section .section-title h2 {
  font-size: clamp(20px, 2.45vw, 27px);
}

.testimonial-card {
  min-height: 182px;
  padding: 19px;
}

.avatar-icon {
  width: 52px;
  height: 52px;
  margin-top: 14px;
}

.promo-visual {
  min-height: 320px;
  padding: 32px 42px;
}

.promo-visual h2 {
  font-size: clamp(24px, 3vw, 38px);
}

.promo-visual p {
  font-size: 13.5px;
}

.news-content {
  padding: 19px;
}

.news-image {
  height: 260px;
}

.news-content h3,
.news-list h3 {
  font-size: 14.5px;
}

.news-list article {
  gap: 12px;
}

.faq-list summary {
  min-height: 46px;
  font-size: 12.2px;
}

.question-card {
  min-height: 440px;
}

.contact-form {
  gap: 12px;
  padding: 19px;
}

.contact-form label {
  font-size: 12px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
}

.footer {
  padding-top: 36px;
}

.footer h2 {
  font-size: 20px;
}

.footer h3 {
  font-size: 13.5px;
}

@media (max-width: 1050px) {
  .brand {
    width: 190px;
    min-width: 190px;
  }

  .nav-links {
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 92px;
  }

  #tentang,
  #layanan,
  #klien,
  #testimoni,
  #berita,
  #faq,
  #kontak {
    scroll-margin-top: 92px;
  }

  .brand {
    width: 158px;
    min-width: 158px;
    height: 38px;
  }

  .hero,
  .hero-content {
    min-height: 540px;
  }

  .hero-content {
    padding-top: 126px;
  }

  .hero-content h1 {
    font-size: 25px;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 12px;
  }
}

/* V7: official Sahabat IT service list. */
.service-grid-six {
  grid-template-columns: repeat(3, 1fr);
}

.service-grid-six .service-card,
.service-grid-six .service-card:nth-child(2n),
.service-grid-six .service-card:nth-child(3n) {
  min-height: 252px;
}

.service-grid-six .service-icon {
  top: 22px;
  width: 140px;
  height: 102px;
}

.service-grid-six .service-card h3 {
  max-width: 260px;
  font-size: 14.8px;
  line-height: 1.18;
}

.service-grid-six .service-card > p {
  font-size: 11px;
}

.service-grid-six .service-hover {
  padding: 22px;
}

.service-grid-six .service-hover h3 {
  font-size: 15px;
  line-height: 1.18;
}

.service-grid-six .service-hover p {
  font-size: 11.5px;
  line-height: 1.48;
}

.service-grid-six .service-hover a {
  font-size: 12px;
}

.testimonial-card .review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 14px;
  color: var(--white);
  border-radius: 999px;
  background: var(--orange);
  font-size: 11.5px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 145, 0, .18);
}

.testimonial-card .review-link:hover {
  transform: translateY(-2px);
}

/* V9: real customer reviews shown directly on the website. */
.rating-summary {
  width: min(420px, 100%);
  display: grid;
  justify-items: center;
  gap: 4px;
  margin: -18px auto 28px;
  padding: 18px 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.rating-summary strong {
  color: var(--navy);
  font-size: 42px;
  line-height: 1;
}

.rating-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.testimonial-grid {
  align-items: stretch;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
}

.testimonial-card .avatar-icon {
  margin-top: auto;
}

@media (max-width: 1050px) {
  .service-grid-six {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .service-grid-six {
    grid-template-columns: 1fr;
  }
}

/* V8: downloadable customer order form. */
#form-layanan {
  scroll-margin-top: 118px;
}

.order-form-section {
  width: min(1238px, calc(100% - 32px));
  margin: 58px auto 40px;
}

.order-form-card {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: center;
  padding: 40px;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ff9800 0%, #ffb22b 100%);
  box-shadow: 0 22px 44px rgba(255, 145, 0, .24);
}

.order-form-copy h2 {
  max-width: 620px;
  margin: 8px 0 10px;
  color: var(--white);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.order-form-copy p:not(.kicker) {
  max-width: 670px;
  color: rgba(255, 255, 255, .92);
  font-size: 13.5px;
  line-height: 1.7;
}

.order-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.pdf-preview {
  position: relative;
  min-height: 214px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: 28px;
  color: var(--navy);
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(15, 34, 59, .18);
  transform: rotate(2deg);
  transition: transform .25s ease, box-shadow .25s ease;
}

.pdf-preview:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 24px 48px rgba(15, 34, 59, .22);
}

.pdf-preview::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 52px solid rgba(255, 145, 0, .22);
  border-left: 52px solid transparent;
}

.pdf-preview span {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  min-height: 42px;
  color: var(--white);
  border-radius: 10px;
  background: var(--orange);
  font-size: 15px;
  font-weight: 900;
}

.pdf-preview strong {
  font-size: 18px;
  line-height: 1.15;
}

.pdf-preview small {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 860px) {
  .order-form-card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .pdf-preview {
    width: min(100%, 340px);
  }
}

@media (max-width: 680px) {
  #form-layanan {
    scroll-margin-top: 92px;
  }

  .order-form-section {
    margin-top: 36px;
  }

  .order-form-card {
    padding: 24px;
  }

  .order-form-copy h2 {
    font-size: 24px;
  }
}

/* V11: standalone pages for payment gateway review. */
.subpage-main {
  padding-top: 132px;
  background: #f5f8fc;
}

.subpage-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 58px 48px;
  color: var(--white);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ff9800 0%, #ffb22b 100%);
  box-shadow: 0 22px 44px rgba(255, 145, 0, .22);
}

.subpage-hero .kicker {
  color: rgba(255, 255, 255, .86);
}

.subpage-hero h1 {
  max-width: 780px;
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.06;
}

.subpage-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 1.7;
}

.content-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 58px;
}

.content-card {
  padding: 32px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.content-card + .content-card {
  margin-top: 18px;
}

.content-card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 24px;
}

.content-card h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 17px;
}

.content-card p,
.content-card li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.content-card ul,
.content-card ol {
  padding-left: 20px;
}

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

.legal-grid .content-card {
  margin: 0;
}

.policy-note {
  padding: 16px 18px;
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: #fff7ec;
}

.page-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-footer-links a {
  display: inline-flex;
  padding: 9px 13px;
  color: var(--navy);
  border-radius: 999px;
  background: #eef3fa;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.page-footer-links a:hover {
  color: var(--white);
  background: var(--orange);
}

@media (max-width: 780px) {
  .subpage-main {
    padding-top: 104px;
  }

  .subpage-hero {
    padding: 38px 24px;
  }

  .content-card {
    padding: 24px;
  }

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