/* ============================================
   CODY'S CAPE CONCIERGE - PAGE STYLES
   Scoped to .ctc-concierge-page
   ============================================ */

.ctc-concierge-page {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.ctc-concierge-page .site-content {
    padding: 0 !important;
}

.ctc-concierge-page .content-area,
.ctc-concierge-page .inside-article {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ctc-concierge-page .entry-content {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ============================================
   CONCIERGE HERO
   ============================================ */

.concierge-hero {
    background: linear-gradient(135deg, #102445 0%, #1a3557 100%);
    color: #ffffff;
    padding: 4rem 2rem 3rem;
    position: relative;
    overflow: hidden;
}

.concierge-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 185, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.concierge-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.concierge-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.concierge-hero-badge {
    display: inline-block;
    background: rgba(255, 185, 0, 0.2);
    color: #ffb900;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    border: 1px solid rgba(255, 185, 0, 0.3);
}

.concierge-hero h1 {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.concierge-hero h1 .highlight {
    color: #ffb900;
}

.concierge-hero p {
    font-size: 1.1rem;
    color: #cbd5e0;
    line-height: 1.6;
    max-width: 560px;
    margin: 0;
}

.concierge-hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.concierge-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 2rem;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.concierge-hero-btn-primary {
    background: #ffb900;
    color: #102445;
}

.concierge-hero-btn-primary:hover {
    background: #ffdd55;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 185, 0, 0.3);
    color: #102445;
}

.concierge-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.concierge-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #ffffff;
}

.concierge-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.concierge-cody-container {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 185, 0, 0.2);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.concierge-cody-container .cody-avatar {
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.concierge-cody-container .glow-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 185, 0, 0.15), transparent 60%);
    pointer-events: none;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

/* ============================================
   WEATHER TRANSLATION PANEL
   ============================================ */

.concierge-weather-panel {
    padding: 2rem 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.weather-translation-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.weather-translation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.weather-translation-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #102445;
    margin: 0;
}

.weather-translation-header h2 span {
    color: #ffb900;
}

.weather-translation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.weather-current-display {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.weather-temp-large {
    font-size: 3.5rem;
    font-weight: 900;
    color: #102445;
    line-height: 1;
}

.weather-temp-large .deg {
    font-size: 2rem;
    color: #64748b;
}

.weather-condition-display {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.weather-condition-display .condition-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #102445;
}

.weather-condition-display .condition-detail {
    font-size: 0.85rem;
    color: #64748b;
}

.weather-translation-text {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    border-left: 4px solid #ffb900;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.weather-translation-text .cody-says {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffb900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.5rem;
}

.weather-translation-text p {
    font-size: 1rem;
    color: #334155;
    line-height: 1.6;
    margin: 0;
}

.weather-activity-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    grid-column: 1 / -1;
}

.activity-chip {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    background: #ffffff;
    color: #102445;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.activity-chip.good {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
}

.activity-chip.avoid {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

.activity-chip.sunset {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
}

/* ============================================
   SURVEY SECTION
   ============================================ */

.concierge-survey {
    padding: 3rem 2rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.survey-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.survey-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #102445;
    margin: 0 0 0.5rem 0;
}

.survey-header p {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
}

.survey-step {
    margin-bottom: 2.5rem;
}

.survey-step-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffb900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.5rem;
}

.survey-step h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #102445;
    margin: 0 0 0.75rem 0;
}

.survey-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.survey-option {
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    touch-action: manipulation;
    text-align: center;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.survey-option:hover {
    border-color: #94a3b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.survey-option.selected {
    border-color: #ffb900;
    background: #fef3c7;
    color: #102445;
    box-shadow: 0 4px 12px rgba(255, 185, 0, 0.15);
}

.survey-option .emoji {
    margin-right: 0.4rem;
}

.survey-submit-wrap {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.survey-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 3rem;
    border-radius: 40px;
    background: #ffb900;
    color: #102445;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    touch-action: manipulation;
    min-height: 56px;
}

.survey-submit-btn:hover {
    background: #ffdd55;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 185, 0, 0.3);
}

.survey-submit-btn:active {
    transform: translateY(0);
}

.survey-submit-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.survey-submit-btn .spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(16, 36, 69, 0.2);
    border-top-color: #102445;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.survey-submit-btn.loading .spinner {
    display: inline-block;
}

.survey-submit-btn.loading .btn-text {
    opacity: 0.7;
}

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

/* ============================================
   RESULTS SECTION
   ============================================ */

.concierge-results {
    padding: 2rem 2rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.results-header {
    text-align: center;
    margin-bottom: 2rem;
}

.results-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #102445;
    margin: 0 0 0.5rem 0;
}

.results-header p {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.result-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.result-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
    border-color: #ffb900;
}

.result-card-image {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
    overflow: hidden;
    position: relative;
}

.result-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.result-card:hover .result-card-image img {
    transform: scale(1.05);
}

.result-card-image .placeholder-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 3rem;
    color: #94a3b8;
}

.result-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0.3rem 0.8rem;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #ffb900;
    color: #102445;
}

.result-card-badge.safe-bet {
    background: #3b82f6;
    color: #ffffff;
}

.result-card-badge.local-pick {
    background: #10b981;
    color: #ffffff;
}

.result-card-badge.weather-proof {
    background: #8b5cf6;
    color: #ffffff;
}

.result-card-content {
    padding: 1.25rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.result-card-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #102445;
    margin: 0 0 0.25rem 0;
}

.result-card-content .card-subtitle {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

.result-card-content p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    flex: 1;
}

.result-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.result-tag {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    background: #f1f5f9;
    font-size: 0.65rem;
    font-weight: 600;
    color: #475569;
}

.result-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffb900;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-top: auto;
}

.result-card-link:hover {
    gap: 0.75rem;
    color: #e6a600;
}

/* ============================================
   INSIGHTS SECTION
   ============================================ */

.concierge-insights {
    padding: 3rem 2rem;
    background: #f8fafc;
    width: 100%;
    box-sizing: border-box;
}

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

.insights-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.insights-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #102445;
    margin: 0 0 0.5rem 0;
}

.insights-header p {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.insight-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    border-color: #ffb900;
}

.insight-card .insight-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.75rem;
}

.insight-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #102445;
    margin: 0 0 0.5rem 0;
}

.insight-card p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.concierge-final-cta {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #102445 0%, #1a3557 100%);
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.final-cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-container h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
}

.final-cta-container p {
    font-size: 1.1rem;
    color: #cbd5e0;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.final-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.final-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 2.5rem;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    min-height: 50px;
}

.final-cta-btn-primary {
    background: #ffb900;
    color: #102445;
}

.final-cta-btn-primary:hover {
    background: #ffdd55;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 185, 0, 0.3);
    color: #102445;
}

.final-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.final-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

@media (max-width: 1024px) {
    .concierge-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .concierge-hero-content {
        align-items: center;
    }
    
    .concierge-hero p {
        max-width: 100%;
    }
    
    .concierge-hero-badge {
        align-self: center;
    }
    
    .concierge-hero-buttons {
        justify-content: center;
    }
    
    .concierge-cody-container {
        max-width: 280px;
    }
    
    .weather-translation-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .concierge-hero {
        padding: 3rem 1.25rem 2rem;
    }
    
    .concierge-hero h1 {
        font-size: 2.2rem;
    }
    
    .concierge-hero p {
        font-size: 0.95rem;
    }
    
    .concierge-hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .concierge-hero-btn {
        justify-content: center;
        width: 100%;
    }
    
    .concierge-cody-container {
        max-width: 200px;
    }
    
    .concierge-weather-panel {
        padding: 1.5rem 1rem 0;
    }
    
    .weather-translation-card {
        padding: 1.25rem;
    }
    
    .weather-temp-large {
        font-size: 2.8rem;
    }
    
    .concierge-survey {
        padding: 2rem 1rem;
    }
    
    .survey-header h2 {
        font-size: 1.5rem;
    }
    
    .survey-options {
        gap: 0.5rem;
    }
    
    .survey-option {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        min-height: 40px;
    }
    
    .survey-submit-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .concierge-results {
        padding: 2rem 1rem;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .results-header h2 {
        font-size: 1.5rem;
    }
    
    .concierge-insights {
        padding: 2rem 1rem;
    }
    
    .insights-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .insights-header h2 {
        font-size: 1.5rem;
    }
    
    .concierge-final-cta {
        padding: 3rem 1rem;
    }
    
    .final-cta-container h2 {
        font-size: 1.6rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .final-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .concierge-hero h1 {
        font-size: 1.7rem;
    }
    
    .concierge-hero .concierge-hero-badge {
        font-size: 0.6rem;
    }
    
    .weather-translation-header h2 {
        font-size: 1.1rem;
    }
    
    .weather-current-display {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .survey-step h3 {
        font-size: 0.95rem;
    }
    
    .survey-option {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        min-height: 36px;
    }
    
    .result-card-image {
        height: 140px;
    }
}