body.cvgl-redesign {
  margin: 0 !important;
  background: #fff !important;
  color: #17143d;
}

/* 2.0 readability pass: marketing copy must remain legible on laptop displays. */
.cvgl-logo { width: 174px !important; display: inline-flex !important; flex: 0 0 auto; font-size: 0 !important; }
.cvgl-logo img { width: 100%; height: auto; }
.cvgl-logo.light { padding: 7px 10px; border-radius: 10px; background: #fff; }
.cvgl-nav-list > li > a,
.cvgl-signin { font-size: 13px !important; }
.cvgl-nav-list .sub-menu a { font-size: 13px !important; line-height: 1.35; }
.cvgl-pill { font-size: 13px !important; }
.cvgl-hero-copy > p { font-size: 18px !important; }
.cvgl-text-link,
.cvgl-button { font-size: 15px; }
.cvgl-assurances,
.cvgl-hero-proof p { font-size: 13px !important; }
.cvgl-industries > p { font-size: 12px !important; }
.cvgl-industries span { font-size: 13px !important; }
.cvgl-section > h2 { font-size: clamp(34px, 3vw, 42px) !important; }
.cvgl-tabs button { font-size: 13px !important; }
.cvgl-template-card b { font-size: 14px !important; }
.cvgl-template-card small { font-size: 12px !important; }
.cvgl-view-all { font-size: 14px !important; }
.cvgl-steps h3 { font-size: 15px !important; }
.cvgl-steps p { font-size: 13px !important; }
.cvgl-feature-card h3 { font-size: 20px !important; }
.cvgl-feature-card > p { font-size: 15px !important; }
.cvgl-write-sample,
.cvgl-write-card > a,
.cvgl-suggest-card li { font-size: 13px !important; }
.cvgl-ats-card li { font-size: 12px !important; grid-template-columns: 16px 78px 1fr !important; }
.cvgl-formats-card span { font-size: 12px !important; }
.cvgl-steps article > i img { width: 25px; height: 25px; }
.cvgl-footer p,
.cvgl-footer a,
.cvgl-footer-bottom { font-size: 13px; }

@media (max-width: 1120px) {
  .cvgl-nav { margin-left: 16px; }
  .cvgl-nav-list { gap: 12px; }
  .cvgl-nav-list > li > a, .cvgl-signin { font-size: 12px; }
  .cvgl-logo { width: 165px; }
}

.cvgl-page,
.cvgl-page button,
.cvgl-page input {
  font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cvgl-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff;
  color: #17143d;
  font-size: 16px;
  line-height: 1.5;
}

.cvgl-page *,
.cvgl-page *::before,
.cvgl-page *::after { box-sizing: border-box; }
.cvgl-page a { color: inherit; text-decoration: none; }
.cvgl-page img { display: block; max-width: 100%; }
.cvgl-page button { color: inherit; }
.cvgl-page p,
.cvgl-page h1,
.cvgl-page h2,
.cvgl-page h3,
.cvgl-page ul { margin: 0; padding: 0; }
.cvgl-page ul { list-style: none; }
.cvgl-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }

.cvgl-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #f0eef5;
  backdrop-filter: blur(16px);
}
.cvgl-header-inner {
  width: min(1320px, calc(100% - 40px));
  height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cvgl-logo { font-size: 22px; font-weight: 800; letter-spacing: -.9px; color: #17143d !important; }
.cvgl-logo span { color: #5d3df3; }
.cvgl-nav { min-width: 0; margin-left: 24px; }
.cvgl-nav-list { display: flex; flex-wrap: nowrap; align-items: center; gap: 16px; list-style: none; }
.cvgl-nav-list > li { position: relative; }
.cvgl-nav-list > li > a,
.cvgl-signin { display: block; padding: 26px 0; color: #292653; font-size: 11px; font-weight: 600; white-space: nowrap; transition: color .2s ease; }
.cvgl-nav-list > li > a:hover,
.cvgl-signin:hover { color: #6647f2; }
.cvgl-nav-list > .menu-item-has-children > a { display: flex; align-items: center; gap: 5px; }
.cvgl-nav-list > .menu-item-has-children > a::after { content: "⌄"; font-size: 12px; line-height: 1; }
.cvgl-nav-list .sub-menu {
  position: absolute;
  top: 66px;
  left: 0;
  width: 245px;
  padding: 8px;
  transform: translateY(8px);
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e8e3f8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(75,54,150,.15);
  transition: .2s ease;
}
.cvgl-nav-list .sub-menu a { display: block; padding: 10px 13px; border-radius: 9px; color: #3b3657; font-size: 10px; font-weight: 600; }
.cvgl-nav-list .sub-menu a:hover { background: #f5f2ff; color: #5d3df3; }
.cvgl-nav-list li:hover > .sub-menu,
.cvgl-nav-list li:focus-within > .sub-menu { transform: translateY(0); visibility: visible; opacity: 1; }
.cvgl-header-actions { display: flex; flex: 0 0 auto; flex-wrap: nowrap; align-items: center; gap: 12px; white-space: nowrap; }
.cvgl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 9px;
  background: #6647f2;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(102,71,242,.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.cvgl-button:hover { transform: translateY(-2px); background: #5736e7; box-shadow: 0 16px 32px rgba(102,71,242,.3); }
.cvgl-button-small { min-height: 43px; padding-inline: 20px; }
.cvgl-mobile-toggle,
.cvgl-mobile-nav { display: none; }

.cvgl-hero-wrap { padding-top: 16px; }
.cvgl-hero {
  position: relative;
  min-height: 585px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  padding: 48px 52px;
  border: 1px solid #ece8ff;
  border-radius: 30px;
  background: radial-gradient(circle at 10% 15%, rgba(154,118,255,.12), transparent 36%), linear-gradient(135deg,#fbfaff,#f7f4ff 48%,#eeecff);
}
.cvgl-hero-copy { position: relative; z-index: 3; padding-left: 8px; }
.cvgl-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid #ddd5ff;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: #6647f2;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(79,60,147,.08);
}
.cvgl-hero h1 {
  max-width: 500px;
  margin: 26px 0 0;
  color: #17143d;
  font-size: clamp(45px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: -3px;
  font-weight: 800;
}
.cvgl-hero-copy > p { max-width: 500px; margin-top: 22px; color: #5e5a7e; font-size: 16px; line-height: 1.75; }
.cvgl-hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.cvgl-text-link { display: inline-flex; gap: 10px; align-items: center; padding: 15px 8px; color: #4e32d6 !important; font-size: 13px; font-weight: 700; }
.cvgl-text-link span { font-size: 19px; }
.cvgl-assurances { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: #605c7c; font-size: 11px; font-weight: 600; }
.cvgl-assurances span::first-letter { color: #6647f2; }
.cvgl-hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.cvgl-avatars { display: flex; }
.cvgl-avatars img { width: 34px; height: 34px; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.cvgl-avatars img:first-child { margin-left: 0; }
.cvgl-stars { color: #ffb326; font-size: 13px; letter-spacing: 1px; }
.cvgl-hero-proof p { margin-top: 2px; color: #5e5a7e; font-size: 11px; font-weight: 600; }

.cvgl-builder { position: relative; min-height: 505px; }
.cvgl-builder-window {
  position: absolute;
  inset: 16px 2px 4px 0;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 28px 70px rgba(75,54,170,.18);
}
.cvgl-builder-topbar { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid #eeebf5; color: #8d88a0; font-size: 8px; }
.cvgl-builder-topbar b { color: #5d3df3; font-size: 11px; }
.cvgl-builder-topbar div { display: flex; gap: 20px; }
.cvgl-builder-topbar .active { color: #6647f2; font-weight: 700; }
.cvgl-builder-topbar em { padding: 8px 12px; border-radius: 6px; background: #6647f2; color: #fff; font-style: normal; font-weight: 700; }
.cvgl-builder-body { height: calc(100% - 46px); display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding-top: 12px; }
.cvgl-builder-body aside { display: flex; flex-direction: column; gap: 2px; padding: 16px 8px; border-radius: 12px; background: #faf9fd; color: #8d899b; font-size: 7px; }
.cvgl-builder-body aside strong { margin: 0 8px 8px; color: #6c6780; font-size: 6px; letter-spacing: 1px; }
.cvgl-builder-body aside span { padding: 7px 8px; border-radius: 6px; }
.cvgl-builder-body aside span.active { background: #eeeaff; color: #6647f2; font-weight: 700; }
.cvgl-builder-body aside button { margin-top: 10px; padding: 8px 1px; border: 1px solid #ddd8eb; border-radius: 6px; background: #fff; color: #6f6a82; font-size: 6px; }
.cvgl-canvas { overflow: hidden; padding: 20px; border-radius: 12px; background: #f5f3fa; }
.cvgl-resume-paper { width: min(310px, 90%); height: 100%; margin: auto; padding: 42px 28px; overflow: hidden; background: #fff; color: #111; box-shadow: 0 8px 26px rgba(32,24,77,.12); }
.cvgl-resume-paper h2 { font-size: 21px; line-height: 1; letter-spacing: -1px; font-weight: 800; }
.cvgl-resume-paper > b { display: block; margin-top: 3px; font-size: 7px; }
.cvgl-resume-paper > small { display: block; margin-top: 8px; color: #85818f; font-size: 5px; }
.cvgl-resume-section { margin-top: 24px; }
.cvgl-resume-section strong { display: block; padding-bottom: 5px; border-bottom: 1px solid #dcd8e7; font-size: 7px; }
.cvgl-resume-section i { display: block; width: 100%; height: 4px; margin-top: 6px; border-radius: 99px; background: #dedbe3; }
.cvgl-resume-section i:nth-of-type(2) { width: 94%; }
.cvgl-resume-section i:nth-of-type(3) { width: 82%; }
.cvgl-resume-section i:nth-of-type(4) { width: 70%; }
.cvgl-float-card { position: absolute; right: -18px; z-index: 4; width: 145px; padding: 13px; border: 1px solid #e7e2f3; border-radius: 13px; background: #fff; box-shadow: 0 18px 35px rgba(55,40,125,.15); color: #4d4861; }
.cvgl-float-card b { display: block; font-size: 9px; }
.cvgl-float-card span { display: block; margin-top: 6px; color: #777286; font-size: 7px; line-height: 1.5; }
.cvgl-score { top: 92px; }
.cvgl-score div { width: 74px; height: 74px; display: grid; place-items: center; margin: 12px auto 0; border: 8px solid #52c49a; border-right-color: #e5e1f4; border-radius: 50%; color: #2e9a73; font-size: 22px; font-weight: 800; }
.cvgl-score span { text-align: center; font-weight: 700; }
.cvgl-ai { bottom: 119px; }
.cvgl-ready { bottom: 31px; }
.cvgl-ai b { color: #5137d6; }
.cvgl-ready b { color: #277f64; }

.cvgl-industries { padding-block: 64px 56px; text-align: center; }
.cvgl-industries > p { color: #77738f; font-size: 9px; font-weight: 800; letter-spacing: 2.5px; }
.cvgl-industries > div { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; margin-top: 30px; color: #9491a1; }
.cvgl-industries span { display: flex; justify-content: center; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.cvgl-industries i { width: 19px; height: 19px; border: 3px solid #a3a0ae; border-radius: 50%; }
.cvgl-industries i.square { transform: rotate(45deg); border-radius: 5px; }

.cvgl-section { padding-block: 56px; scroll-margin-top: 88px; }
.cvgl-section > h2 { text-align: center; color: #17143d; font-size: clamp(27px, 2.6vw, 34px); line-height: 1.2; letter-spacing: -1.4px; font-weight: 800; }
.cvgl-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.cvgl-tabs button { min-width: 94px; padding: 9px 18px; border: 1px solid #e7e4f0; border-radius: 99px; background: #fff; color: #625e7b; font-size: 11px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.cvgl-tabs button[aria-selected="true"] { border-color: #6647f2; background: #6647f2; color: #fff; box-shadow: 0 8px 20px rgba(102,71,242,.2); }
.cvgl-template-grid { display: none; grid-template-columns: repeat(4,1fr); gap: 16px; max-width: 1040px; margin: 32px auto 0; }
.cvgl-template-grid.active { display: grid; }
.cvgl-template-card { padding: 10px; border: 1px solid #e6e3ef; border-radius: 16px; background: #fff; box-shadow: 0 4px 14px rgba(35,25,75,.04); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cvgl-template-card:hover { transform: translateY(-4px); border-color: #8c74f6; box-shadow: 0 16px 34px rgba(75,54,150,.13); }
.cvgl-template-card.selected { border: 2px solid #7255f5; box-shadow: 0 14px 30px rgba(102,71,242,.11); }
.cvgl-template-image { aspect-ratio: .76; overflow: hidden; border-radius: 11px; background: #fafafd; }
.cvgl-template-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .4s ease; }
.cvgl-template-card:hover img { transform: scale(1.02); }
.cvgl-template-card > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 7px 3px; }
.cvgl-template-card > div:last-child span { min-width: 0; }
.cvgl-template-card b { display: block; overflow: hidden; color: #1d1942; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.cvgl-template-card small { display: block; margin-top: 4px; color: #8a869c; font-size: 9px; }
.cvgl-template-card > div:last-child > i { width: 25px; height: 25px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #c9c5d6; border-radius: 50%; color: transparent; font-size: 12px; font-style: normal; }
.cvgl-template-card.selected > div:last-child > i { border-color: #6647f2; background: #6647f2; color: #fff; }
.cvgl-view-all { display: table; margin: 25px auto 0; color: #6647f2 !important; font-size: 11px; font-weight: 800; }

.cvgl-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1020px; margin: 30px auto 0; }
.cvgl-steps article { position: relative; display: flex; align-items: flex-start; gap: 13px; min-height: 104px; padding: 20px; border: 1px solid #e8e4f7; border-radius: 16px; background: #fff; box-shadow: 0 8px 30px rgba(65,44,135,.05); }
.cvgl-steps article > b { width: 37px; height: 37px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #6647f2; color: #fff; font-size: 10px; }
.cvgl-steps article > i { width: 41px; height: 41px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #f4f1ff; color: #6647f2; font-size: 19px; font-style: normal; }
.cvgl-steps h3 { color: #211d48; font-size: 11px; font-weight: 800; }
.cvgl-steps p { margin-top: 6px; color: #706b86; font-size: 10px; line-height: 1.55; }
.cvgl-steps article > em { position: absolute; top: 50%; right: -14px; z-index: 2; transform: translateY(-50%); color: #a495f4; font-size: 18px; font-style: normal; }

.cvgl-features { max-width: 1060px; }
.cvgl-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: 1fr 1fr; gap: 16px; margin-top: 32px; }
.cvgl-feature-card { position: relative; overflow: hidden; min-height: 252px; padding: 25px; border: 1px solid #e7e2f8; border-radius: 17px; background: linear-gradient(145deg,#fff,#f8f6ff); }
.cvgl-feature-card h3 { color: #6647f2; font-size: 17px; font-weight: 800; }
.cvgl-feature-card h3 { display:flex;align-items:center;gap:10px; }
.cvgl-feature-card h3 img { width:32px;height:32px;flex:0 0 auto; }
.cvgl-benefits article div i img { width:24px;height:24px; }
.cvgl-feature-card > p { margin-top: 8px; color: #615c78; font-size: 12px; line-height: 1.7; }
.cvgl-ats-card { grid-row: span 2; min-height: 520px; background: linear-gradient(150deg,#fbfaff,#f3f0ff); }
.cvgl-gauge { position: relative; width: 180px; height: 128px; margin: 34px auto 0; overflow: hidden; }
.cvgl-gauge::before { content: ""; position: absolute; left: 9px; top: 4px; width: 162px; height: 162px; border: 14px solid #e3ddff; border-radius: 50%; }
.cvgl-gauge::after { content: ""; position: absolute; left: 9px; top: 4px; width: 162px; height: 162px; transform: rotate(-37deg); border: 14px solid transparent; border-top-color: #6647f2; border-left-color: #6647f2; border-radius: 50%; }
.cvgl-gauge div { position: relative; z-index: 2; padding-top: 62px; color: #6647f2; text-align: center; font-size: 37px; line-height: 1; font-weight: 800; }
.cvgl-gauge small { display: block; margin-top: 8px; color: #433e63; font-size: 10px; }
.cvgl-ats-card ul { display: grid; gap: 15px; margin-top: 23px; }
.cvgl-ats-card li { display: grid; grid-template-columns: 16px 64px 1fr; align-items: center; gap: 8px; color: #4c4765; font-size: 10px; }
.cvgl-ats-card li > span { color: #4cc294; }
.cvgl-ats-card li > i { height: 6px; overflow: hidden; border-radius: 99px; background: #ded9f0; }
.cvgl-ats-card li > i > em { display: block; height: 100%; border-radius: inherit; background: #6647f2; }
.cvgl-write-sample { margin-top: 18px; padding: 14px; border: 1px solid #e6e1f3; border-radius: 11px; background: #fff; color: #4f4a66; font-size: 10px; line-height: 1.7; box-shadow: 0 4px 12px rgba(49,36,104,.05); }
.cvgl-write-card > a { display: inline-flex; margin-top: 14px; padding: 9px 13px; border-radius: 7px; background: #6647f2; color: #fff !important; font-size: 10px; font-weight: 800; }
.cvgl-suggest-card ul { display: grid; gap: 9px; margin-top: 18px; }
.cvgl-suggest-card li { padding: 10px 11px; border: 1px solid #ece8f4; border-radius: 8px; background: #fff; color: #504b65; font-size: 10px; font-weight: 600; box-shadow: 0 3px 10px rgba(49,36,104,.04); }
.cvgl-cover-card > p { max-width: 190px; }
.cvgl-mini-letter { position: absolute; right: 22px; bottom: -20px; width: 79px; height: 113px; padding: 13px 9px; transform: rotate(2deg); border: 1px solid #ddd8ec; border-radius: 5px; background: #fff; box-shadow: 0 14px 25px rgba(49,36,104,.12); }
.cvgl-mini-letter i { display: block; width: 100%; height: 4px; margin-top: 7px; border-radius: 99px; background: #dfe1e8; }
.cvgl-mini-letter i:first-child { width: 50%; margin-top: 0; background: #d4cdf4; }
.cvgl-formats-card > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.cvgl-formats-card span { padding: 8px 10px; border-radius: 7px; background: #f1eff7; color: #5d5870; font-size: 9px; font-weight: 800; }
.cvgl-formats-card span:first-child { background: #fff0f0; color: #c64e4e; }
.cvgl-formats-card span:nth-child(2) { background: #eef5ff; color: #3274c8; }
.cvgl-metrics { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; margin-top: 18px; border: 1px solid #e9e5f6; border-radius: 17px; background: linear-gradient(110deg,#fbfaff,#f5f2ff); }
.cvgl-metrics > div { min-height: 112px; display: grid; grid-template-columns: 48px auto; grid-template-rows: auto auto; align-content: center; justify-content: center; column-gap: 14px; padding: 20px 28px; border-left: 1px solid #e3def2; }
.cvgl-metrics > div:first-child { border-left: 0; }
.cvgl-metrics i { grid-row: span 2; align-self: center; color: #6647f2; font-size: 36px; font-style: normal; font-weight: 400; }
.cvgl-metrics b { color: #6647f2; font-size: 28px; line-height: 1; font-weight: 800; }
.cvgl-metrics span { margin-top: 4px; color: #6d6882; font-size: 10px; font-weight: 600; }

.cvgl-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1020px; margin: 32px auto 0; }
.cvgl-benefits article { min-height: 183px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid #e7e3f0; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(44,33,92,.05); }
.cvgl-benefits article > p { color: #3d3859; font-size: 11px; line-height: 1.8; }
.cvgl-benefits article > div { display: flex; align-items: center; gap: 11px; }
.cvgl-benefits article i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #f0edff; color: #6647f2; font-size: 18px; font-style: normal; }
.cvgl-benefits article b,
.cvgl-benefits article small { display: block; }
.cvgl-benefits article b { color: #242047; font-size: 10px; }
.cvgl-benefits article small { margin-top: 3px; color: #77728a; font-size: 8px; }

.cvgl-faq { max-width: 1060px; padding-bottom: 90px; }
.cvgl-faq > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px 22px; margin-top: 30px; }
.cvgl-faq details { min-height: 52px; padding: 0 18px; border: 1px solid #e6e2ef; border-radius: 12px; background: #fff; box-shadow: 0 4px 20px rgba(55,42,102,.03); }
.cvgl-faq summary { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #282448; font-size: 10px; font-weight: 700; cursor: pointer; list-style: none; }
.cvgl-faq summary::-webkit-details-marker { display: none; }
.cvgl-faq summary span { font-size: 15px; transition: transform .2s ease; }
.cvgl-faq details[open] summary span { transform: rotate(180deg); }
.cvgl-faq details p { padding: 0 18px 16px 0; color: #69647d; font-size: 10px; line-height: 1.7; }

.cvgl-cta-wrap { padding-top: 36px; }
.cvgl-cta { min-height: 275px; display: grid; grid-template-columns: .38fr .37fr .25fr; overflow: hidden; border-radius: 28px 28px 0 0; background: radial-gradient(circle at 88% 45%,rgba(93,76,221,.72),transparent 31%),linear-gradient(110deg,#3b24d8,#171466); color: #fff; }
.cvgl-cta-resumes { position: relative; overflow: hidden; }
.cvgl-cta-resumes img { position: absolute; bottom: -96px; width: 190px; height: 285px; object-fit: cover; object-position: top; border-radius: 8px; box-shadow: 0 22px 48px rgba(9,4,58,.35); }
.cvgl-cta-resumes img:first-child { left: 14px; bottom: -112px; width: 152px; height: 215px; transform: rotate(2deg); }
.cvgl-cta-resumes img:last-child { left: 82px; transform: rotate(-2deg); }
.cvgl-cta > div:nth-child(2) { padding: 46px 0; }
.cvgl-cta h2 { color: #fff; font-size: 33px; line-height: 1.12; letter-spacing: -1.4px; font-weight: 800; }
.cvgl-cta > div:nth-child(2) p { max-width: 350px; margin-top: 14px; color: #dcd8ff; font-size: 12px; line-height: 1.8; }
.cvgl-cta > div:nth-child(2) a { display: inline-flex; margin-top: 24px; padding: 13px 22px; border-radius: 8px; background: #fff; color: #4326da !important; font-size: 11px; font-weight: 800; box-shadow: 0 12px 25px rgba(9,4,58,.16); }
.cvgl-cta > ul { display: flex; flex-direction: column; justify-content: center; gap: 19px; padding-right: 32px; }
.cvgl-cta > ul li { display: flex; gap: 11px; }
.cvgl-cta > ul i { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 15px; font-style: normal; }
.cvgl-cta > ul b,
.cvgl-cta > ul small { display: block; }
.cvgl-cta > ul b { font-size: 10px; }
.cvgl-cta > ul small { max-width: 165px; margin-top: 4px; color: #d7d3ff; font-size: 8px; line-height: 1.55; }

.cvgl-footer { padding: 48px 0 26px; background: #071831; color: #9ca8ba; }
.cvgl-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr) 1.2fr; gap: 36px; }
.cvgl-logo.light { color: #fff !important; }
.cvgl-footer p { max-width: 225px; margin-top: 15px; color: #8491a4; font-size: 10px; line-height: 1.8; }
.cvgl-footer h3 { margin: 0 0 14px; color: #fff; font-size: 10px; font-weight: 800; }
.cvgl-footer-grid > div:not(:first-child) > a { display: block; margin-top: 9px; color: #8491a4; font-size: 9px; transition: color .2s ease; }
.cvgl-footer-grid > div:not(:first-child) > a:hover { color: #fff; }
.cvgl-footer-button { padding: 11px 10px !important; border-radius: 8px; background: #6647f2; color: #fff !important; text-align: center; font-weight: 800; }
.cvgl-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #627087; font-size: 8px; }

@media (max-width: 1050px) {
  .cvgl-hero { grid-template-columns: 1fr; padding: 48px 48px 36px; }
  .cvgl-hero-copy { text-align: center; }
  .cvgl-hero h1,
  .cvgl-hero-copy > p { margin-inline: auto; }
  .cvgl-hero-actions,
  .cvgl-assurances,
  .cvgl-hero-proof { justify-content: center; }
  .cvgl-builder { width: min(700px, 100%); margin-inline: auto; }
  .cvgl-footer-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 1100px) {
  .cvgl-nav,
  .cvgl-header-actions { display: none; }
  .cvgl-mobile-toggle { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
  .cvgl-mobile-toggle span { width: 22px; height: 2px; display: block; border-radius: 99px; background: #292653; transition: .2s ease; }
  .cvgl-mobile-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .cvgl-mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .cvgl-mobile-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .cvgl-mobile-nav { display: none; max-height: calc(100vh - 70px); overflow-y: auto; padding: 14px 24px 24px; border-top: 1px solid #eeeaf8; background: #fff; font-size: 13px; font-weight: 600; }
  .cvgl-mobile-nav.active { display: block; }
  .cvgl-mobile-list { list-style: none; }
  .cvgl-mobile-list > li { position: relative; border-bottom: 1px solid #f1eff7; }
  .cvgl-mobile-list > li > a { display: block; padding: 13px 42px 13px 0; color: #292653; }
  .cvgl-mobile-list .sub-menu { display: none; padding: 0 0 10px 13px; list-style: none; }
  .cvgl-mobile-list .submenu-open > .sub-menu { display: block; }
  .cvgl-mobile-list .sub-menu a { display: block; padding: 8px 10px; border-radius: 8px; color: #6c6780; font-size: 11px; }
  .cvgl-mobile-list .sub-menu a:hover { background: #f5f2ff; color: #5d3df3; }
  .cvgl-submenu-toggle { position: absolute; top: 7px; right: 0; width: 36px; height: 36px; border: 0; background: transparent; color: #5d3df3; font-size: 17px; cursor: pointer; transition: transform .2s ease; }
  .cvgl-submenu-toggle[aria-expanded="true"] { transform: rotate(180deg); }
  .cvgl-mobile-actions { display: flex; flex-direction: column; gap: 13px; padding-top: 17px; }
  .cvgl-mobile-actions > a:not(.cvgl-button) { color: #292653; }
  .cvgl-mobile-nav .cvgl-button { margin-top: 2px; }
  .cvgl-industries > div { grid-template-columns: repeat(3,1fr); row-gap: 26px; }
  .cvgl-template-grid { grid-template-columns: repeat(2,1fr); }
  .cvgl-steps { grid-template-columns: 1fr; }
  .cvgl-steps article > em { display: none; }
  .cvgl-feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .cvgl-ats-card { grid-row: span 2; }
  .cvgl-metrics { grid-template-columns: 1fr; }
  .cvgl-metrics > div { border-top: 1px solid #e3def2; border-left: 0; }
  .cvgl-metrics > div:first-child { border-top: 0; }
  .cvgl-benefits { grid-template-columns: 1fr; }
  .cvgl-faq > div { grid-template-columns: 1fr; }
  .cvgl-cta { grid-template-columns: 1fr 1fr; }
  .cvgl-cta-resumes { display: none; }
  .cvgl-cta > div:nth-child(2) { padding-left: 38px; }
  .cvgl-footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .cvgl-shell,
  .cvgl-header-inner { width: min(100% - 30px, 1240px); }
  .cvgl-header-inner { height: 70px; }
  .cvgl-logo { font-size: 20px; }
  .cvgl-hero-wrap { padding-top: 16px; }
  .cvgl-hero { min-height: auto; padding: 46px 24px 30px; border-radius: 26px; }
  .cvgl-hero-copy { padding: 0; }
  .cvgl-hero h1 { margin-top: 28px; font-size: 40px; line-height: 1.06; letter-spacing: -2px; }
  .cvgl-hero h1 br { display: none; }
  .cvgl-hero-copy > p { margin-top: 24px; font-size: 15px; line-height: 1.8; }
  .cvgl-hero-actions { flex-direction: column; gap: 8px; }
  .cvgl-hero-actions .cvgl-button { width: 100%; }
  .cvgl-assurances { justify-content: flex-start; gap: 12px 18px; text-align: left; }
  .cvgl-hero-proof { justify-content: flex-start; align-items: flex-start; }
  .cvgl-builder { min-height: 430px; margin-top: 18px; }
  .cvgl-builder-window { inset-inline: 0; }
  .cvgl-builder-topbar div { display: none; }
  .cvgl-builder-body { grid-template-columns: 63px 1fr; gap: 8px; }
  .cvgl-builder-body aside { padding-inline: 4px; }
  .cvgl-builder-body aside span { overflow: hidden; padding-inline: 4px; text-overflow: ellipsis; white-space: nowrap; }
  .cvgl-canvas { padding: 10px; }
  .cvgl-resume-paper { width: 92%; padding: 28px 16px; }
  .cvgl-resume-paper h2 { font-size: 15px; }
  .cvgl-float-card { right: -9px; width: 112px; }
  .cvgl-score div { width: 62px; height: 62px; border-width: 7px; font-size: 19px; }
  .cvgl-ai { bottom: 101px; }
  .cvgl-ready { bottom: 19px; }
  .cvgl-industries { padding-block: 48px 28px; }
  .cvgl-industries > div { grid-template-columns: repeat(2,1fr); }
  .cvgl-section { padding-block: 42px; }
  .cvgl-template-grid { gap: 10px; }
  .cvgl-template-card { padding: 6px; border-radius: 13px; }
  .cvgl-template-card > div:last-child { padding-inline: 4px; }
  .cvgl-template-card b { font-size: 9px; }
  .cvgl-feature-grid { grid-template-columns: 1fr; }
  .cvgl-ats-card { grid-row: auto; }
  .cvgl-feature-card { min-height: 245px; }
  .cvgl-ats-card { min-height: 500px; }
  .cvgl-cta { grid-template-columns: 1fr; padding: 0 28px 34px; }
  .cvgl-cta > div:nth-child(2) { padding: 42px 0 25px; }
  .cvgl-cta > ul { padding: 0; }
  .cvgl-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .cvgl-footer-grid > div:first-child,
  .cvgl-footer-grid > div:last-child { grid-column: 1 / -1; }
  .cvgl-footer-bottom { flex-direction: column; }
}

/* 2.1 accessibility pass: no marketing interface copy below a readable size. */
.cvgl-page { font-size: 18px; }
.cvgl-nav-list > li > a,
.cvgl-signin { font-size: 15px !important; }
.cvgl-nav-list .sub-menu a { padding: 12px 14px; font-size: 14px !important; }
.cvgl-button,
.cvgl-text-link { font-size: 16px !important; }
.cvgl-pill { font-size: 15px !important; }
.cvgl-hero-copy > p { font-size: 20px !important; }
.cvgl-assurances { font-size: 15px !important; }
.cvgl-hero-proof p { font-size: 15px !important; }
.cvgl-builder-topbar { font-size: 13px !important; }
.cvgl-builder-topbar b { font-size: 15px !important; }
.cvgl-builder-body { grid-template-columns: 126px 1fr; }
.cvgl-builder-body aside { font-size: 12px !important; }
.cvgl-builder-body aside strong,
.cvgl-builder-body aside button { font-size: 11px !important; }
.cvgl-resume-paper > b,
.cvgl-resume-section strong { font-size: 12px !important; }
.cvgl-resume-paper > small { font-size: 11px !important; line-height: 1.45; }
.cvgl-float-card { width: 160px; }
.cvgl-float-card b { font-size: 14px !important; }
.cvgl-float-card span { font-size: 12px !important; }
.cvgl-industries > p { font-size: 14px !important; }
.cvgl-industries span { font-size: 15px !important; }
.cvgl-tabs button { font-size: 15px !important; }
.cvgl-template-card b { font-size: 16px !important; }
.cvgl-template-card small { font-size: 14px !important; }
.cvgl-view-all { font-size: 16px !important; }
.cvgl-steps article > b { font-size: 13px !important; }
.cvgl-steps h3 { font-size: 18px !important; }
.cvgl-steps p { font-size: 16px !important; line-height: 1.65; }
.cvgl-feature-card h3 { font-size: 22px !important; }
.cvgl-feature-card > p { font-size: 17px !important; }
.cvgl-gauge small,
.cvgl-ats-card li,
.cvgl-write-sample,
.cvgl-write-card > a,
.cvgl-suggest-card li,
.cvgl-formats-card span { font-size: 15px !important; }
.cvgl-ats-card li { grid-template-columns: 18px 92px 1fr !important; }
.cvgl-metrics span { font-size: 15px !important; }
.cvgl-benefits article > p { font-size: 17px !important; }
.cvgl-benefits article b { font-size: 16px !important; }
.cvgl-benefits article small { font-size: 14px !important; }
.cvgl-faq summary { font-size: 17px !important; }
.cvgl-faq details p { font-size: 16px !important; }
.cvgl-cta > div:nth-child(2) p { font-size: 17px !important; }
.cvgl-cta > div:nth-child(2) a { font-size: 16px !important; }
.cvgl-cta > ul b { font-size: 16px !important; }
.cvgl-cta > ul small { max-width: 220px; font-size: 14px !important; }
.cvgl-footer p { max-width: 280px; font-size: 15px !important; }
.cvgl-footer h3 { font-size: 16px !important; }
.cvgl-footer-grid > div:not(:first-child) > a { font-size: 15px !important; }
.cvgl-footer-bottom { font-size: 14px !important; }

@media (max-width: 1100px) {
  .cvgl-mobile-nav { font-size: 17px !important; }
  .cvgl-mobile-list > li > a,
  .cvgl-mobile-actions > a { font-size: 17px !important; }
  .cvgl-mobile-list .sub-menu a { padding-block: 11px; font-size: 16px !important; }
}

@media (max-width: 560px) {
  .cvgl-hero-copy > p { font-size: 18px !important; }
  .cvgl-builder-body { grid-template-columns: 88px 1fr; }
  .cvgl-builder-body aside { font-size: 11px !important; }
  .cvgl-builder-body aside strong,
  .cvgl-builder-body aside button { font-size: 10px !important; }
  .cvgl-float-card { width: 128px; }
  .cvgl-float-card b { font-size: 12px !important; }
  .cvgl-float-card span { font-size: 11px !important; }
  .cvgl-template-card b { font-size: 15px !important; white-space: normal; }
  .cvgl-template-card small { font-size: 13px !important; }
  .cvgl-footer-grid { grid-template-columns: 1fr; }
  .cvgl-footer-grid > div:first-child,
  .cvgl-footer-grid > div:last-child { grid-column: auto; }
}
