/* Theme 7 - Ocean Breeze (Inspired by Theme 1 - Clean Design with Cool Tones) */

/* All styles scoped under .theme-7 */
.theme-7 {
    --t7-bg: #f0f9ff;
    /* Cool off-white background */
    --t7-card-bg: #ffffff;
    --t7-primary: #0891b2;
    /* Cyan */
    --t7-primary-light: #22d3ee;
    /* Light Cyan */
    --t7-secondary: #0e7490;
    /* Darker Cyan */
    --t7-accent: #8b5cf6;
    /* Purple accent */
    --t7-text: #1e293b;
    --t7-text-muted: #64748b;

    font-family: var(--global-font);
}

.theme-7 .section-title {
    color: var(--t7-primary);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.theme-7 .card {
    width: 360px;
    padding: 28px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 15px 35px rgba(8, 145, 178, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.theme-7 .badge {
    color: var(--t7-primary);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    outline: none;
}

.theme-7 .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    outline: none;
    color: var(--t7-text);
}

.theme-7 .desc {
    font-size: 15px;
    color: var(--t7-text-muted);
    line-height: 1.5;
    outline: none;
}

/* Icon Styles */
.theme-7 .icon {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #22d3ee 0%, #0891b2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(8, 145, 178, 0.35);
}

.theme-7 .icon svg {
    width: 32px;
    height: 32px;
    color: white;
}

/* Contact Card Overrides */
.theme-7 .card.contact-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
}

.theme-7 .contact-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.theme-7 .contact-card .icon,
.theme-7 .contact-icon {
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    box-shadow: none;
}

.theme-7 .contact-icon svg {
    width: 42px;
    height: 42px;
    color: var(--t7-primary);
}

.theme-7 .contact-title {
    color: var(--t7-primary);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    margin-bottom: 2px;
}

.theme-7 .contact-desc {
    color: var(--t7-text-muted);
    font-weight: 600;
    font-size: 15px;
    outline: none;
}

.theme-7 .contact-arrow {
    color: var(--t7-primary);
    width: 24px;
    height: 24px;
}

/* Process Card Overrides */
.theme-7 .card.process-card {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90px;
    padding: 20px 20px 20px 40px;
}

.theme-7 .card.process-card .icon {
    position: absolute;
    left: -22px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.35);
}

.theme-7 .card.process-card .icon svg {
    color: white;
}

.theme-7 .card.process-card .title {
    color: var(--t7-accent);
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Separator Card Overrides */
.theme-7 .card.separator-card {
    width: auto;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    min-height: auto;
    justify-content: flex-start;
    gap: 20px;
}

.theme-7 .card.separator-card .icon {
    position: static;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 40px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #22d3ee 0%, #0891b2 100%);
    box-shadow: 0 10px 30px rgba(8, 145, 178, 0.3);
}

.theme-7 .card.separator-card .icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.theme-7 .card.separator-card .title {
    font-size: 42px;
    margin: 0;
    color: var(--t7-text-muted);
    font-weight: 700;
}

/* Special Review Card */
.theme-7 .special-review-card {
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    border-radius: 20px;
    padding: 40px;
    box-shadow: none;
    min-height: 220px;
    position: relative;
}

.theme-7 .special-review-card .icon {
    position: static !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    box-shadow: none !important;
}

.theme-7 .special-review-card .icon svg {
    width: 60px !important;
    height: 60px !important;
    color: #ef4444 !important;
}

.theme-7 .special-review-card .top-text {
    color: var(--t7-primary);
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    outline: none;
}

.theme-7 .special-review-card .main-text {
    color: var(--t7-text-muted);
    font-size: 38px;
    font-weight: 700;
    outline: none;
}

/* Header Card */
.theme-7 .header-card {
    width: 500px;
    height: 350px;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.theme-7 .header-card .mode-toggle {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.theme-7 .header-card .mode-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 25px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.theme-7 .header-card .mode-btn.dark {
    border: 2px solid #333539;
    color: #333539;
}

.theme-7 .header-card .mode-btn.light {
    border: 2px solid #f5f8fa;
    color: #f5f8fa;
}

.theme-7 .header-card .subtitle {
    color: var(--t7-text-muted);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
}

.theme-7 .header-card .main-title {
    font-size: 72px;
    font-weight: 700;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 50%, #22d3ee 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    text-align: left;
}

.theme-7 .header-card .cta-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.theme-7 .header-card .cta-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(8, 145, 178, 0.35);
}

.theme-7 .header-card .cta-btn svg {
    color: white;
}

.theme-7 .header-card .cta-text {
    color: var(--t7-text-muted);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* CSS Graphic Replacement for Header 2 */
.theme-7 .header-mascot-img {
    display: none !important;
}

.theme-7 .header-alt-design {
    display: flex !important;
    background: transparent !important;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    justify-content: center;
    align-items: center;
}

.theme-7 .alt-shape-1,
.theme-7 .alt-shape-2 {
    display: none;
}

.theme-7 .alt-content {
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.theme-7 .alt-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #22d3ee 0%, #0891b2 50%, #0e7490 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 20px 40px rgba(8, 145, 178, 0.4);
    transform: rotate(-5deg);
    transition: transform 0.3s;
}

.theme-7 .alt-icon:hover {
    transform: rotate(0deg) scale(1.05);
}

.theme-7 .alt-icon svg {
    width: 60px;
    height: 60px;
}

.theme-7 .alt-text {
    font-size: 50px;
    font-weight: 800;
    background: linear-gradient(135deg, #1e293b 0%, #64748b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
    line-height: 1;
    text-transform: uppercase;
}

/* Export Mode Overrides */
.theme-7.export-mode .header-card .main-title,
.theme-7.export-mode .alt-text {
    background: none !important;
    -webkit-text-fill-color: initial !important;
    color: #0891b2 !important;
}

.theme-7.export-mode .card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Feature Description Card */
.theme-7 .card.feature-desc-card {
    width: 700px;
    max-width: 100%;
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    box-shadow: 0 15px 35px rgba(8, 145, 178, 0.1);
}

.theme-7 .feature-top {
    position: relative;
    background: #f0f9ff;
    border-radius: 40px;
    padding: 15px 40px 15px 60px;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.theme-7 .feature-top .icon {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #22d3ee 0%, #0891b2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 25px rgba(8, 145, 178, 0.35);
}

.theme-7 .feature-top .icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.theme-7 .feature-top .title {
    color: var(--t7-primary);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

.theme-7 .feature-desc-card .desc,
.theme-7 .text-only-card .desc {
    color: var(--t7-text-muted);
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 600px;
}

/* Text Only Card */
.theme-7 .card.text-only-card {
    width: 700px;
    max-width: 100%;
    background: white;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(8, 145, 178, 0.1);
}

.theme-7 .card.text-only-card.small {
    width: 360px;
}

/* Pricing Card */
.theme-7 .card.pricing-card {
    width: 360px;
    background: white;
    padding: 35px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.theme-7 .pricing-header {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #f1f5f9;
}

.theme-7 .plan-name {
    color: var(--t7-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.theme-7 .plan-price {
    font-size: 50px;
    font-weight: 800;
    color: var(--t7-text);
    line-height: 1;
    margin-bottom: 15px;
}

.theme-7 .plan-price span {
    font-size: 16px;
    color: var(--t7-text-muted);
    font-weight: 600;
}

.theme-7 .pricing-header .plan-desc {
    color: var(--t7-text-muted);
    font-size: 15px;
    line-height: 1.6;
}

.theme-7 .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.theme-7 .pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--t7-text);
    font-size: 15px;
    font-weight: 600;
}

.theme-7 .pricing-features li svg {
    color: var(--t7-accent);
    flex-shrink: 0;
}

/* Simple Price Card */
.theme-7 .card.simple-price-card {
    width: 360px;
    background: white;
    padding: 50px 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 35px rgba(8, 145, 178, 0.1);
}

.theme-7 .simple-price-card .icon {
    color: var(--t7-accent);
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.theme-7 .simple-price-card .plan-name {
    color: var(--t7-primary);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.theme-7 .simple-price-card .plan-price {
    font-size: 58px;
    font-weight: 800;
    color: var(--t7-text);
    line-height: 1;
}