@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap";

/* frontend/styles/index.css */
html {
  font-family:
    "M PLUS 1p",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: clamp(12px, 2.4vw, 16px);
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
.ui.header,
.ui.cards .card > .content .header {
  text-wrap: balance;
  word-break: keep-all;
  line-break: strict;
  hyphens: manual;
  -webkit-hyphens: manual;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}
.delay-100 {
  transition-delay: 0.1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-300 {
  transition-delay: 0.3s;
}
.delay-400 {
  transition-delay: 0.4s;
}
.delay-500 {
  transition-delay: 0.5s;
}
.delay-600 {
  transition-delay: 0.6s;
}
.delay-700 {
  transition-delay: 0.7s;
}
.delay-800 {
  transition-delay: 0.8s;
}
.delay-900 {
  transition-delay: 0.9s;
}
.delay-1000 {
  transition-delay: 1s;
}
.delay-1100 {
  transition-delay: 1.1s;
}
.delay-1200 {
  transition-delay: 1.2s;
}
.glassmorphic {
  background: rgb(255 255 255 / 20%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  border: 1px solid rgb(255 255 255 / 18%);
  padding: 2rem;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 10%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glassmorphic:hover,
.glassmorphic:focus-visible {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.75rem 2.5rem rgb(0 0 0 / 16%);
}
@media (max-width: 768px) {
  .glassmorphic {
    padding: 1.5rem;
  }
}
.neumorphic {
  background: rgb(240 240 243);
  box-shadow: 0.625rem 0.625rem 1.25rem rgb(209 209 212), -0.625rem -0.625rem 1.25rem rgb(255 255 255);
  border-radius: 0.9375rem;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.neumorphic:hover,
.neumorphic:focus-visible {
  transform: translateY(-0.125rem);
  box-shadow: 0.75rem 0.75rem 1.5rem rgb(209 209 212 / 85%), -0.75rem -0.75rem 1.5rem rgb(255 255 255 / 95%);
}
.u-underline-accent {
  position: relative;
  display: inline-block;
}
.u-underline-accent::after {
  content: "";
  position: absolute;
  inset-block-end: -6px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  inline-size: 128px;
  block-size: 4px;
  background:
    linear-gradient(
      90deg,
      rgb(66 133 244) 0%,
      rgb(72 209 204) 100%);
  border-radius: 9999px;
}
.u-heading-centered {
  position: relative;
  display: inline-block;
}
.ui.sakura {
  background: #fef4f4 !important;
}
.ui.geppaku {
  background: #eaf4fc !important;
}
.ui.transparent {
  background: transparent !important;
}
.ui.squared.segment {
  border-radius: 0;
}
.ui.shobuiro.segment {
  background: #674196 !important;
  color: transparent !important;
}
.ui.tertiary.card,
.ui.cards > .tertiary.card {
  box-shadow: none;
}
.ui.transparent.card,
.ui.cards > .transparent.card {
  background: transparent;
}
.kyohiiro {
  color: #ff251e !important;
}
.bg-kyohiiro {
  background: #ff251e !important;
}
.shinonomeiro {
  color: #f19072 !important;
}
.bg-shinonomeiro {
  background: #f19072 !important;
}
.nanowanairo {
  color: #ffec47 !important;
}
.bg-nanowanairo {
  background: #ffec47 !important;
}
.sanaeiro {
  color: #67a70c !important;
}
.bg-sanaeiro {
  background: #67a70c !important;
}
.amairo {
  color: #2ca9e1 !important;
}
.bg-amairo {
  background: #2ca9e1 !important;
}
.utsushiiro {
  color: #3d6eda !important;
}
.bg-utsushiiro {
  background: #3d6eda !important;
}
.botaniro {
  color: #e7609e !important;
}
.bg-botaniro {
  background: #e7609e !important;
}
.ayameiro {
  color: #674196 !important;
}
.bg-ayameiro {
  background: #674196 !important;
}
.otomeiro {
  color: #f3cccc !important;
}
.bg-otomeiro {
  background: #f3cccc !important;
}
.momijiiro {
  color: #a61017 !important;
}
.bg-momijiiro {
  background: #a61017 !important;
}
.nibiiro {
  color: #9ea1a3 !important;
}
.bg-nibiiro {
  background: #9ea1a3 !important;
}
.kurohairo {
  color: #0d0d0d !important;
}
.bg-kurohairo {
  background: #0d0d0d !important;
}
.sakurairo {
  color: #fef4f4 !important;
}
.bg-sakurairo {
  background: #fef4f4 !important;
}
.shirayuriiro {
  color: #def3de !important;
}
.bg-shirayuriiro {
  background: #def3de !important;
}
.shiroiro {
  color: #ede9d8 !important;
}
.bg-shiroiro {
  background: #ede9d8 !important;
}
.shiraumeiro {
  color: #efe0e8 !important;
}
.bg-shiraumeiro {
  background: #efe0e8 !important;
}
.natsukazeiro {
  color: transparent !important;
}
.bg-natsukazeiro {
  background: transparent !important;
}
#menu {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: rgb(255 255 255 / 20%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1rem 2.5rem rgb(15 23 42 / 15%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1.25rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#menu.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#menu .menu-inner {
  width: min(60rem, calc(100% - 2.5rem));
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding-block: 0.75rem;
}
#menu .menu-brand {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.75rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--konjiki);
  text-decoration: none;
  transition: color 0.2s ease;
}
#menu .menu-brand:hover,
#menu .menu-brand:focus-visible {
  color: rgb(238 203 103);
}
#menu .menu-brand img {
  inline-size: 2.625rem;
  block-size: 2.625rem;
}
#menu .menu-items {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu .menu-item {
  position: relative;
  display: grid;
}
#menu .menu-link,
#menu .menu-cta {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.35rem;
  padding-inline: 0.75rem;
  padding-block: 0.65rem;
  font-size: 0.95rem;
  color: var(--kurohairo);
  text-decoration: none;
  border-radius: 999rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#menu .menu-link:hover,
#menu .menu-link:focus-visible {
  color: var(--konjiki);
  background-color: rgb(230 180 34 / 12%);
}
#menu .menu-item-cta .menu-cta {
  background:
    linear-gradient(
      135deg,
      rgb(255 247 196 / 100%) 0%,
      rgb(254 227 141 / 100%) 100%);
  color: rgb(47 47 47);
  font-weight: 600;
  box-shadow: 0 0.75rem 1.5rem rgb(230 180 34 / 45%);
  border: 1px solid rgb(255 255 255 / 35%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
#menu .menu-item-cta .menu-cta:hover,
#menu .menu-item-cta .menu-cta:focus-visible {
  background:
    linear-gradient(
      135deg,
      rgb(255 231 130 / 100%) 0%,
      rgb(253 200 70 / 100%) 100%);
  color: rgb(47 47 47);
  box-shadow: 0 1.2rem 2.4rem rgb(238 203 103 / 65%);
  transform: translateY(-2px);
}
#menu .menu-dropdown {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: calc(100% + 0.5rem);
  min-inline-size: 13.75rem;
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  padding-block: 0.4rem;
  padding-inline: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 60%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1rem 2rem rgb(15 23 42 / 18%);
  border: 1px solid rgb(255 255 255 / 45%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
#menu .menu-dropdown a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  padding-inline: 1rem;
  padding-block: 0.6rem;
  color: var(--kurohairo);
  text-decoration: none;
  border-radius: 0.5rem;
}
#menu .menu-dropdown a:hover,
#menu .menu-dropdown a:focus-visible {
  background-color: rgb(230 180 34 / 12%);
  color: var(--konjiki);
}
#menu .menu-item.has-dropdown:hover > .menu-dropdown,
#menu .menu-item.has-dropdown:focus-within > .menu-dropdown,
#menu .menu-item.open > .menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#menu-toggle.menu-toggle {
  position: fixed;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  z-index: 2200;
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999rem;
  border: 1px solid rgb(255 255 255 / 35%);
  background: rgb(255 255 255 / 55%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--kurohairo);
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 0.75rem 1.5rem rgb(15 23 42 / 18%);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
#menu-toggle.menu-toggle i {
  font-size: 1.1rem;
}
#menu-toggle.menu-toggle:focus-visible {
  outline: 2px solid rgb(230 180 34 / 70%);
  outline-offset: 3px;
}
#menu-toggle .menu-toggle__text {
  font-size: 0.9rem;
}
@media (min-width: 768.02px) {
  #menu-toggle.menu-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  #menu-toggle.menu-toggle {
    display: inline-flex;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #menu-toggle.menu-toggle {
    background: rgb(255 255 255 / 75%);
    box-shadow: 0 1rem 2rem rgb(15 23 42 / 22%);
  }
  #menu {
    inset: 0;
    inline-size: 100%;
    min-block-size: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.3s ease;
  }
  #menu .menu-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.25rem;
    inline-size: clamp(18rem, 70vw, 24rem);
    margin-inline-start: auto;
    margin-inline-end: 0;
    pointer-events: auto;
    padding: 3.5rem 1.5rem 2.75rem;
    background: rgb(255 255 255 / 25%);
    -webkit-backdrop-filter: blur(12px) saturate(125%);
    backdrop-filter: blur(12px) saturate(125%);
    border-inline-start: 1px solid rgb(255 255 255 / 55%);
    border-block: none;
    border-radius: 1.5rem 0 0 1.5rem;
    box-shadow: 0 1.25rem 2.5rem rgb(15 23 42 / 18%);
  }
  #menu .menu-items {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 0.75rem;
    width: 100%;
  }
  #menu .menu-item,
  #menu .menu-link,
  #menu .menu-cta {
    width: 100%;
  }
  #menu .menu-dropdown {
    position: static;
    inset: auto;
    inline-size: 100%;
    max-inline-size: 100%;
    width: 100%;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    align-self: stretch;
    padding-inline: 0;
  }
  #menu .menu-dropdown a {
    padding-inline: 0.75rem;
  }
  body.menu-open #menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.faq-card {
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width:768px) {
  .faq-card {
    margin-bottom: 1.5rem;
  }
}
.book-card {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
  grid-gap: 0;
  gap: 0;
}
.book-card.detailed {
  grid-template-columns: 1fr;
}
.book-card.detailed .card-image {
  padding-inline-start: 1rem;
  padding-block-start: 3.5rem;
}
.book-card.image-only {
  grid-template-columns: 1fr;
}
.book-card.image-only .card-content {
  display: none;
}
.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
}
.book-card .card-image {
  display: grid;
  place-items: center;
  background: #ffffff;
  background: var(--white);
  align-self: stretch;
  width: 100%;
  padding: 1.5rem 1rem 1rem;
  border-radius: 0 !important;
  aspect-ratio: auto;
}
.book-card .card-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #e6e6ef;
  border: 1px solid var(--gray-light);
  border-radius: 8px;
  background: #ffffff;
  background: var(--white);
}
.book-card .card-content {
  display: grid;
  grid-auto-flow: row;
  align-self: start;
  padding: 1.5rem;
  grid-gap: 1rem;
  gap: 1rem;
}
.book-card .genre-badge {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  color: var(--white);
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  height: 2rem;
  margin: 0;
  box-shadow: 0 2px 8px rgb(67 97 238 / 25%);
  width: -moz-fit-content;
  width: fit-content;
  justify-self: end;
  line-height: 1;
}
.book-card .genre-badge.html {
  background:
    linear-gradient(
      135deg,
      #4361ee 0%,
      #4cc9f0 100%);
  background:
    linear-gradient(
      135deg,
      var(--primary) 0%,
      var(--primary-light) 100%);
  box-shadow: 0 2px 8px rgb(67 97 238 / 30%);
}
.book-card .genre-badge.ruby {
  background:
    linear-gradient(
      135deg,
      #ff6b6b 0%,
      #ff1f4b 100%);
  box-shadow: 0 2px 8px rgb(255 107 107 / 30%);
}
.book-card .genre-badge.algorithm {
  background:
    linear-gradient(
      135deg,
      #7f5af0 0%,
      #6246ea 100%);
  box-shadow: 0 2px 8px rgb(127 90 240 / 30%);
}
.book-card .genre-badge.c {
  background:
    linear-gradient(
      135deg,
      #0ea5e9 0%,
      #0284c7 100%);
  box-shadow: 0 2px 8px rgb(14 165 233 / 25%);
}
.book-card .genre-badge.qualification {
  background:
    linear-gradient(
      135deg,
      #f97316 0%,
      #ea580c 100%);
  box-shadow: 0 2px 8px rgb(249 115 22 / 28%);
}
.book-card .genre-badge.sql {
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #059669 100%);
  box-shadow: 0 2px 8px rgb(16 185 129 / 28%);
}
.book-card .genre-badge.javascript {
  background:
    linear-gradient(
      135deg,
      #facc15 0%,
      #eab308 100%);
  color: #1a1a2e;
  color: var(--dark);
  box-shadow: 0 2px 8px rgb(250 204 21 / 35%);
}
.book-card .genre-badge.foundation {
  background:
    linear-gradient(
      135deg,
      #6366f1 0%,
      #4f46e5 100%);
  box-shadow: 0 2px 8px rgb(99 102 241 / 30%);
}
.book-card .genre-badge.java {
  background:
    linear-gradient(
      135deg,
      #f973ab 0%,
      #ec4899 100%);
  box-shadow: 0 2px 8px rgb(236 72 153 / 30%);
}
.book-card .genre-badge.math {
  background:
    linear-gradient(
      135deg,
      #14b8a6 0%,
      #0d9488 100%);
  box-shadow: 0 2px 8px rgb(20 184 166 / 28%);
}
.book-card .genre-badge.git {
  background:
    linear-gradient(
      135deg,
      #fb923c 0%,
      #f97316 100%);
  box-shadow: 0 2px 8px rgb(249 115 22 / 30%);
}
.book-card .genre-badge.shell {
  background:
    linear-gradient(
      135deg,
      #ef4444 0%,
      #dc2626 100%);
  box-shadow: 0 2px 8px rgb(220 38 38 / 30%);
}
.book-card .genre-badge.other {
  background:
    linear-gradient(
      135deg,
      #94a3b8 0%,
      #64748b 100%);
  box-shadow: 0 2px 8px rgb(148 163 184 / 30%);
}
.book-card .genre-badge.os {
  background:
    linear-gradient(
      135deg,
      #64748b 0%,
      #475569 100%);
  box-shadow: 0 2px 8px rgb(100 116 139 / 28%);
}
.book-card .genre-badge i {
  font-size: 0.75rem;
}
.book-card .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a2e;
  color: var(--dark);
  margin: 0.5rem !important;
  line-height: 1.4;
  word-break: normal;
  overflow-wrap: anywhere;
}
.book-card .description {
  color: #4a4a68;
  color: var(--gray-dark);
  line-height: 1.7;
}
.book-card .description .description-line {
  font-size: 0.95rem;
  text-indent: 1em;
  margin: 0 0 0.75rem;
}
.book-card .description .description-line:last-child {
  margin-bottom: 0;
}
.book-grid-covers,
.book-grid-details {
  display: grid;
  width: 100%;
  grid-gap: 1rem;
  gap: 1rem;
}
.book-grid-covers > .book-card-item,
.book-grid-details > .book-card-item {
  display: flex;
}
.book-grid-covers > .book-card-item > .book-card,
.book-grid-details > .book-card-item > .book-card {
  width: 100%;
}
.book-grid-covers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.book-grid-details {
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
  .book-card .card-content {
    padding: 0;
    gap: 1.25rem;
  }
  .book-card.detailed .card-content {
    padding: 1.75rem 1rem 1rem 0;
  }
  .book-card .title {
    font-size: 1.4rem;
  }
  .book-card .description .description-line {
    font-size: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .book-card.detailed .card-content {
    padding-inline-start: 1rem;
  }
  .book-grid-covers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .book-grid-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .book-card.detailed {
    grid-template-columns: 45% minmax(0, 1fr);
  }
  .book-grid-covers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .book-grid-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#footer {
  --footer-bg:
    linear-gradient(
      135deg,
      var(--primary-dark) 0%,
      var(--dark) 55%,
      var(--gray-dark) 100%),
    radial-gradient(
      120rem circle at 14% -20%,
      color-mix(in srgb, var(--primary) 45%, transparent) 0%,
      transparent 60%),
    radial-gradient(
      110rem circle at 88% 120%,
      color-mix(in srgb, var(--secondary) 30%, transparent) 0%,
      transparent 70%);
  --footer-surface: color-mix(in srgb, var(--white) 10%, transparent);
  --footer-surface-hover: color-mix(in srgb, var(--white) 20%, transparent);
  --footer-border: color-mix(in srgb, var(--white) 12%, transparent);
  --footer-text-primary: var(--white);
  --footer-text-muted: color-mix(in srgb, var(--gray-light) 85%, transparent);
  --footer-accent: var(--primary);
  --footer-accent-light: var(--primary-light);
  background-image:
    linear-gradient(
      135deg,
      #3a0ca3 0%,
      #1a1a2e 55%,
      #4a4a68 100%),
    radial-gradient(
      120rem circle at 14% -20%,
      color-mix(in srgb, #4361ee 45%, transparent) 0%,
      transparent 60%),
    radial-gradient(
      110rem circle at 88% 120%,
      color-mix(in srgb, #7209b7 30%, transparent) 0%,
      transparent 70%);
  background-image: var(--footer-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:
    screen,
    normal,
    normal;
  color: #ffffff;
  color: var(--white);
  padding: clamp(1.5rem, 5vw, 2.5rem) 0;
  width: 100%;
  overflow: visible;
}
#footer .ui.container {
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
}
#footer .footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 1023px) {
  #footer .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
#footer .footer-column {
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
  display: grid;
  justify-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  #footer .footer-column:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  #footer .footer-column {
    padding-inline: 0.5rem;
  }
}
#footer .footer-brand {
  margin-bottom: 1.5rem;
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: start;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
#footer .footer-brand .footer-logo {
  display: grid;
  place-items: center;
  transition: transform 0.35s ease;
}
#footer .footer-brand .footer-logo:hover,
#footer .footer-brand .footer-logo:focus-visible {
  transform: scale(1.05);
}
#footer .footer-brand .footer-tagline {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.6;
  color: var(--footer-text-primary);
}
#footer .footer-brand img {
  max-width: 190px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgb(15 20 55 / 45%));
}
@media (max-width: 1023px) {
  #footer .footer-brand img {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  #footer .footer-brand img {
    max-width: 110px;
  }
}
#footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-links a {
  color: var(--footer-text-primary);
  opacity: 0.86;
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: transparent;
  position: relative;
  padding: 0.35rem !important;
}
#footer .footer-links a:hover {
  color: var(--footer-accent-light);
  background: var(--footer-surface);
  opacity: 1;
  transform: translateX(2px);
  text-decoration: none;
}
#footer .footer-links a:hover::before {
  transform: scale(1.35);
  box-shadow: 0 0 0 6px rgba(67 97 238 / 18%);
}
#footer .title {
  color: var(--footer-text-primary) !important;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
  position: relative;
  padding-bottom: 0.75rem;
  letter-spacing: 0.04em;
  display: inline-block;
  width: 100%;
}
#footer .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 48px;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      var(--footer-accent) 0%,
      var(--footer-accent-light) 100%);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgb(67 97 238 / 48%);
}
#footer .contact-info p {
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  align-items: center;
}
#footer .contact-info i {
  text-align: center;
  color: var(--footer-accent);
}
#footer .ui.button {
  background: transparent;
  border: 1px solid var(--footer-border);
  color: var(--footer-text-primary);
  border-radius: 999px;
  padding: 0.7rem 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgb(10 14 28 / 30%);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}
#footer .ui.button:hover,
#footer .ui.button:focus {
  background: var(--footer-accent);
  border-color: transparent;
  color: white;
  transform: translateY(-2px);
  text-decoration: none;
}
#footer .ui.button .icon {
  margin-inline-start: 0.5rem;
}
#footer .footer-bottom {
  text-align: center;
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 720px);
  margin-top: 1.5rem;
}
#footer .footer-bottom p {
  margin: 0;
  color: var(--footer-text-muted);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.pseudo-class-form.wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding: 32px 28px;
}
.pseudo-class-form.wrapper fieldset {
  border: 0;
  padding: 0;
}
.pseudo-class-form.wrapper p {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
.pseudo-class-form.wrapper p:focus-within label.name {
  transform: translateY(0) scale(0.8);
}
.pseudo-class-form.wrapper label.name {
  display: block;
  order: 1;
  transition: transform 0.2s;
  transform: translateY(32px) scale(1);
  transform-origin: 0 100%;
  padding: 7px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .pseudo-class-form.wrapper label.name {
    transform: translateY(34px) scale(1);
  }
}
.pseudo-class-form.wrapper input,
.pseudo-class-form.wrapper textarea {
  order: 2;
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 10px 8px 12px;
  border-bottom: 1px solid rgba(26, 26, 46, 0.25);
  background: rgba(255, 255, 255, 0.75);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.pseudo-class-form.wrapper input:focus,
.pseudo-class-form.wrapper textarea:focus {
  outline: none;
  border-bottom-color: #4361ee;
  border-bottom-color: var(--primary, #4361ee);
  background: rgba(255, 255, 255, 1);
}
.pseudo-class-form.wrapper input:invalid,
.pseudo-class-form.wrapper textarea:invalid {
  box-shadow: none;
}
.pseudo-class-form.wrapper input.error,
.pseudo-class-form.wrapper textarea.error {
  border-bottom-color: rgba(247, 37, 133, 0.75);
}
.pseudo-class-form.wrapper input:invalid ~ .error.message,
.pseudo-class-form.wrapper textarea:invalid ~ .error.message {
  display: block;
}
.pseudo-class-form.wrapper input:invalid ~ .success.message,
.pseudo-class-form.wrapper textarea:invalid ~ .success.message {
  display: none;
}
.pseudo-class-form.wrapper input:valid ~ .error.message,
.pseudo-class-form.wrapper textarea:valid ~ .error.message {
  display: none;
}
.pseudo-class-form.wrapper input:valid ~ .success.message,
.pseudo-class-form.wrapper textarea:valid ~ .success.message {
  display: block;
}
.pseudo-class-form.wrapper input::-moz-placeholder,
.pseudo-class-form.wrapper textarea::-moz-placeholder {
  color: transparent;
}
.pseudo-class-form.wrapper input::placeholder,
.pseudo-class-form.wrapper textarea::placeholder {
  color: transparent;
}
.pseudo-class-form.wrapper input:-moz-placeholder ~ .error.message,
.pseudo-class-form.wrapper textarea:-moz-placeholder ~ .error.message,
.pseudo-class-form.wrapper input:-moz-placeholder ~ .success.message,
.pseudo-class-form.wrapper textarea:-moz-placeholder ~ .success.message {
  display: none;
}
.pseudo-class-form.wrapper input:placeholder-shown ~ .error.message,
.pseudo-class-form.wrapper textarea:placeholder-shown ~ .error.message,
.pseudo-class-form.wrapper input:placeholder-shown ~ .success.message,
.pseudo-class-form.wrapper textarea:placeholder-shown ~ .success.message {
  display: none;
}
.pseudo-class-form.wrapper input:not(:-moz-placeholder) ~ label.name,
.pseudo-class-form.wrapper textarea:not(:-moz-placeholder) ~ label.name {
  transform: translateY(0) scale(0.8);
}
.pseudo-class-form.wrapper input:not(:placeholder-shown) ~ label.name,
.pseudo-class-form.wrapper textarea:not(:placeholder-shown) ~ label.name {
  transform: translateY(0) scale(0.8);
}
.pseudo-class-form.wrapper textarea {
  min-height: 160px;
  line-height: 1.6;
  resize: vertical;
}
.pseudo-class-form.wrapper textarea ~ label.name {
  padding-left: 7px;
}
.pseudo-class-form.wrapper .message {
  padding: 0 8px 8px 8px;
  position: absolute;
  bottom: -30px;
  z-index: -1;
  font-size: 0.9rem;
}
.pseudo-class-form.wrapper .message.error {
  color: red;
}
.pseudo-class-form.wrapper .message.success {
  color: green;
}
.pseudo-class-form.wrapper input[required] ~ label.name::after,
.pseudo-class-form.wrapper textarea[required] ~ label.name::after {
  content: "\3010\5fc5\9808\3011";
  color: red;
  font-size: small;
}
.pseudo-class-form.wrapper p.required {
  display: block;
  text-align: right;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #4a5568;
  color: var(--text-light, #4a5568);
}
.pseudo-class-form.wrapper #submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border: none;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #4361ee,
      #3a0ca3);
  background:
    linear-gradient(
      135deg,
      var(--primary, #4361ee),
      var(--primary-dark, #3a0ca3));
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(67, 97, 238, 0.22);
}
.pseudo-class-form.wrapper #submit:disabled {
  background: #e6e6ef;
  background: var(--gray-light, #e6e6ef);
  color: #8d8d9e;
  color: var(--gray, #8d8d9e);
  box-shadow: none;
  cursor: not-allowed;
}
.pseudo-class-form.wrapper #submit:not(:disabled):hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.pseudo-class-form.wrapper #submit:not(:disabled):active {
  transform: translateY(0);
  opacity: 1;
}
.contact-page .timeline {
  counter-reset: contact-step;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}
.contact-page .timeline li {
  position: relative;
  padding: 1.1rem 1rem 1.1rem 3.5rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  box-shadow: 0 20px 35px -22px rgba(26, 26, 46, 0.35);
  line-height: 1.6;
}
.contact-page .timeline li::before {
  counter-increment: contact-step;
  content: counter(contact-step, decimal-leading-zero);
  position: absolute;
  inset-inline-start: 1rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 0.95rem;
  color: #4361ee;
  color: var(--primary, #4361ee);
  background: rgba(76, 201, 240, 0.16);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}
.contact-page .contact-scope {
  margin-top: 1.5rem;
  padding-left: 0;
}
.contact-page .contact-scope li {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  position: relative;
  line-height: 1.6;
}
.contact-page .contact-scope li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  inset-inline-start: 0;
  color: #4cc9a0;
  color: var(--success, #4cc9a0);
}
.contact-page .form-footer {
  margin-block: 0 2rem;
  text-align: right;
}
.contact-page .form-footer p {
  margin: 0;
}
@media (max-width: 767px) {
  .contact-page .timeline li {
    padding-inline-start: 3rem;
  }
  .contact-page .form-footer {
    text-align: left;
    margin-block-end: 1.5rem;
  }
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.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;
}
.gap-4 {
  gap: 1rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
:root {
  --primary: #4361ee;
  --primary-light: #4cc9f0;
  --primary-dark: #3a0ca3;
  --secondary: #7209b7;
  --accent: #f72585;
  --success: #4cc9a0;
  --dark: #1a1a2e;
  --gray-dark: #4a4a68;
  --gray: #8d8d9e;
  --gray-light: #e6e6ef;
  --light: #f8f9fa;
  --white: #ffffff;
  --text: #2d3748;
  --text-light: #4a5568;
  --text-lighter: #718096;
}
/*# sourceMappingURL=/_bridgetown/static/css/index.HRGL33LA.css.map */
