/* ============================================
   URIBO PAGE STYLES — refined dark navy + champagne
   ============================================ */
.uribo-page {
  background: #0a0a14;
  color: #fff;
}
.uribo-page #header {
  background: rgba(10,10,20,0.6);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.uribo-page #header .nav-logo,
.uribo-page #header .nav-links a { color: #fff; }
.uribo-page #header .btn-nav {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.uribo-page #header .btn-nav:hover {
  background: #fff;
  color: #111;
}
.uribo-page .section-title { color: #fff; }
.uribo-page .section-label { color: rgba(255,255,255,0.5); }

/* HERO */
.uribo-hero {
  position: relative;
  min-height: 78vh;
  padding: 160px 48px 100px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a14 0%, #14142a 50%, #0a0a14 100%);
  display: flex; align-items: center;
}
.uribo-hero-inner {
  position: relative; z-index: 1;
  text-align: left;
  max-width: 1180px;
  margin: 0 auto;
}
.uribo-brand-logo {
  display: block;
  max-width: 280px;
  height: auto;
  margin-bottom: 36px;
  padding: 18px 24px;
  background: rgba(255,255,255,0.92);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.3);
  opacity: 0;
  animation: fade-in-up 0.9s ease 0.05s forwards;
}
.uribo-pill {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  padding: 10px 22px;
  border: 1px solid rgba(200,165,116,0.5);
  border-radius: 999px;
  color: #c8a574;
  margin-bottom: 36px;
  opacity: 0;
  animation: fade-in-up 0.9s ease 0.15s forwards;
}
.uribo-hero-title {
  font-size: clamp(48px, 7.5vw, 110px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  color: #fff;
}
.uribo-hero-title .ch-word {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  animation: ch-word-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.uribo-hero-title .ch-word:nth-child(1) { animation-delay: 0.3s; }
.uribo-hero-title .ch-word:nth-child(2) { animation-delay: 0.55s; }
.uribo-hero-title .grad-text {
  background: linear-gradient(135deg, #e2e8f0, #c8a574);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uribo-hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.9;
  color: rgba(255,255,255,0.7);
  margin-bottom: 48px;
  opacity: 0;
  animation: fade-in-up 0.9s ease 0.9s forwards;
}
.uribo-hero-cta {
  display: flex; gap: 20px; flex-wrap: wrap;
  opacity: 0;
  animation: fade-in-up 0.9s ease 1.1s forwards;
}
.btn-uribo-primary {
  display: inline-flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, #c8a574, #b58c52);
  color: #0a0a14;
  padding: 18px 36px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 36px rgba(200,165,116,0.25);
}
.btn-uribo-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(200,165,116,0.4);
}
.btn-uribo-large {
  padding: 22px 48px;
  font-size: 17px;
}
.btn-uribo-ghost {
  display: inline-flex; align-items: center;
  padding: 18px 30px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: border-color 0.3s, background 0.3s;
}
.btn-uribo-ghost:hover {
  border-color: #c8a574;
  background: rgba(200,165,116,0.08);
}

/* PAIN POINTS */
.uribo-pain {
  background: linear-gradient(180deg, #0a0a14 0%, #0e0e1d 100%);
}
.pain-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  margin-top: 60px;
  align-items: center;
}
.pain-list {
  list-style: none;
  padding: 0; margin: 0;
}
.pain-list li {
  font-size: 19px;
  line-height: 1.6;
  padding: 22px 0;
  display: flex; align-items: flex-start; gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
}
.pain-list li:last-child { border-bottom: none; }
.pain-check {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8a574, #b58c52);
  color: #0a0a14;
  font-weight: 700;
  font-size: 14px;
  margin-top: 2px;
}
.pain-callout {
  padding: 48px 36px;
  border: 1px solid rgba(200,165,116,0.3);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(200,165,116,0.06), rgba(71,85,105,0.06));
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pain-callout::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.04) 50%, transparent 70%);
  animation: callout-sweep 5s ease-in-out infinite;
}
.pain-callout-lead {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
}
.pain-callout-big {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
.pain-callout-big span {
  background: linear-gradient(135deg, #e2e8f0, #c8a574);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pain-callout-big em {
  font-style: normal;
  color: #ef4444;
  font-size: 1.4em;
}

/* SERVICE */
.uribo-service {
  background: linear-gradient(180deg, #0e0e1d 0%, #14142a 100%);
}
.uribo-lead {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  line-height: 1.9;
  margin: 32px 0 60px;
  max-width: 760px;
}
.service-flow {
  display: flex; align-items: stretch; gap: 16px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.sf-step {
  flex: 1; min-width: 240px;
  padding: 36px 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,165,116,0.25);
  border-radius: 18px;
  transition: transform 0.4s ease, border-color 0.3s;
}
.sf-step:hover {
  transform: translateY(-6px);
  border-color: rgba(200,165,116,0.6);
}
.sf-icon {
  display: inline-block;
  font-size: 32px;
  color: #c8a574;
  margin-bottom: 14px;
}
.sf-step h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.sf-step p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}
.sf-arrow {
  display: flex; align-items: center;
  font-size: 36px;
  color: rgba(200,165,116,0.6);
}

.uribo-features-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 3px solid #c8a574;
}
.uribo-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 80px;
}
.uf-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  transition: transform 0.3s, border-color 0.3s;
}
.uf-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,165,116,0.4);
}
.uf-num {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #c8a574;
  margin-bottom: 12px;
}
.uf-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.uf-card p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
}
.uribo-tagline {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 40px;
  background: linear-gradient(135deg, rgba(200,165,116,0.08), rgba(71,85,105,0.08));
  border: 1px solid rgba(200,165,116,0.2);
  border-radius: 20px;
}
.uribo-tagline em {
  font-style: normal;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}
.uribo-tagline .grad-text {
  background: linear-gradient(135deg, #e2e8f0, #c8a574);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* STRENGTHS */
.uribo-strengths {
  background: linear-gradient(180deg, #14142a 0%, #0e0e1d 100%);
}
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}
.strength-card {
  padding: 44px 36px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  position: relative;
  transition: transform 0.4s, border-color 0.3s, background 0.3s;
}
.strength-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200,165,116,0.5);
  background: rgba(255,255,255,0.05);
}
.strength-num {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #c8a574, #94a3b8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}
.strength-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
.strength-card p {
  font-size: 14.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

/* TALENT */
.uribo-talent {
  background: linear-gradient(180deg, #0e0e1d 0%, #14142a 100%);
}
.talent-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  padding-left: 14px;
  border-left: 3px solid #c8a574;
  margin: 40px 0 28px;
}
.talent-companies {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.talent-companies span {
  padding: 26px 16px;
  text-align: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.78);
  transition: transform 0.3s, border-color 0.3s, color 0.3s;
}
.talent-companies span:hover {
  transform: translateY(-3px);
  border-color: rgba(200,165,116,0.5);
  color: #fff;
}
.talent-skill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.ts-card {
  padding: 32px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}
.ts-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,165,116,0.4);
}
.ts-card h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 8px;
}
.ts-card p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

/* CONTRACT */
.uribo-contract {
  background: linear-gradient(180deg, #14142a 0%, #0e0e1d 100%);
}
.contract-lead {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 32px 0 50px;
  max-width: 880px;
  line-height: 1.9;
}
.contract-table {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}
.ct-row {
  display: grid;
  grid-template-columns: 200px 1fr 1.2fr;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ct-row:last-child { border-bottom: none; }
.ct-cell {
  padding: 22px 24px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}
.ct-row.ct-head .ct-cell {
  font-weight: 700;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.03);
  position: relative;
}
.ct-row.ct-head .ct-cell span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}
.ct-row.ct-head .ct-highlight {
  background: linear-gradient(135deg, rgba(200,165,116,0.18), rgba(200,165,116,0.05));
  color: #fff;
  position: relative;
}
.ct-badge {
  position: absolute;
  top: -12px; left: 16px;
  background: linear-gradient(135deg, #c8a574, #b58c52);
  color: #0a0a14;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 700;
}
.ct-label {
  background: rgba(255,255,255,0.03);
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  font-size: 13.5px;
}
.ct-bad::before {
  content: '⚠ ';
  color: rgba(239,68,68,0.7);
  margin-right: 4px;
}
.ct-good::before {
  content: '✓ ';
  color: #c8a574;
  font-weight: 700;
  margin-right: 4px;
}
.ct-row > .ct-cell:last-child:not(.ct-label) {
  background: rgba(200,165,116,0.04);
}
.contract-note {
  margin-top: 36px;
  padding: 28px 32px;
  background: rgba(200,165,116,0.06);
  border-left: 3px solid #c8a574;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,0.8);
}
.contract-note strong {
  color: #c8a574;
}

/* PRICING */
.uribo-pricing {
  background: linear-gradient(180deg, #0e0e1d 0%, #14142a 100%);
}
.pricing-sub {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 40px 0 28px;
  padding-left: 14px;
  border-left: 3px solid #c8a574;
}
.pricing-sub small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
}
.price-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.plan-card {
  position: relative;
  padding: 40px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  transition: transform 0.4s, border-color 0.3s;
}
.plan-card:hover {
  transform: translateY(-6px);
}
.plan-recommended {
  border-color: rgba(200,165,116,0.6);
  background: linear-gradient(135deg, rgba(200,165,116,0.08), rgba(255,255,255,0.03));
}
.plan-enterprise {
  border-color: rgba(148,163,184,0.4);
}
.plan-badge {
  position: absolute;
  top: -14px; left: 24px;
  background: linear-gradient(135deg, #c8a574, #b58c52);
  color: #0a0a14;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
}
.plan-price {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
}
.plan-price strong {
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 700;
  margin: 0 4px;
  background: linear-gradient(135deg, #fff, #c8a574);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-price span {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.plan-term {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(200,165,116,0.12);
  color: #c8a574;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 12px;
}
.plan-target {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.plan-incl {
  list-style: none;
  padding: 0; margin: 0;
}
.plan-incl li {
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  padding-left: 20px;
  position: relative;
}
.plan-incl li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  color: #c8a574;
  font-weight: 700;
}
.plan-extra {
  color: #c8a574 !important;
  font-weight: 600;
}

.price-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pb-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  transition: transform 0.3s, border-color 0.3s;
}
.pb-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200,165,116,0.4);
}
.pb-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #c8a574;
  margin-bottom: 10px;
}
.pb-card p {
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
}
.price-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pe-card {
  padding: 32px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
}
.pe-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #c8a574;
  background: rgba(200,165,116,0.12);
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 14px;
}
.pe-tag-blue {
  color: #94a3b8;
  background: rgba(148,163,184,0.12);
}
.pe-role {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: 4px;
}
.pe-detail {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 18px;
}
.pe-amount {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
}
.pe-amount strong {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0 6px;
  background: linear-gradient(135deg, #fff, #c8a574);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PLANS — Contact Style */
.plans-contact {
  text-align: center;
  max-width: 820px;
  margin: 60px auto 0;
  padding: 60px 48px;
  background: linear-gradient(135deg, rgba(200,165,116,0.08), rgba(71,85,105,0.06));
  border: 1px solid rgba(200,165,116,0.25);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.plans-contact::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.04) 50%, transparent 70%);
  animation: callout-sweep 6s ease-in-out infinite;
}
.plans-contact-lead {
  position: relative;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 24px;
}
.plans-contact-body {
  position: relative;
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,0.75);
  margin-bottom: 40px;
}
.plans-contact .btn-uribo-primary {
  position: relative;
}
.sp-only { display: none; }
@media (max-width: 768px) {
  .sp-only { display: inline; }
}

/* FLOW */
.uribo-flow {
  background: linear-gradient(180deg, #14142a 0%, #0a0a14 100%);
}
.flow-lead {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 32px 0 60px;
  max-width: 760px;
}
.flow-steps {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.flow-steps::before {
  content: '';
  position: absolute;
  top: 28px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,165,116,0.4), transparent);
}
.flow-steps li {
  position: relative;
  text-align: center;
  padding: 0 12px;
}
.fs-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8a574, #b58c52);
  color: #0a0a14;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0 8px 24px rgba(200,165,116,0.3);
}
.flow-steps li h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.flow-steps li p {
  font-size: 12.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.65);
}

/* CTA */
.uribo-cta {
  padding: 120px 48px;
  background: linear-gradient(135deg, #0a0a14 0%, #14142a 100%);
  position: relative;
  overflow: hidden;
}
.uribo-cta::before, .uribo-cta::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.uribo-cta::before {
  width: 500px; height: 500px;
  top: -200px; left: -100px;
  background: radial-gradient(circle, rgba(200,165,116,0.3), transparent 70%);
  animation: orb-drift-1 22s ease-in-out infinite alternate;
}
.uribo-cta::after {
  width: 500px; height: 500px;
  bottom: -200px; right: -100px;
  background: radial-gradient(circle, rgba(71,85,105,0.4), transparent 70%);
  animation: orb-drift-2 26s ease-in-out infinite alternate;
}
.cta-inner {
  position: relative; z-index: 1;
  max-width: 760px; margin: 0 auto;
  text-align: center;
  padding: 60px 48px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,165,116,0.3);
  border-radius: 28px;
  backdrop-filter: blur(10px);
}
.cta-eyebrow {
  font-size: 14px;
  color: #c8a574;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.cta-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
}
.cta-list {
  list-style: none;
  padding: 0; margin: 0 0 40px;
  display: inline-block;
  text-align: left;
}
.cta-list li {
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,0.8);
  padding-left: 26px;
  position: relative;
}
.cta-list li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  color: #c8a574;
  font-weight: 700;
}
.cta-note {
  margin-top: 18px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .uribo-features-grid { grid-template-columns: repeat(2, 1fr); }
  .talent-companies { grid-template-columns: repeat(3, 1fr); }
  .talent-skill-grid { grid-template-columns: repeat(2, 1fr); }
  .price-plans, .strengths-grid { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: repeat(2, 1fr); }
  .flow-steps::before { display: none; }
  .ct-row { grid-template-columns: 140px 1fr 1.2fr; }
}
@media (max-width: 768px) {
  .pain-grid { grid-template-columns: 1fr; }
  .service-flow { flex-direction: column; }
  .sf-arrow { display: none; }
  .talent-companies { grid-template-columns: repeat(2, 1fr); }
  .talent-skill-grid { grid-template-columns: 1fr; }
  .ct-row { grid-template-columns: 1fr; }
  .ct-cell { padding: 14px 18px; }
  .price-examples { grid-template-columns: 1fr; }
  .price-benefits { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: 1fr; }
  .uribo-hero { padding: 120px 24px 80px; }
}
