/* Landing composition; Bootstrap and lobo-gris.css own the shared components. */
html { scroll-padding-top: 2rem; }
.landing-page { --landing-ink: #06212f; --landing-muted: #585858; --landing-line: #dce5e9; color: var(--landing-ink); font-family: "Roboto", sans-serif; font-weight: 350; line-height: 1.6; }
.landing-page h1, .landing-page h2, .landing-page h3 { font-family: "Blinker", sans-serif; line-height: 1.05; }
.landing-page h1 { font-weight: 600; font-size: clamp(3rem, 4.8vw, 5.5rem); letter-spacing: -.035em; }
.landing-page h1 span { color: #523ead; }
.landing-page h2 { font-weight: 600; font-size: clamp(2.4rem, 3.6vw, 4rem); color: #099db9; }
.landing-page h3 { font-weight: 400; font-size: 1.8rem; }
.landing-page a:focus-visible, .landing-page button:focus-visible, .landing-page summary:focus-visible { outline: 3px solid #523ead; outline-offset: 5px; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; background: white; padding: 12px; }
.skip-link:focus { top: 12px; }
.landing-hero { padding-block: 2.5rem 2rem; }
.eyebrow { font-family: "Work Sans", sans-serif; font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: #523ead; margin-bottom: 1.25rem; }
.landing-hero .lead { max-width: 34rem; font-family: "Blinker", sans-serif; font-weight: 300; font-size: 1.65rem; line-height: 1.25; color: #099db9; margin-block: 1.5rem; }
.landing-page .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 48px; }
.cta-note { font-size: .85rem; color: var(--landing-muted); margin: 1rem 0; max-width: 25rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; font-family: "Work Sans", sans-serif; font-size: .85rem; font-weight: 500; color: #523ead; text-underline-offset: 5px; }
.text-link:hover { color: #099db9; }
.hero-art { position: relative; overflow: hidden; border-radius: 2.5rem; box-shadow: 2px 6px 20px 1px #00000020; }
.hero-art > img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 67% center; }
.hero-art.crm-art { background: #f2effc; border-radius: 1.5rem; box-shadow: 0 12px 36px #523ead18; }
.hero-art.crm-art > img { aspect-ratio: 4 / 3; object-fit: contain; object-position: center; }
.crm-art .art-caption { position: static; margin: 0; border-radius: 0; background: #fff; padding: 1rem 1.5rem; }
.art-caption { position: absolute; bottom: 1.25rem; left: 1.25rem; right: 1.25rem; padding: .85rem 1rem; background: #fffffff0; border-radius: 25px; font-family: "Work Sans", sans-serif; font-size: .7rem; display: flex; align-items: center; gap: .6rem; }
.status-dot { background: #ff692c; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.capabilities { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-block: 1px solid var(--landing-line); font-family: "Work Sans", sans-serif; color: var(--landing-muted); font-size: .85rem; }
.capabilities span::before { content: "+"; margin-right: .65rem; color: #ff692c; font-weight: 600; }
.section { padding-block: 3.5rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 1.75rem; }
.section-heading > p { max-width: 22rem; color: var(--landing-muted); font-size: 1.1rem; }
/* Keep each project's preview and description in a single visual group. */
.project-card { height: 100%; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 1.25rem; background: #fff; display: flex; flex-direction: column; }
.project-image { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 10; background: #f3f6f8; border-bottom: 1px solid var(--landing-line); }
.project-image img, .project-image video { display: block; width: 100%; height: 100%; min-height: 0; aspect-ratio: 16 / 10; object-fit: contain; }
.project-copy { padding: 1.25rem; flex: 1; }
.project-copy .eyebrow { margin-bottom: .5rem; font-size: .65rem; }
.project-copy h3 { color: #099db9; font-size: 2rem; margin-bottom: .65rem; }
.project-copy p, .project-copy dd { color: var(--landing-muted); font-size: 1rem; line-height: 1.5; }
.project-copy dl { margin-block: 1rem; padding-top: .75rem; border-top: 1px solid var(--landing-line); }
.project-copy dt { font-family: "Work Sans", sans-serif; font-size: .75rem; font-weight: 600; margin-bottom: .35rem; }
.project-copy dd { margin-bottom: 0; }
.project-video-link { align-self: flex-start; margin: -.5rem 1.25rem .75rem; font-size: .75rem; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; justify-content: center; gap: .65rem; width: max-content; max-width: calc(100% - 2rem); min-height: 48px; padding: .75rem 1.1rem; border: 1px solid #ffffff80; border-radius: 2rem; background: #523ead; color: #fff; box-shadow: 0 4px 20px #06212f40; font-family: "Work Sans", sans-serif; font-size: .85rem; font-weight: 500; cursor: pointer; }
.video-play[hidden] { display: none; }
.video-play:hover { background: #392980; }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; }
.tags span { font-family: "Work Sans", sans-serif; font-size: .7rem; color: #523ead; background: #f2effc; border-radius: 25px; padding: .35rem .85rem; }
.needs { background: #06212f; color: white; }
.needs h2, .needs .eyebrow { color: #40c2db; }
.needs .text-link { color: #aeeffb; }
.needs .text-link:hover { color: #ff692c; }
.needs a:focus-visible { outline-color: #40c2db; }
.three-columns { margin-top: 2rem; margin-bottom: 1.5rem; }
.number { display: block; border-top: 1px solid #35505e; padding-top: 1rem; color: #ff692c; font-family: "Blinker", sans-serif; font-weight: 300; font-size: 3.5rem; margin-bottom: 1rem; }
.three-columns p { color: #c2d0d7; margin-top: 1rem; }
.services-grid article > span { display: block; border-top: 1px solid var(--landing-line); padding-top: 1.5rem; font-family: "Blinker", sans-serif; font-size: 2rem; font-weight: 300; color: #ff692c; }
.services-grid h3 { color: #099db9; margin: 1rem 0 .75rem; }
.services-grid p { color: var(--landing-muted); }
.process { background: #f2effc; }
.process-list { counter-reset: steps; list-style: none; padding-left: 0; margin-top: 2rem; margin-bottom: 2rem; }
.process-list li::before { counter-increment: steps; content: "0" counter(steps); display: block; color: #ff692c; border-top: 1px solid #d3ccea; padding-top: 1rem; margin-bottom: 1rem; font-family: "Blinker", sans-serif; font-weight: 300; font-size: 3.5rem; }
.process-list p { color: var(--landing-muted); margin-top: 1rem; }
.faq-list details { border-bottom: 1px solid var(--landing-line); }
.faq-list details:first-child { border-top: 1px solid var(--landing-line); }
.faq-list summary { cursor: pointer; font-family: "Work Sans", sans-serif; font-weight: 500; padding: 1.4rem .5rem; font-size: .95rem; }
.faq-list summary:hover, .faq-list details[open] summary { color: #099db9; }
.faq-list details p { color: var(--landing-muted); padding: 0 .5rem 1.4rem; margin: 0; }
.contact-panel { background: #dbf5f6; border-radius: 2.5rem; padding: 2.5rem 1.5rem; }
.contact p:not(.eyebrow) { margin-top: 1.25rem; max-width: 31rem; color: var(--landing-muted); }
.contact-action p:not(.eyebrow) { font-size: .85rem; margin-top: 1rem; }
.landing-footer { padding-top: 2.5rem; }
.landing-page .mobile-contact { display: none; }
@media (max-width: 991.98px) {
  .landing-hero { padding-top: 2.5rem; }
  .hero-art > img { aspect-ratio: 16 / 10; }
  .section { padding-block: 2.5rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: .75rem; max-width: 34rem; }
}
@media (max-width: 575.98px) {
  .capabilities { font-size: .72rem; }
  .capabilities span { flex-basis: calc(50% - .5rem); }
  .hero-art, .contact-panel { border-radius: 1.5rem; }
  .art-caption { font-size: .65rem; left: .75rem; right: .75rem; bottom: .75rem; padding: .65rem; }
  .contact-panel { padding: 1.5rem .5rem; }
  .landing-footer { padding-bottom: 7rem; }
  .landing-page .mobile-contact { display: flex; position: fixed; bottom: calc(.75rem + env(safe-area-inset-bottom)); left: 1rem; right: 1rem; z-index: 5; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .landing-page *, .landing-page *::before, .landing-page *::after { transition: none !important; }
}

.landing-header > .container-fluid { gap: .5rem 1.5rem; }
.services-grid { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.25rem; }
.services-grid article { background: #f7f9fa; background-clip: content-box; }
.services-grid article > span { border-top: 0; padding: 1rem 1rem 0; font-size: 1.5rem; }
.services-grid h3 { margin: .5rem 1rem; font-size: 1.6rem; }
.services-grid p { margin: 0 1rem 1rem; }
.number, .process-list li::before { font-size: 2.5rem; margin-bottom: .5rem; padding-top: .75rem; }
.three-columns p, .process-list p { margin-top: .65rem; }
.process-list { margin-top: 1.5rem; margin-bottom: 1.5rem; }
@media (max-width: 575.98px) {
  .landing-hero { padding-top: 1.75rem; }
  .section { padding-block: 2rem; }
  .section-heading { margin-bottom: 1.25rem; }
  .project-copy { padding: 1rem; }
  .project-video-link { margin-left: 1rem; }
}
