/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f5f4f0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    z-index: 1000;
    height: 72px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.98);
}

.nav-container {
    width: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logo-img {
    height: 40px;
    width: auto;
    display: block;
}

.logo-text {
    font-size: 26px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.logo-arabic {
    font-size: 18px;
    color: #716d52;
    font-weight: 400;
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

.btn-buyer {
    padding: 11px 24px;
    background: #e2f699;
    color: #716d52;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-buyer:hover {
    background: #d9ed8a;
}

.btn-secondary {
    padding: 11px 24px;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #efefe4;
    border-color: #d0d0d0;
}

.btn-primary {
    padding: 11px 24px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #000000;
    transform: translateY(-1px);
}

/* Hero Section */
.hero {
    padding: 120px 0 60px;
    text-align: center;
    background: #f5f4f0;
    min-height: calc(100vh - 180px);
}

.hero h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
    color: #1a1a1a;
}

.highlight {
    color: #95b70f;
    font-style: italic;
}

.hero-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 48px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-outline {
    padding: 14px 32px;
    background: transparent;
    border: 1px solid #716d52;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-outline:hover {
    background: #efefe4;
    border-color: #716d52;
}

.btn-dark {
    padding: 14px 32px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-dark:hover {
    background: #000000;
    transform: translateY(-1px);
}

/* Inquiries Section */
.inquiries-section {
    padding: 40px 0 60px;
    background: #efefe4;
    position: relative;
}

.dashboard-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.inquiries-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
    border-bottom: 1px solid #f0f0f0;
}

.company-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.company-info h3 {
    font-size: 28px;
    font-weight: 500;
    color: #1a1a1a;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.company-logo {
    height: 36px;
    width: auto;
}

.arabic {
    font-size: 20px;
    color: #716d52;
    font-weight: 400;
}

.inquiries-label {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.stats {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #efefe4;
    padding: 20px 24px;
    border-radius: 12px;
}

.stat-item h2 {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 4px;
}

.stat-number {
    font-size: 32px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.stat-change {
    font-size: 13px;
    color: #95b70f;
}

.chart-placeholder {
    width: 100px;
    height: 40px;
    background: url('data:image/svg+xml,%3Csvg width="100" height="40" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 30 Q25 20 50 25 T100 10" stroke="%2395b70f" stroke-width="2" fill="none"/%3E%3C/svg%3E') no-repeat center;
}

.filters {
    display: flex;
    gap: 8px;
    padding: 0 32px;
    margin-top: 24px;
    margin-bottom: 20px;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #716d52;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    background: #f5f5f5;
    color: #1a1a1a;
}

.search-bar {
    display: flex;
    align-items: center;
    background: #f5f4f0;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 0 16px;
    margin: 20px 32px;
    height: 44px;
    position: relative;
}

.search-bar svg:first-child {
    position: absolute;
    left: 16px;
    pointer-events: none;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 0 40px;
    background: none;
    color: #1a1a1a;
}

.search-bar input::placeholder {
    color: #999;
}

.filter-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.filter-icon:hover {
    background: #e5e7eb;
}

.status-filters {
    display: flex;
    gap: 12px;
    padding: 0 32px 20px;
}

.status-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #efefe4;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    color: #716d52;
    cursor: pointer;
    transition: all 0.2s ease;
}

.status-btn:hover {
    background: #e5e7eb;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #666;
    border-radius: 50%;
}

/* Table Styles */
.inquiries-table {
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    border-collapse: collapse;
    margin: 0 32px;
    width: calc(100% - 64px);
}

.inquiries-table thead {
    border-bottom: 1px solid #e5e7eb;
}

.inquiries-table th {
    text-align: left;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.inquiries-table tbody tr {
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.2s ease;
}

.inquiries-table tbody tr:hover {
    background: #fafbfc;
}

.inquiries-table td {
    padding: 16px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.buyer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}

.inquiries-table td:first-child {
    text-align: left;
}

.inquiries-table td:nth-child(2) {
    text-align: left;
    white-space: normal;
}

.inquiries-table td:nth-child(2) strong {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: block;
}

.buyer-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buyer-icon svg {
    width: 20px;
    height: 20px;
}

.rfq-id {
    font-size: 13px;
    color: #666;
    display: block;
}

.status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.status.pending {
    background: #f5f5f5;
    color: #616161;
}

.status.accepted {
    background: #f5f5f5;
    color: #616161;
}

.status.submitted {
    background: #f5f5f5;
    color: #616161;
}

.status.rejected {
    background: #f5f5f5;
    color: #616161;
}

.status.awarded {
    background: #f5f5f5;
    color: #616161;
}

.status.draft {
    background: #f5f5f5;
    color: #616161;
}

.btn-submit {
    padding: 8px 20px;
    background: #f5f5f5;
    color: #616161;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-submit:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

.btn-view {
    padding: 8px 20px;
    background: #f5f5f5;
    color: #616161;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-view:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

/* Specific button styles */
.btn-view-confirmation {
    background: #f5f5f5;
    color: #616161;
    border: 1px solid #e5e5e5;
}

.btn-view-confirmation:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

.btn-view-rfq {
    background: #f5f5f5;
    color: #616161;
    border: 1px solid #e5e5e5;
}

.btn-view-rfq:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

.btn-edit {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #616161;
}

.btn-edit:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

.btn-view-quote {
    background: #f5f5f5;
    color: #616161;
    border: 1px solid #e5e5e5;
}

.btn-view-quote:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

/* Send Quotes Section */
.send-quotes {
    padding: 80px 0;
    background: #efefe4;
}

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

.text-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.text-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* Preview Mockup */
.preview-mockup {
    position: relative;
}

.mockup-container {
    background: #716d52;
    border-radius: 24px;
    padding: 40px;
    position: relative;
}

.mockup-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.mockup-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.brand-logo {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 20px;
    font-weight: 500;
}

.arabic-text {
    font-size: 16px;
    color: #716d52;
}

.mockup-content {
    padding: 24px;
}

.mockup-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.step-indicators {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.step-badge {
    width: 24px;
    height: 24px;
    background: #716d52;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.step-label {
    font-size: 14px;
    color: #999;
}

.project-info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.project-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.info-item.full-width {
    grid-column: 1 / -1;
}

.info-item .label {
    font-size: 14px;
    color: #666;
}

.info-item .value {
    font-size: 14px;
    color: #1a1a1a;
}

.success-message {
    background: #f5f4f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.success-icon {
    width: 40px;
    height: 40px;
    background: #95b70f;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.success-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.success-text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.btn-dark-action {
    padding: 10px 24px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-dark-action:hover {
    background: #000000;
    transform: translateY(-1px);
}

/* Company Profile Section */
.company-profile {
    padding: 80px 0;
    background: #f5f4f0;
}

.company-profile h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.company-profile .highlight {
    color: #95b70f;
    font-style: italic;
}

.company-profile > .container > p {
    font-size: 18px;
    color: #666;
    margin-bottom: 48px;
}

.profile-preview {
    max-width: 800px;
}

/* Company Profile Showcase */
.profile-showcase {
    margin-top: 48px;
}

.showcase-container {
    background: #716d52;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.showcase-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.showcase-header {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.company-icon svg {
    display: block;
}

.company-info h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
}

.showcase-tabs {
    padding: 0 24px;
    border-bottom: 1px solid #f0f0f0;
}

.tab-item {
    display: inline-block;
    padding: 16px 0;
    margin-right: 32px;
    font-size: 14px;
    color: #999;
    position: relative;
    cursor: pointer;
}

.tab-item.active {
    color: #1a1a1a;
    font-weight: 500;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #1a1a1a;
}

.showcase-content {
    padding: 24px;
}

.content-section {
    margin-bottom: 32px;
}

.content-section h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.placeholder-line {
    height: 12px;
    background: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 8px;
}

.placeholder-line.short {
    width: 60%;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.project-placeholder {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}

/* Removed old profile card styles */

/* Removed duplicate field styles */

.field input,
.field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    font-family: inherit;
    background: #f5f4f0;
    transition: all 0.2s ease;
}

.field input:focus,
.field textarea:focus {
    outline: none;
    border-color: #716d52;
    background: #ffffff;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #999;
}

.field textarea {
    min-height: 100px;
    resize: vertical;
}

/* Track Visibility Section */
.track-visibility {
    padding: 80px 0;
    background: #f5f4f0;
}

.track-visibility h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.track-visibility .highlight {
    color: #95b70f;
    font-style: italic;
}

.track-visibility > .container > p {
    font-size: 18px;
    color: #666;
    margin-bottom: 48px;
}

.insights-preview {
    max-width: 800px;
}

/* Track Visibility Showcase */
.visibility-showcase {
    margin-top: 48px;
}

.visibility-container {
    background: #716d52;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.visibility-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.metric-card {
    grid-column: 1 / -1;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.metric-header {
    margin-bottom: 8px;
}

.metric-label {
    font-size: 14px;
    color: #666;
}

.metric-number {
    font-size: 48px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.metric-change {
    font-size: 13px;
    color: #95b70f;
    margin-bottom: 16px;
    display: block;
}

.metric-chart {
    width: 100%;
    height: 40px;
}

.action-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    transition: all 0.2s ease;
}

.action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.action-icon {
    width: 40px;
    height: 40px;
    background: #f5f4f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.action-content h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

.action-content p {
    font-size: 13px;
    color: #666;
}

.action-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 2px 8px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
}

.highlight-card {
    background: #e2f699;
}

.highlight-card .action-icon {
    background: #95b70f;
}

.highlight-card .action-icon svg {
    stroke: #ffffff;
}

/* Removed old insights card styles */

/* Powerful Tools Section */
.powerful-tools {
    padding: 80px 0;
    background: #efefe4;
}

.powerful-tools h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1a1a1a;
}

.powerful-tools > .container > p {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 48px;
}

.profile-stats {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.profile-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.profile-nav {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.profile-nav button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #716d52;
    cursor: pointer;
    transition: all 0.2s ease;
}

.profile-nav button:hover {
    background: #f5f4f0;
    border-color: #716d52;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info span {
    font-size: 14px;
}

.user-icon {
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    padding: 32px;
    background: #f5f4f0;
}

.stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.stat-card h4 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
}

.stat-value {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 4px;
}

.stat-chart {
    width: 100%;
    height: 40px;
    background: url('data:image/svg+xml,%3Csvg width="200" height="40" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 30 Q50 10 100 15 T200 5" stroke="%2395b70f" stroke-width="2" fill="none"/%3E%3C/svg%3E') no-repeat center;
    margin-top: 8px;
}

.inquiries-list {
    position: relative;
    padding: 32px;
    background: #ffffff;
}

.list-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 24px;
}

.list-header h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.list-header p {
    font-size: 14px;
    color: #666;
}

.list-header .right {
    grid-column: 2;
}

.compact-table {
    width: 100%;
}

.compact-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.inquiry-icon,
.quote-icon {
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.rfq {
    font-size: 12px;
    color: #666;
}

.time {
    font-size: 12px;
    color: #666;
}

.support-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 14px 28px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.support-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* Grow Faster Section */
.grow-faster {
    padding: 80px 0;
    background: #f5f4f0;
}

.grow-faster .content-wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: start;
}

.grow-faster h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.grow-faster p {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.feature-item {
    padding: 24px;
    background: #efefe4;
    border-radius: 12px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
}

.feature-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 120px 0;
    text-align: center;
    background: #efefe4;
}

.cta-section h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.btn-dark-large {
    padding: 16px 40px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-dark-large:hover {
    background: #000000;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Footer */
.footer {
    background: #716d52;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer-content {
    position: relative;
    min-height: 350px;
}

.footer-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 80px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 100px;
    position: relative;
    z-index: 2;
}

.footer-brand h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.footer-brand .arabic {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

.footer-brand p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
    line-height: 1.6;
    font-weight: 400;
}

.copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 32px;
}

.footer-links {
    display: grid;
    grid-template-columns: 140px 140px;
    gap: 48px;
}

.footer-column h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.footer-column a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s;
    font-weight: 400;
}

.footer-column a:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* Footer Logo Background */
.footer-logo-bg {
    position: absolute;
    bottom: -60px;
    right: 80px;
    font-size: 280px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.08);
    letter-spacing: -0.03em;
    user-select: none;
    pointer-events: none;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .features {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .hero h1,
    .cta-section h2 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .inquiries-header {
        flex-direction: column;
        gap: 24px;
    }
    
    .stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .filters {
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .inquiries-table {
        overflow-x: auto;
    }
    
    .list-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .details-grid {
        grid-template-columns: 1fr;
    }
    
    .metrics {
        grid-template-columns: 1fr;
    }
}

/* Scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Selection color */
::selection {
    background: #95b70f;
    color: #fff;
}

/* Powerful Tools Dashboard */
.tools-dashboard {
    margin-top: 48px;
}

.dashboard-mockup {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 32px;
    border-bottom: 1px solid #f0f0f0;
}

.dashboard-brand h3 {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.dashboard-brand .arabic {
    font-size: 18px;
    color: #716d52;
}

.dashboard-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-user span {
    font-size: 14px;
    color: #666;
}

.user-avatar {
    width: 36px;
    height: 36px;
    background: #e3f2fd;
    border-radius: 50%;
    position: relative;
}

.dashboard-nav {
    display: flex;
    gap: 8px;
    padding: 16px 32px;
    background: #fafbfc;
    border-bottom: 1px solid #f0f0f0;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
}

.nav-item:hover {
    background: #ffffff;
    border-color: #e5e7eb;
}

.nav-item.active {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #e5e7eb;
    font-weight: 500;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 32px;
    background: #f5f4f0;
}

.stat-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.stat-box h4 {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
}

.stat-number {
    font-size: 32px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.dashboard-stats .stat-change {
    font-size: 13px;
    color: #95b70f;
    display: block;
    margin-bottom: 12px;
}

.stat-sparkline {
    width: 100%;
    height: 32px;
    background: url('data:image/svg+xml,%3Csvg width="100%25" height="32" viewBox="0 0 100 32" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 25 Q25 15 50 18 T100 8" stroke="%2395b70f" stroke-width="2" fill="none" vector-effect="non-scaling-stroke"/%3E%3C/svg%3E') center no-repeat;
    background-size: 100% 100%;
}

.dashboard-content {
    padding: 32px;
}

.content-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 24px;
}

.content-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.content-header p {
    font-size: 14px;
    color: #666;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.activity-row {
    display: grid;
    grid-template-columns: 32px 1fr auto 32px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.activity-icon {
    width: 32px;
    height: 32px;
    background: #f5f4f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-details strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.activity-details span {
    font-size: 13px;
    color: #666;
}

.activity-status {
    text-align: right;
}

.activity-status .time {
    display: block;
    font-size: 12px;
    color: #999;
}

.activity-price strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

.activity-price .time {
    font-size: 12px;
    color: #999;
}