/* ===== TOROCOIN PROPOSAL 2 ===== */

/* Proposal 1 — calculator intro (shared gr + index) */
.tc1-header {
    text-align: center;
    margin: 0 auto 34px;
    max-width: 980px;
}
.tc1-tag {
    display: inline-block;
    margin: 0 0 14px;
    padding: 20px 40px;
    border-radius: 999px;
    background: #ffb232;
    color: #1a1f27;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.tc1-title {
    margin: 0 !important;
}
.tc1-description {
    margin: 14px auto 0 !important;
    max-width: 1320px;
    text-align: center;
    font-size: 2.2rem !important;
    line-height: 1.18;
    letter-spacing: 0.2px;
    text-wrap: balance;
}
.tc1-line {
    display: block;
    white-space: nowrap;
}
#section-contact {
    scroll-margin-top: 96px;
}

.torocoin-proposal2-wrap {
    margin: 250px 0 0;
    padding: 0 16px;
}
.torocoin-proposal2 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 0 80px;
}
.torocoin-proposal2.tc2-proposal2--top {
    padding-bottom: 0;
}
.torocoin-proposal2.tc2-proposal2--bottom {
    padding-top: 0;
}
.tc2-header {
    text-align: center;
    margin-bottom: 60px;
}
.tc2-tag {
    display: inline-block;
    margin: 0 0 14px;
    padding: 20px 40px;
    border-radius: 999px;
    background: #ffb232;
    color: #1a1f27;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.4px;
}
.tc2-title { margin-bottom: 0 !important; }
/* Same font size as .tc2-title-sub (do not use .header-global sizing from custom.css here) */
.torocoin-proposal2-wrap .tc2-header .header-global.tc2-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.tc2-title-sub {
    margin: 4px 0 0 !important;
    text-align: center;
    color: #ffffff;
    min-width: 96px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}
.tc2-title-sub-line {
    display: block;
    white-space: nowrap;
}
.tc2-intro {
    max-width: 1320px;
    margin: 24px auto 0 !important;
    text-align: center;
    font-size: 2.2rem !important;
    line-height: 1.18;
    letter-spacing: 0.2px;
    text-wrap: balance;
}
.tc2-intro-line {
    display: block;
}
.tc2-section-label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px !important;
    text-align: center;
}
.tc2-section-sublabel {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    margin-bottom: 18px;
}
/* Phases */
.tc2-phases-label { text-align: center; margin-bottom: 16px; }
.tc2-phases-title {
    margin: 50px 0 0;
    text-align: center;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
}
.tc2-phases-title-line {
    display: block;
}
/* English index only: phases headline — 4 lines on mobile (≤768px), 2 lines on desktop */
.tc2-phases-title--en .tc2-phases-title-line--en-mobile {
    display: none;
}
@media (max-width: 768px) {
    .tc2-phases-title--en .tc2-phases-title-line--en-desktop {
        display: none !important;
    }
    .tc2-phases-title--en .tc2-phases-title-line--en-mobile {
        display: block !important;
    }
}
.tc2-phases {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 0;
}
.tc2-phase {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 22px 16px 18px;
    background: rgba(255,255,255,0.03);
    position: relative;
}
.tc2-phase--featured {
    border-color: rgba(255,178,50,0.5);
    background: rgba(255,178,50,0.06);
}
.tc2-phase__ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffb232;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.tc2-phase__num {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 10px;
}
.tc2-phase__price {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2px;
}
.tc2-phase__price:not(.gold) {
    color: #aaa;
}
.tc2-phase__price-sub {
    font-size: 20px;
    color: rgba(255,255,255,0.35);
    margin-bottom: 14px;
}
.tc2-phase__separator {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 10px 0 12px;
}
.tc2-phase__availability-label,
.tc2-phase__availability-unit {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
}
.tc2-phase__availability-unit {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(255,255,255,0.35);
    margin-bottom: 14px;
}
.tc2-phase__availability-value {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    margin: 8px 0;
}
.tc2-phase__row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    padding: 5px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.tc2-phase__row span:last-child { font-weight: 600; color: rgba(255,255,255,0.85); }
.tc2-phase--featured .tc2-phase__row span:last-child { color: #ffb232; }
.tc2-phase__upside {
    font-size: 12px;
    color: #ffb232;
    font-weight: 700;
    margin-top: 10px;
}
.tc2-phase__bar {
    height: 3px;
    background: rgba(255,255,255,0.07);
    border-radius: 2px;
    margin-top: 12px;
}
.tc2-phase__bar-fill {
    height: 100%;
    background: #ffb232;
    border-radius: 2px;
}
/* How it works */
.tc2-how-fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 clamp(16px, 3vw, 48px);
    box-sizing: border-box;
    margin-top: 150px;
    margin-bottom: 150px;
}
.tc2-how-outer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.tc2-how {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.tc2-how-card {
    border: 0;
    border-radius: 0;
    padding: 0 8px;
    background: transparent;
    text-align: center;
}
.tc2-how-icon {
    margin: 0 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.tc2-how-icon-img {
    height: 250px;
    width: auto;
    max-width: 100%;
    display: block;
    margin-inline: auto;
    object-fit: contain;
    object-position: center center;
}
/* Wallet art reads visually right-heavy in the PNG; nudge slightly for optical center */
.tc2-how-icon-img--wallet {
    transform: translateX(-6px);
}
@media (max-width: 500px) {
    .tc2-how-icon-img {
        height: min(250px, 52vw);
    }
    .tc2-how-icon-img--wallet {
        transform: translateX(-4px);
    }
}
.tc2-how-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.18;
    margin-bottom: 10px;
    text-align: center;
}
.splashpage .tc2-how-fullbleed div.content-boxes.smaller.tc2-how-text {
    font-size: 1.8rem !important;
    color: rgba(255,255,255,0.55) !important;
    line-height: 1.18 !important;
    letter-spacing: 0.2px;
    text-wrap: balance;
    text-align: center !important;
    width: min(540px, 100%) !important;
    max-width: min(540px, 100%) !important;
    margin: 0 auto !important;
}
/* Table */
.tc2-table-wrap {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 40px;
}
.tc2-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}
.tc2-tab {
    font-size: 13px;
    padding: 7px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    color: rgba(255,255,255,0.55);
    background: transparent;
    font-family: inherit;
    font-weight: 600;
    transition: all 0.2s;
}
.tc2-tab.active,
.tc2-tab:hover {
    background: rgba(255,178,50,0.15);
    color: #ffb232;
    border-color: rgba(255,178,50,0.4);
}
.tc2-table-scroll { overflow-x: auto; }
.tc2-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 560px;
}
.tc2-table th {
    text-align: left;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.tc2-table td {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.75);
    vertical-align: middle;
}
.tc2-table tr:last-child td { border-bottom: none; }
.tc2-table td:last-child { color: #ffb232; font-weight: 700; }
.tc2-cap-badge {
    display: inline-block;
    font-size: 10px;
    padding: 1px 8px;
    border-radius: 10px;
    background: rgba(255,178,50,0.15);
    color: #ffb232;
    font-weight: 700;
    margin-left: 5px;
    vertical-align: middle;
}
.tc2-table-note {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    margin-top: 14px;
    text-align: center;
    line-height: 1.6;
}

/* Example returns table + payout bars: title typography (scoped) */
.tc2-table-wrap > .tc2-section-label,
.tc2-bars-wrap > .tc2-section-label {
    font-size: 34px !important;
    line-height: 1.18;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}
.tc2-bars-wrap > .tc2-section-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.tc2-bars-wrap > .tc2-section-label .tc2-section-label__line {
    display: block;
}
.tc2-table-wrap .tc2-section-sublabel,
.tc2-table-wrap .tc2-tabs,
.tc2-table-wrap .tc2-tab,
.tc2-table-wrap .tc2-table,
.tc2-table-wrap .tc2-table th,
.tc2-table-wrap .tc2-table td,
.tc2-table-wrap .tc2-table-note {
    font-size: 18px !important;
}
.tc2-table-wrap .tc2-table th,
.tc2-table-wrap .tc2-table td {
    text-align: center !important;
}
.tc2-table-wrap .tc2-table th:first-child,
.tc2-table-wrap .tc2-table td:first-child {
    text-align: left !important;
}
.tc2-table-wrap .tc2-table th {
    letter-spacing: 0 !important;
    color: #ffffff !important;
}
.tc2-table-wrap .tc2-table-note {
    color: rgba(255, 255, 255, 0.75) !important;
}
/* Chart */
.tc2-chart-wrap {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 40px;
}
.tc2-chart-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 20px;
    justify-content: center;
}
.tc2-canvas-wrap {
    position: relative;
    width: 100%;
    height: 240px;
}
.tc2-chart-note {
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    margin-top: 14px;
    line-height: 1.7;
    text-align: center;
}
/* Payout bars by phase (above example table) */
.tc2-bars-wrap {
    margin-bottom: 200px;
}
.tc2-bars-wrap .tc2-section-sublabel {
    font-size: 18px !important;
    color: #ffffff !important;
}
.tc2-bars-wrap .tc2-tabs,
.tc2-bars-wrap .tc2-tab {
    font-size: 18px !important;
}
.tc2-bars-disclaimer-wrap {
    margin-top: 32px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #999b9c;
    font-size: 15px;
}
.tc2-bars-disclaimer-wrap .content-boxes.smaller {
    color: #999b9c !important;
    font-size: 15px !important;
    text-align: center !important;
}
.tc2-bars-wrap .tc2-hbar-lbl,
.tc2-bars-wrap .tc2-hbar-val {
    font-size: 16px !important;
}
.tc2-hbars {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tc2-hbar-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tc2-hbar-slab {
    width: 50%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* Payout bars: same horizontal span as the phase tabs row */
.tc2-bars-wrap .tc2-hbar-slab {
    width: 100%;
    max-width: 100%;
}
.tc2-hbar-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}
.tc2-hbar-lbl {
    color: rgba(255,255,255,0.55);
    font-weight: 600;
    text-align: left;
    line-height: 1.25;
    flex: 1;
    min-width: 0;
}
.tc2-hbar-row--total .tc2-hbar-lbl {
    color: #fff;
    font-weight: 700;
}
.tc2-hbar-track {
    width: 100%;
    height: 24px;
    background: rgba(255,255,255,0.07);
    border-radius: 10px;
    overflow: hidden;
}
.tc2-hbar-fill {
    height: 100%;
    width: 0;
    max-width: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255,178,50,0.45), rgba(255,178,50,0.95));
    transition: width 0.4s ease;
}
.tc2-hbar-fill--total {
    background: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,255,255,0.95));
}
.tc2-hbar-val {
    text-align: right;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
    flex-shrink: 0;
}
.tc2-hbar-pct {
    color: rgba(255,255,255,0.55);
    font-weight: 600;
}
/* Payout bars: desktop only — narrower block + gold percentages (wrap + direct bottom fallback for EN/GR DOM) */
@media (min-width: 769px) {
    .torocoin-proposal2-wrap .tc2-bars-wrap,
    .torocoin-proposal2.tc2-proposal2--bottom > .tc2-bars-wrap {
        width: 62%;
        max-width: 62%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .torocoin-proposal2-wrap .tc2-bars-wrap .tc2-hbar-pct,
    .torocoin-proposal2.tc2-proposal2--bottom .tc2-bars-wrap .tc2-hbar-pct {
        color: #ffb232;
        font-weight: 700;
    }
}
/* Dashboard */
.tc2-dashboard {
    margin-bottom: 50px;
    text-align: center;
}
.tc2-dash-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 20px;
}
.tc2-dash-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
}
.tc2-dash-lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.tc2-dash-val {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}
.tc2-dash-note {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    margin-top: 4px;
}
/* CTA */
.tc2-cta {
    background: rgba(255,178,50,0.06);
    border: 1px solid rgba(255,178,50,0.2);
    border-radius: 12px;
    padding: 40px 32px;
    text-align: center;
    margin-bottom: 20px;
}
.tc2-cta-hero-img {
    display: block;
    height: 300px;
    width: auto;
    max-width: 100%;
    margin: 0 auto 24px;
    object-fit: contain;
}
.tc2-cta-body {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.tc2-cta-example-line {
    margin: 28px auto 6px;
    max-width: 920px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}
.tc2-cta-example-line__title {
    display: block;
    color: #ffffff;
}
.tc2-cta-example-line__amount {
    display: block;
}
.tc2-cta-example-sub {
    margin: 0 auto 12px;
    max-width: 920px;
    padding: 0 12px;
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
}
.tc2-cta-table-scroll {
    overflow-x: auto;
    margin-top: 4px;
    -webkit-overflow-scrolling: touch;
}
.tc2-cta-table {
    width: 100%;
    max-width: 720px;
    min-width: 480px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 18px;
    text-align: center;
}
.tc2-cta-table th,
.tc2-cta-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.88);
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}
.tc2-cta-table th {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.tc2-cta-table tbody tr:last-child td {
    border-bottom: none;
}
.tc2-cta-table td:first-child {
    color: #ffb232;
    font-weight: 700;
}
.tc2-cta-table .tc2-cta-coins-unit {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.62);
}
.tc2-cta-table .tc2-cta-pool-pct {
    color: #ffb232;
    font-weight: 700;
    font-size: inherit;
}
@media (min-width: 769px) {
    .tc2-cta-table .tc2-cta-coins-unit {
        display: none;
    }
}
/* Responsive */
@media (max-width: 900px) {
    .tc2-hbar-val { white-space: normal; text-align: right; }
    .tc2-bars-wrap .tc2-hbar-lbl,
    .tc2-bars-wrap .tc2-hbar-val { font-size: 1.8rem !important; }
    .tc2-phases { grid-template-columns: repeat(2, 1fr); }
    .tc2-how {
        grid-template-columns: 1fr;
        row-gap: 150px;
        column-gap: 18px;
    }
    .tc2-how-fullbleed {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .splashpage .tc2-how-fullbleed div.content-boxes.smaller.tc2-how-text { max-width: 100% !important; }
    .tc2-dash-cards { grid-template-columns: 1fr; }
    .tc2-tag {
        font-size: 28px;
        padding: 14px 24px;
    }
}
@media (max-width: 500px) {
    .tc2-phases { grid-template-columns: 1fr; }
    .tc2-phases-title {
        font-size: 25px;
    }
    .tc2-tag {
        font-size: 22px;
        padding: 12px 20px;
    }
    .torocoin-proposal2-wrap .tc2-header .header-global.tc2-title,
    .tc2-title-sub {
        font-size: 34px;
        font-weight: 800;
        line-height: 1.2;
    }
    .tc2-intro {
        font-size: 1.8rem !important;
        line-height: 1.35;
        max-width: 100%;
        letter-spacing: 0;
    }
    .tc2-how-title {
        font-size: 25px;
        line-height: 1.2;
    }
    .splashpage .tc2-how-fullbleed div.content-boxes.smaller.tc2-how-text {
        font-size: 1.8rem !important;
        line-height: 1.35 !important;
        letter-spacing: 0;
    }
    .tc2-title-sub-line {
        white-space: normal;
    }
}
/* Floating CTA + contact form (gr splash) */
html {
    scroll-behavior: smooth;
}
#section-epikoinonia {
    scroll-margin-top: 96px;
}
.gr-float-cta {
    position: fixed;
    left: max(12px, env(safe-area-inset-left, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    z-index: 10050;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45));
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}
.gr-float-cta.gr-float-cta--at-bottom {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
}
.gr-float-cta__coin {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: -22px;
    z-index: 2;
    border: 2px solid rgba(255, 178, 50, 0.95);
    box-sizing: border-box;
    background: radial-gradient(circle at 35% 30%, #ffe6a8, #c98a1e 55%, #5c3d0a);
}
.gr-float-cta__coin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.gr-float-cta__ribbon {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 30px;
    background: linear-gradient(180deg, #ffd56e, #ffb232 55%, #e89a1e);
    transform: skewX(-16deg);
    transform-origin: center;
    border-radius: 2px 6px 6px 2px;
}
.gr-float-cta__ribbon-text {
    display: inline-flex;
    align-items: center;
    transform: skewX(16deg);
    font-size: 1.8rem;
    font-weight: 900;
    font-style: italic;
    color: #1a1f27;
    text-transform: uppercase;
    white-space: nowrap;
}
.gr-float-cta__ribbon-word {
    letter-spacing: -0.04em;
}
.gr-float-cta__ribbon-sep {
    flex: none;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
}
/* Footer form: undo global .btn_img .q-btn / .link-footer .btn_img offsets from custom.css */
.footer-toro .link-footer .btn_img.gr-contact-form__wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 440px;
    justify-content: center;
}
.gr-contact-form {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    text-align: left;
}
.gr-contact-form__field {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.gr-contact-form__field + .gr-contact-form__field {
    margin-top: 20px;
}
.gr-contact-form__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 5px 0;
    line-height: 1.2;
}
.gr-contact-form__input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "GT Pressura", system-ui, sans-serif;
    line-height: 1.35;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}
.gr-contact-form__input::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
}
.gr-contact-form__input:focus {
    outline: none;
    border-color: rgba(255, 178, 50, 0.65);
    box-shadow: 0 0 0 1px rgba(255, 178, 50, 0.25);
}
/* CONTACT submit: same skew as .gr-float-cta__ribbon (-16deg / +16deg on inner) */
.gr-contact-form__success {
    margin-top: 16px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "GT Pressura", system-ui, sans-serif;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: var(--gold);
    -webkit-font-smoothing: antialiased;
}
.gr-contact-form__error {
    margin-top: 14px;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: "GT Pressura", system-ui, sans-serif;
    line-height: 1.45;
    color: #ff8a8a;
}
.gr-contact-form__hp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.gr-contact-form__actions {
    display: grid;
    justify-items: center;
    width: 100%;
    margin-top: 18px;
    padding: 0;
    box-sizing: border-box;
}
.footer-toro #grContactForm .q-btn.gr-contact-form__submit-btn {
    left: auto;
    position: relative;
    padding: 12px 2.25rem 12px 2.25rem;
}
.splashpage .gr-contact-form .vee-button-primary.gr-contact-form__submit-btn,
.gr-contact-form .vee-button-primary.gr-contact-form__submit-btn {
    transform: skewX(-16deg);
    transform-origin: center;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin: 0 auto;
    background: linear-gradient(180deg, #ffd56e, #ffb232 55%, #e89a1e);
    box-shadow: none;
}
.gr-contact-form .vee-button-primary.gr-contact-form__submit-btn .q-btn__content {
    font-family: inherit;
    transform: skewX(16deg);
}
.gr-contact-form .vee-button-primary.gr-contact-form__submit-btn span.block {
    font-size: 1.8rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
@media (max-width: 520px) {
    .gr-float-cta__coin {
        width: 48px;
        height: 48px;
        margin-right: -20px;
    }
    .gr-float-cta__ribbon {
        padding: 8px 14px 8px 24px;
    }
    .gr-float-cta__ribbon-text {
        font-size: 1.8rem;
    }
    .gr-float-cta__ribbon-word {
        letter-spacing: -0.03em;
    }
    .gr-contact-form .vee-button-primary.gr-contact-form__submit-btn span.block {
        font-size: 1.8rem;
        letter-spacing: -0.03em;
    }
    .gr-contact-form__input,
    .gr-contact-form__success {
        font-size: 1.8rem;
    }
    .gr-contact-form__error {
        font-size: 1.8rem;
    }
}
/* ===== END TOROCOIN PROPOSAL 2 ===== */

/* --- Cross-browser / device polish (safe areas, motion, touch) --- */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }
}
#language-gate button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.gr-float-cta,
.gr-contact-form .gr-contact-form__submit-btn {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* CTA headline (was inline clamp); capped on mobile to hero size via --torocoin-m-text-max */
.tc2-cta-headline {
    margin-bottom: 12px;
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1.15;
}

/*
 * Mobile (≤768px):
 * --torocoin-m-text-max tracks hero ".splashpage .header-global" (custom.css): 3rem → 2.5rem → 2rem → 2.3rem
 * Floor 1.8rem = .content-boxes.smaller; ceiling = hero headline.
 */
@media (max-width: 768px) {
    html {
        --torocoin-m-text-max: 3rem;
    }

    .tc1-tag {
        font-size: max(18px, min(var(--torocoin-m-text-max), 2.8rem)) !important;
        padding: 14px 22px;
    }

    .tc1-description {
        font-size: max(1.8rem, min(var(--torocoin-m-text-max), 2.2rem)) !important;
        line-height: 1.35;
        max-width: 100%;
        letter-spacing: 0;
    }

    .tc1-line {
        white-space: normal;
    }

    .tc2-cta-headline {
        font-size: min(var(--torocoin-m-text-max), 3.8rem) !important;
    }

    .splashpage .content-boxes.smaller,
    .splashpage .content-boxes.smaller p,
    .splashpage p.content-boxes.smaller {
        font-size: 1.8rem !important;
    }

    .splashpage .content-boxes:not(.smaller) {
        font-size: max(1.8rem, min(var(--torocoin-m-text-max), 2.2rem)) !important;
    }

    .splashpage .center-title {
        font-size: min(var(--torocoin-m-text-max), 5rem) !important;
    }

    .splashpage .number-rows .s-benefits__row .benefit-item__title {
        font-size: min(var(--torocoin-m-text-max), 3rem) !important;
    }

    .splashpage .number-rows .s-benefits__row .benefit-item__text,
    .splashpage .number-rows .s-benefits__row .benefit-item__text p,
    .splashpage .number-rows .s-benefits__row .benefit-item__sign p {
        font-size: 1.8rem !important;
    }

    .splashpage .logo-footer .content-boxes.smaller,
    .splashpage .logo-footer .content-boxes.smaller p {
        font-size: 1.8rem !important;
    }

    .torocoin-proposal2-wrap .tc2-tag {
        font-size: min(var(--torocoin-m-text-max), 2.8rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-phases-title {
        font-size: min(var(--torocoin-m-text-max), 3.4rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-phases {
        justify-items: center;
    }

    .torocoin-proposal2-wrap .tc2-phase {
        box-sizing: border-box;
        width: 70%;
        max-width: 100%;
        min-width: 0;
        justify-self: center;
    }

    /* Prevent horizontal bleed from full-bleed tricks / wide flex gaps on narrow viewports */
    main.q-page.splashpage {
        overflow-x: hidden;
        max-width: 100%;
    }

    .torocoin-calculator-wrap {
        max-width: 100%;
        overflow-x: hidden;
    }

    .torocoin-proposal2-wrap .tc2-header .header-global.tc2-title,
    .torocoin-proposal2-wrap .tc2-title-sub {
        font-size: min(var(--torocoin-m-text-max), 3.4rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-how-title {
        font-size: min(var(--torocoin-m-text-max), 2.6rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-intro {
        font-size: max(1.8rem, min(var(--torocoin-m-text-max), 2.2rem)) !important;
    }

    .splashpage .tc2-how-fullbleed div.content-boxes.smaller.tc2-how-text {
        font-size: max(1.8rem, min(var(--torocoin-m-text-max), 2.2rem)) !important;
    }

    .torocoin-proposal2-wrap .tc2-phase__price,
    .torocoin-proposal2-wrap .tc2-phase__availability-value {
        font-size: min(var(--torocoin-m-text-max), 3.4rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-phase__num,
    .torocoin-proposal2-wrap .tc2-phase__price-sub,
    .torocoin-proposal2-wrap .tc2-phase__availability-label,
    .torocoin-proposal2-wrap .tc2-phase__availability-unit {
        font-size: min(var(--torocoin-m-text-max), 2rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-phase__ribbon {
        font-size: min(var(--torocoin-m-text-max), 1.6rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-cta-example-line {
        font-size: min(var(--torocoin-m-text-max), 3rem) !important;
    }

    .torocoin-proposal2-wrap .tc2-cta-example-sub {
        font-size: 1.6rem !important;
    }

    .torocoin-proposal2-wrap .tc2-cta-table,
    .torocoin-proposal2-wrap .tc2-cta-table th,
    .torocoin-proposal2-wrap .tc2-cta-table td {
        font-size: min(var(--torocoin-m-text-max), 1.8rem) !important;
    }

    /* CTA example table: no horizontal scroll — pool share stacks under TOROCOINS */
    .torocoin-proposal2-wrap .tc2-cta-table-scroll {
        overflow-x: visible;
    }
    .torocoin-proposal2-wrap .tc2-cta-table {
        min-width: 0 !important;
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }
    .torocoin-proposal2-wrap .tc2-cta-table thead {
        display: none !important;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody {
        display: block;
        width: 100%;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody tr {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 12px;
        row-gap: 2px;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody tr:last-child {
        border-bottom: none;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody td {
        border-bottom: none !important;
        padding: 6px 8px;
        min-width: 0;
        overflow-wrap: anywhere;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody td:first-child {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
        text-align: left;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody td:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: baseline;
        gap: 0.35em;
        text-align: right;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.92) !important;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody td:nth-child(2) .tc2-cta-coins-unit {
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 0.62) !important;
    }
    .torocoin-proposal2-wrap .tc2-cta-table tbody td:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        text-align: right;
        font-size: max(0.8rem, min(var(--torocoin-m-text-max), 1.45rem)) !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 0.62) !important;
        line-height: 1.35;
        padding-top: 0;
    }

    .torocoin-proposal2-wrap .tc2-section-label {
        font-size: 1.8rem !important;
        letter-spacing: 0.1em;
    }

    /* Restore large title for payout-bars + table (same as scoped 34px / tc2-phases-title cap) */
    .torocoin-proposal2-wrap .tc2-bars-wrap > .tc2-section-label,
    .torocoin-proposal2-wrap .tc2-table-wrap > .tc2-section-label {
        font-size: min(var(--torocoin-m-text-max), 3.4rem) !important;
        letter-spacing: 0 !important;
    }

    .torocoin-proposal2-wrap .tc2-section-sublabel {
        font-size: 1.8rem !important;
    }

    .torocoin-proposal2-wrap .tc2-bars-disclaimer-wrap,
    .torocoin-proposal2-wrap .tc2-bars-disclaimer-wrap .content-boxes.smaller {
        font-size: 15px !important;
        line-height: 1.55;
    }

    .tc2-chart-note {
        font-size: 1.8rem !important;
    }

    .tc2-phase__row,
    .tc2-phase__upside {
        font-size: 1.8rem !important;
    }

    .tc2-dash-lbl,
    .tc2-dash-note {
        font-size: 1.8rem !important;
    }

    .gr-contact-form__label {
        font-size: 1.8rem !important;
    }

    .tc2-bars-wrap .tc2-hbar-lbl,
    .tc2-bars-wrap .tc2-hbar-val {
        font-size: 1.8rem !important;
    }

    .tc2-bars-wrap .tc2-tabs,
    .tc2-bars-wrap .tc2-tab {
        font-size: 1.8rem !important;
    }

    /* English (index): payout PHASE tabs — single row (no wrap); ~50% larger than prior pass */
    .torocoin-proposal2-wrap .tc2-bars-wrap--en #tc2PayoutTabs.tc2-tabs,
    .torocoin-proposal2.tc2-proposal2--bottom .tc2-bars-wrap--en #tc2PayoutTabs.tc2-tabs {
        flex-wrap: nowrap;
        gap: 6px;
        justify-content: center;
    }
    .torocoin-proposal2-wrap .tc2-bars-wrap--en #tc2PayoutTabs .tc2-tab,
    .torocoin-proposal2.tc2-proposal2--bottom .tc2-bars-wrap--en #tc2PayoutTabs .tc2-tab {
        font-size: clamp(15px, 4.3vw, 20px) !important;
        padding: 8px clamp(6px, 2.4vw, 15px) !important;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .torocoin-calculator__title {
        font-size: min(var(--torocoin-m-text-max), 3.4rem) !important;
    }

    .torocoin-calculator__returns-message-main {
        font-size: min(var(--torocoin-m-text-max), 3.4rem) !important;
    }

    .torocoin-calculator__input,
    .torocoin-calculator__currency,
    .torocoin-calculator__amount {
        font-size: min(var(--torocoin-m-text-max), 3rem) !important;
    }

    .torocoin-calculator__percent {
        font-size: min(var(--torocoin-m-text-max), 2.5rem) !important;
    }

    .torocoin-calculator__hint {
        font-size: max(18px, min(var(--torocoin-m-text-max), 1.8rem)) !important;
    }

    .torocoin-calculator__return-item {
        font-size: min(var(--torocoin-m-text-max), max(1.8rem, 18px)) !important;
    }

    .torocoin-calculator__totals,
    .torocoin-calculator__returns-message-sub {
        font-size: min(var(--torocoin-m-text-max), max(1.8rem, 20px)) !important;
    }
}

@media (max-width: 490px) {
    html {
        --torocoin-m-text-max: 2.5rem;
    }
}

@media (max-width: 425px) {
    html {
        --torocoin-m-text-max: 2rem;
    }
}

@media (max-width: 365px) {
    html {
        --torocoin-m-text-max: 2.3rem;
    }
}