/* Section wrapper */
.text {
    text-align: center;
}
.golden-age {
    padding: 50px 0;
}
.golden-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.golden-box-item {
    flex: 1;
}
.golden-content {
    font-size: 1.8rem;
    line-height: 1.7;
    color: #fff;
    padding: 4rem 6rem 4rem 4rem;
    border-radius: 150px 20px 20px 20px;
    text-align: justify;
    background: linear-gradient(90deg, #006EC2 0.06%, #025899 43.26%);
}

.golden-content h3  {
   color: #fff;
   font-size: 3.4rem;
   text-align: center;
}

.golden-content h3 span {
    font-size: 2.2rem;
}

.golden-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.golden-btn {
    flex: 1;
    border: 2px solid #0072ce;
    border-radius: 8px;
    text-align: center;
    padding: 15px 10px;
    background: #fff;
}

.golden-btn .age {
    font-size: 3.4rem;
    font-weight: bold;
    color: #003f91;
    margin-bottom: 10px;
}

.golden-btn .label {
    font-size: 1.8rem;
    border: 2px solid #0072ce;
    border-radius: 20px;
    padding: 3px 8px;
    display: inline-block;
    color: #003f91;
}

.golden-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Issues list section */

.l-issues {
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.l-issues_item .inner {
    border: 0;
    text-align: center;
    border-radius: 20px;
    background: radial-gradient(50% 50% at 50% 50%, #F8FCFF 39.9%, #E4F4FF 100%);
    padding-bottom: 2rem;
    transition: border 0.3s ease;
}

.l-issues_item .inner:hover {
    border: 1px solid #0072ce;
}


.l-issues_item .img-ham img {
    width: 100%;
    max-width: 210px;
    height: auto;
}
.l-issues_item .title {
    font-size: 2.2rem;
    color: #003f91;
    margin: 1rem 0 3rem;
    font-weight: 700;
}


/* Benefits bracer section */
.benefits-bracer {
    padding: 50px 0;
    background: #f8f9fa;
}

.benefits-bracer_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin: 0 3rem;
    list-style: none;
    padding: 0;
}

.benefits-bracer_item {
    border-radius: 20px;
    border: 1px solid #F8FCFF;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 3rem 2rem;
}

.benefits-bracer_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.benefits-bracer_item .image {
    margin-bottom: 20px;
    text-align: center;
}

.benefits-bracer_item .image img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.benefits-bracer_item .title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #025899;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
}

.benefits-bracer_item .text {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.7;
    text-align: center;
}

/* Bracer situation section */
.bracer-situation {
    padding: 50px 0;
}

/* Chart section */

.chart-container {
    margin: 0 auto;
    padding: 20px;
    /* height: 700px; */
    position: relative;
}

.chart-note {
    text-align: center;
    font-size: 1.8rem;
}

.chart-note em {
    font-size: 13px;
    color: #0072ce;
    font-style: italic;
}

/* Pricing section */
.bracer-cost {
    padding: 50px 0;
}

.price-table {
    max-width: 800px;
    margin: 40px auto 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
}

.price-header {
    border-radius: 10px 10px 0 0;
    background: #025899;
    text-align: center;
    padding: 20px;
}

.price-header h3 {
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7; 
}

.price-list {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.price-list tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.price-list tbody tr:hover {
    background-color: #f8f9fa;
}

.price-list tbody tr:last-child {
    border-bottom: none;
}

.price-list td {
    padding: 18px 25px;
    vertical-align: middle;
}

.service-name {
    width: 60%;
}

.price-range {
   color: #025899;
   text-align: right;
   font-weight: 700;
}

/* Installment section */
.bracer-installment {
    padding: 50px 0;
    text-align: center;
}

.installment-header {
    margin-bottom: 30px;
}

.gift-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.gift-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 350px;
}

.gift-img {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gift-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gift-content h3 {
    color: #025899;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.7;
}

.gift-content .price {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
}

.gift-content .desc {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.bracer-doctor{
    padding: 60px 0;
}



/* ==================== PROMOTION TABLE STYLES ==================== */
.bracer-endow {
    padding: 60px 0;
}

.promotion-table-new {
    margin-top: 40px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.promo-table {
    width: 100%;
    border-collapse: collapse;
    background: #E4F4FF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    font-size: 2.5rem;
}
.promo-table tbody{
   border-top: 1px solid #025899;
}
.promo-table tr {
    border-bottom: 1px solid #025899;
}

.promo-table tr:last-child {
    border-bottom: none;
}
.promo-table-color{
    background: linear-gradient(270deg, #BD0000 0%, #FF1F1F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.promo-category {
    background: linear-gradient(135deg, #1e4d8b, #2563b8);
    color: #fff;
    width: 280px;
    padding: 20px;
    vertical-align: middle;
    font-weight: 700;
    position: relative;
}

.promo-header-row .promo-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.promo-badge {
    background: linear-gradient(135deg, #ff4757, #ff3838);
    color: #fff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.category-note {
    font-size: 1.8rem;
    margin-top: 5px;
    font-style: italic;
    font-weight: 500;
}

.promo-offer {
    background: #E4F4FF;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #025899;
    width: 50%;
}

.promo-offer:last-child {
    border-right: none;
}

.offer-amount {
    font-size: 2.5rem;
    font-weight: 400;
    font-weight: 700;
}

.offer-unit {
    font-size: 1.8rem;
    margin-top: 2px;
    font-weight: 400;
    color: #000
}

.offer-desc {
    font-size: 1.8rem;
    color: #000;
    margin-top: 8px;
    font-style: italic;
}

.offer-discount {
    font-size: 2rem;
    font-weight: 700;
    color: #ff4757;
    line-height: 1.2;
}

/* ==================== TECHNOLOGY SECTION STYLES ==================== */
.bracer-tech {
    padding: 4rem 0 0;
}

.bracer-tech-content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin: 5rem auto;
}

.tech-image {
    flex: 1;
    position: relative;
}

.tech-image img {
    width: 100%;
    height: auto;
}

.tech-content {
    flex: 1;
    padding-left: 30px;
    text-align: center;
}

.tech-label {
    color: #025899;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
}

.tech-title {
    color: #2B2B2B;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.tech-subtitle {
    color: #025899;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.tech-description {
    font-size: 1.8rem;
    font-style: italic;
     text-align: justify;
}


.bracer-gift{
    background: #F7F7F7;
    padding: 4rem 0;
}

.bracer-gift .ttl-primary {
    border-radius: 30px;
    background: #025899;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    width: 350px;
    text-align: center;
    margin: 1rem auto 2rem;
}

.bracer-why {
    padding: 6rem 0;
    background: #F7F7F7;
}

.bracer-why-list {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 50px;
    list-style: none;
}

.bracer-why_item {
    background: #fff;
    border-radius: 20px;
    padding: 2.8rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border-top: 3px solid #22508c;
    width: calc(33.333% - 70px);
}

.bracer-why_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 114, 206, 0.2);
}

.bracer-why_item .image {
    margin-bottom: 2.5rem;
}

.bracer-why_item .image img {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    object-fit: cover;
}


.bracer-why_item .title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e4d8b;
    line-height: 1.7;
}

.bracer-why_item .text {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
}

.bracer-doctor-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.bracer-doctor_item {
    width: calc(33.333% - 2rem);
    padding: 2rem;
    text-align: center;
}

.bracer-doctor_item content {
    margin-top: 3rem;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px;
}
.bracer-doctor_item .tags{
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    background-color: #025899;
    width: fit-content;
    padding: 5px 2rem;
    border-radius: 30px;
    margin: 4rem auto 2rem;
}
.bracer-doctor_item .title {
    color: #025899;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.bracer-doctor_item .postion {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.bracer-doctor_item .main-content {
    color: #025899;
    text-align: justify;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.bracer-doctor_item .main-content ul{
    list-style: disc;
}

.bracer-customer {
  background-color: #E4F4FF;
  padding: 60px 0;
}
.bracer-customer-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  list-style: none;
}

.bracer-customer_item {
    width: calc(33.333% - 4rem);
    background-color: #fff;
    border-radius: 15px;
}

.customer-info {
  background-color: #0a3e86;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.customer-name {
  margin: 1rem 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.customer-desc {
  margin: 5px 0 1rem;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  font-style: italic;
}

.bracer-customer .customer-quote {
    position: relative;
    margin: 2rem;
    top: 1.5rem;
}
.bracer-customer .customer-quote blockquote {
    background: unset;
    border-left: 0;
    padding: 0;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
}
.bracer-customer .customer-quote blockquote::before, .bracer-customer .customer-quote blockquote::after {
	position: absolute;
	content: "";
	width: 20px; 
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
}


.bracer-customer .customer-quote blockquote::before {
	top: -2rem;
	left: 0;
	background-image: url(../images/ico_quote.svg);
}

.bracer-customer .customer-quote blockquote::after {
	bottom: 0;
	right: 0;
	background-image: url(../images/ico_quote_rev.svg);
}
.bracer-faq{
    padding: 60px 0;
    background: #E4F4FF;
}
.bracer-faq .btn{
    border-radius: 20px;
    background: linear-gradient(90deg, #DFAA23 0%, #FBF08D 47.92%, #DFAA23 100%);
    color: #025899;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.7;
    padding: 5px 30px;
    margin: 2rem auto;
    border: 0;
    text-align: center;
    display: block;
    width: fit-content;

}
textarea.m-input{
    height: 93px;
    border-radius: 10px;
}
.m-contact .row-input {
    height: auto;
    margin: 0 auto 15px;
}
.row-send .wpcf7-submit{
    border-radius: 20px;
    background: linear-gradient(90deg, #DFAA23 0%, #FBF08D 47.92%, #DFAA23 100%);
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 5px 50px;
    color: #025899;
    border: 0;
    font-weight: 700;
}
@media (max-width: 768px) {
    .golden-box {
        flex-direction: column;
        text-align: center;
    }

    .golden-content {
        border-radius: 30px;
    }

    .golden-buttons {
        flex-direction: column;
    }

    .benefits-bracer_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .l-issues {
        grid-template-columns: repeat(2, 1fr);
    }

    .l-issues_item {
        padding: 0 5px;
    }

    .l-issues_item .title {
        font-size: 1.8rem;
        margin: 1rem;
    }

    .benefits-bracer_item .title {
        font-size: 16px;
    }

    .benefits-bracer_item .text {
        font-size: 13px;
    }

    .chart-container {
        /* height: 600px; */
        padding: 15px;
    }

   .price-table td.price-range {
        text-align: right;
    }

    .price-header h3 {
        font-size: 1.6rem;
    }

    .price-list td {
        padding: 15px 20px;
    }
    .service-name {
        width: 50%;
    }
    .service-name,
    .price-range {
        font-size: 14px;
    }
   
    .gift-list {
        flex-direction: column;
    }

    .gift-list::before, .gift-list::after {
        display: none;
    }

    .gift-item {
        margin-bottom: 30px;
    }

    .bracer-why {
        padding: 40px 0;
    }
    
    .bracer-why-list {
        gap: 20px;
        margin-top: 30px;
    }
    
    .bracer-why_item {
        flex: 0 1 100%;
        padding: 30px 20px 20px;
        max-width: 350px;
    }
    .bracer-tech {
        padding: 40px 0;
    }
    
    .bracer-tech-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .tech-content {
        padding-left: 0;
        text-align: center;
    }
    
    .tech-title {
        font-size: 22px;
    }
    
    .tech-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .tech-description {
        text-align: left;
    }

     .promo-table {
        font-size: 1.8rem;
    }
    
    .promo-category {
        width: 90px;
        padding: 15px;
        font-size: 1.4rem;
    }
    
    .promo-header-row .promo-category {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .promo-badge {
        font-size: 9px;
        padding: 4px 8px;
        align-self: flex-start;
    }
    
    .promo-offer {
        padding: 15px 10px;
    }
    
    .offer-amount,
    .offer-discount {
        font-size: 1.6rem;
    }
    
    .offer-unit {
        font-size: 1.2rem;
    }

    .offer-desc {
        font-size: 1rem;
        margin-top: 6px;
    }
   
    .bracer-doctor_item {
         width: 100%;
    }
    .category-note {
        font-size: 1.2rem;
    } 
    .bracer-customer .customer-quote blockquote::before {
		top: -17px;
        left: 1px;
	}
    .bracer-customer_item {
        width: 100%;
    }
}

