:root {
  --ink: #122033;
  --muted: #64748b;
  --line: #d9e2ec;
  --blue: #1457d9;
  --blue-dark: #0c348c;
  --green: #00a884;
  --surface: #f6f9fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 36, 72, 0.14);
}

html {
  scroll-behavior: smooth;
}

body.premium-site {
  background: var(--white);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.premium-site h1,
.premium-site h2,
.premium-site h3,
.premium-site h4,
.premium-site h5,
.premium-site h6 {
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.premium-site p {
  color: var(--muted);
}

.premium-site .container {
  max-width: 1160px;
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.navbar-logo.brand-lockup span,
.navbar-logo.brand-lockup b {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.section-header {
  padding: 24px 0;
}

.section-header .logo-light,
.section-header .logo-dark {
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  height: 48px;
  width: 48px;
}

.section-header.sticky {
  border-bottom: 1px solid rgba(217, 226, 236, 0.9);
  box-shadow: 0 12px 30px rgba(15, 36, 72, 0.08);
  padding-bottom: 10px;
  padding-top: 10px;
}

.section-header.sticky .navbar-logo.brand-lockup span,
.section-header.sticky .navbar-logo.brand-lockup b,
.section-header:not(.unsticky) .navbar-logo.brand-lockup span {
  color: var(--ink);
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 0;
}

.navbar .navbar-nav .nav-item .nav-link:after {
  background: var(--green);
  border-radius: 99px;
  height: 3px;
}

.hero-section {
  background:
    linear-gradient(110deg, rgba(4, 22, 52, 0.94) 0%, rgba(13, 54, 134, 0.84) 48%, rgba(0, 168, 132, 0.52) 100%),
    url("../images/cta-01.jpg") center center / cover no-repeat !important;
  min-height: 610px;
  position: relative;
}

.hero-section:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: -1px;
  content: "";
  height: 96px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-section .section-inner,
.hero-section .container,
.hero-section .row {
  height: auto;
}

.section-slide .section-inner {
  padding: 96px 0 34px;
  position: relative;
  z-index: 2;
}

.section-slide .section-content-text {
  padding-right: 42px;
}

.eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #dffcf4;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 22px;
  padding: 7px 17px 7px 8px;
}

.sec-official-icon {
  background: #ffffff url("../images/icons/sec-logo.png") left center / 92px auto no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), inset 0 0 0 2px rgba(255, 255, 255, 0.65);
  flex: 0 0 36px;
  height: 36px;
  overflow: hidden;
  width: 36px;
}

.section-slide .section-content-text .caption-heading {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.05;
  margin-bottom: 20px;
  max-width: 680px;
}

.section-slide .section-content-text .caption-text.hero-lede {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 620px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 24px;
}

.au-btn-pill.primary-action {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 800;
  padding: 15px 28px;
}

.download-action {
  --download-progress: 0%;
  min-width: 184px;
  overflow: hidden;
  position: relative;
}

.download-action .btn-icon,
.download-action .btn-text {
  position: relative;
  z-index: 2;
}

.download-action .download-progress {
  background: linear-gradient(90deg, rgba(0, 168, 132, 0.18), rgba(20, 87, 217, 0.2));
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: width 0.16s ease;
  width: 0;
  z-index: 1;
}

.download-action.is-downloading .download-progress,
.download-action.is-complete .download-progress,
.download-action.is-error .download-progress {
  width: var(--download-progress);
}

.download-action.is-downloading {
  color: var(--blue-dark);
}

.download-action.is-complete {
  background: #ffffff;
  border-color: #ffffff;
  color: #087b64;
}

.download-action.is-error {
  background: #ffffff;
  border-color: #ffffff;
  color: #9b1c1c;
}

.au-btn-pill.primary-action:hover {
  background: var(--green);
  border-color: var(--green);
  color: #ffffff;
}

.download-action.is-downloading:hover,
.download-action.is-complete:hover,
.download-action.is-error:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--blue-dark);
}

.download-action.is-error:hover {
  color: #9b1c1c;
}

.secondary-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
}

.secondary-link:hover {
  color: #ffffff;
}

.hero-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
}

.hero-metrics div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px 18px;
}

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

.hero-metrics strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  text-transform: uppercase;
}

.hero-phone {
  perspective: 1200px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.hero-phone:before {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(0, 168, 132, 0.11));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  bottom: -14px;
  box-shadow: 0 34px 74px rgba(0, 0, 0, 0.32);
  content: "";
  left: 50%;
  min-height: 78%;
  position: absolute;
  transform: translateX(-50%) rotateY(-7deg) rotateX(4deg) translateZ(-30px);
  width: 72%;
  z-index: -2;
}

.hero-phone:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0) 72%);
  bottom: -34px;
  content: "";
  height: 72px;
  left: 50%;
  opacity: 0.72;
  position: absolute;
  transform: translateX(-50%);
  width: 82%;
  z-index: -3;
}

.hero-phone img {
  border-radius: 4px;
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.34),
    22px 18px 45px rgba(0, 168, 132, 0.18),
    -18px 16px 42px rgba(20, 87, 217, 0.2);
  max-height: 460px;
  position: relative;
  transform: rotateY(-7deg) rotateX(3deg) translateZ(24px) !important;
  transform-origin: center center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 1;
}

.hero-phone:hover img {
  box-shadow:
    0 42px 86px rgba(0, 0, 0, 0.38),
    26px 22px 56px rgba(0, 168, 132, 0.22),
    -22px 18px 52px rgba(20, 87, 217, 0.24);
  transform: rotateY(-4deg) rotateX(2deg) translateZ(34px) translateY(-4px) !important;
}

.hero-phone img:before {
  content: "";
}

.section-slide .section-content-text .caption-heading,
.section-slide .section-content-text .caption-text,
.section-slide .section-content-text .caption-button,
.section-slide .section-content-image {
  animation-delay: 0s !important;
  visibility: visible !important;
}

.hero-section .animated {
  animation: none !important;
  opacity: 1 !important;
}

.trust-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.trust-label {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.trust-strip h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.trust-list span {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 14px;
}

.trust-list i {
  color: var(--green);
}

.feature-section,
.process-section,
.capability-section,
.audit-section {
  padding: 92px 0;
}

.feature-section {
  background: #ffffff;
}

.section-title-block {
  margin-bottom: 42px;
  max-width: 620px;
}

.section-title-block--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title-block h2,
.content-panel h2,
.company-section h2 {
  font-size: 40px;
  line-height: 1.18;
  margin-bottom: 16px;
}

.feature-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(15, 36, 72, 0.06);
  height: 100%;
  padding: 34px 26px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  border-color: rgba(20, 87, 217, 0.24);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.iconbox-style-1.feature-card .card-image {
  align-items: center;
  background: linear-gradient(135deg, rgba(20, 87, 217, 0.12), rgba(0, 168, 132, 0.12));
  border-radius: 8px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 24px;
  width: 58px;
}

.iconbox-style-1.feature-card .card-image i {
  color: var(--blue);
  font-size: 26px;
}

.iconbox-style-1.feature-card .card-title {
  color: var(--ink);
  font-size: 21px;
  margin-bottom: 12px;
  text-align: left;
}

.iconbox-style-1.feature-card .card-text {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
  text-align: left;
}

.process-section {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.process-phone {
  text-align: center;
}

.process-phone img {
  filter: drop-shadow(0 24px 55px rgba(15, 36, 72, 0.2));
  max-height: 620px;
  max-width: 100%;
}

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(15, 36, 72, 0.06);
  margin-bottom: 18px;
  padding: 22px;
}

.process-list span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.process-list strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.process-list p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.process-list-left {
  text-align: right;
}

.capability-section {
  background: #ffffff;
}

.audit-section {
  background: var(--surface);
}

.phone-frame {
  text-align: center;
}

.phone-frame img {
  filter: drop-shadow(0 24px 50px rgba(15, 36, 72, 0.16));
  max-height: 620px;
}

.content-panel {
  max-width: 540px;
}

.content-panel p {
  font-size: 16px;
  margin-bottom: 24px;
}

.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clean-list li {
  align-items: flex-start;
  color: var(--ink);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  margin-bottom: 14px;
}

.clean-list i {
  align-items: center;
  background: rgba(0, 168, 132, 0.12);
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  margin-top: 1px;
  width: 28px;
}

.company-section {
  background:
    linear-gradient(115deg, rgba(3, 18, 43, 0.92), rgba(7, 54, 105, 0.84)),
    url("../images/slider-01.jpg") center center / cover no-repeat;
  padding: 104px 0;
  position: relative;
  text-align: center;
}

.company-section .container {
  position: relative;
  z-index: 2;
}

.company-section h2 {
  color: #ffffff;
}

.company-section p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.company-facts {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0 26px;
}

.company-facts div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}

.company-facts span,
.company-facts strong {
  display: block;
}

.company-facts span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.company-facts strong {
  color: #ffffff;
  font-size: 17px;
}

.company-note {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 13px !important;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 780px;
}

.section-footer {
  background: #071120;
  padding: 34px 0;
}

.footer-brand {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.section-footer .footer-text-copy {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.6;
}

#up-to-top {
  background: var(--blue);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(20, 87, 217, 0.28);
}

@media (max-width: 991px) {
  .section-header {
    background: #ffffff;
    padding: 12px 0;
    position: relative;
  }

  .navbar-logo.brand-lockup span,
  .navbar-logo.brand-lockup b {
    color: var(--ink);
  }

  .section-header .logo-dark {
    display: inline-block;
  }

  .section-header .logo-light {
    display: none;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--ink);
  }

  .navbar .navbar-nav .nav-item .nav-link:after {
    background: var(--green);
  }

  .hero-section {
    min-height: auto;
  }

  .section-slide .section-inner {
    padding: 78px 0 82px;
  }

  .section-slide .section-content-text {
    padding-right: 0;
  }

  .section-slide .section-content-text .caption-heading {
    font-size: 44px;
  }

  .hero-phone img,
  .process-phone img,
  .phone-frame img {
    max-height: 500px;
  }

  .trust-list {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .process-list-left {
    text-align: left;
  }

  .process-phone {
    margin-bottom: 34px;
  }

  .content-panel {
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  body.premium-site {
    font-size: 15px;
  }

  .brand-lockup {
    gap: 9px;
  }

  .navbar-logo.brand-lockup span {
    font-size: 19px;
  }

  .section-slide .section-inner {
    padding: 62px 0 72px;
  }

  .section-slide .section-content-text .caption-heading {
    font-size: 36px;
  }

  .section-slide .section-content-text .caption-text.hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    gap: 14px;
  }

  .company-facts {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    display: none;
  }

  .hero-copy .eyebrow {
    font-size: 11px;
    line-height: 1.5;
    max-width: 100%;
    padding: 7px 14px 7px 7px;
  }

  .sec-official-icon {
    flex-basis: 32px;
    height: 32px;
    width: 32px;
  }

  .feature-section,
  .process-section,
  .capability-section,
  .audit-section,
  .company-section {
    padding: 64px 0;
  }

  .section-title-block h2,
  .content-panel h2,
  .company-section h2 {
    font-size: 30px;
  }

  .trust-list span {
    width: 100%;
  }

  .hero-phone {
    display: none;
  }

  .phone-frame--right {
    margin-top: 34px;
  }
}
