/*
Theme Name: ChipChrome
Theme URI: https://chipchrome.com
Author: Engin Coskun
Description: ChipChrome teknik servis, web ve yazilim hizmetleri icin ozel blok tema.
Version: 3.3.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: chipchrome
*/

:root {
  --cc-shadow: 0 24px 60px rgba(65, 28, 20, .12);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.wp-site-blocks > * { margin-block-start: 0 !important; }

.cc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 8px 34px rgba(17,19,34,.12);
}

.cc-site-header > .wp-block-group {
  margin-block-start: 0 !important;
}

.cc-topbar {
  height: 40px;
  overflow: hidden;
  padding: 0 24px;
  background: #0d0d1b !important;
}

.cc-ticker {
  height: 40px;
  overflow: hidden;
  font-size: .77rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.cc-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 40px;
  gap: 80px;
  white-space: nowrap;
  animation: cc-ticker 24s linear infinite;
}

.cc-ticker-track span::before {
  content: "•";
  margin-right: 10px;
  color: #ff4f3d;
}

@keyframes cc-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cc-navbar {
  position: relative;
  background: #fff !important;
}

.cc-navbar .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--cyan) !important;
}

.cc-brand a { text-decoration: none; }
.cc-brand strong { color: var(--wp--preset--color--cyan); }

.cc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 600px;
  color: var(--wp--preset--color--ink) !important;
  margin-top: 0 !important;
}

.cc-hero::before,
.cc-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
}

.cc-hero::before {
  width: 520px;
  height: 520px;
  right: -160px;
  top: -190px;
  background: radial-gradient(circle, rgba(255,79,61,.22), transparent 68%);
}

.cc-hero::after {
  width: 430px;
  height: 430px;
  left: 38%;
  bottom: -300px;
  background: radial-gradient(circle, rgba(255,179,26,.24), transparent 70%);
}

.cc-eyebrow,
.cc-section-label,
#hizmetler > p:first-child,
.cc-process > .wp-block-columns > .wp-block-column:first-child > p:first-child,
#blog > .wp-block-group:first-child > .wp-block-group:first-child > p:first-child,
.cc-cta > .wp-block-columns > .wp-block-column:first-child > p:first-child {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wp--preset--color--cyan-dark) !important;
  box-shadow: none;
  font-size: .82rem !important;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: none;
}

.cc-section-label strong { font-weight: 400; }

.cc-eyebrow {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: .82rem !important;
  letter-spacing: .02em;
  text-transform: none;
}

@media (min-width: 900px) {
  #hizmetler > p:first-child {
    transform: translateX(calc((min(1180px, calc(100vw - 48px)) - min(760px, calc(100vw - 48px))) / -2));
  }
}

.cc-hero-card {
  position: relative;
  border: 1px solid rgba(255,79,61,.12);
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 32px 80px rgba(93,42,30,.15);
  overflow: hidden;
}

.cc-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ff4f3d, #ffb31a);
}

.cc-hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 550px;
  margin-bottom: calc(var(--wp--preset--spacing--70) * -1);
  background-image: url('./assets/images/chipchrome-hero.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.cc-hero .has-white-color,
.cc-hero .has-paper-color,
.cc-hero-card .has-white-color {
  color: var(--wp--preset--color--ink) !important;
}

.cc-status {
  border: 1px solid #f1ded8;
  background: #fff9f6;
}

.cc-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wp--preset--color--cyan);
  box-shadow: 0 0 0 6px rgba(255,79,61,.1);
}

.cc-service-card,
.cc-blog-card {
  height: 100%;
  border: 1px solid var(--wp--preset--color--line);
  box-shadow: 0 12px 36px rgba(65,28,20,.055);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cc-services {
  background: #fff;
}

.cc-services-layout {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.cc-services-intro {
  order: 1;
  flex: 0 0 auto !important;
  width: min(100%, 760px) !important;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center;
  text-align: center;
}

.cc-services-intro .cc-section-label {
  margin-left: auto !important;
}

.cc-services-intro .wp-block-buttons {
  display: none;
}

.cc-services-grid {
  order: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  flex-basis: 100% !important;
  width: 100%;
  gap: 20px;
}

.cc-services-intro {
  padding-top: 6px;
}

.cc-services-intro .wp-block-heading {
  margin-top: 24px;
  margin-bottom: 22px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.cc-services-intro > p:not(.cc-section-label) {
  line-height: 1.75;
}

.cc-services-intro .wp-block-buttons {
  margin-top: 30px;
}

.cc-services-grid > .wp-block-columns {
  display: contents;
}

.cc-services-center-visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 10px;
}

.cc-services-center-visual img {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  object-fit: contain;
}

.cc-services-grid > .wp-block-columns:first-of-type > .wp-block-column:first-child {
  grid-column: 1;
  grid-row: 1;
}

.cc-services-grid > .wp-block-columns:first-of-type > .wp-block-column:last-child {
  grid-column: 3;
  grid-row: 1;
}

.cc-services-grid > .wp-block-columns:last-of-type > .wp-block-column:first-child {
  grid-column: 1;
  grid-row: 2;
}

.cc-services-grid > .wp-block-columns:last-of-type > .wp-block-column:last-child {
  grid-column: 3;
  grid-row: 2;
}

.cc-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 22px !important;
  border-radius: 18px;
}

.cc-service-card .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.cc-service-card > p:not(.cc-card-link) {
  margin-top: 0;
  line-height: 1.65;
}

.cc-service-icon {
  width: 48px;
  height: 48px;
  color: #ff4f3d;
}

.cc-service-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc-card-link {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.cc-card-link a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ff4f3d;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.cc-card-link a:hover {
  background: #d93b2d;
  transform: translateY(-2px);
}

.cc-service-card:hover,
.cc-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,79,61,.38);
  box-shadow: var(--cc-shadow);
}

.cc-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,79,61,.13), rgba(255,179,26,.13));
  color: var(--wp--preset--color--cyan-dark);
  font-weight: 800;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.cc-number {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: .9;
  color: rgba(255,79,61,.14);
  font-weight: 800;
}

.cc-accent-line {
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff4f3d, #ffb31a);
}

.cc-process {
  background: linear-gradient(135deg, #fff3ef 0%, #fff9e9 100%) !important;
  color: var(--wp--preset--color--ink) !important;
}

.cc-process-layout {
  gap: clamp(30px, 5vw, 64px);
}

.cc-process-visual {
  width: 100%;
  min-height: 610px;
  background-image: url('./assets/images/chipchrome-process-v2.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.cc-process-content {
  padding: 36px 0 64px;
}

.cc-process-content > .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 18px;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.cc-process-steps {
  margin-top: 32px;
}

.cc-process .has-white-color { color: var(--wp--preset--color--ink) !important; }
.cc-process .has-muted-color { color: var(--wp--preset--color--muted) !important; }

.cc-process > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
  gap: 16px;
}

.cc-process > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
  position: relative;
  min-height: 230px;
  padding: 26px 22px;
  border: 1px solid rgba(255,79,61,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 36px rgba(65,28,20,.07);
}

.cc-process > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 18px;
  color: #ff4f3d;
  font-size: 1.4rem;
  font-weight: 800;
}

.cc-process .cc-number {
  margin: 0 0 32px !important;
  color: rgba(255,79,61,.18);
  font-size: 3.6rem;
}

.cc-blog-card {
  position: relative;
  overflow: hidden;
  padding-top: 7.4rem !important;
}

.cc-blog-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5.8rem;
  background:
    radial-gradient(circle at 18% 42%, rgba(255,255,255,.72) 0 8px, transparent 9px),
    linear-gradient(120deg, #ff4f3d 0%, #ff765f 48%, #ffb31a 100%);
}

.cc-cta {
  position: relative;
  overflow: hidden;
  width: min(100%, 1180px);
  max-width: 1180px !important;
  border: 1px solid rgba(255,79,61,.18);
  box-shadow: 0 20px 55px rgba(65,28,20,.09);
  background: linear-gradient(135deg, #fff7f4 0%, #fffaf0 100%) !important;
  color: var(--wp--preset--color--ink) !important;
  padding: clamp(1.8rem, 3.5vw, 3rem) !important;
}

.cc-contact-section {
  padding: 48px 24px 56px;
  background: #fff;
}

.cc-cta > .wp-block-columns {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cc-cta .wp-block-heading {
  max-width: 680px;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem) !important;
}

.cc-cta p { max-width: 720px; }

.cc-cta::after {
  content: none;
}

.cc-cta .has-cyan-color,
.cc-cta .has-paper-color { color: #fff !important; }

.cc-cta .has-signal-gradient-background {
  background: linear-gradient(135deg, #ff4f3d, #ffb31a) !important;
  color: #fff !important;
}

footer.wp-block-group {
  padding-top: 36px !important;
  padding-bottom: 24px !important;
  font-size: .92rem;
}

footer.wp-block-group .wp-block-site-title {
  font-size: 1.25rem !important;
}

footer.wp-block-group .wp-block-heading {
  font-size: 1rem !important;
  font-weight: 650;
}

footer.wp-block-group p {
  font-size: .88rem !important;
  line-height: 1.65;
}

.cc-ts-main,
.cc-ts-page {
  margin-top: 0 !important;
  background: #fff;
}

.cc-ts-hero {
  padding: 56px 24px;
  background: linear-gradient(135deg, #fff7f4 0%, #fffaf0 100%);
}

.cc-ts-hero .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 22px;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.cc-ts-hero .wp-block-buttons { margin-top: 30px; }

.cc-ts-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255,79,61,.14);
  border-radius: 24px;
  box-shadow: 0 26px 65px rgba(65,28,20,.13);
}

.cc-ts-section {
  padding: 64px 24px;
  background: #fff;
}

.cc-ts-section > .cc-section-label {
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cc-ts-section > .wp-block-heading {
  max-width: 820px;
  margin: 18px auto 38px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cc-ts-device-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.cc-ts-device-grid > *,
.cc-ts-service-grid > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cc-ts-device-card,
.cc-ts-service-card {
  height: 100%;
  padding: 24px !important;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(65,28,20,.055);
}

.cc-ts-device-card { position: relative; text-align: center; }
.cc-ts-device-card h3 a { color: #171a2d; text-decoration: none; }
.cc-ts-device-card h3 a::after { content: ""; position: absolute; inset: 0; }
.cc-ts-device-card h3,
.cc-ts-service-card h3 { font-size: 1.08rem; }
.cc-ts-device-card p,
.cc-ts-service-card p { color: var(--wp--preset--color--muted); font-size: .9rem; line-height: 1.65; }

.cc-ts-device-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: #fff3ef;
  color: #ff4f3d;
  font-size: 1.65rem;
}

.cc-ts-quick {
  padding: 34px 24px;
  background: #171a2d;
  color: #fff;
}

.cc-ts-quick .cc-section-label { color: #ffb31a !important; }
.cc-ts-quick .wp-block-heading { margin-top: 10px; margin-bottom: 0; color: #fff; }

.cc-ts-services { background: #fffaf7; }

.cc-ts-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cc-ts-service-card {
  position: relative;
  padding-left: 72px !important;
}

.cc-ts-service-card h3 a { color: #171a2d; text-decoration: none; }
.cc-ts-service-card h3 a::after { content: ""; position: absolute; inset: 0; }

.cc-ts-service-card::before {
  content: "✓";
  position: absolute;
  top: 25px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff0eb;
  color: #ff4f3d;
  font-weight: 800;
}

.cc-ts-process {
  padding: 64px 24px;
  background: linear-gradient(135deg, #fff3ef, #fff9e9);
}

.cc-ts-process-list {
  display: grid;
  gap: 12px;
}

.cc-ts-process-list p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255,79,61,.15);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
}

.cc-ts-process-list strong {
  margin-right: 12px;
  color: #ff4f3d;
}

.cc-ts-brands { padding-top: 58px; padding-bottom: 48px; }

.cc-ts-brand-list { gap: 12px; }
.cc-ts-brand-list span,
.cc-ts-brand-list a {
  padding: 10px 17px;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 999px;
  background: #fff;
  color: var(--wp--preset--color--ink);
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}

.cc-whatsapp .wp-block-button__link {
  background: #25d366 !important;
  color: #082817 !important;
}

.wp-block-button__link:hover { transform: translateY(-2px); }

/* Device service pages */
.cc-device-main,
.cc-device-page {
  margin-top: 0 !important;
  background: #fff;
}

.cc-device-hero {
  padding: 62px 24px;
  background: linear-gradient(135deg, #fff7f4 0%, #fffaf0 100%);
}

.cc-device-hero .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 22px;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.cc-device-hero .has-muted-color {
  max-width: 680px;
  font-size: 1.03rem;
  line-height: 1.75;
}

.cc-device-hero .wp-block-buttons { margin-top: 30px; }

.cc-device-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255,79,61,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 75% 22%, rgba(255,179,26,.34), transparent 34%),
    radial-gradient(circle at 22% 78%, rgba(255,79,61,.2), transparent 38%),
    #fff;
  box-shadow: 0 26px 65px rgba(65,28,20,.12);
}

.cc-device-visual::before,
.cc-device-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.cc-device-visual::before {
  width: 190px;
  height: 190px;
  top: -55px;
  right: -35px;
  border: 28px solid rgba(255,79,61,.08);
}

.cc-device-visual::after {
  width: 130px;
  height: 130px;
  bottom: -54px;
  left: -30px;
  background: rgba(255,179,26,.1);
}

.cc-device-visual svg {
  position: relative;
  z-index: 1;
  width: min(82%, 360px);
  fill: none;
  stroke: #171a2d;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc-device-visual-macbook svg path:last-child { fill: #171a2d; stroke-width: 2; }

.cc-device-visual span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #171a2d;
  color: #fff;
  font-size: .8rem;
  font-weight: 650;
}

.cc-device-services,
.cc-device-models,
.cc-device-final {
  padding: 64px 24px;
  background: #fff;
}

.cc-device-services > .cc-section-label,
.cc-device-models > .cc-section-label {
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cc-device-services > .wp-block-heading,
.cc-device-models > .wp-block-heading {
  max-width: 860px;
  margin: 18px auto 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cc-device-services > .has-muted-color {
  max-width: 720px;
  margin: 0 auto 36px;
}

.cc-device-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cc-device-service-grid > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cc-device-service-card {
  position: relative;
  min-height: 148px;
  padding: 24px 24px 22px 76px !important;
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(65,28,20,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cc-device-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,79,61,.32);
  box-shadow: 0 18px 42px rgba(65,28,20,.1);
}

.cc-device-service-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.cc-device-service-card h3 a { color: #171a2d; text-decoration: none; }
.cc-device-service-card h3 a::after { content: ""; position: absolute; inset: 0; }
.cc-device-service-card p { margin-bottom: 0; color: var(--wp--preset--color--muted); font-size: .9rem; line-height: 1.65; }

.cc-device-service-icon {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff0eb;
  color: #ff4f3d;
  font-weight: 800;
}

.cc-device-price {
  padding: 42px 24px;
  background: #171a2d;
  color: #fff;
}

.cc-device-price .cc-section-label { color: #ffb31a !important; }
.cc-device-price .wp-block-heading { margin-top: 12px; color: #fff; }
.cc-device-price p:not(.cc-section-label) { max-width: 720px; color: rgba(255,255,255,.72); }

.cc-device-models { background: #fffaf7; }

.cc-device-model-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 980px;
  margin: 34px auto 0;
}

.cc-device-model-list span,
.cc-device-model-list a {
  padding: 11px 18px;
  border: 1px solid rgba(255,79,61,.18);
  border-radius: 999px;
  background: #fff;
  color: #171a2d;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.cc-device-model-list a:hover,
.cc-ts-brand-list a:hover {
  border-color: rgba(255,79,61,.55);
  color: #d93b2d;
  transform: translateY(-2px);
}

.cc-device-final {
  padding: 48px 24px 56px;
  background: #fff;
}

.cc-device-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(220px, 30%);
  width: min(100%, 1180px);
  max-width: 1180px !important;
  padding: clamp(1.8rem, 3.5vw, 3rem) !important;
  border: 1px solid rgba(255,79,61,.18);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7f4 0%, #fffaf0 100%);
  box-shadow: 0 20px 55px rgba(65,28,20,.09);
}

.cc-device-final-inner .wp-block-heading {
  grid-column: 1;
  width: 100%;
  max-width: 680px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem) !important;
}

.cc-device-final-inner > p {
  grid-column: 1;
  max-width: 720px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cc-device-final-inner .wp-block-buttons {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  justify-content: flex-end;
  margin-top: 0;
}

/* Technical service detail pages */
.cc-service-main,
.cc-service-page { margin-top: 0 !important; background: #fff; }

.cc-service-hero {
  padding: 58px 24px;
  background: linear-gradient(135deg, #fff7f4 0%, #fffaf0 100%);
}

.cc-service-hero .wp-block-heading {
  margin: 20px 0 22px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.cc-service-hero .has-muted-color { max-width: 700px; font-size: 1.03rem; line-height: 1.75; }
.cc-service-hero .wp-block-buttons { margin-top: 30px; }

.cc-service-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(255,79,61,.15);
  border-radius: 28px;
  background: radial-gradient(circle at 75% 24%, rgba(255,179,26,.3), transparent 35%), #fff;
  box-shadow: 0 24px 60px rgba(65,28,20,.11);
}

.cc-service-visual::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 26px solid rgba(255,79,61,.08);
  border-radius: 50%;
  left: -45px;
  bottom: -65px;
}

.cc-service-visual svg {
  position: relative;
  z-index: 1;
  width: min(75%, 330px);
  fill: none;
  stroke: #171a2d;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cc-service-visual span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #171a2d;
  color: #fff;
  font-size: .8rem;
  font-weight: 650;
}

.cc-service-devices,
.cc-service-scope,
.cc-service-contact { padding: 62px 24px; }

.cc-service-devices > .cc-section-label { display: flex; margin-inline: auto !important; }
.cc-service-devices > .wp-block-heading { max-width: 850px; margin: 18px auto 14px; font-size: clamp(2rem,4vw,3.1rem); }
.cc-service-devices > .has-muted-color { max-width: 700px; margin-inline: auto; }

.cc-service-device-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 980px;
  margin: 32px auto 0;
}

.cc-service-device-list a {
  padding: 13px 20px;
  border: 1px solid rgba(255,79,61,.2);
  border-radius: 999px;
  background: #fff;
  color: #171a2d;
  font-size: .92rem;
  font-weight: 650;
  box-shadow: 0 8px 24px rgba(65,28,20,.05);
}

.cc-service-device-list a:hover { color: #d93b2d; border-color: rgba(255,79,61,.55); transform: translateY(-2px); }
.cc-service-scope { background: #fffaf7; }
.cc-service-scope .wp-block-heading { margin-top: 16px; }

.cc-service-scope-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

.cc-service-scope-grid > * { margin-block: 0 !important; }
.cc-service-scope-card { padding: 24px !important; border: 1px solid var(--wp--preset--color--line); border-radius: 18px; background: #fff; }
.cc-service-scope-card h3 { margin: 0 0 10px; font-size: 1.08rem; }
.cc-service-scope-card p { margin: 0; color: var(--wp--preset--color--muted); font-size: .9rem; line-height: 1.65; }

.cc-service-price { padding: 42px 24px; background: #171a2d; color: #fff; }
.cc-service-price .cc-section-label { color: #ffb31a !important; }
.cc-service-price .wp-block-heading { margin-top: 12px; color: #fff; }
.cc-service-price p:not(.cc-section-label) { max-width: 760px; color: rgba(255,255,255,.72); }

@media (max-width: 781px) {
  .cc-service-hero,
  .cc-service-devices,
  .cc-service-scope,
  .cc-service-contact { padding: 44px 18px; }
  .cc-service-visual { min-height: 290px; }
  .cc-service-scope-grid { grid-template-columns: 1fr; }
  .cc-service-price .wp-block-buttons,
  .cc-service-contact .wp-block-buttons { justify-content: flex-start !important; }
}

/* Computer sales and support page */
.cc-hub-main,
.cc-hub-page { margin-top: 0 !important; background: #fff; }

.cc-hub-hero { padding: 58px 24px; background: linear-gradient(135deg,#fff7f4 0%,#fffaf0 100%); }
.cc-hub-hero .wp-block-heading { margin: 20px 0 22px; font-size: clamp(2.65rem,5vw,4.9rem); line-height: 1.02; letter-spacing: -.05em; }
.cc-hub-hero .has-muted-color { max-width: 700px; font-size: 1.03rem; line-height: 1.75; }
.cc-hub-hero .wp-block-buttons { margin-top: 30px; }

.cc-hub-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(255,79,61,.15);
  border-radius: 28px;
  background: radial-gradient(circle at 72% 23%,rgba(255,179,26,.31),transparent 35%),radial-gradient(circle at 20% 82%,rgba(255,79,61,.16),transparent 38%),#fff;
  box-shadow: 0 24px 60px rgba(65,28,20,.11);
}
.cc-hub-visual svg { position: relative; z-index: 1; width: min(76%,340px); fill: none; stroke: #171a2d; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.cc-hub-visual span { position: absolute; right: 22px; bottom: 20px; z-index: 2; padding: 8px 14px; border-radius: 999px; background: #171a2d; color: #fff; font-size: .8rem; font-weight: 650; }

.cc-hub-services,
.cc-hub-process,
.cc-hub-contact { padding: 62px 24px; }
.cc-hub-services > .cc-section-label { display: flex; margin-inline: auto !important; }
.cc-hub-services > .wp-block-heading { max-width: 850px; margin: 18px auto 14px; font-size: clamp(2rem,4vw,3.1rem); }
.cc-hub-services > .has-muted-color { max-width: 720px; margin-inline: auto; }

.cc-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 36px; }
.cc-hub-grid > * { margin-block: 0 !important; }
.cc-hub-card { min-height: 190px; padding: 26px !important; border: 1px solid var(--wp--preset--color--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(65,28,20,.055); }
.cc-hub-card h3 { margin: 24px 0 10px; font-size: 1.18rem; }
.cc-hub-card p { margin: 0; color: var(--wp--preset--color--muted); font-size: .92rem; line-height: 1.68; }
.cc-hub-number { color: #ff4f3d; font-size: .82rem; letter-spacing: .1em; }

.cc-hub-process { background: #171a2d; color: #fff; }
.cc-hub-process .cc-section-label { color: #ffb31a !important; }
.cc-hub-process .wp-block-heading { margin-top: 16px; color: #fff; }
.cc-hub-steps { display: grid; gap: 12px; }
.cc-hub-steps p { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 16px; margin: 0; padding: 17px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); }
.cc-hub-steps strong { color: #ffb31a; font-size: .82rem; letter-spacing: .08em; }
.cc-hub-steps span { color: rgba(255,255,255,.82); }

@media (max-width: 781px) {
  .cc-hub-hero,
  .cc-hub-services,
  .cc-hub-process,
  .cc-hub-contact { padding: 44px 18px; }
  .cc-hub-visual { min-height: 290px; }
  .cc-hub-grid { grid-template-columns: 1fr; }
  .cc-hub-contact .wp-block-buttons { justify-content: flex-start !important; }
}

.cc-support-page { margin-top: 0 !important; background: #fff; }

/* Brand technical service pages */
.cc-brand-main,
.cc-brand-page { margin-top: 0 !important; background: #fff; }

.cc-brand-hero {
  padding: 58px 24px;
  background: linear-gradient(135deg,#fff7f4 0%,#fffaf0 100%);
}

.cc-brand-hero .wp-block-heading {
  margin: 20px 0 22px;
  font-size: clamp(2.65rem,5vw,4.85rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.cc-brand-hero .has-muted-color { max-width: 720px; font-size: 1.03rem; line-height: 1.75; }
.cc-brand-hero .wp-block-buttons { margin-top: 30px; }

.cc-brand-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255,79,61,.16);
  border-radius: 30px;
  background: radial-gradient(circle at 74% 18%,rgba(255,179,26,.28),transparent 34%),radial-gradient(circle at 18% 82%,rgba(255,79,61,.18),transparent 38%),#fff;
  box-shadow: 0 24px 60px rgba(65,28,20,.1);
}

.cc-brand-orbit svg { width: min(88%,420px); fill: none; stroke: rgba(255,79,61,.18); stroke-width: 2; }
.cc-brand-orbit strong { position: absolute; color: #171a2d; font-size: clamp(4rem,8vw,7rem); line-height: 1; letter-spacing: -.06em; }
.cc-brand-orbit small { position: absolute; right: 22px; bottom: 20px; padding: 8px 14px; border-radius: 999px; background: #171a2d; color: #fff; font-size: .78rem; }
.cc-brand-node { position: absolute; z-index: 2; width: 14px; height: 14px; border: 4px solid #fff; border-radius: 50%; background: #ff4f3d; box-shadow: 0 6px 18px rgba(255,79,61,.35); }
.cc-brand-node-one { top: 18%; left: 22%; }
.cc-brand-node-two { right: 16%; top: 42%; background: #ffb31a; }
.cc-brand-node-three { left: 28%; bottom: 15%; }

.cc-brand-devices,
.cc-brand-services,
.cc-brand-note,
.cc-brand-contact { padding: 64px 24px; }

.cc-brand-devices > .cc-section-label,
.cc-brand-services > .cc-section-label { display: flex; margin-inline: auto !important; }
.cc-brand-devices > .wp-block-heading,
.cc-brand-services > .wp-block-heading { max-width: 880px; margin: 18px auto 14px; font-size: clamp(2rem,4vw,3.2rem); }
.cc-brand-devices > .has-muted-color,
.cc-brand-services > .has-muted-color { max-width: 720px; margin-inline: auto; }

.cc-brand-device-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; max-width: 1040px; margin: 38px auto 0; }
.cc-brand-device-count-1 { grid-template-columns: minmax(280px,520px); justify-content: center; }
.cc-brand-device-count-2 { grid-template-columns: repeat(2,minmax(280px,420px)); justify-content: center; }
.cc-brand-device-grid a { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 245px; padding: 26px; overflow: hidden; border: 1px solid rgba(255,79,61,.18); border-radius: 22px; background: #fff; color: #171a2d; box-shadow: 0 14px 38px rgba(65,28,20,.06); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.cc-brand-device-grid a:hover { transform: translateY(-5px); border-color: rgba(255,79,61,.45); box-shadow: 0 22px 52px rgba(65,28,20,.11); }
.cc-brand-device-grid a > span { display: grid; place-items: center; width: 82px; height: 72px; margin-bottom: 20px; border-radius: 18px; background: linear-gradient(145deg,rgba(255,79,61,.1),rgba(255,179,26,.13)); }
.cc-brand-device-grid svg { width: 66px; height: 54px; fill: none; stroke: #ff4f3d; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.cc-brand-device-grid strong { font-size: 1.08rem; }
.cc-brand-device-grid small { margin-top: auto; padding-top: 18px; color: #d93b2d; font-weight: 650; }

.cc-brand-services { background: #fffaf7; }
.cc-brand-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.cc-brand-service-card { position: relative; display: grid; grid-template-columns: 58px 1fr 42px; column-gap: 18px; align-items: center; min-height: 150px; padding: 24px; border: 1px solid rgba(255,79,61,.16); border-radius: 20px; background: #fff; color: #171a2d; box-shadow: 0 10px 30px rgba(65,28,20,.045); transition: transform .25s ease,border-color .25s ease; }
.cc-brand-service-card:hover { transform: translateY(-4px); border-color: rgba(255,79,61,.42); }
.cc-brand-service-icon { grid-row: 1 / span 2; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(145deg,rgba(255,79,61,.1),rgba(255,179,26,.12)); }
.cc-brand-service-icon svg { width: 42px; height: 34px; fill: none; stroke: #ff4f3d; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.cc-brand-service-card strong { align-self: end; font-size: 1.04rem; }
.cc-brand-service-card small { align-self: start; margin-top: 6px; color: #6f6872; line-height: 1.55; }
.cc-brand-service-card b { grid-column: 3; grid-row: 1 / span 2; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #ff4f3d; color: #fff; font-size: 1.1rem; }

.cc-brand-note { background: #171a2d; color: #fff; }
.cc-brand-note .cc-section-label { color: #ffb31a !important; }
.cc-brand-note .wp-block-heading { margin-top: 16px; color: #fff; }
.cc-brand-steps { display: grid; gap: 12px; }
.cc-brand-steps p { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 15px; margin: 0; padding: 17px 19px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); }
.cc-brand-steps strong { color: #ffb31a; font-size: .82rem; letter-spacing: .08em; }
.cc-brand-steps span { color: rgba(255,255,255,.82); }
.cc-brand-disclaimer { max-width: 1180px; margin: 30px auto 0 !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: .78rem; }

@media (max-width: 781px) {
  .cc-brand-hero,
  .cc-brand-devices,
  .cc-brand-services,
  .cc-brand-note,
  .cc-brand-contact { padding: 44px 18px; }
  .cc-brand-orbit { min-height: 300px; margin-top: 22px; }
  .cc-brand-device-grid,
  .cc-brand-device-count-1,
  .cc-brand-device-count-2,
  .cc-brand-service-grid { grid-template-columns: 1fr; }
  .cc-brand-service-card { grid-template-columns: 52px 1fr; }
  .cc-brand-service-card b { display: none; }
  .cc-brand-contact .wp-block-buttons { justify-content: flex-start !important; }
}

.cc-support-hero {
  padding: 62px 24px;
  background: linear-gradient(135deg, #fff7f4 0%, #fffaf0 100%);
}

.cc-support-hero .wp-block-heading { margin-top: 22px; line-height: 1.06; letter-spacing: -.045em; }
.cc-support-hero .has-muted-color { max-width: 720px; }
.cc-support-hero .wp-block-buttons { margin-top: 30px; }
.cc-support-hero .cc-section-label,
.cc-support-hero .wp-block-heading,
.cc-support-hero .has-muted-color,
.cc-support-hero .wp-block-buttons { margin-left: 0 !important; margin-right: 0 !important; }

.cc-support-visual { max-width: 520px; margin: 0 auto; }
.cc-support-visual svg { display: block; width: 100%; height: auto; overflow: visible; }
.cc-support-shape { fill: #fff; stroke: rgba(255,79,61,.16); stroke-width: 2; }
.cc-support-screen { fill: #171a2d; stroke: #ff765f; stroke-width: 3; }
.cc-support-card-shape { fill: #fff; stroke: rgba(255,79,61,.28); stroke-width: 2; }
.cc-support-line { fill: none; stroke: #ff765f; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.cc-support-dot, .cc-support-accent { fill: #ffb31a; }
.cc-support-accent-line { fill: none; stroke: #fff; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }

.cc-support-services { padding: 64px 24px 72px; background: #fff; }
.cc-support-services > .cc-section-label {
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cc-support-services > .wp-block-heading,
.cc-support-services > .has-muted-color { margin-left: auto !important; margin-right: auto !important; }
.cc-support-services > .wp-block-heading { max-width: 820px; margin-top: 18px; font-size: clamp(2.1rem, 4vw, 3.4rem); }
.cc-support-services > .has-muted-color { max-width: 700px; }

.cc-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.cc-support-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 26px !important;
  border: 1px solid rgba(255,79,61,.18);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(65,28,20,.055);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  align-self: stretch;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cc-support-card:hover { transform: translateY(-5px); border-color: rgba(255,79,61,.42); box-shadow: var(--cc-shadow); }
.cc-support-card h3 { margin-top: 20px; margin-bottom: 12px; font-size: 1.18rem; }
.cc-support-card h3 a { color: #171a2d; text-decoration: none; }
.cc-support-card h3 a::after { content: ""; position: absolute; inset: 0; }
.cc-support-card > p:not(.cc-card-link) { margin-top: 0; color: var(--wp--preset--color--muted); font-size: .94rem; line-height: 1.65; }
.cc-support-card .cc-card-link a { position: relative; z-index: 2; }
.cc-support-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,79,61,.12), rgba(255,179,26,.14));
  color: #ff4f3d;
  font-size: 1.55rem;
  font-weight: 700;
}
.cc-support-card-service { grid-column: auto; }

.cc-support-process { padding: 64px 24px; background: #fffaf7; }
.cc-support-process .wp-block-heading { margin-top: 18px; font-size: clamp(2rem, 3.8vw, 3.2rem); }
.cc-support-steps { display: grid; gap: 14px; }
.cc-support-steps p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,79,61,.16);
  border-radius: 16px;
  background: #fff;
}
.cc-support-steps strong { color: #ff4f3d; font-size: 1.15rem; }

@media (min-width: 782px) and (max-width: 1040px) {
  .cc-support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-support-card-service { grid-column: auto; }
}

@media (min-width: 782px) and (max-width: 960px) {
  .cc-services-grid { grid-template-columns: minmax(0, 1fr) minmax(210px, .8fr) minmax(0, 1fr); }
  .cc-ts-device-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cc-device-visual { min-height: 340px; }
}

@media (max-width: 781px) {
  .cc-site-header { position: relative; }
  .cc-topbar { height: 34px; }
  .cc-ticker,
  .cc-ticker-track { height: 34px; }
  .cc-hero { min-height: auto; }
  .cc-hero .wp-block-heading { font-size: clamp(2.35rem, 10vw, 3.6rem) !important; }
  .cc-hero-visual {
    min-height: 410px;
    margin-top: 1rem;
  }
  .cc-services-layout { gap: 32px; }
  .cc-services-grid { display: flex; flex-direction: column; }
  .cc-services-center-visual { order: -1; padding: 0 32px 12px; }
  .cc-services-center-visual img { max-width: 360px; }
  .cc-service-card { min-height: 270px; }
  .cc-process-visual { min-height: 480px; }
  .cc-process-content { padding: 0 0 48px; }
  .cc-ts-hero { padding-top: 42px; padding-bottom: 42px; }
  .cc-ts-section { padding-top: 48px; padding-bottom: 48px; }
  .cc-ts-device-grid,
  .cc-ts-service-grid { grid-template-columns: 1fr; }
  .cc-ts-quick .wp-block-buttons { justify-content: left; }
  .cc-device-hero,
  .cc-device-services,
  .cc-device-models,
  .cc-device-final { padding-left: 18px; padding-right: 18px; }
  .cc-device-visual { min-height: 310px; }
  .cc-device-service-grid { grid-template-columns: 1fr; }
  .cc-device-price .wp-block-buttons { justify-content: flex-start !important; }
  .cc-device-final-inner { padding: 30px 24px !important; }
  .cc-device-final-inner { display: block; }
  .cc-device-final-inner .wp-block-buttons { justify-content: flex-start; margin-top: 24px; }
  .cc-support-hero { padding-top: 42px; padding-bottom: 46px; }
  .cc-support-visual { margin-top: 24px; }
  .cc-support-services, .cc-support-process { padding: 48px 18px; }
  .cc-support-grid { grid-template-columns: 1fr; }
  .cc-support-card-service { grid-column: auto; }
  .cc-support-card { min-height: 250px; }
  .cc-process > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
    min-height: auto;
  }
  .cc-process > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:not(:last-child)::after {
    content: "↓";
  }
  .cc-cta { padding: 2rem !important; }
}
