* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111111;
}

a {
  text-decoration: none;
  color: inherit;
}

.header {
  height: 56px;
  padding: 0 48px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  color: #fa0f00;
  font-size: 22px;
  font-weight: 900;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
}

.nav-item {
  height: 56px;
  display: flex;
  align-items: center;
}

.nav-toggle {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111111;
}

.nav-toggle:hover {
  color: #fa0f00;
}

.material-symbols-outlined {
  font-size: 20px;
  transition: transform 0.2s ease;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.nav-item[open] .material-symbols-outlined {
  transform: rotate(180deg);
}

.header-btn {
  border: 1px solid #bbbbbb;
  padding: 8px 18px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
}

.dropdown {
  width: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 56px;
  left: 0;
  display: none;
  padding: 40px 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.nav-item[open] .dropdown {
  display: block;
}

.menu-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 260px;
  gap: 45px;
}

.pdf-menu,
.marketing-menu,
.support-menu {
  grid-template-columns: 1.3fr 1fr 1fr 260px;
}

.menu-column h3 {
  font-size: 15px;
  color: #555555;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.menu-item {
  margin-bottom: 18px;
}

.menu-item h4 {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
}

.menu-item p {
  font-size: 12px;
  color: #555555;
  line-height: 1.4;
}

.active-item {
  background: #e7e7e7;
  padding: 10px;
  margin-left: -10px;
}

.link-blue {
  color: #2457ff;
  font-weight: 700;
  font-size: 14px;
}

.menu-card {
  background: #000000;
  color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.menu-card-img {
  height: 170px;
  background: linear-gradient(135deg, #ff1c68, #ff4fb8, #5b4cff);
}

.support-card-img {
  height: 170px;
  background: linear-gradient(135deg, #ff215e, #ffc400, #6d4cff);
}

.menu-card-content {
  padding: 22px;
}

.menu-card-content h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.pdf-card {
  background: #ffffff;
  min-height: 310px;
}

.pdf-card-img {
  height: 145px;
  background: linear-gradient(135deg, #fa0f00, #ffb000);
}

.marketing-card-img {
  height: 145px;
  background: linear-gradient(135deg, #5371ff, #ffb2a8, #fa0f00);
}

.pdf-card h3,
.pdf-card p,
.pdf-card a {
  margin: 18px;
}

.pdf-card h3 {
  font-size: 16px;
}

.pdf-card p {
  font-size: 14px;
  line-height: 1.5;
}

.pdf-card a {
  display: inline-block;
  color: #2457ff;
  font-weight: 700;
}

.apps-menu {
  position: relative;
}

.apps-btn {
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.apps-menu:hover {
  background: #e6e0e0;
  border-radius: 10px;
}

.apps-dropdown {
  position: absolute;
  top: 42px;
  right: 0;
  width: 370px;
  max-height: 505px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
  padding: 0 18px 0;
  display: none;
  z-index: 3000;
}

.apps-menu[open] .apps-dropdown {
  display: block;
}

.apps-dropdown h3 {
  position: sticky;
  top: 0;
  background: #ffffff;
  padding: 14px 6px 18px;
  font-size: 18px;
  z-index: 2;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 28px;
  column-gap: 18px;
  padding: 8px 0 24px;
}

.apps-grid a {
  text-align: center;
  font-size: 14px;
}

.app-logo {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
}

.express {
  background: linear-gradient(135deg, #001f3f, #9b2cff, #ff8a00);
}

.firefly,
.acrobat,
.experience {
  background: #fa0f00;
}

.photoshop,
.lightroom,
.stock,
.fonts,
.behance {
  background: #001e36;
  color: #31a8ff;
}

.sign,
.frame {
  background: #6554ff;
}

.apps-bottom {
  position: sticky;
  bottom: 0;
  background: #eeeeee;
  height: 34px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}

.bottom-icon {
  font-size: 20px;
  font-weight: 900;
}

.adobe-icon {
  color: #fa0f00;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 24px;
  font-weight: 800;
  font-size: 14px;
}

.btn-primary {
  background: #2457ff;
  color: #ffffff;
}

.btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background: linear-gradient(
    90deg,
    #000000 0%,
    #000000 44%,
    #ee160c 44%,
    #ee160c 100%
  );
  color: #ffffff;
}

.hero-content {
  padding: 140px 70px 80px 12vw;
}

.eyebrow {
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.15;
  max-width: 500px;
  margin: 26px 0 20px;
}

.hero p {
  max-width: 520px;
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.hero-image {
  position: relative;
}

.ai-box {
  position: absolute;
  top: 180px;
  left: 18%;
  width: 320px;
  background: #ffffff;
  color: #111111;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.ai-box h3 {
  margin-bottom: 12px;
}

.ai-box p {
  color: #333333;
  font-size: 14px;
}

.cards {
  max-width: 1200px;
  margin: 34px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  border-radius: 16px;
  padding: 28px;
}

.dark-card {
  background: #000000;
  color: #ffffff;
  min-height: 230px;
}

.dark-card span {
  font-size: 13px;
  font-weight: 900;
}

.dark-card h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.dark-card p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.dark-card a {
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
}

.services {
  padding: 40px 0;
}

.section-heading {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 0 24px;
}

.section-heading span {
  color: #fa0f00;
  font-size: 13px;
  font-weight: 900;
}

.section-heading h2 {
  font-size: 36px;
  margin: 14px 0;
}

.section-heading p {
  color: #555555;
  font-size: 17px;
  line-height: 1.6;
}

.image-card {
  min-height: 320px;
  background: linear-gradient(#000000 0 55%, #b9e5ff 55%);
  color: #ffffff;
}

.business-card {
  background: linear-gradient(135deg, #111111, #783020);
}

.news-card {
  background: #eeeeee;
  color: #111111;
}

.news-card h3 {
  background: #000000;
  color: #ffffff;
  margin: -28px -28px 20px;
  padding: 22px 28px;
  border-radius: 16px 16px 0 0;
}

.news-item {
  border-bottom: 1px solid #aaaaaa;
  padding: 16px 0;
}

.news-item h4 {
  font-size: 15px;
  margin-bottom: 8px;
}

.news-item p {
  font-size: 13px;
  color: #333333;
}

.contact {
  max-width: 1200px;
  margin: 40px auto;
  padding: 45px;
  background: #f3f3f3;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact h2 {
  font-size: 32px;
  margin-bottom: 8px;
}

.contact p {
  color: #555555;
}

.footer {
  background: #f7f7f7;
  padding: 45px 24px 24px;
}

.footer-grid {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}

.footer h4 {
  font-size: 13px;
  margin-bottom: 16px;
}

.footer a {
  display: block;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
}

.footer p {
  margin-top: 35px;
  text-align: center;
  font-size: 12px;
  color: #555555;
}

@media (max-width: 900px) {
  .header {
    padding: 0 20px;
  }

  .nav {
    display: none;
  }

  .menu-container,
  .hero,
  .cards,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    background: #000000;
  }

  .hero-content {
    padding: 80px 24px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-image {
    display: none;
  }

  .contact {
    margin: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
