/* MetaMind Trial Offer — Free Trigger Audio */

.to1-hero.oa1-banner .hero-text-inner h1 { font-size: 48px; }

.to1-tag {
    display: inline-block;
    background: #0080FF;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.to1-hero .hero-text-inner { text-align: center; }
.to1-hero-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.82);
    max-width: 720px;
    margin: 14px auto 0;
    line-height: 1.7;
}

.to1-section { padding: 80px 0; background: #fff; }
.to1-section-alt { background: #f8f8f8; }

.to1-audio-section {
    padding-top: 60px;
    padding-bottom: 24px;
}

.to1-section + .to1-section {
    padding-top: 40px;
}

.to1-audio-section + .to1-section {
    padding-top: 24px;
    padding-bottom: 48px;
}

.to1-product-card {
    max-width: 1100px;
    margin: 0 auto;
}

.to1-trial-price {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #0080FF;
}

.to1-content-block { max-width: 900px; margin: 0 auto; }

.to1-content-block-wide { max-width: 1200px; }

.to1-accordion-intro {
    text-align: center;
    margin-bottom: 36px;
}

.to1-accordion-title {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #2C2C2C;
    margin: 12px 0 10px;
}

.to1-accordion-lead {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #535353;
    margin: 0;
}

.to1-plain-briefing {
    background: #fff;
    border: 1px solid rgba(0, 128, 255, 0.14);
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 6px 24px rgba(0, 128, 255, 0.06);
}

.to1-briefing-highlight {
    background: rgba(0, 128, 255, 0.08);
    border-left: 4px solid #0080FF;
    padding: 14px 18px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 18px !important;
    font-weight: 500;
    color: #2C2C2C;
}

.to1-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.to1-accordion-item {
    background: #fff;
    border: 1px solid rgba(0, 128, 255, 0.14);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 128, 255, 0.06);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.to1-accordion-item.is-open {
    border-color: rgba(0, 128, 255, 0.35);
    box-shadow: 0 10px 32px rgba(0, 128, 255, 0.12);
}

.to1-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.to1-accordion-trigger:hover,
.to1-accordion-item.is-open .to1-accordion-trigger {
    background: rgba(0, 128, 255, 0.05);
}

.to1-accordion-trigger-text {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #2C2C2C;
    line-height: 1.45;
    flex: 1;
}

.to1-accordion-item.is-open .to1-accordion-trigger-text {
    color: #0080FF;
}

.to1-accordion-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 128, 255, 0.1);
    color: #0080FF;
    font-size: 14px;
    transition: transform 0.3s ease, background 0.2s ease;
}

.to1-accordion-item.is-open .to1-accordion-icon {
    transform: rotate(180deg);
    background: #0080FF;
    color: #fff;
}

.to1-accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.to1-accordion-item.is-open .to1-accordion-panel {
    grid-template-rows: 1fr;
}

.to1-accordion-panel-inner {
    overflow: hidden;
    padding: 0 24px;
}

.to1-accordion-item.is-open .to1-accordion-panel-inner {
    padding: 0 24px 24px;
}

.to1-section-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 3px solid rgba(0, 128, 255, 0.2);
}

.to1-section-body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #535353;
    line-height: 1.85;
    margin-bottom: 14px;
}

.to1-section-body:last-child { margin-bottom: 0; }

.to1-summary-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 128, 255, 0.08);
    margin-top: 8px;
}

.to1-summary-table th,
.to1-summary-table td {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 16px 20px;
    text-align: left;
    vertical-align: top;
}

.to1-summary-table thead th {
    background: #0080FF;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.to1-summary-table tbody tr:nth-child(even) td { background: #f8f8f8; }
.to1-summary-table tbody tr:nth-child(odd) td { background: #fff; }
.to1-summary-table tbody td { color: #535353; border-top: 1px solid rgba(0, 128, 255, 0.08); }

.to1-guide-cta {
    text-align: center;
    padding: 48px 0 10px;
}

.to1-guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #0080FF;
    color: #fff !important;
    text-decoration: none !important;
    padding: 18px 36px;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 12px 32px rgba(0, 128, 255, 0.35);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
}

.to1-guide-btn:hover {
    background: #0070e0;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 128, 255, 0.42);
}

@media (max-width: 991px) {
    .to1-section { padding: 60px 0; }
    .to1-audio-section { padding-top: 40px; padding-bottom: 24px; }
    .to1-accordion-title { font-size: 28px; }
    .to1-accordion-trigger { padding: 18px 20px; }
    .to1-accordion-panel-inner,
    .to1-accordion-item.is-open .to1-accordion-panel-inner { padding-left: 20px; padding-right: 20px; }
    .to1-accordion-item.is-open .to1-accordion-panel-inner { padding-bottom: 20px; }
}

@media (max-width: 575px) {
    .to1-accordion-trigger-text { font-size: 15px; }
    .to1-summary-table th,
    .to1-summary-table td { padding: 12px 14px; font-size: 13px; }
    .to1-guide-btn { padding: 16px 24px; font-size: 14px; }
}
