/* =============================================================================
   WhatsApp Microsite â€” Page Styles
   Template: page-whatsapp-microsite.php
   ============================================================================= */

/* Hide the global social-full-width block on this page template (has its own Instagram section) */
.page-template-page-whatsapp-microsite .social-full-width {
	display: none !important;
}

/* Strip default main padding added by the theme */
.page-template-page-whatsapp-microsite .wam-page {
	padding: 0;
	margin: 0;
}
/* Google Font â€” Dancing Script for city chapter names */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');


/* =============================================================================
   1. HERO PANEL
   ============================================================================= */

.wam-hero {
    padding: 60px;
    background: url(/wp-content/uploads/2026/05/Hero-Panel@2x-scaled-1.png);
    background-size: cover;
}

.wam-hero__inner {
    align-items: center;
    margin: 0 auto;
    background: #FFD4E7;
    border-radius: 16px;
    padding: 60px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.wam-hero__right {
    padding-right: 90px;
}
.wam-hero__card-img {
	width: 100%;
	height: auto;
	display: block;
}

.wam-hero__heading {
    font-size: clamp(28px, 3.2vw, 58px);
    line-height: 1.1;
    margin: 0 0 28px;
    color: #1a1a1a;
    max-width: 810px;
    font-family: 'Larsseit Medium';
}

.wam-hero__steps {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    max-width: 550px;
}

.wam-hero__step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.wam-hero__step-icon {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.4;
}

.wam-ambassador__subtext, 
.wam-broadcast__subtext, 
.wam-chapters__subtext, 
.wam-hero__step, 
.wam-hero__body {
    font-size: 16px;
    line-height: 1.65;
    color: #1a1a1a;
}
.wam-hero__body {
    max-width: 520px;
    margin: 0;
}

/* =============================================================================
   2. CITY CHAPTERS
   ============================================================================= */

.wam-chapters {
    background: #fcfbf8;
    padding: 80px 40px;
    max-width: 1280px;
    margin: auto;
}

.wam-chapters__intro {
    text-align: center;
}

.wam-ambassador__heading, 
.wam-broadcast__heading, 
.wam-chapters__heading {
    font-size: clamp(28px, 3.5vw, 52px);
    font-weight: 600;
    margin: 0 0 20px;
    color: #1a1a1a;
    font-family: 'Larsseit Medium';
}

.wam-chapters__subtext {
    max-width: 580px;
    margin: auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
.wam-chapters__cta-link {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    color: #5E6AF1;
    text-decoration: none;
    transition: opacity 0.2s;
    margin: 40px 0 50px;
}

.wam-chapters__cta-link:hover {
	opacity: 0.75;
}

.wam-chapters__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 80px;
}

/* Center a lone card at the start of a row (e.g. 10th item in 3-col grid) */
.wam-chapters__grid .wam-chapter-card:last-child:nth-child(3n+1) {
	grid-column: 2;
}

.wam-chapter-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wam-chapter-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid #8188f7;
    z-index: 1;
}

.wam-chapter-card__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Per-city overlay image (optional PNG/gradient uploaded in ACF) */
.wam-chapter-card__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

/* Figma fade: solid black 20% + bottom-darkening gradient 50% */
.wam-chapter-card__image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 62%) 0%, rgb(94 106 241 / 52%) 100%);
}
.wam-chapter-card__name {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: clamp(22px, 3.8vw, 86px);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 2px 12px rgba(0, 0, 0, 0.4);
    transform: rotate(-7deg);
    line-height: 79px;
    font-family: "espiritu-script", sans-serif;
    letter-spacing: 0;
    word-break: break-word;
}

.wam-chapter-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 52px;
    padding: 0 36px;
    border: 1px solid #5e6af1;
    border-radius: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #5e6af1;
    background: transparent;
    transition: background 0.2s, color 0.2s;
    max-width: 270px;
    width: 100%;
}

.wam-chapter-card__btn:hover {
	background: #5e6af1;
	color: #fff;
}

/* =============================================================================
   3. BROADCAST CHANNEL
   ============================================================================= */

.wam-broadcast {
    padding: 80px 40px;
    text-align: center;
    color: #fff;
    background: url(/wp-content/uploads/2026/05/Broadcast-Channel.png);
    background-size: cover;
    background-position: center;
}

.wam-broadcast__inner {
    max-width: 770px;
    margin: 0 auto;
}

.wam-broadcast__qr {
	width: 140px;
	height: 140px;
	margin: 0 auto 36px;
	background: #fff;
	border-radius: 14px;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wam-broadcast__qr img {
	width: 100%;
	height: auto;
	display: block;
}

.wam-broadcast__heading {
    color: #fff;
}

.wam-broadcast__subtext {
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 36px;
}

.wam-ambassador__btn, .wam-broadcast__btn {
    display: inline-block;
    padding: 13.1px 52px;
    background: #fff;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 15px;
    transition: opacity 0.2s;
    font-family: 'Manrope', sans-serif;
    max-width: 430px;
    width: 100%;
}

.wam-broadcast__btn:hover {
	opacity: 0.88;
}

/* =============================================================================
   4. AMBASSADOR
   ============================================================================= */

.wam-ambassador {
    background-color: #fff;
    padding: 0px 40px 40px;
    position: relative;
}

.wam-ambassador__subtext {
    font-family: 'Manrope';
    font-weight: 600;
    max-width: 750px;
    margin: auto;
    margin-bottom: 30px;
}

.wam-ambassador__btn {
	background: #6b6bdb;
	color: #fff;
	max-width: 270px;
	width: 100%;
}

.wam-ambassador__btn:hover {
	opacity: 0.88;
}
.wam-ambassador__content {
    padding-top: 100px;
}
.wam-ambassador__photo--right {
    position: relative;
    bottom: -110px;
    display: flex;
    justify-content: end;
}

/* =============================================================================
   5. SOCIAL FEED
   ============================================================================= */

.wam-social {
	background-color: #f8c8d4;
	background-image:
		repeating-linear-gradient(
			45deg,
			rgba(255, 255, 255, 0.18) 0px,
			rgba(255, 255, 255, 0.18) 1px,
			transparent 1px,
			transparent 14px
		),
		repeating-linear-gradient(
			-45deg,
			rgba(255, 255, 255, 0.18) 0px,
			rgba(255, 255, 255, 0.18) 1px,
			transparent 1px,
			transparent 14px
		);
	padding: 60px 40px 48px;
	text-align: center;
}

.wam-social__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.wam-social__handle {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0 0 28px;
	color: #1a1a1a;
}

.wam-social__feed {
	margin-bottom: 32px;
}

.wam-social__feed .sbi_item {
	padding: 4px !important;
}

.wam-social__follow-btn {
	display: inline-block;
	padding: 12px 44px;
	border: 2px solid #1a1a1a;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: #1a1a1a;
	background: transparent;
	transition: background 0.2s, color 0.2s;
}

.wam-social__follow-btn:hover {
	background: #1a1a1a;
	color: #fff;
}
.wam-ambassador__btn:hover, .wam-broadcast__btn:hover {
    color: #fff;
    background: #1a1a1a;
}
.wam-ambassador__inner {
    display: grid;
    grid-template-columns: 1.3fr 2.4fr 1.3fr;
    gap: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -65px;
}
/* =============================================================================
   RESPONSIVE
   ============================================================================= */

   @media screen and (max-width: 1800px){
   	.wam-hero__right {
   	    padding-right: 30px;
   	}
    .wam-ambassador__heading, .wam-broadcast__heading, .wam-chapters__heading {
        font-size: clamp(28px, 3.5vw, 45px);
    }
   }
   @media screen and (max-width: 1600px){
    .wam-ambassador__inner {
        grid-template-columns: 1.2fr 2.6fr 1.2fr;
        gap: 30px;
        margin-top: -55px;
    }
    .wam-ambassador__photo--right {
        bottom: -80px;
    }
   }
   @media screen and (max-width: 1440px){
    .wam-ambassador__subtext, .wam-broadcast__subtext, .wam-chapters__subtext, .wam-hero__step, .wam-hero__body {
        font-size: 14px;
        line-height: 1.45;
    }
    .wam-hero__inner {
        gap: 30px;
    }
    .wam-chapter-card__name {
        padding: 40px;
        line-height: 60px;
    }
    .wam-chapters__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 30px;
    }
   }
   @media screen and (max-width: 1366px){
    .wam-chapters {
        padding: 50px 20px;
    }
    .wam-hero {
        padding: 20px;
    }
    .wam-ambassador {
        padding: 0px 20px 40px;
    }
    .wam-ambassador__inner {
        grid-template-columns: 1.1fr 2.8fr 1.1fr;
        gap: 10px;
        margin-top: -45px;
    }
    .wam-broadcast {
        padding: 50px 40px 60px;
    }
    .wam-chapter-card__name {
        font-size: clamp(22px, 5vw, 86px);
    }
    .wam-chapters__cta-link {
        font-size: 20px;
        margin: 20px 0 20px;
    }
   }
   @media screen and (max-width: 991px){
    .wam-hero__inner {
        padding: 30px 20px;
        grid-template-columns: 1fr;
    }
    .wam-chapter-card__name {
        padding: 20px;
        line-height: 40px;
    }
   }
   @media screen and (max-width: 768px){
    .wam-chapters__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .wam-broadcast__qr {
        margin: 0 auto 16px;
    }
    .wam-ambassador__content {
        padding-top: 40px;
    }
    .wam-ambassador__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .wam-ambassador__photo--right {
        bottom: 0;
        margin-bottom: -40px;
    }
    .wam-ambassador {
        padding: 0px 20px 0px;
    }
    .wam-hero__right {
        padding-right: 0;
    }
   }
   @media screen and (max-width: 430px){
    .wam-ambassador__btn, .wam-broadcast__btn {
        padding: 13.1px 30px;
    }
    .wam-chapters__grid {
        row-gap: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .wam-chapter-card__name {
        padding: 30px;
        line-height: 40px;
        font-size: clamp(42px, 5vw, 86px);
    }
    .wam-broadcast {
        padding: 50px 20px 60px;
    }
    .wam-chapter-card {
        width: 100%;
    }
   }
