/* ============================================ */
/*  ФАЙЛ: styles.css
/*  ЛЕНДИНГ: Online English lessons
/* ============================================ */
 @font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto-v51-cyrillic_latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto-v51-cyrillic_latin-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto-v51-cyrillic_latin-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto-v51-cyrillic_latin-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}	  
  /* ===== QUIZ STYLES — НАЧАЛО ===== */
#quiz-section { background: #0EB623; }
.quiz-card {
  max-width: 680px; margin: 0 auto; background: #fff;
  border-radius: 1.5rem; padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
.quiz-header { text-align: center; margin-bottom: 2rem; }
.quiz-header h2 { font-size: 1.75rem; font-weight: 700; color: #111827; margin-bottom: .4rem; }
.quiz-header p { font-size: .95rem; color: #6B7280; }
.quiz-progress-bar { height: 5px; background: #E5E7EB; border-radius: 3px; margin-bottom: 1.5rem; overflow: hidden; }
.quiz-progress-fill { height: 100%; background: #0EB623; border-radius: 3px; transition: width .4s ease; }
.quiz-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.quiz-counter { font-size: .8rem; font-weight: 500; color: #9CA3AF; text-transform: uppercase; letter-spacing: .06em; }
.quiz-level { font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 99px; }
.quiz-question { font-size: 1.2rem; font-weight: 600; color: #111827; margin-bottom: 1.5rem; line-height: 1.5; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1.25rem; }
.quiz-opt {
  padding: 13px 18px; border-radius: .75rem; border: 2px solid #E5E7EB;
  background: #fff; font-size: 1rem; color: #374151; cursor: pointer;
  text-align: left; font-family: Roboto, sans-serif; font-weight: 400;
  transition: border-color .15s, background .15s;
}
.quiz-opt:hover:not(:disabled) { border-color: #0EB623; background: rgba(14,182,35,.04); }
.quiz-opt.correct { background: #ECFDF5; border-color: #0EB623; color: #065F46; font-weight: 500; }
.quiz-opt.wrong { background: #FEF2F2; border-color: #EF4444; color: #7F1D1D; }
.quiz-opt.reveal { background: #ECFDF5; border-color: #0EB623; color: #065F46; font-weight: 500; }
.quiz-opt:disabled { cursor: default; }
.quiz-feedback { font-size: .9rem; font-weight: 500; min-height: 22px; margin-bottom: 1rem; }
.quiz-btn-next {
  width: 100%; padding: 13px; border-radius: .75rem; border: none;
  background: #0EB623; color: #fff; font-size: 1rem; font-weight: 600;
  cursor: pointer; font-family: Roboto, sans-serif; transition: background .2s, opacity .2s;
}
.quiz-btn-next:hover:not(:disabled) { background: #0ca61f; }
.quiz-btn-next:disabled { opacity: .35; cursor: default; }
.quiz-result { text-align: center; padding: .5rem 0; }
.quiz-result-label { font-size: .85rem; color: #9CA3AF; margin-bottom: .25rem; text-transform: uppercase; letter-spacing: .06em; }
.quiz-result-score { font-size: 3.5rem; font-weight: 700; color: #111827; line-height: 1; margin-bottom: .25rem; }
.quiz-result-total { font-size: 1.1rem; color: #9CA3AF; margin-bottom: 1.25rem; }
.quiz-result-level { display: inline-block; font-size: 1.2rem; font-weight: 700; padding: 8px 28px; border-radius: 99px; margin-bottom: 1rem; }
.quiz-result-desc { font-size: .95rem; color: #6B7280; max-width: 420px; margin: 0 auto 1.75rem; line-height: 1.65; }
.quiz-cta {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 2px solid rgba(14,182,35,.25); border-radius: 1rem;
  padding: 1.5rem; text-align: left; margin-bottom: 1.25rem;
}
.quiz-cta-title { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: .4rem; }
.quiz-cta-text { font-size: .9rem; color: #4B5563; line-height: 1.55; margin-bottom: 1.1rem; }
.quiz-cta-btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: #0EB623; color: #fff; text-decoration: none;
  padding: 11px 22px; border-radius: .75rem; font-size: .95rem; font-weight: 600; transition: background .2s;
}
.quiz-cta-btn:hover { background: #0ca61f; }
.quiz-btn-restart {
  background: transparent; border: 2px solid #E5E7EB; color: #6B7280;
  font-size: .9rem; font-weight: 500; padding: 10px 24px; border-radius: .75rem;
  cursor: pointer; font-family: Roboto, sans-serif; transition: border-color .2s, color .2s;
}
.quiz-btn-restart:hover { border-color: #9CA3AF; color: #374151; }
/* ===== QUIZ STYLES — КОНЕЦ ===== */

*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit;overflow-x:hidden}hr{height:0;color:inherit;border-top-width:1px}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}small{font-size:80%}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}

/* Убираем анимацию градиента - ЭТО КЛЮЧЕВОЕ ИЗМЕНЕНИЕ! */
.animated-gradient-text {
  background: linear-gradient(90deg, #111827, #0EB623);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Убираем все лишние анимации, которые создают нагрузку */
* {
  transition-property: none;
}

/* Оставляем только необходимые transition для hover */
.button-primary, .button-secondary, .quiz-opt, .quiz-btn-next, .quiz-cta-btn, .quiz-btn-restart, a, .nav-link {
  transition-property: background-color, border-color, color, opacity, transform, box-shadow;
  transition-duration: .2s;
}

/* Убираем hexagonFloat анимацию - она тоже создает нагрузку */
.grid-pattern {
  background-size: 60px 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 17.32v34.64L30 60 0 51.96V17.32L30 0z' fill='%230EB623' fill-opacity='0.08'/%3E%3C/svg%3E");
  /* animation удалена */
}

/* Оставляем только float для нужных элементов, но без анимации если не критично */
@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* Container */
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.container{max-width:640px}}
@media(min-width:768px){.container{max-width:768px}}
@media(min-width:1024px){.container{max-width:1024px}}
@media(min-width:1280px){.container{max-width:1280px}}

/* Utility classes */
.nav-link{position:relative;cursor:pointer;padding:.5rem 1rem;color:rgb(75 85 99);transition:color .2s}.nav-link:hover,.nav-link.active{color:rgb(14 182 35)}
.button-primary{border-radius:.75rem;background-color:rgb(14 182 35);padding:.625rem 1.5rem;font-weight:500;color:#fff;transition:all .2s}.button-primary:hover{background-color:rgb(14 166 32)}
.button-secondary{font-weight:500;color:rgb(55 65 81);transition:color .2s}.button-secondary:hover{color:rgb(14 182 35)}
.utility-link{font-size:.875rem;color:rgb(75 85 99);transition:color .2s}.utility-link:hover{color:rgb(14 182 35)}
.glass-card{border:1px solid rgba(255,255,255,.2);background-color:rgba(255,255,255,.3);backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(14,182,35,.1)}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.shadow-glow{box-shadow:0 0 15px rgba(14,182,35,.2)}
.shadow-glow-lg{box-shadow:0 0 30px rgba(14,182,35,.25)}

/* ===== LAYOUT ===== */
.min-h-screen{min-height:100vh}
.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}
.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.inline-block{display:inline-block}
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.z-10{z-index:10}.z-50{z-index:50}
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}
.w-full{width:100%}.h-full{height:100%}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}
.max-w-\[1200px\]{max-width:1200px}
.mx-auto{margin-left:auto;margin-right:auto}
.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-24{gap:6rem}

/* Spacing */
.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-12{padding:3rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-20{padding-top:5rem}.pb-16{padding-bottom:4rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}
.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}
.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}
.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}

/* Typography */
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}
.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.leading-none{line-height:1}
.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}
.text-left{text-align:left}.text-center{text-align:center}
.whitespace-nowrap{white-space:nowrap}

/* Colors */
.text-white{color:#fff}.text-white\/70{color:rgba(255,255,255,.7)}.text-white\/80{color:rgba(255,255,255,.8)}.text-white\/90{color:rgba(255,255,255,.9)}
.text-gray-400{color:rgb(156 163 175)}.text-gray-500{color:rgb(107 114 128)}.text-gray-600{color:rgb(75 85 99)}.text-gray-700{color:rgb(55 65 81)}.text-gray-800{color:rgb(31 41 55)}.text-gray-900{color:rgb(17 24 39)}
.text-\[\#0EB623\]{color:rgb(14 182 35)}.text-\[\#0D2B4D\]{color:rgb(13 43 77)}

/* Backgrounds */
.bg-white{background-color:#fff}.bg-gray-50{background-color:rgb(249 250 251)}.bg-gray-100{background-color:rgb(243 244 246)}.bg-gray-900{background-color:rgb(17 24 39)}
.bg-\[\#0EB623\]{background-color:rgb(14 182 35)}.bg-\[\#149925\]{background-color:rgb(20 153 37)}.bg-\[\#1a2e40\]{background-color:rgb(26 46 64)}
.bg-\[\#0EB623\]\/10{background-color:rgba(14,182,35,.1)}.bg-\[\#0EB623\]\/20{background-color:rgba(14,182,35,.2)}.bg-\[\#0EB623\]\/5{background-color:rgba(14,182,35,.05)}
.bg-black\/40{background-color:rgba(0,0,0,.4)}
.bg-white\/10{background-color:rgba(255,255,255,.1)}.bg-white\/80{background-color:rgba(255,255,255,.8)}.bg-white\/90{background-color:rgba(255,255,255,.9)}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,255,255,0))}
.from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}
.from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(17,24,39,0))}
.from-\[\#0EB623\]{--tw-gradient-from:#0EB623;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(14,182,35,0))}
.to-gray-50{--tw-gradient-to:#f9fafb}.to-gray-100{--tw-gradient-to:#f3f4f6}.to-gray-900{--tw-gradient-to:#111827}.to-black{--tw-gradient-to:#000}
.to-\[\#0EA620\]{--tw-gradient-to:#0EA620}

/* Borders */
.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-l{border-left-width:1px}
.border-gray-100{border-color:rgb(243 244 246)}.border-gray-200{border-color:rgb(229 231 235)}.border-gray-800{border-color:rgb(31 41 55)}.border-white\/10{border-color:rgba(255,255,255,.1)}.border-white\/30{border-color:rgba(255,255,255,.3)}.border-white\/50{border-color:rgba(255,255,255,.5)}
.border-\[\#0EB623\]{border-color:rgb(14 182 35)}.border-\[\#0EB623\]\/20{border-color:rgba(14,182,35,.2)}

/* Rounded */
.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}
.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}

/* Shadow */
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}

/* Object */
.object-contain{object-fit:contain}.object-cover{object-fit:cover}

/* Effects */
.blur-\[225px\]{filter:blur(225px)}.blur-\[325px\]{filter:blur(325px)}.blur-3xl{filter:blur(64px)}
.backdrop-blur-sm{backdrop-filter:blur(4px)}.backdrop-blur-md{backdrop-filter:blur(12px)}
.brightness-0{filter:brightness(0)}.invert{filter:invert(100%)}
.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}
.mix-blend-overlay{mix-blend-mode:overlay}

/* Transforms */
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translateX(-50%) translateY(var(--tw-translate-y,0))}
.-translate-y-1\/2{--tw-translate-y:-50%;transform:translateX(var(--tw-translate-x,0)) translateY(-50%)}

/* Hover */
.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}
.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}
.hover\:bg-gray-50:hover{background-color:rgb(249 250 251)}
.hover\:bg-white:hover{background-color:#fff}
.hover\:bg-\[\#0EA620\]:hover{background-color:rgb(14 166 32)}
.hover\:bg-\[\#0CA61F\]:hover{background-color:rgb(12 166 31)}
.hover\:border-gray-400:hover{border-color:rgb(156 163 175)}
.hover\:text-\[\#0EB623\]:hover{color:rgb(14 182 35)}
.hover\:text-white:hover{color:#fff}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.hover\:shadow-\[0_20px_60px_-15px_rgba\(14\,182\,35\,0\.15\)\]:hover{box-shadow:0 20px 60px -15px rgba(14,182,35,.15)}
.hover\:shadow-\[0_20px_60px_-15px_rgba\(0\,0\,0\,0\.5\)\]:hover{box-shadow:0 20px 60px -15px rgba(0,0,0,.5)}
.hover\:shadow-\[0_0_30px_rgba\(14\,182\,35\,0\.4\)\]:hover{box-shadow:0 0 30px rgba(14,182,35,.4)}
.hover\:gap-2:hover{gap:.5rem}
.hover\:underline:hover{text-decoration:underline}
.hover\:bg-\[\#1a2e40\]\/90:hover{background-color:rgba(26,46,64,.9)}
.hover\:bg-black\/60:hover{background-color:rgba(0,0,0,.6)}

/* Group hover */
.group:hover .group-hover\:-translate-y-1{transform:translateY(-.25rem)}
.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.group:hover .group-hover\:bg-\[\#0EB623\]\/40{background-color:rgba(14,182,35,.4)}
.group:hover .group-hover\:text-\[\#0EB623\]{color:rgb(14 182 35)}
.group:hover .group-hover\:text-white{color:#fff}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}
.group:hover .group-hover\:-translate-y-1{transform:translateY(-.25rem)}
.group:hover .group-hover\:gap-2{gap:.5rem}
.group:hover .group-hover\:rotate-180{transform:rotate(180deg)}

/* Focus */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-1:focus{box-shadow:0 0 0 1px rgb(14 182 35/.3)}
.focus\:border-\[\#0EB623\]:focus{border-color:rgb(14 182 35)}

/* Transition */
.transition{transition:all .15s}
.transition-all{transition:all .15s}
.transition-colors{transition:color,background-color,border-color .15s}
.transition-transform{transition:transform .15s}
.duration-200{transition-duration:.2s}
.duration-300{transition-duration:.3s}
.duration-500{transition-duration:.5s}

/* Sizes */
.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-40{width:10rem}
.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}
.h-\[220px\]{height:220px}.min-h-\[500px\]{min-height:500px}
.w-\[85\%\]{width:85%}.w-auto{width:auto}

/* Specific */
.pointer-events-none{pointer-events:none}
.select-none{user-select:none}
.cursor-pointer{cursor:pointer}
.appearance-none{appearance:none}
.aspect-video{aspect-ratio:16/9}
.text-balance{text-wrap:balance}

/* ===== RESPONSIVE ===== */
@media(min-width:640px){
  .sm\:flex-row{flex-direction:row}
  .sm\:hidden{display:none}
  .sm\:w-auto{width:auto}
  .sm\:flex-grow{flex-grow:1}
  .sm\:max-w-md{max-width:28rem}
  .sm\:gap-1{gap:.25rem}
  .sm\:gap-2{gap:.5rem}
  .sm\:p-3{padding:.75rem}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:py-4{padding-top:1rem;padding-bottom:1rem}
  .sm\:text-6xl{font-size:3.75rem;line-height:1}
  .sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}
  .sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}
  .sm\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}
  .sm\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
  .sm\:justify-start{justify-content:flex-start}
  .sm\:text-left{text-align:left}
  .sm\:h-6{height:1.5rem}
  .sm\:w-6{width:1.5rem}
}
@media(min-width:768px){
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:flex-row{flex-direction:row}
  .md\:hidden{display:none}
  .md\:block{display:block}
  .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .md\:text-2xl{font-size:1.5rem;line-height:2rem}
  .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:text-\[56px\]{font-size:56px}
  .md\:items-center{align-items:center}
  .md\:gap-3{gap:.75rem}
  .md\:gap-4{gap:1rem}
  .md\:gap-6{gap:1.5rem}
  .md\:gap-8{gap:2rem}
  .md\:mb-0{margin-bottom:0}
  .md\:py-20{padding-top:5rem;padding-bottom:5rem}
  .md\:py-24{padding-top:6rem;padding-bottom:6rem}
  .md\:p-8{padding:2rem}
  .md\:p-12{padding:3rem}
  .md\:px-8{padding-left:2rem;padding-right:2rem}
  .md\:pr-8{padding-right:2rem}
  .md\:rounded-xl{border-radius:.75rem}
  .md\:w-1\/2{width:50%}
  .md\:w-1\/4{width:25%}
  .md\:w-3\/4{width:75%}
  .md\:mb-12{margin-bottom:3rem}
  .md\:mb-16{margin-bottom:4rem}
}
@media(min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:hidden{display:none}
  .lg\:block{display:block}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .lg\:col-span-1{grid-column:span 1/span 1}
  .lg\:col-span-2{grid-column:span 2/span 2}
  .lg\:col-span-3{grid-column:span 3/span 3}
  .lg\:col-span-4{grid-column:span 4/span 4}
  .lg\:col-span-5{grid-column:span 5/span 5}
  .lg\:col-span-7{grid-column:span 7/span 7}
  .lg\:col-span-8{grid-column:span 8/span 8}
  .lg\:col-span-9{grid-column:span 9/span 9}
  .lg\:flex-row{flex-direction:row}
  .lg\:text-\[64px\]{font-size:64px}
  .lg\:pl-8{padding-left:2rem}
  .lg\:pr-12{padding-right:3rem}
  .lg\:w-1\/3{width:33.333%}
  .lg\:w-1\/4{width:25%}
  .lg\:w-2\/3{width:66.666%}
  .lg\:w-3\/4{width:75%}
  .lg\:mb-0{margin-bottom:0}
}
@media(min-width:1280px){
  .xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Custom text sizes */
.text-\[40px\]{font-size:40px}
.text-\[48px\]{font-size:48px}
.leading-\[1\.1\]{line-height:1.1}

/* Hero specifics */
.right-\[-15\.84\%\]{right:-15.84%}
.right-\[-39\.15\%\]{right:-39.15%}
.right-\[-24\.58\%\]{right:-24.58%}
.right-\[17\.6\%\]{right:17.6%}
.top-\[46\.72\%\]{top:46.72%}
.top-\[65\.19\%\]{top:65.19%}
.top-\[86\.03\%\]{top:86.03%}
.bottom-\[-39\.38\%\]{bottom:-39.38%}
.bottom-\[-16\.48\%\]{bottom:-16.48%}
.bottom-\[-148\.4\%\]{bottom:-148.4%}
.bottom-\[-13\.78\%\]{bottom:-13.78%}
.left-\[47\.33\%\]{left:47.33%}
.left-\[60\.9\%\]{left:60.9%}
.left-\[16\.15\%\]{left:16.15%}
.left-\[65\.05\%\]{left:65.05%}

/* Mobile menu */
#mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  border-top: 1px solid #e5e7eb;
}
#mobile-menu.open {
  max-height: 300px;
  transition: max-height 0.25s ease-in;
}

/* Logo placeholder */
.logo-text{font-size:1.5rem;font-weight:700;color:#0EB623;letter-spacing:-.025em}
