.ccs-page {
  --ccs-bg: #eef1f4;
  --ccs-panel: #ebebeb;
  --ccs-text: #0f1115;
  --ccs-muted: #4e5661;
  --ccs-line: #9db5c9;
  --ccs-accent: #f2cb05;
  --ccs-accent-dark: #173f67;
  --ccs-soft-blue: #deebf1;
  --ccs-white: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(242, 203, 5, 0.18), transparent 22%),
    radial-gradient(circle at 100% 18%, rgba(23, 63, 103, 0.12), transparent 28%),
    linear-gradient(180deg, #f5f7fa 0%, #ebeff3 100%);
  color: var(--ccs-text);
}

.ccs-page main {
  overflow: clip;
}

.ccs-page .container.ccs-container {
  width: min(100% - 32px, 1110px);
  max-width: 1110px;
}

.ccs-page .ccs-narrow {
  max-width: 860px;
}

.ccs-hero,
.ccs-subscription,
.ccs-faqs {
  padding: 56px 0;
}

.ccs-plans,
.ccs-benefits,
.ccs-tools {
  position: relative;
  padding: 62px 0 70px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(230, 234, 239, 0.85)),
    #e6e6e6;
}

.ccs-learn-band,
.ccs-key-band,
.ccs-cta {
  background: var(--ccs-soft-blue);
}

.ccs-key-band {
  padding: 0 0 62px;
}

.ccs-learn-band {
  padding: 34px 0;
}

.ccs-cta {
  padding: 42px 0 48px;
}

.ccs-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 128px;
  align-items: center;
  padding: 42px 52px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 38px;
  background:
    radial-gradient(circle at 14% 22%, rgba(242, 203, 5, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(23, 63, 103, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
  box-shadow: 0 28px 70px rgba(16, 28, 44, 0.09);
  overflow: hidden;
}

.ccs-hero-grid::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 203, 5, 0.14), transparent 66%);
  pointer-events: none;
}

.ccs-hero-media img {
  display: block;
  width: min(100%, 520px);
  margin: 0 auto;
  filter: drop-shadow(0 22px 30px rgba(15, 23, 42, 0.12));
}

.ccs-hero-copy {
  max-width: 420px;
  position: relative;
  z-index: 1;
}

.ccs-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #073e66;
  color: #fff;
  box-shadow: 0 10px 20px rgba(7, 62, 102, 0.18);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.ccs-hero-copy h1,
.ccs-section-copy h2,
.ccs-cta-box h2 {
  margin: 14px 0 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #0b0c0f;
}

.ccs-hero-copy p,
.ccs-plan-body p,
.ccs-list-intro,
.ccs-learn-box p,
.ccs-cta-box p,
.ccs-accordion-body {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ccs-muted);
}

.ccs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s ease;
}

.ccs-btn:hover {
  transform: translateY(-1px);
}

.ccs-btn-primary {
  margin-top: 18px;
  background: linear-gradient(180deg, #ffd90e 0%, #f2cb05 100%);
  color: #151515;
  box-shadow: 0 16px 28px rgba(242, 203, 5, 0.28);
}

.ccs-btn-primary:hover {
  color: #151515;
  background: linear-gradient(180deg, #ffd90e 0%, #e7c203 100%);
}

.ccs-btn-secondary {
  min-width: 190px;
  background: transparent;
  border-color: var(--ccs-accent-dark);
  color: var(--ccs-accent-dark);
}

.ccs-btn-secondary:hover {
  color: var(--ccs-accent-dark);
  background: rgba(23, 63, 103, 0.05);
}

.ccs-subnote {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: #272727;
}

.ccs-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 900px;
  margin: 62px auto 0;
}

.ccs-feature {
  padding: 24px 18px 22px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.92));
  box-shadow: 0 20px 42px rgba(16, 28, 44, 0.06);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ccs-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(16, 28, 44, 0.1);
}

.ccs-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-bottom: 12px;
}

.ccs-feature-icon img {
  max-width: 162px;
  max-height: 162px;
}

.ccs-feature p {
  max-width: 180px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #2f3842;
}

.ccs-section-copy {
  text-align: center;
}

.ccs-feature-copy {
  max-width: 720px;
  margin: 52px auto 0;
}

.ccs-section-copy h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.ccs-section-copy p {
  margin: 10px 0 0;
  font-size: 13px;
  color: #617180;
}

.ccs-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.ccs-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #0a567b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ccs-key-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 50px;
  align-items: center;
  padding: 42px 48px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(222, 235, 241, 0.76), rgba(241, 248, 251, 0.96));
  box-shadow: 0 24px 60px rgba(16, 28, 44, 0.08);
}

.ccs-key-media {
  display: flex;
  justify-content: center;
}

.ccs-key-media-frame {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 12px;
  background: linear-gradient(135deg, #ffd54b 0%, #38a53c 100%);
  box-shadow: 0 24px 52px rgba(16, 28, 44, 0.12);
}

.ccs-key-media-frame::after {
  content: "743";
  position: absolute;
  top: 76px;
  left: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #83d655;
  color: #0a1d14;
  font-size: 38px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.ccs-key-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  background: #fff;
}

.ccs-key-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.ccs-key-copy p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: #355064;
}

.ccs-key-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ccs-key-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.55;
  color: #17334d;
}

.ccs-key-list li + li {
  margin-top: 14px;
}

.ccs-key-list li::before {
  content: "\F26A";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: bootstrap-icons;
  font-size: 16px;
  color: #0b557a;
}

.ccs-key-copy .ccs-btn {
  margin-top: 26px;
}

.ccs-plan-card {
  position: relative;
  border: 1px solid rgba(71, 145, 97, 0.35);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 251, 0.98));
  box-shadow: 0 22px 48px rgba(16, 28, 44, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ccs-plan-card-paid {
  border-color: rgba(23, 63, 103, 0.34);
}

.ccs-plan-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 211, 146, 0.22), transparent 68%);
  pointer-events: none;
}

.ccs-plan-card-paid::before {
  background: radial-gradient(circle, rgba(23, 63, 103, 0.16), transparent 68%);
}

.ccs-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(16, 28, 44, 0.12);
}

.ccs-plan-head {
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.ccs-plan-card-free .ccs-plan-head {
  background: linear-gradient(90deg, #73cf8f 0%, #8adca4 100%);
  color: #09110c;
}

.ccs-plan-card-paid .ccs-plan-head {
  background: linear-gradient(90deg, #173f67 0%, #214f7f 100%);
}

.ccs-plan-body {
  position: relative;
  padding: 24px 26px 22px;
  text-align: center;
}

.ccs-plan-body h3 {
  margin: 0;
  font-size: 40px;
  line-height: 1.04;
  color: #111;
  letter-spacing: -0.03em;
}

.ccs-plan-card-paid .ccs-plan-body h3 {
  font-size: 38px;
}

.ccs-plan-body h3 span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

.ccs-plan-label {
  margin-top: 18px;
  font-weight: 700;
  color: #1c2730;
}

.ccs-plan-body ul,
.ccs-check-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ccs-plan-body li,
.ccs-check-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.5;
  color: #23313d;
  text-align: left;
}

.ccs-plan-body li + li,
.ccs-check-list li + li {
  margin-top: 10px;
}

.ccs-plan-body li::before,
.ccs-check-list li::before {
  content: "\F26E";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: bootstrap-icons;
  font-size: 15px;
  color: #0d4f82;
}

.ccs-plan-body .ccs-btn {
  width: 100%;
  max-width: 270px;
  margin-top: 24px;
}

.ccs-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, transparent, rgba(21, 42, 63, 0.42), transparent);
}

.ccs-tools-head {
  max-width: 820px;
}

.ccs-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ccs-tool-card {
  padding: 24px 20px 22px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 251, 0.96));
  box-shadow: 0 18px 40px rgba(16, 28, 44, 0.06);
}

.ccs-tool-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #00a6d6;
  box-shadow: 12px 0 0 rgba(0, 166, 214, 0.16);
}

.ccs-tool-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #10161d;
}

.ccs-tool-card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.62;
  color: #4d5d6b;
}

.ccs-subscription {
  text-align: center;
}

.ccs-subscription .ccs-container {
  position: relative;
  padding: 40px 42px 44px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 14%, rgba(242, 203, 5, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.96));
  box-shadow: 0 24px 60px rgba(16, 28, 44, 0.08);
  overflow: hidden;
}

.ccs-subscription .ccs-container::after {
  content: "";
  position: absolute;
  inset: auto auto -90px -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 63, 103, 0.08), transparent 70%);
  pointer-events: none;
}

.ccs-subscription-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fa 100%);
  box-shadow: 0 16px 34px rgba(16, 28, 44, 0.08);
}

.ccs-subscription-icon img {
  width: 56px;
  height: 56px;
}

.ccs-section-copy-lg h2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.ccs-list-intro {
  margin-top: 22px;
  color: #111;
}

.ccs-check-list {
  max-width: 420px;
  margin: 16px auto 0;
  text-align: left;
}

.ccs-left-copy {
  text-align: left;
}

.ccs-left-copy h2 {
  max-width: 690px;
}

.ccs-accordion-list {
  margin-top: 24px;
}

.ccs-benefits .ccs-container,
.ccs-faqs .ccs-container {
  padding: 34px 36px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.96));
  box-shadow: 0 24px 58px rgba(16, 28, 44, 0.08);
}

.ccs-accordion-item {
  margin-top: 12px;
  border: 1px solid rgba(127, 157, 185, 0.32);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.ccs-accordion-item summary {
  position: relative;
  padding: 18px 54px 18px 18px;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #09111a;
}

.ccs-accordion-item summary::-webkit-details-marker {
  display: none;
}

.ccs-accordion-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: #0e4d7d;
}

.ccs-accordion-item[open] summary::after {
  content: "-";
}

.ccs-accordion-body {
  padding: 0 18px 18px;
  margin: -2px 0 0;
  max-width: 720px;
}

.ccs-learn-box {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 34px 28px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(237, 246, 250, 0.98));
  box-shadow: 0 20px 44px rgba(16, 28, 44, 0.06);
  text-align: center;
}

.ccs-learn-box p {
  max-width: 690px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #10161d;
}

.ccs-accordion-list-faq .ccs-accordion-item summary {
  font-weight: 500;
}

.ccs-cta-box {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 38px 28px 42px;
  border: 1px solid rgba(23, 63, 103, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% -10%, rgba(242, 203, 5, 0.32), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(232, 244, 249, 0.98));
  box-shadow: 0 24px 52px rgba(16, 28, 44, 0.08);
  text-align: center;
}

.ccs-cta-box h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
}

@media (max-width: 991px) {
  .ccs-page .container.ccs-container {
    width: min(100% - 28px, 960px);
  }

  .ccs-hero-grid,
  .ccs-plan-grid,
  .ccs-feature-row,
  .ccs-key-grid,
  .ccs-tool-grid {
    grid-template-columns: 1fr;
  }

  .ccs-hero-copy {
    order: 1;
  }

  .ccs-hero-media {
    order: 2;
  }

  .ccs-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .ccs-hero-grid,
  .ccs-key-grid,
  .ccs-subscription .ccs-container,
  .ccs-benefits .ccs-container,
  .ccs-faqs .ccs-container,
  .ccs-learn-box,
  .ccs-cta-box {
    padding-left: 28px;
    padding-right: 28px;
  }

  .ccs-feature {
    display: grid;
    justify-items: center;
  }

  .ccs-feature p {
    max-width: 220px;
  }

  .ccs-key-copy {
    text-align: center;
  }

  .ccs-key-list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .ccs-left-copy {
    text-align: center;
  }

  .ccs-left-copy h2 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ccs-hero,
  .ccs-subscription,
  .ccs-faqs,
  .ccs-plans,
  .ccs-benefits,
  .ccs-tools,
  .ccs-key-band,
  .ccs-learn-band,
  .ccs-cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ccs-hero-grid,
  .ccs-key-grid,
  .ccs-subscription .ccs-container,
  .ccs-benefits .ccs-container,
  .ccs-faqs .ccs-container,
  .ccs-learn-box,
  .ccs-cta-box {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .ccs-hero-copy h1,
  .ccs-section-copy h2,
  .ccs-cta-box h2 {
    line-height: 1.08;
  }

  .ccs-plan-body,
  .ccs-plan-head {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ccs-plan-card {
    border-radius: 22px;
  }

  .ccs-key-media-frame::after {
    top: 32px;
    left: 22px;
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .ccs-accordion-item summary {
    padding-right: 24px;
  }

  .ccs-accordion-item summary::after {
    font-size: 20px;
  }
}
