/* ============================
   Base / Utility
   ============================ */
.scroll-fade {
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.chevron-icon {
    transition: transform 0.3s ease-in-out;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

/* ============================
   Hero Section
   ============================ */
.p-hero__bg-blob {
    border-radius: 9999px;
    width: 24rem;
    height: 24rem;
}

.p-hero__content {
    max-width: 64rem;
}

.p-hero__brand {
    gap: 0.5rem;
    margin-bottom: 2rem;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
}

.p-hero__brand-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #06b6d4;
}

.p-hero__brand-text {
    font-size: 1.125rem;
}

.p-hero__badge {
    border-radius: 9999px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    color: #0891b2;
}

.p-hero__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}

.p-hero__subtitle {
    font-size: 1.5rem;
    margin-top: 0.75rem;
    color: #1e293b;
}

.p-hero__lead {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 100%;
}

.p-hero__scroll {
    margin-top: 1rem;
    width: 100%;
}

.p-hero__scroll-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #22d3ee;
}

.p-hero__scroll-icon:hover {
    color: #06b6d4;
}

@media (min-width: 768px) {
    .p-hero__brand-icon {
        width: 2rem;
        height: 2rem;
    }

    .p-hero__brand-text {
        font-size: 1.25rem;
    }

    .p-hero__badge {
        font-size: 1rem;
    }

    .p-hero__title {
        font-size: 3rem;
    }

    .p-hero__subtitle {
        font-size: 2.25rem;
    }

    .p-hero__lead {
        font-size: 1.125rem;
        padding: 2rem;
    }

    .p-hero__scroll {
        margin-top: 2rem;
    }
}

@media (min-width: 1024px) {
    .p-hero__title {
        font-size: 3.75rem;
    }

    .p-hero__subtitle {
        font-size: 3rem;
    }
}

/* ============================
   TOC Section
   ============================ */
.p-toc__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0.75rem;
}

@media (min-width: 768px) {
    .p-toc__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.p-toc__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.p-toc__link:hover {
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(226, 232, 240, 0.5);
    border-color: #f1f5f9;
}

.p-toc__num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-color: #f1f5f9;
    color: #64748b;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.p-toc__text {
    color: #475569;
    font-weight: 500;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-toc__link--cyan:hover .p-toc__num {
    background-color: #06b6d4;
    color: white;
}

.p-toc__link--cyan:hover .p-toc__text {
    color: #0891b2;
}

.p-toc__link--amber:hover .p-toc__num {
    background-color: #f59e0b;
    color: white;
}

.p-toc__link--amber:hover .p-toc__text {
    color: #d97706;
}

.p-toc__link--purple:hover .p-toc__num {
    background-color: #a855f7;
    color: white;
}

.p-toc__link--purple:hover .p-toc__text {
    color: #9333ea;
}

.p-toc__link--blue:hover .p-toc__num {
    background-color: #3b82f6;
    color: white;
}

.p-toc__link--blue:hover .p-toc__text {
    color: #2563eb;
}

.p-toc__link--rose:hover .p-toc__num {
    background-color: #f43f5e;
    color: white;
}

.p-toc__link--rose:hover .p-toc__text {
    color: #e11d48;
}

.p-toc__link--emerald:hover .p-toc__num {
    background-color: #10b981;
    color: white;
}

.p-toc__link--emerald:hover .p-toc__text {
    color: #059669;
}

.p-toc__link--slate:hover .p-toc__num {
    background-color: #334155;
    color: white;
}

.p-toc__link--slate:hover .p-toc__text {
    color: #1e293b;
}

/* ============================
   About Section
   ============================ */
.p-about article {
    max-width: 64rem;
    margin: 0 auto;
}

.p-about__card {
    background: linear-gradient(to bottom right, #ecfeff, white);
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #cffafe;
    box-shadow: 0 20px 25px -5px rgba(8, 145, 178, 0.05);
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .p-about__card {
        padding: 2.5rem;
    }
}

.p-about__card>[aria-hidden] {
    position: absolute;
    right: -2.5rem;
    top: -2.5rem;
    opacity: 0.05;
}

.p-about__card>[aria-hidden] i {
    width: 16rem;
    height: 16rem;
    color: #0891b2;
}

.p-about__card h2 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .p-about__card h2 {
        font-size: 1.5rem;
    }
}

.p-about__card h2~div {
    color: #475569;
    line-height: 1.625;
    position: relative;
    z-index: 10;
    font-weight: 500;
}

.p-about__card h2~div>*+* {
    margin-top: 1rem;
}

.p-about__card strong {
    color: #0891b2;
    background-color: #ecfeff;
    padding: 0 0.25rem;
    border-radius: 0.25rem;
}

/* ============================
   Benefits Section
   ============================ */
.p-benefits header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-benefits header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #f59e0b, #f97316);
    margin-bottom: 1.5rem;
    line-height: 1.25;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
    .p-benefits header h2 {
        font-size: 1.875rem;
    }
}

.p-benefits header p {
    color: #475569;
    font-weight: 500;
    font-size: 1rem;
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .p-benefits header p {
        font-size: 1.125rem;
    }
}

.p-benefits__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.p-benefits__item {
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    border: 1px solid;
}

@media (min-width: 768px) {
    .p-benefits__item {
        padding: 2rem;
        flex-direction: row;
    }
}

.p-benefits__item figure {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-benefits__item figure i {
    width: 2rem;
    height: 2rem;
}

.p-benefits__item>div {
    flex: 1;
}

.p-benefits__item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1e293b;
}

@media (min-width: 768px) {
    .p-benefits__item h3 {
        font-size: 1.25rem;
    }
}

.p-benefits__item h3+div {
    font-size: 0.875rem;
    line-height: 1.625;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #475569;
}

@media (min-width: 768px) {
    .p-benefits__item h3+div {
        font-size: 1rem;
    }
}

.p-benefits__item .highlight {
    font-weight: 700;
    margin-top: 0.5rem;
}

/* Benefits variant colors */
.p-benefits__item--amber {
    border-color: #fef3c7;
}

.p-benefits__item--amber figure {
    background-color: #fef3c7;
}

.p-benefits__item--amber figure i {
    color: #f59e0b;
}

.p-benefits__item--pink {
    border-color: #fce7f3;
}

.p-benefits__item--pink figure {
    background-color: #fce7f3;
}

.p-benefits__item--pink figure i {
    color: #ec4899;
}

.p-benefits__item--pink .highlight {
    color: #ec4899;
}

.p-benefits__item--blue {
    border-color: #dbeafe;
}

.p-benefits__item--blue figure {
    background-color: #dbeafe;
}

.p-benefits__item--blue figure i {
    color: #3b82f6;
}

.p-benefits__item--emerald {
    border-color: #d1fae5;
}

.p-benefits__item--emerald figure {
    background-color: #d1fae5;
}

.p-benefits__item--emerald figure i {
    color: #10b981;
}

.p-benefits__item--yellow {
    border-color: #fef9c3;
}

.p-benefits__item--yellow figure {
    background-color: #fef9c3;
}

.p-benefits__item--yellow figure i {
    color: #eab308;
}

/* ============================
   Theory Section
   ============================ */
.p-theory header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-theory header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #9333ea, #4f46e5);
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
    .p-theory header h2 {
        font-size: 1.875rem;
    }
}

.p-theory header p {
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.p-theory__accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.p-theory__item {
    background-color: #f8fafc;
    border-radius: 0.75rem;
    border: 1px solid;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.p-theory__item--purple {
    border-color: #e9d5ff;
}

.p-theory__item--blue {
    border-color: #bfdbfe;
}

.p-theory__item--emerald {
    border-color: #a7f3d0;
}

.p-theory__item .accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    background-color: white;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.p-theory__item .accordion-btn:hover {
    background-color: #f8fafc;
}

.p-theory__item .accordion-btn>div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.p-theory__item .accordion-btn>div>i {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.p-theory__item--purple .accordion-btn>div>i {
    color: #a855f7;
}

.p-theory__item--blue .accordion-btn>div>i {
    color: #3b82f6;
}

.p-theory__item--emerald .accordion-btn>div>i {
    color: #10b981;
}

.p-theory__item h3 {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
    text-align: left;
    margin: 0;
}

.p-theory__item .chevron-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #94a3b8;
    flex-shrink: 0;
}

.p-theory__item .accordion-content>div {
    padding: 1.5rem;
    color: #475569;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.625;
    background-color: white;
    border-top: 1px solid #f1f5f9;
}

@media (min-width: 768px) {
    .p-theory__item .accordion-content>div {
        font-size: 1rem;
    }
}

.p-theory__item .accordion-content>div>*+* {
    margin-top: 1rem;
}

.p-theory__item .accordion-content strong {
    color: #0891b2;
    font-weight: 700;
}

/* ============================
   Genre Section
   ============================ */
.p-genre header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-genre header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0891b2;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
    .p-genre header h2 {
        font-size: 1.875rem;
    }
}

.p-genre header p {
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.p-genre__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .p-genre__cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.p-genre__card {
    background-color: white;
    border-radius: 1rem;
    border: 1px solid #cffafe;
    box-shadow: 0 10px 15px -3px rgba(8, 145, 178, 0.05);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.p-genre__card>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.p-genre__card>header>span {
    font-weight: 700;
    color: #334155;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
}

.p-genre__card>header>div {
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.p-genre__card>header>div i {
    width: 1.25rem;
    height: 1.25rem;
}

.p-genre__card--fps>header>div {
    background-color: #fff1f2;
}

.p-genre__card--fps>header>div i {
    color: #f43f5e;
}

.p-genre__card--sandbox>header>div {
    background-color: #ecfdf5;
}

.p-genre__card--sandbox>header>div i {
    color: #10b981;
}

.p-genre__card--meta>header>div {
    background-color: #eff6ff;
}

.p-genre__card--meta>header>div i {
    color: #3b82f6;
}

.p-genre__card>div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.p-genre__card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .p-genre__card h3 {
        font-size: 1.5rem;
    }
}

.p-genre__card h3+p {
    color: #0891b2;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.p-genre__card>div>div {
    background-color: #f8fafc;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    color: #475569;
    font-weight: 500;
    border: 1px solid #f1f5f9;
    line-height: 1.625;
}

.p-genre__card>div>div p {
    margin: 0;
}

.p-genre__stages {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #cffafe;
    box-shadow: 0 20px 25px -5px rgba(8, 145, 178, 0.05);
}

@media (min-width: 768px) {
    .p-genre__stages {
        padding: 2rem;
    }
}

.p-genre__stages>h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0891b2;
    margin-bottom: 1.5rem;
    text-align: center;
}

.p-genre__stages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .p-genre__stages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.p-genre__stage {
    padding-left: 1rem;
    padding: 0.75rem;
    padding-left: 1rem;
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: 3px solid;
}

.p-genre__stage--elementary {
    border-left-color: #22d3ee;
    background-color: rgba(236, 254, 255, 0.5);
}

.p-genre__stage--middle {
    border-left-color: #a855f7;
    background-color: rgba(250, 245, 255, 0.5);
}

.p-genre__stage--high {
    border-left-color: #34d399;
    background-color: rgba(236, 253, 245, 0.5);
}

.p-genre__stage h4 {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.p-genre__stage p {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.625;
}

/* ============================
   Demerits Section
   ============================ */
.p-demerits>div>header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-demerits>div>header h2,
.p-demerits header:first-child h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f43f5e;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {

    .p-demerits>div>header h2,
    .p-demerits header:first-child h2 {
        font-size: 1.875rem;
    }
}

.p-demerits>div>header p {
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.p-demerits__container {
    background-color: rgba(255, 241, 242, 0.5);
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #ffe4e6;
    box-shadow: 0 20px 25px -5px rgba(159, 18, 57, 0.05);
}

@media (min-width: 768px) {
    .p-demerits__container {
        padding: 2.5rem;
    }
}

.p-demerits__container>p:first-child {
    color: #475569;
    font-weight: 500;
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 1.625;
}

.p-demerits__list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.p-demerits__item {
    position: relative;
}

.p-demerits__item>header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.p-demerits__item>header>div {
    padding: 0.5rem;
    background-color: #ffe4e6;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.p-demerits__item>header>div i {
    color: #f43f5e;
    width: 1.5rem;
    height: 1.5rem;
}

.p-demerits__item>header h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
}

@media (min-width: 768px) {
    .p-demerits__item>header h3 {
        font-size: 1.25rem;
    }
}

.p-demerits__item>header+div {
    color: #475569;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .p-demerits__item>header+div {
        font-size: 1rem;
        padding-left: 3.5rem;
    }
}

.p-demerits__item>header+div p {
    margin: 0;
}

.p-demerits__item aside {
    background-color: white;
    border-left: 4px solid #34d399;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    border-radius: 0 0.75rem 0.75rem 0;
    font-size: 0.875rem;
    color: #475569;
}

@media (min-width: 768px) {
    .p-demerits__item aside {
        margin-left: 3.5rem;
        font-size: 1rem;
    }
}

.p-demerits__item aside>div:first-child {
    font-weight: 700;
    color: #059669;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.p-demerits__item aside>div:first-child i {
    width: 1.25rem;
    height: 1.25rem;
}

.p-demerits__item aside>div:last-child {
    line-height: 1.625;
}

.p-demerits__item aside>div:last-child p {
    margin: 0;
}

/* ============================
   Reviews Section
   ============================ */
.p-reviews>div>header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-reviews>div>header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
    .p-reviews>div>header h2 {
        font-size: 1.875rem;
    }
}

.p-reviews>div>header>p {
    color: #475569;
    font-weight: 500;
    font-size: 1rem;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .p-reviews>div>header>p {
        font-size: 1.125rem;
    }
}

.p-reviews__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .p-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-reviews__column {
    background-color: white;
    border: 1px solid;
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.p-reviews__column--good {
    border-color: #a7f3d0;
}

.p-reviews__column--bad {
    border-color: #fecdd3;
}

.p-reviews__column>h3 {
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin: 0;
}

.p-reviews__column>h3 i {
    width: 1rem;
    height: 1rem;
}

.p-reviews__column--good>h3 {
    background-color: #10b981;
}

.p-reviews__column--bad>h3 {
    background-color: #f43f5e;
}

.p-reviews__column>h3+div {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.p-reviews__column>h3+div p {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .p-reviews__column>h3+div p {
        font-size: 1rem;
    }
}

.p-reviews__column>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
}

.p-reviews__column--good blockquote {
    background-color: #ecfdf5;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #d1fae5;
}

.p-reviews__column--bad blockquote {
    background-color: #fff1f2;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #ffe4e6;
}

.p-reviews__column blockquote p {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.625;
    margin: 0 0 0.75rem 0;
}

.p-reviews__column--good blockquote footer {
    color: #059669;
    font-size: 0.75rem;
    text-align: right;
    font-weight: 700;
}

.p-reviews__column--bad blockquote footer {
    color: #f43f5e;
    font-size: 0.75rem;
    text-align: right;
    font-weight: 700;
}

.p-reviews__note {
    text-align: center;
    color: #64748b;
    font-size: 0.875rem;
    margin-top: 2rem;
    background-color: #f1f5f9;
    padding: 1rem;
    border-radius: 0.75rem;
    width: 100%;
    display: inline-block;
}

/* ============================
   How-to-choose Section
   ============================ */
.p-how-to-choose>div>header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-how-to-choose>div>header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0891b2;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
    .p-how-to-choose>div>header h2 {
        font-size: 1.875rem;
    }
}

.p-how-to-choose>div>header>p {
    color: #475569;
    font-weight: 500;
    font-size: 1rem;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .p-how-to-choose>div>header>p {
        font-size: 1.125rem;
    }
}

.p-how-to-choose__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.p-how-to-choose__item {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .p-how-to-choose__item {
        padding: 2rem;
    }
}

.p-how-to-choose__item>[aria-hidden] {
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    opacity: 0.1;
}

.p-how-to-choose__item>[aria-hidden] i {
    width: 12rem;
    height: 12rem;
    color: #22d3ee;
}

.p-how-to-choose__item>header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10;
}

.p-how-to-choose__item>header>div {
    width: 3rem;
    height: 3rem;
    background-color: #06b6d4;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgba(6, 182, 212, 0.2);
}

.p-how-to-choose__item>header h3 {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .p-how-to-choose__item>header h3 {
        font-size: 1.25rem;
    }
}

.p-how-to-choose__item>header+div {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .p-how-to-choose__item>header+div {
        padding-left: 4rem;
    }
}

.p-how-to-choose__item>header+div>div {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.625;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .p-how-to-choose__item>header+div>div {
        font-size: 1rem;
    }
}

.p-how-to-choose__item>header+div>div p {
    margin: 0;
}

.p-how-to-choose__item .highlight {
    color: #0891b2;
    font-weight: 500;
    margin-top: 0.5rem;
}

/* ============================
   CTA Section
   ============================ */
.p-cta {
    /* no additional rules needed */
}

/* ============================
   Summary Section
   ============================ */
.p-summary__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    position: relative;
}

.p-summary__container>[aria-hidden] {
    padding: 1rem;
    background-color: #cffafe;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #a5f3fc;
}

.p-summary__container>[aria-hidden] i {
    width: 3rem;
    height: 3rem;
    color: #0891b2;
}

.p-summary__container>h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 2rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    letter-spacing: 0.025em;
    text-align: center;
}

@media (min-width: 768px) {
    .p-summary__container>h2 {
        font-size: 1.875rem;
    }
}

.p-summary__container>div:last-child {
    color: #334155;
    font-weight: 500;
    line-height: 1.625;
    text-align: left;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background-color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.05);
}

@media (min-width: 768px) {
    .p-summary__container>div:last-child {
        font-size: 1.125rem;
        padding: 2.5rem;
    }
}

.p-summary__container>div:last-child p {
    margin: 0;
}

.p-summary__container>div:last-child .highlight {
    color: #0891b2;
    font-weight: 700;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* ============================
   FAQ Section
   ============================ */
.p-faq>div>header {
    margin-bottom: 3rem;
    text-align: center;
}

.p-faq>div>header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .p-faq>div>header h2 {
        font-size: 1.875rem;
    }
}

.p-faq>div>header p {
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.p-faq__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.p-faq__item {
    background-color: #f8fafc;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.p-faq__item .accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    background-color: #f8fafc;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

@media (min-width: 768px) {
    .p-faq__item .accordion-btn {
        padding: 1.5rem;
    }
}

.p-faq__item .accordion-btn:hover {
    background-color: #f1f5f9;
}

.p-faq__item .accordion-btn h3 {
    font-weight: 700;
    color: #1e293b;
    text-align: left;
    padding-right: 1rem;
    font-size: 0.875rem;
    margin: 0;
}

@media (min-width: 768px) {
    .p-faq__item .accordion-btn h3 {
        font-size: 1rem;
    }
}

.p-faq__item .chevron-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #0891b2;
    flex-shrink: 0;
}

.p-faq__item .accordion-content>div {
    padding: 1.25rem;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.625;
    background-color: white;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 1rem;
}

@media (min-width: 768px) {
    .p-faq__item .accordion-content>div {
        padding: 1.5rem;
        font-size: 1rem;
    }
}

.p-faq__item .accordion-content>div>span {
    font-weight: 700;
    color: #0891b2;
    font-size: 1.125rem;
}

.p-faq__item .accordion-content>div p {
    margin: 0;
}

/* ============================
   Footer Section
   ============================ */
.p-footer {}