/* ============================================================
   HIRE AI DEVELOPERS — scoped .hire-* styles
   Palette: Galaxywing Navy #09102e · Green #7ACC0D · White · Cream
   ============================================================ */
.hire-main { background: #fff; color: #09102e; overflow-x: clip; }

.hire-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.4);
  color: #568f00;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hire-eyebrow-light { background: rgba(122, 204, 13, 0.18); border-color: rgba(122, 204, 13, 0.55); color: #c5f07a; }
.hire-dot { width: 6px; height: 6px; background: #7ACC0D; border-radius: 50%; box-shadow: 0 0 10px #7ACC0D; }

.hire-section-head { text-align: center; max-width: 820px; margin: 0 auto 56px; }
.hire-section-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #09102e;
  margin: 0 0 16px;
}
.hire-section-title em {
  font-style: italic;
  background: linear-gradient(90deg, #7ACC0D 0%, #3d7c00 50%, #09102e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hire-section-title-light { color: #fff; }
.hire-section-title-light em {
  background: linear-gradient(90deg, #c5f07a 0%, #7ACC0D 60%, #ffffff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hire-section-sub { font-size: 16.5px; line-height: 1.7; color: #5b637a; margin: 0 auto; max-width: 640px; }
.hire-section-head-light .hire-section-sub { color: rgba(255, 255, 255, 0.75); }

.hire-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; border-radius: 999px;
  font-weight: 700; font-size: 15px; text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}
.hire-cta-primary {
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e !important;
  box-shadow: 0 12px 26px rgba(122, 204, 13, 0.35);
}
.hire-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(122, 204, 13, 0.5); }
.hire-cta-ghost { background: transparent; color: #09102e !important; border: 1.5px solid rgba(9, 16, 46, 0.18); }
.hire-cta-ghost:hover { border-color: #09102e; transform: translateY(-2px); }
.hire-cta-lg { padding: 16px 36px; font-size: 16px; }

/* HERO */
.hire-hero { position: relative; padding: 90px 0 100px; background: linear-gradient(180deg, #09102e 0%, #0a143a 60%, #09102e 100%); color: #fff; overflow: hidden; isolation: isolate; }
.hire-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 460px at 15% 25%, rgba(122, 204, 13, 0.2), transparent 60%),
    radial-gradient(600px 420px at 90% 85%, rgba(80, 120, 255, 0.18), transparent 60%),
    radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1.4px) 0 0 / 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 75%);
  pointer-events: none; z-index: 0;
}
.hire-hero-inner { position: relative; z-index: 2; }
.hire-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hire-hero .hire-eyebrow { background: rgba(122, 204, 13, 0.18); border-color: rgba(122, 204, 13, 0.55); color: #c5f07a; }
.hire-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(30px, 5vw, 68px);
  line-height: 1.2; letter-spacing: -0.025em;
  color: #fff; margin: 0 0 22px;
}
.hire-title em {
  font-style: italic;
  background: linear-gradient(90deg, #7ACC0D 0%, #c5f07a 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 0.12em;
}
.hire-sub { font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, 0.82); max-width: 560px; margin: 0 0 34px; }
.hire-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hire-hero .hire-cta-ghost { color: #fff !important; border-color: rgba(255, 255, 255, 0.28); }
.hire-hero .hire-cta-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: #fff; }
.hire-trust-row { display: flex; gap: 36px; flex-wrap: wrap; }
.hire-trust-item { display: flex; flex-direction: column; gap: 4px; }
.hire-trust-item strong {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 800; color: #c5f07a; letter-spacing: -0.02em; line-height: 1;
}
.hire-trust-item span { font-size: 12.5px; color: rgba(255, 255, 255, 0.65); }

.hire-hero-card {
  background: #0b1436;
  border: 1px solid rgba(122, 204, 13, 0.22);
  border-radius: 14px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.hire-hero-card-head { display: flex; align-items: center; gap: 7px; padding: 12px 18px; background: #070d2a; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.hire-hero-card-dot { width: 11px; height: 11px; border-radius: 50%; background: #2d3561; }
.hire-hero-card-dot:nth-child(1) { background: #ff5f57; }
.hire-hero-card-dot:nth-child(2) { background: #febc2e; }
.hire-hero-card-dot:nth-child(3) { background: #28c840; }
.hire-hero-card-title { margin-left: 10px; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 12.5px; color: rgba(255, 255, 255, 0.55); }
.hire-hero-card-body {
  padding: 22px 24px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 13.5px; color: rgba(255, 255, 255, 0.82);
  display: flex; flex-direction: column; gap: 10px;
}
.hire-hero-tag { display: inline-block; min-width: 62px; color: #c5f07a; margin-right: 12px; }
.hire-hero-tag-ok { color: #28c840; margin-right: 8px; }
.hire-hero-line-ok { color: #c5f07a; }

@media (max-width: 991px) {
  .hire-hero { padding: 60px 0 70px; }
  .hire-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hire-trust-row { gap: 26px; }
}

/* WHY */
.hire-why { padding: var(--sec-py-lg) 0; background: #fbfaf5; }
.hire-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.hire-why-card { padding: 28px 26px; background: #fff; border: 1px solid rgba(9, 16, 46, 0.08); border-radius: 16px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.hire-why-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(9, 16, 46, 0.08); }
.hire-why-ic { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, #7ACC0D 0%, #5a9c08 100%); color: #fff; font-size: 20px; margin-bottom: 18px; }
.hire-why-card h3 { font-family: 'Fraunces', 'Inter', serif; font-weight: 700; font-size: 21px; color: #09102e; margin: 0 0 8px; }
.hire-why-card p { font-size: 14.5px; line-height: 1.65; color: #5b637a; margin: 0; }
@media (max-width: 991px) { .hire-why-grid { grid-template-columns: 1fr; } }

/* BUILD — DARK */
.hire-build {
  position: relative;
  padding: var(--sec-py-lg) 0;
  background:
    radial-gradient(800px 500px at 90% 10%, rgba(122, 204, 13, 0.14), transparent 60%),
    linear-gradient(180deg, #09102e 0%, #0a143a 60%, #09102e 100%);
  color: #fff;
}
.hire-build .hire-eyebrow { background: rgba(122, 204, 13, 0.18); border-color: rgba(122, 204, 13, 0.55); color: #c5f07a; }
.hire-build .hire-section-title { color: #fff; }
.hire-build .hire-section-title em {
  background: linear-gradient(90deg, #c5f07a 0%, #7ACC0D 60%, #ffffff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hire-build .hire-section-sub { color: rgba(255, 255, 255, 0.72); }

.hire-build-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.hire-build-card { position: relative; padding: 32px 28px 26px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 18px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease; }
.hire-build-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.06); border-color: rgba(122, 204, 13, 0.55); box-shadow: 0 26px 50px rgba(0, 0, 0, 0.45); }
.hire-build-num { position: absolute; top: 20px; right: 22px; font-family: 'Fraunces', serif; font-size: 22px; font-weight: 700; color: rgba(197, 240, 122, 0.45); letter-spacing: -0.02em; }
.hire-build-ic { display: inline-flex; width: 54px; height: 54px; border-radius: 14px; align-items: center; justify-content: center; background: rgba(122, 204, 13, 0.18); border: 1px solid rgba(122, 204, 13, 0.40); color: #c5f07a; font-size: 24px; margin-bottom: 16px; box-shadow: 0 0 24px rgba(122, 204, 13, 0.18); }
.hire-build-card h3 { font-family: 'Fraunces', 'Inter', serif; font-weight: 700; font-size: 20px; color: #fff; margin: 0 0 10px; line-height: 1.25; }
.hire-build-card p { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); margin: 0; }
@media (max-width: 991px) { .hire-build-grid { grid-template-columns: 1fr; } }

/* STACK — LIGHT */
.hire-stack { padding: var(--sec-py-lg) 0; background: #fbfaf5; color: #09102e; }
.hire-stack .hire-eyebrow,
.hire-stack .hire-eyebrow-light {
  background: rgba(122, 204, 13, 0.14);
  border-color: rgba(122, 204, 13, 0.40);
  color: #568f00;
}
.hire-stack .hire-section-title,
.hire-stack .hire-section-title-light { color: #09102e; }
.hire-stack .hire-section-title em,
.hire-stack .hire-section-title-light em {
  background: linear-gradient(90deg, #7ACC0D 0%, #3d7c00 50%, #09102e 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hire-stack .hire-section-sub,
.hire-stack .hire-section-head-light .hire-section-sub { color: #5b637a; }

.hire-stack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; max-width: 1180px; margin: 0 auto; }
.hire-stack-col { background: #ffffff; border: 1px solid rgba(9, 16, 46, 0.08); border-radius: 14px; padding: 26px 24px; box-shadow: 0 4px 14px rgba(6, 9, 28, 0.05); transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.hire-stack-col:hover { transform: translateY(-3px); border-color: rgba(122, 204, 13, 0.40); box-shadow: 0 18px 36px rgba(6, 9, 28, 0.08); }
.hire-stack-col h4 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px; color: #09102e; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(9, 16, 46, 0.08); }
.hire-stack-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.hire-stack-col li { font-size: 13.5px; color: #5b637a; padding-left: 16px; position: relative; }
.hire-stack-col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: #7ACC0D; border-radius: 50%; }
@media (max-width: 991px) { .hire-stack-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .hire-stack-grid { grid-template-columns: 1fr; } }

/* MODELS — DARK */
.hire-models {
  position: relative;
  padding: var(--sec-py-lg) 0;
  background:
    radial-gradient(800px 500px at 10% 20%, rgba(122, 204, 13, 0.14), transparent 60%),
    linear-gradient(180deg, #09102e 0%, #0a143a 60%, #09102e 100%);
  color: #fff;
}
.hire-models .hire-eyebrow { background: rgba(122, 204, 13, 0.18); border-color: rgba(122, 204, 13, 0.55); color: #c5f07a; }
.hire-models .hire-section-title { color: #fff; }
.hire-models .hire-section-title em {
  background: linear-gradient(90deg, #c5f07a 0%, #7ACC0D 60%, #ffffff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hire-models .hire-section-sub { color: rgba(255, 255, 255, 0.72); }

.hire-models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1100px; margin: 0 auto; align-items: stretch; }
.hire-model { position: relative; padding: 36px 30px 30px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 18px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30); display: flex; flex-direction: column; gap: 16px; color: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease; }
.hire-model:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.06); border-color: rgba(122, 204, 13, 0.55); box-shadow: 0 28px 54px rgba(0, 0, 0, 0.45); }
.hire-model-featured {
  background: linear-gradient(180deg, rgba(122, 204, 13, 0.16) 0%, rgba(122, 204, 13, 0.05) 100%);
  border-color: rgba(122, 204, 13, 0.55);
  box-shadow: 0 14px 32px rgba(122, 204, 13, 0.22), 0 0 0 1px rgba(122, 204, 13, 0.10) inset;
  transform: translateY(-10px);
}
.hire-model-featured:hover { transform: translateY(-16px); background: linear-gradient(180deg, rgba(122, 204, 13, 0.22) 0%, rgba(122, 204, 13, 0.08) 100%); }
.hire-model-tag { position: absolute; top: -12px; left: 22px; padding: 5px 12px; background: #09102e; color: #c5f07a; font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; border-radius: 999px; border: 1px solid rgba(122, 204, 13, 0.40); }
.hire-model-tag-hot { background: linear-gradient(135deg, #7ACC0D 0%, #5a9c08 100%); color: #09102e; border-color: transparent; }
.hire-model h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: #fff; margin: 0; }
.hire-model-featured h3 { color: #c5f07a; }
.hire-model-price { font-family: 'Fraunces', serif; margin: 0; display: flex; align-items: baseline; gap: 8px; }
.hire-model-price strong { font-size: 44px; font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1; }
.hire-model-featured .hire-model-price strong { color: #fff; }
.hire-model-price span { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.65); }
.hire-model-featured .hire-model-price span { color: rgba(255, 255, 255, 0.65); }
.hire-model ul { list-style: none; padding: 0; margin: 4px 0 4px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.hire-model li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255, 255, 255, 0.82); }
.hire-model li i { color: #c5f07a; font-size: 16px; }
.hire-model-featured li { color: rgba(255, 255, 255, 0.92); }
.hire-model-cta { display: block; text-align: center; padding: 13px 20px; border-radius: 999px; background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.25); color: #fff !important; font-weight: 700; font-size: 14px; text-decoration: none; margin-top: 6px; transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease; }
.hire-model-cta:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.16); border-color: rgba(122, 204, 13, 0.55); }
.hire-model-featured .hire-model-cta { background: linear-gradient(135deg, #7ACC0D 0%, #5a9c08 100%); border-color: transparent; color: #09102e !important; }
@media (max-width: 991px) {
  .hire-models-grid { grid-template-columns: 1fr; }
  .hire-model-featured { transform: none; }
  .hire-model-featured:hover { transform: translateY(-5px); }
}

/* CASES */
.hire-cases { padding: var(--sec-py-lg) 0; background: #fff; }
.hire-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.hire-case { position: relative; padding: 28px 26px 70px; background: #fbfff2; border: 1px solid rgba(122, 204, 13, 0.2); border-radius: 16px; text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; min-height: 220px; display: block; }
.hire-case:hover { transform: translateY(-5px); border-color: #7ACC0D; box-shadow: 0 22px 44px rgba(122, 204, 13, 0.2); }
.hire-case-tag { display: inline-block; padding: 4px 10px; background: rgba(9, 16, 46, 0.06); color: #5b637a; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 999px; margin-bottom: 12px; }
.hire-case h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; color: #09102e; margin: 0 0 10px; }
.hire-case p { font-size: 14px; color: #5b637a; line-height: 1.6; margin: 0; }
.hire-case p strong { color: #568f00; font-weight: 700; }
.hire-case-arrow { position: absolute; bottom: 22px; right: 22px; width: 36px; height: 36px; border-radius: 50%; background: #09102e; color: #c5f07a !important; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; transition: background 0.3s ease, transform 0.3s ease; }
.hire-case:hover .hire-case-arrow { background: linear-gradient(135deg, #7ACC0D 0%, #5a9c08 100%); color: #09102e !important; transform: rotate(45deg); }
@media (max-width: 991px) { .hire-cases-grid { grid-template-columns: 1fr; } }

/* PROCESS — DARK */
.hire-process {
  position: relative;
  padding: var(--sec-py-lg) 0;
  background:
    radial-gradient(800px 500px at 90% 80%, rgba(122, 204, 13, 0.12), transparent 60%),
    linear-gradient(180deg, #09102e 0%, #0a143a 60%, #09102e 100%);
  color: #fff;
}
.hire-process .hire-eyebrow { background: rgba(122, 204, 13, 0.18); border-color: rgba(122, 204, 13, 0.55); color: #c5f07a; }
.hire-process .hire-section-title { color: #fff; }
.hire-process .hire-section-title em {
  background: linear-gradient(90deg, #c5f07a 0%, #7ACC0D 60%, #ffffff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hire-process .hire-section-sub { color: rgba(255, 255, 255, 0.72); }

.hire-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.hire-step { padding: 28px 24px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 14px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30); transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease; }
.hire-step:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.06); border-color: rgba(122, 204, 13, 0.40); }
.hire-step-n { display: inline-block; font-family: 'Fraunces', serif; font-size: 30px; font-weight: 800; color: #c5f07a; line-height: 1; margin-bottom: 14px; letter-spacing: -0.02em; text-shadow: 0 0 18px rgba(122, 204, 13, 0.35); }
.hire-step h4 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px; color: #fff; margin: 0 0 8px; }
.hire-step p { font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); margin: 0; }
@media (max-width: 991px) { .hire-process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .hire-process-grid { grid-template-columns: 1fr; } 

.hire-hero-card-body {
    padding: 22px 5px;
}
.hire-hero-tag {
    min-width: 40px;
    margin-right: 10px;
}
.hire-sub {
    font-size: 16px;
}






}
@media (max-width: 1024px){
.section.hire-hero .hire-hero-card-head {
    margin: 0 !important;
}

}

/* FAQ */
.hire-faq { padding: 100px 0 110px; background: #fff; }
.hire-faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; margin: 0 auto; }
.hire-faq-item { background: #fbfaf5; border: 1px solid rgba(9, 16, 46, 0.08); border-radius: 14px; padding: 0; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.hire-faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px; color: #09102e; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hire-faq-item summary::-webkit-details-marker { display: none; }
.hire-faq-ic { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(122, 204, 13, 0.14); color: #568f00; font-size: 12px; transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease; }
.hire-faq-item[open] { border-color: rgba(122, 204, 13, 0.4); box-shadow: 0 12px 24px rgba(122, 204, 13, 0.1); }
.hire-faq-item[open] .hire-faq-ic { background: #7ACC0D; color: #09102e; transform: rotate(45deg); }
.hire-faq-item > div { padding: 0 22px 20px; font-size: 14px; line-height: 1.65; color: #5b637a; }

/* FINAL CTA BAND */
.hire-cta-band { padding: var(--sec-py-md) 0; background: linear-gradient(135deg, #09102e 0%, #0a143a 60%, #09102e 100%); color: #fff; position: relative; overflow: hidden; }
.hire-cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 50% 50%, rgba(122, 204, 13, 0.18), transparent 70%); pointer-events: none; }
.hire-cta-band-grid { position: relative; display: grid; grid-template-columns: 1.4fr auto; align-items: center; gap: 40px; }
.hire-cta-band h2 { font-family: 'Fraunces', serif; font-weight: 800; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; letter-spacing: -0.02em; color: #fff; margin: 0 0 12px; }
.hire-cta-band p { color: rgba(255, 255, 255, 0.78); font-size: 15px; line-height: 1.65; margin: 0; max-width: 480px; }
@media (max-width: 991px) { .hire-cta-band-grid { grid-template-columns: 1fr; }
.hire-model-price strong {
    font-size: 35px;
} }
