@font-face {
  font-family: "Salesforce Sans";
  src: url("https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Salesforce Sans";
  src: url("https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
}

@font-face {
  font-family: "Avant Garde for Salesforce";
  src: url("https://a.sfdcstatic.com/shared/fonts/avant-garde/AvantGardeForSalesforceW05-Dm.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600 900;
}

:root {
  --navy: #032d60;
  --navy-deep: #001e42;
  --blue: #0d9dda;
  --royal: #0b5cff;
  --ink: #181818;
  --muted: #5b6472;
  --cloud: #f4f7fb;
  --lavender: #eef0ff;
  --line: #d8dde6;
  --white: #fff;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 28px 80px rgba(2, 29, 67, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Salesforce Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; background: #fff; }
.global-nav, .product-nav { display: flex; align-items: center; justify-content: space-between; }
.global-nav { min-height: 64px; }
.global-nav nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.global-nav nav a, .product-nav a { text-decoration: none; }
.nav-pill { background: #0b5cab; color: white; padding: 10px 22px; border-radius: 999px; }
.salesforce-mark { display: inline-flex; width: 78px; text-decoration: none; }
.salesforce-mark img { display: block; width: 100%; height: auto; }
.product-nav { min-height: 52px; border-top: 1px solid #e5e8ec; font-size: 17px; }
.product-nav strong { font-weight: 800; }
.product-nav span { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.hero-shell { background: var(--navy-deep); padding: 64px 0 0; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 72px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; color: white; overflow: hidden; background: radial-gradient(circle at 82% 12%, rgba(81, 213, 255, .5), transparent 32%), linear-gradient(145deg, #08a8e8 0%, #0878f7 52%, #1938dc 100%); }
.hero-copy, .hero-copy h1, .hero-copy p { color: white !important; }
.eyebrow { margin: 0 0 18px; color: #4b43a4; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d9f5ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-family: "Avant Garde for Salesforce", "Salesforce Sans", sans-serif; font-size: clamp(54px, 6vw, 86px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 24px; font-family: "Avant Garde for Salesforce", "Salesforce Sans", sans-serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.hero-lede { max-width: 600px; margin-bottom: 34px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 2px solid white; border-radius: 999px; padding: 0 28px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--navy); }
.button-ghost { color: white; }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-meta { margin: 20px 0 0; color: #ddf6ff; font-size: 13px; font-weight: 700; }
.hero-stage { position: relative; min-height: 500px; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading > p:last-child, .split-heading > p, .knowledge-copy > p:last-child { color: var(--muted); font-size: 19px; }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.download-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 30px; background: white; box-shadow: 0 14px 40px rgba(3,45,96,.06); transition: transform .25s, box-shadow .25s, border-color .25s; }
.download-card:hover { transform: translateY(-5px); border-color: #99b8e0; box-shadow: var(--shadow); }
.download-card.recommended::before { content: "Recommended for this device"; position: absolute; top: 18px; right: 18px; border-radius: 999px; padding: 6px 10px; color: #064d2f; background: #d9fbe9; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.platform-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 38px; border-radius: 16px; color: white; background: var(--navy); font-size: 24px; font-weight: 800; }
.download-card h3 { margin-bottom: 6px; font-size: 26px; }
.download-card .meta { color: var(--muted); font-size: 14px; }
.download-card .notice { color: #8b4513; font-size: 12px; }
.checksum { width: 100%; margin: 5px 0 20px; color: var(--muted); font-size: 12px; }
.checksum summary { color: #0b5cab; cursor: pointer; font-weight: 800; }
.checksum code { display: block; overflow-wrap: anywhere; margin-top: 8px; border-radius: 8px; padding: 9px; color: #25324a; background: #f2f5f9; font-size: 10px; }
.download-card .card-link { margin-top: auto; color: #0b5cab; font-weight: 800; text-decoration: none; }
.download-card .card-link:hover { text-decoration: underline; }
.skeleton div { height: 18px; width: 70%; margin-bottom: 18px; border-radius: 8px; background: linear-gradient(90deg, #edf1f5, #f8fafc, #edf1f5); background-size: 200% 100%; animation: shimmer 1.3s infinite; }
.skeleton div:first-child { width: 54px; height: 54px; }

.capability-section { background: var(--cloud); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; margin-bottom: 58px; }
.split-heading h2 { margin-bottom: 0; }
.capability-panel { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.capability-tabs { display: flex; flex-direction: column; padding: 26px; }
.capability-tabs button { display: grid; grid-template-columns: 42px 1fr; border: 0; border-bottom: 1px solid var(--line); padding: 26px 16px; text-align: left; background: transparent; cursor: pointer; }
.capability-tabs button:last-child { border-bottom: 0; }
.capability-tabs button > span { grid-row: 1 / 3; color: #6b72a0; font-size: 12px; font-weight: 800; }
.capability-tabs strong { font-size: 20px; }
.capability-tabs small { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.capability-tabs button[aria-selected="true"] { border-radius: 18px; background: #edf5ff; }
.capability-tabs button[aria-selected="true"] strong { color: #0b5cab; }
.capability-visual { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; padding: 44px; background: radial-gradient(circle at 80% 15%, #6ce5ff, transparent 35%), linear-gradient(145deg, #0e8dea, #183bce 70%); }
.visual-glow { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.4); border-radius: 45% 55% 55% 45%; transform: rotate(28deg); }
.product-screenshot-frame { position: relative; z-index: 2; width: min(620px, 100%); overflow: hidden; border: 1px solid rgba(255,255,255,.64); border-radius: 18px; background: white; box-shadow: 0 30px 60px rgba(0,19,88,.28); }
.product-screenshot-frame > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; transition: opacity .2s ease; }

.knowledge { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.knowledge-copy { position: sticky; top: 40px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-grid article { min-height: 240px; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 28px; background: linear-gradient(145deg, white, #f5f7ff); }
.benefit-grid span { color: #5e54ba; font-size: 12px; font-weight: 800; }
.benefit-grid h3 { margin: 46px 0 10px; font-size: 23px; }
.benefit-grid p { color: var(--muted); }

.surfaces {
  --pbc-g-text-display-color: #fff;
  --pbc-g-text-body-color: #fff;
  --pbc-g-text-eyebrow-color: #fff;
  overflow: hidden;
  color: #fff;
  background: #001639;
}
.surfaces-grid { min-height: 600px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.surface-copy,
.surface-copy h2,
.surface-copy p,
.surface-copy .eyebrow,
.surface-copy .text-link { color: #fff !important; }
.surface-copy p { max-width: 560px; font-size: 19px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 20px; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(6px); }
.device-composition { position: relative; min-height: 480px; }
.laptop { position: absolute; top: 48px; right: -90px; width: 620px; height: 390px; overflow: hidden; border: 10px solid #cad5e3; border-bottom-width: 26px; border-radius: 22px; background: white; box-shadow: 0 34px 80px rgba(0,0,0,.32); transform: rotate(3deg); }
.laptop img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.phone { position: absolute; z-index: 2; width: 205px; height: 420px; overflow: hidden; border: 9px solid #182233; border-radius: 38px; background: #eef5ff; box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-primary { right: 370px; bottom: -45px; transform: rotate(-5deg); }
.phone-secondary { right: 175px; bottom: -90px; transform: rotate(6deg) scale(.88); }
.hero-device-composition { position: absolute; top: 50%; left: 50%; width: 680px; min-height: 480px; transform: translate(-50%, -50%) scale(.78); transform-origin: center; }
.hero-device-composition .laptop { top: 32px; right: -10px; }
.hero-device-composition .phone-primary { right: 390px; bottom: -25px; }
.hero-device-composition .phone-secondary { right: 195px; bottom: -68px; }

.trust-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 72px; background: linear-gradient(135deg, #eef0ff, #f8fbff); }
.trust-card::after { content: "✦"; position: absolute; right: 54px; top: 18px; color: rgba(11,92,255,.1); font-size: 230px; }
.trust-card h2, .trust-card > p { position: relative; z-index: 1; max-width: 820px; }
.trust-card > p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.trust-points { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-points span { border: 1px solid #c8d4e5; border-radius: 999px; padding: 9px 15px; background: rgba(255,255,255,.7); font-size: 13px; font-weight: 800; }

.support { padding-top: 50px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.support-card { min-height: 300px; display: flex; flex-direction: column; border-radius: var(--radius-md); padding: 34px; color: white; background: var(--navy); text-decoration: none; transition: transform .25s; }
.support-icon { width: 42px; height: 42px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.support-card:hover { transform: translateY(-5px); }
.support-card.accent { background: linear-gradient(135deg, #0d9dda, #0b5cff); }
.support-card span { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-card strong { max-width: 440px; margin-top: 28px; font-size: 30px; line-height: 1.2; }
.support-card i { margin-top: auto; font-style: normal; font-weight: 800; }

.salesforce-footer { border-top: 1px solid var(--line); background: white; }
.footer-directory { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 64px; padding-block: 72px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.footer-brand > a:first-child img { width: 112px; height: auto; }
.footer-brand strong { font-size: 18px; }
.contact-link { color: #032d60; font-weight: 800; }
.social-links { display: flex; flex-wrap: nowrap; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 5px; color: white; background: #5f5f63; font-family: "Salesforce Sans", sans-serif; font-size: 18px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.social-links a:hover { transform: translateY(-2px); background: #0b5cab; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.footer-column h2 { margin: 0 0 16px; color: #181818; font-family: "Salesforce Sans", sans-serif; font-size: 20px; line-height: 1.25; letter-spacing: 0; }
.footer-column a { color: #0b5cab; text-decoration: none; }
.footer-column a:hover { text-decoration: underline; }
.footer-legal { padding-block: 34px; color: white; background: #032d60; }
.legal-inner { display: grid; grid-template-columns: 210px 1fr; gap: 34px; align-items: start; }
.region-label { font-size: 20px; }
.legal-inner nav { display: flex; flex-wrap: wrap; gap: 16px 26px; }
.legal-inner a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.legal-inner p { margin: 26px 0 0; color: #d8e8f8; font-size: 13px; }

.reveal { animation: rise .7s both; }
.delay-1 { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 900px) {
  .section { padding-block: 80px; }
  .hero { grid-template-columns: 1fr; padding: 52px 34px 0; }
  .hero-stage { min-height: 500px; }
  .hero-device-composition { transform: translate(-50%, -50%) scale(.88); }
  .download-grid { grid-template-columns: 1fr; }
  .download-card { min-height: 270px; }
  .split-heading, .knowledge, .surfaces-grid { grid-template-columns: 1fr; gap: 42px; }
  .capability-panel { grid-template-columns: 1fr; }
  .capability-visual { min-height: 440px; }
  .knowledge-copy { position: static; }
  .footer-directory { grid-template-columns: 1fr 1fr; gap: 50px; }
  .legal-inner { grid-template-columns: 1fr; }
  .surfaces-grid { min-height: 900px; }
  .device-composition { min-height: 520px; }
  .laptop { right: -160px; }
  .phone-primary { right: auto; left: 8%; }
  .phone-secondary { right: auto; left: 31%; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .global-nav nav > a:first-child { display: none; }
  .product-nav span { font-size: 10px; }
  .hero-shell { padding-top: 22px; }
  .hero { min-height: 0; gap: 20px; padding: 42px 22px 0; border-radius: 24px 24px 0 0; }
  h1 { font-size: 49px; }
  h2 { font-size: 40px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-stage { min-height: 350px; }
  .hero-device-composition { transform: translate(-50%, -50%) scale(.61); }
  .hero-device-composition .laptop { width: 620px; height: 390px; right: -10px; }
  .hero-device-composition .phone { width: 205px; height: 420px; }
  .hero-device-composition .phone-primary { right: 390px; left: auto; }
  .hero-device-composition .phone-secondary { right: 195px; left: auto; }
  .download-card.recommended::before { position: static; margin-bottom: 20px; }
  .split-heading { gap: 18px; }
  .capability-tabs { padding: 14px; }
  .capability-visual { min-height: 380px; padding: 24px; }
  .benefit-grid, .support-grid { grid-template-columns: 1fr; }
  .trust-card { padding: 38px 24px; }
  .surfaces-grid { min-height: 820px; }
  .laptop { width: 460px; height: 320px; right: -210px; }
  .phone { width: 170px; height: 350px; }
  .phone-secondary { left: 32%; }
  .footer-directory { grid-template-columns: 1fr; padding-block: 56px; }
  .footer-column { gap: 16px; }
}

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

:focus-visible { outline: 3px solid #ffb400; outline-offset: 4px; }
