/* Front page — 2026 renewal */
.ct-home { overflow: clip; background: var(--ct-white); }
.ct-home *, .ct-home *::before, .ct-home *::after { box-sizing: border-box; }
.ct-home [id] { scroll-margin-top: 125px; }
.ct-home p, .ct-home h1, .ct-home h2, .ct-home h3, .ct-home ul, .ct-home ol { margin-top: 0; }
.ct-container { width: min(calc(100% - 40px), var(--ct-max)); margin-inline: auto; }
.ct-section { padding: clamp(72px, 8vw, 112px) 0; }
.ct-section-label { margin-bottom: 12px; color: var(--ct-teal); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.ct-heading { max-width: 720px; margin-bottom: 44px; }
.ct-heading--center { margin-inline: auto; text-align: center; }
.ct-heading h2, .ct-boundary h2, .ct-company h2, .ct-final-cta h2 {
  margin-bottom: 18px;
  color: var(--ct-navy-deep);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
  letter-spacing: -.025em;
}
.ct-heading > p:last-child, .ct-boundary__grid > div:first-child > p:last-child { color: var(--ct-muted); font-size: 16px; line-height: 1.9; }

.ct-hero { position: relative; padding: clamp(54px, 7vw, 92px) 0 0; background: linear-gradient(135deg, #f5faf9 0%, #f8f7f2 62%, #edf6f4 100%); }
.ct-hero::before { position: absolute; top: -120px; right: -140px; width: 520px; height: 520px; content: ''; background: radial-gradient(circle, rgba(22,124,117,.12), transparent 65%); border-radius: 50%; }
.ct-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(34px, 6vw, 88px); align-items: center; }
.ct-eyebrow { display: inline-flex; margin-bottom: 22px; padding: 7px 13px; color: var(--ct-teal-dark); background: rgba(22,124,117,.1); border: 1px solid rgba(22,124,117,.14); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .07em; }
.ct-hero h1 { margin-bottom: 24px; color: var(--ct-navy-deep); font-size: clamp(38px, 5.2vw, 66px); line-height: 1.22; letter-spacing: -.045em; }
.ct-hero h1 span { color: var(--ct-teal-dark); }
.ct-hero__lead { max-width: 680px; margin-bottom: 24px; color: #475c6e; font-size: clamp(16px, 1.8vw, 19px); line-height: 1.9; }
.ct-hero__points { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; padding: 0; list-style: none; }
.ct-hero__points li { position: relative; margin: 0; padding: 9px 13px 9px 31px; color: var(--ct-navy); background: var(--ct-white); border: 1px solid #dfe9e6; border-radius: 7px; font-size: 13px; font-weight: 700; box-shadow: 0 6px 20px rgba(18,50,76,.04); }
.ct-hero__points li::before { position: absolute; top: 11px; left: 12px; color: var(--ct-teal); content: '✓'; font-weight: 900; }
.ct-hero__points strong { color: var(--ct-teal-dark); }
.ct-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ct-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 16px; padding: 11px 24px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 800; line-height: 1.35; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ct-button:hover { text-decoration: none; transform: translateY(-2px); }
.ct-button--primary { color: var(--ct-white); background: var(--ct-teal); box-shadow: 0 12px 28px rgba(22,124,117,.22); }
.ct-button--primary:hover { color: var(--ct-white); background: var(--ct-teal-dark); box-shadow: 0 15px 32px rgba(22,124,117,.3); }
.ct-button--phone { flex-direction: column; gap: 0; color: var(--ct-navy); background: var(--ct-white); border-color: var(--ct-line); font-size: 17px; letter-spacing: .03em; }
.ct-button--phone:hover { color: var(--ct-navy-deep); border-color: #b9c9d2; }
.ct-button__small { color: var(--ct-muted); font-size: 10px; font-weight: 600; letter-spacing: 0; }
.ct-button--wide { width: 100%; margin-top: auto; }
.ct-hero__note { margin: 14px 0 0; color: var(--ct-muted); font-size: 12px; }
.ct-hero__visual { position: relative; min-height: 480px; }
.ct-orbit { position: absolute; border: 1px solid rgba(22,124,117,.15); border-radius: 50%; }
.ct-orbit--one { inset: 35px 5px 20px 45px; }
.ct-orbit--two { inset: 95px 65px 80px 105px; border-color: rgba(229,169,61,.25); }
.ct-hero-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 16px 20px; color: var(--ct-navy); background: rgba(255,255,255,.94); border: 1px solid rgba(219,227,232,.9); border-radius: 14px; font-size: 14px; font-weight: 800; box-shadow: var(--ct-shadow); }
.ct-hero-card span:not(.ct-hero-card__label) { display: grid; width: 33px; height: 33px; place-items: center; color: var(--ct-white); background: var(--ct-teal); border-radius: 50%; font-size: 10px; }
.ct-hero-card--main { top: 115px; right: 54px; left: 74px; display: block; padding: 34px; background: var(--ct-navy-deep); border: 0; border-radius: 20px; }
.ct-hero-card--main .ct-hero-card__label { display: inline-block; margin-bottom: 18px; padding: 5px 10px; color: #bce4db; background: rgba(255,255,255,.08); border-radius: 999px; font-size: 10px; letter-spacing: .09em; }
.ct-hero-card--main p { margin: 0; color: var(--ct-white); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.6; }
.ct-hero-card--a { top: 48px; left: 12px; }
.ct-hero-card--b { right: 2px; bottom: 76px; }
.ct-hero-card--c { bottom: 18px; left: 40px; }
.ct-trust-row { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; background: var(--ct-white); border: 1px solid var(--ct-line); border-bottom: 0; border-radius: 14px 14px 0 0; box-shadow: 0 -8px 30px rgba(18,50,76,.04); }
.ct-trust-row span { padding: 18px 12px; color: var(--ct-navy); border-right: 1px solid var(--ct-line); font-size: 13px; font-weight: 800; text-align: center; }
.ct-trust-row span:last-child { border-right: 0; }

.ct-concerns { background: var(--ct-white); }
.ct-concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ct-concern-card { position: relative; min-height: 190px; padding: 28px; overflow: hidden; background: #fbfcfc; border: 1px solid var(--ct-line); border-radius: 12px; }
.ct-card-number { display: block; margin-bottom: 24px; color: var(--ct-teal); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ct-concern-card h3 { margin-bottom: 10px; color: var(--ct-navy); font-size: 20px; }
.ct-concern-card p { margin-bottom: 0; color: var(--ct-muted); font-size: 14px; line-height: 1.8; }
.ct-concern-card::after { position: absolute; right: -22px; bottom: -36px; width: 90px; height: 90px; content: ''; background: var(--ct-mint); border-radius: 50%; opacity: .65; }

.ct-support { background: var(--ct-cream); }
.ct-support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ct-support-card { padding: 28px 24px; background: var(--ct-white); border-radius: 12px; box-shadow: 0 12px 35px rgba(18,50,76,.06); }
.ct-support-card__icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; color: var(--ct-teal-dark); background: var(--ct-mint); border-radius: 12px; font-size: 17px; font-weight: 900; }
.ct-support-card h3 { margin-bottom: 10px; color: var(--ct-navy); font-size: 18px; }
.ct-support-card p { margin-bottom: 0; color: var(--ct-muted); font-size: 14px; line-height: 1.8; }
.ct-inline-link { margin: 30px 0 0; text-align: right; }
.ct-inline-link a { color: var(--ct-teal-dark); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }

.ct-boundary { padding: clamp(64px, 7vw, 96px) 0; color: #d8e3e8; background: var(--ct-navy-deep); }
.ct-boundary__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.ct-boundary h2 { color: var(--ct-white); }
.ct-boundary .ct-section-label { color: #75cfc4; }
.ct-boundary__grid > div:first-child > p:last-child { color: #aebfc9; }
.ct-boundary__lists { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ct-boundary__list { padding: 26px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.ct-boundary__list h3 { margin-bottom: 18px; color: var(--ct-white); font-size: 16px; }
.ct-boundary__list ul { margin: 0; padding: 0; list-style: none; }
.ct-boundary__list li { position: relative; margin: 0; padding: 10px 0 10px 26px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; line-height: 1.6; }
.ct-boundary__list li::before { position: absolute; left: 2px; color: #6ad2c6; content: '✓'; font-weight: 900; }
.ct-boundary__list--no li::before { color: #e8b765; content: '—'; }

.ct-features { background: var(--ct-white); }
.ct-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ct-line); border-bottom: 1px solid var(--ct-line); }
.ct-feature-grid article { padding: 32px 26px 36px; border-right: 1px solid var(--ct-line); }
.ct-feature-grid article:last-child { border-right: 0; }
.ct-feature-grid span { display: block; margin-bottom: 30px; color: var(--ct-teal); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.ct-feature-grid h3 { margin-bottom: 12px; color: var(--ct-navy); font-size: 19px; }
.ct-feature-grid p { margin-bottom: 0; color: var(--ct-muted); font-size: 14px; line-height: 1.8; }

.ct-pricing { background: #f3f7f7; }
.ct-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.ct-price-card { display: flex; flex-direction: column; padding: 32px 28px; background: var(--ct-white); border: 1px solid var(--ct-line); border-radius: 15px; box-shadow: 0 12px 36px rgba(18,50,76,.06); }
.ct-price-card--featured { border: 2px solid var(--ct-teal); transform: translateY(-8px); box-shadow: 0 20px 45px rgba(22,124,117,.14); }
.ct-price-card__badge { align-self: flex-start; margin-bottom: 20px; padding: 5px 10px; color: var(--ct-white); background: var(--ct-teal); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.ct-price-card__badge--plain { color: var(--ct-navy); background: #edf1f3; }
.ct-price-card h3 { margin-bottom: 16px; color: var(--ct-navy); font-size: 20px; }
.ct-price { display: flex; align-items: baseline; gap: 5px; margin-bottom: 15px; color: var(--ct-navy-deep); }
.ct-price strong { font-size: clamp(40px, 4vw, 53px); line-height: 1; letter-spacing: -.04em; }
.ct-price span { color: var(--ct-muted); font-size: 13px; font-weight: 700; }
.ct-price--quote strong { font-size: 38px; }
.ct-price-card__lead { min-height: 44px; margin-bottom: 20px; color: var(--ct-muted); font-size: 13px; line-height: 1.7; }
.ct-price-card ul { margin-bottom: 24px; padding: 0; list-style: none; }
.ct-price-card li { position: relative; margin: 0; padding: 9px 0 9px 24px; border-top: 1px solid #edf1f3; font-size: 13px; }
.ct-price-card li::before { position: absolute; left: 2px; color: var(--ct-teal); content: '✓'; font-weight: 900; }
.ct-price-card__note { margin-top: auto; margin-bottom: 0; padding: 12px; color: var(--ct-muted); background: #f6f8f8; border-radius: 7px; font-size: 11px; line-height: 1.65; }
.ct-plan-notice { display: flex; gap: 24px; margin-top: 26px; padding: 20px 24px; background: var(--ct-white); border: 1px solid var(--ct-line); border-radius: 10px; }
.ct-plan-notice strong { flex: 0 0 auto; color: var(--ct-navy); font-size: 13px; }
.ct-plan-notice p { margin: 0; color: var(--ct-muted); font-size: 12px; line-height: 1.7; }

.ct-flow { background: var(--ct-white); }
.ct-flow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 1px; background: var(--ct-line); border: 1px solid var(--ct-line); border-radius: 13px; list-style: none; overflow: hidden; }
.ct-flow-list li { display: flex; gap: 18px; min-height: 166px; margin: 0; padding: 28px 24px; background: var(--ct-white); }
.ct-flow-list > li > span { display: grid; flex: 0 0 auto; width: 37px; height: 37px; place-items: center; color: var(--ct-white); background: var(--ct-navy); border-radius: 50%; font-size: 10px; font-weight: 900; }
.ct-flow-list h3 { margin-bottom: 9px; color: var(--ct-navy); font-size: 17px; }
.ct-flow-list p { margin-bottom: 0; color: var(--ct-muted); font-size: 13px; line-height: 1.75; }

.ct-checks { background: var(--ct-cream); }
.ct-checks__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.ct-checks__grid .ct-heading { margin-bottom: 0; }
.ct-text-button { display: inline-flex; margin-top: 10px; padding-bottom: 4px; color: var(--ct-teal-dark); border-bottom: 2px solid var(--ct-teal); font-size: 14px; font-weight: 800; text-decoration: none; }
.ct-check-list { background: var(--ct-white); border: 1px solid var(--ct-line); border-radius: 14px; box-shadow: var(--ct-shadow); }
.ct-check-list > div { display: flex; gap: 20px; padding: 23px 26px; border-bottom: 1px solid var(--ct-line); }
.ct-check-list > div:last-child { border-bottom: 0; }
.ct-check-list span { color: var(--ct-teal); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.ct-check-list p { margin: 0; color: var(--ct-muted); font-size: 13px; line-height: 1.6; }
.ct-check-list strong { display: block; margin-bottom: 5px; color: var(--ct-navy); font-size: 16px; }

.ct-reasons { background: var(--ct-white); }
.ct-reason-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 950px; margin: 0 auto; }
.ct-reason-tags span { padding: 11px 16px; color: var(--ct-navy); background: #f5f8f8; border: 1px solid var(--ct-line); border-radius: 999px; font-size: 13px; font-weight: 700; }
.ct-reasons__note { max-width: 800px; margin: 30px auto 0; padding: 16px 20px; color: var(--ct-muted); background: var(--ct-cream); border-left: 3px solid var(--ct-amber); font-size: 13px; line-height: 1.75; }

.ct-faq { background: #f3f7f7; }
.ct-faq__layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(40px, 7vw, 90px); }
.ct-faq__layout .ct-heading { position: sticky; top: 140px; align-self: start; }
.ct-faq-list { border-top: 1px solid #cfdadd; }
.ct-faq-list details { background: var(--ct-white); border-bottom: 1px solid #cfdadd; }
.ct-faq-list summary { position: relative; padding: 23px 54px 23px 58px; color: var(--ct-navy); cursor: pointer; font-size: 15px; font-weight: 800; line-height: 1.65; list-style: none; }
.ct-faq-list summary::-webkit-details-marker { display: none; }
.ct-faq-list summary::before { position: absolute; top: 20px; left: 20px; color: var(--ct-teal); content: 'Q'; font-size: 17px; font-weight: 900; }
.ct-faq-list summary::after { position: absolute; top: 24px; right: 22px; color: var(--ct-muted); content: '+'; font-size: 22px; font-weight: 400; }
.ct-faq-list details[open] summary::after { content: '−'; }
.ct-faq-list details > div { padding: 0 28px 23px 58px; }
.ct-faq-list details p { margin: 0; color: var(--ct-muted); font-size: 14px; line-height: 1.85; }

.ct-company { padding: clamp(64px, 7vw, 94px) 0; color: #d9e4ea; background: var(--ct-navy); }
.ct-company__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 90px); }
.ct-company .ct-section-label { color: #77d0c5; }
.ct-company h2 { color: var(--ct-white); }
.ct-company__message { max-width: 460px; color: #b5c5ce; line-height: 1.9; }
.ct-company__details { margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
.ct-company__details > div { display: grid; grid-template-columns: 120px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.ct-company__details dt { color: #8fa5b1; font-size: 12px; font-weight: 700; }
.ct-company__details dd { margin: 0; color: var(--ct-white); font-size: 14px; line-height: 1.65; }
.ct-company__details a { color: var(--ct-white); font-weight: 800; }
.ct-company__details small { color: #9db0ba; }

.ct-final-cta { padding: clamp(70px, 8vw, 108px) 0; color: var(--ct-white); background: var(--ct-teal); }
.ct-final-cta__inner { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: center; }
.ct-final-cta .ct-section-label { color: #c6eee8; }
.ct-final-cta h2 { color: var(--ct-white); }
.ct-final-cta__inner > div:first-child > p:last-child { margin-bottom: 0; color: #d8f1ed; }
.ct-final-cta__actions { display: flex; flex-direction: column; gap: 13px; }
.ct-button--light { color: var(--ct-teal-dark); background: var(--ct-white); box-shadow: 0 14px 35px rgba(10,72,67,.2); }
.ct-button--light:hover { color: var(--ct-teal-dark); background: #f6fbfa; }
.ct-final-cta__phone { display: flex; flex-direction: column; align-items: center; padding: 13px 20px; color: var(--ct-white); border: 1px solid rgba(255,255,255,.45); border-radius: 8px; text-decoration: none; }
.ct-final-cta__phone span { font-size: 11px; }
.ct-final-cta__phone strong { font-size: 22px; letter-spacing: .04em; }

.ct-disclaimer { padding: 30px 0; background: #f4f6f7; border-bottom: 1px solid var(--ct-line); }
.ct-disclaimer h2 { margin-bottom: 8px; color: var(--ct-navy); font-size: 13px; }
.ct-disclaimer p { margin-bottom: 0; color: var(--ct-muted); font-size: 11px; line-height: 1.8; }

@media (max-width: 980px) {
  .ct-hero__grid { grid-template-columns: 1fr; }
  .ct-hero__visual { min-height: 390px; max-width: 620px; width: 100%; margin: -20px auto 0; }
  .ct-hero-card--main { top: 90px; }
  .ct-concern-grid, .ct-flow-list { grid-template-columns: repeat(2, 1fr); }
  .ct-support-grid, .ct-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .ct-feature-grid article:nth-child(2) { border-right: 0; }
  .ct-feature-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ct-line); }
  .ct-boundary__grid, .ct-checks__grid, .ct-faq__layout, .ct-company__grid, .ct-final-cta__inner { grid-template-columns: 1fr; }
  .ct-price-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .ct-price-card--featured { transform: none; }
  .ct-faq__layout .ct-heading { position: static; }
  .ct-final-cta__inner { gap: 34px; }
}

@media (max-width: 680px) {
  .ct-home [id] { scroll-margin-top: 84px; }
  .ct-container { width: min(calc(100% - 32px), var(--ct-max)); }
  .ct-section { padding: 64px 0; }
  .ct-heading { margin-bottom: 32px; }
  .ct-heading h2, .ct-boundary h2, .ct-company h2, .ct-final-cta h2 { font-size: 29px; }
  .ct-hero { padding-top: 46px; }
  .ct-hero h1 { font-size: 39px; }
  .ct-hero__lead { font-size: 15px; line-height: 1.8; }
  .ct-actions { flex-direction: column; }
  .ct-button { width: 100%; }
  .ct-hero__visual { min-height: 330px; }
  .ct-orbit--one { inset: 20px 0 20px; }
  .ct-orbit--two { inset: 70px 40px 65px; }
  .ct-hero-card { padding: 12px 14px; font-size: 11px; }
  .ct-hero-card--main { top: 78px; right: 24px; left: 24px; padding: 25px; }
  .ct-hero-card--main p { font-size: 20px; }
  .ct-hero-card--a { top: 16px; left: 0; }
  .ct-hero-card--b { right: 0; bottom: 55px; }
  .ct-hero-card--c { bottom: 4px; left: 10px; }
  .ct-trust-row { grid-template-columns: repeat(2, 1fr); margin-top: 35px; }
  .ct-trust-row span:nth-child(2) { border-right: 0; }
  .ct-trust-row span:nth-child(-n+2) { border-bottom: 1px solid var(--ct-line); }
  .ct-concern-grid, .ct-support-grid, .ct-feature-grid, .ct-flow-list, .ct-boundary__lists { grid-template-columns: 1fr; }
  .ct-concern-card { min-height: auto; }
  .ct-feature-grid article { border-right: 0; border-bottom: 1px solid var(--ct-line); }
  .ct-feature-grid article:last-child { border-bottom: 0; }
  .ct-price-card { padding: 28px 22px; }
  .ct-plan-notice { flex-direction: column; gap: 8px; }
  .ct-flow-list li { min-height: auto; }
  .ct-check-list > div { padding: 20px; }
  .ct-faq-list summary { padding: 21px 45px 21px 46px; font-size: 14px; }
  .ct-faq-list summary::before { left: 16px; }
  .ct-faq-list summary::after { right: 16px; }
  .ct-faq-list details > div { padding: 0 20px 21px 46px; }
  .ct-company__details > div { grid-template-columns: 90px 1fr; }
  .ct-inline-link { text-align: left; }
}
