@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: light;
  --ink: #101615;
  --secondary: #586463;
  --accent: #00aca9;
  --action: #007f7d;
  --surface: #e9f6f3;
  --border: #dce6e3;
  --white: #fff;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 18px/28px Manrope, Arial, sans-serif; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 700; }
h2 { font-size: 40px; line-height: 48px; }
h3 { font-size: 24px; line-height: 32px; }
p { color: var(--secondary); }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible { outline: 3px solid var(--action); outline-offset: 5px; border-radius: 3px; }
main:focus { outline: none; }
section[id] { scroll-margin-top: 24px; }
.container { width: min(1248px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 12px 20px; background: var(--ink); color: var(--white); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.header { display: flex; justify-content: space-between; align-items: center; padding-block: 24px; }
.brand { display: block; flex: none; position: relative; width: 82px; height: 66.381px; overflow: hidden; }
.brand img { position: absolute; width: 149.285%; height: 184.41%; max-width: none; left: -25%; top: -38.972%; }
nav { display: flex; gap: 32px; align-items: center; }
nav a { display: inline-flex; align-items: center; min-height: 48px; font-size: 14px; line-height: 22px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--action); text-decoration: underline; }
.hero { display: grid; grid-template-columns: minmax(0, 704fr) minmax(0, 480fr); gap: 64px; align-items: start; padding-top: 48px; padding-bottom: 80px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
h1 { font-size: 68px; line-height: 76px; font-weight: 800; letter-spacing: -.03em; }
h1 span { display: block; color: var(--action); }
.hero-copy p { max-width: 580px; }
.button { display: inline-flex; gap: 16px; align-items: center; margin-top: 8px; padding: 16px 24px; background: var(--ink); color: var(--white); border-radius: 8px; font-size: 16px; line-height: 24px; font-weight: 700; text-decoration: none; }
.button img { display: block; width: 18px; height: 18px; }
.button:hover { background: var(--action); }
.button:active { background: #006765; }
.section { padding-block: 72px 80px; }
.services { border-top: 1px solid var(--border); }
.services h2 { margin-bottom: 40px; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.service { display: flex; flex-direction: column; gap: 16px; }
.service::before { content: ''; width: 40px; height: 4px; background: var(--accent); }
.process { padding-block: 80px 88px; background: var(--surface); }
.process h2 { letter-spacing: -.02em; margin-bottom: 56px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; list-style: none; margin: 0; padding: 0; }
.process-grid li { display: flex; flex-direction: column; gap: 16px; }
.process-grid p { font-size: 16px; line-height: 25px; }
.step-number { display: flex; align-items: center; gap: 16px; color: var(--action); font-size: 20px; line-height: 32px; font-weight: 700; }
.step-number::after { content: ''; height: 1px; flex: 1; background: var(--border); }
.product { display: grid; grid-template-columns: minmax(0, 390fr) minmax(0, 778fr); align-items: center; gap: 80px; padding-block: 88px; }
.eyebrow { margin-bottom: 16px; font-size: 14px; line-height: 22px; font-weight: 600; }
.product h2 { font-size: 68px; line-height: 80px; letter-spacing: -.04em; }
.product-copy p { max-width: 630px; }
.text-link { display: inline-flex; align-items: center; margin-top: 24px; padding-block: 12px; color: var(--action); font-size: 16px; line-height: 24px; font-weight: 700; }
.text-link:hover { color: var(--ink); text-decoration-thickness: 2px; }
.contact { padding-block: 80px 88px; background: var(--ink); color: var(--white); }
.contact h2 { max-width: 890px; font-size: 68px; line-height: 76px; letter-spacing: -.03em; font-weight: 800; margin-bottom: 32px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 536fr) minmax(0, 632fr); gap: 80px; align-items: center; }
.contact p { color: var(--white); }
.contact .reassurance { margin-top: 8px; color: #b7b9b9; }
.email-link { width: fit-content; max-width: 100%; padding-block: 12px; font-size: clamp(24px, 2.78vw, 40px); line-height: 1.2; font-weight: 700; text-decoration-line: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 14px; overflow-wrap: anywhere; }
.email-link:hover { color: #8edbd5; }
.contact a:focus-visible { outline-color: var(--accent); }
.footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding-block: 32px; color: var(--secondary); font-size: 14px; line-height: 22px; font-weight: 600; }
.footer .team { margin-top: 4px; font-size: 12px; line-height: 18px; font-weight: 400; }
.footer a { padding-block: 12px; text-decoration: none; }
.footer a:hover { color: var(--action); text-decoration: underline; }

/* These decorative shapes reproduce the editable web/phone illustration in Figma. */
.illustration { position: relative; container-type: inline-size; width: 100%; aspect-ratio: 480 / 451.2; overflow: hidden; background: var(--surface); border-radius: 24px; }
.illustration-circle { position: absolute; left: 51.82%; top: -9.67%; width: 59.09%; height: 62.86%; }
.mock-browser { position: absolute; left: 21.59%; top: 17.41%; width: 70.45%; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--white); }
.browser-toolbar { display: block; width: 100%; height: auto; aspect-ratio: 338.182 / 31.636; }
.browser-content { display: flex; flex-direction: column; gap: 3.636cqw; padding: 5cqw; }
.browser-heading { width: 32.273cqw; height: 2.727cqw; border-radius: 4px; background: var(--ink); }
.browser-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.273cqw; }
.browser-card { display: flex; flex-direction: column; gap: 2.273cqw; padding: 2.727cqw; border-radius: 6px; background: var(--surface); }
.card-icon { display: block; width: 4.091cqw; height: 4.091cqw; border-radius: 4px; background: var(--border); }
.card-icon.accent { background: var(--accent); }
.card-line { display: block; width: 10.909cqw; height: 1.364cqw; border-radius: 3px; background: var(--secondary); }
.card-line.short { width: 6.364cqw; height: 1.136cqw; background: var(--border); }
.browser-row { display: flex; gap: 2.727cqw; }
.browser-row > i { width: 5cqw; height: 5cqw; border-radius: 4px; background: var(--surface); }
.browser-row > div { display: flex; flex-direction: column; gap: 1.591cqw; }
.browser-row b { width: 36.364cqw; height: 1.364cqw; border-radius: 3px; background: var(--border); }
.browser-row b + b { width: 20.909cqw; height: 1.136cqw; }
.mock-phone { position: absolute; left: 6.818%; top: 32.882%; width: 32.273%; padding: 1.591cqw; border-radius: 5cqw; background: var(--ink); }
.phone-screen { display: flex; flex-direction: column; gap: 3.182cqw; padding: 2.727cqw; border-radius: 3.636cqw; background: var(--white); }
.phone-screen i { display: block; flex: none; border-radius: 3px; }
.phone-speaker { width: 8.182cqw; height: .909cqw; background: var(--ink); }
.phone-heading { width: 15.682cqw; height: 2.045cqw; background: var(--ink); }
.phone-card { width: 23.636cqw; height: 15cqw; background: var(--accent); border-radius: 8px !important; }
.phone-line { width: 20.227cqw; height: 1.364cqw; background: var(--border); }
.phone-line.short { width: 14.773cqw; }
.phone-action { width: 23.636cqw; height: 5.909cqw; background: var(--ink); border-radius: 5px !important; }
.phone-system { width: 8.636cqw; height: .682cqw; background: var(--border); }

@media (max-width: 1100px) {
  .hero { gap: 40px; }
  h1 { font-size: 54px; line-height: 62px; }
  .process-grid { gap: 32px; }
  .product, .contact-grid { gap: 48px; }
  .contact h2 { font-size: 56px; line-height: 64px; }
}
@media (max-width: 767px) {
  body { font-size: 16px; line-height: 25px; }
  .container { width: calc(100% - 48px); }
  .brand { width: 68px; height: 55.048px; }
  nav .desktop-link { display: none; }
  nav a { min-width: 72px; justify-content: flex-end; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 32px; padding-bottom: 64px; }
  h1 { font-size: 42px; line-height: 48px; }
  .hero-copy p { max-width: none; }
  .illustration { max-width: 480px; justify-self: center; }
  .section { padding-block: 56px 64px; }
  h2 { font-size: 30px; line-height: 38px; }
  .services h2 { margin-bottom: 32px; }
  .services-grid { grid-template-columns: 1fr; gap: 32px; }
  .process h2 { margin-bottom: 40px; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .product { grid-template-columns: 1fr; gap: 24px; padding-block: 64px; }
  .product h2 { font-size: 48px; line-height: 58px; }
  .contact h2 { font-size: 30px; line-height: 38px; font-weight: 700; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .email-link { font-size: 24px; line-height: 32px; }
  .footer { gap: 16px; }
}
@media (max-width: 359px) {
  h1 { font-size: 38px; line-height: 44px; }
  .email-link { font-size: 22px; }
  .footer { font-size: 12px; }
}
