/* TVS Video Review Giveaway — public form (--tvrg-gold injected inline) */
.tvrg-wrap{
	--tvrg-gold:#F1C349; --tvrg-gold-deep:#8a6a07;
	--tvrg-ink:#1b1b1f; --tvrg-muted:#6b7280; --tvrg-faint:#9aa0aa;
	--tvrg-line:#e7e8ec; --tvrg-soft:#f7f7f9; --tvrg-green:#16a34a;
	--tvrg-radius:18px; --tvrg-shadow:0 1px 2px rgba(16,24,40,.04),0 10px 30px rgba(16,24,40,.06);
	--tvrg-serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;
	--tvrg-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	max-width:660px; margin:0 auto; padding:4px; color:var(--tvrg-ink); font-family:var(--tvrg-sans); line-height:1.5; -webkit-font-smoothing:antialiased; box-sizing:border-box;
}
.tvrg-wrap *,.tvrg-wrap *::before,.tvrg-wrap *::after{ box-sizing:border-box; }
.tvrg-wrap svg{ display:inline-block; vertical-align:middle; }

.tvrg-notice{ background:var(--tvrg-soft); border:1px solid var(--tvrg-line); border-radius:var(--tvrg-radius); padding:30px 24px; text-align:center; color:var(--tvrg-muted); font-size:16px; }

/* Hero */
.tvrg-hero{ text-align:center; padding:10px 10px 6px; }
.tvrg-pill{ display:inline-block; font-size:11.5px; font-weight:800; letter-spacing:.16em; color:var(--tvrg-gold-deep); background:#fbf3da; border:1px solid #f1e2af; padding:5px 13px; border-radius:999px; margin-bottom:14px; }
.tvrg-title{ font-family:var(--tvrg-serif); font-size:clamp(26px,6.4vw,38px); line-height:1.1; margin:4px 0 12px; font-weight:700; letter-spacing:-.01em; }
.tvrg-prize{ font-size:17px; font-weight:600; margin:0 0 8px; display:inline-flex; gap:8px; flex-wrap:wrap; justify-content:center; align-items:center; }
.tvrg-value{ font-size:12px; font-weight:800; color:var(--tvrg-gold-deep); background:#fbf3da; border:1px solid #f1e2af; padding:3px 10px; border-radius:999px; }
.tvrg-desc{ color:var(--tvrg-muted); font-size:15.5px; margin:8px auto 0; max-width:54ch; }

/* Cards */
.tvrg-card{ background:#fff; border:1px solid var(--tvrg-line); border-radius:var(--tvrg-radius); padding:20px; margin:16px 0; box-shadow:var(--tvrg-shadow); }
.tvrg-card-title{ font-size:16px; font-weight:700; margin:0 0 14px; }

/* Steps */
.tvrg-steps{ list-style:none; margin:0; padding:0; display:grid; gap:13px; }
.tvrg-steps li{ display:flex; gap:13px; align-items:flex-start; }
.tvrg-n{ flex:0 0 auto; width:28px; height:28px; border-radius:50%; background:var(--tvrg-gold); color:#1a1500; font-weight:800; font-size:14px; display:flex; align-items:center; justify-content:center; }
.tvrg-steps li div{ font-size:14px; color:var(--tvrg-muted); }
.tvrg-steps li strong{ display:block; color:var(--tvrg-ink); font-size:14.5px; margin-bottom:1px; }

/* Fields */
.tvrg-field{ margin-bottom:16px; }
.tvrg-field:last-child{ margin-bottom:0; }
.tvrg-field label{ display:block; font-size:13px; font-weight:600; margin-bottom:6px; }
.tvrg-req{ color:#e11d48; }
.tvrg-opt{ color:var(--tvrg-faint); font-weight:400; }
.tvrg-field input[type=email],.tvrg-field input[type=text],.tvrg-field select{
	width:100%; font-size:16px; padding:13px 14px; border:1px solid var(--tvrg-line); border-radius:12px; background:#fff; color:var(--tvrg-ink);
	transition:border-color .15s ease,box-shadow .15s ease; -webkit-appearance:none; appearance:none;
}
.tvrg-field select{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 13px center; padding-right:38px; }
.tvrg-field input:focus,.tvrg-field select:focus{ outline:none; border-color:var(--tvrg-gold); box-shadow:0 0 0 3px rgba(241,195,73,.35); }
.tvrg-help{ display:block; font-size:12px; color:var(--tvrg-muted); margin-top:6px; font-weight:400; }

/* Email row + find button */
.tvrg-email-row{ display:flex; gap:8px; }
.tvrg-email-row input{ flex:1 1 auto; }
.tvrg-find{ flex:0 0 auto; background:var(--tvrg-ink); color:#fff; border:0; border-radius:12px; padding:0 16px; font-size:14px; font-weight:700; cursor:pointer; white-space:nowrap; transition:opacity .15s ease; }
.tvrg-find:hover{ opacity:.9; }
.tvrg-find:disabled{ opacity:.55; cursor:default; }
.tvrg-find.is-loading{ position:relative; color:transparent; }
.tvrg-find.is-loading::after{ content:""; position:absolute; inset:0; margin:auto; width:16px; height:16px; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; animation:tvrg-spin .7s linear infinite; }

.tvrg-lookup-msg{ font-size:13px; margin-top:8px; font-weight:600; }
.tvrg-lookup-msg.is-ok{ color:var(--tvrg-green); }
.tvrg-lookup-msg.is-bad{ color:#b91c1c; }
.tvrg-product-field{ margin-top:14px; }

/* Instructions */
.tvrg-instructions{ background:#fbf3da; border:1px solid #f1e2af; border-radius:12px; padding:13px 15px; margin-bottom:14px; font-size:13.5px; color:#5a4708; }

/* Video drop */
.tvrg-video-drop{ position:relative; display:flex; align-items:center; gap:14px; width:100%; cursor:pointer;
	background:var(--tvrg-soft); border:1.5px dashed #cfd2da; border-radius:14px; padding:18px 16px; transition:border-color .15s ease,background .15s ease; }
.tvrg-video-drop:hover{ border-color:var(--tvrg-gold); background:#fdf8ea; }
.tvrg-video-icon{ flex:0 0 auto; width:44px; height:44px; border-radius:12px; background:#fff; border:1px solid var(--tvrg-line); display:flex; align-items:center; justify-content:center; color:var(--tvrg-gold-deep); }
.tvrg-video-icon svg{ width:24px; height:24px; }
.tvrg-video-txt{ display:flex; flex-direction:column; }
.tvrg-video-txt strong{ font-size:15px; }
.tvrg-video-txt small{ font-size:12.5px; color:var(--tvrg-muted); }
.tvrg-video-drop input[type=file]{ position:absolute; inset:0; opacity:0; cursor:pointer; width:100%; height:100%; }
.tvrg-video-drop.is-filled{ border-style:solid; border-color:var(--tvrg-green); background:#effaf1; }
.tvrg-video-drop.is-filled .tvrg-video-icon{ color:var(--tvrg-green); }
.tvrg-video-preview{ width:100%; margin-top:12px; border-radius:14px; background:#000; max-height:340px; display:block; }

/* Confirm */
.tvrg-confirm{ padding:18px 20px; }
.tvrg-check{ display:flex; gap:10px; align-items:flex-start; font-size:13px; color:#4b5563; cursor:pointer; }
.tvrg-check input[type=checkbox]{ width:18px; height:18px; margin-top:1px; flex:0 0 auto; accent-color:var(--tvrg-gold); cursor:pointer; }

/* Errors */
.tvrg-errors{ display:none; }
.tvrg-errors.is-active{ display:block; background:#fef2f2; border:1px solid #fecaca; color:#b91c1c; border-radius:12px; padding:12px 14px; font-size:14px; font-weight:600; margin-bottom:14px; }

/* Submit */
.tvrg-submit{ width:100%; display:flex; align-items:center; justify-content:center; gap:8px; background:var(--tvrg-gold)!important; color:#1a1500!important; border:0; border-radius:14px; padding:17px 22px; font-size:17.5px; font-weight:800; cursor:pointer; box-shadow:0 8px 22px rgba(241,195,73,.45); transition:transform .08s ease,box-shadow .15s ease,opacity .15s ease; }
.tvrg-submit:hover{ transform:translateY(-1px); box-shadow:0 12px 28px rgba(241,195,73,.5); }
.tvrg-submit:disabled{ opacity:.5; cursor:not-allowed; transform:none; box-shadow:none; }
.tvrg-submit.is-loading{ position:relative; color:transparent; }
.tvrg-submit.is-loading::after{ content:""; position:absolute; width:20px; height:20px; border:2.5px solid rgba(26,21,0,.35); border-top-color:#1a1500; border-radius:50%; animation:tvrg-spin .7s linear infinite; }
@keyframes tvrg-spin{ to{ transform:rotate(360deg); } }
.tvrg-progress{ text-align:center; font-size:13px; color:var(--tvrg-muted); margin:10px 0 0; font-weight:600; }
.tvrg-fineprint{ text-align:center; font-size:12px; color:var(--tvrg-muted); margin:12px 4px 4px; }

/* Success */
.tvrg-success{ text-align:center; background:#fff; border:1px solid var(--tvrg-line); border-radius:var(--tvrg-radius); padding:40px 24px; box-shadow:var(--tvrg-shadow); animation:tvrg-pop .3s ease; }
@keyframes tvrg-pop{ from{opacity:0;transform:scale(.96)} to{opacity:1;transform:scale(1)} }
.tvrg-success-icon{ width:62px; height:62px; margin:0 auto 16px; border-radius:50%; background:var(--tvrg-green); color:#fff; font-size:32px; display:flex; align-items:center; justify-content:center; }
.tvrg-success h3{ font-family:var(--tvrg-serif); font-size:26px; font-weight:700; margin:0 0 8px; }
.tvrg-success p{ color:var(--tvrg-muted); font-size:15px; margin:0 auto 18px; max-width:46ch; }
.tvrg-success-code{ display:inline-block; background:var(--tvrg-soft); border:1px dashed #cfd2da; border-radius:12px; padding:10px 18px; font-size:14px; }
.tvrg-success-code strong{ letter-spacing:.06em; font-size:16px; }

/* Honeypot */
.tvrg-hp{ position:absolute!important; left:-9999px!important; width:1px; height:1px; overflow:hidden; }

@media (prefers-reduced-motion:reduce){ .tvrg-wrap *{ animation:none!important; transition:none!important; } }
@media (max-width:480px){
	.tvrg-email-row{ flex-direction:column; }
	.tvrg-find{ padding:13px 16px; }
}

/* Banner image at the top */
.tvrg-banner{ margin:0 0 6px; border-radius:var(--tvrg-radius); overflow:hidden; line-height:0; box-shadow:var(--tvrg-shadow); }
.tvrg-banner img{ width:100%; height:auto; display:block; }

/* Optional social accounts card — deliberately lighter than the primary steps */
.tvrg-social-card{ background:var(--tvrg-soft); border-style:dashed; }
.tvrg-social-head{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-bottom:6px; }
.tvrg-social-title{ margin:0; font-size:15px; font-weight:650; color:#3f4654; }
.tvrg-bonus-pill{ font-size:11px; font-weight:800; letter-spacing:.04em; color:var(--tvrg-gold-deep); background:#fbf3da; border:1px solid #f1e2af; padding:3px 10px; border-radius:999px; text-transform:uppercase; }
.tvrg-social-help{ font-size:12.5px; color:var(--tvrg-muted); margin:0 0 12px; }
.tvrg-social-grid{ display:grid; gap:9px; }
.tvrg-social-row{ display:flex; align-items:center; gap:10px; }
.tvrg-social-plat{ flex:0 0 84px; font-size:12.5px; font-weight:700; color:#3f4654; }
.tvrg-social-input{ flex:1 1 auto; min-width:0; font-size:15px; padding:11px 13px; border:1px solid var(--tvrg-line); border-radius:11px; background:#fff; color:var(--tvrg-ink); -webkit-appearance:none; appearance:none; transition:border-color .15s ease,box-shadow .15s ease; }
.tvrg-social-input:focus{ outline:none; border-color:var(--tvrg-gold); box-shadow:0 0 0 3px rgba(241,195,73,.3); }
.tvrg-social-input.is-ok{ border-color:var(--tvrg-green); }
.tvrg-social-input.is-bad{ border-color:#e6a23c; }
.tvrg-social-msg{ font-size:12.5px; margin-top:9px; font-weight:600; min-height:1em; }
.tvrg-social-msg.is-ok{ color:var(--tvrg-green); }
.tvrg-social-msg.is-warn{ color:#b45309; }

/* Thank-you: review-another CTAs */
.tvrg-again{ margin-top:22px; padding-top:18px; border-top:1px solid var(--tvrg-line); }
.tvrg-again-lead{ font-size:14px; font-weight:600; color:var(--tvrg-ink); margin:0 0 12px; }
.tvrg-again-btns{ display:flex; flex-direction:column; gap:9px; }
.tvrg-again-btn{ width:100%; text-align:left; background:#fff; border:1.5px solid var(--tvrg-gold); color:#5a4708; border-radius:12px; padding:13px 16px; font-size:14.5px; font-weight:700; cursor:pointer; transition:background .12s ease,transform .08s ease; }
.tvrg-again-btn:hover{ background:#fdf8ea; transform:translateY(-1px); }

@media (max-width:480px){
	.tvrg-social-row{ flex-direction:column; align-items:stretch; gap:3px; }
	.tvrg-social-plat{ flex:none; }
}
