.tvz-contact-page { min-height: 70vh; background: #f4f8fb; color: #102447; }
.tvz-contact-hero { padding: clamp(64px, 8vw, 104px) 0 118px; background: radial-gradient(circle at 80% 15%, rgba(40, 196, 180, .18), transparent 30%), linear-gradient(135deg, #092c39, #0e7669); color: #fff; }
.tvz-contact-hero__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.tvz-contact-kicker { display: inline-flex; margin-bottom: 14px; color: #8ee6d6; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tvz-contact-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(38px, 6vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.tvz-contact-hero p { max-width: 700px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.tvz-contact-trust { flex: 0 0 245px; display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.tvz-contact-trust > span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #dffaf4; color: #087966; font-weight: 900; }
.tvz-contact-trust strong { font-size: 14px; }
.tvz-contact-trust small { color: rgba(255,255,255,.72); line-height: 1.4; }
.tvz-contact-content { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr); gap: 28px; align-items: start; margin-top: -72px; padding-bottom: 90px; }
.tvz-contact-sidebar, .tvz-contact-form { border: 1px solid #dbe6ef; border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(15, 54, 72, .10); }
.tvz-contact-sidebar { display: grid; gap: 0; overflow: hidden; }
.tvz-contact-sidebar article { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 13px; align-items: center; padding: 19px 21px; border-bottom: 1px solid #e8eef3; }
.tvz-contact-sidebar article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #eaf7f4; color: #087b68; font-weight: 850; }
.tvz-contact-sidebar small, .tvz-contact-sidebar strong, .tvz-contact-sidebar a { display: block; }
.tvz-contact-sidebar small { margin-bottom: 4px; color: #788b9c; font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.tvz-contact-sidebar strong, .tvz-contact-sidebar a { color: #1a3445; font-size: 13px; font-weight: 750; overflow-wrap: anywhere; }
.tvz-contact-sidebar a { text-decoration: none; }
.tvz-contact-sidebar a:hover { color: #0d7d69; }
.tvz-contact-note { padding: 22px; background: #f2faf8; }
.tvz-contact-note strong { color: #145c51; }
.tvz-contact-note p { margin: 8px 0 0; color: #667f7a; font-size: 12px; line-height: 1.7; }
.tvz-contact-form { display: grid; gap: 17px; padding: clamp(24px, 4vw, 42px); }
.tvz-contact-form header { padding-bottom: 20px; border-bottom: 1px solid #e7edf2; }
.tvz-contact-form header > span { color: #0d826d; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.tvz-contact-form h2 { margin: 7px 0 8px; color: #102b3d; font-size: clamp(27px, 3vw, 36px); letter-spacing: -.04em; }
.tvz-contact-form header p { margin: 0; color: #6a7d8e; line-height: 1.6; }
.tvz-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.tvz-contact-form label { display: grid; gap: 7px; }
.tvz-contact-form label > span { color: #2c4355; font-size: 12px; font-weight: 780; }
.tvz-contact-form input, .tvz-contact-form select, .tvz-contact-form textarea { width: 100%; border: 1px solid #cbd9e3; border-radius: 11px; background: #fff; color: #183245; font: inherit; font-size: 14px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.tvz-contact-form input, .tvz-contact-form select { min-height: 48px; padding: 0 13px; }
.tvz-contact-form textarea { min-height: 174px; padding: 13px; resize: vertical; line-height: 1.6; }
.tvz-contact-form input:focus, .tvz-contact-form select:focus, .tvz-contact-form textarea:focus { border-color: #15917a; box-shadow: 0 0 0 4px rgba(21,145,122,.11); }
.tvz-contact-form label small { justify-self: end; margin-top: -2px; color: #8393a0; font-size: 10px; }
.tvz-contact-submit { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; cursor: pointer; }
.tvz-contact-submit:disabled { opacity: .62; cursor: wait; }
.tvz-contact-message { padding: 13px 15px; border-radius: 11px; font-size: 13px; font-weight: 700; line-height: 1.55; }
.tvz-contact-message.is-success { border: 1px solid #b6e5d3; background: #effbf6; color: #116f58; }
.tvz-contact-message.is-error { border: 1px solid #f0bec5; background: #fff2f3; color: #a52f3c; }
.tvz-contact-privacy { margin: -4px 0 0; color: #81909d; font-size: 10px; text-align: center; line-height: 1.55; }
.tvz-contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 900px) { .tvz-contact-hero__inner { display: grid; } .tvz-contact-trust { width: min(100%, 320px); } .tvz-contact-content { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .tvz-contact-hero { padding-top: 52px; } .tvz-contact-content { margin-top: -58px; } .tvz-contact-grid { grid-template-columns: 1fr; } .tvz-contact-sidebar, .tvz-contact-form { border-radius: 17px; } }
