body {
    background-color: #fff;
}

body * {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body strong {
    font-weight: bold;
}

body a, body a:visited{
    color: var(--brand-blue);
}

body hr {
    display: block;
    height: 1px;
    color: #ddd;
    background: #ddd;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 0;
    border: 0;
}

/* pitch */
.page-pitch {
    margin-bottom: 65px;
    padding-bottom: 100px;
    padding-top: 175px;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    background: rgb(243,249,254);
    background: linear-gradient(135deg, #F4F2EF 0%, #F4F8FC 50%, #F5FAF4 100%);
}

.page-pitch h1 {
    max-width: 1000px;
    margin: 25px auto;
    font-size: 3rem;
    font-weight: 900;
    line-height: 3.2rem;
    text-align: center;
    color: #111;
}



@media (max-width: 768px) {
    .page-pitch {
        margin: 10px 10px 10px 10px;
    }
}

.page-pitch p {
    position: relative;
    margin: 20px auto;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.35rem;
    color: #555;
    text-align: center;
    font-weight: normal;
}

.page-pitch p>span {
    position: absolute;
    display: inline-block;
    font-size: 3rem;
    color: #9ED8DB;
    transform: translateY(-4px) translateX(-30px);
}

/* container */
.page-container {
    background: #fff;
    width: calc(100% - 20px);
    overflow: auto;
    z-index: 4;
    margin: 20px auto;
    border-radius: 5px;
    max-width: 1000px;
}

.page-content {
    padding: 25px;
}

@media only screen and (max-width: 800px) {
    .page-content { padding: 10px; }
}

.page-content pre {
    background-color: #F3F9FE;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    line-height: 25px;
    font-family: monospace;
}

.page-content p, .page-content ol, .page-content ul {
    margin-bottom: 25px;
    line-height: 1.4rem;
    font-size: 1.0rem;
}

.page-content p b, .page-content li b {
    font-weight: bold;
}


.page-content li {
    margin-bottom: 10px;
}

.page-content h1, .page-content h2, .page-content h3 {
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 25px 0;
}

.page-content h2:first-child {
    margin-top: 0;
}

.page-content h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 25px 0;
    border-left: 7px solid #9CD9DB;
    padding: 10px 5px 10px 20px;
}

.page-content h4, .page-content h5 {
    font-weight: 900;
    font-size: 1.0rem;
    line-height: 1.5rem;
    margin: 0 0 25px 0;
}

.page-content img {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}

.page-content ol {
    padding-left: 20px;
}

.page-content iframe {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
    height: 500px;
    margin: 0 0 25px 0;
}


.page-content ul li {
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 1.5rem;
    background: url(../img/bullet.svg) no-repeat 0 7px;
    background-size: 10px;
    padding-left: 25px;
}

  /* page feature */
  /* feature */
.page-feature {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto 25px auto;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
    background-color: #F4F8FC;
    border-radius: 10px;
    padding: 0;
    align-items: start;
    overflow: hidden;
}

.page-feature iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .page-feature {
        display: block;
        margin: 0 10px 10px 10px;
    }
}

.page-feature>div {
    padding: 20px;
}

.page-feature h2 {
    max-width: 1000px;
    margin: 25px auto;
    font-size: 30px;
    font-weight: 900;
    line-height: 2rem;
    text-align: left;
    color: #111;
}

.page-feature p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.page-feature li {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.page-feature li>span {
    display: inline-block;
    font-size: 2.2rem;
    transform: translateY(4px);
    margin-left: 0;
    color: #5DAA21;
}

.page-content dl {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #F4F8FC;
    border-left: 4px solid #9CD9DB;
}

.page-content dl dt {
    font-weight: bold;
    font-size: 1.0rem;
    margin-bottom: 5px;
    line-height: 1.5rem;
}

.page-content dl dd {
    font-size: 1.0rem;
    margin-bottom: 5px;
    line-height: 1.5rem;
    background: url(../img/bullet.svg) no-repeat 0 7px;
    background-size: 10px;
    padding-left: 25px;
}

.page-content dl dd:last-child {
    margin-bottom: 0;
}

/* FAQ */
/* =========================
   FAQ Accordion (Option A)
   ========================= */

.faq-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}

.faq-item[open] summary {
    margin-bottom: 25px;
}

.faq-item[open] p, .faq-item[open] ul {
    border-left: 7px solid #f0f0f0;
    margin: 0;
    padding: 0 0 15px 25px;
}

/* Question */
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  list-style: none;
  position: relative;
  padding-right: 1.75rem;
  line-height: 1.3;
}

/* Remove default marker */
.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Plus / minus icon */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s ease;
  color: #9CD9DB
}

/* Open state */
.faq-item[open] summary::after {
  content: "−";
}

/* Answer spacing */
.faq-item > *:not(summary) {
  margin-top: 0.75rem;
}

/* Typography cleanup */
.faq-item p,
.faq-item ul {
  margin-bottom: 0.75rem;
}

.faq-item ul {
  padding-left: 1.25rem;
}

.faq-item summary:hover {
  opacity: 0.85;
}