:root {
  --navy: #06182c;
  --navy-2: #0b2d52;
  --blue: #1f6fca;
  --blue-2: #2e84df;
  --steel: #edf2f7;
  --line: #d8e1eb;
  --text: #172638;
  --muted: #5d6d80;
  --gold: #d69b2d;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 24, 44, .12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 2000;
  padding: 10px 14px;
  background: var(--blue);
  color: #fff;
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 rgba(6, 24, 44, .08);
}

.topbar {
  background: var(--blue);
  color: #e9f4ff;
  font-size: .86rem;
}

.topbar-inner,
.nav-inner,
.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
}

.topbar-inner {
  min-height: 40px;
  justify-content: space-between;
  gap: 18px;
}

.topbar-left,
.topbar-right {
  gap: 16px;
}

.topbar-right a {
  color: #fff;
  opacity: .9;
  font-weight: 600;
}

.topbar-wa {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  background: var(--navy);
}

.nav-shell {
  background: #fff;
}

.nav-inner {
  min-height: 84px;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 210px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.main-nav a {
  position: relative;
  padding: 13px 14px;
  border-radius: 6px;
  color: #27384b;
  font-weight: 700;
  font-size: .95rem;
}

.main-nav a:hover,
.main-nav a.is-active {
  background: #eef5fd;
  color: var(--blue);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: #f5f8fb;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head > div {
  max-width: 720px;
}

.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
  font-size: .86rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", "Barlow", Arial, sans-serif;
  margin: 0;
  line-height: 1.04;
  font-weight: 800;
}

h1 {
  font-size: 4.2rem;
}

h2 {
  font-size: 2.75rem;
}

h3 {
  font-size: 1.55rem;
}

p {
  margin: 0;
  line-height: 1.75;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border .18s ease;
}

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

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(31, 111, 202, .24);
}

.btn-primary:hover {
  background: var(--blue-2);
}

.btn-outline {
  border-color: rgba(255, 255, 255, .36);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.btn-dark-outline {
  border-color: var(--line);
  color: var(--navy);
  background: #fff;
}

.btn-light {
  background: #fff;
  color: var(--navy);
}

.btn-ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
}

.hero-home {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}

.hero-home::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: 52% center;
  transform: scale(1.03);
}

.hero-home::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 44, .78) 0%, rgba(6, 24, 44, .62) 48%, rgba(6, 24, 44, .34) 100%),
    linear-gradient(0deg, rgba(6, 24, 44, .72) 0%, rgba(6, 24, 44, .12) 62%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 92px 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #b9dcff;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-kicker::before {
  content: "";
  width: 44px;
  height: 2px;
  background: var(--gold);
}

.hero-content h1 {
  max-width: 720px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.hero-content p {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.15rem;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
  max-width: 680px;
}

.metric {
  border-left: 3px solid var(--gold);
  padding: 10px 16px;
  background: rgba(255, 255, 255, .08);
  border-radius: 6px;
}

.metric strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
}

.page-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 760px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.page-hero p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
}

.crumbs {
  color: #b9dcff;
  font-weight: 700;
  margin-bottom: 18px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 44px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 480px) minmax(0, 1fr);
}

.image-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #dfe8f1;
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, rgba(6, 24, 44, .55), transparent);
}

.text-stack {
  display: grid;
  gap: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #2c3d51;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(214, 155, 45, .16);
}

.feature-grid,
.services-grid,
.partners-grid,
.works-grid,
.value-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: 20px;
}

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

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

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

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

.value-grid,
.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.service-card,
.work-card,
.value-card,
.process-card,
.testimonial-card,
.info-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.feature-card,
.value-card,
.process-card,
.info-card {
  padding: 24px;
}

.feature-card strong,
.value-card strong,
.process-card strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--blue);
  margin-bottom: 10px;
}

.feature-card p,
.value-card p,
.process-card p,
.info-card p {
  color: var(--muted);
}

.service-card {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover,
.work-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.service-media,
.work-media {
  aspect-ratio: 4 / 3;
  background: #dce6f0;
  overflow: hidden;
}

.service-media img,
.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.service-card:hover img,
.work-card:hover img {
  transform: scale(1.04);
}

.service-body,
.work-body {
  padding: 22px;
}

.service-body h3,
.work-body h3 {
  color: var(--navy);
  font-size: 1.45rem;
}

.service-body p,
.work-body p {
  color: var(--muted);
  margin-top: 10px;
}

.service-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.band-dark {
  background: var(--navy);
  color: #fff;
}

.band-dark h2,
.band-dark h3 {
  color: #fff;
}

.band-dark p,
.band-dark .lead {
  color: rgba(255, 255, 255, .72);
}

.process-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}

.process-card strong {
  color: var(--gold);
}

.partner-logo {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
}

.partner-logo img {
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(.15);
}

.partners-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  padding: 2px 0 10px;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(10vw, 120px);
  pointer-events: none;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f5f8fb 0%, rgba(245,248,251,0) 100%);
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f5f8fb 0%, rgba(245,248,251,0) 100%);
}

.partners-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: partnersMarquee 42s linear infinite;
}

.partners-marquee:hover .partners-marquee-track {
  animation-play-state: paused;
}

.partners-marquee-set {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}

.partners-marquee .partner-logo {
  flex: 0 0 clamp(180px, 14vw, 230px);
  min-height: 108px;
}

@keyframes partnersMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-16.666666%); }
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.testimonial-card {
  padding: 26px;
}

.testimonial-card p {
  color: #304356;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.testimonial-author img {
  width: 64px;
  height: 42px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 5px;
}

.testimonial-author strong,
.testimonial-author span {
  display: block;
}

.testimonial-author span {
  color: var(--muted);
  font-size: .92rem;
  margin-top: 2px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-btn {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: #24364a;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.is-active,
.filter-btn:hover {
  border-color: var(--blue);
  background: #edf6ff;
  color: var(--blue);
}

.work-card {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
}

.work-card:focus-visible,
.filter-btn:focus-visible,
.btn:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(31, 111, 202, .35);
  outline-offset: 3px;
}

button:disabled {
  opacity: .68;
  cursor: wait;
}

.work-tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #edf6ff;
  color: var(--blue);
  font-weight: 800;
  font-size: .8rem;
}

.work-card.is-hidden {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 24, 44, .84);
}

.modal.is-open {
  display: flex;
}

.modal-dialog {
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.modal-media {
  background: #0c2036;
  min-height: 420px;
}

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

.modal-info {
  padding: 30px;
  overflow-y: auto;
}

.modal-info p {
  color: var(--muted);
  margin-top: 14px;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.contact-grid {
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 14px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 15px;
  color: var(--text);
  background: #f9fbfd;
  outline: none;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  background: #fff;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-feedback {
  grid-column: 1 / -1;
  display: none;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 700;
}

.form-feedback.ok {
  display: block;
  color: #0d5b2a;
  background: #e9f8ef;
}

.form-feedback.error {
  display: block;
  color: #8b1d1d;
  background: #fff0f0;
}

.map-frame {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 8px;
  margin-top: 22px;
}

.cta-band {
  padding: 56px 0;
  background: linear-gradient(90deg, var(--blue), var(--navy-2));
  color: #fff;
}

.cta-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-band h2 {
  color: #fff;
  font-size: 2.25rem;
}

.cta-band .eyebrow {
  color: rgba(255, 255, 255, .68);
}

.cta-band p {
  max-width: 720px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer {
  background: #06111f;
  color: rgba(255, 255, 255, .78);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(160px, 1fr));
  gap: 36px;
  padding: 58px 0;
}

.footer-brand img {
  width: 210px;
  margin-bottom: 18px;
}

.site-footer h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, .72);
}

.site-footer a:hover {
  color: #fff;
}

.footer-wa {
  color: #fff !important;
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 18px 0;
  color: rgba(255, 255, 255, .58);
  text-align: center;
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #30c85a;
  color: #fff;
  box-shadow: 0 16px 36px rgba(48, 200, 90, .32);
  font-weight: 900;
}

body.page-erro .cta-band {
  display: none;
}

.error-page {
  position: relative;
  min-height: min(760px, calc(100vh - 208px));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.error-bg,
.error-overlay {
  position: absolute;
  inset: 0;
}

.error-bg {
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.04);
  filter: saturate(.9);
}

.error-overlay {
  background:
    radial-gradient(circle at 72% 42%, rgba(33, 150, 243, .24), transparent 30%),
    linear-gradient(90deg, rgba(3, 17, 31, .95), rgba(5, 28, 52, .86) 48%, rgba(3, 17, 31, .74));
}

.error-page::before,
.error-page::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(33, 150, 243, .22);
  pointer-events: none;
}

.error-page::before {
  width: 520px;
  height: 520px;
  right: max(-160px, -8vw);
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.error-page::after {
  width: 280px;
  height: 280px;
  left: -110px;
  bottom: -120px;
  transform: rotate(22deg);
}

.error-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  padding: 88px 0;
}

.error-copy h1 {
  max-width: 720px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .88;
}

.error-copy p {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.18rem;
  line-height: 1.7;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.error-actions .btn {
  gap: 10px;
}

.btn-whatsapp {
  color: #fff;
  background: #1fb45a;
  box-shadow: 0 14px 30px rgba(31, 180, 90, .24);
}

.btn-whatsapp:hover {
  background: #20c464;
}

.error-visual {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}

.error-code {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .08);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(11rem, 22vw, 18rem);
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .22);
}

.error-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .42));
}

.error-route {
  position: absolute;
  inset: 52px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 49.7%, rgba(33, 150, 243, .22) 50%, transparent 50.4%),
    linear-gradient(45deg, transparent 0 49.7%, rgba(255, 255, 255, .12) 50%, transparent 50.4%);
}

.error-route span {
  position: absolute;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #2196f3;
  box-shadow: 0 0 22px rgba(33, 150, 243, .5);
}

.error-route span:nth-child(1) {
  width: 36%;
  left: 8%;
  top: 48%;
}

.error-route span:nth-child(2) {
  width: 28%;
  right: 13%;
  top: 48%;
}

.error-route span:nth-child(3) {
  width: 54px;
  right: 42%;
  top: 48%;
  transform: rotate(90deg);
  background: #d69b2d;
  box-shadow: 0 0 22px rgba(214, 155, 45, .38);
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .main-nav a {
    padding: 12px 9px;
    font-size: .9rem;
  }

  .feature-grid,
  .value-grid,
  .process-grid,
  .services-grid,
  .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .error-wrap {
    grid-template-columns: 1fr;
  }

  .error-visual {
    min-height: 300px;
  }
}

@media (max-width: 820px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }

  .topbar-inner {
    align-items: stretch;
    min-height: 0;
  }

  .topbar-left {
    display: none;
  }

  .topbar-right {
    width: 100%;
    justify-content: center;
    gap: 0;
  }

  .topbar-right a {
    display: none;
  }

  .topbar-right a:nth-child(-n+3),
  .topbar-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    font-size: .82rem;
  }

  .topbar-wa {
    display: inline-flex !important;
  }

  .nav-inner {
    min-height: 86px;
  }

  .brand img {
    width: 190px;
  }

  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 128px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 16px 18px;
    background: #fff;
    box-shadow: 0 20px 36px rgba(6, 24, 44, .16);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 12px;
    border-radius: 6px;
  }

  .section {
    padding: 64px 0;
  }

  .section-head,
  .cta-band-inner,
  .split,
  .split.reverse,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .error-page {
    min-height: auto;
  }

  .error-wrap {
    padding: 54px 0 64px;
  }

  .error-copy h1 {
    font-size: clamp(2.7rem, 16vw, 4.4rem);
  }

  .error-copy p {
    font-size: 1.04rem;
  }

  .error-actions {
    display: grid;
  }

  .error-actions .btn {
    width: 100%;
  }

  .error-visual {
    min-height: 230px;
  }

  .error-route {
    inset: 24px 8px;
  }

  .error-visual img {
    width: min(86vw, 320px);
  }

  .section-head {
    display: grid;
    gap: 16px;
  }

  .hero-home {
    min-height: 680px;
  }

  .hero-home::before,
  .page-hero::before {
    background-position: 52% center;
  }

  .hero-home::after,
  .page-hero::after {
    background:
      linear-gradient(180deg, rgba(6, 24, 44, .48) 0%, rgba(6, 24, 44, .72) 44%, rgba(6, 24, 44, .9) 100%),
      linear-gradient(90deg, rgba(6, 24, 44, .52) 0%, rgba(6, 24, 44, .38) 100%);
  }

  .hero-content {
    padding: 72px 0;
  }

  .hero-content h1,
  .page-hero h1 {
    font-size: 2.65rem;
  }

  .hero-content p,
  .page-hero p {
    font-size: 1rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 340px;
  }

  .image-panel img {
    min-height: 300px;
  }

  .modal-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 32px);
  }

  .modal-media {
    min-height: 300px;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

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

  h1,
  .hero-content h1,
  .page-hero h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  .topbar-right a:nth-child(-n+3) {
    width: 44px;
  }

  .topbar-wa {
    min-width: 112px;
  }

  .brand img {
    width: 176px;
  }

  .main-nav {
    top: 128px;
  }

  .hero-home {
    min-height: 660px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .feature-grid,
  .value-grid,
  .process-grid,
  .services-grid,
  .works-grid,
  .partners-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .modal {
    padding: 14px;
  }

  .modal-info {
    padding: 22px;
  }

  .wa-float {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }
}

/* Premium restoration: original Forcedrill identity, now with multipage navigation */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  font-family: "Barlow", Arial, sans-serif;
}

.main-header .header-top {
  background: #1461b8;
}

.main-header .inner-container,
.main-header .auto-container {
  width: min(1280px, calc(100% - 30px));
  margin: 0 auto;
}

.main-header .header-top .inner-container {
  display: flex;
  align-items: stretch;
  min-height: 50px;
}

.main-header .top-left {
  position: relative;
  margin-left: 310px;
  padding-left: 56px;
  display: flex;
  align-items: center;
}

.main-header .top-left::before {
  content: "";
  position: absolute;
  right: calc(100% - 36px);
  bottom: 0;
  width: 100vw;
  height: 50px;
  background: #fff;
  transform: skewX(30deg);
  transform-origin: bottom right;
}

.main-header .top-left ul,
.main-header .social-icon-one,
.main-header .info-box ul,
.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .top-left li {
  color: #fff;
  font-size: .86rem;
}

.main-header .top-right {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.main-header .social-icon-one {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
}

.main-header .social-icon-one a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 5px 14px rgba(4,24,45,.16);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.main-header .social-icon-one a:hover {
  transform: scale(1.12);
  filter: saturate(1.12) brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 22px rgba(4,24,45,.24);
}

.main-header .social-icon-one .soc-ig {
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
}

.main-header .social-icon-one .soc-fb {
  background: #1877f2;
}

.main-header .social-icon-one .soc-yt {
  background: #ff0000;
}

.main-header .social-icon-one .soc-fb svg {
  width: 15px;
  height: 15px;
}

.main-header .social-icon-one .soc-yt svg {
  width: 17px;
  height: 17px;
}

.main-header .call-btn {
  display: flex;
  align-items: stretch;
  margin-left: 12px;
}

.main-header .call-btn a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin: 0;
  padding: 0 26px 0 20px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(37,211,102,.18), rgba(37,211,102,0) 38%),
    #0c1e35;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(37,211,102,.95);
  transition: background .18s ease, box-shadow .18s ease;
}

.main-header .call-btn a:hover {
  background:
    linear-gradient(90deg, rgba(37,211,102,.32), rgba(37,211,102,.05) 48%),
    #102842;
  box-shadow: inset 0 -4px 0 rgba(37,211,102,1);
}

.main-header .call-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.24) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.main-header .call-btn a:hover::after {
  transform: translateX(120%);
}

.main-header .call-btn svg {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 4px 12px rgba(37,211,102,.22);
  filter: none;
}

.main-header .header-upper {
  background: #fff;
  border-bottom: 0;
}

.hdr-row {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hdr-logo-cell {
  width: 280px;
  flex-shrink: 0;
}

.hdr-logo-cell img {
  width: 225px;
  height: auto;
}

.hdr-info-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  flex: 1;
}

.main-header .info-box {
  position: relative;
  min-height: 50px;
  padding-left: 58px;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e1eb;
  border-radius: 50%;
  color: #1461b8;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.main-header .info-box:hover .icon-box {
  background: #1461b8;
  color: #fff;
  transform: scale(1.08);
}

.main-header .info-box li {
  color: #66717f;
  font-size: .82rem;
  line-height: 1.45;
}

.main-header .info-box li:first-child {
  color: #1c2734;
  font-size: .9rem;
  font-weight: 800;
}

#mobileToggle {
  display: none;
  width: 96px;
  height: 82px;
  border: 0;
  border-radius: 16px;
  background: #2f6fbe;
  color: #fff;
  box-shadow: 0 10px 22px rgba(31,111,202,.28);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}

#mobileToggle .toggle-bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

#mobileToggle span {
  width: 38px;
  height: 4px;
  border-radius: 5px;
  background: currentColor;
  transition: transform .22s ease, opacity .18s ease;
}

#mobileToggle .toggle-label {
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .05em;
}

#mobileToggle.is-open {
  background: #0c1e35;
}

#mobileToggle.is-open span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
#mobileToggle.is-open span:nth-child(2) { opacity: 0; }
#mobileToggle.is-open span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.main-header .header-lower {
  background: #0c1e35;
  margin-top: -1px;
}

.main-header .nav-outer {
  position: relative;
  margin-left: 310px;
  min-height: 58px;
}

.main-header .nav-outer::before {
  content: "";
  position: absolute;
  right: calc(100% - 36px);
  bottom: 0;
  width: 100vw;
  height: 58px;
  background: #fff;
  transform: skewX(30deg);
  transform-origin: bottom right;
}

.navigation {
  display: flex;
  align-items: center;
}

.navigation > li {
  position: relative;
  margin-right: 5px;
}

.navigation > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
  font-size: .91rem;
  white-space: nowrap;
  overflow: hidden;
}

.navigation > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: #2196f3;
  transition: left .18s ease, right .18s ease;
}

.navigation > li > a:hover,
.navigation > li.current > a {
  color: #fff;
  background: rgba(255,255,255,.06);
}

.navigation > li > a:hover::after,
.navigation > li.current > a::after {
  left: 0;
  right: 0;
}

.hero-premium {
  position: relative;
  min-height: calc(100vh - 112px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #03111f;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  background-position: 52% center;
  transform-origin: center;
  scale: 1.08;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(3,17,31,.92) 0%, rgba(7,30,60,.76) 45%, rgba(3,17,31,.48) 100%),
    linear-gradient(0deg, rgba(3,17,31,.82) 0%, transparent 60%);
}

#heroParticles,
.hero-lines,
.hero-hud-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#heroParticles {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hero-lines {
  z-index: 3;
  opacity: .22;
}

.hero-hud-rings {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;
  opacity: .72;
}

.hero-hud-rings svg {
  opacity: .16;
  animation: orbitSpin 65s linear infinite;
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

.hero-premium .hero-inner {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: center;
  gap: 48px;
  padding: 88px 0 82px;
}

.hero-premium .hero-content {
  max-width: 720px;
  padding: 0;
}

.hero-bracket {
  width: 70px;
  height: 58px;
  border-left: 2px solid rgba(33,150,243,.7);
  border-top: 2px solid rgba(33,150,243,.7);
  margin-bottom: -20px;
  margin-left: 44%;
  opacity: .8;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #7dbfff;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .33em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.hero-label::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #2196f3;
}

.hero-premium h1 {
  color: #fff;
  font-size: clamp(3.1rem, 5.4vw, 5.8rem);
  line-height: .96;
  text-shadow: 0 4px 20px rgba(0,0,0,.48);
}

.hero-sub,
.hero-sub2 {
  max-width: 670px;
  color: rgba(255,255,255,.84);
  font-size: 1.15rem;
  margin-top: 24px;
}

.hero-sub2 {
  color: rgba(255,255,255,.72);
  font-size: 1rem;
  margin-top: 14px;
}

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

.hero-btn {
  min-height: 58px;
  border-radius: 8px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

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

.hero-premium .btn-primary {
  background: #2f7bd6;
  color: #fff;
  box-shadow: 0 12px 28px rgba(33,150,243,.28);
}

.hero-premium .btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
}

.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.orbit-wrap {
  position: relative;
  width: clamp(280px, 33vw, 420px);
  height: clamp(280px, 33vw, 420px);
  display: grid;
  place-items: center;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(33,150,243,.22);
}

.orbit-ring-1 { animation: orbitSpin 36s linear infinite; }
.orbit-ring-2 { inset: 8%; border-style: dashed; animation: orbitSpin 52s linear infinite reverse; }
.orbit-ring-3 { inset: -8%; opacity: .42; animation: orbitSpin 80s linear infinite; }

.hero-circle {
  position: relative;
  width: clamp(260px, 30vw, 390px);
  height: clamp(260px, 30vw, 390px);
  overflow: hidden;
  border-radius: 50%;
  background: #08223d;
  border: 2px solid rgba(33,150,243,.62);
  box-shadow:
    0 0 0 8px rgba(33,150,243,.08),
    0 0 0 22px rgba(33,150,243,.04),
    0 24px 80px rgba(0,0,0,.55);
  animation: circleGlow 5s ease-in-out infinite alternate;
}

@keyframes circleGlow {
  from { box-shadow: 0 0 0 6px rgba(33,150,243,.06), 0 0 0 16px rgba(33,150,243,.03), 0 20px 80px rgba(0,0,0,.5); }
  to { box-shadow: 0 0 0 8px rgba(33,150,243,.12), 0 0 0 22px rgba(33,150,243,.06), 0 20px 80px rgba(0,0,0,.5), 0 0 60px rgba(33,150,243,.18); }
}

.circle-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.circle-slide.active {
  opacity: 1;
}

.circle-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.circle-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}

.circle-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255,255,255,.25);
  cursor: pointer;
}

.circle-dot.active {
  background: #2196f3;
  transform: scale(1.45);
}

.wa-float {
  background: #25d366;
  box-shadow: 0 8px 26px rgba(37,211,102,.46);
}

.wa-assist {
  position: fixed;
  right: 22px;
  bottom: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  max-width: min(300px, calc(100vw - 32px));
  pointer-events: none;
}

.wa-assist .wa-float {
  position: relative;
  right: auto;
  bottom: auto;
  flex: 0 0 auto;
  pointer-events: auto;
  transition: transform .2s ease, box-shadow .2s ease;
}

.wa-assist .wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(37,211,102,.55);
}

.wa-assist-bubble {
  position: relative;
  display: block;
  width: max-content;
  max-width: min(292px, calc(100vw - 32px));
  min-height: 48px;
  padding: 13px 16px;
  border: 1px solid rgba(33,150,243,.18);
  border-radius: 16px 16px 4px 16px;
  background: #fff;
  color: #082541;
  box-shadow: 0 18px 46px rgba(8,37,65,.18);
  font-family: "Barlow", Arial, sans-serif;
  font-size: .93rem;
  font-weight: 800;
  line-height: 1.22;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.96);
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  pointer-events: auto;
}

.wa-assist-bubble::before {
  content: "";
  position: absolute;
  right: 21px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-right: 1px solid rgba(33,150,243,.18);
  border-bottom: 1px solid rgba(33,150,243,.18);
  transform: rotate(45deg);
}

.wa-assist-bubble:hover {
  color: #06213a;
  transform: translateY(6px) scale(.99);
}

.wa-assist.is-visible .wa-assist-bubble {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.wa-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 3px;
  background: #25d366;
  vertical-align: -2px;
  animation: waCursor .75s steps(1, end) infinite;
}

.wa-assist.is-complete .wa-cursor {
  display: none;
}

.wa-assist.is-shaking .wa-float {
  animation: waShake .82s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes waShake {
  0%, 100% { transform: translateX(0) rotate(0); }
  12% { transform: translateX(-3px) rotate(-5deg); }
  24% { transform: translateX(4px) rotate(5deg); }
  36% { transform: translateX(-4px) rotate(-4deg); }
  48% { transform: translateX(4px) rotate(4deg); }
  60% { transform: translateX(-3px) rotate(-3deg); }
  72% { transform: translateX(2px) rotate(2deg); }
  84% { transform: translateX(-1px) rotate(-1deg); }
}

@keyframes waCursor {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@media (max-width: 1100px) {
  .hdr-logo-cell { width: 240px; }
  .hdr-logo-cell img { width: 205px; }
  .hdr-info-cell { gap: 18px; }
  .main-header .nav-outer,
  .main-header .top-left { margin-left: 240px; }
  .navigation > li > a { padding: 0 12px; font-size: .86rem; }
}

@media (max-width: 860px) {
  .main-header .top-left,
  .hdr-info-cell,
  .main-header .nav-outer::before {
    display: none;
  }

  .main-header .header-top .inner-container {
    width: 100%;
    justify-content: flex-end;
    min-height: 56px;
  }

  .main-header .top-right {
    width: 100%;
    justify-content: flex-end;
  }

  .wa-assist {
    right: 14px;
    bottom: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    max-width: calc(100vw - 28px);
  }

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

  .wa-assist-bubble {
    max-width: min(258px, calc(100vw - 28px));
    padding: 12px 14px;
    font-size: .88rem;
  }

  .main-header .social-icon-one {
    margin-left: auto;
  }

  .main-header .social-icon-one a {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,.08);
  }

  .main-header .call-btn a {
    height: 56px;
    padding: 0 18px;
    font-size: .78rem;
  }

  .hdr-row {
    min-height: 106px;
  }

  .hdr-logo-cell {
    width: auto;
  }

  .hdr-logo-cell img {
    width: 210px;
  }

  #mobileToggle {
    display: flex;
  }

  .main-header .header-lower {
    background: transparent;
  }

  .main-header .nav-outer {
    display: block;
    margin-left: 0;
    min-height: 0;
  }

  .navigation {
    position: fixed;
    top: 162px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: 0;
    overflow: hidden;
    background: #0c1e35;
    transition: max-height .28s ease;
    box-shadow: 0 20px 36px rgba(0,0,0,.22);
  }

  .navigation.is-open {
    max-height: 380px;
  }

  .navigation > li {
    margin: 0;
  }

  .navigation > li > a {
    min-height: 48px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }

  .hero-premium {
    min-height: calc(100vh - 162px);
  }

  .hero-premium .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 72px 0 34px;
    text-align: center;
  }

  .hero-bracket {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-label {
    justify-content: center;
    letter-spacing: .2em;
    font-size: .78rem;
  }

  .hero-premium h1 {
    font-size: clamp(2.25rem, 9vw, 3.2rem);
  }

  .hero-sub,
  .hero-sub2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-premium .hero-actions {
    justify-content: center;
  }

  .orbit-wrap,
  .hero-circle {
    width: min(90vw, 360px);
    height: 220px;
  }

  .hero-circle,
  .circle-slide {
    border-radius: 12px;
  }

  .orbit-ring {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-assist.is-shaking .wa-float,
  .wa-cursor {
    animation: none;
  }
}

@media (max-width: 520px) {
  .main-header .call-btn a {
    width: 184px;
    justify-content: center;
  }

  .hdr-logo-cell img {
    width: 190px;
  }

  #mobileToggle {
    width: 82px;
    height: 78px;
    border-radius: 14px;
  }

  #mobileToggle span {
    width: 34px;
  }

  .navigation {
    top: 162px;
  }

  .hero-premium .hero-inner {
    padding-top: 60px;
  }

  .hero-bg-img {
    background-position: 52% center;
  }

  .hero-premium .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-btn {
    width: 100%;
  }
}

/* Header refinement: calmer, unified top utility bar */
.main-header .header-top {
  background: #1461b8;
  border-bottom: 0;
}

.main-header .header-top .inner-container {
  justify-content: flex-start;
}

.main-header .top-left {
  margin-left: 310px;
  padding-left: 56px;
  flex: 0 1 auto;
}

.main-header .top-left::before {
  display: block;
  content: "";
  position: absolute;
  right: calc(100% - 36px);
  bottom: 0;
  width: 100vw;
  height: 50px;
  background: #fff;
  transform: skewX(30deg);
  transform-origin: bottom right;
}

.main-header .top-left li {
  font-size: .84rem;
  color: rgba(255,255,255,.9);
  font-weight: 600;
}

.main-header .navigation {
  padding-left: 36px;
}

.main-header .nav-outer::before {
  right: calc(100% - 44px);
  transform: none;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  pointer-events: none;
}

.main-header .navigation {
  padding-left: 44px;
}

.main-header .top-right {
  align-items: center;
  margin-left: auto;
  gap: 10px;
}

.main-header .social-icon-one {
  height: 38px;
  gap: 4px;
  padding: 0 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(3,17,31,.2);
  backdrop-filter: blur(8px);
}

.main-header .social-icon-one a {
  width: 28px;
  height: 28px;
  color: rgba(255,255,255,.92);
  background: transparent !important;
  box-shadow: none;
}

.main-header .social-icon-one a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(3,17,31,.18);
}

.main-header .social-icon-one .soc-ig:hover {
  background: radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 38%, #d6249f 62%, #285aeb 100%) !important;
}

.main-header .social-icon-one .soc-fb:hover {
  background: #1877f2 !important;
}

.main-header .social-icon-one .soc-yt:hover {
  background: #ff0000 !important;
}

.main-header .call-btn {
  margin-left: 0;
}

.main-header .call-btn a {
  min-height: 38px;
  padding: 0 18px 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(3,17,31,.55);
  box-shadow: none;
  letter-spacing: .06em;
}

.main-header .call-btn a:hover {
  background: rgba(3,17,31,.76);
  border-color: rgba(37,211,102,.48);
  box-shadow: 0 0 0 1px rgba(37,211,102,.18), 0 10px 24px rgba(3,17,31,.18);
}

.main-header .call-btn a::after {
  display: none;
}

.main-header .call-btn svg {
  width: 24px;
  height: 24px;
  padding: 5px;
  background: #25d366;
  box-shadow: 0 0 0 1px rgba(255,255,255,.16);
}

@media (max-width: 860px) {
  .main-header .header-top .inner-container {
    justify-content: center;
    padding: 0 10px;
  }

  .main-header .top-right {
    justify-content: center;
    gap: 8px;
  }

  .main-header .navigation {
    padding-left: 0;
  }

  .main-header .social-icon-one {
    height: 44px;
    padding: 0 6px;
  }

  .main-header .social-icon-one a {
    width: 34px;
    height: 34px;
  }

  .main-header .call-btn a {
    min-height: 44px;
    padding: 0 14px 0 10px;
    border-radius: 8px;
    font-size: .76rem;
  }
}

@media (max-width: 1100px) {
  .main-header .top-left {
    margin-left: 240px;
  }
}
