:root {
  --smg-black: #111111;
  --smg-ink: #1f2937;
  --smg-muted: #6b7280;
  --smg-line: #e5e7eb;
  --smg-soft: #f6f7f9;
  --smg-white: #ffffff;
  --smg-accent: #313131;
  --smg-radius: 26px;
  --smg-shadow: 0 24px 70px rgba(17, 17, 17, .10);
  --smg-font: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(17,17,17,.24) rgba(255,255,255,.74);
}
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track {
  background: rgba(255,255,255,.74);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,238,242,.92));
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.14), 0 10px 24px rgba(17,17,17,.10);
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffffff, #e5e7eb);
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.24), 0 12px 28px rgba(17,17,17,.14);
}
::-webkit-scrollbar-corner { background: transparent; }
body { margin: 0; font-family: var(--smg-font); color: var(--smg-ink); background: #fbfbfb; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.92) 0 16%, rgba(255,255,255,.58) 32%, transparent 52%),
    url("data:image/svg+xml,%3Csvg width='420' height='360' viewBox='0 0 420 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop stop-color='%23ffffff'/%3E%3Cstop offset='.52' stop-color='%23f5f5f5'/%3E%3Cstop offset='1' stop-color='%23dddddd'/%3E%3C/linearGradient%3E%3Cfilter id='s' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeDropShadow dx='-10' dy='12' stdDeviation='8' flood-color='%23000000' flood-opacity='.18'/%3E%3CfeDropShadow dx='6' dy='-5' stdDeviation='5' flood-color='%23ffffff' flood-opacity='.95'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='url(%23g)' stroke='%23eeeeee' stroke-width='1.35' filter='url(%23s)' opacity='.78'%3E%3Cpath d='M70 0 130 34 130 102 70 136 10 102 10 34z'/%3E%3Cpath d='M250 0 310 34 310 102 250 136 190 102 190 34z'/%3E%3Cpath d='M160 102 220 136 220 204 160 238 100 204 100 136z'/%3E%3Cpath d='M340 102 400 136 400 204 340 238 280 204 280 136z'/%3E%3Cpath d='M70 204 130 238 130 306 70 340 10 306 10 238z'/%3E%3Cpath d='M250 204 310 238 310 306 250 340 190 306 190 238z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover, 420px 360px;
  background-position: center, -140px 0;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,.86) 24%, rgba(255,255,255,.91) 76%, rgba(255,255,255,.05)),
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.52), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(255,255,255,.50), transparent 24%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1440px, calc(100% - 16px)); margin: 0 auto; }
.section { padding: 84px 0; position: relative; }
.section-soft {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.section > .container, .section-soft > .container { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: var(--smg-muted); font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .14em; }
.section-title { font-size: clamp(2rem, 5vw, 4rem); line-height: .98; color: var(--smg-black); margin: 12px 0 18px; letter-spacing: -.05em; }
.section-lead { max-width: 760px; color: var(--smg-muted); font-size: 1.08rem; line-height: 1.8; }
.section-center { text-align: center; display: grid; justify-items: center; margin-bottom: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--smg-black); padding: 13px 20px; border-radius: 999px; font-weight: 800; cursor: pointer; background: var(--smg-white); transition: .2s ease; }
.btn-primary { background: var(--smg-black); color: var(--smg-white); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.12); }
.btn-light { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.12); color: var(--smg-white); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(17,17,17,.08); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; color: var(--smg-black); }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { font-size: 1.05rem; }
.global-search { position: relative; flex: 1; max-width: 520px; display: flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid rgba(17,17,17,.10); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 10px 30px rgba(17,17,17,.06); }
.global-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--smg-ink); }
.global-suggestions { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 10px); z-index: 70; padding: 10px; border-radius: 22px; background: rgba(255,255,255,.96); border: 1px solid rgba(17,17,17,.10); box-shadow: var(--smg-shadow); backdrop-filter: blur(18px); }
.global-suggestions.open { display: grid; gap: 6px; }
.suggestion-item { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 10px; border-radius: 16px; color: var(--smg-ink); }
.suggestion-item:hover { background: var(--smg-soft); }
.suggestion-item i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; }
.suggestion-item small { display: block; color: var(--smg-muted); margin-top: 3px; }
.mobile-search-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--smg-line); background: var(--smg-white); color: var(--smg-black); }
.search-overlay { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 28px; background: rgba(0,0,0,.76); backdrop-filter: blur(18px); }
.search-overlay.open { display: grid; }
.search-overlay-close { position: fixed; top: 22px; right: 22px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.10); color: #fff; cursor: pointer; }
.search-overlay-inner { width: min(760px, 100%); display: grid; justify-items: center; gap: 18px; color: #fff; text-align: center; }
.search-overlay-inner .eyebrow { color: rgba(255,255,255,.72); }
.search-overlay-inner h2 { margin: 0; font-size: clamp(2rem, 9vw, 4.4rem); line-height: .95; letter-spacing: -.07em; }
.overlay-search { position: relative; width: min(680px, 100%); display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.72); background: transparent; }
.overlay-search i { color: rgba(255,255,255,.74); font-size: 1.35rem; }
.overlay-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: clamp(1.2rem, 4vw, 2rem); }
.overlay-search input::placeholder { color: rgba(255,255,255,.48); }
.overlay-suggestions { top: calc(100% + 18px); text-align: left; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { padding: 11px 14px; color: var(--smg-muted); font-weight: 800; border-radius: 999px; }
.nav-links a.active, .nav-links a:hover { color: var(--smg-black); background: var(--smg-soft); }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--smg-line); background: var(--smg-white); }

.hero { position: relative; overflow: hidden; padding: 104px 0 86px; background: transparent; }
.hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; align-items: center; justify-items: center; }
.hero-copy { display: grid; justify-items: center; text-align: center; max-width: 1040px; }
.hero h1 { font-size: clamp(2.7rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -.08em; color: var(--smg-black); margin: 18px 0; }
.hero p { font-size: 1.16rem; line-height: 1.8; color: var(--smg-muted); max-width: 760px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hero-card { width: min(980px, 100%); min-height: 430px; border-radius: 42px; padding: 0; background: transparent; color: #fff; box-shadow: none; position: relative; overflow: visible; border: 0; backdrop-filter: none; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.metric { background: #fff; border: 1px solid var(--smg-line); border-radius: 22px; padding: 18px; }
.metric strong { display: block; font-size: 1.8rem; color: var(--smg-black); }
.metric span { color: var(--smg-muted); font-weight: 700; font-size: .9rem; }
.stack-carousel { position: relative; z-index: 1; min-height: 420px; display: grid; grid-template-rows: 1fr auto; align-items: center; gap: 10px; cursor: grab; user-select: none; overflow: visible; }
.stack-carousel:active { cursor: grabbing; }
.stack-carousel-stage { position: relative; min-height: 350px; perspective: 1200px; overflow: visible; border-radius: 34px; }
.stack-slide { position: absolute; left: 50%; top: 50%; width: min(560px, 86%); min-height: 275px; display: grid; justify-items: center; align-content: center; gap: 14px; border: 1px solid color-mix(in srgb, var(--stack-color), white 62%); border-radius: 34px; color: #fff; background: linear-gradient(135deg, color-mix(in srgb, var(--stack-color), #111 58%), rgba(255,255,255,.10)); box-shadow: 0 26px 80px color-mix(in srgb, var(--stack-color), transparent 72%); backdrop-filter: blur(18px); cursor: pointer; opacity: 0; transform: translate(-50%, -50%) scale(.6); transition: transform .55s ease, opacity .55s ease, filter .55s ease; overflow: hidden; }
.stack-slide.active { z-index: 5; opacity: 1; transform: translate(-50%, -50%) scale(1); }
.stack-slide.next { z-index: 4; opacity: .9; transform: translate(16%, -50%) rotateY(-16deg) scale(.84); filter: blur(.45px) saturate(.92) brightness(.9); }
.stack-slide.prev { z-index: 4; opacity: .9; transform: translate(-116%, -50%) rotateY(16deg) scale(.84); filter: blur(.45px) saturate(.92) brightness(.9); }
.stack-card-glow { position: absolute; inset: -35%; background: radial-gradient(circle, color-mix(in srgb, var(--stack-color), white 30%), transparent 48%); opacity: .32; }
.stack-card-icon { position: relative; width: 104px; height: 104px; display: grid; place-items: center; border-radius: 30px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 18px 42px rgba(0,0,0,.24); color: #fff; font-size: 2.15rem; font-weight: 950; letter-spacing: -.08em; }
.stack-card-icon img { width: 78px; max-height: 78px; object-fit: contain; filter: brightness(0) invert(1); }
.stack-card-title, .stack-card-label { position: relative; }
.stack-card-title { font-size: 1.5rem; font-weight: 950; letter-spacing: -.05em; }
.stack-card-label { color: rgba(255,255,255,.72); font-weight: 800; }
.service-stack-slide { min-height: 290px; padding: 30px 34px; background: linear-gradient(145deg, rgba(17,17,17,.96), rgba(31,41,55,.88)); border-color: rgba(255,255,255,.14); box-shadow: 0 30px 90px rgba(17,17,17,.22); }
.service-stack-slide .stack-card-glow { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.20), transparent 52%); opacity: .62; }
.service-stack-slide .stack-card-icon { width: 86px; height: 86px; border-radius: 26px; background: rgba(255,255,255,.10); font-size: 2rem; letter-spacing: 0; }
.service-stack-slide .stack-card-title { max-width: 320px; text-align: center; font-size: clamp(1.35rem, 3vw, 1.75rem); line-height: 1.05; }
.service-stack-slide .stack-card-label { max-width: 340px; text-align: center; color: rgba(255,255,255,.70); line-height: 1.55; font-size: .98rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.stack-carousel-dots { display: flex; justify-content: center; gap: 8px; }
.stack-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(17,17,17,.28); cursor: pointer; transition: .2s ease; }
.stack-carousel-dots button.active { width: 30px; background: #111; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: rgba(255,255,255,.88); border: 1px solid rgba(229,231,235,.92); border-radius: var(--smg-radius); padding: 26px; box-shadow: 0 12px 30px rgba(17,17,17,.04); backdrop-filter: blur(10px); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; will-change: transform; }
.cards-grid .card:hover { box-shadow: 0 24px 70px rgba(17,17,17,.13); border-color: rgba(17,17,17,.16); }
.card h3 { color: var(--smg-black); margin: 16px 0 10px; font-size: 1.35rem; }
.card p { color: var(--smg-muted); line-height: 1.7; }
.icon-pill { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: var(--smg-black); color: #fff; font-size: 1.35rem; }

.expertise-tabs { display: grid; gap: 28px; }
.chip-row { position: relative; display: flex; justify-content: center; gap: 18px; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; max-width: 100%; padding: 8px 0 16px; scroll-snap-type: x proximity; scrollbar-width: none; }
.chip-row::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; white-space: nowrap; border: 0; border-radius: 24px; padding: 17px 28px; background: transparent; color: var(--smg-muted); font-weight: 900; font-size: 1.05rem; cursor: pointer; transition: .2s ease; }
.chip.active, .chip:hover { background: #eef1f4; color: var(--smg-black); box-shadow: 0 12px 30px rgba(17,17,17,.08); transform: translateY(-2px); }
.expertise-panel { display: none; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; min-height: 430px; border-radius: 34px; padding: 44px clamp(24px, 5vw, 72px); background: rgba(238,243,247,.86); border: 1px solid rgba(229,231,235,.96); box-shadow: var(--smg-shadow); backdrop-filter: blur(14px); }
.expertise-panel.active { display: grid; }
.expertise-visual { position: relative; width: min(430px, 100%); justify-self: center; border-radius: 28px; overflow: visible; }
.expertise-visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 60px rgba(17,17,17,.16); filter: saturate(.9); }
.floating-chip { position: absolute; right: -24px; bottom: 32px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--smg-ink); font-weight: 900; box-shadow: 0 18px 38px rgba(17,17,17,.18); }
.floating-chip i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #2563eb, #38bdf8); color: #fff; }
.expertise-copy h3 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin: 0 0 22px; color: var(--smg-black); letter-spacing: -.05em; }
.expertise-copy p { color: var(--smg-muted); font-size: 1.08rem; line-height: 1.72; margin-bottom: 28px; }
.check-list { list-style: none; display: grid; gap: 14px; padding: 0; margin: 0 0 36px; color: var(--smg-muted); font-weight: 700; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "\F633"; font-family: "bootstrap-icons"; color: #111; font-weight: 400; }

.faq-list { max-width: 960px; margin: 42px auto 0; display: grid; gap: 14px; }
.faq-item { border-bottom: 1px solid rgba(17,17,17,.16); background: rgba(255,255,255,.62); backdrop-filter: blur(8px); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 8px; border: 0; background: transparent; color: var(--smg-black); font-size: clamp(1.2rem, 2.4vw, 1.75rem); font-weight: 900; text-align: left; cursor: pointer; }
.faq-question i { transition: .2s ease; }
.faq-answer { display: none; padding: 0 8px 28px; color: var(--smg-muted); font-size: 1.08rem; line-height: 1.8; }
.faq-answer p { margin: 0; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-question i { transform: rotate(45deg); }

.catalog-toolbar { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin: 30px 0; }
.search-input, .field input, .field textarea { width: 100%; border: 1px solid var(--smg-line); border-radius: 18px; padding: 14px 16px; background: #fff; color: var(--smg-ink); outline: none; }
.search-input:focus, .field input:focus, .field textarea:focus { border-color: var(--smg-black); box-shadow: 0 0 0 4px rgba(17,17,17,.08); }
.field input.is-invalid, .field textarea.is-invalid { border-color: #ef4444; box-shadow: 0 0 0 4px rgba(239,68,68,.10); }
.field-error-message { display: flex; align-items: center; gap: 8px; margin-top: 9px; color: #ef4444; font-size: .94rem; font-weight: 700; }
.field-error-message::before { content: "\F333"; font-family: "bootstrap-icons"; font-weight: 400; }
.checkbox-row { display: inline-flex; align-items: center; gap: 12px; color: var(--smg-ink); font-weight: 700; cursor: pointer; }
.checkbox-row input { width: 18px; height: 18px; accent-color: #111; }
.password-field { position: relative; }
.password-field input { padding-right: 58px; }
.password-field button { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; color: var(--smg-muted); cursor: pointer; }
.password-field button:hover { background: var(--smg-soft); color: var(--smg-black); }
.dropdown { position: relative; min-width: 230px; }
.dropdown-toggle { width: 100%; justify-content: space-between; }
.form-dropdown .dropdown-toggle { border-color: rgba(17,17,17,.08); background: rgba(255,255,255,.58); box-shadow: none; color: var(--smg-muted); font-weight: 700; }
.form-dropdown .dropdown-toggle:hover { border-color: rgba(17,17,17,.12); box-shadow: 0 10px 24px rgba(17,17,17,.06); color: var(--smg-black); }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 20; background: #fff; border: 1px solid var(--smg-line); border-radius: 20px; padding: 8px; box-shadow: var(--smg-shadow); }
.dropdown.open .dropdown-menu { display: grid; gap: 4px; }
.dropdown-menu a, .dropdown-menu button { border: 0; background: transparent; text-align: left; padding: 11px 12px; border-radius: 14px; color: var(--smg-muted); cursor: pointer; }
.dropdown-menu a:hover, .dropdown-menu button:hover { background: var(--smg-soft); color: var(--smg-black); }
.netflix-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.poster { border-radius: 28px; overflow: hidden; min-height: 320px; background: #161616; color: #fff; position: relative; box-shadow: var(--smg-shadow); }
.poster-media { height: 180px; background: linear-gradient(135deg, #252525, #777); display: grid; place-items: center; }
.poster-media img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.poster-body { padding: 22px; }
.tag { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.12); color: rgba(255,255,255,.84); font-size: .78rem; font-weight: 800; }
.poster h3 { margin: 14px 0 8px; font-size: 1.28rem; }
.poster p { color: rgba(255,255,255,.72); line-height: 1.65; }

.youtube-layout { display: grid; grid-template-columns: 1fr 360px; gap: 28px; }
.video-card { display: grid; grid-template-columns: 260px 1fr; gap: 18px; padding: 16px; border: 1px solid var(--smg-line); border-radius: 24px; background: #fff; margin-bottom: 16px; }
.video-thumb { min-height: 150px; border-radius: 18px; background: linear-gradient(135deg, #111, #777); display: grid; place-items: center; color: #fff; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-card h3 { margin: 0 0 10px; color: var(--smg-black); }
.video-card p { color: var(--smg-muted); line-height: 1.65; }
.youtube-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.youtube-card { min-width: 0; }
.youtube-thumb { position: relative; display: block; overflow: hidden; border-radius: 24px; aspect-ratio: 16 / 9; background: #111; box-shadow: 0 18px 45px rgba(17,17,17,.12); }
.youtube-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: .2s ease; }
.youtube-thumb:hover img { transform: scale(1.04); opacity: 1; }
.youtube-duration { position: absolute; right: 10px; bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(17,17,17,.82); color: #fff; font-size: .78rem; font-weight: 900; }
.youtube-play-badge { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 3rem; background: radial-gradient(circle, rgba(17,17,17,.34), transparent 42%); pointer-events: none; }
.youtube-info { display: grid; grid-template-columns: 44px 1fr; gap: 12px; margin-top: 14px; }
.channel-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: contain; background: #111; padding: 7px; box-shadow: 0 10px 24px rgba(17,17,17,.16); }
.channel-avatar.large { width: 58px; height: 58px; padding: 9px; }
.youtube-info h2 { margin: 0 0 8px; color: var(--smg-black); font-size: 1.1rem; line-height: 1.25; }
.youtube-info p { margin: 0 0 5px; color: var(--smg-muted); line-height: 1.55; }
.youtube-excerpt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.watch-layout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 28px; align-items: start; }
.watch-player { overflow: hidden; border-radius: 30px; background: #111; aspect-ratio: 16 / 9; box-shadow: var(--smg-shadow); }
.watch-player img { width: 100%; height: 100%; object-fit: cover; opacity: .94; }
.watch-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.watch-heading { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: start; margin: 22px 0; }
.watch-heading h1 { margin: 5px 0 8px; color: var(--smg-black); font-size: clamp(1.7rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.06em; }
.watch-heading p { color: var(--smg-muted); margin: 0; font-weight: 700; }
.watch-description { border-radius: 28px; padding: 28px; background: rgba(255,255,255,.82); border: 1px solid rgba(17,17,17,.08); box-shadow: 0 18px 50px rgba(17,17,17,.06); line-height: 1.8; }
.watch-description h2 { margin-top: 0; color: var(--smg-black); }
.watch-meta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.watch-meta-grid span { display: grid; gap: 5px; padding: 14px; border-radius: 18px; background: var(--smg-soft); color: var(--smg-muted); }
.watch-meta-grid strong { color: var(--smg-black); }
.watch-sidebar { position: sticky; top: 98px; display: grid; gap: 14px; }
.watch-sidebar h2 { margin: 0 0 6px; color: var(--smg-black); }
.watch-side-item { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding: 10px; border-radius: 20px; background: rgba(255,255,255,.78); border: 1px solid rgba(17,17,17,.08); }
.watch-side-thumb { overflow: hidden; border-radius: 14px; aspect-ratio: 16 / 9; background: #111; }
.watch-side-thumb img { width: 100%; height: 100%; object-fit: cover; }
.watch-side-item strong { display: block; color: var(--smg-black); line-height: 1.3; }
.watch-side-item small { display: block; color: var(--smg-muted); margin-top: 8px; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field.full { grid-column: 1 / -1; }
form.card { max-width: 960px; margin-left: auto; margin-right: auto; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 24px; align-items: stretch; }
.contact-layout form.card { max-width: none; width: 100%; margin: 0; }
.contact-side-cards { grid-template-columns: 1fr; gap: 16px; align-content: stretch; }
.contact-side-cards .card { min-height: 0; display: grid; align-content: center; }
.flash { padding: 14px 16px; border-radius: 16px; background: #ecfdf5; color: #065f46; margin-bottom: 18px; }
.error { color: #b91c1c; font-size: .9rem; margin-top: 6px; }
.app-loader { position: fixed; inset: 0; z-index: 220; display: grid; place-items: center; background: rgba(255,255,255,.86); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease; }
.page-loading .app-loader, .app-loader.open { opacity: 1; visibility: visible; }
.app-spinner { width: 58px; height: 58px; border-radius: 50%; border: 4px solid rgba(17,17,17,.10); border-top-color: #111; animation: smgSpin .75s linear infinite; box-shadow: 0 20px 50px rgba(17,17,17,.12); }
@keyframes smgSpin { to { transform: rotate(360deg); } }
.confirm-overlay, .flash-overlay { position: fixed; inset: 0; z-index: 210; display: none; place-items: center; padding: 24px; background: rgba(0,0,0,.72); backdrop-filter: blur(18px); }
.confirm-overlay.open, .flash-overlay.open { display: grid; }
.confirm-dialog, .flash-dialog { width: min(520px, 100%); border-radius: 34px; padding: 30px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.34); box-shadow: 0 34px 90px rgba(0,0,0,.28); text-align: center; }
.confirm-dialog h2, .flash-dialog h2 { margin: 10px 0 12px; color: var(--smg-black); font-size: clamp(1.7rem, 5vw, 2.7rem); letter-spacing: -.06em; line-height: .98; }
.confirm-dialog p, .flash-dialog p { color: var(--smg-muted); line-height: 1.75; margin: 0 0 24px; }
.confirm-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.flash-dialog.is-error { box-shadow: 0 34px 90px rgba(185,28,28,.22); }
.flash-dialog.is-error .eyebrow { color: #b91c1c; }
.flash-dialog.is-success .eyebrow { color: #047857; }

.web-footer { background: #111; color: rgba(255,255,255,.74); padding: 60px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
.footer-logo { width: 150px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.web-footer h3, .web-footer h4 { color: #fff; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.68); }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 24px; font-size: .9rem; }
.app-dock { display: none; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; background: rgba(17,17,17,.92); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 10px; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.app-dock a { flex: 1; display: grid; place-items: center; gap: 2px; color: rgba(255,255,255,.68); font-size: .7rem; }
.app-dock i { font-size: 1.25rem; }
.app-dock a.active { color: #fff; }

.admin-shell { min-height: 100vh; background: transparent; }
.admin-sidebar { width: 280px; background: #111; color: #fff; padding: 24px; position: fixed; top: 0; left: 0; bottom: 0; overflow-y: auto; }
.admin-sidebar .brand { color: #fff; }
.admin-sidebar nav { display: grid; gap: 8px; margin-top: 28px; }
.admin-sidebar a, .admin-sidebar button { color: rgba(255,255,255,.75); border: 0; background: transparent; text-align: left; padding: 12px 14px; border-radius: 14px; cursor: pointer; }
.admin-sidebar a.active, .admin-sidebar a:hover, .admin-sidebar button:hover { background: rgba(255,255,255,.12); color: #fff; }
.admin-main { min-height: 100vh; margin-left: 280px; padding: 34px; background: transparent; }
.admin-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 26px; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.admin-table-tools { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin: 0 0 16px; }
.admin-table-search { width: min(520px, 100%); display: flex; align-items: center; gap: 10px; border: 1px solid rgba(17,17,17,.10); border-radius: 999px; background: rgba(255,255,255,.86); padding: 12px 16px; box-shadow: 0 12px 34px rgba(17,17,17,.06); }
.admin-table-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--smg-ink); }
.admin-load-more { display: inline-flex; align-items: center; gap: 8px; margin: 18px auto 0; border: 0; background: transparent; color: var(--smg-muted); font-weight: 900; cursor: pointer; }
.admin-load-more:hover { color: var(--smg-black); }
.table-card { background: #fff; border: 1px solid var(--smg-line); border-radius: 24px; overflow: hidden; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 15px; border-bottom: 1px solid var(--smg-line); text-align: left; vertical-align: top; }
th { color: var(--smg-muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.file-drop { min-height: 132px; display: grid; place-items: center; gap: 8px; border: 1.5px dashed rgba(17,17,17,.20); border-radius: 24px; background: rgba(255,255,255,.72); cursor: pointer; text-align: center; padding: 22px; transition: .2s ease; }
.file-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.file-drop span { display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--smg-black); font-weight: 900; }
.file-drop span i { font-size: 1.5rem; }
.file-drop small { color: var(--smg-muted); font-weight: 700; }
.file-drop:hover, .file-drop.dragging { border-color: #111; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(17,17,17,.08); }
.icon-suggest { position: relative; }
.icon-suggest-menu { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 40; padding: 8px; border-radius: 18px; background: rgba(255,255,255,.98); border: 1px solid rgba(17,17,17,.10); box-shadow: var(--smg-shadow); }
.icon-suggest-menu.open { display: grid; gap: 4px; }
.icon-suggest-menu button { display: flex; align-items: center; gap: 10px; width: 100%; border: 0; background: transparent; padding: 10px 12px; border-radius: 14px; color: var(--smg-ink); cursor: pointer; text-align: left; }
.icon-suggest-menu button:hover { background: var(--smg-soft); }
.icon-suggest-menu i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; }

@media (max-width: 920px) {
  body { padding-bottom: 92px; }
  .container { width: min(100% - 32px, 1180px); }
  .nav-links { display: none; position: absolute; left: 16px; right: 16px; top: 78px; background: #fff; border: 1px solid var(--smg-line); border-radius: 24px; padding: 12px; box-shadow: var(--smg-shadow); }
  .global-search { display: none; }
  .mobile-search-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .nav-links.open { display: grid; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .hero-grid, .cards-grid, .netflix-grid, .youtube-layout, .youtube-grid, .watch-layout, .contact-layout, .footer-grid, .admin-shell { grid-template-columns: 1fr; }
  .cards-grid .card { text-align: center; justify-items: center; }
  .cards-grid .card .icon-pill { margin-inline: auto; }
  .expertise-panel { grid-template-columns: 1fr; gap: 30px; }
  .floating-chip { right: 16px; bottom: 16px; }
  .hero-card { min-height: 360px; }
  .metric-grid, .stats-grid { grid-template-columns: 1fr; }
  .video-card { grid-template-columns: 1fr; }
  .watch-sidebar { position: static; }
  .web-footer { display: none; }
  .app-dock { display: flex; }
  .admin-sidebar { width: auto; position: static; height: auto; overflow: visible; }
  .admin-main { margin-left: 0; padding: 20px; }
}

@media (max-width: 640px) {
  .section { padding: 58px 0; }
  .catalog-toolbar, .form-grid, .admin-top { display: grid; grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}
