/* Base Styles and Variables */
:root {
    --primary-color: #4b6954;
    --secondary-color: #b08c5e;
    --accent-color: #e7b36b;
    --dark-color: #333333;
    --light-color: #f8f7f4;
    --bg-color: #f0ede6;
    --transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Typography */
@font-face {
    font-family: 'QigongSymbols';
    src: url('data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAW0AA8AAAAAC0QAAAVcAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICodIhkwLFAABNgIkAxgEIAWDMwdmG9cJyI6qprLtEwx6Q84mwZP/+P3aXvfMN/NheYkGV1BUZDo3HSx9IYl0iqfEYY06pQ2RxO387+a/DYZrhmHyRHmikUgSkW6eCPGQWMRLNKnzW+jv+3NWs+5S2qieCOtgHDLjN/+cKdynRtI/cnxzYDOwbG9tEGwQbJxoNUyjsLCw0CAUhv7f59fplcBbklg0igdvQpuYtX3n7tmzd3aSmVTjqoqhClNnDv0PHa20kSqVRieQMH7TtBFMJk5ueZrX7caxe5Bs4hsSQOD3wQ/Qww8cL7AANJkCQKqcDwCghNcWAFxZMwlIM6+SANXyaghQL69JQEN5tdkY6VUBBA7LoV9aMQDouvDiDxPdolsCXEg8MgJUVdVcq7O5xoFKEWzAaQ/Cs1GlE2zKgTZBGCYMrVOuRGhV6KWDI9LjjsKcvh8T21gFOr10q3MkIjEm7Z6/E+N4f/+I+5K/G8fuePdm+p8a4QjtNOEfnvF6PCMiUnvYXTDSO5vkLp5UdnW3Y8RGPBeQJMOu7KFgM84p8Sc7+Yb3BRu9vt7ujExe5B/y9HZ3hYYRGfcWGvJGpHdwNNiNk9iLZqv1wQRHYk9x2ZDCmZRkwdmUFMlJRHw8iX0EXtKBPM6FJrBHGcIAZ1OSBacgM/aRW7LUoYnqk/5hKLjjCj/SfzQQxwsPwxMkC/1DQ/2hRJJFIsnPpC85jO+Ew3JUiomWf4jnQpMyL71sj8nh3fUr8nQ5XQZXG7ys5QveRSqbOp9G0yt3R2JYpJLpVJq2h3qiwzGaXpNKYaNpTWUPJBaiPnbK1BocMQzm8oK0NwZN6jdT3S3yA2b4zQwfRmNDKJm3nSFQ1kZv9Pt9wMBPKl3jR87XnT2NxjYu+Zrnd+V8sRVqhBYKRyNI6VLCp7HxQGTLN91MmTGw9vp1mNqwwcyA+HHZPRHpxu/Dh9Vs+Vpm7QWID9fDQx2anOJQGO0NWuF0aLAuEo2EjJtgYbhu1qpnp+YbD46Pr3vUuE8q7Q+GpmXSo7A5N9cFhbCxQHBOTwMOB93zU3IaScPXEtI2rl49fuFJQ+jTLPq2f7whvvmGZ+Lj+RvI1q3yTz8h1uq3HqfHx2Z4kYVDX6PTJmLU1vQ0vZgwkJbdPcNTxjdgXnfaaTrUGNOdLiwfefbMAu9BliZbZWRZmDJGJl12rYutUhaRMvXnKysrmq2t8aTRYRcTpjTuVe6c0CxNyqQ7r30irbaKSLzuwYOPvHgBd/X0sJKy9ZwHn6vLwjVw42brleRi8H3w/bYLQfXV9eFLkBGZHFQT1CCDI90S9XYDyMPqwQNE3SbX/xzeWTxKSE6GaLZuhQvRRZCEzBhF5iMlCcnJk5TiZj7IHNFB+dq15Zn7YPVWaM0cM8NJu6sF2qG92mItc6hlQkwgJtHy1UaLbVzOGzfO2b//vUTCHPw/HHoI/A8mXg5/jKDf/e67X8Pf9YcemgF6x2u23vqVlyP7v5m9YMHskf3/AUf+SV5jX7ly55/kHBQagn/Rvkw5S1R6x1eZI9z/BVXXsxsH3Og5FBxlIFBRVQVfxqO5wOPwYvgCzCcPJ1MlZPx49jAlz4qlklMkzQA24XFkRo8e7fjTnJVmJGfOSPLuZudcrXStdM7ZX/Jkzin2Sl65ck6qWsXj51TfxuPr1PiYO+qh0fZ7x/9JDu/o6wQPd/y0FiCZLHCAQmIAlKfHj69JxixJ2LQJa9JkGJqXtjVJY8nJJf1aR7m5OKTjpGukMIRcZY4e/uPd0aNHzDpqVmHRqz//LCpiJGkWNiSHdV1f0r8M/lv8lZQlwf8JmFO/HP4mY38D9RGx5A==');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow: hidden;
}

body {
    font-family: 'Fauna One', serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--dark-color);
    background-color: var(--bg-color);
    overflow: hidden;
    height: 100vh;
    position: relative;
}

h1, h2, h3, h4 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: var(--primary-color);
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

p {
    margin-bottom: 1.5rem;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-color);
}

.highlight {
    color: var(--secondary-color);
}

/* Main Container */
.main-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

/* Energy Orb */
.energy-orb {
    position: fixed;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(231, 179, 107, 0.2), rgba(231, 179, 107, 0) 70%);
    right: -20rem;
    top: 0;
    z-index: -1;
    transition: top 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: inset 0 0 50px rgba(176, 140, 94, 0.2);
}

/* Energy Flows */
.energy-flow {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.energy-flow-1 {
    bottom: -5rem;
    right: -10rem;
    width: 70rem;
    height: 70rem;
    background: radial-gradient(ellipse at center, rgba(75, 105, 84, 0.05), rgba(75, 105, 84, 0) 70%);
    border-radius: 50%;
    animation: pulse 15s infinite alternate;
}

.energy-flow-2 {
    top: -20rem;
    left: -20rem;
    width: 60rem;
    height: 60rem;
    background: radial-gradient(ellipse at center, rgba(176, 140, 94, 0.05), rgba(176, 140, 94, 0) 70%);
    border-radius: 50%;
    animation: pulse 18s infinite alternate-reverse;
}

.energy-flow-3 {
    bottom: -30rem;
    left: 10rem;
    width: 80rem;
    height: 80rem;
    background: radial-gradient(ellipse at center, rgba(75, 105, 84, 0.05), rgba(75, 105, 84, 0) 70%);
    border-radius: 50%;
    animation: pulse 20s infinite alternate;
}

.energy-flow-4 {
    top: 10rem;
    right: -20rem;
    width: 60rem;
    height: 60rem;
    background: radial-gradient(ellipse at center, rgba(176, 140, 94, 0.05), rgba(176, 140, 94, 0) 70%);
    border-radius: 50%;
    animation: pulse 17s infinite alternate-reverse;
}

.energy-flow-5 {
    bottom: -10rem;
    left: -30rem;
    width: 70rem;
    height: 70rem;
    background: radial-gradient(ellipse at center, rgba(75, 105, 84, 0.05), rgba(75, 105, 84, 0) 70%);
    border-radius: 50%;
    animation: pulse 19s infinite alternate;
}

.energy-flow-6 {
    top: -15rem;
    right: 10rem;
    width: 50rem;
    height: 50rem;
    background: radial-gradient(ellipse at center, rgba(176, 140, 94, 0.05), rgba(176, 140, 94, 0) 70%);
    border-radius: 50%;
    animation: pulse 16s infinite alternate-reverse;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

/* Header */
header {
    padding: 2rem 4rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(240, 237, 230, 0.95);
}

.header-content {
    display: flex;
    align-items: center;
}

.logo-container {
    margin-right: 2rem;
}

.logo {
    width: 6rem;
    height: 6rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 70%);
}

.logo-text {
    color: var(--light-color);
    font-size: 3.6rem;
    font-family: 'QigongSymbols', sans-serif;
}

.site-title {
    margin-bottom: 0;
    letter-spacing: 0.2rem;
}

/* Circular Menu */
.circular-menu {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 900;
}

.menu-toggle {
    width: 5rem;
    height: 5rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    z-index: 10;
}

.toggle-icon {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
}

.toggle-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--light-color);
    border-radius: 50%;
    transform: scale(0.8);
    transition: var(--transition);
}

.toggle-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--light-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.circular-menu.open .toggle-icon:before {
    transform: scale(1.2);
    opacity: 0.7;
}

.circular-menu.open .toggle-icon:after {
    transform: translate(-50%, -50%) scale(0.5);
}

.menu-items {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    list-style: none;
    transition: var(--transition);
}

.menu-items li {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: 100% 100%;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.menu-items a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: var(--light-color);
    text-align: center;
    line-height: 4rem;
    font-family: 'Josefin Sans', sans-serif;
    box-shadow: var(--shadow);
    position: relative;
    transition: var(--transition);
}

.menu-items a:hover,
.menu-items a.active {
    background-color: var(--accent-color);
    transform: scale(1.1);
}

.circular-menu.open .menu-items li {
    opacity: 1;
    visibility: visible;
}

.circular-menu.open .menu-items li:nth-child(1) {
    transform: rotate(0deg) translateX(-8rem);
}

.circular-menu.open .menu-items li:nth-child(2) {
    transform: rotate(-30deg) translateX(-8rem);
}

.circular-menu.open .menu-items li:nth-child(3) {
    transform: rotate(-60deg) translateX(-8rem);
}

.circular-menu.open .menu-items li:nth-child(4) {
    transform: rotate(-90deg) translateX(-8rem);
}

.circular-menu.open .menu-items li:nth-child(5) {
    transform: rotate(-120deg) translateX(-8rem);
}

.circular-menu.open .menu-items li a {
    transform: rotate(120deg);
}

.circular-menu.open .menu-items li:nth-child(1) a {
    transform: rotate(0deg);
}

.circular-menu.open .menu-items li:nth-child(2) a {
    transform: rotate(30deg);
}

.circular-menu.open .menu-items li:nth-child(3) a {
    transform: rotate(60deg);
}

.circular-menu.open .menu-items li:nth-child(4) a {
    transform: rotate(90deg);
}

.circular-menu.open .menu-items li:nth-child(5) a {
    transform: rotate(120deg);
}

/* Content Spiral */
.content-spiral {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 12rem 4rem 4rem;
    overflow-y: auto;
    transform: translateY(50px);
}

.section-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 10;
}

.section-content {
    max-width: 120rem;
    margin: 0 auto;
    position: relative;
}

/* Section Indicator */
.section-indicator {
    position: fixed;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.indicator-dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: rgba(75, 105, 84, 0.3);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.indicator-dot:hover,
.indicator-dot.active {
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.indicator-dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    opacity: 0;
    transition: var(--transition);
}

.indicator-dot.active:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
}

/* Intro Section */
#intro h2 {
    font-size: 7.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.breath-animation {
    display: inline-block;
    animation: breathText 8s infinite;
    color: var(--secondary-color);
}

@keyframes breathText {
    0%, 100% {
        opacity: 0.6;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.tagline {
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5rem;
    margin-bottom: 4rem;
    opacity: 0.9;
}

.intro-description {
    max-width: 70rem;
    margin: 0 auto 6rem;
    text-align: center;
    font-size: 1.8rem;
}

.breath-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
}

.circle-pulse {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(75, 105, 84, 0.2), rgba(75, 105, 84, 0) 70%);
    margin-bottom: 2rem;
    transition: transform 4s ease-in-out, box-shadow 4s ease-in-out;
}

.circle-pulse.inhale {
    transform: scale(1.2);
    box-shadow: 0 0 30px rgba(75, 105, 84, 0.3);
}

.circle-pulse.exhale {
    transform: scale(0.8);
    box-shadow: 0 0 5px rgba(75, 105, 84, 0.1);
}

.breath-indicator p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
    opacity: 0.7;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scroll-indicator span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.scroll-arrow {
    width: 2rem;
    height: 2rem;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    animation: scrollArrow 2s infinite;
}

@keyframes scrollArrow {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}

/* Philosophy Section */
.philosophy-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-top: 4rem;
}

.philosophy-element {
    text-align: center;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.philosophy-element:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.element-icon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 2rem;
    background-color: rgba(75, 105, 84, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.element-icon:before {
    font-family: 'QigongSymbols', sans-serif;
    font-size: 4rem;
    color: var(--primary-color);
}

.breath-icon:before {
    content: 'A';
}

.balance-icon:before {
    content: 'B';
}

.energy-icon:before {
    content: 'C';
}

/* Practices Section */
.practices-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
}

.practice-card {
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.practice-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.practice-image {
    flex: 0 0 30rem;
    background-size: cover;
    background-position: center;
}

.practice-image-1 {
    background-image: url('img/1.png');
}

.practice-image-2 {
    background-image: url('img/2.png');
}

.practice-image-3 {
    background-image: url('img/3.png');
}

.practice-content {
    flex: 1;
    padding: 3rem;
}

.practice-content h3 {
    margin-bottom: 1rem;
}

.benefits {
    list-style-position: inside;
    margin-top: 1.5rem;
}

.benefits li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
}

.benefits li:before {
    content: '•';
    color: var(--secondary-color);
    position: absolute;
    left: 0;
}

/* Teachers Section */
.teachers-container {
    margin-top: 4rem;
}

.teacher-profile {
    display: flex;
    margin-bottom: 4rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.teacher-profile:hover {
    transform: translateX(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.teacher-image {
    flex: 0 0 20rem;
    background-size: cover;
    background-position: center;
}

.teacher-1 {
    background-image: url('img/4.png');
}

.teacher-2 {
    background-image: url('img/5.png');
}

.teacher-info {
    flex: 1;
    padding: 3rem;
}

.teacher-title {
    color: var(--secondary-color);
    font-style: italic;
    margin-bottom: 1.5rem;
}

/* Schedule Section */
.schedule-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
}

.schedule-day {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: var(--shadow);
}

.schedule-day h3 {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(75, 105, 84, 0.2);
}

.schedule-item {
    display: flex;
    margin-bottom: 2rem;
}

.time {
    flex: 0 0 8rem;
    font-weight: 600;
    color: var(--primary-color);
}

.class-info h4 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.class-info p {
    font-size: 1.4rem;
    margin-bottom: 0;
    opacity: 0.8;
}

.price-info {
    margin-top: 5rem;
}

.price-info h3 {
    text-align: center;
    margin-bottom: 3rem;
}

.price-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.price-option {
    text-align: center;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.price-option:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.price {
    font-size: 3rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 1rem 0;
}

/* Contact Section */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 4rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
}

.contact-icon {
    flex: 0 0 5rem;
    height: 5rem;
    background-color: rgba(75, 105, 84, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    position: relative;
}

.contact-icon:before {
    font-family: 'QigongSymbols', sans-serif;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.location-icon:before {
    content: 'D';
}

.phone-icon:before {
    content: 'E';
}

.email-icon:before {
    content: 'F';
}

.contact-detail h3 {
    margin-bottom: 0.5rem;
}

.contact-detail p {
    margin-bottom: 0;
}

.contact-hours {
    margin-top: 2rem;
}

.hours-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.day {
    font-weight: 600;
}

.contact-form-container {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: var(--shadow);
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(75, 105, 84, 0.2);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    font-family: 'Fauna One', serif;
    font-size: 1.6rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(75, 105, 84, 0.1);
}

.form-group.consent {
    display: flex;
    align-items: center;
}

.form-group.consent input {
    width: auto;
    margin-right: 1rem;
}

.submit-btn {
    background-color: var(--primary-color);
    color: var(--light-color);
    padding: 1.2rem 2.4rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
    transition: var(--transition);
    align-self: flex-end;
}

.submit-btn:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 4rem;
    background-color: rgba(240, 237, 230, 0.95);
    z-index: 50;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}

.footer-links a {
    margin-left: 2rem;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    html {
        font-size: 60%;
    }
    
    .philosophy-container,
    .schedule-container,
    .price-options {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .practice-image {
        flex: 0 0 25rem;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 55%;
    }
    
    .philosophy-container,
    .schedule-container,
    .price-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .practice-card {
        flex-direction: column;
    }
    
    .practice-image {
        flex: 0 0 20rem;
    }
    
    .teacher-profile {
        flex-direction: column;
    }
    
    .teacher-image {
        flex: 0 0 25rem;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 50%;
    }
    
    .section-panel {
        padding: 10rem 3rem 8rem;
    }
    
    #intro h2 {
        font-size: 6rem;
    }
    
    .philosophy-container,
    .price-options {
        grid-template-columns: 1fr;
    }
    
    .schedule-container {
        grid-template-columns: 1fr;
    }
    
    .section-indicator {
        left: 1.5rem;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-links a {
        margin: 0 1rem;
    }
}

@media screen and (max-width: 576px) {
    .section-panel {
        padding: 10rem 2rem 10rem;
    }
    
    header {
        padding: 1.5rem 2rem;
    }
    
    #intro h2 {
        font-size: 4.8rem;
    }
    
    .tagline {
        font-size: 2rem;
    }
    
    .site-title {
        font-size: 3.6rem;
    }
    
    .section-indicator {
        left: 1rem;
    }
    
    .indicator-dot {
        width: 1rem;
        height: 1rem;
    }
}