/* ═══════════════════════════════════════════════════════════════
   IC Base Styles
   Load via WPCode CSS snippet on all custom IC page templates.
   Templates only add page-specific CSS on top of this.
   ═══════════════════════════════════════════════════════════════ */

/* ── Rational Display font (mirrors Elementor custom font entry ID 13976) ── */
@font-face { font-family: 'Rational Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-Book.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-BookItalic.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: normal; font-weight: 500; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-Medium.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: italic; font-weight: 500; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-MediumItalic.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-SemiBold.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: italic; font-weight: 600; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-SemiBoldItalic.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-Bold.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: italic; font-weight: 700; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-BoldItalic.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: normal; font-weight: 800; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-ExtraBold.woff') format('woff'); }
@font-face { font-family: 'Rational Display'; font-style: normal; font-weight: 900; font-display: swap; src: url('/wp-content/uploads/RationalDisplay-Black.woff') format('woff'); }

/* ── Reset & base ───────────────────────────────────────────── */
.ic-premium *, .ic-premium *::before, .ic-premium *::after { box-sizing: border-box; }
.ic-premium {
    font-family: "Rational Display", -apple-system, "system-ui", "Segoe UI", Roboto, sans-serif;
    color: #222;
}
.ic-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.ic-btn {
    display: inline-block;
    background: #fec45c;
    color: #3a0d5a;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity .2s;
    border: 2px solid transparent;
}
.ic-btn:hover { opacity: .85; color: #3a0d5a; }
.ic-btn:focus-visible { outline: 3px solid #4a1172; outline-offset: 3px; }
.ic-btn-outline {
    background: transparent;
    border-color: #4a1172;
    color: #4a1172;
}
.ic-btn-outline:hover { background: #4a1172; color: #fff; opacity: 1; }
.ic-btn-sm { font-size: 15px; padding: 10px 24px; }

/* ── Hero ────────────────────────────────────────────────────── */
.ic-hero {
    background: #4a1172 url('/wp-content/uploads/graphic-keyvisual-wave.svg') right center / auto 100% no-repeat;
    padding: 80px 0 100px;
    color: #fff;
}
.ic-hero h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 24px;
    color: #fff;
    max-width: 760px;
}
.ic-hero h1 .ic-gold { color: #fec45c; }
.ic-hero .ic-subtitle {
    font-size: 20px;
    color: #f4f7ff;
    margin: 0 0 20px;
    max-width: 680px;
}
.ic-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.ic-hero-list li {
    font-size: 18px;
    color: #f4f7ff;
    padding: 5px 0 5px 28px;
    position: relative;
}
.ic-hero-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #fec45c;
    font-size: 22px;
    line-height: 1.2;
}

/* ── Feature sections (two-col) ──────────────────────────────── */
.ic-feature {
    padding: 70px 0;
    border-bottom: 1px solid #ede8f5;
}
.ic-two-col {
    display: flex;
    gap: 64px;
    align-items: center;
}
.ic-two-col--reverse { flex-direction: row-reverse; }
.ic-feature-text { flex: 1; min-width: 0; }
.ic-feature-image { flex: 1; min-width: 0; align-self: stretch; display: flex; }
.ic-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 28px rgba(74, 17, 114, .12);
    display: block;
}
.ic-feature-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
}
.ic-feature-text p {
    font-size: 17px;
    color: #444;
    line-height: 1.65;
    margin: 0 0 14px;
}
.ic-feature-text p:last-child { margin-bottom: 0; }
.ic-feature-text ul {
    margin: 12px 0 0;
    padding-left: 22px;
}
.ic-feature-text ul li {
    font-size: 17px;
    color: #444;
    line-height: 1.65;
    margin-bottom: 6px;
}

/* ── Feature card grid (Why Buy / Why Sell sections) ─────────── */
.ic-feat-section {
    padding: 80px 0;
    background: #f8f7f9;
    border-bottom: 1px solid #ede8f5;
}
.ic-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ic-feat-card {
    background: #fff;
    border: 1px solid #ede8f5;
    border-radius: 10px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ic-feat-icon {
    width: 72px;
    height: 72px;
    background: #f3eeff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.ic-feat-icon i { color: #4a1172; font-size: 26px; }
.ic-premium .ic-feat-card h3 { font-size: 18px; font-weight: 700; color: #222; margin: 0 0 12px; }
.ic-premium .ic-feat-card p { font-size: 15px; color: #555; line-height: 1.65; margin: 0; }

/* ── Numbered steps (How It Works sections) ──────────────────── */
.ic-steps-section {
    padding: 80px 0;
    background: #fff;
    border-bottom: 1px solid #ede8f5;
}
.ic-steps-inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 64px;
    align-items: flex-start;
}
.ic-steps-list { flex: 1; min-width: 0; }
.ic-steps-img {
    flex: 0 0 38%;
}
.ic-steps-img img {
    width: 100%;
    height: auto;
    display: block;
}
.ic-premium .ic-steps-h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
    text-align: left;
}
.ic-premium .ic-steps-h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4a1172;
    border-radius: 2px;
    margin: 16px 0 32px;
}
.ic-premium .ic-steps-intro {
    font-size: 22px;
    color: #888;
    line-height: 1.65;
    margin: 0 0 16px;
}
.ic-premium .ic-steps-intro-secondary {
    font-size: 16px;
    color: #aaa;
    line-height: 1.65;
    font-style: italic;
    margin: 0 0 36px;
}
.ic-step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #ede8f5;
}
.ic-step:last-child { border-bottom: none; }
.ic-step-body { flex: 1; min-width: 0; }
.ic-premium .ic-step-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 6px;
}
.ic-premium .ic-step-body p {
    font-size: 18px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}
.ic-premium .ic-step-body ul {
    margin: 8px 0 0 20px;
    padding: 0;
}
.ic-premium .ic-step-body ul li {
    font-size: 18px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 4px;
}
.ic-step-arrow {
    flex-shrink: 0;
    font-size: 22px;
    color: #ccc;
    line-height: 1;
    padding-top: 2px;
}

/* ── Comparison table ────────────────────────────────────────── */
.ic-comparison {
    padding: 80px 0;
    background: #faf8ff;
}
.ic-comparison > .ic-container > h2,
.ic-pricing > .ic-container > h2,
.ic-feat-section > .ic-container > h2,
.ic-diy > .ic-container > h2,
.ic-latest-listings > .ic-container > h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin: 0;
}
.ic-comparison > .ic-container > h2::after,
.ic-pricing > .ic-container > h2::after,
.ic-feat-section > .ic-container > h2::after,
.ic-diy > .ic-container > h2::after,
.ic-latest-listings > .ic-container > h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4a1172;
    border-radius: 2px;
    margin: 16px auto 32px;
}
.ic-feat-subtext {
    font-size: 20px;
    color: #888;
    text-align: center;
    margin: 0 auto 48px;
    max-width: 680px;
    line-height: 1.6;
}
.ic-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ic-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(74,17,114,.08);
}
.ic-premium .ic-table th {
    background: #4a1172 !important;
    color: #fff !important;
    padding: 16px 14px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ic-premium .ic-table th:first-child { text-align: left; width: 40%; background: #3a0d5a !important; }
.ic-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #f0eaf8;
    text-align: center;
    color: #555;
}
.ic-table td:first-child { text-align: left; font-size: 15px; color: #222; }
.ic-table tbody tr:hover td { background: #faf6ff; }
.ic-table .ic-table-subhead td {
    background: #ede5f8;
    font-weight: 700;
    color: #4a1172;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 10px 14px;
}
.ic-table .ic-table-cta td {
    padding: 22px 14px;
    background: #f8f4ff;
    border-bottom: none;
}

/* ── Pricing cards ───────────────────────────────────────────── */
.ic-pricing {
    padding: 80px 0;
    background: #f8f4ff;
}
.ic-pricing-grid {
    display: flex;
    gap: 24px;
    align-items: stretch;
    max-width: 860px;
    margin: 0 auto;
}
.ic-card {
    flex: 1;
    border: 2px solid #e5ddf5;
    border-radius: 20px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.ic-card-featured {
    background: #3a0d5a;
    border-color: #3a0d5a;
    box-shadow: 0 24px 64px rgba(58,13,90,.4);
    position: relative;
}
.ic-card-eyebrow {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #4a1172 !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    margin: 0 0 14px !important;
}
.ic-card-featured .ic-card-eyebrow {
    color: #fec45c !important;
}
.ic-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
}
.ic-card-featured h3 {
    color: #fff;
}
.ic-card > p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 14px;
}
.ic-card-featured > p {
    color: rgba(255,255,255,.75);
}
.ic-card > p:last-of-type {
    margin-bottom: 28px;
}
.ic-price-options { margin: 0 0 28px; }
.ic-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ede8f5;
}
.ic-card-featured .ic-price-row {
    border-bottom-color: rgba(255,255,255,.12);
}
.ic-price-row:last-child { border-bottom: none; }
.ic-price-row-alt .ic-price-amount { font-size: 20px; color: #999; }
.ic-card-featured .ic-price-row-alt .ic-price-amount { color: rgba(255,255,255,.45); }
.ic-price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.ic-card-featured .ic-price-amount { color: #fec45c; }
.ic-price-per { font-size: 16px; font-weight: 400; }
.ic-price-billing { font-size: 13px; color: #aaa; }
.ic-card-featured .ic-price-billing { color: rgba(255,255,255,.45); }
.ic-card .ic-btn { text-align: center; margin-top: auto; }
.ic-card-featured .ic-btn {
    background: #fec45c;
    color: #3a0d5a;
}
.ic-card-featured .ic-btn:hover { opacity: .9; }

/* ── Latest Listings ─────────────────────────────────────────── */
.ic-latest-listings {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #ede8f5;
}
.ic-listings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.ic-listing-card {
    display: flex;
    flex-direction: column;
    border: 2px solid #e5ddf5;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s, border-color .2s;
    background: #fff;
}
.ic-listing-card:hover {
    border-color: #4a1172;
    box-shadow: 0 8px 32px rgba(74,17,114,.12);
}
.ic-listing-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f0ebfa;
}
.ic-listing-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ic-listing-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ede8f5 0%, #ddd6f0 100%);
}
.ic-listing-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ic-listing-headline {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ic-listing-summary {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ic-listing-meta {
    display: flex;
    gap: 16px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #ede8f5;
}
.ic-listing-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.ic-listing-stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.ic-listing-stat-value {
    font-size: 15px;
    font-weight: 700;
    color: #4a1172;
}
@media (max-width: 900px) {
    .ic-listings-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
    .ic-listings-grid { grid-template-columns: 1fr; }
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.ic-faq {
    padding: 80px 0;
    background: #faf8ff;
}
.ic-faq h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
}
.ic-faq h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4a1172;
    border-radius: 2px;
    margin: 16px 0 32px;
}
.ic-faq .ic-faq-intro {
    font-size: 20px;
    color: #888;
    margin: 0 0 44px;
    line-height: 1.6;
}
.ic-faq .ic-faq-intro a { color: #4a1172; }
.ic-faq details {
    border-bottom: 1px solid #ddd6f0;
    padding: 20px 0;
}
.ic-faq details:first-of-type { border-top: 1px solid #ddd6f0; }
.ic-faq summary {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.ic-faq summary::-webkit-details-marker { display: none; }
.ic-faq summary:focus-visible { outline: 3px solid #4a1172; outline-offset: 3px; border-radius: 4px; }
.ic-faq summary::after {
    content: '+';
    font-size: 26px;
    color: #4a1172;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 20px;
    line-height: 1;
}
.ic-faq details[open] summary::after { content: '−'; }
.ic-faq details > p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 16px 0 4px;
    padding-right: 48px;
}
.ic-faq details > p a { color: #4a1172; }

/* ── Testimonials ────────────────────────────────────────────── */
.ic-testi {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #ede8f5;
    overflow: hidden;
}
.ic-testi h2 {
    font-family: "Rational Display", -apple-system, "system-ui", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin: 0 0 10px;
}
.ic-testi-gold { color: #fec45c; }
.ic-testi-sub {
    font-family: "Rational Display", -apple-system, "system-ui", sans-serif;
    font-size: 17px;
    color: #666;
    text-align: center;
    margin: 0 0 48px;
}
.ic-testi-outer { position: relative; }
.ic-testi-viewport { overflow: hidden; }
.ic-testi-track {
    display: flex;
    gap: 24px;
    transition: transform .4s ease;
    will-change: transform;
}
.ic-testi-card {
    flex: 0 0 calc((100% - 48px) / 3);
    background: #faf8ff;
    border: 1px solid #ede8f5;
    border-radius: 10px;
    padding: 28px 26px;
    font-family: "Rational Display", -apple-system, "system-ui", sans-serif;
    box-sizing: border-box;
}
.ic-testi-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
}
.ic-testi-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #ede8f5;
}
.ic-testi-avatar.is-logo {
    border-radius: 4px;
    object-fit: contain;
    background: #fff;
    padding: 4px;
}
.ic-testi-meta { min-width: 0; }
.ic-testi-name {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ic-testi-type {
    font-size: 12px;
    color: #4a1172;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ic-testi-body {
    font-size: 15px;
    color: #444;
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ic-testi-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ede8f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 1;
    color: #4a1172;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(74,17,114,.1);
    transition: background .2s, color .2s;
    z-index: 2;
}
.ic-testi-btn:hover { background: #4a1172; color: #fff; }
.ic-testi-btn:focus-visible { outline: 3px solid #4a1172; outline-offset: 3px; }
.ic-testi-prev { left: -20px; }
.ic-testi-next { right: -20px; }
.ic-testi-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}
.ic-testi-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd6f0;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s;
}
.ic-testi-dot.is-active { background: #4a1172; }
.ic-testi-dot:focus-visible { outline: 3px solid #4a1172; outline-offset: 3px; }

/* ── Upgrade / Premium page ──────────────────────────────────── */
.ic-upgrade { display: block; width: 100%; font-family: "Rational Display", system-ui, sans-serif; color: #222; }
.ic-upgrade *, .ic-upgrade *::before, .ic-upgrade *::after { box-sizing: border-box; }
.ic-up-intro { font-size: 15px; line-height: 1.6; color: #444; margin: 0 0 32px; }
.ic-up-plans { padding: 0 0 48px; }
.ic-up-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; width: 100%; }
.ic-up-card { background: #faf8ff; border: 1px solid #e8e0f5; border-radius: 12px; padding: 32px 28px; }
.ic-up-card--featured { background: #fff; border-color: #4a1172; border-width: 2px; }
.ic-up-badge { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #888; background: #ede8f5; border-radius: 20px; padding: 3px 10px; margin-bottom: 14px; }
.ic-up-card h2 { font-size: 22px; font-weight: 700; margin: 0 0 10px; color: #222; }
.ic-up-card p { font-size: 14px; color: #555; line-height: 1.55; margin: 0 0 20px; }
.ic-up-free-price { font-size: 28px; font-weight: 700; color: #aaa; }
.ic-up-features { list-style: none; margin: 0 0 24px; padding: 0; }
.ic-up-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #444; padding: 5px 0; line-height: 1.4; }
.ic-up-features li .f-check { color: #4a1172; font-weight: 700; flex-shrink: 0; }
.ic-up-features li .f-cross { color: #ccc; flex-shrink: 0; }
.ic-up-pricing { margin: 0 0 24px; }
.ic-up-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; padding: 8px 0; border-bottom: 1px solid #ede8f5; }
.ic-up-price-row:last-child { border-bottom: none; }
.ic-up-amount { font-size: 28px; font-weight: 700; color: #222; line-height: 1; }
.ic-up-price-row--alt .ic-up-amount { font-size: 20px; color: #666; }
.ic-up-per { font-size: 14px; font-weight: 400; }
.ic-up-billing { font-size: 13px; color: #888; }
.ic-up-btn { display: block; text-align: center; background: #fec45c; color: #fff !important; border-radius: 50px; padding: 13px 24px; font-size: 15px; font-weight: 600; text-decoration: none !important; transition: opacity .15s; }
.ic-up-btn:hover { opacity: .85; }
.ic-up-comparison { padding: 0 0 48px; }
.ic-up-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
.ic-up-table { width: 100%; min-width: 340px; border-collapse: collapse; font-size: 14px; }
.ic-up-table th { background: #4a1172 !important; color: #fff !important; font-weight: 600; text-align: center; padding: 12px 16px; }
.ic-up-table th:first-child { background: #3a0d5a !important; text-align: left; width: 60%; }
.ic-up-table td { padding: 10px 16px; border-bottom: 1px solid #f0eaf8; text-align: center; color: #444; }
.ic-up-table td:first-child { text-align: left; color: #222; }
.ic-up-table tr:nth-child(even) td { background: #faf8ff; }
.ic-up-subhead td { background: #ede8f5 !important; font-weight: 600; color: #4a1172 !important; text-align: left !important; padding: 8px 16px; }
.ic-up-cta-row td { background: #fff !important; padding: 20px 16px; border-bottom: none; }
.ic-up-check { color: #4a1172; font-weight: 700; }
.ic-up-cross { color: #ccc; }

/* ── About Us — Story timeline ───────────────────────────────── */
.ic-story { padding: 80px 0; border-bottom: 1px solid #ede8f5; }
.ic-story h2 { font-size: 28px; font-weight: 700; color: #222; text-align: center; margin: 0 0 12px; }
.ic-story-subtitle { font-size: 17px; color: #666; text-align: center; margin: 0 auto 20px; max-width: 640px; }
.ic-story-intro { font-size: 16px; color: #444; text-align: center; margin: 0 auto 48px; max-width: 640px; }
.ic-timeline { position: relative; max-width: 760px; margin: 0 auto; }
.ic-timeline::before { content: ''; position: absolute; left: 85px; top: 0; bottom: 0; width: 2px; background: #ede8f5; z-index: 0; }
.ic-timeline-item { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 36px; position: relative; }
.ic-timeline-item:last-child { margin-bottom: 0; }
.ic-timeline-year { flex: 0 0 auto; min-width: 56px; font-size: 24px; font-weight: 700; color: #fec45c; line-height: 1.2; text-align: right; padding-top: 2px; position: relative; z-index: 1; }
.ic-timeline-dot { flex: 0 0 18px; display: flex; align-items: flex-start; padding-top: 6px; justify-content: center; position: relative; z-index: 1; }
.ic-timeline-dot::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #4a1172; border: 2px solid #fff; box-shadow: 0 0 0 2px #4a1172; display: block; }
.ic-timeline-text { flex: 1; min-width: 0; font-size: 16px; color: #444; line-height: 1.7; padding-top: 2px; }
.ic-timeline-text strong { color: #222; }

/* ── About Us — Team grid ─────────────────────────────────────── */
.ic-team { padding: 80px 0; background: #faf8ff; }
.ic-team h2 { font-size: 28px; font-weight: 700; color: #222; text-align: center; margin: 0 0 12px; }
.ic-team-subtitle { font-size: 17px; color: #666; text-align: center; margin: 0 auto 56px; max-width: 640px; }
.ic-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ic-team-card { background: #fff; border: 1px solid #ede8f5; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.ic-team-photo-wrap { width: 100%; aspect-ratio: 3 / 4; overflow: hidden; background: #e8e0f0; }
.ic-team-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.ic-team-initials { width: 100%; height: 100%; background: #4a1172; color: #fff; font-size: 56px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.ic-team-card-body { padding: 20px 20px 18px; display: flex; flex-direction: column; flex: 1; }
.ic-team-name { font-size: 20px; font-weight: 800; color: #1a1a1a; margin: 0 0 5px; text-transform: uppercase; letter-spacing: .02em; line-height: 1.2; }
.ic-team-title { font-size: 12px; font-weight: 700; color: #fec45c; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 14px; line-height: 1.4; }
.ic-team-bio { font-size: 15px; color: #444; line-height: 1.7; margin: 0 0 20px; flex: 1; }
.ic-team-socials { display: flex; gap: 14px; margin-top: auto; }
.ic-team-socials a { color: #bbb; font-size: 16px; text-decoration: none; transition: color .2s; }
.ic-team-socials a:hover { color: #4a1172; }
.ic-team-card.alumni-c { background: #fdf9f0; border-color: #eedfc0; }
.ic-team-card.alumni-c .ic-team-name { color: #3a2800; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1100px) { .ic-team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) {
    .ic-hero h1 { font-size: 36px; }
    .ic-two-col { flex-direction: column; gap: 36px; }
    .ic-two-col--reverse { flex-direction: column; }
    .ic-pricing-grid { flex-direction: column; }
    .ic-card-featured { order: -1; }
    .ic-steps-inner { flex-direction: column; }
    .ic-steps-img { width: 100%; flex: none; order: -1; max-width: 340px; margin: 0 auto; }
    .ic-testi-card { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 800px) { .ic-team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
    .ic-feat-grid { grid-template-columns: 1fr 1fr; }
    .ic-timeline-year { font-size: 20px; min-width: 48px; }
    .ic-timeline::before { left: 77px; }
}
@media (max-width: 480px) { .ic-team-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
    .ic-up-grid { grid-template-columns: 1fr; }
    .ic-up-cta-row .ic-up-btn { width: 100%; box-sizing: border-box; }
    .ic-container { padding: 0 20px; }
    .ic-hero { padding: 50px 0 60px; }
    .ic-hero h1 { font-size: 28px; }
    .ic-feature { padding: 48px 0; }
    .ic-table, .ic-table thead, .ic-table tbody, .ic-table tr, .ic-table th, .ic-table td { display: revert !important; }
    .ic-table th, .ic-table td { padding: 9px 8px; font-size: 13px; }
    .ic-comparison, .ic-pricing, .ic-faq, .ic-testi { padding: 56px 0; }
    .ic-feat-section, .ic-steps-section, .ic-diy { padding: 56px 0; }
    .ic-feat-grid { grid-template-columns: 1fr; }
    .ic-testi-card { flex: 0 0 100%; }
    .ic-testi-btn { display: none; }
}
