.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}main {
margin-top: 1.3em !important;
}
main .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:first-child {
padding-top: 0 !important;
}
.single-post code {
font-size: 0.8em;
background: #e9efa0;
padding: 0.2em 0.4em;
border-radius: 0.2em;
text-wrap-mode: nowrap;
}
h1.wp-block-heading, 
h1.wp-block-post-title {
text-align: center; line-height: normal;
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
h1 a:hover {
background: rgb(119,7,51);
background: linear-gradient(90deg, rgba(119,7,51,1) 0%, rgba(52,9,121,1) 42%, rgba(139,48,18,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration:none
}
h2.wp-block-heading {
background: rgb(119,7,51);
background: linear-gradient(90deg, rgba(119,7,51,1) 0%, rgba(52,9,121,1) 42%, rgba(139,48,18,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 1.4em;
line-height: normal;
}
header h1 {
font-size:39px !important
}
figure.wp-block-post-featured-image {
text-align:center !important;
aspect-ratio: auto !important;
}
.wp-block-post-featured-image :where(img) {
width: 300px !important;
height: auto !important;
border-radius: 4px;
margin: auto;
}
.blogpost-meta {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
max-width:720px;
}
h2.blog-heading-h2 {
border-bottom: 2px solid #072a44;
}
ul.wp-block-latest-posts__list {
}
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
display: inline-block;
float: right;
margin-left: 1em;
}
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
border-radius:4px
}
@media (width < 590px) {
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
display: block;
float: none;
margin-left: 0;
}
}
.wp-block-navigation-item.menu-emphasise {
background: #000;
opacity: 1;
padding: 0.2em 0.5em;
color: #FFF;
border-radius: 10px;
transition: all .2s;
}
.wp-block-navigation-item.menu-emphasise a.wp-block-navigation-item__content:hover {
text-decoration: none;
}
.wp-block-navigation-item.menu-emphasise:hover {
background:#042d59;
}
.wp-block-navigation-item.menu-emphasise2 {
opacity: 1;
padding: 0.2em 0.5em;
color: #FFF;
border-radius: 10px;
transition: all .2s;
background: #ffc253;
color: #000 !important;
}
.wp-block-navigation-item.menu-emphasise2 a.wp-block-navigation-item__content:hover {
text-decoration: none;
}
.wp-block-navigation-item.menu-emphasise2:hover {
background:#f5b034;
}
h3#share-header {
margin-bottom: 0.5em;
text-align: center;
}
.wp-block-group.is-style-section-1 {
padding: 1em;
}
h3 {
background: rgb(119, 7, 51);
background: linear-gradient(90deg, rgba(119, 7, 51, 1) 0%, rgba(52, 9, 121, 1) 42%, rgba(139, 48, 18, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 1.7em !important;
line-height: normal;
font-size: 1.1em;
}
h4 { 
padding: 0.5em;
font-size: 1em;
background: orange;
border-radius: 4px;
padding-top: 5em;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
margin-top: 3em !important;
margin-bottom: 2em !important;
box-shadow: rgb(96 70 51 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgb(240 151 46 / 40%) -5px 5px, rgb(240 136 46 / 30%) -10px 10px, rgb(240 165 46 / 20%) -15px 15px, rgb(240 177 46 / 10%) -20px 20px, rgb(240 158 46 / 5%) -25px 25px;
}
h5 {
padding: 0.5em;
font-size: 1em;
background: #12053a;
color: #FFF;
border-radius: 4px;
padding-top: 2em;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
margin-top: 3em !important;
box-shadow: rgb(96 70 51 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgb(240 151 46 / 40%) -5px 5px, rgb(240 136 46 / 30%) -10px 10px, rgb(240 165 46 / 20%) -15px 15px, rgb(240 177 46 / 10%) -20px 20px, rgb(240 158 46 / 5%) -25px 25px;
margin-bottom: 2em !important;
}
.twitter-tweet.twitter-tweet-rendered {
margin-left: auto;
margin-right: auto;
}
.home h3 { -webkit-text-fill-color: unset;
}
body.page-id-201 h1.wp-block-post-title, 
body.page-id-201 figure.wp-block-post-featured-image {
display:none;
}
.small-table {
font-size:0.6em;
}
.wp-block-table.aligncenter th {
word-break:auto-phrase;
}
#not_new_here:hover {
cursor: pointer;
}
.share-button-wrap.not-new-here-share {
display:none;
}
.share-button-wrap .share-buttons {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.share-button-wrap .share-button {
width: 40px;
height: 40px;
border: 2px solid #000;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
}
.share-button-wrap .share-button:hover {
background-color: #000;
}
.share-button-wrap .share-button:hover svg {
fill: #fff;
}
.share-button-wrap .share-button svg {
width: 20px;
height: 20px;
fill: #000;
transition: fill 0.3s ease;
}
mark {
padding-left: 0.3em;
padding-right: 0.3em;
padding-top: 0.2em;
padding-bottom: 0.2em;
border-radius: 4px;
}
@media screen and (max-width: 600px) {
header h1 {
font-size: 1.4em !important;
}
p.wp-block-site-tagline.has-small-font-size {
display:none;
}
.seva-fields .formkit-field {
padding: 0;
margin-left: 0;
min-width: 150px;
}
}
.wp-block-code code {
max-height: 150px;
overflow: hidden;
text-overflow: ellipsis;
transition: max-height 0.3s ease-in-out;
position: relative;
padding-bottom: 20px;
display: block;
}
.wp-block-code code:hover {
cursor: pointer;
}
.wp-block-code code.expanded {
max-height: none;
}
.wp-block-code code::after {
content: "Show more";
display: block;
position: absolute;
bottom: 0;
right: 0;
background: #e9efa0;
padding: 2px 5px;
font-size: 0.8em;
border-radius: 3px;
}
.wp-block-code code.expanded::after {
content: "Show less";
}
.wp-block-code.code-no-show-more {
padding-bottom: 0;
max-height: auto;
overflow: auto;
text-overflow: unset;
}
.wp-block-code.code-no-show-more code::after {
display: none;
}
.wp-block-code.code-no-show-more code.expanded::after {
display: none;
} #about {
margin-bottom: 3em;
}
.social-proof {
padding: 1em 1em;
overflow: hidden;
position: relative;
background: linear-gradient(to bottom, #ffffff, #F6F6F7);
border-bottom-right-radius: 0.3em;
border-bottom-left-radius: 0.3em;
}
.social-proof-header {
text-align: center;
margin-bottom: 64px;
animation: slide-up 0.8s ease-out;
}
.badge {
display: inline-block;
padding: 4px 12px;
border-radius: 9999px;
font-size: 14px;
font-weight: 500;
background-color: #E5DEFF;
color: #333;
margin-bottom: 16px;
}
.social-proof-title {
font-size: 36px;
font-weight: 300;
margin-bottom: 16px;
letter-spacing: -0.5px;
color: #1a1a1a;
}
.social-proof-subtitle {
max-width: 600px;
margin: 0 auto;
font-size: 18px;
color: #666;
}
.testimonials-grid {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
position: relative;
}
@media (min-width: 768px) {
.testimonials-grid {
grid-template-columns: repeat(3, 1fr);
}
.social-proof-title {
font-size: 48px;
}
}
.testimonial-card {
position: relative;
background-color: white;
border-radius: 16px;
padding: 32px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease-in-out;
backdrop-filter: blur(4px);
border: 1px solid transparent;
animation: fade-in 0.6s ease-out forwards;
border-color: #f0f0f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.quote-icon {
position: absolute;
top: -16px;
left: -16px;
color: #000000;
}
.testimonial-text {
font-weight: 300;
letter-spacing: 0.3px;
line-height: 1.7;
color: #333;
margin-bottom: 24px;
font-size: 0.8em;
}
.testimonial-author {
font-weight: 500;
color: #1a1a1a;
font-size: 0.8em;
}
.testimonial-title {
color: #777;
font-size: 14px;
font-size: 0.8em;
} .wh-grid .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
border: 1px solid #CCC;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 0.4em;
}
.ps-homegrown-ck-form-thanks, 
.ps-homegrown-ck-form-error {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-width: 1px;
border-radius: .75rem;
border: 1px solid rgba(219, 234, 254, 1);
background-color: rgba(255, 255, 255, 1);
padding: 2rem;
color: #000;
margin-bottom: 2em;
}
.woody-ul-checks {
margin-left: 2em;
margin-top: 0.8em;
}
.woody-ul-checks li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-list-file.svg);
list-style-position: outside;
padding-left: 0.4em;
line-height: 1.8em;
}
.woody-ul-checks.file li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-file.svg);
}
.woody-ul-checks.circle li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-circle.svg);
}
.woody-ul-checks.clipboard li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-clipboard.svg);
}
.line-through {
text-decoration: line-through;
} footer h3 {
color: #998666 !important;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
background: none;
line-height: 0.8em;
}
@media screen and (max-width: 600px) {
.mob-hide {
display: none;
}
footer .wp-block-group {
text-align: center;
width: auto;
margin: auto;
justify-content: center;
}
footer p,
footer ul, 
footer li, 
footer h2 {
text-align: center !important;
}
} .formkit-form[data-uid="934e1c8f5a"]  .formkit-background {
opacity:1 !important;
}
.formkit-form[data-uid="934e1c8f5a"] .formkit-content {
background-color: #fff !important;
}
.ck-form-bg-fix-form,
.formkit-form[data-uid="80426b82d1"] {
box-shadow: 0px 0px 8px rgba(105, 113, 119, 0.2) !important;
background-color: #cb750524 !important;
border: 1px solid #e9e4e4;
}
.formkit-form[data-uid="80426b82d1"] {
margin-top: 2em;
}
.ck-form-bg-fix-form-wrap {
}
.ck-form-bg-fix {
align-items: center !important;
display: flex !important;
justify-content: center !important;
flex-direction: column !important;
}
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 270px;
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-radius: .5rem;
display: flex;
}
@media screen and (max-width: 900px) {
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 200px;
}
.ck-form-bg-fix-form h2 {
font-size: 1em;
}
}
@media screen and (max-width: 690px) {
.ck-form-bg-fix-form-wrap,
.formkit-form[data-uid="80426b82d1"] div[data-style="full"] {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ck-form-bg-fix-form-wrap h2,
.ck-form-bg-fix-form-wrap .formkit-header h2,
.formkit-form[data-uid="ae093d7de1"] h2 {
font-size: 0.8em !important;
text-align: center !important;
}
.ck-form-bg-fix-form-wrap .formkit-column,
.formkit-form[data-uid="80426b82d1"] .formkit-column {
width: auto;
}
.ck-form-bg-fix-form-wrap .formkit-column p, 
.ck-form-bg-fix-form-wrap .formkit-disclaimer,
.formkit-form[data-uid="80426b82d1"] .formkit-column p,
.formkit-form[data-uid="80426b82d1"] .formkit-disclaimer {
text-align: center;
}
.ck-form-bg-fix,
.formkit-form[data-uid="80426b82d1"] .formkit-background {
display:block; 
text-align: center;
height:auto;
padding-top: 0.5em;
width: auto;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 150px;
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
display: inline-block;
}
.ck-form-bg-fix-form-wrap,
.formkit-form[data-uid="ae093d7de1"] div[data-style="full"] {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ck-form-bg-fix-form-wrap h2,
.ck-form-bg-fix-form-wrap .formkit-header h2,
.formkit-form[data-uid="ae093d7de1"] h2 {
font-size: 0.8em !important;
text-align: center !important;
}
.ck-form-bg-fix-form-wrap .formkit-column,
.formkit-form[data-uid="ae093d7de1"] .formkit-column {
width: auto;
}
.ck-form-bg-fix-form-wrap .formkit-column p, 
.ck-form-bg-fix-form-wrap .formkit-disclaimer,
.formkit-form[data-uid="ae093d7de1"] .formkit-column p,
.formkit-form[data-uid="ae093d7de1"] .formkit-disclaimer {
text-align: center;
}
.ck-form-bg-fix,
.formkit-form[data-uid="ae093d7de1"] .formkit-background {
display:block !important; 
text-align: center !important;
height:auto !important;
padding-top: 0.5em !important;
width: auto !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 150px !important;
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
display: inline-block !important;
}
.formkit-form[data-uid="ae093d7de1"] img {
max-width:180px !important;
} .formkit-form[data-uid="934e1c8f5a"] .formkit-background {
max-width: 180px !important;
height: 254px !important;
min-height: 100px !important;
margin-left: auto !important;
margin-right: auto !important;
width: 180px !important;
}
}
@media screen and (max-width: 900px) {
.formkit-form[data-uid="80426b82d1"] div[data-style="full"] {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.formkit-form[data-uid="80426b82d1"] h2 {
font-size: 0.8em !important;
text-align: center !important;
}
.formkit-form[data-uid="80426b82d1"] .formkit-column {
width: auto !important;
}
.formkit-form[data-uid="80426b82d1"] .formkit-column p,
.formkit-form[data-uid="80426b82d1"] .formkit-disclaimer {
text-align: center;
}
.formkit-form[data-uid="80426b82d1"] .formkit-background {
display:none !important; 
}
}
@media (max-width: 600px) {
header .wp-block-group.alignfull {
padding-bottom: 0 !important;
}
.hero-wrapper {
gap: 0.2em !important;
}
.hero-blurb {
margin-bottom: 0.5em !important;
text-align: center !important;
}
.hero-sales-img img {
max-width: 200px;
}
} table.wh  {width:100%; border-collapse:collapse; box-shadow:0 2px 8px rgba(0,0,0,.05);}
table.wh thead  {background:var(--header-bg); text-align:left;}
table.wh th, table.wh td{padding:.75rem 1rem; border:var(--border); color:var(--text); font-size:.95rem;}
table.wh tbody tr:nth-child(even){background:var(--row-alt);}
table.wh th   {font-weight:600;}
table.wh td.category {
font-weight: 600;
border-right: 3px solid #7ae65c !important;
}
table.wh tr:nth-of-type(1) td.category { border-right: 3px solid #e65c94 !important; }
table.wh tr:nth-of-type(3) td.category { border-right: 3px solid #e6ad5c !important; }
table.wh tr:nth-of-type(8) td.category { border-right: 3px solid #38a5d0 !important; }
table.wh td.group1 {
background-color: #7ae65c12 !important;
}
table.wh td.group2 {
background-color: #e65ce312 !important;
}
table.wh td.group3 {
background-color: #e6ad5c12 !important;
}
table.wh td.group3 {
background-color: #38a5d012 !important;
}
table.wh td.group4 {
background-color: #e65c9412 !important;
}
@media(max-width:640px){
table.wh, table.wh thead, table.wh tbody, table.wh th, table.wh td, table.wh tr{display:block;}
table.wh thead{display:none;}
table.wh tr   {margin-bottom:1rem; border:var(--border); border-radius:.5rem; overflow:hidden;}
table.wh td   {border:none; border-bottom:var(--border); position:relative; padding-left:45%;}
table.wh td::before{
content:attr(data-label);
position:absolute; left:1rem; top:0; bottom:0;
font-weight:600; color:#475569;
}
table.wh td:last-child{border-bottom:none;}
}body {
margin: 0;
font-family: 'Manrope', sans-serif;
background: #ffffff;
color: #222;
}
.hero {
background: linear-gradient(135deg, #503AA8 0%, #00d084 100%);
color: #fff;
padding: 64px 0 48px 0;
text-align: center;
padding-top: 0;
}
.hero-logo {
width: 100px;
border-radius: 50%;
margin-bottom: 16px;
}
.hero h1 {
font-size: 2.8rem;
margin: 0 0 16px 0;
font-weight: 700;
}
.hero p {
font-size: 1.25rem;
max-width: 600px;
margin: 0 auto 32px auto;
}
.cta-form {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 32px rgba(80, 58, 168, 0.08);
display: inline-block;
padding: 32px 32px 24px 32px;
margin: 0 auto 32px auto;
text-align: left;
max-width: 400px;
width: 100%;
}
.cta-form label {
font-weight: 600;
margin-bottom: 8px;
display: block;
}
.cta-form input[type="email"] {
width: 100%;
padding: 12px;
border-radius: 6px;
border: 1px solid #ccc;
margin-bottom: 16px;
font-size: 1rem;
}
.cta-form button {
background: #503AA8;
color: #fff;
padding: 12px 32px;
border: none;
border-radius: 6px;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
transition: background 0.2s;
}
.cta-form button:hover {
background: #00d084;
}
.cta-form .form-note {
font-size: 0.95rem;
color: #666;
margin-top: 8px;
}
.benefits {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 32px;
margin: 48px 0;
}
.benefit {
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(80, 58, 168, 0.06);
padding: 32px 24px;
max-width: 320px;
flex: 1 1 260px;
text-align: center;
}
.benefit i {
font-size: 2.2rem;
color: #00d084;
margin-bottom: 12px;
}
.benefit h3 {
font-size: 1.25rem;
margin: 0 0 8px 0;
font-weight: 700;
}
.benefit p {
font-size: 1rem;
color: #444;
margin: 0;
}
.story {
max-width: 900px;
margin: 0 auto 48px auto;
padding: 0 24px;
text-align: left;
}
.story h2 {
font-size: 2rem;
color: var(--wp--preset--color--contrast);
margin-bottom: 16px;
font-weight: 700;
}
.story p {
font-size: 1.1rem;
color: #333;
margin-bottom: 16px;
}
.testimonials {
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 24px rgba(80, 58, 168, 0.08);
max-width: 900px;
margin: 0 auto 48px auto;
padding: 40px 24px 24px 24px;
}
.testimonials h2 {
color: var(--wp--preset--color--contrast);
font-weight: 700;
margin-bottom: 24px;
text-align: center;
}
.testimonial-list {
display: flex;
flex-wrap: wrap;
gap: 32px;
justify-content: center;
}
.testimonial {
flex: 1 1 320px;
max-width: 360px;
background: #FFF;
border-radius: 10px;
padding: 24px 20px;
box-shadow: 0 1px 8px rgba(80, 58, 168, 0.04);
margin-bottom: 16px;
display: flex;
flex-direction: column;
align-items: center;
}
.testimonial-avatar {
width: 48px;
height: 48px;
border-radius: 50%;
margin-bottom: 12px;
object-fit: cover;
box-shadow: 0 2px 8px #00d08422;
}
.testimonial .author {
font-weight: 700;
color: #503AA8;
margin-top: 12px;
}
.testimonial .role {
color: #888;
font-size: 0.98rem;
}
.cta-repeat {
background: linear-gradient(135deg, #00d084 0%, #503AA8 100%);
color: #fff;
text-align: center;
padding: 48px 0 56px 0;
}
.cta-repeat h2 {
font-size: 2.1rem;
font-weight: 700;
margin-bottom: 16px;
color: var(--wp--preset--color--contrast);
}
.cta-repeat p {
font-size: 1.1rem;
margin-bottom: 32px;
}
.cta-repeat .cta-form {
background: #fff;
color: #222;
box-shadow: 0 4px 32px rgba(0, 208, 132, 0.10);
}
footer {
background: #222;
color: #fff;
text-align: center;
padding: 32px 0 16px 0;
font-size: 1rem;
}
@media (max-width: 900px) {
.benefits,
.testimonial-list {
flex-direction: column;
gap: 20px;
}
}
@media (max-width: 600px) {
.hero h1 {
font-size: 2rem;
}
.story h2 {
font-size: 1.3rem;
}
.cta-repeat h2 {
font-size: 1.3rem;
}
.benefit,
.testimonial {
padding: 20px 10px;
}
.cta-form {
padding: 20px 10px;
}
}
.hero-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 220px;
overflow: hidden;
z-index: 0;
}
.hero-svg-bg {
width: 100%;
height: 220px;
position: absolute;
top: 0;
left: 0;
}
.hero {
position: relative;
overflow: hidden;
z-index: 1;
background: #fff;
}
.hero-white {
background: #fff;
}
.hero-bg-svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.hero-blob {
position: absolute;
}
.hero-blob-left {
left: -40px;
bottom: -30px;
}
.hero-blob-right {
right: -30px;
top: -20px;
}
.hero-logo {
position: relative;
z-index: 2;
margin-top: 30px;
}
.hero-title {
color: #111;
font-size: 2.6rem;
font-weight: 800;
letter-spacing: -1px;
margin: 22px 0 10px 0;
line-height: 1.1;
text-align: center;
}
.hero-content {
position: relative;
width: 100%;
max-width: 700px;
margin: 0 auto;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 64px 16px 56px 16px;
padding-top: 0.5em;
padding-bottom: 0;
}
.hero-bg-svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 340px;
z-index: 0;
pointer-events: none;
}
.cta-form-horizontal {
display: flex;
align-items: center;
background: #fff;
border-radius: 14px;
box-shadow: 0 2px 16px rgba(34, 34, 34, 0.10);
padding: 0 8px 0 18px;
margin: 32px 0 12px 0;
max-width: 410px;
width: 100%;
min-height: 56px;
}
.cta-input {
flex: 1;
border: none;
background: #f7f7fa;
border-radius: 8px;
padding: 0 16px;
height: 40px;
font-size: 1rem;
color: #222;
margin-right: 10px;
}
.cta-input:focus {
outline: 2px solid #00d084;
background: #fff;
}
.cta-btn-black {
background: #111;
color: #fff;
border: none;
border-radius: 8px;
padding: 0 26px;
height: 40px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: background 0.2s;
display: flex;
align-items: center;
justify-content: center;
}
.cta-btn-black:hover,
.cta-btn-black:focus {
background: #222;
}
.form-note {
font-size: 0.98rem;
color: #666;
margin-top: 4px;
text-align: center;
}
@media (max-width: 600px) {
.hero-title {
font-size: 2rem;
}
.hero-logo {
margin-top: 12px;
}
.hero-content {
padding: 36px 4px 22px 4px;
}
.cta-form-horizontal {
flex-direction: column;
padding: 12px 6px;
min-height: unset;
}
.cta-input {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
height: 40px;
padding: 0 12px;
}
.cta-btn-black {
width: 100%;
height: 40px;
}
}
.hero-gradient-text {
background: linear-gradient(90deg, #00d084 20%, #503AA8 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.hero-tagline {
font-size: 1.2rem;
margin-bottom: 18px;
font-weight: 500;
}
.hero-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-bottom: 32px;
}
.hero-badges .badge {
background: #111;
color: #ffe066;
border-radius: 24px;
padding: 6px 18px;
font-size: 1rem;
font-weight: 600;
box-shadow: 0 1px 6px rgba(80, 58, 168, 0.06);
display: flex;
align-items: center;
gap: 6px;
border-radius: 8px;
}
.cta-form.animated {
animation: fadeInUp 1.1s cubic-bezier(.23, 1.01, .32, 1);
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(32px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.cta-animated-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(90deg, #503AA8 60%, #00d084 100%);
transition: background 0.3s, transform 0.15s;
box-shadow: 0 2px 16px rgba(80, 58, 168, 0.10);
}
.cta-animated-btn:hover,
.cta-animated-btn:focus {
background: linear-gradient(90deg, #00d084 20%, #503AA8 80%);
transform: scale(1.04);
outline: 2px solid #00d084;
}
.cta-animated-btn i {
font-size: 1.15em;
transition: transform 0.2s;
}
.cta-animated-btn:hover i,
.cta-animated-btn:focus i {
transform: translateX(4px);
}
#timeline {
margin-bottom: 2.5em;
}
.timeline {
position: relative;
max-width: 800px;
margin: 0 auto;
}
.timeline::after {
content: '';
position: absolute;
width: 2px;
background-color: #fff;
top: 0;
bottom: 0;
left: 50%;
margin-left: -1px;
}
.timeline-item {
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 50%;
}
.timeline-item::after {
content: '';
position: absolute;
width: 20px;
height: 20px;
right: -14px;
background-color: #fff;
border: 4px solid #000;
top: 15px;
border-radius: 50%;
z-index: 1;
}
.timeline {
background: #f9fafb;
padding: 48px 0 32px 0;
}
.timeline h2 {
text-align: center;
color: var(--wp--preset--color--contrast);
font-weight: 700;
margin-bottom: 36px;
}
.timeline-steps {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 32px;
max-width: 900px;
margin: 0 auto;
}
.step {
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(80, 58, 168, 0.06);
padding: 32px 20px;
max-width: 260px;
flex: 1 1 220px;
text-align: center;
}
.step-icon {
font-size: 2.2rem;
color: #00d084;
margin-bottom: 12px;
}
.step-title {
font-weight: 700;
margin-bottom: 8px;
font-size: 1.1rem;
}
.step-desc {
color: #444;
font-size: 1rem;
}
.founder {
background: #fff;
border-radius: 16px;
box-shadow: 0 2px 24px rgba(80, 58, 168, 0.08);
max-width: 900px;
margin: 48px auto;
padding: 40px 24px 32px 24px;
}
.boxed-section {
background: #fff;
border-radius: 16px;
box-shadow: 0 2px 24px rgba(80, 58, 168, 0.08);
max-width: 1000px;
margin: 48px auto;
padding: 40px 24px 32px 24px;
}
.founder-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 36px;
}
.founder-img-wrap {
flex: 0 0 160px;
text-align: center;
}
.founder-img {
width: 120px;
border-radius: 50%;
box-shadow: 0 1px 8px #00d08422;
}
.founder-bio {
flex: 1 1 320px;
margin-right: 1em;
}
.founder-bio h2 {
color: var(--wp--preset--color--contrast);
font-weight: 700;
margin-bottom: 10px;
}
.signature-img {
width: 110px;
height: auto;
}
.founder-name {
text-align: left;
font-weight: 600;
margin-top: 1.6em;
}
.divider-svg {
margin: 0 0 32px 0;
} .cta-form input[type="email"]:focus,
.cta-form button:focus {
outline: 2px solid #00d084;
outline-offset: 2px;
}
.badge,
.step,
.benefit,
.testimonial {
transition: box-shadow 0.2s;
}
.badge:focus-within,
.step:focus-within,
.benefit:focus-within,
.testimonial:focus-within {
box-shadow: 0 0 0 3px #00d08455;
}
@media (max-width: 900px) {
.founder-inner {
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.timeline-steps {
flex-direction: column;
gap: 20px;
}
}
@media (max-width: 600px) {
.hero-bg-shapes,
.hero-svg-bg {
height: 120px;
}
.founder-img {
width: 80px;
}
.signature-img {
width: 70px;
}
.founder {
padding: 24px 6px 18px 6px;
}
.divider-svg {
margin-bottom: 18px;
}
}
.grid-fade {
position: relative;
width: 100%;
height: 100vh;
background-image:
repeating-linear-gradient(0deg, #ccc 1px, transparent 1px, transparent 20px),
repeating-linear-gradient(90deg, #ccc 1px, transparent 1px, transparent 20px);
mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
-webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
}
.homegrown-form-group {
margin-top:0 !important;
}
.section-descriptor {
color: #000;
text-align: center;
margin: 1em;
max-width: 600px;
margin: auto;
font-size: 0.9em;
}
h2 {
font-size: 2.5rem;
text-align: center;
margin-top: 0;
padding-top: 0;
}
#why-subscribe {
border-top: 1px solid rgba(219, 234, 254, 1);
margin-top: 0;
padding-top: 2.4em;
}
p.why-head {
font-size: 1em;
color: #000;
}
p.why-body {
font-size: 1.1rem;
color: #333;
margin-bottom: 1em;
}
p.why-body.centralised {
text-align: center;
margin-top: 1em;
}
p.why-head .why-ico {
margin-right: 0.6em;
vertical-align: text-top;
background: #000000;
padding: 0.2em 0.2em;
border-radius: 9em;
width: 24px;
height: 24px;
display: inline-block;
}
.story p {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
#join, .subscribe-form {
background: #e6effb;
padding-top: 2em;
}
.subscribe-wrap {
padding-bottom: 1.7em;
}
.founder-wrap, .feature-wrap {
background: linear-gradient(to top, white, #e6effb);
margin: 0;
padding-top: 2em;
}
.founder {
margin-top: 0;
}
.testimonials {
margin-top: 4em;
}
.testimonial {
border: 1px solid rgba(219, 234, 254, 1);
}
#features {
margin-bottom: 3.7em;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px;
}
.feature {
border-radius: 4px;
border: 2px solid #000;
}
.feature svg {
float: right;
margin-left: 1em;
}
.feature h3 {
font-size: 1.3rem;
margin-bottom: 15px;
color: #FFF;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
background: unset;
}
.feature .feature-head {
color: #fff;
background-color: #111;
padding: 1em;
padding-bottom:0.5em;
min-height: 96px;
}
.feature .feature-body {
padding: 1em;
padding-top: 0.5em;
font-size: 0.8em;
}
.inline-cta {
font-size: 0.8em;
text-align: center;
margin-top: 1.8em;
}
#timeline {
background: #000;
text-align: center;
padding: 100px 0;
background-color: #000;
color: #fff;
padding-top: 1em;
border-radius: 4px;
padding-top: 3em;
}
#timeline h3 {
border-bottom: 2px solid #0a0a6e;
padding-bottom: 8px;
margin-top: -2px;
}
#timeline p {
margin-top: 0.8em;
margin-bottom: 0.2em;
}
main > div:first-of-type {
padding-bottom: 0 !important;
}
footer {
margin-top: 0;
padding-top: 0;
} *, ::after, ::before {
--tw-ring-inset: var(--tw-empty);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
}.duration-300 {
transition-duration: .3s;
}
.transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4,0,0.2,1);
transition-duration: 150ms;
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-center {
text-align: center;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.container {
width: 100%;
}
@media (max-width: 690px) {
.container {
width:auto;
max-width: 640px;
}
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.bg-gradient-blue-50 {
background: linear-gradient(to top, white, #eff6ff);
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
@media (min-width: 768px) {
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.gap-10 {
gap: 2.5rem;
}
.grid {
display: grid
;
}
.duration-300 {
transition-duration: .3s;
}
.transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4,0,0.2,1);
transition-duration: 150ms;
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.p-8 {
padding: 2rem;
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.border-blue-100 {
border: 1px solid rgba(219, 234, 254, 1);
}
.border {
border-width: 1px;
}
.rounded-xl {
border-radius: .75rem;
}
.text-blue-700 {
--tw-text-opacity: 1;
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.p-3 {
padding: .75rem;
}
.bg-blue-100 {
--tw-bg-opacity: 1;
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.rounded-full {
border-radius: 9999px;
}
.justify-center {
justify-content: center;
}
.items-center {
align-items: center;
}
.inline-flex {
display: inline-flex
;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.text-gray-900 {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.font-bold {
font-weight: 700;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.mb-3 {
margin-bottom: .75rem;
}
.text-gray-600 {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.benefit-ico {
width: 32px;
margin-left: auto;
margin-right: auto;
display: block;
}
#benefits h3, 
#benefits p {
text-align: center;
}
.cta-repeat-full { border-radius:0 !important; width:100vw !important; left:50%; right:auto; margin-left:0 !important; margin-right:0 !important;  } @media (max-width: 900px) {
.founder-img-wrap {
width: 100%;
margin-bottom: 0;
}
.founder-inner {
gap: 0;
}
}
@media (max-width: 690px) {
.hero-content {
padding-top:0.2em;
width: auto;
}
.hero-badges .badge {
font-size: 0.8em;
margin-bottom:0;
padding: 0.4em 0.4em;
}
.boxed-section {
margin: 1em;
}
.founder-bio {
padding:0 1em;
}
.founder-img-wrap {
max-height: 86px;
}
#features div.container {
width: 100%;
padding: 20px;
}
.features {
grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.features .feature {
margin-left: -1em;
margin-left: 0;
}
#timeline div.container {
padding: 0 !important;
margin: auto !important;
width: 100% !important;
}
.timeline .timeline-item .content {
font-size: 0.8em;
padding: 5px 10px;
}
p.why-head {
text-align: center;
font-weight: 600;
color: #1565e5;
}
p.why-body {
text-align: center;
}
p.why-head .why-ico {
display: block;
margin: 0.5em auto;
}
form.formkit-form {
margin: 0 auto;
}
.subscribe-wrap {
padding: 1.7em;
}
.testimonial {
flex: 1 1 auto;
}
#features .container {
width: auto !important;
}
.features {
grid-template-columns: auto;
}
}.homegrown-form-group {
display: flex;
gap: 10px;
max-width: 500px;
margin: 20px auto;
}
.homegrown-input {
flex: 1;
padding: 12px 16px;
border: 2px solid #e1e1e1;
border-radius: 8px;
font-size: 16px;
transition: border-color 0.2s;
outline: none;
}
.homegrown-input:focus {
border-color: #007bff;
}
.homegrown-button {
padding: 12px 24px;
background: #007bff;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s;
}
.homegrown-button:hover {
background: #0056b3;
}
.ps-homegrown-ck-form-thanks {
color: #000000;
font-weight: 600;
margin-bottom: 1em;
background: #fff;
border-radius: 16px;
box-shadow: 0 2px 24px rgba(80, 58, 168, 0.08);
max-width: 900px;
padding: 40px 24px 32px 24px;
border: 2px solid green;
}
@media (max-width: 480px) {
.homegrown-form-group {
flex-direction: column;
}
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}