.bg-violet {
  background-color: #23136a;
  color: #fff;
}

.bg-gray,
.bg-gray a {
  background-color: #f5f5f5;
  color: #000;
}

.bg-gray a:hover {
  color: #000;
}

.bg-violet {
  color: #fff;
}

.bg-violet a {
  color: #fff;
}

.bg-violet a:hover {
  color: #fff;
}


.bg-white {
  background-color: #ffffff;
}



.divider-gray {
  height: 2px;
  background: #efefef;
  width: 88%;
  margin: 4em auto;
}

.hero h1 {
  font-weight: 700;
  color: #000;
}

/* Hero セクション - ファーストビュー対応 */
#extension.hero.is-fullheight-with-navbar {
  min-height: auto;
  /* セクション全体のmin-heightは解除 */
}

#extension>.hero-body {
  min-height: 100vh;
  /* ナビバーがfixedで重なっているためビューポート全体 */
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #extension>.hero-body {
    padding-top: 8rem;
    align-items: flex-start;
  }
}

#extension .hero-extension-explain h1 img {
  width: 100%;
}

#extension h2,
#extension .hero-sub-text {
  font-weight: 700;
  font-size: 1.785rem;
  margin: 20px 0;
}

#extension-spec h1.title {
  color: #fff;
}

.hero-extension-install {
  border-radius: 4px;
  background-color: #f5cd3e;
  color: #23136a !important;
  text-align: center;
  margin-top: 30px;
}

.hero-extension-install:hover {
  opacity: 0.9;
}

.hero-extension-install a {
  display: block;
  color: #0c1437;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1rem;
}

.browser-icon {
  text-align: right;
  padding-right: 0;
}

.browser-icon span {
  display: inline-block;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  margin: 20px 0 0 10px;
}

.browser-icon span#brave {
  background: url(/assets/images/icon_brave.png) no-repeat center;
}

.browser-icon span#edge {
  background: url(/assets/images/icon_edge.png) no-repeat center;
}

.browser-icon span#chrome {
  background: url(/assets/images/icon_chrome.png) no-repeat center;
}

p.extension-guide {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

#list-top h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

#list-top h1 span.is-skelton {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: all 1s;
}

#list-top h1:hover span.is-skelton {
  color: #fff;
  transition: all 1s;
}

#list-top p {
  color: #fff;
  line-height: 2.075rem;
  font-size: 1.075rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#list-top .has-image {
  display: flex;
  background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
  background-size: 150% 150%;
  border-radius: 30% 70% 40% 60% / 30% 39% 61% 70%;
  animation: bubble 30s linear infinite, bg_move 20s ease infinite;
}

@keyframes bg_move {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 5%;
  }
}

#list-top .buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
}

#list-top a.button {
  padding: 0 90px;
  background-color: #f5cd3e;
  color: #0c1437;
  font-weight: 700;
  border: none;
}

#list-top a.button:hover {
  transition: filter 0.5s ease;
  filter: hue-rotate(30deg);
}

#list-about span.word-break {
  display: inline-block;
}

#list-about a {
  text-decoration: underline;
}

#list-usage h2,
#list-usage dt {
  font-weight: 600;
  color: #000;
}

#list-usage h2 {
  margin: 40px 0 20px;
  font-size: 1.525rem;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #f5cd3e;
}

#list-usage .image {
  margin: 0 auto;
  width: 60%;
  border: 3px solid #eee;
  border-radius: 30% 70% 40% 60% / 30% 39% 61% 70%;
  background-color: #eee;
  animation-name: bubble;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#list-usage .card {
  box-shadow: none;
  background-color: inherit;
}

@media (min-width: 850px) {
  .text p {
    font-size: 26px;
  }

  .quote-wrapper blockquote footer {
    bottom: 32px;
  }
}

@keyframes bubble {

  0%,
  100% {
    border-radius: 50%;
  }

  50% {
    border-radius: 60% 20% 59% 41% / 62% 21% 69% 28%;
  }

  75% {
    border-radius: 50% 69% 50% 53% / 68% 50% 53% 53%;
  }
}

#list-usage p,
#list-about .list-explain p {
  color: #000;
  line-height: 2.075rem;
  font-size: 1.075rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: left;
}

#list-usage .content {
  font-weight: 400;
}

@media (max-width: 850px) {
  .wave-container::before {
    height: 18.5px;
  }
}

#list-about span.sub-text {
  display: block;
  font-size: 0.975rem;
  font-weight: 500;
}

.card-header {
  flex-direction: column;
  align-items: center;
  font-size: 0.725rem;
  background: url(../../assets/images/nav_bg.jpg);
  background-size: auto;
  padding: 40px 0;
}

.card-header-title {
  flex-direction: column;
  background-color: #0c1437;
  color: #fff;
}

.card-header-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 0;
  margin: auto;
  background-color: #fafafa;
}

.card:hover .card-header-title::before {
  animation: flash 1s linear forwards;
}

@keyframes flash {

  0%,
  100% {
    width: 70%;
    height: 30%;
    opacity: 0;
  }

  50% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}

.card-header span.count-item {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  color: #333;
  /* Default to dark, assuming light bg on header if title has bg */
}

/* Adjust if card-header has dark image */
.card-header {
  color: #333;
}

.count-to {
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 4px;
  color: #5d29bc;
  /* Theme color */
}

/* ========================================
   Services Examples Section
   ======================================== */
.services-examples-section {
  padding: 4rem 0;
  background: #ffffff;
  margin-top: 2rem;
}

.services-examples-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 1920px) {
  .services-examples-container {
    max-width: 1800px;
  }
}

@media (max-width: 768px) {
  .services-examples-section {
    padding: 2rem 0;
  }

  .services-examples-container {
    padding: 0 1rem;
  }
}

.services-section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .services-section-title {
    font-size: 1.75rem;
  }
}

.services-section-subtitle {
  font-size: 1rem;
  color: #666666;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
}

.services-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1200px) {
  .services-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media (max-width: 768px) {
  .services-category-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.service-category-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(35, 20, 106, 0.1);
  border-color: #d0d0d0;
}

.category-card-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, #23146a 0%, #3d2a8f 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.01em;
}

.category-stats {
  text-align: right;
}

.category-count {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  line-height: 1;
}

.category-unit {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.category-card-body {
  padding: 1rem 1.5rem 1.5rem;
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-list-item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
}

.service-list-item:last-child {
  border-bottom: none;
}

.service-list-item:hover {
  background: #fafafa;
  margin: 0 -0.5rem;
  padding: 0.625rem 0.5rem;
  border-radius: 6px;
}

.service-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  flex-shrink: 0;
  border-radius: 4px;
}

.service-name {
  font-size: 0.9375rem;
  color: #333333;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-more {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e0e0e0;
  font-size: 0.8125rem;
  color: #888888;
  text-align: center;
  font-weight: 500;
}

/* Legacy .service-items (can be removed after transition) */
.service-items {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  padding: 6px 4px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
}

.service-items:last-child {
  border-bottom: none;
}

.service-items:hover {
  background-color: #fafafa;
  transform: translateX(2px);
}

.service-items p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4a4a4a;
}

.service-items img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

#list-voices .card {
  box-shadow: none;
}

.timeline {
  display: flex;
  flex-direction: column;
}

.timeline.is-centered .timeline-header {
  display: flex;
  width: 100%;
  align-self: center;
}

.timeline .timeline-header {
  width: 4em;
  min-width: 4em;
  max-width: 8em;
  word-wrap: normal;
  text-align: center;
  display: flex;
  justify-content: center;
}

.timeline.is-centered .timeline-item {
  width: 50%;
  align-self: flex-end;
  flex-direction: row;
}

.timeline.is-centered .timeline-item:nth-of-type(2n) {
  align-self: flex-start;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 2em;
}

.timeline.is-centered .timeline-item:nth-of-type(2n)::before {
  right: -0.5px;
  left: auto;
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker {
  transform: translateX(50%);
}

.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-content {
  padding: 1em 2em 0 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 100%;
}

.timeline .timeline-item {
  display: flex;
  position: relative;
  margin-left: 2em;
  padding-bottom: 2em;
}

.timeline .timeline-item::before {
  content: '';
  background-color: #dbdbdb;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -0.5px;
  top: 0;
}

.timeline .timeline-item .timeline-marker {
  position: absolute;
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  content: '';
  display: block;
  height: 12px;
  transform: translateX(-50%);
  top: 1.2rem;
  width: 12px;
}

.timeline .timeline-item .timeline-content {
  padding: 1em 0 0 2em;
}

.timeline .timeline-item .timeline-content .heading {
  font-weight: 700;
  font-size: 0.875rem;
}

.timeline .timeline-item .timeline-content a {
  text-decoration: underline;
}

.is-checkradio[type='radio'],
.is-checkradio[type='checkbox'],
.is-calc-checkradio[type='radio'],
.is-calc-checkradio[type='checkbox'] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.is-checkradio[type='radio']+label:first-of-type,
.is-checkradio[type='checkbox']+label:first-of-type,
.is-calc-checkradio[type='radio']+label:first-of-type,
.is-calc-checkradio[type='checkbox']+label:first-of-type {
  margin-left: 0;
}

.is-checkradio[type='radio']+label,
.is-calc-checkradio[type='radio']+label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}

.is-checkradio[type='radio']+label,
.is-checkradio[type='checkbox']+label,
.is-calc-checkradio[type='radio']+label,
.is-calc-checkradio[type='checkbox']+label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0 0.5rem 0.2rem 1.8rem;
  border-radius: 4px;
}

.is-checkradio[type='radio']:checked+label::before,
.is-checkradio[type='radio']:checked+label:before,
.is-checkradio[type='checkbox']:checked+label::before,
.is-checkradio[type='checkbox']:checked+label:before,
.is-calc-checkradio[type='radio']:checked+label::before,
.is-calc-checkradio[type='radio']:checked+label:before,
.is-calc-checkradio[type='checkbox']:checked+label::before,
.is-calc-checkradio[type='checkbox']:checked+label:before {
  animation-name: none;
  border: 0.1rem solid #dbdbdb;
}

.is-checkradio[type='radio']+label::before,
.is-checkradio[type='radio']+label:before,
.is-checkradio[type='radio']+label::after,
.is-checkradio[type='radio']+label:after,
.is-calc-checkradio[type='radio']+label::before,
.is-calc-checkradio[type='radio']+label:before,
.is-calc-checkradio[type='radio']+label::after,
.is-calc-checkradio[type='radio']+label:after {
  width: 1.3rem;
  height: 1.3rem;
}

.is-checkradio[type='radio']+label::before,
.is-checkradio[type='radio']+label:before,
.is-calc-checkradio[type='radio']+label::before,
.is-calc-checkradio[type='radio']+label:before {
  border-radius: 50%;
}

.is-checkradio[type='radio']+label::before,
.is-checkradio[type='radio']+label:before,
.is-checkradio[type='checkbox']+label::before,
.is-checkradio[type='checkbox']+label:before,
.is-calc-checkradio[type='radio']+label::before,
.is-calc-checkradio[type='radio']+label:before,
.is-calc-checkradio[type='checkbox']+label::before,
.is-calc-checkradio[type='checkbox']+label:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: '';
  border: 0.1rem solid #dbdbdb;
}

.is-checkradio[type='radio']:checked+label::after,
.is-checkradio[type='radio']:checked+label:after,
.is-checkradio[type='checkbox']:checked+label::after,
.is-checkradio[type='checkbox']:checked+label:after,
.is-calc-checkradio[type='radio']:checked+label::after,
.is-calc-checkradio[type='radio']:checked+label:after,
.is-calc-checkradio[type='checkbox']:checked+label::after,
.is-calc-checkradio[type='checkbox']:checked+label:after {
  display: inline-block;
}

.is-checkradio[type='radio']+label::after,
.is-checkradio[type='radio']+label:after,
.is-calc-checkradio[type='radio']+label::after,
.is-calc-checkradio[type='radio']+label:after {
  border-radius: 50%;
  background: #f5cd3e;
  left: 0;
  transform: scale(0.5);
}

.is-checkradio[type='radio']+label::after,
.is-checkradio[type='radio']+label:after,
.is-checkradio[type='checkbox']+label::after,
.is-checkradio[type='checkbox']+label:after,
.is-calc-checkradio[type='radio']+label::after,
.is-calc-checkradio[type='radio']+label:after,
.is-calc-checkradio[type='checkbox']+label::after,
.is-calc-checkradio[type='checkbox']+label:after {
  position: absolute;
  display: none;
  content: '';
  top: 0rem;
}

#list-estimate .is-notice {
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}

#list-estimate .is-notice dl {
  background-color: #faebd7;
  padding: 0.5em 1em;
  border-radius: 8px;
}

#list-estimate .is-notice dt {
  font-weight: 700;
}

#list-estimate .is-notice dd {
  font-weight: 400;
  font-size: 0.975rem;
  margin-bottom: 0.5em;
}

#list-estimate .range {
  display: flex;
  justify-content: center;
  height: 3em;
}

#list-estimate .is-research .range {
  min-height: 3em;
}

#list-estimate .range .range-control {
  background-color: #0c1437;
  padding: 1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  color: #fff;
  font-weight: 700;
  height: 8em;
}

#list-estimate .is-research .range .range-control.switch {
  border-top-left-radius: 10px;
}

#list-estimate .range .range-control.switch {
  font-weight: 700;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}

#list-estimate .switch[type='checkbox'] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

#list-estimate .switch[type='checkbox']+label {
  position: relative;
  display: initial;
  font-size: 0.775rem;
  line-height: initial;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

#list-estimate .switch[type='checkbox'].is-rounded+label::before,
.switch[type='checkbox'].is-rounded+label:before {
  border-radius: 24px;
}

#list-estimate .switch[type='checkbox']:checked+label::before,
.switch[type='checkbox']:checked+label:before {
  background: #f5cd3e;
}

#list-estimate .switch[type='checkbox']+label::before,
.switch[type='checkbox']+label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: '';
}

#list-estimate .switch[type='checkbox'].is-rounded+label::after,
.switch[type='checkbox'].is-rounded+label:after {
  border-radius: 50%;
}

#list-estimate .switch[type='checkbox']:checked+label::after {
  left: 1.625rem;
}

#list-estimate .switch[type='checkbox']+label::after,
.switch[type='checkbox']+label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.15s ease-out;
  content: '';
}

#list-estimate .is-research .is-notice {
  min-height: auto;
}

#list-estimate span.scale-up {
  position: absolute;
  margin-left: 1em;
  color: #fff;
  font-weight: 700;
  background-color: #a48c61;
  padding: 0 6px;
  border-radius: 3px;
  font-size: 0.725rem;
  transition: opacity 0.3s;
}

#list-estimate span.tooltip {
  position: absolute;
  margin-left: 1em;
  background: url(/assets/images/circle-question-solid.svg) no-repeat;
  height: 0.875rem;
  width: 0.875rem;
  cursor: help;
  margin-top: 4px;
}

#list-estimate span.tooltip.is-range {
  position: absolute;
  margin-left: -1em;
  background: url(/assets/images/circle-question-solid_white.svg) no-repeat;
  height: 0.875rem;
  width: 0.875rem;
  cursor: help;
  margin-top: -11px;
}

#list-estimate span.tooltiptext {
  position: absolute;
  margin-left: 2em;
  width: 25em;
  text-align: left;
  background-color: rgb(12, 20, 55);
  color: #fff;
  padding: 1em;
  border-radius: 8px;
  z-index: 2;
  cursor: default;
  top: -3em;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 0.785rem;
}

#list-estimate span.tooltiptext.is-range.is-left {
  right: 7em;
  top: -1em;
}

#list-estimate span.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

#list-estimate span.tooltiptext::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgb(12, 20, 55);
  position: absolute;
  left: -3px;
  top: 50%;
  transform: rotate(45deg);
}

#list-estimate span.tooltiptext.is-range::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgb(12, 20, 55);
  position: absolute;
  left: -3px;
  top: 20%;
  transform: rotate(45deg);
}

#list-estimate span.tooltiptext.is-range.is-left::before {
  left: 24.6em;
}

#list-estimate .is-question {
  margin-top: 2em;
}

#list-estimate .is-question dt {
  font-weight: 700;
}

#list-estimate .is-question dt::before {
  content: 'Q';
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.6em;
  color: #a48c61;
}

#list-estimate .is-question dd {
  margin-left: 2px;
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
  border-bottom: 1px dashed #a48c61;
  padding-bottom: 1em;
}

#list-estimate .is-question dd::before {
  content: 'A';
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.6em;
  position: relative;
  top: 2px;
  color: #a48c61;
}

#list-estimate .list-times {
  display: inline-block;
  margin-right: 2em;
  vertical-align: middle;
}

.pricing-table {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
}

.pricing-table .pricing-plan:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pricing-table .pricing-plan:not(:last-child) {
  border-right: none;
}

.pricing-table .pricing-plan {
  border-radius: initial;
  margin: 0;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.pricing-table .pricing-plan:not(:first-child):hover {
  z-index: 1;
}

.pricing-table .pricing-plan {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background-color: #fff;
  border: 0.1rem solid #f5f5f5;
  border-radius: 4px;
  list-style-type: none;
  transition: 0.25s;
  margin: 0.5em 0;
}

.pricing-table .pricing-plan .plan-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #f5cd3e;
  line-height: 1.3;
}

.is-research .pricing-table .pricing-plan .plan-header {
  text-decoration-color: #7fc9da;
}

.pricing-table.is-comparative .pricing-plan.is-features .plan-header,
.pricing-table .pricing-plan.is-features .plan-header {
  min-height: 6em;
  text-decoration: none;
}

.pricing-table .pricing-plan .plan-price {
  background-color: #fff;
  color: #4a4a4a;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  min-width: 12em;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  text-align: right;
}

.pricing-table .pricing-plan .plan-item {
  background: #f5f5f5;
  border-bottom: 0.1rem solid #fff;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  font-size: 0.9em;
  color: #555;
  font-weight: 500;
}

.pricing-table .pricing-plan .plan-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  margin-top: auto;
}

.pricing-table .pricing-plan.is-active {
  border: 0.1rem solid #f5f5f5;
  border-radius: 4px;
}

.pricing-table .pricing-plan.is-active {
  transform: scale(1.05);
}

.pricing-table .pricing-plan:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  vertical-align: baseline;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #4a4a4a;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .pricing-table.is-comparative .pricing-plan.is-features {
    display: none;
  }

  #list-estimate .list-times {
    display: none;
  }
}

.category {
  max-width: 720px;
}

.category:hover {
  filter: contrast(1.5);
  transition: filter 0.5s ease;
}

.category ul {
  padding: 1em;
  word-break: keep-all;
  border: 1px solid #ccc;
  background-color: #23146a;
  border-radius: 8px;
}

.category ul li {
  list-style-type: none;
  display: inline;
  font-size: 0.725rem;
  margin-right: 1em;
  color: #fff;
  line-height: 30px;
}

/* Form CV Message */
#thx {
  display: none;
  padding: 50px;
  background-color: #5f9ea0;
  color: #fff;
  border-radius: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .parallax-bg {
    height: 90vh;
  }

  .module,
  .module-small {
    padding: 10px 0;
  }

  h2.module-title {
    font-size: 18px;
  }

  .module-title+.module-subtitle {
    margin-top: 0;
  }

  .hero-text {
    font-size: 16px;
    padding: 20px;
  }

  .hero-text a.btn {
    font-size: 12px;
  }

  .hero-sub-images {
    display: none;
  }

  blockquote:before {
    display: none;
  }
}

#statement {
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 16px;
  color: #000;
  margin: 50px auto;
  max-width: 750px;
}

#statement h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin: 30px 0;
}

#statement h3 {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
  margin-top: 50px;
}

#statement a {
  font-weight: 600;
  color: #1f73b7;
}

#statement table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#statement th,
td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 14px;
}

#statement ul,
ol {
  margin-bottom: 0;
}

#statement ol {
  padding: 1em 0 0 2em;
}

@media (max-width: 519px) {
  #statement {
    font-size: 15px;
  }

  #statement h1 {
    font-size: 18px;
    word-break: keep-all;
  }

  #statement h3 {
    font-size: 16px;
  }

  #statement ul,
  ol {
    padding: 0 1em;
  }
}

.hero-extension-waiting {
  display: none;
  border-radius: 4px;
  background-color: #ccc;
  text-align: center;
}

.hero-extension-waiting a {
  display: block;
  color: #fff;
  font-weight: 800;
  padding: 2rem;
}

@media (min-width: 519px) {
  span.is-report {
    background-color: #fff;
    position: relative;
    top: 13px;
    border-radius: 3px;
    padding: 8px;
  }

  span.is-report a {
    color: #20367e;
    font-weight: 600;
  }
}

.to-sales {
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  border: 1px solid;
  border-radius: 4px;
}

#list-estimate .container {
  margin: 50px auto;
}

#list-estimate h2.plan-title {
  font-size: 1.575rem;
  font-weight: 600;
}

#list-estimate .plan-text-bold {
  font-size: 2.275rem;
  font-weight: 600;
}

#list-estimate ul.plan-desc {
  text-align: left;
}

#list-estimate p.plan-amount {
  margin: 10px 50px;
  max-width: 20em;
  font-weight: 600;
  font-size: 1.725rem;
}

#list-estimate input.pricing {
  font-family: verdana;
  font-weight: 600;
  font-size: 1.725rem;
  text-align: right;
  width: 8em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #a48c61;
}

#list-estimate .estimate-menu {
  text-align: center;
  padding: 30px 10px;
  color: #000;
}

#list-estimate .plan-sub-title {
  text-align: center;
  display: block;
  font-weight: 800;
  font-size: 1.425rem;
  width: 15em;
  border: 5px solid #000;
  padding: 5px 20px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  #list-estimate .plan-sub-title {
    width: 100%;
  }

  #list-estimate>div>div>div>div:nth-child(4) {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
}

@media (min-width: 768px) {
  #list-estimate>div>div>div>div:nth-child(4) {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
  }
}

/* 幅1440px未満 */
@media (max-width: 1440px) {
  .hero-extension {
    align-items: flex-start;
  }

  #extension h2 {
    font-size: 1.825rem;
    margin: 20px 0;
  }

  #extension .hero-sub-text {
    font-size: 1.825rem;
  }

  h2.hero-desc .word-break {
    display: inline-block;
  }

  .extension-image-small {
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

/* 幅1384px未満 */
@media (max-width: 1384px) {
  .hero-extension {
    align-items: flex-start;
  }

  #extension h2 {
    font-size: 1.825rem;
    margin: 20px 0;
  }

  #extension .hero-sub-text {
    font-size: 1.525rem;
  }

  h2.hero-desc .word-break {
    display: inline-block;
  }

  .extension-image-small {
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

/* 幅1280px未満 */
@media (max-width: 1280px) {
  .hero-extension {
    align-items: flex-start;
  }

  #extension h2 {
    font-size: 1.525rem;
    margin: 20px 0;
  }

  #extension .hero-sub-text {
    font-size: 1.425rem;
    margin-top: 10px;
  }

  h2.hero-desc .word-break {
    display: inline-block;
  }

  .extension-image-small {
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .card-content {
    min-height: 18em;
  }

  #list-top .buttons {
    justify-content: center;
  }

  #list-top a.button {
    padding: 0 60px;
  }
}



/* 幅1024px未満 */
@media (max-width: 1024px) {
  #extension .columns {
    flex-direction: column;
    align-items: center;
  }

  #extension h1 {
    display: none;
  }

  #extension h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 20px 0;
  }

  #extension h2 .word-break {
    display: inline-block;
  }

  .extension-image-small {
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  #list-top .has-image {
    display: flex;
  }

  #list-about {
    padding-top: 30px;
  }

  #list-about h1 {
    font-size: 1.5rem;
  }

  #list-about p {
    line-height: 2.675rem;
    text-align: left;
    font-size: 1.225rem;
    font-weight: 600;
  }

  #list-usage {
    margin-top: 50px;
  }

  .card-image {
    display: none;
  }

  .card-content {
    min-height: 16em;
  }
}

/* 幅768px未満 */
@media (max-width: 768px) {
  #list-top {
    margin-top: 30px;
  }

  #list-top h1 {
    color: #fff;
    font-size: 30px;
  }

  #list-top p {
    line-height: inherit;
    font-size: 17px;
    font-weight: 500;
  }

  .hero-extension .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-extension-explain {
    height: 440px;
  }

  h2.hero-desc {
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0;
  }

  .hero-sub-text {
    font-size: 0.825rem;
    padding: 0;
  }

  .browser-icon span {
    height: 40px;
    width: 40px;
    margin: 10px 0 0 10px;
  }

  .hero-extension-install a {
    font-weight: 600;
    padding: 1rem;
  }

  .extension-image-small {
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
  }

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

  .hero-desc dt {
    padding-top: 0.5rem;
    padding-left: 0px;
  }

  .hero-desc dd {
    margin-bottom: 2em;
    padding-left: 0px;
  }

  span.hero-sub-images {
    display: none;
  }

  #list-about h1 {
    font-size: 1.4rem;
  }

  #list-about p {
    line-height: 1.725rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
  }

  .card-content {
    min-height: 10em;
  }
}

/* 高さ668px以上 幅425px未満 */
@media (max-height: 568px) and (max-width: 320px) {
  h2.hero-desc {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
  }

  .extension-image-small {
    height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

/* 高さ668px以上 幅425px未満 */
@media (min-height: 668px) and (max-width: 425px) {
  h2.hero-desc {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0;
  }

  .extension-image-small {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

/* 高さ812px以上 幅425px未満 */
@media (min-height: 812px) and (max-width: 425px) {
  h2.hero-desc {
    font-size: 23px;
    font-weight: 700;
    margin: 30px 0;
  }

  .extension-image-small {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.modal-outer {
  background-color: #0c1437;
  width: 0;
  height: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
}

.modal-outer.expand {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 9998;
}

.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #dedbdf;
  border-radius: 16px;
  height: 32px;
  overflow: hidden;
  position: relative;
  width: 10em;
  -webkit-tap-highlight-color: transparent;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-content:not(.expand) {
  cursor: pointer;
}

.modal-content:not(.expand):hover {
  opacity: 0.95;
}

.modal-content.expand {
  border-radius: 8px;
  background-color: #0c1437;
  height: 80vh;
  width: 60vw;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 9999;
}

.modal-switch {
  position: absolute;
  transition: opacity 200ms 100ms cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-switch p {
  text-align: center;
  color: #0c1437;
  font-size: 0.725rem;
  font-weight: 700;
}

span.calc {
  background-image: url(../images/calc.svg);
  background-size: cover;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  top: 3px;
  margin-right: 2px;
}

.modal-card-head {
  justify-content: end;
  background-color: #fff;
  padding: 10px 10px 0 0;
  border-bottom: none;
}

.modal-content-inner {
  opacity: 0;
  position: absolute;
  transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
}

.modal-card-body {
  color: #000;
}

.modal-card-body h1 {
  font-size: 0.875rem;
  font-weight: 700;
}

.modal-card-body h2 {
  font-weight: 700;
}

.modal-card-body p {
  font-size: 1rem;
  font-weight: 400;
}

.expand .modal-switch {
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
}

.expand .modal-content-inner {
  opacity: 1;
  transition: opacity 200ms 100ms cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  height: 100%;
}

.modal-card-foot {
  justify-content: center;
  background-color: #0c1437;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#planRadios.range,
#countRadios.range {
  display: flex;
  justify-content: center;
  height: 3em;
}

#planRadios.range .range-control,
#countRadios.range .range-control {
  background-color: inherit;
  padding: 0;
  color: #0c1437;
  font-weight: 700;
  height: 4em;
}

select#categorySelect {
  margin-left: 1em;
}

span._checkbox {
  display: inline-flex;
  margin-right: 1em;
  font-size: 0.725rem;
  align-items: center;
}

span._checkbox input {
  margin-right: 2px;
}

div#itemCheckboxes {
  padding: 0 1em 1em 1em;
}

div#selectedCount {
  font-weight: 700;
  color: #20367e;
  margin: 1em;
}

span#selectedServicesItem {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}

span#selectedServicesItem .selectedItem {
  margin-right: 1em;
}

/* span#selectedServicesItem .selectedItem:hover {
  color: #888;
  text-decoration: line-through;
} */

div#calc-results {
  margin: 0 3em;
  border: 1px solid #eee;
  padding: 1em;
  font-size: 1rem;
  border-radius: 5px;
  background-color: #f5f5f5;
}

div.calc-results-item {
  display: flex;
}

span.results-title {
  width: 30%;
  display: inline-block;
  text-align: right;
  padding-right: 1em;
}

span.results-content {
  max-width: 70%;
}

span.results-title::after {
  content: ':';
  padding-left: 1em;
}

/* step */
.steps {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  min-height: 2rem;
}

.steps .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}

.steps .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}

.steps .step-item:not(:first-child)::before {
  content: ' ';
  display: block;
  position: absolute;
}

.steps .step-item.is-active::before {
  background-position: left bottom;
}

.steps .step-item::before {
  background: linear-gradient(to left, #dbdbdb 50%, #a48c61 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-in;
}

.steps .step-item.is-active.is-completed .step-marker {
  color: #fff;
  background-color: #a48c61;
  border-color: #a48c61;
}

.steps .step-item:not(:first-child) {
  flex-basis: 1em;
  flex-grow: 1;
  flex-shrink: 1;
}

.steps .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}

.steps .step-item.is-active .step-marker {
  background-color: #fff;
  border-color: #a48c61;
  color: #a48c61;
  transition: all 1.5s;
}

.steps .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  background: #b5b5b5;
  color: #fff;
  border: 0.2em solid #fff;
  z-index: 1;
  transition: all 1.5s;
}

.steps .step-item.is-success.is-active .step-marker {
  background-color: #fff;
  border-color: #a48c61;
  color: #a48c61;
  transition: all 1.5s;
}

.steps .step-item .step-details {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}

.steps .step-item .step-details {
  text-align: center;
}

.steps .step-item .step-details .step-title {
  font-weight: 500;
}

.steps .steps-content {
  align-items: stretch;
  flex-basis: 100%;
  margin: 0 3rem 3rem 3rem;
}

.steps .steps-content .step-content {
  display: none;
}

.steps .steps-content .step-content.is-active {
  display: block;
}

.steps .steps-actions {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
  margin: 1em;
}

.steps .steps-actions .steps-action {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
}

.steps .steps-content label {
  font-size: 17px;
  display: inline-flex;
  align-items: center;
}

.steps .steps-content input[disabled]+label {
  color: #aaa;
}

.steps .steps-content span._checkbox label {
  font-size: 0.825rem;
  line-height: 1.5rem;
}

.steps .steps-content label::before,
.steps .steps-content label::after {
  top: 2px;
}

.steps .steps-content .option-items {
  display: flex;
  justify-content: space-evenly;
}

.steps .steps-content .option-items .option-items-inner {
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  width: 50%;
}

.steps .steps-content .option-items .option-items-inner p {
  text-align: left;
  margin-left: 13px;
}

@media screen and (min-width: 769px),
print {
  .field.is-horizontal {
    display: flex;
  }
}

section#inq {
  width: 100%;
  margin: auto;
}

/* * {
  outline: 1px solid;
} */
/* ========================================
   New Marketing Sections (Deep Purple Theme)
   ======================================== */
.bg-dark-purple {
  background-color: #23136A;
  color: #fff;
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-indigo-light {
  color: #a78bfa;
}

.text-emerald-light {
  color: #34d399;
}

.section-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.icon-box-lg {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.icon-box-md {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.bg-gradient-indigo {
  background: linear-gradient(135deg, #818cf8, #6366f1);
}

.bg-gradient-emerald {
  background: linear-gradient(135deg, #34d399, #10b981);
}

.bg-gradient-amber {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.bg-gradient-blue {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.bg-gradient-orange {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.step-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-indigo-400 {
  color: #818cf8;
}

.text-emerald-400 {
  color: #34d399;
}

.text-amber-400 {
  color: #fbbf24;
}

.tag-soft {
  border: none !important;
}

.tag-soft-indigo {
  background: rgba(129, 140, 248, 0.2) !important;
  color: #818cf8 !important;
}

.tag-soft-emerald {
  background: rgba(52, 211, 153, 0.2) !important;
  color: #34d399 !important;
}

.tag-soft-amber {
  background: rgba(251, 191, 36, 0.2) !important;
  color: #fbbf24 !important;
}

.tag-soft-blue {
  background: rgba(59, 130, 246, 0.2) !important;
  color: #60a5fa !important;
}

.tag-soft-red {
  background: rgba(248, 113, 113, 0.2) !important;
  color: #fca5a5 !important;
}

.tag-soft-purple {
  background: rgba(192, 132, 252, 0.2) !important;
  color: #d8b4fe !important;
}

.dashboard-preview-img {
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-panel-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  height: 100%;
  padding: 1.5rem;
}

.feature-panel-highlight {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.feature-panel-highlight-amber {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.tip-box {
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.25);
  border-radius: 12px;
  padding: 1rem;
}

.mini-preview {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  border-radius: 6px;
}

/* ========================================
   Extension Overview & Detailed Features
   Extracted inline styles from index.astro
   ======================================== */

/* Hero Section */
.hero-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-popup-image {
  max-height: 850px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Hero Popup Image Decoration */
.hero-popup-wrapper {
  position: relative;
  display: inline-block;
}

.hero-popup-wrapper::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #f5cd3e, #818cf8, #34d399, #f5cd3e);
  background-size: 300% 300%;
  border-radius: 20px;
  z-index: -1;
  animation: gradient-border 8s ease infinite;
}

@keyframes gradient-border {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero-popup-decorated {
  border-radius: 16px;
  /* 滑らかなシャドウ - 複数レイヤーで自然な影を表現 */
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.04),
    0 4px 8px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.08),
    0 16px 32px rgba(0, 0, 0, 0.1),
    0 32px 64px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-height: 850px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.hero-popup-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  /* よりソフトなブラー効果 */
  opacity: 0.35;
  /* 控えめな透明度で洗練された印象に */
  z-index: -2;
  animation: float-orb 6s ease-in-out infinite;
}

.hero-popup-orb-1 {
  top: -40px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #f5cd3e, #fbbf24);
}

.hero-popup-orb-2 {
  bottom: -50px;
  left: -40px;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  animation-delay: -2s;
}

.hero-popup-orb-3 {
  top: 40%;
  right: -60px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #34d399, #10b981);
  animation-delay: -4s;
}

@keyframes float-orb {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

/* Floating badge on popup */
.hero-popup-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: linear-gradient(135deg, #f5cd3e, #fbbf24);
  color: #1a1a2e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(245, 205, 62, 0.4);
  z-index: 10;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Extension Overview Section */
#extension-overview {
  background: #ffffff;
  padding: 5rem 1.5rem;
}

.section-subtitle-indigo {
  color: #6366f1;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.section-subtitle-emerald {
  color: #10b981;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.text-slate-800 {
  color: #1e293b;
}

.text-slate-500 {
  color: #64748b;
}

.text-slate-700 {
  color: #334155;
}

.text-slate-600 {
  color: #475569;
}

.text-emerald-600 {
  color: #059669;
}

.overview-subtitle {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.detailed-subtitle {
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}


/* Step Cards (Light Theme) */
.step-card-light {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.step-card-light:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
  border-color: rgba(226, 232, 240, 0);
}

/* Background Numbers */
.step-card-light::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.04;
  z-index: -1;
  font-family: 'Outfit', sans-serif;
  transition: transform 0.4s ease;
}

.step-card-light:hover::before {
  transform: scale(1.1) rotate(-5deg);
}

.step-card-1::before {
  content: '01';
  color: #818cf8;
}

.step-card-2::before {
  content: '02';
  color: #34d399;
}

.step-card-3::before {
  content: '03';
  color: #fbbf24;
}

.step-icon-box {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.1);
}

.step-card-light:hover .step-icon-box {
  transform: scale(1.1);
}

.step-label-indigo,
.step-label-emerald,
.step-label-amber {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.step-label-indigo {
  color: #4f46e5;
  background: rgba(129, 140, 248, 0.1);
}

.step-label-emerald {
  color: #059669;
  background: rgba(52, 211, 153, 0.1);
}

.step-label-amber {
  color: #d97706;
  background: rgba(251, 191, 36, 0.1);
}

.step-description {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Tags (Light Theme) */
.tag-light-indigo,
.tag-light-emerald,
.tag-light-amber {
  border: none;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.5em 1em;
  font-size: 0.75rem;
  transition: background 0.3s ease;
}

.tag-light-indigo {
  background: rgba(129, 140, 248, 0.1);
  color: #4f46e5;
}

.tag-light-emerald {
  background: rgba(52, 211, 153, 0.1);
  color: #059669;
}

.tag-light-amber {
  background: rgba(251, 191, 36, 0.1);
  color: #d97706;
}

.step-card-light:hover .tag-light-indigo {
  background: rgba(129, 140, 248, 0.2);
}

.step-card-light:hover .tag-light-emerald {
  background: rgba(52, 211, 153, 0.2);
}

.step-card-light:hover .tag-light-amber {
  background: rgba(251, 191, 36, 0.2);
}

.tag-light-blue {
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
  border: none;
  font-size: 0.75rem;
}

.tag-light-red {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border: none;
  font-size: 0.75rem;
}

.tag-light-purple {
  background: rgba(168, 85, 247, 0.2);
  color: #c084fc;
  border: none;
  font-size: 0.75rem;
}

.tag-light-teal {
  background: rgba(34, 211, 153, 0.2);
  color: #34d399;
  border: none;
  font-size: 0.75rem;
}

.tag-amber-solid {
  background: #fef3c7;
  color: #d97706;
  border: none;
  font-size: 0.7rem;
}

/* Dashboard Preview Section */
.dashboard-preview-divider {
  border-top: 1px solid #e2e8f0;
}

.dashboard-label {
  color: #6366f1;
  letter-spacing: 2px;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.dashboard-title {
  color: #1e293b;
  line-height: 1.4;
}

.dashboard-text {
  color: #64748b;
  margin: 1.5rem 0;
  line-height: 1.8;
}

.feature-icon-indigo {
  color: #818cf8;
  margin-right: 0.5rem;
}

.feature-icon-emerald {
  color: #34d399;
  margin-right: 0.5rem;
}

.feature-icon-amber {
  color: #fbbf24;
  margin-right: 0.5rem;
}

.feature-icon-pink {
  color: #f472b6;
  margin-right: 0.5rem;
}

.feature-text {
  color: #334155;
  font-size: 0.9rem;
}

.dashboard-image {
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
}

.decorative-blur-indigo {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  opacity: 0.3;
  border-radius: 50%;
  filter: blur(40px);
}

.decorative-blur-emerald {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #34d399, #10b981);
  opacity: 0.3;
  border-radius: 50%;
  filter: blur(50px);
}

/* Popup to Dashboard Flow Visualization */
.popup-to-dashboard-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.mini-popup-preview {
  position: relative;
  width: 200px;
  flex-shrink: 0;
  margin: 0 auto;
}

.mini-popup-preview img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
}

.popup-flow-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.flow-arrow-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.mini-popup-highlight {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 28px;
  border: 2px solid #f5cd3e;
  border-radius: 6px;
  animation: pulse-highlight 2s ease-in-out infinite;
}

@keyframes pulse-highlight {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(245, 205, 62, 0.4);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(245, 205, 62, 0);
  }
}

.flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.flow-arrow-line {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.flow-arrow-dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  border-radius: 50%;
  animation: flow-dot 1.5s ease-in-out infinite;
}

.flow-arrow-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.flow-arrow-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes flow-dot {

  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

.flow-arrow-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.flow-label {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 600;
  text-align: center;
  background: #f1f5f9;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
}

.mini-dashboard-preview {
  position: relative;
  flex: 1;
  max-width: 400px;
}

.mini-dashboard-preview img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid #e2e8f0;
}

.click-indicator {
  position: absolute;
  bottom: 8%;
  left: 8%;
  background: linear-gradient(135deg, #f5cd3e, #fbbf24);
  color: #1a1a2e;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  box-shadow: 0 2px 8px rgba(245, 205, 62, 0.4);
}

.click-indicator::before {
  content: '👆';
  font-size: 0.8rem;
}

/* Creative Flow Showcase */
.flow-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}

.flow-step {
  position: relative;
}

.flow-step-popup {
  flex: 0 0 180px;
}

.flow-step-dashboard {
  flex: 1;
  max-width: 600px;
}

.flow-step-number {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  z-index: 10;
}

.flow-step-content {
  position: relative;
}

.popup-tilted {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease;
}

.popup-tilted:hover {
  transform: translateY(-5px);
}

.flow-step-label {
  text-align: center;
  margin-top: 1rem;
}

.flow-step-label strong {
  display: block;
  color: #1e293b;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.flow-step-label span {
  color: #64748b;
  font-size: 0.8rem;
}

.flow-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem;
}

.flow-connector svg {
  overflow: visible;
}

.flow-connector-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #34d399, #10b981);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.dashboard-image-lg {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
}

.feature-tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #334155;
  font-weight: 500;
  transition: all 0.2s ease;
}

.feature-tag:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .flow-showcase {
    flex-direction: column;
    gap: 1.5rem;
  }

  .flow-step-popup {
    flex: none;
    width: 160px;
  }

  .flow-connector {
    transform: rotate(90deg);
  }

  .flow-step-dashboard {
    max-width: 100%;
  }
}

/* Detailed Features Section */
#detailed-features {
  background: #f8fafc;
  padding: 5rem 1.5rem;
}

.feature-box-light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.feature-icon-sm {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.feature-subtitle {
  color: #64748b;
  font-size: 0.85rem;
}

.feature-item-light {
  background: #f8fafc;
  border-radius: 12px;
  height: 100%;
}

.feature-item-text {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
}

.feature-item-text-mb {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.emoji-icon-lg {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.emoji-icon-xl {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.emoji-icon-2xl {
  font-size: 2rem;
}

.flex-gap-sm {
  gap: 0.5rem;
}

/* View Mode Cards */
.view-mode-card {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  height: 100%;
}

.view-mode-title {
  color: #1e293b;
  display: block;
  margin-bottom: 0.5rem;
}

.view-mode-description {
  color: #64748b;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

/* Mini Chart Preview */
.mini-chart-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  height: 50px;
}

.mini-chart-bar {
  width: 20px;
  background: linear-gradient(180deg, #34d399, #10b981);
  border-radius: 4px 4px 0 0;
}

.mini-chart-bar-1 {
  height: 50px;
}

.mini-chart-bar-2 {
  height: 35px;
}

.mini-chart-bar-3 {
  height: 25px;
}

.mini-chart-bar-4 {
  height: 15px;
}

/* Mini Cards Preview */
.mini-cards-container {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.mini-card-preview {
  width: 45px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #10b981;
  border-radius: 6px;
}

/* Mini List Preview */
.mini-list-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 20px;
}

.mini-list-item {
  height: 8px;
  border-radius: 2px;
}

.mini-list-item-1 {
  background: #10b981;
}

.mini-list-item-2 {
  background: #34d399;
}

.mini-list-item-3 {
  background: #6ee7b7;
}

/* Group Management Cards */
.group-card-amber {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  height: 100%;
}

/* Tip Box (Light Theme) */
.tip-box-light {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
}

.tip-title {
  color: #059669;
}

.tip-text {
  color: #475569;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

/* =========================================
   Google Material Design 3 Inspired Styles
   ========================================= */

:root {
  --google-blue: #4285F4;
  --google-red: #EA4335;
  --google-yellow: #FBBC05;
  --google-green: #34A853;
  --google-grey-100: #F1F3F4;
  --google-grey-300: #E0E0E0;
  --google-grey-800: #202124;
}

/* Utilities */
.text-google-blue {
  color: var(--google-blue) !important;
}

.text-google-red {
  color: var(--google-red) !important;
}

.text-google-yellow {
  color: var(--google-yellow) !important;
}

.text-google-green {
  color: var(--google-green) !important;
}

.bg-google-blue-light {
  background-color: #E8F0FE !important;
}

.bg-google-red-light {
  background-color: #FCE8E6 !important;
}

.bg-google-yellow-light {
  background-color: #FEF7E0 !important;
}

.bg-google-green-light {
  background-color: #E6F4EA !important;
}

/* Google Card Style */
.google-step-card {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  /* Subtle border preferred in M3 */
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  /* M3 often starts flat */
}

.google-step-card:hover {
  border-color: transparent;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Card Content Layout */
.google-step-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Step Number Badge */
.google-step-number {
  font-family: 'Google Sans', 'Roboto', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 24px;
  display: inline-block;
}

.google-step-number.is-blue {
  color: var(--google-blue);
  background: #E8F0FE;
}

.google-step-number.is-green {
  color: var(--google-green);
  background: #E6F4EA;
}

.google-step-number.is-yellow {
  color: #f57f17;
  background: #FEF7E0;
}

/* Darker yellow for text visibility */

/* Icon Container */
.google-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  /* Squircle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.google-step-card:hover .google-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.google-icon-box.is-blue {
  background: #E8F0FE;
  color: var(--google-blue);
}

.google-icon-box.is-green {
  background: #E6F4EA;
  color: var(--google-green);
}

.google-icon-box.is-yellow {
  background: #FEF7E0;
  color: #f9ab00;
}

/* Typography */
.google-step-title {
  font-family: 'Google Sans', 'Roboto', 'Helvetica Neue', sans-serif;
  color: var(--google-grey-800);
  font-size: 22px;
  font-weight: 500;
  /* Google uses lighter weights often */
  margin-bottom: 12px;
}

.google-step-desc {
  color: #5f6368;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Chips/Tags */
.google-chips-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.google-chip {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  color: #5f6368;
  background: white;
}

/* Arrow Connector (Optional) */
.google-step-arrow {
  display: none;
  /* Only show on desktop */
}

@media (min-width: 1024px) {
  .google-step-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    color: #dadce0;
  }
}