@import url('https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@300;400;500;600&display=swap');

body {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

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

.logo-container {
    width: 180px;
    height: 180px;
    margin: 40px auto 30px;
    padding-top: 20px;
}

#agency-logo {
    width: 100%;
    height: 100%;
}

.center-dot {
    fill: #000000;
}

.dot {
    fill: #000000;
    transition: all 0.3s ease;
}

.agency-title {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 220px;
}

.agency-title .transcendence {
    font-size: 2.2rem;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.agency-title .subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    color: #484848;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1;
}

section {
    margin-bottom: 60px;
}

section h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000000;
    letter-spacing: -0.5px;
}

.project {
    background-color: #f8f8f8;
    margin: 40px 0;
    padding: 45px;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}

.project.main-title {
    margin-top: 60px;
}

.project-details {
    margin-top: 20px;
}

.project-details p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 15px;
}

.project-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.project-details li {
    margin: 12px 0;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.project-details li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 40px;
}

.comparison-item {
    background-color: #f8f8f8;
    padding: 45px;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.comparison-item h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #000000;
    letter-spacing: -0.3px;
}

.comparison-item p {
    font-size: 1rem;
    color: #444;
    margin: 12px 0;
    line-height: 1.5;
}

.comparison-item ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.comparison-item ul li {
    margin: 16px 0;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.comparison-item ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
}

.highlight-text {
    font-size: 1.4rem;
    font-weight: 300;
    color: #333;
    line-height: 1.4;
    margin: 20px 0;
}

.main-title {
    background: linear-gradient(145deg, #ffffff, #f8f8f8);
    border: 1px solid #eaeaea;
}

.project:hover,
.comparison-item:hover {
    background-color: #ffffff;
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

footer {
    text-align: center;
    padding: 80px 0;
    margin-top: 80px;
    border-top: 1px solid #eaeaea;
}

footer p {
    color: #666666;
    font-size: 1rem;
    margin-bottom: 15px;
}

.locations {
    display: flex;
    justify-content: center;
    gap: 40px;
    color: #666666;
    font-size: 0.95rem;
    margin-top: 30px;
}

.locations span {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    position: relative;
}

.locations span:hover {
    opacity: 1;
}

.main-claim {
    font-size: 2.8rem;
    font-weight: 300;
    text-align: center;
    margin: 20px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-slogan {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    color: #484848;
    margin: 30px 0;
}

.core-statement {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.vision-statement {
    background: linear-gradient(145deg, #ffffff, #f8f8f8);
    border: 1px solid #eaeaea;
}

.approach-grid .comparison-item {
    text-align: center;
    padding: 40px 30px;
}

.approach-grid .comparison-item h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 400;
}

.approach-grid .comparison-item p {
    font-size: 1.2rem;
    color: #484848;
    margin: 0;
}

.language-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 1000;
}

.lang-btn {
    background: none;
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.lang-btn:hover {
    background-color: #f5f5f5;
}

.lang-btn.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 1.1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    font-family: inherit;
    font-size: 1rem;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #000;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: inherit;
}

.submit-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
}

.form-success {
    display: none;
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 15px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .logo-container {
        width: 150px;
        height: 150px;
    }
    
    .agency-title {
        margin-top: -20px;
        margin-bottom: 40px;
    }
    
    .agency-title .transcendence {
        font-size: 1.8rem;
    }
    
    .agency-title .subtitle {
        font-size: 1.2rem;
    }
    
    section h3 {
        font-size: 1.5rem;
    }
    
    .project {
        padding: 35px;
        margin: 30px 0;
    }
    
    .comparison-item {
        padding: 35px;
    }
    
    .locations {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-claim {
        font-size: 2rem;
        margin: 15px 0;
    }
    
    .main-slogan {
        font-size: 1.3rem;
    }
    
    .core-statement {
        font-size: 1.2rem;
        padding: 0 15px;
        margin: 30px auto;
    }
    
    .approach-grid .comparison-item {
        padding: 30px 20px;
    }
    
    .approach-grid .comparison-item h4 {
        font-size: 1.3rem;
    }
    
    .approach-grid .comparison-item p {
        font-size: 1.1rem;
    }
    
    footer {
        padding: 60px 0;
        margin-top: 60px;
    }
    
    .contact-form {
        padding: 0 15px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
    }

    .submit-btn {
        padding: 12px 25px;
    }
}

/* Animation styles */
@keyframes rotateRight {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
    100% { transform: rotate(0deg); }
}

@keyframes rotateLeft {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-180deg); }
    100% { transform: rotate(0deg); }
}
.inner-ring, .middle-ring, .outer-ring {
    transform-origin: center;
}

.animate-ring-right {
    animation: rotateRight 3s ease-in-out forwards;
}

.animate-ring-left {
    animation: rotateLeft 3s ease-in-out forwards;
}