:root {
--navy-black: #111827;
--soft-white: #F9FAFB;
--warm-orange: #FF7C3E;
--purple-secondary: #6C63FF;
--yellow-highlights: #FFD369;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
font-family: 'Nunito', sans-serif;
font-weight: 400;
line-height: 1.6;
color: var(--navy-black);
background-color: var(--soft-white);
overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}

h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
}

h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}

h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}

h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
}

.header {
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar {
width: 100%;
}

.navbar .container {
display: flex;
justify-content: space-between;
align-items: center;
}

.nav-brand a {
font-family: 'Montserrat', sans-serif;
font-size: 1.5rem;
font-weight: 800;
color: var(--navy-black);
text-decoration: none;
}

.nav-menu {
display: flex;
list-style: none;
gap: 2rem;
align-items: center;
}

.nav-menu li {
display: inline-block;
}

.nav-menu a {
color: var(--navy-black);
text-decoration: none;
font-weight: 600;
transition: opacity 0.3s;
font-size: 1rem;
padding: 0.5rem 0;
display: block;
}

.nav-menu a:hover {
opacity: 0.7;
}

.nav-toggle {
display: none;
flex-direction: column;
background: none;
border: none;
cursor: pointer;
gap: 5px;
padding: 0.5rem;
min-width: 40px;
min-height: 40px;
justify-content: center;
align-items: center;
}

.nav-toggle span {
width: 25px;
height: 3px;
background: var(--navy-black);
border-radius: 3px;
transition: all 0.3s;
display: block;
}

.nav-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(7px, 7px);
}

.nav-toggle.active span:nth-child(2) {
opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
}

.hero {
padding: 4rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 50%, var(--yellow-highlights) 100%);
position: relative;
overflow: hidden;
}

.hero .container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
}

.hero-content h1 {
color: var(--soft-white);
margin-bottom: 1.5rem;
}

.hero-content p {
font-size: 1.25rem;
color: var(--soft-white);
margin-bottom: 2rem;
opacity: 0.95;
}

.hero-buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}

.hero-image {
position: relative;
height: 400px;
overflow: visible;
}

.hero-img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 30px;
transform: rotate(5deg);
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.btn {
display: inline-block;
padding: 0.875rem 2rem;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s;
border: none;
cursor: pointer;
font-family: 'Nunito', sans-serif;
font-size: 1rem;
}

.btn-primary {
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
color: var(--navy-black);
}

.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 124, 62, 0.4);
}

.btn-secondary {
background: transparent;
color: var(--soft-white);
border: 2px solid var(--soft-white);
}

.btn-secondary:hover {
background: var(--soft-white);
color: var(--navy-black);
}

.btn-large {
padding: 1.125rem 2.5rem;
font-size: 1.125rem;
}

.features {
padding: 5rem 0;
background: var(--soft-white);
}

.features h2 {
text-align: center;
margin-bottom: 3rem;
color: var(--navy-black);
}

.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.feature-card {
background: white;
padding: 2rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: transform 0.3s;
}

.feature-card:hover {
transform: translateY(-5px);
}

.feature-icon {
font-size: 3rem;
margin-bottom: 1rem;
}

.feature-card h3 {
color: var(--navy-black);
margin-bottom: 1rem;
}

.feature-card p {
color: #666;
}

.process {
padding: 6rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
position: relative;
overflow: hidden;
}

.process::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 50px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath d='M0,0v46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' fill='%23F9FAFB'/%3E%3C/svg%3E") no-repeat;
background-size: cover;
transform: rotate(180deg);
z-index: 1;
}

.process h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--soft-white);
font-size: clamp(2rem, 4vw, 3rem);
position: relative;
z-index: 2;
}

.process-steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2.5rem;
position: relative;
z-index: 2;
}

.step {
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(15px);
padding: 2.5rem;
border-radius: 30px;
color: var(--soft-white);
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
}

.step::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.4s;
}

.step:hover {
transform: translateY(-10px) scale(1.02);
background: rgba(255, 255, 255, 0.2);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}

.step:hover::before {
opacity: 1;
}

.step-number {
font-size: 4rem;
font-weight: 800;
opacity: 0.6;
margin-bottom: 1.5rem;
text-align: center;
display: block;
color: var(--yellow-highlights);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: all 0.4s;
}

.step:hover .step-number {
opacity: 1;
transform: scale(1.1);
}

.step h3 {
color: var(--soft-white);
margin-bottom: 1.5rem;
text-align: center;
width: 100%;
font-size: 1.5rem;
font-weight: 700;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: all 0.4s;
}

.step:hover h3 {
color: var(--yellow-highlights);
transform: translateY(-3px);
}

.step p {
text-align: center;
width: 100%;
line-height: 1.8;
opacity: 0.95;
transition: opacity 0.4s;
}

.step:hover p {
opacity: 1;
}

.services-preview {
padding: 5rem 0;
background: var(--soft-white);
}

.services-preview h2 {
text-align: center;
margin-bottom: 3rem;
}

.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.service-item {
background: white;
padding: 2.5rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: transform 0.3s;
}

.service-item:hover {
transform: translateY(-5px);
}

.service-item h3 {
color: var(--purple-secondary);
margin-bottom: 1rem;
}

.service-item p {
color: #666;
margin-bottom: 1.5rem;
}

.service-link {
color: var(--warm-orange);
text-decoration: none;
font-weight: 600;
}

.service-link:hover {
text-decoration: underline;
}

.stats-section {
padding: 5rem 0;
background: var(--soft-white);
position: relative;
overflow: hidden;
}

.stats-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(108, 99, 255, 0.05) 0%, rgba(255, 124, 62, 0.05) 100%);
z-index: 0;
}

.stats-section .container {
position: relative;
z-index: 1;
}

.stats-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
}

.stat-item {
background: white;
padding: 3rem 2rem;
border-radius: 30px;
text-align: center;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
}

.stat-item::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255, 124, 62, 0.1) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.4s;
}

.stat-item:hover {
transform: translateY(-10px) scale(1.05);
box-shadow: 0 15px 40px rgba(255, 124, 62, 0.2);
}

.stat-item:hover::before {
opacity: 1;
}

.stat-icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
animation: float 3s ease-in-out infinite;
}

.stat-item:nth-child(2) .stat-icon {
animation-delay: 0.5s;
}

.stat-item:nth-child(3) .stat-icon {
animation-delay: 1s;
}

.stat-item:nth-child(4) .stat-icon {
animation-delay: 1.5s;
}

@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}

.stat-number {
font-size: 4rem;
font-weight: 800;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 0.5rem;
display: block;
}

.stat-label {
color: var(--navy-black);
font-weight: 600;
font-size: 1.1rem;
}

.benefits-section {
padding: 5rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
position: relative;
}

.benefits-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--soft-white);
}

.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}

.benefit-item {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 3rem 2rem;
border-radius: 30px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.4s;
color: var(--soft-white);
position: relative;
overflow: hidden;
}

.benefit-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
transition: left 0.5s;
}

.benefit-item:hover::before {
left: 100%;
}

.benefit-item:hover {
transform: translateY(-10px);
background: rgba(255, 255, 255, 0.15);
border-color: var(--yellow-highlights);
}

.benefit-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 1.5rem;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transition: all 0.4s;
}

.benefit-item:hover .benefit-icon-wrapper {
transform: rotate(360deg) scale(1.1);
background: var(--yellow-highlights);
}

.benefit-icon {
font-size: 2.5rem;
display: block;
}

.benefit-item h3 {
color: var(--soft-white);
margin-bottom: 1rem;
font-size: 1.5rem;
}

.benefit-item p {
color: rgba(255, 255, 255, 0.9);
line-height: 1.8;
}

.faq-section-home {
padding: 5rem 0;
background: var(--soft-white);
}

.faq-section-home h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.faq-container {
max-width: 800px;
margin: 0 auto;
}

.faq-item-home {
background: white;
margin-bottom: 1.5rem;
border-radius: 20px;
box-shadow: 0 3px 15px rgba(0,0,0,0.08);
overflow: hidden;
transition: all 0.3s;
}

.faq-item-home:hover {
box-shadow: 0 5px 25px rgba(255, 124, 62, 0.2);
}

.faq-question {
padding: 1.5rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
transition: all 0.3s;
background: linear-gradient(135deg, rgba(108, 99, 255, 0.05) 0%, rgba(255, 124, 62, 0.05) 100%);
}

.faq-question:hover {
background: linear-gradient(135deg, rgba(108, 99, 255, 0.1) 0%, rgba(255, 124, 62, 0.1) 100%);
}

.faq-question h3 {
margin: 0;
color: var(--navy-black);
font-size: 1.25rem;
font-weight: 600;
}

.faq-toggle {
font-size: 2rem;
font-weight: 300;
color: var(--warm-orange);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255, 124, 62, 0.1);
transition: all 0.3s;
flex-shrink: 0;
}

.faq-item-home.active .faq-toggle {
transform: rotate(45deg);
background: var(--warm-orange);
color: white;
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.4s ease;
padding: 0 2rem;
}

.faq-item-home.active .faq-answer {
max-height: 300px;
padding: 1.5rem 2rem;
}

.faq-answer p {
color: #666;
line-height: 1.8;
margin: 0;
}

.technologies-section {
padding: 5rem 0;
background: var(--soft-white);
}

.technologies-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.technologies-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
max-width: 900px;
margin: 0 auto;
}

.tech-item {
background: white;
padding: 2rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.3s;
}

.tech-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(255, 124, 62, 0.2);
}

.tech-icon {
font-size: 1.5rem;
font-weight: 700;
color: var(--purple-secondary);
margin-bottom: 1rem;
text-align: center;
}

.tech-bar {
width: 100%;
height: 10px;
background: rgba(108, 99, 255, 0.1);
border-radius: 10px;
overflow: hidden;
margin: 1rem 0;
position: relative;
}

.tech-progress {
height: 100%;
background: linear-gradient(90deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
border-radius: 10px;
width: 0;
transition: width 1.5s ease;
}

.tech-percent {
font-weight: 700;
color: var(--navy-black);
font-size: 1.1rem;
display: block;
text-align: center;
}

.project-stats-portfolio {
padding: 5rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
}

.project-stats-portfolio h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--soft-white);
}

.service-features-section {
padding: 5rem 0;
background: var(--soft-white);
}

.service-features-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.service-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.service-feature-item {
background: white;
padding: 2.5rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
text-align: center;
transition: all 0.4s;
position: relative;
overflow: hidden;
}

.service-feature-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 124, 62, 0.1), transparent);
transition: left 0.5s;
}

.service-feature-item:hover::before {
left: 100%;
}

.service-feature-item:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(255, 124, 62, 0.2);
}

.service-feature-icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
animation: bounce 2s ease-in-out infinite;
}

.service-feature-item:nth-child(2) .service-feature-icon {
animation-delay: 0.2s;
}

.service-feature-item:nth-child(3) .service-feature-icon {
animation-delay: 0.4s;
}

.service-feature-item:nth-child(4) .service-feature-icon {
animation-delay: 0.6s;
}

.service-feature-item:nth-child(5) .service-feature-icon {
animation-delay: 0.8s;
}

.service-feature-item:nth-child(6) .service-feature-icon {
animation-delay: 1s;
}

@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}

.service-feature-item h3 {
color: var(--navy-black);
margin-bottom: 1rem;
font-size: 1.5rem;
}

.service-feature-item p {
color: #666;
line-height: 1.8;
}

.comparison-section {
padding: 5rem 0;
background: linear-gradient(135deg, var(--yellow-highlights) 0%, var(--warm-orange) 100%);
}

.comparison-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.comparison-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.comparison-item {
background: rgba(255, 255, 255, 0.9);
padding: 2.5rem;
border-radius: 25px;
text-align: center;
transition: all 0.4s;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.comparison-item:hover {
transform: scale(1.05);
box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.comparison-icon {
width: 60px;
height: 60px;
margin: 0 auto 1.5rem;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
border-radius: 50%;
color: var(--navy-black);
font-size: 2rem;
font-weight: 700;
transition: all 0.4s;
}

.comparison-item:hover .comparison-icon {
transform: rotate(360deg);
}

.comparison-item h3 {
color: var(--navy-black);
margin-bottom: 1rem;
}

.comparison-item p {
color: #666;
line-height: 1.8;
}

.timeline-section {
padding: 5rem 0;
background: var(--soft-white);
}

.timeline-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.timeline {
max-width: 800px;
margin: 0 auto;
position: relative;
padding: 2rem 0;
}

.timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
transform: translateX(-50%);
}

.timeline-item {
display: flex;
margin-bottom: 4rem;
position: relative;
align-items: center;
}

.timeline-item:nth-child(odd) {
flex-direction: row;
}

.timeline-item:nth-child(even) {
flex-direction: row-reverse;
}

.timeline-year {
font-size: 2.5rem;
font-weight: 800;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
width: 200px;
text-align: center;
flex-shrink: 0;
position: relative;
z-index: 2;
}

.timeline-content {
background: white;
padding: 2rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
flex: 1;
margin: 0 2rem;
transition: all 0.3s;
max-width: 100%;
box-sizing: border-box;
}

.timeline-item:hover .timeline-content {
transform: scale(1.05);
box-shadow: 0 10px 30px rgba(255, 124, 62, 0.2);
}

.timeline-content h3 {
color: var(--navy-black);
margin-bottom: 1rem;
font-size: 1.5rem;
}

.timeline-content p {
color: #666;
line-height: 1.8;
}

.achievements-section {
padding: 5rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
}

.achievements-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--soft-white);
}

.achievements-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
}

.achievement-item {
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
padding: 2.5rem;
border-radius: 25px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.4s;
color: var(--soft-white);
}

.achievement-item:hover {
transform: translateY(-10px);
background: rgba(255, 255, 255, 0.2);
border-color: var(--yellow-highlights);
}

.achievement-number {
font-size: 4rem;
font-weight: 800;
color: var(--yellow-highlights);
margin-bottom: 0.5rem;
display: block;
}

.achievement-label {
font-weight: 600;
font-size: 1.1rem;
}

.pricing-features-section {
padding: 5rem 0;
background: var(--soft-white);
}

.pricing-features-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.pricing-features-list {
max-width: 800px;
margin: 0 auto;
}

.pricing-feature-row {
display: flex;
align-items: center;
background: white;
padding: 2rem;
border-radius: 20px;
margin-bottom: 1.5rem;
box-shadow: 0 3px 15px rgba(0,0,0,0.08);
transition: all 0.3s;
gap: 1.5rem;
}

.pricing-feature-row:hover {
transform: translateX(10px);
box-shadow: 0 5px 25px rgba(255, 124, 62, 0.2);
}

.pricing-feature-icon {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
border-radius: 50%;
color: var(--navy-black);
font-size: 1.5rem;
font-weight: 700;
flex-shrink: 0;
transition: all 0.3s;
}

.pricing-feature-row:hover .pricing-feature-icon {
transform: rotate(360deg) scale(1.1);
}

.pricing-feature-text h3 {
color: var(--navy-black);
margin-bottom: 0.5rem;
font-size: 1.25rem;
}

.pricing-feature-text p {
color: #666;
margin: 0;
}

.value-proposition-section {
padding: 5rem 0;
background: linear-gradient(135deg, var(--yellow-highlights) 0%, var(--warm-orange) 100%);
}

.value-proposition-section h2 {
text-align: center;
margin-bottom: 4rem;
color: var(--navy-black);
}

.value-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}

.value-card {
background: rgba(255, 255, 255, 0.9);
padding: 2.5rem;
border-radius: 25px;
text-align: center;
transition: all 0.4s;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.value-card:hover {
transform: translateY(-10px) rotate(2deg);
box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.value-icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
animation: pulse 2s ease-in-out infinite;
}

.value-card:nth-child(2) .value-icon {
animation-delay: 0.3s;
}

.value-card:nth-child(3) .value-icon {
animation-delay: 0.6s;
}

.value-card:nth-child(4) .value-icon {
animation-delay: 0.9s;
}

@keyframes pulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}

.value-card h3 {
color: var(--navy-black);
margin-bottom: 1rem;
font-size: 1.5rem;
}

.value-card p {
color: #666;
line-height: 1.8;
}

.testimonials {
padding: 5rem 0;
background: linear-gradient(135deg, var(--yellow-highlights) 0%, var(--warm-orange) 100%);
}

.testimonials h2 {
text-align: center;
margin-bottom: 3rem;
color: var(--navy-black);
}

.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.testimonial {
background: white;
padding: 2rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.testimonial p {
font-style: italic;
color: #666;
margin-bottom: 1.5rem;
font-size: 1.125rem;
}

.testimonial footer {
border-top: 2px solid var(--yellow-highlights);
padding-top: 1rem;
}

.testimonial cite {
display: block;
font-weight: 700;
color: var(--navy-black);
font-style: normal;
}

.testimonial span {
display: block;
color: #666;
font-size: 0.9rem;
margin-top: 0.5rem;
}

.cta {
padding: 5rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
text-align: center;
}

.cta-content h2 {
color: var(--soft-white);
margin-bottom: 1rem;
}

.cta-content p {
color: var(--soft-white);
font-size: 1.25rem;
margin-bottom: 2rem;
opacity: 0.95;
}

.page-header {
padding: 4rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
text-align: center;
}

.page-header h1 {
color: var(--soft-white);
margin-bottom: 1rem;
}

.page-header p {
color: var(--soft-white);
font-size: 1.25rem;
opacity: 0.95;
}

.contact-section {
padding: 5rem 0;
background: var(--soft-white);
}

.contact-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
}

.contact-info h2 {
margin-bottom: 1.5rem;
}

.contact-details {
margin-top: 2rem;
}

.contact-item {
margin-bottom: 2rem;
}

.contact-item h3 {
color: var(--purple-secondary);
margin-bottom: 0.5rem;
}

.contact-item a {
color: var(--warm-orange);
text-decoration: none;
}

.contact-item a:hover {
text-decoration: underline;
}

.map-section {
padding: 5rem 0;
background: var(--soft-white);
}

.map-section h2 {
text-align: center;
margin-bottom: 3rem;
color: var(--navy-black);
}

.map-wrapper {
border-radius: 25px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
height: 450px;
}

.map-wrapper iframe {
width: 100%;
height: 100%;
border: none;
display: block;
}

.contact-form {
background: white;
padding: 2.5rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.form-group {
margin-bottom: 1.5rem;
}

.form-group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
color: var(--navy-black);
}

.form-group input,
.form-group textarea {
width: 100%;
padding: 0.875rem;
border: 2px solid #e0e0e0;
border-radius: 15px;
font-family: 'Nunito', sans-serif;
font-size: 1rem;
transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--warm-orange);
}

.checkbox-group {
display: flex;
align-items: flex-start;
gap: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
width: auto;
margin-top: 0.25rem;
}

.thank-you-section {
padding: 8rem 0;
text-align: center;
background: var(--soft-white);
}

.thank-you-content {
max-width: 600px;
margin: 0 auto;
}

.success-icon {
width: 100px;
height: 100px;
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 4rem;
color: var(--soft-white);
margin: 0 auto 2rem;
}

.thank-you-actions {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
margin-top: 2rem;
}

.thank-you-actions .btn {
display: inline-block;
opacity: 1;
visibility: visible;
}

.thank-you-actions .btn-secondary {
background: transparent;
color: var(--navy-black);
border: 2px solid var(--warm-orange);
}

.thank-you-actions .btn-secondary:hover {
background: var(--warm-orange);
color: var(--soft-white);
}

.services-detail {
padding: 5rem 0;
background: var(--soft-white);
}

.service-detail-card {
background: white;
padding: 3rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
margin-bottom: 2rem;
}

.service-detail-card h2 {
color: var(--purple-secondary);
margin-bottom: 1.5rem;
}

.service-detail-card ul {
list-style: none;
margin: 1.5rem 0;
}

.service-detail-card ul li {
padding: 0.5rem 0;
padding-left: 1.5rem;
position: relative;
color: #666;
}

.service-detail-card ul li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--warm-orange);
font-weight: 700;
}

.portfolio-section {
padding: 5rem 0;
background: var(--soft-white);
}

.portfolio-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.portfolio-item {
background: white;
border-radius: 25px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: transform 0.3s;
}

.portfolio-item:hover {
transform: translateY(-5px);
}

.portfolio-image {
height: 250px;
overflow: hidden;
}

.portfolio-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}

.portfolio-item:hover .portfolio-image img {
transform: scale(1.05);
}

.portfolio-content {
padding: 2rem;
}

.portfolio-content h3 {
color: var(--navy-black);
margin-bottom: 1rem;
}

.portfolio-content p {
color: #666;
margin-bottom: 1rem;
}

.portfolio-tag {
display: inline-block;
padding: 0.5rem 1rem;
background: var(--yellow-highlights);
color: var(--navy-black);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 600;
}

.about-section {
padding: 5rem 0;
background: var(--soft-white);
}

.about-content {
max-width: 800px;
margin: 0 auto;
}

.about-content h2 {
text-align: center;
margin-bottom: 2rem;
}

.about-content p {
color: #666;
margin-bottom: 1.5rem;
font-size: 1.125rem;
line-height: 1.8;
}

.values-section {
padding: 5rem 0;
background: linear-gradient(135deg, var(--purple-secondary) 0%, var(--warm-orange) 100%);
}

.values-section h2 {
text-align: center;
margin-bottom: 3rem;
color: var(--soft-white);
}

.values-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.value-item {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 2rem;
border-radius: 25px;
color: var(--soft-white);
}

.value-item h3 {
color: var(--soft-white);
margin-bottom: 1rem;
}

.pricing-section {
padding: 5rem 0;
background: var(--soft-white);
}

.pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}

.pricing-card {
background: white;
padding: 3rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
text-align: center;
transition: transform 0.3s;
}

.pricing-card:hover {
transform: translateY(-5px);
}

.pricing-card.featured {
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
transform: scale(1.05);
}

.pricing-card h3 {
color: var(--navy-black);
margin-bottom: 1rem;
}

.price {
font-size: 3rem;
font-weight: 800;
color: var(--purple-secondary);
margin: 1.5rem 0;
}

.pricing-card.featured .price {
color: var(--navy-black);
}

.pricing-features {
list-style: none;
margin: 2rem 0;
text-align: left;
}

.pricing-features li {
padding: 0.75rem 0;
padding-left: 1.5rem;
position: relative;
color: #666;
}

.pricing-card.featured .pricing-features li {
color: var(--navy-black);
}

.pricing-features li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--warm-orange);
font-weight: 700;
}

.pricing-card.featured .pricing-features li::before {
color: var(--navy-black);
}

.faq-section {
padding: 5rem 0;
background: var(--soft-white);
}

.faq-section h2 {
text-align: center;
margin-bottom: 3rem;
}

.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}

.faq-item {
background: white;
padding: 2rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.faq-item h3 {
color: var(--purple-secondary);
margin-bottom: 1rem;
}

.faq-item p {
color: #666;
}

.footer {
background: var(--navy-black);
color: var(--soft-white);
padding: 4rem 0 2rem;
}

.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 3rem;
margin-bottom: 3rem;
}

.footer-section h4 {
color: var(--soft-white);
margin-bottom: 1rem;
}

.footer-section p {
color: rgba(249, 250, 251, 0.7);
margin-bottom: 1rem;
}

.footer-section ul {
list-style: none;
}

.footer-section ul li {
margin-bottom: 0.5rem;
}

.footer-section a {
color: rgba(249, 250, 251, 0.7);
text-decoration: none;
transition: color 0.3s;
}

.footer-section a:hover {
color: var(--warm-orange);
}

.footer-bottom {
border-top: 1px solid rgba(249, 250, 251, 0.2);
padding-top: 2rem;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}

.footer-links {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}

.footer-links a {
color: rgba(249, 250, 251, 0.8);
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 20px;
border: 1px solid rgba(255, 124, 62, 0.3);
background: rgba(255, 255, 255, 0.05);
transition: all 0.3s ease;
font-weight: 600;
font-size: 0.9rem;
}

.footer-links a:hover {
color: var(--soft-white);
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
border-color: var(--warm-orange);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 124, 62, 0.3);
}

.legal-page {
padding: 5rem 0;
background: var(--soft-white);
}

.legal-page article {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 3rem;
border-radius: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.legal-page h1 {
margin-bottom: 1rem;
color: var(--navy-black);
}

.legal-page h2 {
margin-top: 2rem;
margin-bottom: 1rem;
color: var(--purple-secondary);
}

.legal-page p {
color: #666;
margin-bottom: 1rem;
line-height: 1.8;
}

.legal-page a {
color: var(--warm-orange);
text-decoration: none;
}

.legal-page a:hover {
text-decoration: underline;
}

.privacy-popup {
display: none;
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
max-width: 400px;
background: white;
border-radius: 25px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
z-index: 10000;
padding: 2rem;
}

.privacy-popup.show {
display: block;
animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
from {
transform: translateY(100px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}

.privacy-popup-content h3 {
margin-bottom: 1rem;
color: var(--navy-black);
}

.privacy-popup-content p {
color: #666;
margin-bottom: 1.5rem;
font-size: 0.9rem;
}

.privacy-buttons {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
}

.privacy-buttons .btn {
padding: 0.75rem 1.5rem;
font-size: 0.9rem;
opacity: 1;
visibility: visible;
}

#declinePrivacy {
background: transparent;
color: var(--navy-black);
border: 2px solid var(--warm-orange);
}

#declinePrivacy:hover {
background: var(--warm-orange);
color: var(--soft-white);
}

.privacy-popup-content a {
color: var(--warm-orange);
text-decoration: none;
font-size: 0.875rem;
}

@media (max-width: 840px) {
.header {
padding: 0.75rem 0;
}

.navbar .container {
padding: 0 1rem;
}

.nav-brand a {
font-size: 1.25rem;
}

.nav-menu {
position: fixed;
left: -100%;
top: 60px;
flex-direction: column;
background: linear-gradient(135deg, var(--warm-orange) 0%, var(--yellow-highlights) 100%);
width: 100%;
text-align: center;
transition: 0.3s ease;
box-shadow: 0 10px 27px rgba(0,0,0,0.05);
padding: 1.5rem 0;
z-index: 999;
gap: 0;
max-height: calc(100vh - 60px);
overflow-y: auto;
}

.nav-menu li {
width: 100%;
border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.nav-menu li:last-child {
border-bottom: none;
}

.nav-menu a {
padding: 1rem 1.5rem;
font-size: 1rem;
width: 100%;
display: block;
}

.nav-menu.active {
left: 0;
}

.nav-toggle {
display: flex;
width: 30px;
height: 30px;
align-items: center;
justify-content: center;
}

.nav-toggle span {
width: 22px;
height: 2.5px;
}

.hero .container {
grid-template-columns: 1fr;
}

.hero-image {
display: none;
}

.hero-img {
max-width: 100%;
height: auto;
}

.contact-wrapper {
grid-template-columns: 1fr;
}

.footer-bottom {
flex-direction: column;
text-align: center;
}

.pricing-card.featured {
transform: scale(1);
}

.privacy-popup {
left: 10px;
right: 10px;
max-width: none;
}

.map-wrapper {
height: 300px;
}

.features-grid,
.services-grid,
.testimonials-grid,
.process-steps,
.values-grid,
.stats-grid,
.benefits-grid,
.portfolio-grid,
.pricing-grid,
.technologies-grid,
.service-features-grid,
.comparison-grid,
.achievements-grid,
.value-grid,
.faq-grid {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.timeline {
max-width: 100%;
padding: 1.5rem 0;
}

.timeline::before {
left: 20px;
transform: none;
}

.timeline-item {
flex-direction: column !important;
margin-bottom: 2.5rem;
align-items: flex-start;
}

.timeline-item:nth-child(odd),
.timeline-item:nth-child(even) {
flex-direction: column;
}

.timeline-year {
width: 100%;
text-align: left;
padding-left: 3rem;
margin-bottom: 1rem;
font-size: 1.75rem;
}

.timeline-content {
margin: 0;
margin-left: 3rem;
width: calc(100% - 3rem);
padding: 1.5rem;
}
}

@media (max-width: 320px) {
* {
max-width: 100%;
box-sizing: border-box;
}

html {
overflow-x: hidden;
}

body {
overflow-x: hidden;
}

.container {
padding: 0 0.75rem;
max-width: 100%;
}

.map-wrapper {
height: 250px;
}

h1 {
font-size: 1.5rem;
}

h2 {
font-size: 1.375rem;
}

h3 {
font-size: 1.125rem;
}

h4 {
font-size: 1rem;
}

.btn {
padding: 0.625rem 1.25rem;
font-size: 0.85rem;
}

.btn-large {
padding: 0.75rem 1.5rem;
font-size: 0.9rem;
}

.hero {
padding: 2rem 0;
}

.hero-content h1 {
font-size: 1.5rem;
}

.hero-content p {
font-size: 0.95rem;
}

.hero-buttons {
flex-direction: column;
width: 100%;
gap: 0.75rem;
}

.hero-buttons .btn {
width: 100%;
}

.features-grid,
.services-grid,
.testimonials-grid,
.process-steps,
.values-grid,
.stats-grid,
.benefits-grid,
.portfolio-grid,
.pricing-grid,
.technologies-grid,
.service-features-grid,
.comparison-grid,
.achievements-grid,
.value-grid,
.faq-grid {
grid-template-columns: 1fr !important;
gap: 1.25rem;
}

.about-content {
padding: 0 0.5rem;
}

.about-content h2 {
font-size: 1.375rem;
margin-bottom: 1.5rem;
}

.about-content p {
font-size: 0.95rem;
margin-bottom: 1.25rem;
}

.features,
.process,
.services-preview,
.testimonials,
.cta,
.stats-section,
.benefits-section,
.faq-section-home,
.technologies-section,
.service-features-section,
.comparison-section,
.timeline-section,
.achievements-section,
.pricing-features-section,
.value-proposition-section,
.project-stats-portfolio,
.services-detail,
.portfolio-section,
.pricing-section,
.faq-section,
.about-section,
.values-section {
padding: 2.5rem 0;
}

.feature-card,
.service-item,
.testimonial,
.step,
.value-item,
.stat-item,
.benefit-item,
.service-feature-item,
.comparison-item,
.achievement-item,
.value-card,
.tech-item,
.portfolio-item,
.pricing-card,
.service-detail-card,
.faq-item,
.faq-item-home {
padding: 1.5rem;
}

.stat-number,
.achievement-number,
.step-number {
font-size: 2.5rem;
}

.stat-icon,
.benefit-icon,
.service-feature-icon,
.value-icon {
font-size: 2rem;
}

.benefit-icon-wrapper,
.comparison-icon {
width: 50px;
height: 50px;
}

.comparison-icon {
font-size: 1.5rem;
}

.tech-icon {
font-size: 1.125rem;
}

.tech-bar {
height: 8px;
}

.tech-percent {
font-size: 0.95rem;
}

.timeline {
padding: 1rem 0;
max-width: 100%;
}

.timeline::before {
left: 12px;
width: 3px;
transform: none;
}

.timeline-item {
flex-direction: column !important;
margin-bottom: 2rem;
align-items: flex-start !important;
position: relative;
}

.timeline-item:nth-child(odd),
.timeline-item:nth-child(even) {
flex-direction: column !important;
}

.timeline-year {
font-size: 1.125rem;
width: 100%;
text-align: left;
padding-left: 2.5rem;
margin-bottom: 0.75rem;
margin-right: 0;
padding-right: 0.75rem;
}

.timeline-content {
padding: 1rem;
margin: 0;
margin-left: 2.5rem;
width: calc(100% - 2.5rem);
max-width: calc(100% - 2.5rem);
box-sizing: border-box;
}

.timeline-content h3 {
font-size: 1rem;
margin-bottom: 0.75rem;
}

.timeline-content p {
font-size: 0.875rem;
line-height: 1.6;
}

.value-item {
padding: 1.5rem;
}

.value-item h3 {
font-size: 1.125rem;
}

.value-item p {
font-size: 0.9rem;
}

.achievement-label {
font-size: 1rem;
}

.about-content {
padding: 0 0.5rem;
}

.about-content h2 {
font-size: 1.375rem;
margin-bottom: 1.5rem;
}

.about-content p {
font-size: 0.95rem;
margin-bottom: 1.25rem;
}

.pricing-feature-row {
padding: 1.25rem;
flex-direction: column;
text-align: center;
gap: 1rem;
}

.pricing-feature-icon {
width: 40px;
height: 40px;
font-size: 1.25rem;
}

.pricing-feature-text h3 {
font-size: 1.125rem;
}

.pricing-feature-text p {
font-size: 0.9rem;
}

.faq-question {
padding: 1rem 1.25rem;
flex-direction: column;
gap: 0.5rem;
align-items: flex-start;
}

.faq-question h3 {
font-size: 1rem;
margin: 0;
}

.faq-toggle {
width: 32px;
height: 32px;
font-size: 1.5rem;
align-self: flex-end;
margin-top: -2rem;
}

.faq-answer {
padding: 0 1.25rem;
}

.faq-item-home.active .faq-answer {
padding: 1rem 1.25rem;
}

.footer-content {
grid-template-columns: 1fr;
gap: 2rem;
}

.footer-bottom {
flex-direction: column;
text-align: center;
gap: 1rem;
}

.footer-links {
justify-content: center;
gap: 0.5rem;
flex-wrap: wrap;
}

.footer-links a {
padding: 0.5rem 0.75rem;
font-size: 0.75rem;
}

.header {
padding: 0.625rem 0;
}

.navbar .container {
padding: 0 0.75rem;
}

.nav-brand a {
font-size: 1rem;
line-height: 1.2;
}

.nav-toggle {
width: 28px;
height: 28px;
}

.nav-toggle span {
width: 20px;
height: 2px;
}

.nav-menu {
top: 50px;
padding: 1rem 0;
}

.nav-menu a {
padding: 0.875rem 1rem;
font-size: 0.9rem;
}

.nav-menu li {
border-bottom: 1px solid rgba(17, 24, 39, 0.15);
}

.page-header {
padding: 2.5rem 0;
}

.page-header h1 {
font-size: 1.5rem;
}

.page-header p {
font-size: 0.95rem;
}

.contact-wrapper {
grid-template-columns: 1fr;
gap: 2rem;
}

.contact-form {
padding: 1.5rem;
}

.contact-info h2 {
font-size: 1.375rem;
}

.contact-item h3 {
font-size: 1.125rem;
}

.service-detail-card {
padding: 1.5rem;
}

.service-detail-card h2 {
font-size: 1.375rem;
}

.pricing-card.featured {
transform: none;
}

.thank-you-actions {
flex-direction: column;
gap: 0.75rem;
}

.thank-you-actions .btn {
width: 100%;
}

.success-icon {
width: 80px;
height: 80px;
font-size: 3rem;
}

.privacy-popup {
left: 5px;
right: 5px;
padding: 1.5rem;
}

.privacy-popup-content h3 {
font-size: 1.125rem;
}

.privacy-popup-content p {
font-size: 0.85rem;
}

.privacy-buttons {
flex-direction: column;
gap: 0.75rem;
}

.privacy-buttons .btn {
width: 100%;
padding: 0.75rem 1.25rem;
font-size: 0.85rem;
}

.form-group input,
.form-group textarea {
font-size: 0.9rem;
padding: 0.75rem;
}
}

