/* ============================================================================
   Wiley Business & Management Collection - CMS Landing Page Styles
   ============================================================================ */

:root {
    --primary-dark: #003d4d;
    --primary-teal: #00a3b3;
    --accent-bright: #00d9a3;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --bg-light: #f5f5f5;
    --bg-white: #ffffff;
    --bg-dark: #1a1a1a;
    --border-light: #e0e0e0;
}

/* Container */
.business-landing-container {
 		width: calc(100% - 80px * 2);
    max-width: 1600px;
		margin-top: 80px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
}
.business-landing-container h2{
	font-family: Inter;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2em;
  letter-spacing: -.02em;
	text-align: center;
	color: #FFFFFF;

}
.business-landing-container p{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
  letter-spacing: -.02em;
	text-align: center;
	color: #FFFFFFB2;
	}
.business-landing-container .cards-grid .card.dark{
	opacity: 1;
	gap: 12px;
	border-radius: 8px;
	border-width: 0.5px;
	padding: 21px;
	background:none;
}	
.business-landing-container .cards-grid h3{
		font-family: Inter;
		font-weight: 600;
		font-size: 14px;
		line-height: 1.2em;
  	letter-spacing: -.02em;
  	text-align: left;
		color:#FFF9F9;

	}
.business-landing-container .cards-grid p{
		font-family: Inter;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.2em;
  	letter-spacing: -.02em;
  	text-align: left;
		color: #FFFFFFCC;
	}
/* Section Base */
.business-section {
    padding: 3rem 2rem;
}

.business-section.dark {
    background-color: var(--bg-dark);
    color: var(--bg-white);
}

.business-section.light {
    background-color:#FFFFFF;
}

/* Hero Section */
.hero-section {
    background: #003b44; padding: 4rem 2rem; position: relative;
    
}
.hero-section .inner-div{
	display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
				margin-top: 80px;
        margin-bottom: 64px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: calc(100% - 80px * 2);
        max-width: 1600px;
        }
.hero-section .trust-badge{    background: #00A9B533;
display: inline-block;
border: 0.67px solid #00A9B54D;
border-radius: 20px;
padding: 0.25rem 1.1rem;
margin-bottom: 2rem;
width: fit-content;
}
 .hero-section .trust-badge span{color: #00D875;font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 1.2em;
 letter-spacing: -.02em;
}
.hero-section h1 {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	 font-weight: 500; 
	 font-size: 38px;
	 line-height: 1.2em;
   letter-spacing: -.02em;
	 color: #ffffff; 
	 margin: 0 0 1.5rem 0; 
	 text-align: left;
    
}

.hero-section p {
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 1.2em;
   letter-spacing: -.02em;
	color: #FFFFFFBF;
}
.hero-section .button{
	background-color: #00d875;
	border: 1px solid #00d875;
	color: #003b44;
	font-family: 'IBM Plex Mono';
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .0875em;
	padding: 16px 24px;
	min-height: 48px;
	display: inline-flex !important;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 8px;
	margin-right: 1%;
	cursor: pointer;
	transition: background-color .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out;
}
.hero-section .button:hover{background: #FFFFFF0D;border: 2px solid #FFFFFF61;color: #FFFFFF;text-decoration: none;}
.institutions-section{text-align: center;
    background: #fff;
    padding: 3rem;}
.institutions-section p{
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 1.2em;
   letter-spacing: -.02em;
	text-align: center;
color: #6B7280;

	}
.institutions-section .logo-grid{display: flex;gap: 2rem;margin: 0 auto; align-items: center;justify-content: center;}
.institutions-section .logo-grid .logo-grid-name{
		    width: 92.58333587646484px;
    height: 39.333336px;
    opacity: 1;
    border-radius: 8px;
    border-width: 0.67px;
    background: #F5F7FA;
    font-family: Inter;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: -.02em;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.statistics{display: grid;grid-template-columns: repeat(5, 1fr);gap: 2rem;padding: 2rem;background: #002e35;border-top: 1px solid rgba(255, 255, 255, 0.1);text-align: center;}
.statistics .number{font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 1.2em;
   letter-spacing: -.02em;
color: #FFFFFF;

}
.statistics .title{font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 1.2em;
   letter-spacing: -.02em;
text-align: center;
color: #FFFFFF99;

}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item strong {
    display: block;
    font-size: 2rem;
    color: var(--accent-bright);
    margin-bottom: 0.5rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: var(--accent-bright);
    color: var(--primary-dark);
}

.btn-primary:hover {
    background-color: #00c492;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: var(--text-dark);
    border: 2px solid var(--text-dark);
}

.btn-secondary:hover {
    background-color: var(--text-dark);
    color: var(--bg-white);
}

.btn-white {
    background-color: var(--bg-white);
    color: var(--primary-dark);
}

.btn-white:hover {
    background-color: #f0f0f0;
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.card {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card.dark {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--bg-white);
}

.card.dark:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--accent-bright);
}

.card h3 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.card.dark h3 {
    color: var(--bg-white);
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Subject Items */

.business-section-subject h2{
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #000000;

}
business-section-subject h3{
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000000;

	}
.subject-item {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 4px;
    border-left: 4px solid var(--accent-bright);
    margin-bottom: 1.5rem;
}

.subject-item:hover {
    background: var(--bg-white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.subject-item h3 {
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.subject-item p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.subject-link {
    color: var(--accent-bright);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 0.5rem;
}

/* Book Cards */
.book-card {
    background: var(--bg-light);
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.book-cover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
    padding: 3rem 1rem;
    color: var(--bg-white);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.book-info {
    padding: 1.5rem;
}

.book-info h3 {
    color: var(--primary-dark);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* FAQ Section */
.faq-item {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 4px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    background: var(--bg-white);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 600;
    color: var(--primary-dark);
}

.faq-question:hover {
    background: var(--bg-light);
}

.faq-toggle {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-bright);
    color: var(--primary-dark);
    border-radius: 50%;
    font-weight: bold;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 1.5rem;
    max-height: 500px;
}

.faq-answer p {
    color: var(--text-light);
    margin: 0;
}

/* Form */
.pricing-form {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-teal);
    box-shadow: 0 0 0 3px rgba(0, 163, 179, 0.1);
}

/* Pricing Calculator */
.pricing-calculator {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-light);
}

.price-total {
    padding-top: 0.75rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--accent-bright);
}

/* Benefits List */
.benefits-list {
    list-style: none;
}

.benefit-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: start;
}

.benefit-check {
    width: 2rem;
    height: 2rem;
    background: var(--accent-bright);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    font-weight: bold;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.75rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .business-section {
        padding: 2rem 1rem;
    }

    .btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}