/* ============================================
   About & Contact Pages V2 - Premium Design
   Hakkımızda ve İletişim Sayfaları
============================================ */

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ============================================
   ABOUT PAGE - HERO SECTION
============================================ */
.about-hero-v2 {
    background: linear-gradient(135deg, #0c4a6e 0%, #0e7490 50%, #0891b2 100%);
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}

.about-hero-v2 .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-grid-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-breadcrumb-about {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
}

.hero-breadcrumb-about a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-breadcrumb-about a:hover {
    color: #fff;
}

.hero-breadcrumb-about span {
    color: rgba(255, 255, 255, 0.5);
}

.hero-breadcrumb-about span:last-child {
    color: #fff;
}

.hero-badge-about {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content-about h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-description-about {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-stats-mini {
    display: flex;
    gap: 40px;
}

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

.stat-mini .stat-number {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.stat-mini .stat-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hero Visual */
.hero-visual-about {
    position: relative;
}

.visual-card-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.visual-card-main img {
    width: 100%;
    height: auto;
    display: block;
}

.visual-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
}

.visual-badge .badge-year {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.visual-badge .badge-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.floating-card {
    position: absolute;
    background: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: float 3s ease-in-out infinite;
}

.floating-card svg {
    width: 28px;
    height: 28px;
}

.floating-card span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.floating-card.card-1 {
    top: -20px;
    right: 40px;
}

.floating-card.card-1 svg { color: #10b981; }

.floating-card.card-2 {
    bottom: 100px;
    right: -30px;
    animation-delay: 1.5s;
}

.floating-card.card-2 svg { color: #f59e0b; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ============================================
   ABOUT PAGE - STATS SECTION
============================================ */
.about-stats-v2 {
    padding: 0;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.stats-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.stat-icon-v2 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-v2.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.stat-icon-v2.cyan svg { color: #0891b2; }

.stat-icon-v2.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.stat-icon-v2.green svg { color: #10b981; }

.stat-icon-v2.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.stat-icon-v2.purple svg { color: #8b5cf6; }

.stat-icon-v2.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.stat-icon-v2.orange svg { color: #f59e0b; }

.stat-icon-v2 svg {
    width: 32px;
    height: 32px;
}

.stat-number-v2 {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.stat-label-v2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
}

/* ============================================
   ABOUT PAGE - STORY SECTION
============================================ */
.about-story-v2 {
    padding: 100px 0;
    background: #fff;
}

.story-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.story-image-v2 {
    position: relative;
}

.story-image-v2 img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.image-overlay-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #fff;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(8, 145, 178, 0.4);
}

.image-overlay-badge .badge-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-overlay-badge .badge-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.image-overlay-badge .badge-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.section-badge-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    color: #0891b2;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(8, 145, 178, 0.2);
}

.section-badge-v2.purple {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.2);
}

.section-badge-v2.green {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.1) 100%);
    color: #10b981;
    border-color: rgba(16, 185, 129, 0.2);
}

.section-badge-v2.orange {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.1) 100%);
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.2);
}

.story-content-v2 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.story-text-v2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 16px;
}

.story-highlights {
    margin-top: 30px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.highlight-item:last-child {
    border-bottom: none;
}

.highlight-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-icon svg {
    width: 14px;
    height: 14px;
    color: #fff;
}

.highlight-item span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #334155;
    font-weight: 500;
}

/* ============================================
   ABOUT PAGE - VALUES SECTION
============================================ */
.about-values-v2 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.section-header-v2 {
    margin-bottom: 50px;
}

.section-header-v2.center {
    text-align: center;
}

.section-header-v2 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.section-header-v2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.values-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.value-card-v2 {
    background: #fff;
    border-radius: 24px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.value-icon-v2 {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.value-icon-v2.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.value-icon-v2.cyan svg { color: #0891b2; }

.value-icon-v2.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.value-icon-v2.green svg { color: #10b981; }

.value-icon-v2.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.value-icon-v2.purple svg { color: #8b5cf6; }

.value-icon-v2.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.value-icon-v2.orange svg { color: #f59e0b; }

.value-icon-v2 svg {
    width: 36px;
    height: 36px;
}

.value-card-v2 h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.value-card-v2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.7;
}

/* ============================================
   ABOUT PAGE - TEAM SECTION
============================================ */
.about-team-v2 {
    padding: 100px 0;
    background: #fff;
}

.team-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.team-card-v2 {
    text-align: center;
}

.team-image-v2 {
    position: relative;
    margin-bottom: 20px;
}

.team-image-v2 img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 24px;
    transition: transform 0.4s ease;
}

.team-card-v2:hover .team-image-v2 img {
    transform: scale(1.03);
}

.team-social {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.team-card-v2:hover .team-social {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 12px;
    color: #0891b2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #0891b2;
    color: #fff;
}

.team-info-v2 h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.team-role {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
}

/* ============================================
   CONTACT PAGE - HERO SECTION
============================================ */
.contact-hero-v2 {
    background: linear-gradient(135deg, #0c4a6e 0%, #0e7490 30%, #0891b2 60%, #06b6d4 100%);
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
}

.contact-hero-v2 .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-grid-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-breadcrumb-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
}

.hero-breadcrumb-contact a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.hero-breadcrumb-contact span {
    color: rgba(255, 255, 255, 0.5);
}

.hero-breadcrumb-contact span:last-child {
    color: #fff;
}

.hero-badge-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content-contact h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 24px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.hero-description-contact {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-bottom: 32px;
    font-weight: 400;
}

.hero-features-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-features-contact .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-features-contact .feature-item svg {
    width: 18px;
    height: 18px;
    color: #10b981;
    flex-shrink: 0;
}

/* Contact Cards in Hero */
.contact-cards-hero {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-card-hero {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.contact-card-hero:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(10px) translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.contact-card-hero .card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-card-hero:hover .card-icon {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.1);
}

.contact-card-hero .card-icon svg {
    width: 28px;
    height: 28px;
}

.contact-card-hero .card-label {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
    margin-bottom: 4px;
}

.contact-card-hero .card-value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.contact-card-hero.whatsapp .card-icon {
    background: #25d366;
}

/* ============================================
   CONTACT PAGE - INFO SECTION
============================================ */
.contact-info-section-v2 {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.contact-info-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.info-card-v2 {
    background: #fff;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.info-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2 0%, #06b6d4 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

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

.info-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(8, 145, 178, 0.15);
    border-color: transparent;
}

.info-icon-v2 {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.3s ease;
}

.info-card-v2:hover .info-icon-v2 {
    transform: scale(1.1) rotate(5deg);
}

.info-icon-v2.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.info-icon-v2.cyan svg { color: #0891b2; }

.info-icon-v2.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.info-icon-v2.purple svg { color: #8b5cf6; }

.info-icon-v2.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.info-icon-v2.green svg { color: #25d366; }

.info-icon-v2.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.info-icon-v2.orange svg { color: #f59e0b; }

.info-icon-v2 svg {
    width: 32px;
    height: 32px;
}

.info-card-v2 h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
}

.info-card-v2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin: 0 0 16px;
}

.info-link-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0891b2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-link-v2 svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.info-link-v2:hover {
    color: #0e7490;
}

.info-link-v2:hover svg {
    transform: translateX(4px);
}

.info-address-v2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #334155;
    font-style: normal;
    line-height: 1.6;
}

/* ============================================
   CONTACT PAGE - FORM SECTION
============================================ */
.contact-form-section-v2 {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
    position: relative;
}

.contact-form-section-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.contact-form-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.form-info-v2 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.form-info-v2 > p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 32px;
}

.form-features-v2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.form-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.form-feature .feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.form-feature .feature-icon svg {
    width: 24px;
    height: 24px;
    color: #0891b2;
}

.form-feature .feature-content h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.form-feature .feature-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.working-hours-v2 {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
}

.working-hours-v2 h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
}

.working-hours-v2 h4 svg {
    color: #0891b2;
}

.working-hours-v2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.working-hours-v2 ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
}

.working-hours-v2 ul li:last-child {
    border-bottom: none;
}

.working-hours-v2 ul li span:first-child {
    color: #64748b;
}

.working-hours-v2 ul li span:last-child {
    font-weight: 600;
    color: #0f172a;
}

.working-hours-v2 ul li.highlight {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.1) 100%);
    margin: 10px -24px -24px;
    padding: 14px 24px;
    border-radius: 0 0 16px 16px;
}

.working-hours-v2 ul li.highlight span:first-child {
    color: #10b981;
    font-weight: 600;
}

.badge-24 {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
}

/* Form Box */
.form-box-v2 {
    background: #fff;
    border-radius: 28px;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.form-box-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0891b2 0%, #06b6d4 50%, #0891b2 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.form-row-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group-v2 {
    margin-bottom: 20px;
}

.form-group-v2:last-child {
    margin-bottom: 0;
}

.form-group-v2 label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 10px;
}

.form-group-v2 label svg {
    color: #94a3b8;
}

.form-group-v2 input,
.form-group-v2 select,
.form-group-v2 textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #0f172a;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.form-group-v2 input:focus,
.form-group-v2 select:focus,
.form-group-v2 textarea:focus {
    outline: none;
    border-color: #0891b2;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.1), 0 4px 12px rgba(8, 145, 178, 0.08);
    transform: translateY(-2px);
}

.form-group-v2 input::placeholder,
.form-group-v2 textarea::placeholder {
    color: #94a3b8;
}

.checkbox-group-v2 {
    margin-top: 10px;
}

.checkbox-label-v2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox-label-v2 input {
    width: auto;
    margin-top: 4px;
}

.checkbox-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.checkbox-text a {
    color: #0891b2;
    text-decoration: none;
}

.btn-submit-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 36px;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    border: none;
    border-radius: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.3);
    margin-top: 28px;
    position: relative;
    overflow: hidden;
}

.btn-submit-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-submit-v2:hover::before {
    left: 100%;
}

.btn-submit-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(8, 145, 178, 0.4);
    background: linear-gradient(135deg, #0e7490 0%, #0891b2 100%);
}

.btn-submit-v2 .btn-text,
.btn-submit-v2 .btn-loading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-submit-v2 .spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.form-message {
    margin-top: 20px;
    padding: 16px;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    text-align: center;
}

.form-message.success {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.form-message.error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* ============================================
   CONTACT PAGE - MAP SECTION
============================================ */
.map-section-v2 {
    position: relative;
}

.map-wrapper-v2 {
    position: relative;
}

.map-overlay {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
}

.map-info-box {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    max-width: 340px;
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.map-info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2 0%, #06b6d4 100%);
}

.map-info-box h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.3px;
}

.map-info-box address {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #64748b;
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.25);
}

.btn-directions:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.35);
    background: linear-gradient(135deg, #0e7490 0%, #0891b2 100%);
}

.map-wrapper-v2 iframe {
    display: block;
    filter: grayscale(20%);
}

/* ============================================
   Responsive Design
============================================ */
@media (max-width: 1024px) {
    .hero-grid-about,
    .hero-grid-contact,
    .story-grid-v2,
    .contact-form-grid-v2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .stats-grid-v2,
    .values-grid-v2,
    .team-grid-v2,
    .contact-info-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-visual-about,
    .hero-visual-contact {
        order: -1;
    }
    
    .floating-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-hero-v2,
    .contact-hero-v2 {
        padding: 40px 0 80px;
    }
    
    .hero-content-about h1,
    .hero-content-contact h1 {
        font-size: 36px;
    }
    
    .stats-grid-v2,
    .values-grid-v2,
    .team-grid-v2,
    .contact-info-grid-v2 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .about-stats-v2,
    .contact-info-section-v2 {
        margin-top: -40px;
    }
    
    .stat-card-v2 {
        padding: 20px;
    }
    
    .form-row-v2 {
        grid-template-columns: 1fr;
    }
    
    .form-box-v2 {
        padding: 24px;
    }
    
    .section-header-v2 h2,
    .story-content-v2 h2,
    .form-info-v2 h2 {
        font-size: 28px;
    }
    
    .image-overlay-badge {
        bottom: -20px;
        right: -10px;
        padding: 16px;
    }
    
    .map-overlay {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px;
    }
    
    .map-info-box {
        max-width: 100%;
        border-radius: 0;
    }
}

/* ============================================
   Animations
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card-v2,
.value-card-v2,
.team-card-v2,
.info-card-v2 {
    animation: fadeInUp 0.6s ease forwards;
}

.stat-card-v2:nth-child(1),
.value-card-v2:nth-child(1),
.team-card-v2:nth-child(1),
.info-card-v2:nth-child(1) { animation-delay: 0.1s; }

.stat-card-v2:nth-child(2),
.value-card-v2:nth-child(2),
.team-card-v2:nth-child(2),
.info-card-v2:nth-child(2) { animation-delay: 0.15s; }

.stat-card-v2:nth-child(3),
.value-card-v2:nth-child(3),
.team-card-v2:nth-child(3),
.info-card-v2:nth-child(3) { animation-delay: 0.2s; }

.stat-card-v2:nth-child(4),
.value-card-v2:nth-child(4),
.team-card-v2:nth-child(4),
.info-card-v2:nth-child(4) { animation-delay: 0.25s; }

