[x-cloak] { display: none; }

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  content: "";
}

:root {
  --cdt-ink: #0c1f38;
  --cdt-blue: #0b70b7;
  --cdt-muted: #40566e;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

/* Capacitor uses a fixed viewport shell so iOS cannot translate the chrome
   during document overscroll or after the app resumes. Only main scrolls. */
html.is-native {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-native body {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-native .app-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(7rem + env(safe-area-inset-bottom)) !important;
}

input,
select,
textarea {
  font-size: 16px;
}

button {
  touch-action: manipulation;
}

.cart-dialog {
  touch-action: manipulation;
}

.app-main {
  padding-top: calc(70px + env(safe-area-inset-top));
}


.cdt-app-header,
.cdt-bottom-nav {
  position: fixed !important;
  left: 0;
  right: 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

html.is-native .cdt-app-header,
html.is-native .cdt-bottom-nav {
  backface-visibility: visible;
  transform: none;
  -webkit-transform: none;
}

.cdt-app-header {
  top: 0;
}


.cdt-bottom-nav {
  bottom: 0;
}

.cdt-bg {
  background:
    radial-gradient(circle at 12% 0%, rgba(11,112,183,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5f9fd 100%);
}

.cdt-page-intro {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbeaf5;
  border-radius: 12px;
  background: #ffffff;
  padding: 18px 20px 18px 24px;
  box-shadow: 0 10px 24px rgba(15, 45, 75, .055);
}

.cdt-page-intro::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #103b70;
}

.cdt-page-intro__title {
  margin: 0;
  color: var(--cdt-ink);
  font-size: clamp(30px, 6vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.cdt-page-intro__copy {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--cdt-muted);
  font-size: 15px;
  line-height: 1.5;
}

.cdt-app-promo {
  margin-top: 26px;
  border-top: 1px solid #dbeaf5;
  border-bottom: 1px solid #dbeaf5;
  background: #ffffff;
}

.cdt-app-promo__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
}

.cdt-app-promo p {
  margin: 0;
  color: var(--cdt-muted);
  font-size: 14px;
  line-height: 1.35;
}

.cdt-app-promo p b {
  color: var(--cdt-ink);
}

.cdt-app-promo__badges {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
}

.cdt-app-promo__badge {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  line-height: 0;
}

.cdt-app-promo__badge img {
  display: block;
  width: auto;
  height: 36px;
}

.cdt-app-promo__badge em {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(6, 20, 40, .46);
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}

.cdt-site-footer {
  margin-top: 0;
  border-top: 1px solid rgba(180, 208, 232, .45);
  background: #0a2545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  padding-bottom: calc(5.75rem + env(safe-area-inset-bottom));
}

@media (max-width: 1023px) {
  .cdt-desktop-footer {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .cdt-page-intro {
    padding: 15px 16px 16px 19px;
  }

  .cdt-app-promo__inner {
    min-height: 0;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .cdt-app-promo p {
    font-size: 11px;
  }

  .cdt-app-promo p b {
    display: block;
  }

  .cdt-app-promo__badges {
    flex-basis: calc(100% - 44px);
    margin-left: 44px;
    gap: 6px;
  }

  .cdt-app-promo__badge img {
    height: 31px;
  }

  .cdt-app-promo__badge em {
    font-size: 7px;
  }
}

.flag-card {
  background:
    linear-gradient(180deg, rgba(8,31,60,.04), rgba(8,31,60,.48)),
    url('../assets/services-wax-folder-photo.png') 70% center / cover no-repeat;
}

.flag-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,26,51,.78), rgba(6,26,51,.1) 55%, rgba(6,26,51,.24));
}

.flag-card-mark {
  width: 68px;
  height: 68px;
  filter: drop-shadow(0 12px 18px rgba(3, 16, 36, .42));
}

.cdt-header-logo-frame {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  overflow: visible;
}

.cdt-header-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .cdt-header-logo-frame {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}

.home-feature-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.group:hover .home-feature-img {
  transform: scale(1.05);
}

.home-feature-img--cert {
  object-position: 58% center;
}

.home-feature-img--secure {
  object-position: 62% center;
}

.home-feature-img--delivery {
  object-position: 50% center;
}

.services-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6,26,51,.9), rgba(7,55,97,.72) 48%, rgba(6,26,51,.42)),
    url('../assets/services-cta-background.jpg') 72% center / cover no-repeat;
}

.services-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 76% 45%, rgba(255,255,255,.08), transparent 36%);
  pointer-events: none;
}

.certificate-preview {
  background: #ffffff;
  color: #122744;
  box-shadow: 0 18px 42px rgba(12, 31, 56, .08);
}

.certificate-watermark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: .045;
  pointer-events: none;
}

.certificate-watermark img {
  width: min(54%, 260px);
  filter: grayscale(1);
}

.certificate-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 45, 91, .38), transparent);
}

.certificate-field {
  display: inline-block;
  min-width: 170px;
  border-bottom: 1px solid rgba(13, 45, 91, .34);
  padding: 0 10px 2px;
  color: #103b70;
  font-weight: 800;
  text-align: center;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.safe-bottom {
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
}

.safe-top {
  padding-top: env(safe-area-inset-top);
}

@media (max-width: 640px) {
  .home-feature-img--secure {
    object-position: 82% center;
  }
}

.cdt-field {
  display: block;
  width: 100%;
  min-height: 54px;
  border: 1px solid #bae6fd;
  border-radius: 14px;
  background-color: #ffffff;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #10243d;
  box-shadow: 0 8px 18px rgba(15, 45, 75, .045);
  outline: 3px solid transparent;
  outline-offset: 3px;
  transition: border-color .16s ease, box-shadow .16s ease, outline-color .16s ease, background-color .16s ease;
}

.cdt-field::placeholder {
  color: #7890a7;
  font-weight: 650;
}

.cdt-field:focus {
  border-color: #0b70b7;
  background-color: #ffffff;
  outline-color: rgba(14, 165, 233, .22);
  box-shadow: 0 10px 24px rgba(15, 45, 75, .07);
}

.cdt-field--password {
  padding-right: 52px;
}

.cdt-password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 10px;
  color: #103b70;
}

.cdt-password-toggle:hover,
.cdt-password-toggle:focus-visible {
  background: #f0f9ff;
  outline: none;
}

.cdt-field:-webkit-autofill,
.cdt-field:-webkit-autofill:hover,
.cdt-field:-webkit-autofill:focus {
  -webkit-text-fill-color: #10243d;
  box-shadow: 0 0 0 1000px #ffffff inset, 0 10px 24px rgba(15, 45, 75, .07);
  caret-color: #10243d;
}


.cdt-select-group {
  display: grid;
  gap: 10px;
}

.cdt-select-label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #075985;
}

.cdt-clean-select {
  display: block;
  width: 100%;
  max-width: 560px;
  min-height: 54px;
  border: 1.5px solid #d8e2ec;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 14px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  color: #10243d;
  box-shadow: 0 8px 18px rgba(15, 45, 75, .045);
  outline: none;
}

.cdt-clean-select:focus {
  border-color: #0b8ee8;
  box-shadow: 0 0 0 3px rgba(14, 142, 232, .14), 0 8px 18px rgba(15, 45, 75, .055);
}

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

.cdt-faq-chevron {
  transition: transform .18s ease;
}

.cdt-faq[open] .cdt-faq-chevron {
  transform: rotate(180deg);
}

.services-mobile-disclosure > summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  color: #103b70;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.15;
}

.services-mobile-disclosure > summary::-webkit-details-marker {
  display: none;
}

.services-mobile-disclosure > summary::marker {
  content: "";
}

.services-mobile-disclosure > summary svg {
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.services-mobile-disclosure[open] > summary svg {
  transform: rotate(180deg);
}

@media (max-width: 1023px) {
  .services-mobile-disclosure {
    overflow: hidden;
    border: 1px solid #e0edf7;
    border-radius: .75rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 45, 75, .065);
  }

  .services-mobile-disclosure > section,
  .services-mobile-disclosure > article {
    margin-top: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 1rem 1rem !important;
    box-shadow: none !important;
  }

  .services-mobile-disclosure [data-mobile-duplicate-heading] {
    display: none;
  }
}

@media (min-width: 1024px) {
  .services-mobile-disclosure {
    display: contents;
  }

  .services-mobile-disclosure > summary {
    display: none;
  }
}

@media (min-width: 760px) {
  .cdt-select-group {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
  }
}
