:root {
  --navy: #061b3a;
  --navy2: #092b5d;
  --blue: #1f67d2;
  --light: #f5f8ff;
  --yellow: #ffc72c;
  --text: #17223b;
  --muted: #64708a;
  --green: #1c9b5e;
  --red: #d92d20;
  --border: #dbe5f5;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 27, 58, .12);
}
* {
  box-sizing: border-box
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
  padding: 0;
}
figure {
  margin: 0
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}
.flex-vcenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
a {
  text-decoration: none;
  color: inherit
}
.container {
  width: min(1180px, 92%);
  margin: auto
}
.ecourt-db p {letter-spacing: normal;}
.header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header-right {
  width: calc(100% - 181px)!important;
  justify-content: flex-end;
  gap: 60px;
  margin-left: auto;
}
.topbar {
  background: linear-gradient(135deg, var(--navy), #021126);
  color: white;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-icon {
  width: 120px;
  position: relative;
  height: auto;
  z-index: 2;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  margin-top: -1px;
}
.logo-icon a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative
}
.logo-icon img {
  width: 100%;
  height: 100%
}
.logo small {
  display: block;
  font-size: 11px;
  color: #d7e4ff;
  line-height: 1
}
.logo span {
  font-size: 19px;
  line-height: 1.05
}
.navlinks {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #d9e5ff; margin: 0;
}
.navlinks a {color: #d9e5ff;}
.navlinks a:hover {
  color: var(--yellow)
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: .2s;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
}
.btn-yellow {
  background: var(--yellow);
  color: #061b3a
}
.btn-yellow:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 199, 44, .35)
}
.btn-white {
  background: white;
  color: var(--navy)
}
.btn-outline {
  border-color: rgba(255, 255, 255, .5);
  color: white !important;
  background: rgba(255, 255, 255, .05)
}
.btn-outline:hover {
  background: rgba(255, 255, 255, .12)
}
.hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(31, 103, 210, .35), transparent 30%), linear-gradient(135deg, #061b3a 0%, #03101f 100%);
  color: white;
  padding: 70px 0 40px;
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 16, 31, .4), rgba(3, 16, 31, .1));
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 44px;
}
.hero-grid .btn {
  max-width: 200px;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 199, 44, .35);
  border-radius: 999px;
  background: rgba(255, 199, 44, .08);
  color: #ffe08a;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}
h1 {
  font-size: clamp(32px, 2.8vw, 60px);
  line-height: 1.2;
  margin: 0 0 22px;
  letter-spacing: -1.5px;
}
.yellow {
  color: var(--yellow)
}
.hero p {
  font-size: 18px;
  color: #d8e5ff;
  max-width: 680px;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.hero-point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #d8e5ff;
  font-size: 13px;
}
.icon-dot {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(31, 103, 210, .28);
  border: 1px solid rgba(255, 255, 255, .16);
}
.phone-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 32px;
  padding: 26px;
  box-shadow: var(--shadow);
  position: relative;
}
.phone {
  background: #0d4ba0;
  border: 10px solid #111827;
  border-radius: 34px;
  padding: 24px 18px;
  min-height: 480px;
  transform: rotate(5deg);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .38);
}
.phone h3 {
  font-size: 26px;
  margin: 16px 0 6px;
  text-align: center
}
.phone p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 18px;
  color: #dbeafe
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}
.app-tile {
  background: white;
  color: #0b2b5a;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.warning {
  margin-top: 20px;
  border-radius: 16px;
  background: #fff7d6;
  color: #8a5a00;
  padding: 16px;
  font-weight: bold;
  text-align: center;
}
.cloud-badge {
  position: absolute;
  right: -20px;
  top: 42%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: white;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 48px;
  box-shadow: var(--shadow);
}
section {
  padding: 64px 0;
  clear: both;
  width: 100%;
}
.notice {
  padding: 28px;
  background: #f8fbff;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(7, 27, 58, .05);
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  gap: 22px;
  align-items: center;
}
.notice-inner {
  max-width: boldpx;
}
.notice .h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.notice p {
  margin: 0;
  color: var(--muted)
}
.highlight-red {
  color: var(--red);
  font-weight: bold;
}
.highlight-blue {
  display: block;
  color: var(--navy);
  font-weight: bold;
  margin-top: 10px;
}
.section-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 38px
}
.section-title h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--navy)
}
.section-title h2 span {
  border-bottom: 4px solid var(--yellow);
}
.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 17px
}
#features {
  padding-top: 0;
  background: #fff;
}
.features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 18px;
  justify-content: center;
}
.feature {
  background: white;
  text-align: center;
  flex: 1;
}
.feature .ficon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  color: var(--blue);
  margin: 0 auto 14px;
  font-size: 25px;
}
.feature h3 {
  font-size: 14px;
  margin: 0 0 8px;
  color: var(--navy);
  line-height: normal;
}
.feature p {
  font-size: 14px;
  color: var(--muted);
  margin: 0
}
.split-wrap {
  background: var(--light);
}
.split {
  background: linear-gradient(90deg, #fff6f6, #f3fff8);
  border-radius: 26px;
  padding: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border);
  justify-content: space-between;
}
.split-lt {
  width: 30%;
  margin-bottom: auto;
}
.split-rt {
  width: 30%;
  margin-bottom: auto;
}
.split h2 {
  font-size: 28px;
  line-height: 1.18;
  margin: 0 0 16px
}
.red {
  color: var(--red)
}
.green {
  color: var(--green)
}
.checklist, .crosslist {
  list-style: none;
  margin: 0;
  padding: 0
}
.checklist li, .crosslist li {
  margin: 12px 0;
  padding-left: 30px;
  position: relative
}
.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
  background-image: none;
  width: auto;
  height: auto;
}
.crosslist li:before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  font-weight: 900;
  background-image: none;
  width: auto;
  height: auto;
}
.dashboard {
  width: 30%;
}
.dashboard img {
  width: 100%;
  height: auto;
}
.dash-row {
  height: 38px;
  border-radius: 10px;
  background: #eef3fb
}
.dash-row:nth-child(2) {
  width: 82%
}
.dash-row:nth-child(3) {
  width: 95%
}
.dash-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px
}
.chart {
  height: 110px;
  border-radius: 16px;
  background: linear-gradient(135deg, #dceaff, #f8fbff);
  position: relative;
  overflow: hidden
}
.chart:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 54px;
  border-radius: 10px;
  background: rgba(31, 103, 210, .25)
}
#benefits .section-title {
  max-width: 600px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.benefit {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 16px;
  text-align: center;
  background: white;
}
.benefit strong {
  display: block;
  color: var(--navy);
  margin: 10px 0
}
.benefit p {
  font-size: 13px;
  color: var(--muted);
  margin: 0; line-height: 1.55;
}
.trusted {
  background: #fff;
}
#migration {
  padding-top: 20px;
}
.migration {
  background: linear-gradient(135deg, #061b3a, #092b5d);
  color: white;
  border-radius: 26px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 28px;
  align-items: center;
  box-shadow: var(--shadow);
}
.migration h2 {
  font-size: 32px;
  margin: 0 0 12px;
  color: var(--yellow);
  line-height: normal;
}
.migration p {
  color: #d9e7ff;
  margin: 0 0 20px
}
.mig-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 20px
}
.mig-step {
  text-align: center;
  font-size: 13px;
  color: #d9e7ff
}
.mig-step span {
  display: grid;
  place-items: center;
  margin: auto auto 8px;
  width: 42px;
  height: 42px;
  font-size: 26px;
  filter: brightness(0) invert(1);
}
.offer {
  background: white;
  color: var(--navy);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
}
.badge {
  display: inline-block;
  background: #ffe8e8;
  color: var(--red);
  font-weight: 900;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  margin-bottom: 12px
}
.trust {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  text-align: center;
}
.trust-item {
  background: #f8fbff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 12px;
}
.trust-item strong {
  display: block;
  font-size: 24px;
  color: var(--navy)
}
.trust-item span {
  font-size: 13px;
  color: var(--muted)
}
#faq {
  background: var(--light);
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 !important;
  margin: 0;
  float: none !important;
}
details {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  background: white;
  margin: 0;
}
summary {
  font-weight: bold;
  color: var(--navy);
  cursor: pointer
}
details p {
  color: var(--muted);
  margin: 12px 0 0
}
.final-cta {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  color: white;
  padding: 42px 0;
}
.cta-lt {
  max-width: 500px;
}
.cta-rt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cta-rt .btn {
  max-width: 200px;
}
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.cta-box h3 {
  font-size: 24px;
  margin: 0 0 8px;
  line-height: 30px;
}
.cta-box p {
  margin: 0;
  color: #d9e7ff
}
footer {
  background: #03101f;
  color: #b8c6df;
  padding: 40px 0;
}
footer p {
  color: #d9e7ff;
  line-height: 22px; font-size: 14px;
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 26px;
  justify-content: space-between;
}
.ftr-lt {
  font-size: 14px;
  line-height: 22px;
  max-width: 400px;
}
.ftr-lt h4 {
  font-size: 20px;
}
.ftr-icon {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.ftr-rt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15%;
  justify-content: flex-end;
  flex: 1;
}
footer h4 {
  color: white;
  margin: 0 0 10px
}
footer a {
  display: block;
  margin: 7px 0;
  color: #b8c6df !important;
  font-size: 14px
}
footer a:hover {
  color: var(--yellow) !important
}
.disclaimer {
  font-size: 12px;
  color: #93a4bf;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 18px;
}
.disclaimer p {
  color: #93a4bf;
  line-height: 1.55; font-size: 12px;
}
@media(max-width:1023px) {
  .cta-box {
    flex-wrap: wrap;
  }
  .cta-lt {
    max-width: 100%;
    width: 100%;
  }
  .cta-rt {
    width: 100%;
  }
  .cta-rt .btn {
    max-width: 100%;
  }
  .feature {
    flex: 31.333%;
  }
  .split {
    justify-content: center;
    gap: 40px;
  }
  .split-lt {
    width: 100%;
  }
  .split-rt {
    width: 100%;
  }
  .dashboard {
    width: 100%;
    max-width: 600px;
  }
  .ftr-rt {
    gap: 20px 20%;
  }
}
@media(max-width:980px) {
  .navlinks {
    display: none
  }
  .hero-grid, .migration, .cta-box, .notice, .split {
    grid-template-columns: 1fr
  }
  .hero-points, .features, .benefits, .trust, .faq, .footer-grid {
    grid-template-columns: 1fr 1fr
  }
  .split {
    padding: 26px
  }
  .phone {
    transform: none
  }
  .cloud-badge {
    right: 10px
  }
}
@media(max-width:767px) {
  .header-right .btn-yellow {
    padding: 13px 13px;
  }
  .hero {
    padding: 48px 0
  }
  .hero-actions {
    display: grid
  }
  .hero-points, .features, .benefits, .trust, .faq, .mig-steps, .footer-grid {
    grid-template-columns: 1fr
  }
  .hero-grid .btn {
    max-width: 100%;
  }
  .hero-point {
    align-items: center;
  }
  section {
    padding: 46px 0
  }
  .notice {
    padding: 22px
  }
  .migration {
    padding: 26px
  }
  .phone-card {
    display: none
  }
  h1 {
    font-size: 38px
  }
  .cta-rt .btn {
    width: 100%;
  }
  .cta-rt .btn {
    width: 100%;
    max-width: 100%;
  }
  .ftr-lt {
    width: 100%;
    max-width: 100%;
  }
  .ftr-rt div {
    width: 100%;
  }
  .ftr-rt {
    justify-content: flex-start;
  }
  .mig-steps {
    gap: 40px;
  }
  .features {
    gap: 30px;
  }
  .feature {
    flex: 100%;
  }
}