/* LinkedIn share page
   Everything is page-scoped to protect the shared header, navigation,
   newsletter and footer from legacy landing-page styles. */
.aw-linkedin-page {
  --aw-li-ink: #17202a;
  --aw-li-muted: #56616f;
  --aw-li-line: #dbe3ea;
  --aw-li-soft: #f4f8fb;
  --aw-li-brand: #113b5f;
  --aw-li-brand-light: #1b6b83;
  --aw-li-linkedin: #0a66c2;
  --aw-li-accent: #f0b429;
  --aw-li-shadow: 0 18px 45px rgba(17, 59, 95, 0.13);
  --aw-li-radius: 22px;
  width: 100%;
  max-width: 100%;
  color: var(--aw-li-ink);
  overflow-x: clip;
}

/* The global LinkedIn prompt duplicates this page's primary action and can
   obscure the layout on smaller screens. */
.aw-linkedin-body .linkedin-prompt {
  display: none !important;
}

.aw-linkedin-page *,
.aw-linkedin-page *::before,
.aw-linkedin-page *::after {
  min-width: 0;
}

.aw-linkedin-page a {
  overflow-wrap: anywhere;
}

.aw-linkedin-page a:focus-visible,
.aw-linkedin-page button:focus-visible,
.aw-linkedin-page summary:focus-visible {
  outline: 3px solid #55a9df;
  outline-offset: 3px;
}

.aw-linkedin-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.aw-linkedin-hero {
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #102b43;
  background-image:
    radial-gradient(circle at 14% 25%, rgba(240, 180, 41, 0.28), transparent 31%),
    radial-gradient(circle at 88% 75%, rgba(17, 59, 95, 0.16), transparent 35%),
    linear-gradient(135deg, #102b43 0%, #155f79 52%, #edf5f7 52%, #f8fbfd 100%);
  overflow: hidden;
}

.aw-linkedin-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: 590px;
  padding-block: 68px;
}

.aw-linkedin-eyebrow {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 7px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.aw-linkedin-hero h1 {
  max-width: 720px;
  margin: 20px 0;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.aw-linkedin-hero p {
  max-width: 720px;
  margin: 0 0 24px;
  color: #eef9ff;
  font-size: clamp(1.125rem, 2vw, 1.4rem);
  line-height: 1.55;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.aw-linkedin-actions,
.aw-linkedin-share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.aw-linkedin-actions {
  margin-top: 22px;
}

.aw-linkedin-button,
.aw-linkedin-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 19px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.aw-linkedin-button:hover,
.aw-linkedin-button:focus-visible,
.aw-linkedin-copy-button:hover,
.aw-linkedin-copy-button:focus-visible {
  color: var(--aw-li-ink);
  background: var(--aw-li-accent);
  border-color: var(--aw-li-accent);
  text-decoration: none;
}

.aw-linkedin-button--primary {
  color: #102337;
  background: var(--aw-li-accent);
  border-color: var(--aw-li-accent);
  box-shadow: 0 10px 24px rgba(240, 180, 41, 0.25);
}

.aw-linkedin-button--light {
  color: #102337;
  background: #fff;
  border-color: #fff;
}

.aw-linkedin-button--outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.64);
}

.aw-linkedin-button--linkedin {
  width: 100%;
  color: #fff;
  background: var(--aw-li-linkedin);
  border-color: var(--aw-li-linkedin);
}

.aw-linkedin-follow-card {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding: 28px;
  color: var(--aw-li-ink);
  background: #fff;
  border: 1px solid rgba(219, 227, 234, 0.9);
  border-radius: 28px;
  box-shadow: var(--aw-li-shadow);
}

.aw-linkedin-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.aw-linkedin-logo img {
  width: min(230px, 100%);
}

.aw-linkedin-follow-card h2 {
  margin: 0 0 12px;
  color: #102337;
  font-size: 1.85rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.aw-linkedin-follow-card p {
  margin: 0 0 18px;
  color: var(--aw-li-muted);
  font-size: 1rem;
  text-shadow: none;
}

.aw-linkedin-follow-card .aw-linkedin-note {
  margin: 12px 0 0;
  color: #687486;
  font-size: 0.875rem;
}

.aw-linkedin-subnav {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  max-width: 100%;
  padding-block: 13px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--aw-li-line);
  box-shadow: 0 8px 22px rgba(17, 59, 95, 0.07);
}

.aw-linkedin-subnav__row {
  display: flex;
  gap: 9px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.aw-linkedin-subnav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #18354c;
  background: #fff;
  border: 1px solid var(--aw-li-line);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.aw-linkedin-subnav a:hover,
.aw-linkedin-subnav a:focus-visible {
  color: #fff;
  background: var(--aw-li-brand);
  border-color: var(--aw-li-brand);
}

.aw-linkedin-section {
  width: 100%;
  max-width: 100%;
  padding-block: 68px;
  scroll-margin-top: 72px;
}

.aw-linkedin-section--soft {
  background: var(--aw-li-soft);
  border-block: 1px solid var(--aw-li-line);
}

.aw-linkedin-section-heading {
  max-width: 860px;
  margin-bottom: 30px;
}

.aw-linkedin-section-heading h2,
.aw-linkedin-cta h2 {
  margin: 0 0 14px;
  color: #122b42;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.aw-linkedin-section-heading p {
  margin: 0;
  color: var(--aw-li-muted);
  font-size: 1.125rem;
}

.aw-linkedin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.aw-linkedin-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aw-linkedin-card {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--aw-li-line);
  border-radius: var(--aw-li-radius);
  box-shadow: 0 8px 22px rgba(17, 59, 95, 0.06);
  overflow: hidden;
}

.aw-linkedin-card h3 {
  margin: 0 0 10px;
  color: #122b42;
  font-size: 1.38rem;
  line-height: 1.18;
}

.aw-linkedin-card p {
  margin: 0;
  color: var(--aw-li-muted);
}

.aw-linkedin-card ul,
.aw-linkedin-card ol {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--aw-li-muted);
}

.aw-linkedin-card li {
  margin-block: 6px;
}

.aw-linkedin-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: #fff;
  background: var(--aw-li-brand);
  border-radius: 50%;
  font-weight: 900;
}

.aw-linkedin-tip {
  margin-top: 18px;
  padding: 18px;
  color: #38414a;
  background: #fff8e5;
  border-left: 5px solid var(--aw-li-accent);
  border-radius: 16px;
}

.aw-linkedin-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 26px;
  align-items: center;
  padding: 32px;
  color: #fff;
  background: #112f49;
  border-radius: 28px;
  box-shadow: var(--aw-li-shadow);
  overflow: hidden;
}

.aw-linkedin-cta h2 {
  color: #fff;
}

.aw-linkedin-cta p {
  margin: 0;
  color: #e5f4fb;
  font-size: 1.125rem;
}

.aw-linkedin-share-actions {
  justify-content: flex-end;
}

.aw-linkedin-share-actions .aw-linkedin-button {
  min-height: 44px;
  padding: 10px 15px;
  font-size: 0.94rem;
}

.aw-linkedin-copy-panel {
  max-width: 100%;
  margin-top: 16px;
  padding: 18px;
  color: #f4fbff;
  background: #0f2234;
  border-radius: 18px;
  overflow: hidden;
}

.aw-linkedin-copy-panel code {
  display: block;
  max-width: 100%;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.875rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.aw-linkedin-copy-button {
  min-height: 44px;
  margin-top: 12px;
  padding: 9px 14px;
  color: #18354c;
  background: #fff;
  border: 1px solid var(--aw-li-line);
}

.aw-linkedin-faq details {
  margin-block: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--aw-li-line);
  border-radius: 18px;
  overflow: hidden;
}

.aw-linkedin-faq summary {
  color: #122b42;
  font-weight: 900;
  cursor: pointer;
}

.aw-linkedin-faq p {
  margin: 12px 0 0;
  color: var(--aw-li-muted);
}

.aw-linkedin-back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 24;
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #102337;
  background: var(--aw-li-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
}

.aw-linkedin-back-top.is-visible {
  display: grid;
}

@media (max-width: 980px) {
  .aw-linkedin-hero {
    background-image:
      radial-gradient(circle at 14% 20%, rgba(240, 180, 41, 0.25), transparent 30%),
      linear-gradient(145deg, #102b43, #155f79);
  }

  .aw-linkedin-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 58px;
  }

  .aw-linkedin-follow-card {
    max-width: none;
    margin-left: 0;
  }

  .aw-linkedin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aw-linkedin-cta {
    grid-template-columns: 1fr;
  }

  .aw-linkedin-share-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .aw-linkedin-wrap {
    width: calc(100% - 28px);
  }

  .aw-linkedin-hero__grid {
    gap: 30px;
    padding-block: 48px;
  }

  .aw-linkedin-hero h1 {
    font-size: 2.4rem;
  }

  .aw-linkedin-hero p,
  .aw-linkedin-section-heading p,
  .aw-linkedin-cta p {
    font-size: 1rem;
  }

  .aw-linkedin-eyebrow {
    border-radius: 16px;
    font-size: 0.75rem;
  }

  .aw-linkedin-actions .aw-linkedin-button,
  .aw-linkedin-share-actions .aw-linkedin-button {
    width: 100%;
  }

  .aw-linkedin-follow-card,
  .aw-linkedin-card,
  .aw-linkedin-cta {
    padding: 20px;
    border-radius: 18px;
  }

  .aw-linkedin-section {
    padding-block: 52px;
  }

  .aw-linkedin-section-heading h2,
  .aw-linkedin-cta h2 {
    font-size: 2rem;
  }

  .aw-linkedin-grid,
  .aw-linkedin-grid--two {
    grid-template-columns: 1fr;
  }

  .aw-linkedin-subnav .aw-linkedin-wrap {
    width: 100%;
    padding-inline: 14px;
  }

  .aw-linkedin-copy-panel code {
    font-size: 0.78rem;
  }

  .aw-linkedin-back-top {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 390px) {
  .aw-linkedin-wrap {
    width: calc(100% - 24px);
  }

  .aw-linkedin-hero h1 {
    font-size: 2.2rem;
  }

  .aw-linkedin-follow-card h2 {
    font-size: 1.6rem;
  }
}

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

@media print {
  .aw-linkedin-subnav,
  .aw-linkedin-actions,
  .aw-linkedin-share-actions,
  .aw-linkedin-copy-button,
  .aw-linkedin-back-top {
    display: none !important;
  }

  .aw-linkedin-hero {
    color: #000;
    background: #fff;
  }

  .aw-linkedin-hero h1,
  .aw-linkedin-hero p,
  .aw-linkedin-eyebrow {
    color: #000;
    text-shadow: none;
  }

  .aw-linkedin-hero__grid,
  .aw-linkedin-cta {
    grid-template-columns: 1fr;
  }

  .aw-linkedin-section {
    padding-block: 28px;
  }
}
