/* ===================================
   ANIMATIONS
   =================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.animate-delay-1 {
    animation-delay: 0.1s;
}

.animate-delay-2 {
    animation-delay: 0.2s;
}

.animate-delay-3 {
    animation-delay: 0.3s;
}

/* ===================================
   RESET & BASE STYLES
   =================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
    background: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

/* ===================================
   NAVIGATION
   =================================== */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    transition: background 0.3s ease;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #fff;
}

.nav-cta {
    padding: 0.7rem 4rem;
    background: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1a1a !important;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Mobile Navigation Toggle */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.hamburger {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: background 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

.nav-toggle.active .hamburger {
    background: transparent;
}

.nav-toggle.active .hamburger::before {
    transform: rotate(45deg) translate(6px, 6px);
}

.nav-toggle.active .hamburger::after {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background: rgba(26, 26, 26, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 5rem 2rem 2rem;
        gap: 2rem;
        transition: right 0.3s ease;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.3);
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu a {
        font-size: 1.1rem;
    }
    
    .nav-cta {
        display: none;
    }
}

/* ===================================
   HERO SECTION
   =================================== */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: url('../images/hero-8k.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.35);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: left;
    max-width: 1000px;
    padding: 0 4rem 6rem 4rem;
}

.hero-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.02em;
    line-height: 1.7;
    max-width: 600px;
    margin: 0;
}

/* ===================================
   MISSION SECTION
   =================================== */
.mission {
    background: #6b8272;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 3rem;
    text-align: center;
}

.mission-content {
    max-width: 850px;
    margin: 0 auto;
}

.mission-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.mission-text {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.005em;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

/* ===================================
   FEATURED PROJECT SECTION
   =================================== */
.featured-project {
    background: #f5f5f5;
    padding: 8rem 3rem;
}

.featured-content {
    max-width: 1000px;
    margin: 0 auto 4rem;
    text-align: center;
}

.featured-title {
    font-family: 'EB Garamond', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.featured-description {
    font-size: 1.1rem;
    font-weight: 300;
    color: #555;
    letter-spacing: 0.01em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.featured-gallery {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.featured-image {
    overflow: hidden;
    border-radius: 4px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .featured-gallery {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ===================================
   SERVICES SECTION
   =================================== */
.services {
    padding: 8rem 3rem;
    background: #fff;
}

.services-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.service-item {
    text-align: center;
}

.service-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 2rem;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-item:hover .service-image img {
    transform: scale(1.03);
}

.service-title {
    font-family: 'EB Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.service-description {
    font-size: 1rem;
    font-weight: 300;
    color: #666;
    line-height: 1.8;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.service-button {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2c2c2c;
    padding: 0.75rem 2rem;
    border: 1px solid #2c2c2c;
    transition: all 0.3s ease;
}

.service-button:hover {
    background: #2c2c2c;
    color: #fff;
}

/* ===================================
   PORTFOLIO SECTION
   =================================== */
.portfolio {
    padding: 8rem 3rem;
    background: #fafafa;
}

.portfolio-title {
    font-family: 'EB Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #2c2c2c;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
}

/* Carousel wrapper - flexbox with arrows on sides */
.portfolio-carousel-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

/* Arrow buttons */
.portfolio-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    color: #2c2c2c;
    background: rgba(44, 44, 44, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.portfolio-arrow:hover {
    background: rgba(44, 44, 44, 0.15);
    color: #2c2c2c;
}

.portfolio-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Container with overflow hidden for carousel effect */
.portfolio-carousel-container {
    flex: 1;
    overflow: hidden;
    max-width: 1200px;
}

/* Track that slides left/right */
.portfolio-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

/* Each slide is a full 100% width */
.portfolio-slide {
    flex: 0 0 100%;
    width: 100%;
}

/* Grid within each slide - 3 columns, 2 rows */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
}

.portfolio-item {
    width: 100%;
}

.portfolio-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.02);
}

/* ===================================
   TESTIMONIALS SECTION
   =================================== */
.testimonials {
    position: relative;
    padding: 8rem 3rem;
    background: url('../images/testimonials-bg.jpg') center top / cover no-repeat;
    background-attachment: fixed;
}

.testimonials-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.75);
}

.testimonials-container {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-slide {
    display: none;
    text-align: center;
    animation: fadeIn 0.6s ease;
}

.testimonial-slide.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-quote {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.testimonial-author {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.05em;
}

.testimonials-nav {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-arrow {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.testimonial-arrow:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

/* ===================================
   CONTACT SECTION
   =================================== */
.contact {
    padding: 8rem 3rem;
    background: #fff;
}

.contact-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.contact-title {
    font-family: 'EB Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.contact-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.contact-button {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #2c2c2c;
    padding: 1rem 3rem;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background: #444;
    transform: translateY(-2px);
}

/* ===================================
   FOOTER
   =================================== */
.footer {
    padding: 3rem 3rem;
    background: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #2c2c2c;
}

.footer-info p {
    font-size: 0.85rem;
    color: #666;
    font-weight: 300;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 1024px) {
    .services-container {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .portfolio-carousel-wrapper {
        gap: 1.5rem;
    }

    .portfolio-grid {
        gap: 1.5rem;
    }

    .portfolio-arrow {
        width: 45px;
        height: 45px;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 1rem 1.5rem;
    }

    .nav-menu {
        gap: 1.5rem;
    }

    .nav-menu a {
        font-size: 0.8rem;
    }

    .hero {
        min-height: 600px;
    }

    .services {
        padding: 4rem 1.5rem;
    }

    .portfolio {
        padding: 4rem 1.5rem;
    }

    .portfolio-carousel-wrapper {
        flex-direction: column;
        gap: 1.5rem;
    }

    .portfolio-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.8rem;
    }

    .portfolio-carousel-container {
        width: 100%;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .testimonials {
        padding: 4rem 1.5rem;
    }

    .contact {
        padding: 4rem 1.5rem;
    }

    .footer-container {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* ===================================
   CONTACT MODAL - QUIZ STYLE
   =================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(8px);
}

.modal.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background: #fff;
    padding: 3rem;
    max-width: 700px;
    width: 90%;
    min-height: 400px;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 2rem;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10;
}

.modal-close:hover {
    color: #333;
}

/* Progress Bar */
.form-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
}

.form-progress-bar {
    height: 100%;
    background: #6b8272;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Quiz Form */
.quiz-form {
    position: relative;
    min-height: 350px;
}

.form-step {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: fadeOut 0.3s ease;
}

.form-step.active {
    display: block;
    opacity: 1;
    position: relative;
    animation: fadeInSlide 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.step-content {
    padding: 2rem 0;
}

.step-question {
    font-family: 'EB Garamond', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.step-input,
.step-textarea {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border: none;
    border-bottom: 3px solid #e0e0e0;
    background: transparent;
    color: #333;
    width: 100%;
    transition: border-color 0.3s ease;
}

.step-input:focus,
.step-textarea:focus {
    outline: none;
    border-bottom-color: #6b8272;
}

.step-textarea {
    border: 2px solid #e0e0e0;
    resize: vertical;
    min-height: 150px;
    margin-bottom: 1rem;
}

.step-next,
.step-submit {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 1rem 2.5rem;
    background: #6b8272;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.step-next:hover,
.step-submit:hover {
    background: #5a6f61;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 130, 114, 0.3);
}

.step-next:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

/* Grid Cards (3x2 layout for first question) - MODERN DELUXE EDITION */
.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    perspective: 1000px;
}

.grid-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 150px;
    padding: 2rem 1rem;
    border: 2px solid transparent;
    background: 
        linear-gradient(white, white) padding-box,
        linear-gradient(135deg, rgba(107, 130, 114, 0.1) 0%, rgba(107, 130, 114, 0.05) 100%) border-box;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(20px);
    animation: cardFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Staggered fade-in animation */
.grid-card:nth-child(1) { animation-delay: 0.1s; }
.grid-card:nth-child(2) { animation-delay: 0.2s; }
.grid-card:nth-child(3) { animation-delay: 0.3s; }
.grid-card:nth-child(4) { animation-delay: 0.4s; }
.grid-card:nth-child(5) { animation-delay: 0.5s; }
.grid-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

.grid-card:hover {
    border-color: rgba(107, 130, 114, 0.3);
    background: 
        linear-gradient(135deg, #f9faf9 0%, #f5f7f6 100%) padding-box,
        linear-gradient(135deg, rgba(107, 130, 114, 0.4) 0%, rgba(107, 130, 114, 0.2) 100%) border-box;
    transform: translateY(-12px) scale(1.03) rotateX(2deg);
    box-shadow: 
        0 16px 32px rgba(107, 130, 114, 0.2), 
        0 8px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 3px rgba(255, 255, 255, 0.9);
}

.grid-card input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.grid-icon {
    width: 48px;
    height: 48px;
    color: #6b8272;
    opacity: 0.8;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.06));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.grid-card:hover .grid-icon {
    transform: scale(1.15) translateY(-4px);
    opacity: 1;
    filter: drop-shadow(0 4px 8px rgba(107, 130, 114, 0.3));
}

.grid-card input[type="radio"]:checked + .grid-icon {
    transform: scale(1.2) translateY(-2px);
    opacity: 1;
    color: #5a6f61;
    filter: drop-shadow(0 6px 12px rgba(107, 130, 114, 0.4));
}

.grid-card input[type="radio"]:checked ~ .grid-label {
    color: #6b8272;
    font-weight: 600;
}

.grid-card:has(input[type="radio"]:checked) {
    border-color: rgba(107, 130, 114, 0.6);
    background: 
        linear-gradient(135deg, #f5f7f6 0%, #eaf0ec 100%) padding-box,
        linear-gradient(135deg, rgba(107, 130, 114, 0.6) 0%, rgba(107, 130, 114, 0.3) 100%) border-box;
    box-shadow: 
        0 12px 32px rgba(107, 130, 114, 0.3), 
        0 6px 12px rgba(0, 0, 0, 0.12),
        inset 0 0 20px rgba(107, 130, 114, 0.08);
    transform: translateY(-6px) scale(1.02);
}

.grid-label {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

/* Option Cards (for list-style radio buttons) */
.step-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.option-card {
    position: relative;
    display: block;
    padding: 1.5rem 2rem;
    border: 2px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-card:hover {
    border-color: #6b8272;
    background: #f9f9f9;
}

.option-card input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.option-card input[type="radio"]:checked + .option-label {
    color: #6b8272;
    font-weight: 500;
}

.option-card:has(input[type="radio"]:checked) {
    border-color: #6b8272;
    background: #f5f7f6;
}

.option-label {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #333;
    transition: color 0.3s ease;
}

/* Contact Info Modal */
.contact-info-modal {
    max-width: 550px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 4px;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem;
}

.contact-info-item {
    position: relative;
    padding: 1.5rem;
    background: #fff;
    border-left: 3px solid #6b8272;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(107, 130, 114, 0.15);
}

.contact-info-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #6b8272;
    margin-bottom: 0.75rem;
}

.contact-info-item a {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: -0.01em;
}

.contact-info-item a:hover {
    color: #6b8272;
}

.contact-info-item p {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .modal-content {
        padding: 2rem 1.5rem;
        width: 95%;
        min-height: 350px;
    }
    
    .step-question {
        font-size: 2rem;
    }
    
    .step-input,
    .step-textarea {
        font-size: 1rem;
    }
    
    .step-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-card {
        min-height: 100px;
        padding: 1.5rem 0.5rem;
    }
    
    .grid-label {
        font-size: 1rem;
    }
    
    .contact-info-item a,
    .contact-info-item p {
        font-size: 1.2rem;
    }
}
