/* ========================================
   AEO AUDIT FRONTEND SHORTCODE STYLES
   Pixel-perfect design based on screenshots
   ======================================== */

/* Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Reset & Base */
.aeo-audit-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aeo-audit-wrapper * {
    box-sizing: border-box;
}

.aeo-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   SEARCH SECTION
   ======================================== */

.aeo-search-section {
    background: #171A1E;
    padding: 80px 20px 20px;
    text-align: center;
}

/* AI Badge */
.aeo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50px;
    margin-bottom: 24px;
    color: #22C55E;
    font-size: 13px;
    font-weight: 500;
}

.aeo-badge svg {
    width: 16px;
    height: 16px;
}

/* Main Heading */
.aeo-main-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px 0;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.gradient-text {
    color: #22C55E;
    display: block;
}

/* Description */
.aeo-description {
    font-size: 17px;
    line-height: 1.6;
    color: #9ca3af;
    max-width: 680px;
    margin: 0 auto 40px;
}

/* Search Form */
.aeo-search-form {
    max-width: none;
    width: 60%;
    margin: 0 auto 32px;
    transition: all 0.4s ease;
}

.aeo-search-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* INPUT WRAP */
.aeo-search-wrapper>div {
    flex: 1;
    height: 64px;
    background: #0b0f14;
    border: 1px solid #1c232d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    transition: border-color 0.2s ease;
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.5);
}

.aeo-search-wrapper>div:focus-within {
    border-color: #22C55E;
    background: #0b0f14;
}

.aeo-search-icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    opacity: 0.6;
    flex-shrink: 0;
}

.aeo-url-input {
    height: 100%;
    width: 100%;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: white !important;
    font-size: 14px;
    padding: 0;
}

.aeo-url-input:focus {
    background: transparent !important;
    color: white !important;
    border: none !important;
}

.aeo-url-input:-webkit-autofill,
.aeo-url-input:-webkit-autofill:hover,
.aeo-url-input:-webkit-autofill:focus,
.aeo-url-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 90px #0b0f14 inset !important;
    -webkit-text-fill-color: white !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

.aeo-url-input::placeholder {
    color: #71717a !important;
}

/* BUTTON */
.aeo-submit-btn {
    height: 64px;
    padding: 0 28px;
    background: #22C55E !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #171A1E !important;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.aeo-submit-btn:hover {
    background: #16a34a !important;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4) !important;
    transform: translateY(-1px);
    border-radius: 10px !important;
}

.aeo-submit-btn:active {
    transform: translateY(0);
    background: #16a34a !important;
    border-radius: 10px !important;
}

.aeo-submit-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Feature Pills */
.aeo-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 24px;
    transition: all 0.4s ease;
}

.aeo-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a1a1aa;
    font-size: 14px;
}

.aeo-feature-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22C55E;
    flex-shrink: 0;
}

/* ========================================
   SIMPLE LOADER
   ======================================== */

.aeo-simple-loader {
    background: #171A1E;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.aeo-simple-loader-content {
    text-align: center;
}

.aeo-simple-spinner {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    animation: spin 1s linear infinite;
}

.aeo-simple-loader-content p {
    font-size: 16px;
    color: #9ca3af;
    margin: 0;
}


/* ========================================
   PROCESSING SECTION
   ======================================== */

.aeo-processing-section {
    background: #171A1E;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.aeo-processing-card {
    max-width: 1280px;
    width: 100%;
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    transition: all 0.4s ease;
}

.aeo-processing-header {
    margin-bottom: 32px;
}

.aeo-loader-icon-wrapper {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    padding: 14px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aeo-loader-icon {
    width: 28px;
    height: 28px;
}

.aeo-loader-icon.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.aeo-processing-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
}

.aeo-processing-header p {
    color: #71717a;
    font-size: 16px;
    margin: 0;
}

/* Progress Bar */
.aeo-progress-wrapper {
    margin-bottom: 32px;
}

.aeo-progress-bar {
    height: 6px;
    background: #27272a;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}

.aeo-progress-fill {
    height: 100%;
    background: #22C55E;
    border-radius: 3px;
    transition: width 1s ease-out;
    animation: progressFill 1.5s ease-out;
}

@keyframes progressFill {
    from {
        width: 0%;
    }
}

.aeo-progress-text {
    font-size: 14px;
    color: #71717a;
    margin: 0;
    text-align: right;
}

/* Status Steps */
.aeo-status-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.aeo-status-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(39, 39, 42, 0.3);
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.aeo-status-item.pending {
    opacity: 1;
    background: rgba(39, 39, 42, 0.3);
}

.aeo-status-item.completed {
    background: rgba(34, 197, 94, 0.15);
    opacity: 1 !important;
}

.aeo-status-item.active {
    background: rgba(39, 39, 42, 0.5);
    opacity: 1 !important;
}

.aeo-status-item svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.aeo-loader-icon-small {
    animation: spin 1s linear infinite;
}

.aeo-status-item .aeo-check-icon {
    display: none;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.aeo-status-item .aeo-loader-icon-small {
    display: block;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.aeo-status-item.pending .aeo-loader-icon-small {
    display: block;
    opacity: 0.3;
}

.aeo-status-item.active .aeo-loader-icon-small {
    display: block;
    opacity: 1;
}

.aeo-status-item.completed .aeo-loader-icon-small {
    display: none;
    opacity: 0;
}

.aeo-status-item.completed .aeo-check-icon {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.aeo-status-item span {
    color: #a1a1aa;
    font-size: 15px;
    transition: color 0.3s ease;
}

.aeo-status-item.active span {
    color: #d4d4d8;
}

.aeo-status-item.completed span {
    color: #ffffff;
}

/* ========================================
   RESULTS SECTION
   ======================================== */

.aeo-results-section {
    background: #171A1E;
    padding: 40px 20px;
    transition: all 0.4s ease;
}

/* Score Cards */
.aeo-score-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.aeo-score-card {
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.aeo-score-card:hover {
    border-color: #3f3f46;
    transform: translateY(-2px);
}

.aeo-score-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.aeo-score-card-header svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.aeo-score-card-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.aeo-score-value {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.aeo-score-value .score-good {
    color: #22C55E;
}

.aeo-score-value .score-warning {
    color: #F59E0B;
}

.aeo-score-value .score-bad {
    color: #EF4444;
}

.aeo-score-value .score-max {
    font-size: 20px;
    color: #71717a;
    font-weight: 400;
}

.aeo-progress-bar-small {
    height: 8px;
    background: #27272a;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.aeo-progress-fill-good {
    height: 100%;
    background: #22C55E;
    border-radius: 2px;
    transition: width 1.2s ease-out 0.3s;
    animation: progressFillSmooth 1.5s ease-out 0.3s;
}

.aeo-progress-fill-warning {
    height: 100%;
    background: #F59E0B;
    border-radius: 2px;
    transition: width 1.2s ease-out 0.3s;
    animation: progressFillSmooth 1.5s ease-out 0.3s;
}

.aeo-progress-fill-bad {
    height: 100%;
    background: #EF4444;
    border-radius: 2px;
    transition: width 1.2s ease-out 0.3s;
    animation: progressFillSmooth 1.5s ease-out 0.3s;
}

@keyframes progressFillSmooth {
    from {
        width: 0%;
    }
}

.aeo-score-description {
    font-size: 13px;
    color: #a1a1aa;
    line-height: 1.5;
    margin: 0 0 12px 0;
}

.aeo-score-card-more {
    background: none !important;
    border: none;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    width: 100%;
    text-align: center;
}

.aeo-score-card-more:hover {
    color: #ffffff !important;
    opacity: 0.8;
    text-decoration: underline;
}

.aeo-score-card-more svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.aeo-score-card-more:hover svg {
    transform: translateY(2px);
}

/* ========================================
   BROWSER MOCKUP
   ======================================== */

.aeo-browser-section {
    margin-bottom: 48px;
}

.aeo-browser-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.aeo-browser-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
}

.aeo-analysis-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.aeo-last-analyzed {
    font-size: 14px;
    color: #a1a1aa;
}

.aeo-analyze-again {
    font-size: 14px;
    color: #22C55E;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 6px 12px;
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 6px;
}

.aeo-analyze-again:hover {
    color: #16a34a;
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.5);
}

.browser-frame {
    max-width: 100%;
    background: #0f1115;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.browser-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #1a1d23;
}

.browser-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.browser-dot.red {
    background: #ff5f56;
}

.browser-dot.yellow {
    background: #ffbd2e;
}

.browser-dot.green {
    background: #27c93f;
}

.browser-url {
    margin-left: 12px;
    padding: 6px 12px;
    background: #0f1115;
    border-radius: 8px;
    font-size: 13px;
    color: #9ca3af;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.browser-body img {
    width: 100%;
    height: auto;
    display: block;
}

.no-screenshot {
    padding: 80px 20px;
    text-align: center;
    color: #71717a;
    background: #1a1d23;
}

/* ========================================
   ACCORDION SECTIONS
   ======================================== */

.aeo-accordion-wrapper {
    margin-bottom: 48px;
}

.aeo-accordion-item {
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.aeo-accordion-item:hover {
    border-color: #3f3f46;
}

.aeo-accordion-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.aeo-accordion-header:hover {
    outline: 1px solid #3f3f46;
    outline-offset: -1px;
}

.aeo-accordion-header svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.aeo-accordion-header span {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.aeo-accordion-indicators {
    display: flex;
    gap: 6px;
    margin-right: 12px;
}

.aeo-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.aeo-indicator.passed {
    background: #22C55E;
}

.aeo-indicator.warning {
    background: #F59E0B;
}

.aeo-indicator.failed {
    background: #EF4444;
}

.aeo-accordion-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    color: #71717a;
}

.aeo-accordion-item.active .aeo-accordion-arrow {
    transform: rotate(180deg);
}

.aeo-accordion-content {
    display: none;
    padding: 24px 24px 24px 24px;
    background: #0f1115;
}

/* Audit Items (New Checkpoint Design) */
.audit-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.audit-item:last-child {
    margin-bottom: 0;
}

.audit-item.pass {
    background: rgba(34, 197, 94, 0.05);
    border-color: rgba(34, 197, 94, 0.2);
}

.audit-item.warning {
    background: rgba(245, 158, 11, 0.05);
    border-color: rgba(245, 158, 11, 0.2);
}

.audit-item.fail {
    background: rgba(239, 68, 68, 0.05);
    border-color: rgba(239, 68, 68, 0.2);
}

.audit-item .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audit-item .icon svg {
    width: 20px;
    height: 20px;
}

.audit-item .audit-content {
    flex: 1;
    min-width: 0;
}

.audit-item .audit-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.audit-item .audit-content p {
    font-size: 14px;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

.audit-item .recommendation {
    margin-top: 10px;
    padding: 10px 12px;
    background: rgba(34, 197, 94, 0.08);
    border-radius: 6px;
    font-size: 13px;
    color: #d4d4d8;
    line-height: 1.5;
}

/* Checkpoints */
.aeo-checkpoint {
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.aeo-checkpoint:last-child {
    margin-bottom: 0;
}

.aeo-checkpoint.passed {
    background: rgba(34, 197, 94, 0.08);
}

.aeo-checkpoint.warning {
    background: rgba(245, 158, 11, 0.08);
}

.aeo-checkpoint:hover {
    outline: 1px solid #3f3f46;
    outline-offset: -1px;
}

.aeo-checkpoint-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.aeo-checkpoint-header svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.aeo-checkpoint-content {
    flex: 1;
    min-width: 0;
}

.aeo-checkpoint-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.aeo-checkpoint-content p {
    font-size: 14px;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

.aeo-recommendation {
    margin-top: 12px;
    padding: 12px 14px;
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 6px;
}

.aeo-recommendation p {
    font-size: 13px;
    color: #d4d4d8;
    margin: 0;
}

.aeo-recommendation strong {
    color: #22C55E;
}

/* ========================================
   AI SUMMARY SECTION
   ======================================== */

.aeo-summary-section {
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 48px;
}

.aeo-summary-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(34, 197, 94, 0.2);
}

.aeo-summary-header svg {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.aeo-summary-header div {
    flex: 1;
}

.aeo-summary-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
}

.aeo-summary-header p {
    font-size: 15px;
    color: #d4d4d8;
    margin: 0;
}

.aeo-summary-header .score-good {
    color: #22C55E;
    font-weight: 600;
}

.aeo-summary-header .score-warning {
    color: #F59E0B;
    font-weight: 600;
}

.aeo-summary-header .score-bad {
    color: #EF4444;
    font-weight: 600;
}

.aeo-summary-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.aeo-summary-column h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.aeo-summary-column h4 svg {
    width: 20px;
    height: 20px;
}

.aeo-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    margin-bottom: 14px;
}

.aeo-list-item svg {
    flex-shrink: 0;
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.aeo-list-item span {
    font-size: 14px;
    color: #e5e7eb;
    line-height: 1.6;
}

/* ========================================
   FLOATING ACTION BUTTON (NEW ANALYSIS)
   ======================================== */

.aeo-fab {
    position: fixed;

    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: #22C55E;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

.aeo-fab:hover {
    background: #16a34a;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(34, 197, 94, 0.4);
}

.aeo-fab:active {
    transform: translateY(-2px);
}

.aeo-fab svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.aeo-fab span {
    white-space: nowrap;
}

/* ========================================
   STRATEGY MODAL
   ======================================== */

.aeo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.aeo-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.aeo-modal-content {
    position: relative;
    background: #1c1f26;
    border: 1px solid #2a2f3a;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    z-index: 10001;
}

/* Custom Scrollbar for Modal */
.aeo-modal-content::-webkit-scrollbar {
    width: 8px;
}

.aeo-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.aeo-modal-content::-webkit-scrollbar-thumb {
    background: rgba(34, 197, 94, 0.3);
    border-radius: 10px;
    transition: background 0.2s ease;
}

.aeo-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 197, 94, 0.5);
}

/* For Firefox */
.aeo-modal-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(34, 197, 94, 0.3) rgba(255, 255, 255, 0.05);
}

.aeo-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(239, 68, 68, 0.15);
    border: 2px solid rgba(239, 68, 68, 0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #ef4444;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    z-index: 100;
}

.aeo-modal-close:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: rgba(239, 68, 68, 0.5);
    color: #ef4444;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Processing State */
.aeo-strategy-processing {
    text-align: center;
    padding: 40px 20px;
}

.aeo-strategy-loader {
    width: 48px;
    height: 48px;
    margin: 0 auto 24px;
}

.aeo-strategy-loader svg {
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

.aeo-strategy-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0 0 12px 0;
}

.aeo-strategy-status {
    font-size: 15px;
    color: #9ca3af;
    margin: 0;
}

/* Results State */
.aeo-strategy-results {
    text-align: center;
}

.aeo-strategy-header {
    margin-bottom: 32px;
}

.aeo-strategy-header svg {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
}

.aeo-strategy-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
}

.aeo-strategy-header p {
    font-size: 15px;
    color: #9ca3af;
    margin: 0;
}

/* Email Capture */
.aeo-strategy-email-capture {
    margin-bottom: 32px;
}

.aeo-strategy-email-input {
    width: 100%;
    height: 56px;
    background: #0b0f14;
    border: 1px solid #2a2f3a;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 15px;
    color: white;
    margin-bottom: 12px;
    transition: border-color 0.2s ease;
}

.aeo-strategy-email-input:focus {
    outline: none;
    border-color: #22C55E;
}

.aeo-strategy-email-input::placeholder {
    color: #71717a;
}

.aeo-strategy-email-btn {
    width: 100%;
    height: 56px;
    background: #22C55E;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #171A1E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.aeo-strategy-email-btn:hover {
    background: #16a34a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.aeo-strategy-email-btn:active {
    transform: translateY(0);
}

.aeo-strategy-email-btn svg {
    width: 16px;
    height: 16px;
}

/* Strategy Points */
.aeo-strategy-points {
    text-align: left;
    margin-bottom: 32px;
}

.aeo-strategy-point {
    background: #0b0f14;
    border: 1px solid #2a2f3a;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.aeo-strategy-point:hover {
    border-color: #22C55E;
    transform: translateY(-2px);
}

.aeo-strategy-point-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.aeo-strategy-point-icon {
    width: 24px;
    height: 24px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #22C55E;
    font-weight: 700;
    font-size: 14px;
}

.aeo-strategy-point-title {
    flex: 1;
}

.aeo-strategy-point-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0 0 4px 0;
}

.aeo-strategy-point-meta {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.aeo-strategy-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.aeo-strategy-badge.quick-win {
    background: rgba(34, 197, 94, 0.15);
    color: #22C55E;
}

.aeo-strategy-badge.long-term {
    background: rgba(59, 130, 246, 0.15);
    color: #3B82F6;
}

.aeo-strategy-badge.high-impact {
    background: rgba(245, 158, 11, 0.15);
    color: #F59E0B;
}

.aeo-strategy-badge.medium-difficulty {
    background: rgba(156, 163, 175, 0.15);
    color: #9ca3af;
}

.aeo-strategy-badge.easy {
    background: rgba(34, 197, 94, 0.15);
    color: #22C55E;
}

.aeo-strategy-point-description {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
    margin: 0;
}

/* Expert Button */
.aeo-strategy-expert-btn {
    width: 100%;
    height: 56px;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.aeo-strategy-expert-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

.aeo-strategy-expert-btn:active {
    transform: translateY(0);
}

.aeo-strategy-expert-btn svg {
    width: 16px;
    height: 16px;
}

/* Improve AEO FAB styling - Below New Analysis */
.aeo-improve-fab {
    bottom: 40px !important;
    /* Bottom button */
    background: linear-gradient(135deg, #22C55E 0%, #16a34a 100%) !important;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.aeo-improve-fab:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 6px 25px rgba(34, 197, 94, 0.5);
    transform: translateY(-3px);
}

.aeo-improve-fab svg {
    animation: pulse 2s ease-in-out infinite;
}



@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* ========================================
   ERROR DIALOG
   ======================================== */

.aeo-error-dialog {
    max-width: 480px;
    text-align: center;
    padding: 48px 40px;
}

.aeo-error-icon {
    margin-bottom: 24px;
}

.aeo-error-icon svg {
    display: inline-block;
}

.aeo-error-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0 0 16px 0;
}

.aeo-error-message {
    font-size: 15px;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.aeo-error-close-btn {
    width: 100%;
    height: 52px;
    background: #22C55E;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #171A1E;
    cursor: pointer;
    transition: all 0.2s ease;
}

.aeo-error-close-btn:hover {
    background: #16a34a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.aeo-error-close-btn:active {
    transform: translateY(0);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .aeo-score-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .aeo-summary-columns {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .aeo-main-heading {
        font-size: 36px;
    }

    .aeo-description {
        font-size: 15px;
    }

    .aeo-search-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .aeo-search-wrapper>div {
        padding: 20px 14px !important;
        height: auto !important;
    }

    .aeo-url-input {
        padding: 0 !important;
        font-size: 16px !important;
        height: auto !important;
        color: white !important;
    }

    .aeo-search-icon {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .aeo-submit-btn {
        width: 100%;
        height: 56px !important;
        justify-content: center;
        border-radius: 10px !important;
    }

    .aeo-features {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .aeo-score-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aeo-summary-columns {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .aeo-processing-card {
        padding: 32px 24px;
    }

    .aeo-summary-section {
        padding: 24px 20px;
    }

    .aeo-accordion-header span {
        font-size: 15px;
    }

    .aeo-fab {
        padding: 12px 16px;
        font-size: 13px;
        border-radius: 40px;
    }

    .aeo-fab svg {
        width: 16px;
        height: 16px;
    }

    /* Bottom button - Improve AEO */
    .aeo-improve-fab {
        bottom: 24px !important;
        right: 24px !important;
    }

    /* Top button - New Analysis */
    /* Top button - New Analysis - Removed for new FAB design */
    /*
    #aeo-new-analysis-fab {
        bottom: 100px !important;
        right: 24px !important;
    }
    */

    .aeo-modal-content {
        padding: 32px 24px;
    }

    .aeo-strategy-header h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .aeo-search-section {
        padding: 60px 16px 10px;
    }

    .aeo-main-heading {
        font-size: 28px;
    }

    .aeo-search-wrapper>div {
        padding: 18px 14px !important;
        height: auto !important;
    }

    .aeo-url-input {
        font-size: 15px !important;
        color: white !important;
    }

    .aeo-submit-btn {
        height: 52px !important;
        padding: 0 20px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
    }

    .aeo-score-value {
        font-size: 48px;
    }

    .aeo-processing-header h2 {
        font-size: 24px;
    }

    .aeo-accordion-content {
        padding: 0 16px 16px 16px;
    }

    .aeo-fab {
        padding: 10px 14px;
        font-size: 12px;
        border-radius: 40px;
    }

    .aeo-fab svg {
        width: 14px;
        height: 14px;
    }

    /* Bottom button - Improve AEO (smaller screens) */
    .aeo-improve-fab {
        bottom: 20px !important;
        right: 20px !important;
    }

    /* Top button - New Analysis (smaller screens) */
    /* Top button - New Analysis (smaller screens) - Removed for new FAB design */
    /*
    #aeo-new-analysis-fab {
        bottom: 88px !important;
        right: 20px !important;
    }
    */

    .aeo-modal-close {
        width: 44px;
        height: 44px;
        font-size: 24px;
        top: 12px;
        right: 12px;
    }

    .aeo-modal-content {
        padding: 24px 20px;
    }

    .aeo-strategy-header h3 {
        font-size: 20px;
    }

    .aeo-strategy-point {
        padding: 20px;
    }
}

/* Mobile Search Form Responsive */
@media (max-width: 768px) {
    .aeo-search-form {
        width: 100% !important;
    }

    .aeo-search-wrapper>div {
        width: 100%;
    }
}

.aeo-processing-header.completed-animation .aeo-loader-icon {
    background: rgba(34, 197, 94, 0.2);
    animation: none;
}

.aeo-processing-header.completed-animation .aeo-loader-icon::after {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #22C55E;
}

/* ========================================
   NOT FOUND MESSAGE
   ======================================== */

.aeo-not-found {
    text-align: center;
    padding: 80px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.aeo-not-found svg {
    margin-bottom: 24px;
}

.aeo-not-found h2 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 16px 0;
}

.aeo-not-found p {
    font-size: 16px;
    color: #9ca3af;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.aeo-not-found p strong {
    color: #22C55E;
    font-weight: 600;
}

.aeo-analyze-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #22C55E;
    border: none;
    border-radius: 10px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #171A1E;
    cursor: pointer;
    margin: 32px 0 16px 0;
    transition: all 0.2s ease;
}

.aeo-analyze-now-btn:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.aeo-analyze-now-btn svg {
    width: 20px;
    height: 20px;
}

.aeo-back-home-link {
    display: inline-block;
    color: #9ca3af;
    text-decoration: none;
    font-size: 15px;
    margin-top: 16px;
    transition: color 0.2s ease;
}

.aeo-back-home-link:hover {
    color: white;
}

/* New Audit Item Layout */
.audit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #020617;

}



.audit-item .icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
}

.audit-content {
    flex: 1;
}

.audit-content h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 600;
    color: #F8FAFC;
}

.audit-content p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #CBD5E1;
    line-height: 1.5;
}

.recommendation {
    background: #0F172A;
    border: 1px solid #22C55E;
    border-radius: 6px;
    padding: 12px;
    margin-top: 8px;
    font-size: 13px;
    color: #22C55E;
    line-height: 1.4;
}

/* ========================================
   PDF EMAIL MODAL - PIXEL PERFECT DESIGN
   ======================================== */

.aeo-pdf-email-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.aeo-pdf-email-modal.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.aeo-pdf-modal-content {
    background: transparent;
    border-radius: 24px;
    max-width: 540px;
    width: 90%;
    padding: 0;
    position: relative;
    animation: slideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: visible;
}

@keyframes slideUp {
    from {
        transform: translateY(50px) scale(0.9);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.aeo-pdf-modal-header {
    background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
    padding: 40px 40px 90px;
    position: relative;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

/* Decorative Bubbles */
.aeo-pdf-modal-header::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -40px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(40px);
}

.aeo-pdf-modal-header::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -30px;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    filter: blur(30px);
}

/* Additional decorative circles */
.aeo-pdf-modal-header-circles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.aeo-pdf-modal-header-circles::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    filter: blur(25px);
}

.aeo-pdf-modal-header-circles::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    filter: blur(15px);
}

.aeo-pdf-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    font-weight: 300;
    line-height: 1;
}

.aeo-pdf-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.aeo-pdf-modal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.aeo-pdf-modal-icon svg {
    width: 40px;
    height: 40px;
    color: #22C55E;
    stroke-width: 2;
}

.aeo-pdf-modal-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.aeo-pdf-modal-header p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.aeo-pdf-modal-body {
    padding: 0;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    background: rgba(20, 23, 28, 0.98);
    border-radius: 0 0 24px 24px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-top: none;
    backdrop-filter: blur(20px);
}

.aeo-pdf-email-card {
    padding: 40px 40px 32px;
}

.aeo-pdf-email-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #a1a1aa;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aeo-pdf-email-input-wrapper {
    position: relative;
    margin-bottom: 28px;
}

.aeo-pdf-email-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #71717a;
    pointer-events: none;
}

.aeo-pdf-email-input {
    width: 100%;
    padding: 16px 18px 16px 50px;
    background: transparent;
    border: 2px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.aeo-pdf-email-input:focus {
    outline: none;
    border-color: #22C55E;
    background: rgba(34, 197, 94, 0.05);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.aeo-pdf-email-input::placeholder {
    color: #71717a;
}

.aeo-pdf-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.aeo-pdf-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #e4e4e7;
    font-size: 15px;
    line-height: 1.5;
}

.aeo-pdf-feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    border: 1.5px solid rgba(34, 197, 94, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aeo-pdf-feature-icon svg {
    width: 14px;
    height: 14px;
    color: #22C55E;
    stroke-width: 3;
}

.aeo-pdf-download-btn {
    width: 100%;
    padding: 18px;
    background: transparent;
    border: 2px solid #22C55E;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aeo-pdf-download-btn:hover {
    background: #22C55E;
    color: #171A1E;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4);
}

.aeo-pdf-download-btn:active {
    transform: translateY(0);
}

.aeo-pdf-download-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.aeo-pdf-download-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
}

.aeo-pdf-privacy {
    text-align: center;
    font-size: 12px;
    color: #71717a;
    margin-top: 20px;
    padding-bottom: 32px;
    line-height: 1.6;
}

.aeo-pdf-privacy svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 6px;
    color: #22C55E;
}

@media (max-width: 768px) {
    .aeo-pdf-modal-content {
        max-width: 95%;
    }

    .aeo-pdf-modal-header {
        padding: 32px 28px 70px;
    }

    .aeo-pdf-modal-header h3 {
        font-size: 26px;
    }

    .aeo-pdf-modal-header p {
        font-size: 14px;
    }

    .aeo-pdf-modal-icon {
        width: 70px;
        height: 70px;
    }

    .aeo-pdf-modal-icon svg {
        width: 35px;
        height: 35px;
    }

    .aeo-pdf-email-card {
        padding: 32px 24px 24px;
    }
}

/* ========================================
   FLOATING ACTION BUTTON - PIXEL PERFECT DESIGN
   ======================================== */

.aeo-fab-container {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    pointer-events: none;
    /* Let clicks pass through empty areas */
}

/* Main FAB Button */
.aeo-main-fab {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #22C55E;
    border: none;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    pointer-events: auto;
    /* Re-enable clicks for the button */
}

.aeo-main-fab:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.5);
}

.aeo-main-fab svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    stroke-width: 2.5;
}

.aeo-main-fab.active svg {
    transform: rotate(45deg);
}

/* FAB Menu Container */
.aeo-fab-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.aeo-fab-menu.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.aeo-fab-menu.active .aeo-fab-option {
    animation: slideInFab 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Individual FAB Options - Pixel Perfect */
.aeo-fab-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(35, 38, 43, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    min-width: 240px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateX(20px);
}

.aeo-fab-option:nth-child(1) {
    animation-delay: 0.05s;
}

.aeo-fab-option:nth-child(2) {
    animation-delay: 0.1s;
}

.aeo-fab-option:nth-child(3) {
    animation-delay: 0.15s;
}

@keyframes slideInFab {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.aeo-fab-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.1), transparent);
    transition: left 0.5s;
}

.aeo-fab-option:hover::before {
    left: 100%;
}


.aeo-fab-option:hover {
    background: rgba(40, 43, 48, 1);
    border-color: rgba(34, 197, 94, 0.3);
    transform: translateX(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}


.aeo-fab-option:active {
    transform: translateX(-2px) scale(0.98);
}

/* Icon Box - Green Background Container */
.aeo-fab-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
}

.aeo-fab-icon-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: radial-gradient(circle at center, rgba(34, 197, 94, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.aeo-fab-option:hover .aeo-fab-icon-box::before {
    opacity: 1;
}

.aeo-fab-icon-box svg {
    width: 24px;
    height: 24px;
    color: #22C55E;
    position: relative;
    z-index: 1;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

.aeo-fab-option:hover .aeo-fab-icon-box svg {
    transform: scale(1.1);
}

.aeo-fab-option span {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.01em;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

/* Backdrop for FAB menu */
.aeo-fab-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.aeo-fab-backdrop.active {
    opacity: 1;
    pointer-events: all;
}

/* Responsive Design */
@media (max-width: 768px) {
    .aeo-fab-container {
        bottom: 20px;
        right: 20px;
    }

    .aeo-main-fab {
        width: 64px;
        height: 64px;
    }

    .aeo-fab-option {
        min-width: 200px;
        padding: 14px 16px;
    }

    .aeo-fab-icon-box {
        width: 44px;
        height: 44px;
    }

    .aeo-fab-icon-box svg {
        width: 22px;
        height: 22px;
    }

    .aeo-fab-option span {
        font-size: 15px;
    }
}