* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
}
.fonda-section {
padding: 4rem 0;
}
.fonda-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
.hero-section {
text-align: center;
color: white;
padding: 6rem 0 4rem;
}
.hero-section h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.hero-section p {
font-size: 1.3rem;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
}
.contact-section {
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
padding: 3rem;
margin: 2rem auto;
box-shadow: 0 20px 60px rgba(0,0,0,0.1);
backdrop-filter: blur(10px);
}
.fonda-grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: start;
}
.contact-info {
padding: 1rem 0;
}
.contact-info h3 {
font-size: 1.8rem;
margin-bottom: 2rem;
color: #333;
}
.contact-item {
display: flex;
align-items: center;
margin-bottom: 2rem;
padding: 1rem;
background: #f8f9fa;
border-radius: 12px;
border-left: 4px solid #667eea;
}
.contact-item .icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #667eea, #764ba2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 1rem;
color: white;
font-weight: bold;
}
.contact-item .details h4 {
font-size: 1.1rem;
margin-bottom: 0.5rem;
color: #333;
}
.contact-item .details p {
color: #666;
font-size: 0.95rem;
}
.fonda-card {
background: white;
border-radius: 16px;
padding: 2.5rem;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
border: 1px solid #e9ecef;
}
.fonda-card h3 {
font-size: 1.8rem;
margin-bottom: 1.5rem;
color: #333;
}
.fonda-form-group {
margin-bottom: 1.5rem;
}
.fonda-form-group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
color: #333;
}
.fonda-form-group input,
.fonda-form-group textarea {
width: 100%;
padding: 1rem;
border: 2px solid #e9ecef;
border-radius: 8px;
font-size: 1rem;
transition: all 0.3s ease;
font-family: inherit;
}
.fonda-form-group input:focus,
.fonda-form-group textarea:focus {
outline: none;
border-color: #667eea;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.fonda-form-group textarea {
min-height: 120px;
resize: vertical;
}
.fonda-btn {
padding: 1rem 2rem;
border: none;
border-radius: 8px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
text-align: center;
}
.fonda-btn-primary {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
}
.fonda-btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.faq-section {
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
padding: 3rem;
margin: 2rem auto;
box-shadow: 0 20px 60px rgba(0,0,0,0.1);
backdrop-filter: blur(10px);
}
.faq-section h2 {
text-align: center;
font-size: 2.5rem;
margin-bottom: 3rem;
color: #333;
}
.faq-item {
margin-bottom: 1.5rem;
border: 1px solid #e9ecef;
border-radius: 12px;
overflow: hidden;
}
.faq-item details {
cursor: pointer;
}
.faq-item summary {
padding: 1.5rem;
background: #f8f9fa;
font-weight: 600;
font-size: 1.1rem;
list-style: none;
position: relative;
transition: background-color 0.3s ease;
}
.faq-item summary:hover {
background: #e9ecef;
}
.faq-item summary::after {
content: ‘+’;
position: absolute;
right: 1.5rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.5rem;
color: #667eea;
font-weight: bold;
}
.faq-item details[open] summary::after {
content: ‘−’;
}
.faq-answer {
padding: 1.5rem;
background: white;
border-top: 1px solid #e9ecef;
color: #666;
line-height: 1.7;
}
.fade-in {
animation: fadeInUp 0.6s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 768px) {
.hero-section h1 {
font-size: 2.5rem;
}
.hero-section p {
font-size: 1.1rem;
}
.fonda-grid-2 {
grid-template-columns: 1fr;
gap: 2rem;
}
.contact-section,
.faq-section {
padding: 2rem;
margin: 1rem;
}
.fonda-card {
padding: 2rem;
}
}
Ready to experience truly autonomous deployments? Our team is here to help you get started with AutonoDeploy AI.
admin@example.com
Phone support coming soon
Office location coming soon