@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200 800;
font-display: swap;
src: url(https://camasarticuladas10.com/wp-content/themes/stitch-marketeam-fse/fonts/plus-jakarta-sans-latin.woff2) format('woff2');
}
:root {
--smf-bg: #0b0714;
--smf-bg-deep: #05060a;
--smf-card-top: #090a10;
--smf-text: #e5f8df;
--smf-text-soft: #b1b8b3;
--smf-text-dim: #69706b;
--smf-accent: #8fff71;
--smf-accent-deep: #083f18;
--smf-accent-ink: #13381a;
--smf-violet: #7d3df0;
--smf-border: rgba(255, 255, 255, 0.06);
--smf-border-soft: rgba(255, 255, 255, 0.04);
--smf-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.72);
--smf-radius: 2rem;
--smf-transition: 180ms ease;
--smf-brand-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='4' width='6' height='6' rx='1' fill='%23E5F8DF'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1' fill='%23E5F8DF'/%3E%3Ccircle cx='7' cy='17' r='3' fill='%23E5F8DF'/%3E%3Cpath d='M17 4L21 10H13L17 4Z' fill='%23E5F8DF'/%3E%3C/svg%3E");
}
html {
min-height: 100%;
scroll-behavior: smooth;
background:
radial-gradient(circle at 14% 8%, rgba(91, 34, 188, 0.35), transparent 28%),
radial-gradient(circle at 92% 92%, rgba(27, 92, 40, 0.18), transparent 26%),
linear-gradient(180deg, #120920 0%, var(--smf-bg) 38%, #07070a 100%);
}
body {
margin: 0;
min-height: 100vh;
background:
radial-gradient(circle at 14% 8%, rgba(91, 34, 188, 0.35), transparent 28%),
radial-gradient(circle at 92% 92%, rgba(27, 92, 40, 0.18), transparent 26%),
linear-gradient(180deg, #120920 0%, var(--smf-bg) 38%, #07070a 100%);
color: var(--smf-text);
font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
line-height: 1.6;
overflow-x: hidden;
}
a {
color: inherit;
text-decoration: none;
}
img {
display: block;
max-width: 100%;
}
.wp-site-blocks {
min-height: 100vh;
padding: 0;
}
.wp-site-blocks > * {
margin-block-start: 0;
}
:where(.smf-hero-card, .smf-hero-copy, .smf-orbit, .smf-avatar, .smf-avatar-note, .smf-header, .smf-header-actions, .smf-brand-strip, .smf-footer-inner, .smf-page-card, .smf-entry-card, .smf-post-card, .smf-inline-cta) > * + * {
margin-block-start: 0 !important;
}
.smf-front-main,
.smf-page-shell {
width: 100%;
}
.smf-shell {
width: min(100%, 1440px);
min-height: 100vh;
margin: 0 auto;
padding: 2rem;
}
.smf-hero-card {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
min-height: calc(100vh - 4rem);
padding: clamp(1.75rem, 2.2vw, 2.75rem);
overflow: hidden;
border: 1px solid var(--smf-border);
border-radius: var(--smf-radius);
background:
radial-gradient(circle at 100% 0%, rgba(22, 78, 32, 0.18), transparent 26%),
radial-gradient(circle at 0% 100%, rgba(22, 78, 32, 0.16), transparent 22%),
linear-gradient(135deg, var(--smf-card-top) 0%, #020304 100%);
box-shadow: var(--smf-shadow);
}
.smf-hero-card::before,
.smf-hero-card::after {
content: "";
position: absolute;
border-radius: 999px;
pointer-events: none;
z-index: 0;
}
.smf-hero-card::before {
top: -18rem;
right: -12rem;
width: 34rem;
height: 34rem;
background: radial-gradient(circle, rgba(143, 255, 113, 0.14) 0%, transparent 68%);
filter: blur(40px);
}
.smf-hero-card::after {
bottom: -14rem;
left: -10rem;
width: 30rem;
height: 30rem;
background: radial-gradient(circle, rgba(125, 61, 240, 0.14) 0%, transparent 72%);
filter: blur(42px);
}
.smf-header,
.smf-hero-grid,
.smf-brand-strip {
position: relative;
z-index: 1;
}
.smf-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
}
.smf-brand,
.smf-footer-brand {
position: relative;
display: inline-flex;
align-items: center;
margin: 0 !important;
padding-left: 2.45rem;
color: var(--smf-text);
font-size: 1.625rem;
font-weight: 800;
letter-spacing: -0.05em;
line-height: 1;
}
.smf-brand::before,
.smf-footer-brand::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 1.8rem;
height: 1.8rem;
background-image: var(--smf-brand-icon);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translateY(-50%);
}
.smf-nav {
margin-inline: auto;
}
.smf-nav .wp-block-navigation__container {
gap: clamp(1rem, 2vw, 2.25rem);
}
.smf-nav .wp-block-navigation-item__content,
.smf-nav .wp-block-pages-list__item__link {
color: rgba(177, 184, 179, 0.86);
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
transition: color var(--smf-transition);
}
.smf-nav .wp-block-navigation-item__content:hover,
.smf-nav .wp-block-navigation-item__content:focus {
color: var(--smf-text);
}
.smf-nav .wp-block-navigation__responsive-container,
.smf-nav .wp-block-navigation__responsive-container-content {
background: rgba(8, 9, 13, 0.96);
}
.smf-header-actions {
display: flex;
align-items: center;
gap: 1.2rem;
}
.smf-login {
margin: 0 !important;
font-size: 0.925rem;
font-weight: 700;
}
.smf-login a {
color: rgba(229, 248, 223, 0.9);
transition: color var(--smf-transition);
}
.smf-login a:hover {
color: var(--smf-text);
}
.smf-join-button .wp-block-button__link,
.smf-start-button .wp-block-button__link,
.smf-inline-cta .wp-block-button__link {
border-radius: 999px;
font-weight: 800;
transition: transform var(--smf-transition), box-shadow var(--smf-transition), background-color var(--smf-transition);
}
.smf-join-button .wp-block-button__link {
padding: 0.95rem 1.4rem;
background: linear-gradient(135deg, #d6ffd0 0%, var(--smf-accent) 100%);
color: #0d3216;
border: 1px solid rgba(143, 255, 113, 0.16);
box-shadow: 0 0 28px rgba(125, 61, 240, 0.42);
}
.smf-start-button .wp-block-button__link,
.smf-inline-cta .wp-block-button__link {
position: relative;
padding: 0.95rem 3.4rem 0.95rem 1.45rem;
background: rgba(7, 67, 22, 0.72);
color: #dbfbd2;
border: 1px solid rgba(143, 255, 113, 0.16);
box-shadow: 0 16px 35px rgba(3, 10, 4, 0.35);
}
.smf-start-button .wp-block-button__link::after,
.smf-inline-cta .wp-block-button__link::after {
content: "?";
position: absolute;
top: 50%;
right: 0.85rem;
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.75rem;
height: 1.75rem;
border-radius: 999px;
background: var(--smf-accent);
color: var(--smf-accent-ink);
font-size: 1rem;
transform: translateY(-50%);
}
.smf-join-button .wp-block-button__link:hover,
.smf-start-button .wp-block-button__link:hover,
.smf-inline-cta .wp-block-button__link:hover {
transform: translateY(-2px);
}
.smf-start-button .wp-block-button__link:hover,
.smf-inline-cta .wp-block-button__link:hover {
background: rgba(8, 86, 28, 0.82);
}
.smf-hero-grid {
display: grid !important;
grid-template-columns: minmax(0, 0.86fr) minmax(24rem, 0.74fr);
align-items: center;
gap: clamp(1.25rem, 2.5vw, 2.5rem);
flex: 1;
padding-block: clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 3vw, 2rem);
}
.smf-hero-copy {
width: min(100%, 36rem);
}
.smf-title-muted,
.smf-title-bright {
margin: 0 !important;
font-weight: 800;
letter-spacing: -0.075em;
text-wrap: balance;
}
.smf-title-muted {
color: var(--smf-accent-deep);
font-size: clamp(3.25rem, 6vw, 5.8rem);
line-height: 0.92;
}
.smf-title-bright {
color: #d9f8d0;
font-size: clamp(2.8rem, 5vw, 4.75rem);
line-height: 0.92;
}
.smf-divider.wp-block-separator {
width: 3.2rem;
min-width: 3.2rem;
height: 0.42rem;
margin: clamp(1.75rem, 3vw, 2.5rem) 0 !important;
border: 0;
border-radius: 999px;
background: rgba(110, 193, 86, 0.72);
}
.smf-start-buttons {
margin-top: clamp(2rem, 3vw, 2.5rem) !important;
}
.smf-hero-visual {
display: flex;
align-items: center;
justify-content: center;
min-height: 34rem;
}
.smf-orbit {
position: relative;
width: min(100%, 32rem);
aspect-ratio: 1;
}
.smf-orbit::before,
.smf-orbit::after {
content: "";
position: absolute;
inset: 0;
border-radius: 50%;
pointer-events: none;
}
.smf-orbit::before {
background:
radial-gradient(circle at center,
transparent 0 14%,
rgba(125, 61, 240, 0.11) 14% 14.3%,
transparent 14.3% 28%,
rgba(125, 61, 240, 0.09) 28% 28.3%,
transparent 28.3% 42%,
rgba(125, 61, 240, 0.07) 42% 42.3%,
transparent 42.3% 56%,
rgba(125, 61, 240, 0.06) 56% 56.3%,
transparent 56.3% 100%);
opacity: 0.82;
}
.smf-orbit::after {
inset: 14%;
background: radial-gradient(circle, rgba(125, 61, 240, 0.12), transparent 70%);
filter: blur(40px);
opacity: 0.28;
}
.smf-orbit-core {
position: absolute;
top: 50%;
left: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 7.8rem;
height: 7.8rem;
margin: 0 !important;
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 50%;
background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)), rgba(10, 11, 16, 0.72);
backdrop-filter: blur(16px);
box-shadow: 0 0 35px rgba(125, 61, 240, 0.08);
transform: translate(-50%, -50%);
}
.smf-core-number {
margin: 0 !important;
color: var(--smf-text);
font-size: clamp(2.1rem, 3vw, 3rem);
font-weight: 800;
line-height: 1;
letter-spacing: -0.06em;
}
.smf-core-label {
margin-top: 0.3rem !important;
color: rgba(177, 184, 179, 0.84);
font-size: 0.58rem;
font-weight: 800;
letter-spacing: 0.22em;
text-transform: uppercase;
}
.smf-avatar {
position: absolute;
margin: 0 !important;
}
.smf-avatar-image {
margin: 0 !important;
}
.smf-avatar-image img {
width: 100%;
height: 100%;
border-radius: 999px;
object-fit: cover;
box-shadow: 0 0 0 2px rgba(143, 255, 113, 0.2), 0 0 24px rgba(125, 61, 240, 0.34);
}
.smf-avatar-badge {
position: absolute;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.05rem;
height: 2.05rem;
margin: 0 !important;
border: 1px solid rgba(143, 255, 113, 0.26);
border-radius: 0.9rem;
background: rgba(10, 18, 12, 0.9);
color: var(--smf-accent);
font-size: 0.92rem;
font-weight: 700;
box-shadow: 0 0 18px rgba(143, 255, 113, 0.16);
}
.smf-avatar-note {
position: absolute;
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.45rem 0.72rem;
margin: 0 !important;
border: 1px solid rgba(143, 255, 113, 0.16);
border-radius: 0.9rem;
background: rgba(7, 12, 10, 0.82);
backdrop-filter: blur(18px);
}
.smf-avatar-note-dot,
.smf-avatar-note-label {
margin: 0 !important;
}
.smf-avatar-note-dot {
width: 0.45rem;
height: 0.45rem;
color: transparent;
font-size: 0;
line-height: 0;
border-radius: 999px;
background: var(--smf-accent);
box-shadow: 0 0 12px rgba(143, 255, 113, 0.7);
}
.smf-avatar-note-label {
color: var(--smf-text);
font-size: 0.55rem;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.smf-avatar--one {
top: 16%;
left: 28%;
width: 4.45rem;
height: 4.45rem;
}
.smf-avatar--one .smf-avatar-badge {
right: -0.4rem;
bottom: -0.4rem;
}
.smf-avatar--two {
top: 27%;
right: 4.5%;
width: 4.75rem;
height: 4.75rem;
}
.smf-avatar--two .smf-avatar-badge {
left: -0.45rem;
top: -0.5rem;
}
.smf-avatar--three {
left: 8%;
bottom: 28%;
width: 3.55rem;
height: 3.55rem;
}
.smf-avatar--three .smf-avatar-note {
right: -2.35rem;
bottom: -0.2rem;
}
.smf-avatar--four {
right: 12.5%;
bottom: 12.5%;
width: 4rem;
height: 4rem;
}
.smf-avatar--four .smf-avatar-badge {
right: -0.45rem;
top: -0.5rem;
}
.smf-pointer {
position: absolute;
left: 33%;
bottom: 20%;
}
.smf-pointer-bubble {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.35rem 0.78rem;
margin: 0 !important;
border-radius: 999px;
background: var(--smf-accent);
color: #14411e;
font-size: 0.68rem;
font-weight: 800;
box-shadow: 0 0 18px rgba(125, 61, 240, 0.46);
}
.smf-brand-strip {
display: grid !important;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 1rem;
align-items: center;
padding-top: 1.5rem;
}
.smf-brand-strip-item {
margin: 0 !important;
color: rgba(255, 255, 255, 0.28);
font-size: 1.3rem;
font-weight: 800;
letter-spacing: -0.04em;
text-transform: uppercase;
transition: color var(--smf-transition);
}
.smf-brand-strip:hover .smf-brand-strip-item {
color: rgba(255, 255, 255, 0.42);
}
.smf-footer {
width: min(100%, 1440px);
margin: 0 auto;
padding: 0 2rem 2rem;
}
.smf-footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
padding: 1.1rem 1.4rem;
border: 1px solid var(--smf-border-soft);
border-radius: 1.35rem;
background: rgba(7, 8, 13, 0.68);
backdrop-filter: blur(14px);
}
.smf-footer-copy {
margin: 0 !important;
color: rgba(177, 184, 179, 0.92);
}
.smf-page-shell {
width: min(100%, 1440px);
margin: 0 auto;
padding: 2rem;
}
.smf-page-card,
.smf-entry-card,
.smf-post-card,
.smf-inline-cta {
padding: clamp(1.5rem, 3vw, 2.4rem);
border: 1px solid var(--smf-border);
border-radius: 1.7rem;
background: linear-gradient(180deg, rgba(10, 11, 16, 0.88), rgba(5, 7, 11, 0.96));
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}
.smf-page-title,
.smf-post-grid-title,
.smf-entry-card > .wp-block-post-title {
margin-top: 0 !important;
margin-bottom: 1rem !important;
color: var(--smf-text);
font-size: clamp(2.2rem, 4vw, 3.6rem);
line-height: 0.98;
letter-spacing: -0.06em;
}
.smf-page-card .wp-block-post-content,
.smf-entry-card .wp-block-post-content,
.smf-post-card .wp-block-post-excerpt,
.smf-inline-cta p {
color: rgba(229, 248, 223, 0.82);
}
.smf-page-card :where(a, .wp-block-post-excerpt__more-link),
.smf-entry-card :where(a, .wp-block-post-excerpt__more-link),
.smf-post-card :where(a, .wp-block-post-excerpt__more-link) {
color: var(--smf-accent);
}
.smf-entry-card .wp-block-post-featured-image,
.smf-post-card .wp-block-post-featured-image {
margin-bottom: 1.5rem !important;
overflow: hidden;
border-radius: 1.2rem;
}
.smf-entry-card .wp-block-post-featured-image img,
.smf-post-card .wp-block-post-featured-image img {
width: 100%;
}
.smf-post-query {
margin-top: 1.5rem !important;
}
.smf-post-list {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.25rem;
}
.smf-post-card {
height: 100%;
}
.smf-post-card .wp-block-post-title {
margin-top: 0 !important;
margin-bottom: 0.75rem !important;
font-size: clamp(1.45rem, 2.6vw, 2rem);
line-height: 1.05;
}
.smf-post-card .wp-block-post-date,
.smf-entry-card .wp-block-post-date,
.smf-entry-card .wp-block-post-author-name,
.smf-entry-card .wp-block-post-terms {
color: rgba(177, 184, 179, 0.9);
}
.smf-post-card .wp-block-read-more,
.smf-post-card .wp-block-post-excerpt__more-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
margin-top: 1rem !important;
font-weight: 700;
}
.smf-not-found {
text-align: center;
}
.smf-inline-cta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
}
@media (max-width: 1180px) {
.smf-hero-grid {
grid-template-columns: minmax(0, 1fr);
}
.smf-hero-copy {
width: 100%;
max-width: 50rem;
}
.smf-hero-visual {
min-height: 35rem;
}
.smf-orbit {
width: min(100%, 30rem);
}
}
@media (max-width: 980px) {
.smf-shell,
.smf-page-shell,
.smf-footer {
padding-inline: 1.25rem;
}
.smf-hero-card {
min-height: auto;
}
.smf-header {
justify-content: center;
}
.smf-nav {
order: 3;
margin-inline: 0;
width: 100%;
}
.smf-nav .wp-block-navigation__container {
justify-content: center;
}
.smf-post-list {
grid-template-columns: minmax(0, 1fr);
}
}
@media (max-width: 760px) {
.smf-shell {
padding: 1.25rem;
}
.smf-hero-card {
padding: 1.35rem;
border-radius: 1.5rem;
}
.smf-brand,
.smf-footer-brand {
font-size: 1.35rem;
}
.smf-header-actions {
width: 100%;
justify-content: center;
}
.smf-hero-visual {
min-height: 30rem;
}
.smf-orbit {
width: min(100%, 27rem);
}
.smf-avatar--one {
left: 23%;
}
.smf-avatar--two {
right: 2%;
}
.smf-avatar--three {
left: 2%;
}
.smf-avatar--four {
right: 7%;
}
.smf-pointer {
left: 28%;
bottom: 16%;
}
.smf-brand-strip {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.smf-footer-inner,
.smf-inline-cta {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 560px) {
.smf-shell,
.smf-page-shell,
.smf-footer {
padding-inline: 1rem;
}
.smf-title-muted {
font-size: clamp(3rem, 13vw, 5rem);
}
.smf-title-bright {
font-size: clamp(2.7rem, 11vw, 4.4rem);
}
.smf-login {
font-size: 0.84rem;
}
.smf-join-button .wp-block-button__link,
.smf-start-button .wp-block-button__link,
.smf-inline-cta .wp-block-button__link {
padding-left: 1rem;
padding-right: 3rem;
}
.smf-hero-visual {
min-height: 24rem;
}
.smf-orbit {
width: min(100%, 22rem);
}
.smf-orbit-core {
width: 6rem;
height: 6rem;
}
.smf-avatar--one,
.smf-avatar--two,
.smf-avatar--four {
width: 3.35rem;
height: 3.35rem;
}
.smf-avatar--three {
width: 3rem;
height: 3rem;
}
.smf-avatar-note {
padding: 0.35rem 0.55rem;
}
.smf-avatar-note-label {
font-size: 0.46rem;
}
.smf-avatar-badge {
width: 1.65rem;
height: 1.65rem;
border-radius: 0.75rem;
font-size: 0.75rem;
}
.smf-pointer {
left: 22%;
bottom: 12%;
}
.smf-pointer-bubble {
font-size: 0.58rem;
}
.smf-brand-strip-item {
font-size: 0.92rem;
}
}