.kids-banner-section {
 padding: 3rem 1rem;
 background-color: #e7e4de; /* tan color */
 text-align: center;
border-radius: 1rem;
}

.kids-banner-section img {
 width: 100%;
 max-width: 1200px;
 height: auto;
 border-radius: 1rem;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
 object-fit: cover;
}

.kids-intro-section {
 background-color: #e7e4de;
 padding: 3rem 1.5rem;
 border-radius: 1.25rem;
 max-width: 1000px;
 margin: 0 auto 3rem auto;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.kids-intro-section h2 {
 font-size: 2rem;
 color: #322f33;
 font-weight: 800;
 text-align: center;
 margin-bottom: 1rem;
 position: relative;
}

.kids-intro-section h2::after {
 content: '';
 display: block;
 width: 140px;
 height: 4px;
 background-color: #99c7c6; /* soft blue accent */
 margin: 0.5rem auto 0;
 border-radius: 2px;
}

.kids-intro-section p {
 font-size: 1.5rem;
 line-height: 1.6;
 color: #322f33;
 max-width: 800px;
 margin: 1rem auto 0;
 text-align: left;
}

.section-divider {
 border: none;
 height: 2px;
 background-color: #e7e4de; /* soft tan */
 margin: 3rem auto;
 max-width: 800px;
 border-radius: 1px;
}

.kid-bike-guide-section {
 background-color: #f5f5f3;
 border-radius: 1.25rem;
 padding: 3rem 2rem;
 max-width: 1000px;
 margin: 0 auto 4rem;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.kid-bike-content {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 2rem;
}

.kid-bike-image img {
 max-width: 400px;
 width: 100%;
 height: auto;
 border-radius: 0.5rem;
 box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.kid-bike-table {
 flex: 1;
 min-width: 280px;
}

.kid-bike-table h2 {
 font-size: 1.75rem;
 font-weight: 800;
 color: #322f33;
 margin-bottom: 1rem;
 position: relative;
 display: inline-block;
}

.bike-sizing-table {
 width: 100%;
 border-collapse: collapse;
 background: white;
 border-radius: 0.5rem;
 overflow: hidden;
 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.bike-sizing-table th,
.bike-sizing-table td {
 padding: 0.75rem 1rem;
 text-align: center;
 border: 1px solid #ddd;
 font-size: 1rem;
 color: #322f33;
}

.bike-sizing-table th {
 background-color: #e7e4de;
 font-weight: bold;
}

.buy-back-program {
 background-color: #e7e4de;
 padding: 4rem 2rem;
 max-width: 1000px;
 margin: 0 auto 4rem auto;
 border-radius: 1.25rem;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
 text-align: center;
}

.buy-back-program h2 {
 font-size: 1.75rem;
 font-weight: 800;
 color: #322f33;
 position: relative;
 display: inline-block;
 margin-bottom: 1.5rem;
}


.buy-back-program p {
 font-size: 1.5rem;
 line-height: 1.7;
 color: #322f33;
 max-width: 800px;
 margin: 1.5rem auto;
 text-align: left;
}

.btn-learn-more {
 display: inline-block;
 margin-top: 2rem;
 padding: 0.75rem 1.75rem;
 background-color: #f26741;
 color: #322f33 !important;
 font-weight: 700;
 font-size: 1.1rem;
 border-radius: 0.5rem;
 text-decoration: none !important;
 transition: all 0.25s ease;
}

.btn-learn-more:hover {
 background-color: #99c7c6;
 color: #322f33;
}


/* Nordic Skiing Section */
.nordic-card {
 background-color: #f5f5f3;
 border-radius: 1.25rem;
 padding: 3rem 2rem;
 max-width: 1000px;
 margin: 0 auto 4rem auto;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nordic-container {
 display: flex;
 flex-wrap: wrap;
 gap: 2rem;
 align-items: center;
 justify-content: space-between;
}

.nordic-text {
 flex: 1;
 min-width: 280px;
 max-width: 500px;
}

.nordic-text h2 a {
 color: #322f33;
 font-size: 2 rem;
 font-weight: 800;
 text-decoration: underline;
}

.nordic-text p {
 font-size: 1.5 rem;
 line-height: 1.6;
 color: #322f33;
}

.nordic-img {
 flex: 1;
 min-width: 280px;
 max-width: 400px;
}

.nordic-img img {
 width: 100%;
 height: auto;
 border-radius: 0.5rem;
 border: 4px solid #e7e4de;
 display: block;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.gear-card {
 background-color: #fff;
 padding: 3rem 2rem;
 max-width: 1100px;
 margin: 0 auto 4rem auto;
}

.gear-section {
 display: flex;
 flex-direction: column;
 gap: 3rem;
}

.gear-table {
 width: 100%;
}

.gear-table h2 {
 text-align: center;
 font-size: 1.75rem;
 margin-bottom: 1rem;
 color: #322f33;
}

.gear-table table {
 width: 100%;
 border-collapse: collapse;
 border: 1px solid #ddd;
 font-size: 1rem;
 text-align: center;
}

.gear-table thead th {
 background-color: #e7e4de;
 padding: 1rem;
 border-bottom: 1px solid #ddd;
 font-weight: 600;
 color: #322f33;
}

.gear-table td {
 padding: 0.75rem;
 border-bottom: 1px solid #eee;
 color: #322f33;
}

@media (min-width: 800px) {
 .gear-section {
 flex-direction: row;
 justify-content: space-between;
 }

 .gear-table {
 width: 32%;
 }
}


.alpine-card {
 background-color: #f5f5f3;
 border-radius: 1.25rem;
 padding: 3rem 2rem;
 max-width: 1000px;
 margin: 0 auto 4rem auto;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.alpine-content {
 display: flex;
 flex-wrap: wrap;
 gap: 2rem;
 align-items: center;
 justify-content: space-between;
}

.alpine-image {
 flex: 1 1 45%;
 max-width: 480px;
}

.alpine-image img {
 width: 100%;
 border-radius: 0.75rem;
 display: block;
}

.alpine-text {
 flex: 1 1 45%;
}

.alpine-text h2 {
 font-size: 1.75rem;
 margin-bottom: 1rem;
 color: #322f33;
 font-weight: 800;
}

.alpine-text h2 a {
 color: #322f33;
 text-decoration: underline;
}

.alpine-text p {
 font-size: 1.5rem;
 color: #322f33;
 line-height: 1.6;
}

.sizing-charts {
 background-color: #fff;
 padding: 3rem 2rem;
 max-width: 1100px;
 margin: 0 auto;
}

.sizing-charts-wrapper {
 display: flex;
 flex-direction: column;
 gap: 3rem;
}

.sizing-block h2 {
 text-align: center;
 font-size: 1.75rem;
 margin-bottom: 1rem;
 color: #322f33;
}

.sizing-block table {
 width: 100%;
 border-collapse: collapse;
 border: 1px solid #ddd;
 font-size: 1rem;
 text-align: center;
}

.sizing-block thead th {
 background-color: #e7e4de;
 padding: 1rem;
 border-bottom: 1px solid #ddd;
 font-weight: 600;
 color: #322f33;
}

.sizing-block td {
 padding: 0.75rem;
 border-bottom: 1px solid #eee;
 color: #322f33;
}

@media (min-width: 800px) {
 .sizing-charts-wrapper {
 flex-direction: row;
 justify-content: space-between;
 }

 .sizing-block {
 width: 32%;
 }
}
