/*
Theme Name: Streamdeep IPTV Child
Theme URI: https://iptvsubscriptionusa.us/
Description: Update-safe child theme for the Streamdeep IPTV landing page.
Author: IPTV Streaming Services
Template: hello-elementor
Version: 1.0.12
Text Domain: streamdeep-child
*/

@font-face { font-family: "Plus Jakarta Sans"; src: url("assets/plus-jakarta-sans-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("assets/plus-jakarta-sans-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("assets/plus-jakarta-sans-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("assets/plus-jakarta-sans-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("assets/plus-jakarta-sans-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("assets/ibm-plex-mono-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("assets/ibm-plex-mono-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }

:root {
  --sd-bg: #FFFFFF;
  --sd-surface: #F4F5F6;
  --sd-ink: #0E0F11;
  --sd-muted: #5A5F66;
  --sd-line: #E4E6E9;
  --sd-lime: #9BE15D;
  --sd-cyan: #34C6E8;
  --sd-blue: #5B8DF6;
  --sd-dark: #08090A;
  --sd-gradient: linear-gradient(97deg, var(--sd-lime) 0%, #3FD4B4 40%, var(--sd-cyan) 70%, var(--sd-blue) 100%);
  --sd-font-display: "Plus Jakarta Sans", "Aptos Display", "Segoe UI", sans-serif;
  --sd-font-body: "Plus Jakarta Sans", Aptos, "Segoe UI", sans-serif;
  --sd-font-mono: "IBM Plex Mono", "Cascadia Mono", Consolas, monospace;
}

html { scroll-behavior: smooth; }
body.streamdeep-landing {
  margin: 0;
  background: var(--sd-bg);
  color: var(--sd-ink);
  font-family: var(--sd-font-body);
  -webkit-font-smoothing: antialiased;
}
.streamdeep-landing *, .streamdeep-landing *::before, .streamdeep-landing *::after { box-sizing: border-box; }
.streamdeep-landing a { color: var(--sd-ink); text-decoration: none; }
.streamdeep-landing button { font: inherit; border: 0; cursor: pointer; }
.streamdeep-landing a:hover { color: #2FB7C9; }
.streamdeep-header-logo { display:flex;align-items:center;flex:1 0 auto;min-width:0; }
.streamdeep-header-logo .custom-logo-link { display:inline-flex;align-items:center; }
.streamdeep-header-logo .custom-logo { display:block;width:auto;height:auto;max-height:48px;max-width:min(300px,42vw);object-fit:contain; }
.streamdeep-footer { background:#0E0F11;border-top:1px solid #1E2126;padding:clamp(52px,6vw,82px) 24px 26px;color:#D5D9DE; }
.streamdeep-footer-grid { width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,1.55fr) minmax(150px,.8fr) minmax(190px,1.05fr) minmax(170px,.85fr);gap:clamp(28px,4vw,58px);align-items:start; }
.streamdeep-footer-logo { display:block;margin-bottom:20px; }
.streamdeep-footer-logo-link { display:inline-flex;align-items:center; }
.streamdeep-footer-logo-stack { display:inline-block;height:46px;width:138px;background-image:url("../../uploads/2026/09/streamdeep-logo-dark.png");background-size:contain;background-repeat:no-repeat;background-position:left center; }
.streamdeep-footer-logo-base,
.streamdeep-footer-logo-services,
.streamdeep-footer-logo-g { display:none; }
.streamdeep-footer-brand p { max-width:370px;margin:0 0 18px;color:#9BA1A9;font-size:14px;line-height:1.72; }
.streamdeep-footer .streamdeep-footer-email { display:inline-flex;color:#FFFFFF;font-size:14px;font-weight:700;line-height:1.45;overflow-wrap:anywhere; }
.streamdeep-footer .streamdeep-footer-email:hover { color:#9BE15D; }
.streamdeep-footer-column h3 { margin:4px 0 18px;color:#9BA1A9;font-family:var(--sd-font-mono);font-size:11px;font-weight:600;letter-spacing:.1em; }
.streamdeep-footer-column nav { display:grid;gap:12px; }
.streamdeep-footer-column nav a { color:#D5D9DE;font-size:14px;line-height:1.45;transition:color .18s ease,transform .18s ease; }
.streamdeep-footer-column nav a:hover { color:#9BE15D;transform:translateX(2px); }
.streamdeep-footer-bottom { width:100%;max-width:1200px;margin:clamp(34px,5vw,54px) auto 0;padding-top:24px;border-top:1px solid #1E2126;display:flex;align-items:center;justify-content:space-between;gap:22px 32px; }
.streamdeep-footer-bottom > p { margin:0;color:#787F87;font-size:13px;line-height:1.5; }
.streamdeep-payments { display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px; }
.streamdeep-payment-badge { height:28px;min-width:46px;padding:0 8px;border-radius:7px;background:#FFFFFF;border:1px solid #E4E6E9;display:inline-flex;align-items:center;justify-content:center;color:#0E0F11;font-size:10px;font-weight:800;line-height:1;box-shadow:0 5px 12px -10px rgba(0,0,0,.7); }
.streamdeep-payment-shop { gap:3px;color:#5A31F4;font-size:10px; }
.streamdeep-payment-shop strong { padding:3px 4px;border-radius:3px;background:#5A31F4;color:#FFFFFF;font-size:10px; }
.streamdeep-payment-visa { color:#1434CB;font-size:12px;font-style:italic;letter-spacing:-.04em; }
.streamdeep-payment-mastercard { position:relative;min-width:46px;padding:0 7px; }
.streamdeep-payment-mastercard i { width:16px;height:16px;border-radius:50%;display:block; }
.streamdeep-payment-mastercard i:first-child { background:#EB001B;transform:translateX(4px); }
.streamdeep-payment-mastercard i:nth-child(2) { background:#F79E1B;transform:translateX(-4px);opacity:.92; }
.streamdeep-payment-amex { min-width:42px;padding:0 6px;background:#1573B9;color:#FFFFFF;border-color:#FFFFFF;box-shadow:inset 0 0 0 2px #1573B9;letter-spacing:-.05em; }
.streamdeep-payment-cb { min-width:34px;padding:0 7px;color:#075AA5;font-size:12px;font-style:italic; }
.streamdeep-payment-apple { min-width:55px;gap:3px; }
.streamdeep-payment-apple svg { width:14px;height:14px;fill:#0E0F11; }
.streamdeep-payment-apple b { font-size:10px; }
.streamdeep-payment-paypal { min-width:55px;font-style:italic;letter-spacing:-.04em; }
.streamdeep-payment-paypal b { color:#003087; }
.streamdeep-payment-paypal strong { color:#009CDE; }
.streamdeep-sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.streamdeep-landing summary::-webkit-details-marker { display: none; }
.streamdeep-landing .iptv-desktop-only { display: contents; }
.streamdeep-landing .iptv-mobile-only,
.streamdeep-landing .iptv-mobile-menu { display: none; }
.streamdeep-landing details[open] summary svg { transform: rotate(45deg); }
.streamdeep-landing details summary svg { transition: transform .18s ease; }
.streamdeep-price-check { width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#9BE15D 0%,#34C6E8 72%,#5B8DF6 100%);box-shadow:0 2px 8px rgba(52,198,232,.26);display:inline-flex;align-items:center;justify-content:center;flex:none;margin-top:2px; }
.streamdeep-price-check svg { width:13px;height:13px;fill:none;stroke:#08170F;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round; }
.streamdeep-price-card-light { transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.streamdeep-price-card-light:hover { border-color:#D5D9DE !important;box-shadow:0 18px 38px -25px rgba(14,15,17,.24) !important;transform:translateY(-2px); }
.streamdeep-price-button-light:hover { background:#FFFFFF !important;border-color:#BFC4CA !important;box-shadow:0 5px 14px -8px rgba(14,15,17,.32) !important; }
.streamdeep-landing a[href="#pricing"]:hover { filter: brightness(1.04); }
.streamdeep-landing #iptv-menu-toggle:focus-visible,
.streamdeep-landing a:focus-visible,
.streamdeep-landing summary:focus-visible {
  outline: 3px solid var(--sd-cyan);
  outline-offset: 3px;
}
@keyframes drift { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.streamdeep-logo-marquee {
  margin-top: clamp(30px, 4vw, 48px);
  overflow: hidden;
  outline: none;
  mask-image: linear-gradient(90deg, transparent 0, #0E0F11 7%, #0E0F11 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #0E0F11 7%, #0E0F11 93%, transparent 100%);
}
.streamdeep-logo-track { display:flex;width:max-content;animation:drift 42s linear infinite;will-change:transform; }
.streamdeep-logo-group { display:flex;align-items:center;gap:16px;padding-right:16px; }
.streamdeep-logo-card {
  width: 190px;
  height: 92px;
  flex: 0 0 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  overflow: hidden;
  border: 1px solid #E4E6E9;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 12px 28px -24px rgba(14,15,17,0.38);
}
.streamdeep-logo-card img { display:block;width:auto;height:auto;max-width:100%;max-height:60px;object-fit:contain; }
.streamdeep-logo-marquee:hover .streamdeep-logo-track,
.streamdeep-logo-marquee:focus-visible .streamdeep-logo-track { animation-play-state:paused; }
.streamdeep-testimonials { width:100%;background:#F4F5F6;border-top:1px solid #E4E6E9;padding:clamp(60px,7vw,100px) 24px; }
.streamdeep-testimonials-inner { width:100%;max-width:1200px;margin:0 auto; }
.streamdeep-testimonials-heading { max-width:820px;margin:0 auto clamp(34px,4vw,50px);text-align:center; }
.streamdeep-review-badge { display:inline-flex;align-items:center;gap:8px;padding:7px 15px;border-radius:999px;background:#FFFFFF;border:1px solid #E4E6E9;font-family:var(--sd-font-mono);font-size:11px;font-weight:500;letter-spacing:.08em;color:#5A5F66;margin-bottom:20px; }
.streamdeep-review-badge > span { width:7px;height:7px;border-radius:50%;background:linear-gradient(120deg,#9BE15D,#34C6E8);box-shadow:0 0 0 4px rgba(155,225,93,.14); }
.streamdeep-testimonials-heading h2 { margin:0 0 16px;font-size:clamp(28px,3.8vw,46px);line-height:1.08;letter-spacing:-.03em;font-weight:800;text-wrap:balance; }
.streamdeep-testimonials-heading h2 span { background:linear-gradient(97deg,#7ECF3F,#2BB4D6 60%,#4F82F0);-webkit-background-clip:text;background-clip:text;color:transparent; }
.streamdeep-testimonials-heading p { margin:0 auto;max-width:720px;font-size:16px;line-height:1.62;color:#5A5F66;text-wrap:pretty; }
.streamdeep-review-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px; }
.streamdeep-review-card { min-width:0;min-height:286px;margin:0;padding:24px;display:flex;flex-direction:column;background:#FFFFFF;border:1px solid #E4E6E9;border-radius:20px;box-shadow:0 18px 42px -32px rgba(14,15,17,.34); }
.streamdeep-review-topline { display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px; }
.streamdeep-review-person { display:flex;align-items:center;gap:12px;min-width:0; }
.streamdeep-review-person > span:last-child { display:grid;gap:3px;min-width:0; }
.streamdeep-review-person strong { color:#0E0F11;font-size:15px;line-height:1.2;font-weight:800; }
.streamdeep-review-person small { color:#6B7178;font-family:var(--sd-font-mono);font-size:9px;line-height:1.3;letter-spacing:.045em;text-transform:uppercase; }
.streamdeep-review-avatar { width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(140deg,#9BE15D 0%,#3FD4B4 46%,#34C6E8 76%,#5B8DF6 100%);color:#08170F;font-size:11px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(14,15,17,.06); }
.streamdeep-review-card:nth-child(2n) .streamdeep-review-avatar { background:linear-gradient(140deg,#34C6E8,#3FD4B4 48%,#9BE15D); }
.streamdeep-review-card:nth-child(3n) .streamdeep-review-avatar { background:linear-gradient(140deg,#5B8DF6,#34C6E8 54%,#9BE15D); }
.streamdeep-review-stars { flex:none;font-size:12px;line-height:1;letter-spacing:1.5px;background:linear-gradient(97deg,#7ECF3F,#2BB4D6 72%,#4F82F0);-webkit-background-clip:text;background-clip:text;color:transparent; }
.streamdeep-review-card blockquote { margin:0 0 22px;padding:0;border:0;color:#3A4048;font-size:14px;line-height:1.68; }
.streamdeep-review-tag { align-self:flex-start;margin-top:auto;padding:6px 11px;border-radius:999px;background:#EAF7DE;border:1px solid #E4E6E9;color:#35761F;font-family:var(--sd-font-mono);font-size:10px;font-weight:500;letter-spacing:.035em; }

@media (max-width: 899px) {
  .streamdeep-header-logo .custom-logo { max-height:42px;max-width:44vw; }
  .streamdeep-landing .iptv-desktop-only { display: none !important; }
  .streamdeep-landing .iptv-mobile-only { display: contents; }
  .streamdeep-landing .iptv-mobile-menu:not([hidden]) { display: block; }
  .streamdeep-review-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .streamdeep-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .streamdeep-footer-brand { grid-column:1 / -1; }
  .streamdeep-footer-bottom { align-items:flex-start;flex-direction:column; }
  .streamdeep-payments { justify-content:flex-start; }
}

@media (max-width: 619px) {
  .streamdeep-review-grid { grid-template-columns:1fr; }
  .streamdeep-review-card { min-height:0; }
  .streamdeep-footer-grid { grid-template-columns:1fr; }
  .streamdeep-footer-brand { grid-column:auto; }
  .streamdeep-payment-badge { min-width:44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .streamdeep-logo-track { animation:none !important;transform:none !important; }
  .streamdeep-landing * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
