* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Sora', sans-serif;
line-height: 1.6;
color: #2d3748;
background: #ffffff;
overflow-x: hidden;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header-unique {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 15px 0;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo a {
font-family: 'Space Grotesk', sans-serif;
font-size: 22px;
font-weight: 700;
color: #ffffff;
text-decoration: none;
}
.nav-menu {
display: flex;
gap: 25px;
}
.nav-menu a {
color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: opacity 0.3s;
}
.nav-menu a:hover {
opacity: 0.8;
}
.menu-toggle {
display: none;
background: none;
border: none;
color: #ffffff;
font-size: 24px;
cursor: pointer;
}
.hero-modern {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 100px 0 80px;
position: relative;
overflow: hidden;
}
.hero-bg-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.shape-1 {
width: 400px;
height: 400px;
background: #ffffff;
top: -100px;
right: -100px;
animation: float 20s infinite;
}
.shape-2 {
width: 300px;
height: 300px;
background: #ffffff;
bottom: -50px;
left: -50px;
animation: float 15s infinite reverse;
}
.shape-3 {
width: 200px;
height: 200px;
background: #ffffff;
top: 50%;
left: 50%;
animation: float 25s infinite;
}
@keyframes float {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(120deg); }
66% { transform: translate(-20px, 20px) rotate(240deg); }
}
.hero-modern-content {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto;
text-align: center;
color: #ffffff;
}
.hero-badge {
display: inline-block;
background: rgba(255,255,255,0.2);
padding: 8px 20px;
border-radius: 30px;
font-size: 13px;
font-weight: 600;
margin-bottom: 25px;
border: 1px solid rgba(255,255,255,0.3);
}
.hero-modern-content h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 56px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 25px;
}
.hero-modern-content > p {
font-size: 19px;
line-height: 1.7;
margin-bottom: 35px;
opacity: 0.95;
}
.hero-modern-actions {
display: flex;
gap: 15px;
justify-content: center;
margin-bottom: 50px;
flex-wrap: wrap;
}
.btn-hero-primary {
background: #ffffff;
color: #667eea;
padding: 16px 35px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
transition: all 0.3s;
display: inline-block;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.btn-hero-primary:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.btn-hero-secondary {
background: transparent;
color: #ffffff;
padding: 16px 35px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
border: 2px solid rgba(255,255,255,0.5);
transition: all 0.3s;
display: inline-flex;
align-items: center;
gap: 10px;
}
.btn-hero-secondary:hover {
background: rgba(255,255,255,0.1);
border-color: #ffffff;
}
.hero-trust {
display: flex;
gap: 50px;
justify-content: center;
flex-wrap: wrap;
}
.trust-item {
display: flex;
flex-direction: column;
align-items: center;
}
.trust-number {
font-size: 32px;
font-weight: 700;
margin-bottom: 5px;
}
.trust-label {
font-size: 13px;
opacity: 0.9;
}
.features-modern {
padding: 90px 0;
background: #f7fafc;
}
.section-intro {
text-align: center;
max-width: 700px;
margin: 0 auto 60px;
}
.section-tag {
display: inline-block;
background: #e6f0ff;
color: #667eea;
padding: 6px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
margin-bottom: 15px;
}
.section-intro h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
color: #2d3748;
margin-bottom: 15px;
line-height: 1.3;
}
.section-intro p {
font-size: 17px;
color: #718096;
}
.features-modern-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 35px;
}
.feature-modern {
background: #ffffff;
padding: 40px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
transition: all 0.3s;
}
.feature-modern:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.feature-modern-icon {
width: 70px;
height: 70px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
}
.feature-modern-icon.purple {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.feature-modern-icon.green {
background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}
.feature-modern-icon.orange {
background: linear-gradient(135deg, #f6ad55 0%, #ed8936 100%);
}
.feature-modern-icon.blue {
background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
}
.feature-modern-icon i {
font-size: 32px;
color: #ffffff;
}
.feature-modern h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
color: #2d3748;
}
.feature-modern p {
font-size: 15px;
color: #718096;
line-height: 1.7;
}
.showcase-section {
padding: 90px 0;
background: #ffffff;
}
.showcase-section.reverse {
background: #f7fafc;
}
.showcase-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.showcase-content {
}
.showcase-content h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 38px;
font-weight: 700;
margin-bottom: 20px;
color: #2d3748;
line-height: 1.3;
}
.showcase-content p {
font-size: 16px;
color: #718096;
margin-bottom: 30px;
line-height: 1.8;
}
.showcase-list {
list-style: none;
margin-bottom: 35px;
}
.showcase-list li {
padding: 12px 0;
font-size: 15px;
color: #4a5568;
display: flex;
align-items: center;
gap: 12px;
}
.showcase-list i {
color: #48bb78;
font-size: 18px;
}
.btn-showcase {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 14px 30px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
}
.btn-showcase:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102,126,234,0.3);
}
.showcase-image img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.products-modern {
padding: 90px 0;
background: #f7fafc;
}
.products-modern-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.product-modern {
background: #ffffff;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 40px;
transition: all 0.3s;
position: relative;
}
.product-modern:hover {
border-color: #667eea;
box-shadow: 0 10px 40px rgba(102,126,234,0.15);
transform: translateY(-5px);
}
.product-modern.featured {
border-color: #667eea;
box-shadow: 0 10px 40px rgba(102,126,234,0.15);
}
.popular-badge {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 6px 20px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}
.product-modern-header {
margin-bottom: 25px;
}
.product-modern-header h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 8px;
color: #2d3748;
}
.product-modern-header p {
font-size: 14px;
color: #718096;
}
.product-modern-price {
margin-bottom: 30px;
}
.product-modern-price .currency {
font-size: 24px;
color: #667eea;
font-weight: 600;
vertical-align: top;
}
.product-modern-price .amount {
font-size: 52px;
color: #2d3748;
font-weight: 700;
line-height: 1;
}
.product-modern-price .period {
font-size: 16px;
color: #718096;
}
.product-modern-features {
list-style: none;
margin-bottom: 35px;
}
.product-modern-features li {
padding: 10px 0;
font-size: 14px;
color: #4a5568;
display: flex;
align-items: center;
gap: 10px;
}
.product-modern-features i {
color: #48bb78;
font-size: 16px;
}
.btn-product-modern {
display: block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 14px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
text-align: center;
transition: all 0.3s;
}
.btn-product-modern:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102,126,234,0.3);
}
.testimonials-section {
padding: 90px 0;
background: #ffffff;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.testimonial-card {
background: #f7fafc;
padding: 35px;
border-radius: 16px;
}
.testimonial-rating {
margin-bottom: 20px;
}
.testimonial-rating i {
color: #f6ad55;
font-size: 16px;
}
.testimonial-card p {
font-size: 15px;
color: #4a5568;
line-height: 1.7;
margin-bottom: 25px;
font-style: italic;
}
.testimonial-author strong {
display: block;
font-size: 16px;
color: #2d3748;
margin-bottom: 5px;
}
.testimonial-author span {
font-size: 13px;
color: #718096;
}
.stats-modern {
padding: 70px 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.stats-modern-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px;
}
.stat-modern {
display: flex;
align-items: center;
gap: 20px;
}
.stat-modern-icon {
width: 60px;
height: 60px;
background: rgba(255,255,255,0.2);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.stat-modern-icon i {
font-size: 28px;
color: #ffffff;
}
.stat-modern-content {
color: #ffffff;
}
.stat-modern-number {
font-size: 36px;
font-weight: 700;
line-height: 1;
margin-bottom: 8px;
}
.stat-modern-label {
font-size: 13px;
opacity: 0.9;
}
.integration-modern {
padding: 90px 0;
background: #f7fafc;
}
.integration-modern-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.integration-modern-text h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 38px;
font-weight: 700;
margin-bottom: 20px;
color: #2d3748;
line-height: 1.3;
}
.integration-modern-text p {
font-size: 16px;
color: #718096;
margin-bottom: 35px;
line-height: 1.8;
}
.integration-categories {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin-bottom: 35px;
}
.integration-category {
background: #ffffff;
padding: 20px;
border-radius: 12px;
display: flex;
align-items: center;
gap: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.integration-category i {
font-size: 24px;
color: #667eea;
}
.integration-category span {
font-size: 15px;
font-weight: 600;
color: #2d3748;
}
.integration-modern-visual img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.final-cta {
padding: 90px 0;
background: #ffffff;
}
.final-cta-content {
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.final-cta-content h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 42px;
font-weight: 700;
color: #2d3748;
margin-bottom: 20px;
line-height: 1.3;
}
.final-cta-content > p {
font-size: 18px;
color: #718096;
margin-bottom: 35px;
}
.final-cta-actions {
}
.btn-final-cta {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 18px 45px;
border-radius: 12px;
text-decoration: none;
font-weight: 600;
font-size: 17px;
transition: all 0.3s;
box-shadow: 0 6px 25px rgba(102,126,234,0.3);
margin-bottom: 15px;
}
.btn-final-cta:hover {
transform: translateY(-3px);
box-shadow: 0 10px 35px rgba(102,126,234,0.4);
}
.cta-note {
font-size: 14px;
color: #718096;
margin-top: 15px;
}
.footer {
background: #2d3748;
color: #ffffff;
padding: 40px 0 20px;
}
.footer-content {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
margin-bottom: 30px;
}
.footer-col h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
}
.footer-col p {
font-size: 13px;
color: #cbd5e0;
margin-bottom: 8px;
line-height: 1.6;
}
.footer-col a {
display: block;
color: #cbd5e0;
text-decoration: none;
font-size: 13px;
margin-bottom: 8px;
transition: color 0.3s;
}
.footer-col a:hover {
color: #ffffff;
}
.footer-col i {
margin-right: 8px;
color: #667eea;
}
.footer-bottom {
text-align: center;
padding-top: 20px;
border-top: 1px solid #4a5568;
}
.footer-bottom p {
font-size: 13px;
color: #cbd5e0;
}
.privacy-popup {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
max-width: 500px;
background: #ffffff;
padding: 25px;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
z-index: 10000;
display: none;
}
.privacy-popup.show {
display: block;
}
.privacy-content h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
color: #2d3748;
}
.privacy-content p {
font-size: 13px;
color: #718096;
margin-bottom: 15px;
line-height: 1.6;
}
.privacy-buttons {
display: flex;
gap: 10px;
}
.btn-accept {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 10px 20px;
border: none;
border-radius: 6px;
font-weight: 600;
font-size: 13px;
cursor: pointer;
}
.btn-more {
background: #e2e8f0;
color: #2d3748;
padding: 10px 20px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
.page-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 70px 0;
color: #ffffff;
text-align: center;
}
.page-hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 46px;
font-weight: 700;
margin-bottom: 15px;
}
.page-hero p {
font-size: 19px;
opacity: 0.95;
}
.content-section {
padding: 90px 0;
}
.content-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.content-grid.reverse {
direction: rtl;
}
.content-grid.reverse > * {
direction: ltr;
}
.content-text h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
color: #2d3748;
}
.content-text p {
font-size: 16px;
color: #718096;
margin-bottom: 18px;
line-height: 1.8;
}
.content-image img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.features-detail-section {
padding: 90px 0;
background: #f7fafc;
}
.features-detail-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
text-align: center;
margin-bottom: 60px;
color: #2d3748;
}
.features-detail-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.feature-detail {
background: #ffffff;
padding: 35px;
border-radius: 16px;
text-align: center;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.feature-detail i {
font-size: 48px;
color: #667eea;
margin-bottom: 20px;
}
.feature-detail h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
color: #2d3748;
}
.feature-detail p {
font-size: 15px;
color: #718096;
line-height: 1.7;
}
.workflow-section {
padding: 90px 0;
background: #ffffff;
}
.workflow-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
text-align: center;
margin-bottom: 60px;
color: #2d3748;
}
.workflow-steps {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.workflow-step {
flex: 1;
text-align: center;
}
.step-number {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
font-weight: 700;
margin: 0 auto 20px;
}
.workflow-step h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
color: #2d3748;
}
.workflow-step p {
font-size: 15px;
color: #718096;
}
.workflow-arrow {
font-size: 28px;
color: #cbd5e0;
}
.chat-features-section {
padding: 90px 0;
background: #ffffff;
}
.chat-features-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
text-align: center;
margin-bottom: 60px;
color: #2d3748;
}
.chat-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.chat-feature {
background: #f7fafc;
padding: 35px;
border-radius: 16px;
text-align: center;
}
.feature-icon-large {
width: 90px;
height: 90px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
}
.feature-icon-large i {
font-size: 42px;
color: #ffffff;
}
.chat-feature h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
color: #2d3748;
}
.chat-feature p {
font-size: 15px;
color: #718096;
line-height: 1.7;
}
.benefits-section {
padding: 90px 0;
background: #f7fafc;
}
.benefits-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
text-align: center;
margin-bottom: 60px;
color: #2d3748;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.benefit-card {
background: #ffffff;
padding: 35px;
border-radius: 16px;
text-align: center;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.benefit-stat {
font-size: 52px;
font-weight: 700;
color: #667eea;
margin-bottom: 15px;
line-height: 1;
}
.benefit-card p {
font-size: 15px;
color: #718096;
line-height: 1.7;
}
.customization-section {
padding: 90px 0;
background: #ffffff;
text-align: center;
}
.customization-content h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
margin-bottom: 20px;
color: #2d3748;
text-align: center;
}
.customization-content p {
font-size: 17px;
color: #718096;
text-align: center;
margin-bottom: 45px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
line-height: 1.8;
}
.customization-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
max-width: 800px;
margin: 0 auto 35px;
}
.customization-content .btn-showcase {
display: block;
text-align: center;
max-width: 300px;
margin: 0 auto;
}
.custom-item {
background: #f7fafc;
padding: 25px;
border-radius: 12px;
display: flex;
align-items: center;
gap: 15px;
}
.custom-item i {
font-size: 28px;
color: #667eea;
}
.custom-item span {
font-size: 15px;
color: #2d3748;
font-weight: 500;
}
.contact-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 70px 0;
color: #ffffff;
text-align: center;
}
.contact-hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 46px;
font-weight: 700;
margin-bottom: 15px;
}
.contact-hero p {
font-size: 19px;
opacity: 0.95;
}
.contact-main-section {
padding: 90px 0;
}
.contact-wrapper {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 60px;
}
.contact-info-side h2 {
font-size: 32px;
font-weight: 700;
margin-bottom: 18px;
color: #2d3748;
}
.contact-info-side > p {
font-size: 16px;
color: #718096;
margin-bottom: 35px;
line-height: 1.8;
}
.contact-details {
display: flex;
flex-direction: column;
gap: 25px;
}
.contact-detail-item {
display: flex;
gap: 18px;
}
.detail-icon {
width: 55px;
height: 55px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.detail-icon i {
font-size: 22px;
color: #ffffff;
}
.detail-text h4 {
font-size: 17px;
font-weight: 600;
margin-bottom: 6px;
color: #2d3748;
}
.detail-text p {
font-size: 15px;
color: #718096;
line-height: 1.7;
}
.contact-form-side {
background: #f7fafc;
padding: 45px;
border-radius: 16px;
}
.contact-form h3 {
font-size: 26px;
font-weight: 700;
margin-bottom: 30px;
color: #2d3748;
}
.form-group {
margin-bottom: 22px;
}
.form-group label {
display: block;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: #2d3748;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 14px;
border: 2px solid #e2e8f0;
border-radius: 10px;
font-size: 15px;
font-family: 'Sora', sans-serif;
transition: border-color 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #667eea;
}
.form-group textarea {
resize: vertical;
}
.checkbox-group {
margin-bottom: 28px;
}
.checkbox-label {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: #4a5568;
cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
margin-top: 3px;
width: auto;
}
.checkbox-label a {
color: #667eea;
text-decoration: underline;
}
.btn-submit {
width: 100%;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 16px;
border: none;
border-radius: 10px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
}
.btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102,126,234,0.3);
}
.map-section {
padding: 90px 0;
background: #f7fafc;
}
.map-section h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
text-align: center;
margin-bottom: 45px;
color: #2d3748;
}
.map-container {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.contact-cta-section {
padding: 90px 0;
background: #ffffff;
}
.contact-cta-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.cta-card {
background: #f7fafc;
padding: 40px;
border-radius: 16px;
text-align: center;
}
.cta-card i {
font-size: 52px;
color: #667eea;
margin-bottom: 25px;
}
.cta-card h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
color: #2d3748;
}
.cta-card p {
font-size: 15px;
color: #718096;
margin-bottom: 25px;
line-height: 1.7;
}
.btn-secondary {
background: rgba(102,126,234,0.1);
color: #667eea;
padding: 12px 28px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
border: 2px solid #667eea;
transition: all 0.3s;
display: inline-block;
}
.btn-secondary:hover {
background: #667eea;
color: #ffffff;
}
.thankyou-section {
padding: 90px 0;
min-height: calc(100vh - 250px);
display: flex;
align-items: center;
}
.thankyou-content {
text-align: center;
max-width: 650px;
margin: 0 auto;
}
.thankyou-icon {
width: 110px;
height: 110px;
background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 35px;
}
.thankyou-icon i {
font-size: 55px;
color: #ffffff;
}
.thankyou-content h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
margin-bottom: 22px;
color: #2d3748;
}
.thankyou-content p {
font-size: 17px;
color: #718096;
margin-bottom: 35px;
line-height: 1.8;
}
.thankyou-info {
background: #f7fafc;
padding: 30px;
border-radius: 16px;
margin-bottom: 35px;
}
.thankyou-info p {
font-size: 15px;
color: #4a5568;
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.thankyou-info p:last-child {
margin-bottom: 0;
}
.thankyou-info i {
color: #667eea;
font-size: 18px;
}
.thankyou-actions {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.btn-primary {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #ffffff;
padding: 14px 32px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
display: inline-block;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102,126,234,0.3);
}
.error-section {
padding: 90px 0;
min-height: calc(100vh - 250px);
display: flex;
align-items: center;
}
.error-content {
text-align: center;
max-width: 650px;
margin: 0 auto;
}
.error-number {
font-size: 130px;
font-weight: 700;
color: #667eea;
line-height: 1;
margin-bottom: 25px;
}
.error-content h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 40px;
font-weight: 700;
margin-bottom: 18px;
color: #2d3748;
}
.error-content > p {
font-size: 17px;
color: #718096;
margin-bottom: 35px;
line-height: 1.8;
}
.error-suggestions {
background: #f7fafc;
padding: 35px;
border-radius: 16px;
margin-bottom: 35px;
text-align: left;
}
.error-suggestions h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 18px;
color: #2d3748;
}
.error-suggestions ul {
list-style: none;
}
.error-suggestions li {
padding: 10px 0;
font-size: 15px;
color: #4a5568;
display: flex;
align-items: center;
gap: 12px;
}
.error-suggestions i {
color: #667eea;
font-size: 18px;
}
.error-actions {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.policy-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 70px 0;
color: #ffffff;
text-align: center;
}
.policy-hero h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 46px;
font-weight: 700;
margin-bottom: 15px;
}
.policy-hero p {
font-size: 17px;
opacity: 0.95;
}
.policy-content {
padding: 70px 0;
}
.policy-text {
max-width: 900px;
margin: 0 auto;
}
.policy-text h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 30px;
font-weight: 700;
margin-top: 45px;
margin-bottom: 18px;
color: #2d3748;
}
.policy-text h3 {
font-size: 24px;
font-weight: 600;
margin-top: 35px;
margin-bottom: 15px;
color: #2d3748;
}
.policy-text p {
font-size: 16px;
color: #4a5568;
margin-bottom: 18px;
line-height: 1.8;
}
.policy-text ul,
.policy-text ol {
margin-bottom: 22px;
padding-left: 28px;
}
.policy-text li {
font-size: 16px;
color: #4a5568;
margin-bottom: 12px;
line-height: 1.8;
}
.policy-text strong {
color: #2d3748;
font-weight: 600;
}
@media (max-width: 1024px) {
.hero-modern-content h1 {
font-size: 44px;
}
.showcase-grid,
.content-grid,
.integration-modern-content,
.contact-wrapper {
grid-template-columns: 1fr;
gap: 50px;
}
.features-modern-grid,
.products-modern-grid,
.features-detail-grid,
.chat-features-grid,
.testimonials-grid {
grid-template-columns: repeat(2, 1fr);
}
.stats-modern-grid,
.benefits-grid {
grid-template-columns: repeat(2, 1fr);
}
.workflow-steps {
flex-direction: column;
}
.workflow-arrow {
transform: rotate(90deg);
}
.contact-cta-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.nav-menu {
position: fixed;
top: 70px;
left: 0;
right: 0;
background: #667eea;
flex-direction: column;
padding: 20px;
gap: 15px;
display: none;
}
.nav-menu.active {
display: flex;
}
.menu-toggle {
display: block;
}
.hero-modern {
padding: 70px 0 50px;
}
.hero-modern-content h1 {
font-size: 34px;
}
.hero-modern-content > p {
font-size: 16px;
}
.hero-trust {
gap: 30px;
}
.trust-number {
font-size: 26px;
}
.section-intro h2 {
font-size: 32px;
}
.features-modern-grid,
.products-modern-grid,
.features-detail-grid,
.chat-features-grid,
.stats-modern-grid,
.benefits-grid,
.testimonials-grid,
.customization-features {
grid-template-columns: 1fr;
}
.footer-content {
grid-template-columns: repeat(2, 1fr);
}
.page-hero h1,
.contact-hero h1 {
font-size: 36px;
}
.error-number {
font-size: 90px;
}
.error-content h1,
.thankyou-content h1 {
font-size: 32px;
}
.policy-hero h1 {
font-size: 36px;
}
.policy-text h2 {
font-size: 26px;
}
.policy-text h3 {
font-size: 22px;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
.hero-modern {
padding: 50px 0 40px;
}
.hero-modern-content h1 {
font-size: 28px;
}
.hero-modern-actions {
flex-direction: column;
}
.btn-hero-primary,
.btn-hero-secondary {
width: 100%;
text-align: center;
justify-content: center;
}
.section-intro h2 {
font-size: 26px;
}
.footer-content {
grid-template-columns: 1fr;
}
.privacy-popup {
left: 10px;
right: 10px;
padding: 20px;
}
.contact-form-side {
padding: 30px;
}
.thankyou-icon {
width: 90px;
height: 90px;
}
.thankyou-icon i {
font-size: 45px;
}
.stat-modern {
flex-direction: column;
text-align: center;
}
}
