/* =========================================================================
   Cyclone homepage skin for WHMCS Lagom (Modern)
   Adapted from the CycloneServers main site (assets/css/home.css).
   Everything is scoped under .cyc-home so it never collides with Lagom.
   Asset paths are injected from the template via the --cyc-* custom props.
   ========================================================================= */

.cyc-home {
  --cyc-bg: #0b0b0d;
  --cyc-bg-2: #09090b;
  --cyc-fg: #ffffff;
  --cyc-muted: #707b85;
  --cyc-accent: #4682b4;
  background-color: var(--cyc-bg);
  color: var(--cyc-fg);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cyc-home a { color: inherit; text-decoration: none; }
.cyc-home img { max-width: 100%; height: auto; }

/* ---- Buttons ---- */
.cyc-home .cyc-btn-start {
  display: inline-block;
  color: var(--cyc-bg);
  background-color: var(--cyc-fg);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 6px;
  transition: opacity 0.2s;
}
.cyc-home .cyc-btn-start:hover { opacity: 0.85; }

.cyc-home .cyc-btn-secondary {
  display: inline-block;
  color: var(--cyc-fg);
  background-color: rgba(22, 23, 28, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 6px;
  transition: background-color 0.2s, border-color 0.2s;
}
.cyc-home .cyc-btn-secondary:hover {
  background-color: rgba(22, 23, 28, 1);
  border-color: rgba(255, 255, 255, 0.28);
}

/* ---- Shared section titles (also used by the dynamic WHMCS blocks) ---- */
.cyc-home .cyc-shell { width: min(75vw, 1280px); margin: 0 auto; }

.cyc-home .section-title,
.cyc-home .cyc-section-title {
  margin: 0;
  color: var(--cyc-fg);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
}
.cyc-home .section-subtitle,
.cyc-home .cyc-section-subtitle {
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.cyc-home .cyc-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.cyc-home .cyc-kicker img { width: auto; height: 18px; opacity: 0.9; }
.cyc-home .cyc-kicker span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* =====================  HERO  ===================== */
.cyc-home .cyc-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 0 64px;
  background-color: #09101c;
  background-image: var(--cyc-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  box-sizing: border-box;
}
.cyc-home .cyc-hero-content {
  position: relative;
  z-index: 1;
  width: min(75vw, 1280px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 460px);
  gap: 48px;
  align-items: center;
}
.cyc-home .cyc-hero-copy { max-width: 760px; }
.cyc-home .cyc-hero-eyebrow {
  margin: 0;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 0.95;
  font-weight: 800;
  color: var(--cyc-fg);
}
.cyc-home .cyc-hero-rotator {
  min-height: 1.2em;
  margin: 12px 0 0;
  color: var(--cyc-muted);
  font-size: clamp(28px, 4.6vw, 50px);
  line-height: 1.05;
  font-weight: 600;
}
.cyc-home .cyc-hero-lead {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--cyc-fg);
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
}
.cyc-home .cyc-hero-actions { display: flex; gap: 14px; margin-top: 28px; }
.cyc-home .cyc-hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  overflow: hidden;
}
.cyc-home .cyc-hero-visual img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
}

/* =====================  PROOF STRIP  ===================== */
.cyc-home .cyc-proof {
  padding: 26px 0 22px;
  background: linear-gradient(180deg, rgb(14, 18, 25), rgba(11, 11, 13, 0));
}
.cyc-home .cyc-proof-inner {
  width: min(75vw, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.cyc-home .cyc-proof-item {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.cyc-home .cyc-proof-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cyc-fg);
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
}
.cyc-home .cyc-proof-item span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.5;
}

/* =====================  GENERIC SITE-SECTION (WHMCS dynamic blocks)  ===================== */
.cyc-home .site-section { padding: 72px 0; }
.cyc-home .site-section > .container {
  width: min(75vw, 1280px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.cyc-home .site-section .section-content { margin-top: 34px; }

/* ---- Domain search ---- */
.cyc-home .domain-search-input,
.cyc-home .search-group {
  display: flex;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}
.cyc-home .search-field { flex: 1; position: relative; display: flex; }
.cyc-home .form-control,
.cyc-home input[type="text"].form-control {
  width: 100%;
  padding: 14px 16px;
  color: var(--cyc-fg);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  outline: none;
  font-size: 15px;
}
.cyc-home .form-control::placeholder { color: rgba(255, 255, 255, 0.34); }
.cyc-home .form-control:focus { border-color: rgba(70, 130, 180, 0.6); }
.cyc-home .inline-form-prefix {
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0;
  border-radius: 10px 0 0 10px;
}
.cyc-home .search-field-icon { display: none; }
.cyc-home .search-group-btn .btn,
.cyc-home input[type="submit"].btn {
  padding: 14px 26px;
  color: var(--cyc-bg);
  background-color: var(--cyc-fg);
  border: 0;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.cyc-home .search-group-btn .btn:hover { opacity: 0.85; }
.cyc-home .domain-tlds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.cyc-home .domain-tld {
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.cyc-home .domain-tld .tld-name { color: var(--cyc-fg); font-weight: 700; }
.cyc-home .domain-tld .tld-price { color: var(--cyc-accent); font-size: 13px; margin-top: 4px; }

/* ---- Product group / package cards (live WHMCS pricing) ---- */
.cyc-home .row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cyc-home .row .col { min-width: 0; }
.cyc-home .package {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.022));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  text-align: center;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.cyc-home .package:hover { transform: translateY(-4px); border-color: rgba(70, 130, 180, 0.3); }
.cyc-home .package-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(70, 130, 180, 0.12);
  color: #9ed8ff;
}
.cyc-home .package-icon svg,
.cyc-home .package-icon img { width: 34px; height: 34px; }
.cyc-home .package-title { margin: 0 0 8px; color: var(--cyc-fg); font-size: 20px; font-weight: 700; }
.cyc-home .package-desc { margin: 0 0 18px; color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.6; }
.cyc-home .package-price { margin-top: auto; }
.cyc-home .package-starting-from { color: rgba(255, 255, 255, 0.4); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.cyc-home .package-price .price { color: var(--cyc-fg); font-size: 30px; font-weight: 800; margin-top: 4px; }
.cyc-home .package-price .price-cycle { color: rgba(255, 255, 255, 0.45); font-size: 13px; font-weight: 500; }
.cyc-home .package-actions { margin-top: 20px; }
.cyc-home .package-actions .btn {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  color: var(--cyc-bg);
  background-color: var(--cyc-fg);
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.cyc-home .package-actions .btn:hover { opacity: 0.85; }

/* =====================  SERVICES (static, tabbed)  ===================== */
.cyc-home .cyc-services { width: min(75vw, 1280px); margin: 0 auto; padding: 96px 0; }
.cyc-home .cyc-services-head { max-width: 700px; }
.cyc-home .cyc-services-head h2 {
  margin: 0;
  color: var(--cyc-fg);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.cyc-home .cyc-services-head h2 span { color: rgba(255, 255, 255, 0.46); }
.cyc-home .cyc-services-intro {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}
.cyc-home .cyc-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  margin-top: 36px;
  align-items: stretch;
}
.cyc-home .cyc-services-list {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}
.cyc-home .cyc-tab {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: transparent;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}
.cyc-home .cyc-tab:last-child { border-bottom-color: transparent; }
.cyc-home .cyc-tab-trigger {
  width: 100%;
  padding: 14px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.cyc-home .cyc-tab-head { display: flex; align-items: center; gap: 10px; }
.cyc-home .cyc-tab-head > div { display: flex; flex-direction: column; gap: 4px; }
.cyc-home .cyc-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.62);
}
.cyc-home .cyc-tab-icon svg { width: 17px; height: 17px; }
.cyc-home .cyc-tab strong { color: var(--cyc-fg); font-size: 13px; line-height: 1.3; font-weight: 600; }
.cyc-home .cyc-tab-head > div > span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cyc-home .cyc-tab:hover,
.cyc-home .cyc-tab.is-active {
  background: linear-gradient(180deg, rgba(70, 130, 180, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(70, 130, 180, 0.16);
}
.cyc-home .cyc-tab.is-active .cyc-tab-icon,
.cyc-home .cyc-tab:hover .cyc-tab-icon { background-color: rgba(70, 130, 180, 0.14); color: #9ed8ff; }
.cyc-home .cyc-tab.is-active .cyc-tab-head > div > span,
.cyc-home .cyc-tab:hover .cyc-tab-head > div > span { color: rgba(255, 255, 255, 0.62); }
.cyc-home .cyc-tab-soon .cyc-tab-head > div > span { color: #6fd4ff; }
.cyc-home .cyc-tab-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 14px;
  transition: max-height 0.24s ease, opacity 0.24s ease, padding 0.24s ease;
}
.cyc-home .cyc-tab.is-active .cyc-tab-detail { max-height: 240px; opacity: 1; padding: 0 14px 18px; }
.cyc-home .cyc-tab-detail h3 { margin: 6px 0 10px; color: var(--cyc-fg); font-size: 20px; font-weight: 600; }
.cyc-home .cyc-tab-detail p { margin: 0; color: rgba(255, 255, 255, 0.5); font-size: 13px; line-height: 1.6; }

/* Simplified service visual (replaces the heavy bespoke art) */
.cyc-home .cyc-services-visual {
  position: relative;
  min-height: 440px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(70, 130, 180, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.cyc-home .cyc-svc-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.cyc-home .cyc-svc-panel.is-active { opacity: 1; pointer-events: auto; }
.cyc-home .cyc-svc-card {
  width: min(100%, 320px);
  padding: 26px;
  border-radius: 18px;
  background-color: rgba(9, 9, 11, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cyc-home .cyc-svc-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(70, 130, 180, 0.14);
  color: #9ed8ff;
  margin-bottom: 18px;
}
.cyc-home .cyc-svc-card-icon svg { width: 28px; height: 28px; }
.cyc-home .cyc-svc-card h4 { margin: 0 0 6px; color: var(--cyc-fg); font-size: 18px; font-weight: 700; }
.cyc-home .cyc-svc-card > p { margin: 0 0 18px; color: rgba(255, 255, 255, 0.5); font-size: 13px; line-height: 1.6; }
.cyc-home .cyc-svc-spec { margin-top: 12px; }
.cyc-home .cyc-svc-spec-row { margin-bottom: 12px; }
.cyc-home .cyc-svc-spec-row span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cyc-home .cyc-svc-meter { height: 7px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); overflow: hidden; }
.cyc-home .cyc-svc-meter i { display: block; height: 100%; border-radius: inherit; background: var(--cyc-accent); }

/* =====================  LOCATIONS  ===================== */
.cyc-home .cyc-locations { width: min(75vw, 1280px); margin: 0 auto; padding: 24px 0 96px; }
.cyc-home .cyc-locations h2 {
  max-width: 640px;
  margin: 0;
  color: var(--cyc-fg);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 600;
  text-align: left;
}
.cyc-home .cyc-locations h2 span { color: rgba(255, 255, 255, 0.46); }
.cyc-home .cyc-locations-intro {
  max-width: 760px;
  margin: 14px 0 30px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}
.cyc-home .cyc-locations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 420px);
  gap: 22px;
  align-items: stretch;
}
.cyc-home .cyc-map-card {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  background: #121114;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  min-height: 340px;
}
.cyc-home .cyc-map-img {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
  opacity: 0.2;
  filter: brightness(0) saturate(100%) invert(89%) sepia(19%) saturate(914%) hue-rotate(170deg) brightness(98%) contrast(97%);
}
.cyc-home .cyc-pin { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cyc-home .cyc-pin-bend { top: 38%; left: 18%; }
.cyc-home .cyc-pin-ashburn { top: 30%; left: 21.5%; }
.cyc-home .cyc-pin-dot {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #9ed8ff;
  box-shadow: 0 0 0 6px rgba(70, 130, 180, 0.14), 0 0 22px rgba(70, 130, 180, 0.45);
}
.cyc-home .cyc-pin-label {
  padding: 3px 6px;
  border-radius: 9px;
  background-color: rgba(11, 15, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--cyc-fg);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cyc-home .cyc-locations-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.cyc-home .cyc-location-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.cyc-home .cyc-location-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.34), rgba(8, 12, 18, 0.76)),
    radial-gradient(circle at top right, rgba(70, 130, 180, 0.14), transparent 34%);
  pointer-events: none;
}
.cyc-home .cyc-location-card:hover { transform: translateY(-4px); box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22); }
.cyc-home .cyc-location-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #9ed8ff;
}
.cyc-home .cyc-location-copy { position: relative; z-index: 1; }
.cyc-home .cyc-location-copy h3 { margin: 2px 0 8px; color: var(--cyc-fg); font-size: 16px; font-weight: 600; }
.cyc-home .cyc-location-copy p { margin: 0; color: rgba(255, 255, 255, 0.6); font-size: 11px; line-height: 1.5; }

/* =====================  TESTIMONIALS (marquee)  ===================== */
.cyc-home .cyc-testimonials { width: min(75vw, 1280px); margin: 0 auto; padding: 96px 0; }
.cyc-home .cyc-testimonials h2 {
  margin: 0;
  color: var(--cyc-fg);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 600;
  text-align: left;
}
.cyc-home .cyc-testimonials-intro {
  max-width: 720px;
  margin: 14px 0 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}
.cyc-home .cyc-testimonials-rotator {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.cyc-home .cyc-testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
  align-items: stretch;
  animation: cyc-testimonial-stream 34s linear infinite;
  will-change: transform;
}
.cyc-home .cyc-testimonials-rotator:hover .cyc-testimonials-track { animation-play-state: paused; }
.cyc-home .cyc-testimonial {
  position: relative;
  padding: 22px;
  width: clamp(280px, 30vw, 360px);
  min-height: 240px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
}
.cyc-home .cyc-testimonial::after {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
}
.cyc-home .cyc-testimonial-quote { margin: 0; color: var(--cyc-fg); font-size: 14px; line-height: 1.8; }
.cyc-home .cyc-testimonial-meta {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cyc-home .cyc-testimonial-meta strong { color: var(--cyc-fg); font-size: 14px; font-weight: 700; }
.cyc-home .cyc-testimonial-meta span { color: rgba(255, 255, 255, 0.5); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }

/* =====================  CTA  ===================== */
.cyc-home .cyc-cta { width: min(75vw, 1280px); margin: 0 auto; padding: 96px 0 112px; }
.cyc-home .cyc-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: #09101c;
  background-image: var(--cyc-cta-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.24);
}
.cyc-home .cyc-cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(70, 130, 180, 0.3), transparent 28%),
    linear-gradient(180deg, rgba(9, 16, 28, 0.62), rgba(9, 16, 28, 0.86));
}
.cyc-home .cyc-cta-content { position: relative; z-index: 1; padding: 72px 56px; }
.cyc-home .cyc-cta-kicker { margin: 0 0 10px; color: rgba(255, 255, 255, 0.72); font-size: 15px; font-weight: 700; }
.cyc-home .cyc-cta-content h2 {
  max-width: 760px;
  margin: 0;
  color: var(--cyc-fg);
  font-size: clamp(30px, 4.6vw, 50px);
  line-height: 1.12;
  font-weight: 700;
  text-align: left;
}
.cyc-home .cyc-cta-actions { display: flex; gap: 14px; margin-top: 28px; }

/* =====================  KEYFRAMES  ===================== */
@keyframes cyc-testimonial-stream {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

/* =====================  RESPONSIVE  ===================== */
@media (max-width: 900px) {
  .cyc-home .cyc-hero-content,
  .cyc-home .cyc-proof-inner,
  .cyc-home .site-section > .container,
  .cyc-home .cyc-services,
  .cyc-home .cyc-locations,
  .cyc-home .cyc-testimonials,
  .cyc-home .cyc-cta { width: calc(100vw - 40px); }

  .cyc-home .cyc-hero-content { grid-template-columns: 1fr; }
  .cyc-home .cyc-hero-visual { min-height: 320px; }
  .cyc-home .cyc-proof-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cyc-home .row { grid-template-columns: 1fr; }
  .cyc-home .cyc-services-grid { grid-template-columns: 1fr; }
  .cyc-home .cyc-locations-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .cyc-home .cyc-proof-inner { grid-template-columns: 1fr; }
  .cyc-home .domain-search-input,
  .cyc-home .search-group { flex-direction: column; }
  .cyc-home .cyc-cta-content { padding: 32px 24px; }
  .cyc-home .cyc-cta-actions { flex-direction: column; align-items: stretch; }
  .cyc-home .cyc-hero-actions { flex-wrap: wrap; }
}
