body.advc-cvs-page .entry-header,
body.advc-cvs-page .entry-title,
body.advc-cvs-page .page-title {
  display: none !important;
}

body.advc-cvs-page .site-main,
body.advc-cvs-page .content-area,
body.advc-cvs-page .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.advc-cvs-shell {
  --cvs-navy: #102A43;
  --cvs-charcoal: #2F3A45;
  --cvs-teal: #2C7A7B;
  --cvs-aqua: #76C7C0;
  --cvs-ivory: #F7F3EC;
  --cvs-pale: #EAF5F4;
  --cvs-white: #FFFFFF;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--cvs-navy);
  background: var(--cvs-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.advc-cvs-shell *,
.advc-cvs-shell *::before,
.advc-cvs-shell *::after {
  box-sizing: border-box;
}

.advc-cvs-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.advc-cvs-narrow {
  max-width: 800px;
  text-align: center;
}

.advc-cvs-section {
  padding: 84px 0;
}

.advc-cvs-pale {
  background: var(--cvs-pale);
}

.advc-cvs-dark {
  background: var(--cvs-navy);
  color: var(--cvs-white);
}

.advc-cvs-eyebrow {
  margin: 0 0 12px;
  color: var(--cvs-teal);
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.advc-cvs-dark .advc-cvs-eyebrow {
  color: var(--cvs-aqua);
}

.advc-cvs-shell h1,
.advc-cvs-shell h2,
.advc-cvs-shell h3 {
  margin-top: 0;
  color: var(--cvs-navy);
  font-family: Manrope, Arial, sans-serif;
}

.advc-cvs-shell h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.advc-cvs-shell h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -.02em;
}

.advc-cvs-shell h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.25;
}

.advc-cvs-dark h2,
.advc-cvs-dark h3 {
  color: var(--cvs-white);
}

.advc-cvs-shell p:last-child {
  margin-bottom: 0;
}

.advc-cvs-hero {
  padding: 86px 0;
  background: linear-gradient(135deg, var(--cvs-ivory) 0%, var(--cvs-pale) 100%);
}

.advc-cvs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
  align-items: center;
  gap: 72px;
}

.advc-cvs-lead {
  max-width: 760px;
  margin: 0 0 26px;
  font-size: 21px;
  line-height: 1.55;
}

.advc-cvs-price {
  margin-bottom: 26px;
  font-size: 20px;
}

.advc-cvs-price strong {
  font-size: 30px;
}

.advc-cvs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 24px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.advc-cvs-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(16, 42, 67, .14);
}

.advc-cvs-button-primary {
  background: var(--cvs-teal);
  color: var(--cvs-white) !important;
}

.advc-cvs-small {
  max-width: 620px;
  margin: 16px 0 0;
  color: #5D7183;
  font-size: 14px;
}

.advc-cvs-hero-card {
  padding: 34px;
  border-radius: 18px;
  background: var(--cvs-navy);
  color: var(--cvs-white);
  box-shadow: 0 28px 60px rgba(16, 42, 67, .16);
}

.advc-cvs-card-label {
  margin: 0 0 18px;
  color: var(--cvs-aqua);
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.advc-cvs-hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.advc-cvs-hero-card li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.advc-cvs-hero-card li:last-child {
  border-bottom: 0;
}

.advc-cvs-hero-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cvs-aqua);
  font-weight: 700;
}

.advc-cvs-intro p:not(.advc-cvs-eyebrow) {
  font-size: 20px;
}

.advc-cvs-section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.advc-cvs-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.advc-cvs-service-card {
  padding: 30px;
  border: 1px solid rgba(16, 42, 67, .1);
  border-radius: 14px;
  background: var(--cvs-white);
}

.advc-cvs-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advc-cvs-process li {
  padding: 24px;
  border-top: 4px solid var(--cvs-teal);
  background: var(--cvs-ivory);
}

.advc-cvs-process li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--cvs-navy);
  color: var(--cvs-white);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
}

.advc-cvs-process h3 {
  font-size: 19px;
}

.advc-cvs-process p {
  font-size: 15px;
  line-height: 1.55;
}

.advc-cvs-about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.advc-cvs-about-grid p {
  font-size: 19px;
}

.advc-cvs-form-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 58px;
  align-items: start;
}

.advc-cvs-form-intro {
  position: sticky;
  top: 32px;
}

.advc-cvs-form-assurance {
  margin-top: 28px;
  padding: 22px;
  border-left: 5px solid var(--cvs-teal);
  border-radius: 8px;
  background: var(--cvs-white);
}

.advc-cvs-form-card {
  padding: 34px;
  border: 1px solid rgba(16, 42, 67, .12);
  border-radius: 18px;
  background: var(--cvs-white);
  box-shadow: 0 20px 50px rgba(16, 42, 67, .08);
}

.advc-cvs-form {
  display: grid;
  gap: 20px;
}

.advc-cvs-field-grid {
  display: grid;
  gap: 18px;
}

.advc-cvs-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advc-cvs-form label:not(.advc-cvs-checkbox) {
  display: block;
  min-width: 0;
  color: var(--cvs-navy);
  font-weight: 700;
}

.advc-cvs-label-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 8px;
  color: var(--cvs-navy);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.advc-cvs-required {
  display: inline;
  color: var(--cvs-teal);
  font-weight: 800;
}

.advc-cvs-label-line small {
  display: inline;
  color: #5D7183;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.advc-cvs-form input[type="text"],
.advc-cvs-form input[type="email"],
.advc-cvs-form input[type="date"],
.advc-cvs-form select,
.advc-cvs-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #B9C6CE;
  border-radius: 8px;
  background: var(--cvs-white);
  color: var(--cvs-charcoal);
  font: 400 16px/1.5 Inter, Arial, sans-serif;
}

.advc-cvs-form textarea {
  resize: vertical;
}

.advc-cvs-form input:focus,
.advc-cvs-form select:focus,
.advc-cvs-form textarea:focus {
  border-color: var(--cvs-teal);
  outline: 3px solid rgba(44, 122, 123, .15);
}

.advc-cvs-checkbox {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--cvs-charcoal);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.advc-cvs-checkbox input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
}

.advc-cvs-checkbox > span {
  min-width: 0;
  color: var(--cvs-charcoal);
}

.advc-cvs-checkbox a {
  color: var(--cvs-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: normal;
  word-break: normal;
}

.advc-cvs-submit {
  width: 100%;
  border: 0;
}

.advc-cvs-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.advc-cvs-form-message {
  display: none;
  margin: 0;
  padding: 15px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.advc-cvs-form-message.is-success,
.advc-cvs-form-message.is-error {
  display: block;
}

.advc-cvs-form-message.is-success {
  background: #E7F3E9;
  color: #245C32;
}

.advc-cvs-form-message.is-error {
  background: #FBE8E8;
  color: #8C2F2F;
}

.advc-cvs-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.advc-cvs-faq {
  max-width: 900px;
}

.advc-cvs-faq details {
  margin-bottom: 12px;
  border: 1px solid rgba(16, 42, 67, .14);
  border-radius: 10px;
  background: var(--cvs-white);
}

.advc-cvs-faq summary {
  padding: 20px 22px;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.advc-cvs-faq details p {
  margin: 0;
  padding: 0 22px 22px;
}

@media (max-width: 1024px) {
  .advc-cvs-hero-grid,
  .advc-cvs-form-grid,
  .advc-cvs-about-grid {
    grid-template-columns: 1fr;
  }

  .advc-cvs-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advc-cvs-form-intro {
    position: static;
  }
}

@media (max-width: 700px) {
  .advc-cvs-inner {
    width: min(100% - 28px, 1180px);
  }

  .advc-cvs-section,
  .advc-cvs-hero {
    padding: 56px 0;
  }

  .advc-cvs-hero-grid {
    gap: 34px;
  }

  .advc-cvs-shell h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .advc-cvs-shell h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .advc-cvs-lead,
  .advc-cvs-intro p:not(.advc-cvs-eyebrow),
  .advc-cvs-about-grid p {
    font-size: 18px;
  }

  .advc-cvs-card-grid,
  .advc-cvs-process,
  .advc-cvs-two {
    grid-template-columns: 1fr;
  }

  .advc-cvs-hero-card,
  .advc-cvs-service-card {
    padding: 24px;
  }

  .advc-cvs-form-grid {
    gap: 32px;
  }

  .advc-cvs-form-card {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .advc-cvs-form {
    gap: 17px;
  }

  .advc-cvs-field-grid {
    gap: 17px;
  }

  .advc-cvs-label-line {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .advc-cvs-form input[type="text"],
  .advc-cvs-form input[type="email"],
  .advc-cvs-form input[type="date"],
  .advc-cvs-form select,
  .advc-cvs-form textarea {
    min-height: 52px;
    padding: 13px 12px;
    font-size: 16px;
  }

  .advc-cvs-form textarea {
    min-height: 124px;
  }

  .advc-cvs-checkbox {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    font-size: 13.5px;
  }

  .advc-cvs-form-assurance {
    margin-top: 22px;
    padding: 18px;
  }

  .advc-cvs-button {
    width: 100%;
    text-align: center;
  }
}

/* v1.0.2: theme-resistant label layout */
.advc-cvs-shell .advc-cvs-form label:not(.advc-cvs-checkbox) {
  display: block !important;
  min-width: 0 !important;
}

.advc-cvs-shell .advc-cvs-form .advc-cvs-label-line {
  display: block !important;
  width: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  white-space: normal !important;
}

.advc-cvs-shell .advc-cvs-form .advc-cvs-label-line .advc-cvs-required,
.advc-cvs-shell .advc-cvs-form .advc-cvs-label-line small {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}

.advc-cvs-shell .advc-cvs-form label:not(.advc-cvs-checkbox) > input,
.advc-cvs-shell .advc-cvs-form label:not(.advc-cvs-checkbox) > select,
.advc-cvs-shell .advc-cvs-form label:not(.advc-cvs-checkbox) > textarea {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

@media screen and (max-width: 700px) {
  .advc-cvs-shell .advc-cvs-two {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .advc-cvs-shell .advc-cvs-form-card {
    padding: 22px 16px !important;
  }

  .advc-cvs-shell .advc-cvs-form .advc-cvs-label-line {
    margin-bottom: 7px !important;
  }
}
