:root {
  --blue: #284f8d;
  --blue-dark: #203f73;
  --sky: #75b6e3;
  --blue-soft: #eaf4fb;
  --ink: #1e2a35;
  --muted: #65727e;
  --line: #dbe2e8;
  --paper: #ffffff;
  --surface: #f4f7f9;
  --shadow: 0 18px 50px rgba(15, 45, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
a { color: var(--blue); text-underline-offset: .18em; }
a:hover { color: var(--blue-dark); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; margin-inline: auto; }

.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: min(390px, 42vw); height: auto; }
nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { color: var(--muted); font-size: .94rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a.active { color: var(--blue); }

.hero { position: relative; overflow: hidden; padding: clamp(5rem, 11vw, 8rem) 0; color: white; background: var(--blue); }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 -4%; width: 11%; background: white; clip-path: polygon(0 0, 76% 0, 95% 2%, 79% 4%, 99% 7%, 81% 10%, 96% 13%, 77% 16%, 100% 19%, 82% 22%, 96% 25%, 78% 28%, 99% 31%, 80% 34%, 95% 37%, 76% 40%, 100% 43%, 82% 46%, 96% 49%, 78% 52%, 99% 55%, 81% 58%, 95% 61%, 77% 64%, 100% 67%, 82% 70%, 97% 73%, 79% 76%, 99% 79%, 81% 82%, 96% 85%, 77% 88%, 100% 91%, 82% 94%, 96% 97%, 78% 100%, 0 100%); opacity: .98; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -240px; bottom: -330px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025), 0 0 0 116px rgba(255,255,255,.025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1 { max-width: 900px; margin-bottom: 1.5rem; font-family: "Trebuchet MS", Aptos, "Segoe UI", sans-serif; font-size: clamp(2.8rem, 6.5vw, 5.8rem); font-weight: 800; line-height: 1.02; letter-spacing: -.035em; text-transform: uppercase; }
h1 span { color: var(--sky); }
.lead { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .78rem 1.25rem; border: 2px solid transparent; border-radius: 4px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 9px 24px rgba(0,92,169,.22); }
.button-primary:hover { color: white; background: var(--blue-dark); }
.button-secondary { color: var(--blue); border-color: var(--blue); background: transparent; }
.experience-badge { display: flex; align-items: center; flex-direction: column; justify-content: center; width: clamp(220px, 24vw, 300px); aspect-ratio: 1; padding: 2rem; margin-inline: auto; text-align: center; text-transform: uppercase; border: 4px double white; border-radius: 50%; }
.experience-badge span { font-family: "Trebuchet MS", Aptos, sans-serif; font-size: 1.15rem; font-weight: 800; line-height: 1; }
.experience-badge strong { font-family: "Trebuchet MS", Aptos, sans-serif; font-size: clamp(5rem, 9vw, 7rem); line-height: .85; }
.experience-badge em { width: 115%; margin-top: .7rem; padding: .35rem .5rem; color: var(--blue); background: white; font-style: normal; font-weight: 900; line-height: 1; }

.support-feature { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; margin-top: -2.1rem; padding: 1.4rem 1.6rem; background: white; border-left: 7px solid var(--sky); box-shadow: var(--shadow); }
.support-logo img { display: block; width: 86px; height: 86px; object-fit: cover; border-radius: 8px; }
.support-copy .eyebrow { margin-bottom: .25rem; }
.support-copy h2 { margin: 0 0 .25rem; font-size: 1.5rem; }
.support-copy p:last-child { max-width: 600px; margin: 0; color: var(--muted); font-size: .92rem; }

.contact-strip { color: white; background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr 1.45fr; }
.contact-grid > div { padding: 1.55rem 2rem; border-right: 1px solid rgba(255,255,255,.2); }
.contact-grid > div:first-child { padding-left: 0; }
.contact-grid > div:last-child { border: 0; }
.contact-grid .label { display: block; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-grid a, .contact-grid span:not(.label) { color: white; font-weight: 650; text-decoration: none; }

.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section-heading { max-width: 720px; margin-bottom: 2.7rem; }
.section-heading h2, .contact-card h2, .support-panel h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.28); }
.service-card { padding: 2rem 1.5rem; color: white; border: 0; background: var(--blue); }
.service-card h3 { margin: 1.6rem 0 .7rem; font-size: 1.18rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.75); }
.service-symbol { display: grid; place-items: center; width: 58px; height: 58px; color: white; border: 2px solid var(--sky); border-radius: 50%; font-family: "Trebuchet MS", Aptos, sans-serif; font-weight: 800; }

.page-hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 9vw, 7.5rem) 0; color: white; text-align: center; background: var(--blue); }
.page-hero::before { content: ""; position: absolute; inset: auto 0 0; height: 12px; background: white; clip-path: polygon(0 72%, 3% 44%, 7% 69%, 11% 35%, 15% 63%, 20% 42%, 25% 75%, 30% 39%, 35% 67%, 40% 31%, 45% 70%, 50% 40%, 55% 73%, 60% 34%, 65% 66%, 70% 41%, 75% 72%, 80% 36%, 85% 68%, 90% 43%, 95% 70%, 100% 39%, 100% 100%, 0 100%); }
.page-hero.compact { padding-block: 4rem; }
.page-hero h1 { margin-inline: auto; margin-bottom: 1rem; font-size: clamp(3rem, 7vw, 5rem); }
.two-column { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: stretch; }
.contact-card, .support-panel { padding: clamp(2rem, 5vw, 3.5rem); border-radius: 5px; }
.contact-card { border: 1px solid var(--line); box-shadow: var(--shadow); }
.support-panel { color: white; background: var(--blue-dark); }
.teamviewer-logo { width: 88px; height: 88px; margin-bottom: 1.4rem; border: 4px solid white; border-radius: 12px; }
.actions.centered { justify-content: center; }
.support-panel p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.eyebrow.light { color: #81c5ee; }
.button-light { margin-top: 1rem; color: var(--blue-dark); background: white; }
.button-light:hover { color: var(--blue-dark); background: #edf7fd; }
.contact-list { margin: 2rem 0 0; }
.contact-list div { display: grid; grid-template-columns: 110px 1fr; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-weight: 700; }
.contact-list dd { margin: 0; font-weight: 650; }
.legal { max-width: 780px; }
.legal h2 { margin: 2.5rem 0 .65rem; color: var(--blue-dark); font-size: 1.25rem; }
.legal h2:first-child { margin-top: 0; }
.legal p { margin: 0; }

footer { color: #cbd4dc; background: #17232d; }
.footer-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .9rem; }
.footer-inner p { margin: 0; }
.footer-inner div { display: flex; gap: 1.5rem; }
.footer-inner a { color: #e7edf1; text-decoration: none; }

@media (max-width: 820px) {
  .header-inner { padding-block: .9rem; flex-direction: column; gap: .8rem; }
  .hero-grid, .two-column { grid-template-columns: 1fr; }
  .experience-card { max-width: 520px; }
  .contact-grid { grid-template-columns: 1fr; padding-block: .65rem; }
  .contact-grid > div, .contact-grid > div:first-child { padding: .75rem 0; border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .support-feature { grid-template-columns: auto 1fr; }
  .support-feature .button { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1120px); }
  .brand img { width: min(330px, 88vw); }
  nav { width: 100%; justify-content: space-between; gap: .6rem; border-top: 1px solid var(--line); padding-top: .75rem; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .support-feature { grid-template-columns: 1fr; text-align: center; }
  .support-logo img { margin-inline: auto; }
  .contact-list div { grid-template-columns: 1fr; gap: .2rem; }
  .footer-inner { padding-block: 1.5rem; flex-direction: column; justify-content: center; text-align: center; gap: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
