/* ===========================
KDN HERO
=========================== */

.kdn-hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

justify-content:center;

padding:120px 8%;

background-image:url("YOUR-HERO-IMAGE.jpg");

background-size:cover;

background-position:center;

background-repeat:no-repeat;

overflow:hidden;

}

.kdn-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(15,45,38,.75);

}

.kdn-container{

position:relative;

z-index:2;

max-width:1200px;

width:100%;

}

.kdn-content{

max-width:700px;

}

.kdn-subtitle{

display:inline-block;

padding:8px 18px;

background:#D89A3D;

color:#16382E;

font-weight:700;

letter-spacing:2px;

font-size:13px;

border-radius:50px;

margin-bottom:25px;

}

.kdn-content h1{

font-size:64px;

line-height:1.1;

color:white;

margin-bottom:30px;

font-weight:700;

}

.kdn-content p{

font-size:20px;

line-height:1.8;

color:#ECECEC;

margin-bottom:40px;

max-width:650px;

}

.kdn-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.kdn-btn-primary{

background:#D89A3D;

padding:18px 35px;

color:#16382E;

text-decoration:none;

font-weight:700;

border-radius:5px;

transition:.3s;

}

.kdn-btn-primary:hover{

background:#efb04d;

}

.kdn-btn-secondary{

border:2px solid white;

padding:18px 35px;

color:white;

text-decoration:none;

font-weight:700;

border-radius:5px;

transition:.3s;

}

.kdn-btn-secondary:hover{

background:white;

color:#16382E;

}

@media(max-width:768px){

.kdn-content h1{

font-size:42px;

}

.kdn-content p{

font-size:18px;

}

.kdn-hero{

padding:90px 30px;

}

}
/* ===========================
ABOUT
=========================== */

.kdn-about{

padding:100px 8%;

background:#F8F8F3;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:15px;

display:block;

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.section-title{

display:inline-block;

margin-bottom:20px;

font-size:14px;

font-weight:700;

letter-spacing:2px;

color:#A8462E;

}

.about-content h2{

font-size:48px;

margin-bottom:25px;

color:#16382E;

}

.about-content p{

font-size:18px;

line-height:1.8;

margin-bottom:20px;

color:#555;

}

/* ===========================
VISION
=========================== */

.vision-section{

padding:90px 8%;

background:white;

}

.vision-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:40px;

}

.vision-card{

background:#16382E;

padding:50px;

border-top:5px solid #D89A3D;

border-radius:10px;

}

.vision-card h3{

color:white;

font-size:30px;

margin-bottom:20px;

}

.vision-card p{

color:#ddd;

line-height:1.8;

font-size:17px;

}

@media(max-width:900px){

.about-grid{

grid-template-columns:1fr;

}

.vision-grid{

grid-template-columns:1fr;

}

.about-content h2{

font-size:36px;

}

}

/* ===========================
STRATEGIC PILLARS
=========================== */

.kdn-pillars{

padding:100px 8%;

background:#E9EFE6;

text-align:center;

}

.kdn-pillars h2{

font-size:46px;

color:#16382E;

margin-bottom:20px;

}

.section-text{

max-width:800px;

margin:0 auto 60px;

font-size:18px;

line-height:1.8;

color:#555;

}

.pillar-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.pillar-card{

background:white;

padding:40px 30px;

border-radius:12px;

box-shadow:0 12px 25px rgba(0,0,0,.08);

transition:.3s;

}

.pillar-card:hover{

transform:translateY(-10px);

}

.pillar-icon{

font-size:48px;

margin-bottom:20px;

}

.pillar-card h3{

font-size:24px;

color:#16382E;

margin-bottom:15px;

}

.pillar-card p{

font-size:16px;

line-height:1.7;

color:#666;

}

@media(max-width:1000px){

.pillar-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.pillar-grid{

grid-template-columns:1fr;

}

.kdn-pillars h2{

font-size:34px;

}

}

/*=========================
PROGRAMS
==========================*/

.kdn-programs{

padding:110px 8%;

background:white;

}

.program-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

margin-top:60px;

}

.program-card{

background:white;

overflow:hidden;

border-radius:15px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.program-card:hover{

transform:translateY(-8px);

}

.program-card img{

width:100%;

height:260px;

object-fit:cover;

display:block;

}

.program-content{

padding:30px;

}

.program-content h3{

font-size:28px;

color:#16382E;

margin-bottom:18px;

}

.program-content p{

font-size:17px;

line-height:1.8;

color:#666;

margin-bottom:25px;

}

.program-content a{

text-decoration:none;

font-weight:bold;

color:#A8462E;

}

.program-content a:hover{

color:#16382E;

}

@media(max-width:900px){

.program-grid{

grid-template-columns:1fr;

}

}


/* ===========================
IMPACT
=========================== */

.kdn-impact{

padding:120px 8%;

background:#16382E;

text-align:center;

color:white;

}

.impact-title{

color:#D89A3D;

}

.kdn-impact h2{

color:white;

font-size:48px;

margin-bottom:20px;

}

.impact-text{

color:#ddd;

max-width:700px;

margin:auto;

margin-bottom:60px;

}

.impact-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.impact-card{

padding:40px 20px;

border:1px solid rgba(255,255,255,.15);

border-radius:15px;

background:rgba(255,255,255,.05);

transition:.3s;

}

.impact-card:hover{

transform:translateY(-8px);

background:rgba(255,255,255,.08);

}

.impact-card h3{

font-size:56px;

color:#D89A3D;

margin-bottom:15px;

}

.impact-card p{

font-size:18px;

color:white;

}

@media(max-width:900px){

.impact-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.impact-grid{

grid-template-columns:1fr;

}

}

/*==========================
COUNTY CHAPTERS
==========================*/

.kdn-counties{

padding:120px 8%;

background:#F6F7F2;

}

.county-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.county-image img{

width:100%;

display:block;

}

.county-content h2{

font-size:46px;

margin-bottom:25px;

color:#16382E;

}

.county-content p{

font-size:18px;

line-height:1.8;

margin-bottom:20px;

color:#555;

}

.county-list{

margin:35px 0;

}

.county-item{

padding:15px 0;

font-size:18px;

border-bottom:1px solid #ddd;

font-weight:600;

color:#16382E;

}

@media(max-width:900px){

.county-grid{

grid-template-columns:1fr;

}

}

/*==========================
GALLERY
==========================*/

.kdn-gallery{

padding:120px 8%;

background:white;

text-align:center;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:60px;

}

.gallery-item{

position:relative;

overflow:hidden;

border-radius:15px;

}

.gallery-item img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

display:block;

}

.gallery-overlay{

position:absolute;

bottom:0;

left:0;

width:100%;

padding:25px;

background:linear-gradient(transparent,rgba(0,0,0,.8));

color:white;

text-align:left;

}

.gallery-overlay h3{

color:white;

font-size:24px;

margin:0;

}

.gallery-item:hover img{

transform:scale(1.1);

}

@media(max-width:900px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.gallery-grid{

grid-template-columns:1fr;

}

}

/*==========================
PARTNERS
==========================*/

.kdn-partners{

padding:120px 8%;

background:#F7F8F4;

text-align:center;

}

.partner-grid{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:25px;

margin:60px 0;

}

.partner-card{

background:white;

padding:35px;

border-radius:12px;

box-shadow:0 8px 25px rgba(0,0,0,.06);

display:flex;

justify-content:center;

align-items:center;

height:140px;

transition:.3s;

}

.partner-card:hover{

transform:translateY(-6px);

}

.partner-card img{

max-width:120px;

max-height:70px;

width:auto;

height:auto;

filter:grayscale(100%);

opacity:.8;

transition:.3s;

}

.partner-card:hover img{

filter:none;

opacity:1;

}

.partner-text{

max-width:750px;

margin:auto;

}

.partner-text h3{

font-size:34px;

color:#16382E;

margin-bottom:20px;

}

.partner-text p{

font-size:18px;

line-height:1.8;

color:#555;

margin-bottom:35px;

}

@media(max-width:1000px){

.partner-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:600px){

.partner-grid{

grid-template-columns:repeat(2,1fr);

}

}

/*==========================
TESTIMONIALS
==========================*/

.kdn-testimonials{

padding:120px 8%;

background:white;

text-align:center;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.testimonial-card{

background:#F8F8F4;

padding:40px;

border-radius:15px;

text-align:left;

box-shadow:0 10px 25px rgba(0,0,0,.05);

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.quote{

font-size:70px;

color:#D89A3D;

line-height:1;

margin-bottom:20px;

font-family:Georgia, serif;

}

.testimonial-card p{

font-size:17px;

line-height:1.8;

color:#555;

margin-bottom:30px;

}

.author{

display:flex;

align-items:center;

gap:15px;

}

.author img{

width:65px;

height:65px;

border-radius:50%;

object-fit:cover;

}

.author h4{

margin:0;

font-size:18px;

color:#16382E;

}

.author span{

font-size:14px;

color:#777;

}

@media(max-width:900px){

.testimonial-grid{

grid-template-columns:1fr;

}

}


/*==========================
LATEST NEWS
==========================*/

.kdn-news{

padding:120px 8%;

background:#F6F7F2;

}

.news-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.news-card{

background:white;

border-radius:15px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.3s;

}

.news-card:hover{

transform:translateY(-8px);

}

.news-card img{

width:100%;

height:250px;

object-fit:cover;

display:block;

}

.news-content{

padding:30px;

}

.news-date{

display:inline-block;

margin-bottom:15px;

color:#A8462E;

font-size:14px;

font-weight:bold;

}

.news-content h3{

font-size:26px;

color:#16382E;

margin-bottom:15px;

}

.news-content p{

font-size:17px;

line-height:1.8;

color:#666;

margin-bottom:25px;

}

.news-content a{

text-decoration:none;

font-weight:bold;

color:#A8462E;

}

.news-content a:hover{

color:#16382E;

}

@media(max-width:900px){

.news-grid{

grid-template-columns:1fr;

}

}


/*==========================
FINAL CTA
==========================*/

.kdn-cta{

background:linear-gradient(135deg,#16382E,#0E2620);

padding:140px 8%;

text-align:center;

color:white;

}

.kdn-cta .section-title{

color:#D89A3D;

}

.kdn-cta h2{

font-size:56px;

max-width:900px;

margin:auto;

margin-bottom:30px;

color:white;

line-height:1.2;

}

.kdn-cta p{

max-width:850px;

margin:auto;

font-size:20px;

line-height:1.9;

color:#D9E2D7;

margin-bottom:45px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.kdn-btn-outline{

padding:16px 38px;

border:2px solid white;

color:white;

text-decoration:none;

font-weight:700;

border-radius:8px;

transition:.3s;

}

.kdn-btn-outline:hover{

background:white;

color:#16382E;

}

@media(max-width:768px){

.kdn-cta{

padding:90px 7%;

}

.kdn-cta h2{

font-size:36px;

}

.kdn-cta p{

font-size:18px;

}

}


/*==========================
MEMBERSHIP HERO
==========================*/

.kdn-member-hero{

position:relative;

background:url(images/membership-hero.jpg) center center/cover no-repeat;

min-height:95vh;

display:flex;

align-items:center;

justify-content:center;

padding:120px 8%;

overflow:hidden;

}

.kdn-member-hero .overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(12,33,27,.72);

}

.kdn-member-hero .kdn-container{

position:relative;

z-index:5;

max-width:1200px;

text-align:center;

color:white;

}

.section-tag{

display:inline-block;

padding:8px 18px;

background:#D89A3D;

color:#16382E;

font-weight:700;

letter-spacing:2px;

border-radius:50px;

margin-bottom:25px;

font-size:14px;

text-transform:uppercase;

}

.kdn-member-hero h1{

font-size:64px;

line-height:1.15;

max-width:950px;

margin:auto;

margin-bottom:30px;

color:white;

}

.kdn-member-hero p{

font-size:22px;

line-height:1.9;

max-width:850px;

margin:auto;

margin-bottom:45px;

color:#F4F4F4;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

margin-bottom:70px;

}

.kdn-btn-primary{

background:#D89A3D;

color:#16382E;

padding:18px 42px;

text-decoration:none;

font-weight:700;

border-radius:8px;

transition:.3s;

}

.kdn-btn-primary:hover{

background:#e7ad52;

transform:translateY(-3px);

}

.kdn-btn-outline{

padding:18px 42px;

border:2px solid white;

text-decoration:none;

color:white;

border-radius:8px;

font-weight:700;

transition:.3s;

}

.kdn-btn-outline:hover{

background:white;

color:#16382E;

}

.hero-stats{

display:flex;

justify-content:center;

gap:70px;

flex-wrap:wrap;

margin-top:40px;

}

.hero-stats h2{

font-size:52px;

color:#D89A3D;

margin-bottom:8px;

}

.hero-stats span{

font-size:17px;

color:#F4F4F4;

}

@media(max-width:768px){

.kdn-member-hero{

padding:90px 7%;

min-height:auto;

}

.kdn-member-hero h1{

font-size:42px;

}

.kdn-member-hero p{

font-size:18px;

}

.hero-stats{

gap:35px;

}

.hero-stats h2{

font-size:38px;

}

}

/*==========================
MEMBERSHIP HERO
==========================*/

.kdn-member-hero{

position:relative;

background:url(images/membership-hero.jpg) center center/cover no-repeat;

min-height:95vh;

display:flex;

align-items:center;

justify-content:center;

padding:120px 8%;

overflow:hidden;

}

.kdn-member-hero .overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(12,33,27,.72);

}

.kdn-member-hero .kdn-container{

position:relative;

z-index:5;

max-width:1200px;

text-align:center;

color:white;

}

.section-tag{

display:inline-block;

padding:8px 18px;

background:#D89A3D;

color:#16382E;

font-weight:700;

letter-spacing:2px;

border-radius:50px;

margin-bottom:25px;

font-size:14px;

text-transform:uppercase;

}

.kdn-member-hero h1{

font-size:64px;

line-height:1.15;

max-width:950px;

margin:auto;

margin-bottom:30px;

color:white;

}

.kdn-member-hero p{

font-size:22px;

line-height:1.9;

max-width:850px;

margin:auto;

margin-bottom:45px;

color:#F4F4F4;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

margin-bottom:70px;

}

.kdn-btn-primary{

background:#D89A3D;

color:#16382E;

padding:18px 42px;

text-decoration:none;

font-weight:700;

border-radius:8px;

transition:.3s;

}

.kdn-btn-primary:hover{

background:#e7ad52;

transform:translateY(-3px);

}

.kdn-btn-outline{

padding:18px 42px;

border:2px solid white;

text-decoration:none;

color:white;

border-radius:8px;

font-weight:700;

transition:.3s;

}

.kdn-btn-outline:hover{

background:white;

color:#16382E;

}

.hero-stats{

display:flex;

justify-content:center;

gap:70px;

flex-wrap:wrap;

margin-top:40px;

}

.hero-stats h2{

font-size:52px;

color:#D89A3D;

margin-bottom:8px;

}

.hero-stats span{

font-size:17px;

color:#F4F4F4;

}

@media(max-width:768px){

.kdn-member-hero{

padding:90px 7%;

min-height:auto;

}

.kdn-member-hero h1{

font-size:42px;

}

.kdn-member-hero p{

font-size:18px;

}

.hero-stats{

gap:35px;

}

.hero-stats h2{

font-size:38px;

}

}

/*==========================
WHY JOIN
==========================*/

.kdn-member-about{

padding:120px 8%;

background:#F7F7F3;

}

.member-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.member-image img{

width:100%;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

display:block;

}

.member-content h2{

font-size:48px;

margin:25px 0;

color:#16382E;

line-height:1.2;

}

.member-content p{

font-size:18px;

line-height:1.9;

margin-bottom:25px;

color:#555;

}

.member-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:40px 0;

}

.member-item{

background:white;

padding:18px 20px;

border-left:5px solid #D89A3D;

border-radius:8px;

font-weight:600;

box-shadow:0 8px 20px rgba(0,0,0,.06);

}

@media(max-width:900px){

.member-grid{

grid-template-columns:1fr;

}

.member-list{

grid-template-columns:1fr;

}

.member-content h2{

font-size:36px;

}

}

/*==========================
MEMBERSHIP TYPES
==========================*/

.kdn-membership-types{

padding:120px 8%;

background:white;

text-align:center;

}

.section-intro{

max-width:800px;

margin:auto;

margin-bottom:70px;

font-size:19px;

line-height:1.8;

}

.types-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.type-card{

background:#fff;

border-radius:15px;

padding:40px 30px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

border-top:5px solid #D89A3D;

text-align:left;

}

.type-card:hover{

transform:translateY(-10px);

}

.type-icon{

font-size:55px;

margin-bottom:25px;

}

.type-card h3{

color:#16382E;

margin-bottom:18px;

font-size:28px;

}

.type-card p{

line-height:1.8;

margin-bottom:25px;

}

.type-card ul{

padding-left:20px;

margin-bottom:30px;

}

.type-card li{

margin-bottom:10px;

}

.type-card a{

text-decoration:none;

font-weight:700;

color:#A8462E;

}

@media(max-width:1000px){

.types-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.types-grid{

grid-template-columns:1fr;

}

}

/*=========================
MEMBERSHIP BENEFITS
=========================*/

.kdn-benefits{

padding:120px 8%;

background:#F6F6F2;

text-align:center;

}

.benefits-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:70px;

}

.benefit-card{

background:white;

padding:40px 30px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.benefit-card:hover{

transform:translateY(-8px);

}

.benefit-icon{

font-size:48px;

margin-bottom:20px;

}

.benefit-card h3{

font-size:24px;

margin-bottom:15px;

color:#16382E;

}

.benefit-card p{

font-size:17px;

line-height:1.7;

color:#555;

}

@media(max-width:1000px){

.benefits-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.benefits-grid{

grid-template-columns:1fr;

}

}

/*==============================
WHO CAN JOIN
===============================*/

.kdn-who-join{

padding:120px 8%;

background:white;

text-align:center;

}

.join-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:70px;

}

.join-card{

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.join-card:hover{

transform:translateY(-8px);

}

.join-card img{

width:100%;

height:250px;

object-fit:cover;

display:block;

}

.join-card h3{

margin:25px 20px 15px;

font-size:24px;

color:#16382E;

}

.join-card p{

padding:0 20px 30px;

font-size:17px;

line-height:1.7;

color:#555;

}

@media(max-width:1000px){

.join-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.join-grid{

grid-template-columns:1fr;

}

}

/*==========================
MEMBERSHIP PROCESS
==========================*/

.kdn-membership-process{

padding:120px 8%;

background:#F7F7F3;

text-align:center;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:70px;

}

.process-card{

background:white;

padding:40px 30px;

border-radius:15px;

position:relative;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.3s;

}

.process-card:hover{

transform:translateY(-8px);

}

.process-number{

position:absolute;

top:20px;

right:20px;

width:45px;

height:45px;

background:#D89A3D;

color:white;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-weight:700;

font-size:20px;

}

.process-icon{

font-size:55px;

margin-bottom:25px;

}

.process-card h3{

font-size:26px;

margin-bottom:18px;

color:#16382E;

}

.process-card p{

line-height:1.8;

font-size:17px;

color:#555;

}

.process-button{

margin-top:60px;

}

@media(max-width:1000px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.process-grid{

grid-template-columns:1fr;

}

}

/*=========================
MEMBERSHIP FEES
=========================*/

.kdn-membership-fees{

padding:120px 8%;

background:white;

text-align:center;

}

.fees-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:70px;

}

.fee-card{

background:#fff;

padding:40px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.fee-card:hover{

transform:translateY(-8px);

}

.fee-card.highlight{

background:#16382E;

color:white;

}

.fee-card.highlight h3{

color:white;

}

.fee-card.highlight p{

color:#E8E8E8;

}

.fee-icon{

font-size:50px;

margin-bottom:25px;

}

.fee-card h3{

font-size:26px;

margin-bottom:20px;

color:#16382E;

}

.fee-card p{

font-size:17px;

line-height:1.8;

margin-bottom:25px;

}

@media(max-width:1000px){

.fees-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.fees-grid{

grid-template-columns:1fr;

}

}

/*==========================
MEMBER OPPORTUNITIES
==========================*/

.kdn-opportunities{

padding:120px 8%;

background:#F7F7F3;

}

.opportunities-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.opportunities-image img{

width:100%;

display:block;

border-radius:18px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.opportunities-content h2{

font-size:48px;

margin:25px 0;

color:#16382E;

}

.opportunities-content p{

font-size:18px;

line-height:1.9;

color:#555;

margin-bottom:30px;

}

.opportunity-item{

padding:22px 0;

border-bottom:1px solid #ddd;

}

.opportunity-item:last-child{

border-bottom:none;

}

.opportunity-item h3{

color:#16382E;

font-size:24px;

margin-bottom:10px;

}

.opportunity-item p{

margin:0;

font-size:17px;

}

@media(max-width:900px){

.opportunities-grid{

grid-template-columns:1fr;

}

.opportunities-content h2{

font-size:36px;

}

}
/*==========================
FAQ
==========================*/

.kdn-faq{

padding:120px 8%;

background:white;

}

.faq-list{

max-width:900px;

margin:60px auto 0;

}

.faq-item{

background:#F8F8F5;

border-radius:12px;

margin-bottom:20px;

padding:0;

box-shadow:0 8px 20px rgba(0,0,0,.06);

overflow:hidden;

}

.faq-item summary{

padding:24px 30px;

font-size:20px;

font-weight:700;

cursor:pointer;

color:#16382E;

list-style:none;

position:relative;

}

.faq-item summary::-webkit-details-marker{

display:none;

}

.faq-item summary::after{

content:"+";

position:absolute;

right:30px;

font-size:28px;

color:#A8462E;

}

.faq-item[open] summary::after{

content:"−";

}

.faq-item p{

padding:0 30px 25px;

font-size:17px;

line-height:1.8;

color:#555;

margin:0;

}

/*==========================
FINAL CTA
==========================*/

.kdn-final-cta{

background:url("images/kdn-members.jpg") center center/cover no-repeat;

position:relative;

padding:160px 8%;

}

.kdn-overlay{

background:rgba(14,38,32,.82);

padding:80px;

border-radius:20px;

text-align:center;

}

.kdn-final-cta h2{

color:white;

font-size:58px;

margin:30px auto;

max-width:900px;

}

.kdn-final-cta p{

color:#F3F3F3;

font-size:20px;

line-height:2;

max-width:900px;

margin:auto;

margin-bottom:50px;

}

.section-tag.light{

color:#D89A3D;

letter-spacing:3px;

text-transform:uppercase;

font-weight:700;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:25px;

flex-wrap:wrap;

}

.kdn-btn-secondary{

display:inline-block;

padding:16px 40px;

background:transparent;

border:2px solid white;

color:white;

border-radius:8px;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.kdn-btn-secondary:hover{

background:white;

color:#16382E;

}

@media(max-width:768px){

.kdn-final-cta{

padding:100px 6%;

}

.kdn-overlay{

padding:50px 30px;

}

.kdn-final-cta h2{

font-size:38px;

}

.kdn-final-cta p{

font-size:18px;

}

}

/*=================================
FINAL CTA
==================================*/

.kdn-final-cta{

    background:#16382E;

    padding:100px 40px;

    border-radius:20px;

    margin-top:80px;

}

.kdn-cta-content{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.kdn-tag{

    color:#D89A3D;

    text-transform:uppercase;

    letter-spacing:3px;

    font-weight:700;

    font-size:14px;

}

.kdn-final-cta h2{

    color:#ffffff;

    font-size:48px;

    margin:25px 0;

    line-height:1.2;

}

.kdn-final-cta p{

    color:#E8E8E8;

    font-size:18px;

    line-height:1.9;

    max-width:750px;

    margin:auto;

}

.kdn-buttons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/* Gold Button */

.kdn-btn-primary{

    background:#D89A3D;

    color:#16382E;

    padding:15px 35px;

    border-radius:8px;

    text-decoration:none;

    font-weight:700;

    display:inline-block;

}

.kdn-btn-primary:hover{

    background:#e6ab53;

}

/* Outline Button */

.kdn-btn-outline{

    border:2px solid #ffffff;

    color:#ffffff;

    padding:15px 35px;

    border-radius:8px;

    text-decoration:none;

    font-weight:700;

    display:inline-block;

}

.kdn-btn-outline:hover{

    background:#ffffff;

    color:#16382E;

}

@media(max-width:768px){

.kdn-final-cta{

padding:70px 25px;

}

.kdn-final-cta h2{

font-size:34px;

}

.kdn-final-cta p{

font-size:17px;

}

}