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

:root {
--primary: #0066ff;
--secondary: #00d4ff;
--accent: #ff6b35;
--dark: #0a1628;
--gray: #64748b;
--light: #f1f5f9;
--white: #ffffff;
}

body {
font-family: 'Sora', sans-serif;
line-height: 1.6;
color: var(--dark);
background: var(--white);
overflow-x: hidden;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.header {
background: var(--white);
padding: 15px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
transition: transform 0.3s;
}

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

.logo {
font-family: 'Space Grotesk', sans-serif;
font-size: 18px;
font-weight: 700;
color: var(--primary);
text-decoration: none;
}

.nav {
display: flex;
gap: 25px;
}

.nav a {
color: var(--dark);
text-decoration: none;
font-size: 14px;
font-weight: 400;
transition: color 0.3s;
}

.nav a:hover {
color: var(--primary);
}

.menu-toggle {
display: none;
flex-direction: column;
gap: 4px;
background: none;
border: none;
cursor: pointer;
}

.menu-toggle span {
width: 24px;
height: 2px;
background: var(--dark);
transition: 0.3s;
}

.hero-ultra {
background: #0a1628;
padding: 120px 0 100px;
position: relative;
overflow: hidden;
}

.hero-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: 
radial-gradient(circle at 20% 50%, rgba(0,102,255,0.15) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(0,212,255,0.1) 0%, transparent 50%);
}

.hero-wrapper {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 80px;
align-items: center;
position: relative;
z-index: 1;
}

.hero-content-box {
color: var(--white);
}

.hero-label {
display: inline-block;
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: var(--white);
padding: 10px 24px;
border-radius: 50px;
font-size: 13px;
font-weight: 600;
margin-bottom: 30px;
letter-spacing: 0.5px;
}

.hero-content-box h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 56px;
font-weight: 700;
line-height: 1.15;
margin-bottom: 25px;
background: linear-gradient(135deg, #ffffff 0%, #00d4ff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.hero-content-box p {
font-size: 18px;
line-height: 1.8;
opacity: 0.9;
margin-bottom: 40px;
max-width: 540px;
}

.hero-buttons {
display: flex;
gap: 20px;
align-items: center;
}

.hero-btn-primary, .hero-btn-ghost {
padding: 16px 36px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
display: inline-flex;
align-items: center;
gap: 10px;
}

.hero-btn-primary {
background: var(--accent);
color: var(--white);
box-shadow: 0 8px 25px rgba(255,107,53,0.3);
}

.hero-btn-primary:hover {
background: #ff8555;
transform: translateY(-3px);
box-shadow: 0 12px 35px rgba(255,107,53,0.4);
}

.hero-btn-ghost {
background: rgba(255,255,255,0.08);
color: var(--white);
border: 2px solid rgba(255,255,255,0.2);
backdrop-filter: blur(10px);
}

.hero-btn-ghost:hover {
background: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0.4);
}

.hero-visual {
position: relative;
}

.hero-image-frame {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}

.hero-image-frame::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0,102,255,0.2) 0%, transparent 60%);
z-index: 1;
}

.hero-image-frame img {
width: 100%;
height: auto;
display: block;
}

.hero-stats-overlay {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
background: rgba(255,255,255,0.95);
backdrop-filter: blur(20px);
border-radius: 16px;
padding: 25px;
display: flex;
justify-content: space-around;
gap: 20px;
z-index: 2;
box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.stat-box {
text-align: center;
}

.stat-box strong {
display: block;
font-size: 28px;
font-weight: 700;
color: var(--primary);
line-height: 1;
margin-bottom: 5px;
}

.stat-box span {
font-size: 12px;
color: var(--gray);
font-weight: 500;
}

.trust-section {
padding: 40px 0;
background: var(--light);
}

.trust-text {
text-align: center;
font-size: 13px;
color: var(--gray);
margin-bottom: 20px;
}

.trust-logos {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}

.trust-item {
font-size: 13px;
font-weight: 600;
color: var(--dark);
padding: 8px 20px;
background: var(--white);
border-radius: 6px;
}

.section-header {
text-align: center;
margin-bottom: 50px;
}

.section-label {
display: inline-block;
background: var(--light);
color: var(--primary);
padding: 6px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}

.section-header h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 36px;
margin-bottom: 15px;
color: var(--dark);
}

.section-header p {
font-size: 15px;
color: var(--gray);
max-width: 600px;
margin: 0 auto;
}

.features-modern {
padding: 80px 0;
}

.features-grid-modern {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}

.feature-modern {
background: var(--white);
padding: 35px;
border-radius: 12px;
border: 1px solid #e2e8f0;
transition: all 0.3s;
}

.feature-modern:hover {
border-color: var(--primary);
box-shadow: 0 10px 40px rgba(0,102,255,0.1);
transform: translateY(-5px);
}

.feature-icon-modern {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}

.feature-icon-modern i {
font-size: 28px;
color: var(--white);
}

.feature-modern h3 {
font-size: 18px;
margin-bottom: 12px;
font-weight: 600;
}

.feature-modern p {
font-size: 14px;
color: var(--gray);
line-height: 1.7;
margin-bottom: 15px;
}

.feature-link {
color: var(--primary);
text-decoration: none;
font-size: 13px;
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 5px;
}

.feature-link:hover {
gap: 8px;
}

.about-visual {
padding: 80px 0;
background: var(--light);
}

.about-visual-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.about-visual-content h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
margin-bottom: 20px;
}

.about-visual-content p {
font-size: 15px;
color: var(--gray);
margin-bottom: 15px;
line-height: 1.7;
}

.about-highlights {
display: flex;
flex-direction: column;
gap: 15px;
margin: 25px 0;
}

.highlight-item {
display: flex;
align-items: center;
gap: 15px;
background: var(--white);
padding: 15px;
border-radius: 8px;
}

.highlight-item i {
font-size: 28px;
color: var(--primary);
}

.highlight-item strong {
display: block;
font-size: 14px;
margin-bottom: 3px;
}

.highlight-item span {
font-size: 13px;
color: var(--gray);
}

.about-visual-image {
position: relative;
}

.about-visual-image img {
width: 100%;
height: auto;
border-radius: 15px;
box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.image-badge {
position: absolute;
bottom: 20px;
left: 20px;
background: var(--white);
padding: 15px 20px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
display: flex;
align-items: center;
gap: 12px;
}

.image-badge i {
font-size: 24px;
color: var(--accent);
}

.image-badge strong {
display: block;
font-size: 20px;
color: var(--dark);
}

.image-badge span {
font-size: 12px;
color: var(--gray);
}

.btn-secondary {
display: inline-block;
padding: 12px 30px;
background: var(--primary);
color: var(--white);
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.3s;
}

.btn-secondary:hover {
background: var(--dark);
transform: translateY(-2px);
}

.products-premium {
padding: 80px 0;
}

.products-grid-premium {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}

.product-premium {
background: var(--white);
border: 2px solid #e2e8f0;
border-radius: 15px;
padding: 35px;
transition: all 0.3s;
position: relative;
}

.product-premium:hover {
border-color: var(--primary);
box-shadow: 0 15px 50px rgba(0,102,255,0.15);
transform: translateY(-5px);
}

.product-premium.featured {
border-color: var(--accent);
background: linear-gradient(135deg, rgba(255,107,53,0.05), rgba(0,102,255,0.05));
}

.product-badge {
position: absolute;
top: -12px;
right: 30px;
background: var(--accent);
color: var(--white);
padding: 6px 16px;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
}

.product-header h3 {
font-size: 22px;
margin-bottom: 8px;
font-weight: 700;
}

.product-header p {
font-size: 13px;
color: var(--gray);
margin-bottom: 20px;
}

.product-price {
display: flex;
align-items: baseline;
gap: 5px;
margin-bottom: 25px;
}

.product-price .currency {
font-size: 20px;
font-weight: 600;
color: var(--dark);
}

.product-price .amount {
font-size: 42px;
font-weight: 700;
color: var(--primary);
}

.product-price .period {
font-size: 14px;
color: var(--gray);
}

.product-features {
list-style: none;
margin-bottom: 25px;
}

.product-features li {
padding: 10px 0;
font-size: 14px;
color: var(--dark);
display: flex;
align-items: center;
gap: 10px;
border-bottom: 1px solid #e2e8f0;
}

.product-features li:last-child {
border-bottom: none;
}

.product-features i {
color: var(--primary);
font-size: 14px;
}

.btn-product {
display: block;
text-align: center;
padding: 12px;
background: var(--primary);
color: var(--white);
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.3s;
}

.btn-product:hover {
background: var(--dark);
}

.testimonials {
padding: 80px 0;
background: var(--light);
}

.testimonials-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}

.testimonial-card {
background: var(--white);
padding: 30px;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.testimonial-content p {
font-size: 14px;
color: var(--dark);
line-height: 1.7;
margin-bottom: 20px;
font-style: italic;
}

.author-info strong {
display: block;
font-size: 14px;
margin-bottom: 3px;
}

.author-info span {
font-size: 12px;
color: var(--gray);
}

.process-section {
padding: 80px 0;
}

.process-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}

.process-step {
text-align: center;
}

.step-number {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: var(--white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 700;
margin: 0 auto 20px;
}

.process-step h3 {
font-size: 16px;
margin-bottom: 10px;
}

.process-step p {
font-size: 13px;
color: var(--gray);
line-height: 1.6;
}

.final-cta {
padding: 80px 0;
background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
color: var(--white);
}

.final-cta-content {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 50px;
align-items: center;
}

.cta-text h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 36px;
margin-bottom: 15px;
}

.cta-text p {
font-size: 15px;
opacity: 0.9;
line-height: 1.7;
}

.cta-action {
text-align: center;
}

.btn-cta-large {
display: inline-block;
padding: 16px 40px;
background: var(--accent);
color: var(--white);
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
margin-bottom: 10px;
}

.btn-cta-large:hover {
background: #ff8555;
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(255,107,53,0.3);
}

.cta-note {
font-size: 12px;
opacity: 0.8;
margin: 0;
}

.footer {
background: var(--dark);
color: var(--white);
padding: 25px 0;
}

.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 15px;
}

.footer-info p {
font-size: 13px;
opacity: 0.8;
}

.footer-links {
display: flex;
gap: 20px;
}

.footer-links a {
color: var(--white);
text-decoration: none;
font-size: 13px;
opacity: 0.8;
transition: opacity 0.3s;
}

.footer-links a:hover {
opacity: 1;
}

.privacy-popup {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: var(--dark);
color: var(--white);
padding: 20px;
z-index: 9999;
transform: translateY(100%);
transition: transform 0.3s;
}

.privacy-popup.show {
transform: translateY(0);
}

.privacy-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}

.privacy-content p {
font-size: 13px;
margin: 0;
flex: 1;
}

.privacy-content a {
color: var(--secondary);
}

.privacy-content button {
background: var(--primary);
color: var(--white);
border: none;
padding: 10px 25px;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
font-weight: 600;
transition: background 0.3s;
}

.privacy-content button:hover {
background: var(--accent);
}

@media (max-width: 968px) {
.hero-wrapper {
grid-template-columns: 1fr;
gap: 50px;
}

.hero-visual {
order: -1;
}

.hero-content-box h1 {
font-size: 42px;
}

.features-grid-modern {
grid-template-columns: repeat(2, 1fr);
}

.about-visual-grid {
grid-template-columns: 1fr;
}

.products-grid-premium {
grid-template-columns: 1fr;
}

.testimonials-grid {
grid-template-columns: 1fr;
}

.process-grid {
grid-template-columns: repeat(2, 1fr);
}

.final-cta-content {
grid-template-columns: 1fr;
text-align: center;
}
}

@media (max-width: 768px) {
.nav {
position: fixed;
top: 60px;
left: -100%;
width: 100%;
height: calc(100vh - 60px);
background: var(--white);
flex-direction: column;
padding: 30px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
transition: left 0.3s;
}

.nav.active {
left: 0;
}

.menu-toggle {
display: flex;
}

.hero-ultra {
padding: 80px 0 60px;
}

.hero-content-box h1 {
font-size: 34px;
}

.hero-content-box p {
font-size: 16px;
}

.hero-buttons {
flex-direction: column;
align-items: stretch;
}

.hero-btn-primary, .hero-btn-ghost {
justify-content: center;
}

.section-header h2 {
font-size: 28px;
}

.features-grid-modern {
grid-template-columns: 1fr;
}

.process-grid {
grid-template-columns: 1fr;
}

.footer-content {
flex-direction: column;
text-align: center;
}
}

@media (max-width: 480px) {
.hero-content-box h1 {
font-size: 28px;
}

.hero-stats-overlay {
flex-direction: column;
gap: 15px;
padding: 20px;
}

.stat-box strong {
font-size: 24px;
}

.section-header h2 {
font-size: 24px;
}

.cta-text h2 {
font-size: 26px;
}
}

@media (min-width: 320px) {
body {
font-size: 14px;
}
}

.page-hero {
background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
color: var(--white);
padding: 60px 0;
text-align: center;
position: relative;
overflow: hidden;
}

.page-hero::before {
content: '';
position: absolute;
width: 300px;
height: 300px;
background: var(--secondary);
opacity: 0.1;
border-radius: 50%;
top: -100px;
right: -100px;
}

.page-hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 38px;
margin-bottom: 15px;
position: relative;
z-index: 1;
}

.page-hero p {
font-size: 16px;
opacity: 0.9;
position: relative;
z-index: 1;
}

.content-section {
padding: 60px 0;
}

.content-layout {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
}

.content-main h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 28px;
margin-bottom: 20px;
}

.content-main p {
font-size: 15px;
color: var(--gray);
margin-bottom: 15px;
line-height: 1.7;
}

.sidebar-card {
background: var(--light);
padding: 25px;
border-radius: 10px;
border-left: 4px solid var(--accent);
}

.sidebar-card i {
font-size: 35px;
color: var(--accent);
margin-bottom: 15px;
}

.sidebar-card h3 {
font-size: 18px;
margin-bottom: 10px;
}

.sidebar-card p {
font-size: 14px;
color: var(--gray);
}

.practices-grid {
padding: 60px 0;
background: var(--light);
}

.practices-grid h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
text-align: center;
margin-bottom: 50px;
}

.practices-list {
display: flex;
flex-direction: column;
gap: 25px;
}

.practice-item {
display: grid;
grid-template-columns: 80px 1fr;
gap: 20px;
background: var(--white);
padding: 25px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.practice-icon {
width: 60px;
height: 60px;
background: var(--primary);
color: var(--white);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
}

.practice-content h3 {
font-size: 18px;
margin-bottom: 10px;
}

.practice-content p {
font-size: 14px;
color: var(--gray);
line-height: 1.6;
}

.tools-section {
padding: 60px 0;
}

.tools-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
text-align: center;
margin-bottom: 50px;
}

.tools-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
}

.tool-card {
background: var(--light);
padding: 30px;
border-radius: 10px;
text-align: center;
}

.tool-card i {
font-size: 40px;
color: var(--secondary);
margin-bottom: 15px;
}

.tool-card h3 {
font-size: 18px;
margin-bottom: 10px;
}

.tool-card p {
font-size: 14px;
color: var(--gray);
}

.balance-strategies {
padding: 60px 0;
background: var(--light);
}

.balance-strategies h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
text-align: center;
margin-bottom: 50px;
}

.strategies-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}

.strategy-card {
background: var(--white);
padding: 30px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.strategy-card i {
font-size: 35px;
color: var(--accent);
margin-bottom: 15px;
}

.strategy-card h3 {
font-size: 18px;
margin-bottom: 10px;
}

.strategy-card p {
font-size: 14px;
color: var(--gray);
line-height: 1.6;
}

.boundaries-section {
padding: 60px 0;
}

.boundaries-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
text-align: center;
margin-bottom: 50px;
}

.boundaries-content {
display: flex;
flex-direction: column;
gap: 25px;
}

.boundary-item {
display: grid;
grid-template-columns: 80px 1fr;
gap: 20px;
align-items: start;
}

.boundary-number {
width: 60px;
height: 60px;
background: var(--primary);
color: var(--white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 700;
}

.boundary-text h3 {
font-size: 18px;
margin-bottom: 10px;
}

.boundary-text p {
font-size: 14px;
color: var(--gray);
line-height: 1.6;
}

.wellness-tips {
padding: 60px 0;
background: var(--light);
}

.wellness-tips h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
text-align: center;
margin-bottom: 50px;
}

.tips-layout {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}

.tip-card {
background: var(--white);
padding: 30px;
border-radius: 10px;
text-align: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tip-card i {
font-size: 40px;
color: var(--secondary);
margin-bottom: 15px;
}

.tip-card h3 {
font-size: 18px;
margin-bottom: 10px;
}

.tip-card p {
font-size: 14px;
color: var(--gray);
line-height: 1.6;
}

.contact-hero {
background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
color: var(--white);
padding: 60px 0;
text-align: center;
}

.contact-hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 38px;
margin-bottom: 15px;
}

.contact-hero p {
font-size: 16px;
opacity: 0.9;
}

.contact-main {
padding: 70px 0;
}

.contact-layout {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 50px;
}

.contact-form-wrapper {
background: var(--white);
padding: 40px;
border-radius: 10px;
box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.form-header {
text-align: center;
margin-bottom: 30px;
}

.form-header i {
font-size: 50px;
color: var(--primary);
margin-bottom: 15px;
}

.form-header h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 26px;
margin-bottom: 10px;
}

.form-header p {
font-size: 14px;
color: var(--gray);
}

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

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

.form-group label {
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: var(--dark);
}

.form-group input,
.form-group textarea {
padding: 12px;
border: 2px solid #e2e8f0;
border-radius: 6px;
font-size: 14px;
font-family: 'Sora', sans-serif;
transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--primary);
}

.checkbox-group {
flex-direction: row;
align-items: start;
}

.checkbox-label {
display: flex;
gap: 10px;
font-size: 13px;
color: var(--gray);
cursor: pointer;
}

.checkbox-label input {
margin-top: 2px;
}

.checkbox-label a {
color: var(--primary);
}

.btn-submit {
background: var(--primary);
color: var(--white);
padding: 14px;
border: none;
border-radius: 6px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
transition: background 0.3s;
}

.btn-submit:hover {
background: var(--dark);
}

.contact-info-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
}

.contact-info-card {
background: var(--light);
padding: 25px;
border-radius: 10px;
}

.contact-info-card i {
font-size: 30px;
color: var(--primary);
margin-bottom: 10px;
}

.contact-info-card h3 {
font-size: 16px;
margin-bottom: 8px;
font-weight: 600;
}

.contact-info-card p {
font-size: 14px;
color: var(--gray);
line-height: 1.6;
}

.map-section {
padding: 60px 0;
background: var(--light);
}

.map-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
}

.map-wrapper {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.contact-cta {
padding: 60px 0;
}

.cta-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.cta-item {
text-align: center;
padding: 30px;
background: var(--light);
border-radius: 10px;
}

.cta-item i {
font-size: 40px;
color: var(--primary);
margin-bottom: 15px;
}

.cta-item h3 {
font-size: 18px;
margin-bottom: 10px;
}

.cta-item p {
font-size: 14px;
color: var(--gray);
}

.thankyou-section, .error-section {
padding: 100px 0;
min-height: calc(100vh - 130px);
display: flex;
align-items: center;
}

.thankyou-content, .error-content {
text-align: center;
max-width: 600px;
margin: 0 auto;
}

.thankyou-icon {
font-size: 80px;
color: #10b981;
margin-bottom: 25px;
}

.thankyou-content h1, .error-content h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
margin-bottom: 20px;
}

.thankyou-content p, .error-content p {
font-size: 15px;
color: var(--gray);
margin-bottom: 30px;
line-height: 1.7;
}

.thankyou-actions, .error-actions {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 40px;
}

.thankyou-info {
display: flex;
gap: 30px;
justify-content: center;
margin-top: 40px;
}

.info-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.info-item i {
font-size: 30px;
color: var(--primary);
}

.info-item p {
font-size: 13px;
margin: 0;
}

.error-code {
font-size: 120px;
font-weight: 700;
color: var(--primary);
opacity: 0.3;
line-height: 1;
margin-bottom: 20px;
}

.error-links {
margin-top: 40px;
text-align: left;
display: inline-block;
}

.error-links h3 {
font-size: 18px;
margin-bottom: 15px;
}

.error-links ul {
list-style: none;
}

.error-links ul li {
margin-bottom: 10px;
}

.error-links ul li a {
color: var(--gray);
text-decoration: none;
font-size: 14px;
display: flex;
align-items: center;
gap: 10px;
transition: color 0.3s;
}

.error-links ul li a:hover {
color: var(--primary);
}

.policy-hero {
background: var(--dark);
color: var(--white);
padding: 50px 0;
text-align: center;
}

.policy-hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 36px;
margin-bottom: 10px;
}

.policy-hero p {
font-size: 14px;
opacity: 0.8;
}

.policy-content {
padding: 60px 0;
}

.policy-text {
max-width: 900px;
margin: 0 auto;
}

.policy-text h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 26px;
margin: 40px 0 20px;
color: var(--dark);
}

.policy-text h3 {
font-size: 20px;
margin: 30px 0 15px;
color: var(--dark);
}

.policy-text p {
font-size: 14px;
color: var(--gray);
margin-bottom: 15px;
line-height: 1.8;
}

.policy-text ul, .policy-text ol {
margin: 15px 0 15px 25px;
}

.policy-text ul li, .policy-text ol li {
font-size: 14px;
color: var(--gray);
margin-bottom: 8px;
line-height: 1.7;
}

.policy-text strong {
color: var(--dark);
font-weight: 600;
}

@media (max-width: 768px) {
.content-layout {
grid-template-columns: 1fr;
}

.contact-layout {
grid-template-columns: 1fr;
}

.practice-item {
grid-template-columns: 1fr;
}

.boundary-item {
grid-template-columns: 1fr;
}

.thankyou-info {
flex-direction: column;
}
}

@media (max-width: 480px) {
.contact-form-wrapper {
padding: 25px;
}

.form-header h2 {
font-size: 22px;
}
}
