next
This commit is contained in:
parent
cf38ce4e13
commit
c02fb6538b
BIN
assets/pasted-20260325-110303-fe505526.png
Normal file
BIN
assets/pasted-20260325-110303-fe505526.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 712 KiB |
BIN
assets/pasted-20260325-110803-109b3eeb.png
Normal file
BIN
assets/pasted-20260325-110803-109b3eeb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 402 KiB |
BIN
assets/pasted-20260325-111019-dd42e4d1.png
Normal file
BIN
assets/pasted-20260325-111019-dd42e4d1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 376 KiB |
@ -1756,22 +1756,35 @@ body.coaching-mvp-active .coach-proof-band > .wp-block-group__inner-container {
|
||||
}
|
||||
.coach-social-proof-section {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-top: clamp(1.4rem, 3vw, 2.4rem);
|
||||
margin-bottom: clamp(1.2rem, 2.6vw, 2rem);
|
||||
padding: clamp(3.1rem, 6vw, 5rem) 0;
|
||||
background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,249,246,.98));
|
||||
overflow: hidden;
|
||||
margin: 0 calc(50% - 50vw) !important;
|
||||
width: 100vw;
|
||||
max-width: 100vw !important;
|
||||
padding: clamp(3.6rem, 6vw, 5.2rem) 0;
|
||||
background: #ffffff;
|
||||
border-top: 1px solid rgba(17,27,51,.05);
|
||||
border-bottom: 1px solid rgba(17,27,51,.05);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.coach-social-proof-section,
|
||||
.coach-social-proof-section > .wp-block-group__inner-container,
|
||||
.coach-social-proof-section .coach-social-proof-inner {
|
||||
background: #ffffff;
|
||||
}
|
||||
.coach-social-proof-section > .wp-block-group__inner-container {
|
||||
width: min(100%, var(--coach-content-max));
|
||||
max-width: var(--coach-content-max);
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
padding-left: var(--coach-page-gutter) !important;
|
||||
padding-right: var(--coach-page-gutter) !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.coach-social-proof-section::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background:
|
||||
radial-gradient(circle at 12% 18%, rgba(95,45,255,.06), transparent 22%),
|
||||
radial-gradient(circle at 88% 14%, rgba(0,184,169,.05), transparent 18%),
|
||||
radial-gradient(circle at 82% 84%, rgba(255,159,28,.06), transparent 22%);
|
||||
background: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
.coach-social-proof-inner {
|
||||
@ -1817,9 +1830,9 @@ body.coaching-mvp-active .coach-proof-band > .wp-block-group__inner-container {
|
||||
gap: .8rem;
|
||||
padding: .9rem 1.05rem;
|
||||
border-radius: 999px;
|
||||
background: rgba(255,255,255,.9);
|
||||
background: #ffffff;
|
||||
border: 1px solid rgba(17,27,51,.08);
|
||||
box-shadow: 0 16px 36px rgba(9,18,40,.08);
|
||||
box-shadow: 0 14px 28px rgba(9,18,40,.06);
|
||||
color: #171d31;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@ -1851,9 +1864,9 @@ body.coaching-mvp-active .coach-proof-band > .wp-block-group__inner-container {
|
||||
min-height: 100%;
|
||||
padding: clamp(1.2rem, 2.2vw, 1.65rem);
|
||||
border-radius: 30px;
|
||||
background: linear-gradient(180deg, #f5f5f1 0%, #f1f1ed 100%);
|
||||
border: 1px solid rgba(17,27,51,.06);
|
||||
box-shadow: 0 18px 38px rgba(15,23,42,.05);
|
||||
background: #ffffff;
|
||||
border: 1px solid rgba(17,27,51,.08);
|
||||
box-shadow: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.coach-social-proof-card::before {
|
||||
@ -1910,8 +1923,8 @@ body.coaching-mvp-active .coach-proof-band > .wp-block-group__inner-container {
|
||||
align-items: center;
|
||||
padding: .42rem .72rem;
|
||||
border-radius: 999px;
|
||||
background: rgba(255,255,255,.74);
|
||||
border: 1px solid rgba(17,27,51,.07);
|
||||
background: #ffffff;
|
||||
border: 1px solid rgba(17,27,51,.08);
|
||||
color: rgba(17,27,51,.66);
|
||||
font-size: .77rem;
|
||||
font-weight: 800;
|
||||
@ -2872,6 +2885,16 @@ body.coaching-mvp-active .coach-experience-band {
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-social-proof-section {
|
||||
width: 100vw !important;
|
||||
min-width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
margin-left: calc(50% - 50vw) !important;
|
||||
margin-right: calc(50% - 50vw) !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-social-proof-card {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
body.coaching-mvp-active .coach-experience-band::after {
|
||||
display: none !important;
|
||||
}
|
||||
@ -3287,6 +3310,8 @@ function coaching_mvp_home_content() {
|
||||
<!-- /wp:html -->
|
||||
</div></div>
|
||||
<!-- /wp:group -->
|
||||
</div></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"align":"full","className":"coach-social-proof-section"} -->
|
||||
<div class="wp-block-group alignfull coach-social-proof-section"><div class="wp-block-group__inner-container">
|
||||
@ -3308,6 +3333,8 @@ function coaching_mvp_home_content() {
|
||||
</div></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"className":"coach-home-page coach-shell","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group coach-home-page coach-shell"><div class="wp-block-group__inner-container">
|
||||
<!-- wp:group {"className":"coach-section coach-video-section","layout":{"type":"constrained"} } -->
|
||||
<div class="wp-block-group coach-section coach-video-section"><div class="wp-block-group__inner-container">
|
||||
<!-- wp:paragraph {"className":"coach-badge"} -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user