         @font-face {
            font-family: 'CameraPlainVariable';
            src: url('../fonts/CameraPlainVariable.woff2') format('woff2');
            font-weight: 100 900;
            font-style: normal;
            font-display: swap;
          }
          .text-brand-gradient {
            display: inline-block;
          }
        :root {
          --font-display: "Poppins", sans-serif;
          --font-hindi: "Tiro Devanagari Hindi", serif;
          --front-background: #12131a;
          --front-surface: rgba(18, 19, 26, 0.95);
          --front-foreground: #f8f7f2;
          --front-muted: rgba(248, 247, 242, 0.72);
        }

        /* Fix for Hindi fonts clipping at the top (matras) */
        .font-hindi, h1, h2, h3, h4, h5, h6 {
          line-height: 1.5 !important;
          padding-top: 0.15em;
        }

        body {
          font-family: var(--font-display);
          background-image: radial-gradient(circle at top, rgba(255, 189, 71, 0.12), transparent 30%), radial-gradient(circle at bottom left, rgba(138, 43, 226, 0.09), transparent 25%), linear-gradient(180deg, #0e0e14 0%, #12131a 100%);
          color: #f8f7f2;
          width: 100%;
          max-width: 100%;
          overflow-x: hidden;
        }
        html {
          width: 100%;
          max-width: 100%;
          min-height: 100%;
          overflow-x: hidden;
          overflow-y: auto;
        }
        body {
          min-height: 100vh;
          overflow-y: visible;
        }
        body > div,
        main,
        main > section,
        main > div,
        picture {
          width: 100%;
          max-width: 100%;
        }
        .front-hero-banner-section {
          background:
            radial-gradient(circle at top, rgba(255, 183, 0, 0.1), transparent 26%),
            linear-gradient(180deg, #140c19 0%, #0f0f15 100%);
        }
        .front-hero-banner-wrap {
          width: min(100%, 1920px);
          margin: 0 auto;
        }
        .front-hero-banner-wrap picture {
          display: block;
          width: 100%;
        }
        .front-hero-banner-image {
          display: block;
          width: 100%;
          height: min(100vh - 6.5rem, 860px);
          object-fit: cover;
          object-position: center top;
        }
        header div {
          backdrop-filter: blur(28px);
        }
        .front-site-header {
          width: 100%;
        }
        .front-site-header__bar {
          width: min(100% - 1.5rem, 80rem);
        }
        #registration-form {
          display: block;
          visibility: visible;
        }
        #register {
          display: block;
          visibility: visible;
        }
        .front-section-spacing {
          transition: padding 0.2s ease;
          display: block;
        }
        .front-section-spacing > div {
          width: 100%;
        }
        .front-header__register {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          min-height: 42px;
          padding: 0.7rem 1.2rem;
          border-radius: 999px;
          border: 1px solid rgba(255, 214, 102, 0.24);
          background: linear-gradient(135deg, #ffb700 0%, #ff7a18 48%, #d63384 100%);
          color: #ffffff;
          font-size: 0.95rem;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0.01em;
          text-decoration: none;
          white-space: nowrap;
          box-shadow: 0 18px 34px rgba(255, 122, 24, 0.28);
          transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
        }
        .front-header__register--desktop {
          display: none;
        }
        .py-1\.5 {
          padding-top: 0.375rem;
          padding-bottom: 0.375rem;
        }
        .mb-2 {
          margin-bottom: 0.5rem;
        }
        .mb-6 {
          margin-bottom: 1.5rem;
        }
        .mt-5 {
          margin-top: 1.25rem;
        }
        .my-auto {
          margin-top: auto;
          margin-bottom: auto;
        }
        .h-11 {
          height: 2.75rem;
        }
        .w-11 {
          width: 2.75rem;
        }
        .h-20 {
          height: 5rem;
        }
        .w-20 {
          width: 5rem;
        }
        .self-end {
          align-self: flex-end;
        }
        .justify-end {
          justify-content: flex-end;
        }
        .leading-7 {
          line-height: 1.75rem;
        }
        .rounded-\[2rem\] {
          border-radius: 2rem;
        }
        .z-\[9999\] {
          z-index: 9999;
        }
        .bg-black\/85 {
          background-color: rgba(0, 0, 0, 0.85);
        }
        .bg-background\/95 {
          background-color: var(--front-surface);
        }
        .bg-white\/5 {
          background-color: rgba(255, 255, 255, 0.05);
        }
        .bg-white\/10 {
          background-color: rgba(255, 255, 255, 0.10);
        }
        .bg-white\/20 {
          background-color: rgba(255, 255, 255, 0.20);
        }
        .bg-red-500\/10 {
          background-color: rgba(239, 68, 68, 0.10);
        }
        .border-white\/20 {
          border-color: rgba(255, 255, 255, 0.20);
        }
        .border-red-400\/30 {
          border-color: rgba(248, 113, 113, 0.30);
        }
        .text-red-100 {
          color: #fee2e2;
        }
        .backdrop-blur-2xl {
          -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
        }
        .ring-orange-200\/10 {
          --tw-ring-color: rgba(254, 215, 170, 0.10);
          box-shadow: inset 0 0 0 1px var(--tw-ring-color);
        }
        .shadow-\[0_30px_80px_rgba\(0\,0\,0\,0\.45\)\] {
          box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
        }
        .shadow-\[0_0_20px_rgba\(255\,183\,0\,0\.15\)\] {
          box-shadow: 0 0 20px rgba(255, 183, 0, 0.15);
        }
        .tracking-\[0\.2em\] {
          letter-spacing: 0.2em;
        }
        .tracking-\[0\.25em\] {
          letter-spacing: 0.25em;
        }
        .tracking-\[0\.3em\] {
          letter-spacing: 0.3em;
        }
        .tracking-\[0\.35em\] {
          letter-spacing: 0.35em;
        }
        .hover\:bg-white\/5:hover {
          background-color: rgba(255, 255, 255, 0.05);
        }
        .hover\:bg-white\/10:hover {
          background-color: rgba(255, 255, 255, 0.10);
        }
        .hover\:bg-white\/20:hover {
          background-color: rgba(255, 255, 255, 0.20);
        }
        .hover\:border-white\/20:hover {
          border-color: rgba(255, 255, 255, 0.20);
        }
        .hover\:text-white:hover {
          color: #ffffff;
        }
        .hover\:scale-\[1\.02\]:hover {
          transform: scale(1.02);
        }
        .duration-500 {
          transition-duration: 0.5s;
        }
        .focus\:ring-saffron\/40:focus {
          box-shadow: 0 0 0 3px rgba(255, 183, 0, 0.40);
        }
        .decoration-saffron\/60 {
          text-decoration-color: rgba(255, 183, 0, 0.60);
        }
        .text-\[\#FFD700\] {
          color: #ffd700;
        }
        .text-\[\#C0C0C0\] {
          color: #c0c0c0;
        }
        .text-\[\#CD7F32\] {
          color: #cd7f32;
        }
        .drop-shadow-\[0_0_15px_rgba\(255\,215\,0\,0\.5\)\] {
          filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.5));
        }
        .drop-shadow-\[0_0_15px_rgba\(192\,192\,192\,0\.4\)\] {
          filter: drop-shadow(0 0 15px rgba(192, 192, 192, 0.4));
        }
        .drop-shadow-\[0_0_15px_rgba\(205\,127\,50\,0\.4\)\] {
          filter: drop-shadow(0 0 15px rgba(205, 127, 50, 0.4));
        }
        .bg-\[radial-gradient\(ellipse_at_center\,oklch\(0\.3_0\.2_320\/0\.4\)\,transparent_60\%\)\] {
          background: radial-gradient(ellipse at center, oklch(0.3 0.2 320 / 0.4), transparent 60%);
        }
        .terms-section {
          display: block;
        }
        .group:hover .group-hover\:-translate-y-1 {
          transform: translateY(-0.25rem);
        }
        .group:hover .group-hover\:-translate-y-2 {
          transform: translateY(-0.5rem);
        }
        .group:hover .group-hover\:scale-125 {
          transform: scale(1.25);
        }
        .group:hover .group-hover\:rotate-\[360deg\] {
          transform: rotate(360deg);
        }
        .front-header__register:hover {
          color: #ffffff;
          transform: translateY(-1px);
          filter: saturate(1.04);
          box-shadow: 0 22px 38px rgba(255, 122, 24, 0.34);
        }
        .front-header__register--mobile {
          width: 100%;
          min-height: 54px;
        }
        .front-header__nav-action {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 42px;
          padding: 0.7rem 1rem;
          border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 999px;
          background: rgba(255, 255, 255, 0.04);
          color: rgba(248, 247, 242, 0.8);
          font-size: 0.95rem;
          font-weight: 600;
          line-height: 1;
          transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }
        .front-header__nav-action:hover {
          color: #ffffff;
          background: rgba(255, 255, 255, 0.08);
          border-color: rgba(255, 183, 0, 0.28);
          transform: translateY(-1px);
        }
        .front-header__nav-action--mobile {
          width: 100%;
          min-height: 54px;
          justify-content: center;
          border-radius: 1rem;
          font-size: 1rem;
        }
        #mobile-nav {
          display: none;
        }
        #mobile-nav.open {
          display: flex;
        }
        #terms-modal.hidden,
        #registration-success-modal.hidden {
          display: none !important;
          visibility: hidden;
          pointer-events: none;
        }
        #terms-modal.flex,
        #registration-success-modal.flex {
          display: flex !important;
          visibility: visible;
          pointer-events: auto;
          z-index: 9999;
        }
        #terms-modal {
          overflow-x: hidden;
          overflow-y: auto;
          overscroll-behavior: contain;
        }
        #registration-success-modal {
          overflow-x: hidden;
          overflow-y: auto;
          overscroll-behavior: contain;
        }
          html {
            scroll-behavior: smooth;
          }
        .hero-slide {
          opacity: 0;
          transform: translateY(30px);
          pointer-events: none;
          will-change: opacity, transform;
            transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .hero-slide.active {
          opacity: 1;
          transform: translateY(0);
          pointer-events: auto;
        }
        .slide-indicator {
          opacity: 0.55;
            transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1), background 0.5s ease, opacity 0.5s ease;
        }
        .slide-indicator.active {
          opacity: 1;
          width: 2.5rem;
          background: linear-gradient(90deg, rgba(255, 183, 0, 0.95), rgba(255, 110, 64, 0.95));
        }
        .section-fade {
          opacity: 0;
          transform: translateY(28px);
          will-change: opacity, transform;
            transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .section-fade.visible {
          opacity: 1;
          transform: none;
        }
        .front-form-input {
          width: 100%;
          border-radius: 0.75rem;
          border: 1px solid rgba(255, 255, 255, 0.1);
          background: rgba(255, 255, 255, 0.05);
          padding: 0.75rem 1rem;
          color: #f8f7f2;
          outline: none;
          transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        }
        .front-form-input:focus {
          border-color: var(--saffron, #ffb700);
          box-shadow: 0 0 0 3px rgba(255, 183, 0, 0.12);
        }
        .front-form-input::placeholder {
          color: rgba(248, 247, 242, 0.48);
        }
        .front-process-image {
          display: block;
          width: min(100%, 170px);
          height: auto;
          filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.22));
          transition: transform 0.25s ease, filter 0.25s ease;
        }
        .front-process-image:hover {
          transform: translateY(-4px) scale(1.02);
          filter: drop-shadow(0 22px 42px rgba(255, 140, 0, 0.18));
        }
        .front-form-input.input-error,
        .terms-checkbox.input-error,
        .category-choice.input-error,
        .participation-card.input-error {
          border-color: rgba(255, 107, 107, 0.9) !important;
          box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.12);
        }
        .form-error-text {
          margin-top: 0.5rem;
          font-size: 0.8rem;
          color: #ff9b9b;
        }
        .category-choice,
        .participation-card {
          border: 1px solid rgba(255, 255, 255, 0.1);
          background: rgba(255, 255, 255, 0.05);
          color: rgba(248, 247, 242, 0.68);
          transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
        }
        .category-choice.is-selected,
        .participation-card.is-selected {
          border-color: rgba(255, 183, 0, 0.65);
          background: linear-gradient(135deg, rgba(255, 140, 0, 0.28), rgba(214, 51, 132, 0.22));
          color: #fff;
          box-shadow: 0 1.25rem 3rem rgba(255, 140, 0, 0.18);
        }
        .category-choice:hover,
        .participation-card:hover {
          transform: translateY(-2px);
          color: #fff;
        }
        .success-modal-backdrop {
          box-sizing: border-box;
          min-height: 100dvh;
          overflow-x: hidden;
          overflow-y: auto;
          padding-top: max(1rem, env(safe-area-inset-top));
          padding-bottom: max(1rem, env(safe-area-inset-bottom));
          background: rgba(7, 6, 14, 0.82);
          backdrop-filter: blur(18px);
          display: flex;
          align-items: center;
          justify-content: center;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
        }
        .success-modal-card {
          background:
            radial-gradient(circle at top, rgba(255, 183, 0, 0.16), transparent 34%),
            linear-gradient(180deg, rgba(19, 17, 29, 0.98), rgba(10, 10, 18, 0.98));
          margin: auto;
          flex-shrink: 0;
          position: relative;
        }
        .terms-modal-card {
          width: min(100%, 42rem);
          max-height: calc(100dvh - 7rem);
          margin-top: auto;
          margin-bottom: auto;
          flex-shrink: 0;
          overflow: hidden;
        }
        .terms-modal-content {
          max-height: calc(100dvh - 20rem);
          color: rgba(248, 247, 242, 0.86);
          scrollbar-width: thin;
          scrollbar-color: rgba(255, 183, 0, 0.55) rgba(255, 255, 255, 0.08);
        }
        .terms-modal-content,
        .terms-modal-content p,
        .terms-modal-content li,
        .terms-modal-content blockquote {
          color: rgba(248, 247, 242, 0.86);
        }
        .terms-section h2,
        .terms-section h3 {
          color: #f8f7f2;
        }
        .terms-rules {
          display: grid;
          gap: 0.95rem;
        }
        .terms-rule {
          display: grid;
          grid-template-columns: auto minmax(0, 1fr);
          align-items: start;
          gap: 0.75rem;
        }
        .terms-rule__index {
          color: rgba(255, 183, 0, 0.96);
          font-size: 0.95rem;
          font-weight: 700;
          line-height: 1.8;
        }
        .terms-rule__text {
          margin: 0;
          color: rgba(248, 247, 242, 0.86);
          font-size: 0.95rem;
          line-height: 1.9;
        }
        .terms-section blockquote {
          margin-top: 1.25rem;
          color: rgba(255, 233, 170, 0.95);
        }
        .terms-modal-content::-webkit-scrollbar {
          width: 8px;
        }
        .terms-modal-content::-webkit-scrollbar-track {
          background: rgba(255, 255, 255, 0.08);
          border-radius: 999px;
        }
        .terms-modal-content::-webkit-scrollbar-thumb {
          background: rgba(255, 183, 0, 0.55);
          border-radius: 999px;
        }
        #finale {
          position: relative;
          background-image: url('../finale-stage.jpg');
          background-color: #120b19;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: scroll;
          transform: translateZ(0);
          isolation: isolate;
        }
        body.overflow-hidden {
          overflow: hidden !important;
          position: fixed;
          left: 0;
          right: 0;
          width: 100%;
          height: 100dvh;
        }
        .min-h-screen {
          min-height: 100vh;
          position: relative;
          z-index: 1;
        }
        @media (max-width: 767px) {
          .front-section-spacing {
            padding-top: 4.5rem !important;
            padding-bottom: 4.5rem !important;
          }

          .success-modal-backdrop {
            align-items: flex-start;
            justify-content: center;
            padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
          }

          .success-modal-card {
            width: min(calc(100% - 2rem), 32rem);
            padding: 1.75rem;
            max-height: calc(100dvh - 4rem);
            overflow-y: auto;
          }
          .terms-modal-card {
            width: min(calc(100% - 2rem), 42rem);
            max-height: calc(100dvh - 2rem);
            margin: 0 auto;
          }
          .terms-modal-content {
            max-height: calc(100dvh - 14rem);
            padding-right: 0.25rem;
          }
          .terms-rule {
            gap: 0.6rem;
          }
          .terms-rule__index,
          .terms-rule__text {
            font-size: 0.92rem;
          }

          .front-process-image {
            width: min(100%, 160px);
          }

          .front-hero-banner-image {
            height: auto;
            object-fit: contain;
            object-position: top center;
          }

          section {
            scroll-margin-top: 1rem;
          }
        }
        @media (min-width: 640px) {
          .sm\:mt-4 {
            margin-top: 1rem;
          }
          .sm\:p-8 {
            padding: 2rem;
          }
          .sm\:py-6 {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
          }
          .sm\:text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem;
          }
          .front-header__register--desktop {
            display: inline-flex;
          }
        }
        @media (min-width: 64rem) {
          .lg\:grid-cols-\[1\.2fr_1fr\] {
            grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
          }
        }
        @media (max-width: 800px) {
          .front-section-spacing {
            padding-top: 5rem !important;
            padding-bottom: 5rem !important;
          }

          .front-site-header {
            position: fixed !important;
            top: 0;
          }

          .front-site-header__bar {
            width: 100%;
            margin-top: 0;
            border-radius: 0;
          }

          #mobile-nav {
            top: 0;
          }

          .front-hero-banner-image {
            height: auto;
            object-fit: contain;
            object-position: top center;
          }
        }
        footer {
          background: linear-gradient(180deg, rgba(12, 12, 20, 0.9), rgba(8, 8, 14, 0.95));
        }
        footer a:hover {
          color: #fff;
        }
        #hero-slider-controls button:hover {
          opacity: 1;
        }
        @media (prefers-reduced-motion: reduce) {
          html {
            scroll-behavior: auto;
          }
          .hero-slide,
          .section-fade,
          .slide-indicator {
            transition: none;
            animation: none !important;
          }
        }
    .front-footer {
        position: relative;
        overflow: hidden;
        padding: 3rem 1.5rem 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background:
            radial-gradient(circle at left top, rgba(255, 171, 51, 0.12), transparent 24%),
            radial-gradient(circle at right top, rgba(214, 51, 132, 0.1), transparent 26%),
            linear-gradient(180deg, rgba(8, 8, 14, 0.9), rgba(8, 8, 14, 0.98));
    }

    .front-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: min(1100px, 92%);
        height: 1px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, rgba(255, 171, 51, 0.7), transparent);
    }

    .front-footer__container {
        position: relative;
        z-index: 1;
        width: min(100%, 1280px);
        margin: 0 auto;
    }

    .front-footer__grid {
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
    }

    .front-footer__panel {
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1.5rem;
        background: rgba(255, 255, 255, 0.04);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(18px);
        padding: 1.5rem;
    }

    .front-footer__hero {
        display: grid;
        gap: 1.25rem;
        grid-template-columns: minmax(0, 1fr) 260px;
        align-items: start;
    }

    .front-footer__logo {
        width: 100%;
        max-width: 200px;
        height: auto;
        display: block;
    }

    .front-footer__title {
        margin: 1rem 0 0;
        color: rgba(248, 247, 242, 0.92);
        font-size: 1rem;
        line-height: 1.75;
    }

    .front-footer__desc {
        margin: 0.65rem 0 0;
        color: rgba(248, 247, 242, 0.62);
        font-size: 0.92rem;
        line-height: 1.8;
    }

    .front-footer__info {
        display: grid;
        gap: 0.75rem;
    }

    .front-footer__info-card,
    .front-footer__block,
    .front-footer__social-link,
    .front-footer__member {
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(0, 0, 0, 0.22);
        border-radius: 1rem;
    }

    .front-footer__info-card {
        position: relative;
        padding: 0.9rem 1rem;
    }

    .front-footer__info-card:has(.front-footer__info-icon) {
        min-height: 5.5rem;
        padding-right: 6rem;
    }

    .front-footer__eyebrow {
        display: block;
        color: #ffb347;
        font-size: 0.67rem;
        font-weight: 700;
        letter-spacing: 0.24em;
        text-transform: uppercase;
    }

    .front-footer__info-value {
        margin-top: 0.45rem;
        color: rgba(255, 255, 255, 0.92);
        font-size: 0.92rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
    }

    .front-footer__info-value:hover {
        color: #fff;
    }

    .front-footer__calendar-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.7rem;
        padding: 0.55rem 0.9rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 179, 71, 0.26);
        background: linear-gradient(135deg, rgba(255, 183, 0, 0.16), rgba(214, 51, 132, 0.14));
        color: #fff7df;
        font-size: 0.78rem;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    .front-footer__calendar-link:hover {
        color: #ffffff;
        transform: translateY(-1px);
        border-color: rgba(255, 179, 71, 0.44);
        background: linear-gradient(135deg, rgba(255, 183, 0, 0.24), rgba(214, 51, 132, 0.2));
    }

    .front-footer__info-icon {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3.9rem;
        height: 3.5rem;
        border-radius: 10px;
        border: 1px solid rgba(255, 179, 71, 0.28);
        background: rgba(255, 179, 71, 0.08);
        color: rgba(255, 179, 71, 0.92);
        padding: 10px;
        overflow: hidden;
    }

    .front-footer__info-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .front-footer__row {
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
        margin-top: 1.25rem;
    }

    .front-footer__block {
        padding: 1rem;
    }

    .front-footer__partner-logos {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 0.75rem;
        margin-top: 0.9rem;
    }

    .front-footer__partner-tile {
        grid-column: span 6;
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.85rem 1rem;
        border-radius: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
    }

    .front-footer__media-logo {
        width: 100%;
        /* max-width: 200px;
        max-height: 48px; */
        height: auto;
        object-fit: contain;
        display: block;
    }

    .front-footer__development-wrap {
        display: flex;
        margin-top: 0.9rem;
    }

    .front-footer__development-tile {
        width: 100%;
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.85rem 1rem;
        border-radius: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
    }

    .front-footer__development-logo {
        width: 100%;
        max-width: 200px;
        max-height: 48px;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .front-footer__social-list {
        display: grid;
        gap: 0.7rem;
        margin-top: 0.9rem;
    }

    .front-footer__social-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.95rem 1rem;
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
        transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    .front-footer__social-link:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 171, 51, 0.34);
        background: rgba(255, 255, 255, 0.05);
    }

    .front-footer__social-meta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 179, 71, 0.28);
        background: rgba(255, 179, 71, 0.08);
        color: rgba(255, 179, 71, 0.92);
        flex-shrink: 0;
    }

    .front-footer__team-title {
        margin: 0.6rem 0 0;
        color: rgba(255, 255, 255, 0.94);
        font-size: 1rem;
        font-weight: 700;
    }

    .front-footer__members {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        margin-top: 0.9rem;
    }

    .front-footer__member {
        padding: 0.6rem 0.95rem;
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.88rem;
        line-height: 1.3;
    }

    .front-footer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 1.15rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(248, 247, 242, 0.58);
        font-size: 0.78rem;
    }

    .front-footer__bottom-note {
        color: rgba(248, 247, 242, 0.74);
    }

    @media (max-width: 1100px) {
        .front-footer__grid,
        .front-footer__row,
        .front-footer__hero {
            grid-template-columns: 1fr;
        }

        .front-footer__info {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 767px) {
        .front-footer {
            padding: 2.4rem 1rem 1.25rem;
        }

        .front-footer__panel {
            padding: 1.15rem;
            border-radius: 1.2rem;
        }

        .front-footer__logo {
            margin-left: auto;
            margin-right: auto;
        }

        .front-footer__info {
            grid-template-columns: 1fr;
        }

        .front-footer__bottom {
            flex-direction: column;
            align-items: flex-start;
        }

        .front-footer__partner-tile {
            grid-column: span 6;
        }

        .front-footer__info-card:has(.front-footer__info-icon) {
            padding-right: 5.25rem;
        }

        .front-footer__info-icon {
            right: 0.85rem;
            width: 3.25rem;
            height: 3rem;
        }
    }
     .floating-whatsapp {
        position: fixed;
        right: 1.5rem;
        bottom: 1.5rem;
        z-index: 40;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        border-radius: 999px;
        background: linear-gradient(180deg, #25d366 0%, #1ebe5b 100%);
        color: #ffffff;
        text-decoration: none;
        box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    .floating-whatsapp::before,
    .floating-whatsapp::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
    }

    .floating-whatsapp::before {
        background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.34), transparent 42%);
        opacity: 0.9;
    }

    .floating-whatsapp::after {
        border: 1px solid rgba(255, 255, 255, 0.2);
        animation: floating-whatsapp-pulse 2.2s ease-out infinite;
    }

    .floating-whatsapp:hover {
        color: #ffffff;
        transform: translateY(-2px) scale(1.04);
        filter: saturate(1.03);
        box-shadow: 0 20px 40px rgba(37, 211, 102, 0.44);
    }

    .floating-whatsapp__icon {
        position: relative;
        z-index: 1;
        width: 31px;
        height: 31px;
        fill: currentColor;
    }

    .floating-whatsapp__label {
        position: absolute;
        right: calc(100% + 0.75rem);
        top: 50%;
        transform: translateY(-50%);
        padding: 0.6rem 0.9rem;
        border-radius: 999px;
        background: rgba(12, 18, 14, 0.92);
        border: 1px solid rgba(37, 211, 102, 0.24);
        color: rgba(255, 255, 255, 0.92);
        font-size: 0.82rem;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .floating-whatsapp:hover .floating-whatsapp__label,
    .floating-whatsapp:focus-visible .floating-whatsapp__label {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(-4px);
    }

    .floating-whatsapp:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.22);
        outline-offset: 4px;
    }

    @keyframes floating-whatsapp-pulse {
        0% {
            transform: scale(1);
            opacity: 0.55;
        }
        70% {
            transform: scale(1.2);
            opacity: 0;
        }
        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }

    @media (max-width: 767px) {
        .floating-whatsapp {
            right: 1rem;
            bottom: 1rem;
            width: 58px;
            height: 58px;
        }

        .floating-whatsapp__label {
            display: none;
        }

        .floating-whatsapp__icon {
            width: 28px;
            height: 28px;
        }
    }
