/* ========================================
   The Rise of Agentic Commerce - Landing Page
   CommerceShop | Custom Stylesheet
   ======================================== */

/* ---------- ROOT VARIABLES ---------- */
:root {
    --primary-blue: #4453d6;
    --primary-blue-hover: #3744b8;
    --light-blue: #6f7be0;
    --dark-navy: #0e1349;
    --darker-navy: #080d3a;
    --deep-blue: #1a23a3;
    --bg-light: #f3f3f8;
    --bg-lighter: #fafafd;
    --bg-card: #ffffff;
    --text-dark: #1a1d3a;
    --text-muted: #6b7080;
    --text-light: #c8cce8;
    --border-light: #e6e8f0;
}

/* ---------- BASE STYLES ---------- */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.text-primary-blue {
    color: var(--primary-blue) !important;
}

/* ---------- HEADER ---------- */
.site-header {
    background: var(--bg-light);
    border-bottom: 1px solid var(--border-light);
}

.navbar-brand {
    padding: 0;
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.5px;
}

.logo-c {
    background: linear-gradient(135deg, #4453d6 0%, #7a3fc6 50%, #e8732c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 26px;
}

.logo-shop {
    display: block;
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--text-muted);
    margin-left: 28px;
    margin-top: -5px;
    font-weight: 600;
}

.contact-link {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
}

.contact-link:hover {
    color: var(--primary-blue);
}

.contact-link i {
    color: var(--primary-blue);
    font-size: 13px;
}

/* ---------- HERO SECTION ---------- */
.hero-section {
    background: var(--bg-light);
    padding: 40px 0 80px;
}

.badge-pill {
    display: inline-block;
    background: rgba(68, 83, 214, 0.1);
    color: var(--primary-blue);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.badge-pill i {
    font-size: 6px;
    vertical-align: middle;
}

.hero-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--text-dark);
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 17px;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.6;
    max-width: 95%;
}

.hosted-by-box {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 28px;
}

.hosted-label {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: 600;
}

.hosted-names {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 0;
    line-height: 1.6;
}

.hosted-names strong {
    font-weight: 600;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
}

.meta-item i {
    color: var(--primary-blue);
    font-size: 15px;
}

/* ---------- FORM ---------- */
.hero-form-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(14, 19, 73, 0.08);
    border: 1px solid var(--border-light);
}

.form-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--text-dark);
}

.theme-cforms .form-label {
    font-size: 13px;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 6px;
}

.theme-cforms .form-control {
    border: 1px solid var(--border-light);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    background: #fff;
    height: 42px;
}

.theme-cforms .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(68, 83, 214, 0.1);
}

.theme-cforms .form-group {
    margin-bottom: 20px;
}

.with-errors
{
    color: #ff1c1c;
    font-size: 13px;
}

.blogpopupcta {
    background: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.blogpopupcta:hover {
    background: #2839cd;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.blogpopupcta:focus {
    background: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}


.audit-box {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.audit-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.form-check {
    margin-bottom: 6px;
}

.form-check-label {
    font-size: 13px;
    color: var(--text-dark);
}

.form-check-input:checked {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(68, 83, 214, 0.15);
    border-color: var(--primary-blue);
}

/* ---------- BUTTONS ---------- */
.btn-primary-custom {
    background: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-custom:focus {
    background: var(--primary-blue-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(68, 83, 214, 0.3);
}

.btn-primary-custom:hover {
    background: var(--primary-blue-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(68, 83, 214, 0.3);
}

.btn-light-custom {
    background: #fff;
    color: var(--text-dark);
    border: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}

.btn-light-custom:focus {
    background: #f0f0f8;
    transform: translateY(-1px);
    color: var(--text-dark);
}

.btn-light-custom:hover {
    background: #f0f0f8;
    transform: translateY(-1px);
    color: var(--text-dark);
}

/* ---------- SECTION COMMON ---------- */
.section-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section-label.light {
    color: var(--text-light);
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-title.light {
    color: #fff;
}

.section-title em {
    font-style: italic;
    font-weight: 700;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 17px;
    max-width: 900px;
    margin: 0 auto;
}

/* ---------- STATS / QUIET SHIFT SECTION ---------- */
.stats-section {
    background: var(--dark-navy);
    background: url(../images/ai-adent-bg.webp) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}

.stats-text p {
    color: var(--text-light);
    font-size: 17px;
    margin-bottom: 18px;
    line-height: 1.7;
}

.stats-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px 28px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.stat-number {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.stat-number em {
    font-style: italic;
    font-weight: 700;
}

.stat-desc {
    font-size: 17px;
    color: var(--text-light);
    margin-bottom: 8px;
    line-height: 1.5;
}

.stat-source {
    font-size: 11px;
    color: rgba(200, 204, 232, 0.6);
    margin-bottom: 0;
    font-style: italic;
}

/* ---------- WHAT YOU'LL LEARN ---------- */
.learn-section {
    background: var(--bg-light);
    padding: 80px 0;
}

.learn-card {
    background: #fff;
    border-radius: 10px;
    padding: 22px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    box-shadow: 0 2px 12px rgba(14, 19, 73, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--border-light);
}

.learn-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(14, 19, 73, 0.1);
}

.learn-num {
    background: var(--bg-light);
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.learn-card p {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--text-dark);
    line-height: 1.6;
}

/* ---------- WHO SHOULD ATTEND ---------- */
.attend-section {
    background: #fff;
    padding: 80px 0;
}

.attend-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 26px 28px;
    height: 100%;
    transition: all 0.3s ease;
}

.attend-card:hover {
    border-color: var(--primary-blue);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(14, 19, 73, 0.08);
}

.attend-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.attend-card p {
    font-size: 17px;
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ---------- AUDIT OFFER SECTION ---------- */
.audit-section {
    background: linear-gradient(135deg, var(--dark-navy) 0%, var(--deep-blue) 100%);
    color: #fff;
    padding: 70px 0;
}

.audit-desc {
    color: var(--text-light);
    font-size: 17px;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* ---------- SPEAKERS SECTION ---------- */
.speakers-section {
    background: var(--bg-light);
    padding: 80px 0;
}

.speaker-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 26px;
    text-align: center;
    height: 100%;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.speaker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(14, 19, 73, 0.1);
}

.speaker-avatar {
    width: 90px;
    height: 90px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--bg-light);
    box-shadow: 0 4px 14px rgba(14, 19, 73, 0.1);
}

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

.speaker-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.speaker-role {
    font-size: 11px;
    color: var(--primary-blue);
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.speaker-bio {
    font-size: 17px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

/* ---------- FOOTER CTA ---------- */
.footer-cta {
    background: var(--dark-navy);
    padding: 50px 0;
    color: #fff;
}

.footer-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.footer-title em {
    font-style: italic;
    font-weight: 700;
}

/* ---------- FOOTER ---------- */
.site-footer {
    background: var(--darker-navy);
    color: var(--text-light);
    padding: 24px 0;
    font-size: 13px;
}

/* ---------- ANIMATIONS ---------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 38px;
    }
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 30px 0 60px;
    }
    .hero-title {
        font-size: 34px;
    }
    .hero-form-wrap {
        margin-top: 30px;
    }
    .section-title {
        font-size: 28px;
    }
    .stat-number {
        font-size: 32px;
    }
    .footer-title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-cta .text-md-end {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .header-contact {
        display: none !important;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
    .hero-meta {
        gap: 14px;
    }
    .meta-item {
        font-size: 13px;
    }
    .section-title {
        font-size: 24px;
    }
    .section-subtitle {
        font-size: 14px;
    }
    .stats-section,
    .learn-section,
    .attend-section,
    .speakers-section {
        padding: 60px 0;
    }
    .audit-section {
        padding: 50px 0;
    }
    .stat-card {
        padding: 20px;
    }
    .stat-number {
        font-size: 28px;
    }
    .hero-form-wrap {
        padding: 24px 20px;
    }
    .form-title {
        font-size: 19px;
    }
    .footer-title {
        font-size: 20px;
    }
    .speaker-card {
        padding: 24px 20px;
    }
    .learn-card {
        padding: 18px 20px;
        gap: 14px;
    }
    .attend-card {
        padding: 22px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 26px;
    }
    .section-title {
        font-size: 22px;
    }
    .stat-number {
        font-size: 26px;
    }
    .hero-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ========================================
   THANK YOU PAGE STYLES
   ======================================== */

/* ---------- THANK YOU HERO ---------- */
.thankyou-hero {
    background: linear-gradient(180deg, #eef0fa 0%, #f3f3f8 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.thankyou-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(122, 63, 198, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.thankyou-hero::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(68, 83, 214, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.thankyou-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.ty-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.ty-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 720px;
    margin: 0 auto 24px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.ty-actions {
    position: relative;
    z-index: 2;
}

/* ---------- THANK YOU RESPONSIVE ---------- */
@media (max-width: 991px) {
    .ty-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .thankyou-hero {
        padding: 70px 0 90px;
        min-height: auto;
    }
    .ty-title {
        font-size: 30px;
    }
    .ty-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .ty-title {
        font-size: 24px;
    }
}
