*, ::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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.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;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.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;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@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;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[74px\] {
  height: 74px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.min-h-\[70vh\] {
  min-height: 70vh;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[264px\] {
  width: 264px;
}

.w-\[440px\] {
  width: 440px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[164px\] {
  min-width: 164px;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[1140px\] {
  max-width: 1140px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[920px\] {
  max-width: 920px;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-\[25px\] {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-tr-\[24px\] {
  border-top-right-radius: 24px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#A7A5B733\] {
  border-color: #A7A5B733;
}

.border-\[\#E4D1F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 209 246 / var(--tw-border-opacity, 1));
}

.border-\[\#E9E4F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 228 242 / var(--tw-border-opacity, 1));
}

.border-\[\#EEE8F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 232 247 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF80\] {
  border-color: #FFFFFF80;
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.bg-\[\#E4D1F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 209 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4ECFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 236 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFB66\] {
  background-color: #FBFBFB66;
}

.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFB\]\/85 {
  background-color: rgb(251 251 251 / 0.85);
}

.bg-\[\#FFF1DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 219 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.font-\[\'Fredoka\'\] {
  font-family: 'Fredoka';
}

.font-\[\'Noto_Sans\'\] {
  font-family: 'Noto Sans';
}

.font-\[Fredoka\] {
  font-family: Fredoka;
}

.font-\[\\\'Noto_Sans\\\'\] {
  font-family: \'Noto Sans\';
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-none {
  line-height: 1;
}

.tracking-\[-0\.022em\] {
  letter-spacing: -0.022em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.text-\[\#1C1535\] {
  --tw-text-opacity: 1;
  color: rgb(28 21 53 / var(--tw-text-opacity, 1));
}

.text-\[\#1C162A99\] {
  color: #1C162A99;
}

.text-\[\#1C162ACC\] {
  color: #1C162ACC;
}

.text-\[\#1C162A\] {
  --tw-text-opacity: 1;
  color: rgb(28 22 42 / var(--tw-text-opacity, 1));
}

.text-\[\#310F50\] {
  --tw-text-opacity: 1;
  color: rgb(49 15 80 / var(--tw-text-opacity, 1));
}

.text-\[\#4F5668\] {
  --tw-text-opacity: 1;
  color: rgb(79 86 104 / var(--tw-text-opacity, 1));
}

.text-\[\#5B3AA7\] {
  --tw-text-opacity: 1;
  color: rgb(91 58 167 / var(--tw-text-opacity, 1));
}

.text-\[\#5E6472\] {
  --tw-text-opacity: 1;
  color: rgb(94 100 114 / var(--tw-text-opacity, 1));
}

.text-\[\#7A4D00\] {
  --tw-text-opacity: 1;
  color: rgb(122 77 0 / var(--tw-text-opacity, 1));
}

.text-\[\#863DE2\] {
  --tw-text-opacity: 1;
  color: rgb(134 61 226 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-\[0_16px_48px_rgba\(114\2c 41\2c 206\2c 0\.08\)\] {
  --tw-shadow: 0 16px 48px rgba(114,41,206,0.08);
  --tw-shadow-colored: 0 16px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[3px\] {
  --tw-backdrop-blur: blur(3px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* =============================
   Local Fonts
============================= */

@font-face {
  font-family: "Fredoka";

  src: url("../../assets/fonts/FredokaMedium.woff2") format("woff2"),
       url("../../assets/fonts/FredokaMedium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";

  src: url("../../assets/fonts/NotoSansRegular.woff2") format("woff2"),
       url("../../assets/fonts/NotoSansRegular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";

  src: url("../../assets/fonts/NotoSansMedium.woff2") format("woff2"),
       url("../../assets/fonts/NotoSansMedium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";

  src: url("../../assets/fonts/NotoSansSemiBold.woff2") format("woff2"),
       url("../../assets/fonts/NotoSansSemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fredoka", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

:root {
  --btn-gradient: linear-gradient(96.21deg, #863DE2 3%, #5248DD 100%);
  --btn-font-size: 16px;
  --btn-font-weight: 600;
  --btn-line-height: 140%;
  --btn-padding-y: 10px;
  --btn-padding-x: 20px;
  --btn-radius: 8px;
  --btn-text-light: #FBFBFB;
  /* Larger CTA size in hero */
  --btn-radius-lg: 12px;
  --btn-padding-y-lg: 14px;
  --btn-padding-x-lg: 40px;
  /* colors */
  --primary-500: #863DE2;
}

/* =============================
   Design Tokens (Buttons)
============================= */

:root {
  --btn-gradient: linear-gradient(96.21deg, #863DE2 3%, #5248DD 100%);
  --btn-font-size: 16px;
  --btn-font-weight: 600;
  --btn-line-height: 140%;
  --btn-padding-y: 10px;
  --btn-padding-x: 20px;
  --btn-radius: 8px;
  --btn-text-light: #FBFBFB;
  /* Larger CTA size in hero */
  --btn-radius-lg: 12px;
  --btn-padding-y-lg: 14px;
  --btn-padding-x-lg: 40px;
}

/* Footer background */

.footer-gradient {
  /* Simplified test gradient */
  background: linear-gradient(to right, #FFE4DA 0%, #FBFBFB 40%, #E9DAF7 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mymrgs {
  margin-left: 24px;
  margin-right: 24px;
}

:target {
  scroll-margin-top: 120px;
  /* высота твоего header */
}

/* =============================
   Button: Gradient Outline
============================= */

/* =============================
   Button: Gradient Outline
============================= */

.btn-gradient-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  text-decoration: none;
  border-radius: var(--btn-radius);
  background: transparent;
  color: #6F49DF;
  /* fallback color if gradient text is not supported */
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  /*border: 1px solid transparent; */
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
  isolation: isolate;
  overflow: hidden;
  z-index: 0;
}

.btn-gradient-outline,
.btn-gradient-outline > span,
.btn-gradient-outline .elementor-button-text,
.btn-gradient-outline .btn-text {
  /* background-image: var(--btn-gradient); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-gradient-outline > span,
.btn-gradient-outline .elementor-button-text,
.btn-gradient-outline .btn-text {
  position: relative;
  z-index: 2;
}

.btn-gradient-outline:hover {
  box-shadow:
    0px 4px 16px 0px #7229CE26,
    0px 0px 10px 0px #FFFFFF2E inset;
}

.btn-gradient-outline:active {
  box-shadow:
    0px 4px 8px 0px #7229CE1A,
    0px 0px 6px 0px #FFFFFF1F inset;
}

.btn-gradient-outline::before,
.btn-gradient-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.btn-gradient-outline::before {
  padding: 1px;
  background: var(--btn-gradient);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.btn-gradient-outline::after {
  inset: 1px;
  border-radius: calc(var(--btn-radius) - 1px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 100%),
    #FFFFFF;
  box-shadow:
    0px 0px 8px 0px #FFFFFF14 inset,
    0px 0px 6px 0px #7229CE14;
  z-index: -2;
}

/* =============================
   Button: Gradient Solid
============================= */

.btn-gradient-solid {
  display: inline-block;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  text-decoration: none;
  border-radius: var(--btn-radius);
  background: var(--btn-gradient);
  color: var(--btn-text-light);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  border: none;
  transition: opacity 0.2s ease;
}

/* Larger CTA size in hero */

.btn-hero {
  border-radius: var(--btn-radius-lg);
  padding: var(--btn-padding-y-lg) var(--btn-padding-x-lg);
}

@media (max-width: 639px) {
  .btn-hero {
    width: 100%;
    text-align: center;
  }
}

/* =============================
   Buttons: Hover / Active shadows
============================= */

.btn-gradient-outline:hover {
  box-shadow:
    0px 4px 16px 0px #7229CE59,
    0px 4px 4px 0px #7229CE17,
    0px 0px 30px 0px #7229CE33 inset;
}

.btn-gradient-outline:active {
  box-shadow:
    0px 3px 10px 0px #7229CE1F,
    0px 3px 3px 0px #7229CE08,
    0px 0px 6px 50px #7229CE1F inset;
}

.btn-gradient-solid:hover {
  box-shadow:
    0px 4px 16px 0px #7229CE59,
    0px 4px 4px 0px #7229CE17,
    0px 0px 10px 0px #FFFFFF2E inset;
}

.btn-gradient-solid:active {
  box-shadow:
    0px 4px 8px 0px #7229CE26,
    0px 3px 6px 0px #7229CE0F,
    0px 0px 6px 0px #FFFFFF1F inset;
}

.teachino-primary-menu,
.teachino-primary-menu-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =============================
   Header menu + dropdown
============================= */

/* Sticky header fix for iOS + ensure it stays above sections */

header.sticky {
  -webkit-transform: translateZ(0);
}

.teachino-primary-menu,
.teachino-primary-menu-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* base link styles */

.teachino-primary-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* indicator spacing */
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: #1C162A;
  text-decoration: none;
  transition: opacity 160ms ease;
}

.teachino-primary-menu a:hover,
.teachino-primary-menu .current-menu-item > a,
.teachino-primary-menu .current-menu-ancestor > a {
  opacity: 1;
  color: #1C162AB2;
}

/* make li a positioning context for dropdown */

.teachino-primary-menu > li {
  position: relative;
}

/* caret indicator for dropdown items */

.teachino-primary-menu .menu-item-has-children > a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: no-repeat center / 16px 16px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%231C162A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: transform 180ms ease;
}

/* caret rotates up when open (hover/focus) */

.teachino-primary-menu .menu-item-has-children:hover > a::after,
.teachino-primary-menu .menu-item-has-children:focus-within > a::after {
  transform: rotate(180deg);
}

/* dropdown panel */

.teachino-primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 260px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10.8px 0px #1C162A14;
  padding: 12px;
  border-radius: 12px;
  /* keep layout stable; show/hide via visibility */
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-2px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

/* hover-bridge so the dropdown doesn't disappear while moving cursor */

.teachino-primary-menu .menu-item-has-children {
  position: relative;
}

.teachino-primary-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

/* open states */

.teachino-primary-menu .menu-item-has-children:hover > .sub-menu,
.teachino-primary-menu .menu-item-has-children:focus-within > .sub-menu,
.teachino-primary-menu .menu-item-has-children > .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.teachino-primary-menu .sub-menu a {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 500;
  color: #1C162A;
  opacity: 1;
}

.teachino-primary-menu .sub-menu a:hover {
  color: #1C162AB2;
}

/* Mobile menu: show submenus inline (no absolute) */

.teachino-primary-menu-mobile a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: #1C162A;
  text-decoration: none;
}

.teachino-primary-menu-mobile .sub-menu {
  margin-top: 6px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.teachino-primary-menu-mobile .menu-item-has-children > a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
  background: no-repeat center / 16px 16px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%231C162A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Log in (header note) gradient hover / active */

.header-login-link {
  color: #1C162A;
  text-decoration: none;
  transition: opacity 160ms ease;
}

.header-login-link:hover {
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.header-login-link:active {
  background:
    var(--btn-gradient),
    linear-gradient(0deg, rgba(28, 22, 42, 0.1), rgba(28, 22, 42, 0.1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* =============================
   Hero
============================= */

:root {
  --hero-bg: linear-gradient(180deg, #FBFBFB 0%, #FFE4DA 51.92%, #E4D1F6 100%);
  --hero-dots: url('https://www.teachino.io/wp-content/uploads/2026/02/dots_bg.png');
  --usp-gap: 16px;
  --usp-pad: 8px;
  --usp-radius: 20px;
  --usp-blur: 3px;
  --usp-text: #1C162A;
  --usp-text-inactive-opacity: 0.6;
  --usp-bg-active: rgba(251, 251, 251, 0.60);
  /* #FBFBFB99 approx */
  --usp-bg-inactive: rgba(251, 251, 251, 0.40);
  /* #FBFBFB66 approx */
  --usp-border-active: rgba(255, 255, 255, 1);
  --usp-border-inactive: rgba(255, 255, 255, 0.5);
  /* #FFFFFF80 */
  --usp-icon-bg-active: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(91.66deg, #FF8B21 -70%, #FF7D45 14%, #B766FC 100%);
  --usp-icon-bg-inactive: rgba(251, 251, 251, 0.80);
  /* #FBFBFBCC */
  --usp-icon-color-active: #ffffff;
  --usp-icon-color-inactive: #1C162A;
}

.hero-bg {
  background-image: var(--hero-dots), var(--hero-bg);
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-box {
  border-radius: 24px;
  overflow: hidden;
}

.hero-title {
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
  color: #1C162A;
}

@media (max-width: 639px) {
  .hero-title {
    font-size: 34px;
  }
}

.hero-subtitle {
  margin-top: 16px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(28, 22, 42, 0.8);
  /* #1C162ACC */
}

@media (max-width: 639px) {
  .hero-subtitle {
    font-size: 16px;
  }
}

/* =============================
   USP Callouts
============================= */

.usp-row {
  display: flex;
  align-items: stretch;
  gap: var(--usp-gap);
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.usp-btn {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: var(--usp-pad);
  border-radius: var(--btn-radius-lg);
  background: var(--usp-bg-inactive);
  border: 1px solid var(--usp-border-inactive);
  backdrop-filter: blur(var(--usp-blur));
  -webkit-backdrop-filter: blur(var(--usp-blur));
  transition: all 220ms ease;
  overflow: hidden;
}

.usp-btn[data-active="1"] {
  background: var(--usp-bg-active);
  border-color: var(--primary-500);
}

.usp-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--usp-icon-bg-inactive);
  color: var(--usp-icon-color-inactive);
  flex: 0 0 auto;
}

.usp-btn[data-active="1"] .usp-icon {
  color: var(--primary-500);
}

.usp-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.usp-text {
  width: 100%;
  min-width: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.2px;
  text-align: left;
  color: var(--usp-text);
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.usp-btn[data-active="0"] .usp-text {
  opacity: var(--usp-text-inactive-opacity);
}

/* Mobile: active is expanded (icon + text), inactive is compact (icon only) */

@media (max-width: 639px) {
  .usp-row {
    gap: 8px;
  }

  /* Default on mobile: 3 compact icon-only pills */

  .usp-btn {
    flex: 0 0 60px;
    padding: 4px;
    justify-content: center;
  }

  .usp-btn[data-active="0"] .usp-text {
    display: none;
  }

  /* Active pill expands to show text + icon */

  .usp-btn[data-active="1"] {
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .usp-text {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}

/* =============================
   Hero Screen Frame
============================= */

.hero-screen-frame {
  padding: 8px;
  border-radius: 32px 32px 0 0;
  background: rgba(251, 251, 251, 0.40);
  /* #FBFBFB66 */
  border: 1px solid rgba(255, 255, 255, 0.50);
  /* #FFFFFF80 */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  margin-bottom: -8px;
}

.hero-screen-inner {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.hero-screen-bottom-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(249, 250, 252, 0) 0%, #F9FAFC 100%);
  pointer-events: none;
}

/* Fade transition when changing USP screens */

.hero-screen {
  transition: opacity 260ms ease;
  opacity: 1;
}

/* =============================
   Logo Slider Section
============================= */

.logo-section {
  margin-top: 24px;
  /* whole block lower than previous */
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-title {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.022em;
  /* -2.2% */
  text-align: center;
  color: #1C162A;
}

.logo-slider {
  margin-top: 24px;
  /* slider 24px below title */
  height: 64px;
  /* slider height */
  position: relative;
  overflow: hidden;
}

/* .logo-track: replaced below */

.logo-track {
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}

/* Prevent inherited alignment from utilities */

.logo-track,
.logo-group {
  justify-content: flex-start;
  align-content: flex-start;
}

.logo-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: 0;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}

.logo-img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.logo-item a {
  display: inline-flex;
  align-items: center;
}

/* Edge fades */

.logo-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  pointer-events: none;
  z-index: 2;
}

.logo-fade-left {
  left: 0;
  background: linear-gradient(90deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
}

.logo-fade-right {
  right: 0;
  background: linear-gradient(270deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
}

/* JS-driven marquee (no CSS keyframes to avoid reset/jump) */

.logo-slider[data-paused="1"] .logo-track {
  /* keep last transform; JS will stop updating */
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    transform: none !important;
  }
}

/* Mobile tweaks */

@media (max-width: 639px) {
  .logo-section{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .logo-title {
    font-size: 24px;
  }

  .logo-fade {
    width: 64px;
  }
}

/* =============================
   Card Section
============================= */

.card-title {
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: #1C162A;
}

.card-subtitle {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(28, 22, 42, 0.7);
}

.card-track {
  align-items: stretch;
}

.card-item {
  height: 488px;
  position: relative;
  cursor: default;
  transition:
    width 0.28s ease,
    height 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.card-item img {
  border-radius: 20px 20px 21px 21px;
}

.card-icon-img{
  /* width: 22px; */
  /* height: 22px; */
  display:block;
}

.icon-svg svg{
  width:56px;
  height:56px;
  display:block;
}

/* Show/hide active gradient variant */

.icon-svg-active{
  display:none;
}

.card-active .icon-svg-inactive{
  display:none;
}

.card-active .icon-svg-active{
  display:block;
}

.card-active {
  width: 440px;
}

.card-inactive {
  width: 264px;
}

.card-gradient-overlay {
  /* smoother bottom fade to avoid visible banding/stripes */
  background: linear-gradient(
    180deg,
    rgba(242, 242, 244, 0) 55%,
    #F2F2F4 80%,
    #F2F2F4 100%
  );
}

.card-active .card-gradient-overlay {
  background: linear-gradient(
    180deg,
    rgba(242, 242, 244, 0) 40%,
    rgba(242, 242, 244, 0.95) 60%,
    #F2F2F4 100%
  );
}

.card-content {
  padding-bottom: 56px;
  transition: padding-bottom 0.28s ease;
}

.card-active .card-content {
  padding-bottom: 32px;
}

.card-item-title {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: #1C162A;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.card-item-subtitle {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: rgba(28, 22, 42, 0.7);
  margin-top: 4px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.card-description {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1C162A;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.14s ease,
    transform 0.14s ease,
    visibility 0s linear 0.14s,
    max-height 0s linear 0.14s;
}

.icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 251, 251, 0.8);
  color: rgba(28, 22, 42, 0.9);
  transition: all 0.3s ease;
}

.card-active .icon-wrapper svg {
  fill: currentColor;
}

.card-inactive .card-description {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.card-active .card-description {
  max-height: 160px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.14s ease 0.24s,
    transform 0.14s ease 0.24s,
    visibility 0s linear 0s,
    max-height 0s linear 0s;
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .card-track {
    gap: 14px;
    justify-content: center;
  }

  .card-item {
    height: 468px;
  }

  .card-active {
    width: 374px;
  }

  .card-inactive {
    width: 246px;
  }

  .card-gradient-overlay {
    background: linear-gradient(
      180deg,
      rgba(242, 242, 244, 0) 48%,
      rgba(242, 242, 244, 0.92) 72%,
      #F2F2F4 100%
    );
  }

  .card-active .card-gradient-overlay {
    background: linear-gradient(
      180deg,
      rgba(242, 242, 244, 0) 34%,
      rgba(242, 242, 244, 0.94) 58%,
      #F2F2F4 100%
    );
  }

  .card-content {
    padding-bottom: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-active .card-content {
    padding-bottom: 24px;
  }

  .card-item-title,
  .card-item-subtitle {
    font-size: 17px;
    line-height: 118%;
  }

  .card-description {
    font-size: 14px;
    line-height: 142%;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1024px) {
  .card-track {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .card-item {
    flex-shrink: 0;
  }
}

@media (max-width: 639px) {
  .card-title {
    font-size: 28px;
  }

  /* Stack cards vertically on mobile */

  .card-wrapper {
    padding-bottom: 56px;
  }

  .card-track {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
    gap: 16px;
  }

  /* All cards are full width and behave like active */

  .card-item,
  .card-active,
  .card-inactive {
    width: 100% !important;
    max-width: 100% !important;
    height: 488px;
    min-height: 420px;
  }

  .card-inactive .card-description,
  .card-active .card-description {
    max-height: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .card-content {
    padding-bottom: 32px;
  }

  .icon-wrapper {
    width: 56px;
    height: 56px;
  }

  /* Prevent horizontal scroll leftovers on mobile */

  .card-track::-webkit-scrollbar {
    display: none;
  }
}

/* =============================
   AI Feature Section
============================= */

.ai-feature-section {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 24px;
  overflow: hidden;
}

.ai-bg{
  background-image:
    url('https://www.teachino.io/wp-content/uploads/2026/02/bg-ai-section.png'),
    linear-gradient(122.34deg, #FFE4DA -2.46%, rgba(251, 251, 251, 0) 43.82%), 
    linear-gradient(158.13deg, #FBFBFB 38.48%, #E9DAF7 86.65%, #CAA3ED 111.37%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  background-position: center, center, center;
}

.ai-inner{
  padding: 64px;
  max-width: 1440px;
  margin: 0 auto;
}

.ai-title{
  max-width: 478px;
  margin: 0 auto;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #1C162A;
}

.ai-subtitle{
  max-width: 516px;
  margin: 16px auto 0;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  text-align: center;
  color: rgba(28, 22, 42, 0.8);
  /* #1C162ACC */
}

/* panel with input + suggestions */

.ai-panel{
  margin: 48px auto 0;
  width: 1000px;
  max-width: 100%;
  background: #FBFBFB;
  border-radius: 24px;
  padding: 24px;
}

.ai-input-row{
  display: flex;
  gap: 8px;
  align-items: center;
}

.ai-input-wrap{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(167, 165, 183, 0.3);
  /* #A7A5B74D approx */
  border-radius: 100px;
  padding: 12px 20px 12px 16px;
}

.ai-input-icon{
  width: 30px;
  height: 30px;
  display: block;
}

.ai-input{
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.85);
}

.ai-input::-moz-placeholder{
  color: rgba(28, 22, 42, 0.6);
  /* #1C162A99 approx */
}

.ai-input::placeholder{
  color: rgba(28, 22, 42, 0.6);
  /* #1C162A99 approx */
}

.ai-submit{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #1C162A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding-left: 5px;
  padding-top: 2px;
}

.ai-submit:hover{
  opacity: .92;
}

/* dropdown */

.ai-dropdown{
  position: relative;
  margin-top: 10px;
}

.ai-dropdown-inner{
  background: #FFFFFF;
  border: 1px solid rgba(167, 165, 183, 0.25);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(28, 22, 42, 0.10);
}

.ai-dropdown-item{
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #1C162A;
}

.ai-dropdown-item:hover{
  background: #F2F2F4;
}

/* suggestions */

.ai-suggestions-block{
  margin-top: 24px;
  text-align: left;
}

.ai-suggestions-label{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1C162A;
  margin-left: 5px;
}

.ai-chips{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.ai-chip{
  padding: 8px 20px;
  background: #F2F2F4;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1C162A;
}

.ai-chip:hover{
  filter: brightness(0.98);
}

.ai-message{
  margin-top: 12px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: rgba(28, 22, 42, 0.7);
}

/* mobile */

@media (max-width: 639px){
  .ai-feature-section{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .ai-inner{
    padding: 24px;
  }

  .ai-title{
    font-size: 28px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-panel{
    padding: 16px;
  }

  .ai-input-row{
    gap: 8px;
  }

  .ai-subtitle{
    font-size: 14px;
    width: auto;
    max-width: 226px;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-chip{
    font-size: 14px;
    text-align: left;
  }
}

/* =============================
   Cards Overlap Section
============================= */

.co-section{
  padding-top: 96px;
  padding-bottom: 96px;
}

.co-container{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Reuse established section typography */

.co-title{
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
}

.co-subtitle{
  max-width: 520px;
  margin: 16px auto 0;
  text-align: center;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

.co-cards{
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.co-card{
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  background-color: #F7F7F8;
  overflow: hidden;
  display: grid;
  grid-template-columns: 604px 604px;
  gap: 24px;
  padding: 24px;
  align-items: stretch;
  position: relative;
}

/* decorative background image per style */

.co-card--purple{
  background-image: url('https://www.teachino.io/wp-content/uploads/2026/02/purple-cards-image.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.co-card--orange{
  background-image: url('https://www.teachino.io/wp-content/uploads/2026/02/orange-cards-image.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.co-card-left{
  width: 604px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.co-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.co-card--purple .co-icon{
  background: rgba(251, 251, 251, 0.8);
}

.co-card--orange .co-icon{
  background: rgba(251, 251, 251, 0.8);
}

.co-icon svg{
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.co-card--purple .co-icon svg{
  background: linear-gradient(96.21deg, #863DE2 3.34%, #5248DD 110.95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.co-card--orange .co-icon svg{
  background: linear-gradient(96.21deg, #FBB03B 3.34%, #FF7E46 110.95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.co-icon-img{
  display: block;
}

.co-card-title{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  color: #1C162A;
}

.co-card-text{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.8);
}

.co-card-text ul{
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
}

.co-card-text li{
  margin-bottom: 6px;
}

.co-card-text p{
  margin-bottom: 8px;
}

.co-card-right{
  width: 604px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.co-card-img{
  width: 604px;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* Static cards stack (animation removed for stability across screens) */

.co-cards{
  position: relative;
}

/* Mobile: simpler column layout, no overlap */

/* Desktop but narrower screens: make the 2-column card responsive (prevents overflow <~1390px) */

@media (max-width: 1390px){
  .co-container{
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .co-card{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .co-card-left,
  .co-card-right{
    width: auto;
  }

  .co-card-left{
    padding: 32px;
  }

  .co-card-img{
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Low-height desktop / laptop screens: reduce visual height so sticky cards fit */

@media (max-height: 820px) and (min-width: 1025px){
  .co-section{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .co-cards{
    margin-top: 32px;
    gap: 36px;
  }

  .co-card{
    gap: 16px;
    padding: 16px;
    min-height: 0;
  }

  .co-card-left{
    padding: 24px;
    gap: 12px;
  }

  .co-card-title{
    font-size: 24px;
    line-height: 110%;
  }

  .co-card-text{
    font-size: 16px;
    line-height: 135%;
  }

  .co-card-text ul{
    margin-top: 6px;
  }

  .co-card-text li{
    margin-bottom: 4px;
  }

  .co-card-img{
    width: 100%;
    max-width: 100%;
    max-height: 420px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 1024px){
  .co-container{
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .co-card{
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .co-card-left{
    width: auto;
    padding: 24px;
  }

  .co-card-right{
    width: auto;
    padding: 0px;
  }

  .co-card-img{
    width: 100%;
  }
}

@media (max-width: 639px){
  .co-section{
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .co-title{
    font-size: 28px;
  }

  .co-cards{
    gap: 32px;
  }

  .co-card-text{
    font-size: 16px;
  }
}

/* =============================
   Testimonials Section
============================= */

.testimonials-section{
  padding: 96px 80px;
}

.testimonials-container{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: visible;
}

.testimonials-title{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
}

.testimonials-subtitle{
  max-width: 541px;
  margin: 16px auto 0;
  text-align: center;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

.testimonials-button{
  margin: 24px auto 0;
  width: 235px;
  text-align: center;
  overflow: visible;
}

html[lang^="de"] .testimonials-button{
  width: 420px;
}

html[lang^="it"] .testimonials-button{
  width: 390px;
}

@media (max-width: 1024px){
  .testimonials-section{
    padding: 56px 24px;
  }
}

@media (max-width: 639px){
  .testimonials-section{
    padding: 72px 24px;
  }

  .testimonials-title{
    font-size: 28px;
  }
}

/* =============================
   Features Section
============================= */

.features-section{
  margin: 40px auto;
  max-width: 1440px;
}

.features-inner{
  border-radius: 24px;
  padding: 64px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  background-image:
    url('https://www.teachino.io/wp-content/uploads/2026/02/features-bg.png'),
    radial-gradient(142.63% 100% at 50% 0%, rgba(255, 228, 218, 0.6) 0%, #FBFBFB 34.32%, #F3EDF9 70.42%, #E4D1F6 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
}

.features-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  padding: 8px 16px;
  border: 1px solid #FFFFFF;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: #1C162A;
  position: relative;
  background: #FFFFFF80;
}

.features-tag::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url('https://www.teachino.io/wp-content/uploads/2026/02/features-user.svg') no-repeat center;
  background-size: contain;
}

.features-title{
  max-width: 699px;
  margin-top: 24px;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
}

.features-subtitle{
  max-width: 480px;
  margin-top: 16px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

.features-buttons{
  margin-top: 32px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.features-secondary-subtitle{
  margin-top: 64px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.6);
  text-align: center;
}

.features-images{
  margin-top: 24px;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.features-images img{
  height: 63px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px){
  .features-inner{
    padding: 40px 24px;
    gap: 40px;
  }

  .features-title{
    font-size: 32px;
  }

  .logo-section{
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ai-feature-section,
  .features-section{
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .testimonials-section,
  .contact-section,
  .faq-section{
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/* =============================
   Contact Section
============================= */

.contact-section{
  padding: 96px 80px;
}

.contact-container{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contact-title{
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
  margin-bottom: -42px;
}

.contact-subtitle{
  max-width: 640px;
  margin: 16px auto 0;
  text-align: center;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
  /* #1C162ACC */
}

.contact-cards{
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card{
  width: 416px;
  max-width: 100%;
  height: 276px;
  border-radius: 20px;
  padding: 32px 24px 40px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* #FFFFFF80 */
  background-color: #F7F7F8;
  background-image: url('https://www.teachino.io/wp-content/uploads/2026/02/contact-card-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* featured glow for the first card */

/*.contact-card--featured::after{
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  background: #CA92FC;
  opacity: 0.55;
  filter: blur(138.7px);
  pointer-events: none;
} */

.contact-card-top{
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-card-icon{
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.contact-icon-img{
  width: 56px;
  height: 56px;
  display: block;
}

.contact-card-icon svg{
  width: 56px;
  height: 56px;
  display: block;
}

.contact-card-title{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: #1C162A;
}

.contact-card-text{
  margin-top: 16px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.8);
}

.contact-card-action{
  margin-top: auto;
  padding-top: 16px;
}

/* Gradient underline mail style */

.contact-mail{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-decoration: underline;
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1024px){
  .contact-section{
    padding: 56px 24px;
  }

  .contact-cards{
    grid-template-columns: 1fr;
  }

  .contact-card{
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}

@media (max-width: 639px){
  .contact-section{
    padding: 72px 24px;
  }

  .contact-title{
    font-size: 28px;
  }
}

/* =============================
   FAQ Section
============================= */

.faq-section{
  padding: 96px 80px;
}

.faq-container{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title{
  max-width: 491px;
  margin: 0 auto;
  text-align: center;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
}

.faq-subtitle{
  max-width: 491px;
  margin: 16px auto 0;
  text-align: center;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

.faq-grid{
  margin-top: 48px;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-col{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item{
  width: 632px;
  max-width: 100%;
  border-radius: 24px;
  background: #F7F7F8;
  overflow: hidden;
}

.faq-question{
  list-style: none;
  cursor: pointer;
  padding: 24px 24px 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-question::-webkit-details-marker{
  display:none;
}

.faq-qtext{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1C162A;
}

/* Active (open) question gradient text */

.faq-item[open] .faq-qtext{
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Plus / Minus (36x36) */

.faq-toggle{
  width: 36px;
  height: 36px;
  position: relative;
  flex: 0 0 auto;
}

.faq-toggle::before,
.faq-toggle::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: rgba(28, 22, 42, 0.6);
  /* #1C162A99 approx */
  transition: background 200ms ease, opacity 200ms ease;
}

/* vertical bar for plus */

.faq-toggle::after{
  width: 2px;
  height: 18px;
}

/* Open state becomes minus + purple */

.faq-item[open] .faq-toggle::before{
  background: #863DE2;
}

.faq-item[open] .faq-toggle::after{
  opacity: 0;
  /* hide vertical bar */
  background: #863DE2;
}

.faq-answer{
  padding: 0 24px 24px 32px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.8);
}

.faq-answer p{
  margin-top: 10px;
}

.faq-answer p:first-child{
  margin-top: 0;
}

.faq-answer ul{
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.faq-answer li{
  margin-bottom: 6px;
}

/* WYSIWYG links: gradient */

.faq-answer a{
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

@media (max-width: 1024px){
  .faq-section{
    padding: 56px 24px;
  }

  .faq-grid{
    grid-template-columns: 1fr;
  }

  .faq-item{
    width: 100%;
  }
}

@media (max-width: 639px){
  .faq-section{
    padding: 72px 24px;
  }

  .faq-title{
    font-size: 28px;
  }

  .faq-qtext{
    font-size: 18px;
  }

  .faq-question{
    padding: 20px 18px 20px 18px;
  }

  .faq-answer{
    padding: 0 18px 18px 18px;
  }
}

/* =============================
   Pricing Section
============================= */

.pricing-section{
  padding: 80px;
  background:
    linear-gradient(180deg, #FBFBFB 20.01%, #E4D1F6 51.72%, rgba(239, 229, 248, 0.51526) 92.69%, rgba(251, 251, 251, 0) 100%)
}

.pricing-container{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-title{
  max-width: 788px;
  margin: 0 auto;
  text-align: center;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
}

.pricing-subtitle{
  max-width: 640px;
  margin: 16px auto 0;
  text-align: center;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

.pricing-grid{
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 480px);
  gap: 16px;
  justify-content: center;
  /* center the two cards */
}

.pricing-card{
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* #FFFFFF80 */
  background-color: #FBFBFB;
  padding: 32px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card--teacher{
  background-image: url('https://www.teachino.io/wp-content/uploads/2026/02/bg-price-left.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.pricing-card--school{
  background-image: url('https://www.teachino.io/wp-content/uploads/2026/02/bg-price-right.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.pricing-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-plan-name{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: #1C162A;
}

.pricing-pill-btn{
  border-radius: 80px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.022em;
  padding: 8px 16px;
}

.pill-bg {
  background: rgba(255,255,255,0.8);
  border-radius: 80px;
  display: inline-block;
}

.pricing-price-row{
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.pricing-price{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #1C162A;
}

.pricing-price-suffix{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
  padding-bottom: 4px;
}

.pricing-tabs{
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pricing-tab{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.2px;
  text-align: center;
  color: #310F50;
  background: #FFFFFF;
  padding: 7px 15px;
  border: 1px solid rgba(167, 165, 183, 0.2);
  /* #A7A5B733 */
  border-radius: 999px;
  transition: background 180ms ease, border-color 180ms ease;
}

.pricing-tab:hover,
.pricing-tab[data-active="1"]{
  background: #E4D1F6;
  border-color: #E4D1F6;
}

.pricing-includes{
  margin-top: 20px;
}

.pricing-includes-title{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0.2px;
  color: #1C162A;
}

.pricing-list{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-list-item{
  position: relative;
  padding-left: 34px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.8);
}

.pricing-list-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background: url('https://www.teachino.io/wp-content/uploads/2026/02/price-item-list.svg') no-repeat center;
  background-size: contain;
}

.pricing-teacher-note-top{
  margin-top: 20px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1C162A;
}

.pricing-actions{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-btn{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.pricing-note{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(28, 22, 42, 0.8);
}

.pricing-download{
  margin-top: 4px;
  text-align: center;
}

.pricing-download-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.8);
  text-decoration: underline;
}

.pricing-download-link:hover{
  color: rgba(22, 17, 34, 1);
}

.pricing-download-link::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url('https://www.teachino.io/wp-content/uploads/2026/02/icon-download.svg') no-repeat center;
  background-size: contain;
}

/* Modals */

.pricing-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  overflow-y: auto;
  padding: 24px;
}

.pricing-modal.is-open{
  display: block;
}

.pricing-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(28, 22, 42, 0.5);
}

.pricing-modal-dialog{
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 48px);
  margin: 0 auto;
  border-radius: 24px;
  background: #FBFBFB;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 24px 80px rgba(28, 22, 42, 0.25);
  padding: 24px;
  overflow: hidden;
}

.pricing-modal-title{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #1C162A;
  text-align: center;
  margin-bottom: 16px;
}

.pricing-modal-close{
  position: absolute;
  right: 14px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: rgba(28, 22, 42, 0.08);
  color: #1C162A;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.pricing-modal-close:hover{
  filter: brightness(0.98);
}

.pricing-modal-body{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding-right: 6px;
}

.pricing-modal-body iframe,
.pricing-modal-body .hs-form iframe{
  max-width: 100%;
}

html.pricing-modal-open{
  overflow: hidden;
}

@media (max-width: 1024px){
  .pricing-section{
    padding: 56px 24px;
  }

  .pricing-grid{
    grid-template-columns: 1fr;
  }

  .pricing-card{
    min-height: unset;
    padding: 24px;
  }
}

@media (max-width: 639px){
  .pricing-title{
    font-size: 28px;
  }

  .pricing-modal{
    padding: 12px;
  }

  .pricing-modal-dialog{
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 18px;
  }

  .pricing-modal-body{
    max-height: calc(100vh - 120px);
  }
}

/* =============================
   Single Post: Comment content spacing
============================= */

.teachino-comment-content p{
  margin-top: 10px;
}

.teachino-comment-content p:first-child{
  margin-top: 0;
}

.teachino-comment-content ul{
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.teachino-comment-content li{
  margin-bottom: 6px;
}

.teachino-comment-content a{
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

/* =============================
   404 Page
============================= */

.teachino-404-code{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 440px;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  /* Gradient text similar to .ai-bg (no dots image) */
  background:
    linear-gradient(to right, #FFE4DA 0%, #e8e8e8 50%, #E9DAF7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.teachino-404-title{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #1C162A;
}

@media (max-width: 639px){
  .teachino-404-code{
    font-size: 92px;
  }

  .teachino-404-title{
    font-size: 28px;
  }
}

/* =============================
   Page Template
============================= */

.teachino-page-title{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
}

.teachino-page-subtitle{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

@media (max-width: 639px){
  .teachino-page-title{
    font-size: 32px;
  }
}

/* WYSIWYG typography for pages/posts */

.teachino-prose,
.wysiwyg{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(28, 22, 42, 0.9);
}

.teachino-prose > * + *,
.wysiwyg > * + *{
  margin-top: 14px;
}

.teachino-prose h2,
.teachino-prose h3,
.teachino-prose h4,
.teachino-prose h5,
.teachino-prose h6,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #1C162A;
  margin-top: 48px;
}

.teachino-prose h2,
.wysiwyg h2{
  font-size: 28px;
  line-height: 120%;
}

.teachino-prose h3,
.wysiwyg h3{
  font-size: 22px;
  line-height: 125%;
}

.teachino-prose h4,
.wysiwyg h4{
  font-size: 18px;
  line-height: 130%;
}

.teachino-prose p,
.wysiwyg p{
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.82);
}

.teachino-prose strong,
.wysiwyg strong{
  font-weight: 600;
  color: #1C162A;
}

.teachino-prose em,
.wysiwyg em{
  font-style: italic;
}

.teachino-prose code,
.wysiwyg code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
  color: #1C162A;
  background: #F2F2F4;
  padding: 2px 6px;
  border-radius: 8px;
}

.teachino-prose pre,
.wysiwyg pre,
.teachino-prose .wp-block-code,
.wysiwyg .wp-block-code,
.teachino-prose .wp-block-preformatted,
.wysiwyg .wp-block-preformatted{
  background: #1C162A;
  color: #FBFBFB;
  border-radius: 20px;
  padding: 20px;
  overflow-x: auto;
}

.teachino-prose pre code,
.wysiwyg pre code,
.teachino-prose .wp-block-code code,
.wysiwyg .wp-block-code code,
.teachino-prose .wp-block-preformatted code,
.wysiwyg .wp-block-preformatted code{
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
}

.teachino-prose ul,
.teachino-prose ol,
.wysiwyg ul,
.wysiwyg ol{
  padding-left: 20px;
  margin-top: 10px;
}

.teachino-prose ul,
.wysiwyg ul{
  list-style: disc;
}

.teachino-prose ol,
.wysiwyg ol{
  list-style: decimal;
}

.teachino-prose li,
.wysiwyg li{
  margin-bottom: 6px;
}

.teachino-prose blockquote,
.wysiwyg blockquote,
.teachino-prose .wp-block-quote,
.wysiwyg .wp-block-quote{
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px 24px;
  border-left: 3px solid rgba(82, 72, 221, 0.28);
  border-radius: 0 18px 18px 0;
  background: rgba(242, 242, 244, 0.55);
  color: rgba(28, 22, 42, 0.82);
}

.teachino-prose blockquote p,
.wysiwyg blockquote p,
.teachino-prose .wp-block-quote p,
.wysiwyg .wp-block-quote p{
  font-size: 18px;
  line-height: 155%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.82);
}

.teachino-prose blockquote cite,
.wysiwyg blockquote cite,
.teachino-prose .wp-block-quote cite,
.wysiwyg .wp-block-quote cite{
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 140%;
  color: #1C162A;
  font-style: normal;
  font-weight: 700;
}

.teachino-prose .wp-block-pullquote,
.wysiwyg .wp-block-pullquote{
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

.teachino-prose .wp-block-pullquote blockquote,
.wysiwyg .wp-block-pullquote blockquote{
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.teachino-prose .wp-block-pullquote p,
.wysiwyg .wp-block-pullquote p{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #863DE2;
}

.teachino-prose .wp-block-pullquote.has-text-align-left,
.wysiwyg .wp-block-pullquote.has-text-align-left{
  text-align: left;
}

.teachino-prose .wp-block-pullquote.has-text-align-center,
.wysiwyg .wp-block-pullquote.has-text-align-center{
  text-align: center;
}

.teachino-prose .wp-block-pullquote.has-text-align-right,
.wysiwyg .wp-block-pullquote.has-text-align-right{
  text-align: right;
}

.teachino-prose .wp-block-pullquote cite,
.wysiwyg .wp-block-pullquote cite{
  display: block;
  margin-top: 14px;
  font-size: 14px;
  line-height: 140%;
  color: rgba(28, 22, 42, 0.7);
  font-style: normal;
  font-weight: 700;
}

.teachino-prose details,
.wysiwyg details,
.teachino-prose .wp-block-details,
.wysiwyg .wp-block-details{
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid rgba(167, 165, 183, 0.2);
  background: #F7F7F8;
  padding: 0;
  overflow: hidden;
}

.teachino-prose details summary,
.wysiwyg details summary,
.teachino-prose .wp-block-details summary,
.wysiwyg .wp-block-details summary{
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #1C162A;
}

.teachino-prose details summary::-webkit-details-marker,
.wysiwyg details summary::-webkit-details-marker,
.teachino-prose .wp-block-details summary::-webkit-details-marker,
.wysiwyg .wp-block-details summary::-webkit-details-marker{
  display: none;
}

.teachino-prose details > :not(summary),
.wysiwyg details > :not(summary),
.teachino-prose .wp-block-details > :not(summary),
.wysiwyg .wp-block-details > :not(summary){
  padding: 0 20px 20px 20px;
}

/* Gutenberg info box style for Group block */

.teachino-prose .wp-block-group.is-style-teachino-info-box,
.wysiwyg .wp-block-group.is-style-teachino-info-box{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px 20px;
  border-radius: 15px;
}

.teachino-prose .wp-block-group.is-style-teachino-info-box > *:first-child,
.wysiwyg .wp-block-group.is-style-teachino-info-box > *:first-child{
  margin-top: 0;
}

.teachino-prose .wp-block-group.is-style-teachino-info-box > *:last-child,
.wysiwyg .wp-block-group.is-style-teachino-info-box > *:last-child{
  margin-bottom: 0;
}

.teachino-prose details,
.wysiwyg details,
.teachino-prose .wp-block-details,
.wysiwyg .wp-block-details{
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid rgba(167, 165, 183, 0.2);
  background: #F7F7F8;
  padding: 0;
  overflow: hidden;
}

.teachino-prose details summary,
.wysiwyg details summary,
.teachino-prose .wp-block-details summary,
.wysiwyg .wp-block-details summary{
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #1C162A;
}

.teachino-prose details summary::-webkit-details-marker,
.wysiwyg details summary::-webkit-details-marker,
.teachino-prose .wp-block-details summary::-webkit-details-marker,
.wysiwyg .wp-block-details summary::-webkit-details-marker{
  display: none;
}

.teachino-prose details > :not(summary),
.wysiwyg details > :not(summary),
.teachino-prose .wp-block-details > :not(summary),
.wysiwyg .wp-block-details > :not(summary){
  padding: 0 20px 20px 20px;
}

.teachino-prose a,
.wysiwyg a{
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

.teachino-prose img,
.wysiwyg img{
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.teachino-prose figure,
.wysiwyg figure,
.teachino-prose .wp-block-image,
.wysiwyg .wp-block-image,
.teachino-prose .wp-block-gallery,
.wysiwyg .wp-block-gallery,
.teachino-prose .wp-block-video,
.wysiwyg .wp-block-video,
.teachino-prose .wp-block-embed,
.wysiwyg .wp-block-embed{
  margin-top: 24px;
  margin-bottom: 24px;
}

.teachino-prose figcaption,
.wysiwyg figcaption,
.teachino-prose .wp-element-caption,
.wysiwyg .wp-element-caption{
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  color: rgba(28, 22, 42, 0.6);
  text-align: center;
}

.teachino-prose hr,
.wysiwyg hr{
  border: 0;
  height: 1px;
  background: rgba(28, 22, 42, 0.12);
}

.teachino-prose table,
.wysiwyg table,
.teachino-prose .wp-block-table table,
.wysiwyg .wp-block-table table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 20px;
  background: #FBFBFB;
  box-shadow: 0 10px 30px rgba(28, 22, 42, 0.04);
}

.teachino-prose th,
.teachino-prose td,
.wysiwyg th,
.wysiwyg td,
.teachino-prose .wp-block-table th,
.teachino-prose .wp-block-table td,
.wysiwyg .wp-block-table th,
.wysiwyg .wp-block-table td{
  padding: 14px 16px;
  border: 1px solid rgba(167, 165, 183, 0.18);
  text-align: left;
  vertical-align: top;
}

.teachino-prose th,
.wysiwyg th,
.teachino-prose .wp-block-table th,
.wysiwyg .wp-block-table th{
  font-weight: 600;
  color: #1C162A;
  background: #F2F2F4;
}

.teachino-prose .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.wysiwyg .wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  background: rgba(242, 242, 244, 0.5);
}

.teachino-prose .wp-block-separator,
.wysiwyg .wp-block-separator{
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  height: 1px;
  background: rgba(28, 22, 42, 0.12);
}

.teachino-prose .wp-block-group,
.wysiwyg .wp-block-group,
.teachino-prose .wp-block-columns,
.wysiwyg .wp-block-columns,
.teachino-prose .wp-block-media-text,
.wysiwyg .wp-block-media-text,
.teachino-prose .wp-block-cover,
.wysiwyg .wp-block-cover{
  margin-top: 24px;
  margin-bottom: 24px;
}

.teachino-prose .wp-block-buttons,
.wysiwyg .wp-block-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.teachino-prose .wp-block-button,
.wysiwyg .wp-block-button{
  margin: 0;
}

.teachino-prose .wp-block-button__link,
.wysiwyg .wp-block-button__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  background: var(--btn-gradient);
  color: #FBFBFB !important;
  -webkit-text-fill-color: #FBFBFB !important;
  box-shadow: none;
}

.teachino-prose .wp-block-button.is-style-outline .wp-block-button__link,
.wysiwyg .wp-block-button.is-style-outline .wp-block-button__link{
  background: #FFFFFF;
  color: #6F49DF !important;
  -webkit-text-fill-color: #6F49DF !important;
  border-color: rgba(167, 165, 183, 0.22);
}

.teachino-prose .wp-block-button.is-style-teachino-secondary .wp-block-button__link,
.wysiwyg .wp-block-button.is-style-teachino-secondary .wp-block-button__link{
  background: #FFFFFF;
  color: #6F49DF !important;
  -webkit-text-fill-color: #6F49DF !important;
  border-color: #863DE2;
}

.teachino-prose .wp-block-button__link:hover,
.wysiwyg .wp-block-button__link:hover{
  filter: brightness(0.98);
}

@media (max-width: 639px){
  .teachino-prose h2,
  .wysiwyg h2{
    font-size: 24px;
  }

  .teachino-prose h3,
  .wysiwyg h3{
    font-size: 20px;
  }

  .teachino-prose blockquote p,
  .wysiwyg blockquote p{
    font-size: 17px;
  }

  .teachino-prose .wp-block-pullquote p,
  .wysiwyg .wp-block-pullquote p{
    font-size: 22px;
  }

  .teachino-prose th,
  .teachino-prose td,
  .wysiwyg th,
  .wysiwyg td{
    padding: 12px;
  }
}

/* =============================
   Blog Index (home.php)
============================= */

.teachino-blog-title{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
}

.teachino-blog-subtitle{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.teachino-blog-intro{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.teachino-post-grid{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.teachino-post-card{
  border-radius: 24px;
  border: 1px solid #ddd;
  background: rgba(251, 251, 251, 0.75);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: white;
}

.teachino-post-thumb{
  display:block;
}

.teachino-post-thumb-img{
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.teachino-post-card-body{
  padding: 20px 20px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.teachino-post-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.6);
}

.teachino-post-cat{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(167, 165, 183, 0.25);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: rgba(28, 22, 42, 0.75);
}

.teachino-post-cat:hover{
  filter: brightness(0.98);
}

.teachino-post-cat.is-active{
  background: #E4D1F6;
  border-color: #E4D1F6;
  color: #1C162A;
}

.teachino-post-title{
  margin-top: 12px;
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #1C162A;
}

.teachino-post-title a{
  text-decoration: none;
  color: inherit;
}

.teachino-post-excerpt{
  margin-top: 10px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.82);
}

.teachino-post-readmore{
  --btn-radius: 12px;
  --btn-padding-y: 12px;
  --btn-padding-x: 22px;
}

.teachino-pagination{
  max-width: 1280px;
  margin: 28px auto 0;
}

.teachino-pagination .nav-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.teachino-pagination .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(167, 165, 183, 0.25);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(28, 22, 42, 0.8);
  text-decoration: none;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}

.teachino-pagination .page-numbers.current{
  background: #E4D1F6;
  border-color: #E4D1F6;
  color: #1C162A;
}

.teachino-pagination .page-numbers:hover{
  filter: brightness(0.98);
}

@media (max-width: 1024px){
  .teachino-post-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px){
  .teachino-blog-title{
    font-size: 32px;
  }

  .teachino-post-grid{
    grid-template-columns: 1fr;
  }

  .teachino-post-thumb-img{
    height: 200px;
  }
}

/* =============================
   Reviews / Testimonials cards + archive
============================= */

.reviews-archive{
  padding: 56px 24px 80px 24px;
}

.reviews-archive-container{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-archive-head{
  text-align: center;
  margin-bottom: 32px;
}

.reviews-archive-title{
  font-family: Fredoka, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  color: #1C162A;
}

.reviews-archive-subtitle{
  margin: 16px auto 0;
  max-width: 640px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.022em;
  color: rgba(28, 22, 42, 0.8);
}

.reviews-grid{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

@media (max-width: 639px){
  .reviews-archive-title{
    font-size: 32px;
  }

  .reviews-grid{
    grid-template-columns: 1fr;
  }
}

.review-card{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  /* clip glow to card bounds like the design */
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(242, 242, 244, 0.5);
}

/* two soft glows INSIDE the card (bottom-right) – use radial gradients (no blur filter) */

.review-card::before,
.review-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 0;
}

.review-card::before{
  background: radial-gradient(
    420px 300px at calc(100% - 10px) calc(100% - 10px),
    rgba(255, 173, 138, 0.55) 0%,
    rgba(255, 173, 138, 0.26) 34%,
    rgba(255, 173, 138, 0.00) 70%
  );
}

.review-card::after{
  background: radial-gradient(
    420px 300px at calc(100% - 10px) calc(100% - 20px),
    rgba(202, 146, 252, 0.55) 0%,
    rgba(202, 146, 252, 0.26) 32%,
    rgba(202, 146, 252, 0.00) 70%
  );
}

.review-card:hover::before,
.review-card:hover::after{
  opacity: 1;
}

.review-card-inner{
  position: relative;
  border-radius: 24px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 260px;
  z-index: 1;
  /* ensure content is above the glow */
  justify-content: space-between;
}

.review-card-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-person{
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.review-avatar{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  flex: 0 0 auto;
}

.review-avatar--placeholder{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(242, 242, 244, 1);
}

.review-name{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1C162A;
}

.review-position{
  margin-top: 6px;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.75);
}

.review-logo{
  height: 64px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.review-text{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 1);
}

.review-text p{
  margin-top: 12px;
}

.review-text p:first-child{
  margin-top: 0;
}

.review-text a{
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}

.review-text--empty{
  color: rgba(28, 22, 42, 0.55);
}

/* gradient highlight requested: only when .is-active */

.review-card-grad{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
  background: radial-gradient(120% 120% at 50% 0%, rgba(134, 61, 226, 0.16) 0%, rgba(82, 72, 221, 0.10) 32%, rgba(251, 251, 251, 0) 70%);
  z-index: 0;
}

.review-card.is-active .review-card-grad{
  opacity: 1;
}

.reviews-pagination{
  margin-top: 28px;
}

@media (max-width: 639px){
  .review-card-inner{
    padding: 24px 18px;
    gap: 18px;
  }

  .review-name{
    font-size: 18px;
  }

  .review-position{
    font-size: 14px;
  }

  .review-text{
    font-size: 16px;
  }

  .review-logo{
    height: 44px;
  }
}

/* Testimonials slider (home) */

.testimonials-slider{
  position: relative;
  margin-top: 32px;
}

.testimonials-viewport{
  position: relative;
  overflow: hidden;
  /* allow centering with a small peek of side slides */
  padding-left: 96px;
  padding-right: 96px;
}

@media (max-width: 1280px){
  .testimonials-viewport{
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-fade{
    width: 48px;
  }
}

.testimonials-track{
  display: flex;
  gap: 16px;
  align-items: stretch;
  will-change: transform;
  transform: translate3d(0,0,0);
  transition: transform 280ms ease;
  justify-content: flex-start;
}

.testimonials-slide{
  flex: 0 0 648px;
  max-width: 648px;
}

/* Edge fades like logo slider */

.testimonials-fade{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  pointer-events: none;
  z-index: 3;
}

.testimonials-fade-left{
  left: 0;
  background: linear-gradient(90deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
}

.testimonials-fade-right{
  right: 0;
  background: linear-gradient(270deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
}

.testimonials-controls{
  margin-top: 24px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.testimonials-nav-btn{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(167, 165, 183, 0.25);
  background: rgba(251, 251, 251, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: filter 160ms ease, opacity 160ms ease;
}

.testimonials-nav-btn:hover{
  filter: brightness(0.98);
}

.testimonials-nav-btn:disabled{
  opacity: 0.45;
  cursor: default;
}

.testimonials-nav-btn svg{
  width: 22px;
  height: 22px;
  display: block;
}

/* Responsive */

@media (max-width: 1024px){
  .testimonials-slide{
    flex-basis: min(648px, calc(100vw - 48px));
    max-width: min(648px, calc(100vw - 48px));
  }
}

@media (max-width: 639px){
  .testimonials-slider{
    margin-top: 24px;
  }

  .testimonials-controls{
    margin-top: 16px;
  }

  /* Убираем белые края/фейды на мобилке */

  .testimonials-fade{
    display: none;
  }

  .testimonials-viewport{
    padding-left: 0;
    padding-right: 0;
  }

  /* В моб.версии скрываем фото учителя только в этом слайдере */

  .testimonials-slider .review-avatar,
  .testimonials-slider .review-avatar--placeholder{
    display: none;
  }

  /* Remove gaps so only one slide is visible */

  .testimonials-track{
    gap: 0;
  }

  /* Карточка на всю ширину контейнера, NOT 100vw */

  .testimonials-slide{
    flex: 0 0 100%;
    max-width: 100%;
    align-self: flex-start;
  }

  .testimonials-slider .review-card{
    height: auto;
  }

  .testimonials-slider .review-card-inner{
    min-height: unset;
    height: auto;
    padding: 24px 18px;
    gap: 18px;
    justify-content: flex-start;
  }

  .testimonials-slider .review-card-bottom{
    margin-top: 4px;
  }

  /* Make the hover glow always visible on mobile ONLY inside the home slider */

  .testimonials-slider .review-card::before,
  .testimonials-slider .review-card::after{
    opacity: 1;
  }

  /* Reduce glow size further on mobile (override gradients for slider only) */

  .testimonials-slider .review-card::before{
    background: radial-gradient(
      260px 200px at calc(100% - 10px) calc(100% - 10px),
      rgba(255, 173, 138, 0.50) 0%,
      rgba(255, 173, 138, 0.22) 34%,
      rgba(255, 173, 138, 0.00) 72%
    );
  }

  .testimonials-slider .review-card::after{
    background: radial-gradient(
      260px 200px at calc(100% - 10px) calc(100% - 20px),
      rgba(202, 146, 252, 0.50) 0%,
      rgba(202, 146, 252, 0.22) 32%,
      rgba(202, 146, 252, 0.00) 72%
    );
  }
}

/* =============================
   Gutenberg Editor Styles
   Helps backend editor match frontend spacing/typography
============================= */

.editor-styles-wrapper {
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(28, 22, 42, 0.9);
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-family: "Fredoka", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #1C162A;
}

/* Keep content width visually close to the frontend reading width */

.editor-styles-wrapper .block-editor-block-list__layout,
.editor-styles-wrapper .is-root-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* Match frontend WYSIWYG spacing/typography more closely in Gutenberg */

.editor-styles-wrapper .wp-block,
.editor-styles-wrapper p,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper pre,
.editor-styles-wrapper table,
.editor-styles-wrapper figure {
  max-width: 860px;
}

.editor-styles-wrapper p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: rgba(28, 22, 42, 0.82);
}

.editor-styles-wrapper h2 {
  font-size: 28px;
  line-height: 120%;
}

.editor-styles-wrapper h3 {
  font-size: 22px;
  line-height: 125%;
}

.editor-styles-wrapper h4 {
  font-size: 18px;
  line-height: 130%;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  padding-left: 20px;
}

.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper .wp-block-pullquote {
  border-radius: 24px;
}

.editor-styles-wrapper .wp-block-button__link {
  border-radius: 12px;
}

/* Make editor embeds/images/tables feel less cramped */

.editor-styles-wrapper .wp-block-image,
.editor-styles-wrapper .wp-block-embed,
.editor-styles-wrapper .wp-block-table,
.editor-styles-wrapper .wp-block-group,
.editor-styles-wrapper .wp-block-columns,
.editor-styles-wrapper .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 782px) {
  .editor-styles-wrapper .block-editor-block-list__layout,
  .editor-styles-wrapper .is-root-container,
  .editor-styles-wrapper .wp-block {
    max-width: 100%;
  }
}

/* Editor-only previews for custom Gutenberg block styles */

.editor-styles-wrapper .wp-block-group.is-style-teachino-info-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px 20px;
  border-radius: 15px;
}

.editor-styles-wrapper .wp-block-button.is-style-teachino-secondary .wp-block-button__link {
  background: #FFFFFF;
  color: #6F49DF !important;
  -webkit-text-fill-color: #6F49DF !important;
  border: 1px solid #863DE2;
}

.editor-styles-wrapper .wp-block-quote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px 24px;
  border-left: 3px solid rgba(82, 72, 221, 0.28);
  border-radius: 0 18px 18px 0;
  background: rgba(242, 242, 244, 0.55);
}

.editor-styles-wrapper .wp-block-quote cite {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-style: normal;
  color: #1C162A;
}

.editor-styles-wrapper .wp-block-pullquote {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

.editor-styles-wrapper .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.editor-styles-wrapper .wp-block-pullquote p {
  font-family: "Fredoka", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #863DE2;
}

.editor-styles-wrapper .wp-block-pullquote cite {
  display: block;
  margin-top: 14px;
  font-weight: 700;
  font-style: normal;
  color: rgba(28, 22, 42, 0.7);
}

/* =============================
   Table of Contents (TOC)
============================= */

.teachino-toc{
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 15px;
  background: #F7F7F8;
  border: 1px solid rgba(167, 165, 183, 0.2);
}

.teachino-toc__title{
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #1C162A;
}

.teachino-toc__list{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

.teachino-toc__item{
  margin: 0;
  padding: 0;
}

.teachino-toc__item--level-3{
  padding-left: 16px;
}

.teachino-toc__link{
  display: inline-block;
  font-family: "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 145%;
  color: rgba(28, 22, 42, 0.82);
  text-decoration: none;
}

.teachino-toc__link:hover{
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 639px){
  .teachino-toc{
    padding: 16px 16px;
  }

  .teachino-toc__title{
    font-size: 15px;
  }

  .teachino-toc__link{
    font-size: 14px;
  }
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#E4D1F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 209 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#863DE2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(134 61 226 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-\[0_12px_36px_rgba\(114\2c 41\2c 206\2c 0\.08\)\]:hover {
  --tw-shadow: 0 12px 36px rgba(114,41,206,0.08);
  --tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_12px_40px_rgba\(28\2c 22\2c 42\2c 0\.08\)\]:hover {
  --tw-shadow: 0 12px 40px rgba(28,22,42,0.08);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#E4D1F6\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 209 246 / var(--tw-border-opacity, 1));
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#E4D1F633\]:focus {
  --tw-ring-color: #E4D1F633;
}

@supports (backdrop-filter: var(--tw)) {
  .supports-\[backdrop-filter\]\:bg-\[\#FBFBFB\]\/75 {
    background-color: rgb(251 251 251 / 0.75);
  }
}

@media (min-width: 640px) {
  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}