



      /* Base styles */



      * {



        margin: 0;



        padding: 0;



        box-sizing: border-box;



        font-family: 'Roboto', sans-serif;



      }

      

      /* Global text colors for dark background */

      body {

        color: #FAFAFA;

        background: transparent;

      }

      

      body, 

      main, 

      .section-content,

      .section-nocards {

        color: #FAFAFA;

      }

      

      h1, h2, h3, h4, h5, h6 {

        color: #FAFAFA;

      }

      

      p, li, span, div, a {

        color: #FAFAFA;

      }

      

      /* Override for specific elements that need different colors */

      .section-nocards {

        background: rgba(34, 0, 0, 0.7) !important;

        color: #FAFAFA !important;

        border: 2px solid rgba(255, 69, 0, 0.3);

      }

      

      .section-nocards h2 {

        color: #FF4500 !important;

        text-shadow: 0 0 20px rgba(255, 69, 0, 0.6);

      }

      

      .section-nocards p {

        color: #FAFAFA !important;

        opacity: 0.9;

      }







      /* 🧹 СТИЛИ ШАПКИ УДАЛЕНЫ - теперь работают только из header.js */

























































































        display: inline-block;



        border: none !important;



        box-shadow: none !important;



        font-size: 0.85rem;



        line-height: 1.5;



        white-space: nowrap;



      }







      /* 🗑️ СТИЛИ НАВИГАЦИИ УДАЛЕНЫ - создаются вручную */



        box-shadow: 0 2px 8px rgba(25, 118, 210, 0.3) !important;



        transition: all 0.3s ease !important;



      }







      /* Mobile responsiveness */



      /* 🗑️ МОБИЛЬНЫЕ СТИЛИ НАВИГАЦИИ УДАЛЕНЫ - создаются вручную */







      /* Styles for sections without cards */



      .section-nocards {



        background: rgba(34, 0, 0, 0.7) !important;



        border-radius: 40px;



        color: #FAFAFA !important;



        border: 2px solid rgba(255, 69, 0, 0.3);



        padding: 5rem 3rem;



        margin: 4rem auto;



        max-width: 1400px;



        box-shadow: 0 30px 60px rgba(0,0,0,0.15);



        position: relative;



        overflow: hidden;



      }







      .section-nocards::before {



        content: "";



        position: absolute;



        top: 0;



        left: 0;



        right: 0;



        height: 8px;



        background: linear-gradient(90deg, #FF4500, #FFD700);



      }







      .section-nocards h2 {



        color: #FF4500 !important;



        text-shadow: 0 0 20px rgba(255, 69, 0, 0.6);



        font-size: 3rem;



        font-weight: 900;



        text-align: center;



        margin-bottom: 3rem;



        background: none;



        -webkit-background-clip: unset;



        -webkit-text-fill-color: #FF4500;



        text-transform: uppercase;



        letter-spacing: 3px;



        font-family: "Montserrat", sans-serif;



        text-shadow: 3px 3px 6px rgba(0,0,0,0.2);



      }







      .section-nocards p {



        font-size: 1.8rem;



        text-align: center;



        margin-bottom: 5rem;



        color: #FAFAFA;



        font-family: "Playfair Display", serif;



        font-style: italic;



        line-height: 1.8;



        max-width: 800px;



        margin: 0 auto 5rem;



        padding: 0 1.5rem;



      }







      /* Styles for blocks in sections without cards */



      .section-nocards .service-block {



        background: rgba(255, 255, 255, 0.95);



        border-radius: 30px;



        padding: 4rem;



        box-shadow: 0 15px 45px rgba(0,0,0,0.08);



        border: 2px solid rgba(0,0,0,0.08);



        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);



        transform: translateY(0);



        margin-bottom: 4rem;



      }







      .section-nocards .service-block:hover {



        transform: translateY(-20px);



        box-shadow: 0 30px 60px rgba(0,0,0,0.15);



        border-color: #4ECDC4;



        border-width: 3px;



      }







      .section-nocards .service-block h3 {



        font-size: 2.8rem;



        font-weight: 800;



        margin-bottom: 2.5rem;



        color: #2C3E50;



        font-family: "Montserrat", sans-serif;



        border-bottom: 4px solid #4ECDC4;



        padding-bottom: 1.5rem;



      }







      .section-nocards .service-block p {



        font-size: 1.5rem;



        line-height: 2;



        color: #FAFAFA;



        font-family: "Playfair Display", serif;



        white-space: pre-wrap;



        text-align: left;



        margin: 0;



      }







      /* Styles for sections without cards with images */



      .section-nocards.with-image {



        display: flex;



        flex-direction: row;



        align-items: flex-start;



        gap: 4rem;



      }







      .section-nocards.with-image .content {



        flex: 1;



      }







      .section-nocards.with-image .image-container {



        flex: 0 0 40%;



        position: relative;



        border-radius: 20px;



        overflow: hidden;



        box-shadow: 0 20px 40px rgba(0,0,0,0.15);



        transition: all 0.4s ease;



      }







      .section-nocards.with-image .image-container:hover {



        transform: translateY(-10px);



        box-shadow: 0 30px 60px rgba(0,0,0,0.2);



      }







      .section-nocards.with-image .image-container img {



        width: 100%;



        height: auto;



        display: block;



        transition: transform 0.4s ease;



      }







      .section-nocards.with-image .image-container:hover img {



        transform: scale(1.05);



      }







      /* Animations */



      @keyframes fadeInUp {



        from {



          opacity: 0;



          transform: translateY(20px);



        }



        to {



          opacity: 1;



          transform: translateY(0);



        }



      }







      .section-nocards .service-block {



        animation: fadeInUp 0.7s ease-out forwards;



      }







      /* Responsiveness */



      @media (max-width: 768px) {



        .section-nocards {



          padding: 3rem 1.5rem;



          margin: 2rem auto;



          border-radius: 20px;



        }







        .section-nocards h2 {



          font-size: 2rem;



          margin-bottom: 2rem;



        }







        .section-nocards p {



          font-size: 1.2rem;



          margin-bottom: 3rem;



        }







        .section-nocards .service-block {



          padding: 2rem;



          margin-bottom: 2rem;



        }







        .section-nocards .service-block h3 {



          font-size: 1.8rem;



          margin-bottom: 1.5rem;



        }







        .section-nocards .service-block p {



          font-size: 1.1rem;



          line-height: 1.6;



        }







        .section-nocards.with-image {



          flex-direction: column;



        }







        .section-nocards.with-image .image-container {



          flex: 0 0 100%;



          margin-bottom: 2rem;



        }



      }







      /* Old header styles removed - now using header.js */







      body {



        line-height: 1.6;



        color: #333;



        min-height: 100vh;



        display: flex;



        flex-direction: column;



        overflow-x: hidden;



        margin: 0;



        padding: 0;



        width: 100%;



      }







      /* СТИЛИ ДЛЯ АКТИВНОЙ ССЫЛКИ УДАЛЕНЫ - теперь в header.js */



      



      /* Styles for image gallery */



      .section-gallery {



        position: relative;



        overflow: hidden;



        border-radius: 12px;



        box-shadow: 0 4px 12px rgba(0,0,0,0.15);



      }



      



      .gallery-img {



        width: 100%;



        height: 100%;



        object-fit: cover;



        transition: opacity 0.5s ease;



      }



      



      .gallery-dot {



        cursor: pointer;



        transition: background-color 0.3s ease;



      }



      



      /* Styles for images inside sections with text wrapping */



      section p + .section-gallery,



      section h2 + .section-gallery {



        margin-top: 1rem;



        margin-bottom: 1rem;



      }







      /* Styles for section borders */



      section {



        position: relative;



        padding: 6rem 0;



        margin: 2rem 0;



        overflow: hidden;



      }







      section:first-child {



        margin-top: 0;



      }







      section:last-child {



        margin-bottom: 0;



      }

















      /* СТИЛИ MAIN С ОТСТУПОМ ДЛЯ ШАПКИ УДАЛЕНЫ - теперь в header.js */







      .hero {



        height: 100vh;



        display: flex;



        align-items: center;



        justify-content: center;



        text-align: center;



        padding: 0 2rem;



        position: relative;



        overflow: hidden;



      }







      .hero {



        position: relative;



        overflow: hidden;



      }







      .hero-bg-animation {



        position: absolute;



        top: -5%;



        left: -5%;



        width: 110%;



        height: 110%;



        background-size: cover;



        background-position: center;



        background-repeat: no-repeat;



        z-index: -1;



        animation: heroBackgroundZoom 15s ease-in-out infinite;



      }







      @keyframes heroBackgroundZoom {



        0% { 



          transform: scale(1);



        }



        50% { 



          transform: scale(1.05);



        }



        100% { 



          transform: scale(1);



        }



      }







      @keyframes zoomIn {



        0% {



          transform: scale(1);



        }



        100% {



          transform: scale(1.1);



        }



      }







      .hero-overlay {



        position: absolute;



        top: 0;



        left: 0;



        right: 0;



        bottom: 0;



        z-index: 1;



        animation: fadeIn 1s ease-in-out;



      }







      @keyframes fadeIn {



        from {



          opacity: 0;



        }



        to {



          opacity: 1;



        }



      }







      .hero-content {



        max-width: 800px;



        z-index: 2;



        position: relative;



        animation: slideUp 1s ease-out;



      }







      @keyframes slideUp {



        from {



          transform: translateY(50px);



          opacity: 0;



        }



        to {



          transform: translateY(0);



          opacity: 1;



        }



      }







      .hero h1 {



        font-size: 2.5rem;



        margin-bottom: 0.5rem;



        line-height: 1.1;



        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);



        animation: none !important;



      }







      .hero p {



        font-size: 1.2rem;



        margin-bottom: 1rem;



        line-height: 1.3;



        max-width: 600px;



        margin-left: auto;



        margin-right: auto;



        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);



        animation: none !important;



      }







      .hero button {



        padding: 1rem 2rem;



        font-size: 1.1rem;



        border: none;



        border-radius: 4px;



        cursor: pointer;



        transition: all 0.3s ease;



        box-shadow: 0 2px 4px rgba(0,0,0,0.2);



        animation: none !important;



      }







      .hero button:hover {



        transform: translateY(-2px);



        box-shadow: 0 4px 8px rgba(0,0,0,0.3);



      }







      .section {



        padding: 6rem 1rem;



        width: 100%;



        box-sizing: border-box;



        position: relative;



        overflow: hidden;



        background-color: var(--section-background-color, transparent);



        z-index: 1;



      }







      .section[data-show-background="false"] {



        background-color: transparent !important;



        background-image: none !important;



      }







      .section[data-show-background="false"] .section-background-blur,



      .section[data-show-background="false"] .section-overlay {



        display: none !important;



      }







      .section-background-blur {



        position: absolute;



        top: 0;



        left: 0;



        right: 0;



        bottom: 0;



        background-size: cover;



        background-position: center;



        z-index: 0;



        animation: zoomIn 20s ease-in-out infinite alternate;



      }







      .section-container {



        position: relative;



        z-index: 2;



        max-width: 1200px;



        margin: 0 auto;



        padding: 0 1rem;



      }







      .section-header {



        text-align: center;



        margin-bottom: 3rem;



      }



      .section-header h2 {



        font-size: 2.5rem;



        margin-bottom: 1rem;



        position: relative;



      }







      .section-header h2::after {



        content: '';



        position: absolute;



        bottom: -10px;



        left: 50%;



        transform: translateX(-50%);



        width: 50px;



        height: 3px;



        background-color: #1976d2;



        transition: width 0.3s ease-in-out;



      }







      .section-header h2:hover::after {



        width: 100px;



      }







      .section-header p {



        font-size: 1.2rem;



        max-width: 800px;



        margin: 0 auto;



        line-height: 1.6;



      }







      .about-section {



        display: flex;



        align-items: flex-start;



        gap: 2rem;



        padding: 2rem;



        position: relative;



        border-radius: 16px;



        background: linear-gradient(145deg, #ffffff, #f5f5f5);



        box-shadow: 0 4px 20px rgba(0,0,0,0.1);



      }











      .about-content {



        flex: 1;



        display: flex;



        flex-direction: column;



        gap: 1rem;



        padding-left: 1rem;



        text-align: left;



        position: relative;



      }







      .about-content::before {



        content: "";



        position: absolute;



        left: 0;



        top: 0;



        bottom: 0;



        width: 4px;



        background: linear-gradient(to bottom, #1976d2, #42a5f5);



        border-radius: 2px;



      }







      .about-content h2 {



        font-size: 2.5rem;



        font-weight: 700;



        margin-bottom: 1rem;



        text-align: left;



        position: relative;



      }







      .about-content h2::after {



        content: "";



        position: absolute;



        bottom: -8px;



        left: 0;



        width: 60px;



        height: 4px;



        background: linear-gradient(to right, #1976d2, #42a5f5);



        border-radius: 2px;



      }







      .about-content p {



        font-size: 1.1rem;



        line-height: 1.6;



        text-align: left;



      }







      .section-image {



        width: 100%;



        margin: 2rem auto;



        text-align: center;



        max-width: 800px;



      }







      .section-image img {



        width: 100%;



        height: auto;



        border-radius: 12px;



        box-shadow: 0 4px 12px rgba(0,0,0,0.15);



        transition: transform 0.3s ease;



      }







      .section-image img:hover {



        transform: scale(1.02);



      }







      @media (max-width: 768px) {



        .about-section {



          flex-direction: column;



        }



        



        .about-content {



          padding-left: 0;



          padding-top: 1rem;



        }



      }







      .section h2 {



        font-size: 2.5rem;



        margin-bottom: 1rem;



        text-align: center;



        position: relative;



      }







      .section h2::after {



        content: '';



        position: absolute;



        bottom: -10px;



        left: 50%;



        transform: translateX(-50%);



        width: 50px;



        height: 3px;



        background-color: #1976d2;



        transition: width 0.3s ease-in-out;



      }



      .section h2:hover::after {



        width: 100px;



      }



      .section p {



        font-size: 1.1rem;



        margin-bottom: 3rem;



        text-align: center;



        max-width: 800px;



        margin-left: auto;



        margin-right: auto;



      }







      /* Container for cards */



      .cards-container {



        display: grid;



        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));



        gap: 2rem;



        padding: 1rem;



        position: relative;



        z-index: 2;



        pointer-events: auto;



      }







      @media (max-width: 1024px) {



        .cards-container {



          grid-template-columns: repeat(2, 1fr);



        }



      }







      @media (max-width: 768px) {



        .cards-container {



          grid-template-columns: 1fr;



        }



      }







      /* Basic card styles with animations */



      .card {



        transition: all 0.3s ease-in-out;



        padding: 1.5rem;



        display: flex;



        flex-direction: column;



        background-color: rgba(34, 0, 0, 0.7);



        color: #FAFAFA;



        border: 2px solid rgba(255, 69, 0, 0.3);



        width: 100%;



        max-width: 280px;



        border-radius: 12px;



        overflow: hidden;



        height: 100%;



        margin: 1rem;



        position: relative;



        z-index: 2;



      }







      /* Service image styles for image cards */



      .service-image {



        width: 100%;



        overflow: hidden;



        position: relative;



        background: rgba(34, 0, 0, 0.5);



        display: flex;



        align-items: center;



        justify-content: center;



        border-radius: 8px;



      }







      .service-image img {



        width: 100%;



        height: 100%;



        object-fit: cover;



        transition: transform 0.3s ease;



      }







      .service-image:hover img {



        transform: scale(1.05);



      }







      /* Card headings and text */



      .card-title {



        color: #FF4500 !important;



        margin-bottom: 0.7rem;



        font-size: 1.5rem;



        font-weight: 600;



        transition: all 0.3s ease-in-out;



        text-shadow: 0 0 15px rgba(255, 69, 0, 0.5);



      }







      .card-text {



        color: #FAFAFA !important;



        font-size: 1rem;



        line-height: 1.6;



        transition: all 0.3s ease-in-out;



        opacity: 0.9;



      }







      /* Simple Card */



      .card.simple {



        background-color: rgba(34, 0, 0, 0.5);



        border: 3px solid rgba(255, 69, 0, 0.3);



      }







      .card.simple:hover {



        transform: scale(1.2);



        z-index: 3;



      }







      /* Elevated Card */



      .card.elevated {



        background-color: rgba(34, 0, 0, 0.7);



        border: 3px solid rgba(255, 69, 0, 0.3);



        box-shadow: 0 2px 4px rgba(0,0,0,0.1);



      }







      .card.elevated:hover {



        transform: rotate(3deg) scale(1.05);



        box-shadow: 0 8px 16px rgba(0,0,0,0.2);



        z-index: 3;



      }







      .card.elevated:hover .card-title {



        color: #FF4500;



        transform: translateX(4px);



      }







      /* Outlined Card */



      .card.outlined {



        background: linear-gradient(to right, rgba(34, 0, 0, 0.7), rgba(17, 0, 0, 0.7));



        border: 3px solid rgba(255, 69, 0, 0.3);



      }







      .card.outlined:hover {



        transform: skew(-5deg) translateY(-5px);



        border-color: #1976d2;



        z-index: 3;



      }







      .card.outlined:hover .card-title {



        color: #FF4500;



      }







      /* Accent Card */



      .card.accent {



        background-color: rgba(34, 0, 0, 0.7);



        border: 3px solid rgba(255, 69, 0, 0.3);



        position: relative;



      }







      .card.accent::before {



        content: "";



        position: absolute;



        left: 0;



        top: 0;



        bottom: 0;



        width: 4px;



        background: linear-gradient(to bottom, #1976d2, #42a5f5);



        transition: width 0.3s ease-in-out;



        z-index: 1;



      }







      .card.accent:hover {



        transform: translateX(10px) translateY(-5px);



        box-shadow: 0 4px 12px rgba(0,0,0,0.15);



        z-index: 3;



      }







      .card.accent:hover::before {



        width: 6px;



      }







      .card.accent:hover .card-title {



        color: #FF4500;



      }







      /* Gradient Card */



      .card.gradient {



        background: linear-gradient(135deg, rgba(34, 0, 0, 0.7) 0%, rgba(17, 0, 0, 0.7) 100%);



        border: 3px solid rgba(255, 69, 0, 0.3);



        box-shadow: 0 2px 4px rgba(0,0,0,0.1);



        transition: all 0.3s ease-in-out;



        position: relative;



        z-index: 2;



      }







      .card.gradient:hover {



        transform: scale(1.2);



        box-shadow: 0 8px 16px rgba(0,0,0,0.2);



        z-index: 3;



      }







      .card.gradient:hover h3 {



        color: #FF4500;



      }







      .card.gradient:hover p {



        color: #455a64;



      }







      /* Container for sections */



      .section-container {



        max-width: 1200px;



        margin: 0 auto;



        padding: 0 2rem;



      }







      /* Section heading */



      .section-header {



        text-align: center;



        margin-bottom: 4rem;



      }







      .section-header h2 {



        font-size: 2.5rem;



        margin-bottom: 1rem;



        position: relative;



        display: inline-block;



      }







      .section-header p {



        font-size: 1.2rem;



        max-width: 800px;



        margin: 0 auto;



        line-height: 1.6;



      }







      @media (max-width: 768px) {



        .contact-grid {



          grid-template-columns: 1fr !important;



          gap: 1.5rem !important;



        }



      }







      .section-image img:hover {



        transform: scale(1.02);



      }







      .image-upload-control {



        margin-top: 1rem;



        display: flex;



        justify-content: flex-start;



      }















      @keyframes fadeInSection {



        from {



          opacity: 0;



          transform: translateY(20px);



        }



        to {



          opacity: 1;



          transform: translateY(0);



        }



      }







      .upload-button {



        display: flex;



        align-items: center;



        gap: 0.5rem;



        padding: 0.5rem 1rem;



        background-color: #1976d2;



        color: white;



        border: none;



        border-radius: 4px;



        cursor: pointer;



        transition: background-color 0.3s ease;



      }







      .upload-button:hover {



        background-color: #1565c0;



      }







      .upload-button i {



        font-size: 1.2rem;



      }













      .cards-container.cards-2 {



        max-width: 1200px;



        margin-left: auto;



        margin-right: auto;



        display: grid;



        grid-template-columns: repeat(2, 1fr);



        gap: 2rem;



      }



      .cards-container.cards-3 {



        max-width: 1200px;



        margin-left: auto;



        margin-right: auto;



        display: grid;



        grid-template-columns: repeat(3, 1fr);



        gap: 2rem;



      }



      



      @media (max-width: 1024px) {



        .cards-container.cards-2,



        .cards-container.cards-3 {



          grid-template-columns: 1fr;



        }



      }



      



      .cards-container.cards-2 .card,



      .cards-container.cards-3 .card {



        max-width: 100%;



        width: 100%;



      }







      .card, .section-image img, .about-image img {



        opacity: 0;



        transform: translateY(40px);



        transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), transform 0.8s cubic-bezier(0.4,0,0.2,1);



      }



      .card.animate-on-scroll, .section-image img.animate-on-scroll, .about-image img.animate-on-scroll {



        opacity: 1;



        transform: translateY(0);



      }











      @media (max-width: 1024px) {



        .no-card-section {



          flex-direction: column;



          align-items: center;



        }



        



        .no-card-section .about-image {



          min-width: 100%;



          max-width: 500px;



          margin: 0 auto 2rem auto;



          order: -1;



        }



        



        .no-card-section .about-content {



          width: 100%;



          text-align: center;



        }



        



        .no-card-section .about-content h2,



        .no-card-section .about-content p,



        .no-card-section .about-content div {



          text-align: center !important;



        }



        



        .no-card-section .about-content div br {



          display: none;



        }



        



        .no-card-section .about-content div strong {



          display: block;



          margin-top: 1rem;



          margin-bottom: 0.5rem;



        }



      }







      /* Styles for text in sections */



      .section h2 {



        font-size: 2.5rem;



        font-weight: 700;



        line-height: 1.2;



        letter-spacing: -0.01562em;



        text-transform: none;



        margin-bottom: 1.5rem;



        text-align: center;



        color: #FAFAFA !important;



        word-wrap: break-word;



      }







      .section p {



        font-size: 1.25rem;



        font-weight: 400;



        line-height: 1.5;



        letter-spacing: 0.00938em;



        text-align: center;



        margin-bottom: 2rem;



        color: #FAFAFA !important;



        max-width: 100%;



        word-wrap: break-word;



        opacity: 0.9;



      }







      @media (max-width: 600px) {



        .section h2 {



          font-size: 2rem;



        }



        .section p {



          font-size: 1rem;



        }



      }







      @media (max-width: 960px) {



        .section h2 {



          font-size: 2.25rem;



        }



        .section p {



          font-size: 1.1rem;



        }



      }







      /* Old multi-page header styles removed - now using header.js */































      /* Hero Section for index page */



      .hero-section {



        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);



        color: white;



        padding: 4rem 0;



        text-align: center;



      }







      .hero-section .container {



        max-width: 1200px;



        margin: 0 auto;



        padding: 0 1rem;



      }







      .hero-title {



        font-size: 3rem;



        font-weight: 700;



        margin-bottom: 1rem;



      }







      .hero-subtitle {



        font-size: 1.5rem;



        font-weight: 300;



        margin-bottom: 1rem;



        opacity: 0.9;



      }







      .hero-description {



        font-size: 1.2rem;



        margin-bottom: 2rem;



        opacity: 0.8;



      }







      .hero-button {



        display: inline-block;



        background: #ff6b6b;



        color: white;



        padding: 1rem 2rem;



        text-decoration: none;



        border-radius: 50px;



        font-weight: 600;



        transition: all 0.3s ease;



      }







      .hero-button:hover {



        background: #ff5252;



        transform: translateY(-2px);



        box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);



      }







      /* Sections Preview Grid */



      .sections-preview {



        padding: 4rem 0;



      }







      .sections-preview .container {



        max-width: 1200px;



        margin: 0 auto;



        padding: 0 1rem;



      }







      .sections-preview h2 {



        text-align: center;



        font-size: 2.5rem;



        margin-bottom: 3rem;



        color: #FAFAFA;



      }







      .preview-grid {



        display: grid;



        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));



        gap: 2rem;



      }







      .preview-card {



        background: rgba(34, 0, 0, 0.7);



        border-radius: 15px;



        padding: 2rem;



        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 69, 0, 0.2);



        transition: all 0.3s ease;



        border: 2px solid rgba(255, 69, 0, 0.3);



        color: #FAFAFA;



      }







      .preview-card:hover {



        transform: translateY(-10px);



        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 69, 0, 0.4);



        border-color: rgba(255, 69, 0, 0.6);



        background: rgba(34, 0, 0, 0.9);



      }







      .preview-card h3 {



        color: #FAFAFA;



        font-size: 1.5rem;



        margin-bottom: 1rem;



      }







      .preview-card p {



        color: #6c757d;



        line-height: 1.6;



        margin-bottom: 1.5rem;



      }







      .preview-link {



        display: inline-block;



        background: #007bff;



        color: white;



        padding: 0.75rem 1.5rem;



        text-decoration: none;



        border-radius: 8px;



        font-weight: 500;



        transition: all 0.3s ease;



      }







      .preview-link:hover {



        background: #0056b3;



        transform: translateY(-2px);



      }







      /* Стили для выделенного раздела */



      .featured-section {



        position: relative;



        overflow: hidden;



      }







      .featured-content {



        position: relative;



        z-index: 2;



      }







      .featured-image {



        border-radius: 15px;



        overflow: hidden;



        box-shadow: 0 15px 35px rgba(0,0,0,0.1);



      }







      .featured-image img {



        width: 100%;



        height: auto;



        display: block;



        transition: transform 0.3s ease;



      }







      .featured-image:hover img {



        transform: scale(1.05);



      }







      .featured-button:hover {



        transform: translateY(-2px);



        box-shadow: 0 8px 25px rgba(25, 118, 210, 0.3);



      }







      /* Стили для разных режимов отображения разделов */



      .sections-preview.mode-cards .preview-grid {



        display: grid;



        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));



        gap: 2rem;



      }















      /* Стили для превью контактов */



      .contact-preview {



        position: relative;



        overflow: hidden;



      }







      .contact-preview-content {



        position: relative;



        z-index: 2;



      }







      .contact-preview-button:hover {



        transform: translateY(-2px);



        box-shadow: 0 8px 25px rgba(255,255,255,0.2);



      }







      /* Адаптивность для новых режимов */



      @media (max-width: 768px) {



        .featured-content {



          grid-template-columns: 1fr !important;



          gap: 2rem !important;

        }



        .featured-section .container {

          padding: 0 1rem !important;

        }



        .featured-text h2 {

          font-size: 2rem !important;

          text-align: center !important;

        }



        .featured-text p {

          font-size: 1.1rem !important;

          text-align: center !important;

        }



        .featured-elements {

          text-align: center !important;

        }



        .featured-actions {

          text-align: center !important;

        }







        .sections-preview.mode-cards .preview-grid {



          grid-template-columns: 1fr;



        }







        .contact-preview-info {



          flex-direction: column;



          gap: 1rem;



        }





        .contact-preview-content {

          grid-template-columns: 1fr !important;

          gap: 2rem !important;

        }

      }







      /* Section Content Pages */



      .section-content {



        padding: 2rem 0;



      }







      .section-content .container {



        max-width: 1200px;



        margin: 0 auto;



        padding: 0 1rem;



      }







      .section-title {



        font-size: 2.5rem;



        color: #FAFAFA;



        margin-bottom: 1rem;



        text-align: center;



      }







      .section-description {



        font-size: 1.2rem;



        color: #FAFAFA !important;



        text-align: center;



        opacity: 0.9;



        margin-bottom: 3rem;



        line-height: 1.6;



      }







      .cards-grid {



        display: grid;



        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));



        gap: 2rem;



      }







      .cards-grid .card {



        background: white;



        border-radius: 15px;



        padding: 2rem;



        box-shadow: 0 10px 30px rgba(0,0,0,0.1);



        transition: all 0.3s ease;



        border: 1px solid #e9ecef;



      }







      .cards-grid .card:hover {



        transform: translateY(-5px);



        box-shadow: 0 15px 35px rgba(0,0,0,0.15);



      }







      .card-title {



        color: #FAFAFA;



        font-size: 1.3rem;



        margin-bottom: 1rem;



      }







      .card-content {



        color: #6c757d;



        line-height: 1.6;



      }







      /* Contact Section */



      .contact-section {



        padding: 2rem 0;



      }







      .contact-section .container {



        max-width: 800px;



        margin: 0 auto;



        padding: 0 1rem;



      }







      .contact-section h1 {



        font-size: 2.5rem;



        color: #FAFAFA;



        text-align: center;



        margin-bottom: 2rem;



      }







      .contact-section p {



        font-size: 1.2rem;



        color: #6c757d;



        text-align: center;



        margin-bottom: 2rem;



        line-height: 1.6;



      }







      .contact-info {



        background: inherit; /* Наследует фон от родительского контейнера */



        border-radius: 15px;



        padding: 2rem;



        box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);



        border: 1px solid rgba(255,255,255,0.1);



      }







      .contact-info p {



        margin-bottom: 1rem;



        text-align: left;



        font-size: 1.1rem;



      }







      .contact-info strong {



        color: #FAFAFA;



      }







      /* Legal Content */



      .legal-content {



        padding: 2rem 0;



      }







      .legal-content .container {



        max-width: 900px;



        margin: 0 auto;



        padding: 0 1rem;



      }







      .legal-content h1 {



        font-size: 2.5rem;



        color: #FAFAFA;



        text-align: center;



        margin-bottom: 2rem;



      }







      .legal-content .content {



        background: white;



        border-radius: 15px;



        padding: 2rem;



        box-shadow: 0 10px 30px rgba(0,0,0,0.1);



        border: 1px solid #e9ecef;



        line-height: 1.6;



        color: #495057;



      }



      /* МОБИЛЬНЫЕ СТИЛИ ШАПКИ УДАЛЕНЫ - теперь в header.js */



      @media (max-width: 768px) {































        .hero-title {



          font-size: 2rem;



        }







        .hero-subtitle {



          font-size: 1.2rem;



        }







        .sections-preview h2 {



          font-size: 2rem;



        }







        .preview-grid {



          grid-template-columns: 1fr;



        }







        .section-title {



          font-size: 2rem;



        }







        .cards-grid {



          grid-template-columns: 1fr;



        }



      }







      /* Enhanced section styles from EnhancedSectionEditor */



      







      /* Animation keyframes */



      @keyframes fadeIn {



        from { opacity: 0; }



        to { opacity: 1; }



      }



      



      @keyframes slideInLeft {



        from { transform: translateX(-100%); opacity: 0; }



        to { transform: translateX(0); opacity: 1; }



      }



      



      @keyframes slideInRight {



        from { transform: translateX(100%); opacity: 0; }



        to { transform: translateX(0); opacity: 1; }



      }



      



      @keyframes slideInUp {



        from { transform: translateY(100%); opacity: 0; }



        to { transform: translateY(0); opacity: 1; }



      }



      



      @keyframes slideInDown {



        from { transform: translateY(-100%); opacity: 0; }



        to { transform: translateY(0); opacity: 1; }



      }



      



      @keyframes zoomIn {



        from { transform: scale(0.8); opacity: 0; }



        to { transform: scale(1); opacity: 1; }



      }



      



      @keyframes bounce {



        0%, 20%, 53%, 80%, 100% { transform: translateY(0); }



        40%, 43% { transform: translateY(-20px); }



        70% { transform: translateY(-10px); }



        90% { transform: translateY(-4px); }



      }



      



      @keyframes pulse {



        0% { transform: scale(1); }



        50% { transform: scale(1.05); }



        100% { transform: scale(1); }



      }



      



      /* Chart Components */



      .chart-component {



        animation: fadeInUp 0.6s ease-out;



      }



      



      .chart-component canvas {



        border-radius: 8px;



        box-shadow: 0 2px 8px rgba(0,0,0,0.1);



      }



      



      .chart-component div[id^="chart-"] {



        border-radius: 8px;



        box-shadow: 0 2px 8px rgba(0,0,0,0.1);



      }



      



      @keyframes fadeInUp {



        from {



          opacity: 0;



          transform: translateY(30px);



        }



        to {



          opacity: 1;



          transform: translateY(0);



        }



      }



      /* Общие стили для счетчиков */

      .animated-counter {

        text-align: center !important;

        width: 100% !important;

        max-width: 100% !important;

        overflow: hidden !important;

        box-sizing: border-box !important;

      }

      

      .counter-description {

        word-break: break-word !important;

        overflow-wrap: break-word !important;

        hyphens: auto !important;

        text-align: center !important;

        width: 100% !important;

        max-width: 100% !important;

        box-sizing: border-box !important;

      }



      /* Мобильные стили для счетчиков */

      @media (max-width: 768px) {

        .animated-counter {

          text-align: center !important;

          max-width: 100% !important;

          overflow: hidden !important;

          width: 100% !important;

          margin: 0 auto !important;

          padding: 1rem !important;

          box-sizing: border-box !important;

        }

        

        .counter-container {

          width: 100% !important;

          max-width: 100% !important;

          overflow: hidden !important;

          text-align: center !important;

          margin: 0 auto !important;

        }

        

        .counter-number-wrapper {

          width: 100% !important;

          max-width: 100% !important;

          justify-content: center !important;

          flex-wrap: wrap !important;

          text-align: center !important;

        }

        

        .counter {

          display: inline-block !important;

          text-align: center !important;

          width: auto !important;

          max-width: 100% !important;

        }

        

        .counter-suffix {

          display: inline-block !important;

          text-align: center !important;

          max-width: 100% !important;

        }

        

        .counter-description {

          text-align: center !important;

          width: 100% !important;

          max-width: 100% !important;

          margin: 0.5rem auto !important;

          display: block !important;

          word-break: break-word !important;

          overflow-wrap: break-word !important;

          hyphens: auto !important;

          line-height: 1.4 !important;

          padding: 0 5px !important;

          box-sizing: border-box !important;

        }

        

        .content-element.animated-counter {

          text-align: center !important;

          width: 100% !important;

          max-width: 100% !important;

          margin: 0 auto !important;

        }

      }



     

      /* ============================================
         ALEVŞARKISI MAIN PAGE STYLES
         Fire and Olympus Theme
         ============================================ */

      /* Hero Section with Fire Effects */
      .hero-section-fire {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8rem 2rem 4rem;
        background: linear-gradient(180deg, #220000 0%, #110000 50%, #000000 100%);
        background-image: url('../images/hero.jpg');
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: hidden;
        z-index: 1;
      }
      
      /* Fallback для браузеров без поддержки background-attachment: fixed */
      @supports not (background-attachment: fixed) {
        .hero-section-fire {
          background-attachment: scroll;
        }
      }

      .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
      }

      .hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
      }

      .hero-title-fire {
        font-size: 4rem;
        font-weight: 900;
        color: #FF4500;
        margin-bottom: 1.5rem;
        text-shadow: 0 0 30px rgba(255, 69, 0, 0.8), 0 0 60px rgba(255, 69, 0, 0.5);
        font-family: 'Montserrat', sans-serif;
        animation: titleGlow 3s ease-in-out infinite;
      }

      @keyframes titleGlow {
        0%, 100% { text-shadow: 0 0 30px rgba(255, 69, 0, 0.8), 0 0 60px rgba(255, 69, 0, 0.5); }
        50% { text-shadow: 0 0 40px rgba(255, 69, 0, 1), 0 0 80px rgba(255, 69, 0, 0.7), 0 0 120px rgba(255, 69, 0, 0.4); }
      }

      .hero-subtitle-fire {
        font-size: 1.8rem;
        color: #FFD700;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
      }

      .hero-description-fire {
        font-size: 1.2rem;
        color: #FAFAFA;
        margin-bottom: 0.5rem;
        opacity: 0.9;
      }

      .hero-release-fire {
        font-size: 1rem;
        color: #C0C0C0;
        margin-bottom: 0.5rem;
        opacity: 0.8;
      }

      .hero-bonus-fire {
        font-size: 1.1rem;
        color: #FFD700;
        margin-bottom: 2.5rem;
        opacity: 0.95;
        font-weight: 600;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
      }

      .hero-button-fire {
        background: linear-gradient(135deg, #FF4500, #FF6B00);
        color: #FAFAFA;
        border: 2px solid #FF4500;
        padding: 1.2rem 3rem;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 0 30px rgba(255, 69, 0, 0.5), 0 4px 15px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
      }

      .hero-button-fire:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 0 50px rgba(255, 69, 0, 0.8), 0 6px 20px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #FF6B00, #FF4500);
      }

      .hero-button-fire:active {
        transform: translateY(-1px) scale(1.02);
      }

      /* Fire Effects */
      .fire-effects {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 200px;
        z-index: 1;
        pointer-events: none;
      }

      .flame {
        position: absolute;
        bottom: 0;
        width: 100px;
        height: 150px;
        background: radial-gradient(ellipse at bottom, #FF4500 0%, #FF6B00 30%, transparent 70%);
        border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        opacity: 0.6;
        animation: flameFlicker 2s ease-in-out infinite;
      }

      .flame-1 {
        left: 10%;
        animation-delay: 0s;
      }

      .flame-2 {
        left: 50%;
        transform: translateX(-50%);
        animation-delay: 0.5s;
        width: 120px;
        height: 180px;
      }

      .flame-3 {
        right: 10%;
        animation-delay: 1s;
      }

      @keyframes flameFlicker {
        0%, 100% { transform: scaleY(1) scaleX(1); opacity: 0.6; }
        25% { transform: scaleY(1.1) scaleX(0.95); opacity: 0.7; }
        50% { transform: scaleY(0.95) scaleX(1.05); opacity: 0.5; }
        75% { transform: scaleY(1.05) scaleX(0.98); opacity: 0.65; }
      }

      /* Countdown Section */
      .countdown-section {
        position: relative;
        padding: 6rem 2rem;
        background: linear-gradient(180deg, #000000 0%, #110000 50%, #220000 100%);
        text-align: center;
        z-index: 1;
      }

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

      .countdown-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #FF4500;
        margin-bottom: 3rem;
        text-shadow: 0 0 25px rgba(255, 69, 0, 0.7);
        font-family: 'Montserrat', sans-serif;
      }

      .countdown-timer {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2rem;
        flex-wrap: wrap;
      }

      .countdown-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
      }

      .countdown-number {
        font-size: 4rem;
        font-weight: 900;
        color: #FF4500;
        text-shadow: 0 0 30px rgba(255, 69, 0, 0.9), 0 0 60px rgba(255, 69, 0, 0.5);
        font-family: 'Montserrat', sans-serif;
        animation: numberPulse 2s ease-in-out infinite;
        line-height: 1;
      }

      @keyframes numberPulse {
        0%, 100% { transform: scale(1); text-shadow: 0 0 30px rgba(255, 69, 0, 0.9), 0 0 60px rgba(255, 69, 0, 0.5); }
        50% { transform: scale(1.05); text-shadow: 0 0 40px rgba(255, 69, 0, 1), 0 0 80px rgba(255, 69, 0, 0.7); }
      }

      .countdown-label {
        font-size: 1rem;
        color: #C0C0C0;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
      }

      .countdown-separator {
        font-size: 3rem;
        color: #FF4500;
        font-weight: 900;
        text-shadow: 0 0 20px rgba(255, 69, 0, 0.8);
        animation: separatorBlink 1s ease-in-out infinite;
      }

      @keyframes separatorBlink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.5; }
      }

      .countdown-description {
        font-size: 1.2rem;
        color: #FAFAFA;
        margin-bottom: 1rem;
        opacity: 0.9;
      }

      .countdown-warning {
        font-size: 1rem;
        color: #FFD700;
        margin-bottom: 2.5rem;
        font-weight: 600;
        text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
      }

      .countdown-button {
        background: linear-gradient(135deg, #FFD700, #FFA500);
        color: #000000;
        border: 2px solid #FFD700;
        padding: 1rem 2.5rem;
        font-size: 1.1rem;
        font-weight: 700;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 0 25px rgba(255, 215, 0, 0.5), 0 4px 15px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
      }

      .countdown-button:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 6px 20px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #FFA500, #FFD700);
      }

      /* Oath Section */
      .oath-section {
        position: relative;
        padding: 6rem 2rem;
        background: linear-gradient(180deg, #220000 0%, #000000 100%);
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
      }

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

      .oath-content {
        text-align: center;
        background: rgba(34, 0, 0, 0.8);
        padding: 3rem;
        border-radius: 20px;
        border: 2px solid rgba(255, 69, 0, 0.3);
        box-shadow: 0 0 40px rgba(255, 69, 0, 0.3);
        transition: all 0.5s ease;
      }

      .oath-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #FF4500;
        margin-bottom: 2rem;
        text-shadow: 0 0 25px rgba(255, 69, 0, 0.7);
        font-family: 'Montserrat', sans-serif;
      }

      /* Start Screen */
      .oath-start-screen {
        text-align: center;
      }

      .oath-intro {
        font-size: 1.4rem;
        color: #FAFAFA;
        margin-bottom: 3rem;
        line-height: 1.8;
        opacity: 0.9;
      }

      .oath-start-button {
        background: linear-gradient(135deg, #FFD700, #FFA500);
        color: #000000;
        border: 3px solid #FFD700;
        padding: 1.5rem 4rem;
        font-size: 1.4rem;
        font-weight: 700;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.6), 0 4px 20px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Montserrat', sans-serif;
      }

      .oath-start-button:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 0 60px rgba(255, 215, 0, 0.9), 0 6px 25px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #FFA500, #FFD700);
      }

      .oath-start-button:active {
        transform: translateY(-2px) scale(1.02);
      }

      .oath-question {
        font-size: 1.5rem;
        color: #FAFAFA;
        margin-bottom: 3rem;
        line-height: 1.8;
      }

      .oath-buttons {
        display: flex;
        flex-direction: column;
        gap: 2rem;
      }

      .oath-button {
        padding: 2rem 3rem;
        font-size: 1.3rem;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 3px solid transparent;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
      }

      .oath-yes {
        background: linear-gradient(135deg, #FF4500, #FF6B00);
        color: #FAFAFA;
        border-color: #FF4500;
        box-shadow: 0 0 35px rgba(255, 69, 0, 0.6), 0 4px 20px rgba(0, 0, 0, 0.3);
      }

      .oath-yes:hover {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 0 50px rgba(255, 69, 0, 0.9), 0 6px 25px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #FF6B00, #FF4500);
      }

      .oath-yes:active {
        transform: translateY(-2px) scale(1.01);
      }

      .oath-no {
        background: rgba(192, 192, 192, 0.25);
        color: #FAFAFA;
        border-color: #C0C0C0;
        box-shadow: 0 0 25px rgba(192, 192, 192, 0.4), 0 4px 20px rgba(0, 0, 0, 0.3);
      }

      .oath-no:hover {
        transform: translateY(-5px) scale(1.03);
        background: rgba(192, 192, 192, 0.35);
        box-shadow: 0 0 35px rgba(192, 192, 192, 0.5), 0 6px 25px rgba(0, 0, 0, 0.4);
      }

      .oath-no:active {
        transform: translateY(-2px) scale(1.01);
      }

      .oath-result {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
      }

      .oath-message {
        font-size: 1.4rem;
        color: #FAFAFA;
        margin-bottom: 1rem;
        line-height: 1.8;
        max-width: 600px;
      }

      .oath-accepted .oath-title {
        color: #FFD700;
        text-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
      }

      .oath-rejected .oath-title {
        color: #C0C0C0;
        text-shadow: 0 0 20px rgba(192, 192, 192, 0.5);
      }

      .oath-activate {
        background: linear-gradient(135deg, #FFD700, #FFA500);
        color: #000000;
        border-color: #FFD700;
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.6);
        margin-bottom: 1.5rem;
      }

      .oath-activate:hover {
        box-shadow: 0 0 50px rgba(255, 215, 0, 0.9);
        transform: translateY(-3px) scale(1.02);
      }

      .oath-play-again {
        background: linear-gradient(135deg, #FF4500, #FF6B00);
        color: #FAFAFA;
        border-color: #FF4500;
        box-shadow: 0 0 30px rgba(255, 69, 0, 0.6);
        padding: 1.5rem 3rem;
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 1.5rem;
      }

      .oath-play-again:hover {
        box-shadow: 0 0 50px rgba(255, 69, 0, 0.9);
        transform: translateY(-3px) scale(1.02);
        background: linear-gradient(135deg, #FF6B00, #FF4500);
      }

      .oath-retry {
        background: rgba(192, 192, 192, 0.3);
        color: #FAFAFA;
        border-color: #C0C0C0;
      }

      .oath-fire-active {
        background: linear-gradient(180deg, #330000 0%, #220000 50%, #000000 100%);
      }

      .oath-fire-active .oath-content {
        border-color: rgba(255, 69, 0, 0.6);
        box-shadow: 0 0 60px rgba(255, 69, 0, 0.6);
      }

      .oath-dark-active {
        background: linear-gradient(180deg, #000000 0%, #000000 100%);
      }

      .oath-dark-active .oath-content {
        border-color: rgba(192, 192, 192, 0.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
      }

      /* Features Section */
      .features-section {
        padding: 6rem 2rem;
        background: linear-gradient(180deg, #000000 0%, #110000 100%);
      }

      .features-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 3rem;
      }

      .feature-card {
        background: rgba(34, 0, 0, 0.6);
        padding: 0;
        border-radius: 20px;
        border: 2px solid rgba(255, 69, 0, 0.3);
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 0 30px rgba(255, 69, 0, 0.2);
        overflow: hidden;
        display: flex;
        flex-direction: column;
      }

      .feature-card:hover {
        transform: translateY(-10px);
        border-color: rgba(255, 69, 0, 0.6);
        box-shadow: 0 0 50px rgba(255, 69, 0, 0.4);
        background: rgba(34, 0, 0, 0.8);
      }

      .feature-image-wrapper {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
      }

      .feature-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
      }

      .feature-card:hover .feature-image {
        transform: scale(1.1);
      }

      .feature-icon {
        font-size: 3rem;
        margin: 1.5rem 0 1rem;
        filter: drop-shadow(0 0 20px rgba(255, 69, 0, 0.6));
      }

      .feature-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: #FF4500;
        margin-bottom: 1rem;
        font-family: 'Montserrat', sans-serif;
        text-shadow: 0 0 15px rgba(255, 69, 0, 0.5);
        padding: 0 2rem;
      }

      .feature-description {
        font-size: 1.1rem;
        color: #FAFAFA;
        line-height: 1.6;
        opacity: 0.9;
        padding: 0 2rem 2rem;
      }

      /* Strategy Section */
      .strategy-section {
        position: relative;
        padding: 6rem 2rem;
        background: linear-gradient(180deg, #110000 0%, #000000 100%);
        text-align: center;
        overflow: hidden;
        z-index: 1;
      }

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

      .strategy-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #FFD700;
        margin-bottom: 2rem;
        text-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
        font-family: 'Montserrat', sans-serif;
      }

      .strategy-description {
        font-size: 1.3rem;
        color: #FAFAFA;
        margin-bottom: 1.5rem;
        line-height: 1.8;
        opacity: 0.9;
      }

      .strategy-warning {
        font-size: 1.1rem;
        color: #FF4500;
        font-weight: 600;
        text-shadow: 0 0 15px rgba(255, 69, 0, 0.5);
        font-style: italic;
      }

      /* Smoke Effects */
      .smoke-effects {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
        overflow: hidden;
      }

      .smoke {
        position: absolute;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(192, 192, 192, 0.3) 0%, transparent 70%);
        border-radius: 50%;
        opacity: 0.4;
        animation: smokeFloat 8s ease-in-out infinite;
      }

      .smoke-1 {
        left: 10%;
        top: 20%;
        animation-delay: 0s;
      }

      .smoke-2 {
        left: 50%;
        top: 40%;
        transform: translateX(-50%);
        animation-delay: 2s;
        width: 250px;
        height: 250px;
      }

      .smoke-3 {
        right: 10%;
        top: 60%;
        animation-delay: 4s;
      }

      @keyframes smokeFloat {
        0%, 100% { transform: translateY(0) translateX(0) scale(1); opacity: 0.4; }
        33% { transform: translateY(-30px) translateX(20px) scale(1.1); opacity: 0.5; }
        66% { transform: translateY(-60px) translateX(-20px) scale(0.9); opacity: 0.3; }
      }

      /* World Features Section */
      .world-features-section {
        padding: 6rem 2rem;
        background: linear-gradient(180deg, #000000 0%, #220000 100%);
      }

      .world-features-container {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
      }

      .world-features-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #FF4500;
        margin-bottom: 3rem;
        text-shadow: 0 0 25px rgba(255, 69, 0, 0.7);
        font-family: 'Montserrat', sans-serif;
      }

      .world-features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
      }

      .world-features-list li {
        font-size: 1.2rem;
        color: #FAFAFA;
        padding: 1.5rem;
        background: rgba(34, 0, 0, 0.5);
        border-radius: 15px;
        border-left: 4px solid #FF4500;
        text-align: left;
        transition: all 0.3s ease;
        opacity: 0.9;
      }

      .world-features-list li:hover {
        transform: translateX(10px);
        background: rgba(34, 0, 0, 0.7);
        border-left-color: #FFD700;
        box-shadow: 0 0 20px rgba(255, 69, 0, 0.3);
      }

      /* Mobile Responsiveness */
      @media (max-width: 768px) {
        .hero-section-fire {
          background-size: contain;
          background-attachment: scroll;
          min-height: 80vh;
          padding: 6rem 1rem 3rem;
        }

        .hero-title-fire {
          font-size: 2.5rem;
        }

        .hero-subtitle-fire {
          font-size: 1.3rem;
        }

        .hero-description-fire,
        .hero-release-fire {
          font-size: 0.9rem;
        }

        .hero-bonus-fire {
          font-size: 1rem;
        }

        .hero-button-fire {
          padding: 1rem 2rem;
          font-size: 1rem;
        }

        .countdown-title {
          font-size: 1.8rem;
        }

        .countdown-number {
          font-size: 2.5rem;
        }

        .countdown-separator {
          font-size: 2rem;
        }

        .countdown-timer {
          gap: 1rem;
        }

        .oath-title {
          font-size: 1.8rem;
        }

        .oath-intro {
          font-size: 1.1rem;
        }

        .oath-question {
          font-size: 1.2rem;
        }

        .oath-start-button {
          padding: 1.2rem 2.5rem;
          font-size: 1.1rem;
        }

        .oath-button {
          padding: 1.5rem 2rem;
          font-size: 1.1rem;
          min-height: 80px;
        }

        .oath-play-again {
          padding: 1.2rem 2.5rem;
          font-size: 1rem;
        }

        .strategy-title,
        .world-features-title {
          font-size: 1.8rem;
        }

        .strategy-description {
          font-size: 1.1rem;
        }

        .features-container {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .feature-card {
          padding: 0;
        }

        .feature-image-wrapper {
          height: 200px;
        }

        .feature-title,
        .feature-description {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
        }

        .feature-description {
          padding-bottom: 1.5rem;
        }

        .flame {
          width: 60px;
          height: 100px;
        }

        .flame-2 {
          width: 80px;
          height: 120px;
        }
      }
     