.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;}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
} main .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:first-child{
padding-bottom: 0 !important;
}
body {
font-family: 'Inter', sans-serif;
line-height: 1.6;
color: #ffffff;
min-height: 100vh;
}
main {
background: linear-gradient(135deg, #0f172a 0%, #1c5e87 50%, #19233c 100%);
margin-top: 0 !important;
}
h3 {
background: rgb(255 255 255);
background: linear-gradient(90deg, rgb(255 159 72) 0%, rgb(211 168 103) 42%, rgb(237 70 16) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .hero {
position: relative;
padding: 80px 0 120px;
overflow: hidden;
}
.hero-bg {
position: absolute;
inset: 0;
background: linear-gradient(to right, rgb(157 51 234 / 20%), rgba(59, 130, 246, 0.2));
}
.hero-content {
position: relative;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.badge {
display: inline-block;
background: rgba(147, 51, 234, 0.2);
color: #d8b4fe;
border: 1px solid rgba(147, 51, 234, 0.3);
padding: 8px 16px;
border-radius: 8px;
font-size: 14px;
font-weight: 500;
margin-bottom: 24px;
}
.hero-title {
font-size: clamp(2.5rem, 6vw, 4.5rem);
font-weight: 900;
line-height: 1.1;
margin-bottom: 32px;
}
.gradient-text {
background: linear-gradient(to right, #eebe6d, #ff5a5a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-subtitle {
font-size: 1.25rem;
color: #d1d5db;
margin-bottom: 32px;
line-height: 1.6;
}
.hero-subtitle strong {
color: #a855f7;
}
.hero-cta {
margin-bottom: 48px;
}
.btn-primary {
background: linear-gradient(to right, #7c3aed, #2563eb);
color: white;
border: none;
padding: 16px 32px;
border-radius: 13px;
font-size: 1.125rem;
font-weight: 600;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
transition: all 0.2s;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.btn-primary:hover {
background: linear-gradient(to right, #6d28d9, #1d4ed8);
transform: scale(1.05);
}
.btn-secondary {
background: #7c3aed;
color: white;
border: none;
padding: 12px 24px;
border-radius: 8px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
transition: all 0.2s;
}
.btn-secondary:hover {
background: #6d28d9;
}
.btn-tertiary {
background: #059669;
color: white;
border: none;
padding: 12px 24px;
border-radius: 8px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
transition: all 0.2s;
}
.btn-tertiary:hover {
background: #047857;
}
.discount-text {
margin-top: 16px;
font-size: 14px;
color: #9ca3af;
}
.discount {
color: #ef4444;
font-weight: 600;
}
.hero-features {
display: flex;
justify-content: center;
gap: 32px;
flex-wrap: wrap;
}
.feature {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #9ca3af;
}
.icon {
width: 16px;
height: 16px;
} .section-header {
text-align: center;
margin-bottom: 64px;
}
.section-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
margin-bottom: 24px;
}
.section-subtitle {
font-size: 1.25rem;
color: #d1d5db;
max-width: 600px;
margin: 0 auto;
}
.text-red {
color: #ef4444;
}
.text-yellow {
color: #fbbf24;
} .pain-points {
padding: 80px 0;
background: linear-gradient(to right, rgba(153, 27, 27, 0.2), rgba(194, 65, 12, 0.2));
margin-block-start: 0;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
}
.card {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
padding: 32px;
transition: all 0.2s;
}
.card-icon-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.pain-card {
background: rgba(153, 27, 27, 0.2);
border-color: rgba(239, 68, 68, 0.3);
margin: auto;
}
.pain-card:hover {
background: rgba(153, 27, 27, 0.3);
}
.solution-card {
background: rgba(5, 150, 105, 0.2);
border-color: rgba(16, 185, 129, 0.3);
}
.solution-card:hover {
background: rgba(5, 150, 105, 0.3);
}
.card-icon {
width: 32px;
height: 32px;
}
.pain-card .card-icon {
color: #ef4444;
}
.solution-card .card-icon {
color: #10b981;
}
.solution-card h3 {
background: linear-gradient(90deg, rgb(73 212 30) 0%, rgb(63 179 33) 42%, rgb(171 220 146) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}
.card h3 {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 8px;
margin-top: 24px !important;
}
.case-studies .card h3 {
color: #FFF !important;
background: unset;
background-clip: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.case-studies .case-study-card {
background: linear-gradient(135deg, rgb(0 0 0 / 30%), rgb(12 37 106 / 30%)) !important;
border-color: rgb(59 150 120 / 30%) !important;
}
.card p {
color: #d1d5db;
font-size: 15px;
text-align: center;
border-top: 1px solid #da2c2c33;
padding-top: 7px;
}
.card.solution-card p {
border-top: 1px solid #4eda2c33;
}
.automation-examples .card p {    
border-top: 1px solid #93d59533;
} .solution {
padding: 80px 0;
} .case-studies {
padding: 80px 0;
}
.case-studies-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
gap: 32px;
}
.case-study {
display: flex;
flex-direction: column;
}
.case-study-image {
margin-bottom: 24px;
}
.case-study-image img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.case-study-card {
background: linear-gradient(135deg, rgba(30, 58, 138, 0.3), rgba(91, 33, 182, 0.3));
border-color: rgba(59, 130, 246, 0.3);
}
.case-study-card:nth-child(2) {
background: linear-gradient(135deg, rgba(5, 150, 105, 0.3), rgba(30, 58, 138, 0.3));
border-color: rgba(16, 185, 129, 0.3);
}
.badge-wrapper { }
.badge-wrapper .badge {
margin-bottom:0.5em;
}
.badge-blue {
background: rgba(59, 130, 246, 0.2);
color: #93c5fd;
border: 1px solid rgba(59, 130, 246, 0.3);
}
.badge-green {
background: rgba(16, 185, 129, 0.2);
color: #6ee7b7;
border: 1px solid rgba(16, 185, 129, 0.3);
}
.metric {
background: rgba(255, 255, 255, 0.1);
border-radius: 12px;
padding: 16px;
text-align: center;
margin-top: 16px;
}
.metric-value {
font-size: 2rem;
font-weight: 800;
color: #3b82f6;
margin-bottom: 4px;
}
.case-study-card:nth-child(2) .metric-value {
color: #10b981;
}
.metric-label {
font-size: 14px;
color: #d1d5db;
} .pricing {
padding: 80px 0;
background: linear-gradient(to right, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.2));
margin-block-end: 0 !important;
margin-bottom: 0 !important;
}
.pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
align-items: start;
}
.pricing-card {
position: relative;
text-align: center;
}
.pricing-card.featured {
transform: scale(1.05);
background: linear-gradient(135deg, rgba(91, 33, 182, 0.3), rgba(30, 58, 138, 0.3));
border-color: rgba(147, 51, 234, 0.5);
}
.popular-badge {
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(to right, #7c3aed, #2563eb);
color: white;
padding: 4px 16px;
border-radius: 8px;
font-size: 12px;
font-weight: 600;
}
.pricing-header {
margin-bottom: 32px;
}
.pricing-header h3 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 16px;
}
.price {
font-size: 3rem;
font-weight: 800;
margin-bottom: 8px;
}
.pricing-card:nth-child(1) .price {
color: #d7941e;
}
.pricing-card:nth-child(2) .price {
color: #3b82f6;
}
.pricing-card:nth-child(3) .price {
color: #10b981;
}
.old-price {
font-size: 21px;
color: #9ca3af;
text-decoration: line-through;
margin-bottom: 16px;
}
.pricing-header p {
color: #d1d5db;
}
.features-list {
list-style: none;
text-align: left;
margin-bottom: 32px;
}
.features-list li {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
color: #d1d5db;
font-size: 14px;
}
.check-icon {
width: 20px;
height: 20px;
color: #10b981;
flex-shrink: 0;
} .footer {
padding: 48px 0;
background: rgba(15, 23, 42, 0.5);
}
.footer-content {
text-align: center;
}
.footer-features {
display: flex;
justify-content: center;
gap: 32px;
margin-bottom: 24px;
flex-wrap: wrap;
}
.footer p {
color: #9ca3af;
font-size: 14px;
} .modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(4px);
}
.modal-content {
background: #0f172a;
margin: 5% auto;
padding: 0;
border: 1px solid rgba(147, 51, 234, 0.3);
border-radius: 8px;
width: 90%;
max-width: 500px;
max-height: 90vh;
overflow-y: auto;
}
.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 24px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-header h3 {
color: white;
font-size: 1.25rem;
font-weight: 600;
}
.close-btn {
background: none;
border: none;
color: #9ca3af;
cursor: pointer;
padding: 4px;
border-radius: 4px;
transition: color 0.2s;
}
.close-btn:hover {
color: white;
}
.close-btn svg {
width: 20px;
height: 20px;
}
.contact-form {
padding: 24px;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
color: #d1d5db;
font-size: 14px;
font-weight: 500;
margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 12px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid #4b5563;
border-radius: 8px;
color: white;
font-size: 14px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
color: #9ca3af;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #7c3aed;
}
.form-note {
font-size: 12px;
color: #9ca3af;
text-align: center;
margin-top: 16px;
}
.chaos {
}
.chaos h3 {
margin-bottom:0.8em;
}
.chaos-card {
text-align: center;
font-size:0.9em;
}
.founder-wrap,
.try-me {
background: #ffffff;
color: #000;
padding-top: 2em;
padding-bottom: 2em;
}
.founder {
max-width: 1000px;
margin: auto;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.7em;
}
.founder-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 36px;
}
.founder-img-wrap {
flex: 0 0 160px;
text-align: center;
}
.founder-bio {
flex: 1 1 320px;
margin-right: 1em;
}
.founder-bio h2 {
margin-bottom: 0.5em;
}
.founder-bio p, ul {
margin-bottom: 1em;
}
.founder-bio ul {
margin-left: 2em;
}
.founder-name {
text-align: left;
font-weight: 600;
margin-top: 1.6em;
}
a.btn-primary {
text-decoration: none;
}
.solution .gradient-text,
.chaos h2 .gradient-text,
.pricing .gradient-text,
.pricing-grid h3,
.best-time-to-start .gradient-text,
.best-time-to-start h3,
.green-text .gradient-text,
.green-text h2 .gradient-text,
.green-text h3 {
background: linear-gradient(90deg, rgb(73 212 30) 0%, rgb(63 179 33) 42%, rgb(171 220 146) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.popular-badge.diy {
background: linear-gradient(to right, #edbd3a, #559b1b);
}
.popular-badge.starter {
}
.popular-badge.pro {
background: linear-gradient(to right, #000000, #272f42);
}
.pricing-card.pro {
transform: scale(1.05);
background: linear-gradient(135deg, rgb(49 182 33 / 30%), rgb(138 93 30 / 30%));
border-color: rgb(51 234 60 / 17%);
}
.pricing-card.pro h3 {
color: #000 !important;
background: unset;
background-clip: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.pricing-card.pro a.btn-primary {
background: linear-gradient(to right, #000000, #0c1d41);
color: white;
}
.chaos {
padding-bottom: 2em;
}
.pricing {
padding: 4em 1em;
margin-block-start: 0 !important;
}
.best-time-to-start {
margin-top: 4em;
}
.best-grid {
display: flex;
flex-wrap: wrap;
gap: 2em;
}
.best-card {
flex: 1;
min-width: 500px;
}
.best-card h3 {
margin-bottom: 1.5em;
}
.best-card p {
margin-bottom: 1em;
}
.best-card ul {
margin-left: 2em;
}
.best-card ul li {
margin-bottom: 0.5em;
}
.best-card.img {
display: flex;
justify-content: center; align-items: center; }
.try-me {
margin-top: 4em;
padding-top: 4em;
}
.try-me .section-subtitle {
color: #000;
margin-bottom: 1.7em;
margin-top: 2em;
}
.try-me .section-title {
font-size: clamp(2rem, 4vw, 2.4rem);
}
.notice {
text-align: center;
margin-top: 2em;
font-size: 0.8em;
} .icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
background: linear-gradient(135deg, #2563eb, #4f46e5);
border-radius: 50%;
margin-bottom: 24px;
}
.icon {
width: 32px;
height: 32px;
color: white;
}
.faq-section {
padding: 80px 0;
min-height: 100vh;
}
.faq-section .gradient-text {
color: #87bf28 !important;
background: unset;
background-clip: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.faq-section h3.faq-question,
.faq-section h3.cta-title {
color: #000 !important;
background: unset;
background-clip: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.faq-section .header {
text-align: center;
margin-bottom: 64px;
}
.faq-items {
display: flex;
flex-direction: column;
gap: 16px;
}
.faq-item {
background: white;
border-radius: 16px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
border: 1px solid #f3f4f6;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.faq-button {
width: 100%;
padding: 32px;
text-align: left;
background: none;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
transition: background-color 0.2s ease;
outline: none;
}
.faq-button:hover {
background-color: #f9fafb;
}
.faq-question {
font-size: 1.25rem;
font-weight: 600;
color: #111827;
padding-right: 16px;
margin: 0;
margin-top: 0 !important;
}
.chevron {
flex-shrink: 0;
transition: all 0.2s ease;
color: #9ca3af;
}
.chevron.rotated {
transform: rotate(180deg);
color: #2563eb;
}
.faq-content {
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
opacity: 0;
}
.faq-content ul {
font-size: 0.7em;
list-style: circle;
margin-left: 2em;
}
.faq-content.open {
max-height: 400px;
opacity: 1;
}
.content-inner {
padding: 0 32px 32px 32px;
}
.divider {
width: 100%;
height: 1px;
background: linear-gradient(90deg, #bfdbfe, #c7d2fe);
margin-bottom: 16px;
}
.answer {
color: #374151;
font-size: 1rem;
line-height: 1.7;
margin: 0;
} .cta-section {
margin-top: 64px;
text-align: center;
}
.cta-content {
background: linear-gradient(135deg, #2563eb, #4f46e5);
border-radius: 16px;
padding: 32px;
color: white;
}
.cta-title {
font-size: 2rem;
font-weight: bold;
margin-bottom: 16px;
margin-top: 0 !important;
}
.cta-text {
font-size: 1.125rem;
margin-bottom: 24px;
opacity: 0.9;
}
a.cta-button {
background: white;
color: #2563eb;
font-weight: 600;
padding: 12px 32px;
border-radius: 12px;
border: none;
cursor: pointer;
transition: background-color 0.2s ease;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
text-decoration: none;
}
.cta-button:hover {
background-color: #f9fafb;
} @media (max-width: 768px) {
.hero {
padding: 60px 0 80px;
}
.hero-features {
gap: 16px;
}
.cards-grid {
grid-template-columns: 1fr;
}
.case-studies-grid {
grid-template-columns: 1fr;
}
.pricing-grid {
grid-template-columns: 1fr;
}
.pricing-card.featured {
transform: none;
}
.footer-features {
gap: 16px;
}
.modal-content {
margin: 10% auto;
width: 95%;
}
.chaos img {
max-width: 90%;
}
.founder-wrap {
text-align: center;
}
.founder-inner {
justify-content: center;
}
.founder-img-wrap img {
max-width: 120px;   
}
.founder-wrap ul {
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
} .faq-section {
padding: 60px 0;
}
.faq-button {
padding: 24px;
}
.content-inner {
padding: 0 24px 24px 24px;
}
.faq-question {
font-size: 1.125rem;
}
.cta-title {
font-size: 1.75rem;
}
}
@media (max-width: 480px) {
.container {
padding: 0 16px;
}
.hero-title {
font-size: 2.5rem;
}
.section-title {
font-size: 2rem;
}
.card {
padding: 24px;
} .faq-button {
padding: 20px;
}
.content-inner {
padding: 0 20px 20px 20px;
}
.cta-content {
padding: 24px;
}
}.calculator-container {
background: white;
border-radius: 8px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
padding: 40px;
max-width: 1200px;
margin: auto;
margin-top: 3em;
}
.calculator-container .header {
text-align: center;
margin-bottom: 40px;
}
.calculator-container .header h1 {
color: #000000;
font-size: 2.2rem;
margin-bottom: 0.5em;
font-weight: 700;
margin-top: 0.2em;
}
.calculator-container .header p {
color: #24568c;
font-size: 1.2rem;
margin-bottom: 2.5em;
font-weight: 400;
}
.calculator-container .form-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}
.calculator-container .form-group {
margin-bottom: 30px;
}
.calculator-container .form-group label {
display: block;
color: #2d3748;
font-weight: 600;
margin-bottom: 10px;
font-size: 1em;
text-align: center;
}
.calculator-container .input-group {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
}
.calculator-container .times-every {
font-size: 1rem;
font-weight: 400;
color: #24568c;
}
.calculator-container input[type="number"], select {
padding: 12px 16px;
border: 2px solid #e2e8f0;
border-radius: 10px;
font-size: 1rem;
transition: border-color 0.3s ease;
background: white;
width: auto;
color: #000;
}
.calculator-container input[type="number"]:focus, select:focus {
outline: none;
border-color: #667eea;
}
.calculator-container .slider-container {
position: relative;
margin: 20px 0;
}
.calculator-container .slider {
width: 100%;
height: 8px;
border-radius: 5px;
background: #e2e8f0;
outline: none;
-webkit-appearance: none;
padding: 0;
border: none;
touch-action: none;
-webkit-tap-highlight-color: transparent;
}
.calculator-container .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 24px;
height: 24px;
border-radius: 50%;
background: #667eea;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-webkit-tap-highlight-color: transparent;
touch-action: none;
}
.calculator-container .slider::-moz-range-thumb {
width: 24px;
height: 24px;
border-radius: 50%;
background: #667eea;
cursor: pointer;
border: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.calculator-container .slider-value {
text-align: center;
font-size: 1.2rem;
font-weight: 600;
color: #667eea;
margin-top: 10px;
}
.calculator-container .checkbox-group {
display: flex;
align-items: center;
gap: 12px;
margin-top: 10px;
}
.calculator-container .checkbox-group input[type="checkbox"] {
width: 20px;
height: 20px;
accent-color: #667eea;
}
.calculator-container .checkbox-group label {
margin: 0;
font-weight: 500;
cursor: pointer;
}
.calculator-container .results { background: linear-gradient(182deg, #128aeb 0%, #0d5ea0 100%);
color: white;
padding: 30px;
border-radius: 6px;
text-align: center;
grid-column: 1 / -1;
margin-top: 0;
transform: scale(0.95);
opacity: 0;
transition: all 0.3s ease;
}
.calculator-container .results.show {
transform: scale(1);
opacity: 1;
}
.calculator-container .results h2 {
font-size: 1.5rem;
margin-bottom: 20px;
font-weight: 600;
}
.calculator-container .savings-amount {
font-size: 3rem;
font-weight: 700;
margin: 20px 0;
color: #000;
}
#savingsHoursValue {
font-weight: 700;
color: #000;
}
.calculator-container .savings-hours {
font-size: 1.3rem;
opacity: 0.9;
border-bottom: 1px solid #ffffff63;
max-width: 300px;
margin: auto;
margin-bottom: 2em;
}
.calculator-container .cta-text {
font-size: 1.1rem;
opacity: 0.9;
font-style: italic;
}
#taskFrequency {
width: auto;
color: #000;
max-width: 100px;
}
.calculator-container #holidays-label {
font-size: 1rem;
}
.calculator-container .final-note {
color: #000;
width: 100%;
display: block;
text-align: center;
transform: scale(1);
grid-column: 1 / -1;
opacity: 1;
font-size: 0.8em;
}
.calculator-container a.calc-button {
background: #FFF;
color: #2563eb;
font-weight: 600;
padding: 10px 12px;
border-radius: 7px;
border: none;
cursor: pointer;
transition: background-color 0.2s 
ease;
box-shadow: 0 6px 5px 1px rgba(0, 0, 0, 0.1);
text-decoration: none;
}
@media (max-width: 768px) {
.calculator-container {
padding: 30px 20px;
}
.calculator-container .form-container {
grid-template-columns: 1fr;
gap: 20px;
}
.calculator-container .header h1 {
font-size: 1.8rem;
}
.calculator-container .savings-amount {
font-size: 2.5rem;
}
.calculator-container a.calc-button {
display:block;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.calculator-container {
max-width: 900px;
}
}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;
}