:root {
    --primary-color: #6a1b9a;
    --secondary-color: #ffab00;
    --accent-color: #00acc1;
    --dark-color: #2d3436;
    --light-color: #f5f6fa;
    --text-color: #333;
    --text-light: #636e72;
    --white: #fff;
    --black: #000;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.xqjzp {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

h1.wqazx {
    font-size: 3rem;
    color: var(--white);
}

h2.lkjhg {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: var(--primary-color);
}

h2.lkjhg::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--secondary-color);
}

h3.asdfg {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

p.poiuy {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--white);
    opacity: 0.9;
}

.btn.rtghy {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--secondary-color);
    color: var(--dark-color);
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn.rtghy:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header.ykfbn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mvgtr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo.lwqsd {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.nvgbt ul.plmko {
    display: flex;
    list-style: none;
}

.nvgbt ul.plmko li {
    margin-left: 30px;
}

.nvgbt ul.plmko li a.iujhy {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding-bottom: 5px;
}

.nvgbt ul.plmko li a.iujhy:hover,
.nvgbt ul.plmko li a.iujhy.active {
    color: var(--primary-color);
}

.nvgbt ul.plmko li a.iujhy::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.nvgbt ul.plmko li a.iujhy:hover::after,
.nvgbt ul.plmko li a.iujhy.active::after {
    width: 100%;
}

.burger.ozxcv {
    display: none;
    cursor: pointer;
}

.burger.ozxcv span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--dark-color);
    margin: 5px;
    transition: var(--transition);
}

.hero.uytre, 
.catalog-hero.uytre, 
.app-hero.uytre, 
.contact-hero.uytre, 
.policy-hero.uytre, 
.terms-hero.uytre, 
.thanks-hero.uytre {
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/bg/bg.webp') no-repeat center center/cover;
    color: var(--white);
    text-align: center;
    padding-top: 80px;
}

.hero-content.fdsaq {
    max-width: 800px;
    margin: 0 auto;
}
#age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.age-popup-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  animation: fadeInScale 0.4s ease forwards;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
}
.close-btn:hover {
  color: #000;
}

.age-popup-content h2 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #333;
}

.age-popup-buttons button {
  margin: 0 10px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  transition: background 0.3s, transform 0.2s;
}

#age-yes {
  background-color: #4CAF50;
  color: white;
}
#age-yes:hover {
  background-color: #45a049;
  transform: scale(1.05);
}

#age-no {
  background-color: #f44336;
  color: white;
}
#age-no:hover {
  background-color: #d7372b;
  transform: scale(1.05);
}
body.popup-active > *:not(#age-popup) {
  filter: blur(5px);
  pointer-events: none;
}

body.no-scroll {
  overflow: hidden;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.about.zxcvb, 
.style-benefits.vfrde, 
.app-features.zxcvb {
    padding: 100px 0;
    background-color: var(--light-color);
}

.about-grid.mnbvc, 
.benefits-grid.mnbvc, 
.features-grid.mnbvc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.about-item.qwert, 
.benefit-item.qwert, 
.feature-item.qwert {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.about-item.qwert:hover, 
.benefit-item.qwert:hover, 
.feature-item.qwert:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 320px) {
    .app-features.zxcvb {
        padding: 1.2rem 0;
    }
    
    .section-title.lkjhg {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }
    
    .features-grid.mnbvc {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 0 0.5rem;
    }
    
    .feature-item.qwert {
        padding: 0.8rem;
        margin-bottom: 0.5rem;
        border-left: 2px solid #6a1b9a;
    }
    
    .feature-item.qwert h3.asdfg {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    
    .feature-item.qwert p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}
.timeline.nbvfr {
    padding: 100px 0;
    position: relative;
}

.timeline-container.tyuio {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-container.tyuio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: var(--secondary-color);
}

.timeline-item.plmko {
    margin-bottom: 40px;
    position: relative;
    width: 50%;
    padding: 0 40px;
}

.timeline-item.plmko:nth-child(odd) {
    left: 0;
}

.timeline-item.plmko:nth-child(even) {
    left: 50%;
}

.timeline-content.iuytr {
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.timeline-item.plmko:nth-child(odd) .timeline-content.iuytr::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--white);
}

.timeline-item.plmko:nth-child(even) .timeline-content.iuytr::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--white);
}

.timeline-item.plmko::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    z-index: 1;
}

.timeline-item.plmko:nth-child(odd)::after {
    right: -10px;
}

.timeline-item.plmko:nth-child(even)::after {
    left: -10px;
}

.testimonials.vfrde, 
.app-testimonials.bvcxz {
    padding: 100px 0;
    background-color: var(--primary-color);
    color: var(--white);
}

.slider.swert, 
.instructor-slider.swert, 
.testimonial-slider.swert {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.slide, 
.instructor-slide, 
.testimonial-slide {
    display: none;
    padding: 20px;
}

.slide.active, 
.instructor-slide.active, 
.testimonial-slide.active {
    display: block;
    animation: fade 1s ease;
}

@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide p, 
.testimonial-slide p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-style: italic;
}

.slide span, 
.testimonial-slide span {
    font-weight: 600;
}

.slider-dots.mnjki, 
.slider-dots.mnjki {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background-color: var(--white);
}

.cta.bvcxz, 
.cta.lpoiu {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--white);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.footer.qazws {
    background-color: var(--dark-color);
    color: var(--white);
    padding: 60px 0 20px;
}

.footer-content.xswed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col .logo.lwqsd {
    color: var(--white);
    margin-bottom: 20px;
    display: inline-block;
}

.footer-col h3 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.footer-col p {
    color: var(--text-light);
    margin-bottom: 20px;
}

.styles-list .zxcvb
{
    margin-top: 20px;
}
.style-accordion.nbvfr {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item.plmko {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.accordion-header.iuytr {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
    margin-top: 20px;
}

.accordion-header.iuytr:hover {
    background-color: var(--accent-color);
}

.accordion-icon {
    font-size: 1.5rem;
    transition: var(--transition);
}

.accordion-item.plmko.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background-color: var(--white);
}

.accordion-item.plmko.active .accordion-content {
    max-height: 1000px;
    padding: 20px;
}

.style-details.qazws {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 20px 0;
}

.detail h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.detail ul {
    list-style-position: inside;
}

.detail ul li {
    margin-bottom: 5px;
}

.delivery-steps.plmko {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.step.iuytr {
    text-align: center;
    padding: 30px 20px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    color: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.app-showcase.vfrde .showcase-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.showcase-image .image-placeholder {
    height: 300px;
    background-color: var(--light-color);
    border-radius: 10px;
}

.form-container.mnbvc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 50px;
}

form.qwert {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-group.asdfg {
    margin-bottom: 20px;
}

.form-group.asdfg label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--primary-color);
}

.form-group.asdfg input,
.form-group.asdfg select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group.asdfg input:focus,
.form-group.asdfg select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(106, 27, 154, 0.2);
}

.checkbox.asdfg {
    display: flex;
    align-items: center;
}

.checkbox.asdfg input {
    width: auto;
    margin-right: 10px;
}

.checkbox.asdfg label {
    margin-bottom: 0;
    font-weight: 400;
}

.form-info.lkjhg {
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 10px;
}

.form-info.lkjhg h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.form-info.lkjhg ol {
    padding-left: 20px;
}

.form-info.lkjhg ol li {
    margin-bottom: 10px;
}

.policy-content.zxcvb, 
.terms-content.zxcvb {
    padding: 100px 0;
}

.policy-section.mnbvc, 
.terms-section.mnbvc {
    margin-bottom: 40px;
}

.policy-section.mnbvc h2, 
.terms-section.mnbvc h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.next-steps.zxcvb {
    padding: 100px 0;
    background-color: var(--light-color);
}

.steps-grid.mnbvc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.step-item.qwert {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}
@media (max-width: 320px) {
    .next-steps.zxcvb {
        padding: 1rem 0;
    }
    
    .section-title.lkjhg {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .steps-grid.mnbvc {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 0 0.5rem;
    }
    
    .step-item.qwert {
        padding: 0.8rem;
        margin-bottom: 0.5rem;
        border-left: 3px solid #6a1b9a;
        background: rgba(255,255,255,0.05);
    }
    
    .step-item.qwert h3.asdfg {
        font-size: 1rem;
        margin-bottom: 0.3rem;
        color: #6a1b9a;
    }
    
    .step-item.qwert p {
        font-size: 0.8rem;
        line-height: 1.4;
        color: #555;
    }
    
    .step-item.qwert h3.asdfg::before {
        content: "";
        display: inline-block;
        width: 1rem;
    }
}
.explore-more.nbvfr {
    padding: 100px 0;
}

.explore-options.plmko {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.explore-card.iuytr {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.explore-card.iuytr h3 {
    color: var(--white);
    margin-bottom: 15px;
}

.explore-card.iuytr:hover {
    transform: translateY(-10px);
    background-color: var(--accent-color);
}

@media (max-width: 992px) {
    h1.wqazx {
        font-size: 2.5rem;
    }
    
    h2.lkjhg {
        font-size: 2rem;
    }
    
    .app-showcase.vfrde .showcase-content,
    .form-container.mnbvc {
        grid-template-columns: 1fr;
    }
    
    .showcase-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .burger.ozxcv {
        display: block;
    }
    
    .nvgbt ul.plmko {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }
    
    .nvgbt ul.plmko.active {
        left: 0;
    }
    
    .nvgbt ul.plmko li {
        margin: 15px 0;
    }
    
    .timeline-container.tyuio::before {
        left: 31px;
    }
    
    .timeline-item.plmko {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
    }
    
    .timeline-item.plmko:nth-child(even) {
        left: 0;
    }
    
    .timeline-item.plmko::after {
        left: 21px;
    }
    
    .timeline-item.plmko:nth-child(odd) .timeline-content.iuytr::before,
    .timeline-item.plmko:nth-child(even) .timeline-content.iuytr::before {
        left: -10px;
        border-right: 10px solid var(--white);
        border-left: none;
    }
}

@media (max-width: 576px) {
    h1.wqazx {
        font-size: 2rem;
    }
    
    h2.lkjhg {
        font-size: 1.8rem;
    }
    
    .btn.rtghy {
        padding: 10px 20px;
    }
    
    .hero.uytre, 
    .catalog-hero.uytre, 
    .app-hero.uytre, 
    .contact-hero.uytre, 
    .policy-hero.uytre, 
    .terms-hero.uytre, 
    .thanks-hero.uytre {
        min-height: 500px;
    }
}
.history-section.zxcbn {
    padding: 100px 0;
    background-color: #f9f5ff;
    position: relative;
    overflow: hidden;
}

.history-section.zxcbn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: 0;
}

.history-title.mnbvx {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px;
    color: #4a148c;
    position: relative;
    z-index: 1;
    animation: fadeInDown 1s ease;
}

.history-content.qwerty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.history-text.lkjhg {
    animation: fadeInLeft 1s ease;
}

.history-text.lkjhg p {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    position: relative;
    padding-left: 20px;
}

.history-text.lkjhg p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 6px;
    width: 6px;
    background-color: #ffab00;
    border-radius: 50%;
}

.history-text.lkjhg p:nth-child(odd) {
    font-weight: 500;
}

.history-image.poiuy {
    animation: fadeInRight 1s ease;
}

.image-frame.asdfg {
    border: 8px solid #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(3deg);
    transition: all 0.5s ease;
    background-color: #e1bee7;
    overflow: hidden;
}

.image-frame.asdfg:hover {
    transform: rotate(0) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.image-placeholder {
    height: 400px;
    background: linear-gradient(45deg, #ce93d8, #9c27b0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.history-caption.zxcvb {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
    color: #666;
    animation: fadeIn 1.5s ease;
}

.history-stats.nbvfr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    animation: fadeInUp 1s ease;
}
@media (max-width: 520px) {
    .history-section.zxcbn {
        padding: 1.5rem 0;
    }
    
    .history-title.mnbvx {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .history-content.qwerty {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .history-image.poiuy {
        order: -1; 
        margin-bottom: 1rem;
    }
    
    .image-frame.asdfg {
        border: 3px solid #fff;
        border-radius: 4px;
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    
    .history-photo {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    
    .history-caption.zxcvb {
        font-size: 0.75rem;
        margin-top: 0.5rem;
        text-align: center;
    }
    
    .history-text.lkjhg p {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 0.8rem;
    }
    
    .history-stats.nbvfr {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        margin-top: 1.5rem;
    }
    
    .stat-item.uytre {
        padding: 0.6rem;
    }
    
    .stat-number.ghjkl {
        font-size: 1.4rem;
    }
    
    .stat-label.vfrde {
        font-size: 0.65rem;
    }
}
.stat-item.uytre {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stat-item.uytre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #6a1b9a, #ffab00);
    transition: all 0.4s ease;
}

.stat-item.uytre:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-item.uytre:hover::before {
    width: 100%;
    opacity: 0.1;
}

.stat-number.ghjkl {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #4a148c;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.stat-item.uytre:hover .stat-number.ghjkl {
    color: #ffab00;
    transform: scale(1.1);
}

.stat-label.vfrde {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .history-content.qwerty {
        grid-template-columns: 1fr;
    }
    
    .history-image.poiuy {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .history-title.mnbvx {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .history-stats.nbvfr {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .history-title.mnbvx {
        font-size: 2rem;
    }
    
    .stat-number.ghjkl {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .history-section.zxcbn {
        padding: 60px 0;
    }
    
    .history-title.mnbvx {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .history-text.lkjhg p {
        font-size: 1rem;
        padding-left: 15px;
    }
    
    .history-stats.nbvfr {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .image-frame.asdfg {
        border-width: 5px;
    }
}

@media (max-width: 320px) {
    .history-title.mnbvx {
        font-size: 1.6rem;
    }
    
    .history-text.lkjhg p {
        font-size: 0.95rem;
    }
    
    .stat-number.ghjkl {
        font-size: 2rem;
    }
    
    .stat-label.vfrde {
        font-size: 1rem;
    }
}
.methodology-section.kjhgf {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f5ff 0%, #f0ebff 100%);
    position: relative;
    overflow: hidden;
}

.methodology-header.poiuy {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.methodology-title.mnbvc {
    font-size: 2.8rem;
    color: #4a148c;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    animation: textFocusIn 1s ease;
}

.decoration-line.lkjhg {
    height: 4px;
    width: 100px;
    background: linear-gradient(to right, #6a1b9a, #ffab00);
    margin: 0 auto;
    border-radius: 2px;
    animation: lineExpand 1.2s ease;
}

.methodology-grid.qazws {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.methodology-card.xswed {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(106, 27, 154, 0.08);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: cardFadeIn 0.8s ease;
}

.methodology-card.xswed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #6a1b9a, #ffab00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.methodology-card.xswed:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(106, 27, 154, 0.15);
}

.methodology-card.xswed:hover::before {
    transform: scaleX(1);
}

.card-icon.cvfr {
    margin-bottom: 20px;
    position: relative;
    width: 60px;
    height: 60px;
}

.icon-circle.bgty {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(106, 27, 154, 0.1) 0%, rgba(106, 27, 154, 0.2) 100%);
    position: relative;
}

.icon-circle.bgty::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6a1b9a 0%, #9c27b0 100%);
}

.card-title.nhyu {
    font-size: 1.5rem;
    color: #4a148c;
    margin-bottom: 15px;
    position: relative;
}

.card-content.mju p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.methodology-description.zxcvb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.description-image.qwer {
    position: relative;
    height: 100%;
}

.image-wrapper.tyui {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.image-placeholder.opas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #7b1fa2, #4a148c);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.description-text.asdf {
    padding: 40px;
}

.description-text.asdf h3 {
    font-size: 1.8rem;
    color: #4a148c;
    margin-bottom: 20px;
}

.description-text.asdf p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

@keyframes textFocusIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .methodology-title.mnbvc {
        font-size: 2.4rem;
    }
    
    .methodology-description.zxcvb {
        grid-template-columns: 1fr;
    }
    
    .image-wrapper.tyui {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .methodology-section.kjhgf {
        padding: 80px 0;
    }
    
    .methodology-title.mnbvc {
        font-size: 2rem;
    }
    
    .methodology-grid.qazws {
        grid-template-columns: 1fr 1fr;
    }
    
    .card-content.mju p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .methodology-grid.qazws {
        grid-template-columns: 1fr;
    }
    
    .methodology-title.mnbvc {
        font-size: 1.8rem;
    }
    
    .description-text.asdf {
        padding: 30px;
    }
    
    .description-text.asdf h3 {
        font-size: 1.5rem;
    }
    
    .description-text.asdf p {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .methodology-section.kjhgf {
        padding: 60px 0;
    }
    
    .methodology-title.mnbvc {
        font-size: 1.6rem;
    }
    
    .methodology-card.xswed {
        padding: 20px;
    }
    
    .card-title.nhyu {
        font-size: 1.3rem;
    }
    
    .card-content.mju p {
        font-size: 0.95rem;
    }
    
    .description-text.asdf {
        padding: 20px;
    }
}
.dance-science.vbnmj {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff 0%, #f9f4ff 100%);
    position: relative;
    overflow: hidden;
}

.dance-science.vbnmj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: 0;
}
.science-icon.mnbv {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(106, 27, 154, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.science-block.lkjh:hover .science-icon.mnbv {
    transform: scale(1.1) rotate(5deg);
    background: rgba(106, 27, 154, 0.2);
}

.science-icon.mnbv svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.science-block.lkjh:hover .science-icon.mnbv svg {
    transform: scale(1.1);
}
.science-header.qwert {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.science-title.zxcv {
    font-size: 2.8rem;
    color: #4a148c;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    animation: titleWave 1.2s ease;
}

.science-subtitle.asdf {
    font-size: 1.3rem;
    color: #7b1fa2;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeIn 1.5s ease;
}

.science-content.poiuy {
    position: relative;
    z-index: 1;
}

.science-block.lkjh {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(106, 27, 154, 0.08);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: blockFloat 1s ease;
}

.science-block.lkjh:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(106, 27, 154, 0.15);
}

.science-icon.mnbv {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    position: relative;
}

.icon-wrapper.qazx {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(106, 27, 154, 0.1) 0%, rgba(154, 27, 130, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: iconPulse 2s infinite ease-in-out;
}

.icon-wrapper.qazx::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6a1b9a 0%, #9c27b0 100%);
}

.block-title.wsxc {
    font-size: 1.8rem;
    color: #4a148c;
    margin-bottom: 20px;
    position: relative;
}

.block-title.wsxc::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #ffab00, #ff6d00);
}

.block-text.edcr {
    color: #555;
    line-height: 1.8;
}

.block-text.edcr p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.science-list.rfvt {
    margin: 25px 0;
    padding-left: 20px;
}

.science-list.rfvt li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 1.05rem;
}

.science-list.rfvt li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236a1b9a"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat;
    background-size: contain;
}

.science-comparison.uytre {
    margin-top: 70px;
    animation: fadeInUp 1s ease;
}

.comparison-title.iopu {
    text-align: center;
    font-size: 2rem;
    color: #4a148c;
    margin-bottom: 40px;
    position: relative;
}

.comparison-title.iopu::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #6a1b9a, #ffab00);
}

.comparison-table.tyui {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.table-row.ghjk {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.table-header.fghj {
    background: #6a1b9a;
    color: white;
    padding: 18px 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.table-header.fghj:first-child {
    text-align: left;
}

.table-cell.fghj {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.table-cell.fghj:first-child {
    text-align: left;
    justify-content: flex-start;
    font-weight: 500;
    color: #333;
}

.table-row.ghjk:nth-child(even) {
    background: #f9f4ff;
}

@keyframes titleWave {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    60% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blockFloat {
    from {
        opacity: 0;
        transform: translateY(30px) rotate(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}

@keyframes iconPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .science-title.zxcv {
        font-size: 2.4rem;
    }
}

@media (max-width: 992px) {
    .science-block.lkjh {
        flex-direction: column;
    }
    
    .science-icon.mnbv {
        margin-bottom: 20px;
    }
    
    .table-row.ghjk {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .dance-science.vbnmj {
        padding: 80px 0;
    }
    
    .science-title.zxcv {
        font-size: 2rem;
    }
    
    .science-block.lkjh {
        padding: 30px;
    }
    
    .block-title.wsxc {
        font-size: 1.6rem;
    }
    
    .table-row.ghjk {
        grid-template-columns: 1.2fr 1fr 1fr 1fr;
    }
    
    .table-header.fghj,
    .table-cell.fghj {
        padding: 12px 8px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .science-title.zxcv {
        font-size: 1.8rem;
    }
    
    .science-subtitle.asdf {
        font-size: 1.1rem;
    }
    
    .science-block.lkjh {
        padding: 25px;
    }
    
    .comparison-table.tyui {
        overflow-x: auto;
    }
    
    .table-row.ghjk {
        grid-template-columns: 200px 100px 100px 100px;
        width: max-content;
    }
}

@media (max-width: 320px) {
    .dance-science.vbnmj {
        padding: 60px 0;
    }
    
    .science-title.zxcv {
        font-size: 1.6rem;
    }
    
    .science-block.lkjh {
        padding: 20px;
    }
    
    .block-title.wsxc {
        font-size: 1.4rem;
    }
    
    .block-text.edcr p,
    .science-list.rfvt li {
        font-size: 0.95rem;
    }
    
    .science-icon.mnbv {
        width: 60px;
        height: 60px;
    }
    
    .icon-wrapper.qazx::before {
        width: 40px;
        height: 40px;
    }
}
.dance-transform.qwemn {
    padding: 3rem 0;
    background: #faf7ff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.transform-header.bvcdx {
    text-align: center;
    margin-bottom: 2.5rem;
}

.transform-title.lkjmn {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #4a148c;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.transform-subtitle.poiuy {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #7b1fa2;
    max-width: 700px;
    margin: 0 auto;
}

.transform-content.xswqa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 1.5rem;
}

.transform-card.zxclk {
    background: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 1rem rgba(106, 27, 154, 0.08);
    transition: transform 0.3s ease;
}

.transform-card.zxclk:hover {
    transform: translateY(-0.5rem);
}

.card-header.vfrty {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 1.5rem 0;
}

.card-icon.nbvgy {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #6a1b9a, #9c27b0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title.ujmik {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: #4a148c;
    margin: 0;
}

.card-body.thgfd {
    padding: 1rem 1.5rem 1.5rem;
}

.benefits-list.yhnuj {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.benefit-item.mkiol {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.5;
}

.benefit-item.mkiol::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ffab00;
    font-size: 1.5rem;
    line-height: 1;
}

.benefit-item.mkiol span {
    font-weight: 600;
    color: #6a1b9a;
    background: rgba(255, 171, 0, 0.15);
    padding: 0.1rem 0.3rem;
    border-radius: 0.25rem;
}

.card-description.polkj {
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.transform-summary.rewqs {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #6a1b9a, #9c27b0);
    border-radius: 0.75rem;
    padding: 2rem;
    color: white;
    margin-top: 1rem;
}

.summary-title.mnbvc {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    text-align: center;
    margin: 0 0 1.5rem;
    position: relative;
}

.summary-title.mnbvc::after {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 0.2rem;
    background: #ffab00;
}

.summary-stats.cxzas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.stat-block.qazxc {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
}

.stat-number.wsxed {
    display: block;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #ffab00;
    margin-bottom: 0.25rem;
}

.stat-label.edcrf {
    font-size: clamp(0.9rem, 2vw, 1rem);
    display: block;
}

.summary-text.tfvgy {
    font-size: clamp(1rem, 2vw, 1.1rem);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .dance-transform.qwemn {
        padding: 2rem 0;
    }
    
    .transform-header.bvcdx {
        margin-bottom: 1.5rem;
    }
    
    .card-header.vfrty {
        padding: 1rem 1rem 0;
    }
    
    .benefit-item.mkiol {
        padding-left: 1.5rem;
    }
    
    .transform-summary.rewqs {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 320px) {
    .transform-content.xswqa {
        grid-template-columns: 1fr;
    }
    
    .benefit-item.mkiol {
        font-size: 0.9rem;
    }
    
    .stat-block.qazxc {
        padding: 0.75rem;
    }
}
.app-features.xswqa {
    padding: clamp(2rem, 5vw, 4rem) 0;
    background: #f9f4ff;
}

.features-header.plmko {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.features-title.qazws {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #4a148c;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.features-subtitle.edcrf {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #7b1fa2;
    max-width: 700px;
    margin: 0 auto;
}

.features-grid.iuytr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(1rem, 3vw, 1.5rem);
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card.tgbyh {
    background: white;
    border-radius: 0.75rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow: 0 0.25rem 1rem rgba(106, 27, 154, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card.tgbyh:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(106, 27, 154, 0.15);
}

.card-icon.ujmik {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title.nhyuj {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: #4a148c;
    margin: 0 0 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.card-title.nhyuj::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 0.15rem;
    background: #ffab00;
}

.card-content.mkiol {
    color: #555;
    line-height: 1.6;
}

.feature-list.polkj {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.feature-list.polkj li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.feature-list.polkj li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ffab00;
    font-weight: bold;
    animation: arrowBounce 1.5s infinite;
}

.feature-stats.qwert {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    background: linear-gradient(135deg, #6a1b9a, #9c27b0);
    border-radius: 0.75rem;
    padding: clamp(1.5rem, 3vw, 2rem);
}

.stat-item.yuiop {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.stat-item.yuiop svg {
    margin-bottom: 0.5rem;
}

.stat-number.asdfg {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #ffab00;
    margin-bottom: 0.25rem;
}

.stat-label.zxcvb {
    font-size: clamp(0.9rem, 2vw, 1rem);
    opacity: 0.9;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(0.25rem); }
}

@media (max-width: 480px) {
    .features-grid.iuytr {
        grid-template-columns: 1fr;
    }
    
    .feature-stats.qwert {
        grid-template-columns: 1fr;
    }
    
    .feature-list.polkj li {
        padding-left: 1.25rem;
    }
}

@media (max-width: 320px) {
    .app-features.xswqa {
        padding: 1.5rem 0;
    }
    
    .feature-card.tgbyh {
        padding: 1.25rem;
    }
    
    .card-icon.ujmik {
        width: 2.5rem;
        height: 2.5rem;
    }
}
.app-methodology.zxcvb {
    padding: clamp(2rem, 5vw, 4rem) 0;
    background: #f8f5ff;
}

.methodology-header.qwert {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.methodology-title.yuiop {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #4a148c;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    animation: fadeInDown 0.8s ease;
}

.methodology-subtitle.asdfg {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #7b1fa2;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeIn 1s ease;
}

.methodology-steps.mnbvc {
    max-width: 900px;
    margin: 0 auto;
}

.step-item.lkjhg {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    animation: slideIn 0.8s ease;
}

.step-icon.poiuy {
    flex-shrink: 0;
    background: rgba(106, 27, 154, 0.1);
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.step-item.lkjhg:hover .step-icon.poiuy {
    transform: scale(1.1) rotate(5deg);
}

.step-content.uytre {
    flex: 1;
}

.step-title.rfved {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    color: #4a148c;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.step-title.rfved::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    height: 0.2rem;
    background: #ffab00;
}

.step-text.tgbyh {
    color: #555;
    line-height: 1.7;
}

.step-text.tgbyh p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.methodology-list.nhyuj {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.methodology-list.nhyuj li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.methodology-list.nhyuj li::before {
    content: "»";
    position: absolute;
    left: 0;
    color: #ffab00;
    font-weight: bold;
    animation: listPulse 1.5s infinite;
}

.methodology-results.qazws {
    background: linear-gradient(135deg, #6a1b9a, #9c27b0);
    border-radius: 0.8rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin-top: 2rem;
    animation: fadeInUp 0.8s ease;
}

.results-title.xswed {
    color: white;
    text-align: center;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    position: relative;
}

.results-title.xswed::after {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.2rem;
    background: #ffab00;
}

.results-grid.edcrf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.result-item.vfrgb {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.result-item.vfrgb:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-0.3rem);
}

.result-number.tgbhy {
    display: block;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #ffab00;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.result-label.ujmik {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: white;
    opacity: 0.9;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-1.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-1rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes listPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .step-item.lkjhg {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }
    
    .step-icon.poiuy {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .methodology-results.qazws {
        padding: 1.5rem 1rem;
    }
    
    .results-grid.edcrf {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 320px) {
    .app-methodology.zxcvb {
        padding: 1.5rem 0;
    }
    
    .methodology-title.yuiop {
        font-size: 1.6rem;
    }
    
    .step-text.tgbyh p,
    .methodology-list.nhyuj li {
        font-size: 0.95rem;
    }
    
    .methodology-list.nhyuj li {
        padding-left: 1.5rem;
    }
    
    .result-item.vfrgb {
        padding: 1.25rem 0.5rem;
    }
}
.contact-faq.qwerty {
    padding: clamp(2rem, 5vw, 4rem) 0;
    background: #f9f5ff;
}

.faq-header.zxcvb {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.faq-title.asdfg {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #4a148c;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    animation: fadeInDown 0.8s ease;
}

.faq-subtitle.hjklm {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #7b1fa2;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeIn 1s ease;
}

.faq-accordion.nmbvc {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item.poiuy {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.5rem rgba(106, 27, 154, 0.1);
    background: white;
    transition: all 0.3s ease;
}

.accordion-item.poiuy:hover {
    box-shadow: 0 0.25rem 1rem rgba(106, 27, 154, 0.15);
}

.accordion-header.lkjhg {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: white;
    transition: background 0.3s ease;
}

.accordion-item.poiuy.active .accordion-header.lkjhg {
    background: #f3e5ff;
}

.accordion-icon.qazws {
    margin-right: 1rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion-item.poiuy.active .accordion-icon.qazws {
    transform: rotate(45deg);
}

.question.xswed {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #4a148c;
    margin: 0;
    font-weight: 600;
}

.accordion-content.rfvtg {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.accordion-item.poiuy.active .accordion-content.rfvtg {
    max-height: 2000px;
    padding: 0 1.25rem 1.25rem;
}

.accordion-content.rfvtg p,
.accordion-content.rfvtg ul,
.accordion-content.rfvtg ol,
.accordion-content.rfvtg table {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
    color: #555;
}

.accordion-content.rfvtg li {
    margin-bottom: 0.5rem;
}

.accordion-content.rfvtg table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.accordion-content.rfvtg th,
.accordion-content.rfvtg td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #eee;
}

.accordion-content.rfvtg th {
    background: #f3e5ff;
    color: #4a148c;
}

.cognitive-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.benefit-item {
    background: rgba(106, 27, 154, 0.05);
    padding: 1rem;
    border-radius: 0.5rem;
}

.benefit-item h4 {
    color: #4a148c;
    margin: 0 0 0.5rem;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-1.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 768px) {
    .accordion-header.lkjhg {
        padding: 1rem;
    }
    
    .accordion-content.rfvtg {
        padding: 0 1rem;
    }
    
    .accordion-item.poiuy.active .accordion-content.rfvtg {
        padding: 0 1rem 1rem;
    }
}

@media (max-width: 480px) {
    .accordion-content.rfvtg table {
        display: block;
        overflow-x: auto;
    }
    
    .cognitive-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 320px) {
    .contact-faq.qwerty {
        padding: 1.5rem 0;
    }
    
    .faq-title.asdfg {
        font-size: 1.6rem;
    }
    
    .question.xswed {
        font-size: 1.1rem;
    }
    
    .accordion-content.rfvtg p,
    .accordion-content.rfvtg li {
        font-size: 0.95rem;
    }
    
    .accordion-header.lkjhg {
        padding: 0.75rem;
    }
}
.contact-form.zxcvb {
    padding: clamp(3rem, 5vw, 5rem) 0;
    background: #f9f5ff;
}

.form-container.mnbvc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.form-title.plmko {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #4a148c;
    margin-bottom: 1.5rem;
    grid-column: 1 / -1;
}

form.qwert {
    display: grid;
    gap: 1.5rem;
}

.form-group.asdfg {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.asdfg label {
    font-weight: 500;
    color: #4a148c;
}

.form-group.asdfg input,
.form-group.asdfg select,
.form-group.asdfg textarea {
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group.asdfg input:focus,
.form-group.asdfg select:focus,
.form-group.asdfg textarea:focus {
    outline: none;
    border-color: #6a1b9a;
    box-shadow: 0 0 0 2px rgba(106, 27, 154, 0.1);
}

.form-group.asdfg textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox.asdfg {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox.asdfg input {
    margin-top: 0.3rem;
}

.checkbox.asdfg label {
    font-weight: 400;
}

.checkbox.asdfg label a {
    color: #6a1b9a;
    text-decoration: underline;
}

.btn.rtghy {
    padding: 1rem 2rem;
    background: #6a1b9a;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn.rtghy:hover {
    background: #4a148c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(106, 27, 154, 0.2);
}

.form-info.lkjhg {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form-info.lkjhg h3 {
    color: #4a148c;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.process-steps.nbvfr {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 1.5rem;
}

.step-item.uytre {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-number.qazws {
    background: #6a1b9a;
    color: white;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 600;
}

.privacy-note.poiuy {
    background: #f3e5ff;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.privacy-note.poiuy h4 {
    color: #4a148c;
    margin: 0 0 0.5rem;
}

@media (max-width: 992px) {
    .form-container.mnbvc {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-info.lkjhg {
        order: -1;
    }
}

@media (max-width: 576px) {
    .checkbox.asdfg {
        align-items: center;
    }
    
    .checkbox.asdfg label {
        font-size: 0.95rem;
    }
    
    .btn.rtghy {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .contact-form.zxcvb {
        padding: 2rem 0;
    }
    
    .form-group.asdfg input,
    .form-group.asdfg select,
    .form-group.asdfg textarea {
        padding: 0.7rem 0.9rem;
    }
    
    .step-item.uytre {
        gap: 0.75rem;
    }
    
    .step-number.qazws {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.9rem;
    }
}
.dance-benefits.kjhgf {
    padding: clamp(3rem, 5vw, 5rem) 0;
    background: linear-gradient(to bottom, #faf7ff 0%, #f3edff 100%);
}

.benefits-header.mnbvc {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.benefits-title.poiuy {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #4a148c;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    animation: fadeInDown 0.8s ease;
}

.benefits-subtitle.lkjhg {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #7b1fa2;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeIn 1s ease;
}

.benefits-grid.qazws {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card.xswed {
    background: white;
    border-radius: 0.75rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow: 0 0.5rem 1.5rem rgba(106, 27, 154, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.benefit-card.xswed:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2rem rgba(106, 27, 154, 0.15);
}

.benefit-card.xswed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    background: linear-gradient(to bottom, #6a1b9a, #ffab00);
    transition: width 0.4s ease;
}

.benefit-card.xswed:hover::before {
    width: 0.5rem;
}

.card-icon.cvfr {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(106, 27, 154, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.benefit-card.xswed:hover .card-icon.cvfr {
    transform: scale(1.1) rotate(5deg);
}

.card-title.nhyu {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    color: #4a148c;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.card-title.nhyu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 0.15rem;
    background: #ffab00;
}

.card-content.mju {
    color: #555;
    line-height: 1.7;
}

.card-content.mju p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.benefit-list.kij {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.benefit-list.kij li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.benefit-list.kij li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #ffab00;
    font-weight: bold;
    animation: arrowPulse 1.5s infinite;
}

.benefit-list.kij li strong {
    color: #4a148c;
}

.research-summary.zxcv {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #6a1b9a, #9c27b0);
    border-radius: 0.75rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    color: white;
    animation: fadeInUp 0.8s ease;
}

.research-title.bnm {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    position: relative;
}

.research-title.bnm::after {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.15rem;
    background: #ffab00;
}

.research-content.vfr p {
    margin-bottom: 1.5rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.research-stats.gty {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem auto;
    max-width: 800px;
}

.stat-item.ujm {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.stat-item.ujm:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-0.25rem);
}

.stat-number.iop {
    display: block;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #ffab00;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.stat-label.qwe {
    font-size: clamp(0.9rem, 2vw, 1rem);
    display: block;
    opacity: 0.9;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-1.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes arrowPulse {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(0.25rem); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .benefits-grid.qazws {
        grid-template-columns: 1fr;
    }
    
    .benefit-card.xswed {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .dance-benefits.kjhgf {
        padding: 2.5rem 0;
    }
    
    .research-stats.gty {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 320px) {
    .benefits-title.poiuy {
        font-size: 1.6rem;
    }
    
    .card-content.mju p,
    .benefit-list.kij li {
        font-size: 0.95rem;
    }
    
    .benefit-list.kij li {
        padding-left: 1.5rem;
    }
    
    .stat-item.ujm {
        padding: 1.25rem 0.75rem;
    }
}
.team-section {
  padding: clamp(3rem, 5vw, 5rem) 0;
  background-color: #f9f5ff;
}

.container {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #4a148c;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #7b1fa2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}
@media (max-width: 320px) {
    .style-benefits.vfrde {
        padding: 1.5rem 0;
    }
    
    .section-title.lkjhg {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
        text-align: center;
    }
    
    .benefits-grid.mnbvc {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .benefit-item.qwert {
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .benefit-item.qwert h3.asdfg {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .benefit-item.qwert p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.team-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.member-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .member-photo img {
  transform: scale(1.05);
}

.member-info {
  padding: 1.5rem;
}

.member-name {
  font-size: 1.4rem;
  color: #2d3436;
  margin-bottom: 0.3rem;
}

.member-position {
  font-size: 1rem;
  color: #6a1b9a;
  font-weight: 500;
  margin-bottom: 1rem;
}

.member-bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.team-description {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.team-description p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .team-grid {
    gap: 1.5rem;
  }
  
  .member-info {
    padding: 1.25rem;
  }
}

@media (max-width: 480px) {
  .team-card {
    max-width: 350px;
    margin: 0 auto;
  }
  
  .team-description {
    padding: 1.5rem;
  }
}

@media (max-width: 320px) {
  .member-name {
    font-size: 1.2rem;
  }
  
  .member-bio {
    font-size: 0.9rem;
  }
}
.cyber-methodology {
  --cyber-primary: #00f3ff;
  --cyber-secondary: #6a1b9a;
  --cyber-bg: #0a0a14;
  --cyber-text: #e0e0ff;
  --cyber-accent: #ff00aa;
  
  background: var(--cyber-bg);
  color: var(--cyber-text);
  padding: clamp(4rem, 8vw, 8rem) 0;
  font-family: 'Rajdhani', 'Arial Narrow', sans-serif;
  position: relative;
  overflow: hidden;
}

.cyber-container {
  width: min(90%, 1200px);
  margin: 0 auto;
  position: relative;
}

.cyber-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.cyber-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  color: var(--cyber-primary);
  animation: cyberFloat 4s ease-in-out infinite;
}

.cyber-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(0, 243, 255, 0.3);
}

.cyber-accent {
  color: var(--cyber-accent);
}

.cyber-divider {
  margin: 1.5rem auto;
  width: min(80%, 400px);
}

.cyber-line {
  color: var(--cyber-primary);
  animation: cyberDash 3s linear infinite;
}

.cyber-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.2em;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.8;
}

.cyber-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.cyber-card {
  background: rgba(10, 10, 30, 0.6);
  border: 1px solid rgba(0, 243, 255, 0.2);
  border-radius: 4px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: cyberFadeIn 1s forwards;
  animation-delay: var(--delay);
}

.cyber-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--cyber-primary), var(--cyber-secondary));
  transition: all 0.5s ease;
}

.cyber-card:hover::before {
  width: 6px;
  box-shadow: 0 0 15px var(--cyber-primary);
}

.cyber-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cyber-card-icon {
  width: 40px;
  height: 40px;
  color: var(--cyber-primary);
  flex-shrink: 0;
}

.cyber-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
}

.cyber-card-body {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.7;
}

.cyber-highlight {
  color: var(--cyber-primary);
  font-weight: 500;
  position: relative;
}

.cyber-highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.cyber-card:hover .cyber-highlight::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cyber-footer {
  text-align: center;
  margin-top: 3rem;
}

.cyber-pulse {
  width: 200px;
  height: 20px;
  margin: 0 auto 1.5rem;
}

.cyber-pulse circle {
  opacity: 0;
  animation: cyberPulse 2s infinite;
}

.cyber-pulse circle:nth-child(1) { animation-delay: 0.1s; }
.cyber-pulse circle:nth-child(2) { animation-delay: 0.3s; }
.cyber-pulse circle:nth-child(3) { animation-delay: 0.5s; }
.cyber-pulse circle:nth-child(4) { animation-delay: 0.7s; }
.cyber-pulse circle:nth-child(5) { animation-delay: 0.9s; }

.cyber-disclaimer {
  font-size: 0.8rem;
  opacity: 0.6;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

@keyframes cyberFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes cyberDash {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 15; }
}

@keyframes cyberFadeIn {
  to { opacity: 1; }
}

@keyframes cyberPulse {
  0%, 100% { opacity: 0.2; r: 3; }
  50% { opacity: 1; r: 4; }
}

@media (max-width: 768px) {
  .cyber-card {
    padding: 1.5rem;
  }
  
  .cyber-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .cyber-content {
    grid-template-columns: 1fr;
  }
}

.thanks-hero.uytre {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  color: var(--white);
  text-align: center;
  padding-top: 80px;
}

.thanks-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  animation: fadeInUp 0.8s ease;
}

.thanks-title.wqazx {
  font-size: 3rem;
  color:violet;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.thanks-message.poiuy {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.btn.rtghy {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
}

.btn.rtghy:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .thanks-title.wqazx {
    font-size: 2.5rem;
  }
  
  .thanks-message.poiuy {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .thanks-hero.uytre {
    min-height: 500px;
    padding-top: 60px;
  }
  
  .thanks-title.wqazx {
    font-size: 2rem;
  }
  
  .btn.rtghy {
    padding: 10px 25px;
  }
}