/* style.css */
:root {
    --text-main: #181818;
    --text-muted: #574d42;
    --bg-main: #f7efe4;
    --bg-partners: #efdec7;
    --bg-card: #f8efe1;
    --border-card: #e5cc9c;
    --accent-yellow: #eeaa3c;
    --accent-mustard: #c98e16;
    --icon-color: #3b2210;
    --maroon: #5E1528;
}
img{ max-width: 100%; object-fit: cover; height: auto; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* Header & Mobile Nav */
.header {
    background-color: var(--bg-main);
    padding: 20px 40px;
}

.nav-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #CACACA;
}

.nav-toggle {
    cursor: pointer;
    width: 26px;
    height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--maroon);
    border-radius: 30px;

}

.mobile-menu {
    display: none;
    background-color: #fff;
    border-radius: 12px;
    max-width: 920px;
    margin: 10px auto 0;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 56px;
    z-index: 9;
    right: 40px;
    left: 40px;
}

.mobile-menu.show {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.logged-in .mobile-menu{top: 88px;}

.mobile-menu ul li {
    margin-bottom: 12px;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: var(--maroon);
    font-weight: 600;
}

/* Banner Section */
.banner-section {
    background-color: var(--bg-main);
    padding-top: 40px;
    text-align: center;
    position: relative;
}

.banner-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner-tag {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(94, 21, 40, 0.12);
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--maroon);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    color: var(--maroon);
    line-height: 1.1;
    margin: 0 auto 24px;
    font-weight: 700;
    letter-spacing: -1px;
}

.banner-content p {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-bottom: 12px;
}

.banner-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    border-top: rgba(94, 21, 40, 0.12) solid 1px;
    padding-top: 12px;

}

.banner-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--maroon);
    font-weight: 500;
}

.banner-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.action-group {
    display: inline-flex;
    align-items: center;
    
}

.btn-maroon {
    background-color: var(--maroon);
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.btn-yellow-icon {
    width: 48px;
    height: 48px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

.btn-outline {
    background-color: #fff;
    color: #1a1a1a;
    padding: 14px 28px;
    border-radius: 30px;
    border: 1px solid #5E1528;
    text-decoration: none;
    font-weight: 500;
}

.banner-illust {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 328px;
    background: transparent;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 0 calc(100% + 24px);
    background-size: 543px;
}

.banner-illust-pattern {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner-maroon-block {
    width: 70%;
    max-width: 800px;
    height: 100%;
    background-color: var(--maroon);
}


/* Partners Section */
.partners-section {
    background: #eedec1;
    padding: 43px 40px;
    background-image: url(../img/partnser-gredient.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.partners-container {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.partners-text {
    font-size: 16px;
    color: #39190E;
    line-height: 1.42;
    font-weight: 500;
}

.partners-logos {
    display: flex;
    align-items: center;
    gap: 50px;
}

.logo {
    height:36px;
    color: #000;
}
.logo img {
    height:100%;
    object-fit: cover;
    width:100%;
}

.logo-adage {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -1.5px;
}

.logo-capital {
    font-weight: 800;
    font-style: italic;
    font-size: 26px;
    letter-spacing: -1px;
}

.logo-capital em {
    font-weight: 300;
    font-style: italic;
    font-size: 26px;
    font-family: serif;
}

.logo-deloitte {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.5px;
}

.logo-google {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -1.5px;
}


/* Features Section */
.features-section {
    padding: 64px 20px;
    text-align: center;
}

.features-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
    letter-spacing: -0.5px;
    margin-top: 0;
}

.features-header p {
    font-size: 18px;
    color: #614024;
    line-height: 1.5;
    margin-bottom: 60px;
}

/* Cards layout */
.cards {
    display: flex;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

.card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 16px;
    border-top-right-radius: 40px;
    padding: 40px 32px;
    flex: 1;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.card-icon {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 36px;
    height: 36px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px #ffffff;
    color: var(--icon-color);
}

.card-icon svg {
    width: 18px;
    height: 18px;
    color: currentColor;
}

.card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    color: #0A0A0D;
    line-height: 1.3;
}

.card p {
    font-size: 18px;
    color: #0A0A0D;
    line-height: 1.6;
    margin: 0;
}


/* Production Section */
.production-wrapper {
    background-color: #fff;
    padding: 64px 20px 80px;
}

.production-section {
    background-color: #5E1528;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    padding: 64px 80px;
    border-radius: 24px;
    margin: 0 auto;
    max-width: 1060px;
}

.prod-header {
    text-align: center;
    color: #fff;
    margin-bottom: 36px;
}

.prod-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-top: 0;
}

.prod-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 0;
}


.prod-cards-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.prod-card {
    background-color: var(--bg-card);
    border-radius: 12px;
    position: relative;
    padding: 40px 40px 40px 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.prod-tag {
    position: absolute;
    top: -12px;
    left: 40px;
    background-color: var(--accent-mustard);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #432213;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 0 0 10px #5E1528;
    z-index: 2;
    text-transform: uppercase;
}

.prod-tag .dot {
    width: 10px;
    height: 10px;
    background-color: #55341c;
    border-radius: 50%;
}

.prod-action-group {
    position: absolute;
    bottom: -16px;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    background-color: var(--maroon);
    border-radius: 40px;
    box-shadow: 0 0 0 10px var(--maroon);
    z-index: 2;
}

.btn-pill-white {
    background-color: #fff;
    color: var(--maroon);
    padding: 14px 24px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 22px;
    text-decoration: none;
    white-space: nowrap;
}

.prod-card-body {
    display: flex;
    gap: 40px;
    align-items: start;
    margin-bottom: 10px;
}

.prod-img {
    flex-shrink: 0;
}

.img-circle {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50% 0 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFEAE1;
    padding: 25px;
    box-sizing: border-box;
}

.img-content.rect-brown {
    width: 70px;
    height: 35px;
    background-color: #8c5b36;
}

.img-content.square-yellow {
    width: 50px;
    height: 50px;
    background-color: #d89617;
}

.img-content.text-logo {
    font-size: 20px;
    color: #4a271d;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: -0.5px;
}

.prod-title {
    flex: 0 0 240px;
}

.prod-title h3 {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    line-height: 1.2;
    color: #0A0A0D;
    font-weight: 400;
    margin: 0;
}

.prod-desc {
    flex: 1;
}

.prod-desc p {
    font-size: 18px;
    line-height: 1.6;
    color: #0A0A0D;
    margin: 0;
}

/* AI Work Section */
.ai-work-section {
    padding: 64px 20px;
    background-color: #fff;
    text-align: center;
}

.ai-work-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 12px;
    color: #0A0A0D;
    letter-spacing: -0.5px;
    margin-top: 0;
}

.ai-work-header p {
    font-size: 16px;
    color: #614024;
    margin-bottom: 30px;
}

.ai-cards {
    display: flex;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

.ai-card {
    border-radius: 20px;
    flex: 1;
    overflow: hidden;
    background-color: #dfad3c;
    display: flex;
    flex-direction: column;
}

.ai-card-graphic {
    height: 146px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.ai-card-graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-card:nth-child(1) .ai-card-graphic {
    background-color: #c99824;
}

.ai-card:nth-child(2) .ai-card-graphic {
    background-color: #6bc8d8;
}

.ai-card:nth-child(3) .ai-card-graphic {
    background-color: #c99824;
}

.ai-card-content {
    padding: 41px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ai-card-content h3 {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    color: #0A0A0D;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.25;
}

.ai-card-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 12px;
    flex: 1;
    margin-top: 0;
}

.ai-link {
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

/* Realities Section */
.realities-section {
    background-color: var(--bg-main);
    padding: 64px 20px;
}

.realities-header {
    text-align: center;
    margin-bottom: 36px;
}

.realities-header h2 {
    margin-top: 0;
    font-family: 'Fraunces', serif;
    font-size: 46px;
    margin-bottom: 20px;
    color: #0A0A0D;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.realities-header p {
    font-size: 18px;
    color: #614024;
}

.realities-cards {
    display: flex;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}

.ht-card {
    background-color: var(--bg-main);
    border: 1px solid #dcd4be;
    border-radius: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ht-graphic {
    height: 127px;
    margin: 20px 20px 0;
    border-radius: 12px 12px 0 0;
}

.ht-graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-card-body {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.ht-tag {
    font-size: 11px;
    font-weight: 700;
    color: #5E1528;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.ht-card:nth-child(3) .ht-tag {
    color: #8a364b;
}

.ht-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #0A0A0D;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.25;
}

.ht-card-body p {
    margin-top: 0;
    font-size: 16px;
    color: #0A0A0D;
    line-height: 1.6;
    margin-bottom: 28px;
    flex: 1;
}

.btn-outline-brown {
    background: transparent;
    color: #111;
    border: 1px solid #7d6b5e;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* Spotlight Section */
.spotlight-wrapper {
    background-color: var(--bg-main);
    padding: 40px 20px 100px;
}

.spotlight-card {
    max-width: 920px;
    margin: 0 auto;
    background-color: var(--maroon);
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.spotlight-left {
    flex: 0 0 45%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
}

.spotlight-img-ph {
    width: 100%;
    height: 100%;
    background-color: #551624;
}

.spotlight-right {
    width: 50%;
    padding: 50px 40px 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.spotlight-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--accent-yellow);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}

.spotlight-tag .dot {
    width: 10px;
    height: 10px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
}

.spotlight-right h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.15;
}

.spotlight-right p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 40px;
}

.spotlight-actions {
    display: flex;
    align-items: center;
    gap: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.spotlight-footer {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #e5cc9c;
    font-weight: 500;
    flex-wrap: wrap;
}

.spotlight-footer span {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Foundational Section */
.foundational-section {
    padding: 80px 20px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.foundational-header {
    max-width: 920px;
    margin: 0 auto;
}

.foundational-header h2 {
    font-family: 'fraunces', serif;
    font-size: 42px;
    margin-bottom: 24px;
    color: #111;
    line-height: 1.15;
    text-align: left;
}

.foundational-header p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: left;
}

.foundational-card-wrapper {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.foundational-card {
    border: 1px solid #c4b093;
    border-radius: 12px 12px 0 0;
    border-top-right-radius: 60px;
    display: flex;
    background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
    margin-bottom: -1px;

}

.f-col {
    flex: 1;
    padding: 40px;
    border-right: 1px solid #c4b093;
    display: flex;
    flex-direction: column;
}

.f-col:last-child {
    border-right: none;
}

.f-icon {
    margin-bottom: 40px;
    width: 48px;
    height:48px;
    object-fit: cover;
}

.f-tag {
    font-size: 11px;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.f-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin: 0 0 20px 0;
    color: #111;
    line-height: 1.2;
}

.f-col p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 30px;
}

.f-pill {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--bg-main);
    color: #c94657;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 600;
    align-self: flex-start;
}

.f-col-highlight {
    background-color: #f3f7f8;
    border-top-right-radius: 60px;
}

.f-action {
    position: relative;
    display: flex;
    gap: 6px;
    background: #fff;
    padding: 6px;
    border-radius: 0 0 40px 40px;
    justify-content: end;
    border: #c4b093 solid 1px;
    padding: 16px;
}

.f-leaf {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.f-bottom-pattern {
    height: 120px;
    margin-top: 60px;
    background-position: center;
    background-repeat: repeat-x;
    background-size: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

/* Team Behind Section */
.team-section {
    background-color: var(--bg-main);
    padding: 80px 20px;
}

.team-container {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.team-content {
    flex: 1;
}

.team-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    margin-bottom: 24px;
    line-height: 1.1;
    color: #111;
}

.team-content p {
    font-size: 18px;
    color: #6a5e51;
    line-height: 1.5;
    margin-bottom: 40px;
}

.team-graphic {
    flex: 1;
    height: 250px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    background: radial-gradient(circle at 30% 50%, #935a39 20%, transparent 20.5%),
        radial-gradient(circle at 70% 30%, #5f1b2c 15%, transparent 15.5%),
        radial-gradient(circle at 60% 80%, #dfad3c 25%, transparent 25.5%);
}

/* Form Section */
.form-section {
    background-color: var(--maroon);
    padding: 80px 20px;
}

.form-card {
    max-width: 920px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
}

.form-left {
    flex: 0 0 40%;
    background-color: #f2e9dc;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e1d2be;
    position: relative;
}

.form-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.15;
    color: #111;
}

.form-left p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.form-placeholder {
    flex: 1;
    min-height: 200px;
    background-color: #e5d7c3;
    border-radius: 4px;
}

.form-right {
    flex: 1;
    padding: 50px 40px;
}

.ht-form .form-row {
    display: flex;
    gap: 20px;
}

.ht-form .form-group {
    margin-bottom: 20px;
    flex: 1;
}
.ht-form .form-group br{ display: none; }
.ht-form .form-group p{margin: 0;}
.wpcf7-spinner{display: none !important;}
.ht-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
}

.ht-form label span {
    color: #0a0a0d;
}

.ht-form input[type="text"],
.ht-form input[type="email"],
.ht-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    color: #333;
}

.ht-form textarea {
    resize: none;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-group label {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    color: #333;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    margin-right: 10px;
    accent-color: var(--maroon);
}

.radio-row {
    display: flex;
    gap: 20px;
}

.ht-form button,
.ht-form span.btn {
    border: none;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
}

.form-actions {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.form-footer p {
    font-size: 12px;
    color: #111;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.form-footer a {
    font-size: 12px;
    color: var(--maroon);
    text-decoration: none;
    font-weight: 500;
}

/* Blog Section */
.blog-section {
    background-color: #fff;
    padding: 100px 20px;
    max-width: 920px;
    margin: 0 auto;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.blog-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #111;
}

.blog-header p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.btn-outline-long {
    background: transparent;
    color: #111;
    border: 1px solid #4a3e35;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.blog-cards {
    display: flex;
    gap: 24px;
}

.blog-card {
    border: 1px solid #e1d2be;
    border-radius: 24px;
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.blog-img {
    height: 220px;
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
}

.blog-img img{ height: 100%; width: 100%; object-fit: cover; } 

.blog-content {
    flex: 1;
}

.blog-date {
    font-size: 13px;
    color: #8c715c;
    margin-bottom: 12px;
    display: block;
}

.blog-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}
.blog-content h3 a{ color: #1a1a1a; text-decoration: none; }
.blog-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.blog-tag {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.btn-pill-outline-dark {
    border: 1px solid #ccc;
    color: #111;
}

.btn-pill-outline-green {
    border: 1px solid #c1d5c2;
    background-color: #f6faf6;
    color: #111;
}

.blog-author {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}



.spotlight-left {
    width: 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Post-Media New CSS */
/* FAQ Section */
.faq-section {
    background-color: #fff;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.faq-container {
    max-width: 920px;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-direction: column;
}

.faq-section h2 {
    font-family: 'frances', serif;
    font-size: 42px;
    line-height: 1.15;
    color: #111;
    margin-top: 0;
    margin-bottom: 0;
}

.faq-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}

.faq-title {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.faq-icon {
    font-size: 24px;
    color: #5f1b2c;
    font-weight: 300;
}

.faq-content {
    display: none;
    padding: 0 30px 30px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.faq-item.active {
    background-color: #fcfaf3;
    border-color: #f8f4e6;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-faded {
    position: relative;
    border: 1px solid #f5f5f5;
}

.faded-text {
    color: #bbb !important;
}

.load-more-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
}

.btn-load-more {
    background-color: var(--maroon);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Footer Section */
.site-footer {
    background-color: #060A1E;
    color: #fff;
    padding: 80px 40px 0;
    position: relative;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: 315px;
    background-position: bottom;
}

.footer-top {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.logo-text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.footer-brand p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.5;
}

.footer-badges {
    display: flex;
    gap: 20px;
    align-items: center;
}

.badge-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.badge-rect {
   display: flex;
    align-items: center;
    max-width: 121px;
}

.badge-rect strong {
    font-size: 14px;
}

.check-bg {
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.footer-links-grid {
    max-width: 920px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-col ul{ list-style: none; 
    padding: 0; 
    margin: 0; 
display: flex; 
    flex-direction: column; 
    gap: 16px;
} 
.footer-col h4 {
    font-size: 11px;
    color: #666;
    margin: 0 0 10px 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-col a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

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

.footer-about-col {
    max-width: 920px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.copyright {
    font-size: 12px;
    color: #888;
}

.legal-links {
    display: flex;
    gap: 24px;
}
.legal-links ul{ list-style: none; 
    padding: 0; 
    margin: 0; display: flex; align-items: center; gap: 20px; }
.legal-links a {
    color: #bbb;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    color: #fff;
}

@media (max-width: 900px) {
    .production-section{padding: 40px;}
    .foundational-card {
        flex-direction: column;
        border-top-right-radius: 12px;
    }

    .f-col {
        border-right: none;
        border-bottom: 1px solid #c4b093;
    }

    .f-col:last-child {
        border-bottom: none;
    }

    .f-col-highlight {
        border-radius: 0;
    }

    .team-container {
        flex-direction: column;
    }

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

    .form-left {
        border-right: none;
        border-bottom: 1px solid #e1d2be;
    }

    .ht-form .form-row,
    .radio-row {
        flex-direction: column;
        gap: 10px;
    }

    .blog-header {
        flex-direction: column;
        gap: 20px;
    }

    .blog-cards {
        flex-direction: column;
    }

    .partners-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .partners-logos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cards,
    .ai-cards,
    .realities-cards {
        flex-direction: column;
    }

    .card {
        border-top-right-radius: 16px;
        padding-top: 50px;
    }


    .prod-card-body {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
    }

    .prod-title {
        flex: auto;
    }

    .banner-content h1 {
        font-size: 42px;
    }

    .banner-maroon-block {
        width: 100%;
    }

    .faq-container {
        flex-direction: column;
        gap: 40px;
    }

    .faq-section h2 {
        flex: auto;
    }

    .footer-top {
        flex-direction: column;
        gap: 30px;
    }

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

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .f-bottom-pattern{ background-size: cover;}
    .form-right{padding: 40px;}
}

.seework-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width:767px) {
    .spotlight-card{flex-direction: column;}
    .spotlight-right,.spotlight-left{ width: 100%; box-sizing: border-box;}
    .spotlight-right h2 br,.spotlight-right p br,.foundational-header h2 br, 
    .team-content h2 br,.team-content p br,.blog-header p br, .blog-content h3 br,.features-header h2 br, 
    .features-header p br,.card h3 br,.card p br,.prod-header h2 br,.prod-header p br,.prod-title h3 br,.prod-desc p br, .ai-work-header h2 br{ display: none;}
    .spotlight-wrapper{padding-bottom: 40px;}
    .foundational-section{ padding-top: 40px;}
    .blog-section,.faq-section{padding: 40px 20px;}
    .btn-pill-white{font-size: 17px;}
    h2{font-size: 34px !important;}
    .prod-cards-container{gap: 60px;}
    .footer-links-grid{gap:30px  10px;}
    .partners-section{ display: none;}
}
@media (max-width:575px) {
    .banner-illust{height: 200px;}
    .banner-content{ text-align: left;}
    .banner-features{align-items: start; flex-direction: column; gap: 20px;}
    .action-group{ width: 100%;}  
    .btn-maroon{ flex:1; text-align: center;}
    .seework-btn{ flex:1; justify-content: center;}
    .features-header,.prod-header,.ai-work-header,.realities-header{ text-align: left;}
    .f-col{ padding: 30px 20px;}
    .team-content .btn-maroon{ flex:inherit; }
    .form-right{ padding: 30px 20px;}
    .site-footer{ padding: 40px 20px 0;}
}

.background-section{

    width:100%;
    min-height:420px;

    background-size:cover;
    background-position:bottom right;
    background-repeat:no-repeat;

}