/* MOBILE */
@media (max-width: 768px) {
  .hero,
  .hero-proof-section,
  .section-image,
  .gold-divider,
  .desktop-services,
  .desktop-about-card,
  .desktop-results,
  .desktop-consultation,
  .consultation-footer-bg,
  .desktop-footer {
    display: none !important;
  }

  body {
    background: #000;
  }

  html,
  body {
    min-height: 100%;
  }

  .nav-menu,
  .nav-btn {
    display: none;
  }

  .hamburger {
    display: flex;
  }
  .hamburger,
  .close-btn {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .close-btn {
    border: none;
    background: transparent;
    padding: 12px;
    touch-action: manipulation;
  }

  .mobile-home {
    display: block;
    min-height: auto;
    padding: 0 24px 20px;
    background: transparent;
  }

  .mobile-hero {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0 0;

    background-image:
      linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45)),
      url("../images/SKmbackground.jpeg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .mobile-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 18px;
    width: 260px;
    max-width: 100%;
  }

  .mobile-logo-2 {
    width: 52px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
    display: block;
  }

  .mobile-logo-3 {
    width: 190px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
    display: block;
  }

  .mobile-eyebrow {
    color: #e4c376;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .mobile-hero h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 700;
    max-width: 250px;
    margin-bottom: 16px;
  }

  .mobile-intro {
    color: #d7d7d7;
    font-size: 13px;
    line-height: 1.45;
    max-width: 300px;
    margin-bottom: 22px;
  }

  .mobile-primary-btn {
    display: inline-block;
    width: fit-content;
    padding: 11px 16px;
    border-radius: 26px;

    background: #e4c376;
    color: #000;

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: -8px;
  }

  .mobile-services {
    margin-top: 24px;
    position: relative;
    z-index: 10;
  }

  .mobile-section-card {
    background: linear-gradient(
      145deg,
      rgba(255, 250, 238, 0.97),
      rgba(234, 226, 212, 0.94)
    );

    border-radius: 34px;
    padding: 28px 24px 22px;

    border: 1px solid rgba(228, 195, 118, 0.22);

    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.65);
  }

  .services-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .mobile-services .mobile-label {
    color: #9f7b32;
    font-size: 14px;
    letter-spacing: 1.8px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .services-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;

    width: 42px;
    height: 42px;
    border-radius: 50%;

    border: 1px solid rgba(212, 175, 55, 0.35);

    background: linear-gradient(
      145deg,
      rgba(255, 250, 238, 0.98),
      rgba(236, 225, 205, 0.95)
    );

    color: #9f7b32;
    font-size: 22px;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  }
  .service-btn.left {
    left: -20px;
  }

  .service-btn.right {
    right: -20px;
  }

  .mobile-services h2 {
    color: #111;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
  }

  .mobile-service-grid {
    display: flex;
    gap: 14px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 8px 0 6px;
    width: 100%;
  }

  .mobile-service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 calc((100% - 16px) / 2);

    background: linear-gradient(
      160deg,
      rgba(18, 18, 18, 0.98),
      rgba(6, 6, 6, 0.98)
    );

    border: 1px solid rgba(228, 195, 118, 0.14);
    border-radius: 20px;

    padding: 16px 12px;
    min-height: 96px;

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .service-card h3 {
    color: #e4c376;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .service-card p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    line-height: 1.45;
    max-width: 120px;
    margin: 0 auto;
  }

  /* MOBILE SERVICE MODAL */
  .mobile-service-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 6000;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 22px;

    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .mobile-service-modal-overlay.active {
    display: flex;
  }

  .mobile-service-modal {
    width: 100%;
    max-width: 390px;
    max-height: 88vh;
    overflow-y: auto;

    background: rgba(255, 250, 238, 0.98);
    border: 1px solid rgba(159, 123, 50, 0.45);
    border-radius: 24px;

    padding: 26px 24px 20px;

    text-align: center;
    position: relative;

    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  }

  .mobile-service-close {
    position: absolute;
    top: 14px;
    right: 18px;

    border: none;
    background: transparent;

    color: #111;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
  }

  .mobile-service-modal img {
    width: 150px;
    height: 150px;
    object-fit: contain;

    display: block;
    margin: -14px auto -10px;
  }

  .mobile-service-modal h3 {
    color: #111;
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .mobile-modal-line {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 auto 16px;

    background: linear-gradient(to right, transparent, #9f7b32, transparent);
  }

  .mobile-service-modal p {
    color: rgba(17, 17, 17, 0.72);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .mobile-service-modal h4 {
    color: #9f7b32;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
  }

  .mobile-service-modal ul {
    list-style: none;
    display: grid;
    gap: 11px;

    text-align: left;
    margin-bottom: 22px;
  }

  .mobile-service-modal li {
    color: rgba(17, 17, 17, 0.82);
    font-size: 14px;
    line-height: 1.35;

    padding-left: 27px;
    position: relative;
  }

  .mobile-service-modal li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;

    width: 18px;
    height: 18px;
    border-radius: 50%;

    background: rgba(159, 123, 50, 0.12);
    border: 1px solid rgba(159, 123, 50, 0.45);

    color: #9f7b32;
    font-size: 11px;
    font-weight: 900;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-service-footer {
    border-top: 1px solid rgba(159, 123, 50, 0.35);
    padding-top: 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-service-footer button {
    width: 38px;
    height: 38px;
    border-radius: 50%;

    border: 1px solid rgba(159, 123, 50, 0.6);
    background: transparent;
    color: #9f7b32;

    font-size: 18px;
    cursor: pointer;
  }

  .mobile-modal-dots {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
  }

  .mobile-modal-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(159, 123, 50, 0.28);
  }

  .mobile-modal-dots span.active {
    background: #9f7b32;
  }

  .mobile-process > * {
    position: relative;
    z-index: 2;
  }
  .mobile-process {
    margin-top: 24px;
    text-align: center;
    padding: 28px 8px 24px;

    border-top: 1px solid rgba(228, 195, 118, 0.22);
    border-bottom: 1px solid rgba(228, 195, 118, 0.22);

    background: #000;

    position: relative;
    overflow: hidden;
  }
  .mobile-process::before {
    content: "";
    position: absolute;
    inset: 18px 10px 18px 10px;

    background: rgba(255, 248, 235, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;

    z-index: 0;
  }
  .mobile-process .mobile-label {
    color: #e4c376;
    font-size: 13px;
    letter-spacing: 2.2px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .mobile-process h2 {
    color: #fff;
    font-size: 19px;
    line-height: 1.12;
    font-weight: 500;
    max-width: 285px;
    margin: 0 auto 28px;
  }

  .process-strip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    max-width: 360px;
    margin: 0 auto;
  }

  .process-strip::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 14%;
    right: 14%;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(228, 195, 118, 0.5),
      transparent
    );
    z-index: 1;
  }

  .process-item {
    position: relative;
    z-index: 2;
    width: 72px;
  }

  .process-circle {
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .process-circle img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
  }

  .process-item span {
    display: block;
    color: #e4c376;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 3px;
  }

  .process-item p {
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.15;
  }
  .trust-section {
    margin-top: 16px;
    padding: 26px 18px 12px;

    background: linear-gradient(
      180deg,
      rgba(255, 250, 238, 0.97) 0%,
      rgba(234, 226, 212, 0.94) 50%,
      #111111 66%,
      #000000 100%
    );

    color: #111111;
    text-align: center;
    border-radius: 32px;

    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);

    overflow: hidden;
    position: relative;
  }
  .trust-section::before {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;

    border-left: 1px solid rgba(228, 195, 118, 0.14);
    border-right: 1px solid rgba(228, 195, 118, 0.14);
    border-bottom: 1px solid rgba(228, 195, 118, 0.18);

    border-radius: 0 0 32px 32px;

    pointer-events: none;
  }
  .trust-section::after {
    content: "";
    position: absolute;
    display: none;

    background: radial-gradient(
      circle at top right,
      rgba(228, 195, 118, 0.06),
      transparent 40%
    );

    pointer-events: none;
  }

  .trust-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .section-eyebrow {
    color: #9f7b32;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .trust-section h2 {
    font-size: clamp(2rem, 6vw, 4rem);
    margin-bottom: 10px;
    color: #111111;
    line-height: 1.05;
  }

  .trust-intro {
    color: #555555;
    max-width: 620px;
    margin-bottom: 0;
    line-height: 1.45;
  }
  .testimonial-card {
    margin: 26px auto 0;
    max-width: 720px;
    padding: 26px 20px;
    border: 1px solid rgba(228, 195, 118, 0.35);
    border-radius: 28px;
    background: #151515;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  }
  .testimonial-stars {
    color: #e4c376;
    font-size: 1.2rem;
    letter-spacing: 4px;
    margin-bottom: 22px;
  }

  .testimonial-quote {
    font-size: clamp(1.15rem, 4vw, 1.65rem);
    line-height: 1.55;
    color: #ffffff;
    margin-bottom: 28px;
  }

  .testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .testimonial-author span {
    color: #e4c376;
    font-weight: 700;
  }

  .testimonial-author small {
    color: #b8b8b8;
  }
  .google-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
    transform: none;
  }
  .google-badge img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }

  .google-badge small {
    color: #b8b8b8;
    font-size: 0.8rem;
    line-height: 1;
    margin: 0;
  }
  .featured-solutions {
    margin-top: 4px;
    padding: 0;
    background: transparent;
    text-align: center;
  }

  .featured-solutions h3 {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 0 4px 0;
    color: rgba(255, 255, 255, 0.95);
  }

  .solutions-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .solution-card {
    padding: 14px 16px;
    border-radius: 18px;

    background: linear-gradient(
      145deg,
      rgba(255, 250, 238, 0.98),
      rgba(234, 226, 212, 0.95)
    );

    border: 1px solid rgba(228, 195, 118, 0.18);

    text-align: center;
  }

  .solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(228, 195, 118, 0.45);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  }

  .solution-card h4 {
    color: #9f7b32;
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .solution-card p {
    color: #222;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .mobile-proof-section {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 20px 16px 14px;
    text-align: center;

    border-radius: 26px;

    background: linear-gradient(
      145deg,
      rgba(255, 250, 238, 0.97),
      rgba(234, 226, 212, 0.94)
    );

    border: 1px solid rgba(228, 195, 118, 0.18);

    box-shadow:
      0 10px 22px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);

    position: relative;
  }

  .mobile-proof-section-wrapper {
    margin: 16px 0;
    padding: 14px 0;

    border-top: 1px solid rgba(228, 195, 118, 0.22);
    border-bottom: 1px solid rgba(228, 195, 118, 0.22);
  }

  .mobile-proof-section .mobile-label {
    color: #9f7b32;
    font-size: 14px;
    letter-spacing: 2.2px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
  }

  .proof-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .proof-item {
    background: linear-gradient(
      145deg,
      rgba(10, 10, 10, 0.96),
      rgba(20, 20, 20, 0.92)
    );

    border: 1px solid rgba(228, 195, 118, 0.14);
    border-radius: 16px;

    padding: 11px 14px;

    text-align: center;

    box-shadow:
      0 6px 14px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .proof-item h3 {
    color: #e4c376;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 1.15;
    letter-spacing: 0.3px;
  }
  .proof-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
  }

  .mobile-why-section {
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 16px 14px;
    border-radius: 24px;

    background: linear-gradient(
      180deg,
      #050505 0%,
      #111 38%,
      #3a372f 68%,
      rgba(255, 250, 238, 0.96) 100%
    );

    border: none;
    text-align: center;
  }

  .mobile-why-section::before {
    display: none;
  }

  .mobile-why-section .mobile-label {
    color: #e4c376;
    font-size: 12px;
    letter-spacing: 1.8px;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .why-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .why-card {
    border-radius: 16px;
    padding: 14px 12px;
    box-shadow: none;
  }

  .why-card:nth-child(1),
  .why-card:nth-child(2) {
    background: linear-gradient(
      145deg,
      rgba(255, 250, 238, 0.98),
      rgba(234, 226, 212, 0.95)
    );

    border: 1px solid rgba(228, 195, 118, 0.12);
  }

  .why-card:nth-child(3),
  .why-card:nth-child(4) {
    background: linear-gradient(
      160deg,
      rgba(18, 18, 18, 0.98),
      rgba(6, 6, 6, 0.98)
    );

    border: 1px solid rgba(228, 195, 118, 0.12);
  }

  .why-card span {
    display: none !important;
  }

  .why-card:nth-child(1) h3,
  .why-card:nth-child(2) h3 {
    color: #9f7b32;
  }

  .why-card:nth-child(1) p,
  .why-card:nth-child(2) p {
    color: #222;
  }

  .why-card h3 {
    color: #e4c376;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
  }

  .why-card p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
  }

  .mobile-contact-section {
    margin-top: 24px;
    margin-bottom: -10px;
    padding: 28px 22px;

    border-radius: 28px;

    background: linear-gradient(
      160deg,
      rgba(12, 12, 12, 0.97),
      rgba(4, 4, 4, 0.99)
    );

    border: 1px solid rgba(228, 195, 118, 0.14);

    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);

    text-align: center;
  }

  .mobile-contact-section .mobile-label {
    color: #e4c376;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .mobile-contact-section h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 14px;
  }

  .contact-intro {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.45;
    max-width: 290px;
    margin: 0 auto 20px;
  }

  #contact {
    scroll-margin-top: 32px;
  }
  .mobile-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-contact-form input,
  .mobile-contact-form textarea {
    width: 100%;
    padding: 12px 16px;

    border-radius: 16px;
    border: 1px solid rgba(228, 195, 118, 0.12);

    background: rgba(255, 255, 255, 0.06);
    color: #fff;

    font-size: 16px;
    outline: none;

    -webkit-appearance: none;
    appearance: none;
  }

  .mobile-contact-form input::placeholder,
  .mobile-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .service-choice-group {
    text-align: left;
    margin: 2px 0 8px;
  }

  .service-choice-group p {
    color: #e4c376;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .service-choice-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    text-align: left;
    margin: 2px 0 8px;
  }

  .service-choice-group p {
    grid-column: 1 / -1;

    color: #e4c376;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    margin-bottom: 8px;

    text-align: center;
  }

  .service-choice-group label {
    margin: 0;
  }

  .service-choice-group input {
    display: none;
  }

  .service-choice-group span {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 28px;
    padding: 5px 8px;

    border-radius: 999px;
    border: 1px solid rgba(228, 195, 118, 0.14);

    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.82);

    font-size: 9.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;

    transition: all 0.25s ease;
  }

  .service-choice-group input:checked + span {
    background: linear-gradient(145deg, #f0d48b, #d6ab45);
    color: #000;
    font-weight: 900;
    border-color: transparent;
  }

  .mobile-contact-form textarea {
    resize: none;
    min-height: 78px;
  }

  .mobile-contact-form button {
    margin-top: 6px;
    padding: 14px;

    border: none;
    border-radius: 30px;

    background: linear-gradient(145deg, #f0d48b, #d6ab45);

    color: #000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .mobile-contact-form input:focus,
  .mobile-contact-form textarea:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-color: rgba(228, 195, 118, 0.35);
    box-shadow: none;
  }
  .mobile-contact-form input:-webkit-autofill,
  .mobile-contact-form input:-webkit-autofill:hover,
  .mobile-contact-form input:-webkit-autofill:focus,
  .mobile-contact-form textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid rgba(228, 195, 118, 0.12);
  }
  .form-message {
    margin-top: 10px;
    font-size: 12px;
    color: #e4c376;
    text-align: center;
    min-height: 18px;
  }

  .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 0.8s ease,
      transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }
  .desktop-footer {
    display: none;
  }

  footer {
    position: relative;

    background-image:
      linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45)),
      url("../images/SKmbackground.jpeg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;

    border-top: none;
    text-align: left;
    min-height: 420px;
    padding: 210px 24px 45px;

    color: #fff;
    font-size: 0;
    line-height: 1.4;
  }

  footer::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 120px;

    background: linear-gradient(
      to bottom,
      #000 0%,
      rgba(0, 0, 0, 0.85) 25%,
      rgba(0, 0, 0, 0.4) 60%,
      transparent 100%
    );

    pointer-events: none;
    z-index: 1;
  }

  .footer-logo {
    width: 150px;
    margin-left: -5px;
    margin-top: -45px;
  }

  .social-icons {
    position: absolute;
    left: 43px;
    bottom: 75px;
  }

  .social-icons img {
    width: 100px;
    transition:
      transform 0.3s ease,
      filter 0.3s ease;
  }

  .social-icons img:hover {
    transform: scale(1.06);
    filter: drop-shadow(0 0 10px rgba(228, 195, 118, 0.45));
  }
  .social-icons img:active {
    transform: scale(0.96);
  }

  footer::after {
    content: "© 2026 SK International Strategy & Consulting LLC";
    position: absolute;
    left: 30px;
    bottom: 14px;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
  }

  footer br {
    display: none;
  }
  .footer-contact {
    position: absolute;
    left: 43px;
    bottom: 36px;
    z-index: 2;
  }

  .footer-contact p {
    color: #e4c376;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 4px;
    margin-left: -14px;
  }

  .footer-contact a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }
  .footer-email {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: -14px;
  }
  .footer-email span {
    color: #e4c376;
    font-size: 12px;
    line-height: 1;
  }
}
