/* Copy Rocket homepage. Layout values mirror the supplied 1440px Figma frame. */
.cr-product-window.cr-hero-video { position: relative; height: auto; aspect-ratio: 4 / 3; background: var(--color-dark); }
.cr-hero-video video { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.cr-hero-video__play {
  position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; width: 80px; height: 80px;
  padding: 0; border-radius: 50%; border: 1px solid var(--color-border);
  background: var(--color-tertiary); color: var(--color-light);
  -webkit-backdrop-filter: blur(23px) saturate(4.5);
  backdrop-filter: blur(23px) saturate(4.5);
  box-shadow: var(--shadow); cursor: pointer;
}
.cr-hero-video__play[hidden] { display: none; }
.cr-hero-video__play:hover { background: var(--color-border); }
.cr-hero-video__play:focus-visible { outline: 3px solid var(--color-light); outline-offset: 5px; }
.cr-eyebrow { margin: 0; font-family: var(--font-h6); font-size: 13px; line-height: 1.25; letter-spacing: .05em; text-transform: uppercase; color: var(--color-eyebrow); }
.cr-section--light { background: var(--color-light); color: var(--color-dark); }
.cr-section-head { text-align: center; }
.cr-section-head h2, .cr-case__head h2, .cr-features__head h2 { max-width: 1052px; margin: 0 auto; color: currentColor; font-family: var(--font-heading); font-size: clamp(34px, 3.62vw, 52px); font-weight: 400; line-height: 1.25; letter-spacing: -.02em; }
.cr-section-head h2 em, .cr-case__head h2 em, .cr-features__head h2 em, .cr-hero__title em { font-family: var(--font-accent); font-weight: 400; }
.cr-section-head > p:not(.cr-eyebrow) { max-width: 630px; margin: 24px auto 0; font-size: 18px; line-height: 1.5; }
.cr-section-head--narrow { max-width: 850px; margin: 0 auto; }
.cr-section-head .cr-eyebrow { margin-bottom: 5px; color: var(--color-eyebrow-light); }

.cr-hero { position: relative; isolation: isolate; min-height: 1276px; overflow: hidden; padding: 145px 0 125px; background: var(--color-dark); color: var(--color-light); text-align: center; }
.cr-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.64), transparent 31%, transparent 72%, rgba(0,0,0,.6)); pointer-events: none; }
.cr-hero__ripple { z-index: -2; top: 270px; width: min(1852px, 140vw); opacity: .92; transform: translateX(-50%); }
.cr-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.cr-hero__content > .cr-eyebrow { margin-top: 38px; }
.cr-hero__title { max-width: 706px; margin: 4px 0 22px; color: var(--color-light); font-size: clamp(44px, 4.58vw, 66px); font-weight: 400; line-height: 1.25; letter-spacing: -.02em; }
.cr-hero__lede { max-width: 630px; margin: 0; font-size: 18px; line-height: 1.5; }
.cr-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 50px; }
.btn--tertiary { background: var(--color-tertiary); color: var(--color-on-tertiary); border: 0; }
.btn--tertiary:hover { background: var(--color-tertiary-hover); color: var(--color-dark); }
.cr-product-window { width: min(1070px, 100%); height: 602px; margin-top: 74px; overflow: hidden; border-radius: 20px; background: #d9d9d9; box-shadow: 0 30px 100px rgba(0,0,0,.22); color: #202020; text-align: left; }
.cr-benefit-card__visual img, .cr-case__visual img, .cr-feature-card__visual img, .cr-accelerator__session img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cr-product-window__bar { display: flex; align-items: center; gap: 7px; height: 40px; padding: 0 18px; border-bottom: 1px solid #c9c9c9; background: #eee; }
.cr-product-window__bar span { display: block; width: 9px; height: 9px; border-radius: 50%; background: #b6b6b6; }
.cr-product-window__body { display: grid; grid-template-columns: 80px 1fr; height: calc(100% - 40px); }
.cr-product-window__body aside { display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 25px; background: #e1e1e1; }
.cr-product-window__body aside span { width: 27px; height: 5px; border-radius: 4px; background: #b6b6b6; }.cr-product-window__body aside .cr-logo-dot { width: 22px; height: 22px; border-radius: 7px; background: var(--color-green); }
.cr-product-window__canvas { position: relative; padding: 64px 9%; background: #f8f8f8; }.cr-product-window__label { display: block; width: 90px; height: 9px; border-radius: 5px; background: #b8b8b8; font-size: 0; }.cr-product-window__title { display: block; max-width: 550px; margin-top: 30px; font-size: clamp(26px, 3.2vw, 48px); line-height: 1.1; font-weight: 500; }.cr-product-window__line { display: block; height: 8px; margin-top: 13px; border-radius: 5px; background: #d0d0d0; }.cr-product-window__line--one { width: 85%; margin-top: 45px; }.cr-product-window__line--two { width: 76%; }.cr-product-window__line--three { width: 63%; }

.cr-proof { padding: 125px 0; background: var(--color-bg-proof); }.cr-proof .cr-section-head { position: relative; z-index: 1; max-width: 1052px; margin: 0 auto; }.cr-proof .cr-section-head h2 { max-width: 650px; font-size: clamp(34px, 3.62vw, 52px); line-height: 1.25; }.cr-proof__grid { display: grid; grid-template-columns: minmax(0,630px) minmax(0,408px); align-items: center; justify-content: start; gap: 142px; margin-top: -65px; }.cr-proof__diagram { width: min(630px,100%); aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 50%; }.cr-proof__diagram img { display: block; width: 100%; height: auto; }.cr-proof__copy { color: var(--color-dark); font-size: 18px; line-height: 23px; }.cr-proof__copy p { margin: 0 0 23px; color: inherit; }.cr-proof__copy p:last-child { margin-bottom: 0; }

.cr-diy { padding: 125px 0; background: var(--color-bg-proof); }.cr-diy .cr-section-head > p:not(.cr-eyebrow) { color: var(--color-dark); line-height: 23px; }.cr-diy__logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 50px; align-items: center; margin-top: 126px; }.cr-diy__logos img { display: block; width: calc((100% - 200px) / 5); height: 70px; margin: 0; object-fit: contain; }

/* Supplied company-brain and SME-interview artwork, composed as two rows. */
.cr-brain { padding: 125px 0 20px; background: radial-gradient(ellipse at 110% 65%, var(--color-green-deep), transparent 53%), var(--color-dark); color: var(--color-light); }
.cr-brain > .container > .cr-section-head h2 { max-width: 1070px; }
.cr-brain h2 span { display: block; }
.cr-brain__row { display: grid; grid-template-columns: minmax(0,408px) minmax(0,630px); justify-content: end; gap: 142px; align-items: center; margin-top: 75px; }
.cr-brain__copy { font-size: 18px; line-height: 23px; }
.cr-brain__copy p { margin: 0 0 23px; }
.cr-brain__copy .cr-eyebrow { margin-bottom: 16px; }
.cr-brain__copy p:last-child { margin-bottom: 0; }
.cr-brain__company { display: block; width: 100%; height: auto; margin-bottom: -18.25%; }
.cr-proof .cr-section-head h2 { max-width: 750px; }
.cr-proof .cr-section-head h2 em { line-height: 1; }
.cr-brain__interview { margin-top: 108px; padding-top: 125px; border-top: 1px solid var(--color-border); }
.cr-brain__interview .cr-section-head { max-width: 638px; margin: 0 auto; }
.cr-brain__interview h2 { max-width: 570px; }
.cr-brain__interview .cr-section-head p { line-height: 23px; }
.cr-brain__interview > img { display: block; width: 100%; height: auto; margin: 75px auto 0; }

.cr-aeo { padding: 125px 0; background: radial-gradient(circle at 50% 9%, rgba(1,170,91,.45), transparent 28%), var(--color-green-ink); color: var(--color-light); }.cr-aeo .cr-eyebrow { color: var(--color-eyebrow); }.cr-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; margin-top: 75px; }.cr-benefit-card { overflow: hidden; border-radius: 12px; background: var(--color-light); color: var(--color-dark); }.cr-benefit-card__visual { position: relative; height: 420px; padding: 48px; overflow: hidden; color: var(--color-light); }.cr-benefit-card__visual span { display: block; margin-bottom: 16px; font-family: var(--font-h6); font-size: 12px; letter-spacing: .05em; }.cr-benefit-card__visual b { display: block; max-width: 280px; font-size: 40px; font-weight: 400; line-height: 1.12; }.cr-benefit-card__visual i { display: block; height: 7px; margin-top: 13px; border-radius: 5px; background: rgba(255,255,255,.35); }.cr-benefit-card__visual i:nth-of-type(1) { width: 80%; margin-top: 50px; }.cr-benefit-card__visual i:nth-of-type(2) { width: 65%; }.cr-benefit-card__visual i:nth-of-type(3) { width: 72%; }.cr-benefit-card__visual--buyer { background: linear-gradient(155deg, var(--color-green-light), var(--color-green-deep)); }.cr-benefit-card__visual--llm { background: linear-gradient(140deg, var(--color-green-forest), var(--color-green-bright)); }.cr-benefit-card__content { padding: 50px; }.cr-benefit-card__content h3 { margin: 0 0 16px; font-size: 22px; font-weight: 400; line-height: 1.25; }.cr-benefit-card__content > p { margin: 0 0 24px; font-size: 16px; line-height: 1.5; }.cr-benefit-card__content ul, .cr-price-card ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }.cr-benefit-card__content li, .cr-price-card li { position: relative; padding-left: 26px; font-size: 14px; line-height: 1.45; }.cr-benefit-card__content li::before, .cr-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--color-green); font-weight: 700; }.cr-quote { display: flex; flex-direction: column; align-items: center; max-width: 630px; gap: 30px; margin: 75px auto 0; text-align: center; }.cr-quote blockquote { margin: 0; font-size: 18px; line-height: 1.5; }.cr-quote figcaption { display: flex; align-items: center; width: 410px; max-width: 100%; gap: 12px; text-align: left; }.cr-quote__avatar { display: grid; width: 60px; height: 60px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--color-portrait-one-light), var(--color-portrait-one-dark)); font-size: 14px; font-weight: 700; }.cr-quote figcaption strong, .cr-quote figcaption small { display: block; }.cr-quote figcaption strong { font-size: 16px; font-weight: 400; }.cr-quote figcaption small { margin-top: 4px; font-size: 13px; line-height: 1.35; opacity: .7; }

.cr-case { padding: 125px 0; }.cr-case__head { max-width: 699px; margin-left: auto; }.cr-case__head .cr-eyebrow { margin-bottom: 5px; color: var(--color-eyebrow-light); }.cr-case__body { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 140px; max-width: 1070px; margin: 75px auto 0; }.cr-case__copy > p { margin: 0; font-size: 18px; line-height: 1.5; }.cr-case__copy blockquote { margin: 70px 0 30px; font-size: 18px; line-height: 1.5; opacity: .5; }.cr-case__copy blockquote span { white-space: nowrap; }.cr-case__attribution { font-size: 16px !important; }.cr-case__attribution small { display: block; margin-top: 4px; font-size: 13px; opacity: .7; }.cr-case__visual { overflow: hidden; border-radius: 20px; background: var(--color-case-dark); color: var(--color-light); box-shadow: 0 14px 40px rgba(0,0,0,.12); }.cr-case__visual-top { min-height: 260px; padding: 40px; background: linear-gradient(155deg, var(--color-case-light), var(--color-case-mid) 65%); }.cr-case__visual-top span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; }.cr-case__visual-top b { display: block; max-width: 250px; margin-top: 48px; font-size: 36px; font-weight: 400; line-height: 1.1; }.cr-case__visual-top i { display: inline-block; width: 95px; height: 7px; margin: 20px 8px 0 0; border-radius: 5px; background: rgba(255,255,255,.6); }.cr-case__visual-bottom { display: flex; justify-content: space-between; padding: 25px 40px; background: var(--color-light); color: var(--color-case-text); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.cr-features { overflow: hidden; padding: 125px 0; background: radial-gradient(circle at 50% 25%, rgba(1,170,91,.27), transparent 37%), var(--color-green-ink); color: var(--color-light); }.cr-features__head { width: 638px; max-width: 100%; margin: 0 auto; }.cr-feature-track { display: grid; grid-auto-columns: minmax(310px,410px); grid-auto-flow: column; gap: 30px; width: max-content; margin-top: 75px; }.cr-feature-card { overflow: hidden; border-radius: 12px; background: var(--color-light); color: var(--color-dark); }.cr-feature-card__visual { height: 273px; padding: 35px; background: linear-gradient(135deg, #d3d3d3, #7c7c7c); color: var(--color-light); }.cr-feature-card__visual--chat { background: linear-gradient(135deg, var(--color-green-deep), var(--color-green-forest)); }.cr-feature-card__visual--links { background: linear-gradient(135deg, #444, #b3b3b3); }.cr-feature-card__visual span { display: block; font-size: 11px; opacity: .7; }.cr-feature-card__visual b { display: block; max-width: 220px; margin-top: 35px; font-size: 28px; font-weight: 400; line-height: 1.1; }.cr-feature-card__visual i { display: block; height: 7px; margin-top: 16px; border-radius: 5px; background: rgba(255,255,255,.5); }.cr-feature-card__visual i:nth-of-type(1) { width: 80%; margin-top: 30px; }.cr-feature-card__visual i:nth-of-type(2) { width: 64%; }.cr-feature-card__content { min-height: 224px; padding: 50px; }.cr-feature-card__content h3 { margin: 0 0 16px; font-size: 22px; font-weight: 400; line-height: 1.25; }.cr-feature-card__content p { margin: 0; font-size: 16px; line-height: 1.5; }

.cr-team { padding: 125px 0; background: radial-gradient(circle at 50% -30%, rgba(1,170,91,.45), transparent 42%), var(--color-green-ink); color: var(--color-light); }.cr-team .cr-eyebrow { color: var(--color-eyebrow); }.cr-team .cr-section-head a { color: currentColor; }.cr-team__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 60px; }.cr-team__grid article { text-align: center; }.cr-team__portrait { display: grid; width: 120px; height: 120px; margin: 0 auto 12px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--color-portrait-two-light), var(--color-portrait-two-dark)); color: var(--color-light); font-size: 25px; font-weight: 600; }.cr-team__portrait--ralph { background: linear-gradient(145deg, var(--color-portrait-three-light), var(--color-portrait-three-dark)); }.cr-team__portrait--bradley { background: linear-gradient(145deg, var(--color-portrait-four-light), var(--color-portrait-four-dark)); }.cr-team__grid h3 { margin: 0; font-size: 16px; font-weight: 400; }.cr-team__role { margin: 4px 0 30px; font-size: 13px; opacity: .7; }.cr-team__grid article > p:last-child { max-width: 310px; margin: 0 auto; font-size: 16px; line-height: 1.5; }

.cr-pricing { padding: 125px 0; background: var(--color-dark); color: var(--color-light); }.cr-pricing .cr-eyebrow { color: var(--color-eyebrow); }.cr-price-grid { display: grid; grid-template-columns: repeat(2,410px); justify-content: center; gap: 30px; margin-top: 75px; }.cr-price-card { display: flex; min-height: 564px; flex-direction: column; padding: 50px; border-radius: 12px; background: rgba(255,255,255,.1); }.cr-price-card > .cr-eyebrow { margin: 0 0 44px; }.cr-price-card h3 { margin: 0; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 52px; font-weight: 400; line-height: 1.1; letter-spacing: -.02em; }.cr-price-card h3 small { font-size: 16px; letter-spacing: 0; }.cr-price-card > p:not(.cr-eyebrow) { min-height: 75px; margin: 14px 0 35px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.45; }.cr-price-card ul { margin-bottom: auto; }.cr-price-card li { color: var(--color-light); }.cr-price-card li::before { color: var(--color-light); }.cr-price-card .btn { width: 100%; margin-top: 45px; }

.cr-accelerator { position: relative; isolation: isolate; overflow: hidden; padding: 125px 0; background: var(--color-green-ink); color: var(--color-light); }.cr-accelerator__ripple { z-index: -1; top: -340px; right: auto; left: 65%; width: min(1852px, 150vw); transform: translateX(-50%); opacity: .95; }.cr-accelerator__content { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: center; gap: 30px; max-width: 850px; padding: 75px 50px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(102,102,102,.15); backdrop-filter: blur(40px); }.cr-accelerator h2 { max-width: 335px; margin: 0; font-size: clamp(32px,3vw,43px); font-weight: 400; line-height: 1.25; letter-spacing: -.02em; }.cr-accelerator p { max-width: 352px; margin: 24px 0 0; font-size: 16px; line-height: 1.45; }.cr-accelerator .cr-actions { justify-content: flex-start; margin-top: 40px; }.cr-accelerator__session { padding: 35px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(0,0,0,.76); box-shadow: 0 15px 35px rgba(0,0,0,.25); }.cr-accelerator__session p { margin: 0; font-size: 11px; letter-spacing: .08em; }.cr-accelerator__session strong { display: block; margin: 14px 0; font-size: 46px; line-height: 1; }.cr-accelerator__session strong small { font-size: 12px; font-weight: 400; }.cr-accelerator__session > span { display: block; font-size: 12px; opacity: .7; }.cr-accelerator__session i { display: block; height: 5px; margin: 24px 0 15px; border-radius: 5px; background: rgba(255,255,255,.5); }.cr-accelerator__session b { display: inline-block; margin-right: 12px; font-size: 10px; font-weight: 400; opacity: .7; }

.cr-faq { padding: 125px 0; background: var(--color-bg-section); color: var(--color-light); }.cr-faq .cr-eyebrow { margin-bottom: 5px; }.cr-faq .faq__list { width: min(850px,100%); margin: 75px auto 0; }.cr-faq .faq__item { border-color: rgba(255,255,255,.5); }.cr-faq .faq__trigger { padding: 24px 0; color: var(--color-light); }.cr-faq .faq__question { font-family: var(--font-heading); font-size: 24px; font-weight: 400; letter-spacing: -.02em; }.cr-faq .faq__answer-inner { padding: 0 0 24px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.5; }

@media (max-width: 900px) { .cr-hero { min-height: auto; padding: 105px 0 80px; }.cr-hero__content > .cr-eyebrow { margin-top: 10px; }.cr-product-window { height: 440px; margin-top: 60px; }.cr-proof, .cr-diy, .cr-aeo, .cr-case, .cr-features, .cr-team, .cr-pricing, .cr-accelerator, .cr-faq { padding: 80px 0; }.cr-proof .cr-section-head { width: auto; margin-left: 0; }.cr-proof__grid, .cr-case__body, .cr-accelerator__content { grid-template-columns: 1fr; gap: 48px; }.cr-proof__grid { margin-top: 48px; margin-left: 0; }.cr-proof__diagram { margin-inline: auto; }.cr-proof__copy { max-width: 630px; font-size: 16px; line-height: 1.5; transform: none; }.cr-case__head { margin-left: 0; }.cr-case__body { margin-top: 50px; }.cr-benefit-grid { margin-top: 50px; }.cr-team__grid { gap: 45px; }.cr-accelerator__content { width: min(850px, calc(100% - 30px)); padding: 50px; }.cr-accelerator__session { max-width: 360px; }.cr-faq .faq__list { margin-top: 50px; } }
@media (max-width: 640px) { .cr-hero__title { font-size: clamp(36px, 10vw, 48px); }.cr-hero__lede, .cr-section-head > p:not(.cr-eyebrow) { font-size: 16px; }.cr-actions { margin-top: 32px; }.cr-actions .btn { width: 100%; }.cr-product-window { height: 310px; }.cr-product-window__body { grid-template-columns: 46px 1fr; }.cr-product-window__body aside { gap: 16px; }.cr-product-window__canvas { padding: 38px 9%; }.cr-product-window__title { margin-top: 22px; font-size: 27px; }.cr-diy__logos { grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 45px; }.cr-diy__logos img { width: 100%; max-width: 142px; }.cr-benefit-grid, .cr-team__grid, .cr-price-grid { grid-template-columns: 1fr; }.cr-benefit-card__visual { height: 260px; padding: 30px; }.cr-benefit-card__visual b { font-size: 30px; }.cr-benefit-card__content, .cr-feature-card__content, .cr-price-card { padding: 32px; }.cr-case__visual-top { min-height: 220px; }.cr-feature-track { grid-auto-columns: minmax(280px, 82vw); gap: 18px; margin-top: 45px; }.cr-team__grid { margin-top: 45px; }.cr-price-grid { margin-top: 45px; }.cr-price-card { min-height: auto; }.cr-price-card > p:not(.cr-eyebrow) { min-height: 0; }.cr-price-card .btn { margin-top: 35px; }.cr-accelerator__content { padding: 32px; border-radius: 20px; }.cr-accelerator .cr-actions { justify-content: stretch; }.cr-accelerator__session { display: none; }.cr-faq .faq__question { font-size: 19px; }.cr-faq .faq__trigger { gap: 18px; } }
@media (prefers-reduced-motion: reduce) { .cr-hero__ripple, .cr-accelerator__ripple { animation: none; filter: none; } }

/* Buyer / LLM cards: full-bleed artwork and Figma content spacing. */
.cr-features { background: var(--color-green-ink); }
.cr-team { background: var(--color-green-ink); }
.copyrocket-header { position: fixed; top: 0; background: var(--color-dark); }
.copyrocket-header .copyrocket-brand { font-size: 19.2px; gap: 8.8px; }
.copyrocket-header .copyrocket-brand__mark { width: 38.4px; height: 44px; }
.cr-team > .container { max-width: 850px; }
.cr-brain { background: var(--color-dark) url("../../images/copyrocket/brain-background.svg") right center / auto 100% no-repeat; }
.cr-accelerator { background: var(--color-dark); }
#copyrocket-call {
  /* Scoped field tokens from the supplied Lean Labs Figma form reference. */
  --field-bg: #141414;
  --field-border: #2b2b2b;
  --field-radius: 8px;
  --call-field-height: 50px;
  --call-field-padding: 16px;
  --call-label-size: 12px;
  --call-title-size: 28px;
  color-scheme: dark;
}
#copyrocket-call-title { font-size: var(--call-title-size); line-height: var(--lh-heading); margin: 0; }
#copyrocket-call .modal__head { padding-bottom: 8px; }
#copyrocket-call .hs-form label {
  font-size: var(--call-label-size);
  font-weight: var(--weight-body);
}
#copyrocket-call .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  min-height: var(--call-field-height) !important;
  padding-inline: var(--call-field-padding) !important;
}
#copyrocket-call .hs-form select.hs-input option {
  background: var(--field-bg);
  color: var(--field-text);
}
/* Browser autofill must retain the same dark surface and readable text. */
#copyrocket-call .hs-form input.hs-input:-webkit-autofill {
  -webkit-text-fill-color: var(--field-text);
  caret-color: var(--field-text);
  box-shadow: inset 0 0 0 1000px var(--field-bg);
}
#copyrocket-call .hs-form input.hs-input:-webkit-autofill:focus {
  box-shadow: inset 0 0 0 1000px var(--field-bg), 0 0 0 3px var(--field-focus-ring);
}
.cr-hero__ripple.is-canvas-revealed { animation: cr-intro-ripple 1.2s ease both; }
.cr-hero .load-reveal { animation-delay: calc(.85s + var(--reveal-delay, 0s)); }
@keyframes cr-intro-ripple {
  from { opacity: 0; filter: blur(18px); }
  to { opacity: .92; filter: blur(0); }
}
@media (prefers-reduced-motion: reduce) {
  .cr-hero__ripple.is-canvas-revealed { animation: none; }
}
.cr-accelerator__content { align-items: start; min-height: 432px; gap: 38px; border-color: var(--color-tertiary); background: var(--color-bg-muted); backdrop-filter: blur(23px) saturate(4.5); border-radius: 10px; }
.cr-accelerator .cr-accelerator__ripple { top: auto; bottom: -1100px; left: 85%; width: 1852px; }
.cr-accelerator h2 { font-size: 43px; line-height: 54px; }
.cr-accelerator p { font-size: 14px; line-height: 18px; }
.cr-accelerator .cr-actions { margin-top: 46px; }
.cr-accelerator .btn { min-height: 50px; padding: 15px 25px; font-size: 14px; }
.cr-accelerator .btn--primary { background: var(--color-light); color: var(--color-dark); }
.cr-accelerator__session { width: 100%; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; mix-blend-mode: lighten; }
.cr-accelerator__session img { height: auto; mix-blend-mode: lighten; }
@media (max-width: 900px) {
  .cr-accelerator__content { min-height: 0; gap: 40px; }
}
@media (max-width: 640px) {
  .cr-accelerator__content { padding: 36px 24px; }
  .cr-accelerator h2 { font-size: 34px; line-height: 1.25; }
  .cr-accelerator .cr-actions { margin-top: 32px; }
  .cr-accelerator .cr-actions .btn { width: auto; }
}
.cr-team .cr-section-head a { text-decoration: underline; text-underline-offset: 3px; }
.cr-pricing .cr-section-head > p:not(.cr-eyebrow) { max-width: 850px; margin-top: 12px; font-size: 16px; line-height: 20px; }
.cr-pricing .cr-section-head .cr-eyebrow { line-height: 16px; }
.cr-price-grid { grid-template-columns: repeat(2, minmax(0, 410px)); }
.cr-price-card { background: var(--color-bg-soft); border-radius: var(--card-radius); }
.cr-price-card > .cr-eyebrow { margin-bottom: 30px; font-size: 12px; line-height: 16px; }
.cr-price-card h3 { display: flex; align-items: baseline; gap: 8px; padding: 0; border: 0; line-height: 65px; }
.cr-price-card h3 small { font-size: 14px; line-height: 20px; }
.cr-price-card > p:not(.cr-eyebrow) { min-height: 0; margin: 4px 0 0; padding-bottom: 30px; border-bottom: 1px solid var(--color-tertiary); color: var(--color-eyebrow); line-height: 18px; }
.cr-price-card ul { margin-top: 50px; margin-bottom: auto; }
.cr-price-card li { font-size: 12px; line-height: 18px; }
.cr-price-card li::before { content: ""; top: 4px; width: 14px; height: 10px; background: url("../../images/copyrocket/check.svg") center / contain no-repeat; }
.cr-price-card .btn { min-height: 50px; margin-top: 50px; }
.cr-price-card .btn--primary { background: var(--color-light); color: var(--color-dark); }
@media (max-width: 640px) {
  .cr-price-grid { grid-template-columns: minmax(0, 410px); }
  .cr-price-card { min-height: 0; }
  .cr-price-card ul { margin-top: 32px; }
  .cr-price-card .btn { margin-top: 32px; }
}
.cr-feature-carousel { position: relative; margin-top: 75px; }
.cr-feature-track { width: auto; margin: 0 -75px 0 0; padding-right: 75px; grid-auto-columns: 410px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.cr-feature-track::-webkit-scrollbar { display: none; }
.cr-feature-track:focus-visible { outline: 2px solid var(--color-light); outline-offset: 6px; }
.cr-feature-card { scroll-snap-align: start; }
.cr-feature-card__visual { position: relative; padding: 0; background: var(--color-light); }
.cr-feature-card__visual video { display: block; width: 100%; height: 100%; object-fit: cover; }
.cr-feature-play { position: absolute; left: 12px; bottom: 12px; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--color-bg-soft); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: var(--color-light); font-size: 0; cursor: pointer; }
.cr-feature-play::before { content: ""; width: 16px; height: 16px; background: currentColor; clip-path: polygon(20% 0, 100% 50%, 20% 100%); }
.cr-feature-play[aria-pressed="true"]::before { clip-path: polygon(10% 0, 38% 0, 38% 100%, 10% 100%, 10% 0, 62% 0, 90% 0, 90% 100%, 62% 100%, 62% 0); }
.cr-feature-play:focus-visible { outline: 2px solid var(--color-green); outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  .cr-feature-play { opacity: 0; }
  .cr-feature-card:focus-within .cr-feature-play, .cr-feature-card:hover .cr-feature-play { opacity: 1; }
}
.cr-feature-card__content h3 { color: var(--color-dark); line-height: 28px; }
.cr-feature-card__content p { color: var(--color-dark); line-height: 20px; }
.cr-feature-arrow { position: absolute; top: 0; bottom: 0; width: 190px; border: 0; color: var(--color-light); font: inherit; font-size: 67px; cursor: pointer; }
.cr-feature-arrow--next { right: -75px; padding-right: 75px; text-align: right; background: linear-gradient(to right, transparent, var(--color-green-ink)); }
.cr-feature-arrow--previous { left: 0; text-align: left; background: linear-gradient(to left, transparent, var(--color-green-ink)); }
.cr-feature-arrow:disabled { visibility: hidden; }
.cr-feature-arrow:focus-visible { outline: 2px solid var(--color-light); outline-offset: -4px; }
@media (max-width: 900px) {
  .cr-feature-play { opacity: 1; }
  .cr-feature-carousel { margin-top: 75px; }
  .cr-feature-track { margin-right: 0; padding-right: 0; grid-auto-columns: min(410px, 85vw); }
  .cr-feature-arrow { width: 65px; font-size: 44px; }
  .cr-feature-arrow--next { right: 0; padding-right: 8px; }
  .cr-feature-card__visual { height: auto; aspect-ratio: 410 / 273; }
}
.cr-case { background: var(--color-light); color: var(--color-dark); }
.cr-case__head { margin-left: 0; }
.cr-case__head h2 { color: var(--color-dark); line-height: 65px; }
.cr-case__head h2 em { line-height: 1; }
.cr-case__head .cr-eyebrow { line-height: 16px; margin-bottom: 4px; }
.cr-case__body { max-width: 1180px; margin: 75px 0 0 auto; }
.cr-case__copy > p { color: var(--color-dark); font-size: 16px; line-height: 23px; }
.cr-case__copy blockquote { margin: 50px 0 30px; line-height: 23px; color: var(--color-eyebrow-light); opacity: 1; }
.cr-case__attribution { display: flex; align-items: center; gap: 12px; }
.cr-case__attribution > img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.cr-case__attribution > p { margin: 0; color: var(--color-dark); font-size: 16px; line-height: 20px; }
.cr-case__attribution small { line-height: 17px; }
.cr-case__visual { background: none; box-shadow: none; }
.cr-case__visual img { height: auto; }
@media (max-width: 900px) {
  .cr-case__head h2 { line-height: 1.2; }
  .cr-case__body { margin-top: 50px; }
}
.cr-quote__avatar { display: block; object-fit: cover; background: none; }
.cr-quote__bio { flex: 1; min-width: 0; }
.cr-quote__identity { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 8px; }
.cr-quote__identity > span { font-size: 13px; line-height: 18px; opacity: .7; }
.cr-quote figcaption strong { line-height: 20px; }
.cr-quote figcaption small { line-height: 17px; }
.cr-aeo { background: var(--color-dark); }
.cr-benefit-card__visual { padding: 0; height: auto; aspect-ratio: 3 / 2; background: none; }
.cr-benefit-card__content { min-height: 298px; }
.cr-benefit-card__content h3 { color: var(--color-dark); line-height: 28px; }
.cr-benefit-card__content > p { color: var(--color-dark); line-height: 20px; }
.cr-benefit-card__content li { line-height: 18px; }
.cr-benefit-card__content li::before { content: ""; top: 4px; width: 14px; height: 10px; background: url("../../images/copyrocket/check.svg") center / contain no-repeat; }
@media (max-width: 640px) {
  .cr-benefit-card__content { min-height: 0; }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .cr-proof__grid, .cr-brain__row { gap: 60px; }
}
@media (max-width: 900px) {
  .cr-brain { padding: 80px 0; }
  .cr-brain__row { grid-template-columns: 1fr; gap: 40px; margin-top: 48px; }
  .cr-brain__copy { max-width: 630px; font-size: 16px; line-height: 1.5; }
  .cr-brain__company { max-width: 630px; margin-inline: auto; }
  .cr-brain__interview { margin-top: 60px; padding-top: 60px; }
  .cr-brain__interview > img { margin-top: 45px; }
  .cr-diy__logos { gap: 24px; margin-top: 60px; }
}
@media (max-width: 640px) {
  .cr-brain__interview { overflow-x: auto; }
  .cr-brain__interview > img { width: 760px; max-width: none; }
}

#brain-title { scroll-margin-top: 96px; }

/* Eight supplied marks, equal cells in two rows at every viewport. */
.cr-diy__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(900px, 100%);
  margin-inline: auto;
}
.cr-diy__logos img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 142 / 42;
}
/* Keep the question's link separate from the accordion button. */
#faq-license .faq__heading { position: relative; padding: 24px 0; }
#faq-license .faq__question { display: block; position: relative; z-index: 1; padding-right: 40px; pointer-events: none; }
#faq-license .faq__question a { pointer-events: auto; }
#faq-license .faq__trigger { position: absolute; inset: 0; justify-content: flex-end; }
.cr-faq a { text-decoration: underline; text-underline-offset: .15em; }