/* =========================================================================
   TEVORIA — İç Sayfalar (Hakkımızda, İletişim, B2B, Kataloglar) + Formlar
   ========================================================================= */

/* İÇ SAYFA HERO ---------------------------------------------------------- */
.tv-pagehero { position: relative; overflow: hidden; padding-block: clamp(64px, 8vw, 116px); text-align: center; background:
	radial-gradient(1000px 460px at 50% -20%, var(--tv-pink-tint), transparent 62%),
	radial-gradient(760px 420px at 90% 120%, var(--tv-blue-tint), transparent 60%), var(--tv-bg-soft); border-bottom: 1px solid var(--tv-border); }
.tv-pagehero-bg { position: absolute; inset: 0; z-index: 0; }
.tv-pagehero-bg::before, .tv-pagehero-bg::after { content: ""; position: absolute; border-radius: 50%; filter: blur(90px); opacity: .38; }
.tv-pagehero-bg::before { width: 340px; height: 340px; background: var(--tv-blue-2); top: -150px; left: -70px; }
.tv-pagehero-bg::after { width: 300px; height: 300px; background: var(--tv-gold-soft); bottom: -170px; right: -50px; }
.tv-pagehero::before { content: ""; position: absolute; inset: 0; z-index: 0;
	background-image: radial-gradient(rgba(42,35,88,.05) 1.2px, transparent 1.3px); background-size: 24px 24px;
	-webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000, transparent 72%); mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000, transparent 72%); }
.tv-pagehero .tv-container { position: relative; z-index: 1; max-width: 820px; }
.tv-pagehero .tv-h1 { margin-top: 16px; }
.tv-pagehero .tv-lead { margin-inline: auto; max-width: 40rem; }

/* Dekoratif balonlar + konfeti (page hero) */
@keyframes tv-float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }
.tv-pagehero-balloon { position: absolute; z-index: 0; width: 90px; animation: tv-float 7s ease-in-out infinite; }
.tv-pagehero-balloon svg { width: 100%; height: 100%; filter: drop-shadow(0 12px 18px rgba(42,35,88,.14)); }
.tv-pagehero-balloon--l { top: 20%; left: 6%; }
.tv-pagehero-balloon--r { top: 30%; right: 6%; width: 72px; animation-delay: -3s; }
.tv-pagehero-cf { position: absolute; z-index: 0; width: 11px; height: 11px; border-radius: 2px; opacity: .85; }
.tv-pagehero-cf--1 { background: var(--tv-c-orange); top: 26%; left: 20%; transform: rotate(24deg); }
.tv-pagehero-cf--2 { background: var(--tv-c-green); top: 60%; left: 12%; border-radius: 50%; }
.tv-pagehero-cf--3 { background: var(--tv-c-blue); top: 22%; right: 20%; border-radius: 50%; }
.tv-pagehero-cf--4 { background: var(--tv-c-purple); bottom: 24%; right: 14%; transform: rotate(40deg); }
@media (prefers-reduced-motion: reduce) { .tv-pagehero-balloon { animation: none; } }
@media (max-width: 780px) {
	.tv-pagehero-balloon--l { width: 58px; left: 1%; top: 10%; }
	.tv-pagehero-balloon--r { width: 48px; right: 1%; top: 14%; }
	.tv-pagehero-cf { display: none; }
}

/* FORMLAR ---------------------------------------------------------------- */
.tv-form-wrap { max-width: 820px; }
.tv-form-card { padding: clamp(24px, 4vw, 44px); }
.tv-form-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.tv-field { flex: 1 1 calc(var(--fw, 100%) - 20px); min-width: 220px; display: flex; flex-direction: column; gap: 8px; }
.tv-field label { font-size: .86rem; font-weight: 600; color: var(--tv-text); }
.tv-field label span { color: var(--tv-accent, #c43368); }
.tv-field input, .tv-field select, .tv-field textarea {
	font-family: var(--tv-font-body); font-size: .96rem; color: var(--tv-ink);
	padding: 13px 16px; border: 1px solid var(--tv-border-2); border-radius: var(--tv-radius);
	background: var(--tv-bg-soft); transition: border-color .25s var(--tv-ease), background .25s, box-shadow .25s; width: 100%;
}
.tv-field textarea { resize: vertical; min-height: 120px; }
.tv-field input:focus, .tv-field select:focus, .tv-field textarea:focus {
	outline: none; border-color: var(--tv-navy); background: #fff; box-shadow: 0 0 0 3px rgba(15,27,60,.06);
}
.tv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tv-form-foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 26px; }
.tv-kvkk { font-size: .8rem; color: var(--tv-text-3); }
.tv-kvkk a { color: var(--tv-text-2); text-decoration: underline; }
.tv-form-msg { margin-top: 16px; font-size: .95rem; font-weight: 500; }
.tv-form-msg.is-ok { color: var(--tv-success); }
.tv-form-msg.is-err { color: #c0392b; }
.tv-btn.is-loading { opacity: .7; pointer-events: none; }

/* İLETİŞİM --------------------------------------------------------------- */
.tv-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.tv-contact-note { background: var(--tv-gold-tint); border: 1px solid var(--tv-border-gold); border-radius: var(--tv-radius); padding: 12px 16px; font-size: .9rem; margin-bottom: 24px; }
.tv-contact-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--tv-border); }
.tv-contact-ic { flex: none; width: 48px; height: 48px; border-radius: 13px; background: var(--tv-gold-tint); display: flex; align-items: center; justify-content: center; color: var(--tv-c-pink); }
.tv-contact-ic svg { width: 22px; height: 22px; }
.tv-contact-item:nth-child(odd) .tv-contact-ic { background: var(--tv-blue-tint); color: var(--tv-c-blue); }
.tv-contact-item h3 { font-size: 1rem; margin-bottom: 4px; color: var(--tv-ink); }
.tv-contact-item a { color: var(--tv-navy); font-weight: 600; text-decoration: none; }
.tv-contact-item a:hover { color: var(--tv-gold-2); }
.tv-contact-form { padding: clamp(24px, 4vw, 40px); }
.tv-contact-form > .tv-section-title { margin-bottom: 22px; }
.tv-map { margin-top: 24px; }
.tv-map--placeholder { height: 240px; border: 1px dashed var(--tv-border-2); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: var(--tv-text-3); background: var(--tv-bg-soft); }

/* KATALOG KARTLARI ------------------------------------------------------- */
.tv-catalog-card { background: #fff; border: 1px solid var(--tv-border); border-radius: var(--tv-radius-lg); overflow: hidden; box-shadow: var(--tv-shadow-1); transition: transform .4s var(--tv-ease), box-shadow .4s var(--tv-ease); }
.tv-catalog-card:hover { transform: translateY(-5px); box-shadow: var(--tv-shadow-3); }
.tv-catalog-cover { aspect-ratio: 3/4; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #fff; }
.tv-catalog-cover--navy { background: linear-gradient(160deg, #8a54c9, #6b2fb3); }
.tv-catalog-cover--pink { background: linear-gradient(160deg, #fff, var(--tv-pink)); color: var(--tv-navy); }
.tv-catalog-cover--gold { background: var(--tv-grad-gold); color: #2a2208; }
.tv-catalog-brand { font-family: var(--tv-font-display); font-size: 1.6rem; letter-spacing: .12em; }
.tv-catalog-kw { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; opacity: .8; }
.tv-catalog-pdf { position: absolute; top: 16px; right: 16px; font-size: .68rem; font-weight: 700; letter-spacing: .1em; background: rgba(255,255,255,.25); padding: 4px 10px; border-radius: var(--tv-radius-pill); }
.tv-catalog-body { padding: 24px; }
.tv-catalog-body h3 { color: var(--tv-ink); margin-bottom: 8px; }
.tv-catalog-body p { color: var(--tv-text-2); font-size: .92rem; margin-bottom: 16px; }

/* HAKKIMIZDA — hikaye + istatistik -------------------------------------- */
.tv-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.tv-story-text .tv-section-title { margin: 12px 0 18px; }
.tv-story-text p { color: var(--tv-text-2); margin-bottom: 16px; }
.tv-story-text .tv-btn { margin-top: 10px; }
.tv-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tv-stat { background: #fff; border: 1px solid var(--tv-border); border-radius: var(--tv-radius-lg); padding: 28px 24px; text-align: center; box-shadow: var(--tv-shadow-1); }
.tv-stat strong { display: block; font-family: var(--tv-font-display); font-size: 2.4rem; color: var(--tv-navy); line-height: 1; }
.tv-stat span { display: block; margin-top: 8px; font-size: .84rem; color: var(--tv-text-3); }
.tv-vision { max-width: 760px; margin-inline: auto; text-align: center; }
.tv-vision .tv-section-title { margin: 12px 0 16px; }

/* RESPONSIVE ------------------------------------------------------------- */
@media (max-width: 900px) {
	.tv-contact-grid { grid-template-columns: 1fr; gap: 36px; }
	.tv-story { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
	.tv-story-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
	.tv-stat strong { font-size: 1.9rem; }
	.tv-form-foot { flex-direction: column; align-items: stretch; }
	.tv-form-foot .tv-btn { width: 100%; justify-content: center; }
}
