/* DaVinci Resolve Studio shop — cinema grading palette on the shared storefront layout. */
:root {
  --bg: #0c0d10;
  --text: #f2efe8;
  --muted: #9a958c;
  --surface: #16181e;
  --line: #2a2d36;
  --accent: #e86b1f;
  --accent-2: #ff8a3d;
  --accent-3: #3dd6c6;
  --cc-blue: #e86b1f;
  --cc-radius: 24px;
  --cc-shadow: 0 20px 60px rgba(22, 22, 22, .09);
  --font-brand: "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;
  --font-ui: "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 4% 2%, rgba(232, 107, 31, .16), transparent 30rem),
    radial-gradient(circle at 96% 8%, rgba(61, 214, 198, .12), transparent 32rem),
    linear-gradient(180deg, #12141a 0%, #0c0d10 55%, #0a0b0e 100%),
    var(--bg);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.55;
}

.container {
  width: min(100% - 2rem, 1180px);
  padding-inline: 0;
}

.header {
  position: sticky;
  top: 12px;
  z-index: 20;
  margin-top: 12px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(232, 107, 31, .22);
  border-radius: 18px;
  background: rgba(16, 18, 24, .86);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand-logo--wordmark {
  width: auto;
  height: 32px;
  max-width: 210px;
  filter: none !important;
  transform: none !important;
}

.header-actions .hero-buy-btn {
  min-width: auto;
  padding: 11px 21px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cc-blue) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color .2s ease, transform .2s ease;
}

.header-actions .hero-buy-btn:hover {
  background: #ff8a3d !important;
  transform: translateY(-1px);
}

.cc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  min-height: 680px;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.cc-eyebrow {
  margin: 0 0 1rem;
  color: #ff8a3d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cc-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: var(--font-brand);
  font-size: clamp(3.25rem, 7vw, 6.25rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .94;
}

.cc-hero h1 span {
  display: inline-block;
  padding-right: .07em;
  background: linear-gradient(100deg, #e86b1f 0%, #be6bff 42%, #3dd6c6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cc-hero__lead {
  max-width: 610px;
  margin: 1.8rem 0 0;
  color: #bbb5c9;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.cc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

.cc-hero__actions .hero-buy-btn,
.cc-final__buy .hero-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 24px;
  border: 2px solid #e86b1f !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e86b1f, #ff8a3d) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cc-hero__actions .hero-buy-btn:hover,
.cc-final__buy .hero-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .16) !important;
}

.cc-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 2px solid rgba(242, 239, 232, .45) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #f2efe8 !important;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.cc-btn-secondary:hover {
  background: rgba(255, 255, 255, .09) !important;
}

.cc-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 1.4rem 0 0;
  padding: 0;
  color: #9a958c;
  font-size: 13px;
  list-style: none;
}

.cc-trust li::before {
  content: "✓";
  margin-right: 6px;
  color: #3dd6c6;
  font-weight: 800;
}

.cc-hero__visual {
  position: relative;
}

.cc-hero__visual::before {
  content: "";
  position: absolute;
  inset: 12% 4%;
  z-index: -1;
  border-radius: 45%;
  background: linear-gradient(135deg, rgba(232, 107, 31, .35), rgba(61, 214, 198, .22));
  filter: blur(60px);
}

.cc-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .45));
}

.cc-section-heading {
  max-width: 780px;
  margin-bottom: 2.3rem;
}

.cc-section-heading h2,
.cc-delivery h2,
.cc-pod h2,
.cc-final h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-brand);
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: 1.03;
}

.cc-section-heading > p:last-child {
  max-width: 650px;
  margin: 1rem 0 0;
  color: #9a958c;
  font-size: 1.08rem;
}

.cc-apps {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.cc-app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cc-app-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 22px;
  border: 1px solid #2c2741;
  border-radius: 18px;
  background: rgba(20, 17, 34, .88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .04) inset;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cc-app-card:hover {
  z-index: 1;
  border-color: rgba(157, 113, 255, .6);
  box-shadow: 0 16px 42px rgba(75, 42, 150, .28);
  transform: translateY(-4px);
}

.cc-app-icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 14px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.05em;
}

.cc-app-card h3 {
  margin: 0;
  color: #f2efe8;
  font-size: 1rem;
  font-weight: 750;
}

.cc-app-card p {
  margin: .25rem 0 0;
  color: #9a958c;
  font-size: 13px;
  line-height: 1.4;
}

.cc-app-card--ps .cc-app-icon { color: #7ec8ff; background: #102033; }
.cc-app-card--ai .cc-app-icon { color: #9ad4ff; background: #0e2438; }
.cc-app-card--pr .cc-app-icon { color: #ffb26b; background: #2a1608; }
.cc-app-card--ae .cc-app-icon { color: #c9a6ff; background: #1c1230; }
.cc-app-card--lr .cc-app-icon { color: #7dffb2; background: #0e2418; }
.cc-app-card--id .cc-app-icon { color: #ff8a6b; background: #2a120e; }

.cc-pods {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
  padding-block: clamp(3rem, 7vw, 6rem);
}

.cc-pod {
  position: relative;
  min-height: 350px;
  padding: clamp(2rem, 4vw, 3.2rem);
  overflow: hidden;
  border-radius: var(--cc-radius);
}

.cc-pod > * {
  position: relative;
  z-index: 1;
}

.cc-pod h2 {
  max-width: 630px;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
}

.cc-pod > p:not(.cc-eyebrow) {
  max-width: 610px;
  margin: 1.2rem 0 0;
  font-size: 1.05rem;
}

.cc-pod--gradient {
  grid-row: span 2;
  min-height: 716px;
  background:
    radial-gradient(circle at 88% 75%, rgba(61, 214, 198, .45), transparent 34%),
    radial-gradient(circle at 15% 85%, rgba(232, 107, 31, .55), transparent 40%),
    linear-gradient(135deg, #2a1608, #1a1008 45%, #0e2438);
}

.cc-pod--gradient::after {
  content: "HDR";
  position: absolute;
  right: -4%;
  bottom: -18%;
  color: rgba(255, 255, 255, .08);
  font-family: var(--font-brand);
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: 1;
}

.cc-pod--dark {
  background: #161616;
  color: #f5f5f5;
}

.cc-pod--dark h2,
.cc-pod--dark .cc-eyebrow {
  color: #fff;
}

.cc-pod--dark > p:not(.cc-eyebrow) {
  color: #c9c9c9;
}

.cc-pod--light {
  border: 1px solid #2c2741;
  background: #151221;
  color: #f2efe8;
}

.cc-pod__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2rem;
}

.cc-pod__chips span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 700;
}

.cc-flow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}

.cc-flow span {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border: 2px solid #7ec8ff;
  border-radius: 13px;
  background: #102033;
  color: #9ad4ff;
  font-size: 20px;
  font-weight: 750;
}

.cc-flow b {
  color: #8a8a8a;
}

.cc-flow--photo span {
  border-color: #3dd6c6;
  background: #082936;
  color: #3dd6c6;
}

.cc-delivery {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 8vw, 7rem);
  padding-block: clamp(5rem, 10vw, 9rem);
}

.cc-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 1.5rem 0;
  border-top: 1px solid #2a2d36;
}

.cc-steps li:last-child {
  border-bottom: 1px solid #2a2d36;
}

.cc-steps > li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e86b1f, #b84a10);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.cc-steps h3 {
  margin: 0;
  color: #f2efe8;
  font-size: 1.12rem;
}

.cc-steps p {
  margin: .35rem 0 0;
  color: #9a958c;
}

.faq {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.faq-list {
  max-width: 900px;
  margin-inline: auto;
}

details.faq-item {
  margin: 0;
  border: 0 !important;
  border-top: 1px solid #2a2d36 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

details.faq-item:last-child {
  border-bottom: 1px solid #2a2d36 !important;
}

.faq-question {
  padding: 21px 48px 21px 0 !important;
  color: #f2efe8;
  font-family: var(--font-ui);
  font-size: 1.08rem;
  font-weight: 700;
}

.faq-question::after {
  right: 4px;
  color: #c5b8ff;
}

.faq-answer {
  padding: 0 48px 24px 0 !important;
  border: 0 !important;
  color: #9a958c;
  font-size: 1rem;
  line-height: 1.65;
}

.faq-answer a {
  color: #7de9ff;
}

.cc-final {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-block: clamp(4rem, 8vw, 8rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--cc-radius);
  background: #1a1a1a;
  color: #fff;
}

.cc-final__mark {
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  border: 3px solid #ff8a3d;
  border-radius: 34px;
  background: linear-gradient(135deg, #e86b1f, #b84a10 55%, #1fa8a0);
  box-shadow: 0 18px 50px rgba(232, 107, 31, .35);
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -.08em;
}

.cc-final h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.cc-final__copy > p:last-child {
  margin: .65rem 0 0;
  color: #bfbfbf;
}

.cc-final .cc-eyebrow {
  color: #aaa;
}

.cc-final__buy {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  align-items: flex-start;
}

.cc-final__buy strong {
  font-size: 2rem;
  line-height: 1;
}

.cc-final__buy > span {
  margin: .35rem 0 1rem;
  color: #aaa;
  font-size: 13px;
}

.cc-final__buy .hero-buy-btn {
  border-color: #fff !important;
  background: #fff !important;
  color: #191919 !important;
}

.buy-modal-overlay {
  background: rgba(15, 15, 15, .68) !important;
  backdrop-filter: blur(8px);
}

.buy-modal,
.payment-result-modal {
  border: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .28) !important;
  color: #222 !important;
}

.buy-modal-title,
.buy-modal-product-title,
.buy-modal-label {
  color: #222 !important;
  font-family: var(--font-ui);
}

.buy-modal-product {
  border-color: #e0e0e0;
  border-radius: 16px;
  background: #f6f6f6;
}

.buy-modal-input {
  border-color: #cfcfcf !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #222 !important;
}

.buy-modal-input:focus {
  border-color: var(--cc-blue) !important;
  box-shadow: 0 0 0 3px rgba(20, 115, 230, .18) !important;
}

.buy-modal-submit {
  border-radius: 999px !important;
}

.buy-modal-submit.tech-pushable::before,
.buy-modal-submit.tech-pushable::after,
.tech-pushable::before,
.tech-pushable::after {
  display: none !important;
}

.buy-modal-submit .tech-pushable__face {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cc-blue) !important;
  color: #fff !important;
  font-family: var(--font-ui);
  letter-spacing: 0;
}

.buy-modal-submit .tech-pushable__edge {
  border-radius: 999px;
  background: #084f9f !important;
}

.buy-modal-consent--single {
  background: #f5f5f5 !important;
}

.section,
.reviews-page {
  padding-block: 3rem 5rem;
}

.card,
.legal-doc,
.product-card {
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--cc-shadow) !important;
  color: #333 !important;
}

.legal-doc {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 4rem) !important;
}

.legal-doc h1,
.legal-doc h2,
.legal-doc h3 {
  color: #191919 !important;
  font-family: var(--font-brand);
  letter-spacing: -.025em;
}

.legal-doc a,
.reviews-page-back__btn {
  color: #ff8a3d !important;
}

.reviews-page-back {
  max-width: 900px;
  margin: 0 auto 1rem;
}

.footer {
  padding-block: 2.5rem;
  border-top: 1px solid #d4d4d4;
  background: transparent;
  color: #555;
}

.footer-links a {
  color: #444;
}

.footer-emblem {
  filter: none !important;
}

@media (max-width: 980px) {
  .cc-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
  }

  .cc-hero__lead {
    margin-inline: auto;
  }

  .cc-hero__actions,
  .cc-trust {
    justify-content: center;
  }

  .cc-hero__visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .cc-app-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-pods {
    grid-template-columns: 1fr;
  }

  .cc-pod--gradient {
    grid-row: auto;
    min-height: 500px;
  }

  .cc-delivery {
    grid-template-columns: 1fr;
  }

  .cc-final {
    grid-template-columns: 120px 1fr;
  }

  .cc-final__mark {
    width: 105px;
    height: 105px;
    border-radius: 28px;
  }

  .cc-final__buy {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .header {
    top: 6px;
    margin-top: 6px;
    padding: 8px 8px 8px 12px;
    border-radius: 14px;
  }

  .brand-logo--wordmark {
    height: 27px;
    max-width: 165px;
  }

  .header-actions .hero-buy-btn {
    padding: 9px 15px;
    font-size: 13px;
  }

  .cc-hero {
    gap: 2.2rem;
    padding-block: 4rem 3rem;
  }

  .cc-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }

  .cc-hero__lead {
    font-size: 1rem;
  }

  .cc-hero__actions {
    flex-direction: column;
  }

  .cc-hero__actions .btn {
    width: 100%;
    box-sizing: border-box;
  }

  .cc-trust {
    align-items: center;
    flex-direction: column;
  }

  .cc-app-grid {
    grid-template-columns: 1fr;
  }

  .cc-app-card {
    min-height: 88px;
    padding: 16px;
  }

  .cc-app-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 20px;
  }

  .cc-pod {
    min-height: 380px;
    padding: 1.6rem;
    border-radius: 20px;
  }

  .cc-pod--gradient {
    min-height: 520px;
  }

  .cc-pod--gradient::after {
    right: 5%;
    bottom: -6%;
    font-size: 15rem;
  }

  .cc-delivery {
    padding-block: 4rem;
  }

  .cc-steps li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .cc-steps > li > span {
    width: 40px;
    height: 40px;
  }

  .cc-final {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 2rem 1.25rem;
    text-align: center;
  }

  .cc-final__mark {
    width: 92px;
    height: 92px;
    border-radius: 24px;
    font-size: 36px;
  }

  .cc-final__buy {
    grid-column: auto;
    align-items: center;
    width: 100%;
  }

  .cc-final__buy .hero-buy-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cc-app-card,
  .hero-buy-btn { transition: none !important; }
  .cc-app-card:hover,
  .hero-buy-btn:hover { transform: none !important; }
}
