@font-face { font-family: Manrope; src: url('/fonts/manrope-ext.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; unicode-range: U+0100-02FF, U+1E00-1EFF; }
@font-face { font-family: Manrope; src: url('/fonts/manrope.woff2') format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }
:root { --ink: #030504; --soft: #080b09; --paper: #f2f5f3; --muted: #9aa39d; --line: rgba(255,255,255,.14); --green: #00bd69; --bright: #19db83; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--green); color: #00180d; }
.service-header { height: 88px; padding: 0 clamp(22px,5vw,76px); display: flex; align-items: center; border-bottom: 1px solid var(--line); background: rgba(3,5,4,.96); }
.service-header img { width: 190px; height: auto; }
.service-header nav { margin-left: auto; display: flex; align-items: center; gap: 26px; color: #d6ddd8; font-size: 11px; font-weight: 700; }
.service-header nav a:last-child { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid rgba(0,189,105,.7); color: var(--bright); }
.service-header a:hover { color: var(--bright); }
.service-hero { position: relative; min-height: 680px; padding: 110px clamp(22px,7vw,110px) 90px; display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--line); background: #020403; }
.service-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 35%, rgba(0,189,105,.18), transparent 32%), linear-gradient(105deg, rgba(2,4,3,.97) 0%, rgba(2,4,3,.82) 55%, rgba(2,4,3,.52) 100%); }
.service-hero::after { content: "A"; position: absolute; right: -2vw; bottom: -16vw; color: rgba(0,189,105,.045); font-size: min(62vw,820px); font-weight: 800; line-height: .8; }
.hero-inner { position: relative; z-index: 2; max-width: 1050px; }
.breadcrumbs { margin-bottom: 50px; color: #7e8982; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: var(--green); }
.kicker { margin: 0 0 26px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.service-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(58px,8vw,124px); font-weight: 700; line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.service-hero h1 span { color: var(--green); }
.service-hero .lead { max-width: 780px; margin: 36px 0 0; color: #b3bdb6; font-size: clamp(15px,1.5vw,19px); line-height: 1.75; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 52px; padding: 0 18px; display: inline-flex; align-items: center; gap: 28px; border: 1px solid var(--green); color: var(--bright); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.button.primary { background: var(--green); color: #00170d; }
.button:hover { background: var(--bright); color: #00170d; }
.content-section { padding: 110px clamp(22px,7vw,110px); }
.section-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(55px,9vw,140px); }
.section-title h2 { margin: 22px 0 0; font-size: clamp(44px,5.4vw,82px); font-weight: 650; line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.section-title h2 span { color: #6d766f; }
.detail-list { border-top: 1px solid var(--line); }
.detail-list article { min-height: 88px; padding: 22px 2px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.detail-list article span { color: var(--green); font-size: 10px; font-weight: 800; }
.detail-list h3 { margin: 0; font-size: clamp(19px,2vw,28px); font-weight: 700; text-transform: uppercase; }
.outcome-section { background: #edf1ee; color: #060807; }
.outcome-section .kicker { color: #007d46; }
.outcome-section .section-title h2 span { color: #778079; }
.outcome-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.outcome-card { min-height: 180px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #c9d0cb; background: #f7f9f7; }
.outcome-card span { color: #008d50; font-size: 10px; font-weight: 900; }
.outcome-card p { margin: 32px 0 0; font-size: clamp(18px,1.8vw,27px); font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.industry-section { background: var(--soft); }
.industry-copy { max-width: 660px; margin: 0 0 42px auto; color: var(--muted); line-height: 1.8; }
.tag-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list li { padding: 13px 15px; border: 1px solid var(--line); color: #c2cac5; font-size: 11px; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; padding: 22px 2px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: clamp(17px,1.6vw,23px); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 25px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 800px; margin: -4px 0 0; padding: 0 42px 28px 2px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cta-section { padding: 100px clamp(22px,7vw,110px); text-align: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 120%, rgba(0,189,105,.2), transparent 42%), #030504; }
.cta-section h2 { max-width: 900px; margin: 0 auto; font-size: clamp(46px,6vw,88px); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.cta-section p { max-width: 620px; margin: 28px auto 34px; color: var(--muted); line-height: 1.8; }
.cta-section .hero-actions { justify-content: center; }
.service-footer { padding: 44px clamp(22px,5vw,76px); display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 36px; border-top: 1px solid var(--line); color: #7b857e; font-size: 10px; }
.service-footer img { width: 170px; }
.service-footer nav { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.service-footer a:hover { color: var(--bright); }
@media (max-width: 800px) {
  .service-header { height: 78px; }
  .service-header img { width: 160px; }
  .service-header nav a:not(:last-child) { display: none; }
  .service-hero { min-height: 720px; padding-top: 100px; }
  .service-hero h1 { font-size: clamp(48px,14vw,74px); }
  .section-grid { grid-template-columns: 1fr; gap: 46px; }
  .content-section { padding-top: 84px; padding-bottom: 84px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .service-footer { grid-template-columns: 1fr; }
  .service-footer nav { justify-content: flex-start; }
}
