html { scroll-behavior: smooth; }
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
body { padding-top: 96px; } .reemet-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
transform: none !important;
width: 100% !important;
max-width: 100% !important;
background: rgba(255, 255, 255, 0.95) !important;
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border-radius: 0 !important;
padding: 0 32px !important;
border: none !important;
border-bottom: 1px solid rgba(48, 38, 31, 0.08) !important;
box-shadow: none;
z-index: 999;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.reemet-header.scrolled {
box-shadow: 0 4px 16px rgba(48, 38, 31, 0.06);
}
.reemet-header .elementor-container {
min-height: 88px;
max-width: 1200px;
margin: 0 auto;
}
.reemet-header .elementor-nav-menu a {
font-family: 'Poppins', sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #30261f !important;
padding: 8px 16px !important;
border-radius: 8px !important;
transition: all 0.2s ease !important;
}
.reemet-header .elementor-nav-menu a:hover {
background: rgba(110, 135, 173, 0.1) !important;
color: #6e87ad !important;
} body { padding-top: 88px !important; }
@media (max-width: 768px) {
body { padding-top: 72px !important; }
.reemet-header { padding: 0 16px !important; }
.reemet-header .elementor-container { min-height: 72px; }
} .reemet-hero {
position: relative;
overflow: hidden !important;
}
.reemet-hero::before,
.reemet-hero::after {
content: '';
position: absolute;
border-radius: 50%;
filter: blur(100px);
opacity: 0.35;
z-index: 1;
pointer-events: none;
}
.reemet-hero::before {
width: 600px; height: 600px;
background: radial-gradient(circle, #6e87ad 0%, transparent 70%);
top: -150px; left: -150px;
animation: blob-float-1 22s ease-in-out infinite;
}
.reemet-hero::after {
width: 500px; height: 500px;
background: radial-gradient(circle, #cbb6d3 0%, transparent 70%);
bottom: -150px; right: -150px;
animation: blob-float-2 28s ease-in-out infinite;
}
.reemet-hero > .elementor-container,
.reemet-hero .elementor-container {
position: relative;
z-index: 2;
}
@keyframes blob-float-1 {
0%, 100% { transform: translate(0, 0) scale(1); }
33%      { transform: translate(80px, -40px) scale(1.1); }
66%      { transform: translate(-40px, 60px) scale(0.95); }
}
@keyframes blob-float-2 {
0%, 100% { transform: translate(0, 0) scale(1); }
50%      { transform: translate(-60px, -50px) scale(1.05); }
} .reemet-hero-img img {
filter: drop-shadow(0 20px 60px rgba(110, 135, 173, 0.3));
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.reemet-hero-img:hover img {
transform: translateY(-8px) rotate(-2deg);
} .reemet-btn-row + .elementor-widget-button {
display: inline-block;
margin-right: 12px;
} .reemet-gradient-text {
background: linear-gradient(135deg, #bcccea 0%, #cbb6d3 60%, #ead7f4 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
display: inline-block;
} .reemet-chip {
display: inline-block;
padding: 8px 18px;
background: rgba(110, 135, 173, 0.1);
border: 1px solid rgba(110, 135, 173, 0.25);
border-radius: 999px;
color: #6e87ad;
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.reemet-hero .reemet-chip {
background: rgba(240, 217, 160, 0.12);
border-color: rgba(240, 217, 160, 0.35);
color: #f0d9a0;
} .reemet-element-tile {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px; height: 56px;
background: linear-gradient(135deg, #6e87ad 0%, #4a6789 100%);
color: #ffffff;
border-radius: 14px;
font-family: 'Poppins', sans-serif;
font-size: 22px;
font-weight: 700;
letter-spacing: -0.5px;
box-shadow:
0 4px 12px rgba(110, 135, 173, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
} .reemet-stat-block {
text-align: center;
}
.reemet-stat-value {
font-family: 'Poppins', sans-serif;
font-size: clamp(24px, 4vw, 48px);
font-weight: 700;
line-height: 1;
color: #1a1410;
letter-spacing: -0.04em;
margin-bottom: 16px;
}
.reemet-stat-zero {
background: linear-gradient(135deg, #6e87ad 0%, #cbb6d3 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.reemet-stat-label {
font-family: 'Poppins', sans-serif;
font-size: 17px;
font-weight: 600;
color: #30261f;
line-height: 1.4;
margin-bottom: 8px;
}
.reemet-stat-sub {
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #6b6358;
line-height: 1.5;
} .reemet-card {
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
will-change: transform;
}
.reemet-card:hover {
transform: translateY(-6px);
box-shadow:
0 4px 8px rgba(110, 135, 173, 0.06),
0 24px 64px rgba(48, 38, 31, 0.12) !important;
} .reemet-traction-list {
list-style: none;
padding: 0;
margin: 0;
}
.reemet-traction-list li {
position: relative;
padding: 12px 0 12px 28px;
color: #bcccea;
font-size: 17px;
line-height: 1.7;
border-bottom: 1px solid rgba(188, 204, 234, 0.1);
}
.reemet-traction-list li:last-child { border-bottom: none; }
.reemet-traction-list li::before {
content: '→';
position: absolute;
left: 0;
top: 12px;
color: #f0d9a0;
font-weight: 700;
}
.reemet-traction-list li strong {
color: #ffffff;
font-weight: 600;
}
.reemet-traction-card {
text-align: center;
padding: 0 0 24px;
border-bottom: 1px solid rgba(48, 38, 31, 0.08);
margin-bottom: 24px;
}
.reemet-traction-label {
font-family: 'Poppins', sans-serif;
font-size: 11px;
font-weight: 700;
color: #6e87ad;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 16px;
}
.reemet-traction-amount {
font-family: 'Poppins', sans-serif;
font-size: clamp(56px, 7vw, 84px);
font-weight: 700;
color: #1a1410;
line-height: 1;
letter-spacing: -0.04em;
margin-bottom: 12px;
background: linear-gradient(135deg, #d4b56a 0%, #f0d9a0 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.reemet-traction-desc {
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #6b6358;
line-height: 1.6;
}
.reemet-partner-card-logo img {
filter: grayscale(0%);
max-height: 80px;
width: auto !important;
margin: 0 auto;
display: block;
} .reemet-roadmap-img img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 20px;
background: #ead7f4;
}
.reemet-roadmap-card {
padding: 0 4px;
}
.reemet-roadmap-step {
font-family: 'Poppins', sans-serif;
font-size: 11px;
font-weight: 700;
color: #6e87ad;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 4px;
}
.reemet-roadmap-year {
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 600;
color: #d4b56a;
margin-bottom: 12px;
}
.reemet-roadmap-title {
font-family: 'Poppins', sans-serif;
font-size: 24px;
font-weight: 700;
color: #0a0a0a;
line-height: 1.2;
margin-bottom: 8px;
letter-spacing: -0.02em;
}
.reemet-roadmap-cap {
display: inline-block;
padding: 4px 14px;
background: rgba(110, 135, 173, 0.1);
border-radius: 999px;
font-size: 13px;
font-weight: 600;
color: #6e87ad;
margin-top: 4px;
} .reemet-team-photo img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 20px;
background: #bcccea;
transition: transform 0.5s ease;
}
.reemet-card:hover .reemet-team-photo img {
transform: scale(1.02);
} .reemet-partner-logo img {
max-height: 100px;
width: auto !important;
margin: 0 auto !important;
display: block !important;
filter: grayscale(60%);
opacity: 0.85;
transition: all 0.3s ease;
}
.reemet-partner-logo:hover img {
filter: grayscale(0%);
opacity: 1;
} .elementor-button,
.reemet-btn .elementor-button {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.elementor-button:hover,
.reemet-btn .elementor-button:hover {
transform: translateY(-2px) !important;
box-shadow:
0 4px 8px rgba(110, 135, 173, 0.15),
0 16px 32px rgba(48, 38, 31, 0.12) !important;
} .reemet-link {
color: #6e87ad;
text-decoration: none;
font-weight: 600;
transition: all 0.2s ease;
display: inline-block;
}
.reemet-link:hover {
color: #30261f;
transform: translateX(4px);
} .reemet-form-placeholder {
border: 2px dashed rgba(110, 135, 173, 0.3);
border-radius: 20px;
padding: 60px 40px;
text-align: center;
background: rgba(234, 215, 244, 0.2);
}
.reemet-form-icon {
font-size: 48px;
margin-bottom: 16px;
opacity: 0.4;
}
.reemet-form-text {
font-family: 'Poppins', sans-serif;
color: #6b6358;
font-size: 15px;
} h1, h2, h3, h4, h5, h6 { letter-spacing: -0.02em !important; }
h1 { letter-spacing: -0.035em !important; }
.elementor-widget-text-editor p { letter-spacing: -0.01em; } ::selection {
background: rgba(110, 135, 173, 0.3);
color: #1a1410;
} @media (prefers-reduced-motion: no-preference) {
.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-button,
.elementor-widget-image,
.reemet-card {
animation: fadeInUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(16px); }
to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
.reemet-hero::before, .reemet-hero::after { animation: none; }
}  .reemet-footer {
position: relative;
overflow: hidden;
} .reemet-footer::before {
content: '';
position: absolute;
top: -200px;
left: 50%;
transform: translateX(-50%);
width: 600px;
height: 400px;
background: radial-gradient(ellipse, rgba(110, 135, 173, 0.08) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
}
.reemet-footer > .elementor-container,
.reemet-footer .elementor-container {
position: relative;
z-index: 1;
} .reemet-footer-brand {
font-family: 'Poppins', sans-serif;
font-size: 32px;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.04em;
line-height: 0.9;
margin-bottom: 8px;
}
.reemet-footer-brand span {
display: block;
color: rgba(255, 255, 255, 0.6);
font-weight: 400;
} .reemet-footer-chip {
display: inline-block;
padding: 6px 14px;
background: rgba(240, 217, 160, 0.1);
border: 1px solid rgba(240, 217, 160, 0.25);
border-radius: 999px;
color: #f0d9a0;
font-family: 'Poppins', sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
} .reemet-footer h4 {
margin: 0 0 16px 0 !important;
color: #f0d9a0 !important;
} .reemet-footer-nav,
.reemet-footer-contact {
list-style: none;
padding: 0;
margin: 0;
}
.reemet-footer-nav li {
margin-bottom: 12px;
}
.reemet-footer-nav a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
transition: all 0.2s ease;
display: inline-block;
}
.reemet-footer-nav a:hover {
color: #ffffff;
transform: translateX(4px);
}
.reemet-footer-nav a::before {
content: '→ ';
opacity: 0;
margin-right: -12px;
transition: all 0.2s ease;
color: #f0d9a0;
}
.reemet-footer-nav a:hover::before {
opacity: 1;
margin-right: 4px;
} .reemet-footer-contact li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 16px;
color: rgba(255, 255, 255, 0.7);
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 1.6;
}
.reemet-footer-contact a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: color 0.2s ease;
}
.reemet-footer-contact a:hover {
color: #f0d9a0;
}
.reemet-footer-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
flex-shrink: 0;
background: rgba(110, 135, 173, 0.15);
border-radius: 8px;
font-size: 14px;
color: #bcccea;
} .reemet-footer-links {
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-end;
align-items: center;
}
.reemet-footer-links-col {
display: flex;
align-items: center;
justify-content: flex-end;
}
.reemet-footer-links a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 500;
transition: color 0.2s ease;
}
.reemet-footer-links a:hover {
color: #ffffff;
}
@media (max-width: 768px) {
.reemet-footer-links {
justify-content: flex-start;
margin-top: 24px;
}
} .reemet-footer-bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 16px;
font-family: 'Poppins', sans-serif;
font-size: 13px;
color: rgba(255, 255, 255, 0.5);
}
.reemet-footer-copy {
font-weight: 400;
}
.reemet-footer-legal {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
}
.reemet-footer-legal a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
}
.reemet-footer-legal a:hover {
color: #f0d9a0;
}
.reemet-footer-legal span {
color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
.reemet-footer-bottom {
flex-direction: column;
align-items: flex-start;
text-align: left;
}
} .reemet-footer-socials {
display: flex;
gap: 12px;
}
.reemet-footer-socials a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.reemet-footer-socials a:hover {
background: rgba(240, 217, 160, 0.15);
border-color: rgba(240, 217, 160, 0.3);
color: #f0d9a0;
transform: translateY(-2px);
} .reemet-footer-newsletter-section {
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.reemet-footer-newsletter {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 32px;
max-width: 1100px;
margin: 0 auto;
}
.reemet-footer-newsletter-text {
flex: 1;
min-width: 280px;
}
.reemet-footer-newsletter-eyebrow {
font-family: 'Poppins', sans-serif;
font-size: 12px;
font-weight: 700;
color: #f0d9a0;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 12px;
}
.reemet-footer-newsletter-title {
font-family: 'Poppins', sans-serif;
font-size: clamp(22px, 3vw, 30px);
font-weight: 700;
color: #ffffff;
line-height: 1.25;
letter-spacing: -0.02em;
}
.reemet-footer-newsletter-btn {
display: inline-block;
padding: 16px 32px;
background: #f0d9a0;
color: #1a1410;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
text-decoration: none;
border-radius: 999px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.reemet-footer-newsletter-btn:hover {
background: #ffffff;
transform: translateY(-2px);
box-shadow:
0 4px 8px rgba(240, 217, 160, 0.2),
0 16px 32px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.reemet-footer-newsletter {
flex-direction: column;
align-items: flex-start;
}
} @media (max-width: 768px) {
.reemet-footer .elementor-column {
margin-bottom: 32px;
}
.reemet-footer .elementor-column:last-child {
margin-bottom: 0;
}
.reemet-footer-brand {
font-size: 28px;
}
}