:root {
  --black: #070707;
  --dark: #1A1A1A;
  --white: #F7F7F7;
  --soft: #F3F0EA;
  --purple: #6C3BFF;
  --gold: #C79A3B;
  --gray: #777777;
  --text: #CFCFCF;
  --orange: #ff6a00;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  background: var(--black);
  color: var(--white);
  direction: rtl;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 90%);
  margin: auto;
}

/* Header */
.site-header {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1000;
}

.header-content {
  height: 72px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

.logo {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  color: #222;
  transition: 0.25s ease;
}

.main-nav a:hover {
  color: var(--orange);
}

.header-btn {
  background: var(--orange);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.header-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.3);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, rgba(108, 59, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(199, 154, 59, 0.18), transparent 30%),
    linear-gradient(135deg, #070707 0%, #101010 55%, #050505 100%);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.hero-label {
  display: inline-block;
  color: var(--gold);
  background: rgba(199, 154, 59, 0.12);
  border: 1px solid rgba(199, 154, 59, 0.22);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.hero h1 span {
  color: var(--purple);
  display: inline-block;
}

.hero p {
  color: var(--text);
  font-size: 20px;
  line-height: 2;
  max-width: 590px;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn {
  height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  transition: 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 12px 30px rgba(108, 59, 255, 0.35);
}

.btn-secondary {
  border: 1px solid rgba(199, 154, 59, 0.55);
  color: #fff;
}

.btn-dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hero-trust {
  color: #aaa;
  font-size: 15px;
}

/* Mockup */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  background: var(--purple);
  opacity: 0.22;
  filter: blur(70px);
  border-radius: 50%;
  top: 40px;
  left: 60px;
}

.mockup-card {
  position: relative;
  width: 420px;
  height: 480px;
  background: #080d18;
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.mockup-top {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 50px;
}

.mockup-square {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: var(--orange);
}

.mockup-line {
  height: 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.line-one {
  width: 120px;
  background: #24c6d9;
}

.line-two {
  width: 160px;
  background: #d8d8d8;
}

.mockup-orange {
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  padding: 26px;
  width: 250px;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 1;
  display: flex;
  flex-direction: column;
}

.mockup-badge {
  position: absolute;
  bottom: 36px;
  right: 36px;
  background: #fff;
  color: #111;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
}

/* Trust Bar */
.trust-bar {
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-content {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: center;
  text-align: center;
}

.trust-content div {
  color: #eee;
  font-weight: 800;
  font-size: 15px;
}

/* Services */
.services {
  background: var(--soft);
  color: #111;
  padding: 110px 0;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}

.section-heading span {
  color: var(--orange);
  font-weight: 900;
}

.section-heading h2 {
  font-size: clamp(32px, 4vw, 52px);
  margin: 12px 0 14px;
  font-weight: 900;
}

.section-heading p {
  color: #666;
  font-size: 18px;
  line-height: 1.9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  min-height: 230px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.12);
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 24px;
}

.service-icon.orange { background: var(--orange); }
.service-icon.cyan { background: #18bfd3; }
.service-icon.dark { background: #080d18; }
.service-icon.green { background: #0f9b73; }
.service-icon.purple { background: var(--purple); }
.service-icon.red { background: #b52b2b; }

.service-card h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 12px;
}

.service-card p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

/* Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

/* Responsive */
@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .trust-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 12px;
  }

  .header-content {
    height: 64px;
    border-radius: 18px;
  }

  .header-btn {
    display: none;
  }

  .logo {
    font-size: 19px;
  }

  .hero {
    padding-top: 120px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 17px;
  }

  .mockup-card {
    width: 310px;
    height: 380px;
    padding: 28px;
  }

  .mockup-orange {
    width: 200px;
    font-size: 26px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .trust-content {
    grid-template-columns: 1fr;
  }
}/* Portfolio */
.portfolio {
  background: #070707;
  color: #fff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.portfolio::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  background: var(--purple);
  opacity: 0.12;
  filter: blur(90px);
  border-radius: 50%;
  top: 120px;
  right: -160px;
}

.portfolio::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: var(--gold);
  opacity: 0.09;
  filter: blur(90px);
  border-radius: 50%;
  bottom: 80px;
  left: -160px;
}

.portfolio .container {
  position: relative;
  z-index: 2;
}

.portfolio-heading h2 {
  color: #fff;
}

.portfolio-heading p {
  color: #bdbdbd;
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 45px;
}

.portfolio-filters button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}

.portfolio-filters button:hover,
.portfolio-filters button.active {
  background: var(--purple);
  border-color: var(--purple);
  transform: translateY(-2px);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 28px;
  transition: 0.3s ease;
  backdrop-filter: blur(14px);
}

.portfolio-card:hover {
  transform: translateY(-10px);
  border-color: rgba(108, 59, 255, 0.6);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.portfolio-image {
  height: 260px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.portfolio-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent),
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.25), transparent 25%);
}

.portfolio-image span {
  position: relative;
  z-index: 2;
  background: rgba(7, 7, 7, 0.8);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
}

.sticker-bg {
  background: linear-gradient(135deg, #ff6a00, #ffb36b);
}

.rollup-bg {
  background: linear-gradient(135deg, #6C3BFF, #18bfd3);
}

.poster-bg {
  background: linear-gradient(135deg, #C79A3B, #ff6a00);
}

.banner-bg {
  background: linear-gradient(135deg, #111827, #6C3BFF);
}

.brand-bg {
  background: linear-gradient(135deg, #0f9b73, #18bfd3);
}

.social-bg {
  background: linear-gradient(135deg, #b52b2b, #C79A3B);
}

.portfolio-info {
  padding: 26px;
}

.portfolio-info h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.portfolio-info p {
  color: #c8c8c8;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 18px;
}

.portfolio-info a {
  display: inline-flex;
  color: var(--gold);
  font-weight: 900;
  transition: 0.25s ease;
}

.portfolio-info a:hover {
  color: var(--purple);
}

/* Portfolio Responsive */
@media (max-width: 980px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .portfolio {
    padding: 80px 0;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-image {
    height: 220px;
  }
}/* About Section */
.about {
  background: var(--soft);
  color: #111;
  padding: 120px 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.section-mini-title {
  display: inline-flex;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 14px;
}

.about-text h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.35;
  font-weight: 900;
  margin-bottom: 22px;
}

.about-text p {
  color: #555;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.about-text .btn {
  margin-top: 18px;
}

.about-stats {
  display: grid;
  gap: 22px;
}

.stat-card {
  background: #fff;
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.12);
}

.stat-card strong {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--purple);
  margin-bottom: 8px;
}

.stat-card span {
  color: #555;
  font-size: 17px;
  font-weight: 800;
}

/* Why Choose Us */
.why-us {
  background:
    radial-gradient(circle at 15% 20%, rgba(108, 59, 255, 0.16), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(199, 154, 59, 0.14), transparent 30%),
    #070707;
  color: #fff;
  padding: 120px 0;
}

.why-heading h2 {
  color: #fff;
}

.why-heading p {
  color: #bdbdbd;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.why-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 26px;
  min-height: 230px;
  transition: 0.25s ease;
  backdrop-filter: blur(14px);
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(108, 59, 255, 0.6);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.why-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--purple);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 22px;
}

.why-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.why-card p {
  color: #c8c8c8;
  line-height: 1.8;
  font-size: 15px;
}

/* About + Why Responsive */
@media (max-width: 980px) {
  .about-content {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .about,
  .why-us {
    padding: 80px 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    padding: 26px;
  }
}/* Process Section */
.process {
  background: var(--soft);
  color: #111;
  padding: 120px 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-card {
  background: #fff;
  padding: 30px;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  min-height: 230px;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.12);
}

.process-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 22px;
}

.process-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.process-card p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

/* Contact Section */
.contact {
  background:
    radial-gradient(circle at 20% 20%, rgba(108, 59, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(199, 154, 59, 0.12), transparent 30%),
    #070707;
  color: #fff;
  padding: 120px 0;
}

.contact-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.contact-text h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}

.contact-text p {
  color: #cfcfcf;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 28px;
  max-width: 720px;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 34px;
  border-radius: 30px;
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.contact-card h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 24px;
}

.contact-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item strong {
  display: block;
  color: var(--gold);
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
}

.contact-item span {
  color: #e8e8e8;
}

/* Footer */
.footer {
  background: #050505;
  color: #fff;
  padding: 70px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 50px;
}

.footer h3 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer h4 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 18px;
  color: var(--gold);
}

.footer p {
  color: #aaa;
  line-height: 1.9;
  max-width: 360px;
}

.footer a {
  display: block;
  color: #aaa;
  margin-bottom: 10px;
  transition: 0.25s ease;
}

.footer a:hover {
  color: var(--purple);
}

.footer-bottom {
  text-align: center;
  color: #888;
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

/* Process + Contact Responsive */
@media (max-width: 980px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-content {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .process,
  .contact {
    padding: 80px 0;
  }

  .process-grid,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 26px;
  }
}/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  left: 26px;
  bottom: 26px;
  z-index: 2000;
  background: #25D366;
  color: #fff;
  min-width: 128px;
  height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.35);
  transition: 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 20px 45px rgba(37, 211, 102, 0.45);
}

.floating-whatsapp::before {
  content: "✆";
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-size: 16px;
}

@media (max-width: 620px) {
  .floating-whatsapp {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    height: 56px;
  }
}/* Mobile Menu */
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: #111;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
}

.mobile-menu {
  position: fixed;
  top: 100px;
  right: 5%;
  left: 5%;
  z-index: 1900;
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  border-radius: 22px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu a {
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 900;
  color: #111;
  transition: 0.25s ease;
}

.mobile-menu a:hover {
  background: #f1f1f1;
  color: var(--orange);
}

.mobile-menu-btn {
  background: var(--orange);
  color: #fff !important;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-content {
    gap: 12px;
  }

  .site-header .header-btn {
    display: none;
  }
}

@media (max-width: 620px) {
  .mobile-menu {
    top: 88px;
  }

  .hero-content {
    gap: 38px;
  }

  .hero-visual {
    order: 2;
  }

  .hero-text {
    order: 1;
  }

  .hero-label {
    font-size: 12px;
  }

  .hero h1 {
    line-height: 1.22;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .mockup-card {
    margin-top: 10px;
  }
}@media (max-width: 620px) {
  .mobile-menu {
    max-height: 75vh;
    overflow-y: auto;
  }

  .mobile-menu a {
    font-size: 16px;
  }

  .site-header {
    z-index: 2500;
  }

  .mobile-menu {
    z-index: 2400;
  }
}/* Service Page */
.service-hero {
  position: relative;
  min-height: 92vh;
  padding: 160px 0 90px;
  background:
    radial-gradient(circle at 20% 25%, rgba(108, 59, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 106, 0, 0.15), transparent 30%),
    linear-gradient(135deg, #070707 0%, #101010 55%, #050505 100%);
  color: #fff;
  overflow: hidden;
}

.service-hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.service-hero-text h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.18;
  font-weight: 900;
  margin-bottom: 24px;
}

.service-hero-text p {
  color: #cfcfcf;
  font-size: 20px;
  line-height: 2;
  max-width: 720px;
  margin-bottom: 30px;
}

.service-hero-box {
  display: flex;
  justify-content: center;
}

.sticker-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,0.22), transparent 25%),
    linear-gradient(135deg, #ff6a00, #ffb36b);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.sticker-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.sticker-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 58px;
  line-height: 0.95;
  text-transform: uppercase;
}

.sticker-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

.service-details {
  background: var(--soft);
  color: #111;
  padding: 120px 0;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-feature-card {
  background: #fff;
  padding: 32px;
  border-radius: 26px;
  min-height: 210px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.12);
}

.service-feature-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.service-feature-card p {
  color: #666;
  line-height: 1.9;
  font-size: 16px;
}

.seo-content-section {
  background: #fff;
  color: #111;
  padding: 100px 0;
}

.seo-content-box {
  max-width: 980px;
}

.seo-content-box h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  margin-bottom: 22px;
}

.seo-content-box p {
  color: #555;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.faq-section {
  background: var(--soft);
  color: #111;
  padding: 110px 0;
}

.faq-list {
  display: grid;
  gap: 18px;
  max-width: 960px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 10px;
}

.faq-item p {
  color: #666;
  line-height: 1.9;
  font-size: 16px;
}

/* Service Responsive */
@media (max-width: 980px) {
  .service-hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .service-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .service-hero {
    padding: 125px 0 70px;
  }

  .service-hero-text h1 {
    font-size: 38px;
  }

  .service-hero-text p {
    font-size: 17px;
  }

  .sticker-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .sticker-preview strong {
    font-size: 42px;
  }

  .service-feature-grid {
    grid-template-columns: 1fr;
  }

  .service-details,
  .seo-content-section,
  .faq-section {
    padding: 80px 0;
  }
}.service-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--purple);
  font-weight: 900;
  transition: 0.25s ease;
}

.service-link:hover {
  color: var(--orange);
}/* Roll Up Page Visual */
.rollup-preview {
  width: 360px;
  min-height: 560px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.26), transparent 26%),
    linear-gradient(135deg, #6C3BFF, #18bfd3);
  border-radius: 28px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
  position: relative;
}

.rollup-preview::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 82%;
  height: 16px;
  transform: translateX(-50%);
  background: #111;
  border-radius: 999px;
  opacity: 0.9;
}

.rollup-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.rollup-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 62px;
  line-height: 0.95;
  text-transform: uppercase;
}

.rollup-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .rollup-preview {
    width: 280px;
    min-height: 420px;
    padding: 26px;
  }

  .rollup-preview strong {
    font-size: 46px;
  }
}/* School Poster Page Visual */
.school-poster-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #C79A3B, #ff6a00);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.school-poster-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.school-poster-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.school-poster-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .school-poster-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .school-poster-preview strong {
    font-size: 40px;
  }
}/* Brand Identity Page Visual */
.brand-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #0f9b73, #18bfd3);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.brand-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.brand-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.brand-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .brand-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .brand-preview strong {
    font-size: 40px;
  }
}/* Social Media Page Visual */
.social-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #b52b2b, #C79A3B);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.social-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.social-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.social-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .social-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .social-preview strong {
    font-size: 40px;
  }
}/* Banner Page Visual */
.banner-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #111827, #6C3BFF);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.banner-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.banner-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.banner-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .banner-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .banner-preview strong {
    font-size: 40px;
  }
}/* Marketing Poster Page Visual */
.marketing-poster-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ff6a00, #b52b2b);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.marketing-poster-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.marketing-poster-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.marketing-poster-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .marketing-poster-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .marketing-poster-preview strong {
    font-size: 40px;
  }
}/* Graduation Printing Page Visual */
.graduation-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #6C3BFF, #C79A3B);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.graduation-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.graduation-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.graduation-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .graduation-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .graduation-preview strong {
    font-size: 40px;
  }
}/* Graphic Design Page Visual */
.graphic-design-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #18bfd3, #6C3BFF);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.graphic-design-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.graphic-design-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.graphic-design-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .graphic-design-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .graphic-design-preview strong {
    font-size: 40px;
  }
}/* Printing Services Page Visual */
.printing-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #070707, #ff6a00);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.printing-preview span {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.printing-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
}

.printing-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

@media (max-width: 620px) {
  .printing-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .printing-preview strong {
    font-size: 40px;
  }
}/* Portfolio Real Images */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 106, 0, 0.45);
}

.portfolio-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  display: block;
  background: #111;
  padding: 10px;
}

.portfolio-card-content {
  padding: 24px;
}

.portfolio-card-content span {
  display: inline-flex;
  background: rgba(255, 106, 0, 0.12);
  color: #ff6a00;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.portfolio-card-content h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.portfolio-card-content p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  font-size: 15px;
}

@media (max-width: 980px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card img {
    height: 230px;
  }
}/* Fix Portfolio Top Spacing */
.portfolio {
  padding-top: 140px;
}/* Contact Channels */
.contact-channels {
  padding: 100px 0;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(108, 59, 255, 0.14), transparent 35%),
    #070707;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.channel-card {
  min-height: 160px;
  padding: 28px 22px;
  border-radius: 28px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.channel-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 106, 0, 0.55);
  background: rgba(255, 106, 0, 0.09);
}

.channel-card strong {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  font-family: "Inter", "Cairo", sans-serif;
}

.channel-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .channels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .channels-grid {
    grid-template-columns: 1fr;
  }

  .contact-channels {
    padding: 70px 0;
  }

  .channel-card {
    min-height: 120px;
  }
}/* Packages Section */
.packages {
  background:
    radial-gradient(circle at top left, rgba(108, 59, 255, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 106, 0, 0.10), transparent 34%),
    #f3f0ea;
  color: #111;
  padding: 110px 0;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 50px;
}

.package-card {
  background: #fff;
  border-radius: 30px;
  padding: 32px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.13);
}

.featured-package {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.22), transparent 42%),
    #070707;
  color: #fff;
  border-color: rgba(255, 106, 0, 0.35);
}

.package-tag {
  display: inline-flex;
  width: fit-content;
  background: rgba(255, 106, 0, 0.12);
  color: #ff6a00;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.featured-package .package-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.package-card h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 14px;
}

.package-card p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
}

.featured-package p {
  color: rgba(255, 255, 255, 0.78);
}

.package-card ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.package-card li {
  color: #555;
  margin-bottom: 12px;
  font-weight: 700;
  position: relative;
  padding-right: 24px;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #ff6a00;
  font-weight: 900;
}

.featured-package li {
  color: rgba(255, 255, 255, 0.82);
}

.package-btn {
  margin-top: auto;
  height: 50px;
  border-radius: 999px;
  background: #ff6a00;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: 0.25s ease;
}

.package-btn:hover {
  transform: translateY(-3px);
  background: #6C3BFF;
}

@media (max-width: 980px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .packages {
    padding: 80px 0;
  }

  .packages-grid {
    grid-template-columns: 1fr;
  }

  .package-card {
    min-height: auto;
  }
}/* FAQ Page */
.faq-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #6C3BFF, #070707);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.faq-preview span {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.faq-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 62px;
  line-height: 0.95;
  text-transform: uppercase;
}

.faq-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

.faq-page-section {
  background: var(--soft);
  color: #111;
  padding: 110px 0;
}

.faq-page-list {
  max-width: 980px;
  margin: 50px auto 0;
  display: grid;
  gap: 18px;
}

.faq-page-item {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.faq-page-item h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 10px;
}

.faq-page-item p {
  color: #666;
  line-height: 1.9;
  font-size: 16px;
}

@media (max-width: 620px) {
  .faq-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .faq-preview strong {
    font-size: 46px;
  }

  .faq-page-section {
    padding: 80px 0;
  }
}/* Short FAQ Home Section */
.short-faq {
  background: #fff;
  color: #111;
  padding: 100px 0;
}

.short-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 45px;
}

.short-faq-grid article {
  background: #f3f0ea;
  border-radius: 26px;
  padding: 28px;
  min-height: 190px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.short-faq-grid h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 12px;
}

.short-faq-grid p {
  color: #666;
  line-height: 1.8;
}

.short-faq-action {
  margin-top: 34px;
  text-align: center;
}

@media (max-width: 900px) {
  .short-faq-grid {
    grid-template-columns: 1fr;
  }
}/* Portfolio Page */
.portfolio-page-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #ff6a00, #6C3BFF);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.portfolio-page-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.portfolio-page-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 62px;
  line-height: 0.95;
  text-transform: uppercase;
}

.portfolio-page-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

.portfolio-page-section {
  background: var(--soft);
  color: #111;
  padding: 110px 0;
}

.portfolio-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 42px 0 42px;
}

.portfolio-tabs button {
  border: 0;
  background: #fff;
  color: #111;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: "Cairo", sans-serif;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.portfolio-tabs button.active,
.portfolio-tabs button:hover {
  background: #ff6a00;
  color: #fff;
}

.portfolio-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.portfolio-work-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.portfolio-work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.14);
}

.portfolio-work-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background: #111;
  padding: 10px;
  display: block;
}

.portfolio-work-card div {
  padding: 24px;
}

.portfolio-work-card span {
  display: inline-flex;
  background: rgba(255, 106, 0, 0.12);
  color: #ff6a00;
  padding: 7px 13px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 14px;
}

.portfolio-work-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.portfolio-work-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 16px;
}

.portfolio-work-card a {
  color: #6C3BFF;
  font-weight: 900;
}

@media (max-width: 980px) {
  .portfolio-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .portfolio-page-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .portfolio-page-preview strong {
    font-size: 46px;
  }

  .portfolio-page-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-work-card img {
    height: 240px;
  }
}/* About Page */
.about-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #070707, #6C3BFF);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.about-preview span {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.about-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 58px;
  line-height: 0.95;
  text-transform: uppercase;
}

.about-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

.about-page-section {
  background: var(--soft);
  color: #111;
  padding: 115px 0;
}

.about-page-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.about-page-text h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.35;
  font-weight: 900;
  margin-bottom: 24px;
}

.about-page-text p {
  color: #555;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.about-page-stats {
  display: grid;
  gap: 20px;
}

.about-stat-box {
  background: #fff;
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.about-stat-box strong {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--purple);
  margin-bottom: 8px;
}

.about-stat-box span {
  color: #555;
  font-weight: 800;
}

.what-we-do {
  background: #fff;
  color: #111;
  padding: 110px 0;
}

.what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.what-grid article {
  background: #f3f0ea;
  border-radius: 26px;
  padding: 30px;
  min-height: 190px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.what-grid h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.what-grid p {
  color: #666;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .about-page-content {
    grid-template-columns: 1fr;
  }

  .what-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .about-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .about-preview strong {
    font-size: 42px;
  }

  .about-page-section,
  .what-we-do {
    padding: 80px 0;
  }

  .what-grid {
    grid-template-columns: 1fr;
  }
}/* Client Experiences Section */
.client-experiences {
  background:
    radial-gradient(circle at top right, rgba(108, 59, 255, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 106, 0, 0.10), transparent 34%),
    #070707;
  color: #fff;
  padding: 110px 0;
}

.client-experiences .section-heading h2 {
  color: #fff;
}

.client-experiences .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.experiences-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 50px;
}

.experience-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px;
  padding: 30px;
  min-height: 280px;
  transition: 0.3s ease;
  backdrop-filter: blur(12px);
}

.experience-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 106, 0, 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.experience-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.experience-top span {
  background: rgba(255, 106, 0, 0.14);
  color: #ff6a00;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.experience-top strong {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.18);
  font-size: 34px;
  font-weight: 900;
}

.experience-card h3 {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 14px;
}

.experience-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  font-size: 15px;
}

.experiences-action {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .experiences-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .client-experiences {
    padding: 80px 0;
  }

  .experiences-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: auto;
  }

  .experiences-action .btn {
    width: 100%;
  }
}/* Blog Page */
.blog-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #C79A3B, #6C3BFF);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.blog-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.blog-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 58px;
  line-height: 0.95;
  text-transform: uppercase;
}

.blog-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

.blog-section {
  background: var(--soft);
  color: #111;
  padding: 110px 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 50px;
}

.blog-card {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.13);
}

.blog-card span {
  display: inline-flex;
  background: rgba(255, 106, 0, 0.12);
  color: #ff6a00;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 18px;
}

.blog-card h3 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 14px;
}

.blog-card p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 20px;
}

.blog-card a {
  color: #6C3BFF;
  font-weight: 900;
}

@media (max-width: 720px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .blog-preview strong {
    font-size: 42px;
  }

  .blog-section {
    padding: 80px 0;
  }
}/* Article Page */
.article-preview {
  width: 430px;
  min-height: 500px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255,255,255,0.28), transparent 26%),
    linear-gradient(135deg, #18bfd3, #6C3BFF);
  border-radius: 38px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  animation: float 5s ease-in-out infinite;
}

.article-preview span {
  align-self: flex-start;
  background: rgba(7, 7, 7, 0.82);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

.article-preview strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 62px;
  line-height: 0.95;
  text-transform: uppercase;
}

.article-preview small {
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  width: fit-content;
}

.article-section {
  background: var(--soft);
  color: #111;
  padding: 110px 0;
}

.article-container {
  max-width: 980px;
}

.article-content {
  background: #fff;
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.article-content h2 {
  font-size: 32px;
  font-weight: 900;
  margin: 34px 0 14px;
}

.article-content p,
.article-content li {
  color: #555;
  font-size: 18px;
  line-height: 2;
}

.article-intro {
  font-size: 20px !important;
  color: #333 !important;
  font-weight: 700;
}

.article-content ul {
  padding-right: 24px;
  margin: 18px 0;
}

.article-highlight {
  background: #070707;
  color: #fff;
  border-radius: 24px;
  padding: 24px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 22px 0;
  border: 2px solid #ff6a00;
}

.article-cta {
  margin-top: 42px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.20), transparent 40%),
    #070707;
  color: #fff;
  border-radius: 28px;
  padding: 34px;
}

.article-cta h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}

.article-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
}

@media (max-width: 620px) {
  .article-preview {
    width: 310px;
    min-height: 380px;
    padding: 28px;
  }

  .article-preview strong {
    font-size: 46px;
  }

  .article-section {
    padding: 80px 0;
  }

  .article-content {
    padding: 28px;
  }

  .article-content h2 {
    font-size: 26px;
  }

  .article-highlight {
    font-size: 22px;
  }
}