/* =================================================================
   GKS LOGISTICS — V3 NEWS / MEDIA ROOM
   Loads after v3-tokens.css + v3.css. Re-skins legacy news page class
   names (.featured-story-card, .video-spotlight-card, .article-card,
   .portrait-card, .company-story-card, .video-card, .insights-card …)
   using V3 tokens so the news room shares the same premium look as
   the rest of the site. Scoped under body.v3.
   ================================================================= */

/* =================================================================
   1) HERO (new V3 block)
   ================================================================= */

body.v3 .news-hero {
  position: relative;
  padding: clamp(7rem, 14vh, 10rem) 0 clamp(3rem, 5vh, 5rem);
  color: var(--gks-white);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 70% 55% at 20% 20%, rgba(27, 92, 138, 0.40) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 80%, rgba(230, 57, 70, 0.18) 0%, transparent 55%),
    linear-gradient(135deg, #062A45 0%, #0A3D62 55%, #1B5C8A 100%);
}
body.v3 .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 25%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 25%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}
body.v3 .news-hero > .container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  text-align: center;
}
body.v3 .news-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 1.25rem;
}
body.v3 .news-hero__eyebrow i { color: var(--gks-red-300); }

body.v3 .news-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.6vw, 3.75rem);
  line-height: var(--lh-tight);
  color: var(--gks-white);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
body.v3 .news-hero__title em { color: var(--gks-red-300); font-style: normal; }

body.v3 .news-hero__lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-body);
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
  margin: 0 auto 2rem;
}

/* Quick-nav tabs (Featured · Articles · Portraits · Coverage · Press) */
body.v3 .news-hero__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.v3 .news-hero__tab {
  padding: 0.55rem 1.1rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-premium);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
body.v3 .news-hero__tab:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--gks-white);
}
body.v3 .news-hero__tab--primary {
  background: var(--gks-red);
  color: var(--gks-white);
}
body.v3 .news-hero__tab--primary:hover { background: var(--gks-red-700); }

/* =================================================================
   2) MAIN WRAPPER — flatten legacy .page-content
   ================================================================= */

body.v3 main.page-content,
body.v3 main.container.page-content {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  max-width: var(--container-max);
}

/* Legacy H2 section titles */
body.v3 .page-content > h2.section-title,
body.v3 .modern-content-grid .section-header h3.section-title,
body.v3 .company-news-section h2.section-title {
  font-family: var(--font-display);
  color: var(--gks-grey-900);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: var(--lh-tight);
  text-align: left;
  margin: 0 0 1.75rem;
  position: relative;
  display: block;
  padding-bottom: 0.75rem;
}
body.v3 .page-content > h2.section-title::after,
body.v3 .company-news-section h2.section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--gks-blue) 0%, var(--gks-red) 100%);
  border-radius: var(--radius-pill);
  margin-top: 0.75rem;
}

/* Section sub-titles under section-header */
body.v3 .section-header { margin-bottom: 1.5rem; }
body.v3 .modern-content-grid .section-header h3.section-title::after {
  display: none;
}
body.v3 .modern-content-grid .section-header .section-subtitle {
  color: var(--gks-grey-700);
  font-size: 1rem;
  line-height: var(--lh-body);
  margin: 0.3rem 0 0;
}

/* =================================================================
   3) TOP SECTION — featured story + video spotlight
   ================================================================= */

body.v3 .top-section {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 1.5rem;
  margin: 0 0 3rem;
}
@media (max-width: 900px) {
  body.v3 .top-section { grid-template-columns: 1fr; }
}

/* Featured story card */
body.v3 .featured-story-card {
  position: relative;
  display: block;
  min-height: 460px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  color: var(--gks-white);
  box-shadow: var(--gks-shadow-lg);
  isolation: isolate;
  transition: transform var(--dur-base) var(--ease-premium),
              box-shadow var(--dur-base) var(--ease-premium);
}
body.v3 .featured-story-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--gks-shadow-xl);
}
body.v3 .featured-story-card .featured-hero-composite { position: absolute; inset: 0; z-index: 0; }
body.v3 .featured-story-card .featured-base-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-base) var(--ease-premium);
}
body.v3 .featured-story-card:hover .featured-base-image { transform: scale(1.04); }
body.v3 .featured-story-card .featured-gradient-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 42, 69, 0) 35%, rgba(6, 42, 69, 0.85) 100%);
  z-index: 1;
}
body.v3 .featured-story-card .featured-pattern-overlay {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 75% 40%, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.3;
  z-index: 1;
}
body.v3 .featured-story-card .featured-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
body.v3 .featured-story-card .featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  background: var(--gks-red);
  color: var(--gks-white);
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  box-shadow: 0 10px 24px -10px rgba(230, 57, 70, 0.55);
}
body.v3 .featured-story-card .featured-overlay h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--gks-white);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: var(--lh-tight);
  margin: 0 0 0.5rem;
  max-width: 720px;
}
body.v3 .featured-story-card .featured-date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}

/* Video spotlight card */
body.v3 .video-spotlight-card {
  background: var(--gks-white);
  border: 1px solid var(--gks-grey-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--gks-shadow-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.v3 .video-spotlight-card .spotlight-pre-title {
  color: var(--gks-red);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0;
}
body.v3 .video-spotlight-card .spotlight-title {
  font-family: var(--font-display);
  color: var(--gks-grey-900);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--gks-grey-200);
}
body.v3 .video-thumbnail-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--gks-grey-900);
  aspect-ratio: 16 / 9;
}
body.v3 .video-thumbnail-wrapper video,
body.v3 .video-thumbnail-wrapper .video-element {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.v3 .video-spotlight-card .video-caption {
  color: var(--gks-grey-700);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

/* =================================================================
   4) MODERN CONTENT GRID — portraits · articles · insights
   ================================================================= */

body.v3 .modern-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0 3rem;
}
@media (max-width: 1100px) {
  body.v3 .modern-content-grid { grid-template-columns: 1fr 1fr; }
  body.v3 .modern-content-grid .industry-insights { grid-column: span 2; }
}
@media (max-width: 720px) {
  body.v3 .modern-content-grid { grid-template-columns: 1fr; }
  body.v3 .modern-content-grid .industry-insights { grid-column: auto; }
}

body.v3 .modern-content-grid .content-section {
  background: var(--gks-white);
  border: 1px solid var(--gks-grey-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--gks-shadow-sm);
  padding: 1.5rem;
}

/* -------- Portraits -------- */
body.v3 .portraits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
body.v3 .portrait-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--gks-grey-200);
  border-radius: var(--radius-lg);
  background: var(--gks-white);
  text-decoration: none;
  color: inherit;
  transition: all var(--dur-fast) var(--ease-premium);
}
body.v3 .portrait-card:hover {
  border-color: var(--gks-blue-300);
  transform: translateY(-2px);
  box-shadow: var(--gks-shadow-md);
}
body.v3 .portrait-card .portrait-image {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(10, 61, 98, 0.18);
}
body.v3 .portrait-card .portrait-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.v3 .portrait-card .portrait-overlay {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(transparent, rgba(10, 61, 98, 0.9));
  padding: 0.25rem;
  text-align: center;
  transform: translateY(100%);
  transition: transform var(--dur-fast) var(--ease-premium);
}
body.v3 .portrait-card:hover .portrait-overlay { transform: translateY(0); }
body.v3 .portrait-card .view-profile {
  color: var(--gks-white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body.v3 .portrait-card .portrait-info { min-width: 0; }
body.v3 .portrait-card .portrait-name {
  font-family: var(--font-display);
  color: var(--gks-grey-900);
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  line-height: 1.2;
}
body.v3 .portrait-card .portrait-role {
  color: var(--gks-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0.2rem 0 0.35rem;
}
body.v3 .portrait-card .portrait-quote {
  color: var(--gks-grey-700);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.v3 .portrait-card--no-image {
  display: block !important;
  grid-template-columns: none !important;
  width: 100%;
}
body.v3 .portrait-card--no-image .portrait-info {
  display: grid !important;
  width: 100% !important;
  min-width: 0;
}
body.v3 .portrait-card--no-image .portrait-name,
body.v3 .portrait-card--no-image .portrait-role,
body.v3 .portrait-card--no-image .portrait-quote {
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
}

/* -------- Articles list -------- */
body.v3 .articles-list { display: flex; flex-direction: column; gap: 0.75rem; }
body.v3 .article-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.85rem;
  padding: 0.85rem;
  border: 1px solid var(--gks-grey-200);
  border-radius: var(--radius-lg);
  background: var(--gks-white);
  text-decoration: none;
  color: inherit;
  transition: all var(--dur-fast) var(--ease-premium);
}
body.v3 .article-card:hover {
  border-color: var(--gks-blue-300);
  transform: translateX(3px);
  background: var(--gks-blue-50);
}
body.v3 .article-card .article-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gks-blue-50);
  border-radius: var(--radius-sm);
  font-size: 1.2rem;
  flex-shrink: 0;
}
body.v3 .article-card .article-title {
  font-family: var(--font-display);
  color: var(--gks-grey-900);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
body.v3 .article-card .article-date {
  color: var(--gks-red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
}
body.v3 .article-card .article-excerpt {
  color: var(--gks-grey-700);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.v3 .view-all-articles {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
body.v3 .view-all-articles .btn-secondary,
body.v3 .view-all-articles .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.15rem;
  background: var(--gks-blue);
  color: var(--gks-white);
  text-decoration: none;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background var(--dur-fast) var(--ease-premium);
}
body.v3 .view-all-articles .btn-secondary:hover,
body.v3 .view-all-articles .btn-primary:hover { background: var(--gks-blue-700); }

/* -------- Industry insights card -------- */
body.v3 .insights-card {
  background: var(--gks-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gks-grey-200);
  transition: all var(--dur-base) var(--ease-premium);
}
body.v3 .insights-card:hover {
  box-shadow: var(--gks-shadow-md);
  border-color: var(--gks-blue-300);
}
body.v3 .insights-card .insight-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--gks-blue-50);
}
body.v3 .insights-card .insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.v3 .insights-card .insight-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.35rem 0.8rem;
  background: var(--gks-red);
  color: var(--gks-white);
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.v3 .insights-card .insight-content { padding: 1rem 1rem 1.25rem; }
body.v3 .insights-card .insight-title {
  font-family: var(--font-display);
  color: var(--gks-grey-900);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
body.v3 .insights-card .insight-description {
  color: var(--gks-grey-700);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0 0 0.6rem;
}
body.v3 .insights-card .insight-meta {
  display: flex;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: var(--gks-grey-500);
  margin-bottom: 0.8rem;
  font-weight: 600;
}
body.v3 .insights-card .insight-meta .insight-date::before {
  content: "📅 ";
}
body.v3 .insights-card .insight-meta .insight-pages::before {
  content: "📄 ";
}
body.v3 .insights-card .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  background: var(--gks-red);
  color: var(--gks-white);
  text-decoration: none;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.82rem;
  transition: background var(--dur-fast) var(--ease-premium);
}
body.v3 .insights-card .btn-primary:hover { background: var(--gks-red-700); }

/* =================================================================
   5) COMPANY NEWS SECTION — story + video grid
   ================================================================= */

body.v3 .company-news-section {
  margin: 3rem 0 0;
}
body.v3 .company-news-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1.5rem;
}
@media (max-width: 960px) {
  body.v3 .company-news-grid { grid-template-columns: 1fr; }
}

body.v3 .company-story-card {
  background: linear-gradient(135deg, var(--gks-blue) 0%, #062A45 100%);
  color: var(--gks-white);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  box-shadow: var(--gks-shadow-lg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
body.v3 .company-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 90% 0%, rgba(230, 57, 70, 0.25), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
body.v3 .company-story-card .story-content h4 {
  font-family: var(--font-display);
  color: var(--gks-white);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
body.v3 .company-story-card .story-content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 0.85rem;
}
body.v3 .company-story-card .story-stats {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
body.v3 .company-story-card .story-stats .stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  padding: 0.85rem 0.65rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}
body.v3 .company-story-card .stat-number {
  font-family: var(--font-display);
  color: var(--gks-red-300);
  font-weight: 800;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  letter-spacing: -0.01em;
  line-height: 1;
}
body.v3 .company-story-card .stat-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

@media (max-width: 520px) {
  body.v3 .company-story-card .story-stats {
    grid-template-columns: 1fr;
  }
}

/* Video grid */
body.v3 .company-videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
body.v3 .company-videos-grid .video-card {
  background: var(--gks-white);
  border: 1px solid var(--gks-grey-200);
  border-radius: var(--radius-lg);
  padding: 0.85rem;
  box-shadow: var(--gks-shadow-sm);
  transition: all var(--dur-fast) var(--ease-premium);
}
body.v3 .company-videos-grid .video-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gks-shadow-md);
  border-color: var(--gks-blue-300);
}
body.v3 .company-videos-grid .video-thumbnail {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--gks-grey-900);
  aspect-ratio: 16 / 9;
  margin-bottom: 0.6rem;
}
body.v3 .company-videos-grid .video-thumbnail video,
body.v3 .company-videos-grid .video-thumbnail .video-element {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.v3 .company-videos-grid .video-card h5 {
  font-family: var(--font-display);
  color: var(--gks-grey-900);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
body.v3 .company-videos-grid .video-card p {
  color: var(--gks-grey-700);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
}

/* =================================================================
   6) NEWS → PRESS CTA BANNER (bottom of news page)
   ================================================================= */

body.v3 .news-press-cta {
  margin-top: 3rem;
  padding: clamp(2.5rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, #062A45 0%, #0A3D62 70%, #1B5C8A 100%);
  color: var(--gks-white);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
body.v3 .news-press-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 90% 20%, rgba(230, 57, 70, 0.25), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
body.v3 .news-press-cta__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 820px) {
  body.v3 .news-press-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
body.v3 .news-press-cta h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  line-height: var(--lh-tight);
  color: var(--gks-white);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}
body.v3 .news-press-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
body.v3 .news-press-cta__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  body.v3 .news-press-cta__actions { justify-content: center; }
}
body.v3 .news-press-cta .btn--primary {
  background: var(--gks-red);
  color: var(--gks-white);
}
body.v3 .news-press-cta .btn--primary:hover { background: var(--gks-red-700); }
body.v3 .news-press-cta .btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--gks-white);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.v3 .news-press-cta .btn--ghost:hover { background: rgba(255, 255, 255, 0.22); }
