.elementor-51 .elementor-element.elementor-element-52822bb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-4266e7e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-41bd975{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-3345ba8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-eca8a37{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-d6338ad{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3ac4341 */.pc-masthead {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--pc-ink);
  color: var(--pc-white);
  font-family: var(--pc-font-body);
  isolation: isolate;
}

/* ---- Slides ---- */
.pc-masthead .pc-masthead__slides {
  position: absolute;
  inset: 0;
}

.pc-masthead .pc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1200ms ease, transform 600ms ease-out;
  z-index: 1;
  overflow: hidden;
  will-change: transform;
}

.pc-masthead .pc-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.pc-masthead .pc-slide__img {
  position: absolute;
  inset: -2%;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}

.pc-masthead .pc-slide.is-active .pc-slide__img.pc-kenburns {
  animation: pc-kenburns 7000ms linear forwards;
}

@keyframes pc-kenburns {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}

@media (prefers-reduced-motion: reduce) {
  .pc-masthead .pc-slide__img { transform: scale(1); }
  .pc-masthead .pc-slide.is-active .pc-slide__img.pc-kenburns { animation: none; }
  .pc-masthead .pc-slide { transition: opacity 1200ms ease; transform: none !important; }
}

/* ---- Gradient overlay ---- */
.pc-masthead .pc-masthead__gradient {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(14,17,22,.90) 0%, rgba(14,17,22,.55) 42%, rgba(14,17,22,.15) 72%, rgba(14,17,22,.05) 100%),
    linear-gradient(0deg, rgba(14,17,22,.75) 0%, rgba(14,17,22,0) 32%);
  pointer-events: none;
}

/* ---- Mullion grid (kayıt çizgileri) ---- */
.pc-masthead .pc-masthead__mullions {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  pointer-events: none;
}

.pc-masthead .pc-mullion {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* ---- Ghost "20" tipografisi ---- */
.pc-masthead .pc-masthead__ghost {
  position: absolute;
  z-index: 4;
  right: -3%;
  bottom: -8%;
  font-family: var(--pc-font-display);
  font-weight: 800;
  font-size: clamp(16rem, 32vw, 30rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgb(177 18 38 / 35%) !important;
  
  pointer-events: none;
  user-select: none;
}

/* ---- 20 yıl rozeti (dönen halka + sabit iç daire) ---- */
.pc-masthead .pc-masthead__badge {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 6;
}

.pc-masthead .pc-badge-ring {
  position: relative;
  width: 140px;
  height: 140px;
}

.pc-masthead .pc-badge-ring__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: pc-ring-spin 26s linear infinite;
}

.pc-masthead .pc-badge-ring__text {
  font-family: var(--pc-font-body);
  font-size: 9px;
  letter-spacing: 2px;
  fill: rgba(244, 246, 248, 0.6);
}

@keyframes pc-ring-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .pc-masthead .pc-badge-ring__svg { animation: none; }
}

.pc-masthead .pc-badge-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(14, 17, 22, 0.45);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pc-masthead .pc-badge-num {
  font-family: var(--pc-font-display);
  font-weight: 750;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.pc-masthead .pc-badge-label {
  font-family: var(--pc-font-display);
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  margin-top: 2px;
  color: var(--pc-red);
}

/* ---- Content block ---- */
.pc-masthead .pc-masthead__content {
  position: absolute;
  left: 5%;
  bottom: 104px;
  z-index: 6;
  max-width: 640px;
}

.pc-masthead .pc-eyebrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--pc-steel);
  margin-bottom: 20px;
  min-height: 1.4em;
}

.pc-masthead .pc-eyebrow-bar {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: var(--pc-red);
  flex-shrink: 0;
}

.pc-masthead .pc-eyebrow-slide {
  position: absolute;
  left: 22px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 500ms ease, transform 500ms ease;
  white-space: nowrap;
}

.pc-masthead .pc-eyebrow-slide.is-active {
  position: relative;
  left: 0;
  opacity: 1;
  transform: translateY(0);
}

.pc-masthead .pc-headline {
  position: relative;
  margin: 0 0 18px;
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.05;
  min-height: 2.1em;
}

.pc-masthead .pc-headline-slide,
.pc-masthead .pc-subtext-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 500ms ease, transform 500ms ease;
  pointer-events: none;
}

.pc-masthead .pc-headline-slide.is-active,
.pc-masthead .pc-subtext-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pc-masthead .pc-subtext {
  position: relative;
  margin: 0 0 32px;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(244, 246, 248, 0.86);
  min-height: 1.9em;
}

.pc-masthead .pc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pc-masthead .pc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 0;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
  cursor: pointer;
}

.pc-masthead .pc-btn__arrow {
  display: inline-block;
  transition: transform 250ms ease;
}

.pc-masthead .pc-btn:hover .pc-btn__arrow {
  transform: translateX(4px);
}

.pc-masthead .pc-btn--solid {
  background: var(--pc-red);
  color: var(--pc-white);
  border: 1px solid var(--pc-red);
}

.pc-masthead .pc-btn--solid:hover {
  background: var(--pc-red-deep);
  border-color: var(--pc-red-deep);
}

.pc-masthead .pc-btn--outline {
  background: transparent;
  color: var(--pc-white);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.pc-masthead .pc-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--pc-white);
}

/* ---- Progress / slide count ---- */
.pc-masthead .pc-masthead__progress {
  position: absolute;
  left: 5%;
  bottom: 48px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pc-masthead .pc-progress-count {
  font-family: var(--pc-font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--pc-steel);
}

.pc-masthead .pc-progress-current {
  color: var(--pc-white);
}

.pc-masthead .pc-progress-track {
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.pc-masthead .pc-progress-fill {
  width: 0%;
  height: 100%;
  background: var(--pc-red);
}

.pc-masthead .pc-progress-fill.pc-fill-animate {
  animation: pc-fill 7000ms linear forwards;
}

@keyframes pc-fill {
  from { width: 0%; }
  to   { width: 100%; }
}

/* ---- Arrows ---- */
.pc-masthead .pc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(14, 17, 22, 0.3);
  color: var(--pc-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease;
}

.pc-masthead .pc-arrow:hover {
  background: rgba(177, 18, 38, 0.55);
  border-color: var(--pc-red);
}

.pc-masthead .pc-arrow--prev { left: 24px; }
.pc-masthead .pc-arrow--next { right: 24px; }

/* ---- Scroll indicator ---- */
.pc-masthead .pc-scrolldown {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pc-masthead .pc-scrolldown-line {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.pc-masthead .pc-scrolldown-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pc-red);
  animation: pc-scroll-drip 1800ms ease-in-out infinite;
}

@keyframes pc-scroll-drip {
  0%   { top: -100%; }
  60%  { top: 100%; }
  100% { top: 100%; }
}

.pc-masthead .pc-scrolldown-text {
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  color: var(--pc-steel);
}

@media (prefers-reduced-motion: reduce) {
  .pc-masthead .pc-scrolldown-line::after { animation: none; top: 0; }
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .pc-masthead .pc-masthead__content { max-width: 560px; bottom: 128px; }
  .pc-masthead .pc-arrow { display: none; }
  .pc-masthead .pc-masthead__ghost { font-size: clamp(12rem, 28vw, 22rem); }
}

@media (max-width: 768px) {
  .pc-masthead .pc-masthead__mullions { display: none; }
  .pc-masthead .pc-masthead__ghost { display: none; }
  .pc-masthead .pc-masthead__content { left: 6%; right: 6%; max-width: none; bottom: 132px; }
  .pc-masthead .pc-masthead__progress { left: 6%; }
  .pc-masthead .pc-badge-ring { width: 72px; height: 72px; }
  .pc-masthead .pc-badge-ring__svg { display: none; }
  .pc-masthead .pc-badge-circle { width: 72px; height: 72px; }
  .pc-masthead .pc-badge-num { font-size: 1.5rem; }
}

@media (max-width: 480px) {
  .pc-masthead .pc-headline { font-size: clamp(2.1rem, 9vw, 2.75rem); }
  .pc-masthead .pc-subtext { font-size: 0.9375rem; }
  .pc-masthead .pc-cta-row { flex-direction: column; align-items: stretch; }
  .pc-masthead .pc-masthead__badge { top: 20px; right: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87eead7 */.pc-about {
  background: var(--pc-white);
  color: var(--pc-ink);
  padding: var(--pc-section-pad-desktop) 5%;
}

.pc-about .pc-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.pc-about .pc-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--pc-steel);
  margin-bottom: 20px;
}

.pc-about .pc-about__bar {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: var(--pc-red);
}

.pc-about .pc-about__title {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 28px;
}

.pc-about .pc-about__paragraph {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--pc-ink);
  opacity: 0.85;
  margin: 0 0 20px;
  max-width: 46ch;
}

.pc-about .pc-about__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--pc-red);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: gap 200ms ease;
}

.pc-about .pc-about__link:hover {
  gap: 12px;
}

.pc-about .pc-about__visual {
  position: relative;
}

.pc-about .pc-about__visual::before {
  content: '';
  position: absolute;
  top: -24px;
  left: -24px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--pc-red);
  z-index: 0;
}

.pc-about .pc-about__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .pc-about .pc-about__inner { gap: 56px; }
  .pc-about .pc-about__visual::before { top: -16px; left: -16px; }
}

@media (max-width: 768px) {
  .pc-about { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-about .pc-about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pc-about .pc-about__visual { order: -1; }
  .pc-about .pc-about__visual::before { top: -12px; left: -12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b86541c */.pc-process {
  background: var(--pc-mist);
  color: var(--pc-ink);
  padding: var(--pc-section-pad-desktop) 5%;
}

.pc-process .pc-process__head {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto 56px;
}

.pc-process .pc-process__bar {
  display: inline-block;
  width: 3px;
  height: 28px;
  background: var(--pc-red);
  flex-shrink: 0;
}

.pc-process .pc-process__title {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin: 0;
}

.pc-process .pc-process__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.pc-process .pc-process__list::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--pc-line-light);
}

.pc-process .pc-process__step {
  position: relative;
  padding-top: 40px;
  padding-right: 16px;
}

.pc-process .pc-process__dot {
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pc-red);
}

.pc-process .pc-process__num {
  display: block;
  font-family: var(--pc-font-display);
  font-weight: 300;
  font-size: clamp(2.75rem, 4.4vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pc-steel);
  margin-bottom: 20px;
}

.pc-process .pc-process__step-title {
  font-family: var(--pc-font-display);
  font-weight: 650;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.pc-process .pc-process__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--pc-ink);
  opacity: 0.75;
  margin: 0;
}

@media (max-width: 1024px) {
  .pc-process .pc-process__list { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .pc-process .pc-process__list::before { display: none; }
  .pc-process .pc-process__step { padding-top: 0; }
  .pc-process .pc-process__dot { display: none; }
}

@media (max-width: 768px) {
  .pc-process { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-process .pc-process__list { grid-template-columns: 1fr; row-gap: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca263cf */.pc-services {
  background: var(--pc-white);
  color: var(--pc-ink);
  padding: var(--pc-section-pad-desktop) 5%;
}

.pc-services .pc-services__head {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto 48px;
}

.pc-services .pc-services__bar {
  display: inline-block;
  width: 3px;
  height: 28px;
  background: var(--pc-red);
  flex-shrink: 0;
}

.pc-services .pc-services__title {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin: 0;
}

.pc-services .pc-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1280px;
  margin: 0 auto;
  background: var(--pc-line-light);
  border: 1px solid var(--pc-line-light);
}

.pc-services .pc-service-card {
  position: relative;
  display: block;
  background: var(--pc-white);
  padding: 40px 32px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: background 250ms ease;
}

.pc-services .pc-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pc-red);
  transform: translateY(-100%);
  transition: transform 300ms ease;
}

.pc-services .pc-service-card:hover {
  background: var(--pc-mist);
}

.pc-services .pc-service-card:hover::before {
  transform: translateY(0);
}

.pc-services .pc-service-icon {
  width: 30px;
  height: 30px;
  color: var(--pc-red);
  margin-bottom: 24px;
}

.pc-services .pc-service-card__title {
  font-family: var(--pc-font-display);
  font-weight: 650;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.pc-services .pc-service-card__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(14, 17, 22, 0.62);
  margin: 0;
}

@media (max-width: 1024px) {
  .pc-services .pc-services__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .pc-services { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-services .pc-services__grid { grid-template-columns: 1fr; }
  .pc-services .pc-service-card { padding: 32px 24px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6ee6094 */.pc-shortcode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.pc-shortcode-card__media {
  position: relative;
  flex: 1;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--pc-line-light);
}

.pc-shortcode-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.pc-shortcode-card:hover .pc-shortcode-card__media img {
  transform: scale(1.04);
}

.pc-shortcode-card__meta {
  position: relative;
  background: var(--pc-white);
  padding: 18px 20px;
  border-top: 2px solid var(--pc-line-light);
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.pc-shortcode-card:hover .pc-shortcode-card__meta {
  transform: translateY(-6px);
  border-top-color: var(--pc-red);
  box-shadow: 0 12px 24px rgba(14, 17, 22, 0.08);
}

.pc-shortcode-card__name {
  font-family: var(--pc-font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
}

.pc-shortcode-card__sub {
  font-size: 0.8125rem;
  color: var(--pc-steel);
}

.pc-shortcode-featured {
  background: var(--pc-mist);
  color: var(--pc-ink);
  padding: var(--pc-section-pad-desktop) 5%;
}

.pc-shortcode-featured__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 40px;
  gap: 24px;
}

.pc-shortcode-featured__title {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin: 0;
}

.pc-shortcode-featured__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pc-red);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 6px;
  transition: gap 200ms ease;
}

.pc-shortcode-featured__all:hover {
  gap: 12px;
}

.pc-shortcode-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.pc-shortcode-card--wide {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 1024px) {
  .pc-shortcode-featured__grid { grid-template-columns: repeat(2, 1fr); }
  .pc-shortcode-card--wide { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 768px) {
  .pc-shortcode-featured { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-shortcode-featured__head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pc-shortcode-featured__grid { grid-template-columns: 1fr; }
  .pc-shortcode-card--wide { grid-column: span 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef0873f */.pc-cta {
  background: var(--pc-ink);
  color: var(--pc-white);
  padding: var(--pc-section-pad-desktop) 5%;
  text-align: center;
}

.pc-cta .pc-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-cta .pc-cta__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--pc-steel);
  margin-bottom: 20px;
}

.pc-cta .pc-cta__headline {
  font-family: var(--pc-font-display);
  font-weight: 700;
  font-stretch: 110%;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.25;
  margin: 0 0 40px;
}

.pc-cta .pc-cta__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.pc-cta .pc-cta__phone {
  font-family: var(--pc-font-display);
  font-weight: 650;
  font-size: clamp(1.375rem, 2.6vw, 1.75rem);
  letter-spacing: -0.01em;
  color: var(--pc-white);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease, border-color 200ms ease;
}

.pc-cta .pc-cta__phone:hover {
  color: var(--pc-red);
  border-color: var(--pc-red);
}

.pc-cta .pc-cta__divider {
  display: inline-block;
  width: 1px;
  height: 28px;
  background: var(--pc-line);
}

.pc-cta .pc-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--pc-red);
  color: var(--pc-white);
  border: 1px solid var(--pc-red);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease;
}

.pc-cta .pc-cta__button:hover {
  background: var(--pc-red-deep);
  border-color: var(--pc-red-deep);
}

@media (max-width: 768px) {
  .pc-cta { padding: var(--pc-section-pad-mobile) 6%; }
  .pc-cta .pc-cta__actions { flex-direction: column; gap: 20px; }
  .pc-cta .pc-cta__divider { display: none; }
}/* End custom CSS */