:root {
    --bg: #0c1220;
    --panel: #171f2e;
    --panel-soft: #232c3b;
    --text: #ffffff;
    --muted: #cdd3dc;
    --line: rgba(255, 255, 255, 0.12);
    --brand: #7f8a99;
    --brand-strong: #162033;
    --silver: #eef2f6;
    --white: #ffffff;
    --shadow: 0 20px 52px rgba(0, 0, 0, 0.32);
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    padding-bottom: 120px;
    font-family: Tahoma, Arial, sans-serif;
    background:
      radial-gradient(circle at top left, rgba(255, 255, 255, 0.09), transparent 28%),
      radial-gradient(circle at top right, rgba(127, 138, 153, 0.14), transparent 32%),
      linear-gradient(180deg, #0a101a 0%, #111827 45%, #090f18 100%);
    color: var(--text);
    line-height: 1.8;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

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

  button {
    font: inherit;
  }

  .container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
    background: rgba(13, 20, 32, 0.88);
    border-bottom: 1px solid var(--line);
  }

  .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .brand__mark {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    padding: 4px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }

  .brand strong,
  .brand span {
    display: block;
  }

  .brand span {
    font-size: 0.85rem;
    color: var(--muted);
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .site-nav::-webkit-scrollbar {
    height: 0;
  }

  .site-nav a,
  .call-chip,
  .btn,
  .cta-link,
  .slider-controls button {
    transition: 0.25s ease;
  }

  .site-nav a,
  .call-chip {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--white);
  }

  .site-nav a:hover,
  .call-chip:hover {
    background: rgba(238, 242, 246, 0.08);
    border-color: rgba(201, 208, 220, 0.34);
  }

  .hero {
    padding: 56px 0 32px;
  }

  .hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 30px;
  }

  .hero__copy,
  .hero__visual,
  .news-slider,
  .section-banner,
  .content-card,
  .site-footer {
    background: linear-gradient(180deg, rgba(35, 44, 59, 0.96) 0%, rgba(14, 19, 32, 0.99) 100%);
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
  }

  .hero__copy {
    padding: 36px;
  }

  .eyebrow,
  .section-heading span,
  .slide__overlay span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(238, 242, 246, 0.12);
    color: var(--silver);
    font-size: 0.9rem;
  }

  h1,
  h2,
  h3 {
    margin-top: 0;
    line-height: 1.35;
  }

  .hero__copy h1 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    margin-bottom: 18px;
  }

  .hero__copy p,
  .lead-text,
  .seo-copy p,
  .site-footer p {
    color: var(--muted);
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .btn,
  .cta-link,
  .slider-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 14px;
    padding: 13px 20px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 700;
  }

  .btn--primary,
  .cta-link,
  .slider-controls button {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%);
    color: var(--white);
  }

  .btn--secondary {
    background: transparent;
    border-color: rgba(127, 138, 153, 0.42);
    color: var(--white);
  }

  .btn:hover,
  .cta-link:hover,
  .slider-controls button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
  }

  .hero__visual {
    overflow: hidden;
    min-height: 420px;
  }

  .hero__visual img,
  .slide img,
  .section-banner__media img,
  .content-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-slider {
    margin: 0 auto 28px;
    width: min(1180px, calc(100% - 32px));
    padding: 18px;
  }

  .slider-track {
    position: relative;
    min-height: 430px;
  }

  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 24px;
  }

  .slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .slide__overlay {
    position: absolute;
    inset: auto 24px 24px 24px;
    padding: 24px;
    border-radius: 20px;
    background: rgba(11, 16, 25, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .slide__overlay a {
    display: inline-flex;
    margin-top: 10px;
    color: var(--silver);
    font-weight: 700;
  }

  .slider-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
  }

  .section-heading {
    text-align: center;
    margin: 28px auto 22px;
  }

  .content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding-bottom: 48px;
  }

  .section-banner,
  .content-card {
    overflow: hidden;
  }

  .section-banner__media {
    min-height: 310px;
  }

  .section-banner__body,
  .content-card__body {
    padding: 24px;
  }

  .image-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
  }

  .image-trigger__hint {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 15, 24, 0.72);
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.14);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .image-trigger:hover .image-trigger__hint,
  .image-trigger:focus-visible .image-trigger__hint {
    opacity: 1;
  }

  .image-trigger img {
    transition: transform 0.3s ease;
  }

  .image-trigger:hover img {
    transform: scale(1.03);
  }

  .image-trigger--fill {
    display: block;
  }

  .lightbox {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(4, 8, 16, 0.86);
    backdrop-filter: blur(8px);
  }

  .lightbox[hidden] {
    display: none;
  }

  .lightbox__dialog {
    position: relative;
    max-width: min(94vw, 1100px);
    max-height: 88vh;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  }

  .lightbox__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 88vh;
    object-fit: contain;
    background: #0b1120;
  }

  .lightbox__close {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(10, 15, 24, 0.86);
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
    z-index: 1;
  }

  .dash-line {
    width: calc(100% - 48px);
    margin: 0 auto;
    border-top: 3px dashed rgba(205, 211, 220, 0.4);
  }

  .lead-text {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .seo-copy p {
    margin: 0 0 18px;
    text-align: justify;
  }

  .content-card__media {
    height: 300px;
  }

  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 0.9rem;
  }

  .site-footer {
    margin: 0 auto 26px;
    width: min(1180px, calc(100% - 32px));
    padding: 24px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .site-footer a {
    display: block;
    margin-bottom: 10px;
    color: var(--silver);
  }

  .footer-credit {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    text-align: center;
  }

  .footer-credit p {
    margin: 0;
    color: var(--silver);
    font-weight: 700;
  }

  .footer-credit a {
    display: inline;
    margin: 0;
    color: var(--white);
  }

  .floating-actions {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .floating-actions__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 132px;
    padding: 12px 16px;
    border-radius: 18px;
    color: var(--white);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
  }

  .floating-actions__item svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex: 0 0 22px;
  }

  .floating-actions__item span {
    font-size: 0.95rem;
    font-weight: 700;
  }

  .floating-actions__item--phone {
    background: linear-gradient(135deg, #4a5667 0%, #162033 100%);
  }

  .floating-actions__item--whatsapp {
    background: linear-gradient(135deg, #1f9d55 0%, #25d366 100%);
  }

  .floating-actions__item--tiktok {
    background: linear-gradient(135deg, #252f3f 0%, #101828 100%);
  }

  .floating-actions__item:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
  }

  .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    transition-delay: var(--delay, 0s);
  }

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

  @media (max-width: 980px) {
    .hero__grid,
    .content-grid,
    .footer-grid {
      grid-template-columns: 1fr;
    }

    .site-nav {
      width: 100%;
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 4px;
    }

    .top-bar {
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  @media (max-width: 640px) {
    body {
      padding-bottom: 108px;
    }

    .container {
      width: min(100% - 20px, 1180px);
    }

    .hero__copy,
    .section-banner__body,
    .content-card__body {
      padding: 18px;
    }

    .top-bar {
      gap: 12px;
      padding: 10px 0;
    }

    .brand {
      width: 100%;
      justify-content: center;
    }

    .call-chip {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    .hero {
      padding: 28px 0 20px;
    }

    .hero__copy h1 {
      font-size: 1.7rem;
    }

    .hero__visual {
      min-height: 260px;
    }

    .content-grid {
      gap: 16px;
      padding-bottom: 24px;
    }

    .slider-track {
      min-height: 340px;
    }

    .slide__overlay {
      inset: auto 12px 12px 12px;
      padding: 16px;
    }

    .slide__overlay h2 {
      font-size: 1.15rem;
    }

    .hero__actions,
    .btn,
    .cta-link {
      width: 100%;
    }

    .floating-actions {
      left: 10px;
      right: 10px;
      bottom: 10px;
      flex-direction: row;
      gap: 8px;
      justify-content: center;
    }

    .floating-actions__item {
      min-width: 0;
      flex: 1;
      justify-content: center;
      padding: 12px 10px;
      border-radius: 16px;
    }

    .floating-actions__item span {
      font-size: 0.82rem;
    }

    .image-trigger__hint {
      opacity: 1;
      left: 10px;
      bottom: 10px;
      font-size: 0.76rem;
      padding: 7px 10px;
    }

    .lightbox {
      padding: 12px;
    }

    .lightbox__close {
      top: 12px;
      left: 12px;
      width: 42px;
      height: 42px;
    }
  }