:root {
    --tc-bg: #020d23;
    --tc-bg-2: #041938;
    --tc-panel: #07275a;
    --tc-panel-2: #031a3d;
    --tc-line: rgba(65, 153, 255, .52);
    --tc-line-soft: rgba(65, 153, 255, .23);
    --tc-blue: #1688ff;
    --tc-cyan: #34c4ff;
    --tc-gold: #ffc43d;
    --tc-gold-deep: #df9000;
    --tc-white: #f7fbff;
    --tc-muted: #aebddb;
    --tc-green: #32d99b;
    --tc-radius: 22px;
    --tc-shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

html {
    scroll-behavior: smooth;
    background: var(--tc-bg);
}

body {
    color: var(--tc-white) !important;
    background: var(--tc-bg) !important;
}

.tc-preloader {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    color: #07142a;
    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    border: 3px solid rgba(255, 232, 145, .86);
    border-radius: 50%;
    background: linear-gradient(145deg, #f5f7ff, #aab7d0);
    box-shadow: 0 0 34px rgba(30, 139, 255, .45);
    animation: tcPulse 1.1s ease-in-out infinite alternate;
}

.tc-preloader img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

@keyframes tcPulse {
    to { transform: scale(1.08); box-shadow: 0 0 50px rgba(30, 139, 255, .7); }
}

.public-minimal-header {
    position: relative !important;
    z-index: 100;
    width: 100%;
    padding: 0 !important;
    background: rgba(2, 13, 35, .96) !important;
    border-bottom: 1px solid rgba(66, 153, 255, .28);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.public-minimal-header .public-minimal-nav {
    min-height: 80px;
    padding: 10px 0 !important;
}

.public-minimal-header .navbar-brand.logo img {
    width: auto !important;
    max-width: 225px !important;
    max-height: 58px !important;
}

.public-minimal-header .public-header-actions {
    gap: 18px;
    margin-left: auto;
}

.public-minimal-header .language-wrapper {
    min-height: 42px;
    padding: 7px 14px !important;
    color: #fff !important;
    background: rgba(8, 34, 72, .84) !important;
    border: 1px solid rgba(102, 171, 255, .38) !important;
    border-radius: 12px !important;
}

.public-minimal-header .account-buttons {
    gap: 10px;
}

.public-minimal-header .account-buttons .btn {
    min-width: 104px;
    min-height: 42px;
    padding: 10px 20px !important;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px !important;
}

.public-minimal-header .public-header-login {
    color: #06142c !important;
    background: linear-gradient(135deg, #ffe36b, #f1a400) !important;
    border: 0 !important;
    box-shadow: 0 8px 22px rgba(255, 185, 0, .22);
}

.public-minimal-header .public-header-register {
    color: var(--tc-gold) !important;
    background: rgba(8, 34, 72, .7) !important;
    border: 1px solid rgba(255, 196, 61, .74) !important;
}

.public-minimal-header .public-header-register::before,
.public-minimal-header .public-header-register::after {
    display: none !important;
}

.public-minimal-header .public-header-register .text--gradient {
    color: var(--tc-gold) !important;
    -webkit-text-fill-color: var(--tc-gold) !important;
}

/* High-contrast account actions: the two primary entry points stay distinct
 * and remain easy to tap on compact phones. */
.public-minimal-header .account-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 112px;
    min-height: 46px;
    border-radius: 14px !important;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.public-minimal-header .account-buttons .btn i {
    font-size: 1.05em;
}

.public-minimal-header .public-header-register {
    color: #fff1b2 !important;
    background: linear-gradient(145deg, rgba(20, 83, 165, .96), rgba(7, 38, 91, .96)) !important;
    border: 1px solid rgba(86, 170, 255, .85) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 20px rgba(0, 30, 85, .3);
}

.public-minimal-header .public-header-register i,
.public-minimal-header .public-header-register .text--gradient {
    color: #ffe477 !important;
    -webkit-text-fill-color: #ffe477 !important;
}

.public-minimal-header .public-header-login {
    color: #081a3a !important;
    background: linear-gradient(135deg, #fff08b 0%, #ffc43d 48%, #f19a00 100%) !important;
    box-shadow: 0 9px 24px rgba(255, 181, 18, .34), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.public-minimal-header .account-buttons .btn:hover,
.public-minimal-header .account-buttons .btn:focus-visible {
    transform: translateY(-2px);
}

.public-minimal-header .public-header-register:hover,
.public-minimal-header .public-header-register:focus-visible {
    border-color: #ffc43d !important;
    box-shadow: 0 10px 24px rgba(22, 121, 237, .35), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.public-minimal-header .public-header-login:hover,
.public-minimal-header .public-header-login:focus-visible {
    box-shadow: 0 12px 28px rgba(255, 181, 18, .48), inset 0 1px 0 rgba(255, 255, 255, .65);
}

.tc-landing {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: var(--tc-white);
    background:
        radial-gradient(circle at 14% 8%, rgba(12, 98, 220, .16), transparent 30%),
        linear-gradient(180deg, #020d23 0%, #031638 45%, #020d23 100%);
}

.tc-hero {
    order: -100;
}

.tc-landing::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: .2;
    background-image:
        linear-gradient(rgba(41, 128, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(41, 128, 255, .08) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.tc-shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.tc-section {
    position: relative;
    padding: 92px 0;
}

.tc-section--compact {
    padding: 58px 0;
}

.tc-eyebrow,
.tc-section-title > span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--tc-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tc-section-title {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.tc-section-title--left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.tc-section-title h2,
.tc-subscribe h2,
.tc-cta h2 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.12;
}

.tc-section-title p,
.tc-subscribe p,
.tc-cta p {
    margin: 12px auto 0;
    color: var(--tc-muted);
    font-size: 17px;
    line-height: 1.65;
}

.tc-section-title--left p {
    margin-left: 0;
}

.tc-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-bottom: 1px solid var(--tc-line-soft);
    background:
        radial-gradient(circle at 75% 50%, rgba(24, 122, 255, .24), transparent 32%),
        linear-gradient(135deg, rgba(2, 13, 35, .98), rgba(5, 35, 79, .92));
}

.tc-hero__grid {
    display: grid;
    min-height: 650px;
    align-items: center;
}

.tc-hero__copy {
    position: relative;
    z-index: 3;
    width: min(540px, 49%);
    padding: 70px 0;
}

.tc-hero__copy h1 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 700;
    line-height: 1.03;
    text-wrap: balance;
}

.tc-hero__copy h1 span {
    color: var(--tc-gold);
    text-shadow: 0 0 28px rgba(255, 185, 0, .22);
}

.tc-hero__copy p {
    max-width: 510px;
    margin: 24px 0 30px;
    color: #c1cde3;
    font-size: 18px;
    line-height: 1.7;
}

.tc-hero__art {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
}

.tc-hero__art::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #020d23 0%, rgba(2, 13, 35, .92) 27%, rgba(2, 13, 35, .2) 62%, rgba(2, 13, 35, .06) 100%);
}

.tc-hero__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.tc-btn:hover {
    transform: translateY(-2px);
}

.tc-btn--primary {
    color: #07142a !important;
    background: linear-gradient(135deg, #ffe065, #ee9a00);
    box-shadow: 0 10px 30px rgba(255, 183, 0, .28);
}

.tc-btn--primary:hover {
    color: #07142a !important;
    box-shadow: 0 15px 38px rgba(255, 183, 0, .38);
}

.tc-btn--full {
    width: 100%;
}

.tc-glass-card {
    border: 1px solid var(--tc-line);
    background:
        radial-gradient(circle at 85% 0%, rgba(34, 139, 255, .2), transparent 34%),
        linear-gradient(145deg, rgba(8, 45, 98, .96), rgba(3, 20, 49, .96));
    border-radius: var(--tc-radius);
    box-shadow: var(--tc-shadow), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.tc-calculator {
    display: grid;
    grid-template-columns: .8fr 1.2fr .85fr;
    gap: 30px;
    align-items: end;
    padding: 34px;
}

.tc-calculator .tc-section-title {
    margin-bottom: 0;
}

.tc-calculator .tc-section-title h2 {
    font-size: 29px;
}

.tc-calculator__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.tc-calculator label > span {
    display: block;
    margin-bottom: 8px;
    color: #bccae3;
    font-size: 13px;
    font-weight: 600;
}

.tc-calculator select,
.tc-calculator input,
.tc-subscribe input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #fff !important;
    background: rgba(1, 13, 34, .84) !important;
    border: 1px solid rgba(83, 157, 255, .44) !important;
    border-radius: 9px !important;
    outline: none;
}

.tc-calculator select:focus,
.tc-calculator input:focus,
.tc-subscribe input:focus {
    border-color: var(--tc-gold) !important;
    box-shadow: 0 0 0 3px rgba(255, 196, 61, .12);
}

.tc-calculator option {
    color: #fff;
    background: #061b3c;
}

.tc-calculator__result {
    min-height: 106px;
    padding: 20px;
    border: 1px solid rgba(255, 196, 61, .52);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 189, 28, .08), rgba(19, 115, 255, .16));
}

.tc-calculator__result span,
.tc-calculator__result small {
    display: block;
    color: #b9c8e2;
}

.tc-calculator__result strong {
    display: block;
    margin: 5px 0;
    color: var(--tc-gold);
    font-size: 26px;
}

.tc-steps,
.tc-feature-grid,
.tc-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* Six-card feature/service sections stay balanced on desktop: 3 + 3. */
.tc-feature-grid,
.tc-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tc-coin-grid.tc-coin-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tc-step,
.tc-feature-card,
.tc-service-card {
    height: 100%;
    padding: 25px 19px;
    text-align: center;
    border: 1px solid var(--tc-line);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(8, 48, 104, .92), rgba(3, 21, 50, .96));
    box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.tc-step {
    position: relative;
}

.tc-step:not(:last-child)::after {
    position: absolute;
    top: 54px;
    right: -14px;
    z-index: 4;
    content: "→";
    color: var(--tc-gold);
    font-size: 25px;
    font-weight: 800;
}

.tc-step__icon {
    position: relative;
    display: grid;
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    place-items: center;
    color: #fff;
    font-size: 36px;
    border: 1px solid rgba(73, 163, 255, .84);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #197fff, #04275d 70%);
    box-shadow: 0 0 28px rgba(32, 143, 255, .35);
}

.tc-step__icon b {
    position: absolute;
    right: -3px;
    bottom: -3px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    color: #07142a;
    font-size: 12px;
    border-radius: 50%;
    background: var(--tc-gold);
}

.tc-step h3,
.tc-feature-card h3,
.tc-service-card h3 {
    margin: 0 0 10px;
    color: #fff !important;
    font-size: 19px;
    line-height: 1.28;
}

.tc-step p,
.tc-feature-card p,
.tc-service-card p {
    margin: 0;
    color: var(--tc-muted);
    font-size: 14px;
    line-height: 1.55;
}

.tc-about {
    border-block: 1px solid var(--tc-line-soft);
    background:
        radial-gradient(circle at 84% 50%, rgba(27, 133, 255, .25), transparent 25%),
        rgba(3, 22, 54, .64);
}

.tc-about__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center;
}

.tc-about__text {
    max-width: 650px;
    color: var(--tc-muted);
    font-size: 17px;
    line-height: 1.8;
}

.tc-check-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
}

.tc-check-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #dce7fa;
}

.tc-check-list i {
    color: var(--tc-green);
    font-size: 22px;
}

.tc-about__visual {
    display: grid;
    min-height: 320px;
    place-items: center;
}

.tc-about__visual > img {
    display: block;
    width: min(100%, 520px);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid rgba(65, 153, 255, .5);
    border-radius: 24px;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .42),
        0 0 46px rgba(31, 133, 255, .2);
}

.tc-shield {
    position: relative;
    display: grid;
    width: 260px;
    height: 260px;
    place-items: center;
    color: var(--tc-blue);
    filter: drop-shadow(0 0 38px rgba(31, 133, 255, .34));
}

.tc-shield > i {
    font-size: 260px;
}

.tc-shield > span {
    position: absolute;
    color: var(--tc-gold);
    font-family: Arial, sans-serif;
    font-size: 90px;
    font-weight: 800;
    text-shadow: 0 0 22px rgba(255, 196, 61, .3);
}

.tc-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.tc-plan-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    text-align: center;
    border: 1px solid rgba(255, 196, 61, .76);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 12%, rgba(31, 127, 255, .3), transparent 30%),
        linear-gradient(155deg, #08295c, #031630 72%);
    box-shadow: var(--tc-shadow);
}

.tc-plan-card::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(120deg, transparent 36%, rgba(255, 255, 255, .05), transparent 62%);
}

.tc-plan-card__coin {
    display: grid;
    width: 112px;
    height: 112px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 34px rgba(80, 157, 255, .28);
}

.tc-plan-card__coin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tc-plan-card h3 {
    margin: 0;
    color: #fff !important;
    font-size: 27px;
}

.tc-plan-card__price {
    padding: 12px 0 18px;
    border-bottom: 1px solid rgba(94, 159, 243, .25);
}

.tc-plan-card__price strong,
.tc-plan-card__price span {
    display: block;
}

.tc-plan-card__price strong {
    color: var(--tc-gold);
    font-size: 28px;
}

.tc-plan-card__price span {
    color: var(--tc-muted);
    font-size: 13px;
}

.tc-plan-card ul {
    display: grid;
    gap: 13px;
    margin: 18px 0;
}

.tc-plan-card li {
    display: flex;
    gap: 12px;
    align-items: center;
    text-align: left;
}

.tc-plan-card li > i {
    color: #b7d6ff;
    font-size: 25px;
}

.tc-plan-card li span,
.tc-plan-card li b {
    display: block;
}

.tc-plan-card li b {
    color: #fff;
    font-size: 15px;
}

.tc-plan-card li span {
    color: var(--tc-muted);
    font-size: 12px;
}

.tc-plan-card .tc-btn {
    border: 0;
}

.tc-content-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    place-items: center;
    color: var(--tc-gold);
    font-size: 42px;
    border: 1px solid rgba(255, 196, 61, .7);
    border-radius: 20px;
    background: radial-gradient(circle, rgba(255, 196, 61, .2), rgba(8, 42, 91, .75));
    box-shadow: 0 0 28px rgba(255, 183, 0, .16);
}

.tc-content-icon i {
    color: inherit;
    font-size: inherit;
}

.tc-faq-list {
    display: grid;
    gap: 10px;
    max-width: 940px;
    margin: 0 auto;
}

.tc-faq-item {
    overflow: hidden;
    border: 1px solid var(--tc-line);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(8, 48, 104, .9), rgba(3, 21, 50, .96));
}

.tc-faq-item summary {
    display: flex;
    min-height: 54px;
    padding: 14px 18px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.tc-faq-item summary::-webkit-details-marker {
    display: none;
}

.tc-faq-item summary i {
    color: var(--tc-gold);
    font-size: 21px;
    transition: transform .2s ease;
}

.tc-faq-item[open] summary i {
    transform: rotate(45deg);
}

.tc-faq-item p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--tc-muted);
    line-height: 1.65;
}

.tc-feature-card > i,
.tc-service-card > i {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    place-items: center;
    color: var(--tc-gold);
    font-size: 39px;
    border: 1px solid rgba(72, 161, 255, .72);
    border-radius: 16px;
    background: radial-gradient(circle at 50% 20%, rgba(34, 142, 255, .45), rgba(3, 24, 58, .92));
    box-shadow: 0 0 26px rgba(27, 125, 255, .24);
}

.tc-subscribe {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 30px;
    align-items: center;
    padding: 32px;
    text-align: left;
}

.tc-subscribe::after {
    position: absolute;
    top: -85px;
    right: -55px;
    width: 260px;
    height: 260px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 142, 255, .22), transparent 70%);
}

.tc-subscribe h2 {
    font-size: 29px;
}

.tc-subscribe-form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
}

.tc-subscribe-form input {
    border-radius: 9px 0 0 9px !important;
}

.tc-subscribe-form button {
    min-width: 130px;
    color: #07142a;
    font-weight: 800;
    border: 0;
    border-radius: 0 9px 9px 0;
    background: linear-gradient(135deg, #ffe065, #ee9a00);
}

.tc-subscribe-message {
    position: absolute;
    right: 34px;
    bottom: 9px;
    color: var(--tc-muted);
}

.tc-subscribe-message.is-success {
    color: var(--tc-green);
}

.tc-subscribe-message.is-error {
    color: #ff6b81;
}

.tc-testimonial {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 36px 90px;
    text-align: center;
}

.tc-testimonial__quote {
    position: absolute;
    top: 24px;
    left: 30px;
    color: var(--tc-blue);
    font-size: 50px;
}

.tc-stars {
    margin-bottom: 10px;
    color: var(--tc-gold);
    font-size: 0;
    letter-spacing: .12em;
}

.tc-stars::before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 20px;
}

.tc-testimonial blockquote {
    margin: 0;
    color: #dce7fa;
    font-size: 18px;
    line-height: 1.75;
}

.tc-testimonial__person {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    text-align: left;
}

.tc-testimonial__person > span,
.tc-testimonial__person > img {
    width: 50px;
    height: 50px;
    color: #07142a;
    font-weight: 800;
    object-fit: cover;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe36b, #e59a00);
}

.tc-testimonial__person > span {
    display: grid;
    place-items: center;
}

.tc-testimonial-slider {
    max-width: 920px;
    margin: 0 auto;
}

.tc-testimonial-slider .slick-slide {
    padding: 0 24px;
}

.tc-testimonial-slider .slick-arrow {
    z-index: 5;
    width: 42px;
    height: 42px;
    color: #07142a;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe36b, #e59a00);
}

.tc-testimonial-slider .slick-prev {
    left: -12px;
}

.tc-testimonial-slider .slick-next {
    right: -12px;
}

.tc-testimonial-slider .slick-dots {
    position: static;
    margin-top: 20px;
}

.tc-testimonial-slider .slick-dots li button {
    background: rgba(88, 160, 255, .45);
}

.tc-testimonial-slider .slick-dots li.slick-active button {
    background: var(--tc-gold);
}

.tc-testimonial__person strong,
.tc-testimonial__person small {
    display: block;
}

.tc-testimonial__person strong {
    color: #fff;
}

.tc-testimonial__person small {
    color: var(--tc-muted);
}

.tc-cta {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 50px;
    border: 1px solid var(--tc-line);
    border-radius: var(--tc-radius);
    background:
        radial-gradient(circle at 80% 45%, rgba(29, 133, 255, .28), transparent 34%),
        linear-gradient(140deg, #082d63, #03162f);
    box-shadow: var(--tc-shadow);
}

.tc-cta > div {
    position: relative;
    z-index: 2;
    width: 56%;
}

.tc-cta h2 {
    font-size: 35px;
}

.tc-cta p {
    margin-bottom: 22px;
}

.tc-cta > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    opacity: .95;
    mask-image: linear-gradient(90deg, transparent, #000 45%);
}

.tc-supported {
    padding-top: 70px;
    border-top: 1px solid var(--tc-line-soft);
}

.tc-coin-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.tc-coin-card {
    display: grid;
    min-height: 150px;
    padding: 18px 12px;
    place-items: center;
    text-align: center;
    border: 1px solid var(--tc-line);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(8, 48, 104, .92), rgba(3, 21, 50, .96));
    box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

.tc-coin-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
    filter: drop-shadow(0 0 15px rgba(54, 145, 255, .28));
}

.tc-coin-card strong,
.tc-coin-card span {
    display: block;
}

.tc-coin-card strong {
    color: #fff;
    font-size: 16px;
}

.tc-coin-card span {
    color: var(--tc-muted);
    font-size: 12px;
}

.footer-area {
    color: #d9e5f7 !important;
    background:
        radial-gradient(circle at 15% 10%, rgba(25, 117, 240, .16), transparent 28%),
        #020b1d !important;
    border-top: 1px solid rgba(65, 153, 255, .3) !important;
}

.footer-area > .pb-60.pt-120 {
    padding-top: 62px !important;
    padding-bottom: 42px !important;
}

.footer-area .footer-item-wrapper {
    display: grid !important;
    grid-template-columns: 1.5fr .8fr 1.2fr;
    gap: 40px;
}

.footer-area .footer-item {
    width: auto !important;
    max-width: none !important;
}

.footer-area .footer-item__logo img {
    width: auto !important;
    max-width: 220px !important;
    max-height: 70px;
}

.footer-area .footer-item__title {
    margin-bottom: 20px !important;
    color: #fff !important;
    font-size: 20px !important;
}

.footer-area .footer-item__desc,
.footer-area .footer-menu__link,
.footer-area .footer-contact-menu__item .text {
    color: #aebddb !important;
    font-size: 14px !important;
    line-height: 1.65;
}

.footer-area .footer-menu {
    display: grid;
    gap: 8px;
}

.footer-area .footer-contact-menu {
    display: grid;
    gap: 14px;
}

.footer-area .footer-contact-menu__item {
    align-items: flex-start;
}

.footer-area .footer-contact-menu__item .icon {
    color: var(--tc-gold) !important;
    background: rgba(8, 45, 98, .84) !important;
    border: 1px solid rgba(65, 153, 255, .42);
}

.footer-area .bottom-footer {
    padding: 18px 0 !important;
    background: rgba(1, 8, 22, .7) !important;
    border-top: 1px solid rgba(65, 153, 255, .22) !important;
}

.footer-area .social-list__link {
    color: #bcd3f4 !important;
    background: rgba(8, 45, 98, .84) !important;
    border-color: rgba(65, 153, 255, .42) !important;
}

.footer-area .social-list__link:hover {
    color: #07142a !important;
    background: var(--tc-gold) !important;
}

.footer-area .bottom-footer__text {
    color: #8fa4c4 !important;
    font-size: 13px !important;
}

.tc-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.tc-policy-links a {
    color: #8fa4c4;
    font-size: 13px;
}

.tc-policy-links a:hover {
    color: var(--tc-gold);
}

@media (max-width: 991px) {
    .public-minimal-header .public-minimal-nav {
        min-height: 72px;
    }

    .tc-calculator {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .tc-calculator__fields {
        grid-template-columns: 1fr 1fr;
    }

    .tc-steps,
    .tc-feature-grid,
    .tc-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-step:nth-child(2)::after {
        display: none;
    }

    .tc-about__grid {
        gap: 25px;
    }

    .tc-coin-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-area .footer-item-wrapper {
        grid-template-columns: 1.2fr .8fr 1fr;
    }
}

@media (max-width: 767px) {
    .public-minimal-header .navbar-brand.logo img {
        max-width: 140px !important;
        max-height: 44px !important;
    }

    .public-minimal-header .public-header-actions {
        gap: 6px;
    }

    .public-minimal-header .language {
        display: none !important;
    }

    .public-minimal-header .public-header-register {
        display: inline-flex !important;
    }

    .public-minimal-header .account-buttons .btn {
        min-width: 64px;
        min-height: 40px;
        padding: 9px 10px !important;
        font-size: 12px;
    }

    .public-minimal-header .account-buttons {
        gap: 6px;
    }

    .tc-shell {
        width: min(100% - 28px, 640px);
    }

    .tc-section {
        padding: 64px 0;
    }

    .tc-section--compact {
        padding: 42px 0;
    }

    .tc-hero,
    .tc-hero__grid {
        min-height: 0;
    }

    .tc-hero__grid {
        display: block;
    }

    .tc-hero__copy {
        width: 100%;
        padding: 400px 0 56px;
    }

    .tc-hero__copy h1 {
        font-size: clamp(37px, 10vw, 52px);
    }

    .tc-hero__copy p {
        margin: 18px 0 24px;
        font-size: 14px;
        line-height: 1.55;
    }

    .tc-hero__art img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
    }

    .tc-hero__art {
        right: 0;
        bottom: auto;
        height: 390px;
    }

    .tc-hero__art::after {
        background: linear-gradient(180deg, rgba(2, 13, 35, .02) 55%, #020d23 100%);
    }

    .tc-section-title {
        margin-bottom: 30px;
    }

    .tc-section-title h2,
    .tc-subscribe h2,
    .tc-cta h2 {
        font-size: 29px;
    }

    .tc-section-title p,
    .tc-subscribe p,
    .tc-cta p {
        font-size: 15px;
    }

    .tc-calculator {
        gap: 22px;
        padding: 24px 20px;
    }

    .tc-calculator__fields {
        grid-template-columns: 1fr;
    }

    .tc-about__grid {
        grid-template-columns: 1fr;
    }

    .tc-about__visual {
        min-height: 0;
        margin-top: 8px;
    }

    .tc-shield {
        width: 190px;
        height: 190px;
    }

    .tc-shield > i {
        font-size: 190px;
    }

    .tc-shield > span {
        font-size: 65px;
    }

    .tc-plan-grid {
        grid-template-columns: 1fr;
    }

    .tc-subscribe {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 26px 20px 36px;
    }

    .tc-subscribe-message {
        right: auto;
        bottom: 11px;
        left: 20px;
    }

    .tc-testimonial {
        padding: 32px 24px;
    }

    .tc-testimonial__quote {
        position: static;
        margin-bottom: 4px;
        font-size: 38px;
    }

    .tc-cta {
        min-height: 410px;
        align-items: flex-end;
        padding: 28px 24px;
    }

    .tc-cta > div {
        width: 100%;
    }

    .tc-cta > img {
        width: 100%;
        height: 100%;
        opacity: .68;
        mask-image: linear-gradient(180deg, #000, transparent 72%);
    }

    .footer-area .footer-item-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 32px 22px;
    }

    .footer-area .footer-item:first-child {
        grid-column: 1 / -1;
    }

    .footer-area .bottom-footer .flex-between {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 479px) {
    .public-minimal-header .container {
        padding-inline: 12px;
    }

    .public-minimal-header .navbar-brand.logo img {
        max-width: 125px !important;
    }

    .tc-shell {
        width: calc(100% - 24px);
    }

    .tc-hero,
    .tc-hero__grid {
        min-height: 0;
    }

    .tc-hero__copy {
        width: 100%;
        padding: 350px 0 48px;
    }

    .tc-hero__copy h1 {
        font-size: 35px;
    }

    .tc-hero__copy .tc-eyebrow {
        font-size: 10px;
    }

    .tc-hero__copy p {
        max-width: 100%;
        font-size: 13px;
    }

    .tc-hero__art {
        height: 340px;
    }

    .tc-btn {
        min-height: 44px;
        padding: 11px 17px;
        font-size: 13px;
    }

    .tc-steps,
    .tc-feature-grid,
    .tc-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .tc-step,
    .tc-feature-card,
    .tc-service-card {
        padding: 18px 10px;
    }

    .tc-step:not(:last-child)::after {
        display: none;
    }

    .tc-step__icon,
    .tc-feature-card > i,
    .tc-service-card > i {
        width: 56px;
        height: 56px;
        font-size: 29px;
    }

    .tc-step h3,
    .tc-feature-card h3,
    .tc-service-card h3 {
        font-size: 15px;
    }

    .tc-step p,
    .tc-feature-card p,
    .tc-service-card p {
        font-size: 12px;
    }

    .tc-plan-card {
        padding: 23px 18px;
    }

    .tc-subscribe-form {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .tc-subscribe-form input,
    .tc-subscribe-form button {
        border-radius: 9px !important;
    }

    .tc-subscribe-form button {
        min-height: 46px;
    }

    .tc-coin-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-coin-grid.tc-coin-grid--five {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 10px;
    }

    .tc-coin-grid.tc-coin-grid--five .tc-coin-card {
        grid-column: span 2;
        width: 100% !important;
        min-width: 0;
        max-width: none;
        min-height: 132px;
        padding: 13px 7px;
    }

    .tc-coin-grid.tc-coin-grid--five .tc-coin-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .tc-coin-grid.tc-coin-grid--five .tc-coin-card:nth-child(5) {
        grid-column: 4 / span 2;
    }

    .tc-coin-grid.tc-coin-grid--five .tc-coin-card img {
        width: 54px;
        height: 54px;
    }

    .tc-coin-grid.tc-coin-grid--five .tc-coin-card strong {
        font-size: 12px;
    }

    .tc-coin-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 5px);
        justify-self: center;
    }

    .tc-coin-grid.tc-coin-grid--five .tc-coin-card:last-child {
        grid-column: 4 / span 2;
        width: 100% !important;
    }

    .footer-area .footer-item-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 16px;
    }

    .footer-area .footer-item:first-child {
        grid-column: 1 / -1;
    }

    .footer-area .footer-item {
        grid-column: auto;
    }

    .footer-area .footer-item__title {
        font-size: 17px !important;
    }

    .footer-area .footer-menu__link,
    .footer-area .footer-contact-menu__item .text {
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .tc-coin-grid.tc-coin-grid--six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* DASH must stay in the same mobile grid as the other supported coins. */
    .tc-supported .tc-coin-grid:not(.tc-coin-grid--five) .tc-coin-card:last-child {
        grid-column: auto;
        width: 100% !important;
        justify-self: stretch;
    }

    .tc-coin-grid.tc-coin-grid--six .tc-coin-card {
        grid-column: auto;
        width: 100% !important;
        justify-self: stretch;
    }

    .contact .contact-item {
        min-width: 0;
        margin-left: 0 !important;
        padding: 20px 16px !important;
        overflow: visible;
    }

    .contact .contact-item__icon {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        margin-left: 0 !important;
    }

    .contact .contact-item__content {
        width: auto;
        min-width: 0;
        padding-left: 14px;
    }

    .contact .contact-item__desc {
        overflow-wrap: anywhere;
    }

    .public-minimal-header .account-buttons .btn {
        min-width: 80px;
        min-height: 42px;
        padding: 9px 10px !important;
        gap: 5px;
        border-radius: 12px !important;
        font-size: 12px;
    }

    .public-minimal-header .account-buttons .btn i {
        font-size: 1em;
    }
}
