
.ctr-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

.ctr-wrap {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #f2f2f2;
  background: #111111;
}

/* HERO */
.ctr-hero {
  background: #1e1e1e;
  border-bottom: 3px solid #00C2E0;
  padding: 48px 24px 40px;
  text-align: center;
}
.ctr-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.ctr-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
}
.ctr-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #00C2E0;
}
.ctr-team-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00C2E0;
}
.ctr-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.ctr-hero h1 span { color: #00C2E0; }
.ctr-tagline {
  font-size: 1rem;
  color: #9e9e9e;
  max-width: 540px;
}
.ctr-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.ctr-meta-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9e9e9e;
  text-align: center;
}
.ctr-meta-item strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

/* SECTIONS */
.ctr-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 24px;
  border-top: 1px solid #2e2e2e;
}
.ctr-section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00C2E0;
  margin-bottom: 8px;
}
.ctr-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 22px;
}
.ctr-body-text {
  color: #b0b0b0;
  font-size: 0.93rem;
  margin-bottom: 22px;
}

/* CREDENTIALS */
.ctr-cred-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ctr-cred-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.93rem;
  color: #d0d0d0;
  line-height: 1.5;
}
.ctr-cred-list li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 3px;
  min-height: 20px;
  background: #00C2E0;
  margin-top: 3px;
  border-radius: 2px;
}

/* QUOTE */
.ctr-quote {
  background: #242424;
  border-left: 4px solid #00C2E0;
  border-radius: 4px;
  padding: 22px 26px;
  margin-top: 28px;
}
.ctr-quote blockquote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  font-style: italic;
}
.ctr-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00C2E0;
  font-style: normal;
}

/* OFFER CARDS */
.ctr-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px;
}
.ctr-offer-card {
  background: #242424;
  border: 1px solid #333;
  border-top: 3px solid #00C2E0;
  border-radius: 6px;
  padding: 20px 18px;
}
.ctr-offer-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.ctr-offer-card p {
  font-size: 0.88rem;
  color: #b0b0b0;
  line-height: 1.6;
}

/* TRACK TAGS */
.ctr-track-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.ctr-tag {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 6px 13px;
  font-size: 0.82rem;
  color: #c0c0c0;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* CTA */
.ctr-cta {
  background: #1e1e1e;
  border-top: 3px solid #00C2E0;
  padding: 52px 24px;
  text-align: center;
}
.ctr-cta-inner {
  max-width: 580px;
  margin: 0 auto;
}
.ctr-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 12px;
}
.ctr-cta p {
  color: #9e9e9e;
  font-size: 0.93rem;
  margin-bottom: 28px;
}
.ctr-btn {
  display: inline-block;
  background: #00C2E0;
  color: #000000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 38px;
  border-radius: 4px;
  text-decoration: none;
}
.ctr-btn:hover {
  background: #33cfea;
  color: #000000;
  text-decoration: none;
}
.ctr-contact-info {
  margin-top: 22px;
  font-size: 0.83rem;
  color: #555;
  line-height: 2;
}
.ctr-contact-info a {
  color: #00C2E0;
  text-decoration: none;
}
.ctr-contact-info a:hover {
  text-decoration: underline;
}
