.crc-page {
  --crc-ink: #050505;
  --crc-paper: #f6f4ef;
  --crc-line: rgba(5, 5, 5, .1);
  --crc-orange: #ff7a00;
  --crc-blue: #12cfe8;
  --crc-yellow: #ffe91f;
  background: #fff;
}

.crc-page h1,
.crc-page h2,
.crc-page h3 { text-wrap: balance; }
.crc-page p { text-wrap: pretty; }

.crc-hero {
  position: relative;
  overflow: hidden;
  min-height: min(780px, calc(100svh - 96px));
  display: grid;
  align-items: center;
  padding: 82px 0 88px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 76% 38%, rgba(243,211,123,.16), transparent 27%),
    #050505;
  background-size: 72px 72px, 72px 72px, auto, auto;
}
.crc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 20%, rgba(255,255,255,.045) 46%, transparent 68%);
}
.crc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}
.crc-hero-copy { max-width: 720px; }
.crc-hero .breadcrumb { margin-bottom: 32px; }
.crc-kicker {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 8px 14px;
  border: 1px solid rgba(243,211,123,.38);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(243,211,123,.08);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.crc-hero h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6.2vw, 6rem);
}
.crc-hero h1 span { color: var(--gold-2); }
.crc-lead { max-width: 700px; margin-bottom: 16px; color: rgba(255,255,255,.9); font-size: clamp(1.14rem, 1.8vw, 1.38rem); }
.crc-support { max-width: 650px; margin-bottom: 28px; color: rgba(255,255,255,.64); }

.crc-hero-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: visible;
}
.crc-primary-logo {
  width: 190%;
  max-width: none;
  height: auto;
  filter: invert(1) brightness(1.08);
}

.crc-section-heading { max-width: 830px; margin-bottom: 42px; }
.crc-section-heading > p:not(.eyebrow) { color: #4a4a4a; font-size: 1.08rem; }
.crc-section-heading-light h2 { color: #fff; }
.crc-section-heading-light > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.crc-intro { background: var(--crc-paper); }
.crc-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.crc-value-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--crc-line);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 48px rgba(0,0,0,.055);
}
.crc-value-grid span { color: #9c7724; font-weight: 950; letter-spacing: .12em; }
.crc-value-grid h3 { margin: auto 0 12px; font-size: 1.45rem; text-transform: uppercase; }
.crc-value-grid p { margin: 0; color: #555; }

.crc-family-section { position: relative; overflow: hidden; background: #070707; color: #fff; }
.crc-family-section::after { content: "CRC HD"; position: absolute; right: -30px; top: 80px; color: rgba(255,255,255,.025); font-size: clamp(8rem, 20vw, 19rem); font-weight: 950; letter-spacing: -.08em; line-height: .8; pointer-events: none; }
.crc-family-section .container { position: relative; z-index: 1; }
.crc-family-rail { display: grid; gap: 22px; }
.crc-family-card {
  --line-color: var(--gold);
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line-color) 45%, transparent);
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
}
.crc-family-card figure { min-height: 310px; margin: 0; overflow: hidden; background: #050505; }
.crc-family-card img { width: 100%; height: 100%; object-fit: cover; }
.crc-family-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 58px); border-left: 4px solid var(--line-color); }
.crc-family-card h3 { margin: 0 0 16px; color: #fff; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.crc-family-card > div > p:last-child { max-width: 630px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.crc-line-position { margin: 0 0 12px; color: var(--line-color); font-size: .76rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.crc-coast { --line-color: var(--crc-orange); }
.crc-oasis { --line-color: var(--crc-blue); }
.crc-luz { --line-color: var(--crc-yellow); }
.crc-luz > div { background: linear-gradient(120deg, rgba(255,233,31,.055), transparent); }
.crc-family-note { max-width: 840px; margin: 28px 0 0; padding-left: 18px; border-left: 3px solid var(--gold); color: rgba(255,255,255,.62); }

.crc-technologies { background: #fff; }
.crc-tech-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.crc-tech-grid article {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--crc-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f5f3ed);
}
.crc-tech-grid article::after { content: ""; position: absolute; right: -52px; bottom: -52px; width: 150px; height: 150px; border: 1px solid rgba(217,170,56,.25); border-radius: 50%; box-shadow: 0 0 0 22px rgba(217,170,56,.035); }
.crc-tech-grid span { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: #0b0b0b; color: var(--gold-2); font-weight: 950; }
.crc-tech-grid h3 { position: relative; z-index: 1; margin: 54px 0 12px; font-size: 1.38rem; }
.crc-tech-grid p { position: relative; z-index: 1; margin: 0; color: #555; }

.crc-needs { background: var(--crc-paper); }
.crc-needs-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(40px,7vw,90px); align-items: center; }
.crc-needs-grid .crc-section-heading { margin: 0; }
.crc-guidance { margin-top: 26px; padding: 16px 18px; border-left: 3px solid var(--gold); background: #fff; color: #222 !important; font-weight: 800; }
.crc-needs-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 22px; border-radius: 30px; background: #0a0a0a; box-shadow: 0 28px 70px rgba(0,0,0,.16); }
.crc-needs-list span { min-height: 76px; display: flex; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; color: #fff; background: rgba(255,255,255,.045); font-weight: 900; }
.crc-needs-list span::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; margin-right: 12px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 6px rgba(243,211,123,.1); }

.crc-benefits { background: #080808; color: #fff; }
.crc-subtitle { color: #fff !important; font-size: clamp(1.25rem,2.2vw,1.65rem) !important; font-weight: 850; }
.crc-benefit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.crc-benefit-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.05); }
.crc-benefit-grid span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(243,211,123,.34); border-radius: 50%; color: var(--gold-2); font-weight: 950; }
.crc-benefit-grid h3 { margin: 28px 0 0; color: #fff; }
.crc-special-lines { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; padding: 18px; border: 1px solid rgba(243,211,123,.18); border-radius: 18px; background: rgba(243,211,123,.05); }
.crc-special-lines span { margin-right: auto; color: rgba(255,255,255,.62); }
.crc-special-lines strong { padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--gold-2); }
.crc-disclaimer { margin: 18px 0 0; color: rgba(255,255,255,.65); font-size: .92rem; }

.crc-why { background: #fff; }
.crc-why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,7vw,90px); align-items: center; }
.crc-why blockquote { margin: 30px 0 0; padding: 24px; border-left: 4px solid var(--gold); background: var(--crc-paper); font-size: 1.18rem; font-weight: 850; }
.crc-why ul { list-style: none; margin: 0; padding: 26px; border: 1px solid var(--crc-line); border-radius: 28px; background: var(--crc-paper); }
.crc-why li { position: relative; padding: 16px 16px 16px 46px; border-bottom: 1px solid var(--crc-line); font-weight: 850; }
.crc-why li:last-child { border-bottom: 0; }
.crc-why li::before { content: "✓"; position: absolute; left: 10px; top: 14px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #0a0a0a; color: var(--gold-2); font-size: .78rem; }

.crc-certificate { background: var(--crc-paper); }
.crc-certificate-card { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(28px,6vw,70px); align-items: center; padding: clamp(28px,6vw,64px); border: 1px solid rgba(217,170,56,.28); border-radius: 34px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.08); }
.crc-certificate-mark { width: 210px; aspect-ratio: 1; display: grid; place-items: center; position: relative; border: 1px solid rgba(5,5,5,.16); border-radius: 50%; color: #111; font-size: 4rem; font-weight: 300; letter-spacing: -.08em; }
.crc-certificate-mark::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(217,170,56,.6); border-radius: 50%; }
.crc-certificate-mark span { position: absolute; right: 28px; bottom: 41px; color: #9c7724; font-size: 1rem; font-weight: 950; letter-spacing: .06em; }
.crc-certificate-card h2 { max-width: 650px; }
.crc-certificate-card p { color: #4b4b4b; }
.crc-final { background: #050505; color: #fff; }
.crc-final-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; padding: clamp(28px,5vw,54px); border: 1px solid rgba(243,211,123,.22); border-radius: 32px; background: radial-gradient(circle at 90% 0, rgba(243,211,123,.16), transparent 38%), rgba(255,255,255,.045); }
.crc-final-panel h2 { max-width: 720px; }
.crc-final-panel p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.crc-final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

@media (hover: hover) {
  .crc-value-grid article,
  .crc-tech-grid article,
  .crc-benefit-grid article,
  .crc-family-card { transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
  .crc-value-grid article:hover,
  .crc-tech-grid article:hover,
  .crc-benefit-grid article:hover { transform: translateY(-5px); border-color: rgba(217,170,56,.35); box-shadow: 0 24px 58px rgba(0,0,0,.09); }
  .crc-family-card:hover { transform: translateY(-4px); }
}

@media (max-width: 1100px) {
  .crc-hero-grid { grid-template-columns: minmax(0,1fr) 370px; gap: 34px; }
  .crc-value-grid, .crc-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .crc-hero { min-height: 0; padding: 62px 0 70px; }
  .crc-hero-grid, .crc-needs-grid, .crc-why-grid, .crc-final-panel { grid-template-columns: 1fr; }
  .crc-hero-grid { gap: 30px; }
  .crc-hero-visual { min-height: 390px; order: -1; }
  .crc-hero-copy { order: 2; }
  .crc-family-card { grid-template-columns: 1fr; }
  .crc-family-card figure { min-height: 0; aspect-ratio: 3 / 2; }
  .crc-family-card > div { border-left: 0; border-top: 4px solid var(--line-color); }
  .crc-tech-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .crc-certificate-card { grid-template-columns: 1fr; }
  .crc-certificate-mark { width: 160px; }
  .crc-final-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .crc-page .container { width: min(100% - 24px, var(--max)); }
  .crc-hero { padding: 18px 0 58px; }
  .crc-hero-grid { gap: 24px; }
  .crc-hero .breadcrumb { margin-bottom: 24px; }
  .crc-hero h1 { font-size: clamp(2.65rem, 13.4vw, 4.3rem); letter-spacing: -.065em; }
  .crc-lead { font-size: 1.08rem; }
  .crc-hero-copy .hero-actions .btn { width: 100%; }
  .crc-hero-visual { min-height: min(350px, 54svh); }
  .crc-primary-logo { width: 180%; }
  .crc-section-heading { margin-bottom: 30px; }
  .crc-value-grid, .crc-tech-grid, .crc-benefit-grid, .crc-needs-list { grid-template-columns: 1fr; }
  .crc-value-grid article, .crc-tech-grid article { min-height: 220px; }
  .crc-family-card { border-radius: 22px; }
  .crc-family-card > div { padding: 25px 22px 28px; }
  .crc-family-card figure { aspect-ratio: 3 / 2; }
  .crc-needs-list { padding: 14px; border-radius: 22px; }
  .crc-needs-list span { min-height: 64px; }
  .crc-special-lines { align-items: flex-start; flex-direction: column; }
  .crc-special-lines span { margin-right: 0; }
  .crc-certificate-card { padding: 24px 20px; border-radius: 24px; }
  .crc-certificate-mark { width: 132px; font-size: 3rem; }
  .crc-certificate-mark span { right: 20px; bottom: 29px; }
  .crc-final-panel { padding: 28px 20px; }
  .crc-final-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .crc-page *, .crc-page *::before, .crc-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
