@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

.m3-main {
    flex-grow: 1;
    font-family: "Albert Sans", "Noto Sans JP", sans-serif;
    color: #1e293b;
    background: #f4f7fb;
}

.m3-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.m3-progress-track {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgba(226, 232, 240, 0.9);
}

.m3-progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #1d4ed8 0%, #38bdf8 100%);
    transition: width 0.2s ease;
}

.m3-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 88px;
    background: #0f172a;
    color: #fff;
}

.m3-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 41, 59, 0.62) 45%, rgba(14, 116, 144, 0.34) 100%);
}

.m3-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(96, 165, 250, 0.45), transparent 32%),
        radial-gradient(circle at 78% 28%, rgba(34, 197, 94, 0.24), transparent 26%),
        linear-gradient(120deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.05));
    /* url('../../images/hero-3minutes-bg.jpg') center center / cover no-repeat; */
    opacity: 0.52;
}

.m3-hero-inner {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
}

.m3-eyebrow {
    margin: 0 0 18px;
    color: #bfdbfe;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.m3-hero-title {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.m3-desktop-break {
    display: none;
}

@media (min-width: 768px) {
    .m3-desktop-break {
        display: block;
    }
}

.m3-hero-updated {
    margin: 18px 0 0;
    color: #bfdbfe;
    font-size: 0.875rem;
}

.m3-hero-copy {
    max-width: 46rem;
    margin: 24px 0 0;
    color: #dbeafe;
    font-size: 1.06rem;
    line-height: 1.9;
}

.m3-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.m3-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid rgba(191, 219, 254, 0.34);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    color: #eff6ff;
    font-size: 0.92rem;
    font-weight: 600;
}

.m3-overview {
    margin-top: -44px;
    position: relative;
    z-index: 2;
}

.m3-overview-grid,
.m3-feature-grid,
.m3-growth-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.m3-overview-card,
.m3-feature-card,
.m3-metric-card,
.m3-growth-card,
.m3-balance-panel,
.m3-cta-box {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 50px -36px rgba(15, 23, 42, 0.4);
}

.m3-overview-card {
    padding: 24px 24px 26px;
}

.m3-overview-index {
    margin: 0 0 12px;
    color: #2563eb;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.m3-overview-title {
    margin: 0;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
}

.m3-overview-copy {
    margin: 12px 0 0;
    color: #475569;
    line-height: 1.8;
}

.m3-section {
    padding: 84px 0;
}

.m3-section--light {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.m3-section--accent {
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.m3-section-head {
    max-width: 820px;
    margin-bottom: 36px;
}

.m3-section-kicker {
    margin: 0 0 12px;
    color: #2563eb;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.m3-section-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.7rem, 3.6vw, 3rem);
    line-height: 1.24;
    letter-spacing: 0;
}

.m3-section-lead {
    margin: 18px 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.9;
}

.m3-feature-card,
.m3-growth-card {
    padding: 28px;
}

.m3-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #2563eb;
    font-size: 1.2rem;
}

.m3-feature-title,
.m3-growth-title,
.m3-balance-title {
    margin: 18px 0 0;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
}

.m3-feature-copy,
.m3-growth-copy,
.m3-balance-copy p {
    margin: 12px 0 0;
    color: #475569;
    line-height: 1.85;
}

.m3-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.m3-metric-card {
    padding: 26px 22px;
    text-align: center;
}

.m3-metric-value {
    color: #0f172a;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1;
}

.m3-metric-label {
    margin-top: 12px;
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 600;
}

.m3-metric-note {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.8;
}

.m3-balance-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 24px;
    margin-top: 26px;
    padding: 28px;
}

.m3-balance-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    align-content: start;
}

.m3-balance-list li {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    color: #1e293b;
    font-weight: 600;
}

.m3-cta {
    padding: 12px 0 84px;
}

.m3-cta-box {
    padding: 36px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    color: #fff;
}

.m3-cta-title {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    line-height: 1.25;
}

.m3-cta-copy {
    max-width: 52rem;
    margin: 16px 0 0;
    color: #dbeafe;
    line-height: 1.9;
}

.m3-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.m3-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 9999px;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.m3-cta-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.m3-cta-link--primary {
    background: #f8fafc;
    color: #0f172a;
    border-color: #f8fafc;
}

.m3-cta-link--primary:hover {
    background: #dbeafe;
    border-color: #dbeafe;
}

.m3-cta--plain {
    padding: 56px 0 72px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.m3-cta-plain-inner {
    display: block;
}

.m3-cta-plain-title {
    margin: 0;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
}

.m3-cta-plain-copy {
    margin: 0.45rem 0 0;
    color: #475569;
    line-height: 1.7;
}

.m3-cta--plain .m3-cta-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
    width: 100%;
}

.m3-cta--plain .m3-cta-link {
    min-height: 46px;
    width: 100%;
    border-color: #cbd5e1;
    color: #1e293b;
    background: #ffffff;
}

.m3-cta--plain .m3-cta-link:hover {
    border-color: #2563eb;
    color: #1d4ed8;
    background: #eff6ff;
}

.m3-footer-meta {
    width: min(1120px, calc(100% - 48px));
    margin: -28px auto 32px;
    color: #64748b;
    font-size: 0.78rem;
    text-align: right;
}

.m3-footer-meta .ir-page-meta-line {
    margin: 0;
}

@media (max-width: 1023.98px) {
    .m3-overview-grid,
    .m3-feature-grid,
    .m3-growth-grid,
    .m3-metrics-grid,
    .m3-balance-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .m3-shell,
    .m3-hero-inner {
        width: min(100% - 24px, 100%);
    }

    .m3-hero {
        padding: 96px 0 72px;
    }

    .m3-overview {
        margin-top: -28px;
    }

    .m3-overview-grid,
    .m3-feature-grid,
    .m3-growth-grid,
    .m3-metrics-grid,
    .m3-balance-panel {
        grid-template-columns: 1fr;
    }

    .m3-section {
        padding: 68px 0;
    }

    .m3-overview-card,
    .m3-feature-card,
    .m3-growth-card,
    .m3-balance-panel,
    .m3-cta-box {
        border-radius: 20px;
    }

    .m3-cta-box {
        padding: 28px 22px;
    }

    .m3-cta--plain {
        padding: 44px 0 60px;
    }

    .m3-cta-plain-inner {
        display: block;
    }

    .m3-cta--plain .m3-cta-actions {
        grid-template-columns: 1fr;
        margin-top: 1.4rem;
    }
}
/* growth_story.html only overrides (on top of 3minutes_candidate.css) */

.gs-hero-title {
    font-size: clamp(2rem, 3.8vw, 2.9rem);
    line-height: 1.34;
    letter-spacing: 0.01em;
}

.m3-hero-copy {
  max-width: 840px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.04rem;
  line-height: 1.95;
}

.m3-shell {
  width: min(1120px, calc(100% - 48px));
}

.m3-section-head {
    max-width: 820px;
}

.m3-section-head--message {
    max-width: 820px;
}

.m3-section-head--message .m3-section-lead {
    max-width: 820px;
}

.m3-section-head--message .m3-section-lead + .m3-section-lead {
    margin-top: 1rem;
}

.m3-section-title {
    line-height: 1.5;
}

.gs-section-label {
  display: block;
  width: fit-content;
  margin: 0 0 0.45rem;
  padding: 0.12em 0.62em;
  border-radius: 999px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: 0.09em;
  color: #0f4c81;
  background: #e8f1fb;
}

.m3-section--accent .gs-section-label {
  color: #0c3b66;
  background: #deebfa;
}

.m3-feature-card,
.m3-growth-card {
  padding: 1.4rem 1.35rem;
}

.m3-feature-title,
.m3-growth-title {
    line-height: 1.45;
}

.m3-feature-card {
    position: relative;
    overflow: hidden;
}

.m3-feature-card::before {
    position: absolute;
    right: 1rem;
    top: 0.8rem;
    z-index: 0;
    color: rgba(29, 78, 216, 0.08);
    font-family: "Font Awesome 6 Free";
    font-size: 4.4rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.m3-feature-card--people::before {
    content: "\f0c0";
}

.m3-feature-card--network::before {
    content: "\f6ff";
}

.m3-feature-card--shield::before {
    content: "\f3ed";
}

.m3-feature-title,
.m3-feature-copy {
    position: relative;
    z-index: 1;
}

.m3-feature-copy,
.m3-growth-copy {
  line-height: 1.85;
}

.m3-cta-copy {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .gs-hero-title {
    font-size: clamp(1.75rem, 7.5vw, 2.2rem);
    line-height: 1.4;
  }

  .m3-hero-copy,
  .m3-section-lead,
  .m3-feature-copy,
  .m3-growth-copy,
  .m3-cta-copy {
    line-height: 1.8;
  }

}

