/* ============================================
   KAERON LIMITED - SHARED STYLESHEET
   ============================================ */

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', -apple-system, sans-serif;
    color: #2C2C2C;
    background: #EDE9E0;
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #0A1628;
    font-weight: 700;
    line-height: 1.2;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   NAVIGATION
   ============================================ */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(10, 22, 40, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.nav-logo {
    font-family: 'Playfair Display', serif;
    color: #EDE9E0;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.nav-tagline {
    font-family: 'Playfair Display', serif;
    color: #C9A84C;
    font-size: 0.7rem;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
}

.nav-menu a {
    color: #EDE9E0;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    position: relative;
    padding: 0.5rem 0;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #C9A84C;
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #C9A84C;
}

.nav-cta {
    background: #C9A84C;
    color: #0A1628 !important;
    padding: 0.7rem 1.5rem !important;
    border-radius: 2px;
    font-weight: 600;
    transition: all 0.3s;
}

.nav-cta:hover {
    background: #E0BE60;
    color: #0A1628 !important;
}

.nav-cta::after {
    display: none !important;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    color: #EDE9E0;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

/* ============================================
   PAGE HERO
   ============================================ */

.page-hero {
    background: linear-gradient(135deg, #0A1628 0%, #0F1F3D 100%);
    color: #EDE9E0;
    padding: 11rem 2rem 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 50%),
                      radial-gradient(circle at 80% 50%, rgba(26, 107, 92, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.page-hero-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.page-hero h1 {
    color: #EDE9E0;
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.page-hero .hero-tagline {
    color: #C9A84C;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    display: block;
}

.page-hero p {
    color: rgba(237, 233, 224, 0.85);
    font-size: 1.15rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

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

/* ============================================
   HOME HERO (Larger)
   ============================================ */

.home-hero {
    padding: 12rem 2rem 8rem;
}

.home-hero h1 {
    font-size: 4.5rem;
    font-style: italic;
    color: #C9A84C;
    margin-bottom: 2rem;
}

.home-hero .hero-tagline {
    font-size: 1.4rem;
    color: #EDE9E0;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* ============================================
   SECTIONS
   ============================================ */

.section {
    padding: 6rem 2rem;
}

.section-light {
    background: #EDE9E0;
}

.section-dark {
    background: #0A1628;
    color: #EDE9E0;
}

.section-dark h1,
.section-dark h2,
.section-dark h3 {
    color: #EDE9E0;
}

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

.section-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    color: #C9A84C;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 3.5rem;
}

.section-intro {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 4rem;
    color: #5D6D7E;
    font-size: 1.1rem;
}

.section-dark .section-intro {
    color: rgba(237, 233, 224, 0.8);
}

/* ============================================
   STATS BAR
   ============================================ */

.stats-bar {
    background: #0A1628;
    padding: 3.5rem 2rem;
    border-top: 1px solid rgba(201, 168, 76, 0.2);
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #C9A84C;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: rgba(237, 233, 224, 0.8);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ============================================
   CARD GRID
   ============================================ */

.card-grid {
    display: grid;
    gap: 2.5rem;
}

.card-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.card-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.card {
    background: #FFFFFF;
    padding: 3rem 2.5rem;
    border: 1px solid rgba(10, 22, 40, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #C9A84C;
    transition: width 0.4s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(10, 22, 40, 0.12);
}

.card:hover::before {
    width: 100%;
}

.card-icon {
    font-size: 2.5rem;
    color: #C9A84C;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.card p {
    color: #5D6D7E;
    line-height: 1.7;
}

.card-link {
    display: inline-block;
    margin-top: 1.5rem;
    color: #0A1628;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #C9A84C;
    padding-bottom: 4px;
    transition: all 0.3s;
}

.card-link:hover {
    color: #C9A84C;
    padding-left: 5px;
}

/* Dark card variant */
.section-dark .card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.section-dark .card h3 {
    color: #EDE9E0;
}

.section-dark .card p {
    color: rgba(237, 233, 224, 0.75);
}

.section-dark .card-link {
    color: #EDE9E0;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #C9A84C;
    color: #0A1628;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 2px solid #C9A84C;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}

.btn:hover {
    background: transparent;
    color: #C9A84C;
}

.btn-outline {
    background: transparent;
    color: #EDE9E0;
    border-color: #EDE9E0;
}

.btn-outline:hover {
    background: #EDE9E0;
    color: #0A1628;
}

.btn-dark {
    background: #0A1628;
    color: #EDE9E0;
    border-color: #0A1628;
}

.btn-dark:hover {
    background: transparent;
    color: #0A1628;
}

.btn-lg {
    padding: 1.2rem 3rem;
    font-size: 1rem;
}

/* ============================================
   FRAMEWORK DIAGRAM (AIMS)
   ============================================ */

.aims-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.aims-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.3);
    padding: 2.5rem 1.8rem;
    text-align: center;
    transition: all 0.4s;
}

.aims-card:hover {
    background: rgba(201, 168, 76, 0.08);
    border-color: #C9A84C;
}

.aims-letter {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    color: #C9A84C;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 1rem;
}

.aims-card h4 {
    color: #EDE9E0;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.aims-card p {
    color: rgba(237, 233, 224, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ============================================
   PRICING TIERS
   ============================================ */



.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    margin-top: 3rem;
}

.pricing-card {
    background: #FFFFFF;
    padding: 2.5rem 2rem;
    border: 2px solid rgba(10, 22, 40, 0.1);
    position: relative;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
}

.pricing-card.featured {
    border-color: #C9A84C;
    box-shadow: 0 15px 40px rgba(10, 22, 40, 0.15);
}

.pricing-card.exclusive {
    border-color: #0A1628;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFAF6 100%);
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(10, 22, 40, 0.1);
}

.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #C9A84C;
    color: #0A1628;
    padding: 0.4rem 1.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.pricing-badge.exclusive {
    background: #0A1628;
    color: #C9A84C;
}

.pricing-tier-name {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: #C9A84C;
    font-style: italic;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.pricing-card h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.pricing-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #0A1628;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pricing-period {
    color: #5D6D7E;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(10, 22, 40, 0.08);
    color: #2C2C2C;
    font-size: 0.95rem;
    padding-left: 1.8rem;
    position: relative;
}

.pricing-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #C9A84C;
    font-weight: 700;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

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

.testimonial {
    background: #FFFFFF;
    padding: 2.5rem;
    border-left: 4px solid #C9A84C;
    position: relative;
}

.testimonial::before {
    content: '\201C';
    position: absolute;
    top: -15px;
    left: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    color: #C9A84C;
    line-height: 1;
    opacity: 0.4;
}

.testimonial-text {
    font-size: 1rem;
    color: #2C2C2C;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    color: #0A1628;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.testimonial-outcome {
    color: #C9A84C;
    font-size: 0.85rem;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* ============================================
   MISSION / CTA BANNER
   ============================================ */

.mission-banner {
    background: linear-gradient(135deg, #0A1628 0%, #0F1F3D 100%);
    padding: 6rem 2rem;
    text-align: center;
    color: #EDE9E0;
    position: relative;
    overflow: hidden;
}

.mission-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 50% 50%, rgba(201, 168, 76, 0.05) 0%, transparent 70%);
}

.mission-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.mission-title {
    color: #EDE9E0;
    font-size: 3rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.mission-title .accent {
    color: #C9A84C;
}

.mission-text {
    color: rgba(237, 233, 224, 0.85);
    font-size: 1.15rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

/* ============================================
   NEWSLETTER SIGNUP
   ============================================ */

.newsletter-section {
    background: #0A1628;
    padding: 5rem 2rem;
    color: #EDE9E0;
    text-align: center;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.newsletter-container {
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-label {
    color: #C9A84C;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.newsletter-title {
    color: #EDE9E0;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.newsletter-description {
    color: rgba(237, 233, 224, 0.8);
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.3);
    color: #EDE9E0;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    outline: none;
    transition: all 0.3s;
}

.newsletter-input::placeholder {
    color: rgba(237, 233, 224, 0.5);
}

.newsletter-input:focus {
    border-color: #C9A84C;
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-button {
    padding: 1rem 2rem;
    background: #C9A84C;
    color: #0A1628;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    transition: background 0.3s;
}

.newsletter-button:hover {
    background: #E0BE60;
}

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-info h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.contact-info p {
    color: #5D6D7E;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.contact-detail {
    margin-bottom: 1.5rem;
}

.contact-label {
    color: #C9A84C;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    display: block;
}

.contact-value {
    color: #0A1628;
    font-size: 1.1rem;
    font-weight: 600;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    color: #0A1628;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 1rem;
    background: #FFFFFF;
    border: 1px solid rgba(10, 22, 40, 0.15);
    color: #2C2C2C;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    outline: none;
    transition: border-color 0.3s;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: #C9A84C;
}

.form-textarea {
    min-height: 140px;
    resize: vertical;
}

/* ============================================
   CREDO / VALUES
   ============================================ */

.credo-box {
    background: #0A1628;
    color: #EDE9E0;
    padding: 4rem 3rem;
    text-align: center;
    margin: 3rem 0;
    position: relative;
}

.credo-words {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-style: italic;
    color: #C9A84C;
    letter-spacing: 4px;
    margin-bottom: 2rem;
}

.credo-text {
    color: rgba(237, 233, 224, 0.9);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ============================================
   FOUNDER SECTION
   ============================================ */

.founder-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.founder-image {
    aspect-ratio: 3/4;
    overflow: hidden;
    border: 1px solid rgba(201, 168, 76, 0.3);
    box-shadow: 0 15px 40px rgba(10, 22, 40, 0.15);
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.founder-image:hover img {
    transform: scale(1.03);
}

.founder-image-placeholder {
    background: linear-gradient(135deg, #0A1628 0%, #1A6B5C 100%);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(237, 233, 224, 0.3);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.founder-info h3 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.founder-title {
    color: #C9A84C;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.founder-info p {
    color: #5D6D7E;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
    background: #060F1C;
    color: #EDE9E0;
    padding: 4rem 2rem 2rem;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
}

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

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand .footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    letter-spacing: 3px;
    color: #EDE9E0;
    margin-bottom: 0.5rem;
    display: block;
}

.footer-brand .footer-tagline {
    color: #C9A84C;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-brand p {
    color: rgba(237, 233, 224, 0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 320px;
}

.footer-col h4 {
    color: #C9A84C;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.8rem;
}

.footer-col a {
    color: rgba(237, 233, 224, 0.7);
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #C9A84C;
}

.footer-bottom {
    border-top: 1px solid rgba(237, 233, 224, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright {
    color: rgba(237, 233, 224, 0.5);
    font-size: 0.85rem;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.footer-social a {
    color: rgba(237, 233, 224, 0.7);
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #C9A84C;
}

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

@media (max-width: 1024px) {
    .aims-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 1rem 1.5rem;
    }

    .nav-logo {
        font-size: 1.4rem;
    }

    .nav-tagline {
        font-size: 0.6rem;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0A1628;
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
        align-items: flex-start;
        border-bottom: 1px solid rgba(201, 168, 76, 0.2);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        width: 100%;
        padding: 0.5rem 0;
        font-size: 1rem;
    }

    .nav-cta {
        width: 100%;
        text-align: center;
    }

    .hamburger {
        display: block;
    }

    .page-hero {
        padding: 9rem 1.5rem 4rem;
    }

    .page-hero h1 {
        font-size: 2.3rem;
    }

    .home-hero h1 {
        font-size: 2.5rem;
    }

    .page-hero p {
        font-size: 1rem;
    }

    .section {
        padding: 4rem 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .card-grid.cols-2,
    .card-grid.cols-3 {
        grid-template-columns: 1fr;
    }

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .aims-grid {
        grid-template-columns: 1fr;
    }

    .aims-letter {
        font-size: 3.5rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        max-width: 450px;
        margin: 3rem auto 0;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .mission-title {
        font-size: 2rem;
    }

    .mission-text {
        font-size: 1rem;
    }

    .newsletter-title {
        font-size: 1.8rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-button {
        padding: 1rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .founder-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .credo-words {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .credo-box {
        padding: 3rem 1.5rem;
    }

    .hero-cta-group {
        flex-direction: column;
        width: 100%;
    }

    .hero-cta-group .btn {
        width: 100%;
    }
}

/* Fade-in animation */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
