/* Hero overlap correction: keeps the fixed two-line headline inside its grid area. */
.brand-logo {
  width: 190px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-login {
  flex: 0 0 auto;
  white-space: nowrap;
}

.header-login-compact {
  display: none;
}

.header-login-label-short {
  display: none;
}

@media (min-width: 901px) {
  .global-nav {
    margin-left: auto;
    justify-content: flex-end;
  }

  .header-actions {
    flex: 0 0 0;
  }
}

.site-footer .brand-logo {
  width: 180px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.release-label {
  width: fit-content;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #211600;
  border-color: rgba(255, 236, 147, .9);
  background: linear-gradient(115deg, #d89a12 0%, #ffe27a 22%, #fff7ca 40%, #ecb41d 62%, #ffda63 82%, #c98808 100%);
  background-size: 220% 100%;
  box-shadow: 0 12px 30px rgba(196, 132, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 -1px 0 rgba(128, 78, 0, .24);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .025em;
  -webkit-text-stroke: .35px currentColor;
  paint-order: stroke fill;
  animation: gold-shimmer 3.2s ease-in-out infinite;
}

.release-label span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(119, 73, 0, .13), 0 0 12px rgba(255, 255, 255, .9);
}

.release-label span::after {
  display: none;
}

@keyframes gold-shimmer {
  0%, 18% { background-position: 100% 50%; }
  72%, 100% { background-position: 0 50%; }
}

.evolution .kicker,
.big-evolutions-section .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 7px 18px;
  border: 1px solid rgba(77, 226, 255, .42);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #071a3a, #0877ef);
  box-shadow: 0 10px 24px rgba(8, 65, 142, .2);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .14em;
}

.big-evolutions-section .section-heading > p:not(.kicker) { font-size: 19px; }

.evolution .section-heading {
  max-width: 1180px;
}

.evolution h2 {
  font-size: clamp(44px, 4.25vw, 60px);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.32;
  -webkit-text-stroke: .3px currentColor;
  paint-order: stroke fill;
}

.evolution-title-lead,
.evolution-main-copy {
  display: block;
}

.evolution-highlight {
  color: #0877ef;
}

.evolution-main-copy {
  font-weight: 900;
  -webkit-text-stroke: .6px currentColor;
  paint-order: stroke fill;
}

.evolution-main-copy .evolution-highlight {
  -webkit-text-stroke: .6px #0877ef;
}

@media (min-width: 1201px) {
  .evolution h2 {
    white-space: normal;
  }

  .evolution-main-copy { white-space: nowrap; }
}

.evolution {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(8, 119, 239, .065), transparent 35%),
    linear-gradient(180deg, #fff, #fbfdff);
}

.evolution > .container { position: relative; z-index: 1; }

.compare-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.compare-panel {
  min-width: 0;
  padding: 30px;
  border: 1px solid #dce5ef;
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
}

.compare-before {
  color: #4f6076;
  box-shadow: 0 22px 55px rgba(41, 58, 78, .07);
  filter: saturate(.72);
}

.compare-after {
  border: 2px solid #1680f7;
  box-shadow: 0 24px 62px rgba(8, 119, 239, .14);
}

.compare-label {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 5px 18px;
  border-radius: 999px;
  color: #526378;
  background: #edf1f5;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.compare-after .compare-label {
  color: #fff;
  background: linear-gradient(135deg, #0877ef, #0c9df2);
  box-shadow: 0 7px 18px rgba(8, 119, 239, .2);
}

.compare-panel h3 {
  margin-bottom: 24px;
  text-align: center;
  font-size: clamp(20px, 1.8vw, 26px);
}

.compare-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-list li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 12px 14px;
  border: 1px solid #dce4ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(29, 50, 78, .035);
}

.compare-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 0;
  color: #68798d;
  background: transparent;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.compare-after .compare-icon {
  color: #0877ef;
  background: transparent;
}

.compare-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compare-list strong,
.compare-list small {
  display: block;
}

.compare-list strong {
  color: #10213c;
  font-size: 15px;
  line-height: 1.45;
}

.compare-list small {
  margin-top: 3px;
  color: #718197;
  font-size: 12px;
  line-height: 1.45;
}

.compare-list li > b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #8b9aad;
  font-size: 20px;
  line-height: 1;
}

.compare-after .compare-list li > b {
  color: #fff;
  background: #0877ef;
  font-size: 14px;
}

.compare-evolution {
  display: grid;
  justify-items: center;
  gap: 16px;
  color: #0877ef;
  font-size: 17px;
  font-weight: 900;
}

.compare-evolution b {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 7px solid #dceeff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #138cff, #075fdb);
  box-shadow: 0 0 0 8px rgba(8, 119, 239, .08), 0 12px 28px rgba(8, 119, 239, .2);
  font-size: 36px;
}

/* Live product demo */
.demo-player {
  overflow: hidden;
  border: 1px solid #d7e4f2;
  border-radius: 22px;
  background: #f4f8fc;
  box-shadow: 0 30px 70px rgba(12, 45, 87, .16);
}

.demo-player .browser-bar {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 18px;
  color: #6e8097;
  background: #eef4fa;
  border-bottom: 1px solid #dbe6f0;
}

.demo-player .browser-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a9bdd1;
}

.demo-player .browser-bar i:first-child { background: #ff7e78; }
.demo-player .browser-bar i:nth-child(2) { background: #ffc85b; }
.demo-player .browser-bar i:nth-child(3) { background: #45cc86; }

.demo-player .browser-bar span {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
}

.demo-player .browser-bar b {
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: #0877ef;
  background: #dceeff;
  font-size: 10px;
  letter-spacing: .12em;
}

.demo-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #edf3f9;
}

.demo-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: hamlab-demo-cycle 20s infinite both;
}

.demo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.01);
  animation: hamlab-demo-pan 5s ease-out infinite both;
}

.demo-frame span {
  position: absolute;
  left: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 29, 68, .88);
  box-shadow: 0 12px 30px rgba(1, 20, 48, .24);
  backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 800;
}

.demo-frame span b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #06234a;
  background: #43e1ff;
  font-size: 11px;
}

.demo-frame-log { animation-delay: 5s; }
.demo-frame-award { animation-delay: 10s; }
.demo-frame-qsl { animation-delay: 15s; }

.demo-player figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: #718197;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.demo-player figcaption i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20bf83;
  box-shadow: 0 0 0 4px rgba(32, 191, 131, .12);
}

@keyframes hamlab-demo-cycle {
  0%, 21% { opacity: 1; z-index: 2; }
  24%, 97% { opacity: 0; z-index: 1; }
  100% { opacity: 1; z-index: 2; }
}

@keyframes hamlab-demo-pan {
  0% { transform: scale(1.01) translateY(0); }
  100% { transform: scale(1.045) translateY(-1.2%); }
}

@media (max-width: 720px) {
  .demo-player { border-radius: 14px; }
  .demo-player .browser-bar { min-height: 38px; padding: 0 12px; }
  .demo-player .browser-bar span { font-size: 10px; }
  .demo-stage { aspect-ratio: 4 / 3; }
  .demo-frame img { object-position: top left; }
  .demo-frame span { left: 12px; bottom: 12px; padding: 8px 12px 8px 8px; font-size: 11px; }
  .demo-frame span b { width: 22px; height: 22px; font-size: 9px; }
  .demo-player figcaption { padding: 8px 12px; text-align: center; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-frame { display: none; animation: none; }
  .demo-frame-dashboard { display: block; opacity: 1; }
  .demo-frame img { animation: none; transform: none; }
}

.screen-preview-heading { margin-bottom: 34px; }

.screen-preview-heading .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #092c58, #0877ef);
  box-shadow: 0 10px 22px rgba(8, 86, 183, .22);
  font-size: 12px;
  letter-spacing: .12em;
}

.screen-preview-heading h2 {
  font-weight: 900;
  -webkit-text-stroke: .45px currentColor;
  paint-order: stroke fill;
}

.jcc-card-content h3 {
  font-weight: 800;
  letter-spacing: .025em;
  -webkit-text-stroke: 0;
}

#integration .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0a4d98, #12a8ef);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
  font-size: 12px;
  letter-spacing: .12em;
}

#integration .container { position: relative; }

#integration .section-heading {
  position: relative;
  z-index: 2;
  max-width: 690px;
  min-height: 360px;
}

.integration-network {
  position: absolute;
  z-index: 1;
  top: -70px;
  right: -5%;
  width: min(55%, 730px);
  margin: 0;
  opacity: .66;
  pointer-events: none;
}

.integration-network img {
  width: 100%;
  filter: brightness(.62) saturate(.82) contrast(.92) drop-shadow(0 18px 30px rgba(8, 49, 97, .2));
}

#integration .section-heading > p:not(.kicker) {
  color: #d5e6f7;
  font-weight: 600;
}

.card-grid.four.integration-cards {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.integration-cards .dark-card {
  position: relative;
  min-height: 300px;
  padding: 94px 24px 28px;
}

.integration-card-icon {
  position: absolute;
  top: 24px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(77, 226, 255, .42);
  border-radius: 50%;
  color: #4de2ff;
  background: rgba(8, 119, 239, .15);
  box-shadow: 0 8px 20px rgba(2, 22, 55, .22), inset 0 1px 0 rgba(255, 255, 255, .12);
  font-size: 25px;
  font-style: normal;
  line-height: 1;
  transform: translateX(-50%);
}

.planned-card .integration-card-icon {
  border-color: rgba(246, 191, 74, .7);
  color: #ffd05b;
  background: rgba(246, 191, 74, .13);
}

.integration-cards .dark-card h3 {
  margin: 18px 0 12px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.015em;
  line-height: 1.45;
}

.integration-cards .dark-card p {
  margin-bottom: 0;
  color: #c9dbef;
  font-size: 15px;
  line-height: 1.75;
}

.integration-cards .planned-card > .planned {
  display: table;
  margin-top: 12px;
}

@media (max-width: 1080px) {
  .card-grid.four.integration-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #integration .section-heading { min-height: 300px; }
  .integration-network { top: -20px; right: -10%; width: min(57%, 620px); opacity: .62; }
}

@media (max-width: 640px) {
  .card-grid.four.integration-cards { grid-template-columns: 1fr; }
  .integration-cards .dark-card { min-height: auto; padding: 26px 22px; }
  #integration .section-heading { min-height: 0; }
  .integration-network { position: relative; top: auto; right: auto; width: min(115%, 560px); margin: -25px auto 20px; opacity: .78; }
}

/* The integration section intentionally keeps the focus on copy and cards. */
#integration .section-heading { max-width: 770px; min-height: 0; }
.integration-network { display: none; }

.student-plan-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(65, 175, 255, .18), transparent 30%),
    linear-gradient(180deg, #f9fcff 0%, #eef7ff 100%);
}

section[aria-labelledby="features-title"] {
  background: #fff;
}

section[aria-labelledby="features-title"] .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #092c58, #0877ef);
  box-shadow: 0 10px 22px rgba(8, 86, 183, .18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

section[aria-labelledby="features-title"] h2 {
  font-weight: 900;
  -webkit-text-stroke: .35px currentColor;
  paint-order: stroke fill;
}

section[aria-labelledby="features-title"] .section-heading > p:not(.kicker) {
  color: #536d8b;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.75;
  white-space: nowrap;
}

section[aria-labelledby="features-title"] .feature-highlight {
  position: relative;
  border-width: 2px;
  box-shadow: 0 18px 38px rgba(23, 91, 165, .12);
}

section[aria-labelledby="features-title"] .feature-highlight::after {
  position: absolute;
  top: 0;
  right: 24px;
  width: 48px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  content: '';
}

section[aria-labelledby="features-title"] .feature-highlight-qsl {
  border-color: #78b8f5;
  background: linear-gradient(145deg, #f0f8ff, #fff 65%);
}

section[aria-labelledby="features-title"] .feature-highlight-qsl::after { background: linear-gradient(90deg, #0877ef, #4de2ff); }
section[aria-labelledby="features-title"] .feature-highlight-qsl > span { color: #0877ef; background: #ddecff; }

section[aria-labelledby="features-title"] .feature-highlight-award {
  border-color: #e5bb63;
  background: linear-gradient(145deg, #fff9eb, #fff 65%);
}

section[aria-labelledby="features-title"] .feature-highlight-award::after { background: linear-gradient(90deg, #d3911c, #f6bf4a); }
section[aria-labelledby="features-title"] .feature-highlight-award > span { color: #a86c0a; background: #fff0c8; }

section[aria-labelledby="features-title"] .feature-cards.six article {
  position: relative;
  min-height: 470px;
  padding-top: 258px;
  overflow: hidden;
}

section[aria-labelledby="features-title"] .feature-cards.six article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 226px;
  content: '';
  background-image: url('../img/more-features-illustrations.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 300% auto;
}

section[aria-labelledby="features-title"] .feature-cards.six article:nth-child(2)::before { background-position: 50% 0; }
section[aria-labelledby="features-title"] .feature-cards.six article:nth-child(3)::before { background-position: 100% 0; }
section[aria-labelledby="features-title"] .feature-cards.six article:nth-child(4)::before { background-position: 0 72%; }
section[aria-labelledby="features-title"] .feature-cards.six article:nth-child(5)::before { background-position: 50% 72%; }
section[aria-labelledby="features-title"] .feature-cards.six article:nth-child(6)::before { background-position: 100% 72%; }

section[aria-labelledby="features-title"] .feature-cards.six article > span,
section[aria-labelledby="features-title"] .feature-highlight::after { display: none; }

section[aria-labelledby="features-title"] .feature-cards.six article h3 { margin-top: 0; }

section[aria-labelledby="features-title"] .feature-cards.six article h3 {
  text-align: center;
}

/* More Features illustrations: six supplied transparent cutouts, one per card. */
section[aria-labelledby="features-title"] .feature-cards.six article {
  min-height: 0;
  padding-top: 22px;
}

section[aria-labelledby="features-title"] .feature-cards.six article::before { display: none; }

section[aria-labelledby="features-title"] .feature-cards.six article > .feature-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 34px;
  padding: 0 12px;
  border-radius: 9px;
  color: #0877ef;
  background: #e8f4ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
}

section[aria-labelledby="features-title"] .feature-highlight-qsl > .feature-label {
  color: #0877ef;
  background: #ddecff;
}

section[aria-labelledby="features-title"] .feature-highlight-award > .feature-label {
  color: #a86c0a;
  background: #fff0c8;
}

section[aria-labelledby="features-title"] .feature-highlight::after { display: block; }

section[aria-labelledby="features-title"] .feature-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 202px;
  margin: 4px -12px 16px;
}

section[aria-labelledby="features-title"] .feature-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section[aria-labelledby="features-title"] .feature-cards.six article h3 { margin-top: 0; }

@media (max-width: 900px) {
  section[aria-labelledby="features-title"] .feature-cards.six article { min-height: 0; }
}

@media (max-width: 640px) {
  section[aria-labelledby="features-title"] .feature-cards.six article { min-height: 0; padding-top: 20px; }
  section[aria-labelledby="features-title"] .feature-card-visual { height: 184px; }
}

@media (max-width: 900px) {
  section[aria-labelledby="features-title"] .section-heading > p:not(.kicker) { white-space: normal; }
}

.student-plan-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: 24px;
  align-items: center;
  min-height: 490px;
}

.student-plan-copy { position: relative; z-index: 1; }

.student-plan-copy .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #092c58, #0877ef);
  box-shadow: 0 10px 22px rgba(8, 86, 183, .22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.student-plan-copy h2 {
  margin-bottom: 24px;
  color: #10213c;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.28;
  -webkit-text-stroke: .35px currentColor;
  paint-order: stroke fill;
}

/* Keep the release call-to-action headline on its intended two lines. */
.notify-box {
  grid-template-columns: minmax(560px, .95fr) minmax(0, 1.05fr);
}

.notify-box h2 {
  white-space: nowrap;
  font-size: 38px;
  letter-spacing: -.04em;
}

.notify-x-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.notify-x-action > p {
  margin: 0;
  color: #5d748f;
  font-size: 17px;
  font-weight: 650;
}

.notify-x-action .button {
  min-width: 286px;
}

@media (max-width: 900px) {
  .notify-box h2 { white-space: normal; }
  .notify-x-action { align-items: flex-start; }
}

.student-plan-intro,
.student-plan-detail {
  color: #5e748f;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85;
}

.student-plan-detail { margin-top: 24px; }

.student-plan-emphasis {
  margin: 26px 0 0;
  padding-left: 15px;
  border-left: 3px solid #0877ef;
  color: #0870df;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.65;
}

.student-plan-visual {
  position: relative;
  width: 130%;
  margin: -16px -14% -24px -16%;
  align-self: end;
}

.student-plan-visual img {
  width: 100%;
  max-width: none;
  margin-left: 0;
  filter: drop-shadow(0 20px 22px rgba(26, 93, 144, .12));
}

.student-plan-visual figcaption {
  position: absolute;
  z-index: 1;
  top: 6%;
  right: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 166px;
  aspect-ratio: 1;
  border: 3px solid rgba(255,255,255,.38);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #4d92f4, #075ed7);
  box-shadow: 0 20px 35px rgba(15, 94, 205, .25), inset 0 1px 0 rgba(255,255,255,.32);
}

.student-plan-visual figcaption span { margin: 0; font-size: 16px; font-weight: 900; letter-spacing: .11em; line-height: 1; transform: translateY(-5px); }
.student-plan-visual figcaption strong { margin: 0; font-size: 36px; line-height: 1; transform: translateY(-5px); }
.student-plan-visual figcaption small { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.2; transform: translateY(0); }

.student-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.student-benefits article {
  min-height: 210px;
  padding: 25px;
  border: 1px solid rgba(151, 185, 220, .22);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(30, 84, 139, .06);
  text-align: center;
}

.student-benefits i {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: -6px auto 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../img/student-benefit-icons.png');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 400% auto;
  font-size: 0;
}

.student-benefits article:nth-child(2) i { background-position: 33.333% 50%; }
.student-benefits article:nth-child(3) i { background-position: 66.667% 50%; }
.student-benefits article:nth-child(4) i { background-position: 100% 50%; }

.student-benefits h3 { margin: 16px 0 10px; color: #10213c; font-size: 18px; font-weight: 900; }
.student-benefits p { margin: 0; color: #5c718b; font-size: 14px; font-weight: 600; line-height: 1.75; }

.student-plan-cta {
  margin-top: 26px;
  padding: 22px;
  border-radius: 17px;
  text-align: center;
  background: linear-gradient(105deg, #e7f3ff, #f4f9ff);
}

.student-plan-cta p { margin: 0 0 12px; color: #0870df; font-size: 21px; font-weight: 900; }
.student-plan-cta .button { min-height: 48px; padding: 11px 28px; }

.student-plan-details {
  margin-top: 26px;
  border: 0;
}

.student-plan-details > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  list-style: none;
}

.student-plan-details > summary::-webkit-details-marker { display: none; }
.student-plan-details > summary span { transition: transform .24s ease; }
.student-plan-details[open] > summary span { transform: rotate(180deg); }

.student-plan-details-inner {
  display: grid;
  gap: 22px;
  margin-top: 22px;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(133, 183, 231, .26);
  border-radius: 24px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 42px rgba(20, 93, 160, .08);
}

.student-plan-details h3 {
  margin: 0;
  color: #10213c;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.student-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(420px, 1.28fr);
  gap: 30px;
  align-items: center;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(120deg, #f5faff, #eaf5ff);
}

.student-detail-kicker {
  margin: 0 0 10px;
  color: #0877ef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.student-detail-intro h3 { margin-bottom: 12px; }
.student-detail-intro p:not(.student-detail-kicker) { margin: 0; color: #58708d; font-size: 15px; font-weight: 600; line-height: 1.85; }

.student-journey,
.student-detail-after ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.student-journey li,
.student-detail-after li {
  position: relative;
  display: grid;
  gap: 7px;
  justify-items: center;
  color: #0870df;
  text-align: center;
}

.student-journey li:not(:last-child)::after,
.student-detail-after li:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: -8px;
  content: '→';
  color: #0877ef;
  font-weight: 900;
}

.student-journey b,
.student-detail-after b {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #0877ef;
  background: #fff;
  box-shadow: 0 8px 16px rgba(27, 104, 190, .12);
  font-size: 13px;
  white-space: nowrap;
}

.student-journey span,
.student-detail-after span { color: #48637f; font-size: 12px; font-weight: 700; line-height: 1.35; white-space: nowrap; }

.student-detail-features > h3,
.student-detail-comparison > h3,
.student-detail-after > h3,
.student-detail-faq > h3 { margin-bottom: 17px; text-align: center; }

.student-feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.student-feature-grid article { display: grid; gap: 9px; min-height: 160px; padding: 20px 15px; border: 1px solid #e0edf8; border-radius: 15px; background: #fff; text-align: center; }
.student-feature-grid i { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto; border-radius: 50%; color: #0877ef; background: #eaf4ff; font-size: 20px; font-style: normal; }
.student-feature-grid b { color: #10213c; font-size: 15px; font-weight: 900; }
.student-feature-grid span { color: #69809a; font-size: 12px; font-weight: 600; line-height: 1.55; }

.student-comparison-table { overflow: hidden; border: 1px solid #dce9f5; border-radius: 14px; background: #fff; }
.student-comparison-table [role="row"] { display: grid; grid-template-columns: 1.2fr 1fr 1fr; }
.student-comparison-table [role="row"] > * { min-height: 42px; padding: 10px 14px; border-bottom: 1px solid #e5eef7; color: #526b86; font-size: 13px; font-weight: 700; }
.student-comparison-table [role="row"] > * + * { border-left: 1px solid #e5eef7; text-align: center; }
.student-comparison-table [role="row"]:last-child > * { border-bottom: 0; }
.student-comparison-table .table-head > * { color: #10213c; background: #f7fbff; font-weight: 900; }
.student-comparison-table .table-head > :nth-child(2) { color: #0877ef; background: #edf6ff; }
.student-comparison-table .table-head > :nth-child(3) { color: #e87516; background: #fff4e9; }
.student-comparison-table small { display: block; margin-top: 3px; font-size: 10px; }
.student-note { margin: 9px 0 0; color: #71869d; font-size: 11px; text-align: center; }

.student-detail-after { padding: 28px; border-radius: 18px; background: linear-gradient(115deg, #eff8ff, #fbfdff); }
.student-detail-after ol { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.student-detail-after li { display: grid; grid-template-columns: 1fr; gap: 8px; justify-items: center; text-align: center; }
.student-detail-after li:not(:last-child)::after { top: 30px; right: -18px; }
.student-detail-after li i { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: #0877ef; background: #fff; box-shadow: 0 9px 18px rgba(27, 104, 190, .13); font-size: 23px; font-style: normal; }
.student-detail-after b { width: auto; height: auto; padding: 0; border-radius: 0; color: #10213c; background: transparent; box-shadow: none; font-size: 14px; white-space: nowrap; }
.student-detail-after span { color: #637b95; font-size: 12px; font-weight: 600; line-height: 1.55; white-space: normal; }
.student-detail-after > p { margin: 18px 0 0; color: #73889d; font-size: 11px; text-align: center; }

.student-detail-bottom { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }
.student-start-steps, .student-detail-faq { padding: 25px; border: 1px solid #deebf7; border-radius: 18px; background: rgba(255, 255, 255, .82); }
.student-start-steps > h3, .student-detail-faq > h3 { margin-bottom: 18px; }
.student-start-steps ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.student-start-steps li { position: relative; display: grid; gap: 7px; justify-items: center; color: #10213c; text-align: center; }
.student-start-steps li:not(:last-child)::after { position: absolute; top: 20px; right: -9px; content: '→'; color: #0877ef; font-size: 18px; font-weight: 900; }
.student-start-steps i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #0877ef; background: #eaf4ff; font-size: 19px; font-style: normal; }
.student-start-steps b { font-size: 13px; font-weight: 900; line-height: 1.35; }
.student-start-steps span { color: #637b95; font-size: 11px; font-weight: 600; line-height: 1.55; }
.student-start-steps > p { margin: 15px 0 0; color: #73889d; font-size: 10px; text-align: center; }

.student-detail-faq { width: 100%; margin: 0; }
.student-detail-faq details { border: 1px solid #dce9f5; border-radius: 10px; background: #fff; }
.student-detail-faq details + details { margin-top: 8px; }
.student-detail-faq summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; cursor: pointer; color: #193151; font-size: 14px; font-weight: 800; list-style: none; }
.student-detail-faq summary::-webkit-details-marker { display: none; }
.student-detail-faq summary::after { content: '+'; color: #0877ef; font-size: 20px; font-weight: 500; }
.student-detail-faq details[open] summary::after { content: '−'; }
.student-detail-faq p { margin: -2px 16px 14px; color: #5d7590; font-size: 13px; font-weight: 600; line-height: 1.7; }

@media (max-width: 1000px) {
  .student-plan-hero { grid-template-columns: 1fr; }
  .student-plan-visual { width: min(108%, 740px); margin: 0 auto -10px; }
  .student-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .student-detail-intro { grid-template-columns: 1fr; }
  .student-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .student-plan-hero { min-height: 0; }
  .student-plan-copy h2 { font-size: 38px; }
  .student-plan-intro, .student-plan-detail, .student-plan-emphasis { font-size: 16px; }
  .student-plan-visual figcaption { width: 112px; }
  .student-plan-visual figcaption strong { font-size: 22px; }
  .student-plan-visual figcaption span, .student-plan-visual figcaption small { font-size: 10px; }
  .student-benefits { grid-template-columns: 1fr; }
  .student-benefits article { min-height: 0; }
  .student-plan-cta p { font-size: 18px; }
  .student-plan-details-inner { padding: 18px 14px; border-radius: 18px; }
  .student-detail-intro, .student-detail-after { padding: 22px 16px; }
  .student-journey, .student-detail-after ol { grid-template-columns: 1fr; gap: 13px; }
  .student-journey li, .student-detail-after li { grid-template-columns: 62px 1fr; justify-items: start; align-items: center; text-align: left; }
  .student-journey li:not(:last-child)::after, .student-detail-after li:not(:last-child)::after { top: 58px; right: auto; left: 23px; content: '↓'; }
  .student-detail-after b { width: 62px; text-align: center; }
  .student-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .student-feature-grid article { min-height: 145px; padding: 16px 10px; }
  .student-comparison-table { overflow-x: auto; }
  .student-comparison-table [role="row"] { min-width: 560px; }
  .student-detail-bottom { grid-template-columns: 1fr; }
  .student-detail-after ol { grid-template-columns: 1fr; gap: 14px; }
  .student-detail-after li { grid-template-columns: 62px 1fr; column-gap: 14px; justify-items: start; text-align: left; }
  .student-detail-after li i { grid-row: span 2; }
  .student-detail-after li:not(:last-child)::after { top: 58px; right: auto; left: 23px; content: '↓'; }
  .student-detail-after b { width: auto; align-self: end; }
  .student-detail-after span { align-self: start; }
}

.screen-tabs {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.screen-tab-list {
  display: flex;
  gap: 8px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid #dce8f2;
  border-radius: 16px;
  background: #f4f8fc;
  scrollbar-width: thin;
}

.screen-tab-list button {
  min-height: 44px;
  flex: 1 0 auto;
  padding: 9px 18px;
  border: 0;
  border-radius: 10px;
  color: #536981;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.screen-tab-list button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #0b3770, #0877ef);
  box-shadow: 0 8px 16px rgba(8, 94, 192, .22);
}

.screen-subtabs {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding: 0 2px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.screen-subtabs button {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid #cbddec;
  border-radius: 999px;
  color: #49647c;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.screen-subtabs button[aria-pressed="true"] {
  border-color: #1078e9;
  color: #0764cc;
  background: #edf6ff;
  box-shadow: 0 4px 12px rgba(5, 101, 207, .1);
}

.screen-tab-frame {
  margin: 20px 0 0;
  overflow: hidden;
  border: 1px solid #dce7f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 57, 91, .1);
}

.screen-tab-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1249 / 1109;
  object-fit: cover;
  object-position: top center;
}

.screen-real-image {
  background: #f4f7fa;
}

.screen-tab-frame .screen-real-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
}

.screen-image-scroll {
  max-height: 760px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #f4f7fa;
  scrollbar-color: #8eacc9 #eaf1f7;
  scrollbar-width: thin;
}

.screen-image-scroll::-webkit-scrollbar { width: 10px; }
.screen-image-scroll::-webkit-scrollbar-track { background: #eaf1f7; }
.screen-image-scroll::-webkit-scrollbar-thumb { border: 3px solid #eaf1f7; border-radius: 999px; background: #8eacc9; }

.screen-tab-frame .screen-image-scroll img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
}

.screen-placeholder {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 22px;
  min-height: 420px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(53, 185, 251, .26), transparent 23%),
    linear-gradient(145deg, #f9fcff, #eaf4ff);
}

.screen-placeholder::before,
.screen-placeholder::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(51, 129, 202, .16);
  border-radius: 22px;
  pointer-events: none;
}

.screen-placeholder::before { width: 35%; height: 65%; right: 7%; bottom: -18%; }
.screen-placeholder::after { width: 20%; height: 48%; right: 19%; bottom: -26%; }

.placeholder-top {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  color: #dceeff;
  background: #093466;
  font-size: 13px;
}

.placeholder-top b { color: #fff; letter-spacing: .08em; }
.placeholder-top span { opacity: .8; }

.placeholder-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 102px;
  padding: 22px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(120deg, #0653ad, #249ce5 58%, #39c9b2);
}

.placeholder-hero strong { font-size: 30px; letter-spacing: .1em; }
.placeholder-hero span { padding: 10px 14px; border-radius: 9px; background: rgba(255,255,255,.14); font-weight: 750; }

.placeholder-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.placeholder-cards i, .placeholder-wide { display: block; border: 1px solid #dce6ef; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 9px 18px rgba(25, 81, 128, .07); }
.placeholder-cards i { min-height: 100px; }
.placeholder-wide { min-height: 70px; }

.screen-placeholder:not(.screen-style-dashboard) {
  display: block;
  min-height: 420px;
  padding: 0;
  background: linear-gradient(145deg, #f7fbff, #eaf4ff);
}

.screen-placeholder:not(.screen-style-dashboard)::before {
  top: 30px;
  right: 6%;
  bottom: auto;
  width: 31%;
  height: 65px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ddecfc, #bfdafa);
  box-shadow: 0 10px 30px rgba(32, 105, 177, .12);
}

.screen-placeholder:not(.screen-style-dashboard)::after {
  inset: 28px 6% 28px;
  width: auto;
  height: auto;
  border: 1px solid #dbe7f1;
  border-radius: 16px;
  background:
    linear-gradient(#103b70 0 52px, transparent 52px),
    repeating-linear-gradient(0deg, transparent 0 47px, #e2ebf3 48px 49px),
    repeating-linear-gradient(90deg, transparent 0 22%, #e7eff6 22.2% 22.5%);
  box-shadow: 0 16px 35px rgba(27, 80, 131, .1);
}

.screen-style-gallery::after, .screen-style-designer::after {
  background:
    linear-gradient(#103b70 0 52px, transparent 52px),
    linear-gradient(135deg, #5fb9ff, #b3dfff) 10% 75px / 22% 120px no-repeat,
    linear-gradient(135deg, #9170f3, #c8b7ff) 39% 75px / 22% 120px no-repeat,
    linear-gradient(135deg, #26c6ad, #a9ead8) 68% 75px / 22% 120px no-repeat,
    linear-gradient(135deg, #f9ba65, #ffe3aa) 10% 215px / 22% 120px no-repeat,
    linear-gradient(135deg, #467ced, #b4cdfd) 39% 215px / 22% 120px no-repeat,
    linear-gradient(135deg, #f0759c, #ffd1df) 68% 215px / 22% 120px no-repeat,
    #fff;
}

.screen-style-award::after, .screen-style-dxcc::after {
  background:
    linear-gradient(#103b70 0 52px, transparent 52px),
    radial-gradient(circle at 25% 53%, transparent 0 44px, #1687e7 45px 56px, #ddecf7 57px 67px, transparent 68px),
    radial-gradient(circle at 50% 53%, transparent 0 44px, #31b88a 45px 56px, #ddecf7 57px 67px, transparent 68px),
    radial-gradient(circle at 75% 53%, transparent 0 44px, #8456d7 45px 56px, #ddecf7 57px 67px, transparent 68px),
    linear-gradient(#fff, #fff);
}

.screen-style-profile::after, .screen-style-onair::after, .screen-style-announce::after, .screen-style-alert::after {
  background:
    linear-gradient(#103b70 0 52px, transparent 52px),
    radial-gradient(circle at 21% 39%, #6ac3ff 0 43px, transparent 44px),
    linear-gradient(90deg, #dce9f5 0 34%, transparent 34%) 38% 91px / 44% 12px no-repeat,
    linear-gradient(90deg, #e6eff7 0 77%, transparent 77%) 38% 120px / 50% 10px no-repeat,
    repeating-linear-gradient(0deg, transparent 0 47px, #e2ebf3 48px 49px), #fff;
}

.screen-style-import::after, .screen-style-api::after, .screen-style-settings::after {
  background:
    linear-gradient(#103b70 0 52px, transparent 52px),
    linear-gradient(135deg, #1478d9, #3fc4d3) 50% 52% / 210px 100px no-repeat,
    linear-gradient(90deg, transparent 0 20%, #b9d8f7 20% 21%, transparent 21% 79%, #b9d8f7 79% 80%, transparent 80%), #fff;
}

.screen-style-mail::after, .screen-style-contact::after {
  background:
    linear-gradient(#103b70 0 52px, transparent 52px),
    linear-gradient(135deg, #fff 49%, #d7e8fa 50% 51%, #fff 52%) 10% 95px / 35% 100px no-repeat,
    repeating-linear-gradient(0deg, transparent 0 59px, #e2ebf3 60px 61px), #fff;
}

.screen-tab-frame figcaption {
  padding: 22px 28px 24px;
  border-top: 1px solid #e3edf5;
  background: #fff;
}

.screen-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e8f3ff;
  color: #0877ef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.screen-tab-frame h3 {
  margin: 0;
  color: #10213c;
  font-size: 24px;
  font-weight: 900;
}

.screen-tab-frame p {
  margin: 6px 0 0;
  color: #60758d;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .screen-image-scroll { max-height: 500px; }
  .screen-tab-list { border-radius: 12px; }
  .screen-tab-list button { min-height: 40px; padding-inline: 14px; font-size: 13px; }
  .screen-tab-frame { margin-top: 14px; border-radius: 14px; }
  .screen-tab-frame figcaption { padding: 18px 20px 20px; }
  .screen-tab-frame h3 { font-size: 20px; }
  .screen-tab-frame p { font-size: 14px; }
  .screen-subtabs { margin-top: 13px; }
  .screen-subtabs button { padding: 7px 11px; font-size: 12px; }
  .screen-placeholder, .screen-placeholder:not(.screen-style-dashboard) { min-height: 280px; padding: 16px; }
  .screen-placeholder:not(.screen-style-dashboard)::after { inset: 16px; }
  .placeholder-top { gap: 12px; padding-inline: 10px; font-size: 10px; }
  .placeholder-top span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .placeholder-hero { min-height: 66px; padding: 13px; }
  .placeholder-hero strong { font-size: 19px; }
  .placeholder-hero span { padding: 7px; font-size: 10px; }
  .placeholder-cards { gap: 7px; }
  .placeholder-cards i { min-height: 58px; }
}

.compare-evolution b svg {
  display: block;
  width: 46px;
  height: 46px;
}

.compare-outcome {
  position: relative;
  max-width: 760px;
  margin: 70px auto 0;
  padding-top: 37px;
  border-top: 1px solid #cbdced;
  text-align: center;
}

.compare-outcome::before,
.compare-outcome::after {
  content: "✦";
  position: absolute;
  top: 25px;
  color: #1680f7;
  font-size: 15px;
}

.compare-outcome::before { left: calc(50% - 64px); }
.compare-outcome::after { right: calc(50% - 64px); }

.outcome-check {
  position: absolute;
  top: -25px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 6px solid #e1efff;
  border-radius: 50%;
  color: #fff;
  background: #0877ef;
  box-shadow: 0 8px 20px rgba(8, 119, 239, .2);
  font-weight: 900;
  transform: translateX(-50%);
}

.compare-outcome p {
  margin-bottom: 13px;
  color: #10213c;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 900;
}

.compare-outcome p span {
  color: #0877ef;
}

.compare-outcome ul {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #0877ef;
  list-style: none;
  font-size: 13px;
}

.compare-outcome li {
  padding: 0 20px;
  border-right: 1px solid #aebdcd;
}

.compare-outcome li:last-child {
  border-right: 0;
}

@media (max-width: 1000px) {
  .compare-board {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .compare-evolution {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px 0;
  }

  .compare-evolution b {
    width: 62px;
    height: 62px;
    transform: rotate(90deg);
  }
}

.hero-lead {
  margin-bottom: 16px;
  font-size: clamp(23px, 1.8vw, 26px);
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  font-weight: 900;
  letter-spacing: -.015em;
  -webkit-text-stroke: .7px currentColor;
  paint-order: stroke fill;
}

.hero-traits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-traits li {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 62px;
  padding: 8px 9px;
  border: 1px solid #d8e4ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(7, 26, 58, .055);
}

.hero-traits img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
  margin-right: 7px;
}

.hero-traits li > span,
.hero-traits strong,
.hero-traits small {
  display: block;
  min-width: 0;
}

.award-panel.award-panel-image {
  position: relative;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.award-panel-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.award-panel-image > img:first-child {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(7, 26, 58, .14);
}

.award-panel-image .award-panel-overlay {
  position: absolute;
  right: -8%;
  bottom: -6%;
  z-index: 1;
  width: 56%;
  border: 4px solid rgba(255, 255, 255, .95);
  border-radius: 14px;
  box-shadow: 0 20px 42px rgba(7, 26, 58, .28), 0 0 0 1px rgba(8, 119, 239, .16);
  transform: rotate(3deg);
}

#awards .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #092c58, #0877ef);
  box-shadow: 0 10px 22px rgba(8, 86, 183, .22);
  font-size: 12px;
  letter-spacing: .12em;
}

#awards h2 {
  font-weight: 900;
  -webkit-text-stroke: .55px currentColor;
  paint-order: stroke fill;
}

.jcc-section .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #092c58, #0877ef);
  box-shadow: 0 10px 22px rgba(8, 86, 183, .22);
  font-size: 12px;
  letter-spacing: .12em;
}

.jcc-section h2 {
  font-weight: 900;
  -webkit-text-stroke: .55px currentColor;
  paint-order: stroke fill;
}

.jcc-feature-cards {
  gap: 24px;
}

.jcc-feature-cards .jcc-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-color: #e2e9f0;
  box-shadow: 0 16px 34px rgba(20, 53, 83, .07);
}

.jcc-card-visual {
  margin: 0;
  aspect-ratio: 522 / 576;
  background: #eef4f8;
}

.jcc-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jcc-card-content {
  padding: 30px 34px 36px;
}

.jcc-card-content header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.jcc-card-content header span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #8cbd6b, #2b703e);
  box-shadow: 0 8px 16px rgba(42, 112, 62, .2);
  font-size: 25px;
  font-weight: 900;
}

.jcc-card-content h3 {
  margin: 0;
  color: #236c3a;
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.35;
  white-space: nowrap;
}

.jcc-card-content p {
  margin: 22px 0 0;
  color: #182a42;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.72;
}

.jcc-card-judge .jcc-card-content header span {
  background: linear-gradient(145deg, #78a9e8, #1f5bb8);
  box-shadow: 0 8px 16px rgba(31, 91, 184, .2);
}

.jcc-card-judge .jcc-card-content h3 { color: #1e55ae; }

@media (max-width: 640px) {
  .jcc-card-content { padding: 24px 22px 28px; }
  .jcc-card-content p { font-size: 14px; }
}

.hero-traits strong {
  overflow: hidden;
  color: #10213c;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big-evolutions-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(8, 119, 239, .09), transparent 36%),
    linear-gradient(180deg, #e3eef7 0%, #eef5fb 34%, #f7fafc 100%);
}

.big-evolutions-section::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: '';
  pointer-events: none;
  background: repeating-radial-gradient(ellipse at 50% 33%, transparent 0 52px, rgba(39, 132, 219, .055) 53px 54px, transparent 55px 104px);
  mask-image: radial-gradient(ellipse at 50% 36%, #000 12%, rgba(0, 0, 0, .82) 48%, transparent 83%);
}

.big-evolutions-section > .container {
  position: relative;
  z-index: 1;
}

.evolution-showcase-heading { margin-bottom: 34px; }

.big-evolutions-section .evolution-showcase-heading .evolution-eyebrow {
  margin-bottom: 6px;
  color: #10213c;
  font-size: clamp(20px, 1.9vw, 25px);
  font-weight: 900;
  letter-spacing: .02em;
}

.big-evolutions-section .evolution-showcase-heading .evolution-eyebrow span { color: #1971d4; }

.evolution-showcase-heading h2 {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  color: #10213c;
  font-family: inherit;
  font-size: clamp(44px, 4.25vw, 60px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.08;
  -webkit-text-stroke: .3px currentColor;
  paint-order: stroke fill;
}

.evolution-showcase-heading h2::before,
.evolution-showcase-heading h2::after {
  content: "✦";
  position: absolute;
  top: 18px;
  color: #e8b23e;
  font-family: sans-serif;
  font-size: 24px;
  transform: rotate(18deg);
}

.evolution-showcase-heading h2::before { left: -54px; }
.evolution-showcase-heading h2::after { right: -54px; transform: rotate(-18deg); }

.evolution-showcase-heading h2 strong {
  margin-right: 5px;
  color: transparent;
  background: linear-gradient(180deg, #204f9b, #75c6e5);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.15em;
}

.evolution-showcase-heading h2 > span {
  letter-spacing: .035em;
}

.evolution-cards { align-items: stretch; gap: 18px; }

.evolution-card {
  --theme: #28704a;
  --theme-soft: #eef7e9;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 20px 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--theme) 24%, white);
  border-radius: 20px;
  color: #10213c;
  background:
    linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.4)),
    var(--theme-soft);
  box-shadow: 0 18px 45px rgba(24, 48, 78, .08);
}

.evolution-card-log {
  background: #fff;
}

.evolution-card-qsl {
  --theme: #2467b5;
  --theme-soft: #edf5ff;
  background: #fff;
}

.evolution-card-connect {
  --theme: #7251ae;
  --theme-soft: #f5effc;
  background: #fff;
}

@media (min-width: 1101px) {
  .evolution-card {
    position: relative;
    aspect-ratio: 1086 / 1448;
    padding: 34px 14px 12px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(24, 48, 78, .1);
  }

  .evolution-card header {
    justify-content: center;
    gap: 9px;
    margin-bottom: 5px;
    text-align: center;
    transform: translateX(-10px);
  }

  .evolution-card header b {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 20px;
  }

  .evolution-card h3,
  .evolution-card-connect h3 {
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    letter-spacing: .06em !important;
    -webkit-text-stroke: .65px currentColor;
    paint-order: stroke fill;
  }

  .evolution-card-lead {
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: clamp(8px, .76vw, 10.5px);
    line-height: 1.4 !important;
    letter-spacing: -.035em;
    text-align: center !important;
    text-overflow: clip;
    white-space: nowrap;
  }

  .evolution-card-log .evolution-card-lead { transform: translateX(-15px); }
  .evolution-card-qsl .evolution-card-lead,
  .evolution-card-connect .evolution-card-lead { transform: translateX(-20px); }

  .evolution-card-qsl .evolution-card-lead {
    top: 84px;
    white-space: normal;
  }
}

.evolution-card header { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }

.evolution-card header b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, color-mix(in srgb, var(--theme) 72%, white), var(--theme));
  box-shadow: 0 7px 16px color-mix(in srgb, var(--theme) 25%, transparent);
  font-size: 23px;
  font-weight: 900;
}

.evolution-card h3 {
  margin: 0;
  color: var(--theme);
  font-family: inherit;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: -.035em;
}

.evolution-card-connect h3 { font-size: clamp(19px, 1.65vw, 24px); }

.evolution-card-lead {
  min-height: 58px;
  margin: 0 0 16px;
  padding-left: 56px;
  color: #243650;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.evolution-card .evolution-visual {
  margin: 0 -20px 20px;
  overflow: hidden;
  border-block: 1px solid color-mix(in srgb, var(--theme) 18%, white);
  background: #fff;
}

.evolution-card .evolution-comp-visual {
  flex: 1 1 auto;
  margin: 0;
  border: 0;
  aspect-ratio: 868 / 684;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
  overflow: hidden;
}

.evolution-card-log .evolution-comp-visual    { background-image: url("../img/evolutions/card-log-bg.png") !important; }
.evolution-card-qsl .evolution-comp-visual    { background-image: url("../img/evolutions/card-qsl-bg.png") !important; }
.evolution-card-connect .evolution-comp-visual { background-image: url("../img/evolutions/card-connect-bg.png") !important; }

.evolution-comp-visual {
  aspect-ratio: 1.42 / 1;
  background-image: url("../img/evolutions/three-evolutions-comp.png") !important;
  background-repeat: no-repeat !important;
  background-size: 327% auto !important;
  background-position-y: 46% !important;
}

.evolution-comp-log { background-position-x: 0 !important; }
.evolution-comp-qsl { background-position-x: 50% !important; }
.evolution-comp-connect { background-position-x: 100% !important; }

.evolution-card .evolution-visual img {
  display: none;
}

.evolution-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  transform: translateY(-20px);
  list-style: none;
}

.evolution-benefits li { min-width: 0; text-align: center; }

.evolution-benefits i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 7px;
  color: var(--theme);
  border: 1px solid color-mix(in srgb, var(--theme) 25%, white);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  font-size: 25px;
  font-style: normal;
  line-height: 1;
}

.evolution-benefits strong,
.evolution-benefits small { display: block; }

.evolution-benefits strong {
  color: #101828;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}

.evolution-benefits small {
  margin-top: 4px;
  color: #40516a;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
  white-space: nowrap;
}

.evolution-card-message {
  align-self: center;
  margin: auto 10px 0;
  padding: 9px 16px;
  color: var(--theme);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 18px rgba(24, 48, 78, .1);
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  transform: translateY(-10px);
}

.evolution-promises {
  display: flex;
  justify-content: center;
  gap: 54px;
  margin: 24px 0 0;
  padding: 0;
  color: #243650;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .evolution-cards { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .evolution-card-lead { min-height: 0; }
  .evolution-benefits strong { font-size: 12px; }
  .evolution-benefits small { font-size: 10px; }
}

@media (max-width: 640px) {
  .evolution-showcase-heading h2::before,
  .evolution-showcase-heading h2::after { display: none; }
  .evolution-promises { display: grid; gap: 10px; justify-content: start; padding-left: 8px; font-size: 12px; }

  /* モバイル: カード上部にイラスト帯・下部ホワイトのレイアウトへ切り替え */
  .evolution-card-log,
  .evolution-card-qsl,
  .evolution-card-connect {
    background: #fff !important;
    padding: 0 0 18px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
  }

  /* イラストを全体表示（868×684の横長画像を余白なしで表示） */
  .evolution-card-log::before,
  .evolution-card-qsl::before,
  .evolution-card-connect::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    aspect-ratio: 868 / 684;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 18px;
  }
  .evolution-card-log::before    { background-image: url("../img/evolutions/card-log-bg.png"); }
  .evolution-card-qsl::before    { background-image: url("../img/evolutions/card-qsl-bg.png"); }
  .evolution-card-connect::before { background-image: url("../img/evolutions/card-connect-bg.png"); }

  /* ヘッダー・テキストエリア：センタリング */
  .evolution-card-log header,
  .evolution-card-qsl header,
  .evolution-card-connect header {
    padding: 0 16px;
    margin-bottom: 8px;
    justify-content: center;
  }

  .evolution-card-log h3,
  .evolution-card-qsl h3,
  .evolution-card-connect h3 { font-size: 26px !important; }

  .evolution-card-lead {
    padding: 0 16px;
    font-size: 13px;
    min-height: 0;
    margin-bottom: 16px;
    text-align: center;
  }

  /* UI スプライトビジュアルはモバイルでは非表示（イラスト帯で代替） */
  .evolution-card .evolution-comp-visual { display: none; }

  /* 機能アイコングリッドは 2×2・少し大きめに */
  .evolution-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    padding: 0 16px;
    transform: none;
  }
  .evolution-benefits i { width: 52px; height: 52px; font-size: 28px; border-radius: 14px; }
  .evolution-benefits strong { font-size: 13px; white-space: normal; }
  .evolution-benefits small   { font-size: 11px; white-space: normal; }
}

.hero-traits small {
  margin-top: 2px;
  overflow: hidden;
  color: #718197;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .release-label {
    margin-inline: auto;
  }

  .hero-traits {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .header-login-compact {
    display: inline-flex;
  }
}

@media (min-width: 1201px) {
  .site-header .container,
  .hero .container {
    width: min(calc(100% - 48px), 1280px);
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(430px, 1fr);
    gap: 24px;
  }

  .hero-copy {
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(50px, 4.2vw, 60px);
  }

  .desktop-device {
    width: 112%;
    top: 22px;
    right: -7%;
    transform: perspective(1200px) rotateY(-2deg);
  }

  .award-device {
    width: 46%;
    left: -3%;
    bottom: 12px;
    padding: 22px;
  }

  .phone-device {
    width: 31%;
    right: -4%;
    bottom: -10px;
    min-height: 310px;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 120px;
  }

  .header-actions {
    gap: 2px;
  }

  .header-login {
    width: auto;
    min-height: 38px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .header-login-label-full {
    display: none;
  }

  .header-login-label-short {
    display: inline;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .site-footer .brand-logo {
    width: 170px;
  }

  .release-label {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .hero-lead {
    font-size: 19px;
  }

  .hero-traits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .hero-traits li {
    min-height: 58px;
  }

  .hero-traits strong {
    font-size: 12px;
  }

  .hero-traits small {
    font-size: 9px;
  }

  .evolution h2 {
    font-size: 36px;
    line-height: 1.35;
  }

  .compare-panel {
    padding: 24px 14px;
    border-radius: 18px;
  }

  .compare-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    min-height: 76px;
    padding: 10px;
  }

  .compare-icon {
    width: 50px;
    height: 50px;
    font-size: 9px;
  }

  .compare-list strong {
    font-size: 14px;
  }

  .compare-outcome {
    margin-top: 58px;
  }

  .compare-outcome ul {
    display: grid;
    gap: 6px;
  }

  .compare-outcome li {
    padding: 0;
    border-right: 0;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

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

  .hero h1 {
    font-size: clamp(40px, 5vw, 52px);
  }

  .release-label,
  .hero-actions {
    justify-content: center;
  }

  .release-label {
    margin-inline: auto;
  }

  .hero-concept {
    margin-inline: auto;
    text-align: left;
  }

  .hero-visual {
    width: 100%;
    max-width: 700px;
    height: 520px;
    margin: 10px auto 0;
  }
}

/* Deep navy hero */
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(23, 145, 255, .28), transparent 35%),
    radial-gradient(circle at 18% 78%, rgba(34, 210, 225, .12), transparent 33%),
    linear-gradient(125deg, #03142f 0%, #062856 52%, #074d83 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(3, 17, 42, .28), transparent 48%, rgba(35, 174, 255, .08));
}

.hero .hero-grid {
  opacity: .42;
  background-image:
    linear-gradient(rgba(94, 190, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 190, 255, .09) 1px, transparent 1px);
}

.hero .hero-layout { position: relative; z-index: 1; }

.hero .hero-lead,
.hero h1,
.hero .hero-concept strong { color: #fff; }

.hero h1 {
  text-shadow: 0 8px 32px rgba(0, 8, 26, .34);
  -webkit-text-stroke-color: rgba(255, 255, 255, .5);
}

/* Balance heading wraps so a single trailing character ("る。") never orphans onto its own line */
.hero h1 span {
  text-wrap: balance;
}
.evolution h2 {
  text-wrap: balance;
}

.hero .hero-concept {
  border-left-color: #42dcff;
  background: linear-gradient(90deg, rgba(8, 43, 83, .42), transparent);
}

.hero .hero-concept p,
.hero .release-note { color: #c8ddf3; }

.hero .release-note span { color: #4de0b0; }

.hero .button-secondary {
  color: #fff;
  border-color: rgba(174, 218, 255, .6);
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
}

.hero .button-secondary:hover {
  color: #06234a;
  background: #fff;
  border-color: #fff;
}

.hero .hero-traits li {
  border-color: rgba(132, 198, 255, .28);
  background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
  box-shadow: 0 12px 28px rgba(0, 12, 36, .16), inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.hero .hero-traits strong { color: #fff; }
.hero .hero-traits small { color: #bcd4eb; }

.hero .desktop-device {
  box-shadow: 0 36px 80px rgba(0, 7, 25, .42), 0 0 0 1px rgba(128, 202, 255, .14);
}

.hero .desktop-device img {
  aspect-ratio: 12 / 11;
  object-fit: cover;
  object-position: top;
}

.hero .award-device,
.hero .phone-device {
  box-shadow: 0 26px 54px rgba(0, 8, 28, .46), 0 0 0 1px rgba(93, 199, 255, .2);
}

.hero .award-device-image {
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
}

.hero .award-device-image img,
.hero .phone-device-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero .phone-device-image {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #071a3a;
}

.hero .release-label,
.hero .button,
.hero .hero-traits li {
  border: 0;
}

.hero .release-label {
  box-shadow: 0 13px 32px rgba(196, 132, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .72);
}

.hero .button-primary {
  box-shadow: 0 14px 32px rgba(0, 91, 225, .34);
}

.hero .button-secondary {
  box-shadow: 0 12px 28px rgba(0, 10, 32, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
}

/* Pricing section */
.pricing-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 9vw, 128px);
  background: linear-gradient(180deg, #f4faff 0%, #fff 62%);
}

.pricing-heading {
  max-width: 1180px;
  margin-inline: auto;
}
.pricing-heading .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #092c58, #0877ef);
  box-shadow: 0 10px 22px rgba(8, 86, 183, .22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.pricing-heading h2 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: clamp(42px, 4.25vw, 60px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.3;
  -webkit-text-stroke: .4px currentColor;
  paint-order: stroke fill;
}
.pricing-heading > p:last-child { max-width: 680px; }
.pricing-release-note {
  max-width: 720px;
  margin: 22px auto 20px;
  padding: 16px 22px;
  border: 1px solid #cfe4f7;
  border-radius: 14px;
  background: rgba(255, 255, 255, .84);
  color: #48647f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.pricing-release-note strong { color: #0877ef; font-size: 16px; font-weight: 900; }
.pricing-billing {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: max-content;
  margin: 0 auto 32px;
  padding: 5px;
  border: 1px solid #dce9f5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(12, 55, 101, .07);
}
.pricing-billing button {
  min-height: 42px;
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #61758c;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.pricing-billing button.is-active { background: #071f43; color: #fff; }
.pricing-billing small { margin-left: 4px; color: #ffc03d; font-size: 10px; font-weight: 900; }
.pricing-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.pricing-plan {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 27px;
  border: 1px solid #dce9f5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 55, 101, .07);
}
.pricing-plan h3 { margin: 0; color: #10213c; font-size: 28px; line-height: 1.2; }
.pricing-plan-label { display: inline-flex; align-self: flex-start; margin-bottom: 13px; padding: 5px 10px; border-radius: 999px; background: #edf5ff; color: #2467b5; font-size: 11px; font-weight: 900; }
.pricing-plan-for { min-height: 45px; margin: 8px 0 20px; color: #61758c; font-size: 13px; line-height: 1.65; }
.pricing-price { display: flex; align-items: flex-end; gap: 5px; min-height: 59px; margin: 0 0 8px; }
.pricing-price strong { color: #10213c; font-size: 43px; letter-spacing: -.05em; line-height: 1; }
.pricing-price span { padding-bottom: 4px; color: #60768d; font-weight: 700; }
.pricing-saving { min-height: 22px; margin: 0 0 20px; color: #e67c12; font-size: 12px; font-weight: 900; }
.pricing-plan ul { display: grid; gap: 11px; margin: 0 0 24px; padding: 21px 0 0; border-top: 1px solid #e9f0f7; list-style: none; }
.pricing-plan li { position: relative; padding-left: 23px; color: #344d67; font-size: 14px; line-height: 1.55; }
.pricing-plan li::before { content: "✓"; position: absolute; left: 0; color: #0877ef; font-weight: 900; }
.pricing-plan li.pricing-limit::before { content: "●"; top: 5px; color: #91a4b7; font-size: 8px; }
.pricing-plan li small { display: inline-block; margin-left: 4px; padding: 2px 7px; border-radius: 999px; background: #edf5ff; color: #0877ef; font-size: 10px; font-weight: 900; vertical-align: 1px; }
.pricing-plan-free { border-color: #dbeafe; background: linear-gradient(180deg, #f0f7ff, #fff); }
.pricing-plan-free .pricing-plan-label { background: #dbeafe; color: #1d4ed8; }
.pricing-plan-free li::before { color: #f97316; }
.pricing-plan-free .pricing-saving { color: #f97316; }
.pricing-free-link { display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: auto; border: 1.5px solid #0877ef; border-radius: 12px; color: #0877ef; font-size: 14px; font-weight: 900; text-decoration: none; transition: background .15s; }
.pricing-free-link:hover { background: #f0f7ff; }

/* Student Support banner */
.pricing-student-banner { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 20px 24px; border: 1px solid #bde8d8; border-radius: 18px; background: linear-gradient(135deg, #f4fff9, #edfdf5); }
.pricing-student-banner-icon { flex: 0 0 auto; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: #28a978; color: #fff; font-size: 22px; font-weight: 900; }
.pricing-student-banner-body { flex: 1 1 auto; }
.pricing-student-banner-kicker { margin: 0 0 4px; color: #27875f; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.pricing-student-banner-title { margin: 0 0 4px; color: #1a3a2e; font-size: 22px; font-weight: 900; -webkit-text-stroke: .3px currentColor; }
.pricing-student-banner-desc { margin: 0; color: #376b54; font-size: 13px; line-height: 1.7; }
.pricing-student-banner-link { flex: 0 0 auto; white-space: nowrap; padding: 10px 18px; border: 1.5px solid #28a978; border-radius: 10px; color: #1a7a50; font-size: 13px; font-weight: 900; text-decoration: none; transition: background .15s; }
.pricing-student-banner-link:hover { background: #e5f8f0; }

/* FREE PLAN section */
.pricing-free-section { margin-top: 20px; padding: 28px 28px 22px; border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; }
.pricing-free-header { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; margin-bottom: 20px; }
.pricing-free-kicker { margin: 0 0 6px; color: #0877ef; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.pricing-free-title { margin: 0; color: #1a1f36; font-size: clamp(22px, 2.4vw, 28px); font-weight: 900; line-height: 1.4; -webkit-text-stroke: .3px currentColor; }
.pricing-free-desc { margin: 0; color: #4b5563; font-size: 14px; line-height: 1.8; }
.pricing-free-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pricing-free-card { padding: 16px 18px; border: 1px solid #e8eef4; border-radius: 12px; background: #f8fafc; }
.pricing-free-card-title { margin: 0 0 6px; color: #1a1f36; font-size: 16px; font-weight: 900; -webkit-text-stroke: .25px currentColor; }
.pricing-free-card-desc { margin: 0; color: #4b5563; font-size: 13px; line-height: 1.7; }
.pricing-free-note { margin: 18px 0 0; padding: 14px 16px; border-radius: 10px; background: #f0f7ff; color: #344d67; font-size: 13px; line-height: 1.75; }
.pricing-free-note strong { color: #0877ef; }
.pricing-plan-plus { z-index: 1; border: 2px solid #0877ef; transform: translateY(-10px); box-shadow: 0 23px 58px rgba(8, 119, 239, .2); }
.pricing-plan-recommend { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 16px; border-radius: 999px; background: linear-gradient(90deg, #0877ef, #2a9cff); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 8px 18px rgba(8, 119, 239, .25); }
.pricing-plan-family .pricing-plan-label { background: #f2ecfb; color: #7251ae; }
.pricing-disabled { display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: auto; border: 1px solid #dbe5ee; border-radius: 12px; background: #f3f6f9; color: #8293a4; font-size: 14px; font-weight: 900; cursor: not-allowed; }
.pricing-campaign { position: relative; overflow: hidden; margin-top: 36px; padding: 32px; border-radius: 24px; background: linear-gradient(125deg, #071f43 0%, #0b356d 60%, #075aa9 100%); color: #fff; box-shadow: 0 22px 55px rgba(7, 31, 67, .24); }
.pricing-campaign::after { content: ""; position: absolute; top: -120px; right: -90px; width: 330px; height: 330px; border: 55px solid rgba(58, 159, 255, .12); border-radius: 50%; }
.pricing-campaign-memory { position: relative; z-index: 1; display: grid; grid-template-columns: 210px 1fr; gap: 22px; align-items: center; margin-bottom: 25px; padding: 14px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; background: rgba(255, 255, 255, .08); }
.pricing-campaign-memory img { display: block; width: 100%; height: auto; border-radius: 11px; background: #fff; }
.pricing-campaign-memory strong { font-size: 17px; }
.pricing-campaign-memory p { margin: 7px 0 0; color: #d9eaff; font-size: 13px; line-height: 1.75; }
.pricing-campaign-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.pricing-campaign-head > div:first-child > span { display: inline-flex; margin-bottom: 11px; padding: 6px 11px; border-radius: 999px; background: #ffb128; color: #3b2600; font-size: 11px; font-weight: 900; }
.pricing-campaign h3 { margin: 0; color: #fff; font-size: clamp(25px, 3vw, 34px); line-height: 1.35; }
.pricing-campaign-head p { margin: 11px 0 0; color: #d9eaff; font-size: 15px; line-height: 1.8; }
.pricing-campaign-deadline { min-width: 190px; padding: 18px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 17px; background: rgba(255, 255, 255, .09); text-align: center; }
.pricing-campaign-deadline small { display: block; color: #b8d7fa; font-size: 11px; font-weight: 800; }
.pricing-campaign-deadline strong { display: block; margin-top: 5px; font-size: 21px; }
.pricing-campaign-prices { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; margin-top: 24px; }
.pricing-campaign-prices > div { padding: 18px 20px; border-radius: 16px; background: #fff; color: #10213c; }
.pricing-campaign-prices span { display: block; color: #61758c; font-size: 12px; font-weight: 800; }
.pricing-campaign-prices strong { display: block; margin-top: 3px; font-size: 26px; }
.pricing-campaign-prices small { color: #0877ef; font-weight: 900; }
.pricing-campaign-prices a { display: flex; align-items: center; justify-content: center; min-height: 100%; padding: 22px 26px; border-radius: 16px; background: linear-gradient(90deg, #ff9b1a, #ffc13d); color: #392400; font-size: 21px; font-weight: 900; letter-spacing: .02em; line-height: 1.35; text-align: center; text-decoration: none; box-shadow: 0 10px 22px rgba(0, 0, 0, .18); }
.pricing-campaign-prices a:hover { filter: brightness(1.05); transform: translateY(-1px); }
.pricing-campaign-copy { position: relative; z-index: 1; margin: 20px 0 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .17); color: #d9eaff; font-size: 13px; line-height: 1.8; }
.pricing-campaign-copy strong { color: #fff; }
.pricing-existing-note { display: flex; gap: 12px; align-items: flex-start; margin: 18px 0 0; padding: 17px 20px; border: 1px solid #cfe5f8; border-radius: 15px; background: #f4faff; color: #48637d; font-size: 13px; line-height: 1.7; }
.pricing-existing-note strong { color: #0877ef; white-space: nowrap; }
.pricing-fine-print { margin: 22px 0 0; color: #6c7f92; font-size: 12px; line-height: 1.8; text-align: center; }
.pricing-fine-print strong { color: #344d67; }
@media (max-width: 1000px) {
  .pricing-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-plan-plus { transform: none; margin-top: 10px; }
  .pricing-campaign::after { display: none; }
  .pricing-campaign-prices { grid-template-columns: 1fr 1fr; }
  .pricing-campaign-prices a { grid-column: 1 / -1; min-height: 64px; font-size: 19px; }
  .pricing-free-header { grid-template-columns: 1fr; gap: 12px; }
  .pricing-free-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .screen-preview-heading p br { display: none; }

  .award-layout > div:first-child { text-align: center; }
  .award-layout > div:first-child .kicker { justify-content: center; }
  .award-layout .check-grid { display: inline-block; text-align: left; }

  #integration .section-heading { text-align: center; }
  #integration .section-heading p br { display: none; }
  #integration .dark-card { text-align: center; padding: 28px 20px 24px; }
  #integration .dark-card i {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 10px;
  }
  #integration .dark-card span { display: block; margin-bottom: 12px; }
  #integration .planned-card .planned { display: block; text-align: center; }
  #integration .dark-card h3 { margin-top: 0; }
  #integration .dark-card h3 br { display: none; }

  .pricing-section { padding-block: 72px; }
  .pricing-heading h2 { font-size: clamp(36px, 10vw, 44px); line-height: 1.28; }
  .pricing-release-note { padding: 14px 16px; font-size: 13px; }
  .pricing-release-note strong { font-size: 14px; }
  .pricing-billing { width: 100%; }
  .pricing-billing button { flex: 1; padding-inline: 10px; }
  .pricing-plans { grid-template-columns: 1fr; gap: 18px; }
  .pricing-plan { padding: 27px 22px; }
  .pricing-plan-plus { order: -1; }
  .pricing-student-banner { flex-wrap: wrap; gap: 14px; }
  .pricing-student-banner-link { width: 100%; text-align: center; }
  .pricing-free-section { padding: 22px 18px 18px; }
  .pricing-free-header { grid-template-columns: 1fr; gap: 10px; }
  .pricing-free-cards { grid-template-columns: 1fr; }
  .pricing-campaign { padding: 25px 20px; }
  .pricing-campaign-memory, .pricing-campaign-head, .pricing-campaign-prices { grid-template-columns: 1fr; }
  .pricing-campaign-memory { gap: 14px; }
  .pricing-campaign-memory img { max-width: 100%; }
  .pricing-campaign-deadline { text-align: left; }
  .pricing-campaign-prices a { grid-column: auto; min-height: 58px; font-size: 17px; }
  .pricing-existing-note { display: block; }
  .pricing-existing-note strong { display: block; margin-bottom: 5px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   ヒーロー右側・画面イメージ上の公式SNSリンク

   .desktop-device は perspective 変形がかかっていて見た目の上端が
   ボックス上端より上にせり出す。そのため bottom:100% で
   .hero-visual の「外側の上」へ完全に逃がし、画像と重ならないようにする。
   ══════════════════════════════════════════════════════════════════════════ */
.hero-social {
  position: absolute;
  bottom: calc(100% + 16px);   /* 画像ボックスの外・上 */
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hero-social__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px 8px;
  border-radius: 999px;
  border: 1px solid rgba(148, 205, 255, .34);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(6px);
  color: #eaf3ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, border-color .15s, color .15s, transform .15s, box-shadow .15s;
}
.hero-social__link:hover,
.hero-social__link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 8, 28, .38);
}
.hero-social__link svg { flex: none; }

/* note はブランドアイコンが無いため文字マークで表現する */
.hero-social__note {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #41c9b4;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.hero-social__link--x:hover,
.hero-social__link--x:focus-visible { background: #fff; border-color: #fff; color: #000; }
.hero-social__link--note:hover,
.hero-social__link--note:focus-visible { background: #41c9b4; border-color: #41c9b4; color: #fff; }
.hero-social__link--note:hover .hero-social__note,
.hero-social__link--note:focus-visible .hero-social__note { background: #fff; color: #41c9b4; }
.hero-social__link--fb:hover,
.hero-social__link--fb:focus-visible { background: #1877f2; border-color: #1877f2; color: #fff; }

/* 900px 以下（1カラム）でも絶対配置のまま「画像ボックスの外・上」に置く。
   .hero-visual の中のデバイスはすべて絶対配置のため、
   バーを通常フローに戻しても画像がバーの上に重なってしまう。
   そこで .hero-visual の上に余白を確保し、そこへバーを逃がす。 */
@media (max-width: 900px) {
  .hero-visual { margin-top: 58px; }
  .hero-social {
    left: 0;
    right: 0;
    justify-content: center;
    bottom: calc(100% + 12px);
  }
}
@media (max-width: 640px) {
  .hero-visual { margin-top: 52px; }
  .hero-social { gap: 6px; bottom: calc(100% + 10px); }
  .hero-social__link { font-size: 12px; padding: 6px 11px 7px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   横スクロール（右側の白紙領域）の解消

   原因: hero-fix.css の後勝ちルールが style.css のモバイル用ルールを打ち消し、
   グリッドの最小幅(minmax の下限)やボタンの min-width がビューポートを超えていた。
   実測での発生源:
     .notify-box              minmax(560px,...) → ボタンが右端 914px まで押し出し
     .student-detail-intro    minmax(420px,...)
     .student-plan-visual     width:130% + 負マージン
     .screen-tab-list         flex:1 0 auto（横スクロール領域だが親を押し広げていた）
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  /* 1) リリース通知ボックス：1カラム化してボタンの最小幅も解除 */
  .notify-box { grid-template-columns: 1fr; }
  .notify-x-action { width: 100%; }
  .notify-x-action .button { min-width: 0; width: 100%; }

  /* 2) 学生プラン詳細：右カラムの最小幅を解除 */
  .student-detail-intro { grid-template-columns: 1fr; }

  /* 3) 学生プランのビジュアル：はみ出す負マージンを解除 */
  .student-plan-visual { width: 100%; margin: 0 0 -12px; }

  /* 4) アワード画像の重ね表示：right:-8% が画面外へ出るため内側へ寄せる */
  .award-panel-image .award-panel-overlay { right: 0; }
}

@media (max-width: 640px) {
  /* 横スクロールさせるタブ自体は残しつつ、親を押し広げないようにする */
  .screen-tabs { width: 100%; }
  .screen-tab-list { max-width: 100%; }
}

/* 保険: グリッド/フレックスの子は既定で min-width:auto のため、
   長いテキストや固定幅の子が親を押し広げる。LP全体で縮小を許可する。 */
.notify-box > *,
.student-detail-intro > *,
.award-layout > * { min-width: 0; }

/* ══════════════════════════════════════════════════════════════════════════
   ヒーロー導入文のスマホ限定改行

   375px 幅では「HamLabが、これまでで最も大きく進化しま／す。」と
   最後の1文字だけが2行目に落ちる。読点の位置で折り返して整える。
   PC・タブレットでは1行に収まるため改行を無効化する。
   ══════════════════════════════════════════════════════════════════════════ */
.hero-lead-br { display: none; }

@media (max-width: 640px) {
  .hero-lead-br { display: inline; }
}

/* ══════════════════════════════════════════════════════════════════════════
   ヒーロー見出しのスマホ折り返し調整

   スマホでは 2行目「無線がもっと楽しくなる。」がさらに割れて
   「無線がもっと／楽しくなる。」の3行になり、収まりが悪かった。
   PCと同じ2行構成を保てるところまで文字サイズを可変にする。
     375px → 29.3px  /  320px → 25.0px（いずれも2行に収まることを実測）
   435px 以上では min() により 34px のまま＝従来と同じ。
   PC・タブレット（641px 以上）には影響しない。
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .hero h1 { font-size: min(34px, 7.8vw); }
}

/* ══════════════════════════════════════════════════════════════════════════
   スマホでの折り返し品質（行末の取り残し対策）

   狭い画面では最終行に数文字だけ残る箇所が多数あったため、
   日本語向けの折り返し制御をまとめて適用する。
     text-wrap: balance     … 見出し等。各行の長さを揃える
     text-wrap: pretty      … 本文。最終行が極端に短くなるのを避ける
     word-break: auto-phrase … 日本語を文節単位で折り返す

   実測（375px）: 行末が極端に短い箇所 16件 → 1件
   いずれも 640px 以下限定。PC・タブレットの表示は変わらない。
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .hero h1, h2, h3, h4,
  .kicker, .evolution-eyebrow, .emphasis, .large-copy,
  .release-note, .pricing-release-note {
    text-wrap: balance;
    word-break: auto-phrase;
  }

  p, li, figcaption {
    text-wrap: pretty;
    word-break: auto-phrase;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   Studentプラン：挿絵と「FREE / Student」バッジの重なり解消（スマホのみ）

   PCでは挿絵が横に広く、バッジは右上の余白へ重なる前提のデザイン。
   スマホでは挿絵が画面幅いっぱいになるため、バッジがイラスト本体に
   かぶってしまう。挿絵を左へ寄せて縮小し、空いた右側へバッジを逃がす。
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .student-plan-visual {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* 挿絵：左寄せ・縮小 */
  .student-plan-visual img {
    width: 66%;
    margin: 0;
    flex: none;
  }

  /* バッジ：重ねずに右の余白へ置く */
  .student-plan-visual figcaption {
    position: static;
    width: auto;
    flex: 1 1 auto;
    max-width: 120px;
    aspect-ratio: 1;
    margin-left: auto;
    gap: 4px;
  }
  .student-plan-visual figcaption span   { font-size: 11px; letter-spacing: .08em; }
  .student-plan-visual figcaption strong { font-size: 23px; }
  .student-plan-visual figcaption small  { font-size: 9px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   料金カード：年払いを「月あたり」で見せる

   年額だけだと月払いプランと比較できないため、年払い時も主表示を
   月あたり換算にし、年額の内訳・割引額・キャンペーン価格を補足する。
   ══════════════════════════════════════════════════════════════════════════ */
.pricing-annual-total {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

/* display 指定は hidden 属性の既定 display:none を打ち消すため、
   非表示指定を明示しておく（月払い時にキャンペーン枠を隠すのに必要） */
.pricing-plan-campaign[hidden] { display: none; }

.pricing-plan-campaign {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 10px 0 0;
  padding: 9px 12px 10px;
  border: 1px solid rgba(232, 131, 10, .28);
  border-radius: 10px;
  background: rgba(255, 244, 229, .85);
  color: #9a5600;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.pricing-plan-campaign strong { font-size: 15px; font-weight: 900; }
.pricing-plan-campaign small { color: #b07434; font-size: 11px; font-weight: 700; }

@media (max-width: 640px) {
  .pricing-annual-total { font-size: 12px; }
  .pricing-plan-campaign { font-size: 12px; padding: 8px 10px 9px; }
  .pricing-plan-campaign small { font-size: 10px; }
}

/* キャンペーン枠内の申込ボタン（プラン別に申込フォームへ直接遷移） */
.pricing-plan-campaign__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 9px;
  padding: 9px 14px 10px;
  border-radius: 9px;
  background: linear-gradient(180deg, #f59331, #e8830a);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(232, 131, 10, .28);
  transition: filter .15s, transform .15s, box-shadow .15s;
}
.pricing-plan-campaign__cta:hover,
.pricing-plan-campaign__cta:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(232, 131, 10, .34);
}
.pricing-plan-campaign__cta span { font-weight: 700; }

@media (max-width: 640px) {
  .pricing-plan-campaign__cta { font-size: 12px; padding: 9px 12px 10px; }
}

/* 料金カードはスマホでも Free → Plus → Family の順で並べる。
   （640px 以下で .pricing-plan-plus に order:-1 が入っており
     Plus が先頭に来ていたため解除する） */
@media (max-width: 640px) {
  .pricing-plan-plus { order: 0; }
}
