.tgc-download {
    display: flex;
    gap: 40px;
    align-items: flex-start;

    padding: 32px;
    margin: 40px 0;

    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;

    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.tgc-text {
    flex: 1;
    min-width: 0;
}

.tgc-cover {
    width: 220px;
    flex-shrink: 0;
}

.tgc-cover-desktop {
    display: block;
}

.tgc-cover-mobile {
    display: none;
    margin: 18px 0 22px;
    width: 100%;
}

.tgc-cover-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
}

.tgc-cover-placeholder {
    aspect-ratio: 3 / 4;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: linear-gradient(145deg,#f1f5f9,#dbe4ef);

    color: #64748b;

    font-weight: 600;

    box-shadow: 0 10px 24px rgba(0,0,0,.15);
}

.tgc-badge {
    display: inline-block;

    margin-bottom: 14px;
    padding: 6px 12px;

    background: #eef4ff;
    color: #3858e9;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 600;
}

.tgc-title {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.2;
}

.tgc-description {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.tgc-features {
    margin: 0 0 28px;
    padding: 0;

    list-style: none;
}

.tgc-features li {
    margin-bottom: 12px;
}

.tgc-download-form {
    max-width: 420px;
    margin: 30px 0 18px;
}

.tgc-field,
.tgc-consent,
.tgc-submit {
    margin: 0;
}

.tgc-field {
    padding-top: 12px;
    margin-bottom: 12px;
}

.tgc-field input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.tgc-field input:focus {
    outline: none;
    border-color: #3858e9;
}

.tgc-submit button {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    background: #3858e9;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
    width: 100%;
}

.tgc-submit button:hover {
    background: #2c46c7;
}

.tgc-note {
    font-size: 14px;
    color: #6b7280;
}

.tgc-consent {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
}

.tgc-consent input {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .tgc-download {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }

    .tgc-cover-desktop {
        display: none;
    }

    .tgc-cover-mobile {
        display: block;
    }

    .tgc-title {
        font-size: 24px;
    }

    .tgc-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .tgc-features {
        margin-bottom: 22px;
    }

    .tgc-download-form {
        max-width: 100%;
        margin-top: 22px;
    }
}

.tgc-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tgc-download-page {
	flex-direction: column;
	max-width: 760px;
	margin: 40px auto;
}

.tgc-download-page .tgc-text {
	width: 100%;
}

.tgc-download-page .tgc-title {
	margin-bottom: 14px;
}

.tgc-download-page .tgc-description {
	margin-bottom: 18px;
}

.tgc-download-page .tgc-submit {
	max-width: 420px;
	margin: 30px 0 0;
}

.tgc-download-page .tgc-download-link {
	display: inline-block;
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	background: #3858e9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s ease;
	width: 100%;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.tgc-download-page .tgc-download-link:hover {
	background: #2c46c7;
	color: #fff;
}
.tgc-download-razdelitel {
	padding-bottom: 42px;
}