/* Focused service-page additions. Shared type, buttons and colour tokens live
   in webadvert.css so this page remains visually aligned with BleetzApp. */
.cs-nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 22px; min-height: 76px; padding: 10px var(--pad); background: rgba(245,249,251,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); }
.cs-logo { display: inline-flex; flex: none; }
.cs-logo img { display: block; width: 164px; height: auto; }
.cs-links { display: flex; align-items: center; justify-content: center; gap: clamp(14px,2.4vw,28px); flex: 1; }
.cs-links a { color: var(--ink-2); font-size: 13.5px; font-weight: 600; transition: color .18s ease; }
.cs-links a:hover { color: var(--brand); }
.cs-nav-actions { display: flex; align-items: center; gap: 12px; flex: none; }
.cs-nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px; border-radius: 10px; background: var(--grad); color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; box-shadow: 0 4px 14px rgba(4,117,182,.24); }
.cs-menu { display: none; position: relative; }
.cs-menu summary { display: flex; align-items: center; gap: 6px; padding: 9px 11px; list-style: none; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; background: #fff; }
.cs-menu summary::-webkit-details-marker { display: none; }
.cs-menu nav { position: absolute; top: calc(100% + 9px); right: 0; display: grid; min-width: 205px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--e-3); }
.cs-menu nav a { padding: 11px 12px; border-radius: 9px; color: var(--ink-2); font-size: 13px; font-weight: 600; }
.cs-menu nav a:hover { color: var(--brand); background: rgba(4,117,182,.06); }

.cs-hero { position: relative; overflow: hidden; padding: clamp(64px,10vw,112px) 0; background: radial-gradient(ellipse 58% 74% at 3% 0%,rgba(4,117,182,.18),transparent 68%), radial-gradient(ellipse 52% 70% at 96% 100%,rgba(26,174,143,.15),transparent 66%),var(--paper); }
.cs-hero::after { content: ''; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(4,117,182,.08); border-radius: 50%; right: -260px; top: -250px; pointer-events: none; }
.cs-hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); align-items: center; gap: clamp(34px,7vw,96px); }
.cs-hero-copy h1 { max-width: 11ch; margin: 0 0 18px; font-family: var(--f-d); font-size: clamp(2.3rem,1.5rem + 3.4vw,4.4rem); font-weight: 600; line-height: 1.01; letter-spacing: -.05em; }
.cs-hero-copy > p { max-width: 59ch; color: var(--ink-2); font-size: clamp(1rem,.94rem + .35vw,1.16rem); }
.cs-hero-actions { justify-content: flex-start; margin-top: 30px; }
.cs-hero-panel { position: relative; padding: 20px; border: 1px solid rgba(255,255,255,.58); border-radius: 24px; color: #e9f8ff; background: linear-gradient(145deg,#0b3650 0%,#075b81 49%,#087a7c 100%); box-shadow: 0 24px 56px rgba(8,60,82,.24); overflow: hidden; }
.cs-hero-panel::after { content: ''; position: absolute; width: 310px; height: 310px; right: -155px; bottom: -170px; border-radius: 50%; background: rgba(255,255,255,.09); }
.cs-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; font-weight: 700; position: relative; z-index: 1; }
.cs-panel-top span { display: inline-flex; align-items: center; gap: 8px; }
.cs-panel-top i { width: 8px; height: 8px; border-radius: 50%; background: #71f0bb; box-shadow: 0 0 0 4px rgba(113,240,187,.16); }
.cs-panel-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 42px; }
.cs-panel-grid > div { min-height: 120px; padding: 16px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; background: rgba(4,20,29,.2); }
.cs-mini-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.13); }
.cs-panel-grid strong { display: block; margin-top: 16px; font-family: var(--f-d); font-size: 16px; letter-spacing: -.02em; }
.cs-panel-grid small { display: block; margin-top: 2px; color: rgba(233,248,255,.72); font-size: 10.5px; line-height: 1.35; }

.cs-fit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.cs-fit-card { padding: 21px 18px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--e-1); }
.cs-fit-card > span, .cs-capability-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: var(--brand); background: linear-gradient(135deg,rgba(4,117,182,.12),rgba(26,174,143,.08)); }
.cs-fit-card h3 { margin-top: 17px; font-family: var(--f-d); font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.cs-fit-card p { margin-top: 6px; color: var(--ink-2); font-size: 13px; line-height: 1.55; }

.cs-capability-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.cs-capability { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: var(--e-1); }
.cs-capability h3 { margin-top: 18px; font-family: var(--f-d); font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.cs-capability p { margin-top: 7px; color: var(--ink-2); font-size: 14px; line-height: 1.62; }
.cs-capability ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 13px; margin-top: 20px; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.cs-capability li { position: relative; padding-left: 17px; color: var(--ink-2); font-size: 12.5px; line-height: 1.45; }
.cs-capability li::before { content: ''; position: absolute; top: .5em; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.cs-process { background: radial-gradient(ellipse 60% 80% at 0% 50%,rgba(4,117,182,.08),transparent 68%),var(--paper); }
.cs-process .lp-step { background: rgba(255,255,255,.74); }
.cs-process .lp-step h3 { font-family: var(--f-d); font-size: 16.5px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 6px; }

.cs-work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.cs-work-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--e-2); }
.cs-work-card > img { width: 100%; height: 220px; object-fit: cover; object-position: center; border-bottom: 1px solid var(--line); }
.cs-work-body { padding: 24px; }
.cs-work-body > span { color: var(--brand); font-size: 10.5px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.cs-work-body h3 { margin-top: 6px; font-family: var(--f-d); font-size: 22px; font-weight: 600; letter-spacing: -.03em; }
.cs-work-body p { margin-top: 8px; color: var(--ink-2); font-size: 13.5px; line-height: 1.6; }
.cs-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.cs-tags small { padding: 4px 9px; border: 1px solid rgba(4,117,182,.14); border-radius: 999px; color: var(--ink-2); background: rgba(4,117,182,.06); font-size: 10px; font-weight: 700; }
.cs-work-body > a { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--brand); font-size: 13px; font-weight: 700; }
.cs-work-body > a:hover { color: var(--brand-d); }
.lp-final .lp-eyebrow { color: #aee9ff; border-color: rgba(174,233,255,.22); background: rgba(174,233,255,.1); }

@media (max-width: 900px) { .cs-links { gap: 15px; } .cs-hero-in { grid-template-columns: minmax(0,1fr) minmax(285px,.82fr); gap: 34px; } .cs-fit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) { .cs-nav { min-height: 66px; padding-block: 8px; gap: 10px; } .cs-logo img { width: 135px; } .cs-links, .cs-nav-cta { display: none; } .cs-nav-actions { margin-left: auto; gap: 8px; } .cs-menu { display: block; } .cs-hero { padding: 38px 0 42px; } .cs-hero-in { grid-template-columns: 1fr; gap: 28px; } .cs-hero-copy h1 { max-width: 14ch; font-size: clamp(2rem,1.4rem + 4vw,2.65rem); } .cs-hero-copy > p { font-size: 14px; } .cs-hero-actions { margin-top: 21px; } .cs-hero-actions .lp-btn { flex: 1 1 0; padding: 12px 11px; font-size: 13px; } .cs-hero-panel { max-width: 460px; } .cs-panel-grid { margin-top: 24px; } .cs-panel-grid > div { min-height: 105px; } .cs-fit-grid, .cs-capability-grid, .cs-work-grid { grid-template-columns: 1fr; } .cs-fit-card { padding: 17px; } .cs-fit-card h3 { margin-top: 13px; } .cs-capability { padding: 21px 18px; } .cs-capability h3 { margin-top: 14px; font-size: 19px; } .cs-capability ul { grid-template-columns: 1fr; margin-top: 16px; } .cs-work-card > img { height: 185px; } .cs-work-body { padding: 19px; } }
@media (max-width: 390px) { .cs-logo img { width: 122px; } .cs-menu summary span { display: none; } .cs-menu summary { padding: 9px; } .cs-panel-grid { gap: 8px; } .cs-panel-grid > div { padding: 13px 11px; } .cs-panel-grid strong { margin-top: 12px; } }
