:root {
  --aptr-green: #003f36;
  --aptr-green-2: #082f29;
  --aptr-green-3: #0d4e43;
  --aptr-cream: #f7f0dc;
  --aptr-cream-2: #fffaf0;
  --aptr-honey: #f7b719;
  --aptr-honey-2: #ffd66a;
  --aptr-ink: #17302a;
  --aptr-muted: #6d7b76;
  --aptr-line: rgba(5, 63, 54, .14);
  --aptr-white: #fff;
  --aptr-radius: 28px;
  --aptr-shadow: 0 28px 80px rgba(0, 39, 33, .18);
}

.aptr-press-page .entry-header,
.aptr-press-page .page-header,
.aptr-press-page .entry-title,
.aptr-press-page .page-title,
.aptr-press-page main > header,
.aptr-press-page .post-thumbnail {
  display: none !important;
}

.aptr-press-page .site-main,
.aptr-press-page .content-area,
.aptr-press-page .entry-content,
.aptr-press-page .container,
.aptr-press-page .site-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.aptr-press-page {
  background: var(--aptr-cream);
}

.aptr-press,
.aptr-press * {
  box-sizing: border-box;
}

.aptr-press {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--aptr-cream);
  color: var(--aptr-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aptr-press img {
  display: block;
  max-width: 100%;
}

.aptr-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.aptr-kicker {
  margin: 0 0 18px;
  color: var(--aptr-honey);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.aptr-hero {
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(247, 183, 25, .16), transparent 26%),
    radial-gradient(circle at 6% 88%, rgba(96, 167, 124, .16), transparent 32%),
    linear-gradient(135deg, #002c25 0%, #003d34 48%, #09251f 100%);
  color: var(--aptr-white);
  isolation: isolate;
}

.aptr-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(to top, rgba(247, 240, 220, 1), rgba(247, 240, 220, 0));
  pointer-events: none;
  z-index: 0;
}

.aptr-honeycomb {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.09) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.09) 87.5%, rgba(255,255,255,.09)),
    linear-gradient(150deg, rgba(255,255,255,.09) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.09) 87.5%, rgba(255,255,255,.09)),
    linear-gradient(30deg, rgba(255,255,255,.09) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.09) 87.5%, rgba(255,255,255,.09)),
    linear-gradient(150deg, rgba(255,255,255,.09) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.09) 87.5%, rgba(255,255,255,.09)),
    linear-gradient(60deg, rgba(247,183,25,.09) 25%, transparent 25.5%, transparent 75%, rgba(247,183,25,.09) 75%, rgba(247,183,25,.09));
  background-size: 80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
  mask-image: linear-gradient(to right, transparent 0%, #000 48%, #000 100%);
}

.aptr-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 72px;
  align-items: center;
  padding: 118px 0 150px;
}

.aptr-logo {
  width: 220px;
  margin: 0 0 58px;
}

.aptr-hero h1,
.aptr-section-head h2,
.aptr-contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.aptr-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(56px, 6vw, 92px);
  line-height: .98;
  color: #fff;
}

.aptr-lead {
  max-width: 690px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.65;
}

.aptr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.aptr-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.aptr-btn svg,
.aptr-download-card a svg,
.aptr-trust-row svg,
.aptr-hero-card figcaption a svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aptr-btn:hover {
  transform: translateY(-3px);
}

.aptr-btn-primary {
  background: var(--aptr-honey);
  color: #17302a !important;
  box-shadow: 0 16px 34px rgba(247,183,25,.2);
}

.aptr-btn-primary:hover {
  background: #ffc62d;
  box-shadow: 0 20px 42px rgba(247,183,25,.28);
}

.aptr-btn-ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
}

.aptr-btn-ghost:hover {
  border-color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.12);
}

.aptr-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
}

.aptr-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.aptr-trust-row svg {
  width: 17px;
  height: 17px;
  color: var(--aptr-honey);
}

.aptr-hero-art {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.aptr-hero-card {
  position: relative;
  width: min(100%, 525px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 45px 100px rgba(0,0,0,.34);
  transform: rotate(2.5deg);
  backdrop-filter: blur(16px);
}

.aptr-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,35,29,.88), transparent 54%);
  pointer-events: none;
}

.aptr-hero-card > img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.aptr-hero-card figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: center;
}

.aptr-hero-card figcaption span {
  color: var(--aptr-honey);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.aptr-hero-card figcaption strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.aptr-hero-card figcaption a {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aptr-honey);
  color: var(--aptr-ink);
}

.aptr-orbit {
  position: absolute;
  border: 1px solid rgba(247,183,25,.22);
  border-radius: 50%;
  animation: aptr-spin 18s linear infinite;
}

.aptr-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--aptr-honey);
  box-shadow: 0 0 32px rgba(247,183,25,.7);
}

.aptr-orbit-one {
  width: 600px;
  height: 600px;
}

.aptr-orbit-two {
  width: 720px;
  height: 720px;
  animation-direction: reverse;
  animation-duration: 27s;
}

.aptr-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 160px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(0,51,43,.76);
  color: #fff;
  box-shadow: 0 25px 55px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
}

.aptr-floating-card b,
.aptr-floating-card span {
  display: block;
}

.aptr-floating-card b {
  color: var(--aptr-honey);
  font-family: Georgia, serif;
  font-size: 26px;
}

.aptr-floating-card span {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.aptr-floating-card-one {
  left: -14px;
  top: 105px;
  animation: aptr-float 5.6s ease-in-out infinite;
}

.aptr-floating-card-two {
  right: -12px;
  bottom: 82px;
  animation: aptr-float 6.2s ease-in-out infinite reverse;
}

.aptr-bee {
  position: absolute;
  z-index: 2;
  color: var(--aptr-honey);
  opacity: .72;
  filter: drop-shadow(0 10px 22px rgba(247,183,25,.24));
  pointer-events: none;
}

.aptr-bee svg {
  width: 52px;
  height: 52px;
  fill: rgba(247,183,25,.24);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aptr-bee-one {
  left: 4%;
  bottom: 17%;
  animation: aptr-bee-path-one 13s ease-in-out infinite;
}

.aptr-bee-two {
  right: 7%;
  top: 14%;
  transform: scale(.7);
  animation: aptr-bee-path-two 16s ease-in-out infinite;
}

.aptr-section {
  position: relative;
  padding: 118px 0;
}

.aptr-section-head {
  max-width: 860px;
  margin-bottom: 54px;
}

.aptr-section-head h2,
.aptr-contact h2 {
  margin: 0;
  color: var(--aptr-green);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.04;
}

.aptr-section-head > p:last-child,
.aptr-contact-copy > p:not(.aptr-kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--aptr-muted);
  font-size: 18px;
  line-height: 1.7;
}

.aptr-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.aptr-stat {
  min-height: 190px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--aptr-line);
  border-radius: 24px;
  background: rgba(255,255,255,.42);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.aptr-stat:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 22px 55px rgba(0,63,54,.1);
}

.aptr-stat strong {
  color: var(--aptr-green);
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 500;
}

.aptr-stat span {
  color: var(--aptr-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aptr-downloads,
.aptr-gallery {
  background:
    radial-gradient(circle at 12% 18%, rgba(247,183,25,.12), transparent 25%),
    linear-gradient(145deg, #003f36, #062f29 65%, #0a241f);
  color: #fff;
}

.aptr-section-head-light h2 {
  color: #fff;
}

.aptr-section-head-light > p:last-child {
  color: rgba(255,255,255,.66);
}

.aptr-download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.aptr-download-card {
  min-height: 310px;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
  backdrop-filter: blur(14px);
}

.aptr-download-card:hover {
  transform: translateY(-7px);
  border-color: rgba(247,183,25,.46);
  background: rgba(255,255,255,.1);
}

.aptr-download-card.aptr-featured {
  background: var(--aptr-honey);
  color: var(--aptr-ink);
  border-color: transparent;
}

.aptr-download-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(247,183,25,.14);
  color: var(--aptr-honey);
}

.aptr-featured .aptr-download-icon {
  background: rgba(0,63,54,.12);
  color: var(--aptr-green);
}

.aptr-download-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aptr-download-card span {
  color: var(--aptr-honey);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.aptr-featured span {
  color: rgba(0,63,54,.72);
}

.aptr-download-card h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}

.aptr-featured h3 {
  color: var(--aptr-green);
}

.aptr-download-card p {
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.62;
}

.aptr-featured p {
  color: rgba(23,48,42,.75);
}

.aptr-download-card > a {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.aptr-featured > a {
  border-top-color: rgba(0,63,54,.16);
  color: var(--aptr-green);
}

.aptr-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.aptr-story {
  position: relative;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--aptr-line);
  border-radius: 24px;
  background: rgba(255,255,255,.48);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.aptr-story:hover {
  transform: translateY(-8px);
  background: #fff;
  box-shadow: 0 25px 60px rgba(0,63,54,.1);
}

.aptr-story-number {
  color: var(--aptr-honey);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.aptr-story-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 54px 0 30px;
  border-radius: 18px;
  background: var(--aptr-green);
  color: var(--aptr-honey);
}

.aptr-story-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aptr-story h3 {
  margin: 0 0 14px;
  color: var(--aptr-green);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

.aptr-story p {
  margin: 0;
  color: var(--aptr-muted);
  line-height: 1.65;
}

.aptr-gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 285px 285px;
  gap: 16px;
}

.aptr-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}

.aptr-gallery-large {
  grid-row: 1 / span 2;
}

.aptr-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease;
}

.aptr-gallery-grid figure:hover img {
  transform: scale(1.055);
  filter: saturate(1.08);
}

.aptr-gallery-footer {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.aptr-gallery-footer p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.65;
}

.aptr-contact {
  padding-top: 130px;
  padding-bottom: 76px;
  background: var(--aptr-cream);
}

.aptr-contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 52px;
  padding: 60px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(247,183,25,.19), transparent 28%),
    linear-gradient(135deg, #003f36, #082d27);
  box-shadow: var(--aptr-shadow);
}

.aptr-contact-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(247,183,25,.25);
  border-radius: 50%;
}

.aptr-contact h2 {
  color: #fff;
}

.aptr-contact-copy > p:not(.aptr-kicker) {
  color: rgba(255,255,255,.66);
}

.aptr-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.aptr-person > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aptr-honey);
  color: var(--aptr-green);
  font-weight: 900;
}

.aptr-person strong,
.aptr-person small {
  display: block;
}

.aptr-person strong {
  color: #fff;
  font-size: 17px;
}

.aptr-person small {
  max-width: 480px;
  margin-top: 4px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.45;
}

.aptr-contact-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
}

.aptr-contact-line {
  display: block;
  padding: 8px 4px 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  text-decoration: none;
}

.aptr-rights {
  max-width: 980px;
  margin: 28px auto 0;
  color: var(--aptr-muted);
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.aptr-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--aptr-delay, 0ms);
}

.aptr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes aptr-spin { to { transform: rotate(360deg); } }
@keyframes aptr-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes aptr-bee-path-one { 0%,100% { transform: translate(0,0) rotate(-8deg); } 35% { transform: translate(90px,-60px) rotate(10deg); } 70% { transform: translate(180px,10px) rotate(-3deg); } }
@keyframes aptr-bee-path-two { 0%,100% { transform: translate(0,0) scale(.7) rotate(8deg); } 40% { transform: translate(-80px,70px) scale(.7) rotate(-10deg); } 75% { transform: translate(-150px,10px) scale(.7) rotate(4deg); } }

@media (max-width: 1080px) {
  .aptr-hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 100px; }
  .aptr-hero-copy { max-width: 850px; }
  .aptr-hero-art { min-height: 650px; }
  .aptr-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .aptr-story-grid { grid-template-columns: repeat(2, 1fr); }
  .aptr-contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .aptr-shell { width: min(100% - 28px, 1240px); }
  .aptr-hero { min-height: auto; }
  .aptr-hero-grid { padding: 82px 0 118px; }
  .aptr-logo { width: 175px; margin-bottom: 42px; }
  .aptr-hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .aptr-lead { font-size: 17px; }
  .aptr-actions { flex-direction: column; }
  .aptr-btn { width: 100%; }
  .aptr-trust-row { display: grid; }
  .aptr-hero-art { min-height: 510px; }
  .aptr-hero-card { width: calc(100% - 20px); border-radius: 25px; transform: rotate(1deg); }
  .aptr-hero-card > img { height: 500px; }
  .aptr-orbit-one { width: 470px; height: 470px; }
  .aptr-orbit-two { width: 560px; height: 560px; }
  .aptr-floating-card { min-width: 130px; padding: 14px; }
  .aptr-floating-card-one { left: 0; top: 65px; }
  .aptr-floating-card-two { right: 0; bottom: 45px; }
  .aptr-section { padding: 84px 0; }
  .aptr-section-head { margin-bottom: 38px; }
  .aptr-section-head h2, .aptr-contact h2 { font-size: clamp(40px, 12vw, 54px); }
  .aptr-stat-grid,
  .aptr-download-grid,
  .aptr-story-grid { grid-template-columns: 1fr; }
  .aptr-stat { min-height: 150px; }
  .aptr-download-card { min-height: 280px; padding: 24px; }
  .aptr-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px 220px; }
  .aptr-gallery-large { grid-column: 1 / -1; grid-row: auto; }
  .aptr-gallery-footer { align-items: flex-start; flex-direction: column; }
  .aptr-contact-card { padding: 34px 24px; border-radius: 26px; }
  .aptr-bee { display: none; }
}

@media (max-width: 480px) {
  .aptr-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 350px repeat(4, 220px); }
  .aptr-gallery-large { grid-column: auto; }
  .aptr-download-card { grid-template-columns: 1fr; }
  .aptr-download-card > a { grid-column: 1; }
}

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

/* APTR PRESS LAYOUT FIX V2 START */

/*
 * Le card della Press Room usano elementi article.
 * Il reset del tema non deve annullarne padding,
 * larghezza, margini e allineamento.
 */

.aptr-press .aptr-stat,
.aptr-press .aptr-download-card,
.aptr-press .aptr-story {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative !important;
  float: none !important;
  transform-origin: center !important;
}

.aptr-press .aptr-stat {
  min-height: 190px !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.aptr-press .aptr-stat strong {
  display: block !important;
  margin: 0 !important;
  font-size: 42px !important;
  line-height: 1.05 !important;
}

.aptr-press .aptr-stat span {
  display: block !important;
  width: 100% !important;
  margin: 28px 0 0 !important;
  line-height: 1.35 !important;
  overflow: visible !important;
}

.aptr-press .aptr-download-card {
  min-height: 310px !important;
  padding: 30px !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 22px !important;
  align-items: start !important;
  align-content: stretch !important;
}

.aptr-press .aptr-download-card > div:nth-child(2) {
  min-width: 0 !important;
  align-self: start !important;
}

.aptr-press .aptr-download-card h3 {
  margin: 12px 0 10px !important;
  font-size: 32px !important;
  line-height: 1.13 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.aptr-press .aptr-download-card p {
  margin: 0 !important;
  line-height: 1.62 !important;
}

.aptr-press .aptr-download-card > a {
  position: static !important;
  inset: auto !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 20px 0 0 !important;
  transform: none !important;
  line-height: 1.2 !important;
  overflow: visible !important;
}

.aptr-press .aptr-story {
  min-height: 330px !important;
  padding: 30px !important;
  display: block !important;
}

.aptr-press .aptr-story-number {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.aptr-press .aptr-story-icon {
  margin: 54px 0 30px !important;
}

.aptr-press .aptr-story h3 {
  margin: 0 0 14px !important;
  font-size: 28px !important;
  line-height: 1.18 !important;
}

.aptr-press .aptr-story p {
  margin: 0 !important;
  line-height: 1.65 !important;
}

.aptr-press .aptr-person-avatar {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 3px solid rgba(247, 183, 25, .72) !important;
  background: var(--aptr-honey) !important;
}

.aptr-press .aptr-person-avatar img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 50% !important;
}

.aptr-press .aptr-rights {
  display: none !important;
}

@media (max-width: 760px) {
  .aptr-press .aptr-stat {
    min-height: 150px !important;
    padding: 24px !important;
  }

  .aptr-press .aptr-download-card {
    min-height: 280px !important;
    padding: 24px !important;
  }

  .aptr-press .aptr-story {
    min-height: 290px !important;
    padding: 24px !important;
  }
}

@media (max-width: 480px) {
  .aptr-press .aptr-download-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }

  .aptr-press .aptr-download-card > a {
    grid-column: 1 !important;
  }
}

/* APTR PRESS LAYOUT FIX V2 END */

/* APTR EN PRESS HERO LINK VISIBILITY V1 START */

/*
 * English page only:
 * keep the yellow Press Kit link above the 2,000-pixel card.
 */
html[lang^="en"] .aptr-press .aptr-hero-card figcaption {
    z-index: 6;
}

html[lang^="en"] .aptr-press .aptr-hero-card figcaption a {
    position: relative;
    z-index: 7;
}

html[lang^="en"] .aptr-press .aptr-floating-card-two {
    bottom: 155px;
}

@media (max-width: 760px) {
    html[lang^="en"] .aptr-press .aptr-floating-card-two {
        right: 0;
        bottom: 135px;
    }
}

/* APTR EN PRESS HERO LINK VISIBILITY V1 END */
