/* About MOBYA Plugin Styles */
.about-mobya-wrapper {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    min-height: 100vh;
    box-sizing: border-box;
}

.about-mobya-wrapper *,
.about-mobya-wrapper *::before,
.about-mobya-wrapper *::after {
    box-sizing: border-box;
}

/* Container */
.about-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .about-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .about-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Hero Section */
.about-hero {
    background-color: transparent;
    padding: 5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-text-center {
    text-align: center;
}

.about-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .about-title {
        font-size: 3rem;
        line-height: 1;
    }
}

.about-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #ffffff;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .about-subtitle {
        font-size: 1.25rem;
    }
}

.about-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .about-description {
        font-size: 1.125rem;
    }
}

.text-red {
    color: #a042ec;
    font-weight: 700;
}

.about-divider {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(75deg, #9e78ee, #607cfd);
    border-radius: 9999px;
}

/* Section */
.about-section {
    padding: 5rem 0;
}

.about-section-white {
    background-color: transparent;
}

.about-section-gray {
    background-color: transparent;
}

/* Heading */
.about-heading {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.about-heading-3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.about-text-large {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    line-height: 1.625;
}

/* Logo */
.about-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.about-logo {
    height: 4rem;
    object-fit: contain;
}

/* Highlight */
.about-highlight {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.about-highlight-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(75deg, #9e78ee, #607cfd);
    opacity: 0.1;
    filter: blur(3rem);
    transform: scale(1.1);
}

.about-highlight-content {
    position: relative;
}

.about-highlight-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(75deg, #9e78ee, #607cfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (min-width: 768px) {
    .about-highlight-number {
        font-size: 3.75rem;
    }
}

.about-highlight-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .about-highlight-text {
        font-size: 1.5rem;
    }
}

/* Grid */
.about-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
}

@media (min-width: 1024px) {
    .about-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .about-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-grid-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Text */
.about-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.about-text:last-child {
    margin-bottom: 0;
}

.about-text-block {
    margin-bottom: 1.5rem;
}

/* Stats Box */
.about-stats-box {
    background: linear-gradient(75deg, rgba(158, 120, 238, 0.1), rgba(96, 124, 253, 0.1));
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(158, 120, 238, 0.2);
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.about-stat-item {
    text-align: center;
}

.about-stat-number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #a042ec;
    margin-bottom: 0.5rem;
}

.about-stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Card */
.about-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid rgba(158, 120, 238, 0.2);
}

.about-card-number {
    font-size: 1.875rem;
    font-weight: 700;
    color: #a042ec;
    margin-bottom: 0.5rem;
}

.about-card-text {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.about-text-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(158, 120, 238, 0.2);
}

/* Value Card */
.about-value-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(158, 120, 238, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s;
}

.about-value-card:hover {
    box-shadow: 0 20px 25px -5px rgba(158, 120, 238, 0.3), 0 10px 10px -5px rgba(96, 124, 253, 0.2);
    border-color: rgba(158, 120, 238, 0.5);
    transform: translateY(-2px);
}

.about-value-icon {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(75deg, #9e78ee, #607cfd);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.about-icon {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

.about-value-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.about-value-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625;
}

/* Business Cards */
.about-business-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .about-business-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about-business-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .about-business-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-business-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-business-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    border: 1px solid rgba(158, 120, 238, 0.2);
}

.about-business-card:hover {
    box-shadow: 0 20px 25px -5px rgba(158, 120, 238, 0.3), 0 10px 10px -5px rgba(96, 124, 253, 0.2);
    border-color: rgba(158, 120, 238, 0.5);
    transform: translateY(-2px);
}

.about-business-logo {
    min-height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.about-business-logo img {
    height: 5rem;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.about-business-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
    text-align: center;
}

/* Map Section */
.about-map-section {
    margin-top: 3rem;
}

.about-map-wrapper {
    background: linear-gradient(75deg, rgba(158, 120, 238, 0.1), rgba(96, 124, 253, 0.1));
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(158, 120, 238, 0.2);
    position: relative;
    overflow: hidden;
}

.about-map {
    width: 100%;
    max-width: 42rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

/* Map hover effects */
.about-map-wrapper:hover .about-map {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.about-map-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(75deg, rgba(158, 120, 238, 0.1), rgba(96, 124, 253, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.about-map-wrapper:hover::before {
    opacity: 1;
}

/* SVG path hover effects */
.about-map-wrapper svg {
    width: 100%;
    height: auto;
}

.about-map-wrapper svg path {
    transition: fill 0.3s ease, stroke 0.3s ease;
    cursor: pointer;
}

.about-map-wrapper svg path:hover {
    fill: rgba(158, 120, 238, 0.3) !important;
    stroke: rgba(158, 120, 238, 0.8) !important;
    stroke-width: 2px !important;
}

/* Map pins/circles styles */
.about-map-wrapper svg circle {
    fill: #a042ec !important;
    stroke: #ffffff !important;
    stroke-width: 2px !important;
    r: 4px !important;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.about-map-wrapper svg circle:hover {
    fill: #9e78ee !important;
    stroke: #607cfd !important;
    r: 6px !important;
    filter: drop-shadow(0 0 8px rgba(158, 120, 238, 0.8));
}

/* Show all pins in points and label_points groups */
.about-map-wrapper svg g#points circle,
.about-map-wrapper svg g#label_points circle {
    fill: #a042ec !important;
    stroke: #ffffff !important;
    stroke-width: 2px !important;
    r: 4px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.about-map-wrapper svg g#points circle:hover,
.about-map-wrapper svg g#label_points circle:hover {
    fill: #9e78ee !important;
    stroke: #607cfd !important;
    r: 6px !important;
    filter: drop-shadow(0 0 8px rgba(158, 120, 238, 0.8));
}

/* CTA Section */
.about-cta {
    background: linear-gradient(75deg, rgba(158, 120, 238, 0.2), rgba(96, 124, 253, 0.2));
    color: #ffffff;
    padding: 5rem 0;
    text-align: center;
    border-top: 1px solid rgba(158, 120, 238, 0.3);
}

.about-cta-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.about-cta-text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.about-cta-button {
    display: inline-block;
    background: linear-gradient(75deg, #9e78ee, #607cfd);
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(158, 120, 238, 0.4);
}

.about-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(158, 120, 238, 0.6);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-mobya-wrapper [data-animate] {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.about-mobya-wrapper [data-animate].visible {
    opacity: 1;
}
