:root { --terra: #C05746; --terra-hover: #A04536; --dark: #2B3A42; --light: #F9F7F1; --text: #1F2421; --gray: #E0E0E0; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', sans-serif; background-color: var(--light); color: var(--text); line-height: 1.6; overflow-x: hidden; } a { color: var(--terra); text-decoration: none; transition: color 0.2s ease; } a:hover { color: var(--terra-hover); } img { width: 100%; height: auto; object-fit: cover; display: block; } .aether-nav-bar { position: sticky; top: 0; background: var(--dark); color: var(--light); display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; z-index: 1000; } .aether-logo { font-weight: 800; font-size: 1.5rem; letter-spacing: 1px; color: var(--terra); } .aether-links a { color: var(--light); margin-left: 2rem; font-weight: 600; font-size: 0.95rem; } .aether-links a:hover { color: var(--terra); } .aether-page-wrap { display: flex; flex-direction: column; gap: 6rem; padding-bottom: 4rem; } .infra-hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; background: var(--dark); color: var(--light); } .infra-content-pane { padding: 8% 10%; display: flex; flex-direction: column; justify-content: center; } .aws-eks-specialty { display: inline-block; background: var(--terra); color: var(--light); padding: 0.3rem 0.8rem; border-radius: 4px; font-size: 0.8rem; font-weight: 800; text-transform: uppercase; align-self: flex-start; margin-bottom: 1.5rem; } .premium-headline { font-size: 3.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; } .hero-subtext { font-size: 1.1rem; opacity: 0.9; margin-bottom: 2.5rem; max-width: 90%; } .hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; } .terracotta-action-btn { background: var(--terra); color: var(--light); padding: 1rem 2rem; border: none; border-radius: 4px; font-weight: 600; font-size: 1rem; cursor: pointer; display: inline-block; text-align: center; } .terracotta-action-btn:hover { background: var(--terra-hover); color: var(--light); } .uptime-stat { font-weight: 600; font-size: 0.9rem; border-left: 2px solid var(--terra); padding-left: 1rem; } .infra-visual-pane img { height: 100%; object-position: center; } .section-title { font-size: 2.5rem; font-weight: 800; margin-bottom: 2rem; color: var(--dark); } .section-title.centered { text-align: center; margin-bottom: 3rem; } .cloud-about-zone { display: grid; grid-template-columns: 5fr 7fr; gap: 4rem; padding: 0 5%; align-items: center; } .about-visual img { border-radius: 8px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); } .about-text-density p { margin-bottom: 1.5rem; font-size: 1.1rem; color: #444; } .inline-policy-link { font-size: 0.9rem; font-weight: 600; text-decoration: underline; } .infra-solutions-matrix { padding: 0 5%; } .solutions-grid-asym { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 4rem; } .solution-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.3s ease; } .solution-card:hover { transform: translateY(-10px); } .solution-card img { height: 200px; } .solution-card h3 { padding: 1.5rem 1.5rem 0.5rem; font-size: 1.3rem; color: var(--dark); } .solution-card p { padding: 0 1.5rem 1.5rem; color: #555; } .offset-card { transform: translateY(20px); } .offset-card:hover { transform: translateY(10px); } .infra-faq-block { max-width: 800px; margin: 0 auto; background: #fff; padding: 3rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .faq-heading { font-size: 1.8rem; margin-bottom: 2rem; text-align: center; } .faq-item { border-bottom: 1px solid var(--gray); margin-bottom: 1rem; } .faq-question { width: 100%; text-align: left; background: none; border: none; font-size: 1.1rem; font-weight: 600; padding: 1rem 0; cursor: pointer; color: var(--dark); font-family: inherit; display: flex; justify-content: space-between; } .faq-question::after { content: '+'; font-size: 1.5rem; color: var(--terra); } .faq-question.active::after { content: '-'; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .faq-answer p { padding-bottom: 1rem; color: #555; } .client-voice-zone { padding: 4rem 5%; background: var(--dark); color: var(--light); } .client-voice-zone .section-title { color: var(--light); text-align: center; margin-bottom: 4rem; } .voice-masonry { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .client-voice-card { background: rgba(255,255,255,0.05); padding: 2rem; border-radius: 8px; border-top: 4px solid var(--terra); } .client-avatar { width: 60px; height: 60px; border-radius: 50%; margin-bottom: 1rem; border: 2px solid var(--terra); } .quote { font-style: italic; margin-bottom: 1rem; font-size: 1.05rem; line-height: 1.5; } .client-name { font-weight: 800; font-size: 0.9rem; color: var(--terra); text-transform: uppercase; } .infra-contact-pane { padding: 0 5%; display: flex; justify-content: center; } .contact-form-wrap { background: #fff; padding: 4rem; border-radius: 8px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); width: 100%; max-width: 600px; } .contact-sub { margin-bottom: 2rem; color: #555; } .form-group { margin-bottom: 1.5rem; } .form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; font-size: 0.9rem; } .form-group input, .form-group textarea { width: 100%; padding: 0.8rem; border: 1px solid var(--gray); border-radius: 4px; font-family: inherit; font-size: 1rem; } .form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--terra); } .tiny-disclaimer { font-size: 0.75rem; color: #888; margin-top: 1rem; text-align: center; } .cloud-footer-zone { background: #1a2429; color: #aaa; padding: 4rem 5% 2rem; font-size: 0.9rem; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 3rem; } .footer-brand h3 { color: var(--light); font-size: 1.5rem; margin-bottom: 1rem; font-weight: 800; letter-spacing: 1px; } .footer-brand p, .footer-brand address { margin-bottom: 1rem; font-style: normal; line-height: 1.6; } .footer-links h4 { color: var(--light); margin-bottom: 1.2rem; font-size: 1.1rem; } .footer-links a { display: block; color: #aaa; margin-bottom: 0.8rem; } .footer-links a:hover { color: var(--terra); } .unsub-link { font-size: 0.8rem; opacity: 0.7; margin-top: 1rem; } .footer-bottom { border-top: 1px solid #333; padding-top: 2rem; text-align: center; font-size: 0.85rem; } .legal-wrap { padding: 5%; max-width: 800px; margin: 0 auto; min-height: 70vh; } .legal-h3 { margin: 2rem 0 1rem; color: var(--dark); font-size: 1.3rem; } @media (max-width: 900px) { .infra-hero-split, .cloud-about-zone { grid-template-columns: 1fr; } .infra-content-pane { padding: 4rem 5%; } .aether-links { display: none; } .offset-card { transform: none; } }