.elementor-2690 .elementor-element.elementor-element-ff4d47c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9751e2b */@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap');

.adrive {
  --ink: #fbfbf8;
  --deep: #12100d;
  --deep-2: #201811;
  --panel: rgba(255, 255, 255, .09);
  --line: rgba(255, 255, 255, .16);
  --muted: #c8beb1;
  --paper: #f7f5ef;
  --text: #221b14;
  --orange: #ff8a1d;
  --lime: #b8f45b;
  --cyan: #54e4d8;
  --radius: 10px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Roboto Slab", Georgia, serif;
  line-height: 1.55;
}

.adrive * { box-sizing: border-box; }
.adrive a { color: inherit; }

.adrive .hero {
  position: relative;
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 86px clamp(18px, 6vw, 80px) 120px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 16, 13, .98) 0%, rgba(18, 16, 13, .9) 48%, rgba(18, 16, 13, .52) 100%),
    url("https://tracnghiemcanhan.com/wp-content/uploads/2025/09/Tai-mau-56.png") center / cover no-repeat;
}

.adrive .hero::before {
  content: "";
  position: absolute;
  right: min(3vw, 44px);
  bottom: 72px;
  width: min(43vw, 620px);
  height: min(26vw, 330px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 76%, rgba(255, 138, 29, .6) 0 5%, transparent 5.4%),
    radial-gradient(circle at 76% 76%, rgba(255, 138, 29, .6) 0 5%, transparent 5.4%),
    linear-gradient(120deg, transparent 0 24%, rgba(84, 228, 216, .24) 24.5% 32%, transparent 32.5%),
    linear-gradient(12deg, transparent 0 32%, rgba(255, 255, 255, .22) 32.5% 39%, transparent 39.5%),
    linear-gradient(0deg, transparent 0 56%, rgba(255, 138, 29, .36) 56.5% 64%, transparent 64.5%);
  border: 1px solid rgba(255, 255, 255, .14);
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, .36));
  opacity: .88;
  transform: rotate(-7deg);
}

.adrive .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 244, 91, .16), transparent 32%),
    linear-gradient(180deg, transparent 66%, rgba(18, 16, 13, .9) 100%);
  pointer-events: none;
}

.adrive .hero-copy,
.adrive .exam-panel {
  position: relative;
  z-index: 2;
}

.adrive .eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(184, 244, 91, .42);
  border-radius: 999px;
  color: #efffd4;
  background: rgba(184, 244, 91, .1);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.adrive h1 {
  max-width: 850px;
  margin: 22px 0 20px;
  color: #fff;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.adrive .hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(251, 251, 248, .86);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 620;
}

.adrive .hero-copy strong { color: #fff; }

.adrive .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.adrive .primary-btn,
.adrive .panel-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: var(--radius);
  color: #171006;
  background: linear-gradient(135deg, var(--orange), #ffd166);
  box-shadow: 0 14px 32px rgba(255, 138, 29, .24);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease;
}

.adrive .primary-btn:hover,
.adrive .panel-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 138, 29, .34);
}

.adrive .ghost-note {
  color: rgba(251, 251, 248, .74);
  font-size: 14px;
  font-weight: 800;
}

.adrive .exam-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .06));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
}

.adrive .panel-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.adrive .panel-top strong {
  color: var(--lime);
  font-size: 18px;
}

.adrive .dial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0;
}

.adrive .dial-grid div {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  text-align: center;
}

.adrive .dial-grid strong {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.adrive .dial-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.adrive .panel-link { width: 100%; }

.adrive .quick-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -54px;
  padding: 0 clamp(18px, 6vw, 80px);
}

.adrive .quick-strip div {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: #17130f;
  border: 1px solid rgba(255, 255, 255, .09);
}

.adrive .quick-strip div:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.adrive .quick-strip div:last-child { border-radius: 0 var(--radius) var(--radius) 0; }

.adrive .quick-strip strong {
  color: var(--orange);
  font-size: 28px;
  line-height: 1;
}

.adrive .quick-strip span {
  color: rgba(251, 251, 248, .82);
  font-size: 15px;
  font-weight: 800;
}

.adrive .section {
  padding: 86px clamp(18px, 6vw, 80px);
  color: var(--text);
}

.adrive .section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.adrive .section-head span,
.adrive .guide-card span {
  color: #b45700;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.adrive .section h2,
.adrive .guide h2 {
  margin: 8px 0 12px;
  color: var(--text);
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.adrive .section-head p,
.adrive .guide-card p {
  margin: 0;
  color: #64584d;
  font-size: 17px;
  font-weight: 650;
}

.adrive .test-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.adrive .test-ticket {
  position: relative;
  min-height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #ded4c8;
  border-radius: var(--radius);
  color: var(--text);
  background: #fffdfa;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(46, 34, 19, .06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.adrive .test-ticket::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 138, 29, .12);
}

.adrive .test-ticket:hover {
  transform: translateY(-4px);
  border-color: #ffb463;
  box-shadow: 0 22px 48px rgba(46, 34, 19, .12);
}

.adrive .test-ticket .num {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #171006;
  background: linear-gradient(135deg, var(--orange), #ffd166);
  font-size: 16px;
  font-weight: 950;
}

.adrive .test-ticket strong {
  min-height: 56px;
  display: block;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
}

.adrive .test-ticket small {
  display: block;
  color: #75695e;
  font-size: 13px;
  font-weight: 760;
}

.adrive .test-ticket em {
  width: fit-content;
  display: inline-flex;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--orange);
  color: #b45700;
  font-size: 14px;
  font-style: normal;
  font-weight: 950;
}

.adrive .guide {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 14px;
  padding-bottom: 96px;
}

.adrive .guide-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid #ded4c8;
  border-radius: var(--radius);
  background: #fffdfa;
  box-shadow: 0 18px 38px rgba(46, 34, 19, .05);
}

.adrive .guide-card.feature {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 16, 13, .96), rgba(43, 31, 20, .92)),
    linear-gradient(135deg, rgba(255, 138, 29, .24), transparent);
}

.adrive .guide-card.feature h2,
.adrive .guide-card.feature p { color: #fff; }

.adrive .guide-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .adrive .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
  }

  .adrive .hero::before {
    width: 70vw;
    height: 32vw;
    opacity: .34;
  }

  .adrive .exam-panel {
    max-width: 560px;
  }

  .adrive .test-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adrive .guide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .adrive .hero {
    padding: 58px 18px 92px;
  }

  .adrive h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .adrive .hero-copy p {
    font-size: 16px;
  }

  .adrive .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .adrive .primary-btn {
    width: 100%;
  }

  .adrive .exam-panel {
    padding: 18px;
  }

  .adrive .dial-grid {
    grid-template-columns: 1fr;
  }

  .adrive .dial-grid div {
    min-height: 84px;
  }

  .adrive .quick-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0;
  }

  .adrive .quick-strip div,
  .adrive .quick-strip div:first-child,
  .adrive .quick-strip div:last-child {
    min-height: auto;
    border-radius: 0;
  }

  .adrive .section {
    padding: 58px 18px;
  }

  .adrive .test-list,
  .adrive .guide {
    grid-template-columns: 1fr;
  }

  .adrive .test-ticket,
  .adrive .guide-card {
    min-height: auto;
  }
}/* End custom CSS */