.customer-guides-page {
  --cg-ink: #0f2233;
  --cg-muted: #51677a;
  --cg-blue: #2563eb;
  --cg-blue-deep: #1d4ed8;
  --cg-teal: #0f9aa8;
  --cg-green: #16a34a;
  --cg-purple: #7c3aed;
  --cg-orange: #f59e0b;
  --cg-border: #d9e8f5;
  color: var(--cg-ink);
  background: #f6fbff;
}

.customer-guides-page .cg-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.customer-guides-page .cg-container {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.customer-guides-page .site-header.home-nav {
  position: relative;
  z-index: 100;
}

.customer-guides-page .site-header.home-nav .nav-shell {
  width: min(1360px, calc(100% - 48px));
  min-height: 82px;
}

.customer-guides-page .site-header.home-nav .brand {
  color: var(--cg-ink);
  font-size: 1.18rem;
  font-weight: 900;
}

.customer-guides-page .site-header.home-nav .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, #16a7ad, #087a8d);
  box-shadow: 0 9px 22px rgba(15, 154, 168, 0.22);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  transform: none;
}

.customer-guides-page .site-header.home-nav .nav-links {
  gap: 1rem;
}

.customer-guides-page .site-header.home-nav .nav-links > a,
.customer-guides-page .site-header.home-nav .nav-dropdown-toggle {
  position: relative;
  color: #24364b;
  font-size: 1rem;
  font-weight: 750;
}

.customer-guides-page .site-header.home-nav .nav-dropdown-toggle[aria-current="page"] {
  color: var(--cg-blue);
  box-shadow: none;
}

.customer-guides-page .site-header.home-nav .nav-dropdown-toggle[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 14px;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: var(--cg-blue);
}

.customer-guides-page .main {
  min-height: 0;
}

.cg-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background:
    radial-gradient(circle at 44% 24%, rgba(255, 255, 255, 0.96) 0 8%, transparent 31%),
    linear-gradient(120deg, #e9f5ff 0%, #f7fbff 47%, #eaf8ff 100%);
}

.cg-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(191, 218, 239, 0.75);
}

.cg-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cg-hero-orb-left {
  top: -150px;
  left: -115px;
  width: 330px;
  height: 330px;
  background: rgba(170, 214, 252, 0.32);
}

.cg-hero-orb-right {
  top: 62px;
  right: 62px;
  width: 155px;
  height: 155px;
  background: rgba(175, 236, 241, 0.24);
  box-shadow:
    78px 150px 0 56px rgba(196, 222, 249, 0.17),
    -460px 160px 0 90px rgba(205, 232, 252, 0.2);
}

.cg-dot-pattern {
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 116px;
  opacity: 0.62;
  background-image: radial-gradient(circle, #9ec9f5 2.3px, transparent 2.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

.cg-dot-pattern-left {
  bottom: 52px;
  left: 8px;
  width: 20px;
}

.cg-dot-pattern-right {
  top: 62px;
  right: 32px;
}

.cg-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(690px, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: center;
  min-height: 660px;
  padding: 68px 0 64px;
}

.cg-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 730px;
}

.cg-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.cg-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
}

.cg-pill-teal {
  color: #ffffff;
  background: linear-gradient(135deg, #0e9ca8, #087f90);
  box-shadow: 0 8px 18px rgba(15, 154, 168, 0.18);
}

.cg-pill-blue {
  color: #1c5dc7;
  background: #dcecff;
}

.cg-hero-title {
  max-width: none;
  margin: 0 0 28px;
  color: var(--cg-ink);
  font-size: clamp(4rem, 6vw, 6.4rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.cg-hero-title span {
  display: block;
  white-space: nowrap;
}

.cg-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--cg-muted);
  font-size: 1.16rem;
  line-height: 1.7;
}

.cg-hero-visual {
  position: relative;
  width: 100%;
  min-height: 510px;
}

.cg-visual-glow {
  position: absolute;
  top: 45px;
  left: 84px;
  width: 490px;
  height: 410px;
  border-radius: 48% 52% 46% 54%;
  background: rgba(255, 255, 255, 0.54);
  filter: blur(2px);
  transform: rotate(-8deg);
}

.cg-floating-card {
  position: absolute;
  border: 1px solid rgba(217, 232, 245, 0.88);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 58px rgba(35, 72, 105, 0.14);
  backdrop-filter: blur(10px);
}

.cg-guide-preview {
  z-index: 3;
  top: 32px;
  left: 190px;
  width: 360px;
  min-height: 390px;
  padding: 28px 30px;
}

.cg-preview-heading {
  display: flex;
  gap: 18px;
  align-items: center;
}

.cg-preview-heading strong {
  color: var(--cg-ink);
  font-size: 1.15rem;
  line-height: 1.3;
}

.cg-preview-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(145deg, #6495ff, #2563eb);
  box-shadow: 0 13px 24px rgba(37, 99, 235, 0.25);
}

.cg-preview-icon svg {
  width: 42px;
  height: 42px;
}

.cg-preview-lines {
  display: grid;
  gap: 9px;
  margin: 25px 0 25px;
}

.cg-preview-lines span {
  height: 7px;
  border-radius: 999px;
  background: #dfe8f7;
}

.cg-preview-lines span:nth-child(1) {
  width: 90%;
}

.cg-preview-lines span:nth-child(2) {
  width: 78%;
}

.cg-preview-lines span:nth-child(3) {
  width: 62%;
}

.cg-check-list,
.cg-category-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cg-check-list {
  display: grid;
  gap: 16px;
}

.cg-check-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #3a5267;
  font-size: 0.88rem;
  font-weight: 700;
}

.cg-check-list svg {
  width: 23px;
  height: 23px;
  color: var(--cg-teal);
}

.cg-range-card {
  z-index: 2;
  top: 104px;
  left: -24px;
  width: 220px;
  padding: 22px 20px 18px;
}

.cg-range-card > span {
  display: block;
  color: var(--cg-muted);
  font-size: 0.73rem;
  font-weight: 750;
}

.cg-range-card > strong {
  display: block;
  margin: 4px 0 10px;
  color: var(--cg-ink);
  font-size: 1.13rem;
  line-height: 1.2;
}

.cg-line-chart {
  width: 100%;
  height: auto;
  overflow: visible;
}

.cg-chart-grid {
  fill: none;
  stroke: #d9e8f5;
  stroke-width: 2;
}

.cg-chart-area {
  fill: url("#cg-chart-gradient");
  opacity: 0.08;
}

.cg-chart-line {
  fill: none;
  stroke: url("#cg-chart-gradient");
  stroke-width: 3;
  stroke-linecap: round;
}

.cg-chart-key {
  display: grid;
  grid-template-columns: 11px 1fr 11px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 5px;
}

.cg-chart-key span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b7e8dd;
}

.cg-chart-key span:nth-of-type(2) {
  background: #bdd0ff;
}

.cg-chart-key i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #e1eaf6;
}

.cg-category-card {
  z-index: 4;
  top: 112px;
  right: -18px;
  width: 225px;
  padding: 22px 18px;
}

.cg-category-card > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--cg-ink);
  font-size: 0.82rem;
}

.cg-category-card ul {
  display: grid;
  gap: 13px;
}

.cg-category-card li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #40576b;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.cg-category-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #ffffff;
}

.cg-category-icon svg {
  width: 21px;
  height: 21px;
}

.cg-category-blue {
  background: #5d8df3;
}

.cg-category-green {
  background: #49b98d;
}

.cg-category-purple {
  background: #9b6dea;
}

.cg-category-orange {
  background: #f5a13d;
}

.cg-save-card {
  z-index: 5;
  right: -4px;
  bottom: 19px;
  display: flex;
  gap: 14px;
  align-items: center;
  width: 290px;
  padding: 15px 17px;
  border-radius: 18px;
}

.cg-save-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(145deg, #0fa8b2, #087e91);
  box-shadow: 0 10px 20px rgba(15, 154, 168, 0.24);
}

.cg-save-icon svg {
  width: 29px;
  height: 29px;
}

.cg-save-card strong,
.cg-save-card small {
  display: block;
}

.cg-save-card strong {
  color: var(--cg-ink);
  font-size: 0.84rem;
}

.cg-save-card small {
  margin-top: 2px;
  color: #6d8091;
  font-size: 0.7rem;
}

.cg-guides-section {
  padding: 28px 0 38px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcff 82%, #f6fbff 100%);
}

.cg-section-heading {
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.cg-section-heading h2 {
  margin: 0 0 15px;
  color: var(--cg-ink);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.cg-section-heading p {
  margin: 0;
  color: var(--cg-muted);
  font-size: 1.1rem;
  line-height: 1.6;
}

.cg-guides-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.cg-guide-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--cg-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 34, 51, 0.08);
}

.cg-guide-card-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.cg-guide-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 24px;
}

.cg-guide-icon-auto {
  color: var(--cg-blue);
  background: linear-gradient(145deg, #e9f2ff, #d9e8ff);
}

.cg-guide-icon-house {
  color: #15956e;
  background: linear-gradient(145deg, #e8f8f1, #d8f0e7);
}

.cg-guide-main-icon {
  width: 58px;
  height: 58px;
  stroke-width: 1.85;
}

.cg-guide-sparkle {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 28px;
  height: 28px;
}

.cg-card-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 12px;
}

.cg-card-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  color: #08778c;
  background: #e3f7f8;
  font-size: 0.76rem;
  font-weight: 850;
}

.cg-guide-card-auto .cg-card-pills span:last-child {
  color: #1f5ac2;
  background: #e7efff;
}

.cg-guide-card-house .cg-card-pills span:last-child {
  color: #0b7f83;
  background: #e0f5f2;
}

.cg-guide-intro h3 {
  margin: 0 0 9px;
  color: var(--cg-ink);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.cg-guide-intro p {
  margin: 0;
  color: var(--cg-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.cg-guide-links {
  display: grid;
  margin: 28px 0 26px;
  border-top: 1px solid #e1ebf3;
}

.cg-guide-links a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid #e8f0f6;
  color: var(--cg-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.cg-guide-links a:hover {
  color: var(--cg-blue-deep);
  text-decoration: none;
}

.cg-guide-card-house .cg-guide-links a:hover {
  color: #087c83;
}

.cg-link-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: var(--cg-blue);
  background: #ebf3ff;
}

.cg-guide-card-house .cg-link-icon {
  color: #119473;
  background: #e5f7f1;
}

.cg-link-icon svg {
  width: 20px;
  height: 20px;
}

.cg-link-chevron {
  width: 22px;
  height: 22px;
  color: #7890a4;
}

.cg-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 24px rgba(29, 78, 216, 0.18);
}

.cg-card-cta:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.cg-card-cta svg {
  width: 22px;
  height: 22px;
}

.cg-card-cta-blue {
  background: linear-gradient(135deg, #1d4ed8, #0878e8);
}

.cg-card-cta-blue:hover {
  background: linear-gradient(135deg, #183fae, #0866c3);
}

.cg-card-cta-teal {
  background: linear-gradient(135deg, #0f9aa8, #078894);
  box-shadow: 0 12px 24px rgba(15, 154, 168, 0.2);
}

.cg-card-cta-teal:hover {
  background: linear-gradient(135deg, #0b818d, #066f79);
}

.cg-benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border: 1px solid var(--cg-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 34, 51, 0.07);
  overflow: hidden;
}

.cg-benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 30px;
}

.cg-benefit + .cg-benefit {
  border-left: 1px solid var(--cg-border);
}

.cg-benefit-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.cg-benefit-icon svg {
  width: 34px;
  height: 34px;
}

.cg-benefit-blue {
  color: var(--cg-blue);
  background: #e8f3ff;
}

.cg-benefit-green {
  color: #14956d;
  background: #e6f7ef;
}

.cg-benefit-purple {
  color: var(--cg-purple);
  background: #f1e9ff;
}

.cg-benefit h3 {
  margin: 0 0 5px;
  color: var(--cg-ink);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.25;
}

.cg-benefit p {
  margin: 0;
  color: var(--cg-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.customer-guides-page .cg-footer {
  margin-top: 0;
  padding: 62px 0 68px;
  color: #d9e8f2;
  background:
    radial-gradient(circle at 18% 0%, rgba(27, 90, 135, 0.28), transparent 36%),
    #071d2b;
}

.cg-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  gap: 72px;
}

.cg-footer-about {
  max-width: 580px;
}

.cg-footer-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  color: #ffffff;
}

.cg-footer-brand:hover {
  color: #ffffff;
  text-decoration: none;
}

.cg-footer-brand > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  color: #ffffff;
  background: linear-gradient(145deg, #18aab1, #087d8e);
  font-size: 0.92rem;
  font-weight: 900;
}

.cg-footer-brand strong {
  font-size: 1.16rem;
  font-weight: 900;
}

.cg-footer-about p {
  max-width: 570px;
  margin: 0;
  color: #aac0cf;
  font-size: 0.96rem;
  line-height: 1.7;
}

.customer-guides-page .cg-footer h2 {
  margin: 3px 0 20px;
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 900;
}

.customer-guides-page .cg-footer .footer-list li {
  margin-top: 11px;
}

.customer-guides-page .cg-footer .footer-list a {
  color: #b8ccd8;
  font-size: 0.96rem;
}

.customer-guides-page .cg-footer .footer-list a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .cg-hero-grid {
    grid-template-columns: minmax(620px, 1fr) minmax(540px, 0.9fr);
    gap: 24px;
  }

  .cg-guide-preview {
    left: 158px;
  }

  .cg-range-card {
    left: -12px;
  }

  .cg-category-card {
    right: -4px;
  }
}

@media (max-width: 1120px) {
  .cg-hero {
    min-height: 0;
  }

  .cg-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    min-height: 0;
    padding-top: 72px;
  }

  .cg-hero-copy {
    max-width: 900px;
  }

  .cg-hero-visual {
    width: min(720px, 100%);
    min-height: 510px;
    margin: 0 auto;
  }

  .cg-guides-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cg-benefit-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .cg-benefit + .cg-benefit {
    border-top: 1px solid var(--cg-border);
    border-left: 0;
  }

  .cg-footer-grid {
    gap: 44px;
  }
}

@media (max-width: 800px) {
  .customer-guides-page .cg-container,
  .customer-guides-page .site-header.home-nav .nav-shell {
    width: min(calc(100% - 32px), 1360px);
  }

  .customer-guides-page .site-header.home-nav .brand {
    font-size: 0.96rem;
  }

  .cg-hero-grid {
    padding: 58px 0 52px;
  }

  .cg-hero-title {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .cg-hero-title span {
    white-space: normal;
  }

  .cg-hero-copy > p {
    font-size: 1.05rem;
  }

  .cg-guides-section {
    padding: 28px 0 72px;
  }

  .cg-section-heading {
    margin-bottom: 36px;
  }

  .cg-guide-card {
    padding: 28px;
  }

  .cg-guide-card-header {
    grid-template-columns: minmax(0, 1fr);
  }

  .cg-guide-icon {
    width: 92px;
    height: 92px;
  }

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

  .cg-footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .cg-dot-pattern-right {
    display: none;
  }

  .cg-hero-visual {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .cg-visual-glow {
    top: 8%;
    left: 5%;
    width: 90%;
    height: 72%;
  }

  .cg-floating-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .cg-guide-preview {
    order: 1;
    min-height: 0;
    padding: 26px;
  }

  .cg-range-card {
    order: 2;
  }

  .cg-category-card {
    order: 3;
  }

  .cg-save-card {
    order: 4;
  }

  .cg-category-card li,
  .cg-range-card > span,
  .cg-save-card small {
    font-size: 0.86rem;
  }

  .cg-category-card > strong,
  .cg-save-card strong {
    font-size: 0.98rem;
  }

  .cg-guide-preview,
  .cg-range-card,
  .cg-category-card,
  .cg-save-card {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .customer-guides-page .site-header.home-nav .brand-mark {
    width: 42px;
    height: 42px;
  }

  .customer-guides-page .site-header.home-nav .brand {
    gap: 9px;
    font-size: 0.84rem;
  }

  .cg-pill-row {
    margin-bottom: 20px;
  }

  .cg-pill {
    min-height: 36px;
    font-size: 0.82rem;
  }

  .cg-hero-title {
    font-size: clamp(2.9rem, 14vw, 4.15rem);
    letter-spacing: -0.05em;
  }

  .cg-preview-heading {
    align-items: flex-start;
  }

  .cg-guide-card {
    padding: 24px;
    border-radius: 24px;
  }

  .cg-guide-intro h3 {
    font-size: 1.3rem;
  }

  .cg-guide-links a {
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 9px;
    min-height: 68px;
    font-size: 0.86rem;
  }

  .cg-card-cta {
    width: 100%;
    padding-inline: 16px;
  }

  .cg-benefit {
    grid-template-columns: minmax(0, 1fr);
    padding: 26px;
  }

  .cg-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .cg-footer-about {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cg-card-cta,
  .cg-guide-links a,
  .cg-floating-card {
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
  }

  .cg-guide-preview {
    animation: cg-float 6s ease-in-out infinite;
  }

  .cg-range-card {
    animation: cg-float 7s ease-in-out 0.7s infinite;
  }

  .cg-save-card {
    animation: cg-float 6.5s ease-in-out 1.2s infinite;
  }

  @keyframes cg-float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-7px);
    }
  }
}
