/* Styles for /tokenized-real-estate page */

.ta-hero {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(circle at 12px 12px, rgba(17, 24, 39, 0.09) 1.2px, transparent 1.3px) 0 0 / 22px 22px,
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(209, 213, 219, 0.7);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    padding: 26px 28px;
    margin-bottom: 18px;
}
.ta-hero-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 26px;
    align-items: center;
}
.ta-hero-title {
    font-size: 46px;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-weight: 600;
    color: #111827;
}
.ta-hero-title .accent {
    color: #f97316;
}
.ta-hero-subtitle {
    margin-top: 12px;
    max-width: 520px;
    color: #6b7280;
    font-size: 14px;
}
.ta-hero-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.ta-hero-right {
    min-height: 380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ta-blob {
    position: absolute;
    inset: -10px -20px -20px -20px;
    border-radius: 28px;
    background:
        radial-gradient(closest-side at 55% 38%, rgba(251, 146, 60, 0.95), rgba(249, 115, 22, 0.2) 55%, transparent 70%),
        radial-gradient(closest-side at 40% 62%, rgba(245, 158, 11, 0.75), rgba(249, 115, 22, 0.15) 55%, transparent 72%),
        radial-gradient(closest-side at 70% 70%, rgba(255, 237, 213, 0.9), transparent 60%);
    filter: blur(0.2px);
    transform: rotate(-8deg);
}
.ta-hero-illustration {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-height: 1000px;
    object-fit: contain;
    /* filter: drop-shadow(0 24px 60px rgba(15, 23, 42, 0.45)); */
    margin-right: 36px;
}
.ta-blob::after {
    content: "";
    position: absolute;
    left: 18%;
    top: 62%;
    width: 66%;
    height: 28%;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    filter: blur(10px);
    transform: rotate(6deg);
}
.ta-logos {
    margin-top: 18px;
    
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px 18px;
    align-items: center;
}
.ta-logos-label {
    color: #6b7280;
    font-size: 12px;
    z-index: 5;
    white-space: nowrap;
}
.ta-logos-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: center;
    color: rgba(17, 24, 39, 0.28);
    font-weight: 600;
    font-size: 14px;
    user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.ta-logo-item {
    display: inline-flex;
align-items: center;

gap: 2px;
/* padding: 0px 8px; */
/* border-radius: 10px; */
flex: 0 0 auto;
}
.ta-logo-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    z-index: 5;
    opacity: 0.95;
    filter: grayscale(10%);
}
.ta-logo-item span {
    line-height: 1;
}
.ta-kpis {
    margin-top: 28px;
    margin-bottom: 32px;
}
.ta-kpis-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #111827;
}
.ta-kpis-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.ta-kpi-card {
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    background:
        linear-gradient(to right, rgba(238, 239, 241, 0.6) 1px, transparent 1px) 0 0 / 22px 22px,
        linear-gradient(to bottom, rgba(242, 244, 246, 0.6) 1px, transparent 1px) 0 0 / 22px 22px,
        #ffffff;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ta-kpi-card::before {
    content: "";
    position: absolute;
    right: -20%;
    top: -20%;
    bottom: 35%;
    left: 40%;
    background: radial-gradient(circle at 100% 0, rgba(249, 115, 22, 0.08), transparent 65%);
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}
.ta-kpi-card > * {
    position: relative;
    z-index: 1;
}
.ta-kpi-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, 0.6);
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(249, 115, 22, 0.35),
        0 16px 56px rgba(249, 115, 22, 0.16);
}
.ta-kpi-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 6px;
}
.ta-kpi-value {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}
.ta-kpi-caption {
    font-size: 13px;
    color: #6b7280;
}
@media (max-width: 980px) {
    .ta-hero-grid { grid-template-columns: 1fr; }
    .ta-hero-title { font-size: 38px; }
    .ta-hero-right { min-height: 210px; }
    .ta-kpis-grid { grid-template-columns: 1fr; }
}
