/* CyberBlue hand-coded website · Version 2.2.2 */

:root {
  --a11y-scale: 1;
  --background: #fbfdff;
  --foreground: #071b3d;
  --primary: #075fd8;
  --primary-foreground: #ffffff;
  --border: #dce8f5;
  --ring: #359bea;
  --radius: 1rem;
  --ink: #071b3d;
  --blue: #075fd8;
  --cyan: #2baee9;
  --pale-blue: #eaf6ff;
  --mint: #dff8e8;
  --peach: #ffe8db;
  --yellow: #fff3bc;
  --violet: #ece7ff;
  --font-heading: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  zoom: var(--a11y-scale);
}
a { color: inherit; text-decoration: none; }
svg { width: 24px; height: 24px; stroke-width: 1.8; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.admin-bar .site-header { top: 32px; }
h1, h2, h3 { font-family: var(--font-heading); }
.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; padding: 11px 16px; border-radius: 10px; background: #071b3d; color: #fff; font-weight: 750; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f4b400; outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 8px clamp(22px, 5vw, 78px);
  background: rgba(251, 253, 255, .84);
  border-bottom: 1px solid rgba(7, 95, 216, .09);
  backdrop-filter: blur(20px);
}
.brand { display: inline-flex; width: 110px; height: 76px; align-items: center; }
.brand img { width: 100%; height: 100%; display: block; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 14px; font-weight: 590; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.nav-search { position: relative; }
.nav-search summary { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); cursor: pointer; list-style: none; transition: color .2s ease, background .2s ease; }
.nav-search summary::-webkit-details-marker { display: none; }
.nav-search summary:hover, .nav-search[open] summary { color: var(--blue); background: var(--pale-blue); }
.nav-search summary svg { width: 18px; height: 18px; }
.nav-search form { position: absolute; top: calc(100% + 16px); right: 0; width: 310px; display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid #d7e6f4; border-radius: 16px; background: #fff; box-shadow: 0 20px 45px rgba(7,35,82,.16); }
.nav-search input { min-width: 0; flex: 1; height: 38px; padding: 0 11px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
.nav-search button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--blue); color: #fff; cursor: pointer; }
.nav-search button svg { width: 16px; height: 16px; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 650; color: var(--blue); }
.nav-cta svg { width: 16px; }
.mobile-menu { display: none; justify-self: end; }
.mobile-menu summary { min-width: 86px; height: 42px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 14px; border: 1px solid #d5e4f1; border-radius: 999px; background: #fff; color: var(--ink); cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; box-shadow: 0 8px 22px rgba(7,35,82,.07); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-icon { width: 18px; height: 14px; display: flex; flex-direction: column; justify-content: space-between; }
.mobile-menu-icon b { width: 18px; height: 2px; display: block; border-radius: 999px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu[open] .mobile-menu-icon b:first-child { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] .mobile-menu-icon b:nth-child(2) { opacity: 0; }
.mobile-menu[open] .mobile-menu-icon b:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu-panel { position: absolute; top: calc(100% + 9px); left: 18px; right: 18px; padding: 14px; border: 1px solid #d5e4f1; border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(7,35,82,.18); backdrop-filter: blur(20px); }
.mobile-menu-links { display: flex; flex-direction: column; gap: 2px; }
.mobile-menu-links a { display: flex; align-items: center; min-height: 48px; padding: 0 14px; border-radius: 13px; color: var(--ink); font-size: 15px; font-weight: 680; }
.mobile-menu-links a:hover, .mobile-menu-links a:focus-visible { background: var(--pale-blue); color: var(--blue); }
.mobile-search { display: flex; gap: 8px; margin-top: 10px; padding: 8px; border: 1px solid #dce8f4; border-radius: 15px; background: #f6f9fc; }
.mobile-search input { min-width: 0; flex: 1; height: 40px; padding: 0 10px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
.mobile-search button { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--blue); color: #fff; }
.mobile-search button svg { width: 17px; height: 17px; }
.mobile-menu-cta { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 10px; border-radius: 15px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 740; }
.mobile-menu-cta svg { width: 16px; height: 16px; }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
  gap: clamp(34px, 6vw, 110px);
  align-items: center;
  padding: 86px clamp(22px, 7vw, 118px) 110px;
  overflow: hidden;
}
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--blue); font-size: 12px; line-height: 1; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--pale-blue); border-radius: 999px; }
.eyebrow svg { width: 15px; }
.hero h1 { margin: 25px 0 24px; font-size: clamp(58px, 6.4vw, 96px); line-height: 1; letter-spacing: -.038em; font-weight: 650; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 590px; margin: 0; color: #51627d; font-size: clamp(19px, 1.8vw, 25px); line-height: 1.45; letter-spacing: -.025em; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 22px; font-size: 15px; font-weight: 680; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 17px; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 14px 34px rgba(7,95,216,.23); }
.button.primary:hover { background: #054fac; box-shadow: 0 17px 38px rgba(7,95,216,.3); }
.button.text { color: var(--blue); background: #fff; border: 1px solid #d7e6f4; }
.proof-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 31px; color: #5c6e87; font-size: 12px; font-weight: 620; }
.proof-row span { display: inline-flex; align-items: center; gap: 6px; }
.proof-row svg { width: 14px; height: 14px; color: #10a873; }

.hero-stage { position: relative; min-height: 570px; display: flex; align-items: center; justify-content: center; }
.orb { position: absolute; border-radius: 999px; filter: blur(2px); }
.orb-one { width: 530px; height: 530px; background: linear-gradient(145deg, #cbeeff 4%, #e9e4ff 47%, #ffe7d9 94%); }
.orb-two { width: 360px; height: 360px; background: rgba(255,255,255,.62); backdrop-filter: blur(18px); }
.workspace-card { width: min(100%, 540px); min-height: 390px; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.75); border-radius: 28px; padding: 16px; background: rgba(255,255,255,.8); box-shadow: 0 34px 90px rgba(7,27,61,.16); backdrop-filter: blur(24px); transform: rotate(-1.4deg); }
.workspace-topbar { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 8px; border-bottom: 1px solid #e7eef7; font-size: 10px; color: #697891; }
.brand-dot { flex: 0 0 auto; display: grid; place-items: center; width: 31px; height: 31px; padding: 2px; }
.brand-dot img { width: 100%; height: 100%; display: block; object-fit: contain; }
.workspace-title { font-weight: 690; color: var(--ink); }
.status { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #15b97d; box-shadow: 0 0 0 4px #e4f8ef; }
.workspace-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 12px; padding-top: 14px; }
.workspace-main { min-height: 296px; padding: 29px 26px 20px; border-radius: 20px; background: #f2f8ff; }
.workspace-main > p { margin: 0 0 8px; font-size: 11px; color: #5c6d86; }
.workspace-main h2 { margin: 0; font-size: clamp(25px, 2.6vw, 35px); line-height: 1.08; letter-spacing: -.025em; }
.signal-card { margin-top: 42px; padding: 15px; border-radius: 16px; background: #fff; box-shadow: 0 10px 26px rgba(17,62,120,.08); }
.signal-label { display: flex; justify-content: space-between; font-size: 10px; color: #74839a; }
.signal-label strong { color: var(--blue); font-size: 14px; }
.signal-bars { height: 54px; display: flex; align-items: flex-end; gap: 5px; margin-top: 13px; }
.signal-bars i { flex: 1; min-height: 8px; border-radius: 5px 5px 2px 2px; background: linear-gradient(#48bdf2, #0876e4); opacity: .82; }
.workspace-side { display: grid; gap: 12px; }
.mini-card { min-height: 90px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 3px 9px; padding: 15px; border-radius: 18px; font-size: 10px; }
.mini-card svg { grid-row: 1 / 3; width: 24px; height: 24px; align-self: center; }
.mini-card span { font-weight: 720; color: var(--ink); }
.mini-card b { font-weight: 540; color: #62728a; }
.cloud-card { background: #dceeff; }
.cloud-card svg { color: #0876e4; }
.shield-card { background: #e1f7e8; }
.shield-card svg { color: #0b9b63; }
.support-card { background: #ffebde; }
.support-card svg { color: #ec7144; }
.float-note { position: absolute; z-index: 3; min-width: 128px; padding: 13px 16px; border-radius: 15px; background: #fff; box-shadow: 0 18px 50px rgba(7,27,61,.13); transform: rotate(4deg); }
.float-note span { display: block; color: var(--blue); font-size: 9px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.float-note b { display: block; margin-top: 3px; font-size: 12px; }
.note-one { top: 61px; right: -12px; }
.note-two { bottom: 42px; left: -22px; transform: rotate(-5deg); }

.statement { padding: 140px clamp(22px, 12vw, 190px); text-align: center; background: var(--ink); color: #fff; border-radius: 72px 72px 0 0; }
.statement .kicker { color: #72d5ff; }
.statement h2 { margin: 23px auto 31px; max-width: 940px; font-size: clamp(52px, 7vw, 96px); line-height: 1; letter-spacing: -.035em; font-weight: 620; }
.statement-copy { max-width: 690px; margin: 0 auto; color: #b9c8db; font-size: 20px; line-height: 1.55; letter-spacing: -.02em; }

.services { padding: 126px clamp(22px, 7vw, 118px) 148px; background: #f3f8fd; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-heading h2 { max-width: 720px; margin: 16px 0 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.03em; }
.section-heading > p { max-width: 370px; margin: 0; color: #62728a; font-size: 17px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { --card-accent: #267ddc; position: relative; overflow: hidden; isolation: isolate; min-height: 350px; display: flex; flex-direction: column; padding: clamp(25px, 3vw, 36px); border: 1px solid rgba(7,35,82,.08); border-radius: 29px; background: var(--card-bg); box-shadow: 0 10px 32px rgba(7,35,82,.045), inset 0 1px 0 rgba(255,255,255,.72); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; top: -112px; right: -88px; border-radius: 50%; background: rgba(255,255,255,.72); filter: blur(3px); transition: transform .3s ease; }
.service-card::after { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px; background: var(--card-accent); opacity: .82; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(7,35,82,.14); box-shadow: 0 25px 55px rgba(7,27,61,.12), inset 0 1px 0 rgba(255,255,255,.8); }
.service-card:hover::before { transform: scale(1.16); }
.service-card.blue { --card-bg: #dceeff; --card-accent: #1975d2; }
.service-card.peach { --card-bg: var(--peach); --card-accent: #de7747; }
.service-card.mint { --card-bg: var(--mint); --card-accent: #159365; }
.service-card.violet { --card-bg: var(--violet); --card-accent: #7455c4; }
.service-card.yellow { --card-bg: var(--yellow); --card-accent: #c98b12; }
.service-card.coral { --card-bg: #ffe4e7; --card-accent: #d9596b; }
.icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.72); color: var(--blue); }
.icon-wrap svg { width: 22px; }
.service-card .icon-wrap { width: 54px; height: 54px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; color: var(--card-accent); box-shadow: 0 10px 25px rgba(7,35,82,.08); transition: transform .25s ease; }
.service-card .icon-wrap svg { width: 23px; height: 23px; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.service-card-top > span { display: inline-flex; align-items: center; min-height: 31px; padding: 0 11px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; background: rgba(255,255,255,.48); color: #405875; font-size: 9px; font-weight: 780; letter-spacing: .045em; text-transform: uppercase; }
.service-card h3 { margin: 39px 0 12px; font-size: 28px; line-height: 1.08; letter-spacing: -.022em; }
.service-card p { margin: 0; color: #52637a; font-size: 15px; line-height: 1.58; }
.service-card a { width: 100%; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 21px; border-top: 1px solid rgba(7,35,82,.12); color: #274d7d; font-size: 13px; font-weight: 750; }
.service-card a svg { width: 34px; height: 34px; padding: 9px; border-radius: 50%; background: rgba(255,255,255,.68); color: var(--card-accent); transition: transform .2s ease, background .2s ease; }
.service-card:hover .icon-wrap { transform: translateY(-2px); }
.service-card a:hover svg { transform: translateX(3px); background: rgba(255,255,255,.92); }
.service-card:focus-within { outline: 3px solid rgba(7,95,216,.2); outline-offset: 3px; }

.process-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 160px); padding: 140px clamp(22px, 9vw, 150px); background: linear-gradient(145deg, #0a66db, #084ca8); color: #fff; }
.process-copy { align-self: center; }
.process-copy .kicker { color: #a9e3ff; }
.process-copy h2 { margin: 20px 0 26px; font-size: clamp(44px, 5vw, 68px); line-height: 1.06; letter-spacing: -.03em; }
.process-copy > p { max-width: 570px; color: #cde2ff; font-size: 18px; line-height: 1.6; }
.button.light { margin-top: 22px; background: #fff; color: var(--blue); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 31px 0; border-top: 1px solid rgba(255,255,255,.25); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.process-list h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.015em; }
.process-list p { max-width: 490px; margin: 0; color: #cde2ff; line-height: 1.55; }

.contact { position: relative; overflow: hidden; padding: 145px 22px 155px; text-align: center; background: #fff; }
.contact-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 30px; border-radius: 20px; background: var(--blue); color: #fff; font-size: 24px; font-weight: 850; letter-spacing: -.1em; transform: rotate(-6deg); box-shadow: 0 16px 38px rgba(7,95,216,.23); }
.contact-mark.cloud-logo-mark { width: 78px; height: 78px; padding: 7px; border-radius: 24px; background: #fff; transform: none; }
.contact-mark.cloud-logo-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.contact h2 { margin: 20px auto 25px; font-size: clamp(52px, 6.8vw, 88px); line-height: 1.02; letter-spacing: -.035em; }
.contact > p:not(.kicker) { max-width: 580px; margin: 0 auto; color: #61728a; font-size: 18px; }
.contact-actions { justify-content: center; }

footer { display: grid; grid-template-columns: repeat(3, minmax(140px, 220px)); justify-content: center; column-gap: clamp(32px, 7vw, 88px); row-gap: 46px; padding: 58px clamp(22px, 7vw, 118px) 32px; background: #edf5fc; color: #4c5f79; font-size: 13px; }
.footer-brand { order: 2; grid-column: 1 / -1; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: center; justify-self: stretch; gap: 27px; padding: 36px 0; border-top: 1px solid #c9dceb; border-bottom: 1px solid #c9dceb; }
.footer-brand img { width: 142px; height: 92px; flex: 0 0 auto; object-fit: contain; object-position: left center; margin: 0; }
.footer-brand address { width: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin: 0; padding-left: 27px; border-left: 1px solid #c9dceb; font-style: normal; line-height: 1.55; text-align: left; }
.footer-brand address a { margin-top: 5px; }
footer h3 { margin: 0 0 18px; color: var(--ink); font-size: 13px; }
footer > div:not(.footer-brand):not(.footer-end) { order: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
footer a:hover { color: var(--blue); }
.footer-end { order: 3; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 26px; }
.footer-legal { display: flex; align-items: center; gap: 18px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { width: min(100%, 680px); margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { min-height: 78px; padding: 7px 18px; }
  .brand { width: 88px; height: 64px; }
  .mobile-menu summary { min-width: 80px; height: 40px; }
  .hero { min-height: auto; padding: 62px 20px 82px; gap: 36px; }
  .hero h1 { font-size: clamp(54px, 16vw, 74px); }
  .hero-copy > p { font-size: 18px; }
  .proof-row { display: grid; gap: 10px; }
  .hero-stage { min-height: 430px; transform: scale(.94); }
  .orb-one { width: 420px; height: 420px; }
  .workspace-card { min-width: 470px; transform: scale(.78) rotate(-1.4deg); }
  .note-one { right: 1px; top: 20px; }
  .note-two { left: 0; bottom: 15px; }
  .statement { padding: 100px 22px; border-radius: 44px 44px 0 0; }
  .statement-copy { font-size: 17px; }
  .services { padding: 95px 20px 105px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; padding: 25px; }
  .service-card h3 { margin-top: 32px; }
  .process-section { padding: 100px 22px; }
  .contact { padding: 105px 20px 115px; }
  footer { grid-template-columns: 1fr; justify-content: stretch; gap: 32px; padding: 58px 22px 28px; text-align: center; }
  .footer-brand { width: 100%; grid-column: auto; flex-direction: column; justify-self: center; gap: 8px; }
  .footer-brand img { object-position: center; }
  .footer-brand address { align-items: center; padding-left: 0; border-left: 0; text-align: center; }
  footer > div:not(.footer-brand):not(.footer-end) { align-items: center; }
  .footer-end { flex-direction: column; align-items: center; gap: 9px; }
}

@media (max-width: 520px) {
  .hero-actions, .contact-actions { flex-direction: column; align-items: flex-start; }
  .contact-actions { align-items: center; }
  .hero-actions .button, .contact-actions .button { width: auto; max-width: 100%; justify-content: center; text-align: center; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Web Design portfolio */
.portfolio-page { background: #f7fbff; }
.portfolio-hero {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  padding: 100px clamp(22px, 7vw, 118px) 125px;
  background: linear-gradient(145deg, #fff 0%, #f5faff 47%, #eef8ff 100%);
}
.portfolio-hero::before {
  content: '';
  position: absolute;
  width: 530px;
  height: 530px;
  right: 3vw;
  top: 40px;
  border-radius: 50%;
  background: linear-gradient(145deg, #dff2ff, #ece5ff 55%, #ffe9dc);
  filter: blur(2px);
}
.portfolio-hero-copy { position: relative; z-index: 2; max-width: 700px; }
.portfolio-hero h1 {
  margin: 24px 0;
  font-size: clamp(58px, 6.5vw, 94px);
  line-height: 1;
  letter-spacing: -.038em;
  font-weight: 650;
}
.portfolio-hero h1 span { color: var(--blue); }
.portfolio-hero-copy > p:not(.kicker) { max-width: 620px; margin: 0; color: #566982; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; letter-spacing: -.015em; }
.portfolio-collage { position: relative; z-index: 2; min-height: 480px; }
.portfolio-collage-card { position: absolute; overflow: hidden; aspect-ratio: 16 / 9; height: auto; border: 7px solid #fff; border-radius: 22px; background: #fff; box-shadow: 0 26px 60px rgba(7,27,61,.17); }
.portfolio-collage-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }
.portfolio-collage-card.one { width: 68%; top: 5%; left: 4%; transform: rotate(-4deg); }
.portfolio-collage-card.two { width: 66%; right: 0; top: 31%; transform: rotate(3deg); }
.portfolio-collage-card.three { width: 54%; left: 8%; bottom: 0; transform: rotate(-1deg); }

.portfolio-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; padding: 125px clamp(22px, 7vw, 118px) 60px; }
.portfolio-intro h2 { max-width: 780px; margin: 18px 0 0; font-size: clamp(42px, 5vw, 69px); line-height: 1.04; letter-spacing: -.03em; }
.portfolio-intro > p { max-width: 440px; margin: 0; color: #5a6d85; font-size: 17px; line-height: 1.6; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding: 0 clamp(22px, 7vw, 118px) 145px; }
.portfolio-item { overflow: hidden; display: flex; flex-direction: column; min-height: 600px; border-radius: 28px; background: #fff; box-shadow: 0 16px 44px rgba(7,27,61,.07); transition: transform .25s ease, box-shadow .25s ease; }
.portfolio-item:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(7,27,61,.12); }
.portfolio-image { overflow: hidden; display: block; width: 100%; aspect-ratio: 16 / 9; background: #f3f7fb; }
.portfolio-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .55s ease; }
.portfolio-item:hover .portfolio-image img { transform: none; }
.portfolio-content { display: flex; flex: 1; flex-direction: column; padding: clamp(28px, 3.5vw, 44px); }
.portfolio-type { color: var(--blue); font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-content h2 { margin: 16px 0 13px; font-size: clamp(29px, 3vw, 42px); line-height: 1.08; letter-spacing: -.024em; }
.portfolio-content p { margin: 0; color: #5b6c83; font-size: 16px; line-height: 1.6; }
.portfolio-content a { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: auto; padding-top: 28px; color: var(--blue); font-size: 13px; font-weight: 720; }
.portfolio-content a svg { width: 16px; }

.portfolio-affordability { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(60px, 9vw, 145px); align-items: center; padding: 125px clamp(22px, 8vw, 132px); background: linear-gradient(135deg, #e8f5ff 0%, #f8fbff 52%, #fff0e6 100%); }
.portfolio-affordability::before { content: ""; position: absolute; width: 430px; height: 430px; right: -150px; top: -190px; border-radius: 50%; background: rgba(126,209,255,.28); filter: blur(2px); }
.affordability-copy, .affordability-options { position: relative; z-index: 1; }
.affordability-copy h2 { max-width: 700px; margin: 20px 0 25px; font-size: clamp(45px, 5vw, 72px); line-height: 1.03; letter-spacing: -.036em; }
.affordability-copy h2 span { color: var(--blue); }
.affordability-copy > p:not(.kicker) { max-width: 610px; margin: 0; color: #566a83; font-size: 17px; line-height: 1.68; }
.affordability-copy .button { margin-top: 32px; }
.affordability-options { border-top: 1px solid #bcd6e9; }
.affordability-options article { padding: 29px 0; border-bottom: 1px solid #bcd6e9; }
.affordability-options h3 { margin: 0 0 8px; color: var(--ink); font-size: 25px; letter-spacing: -.02em; }
.affordability-options p { margin: 0; color: #5d7088; line-height: 1.6; }

.portfolio-seo { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(60px, 9vw, 140px); align-items: start; padding: 130px clamp(22px, 8vw, 132px); background: #fff; }
.seo-copy h2 { max-width: 720px; margin: 20px 0 25px; font-size: clamp(45px, 5vw, 70px); line-height: 1.03; letter-spacing: -.035em; }
.seo-copy h2 span { color: var(--blue); }
.seo-copy > p:not(.kicker) { max-width: 620px; margin: 0; color: #566a83; font-size: 17px; line-height: 1.68; }
.seo-copy .seo-note { margin-top: 23px; padding: 18px 20px; border-left: 3px solid #52bdeb; border-radius: 0 14px 14px 0; background: #eef8ff; color: #536a83; font-size: 13px; }
.seo-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.seo-feature-grid article { min-height: 255px; padding: 29px; border: 1px solid #d8e8f4; border-radius: 24px; background: #f8fbfe; }
.seo-feature-grid h3 { margin: 0 0 10px; color: var(--ink); font-size: 24px; line-height: 1.12; letter-spacing: -.02em; }
.seo-feature-grid p { margin: 0; color: #60748b; font-size: 14px; line-height: 1.62; }

.portfolio-principles { padding: 130px clamp(22px, 9vw, 150px); background: var(--ink); color: #fff; border-radius: 68px 68px 0 0; }
.portfolio-principles .kicker { color: #76d8ff; }
.portfolio-principles > h2 { max-width: 920px; margin: 20px 0 60px; font-size: clamp(46px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -.032em; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.principle-card { min-height: 270px; padding: 36px; background: var(--ink); }
.principle-card h3 { margin: 0 0 12px; font-size: 29px; letter-spacing: -.015em; }
.principle-card p { margin: 0; color: #b9c8db; line-height: 1.6; }

@media (max-width: 980px) {
  .portfolio-hero { grid-template-columns: 1fr; }
  .portfolio-collage { width: min(100%, 720px); margin: 0 auto; }
  .portfolio-intro { grid-template-columns: 1fr; gap: 25px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-affordability { grid-template-columns: 1fr; }
  .portfolio-seo { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .portfolio-hero { min-height: auto; grid-template-columns: 1fr; padding: 75px 20px 90px; }
  .portfolio-hero h1 { font-size: clamp(55px, 16vw, 76px); }
  .portfolio-collage { min-height: 355px; margin-top: 25px; }
  .portfolio-hero::before { width: 390px; height: 390px; right: -90px; top: 390px; }
  .portfolio-intro { padding: 95px 20px 45px; }
  .portfolio-grid { padding: 0 20px 105px; }
  .portfolio-item { min-height: 0; }
  .portfolio-affordability { gap: 55px; padding: 95px 20px; }
  .affordability-options article { padding: 24px 0; }
  .affordability-options h3 { font-size: 22px; }
  .portfolio-seo { gap: 52px; padding: 95px 20px; }
  .seo-feature-grid { grid-template-columns: 1fr; }
  .seo-feature-grid article { min-height: 225px; }
  .portfolio-principles { padding: 95px 20px; border-radius: 44px 44px 0 0; }
}

/* Cloud hosting */
.cloud-page { overflow: hidden; background: #f8fbff; }
.cloud-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(45px, 6vw, 95px);
  padding: 92px clamp(22px, 6vw, 96px) 118px;
  background: radial-gradient(circle at 78% 18%, #e4e8ff 0, rgba(228,232,255,0) 32%), linear-gradient(140deg, #fff 0%, #f4faff 57%, #eaf5ff 100%);
}
.cloud-hero-copy { position: relative; z-index: 2; max-width: 690px; }
.cloud-hero h1 { margin: 24px 0; font-size: clamp(57px, 6.2vw, 92px); line-height: 1; letter-spacing: -.04em; font-weight: 650; }
.cloud-hero h1 span { display: block; color: var(--blue); }
.cloud-hero-copy > p:not(.kicker) { max-width: 650px; margin: 0; color: #536780; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; letter-spacing: -.018em; }
.cloud-hero-visual { position: relative; z-index: 1; margin: 0; padding: 9px; border: 1px solid rgba(255,255,255,.88); border-radius: 34px; background: rgba(255,255,255,.7); box-shadow: 0 34px 90px rgba(7,35,82,.16); transform: rotate(1deg); }
.cloud-hero-visual > img { width: 100%; min-height: 500px; display: block; border-radius: 26px; object-fit: cover; object-position: 63% center; }
.cloud-hero-visual figcaption { position: absolute; left: -30px; right: 30px; bottom: -33px; display: flex; flex-wrap: wrap; gap: 10px; }
.cloud-hero-visual figcaption span { display: inline-flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid #e0ebf6; border-radius: 999px; background: rgba(255,255,255,.96); color: #435a75; box-shadow: 0 15px 35px rgba(7,35,82,.11); font-size: 12px; font-weight: 680; }
.cloud-hero-visual figcaption svg { width: 18px; height: 18px; color: var(--blue); }

.cloud-assurance { position: relative; z-index: 3; width: min(1180px, calc(100% - 44px)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: -42px auto 0; overflow: hidden; border: 1px solid #dfebf6; border-radius: 24px; background: #dfebf6; box-shadow: 0 22px 56px rgba(7,35,82,.08); }
.cloud-assurance > div { min-height: 126px; display: flex; align-items: center; gap: 18px; padding: 26px 28px; background: #fff; }
.cloud-assurance svg { flex: 0 0 auto; width: 29px; height: 29px; color: var(--blue); }
.cloud-assurance span { color: #63738a; font-size: 13px; line-height: 1.45; }
.cloud-assurance strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }

.cloud-anywhere { padding: 145px clamp(22px, 8vw, 132px); background: #f8fbff; }
.cloud-section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px 80px; align-items: end; }
.cloud-section-heading .kicker { grid-column: 1 / -1; margin: 0; }
.cloud-section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(46px, 5.2vw, 74px); line-height: 1.03; letter-spacing: -.035em; }
.cloud-section-heading > p:not(.kicker) { max-width: 490px; margin: 0; color: #5a6c84; font-size: 17px; line-height: 1.65; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }
.location-grid article { min-height: 290px; padding: 34px; border: 1px solid #dce8f4; border-radius: 26px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.location-grid article:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(7,35,82,.08); }
.location-image { display: block; width: 100%; height: clamp(155px, 13vw, 185px); object-fit: cover; border-radius: 18px; box-shadow: 0 12px 28px rgba(7,35,82,.12); }
.location-grid h3 { margin: 24px 0 13px; font-size: 29px; letter-spacing: -.02em; }
.location-grid p { margin: 0; color: #5c6d84; line-height: 1.62; }

.cloud-mac-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(55px, 8vw, 125px); align-items: center; padding: 135px clamp(22px, 7vw, 118px); background: linear-gradient(135deg, #fff 0%, #f3f8ff 55%, #eef4ff 100%); }
.cloud-mac-copy h2 { margin: 20px 0 24px; font-size: clamp(43px, 4.6vw, 66px); line-height: 1.04; letter-spacing: -.034em; }
.cloud-mac-copy > p:not(.kicker) { margin: 0; color: #5b6d84; font-size: 17px; line-height: 1.65; }
.mac-windows-visual { overflow: hidden; border: 9px solid #101725; border-radius: 30px; background: #f7f9fc; box-shadow: 0 35px 80px rgba(7,35,82,.17); transform: rotate(1.4deg); }
.mac-window-bar { min-height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid #dce5ef; background: #fff; }
.mac-window-bar > span { width: 11px; height: 11px; border-radius: 50%; background: #ff6259; }
.mac-window-bar > span:nth-child(2) { background: #ffbd2e; }
.mac-window-bar > span:nth-child(3) { background: #28c840; }
.mac-window-bar small { margin-left: 8px; color: #738197; font-weight: 650; }
.hosted-windows-screen { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px 30px; background: radial-gradient(circle at 70% 18%, rgba(104,194,255,.65), transparent 30%), linear-gradient(145deg, #075fd8, #49afe9); color: #fff; text-align: center; }
.windows-mark { width: 68px; height: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 22px; transform: perspective(120px) rotateY(-8deg); }
.windows-mark i { background: rgba(255,255,255,.96); }
.hosted-windows-screen > strong { font-family: var(--font-heading); font-size: 30px; letter-spacing: -.02em; }
.hosted-windows-screen > span { margin-top: 7px; color: #dceeff; font-size: 13px; }
.hosted-app-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 35px; }
.hosted-app-row b { padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.13); font-size: 10px; font-weight: 680; }
.mac-device-label { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 14px 20px; color: #617189; font-size: 12px; }
.mac-device-label svg { width: 18px; color: var(--blue); }
.mac-device-label strong { color: var(--ink); }

.cloud-server-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(55px, 8vw, 125px); align-items: center; padding: 125px clamp(22px, 7vw, 118px); background: #fff; }
.cloud-server-visual { margin: 0; overflow: hidden; border: 8px solid #fff; border-radius: 30px; background: #edf6ff; box-shadow: 0 30px 75px rgba(7,35,82,.15); }
.cloud-server-visual img { width: 100%; min-height: 500px; display: block; object-fit: cover; object-position: center; }
.cloud-server-copy h2 { margin: 20px 0 24px; font-size: clamp(43px, 4.6vw, 66px); line-height: 1.04; letter-spacing: -.034em; }
.cloud-server-copy > p:not(.kicker) { margin: 0; color: #5b6d84; font-size: 17px; line-height: 1.65; }
.cloud-check-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid #dce8f4; }
.cloud-check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid #dce8f4; }
.cloud-check-list svg { width: 20px; height: 20px; color: #10a873; }
.cloud-check-list span { color: #64758b; font-size: 14px; line-height: 1.5; }
.cloud-check-list strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 16px; }

.cloud-continuity-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: clamp(55px, 8vw, 120px); align-items: center; padding: 135px clamp(22px, 8vw, 132px); background: linear-gradient(135deg, #eaf6ff 0%, #f8fbff 58%, #eef0ff 100%); }
.cloud-continuity-copy h2 { max-width: 850px; margin: 20px 0 24px; font-size: clamp(43px, 4.8vw, 68px); line-height: 1.03; letter-spacing: -.035em; }
.cloud-continuity-copy > p:not(.kicker) { max-width: 720px; margin: 0; color: #586b83; font-size: 17px; line-height: 1.67; }
.cloud-continuity-copy > p + p { margin-top: 18px; }
.cloud-continuity-panel { overflow: hidden; padding: 11px; border: 1px solid rgba(255,255,255,.95); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 28px 70px rgba(7,35,82,.12); }
.cloud-continuity-status { display: grid; grid-template-columns: 13px minmax(0, 1fr); gap: 14px; align-items: center; padding: 20px 22px; border-radius: 20px; }
.cloud-continuity-status + .cloud-continuity-status { margin-top: 7px; }
.cloud-continuity-status > span { width: 11px; height: 11px; border-radius: 50%; background: #d66a5c; box-shadow: 0 0 0 5px rgba(214,106,92,.12); }
.cloud-continuity-status small, .cloud-continuity-status strong { display: block; }
.cloud-continuity-status small { margin-bottom: 4px; color: #78879a; font-size: 9px; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.cloud-continuity-status strong { color: var(--ink); font-size: 17px; }
.office-status { background: #fff4f1; }
.cloud-status { background: #eaf8f1; }
.cloud-status > span { background: #139468; box-shadow: 0 0 0 5px rgba(19,148,104,.12); }
.cloud-continuity-points { display: grid; margin-top: 10px; padding: 5px 18px 10px; }
.cloud-continuity-points > div { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; padding: 17px 0; border-top: 1px solid #dae6f1; color: #607189; font-size: 13px; line-height: 1.5; }
.cloud-continuity-points svg { width: 19px; height: 19px; color: #139468; }
.cloud-continuity-points strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 14px; }

.cloud-security { padding: 135px clamp(22px, 8vw, 132px) 145px; border-radius: 68px 68px 0 0; background: var(--ink); color: #fff; }
.cloud-security-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px 80px; align-items: end; }
.cloud-security-heading .kicker { grid-column: 1 / -1; margin: 0; color: #77d9ff; }
.cloud-security-heading h2 { max-width: 900px; margin: 0; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.02; letter-spacing: -.035em; }
.cloud-security-heading > p:not(.kicker) { max-width: 520px; margin: 0; color: #b8c8dc; font-size: 17px; line-height: 1.65; }
.cloud-security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 70px; }
.cloud-security-grid article { min-height: 330px; padding: 31px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.055); }
.cloud-security-grid .icon-wrap { background: rgba(255,255,255,.11); color: #79d9ff; }
.cloud-security-grid h3 { margin: 68px 0 13px; font-size: 25px; letter-spacing: -.018em; }
.cloud-security-grid p { margin: 0; color: #b6c5d8; font-size: 14px; line-height: 1.62; }

.cloud-steps { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 10vw, 150px); align-items: start; padding: 135px clamp(22px, 9vw, 150px); background: #eaf5ff; }
.cloud-steps h2 { max-width: 560px; margin: 20px 0 0; font-size: clamp(46px, 5.1vw, 72px); line-height: 1.03; letter-spacing: -.035em; }
.cloud-steps ol { margin: 0; padding: 0; list-style: none; }
.cloud-steps li { padding: 27px 0; border-top: 1px solid #c9deef; }
.cloud-steps li:last-child { border-bottom: 1px solid #c9deef; }
.cloud-steps h3 { margin: 0 0 7px; font-size: 25px; }
.cloud-steps p { margin: 0; color: #596c84; line-height: 1.55; }

@media (max-width: 1100px) {
  .cloud-hero { grid-template-columns: 1fr; }
  .cloud-hero-copy { max-width: 820px; }
  .cloud-hero-visual { width: min(100%, 900px); }
  .cloud-section-heading, .cloud-security-heading { grid-template-columns: 1fr; }
  .cloud-section-heading .kicker, .cloud-security-heading .kicker { grid-column: auto; }
  .cloud-mac-section, .cloud-server-section, .cloud-continuity-section { grid-template-columns: 1fr; }
  .mac-windows-visual { width: min(100%, 850px); }
  .cloud-server-visual { width: min(100%, 900px); }
  .cloud-security-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .cloud-hero { min-height: auto; padding: 75px 20px 105px; }
  .cloud-hero h1 { font-size: clamp(54px, 15vw, 74px); }
  .cloud-hero-copy > p:not(.kicker) { font-size: 18px; }
  .cloud-hero-visual { padding: 6px; border-radius: 24px; }
  .cloud-hero-visual > img { min-height: 330px; border-radius: 19px; object-position: 62% center; }
  .cloud-hero-visual figcaption { left: 12px; right: 12px; bottom: -60px; }
  .cloud-assurance { grid-template-columns: 1fr; margin-top: -14px; }
  .cloud-anywhere { padding: 105px 20px; }
  .location-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .location-grid article { min-height: 245px; }
  .location-image { height: clamp(180px, 48vw, 280px); }
  .location-grid h3 { margin-top: 24px; }
  .cloud-mac-section, .cloud-server-section, .cloud-continuity-section { padding: 100px 20px; }
  .hosted-windows-screen { min-height: 300px; }
  .cloud-server-visual img { min-height: 330px; }
  .cloud-security { padding: 100px 20px 110px; border-radius: 44px 44px 0 0; }
  .cloud-security-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .cloud-security-grid article { min-height: 280px; }
  .cloud-security-grid h3 { margin-top: 50px; }
  .cloud-steps { grid-template-columns: 1fr; padding: 100px 20px; }
}

/* Products */
.products-page { overflow: hidden; background: #f8fbff; }
.products-hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(50px, 7vw, 110px); align-items: center; padding: 92px clamp(22px, 7vw, 118px) 120px; background: radial-gradient(circle at 82% 22%, #ffe8db 0, rgba(255,232,219,0) 27%), radial-gradient(circle at 64% 78%, #dde9ff 0, rgba(221,233,255,0) 31%), #fff; }
.products-hero-copy { max-width: 720px; }
.products-hero h1 { margin: 24px 0; font-size: clamp(58px, 6.3vw, 94px); line-height: 1; letter-spacing: -.04em; font-weight: 650; }
.products-hero h1 span { display: block; color: var(--blue); }
.products-hero-copy > p:not(.kicker) { max-width: 650px; margin: 0; color: #566982; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; letter-spacing: -.018em; }
.products-stage { position: relative; min-height: 550px; }
.product-window { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 28px 75px rgba(7,35,82,.16); backdrop-filter: blur(20px); }
.microsoft-window { width: 76%; min-height: 390px; left: 0; top: 20px; padding: 17px; transform: rotate(-2.5deg); }
.phone-window { width: 69%; min-height: 285px; right: 0; bottom: 10px; padding: 17px; transform: rotate(3deg); }
.product-window-top { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 4px 13px; border-bottom: 1px solid #e5edf6; color: #65758b; font-size: 11px; }
.product-window-top strong { color: var(--ink); font-size: 13px; }
.product-window-top i { margin-left: auto; color: #0a9a65; font-style: normal; font-weight: 680; }
.partner-logo { display: block; object-fit: contain; }
.microsoft-logo { width: 90px; height: auto; }
.threecx-logo { width: 64px; height: 32px; padding: 5px 8px; border-radius: 8px; background: #101b2d; }
.m365-app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 3px 17px; }
.m365-app-grid > span { min-height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-radius: 17px; background: #edf5fc; color: var(--blue); font-weight: 760; }
.m365-app-grid img { width: 35px; height: 35px; object-fit: contain; }
.m365-app-grid small { color: #53657d; font-size: 9px; font-weight: 660; }
.product-window-footer { display: flex; gap: 8px; padding: 0 3px; }
.product-window-footer span { flex: 1; padding: 9px; border-radius: 10px; background: #f3f7fb; color: #617189; text-align: center; font-size: 8px; font-weight: 650; }
.phone-console { display: grid; grid-template-columns: 50px 1fr auto; gap: 13px; align-items: center; margin: 18px 1px; padding: 18px; border-radius: 18px; background: #f2f6ff; }
.caller-avatar { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #dce6ff; color: #405ca5; font-size: 12px; font-weight: 800; }
.phone-console small, .phone-console strong, .phone-console span { display: block; }
.phone-console small { color: #77849a; font-size: 9px; }
.phone-console strong { margin: 4px 0 3px; font-size: 13px; }
.phone-console span { color: #64758c; font-size: 10px; }
.phone-console .mock-call-button { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: #1fb479; color: #fff; }
.phone-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.phone-nav span { padding: 9px 4px; border-radius: 9px; background: #f6f8fb; color: #64758b; text-align: center; font-size: 8px; font-weight: 650; }

.products-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 25px 90px; align-items: end; padding: 135px clamp(22px, 9vw, 150px); background: var(--ink); color: #fff; border-radius: 68px 68px 0 0; }
.products-intro .kicker { grid-column: 1 / -1; margin: 0; color: #77d9ff; }
.products-intro h2 { max-width: 900px; margin: 0; font-size: clamp(48px, 5.6vw, 78px); line-height: 1.02; letter-spacing: -.035em; }
.products-intro > p:not(.kicker) { max-width: 510px; margin: 0; color: #b7c7da; font-size: 18px; line-height: 1.62; }

.m365-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(55px, 8vw, 125px); align-items: center; padding: 135px clamp(22px, 8vw, 132px); background: #edf6ff; }
.product-label { display: inline-flex; align-items: center; min-height: 34px; margin-bottom: 28px; padding: 0 13px; border-radius: 999px; background: #dbeaff; color: #1558b7; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.m365-copy h2, .phone-copy h2 { margin: 19px 0 24px; font-size: clamp(44px, 4.8vw, 68px); line-height: 1.04; letter-spacing: -.034em; }
.m365-copy > p:not(.kicker), .phone-copy > p:not(.kicker):not(.feature-note) { margin: 0; color: #5a6c84; font-size: 17px; line-height: 1.65; }
.m365-feature-list { display: grid; gap: 12px; margin-top: 32px; }
.m365-feature-list span { display: flex; align-items: center; gap: 11px; color: #40536d; font-size: 14px; font-weight: 620; }
.m365-feature-list svg { width: 18px; height: 18px; color: #0ba16d; }
.m365-plans { display: grid; gap: 12px; }
.m365-plans article { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px 18px; align-items: center; padding: 24px 25px; border: 1px solid #d3e3f2; border-radius: 22px; background: rgba(255,255,255,.83); }
.m365-plans h3 { grid-column: 1; grid-row: 1; margin: 0; font-size: 24px; letter-spacing: -.018em; }
.m365-plans article p { grid-column: 1 / -1; grid-row: 2; margin: 0; color: #5d6e85; font-size: 14px; line-height: 1.52; }
.m365-plans small { grid-column: 2; grid-row: 1; align-self: start; padding: 7px 10px; border-radius: 999px; background: #eef5ff; color: #2360ad; font-size: 8px; font-weight: 730; white-space: nowrap; }
.m365-plans .featured-plan { border-color: #96bdef; background: #fff; box-shadow: 0 18px 40px rgba(7,95,216,.1); }
.plan-note { margin: 7px 4px 0; color: #75849a; font-size: 11px; line-height: 1.5; }
.product-apps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: #dfe9f3; border-top: 1px solid #dfe9f3; border-bottom: 1px solid #dfe9f3; }
.product-apps > span { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 11px; background: #fff; color: #53657d; font-size: 13px; font-weight: 650; }
.product-apps img { width: 38px; height: 38px; object-fit: contain; }

.phone-section { display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(0, .95fr); gap: clamp(65px, 9vw, 140px); align-items: center; padding: 145px clamp(22px, 7vw, 118px); background: #fff8f3; }
.phone-visual { position: relative; min-height: 580px; }
.phone-desktop { position: absolute; left: 0; top: 30px; width: 88%; min-height: 445px; overflow: hidden; border: 9px solid #111827; border-radius: 24px; background: #f6f8fc; box-shadow: 0 35px 80px rgba(36,28,26,.18); transform: rotate(-1.5deg); }
.phone-desktop-bar { min-height: 59px; display: flex; align-items: center; gap: 12px; padding: 0 17px; border-bottom: 1px solid #dde3ec; background: #fff; }
.threecx-console-logo { width: 68px; height: 34px; padding: 5px 8px; border-radius: 8px; background: #101b2d; object-fit: contain; }
.phone-desktop-bar small { color: #68778d; }
.phone-desktop-bar i { margin-left: auto; color: #0b9c68; font-size: 10px; font-style: normal; font-weight: 700; }
.phone-desktop-body { min-height: 370px; display: grid; grid-template-columns: 120px 1fr; }
.phone-desktop-body aside { display: flex; flex-direction: column; gap: 5px; padding: 17px 12px; border-right: 1px solid #e2e8f0; background: #f0f3f8; }
.phone-desktop-body aside span, .phone-desktop-body aside b { padding: 10px 12px; border-radius: 9px; color: #69788d; font-size: 10px; }
.phone-desktop-body aside b { background: #dfe7fb; color: #2d477c; }
.dialer { display: flex; flex-direction: column; align-items: center; padding: 28px 20px; }
.dialer small { color: #738197; }
.dialer strong { margin: 7px 0 17px; font-size: 19px; letter-spacing: .03em; }
.dial-pad { width: 215px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dial-pad i { height: 38px; display: grid; place-items: center; border-radius: 11px; background: #fff; box-shadow: 0 4px 10px rgba(42,55,83,.07); color: #40516b; font-size: 11px; font-style: normal; }
.dialer .mock-dial-button { display: grid; place-items: center; min-width: 112px; min-height: 34px; margin-top: 14px; border-radius: 999px; background: #21ae75; color: #fff; font-size: 10px; font-weight: 750; }
.phone-mobile { position: absolute; right: 0; bottom: 10px; width: 210px; min-height: 390px; display: flex; flex-direction: column; align-items: center; padding: 30px 18px 24px; border: 8px solid #131a29; border-radius: 35px; background: linear-gradient(160deg, #edf1ff, #dbe4ff); box-shadow: 0 30px 70px rgba(36,28,26,.22); transform: rotate(4deg); }
.mobile-speaker { width: 55px; height: 5px; margin-bottom: 62px; border-radius: 999px; background: #b4bfd5; }
.phone-mobile small { color: #78869a; }
.phone-mobile strong { margin: 12px 0 6px; font-size: 19px; }
.phone-mobile > span:not(.mobile-speaker) { color: #6d7b90; font-size: 11px; }
.phone-mobile > div { display: flex; gap: 24px; margin-top: auto; }
.phone-mobile i, .phone-mobile b { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 8px; font-style: normal; }
.phone-mobile i { background: #e96868; }
.phone-mobile b { background: #25ad75; }
.phone-label { background: #f0e8ff; color: #5e3b9f; }
.phone-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.phone-feature-grid span { min-height: 150px; padding: 22px; border: 1px solid #eadfd7; border-radius: 20px; background: rgba(255,255,255,.82); color: #63738a; font-size: 13px; line-height: 1.5; }
.phone-feature-grid strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 17px; }
.feature-note { margin: 14px 2px 0; color: #7b8798; font-size: 11px; }

.aws-backup-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(60px, 8vw, 125px); align-items: center; padding: 145px clamp(22px, 8vw, 132px); background: #eef3f7; }
.aws-label { background: #ffe8bf; color: #865100; }
.aws-backup-copy h2 { margin: 19px 0 24px; font-size: clamp(44px, 4.8vw, 68px); line-height: 1.04; letter-spacing: -.034em; }
.aws-backup-copy > p:not(.kicker) { margin: 0; color: #596b80; font-size: 17px; line-height: 1.65; }
.aws-backup-list svg { color: #ec8b00; }
.aws-backup-visual { padding: 18px; border-radius: 34px; background: #172234; box-shadow: 0 35px 80px rgba(22,34,52,.2); }
.aws-logo-panel { min-height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border-radius: 24px; background: #fff; }
.aws-logo-panel img { width: min(100%, 430px); height: 190px; display: block; object-fit: contain; }
.aws-logo-panel span { margin-top: -26px; color: #687589; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.aws-backup-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.aws-backup-status article { min-height: 160px; padding: 20px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: rgba(255,255,255,.06); }
.aws-backup-status small, .aws-backup-status h3, .aws-backup-status span { display: block; }
.aws-backup-status small { color: #ffb33e; font-size: 9px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.aws-backup-status h3 { margin: 13px 0 9px; color: #fff; font-size: 18px; }
.aws-backup-status span { color: #b9c7d9; font-size: 11px; line-height: 1.5; }

.products-service { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); padding: 135px clamp(22px, 9vw, 150px); background: linear-gradient(145deg, #0a66db, #084ca8); color: #fff; }
.products-service > div:first-child h2 { margin: 20px 0 0; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.035em; }
.products-service .kicker { color: #a7e3ff; }
.products-service-grid { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.27); }
.products-service-grid article { display: grid; gap: 7px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.27); }
.products-service-grid h3 { margin: 0; font-size: 25px; }
.products-service-grid p { margin: 0; color: #cce2ff; line-height: 1.55; }

@media (max-width: 1100px) {
  .products-hero { grid-template-columns: 1fr; }
  .products-stage { width: min(100%, 820px); }
  .products-intro { grid-template-columns: 1fr; }
  .products-intro .kicker { grid-column: auto; }
  .m365-section, .phone-section, .aws-backup-section { grid-template-columns: 1fr; }
  .m365-plans { width: min(100%, 820px); }
  .phone-visual { width: min(100%, 780px); }
  .phone-copy { order: -1; }
  .aws-backup-visual { width: min(100%, 820px); }
  .products-service { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .products-hero { min-height: auto; gap: 30px; padding: 68px 20px 90px; }
  .products-hero h1 { font-size: clamp(54px, 15vw, 74px); }
  .products-hero-copy > p:not(.kicker) { font-size: 18px; }
  .products-stage { min-height: 455px; }
  .microsoft-window { width: 94%; min-height: 340px; }
  .phone-window { width: 90%; }
  .m365-app-grid > span { min-height: 75px; }
  .product-window-footer { flex-wrap: wrap; }
  .product-window-footer span { min-width: calc(50% - 4px); }
  .products-intro { padding: 100px 20px; border-radius: 44px 44px 0 0; }
  .m365-section { padding: 100px 20px; }
  .m365-feature-list span { align-items: flex-start; min-width: 0; }
  .m365-feature-list svg { flex: 0 0 auto; margin-top: 2px; }
  .m365-plans article { grid-template-columns: minmax(0, 1fr); gap: 8px 12px; padding: 22px 18px; }
  .m365-plans h3 { grid-column: 1; grid-row: 1; }
  .m365-plans article p { grid-column: 1; grid-row: 2; }
  .m365-plans small { grid-column: 1; grid-row: 3; justify-self: start; }
  .product-apps { grid-template-columns: repeat(2, 1fr); }
  .product-apps > span { min-width: 0; min-height: 92px; flex-direction: column; gap: 7px; padding: 10px 6px; text-align: center; }
  .phone-section { padding: 105px 20px; }
  .phone-visual { min-height: 475px; }
  .phone-desktop { width: 94%; min-height: 390px; }
  .phone-desktop-bar { gap: 8px; padding: 0 10px; }
  .phone-desktop-bar small { min-width: 0; }
  .phone-desktop-body { min-height: 315px; grid-template-columns: 68px minmax(0, 1fr); }
  .dial-pad { width: 180px; }
  .phone-mobile { width: min(170px, 56%); min-height: 325px; padding-inline: 12px; }
  .mobile-speaker { margin-bottom: 42px; }
  .phone-mobile strong { max-width: 100%; text-align: center; overflow-wrap: anywhere; }
  .phone-mobile > div { width: 100%; justify-content: space-between; gap: 8px; }
  .phone-mobile i, .phone-mobile b { width: 46px; height: 46px; }
  .phone-feature-grid { grid-template-columns: 1fr; }
  .aws-backup-section { padding: 105px 20px; }
  .aws-logo-panel { min-height: 210px; }
  .aws-logo-panel img { height: 165px; }
  .aws-backup-status { grid-template-columns: 1fr; }
  .aws-backup-status article { min-height: auto; }
  .products-service { padding: 100px 20px; }
}

@media (max-width: 420px) {
  .products-hero { padding-inline: 16px; }
  .products-stage { min-height: 420px; }
  .microsoft-window { width: 100%; left: 0; padding: 12px; transform: rotate(-1deg); }
  .phone-window { width: 96%; right: 0; padding: 12px; transform: rotate(1.5deg); }
  .product-window-top { gap: 7px; }
  .product-window-top strong { font-size: 11px; }
  .product-window-top i { font-size: 9px; }
  .microsoft-logo { width: 76px; }
  .threecx-logo { width: 58px; }
  .m365-app-grid { gap: 6px; padding: 14px 0; }
  .m365-app-grid > span { min-height: 64px; border-radius: 12px; }
  .m365-app-grid img { width: 29px; height: 29px; }
  .phone-console { grid-template-columns: 36px minmax(0, 1fr) 30px; gap: 6px; padding: 9px; }
  .caller-avatar { width: 36px; height: 36px; }
  .phone-console .mock-call-button { width: 30px; height: 30px; }
  .phone-nav { grid-template-columns: repeat(2, 1fr); }
  .products-intro, .m365-section, .phone-section, .aws-backup-section, .products-service { padding: 84px 16px; }
  .phone-visual { min-height: 420px; }
  .phone-desktop { min-height: 350px; }
  .phone-mobile { width: 142px; min-height: 285px; padding: 23px 10px 18px; border-width: 6px; }
  .mobile-speaker { width: 44px; margin-bottom: 34px; }
  .phone-mobile strong { font-size: 16px; }
  .phone-mobile i, .phone-mobile b { width: 43px; height: 43px; }
  .aws-backup-visual { padding: 12px; border-radius: 26px; }
  .aws-logo-panel { min-height: 180px; }
}

/* Resources */
.resources-page { overflow: hidden; background: #f8fbff; }
.resources-hero { min-height: 590px; display: grid; grid-template-columns: minmax(0, 860px); align-items: center; padding: 95px clamp(22px, 8vw, 132px) 110px; background: radial-gradient(circle at 88% 18%, #e4f4ff 0, rgba(228,244,255,0) 31%), #fff; }
.resources-hero-copy { max-width: 820px; }
.resources-hero h1 { max-width: 760px; margin: 24px 0; font-size: clamp(58px, 6.3vw, 94px); line-height: 1; letter-spacing: -.04em; font-weight: 650; }
.resources-hero h1 span { color: var(--blue); }
.resources-hero-copy > p:not(.kicker) { max-width: 650px; margin: 0; color: #566982; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; letter-spacing: -.018em; }
.resources-hero-panel { overflow: hidden; display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.9); border-radius: 31px; background: rgba(255,255,255,.78); box-shadow: 0 32px 85px rgba(7,35,82,.14); backdrop-filter: blur(22px); transform: rotate(1deg); }
.resources-hero-panel > a { min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr) 24px; gap: 17px; align-items: center; min-height: 126px; padding: 23px; border-radius: 22px; transition: background .2s ease, transform .2s ease; }
.resources-hero-panel > a + a { border-top: 1px solid #dce8f4; }
.resources-hero-panel > a:hover { background: #edf6ff; transform: translateX(3px); }
.resources-hero-panel > a > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.resources-hero-panel strong, .resources-hero-panel small { display: block; }
.resources-hero-panel strong { color: var(--ink); font-family: var(--font-heading); font-size: 22px; line-height: 1.1; }
.resources-hero-panel small { margin-top: 7px; color: #65758b; font-size: 12px; line-height: 1.45; }
.resources-hero-panel svg { width: 18px; color: var(--blue); }

.resources-links { scroll-margin-top: 90px; padding: 115px clamp(22px, 7vw, 118px) 125px; background: #f3f8fd; }
.resources-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px 90px; align-items: end; margin-bottom: 62px; }
.resources-heading h2, .resource-download-heading h2 { max-width: 820px; margin: 18px 0 0; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.034em; }
.resources-heading > p { max-width: 460px; margin: 0; color: #5c6e86; font-size: 17px; line-height: 1.65; }
.resource-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.resource-link-card { min-width: 0; min-height: 390px; display: flex; flex-direction: column; padding: clamp(27px, 3vw, 38px); border-radius: 28px; }
.resource-link-card.blue { background: #dceeff; }
.resource-link-card.violet { background: #ece7ff; }
.resource-link-card.mint { background: #dff8e8; }
.resource-link-card > span { margin-top: 42px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.resource-link-card h3 { margin: 11px 0 28px; font-size: 28px; line-height: 1.1; letter-spacing: -.02em; }
.resource-link-list { display: grid; margin-top: auto; border-top: 1px solid rgba(7,35,82,.13); }
.resource-link-list a { min-width: 0; display: flex; justify-content: space-between; gap: 13px; padding: 17px 0; border-bottom: 1px solid rgba(7,35,82,.13); color: #405673; font-size: 13px; font-weight: 680; line-height: 1.4; }
.resource-link-list svg { flex: 0 0 auto; width: 16px; color: var(--blue); }

.resource-downloads { scroll-margin-top: 90px; padding: 115px clamp(22px, 7vw, 118px) 110px; background: var(--ink); color: #fff; }
.resource-download-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 26px 90px; align-items: end; }
.resource-download-heading .kicker { grid-column: 1 / -1; margin: 0; color: #77d9ff; }
.resource-download-heading h2 { margin: 0; }
.resource-download-heading > p:not(.kicker) { max-width: 500px; margin: 0; color: #b7c8da; font-size: 17px; line-height: 1.65; }
.resource-download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 54px; }
.resource-download-card { min-width: 0; min-height: 350px; display: flex; flex-direction: column; padding: 29px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.06); transition: transform .22s ease, background .22s ease; }
.resource-download-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.resource-download-card > span { color: #78d9ff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.resource-download-card .icon-wrap { margin-top: 27px; background: rgba(255,255,255,.11); color: #80ddff; }
.resource-download-card h3 { margin: 34px 0 12px; font-size: 25px; line-height: 1.1; }
.resource-download-card p { margin: 0; color: #b9c8da; font-size: 14px; line-height: 1.58; }
.resource-download-card strong { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 28px; color: #fff; font-size: 13px; }
.resource-download-card strong svg { width: 16px; color: #77d9ff; }
.terminalworks-download-card { grid-column: span 2; }
.download-card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 28px; }
.download-card-actions a { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-size: 12px; font-weight: 740; transition: background .2s ease, border-color .2s ease; }
.download-card-actions a:hover { border-color: rgba(119,217,255,.7); background: rgba(119,217,255,.13); }
.download-card-actions svg { width: 15px; color: #77d9ff; }
.resource-download-note { max-width: 850px; margin: 35px 0 0; color: #93a8c1; font-size: 12px; line-height: 1.6; }

.resource-library { scroll-margin-top: 90px; padding: 115px clamp(22px, 7vw, 118px) 125px; background: #f3f8fd; }
.resource-library .resources-heading { margin-bottom: 50px; }
.resource-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.resource-library-card { --resource-tone: #2477d2; position: relative; overflow: hidden; min-width: 0; min-height: 340px; display: flex; flex-direction: column; padding: 29px; border: 1px solid #dce8f3; border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(7,35,82,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.resource-library-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--resource-tone); }
.resource-library-card:hover { transform: translateY(-4px); border-color: #cbddea; box-shadow: 0 21px 45px rgba(7,35,82,.09); }
.resource-library-card.blue { --resource-tone: #2477d2; }
.resource-library-card.violet { --resource-tone: #7152bf; }
.resource-library-card.sky { --resource-tone: #1689b8; }
.resource-library-card.peach { --resource-tone: #d76e43; }
.resource-library-card.yellow { --resource-tone: #b98516; }
.resource-library-card.mint { --resource-tone: #18875f; }
.resource-library-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.resource-library-card .icon-wrap { color: var(--resource-tone); background: #edf5fb; }
.resource-library-card-top > span { color: var(--resource-tone); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.resource-library-card h3 { margin: 29px 0 10px; font-size: 27px; line-height: 1.1; letter-spacing: -.02em; }
.resource-library-card > p { margin: 0; color: #607189; font-size: 14px; line-height: 1.58; }
.resource-library-actions { display: grid; margin-top: 21px; }
.resource-library-actions a { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 13px; padding: 13px 0; border-top: 1px solid #e0e9f1; color: #345a85; font-size: 12px; font-weight: 730; line-height: 1.35; }
.resource-library-actions a:hover { color: var(--blue); }
.resource-library-actions svg { flex: 0 0 auto; width: 15px; color: var(--resource-tone); transition: transform .18s ease; }
.resource-library-actions a:hover svg { transform: translateX(3px); }
.resource-library-note { max-width: 850px; margin: 32px 0 0; color: #748399; font-size: 11px; line-height: 1.6; }

.resource-news { scroll-margin-top: 90px; padding: 115px clamp(22px, 7vw, 118px) 125px; background: #fff; }
.news-heading { margin-bottom: 42px; }
.resource-news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.resource-news-tools { display: grid; gap: 15px; margin: 0 0 30px; }
.news-filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.news-filter-heading p { margin: 0; color: #667990; font-size: 12px; }
.news-filter-heading p:first-child { color: var(--ink); font-weight: 750; }
.news-filter-heading strong { color: var(--ink); font-size: 14px; }
.news-publisher-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.news-publisher-filter { appearance: none; display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 14px; border: 1px solid #d3e2ee; border-radius: 999px; background: #f5f9fd; color: #526980; font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.news-publisher-filter > span { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(82,105,128,.1); }
.news-publisher-filter.all { color: #14375d; background: #eef4f9; }
.news-publisher-filter.blue { color: #1b5aa8; background: #e6f1ff; }
.news-publisher-filter.violet { color: #6541a7; background: #eee8ff; }
.news-publisher-filter.mint { color: #147352; background: #e0f7eb; }
.news-publisher-filter.charcoal { color: #273142; background: #e9edf2; }
.news-publisher-filter.orange { color: #a25514; background: #fff0df; }
.news-publisher-filter.green { color: #177441; background: #e1f7e9; }
.news-publisher-filter.coral { color: #a74b37; background: #ffebe4; }
.news-publisher-filter:hover { transform: translateY(-1px); }
.news-publisher-filter[aria-pressed="true"] { border-color: currentColor; box-shadow: 0 0 0 3px rgba(7,95,216,.1); transform: translateY(-1px); }
.news-publisher-filter:focus-visible { outline: 3px solid rgba(7,95,216,.18); outline-offset: 2px; }
.resource-news-card { min-width: 0; min-height: 275px; display: flex; flex-direction: column; padding: 21px; border: 1px solid #e0e9f1; border-radius: 18px; background: #fff; }
.resource-news-card[hidden] { display: none; }
.resource-news-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.news-source { display: inline-flex; padding: 6px 8px; border-radius: 999px; color: #1b5aa8; background: #e6f1ff; font-size: 8px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.news-source.violet { color: #6541a7; background: #eee8ff; }
.news-source.mint { color: #147352; background: #e0f7eb; }
.news-source.charcoal { color: #273142; background: #e9edf2; }
.news-source.orange { color: #a25514; background: #fff0df; }
.news-source.green { color: #177441; background: #e1f7e9; }
.news-source.coral { color: #a74b37; background: #ffebe4; }
.resource-news-meta time { color: #7a899c; font-size: 10px; }
.resource-news-card h3 { overflow: hidden; display: -webkit-box; margin: 17px 0 10px; font-size: 19px; line-height: 1.2; letter-spacing: -.015em; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.resource-news-card h3 a:hover { color: var(--blue); }
.resource-news-card p { overflow: hidden; display: -webkit-box; margin: 0; color: #5e7087; font-size: 12px; line-height: 1.52; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-read { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: auto; padding-top: 17px; color: var(--blue); font-size: 12px; font-weight: 760; }
.news-read svg { width: 16px; }
.resource-news-fallback { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 22px; align-items: center; padding: 30px; border: 1px solid #dce8f3; border-radius: 26px; background: #edf6ff; }
.resource-news-fallback h3 { margin: 0 0 7px; font-size: 24px; }
.resource-news-fallback p { margin: 0; color: #5d6f86; }
.fallback-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.fallback-links a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; border-radius: 999px; background: #fff; color: var(--blue); font-size: 11px; font-weight: 730; }
.fallback-links svg { width: 14px; }
.resource-source-note { display: flex; gap: 11px; align-items: flex-start; max-width: 850px; margin-top: 35px; padding-top: 27px; border-top: 1px solid #dce8f3; color: #748399; }
.resource-source-note svg { flex: 0 0 auto; width: 17px; height: 17px; color: #0aa16c; }
.resource-source-note p { margin: 0; font-size: 11px; line-height: 1.6; }
.resource-contact { background: #f7fbff; }

@media (max-width: 1300px) {
  .resource-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .resources-hero { grid-template-columns: 1fr; }
  .resources-hero-panel { width: min(100%, 780px); transform: none; }
  .resource-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-link-card:last-child { grid-column: 1 / -1; }
  .resource-download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .resources-hero { min-height: auto; gap: 44px; padding: 72px 20px 90px; }
  .resources-hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: 1.02; letter-spacing: -.032em; }
  .resources-hero-copy > p:not(.kicker) { font-size: 18px; }
  .resources-hero-panel { padding: 7px; border-radius: 24px; }
  .resources-hero-panel > a { grid-template-columns: 30px minmax(0, 1fr) 20px; gap: 11px; min-height: 105px; padding: 18px 14px; }
  .resources-hero-panel strong { font-size: 19px; }
  .resources-links, .resource-downloads, .resource-library, .resource-news { padding: 100px 20px; }
  .resources-heading, .resource-download-heading { grid-template-columns: 1fr; gap: 24px; }
  .resource-download-heading .kicker { grid-column: auto; }
  .resources-heading h2, .resource-download-heading h2 { font-size: clamp(36px, 10vw, 50px); line-height: 1.06; letter-spacing: -.028em; }
  .resource-link-grid, .resource-download-grid, .resource-library-grid, .resource-news-grid { grid-template-columns: 1fr; }
  .resource-link-card:last-child { grid-column: auto; }
  .resource-link-card { min-height: 390px; }
  .resource-download-grid { margin-top: 46px; }
  .resource-download-card { min-height: 350px; }
  .terminalworks-download-card { grid-column: auto; }
  .resource-library-card { min-height: 315px; padding: 25px; }
  .download-card-actions { flex-direction: column; align-items: flex-start; }
  .resource-news-card { min-height: auto; }
  .resource-news-tools { margin-top: 0; }
  .news-filter-heading { align-items: flex-start; }
  .news-publisher-filters { gap: 8px; }
  .news-publisher-filter { min-height: 38px; padding: 0 12px; }
  .resource-news-fallback { grid-template-columns: 1fr; }
  .fallback-links { justify-content: flex-start; }
}

/* Privacy and accessibility */
.policy-page { background: #f7fbff; }
.policy-hero { position: relative; overflow: hidden; padding: 120px clamp(22px, 9vw, 150px) 105px; background: radial-gradient(circle at 86% 18%, #dff4ff 0, rgba(223,244,255,0) 31%), radial-gradient(circle at 8% 95%, #e8efff 0, rgba(232,239,255,0) 28%), #fff; }
.accessibility-hero { background: radial-gradient(circle at 86% 18%, #dcf8e8 0, rgba(220,248,232,0) 31%), radial-gradient(circle at 8% 95%, #e5f1ff 0, rgba(229,241,255,0) 28%), #fff; }
.policy-hero > div { width: min(100%, 1080px); margin: 0 auto; }
.policy-hero h1 { max-width: 980px; margin: 22px 0 26px; font-size: clamp(56px, 7vw, 96px); line-height: .98; letter-spacing: -.04em; font-weight: 640; }
.policy-hero > div > p:not(.kicker) { max-width: 720px; margin: 0; color: #566982; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.policy-updated { display: inline-flex; margin-top: 30px; padding: 9px 13px; border: 1px solid #d9e6f2; border-radius: 999px; background: rgba(255,255,255,.72); color: #65758a; font-size: 11px; font-weight: 700; }
.policy-body { width: min(1180px, calc(100% - 44px)); display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 30px; align-items: start; margin: 0 auto; padding: 90px 0 140px; }
.policy-summary { position: sticky; top: 110px; padding: 29px; border: 1px solid #dce8f3; border-radius: 28px; background: #edf6ff; }
.accessibility-page .policy-summary { background: #ebf8f0; }
.policy-summary > img { width: 72px; height: 72px; display: block; margin-bottom: 27px; object-fit: contain; }
.policy-summary .kicker { margin: 0 0 13px; }
.policy-summary h2 { margin: 0 0 14px; font-size: 30px; line-height: 1.08; letter-spacing: -.025em; }
.policy-summary > p:not(.kicker) { margin: 0; color: #607189; font-size: 14px; line-height: 1.6; }
.policy-summary address { display: flex; flex-direction: column; gap: 5px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #cddfed; color: #566982; font-size: 13px; font-style: normal; line-height: 1.45; }
.policy-summary address strong { margin-bottom: 4px; color: var(--ink); }
.policy-summary address a { color: var(--blue); font-weight: 720; }
.policy-content { overflow: hidden; border: 1px solid #dce8f3; border-radius: 32px; background: #fff; box-shadow: 0 24px 70px rgba(7,35,82,.07); }
.policy-content section { position: relative; padding: 44px 52px 46px 92px; }
.policy-content section + section { border-top: 1px solid #e3ebf3; }
.policy-content section > span { position: absolute; left: 38px; top: 49px; color: var(--blue); font-size: 11px; font-weight: 800; }
.policy-content h2 { margin: 0 0 18px; color: var(--ink); font-size: clamp(27px, 3vw, 38px); line-height: 1.12; letter-spacing: -.024em; }
.policy-content p, .policy-content li { color: #586b83; font-size: 15px; line-height: 1.72; }
.policy-content p { margin: 0; }
.policy-content p + p { margin-top: 15px; }
.policy-content ul { margin: 15px 0 0; padding-left: 22px; }
.policy-content li + li { margin-top: 7px; }
.policy-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .policy-body { grid-template-columns: 1fr; }
  .policy-summary { position: static; }
}

@media (max-width: 650px) {
  .policy-hero { padding: 82px 20px 74px; }
  .policy-hero h1 { font-size: clamp(50px, 14vw, 68px); }
  .policy-body { width: calc(100% - 32px); gap: 18px; padding: 56px 0 90px; }
  .policy-summary { padding: 25px; border-radius: 23px; }
  .policy-content { border-radius: 24px; }
  .policy-content section { padding: 31px 24px 34px; }
  .policy-content section > span { position: static; display: block; margin-bottom: 12px; }
}

/* Mobile overflow safeguards */
@media (max-width: 760px) {
  .hero-copy,
  .portfolio-hero-copy,
  .cloud-hero-copy,
  .cloud-continuity-copy,
  .products-hero-copy,
  .section-heading > *,
  .cloud-section-heading > *,
  .cloud-security-heading > *,
  .products-intro > *,
  .m365-copy,
  .phone-copy,
  .aws-backup-copy,
  .products-service > *,
  .policy-summary,
  .policy-content,
  .policy-content section,
  footer > div { min-width: 0; }

  h1,
  h2,
  h3,
  p,
  li,
  address,
  footer a,
  .button,
  .eyebrow,
  .kicker,
  .product-label,
  .policy-updated { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }

  img { max-width: 100%; }
  .button { min-height: 50px; padding: 13px 20px; white-space: normal; line-height: 1.25; }
  .eyebrow, .product-label, .policy-updated { height: auto; white-space: normal; line-height: 1.35; }

  .hero h1,
  .portfolio-hero h1,
  .cloud-hero h1,
  .products-hero h1,
  .policy-hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: 1.02; letter-spacing: -.032em; }

  .statement h2,
  .section-heading h2,
  .portfolio-intro h2,
  .portfolio-principles > h2,
  .cloud-section-heading h2,
  .cloud-mac-copy h2,
  .cloud-server-copy h2,
  .cloud-continuity-copy h2,
  .cloud-security-heading h2,
  .cloud-steps h2,
  .products-intro h2,
  .m365-copy h2,
  .phone-copy h2,
  .aws-backup-copy h2,
  .products-service > div:first-child h2 { font-size: clamp(36px, 10vw, 50px); line-height: 1.06; letter-spacing: -.028em; }

  .contact h2 { font-size: clamp(40px, 11vw, 54px); line-height: 1.04; }

  .hero-stage { width: 100%; min-height: 570px; transform: none; }
  .orb-one { width: 360px; height: 360px; }
  .workspace-card { width: 100%; min-width: 0; padding: 12px; transform: none; }
  .workspace-grid { grid-template-columns: 1fr; }
  .workspace-main { min-height: 245px; padding: 23px 18px 18px; }
  .signal-card { margin-top: 28px; }
  .workspace-side { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mini-card { min-height: 78px; grid-template-columns: 1fr; justify-items: center; gap: 5px; padding: 10px 6px; text-align: center; }
  .mini-card svg { grid-row: auto; }
  .float-note { max-width: calc(100% - 20px); }

  .product-window-top { flex-wrap: wrap; }
  .phone-console { grid-template-columns: 42px minmax(0, 1fr) 34px; gap: 8px; padding: 12px; }
  .caller-avatar { width: 42px; height: 42px; }
  .phone-console .mock-call-button { width: 34px; height: 34px; }
  .phone-desktop { width: 100%; border-width: 6px; }
  .phone-desktop-body { grid-template-columns: 72px minmax(0, 1fr); }
  .phone-desktop-body aside { padding: 12px 6px; }
  .phone-desktop-body aside span, .phone-desktop-body aside b { padding: 8px 6px; font-size: 8px; }
  .dialer { min-width: 0; padding: 20px 8px; }
  .dialer strong { max-width: 100%; font-size: 15px; overflow-wrap: anywhere; }
  .dial-pad { width: min(100%, 165px); }
  .mac-device-label { flex-wrap: wrap; text-align: center; }
  .m365-plans small { max-width: 100%; white-space: normal; }
}

/* Not found */
.not-found-page { min-height: 78vh; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr); gap: clamp(65px, 9vw, 145px); align-items: center; padding: 105px clamp(22px, 8vw, 132px) 125px; background: radial-gradient(circle at 78% 22%, rgba(119,211,255,.29), transparent 28%), linear-gradient(145deg, #f7fbff 0%, #eaf5ff 58%, #fff5ed 100%); }
.not-found-hero { max-width: 780px; }
.not-found-code { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--blue); font-size: clamp(65px, 8vw, 112px); font-weight: 730; line-height: .8; letter-spacing: -.06em; }
.not-found-code img { width: clamp(70px, 7vw, 100px); height: clamp(70px, 7vw, 100px); object-fit: contain; }
.not-found-hero h1 { max-width: 800px; margin: 18px 0 26px; color: var(--ink); font-size: clamp(50px, 5.7vw, 82px); line-height: 1.01; letter-spacing: -.04em; }
.not-found-hero > p:not(.kicker) { max-width: 650px; margin: 0; color: #576b84; font-size: 18px; line-height: 1.65; }
.not-found-links { overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.94); border-radius: 31px; background: rgba(255,255,255,.79); box-shadow: 0 30px 80px rgba(7,35,82,.13); backdrop-filter: blur(22px); transform: rotate(1deg); }
.not-found-links > a { min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr) 23px; gap: 17px; align-items: center; min-height: 112px; padding: 21px; border-radius: 22px; transition: background .2s ease, transform .2s ease; }
.not-found-links > a + a { border-top: 1px solid #dce8f4; }
.not-found-links > a:hover { background: #eef6ff; transform: translateX(3px); }
.not-found-links > a > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.not-found-links strong, .not-found-links small { display: block; }
.not-found-links strong { color: var(--ink); font-size: 18px; }
.not-found-links small { margin-top: 6px; color: #667990; font-size: 12px; line-height: 1.45; }
.not-found-links svg { width: 19px; color: var(--blue); }

@media (max-width: 980px) {
  .not-found-page { grid-template-columns: 1fr; }
  .not-found-links { width: min(100%, 700px); }
}

@media (max-width: 650px) {
  .not-found-page { gap: 60px; padding: 75px 20px 95px; }
  .not-found-code { margin-bottom: 26px; }
  .not-found-hero h1 { font-size: clamp(47px, 13vw, 65px); }
  .not-found-hero > p:not(.kicker) { font-size: 17px; }
  .not-found-links { padding: 7px; border-radius: 24px; transform: none; }
  .not-found-links > a { min-height: 105px; padding: 18px 16px; }
}

/* Search */
.search-page { min-height: 74vh; background: #f7fbff; }
.search-hero { padding: 110px clamp(22px, 9vw, 150px) 80px; background: radial-gradient(circle at 84% 15%, #dff4ff 0, transparent 32%), #fff; }
.search-hero h1 { margin: 20px 0 30px; font-size: clamp(52px, 6.5vw, 88px); line-height: 1; letter-spacing: -.04em; }
.search-page-form { width: min(100%, 780px); display: flex; align-items: center; gap: 10px; padding: 9px; border: 1px solid #d7e5f2; border-radius: 999px; background: #fff; box-shadow: 0 20px 55px rgba(7,35,82,.09); }
.search-page-form input { min-width: 0; flex: 1; height: 48px; padding: 0 18px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 16px; }
.search-page-form .button { border: 0; cursor: pointer; }
.search-page-form .button svg { width: 17px; }
.search-results { width: min(1000px, calc(100% - 44px)); margin: 0 auto; padding: 82px 0 130px; }
.search-results > h2 { margin: 15px 0 32px; font-size: clamp(35px, 4vw, 54px); line-height: 1.08; letter-spacing: -.03em; }
.search-results > p:not(.kicker) { color: #5b6e86; font-size: 17px; line-height: 1.65; }
.search-results > p a { color: var(--blue); text-decoration: underline; }
.search-result-list { overflow: hidden; border: 1px solid #dce8f3; border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(7,35,82,.07); }
.search-result-list > a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 28px; gap: 22px; align-items: center; padding: 28px 32px; }
.search-result-list > a + a { border-top: 1px solid #e2ebf4; }
.search-result-list > a:hover { background: #eef7ff; }
.search-result-list h3 { margin: 0 0 7px; font-size: 24px; }
.search-result-list p { margin: 0; color: #5c6f86; line-height: 1.55; }
.search-result-list svg { color: var(--blue); }
.search-empty { padding: 30px; border: 1px solid #dce8f3; border-radius: 22px; background: #fff; }

/* Accessibility tools */
.a11y-widget { position: fixed; z-index: 1200; left: 22px; bottom: 22px; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.a11y-launcher { width: 60px; height: 60px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: linear-gradient(145deg, #0b7ce5, #0754c5); color: #fff; box-shadow: 0 13px 34px rgba(7,35,82,.29); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.a11y-launcher:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(7,35,82,.34); }
.a11y-launcher:focus-visible { outline: 3px solid #075fd8; outline-offset: 3px; box-shadow: 0 0 0 6px #fff, 0 17px 38px rgba(7,35,82,.34); }
.a11y-launcher svg { width: 31px; height: 31px; }
.a11y-panel { position: absolute; left: 0; bottom: 75px; width: min(390px, calc(100vw - 32px)); max-height: min(720px, calc(100vh - 120px)); overflow-y: auto; padding: 0 18px 18px; border: 1px solid #c9daeb; border-radius: 27px; background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); color: #071b3d; box-shadow: 0 32px 85px rgba(7,27,61,.3), 0 8px 20px rgba(7,95,216,.08); }
.a11y-panel[hidden] { display: none; }
.a11y-panel-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 -18px; padding: 17px 18px; border-radius: 27px 27px 18px 18px; background: linear-gradient(135deg, #075fd8 0%, #0786e8 100%); box-shadow: 0 8px 22px rgba(7,95,216,.18); }
.a11y-panel-brand { min-width: 0; display: flex; align-items: center; gap: 12px; }
.a11y-panel-brand > img { width: 43px; height: 43px; flex: 0 0 auto; object-fit: contain; padding: 5px; border-radius: 13px; background: rgba(255,255,255,.95); }
.a11y-panel-header span { display: block; margin-bottom: 3px; color: #ccecff; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.a11y-panel-header h2 { margin: 0; color: #fff; font-family: inherit; font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.a11y-panel-header .a11y-close { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; line-height: 1; cursor: pointer; transition: background .16s ease, transform .16s ease; }
.a11y-panel-header .a11y-close:hover { transform: rotate(4deg); background: rgba(255,255,255,.28); }
.a11y-panel-header .a11y-close:focus { outline: 0; }
.a11y-panel-header .a11y-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px rgba(7,27,61,.26); }
.a11y-close svg { width: 19px; height: 19px; }
.a11y-intro { margin: 14px 0 13px; padding: 11px 13px; border-left: 3px solid #0b78df; border-radius: 3px 13px 13px 3px; background: #edf6ff; color: #4d6179; font-size: 12.5px; line-height: 1.45; }
.a11y-section-label { margin: 0 0 7px; color: #687b91; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.a11y-options-label { margin-top: 11px; }
.a11y-text-size { display: grid; grid-template-columns: 1fr 68px 1fr; align-items: center; gap: 7px; padding: 7px; border: 1px solid #d5e3f0; border-radius: 16px; background: #f3f8fd; }
.a11y-text-size button { height: 42px; border: 1px solid #e0eaf3; border-radius: 11px; background: #fff; color: #075fd8; font-size: 18px; font-weight: 800; cursor: pointer; box-shadow: 0 4px 14px rgba(7,35,82,.06); transition: border-color .16s ease, background .16s ease; }
.a11y-text-size button:hover { border-color: #83b9ee; background: #f7fbff; }
.a11y-text-size button span { margin-left: 2px; font-size: 20px; }
.a11y-text-size output { color: #40546f; font-size: 12px; font-weight: 800; text-align: center; }
.a11y-control-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.a11y-control-grid button { min-height: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 6px 7px; border: 1px solid #d8e4ef; border-radius: 15px; background: #fff; color: #243b58; font: inherit; font-size: 11px; font-weight: 740; cursor: pointer; transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease; }
.a11y-control-grid button:hover { transform: translateY(-1px); border-color: #84b7eb; background: #f4f9ff; box-shadow: 0 7px 18px rgba(7,35,82,.07); }
.a11y-control-grid button[aria-pressed="true"] { border-color: #075fd8; background: #e7f2ff; color: #075fd8; box-shadow: inset 0 0 0 1px #075fd8; }
.a11y-control-grid svg { width: 20px; height: 20px; box-sizing: content-box; padding: 4px; border-radius: 9px; background: #edf6ff; color: #075fd8; }
.a11y-control-grid button[aria-pressed="true"] svg { background: #075fd8; color: #fff; }
.a11y-panel button:focus-visible, .a11y-panel a:focus-visible { outline: 3px solid #0b78df; outline-offset: 2px; }
.a11y-panel-header .a11y-close:focus-visible { outline-color: #fff; outline-offset: 3px; }
.a11y-reset { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 9px; border: 1px solid #d6e3ef; border-radius: 13px; background: #f3f8fd; color: #324965; font: inherit; font-size: 12px; font-weight: 760; cursor: pointer; transition: border-color .16s ease, background .16s ease; }
.a11y-reset:hover { border-color: #91bde9; background: #eaf4fe; }
.a11y-reset svg { width: 17px; height: 17px; }
.a11y-statement-link { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 9px; padding: 4px; border-radius: 8px; color: #075fd8; font-size: 11px; font-weight: 740; text-decoration: underline; text-underline-offset: 3px; }
.a11y-statement-link svg { width: 14px; height: 14px; }

.a11y-readable-font body, .a11y-readable-font h1, .a11y-readable-font h2, .a11y-readable-font h3, .a11y-readable-font button, .a11y-readable-font input { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: 0 !important; }
.a11y-grayscale body { filter: grayscale(1); }
.a11y-highlight-links main a:not(.button), .a11y-highlight-links footer a { outline: 3px solid #071b3d !important; outline-offset: 2px !important; background: #ffe66b !important; color: #071b3d !important; text-decoration: underline !important; text-decoration-thickness: 2px !important; }
.a11y-reduce-motion *, .a11y-reduce-motion *::before, .a11y-reduce-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
.a11y-large-cursor, .a11y-large-cursor * { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='42' viewBox='0 0 34 42'%3E%3Cpath d='M2 2v31l8-8 7 15 6-3-7-14h13z' fill='white' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 2 2, auto !important; }
.a11y-high-contrast body, .a11y-high-contrast main, .a11y-high-contrast section, .a11y-high-contrast article, .a11y-high-contrast footer, .a11y-high-contrast .site-header, .a11y-high-contrast .mobile-menu-panel, .a11y-high-contrast .workspace-card, .a11y-high-contrast .a11y-panel, .a11y-high-contrast .a11y-panel-header { background-color: #000 !important; background-image: none !important; color: #fff !important; border-color: #fff !important; }
.a11y-high-contrast h1, .a11y-high-contrast h2, .a11y-high-contrast h3, .a11y-high-contrast p, .a11y-high-contrast li, .a11y-high-contrast span, .a11y-high-contrast small, .a11y-high-contrast strong, .a11y-high-contrast address { color: #fff !important; }
.a11y-high-contrast a:not(.button), .a11y-high-contrast .kicker, .a11y-high-contrast .eyebrow { color: #ffe900 !important; }
.a11y-high-contrast .button, .a11y-high-contrast button { border-color: #fff !important; }
.a11y-high-contrast img { filter: none !important; }

@media (max-width: 650px) {
  .search-hero { padding: 78px 20px 62px; }
  .search-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .search-page-form { align-items: stretch; border-radius: 22px; flex-direction: column; padding: 10px; }
  .search-page-form input { width: 100%; }
  .search-page-form .button { width: fit-content; align-self: flex-start; }
  .search-results { width: calc(100% - 32px); padding: 58px 0 90px; }
  .search-result-list > a { padding: 23px 20px; }
  .a11y-widget { left: 16px; bottom: 16px; }
  .a11y-launcher { width: 56px; height: 56px; }
  .a11y-panel { bottom: 68px; max-height: calc(100vh - 100px); }
}
