    html, body { overflow-x: hidden; }
    .site-header {
      position: relative;
      width: 100%;
    }
    .top-mini .mini-wrap {
      min-height: 34px;
      align-items: center;
      gap: 10px;
    }
    .top-mini .mini-left,
    .top-mini .mini-right {
      min-height: 24px;
      align-items: center;
      flex-wrap: nowrap;
    }
    .top-mini .mini-left a {
      font-size: 13px;
      line-height: 1.25;
    }
    .top-mini form {
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
    .top-mini select {
      height: 26px;
      line-height: 26px;
      min-width: 110px;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 12px;
      box-sizing: border-box;
      -webkit-appearance: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 6px center;
      padding-right: 18px;
    }
    html[dir="rtl"] .top-mini select {
      background-position: left 6px center;
      padding-right: 8px;
      padding-left: 18px;
    }
    html[dir="rtl"] .top-mini {
      font-size: 12px;
    }
    html[dir="rtl"] .top-mini .mini-left a,
    html[dir="rtl"] .top-mini .mini-right,
    html[dir="rtl"] .top-mini select {
      font-size: 12px;
      line-height: 1.2;
    }
    html[dir="rtl"] .top-mini .mini-left a {
      font-size: 14px;
      line-height: 1.3;
    }
    html[dir="rtl"] .top-mini .mini-left {
      margin-top: 2px;
    }
    html[dir="rtl"] .top-mini .mini-right {
      margin-top: 2px;
    }
    html[dir="rtl"] .top-mini .mini-left a span {
      font-size: 14px;
      line-height: 1;
    }
    html[dir="rtl"] .top-mini select {
      height: 26px;
      min-width: 110px;
    }
    h2 {
      line-height: 1.15 !important;
    }
    .footer-bg {
      background: #000000;
    }
    /* Bootstrap-like grid fallback used by blade sections */
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.75rem;
      margin-left: -0.75rem;
    }
    .row > [class*="col-"],
    .row > [class^="col-"] {
      width: 100%;
      padding-right: 0.75rem;
      padding-left: 0.75rem;
      box-sizing: border-box;
    }
    .g-3 {
      margin-right: -0.5rem;
      margin-left: -0.5rem;
    }
    .g-3 > [class*="col-"],
    .g-3 > [class^="col-"] {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      margin-bottom: 1rem;
    }
    .g-4 > [class*="col-"],
    .g-4 > [class^="col-"] {
      margin-bottom: 1.25rem;
    }
    .w-100 { width: 100%; }
    .h-100 { height: 100%; }
    .text-muted { color: #6b7280 !important; }
    .fw-semibold { font-weight: 600; }
    .mb-2 { margin-bottom: 0.5rem; }
    .mb-3 { margin-bottom: 0.75rem; }
    .mb-4 { margin-bottom: 1rem; }
    .pt-2 { padding-top: 0.5rem; }
    .pt-4 { padding-top: 1rem; }
    .pb-2 { padding-bottom: 0.5rem; }
    .rounded-2 { border-radius: 0.5rem; }
    .rounded-3 { border-radius: 0.75rem; }
    .services-list-wrap h4 {
      font-size: 1.05rem;
      line-height: 1.35;
      margin: 0 0 0.45rem;
    }
    .services-list-wrap p {
      font-size: 0.92rem;
      line-height: 1.5;
    }
    @media (min-width: 768px) {
      .col-md-4 { width: 33.333333%; }
      .col-md-5 { width: 41.666667%; }
      .col-md-6 { width: 50%; }
      .col-md-8 { width: 66.666667%; }
    }
    @media (min-width: 992px) {
      .col-lg-4 { width: 33.333333%; }
      .col-lg-5 { width: 41.666667%; }
      .col-lg-6 { width: 50%; }
      .col-lg-7 { width: 58.333333%; }
      .col-lg-8 { width: 66.666667%; }
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      animation: heroFade 10s infinite;
    }
    .hero-slide:nth-child(1) { animation-delay: 0s; }
    .hero-slide:nth-child(2) { animation-delay: 5s; }
    @keyframes heroFade {
      0% { opacity: 0; }
      8% { opacity: 1; }
      42% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 0; }
    }
    .hero-content > * {
      opacity: 0;
      transform: translateY(14px);
      animation: heroRise 0.65s ease-out forwards;
    }
    .hero-content > *:nth-child(1) { animation-delay: 0.08s; }
    .hero-content > *:nth-child(2) { animation-delay: 0.16s; }
    .hero-content > *:nth-child(3) { animation-delay: 0.24s; }
    .hero-content > *:nth-child(4) { animation-delay: 0.32s; }
    .about-inner-hero-content > * {
      opacity: 0;
      transform: translateY(14px);
      animation: heroRise 0.65s ease-out forwards;
    }
    .about-inner-hero-content > *:nth-child(1) { animation-delay: 0.06s; }
    .about-inner-hero-content > *:nth-child(2) { animation-delay: 0.14s; }
    .about-inner-hero-content > *:nth-child(3) { animation-delay: 0.22s; }
    @keyframes heroRise {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .reveal {
      opacity: 1;
      transform: none;
    }
    .reveal.reveal-init {
      opacity: 1;
      transform: translateY(16px);
      transition: transform 0.65s ease;
      transition-delay: var(--d, 0ms);
      will-change: transform;
    }
    .reveal.reveal-init.reveal-visible {
      transform: translateY(0);
    }
    .reveal.reveal-init.reveal-pop {
      transform: translateY(18px) scale(0.98);
    }
    .reveal.reveal-init.reveal-pop.reveal-visible {
      transform: translateY(0) scale(1);
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-content > *,
      .about-inner-hero-content > *,
      .reveal,
      .reveal-pop {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }
    }
    html[dir="rtl"] body { font-family: 'Tajawal', sans-serif; }
    html[dir="rtl"] .site-fastlogistics { font-size: 1.03em; }
    html[dir="rtl"] .rtl-text { text-align: right; }
    html[dir="rtl"] .rtl-stack { flex-direction: row-reverse; }
    html[dir="rtl"] .header-row { flex-direction: row-reverse; }
    html[dir="rtl"] .header-row .logo-badge { order: 3; }
    html[dir="rtl"] .header-row .main-nav { order: 2; }
    html[dir="rtl"] .header-row .main-actions,
    html[dir="rtl"] .header-row .mobile-controls { order: 1; }
    html[dir="rtl"] .hero-left-plate {
      left: auto;
      right: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 1.5rem;
    }
    .hero-left-plate {
      width: clamp(248px, calc(248px + (100vw - 1120px) * 0.25), 420px);
      height: 44px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .header-left-plate {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      pointer-events: none;
      width: clamp(248px, calc(248px + (100vw - 1120px) * 0.25), 420px);
      height: 44px;
      background: #ffffff;
      border-bottom-right-radius: 1.5rem;
    }
    html[dir="rtl"] .header-left-plate {
      left: auto;
      right: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 1.5rem;
    }
    .main-nav ul > li.nav-dropdown {
      position: relative;
    }
    .main-nav {
      padding-top: 10px;
    }
    .main-nav .nav-main-link {
      display: inline-flex;
      align-items: center;
      padding-bottom: 0.75rem;
      border-bottom: 2px solid transparent;
      line-height: 1;
    }
    .main-nav .nav-main-link.is-active {
      border-bottom-color: #f68820;
    }
    .main-nav ul > li.nav-dropdown > a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .main-nav ul > li.nav-dropdown > a::after {
      content: "▾";
      font-size: 10px;
      line-height: 1;
      color: currentColor;
      transform: translateY(-1px);
    }
    .main-nav .nav-submenu {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      min-width: 180px;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
      padding: 6px 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(4px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
      z-index: 80;
    }
    .main-nav .nav-dropdown:hover > .nav-submenu,
    .main-nav .nav-dropdown:focus-within > .nav-submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .main-nav .nav-submenu a {
      display: block;
      padding: 8px 12px;
      font-size: 12px;
      color: #1f2937;
      white-space: nowrap;
    }
    .main-nav .nav-submenu a:hover {
      background: #fff7ef;
      color: #f68820;
    }
    html[dir="rtl"] .main-nav .nav-submenu {
      left: auto;
      right: 0;
    }

    #mobile-drawer-overlay {
      position: fixed;
      inset: 0;
      z-index: 980;
      background: rgba(2, 6, 23, 0.45);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
    }
    #mobile-drawer-overlay.open {
      opacity: 1;
      pointer-events: auto;
    }
    #mobile-drawer {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      width: min(72vw, 300px);
      z-index: 990;
      background: linear-gradient(180deg, #111111 0%, #1a1a1a 70%, #111111 100%);
      color: #ffffff;
      transform: translateX(100%);
      transition: transform 0.28s ease;
      padding: 18px 16px;
      overflow-y: auto;
      border-left: 2px solid #f68820;
    }
    #mobile-drawer.open { transform: translateX(0); }
    html[dir="rtl"] #mobile-drawer {
      right: auto;
      left: 0;
      transform: translateX(-100%);
    }
    html[dir="rtl"] #mobile-drawer.open { transform: translateX(0); }
    #mobile-drawer .drawer-link {
      display: block;
      font-size: 16px;
      font-weight: 400;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #mobile-drawer .drawer-toggle {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: transparent;
      border: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-align: start;
    }
    #mobile-drawer .drawer-toggle-icon {
      transition: transform 0.18s ease;
      font-size: 12px;
      opacity: 0.9;
    }
    #mobile-drawer .drawer-toggle.open .drawer-toggle-icon {
      transform: rotate(180deg);
    }
    #mobile-drawer .drawer-submenu {
      display: none;
      padding-bottom: 6px;
    }
    #mobile-drawer .drawer-submenu.open {
      display: block;
    }
    #mobile-drawer .drawer-link-sub {
      padding: 9px 0 9px 14px;
      font-size: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      opacity: 0.95;
    }
    html[dir="rtl"] #mobile-drawer .drawer-link-sub {
      padding-left: 0;
      padding-right: 14px;
    }
    #mobile-drawer .drawer-cta {
      margin-top: 18px;
      border: 1px solid #f68820;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      font-size: 14px;
      padding: 10px 12px;
      display: block;
      letter-spacing: 0.02em;
      background: #f68820;
    }
    .service-ico {
      width: 21px;
      height: 21px;
      display: inline-block;
      vertical-align: middle;
      flex: 0 0 auto;
    }
    .hero-bullets {
      border: 1px solid #d7dce3;
    }
    .hero-bullets li {
      border-right: 1px solid #e5e7eb;
    }
    .hero-bullets li:last-child {
      border-right: none;
    }
    .hero-bullets li span {
      color: #111827;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    @media (min-width: 769px) {
      .footer-headline {
        font-size: 32px !important;
        line-height: 1.1 !important;
      }
      .footer-brand {
        align-items: center;
      }
      .footer-logo-card {
        display: inline-flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 10px 12px;
      }
      .footer-logo-card img {
        height: 74px;
        width: auto;
        display: block;
      }
      .footer-brand-copy {
        font-size: 18px;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.92);
        max-width: 760px;
      }
      .footer-cols {
        background: rgba(9, 15, 40, 0.72) !important;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        padding: 18px 16px;
      }
      .footer-cols h3 {
        font-size: 18px !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 2px;
      }
      .footer-cols ul {
        font-size: 14px !important;
        line-height: 1.55;
      }
      .footer-copy {
        margin-top: 14px;
      }
      .about-grid {
        align-items: start;
        padding-left: 0;
      }
      .about-grid > img {
        align-self: start;
        justify-self: start;
        object-position: left top;
        border-radius: 12px;
      }
      .about-grid > article {
        padding-left: 1rem;
      }
      .why-grid .why-card {
        border: 1px solid #ececf1;
        border-radius: 10px;
        padding: 12px 12px 10px;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
        background: #fff;
      }
      .why-grid .why-head {
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .why-grid .why-ico {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #f68820;
        font-size: 20px;
        flex: 0 0 auto;
      }
      .why-grid .why-label {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 600;
        color: #202638;
      }
      .why-grid .why-copy {
        margin-top: 8px;
        font-size: 11px;
        color: #6b7280;
        line-height: 1.35;
      }
      .why-grid .why-arrow {
        margin-top: 7px;
        display: inline-block;
        color: #f68820;
        font-size: 18px;
        line-height: 1;
      }
      .media-scroll .media-card {
        border: 1px solid #ececf2;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
        flex: 0 0 calc((100% - 68px - 24px) / 3);
      }
      .blog-grid > article {
        border-radius: 8px;
        overflow: hidden;
      }
      .media-scroll .media-thumb-wrap {
        position: relative;
      }
      .media-scroll .media-thumb-wrap img {
        height: 190px;
      }
      .media-scroll .media-chip {
        position: absolute;
        right: 12px;
        top: 12px;
        left: auto !important;
        bottom: auto !important;
        z-index: 3;
        display: inline-block;
        border-radius: 999px;
        background: linear-gradient(180deg, #ff8b2b 0%, #f68820 100%);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.02em;
        padding: 5px 11px;
        text-transform: uppercase;
      }
      .media-scroll .media-chip.media-chip-icon {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        text-transform: none;
        background: transparent !important;
        border: 2px solid rgba(255, 255, 255, 0.95);
        color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      }
      .media-scroll .media-chip .chip-ico {
        display: none;
      }
      .media-scroll .media-play {
        position: absolute;
        left: 12px;
        bottom: 12px;
        width: 44px;
        height: 44px;
        border-radius: 999px;
        border: 2px solid rgba(255, 255, 255, 0.95);
        background: rgba(17, 24, 39, 0.45);
        color: #fff;
        font-size: 20px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .media-scroll .media-body {
        padding: 10px 14px 10px;
        min-height: 96px;
        display: flex;
        flex-direction: column;
      }
      .media-scroll .media-title-txt {
        font-size: 17px;
        line-height: 1.24;
        color: #1f2937;
        min-height: 42px;
        max-height: 42px;
        overflow: hidden;
      }
      .media-scroll .media-meta {
        margin-top: 10px;
        font-size: 14px;
        color: #6b7280;
      }
      .media-scroll .media-btn {
        display: inline-block;
        background: transparent;
        color: #f68820 !important;
        font-size: 16px;
        line-height: 1;
        padding: 0;
        font-weight: 600;
        margin-top: 4px;
      }
      .media-carousel .media-arrow {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid #e5e7eb;
        background: #fff;
        color: #111827;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 4;
      }
      .media-carousel .media-arrow.prev { left: -10px; }
      .media-carousel .media-arrow.next { right: -10px; }
      .media-scroll {
        display: flex;
        gap: 12px;
        padding-left: 34px;
        padding-right: 34px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
      }
      .media-scroll::-webkit-scrollbar { display: none; }
    }

    @media (max-width: 1024px) {
      .header-row { height: 58px; }
      .logo-badge img { height: 56px; }
      .hero-wrap { height: 520px; }
      .hero-title { font-size: clamp(1.26rem, 3.7vw, 1.72rem); }
      .hero-sub { font-size: clamp(0.95rem, 2.3vw, 1rem); max-width: 300px; }
      .hero-bullets { max-width: 560px; }
      .hero-bullets ul { font-size: clamp(0.64rem, 1.35vw, 0.72rem); }
      .about-grid, .media-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .why-grid, .network-stats, .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 768px) {
      .top-mini { display: none; }
      .header-row { height: 68px; }
      .main-nav, .main-actions { display: none; }
      .mobile-controls { display: flex !important; margin-inline-start: auto; }
      .mobile-controls .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 995;
        width: auto;
        height: auto;
        background: transparent;
        color: #111111;
        border: none;
        font-size: 34px;
        line-height: 1;
        padding: 0 2px;
      }
      .mobile-controls .mobile-inline-select {
        font-size: 13px;
        background: transparent;
        border: none;
        color: #1f2937;
        padding: 0;
        appearance: none;
      }
      .mobile-controls .sep { color: #cbd5e1; }
      .logo-badge { transform: translateY(0); }
      .logo-badge img { height: 56px; }
      .hero-left-plate { display: block; width: 140px; height: 16px; border-bottom-right-radius: 1.5rem; }
      html[dir="rtl"] .hero-left-plate { border-bottom-right-radius: 0; border-bottom-left-radius: 1.5rem; }
      .header-left-plate {
        width: 140px;
        height: 16px;
        border-bottom-right-radius: 1rem;
      }
      html[dir="rtl"] .header-left-plate {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 1rem;
      }
      .hero-section {
        position: relative;
        overflow: visible !important;
        z-index: 120 !important;
      }
      .hero-wrap {
        position: absolute !important;
        inset: 0;
        width: 100%;
        height: 100% !important;
      }
      .hero-overlay {
        position: absolute !important;
        inset: 0;
      }
      .hero-layer {
        position: relative !important;
        inset: auto !important;
        z-index: 130 !important;
        overflow: visible !important;
      }
      .hero-content {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-top: 2rem !important;
        padding-bottom: 3.4rem !important;
        z-index: 75;
      }
      .hero-title {
        font-size: clamp(0.96rem, 4.2vw, 1.2rem) !important;
        max-width: 205px;
        line-height: 1.08;
      }
      .hero-sub {
        font-size: clamp(0.8rem, 3.2vw, 0.94rem) !important;
        max-width: 230px;
      }
      .hero-form { order: 3; }
      .hero-bullets {
        order: 4;
        position: absolute;
        left: clamp(0.75rem, 4vw, 1rem);
        right: clamp(0.75rem, 4vw, 1rem);
        bottom: -16px;
        transform: none;
        margin-top: 0;
        max-width: none;
        z-index: 260 !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
      }
      .hero-bullets ul { grid-template-columns: repeat(4, minmax(0, 1fr)); font-size: 8px; }
      .hero-bullets li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2px;
        padding: 7px 3px;
        border-right: 1px solid #e2e8f0;
      }
      .hero-bullets li:last-child { border-right: none; }
      .hero-bullets .service-ico { width: 20px; height: 20px; }
      .hero-form { max-width: 100%; }
      .hero-form label { font-size: clamp(0.68rem, 3.1vw, 0.84rem); }
      .hero-form-row { grid-template-columns: 1fr; }
      .hero-form-row button { width: 100%; }
      .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
      }
      .media-grid, .services-grid, .network-stats, .blog-grid, .footer-cols { grid-template-columns: 1fr; }
      .media-carousel .media-arrow { display: none; }
      .media-scroll .media-card { flex: 0 0 88%; }
      .why-grid .why-card {
        padding: 8px 8px 7px;
        border-radius: 12px;
        box-shadow: 0 5px 12px rgba(15, 23, 42, 0.09);
      }
      .why-grid .why-head { gap: 6px; }
      .why-grid .why-ico {
        width: 16px;
        height: 16px;
        font-size: 14px;
      }
      .why-grid .why-label {
        font-size: 10px;
        line-height: 1.18;
      }
      .why-grid .why-copy {
        margin-top: 5px;
        font-size: 9px;
        line-height: 1.25;
      }
      .why-grid .why-arrow {
        margin-top: 4px;
        font-size: 13px;
      }
      #services {
        display: none;
      }
      #network {
        padding-top: 0.8rem;
        padding-bottom: 0.9rem;
      }
      #network img {
        width: 100%;
        height: auto;
        object-fit: contain;
        background: #ffffff;
        margin-top: 0;
        display: block;
      }
      .network-stats {
        margin-top: 0 !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0;
        padding: 0.55rem 0.3rem;
        border-radius: 12px;
      }
      .network-stats article p:first-child {
        font-size: 16px;
        line-height: 1.05;
      }
      .network-stats article p:last-child {
        font-size: 10px;
        line-height: 1.1;
      }
      #media {
        padding-top: 0.9rem;
        padding-bottom: 0.7rem;
      }
      #media .media-carousel {
        margin-top: 0.6rem;
      }
      #media .media-thumb-wrap {
        position: relative;
      }
      #media .media-arrow {
        display: none !important;
      }
      #media .media-scroll {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible;
      }
      #media .media-scroll .media-card {
        flex: none !important;
        border-radius: 12px;
        border: 1px solid #ececf2;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
        overflow: hidden;
      }
      #media .media-thumb-wrap img {
        height: 88px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
      }
      #media .media-chip {
        position: absolute;
        right: 8px;
        top: 8px;
        left: auto !important;
        bottom: auto !important;
        z-index: 3;
        display: inline-block;
        border-radius: 999px;
        background: linear-gradient(180deg, #ff8b2b 0%, #f68820 100%);
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        font-size: 9px;
        padding: 3px 8px;
      }
      #media .media-chip.media-chip-icon {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        text-transform: none;
        background: transparent !important;
        border: 1.6px solid rgba(255, 255, 255, 0.95);
        color: #ffffff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
      }
      #media .media-chip .chip-ico {
        display: none;
      }
      #media .media-play {
        position: absolute;
        left: 8px;
        bottom: 8px;
        width: 28px;
        height: 28px;
        border-radius: 999px;
        border: 1.5px solid rgba(255, 255, 255, 0.95);
        background: rgba(17, 24, 39, 0.45);
        color: #fff;
        font-size: 12px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      #media .media-body {
        min-height: 74px;
        padding: 7px 8px 8px;
      }
      #media .media-title-txt {
        font-size: 11px;
        line-height: 1.25;
        min-height: 26px;
        max-height: 26px;
        overflow: hidden;
      }
      #media .media-btn {
        min-width: 0;
        width: auto;
        padding: 0;
        font-size: 10px;
        border-radius: 8px;
        margin-top: 2px;
        color: #f68820 !important;
      }
      #blog .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
      }
      #blog .blog-grid > article {
        border-radius: 10px !important;
        overflow: hidden;
        border: 1px solid #ececf2;
      }
      #blog .blog-grid img {
        height: 98px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }
      #blog .blog-grid h3 {
        font-size: 11px !important;
        line-height: 1.25 !important;
      }
      .media-mobile-cta {
        display: flex;
        justify-content: center;
        margin-top: 10px;
      }
      .media-mobile-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #f68820;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
      }
      .footer-logo-card {
        display: inline-flex;
        align-items: center;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 8px 10px;
      }
      .footer-logo-card img {
        height: 54px;
        width: auto;
        display: block;
      }
      .footer-brand-copy {
        font-size: 14px;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.9);
      }
      .footer-cols {
        background: rgba(255, 255, 255, 0.04) !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px;
        padding: 12px;
      }
      .footer-cols h3 {
        font-size: 14px !important;
        margin-bottom: 3px;
      }
      .footer-cols ul {
        font-size: 12px !important;
        line-height: 1.5;
      }
      .footer-cols section {
        grid-column: 1 / -1;
        margin-top: 2px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
      }
      .footer-bg > section > div {
        flex-direction: column;
        align-items: center;
        gap: 6px;
      }
      .footer-bg > section {
        padding-top: 1.1rem !important;
        padding-bottom: 1.05rem !important;
      }
      .footer-bg > div {
        padding-top: 0.75rem !important;
        padding-bottom: 0.9rem !important;
      }
      .footer-bg > section > div a {
        width: min(100%, 260px);
        text-align: center;
        font-size: 13px !important;
        padding: 8px 14px !important;
      }
      .about-grid {
        position: relative;
        z-index: 1 !important;
        padding-top: clamp(3rem, 8.2vw, 3.8rem);
        padding-bottom: 0.85rem !important;
        grid-template-columns: minmax(0, 1fr) minmax(132px, 38%);
        grid-template-areas:
          "about-title about-media"
          "about-list about-media"
          "about-list about-cta";
        gap: 6px;
        align-items: start;
      }
      .about-grid > img {
        grid-area: about-media;
        height: 112px;
        border-radius: 14px;
      }
      .about-grid > article { display: contents; }
      .about-grid > article h2 { grid-area: about-title; }
      .about-grid > article ul { grid-area: about-list; margin-top: 0; }
      .about-grid > article p { display: none; }
      .about-grid > article a {
        grid-area: about-cta;
        margin-top: 0;
        width: 100%;
        justify-content: center;
        padding: 8px 8px;
        border-radius: 12px;
        font-size: 11px;
      }
      .about-grid h2 {
        font-size: clamp(0.96rem, 4.1vw, 1.1rem) !important;
        line-height: 1.02 !important;
        margin-bottom: 0;
      }
      .about-grid ul li { font-size: 11px; line-height: 1.2; margin: 0; }
      .why-title, .media-title, .services-title, .network-title, .blog-title {
        font-size: clamp(0.84rem, 3.7vw, 1rem) !important;
        line-height: 1.1 !important;
      }
      .footer-headline {
        font-size: clamp(1.02rem, 4.8vw, 1.25rem) !important;
        line-height: 1.18 !important;
      }
      .footer-brand { grid-template-columns: 1fr; }
      .footer-brand {
        display: grid;
        grid-template-columns: 1fr !important;
        justify-items: center;
        text-align: center;
        gap: 6px;
      }
      .footer-brand .footer-logo-card {
        margin-inline: auto;
      }
      .footer-brand .footer-brand-copy {
        width: 100%;
        max-width: 320px;
        margin-inline: auto;
        text-align: center;
      }
      .footer-copy { flex-direction: column; gap: 8px; text-align: center; }
    }

/* Shared container for inner pages */
.about-container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

/* About Page (shared stylesheet, page-scoped) */
.about-inner-hero {
  position: relative;
  min-height: 300px;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.about-inner-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0.82), rgba(13, 27, 42, 0.35));
}

.about-inner-hero-content {
  position: relative;
  color: #fff;
  padding: 1rem 0 1.5rem;
}

.about-breadcrumb {
  margin: 0 0 0.5rem;
  font-size: 12px;
  opacity: 0.9;
}

.about-breadcrumb span { margin-inline: 0.3rem; }

.about-inner-hero h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0 0 0.45rem;
}

.about-inner-hero p {
  margin: 0;
  max-width: 640px;
}

.page-about .about-inner-hero {
  position: relative;
  min-height: 300px;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.page-about .about-inner-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .about-inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0.82), rgba(13, 27, 42, 0.35));
}
.page-about .about-inner-hero-content {
  position: relative;
  color: #fff;
  padding: 1rem 0 1.5rem;
}
.page-about .about-breadcrumb {
  margin: 0 0 0.5rem;
  font-size: 12px;
  opacity: 0.9;
}
.page-about .about-breadcrumb span { margin-inline: 0.3rem; }
.page-about .about-inner-hero h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0 0 0.45rem;
}
.page-about .about-inner-hero p {
  margin: 0;
  max-width: 640px;
}
.page-about .about-section {
  padding: 3rem 0;
  background: linear-gradient(180deg, #f7f4f2 0%, #f2efed 100%);
}
.page-about .about-section.alt-white {
  background: #fff;
}
.page-about .about-section-head {
  text-align: center;
  margin-bottom: 1.1rem;
}
.page-about .about-section-head h2 {
  font-size: clamp(1.2rem, 2.25vw, 1.75rem);
  margin: 0;
}
.page-about .about-section-head p {
  margin: 0.45rem 0 0;
  color: #5b6473;
}
.page-about .about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
  align-items: center;
}
.page-about .about-intro-grid img {
  width: 100%;
  min-height: 320px;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e9e2dd;
}
.page-about .about-intro-content h2 {
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  margin-bottom: 0.55rem;
}
.page-about .about-intro-content p {
  margin: 0 0 0.8rem;
  line-height: 1.7;
}
.page-about .about-bullets {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1rem;
}
.page-about .about-bullets li::before {
  content: '✓ ';
  color: #ff6b1a;
  font-weight: 700;
}
.page-about .about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.62rem 1rem;
  background: #ff6b1a;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
}
.page-about .about-video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e7dfdb;
  cursor: pointer;
}
.page-about .about-video-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.page-about .about-video-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.page-about .about-video-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
}
.page-about .about-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ff6b1a;
  font-size: 2rem;
}
.page-about .about-video-center p {
  margin-top: 0.6rem;
  font-size: 1.18rem;
}
.page-about .about-card {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.page-about .about-ceo-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.25fr;
  gap: 0;
  overflow: hidden;
}
.page-about .about-ceo-grid img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}
.page-about .about-ceo-content {
  padding: 1.1rem;
}
.page-about .about-ceo-content h3 {
  margin: 0 0 0.45rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}
.page-about .about-ceo-content p {
  margin: 0;
  line-height: 1.75;
}
.page-about .about-sign {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  color: #1e3a8a;
  line-height: 1;
  font-family: cursive;
}
.page-about .about-ceo-name {
  margin-top: 0.35rem;
  font-weight: 700;
}
.page-about .about-ceo-role {
  color: #5b6473;
  margin-top: 0.15rem;
}
.page-about .about-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.page-about .about-mv-card {
  padding: 1rem 1rem 1.05rem;
}
.page-about .about-mv-card .icon {
  font-size: 1.8rem;
  color: #ff6b1a;
}
.page-about .about-mv-card h3 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.3rem;
}
.page-about .about-mv-card p {
  margin: 0 0 0.65rem;
  line-height: 1.75;
}
.page-about .about-mv-card ul {
  margin: 0;
  padding-inline-start: 1rem;
}
.page-about .about-mv-card li { margin-bottom: 0.3rem; }
.page-about .about-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.page-about .about-why-card {
  padding: 0.95rem;
}
.page-about .about-why-card .icon {
  font-size: 1.35rem;
  color: #ff6b1a;
}
.page-about .about-why-card h3 {
  margin: 0.35rem 0 0.35rem;
  font-size: 0.98rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.page-about .about-why-card p {
  margin: 0;
  color: #5b6473;
  line-height: 1.55;
  font-size: 0.9rem;
}
.page-about .about-ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.page-about .about-ops-grid figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ece5e0;
  background: #fff;
}
.page-about .about-ops-grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.page-about .about-ops-grid figcaption {
  padding: 0.55rem 0.7rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.page-about .about-network {
  text-align: center;
}
.page-about .about-network-map {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  margin-top: 0.45rem;
  border-radius: 12px;
}
.page-about .about-stats {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}
.page-about .about-stats article {
  background: #fff;
  border: 1px solid #ece5e0;
  border-radius: 12px;
  padding: 0.8rem 0.35rem;
}
.page-about .about-stats p {
  margin: 0;
  color: #ff6b1a;
  font-weight: 700;
  font-size: 1.65rem;
}
.page-about .about-stats span {
  font-size: 0.86rem;
}
.page-about .about-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.page-about .about-cert-card {
  padding: 1rem 0.8rem;
  text-align: center;
}
.page-about .about-cert-card .icon {
  color: #ff6b1a;
  font-size: 1.45rem;
}
.page-about .about-cert-card h3 {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.35;
}
.page-about .about-cta {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.page-about .about-cta img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.page-about .about-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0.78), rgba(13, 27, 42, 0.34));
}
.page-about .about-cta-content {
  position: absolute;
  inset: 0;
  color: #fff;
  display: grid;
  align-content: center;
  justify-items: start;
  padding-inline: 2rem;
}
.page-about .about-cta-content h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem);
}
.page-about .about-cta-buttons {
  display: flex;
  gap: 0.55rem;
}
.page-about .about-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 120;
}
.page-about .about-video-modal.open {
  display: block;
}
.page-about .about-video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
}
.page-about .about-video-modal-body {
  position: relative;
  width: min(920px, calc(100% - 2rem));
  margin: 5vh auto;
  padding: 0.8rem;
  border-radius: 10px;
  background: #0b1222;
}
.page-about .about-video-close {
  position: absolute;
  top: 0.45rem;
  inset-inline-end: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}
.page-about .about-video-frame iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .page-about .about-intro-grid,
  .page-about .about-ceo-grid,
  .page-about .about-mv-grid,
  .page-about .footer-top {
    grid-template-columns: 1fr;
  }
  .page-about .about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-about .about-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .about-inner-hero {
    min-height: 250px;
  }

  .page-about .about-inner-hero {
    min-height: 250px;
  }
  .page-about .about-section {
    padding: 2rem 0;
  }
  .page-about .about-bullets {
    grid-template-columns: 1fr;
  }
  .page-about .about-video-card img {
    height: 230px;
  }
  .page-about .about-video-center p {
    font-size: 0.98rem;
  }
  .page-about .about-play-icon {
    width: 58px;
    height: 58px;
    font-size: 1.55rem;
  }
  .page-about .about-ops-grid,
  .page-about .about-stats,
  .page-about .about-cert-grid,
  .page-about .about-why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-about .about-network-map {
    height: 270px;
  }
  .page-about .about-stats p {
    font-size: 1.15rem;
  }
  .page-about .about-stats span {
    font-size: 0.72rem;
  }
  .page-about .about-cta img {
    height: 190px;
  }
  .page-about .about-cta-content {
    padding-inline: 1rem;
  }
  .page-about .about-cta-buttons {
    width: 100%;
  }
  .page-about .about-cta-buttons a {
    flex: 1;
  }
}

/* Services + Blog Shared Pages */
.page-services .page-services-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-services .page-services-banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.page-services .page-services-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.28));
}

.page-services .page-services-banner-content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  padding-bottom: 1rem;
}

.page-services .about-breadcrumb {
  margin: 0 0 0.45rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
}

.page-services .about-breadcrumb span {
  margin-inline: 0.3rem;
}

.page-services .about-breadcrumb a {
  color: #ffffff;
}

.page-services .page-services-banner h1 {
  margin: 0 0 0.95rem;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  color: #ffffff;
  line-height: 1.2;
}

.page-services .page-services-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .page-services .page-services-banner img {
    height: 250px;
  }
}

.page-services .services-list-wrap,
.page-blog .blog-list-wrap,
.page-service-detail .service-detail-wrap,
.page-blog-detail .blog-detail-wrap {
  padding: 3rem 0;
  background: linear-gradient(180deg, #f7f4f2 0%, #f2efed 100%);
}

.services-grid-list,
.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-item-card,
.blog-list-card {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.service-item-card img,
.blog-list-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-item-card > div,
.blog-list-card > div {
  padding: 0.95rem;
}

.service-item-card h3,
.blog-list-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #111827;
}

.blog-list-card p {
  margin: 0 0 0.35rem;
  color: #6b7280;
  font-size: 0.82rem;
}

.blog-meta-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 0 0 0.45rem;
  color: #6b7280;
  font-size: 0.78rem;
}

.blog-meta-detail {
  margin: 0.1rem 0 0.9rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #f0ece9;
}

.blog-views-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1;
}

.blog-views-stat svg {
  width: 13px;
  height: 13px;
  display: block;
}

.blog-views-stat strong {
  font-size: 0.74rem;
  font-weight: 600;
  color: #6b7280;
}

.service-item-card a,
.blog-list-card a {
  display: inline-flex;
  margin-top: 0.55rem;
  color: #f68820;
  font-weight: 600;
  font-size: 0.9rem;
}

.service-detail-grid,
.blog-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.service-detail-main,
.blog-article-main,
.side-card {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.service-detail-main,
.blog-article-main {
  padding: 1rem;
}

.service-detail-main img,
.blog-article-main img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.9rem;
}

.service-detail-main h2,
.blog-article-main h2 {
  margin: 1rem 0 0.45rem;
  font-size: 1.2rem;
  color: #111827;
}

.service-detail-main h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1rem;
  color: #111827;
}

.service-detail-main p,
.blog-article-main p {
  margin: 0 0 0.8rem;
  color: #374151;
  line-height: 1.75;
}

.service-detail-main ul,
.blog-article-main ul {
  margin: 0 0 0.9rem;
  padding-inline-start: 1.1rem;
}

.service-detail-main li,
.blog-article-main li {
  margin: 0.35rem 0;
}

.service-detail-side,
.blog-detail-side {
  display: grid;
  gap: 0.9rem;
}

.side-card {
  padding: 0.9rem;
}

.side-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  color: #111827;
}

.side-card a {
  display: block;
  padding: 0.5rem 0;
  border-top: 1px solid #f0ece9;
  color: #f68820;
  font-weight: 600;
  font-size: 0.9rem;
}

.side-card a:first-of-type {
  border-top: 0;
}

.side-btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  background: #f68820;
  color: #fff;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  margin-top: 0.45rem;
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
  background: #fff;
  color: #111827;
  min-height: 40px;
}
.share-btn svg { width: 18px; height: 18px; display: block; }

.share-btn:hover {
  border-color: #f68820;
  color: #f68820;
}

.blog-share-inline {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid #f0ece9;
}

.blog-share-inline h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #111827;
}

.share-actions.share-inline {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.share-actions.share-inline .share-btn {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 999px;
}

.share-actions.share-inline .share-btn svg {
  width: 14px;
  height: 14px;
}

.related-blogs-card .related-blog-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.6rem;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid #f0ece9;
  color: #111827;
  text-decoration: none;
}

.related-blogs-card .related-blog-item:first-of-type {
  border-top: 0;
}

.related-blogs-card .related-blog-item img {
  width: 64px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ece7e2;
}

.related-blogs-card .related-blog-item span {
  display: block;
}

.related-blogs-card .related-blog-item strong {
  display: block;
  color: #111827;
  font-size: 0.86rem;
  line-height: 1.3;
  font-weight: 600;
}

.related-blogs-card .related-blog-item small {
  display: block;
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.72rem;
}

.related-blogs-card .related-blog-item:hover strong {
  color: #f68820;
}

.share-feedback {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: #16a34a;
  min-height: 1rem;
}

/* Media Hub (dedicated style, different from services/blog cards) */
.media-hub-wrap {
  padding-top: 2rem;
}

.media-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-split-card {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.media-split-card > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.media-split-body {
  padding: 0.9rem 1rem 1rem;
}

.media-split-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff7ef;
  color: #f68820;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  margin-bottom: 0.45rem;
}

.media-split-body p {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* Separate media listing pages */
.media-page-wrap {
  padding-top: 1.8rem;
}

.media-page-head {
  margin-bottom: 0.35rem;
}

.media-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-page-card {
  border: 1px solid #ece7e2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.media-page-thumb {
  position: relative;
  display: block;
}

.media-page-thumb img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  display: block;
}

.media-page-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  line-height: 1;
}

.media-page-body {
  padding: 0.75rem 0.9rem 0.95rem;
}

.media-page-date {
  margin: 0;
  color: #9ca3af;
  font-size: 0.72rem;
}

.media-page-body h3 {
  margin: 0.38rem 0 0;
  color: #111827;
  font-size: 1rem;
  line-height: 1.35;
}

.media-page-body p {
  margin: 0.42rem 0 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.5;
}

.media-page-body a {
  display: inline-flex;
  margin-top: 0.45rem;
  color: #f68820;
  font-size: 0.84rem;
  font-weight: 600;
}

/* Media detail pages (video/press single) */
.media-video-frame {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #0f172a;
  aspect-ratio: 16 / 9;
}

.media-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.related-media-card .related-media-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.6rem;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid #f0ece9;
  color: #111827;
  text-decoration: none;
}

.related-media-card .related-media-item:first-of-type {
  border-top: 0;
}

.related-media-card .related-media-item img {
  width: 64px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ece7e2;
}

.related-media-card .related-media-item span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.3;
  font-weight: 600;
  color: #111827;
}

.related-media-card .related-media-item:hover span {
  color: #f68820;
}

/* Spacing tune for media detail pages */
.media-detail-hero .about-breadcrumb {
  margin-bottom: 0.6rem;
}

.media-detail-hero h1 {
  margin-bottom: 0.55rem;
}

.media-detail-hero p {
  max-width: 720px;
}

.media-detail-wrap {
  padding-top: 2.4rem;
}

.media-detail-wrap .blog-detail-grid {
  gap: 1.3rem;
}

.related-media-card .related-media-item {
  padding: 0.65rem 0;
}

.media-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-hub-col {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 14px;
  padding: 0.9rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.media-hub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.media-hub-link {
  color: #f68820;
  font-size: 0.82rem;
  font-weight: 600;
}

.media-hub-list {
  display: grid;
  gap: 0.75rem;
}

.media-hub-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 0.7rem;
  border: 1px solid #f1eeeb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.media-hub-thumb-wrap {
  position: relative;
  display: block;
  height: 100%;
}

.media-hub-thumb-wrap img {
  width: 100%;
  height: 100%;
  min-height: 108px;
  object-fit: cover;
  display: block;
}

.media-hub-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 9px;
  line-height: 1.2;
}

.media-hub-body {
  padding: 0.55rem 0.7rem 0.6rem 0;
}

.media-hub-date {
  margin: 0 0 0.22rem;
  color: #9ca3af;
  font-size: 0.72rem;
}

.media-hub-body h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.3;
  color: #111827;
}

.media-hub-body p {
  margin: 0.35rem 0 0;
  font-size: 0.81rem;
  line-height: 1.45;
  color: #6b7280;
}

.media-hub-body a {
  display: inline-flex;
  margin-top: 0.42rem;
  color: #f68820;
  font-weight: 600;
  font-size: 0.84rem;
}

@media (max-width: 992px) {
  .services-grid-list,
  .blog-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-grid,
  .blog-detail-grid {
    grid-template-columns: 1fr;
  }

  .media-hub-grid {
    grid-template-columns: 1fr;
  }

  .media-split-grid {
    grid-template-columns: 1fr;
  }

  .media-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .services-grid-list,
  .blog-list-grid {
    grid-template-columns: 1fr;
  }

  .service-item-card img,
  .blog-list-card img {
    height: 170px;
  }

  .service-detail-main img,
  .blog-article-main img {
    height: 210px;
  }

  .media-hub-item {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 0.55rem;
  }

  .media-hub-thumb-wrap img {
    min-height: 92px;
  }

  .media-hub-body {
    padding: 0.42rem 0.55rem 0.5rem 0;
  }

  .media-hub-body h3 {
    font-size: 0.9rem;
  }

  .media-hub-body p {
    font-size: 0.76rem;
    margin-top: 0.3rem;
  }

  .media-page-thumb img {
    height: 170px;
  }

  .media-page-body h3 {
    font-size: 0.92rem;
  }

  .media-page-body p {
    font-size: 0.78rem;
  }
}

/* Book Pickup */
.pickup-page-wrap .about-container {
  max-width: 1160px;
}

.pickup-form-card {
  background: #fff;
  border: 1px solid #d7dadd;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  padding: 1.5rem;
}

.pickup-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1rem;
}

.pickup-field {
  display: grid;
  gap: 0.42rem;
}

.pickup-field-full {
  grid-column: 1 / -1;
}

.pickup-field label {
  font-size: 1.05rem;
  color: #4b5563;
  font-weight: 600;
}

.pickup-field input,
.pickup-field select,
.pickup-field textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.4;
  padding: 0.78rem 0.9rem;
}

.pickup-field textarea {
  resize: vertical;
}

.pickup-field input:focus,
.pickup-field select:focus,
.pickup-field textarea:focus {
  outline: none;
  border-color: #f68820;
  box-shadow: 0 0 0 3px rgba(246, 136, 32, 0.18);
}

.pickup-check-wrap {
  margin-top: 0.25rem;
}

.pickup-check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #4b5563;
  font-size: 1rem;
}

.pickup-check input {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 4px;
  accent-color: #f68820;
}

.pickup-submit-wrap {
  margin-top: 0.35rem;
}

.pickup-submit-btn {
  border: 0;
  border-radius: 999px;
  background: #f68820;
  color: #111827;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.78rem 1.35rem;
  min-width: 180px;
  cursor: pointer;
}

.pickup-submit-btn:hover {
  filter: brightness(0.95);
}

/* Contact page */
.page-contact #content {
  padding-top: 0;
}

.page-contact .about-inner-hero {
  margin-bottom: 14px;
}

.page-contact .service-detail-wrap {
  padding-top: 14px;
}

.page-contact .contact-main-grid {
  align-items: flex-start;
  row-gap: 1rem;
}

.page-contact .contact-main-info {
  padding-right: 1rem;
}

html[dir="rtl"] .page-contact .contact-main-info {
  padding-right: 0;
  padding-left: 1rem;
}

.page-contact .subtitle {
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.page-contact .fast-contact-card {
  background: #fff7ef;
  border: 1px solid #f4dcc7;
  border-radius: 14px;
  padding: 0.5rem 0.75rem;
}

.page-contact .fast-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.6rem 0;
  border-top: 1px solid #f2d5bd;
}

.page-contact .fast-contact-item:first-child {
  border-top: 0;
}

.page-contact .fast-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid #f3c7a1;
  color: #f68820;
  flex: 0 0 auto;
}

.page-contact .contact-symbol {
  font-size: 0.92rem;
  line-height: 1;
}

.page-contact .fast-contact-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1rem;
}

.page-contact .form-control,
.page-contact .form-select {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.72rem 0.85rem;
}

.page-contact .form-control:focus,
.page-contact .form-select:focus {
  outline: none;
  border-color: #f68820;
  box-shadow: 0 0 0 3px rgba(246, 136, 32, 0.18);
}

.page-contact .alert {
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  border: 1px solid transparent;
  font-size: 0.9rem;
}

.page-contact .alert-success {
  background: #eefbf2;
  border-color: #b6e3c2;
  color: #166534;
}

.page-contact .alert-danger {
  background: #fff1f1;
  border-color: #fecaca;
  color: #991b1b;
}

/* Tracking Status */
.tracking-page-wrap .about-container {
  max-width: 1160px;
}

.tracking-search-card {
  background: #fff;
  border: 1px solid #d7dadd;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  padding: 1rem;
  margin-bottom: 0.85rem;
}

.tracking-search-card h2 {
  margin: 0 0 0.7rem;
  color: #1f2937;
  font-size: 1.25rem;
}

.tracking-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
}

.tracking-search-form input {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.72rem 0.9rem;
}

.tracking-search-form input:focus {
  outline: none;
  border-color: #f68820;
  box-shadow: 0 0 0 3px rgba(246, 136, 32, 0.18);
}

.tracking-search-form button {
  border: 0;
  border-radius: 10px;
  background: #f68820;
  color: #111827;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.72rem 1.2rem;
  cursor: pointer;
}

.tracking-search-form button:hover {
  filter: brightness(0.95);
}

.tracking-status-card {
  background: #fff;
  border: 1px solid #d7dadd;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  padding: 1rem;
}

.tracking-status-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.tracking-status-head h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.55rem;
  line-height: 1.15;
}

.tracking-status-head p {
  margin: 0.35rem 0 0;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tracking-status-head p strong {
  color: #3f4b5a;
}

.tracking-carrier-badge {
  flex: 0 0 auto;
  background: #fbe7d8;
  color: #c95a1e;
  border-radius: 999px;
  font-size: 0.68rem;
  padding: 0.42rem 0.65rem;
}

.tracking-latest-box {
  margin-top: 1.1rem;
  border-radius: 14px;
  background: #dbe7f2;
  padding: 0.9rem 1rem;
}

.tracking-latest-box h3 {
  margin: 0;
  color: #4b5563;
  font-size: 1.05rem;
}

.tracking-latest-box p {
  margin: 0.48rem 0 0;
  color: #4b5563;
  line-height: 1.55;
  font-size: 0.92rem;
}

.tracking-history {
  margin-top: 1.1rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}

.tracking-history > h3 {
  margin: 0;
  color: #4b5563;
  font-size: 1.15rem;
}

.tracking-timeline-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.tracking-timeline-list li {
  position: relative;
  padding-inline-start: 1.4rem;
}

.tracking-timeline-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0.15rem;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c6d2dd;
}

.tracking-timeline-list h4 {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
}

.tracking-timeline-list p {
  margin: 0.32rem 0 0;
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .pickup-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pickup-form-card,
  .tracking-search-card,
  .tracking-status-card {
    padding: 1rem;
    border-radius: 14px;
  }

  .tracking-search-card h2 {
    font-size: 1.1rem;
  }

  .tracking-search-form {
    grid-template-columns: 1fr;
  }

  .tracking-search-form button {
    width: 100%;
  }

  .pickup-field label,
  .pickup-field input,
  .pickup-field select,
  .pickup-field textarea {
    font-size: 0.95rem;
  }

  .tracking-status-head h2 {
    font-size: 1.2rem;
  }

  .tracking-latest-box h3 {
    font-size: 0.95rem;
  }

  .tracking-history > h3 {
    font-size: 1rem;
  }

  .tracking-timeline-list h4 {
    font-size: 0.92rem;
  }

  .tracking-status-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-contact .contact-main-info {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] .page-contact .contact-main-info {
    padding-right: 0;
    padding-left: 0;
  }

  .page-contact #content {
    padding-top: 0;
  }

  .page-contact .about-inner-hero {
    margin-bottom: 10px;
  }

  .page-contact .service-detail-wrap {
    padding-top: 10px;
  }
}
