.home-hero{
    position:relative;
    overflow:hidden;
    padding:42px 0 22px;
    background:
        radial-gradient(circle at 10% 10%, rgba(37,99,235,.10), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(249,115,22,.10), transparent 24%),
        linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.home-hero__grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:28px;
    align-items:stretch;
}

.home-hero__content{
    position:relative;
    overflow:hidden;
    min-width:0;
    padding:44px;
    border:1px solid #e2e8f0;
    border-radius:30px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.94)),
        #ffffff;
    box-shadow:0 22px 58px rgba(15,23,42,.08);
    align-self:stretch;
}

.home-hero__content:before{
    content:"";
    position:absolute;
    left:44px;
    top:30px;
    width:82px;
    height:5px;
    border-radius:999px;
    background:linear-gradient(90deg,#f97316,#1d4ed8);
}

.home-hero h1{
    margin:18px 0 18px;
    max-width:900px;
    color:#111827;
    font-size:clamp(44px,5.2vw,68px);
    line-height:1.02;
    letter-spacing:-.062em;
}

.home-hero p{
    margin:0;
    max-width:820px;
    color:#374151;
    font-size:18px;
    line-height:1.72;
}

.hero-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-top:28px;
}

.home-hero__tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:24px;
}

.home-hero__tags span{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:8px 12px;
    border:1px solid #e2e8f0;
    border-radius:999px;
    background:#ffffff;
    color:#334155;
    font-size:13px;
    font-weight:850;
    box-shadow:0 8px 18px rgba(15,23,42,.045);
}

.home-hero__panel{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    width:100%;
    min-width:0;
    padding:26px 28px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:30px;
    background:
        radial-gradient(circle at 20% 12%, rgba(96,165,250,.22), transparent 28%),
        radial-gradient(circle at 88% 88%, rgba(249,115,22,.18), transparent 26%),
        linear-gradient(135deg,#020617 0%,#0f172a 58%,#102a4b 100%);
    color:#ffffff;
    box-shadow:0 24px 62px rgba(15,23,42,.18);
    align-self:stretch;
}

.home-hero__panel:before{
    content:"";
    position:absolute;
    left:28px;
    top:24px;
    width:64px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg,#f97316,#60a5fa);
}

.home-hero__panel-head{
    display:grid;
    gap:8px;
    margin:16px 0 16px;
}

.home-hero__panel-head span{
    color:#fbbf24;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.home-hero__panel-head strong{
    color:#ffffff;
    font-size:19px;
    line-height:1.28;
    letter-spacing:-.02em;
}

.home-hero__quick{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:auto;
}

.home-hero__quick a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:38px;
    padding:10px 13px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:15px;
    background:rgba(255,255,255,.08);
    color:#ffffff;
    font-size:14px;
    font-weight:850;
    text-decoration:none;
    transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.home-hero__quick a:after{
    content:"›";
    color:#fbbf24;
    font-size:20px;
    line-height:1;
}

.home-hero__quick a:hover{
    transform:translateY(-1px);
    border-color:rgba(147,197,253,.38);
    background:rgba(255,255,255,.14);
}

.home-strip{
    margin-top:24px;
    padding:0;
    background:transparent;
}

.home-strip__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}

.home-strip__grid div{
    min-width:0;
    padding:14px 13px;
    border:1px solid #e2e8f0;
    border-radius:17px;
    background:#ffffff;
    box-shadow:0 10px 24px rgba(15,23,42,.045);
}

.home-strip__grid strong{
    display:block;
    margin-bottom:5px;
    color:#111827;
    font-size:23px;
    line-height:1;
    letter-spacing:-.04em;
}

.home-strip__grid span{
    display:block;
    color:#4b5563;
    font-size:12px;
    font-weight:800;
    line-height:1.25;
}

.home-services{
    position:relative;
    padding:30px 0 46px;
    background:#ffffff;
}

.home-services .section-head{
    max-width:960px;
}

.service-grid--home{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.home-services .service-card{
    border-color:#e2e8f0;
    border-radius:24px;
    background:
        linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    box-shadow:0 16px 42px rgba(15,23,42,.07);
}

.home-services .service-card:hover{
    border-color:#bfdbfe;
    box-shadow:0 24px 58px rgba(15,23,42,.10);
}

.home-services .service-card__eyebrow{
    border:1px solid #e2e8f0;
    background:#ffffff;
    color:#1d4ed8;
}

.home-services .service-card__media{
    border:1px solid #e2e8f0;
    border-radius:18px;
    box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.home-services .service-card em{
    color:#1d4ed8;
}

.home-services .service-card em:after{
    background:linear-gradient(135deg,#0f172a,#1d4ed8);
}

.home-focus{
    position:relative;
    padding:44px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(37,99,235,.08), transparent 26%),
        linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.home-focus__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.home-focus__card{
    position:relative;
    overflow:hidden;
    display:grid;
    gap:10px;
    min-width:0;
    min-height:150px;
    padding:24px;
    border:1px solid #e2e8f0;
    border-radius:24px;
    background:#ffffff;
    color:inherit;
    text-decoration:none;
    box-shadow:0 16px 42px rgba(15,23,42,.065);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-focus__card:before{
    content:"";
    width:44px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg,#f97316,#1d4ed8);
}

.home-focus__card:hover{
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 24px 58px rgba(15,23,42,.10);
}

.home-focus__card strong{
    color:#0f172a;
    font-size:21px;
    line-height:1.22;
    letter-spacing:-.035em;
}

.home-focus__card span{
    color:#475569;
    font-size:14.5px;
    line-height:1.66;
}

.home-cta{
    position:relative;
    overflow:hidden;
    padding:44px 0 48px;
    background:#ffffff;
}

.home-cta__inner{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:38px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:30px;
    background:
        radial-gradient(circle at 12% 20%, rgba(96,165,250,.22), transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(249,115,22,.20), transparent 28%),
        linear-gradient(135deg,#020617 0%,#0f172a 55%,#102a4b 100%);
    color:#ffffff;
    box-shadow:0 28px 76px rgba(15,23,42,.20);
}

.home-cta__inner:before{
    content:"";
    position:absolute;
    left:38px;
    top:28px;
    width:76px;
    height:5px;
    border-radius:999px;
    background:linear-gradient(90deg,#f97316,#60a5fa);
}

.home-cta__inner:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:42px 42px;
    opacity:.24;
}

.home-cta__inner > div{
    position:relative;
    z-index:1;
}

.home-cta__inner > div:first-child{
    min-width:0;
    max-width:780px;
    padding-top:12px;
}

.home-cta h2{
    margin:8px 0 10px;
    color:#ffffff;
    font-size:clamp(30px,3.2vw,42px);
    line-height:1.08;
    letter-spacing:-.055em;
}

.home-cta p{
    margin:0;
    max-width:720px;
    color:#dbeafe;
    font-size:16.5px;
    line-height:1.72;
}

.home-cta .hero-actions{
    position:relative;
    z-index:1;
    flex:0 0 auto;
    justify-content:flex-end;
    margin-top:0;
}

.home-cta .btn.primary{
    color:#0f172a;
    background:#ffffff;
    border-color:#ffffff;
    box-shadow:0 16px 36px rgba(255,255,255,.16);
}

.home-cta .btn.primary:hover{
    color:#020617;
    background:#f8fafc;
    border-color:#f8fafc;
    box-shadow:0 20px 44px rgba(255,255,255,.20);
}

.home-cta .btn.ghost{
    color:#ffffff;
    background:rgba(255,255,255,.09);
    border-color:rgba(255,255,255,.24);
    box-shadow:0 14px 32px rgba(0,0,0,.14);
}

.home-cta .btn.ghost:hover{
    color:#ffffff;
    background:rgba(255,255,255,.15);
    border-color:rgba(147,197,253,.44);
}


/* EA_HOME_FOCUS_HEAD_SHELL_V1 */
.home-focus__head {
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1.58fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}

.home-focus__label {
  min-width: 0;
}

.home-focus__label .eyebrow {
  margin: 0;
  white-space: nowrap;
}

.home-focus__title {
  justify-self: end;
  max-width: 920px;
  min-width: 0;
}

.home-focus__title h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}


/* EA_HOME_HEAD_VISIBLE_SHELL_V1 */
.home-services .section-head,
.home-focus__head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(360px, 1.22fr);
  gap: 28px;
  align-items: end;
  margin: 0 0 34px;
  padding: 28px 30px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
}

.home-services .section-head::before,
.home-focus__head::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #2563eb;
}

.home-services .section-head .eyebrow {
  grid-column: 1;
  margin: 0 0 10px;
  color: #2563eb;
  white-space: nowrap;
}

.home-services .section-head h2 {
  grid-column: 1;
  margin: 0;
  max-width: 520px;
  color: #111827;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.home-services .section-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  max-width: 720px;
  margin: 0;
  color: #374151;
  font-size: 18px;
  line-height: 1.75;
}

.home-focus__label {
  min-width: 0;
}

.home-focus__label .eyebrow {
  margin: 0;
  color: #2563eb;
  white-space: nowrap;
}

.home-focus__title {
  min-width: 0;
  justify-self: end;
  max-width: 900px;
}

.home-focus__title h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}


/* EA_HOME_HEAD_SHELL_WIDTH_FIX_V1 */
.home-services .section-head,
.home-focus__head {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.home-services .section-head {
  justify-self: stretch;
}

.home-services .section-head p {
  width: 100%;
  box-sizing: border-box;
}

.home-focus__head {
  justify-self: stretch;
}


/* EA_HOME_HEAD_COMPACT_SHELL_V1 */
.home-services .section-head,
.home-focus__head {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(250px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid #dbe1ea;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
  min-height: 0;
  text-align: left;
}

.home-services .section-head::before,
.home-focus__head::before {
  inset: 12px auto 12px 0;
  width: 3px;
}

.home-services .section-head .eyebrow,
.home-focus__label .eyebrow {
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.home-services .section-head h2,
.home-focus__title h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2.45vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.home-services .section-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  max-width: 690px;
  margin: 0;
  color: #374151;
  font-size: 15.5px;
  line-height: 1.56;
}

.home-focus__title {
  justify-self: end;
  max-width: 760px;
}

.home-focus__label,
.home-focus__title {
  min-width: 0;
}


/* EA_HOME_FOCUS_COMPACT_BOX_V1 */
.home-focus__head {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid #dbe1ea;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.045);
  min-height: 0;
}

.home-focus__head::before {
  inset: 10px auto 10px 0;
  width: 3px;
}

.home-focus__label {
  min-width: 0;
}

.home-focus__label .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.home-focus__title {
  min-width: 0;
  max-width: none;
  justify-self: start;
}

.home-focus__title h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.18;
  letter-spacing: -0.028em;
  text-wrap: balance;
}


.home-service-pagination {
    margin: 34px 0 0;
    padding: 14px 18px;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
}

.home-service-pagination__label {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.home-service-pagination__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.home-service-pagination__link {
    min-width: 40px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-service-pagination__link:hover {
    border-color: #94a3b8;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
    transform: translateY(-1px);
}

.home-service-pagination__link.is-active {
    border-color: #0f172a;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .18);
}
