: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: #ffffff;
  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(--navy);
  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(--navy);
}

.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;
  }
}

/* =====================================================================
   V12 TECHNOLOGY YELLOW THEME
   Visual-only override. Existing content and behavior are preserved.
   ===================================================================== */
:root {
  --orange: #ffc400;
  --orange-dark: #e8a900;
  --cream: #fff6c8;
  --navy: #121820;
  --dark: #0b1016;
  --text: #151b22;
  --muted: #66707e;
  --line: #e7e2ca;
  --soft: #fbfaf4;
  --white: #ffffff;
  --tech-yellow: #ffd21a;
  --tech-yellow-2: #ffb800;
  --tech-ink: #11161d;
  --tech-surface: #171e27;
  --tech-glow: rgba(255, 196, 0, .34);
  --shadow: 0 18px 50px rgba(17, 22, 29, .12);
  --radius: 18px;
}

html {
  scroll-padding-top: 118px;
}

body {
  overflow-x: hidden;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 196, 0, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 196, 0, .025) 1px, transparent 1px),
    #fff;
  background-size: 32px 32px;
}

::selection {
  color: #11161d;
  background: #ffd21a;
}

/* Header / navigation ------------------------------------------------- */
.floating-header {
  top: 18px;
  transition: top .25s ease;
}

.nav-pill {
  position: relative;
  min-height: 78px;
  padding: 0 18px 0 22px;
  gap: 18px;
  border: 1px solid rgba(255, 196, 0, .42);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    0 22px 60px rgba(12, 16, 22, .16),
    inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  overflow: visible;
}

.nav-pill::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffc400 16%, #ffd83a 50%, #ffc400 84%, transparent);
  box-shadow: 0 0 18px rgba(255,196,0,.55);
  pointer-events: none;
}

.nav-pill::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 8px;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, #ffc400 0 7px, transparent 7px 11px);
  opacity: .65;
  pointer-events: none;
}

.brand {
  width: 190px;
  min-width: 190px;
  height: 46px;
  padding: 4px 8px;
  border-radius: 12px;
  background: transparent;
}

.brand img {
  object-fit: contain;
}

.nav-links {
  gap: 8px;
  color: #20252d;
  font-size: 12px;
  letter-spacing: .35px;
}

.nav-links > a:not(.client-area) {
  position: relative;
  min-height: 42px;
  padding: 0 11px;
  border-radius: 11px;
}

.nav-links > a:not(.client-area)::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: #ffc400;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.nav-links > a:not(.client-area):hover {
  color: #11161d;
  background: #fff8d8;
  opacity: 1;
  transform: translateY(-1px);
}

.nav-links > a:not(.client-area):hover::after {
  transform: scaleX(1);
}

.client-area {
  min-width: 152px;
  min-height: 46px !important;
  padding: 0 18px;
  color: #11161d;
  border: 1px solid #e5ad00;
  border-radius: 13px;
  background: linear-gradient(180deg, #ffdd49, #ffc400);
  box-shadow:
    0 9px 20px rgba(255, 184, 0, .28),
    inset 0 1px 0 rgba(255,255,255,.7);
}

.client-area:hover {
  opacity: 1 !important;
  box-shadow: 0 12px 26px rgba(255, 184, 0, .38);
}

.menu-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,196,0,.7);
  border-radius: 13px;
  background: linear-gradient(180deg, #ffdf55, #ffc400);
  box-shadow: 0 9px 20px rgba(255,184,0,.22);
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #151a21;
}

/* Hero --------------------------------------------------------------- */
.hero {
  min-height: 760px;
  background: #f9bd00;
}

.hero-slide {
  overflow: hidden;
}

.hero-image {
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.48) 0 5%, transparent 5.2%),
    radial-gradient(circle at 82% 45%, rgba(255,255,255,.18) 0 21%, transparent 21.3%),
    linear-gradient(125deg, #ffb800 0%, #ffd326 48%, #ffe679 100%);
}

.hero-image::before {
  inset: 0;
  width: auto;
  height: auto;
  opacity: 1;
  border: 0;
  border-radius: 0;
  transform: none;
  animation: none;
  background:
    linear-gradient(rgba(17,22,29,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.09) 1px, transparent 1px),
    radial-gradient(circle at 82% 47%, rgba(255,255,255,.44) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 60%, rgba(17,22,29,.32) 0 3px, transparent 4px),
    radial-gradient(circle at 92% 26%, rgba(17,22,29,.25) 0 3px, transparent 4px);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
  clip-path: none;
}

.hero-image::after {
  content: "";
  position: absolute;
  width: min(490px, 42vw);
  height: min(490px, 42vw);
  right: 5.5%;
  top: 19%;
  bottom: auto;
  left: auto;
  border-radius: 50%;
  border: 1px solid rgba(17,22,29,.24);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.72) 0 9%, transparent 9.5%),
    radial-gradient(circle at 50% 50%, transparent 0 27%, rgba(17,22,29,.14) 27.3% 27.8%, transparent 28.1% 42%, rgba(17,22,29,.15) 42.3% 42.8%, transparent 43.1%),
    conic-gradient(from 25deg, rgba(17,22,29,.18), transparent 12%, rgba(255,255,255,.38) 26%, transparent 42%, rgba(17,22,29,.16) 58%, transparent 71%, rgba(255,255,255,.38) 88%, rgba(17,22,29,.18));
  box-shadow:
    0 0 0 28px rgba(255,255,255,.13),
    0 0 0 62px rgba(17,22,29,.035),
    inset 0 0 70px rgba(255,255,255,.28);
  clip-path: none;
  opacity: 1;
  animation: techOrbit 12s linear infinite;
}

.support-team,
.coverage-map,
.net-speed {
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.52) 0 5%, transparent 5.2%),
    radial-gradient(circle at 84% 47%, rgba(255,255,255,.18) 0 20%, transparent 20.3%),
    linear-gradient(125deg, #f5b400 0%, #ffcb0a 47%, #ffe878 100%);
}

.support-team::before,
.coverage-map::before,
.net-speed::before {
  inset: 0;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  border: 0;
  border-radius: 0;
  transform: none;
  animation: none;
  opacity: 1;
  clip-path: none;
  background:
    linear-gradient(rgba(17,22,29,.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.085) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 72%, rgba(255,255,255,.2) 72% 72.4%, transparent 72.4%),
    radial-gradient(circle at 77% 62%, rgba(17,22,29,.36) 0 3px, transparent 4px),
    radial-gradient(circle at 91% 39%, rgba(17,22,29,.3) 0 3px, transparent 4px);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

.support-team::after,
.coverage-map::after,
.net-speed::after {
  width: min(490px, 42vw);
  height: min(490px, 42vw);
  right: 5.5%;
  top: 19%;
  bottom: auto;
  left: auto;
  border: 1px solid rgba(17,22,29,.25);
  border-radius: 50%;
  clip-path: none;
  opacity: 1;
  transform: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.75) 0 7%, transparent 7.4%),
    radial-gradient(circle at 50% 50%, transparent 0 26%, rgba(17,22,29,.16) 26.2% 26.7%, transparent 27% 43%, rgba(17,22,29,.15) 43.2% 43.8%, transparent 44%),
    conic-gradient(from 15deg, rgba(17,22,29,.18), transparent 10%, rgba(255,255,255,.4) 24%, transparent 39%, rgba(17,22,29,.15) 57%, transparent 73%, rgba(255,255,255,.42) 90%, rgba(17,22,29,.18));
  box-shadow:
    0 0 0 28px rgba(255,255,255,.13),
    0 0 0 62px rgba(17,22,29,.035),
    inset 0 0 70px rgba(255,255,255,.28);
  animation: techOrbit 12s linear infinite;
}

.support-team::after { animation-duration: 15s; animation-direction: reverse; }
.coverage-map::after { animation-duration: 10s; }

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17,22,29,.78) 0%, rgba(17,22,29,.52) 47%, rgba(17,22,29,.08) 73%, rgba(17,22,29,.02) 100%);
}

.hero-shade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,.018) 5px 6px);
  pointer-events: none;
}

.hero-content {
  width: min(1180px, calc(100% - 48px));
  min-height: 760px;
  padding-top: 214px;
}

.hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 14px;
  color: #1b2027;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(255, 211, 38, .9);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  letter-spacing: 1.6px;
}

.hero-content .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #11161d;
  box-shadow: 0 0 0 4px rgba(17,22,29,.1);
}

.hero-content h1 {
  max-width: 770px;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: .99;
  text-shadow: 0 12px 35px rgba(0,0,0,.28);
}

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

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

.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 13px;
  letter-spacing: .2px;
}

.btn-white {
  color: #11161d;
  border: 1px solid #e3aa00;
  background: linear-gradient(180deg, #ffe46c, #ffc400);
  box-shadow: 0 12px 28px rgba(255,184,0,.3);
}

.btn-line {
  color: #fff;
  border: 1px solid rgba(255,255,255,.46);
  background: rgba(17,22,29,.28);
  backdrop-filter: blur(10px);
}

.btn-orange {
  color: #11161d;
  border: 1px solid #e6aa00;
  background: linear-gradient(180deg, #ffdd4e, #ffc400);
  box-shadow: 0 12px 26px rgba(255,184,0,.28);
}

.hero-dots {
  left: max(24px, calc((100vw - 1180px) / 2));
  bottom: 54px;
}

.hero-dots button {
  width: 32px;
  height: 6px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.34);
}

.hero-dots button.active {
  width: 58px;
  background: #ffd21a;
  box-shadow: 0 0 16px rgba(255,210,26,.65);
}

/* Shared headings / section surfaces -------------------------------- */
h2 {
  color: #151a21;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #b57f00;
  font-size: 12px;
  letter-spacing: 1.7px;
}

.kicker::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #ffc400;
  box-shadow: 0 0 10px rgba(255,196,0,.4);
}

.section {
  width: min(1180px, calc(100% - 32px));
  padding: 96px 0;
}

.about {
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  left: -190px;
  top: 56px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,196,0,.14), transparent 68%);
  pointer-events: none;
}

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

.benefit-card,
.testimonial-card,
.contact-info-card,
.content-card,
.rating-summary,
.news-main,
.news-list article,
.contact-form,
.map-card {
  border: 1px solid rgba(220, 205, 145, .55);
  box-shadow: 0 18px 48px rgba(17,22,29,.08);
}

.benefit-card {
  position: relative;
  min-height: 210px;
  padding: 28px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,251,234,.98));
  overflow: hidden;
}

.benefit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 5px;
  background: #ffc400;
  box-shadow: 0 0 16px rgba(255,196,0,.45);
}

.benefit-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255,196,0,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255,196,0,.04);
}

.benefit-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,196,0,.7);
  box-shadow: 0 22px 54px rgba(17,22,29,.12), 0 0 0 1px rgba(255,196,0,.12);
}

.benefit-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #11161d;
  border: 1px solid #e3aa00;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffe36a, #ffc400);
  box-shadow: 0 12px 24px rgba(255,184,0,.2);
}

/* Wide CTA ----------------------------------------------------------- */
.wide-cta {
  position: relative;
  overflow: hidden;
  color: #11161d;
  background:
    linear-gradient(rgba(17,22,29,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.08) 1px, transparent 1px),
    linear-gradient(120deg, #ffb800, #ffd524 54%, #ffe982);
  background-size: 52px 52px, 52px 52px, auto;
}

.wide-cta::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: 5%;
  top: 50%;
  border: 1px solid rgba(17,22,29,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.12), 0 0 0 78px rgba(17,22,29,.035);
  transform: translateY(-50%);
}

.wide-cta::after {
  content: "";
  position: absolute;
  left: auto;
  right: 12%;
  top: 50%;
  width: 180px;
  height: 180px;
  border-radius: 24px;
  background: rgba(17,22,29,.88);
  clip-path: polygon(0 16%, 16% 16%, 16% 0, 84% 0, 84% 16%, 100% 16%, 100% 84%, 84% 84%, 84% 100%, 16% 100%, 16% 84%, 0 84%);
  transform: translateY(-50%) rotate(45deg);
  opacity: .9;
}

.wide-cta .section-inner {
  position: relative;
  z-index: 2;
  min-height: 430px;
}

.wide-cta .kicker.light,
.wide-cta .kicker.light::before {
  color: #11161d;
}

.wide-cta .kicker.light::before {
  background: #11161d;
  box-shadow: none;
}

.wide-cta h2 {
  max-width: 760px;
  color: #11161d;
  font-size: clamp(40px, 5vw, 62px);
}

.wide-cta p {
  max-width: 690px;
  color: rgba(17,22,29,.76);
}

.wide-cta .btn-white {
  color: #fff;
  border-color: #11161d;
  background: #11161d;
  box-shadow: 0 14px 34px rgba(17,22,29,.2);
}

/* Services ----------------------------------------------------------- */
.services {
  position: relative;
}

.service-grid-six {
  gap: 18px;
}

.service-grid-six .service-card,
.service-grid-six .service-card:nth-child(2n),
.service-grid-six .service-card:nth-child(3n) {
  min-height: 292px;
  padding: 24px;
  border: 1px solid #e5af00;
  border-radius: 20px;
  background:
    linear-gradient(rgba(17,22,29,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.06) 1px, transparent 1px),
    linear-gradient(145deg, #ffdc48, #ffc400 72%);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow:
    0 18px 36px rgba(255,184,0,.18),
    inset 0 1px 0 rgba(255,255,255,.56);
  overflow: hidden;
}

.service-grid-six .service-card::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: #11161d;
  box-shadow: 55px 0 0 rgba(17,22,29,.28), 78px 0 0 rgba(17,22,29,.16);
}

.service-grid-six .service-card:hover {
  transform: translateY(-7px);
  border-color: #11161d;
  box-shadow: 0 24px 50px rgba(17,22,29,.16), 0 0 0 2px rgba(255,196,0,.18);
}

.service-grid-six .service-icon {
  top: 42px;
  width: 150px;
  height: 112px;
  filter: drop-shadow(0 12px 18px rgba(26,78,128,.16));
}

.service-grid-six .service-card h3 {
  max-width: 280px;
  color: #11161d;
  font-size: 16px;
  letter-spacing: -.2px;
  text-shadow: none;
}

.service-grid-six .service-card > p {
  color: rgba(17,22,29,.64);
  font-size: 10.5px;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.service-hover {
  padding: 24px;
  color: #fff;
  border-radius: 19px;
  background:
    linear-gradient(rgba(255,196,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,196,0,.08) 1px, transparent 1px),
    rgba(17,22,29,.97);
  background-size: 28px 28px;
}

.service-hover h3,
.service-hover p,
.service-hover a {
  color: #fff;
}

.service-hover a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,196,0,.55);
  border-radius: 10px;
  background: rgba(255,196,0,.13);
}

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

.mini-services span {
  padding: 10px 14px;
  color: #342700;
  border: 1px solid #ecd36d;
  background: #fff9dd;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

/* Partners / trusted ------------------------------------------------- */
.partners {
  border-top: 1px solid #f0df8c;
  border-bottom: 1px solid #f0df8c;
  background: #fffdf4;
}

.logo-track span {
  color: #747474;
}

.trusted-section {
  position: relative;
  overflow: hidden;
  background: #151b22;
}

.trusted-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,196,0,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,196,0,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.trusted-section .section-title,
.trusted-row {
  position: relative;
}

.trusted-section h2,
.trusted-section .section-title p {
  color: #fff;
}

.trusted-section .section-title p {
  opacity: .72;
}

.trusted-row span {
  color: #11161d;
  border: 1px solid #dca600;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffdc4c, #ffc400);
  box-shadow: 0 12px 28px rgba(255,184,0,.15);
}

/* Testimonials ------------------------------------------------------- */
.testimonial-section {
  background:
    radial-gradient(circle at 14% 8%, rgba(255,196,0,.16), transparent 23%),
    #fffdf5;
}

.rating-summary {
  border-radius: 20px;
  background: #151b22;
}

.rating-summary strong,
.rating-summary p {
  color: #fff;
}

.rating-summary .stars,
.stars {
  color: #ffc400;
}

.testimonial-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 66px;
  height: 4px;
  background: #ffc400;
}

.testimonial-card::after {
  display: none;
}

.avatar-icon {
  border: 3px solid #ffd323;
  background: #fff8d3;
}

/* Promo / news ------------------------------------------------------- */
.promo-visual {
  position: relative;
  min-height: 430px;
  padding: 58px;
  overflow: hidden;
  border: 1px solid #dba600;
  border-radius: 24px;
  background:
    linear-gradient(rgba(17,22,29,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.075) 1px, transparent 1px),
    linear-gradient(120deg, #ffb800, #ffd729 62%, #ffe981);
  background-size: 46px 46px, 46px 46px, auto;
  box-shadow: 0 24px 54px rgba(255,184,0,.22);
}

.promo-visual::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: 6%;
  top: 50%;
  border: 1px solid rgba(17,22,29,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255,255,255,.16), 0 0 0 64px rgba(17,22,29,.04);
  transform: translateY(-50%);
}

.promo-visual::after {
  content: "";
  position: absolute;
  right: 14%;
  top: 50%;
  width: 120px;
  height: 120px;
  border: 18px solid #151b22;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-25deg);
}

.promo-visual h2,
.promo-visual p,
.promo-tag {
  position: relative;
  z-index: 2;
}

.promo-tag {
  color: #fff;
  background: #151b22;
}

.promo-visual h2 {
  max-width: 650px;
  color: #11161d;
  text-shadow: none;
}

.promo-visual p {
  color: rgba(17,22,29,.72);
}

.news-main,
.news-list article {
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.news-image {
  background:
    linear-gradient(rgba(255,196,0,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,196,0,.1) 1px, transparent 1px),
    linear-gradient(145deg, #121820, #27313d);
  background-size: 34px 34px, 34px 34px, auto;
}

.news-image::before {
  border-color: #ffc400;
  box-shadow: 0 0 0 28px rgba(255,196,0,.08), 0 0 28px rgba(255,196,0,.22);
}

.tag {
  color: #11161d;
  background: #ffd21a;
}

.thumb,
.thumb-b,
.thumb-c {
  border-radius: 14px;
  background:
    linear-gradient(rgba(17,22,29,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.08) 1px, transparent 1px),
    linear-gradient(145deg, #ffda43, #ffc400);
  background-size: 16px 16px, 16px 16px, auto;
}

/* FAQ --------------------------------------------------------------- */
.question-card {
  border: 1px solid #e2aa00;
  border-radius: 22px;
  background:
    linear-gradient(rgba(17,22,29,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.07) 1px, transparent 1px),
    linear-gradient(145deg, #ffda43, #ffc400);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 22px 48px rgba(255,184,0,.18);
}

.question-card::before {
  border-color: rgba(17,22,29,.26);
  box-shadow: 0 0 0 30px rgba(255,255,255,.12);
}

.question-card span {
  color: rgba(17,22,29,.86);
}

.faq-list details {
  margin-bottom: 10px;
  border: 1px solid #ece3bd;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17,22,29,.055);
}

.faq-list summary {
  padding: 0 18px;
}

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

.faq-list summary::after {
  color: #11161d;
  border-radius: 8px;
  background: #ffd21a;
}

/* Contact ------------------------------------------------------------ */
.contact-section {
  background:
    radial-gradient(circle at 100% 0, rgba(255,196,0,.12), transparent 27%),
    #fff;
}

.contact-info-card {
  border-radius: 18px;
  background: #fffdf5;
}

.contact-icon {
  width: 38px;
  height: 38px;
  padding: 7px;
  border: 1px solid #e4ac00;
  border-radius: 11px;
  background: #ffd426;
}

.map-card {
  border-radius: 20px;
  overflow: hidden;
}

.contact-form {
  position: relative;
  border-radius: 20px;
  background: #151b22;
  box-shadow: 0 22px 48px rgba(17,22,29,.16);
}

.contact-form::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc400, #ffe169, #ffc400);
  box-shadow: 0 0 18px rgba(255,196,0,.35);
}

.contact-form label {
  color: #fff;
}

.contact-form label span {
  color: rgba(255,255,255,.55);
}

.contact-form input,
.contact-form textarea {
  color: #fff;
  border: 1px solid #39434f;
  border-radius: 11px;
  background: #202832;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ffc400;
  box-shadow: 0 0 0 3px rgba(255,196,0,.14);
}

/* Order form --------------------------------------------------------- */
.order-form-card {
  position: relative;
  border: 1px solid #dda700;
  border-radius: 22px;
  background:
    linear-gradient(rgba(17,22,29,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.075) 1px, transparent 1px),
    linear-gradient(135deg, #ffb800, #ffd62a 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 24px 56px rgba(255,184,0,.22);
}

.order-form-copy h2,
.order-form-copy p:not(.kicker) {
  color: #11161d;
}

.order-form-card .kicker.light,
.order-form-card .kicker.light::before {
  color: #11161d;
}

.order-form-card .kicker.light::before {
  background: #11161d;
  box-shadow: none;
}

.pdf-preview {
  border: 1px solid rgba(17,22,29,.12);
  border-radius: 18px;
  transform: rotate(1.2deg);
}

.pdf-preview span {
  color: #11161d;
  background: #ffd21a;
}

/* Footer ------------------------------------------------------------- */
.footer {
  position: relative;
  overflow: hidden;
  color: rgba(255,255,255,.76);
  background:
    linear-gradient(rgba(255,196,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,196,0,.045) 1px, transparent 1px),
    #11161d;
  background-size: 44px 44px;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #ffb800, #ffe05c, #ffb800);
  box-shadow: 0 0 24px rgba(255,196,0,.42);
}

.footer h2,
.footer h3 {
  color: #fff;
}

.footer a:hover {
  color: #ffd21a;
}

.footer-bottom {
  border-top-color: rgba(255,196,0,.12);
}

/* Floating controls ------------------------------------------------- */
.wa-float,
.back-top {
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 14px 34px rgba(17,22,29,.2);
}

.back-top {
  color: #11161d;
  background: #ffd21a;
}

/* Standalone pages -------------------------------------------------- */
.subpage-main {
  padding-top: 126px;
  background:
    linear-gradient(rgba(255,196,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,196,0,.035) 1px, transparent 1px),
    #fbfaf5;
  background-size: 34px 34px;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 48px;
  color: #11161d;
  border: 1px solid #dda700;
  border-radius: 22px;
  background:
    linear-gradient(rgba(17,22,29,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.08) 1px, transparent 1px),
    linear-gradient(125deg, #ffb800, #ffd425 63%, #ffe778);
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 0 22px 54px rgba(255,184,0,.2);
}

.subpage-hero::after {
  content: "";
  position: absolute;
  right: -58px;
  top: 50%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(17,22,29,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(255,255,255,.13), 0 0 0 62px rgba(17,22,29,.035);
  transform: translateY(-50%);
}

.subpage-hero .kicker,
.subpage-hero .kicker::before,
.subpage-hero h1,
.subpage-hero p {
  position: relative;
  z-index: 2;
  color: #11161d;
}

.subpage-hero .kicker::before {
  background: #11161d;
  box-shadow: none;
}

.subpage-hero p {
  color: rgba(17,22,29,.72);
}

.content-card {
  border-radius: 18px;
  background: #fff;
}

.content-card h2,
.content-card h3 {
  color: #151b22;
}

.policy-note {
  border-left-color: #ffc400;
  background: #fff9df;
}

.page-footer-links a {
  color: #11161d;
  border: 1px solid #ead36e;
  background: #fff8d5;
}

.page-footer-links a:hover {
  color: #11161d;
  border-color: #e2aa00;
  background: #ffd21a;
}

/* Motion ------------------------------------------------------------- */
@keyframes techOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* Tablet ------------------------------------------------------------- */
@media (max-width: 1050px) {
  .floating-header {
    top: 14px;
  }

  .nav-pill {
    width: calc(100% - 28px);
    min-height: 70px;
    padding: 0 14px 0 18px;
  }

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

  .nav-links {
    top: 80px;
    left: 14px;
    right: 14px;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(255,196,0,.46);
    border-radius: 16px;
    background: rgba(17,22,29,.98);
    box-shadow: 0 22px 48px rgba(17,22,29,.25);
    backdrop-filter: blur(15px);
  }

  .nav-links > a:not(.client-area) {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 14px;
    color: #fff;
  }

  .nav-links > a:not(.client-area)::after {
    left: 14px;
    right: auto;
    width: 38px;
  }

  .nav-links > a:not(.client-area):hover {
    color: #fff;
    background: rgba(255,196,0,.12);
  }

  .client-area {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    margin-top: 4px;
  }

  .wide-cta::before,
  .wide-cta::after,
  .promo-visual::before,
  .promo-visual::after {
    opacity: .35;
  }
}

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

  .floating-header {
    top: 10px;
  }

  .nav-pill {
    width: calc(100% - 20px);
    min-height: 64px;
    padding: 0 10px 0 12px;
    border-radius: 16px;
  }

  .nav-pill::before {
    left: 14px;
    right: 14px;
  }

  .nav-pill::after {
    display: none;
  }

  .brand {
    width: 156px;
    min-width: 156px;
    height: 38px;
    padding: 2px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .nav-links {
    top: 74px;
    left: 10px;
    right: 10px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

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

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 132px;
    padding-bottom: 80px;
  }

  .hero-content .eyebrow {
    padding: 7px 11px;
    font-size: 10px;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.6vw, 45px);
    letter-spacing: -1.4px;
    line-height: 1.02;
  }

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

  .hero-image::after,
  .support-team::after,
  .coverage-map::after,
  .net-speed::after {
    width: 270px;
    height: 270px;
    right: -105px;
    top: 45%;
    opacity: .36;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(17,22,29,.86), rgba(17,22,29,.65) 78%, rgba(17,22,29,.35));
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding: 0 16px;
    font-size: 12px;
  }

  .hero-dots {
    left: 14px;
    bottom: 32px;
  }

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

  h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .split {
    gap: 24px;
  }

  .benefit-card,
  .testimonial-card,
  .contact-info-card,
  .contact-form,
  .content-card {
    border-radius: 16px;
  }

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

  .wide-cta .section-inner {
    min-height: 390px;
  }

  .wide-cta h2 {
    max-width: 100%;
    font-size: 35px;
  }

  .wide-cta::before,
  .wide-cta::after {
    right: -135px;
  }

  .promo-visual {
    min-height: 350px;
    padding: 34px 24px;
    border-radius: 18px;
  }

  .promo-visual h2 {
    font-size: 31px;
  }

  .promo-visual::before {
    right: -170px;
  }

  .promo-visual::after {
    right: -20px;
  }

  .order-form-card {
    border-radius: 18px;
  }

  .subpage-main {
    padding-top: 94px;
  }

  .subpage-hero {
    width: calc(100% - 24px);
    padding: 34px 22px;
    border-radius: 18px;
  }

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

  .subpage-hero::after {
    right: -180px;
    opacity: .42;
  }

  .content-wrap {
    width: calc(100% - 24px);
  }

  .content-card {
    padding: 22px;
  }
}

/* V12 small compatibility corrections for pseudo-elements inherited from V11. */
.news-image::before {
  inset: 34px;
  border: 1px solid rgba(255,196,0,.48);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,196,0,.72) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 50%, transparent 0 29%, rgba(255,196,0,.22) 29.4% 30%, transparent 30.4% 46%, rgba(255,196,0,.12) 46.4% 47%, transparent 47.4%),
    linear-gradient(135deg, rgba(255,196,0,.09), rgba(255,255,255,.02));
  box-shadow: 0 0 0 18px rgba(255,196,0,.035), inset 0 0 30px rgba(255,196,0,.06);
  transform: rotate(-5deg);
}

.question-card::before {
  inset: 68px 20px 70px;
  border: 1px solid rgba(17,22,29,.22);
  border-radius: 38px;
  background:
    linear-gradient(rgba(17,22,29,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.075) 1px, transparent 1px),
    linear-gradient(145deg, #ffe36a, #ffc400);
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 0 0 24px rgba(255,196,0,.07), 0 18px 36px rgba(17,22,29,.1);
  transform: rotate(-8deg);
  animation: floatImage 5.4s ease-in-out infinite;
}

/* V12 technology hero artwork: local asset, no external dependency. */
.hero-image,
.support-team,
.coverage-map,
.net-speed {
  background-image:
    url("tech-circuit.svg"),
    linear-gradient(rgba(17,22,29,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,22,29,.055) 1px, transparent 1px),
    linear-gradient(125deg, #ffb800 0%, #ffd326 50%, #ffe77b 100%);
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: min(640px, 48vw) min(640px, 48vw), 52px 52px, 52px 52px, cover;
  background-position: 92% 55%, 0 0, 0 0, center;
}

.hero-content h1 {
  color: #ffffff;
}

@media (max-width: 680px) {
  .hero-image,
  .support-team,
  .coverage-map,
  .net-speed {
    background-size: 360px 360px, 42px 42px, 42px 42px, cover;
    background-position: 135% 58%, 0 0, 0 0, center;
  }
}


/* V12.1 requested visual corrections -------------------------------- */
/* Larger transparent Sahabat IT logo in the floating header. */
.brand {
  width: 248px;
  min-width: 248px;
  height: 54px;
  padding: 0;
}

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

/* Replace the decorative dark block on the yellow CTA with the S brand mark. */
.wide-cta::after {
  right: 10.5%;
  width: 190px;
  height: 210px;
  border-radius: 0;
  background: url("logo-s.png") center / contain no-repeat;
  clip-path: none;
  transform: translateY(-50%);
  opacity: .96;
  filter: drop-shadow(0 18px 28px rgba(17,22,29,.18));
}

@media (max-width: 980px) {
  .brand {
    width: 210px;
    min-width: 210px;
    height: 48px;
  }
}

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

  .wide-cta::after {
    right: -28px;
    width: 150px;
    height: 166px;
    opacity: .34;
    filter: none;
  }
}

@media (min-width: 1051px) and (max-width: 1180px) {
  .brand {
    width: 205px;
    min-width: 205px;
    height: 48px;
  }

  .nav-links {
    gap: 5px;
  }

  .nav-links > a:not(.client-area) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
