/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --gigaherz-primary: #FE5500;
  --gigaherz-primary-hover: #D84800;
  --gigaherz-secondary: #000000;
  --gigaherz-accent: #FDA700;
  --gigaherz-dark: #0b0710;
  --gigaherz-light: #FFFFFF;
  --gigaherz-gray: #808080;
  --gigaherz-gray-light: #B0B1B2;
  --gigaherz-gradient: linear-gradient(90deg, #FE100D 0%, #FDA700 100%);
  --gigaherz-font-primary: "Montserrat", Sans-serif;
  --gigaherz-font-accent: "Benzin", Sans-serif;
  --gigaherz-font-text: "involve", Sans-serif;
  --gigaherz-radius: 36px;
  --gigaherz-radius-card: 48px;
  --gigaherz-transition: 0.4s ease;
}

.elementor-nav-menu .elementor-item {
  font-family: "Montserrat", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  letter-spacing: 0em !important;
}

.elementor-button,
.elementor-button span,
.elementor-button-text,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-element-button {
  font-family: "Montserrat", Sans-serif !important;
}

html {
  height: 100%;
  background: #0b0710;
}

body {
  min-height: 100%;
  background: transparent;
  scroll-behavior: smooth;
  position: relative;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: screen;
  filter: blur(120px);
  transform: translateZ(0);
}

body::before {
  left: -10%;
  width: 75%;
  background: radial-gradient(60% 80% at 20% 50%,
    rgba(78,15,28,0.95) 0%,
    rgba(62,10,22,0.7) 18%,
    rgba(40,8,16,0.35) 30%,
    transparent 70%);
}

body::after {
  right: -8%;
  width: 50%;
  background: radial-gradient(60% 80% at 80% 50%,
    rgba(255,110,20,0.32) 0%,
    rgba(255,150,60,0.25) 18%,
    rgba(200,100,40,0.12) 30%,
    transparent 70%);
}

@media (max-width: 900px) {
  body::before,
  body::after {
    filter: blur(80px);
  }
  body::before { left: -30%; width: 80%; }
  body::after  { right: -30%; width: 80%; }
}

@media (max-width: 480px) {
  body::before,
  body::after {
    filter: blur(60px);
    opacity: 0.9;
  }
}

.gradient-text,
.gigaherz-gradient-text {
  background: linear-gradient(90deg, #FE100D 0%, #FDA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.elementor-button {
  transition: all var(--gigaherz-transition) !important;
}

.elementor-button:hover {
  transform: translateY(-2px);
}

.elementor-widget-image-box,
.elementor-widget-icon-box {
  transition: transform var(--gigaherz-transition);
}

.elementor-widget-image-box:hover,
.elementor-widget-icon-box:hover {
  transform: translateY(-8px);
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

:root {
  --gh-font: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --gh-radius: 36px;
  --gh-radius-sm: 28px;
  --gh-radius-xs: 24px;
  --gh-gap: 24px;
  --gh-gap-sm: 20px;
  --gh-gap-xs: 16px;
  --gh-transition: 0.35s cubic-bezier(.4,0,.2,1);
  --gh-easing: cubic-bezier(.2,.9,.2,1);
  
  
  --gh-bg-card: rgba(20,22,28,0.55);
  --gh-bg-card-hover: rgba(255,255,255,0.92);
  --gh-text-primary: rgba(255,255,255,0.95);
  --gh-text-secondary: rgba(255,255,255,0.7);
  --gh-text-muted: rgba(255,255,255,0.45);
  --gh-text-dark: rgba(14,7,18,1);
  --gh-text-dark-secondary: rgba(70,70,70,1);
  --gh-border: rgba(255,255,255,0.06);
  --gh-border-hover: rgba(255,255,255,0.14);
  --gh-accent: linear-gradient(90deg,#FE100D,#FDA700);
  --gh-orange: #fe5500;

  
  --gh-fs-h2: clamp(32px, 4vw, 56px);        
  --gh-fs-h3: clamp(24px, 2.5vw, 32px);      
  --gh-fs-h4: clamp(20px, 2vw, 28px);        
  --gh-fs-subtitle: clamp(16px, 1.4vw, 18px); 
  --gh-fs-body: clamp(15px, 1.2vw, 16px);    
  --gh-fs-small: clamp(13px, 1.05vw, 14px);  
  --gh-fs-btn: clamp(14px, 1.1vw, 16px);     
  --gh-lh-body: 1.6;
  --gh-lh-tight: 1.35;
  --gh-lh-heading: 1.15;
  
  
  --sequoia-h-desktop: 800px;
  --sequoia-h-tablet: 680px;
  --sequoia-h-tablet-sm: 480px;
  --sequoia-h-mobile: 440px;
  --sequoia-h-mobile-sm: 400px;
  --sequoia-h-mobile-xs: 360px;
}

.gh-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gh-gap);
  background: transparent;
  align-items: stretch;
  grid-auto-rows: auto;
}

.gh-card {
  min-width: 320px;
  border-radius: var(--gh-radius);
  overflow: hidden;
  background: var(--gh-bg-card);
  backdrop-filter: blur(3px);
  color: #dfe7ee;
  box-shadow: 0 6px 26px -8px rgba(0,0,0,0.55);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 30px;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  transition: background-color 600ms var(--gh-easing), box-shadow 600ms var(--gh-easing), transform 600ms var(--gh-easing);
  position: relative;
  border: 1px solid var(--gh-border);
  height: 360px;
  text-decoration: none;
}

.gh-card__media {
  width: 240px;
  height: 200px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  opacity: 0.9;
  transition: opacity 600ms var(--gh-easing), transform 600ms var(--gh-easing);
  border-radius: var(--gh-radius-sm);
  align-self: center;
  margin-left: auto;
}

.gh-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--gh-radius-sm);
}

.gh-card__body {
  padding: 0 24px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin-top: 0;
  text-align: left;
  background: none;
  flex: 1;
  height: 100%;
}

.gh-card__title {
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--gh-text-primary);
}

.gh-card__subtitle {
  margin: 0;
  font-size: var(--gh-fs-subtitle);
  font-weight: 500;
  line-height: var(--gh-lh-tight);
  color: var(--gh-text-secondary);
}

.gh-card__desc {
  margin: 0;
  font-size: var(--gh-fs-body);
  line-height: var(--gh-lh-body);
  color: var(--gh-text-muted);
  max-width: 400px;
}

.gh-card--promo {
  padding: 30px;
  background: var(--gh-bg-card);
  backdrop-filter: blur(3px);
  box-shadow: 0 6px 26px -8px rgba(0,0,0,0.55);
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border: 1px solid var(--gh-border);
  justify-content: center;
  gap: 16px;
  height: 360px;
}

.gh-card--promo:before {
  display: none;
}

.gh-card--promo h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gh-text-primary);
  max-width: 520px;
}

.gh-card--promo p {
  margin: 0;
  font-size: var(--gh-fs-body);
  line-height: var(--gh-lh-body);
  color: var(--gh-text-secondary);
  max-width: 520px;
  font-weight: 400;
}

.gh-card--promo p:first-of-type {
  font-size: var(--gh-fs-subtitle);
  color: rgba(255,255,255,0.8);
  line-height: var(--gh-lh-tight);
  font-weight: 600;
  margin-bottom: 0;
}

.gh-card--promo .quiz-btn {
  font-family: var(--gh-font);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 38px;
  border-radius: 80px;
  background: var(--gh-accent);
  color: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: 0 10px 28px -10px rgba(254,16,13,0.55);
  transition: transform .45s var(--gh-easing), box-shadow .45s var(--gh-easing);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.gh-card--promo .quiz-btn:hover,
.gh-card--promo .quiz-btn:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -16px rgba(254,16,13,0.6), 0 0 0 1px var(--gh-border-hover) inset;
}

.gh-card--promo .quiz-btn:active {
  transform: translateY(0);
}

.gh-cards .gh-card:hover,
.gh-cards .gh-card:focus-visible {
  background: var(--gh-bg-card-hover);
  backdrop-filter: blur(6px);
  box-shadow: 0 32px 70px -20px rgba(2,6,12,0.6);
  cursor: pointer;
  transform: translateY(-4px);
}

.gh-cards .gh-card:hover .gh-card__media,
.gh-cards .gh-card:focus-visible .gh-card__media {
  opacity: 1;
  transform: scale(1.03);
}

.gh-cards .gh-card:hover .gh-card__title,
.gh-cards .gh-card:focus-visible .gh-card__title {
  color: var(--gh-text-dark);
}

.gh-cards .gh-card:hover .gh-card__subtitle,
.gh-cards .gh-card:focus-visible .gh-card__subtitle,
.gh-cards .gh-card:hover .gh-card__desc,
.gh-cards .gh-card:focus-visible .gh-card__desc {
  color: var(--gh-text-dark-secondary);
}

.gh-cards .gh-card--promo:hover h2,
.gh-cards .gh-card--promo:focus-visible h2 {
  color: var(--gh-text-dark);
}

.gh-cards .gh-card--promo:hover p,
.gh-cards .gh-card--promo:focus-visible p {
  color: var(--gh-text-dark-secondary);
}

.gh-card:focus-visible {
  outline: 3px solid rgba(99,102,241,0.09);
}

.gh-card:focus {
  outline: none;
}

@keyframes ghCardIn {
  0% { opacity: 0; transform: translateY(28px) scale(.96); }
  60% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.gh-card {
  opacity: 0;
  transform: translateY(28px) scale(.96);
  animation: ghCardIn 900ms var(--gh-easing) forwards;
}

.gh-card:nth-child(1) { animation-delay: 200ms; }
.gh-card:nth-child(2) { animation-delay: 350ms; }
.gh-card:nth-child(3) { animation-delay: 500ms; }
.gh-card:nth-child(4) { animation-delay: 650ms; }
.gh-card:nth-child(5) { animation-delay: 800ms; }
.gh-card:nth-child(6) { animation-delay: 950ms; }

.gh-cards-tabs {
  width: 100%;
}

.gh-tabs-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.gh-tab-btn {
  font-family: var(--gh-font);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: var(--gh-fs-subtitle);
  font-weight: 600;
  color: var(--gh-text-secondary);
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.4s var(--gh-easing);
  backdrop-filter: blur(3px);
  white-space: nowrap;
}

.gh-tab-btn:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--gh-border-hover);
  color: var(--gh-text-primary);
  transform: translateY(-2px);
}

.gh-tab-btn:focus-visible {
  outline: 3px solid rgba(254,85,0,0.3);
  outline-offset: 2px;
}

.gh-tab-btn.active {
  background: var(--gh-accent);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(254,16,13,0.5);
}

.gh-tab-btn.active:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(254,16,13,0.6);
}

.gh-tab-icon {
  font-size: 22px;
  line-height: 1;
}

.gh-tab-label {
  letter-spacing: -0.01em;
}

.gh-tabs-content {
  position: relative;
}

.gh-tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--gh-easing), transform 0.5s var(--gh-easing);
}

.gh-tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

@keyframes ghTabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gh-tab-panel.active {
  animation: ghTabFadeIn 0.5s var(--gh-easing) forwards;
}

.gh-tab-panel.active .gh-card {
  animation: ghCardIn 900ms var(--gh-easing) forwards;
}

@media (max-width: 768px) {
  .gh-tabs-nav {
    gap: 8px;
    margin-bottom: 24px;
  }
  
  .gh-tab-btn {
    padding: 12px 20px;
    font-size: 15px;
    gap: 8px;
  }
  
  .gh-tab-icon {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .gh-tabs-nav {
    flex-direction: column;
    align-items: stretch;
  }
  
  .gh-tab-btn {
    justify-content: center;
    padding: 14px 24px;
  }
}

.gigaherz-3d-wrapper {
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  padding: 8px 0;
  position: relative;
}

.gigaherz-3d-wrapper * {
  box-sizing: inherit;
}

.gigaherz-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
  perspective: 900px;
  min-height: 140px;
  transform-style: preserve-3d;
  overflow: visible;
}

.gigaherz-row.tight {
  gap: 0;
}

.gigaherz-row .letter {
  width: var(--letter-w, 120px) !important;
  height: auto;
  display: block;
  pointer-events: none;
  opacity: 0;
  transform-origin: center bottom;
  will-change: transform, opacity;
  object-fit: contain;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  transition: opacity .22s ease, margin .22s ease;
  animation: float3D 5.5s cubic-bezier(.2,.85,.25,1) var(--floatDelay, 0s) infinite alternate;
  animation-play-state: running;
  animation-fill-mode: both;
}

.letter[src]:not([src=""]):not([src*="data:"]) {
  background-color: transparent;
}

.letter:not(.loaded) {
  background: transparent;
  border: 2px dashed rgba(255,107,53,0.18);
  position: relative;
}

.letter:not(.loaded)::after {
  content: attr(alt);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: rgba(255,107,53,0.6);
  font-family: 'Arial Black', sans-serif;
  font-size: calc(var(--letter-w, 120px) * 0.26);
  font-weight: 900;
}

.gigaherz-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes popIn {
  0% { transform: scale(.6); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fallIn {
  0% { transform: translateY(-260px) rotate(-12deg) scale(.9); opacity: 0; }
  70% { transform: translateY(18px) rotate(8deg) scale(1.03); opacity: 1; }
  100% { transform: translateY(0) rotate(0) scale(1); opacity: 1; }
}

@keyframes slideFromLeft {
  0% { transform: translateX(-220px) rotate(-6deg) scale(.95); opacity: 0; }
  60% { transform: translateX(20px) rotate(4deg) scale(1.02); opacity: 1; }
  100% { transform: translateX(0) rotate(0) scale(1); opacity: 1; }
}

@keyframes slideFromRight {
  0% { transform: translateX(220px) rotate(10deg) scale(.95); opacity: 0; }
  60% { transform: translateX(-20px) rotate(-4deg) scale(1.02); opacity: 1; }
  100% { transform: translateX(0) rotate(0) scale(1); opacity: 1; }
}

@keyframes zoomIn {
  0% { transform: scale(.2) translateY(20px); opacity: 0; }
  70% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes spinIn {
  0% { transform: rotate(-200deg) scale(.6); opacity: 0; }
  60% { transform: rotate(20deg) scale(1.02); opacity: 1; }
  100% { transform: rotate(0) scale(1); opacity: 1; }
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(6px) scale(.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes flyIn {
  0% { transform: translate3d(0,-140px,60px) rotateX(20deg) scale(.85); opacity: 0; }
  60% { transform: translate3d(0,12px,0) rotateX(6deg) scale(1.02); opacity: 1; }
  100% { transform: none; opacity: 1; }
}

@keyframes float3D {
  0% { transform: translate(0px, 0px) translateZ(var(--fz, 0px)) rotateZ(0deg) scale(var(--scale, 1)); }
  50% { transform: translate(var(--fx, 8px), var(--fy, 12px)) translateZ(var(--fz, 0px)) rotateZ(var(--rz, 6deg)) scale(calc(var(--scale, 1) * 1.02)); }
  100% { transform: translate(0px, 0px) translateZ(var(--fz, 0px)) rotateZ(0deg) scale(var(--scale, 1)); }
}

.letter.floating {
  will-change: transform, opacity;
}

.directions-block {
  --bg: #fe5500;
  --text: #fff;
  --accent: rgba(255,255,255,.35);
  --active: #ffffff;
  --transition: .35s cubic-bezier(.4,0,.2,1);
  font-family: var(--gh-font);
  color: var(--text);
  background: transparent;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  min-height: 72vh;
  height: 72vh;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.directions-block,
.directions-block * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.directions-block * {
  box-sizing: inherit;
}

.directions-block button,
.directions-tab-btn,
.direction-btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: 0;
}

.directions-heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0 0 1rem;
  line-height: 1.1;
}

.directions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  justify-content: stretch;
}

.directions-tab-item,
.direction-item {
  border-top: 1px solid var(--accent);
  position: relative;
  flex: 1;
  display: flex;
  align-items: stretch;
  background: transparent;
}

.directions-tab-item:last-child,
.direction-item:last-child {
  border-bottom: 1px solid var(--accent);
}

.directions-tab-btn,
.direction-btn {
  all: unset;
  display: flex;
  width: 100%;
  padding: 1.5rem .6rem 1.5rem 0;
  gap: 1rem;
  align-items: center;
  position: relative;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  flex: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.directions-tab-btn,
.directions-tab-btn *,
.direction-btn,
.direction-btn * {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent !important;
}

.directions-tab-btn:hover,
.directions-tab-item:hover,
.directions-tab-btn:active,
.direction-btn:hover,
.direction-item:hover,
.direction-btn:active {
  background-color: transparent !important;
}

.directions-block button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.directions-tab-index,
.direction-index {
  margin-left: auto;
  font-weight: 400;
  opacity: .6;
  font-size: .75em;
}

.directions-tab-item.active,
.directions-tab-btn:focus-visible,
.direction-item.active,
.direction-btn:focus-visible {
  --accent: rgba(255,255,255,.7);
}

.directions-tab-item.active .directions-tab-btn,
.directions-tab-btn:hover,
.direction-item.active .direction-btn,
.direction-btn:hover {
  color: var(--active);
}

.directions-tab-indicator,
.direction-indicator {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0,-50%);
  width: 10px;
  height: 10px;
  background: var(--active);
  border-radius: 50%;
  opacity: 0;
  transition: var(--transition);
}

.directions-tab-item.active .directions-tab-indicator,
.direction-item.active .direction-indicator {
  opacity: 1;
  transform: translate(20px,-50%) scale(1);
}

.direction-description {
  position: relative;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 2rem 1.5rem;
  min-height: 200px;
  height: 100%;
}

.direction-description-inner {
  max-width: 480px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: .04em;
  opacity: .95;
  transition: var(--transition);
  font-size: inherit;
}

.direction-description-inner span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
  margin-bottom: .8rem;
  opacity: .9;
}

.direction-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  overflow: visible;
}

.direction-visual figure {
  position: relative;
  width: min(540px, 106%);
  height: min(540px, 106%);
  aspect-ratio: 1/1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
}

.direction-visual figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent url('/wp-content/uploads/2025/08/винил-1.png') center/cover no-repeat;
  z-index: 1;
  animation: vinylRotate 6s linear infinite;
}

@keyframes vinylRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.direction-visual img {
  position: absolute;
  inset: 0;
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: translateY(15px) scale(.94);
  transition: var(--transition);
  pointer-events: none;
  z-index: 2;
  left: 20%;
  top: 20%;
}

.direction-visual img.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.direction-visual figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.2);
  border: 2px dashed rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.direction-visual figure:not(.has-active):after {
  opacity: 1;
  content: "Изображение временно недоступно";
  color: rgba(255,255,255,.7);
  font-size: 1rem;
}

.directions-block .global-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: opacity .2s ease, transform .08s cubic-bezier(.22,.61,.36,1), background-color .18s ease, box-shadow .18s ease;
  box-shadow: 0 0 0 4px rgba(255,255,255,.15), 0 0 0 1px rgba(0,0,0,.25);
}

.directions-block[data-cursor="active"] .global-cursor {
  opacity: 1;
}

.directions-block .global-cursor.is-hover {
  transform: translate(-50%,-50%) scale(1.25);
  box-shadow: 0 0 0 6px rgba(255,255,255,.15), 0 0 0 14px rgba(255,255,255,.08);
}

.directions-block .global-cursor.in-block-services {
  background: #13151b;
  box-shadow: 0 0 0 4px rgba(19,21,27,.25), 0 0 0 1px rgba(255,255,255,.15);
}

.directions-block .global-cursor.in-block-services.is-hover {
  transform: translate(-50%,-50%) scale(1.25);
  box-shadow: 0 0 0 6px rgba(19,21,27,.35), 0 0 0 14px rgba(19,21,27,.15), 0 0 0 1px rgba(255,255,255,.15);
}

.directions-tab-btn:focus,
.direction-btn:focus {
  outline: none;
}

.directions-tab-btn:focus-visible,
.direction-btn:focus-visible {
  outline: 2px solid rgba(255,255,255,.12);
  outline-offset: 4px;
}

.portfolio-section {
  font-family: var(--gh-font);
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.portfolio-card {
  background: rgba(19, 21, 26, 0.5);
  border-radius: var(--gh-radius);
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
}

.portfolio-card .card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.portfolio-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.portfolio-card:hover .card-image img {
  transform: scale(1.05);
}

.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: rgba(19, 21, 26, 0.7);
  border-color: rgba(255, 255, 255, 0.12);
}

.portfolio-card--invite {
  background: linear-gradient(135deg, rgba(19, 21, 26, 0.5) 0%, rgba(26, 29, 36, 0.5) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  min-height: 420px;
  height: 100%;
}

.portfolio-card--invite:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, rgba(19, 21, 26, 0.7) 0%, rgba(26, 29, 36, 0.7) 100%);
}

.portfolio-card .card-content {
  color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
}

.portfolio-card .card-content--invite {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 14px;
}

.portfolio-card .card-title--invite {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.15 !important;
}

.portfolio-card .card-content--invite .card-details {
  flex-grow: 0;
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.35;
  max-width: 520px;
}

.portfolio-card .card-content--invite .card-link {
  margin-top: 0 !important;
  align-self: center;
}

.portfolio-card .card-category {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  width: fit-content;
}

.portfolio-card .card-title {
  font-size: var(--gh-fs-card-title);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.25;
}

.portfolio-card .card-description {
  font-size: var(--gh-fs-body);
  font-weight: 500;
  color: #b8bcc8;
  margin: 0 0 12px 0;
  line-height: var(--gh-lh-body);
}

.portfolio-card .card-details {
  font-size: var(--gh-fs-body);
  color: #8a8f98;
  margin: 0 0 16px 0;
  line-height: var(--gh-lh-body);
  flex-grow: 1;
}

.portfolio-card .card-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  margin-top: auto;
  transition: all 0.3s ease;
  display: inline-block;
}

.portfolio-card .card-link:hover {
  color: #f0f0f0;
  transform: translateX(5px);
}

.portfolio-card .card-link--special {
  color: #ffffff;
  background: transparent;
  font-family: var(--gh-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 60px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  position: relative;
  overflow: hidden;
  transition: background 0.6s ease, color 0.3s ease, box-shadow 0.6s ease, border-color 0.6s ease, transform 0.3s ease;
  text-align: center;
}

.portfolio-card .card-link--special:hover {
  background-image: var(--gh-accent);
  border-color: transparent;
  box-shadow: 0 4px 18px rgba(254,16,13,0.35), 0 2px 6px rgba(0,0,0,0.4);
  transform: translateX(0) scale(1.02);
}

.portfolio-card:not(.portfolio-card--invite) .card-details {
  flex-grow: 0;
}

.portfolio-card:not(.portfolio-card--invite) .card-link {
  margin-top: auto;
}

.portfolio-footer {
  text-align: center;
  margin-top: 25px;
}

.all-cases-link {
  color: #b8bcc8;
  text-decoration: none;
  font-weight: 600;
  font-size: 72px;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.all-cases-link:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.sequoia-cards {
  --radius: 34px;
  --transition: 1.4s;
  --easing: cubic-bezier(.2,.8,.2,1);
  --gap: 20px;
  font-family: var(--gh-font);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100%;
}

.sequoia-cards * {
  box-sizing: inherit;
}

.sequoia-cards__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  width: 100%;
  align-items: stretch;
  justify-items: stretch;
  margin: 0;
  height: 100%;
}

.sequoia-card {
  height: var(--sequoia-h-desktop);
  min-width: 0;
  border-radius: var(--radius);
  perspective: 1280px;
  position: relative;
  overflow: visible;
  background: transparent;
  display: flex;
  align-items: stretch;
  outline: none;
}

.sequoia-card__inner {
  width: 100%;
  height: calc(100%);
  position: relative;
  transform-style: preserve-3d;
  transition: transform var(--transition) var(--easing);
  will-change: transform;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
}

.sequoia-card:hover .sequoia-card__inner,
.sequoia-card.is-flipped .sequoia-card__inner {
  transform: rotateY(180deg);
}

.sequoia-card__face {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sequoia-card__front {
  z-index: 2;
  background: #2b2b2b;
  color: #fff;
  padding: 32px;
  justify-content: flex-start;
}

.sequoia-card__title {
  font-weight: 600;
  font-size: var(--gh-fs-h3);
  line-height: var(--gh-lh-heading);
  letter-spacing: -0.02em;
  color: var(--gh-text-primary);
  margin: 0;
}

.sequoia-card__art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  pointer-events: none;
  border-radius: 0 0 var(--radius) var(--radius);
  transform: translateX(-6%);
}

.sequoia-rotate {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 6;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.95);
  color: #1a1a1a;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0,0,0,.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sequoia-rotate:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.sequoia-card__back {
  transform: rotateY(180deg);
  z-index: 1;
  background: #ff5a00;
  color: #fff;
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sequoia-back__circle {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.sequoia-back__content {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 80px auto 0;
}

.sequoia-back__title {
  font-weight: 600;
  font-size: var(--gh-fs-h3);
  line-height: var(--gh-lh-heading);
  letter-spacing: -0.02em;
  color: var(--gh-text-primary);
  margin: 0 0 18px;
}

.sequoia-back__text {
  font-size: var(--gh-fs-body);
  line-height: var(--gh-lh-body);
  color: var(--gh-text-secondary);
  margin: 0 0 34px;
}

.sequoia-cta {
  display: inline-block;
  padding: 16px 34px;
  background: #fff;
  color: #000;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--gh-fs-btn);
}

.sequoia-rotate.back {
  right: 18px;
  bottom: 18px;
  background: rgba(0,0,0,.18);
  color: #fff;
}

.sequoia-card:focus {
  outline: 2px solid rgba(255,90,0,.35);
}

.card-1 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/artist-2.png"); }
.card-1 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/artist-2-2.png"); }
.card-2 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/Аранжировка-1-2.png"); }
.card-2 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/Аранжировка-2-2-1.png"); }
.card-3 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/Аранжировка-1.png"); }
.card-3 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/Аранжировка-2.png"); }
.card-4 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/4_1.png"); }
.card-4 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/4_1-2-1.png"); }
.card-5 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/таргет-1-1.png"); }
.card-5 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/таргет-1.png"); }
.card-6 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/видеопродакшн-1.png"); }
.card-6 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/видеопродакшн-2-1.png"); }
.card-7 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/osnashhenie-2.png"); }
.card-7 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/osnashhenie-2-2.png"); }
.card-8 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/концерты-1.png"); }
.card-8 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/концерты-2-2.png"); }
.card-9 .sequoia-card__art { background-image: url("/wp-content/uploads/2025/09/ивенты-2.png"); }
.card-9 .sequoia-back__circle { background-image: url("/wp-content/uploads/2025/09/ивенты-2-1.png"); }

.gh-archi-quiz {
  height: auto;
  max-width: 980px;
}

.gh-archi-quiz .quiz-root {
  width: 100%;
  margin-top: 16px;
}

.gh-archi-quiz .question-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-archi-quiz .nav-wrap {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.gh-archi-quiz .prev-btn {
  background: linear-gradient(90deg, #AAA, #888);
  color: #fff;
  padding: 14px 50px;
}

.gh-archi-quiz .progress {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.gh-archi-quiz .result-wrap {
  width: 100%;
  margin-top: 18px;
  display: none;
}

.gh-archi-quiz .question-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gh-archi-quiz .question-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gh-archi-quiz .question-title {
  font-weight: 700;
  font-size: var(--gh-fs-subtitle);
  color: rgba(255, 255, 255, 0.95);
}

.gh-archi-quiz .question-text {
  font-size: var(--gh-fs-subtitle);
  line-height: var(--gh-lh-tight);
  color: rgba(255, 255, 255, 0.92);
}

.gh-archi-quiz .options-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.gh-archi-quiz .options-wrap label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gh-archi-quiz .options-wrap label:hover {
  background: rgba(255, 255, 255, 0.04);
}

.gh-archi-quiz .options-wrap label.selected {
  background: rgba(255, 255, 255, 0.06);
}

.gh-archi-quiz .options-wrap input[type="radio"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #FE5500;
}

.gh-archi-quiz .options-wrap span {
  color: rgba(255, 255, 255, 0.9);
}

.gh-archi-quiz .result-wrap h3 {
  margin: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.95);
}

.gh-archi-quiz .result-wrap h3 span {
  color: #FE5500;
  font-size: 40px;
}

.gh-archi-quiz .result-note {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.gh-archi-quiz .top-title {
  font-weight: 700;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.95);
  margin: 16px 0 8px 0;
}

.gh-archi-quiz .top-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.gh-archi-quiz .archetype-card {
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.gh-archi-quiz .archetype-card-title {
  font-weight: 700;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.95);
}

.gh-archi-quiz .archetype-card-desc {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}

.gh-archi-quiz .archetype-card-def {
  font-weight: 600;
  font-size: 20px;
}

.gh-archi-quiz .archetype-card-meta {
  margin-top: 6px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.gh-archi-quiz .result-controls {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.gh-archi-quiz .btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.95) !important;
  border-radius: var(--gh-radius) !important;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 50px;
  box-shadow: none !important;
}

.gh-archi-quiz .btn-outline:hover,
.gh-archi-quiz .btn-outline:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px var(--gh-border-hover) inset !important;
}

.gh-archi-quiz .btn-outline:active {
  transform: translateY(0);
  box-shadow: none !important;
}

.gh-archi-quiz .result-wrap .result-table-wrap {
  width: 100%;
  border-radius: var(--gh-radius);
  overflow: hidden;
  border: 1px solid #ffffffa8;
  background: rgba(10,12,14,0.6);
}

.gh-archi-quiz .result-wrap table {
  width: 100%;
  border-collapse: collapse;
  color: var(--gh-text-primary);
}

.gh-archi-quiz .result-wrap thead th {
  text-align: left;
  padding: 14px 18px;
  font-weight: 700;
  color: var(--gh-text-primary);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  background: rgba(255,255,255,0.02);
}

.gh-archi-quiz .result-wrap thead th.value {
  text-align: right;
}

.gh-archi-quiz .result-wrap tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.85);
}

.gh-archi-quiz .result-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.gh-archi-quiz .result-wrap td.value {
  text-align: right;
  white-space: nowrap;
  min-width: 72px;
  padding-left: 12px;
}

.gh-archi-quiz .result-wrap .quiz-btn {
  border-radius: var(--gh-radius);
}

.gh-archi-quiz .result-wrap .btn-outline {
  border-radius: var(--gh-radius);
}

.gh-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(20, 22, 28, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10000;
  font-family: var(--gh-font);
}

.gh-toast--visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.gh-toast__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.gh-toast--success .gh-toast__icon {
  background: linear-gradient(135deg, #00c853, #00e676);
  color: #fff;
}

.gh-toast--error .gh-toast__icon {
  background: linear-gradient(135deg, #ff5252, #ff1744);
  color: #fff;
}

.gh-toast__text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}

@media (max-width: 600px) {
  .gh-toast {
    left: 16px;
    right: 16px;
    transform: translateX(0) translateY(20px);
    bottom: 16px;
  }
  
  .gh-toast--visible {
    transform: translateX(0) translateY(0);
  }
  
  .gh-toast__text {
    white-space: normal;
  }
}

@media (max-width: 1200px) {
  
  .sequoia-card {
    height: var(--sequoia-h-tablet);
  }
}

@media (max-width: 1100px) {
  .gh-cards {
    gap: var(--gh-gap-sm);
  }
  
  .gh-card {
    padding: 28px;
  }
  
  .gh-card__media {
    width: 200px;
    height: 160px;
  }
}

@media (max-width: 992px) {
  .sequoia-cards__container {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
  }
  
  .sequoia-card {
    height: var(--sequoia-h-tablet-sm);
  }
  
  .sequoia-card__back {
    overflow: hidden;
  }
  
  .sequoia-back__content {
    margin: 60px auto 0;
  }
  
  .sequoia-back__circle {
    width: 280px;
    height: 280px;
    top: -70px;
  }
}

@media (max-width: 900px) {
  
  .gh-cards {
    grid-template-columns: 1fr;
    gap: var(--gh-gap);
    padding: 4px 0;
  }
  
  .gh-card {
    min-width: 0;
    flex-direction: column;
    padding: 24px;
    height: auto;
  }
  
  .gh-card__media {
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  
  .gh-card__body {
    width: 100%;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .gh-card--promo {
    height: auto;
    padding: 28px;
  }
  
  
  .gigaherz-row {
    flex-wrap: wrap;
    gap: clamp(8px, 2.5vw, 18px);
    padding: 0 8px;
    min-height: auto;
  }
  
  .gigaherz-row .letter {
    width: clamp(90px, 28vw, 260px);
    margin-left: 0 !important;
    opacity: 1;
  }
  
  
  .directions-block {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
    min-height: 72vh;
    height: auto;
  }
  
  .direction-description {
    order: 3;
    min-height: 150px;
    padding: 1.5rem 1rem;
    height: auto;
  }
  
  .direction-visual {
    order: 2;
    min-height: 250px;
    padding: 1.5rem 1rem;
    height: 300px;
  }
  
  .directions-tab-indicator,
  .direction-indicator {
    display: none;
  }
  
  .directions-list {
    height: auto;
    justify-content: flex-start;
    gap: .2rem;
  }
  
  .directions-tab-item,
  .direction-item {
    flex: none;
  }
}

@media (max-width: 768px) {
  
  .directions-block .global-cursor {
    display: none !important;
  }
  
  .directions-block,
  .directions-block * {
    cursor: auto !important;
    user-select: auto;
  }
  
  
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .portfolio-card .card-image {
    height: 240px;
  }
  
  .portfolio-card {
    padding: 0;
  }
  
  .portfolio-card .card-content {
    padding: 18px 16px;
  }
  
  .portfolio-card .card-title {
    font-size: 1.2rem;
  }
  
  .portfolio-card .card-title--invite {
    font-size: 1.9rem !important;
  }
  
  .portfolio-card .card-details {
    font-size: 1.05rem;
  }
  
  .portfolio-card--invite {
    min-height: 340px;
  }
  
  .portfolio-card .card-link--special {
    padding: 16px 32px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .gh-card--promo {
    padding: 24px;
  }
}

@media (max-width: 600px) {
  
  .gigaherz-3d-wrapper {
    padding: 6px 0;
  }
  
  .gigaherz-row {
    perspective: 720px;
    padding: 0 6px;
  }
  
  .letter:not(.loaded)::after {
    font-size: calc(var(--letter-w, 120px) * 0.22);
  }
  
  
  .sequoia-cards__container {
    grid-template-columns: 1fr;
    gap: var(--gap);
  }
  
  .sequoia-card {
    height: auto;
    min-height: var(--sequoia-h-mobile);
    border-radius: 24px;
  }
  
  .sequoia-card__inner {
    height: var(--sequoia-h-mobile);
  }
  
  .sequoia-card__art {
    right: -6%;
    bottom: 0;
    height: 65%;
  }
  
  .sequoia-back__circle {
    width: 140px;
    height: 140px;
    top: -40px;
  }
  
  .sequoia-back__content {
    margin: 40px auto 0;
    padding: 0 8px;
  }
  
  .sequoia-card__front {
    padding: 20px;
  }
  
  .sequoia-card__back {
    padding: 24px 14px;
    overflow: hidden;
  }
  
  .sequoia-back__text {
    font-size: var(--gh-fs-body);
    line-height: var(--gh-lh-body);
    margin: 0 0 16px;
  }
  
  .sequoia-cta {
    padding: 12px 24px;
    border-radius: 20px;
  }
  
  .sequoia-rotate {
    width: 48px;
    height: 48px;
    right: 12px;
    bottom: 12px;
    font-size: 18px;
  }
  
  .sequoia-rotate.back {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 480px) {
  
  .sequoia-card {
    min-height: var(--sequoia-h-mobile-sm);
  }
  
  .sequoia-card__inner {
    height: var(--sequoia-h-mobile-sm);
  }
  
  .sequoia-back__circle {
    width: 120px;
    height: 120px;
    top: -30px;
  }
  
  .sequoia-back__content {
    margin: 30px auto 0;
    padding: 0 4px;
  }
  
  .sequoia-card__front {
    padding: 16px;
  }
  
  .sequoia-card__back {
    padding: 20px 12px;
  }
  
  .sequoia-back__text {
    margin: 0 0 12px;
  }
  
  .sequoia-cta {
    padding: 10px 20px;
  }
  
  .sequoia-rotate {
    width: 42px;
    height: 42px;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
  }
  
  
  .gh-card {
    padding: 20px;
    border-radius: var(--gh-radius-sm);
  }
  
  .gh-card--promo {
    padding: 20px;
  }
  
  .gh-card--promo h2 {
    font-size: 32px;
  }
  
  .gh-card--promo p {
    font-size: 16px;
  }
  
  .gh-card--promo p:first-of-type {
    font-size: 18px;
  }
  
  .gh-card--promo .quiz-btn,
  .gh-archi-quiz .btn-outline {
    padding: 12px 28px;
  }
  
  .gh-card__title {
    font-size: 32px;
  }
  
  .gh-card__subtitle {
    font-size: 18px;
  }
  
  .gh-card__desc {
    font-size: 16px;
  }
  
  
  .gh-archi-quiz .question-title {
    font-size: 16px;
  }
  
  .gh-archi-quiz .question-text {
    font-size: 18px;
  }
  
  .gh-archi-quiz .options-wrap label {
    padding: 6px 8px;
  }
  
  .gh-archi-quiz .options-wrap span {
    font-size: 14px;
  }
  
  .gh-archi-quiz .prev-btn,
  .gh-archi-quiz .next-btn {
    padding: 12px 28px;
  }
  
  .gh-archi-quiz .result-wrap h3 span {
    font-size: 28px;
  }
  
  .gh-archi-quiz .top-title {
    font-size: 28px;
  }
  
  .gh-archi-quiz .archetype-card-title {
    font-size: 24px;
  }
  
  .gh-archi-quiz .archetype-card-def {
    font-size: 16px;
  }
  
  .gh-archi-quiz .archetype-card-meta {
    font-size: 14px;
  }
  
  
  .portfolio-card {
    padding: 0;
  }
  
  .portfolio-card .card-image {
    height: 210px;
  }
  
  .portfolio-card .card-content {
    padding: 16px 14px;
  }
  
  .portfolio-card .card-title {
    font-size: 1rem;
  }
  
  .portfolio-card .card-title--invite {
    font-size: 1.7rem !important;
  }
  
  .portfolio-card .card-details {
    font-size: 1rem;
  }
  
  .portfolio-card--invite {
    min-height: 300px;
  }
  
  .portfolio-card .card-link--special {
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .gigaherz-row {
    perspective: 640px;
    padding: 0 4px;
  }
  
  .gh-card__title {
    font-size: 28px;
  }
  
  .gh-card__subtitle {
    font-size: 16px;
  }
  
  .gh-card__desc {
    font-size: 15px;
  }
  
  .gh-card--promo h2 {
    font-size: 28px;
  }
  
  .gh-card--promo p {
    font-size: 15px;
  }
}

@media (min-width: 900px) {
  .directions-block {
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 1fr) minmax(280px, 1fr);
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  
  .letter {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  
  .letter.floating {
    animation: none !important;
  }
  
  .direction-visual img,
  .directions-tab-indicator,
  .direction-indicator,
  .direction-description-inner {
    transition: none;
  }
  
  .portfolio-card,
  .portfolio-card .card-image img,
  .portfolio-card .card-link,
  .portfolio-card .card-link--special {
    transition: none !important;
    animation: none !important;
  }
  
  .portfolio-card:hover {
    transform: none;
  }
  
  .portfolio-card:hover .card-image img {
    transform: none;
  }
  
  .sequoia-card__inner {
    transition: none !important;
  }
}

@media print {
  .gh-card,
  .portfolio-card,
  .sequoia-card,
  .directions-block {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
  
  .gh-card__title,
  .gh-card__subtitle,
  .gh-card__desc,
  .gh-card--promo h2,
  .gh-card--promo p {
    color: #000 !important;
  }
  
  .directions-block .global-cursor {
    display: none !important;
  }
}

.cursor-hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cursor-hero {
  min-height: 80vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}

.cursor-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
}

.cursor-tag {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FE5500;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.2s;
}

.cursor-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.08;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.4s;
}

.cursor-title .glow {
  background: linear-gradient(90deg, #FE100D, #FE5500, #FDA700);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cursor-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.6s;
}

.cursor-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  background: linear-gradient(90deg, #FE100D, #FDA700);
  border: none;
  border-radius: 36px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.8s;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.cursor-cta:hover {
  transform: translateY(4px);
  box-shadow: 0 12px 40px rgba(254, 85, 0, 0.35);
  color: #fff;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .cursor-hero {
    min-height: 70vh;
    padding: clamp(24px, 5vw, 60px);
  }
  
  .cursor-title {
    font-size: clamp(36px, 9vw, 56px);
    margin-bottom: 20px;
  }
  
  .cursor-sub {
    font-size: clamp(16px, 4vw, 18px);
    margin-bottom: 32px;
  }
  
  .cursor-cta {
    padding: 16px 40px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cursor-hero {
    min-height: 60vh;
    padding: 24px 16px;
  }
  
  .cursor-tag {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
  }
  
  .cursor-title {
    font-size: clamp(32px, 14vw, 48px);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }
  
  .cursor-sub {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 100%;
  }
  
  .cursor-cta {
    padding: 16px 32px;
    font-size: 15px;
    border-radius: 28px;
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 360px) {
  
  .sequoia-card {
    min-height: var(--sequoia-h-mobile-xs);
  }
  
  .sequoia-card__inner {
    height: var(--sequoia-h-mobile-xs);
  }
  
  .sequoia-back__circle {
    width: 100px;
    height: 100px;
    top: -25px;
  }
  
  .sequoia-back__content {
    margin: 25px auto 0;
    padding: 0;
  }
  
  .sequoia-card__front {
    padding: 14px;
  }
  
  .sequoia-card__back {
    padding: 16px 10px;
  }
  
  .sequoia-back__text {
    margin: 0 0 10px;
  }
  
  .sequoia-cta {
    padding: 8px 16px;
    border-radius: 16px;
  }
  
  .sequoia-rotate {
    width: 36px;
    height: 36px;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
  }
  
  
  .cursor-hero {
    min-height: 55vh;
    padding: 20px 12px;
  }
  
  .cursor-title {
    font-size: 30px;
  }
  
  .cursor-sub {
    font-size: 15px;
  }
  
  .cursor-cta {
    padding: 14px 28px;
    font-size: 14px;
  }
}

body.cursorHero-nativeCursor {
  cursor: auto !important;
}

body.cursorHero-nativeCursor a,
body.cursorHero-nativeCursor button,
body.cursorHero-nativeCursor input,
body.cursorHero-nativeCursor textarea,
body.cursorHero-nativeCursor select,
body.cursorHero-nativeCursor [role="button"],
body.cursorHero-nativeCursor .elementor-button {
  cursor: pointer !important;
}

body.cursorHero-nativeCursor .global-cursor,
body.cursorHero-nativeCursor .global-cursor-glow {
  opacity: 0 !important;
}

.gh-about {
  --about-radius: 36px;
  --about-gap: 48px;
  font-family: var(--gh-font);
  color: var(--gh-text-primary);
  width: 100%;
  padding: 60px 40px;
  background: var(--gh-bg-card);
  border-radius: var(--about-radius);
  border: 1px solid var(--gh-border);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.gh-about::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(254,85,0,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.gh-about::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(253,167,0,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.gh-about__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--about-gap);
}

.gh-about__section {
  position: relative;
}

.gh-about__section p {
  margin: 0;
  font-size: var(--gh-fs-body);
  line-height: 1.7;
  color: var(--gh-text-secondary);
  letter-spacing: 0.01em;
}

.gh-about__section p + p {
  margin-top: 20px;
}

.gh-about__section strong {
  color: var(--gh-text-primary);
  font-weight: 700;
  font-size: var(--gh-fs-subtitle);
  display: inline;
}

.gh-about__section em {
  font-style: italic;
  color: rgba(255,255,255,0.8);
}

.gh-about__section em strong {
  background: var(--gh-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.gh-about__highlight {
  background: linear-gradient(135deg, rgba(254,85,0,0.08) 0%, rgba(253,167,0,0.04) 100%);
  border-left: 4px solid var(--gh-orange);
  padding: 28px 32px;
  border-radius: 0 20px 20px 0;
  margin: 0;
}

.gh-about__highlight p {
  font-size: var(--gh-fs-subtitle);
  line-height: var(--gh-lh-body);
  color: var(--gh-text-primary);
}

.gh-about__highlight strong {
  font-size: calc(var(--gh-fs-subtitle) + 2px);
}

.gh-about__conclusion {
  text-align: center;
  padding: 32px 24px;
  background: rgba(255,255,255,0.03);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
}

.gh-about__conclusion p {
  font-size: var(--gh-fs-subtitle);
  line-height: 1.7;
  color: var(--gh-text-secondary);
  max-width: 860px;
  margin: 0 auto;
  text-wrap: balance;
}

.gh-about__conclusion em strong {
  font-size: calc(var(--gh-fs-subtitle) + 2px);
  white-space: nowrap;
}

.gh-about__divider {
  width: 60px;
  height: 3px;
  background: var(--gh-accent);
  border-radius: 2px;
  margin: 0 auto;
  opacity: 0.6;
}

@keyframes ghAboutFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gh-about {
  opacity: 0;
  animation: ghAboutFadeIn 1s var(--gh-easing) forwards;
  animation-delay: 0.2s;
}

.gh-about__section {
  opacity: 0;
  animation: ghAboutFadeIn 0.8s var(--gh-easing) forwards;
}

.gh-about__section:nth-child(1) { animation-delay: 0.3s; }
.gh-about__section:nth-child(2) { animation-delay: 0.45s; }
.gh-about__section:nth-child(3) { animation-delay: 0.6s; }
.gh-about__section:nth-child(4) { animation-delay: 0.75s; }
.gh-about__section:nth-child(5) { animation-delay: 0.9s; }
.gh-about__section:nth-child(6) { animation-delay: 1.05s; }

.gh-about__divider {
  opacity: 0;
  animation: ghAboutFadeIn 0.6s var(--gh-easing) forwards;
  animation-delay: 0.5s;
}

@media (max-width: 768px) {
  .gh-about {
    padding: 40px 28px;
    border-radius: 28px;
    --about-gap: 36px;
  }
  
  .gh-about__highlight {
    padding: 24px 24px;
  }
}

@media (max-width: 480px) {
  .gh-about {
    padding: 32px 20px;
    border-radius: 24px;
    --about-gap: 28px;
  }
  
  .gh-about__highlight {
    padding: 20px 20px;
    border-radius: 0 16px 16px 0;
  }
  
  .gh-about__conclusion {
    padding: 24px 16px;
  }
}

.gh-team {
  font-family: var(--gh-font);
  color: var(--gh-text-primary);
}

.gh-team__header {
  text-align: center;
  margin-bottom: 60px;
}

.gh-team__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gh-orange);
  margin-bottom: 16px;
}

.gh-team__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--gh-text-primary);
}

.gh-team__subtitle {
  font-size: var(--gh-fs-subtitle);
  color: var(--gh-text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: var(--gh-lh-body);
}

.gh-team__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gh-team-card {
  display: flex;
  gap: 40px;
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: 32px;
  transition: all var(--gh-transition);
}

.gh-team-card:hover {
  border-color: var(--gh-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px -20px rgba(254, 85, 0, 0.15);
}

.gh-team-card__photo {
  position: relative;
  flex-shrink: 0;
  width: 280px;
}

.gh-team-card__photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--gh-radius-sm);
}

.gh-team-card__badges {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gh-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 6px 12px;
  color: #fff;
}

.gh-team-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.gh-team-card__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gh-team-card__name {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: var(--gh-text-primary);
}

.gh-team-card__role {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  background: var(--gh-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gh-team-card__bio {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-team-card__stats {
  display: flex;
  gap: 32px;
}

.gh-team-card__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gh-team-card__stat-value {
  font-size: 28px;
  font-weight: 700;
  background: var(--gh-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gh-team-card__stat-label {
  font-size: 13px;
  color: var(--gh-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gh-team-card__artists {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.gh-artist-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 6px 14px;
  color: var(--gh-text-secondary);
  transition: all 0.2s ease;
}

.gh-artist-tag:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gh-text-primary);
}

@media (max-width: 768px) {
  .gh-team-card {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  
  .gh-team-card__photo {
    width: 100%;
  }
  
  .gh-team-card__photo img {
    height: 280px;
  }
  
  .gh-team-card__stats {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.gh-team-timeline {
  font-family: var(--gh-font);
  color: var(--gh-text-primary);
}

.gh-team-hero {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  padding: 40px;
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
}

.gh-team-hero__photo {
  position: relative;
  flex-shrink: 0;
}

.gh-team-hero__photo img {
  width: 300px;
  height: 380px;
  object-fit: cover;
  border-radius: var(--gh-radius-sm);
  position: relative;
  z-index: 1;
}

.gh-team-hero__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(254, 85, 0, 0.3) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
}

.gh-team-hero__info {
  flex: 1;
}

.gh-team-hero__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gh-orange);
  margin-bottom: 12px;
}

.gh-team-hero__name {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 12px;
}

.gh-team-hero__role {
  font-size: 20px;
  font-weight: 500;
  color: var(--gh-text-secondary);
  margin: 0 0 20px;
}

.gh-team-hero__desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gh-text-secondary);
  margin: 0 0 28px;
  max-width: 500px;
}

.gh-team-hero__awards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.gh-award-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 18px;
}

.gh-award-card__icon {
  font-size: 20px;
}

.gh-award-card__text {
  font-size: 14px;
  font-weight: 500;
  color: var(--gh-text-primary);
}

.gh-timeline {
  position: relative;
}

.gh-timeline__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 40px;
  color: var(--gh-text-primary);
}

.gh-timeline__track {
  position: relative;
  padding-left: 40px;
}

.gh-timeline__track::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gh-orange), rgba(255, 255, 255, 0.1));
}

.gh-timeline__item {
  position: relative;
  padding-bottom: 40px;
}

.gh-timeline__item:last-child {
  padding-bottom: 0;
}

.gh-timeline__dot {
  position: absolute;
  left: -40px;
  top: 6px;
  width: 18px;
  height: 18px;
  background: var(--gh-bg-card);
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
}

.gh-timeline__dot--accent {
  border-color: var(--gh-orange);
  box-shadow: 0 0 20px rgba(254, 85, 0, 0.4);
}

.gh-timeline__dot--pulse {
  border-color: var(--gh-orange);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(254, 85, 0, 0.5); }
  50% { box-shadow: 0 0 0 10px rgba(254, 85, 0, 0); }
}

.gh-timeline__content {
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-xs);
  padding: 24px 28px;
}

.gh-timeline__item--highlight .gh-timeline__content {
  border-color: rgba(254, 85, 0, 0.3);
  background: rgba(254, 85, 0, 0.05);
}

.gh-timeline__year {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gh-orange);
  margin-bottom: 8px;
}

.gh-timeline__heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--gh-text-primary);
}

.gh-timeline__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-timeline__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.gh-timeline__tags span {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 4px 12px;
  color: var(--gh-text-muted);
}

.gh-timeline__songs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.gh-song {
  font-size: 13px;
  background: rgba(254, 167, 0, 0.1);
  border: 1px solid rgba(254, 167, 0, 0.2);
  border-radius: 16px;
  padding: 6px 14px;
  color: var(--gh-text-primary);
}

.gh-timeline__achievements {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.gh-achievement {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 12px 16px;
}

.gh-achievement__icon {
  font-size: 20px;
}

.gh-achievement__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gh-achievement__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--gh-text-primary);
}

.gh-achievement__subtitle {
  font-size: 12px;
  color: var(--gh-text-muted);
}

@media (max-width: 768px) {
  .gh-team-hero {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    text-align: center;
  }
  
  .gh-team-hero__photo img {
    width: 200px;
    height: 260px;
  }
  
  .gh-team-hero__awards {
    justify-content: center;
  }
  
  .gh-timeline__track {
    padding-left: 30px;
  }
  
  .gh-timeline__dot {
    left: -30px;
    width: 14px;
    height: 14px;
  }
  
  .gh-timeline__content {
    padding: 20px;
  }
  
  
  .gh-timeline__songs,
  .gh-timeline__tags {
    gap: 6px;
  }
  
  .gh-song {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 14px;
    max-width: 100%;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.4;
  }
  
  .gh-timeline__tags span {
    font-size: 11px;
    padding: 6px 14px;
  }
  
  .gh-artist-tag {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 14px;
  }
  
  .gh-team-card__artists {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .gh-song {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 12px;
  }
  
  .gh-timeline__songs,
  .gh-timeline__tags {
    gap: 6px;
  }
  
  .gh-timeline__tags span {
    font-size: 10px;
    padding: 5px 12px;
  }
  
  .gh-artist-tag {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 12px;
  }
  
  .gh-team-card__artists {
    gap: 5px;
  }
}

.gh-team-bento {
  font-family: var(--gh-font);
  color: var(--gh-text-primary);
}

.gh-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 20px;
}

.gh-bento-card {
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-xs);
  padding: 24px;
  overflow: hidden;
  position: relative;
  transition: all var(--gh-transition);
}

.gh-bento-card:hover {
  border-color: var(--gh-border-hover);
  transform: translateY(-4px);
}

.gh-bento-card--hero {
  grid-column: span 2;
  grid-row: span 2;
  padding: 0;
}

.gh-bento-card__bg {
  position: absolute;
  inset: 0;
}

.gh-bento-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-bento-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 60%);
}

.gh-bento-card--hero .gh-bento-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 1;
}

.gh-bento-card__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gh-orange);
  margin-bottom: 8px;
}

.gh-bento-card__name {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.2;
}

.gh-bento-card__role {
  font-size: 14px;
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-bento-card--stats {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(254, 85, 0, 0.15) 0%, rgba(254, 167, 0, 0.1) 100%);
  border-color: rgba(254, 85, 0, 0.2);
}

.gh-bento-stat {
  text-align: center;
}

.gh-bento-stat__number {
  display: block;
  font-size: 56px;
  font-weight: 800;
  background: var(--gh-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.gh-bento-stat__plus {
  font-size: 32px;
}

.gh-bento-stat__label {
  display: block;
  font-size: 14px;
  color: var(--gh-text-secondary);
  margin-top: 8px;
}

.gh-bento-card--awards {
  grid-row: span 1;
}

.gh-bento-awards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}

.gh-bento-award {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gh-bento-award__icon {
  font-size: 24px;
}

.gh-bento-award__info {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.gh-bento-award__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--gh-text-primary);
}

.gh-bento-award__count {
  font-size: 12px;
  font-weight: 700;
  color: var(--gh-orange);
}

.gh-bento-card--quote {
  grid-column: span 2;
  display: flex;
  align-items: center;
}

.gh-bento-quote {
  margin: 0;
}

.gh-bento-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-bento-card--artists {
  grid-column: span 2;
}

.gh-bento-card__heading {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gh-text-muted);
  margin: 0 0 16px;
}

.gh-bento-artists {
  display: flex;
  gap: 16px;
  overflow-x: auto;
}

.gh-bento-artist {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.gh-bento-artist img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.gh-bento-artist span {
  font-size: 11px;
  color: var(--gh-text-secondary);
  white-space: nowrap;
}

.gh-bento-artist--more {
  justify-content: center;
}

.gh-bento-artist__count {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: var(--gh-text-muted);
}

.gh-bento-card--hits {
  grid-row: span 2;
}

.gh-bento-hits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-bento-hit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  transition: background 0.2s ease;
}

.gh-bento-hit:hover {
  background: rgba(255, 255, 255, 0.06);
}

.gh-bento-hit__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gh-orange);
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  flex-shrink: 0;
}

.gh-bento-hit__info {
  flex: 1;
  min-width: 0;
}

.gh-bento-hit__title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--gh-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gh-bento-hit__artist {
  display: block;
  font-size: 11px;
  color: var(--gh-text-muted);
}

.gh-bento-hit__year {
  font-size: 11px;
  color: var(--gh-text-muted);
  flex-shrink: 0;
}

.gh-bento-card--experience {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-bento-exp {
  text-align: center;
}

.gh-bento-exp__label {
  display: block;
  font-size: 12px;
  color: var(--gh-text-muted);
  margin-bottom: 4px;
}

.gh-bento-exp__year {
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: var(--gh-text-primary);
}

.gh-bento-card--cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--gh-accent);
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.gh-bento-card--cta:hover {
  transform: translateY(-4px) scale(1.02);
}

.gh-bento-cta__text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.gh-bento-cta__arrow {
  font-size: 20px;
  color: #fff;
  transition: transform 0.2s ease;
}

.gh-bento-card--cta:hover .gh-bento-cta__arrow {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .gh-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gh-bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  
  .gh-bento-card--hero {
    grid-column: span 1;
    min-height: 360px;
  }
  
  .gh-bento-card--quote,
  .gh-bento-card--artists {
    grid-column: span 1;
  }
}

.gh-team-showcase {
  font-family: var(--gh-font);
  color: var(--gh-text-primary);
}

.gh-showcase-header {
  text-align: center;
  margin-bottom: 40px;
}

.gh-showcase-header__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  margin: 0 0 12px;
}

.gh-showcase-header__desc {
  font-size: var(--gh-fs-subtitle);
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-showcase-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.gh-showcase-tab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 10px 24px;
  color: var(--gh-text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
}

.gh-showcase-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gh-text-primary);
}

.gh-showcase-tab--active {
  background: var(--gh-accent);
  border-color: transparent;
  color: #fff;
}

.gh-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.gh-showcase-card {
  perspective: 1000px;
  height: 380px;
}

.gh-showcase-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.gh-showcase-card:hover .gh-showcase-card__inner {
  transform: rotateY(180deg);
}

.gh-showcase-card__front,
.gh-showcase-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: var(--gh-radius-xs);
  overflow: hidden;
}

.gh-showcase-card__front {
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  display: flex;
  flex-direction: column;
}

.gh-showcase-card__back {
  background: linear-gradient(135deg, rgba(254, 85, 0, 0.15) 0%, rgba(254, 167, 0, 0.1) 100%);
  border: 1px solid rgba(254, 85, 0, 0.3);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.gh-showcase-card__photo {
  height: 220px;
  overflow: hidden;
}

.gh-showcase-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gh-showcase-card:hover .gh-showcase-card__photo img {
  transform: scale(1.05);
}

.gh-showcase-card__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.gh-showcase-card__name {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--gh-text-primary);
}

.gh-showcase-card__role {
  font-size: 14px;
  margin: 0;
  color: var(--gh-text-secondary);
}

.gh-showcase-card__meta {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.gh-showcase-card__badge {
  font-size: 12px;
  background: rgba(254, 167, 0, 0.15);
  border-radius: 12px;
  padding: 4px 10px;
  color: var(--gh-orange);
}

.gh-showcase-card__exp {
  font-size: 12px;
  color: var(--gh-text-muted);
}

.gh-showcase-card__back-content {
  text-align: center;
}

.gh-showcase-card__bio {
  font-size: 14px;
  line-height: 1.6;
  color: var(--gh-text-primary);
  margin: 0 0 20px;
}

.gh-showcase-card__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.gh-showcase-card__highlights span {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 6px 12px;
  color: var(--gh-text-secondary);
}

.gh-showcase-card__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--gh-orange);
  text-decoration: none;
  transition: color 0.2s ease;
}

.gh-showcase-card__link:hover {
  color: #fff;
}

.gh-showcase-card--join .gh-showcase-card__inner {
  transform: none;
}

.gh-showcase-card--join:hover .gh-showcase-card__inner {
  transform: none;
}

.gh-showcase-card__front--join {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 32px;
}

.gh-showcase-card__join-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: var(--gh-text-muted);
}

.gh-showcase-card--join .gh-showcase-card__name {
  font-size: 18px;
}

.gh-showcase-card--join .gh-showcase-card__role {
  font-size: 13px;
}

.gh-showcase-card__join-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 10px 24px;
  color: var(--gh-text-primary);
  text-decoration: none;
  margin-top: 8px;
  transition: all 0.2s ease;
}

.gh-showcase-card__join-btn:hover {
  background: var(--gh-orange);
  border-color: var(--gh-orange);
  color: #fff;
}

@media (max-width: 600px) {
  .gh-showcase-card {
    height: 340px;
  }
  
  .gh-showcase-card__photo {
    height: 180px;
  }
}

.gh-team-full {
  font-family: var(--gh-font);
  color: var(--gh-text-primary);
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.gh-team-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(254, 85, 0, 0.3), transparent);
  margin: 0 10%;
}

.gh-profile {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: start;
}

.gh-profile--reverse {
  grid-template-columns: 1fr 380px;
}

.gh-profile--reverse .gh-profile__visual {
  order: 2;
}

.gh-profile--reverse .gh-profile__content {
  order: 1;
}

.gh-profile__visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.gh-profile__photo-wrap {
  position: relative;
  border-radius: var(--gh-radius);
  overflow: hidden;
}

.gh-profile__photo {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: var(--gh-radius);
  transition: transform 0.6s var(--gh-easing);
}

.gh-profile:hover .gh-profile__photo {
  transform: scale(1.03);
}

.gh-profile__glow {
  position: absolute;
  bottom: -50%;
  left: -25%;
  width: 150%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(254, 85, 0, 0.4) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}

.gh-profile__glow--alt {
  background: radial-gradient(ellipse at center, rgba(253, 167, 0, 0.35) 0%, transparent 70%);
}

.gh-profile__awards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-profile__award {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: 16px;
  padding: 16px 20px;
  transition: all 0.3s ease;
}

.gh-profile__award:hover {
  border-color: rgba(254, 85, 0, 0.3);
  background: rgba(254, 85, 0, 0.05);
}

.gh-profile__award-icon {
  font-size: 28px;
  line-height: 1;
}

.gh-profile__award-info {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.gh-profile__award-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--gh-text-primary);
}

.gh-profile__award-count {
  font-size: 14px;
  font-weight: 700;
  background: var(--gh-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gh-profile__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gh-profile__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gh-profile__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gh-orange);
}

.gh-profile__name {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.02em;
}

.gh-profile__role {
  font-size: 18px;
  font-weight: 500;
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-profile__bio {
  font-size: 17px;
  line-height: 1.75;
  color: var(--gh-text-secondary);
  margin: 0;
  max-width: 560px;
}

.gh-profile__stats {
  display: flex;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid var(--gh-border);
  border-bottom: 1px solid var(--gh-border);
}

.gh-profile__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gh-profile__stat-value {
  font-size: 36px;
  font-weight: 800;
  background: var(--gh-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.gh-profile__stat-label {
  font-size: 13px;
  color: var(--gh-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gh-profile__section-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gh-text-muted);
  margin: 0 0 16px;
}

.gh-profile__collabs {
  display: flex;
  flex-direction: column;
}

.gh-profile__collab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.gh-collab {
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: 20px;
  padding: 20px 24px;
  transition: all 0.3s ease;
}

.gh-collab:hover {
  border-color: var(--gh-border-hover);
  transform: translateY(-2px);
}

.gh-collab__name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--gh-text-primary);
  margin-bottom: 12px;
}

.gh-collab__hits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gh-collab__hit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 6px 12px;
  color: var(--gh-text-secondary);
}

.gh-collab__hit em {
  font-style: normal;
  font-size: 11px;
  color: var(--gh-orange);
  font-weight: 600;
}

.gh-profile__highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(254, 85, 0, 0.04);
  border-left: 3px solid var(--gh-orange);
  border-radius: 0 16px 16px 0;
}

.gh-highlight__year {
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-orange);
  flex-shrink: 0;
  min-width: 44px;
}

.gh-highlight__text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gh-text-secondary);
  margin: 0;
}

.gh-profile__skills {
  display: flex;
  flex-direction: column;
}

.gh-profile__skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gh-skill-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(135deg, rgba(254, 85, 0, 0.12) 0%, rgba(253, 167, 0, 0.08) 100%);
  border: 1px solid rgba(254, 85, 0, 0.2);
  border-radius: 24px;
  padding: 10px 20px;
  color: var(--gh-text-primary);
  transition: all 0.25s ease;
}

.gh-skill-tag:hover {
  background: linear-gradient(135deg, rgba(254, 85, 0, 0.2) 0%, rgba(253, 167, 0, 0.15) 100%);
  border-color: rgba(254, 85, 0, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .gh-profile {
    grid-template-columns: 320px 1fr;
    gap: 40px;
  }
  
  .gh-profile--reverse {
    grid-template-columns: 1fr 320px;
  }
  
  .gh-profile__photo {
    height: 400px;
  }
  
  .gh-profile__collab-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gh-team-full {
    gap: 60px;
  }
  
  .gh-profile,
  .gh-profile--reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .gh-profile--reverse .gh-profile__visual,
  .gh-profile--reverse .gh-profile__content {
    order: unset;
  }
  
  .gh-profile__visual {
    position: static;
  }
  
  .gh-profile__photo {
    height: 360px;
    object-position: top center;
  }
  
  .gh-profile__awards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .gh-profile__award {
    flex: 1;
    min-width: 160px;
  }
  
  .gh-profile__name {
    font-size: 32px;
  }
  
  .gh-profile__stats {
    flex-wrap: wrap;
    gap: 24px;
  }
  
  .gh-profile__stat-value {
    font-size: 28px;
  }
  
  .gh-profile__collab-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .gh-profile__photo {
    height: 320px;
  }
  
  .gh-profile__awards {
    flex-direction: column;
  }
  
  .gh-profile__award {
    min-width: unset;
  }
  
  .gh-profile__stats {
    gap: 20px;
  }
  
  .gh-profile__stat {
    min-width: 80px;
  }
}

.gh-packages {
  padding: clamp(40px, 8vw, 80px) 0;
  background: transparent;
  font-family: var(--gh-font);
}

.gh-packages-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}

.gh-packages-label {
  display: inline-block;
  font-family: var(--gh-font);
  font-size: var(--gh-fs-subtitle);
  font-weight: 600;
  font-style: italic;
  color: #FFFFFF;
  background: var(--gh-orange);
  padding: 12px 32px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.gh-packages-title {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-h2);
  font-weight: 700;
  color: var(--gh-text-primary);
  margin: 0 0 16px 0;
  line-height: var(--gh-lh-heading);
  letter-spacing: -0.02em;
}

.gh-packages-subtitle {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-subtitle);
  font-weight: 400;
  color: var(--gh-text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: var(--gh-lh-body);
}

.gh-packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

.gh-package-card {
  background: var(--gh-bg-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: clamp(28px, 4vw, 40px) clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s var(--gh-easing);
  backdrop-filter: blur(3px);
}

.gh-package-card:hover {
  transform: translateY(-6px);
  border-color: var(--gh-border-hover);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.4);
}

.gh-package-card--popular {
  background: linear-gradient(180deg, rgba(254, 85, 0, 0.1) 0%, rgba(254, 85, 0, 0.02) 100%);
  border-color: rgba(254, 85, 0, 0.25);
}

.gh-package-card--popular:hover {
  border-color: rgba(254, 85, 0, 0.4);
  background: linear-gradient(180deg, rgba(254, 85, 0, 0.15) 0%, rgba(254, 85, 0, 0.04) 100%);
}

.gh-package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gh-accent);
  color: #FFFFFF;
  font-family: var(--gh-font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 18px;
  border-radius: 36px;
  white-space: nowrap;
}

.gh-package-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(254, 85, 0, 0.12) 0%, rgba(253, 167, 0, 0.06) 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.gh-package-name {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-h4);
  font-weight: 700;
  color: var(--gh-text-primary);
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.gh-package-desc {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-body);
  font-weight: 400;
  color: var(--gh-text-muted);
  margin: 0 0 24px 0;
  line-height: var(--gh-lh-body);
}

.gh-package-price {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gh-border);
}

.gh-package-price-value {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-h3);
  font-weight: 800;
  color: var(--gh-text-primary);
  line-height: 1;
}

.gh-package-price-value span {
  font-size: 16px;
  font-weight: 500;
  color: var(--gh-text-muted);
}

.gh-package-price-note {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-small);
  color: var(--gh-text-muted);
  margin-top: 6px;
}

.gh-package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  flex-grow: 1;
}

.gh-package-features li {
  font-family: var(--gh-font);
  font-size: var(--gh-fs-body);
  color: var(--gh-text-secondary);
  padding: 12px 0;
  padding-left: 28px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  line-height: var(--gh-lh-tight);
}

.gh-package-features li:last-child {
  border-bottom: none;
}

.gh-package-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gh-orange);
  font-weight: 700;
  font-size: var(--gh-fs-small);
}

.gh-package-features li.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.gh-package-features li.disabled::before {
  content: "—";
  color: rgba(255, 255, 255, 0.15);
}

.gh-package-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--gh-font);
  font-size: var(--gh-fs-btn);
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  padding: 18px 24px;
  border-radius: 36px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s var(--gh-easing);
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.gh-package-cta:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: #FFFFFF;
}

.gh-package-card--popular .gh-package-cta {
  background: var(--gh-accent);
  border: none;
  box-shadow: 0 8px 28px -8px rgba(254, 16, 13, 0.45);
}

.gh-package-card--popular .gh-package-cta:hover {
  box-shadow: 0 12px 36px -8px rgba(254, 16, 13, 0.55);
  transform: translateY(-3px);
  color: #FFFFFF;
}

.gh-package-card--consult {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0.03) 100%);
  border-color: rgba(34, 197, 94, 0.25);
}

.gh-package-card--consult:hover {
  border-color: rgba(34, 197, 94, 0.4);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18) 0%, rgba(34, 197, 94, 0.05) 100%);
}

.gh-package-card--consult .gh-package-icon {
  background: rgba(34, 197, 94, 0.15);
}

.gh-package-card--consult .gh-package-price-value {
  color: #22C55E;
}

.gh-package-card--consult .gh-package-cta {
  background: #22C55E;
  border-color: transparent;
}

.gh-package-card--consult .gh-package-cta:hover {
  background: #16A34A;
  box-shadow: 0 8px 24px -6px rgba(34, 197, 94, 0.4);
  color: #FFFFFF;
}

.gh-package-card--consult .gh-package-features li::before {
  color: #22C55E;
}

@keyframes ghPackageIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.gh-package-card {
  opacity: 0;
  animation: ghPackageIn 0.8s var(--gh-easing) forwards;
}

.gh-package-card:nth-child(1) { animation-delay: 0.1s; }
.gh-package-card:nth-child(2) { animation-delay: 0.2s; }
.gh-package-card:nth-child(3) { animation-delay: 0.3s; }
.gh-package-card:nth-child(4) { animation-delay: 0.4s; }

@media (max-width: 1200px) {
  .gh-packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .gh-packages-grid {
    gap: 16px;
  }
  
  .gh-package-card {
    padding: 28px 24px;
  }
}

@media (max-width: 768px) {
  .gh-packages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
  
  .gh-package-card--popular {
    order: -1;
  }
}

@media (max-width: 600px) {
  .gh-packages {
    padding: 32px 0;
  }
  
  .gh-packages-header {
    margin-bottom: 32px;
  }
  
  .gh-package-card {
    padding: 24px 20px;
    border-radius: 28px;
  }
  
  .gh-package-badge {
    font-size: 10px;
    padding: 6px 14px;
    top: -10px;
  }
  
  .gh-package-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 14px;
    margin-bottom: 16px;
  }
  
  .gh-package-price {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .gh-package-features {
    margin-bottom: 24px;
  }
  
  .gh-package-features li {
    padding: 10px 0 10px 26px;
  }
  
  .gh-package-cta {
    padding: 14px 20px;
    border-radius: 28px;
  }
}

@media (max-width: 420px) {
  .gh-packages {
    padding: 24px 0;
  }
  
  .gh-package-card {
    padding: 20px 16px;
    border-radius: 24px;
  }
  
  .gh-package-features li {
    padding: 8px 0 8px 24px;
  }
  
  .gh-package-cta {
    padding: 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-package-card {
    animation: none !important;
    opacity: 1 !important;
  }
  
  .gh-package-card:hover {
    transform: none;
  }
}

.fs-word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
}

.fs-word h1 {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  font-size: 33vh;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (max-width: 1200px) {
  .fs-word h1 {
    font-size: 28vh;
  }
}

@media (max-width: 992px) {
  .fs-word h1 {
    font-size: 22vw;
  }
}

@media (max-width: 768px) {
  .fs-word {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .fs-word h1 {
    font-size: 20vw;
  }
}

@media (max-width: 600px) {
  .fs-word h1 {
    font-size: 18vw;
  }
}

@media (max-width: 480px) {
  .fs-word h1 {
    font-size: 16vw;
  }
}

@media (max-width: 360px) {
  .fs-word h1 {
    font-size: 15vw;
  }
}

@media (max-width: 768px) {
  .fs-word,
  .js-fit-half {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  
  .elementor-section:has(.fs-word),
  .elementor-container:has(.fs-word),
  .elementor-column:has(.fs-word),
  .elementor-widget:has(.fs-word) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.kirill-cta-btn {
    width: auto;
    max-width: 320px;
    font-family: var(--gh-font), 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 48px;
    border-radius: 80px;
    background: linear-gradient(90deg, #FE100D, #FDA700);
    color: #fff;
    border: 0;
    cursor: pointer;
    box-shadow: 0 10px 28px -10px rgba(254, 16, 13, 0.55);
    transition: transform .45s cubic-bezier(.2, .9, .2, 1), box-shadow .45s cubic-bezier(.2, .9, .2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    line-height: 1.5;
}

.kirill-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px -8px rgba(254, 16, 13, 0.65);
}

.kirill-cta-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.15);
    outline-offset: 2px;
}

.kirill-cta-btn:active {
    transform: translateY(-1px);
}

.kirill-hide {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 420ms cubic-bezier(.2, .8, .2, 1), opacity 320ms ease;
    will-change: max-height, opacity;
}

@media (max-width: 1024px) {
    .kirill-cta-btn,
    .kirill-cta-btn-2 {
        max-width: 280px;
        padding: 16px 36px;
        border-radius: 60px;
    }
}

@media (max-width: 768px) {
    .kirill-cta-btn,
    .kirill-cta-btn-2 {
        width: auto;
        max-width: 100%;
        padding: 14px 32px;
        font-size: 15px;
        border-radius: 50px;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .kirill-cta-btn,
    .kirill-cta-btn-2 {
        padding: 14px 24px;
        font-size: 14px;
        border-radius: 40px;
    }
}

.kirill-cta-btn-2 {
    width: auto;
    max-width: 320px;
    font-family: var(--gh-font), 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 48px;
    border-radius: 80px;
    background: linear-gradient(90deg, #FE100D, #FDA700);
    color: #fff;
    border: 0;
    cursor: pointer;
    box-shadow: 0 10px 28px -10px rgba(254, 16, 13, 0.55);
    transition: transform .45s cubic-bezier(.2, .9, .2, 1), box-shadow .45s cubic-bezier(.2, .9, .2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    line-height: 1.5;
}

.kirill-cta-btn-2:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px -8px rgba(254, 16, 13, 0.65);
}

.kirill-cta-btn-2:focus {
    outline: 2px solid rgba(255, 255, 255, 0.15);
    outline-offset: 2px;
}

.kirill-cta-btn-2:active {
    transform: translateY(-1px);
}

.kirill-hide-2 {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 420ms cubic-bezier(.2, .8, .2, 1), opacity 320ms ease;
    will-change: max-height, opacity;
}

.elementor-nav-menu li.current-menu-item > a[href*="#"],
.elementor-nav-menu li.current-menu-ancestor > a[href*="#"],
.elementor-nav-menu a[aria-current="page"][href*="#"] {
    background-image: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

.elementor-nav-menu a.nav-active {
    background-image: linear-gradient(90deg, #FE100D 0%, #FDA700 100%) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 50%;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .elementor-nav-menu a.nav-active {
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        color: transparent !important;
    }
}

.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item:focus {
    background-image: linear-gradient(90deg, #FE100D 0%, #FDA700 100%) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .elementor-nav-menu .elementor-item:hover,
    .elementor-nav-menu .elementor-item:focus {
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        color: transparent !important;
    }
}

.services-btn {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background: transparent !important;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: color 0.15s ease, background-image 0.25s ease;
    outline: none;
    box-shadow: none;
}

.services-btn:hover,
.services-btn:focus,
.services-btn:focus-visible {
    background: transparent !important;
}

.services-text {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    color: inherit;
    transition: color 0.15s ease, background-image 0.25s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 50%;
}

.services-btn:hover .services-text,
.services-btn:focus .services-text,
.services-btn:focus-visible .services-text,
.services-btn.active .services-text {
    background-image: linear-gradient(90deg, #FE100D 0%, #FDA700 100%);
    color: #FDA700;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .services-btn:hover .services-text,
    .services-btn:focus .services-text,
    .services-btn:focus-visible .services-text,
    .services-btn.active .services-text {
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.services-btn svg,
.services-btn svg * {
    fill: currentColor;
    stroke: currentColor;
}

.services-icon-open,
.services-icon-close {
    display: inline-block;
}

.services-icon-close {
    display: none;
}

.services-btn.active .services-icon-open {
    display: none;
}

.services-btn.active .services-icon-close {
    display: inline-block;
}

.elementor-nav-menu .elementor-item {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    transition: color 0.15s ease, background-image 0.25s ease;
    text-decoration: none;
    display: inline-block;
}

.elementor-nav-menu svg,
.elementor-nav-menu svg * {
    fill: currentColor;
    stroke: currentColor;
}

.el-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background: transparent;
    border: 0;
    box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 99px;
    padding: 20px 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s ease, color 0.15s ease, border-color 0.25s ease;
}

.el-btn:hover,
.el-btn:focus,
.el-btn:focus-visible {
    background: linear-gradient(90deg, #FE100D 0%, #FDA700 100%);
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

.el-btn svg,
.el-btn svg * {
    fill: currentColor;
    stroke: currentColor;
}

.text-gradient {
    background-image: linear-gradient(90deg, #FE100D 61.06%, #FDA700 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 50%;
    color: #FDA700;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
    .text-gradient {
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

:root {
    --scroll-offset: 0px;
}

[id] {
    scroll-margin-top: var(--scroll-offset);
}

@media only screen and (max-width: 1024px) {
    .services-btn {
        font-size: 14px;
        padding: 1.08em 1.2em;
        gap: 0.6em;
    }
}

@media only screen and (max-width: 768px) {
    .services-btn .services-text {
        display: none !important;
    }
    .services-btn {
        padding: 0.8em;
        border-radius: 100px;
        gap: 0 !important;
        width: auto;
        justify-content: flex-end;
    }
    .services-btn .icon-wrapper svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .services-btn .services-text {
        display: none !important;
    }
    .services-btn {
        padding: 0.6em;
        border-radius: 50%;
        gap: 0 !important;
        width: auto;
    }
    .services-btn .icon-wrapper svg {
        width: 16px;
        height: 16px;
    }
}

.legal-page {
    font-family: var(--gh-font), 'Montserrat', sans-serif;
    color: var(--gh-text-primary, rgba(255, 255, 255, 0.95));
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.legal-page a {
    color: var(--gh-orange, #fe5500);
    text-decoration: none;
    transition: all 0.2s ease;
}

.legal-page a:hover {
    background-image: linear-gradient(90deg, #FE100D 0%, #FDA700 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legal-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gh-orange, #fe5500);
    background: rgba(254, 85, 0, 0.1);
    border: 1px solid rgba(254, 85, 0, 0.2);
    border-radius: 20px;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.legal-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.2;
    color: #fff;
}

.legal-meta {
    font-size: 16px;
    color: var(--gh-text-secondary, rgba(255, 255, 255, 0.7));
    margin: 0;
}

.legal-content {
    line-height: 1.8;
}

.legal-section {
    margin-bottom: 48px;
}

.legal-section h2 {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--gh-text-primary, rgba(255, 255, 255, 0.95));
    margin: 24px 0 12px;
}

.legal-section p {
    font-size: 16px;
    color: var(--gh-text-secondary, rgba(255, 255, 255, 0.7));
    margin: 0 0 16px;
}

.legal-section strong {
    color: #fff;
    font-weight: 600;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.legal-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--gh-text-secondary, rgba(255, 255, 255, 0.7));
}

.legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: linear-gradient(90deg, #FE100D, #FDA700);
    border-radius: 50%;
}

.legal-contact {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px 28px;
    margin-top: 16px;
}

.legal-contact p {
    margin: 0 0 8px;
    color: var(--gh-text-secondary, rgba(255, 255, 255, 0.7));
}

.legal-contact p:last-child {
    margin-bottom: 0;
}

.legal-contact a {
    color: var(--gh-orange, #fe5500);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.legal-contact a:hover {
    opacity: 0.8;
}

.legal-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 16px 0;
}

.legal-section--highlight {
    background: rgba(254, 85, 0, 0.05);
    border: 1px solid rgba(254, 85, 0, 0.15);
    border-radius: 20px;
    padding: 28px 32px;
}

.legal-section--highlight h2 {
    border-bottom: none;
    padding-bottom: 0;
    color: var(--gh-orange, #fe5500);
}

.legal-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

.legal-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
}

.legal-card p {
    margin: 0 0 8px;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-small {
    font-size: 13px !important;
    color: var(--gh-text-muted, rgba(255, 255, 255, 0.45)) !important;
}

.legal-browsers {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 20px 24px;
    margin: 16px 0;
}

.legal-browsers p {
    font-size: 14px;
    margin: 0 0 10px;
}

.legal-browsers p:last-child {
    margin-bottom: 0;
}

.legal-warning {
    background: rgba(254, 167, 0, 0.1);
    border: 1px solid rgba(254, 167, 0, 0.2);
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 20px;
}

.legal-warning p {
    margin: 0;
    font-size: 14px;
    color: var(--gh-text-primary, rgba(255, 255, 255, 0.95));
}

@media (max-width: 1024px) {
    .legal-header {
        margin-bottom: 50px;
        padding-bottom: 32px;
    }
    
    .legal-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .legal-header {
        margin-bottom: 40px;
        padding-bottom: 28px;
    }
    
    .legal-title {
        font-size: 28px;
    }
    
    .legal-section {
        margin-bottom: 32px;
    }
    
    .legal-section h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .legal-section h3 {
        font-size: 16px;
        margin: 20px 0 10px;
    }
    
    .legal-section p {
        font-size: 15px;
        margin-bottom: 14px;
    }
    
    .legal-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .legal-contact {
        padding: 20px;
        border-radius: 12px;
    }
    
    .legal-section--highlight {
        padding: 20px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .legal-badge {
        font-size: 10px;
        padding: 6px 14px;
        letter-spacing: 0.1em;
    }
    
    .legal-title {
        font-size: 24px;
    }
    
    .legal-meta {
        font-size: 14px;
    }
    
    .legal-section h2 {
        font-size: 18px;
    }
    
    .legal-section p,
    .legal-list li {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .legal-list li {
        padding-left: 20px;
        margin-bottom: 8px;
    }
    
    .legal-list li::before {
        width: 6px;
        height: 6px;
        top: 8px;
    }
    
    .legal-contact {
        padding: 16px;
    }
    
    .legal-contact p {
        font-size: 14px;
    }
}

