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

:root {
--primary: #6366f1;
--secondary: #0ea5e9;
--accent: #f59e0b;
--dark: #0f172a;
}

body {
font-family: 'Space Grotesk', sans-serif;
font-size: 15px;
line-height: 1.6;
color: var(--dark);
}

h1, h2, h3, h4 {
font-family: 'Syne', sans-serif;
font-weight: 700;
line-height: 1.2;
}

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

.hero-mega {
min-height: 90vh;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
display: flex;
align-items: center;
padding: 100px 0 80px;
}

.hero-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}

.hero-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}

.hero-shape.shape-1 {
width: 500px;
height: 500px;
background: white;
top: -200px;
right: -100px;
}

.hero-shape.shape-2 {
width: 300px;
height: 300px;
background: white;
bottom: -100px;
left: -50px;
}

.hero-shape.shape-3 {
width: 200px;
height: 200px;
background: white;
top: 50%;
left: 50%;
}

.hero-mega-content {
position: relative;
z-index: 2;
color: white;
max-width: 900px;
}

.hero-badge {
display: inline-block;
background: rgba(255,255,255,0.2);
padding: 8px 20px;
border-radius: 30px;
font-size: 13px;
margin-bottom: 25px;
backdrop-filter: blur(10px);
}

.hero-mega-content h1 {
font-size: 3.5rem;
margin-bottom: 25px;
}

.gradient-text {
background: linear-gradient(to right, #fff, #f0f0f0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.hero-mega-content > p {
font-size: 1.2rem;
margin-bottom: 35px;
opacity: 0.95;
line-height: 1.7;
}

.hero-actions {
display: flex;
gap: 15px;
margin-bottom: 50px;
flex-wrap: wrap;
}

.btn-primary, .btn-outline, .btn-large {
padding: 14px 32px;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
display: inline-block;
text-align: center;
}

.btn-primary {
background: white;
color: var(--primary);
}

.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.btn-outline {
background: transparent;
color: white;
border: 2px solid white;
}

.btn-outline:hover {
background: white;
color: var(--primary);
}

.hero-stats {
display: flex;
gap: 40px;
flex-wrap: wrap;
}

.hero-stat strong {
display: block;
font-size: 2rem;
font-family: 'Syne', sans-serif;
margin-bottom: 5px;
}

.hero-stat span {
font-size: 14px;
opacity: 0.9;
}

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

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

.section-subtitle {
color: #64748b;
font-size: 1.1rem;
margin-top: 10px;
}

.expertise {
padding: 80px 0;
background: #f8fafc;
}

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

.expertise-card {
background: white;
padding: 35px;
border-radius: 12px;
transition: transform 0.3s;
}

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

.expertise-number {
font-size: 3rem;
font-family: 'Syne', sans-serif;
color: var(--primary);
opacity: 0.2;
line-height: 1;
margin-bottom: 15px;
}

.expertise-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.expertise-card p {
color: #64748b;
line-height: 1.7;
}

.showcase {
padding: 80px 0;
}

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

.showcase-visual img {
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
width: 100%;
height: auto;
}

.showcase-content h2 {
margin-top: 10px;
margin-bottom: 20px;
font-size: 2.2rem;
}

.showcase-content > p {
color: #64748b;
margin-bottom: 30px;
line-height: 1.8;
font-size: 1.05rem;
}

.showcase-features {
display: flex;
flex-direction: column;
gap: 20px;
}

.feature-item {
display: flex;
gap: 15px;
}

.feature-icon {
font-size: 2rem;
min-width: 50px;
}

.feature-item h4 {
margin-bottom: 5px;
}

.feature-item p {
color: #64748b;
font-size: 14px;
}

.process {
padding: 80px 0;
background: #f8fafc;
}

.process-timeline {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 50px;
}

.process-step {
background: white;
padding: 35px;
border-radius: 12px;
text-align: center;
}

.process-icon {
font-size: 3rem;
margin-bottom: 20px;
}

.process-step h3 {
margin-bottom: 15px;
font-size: 1.3rem;
}

.process-step p {
color: #64748b;
line-height: 1.7;
}

.industries {
padding: 80px 0;
}

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

.industry-card {
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: white;
padding: 35px;
border-radius: 12px;
transition: transform 0.3s;
}

.industry-card:hover {
transform: translateY(-5px);
}

.industry-card h3 {
margin-bottom: 15px;
font-size: 1.4rem;
}

.industry-card p {
opacity: 0.95;
line-height: 1.7;
}

.testimonials {
padding: 80px 0;
background: #f8fafc;
}

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

.testimonial-card {
background: white;
padding: 35px;
border-radius: 12px;
}

.testimonial-rating {
color: var(--accent);
font-size: 1.2rem;
margin-bottom: 15px;
}

.testimonial-card p {
color: #64748b;
margin-bottom: 25px;
line-height: 1.8;
font-style: italic;
}

.testimonial-author strong {
display: block;
color: var(--dark);
font-weight: 600;
margin-bottom: 5px;
}

.testimonial-author span {
font-size: 13px;
color: #64748b;
}

.final-cta {
padding: 80px 0;
background: var(--dark);
color: white;
}

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

.cta-text h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}

.cta-text > p {
font-size: 1.1rem;
margin-bottom: 25px;
opacity: 0.9;
}

.cta-benefits {
list-style: none;
}

.cta-benefits li {
padding: 10px 0;
padding-left: 25px;
position: relative;
}

.cta-benefits li:before {
content: '✓';
position: absolute;
left: 0;
color: var(--accent);
font-weight: bold;
}

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

.btn-large {
background: var(--primary);
color: white;
padding: 16px 40px;
font-size: 16px;
display: block;
margin-bottom: 15px;
}

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

.cta-note {
font-size: 13px;
opacity: 0.7;
}

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

.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 {
margin: 0;
font-size: 14px;
flex: 1;
min-width: 250px;
}

.privacy-actions {
display: flex;
gap: 15px;
align-items: center;
}

.privacy-actions a {
color: var(--secondary);
font-size: 14px;
text-decoration: underline;
}

.privacy-actions button {
background: var(--primary);
color: white;
border: none;
padding: 8px 20px;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
}

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

.header.hidden {
transform: translateY(-100%);
}

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

.logo {
font-family: 'Syne', sans-serif;
font-size: 0.8rem;
font-weight: 800;
color: var(--primary);
}

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

.nav a {
font-size: 14px;
font-weight: 500;
color: var(--dark);
position: relative;
padding: 5px 0;
}

.nav a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary);
transition: width 0.3s;
}

.nav a:hover::after,
.nav a.active::after {
width: 100%;
}

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

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

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

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

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

.footer-links a {
color: #64748b;
}

.footer-links a:hover {
color: white;
}

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

.page-hero h1 {
font-size: 2rem;
margin-bottom: 15px;
}

.services-detailed {
padding: 80px 0;
}

.service-block {
display: grid;
grid-template-columns: 120px 1fr;
gap: 35px;
margin-bottom: 60px;
}

.service-icon {
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary), var(--secondary));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
}

.service-info h2 {
margin-bottom: 15px;
}

.service-info p {
color: #64748b;
margin-bottom: 20px;
line-height: 1.8;
}

.service-features {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 12px;
}

.service-features li {
font-size: 14px;
}

.services-products {
padding: 80px 0;
background: #f8fafc;
}

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

.product-card {
background: white;
border-radius: 12px;
padding: 40px;
text-align: center;
position: relative;
border: 2px solid transparent;
transition: all 0.3s;
}

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

.product-card.featured {
border-color: var(--primary);
}

.badge {
position: absolute;
top: -12px;
right: 20px;
background: var(--primary);
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}

.product-header h3 {
font-size: 1.6rem;
margin-bottom: 10px;
}

.product-header p {
color: #64748b;
font-size: 14px;
margin-bottom: 25px;
}

.product-price {
margin-bottom: 30px;
}

.product-price .currency {
font-size: 1.5rem;
color: #64748b;
vertical-align: top;
}

.product-price .amount {
font-family: 'Syne', sans-serif;
font-size: 3rem;
font-weight: 800;
color: var(--dark);
}

.product-features {
list-style: none;
text-align: left;
margin-bottom: 30px;
}

.product-features li {
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid #f1f5f9;
}

.btn-product {
display: block;
width: 100%;
padding: 14px;
background: var(--primary);
color: white;
border-radius: 8px;
font-weight: 600;
transition: background 0.3s;
}

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

.portfolio-showcase {
padding: 80px 0;
}

.portfolio-grid {
display: flex;
flex-direction: column;
gap: 80px;
}

.portfolio-item {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}

.portfolio-item.reverse {
direction: rtl;
}

.portfolio-item.reverse > * {
direction: ltr;
}

.portfolio-image img {
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
width: 100%;
height: auto;
}

.portfolio-category {
display: inline-block;
background: var(--primary);
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}

.portfolio-content h2 {
margin-bottom: 20px;
font-size: 2rem;
}

.portfolio-content p {
color: #64748b;
margin-bottom: 25px;
line-height: 1.8;
}

.portfolio-metrics {
display: flex;
gap: 30px;
margin-bottom: 25px;
flex-wrap: wrap;
}

.metric strong {
display: block;
font-size: 2rem;
color: var(--primary);
font-family: 'Syne', sans-serif;
margin-bottom: 5px;
}

.metric span {
font-size: 13px;
color: #64748b;
}

.portfolio-tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
}

.portfolio-tags span {
background: #f1f5f9;
padding: 6px 14px;
border-radius: 15px;
font-size: 12px;
color: #64748b;
}

.portfolio-stats {
padding: 70px 0;
background: #f8fafc;
}

.stats-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
text-align: center;
}

.contact-hero {
background: linear-gradient(135deg, var(--primary), var(--secondary));
color: white;
padding: 60px 0;
}

.contact-intro {
text-align: center;
max-width: 700px;
margin: 0 auto;
}

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

.contact-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
}

.contact-info-section h2 {
margin-bottom: 15px;
}

.contact-info-section > p {
color: #64748b;
margin-bottom: 30px;
}

.contact-details {
display: flex;
flex-direction: column;
gap: 25px;
}

.contact-item {
display: flex;
gap: 15px;
}

.contact-item strong {
display: block;
margin-bottom: 5px;
}

.contact-item p {
color: #64748b;
font-size: 14px;
}

.contact-form {
background: #f8fafc;
padding: 40px;
border-radius: 12px;
}

.form-group {
margin-bottom: 20px;
}

.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
font-size: 14px;
}

.form-group input,
.form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #cbd5e1;
border-radius: 8px;
font-family: 'Space Grotesk', sans-serif;
font-size: 14px;
}

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

.checkbox-label {
display: flex;
gap: 10px;
align-items: flex-start;
cursor: pointer;
font-size: 13px;
}

.checkbox-label input {
margin-top: 3px;
cursor: pointer;
width: auto;
}

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

.btn-submit {
width: 100%;
padding: 14px;
background: var(--primary);
color: white;
border: none;
border-radius: 8px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
}

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

.contact-map {
margin-bottom: 0;
}

.map-container iframe {
width: 100%;
height: 400px;
border: 0;
}

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

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

.thankyou-icon {
font-size: 4rem;
margin-bottom: 20px;
}

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

.error-code {
font-family: 'Syne', sans-serif;
font-size: 6rem;
font-weight: 800;
color: var(--primary);
margin-bottom: 20px;
}

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

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

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

.policy-text h2 {
margin-top: 40px;
margin-bottom: 20px;
}

.policy-text h3 {
margin-top: 30px;
margin-bottom: 15px;
}

.policy-text p {
color: #64748b;
margin-bottom: 15px;
line-height: 1.8;
}

.policy-text ul {
margin: 15px 0 15px 25px;
color: #64748b;
line-height: 1.8;
}

@media (max-width: 768px) {
.hero-mega {
min-height: auto;
padding: 60px 0 50px;
}
.hero-mega-content h1 {
font-size: 2.2rem;
}
.hero-mega-content > p {
font-size: 1rem;
}
.hero-stats {
gap: 25px;
}
.hero-stat strong {
font-size: 1.5rem;
}
.showcase-wrapper,
.contact-wrapper,
.portfolio-item,
.final-cta-content {
grid-template-columns: 1fr;
gap: 40px;
}
.portfolio-item.reverse {
direction: ltr;
}
.service-block {
grid-template-columns: 1fr;
}
.process-timeline {
grid-template-columns: 1fr;
}
.showcase-visual,
.portfolio-image {
max-width: 100%;
overflow: hidden;
}
.showcase-visual img,
.portfolio-image img {
width: 100%;
height: auto;
object-fit: cover;
}
.nav {
position: fixed;
top: 60px;
left: 0;
right: 0;
background: white;
flex-direction: column;
padding: 20px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
transform: translateX(-100%);
transition: transform 0.3s;
}
.nav.active {
transform: translateX(0);
}
.menu-toggle {
display: flex;
}
.menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
}
.footer-content {
flex-direction: column;
text-align: center;
}
}

@media (max-width: 480px) {
.hero-mega-content h1 {
font-size: 1.8rem;
}
.expertise-grid,
.testimonials-grid,
.products-grid,
.industries-grid {
grid-template-columns: 1fr;
}
.hero-actions {
flex-direction: column;
}
.btn-primary, .btn-outline {
width: 100%;
}
.product-card {
padding: 25px;
}
.product-price .amount {
font-size: 2.5rem;
}
}

@media (max-width: 320px) {
.container {
padding: 0 15px;
}
body {
font-size: 14px;
}
.hero-mega-content h1 {
font-size: 1.6rem;
}
}
