@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --primary: #00c2ff;
    --primary-dark: #0080e6;
    --secondary: #8a2be2;
    --dark: #0a0e17;
    --darker: #060a12;
    --light: #f0f2f5;
    --gray: #94a3b8;
    --gray-dark: #64748b;
    --glow: rgba(0, 194, 255, 0.5);
    --transition: all 0.3s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--dark);
    color: var(--light);
    overflow-x: hidden;
    position: relative;
}

.noise-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATASURBVGhD7ZlNaBxVGIbfbyYxwboQEKxF0UJpQaQVA1r/EMS1iCJCQbSoUBXRhYhgQcSFiNBuwIXgTnDlQkQX7kTcKC78W4g/qZqmadrENM0kTfL5vN+ZM83NzNnMnOS2gQ48ZO597z3nzHfuu+eeM9G2/gfKotuO1dXVgY2NjeHBwcER+gZVZDVJktFqtbqwsrKyRN1/Vqu9C8qJPUHcCPEjdJPmvVLX1Wr1KGNPoL1W3j9EjNwO4bsRO0vbY1VCYITgJTQ2HccbpJGI5aQ9iMBnEP2CrtvqOcfxj0ajcYS+UbpIEbyCoPsR/QX1vF4tRQi5Rn0gTVNlnCxZQRBNJIAJXWsGYoSJZ6lnqRNRFO2j7LcQiXFvZWWlf3Fx8SAT7UDvUcQeYNwnpXSLfMnm1vKKcC4ItyJwKoMlRWnD7rTXo7Gj2Mmj/b5wbdkqU2UTdxPv0raJlPZLDHK44TzJpLt4fNkxvnrVJL7p9xJ0iLZTqT2GI32fYJ5zNpYc9AjiX47juLnG/SJahfZkiZPkGvO5NjZHGbLI/oBQu1gYQtgVxB7nVU04K7JRq9XuqtVqdZuJD9B/nqFP1y5YoC0F7BO8B+Oe4/hfoE4lx5DTmBzjjmZW/aSgDhI1YMh1DCGbQF0VY6y5nqHe6YrwI0K4FgIYLREBiKxgwLu8OUNYcVU9jgEj1OfYQd2+MTDGR+zhUfG7aUz0KVtzCfMGV4R/IRD2lnE5GhY7OjOm/Rj9s4WRRVLEXkDQBIZ+jLa3dUb1Fg7Xqfu6KDWiiD5PZs22nUbj8CvGvM6KfZ9snqPt0yIjfE1iOjXZ+Qr9G+YwkrY9nWE7Z2kyuYK/TdkRvbBG2yWemW/ouxtNfJ7cXkXuE2xzR1XpMcIYK97qQbAOt/cy7rK2G46GmW4XmH5N+E/0C73eMWw1kW3pJF5T9F0uqXCYdDiGO1AvMV0eO84FRN/jldspGlMDm5ubj7L6vsXIeU/yHHZsTqKK7GScM9y2OwWJ0lFqKi/QqXbpqO1Fj9SofL7p9s12NrUOYMAHROMdnZ/r6evbz459H0M+o+n7vHu/6EiN5OXobNvnyrJLiQlZbznEsXKo2e0PedQ0Qm/P9siCmr9Rc6/fwdxHeRxG7VKHH3pBW5Yji0J0dDjCDyCp7a86L9L0Jn2vmrQKsVNdT4h9Jkl0Ju35EnpC/EZWtg69ztLURcS1K2E40emBDr90d7eXi6htqLXVDXZBtEt4DsO6/ck+S1K/QGS+1qDnBbfTnZRTvSTwDtIzogNPh6ECbNoxHaR6RfwDNu3o1kbNAT1YW1t7hNRcMGkV4kD9XOUQwzIKOLLXQ0Fn9DP12TQi5r3DfpZGHVCzp2P0yNOH0W8pnc9hxDxO8Upr5FaJhN1k5U9xp06oON9DQlbfm2amPD8h/jMd6PGCL2vbGQm7AZlgj5jlDtxhihtUPuXpxvNW3j6X6zBvhftRrnQiYdHgFP8Yj/pPa4rMdyWnHpbOtzRmwbL1HwJ5nz6/S4+NLPUftN+WRZpbS4/G8PBwZ93Kxq+vr290dNB2e9QOm9cXpHWcrn/THgMWLvyP6aiotwAAAABJRU5ErkJggg==');
    opacity: 0.03;
    pointer-events: none;
    z-index: 100;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

a {
    color: var(--light);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary);
}

button {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    border: none;
    outline: none;
    font-weight: 500;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 1rem;
    transition: var(--transition);
}

.primary-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: var(--light);
    box-shadow: 0 5px 15px rgba(0, 194, 255, 0.3);
}

.primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 194, 255, 0.4);
}

.primary-btn i {
    margin-left: 8px;
    transition: var(--transition);
}

.primary-btn:hover i {
    transform: translateX(4px);
}

.secondary-btn {
    background: rgba(255, 255, 255, 0.05);
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.large {
    padding: 15px 40px;
    font-size: 1.1rem;
}

.highlight {
    color: var(--primary);
    position: relative;
    z-index: 1;
}

.highlight::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background: rgba(0, 194, 255, 0.1);
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 3px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 10%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
    background: rgba(10, 14, 23, 0.8);
    backdrop-filter: blur(10px);
}

.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 0.5rem;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 2rem;
}

nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    bottom: 0;
    left: 0;
    transition: var(--transition);
}

nav ul li a:hover::after {
    width: 100%;
}

main {
    padding-top: 80px;
}

section {
    padding: 6rem 10%;
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at top right, rgba(138, 43, 226, 0.1), transparent 70%),
                radial-gradient(circle at bottom left, rgba(0, 194, 255, 0.08), transparent 70%);
}

.hero-content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-image {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.glasses-model {
    position: relative;
    width: 350px;
    height: 120px;
    transform-style: preserve-3d;
    animation: floatGlasses 6s ease-in-out infinite;
}

@keyframes floatGlasses {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-20px) rotate(2deg); }
}

.glasses-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid var(--primary);
    border-radius: 10px;
    opacity: 0.6;
}

.glasses-lens {
    position: absolute;
    width: 40%;
    height: 80%;
    background: linear-gradient(135deg, rgba(0, 194, 255, 0.1), rgba(138, 43, 226, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 10%;
}

.glasses-lens::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    top: 5%;
    left: 5%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 40%);
}

.glasses-lens.left {
    left: 5%;
}

.glasses-lens.right {
    right: 5%;
}

.glasses-temple {
    position: absolute;
    width: 120px;
    height: 5px;
    background: var(--primary);
    opacity: 0.6;
    top: 40%;
}

.glasses-temple.left {
    left: -118px;
    transform: rotate(15deg);
}

.glasses-temple.right {
    right: -118px;
    transform: rotate(-15deg);
}

.ar-element {
    position: absolute;
    border-radius: 5px;
    animation: pulse 3s ease-in-out infinite;
}

.ar-element.el1 {
    width: 80px;
    height: 30px;
    background: rgba(0, 194, 255, 0.15);
    border: 1px solid rgba(0, 194, 255, 0.3);
    top: -50px;
    left: 30%;
    animation-delay: 0.5s;
}

.ar-element.el2 {
    width: 120px;
    height: 20px;
    background: rgba(138, 43, 226, 0.15);
    border: 1px solid rgba(138, 43, 226, 0.3);
    bottom: -40px;
    right: 20%;
    animation-delay: 1s;
}

.ar-element.el3 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 30%;
    right: -80px;
    animation-delay: 1.5s;
}

@keyframes pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

.data-stream {
    position: absolute;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    top: 50%;
    left: 20%;
    animation: dataFlow 2s linear infinite;
}

@keyframes dataFlow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 194, 255, 0.2), transparent 70%);
    animation: glow 4s ease-in-out infinite alternate;
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(0.95); }
    100% { opacity: 0.6; transform: scale(1.05); }
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.stat {
    text-align: center;
}

.stat-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--gray);
    font-size: 1rem;
    letter-spacing: 1px;
}

.features {
    background-color: var(--darker);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.features::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, rgba(0, 194, 255, 0.08), transparent 70%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

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

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-icon i {
    font-size: 1.5rem;
    color: var(--light);
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--gray);
    font-size: 0.95rem;
    line-height: 1.5;
}

.technology {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.technology::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at top left, rgba(138, 43, 226, 0.08), transparent 70%);
}

.tech-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.tech-list {
    list-style: none;
    margin-top: 2rem;
}

.tech-list li {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.tech-list li i {
    color: var(--primary);
    margin-right: 1rem;
    min-width: 20px;
    text-align: center;
}

.tech-visual {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 500px;
}

.tech-schematic {
    position: relative;
    width: 400px;
    height: 400px;
    border: 2px solid rgba(0, 194, 255, 0.3);
    border-radius: 50%;
}

.circuit-line {
    position: absolute;
    background: var(--primary);
    opacity: 0.5;
}

.circuit-line.cl1 {
    width: 150px;
    height: 2px;
    top: 50%;
    left: 25%;
    animation: glowLine 3s ease-in-out infinite;
}

.circuit-line.cl2 {
    width: 100px;
    height: 2px;
    top: 30%;
    right: 25%;
    transform: rotate(45deg);
    animation: glowLine 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.circuit-line.cl3 {
    width: 120px;
    height: 2px;
    bottom: 40%;
    right: 20%;
    transform: rotate(-30deg);
    animation: glowLine 3s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes glowLine {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

.circuit-node {
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 50%;
    z-index: 1;
}

.circuit-node.cn1 {
    top: 50%;
    left: 25%;
}

.circuit-node.cn2 {
    top: 30%;
    right: 25%;
}

.circuit-node.cn3 {
    bottom: 40%;
    right: 20%;
}

.pulse-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 194, 255, 0.1);
    border: 2px solid rgba(0, 194, 255, 0.3);
    animation: pulseDot 3s ease-in-out infinite;
}

.pulse-dot.pd1 {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    animation-delay: 0.5s;
}

.pulse-dot.pd2 {
    bottom: 40%;
    right: 20%;
    transform: translate(50%, 50%);
    animation-delay: 1s;
}

@keyframes pulseDot {
    0%, 100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

.vision {
    background: var(--darker);
    position: relative;
    overflow: hidden;
}

.vision::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center right, rgba(0, 194, 255, 0.08), transparent 60%);
}

.vision-wrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.vision h2 {
    text-align: center;
}

.vision-quote {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 3rem;
    margin: 2rem 0 3rem;
    position: relative;
}

.vision-quote::before {
    content: '"';
    position: absolute;
    font-family: serif;
    font-size: 12rem;
    color: rgba(255, 255, 255, 0.03);
    top: -60px;
    left: 10px;
    line-height: 1;
}

.vision-quote blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
    font-style: italic;
    color: var(--light);
}

.quote-author {
    margin-top: 1.5rem;
    text-align: right;
    color: var(--primary);
    font-weight: 500;
}

.vision-stats {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    margin-top: 3rem;
}

.v-stat {
    text-align: center;
}

.v-stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.v-stat-label {
    font-size: 0.95rem;
    color: var(--gray);
    max-width: 200px;
}

.about {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.about-content {
    flex: 1;
}

.founder-image {
    flex: 1;
    position: relative;
    height: 500px;
}

.founder-silhouette {
    position: absolute;
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: linear-gradient(to bottom, rgba(0, 194, 255, 0.1), rgba(138, 43, 226, 0.1));
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-silhouette::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="30" r="20" fill="rgba(255,255,255,0.1)"/><rect x="30" y="55" width="40" height="60" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

.data-point {
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--primary);
    border-radius: 50%;
}

.data-point.dp1 {
    top: 20%;
    left: 10%;
}

.data-point.dp2 {
    top: 30%;
    right: 10%;
}

.data-point.dp3 {
    bottom: 40%;
    left: 15%;
}

.data-point.dp4 {
    bottom: 25%;
    right: 15%;
}

.data-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent);
}

.data-line.dl1 {
    width: 120px;
    top: calc(20% + 6px);
    left: 10%;
    animation: dataInOut 3s ease-in-out infinite;
}

.data-line.dl2 {
    width: 150px;
    top: calc(30% + 6px);
    right: 10%;
    transform: rotate(-20deg);
    animation: dataInOut 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.data-line.dl3 {
    width: 100px;
    bottom: calc(40% + 6px);
    left: 15%;
    transform: rotate(30deg);
    animation: dataInOut 3s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes dataInOut {
    0% { opacity: 0; transform: scaleX(0); }
    50% { opacity: 1; transform: scaleX(1); }
    100% { opacity: 0; transform: scaleX(0); }
}

.cta-section {
    background: linear-gradient(135deg, rgba(0, 194, 255, 0.1) 0%, rgba(138, 43, 226, 0.1) 100%);
    text-align: center;
    padding: 8rem 10%;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 194, 255, 0.2), transparent 70%);
    top: -100px;
    left: -100px;
    z-index: 0;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.2), transparent 70%);
    bottom: -100px;
    right: -100px;
    z-index: 0;
}

.cta-section h2, 
.cta-section p {
    position: relative;
    z-index: 1;
}

.cta-section p {
    max-width: 600px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
}

footer {
    background: var(--darker);
    padding: 4rem 10% 2rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.link-group h4 {
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.link-group ul {
    list-style: none;
}

.link-group ul li {
    margin-bottom: 0.8rem;
}

.link-group ul li a {
    color: var(--gray);
    transition: var(--transition);
}

.link-group ul li a:hover {
    color: var(--light);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright {
    color: var(--gray-dark);
    font-size: 0.9rem;
}

.social-icons {
    display: flex;
    gap: 1.5rem;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: var(--transition);
}

.social-icons a:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    transform: translateY(-3px);
}

/* Media Queries */
@media (max-width: 1200px) {
    .hero-image {
        right: 5%;
        transform: translateY(-50%) scale(0.8);
    }
    
    .technology {
        flex-direction: column;
        gap: 3rem;
    }
    
    .tech-visual {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    section {
        padding: 4rem 5%;
    }
    
    .hero {
        padding-bottom: 2rem;
    }
    
    .hero-image {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        margin: 4rem auto 0;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .about {
        flex-direction: column;
        gap: 3rem;
    }
    
    .founder-image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 1rem 5%;
    }
    
    nav ul {
        display: none; /* Mobile menu would go here in a real project */
    }
    
    .hero-content {
        text-align: center;
        max-width: 100%;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .hero-image {
        width: 100%;
        height: 350px;
    }
    
    .vision-stats {
        flex-direction: column;
        align-items: center;
    }
    
    .v-stat {
        max-width: 350px;
        width: 100%;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footer-links {
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
    }
    
    .copyright {
        text-align: center;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .primary-btn, .secondary-btn {
        width: 100%;
    }
    
    .tech-schematic {
        width: 300px;
        height: 300px;
    }
    
    .vision-quote {
        padding: 2rem;
    }
    
    .vision-quote blockquote {
        font-size: 1.1rem;
    }
}
