:root {
    --bg-color: #ffffff;
    --container-width: 420px;
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --surface-color: #ffffff;
    --border-radius: 24px;
    --shadow-soft: none;
    --shadow-card: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background-color: #ffffff;
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0.5rem;
    line-height: 1.5;
}

.container {
    width: 100%;
    max-width: var(--container-width);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 2rem 0.5rem;
    border-radius: 0;
    box-shadow: none;
}

/* Header */
.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.logo-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 4px;
    background: conic-gradient(from 0deg, #2563eb, #1d4ed8, #2563eb);
    margin-bottom: 0.5rem;
    position: relative;
}

.logo-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, 0.3);
}

.logo-container::after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border-radius: 50%;
    border: 1px solid rgba(37, 99, 235, 0.15);
}

.logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0;
    color: #2563eb;
}

.bio {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 500;
    max-width: 300px;
    line-height: 1.6;
}

/* Hero Image */
.hero-image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

/* Cards & Video */
.main-video-card,
.example-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
}


.section-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-main);
    opacity: 1;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* CTA Button - The Main Action */
.cta-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.85rem 1.35rem;
    color: white;
    text-decoration: none;
    border-radius: 16px;
    border: none;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-icon svg {
    width: 18px;
    height: 18px;
}

.link-text {
    flex: 1;
    text-align: right;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    line-height: normal;
    padding-right: 0.75rem;
}

.price-tag {
    display: none;
}

.cta-arrow {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Examples Grid */
.examples-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.example-title {
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.75rem;
    color: var(--text-main);
}

.examples-section .section-title {
    font-size: 1.5rem;
    color: var(--text-main);
    justify-content: center;
    margin-top: 0.5rem;
    width: 100%;
}

/* Responsive */
@media (min-width: 640px) {
    .examples-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Custom Premium Button Styles */

/* WhatsApp Button */
.support-btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
    margin-top: 1rem;
}

/* Twitter/X Button */
.twitter-btn {
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

/* Sayan Platform Button */
.sayan-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

/* Investment Button */
.investment-btn {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

/* Email Button */
.email-btn {
    background: linear-gradient(135deg, #ef4444, #c21a1a);
}