.web-hero { min-height: 600px; padding: 120px 0 95px; }
.web-hero-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.2fr .8fr; min-height: 385px; }
.web-hero h1 { max-width: 760px; }
.web-hero-intro { color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; max-width: 500px; }
.journey-map { border-left: 1px solid rgba(27,248,166,.55); display: grid; gap: 0; justify-self: end; min-height: 310px; padding-left: 38px; position: relative; width: 285px; }
.journey-track { background: rgba(27,248,166,.48); height: 100%; left: -1px; position: absolute; top: 0; width: 1px; }
.journey-step { align-items: center; display: flex; gap: 22px; position: relative; }
.journey-step:before { background: var(--green); border: 1px solid var(--bright); border-radius: 50%; content: ""; height: 10px; left: -44px; position: absolute; width: 10px; }
.journey-step b { color: var(--bright); font-size: 11px; letter-spacing: .08em; }
.journey-step strong { font-size: 19px; font-weight: 500; }
.web-intro-grid, .web-approach-grid, .web-fit-grid, .web-faq-grid { display: grid; gap: 80px; grid-template-columns: .7fr 1.3fr; }
.web-intro { padding-bottom: 115px; padding-top: 115px; }
.web-intro-grid > div { max-width: 730px; }
.web-lead { font-family: var(--display-font); font-size: 30px; letter-spacing: -.03em; line-height: 1.2; }
.web-intro-grid > div > p + p { color: rgba(30,30,30,.7); font-size: 15px; margin-top: 25px; max-width: 650px; }
.web-approach { padding-bottom: 120px; padding-top: 120px; }
.web-approach h2 { max-width: 530px; }
.web-approach-grid > div > p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.65; max-width: 650px; }
.web-approach-grid > div > p.approach-lead { color: var(--white); font-family: var(--display-font); font-size: 25px; line-height: 1.25; }
.web-sequence { align-items: center; border-top: 1px solid var(--border-dark); display: flex; gap: 18px; margin-top: 52px; padding-top: 18px; }
.web-sequence span { color: var(--bright); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.web-sequence i { color: rgba(255,255,255,.55); font-style: normal; }
.web-deliverables-heading { margin-bottom: 70px; }
.web-deliverables-list { border-top: 1px solid var(--border-light); display: grid; grid-template-columns: repeat(4, 1fr); }
.web-deliverables-list article { border-bottom: 1px solid var(--border-light); border-right: 1px solid var(--border-light); min-height: 210px; padding: 22px 22px 25px 0; }
.web-deliverables-list article:nth-child(4n+2), .web-deliverables-list article:nth-child(4n+3), .web-deliverables-list article:nth-child(4n+4) { padding-left: 22px; }
.web-deliverables-list article:nth-child(4n) { border-right: 0; }
.web-deliverables-list b { color: #26865b; font-size: 11px; letter-spacing: .08em; }
.web-deliverables-list h3 { font-size: 23px; margin: 42px 0 10px; }
.web-deliverables-list p { color: rgba(30,30,30,.7); font-size: 13px; max-width: 220px; }
.web-fit { padding-bottom: 120px; padding-top: 120px; }
.web-fit-grid { align-items: start; }
.web-fit h2 { max-width: 500px; }
.web-fit-list { border-top: 1px solid var(--border-dark); }
.web-fit-list article { border-bottom: 1px solid var(--border-dark); padding: 21px 0 22px 20px; }
.web-fit-list article > span { color: var(--bright); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.web-fit-list h3 { font-size: 24px; margin: 17px 0 6px; }
.web-fit-list p { color: rgba(255,255,255,.86); font-size: 14px; margin: 0; max-width: 560px; }
.web-faq { padding-bottom: 120px; padding-top: 120px; }
.web-faq-grid h2 { max-width: 420px; }
.web-cta { padding: 110px 0; }
.web-cta-inner { max-width: 850px; text-align: center; }
.web-cta-inner .eyebrow { color: var(--bright); }
.web-cta-inner h2 { color: var(--white); margin-left: auto; margin-right: auto; max-width: 800px; }
.web-cta-inner h2 em { border-bottom: 1px solid var(--bright); color: var(--white); }
.web-cta-inner > p:not(.eyebrow) { color: rgba(255,255,255,.8); margin: 0 auto 32px; max-width: 590px; }
.web-cta-inner .button { margin: auto; }
.nav-current { color: var(--bright); opacity: 1 !important; }
@media (max-width: 850px) { .web-hero { padding-top: 85px; } .web-hero-grid { display: block; min-height: 0; } .journey-map { margin: 60px auto 0; min-height: 230px; width: 245px; } .web-intro-grid, .web-approach-grid, .web-fit-grid, .web-faq-grid { gap: 45px; grid-template-columns: 1fr; } .web-intro, .web-approach, .web-fit, .web-faq { padding-bottom: 88px; padding-top: 88px; } .web-lead { font-size: 25px; } .web-sequence { align-items: start; flex-direction: column; gap: 10px; margin-top: 38px; } .web-sequence i { transform: rotate(90deg); } .web-deliverables-heading { margin-bottom: 45px; } .web-deliverables-list { grid-template-columns: 1fr 1fr; } .web-deliverables-list article, .web-deliverables-list article:nth-child(4n+2), .web-deliverables-list article:nth-child(4n+3), .web-deliverables-list article:nth-child(4n+4) { padding: 20px 18px 24px 0; } .web-deliverables-list article:nth-child(2n) { border-right: 0; padding-left: 18px; } .web-deliverables-list article:nth-child(4n) { border-right: 1px solid var(--border-light); } .web-deliverables-list article:nth-child(8n) { border-right: 0; } .web-deliverables-list h3 { margin-top: 34px; } .web-cta { padding: 88px 0; } }
@media (max-width: 520px) { .web-hero h1 { font-size: 47px; } .web-deliverables-list { grid-template-columns: 1fr; } .web-deliverables-list article, .web-deliverables-list article:nth-child(2n), .web-deliverables-list article:nth-child(4n), .web-deliverables-list article:nth-child(8n) { border-right: 0; padding: 20px 0 24px; } .web-deliverables-list article:last-child { border-bottom: 0; } }